/* ===== Omni Vital B2B Landing — styles ===== */
:root {
  /* Paleta marki Omni Vital (zgodna z omnivital.pl).
     Nazwy zmiennych pozostawiono (--teal-*, --orange-*), zmieniono wartości,
     dzięki czemu cała strona przyjmuje kolory marki. */
  --teal-900: #1f3359;  /* granat — najciemniejszy (stopka, ciemne tła) */
  --teal-700: #1b4b95;  /* niebieski "Omni" — mocny akcent, gradient */
  --teal-600: #4fb031;  /* zielony — główny akcent (linki, ikony, „check") */
  --teal-500: #73b84a;  /* jaśniejszy zielony — gradienty/obramowania */
  --teal-50:  #eaf5e3;  /* bardzo jasny zielony — tła ikon, hero */
  --orange:   #4fb031;  /* CTA — zielony marki */
  --orange-dark: #3d8c26; /* CTA hover — ciemniejszy zielony */
  --ink:      #1f3359;  /* tekst/nagłówki — granat */
  --ink-soft: #3f4a5e;  /* tekst akapitów */
  --muted:    #6b7480;  /* tekst pomocniczy */
  --line:     #e5e9ec;  /* jasnoszary marki — linie/obramowania */
  --bg:       #ffffff;
  --bg-alt:   #f4f7f5;  /* delikatne tło sekcji */
  --radius:   16px;
  --radius-sm:10px;
  --shadow:   0 10px 30px rgba(31, 51, 89, .08);
  --shadow-lg:0 24px 60px rgba(31, 51, 89, .14);
  --maxw:     1140px;
  --font-head:"Cal Sans", system-ui, sans-serif;
  --font-body:"Inter", system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--bg);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
h1, h2, h3 { font-family: var(--font-head); line-height: 1.15; margin: 0 0 .5em; color: var(--ink); }
p { margin: 0 0 1rem; color: var(--ink-soft); }
a { color: var(--teal-600); text-decoration: none; }
img { max-width: 100%; }

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

/* ===== Buttons ===== */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  gap: .5rem; font-family: var(--font-head); font-weight: 700;
  font-size: .98rem; padding: .85rem 1.5rem; border-radius: 999px;
  border: 1px solid transparent; cursor: pointer; transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
  text-align: center; line-height: 1;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--orange); color: #fff; box-shadow: 0 8px 20px rgba(79,176,49,.30); }
