:root {
  --ink: #f5eedf;
  --muted: #b7aa9f;
  --night: #0d090d;
  --night-2: #151015;
  --panel: #211820;
  --panel-soft: #291e25;
  --line: rgba(244, 215, 166, .16);
  --gold: #e4bd6a;
  --gold-light: #ffe3a1;
  --cherry: #dc3155;
  --cherry-dark: #8f1633;
  --green: #94b962;
  --shadow: 0 24px 70px rgba(0, 0, 0, .38);
  --radius: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--night); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.6; }
body.modal-open { overflow: hidden; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; }
[hidden] { display: none !important; }
.shell { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 112px 0; }
.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; left: 18px; top: 12px; z-index: 10000; transform: translateY(-180%); padding: 10px 16px; border-radius: 8px; color: #16100d; background: var(--gold-light); font-weight: 800; }
.skip-link:focus { transform: none; }
:focus-visible { outline: 3px solid var(--gold-light); outline-offset: 4px; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 1000; border-bottom: 1px solid transparent; transition: background .25s, border-color .25s, backdrop-filter .25s; }
.site-header.scrolled { border-color: var(--line); background: rgba(13, 9, 13, .9); backdrop-filter: blur(18px); }
.header-inner { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-weight: 900; }
.brand img { filter: drop-shadow(0 4px 12px rgba(220, 49, 85, .18)); }
.brand-logo { width: 205px; height: auto; margin: -24px 0; }
.primary-nav { display: flex; align-items: center; gap: 30px; font-size: 14px; font-weight: 700; }
.primary-nav a { color: #d8cec6; transition: color .2s; }
.primary-nav a:hover { color: #fff; }
.primary-nav .nav-cta { padding: 10px 17px; border: 1px solid rgba(228, 189, 106, .46); border-radius: 999px; color: var(--gold-light); background: rgba(228, 189, 106, .08); }
.menu-toggle { display: none; width: 44px; height: 44px; align-items: center; justify-content: center; flex-direction: column; gap: 5px; border: 1px solid var(--line); border-radius: 12px; background: var(--panel); }
.menu-toggle > span:not(.sr-only) { width: 20px; height: 2px; background: var(--ink); }

.hero { position: relative; min-height: 800px; padding: 150px 0 90px; display: grid; align-items: center; overflow: hidden; isolation: isolate; }
.hero::before { content: ""; position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg, rgba(10, 6, 9, .97) 0%, rgba(10, 6, 9, .84) 42%, rgba(10, 6, 9, .25) 78%), linear-gradient(0deg, var(--night) 0%, transparent 26%), url("/assets/images/welcome-banner.jpeg") center/cover; }
.hero::after { content: ""; position: absolute; width: 520px; height: 520px; left: -200px; bottom: -240px; z-index: -1; border-radius: 50%; background: rgba(190, 28, 65, .18); filter: blur(80px); }
.hero-backdrop { position: absolute; inset: 0; z-index: -1; opacity: .18; background-image: linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(to right, black, transparent 70%); }
.hero-layout { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(350px, .7fr); gap: 80px; align-items: center; }
.eyebrow { margin: 0 0 16px; color: var(--gold); font-size: 12px; font-weight: 900; letter-spacing: 2.1px; }
.status-dot { display: inline-block; width: 8px; height: 8px; margin-right: 9px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 6px rgba(148, 185, 98, .11); }
.hero h1, .section-heading h2, .proof-copy h2, .vault-cta h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-weight: 700; line-height: .98; letter-spacing: -2.7px; }
.hero h1 { max-width: 680px; font-size: clamp(58px, 7vw, 100px); }
.hero h1 span { color: var(--gold-light); text-shadow: 0 2px 25px rgba(228, 189, 106, .17); }
.hero-lead { max-width: 650px; margin: 28px 0 32px; color: #d1c6bd; font-size: 18px; }
.hero-actions { display: flex; gap: 13px; flex-wrap: wrap; }
.button { min-height: 49px; display: inline-flex; align-items: center; justify-content: center; padding: 0 22px; border: 1px solid transparent; border-radius: 11px; cursor: pointer; font-size: 14px; font-weight: 850; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: linear-gradient(135deg, #e43a5d, #a9183a); box-shadow: 0 12px 30px rgba(184, 27, 62, .24), inset 0 1px rgba(255,255,255,.22); }
.button-primary:hover { box-shadow: 0 16px 36px rgba(184, 27, 62, .38); }
.button-ghost { border-color: var(--line); color: var(--ink); background: rgba(255,255,255,.045); backdrop-filter: blur(8px); }
.button-secondary { border-color: rgba(228,189,106,.32); color: var(--gold-light); background: rgba(228,189,106,.1); }
.button-light { color: #501324; background: #fff4dd; }
.button-full { width: 100%; }
.trust-row { max-width: 520px; margin: 45px 0 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); list-style: none; }
.trust-row li { display: grid; padding-right: 24px; border-right: 1px solid var(--line); }
.trust-row li + li { padding-left: 24px; }
.trust-row li:last-child { border: 0; }
.trust-row strong { color: var(--gold-light); font-family: Georgia, serif; font-size: 25px; line-height: 1; }
.trust-row span { margin-top: 6px; color: var(--muted); font-size: 12px; text-transform: uppercase; letter-spacing: 1px; }
.hero-card { position: relative; padding: 24px; border: 1px solid rgba(255, 224, 163, .22); border-radius: 24px; background: linear-gradient(150deg, rgba(49, 34, 43, .92), rgba(20, 14, 19, .95)); box-shadow: var(--shadow); backdrop-filter: blur(12px); }
.hero-card::before { content: ""; position: absolute; inset: 9px; z-index: -1; border: 1px solid rgba(255,255,255,.05); border-radius: 17px; pointer-events: none; }
.hero-card-top { display: flex; align-items: center; gap: 14px; padding: 0 4px 20px; }
.hero-brand-icon { width: 48px; height: 48px; flex: 0 0 auto; object-fit: contain; filter: drop-shadow(0 6px 8px rgba(0,0,0,.3)); }
.hero-card-top div { display: grid; }
.hero-card-top small { color: var(--gold); font-size: 10px; font-weight: 900; letter-spacing: 1.5px; }
.hero-card-top strong { font-family: Georgia, serif; font-size: 22px; }
.realm-pick { width: 100%; margin-bottom: 10px; padding: 14px; display: grid; grid-template-columns: 52px 1fr auto; align-items: center; gap: 13px; border: 1px solid var(--line); border-radius: 14px; color: var(--ink); text-align: left; cursor: pointer; background: rgba(255,255,255,.035); transition: border-color .2s, background .2s, transform .2s; }
.realm-pick:hover { transform: translateX(3px); border-color: rgba(228,189,106,.48); background: rgba(228,189,106,.08); }
.realm-thumb { width: 48px; height: 48px; object-fit: contain; filter: drop-shadow(0 6px 7px rgba(0,0,0,.35)); }
.realm-pick > span:nth-child(2) { display: grid; }
.realm-pick strong { font-size: 14px; }
.realm-pick small { color: var(--muted); font-size: 11px; }
.realm-pick b { display: grid; color: var(--gold-light); font-size: 15px; text-align: right; }
.realm-pick b small { color: var(--muted); font-weight: 500; }
.hero-card-note { margin: 12px 5px 0; color: #8f847e; font-size: 10px; text-align: center; }

.benefits { position: relative; z-index: 3; margin-top: -30px; }
.benefits-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); border-radius: var(--radius); background: #181117; box-shadow: var(--shadow); }
.benefits article { padding: 27px 30px; display: flex; gap: 17px; align-items: center; }
.benefits article + article { border-left: 1px solid var(--line); }
.benefit-icon { width: 44px; height: 44px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 12px; color: var(--gold-light); background: rgba(228,189,106,.1); font-size: 20px; }
.benefits h2 { margin: 0; font-family: Georgia, serif; font-size: 17px; }
.benefits p { margin: 2px 0 0; color: var(--muted); font-size: 12px; line-height: 1.45; }

.gold-section { background: radial-gradient(circle at 10% 40%, rgba(136,31,54,.12), transparent 33%), var(--night); }
.section-heading { margin-bottom: 48px; }
.section-heading h2, .proof-copy h2 { font-size: clamp(42px, 5vw, 64px); line-height: 1.05; }
.split-heading { display: grid; grid-template-columns: 1.2fr .7fr; gap: 70px; align-items: end; }
.split-heading > p { margin: 0 0 3px; color: var(--muted); }
.centered { max-width: 720px; margin-inline: auto; text-align: center; }
.centered > p:last-child { color: var(--muted); }
.product-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.product-card { position: relative; overflow: hidden; min-height: 360px; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(145deg, #211920, #151014); box-shadow: 0 20px 50px rgba(0,0,0,.2); }
.product-card.featured { border-color: rgba(220,49,85,.5); }
.product-badge { position: absolute; z-index: 2; top: 16px; left: 16px; padding: 6px 9px; border-radius: 6px; color: #fff; background: var(--cherry); font-size: 9px; font-weight: 900; letter-spacing: 1px; }
.product-copy { min-height: 360px; padding: 42px 38px 34px; display: flex; flex-direction: column; }
.featured .product-copy { padding-top: 58px; }
.product-heading { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.product-heading img { width: 92px; height: 92px; flex: 0 0 auto; object-fit: contain; filter: drop-shadow(0 10px 10px rgba(0,0,0,.35)); }
.product-kicker { margin: 0 0 6px; color: var(--gold); font-size: 10px; font-weight: 900; letter-spacing: 1.5px; }
.product-copy h3 { margin: 0; font-family: Georgia, serif; font-size: 31px; }
.product-copy > p:not(.product-kicker) { margin: 14px 0; color: var(--muted); font-size: 14px; }
.product-bottom { margin-top: auto; display: grid; gap: 20px; }
.price { display: grid; grid-template-columns: auto 1fr; align-items: end; }
.price small { grid-column: 1 / -1; color: #8d817b; font-size: 9px; font-weight: 900; letter-spacing: 1.2px; }
.price strong { color: var(--gold-light); font-family: Georgia, serif; font-size: 28px; line-height: 1; }
.price span { padding-left: 7px; color: var(--muted); font-size: 11px; }
.pricing-note { margin: 20px 0 0; color: #867b75; font-size: 11px; text-align: center; }

.proof-section { background: #120d11; }
.proof-layout { display: grid; grid-template-columns: .9fr 1fr; gap: 90px; align-items: center; }
.proof-image { position: relative; }
.proof-image::before { content: ""; position: absolute; inset: -14px 28px 24px -14px; border: 1px solid rgba(228,189,106,.22); border-radius: 27px; }
.proof-image img { position: relative; display: block; aspect-ratio: 4/4.3; object-fit: cover; border-radius: var(--radius); filter: saturate(.8) contrast(1.05); box-shadow: var(--shadow); }
.proof-seal { position: absolute; right: -26px; bottom: 30px; width: 130px; height: 130px; display: grid; place-content: center; border: 4px double #8d642d; border-radius: 50%; color: #4c2c12; text-align: center; background: radial-gradient(circle, #ffe7a3, #bf8839); box-shadow: 0 14px 35px rgba(0,0,0,.4); transform: rotate(-8deg); }
.proof-seal strong { font-family: Georgia, serif; font-size: 28px; line-height: 1; }
.proof-seal span { max-width: 80px; font-size: 9px; font-weight: 900; line-height: 1.2; text-transform: uppercase; }
.proof-copy > p:not(.eyebrow) { margin: 25px 0; color: var(--muted); font-size: 17px; }
.check-list { margin: 30px 0; padding: 0; display: grid; gap: 14px; list-style: none; }
.check-list li { display: flex; align-items: center; gap: 12px; color: #ded4cc; }
.check-list span { width: 26px; height: 26px; display: grid; place-items: center; border-radius: 50%; color: var(--gold-light); background: rgba(228,189,106,.12); font-size: 12px; }
.rating-card { width: fit-content; padding: 14px 19px; display: flex; align-items: center; gap: 16px; border: 1px solid var(--line); border-radius: 12px; background: rgba(255,255,255,.025); }
.stars { color: var(--gold); letter-spacing: 2px; }
.stars i { color: #46372e; font-style: normal; }
.rating-card div { display: grid; padding-left: 16px; border-left: 1px solid var(--line); }
.rating-card small { color: var(--muted); font-size: 10px; }

.steps-section { background: radial-gradient(circle at 50% 15%, rgba(75,52,38,.22), transparent 38%), #0d090d; }
.steps-grid { margin: 58px 0 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); list-style: none; counter-reset: step; }
.steps-grid li { position: relative; min-height: 250px; padding: 29px 26px; border: 1px solid var(--line); background: linear-gradient(160deg, #20171e, #151014); }
.steps-grid li:first-child { border-radius: 18px 0 0 18px; }
.steps-grid li:last-child { border-radius: 0 18px 18px 0; }
.steps-grid li + li { border-left: 0; }
.step-number { position: absolute; right: 18px; top: 13px; color: rgba(228,189,106,.23); font-family: Georgia, serif; font-size: 34px; }
.step-icon { width: 56px; height: 56px; margin-bottom: 26px; display: grid; place-items: center; border: 1px solid rgba(228,189,106,.24); border-radius: 14px; color: var(--gold-light); background: rgba(228,189,106,.08); font-size: 24px; }
.steps-grid h3 { margin: 0; font-family: Georgia, serif; font-size: 20px; }
.steps-grid p { margin: 8px 0 0; color: var(--muted); font-size: 13px; }

.reviews-section { background: #151014; }
.reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.reviews-grid figure { min-height: 270px; margin: 0; padding: 31px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 18px; background: linear-gradient(155deg, rgba(255,255,255,.035), rgba(255,255,255,.012)); }
.reviews-grid figure:nth-child(2) { transform: translateY(18px); }
.quote-mark { color: var(--cherry); font-family: Georgia, serif; font-size: 52px; line-height: .8; }
.reviews-grid blockquote { margin: 22px 0; color: #e4dad1; font-family: Georgia, serif; font-size: 18px; line-height: 1.55; }
.reviews-grid figcaption { margin-top: auto; display: flex; align-items: center; gap: 12px; }
.reviews-grid figcaption > span { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 50%; color: var(--gold-light); background: #3a2927; font-family: Georgia, serif; font-weight: 900; }
.reviews-grid figcaption div { display: grid; }
.reviews-grid figcaption small { color: var(--muted); font-size: 10px; }

.vault-cta { padding: 68px 0; color: #341219; background: radial-gradient(circle at 85% 30%, rgba(255,255,255,.35), transparent 22%), linear-gradient(115deg, #b41e42, #ec4b68); }
.vault-inner { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 25px; }
.vault-cta .eyebrow { margin-bottom: 5px; color: #5b1425; }
.vault-cta h2 { font-size: clamp(30px, 4vw, 48px); letter-spacing: -1.5px; }
.vault-cherry { width: 74px; height: 74px; object-fit: contain; filter: drop-shadow(0 7px 12px rgba(90, 12, 34, .25)); }

.site-footer { padding: 72px 0 26px; background: #0a0709; }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 60px; }
.footer-brand > p { max-width: 270px; color: var(--muted); font-size: 13px; }
.footer-logo { width: 220px; height: auto; margin: -42px 0 -36px; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; }
.footer-grid h2 { margin: 4px 0 11px; color: var(--gold); font-size: 11px; letter-spacing: 1.4px; text-transform: uppercase; }
.footer-grid a, .footer-link { padding: 0; border: 0; color: var(--muted); background: none; cursor: pointer; font-size: 13px; }
.footer-grid a:hover, .footer-link:hover { color: var(--ink); }
.footer-bottom { margin-top: 55px; padding-top: 23px; display: flex; justify-content: space-between; gap: 30px; border-top: 1px solid var(--line); color: #746a65; font-size: 10px; }
.footer-bottom p:last-child { max-width: 600px; text-align: right; }

.modal { position: fixed; inset: 0; z-index: 5000; padding: 24px; display: grid; place-items: center; background: rgba(6,4,6,.82); backdrop-filter: blur(10px); }
.modal-panel { position: relative; width: min(480px, 100%); max-height: calc(100vh - 48px); overflow-y: auto; padding: 38px; border: 1px solid rgba(228,189,106,.25); border-radius: 22px; background: linear-gradient(145deg, #251b23, #151014); box-shadow: var(--shadow); }
.modal-panel h2 { margin: 0; font-family: Georgia, serif; font-size: 31px; line-height: 1.1; }
.modal-close { position: absolute; right: 15px; top: 13px; width: 38px; height: 38px; border: 1px solid var(--line); border-radius: 10px; color: var(--ink); cursor: pointer; background: rgba(255,255,255,.04); font-size: 24px; }
.modal-price { color: var(--gold-light); font-weight: 800; }
.purchase-form { margin-top: 25px; display: grid; gap: 10px; }
.purchase-form label { margin-top: 8px; color: #dcd1c8; font-size: 12px; font-weight: 800; }
.purchase-form input { width: 100%; height: 50px; padding: 0 14px; border: 1px solid var(--line); border-radius: 10px; color: var(--ink); background: #100b0f; }
.purchase-form input:focus { border-color: var(--gold); outline: 0; box-shadow: 0 0 0 3px rgba(228,189,106,.1); }
.form-help { margin: 6px 0 14px; color: var(--muted); font-size: 10px; }
.transaction-panel { text-align: center; }
.transaction-panel > p:not(.eyebrow) { color: var(--muted); }
.spinner { width: 48px; height: 48px; margin: 28px auto; border: 4px solid rgba(255,255,255,.1); border-top-color: var(--cherry); border-radius: 50%; animation: spin .8s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.order-details { margin: 25px 0; display: grid; gap: 8px; text-align: left; }
.order-details div { padding: 12px 15px; display: flex; justify-content: space-between; gap: 20px; border-radius: 9px; background: rgba(255,255,255,.035); }
.order-details dt { color: var(--muted); font-size: 12px; }
.order-details dd { margin: 0; color: var(--gold-light); font-weight: 800; }

.cookie-banner { position: fixed; z-index: 4000; left: 24px; right: 24px; bottom: 24px; width: min(1040px, calc(100% - 48px)); margin-inline: auto; padding: 20px 22px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 18px; border: 1px solid rgba(228,189,106,.28); border-radius: 18px; background: rgba(29,21,28,.97); box-shadow: 0 20px 70px rgba(0,0,0,.55); backdrop-filter: blur(18px); }
.cookie-icon { width: 45px; height: 45px; display: grid; place-items: center; border-radius: 12px; background: rgba(220,49,85,.13); font-size: 22px; }
.cookie-copy h2 { margin: 0; font-family: Georgia, serif; font-size: 18px; }
.cookie-copy p { margin: 3px 0 0; color: var(--muted); font-size: 11px; line-height: 1.5; }
.cookie-actions { display: flex; gap: 9px; }
.cookie-actions .button { min-height: 42px; white-space: nowrap; }
.cookie-panel { width: min(560px, 100%); }
.cookie-option { margin: 22px 0; padding: 17px; display: flex; justify-content: space-between; align-items: center; gap: 22px; border: 1px solid var(--line); border-radius: 12px; }
.cookie-option strong { font-size: 14px; }
.cookie-option p { margin: 4px 0 0; color: var(--muted); font-size: 11px; }
.always-on { color: var(--green); font-size: 11px; font-weight: 800; white-space: nowrap; }
.switch { position: relative; width: 46px; height: 26px; flex: 0 0 auto; }
.switch input { opacity: 0; width: 0; height: 0; }
.switch span:not(.sr-only) { position: absolute; inset: 0; border-radius: 999px; cursor: pointer; background: #50434b; transition: background .2s; }
.switch span:not(.sr-only)::before { content: ""; position: absolute; width: 20px; height: 20px; left: 3px; top: 3px; border-radius: 50%; background: #fff; transition: transform .2s; }
.switch input:checked + span { background: var(--cherry); }
.switch input:checked + span::before { transform: translateX(20px); }

@media (max-width: 980px) {
  .section { padding: 88px 0; }
  .hero { min-height: auto; }
  .hero-layout { grid-template-columns: 1fr; gap: 45px; }
  .hero-copy { max-width: 720px; }
  .hero-card { width: min(520px, 100%); }
  .proof-layout { gap: 55px; }
  .steps-grid { grid-template-columns: repeat(2, 1fr); gap: 14px; }
  .steps-grid li, .steps-grid li:first-child, .steps-grid li:last-child { border: 1px solid var(--line); border-radius: 15px; }
  .footer-grid { grid-template-columns: 1.4fr repeat(3, 1fr); gap: 30px; }
}

@media (max-width: 760px) {
  .shell { width: min(100% - 30px, 1160px); }
  .header-inner { min-height: 72px; }
  .brand-logo { width: 172px; margin: -20px 0; }
  .menu-toggle { display: flex; }
  .primary-nav { position: absolute; inset: 71px 15px auto; padding: 17px; display: none; flex-direction: column; align-items: stretch; gap: 3px; border: 1px solid var(--line); border-radius: 16px; background: rgba(20,14,19,.98); box-shadow: var(--shadow); }
  .primary-nav.is-open { display: flex; }
  .primary-nav a { padding: 11px 13px; }
  .primary-nav .nav-cta { margin-top: 5px; text-align: center; }
  .hero { padding: 120px 0 70px; }
  .hero::before { background: linear-gradient(90deg, rgba(10,6,9,.96), rgba(10,6,9,.68)), linear-gradient(0deg, var(--night), transparent 30%), url("/assets/images/welcome-banner.jpeg") 58% center/cover; }
  .hero h1 { font-size: clamp(52px, 17vw, 78px); letter-spacing: -2px; }
  .hero-lead { font-size: 16px; }
  .trust-row { margin-top: 35px; }
  .trust-row li { padding-right: 12px; }
  .trust-row li + li { padding-left: 12px; }
  .benefits { margin-top: 0; padding: 15px 0; background: #151014; }
  .benefits-grid { grid-template-columns: 1fr; box-shadow: none; }
  .benefits article { padding: 21px; }
  .benefits article + article { border-left: 0; border-top: 1px solid var(--line); }
  .split-heading { grid-template-columns: 1fr; gap: 18px; }
  .section-heading h2, .proof-copy h2 { font-size: 42px; }
  .product-grid, .proof-layout, .reviews-grid { grid-template-columns: 1fr; }
  .product-card { min-height: 0; }
  .product-copy { padding: 27px 23px; }
  .proof-layout { gap: 60px; }
  .proof-image { width: calc(100% - 15px); }
  .proof-seal { right: -15px; width: 108px; height: 108px; }
  .reviews-grid figure:nth-child(2) { transform: none; }
  .vault-inner { grid-template-columns: auto 1fr; }
  .vault-inner .button { grid-column: 1 / -1; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; }
  .footer-bottom p:last-child { text-align: left; }
  .cookie-banner { left: 15px; right: 15px; bottom: 15px; width: calc(100% - 30px); grid-template-columns: auto 1fr; }
  .cookie-actions { grid-column: 1 / -1; }
  .cookie-actions .button { flex: 1; }
}

@media (max-width: 500px) {
  .section { padding: 72px 0; }
  .hero-actions { display: grid; }
  .hero-actions .button { width: 100%; }
  .hero-card { padding: 17px; }
  .realm-pick { grid-template-columns: 46px 1fr; }
  .realm-pick > b { grid-column: 2; text-align: left; }
  .trust-row strong { font-size: 21px; }
  .trust-row span { font-size: 9px; }
  .product-grid { gap: 17px; }
  .steps-grid { grid-template-columns: 1fr; }
  .steps-grid li { min-height: 210px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 35px 20px; }
  .modal { padding: 12px; }
  .modal-panel { padding: 32px 22px 24px; max-height: calc(100vh - 24px); }
  .cookie-actions { flex-direction: column-reverse; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
