:root {
  --navy: #102e45;
  --blue: #195a80;
  --ink: #183344;
  --muted: #526571;
  --paper: #fff;
  --soft: #f0f5f7;
  --line: #d6e1e6;
  --accent: #f4c777;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 30px;
}
body {
  margin: 0;
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 17px;
  line-height: 1.65;
  background: var(--paper);
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  font: inherit;
  cursor: pointer;
}
button,
a,
summary {
  -webkit-tap-highlight-color: transparent;
}
a:focus-visible,
button:focus-visible,
summary:focus-visible {
  outline: 3px solid #d78821;
  outline-offset: 5px;
}
p {
  margin: 0 0 1.25em;
}
img {
  display: block;
  width: 100%;
  height: auto;
}
h1,
h2,
h3 {
  margin: 0;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -0.04em;
}
h1 {
  font-size: clamp(2.8rem, 4.15vw, 4.3rem);
}
h2 {
  font-size: clamp(2.1rem, 3.35vw, 3.35rem);
  margin-bottom: 30px;
}
h3 {
  font-size: 1.48rem;
  letter-spacing: -0.025em;
  line-height: 1.25;
}
em {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  color: var(--blue);
}
strong {
  font-weight: 600;
}
.wrap {
  width: min(1200px, calc(100% - 96px));
  margin-inline: auto;
}
.section {
  padding-top: 100px;
  padding-bottom: 100px;
}
.eyebrow {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 1.5;
  margin-bottom: 25px;
  color: var(--blue);
}
.review {
  background: var(--navy);
  color: #e6edf2;
  text-align: center;
  padding: 8px 16px;
  font-size: 12px;
  letter-spacing: 0.08em;
}
.review span {
  opacity: 0.7;
}
.progress {
  position: fixed;
  top: 0;
  height: 3px;
  background: #e9b967;
  width: 0;
  z-index: 20;
}
header {
  height: 102px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 13px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.4;
}
.brand small {
  display: block;
  font-size: 10px;
  letter-spacing: 0.18em;
}
.monogram {
  font: italic 38px Georgia;
  letter-spacing: -9px;
  width: 51px;
  height: 51px;
  border: 1px solid #aec2cf;
  border-radius: 50%;
  padding-left: 4px;
  padding-top: 1px;
}
.monogram span {
  color: #3b7898;
}
nav {
  display: flex;
  gap: 30px;
  font-size: 14px;
}
.nav-cta {
  border-bottom: 1px solid var(--blue);
  font-size: 14px;
  font-weight: 600;
  padding: 7px 0;
}
.nav-cta span {
  margin-left: 20px;
}
.hero {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 58px;
  padding-top: 48px;
  padding-bottom: 88px;
  align-items: center;
}
.hero-copy .eyebrow {
  font-size: 11px;
}
.hero-copy h1 {
  margin-bottom: 28px;
}
.lead {
  font-size: 20px;
  line-height: 1.5;
}
.hero-copy > p:not(.eyebrow):not(.lead):not(.micro):not(.fine) {
  font-size: 16px;
  color: var(--muted);
}
.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
  background: var(--blue);
  color: white;
  border: none;
  border-radius: 5px;
  padding: 20px 24px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.035em;
  line-height: 1.55;
  min-height: 60px;
  box-shadow: 0 5px 14px #0c354c14;
  transition:
    background 0.2s,
    transform 0.2s;
}
.button:hover {
  background: #103e5b;
  transform: translateY(-2px);
}
.button span {
  font-size: 21px;
  font-weight: 400;
}
.hero .button {
  width: 100%;
  margin-top: 8px;
}
.micro {
  font-size: 12px;
  text-align: center;
  color: var(--muted);
  margin: 14px 0;
}
.fine {
  font-size: 12px;
  line-height: 1.65;
  color: var(--muted);
}
.hero .fine {
  font-size: 12px;
  margin-bottom: 0;
}
.hero-visual {
  position: relative;
  align-self: stretch;
  min-height: 590px;
  padding-bottom: 86px;
}
.hero-visual > img {
  height: 100%;
  position: absolute;
  inset: 0;
  object-fit: cover;
  object-position: 64% center;
  border-radius: 150px 8px 8px 8px;
}
.photo-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 85px 30px 32px;
  color: white;
  background: linear-gradient(transparent, #102e45ed);
  border-radius: 0 0 8px 8px;
}
.photo-caption > span {
  display: block;
  font: italic 29px/1.2 Georgia;
  margin-bottom: 18px;
}
.photo-caption small {
  font-size: 10px;
  letter-spacing: 0.13em;
  line-height: 1.7;
}
.photo-note {
  position: absolute;
  left: -25px;
  top: 40px;
  background: white;
  padding: 17px 23px;
  box-shadow: 0 8px 30px #152c4812;
  border-left: 3px solid #bf924e;
}
.photo-note span {
  display: block;
  font-size: 10px;
  letter-spacing: 0.12em;
  margin-bottom: 8px;
  color: var(--muted);
}
.photo-note strong {
  font-size: 14px;
  line-height: 1.4;
  display: block;
}
.promise-strip {
  background: var(--soft);
  border-block: 1px solid var(--line);
  padding: 23px 0;
}
.promise-strip .wrap {
  display: flex;
  justify-content: space-around;
  font-size: 14px;
  letter-spacing: 0.015em;
}
.promise-strip span + span {
  border-left: 1px solid #c3d2dc;
  padding-left: 10%;
}
.split-heading {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: 40px;
}
.pain-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px 38px;
  margin-top: 28px;
}
.pain {
  border-top: 1px solid var(--line);
  padding: 25px 0 8px;
  display: flex;
  gap: 20px;
}
.pain > span {
  font-size: 12px;
  color: #66889d;
}
.pain p {
  font-size: 16px;
}
.turn {
  margin-top: 38px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  border-left: 3px solid #c49a58;
  background: var(--soft);
  padding: 35px 40px;
}
.turn p {
  margin: 0;
  font-size: 16px;
}
.turn strong {
  font-size: 20px;
  line-height: 1.5;
}
.dark {
  background: var(--navy);
  color: #f8fbfd;
}
.dark em {
  color: #efc579;
}
.dark .eyebrow {
  color: #afc9d9;
}
.dark p:not(.eyebrow) {
  color: #d1dee6;
}
.dark .fine {
  color: #a7bdca;
}
.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}
.two-col > div > p {
  max-width: 540px;
}
.statement {
  font-size: clamp(1.7rem, 2.55vw, 2.65rem);
  line-height: 1.3;
  border-top: 1px solid #365269;
  padding-top: 40px;
  margin: 45px 0 0;
  letter-spacing: -0.025em;
}
.bridge {
  max-width: 1000px;
  text-align: center;
}
.bridge .two-col {
  gap: 45px;
  text-align: left;
  margin-top: 40px;
}
.soft {
  background: var(--soft);
}
.intro {
  max-width: 660px;
  color: var(--muted);
}
.journey {
  list-style: none;
  counter-reset: step;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 45px;
  padding: 0;
  margin: 48px 0 0;
}
.journey li {
  counter-increment: step;
  border-top: 1px solid #bacdd8;
  padding-top: 24px;
}
.journey li:before {
  content: "0" counter(step);
  font-size: 13px;
  color: var(--blue);
  display: block;
  margin-bottom: 20px;
}
.journey h3 {
  font-size: 23px;
}
.journey p {
  font-size: 15px;
  margin: 12px 0 0;
  max-width: 270px;
}
.checks {
  list-style: none;
  margin: 0;
  padding: 0;
}
.checks li {
  position: relative;
  padding: 15px 0 15px 32px;
  border-bottom: 1px solid var(--line);
  font-size: 16px;
}
.checks li:before {
  content: "✓";
  color: var(--blue);
  position: absolute;
  left: 0;
  font-size: 17px;
}
.dark .checks li {
  border-color: #355266;
  color: #d4e2e9;
}
.dark .checks li:before {
  color: #edc77f;
}
.signature-line {
  font: italic 26px/1.4 Georgia;
  color: var(--blue);
  margin-top: 30px;
}
.signature-line span {
  display: inline-block;
  font-size: 23px;
  margin-top: 15px;
}
.modules {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 50px;
}
.module {
  background: white;
  border: 1px solid #d8e2e8;
  padding: 36px;
  border-radius: 7px;
}
.module-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 11px;
  letter-spacing: 0.12em;
  color: var(--blue);
  margin-bottom: 24px;
}
.module h3 {
  font-size: 30px;
}
.module .problem {
  color: var(--blue);
  margin-top: 17px;
  font-weight: 600;
  font-size: 16px;
}
.module p {
  font-size: 16px;
  color: var(--muted);
}
.result {
  margin-top: 28px;
  border-top: 1px solid var(--line);
  padding-top: 20px;
}
.result small {
  font-size: 10px;
  letter-spacing: 0.13em;
  color: var(--blue);
  font-weight: bold;
}
.result p {
  color: var(--ink);
  margin: 8px 0 0;
}
.live .two-col {
  align-items: center;
  gap: 60px;
}
.live-photo {
  position: relative;
}
.live-photo img {
  min-height: 430px;
  object-fit: cover;
  object-position: 40% center;
  border-radius: 6px;
}
.live-tag {
  position: absolute;
  left: 20px;
  bottom: 20px;
  right: 20px;
  background: #fff;
  padding: 17px 10px;
  text-align: center;
  color: var(--blue);
  font-size: 11px;
  letter-spacing: 0.08em;
  line-height: 1.45;
}
.live-tag strong {
  display: block;
  color: var(--blue);
}
.live-tag span {
  display: block;
  margin-top: 5px;
  color: var(--muted);
  font-size: 12px;
  letter-spacing: 0;
}
.live-recording {
  margin: 22px 0;
  padding: 16px 18px;
  border-left: 3px solid var(--accent);
  background: #1a4058;
  color: #fff !important;
  font-size: 15px;
}
.live h2 {
  font-size: 38px;
}
.live .checks {
  margin-bottom: 20px;
}
.text-link {
  background: transparent;
  border: 0;
  padding: 0 0 5px;
  color: inherit;
  border-bottom: 1px solid currentColor;
  font-size: 15px;
}
.proof-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin: 40px 0 20px;
}
.placeholder {
  border: 1px dashed #9cb3c1;
  background: #f7fafb;
  padding: 30px;
  min-height: 240px;
}
.placeholder > span {
  font-size: 10px;
  letter-spacing: 0.12em;
  color: var(--muted);
}
.placeholder h3 {
  margin: 35px 0 15px;
  font-size: 23px;
}
.placeholder p {
  font-size: 14px;
  color: var(--muted);
  margin: 0;
}
.about {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 85px;
  align-items: center;
}
.portrait img {
  border-radius: 8px 120px 8px 8px;
  max-height: 560px;
  object-fit: cover;
}
.about p {
  font-size: 16px;
}
.bonus-list {
  margin-top: 45px;
}
.bonus-list article {
  display: grid;
  grid-template-columns: 50px 1fr 1.2fr;
  gap: 30px;
  border-top: 1px solid var(--line);
  padding: 30px 0;
}
.bonus-list article > span {
  font-size: 13px;
  color: var(--blue);
}
.bonus-list p {
  margin: 0;
  font-size: 16px;
  color: var(--muted);
}
.not-fit {
  padding: 42px;
  border: 1px solid #b9cbd5;
  background: #fff;
  box-shadow: 0 16px 45px #1133490a;
}
.not-fit h3 {
  margin-bottom: 20px;
  font-size: 27px;
}
.not-fit p,
.not-fit li {
  font-size: 16px;
  color: var(--muted);
}
.not-fit ul {
  padding-left: 20px;
  margin: 25px 0;
}
.not-fit li {
  margin-bottom: 12px;
}
.action-call {
  display: block;
  border-top: 1px solid var(--line);
  padding-top: 22px;
  color: var(--blue);
  font-size: 17px;
  line-height: 1.55;
}
.fit h2 {
  font-size: 37px;
}
.offer-layout {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 90px;
  align-items: center;
}
.offer-layout h2 {
  font-size: 44px;
}
.price-card {
  background: white;
  color: var(--ink);
  border-radius: 10px;
  padding: 40px 34px;
  text-align: center;
  box-shadow: 0 20px 60px #0002;
}
.price-card .eyebrow {
  color: var(--blue);
  font-size: 10px;
}
.price-card h3 {
  font-size: 26px;
}
.price-card p:not(.eyebrow) {
  color: var(--muted);
  font-size: 14px;
}
.price-card .price-label {
  margin-top: 32px;
  margin-bottom: 8px;
}
.installments {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 10px;
  line-height: 1;
}
.installments span {
  font-size: 18px;
  color: var(--muted);
}
.installments strong {
  font-size: 49px;
  letter-spacing: -0.055em;
  color: var(--ink);
}
.price-card .cash-price {
  font-size: 18px !important;
  margin: 15px 0 24px;
}
.price-card .cash-price strong {
  color: var(--ink);
}
.price-card .button {
  width: 100%;
  margin: 0;
}
.price-card .micro {
  font-size: 12px !important;
}
.trust {
  border-block: 1px solid var(--line);
  padding: 18px 0;
  margin: 20px 0;
  display: grid;
  gap: 8px;
  font-size: 12px;
}
.price-card .fine {
  font-size: 12px !important;
  margin: 0;
}
.guarantees {
  margin-top: 45px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}