.btn-primary:hover { background: var(--orange-dark); }
.btn-ghost { background: transparent; color: var(--teal-700); border-color: var(--line); }
.btn-ghost:hover { border-color: var(--teal-500); background: var(--teal-50); }
.btn-light { background: #fff; color: var(--teal-700); }
.btn-light:hover { background: #f1f1f1; }
.btn-sm { padding: .6rem 1.1rem; font-size: .88rem; }
.btn-lg { padding: 1.05rem 1.9rem; font-size: 1.05rem; }
.btn-block { width: 100%; }

/* ===== Header ===== */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255,255,255,.88);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.header-inner { display: flex; align-items: center; gap: 1.5rem; height: 70px; }
.logo { display: flex; align-items: center; gap: .6rem; font-family: var(--font-head); }
.logo-img { height: 44px; width: auto; display: block; }
.logo-mark {
  display: grid; place-items: center; width: 38px; height: 38px;
  border-radius: 11px; background: linear-gradient(135deg, var(--teal-500), var(--teal-700));
  color: #fff;
}
.logo-text { font-size: 1.25rem; font-weight: 600; color: var(--teal-700); letter-spacing: -.02em; }
.logo-text strong { color: var(--teal-600); font-weight: 800; }
.logo-badge {
  font-size: .62rem; font-weight: 800; letter-spacing: .08em;
  background: var(--teal-50); color: var(--teal-700);
  padding: .2rem .45rem; border-radius: 6px; align-self: center;
}
.main-nav { display: flex; gap: 1.6rem; margin-left: auto; }
.main-nav a { color: var(--ink-soft); font-weight: 500; font-size: .95rem; }
.main-nav a:hover { color: var(--teal-600); }
.header-cta { margin-left: 0; }

/* ===== Hero ===== */
.hero {
  padding: 64px 0 40px;
  background:
    radial-gradient(1200px 500px at 80% -10%, var(--teal-50), transparent 60%),
    linear-gradient(180deg, #fff, var(--bg-alt));
}
.hero-grid { display: grid; grid-template-columns: 1.4fr 1fr; gap: 48px; align-items: center; }
.eyebrow {
  font-family: var(--font-head); font-weight: 700; font-size: .82rem;
  text-transform: uppercase; letter-spacing: .1em; color: var(--teal-600);
  margin: 0 0 .8rem;
}
.eyebrow-light { color: rgba(255,255,255,.85); }
.hero h1 { font-size: clamp(2.1rem, 4.5vw, 3.3rem); font-weight: 800; letter-spacing: -.025em; }
.hero h1 .hl { color: var(--teal-600); }
.lead { font-size: 1.15rem; color: var(--ink-soft); max-width: 46ch; }
.hero-points { list-style: none; padding: 0; margin: 1.4rem 0 1.8rem; display: grid; gap: .6rem; }
.hero-points li { position: relative; padding-left: 1.9rem; color: var(--ink); font-weight: 500; }
.hero-points li::before {
  content: "✓"; position: absolute; left: 0; top: 0;
  width: 1.35rem; height: 1.35rem; border-radius: 50%;
  background: var(--teal-50); color: var(--teal-600);
  display: grid; place-items: center; font-size: .8rem; font-weight: 800;
}
.hero-magnet {
  display: flex; align-items: center; gap: .7rem;
  background: #eef7e9; border: 1px solid #cfe8c2; border-radius: var(--radius-sm);
  padding: .7rem .95rem; margin: 0 0 1.4rem; max-width: 48ch;
}
.hero-magnet-icon { display: grid; place-items: center; color: var(--orange-dark); flex-shrink: 0; }
.hero-magnet-icon svg { width: 24px; height: 24px; }
.hero-magnet span:last-child { font-size: .92rem; color: var(--ink); line-height: 1.45; }
.hero-magnet strong { color: var(--orange-dark); }
.form-magnet { max-width: none; margin: 4px 0 16px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; }
.hero-note { margin-top: 1rem; font-size: .9rem; color: var(--muted); }

/* Hero visual + photo */
.hero-visual { position: relative; }
.hero-photo {
  display: block; width: 100%; height: auto; border-radius: var(--radius);
  box-shadow: var(--shadow-lg);
}
.hero-badge {
  position: absolute; left: 20px; bottom: 20px;
  background: rgba(255,255,255,.96); backdrop-filter: blur(4px);
  border: 1px solid var(--line); border-radius: var(--radius-sm);
  box-shadow: var(--shadow); padding: 12px 18px; text-align: center;
}
.hero-badge strong { display: block; font-family: var(--font-head); font-size: 1.6rem; font-weight: 800; color: var(--orange-dark); }
.hero-badge span { font-size: .78rem; color: var(--muted); }

/* Trust bar */
.trust-bar {
  margin-top: 48px; display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 16px; background: #fff; border: 1px solid var(--line);
  border-radius: var(--radius); padding: 22px; box-shadow: var(--shadow);
}
.trust-item { text-align: center; }
.trust-item strong { display: block; font-family: var(--font-head); font-size: 1.5rem; font-weight: 800; color: var(--teal-700); }
.trust-item span { font-size: .85rem; color: var(--muted); }

/* ===== Sections ===== */
.section { padding: 84px 0; }
.section-alt { background: var(--bg-alt); }
.section-head { text-align: center; max-width: 680px; margin: 0 auto 48px; }
.section-head h2 { font-size: clamp(1.8rem, 3.2vw, 2.4rem); font-weight: 800; letter-spacing: -.02em; }
.section-sub { font-size: 1.08rem; }

/* Cards */
.cards-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 28px; transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: var(--teal-500); }
.card-icon {
  width: 52px; height: 52px; border-radius: 14px; margin-bottom: 1rem;
  display: grid; place-items: center;
  background: var(--teal-50); color: var(--teal-600);
}
.card-icon svg { width: 26px; height: 26px; }
.card h3 { font-size: 1.2rem; }
.card p { margin: 0; font-size: .96rem; }

/* Products */
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.product {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius-sm);
  padding: 18px 18px 22px; transition: transform .18s ease, box-shadow .18s ease;
}
.product:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.product-img {
  height: 160px; margin: -4px 0 14px; border-radius: var(--radius-sm);
  background: linear-gradient(180deg, var(--bg-alt), #fff);
  display: grid; place-items: center; padding: 10px;
}
.product-img img { max-height: 100%; max-width: 100%; object-fit: contain; }
.product h3 { font-size: 1.1rem; margin: .3rem 0 .4rem; }
.product p { margin: 0; font-size: .9rem; color: var(--muted); }
.season {
  display: inline-block; font-family: var(--font-head); font-size: .68rem; font-weight: 800;
  letter-spacing: .04em; text-transform: uppercase; padding: .25rem .55rem; border-radius: 6px;
}
.tag-summer { background: #eaf5e3; color: #3d8c26; }
.tag-autumn { background: #e7eef8; color: #1b4b95; }
.tag-winter { background: #e5e9ec; color: #1f3359; }
.tag-year   { background: var(--teal-50); color: var(--teal-700); }
.product-note { text-align: center; margin-top: 28px; color: var(--muted); font-size: .95rem; }
.offer-cta { display: flex; justify-content: center; flex-wrap: wrap; gap: .8rem; margin-top: 36px; }

/* Galeria kreacji sezonowych (3 obok siebie) */
.season-gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.season-item { margin: 0; }
.season-item img {
  display: block; width: 100%; height: auto; border-radius: var(--radius);
  box-shadow: var(--shadow); transition: transform .2s ease, box-shadow .2s ease;
}
.season-item img:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); }
@media (max-width: 760px) {
  .season-gallery { grid-template-columns: 1fr; gap: 20px; max-width: 460px; margin: 0 auto; }
}

/* Split (wsparcie / farmaceuci) */
.split { display: grid; grid-template-columns: 1.1fr .9fr; gap: 48px; align-items: center; }
.split-reverse { grid-template-columns: .9fr 1.1fr; }
.pharma-photo { position: relative; }
.pharma-photo img {
  display: block; width: 100%; height: 100%; max-height: 480px; object-fit: cover;
  border-radius: var(--radius); box-shadow: var(--shadow-lg);
}
.pharma-photo-badge {
  position: absolute; right: -18px; bottom: 24px;
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius-sm);
  box-shadow: var(--shadow); padding: 14px 18px; text-align: center; max-width: 180px;
}
.pharma-photo-badge strong { display: block; font-family: var(--font-head); font-size: 1.6rem; font-weight: 800; color: var(--orange-dark); }
.pharma-photo-badge span { font-size: .8rem; color: var(--muted); }
@media (max-width: 980px) { .pharma-photo-badge { right: 16px; } }
.split-copy h2 { font-size: clamp(1.8rem, 3vw, 2.3rem); font-weight: 800; }
.split-copy .btn { margin-top: 1.8rem; }
.check-list { list-style: none; padding: 0; margin: 1.2rem 0 0; display: grid; gap: .8rem; }
.check-list li { position: relative; padding-left: 2rem; color: var(--ink); font-weight: 500; }
.check-list li::before {
  content: "✓"; position: absolute; left: 0; top: -2px;
  width: 1.5rem; height: 1.5rem; border-radius: 50%;
  background: var(--teal-600); color: #fff; display: grid; place-items: center;
  font-size: .85rem; font-weight: 800;
}
/* Marketing visual: chart + UGC */
.mkt-visual { display: grid; gap: 18px; }
.chart-card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  box-shadow: var(--shadow); padding: 22px 22px 18px;
}
.chart-head { display: flex; flex-direction: column; gap: 2px; margin-bottom: 14px; }
.chart-title { font-family: var(--font-head); font-weight: 800; font-size: 1.1rem; color: var(--ink); }
.chart-trend { font-size: .82rem; color: var(--teal-600); font-weight: 600; }
.chart-svg { width: 100%; height: 130px; display: block; }
.chart-svg .grid { stroke: var(--line); stroke-width: 1; }
.chart-months { display: flex; justify-content: space-between; margin-top: 6px; }
.chart-months span { font-size: .68rem; font-weight: 700; letter-spacing: .04em; color: var(--muted); }
.chart-foot { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 16px; padding-top: 16px; border-top: 1px solid var(--line); }
.chart-foot strong { display: block; font-family: var(--font-head); font-size: 1.4rem; font-weight: 800; color: var(--teal-700); }
.chart-foot span { font-size: .8rem; color: var(--muted); }

