:root {
  --navy: #172354;
  --navy-deep: #10183d;
  --ink: #111127;
  --muted: #5f626e;
  --purple: #7551f2;
  --purple-dark: #5b38df;
  --green: #08bd2d;
  --white: #ffffff;
  --surface: #f7f8ff;
  --border: rgba(117, 81, 242, .34);
  --shadow: 0 18px 55px rgba(28, 34, 78, .12);
  --radius: 24px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.55;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
h1, h2, h3 { margin: 0; font-family: Outfit, Inter, sans-serif; line-height: 1.06; letter-spacing: -.025em; }
h1 { font-size: clamp(2.55rem, 5vw, 4.6rem); font-weight: 800; }
h2 { font-size: clamp(2.1rem, 4vw, 3.55rem); font-weight: 750; }
h3 { font-size: 1.18rem; }
p { margin: 0; }

.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; background: #fff; color: #000; padding: .75rem 1rem; border-radius: .5rem; }
.skip-link:focus { top: 1rem; }
.container { width: min(calc(100% - 32px), var(--container)); margin-inline: auto; }
.narrow { max-width: 900px; }
.center { text-align: center; }
.section { padding: clamp(72px, 9vw, 120px) 0; position: relative; }
.section-kicker { margin-bottom: 18px; color: var(--purple); font-weight: 800; }
.section-kicker.light { color: #d8d0ff; }
.section-lead { max-width: 790px; margin: 22px auto 0; color: var(--muted); font-size: 1.08rem; }
.light-text { color: rgba(255,255,255,.78); }
.dark { color: white; background: var(--navy); }

.hero { min-height: 720px; position: relative; display: grid; align-items: center; padding: 42px 0 60px; overflow: hidden; background: radial-gradient(circle at 8% 10%, #cfd8ff 0, rgba(219,225,255,.58) 12%, transparent 34%), #fff; }
.hero-grid { display: grid; grid-template-columns: 1.03fr .97fr; gap: 24px; align-items: center; }
.hero-copy { position: relative; z-index: 3; padding-block: 32px; }
.eyebrow { display: inline-flex; margin-bottom: 18px; padding: 8px 14px; border-radius: 999px; color: #5536d3; background: #f0edff; font-size: .86rem; font-weight: 800; letter-spacing: .02em; }
.hero h1 span { color: var(--purple); }
.hero-subtitle { max-width: 690px; margin: 24px 0 30px; color: #555862; font-size: clamp(1rem, 1.55vw, 1.18rem); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 52px; padding: 14px 25px; border-radius: 999px; border: 0; text-decoration: none; font-weight: 800; text-align: center; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, .video-card:focus-visible, summary:focus-visible { outline: 3px solid #ffd84d; outline-offset: 4px; }
.button-primary { color: white; background: linear-gradient(135deg, #835fff, #663fea); box-shadow: 0 12px 25px rgba(105, 65, 235, .32); }
.button-primary:hover { box-shadow: 0 16px 34px rgba(105, 65, 235, .4); }
.micro-benefits { display: flex; flex-wrap: wrap; gap: 10px 25px; padding: 0; margin: 18px 0 0; list-style: none; color: #5c606a; font-size: .86rem; }
.micro-benefits li::before, .offer-list li::before, .niche-list li::before { content: "✓"; color: #12c946; font-weight: 900; margin-right: 8px; }
.hero-visual { position: relative; min-height: 610px; display: grid; place-items: center; z-index: 2; }
.hero-mockup { position: relative; z-index: 2; width: min(100%, 540px); filter: drop-shadow(0 28px 30px rgba(13, 25, 69, .2)); transform-origin: 50% 60%; animation: mockupFloat 5.5s ease-in-out infinite; }
.mockup-aura { position: absolute; width: 72%; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle, rgba(95,208,230,.24), rgba(117,81,242,.11) 45%, transparent 70%); filter: blur(6px); animation: auraPulse 4s ease-in-out infinite; }
.floating-chip { position: absolute; z-index: 4; padding: 10px 16px; border: 1px solid rgba(255,255,255,.8); border-radius: 999px; background: rgba(255,255,255,.78); box-shadow: 0 12px 28px rgba(26,36,78,.13); backdrop-filter: blur(10px); color: #3e2b98; font-weight: 800; font-size: .84rem; animation: chipFloat 4.6s ease-in-out infinite; }
.chip-one { left: 4%; top: 26%; }
.chip-two { right: 3%; bottom: 24%; animation-delay: -2s; }
.chip-three { right: 8%; top: 12%; animation-delay: -1s; }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(2px); pointer-events: none; }
.hero-glow-one { right: -140px; top: -180px; width: 460px; height: 460px; background: radial-gradient(circle, rgba(102,215,232,.15), transparent 70%); }
.hero-glow-two { left: 42%; bottom: -300px; width: 520px; height: 520px; background: radial-gradient(circle, rgba(117,81,242,.12), transparent 70%); }
@keyframes mockupFloat { 0%,100% { transform: translateY(0) rotate(-.3deg); } 50% { transform: translateY(-15px) rotate(1.1deg); } }
@keyframes auraPulse { 0%,100% { transform: scale(.96); opacity: .75; } 50% { transform: scale(1.06); opacity: 1; } }
@keyframes chipFloat { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-9px); } }

.problem h2 { max-width: 980px; margin-inline: auto; }
.pain-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 48px; }
.info-card { min-height: 190px; padding: 28px; border: 2px solid var(--border); border-radius: 20px; background: white; box-shadow: 0 10px 30px rgba(31, 35, 70, .04); }
.info-card p { margin-top: 10px; color: var(--muted); }
.line-icon { display: grid; place-items: center; width: 40px; height: 40px; margin-bottom: 18px; border: 2px solid #7a5cf1; border-radius: 12px; color: #7152ef; font-size: 1.25rem; font-weight: 900; }
.imagine-banner { margin-top: 22px; padding: 23px 30px; border-radius: 17px; background: var(--navy); color: white; text-align: center; }
.imagine-banner span { display: block; margin-top: 5px; color: rgba(255,255,255,.77); }

.wave { height: 72px; position: relative; z-index: 2; background-size: 100% 100%; background-repeat: no-repeat; }
.wave-to-dark { margin-bottom: -1px; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 100' preserveAspectRatio='none'%3E%3Cpath d='M0 56C170 22 285 86 454 49c160-35 232-14 368 10 167 29 250-57 430-11 76 19 133 20 188 8v44H0Z' fill='%23172354'/%3E%3Cpath d='M0 53c170-34 285 30 454-7 160-35 232-14 368 10 167 29 250-57 430-11 76 19 133 20 188 8' fill='none' stroke='%23172354' stroke-width='3'/%3E%3C/svg%3E"); }
.wave-to-light { margin-top: -1px; background-color: var(--navy); background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 100' preserveAspectRatio='none'%3E%3Cpath d='M0 44C170 78 285 14 454 51c160 35 232 14 368-10 167-29 250 57 430 11 76-19 133-20 188-8v56H0Z' fill='%23ffffff'/%3E%3Cpath d='M0 44c170 34 285-30 454 7 160 35 232 14 368-10 167-29 250 57 430 11 76-19 133-20 188-8' fill='none' stroke='%23ffffff' stroke-width='3'/%3E%3C/svg%3E"); }
.solution { padding-top: 70px; }
.solution h2 { max-width: 800px; margin-inline: auto; }
.gallery-intro { margin-top: 34px; color: rgba(255,255,255,.7); }
.niche-gallery { display: grid; grid-template-columns: repeat(5, 1fr); gap: 22px; margin-top: 48px; }
.niche-card { margin: 0; position: relative; transition: transform .25s ease; }
.niche-card:hover { transform: translateY(-8px); }
.niche-card img { width: 100%; border-radius: 24px; filter: drop-shadow(0 18px 20px rgba(3,9,31,.3)); }
.all-niches { margin-top: 85px; text-align: center; }
.all-niches h3 { margin-bottom: 34px; font-size: 1.35rem; }
.niche-list { display: grid; grid-template-columns: repeat(4, 1fr); gap: 36px; text-align: left; }
.niche-list ul { margin: 0; padding: 0; list-style: none; }
.niche-list li { margin: 7px 0; color: rgba(255,255,255,.92); font-size: .93rem; }
.niche-list li::before { color: #fff; }
.button-outline-light { margin-top: 42px; border: 2px solid rgba(255,255,255,.85); color: #fff; background: rgba(255,255,255,.06); }
.button-outline-light:hover { background: white; color: var(--navy); }

.how { padding-bottom: 55px; }
.steps-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 42px; }
.step-card { position: relative; padding: 20px; border: 1px solid var(--border); border-radius: 18px; background: #fff; }
.step-number { display: grid; place-items: center; width: 44px; height: 44px; margin-bottom: 20px; border-radius: 13px; background: #f0eaff; color: #7528f5; font-size: 1rem; font-weight: 800; line-height: 1; }
.step-card p { margin-top: 8px; color: var(--muted); }
.bonuses { padding-top: 65px; }
.bonus-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin: 42px auto 35px; }
.bonus-card { width: 100%; border-radius: 18px; box-shadow: var(--shadow); }
.testimonials { padding-top: 70px; }
.video-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 46px; max-width: 1040px; margin: 45px auto 0; }
.video-card { position: relative; aspect-ratio: 9/16; padding: 0; overflow: hidden; border: 3px solid rgba(255,255,255,.9); border-radius: 26px; background: radial-gradient(circle at 50% 38%, #172046, #03040b 72%); box-shadow: 0 0 24px rgba(255,255,255,.45); cursor: pointer; }
.video-thumbnail { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.video-label { position: absolute; top: 20px; left: 20px; padding: 6px 10px; border-radius: 8px; background: rgba(0,0,0,.65); color: #fff; font: 700 .9rem Inter, sans-serif; }
iframe.video-card { width: 100%; height: auto; }
.video-card iframe { width: 100%; height: 100%; border: 0; }
.play { position: absolute; inset: 50% auto auto 50%; transform: translate(-50%,-50%); display: grid; place-items: center; width: 72px; height: 72px; padding-left: 5px; border-radius: 50%; color: white; background: #ff003b; box-shadow: 0 12px 30px rgba(255,0,59,.35); font-size: 1.7rem; }

.offer { padding-top: 75px; }
.offer-stack { display: grid; justify-items: center; }
.offer-heading { width: min(100%, 1000px); }
.offer-content { display: grid; justify-items: center; width: min(100%, 650px); margin-top: 30px; text-align: center; }
.offer-list { margin: 4px 0 30px; padding: 0; list-style: none; font-weight: 650; text-align: left; }
.offer-list li { margin: 8px 0; }
.button-buy { min-width: 450px; min-height: 62px; color: #fff; background: linear-gradient(180deg, #0bcf36, #05ae28); box-shadow: 0 14px 28px rgba(7,190,48,.25); font-size: 1.2rem; }
.offer-trust { margin: 12px 0 0; color: #525866; font-size: .96rem; font-weight: 700; }
.urgency { display: grid; justify-items: center; gap: 6px; width: min(100%, 360px); margin-top: 16px; }
.urgency strong { font-weight: 700; }
.urgency span { color: #666; font-size: .9rem; }
.timer { display: grid; grid-template-columns: auto auto auto auto; gap: 6px 9px; align-items: baseline; margin-top: 3px; }
.timer b { font-family: Outfit, sans-serif; font-size: 1.4rem; }
.timer small { color: #666; }
.price-art { width: min(100%, 600px); justify-self: center; }

.clean-divider { position: relative; z-index: 2; height: 44px; }
.clean-divider-to-dark { margin-bottom: -1px; background: linear-gradient(177deg, #fff 0 49%, var(--navy) 50% 100%); }
.clean-divider-to-light { margin-top: -1px; background: linear-gradient(177deg, var(--navy) 0 49%, #fff 50% 100%); }
.guarantee { padding: 55px 0 65px; }
.guarantee-grid { display: grid; grid-template-columns: .75fr 1.25fr; align-items: center; gap: 55px; }
.guarantee-seal { width: min(100%, 380px); justify-self: center; }
.guarantee p { margin-top: 20px; color: rgba(255,255,255,.82); font-size: 1.08rem; }
.faq { padding-top: 65px; }
.faq-wrap { max-width: 860px; }
.accordion { margin-top: 36px; border-top: 1px solid #d9dbe3; }
.accordion details { border-bottom: 1px solid #d9dbe3; }
.accordion summary { position: relative; padding: 20px 46px 20px 4px; list-style: none; cursor: pointer; font-weight: 700; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary::after { content: "+"; position: absolute; right: 8px; top: 16px; color: var(--purple); font-size: 1.45rem; }
.accordion details[open] summary::after { content: "−"; }
.accordion details p { padding: 0 48px 20px 4px; color: var(--muted); }

.footer { padding: 72px 0 28px; color: white; background: #050505; }
.footer-grid { display: grid; grid-template-columns: .9fr 1.15fr .95fr; gap: 50px; align-items: center; }
.footer-logo { width: 190px; height: auto; object-fit: contain; object-position: left center; }
.secure-badge { width: 190px; margin-top: 15px; }
.footer-cta { text-align: center; }
.footer-cta p { margin: 8px 0 18px; color: #bbb; }
.footer-contact { display: grid; gap: 8px; }
.footer-contact h3 { margin-bottom: 10px; }
.footer-contact a { color: #d6d6d6; text-decoration: none; }
.footer-contact a:hover { color: white; text-decoration: underline; }
.legal { margin-top: 55px; padding-top: 22px; border-top: 1px solid #383838; text-align: center; color: #a8a8a8; font-size: .83rem; }
.legal a { margin: 0 8px; color: #d0d0d0; }
.legal p { margin-top: 16px; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 980px) {
  .hero { min-height: auto; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { text-align: center; }
  .hero-subtitle { margin-inline: auto; }
  .micro-benefits { justify-content: center; }
  .hero-visual { min-height: 500px; margin-top: -35px; }
  .hero-mockup { width: min(82vw, 500px); }
  .pain-grid { grid-template-columns: 1fr; }
  .niche-gallery { grid-template-columns: repeat(3, 1fr); }
  .niche-list { grid-template-columns: repeat(2, 1fr); }
  .steps-grid { grid-template-columns: repeat(2, 1fr); }
  .urgency { margin-inline: auto; }
  .footer-grid { grid-template-columns: 1fr; text-align: center; }
  .footer-logo, .secure-badge { margin-inline: auto; object-position: center; }
  .footer-contact { justify-items: center; }
}

@media (max-width: 700px) {
  body { font-size: 16px; }
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section { padding: 66px 0; }
  .hero { padding-top: 20px; }
  .hero-grid { gap: 0; }
  .hero-copy { padding-top: 28px; }
  .hero h1 { font-size: clamp(2.35rem, 11vw, 3.45rem); }
  .hero-subtitle { font-size: 1rem; }
  .hero-visual { min-height: 420px; margin-top: -12px; }
  .floating-chip { padding: 8px 12px; font-size: .73rem; }
  .chip-one { left: 0; top: 24%; }
  .chip-two { right: 0; bottom: 20%; }
  .chip-three { right: 0; top: 10%; }
  .micro-benefits { display: grid; gap: 7px; text-align: left; justify-content: center; }
  .button { width: 100%; }
  .info-card { min-height: auto; }
  .imagine-banner { padding: 22px 18px; }
  .wave { height: 45px; }
  .niche-gallery { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .all-niches { margin-top: 58px; }
  .niche-list { grid-template-columns: 1fr 1fr; gap: 18px; }
  .niche-list li { font-size: .82rem; }
  .steps-grid { grid-template-columns: 1fr; }
  .step-card { min-height: auto; padding: 22px; }
  .offer-content { margin-top: 22px; }
  .bonus-grid { grid-template-columns: 1fr; gap: 18px; padding: 0; }
  .bonus-card { width: 100%; }
  .video-grid { grid-template-columns: 1fr; max-width: 330px; gap: 30px; }
  .button-buy { min-width: 0; }
  .guarantee-grid { grid-template-columns: 1fr; gap: 15px; text-align: center; }
  .guarantee-seal { width: 240px; }
  .clean-divider { height: 28px; }
  .accordion summary { font-size: .98rem; }
}

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