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

:root {
  --pink: #c60055;
  --pink-light: #f32c82;
  --purple: #645cc7;
  --violet: #6d35c4;
  --green: #29cb40;
  --navy: #001638;
  --coral: #ba4e67;
  --text: #313131;
  --content: 1060px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--text); background: #fff; font-family: Poppins, Arial, sans-serif; font-size: 16px; line-height: 1.55; }
img { display: block; max-width: 100%; height: auto; }
a, button { -webkit-tap-highlight-color: transparent; }
.container { width: min(var(--content), calc(100% - 40px)); margin-inline: auto; }
.container--text { max-width: 930px; }
.section { padding: 68px 0; }

.promo-bar { padding: 20px 15px; color: #fff; background: #000; text-align: center; }
.promo-bar p { margin: 0; font-size: 17px; font-weight: 700; }
.promo-bar strong { color: #ff1a1a; }

.hero { padding: 80px 0 72px; color: #fff; background: linear-gradient(180deg, var(--pink), var(--pink-light)); text-align: center; }
.hero__inner { max-width: 1040px; }
.hero h1 { max-width: 900px; margin: 0 auto 46px; font-size: clamp(34px, 4.2vw, 54px); line-height: 1.08; font-weight: 800; }
.hero__subtitle { max-width: 900px; margin: 0 auto 34px; font-size: clamp(18px, 2vw, 23px); line-height: 1.35; }
.hero__image { width: min(690px, 100%); margin: 0 auto 30px; }
.hero__price { margin: 0 0 18px; font-size: clamp(24px, 3vw, 34px); font-weight: 700; }

.button { display: inline-flex; min-height: 58px; padding: 15px 32px; align-items: center; justify-content: center; border: 0; border-radius: 3px; color: #fff; background: var(--green); box-shadow: 0 5px 0 #149b29; font-size: clamp(18px, 2vw, 24px); font-weight: 800; line-height: 1.15; text-align: center; text-decoration: none; }
.button:hover { background: #23b839; }
.button:focus-visible { outline: 4px solid #fff; outline-offset: 4px; }

h2 { line-height: 1.18; }
.problem { text-align: center; }
.problem h2 { margin: 0 0 28px; color: #282828; font-size: clamp(29px, 3.3vw, 43px); }
.problem p { margin: 0 0 20px; font-size: 18px; }

.curriculum { background: var(--pink); }
.curriculum__card { max-width: 920px; padding: 45px 55px; background: #fff; text-align: center; }
.curriculum h2 { margin: 0 0 28px; font-size: clamp(25px, 3vw, 36px); }
.curriculum h3 { margin: 30px 0 18px; font-size: 21px; }
.curriculum ul { padding: 0; margin: 0; list-style: none; }
.curriculum li { margin: 3px 0; }
.curriculum li::before { content: "– "; }
.curriculum__modeling li::before { content: ""; }
.curriculum__closing { margin: 28px 0 0; }

.stories { text-align: center; }
.stories h2, .proof h2 { max-width: 980px; margin: 0 auto 35px; font-size: clamp(24px, 3vw, 34px); }
.video-list { display: grid; gap: 28px; max-width: 920px; margin: 0 auto 34px; }
.video-facade, .video-player { position: relative; width: 100%; padding: 0; overflow: hidden; border: 0; background: #000; box-shadow: 0 5px 16px rgba(0,0,0,.22); }
.video-facade { cursor: pointer; }
.video-facade img { width: 100%; }
.video-facade span { position: absolute; top: 50%; left: 50%; width: 78px; height: 55px; translate: -50% -50%; border-radius: 12px; background: rgba(230,33,39,.95); }
.video-facade span::after { content: ""; position: absolute; top: 14px; left: 31px; border: 13px solid transparent; border-right: 0; border-left: 21px solid #fff; }
.video-player iframe { display: block; width: 100%; aspect-ratio: 16/9; border: 0; }
.stories__callout { max-width: 900px; margin: 0 auto 24px; font-size: 19px; }

.proof { background: #f0ede9 url("assets/bg-prova-social.webp") center/cover no-repeat; text-align: center; }
.proof__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; align-items: start; margin: 35px 0 38px; }
.proof__grid > img, .proof__stack { width: 100%; }
.proof__stack { display: grid; gap: 24px; }
.proof__grid img { width: 100%; box-shadow: 0 3px 13px rgba(0,0,0,.16); }

.certificate { color: #fff; background: var(--violet); text-align: center; }
.certificate h2 { margin: 0 0 32px; font-size: clamp(33px, 4vw, 50px); }
.certificate img { width: min(600px, 100%); margin-inline: auto; }

.bonuses h2 { margin: 0 0 45px; color: #383838; font-size: clamp(34px, 4vw, 48px); text-align: center; }
.bonus { display: grid; grid-template-columns: 360px 1fr; gap: 55px; align-items: center; padding: 42px 0; border-top: 1px solid #eee; }
.bonus > img { max-height: 340px; margin-inline: auto; object-fit: contain; }
.bonus span { color: #f09985; font-size: 20px; font-weight: 800; }
.bonus h3 { margin: 6px 0 16px; color: var(--coral); font-size: clamp(23px, 2.7vw, 31px); line-height: 1.2; }
.bonus__price { color: #f09985; font-size: 24px; font-weight: 700; }
.bonus p { margin: 0 0 14px; }

.offers { color: #fff; background: var(--purple); }
.container--offers { max-width: 760px; }
.offers > .container > h2 { margin: 0 0 34px; font-size: clamp(32px, 4vw, 49px); text-align: center; }
.offer-card { padding: 28px; margin: 0 auto 34px; border-radius: 9px; color: #4f4f4f; background: #fff; box-shadow: 0 8px 0 rgba(57,49,139,.55); }
.offer-card h3 { margin: 0 0 18px; color: #1e1e1e; font-size: 30px; text-align: center; }
.offer-card__banner { padding: 8px 12px; margin: 0 0 24px; color: #fff; background: #df1d3e; font-weight: 700; text-align: center; }
.offer-card ul { padding: 0; margin: 0 0 26px; list-style: none; }
.offer-card li { margin: 12px 0; font-size: 18px; }
.offer-card__from { margin: 5px 0 0; color: #94675c; font-size: 19px; text-align: center; }
.offer-card__price { margin: -5px 0 14px; color: #008d2d; font-size: 66px; font-weight: 800; line-height: 1; text-align: center; }
.offer-card .button { display: flex; width: fit-content; max-width: 100%; margin: 0 auto; }
.offer-card__note { margin: 26px 0 0; color: #94675c; font-size: 16px; line-height: 1.25; text-align: center; }
.payment-strip { width: min(600px,100%); margin: 22px auto 0; }
.offer-card__last { margin: 20px 0 0; color: #8f292a; font-weight: 700; text-align: center; }

.guarantee { color: #fff; background: var(--navy); }
.guarantee__grid { display: grid; grid-template-columns: minmax(250px,400px) 1fr; gap: 50px; align-items: center; }
.guarantee h2 { margin: 0 0 24px; color: #00d7ff; font-size: clamp(26px, 3vw, 38px); }
.guarantee p { margin: 0 0 16px; }

.faq h2 { margin: 0 0 26px; color: #ba1919; font: 400 clamp(36px, 5vw, 52px)/1.1 Lobster, Georgia, serif; }
.faq details { border-bottom: 1px solid #ead8d8; }
.faq summary { padding: 17px 4px; color: #8f292a; font-size: 18px; font-weight: 700; cursor: pointer; }
.faq details p { padding: 0 5px 18px 26px; margin: 0; }
.faq summary:focus-visible { outline: 3px solid var(--pink); outline-offset: 3px; }

.footer { padding: 32px 0; color: #fff; background: var(--pink); text-align: center; font-size: 13px; }
.footer p { margin: 5px 0; }

@media (max-width: 800px) {
  .section { padding: 52px 0; }
  .bonus { grid-template-columns: 280px 1fr; gap: 32px; }
  .guarantee__grid { grid-template-columns: 260px 1fr; gap: 30px; }
}

@media (max-width: 680px) {
  html { scroll-behavior: auto; }
  body { font-size: 15px; }
  .container { width: min(var(--content), calc(100% - 28px)); }
  .promo-bar { padding: 22px 14px; }
  .promo-bar p { font-size: 15px; }
  .hero { padding: 34px 0 50px; }
  .hero h1 { margin-bottom: 28px; font-size: 29px; }
  .hero__subtitle { margin-bottom: 24px; font-size: 17px; }
  .hero__image { margin-bottom: 23px; }
  .hero__price { font-size: 22px; }
  .button { width: 100%; min-height: 54px; padding-inline: 18px; font-size: 18px; }
  .problem p { font-size: 16px; }
  .curriculum__card { padding: 30px 20px; }
  .curriculum li { margin: 7px 0; }
  .video-list { gap: 18px; }
  .video-facade span { width: 62px; height: 44px; border-radius: 9px; }
  .video-facade span::after { top: 11px; left: 25px; border-width: 11px; border-right: 0; border-left-width: 17px; }
  .proof__grid { grid-template-columns: 1fr; gap: 18px; }
  .proof__grid > img, .proof__stack { width: min(100%, 536px); margin-inline: auto; }
  .bonus { grid-template-columns: 1fr; gap: 22px; text-align: center; }
  .bonus > img { width: min(100%, 360px); max-height: none; }
  .offer-card { padding: 22px 18px; }
  .offer-card h3 { font-size: 25px; }
  .offer-card li { font-size: 16px; }
  .offer-card__price { font-size: 58px; }
  .guarantee__grid { grid-template-columns: 1fr; text-align: center; }
  .guarantee img { width: min(100%, 320px); margin-inline: auto; }
  .faq details p { padding-left: 5px; }
}

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