:root {
  --blue: #012bd0;
  --blue-dark: #001e91;
  --blue-soft: rgba(1, 43, 208, 0.065);
  --ink: #17191f;
  --muted: #626773;
  --line: #dfe2e8;
  --white: #ffffff;
  --shell: min(1180px, calc(100% - 48px));
  --display: "Arial Black", "Helvetica Neue", Arial, sans-serif;
  --body: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: var(--body); font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.skip-link { position: fixed; z-index: 1000; top: 8px; left: 8px; transform: translateY(-150%); background: var(--ink); color: white; padding: 10px 16px; }
.skip-link:focus { transform: none; }
.eyebrow { margin: 0 0 20px; color: var(--blue); font-size: .76rem; font-weight: 850; letter-spacing: .15em; line-height: 1.35; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--display); letter-spacing: -.035em; line-height: 1.04; }
h2 { max-width: 880px; margin-bottom: 24px; font-size: clamp(2.2rem, 5vw, 4.7rem); }
h2 span, h1 span { color: var(--blue); }
.section { padding: 88px 0; }

.site-header { position: sticky; z-index: 100; top: 0; background: rgba(255,255,255,.94); border-bottom: 1px solid rgba(23,25,31,.09); backdrop-filter: blur(14px); }
.nav-wrap { min-height: 82px; display: flex; align-items: center; gap: 34px; }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; }
.brand img { width: 184px; }
.year-mark { padding-left: 10px; border-left: 1px solid var(--line); color: var(--ink); font-size: .8rem; font-weight: 800; letter-spacing: .12em; }
.desktop-nav { display: flex; gap: 28px; margin-left: auto; }
.desktop-nav a { color: #474b55; font-size: .85rem; font-weight: 650; text-decoration: none; }
.desktop-nav a:hover { color: var(--blue); }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: 13px 22px; border: 2px solid var(--blue); border-radius: 999px; background: var(--blue); color: var(--white); font-size: .91rem; font-weight: 800; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(1,43,208,.18); }
.button:focus-visible, a:focus-visible, summary:focus-visible { outline: 3px solid rgba(1,43,208,.35); outline-offset: 4px; }
.button-small { min-height: 44px; padding: 10px 18px; font-size: .82rem; }