.ugc-strip {
  background: linear-gradient(135deg, var(--teal-700), var(--teal-900));
  border-radius: var(--radius); padding: 18px 20px;
}
.ugc-label { display: block; font-family: var(--font-head); font-weight: 700; font-size: .8rem; text-transform: uppercase; letter-spacing: .08em; color: rgba(255,255,255,.85); margin-bottom: 12px; }
.ugc-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.ugc-card { margin: 0; background: #fff; border-radius: var(--radius-sm); overflow: hidden; box-shadow: var(--shadow); }
.ugc-thumb { position: relative; display: block; }
.ugc-card img { display: block; width: 100%; height: 120px; object-fit: cover; }
.ugc-play {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);
  width: 34px; height: 34px; border-radius: 50%;
  background: rgba(255,255,255,.9); box-shadow: 0 4px 12px rgba(0,0,0,.25);
}
.ugc-play::after {
  content: ""; position: absolute; top: 50%; left: 54%; transform: translate(-50%,-50%);
  border-style: solid; border-width: 7px 0 7px 12px; border-color: transparent transparent transparent var(--orange-dark);
}
.ugc-card figcaption { display: flex; align-items: center; justify-content: space-between; gap: 6px; padding: 8px 10px; font-size: .72rem; font-weight: 700; color: var(--orange-dark); }
.ugc-tag { font-size: .64rem; font-weight: 700; color: var(--teal-600); background: var(--teal-50); padding: .15rem .4rem; border-radius: 5px; }

