/* ===========================================================================
   ACT Sarımsak — Kurumsal site stylesheet
   Palette derived from brand logo: warm charcoal + garlic-bronze + cream
   =========================================================================== */
:root {
  --charcoal:   #2f2a25;   /* brand dark (logo text) */
  --charcoal-2: #46403a;
  --bronze:     #a87a4e;   /* brand accent (garlic icon) */
  --bronze-d:   #8c6440;
  --bronze-l:   #c79a6f;
  --olive:      #4e6048;   /* supporting agricultural green */
  --olive-d:    #3b4a37;
  --cream:      #f7f1e7;   /* warm background */
  --cream-2:    #efe6d6;
  --paper:      #fffdf9;
  --ink:        #2a2622;
  --muted:      #756c61;
  --line:       #e6dccb;
  --white:      #ffffff;

  --shadow-sm: 0 2px 8px rgba(47, 42, 37, .06);
  --shadow:    0 14px 40px rgba(47, 42, 37, .12);
  --shadow-lg: 0 26px 70px rgba(47, 42, 37, .18);

  --radius:   18px;
  --radius-sm: 12px;
  --radius-lg: 28px;

  --maxw: 1200px;
  --ease: cubic-bezier(.22, .61, .36, 1);

  --ff-serif: "Fraunces", Georgia, "Times New Roman", serif;
  --ff-sans:  "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; overflow-x: hidden; }
body {
  margin: 0;
  font-family: var(--ff-sans);
  color: var(--ink);
  background: var(--cream);
  line-height: 1.65;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, h4 { font-family: var(--ff-serif); font-weight: 600; line-height: 1.12; color: var(--charcoal); margin: 0; letter-spacing: -.01em; }
p { margin: 0 0 1rem; }
ul, ol { margin: 0; padding: 0; list-style: none; }

.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }

/* ---------- Buttons ---------- */
.btn {
  --bg: var(--bronze); --fg: #fff;
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 15px 28px; border-radius: 999px; font-weight: 600; font-size: 16px;
  background: var(--bg); color: var(--fg); border: 1.5px solid transparent;
  cursor: pointer; transition: transform .25s var(--ease), box-shadow .25s var(--ease), background .25s, color .25s;
  white-space: nowrap;
}
.btn:hover { transform: translateY(-2px); box-shadow: 0 12px 26px rgba(168,122,78,.32); }
.btn-sm { padding: 11px 20px; font-size: 15px; }
.btn-primary { background: var(--bronze); color: #fff; }
.btn-primary:hover { background: var(--bronze-d); }
.btn-ghost { background: transparent; color: #fff; border-color: rgba(255,255,255,.6); }
.btn-ghost:hover { background: rgba(255,255,255,.12); border-color: #fff; box-shadow: none; }
.btn-ghost-dark { background: transparent; color: var(--charcoal); border-color: var(--line); }
.btn-ghost-dark:hover { background: var(--cream-2); box-shadow: none; }
.btn-wa { --bg: #25d366; background: #25d366; color: #fff; }
.btn-wa:hover { background: #1eb955; box-shadow: 0 12px 26px rgba(37,211,102,.32); }

/* ---------- Sections / headings ---------- */
.section { padding: 96px 0; }
.section-title { font-size: clamp(28px, 4vw, 46px); }
.section-sub { color: var(--muted); font-size: 18px; max-width: 60ch; margin: 14px auto 0; }
.section-head.center { text-align: center; max-width: 760px; margin: 0 auto 56px; }
.eyebrow {
  display: inline-block; font-family: var(--ff-sans); font-weight: 600;
  font-size: 13px; letter-spacing: .16em; text-transform: uppercase;
  color: var(--bronze-d); margin-bottom: 14px;
}
.eyebrow::before { content: ""; display: inline-block; width: 26px; height: 2px; background: var(--bronze); vertical-align: middle; margin-right: 10px; transform: translateY(-3px); }
.eyebrow.light { color: var(--bronze-l); }
.section-title.light, .section-sub.light { color: #fff; }
.section-sub.light { color: rgba(255,255,255,.82); }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(247,241,231,.86);
  backdrop-filter: saturate(160%) blur(12px);
  -webkit-backdrop-filter: saturate(160%) blur(12px);
  border-bottom: 1px solid var(--line);
  transition: box-shadow .3s, background .3s;
}
.site-header.scrolled { box-shadow: var(--shadow-sm); background: rgba(247,241,231,.95); }
.header-inner { display: flex; align-items: center; justify-content: space-between; height: 78px; gap: 18px; }
.brand-logo { height: 50px; width: auto; }
.main-nav { display: flex; gap: 30px; margin-left: auto; }
.main-nav a { font-weight: 500; font-size: 15.5px; color: var(--charcoal-2); position: relative; padding: 6px 0; }
.main-nav a::after { content: ""; position: absolute; left: 0; bottom: 0; width: 0; height: 2px; background: var(--bronze); transition: width .28s var(--ease); }
.main-nav a:hover { color: var(--bronze-d); }
.main-nav a:hover::after { width: 100%; }
.header-actions { display: flex; align-items: center; gap: 16px; }
.lang-switch { display: inline-flex; align-items: center; gap: 4px; font-size: 14px; font-weight: 600; }
.lang-switch button { background: none; border: none; cursor: pointer; color: var(--muted); padding: 4px 6px; font: inherit; border-radius: 6px; }
.lang-switch button.is-active { color: var(--bronze-d); }
.lang-switch button:hover { color: var(--charcoal); }
.lang-sep { color: var(--line); }
.nav-toggle { display: none; flex-direction: column; gap: 5px; width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 10px; background: var(--paper); cursor: pointer; align-items: center; justify-content: center; }
.nav-toggle span { width: 20px; height: 2px; background: var(--charcoal); transition: .3s var(--ease); border-radius: 2px; }
.nav-toggle.open span:nth-child(1){ transform: translateY(7px) rotate(45deg); }
.nav-toggle.open span:nth-child(2){ opacity: 0; }
.nav-toggle.open span:nth-child(3){ transform: translateY(-7px) rotate(-45deg); }

/* ---------- Hero ---------- */
.hero { position: relative; min-height: 88vh; display: flex; align-items: center; color: #fff; overflow: hidden; }
.hero-bg { position: absolute; inset: 0; background-size: cover; background-position: center 35%; transform: scale(1.05); animation: heroZoom 16s ease-out forwards; }
@keyframes heroZoom { to { transform: scale(1.14); } }
.hero-overlay { position: absolute; inset: 0; background:
  linear-gradient(105deg, rgba(34,29,24,.86) 0%, rgba(34,29,24,.55) 48%, rgba(34,29,24,.28) 100%); }
.hero-inner { position: relative; padding: 120px 24px; max-width: 820px; }
.hero-badge {
  display: inline-flex; align-items: center; gap: 8px; padding: 9px 18px; border-radius: 999px;
  background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.28);
  font-size: 13.5px; font-weight: 600; letter-spacing: .04em; backdrop-filter: blur(4px);
}
.hero-title { color: #fff; font-size: clamp(38px, 6.4vw, 76px); font-weight: 600; margin: 22px 0 18px; letter-spacing: -.02em; }
.hero-sub { font-size: clamp(17px, 2vw, 20px); max-width: 60ch; color: rgba(255,255,255,.9); margin-bottom: 34px; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 14px; }
.hero-scroll { position: absolute; left: 50%; bottom: 26px; transform: translateX(-50%); display: flex; flex-direction: column; align-items: center; gap: 4px; font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: rgba(255,255,255,.8); }
.hero-scroll svg { animation: bob 1.8s infinite; }
@keyframes bob { 0%,100%{ transform: translateY(0);} 50%{ transform: translateY(6px);} }

/* ---------- Trust bar ---------- */
.trust { background: var(--charcoal); color: var(--cream); }
.trust-inner { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; padding: 26px 24px; }
.trust-item { display: flex; align-items: center; gap: 14px; justify-content: center; font-weight: 600; font-size: 15.5px; }
.trust-item .ic { width: 30px; height: 30px; color: var(--bronze-l); flex: none; }
.trust-item + .trust-item { border-left: 1px solid rgba(255,255,255,.12); }

/* ---------- About ---------- */
.about { background: var(--cream); }
.about-grid { display: grid; grid-template-columns: 1fr 1.05fr; gap: 64px; align-items: center; }
.about-media { position: relative; }
.about-media img { border-radius: var(--radius-lg); box-shadow: var(--shadow); aspect-ratio: 4/5; object-fit: cover; width: 100%; }
.about-badge {
  position: absolute; right: -18px; bottom: 34px; background: var(--paper); color: var(--charcoal);
  border-radius: var(--radius); padding: 16px 22px; box-shadow: var(--shadow); text-align: center;
  border: 1px solid var(--line);
}
.about-badge strong { display: block; font-family: var(--ff-serif); font-size: 26px; color: var(--bronze-d); }
.about-badge span { font-size: 12.5px; letter-spacing: .06em; text-transform: uppercase; color: var(--muted); }
.about-text p { color: var(--charcoal-2); font-size: 17.5px; }
.about-stats { display: flex; gap: 14px; margin: 28px 0; flex-wrap: wrap; }
.about-stats .stat { flex: 1; min-width: 130px; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 16px 18px; }
.about-stats .stat strong { display: block; font-family: var(--ff-serif); font-size: 22px; color: var(--charcoal); }
.about-stats .stat span { font-size: 13.5px; color: var(--muted); }
.mv-box { background: linear-gradient(180deg, var(--paper), var(--cream)); border: 1px solid var(--line); border-left: 4px solid var(--bronze); border-radius: var(--radius-sm); padding: 22px 24px; }
.mv-box h3 { font-size: 19px; margin-bottom: 10px; }
.mv-box p { font-size: 15.5px; color: var(--charcoal-2); margin-bottom: 10px; }
.mv-box p:last-child { margin-bottom: 0; }

/* ---------- Why / quality ---------- */
.why { background: var(--paper); }
.why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.why-card { background: var(--cream); border: 1px solid var(--line); border-radius: var(--radius); padding: 30px 26px; transition: transform .3s var(--ease), box-shadow .3s var(--ease); }
.why-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: var(--cream-2); }
.why-ic { display: inline-flex; align-items: center; justify-content: center; width: 56px; height: 56px; border-radius: 16px; background: linear-gradient(140deg, var(--bronze), var(--bronze-d)); color: #fff; margin-bottom: 18px; }
.why-ic svg { width: 28px; height: 28px; }
.why-card h3 { font-size: 20px; margin-bottom: 8px; }
.why-card p { color: var(--muted); font-size: 15.5px; margin: 0; }

/* ---------- Products ---------- */
.products { background: var(--cream); }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.product-card { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; transition: transform .3s var(--ease), box-shadow .3s var(--ease); }
.product-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.product-img { position: relative; aspect-ratio: 4/3; overflow: hidden; background: var(--cream-2); }
.product-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease); }
.product-card:hover .product-img img { transform: scale(1.06); }
.product-tag { position: absolute; top: 14px; left: 14px; background: rgba(47,42,37,.82); color: #fff; font-size: 12px; font-weight: 600; letter-spacing: .03em; padding: 6px 12px; border-radius: 999px; backdrop-filter: blur(3px); }
.product-body { padding: 22px 24px 26px; }
.product-body h3 { font-size: 21px; margin-bottom: 8px; }
.product-body p { color: var(--muted); font-size: 15.5px; margin: 0; }
.retail-card { display: flex; align-items: center; justify-content: center; text-align: center; background: linear-gradient(150deg, var(--charcoal), var(--olive-d)); color: var(--cream); border: none; min-height: 200px; }
.retail-inner { padding: 30px; display: flex; flex-direction: column; align-items: center; gap: 14px; }
.retail-inner svg { width: 40px; height: 40px; color: var(--bronze-l); }
.retail-inner span { font-family: var(--ff-serif); font-size: 19px; line-height: 1.3; }
.retail-card:hover { box-shadow: var(--shadow); }

/* ---------- Production ---------- */
.production { background: var(--paper); }
.prod-top { display: grid; grid-template-columns: 1.2fr 1fr; gap: 40px; margin-bottom: 56px; align-items: stretch; }
.prod-media img { width: 100%; height: 100%; min-height: 320px; object-fit: cover; border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.prod-facilities { display: flex; flex-direction: column; gap: 16px; }
.facility { display: flex; gap: 18px; align-items: flex-start; background: var(--cream); border: 1px solid var(--line); border-radius: var(--radius); padding: 22px 24px; }
.facility-no { font-family: var(--ff-serif); font-size: 30px; color: var(--bronze); line-height: 1; }
.facility h3 { font-size: 19px; margin-bottom: 4px; }
.facility p { color: var(--muted); font-size: 15px; margin: 0; }
.prod-extra { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: auto; }
.prod-extra img { width: 100%; height: 150px; object-fit: cover; border-radius: var(--radius-sm); }
.steps { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; counter-reset: s; }
.step { background: var(--cream); border: 1px solid var(--line); border-radius: var(--radius); padding: 26px 22px; position: relative; }
.step-no { display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; border-radius: 50%; background: var(--charcoal); color: var(--cream); font-family: var(--ff-serif); font-size: 18px; margin-bottom: 14px; }
.step h4 { font-size: 17px; margin-bottom: 6px; }
.step p { color: var(--muted); font-size: 14px; margin: 0; }

/* ---------- Certifications ---------- */
.certs { background: var(--cream); }
.cert-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; max-width: 980px; margin: 0 auto; }
.cert { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 18px; margin: 0; box-shadow: var(--shadow-sm); transition: transform .3s var(--ease), box-shadow .3s var(--ease); }
.cert:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.cert img { width: 100%; aspect-ratio: 3/4; object-fit: contain; background: #fff; border-radius: var(--radius-sm); border: 1px solid var(--line); }
.cert figcaption { text-align: center; margin-top: 14px; font-weight: 600; font-size: 15px; color: var(--charcoal); }

/* ---------- Export ---------- */
.export { position: relative; color: #fff; overflow: hidden; }
.export-bg { position: absolute; inset: 0; background-size: cover; background-position: center; }
.export-overlay { position: absolute; inset: 0; background: linear-gradient(120deg, rgba(34,29,24,.92), rgba(59,74,55,.82)); }
.export-inner { position: relative; display: grid; grid-template-columns: 1.25fr .85fr; gap: 50px; align-items: center; }
.export-bullets { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 26px; }
.ebullet { border-left: 3px solid var(--bronze-l); padding-left: 16px; }
.ebullet h4 { color: #fff; font-size: 18px; margin-bottom: 6px; }
.ebullet p { color: rgba(255,255,255,.78); font-size: 15px; margin: 0; }
.export-card { background: var(--paper); color: var(--ink); border-radius: var(--radius-lg); padding: 38px 34px; box-shadow: var(--shadow-lg); }
.export-card h3 { font-size: 24px; margin-bottom: 12px; }
.export-card p { color: var(--muted); margin-bottom: 22px; }
.export-card .btn { width: 100%; margin-bottom: 12px; }

/* ---------- Contact ---------- */
.contact { background: var(--paper); }
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 44px; align-items: start; }
.contact-info { display: flex; flex-direction: column; gap: 4px; }
.cinfo { display: flex; gap: 16px; align-items: flex-start; padding: 16px 0; border-bottom: 1px solid var(--line); }
.cinfo-ic { flex: none; width: 46px; height: 46px; border-radius: 12px; background: var(--cream); border: 1px solid var(--line); display: inline-flex; align-items: center; justify-content: center; color: var(--bronze-d); }
.cinfo-ic svg { width: 22px; height: 22px; }
.cinfo-txt { font-size: 16px; color: var(--charcoal-2); }
.cinfo-txt strong { display: block; font-family: var(--ff-sans); font-weight: 600; color: var(--charcoal); font-size: 13px; text-transform: uppercase; letter-spacing: .06em; margin-bottom: 2px; }
a.cinfo:hover .cinfo-txt { color: var(--bronze-d); }
.contact-map { margin-top: 18px; border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); box-shadow: var(--shadow-sm); }
.contact-map iframe { width: 100%; height: 240px; border: 0; display: block; filter: grayscale(.15); }

/* WhatsApp card */
.wa-card { background: var(--cream); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 36px 32px; box-shadow: var(--shadow-sm); display: flex; flex-direction: column; gap: 28px; }
.wa-card-header { display: flex; gap: 18px; align-items: flex-start; }
.wa-icon-lg { flex: none; width: 64px; height: 64px; border-radius: 18px; background: #25d366; color: #fff; display: flex; align-items: center; justify-content: center; box-shadow: 0 8px 24px rgba(37,211,102,.3); }
.wa-card-header h3 { font-size: 22px; margin-bottom: 6px; }
.wa-card-header p { color: var(--muted); font-size: 15px; margin: 0; }
.wa-topics { display: flex; flex-direction: column; gap: 12px; }
.wa-topic-btn {
  display: flex; align-items: center; gap: 14px; padding: 18px 20px;
  background: var(--paper); border: 1.5px solid var(--line); border-radius: var(--radius);
  color: var(--charcoal); font-weight: 600; font-size: 16px;
  transition: border-color .22s, background .22s, box-shadow .22s, transform .22s var(--ease);
  cursor: pointer;
}
.wa-topic-btn:hover { border-color: #25d366; background: #f0fdf4; box-shadow: 0 6px 20px rgba(37,211,102,.18); transform: translateY(-2px); color: #158a44; }
.wa-topic-btn svg:first-child { flex: none; color: var(--bronze-d); }
.wa-topic-btn:hover svg:first-child { color: #25d366; }
.wa-topic-btn span { flex: 1; }
.wa-topic-btn .arrow { color: var(--muted); transition: transform .22s var(--ease); }
.wa-topic-btn:hover .arrow { transform: translateX(4px); color: #25d366; }
.wa-card-footer { display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--muted); padding-top: 4px; }
.wa-online-dot { width: 10px; height: 10px; border-radius: 50%; background: #25d366; flex: none; box-shadow: 0 0 0 3px rgba(37,211,102,.2); animation: pulse 2.4s infinite; }

/* ---------- Footer ---------- */
.site-footer { background: var(--charcoal); color: rgba(255,255,255,.78); padding-top: 70px; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1.2fr 1.2fr; gap: 40px; padding-bottom: 50px; }
.footer-logo { height: 64px; width: auto; filter: brightness(0) invert(1); opacity: .96; margin-bottom: 16px; }
.footer-brand p { font-size: 15px; max-width: 40ch; margin-bottom: 16px; }
.footer-gi { display: inline-block; font-size: 12.5px; letter-spacing: .04em; color: var(--bronze-l); border: 1px solid rgba(255,255,255,.18); padding: 6px 12px; border-radius: 999px; }
.footer-col h4 { color: #fff; font-family: var(--ff-sans); font-weight: 600; font-size: 14px; letter-spacing: .08em; text-transform: uppercase; margin-bottom: 16px; }
.footer-col a, .footer-col span, .footer-col p { display: block; color: rgba(255,255,255,.74); font-size: 15px; margin-bottom: 10px; transition: color .2s; }
.footer-col a:hover { color: var(--bronze-l); }
.footer-retail .btn { margin-top: 4px; color: #fff; border-color: rgba(255,255,255,.3); }
.footer-retail .btn:hover { background: rgba(255,255,255,.08); }
.footer-bar { border-top: 1px solid rgba(255,255,255,.1); padding: 20px 0; font-size: 14px; color: rgba(255,255,255,.6); }

/* ---------- Floating WhatsApp ---------- */
.wa-float { position: fixed; right: 22px; bottom: 22px; z-index: 60; width: 58px; height: 58px; border-radius: 50%; background: #25d366; color: #fff; display: flex; align-items: center; justify-content: center; box-shadow: 0 10px 30px rgba(37,211,102,.45); transition: transform .25s var(--ease); }
.wa-float:hover { transform: scale(1.08); }
.wa-float::after { content: ""; position: absolute; inset: 0; border-radius: 50%; box-shadow: 0 0 0 0 rgba(37,211,102,.5); animation: pulse 2.4s infinite; }
@keyframes pulse { 70% { box-shadow: 0 0 0 16px rgba(37,211,102,0); } 100% { box-shadow: 0 0 0 0 rgba(37,211,102,0); } }

/* ---------- Reveal animation ---------- */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.in { opacity: 1; transform: none; }

/* ---------- Mobile nav drawer ---------- */
.nav-backdrop { position: fixed; inset: 0; background: rgba(34,29,24,.45); opacity: 0; visibility: hidden; transition: .3s; z-index: 45; }
.nav-backdrop.show { opacity: 1; visibility: visible; }

/* ===========================================================================
   Responsive
   =========================================================================== */
@media (max-width: 1024px) {
  .about-grid { grid-template-columns: 1fr; gap: 40px; }
  .about-media img { aspect-ratio: 16/10; max-height: 420px; }
  .why-grid, .product-grid, .cert-grid { grid-template-columns: repeat(2, 1fr); }
  .prod-top { grid-template-columns: 1fr; }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .export-inner { grid-template-columns: 1fr; gap: 36px; }
  .export-bullets { grid-template-columns: 1fr 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
  .wa-card { padding: 26px 22px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
}

@media (max-width: 760px) {
  body { font-size: 16px; }
  .section { padding: 68px 0; }
  .header-cta { display: none; }
  .nav-toggle { display: flex; }
  .main-nav {
    position: fixed; top: 78px; right: 0; width: min(82vw, 340px); height: calc(100vh - 78px);
    background: var(--paper); flex-direction: column; gap: 0; padding: 18px;
    transform: translateX(110%); visibility: hidden; opacity: 0;
    transition: transform .34s var(--ease), opacity .28s var(--ease), visibility .34s;
    box-shadow: var(--shadow-lg); z-index: 48; margin-left: 0;
  }
  .main-nav.open { transform: translateX(0); visibility: visible; opacity: 1; }
  .main-nav a { padding: 16px 8px; border-bottom: 1px solid var(--line); font-size: 17px; }
  .main-nav a::after { display: none; }
  .trust-inner { grid-template-columns: 1fr 1fr; gap: 18px 8px; }
  .trust-item { justify-content: flex-start; font-size: 14.5px; }
  .trust-item + .trust-item { border-left: none; }
  .trust-item:nth-child(odd) { border-right: 1px solid rgba(255,255,255,.12); }
  .why-grid, .product-grid, .cert-grid { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; }
  .export-bullets { grid-template-columns: 1fr; }
  .f-row { grid-template-columns: 1fr; gap: 0; }
  .footer-grid { grid-template-columns: 1fr; }
  .about-badge { right: 12px; bottom: 12px; }
  .form-actions .btn { min-width: 100%; }
  .hero { min-height: 92vh; }
  .hero-inner { padding: 100px 24px 90px; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-bg { animation: none !important; transform: none !important; }
  .wa-float::after { animation: none !important; }
  .hero-scroll svg { animation: none !important; }
  .reveal { opacity: 1 !important; transform: none !important; transition: none !important; }
}
