@font-face { font-family: "Poppins"; src: url("assets/fonts/poppins-400.woff2") format("woff2"); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: "Poppins"; src: url("assets/fonts/poppins-600.woff2") format("woff2"); font-weight: 600; font-style: normal; font-display: swap; }
@font-face { font-family: "Poppins"; src: url("assets/fonts/poppins-700.woff2") format("woff2"); font-weight: 700; font-style: normal; font-display: swap; }
@font-face { font-family: "Poppins"; src: url("assets/fonts/poppins-800.woff2") format("woff2"); font-weight: 800; font-style: normal; font-display: swap; }

:root {
  --navy: #173c72;
  --navy-soft: #204f88;
  --paper: #fffdfa;
  --white: #ffffff;
  --pink: #f65388;
  --pink-deep: #d93c70;
  --aqua: #4bc1c8;
  --yellow: #fed82d;
  --yellow-deep: #e4b900;
  --lime: #a8c92c;
  --purple: #8d5db7;
  --muted: #5f6880;
  --line: #d9e4f2;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--navy); font-family: "Poppins", Arial, sans-serif; -webkit-font-smoothing: antialiased; }
body::before { display: block; height: 8px; background: linear-gradient(90deg, var(--pink), #ffad2f, var(--yellow), var(--lime), var(--aqua), var(--purple)); content: ""; }
a { color: inherit; }
.container { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }
.narrow { width: min(800px, 100%); }
.center { text-align: center; }
.announcement { padding: 12px 20px; background: var(--white); color: var(--navy); text-align: center; font-size: 13px; font-weight: 800; letter-spacing: .08em; }
.section-dark, .section-light, .section-color-soft { padding: 84px 0; }
.section-dark { background: var(--navy); color: var(--white); }
.section-light { background: var(--paper); }
.section-color-soft { background: linear-gradient(135deg, #fff7da 0%, #effbfc 52%, #fff0f5 100%); }
.hero { position: relative; overflow: hidden; padding-top: 72px; }
.hero::before { position: absolute; left: -110px; bottom: -190px; width: 330px; height: 330px; border: 48px solid rgba(246,83,136,.18); border-radius: 50%; content: ""; }
.hero::after { position: absolute; right: -180px; top: -210px; width: 520px; height: 520px; border: 72px solid rgba(75,193,200,.16); border-radius: 50%; content: ""; }
.hero-grid, .offer-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 72px; align-items: center; }
.hero-copy, .offer-copy, .image-placeholder { position: relative; z-index: 1; }
.eyebrow { margin: 0 0 14px; color: var(--yellow); font-size: 13px; font-weight: 800; letter-spacing: .1em; }
.eyebrow.dark { color: var(--pink-deep); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { text-wrap: balance; }
h1 { max-width: 720px; margin-bottom: 22px; font-size: clamp(38px, 5vw, 62px); font-weight: 700; line-height: 1.07; letter-spacing: -.035em; }
h2 { margin-bottom: 18px; font-size: clamp(31px, 4vw, 47px); font-weight: 700; line-height: 1.12; letter-spacing: -.025em; }
h3 { margin-bottom: 10px; font-size: 20px; font-weight: 700; line-height: 1.3; }
p { line-height: 1.7; }
.hero-subtitle { max-width: 650px; margin-bottom: 25px; color: #e7effa; font-size: 18px; }
.price-line, .offer-price { display: flex; flex-direction: column; align-items: flex-start; margin: 0 0 22px; }
.price-line span, .offer-price span { color: #d5e1f2; font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: .07em; }
.price-line strong, .offer-price strong { color: var(--yellow); font-size: 48px; font-weight: 800; line-height: 1.1; }
.cta { display: inline-flex; justify-content: center; align-items: center; min-height: 60px; padding: 17px 25px; border: 3px solid var(--white); border-radius: 12px; background: var(--yellow); box-shadow: 0 7px 0 var(--yellow-deep); color: var(--navy); font-size: 15px; font-weight: 800; line-height: 1.3; text-align: center; text-decoration: none; transition: transform 160ms ease, box-shadow 160ms ease; }
.cta[href]:hover { transform: translateY(-2px); box-shadow: 0 9px 0 var(--yellow-deep); }
.cta:focus-visible, summary:focus-visible { outline: 4px solid var(--aqua); outline-offset: 4px; }
.cta-pending { cursor: default; }
.microcopy, .checkout-note { margin: 18px 0 0; color: #c8d7ea; font-size: 13px; }
.image-placeholder { display: grid; min-height: 440px; place-content: center; padding: 32px; border: 3px dashed rgba(255,255,255,.48); border-radius: 26px; background: linear-gradient(135deg, rgba(246,83,136,.16), rgba(75,193,200,.14)), var(--navy-soft); text-align: center; }
.image-placeholder span { margin-bottom: 9px; color: var(--yellow); font-size: 12px; font-weight: 800; letter-spacing: .12em; }
.image-placeholder strong { color: var(--white); font-size: 20px; font-weight: 700; }
.section-light .image-placeholder { min-height: 390px; border-color: #a9bdd8; background: repeating-linear-gradient(0deg, rgba(75,193,200,.14) 0, rgba(75,193,200,.14) 1px, transparent 1px, transparent 28px), var(--white); }
.section-light .image-placeholder span { color: var(--pink-deep); }
.section-light .image-placeholder strong { color: var(--navy); }
.section-heading { max-width: 780px; margin: 0 auto 44px; }
.section-heading.compact { max-width: 690px; margin-left: 0; }
.section-heading p:last-child { color: var(--muted); font-size: 17px; }
.section-heading.inverse p:last-child { color: #d4e1f0; }
.benefit-list { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; margin-bottom: 35px; }
.benefit-item { display: flex; gap: 15px; align-items: center; min-height: 74px; padding: 18px; border: 1px solid var(--line); border-radius: 16px; background: var(--white); box-shadow: 0 7px 24px rgba(23,60,114,.06); }
.benefit-item span, .offer-copy li span { display: grid; flex: 0 0 auto; width: 30px; height: 30px; place-items: center; border-radius: 50%; background: var(--aqua); color: var(--navy); font-weight: 800; }
.benefit-item:nth-child(2) span, .benefit-item:nth-child(5) span { background: var(--pink); color: var(--white); }
.benefit-item:nth-child(3) span { background: var(--yellow); }
.benefit-item:nth-child(4) span { background: var(--lime); }
.benefit-item p { margin: 0; font-weight: 600; }
.cta-centered { margin-top: 6px; border-color: var(--navy); }
.transformation p:last-child, .offer-intro p:last-child { margin-bottom: 0; font-size: 18px; }
.example-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 22px; }
.content-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.content-card { padding: 26px; border: 1px solid #3d6a9f; border-top: 6px solid var(--aqua); border-radius: 18px; background: var(--navy-soft); }
.content-card:nth-child(2) { border-top-color: var(--pink); }
.content-card:nth-child(3) { border-top-color: var(--yellow); }
.content-card:nth-child(4) { border-top-color: var(--purple); }
.content-card:nth-child(5) { border-top-color: var(--lime); }
.content-card:nth-child(6) { border-top-color: #ffad2f; }
.content-icon { display: block; margin-bottom: 18px; font-size: 32px; }
.content-card p { margin-bottom: 0; color: #d8e4f2; }
.steps { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 22px; }
.steps article { position: relative; padding: 30px 24px; border-top: 6px solid var(--aqua); border-radius: 0 0 16px 16px; background: var(--white); box-shadow: 0 12px 36px rgba(23,60,114,.09); }
.steps article:nth-child(2) { border-top-color: var(--pink); }
.steps article:nth-child(3) { border-top-color: var(--yellow); }
.steps article:nth-child(4) { border-top-color: var(--lime); }
.steps article > span { display: grid; width: 48px; height: 48px; margin-bottom: 24px; place-items: center; border-radius: 50%; background: var(--navy); color: var(--yellow); font-size: 20px; font-weight: 800; }
.steps p { margin-bottom: 0; color: var(--muted); }
.offer-intro { padding-top: 70px; padding-bottom: 70px; }
.offer-copy ul { display: grid; gap: 13px; margin: 27px 0 30px; padding: 0; list-style: none; }
.offer-copy li { display: flex; gap: 13px; align-items: center; color: #edf3fb; font-weight: 600; }
.offer-copy li span { width: 26px; height: 26px; font-size: 13px; }
.guarantee-card { display: grid; grid-template-columns: 150px 1fr; gap: 40px; align-items: center; max-width: 920px; padding: 44px; border: 2px solid var(--navy); border-radius: 22px; background: var(--white); box-shadow: 0 14px 38px rgba(23,60,114,.08); }
.guarantee-card p:last-child { margin-bottom: 0; color: var(--muted); font-size: 17px; }
.guarantee-seal { display: grid; width: 130px; height: 130px; place-content: center; border: 8px solid var(--pink); border-radius: 50%; background: var(--navy); color: var(--white); font-size: 48px; font-weight: 800; line-height: .9; text-align: center; }
.guarantee-seal small { display: block; margin-top: 9px; color: var(--yellow); font-size: 14px; letter-spacing: .12em; }
.faq-list { display: grid; gap: 13px; }
details { border: 2px solid var(--navy); border-radius: 14px; background: var(--white); }
summary { position: relative; padding: 20px 58px 20px 22px; cursor: pointer; font-weight: 700; list-style: none; }
summary::-webkit-details-marker { display: none; }
summary::after { position: absolute; right: 21px; color: var(--pink-deep); content: "+"; font-size: 25px; line-height: .8; }
details[open] summary::after { content: "−"; }
details p { margin: 0; padding: 0 22px 22px; color: var(--muted); }
footer { padding: 42px 0; border-top: 8px solid transparent; border-image: linear-gradient(90deg, var(--pink), var(--yellow), var(--lime), var(--aqua), var(--purple)) 1; background: #102f59; color: var(--white); }
.footer-content { display: flex; justify-content: space-between; gap: 45px; }
.footer-content strong { color: var(--yellow); font-size: 23px; font-weight: 700; }
.footer-content p { margin: 8px 0 0; color: #c8d7ea; font-size: 13px; }
.footer-legal { text-align: right; }

@media (max-width: 900px) {
  .hero-grid, .offer-grid { grid-template-columns: 1fr; gap: 44px; }
  .content-grid, .steps { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .hero .image-placeholder { min-height: 360px; }
}

@media (max-width: 660px) {
  .container { width: min(100% - 28px,1120px); }
  .section-dark, .section-light, .section-color-soft { padding: 64px 0; }
  .hero { padding-top: 55px; }
  h1 { font-size: clamp(35px,10.5vw,48px); }
  h2 { font-size: 32px; }
  .hero-subtitle { font-size: 17px; }
  .benefit-list, .example-grid, .content-grid, .steps { grid-template-columns: 1fr; }
  .cta { width: 100%; }
  .image-placeholder, .section-light .image-placeholder { min-height: 300px; }
  .guarantee-card { grid-template-columns: 1fr; gap: 28px; padding: 28px; }
  .guarantee-seal { width: 110px; height: 110px; }
  .footer-content { flex-direction: column; }
  .footer-legal { text-align: left; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .cta { transition: none; }
}
