:root {
  --night: #0b1029;
  --night-2: #121943;
  --ink: #18213d;
  --muted: #66708a;
  --line: #dfe3ee;
  --surface: #ffffff;
  --surface-soft: #f6f7fb;
  --violet: #6842d9;
  --violet-dark: #4c2aa9;
  --violet-light: #a88bff;
  --green: #78b832;
  --green-dark: #568a20;
  --amber: #f0b65b;
  --danger-soft: #fff4ec;
  --radius-sm: 12px;
  --radius-md: 20px;
  --radius-lg: 30px;
  --shadow-sm: 0 10px 30px rgba(17, 24, 57, 0.08);
  --shadow-lg: 0 28px 80px rgba(7, 11, 33, 0.2);
  --container: 1180px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 98px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--surface);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.72;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
img, svg { display: block; max-width: 100%; }
a { color: inherit; }
p, ul, ol, dl, figure { margin-top: 0; }
h1, h2, h3 { margin: 0 0 0.7em; line-height: 1.14; letter-spacing: -0.028em; }
h1 { font-size: clamp(2.45rem, 4.7vw, 4.35rem); max-width: 19ch; }
h2 { font-size: clamp(2rem, 3.5vw, 3.25rem); max-width: 21ch; }
h3 { font-size: clamp(1.16rem, 1.8vw, 1.42rem); }
strong { font-weight: 750; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.narrow { max-width: 850px; }
.section { padding: clamp(78px, 9vw, 130px) 0; }
.section-tint { background: var(--surface-soft); }
.section-dark { position: relative; overflow: hidden; color: #f7f7ff; background: linear-gradient(145deg, var(--night) 0%, var(--night-2) 62%, #25175b 100%); }
.section-dark::before { content: ""; position: absolute; inset: -20% auto auto 58%; width: 560px; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle, rgba(129, 85, 244, 0.25), transparent 68%); pointer-events: none; }
.section-dark p { color: #cbd0e2; }
.section-heading { max-width: 820px; margin-bottom: 46px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading.centered h2 { margin-inline: auto; }
.section-heading > p:last-child { color: var(--muted); font-size: 1.05rem; }
.section-dark .section-heading > p:last-child { color: #cbd0e2; }
.eyebrow { margin-bottom: 16px; color: var(--violet); font-size: 0.78rem; font-weight: 800; letter-spacing: 0.15em; line-height: 1.4; text-transform: uppercase; }
.section-dark .eyebrow, .final-cta .eyebrow { color: #b9ff6d; }
.direct-answer { font-size: clamp(1.08rem, 2vw, 1.28rem); color: var(--ink); }
.sr-only { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 1000; top: 10px; left: 10px; transform: translateY(-150%); padding: 10px 16px; border-radius: 8px; color: #fff; background: var(--violet-dark); text-decoration: none; }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid #f1b95e; outline-offset: 4px; }

.announcement { position: relative; z-index: 12; color: #10162f; background: linear-gradient(90deg, #a9e45f, #c9f291); font-size: 0.82rem; font-weight: 750; letter-spacing: 0.02em; }
.announcement-inner { min-height: 38px; display: flex; align-items: center; justify-content: center; gap: 15px; text-align: center; }
.announcement-separator { width: 4px; height: 4px; border-radius: 50%; background: currentColor; }
.site-header { position: sticky; z-index: 100; top: 0; border-bottom: 1px solid rgba(220, 224, 237, 0.82); background: rgba(255, 255, 255, 0.93); backdrop-filter: blur(16px); }
.nav-wrap { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--violet-dark); text-decoration: none; }
.brand > span { display: grid; line-height: 1.06; }
.brand strong { font-size: 1.14rem; letter-spacing: -0.02em; }
.brand small { margin-top: 5px; color: var(--muted); font-size: 0.65rem; font-weight: 700; letter-spacing: 0.09em; text-transform: uppercase; }
.primary-nav { display: flex; align-items: center; gap: 25px; }
.primary-nav > a { color: #303954; font-size: 0.91rem; font-weight: 680; text-decoration: none; }
.primary-nav > a:not(.nav-cta):hover { color: var(--violet); }
.primary-nav .nav-cta { padding: 11px 18px; border-radius: 999px; color: #10162f; background: linear-gradient(135deg, #baff70, #8fd33f); box-shadow: 0 9px 24px rgba(83, 138, 28, 0.25); }
.menu-toggle { display: none; width: 46px; height: 44px; padding: 10px; border: 0; border-radius: 10px; background: var(--surface-soft); cursor: pointer; }
.menu-toggle span:not(.sr-only) { width: 100%; height: 2px; margin: 5px 0; background: var(--ink); transition: transform 220ms ease, opacity 220ms ease; }

.hero { position: relative; overflow: hidden; min-height: 720px; color: #fff; background: radial-gradient(circle at 84% 28%, rgba(123, 76, 225, 0.42), transparent 26%), linear-gradient(140deg, #080d26 0%, #131943 55%, #291568 100%); }
.hero::after { content: ""; position: absolute; right: -12%; bottom: -360px; width: 850px; aspect-ratio: 1; border: 1px solid rgba(255, 255, 255, 0.11); border-radius: 50%; box-shadow: 0 0 0 80px rgba(255,255,255,0.025), 0 0 0 160px rgba(255,255,255,0.018); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(400px, 0.92fr); align-items: center; gap: 42px; padding-top: clamp(65px, 8vw, 108px); padding-bottom: clamp(75px, 9vw, 120px); }
.hero-copy { position: relative; z-index: 2; }
.hero-copy .eyebrow { color: #baf673; }
.hero-lead { max-width: 67ch; margin-bottom: 25px; color: #d7dbec; font-size: 1.08rem; }
.trust-tagline { display: inline-flex; align-items: center; gap: 10px; margin: 0 0 20px; padding: 9px 14px; border: 1px solid rgba(186,255,112,0.25); border-radius: 999px; color: #efffe0; background: rgba(186,255,112,0.09); font-size: 0.82rem; font-weight: 760; letter-spacing: 0.01em; }
.trust-tagline span { flex: 0 0 9px; width: 9px; height: 9px; border-radius: 50%; background: #baff70; box-shadow: 0 0 0 5px rgba(186,255,112,0.12); }
.hero-points { display: grid; gap: 9px; max-width: 680px; padding: 0; margin-bottom: 24px; list-style: none; }
.hero-points li { position: relative; padding-left: 26px; color: #f0f2fb; }
.hero-points li::before { content: ""; position: absolute; top: 0.72em; left: 0; width: 8px; height: 8px; border: 2px solid #9fd853; border-radius: 50%; }
.affiliate-note { max-width: 690px; padding: 12px 15px; border-left: 3px solid #9fd853; color: #d6daeb; background: rgba(255,255,255,0.075); font-size: 0.87rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 27px 0 17px; }
.button { min-height: 51px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 13px 22px; border: 1px solid transparent; border-radius: 999px; font-size: 0.94rem; font-weight: 790; line-height: 1.25; text-align: center; text-decoration: none; transition: transform 240ms ease, box-shadow 240ms ease, background-color 240ms ease; }
.button:hover { transform: translateY(-3px); }
.button-primary { color: #10162f; background: linear-gradient(135deg, #c7ff88, #8ed23f); box-shadow: 0 14px 34px rgba(74, 125, 24, 0.28); }
.button-primary:hover { background: linear-gradient(135deg, #d5ffa4, #9ce44a); box-shadow: 0 18px 42px rgba(75, 134, 20, 0.38); }
.button-prominent { min-height: 58px; padding: 16px 27px; font-size: 1rem; box-shadow: 0 16px 42px rgba(102, 174, 34, 0.34); }
.button-ghost { border-color: rgba(255,255,255,0.32); color: #fff; background: rgba(255,255,255,0.06); }
.button-ghost:hover { background: rgba(255,255,255,0.12); }
.button-secondary { border-color: #d6c9f4; color: var(--violet-dark); background: #f6f2ff; }
.button-light { color: var(--violet-dark); background: #fff; box-shadow: 0 16px 40px rgba(20, 10, 56, 0.24); }
.microcopy { max-width: 66ch; margin-bottom: 0; color: #aeb5cf; font-size: 0.79rem; line-height: 1.55; }
.byline { max-width: 70ch; margin: 14px 0 0; color: #c8cde0; font-size: 0.78rem; line-height: 1.5; }
.byline span { padding: 0 0.35em; color: #91ce4c; }
.hero-product { position: relative; z-index: 1; margin: 0; text-align: center; }
.product-stage { position: relative; min-height: 520px; display: grid; place-items: center; }
.product-stage::before { content: ""; position: absolute; inset: 13% 9%; border-radius: 50%; background: radial-gradient(circle, rgba(168, 139, 255, 0.36), transparent 64%); filter: blur(10px); }
.product-stage picture { position: relative; z-index: 3; width: min(100%, 560px); }
.product-stage img { filter: drop-shadow(0 36px 35px rgba(0,0,0,0.36)); transform: translateY(0) rotate(-1deg); transition: transform 480ms cubic-bezier(.2,.8,.2,1), filter 480ms ease; }
@media (hover: hover) and (pointer: fine) { .product-stage:hover img { transform: translateY(-9px) scale(1.035) rotate(1deg); filter: drop-shadow(0 44px 40px rgba(0,0,0,0.42)) drop-shadow(0 0 22px rgba(145, 105, 255, 0.22)); } }
.orbit { position: absolute; z-index: 1; border: 1px solid rgba(203, 189, 255, 0.25); border-radius: 50%; }
.orbit-one { width: 78%; aspect-ratio: 1; transform: rotate(18deg); }
.orbit-two { width: 58%; aspect-ratio: 1; transform: rotate(-32deg); border-color: rgba(154, 220, 81, 0.2); }
.hero-product figcaption { max-width: 450px; margin: -30px auto 0; color: #abb2cb; font-size: 0.74rem; line-height: 1.5; }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(2px); opacity: 0.5; }
.hero-orb-one { top: 18%; left: -110px; width: 250px; height: 250px; background: radial-gradient(circle, rgba(110,72,218,0.38), transparent 68%); }
.hero-orb-two { right: 18%; bottom: -120px; width: 320px; height: 320px; background: radial-gradient(circle, rgba(121,184,50,0.18), transparent 70%); }

.trust-strip { position: relative; z-index: 4; margin-top: -2px; border-bottom: 1px solid var(--line); background: #fff; box-shadow: var(--shadow-sm); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid > div { min-height: 116px; display: flex; align-items: center; gap: 15px; padding: 20px 24px; border-right: 1px solid var(--line); }
.trust-grid > div:last-child { border-right: 0; }
.trust-grid span { display: grid; flex: 0 0 38px; width: 38px; height: 38px; place-items: center; border: 1px solid #d9cdf7; border-radius: 50%; color: var(--violet); font-size: 0.75rem; font-weight: 800; }
.trust-grid p { margin: 0; color: var(--muted); font-size: 0.78rem; line-height: 1.45; }
.trust-grid strong { display: block; margin-bottom: 3px; color: var(--ink); font-size: 0.88rem; }

.facts-layout { display: grid; grid-template-columns: 1.02fr 0.98fr; align-items: stretch; gap: 28px; }
.fact-panel, .editorial-image { border: 1px solid var(--line); border-radius: var(--radius-lg); background: #fff; box-shadow: var(--shadow-sm); overflow: hidden; }
.fact-panel { padding: clamp(22px, 3.5vw, 40px); }
.facts-list { margin: 0; }
.facts-list > div { display: grid; grid-template-columns: minmax(130px, 0.58fr) minmax(0, 1fr); gap: 24px; padding: 15px 0; border-bottom: 1px solid var(--line); }
.facts-list > div:last-child { border-bottom: 0; }
.facts-list dt { color: var(--muted); font-size: 0.84rem; font-weight: 700; }
.facts-list dd { margin: 0; font-weight: 650; line-height: 1.5; }
.editorial-image { position: relative; min-height: 500px; }
.editorial-image picture, .editorial-image img { width: 100%; height: 100%; }
.editorial-image img { object-fit: cover; }
.editorial-image figcaption { position: absolute; right: 16px; bottom: 16px; left: 16px; padding: 13px 15px; border: 1px solid rgba(255,255,255,0.25); border-radius: 13px; color: #f7f8ff; background: rgba(7,12,33,0.72); backdrop-filter: blur(10px); font-size: 0.78rem; line-height: 1.45; }

.ingredient-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.ingredient-card { position: relative; min-height: 395px; padding: 20px 24px 27px; border: 1px solid var(--line); border-radius: var(--radius-md); background: #fff; box-shadow: 0 8px 24px rgba(14, 19, 45, 0.045); transition: transform 260ms ease, border-color 260ms ease, box-shadow 260ms ease; }
.ingredient-card:hover { transform: translateY(-5px); border-color: #c5b3ee; box-shadow: 0 16px 42px rgba(63, 40, 120, 0.11); }
.ingredient-photo { width: 100%; height: 150px; margin-bottom: 18px; border: 1px solid #ececf3; border-radius: 15px; background: #fff; object-fit: contain; }
.ingredient-number { display: inline-flex; margin-bottom: 12px; color: var(--violet); font-size: 0.75rem; font-weight: 850; letter-spacing: 0.12em; }
.ingredient-card h3 { margin-bottom: 12px; }
.ingredient-card p { margin-bottom: 0; color: var(--muted); font-size: 0.94rem; }
.notice { display: flex; gap: 18px; align-items: flex-start; margin-top: 24px; padding: 23px 26px; border: 1px solid #d8ccf5; border-radius: var(--radius-md); background: #f7f3ff; }
.notice-icon { display: grid; flex: 0 0 38px; width: 38px; height: 38px; place-items: center; border-radius: 50%; color: #fff; background: var(--violet); font-family: Georgia, serif; font-weight: 700; }
.notice h3 { margin: 1px 0 6px; }
.notice p { margin: 0; color: var(--muted); }

.claim-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.claim-card { min-height: 270px; padding: 28px; border: 1px solid rgba(204, 194, 244, 0.18); border-radius: var(--radius-md); background: rgba(255,255,255,0.065); backdrop-filter: blur(10px); }
.claim-card > span { display: inline-flex; margin-bottom: 29px; padding: 6px 10px; border: 1px solid rgba(180,255,99,0.32); border-radius: 999px; color: #baff70; font-size: 0.67rem; font-weight: 800; letter-spacing: 0.11em; text-transform: uppercase; }
.claim-card p { margin-bottom: 0; font-size: 0.94rem; }
.evidence-line { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; margin-top: 22px; overflow: hidden; border: 1px solid rgba(255,255,255,0.13); border-radius: var(--radius-md); background: rgba(255,255,255,0.12); }
.evidence-line > div { padding: 24px 27px; background: rgba(9,14,39,0.82); }
.evidence-line strong { display: block; margin-bottom: 7px; color: #fff; }
.evidence-line p { margin-bottom: 0; font-size: 0.91rem; }

.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; padding: 0; margin: 0; list-style: none; counter-reset: none; }
.steps > li { position: relative; padding: 28px 24px; border: 1px solid var(--line); border-radius: var(--radius-md); background: #fff; }
.steps > li > span { display: grid; width: 42px; height: 42px; margin-bottom: 44px; place-items: center; border-radius: 50%; color: #fff; background: var(--violet); font-size: 0.85rem; font-weight: 850; box-shadow: 0 0 0 8px #f0ebff; }
.steps h3 { margin-bottom: 10px; }
.steps p { margin-bottom: 0; color: var(--muted); font-size: 0.91rem; }
.split-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.fit-card { padding: clamp(28px, 4.5vw, 52px); border: 1px solid #dcd4f1; border-radius: var(--radius-lg); background: #fff; box-shadow: var(--shadow-sm); }
.fit-card.caution { border-color: #f0d4c2; background: #fffaf6; }
.fit-card h2 { font-size: clamp(1.65rem, 3vw, 2.45rem); }
.clean-list { display: grid; gap: 13px; padding: 0; margin: 25px 0 0; list-style: none; }
.clean-list li { position: relative; padding-left: 24px; color: var(--muted); }
.clean-list li::before { content: ""; position: absolute; top: 0.72em; left: 0; width: 8px; height: 8px; border-radius: 2px; background: var(--green); transform: rotate(45deg); }
.caution .clean-list li::before { background: #d87945; }

.table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: var(--radius-md); background: #fff; box-shadow: var(--shadow-sm); }
.comparison-table { width: 100%; min-width: 760px; border-collapse: collapse; }
.comparison-table th, .comparison-table td { padding: 18px 21px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.comparison-table thead th { color: #fff; background: var(--night-2); font-size: 0.86rem; letter-spacing: 0.03em; }
.comparison-table tbody th { width: 18%; color: var(--ink); background: #fafafe; }
.comparison-table td { color: #566078; font-size: 0.92rem; }
.comparison-table tr:last-child th, .comparison-table tr:last-child td { border-bottom: 0; }
.pros-cons th { width: 50%; }
.pros-cons thead th:first-child { background: #456d23; }
.pros-cons thead th:last-child { background: #713a58; }
.wide-table { min-width: 920px; }

.review-layout { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) 360px; align-items: start; gap: 50px; }
.review-main h2 { max-width: 18ch; }
.review-main p { color: #d1d5e5; }
.review-main h3 { margin-top: 36px; color: #fff; }
.review-sidebar { position: sticky; top: 112px; padding: 30px; border: 1px solid rgba(255,255,255,0.17); border-radius: var(--radius-lg); background: rgba(255,255,255,0.08); backdrop-filter: blur(12px); }
.review-sidebar .sidebar-label { color: #b9ff6d; font-size: 0.72rem; font-weight: 850; letter-spacing: 0.12em; text-transform: uppercase; }
.review-sidebar h3 { font-size: 1.48rem; }
.review-sidebar ul { display: grid; gap: 10px; padding: 0; margin: 24px 0 28px; color: #d2d6e7; list-style: none; font-size: 0.88rem; }
.review-sidebar li { padding-bottom: 10px; border-bottom: 1px solid rgba(255,255,255,0.11); }
.review-sidebar .button { width: 100%; }

.pricing-section { background: linear-gradient(180deg, #fff 0%, #f7f5ff 100%); }
.price-check-badge { width: fit-content; display: inline-flex; align-items: center; gap: 9px; margin-top: 7px; padding: 9px 14px; border: 1px solid #d8ccef; border-radius: 999px; color: #4b376f; background: #fff; font-size: 0.76rem; font-weight: 760; }
.price-check-badge span { width: 9px; height: 9px; border-radius: 50%; background: #6fae2c; box-shadow: 0 0 0 4px rgba(111,174,44,0.13); }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); align-items: stretch; gap: 20px; }
.price-card { position: relative; display: flex; flex-direction: column; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: #fff; box-shadow: var(--shadow-sm); transition: transform 280ms ease, border-color 280ms ease, box-shadow 280ms ease; }
.price-card:hover { transform: translateY(-7px); border-color: #c8b8eb; box-shadow: 0 24px 55px rgba(48, 30, 94, 0.14); }
.price-card.featured { position: relative; color: #fff; border-color: transparent; background: linear-gradient(155deg, #1b1743, #5b34c5); box-shadow: 0 25px 60px rgba(64, 36, 135, 0.24); transform: translateY(-12px); }
.price-card.featured:hover { transform: translateY(-18px); box-shadow: 0 32px 68px rgba(64, 36, 135, 0.32); }
.package-label { margin-bottom: 15px; color: var(--violet); font-size: 0.7rem; font-weight: 850; letter-spacing: 0.1em; text-transform: uppercase; }
.featured .package-label { color: #b9ff6d; }
.price-card h3 { margin-bottom: 15px; }
.best-value-ribbon { margin: -28px -28px 20px; padding: 11px 15px; border-radius: 29px 29px 0 0; color: #11172f; background: linear-gradient(90deg, #c7ff88, #91d642); font-size: 0.72rem; font-weight: 850; letter-spacing: 0.075em; text-align: center; text-transform: uppercase; }
.package-image { height: 210px; display: grid; place-items: center; margin: 0 0 18px; overflow: hidden; border: 1px solid #e7e4f0; border-radius: 19px; background: #fff; }
.package-image img { width: 100%; height: 100%; object-fit: contain; transition: transform 360ms cubic-bezier(.2,.8,.2,1); }
.package-image-one img { padding: 6px; }
.price-card:hover .package-image img { transform: scale(1.045); }
.savings-pill { width: fit-content; margin: 0 0 10px; padding: 6px 10px; border-radius: 999px; color: #456f1c; background: #effadc; font-size: 0.7rem; font-weight: 820; line-height: 1.35; }
.featured .savings-pill { color: #dfffc0; background: rgba(186,255,112,0.12); }
.reference-price { margin: 0 0 7px; color: var(--muted); font-size: 0.8rem; }
.reference-price del { color: #8b5267; font-weight: 760; }
.featured .reference-price { color: #cbd0e2; }
.featured .reference-price del { color: #ffd2de; }
.price { display: flex; align-items: baseline; gap: 10px; margin-bottom: 4px; }
.price span { color: var(--violet-dark); font-size: 3.4rem; font-weight: 850; letter-spacing: -0.06em; line-height: 1; }
.featured .price span { color: #fff; }
.price small { color: var(--muted); font-size: 0.77rem; }
.featured .price small, .featured .total, .featured li { color: #dce0ef; }
.total { padding-bottom: 18px; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 0.86rem; }
.featured .total { border-color: rgba(255,255,255,0.16); }
.price-card ul { display: grid; flex: 1; gap: 10px; padding: 0; margin: 10px 0 26px; color: var(--muted); list-style: none; font-size: 0.88rem; }
.price-card li { position: relative; padding-left: 19px; }
.price-card li::before { content: ""; position: absolute; top: 0.72em; left: 0; width: 6px; height: 6px; border-radius: 50%; background: var(--green); }
.price-card .button { width: 100%; }
.checkout-note { display: block; margin-top: 10px; color: var(--muted); font-size: 0.7rem; line-height: 1.4; text-align: center; }
.featured .checkout-note { color: #ccd1e3; }
.pricing-note { max-width: 900px; margin: 28px auto 0; padding: 15px 20px; border-radius: 12px; color: var(--muted); background: #f4f2fa; font-size: 0.87rem; text-align: center; }

.bonus-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.bonus-card { padding: 29px; border: 1px solid #dfe2ec; border-radius: var(--radius-md); background: #fff; box-shadow: var(--shadow-sm); }
.bonus-card > span { color: var(--violet); font-size: 0.72rem; font-weight: 850; letter-spacing: 0.1em; text-transform: uppercase; }
.bonus-card h3 { margin-top: 26px; }
.bonus-card p { margin-bottom: 0; color: var(--muted); font-size: 0.93rem; }

.guarantee-section { overflow: hidden; color: #fff; background: linear-gradient(135deg, #4d29ad, #7250df); }
.guarantee-grid { display: grid; grid-template-columns: 280px minmax(0, 1fr); align-items: center; gap: clamp(40px, 7vw, 90px); }
.guarantee-grid h2 { max-width: 18ch; }
.guarantee-grid p { color: #edeaff; }
.guarantee-mark { position: relative; display: grid; place-items: center; }
.guarantee-mark svg { width: 250px; height: 250px; fill: rgba(255,255,255,0.08); stroke: #b9ff6d; stroke-width: 5px; stroke-linecap: round; stroke-linejoin: round; }
.guarantee-mark svg path:last-child { fill: none; }
.guarantee-mark span { position: absolute; display: grid; place-items: center; color: #fff; font-size: 4.5rem; font-weight: 850; line-height: 0.8; letter-spacing: -0.07em; }
.guarantee-mark small { margin-top: 12px; color: #caff91; font-size: 0.85rem; letter-spacing: 0.08em; text-transform: uppercase; }
.refund-steps { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px 25px; padding-left: 22px; color: #f7f5ff; }
.text-link { display: inline-flex; margin-top: 5px; padding-bottom: 3px; border-bottom: 2px solid #b9ff6d; color: #fff; font-weight: 800; text-decoration: none; }

.question-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 17px; }
.question-card { min-height: 280px; padding: 27px; border: 1px solid var(--line); border-radius: var(--radius-md); background: #fff; }
.question-card > span { color: var(--violet); font-size: 0.76rem; font-weight: 850; }
.question-card h3 { margin-top: 42px; }
.question-card p { margin-bottom: 0; color: var(--muted); font-size: 0.91rem; }

.journey { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; padding: 0; margin: 0; list-style: none; }
.journey::before { content: ""; position: absolute; top: 27px; right: 10%; left: 10%; height: 1px; background: #dcd5ed; }
.journey li { position: relative; padding: 0 20px; text-align: center; }
.journey li > span { position: relative; z-index: 2; display: grid; width: 54px; height: 54px; margin: 0 auto 30px; place-items: center; border: 7px solid #f5f2fb; border-radius: 50%; color: #fff; background: var(--violet); font-size: 0.82rem; font-weight: 850; }
.journey h3 { font-size: 1.1rem; }
.journey p { color: var(--muted); font-size: 0.88rem; }

.faq-layout { position: relative; display: grid; grid-template-columns: 0.72fr 1.28fr; align-items: start; gap: 55px; }
.faq-list { display: grid; gap: 12px; }
.faq-list details { overflow: hidden; border: 1px solid rgba(255,255,255,0.16); border-radius: 15px; background: rgba(255,255,255,0.07); }
.faq-list summary { position: relative; padding: 20px 54px 20px 21px; color: #fff; font-weight: 750; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; top: 50%; right: 20px; color: #b9ff6d; font-size: 1.45rem; font-weight: 400; transform: translateY(-50%); }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details div { padding: 0 21px 20px; }
.faq-list details p { margin: 0; font-size: 0.94rem; }

.source-section { background: #fff; }
.source-grid { display: grid; grid-template-columns: 1fr 0.9fr; gap: 55px; }
.source-grid p { color: var(--muted); }
.source-list { display: grid; gap: 10px; padding: 0; margin: 0; list-style: none; }
.source-list li { padding: 19px 21px; border: 1px solid var(--line); border-radius: 14px; background: var(--surface-soft); }
.source-list a { display: block; margin-bottom: 4px; color: var(--violet-dark); font-weight: 800; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.source-list span { color: var(--muted); font-size: 0.82rem; }
.final-cta { position: relative; overflow: hidden; padding: clamp(70px, 8vw, 110px) 0; color: #fff; background: radial-gradient(circle at 18% 42%, rgba(186,255,112,0.13), transparent 28%), linear-gradient(118deg, #101634, #5130b7 68%, #7449d8); }
.final-cta::after { content: ""; position: absolute; right: -140px; bottom: -300px; width: 620px; aspect-ratio: 1; border: 1px solid rgba(255,255,255,0.12); border-radius: 50%; box-shadow: 0 0 0 70px rgba(255,255,255,0.025), 0 0 0 140px rgba(255,255,255,0.018); }
.final-offer-grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(340px, 0.88fr) minmax(0, 1.12fr); align-items: center; gap: clamp(45px, 7vw, 90px); }
.final-product { margin: 0; padding: 25px; border: 1px solid rgba(255,255,255,0.2); border-radius: 30px; background: rgba(255,255,255,0.95); box-shadow: 0 30px 75px rgba(6,9,30,0.3); text-align: center; }
.final-product img { width: 100%; max-height: 340px; object-fit: contain; transition: transform 420ms cubic-bezier(.2,.8,.2,1); }
@media (hover: hover) and (pointer: fine) { .final-product:hover img { transform: translateY(-7px) scale(1.035); } }
.final-product figcaption { margin-top: 8px; color: #727991; font-size: 0.7rem; line-height: 1.45; }
.final-offer-copy h2 { max-width: 20ch; }
.final-offer-copy > p { color: #e1e4f1; }
.final-offer-lead { max-width: 58ch; font-size: 1.04rem; }
.final-price-line { display: grid; width: min(100%, 510px); margin: 25px 0 16px; padding: 20px 23px; border: 1px solid rgba(203,255,145,0.3); border-radius: 18px; background: rgba(7,12,37,0.36); box-shadow: inset 0 1px rgba(255,255,255,0.08); }
.final-price-line span { color: #cfd4e6; font-size: 0.8rem; }
.final-price-line del { color: #ffd1dc; }
.final-price-line strong { margin: 3px 0; color: #caff91; font-size: clamp(2rem, 4vw, 3.25rem); line-height: 1.08; letter-spacing: -0.045em; }
.final-price-line small { color: #e4e7f2; font-size: 0.82rem; }
.final-saving { margin-bottom: 23px; }
.final-saving strong { color: #caff91; }
.final-offer-copy .button { min-width: 290px; }
.final-offer-note { max-width: 65ch; margin: 13px 0 0; color: #c8cede !important; font-size: 0.72rem; line-height: 1.5; }

.site-footer { padding: 74px 0 30px; color: #c9cede; background: #080c21; }
.footer-grid { display: grid; grid-template-columns: 1.45fr repeat(3, 0.7fr); gap: 42px; padding-bottom: 44px; }
.footer-brand { margin-bottom: 20px; color: #c5b6ff; }
.footer-grid > div:first-child > p { max-width: 42ch; color: #9da5bd; font-size: 0.85rem; }
.footer-grid h2 { margin-bottom: 17px; color: #fff; font-size: 0.77rem; letter-spacing: 0.11em; text-transform: uppercase; }
.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.footer-grid a:not(.brand) { color: #bac0d3; font-size: 0.84rem; text-decoration: none; }
.footer-grid a:hover { color: #fff; }
.footer-disclaimer { padding: 28px 0; border-top: 1px solid rgba(255,255,255,0.1); }
.footer-disclaimer h2 { max-width: none; margin-bottom: 15px; color: #fff; font-size: 0.78rem; letter-spacing: 0.11em; text-transform: uppercase; }
.footer-disclaimer p { margin-bottom: 11px; color: #8f98b1; font-size: 0.71rem; line-height: 1.65; }
.footer-disclaimer p:last-child { margin-bottom: 0; }
.footer-bottom { display: grid; grid-template-columns: 0.75fr 1.25fr; gap: 40px; padding-top: 25px; border-top: 1px solid rgba(255,255,255,0.1); }
.footer-bottom p { margin: 0; color: #878fa7; font-size: 0.72rem; line-height: 1.55; }
.mobile-cta { display: none; }

.legal-main { min-height: 60vh; padding: 70px 0 100px; background: var(--surface-soft); }
.legal-hero { padding: 65px 0 55px; color: #fff; background: linear-gradient(135deg, var(--night), #2d1a6a); }
.legal-hero h1 { max-width: 20ch; font-size: clamp(2.35rem, 5vw, 4rem); }
.legal-hero p { max-width: 68ch; color: #d5daea; }
.legal-card { max-width: 900px; padding: clamp(25px, 4vw, 52px); border: 1px solid var(--line); border-radius: var(--radius-lg); background: #fff; box-shadow: var(--shadow-sm); }
.legal-card h2 { margin-top: 42px; font-size: clamp(1.45rem, 2.6vw, 2rem); }
.legal-card h2:first-child { margin-top: 0; }
.legal-card h3 { margin-top: 30px; font-size: 1.2rem; }
.legal-card p, .legal-card li { color: #566078; }
.legal-card a { color: var(--violet-dark); font-weight: 720; }
.legal-card .button { color: #fff; }
.not-found { min-height: 70vh; display: grid; place-items: center; padding: 70px 20px; text-align: center; background: radial-gradient(circle at 50% 20%, #312075, var(--night) 60%); color: #fff; }
.not-found h1 { max-width: none; font-size: clamp(4rem, 12vw, 8rem); margin-bottom: 0.15em; }
.not-found p { max-width: 580px; color: #d3d7e8; }

.motion-ready .reveal { opacity: 0; transform: translateY(18px); transition: opacity 600ms ease, transform 600ms cubic-bezier(.2,.8,.2,1); }
.motion-ready .reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1050px) {
  .primary-nav { gap: 16px; }
  .primary-nav > a { font-size: 0.84rem; }
  .hero-grid { grid-template-columns: 1.05fr 0.95fr; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-grid > div:nth-child(2) { border-right: 0; }
  .trust-grid > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .ingredient-grid, .bonus-grid { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .question-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1.25fr repeat(3, 0.75fr); gap: 28px; }
}

@media (max-width: 880px) {
  body { font-size: 16px; }
  .menu-toggle { display: block; }
  .menu-toggle[aria-expanded="true"] span:nth-of-type(2) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-of-type(3) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-of-type(4) { transform: translateY(-7px) rotate(-45deg); }
  .primary-nav { position: absolute; top: calc(100% + 1px); right: 20px; left: 20px; display: none; align-items: stretch; gap: 0; padding: 12px; border: 1px solid var(--line); border-radius: 0 0 18px 18px; background: #fff; box-shadow: var(--shadow-lg); }
  .primary-nav.is-open { display: grid; }
  .primary-nav > a { padding: 12px 14px; font-size: 0.95rem; }
  .primary-nav .nav-cta { margin-top: 7px; text-align: center; }
  .hero-grid { grid-template-columns: 1fr; text-align: center; }
  .hero-copy { order: 1; }
  .hero-product { order: 2; }
  .hero-copy h1, .hero-lead, .hero-points, .affiliate-note { margin-inline: auto; }
  .hero-points { max-width: 610px; text-align: left; }
  .hero-actions { justify-content: center; }
  .product-stage { min-height: auto; margin-top: 10px; }
  .product-stage picture { width: min(82vw, 520px); }
  .facts-layout, .review-layout, .faq-layout, .source-grid, .final-offer-grid { grid-template-columns: 1fr; }
  .final-product { width: min(100%, 620px); margin-inline: auto; }
  .final-offer-copy { text-align: center; }
  .final-offer-copy h2, .final-offer-lead, .final-price-line, .final-offer-note { margin-inline: auto; }
  .editorial-image { min-height: 440px; }
  .review-sidebar { position: static; }
  .pricing-grid { grid-template-columns: 1fr; max-width: 650px; margin-inline: auto; }
  .price-card.featured { order: -1; transform: none; }
  .guarantee-grid { grid-template-columns: 220px 1fr; }
  .journey { grid-template-columns: repeat(2, 1fr); gap: 34px 0; }
  .journey::before { display: none; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2 / 4; }
}

@media (max-width: 640px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section { padding: 72px 0; }
  .announcement-inner { min-height: 46px; gap: 8px; font-size: 0.72rem; line-height: 1.25; }
  .announcement-separator { display: none; }
  .announcement-inner { flex-direction: column; padding: 7px 0; }
  .nav-wrap { min-height: 68px; }
  .brand svg { width: 36px; height: 36px; }
  .hero-grid { padding-top: 62px; padding-bottom: 70px; }
  h1 { font-size: clamp(2.25rem, 11vw, 3.25rem); }
  h2 { font-size: clamp(1.8rem, 8vw, 2.55rem); }
  .hero-lead { font-size: 1rem; }
  .hero-actions { flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-product figcaption { margin-top: -12px; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-grid > div { min-height: 96px; border-right: 0; border-bottom: 1px solid var(--line); }
  .trust-grid > div:last-child { border-bottom: 0; }
  .facts-layout, .ingredient-grid, .claim-grid, .steps, .split-cards, .bonus-grid, .question-grid, .refund-steps { grid-template-columns: 1fr; }
  .facts-list > div { grid-template-columns: 1fr; gap: 3px; }
  .editorial-image { min-height: 360px; }
  .ingredient-card, .claim-card, .question-card { min-height: auto; }
  .evidence-line { grid-template-columns: 1fr; }
  .steps > li > span { margin-bottom: 28px; }
  .notice { padding: 20px; }
  .table-wrap { margin-right: -14px; margin-left: -14px; border-radius: 0; }
  .comparison-table th, .comparison-table td { padding: 15px 16px; }
  .guarantee-grid { grid-template-columns: 1fr; text-align: center; }
  .guarantee-grid h2 { margin-inline: auto; }
  .guarantee-mark svg { width: 210px; height: 210px; }
  .refund-steps { text-align: left; }
  .journey { grid-template-columns: 1fr; }
  .journey li { padding: 0; text-align: left; display: grid; grid-template-columns: 54px 1fr; gap: 17px; }
  .journey li > span { margin: 0; }
  .final-offer-grid { gap: 38px; }
  .final-product { padding: 17px; border-radius: 22px; }
  .final-offer-copy .button { width: 100%; min-width: 0; }
  .final-price-line { padding: 17px; }
  .footer-grid, .footer-bottom { grid-template-columns: 1fr; }
  .footer-grid > div:last-child { grid-column: auto; }
  .mobile-cta { position: fixed; z-index: 90; right: 10px; bottom: 10px; left: 10px; display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 11px 12px 11px 16px; border: 1px solid rgba(255,255,255,0.16); border-radius: 16px; color: #fff; background: rgba(11,16,41,0.96); box-shadow: 0 16px 45px rgba(0,0,0,0.35); backdrop-filter: blur(12px); }
  .mobile-cta div { display: grid; line-height: 1.25; }
  .mobile-cta strong { font-size: 0.85rem; }
  .mobile-cta span { color: #b5bdd3; font-size: 0.66rem; }
  .mobile-cta a { flex: 0 0 auto; padding: 10px 15px; border-radius: 999px; color: #12172e; background: #baff70; font-size: 0.78rem; font-weight: 850; text-decoration: none; }
  .has-mobile-cta .site-footer { padding-bottom: 115px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; scroll-behavior: auto !important; }
  .motion-ready .reveal { opacity: 1; transform: none; }
}
