/* SAS Export Import premium static website styles */
:root {
  --navy: #07162f;
  --navy-2: #0c2345;
  --navy-3: #102c55;
  --navy-4: #020712;
  --gold: #d7ad4b;
  --gold-2: #f3d37b;
  --white: #ffffff;
  --ink: #172237;
  --muted: #68758b;
  --soft: #f5f7fb;
  --ivory: #fbf8ef;
  --line: rgba(215, 173, 75, 0.28);
  --shadow: 0 24px 70px rgba(7, 22, 47, 0.16);
  --radius: 8px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: "Manrope", Arial, sans-serif; color: var(--ink); background: linear-gradient(180deg, var(--white), var(--ivory) 48%, var(--white)); }
body.nav-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, textarea, select { font: inherit; }
.container { width: min(1180px, calc(100% - 32px)); margin: 0 auto; }

.loader { position: fixed; inset: 0; z-index: 9999; display: grid; place-items: center; background: var(--navy); transition: opacity .4s ease, visibility .4s ease; }
.loader.hide { opacity: 0; visibility: hidden; }
.loader span { width: 52px; height: 52px; border: 3px solid rgba(255,255,255,.18); border-top-color: var(--gold); border-radius: 50%; animation: spin 1s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }

.site-header { position: fixed; top: 0; left: 0; width: 100%; z-index: 1000; transition: background .3s ease, box-shadow .3s ease; }
.site-header.solid, .site-header.scrolled { background: rgba(7, 22, 47, .96); box-shadow: 0 12px 34px rgba(0,0,0,.18); backdrop-filter: blur(16px); }
.navbar { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 22px; color: var(--white); }
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: 250px; }
.brand-logo { width: 136px; height: 58px; object-fit: contain; padding: 6px 10px; border: 1px solid rgba(243,211,123,.45); background: rgba(255,255,255,.92); border-radius: var(--radius); box-shadow: 0 12px 30px rgba(0,0,0,.16); }
.brand strong { display: block; line-height: 1.1; font-size: 1.02rem; }
.brand small { display: block; color: rgba(255,255,255,.68); font-size: .72rem; margin-top: 3px; }
.nav-menu { display: flex; align-items: center; gap: 22px; text-transform: uppercase; font-size: .78rem; letter-spacing: .08em; font-weight: 800; }
.nav-menu a { position: relative; padding: 30px 0; color: rgba(255,255,255,.82); }
.nav-menu a::after { content: ""; position: absolute; left: 0; bottom: 22px; width: 0; height: 2px; background: var(--gold); transition: width .25s ease; }
.nav-menu a:hover, .nav-menu a.active { color: var(--gold-2); }
.nav-menu a:hover::after, .nav-menu a.active::after { width: 100%; }
.nav-actions { display: flex; align-items: center; gap: 10px; }
.language-select, .icon-link { height: 38px; border: 1px solid rgba(255,255,255,.18); background: rgba(255,255,255,.08); color: var(--white); border-radius: var(--radius); }
.language-select { padding: 0 8px; color-scheme: dark; }
.icon-link { width: 38px; display: grid; place-items: center; }
.icon-link:hover { color: var(--gold); border-color: var(--gold); transform: translateY(-2px); }
.nav-toggle { display: none; border: 1px solid rgba(255,255,255,.22); color: var(--white); background: rgba(255,255,255,.08); width: 44px; height: 44px; border-radius: var(--radius); }

.hero-slider { height: 100vh; min-height: 620px; position: relative; overflow: hidden; background: var(--navy); }
.hero-slider::before { content: ""; position: absolute; inset: 0; z-index: 3; background-image: linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px); background-size: 90px 90px; opacity: .22; pointer-events: none; }
.hero-slider::after { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 20% 20%, rgba(215,173,75,.24), transparent 30%), linear-gradient(90deg, rgba(2,7,18,.64), rgba(7,22,47,.16), rgba(2,7,18,.7)); z-index: 2; pointer-events: none; }
.hero-slide { position: absolute; inset: 0; background-size: cover; background-position: center; opacity: 0; transform: scale(1.06); transition: opacity 1.1s ease, transform 5.5s ease; }
.hero-slide.active { opacity: 1; transform: scale(1); }
.hero-dots { position: absolute; z-index: 4; bottom: 34px; left: 50%; transform: translateX(-50%); display: flex; gap: 12px; }
.hero-dots button { width: 38px; height: 4px; border: 0; background: rgba(255,255,255,.45); border-radius: 999px; cursor: pointer; }
.hero-dots button.active { background: var(--gold); }

