:root {
  --teal: #159c9a;
  --teal-dark: #087a78;
  --coral: #ff6b5e;
  --yellow: #ffc83d;
  --blue: #55b6e7;
  --violet: #7c67c7;
  --ink: #273444;
  --muted: #667085;
  --cream: #fff9ed;
  --mint: #eef8f7;
  --line: #d4e0e5;
  --white: #fff;
  --shadow: 0 22px 65px rgba(31, 57, 67, .12);
  --shadow-soft: 0 12px 34px rgba(31, 57, 67, .09);
  --radius: 24px;
  --container: 1160px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.12; letter-spacing: -.03em; }
h1 { font-size: clamp(2.65rem, 6vw, 5rem); margin-bottom: 22px; }
h2 { font-size: clamp(2rem, 4vw, 3.35rem); margin-bottom: 20px; }
h3 { font-size: 1.2rem; margin-bottom: 8px; }
p { color: var(--muted); }
.container { width: min(var(--container), calc(100% - 40px)); margin-inline: auto; }
.narrow { width: min(900px, calc(100% - 40px)); }
.section { padding: 100px 0; }
.skip-link { position: fixed; left: 12px; top: -60px; z-index: 999; padding: 10px 16px; background: var(--ink); color: #fff; border-radius: 8px; }
.skip-link:focus { top: 12px; }

.topbar { padding: 9px 18px; text-align: center; font-size: .76rem; font-weight: 800; letter-spacing: .08em; color: #fff; background: var(--teal-dark); }
.topbar span { color: var(--yellow); margin: 0 10px; }
.site-header { position: sticky; top: 0; z-index: 80; border-bottom: 1px solid rgba(212, 224, 229, .7); background: rgba(255, 255, 255, .93); backdrop-filter: blur(14px); }
.nav-wrap { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: var(--ink); text-decoration: none; font-size: .9rem; line-height: 1.1; }
.brand-mark { width: 41px; height: 41px; display: grid; place-items: center; border-radius: 13px; background: var(--yellow); color: var(--ink); box-shadow: 0 7px 20px rgba(255, 200, 61, .35); }
.brand strong { color: var(--teal-dark); font-size: 1rem; }

.button { display: inline-flex; min-height: 56px; align-items: center; justify-content: center; gap: 8px; padding: 15px 25px; border: 0; border-radius: 15px; font-size: .91rem; font-weight: 900; letter-spacing: .025em; text-align: center; text-decoration: none; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible { outline: 4px solid rgba(85, 182, 231, .35); outline-offset: 3px; }
.button-primary { color: var(--ink); background: var(--yellow); box-shadow: 0 14px 28px rgba(255, 180, 20, .26); }
.button-primary:hover { background: #ffd45c; box-shadow: 0 18px 34px rgba(255, 180, 20, .33); }
.button-small { min-height: 44px; padding: 11px 18px; border-radius: 12px; color: var(--white); background: var(--coral); box-shadow: 0 10px 25px rgba(255, 107, 94, .24); }
.button-full { width: 100%; }
.button-light { color: var(--teal-dark); background: var(--white); box-shadow: 0 15px 35px rgba(0, 0, 0, .14); }

.hero { position: relative; overflow: hidden; padding: 82px 0 88px; background: linear-gradient(135deg, #fffdf6 0%, var(--cream) 55%, #e9f9f8 100%); }
.hero-grid { display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 48px; }
.hero-copy, .hero-visual { position: relative; z-index: 2; }
.eyebrow, .section-kicker { display: inline-block; margin-bottom: 16px; color: var(--teal-dark); font-size: .76rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.hero h1 { max-width: 680px; }
.hero h1::after { content: ""; display: block; width: 118px; height: 8px; margin-top: 18px; border-radius: 99px; background: linear-gradient(90deg, var(--coral), var(--yellow)); }
.hero-lead { max-width: 680px; font-size: clamp(1.12rem, 2vw, 1.38rem); color: #4b5a6a; }
.hero-points { display: grid; gap: 9px; margin: 26px 0 30px; padding: 0; list-style: none; }
.hero-points li { position: relative; padding-left: 31px; font-weight: 650; color: #425160; }
.hero-points li::before { content: "✓"; position: absolute; left: 0; top: 1px; width: 21px; height: 21px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--teal); font-size: .72rem; }
.hero-offer { display: flex; align-items: center; gap: 18px; }
.hero-offer > div { min-width: 120px; display: flex; flex-direction: column; }
.hero-offer span { color: var(--muted); font-size: .73rem; text-transform: uppercase; letter-spacing: .08em; }
.hero-offer strong { color: var(--coral); font-size: 2rem; line-height: 1.05; }
.microcopy { margin: 13px 0 0; font-size: .77rem; }
.hero-visual { padding: 18px; transform: rotate(1.2deg); border: 1px solid rgba(212, 224, 229, .9); border-radius: 30px; background: rgba(255,255,255,.82); box-shadow: var(--shadow); }
.hero-visual img { border-radius: 20px; }
.value-badge { position: absolute; top: -28px; right: -15px; z-index: 3; width: 105px; height: 105px; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 7px solid #fff; border-radius: 50%; color: var(--ink); background: var(--yellow); box-shadow: var(--shadow-soft); transform: rotate(6deg); }
.value-badge strong { font-size: 1.85rem; line-height: 1; }
.value-badge span { font-size: .72rem; font-weight: 800; }
.hero-doodle { position: absolute; border-radius: 50%; opacity: .45; filter: blur(1px); }
.hero-doodle-one { width: 320px; height: 320px; right: -170px; top: 50px; border: 48px solid var(--blue); }
.hero-doodle-two { width: 210px; height: 210px; left: -130px; bottom: -90px; border: 36px solid var(--coral); }

.quick-trust { position: relative; z-index: 4; margin-top: -34px; }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); border-radius: 20px; background: #fff; box-shadow: var(--shadow-soft); overflow: hidden; }
.trust-grid > div { display: flex; align-items: center; gap: 12px; padding: 22px; border-right: 1px solid var(--line); }
.trust-grid > div:last-child { border-right: 0; }
.trust-grid p { margin: 0; font-size: .82rem; line-height: 1.35; }
.trust-grid strong { color: var(--ink); }
.trust-icon { flex: 0 0 40px; height: 40px; display: grid; place-items: center; border-radius: 12px; color: var(--teal-dark); background: var(--mint); font-size: .76rem; font-weight: 900; }

.section-heading { max-width: 780px; margin: 0 auto 50px; text-align: center; }
.section-heading p { max-width: 670px; margin-inline: auto; }
.problem-section { padding-top: 125px; text-align: center; }
.problem-section > .narrow > p { max-width: 790px; margin-inline: auto; }
.pain-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin: 42px 0 28px; text-align: left; }
.pain-grid article { display: flex; align-items: center; gap: 16px; padding: 20px; border: 1px solid var(--line); border-radius: 16px; background: var(--white); box-shadow: var(--shadow-soft); }
.pain-grid span { flex: 0 0 42px; height: 42px; display: grid; place-items: center; border-radius: 13px; color: #fff; background: var(--coral); font-size: .8rem; font-weight: 900; }
.pain-grid p { margin: 0; color: #445263; font-weight: 650; }
.reassurance { padding: 20px 26px; border-radius: 16px; color: var(--teal-dark) !important; background: var(--mint); font-weight: 800; }

.solution-section { background: var(--mint); }
.split-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 70px; }
.image-frame { padding: 15px; border-radius: 28px; background: #fff; box-shadow: var(--shadow); transform: rotate(-1.5deg); }
.image-frame img { border-radius: 18px; }
.solution-copy p { font-size: 1.04rem; }
.steps-inline { display: flex; flex-wrap: wrap; align-items: center; gap: 9px; margin: 30px 0; }
.steps-inline span { padding: 9px 12px; border-radius: 10px; color: var(--teal-dark); background: #fff; font-size: .72rem; font-weight: 900; box-shadow: var(--shadow-soft); }
.steps-inline b { color: var(--coral); }

.previews-section { background: #fff; }
.preview-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 14px; align-items: end; }
.preview-grid figure { margin: 0; padding: 9px 9px 13px; border: 1px solid var(--line); border-radius: 14px; background: #fff; box-shadow: var(--shadow-soft); transition: transform .25s ease, box-shadow .25s ease; }
.preview-grid figure:nth-child(2n) { transform: translateY(18px); }
.preview-grid figure:hover { transform: translateY(-8px) rotate(-1deg); box-shadow: var(--shadow); }
.preview-grid img { width: 100%; border-radius: 8px; }
.preview-grid figcaption { padding-top: 10px; text-align: center; color: var(--ink); font-size: .72rem; font-weight: 800; }
.gallery-note { margin-top: 42px; text-align: center; font-size: .8rem; }

.categories-section { color: #fff; background: var(--teal-dark); }
.light-heading h2, .categories-section .section-kicker { color: #fff; }
.category-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.category-grid article { display: flex; gap: 16px; padding: 22px; border: 1px solid rgba(255,255,255,.15); border-radius: 17px; background: rgba(255,255,255,.075); }
.category-grid article > span { flex: 0 0 39px; color: var(--yellow); font-size: .8rem; font-weight: 900; }
.category-grid h3 { margin-bottom: 5px; color: #fff; font-size: 1.04rem; }
.category-grid p { margin: 0; color: rgba(255,255,255,.73); font-size: .87rem; }

.benefits-section { background: var(--cream); }
.benefit-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.benefit-grid article { padding: 29px 24px; border: 1px solid #eee4d1; border-radius: 20px; background: #fff; box-shadow: var(--shadow-soft); }
.benefit-icon { width: 53px; height: 53px; display: grid; place-items: center; margin-bottom: 20px; border-radius: 16px; color: var(--teal-dark); background: var(--mint); font-size: .85rem; font-weight: 900; }
.benefit-grid article:nth-child(2) .benefit-icon { color: #9f6700; background: #fff4cf; }
.benefit-grid article:nth-child(3) .benefit-icon { color: #5744a3; background: #f0edff; }
.benefit-grid article:nth-child(4) .benefit-icon { color: #b23f35; background: #fff0ee; }
.benefit-grid p { margin-bottom: 0; font-size: .9rem; }

.bonus-layout { display: grid; grid-template-columns: 1.08fr .92fr; gap: 40px; align-items: start; }
.bonus-list { display: grid; gap: 12px; }
.bonus-list article { display: flex; gap: 18px; padding: 20px; border: 1px solid var(--line); border-radius: 16px; background: #fff; box-shadow: var(--shadow-soft); }
.bonus-list article > span { flex: 0 0 76px; color: var(--coral); font-size: .7rem; font-weight: 900; letter-spacing: .07em; }
.bonus-list h3 { font-size: 1.05rem; }
.bonus-list p { margin: 0; font-size: .86rem; }
.included-card { position: sticky; top: 105px; padding: 26px; border-radius: 24px; background: var(--mint); box-shadow: var(--shadow-soft); }
.included-card img { margin: 18px 0; border-radius: 14px; box-shadow: var(--shadow-soft); }
.included-label { color: var(--teal-dark); font-size: .72rem; font-weight: 900; letter-spacing: .1em; }
.included-card p { margin-bottom: 0; font-size: .9rem; }

.how-section { background: var(--mint); }
.how-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; padding: 0; list-style: none; }
.how-grid li { position: relative; padding: 26px 22px; border-radius: 20px; background: #fff; box-shadow: var(--shadow-soft); }
.how-grid li > span { width: 42px; height: 42px; display: grid; place-items: center; margin-bottom: 21px; border-radius: 50%; color: #fff; background: var(--teal); font-weight: 900; }
.how-grid li:not(:last-child)::after { content: "→"; position: absolute; z-index: 2; right: -17px; top: 36px; color: var(--coral); font-size: 1.3rem; font-weight: 900; }
.how-grid p { margin: 0; font-size: .87rem; }

.audience-section { background: #fff; }
.audience-grid { grid-template-columns: 1fr 1fr; }
.check-card { margin: 0; padding: 28px; border-radius: 22px; background: var(--cream); box-shadow: var(--shadow-soft); list-style: none; }
.check-card li { position: relative; padding: 12px 0 12px 36px; border-bottom: 1px solid #eee4d1; color: #465465; font-weight: 650; }
.check-card li:last-child { border-bottom: 0; }
.check-card li::before { content: "✓"; position: absolute; left: 0; color: var(--teal); font-weight: 900; }

.offer-section { position: relative; overflow: hidden; color: #fff; background: linear-gradient(135deg, #086f6d, #159c9a); }
.offer-section::before { content: ""; position: absolute; width: 500px; height: 500px; right: -230px; top: -230px; border: 80px solid rgba(255,255,255,.07); border-radius: 50%; }
.offer-wrap { position: relative; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 60px; }
.offer-copy h2, .offer-copy .section-kicker { color: #fff; }
.offer-copy p { color: rgba(255,255,255,.78); }
.offer-copy ul { display: grid; gap: 9px; margin: 28px 0 0; padding: 0; list-style: none; }
.offer-copy li { position: relative; padding-left: 28px; color: rgba(255,255,255,.93); }
.offer-copy li::before { content: "✓"; position: absolute; left: 0; color: var(--yellow); font-weight: 900; }
.price-card { padding: 38px; border-radius: 27px; color: var(--ink); background: #fff; box-shadow: 0 28px 75px rgba(0,0,0,.22); text-align: center; }
.price-top { color: var(--coral); font-size: .72rem; font-weight: 900; letter-spacing: .12em; }
.price { display: flex; justify-content: center; align-items: flex-start; margin: 14px 0 0; color: var(--ink); line-height: .85; }
.price small { margin: 11px 6px 0 0; font-size: 1.25rem; font-weight: 900; }
.price strong { font-size: 6rem; letter-spacing: -.08em; }
.price sup { margin-top: 11px; font-size: 1.65rem; font-weight: 900; }
.price-card > p { margin-bottom: 22px; }
.payment-notes { display: grid; gap: 5px; margin-top: 18px; color: var(--muted); font-size: .75rem; }

.faq-section { background: var(--cream); }
.faq-list { display: grid; gap: 12px; }
.faq-list details { border: 1px solid #eee4d1; border-radius: 15px; background: #fff; box-shadow: var(--shadow-soft); }
.faq-list summary { position: relative; padding: 21px 54px 21px 22px; color: var(--ink); font-weight: 800; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 21px; top: 15px; width: 32px; height: 32px; display: grid; place-items: center; border-radius: 50%; color: var(--teal-dark); background: var(--mint); font-size: 1.3rem; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { padding: 0 22px 22px; margin: 0; }

.final-cta { padding: 95px 0; color: #fff; background: var(--coral); text-align: center; }
.final-cta h2 { max-width: 800px; margin-inline: auto; color: #fff; }
.final-cta p { color: rgba(255,255,255,.85); }
.final-star { width: 62px; height: 62px; display: grid; place-items: center; margin: 0 auto 24px; border-radius: 19px; color: var(--ink); background: var(--yellow); font-size: 1.7rem; transform: rotate(-5deg); }
.final-price { margin: 24px 0; font-size: 1.2rem; }
.final-price strong { color: var(--yellow); font-size: 1.65rem; }
.light-microcopy { margin-top: 16px !important; }
.site-footer { padding: 35px 0 105px; background: var(--ink); }
.footer-wrap { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.footer-wrap p { margin: 0; color: rgba(255,255,255,.65); font-size: .82rem; }
.footer-wrap strong { color: #fff; }
.mobile-buybar { display: none; }

@media (max-width: 980px) {
  .hero-grid, .split-grid, .bonus-layout, .offer-wrap { grid-template-columns: 1fr; }
  .hero-copy { text-align: center; }
  .hero h1::after { margin-inline: auto; }
  .hero-points { width: fit-content; margin-inline: auto; text-align: left; }
  .hero-offer { justify-content: center; }
  .hero-visual { max-width: 720px; margin-inline: auto; }
  .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); }
  .preview-grid { grid-template-columns: repeat(3, 1fr); gap: 18px; }
  .preview-grid figure:nth-child(2n) { transform: none; }
  .benefit-grid, .how-grid { grid-template-columns: repeat(2, 1fr); }
  .how-grid li::after { display: none; }
  .included-card { position: static; }
  .audience-grid { grid-template-columns: 1fr; }
}

@media (max-width: 680px) {
  body { font-size: 16px; padding-bottom: 76px; }
  .container, .narrow { width: min(100% - 28px, var(--container)); }
  .section { padding: 72px 0; }
  .topbar { font-size: .61rem; line-height: 1.45; }
  .topbar span { margin: 0 4px; }
  .site-header .button { display: none; }
  .nav-wrap { min-height: 67px; }
  .hero { padding: 58px 0 72px; }
  .hero-grid { gap: 42px; }
  .hero h1 { font-size: clamp(2.55rem, 13vw, 4rem); }
  .hero-lead { font-size: 1.08rem; }
  .hero-offer { flex-direction: column; }
  .hero-offer > div { align-items: center; }
  .hero-offer .button { width: 100%; }
  .value-badge { width: 82px; height: 82px; top: -23px; right: -8px; }
  .value-badge strong { font-size: 1.45rem; }
  .quick-trust { margin-top: -25px; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-grid > div { border-right: 0; border-bottom: 1px solid var(--line); }
  .trust-grid > div:nth-child(2) { border-bottom: 1px solid var(--line); }
  .trust-grid > div:last-child { border-bottom: 0; }
  .pain-grid, .category-grid, .benefit-grid, .how-grid { grid-template-columns: 1fr; }
  .split-grid { gap: 42px; }
  .preview-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .preview-grid figure { padding: 6px 6px 10px; }
  .steps-inline { justify-content: center; }
  .bonus-list article { flex-direction: column; gap: 8px; }
  .price-card { padding: 30px 20px; }
  .price strong { font-size: 5rem; }
  .footer-wrap { align-items: flex-start; flex-direction: column; }
  .mobile-buybar { position: fixed; left: 8px; right: 8px; bottom: 8px; z-index: 90; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 10px 11px 10px 16px; border: 1px solid rgba(255,255,255,.22); border-radius: 18px; background: rgba(39, 52, 68, .96); box-shadow: 0 16px 50px rgba(0,0,0,.3); backdrop-filter: blur(14px); }
  .mobile-buybar > div { display: flex; flex-direction: column; color: #fff; line-height: 1.1; }
  .mobile-buybar span { font-size: .68rem; color: rgba(255,255,255,.7); }
  .mobile-buybar strong { color: var(--yellow); font-size: 1.15rem; }
  .mobile-buybar .button { min-height: 44px; font-size: .72rem; }
}

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