/* Self-hosted Fraunces + Inter (variable) — инлайн, без отдельного fonts.css round-trip */
@font-face { font-family: 'Fraunces'; font-style: italic; font-weight: 100 900; font-display: swap; src: url('assets/fonts/fraunces-italic-latin.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: 'Fraunces'; font-style: italic; font-weight: 100 900; font-display: swap; src: url('assets/fonts/fraunces-italic-latin-ext.woff2') format('woff2'); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }
@font-face { font-family: 'Fraunces'; font-style: normal; font-weight: 100 900; font-display: swap; src: url('assets/fonts/fraunces-normal-latin.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: 'Fraunces'; font-style: normal; font-weight: 100 900; font-display: swap; src: url('assets/fonts/fraunces-normal-latin-ext.woff2') format('woff2'); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }
@font-face { font-family: 'Inter'; font-style: normal; font-weight: 100 900; font-display: swap; src: url('assets/fonts/inter-normal-latin.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: 'Inter'; font-style: normal; font-weight: 100 900; font-display: swap; src: url('assets/fonts/inter-normal-latin-ext.woff2') format('woff2'); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }

:root {
  /* Бренд */
  --brand: #b5176b;
  --brand-dark: #7d0f49;
  --brand-light: #ff5fa2;
  --amazon: #ff9900;
  --amazon-dark: #e88b00;

  /* База */
  --ink: #1a1216;
  --ink-soft: #4a3b43;
  --muted: #7a6770;
  --bg: #faf7f2;          /* кремовый */
  --bg-card: #ffffff;
  --line: #ece2e8;
  --line-soft: #f3ebf0;

  /* Акценты по SKU */
  --bg-soft: #fbf2f7;
  --c-creatine: #5c1a3a;
  --c-magnesium: #4b3b8f;
  --c-womens: #b01f54;   /* затемнён для контраста >=4.5:1 на tint-фоне */
  --c-fiber: #8a5410;    /* затемнён для контраста >=4.5:1 на белом/tint */

  --radius: 16px;
  --radius-lg: 22px;
  --shadow: 0 10px 30px rgba(60, 20, 45, .08);
  --shadow-lg: 0 24px 56px rgba(60, 20, 45, .14);
  --max: 1160px;
  --accent: var(--brand);

  /* Шкала вертикального ритма */
  --pad-section: 72px;
  --pad-section-lg: 110px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Inter", system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  color: var(--ink);
  background: var(--bg);
  line-height: 1.65;
  font-optical-sizing: auto;
  -webkit-font-smoothing: antialiased;
}

/* Видимый фокус клавиатуры (WCAG 2.4.7) */
:focus-visible { outline: 3px solid var(--brand); outline-offset: 2px; border-radius: 4px; }
.topbar a:focus-visible, .trust-strip a:focus-visible, .final-cta a:focus-visible,
.site-footer a:focus-visible, .sticky-cta:focus-visible { outline-color: #fff; }
.card:focus-visible, .faq-item summary:focus-visible { outline-offset: 4px; }

/* Утилита для скринридеров */
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); clip-path: inset(50%); white-space: nowrap; border: 0; }
h1, h2, h3, h4, .brand-name { font-family: "Fraunces", Georgia, "Times New Roman", serif; font-weight: 700; letter-spacing: -.01em; }
.hero h1, .final-cta h2, .section-head h2 { font-variation-settings: "opsz" 144; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
em { font-style: italic; }

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

.skip-link { position: absolute; left: -999px; top: 0; z-index: 200; background: var(--brand); color: #fff; padding: 10px 16px; border-radius: 0 0 8px 0; }
.skip-link:focus { left: 0; }

/* Buttons */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  font-family: "Inter", sans-serif; font-weight: 600; font-size: .96rem;
  padding: 13px 24px; border-radius: 999px; border: 2px solid transparent;
  cursor: pointer; transition: transform .15s ease, box-shadow .15s ease, background .15s ease, color .15s ease;
  white-space: nowrap; line-height: 1;
}
.btn .ext { font-size: .85em; opacity: .8; }
.btn:active { transform: translateY(1px); }
.btn-amazon { background: linear-gradient(135deg, var(--brand), var(--brand-dark)); color: #fff; box-shadow: 0 10px 24px rgba(181,23,107,.30); }
.btn-amazon:hover { background: linear-gradient(135deg, var(--brand-light), var(--brand)); color: #fff; transform: translateY(-2px); box-shadow: 0 14px 30px rgba(181,23,107,.42); }
.btn-ghost { background: transparent; color: var(--accent); border-color: var(--accent); }
.btn-ghost:hover { background: var(--accent); color: #fff; }
.btn-lg { padding: 16px 32px; font-size: 1.06rem; }

/* Topbar */
.topbar { background: var(--ink); color: #f3e6ee; font-size: .82rem; text-align: center; padding: 9px 0; letter-spacing: .2px; }

/* Header */
.site-header { position: sticky; top: 0; z-index: 100; background: rgba(250,247,242,.9); backdrop-filter: blur(12px); border-bottom: 1px solid var(--line); }
.header-inner { display: flex; align-items: center; justify-content: space-between; height: 70px; }
.brand { display: inline-flex; align-items: center; gap: 10px; }
.brand-mark { display: inline-grid; place-items: center; width: 38px; height: 38px; border-radius: 11px; background: linear-gradient(135deg, var(--brand), var(--brand-light)); color: #fff; font-family: "Fraunces", serif; font-weight: 800; font-size: 1.25rem; box-shadow: var(--shadow); }
.brand-name { font-size: 1.3rem; letter-spacing: .04em; font-weight: 800; }
.nav { display: flex; align-items: center; gap: 26px; }
.nav > a { font-weight: 500; font-size: .95rem; color: var(--ink-soft); transition: color .15s; padding: 6px 0; display: inline-block; }
.nav > a:hover { color: var(--brand); }
.nav-cta { color: #fff !important; }
.nav-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: 0; cursor: pointer; padding: 14px 10px; }
.nav-toggle span { width: 24px; height: 2px; background: var(--ink); border-radius: 2px; transition: .2s; }
.mobile-nav { display: none; flex-direction: column; gap: 2px; padding: 12px 22px 20px; border-bottom: 1px solid var(--line); background: var(--bg); }
.mobile-nav a { padding: 11px 0; color: var(--ink); font-weight: 500; }
.mobile-nav .btn { margin-top: 10px; }

/* Section heads */
.section-head { text-align: center; max-width: 640px; margin: 0 auto 48px; }
.kicker { text-transform: uppercase; letter-spacing: 2.5px; font-size: .76rem; font-weight: 700; color: var(--brand); margin: 0 0 12px; }
.section-head h2 { font-size: clamp(1.9rem, 3.8vw, 2.8rem); line-height: 1.12; margin: 0 0 14px; }
.section-head p { color: var(--muted); font-size: 1.1rem; margin: 0; }

/* Hero */
.hero { position: relative; padding: 70px 0 78px; overflow: hidden; }
.hero-blob { position: absolute; top: -10%; right: -8%; width: 60vw; max-width: 720px; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle at 40% 40%, rgba(255,95,162,.20), rgba(181,23,107,.06) 55%, transparent 72%); z-index: 0; }
.hero-inner { position: relative; z-index: 1; display: grid; grid-template-columns: 1.05fr .95fr; gap: 44px; align-items: center; }
.eyebrow { text-transform: uppercase; letter-spacing: 2.5px; font-size: .8rem; font-weight: 700; color: var(--brand); margin: 0 0 16px; }
.hero h1 { font-size: clamp(2.4rem, 5.2vw, 4rem); line-height: 1.04; margin: 0 0 20px; font-weight: 800; }
.hero h1 em { color: var(--brand); font-style: italic; }
.lead { font-size: 1.16rem; color: var(--ink-soft); max-width: 540px; margin: 0 0 28px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 14px; }
.hero-note { font-size: .9rem; color: var(--muted); margin: 0 0 24px; }
.hero-badges { list-style: none; display: flex; flex-wrap: wrap; gap: 10px; padding: 0; margin: 0; }
.hero-badges li { font-size: .82rem; font-weight: 600; color: var(--brand-dark); background: var(--bg-card); border: 1px solid var(--line); padding: 8px 15px; border-radius: 999px; box-shadow: var(--shadow); }
.hero-media { position: relative; display: grid; place-items: center; }
.hero-media img { position: relative; z-index: 1; border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); }

/* Trust strip */
.trust-strip { background: var(--ink); color: #f3e6ee; padding: 18px 0; }
.trust-inner { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px 34px; }
.trust-item { font-size: .92rem; font-weight: 600; display: inline-flex; align-items: center; gap: 8px; }
.trust-ico { color: var(--brand-light); font-weight: 800; }

/* Products lineup */
.products { padding: var(--pad-section-lg) 0; }
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.card { display: flex; flex-direction: column; background: var(--bg-card); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); transition: transform .18s ease, box-shadow .18s ease, border-color .18s; }
.card[data-sku="creatine"] { --accent: var(--c-creatine); }
.card[data-sku="magnesium"] { --accent: var(--c-magnesium); }
.card[data-sku="womens"] { --accent: var(--c-womens); }
.card[data-sku="fiber"] { --accent: var(--c-fiber); }
.card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); border-color: color-mix(in srgb, var(--accent) 35%, var(--line)); }
.card-media { background: linear-gradient(165deg, color-mix(in srgb, var(--accent) 8%, #fff), #fff); padding: 20px; }
.card-media img { aspect-ratio: 1; object-fit: contain; mix-blend-mode: multiply; }
.card-body { display: flex; flex-direction: column; flex: 1; padding: 20px 20px 22px; }
.goal-tag { align-self: flex-start; font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .6px; color: var(--accent); background: #f7eef3; background: color-mix(in srgb, var(--accent) 10%, #fff); border: 1px solid var(--line); border: 1px solid color-mix(in srgb, var(--accent) 22%, transparent); padding: 5px 11px; border-radius: 999px; margin-bottom: 12px; }
.card-body h3 { font-size: 1.22rem; margin: 0 0 7px; line-height: 1.2; }
.card-body p { color: var(--muted); font-size: .92rem; margin: 0 0 16px; flex: 1; }
.card-link { font-weight: 600; font-size: .9rem; color: var(--accent); }

/* Showcase */
.showcase { padding: 20px 0 84px; }
.show { display: grid; grid-template-columns: 1fr 1fr; gap: 54px; align-items: center; padding: 44px 0; scroll-margin-top: 90px; }
.show[data-sku="creatine"] { --accent: var(--c-creatine); }
.show[data-sku="magnesium"] { --accent: var(--c-magnesium); }
.show[data-sku="womens"] { --accent: var(--c-womens); }
.show[data-sku="fiber"] { --accent: var(--c-fiber); }
.show.reverse .show-media { order: 2; }
.show-media { position: relative; display: grid; place-items: center; }
.show-glow { position: absolute; width: 82%; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle, color-mix(in srgb, var(--accent) 26%, transparent), transparent 68%); z-index: 0; }
.show-media img { position: relative; z-index: 1; width: 100%; max-width: 440px; border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); }
.show-copy h3 { font-size: clamp(1.6rem, 3vw, 2.2rem); margin: 6px 0 6px; }
.show-tagline { color: var(--accent); font-weight: 700; font-family: "Fraunces", serif; font-style: italic; font-size: 1.18rem; margin: 0 0 16px; }
.show-copy > p { color: var(--ink-soft); margin: 0 0 20px; }
.benefits { list-style: none; padding: 0; margin: 0 0 22px; display: grid; gap: 12px; }
.benefits li { position: relative; padding-left: 30px; font-size: .96rem; color: var(--ink-soft); }
.benefits li::before { content: "\2713"; position: absolute; left: 0; top: 0; width: 21px; height: 21px; display: grid; place-items: center; font-size: .72rem; font-weight: 800; color: #fff; background: var(--accent); border-radius: 50%; }
.benefits strong { color: var(--ink); }
.facts { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px 22px; margin: 0 0 24px; padding: 20px 22px; background: #fbf5f8; background: color-mix(in srgb, var(--accent) 5%, #fff); border: 1px solid var(--line); border: 1px solid color-mix(in srgb, var(--accent) 14%, var(--line)); border-radius: var(--radius); }
.facts dt { font-size: .72rem; text-transform: uppercase; letter-spacing: .6px; color: var(--accent); font-weight: 700; margin-bottom: 2px; }
.facts dd { margin: 0; font-weight: 600; font-size: .94rem; }
.fda-mini { font-size: .76rem; color: var(--muted); margin: 14px 0 0; line-height: 1.5; }
.section-fda { text-align: center; font-size: .78rem; color: var(--muted); max-width: 700px; margin: 34px auto 0; line-height: 1.55; }

/* Why gummies */
.why { background: var(--bg-card); padding: 84px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.why-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px; }
.why-card { text-align: center; padding: 8px; }
.why-ico { width: 64px; height: 64px; margin: 0 auto 18px; display: grid; place-items: center; font-size: 1.7rem; color: #fff; border-radius: 50%; background: linear-gradient(135deg, var(--brand), var(--brand-light)); box-shadow: var(--shadow); }
.why-card h3 { font-size: 1.18rem; margin: 0 0 8px; }
.why-card p { color: var(--muted); margin: 0; font-size: .95rem; }

/* How it works */
.how { padding: var(--pad-section) 0; }
.how-steps { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; counter-reset: none; }
.how-steps li { position: relative; background: var(--bg-card); border: 1px solid var(--line); border-radius: var(--radius); padding: 34px 28px; box-shadow: var(--shadow); }
.step-num { font-family: "Fraunces", serif; font-size: 2.4rem; font-weight: 800; color: var(--brand-light); display: block; margin-bottom: 10px; line-height: 1; }
.how-steps h3 { font-size: 1.2rem; margin: 0 0 8px; }
.how-steps p { color: var(--muted); margin: 0; font-size: .95rem; }

/* Reviews */
.reviews { background: linear-gradient(180deg, var(--bg-card), var(--bg)); padding: var(--pad-section-lg) 0; border-top: 1px solid var(--line); }
.rating-summary { text-align: center; margin: 0 0 36px; }
/* Рейтинг звёздами: серый трек + золотой оверлей, обрезанный по доле (4.6/5 = 92%) */
.rating-summary .stars { position: relative; display: inline-block; font-size: 1.7rem; letter-spacing: 2px; line-height: 1; color: #d8cdbe; }
.rating-summary .stars::before { content: "\2605\2605\2605\2605\2605"; }
.rating-summary .stars-on { position: absolute; top: 0; left: 0; width: 92%; overflow: hidden; white-space: nowrap; color: var(--amazon); }
.rating-summary .stars-on::before { content: "\2605\2605\2605\2605\2605"; }
.rating-summary p { margin: 6px 0 0; color: var(--ink-soft); }
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.review-card { background: var(--bg-card); border: 1px solid var(--line); border-radius: var(--radius); padding: 28px 26px; margin: 0; box-shadow: var(--shadow); }
.review-card .stars { color: var(--amazon); font-size: 1.05rem; letter-spacing: 1px; margin-bottom: 12px; }
.review-card .quote-mark { display: block; font-family: "Fraunces", serif; font-size: 3rem; line-height: .6; color: var(--brand-light); margin-bottom: 6px; }
.review-card blockquote { margin: 0 0 14px; font-family: "Fraunces", serif; font-size: 1.15rem; line-height: 1.45; color: var(--ink); }
.reviews-cta { text-align: center; margin-top: 36px; }

/* Why Amazon */
.why-amazon { padding: var(--pad-section) 0; }
.amazon-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.amazon-card { text-align: center; background: var(--bg-card); border: 1px solid var(--line); border-radius: var(--radius); padding: 36px 28px; box-shadow: var(--shadow); }
.amazon-ico { width: 60px; height: 60px; margin: 0 auto 16px; display: grid; place-items: center; font-size: 1.5rem; border-radius: 16px; background: linear-gradient(135deg, var(--amazon), #ffc266); color: #1a1216; }
.amazon-card h3 { font-size: 1.18rem; margin: 0 0 8px; }
.amazon-card p { color: var(--muted); margin: 0; font-size: .95rem; }

/* About */
.about { background: var(--bg-card); padding: 84px 0; border-top: 1px solid var(--line); }
.about-inner { display: grid; grid-template-columns: 1.15fr .85fr; gap: 48px; align-items: center; }
.about-copy h2 { font-size: clamp(1.9rem, 3.6vw, 2.6rem); margin: 0 0 18px; }
.about-copy p { color: var(--ink-soft); font-size: 1.06rem; margin: 0 0 16px; }
.company-card { background: linear-gradient(165deg, var(--bg-soft, #fbf2f7), #fff); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 32px; box-shadow: var(--shadow); }
.company-card h3 { margin: 0 0 20px; font-size: 1.35rem; }
.company-card dl { margin: 0; display: grid; gap: 16px; }
.company-card dt { font-size: .72rem; text-transform: uppercase; letter-spacing: .6px; color: var(--brand); font-weight: 700; }
.company-card dd { margin: 3px 0 0; font-weight: 600; }

/* Final CTA */
.final-cta { background: linear-gradient(135deg, var(--brand-dark), var(--brand)); color: #fff; text-align: center; padding: var(--pad-section-lg) 0; }
.final-cta h2 { font-size: clamp(2rem, 4.2vw, 3rem); line-height: 1.1; margin: 0 0 16px; color: #fff; }
.final-cta > .container > p { font-size: 1.12rem; color: rgba(255,255,255,.92); max-width: 540px; margin: 0 auto 28px; }
.final-cta .cta-note { font-size: .9rem; color: rgba(255,255,255,.92); margin-top: 18px; }
/* На брендовом фоне — светлая кнопка, чтобы не слиться */
.final-cta .btn-amazon { background: #fff; color: var(--brand-dark); box-shadow: 0 12px 28px rgba(0,0,0,.20); }
.final-cta .btn-amazon:hover { background: #fff; color: var(--brand); transform: translateY(-2px); box-shadow: 0 16px 34px rgba(0,0,0,.26); }

/* FAQ */
.faq { padding: var(--pad-section) 0; }
.faq-list { max-width: 800px; margin: 0 auto; display: grid; gap: 14px; }
.faq-item { background: var(--bg-card); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.faq-item summary { cursor: pointer; padding: 20px 24px; font-weight: 600; font-size: 1.04rem; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 16px; color: var(--ink); }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; font-size: 1.5rem; color: var(--brand); font-weight: 400; transition: transform .2s; line-height: 1; }
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-a { padding: 0 24px 22px; }
.faq-a p { margin: 0; color: var(--ink-soft); }

/* Contact */
.contact { background: var(--bg-card); padding: var(--pad-section) 0; border-top: 1px solid var(--line); }
.contact-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.contact-card { background: var(--bg); border: 1px solid var(--line); border-radius: var(--radius); padding: 32px 26px; text-align: center; display: flex; flex-direction: column; align-items: center; gap: 6px; box-shadow: var(--shadow); transition: transform .15s, box-shadow .15s; }
a.contact-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.contact-ico { width: 56px; height: 56px; display: grid; place-items: center; font-size: 1.4rem; margin-bottom: 6px; color: #fff; border-radius: 50%; background: linear-gradient(135deg, var(--brand), var(--brand-light)); }
.contact-label { font-size: .74rem; text-transform: uppercase; letter-spacing: .6px; color: var(--muted); font-weight: 700; }
.contact-value { font-weight: 600; word-break: break-word; }
.copy-hint { font-size: .72rem; color: var(--ink-soft); margin-top: 6px; transition: color .15s; }
.contact-card.copied { border-color: var(--brand); box-shadow: var(--shadow-lg); }
.contact-card.copied .copy-hint { color: var(--brand); opacity: 1; font-weight: 700; }
.contact-company { text-align: center; margin-top: 28px; color: var(--ink-soft); }
.contact-company p { margin: 4px 0; }

/* Footer */
.site-footer { background: var(--ink); color: #e9dce5; padding: 52px 0 30px; }
.footer-inner { display: flex; justify-content: space-between; align-items: flex-start; gap: 30px; flex-wrap: wrap; padding-bottom: 28px; border-bottom: 1px solid rgba(255,255,255,.12); }
.footer-brand { max-width: 340px; display: flex; flex-wrap: wrap; align-items: center; gap: 10px; }
.footer-brand p { width: 100%; color: #b8a6b2; margin: 10px 0 0; font-size: .92rem; }
.footer-nav { display: flex; flex-wrap: wrap; gap: 16px 24px; max-width: 420px; }
.footer-nav a { color: #e9dce5; font-weight: 500; font-size: .92rem; transition: color .15s; padding: 4px 0; display: inline-block; }
.footer-nav a:hover { color: var(--brand-light); }
.disclaimer { padding-top: 22px; }
.disclaimer p { font-size: .8rem; color: #9c8b96; margin: 0 0 10px; line-height: 1.6; }
.copyright { color: #b8a6b2 !important; }

/* Sticky mobile CTA */
.sticky-cta { display: none; position: fixed; left: 16px; right: 16px; bottom: 16px; z-index: 90; background: linear-gradient(135deg, var(--brand), var(--brand-dark)); color: #fff; text-align: center; padding: 15px; border-radius: 999px; font-weight: 700; box-shadow: 0 10px 30px rgba(0,0,0,.3); transition: opacity .25s ease, transform .25s ease; }

/* Scroll reveal */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .6s ease, transform .6s ease; }
.reveal.in { opacity: 1; transform: none; }

/* Responsive */
@media (max-width: 1000px) {
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .why-grid { grid-template-columns: repeat(2, 1fr); row-gap: 38px; }
}
@media (max-width: 920px) {
  .hero-inner { grid-template-columns: 1fr; text-align: center; }
  .hero-copy { order: 2; }
  .hero-media { order: 1; max-width: 360px; margin: 0 auto; }
  .lead { margin-left: auto; margin-right: auto; }
  .hero-actions, .hero-badges { justify-content: center; }
  .show, .show.reverse { grid-template-columns: 1fr; gap: 32px; text-align: center; }
  .show .show-media, .show.reverse .show-media { order: 1; }
  .show-glow { width: 70%; }
  .benefits li { text-align: left; }
  .facts { text-align: left; }
  .goal-tag { margin-left: auto; margin-right: auto; }
  .about-inner { grid-template-columns: 1fr; }
  .how-steps, .amazon-grid, .review-grid { grid-template-columns: 1fr; }
  .facts { max-width: 460px; margin-left: auto; margin-right: auto; }
}
@media (max-width: 720px) {
  .nav { display: none; }
  .nav-toggle { display: flex; }
  .mobile-nav.open { display: flex; }
  .contact-grid { grid-template-columns: 1fr; }
  .sticky-cta { display: block; }
  body { padding-bottom: 74px; }
  .products, .why, .how, .reviews, .why-amazon, .about, .faq, .contact { padding: 56px 0; }
  .hero { padding: 44px 0 56px; }
}
@media (max-width: 480px) {
  .product-grid { grid-template-columns: 1fr; }
  .why-grid { grid-template-columns: 1fr; }
  .facts { grid-template-columns: 1fr; }
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  * { animation-duration: .001ms !important; transition-duration: .001ms !important; }
}