.section { padding: 96px 0; position: relative; }
.soft-section { background: var(--soft); }
.dark-section { background: linear-gradient(135deg, var(--navy), var(--navy-2)); color: var(--white); }
.section-heading { max-width: 720px; margin: 0 auto 46px; text-align: center; }
.section-heading.light p, .section-heading.light h1, .section-heading.light h2 { color: var(--white); }
.eyebrow { display: inline-flex; color: var(--gold); text-transform: uppercase; font-weight: 900; letter-spacing: .18em; font-size: .76rem; margin-bottom: 12px; }
h1, h2, h3 { margin: 0; color: var(--navy); }
h1, h2 { font-family: "Playfair Display", Georgia, serif; line-height: 1.05; letter-spacing: 0; }
h1 { font-size: clamp(2.4rem, 6vw, 5.4rem); }
h2 { font-size: clamp(2rem, 4vw, 3.3rem); }
h3 { font-size: 1.15rem; }
p { color: var(--muted); line-height: 1.75; }
.lead { font-size: 1.1rem; color: #41506a; }

.stats-band { margin-top: -74px; position: relative; z-index: 8; padding: 0 0 72px; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.stat-card { background: rgba(255,255,255,.94); border: 1px solid rgba(215,173,75,.36); box-shadow: var(--shadow); padding: 28px 22px; border-radius: var(--radius); text-align: center; backdrop-filter: blur(14px); }
.stat-card strong { display: block; color: var(--navy); font-size: clamp(2rem, 4vw, 3.6rem); font-weight: 900; }
.stat-card strong::after { content: "+"; color: var(--gold); }
.stat-card span { color: var(--muted); font-weight: 800; }

.feature-grid, .value-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.feature-card, .premium-card { background: rgba(255,255,255,.88); border: 1px solid rgba(7,22,47,.08); border-radius: var(--radius); padding: 30px; box-shadow: 0 18px 44px rgba(7,22,47,.08); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; backdrop-filter: blur(10px); }
.feature-card:hover, .premium-card:hover, .product-card:hover { transform: translateY(-8px); box-shadow: var(--shadow); border-color: var(--gold); }
.feature-card i, .premium-card i { color: var(--gold); font-size: 2rem; margin-bottom: 18px; }
.flag-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 18px; }
.flag-grid article { background: rgba(255,255,255,.08); border: 1px solid var(--line); border-radius: var(--radius); padding: 24px 14px; text-align: center; }
.flag-grid img { width: 62px; height: 42px; object-fit: cover; border-radius: 5px; margin: 0 auto 14px; box-shadow: 0 10px 25px rgba(0,0,0,.22); }
.cta-panel { border-radius: var(--radius); padding: 46px; color: var(--white); background: linear-gradient(135deg, var(--navy), var(--navy-3)); display: flex; align-items: center; justify-content: space-between; gap: 30px; box-shadow: var(--shadow); }
.cta-panel h2 { color: var(--white); }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 0 22px; border-radius: var(--radius); border: 1px solid transparent; cursor: pointer; font-weight: 900; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-gold { background: linear-gradient(135deg, var(--gold), var(--gold-2)); color: var(--navy); box-shadow: 0 14px 34px rgba(215,173,75,.28); }
.btn-outline { background: transparent; color: var(--navy); border-color: var(--gold); }

.page-hero { min-height: 460px; padding-top: 140px; display: grid; align-items: center; color: var(--white); background: linear-gradient(135deg, var(--navy), var(--navy-2)); background-size: cover; background-position: center; position: relative; }
.page-hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,22,47,.88), rgba(7,22,47,.38)); }
.page-hero .container { position: relative; z-index: 1; }
.page-hero h1 { color: var(--white); max-width: 800px; }
.page-hero.compact { min-height: 360px; }
.split-layout { display: grid; grid-template-columns: 1fr .9fr; gap: 54px; align-items: center; }
.image-frame { border: 1px solid var(--line); padding: 12px; border-radius: var(--radius); box-shadow: var(--shadow); background: var(--white); }
.image-frame img { height: 440px; width: 100%; object-fit: cover; border-radius: 6px; }
.value-grid { grid-template-columns: repeat(5, 1fr); }
.timeline { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; counter-reset: timeline; }
.timeline article { position: relative; padding: 28px; border: 1px solid rgba(7,22,47,.09); border-radius: var(--radius); background: var(--white); box-shadow: 0 14px 38px rgba(7,22,47,.08); }
.timeline span { display: inline-grid; place-items: center; width: 42px; height: 42px; background: var(--navy); color: var(--gold); border-radius: var(--radius); font-weight: 900; margin-bottom: 16px; }
.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.gallery-grid img { height: 270px; width: 100%; object-fit: cover; border-radius: var(--radius); border: 1px solid var(--line); transition: transform .25s ease; }
.gallery-grid img:hover { transform: scale(1.03); }