.hero { position: relative; overflow: hidden; }
.hero-grid { min-height: 760px; display: grid; grid-template-columns: 1.03fr .97fr; align-items: stretch; }
.hero-copy { display: flex; flex-direction: column; justify-content: center; padding: 76px 72px 72px 0; }
.hero h1 { max-width: 720px; margin-bottom: 28px; font-size: clamp(3rem, 6vw, 6.4rem); }
.hero-intro { max-width: 620px; margin-bottom: 36px; color: var(--muted); font-size: clamp(1.05rem, 1.7vw, 1.3rem); }
.hero-actions { display: flex; align-items: center; gap: 28px; }
.text-link { color: var(--blue); font-weight: 800; text-decoration: none; }
.text-link span { display: inline-block; margin-left: 8px; }
.hero-visual { position: relative; min-height: 760px; overflow: hidden; display: flex; flex-direction: column; justify-content: center; padding: 0; background: #000; color: white; }
.hero-product-visual { position: relative; width: 100%; overflow: hidden; background: #000; }
.hero-product-visual::after { content: ""; position: absolute; inset: 45% 0 0; background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,.82) 48%, #000 92%); pointer-events: none; }
.hero-intro-image { width: 100%; height: auto; }
.hero-image-headline { position: absolute; z-index: 2; right: 7%; bottom: 7%; left: 7%; display: grid; gap: 2px; color: white; font-family: var(--display); font-size: clamp(1.55rem, 3vw, 2.75rem); letter-spacing: -.04em; line-height: .98; text-transform: uppercase; }
.hero-image-headline strong:last-child { color: #91a4ff; }
.hero-summary { position: relative; z-index: 1; margin: 0; padding: 26px 42px 42px; color: rgba(255,255,255,.9); font-size: .9rem; line-height: 1.62; }

.brand-strip { background: var(--ink); color: white; }
.brand-slogan { margin: 0; padding: 30px 0; color: white; font-family: var(--display); font-size: clamp(1.35rem, 3vw, 2.25rem); letter-spacing: .08em; line-height: 1.1; text-align: center; }

.section-heading { margin-bottom: 46px; }
.split-heading { display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(280px, .55fr); gap: 70px; align-items: end; }
.split-heading > p { margin-bottom: 30px; color: var(--muted); font-size: 1.05rem; }
.video-placeholder { min-height: 420px; display: flex; align-items: center; justify-content: center; gap: 24px; padding: 40px; background: var(--blue-soft); border: 1px solid rgba(1,43,208,.18); color: var(--blue); text-align: left; }
.video-placeholder::before, .launch-media::before { content: ""; position: absolute; inset: 18px; border: 1px solid rgba(1,43,208,.16); pointer-events: none; }
.video-placeholder { position: relative; }
.play-mark { width: 74px; height: 74px; display: grid; place-items: center; padding-left: 5px; border-radius: 50%; background: var(--blue); color: white; font-size: 1.2rem; }
.video-placeholder strong, .video-placeholder span { display: block; }
.video-placeholder strong { font-family: var(--display); font-size: 1.2rem; }
.video-placeholder span { color: var(--muted); font-size: .9rem; }
.facebook-proof { padding: 72px 0; background: #eef3ff; border-top: 1px solid rgba(1,43,208,.12); }
.facebook-proof-grid { display: grid; grid-template-columns: minmax(0,.9fr) minmax(360px,1.1fr); gap: 64px; align-items: center; }
.facebook-proof-copy .eyebrow { margin-bottom: 16px; }
.facebook-proof-copy h2 { max-width: 620px; margin-bottom: 22px; font-size: clamp(2.3rem,4.6vw,4.8rem); }
.facebook-proof-copy > p:not(.eyebrow) { max-width: 580px; margin-bottom: 30px; color: var(--muted); font-size: 1.02rem; }
.facebook-mark { width: 52px; height: 52px; display: grid; place-items: end center; margin-bottom: 22px; border-radius: 12px; background: #1877f2; color: white; font-family: Arial, sans-serif; font-size: 2.7rem; font-weight: 900; line-height: .9; }
.facebook-button { border-color: #1877f2; background: #1877f2; }
.facebook-button:hover { box-shadow: 0 12px 28px rgba(24,119,242,.22); }
.facebook-button span { margin-left: 8px; }
.facebook-embed-card { overflow: hidden; border: 1px solid rgba(24,119,242,.2); background: white; box-shadow: 0 24px 64px rgba(23,25,31,.1); }
.facebook-meta { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 18px 22px; border-bottom: 1px solid var(--line); }
.facebook-meta strong { color: #1877f2; font-size: .9rem; }
.facebook-meta span { color: var(--muted); font-size: .78rem; }
.facebook-embed-card iframe { width: 100%; max-width: 500px; display: block; margin: 0 auto; border: 0; }
.facebook-fallback { display: block; padding: 15px 20px; border-top: 1px solid var(--line); color: #1877f2; font-size: .84rem; font-weight: 800; text-align: center; text-decoration: none; }
.facebook-fallback:hover { text-decoration: underline; }
.comparison { padding: 88px 0; background: var(--blue-soft); }
.comparison-headline { max-width: none; margin: 0 0 40px; font-size: clamp(2.2rem, 5vw, 4.6rem); text-align: center; }
.comparison-headline span { color: var(--blue); }
.comparison-table-wrap { overflow: hidden; border: 1px solid var(--line); background: white; }
.comparison-table { width: 100%; border-collapse: collapse; table-layout: fixed; }
.comparison-table th { padding: 20px 28px; color: white; font-family: var(--display); font-size: 1rem; letter-spacing: .04em; text-align: left; }
.without-head { background: #b42318; }
.with-head { background: #16824b; }
.comparison-table td { width: 50%; padding: 17px 28px; border-bottom: 1px solid white; vertical-align: top; font-size: .92rem; font-weight: 650; }
.comparison-table td + td { border-left: 1px solid white; }
.comparison-table tr:last-child td { border-bottom: 0; }
.comparison-table td span { display: inline-grid; width: 24px; height: 24px; place-items: center; margin-right: 12px; border-radius: 50%; color: white; font-size: 1rem; font-weight: 900; line-height: 1; }
.comparison-table .without { background: #fff1ef; color: #79251e; }
.comparison-table .without span { background: #b42318; }
.comparison-table .with { background: #effaf3; color: #125e39; }
.comparison-table .with span { background: #16824b; }
.cross-list, .check-list { margin: 0; padding: 0; list-style: none; }
.cross-list li, .check-list li { position: relative; padding: 12px 0 12px 34px; border-bottom: 1px solid var(--line); font-size: .93rem; }
.cross-list li::before { content: "×"; position: absolute; left: 0; color: #a53535; font-weight: 900; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--blue); font-weight: 900; }
.light-list li { border-color: rgba(255,255,255,.2); }
.light-list li::before { color: white; }

.functions { border-top: 0; background: var(--ink); color: white; }
.functions-compact { display: grid; grid-template-columns: .85fr 1.15fr; gap: 72px; align-items: start; }
.functions-compact h2 { margin-bottom: 22px; font-size: clamp(2.2rem, 4vw, 4.2rem); }
.functions-compact h2 span { color: #8fa7ff; }
.functions-compact > div > p { max-width: 470px; margin: 0; color: #b9bdc7; }
.feature-checklist { display: grid; grid-template-columns: 1fr 1fr; margin: 0; padding: 0; border-top: 1px solid rgba(255,255,255,.25); list-style: none; }
.feature-checklist li { display: flex; align-items: center; gap: 12px; padding: 17px 16px 17px 0; border-bottom: 1px solid rgba(255,255,255,.2); font-size: .9rem; }
.feature-checklist li:nth-child(even) { padding-left: 18px; border-left: 1px solid rgba(255,255,255,.2); }
.feature-checklist span { color: #8fa7ff; font-size: 1.05rem; }
.feature-checklist strong { line-height: 1.4; }
.launch-media { position: relative; min-height: 260px; display: grid; place-items: center; padding: 44px; background: var(--blue-soft); color: var(--blue); font-size: .8rem; font-weight: 800; letter-spacing: .08em; text-align: center; text-transform: uppercase; }
.feature-image { width: 100%; height: 100%; min-height: 590px; padding: 0; object-fit: cover; }

.new-section { padding: 88px 0; }
.new-heading { margin-bottom: 70px; }
.new-heading h2 span { color: var(--blue); }
.launch-feature { display: grid; grid-template-columns: 1fr 1fr; min-height: 590px; }
.launch-feature + .launch-feature { margin-top: 28px; }
.launch-copy { padding: 50px; background: var(--blue); color: white; }
.launch-copy h3 { margin: 0 0 24px; font-size: clamp(2.7rem, 5vw, 4.8rem); }
.lead { max-width: 570px; margin-bottom: 30px; font-size: 1.05rem; }
.launch-copy .check-list { margin-bottom: 30px; }
.form-chips { display: flex; flex-wrap: wrap; gap: 8px; margin: 28px 0; }
.form-chips span { padding: 6px 12px; border: 1px solid rgba(255,255,255,.52); font-size: .76rem; font-weight: 850; }
.feature-close { margin: 34px 0 0; font-family: var(--display); font-size: 1.08rem; }
.launch-media { min-height: 590px; background: var(--blue-soft); }
.disposal-feature .launch-copy { background: var(--ink); }

.pack { background: var(--blue-soft); }
.pack-heading { display: block; margin-bottom: 40px; }
.pack-heading-copy h2 { max-width: 850px; margin-bottom: 18px; font-size: clamp(2.7rem, 5.6vw, 5.8rem); }
.pack-heading-copy > p:last-child { max-width: 740px; margin: 0; color: var(--muted); font-size: 1.02rem; }
.bundle-box { overflow: hidden; border: 1px solid rgba(1,43,208,.25); background: white; box-shadow: 0 24px 70px rgba(1,43,208,.09); }
.system-offer { padding: 36px; background: var(--blue); color: white; }
.system-product-image { width: min(100%, 920px); aspect-ratio: 1; object-fit: cover; margin: 0 auto 30px; border: 1px solid rgba(255,255,255,.55); }
.system-offer h3 { margin: 0 0 28px; font-size: 1.85rem; text-align: center; }
.offer-stats { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid rgba(255,255,255,.32); border-bottom: 1px solid rgba(255,255,255,.32); }
.offer-stats > div { display: flex; align-items: center; gap: 14px; padding: 22px 18px; }
.offer-stats > div + div { border-left: 1px solid rgba(255,255,255,.32); }
.offer-stats strong { font-family: var(--display); font-size: 3rem; line-height: 1; }
.offer-stats span { font-size: .76rem; font-weight: 750; line-height: 1.35; text-transform: uppercase; }
.system-extras { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin: 24px 0 0; padding: 0; list-style: none; }
.system-extras li { position: relative; padding-left: 24px; color: rgba(255,255,255,.9); font-size: .86rem; }
.system-extras li::before { content: "✓"; position: absolute; left: 0; font-weight: 900; }
.bundle-intro { margin: 0; padding: 22px 32px; border-bottom: 1px solid var(--line); background: var(--blue-soft); color: var(--ink); font-size: 1rem; line-height: 1.55; }
.bundle-intro strong { color: var(--blue); }
.bundle-products { display: grid; grid-template-columns: 1fr 1fr; }
.bundle-product { display: flex; flex-direction: column; gap: 24px; padding: 32px; }
.bundle-product:nth-child(even) { border-left: 1px solid var(--line); }
.bundle-product:nth-child(n+3) { border-top: 1px solid var(--line); }
.product-image { width: 100%; aspect-ratio: 1; object-fit: cover; align-self: stretch; border: 1px solid rgba(1,43,208,.16); }
.product-copy h3 { margin: 0 0 16px; font-size: clamp(1.2rem,1.8vw,1.62rem); line-height: 1.12; }
.product-list { display: grid; gap: 8px; margin: 0; padding: 0; list-style: none; }
.product-list li { position: relative; padding-left: 21px; color: #454a55; font-size: .84rem; line-height: 1.45; }
.product-list li::before { content: "✓"; position: absolute; left: 0; color: var(--blue); font-weight: 900; }
.product-note { margin: 12px 0 0; color: var(--muted); font-size: .72rem; line-height: 1.45; }

.pricing { padding: 88px 0; overflow: hidden; background: var(--blue); color: white; }
.pricing-grid { display: grid; grid-template-columns: 1.35fr .65fr; gap: 60px; align-items: start; }
.pricing .eyebrow { color: white; }
.pricing-copy h2 { font-size: clamp(2.7rem, 5vw, 5.2rem); }
.price-list { display: grid; grid-template-columns: 1fr 1fr; gap: 0 34px; max-width: none; }
.price-list li { min-height: 0; display: flex; align-items: center; padding-top: 7px; padding-bottom: 7px; font-size: .88rem; line-height: 1.22; }
.price-list li::before { top: 50%; transform: translateY(-50%); }
.price-list strong { color: white; font-weight: 900; }
.price-box { position: relative; padding: 34px; border: 1px solid white; background: white; color: var(--ink); box-shadow: 0 28px 80px rgba(0,0,0,.22); text-align: center; }
.price-box::after { content: ""; position: absolute; inset: 12px; border: 1px solid rgba(1,43,208,.12); pointer-events: none; }
.price-box > * { position: relative; z-index: 1; }
.checkout-product-image { width: 100%; aspect-ratio: 1; object-fit: cover; margin: 0 auto 28px; border: 0; }
.checkout-title { margin: 0; font-size: .82rem; font-weight: 800; letter-spacing: .12em; line-height: 1.45; }
.checkout-title strong { display: block; color: var(--blue); font-size: 1.1rem; }
.price { display: flex; align-items: flex-start; justify-content: center; margin: 22px 0 8px; color: var(--blue); font-family: Impact, Haettenschweiler, "Arial Narrow Bold", var(--display); font-size: clamp(6.5rem, 13vw, 10.5rem); font-weight: 950; letter-spacing: -.055em; line-height: .85; }
.price span { margin: 12px 10px 0 0; font-size: 1.35rem; font-weight: 950; letter-spacing: .02em; }
.once { margin-bottom: 26px; color: var(--muted); font-size: .88rem; }
.button-white { border-color: white; background: white; color: var(--blue); }
.checkout-button { width: 100%; min-height: 64px; display: flex; align-items: center; justify-content: center; border-color: #118846; background: #118846; color: white; font-size: .9rem; box-shadow: 0 14px 30px rgba(17,136,70,.28); }
.checkout-button:hover { border-color: #0d703a; background: #0d703a; transform: translateY(-2px); }
.price-box ul { display: flex; flex-wrap: wrap; justify-content: center; gap: 7px 18px; margin: 22px 0 0; padding: 0; list-style: none; color: var(--muted); font-size: .78rem; }
.price-box ul li::before { content: "✓"; margin-right: 6px; color: #118846; font-weight: 900; }

.purchase-bar { grid-column: 1 / -1; display: grid; grid-template-columns: 1.1fr 1fr 24px 1.45fr 24px 1.8fr; align-items: center; gap: 14px; margin-top: 34px; padding: 22px 26px; border: 1px solid rgba(255,255,255,.42); }
.purchase-bar > strong { font-family: var(--display); font-size: 1rem; }
.purchase-bar > div { font-size: .88rem; font-weight: 700; line-height: 1.35; }
.purchase-bar > div span { width: 25px; height: 25px; display: inline-grid; place-items: center; margin-right: 7px; border-radius: 50%; background: white; color: var(--blue); font-weight: 900; }
.purchase-bar i { color: rgba(255,255,255,.58); font-style: normal; text-align: center; }
.purchase-bar small { grid-column: 1 / -1; padding-top: 12px; border-top: 1px solid rgba(255,255,255,.2); color: rgba(255,255,255,.7); }

.faq { padding: 88px 0; background: var(--blue-soft); }
.faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; }
.faq-title { position: sticky; top: 130px; align-self: start; }
.faq-title h2 { font-size: clamp(2.4rem, 4vw, 4.2rem); }
.accordion { border-top: 1px solid var(--ink); }
details { border-bottom: 1px solid #bec3ce; }
summary { position: relative; cursor: pointer; padding: 24px 48px 24px 0; font-family: var(--display); font-size: 1.08rem; list-style: none; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; position: absolute; right: 3px; top: 20px; color: var(--blue); font-family: var(--body); font-size: 1.6rem; font-weight: 400; }
details[open] summary::after { content: "−"; }
details p { max-width: 700px; padding: 0 40px 24px 0; color: var(--muted); }

.final-cta { padding: 88px 0; background: var(--blue); color: white; }
.final-grid { display: block; }
.final-cta .eyebrow { color: white; }
.final-cta h2 { font-size: clamp(2.8rem, 5.2vw, 5.7rem); }
.final-cta p:not(.eyebrow) { max-width: 700px; margin-bottom: 34px; color: rgba(255,255,255,.8); font-size: 1.05rem; }

footer { padding: 70px 0 28px; background: var(--ink); color: white; }
.footer-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 100px; }
.footer-brand img { width: 210px; padding: 10px; background: white; }
.footer-brand p { max-width: 330px; margin-top: 18px; color: #aeb3bf; font-size: .88rem; }
.legal strong { display: block; margin-bottom: 14px; font-size: .78rem; letter-spacing: .12em; text-transform: uppercase; }
.legal p { color: #aeb3bf; font-size: .82rem; }
.copyright { margin-top: 54px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.15); color: #8d929d; font-size: .76rem; }
.mobile-cta { display: none; }

@media (max-width: 1020px) {
  .desktop-nav { display: none; }
  .hero-grid, .pricing-grid, .final-grid { grid-template-columns: 1fr; }
  .hero-copy { padding-right: 0; }
  .hero-visual { min-height: 590px; }
  .functions-compact, .faq-grid { grid-template-columns: 1fr; gap: 48px; }
  .faq-title { position: static; }
  .pack-heading { grid-template-columns: 1fr auto; gap: 30px; }
  .pricing-grid { gap: 60px; }
  .purchase-bar { grid-template-columns: repeat(3, 1fr); }
  .purchase-bar > strong, .purchase-bar small { grid-column: 1 / -1; }
  .purchase-bar i { display: none; }
}

@media (max-width: 760px) {
  :root { --shell: min(100% - 32px, 1180px); }
  body { padding-bottom: 72px; }
  .section, .comparison, .new-section, .pricing, .faq, .final-cta { padding: 64px 0; }
  .nav-wrap { min-height: 68px; }
  .brand img { width: 148px; }
  .year-mark { display: none; }
  .site-header .button { display: none; }
  .hero-grid { width: 100%; }
  .hero-copy { width: var(--shell); min-height: auto; margin-inline: auto; padding: 72px 0 64px; }
  .hero h1 { font-size: clamp(2.8rem, 13vw, 4.8rem); }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .hero-visual { min-height: 500px; padding: 0; }
  .hero-summary { padding: 24px; font-size: .88rem; }
  .hero-image-headline { right: 6%; bottom: 6%; left: 6%; font-size: clamp(1.45rem, 8vw, 2.45rem); }
  .brand-slogan { padding: 25px 0; }
  .split-heading { grid-template-columns: 1fr; gap: 8px; }
  .video-placeholder { min-height: 300px; flex-direction: column; text-align: center; }
  .facebook-proof { padding: 58px 0; }
  .facebook-proof-grid { grid-template-columns: 1fr; gap: 38px; }
  .facebook-meta { align-items: flex-start; flex-direction: column; gap: 3px; }
  .facebook-embed-card iframe { height: 400px; }
  .comparison-headline { margin-bottom: 28px; text-align: left; }
  .comparison-table { width: 100%; min-width: 0; }
  .comparison-table th { padding: 14px 9px; font-size: .875rem; text-align: center; }
  .comparison-table td { padding: 14px 10px; overflow-wrap: anywhere; font-size: .875rem; line-height: 1.42; }
  .comparison-table td span { width: 22px; height: 22px; display: grid; margin: 0 0 8px; font-size: .9rem; }
  .feature-checklist { grid-template-columns: 1fr; }
  .feature-checklist li, .feature-checklist li:nth-child(even) { padding: 16px 0; border-left: 0; }
  .launch-feature { grid-template-columns: 1fr; }
  .launch-copy { padding: 44px 26px; }
  .launch-media { min-height: 330px; }
  .feature-image { height: auto; min-height: 0; aspect-ratio: 1; }
  .system-offer { padding: 26px 20px; }
  .offer-stats { grid-template-columns: 1fr 1fr; }
  .offer-stats > div { padding: 18px 12px; }
  .offer-stats strong { font-size: 2.45rem; }
  .system-extras { grid-template-columns: 1fr; }
  .bundle-intro { padding: 20px; }
  .bundle-products { grid-template-columns: 1fr; }
  .bundle-product { gap: 22px; padding: 28px 20px; }
  .bundle-product:nth-child(even) { border-left: 0; }
  .bundle-product + .bundle-product { border-top: 1px solid var(--line); }
  .price-box { padding: 46px 26px; }
  .price-list { grid-template-columns: 1fr; }
  .price { font-size: clamp(6.8rem, 40vw, 9rem); }
  .purchase-bar { grid-template-columns: 1fr; padding: 20px; }
  .purchase-bar > strong, .purchase-bar small { grid-column: 1; }
  .purchase-bar > div { white-space: normal; }
  .footer-grid { grid-template-columns: 1fr; gap: 45px; }
  .mobile-cta { position: fixed; z-index: 120; right: 10px; bottom: 10px; left: 10px; height: 58px; display: flex; align-items: center; justify-content: space-between; padding: 10px 18px; border-radius: 999px; background: var(--blue); color: white; box-shadow: 0 12px 36px rgba(0,0,0,.25); text-decoration: none; }
  .mobile-cta span { font-size: .7rem; }
  .mobile-cta strong { font-size: .85rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}

/* Payment page */
.payment-body { min-height: 100vh; background: #eef3ff; }
.payment-site-header .nav-wrap { justify-content: space-between; }
.payment-back-link { color: var(--blue); font-size: .88rem; font-weight: 800; text-decoration: none; }
.payment-back-link:hover { text-decoration: underline; }
.payment-intro { padding: 78px 0 150px; background: var(--blue); color: white; }
.payment-intro-inner { max-width: 880px; text-align: center; }
.payment-intro .eyebrow { color: white; }
.payment-intro h1 { max-width: 820px; margin: 0 auto 22px; font-size: clamp(3rem, 7vw, 6.5rem); }
.payment-intro p:last-child { max-width: 640px; margin: 0 auto; color: rgba(255,255,255,.84); font-size: 1.08rem; }
.payment-intro strong { color: white; }
.payment-section { padding: 0 0 88px; }
.payment-shell { max-width: 820px; margin-top: -92px; }
.payment-card, .proof-card { position: relative; padding: 44px; border: 1px solid rgba(1,43,208,.18); background: white; box-shadow: 0 28px 80px rgba(23,25,31,.12); }
.payment-card::before, .proof-card::before { content: ""; position: absolute; inset: 12px; border: 1px solid rgba(1,43,208,.09); pointer-events: none; }
.payment-card > *, .proof-card > * { position: relative; z-index: 1; }
.payment-step-label { display: flex; align-items: center; justify-content: center; gap: 10px; color: var(--blue); font-size: .78rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.payment-step-label span { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; background: var(--blue); color: white; font-size: .82rem; }
.payment-amount { display: flex; align-items: flex-start; justify-content: center; margin: 34px 0 12px; color: var(--blue); font-family: Impact, Haettenschweiler, "Arial Narrow Bold", var(--display); font-size: clamp(7rem, 21vw, 11rem); font-weight: 950; letter-spacing: -.055em; line-height: .8; }
.payment-amount span { margin: 12px 10px 0 0; font-size: 1.5rem; letter-spacing: .02em; }
.payment-instruction { max-width: 580px; margin: 0 auto 32px; color: #454a55; font-size: 1.02rem; text-align: center; }
.qr-box { max-width: 430px; margin: 0 auto; padding: 18px; border: 1px solid var(--line); background: white; }
.qr-box img { width: 100%; display: block; margin-bottom: -17%; clip-path: inset(0 0 17% 0); }
.qr-box figcaption { padding: 16px 12px 4px; color: var(--muted); font-size: .82rem; line-height: 1.5; text-align: center; }
.qr-box figcaption strong { color: var(--ink); }
.payment-divider { display: flex; align-items: center; gap: 18px; margin: 38px 0; color: var(--muted); font-size: .75rem; font-weight: 900; letter-spacing: .12em; }
.payment-divider::before, .payment-divider::after { content: ""; flex: 1; height: 1px; background: var(--line); }
.bank-transfer { padding: 28px; background: var(--blue-soft); border: 1px solid rgba(1,43,208,.14); }
.bank-label { margin: 0 0 20px; color: var(--blue); font-family: var(--display); font-size: 1.05rem; text-align: center; text-transform: uppercase; }
.bank-details { display: grid; grid-template-columns: 1.35fr .7fr 1fr; }
.bank-details > div { padding: 4px 18px; }
.bank-details > div + div { border-left: 1px solid rgba(1,43,208,.18); }
.bank-details span, .bank-details strong { display: block; }
.bank-details span { margin-bottom: 6px; color: var(--muted); font-size: .7rem; text-transform: uppercase; }
.bank-details strong { color: var(--ink); font-size: .9rem; line-height: 1.35; overflow-wrap: anywhere; }
.bank-details .account-number { color: var(--blue); font-size: 1.05rem; letter-spacing: .03em; }
.proof-card { margin-top: 22px; background: var(--ink); color: white; text-align: center; }
.proof-card::before { border-color: rgba(255,255,255,.12); }
.proof-card .payment-step-label { color: #7ee2a8; }
.proof-card .payment-step-label span { background: #118846; }
.proof-card h2 { max-width: none; margin: 26px 0; font-size: clamp(2rem, 4vw, 3.8rem); }
.payment-checklist { max-width: 560px; display: grid; gap: 12px; margin: 0 auto 30px; padding: 0; counter-reset: payment-steps; list-style: none; text-align: left; }
.payment-checklist li { position: relative; padding: 14px 18px 14px 52px; border: 1px solid rgba(255,255,255,.15); color: rgba(255,255,255,.88); }
.payment-checklist li::before { counter-increment: payment-steps; content: counter(payment-steps); position: absolute; left: 16px; width: 24px; height: 24px; display: grid; place-items: center; border-radius: 50%; background: rgba(126,226,168,.16); color: #7ee2a8; font-size: .72rem; font-weight: 900; }
.whatsapp-payment-button { width: 100%; min-height: 68px; display: flex; align-items: center; justify-content: center; border-color: #118846; background: #118846; color: white; font-size: .92rem; box-shadow: 0 14px 32px rgba(17,136,70,.3); }
.whatsapp-payment-button:hover { border-color: #0d703a; background: #0d703a; transform: translateY(-2px); }
.delivery-note { max-width: 600px; margin: 22px auto 0; color: rgba(255,255,255,.7); font-size: .85rem; line-height: 1.55; }
.payment-assurance { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 22px; border: 1px solid rgba(1,43,208,.18); background: white; }
.payment-assurance > div { padding: 22px 20px; text-align: center; }
.payment-assurance > div + div { border-left: 1px solid var(--line); }
.payment-assurance strong, .payment-assurance span { display: block; }
.payment-assurance strong { margin-bottom: 5px; color: var(--blue); font-family: var(--display); font-size: 1rem; }
.payment-assurance span { color: var(--muted); font-size: .72rem; line-height: 1.4; }
.payment-footer { padding: 36px 0; background: var(--ink); color: white; text-align: center; }
.payment-footer p { margin: 4px 0; color: #aeb3bf; font-size: .8rem; }
.payment-footer strong { color: white; }

@media (max-width: 760px) {
  .payment-body { padding-bottom: 0; }
  .payment-back-link { font-size: .78rem; }
  .payment-intro { padding: 60px 0 124px; }
  .payment-intro h1 { font-size: clamp(2.7rem, 13vw, 4.6rem); }
  .payment-shell { width: min(100% - 24px, 820px); margin-top: -74px; }
  .payment-card, .proof-card { padding: 34px 20px; }
  .payment-amount { font-size: clamp(7.4rem, 42vw, 9.5rem); }
  .qr-box { padding: 10px; }
  .bank-transfer { padding: 22px 16px; }
  .bank-details { grid-template-columns: 1fr; }
  .bank-details > div { padding: 13px 0; text-align: center; }
  .bank-details > div + div { border-top: 1px solid rgba(1,43,208,.18); border-left: 0; }
  .payment-assurance { grid-template-columns: 1fr; }
  .payment-assurance > div + div { border-top: 1px solid var(--line); border-left: 0; }
  .whatsapp-payment-button { padding: 16px 18px; line-height: 1.35; }
}