/* Steps */
.steps { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; counter-reset: step; }
.step {
  position: relative; background: #fff; border: 1px solid var(--line);
  border-radius: var(--radius); padding: 32px 26px 26px;
}
.step-num {
  position: absolute; top: -20px; left: 26px;
  width: 44px; height: 44px; border-radius: 12px;
  background: var(--orange); color: #fff; display: grid; place-items: center;
  font-family: var(--font-head); font-weight: 800; font-size: 1.2rem;
  box-shadow: 0 8px 18px rgba(236,94,31,.3);
}
.step h3 { font-size: 1.2rem; margin-top: .6rem; }
.step p { margin: 0; font-size: .96rem; }

/* Testimonials — rotator ze strzałkami */
.testi-carousel { position: relative; display: flex; align-items: center; gap: 8px; }
.testi-viewport {
  overflow-x: auto; overflow-y: hidden; scroll-snap-type: x mandatory;
  scroll-behavior: smooth; flex: 1; padding: 6px 2px 12px;
  scrollbar-width: none; -ms-overflow-style: none;
}
.testi-viewport::-webkit-scrollbar { display: none; }
.testi-track { display: flex; gap: 22px; }
.testi {
  margin: 0; flex: 0 0 clamp(280px, 80%, 360px); min-height: 220px; scroll-snap-align: start;
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 28px; display: flex; flex-direction: column; box-shadow: var(--shadow);
}
.testi-arrow {
  flex: 0 0 auto; width: 46px; height: 46px; border-radius: 50%;
  border: 1px solid var(--line); background: #fff; color: var(--teal-700);
  font-size: 1.6rem; line-height: 1; cursor: pointer; box-shadow: var(--shadow);
  display: grid; place-items: center; transition: background .15s ease, color .15s ease, opacity .15s ease;
}
.testi-arrow:hover { background: var(--teal-600); color: #fff; }
.testi-arrow:disabled { opacity: .35; cursor: default; }
.testi-arrow:disabled:hover { background: #fff; color: var(--teal-700); }
.testi-stars { color: #ffb020; letter-spacing: 2px; font-size: 1.05rem; margin-bottom: .8rem; }
.testi blockquote { margin: 0 0 1.4rem; font-size: 1.02rem; color: var(--ink); line-height: 1.6; flex: 1; }
.testi-person { display: flex; align-items: center; gap: .9rem; }
.testi-person img { width: 52px; height: 52px; border-radius: 50%; object-fit: cover; }
.testi-person span { display: flex; flex-direction: column; font-size: .9rem; color: var(--muted); }
.testi-person strong { font-family: var(--font-head); font-size: 1rem; color: var(--ink); }

/* ===== Contact ===== */
.section-contact {
  background: linear-gradient(135deg, var(--teal-700), var(--teal-900));
  color: #fff;
}
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 48px; align-items: center; }
.contact-intro h2 { color: #fff; font-size: clamp(1.8rem, 3vw, 2.3rem); font-weight: 800; }
.contact-intro p { color: rgba(255,255,255,.85); font-size: 1.05rem; }
.contact-benefits { list-style: none; padding: 0; margin: 1.4rem 0 0; display: grid; gap: .7rem; }
.contact-benefits li { display: flex; gap: .6rem; align-items: center; color: #fff; font-weight: 500; }
.contact-benefits span { color: #9fdc7e; font-weight: 800; }
.contact-photo { margin-top: 28px; display: block; width: 100%; height: auto; border-radius: var(--radius); box-shadow: var(--shadow-lg); }

.lead-form {
  background: #fff; border-radius: var(--radius); padding: 32px;
  box-shadow: var(--shadow-lg); color: var(--ink);
}
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { margin-bottom: 16px; display: flex; flex-direction: column; }
.field label { font-family: var(--font-head); font-weight: 600; font-size: .88rem; margin-bottom: .35rem; color: var(--ink); }
.field input, .field select, .field textarea {
  font-family: var(--font-body); font-size: 1rem; color: var(--ink);
  padding: .75rem .9rem; border: 1px solid var(--line); border-radius: var(--radius-sm);
  background: #fbfdfc; transition: border-color .15s ease, box-shadow .15s ease;
}
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: var(--teal-500); box-shadow: 0 0 0 3px var(--teal-50); background: #fff;
}
.field textarea { resize: vertical; }
.field input.invalid, .field select.invalid, .field textarea.invalid { border-color: #e0584e; box-shadow: 0 0 0 3px #fdeceb; }
.consent { display: flex; gap: .6rem; align-items: flex-start; margin: 4px 0 18px; font-size: .88rem; color: var(--ink-soft); }
.consent input { margin-top: .25rem; width: 18px; height: 18px; accent-color: var(--teal-600); flex-shrink: 0; }
.consent.invalid span { color: #c2453b; }
.link { color: var(--teal-600); text-decoration: underline; }
.form-disclaimer { font-size: .8rem; color: var(--muted); margin: .8rem 0 0; }
.form-status {
  margin-top: 16px; padding: 14px 16px; border-radius: var(--radius-sm); font-size: .95rem; font-weight: 500;
}
.form-status.success { background: var(--teal-50); color: #2f7d1c; border: 1px solid #c3e6b3; }
.form-status.error { background: #fdeceb; color: #c2453b; border: 1px solid #f5c9c5; }

/* FAQ */
.faq { display: grid; gap: 12px; }
.faq details {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 4px 20px;
  transition: box-shadow .15s ease;
}
.faq details[open] { box-shadow: var(--shadow); }
.faq summary {
  font-family: var(--font-head); font-weight: 700; font-size: 1.05rem; color: var(--ink);
  padding: 16px 0; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 1rem;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; color: var(--teal-600); font-size: 1.5rem; font-weight: 400; transition: transform .2s ease; }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq details p { margin: 0 0 16px; }

/* CTA band */
.cta-band { background: var(--orange); padding: 64px 0; text-align: center; }
.cta-inner h2 { color: #fff; font-size: clamp(1.7rem, 3vw, 2.3rem); font-weight: 800; }
.cta-inner p { color: rgba(255,255,255,.92); font-size: 1.1rem; margin-bottom: 1.6rem; }

/* Footer */
.site-footer { background: var(--teal-900); color: rgba(255,255,255,.7); padding: 56px 0 32px; }
.footer-inner { display: grid; grid-template-columns: 1.4fr 1fr 1.2fr; gap: 32px; align-items: start; }
.site-footer .logo-text { color: #fff; }
.site-footer .logo-text strong { color: #9fdc7e; }
.footer-brand p { color: rgba(255,255,255,.65); margin-top: .6rem; font-size: .92rem; }
.footer-nav { display: flex; flex-direction: column; gap: .6rem; }
.footer-nav a { color: rgba(255,255,255,.75); font-size: .95rem; }
.footer-nav a:hover { color: #fff; }
.footer-meta p { color: rgba(255,255,255,.6); font-size: .88rem; margin: 0 0 .4rem; }
.site-footer .link { color: #9fdc7e; }

/* Baner cookie */
.cookie-banner {
  position: fixed; left: 16px; right: 16px; bottom: 16px; z-index: 200;
  max-width: 720px; margin: 0 auto;
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  box-shadow: var(--shadow-lg); padding: 18px 20px;
  display: flex; align-items: center; gap: 18px; flex-wrap: wrap;
}
.cookie-banner[hidden] { display: none !important; }
.cookie-text { margin: 0; flex: 1; min-width: 240px; font-size: .9rem; color: var(--ink-soft); line-height: 1.5; }
.cookie-actions { display: flex; gap: .6rem; flex-shrink: 0; }
@media (max-width: 560px) {
  .cookie-banner { padding: 16px; }
  .cookie-actions { width: 100%; }
  .cookie-actions .btn { flex: 1; }
}

/* ===== Responsive ===== */
@media (max-width: 980px) {
  .hero-grid { grid-template-columns: 1fr; }
  .cards-grid { grid-template-columns: repeat(2, 1fr); }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .split { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; }
  .testi-grid { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr 1fr; }
  .main-nav { display: none; }
}
@media (max-width: 560px) {
  .section { padding: 60px 0; }
  .trust-bar { grid-template-columns: 1fr 1fr; }
  .cards-grid, .product-grid { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .stats-panel { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr; }
  .header-cta { display: none; }
  .hero-actions .btn { width: 100%; }
  .ugc-card figcaption { flex-direction: column; align-items: flex-start; gap: 4px; }
}