.catalog-toolbar { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 34px; }
.search-box { width: min(420px, 100%); display: flex; align-items: center; gap: 10px; background: var(--soft); border: 1px solid rgba(7,22,47,.1); padding: 0 16px; height: 54px; border-radius: var(--radius); color: var(--gold); }
.search-box input { width: 100%; border: 0; outline: 0; background: transparent; color: var(--ink); }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.product-card { overflow: hidden; background: var(--white); border: 1px solid rgba(7,22,47,.08); border-radius: var(--radius); box-shadow: 0 16px 42px rgba(7,22,47,.08); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.product-card img { width: 100%; height: 235px; object-fit: cover; transition: transform .45s ease; }
.product-card:hover img { transform: scale(1.07); }
.product-card div { padding: 24px; }
.product-card span { color: var(--gold); font-size: .76rem; text-transform: uppercase; letter-spacing: .14em; font-weight: 900; }

.home-products-section { background: linear-gradient(180deg, var(--ivory), #ffffff); overflow: hidden; }
.home-products-section::before { content: ""; position: absolute; width: 420px; height: 420px; right: -180px; top: 80px; border: 1px solid rgba(215,173,75,.28); border-radius: 50%; }
.home-product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.home-product-card { position: relative; min-height: 360px; overflow: hidden; border-radius: var(--radius); background: var(--navy); box-shadow: 0 18px 52px rgba(7,22,47,.15); }
.home-product-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .72; transform: scale(1.02); transition: transform .45s ease, opacity .35s ease; }
.home-product-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(7,22,47,.08), rgba(7,22,47,.88)); }
.home-product-card div { position: absolute; inset: auto 0 0 0; z-index: 2; padding: 24px; color: var(--white); }
.home-product-card span { color: var(--gold-2); font-size: .78rem; font-weight: 900; letter-spacing: .16em; }
.home-product-card h3 { color: var(--white); margin-top: 8px; }
.home-product-card p { color: rgba(255,255,255,.76); margin-bottom: 14px; }
.home-product-card a { color: var(--gold-2); font-weight: 900; border-bottom: 2px solid var(--gold); }
.home-product-card:hover img { transform: scale(1.1); opacity: .92; }

.trade-process-section { background: linear-gradient(135deg, var(--navy-4), var(--navy), var(--navy-3)); color: var(--white); }
.trade-process { display: grid; grid-template-columns: .78fr 1.22fr; gap: 46px; align-items: center; }
.trade-process h2 { color: var(--white); }
.trade-process p { color: rgba(255,255,255,.72); }
.process-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.process-list article { display: grid; gap: 8px; padding: 22px; border: 1px solid rgba(215,173,75,.34); border-radius: var(--radius); background: rgba(255,255,255,.07); backdrop-filter: blur(12px); transition: transform .25s ease, background .25s ease; }
.process-list article:hover { transform: translateY(-5px); background: rgba(255,255,255,.11); }
.process-list i { color: var(--gold); font-size: 1.5rem; }
.process-list strong { color: var(--white); }
.process-list span { color: rgba(255,255,255,.68); line-height: 1.6; }