.guarantees article {
  border: 1px solid var(--line);
  padding: 38px;
  border-radius: 8px;
  background: #fff;
}
.guarantees article.conditional {
  background: var(--navy);
  color: #fff;
  border-color: var(--navy);
  box-shadow: 0 18px 50px #102e451a;
}
.guarantees article.conditional .days,
.guarantees article.conditional .guarantee-label {
  color: var(--accent);
}
.guarantees article.conditional p {
  color: #d7e4eb;
}
.days {
  font: 70px/1 Georgia;
  color: var(--blue);
  display: block;
  margin-bottom: 30px;
}
.days small {
  font: 12px Arial;
  letter-spacing: 0.15em;
}
.guarantees h3 {
  margin-bottom: 20px;
}
.guarantees p {
  font-size: 16px;
}
.guarantee-label {
  font-size: 10px !important;
  letter-spacing: 0.13em;
  color: var(--blue);
  font-weight: bold;
  margin-bottom: 12px;
}
.objections {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-top: 50px;
}
.objections article {
  border-top: 1px solid #c6d5de;
  padding-top: 25px;
}
.objections h3 {
  font-size: 21px;
  line-height: 1.3;
  margin-bottom: 18px;
}
.objections p {
  font-size: 16px;
  color: var(--muted);
  margin: 0;
}
.time-cost {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 100px;
}
.time-cost > .eyebrow {
  grid-column: 1/-1;
}
.time-cost strong {
  font-size: 20px;
  line-height: 1.5;
}
.decision {
  text-align: left;
}
.decision-head {
  text-align: center;
  max-width: 760px;
  margin: 0 auto;
}
.decision-head > p:last-child {
  color: #c5d5df;
}
.choices {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  text-align: left;
  margin: 50px 0 38px;
}
.choices article {
  padding: 34px 30px;
  border: 1px solid #3c586b;
  border-radius: 7px;
  min-height: 300px;
}
.choices article > span {
  display: block;
  font-size: 13px;
  margin-bottom: 28px;
  color: #93b0c3;
}
.choices small {
  font-size: 10px;
  letter-spacing: 0.12em;
  color: #9db5c4;
}
.choices h3 {
  font-size: 26px;
  margin: 13px 0 18px;
}
.choices p {
  font-size: 16px;
  margin: 0;
  color: #cddce4 !important;
}
.choices .chosen {
  background: #214d68;
  border-color: #efc579;
  box-shadow: inset 0 3px 0 #efc579;
}
.chosen > span,
.chosen small {
  color: #efc579;
}
.decision-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
  border-top: 1px solid #3c586b;
  padding-top: 32px;
}
.decision-cta p {
  margin: 0;
  color: #dbe6ec !important;
}
.decision-cta .button {
  flex: 0 0 auto;
}
.closing {
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center;
  max-width: 850px;
}
.closing h3 {
  font-size: 24px;
  line-height: 1.4;
  margin: 20px 0;
}
.closing h3 span {
  font-size: 19px;
  color: var(--muted);
}
.closing p {
  font-size: 15px;
  color: var(--muted);
}
.closing .fine {
  font-size: 12px;
}
.faq-layout {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: 85px;
}
.faq-layout > div > p:not(.eyebrow) {
  font-size: 16px;
  color: var(--muted);
}
details {
  border-bottom: 1px solid #c8d7df;
}
summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 23px 0;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.4;
}
summary::-webkit-details-marker {
  display: none;
}
summary span {
  font-size: 24px;
  font-weight: 400;
  color: var(--blue);
  transition: transform 0.2s;
}
details[open] summary span {
  transform: rotate(45deg);
}
details p {
  font-size: 16px;
  padding-right: 30px;
  color: var(--muted);
  line-height: 1.7;
}
footer {
  display: flex;
  align-items: center;
  gap: 40px;
  padding-block: 45px;
}
footer p {
  font-size: 12px;
  margin: 0;
  flex: 1;
}
footer small {
  font-size: 12px;
}
footer .brand {
  flex-shrink: 0;
}
footer .fine {
  font-size: 11px;
}
.sticky {
  display: none;
}
dialog {
  border: 0;
  border-radius: 10px;
  padding: 40px;
  width: min(520px, calc(100% - 40px));
  color: var(--ink);
  box-shadow: 0 20px 100px #0003;
}
dialog::backdrop {
  background: #08233699;
}
dialog h2 {
  font-size: 30px;
}
dialog p {
  font-size: 16px;
}
.close {
  position: absolute;
  right: 15px;
  top: 9px;
  border: 0;
  background: none;
  font-size: 28px;
  color: var(--ink);
}
@media (min-width: 1500px) {
  .hero {
    gap: 75px;
  }
  .hero-visual {
    min-height: 650px;
  }
}
@media (max-width: 1000px) {
  .wrap {
    width: calc(100% - 56px);
  }
  .hero {
    gap: 30px;
  }
  .hero-visual {
    min-height: 630px;
  }
  .photo-note {
    left: -10px;
  }
  .two-col,
  .offer-layout,
  .about {
    gap: 40px;
  }
  .offer-layout h2 {
    font-size: 36px;
  }
  .price-card {
    padding: 30px 24px;
  }
  .objections {
    grid-template-columns: 1fr 1fr;
  }
  .faq-layout {
    gap: 45px;
  }
  .live h2 {
    font-size: 33px;
  }
  nav {
    gap: 17px;
  }
  .bonus-list article {
    grid-template-columns: 35px 1fr 1.1fr;
  }
}
@media (max-width: 700px) {
  body {
    font-size: 16px;
  }
  .wrap {
    width: calc(100% - 40px);
  }
  .review {
    font-size: 10px;
    padding: 7px 12px;
  }
  .review span {
    display: none;
  }
  header {
    height: 82px;
    gap: 15px;
  }
  .brand {
    font-size: 10px;
    gap: 10px;
  }
  .brand small {
    font-size: 8px;
  }
  .monogram {
    width: 43px;
    height: 43px;
    font-size: 33px;
  }
  nav {
    display: none;
  }
  .nav-cta {
    font-size: 12px;
  }
  .nav-cta span {
    margin-left: 10px;
  }
  .hero {
    grid-template-columns: 1fr;
    padding-top: 28px;
    padding-bottom: 48px;
    gap: 35px;
  }
  .hero h1 {
    font-size: 43px;
  }
  .hero .lead {
    font-size: 19px;
  }
  .hero-copy > .eyebrow {
    font-size: 10px;
  }
  .hero-visual {
    min-height: 420px;
    margin-left: 10px;
  }
  .hero-visual > img {
    border-radius: 100px 5px 5px 5px;
    object-position: 50% center;
  }
  .photo-note {
    top: 25px;
    padding: 15px 19px;
  }
  .photo-caption {
    padding: 85px 25px 22px;
  }
  .photo-caption > span {
    font-size: 25px;
  }
  .promise-strip {
    padding: 18px 0;
  }
  .promise-strip .wrap {
    font-size: 11px;
    gap: 13px;
    align-items: center;
  }
  .promise-strip span {
    flex: 1;
  }
  .promise-strip span + span {
    padding-left: 15px;
  }
  .section {
    padding-block: 65px;
  }
  h2 {
    font-size: 34px;
    margin-bottom: 25px;
  }
  .eyebrow {
    font-size: 10px;
    margin-bottom: 20px;
  }
  .split-heading,
  .two-col,
  .about,
  .offer-layout,
  .faq-layout,
  .time-cost {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .split-heading {
    gap: 0;
  }
  .pain-grid {
    grid-template-columns: 1fr;
    gap: 0;
    margin-top: 10px;
  }
  .pain {
    padding: 20px 0 4px;
  }
  .turn {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 25px;
    margin-top: 25px;
  }
  .turn strong {
    font-size: 19px;
  }
  .statement {
    font-size: 27px;
    margin-top: 20px;
    padding-top: 30px;
  }
  .bridge {
    text-align: left;
  }
  .bridge .two-col {
    gap: 0;
    margin-top: 25px;
  }
  .journey {
    grid-template-columns: 1fr 1fr;
    gap: 27px 23px;
    margin-top: 30px;
  }
  .journey h3 {
    font-size: 21px;
  }
  .journey p {
    font-size: 14px;
  }
  .journey li:before {
    margin-bottom: 14px;
  }
  .signature-line {
    font-size: 24px;
  }
  .modules {
    grid-template-columns: 1fr;
    margin-top: 30px;
    gap: 18px;
  }
  .module {
    padding: 28px;
  }
  .module h3 {
    font-size: 29px;
  }
  .live .two-col {
    gap: 35px;
  }
  .live-photo img {
    min-height: 300px;
  }
  .live h2 {
    font-size: 33px;
  }
  .proof-grid {
    grid-template-columns: 1fr;
    margin-top: 30px;
  }
  .placeholder {
    min-height: 190px;
  }
  .placeholder h3 {
    margin-top: 20px;
  }
  .portrait {
    max-width: 360px;
    margin: auto;
  }
  .about {
    gap: 35px;
  }
  .bonus-list {
    margin-top: 25px;
  }
  .bonus-list article {
    grid-template-columns: 28px 1fr;
    gap: 12px 15px;
    padding: 24px 0;
  }
  .bonus-list p {
    grid-column: 2;
  }
  .bonus-list h3 {
    font-size: 23px;
  }
  .not-fit {
    padding: 28px;
  }
  .fit h2 {
    font-size: 33px;
  }
  .offer-layout h2 {
    font-size: 36px;
  }
  .price-card {
    padding: 35px 25px;
  }
  .guarantees {
    grid-template-columns: 1fr;
    gap: 40px;
    margin-top: 25px;
  }
  .objections {
    grid-template-columns: 1fr;
    gap: 27px;
    margin-top: 30px;
  }
  .time-cost {
    gap: 0;
  }
  .time-cost strong {
    font-size: 19px;
  }
  .choices {
    grid-template-columns: 1fr;
    gap: 14px;
    margin: 30px 0;
  }
  .choices article {
    min-height: auto;
    padding: 26px 24px;
  }
  .choices p {
    padding: 0;
    margin: 0;
    display: block;
    font-size: 16px;
  }
  .choices article > span {
    margin: 0 0 20px;
  }
  .decision h2 {
    font-size: 35px;
  }
  .decision .button {
    width: 100%;
  }
  .decision-cta {
    flex-direction: column;
    align-items: stretch;
    gap: 24px;
  }
  .decision-cta p {
    text-align: center;
  }
  .guarantees article {
    padding: 28px;
  }
  .installments {
    flex-direction: column;
    align-items: center;
    gap: 7px;
  }
  .installments strong {
    font-size: 45px;
  }
  .closing {
    padding-block: 45px;
  }
  .closing h3 {
    font-size: 22px;
  }
  .closing h3 span {
    font-size: 16px;
  }
  .faq-layout {
    gap: 20px;
  }
  summary {
    font-size: 16px;
  }
  footer {
    flex-direction: column;
    align-items: flex-start;
    gap: 22px;
    padding-bottom: 125px;
  }
  .sticky.visible {
    position: fixed;
    z-index: 10;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    border-top: 1px solid var(--line);
    box-shadow: 0 -3px 25px #102e4512;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 18px max(12px, env(safe-area-inset-bottom));
    gap: 15px;
  }
  .sticky > span {
    font-size: 10px;
    line-height: 1.5;
  }
  .sticky strong {
    display: block;
    font-size: 19px;
  }
  .sticky > a {
    background: var(--blue);
    color: white;
    padding: 12px 20px;
    font-size: 13px;
    border-radius: 4px;
  }
  .button {
    padding: 18px 20px;
    font-size: 11px;
    gap: 17px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  * {
    transition: none !important;
  }
}

/* Relatos reais: proporção preservada em qualquer tela. */
.proof-grid.videos {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}
.video-card {
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: white;
  box-shadow: 0 15px 45px #102e450b;
}
.video-frame {
  aspect-ratio: 16/9;
  background: var(--navy);
  position: relative;
}
.video-frame iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  border: 0;
}
.video-caption {
  padding: 25px 27px;
  border-top: 3px solid var(--accent);
}
.video-caption span {
  font-size: 10px;
  letter-spacing: 0.12em;
  color: var(--blue);
  font-weight: bold;
}
.video-caption h3 {
  margin: 7px 0 8px;
  font-size: 27px;
}
.video-caption p {
  margin: 0;
  font-size: 14px;
  color: var(--muted);
}
.countdown {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin: 30px 0 20px;
}
.countdown > div {
  padding: 18px 24px;
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 5px;
  min-width: 93px;
}
.countdown strong {
  display: block;
  font-size: 36px;
  line-height: 1.2;
  font-variant-numeric: tabular-nums;
  font-weight: 500;
}
.countdown span {
  font-size: 12px;
  color: var(--muted);
}
[aria-disabled="true"] {
  background: #5c6c76;
  cursor: default;
  box-shadow: none;
}
.hero-copy h1 {
  font-size: clamp(2.65rem, 3.8vw, 3.8rem);
}
@media (max-width: 700px) {
  .proof-grid.videos {
    grid-template-columns: minmax(0, 1fr);
    gap: 24px;
  }
  .video-caption {
    padding: 20px;
  }
  .video-caption h3 {
    font-size: 23px;
  }
  .countdown {
    gap: 8px;
  }
  .countdown > div {
    min-width: 0;
    flex: 1;
    padding: 15px 6px;
  }
  .countdown strong {
    font-size: 29px;
  }
  .countdown span {
    font-size: 11px;
  }
  .hero-copy h1 {
    font-size: clamp(2.1rem, 9.7vw, 2.75rem);
    line-height: 1.12;
  }
  .hero-visual {
    min-width: 0;
  }
  .price-card {
    min-width: 0;
  }
  .button {
    overflow-wrap: anywhere;
  }
}
