:root {
  --blue: #2f66f3;
  --blue-dark: #0e2046;
  --blue-soft: #eaf0ff;
  --orange: #ff7626;
  --green: #24c86a;
  --green-dark: #13a852;
  --ink: #101a31;
  --muted: #647089;
  --page: #f4f6fb;
  --white: #ffffff;
  --line: #e4e8f1;
  --shadow: 0 16px 40px rgba(15, 35, 77, .10);
  --radius: 18px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--page);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.58;
  overflow-x: hidden;
}
body.modal-open { overflow: hidden; }
img { max-width: 100%; height: auto; display: block; }
.icon-sprite { position: absolute; width: 0; height: 0; overflow: hidden; pointer-events: none; }
.icon { display: inline-block; width: 1.25rem; height: 1.25rem; flex: 0 0 auto; vertical-align: middle; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.icon-filled { fill: currentColor; stroke-width: 1.5; }
.icon-box .icon, .step-icon .icon { width: 25px; height: 25px; }
.security .icon, .checks-grid .icon, .offer-list .icon { width: 14px; height: 14px; stroke-width: 2.5; }
.instant .icon { width: 16px; height: 16px; }
.split > *, .product-box > *, .pricing-grid > *, .feature-grid > *, .bonus-grid > *, .steps-grid > * { min-width: 0; }
a { color: inherit; }
.container { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }
.narrow { width: min(820px, calc(100% - 40px)); }
.center { text-align: center; }
.section { padding: 88px 0; }
.section h2, .final-cta-section h2 {
  margin: 0 0 18px;
  font-size: clamp(2rem, 4.5vw, 3.35rem);
  line-height: 1.08;
  letter-spacing: -.045em;
}
.section-lead { max-width: 680px; margin: 0 auto 36px; color: var(--muted); font-size: 1.08rem; }
.eyebrow { margin: 0 0 12px; color: var(--blue); font-size: .77rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow.orange { color: var(--orange); }
.eyebrow.light { color: #cddaff; }
.skip-link { position: fixed; left: 12px; top: -100px; z-index: 1000; background: #fff; padding: 10px 14px; border-radius: 8px; }
.skip-link:focus { top: 12px; }

.offer-strip { background: var(--blue); color: #fff; text-align: center; padding: 8px 16px; font-size: .78rem; letter-spacing: .02em; }
.hero { padding: 28px 0 70px; background: radial-gradient(circle at 50% 35%, #fff 0, #fbfcff 48%, #f4f6fb 100%); }
.hero-inner { text-align: center; }
.security { display: inline-flex; gap: 8px; align-items: center; margin-bottom: 22px; color: var(--orange); font-size: .74rem; font-weight: 900; letter-spacing: .1em; }
.security span { display: grid; place-items: center; width: 22px; height: 22px; color: #fff; background: var(--orange); border-radius: 50%; }
.hero h1 { max-width: 900px; margin: 0 auto 22px; font-size: clamp(2.35rem, 6vw, 5rem); line-height: .98; letter-spacing: -.065em; }
.hero h1 span { color: var(--blue); }
.hero-lead { max-width: 780px; margin: 0 auto; color: #4d5a74; font-size: clamp(1.03rem, 2vw, 1.24rem); }
.hero-product { width: min(860px, 100%); margin: 20px auto 16px; filter: drop-shadow(0 24px 28px rgba(16, 34, 72, .16)); }
.micro-copy { max-width: 650px; margin: 8px auto 20px; font-weight: 700; color: #34415a; }
.cta { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 58px; padding: 16px 30px; border-radius: 9px; background: linear-gradient(180deg, #2bd977 0%, var(--green) 100%); box-shadow: 0 10px 20px rgba(31, 193, 99, .24); color: #fff; text-align: center; text-decoration: none; font-weight: 900; font-size: .91rem; letter-spacing: .015em; transition: transform .2s ease, box-shadow .2s ease, filter .2s ease; }
.cta:hover { transform: translateY(-2px); box-shadow: 0 14px 24px rgba(31, 193, 99, .31); filter: saturate(1.08); }
.cta:focus-visible, button:focus-visible, summary:focus-visible, a:focus-visible { outline: 3px solid #ffb37e; outline-offset: 3px; }
.instant { display: flex; justify-content: center; align-items: center; gap: 7px; margin: 12px 0 0; color: #758097; font-size: .78rem; }
.social-proof { display: flex; justify-content: center; align-items: center; gap: 15px; margin-top: 26px; }
.social-proof strong, .social-proof small { display: block; text-align: left; }
.social-proof strong { font-size: .9rem; }
.social-proof small { color: var(--muted); font-size: .75rem; }
.avatar-stack { display: flex; flex: 0 0 auto; align-items: center; padding-left: 0; }
.avatar-stack img { flex: 0 0 44px; width: 44px; height: 44px; border: 3px solid #fff; border-radius: 50%; object-fit: cover; background: var(--blue-soft); box-shadow: 0 2px 5px rgba(16, 34, 72, .1); }
.avatar-stack img + img { margin-left: -10px; }

.problem-section { background: #fff; }
.split { display: grid; grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr); align-items: center; gap: 42px; }
.split h2 { font-size: clamp(2rem, 4vw, 3.15rem); }
.split p:not(.eyebrow) { color: #546078; }
.method-image { width: 100%; max-width: 100%; height: auto; object-fit: contain; filter: drop-shadow(0 22px 28px rgba(16, 32, 70, .14)); }

.feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 36px; text-align: left; }
.feature-card { min-height: 205px; padding: 24px; background: #fff; border: 1px solid var(--line); border-radius: 14px; box-shadow: 0 8px 28px rgba(31, 48, 89, .05); }
.icon-box { display: grid; place-items: center; width: 44px; height: 44px; margin-bottom: 20px; border-radius: 10px; background: var(--blue-soft); color: var(--blue); font-weight: 900; }
.feature-card h3 { margin: 0 0 8px; font-size: 1rem; }
.feature-card p { margin: 0; color: var(--muted); font-size: .88rem; }

.timer-wrap { padding: 0 0 70px; }
.timer-card { padding: 42px; border-radius: 18px; background: linear-gradient(135deg, #2863f3, #3b7bff); color: #fff; text-align: center; box-shadow: 0 18px 38px rgba(47, 102, 243, .25); }
.timer-card > p:first-child { margin: 0; font-size: .68rem; font-weight: 900; letter-spacing: .14em; }
.timer-card h2 { margin: 5px 0 24px; font-size: clamp(1.55rem, 4vw, 2.7rem); }
.countdown { display: flex; align-items: center; justify-content: center; gap: 12px; }
.countdown div { display: grid; place-items: center; width: 94px; padding: 9px; border-radius: 12px; background: var(--orange); box-shadow: inset 0 -4px 0 rgba(111, 38, 0, .12); }
.countdown strong { font-size: 2.15rem; line-height: 1; }
.countdown span { font-size: .55rem; font-weight: 800; letter-spacing: .1em; }
.countdown b { font-size: 2rem; }
.timer-copy { margin: 20px 0 18px; color: #e1e8ff; }

.ideal-section { padding-top: 20px; }
.checks-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 28px; text-align: left; }
.checks-grid div { display: flex; gap: 10px; align-items: flex-start; padding: 15px 16px; background: #fff; border: 1px solid var(--line); border-radius: 10px; font-size: .92rem; font-weight: 650; }
.checks-grid span, .offer-list span { flex: 0 0 auto; display: grid; place-items: center; width: 20px; height: 20px; border-radius: 50%; background: #dcfaea; color: var(--green-dark); font-weight: 900; }

.method-section { background: #fff; }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 38px; }
.step-card { position: relative; padding: 32px 25px; border: 1px solid var(--line); border-radius: 16px; text-align: left; box-shadow: 0 12px 30px rgba(19, 39, 85, .06); overflow: hidden; }
.step-card.featured { color: #fff; background: var(--blue); border-color: var(--blue); transform: translateY(-8px); }
.step-number { position: absolute; top: 14px; right: 18px; color: rgba(47, 102, 243, .15); font-weight: 950; font-size: 2.7rem; }
.featured .step-number { color: rgba(255,255,255,.2); }
.step-icon { display: grid; place-items: center; width: 48px; height: 48px; margin-bottom: 18px; border-radius: 12px; background: var(--blue-soft); color: var(--blue); }
.featured .step-icon { background: rgba(255,255,255,.16); color: #fff; }
.step-card h3 { margin: 0 0 8px; font-size: 1.35rem; }
.step-card p { margin: 0; color: var(--muted); font-size: .9rem; }
.featured p { color: #e2eaff; }
.before-after { display: grid; grid-template-columns: 1fr auto 1fr; gap: 18px; align-items: center; margin-top: 36px; padding: 20px; border-radius: 14px; background: #f7f9fe; }
.before-after div { padding: 15px; border-radius: 10px; background: #fff; }
.before-after small { display: block; margin-bottom: 4px; color: var(--orange); font-weight: 900; letter-spacing: .12em; }
.before-after span { color: var(--blue); font-size: 1.8rem; font-weight: 900; }
.comparison-arrow { display: grid; place-items: center; }
.comparison-arrow .icon { width: 28px; height: 28px; }

.topics-section { background: linear-gradient(180deg, #f4f6fb, #eef2fa); }
.topic-list { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 30px; text-align: left; }
.topic-list div { display: flex; align-items: center; gap: 14px; padding: 16px; border-radius: 12px; background: #fff; font-weight: 750; box-shadow: 0 8px 22px rgba(18, 41, 91, .05); }
.topic-list span { color: var(--orange); font-weight: 950; }

.product-section { background: #fff; }
.product-box { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr); gap: 36px; align-items: center; margin-top: 40px; padding: 28px; border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--shadow); }
.product-box img { width: 100%; height: auto; object-fit: contain; margin: 0; }
.product-box h3 { margin: 12px 0 18px; font-size: 1.8rem; line-height: 1.12; }
.pill { display: inline-block; padding: 7px 10px; border-radius: 999px; color: var(--orange); background: #fff0e7; font-size: .68rem; font-weight: 900; letter-spacing: .11em; }
.offer-list { display: grid; gap: 11px; margin: 0 0 22px; padding: 0; list-style: none; text-align: left; }
.offer-list li { display: flex; align-items: flex-start; gap: 9px; color: #38445c; }
.offer-list.compact { gap: 9px; font-size: .9rem; }

.bonuses-section { padding-bottom: 55px; }
.bundle-image { width: min(820px, 100%); max-width: 100%; height: auto; object-fit: contain; margin: 24px auto 40px; filter: drop-shadow(0 20px 26px rgba(16, 35, 76, .18)); }
.bonus-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; position: relative; }
.bonus-card { display: flex; flex-direction: column; padding: 26px; border-radius: 14px; border: 1px solid var(--line); background: #fff; text-align: left; box-shadow: 0 10px 25px rgba(23, 42, 81, .06); }
.bonus-card > span { color: var(--orange); font-size: .68rem; font-weight: 900; letter-spacing: .13em; }
.bonus-card h3 { margin: 8px 0 10px; line-height: 1.2; }
.bonus-card p { color: var(--muted); font-size: .9rem; }
.bonus-card b { margin-top: auto; color: var(--green-dark); font-size: .8rem; }

.pricing-section { padding-top: 55px; background: #fff; }
.pricing-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; align-items: stretch; width: min(920px, 100%); margin: 38px auto 0; text-align: left; }
.price-card { position: relative; display: flex; flex-direction: column; min-width: 0; padding: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 16px; background: #fff; box-shadow: 0 12px 34px rgba(19, 39, 84, .08); }
.price-card.best { border: 2px solid var(--blue); }
.price-content { display: flex; flex: 1; flex-direction: column; min-width: 0; padding: 28px; }
.best-badge { display: flex; flex: 0 0 auto; align-items: center; justify-content: center; gap: 8px; min-height: 44px; width: 100%; padding: 12px 18px; background: var(--blue); color: #fff; text-align: center; font-size: .78rem; font-weight: 900; line-height: 1.25; letter-spacing: .1em; }
.best-badge .icon { width: 16px; height: 16px; }
.price-head p { margin: 0; color: var(--orange); font-size: .68rem; font-weight: 900; letter-spacing: .12em; }
.price-head h3 { margin: 4px 0; font-size: 1.5rem; }
.price-head small { color: var(--muted); }
.price-card img { width: 100%; height: auto; aspect-ratio: 16 / 10; object-fit: contain; margin: 8px 0 5px; }
.price { margin-top: auto; }
.price del, .price small { display: block; color: var(--muted); }
.price strong { display: block; font-size: 3rem; line-height: 1.1; letter-spacing: -.05em; }
.price sup { font-size: 1rem; letter-spacing: 0; }
.price-card .cta { width: 100%; margin-top: 18px; }
.saving { margin: 10px 0 0; color: var(--green-dark); text-align: center; font-size: .8rem; font-weight: 800; }
.guarantee { display: grid; grid-template-columns: auto 1fr; gap: 20px; align-items: center; width: min(820px, 100%); margin: 36px auto 0; padding: 24px; border: 1px solid #cdebd9; border-radius: 14px; background: #f5fff8; text-align: left; }
.guarantee-seal { display: grid; place-items: center; width: 64px; height: 64px; border: 2px solid var(--green); border-radius: 50%; color: var(--green-dark); font-size: 1.4rem; font-weight: 950; }
.guarantee h3, .guarantee p { margin: 0; }
.guarantee p { color: var(--muted); font-size: .88rem; }

.testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 36px; text-align: left; }
blockquote { margin: 0; padding: 24px; border: 1px solid var(--line); border-radius: 14px; background: #fff; box-shadow: 0 8px 24px rgba(24, 42, 78, .05); }
blockquote p { color: #3e4a61; }
blockquote footer strong, blockquote footer span { display: block; }
blockquote footer span { color: var(--muted); font-size: .78rem; }
.stars { display: flex; align-items: center; gap: 3px; color: var(--orange); }
.stars .icon { width: 17px; height: 17px; }

.faq-section { background: #fff; }
.faq-list { display: grid; gap: 9px; margin-top: 30px; }
details { border: 1px solid var(--line); border-radius: 10px; background: #fff; overflow: hidden; }
summary { position: relative; padding: 18px 52px 18px 18px; cursor: pointer; list-style: none; font-weight: 800; }
summary::-webkit-details-marker { display: none; }
summary .icon { position: absolute; top: 50%; right: 18px; transform: translateY(-50%); color: var(--blue); transition: transform .2s ease; }
details[open] summary .icon { transform: translateY(-50%) rotate(180deg); }
details p { margin: 0; padding: 0 18px 18px; color: var(--muted); }

.final-cta-section { padding: 82px 0; color: #fff; background: linear-gradient(135deg, #2258df, #3978ff); }
.final-cta-section p:not(.eyebrow):not(.instant) { max-width: 650px; margin: 0 auto 24px; color: #e0e7ff; }
.instant.light { color: #d8e2ff; }
.site-footer { padding: 35px 0 90px; color: #9aa7c1; background: #0d1830; }
.site-footer strong { color: #fff; }
.site-footer p { margin: 6px 0; font-size: .78rem; }
.site-footer .legal { max-width: 760px; margin: 12px auto 0; font-size: .7rem; }

.mobile-sticky { display: none; position: fixed; left: 0; right: 0; bottom: 0; z-index: 80; padding: 10px 12px calc(10px + env(safe-area-inset-bottom)); background: rgba(255,255,255,.96); border-top: 1px solid var(--line); box-shadow: 0 -8px 24px rgba(10, 27, 61, .1); }
.mobile-sticky a { display: flex; align-items: center; justify-content: center; gap: 10px; padding: 14px 16px; border-radius: 8px; background: var(--green); color: #fff; text-align: center; text-decoration: none; font-size: .8rem; font-weight: 900; }

.modal { position: fixed; inset: 0; z-index: 200; display: none; align-items: center; justify-content: center; padding: 16px; }
.modal.is-open { display: flex; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(9, 18, 37, .72); backdrop-filter: blur(5px); }
.modal-panel { position: relative; width: min(620px, 100%); max-height: calc(100vh - 32px); overflow-y: auto; padding: 36px 38px 28px; border-radius: 18px; background: #fff; text-align: center; box-shadow: 0 30px 80px rgba(0,0,0,.36); }
.modal-close { position: absolute; top: 12px; right: 14px; display: grid; place-items: center; width: 36px; height: 36px; border: 0; border-radius: 50%; color: #5d687c; background: transparent; cursor: pointer; }
.modal-panel h2 { margin: 0 auto 15px; font-size: clamp(1.55rem, 4vw, 2.25rem); line-height: 1.08; letter-spacing: -.04em; }
.modal-panel > p:not(.eyebrow) { color: var(--muted); }
.downsell-price { display: grid; justify-items: center; margin: 18px 0; }
.downsell-price del { color: #7d8799; }
.downsell-price span { margin: -3px 0 -5px; font-size: .78rem; }
.downsell-price strong { font-size: 3.45rem; line-height: 1; letter-spacing: -.06em; }
.downsell-price sup { font-size: 1.15rem; letter-spacing: 0; }
.downsell-price em { padding: 4px 10px; border-radius: 99px; background: #ddfae8; color: var(--green-dark); font-size: .74rem; font-style: normal; font-weight: 800; }
.downsell-box { margin: 18px 0 22px; padding: 19px; border-radius: 13px; background: #f6f8fc; }
.downsell-box h3 { margin: 0 0 12px; text-align: left; font-size: .78rem; text-transform: uppercase; letter-spacing: .1em; }
.modal-panel .cta { width: 100%; }
.modal-decline { display: block; margin: 14px 0 0; min-height: 44px; padding: 8px 0; border: 0; background: transparent; color: #657087; font-size: .85rem; line-height: 1.5; text-align: center; text-decoration: underline; cursor: pointer; }

@media (max-width: 860px) {
  .section { padding: 66px 0; }
  .feature-grid { grid-template-columns: 1fr 1fr; }
  .split, .product-box { grid-template-columns: 1fr; }
  .split > div { text-align: center; }
  .method-image { width: 100%; max-width: min(680px, 100%); margin: 0 auto; }
  .product-box img { margin: 0 auto; }
  .testimonial-grid, .bonus-grid { grid-template-columns: 1fr; }
  .bundle-image { margin-bottom: 32px; }
}

@media (max-width: 650px) {
  body { font-size: 16px; }
  .container, .narrow { width: min(100% - 28px, 1120px); }
  .offer-strip { font-size: .7rem; }
  .hero { padding: 22px 0 50px; }
  .hero h1 { font-size: 2.42rem; }
  .hero-lead { font-size: 1rem; }
  .hero-product { width: 100%; max-width: 100%; margin: 20px auto 16px; }
  .cta { width: 100%; min-height: 56px; padding: 15px 18px; font-size: .8rem; }
  .social-proof { flex-direction: column; gap: 8px; }
  .social-proof strong, .social-proof small { text-align: center; }
  .section { padding: 58px 0; }
  .section h2, .final-cta-section h2 { font-size: 2rem; }
  .feature-grid, .steps-grid, .checks-grid, .topic-list, .pricing-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: 0; }
  .timer-wrap { padding-bottom: 50px; }
  .timer-card { width: calc(100% - 28px); padding: 34px 18px; }
  .step-card.featured { transform: none; }
  .before-after { grid-template-columns: 1fr; }
  .before-after > span { transform: rotate(90deg); }
  .product-box { padding: 20px; }
  .product-box img { margin: 0 auto; }
  .bundle-image { width: 100%; max-width: 100%; margin: 24px auto 32px; }
  .pricing-grid { gap: 35px; }
  .price-content { padding: 24px 20px; }
  .guarantee { grid-template-columns: 1fr; text-align: center; }
  .guarantee-seal { margin: 0 auto; }
  .final-cta-section { padding: 64px 0; }
  .mobile-sticky { display: block; }
  .modal-panel { padding: 34px 20px 24px; }
  .modal-panel h2 { font-size: 1.65rem; }
  .downsell-price strong { font-size: 3rem; }
}

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