.certificate-page { min-height: 100vh; padding: 150px 0 96px; background: radial-gradient(circle at top left, rgba(215,173,75,.2), transparent 28%), linear-gradient(135deg, var(--navy), #040b18); }
.certificate-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 22px; }
.certificate-card { min-height: 240px; display: grid; place-items: center; text-align: center; padding: 28px; color: var(--white); background: rgba(255,255,255,.08); border: 1px solid var(--line); border-radius: var(--radius); backdrop-filter: blur(16px); box-shadow: 0 24px 70px rgba(0,0,0,.2); transition: transform .25s ease, border-color .25s ease; }
.certificate-card:hover { transform: translateY(-8px); border-color: var(--gold-2); }
.certificate-card i { font-size: 4rem; color: var(--gold); }
.certificate-card h3 { color: var(--white); }

.table-wrap { overflow-x: auto; border-radius: var(--radius); box-shadow: var(--shadow); border: 1px solid rgba(7,22,47,.08); }
.profile-table { width: 100%; border-collapse: collapse; min-width: 760px; background: var(--white); }
.profile-table th, .profile-table td { padding: 18px 22px; text-align: left; vertical-align: top; border-bottom: 1px solid rgba(7,22,47,.09); line-height: 1.7; }
.profile-table th { width: 34%; color: var(--white); background: var(--navy); font-weight: 900; }
.profile-table tr:nth-child(even) td { background: #f9fbff; }
.profile-table a { color: var(--navy-3); font-weight: 800; }

.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 30px; align-items: start; }
.contact-info { display: grid; gap: 18px; }
.contact-info article { display: flex; gap: 18px; padding: 24px; background: var(--soft); border: 1px solid rgba(7,22,47,.08); border-radius: var(--radius); }
.contact-info i { color: var(--gold); font-size: 1.6rem; width: 32px; }
.text-link { color: var(--navy); font-weight: 900; border-bottom: 2px solid var(--gold); }
.contact-form, .inquiry-form { display: grid; gap: 15px; padding: 30px; background: var(--white); border: 1px solid rgba(7,22,47,.08); border-radius: var(--radius); box-shadow: var(--shadow); }
.contact-form input, .contact-form textarea, .contact-form select, .inquiry-form input, .inquiry-form textarea { width: 100%; border: 1px solid rgba(7,22,47,.12); background: #f9fbff; border-radius: var(--radius); padding: 14px 16px; outline: 0; }
.contact-form textarea, .inquiry-form textarea { min-height: 130px; resize: vertical; }
.map-section iframe { width: 100%; height: 460px; display: block; filter: grayscale(.2) contrast(1.05); }

.modal { position: fixed; inset: 0; z-index: 5000; display: none; place-items: center; padding: 20px; background: rgba(7,22,47,.74); }
.modal.open { display: grid; }
.modal-card { width: min(560px, 100%); position: relative; background: var(--white); border-radius: var(--radius); padding: 32px; box-shadow: 0 26px 90px rgba(0,0,0,.28); }
.modal-close { position: absolute; right: 16px; top: 16px; width: 38px; height: 38px; border: 0; border-radius: var(--radius); background: var(--navy); color: var(--white); cursor: pointer; }

.site-footer { color: rgba(255,255,255,.76); background: #040b18; padding-top: 64px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 34px; padding-bottom: 42px; }
.footer-brand { color: var(--white); margin-bottom: 16px; }
.footer-brand .brand-logo { width: 154px; height: 64px; background: rgba(255,255,255,.96); }
.site-footer h3 { color: var(--gold); margin-bottom: 16px; }
.site-footer a { display: block; margin: 10px 0; color: rgba(255,255,255,.78); }
.site-footer a:hover { color: var(--gold); }
.social-row { display: flex; gap: 10px; }
.social-row a { width: 40px; height: 40px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.16); border-radius: var(--radius); margin: 0; }
.footer-bottom { text-align: center; border-top: 1px solid rgba(255,255,255,.1); padding: 18px; color: rgba(255,255,255,.55); }

.float-btn, .back-top { position: fixed; z-index: 1200; width: 54px; height: 54px; border-radius: 50%; border: 0; display: grid; place-items: center; color: var(--white); box-shadow: 0 16px 35px rgba(0,0,0,.22); cursor: pointer; }
.whatsapp { right: 20px; bottom: 94px; background: #25d366; }
.call { right: 20px; bottom: 30px; background: var(--gold); color: var(--navy); }
.back-top { left: 20px; bottom: 30px; background: var(--navy); opacity: 0; visibility: hidden; transition: opacity .25s ease, visibility .25s ease; }
.back-top.show { opacity: 1; visibility: visible; }
.chat-widget { position: fixed; right: 86px; bottom: 30px; z-index: 1200; }
.chat-toggle { width: 54px; height: 54px; border-radius: 50%; border: 0; background: var(--navy); color: var(--gold); box-shadow: 0 16px 35px rgba(0,0,0,.22); cursor: pointer; }
.chat-box { display: none; position: absolute; right: 0; bottom: 66px; width: 270px; padding: 18px; border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow); border: 1px solid rgba(7,22,47,.08); }
.chat-box.open { display: block; animation: fadeUp .25s ease; }
.chat-box strong { color: var(--navy); }
@keyframes fadeUp { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }

@media (max-width: 1024px) {
  .nav-actions .icon-link { display: none; }
  .feature-grid, .value-grid, .timeline, .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .home-product-grid { grid-template-columns: repeat(2, 1fr); }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .certificate-grid { grid-template-columns: repeat(3, 1fr); }
  .flag-grid, .stats-grid { grid-template-columns: repeat(3, 1fr); }
  .trade-process { grid-template-columns: 1fr; }
}

@media (max-width: 780px) {
  .navbar { min-height: 72px; }
  .brand { min-width: auto; }
  .brand-logo { width: 116px; height: 50px; padding: 5px 8px; }
  .brand small { display: none; }
  .nav-toggle { display: grid; place-items: center; }
  .nav-menu { position: fixed; inset: 72px 0 auto 0; display: grid; gap: 0; background: rgba(7,22,47,.98); padding: 18px 24px 28px; transform: translateY(-130%); transition: transform .3s ease; }
  .nav-menu.open { transform: translateY(0); }
  .nav-menu a { padding: 15px 0; border-bottom: 1px solid rgba(255,255,255,.08); }
  .nav-menu a::after { display: none; }
  .hero-slider { min-height: 560px; }
  .stats-band { margin-top: 0; padding-top: 32px; }
  .section { padding: 68px 0; }
  .stats-grid, .flag-grid, .feature-grid, .value-grid, .timeline, .gallery-grid, .product-grid, .home-product-grid, .certificate-grid, .footer-grid, .split-layout, .contact-grid, .process-list { grid-template-columns: 1fr; }
  .catalog-toolbar, .cta-panel { align-items: flex-start; flex-direction: column; }
  .page-hero { min-height: 380px; padding-top: 110px; }
  .certificate-page { padding-top: 120px; }
  .chat-widget { display: none; }
  .footer-grid { gap: 20px; }
}

@media (max-width: 520px) {
  .container { width: min(100% - 24px, 1180px); }
  .nav-actions { gap: 6px; }
  .language-select { width: 58px; }
  .brand { gap: 8px; }
  .brand-logo { width: 98px; height: 44px; }
  .brand strong { font-size: .9rem; }
  h1 { font-size: 2.35rem; }
  h2 { font-size: 2rem; }
  .stat-card, .feature-card, .premium-card, .contact-form, .modal-card { padding: 22px; }
  .product-card img { height: 210px; }
  .home-product-card { min-height: 330px; }
  .profile-table { min-width: 620px; }
}
