:root {
  --navy: #0b1f3a;
  --navy-2: #123b64;
  --blue: #1769aa;
  --sky: #ddecf8;
  --green: #159a62;
  --green-soft: #e2f5eb;
  --yellow: #f4c542;
  --yellow-soft: #fff5cd;
  --ink: #182230;
  --muted: #617083;
  --paper: #f6f9fc;
  --line: #d7e0e9;
  --white: #fff;
  --shadow: 0 24px 70px rgba(7, 25, 48, 0.15);
}

* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family:
    Inter,
    ui-sans-serif,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  -webkit-font-smoothing: antialiased;
}
.scroll-progress {
  position: fixed;
  z-index: 120;
  inset: 0 0 auto;
  height: 3px;
  pointer-events: none;
}
.scroll-progress span {
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, var(--blue), var(--green), var(--yellow));
  box-shadow: 0 0 14px rgba(23, 105, 170, 0.42);
  transform: scaleX(0);
  transform-origin: left center;
  will-change: transform;
}
a {
  color: inherit;
  text-decoration: none;
}
img {
  display: block;
  max-width: 100%;
}
button,
input {
  font: inherit;
}
:focus-visible {
  outline: 3px solid rgba(23, 105, 170, 0.45);
  outline-offset: 3px;
}

.site-shell {
  min-height: 100vh;
  overflow: hidden;
}
.container {
  width: min(1160px, calc(100% - 44px));
  margin: 0 auto;
}
.section-pad {
  padding: 104px 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid rgba(215, 224, 233, 0.8);
  backdrop-filter: blur(18px);
}
.header-inner {
  min-height: 78px;
  display: flex;
  align-items: center;
  gap: 34px;
}
.logo {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  min-width: 212px;
}
.logo-marks {
  display: flex;
  align-items: center;
  gap: 5px;
}
.logo-marks i:first-child {
  width: 28px;
  height: 7px;
  border-radius: 99px;
  background: var(--yellow);
}
.logo-marks i:last-child {
  width: 13px;
  height: 7px;
  border-radius: 99px;
  background: var(--green);
}
.logo > span:last-child {
  display: flex;
  flex-direction: column;
  line-height: 1.05;
}
.logo strong {
  color: var(--navy);
  font-size: 13px;
  letter-spacing: 0.12em;
}
.logo small {
  margin-top: 4px;
  color: var(--blue);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.28em;
}
.site-header nav {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-left: auto;
}
.site-header nav a {
  color: #435064;
  font-size: 14px;
  font-weight: 650;
}
.site-header nav a:hover {
  color: var(--blue);
}
.header-cta {
  padding: 13px 20px;
  color: var(--white);
  background: var(--navy);
  border-radius: 999px;
  font-size: 14px;
  font-weight: 800;
  transition:
    transform 0.2s ease,
    background 0.2s ease;
}
.header-cta:hover {
  transform: translateY(-1px);
  background: var(--blue);
}

.hero {
  position: relative;
  min-height: 750px;
  background:
    radial-gradient(
      circle at 93% 6%,
      rgba(23, 105, 170, 0.12),
      transparent 28%
    ),
    radial-gradient(circle at 2% 94%, rgba(21, 154, 98, 0.08), transparent 25%),
    linear-gradient(180deg, #f4f9fd 0%, #fff 74%);
}
.hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(
    90deg,
    var(--blue) 0 54%,
    var(--green) 54% 70%,
    var(--yellow) 70%
  );
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  align-items: center;
  gap: 64px;
}
.hero-copy {
  position: relative;
  z-index: 2;
  padding-top: 20px;
}
.hero-offer {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 11px;
  margin-top: 24px;
  padding: 9px 13px 9px 9px;
  color: var(--navy);
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(23, 105, 170, 0.15);
  border-radius: 999px;
  box-shadow: 0 12px 30px rgba(10, 40, 70, 0.1);
  backdrop-filter: blur(12px);
}
.hero-offer-label {
  padding: 7px 11px;
  color: var(--navy);
  background: var(--yellow);
  border-radius: 999px;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}
.hero-offer-from {
  color: #687688;
  font-size: 13px;
  font-weight: 750;
}
.hero-offer-from s {
  text-decoration-color: #e54f4f;
  text-decoration-thickness: 2px;
}
.hero-offer-arrow {
  color: var(--blue);
  font-size: 16px;
}
.hero-offer strong {
  color: var(--green);
  font-size: 17px;
  letter-spacing: -0.02em;
}
.eyebrow,
.section-kicker {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 850;
  line-height: 1.35;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.eyebrow span {
  width: 76px;
  height: 5px;
  flex: 0 0 76px;
  border-radius: 99px;
  background: linear-gradient(
    90deg,
    var(--yellow) 0 34px,
    transparent 34px 42px,
    var(--green) 42px 76px
  );
}
h1,
h2,
h3,
p {
  margin-top: 0;
}
.hero h1 {
  max-width: 660px;
  margin: 26px 0 26px;
  color: var(--navy);
  font-size: clamp(50px, 5.2vw, 76px);
  line-height: 0.99;
  letter-spacing: -0.045em;
}
.hero-lead {
  max-width: 630px;
  margin-bottom: 32px;
  color: #47576c;
  font-size: 20px;
  line-height: 1.58;
}
.hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
.button {
  min-height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 0 25px;
  border: 0;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 850;
  text-align: center;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    background 0.2s ease;
}
.button svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.button-primary {
  color: var(--navy);
  background: var(--yellow);
  box-shadow: 0 12px 30px rgba(189, 139, 0, 0.18);
}
.button-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(189, 139, 0, 0.28);
}
.button-light {
  color: var(--navy);
  background: var(--white);
  box-shadow: 0 12px 30px rgba(5, 24, 45, 0.16);
}
.button-light:hover {
  transform: translateY(-2px);
}
.button-disabled {
  color: #7a8491;
  background: #e7ebf0;
  cursor: not-allowed;
}
.price-note {
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  color: var(--muted);
  font-size: 14px;
}
.price-note s {
  color: #8793a0;
  font-size: 13px;
  text-decoration-color: #e45454;
  text-decoration-thickness: 2px;
}
.price-note strong {
  color: var(--navy);
  font-size: 22px;
}
.microcopy {
  margin: 13px 0 0;
  color: #7a8795;
  font-size: 12px;
}
.hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 32px;
}
.hero-trust span {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #47576c;
  font-size: 13px;
  font-weight: 700;
}
.hero-trust svg,
.feature-list svg,
.audience-list svg,
.security-list svg {
  width: 19px;
  height: 19px;
  flex: 0 0 auto;
  fill: none;
  stroke: var(--green);
  stroke-width: 2.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.product-stage {
  position: relative;
  min-height: 570px;
  perspective: 1200px;
}
.stage-orbit {
  position: absolute;
  border-radius: 50%;
}
.orbit-one {
  width: 420px;
  height: 420px;
  top: 42px;
  right: -70px;
  background: rgba(23, 105, 170, 0.1);
}
.orbit-two {
  width: 170px;
  height: 170px;
  left: 12px;
  bottom: 10px;
  border: 34px solid rgba(21, 154, 98, 0.08);
}
.product-window {
  position: absolute;
  top: 54px;
  left: 18px;
  right: 0;
  height: 485px;
  overflow: hidden;
  background: var(--white);
  border: 1px solid rgba(205, 218, 230, 0.9);
  border-radius: 26px;
  box-shadow: var(--shadow);
  transform: rotateX(var(--tilt-y, 0deg)) rotateY(var(--tilt-x, 0deg))
    rotate(1.7deg);
  transform-style: preserve-3d;
  transition: transform 0.32s cubic-bezier(0.2, 0.8, 0.2, 1);
  will-change: transform;
}
.window-bar {
  height: 44px;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 0 16px;
  color: #6f7d8f;
  background: #f5f7fa;
  border-bottom: 1px solid #e4e9ee;
  font-size: 11px;
}
.window-bar i {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #d5dce5;
}
.window-bar i:first-child {
  background: #ef8d87;
}
.window-bar i:nth-child(2) {
  background: #efc361;
}
.window-bar i:nth-child(3) {
  background: #75c696;
}
.window-bar span {
  margin-left: 8px;
}
.product-crop {
  height: 441px;
  overflow: hidden;
}
.product-crop img {
  width: 100%;
  height: auto;
  transform: translateY(-2px);
}
.floating-card {
  position: absolute;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding: 17px 19px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(215, 224, 233, 0.9);
  border-radius: 17px;
  box-shadow: 0 16px 38px rgba(10, 35, 62, 0.14);
}
.floating-card span {
  color: var(--muted);
  font-size: 10px;
  font-weight: 750;
  text-transform: uppercase;
  letter-spacing: 0.09em;
}
.floating-card strong {
  color: var(--navy);
  font-size: 15px;
}
.floating-total {
  left: -18px;
  bottom: 45px;
}
.floating-total::before {
  content: "";
  width: 7px;
  position: absolute;
  inset: 0 auto 0 0;
  background: var(--green);
  border-radius: 17px 0 0 17px;
}
.floating-bonus {
  right: -18px;
  top: 20px;
}
.floating-bonus::before {
  content: "";
  width: 7px;
  position: absolute;
  inset: 0 auto 0 0;
  background: var(--yellow);
  border-radius: 17px 0 0 17px;
}
.page-entered .floating-total {
  animation: float-card 5.8s ease-in-out infinite;
}
.page-entered .floating-bonus {
  animation: float-card 5.8s ease-in-out -2.4s infinite reverse;
}

.trust-band {
  color: var(--white);
  background: var(--navy);
}
.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.trust-grid > div {
  min-height: 118px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 25px;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}
.trust-grid > div:last-child {
  border-right: 0;
}
.trust-grid strong {
  color: var(--yellow);
  font-size: 27px;
}
.trust-grid span {
  max-width: 120px;
  color: #d6e2ef;
  font-size: 12px;
  line-height: 1.35;
}
.trust-offer {
  flex-wrap: wrap;
}
.trust-offer .trust-old-price {
  max-width: none;
  color: #92a6bb;
  font-size: 12px;
  font-weight: 800;
  text-decoration: line-through;
  text-decoration-color: #ff7777;
  text-decoration-thickness: 2px;
}

.split-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 95px;
  align-items: start;
}
.section-kicker {
  margin-bottom: 19px;
}
.section-kicker::before {
  content: "";
  width: 28px;
  height: 4px;
  border-radius: 99px;
  background: var(--yellow);
}
.section-kicker-light {
  color: #8fc9ee;
}
.problem-section h2,
.section-head h2,
.product-details h2,
.audience-copy h2,
.faq-intro h2,
.final-card h2 {
  margin-bottom: 20px;
  color: var(--navy);
  font-size: clamp(37px, 4.1vw, 56px);
  line-height: 1.08;
  letter-spacing: -0.035em;
}
.body-copy p {
  margin-bottom: 21px;
  color: #536276;
  font-size: 18px;
  line-height: 1.75;
}

.steps-section {
  background: var(--paper);
}
.section-head {
  max-width: 680px;
  margin: 0 auto 52px;
  text-align: center;
}
.section-head .section-kicker {
  justify-content: center;
}
.section-head p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.6;
}
.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.step-card {
  position: relative;
  min-height: 285px;
  padding: 38px;
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 24px;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}
.step-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 50px rgba(12, 44, 75, 0.1);
}
.step-number {
  display: block;
  margin-bottom: 50px;
  color: var(--blue);
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0.08em;
}
.step-card h3 {
  margin-bottom: 13px;
  color: var(--navy);
  font-size: 26px;
}
.step-card p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.65;
}
.step-card::after {
  content: "";
  position: absolute;
  top: -35px;
  right: -35px;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background: rgba(23, 105, 170, 0.07);
}
.step-card:nth-child(2)::after {
  background: rgba(21, 154, 98, 0.08);
}
.step-card:nth-child(3)::after {
  background: rgba(244, 197, 66, 0.15);
}

.product-section {
  position: relative;
  color: var(--white);
  background: linear-gradient(135deg, var(--navy) 0%, #113c67 100%);
}
.product-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle at 16% 90%,
    rgba(21, 154, 98, 0.18),
    transparent 27%
  );
}
.product-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  align-items: center;
  gap: 82px;
}
.product-demo-card {
  position: relative;
  min-height: 530px;
}
.demo-glow {
  position: absolute;
  width: 390px;
  height: 390px;
  top: 60px;
  left: 40px;
  border-radius: 50%;
  background: rgba(23, 105, 170, 0.48);
  filter: blur(34px);
}
.demo-screen {
  position: absolute;
  inset: 15px 0 0;
  height: 500px;
  overflow: hidden;
  background: var(--white);
  border: 10px solid rgba(255, 255, 255, 0.92);
  border-radius: 26px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.36);
  transform: rotate(-2deg);
}
.demo-screen img {
  width: 100%;
  height: auto;
}
.product-details h2 {
  color: var(--white);
}
.product-details > p {
  color: #c8d9e8;
  font-size: 17px;
  line-height: 1.7;
}
.feature-list {
  display: grid;
  gap: 13px;
  margin: 28px 0 34px;
  padding: 0;
  list-style: none;
}
.feature-list li {
  display: flex;
  align-items: center;
  gap: 11px;
  color: #edf5fc;
  font-size: 14px;
}
.feature-list svg {
  stroke: #4dd59a;
}

.bonus-section {
  background: var(--white);
}
.bundle-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr 0.95fr;
  gap: 20px;
}
.bundle-card {
  min-height: 350px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 38px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 25px;
}
.bundle-main {
  color: var(--white);
  background: var(--navy);
  border-color: var(--navy);
}
.bundle-icon {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  margin-bottom: 30px;
  color: var(--navy);
  background: var(--yellow);
  border-radius: 16px;
}
.bundle-icon svg {
  width: 34px;
  height: 34px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.bundle-tag,
.bundle-index {
  display: inline-flex;
  margin-bottom: 20px;
  color: var(--blue);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.bundle-main .bundle-tag {
  color: var(--yellow);
}
.bundle-card h3 {
  margin-bottom: 16px;
  color: var(--navy);
  font-size: 26px;
  line-height: 1.2;
}
.bundle-main h3 {
  color: var(--white);
}
.bundle-card p {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.65;
}
.bundle-main p {
  color: #c9d7e7;
}
.file-pill {
  margin-top: auto;
  padding: 8px 12px;
  color: var(--navy);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
}

.audience-section {
  color: var(--white);
  background: var(--blue);
}
.audience-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 85px;
  align-items: center;
}
.audience-copy h2 {
  color: var(--white);
}
.audience-copy p {
  color: #dcebfa;
  font-size: 17px;
  line-height: 1.65;
}
.audience-list {
  display: grid;
  gap: 13px;
}
.audience-list > div {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 20px 22px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 16px;
}
.audience-list span {
  color: #f7fbff;
  font-size: 14px;
  line-height: 1.5;
}
.audience-list svg {
  margin-top: 1px;
  stroke: var(--yellow);
}
.audience-list > .audience-boundary {
  flex-direction: column;
  gap: 6px;
  padding-left: 57px;
  background: rgba(5, 28, 54, 0.28);
  border-color: rgba(255, 255, 255, 0.2);
}
.audience-boundary strong {
  color: var(--yellow);
  font-size: 12px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.authority-section {
  background: var(--white);
}
.authority-grid {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 80px;
  align-items: center;
}
.authority-logo-card {
  min-height: 390px;
  display: grid;
  place-items: center;
  padding: 44px;
  overflow: hidden;
  background: radial-gradient(
    circle at 50% 35%,
    #1d4f7c 0%,
    var(--navy) 60%,
    #06172b 100%
  );
  border-radius: 28px;
  box-shadow: var(--shadow);
}
.authority-logo-card img {
  width: min(100%, 280px);
  height: auto;
}
.authority-copy h2 {
  max-width: 760px;
  margin-bottom: 24px;
  color: var(--navy);
  font-size: clamp(37px, 4.1vw, 56px);
  line-height: 1.08;
  letter-spacing: -0.035em;
}
.authority-copy p {
  max-width: 760px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
}
.authority-copy p strong {
  color: var(--navy);
}
.authority-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}
.authority-links a {
  padding: 11px 14px;
  color: var(--blue);
  background: var(--sky);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
}

.faq-section {
  background: var(--paper);
}
.faq-grid {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 85px;
  align-items: start;
}
.faq-intro {
  position: sticky;
  top: 115px;
}
.faq-intro p {
  color: var(--muted);
  font-size: 16px;
}
.faq-list {
  display: grid;
  gap: 12px;
}
.faq-list details {
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 15px;
}
.faq-list summary {
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  padding: 21px 24px;
  color: var(--navy);
  font-size: 15px;
  font-weight: 800;
}
.faq-list summary::-webkit-details-marker {
  display: none;
}
.faq-list summary span {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  color: var(--blue);
  background: var(--sky);
  border-radius: 50%;
  font-size: 19px;
  transition: transform 0.2s ease;
}
.faq-list details[open] summary span {
  transform: rotate(45deg);
}
.faq-list details p {
  margin: 0;
  padding: 0 24px 23px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
}

.guarantee-section {
  padding: 76px 0;
  background: var(--green-soft);
}
.guarantee-card {
  display: grid;
  grid-template-columns: 150px 1fr auto;
  gap: 38px;
  align-items: center;
  padding: 38px 42px;
  background: var(--white);
  border: 1px solid #c9ead8;
  border-radius: 26px;
  box-shadow: 0 20px 55px rgba(15, 81, 52, 0.09);
}
.guarantee-number {
  width: 130px;
  height: 130px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: var(--white);
  background: var(--green);
  border-radius: 50%;
}
.guarantee-number strong {
  font-size: 58px;
  line-height: 0.9;
  letter-spacing: -0.05em;
}
.guarantee-number span {
  margin-top: 8px;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.guarantee-card h2 {
  margin: 0 0 10px;
  color: var(--navy);
  font-size: 31px;
  line-height: 1.15;
}
.guarantee-card p {
  max-width: 680px;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
}
.text-link {
  white-space: nowrap;
  color: var(--blue);
  font-size: 13px;
  font-weight: 850;
}

.final-cta {
  color: var(--white);
  background: var(--navy);
}
.final-card {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 75px;
  align-items: center;
}
.final-card h2 {
  color: var(--white);
}
.final-card p {
  margin-bottom: 0;
  color: #c9d8e7;
  font-size: 17px;
}
.price-box {
  padding: 35px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 24px;
}
.price-box > span {
  display: block;
  color: #a9bdd0;
  font-size: 12px;
  font-weight: 750;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}
.price-box > strong {
  display: block;
  margin: 7px 0 21px;
  color: var(--yellow);
  font-size: 66px;
  letter-spacing: -0.04em;
}
.price-box-old {
  display: block;
  width: fit-content;
  margin-top: 10px;
  color: #9fb1c4;
  font-size: 20px;
  font-weight: 800;
  text-decoration-color: #ff7777;
  text-decoration-thickness: 3px;
}
.price-box .button {
  width: 100%;
}
.price-box small {
  display: block;
  margin-top: 15px;
  color: #afc0d0;
  font-size: 11px;
  text-align: center;
}
.responsible-note {
  padding: 22px 0;
  color: #526173;
  background: #edf3f8;
  border-top: 1px solid #d8e2eb;
  font-size: 12px;
  line-height: 1.6;
  text-align: center;
}
.responsible-note strong {
  color: var(--navy);
}

.site-footer {
  padding: 68px 0 26px;
  color: #aebdd0;
  background: #07182d;
}
.site-footer .logo strong {
  color: var(--white);
}
.site-footer .logo small {
  color: #7cb9e4;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.35fr 0.65fr 1fr 0.65fr;
  gap: 52px;
}
.footer-grid > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 11px;
}
.footer-grid p {
  max-width: 330px;
  margin: 10px 0 0;
  color: #8fa1b5;
  font-size: 13px;
  line-height: 1.6;
}
.footer-grid strong {
  margin-bottom: 7px;
  color: var(--white);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.footer-grid a,
.footer-grid span {
  color: #9fb0c2;
  font-size: 13px;
}
.footer-grid a:hover {
  color: var(--white);
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 52px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: #71859b;
  font-size: 11px;
}

/* Checkout */
.inner-page-shell {
  background: var(--paper);
}
.checkout-main,
.thanks-main {
  min-height: 720px;
  background: linear-gradient(180deg, #edf6fc 0%, var(--paper) 360px);
}
.back-link {
  display: inline-block;
  margin-bottom: 35px;
  color: var(--blue);
  font-size: 13px;
  font-weight: 750;
}
.checkout-heading {
  max-width: 780px;
  margin-bottom: 32px;
}
.checkout-heading h1,
.thanks-card h1 {
  margin-bottom: 18px;
  color: var(--navy);
  font-size: clamp(42px, 5vw, 66px);
  line-height: 1.03;
  letter-spacing: -0.04em;
}
.checkout-heading p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.65;
}
.integration-banner {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 27px;
  padding: 15px 18px;
  color: #735000;
  background: var(--yellow-soft);
  border: 1px solid #efd47c;
  border-radius: 14px;
  font-size: 13px;
}
.integration-banner span {
  flex: 0 0 auto;
  padding: 7px 10px;
  color: var(--navy);
  background: var(--yellow);
  border-radius: 999px;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}
.checkout-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 34px;
  align-items: start;
}
.order-inclusions,
.payment-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 23px;
  box-shadow: 0 18px 55px rgba(12, 44, 75, 0.07);
}
.order-inclusions {
  padding: 34px;
}
.order-inclusions > h2 {
  margin-bottom: 26px;
  color: var(--navy);
  font-size: 25px;
}
.order-item {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 16px;
  padding: 23px 0;
  border-top: 1px solid var(--line);
}
.order-item-main {
  border-top: 0;
  padding-top: 0;
}
.order-check {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  color: var(--green);
  background: var(--green-soft);
  border-radius: 50%;
}
.order-check svg,
.success-mark svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.order-item span {
  color: var(--blue);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}
.order-item h3 {
  margin: 5px 0 7px;
  color: var(--navy);
  font-size: 19px;
}
.order-item p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}
.checkout-responsible {
  margin-top: 12px;
  padding: 17px 18px;
  background: #edf5fb;
  border-left: 4px solid var(--blue);
  border-radius: 9px;
}
.checkout-responsible strong {
  color: var(--navy);
  font-size: 12px;
}
.checkout-responsible p {
  margin: 5px 0 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.55;
}
.payment-card {
  position: sticky;
  top: 104px;
  padding: 30px;
}
.payment-card-head,
.payment-line,
.payment-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.payment-card-head {
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
  color: var(--navy);
}
.payment-card-head span {
  font-size: 19px;
  font-weight: 850;
}
.payment-card-head strong {
  color: var(--blue);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.payment-line {
  padding: 23px 0;
  color: var(--muted);
  font-size: 13px;
}
.payment-line strong {
  color: var(--ink);
}
.payment-line s {
  color: #8894a2;
  text-decoration-color: #e45454;
  text-decoration-thickness: 2px;
}
.payment-line-discount {
  margin-top: -16px;
  padding-top: 0;
}
.payment-line-discount span,
.payment-line-discount strong {
  color: var(--green);
  font-weight: 850;
}
.payment-total {
  padding: 20px 0;
  border-top: 1px solid var(--line);
  color: var(--navy);
}
.payment-total span {
  font-size: 15px;
  font-weight: 750;
}
.payment-total strong {
  font-size: 34px;
}
.payment-access {
  margin: 0 0 20px;
  color: var(--muted);
  font-size: 12px;
  text-align: center;
}
.payment-button {
  width: 100%;
}
.security-list {
  display: grid;
  gap: 11px;
  margin-top: 24px;
}
.security-list span {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #627084;
  font-size: 11px;
}
.security-list svg {
  width: 16px;
  height: 16px;
}
.config-note {
  margin-top: 22px;
  padding: 13px;
  color: #67541a;
  background: #fff8df;
  border: 1px solid #efdf9d;
  border-radius: 10px;
  font-size: 10px;
  line-height: 1.55;
}
.config-note code {
  padding: 2px 4px;
  color: var(--navy);
  background: rgba(255, 255, 255, 0.75);
  border-radius: 4px;
}
.checkout-legal {
  margin: 22px 0 0;
  color: #798597;
  font-size: 10px;
  line-height: 1.55;
  text-align: center;
}
.checkout-legal a {
  color: var(--blue);
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* Obrigado */
.thanks-card {
  max-width: 850px;
  padding: 58px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 28px;
  box-shadow: var(--shadow);
}
.success-mark {
  width: 68px;
  height: 68px;
  display: grid;
  place-items: center;
  margin-bottom: 26px;
  color: var(--green);
  background: var(--green-soft);
  border-radius: 50%;
}
.success-mark svg {
  width: 36px;
  height: 36px;
}
.thanks-lead {
  max-width: 650px;
  margin-bottom: 40px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.6;
}
.thanks-steps {
  display: grid;
  gap: 12px;
  margin-bottom: 28px;
}
.thanks-steps article {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 16px;
  padding: 20px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 15px;
}
.thanks-steps article > span {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  color: var(--white);
  background: var(--blue);
  border-radius: 50%;
  font-size: 14px;
  font-weight: 850;
}
.thanks-steps h2 {
  margin: 0 0 5px;
  color: var(--navy);
  font-size: 17px;
}
.thanks-steps p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}
.email-help {
  margin-bottom: 27px;
  padding: 19px 21px;
  color: #705c20;
  background: #fff8df;
  border-left: 4px solid var(--yellow);
  border-radius: 10px;
}
.email-help strong {
  color: var(--navy);
  font-size: 13px;
}
.email-help p {
  margin: 5px 0 0;
  font-size: 12px;
  line-height: 1.55;
}
.email-help a {
  color: var(--blue);
  font-weight: 750;
}

/* Legal pages */
.legal-main {
  min-height: 720px;
  background: linear-gradient(180deg, #edf6fc 0%, var(--paper) 360px);
}
.legal-wrap {
  max-width: 960px;
}
.legal-hero {
  max-width: 820px;
  margin-bottom: 38px;
}
.legal-hero h1 {
  margin: 18px 0;
  color: var(--navy);
  font-size: clamp(44px, 5.6vw, 68px);
  line-height: 1.02;
  letter-spacing: -0.045em;
}
.legal-hero > p {
  max-width: 760px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.65;
}
.legal-hero > span {
  display: inline-block;
  margin-top: 5px;
  color: #7d8997;
  font-size: 11px;
  font-weight: 700;
}
.legal-card {
  padding: 54px 62px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 28px;
  box-shadow: 0 20px 60px rgba(12, 44, 75, 0.07);
}
.legal-card section + section {
  margin-top: 39px;
  padding-top: 39px;
  border-top: 1px solid var(--line);
}
.legal-card h2 {
  margin-bottom: 15px;
  color: var(--navy);
  font-size: 23px;
  line-height: 1.25;
}
.legal-card p,
.legal-card li {
  color: #566579;
  font-size: 14px;
  line-height: 1.75;
}
.legal-card p:last-child {
  margin-bottom: 0;
}
.legal-card ul {
  display: grid;
  gap: 8px;
  margin: 15px 0 0;
  padding-left: 22px;
}
.legal-card a {
  color: var(--blue);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.legal-card strong {
  color: var(--navy);
}
.legal-highlight {
  display: flex;
  align-items: center;
  gap: 17px;
  margin-bottom: 39px;
  padding: 20px 22px;
  color: #2f5944;
  background: var(--green-soft);
  border-left: 5px solid var(--green);
  border-radius: 13px;
}
.legal-highlight strong {
  flex: 0 0 auto;
  color: var(--green);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.legal-highlight span {
  font-size: 14px;
  line-height: 1.5;
}

/* Motion system: clear, polished reveals with restrained continuous movement. */
.motion-ready .hero-copy > * {
  opacity: 0;
  transform: translateY(34px);
}
.motion-ready .product-stage {
  opacity: 0;
  transform: translateY(38px) scale(0.94);
}
.page-entered .hero-copy > * {
  opacity: 1;
  transform: translateY(0);
  transition:
    opacity 0.88s ease,
    transform 0.96s cubic-bezier(0.16, 1, 0.3, 1);
}
.page-entered .hero-copy > :nth-child(2) {
  transition-delay: 0.12s;
}
.page-entered .hero-copy > :nth-child(3) {
  transition-delay: 0.24s;
}
.page-entered .hero-copy > :nth-child(4) {
  transition-delay: 0.36s;
}
.page-entered .hero-copy > :nth-child(5) {
  transition-delay: 0.48s;
}
.page-entered .hero-copy > :nth-child(6),
.page-entered .hero-copy > :nth-child(7) {
  transition-delay: 0.6s;
}
.page-entered .product-stage {
  opacity: 1;
  transform: translateY(0) scale(1);
  transition:
    opacity 1s ease 0.22s,
    transform 1.08s cubic-bezier(0.16, 1, 0.3, 1) 0.22s;
}
.motion-ready .reveal-item {
  opacity: 0;
  transform: translateY(42px) scale(0.975);
  filter: blur(4px);
  transition:
    opacity 0.82s ease,
    transform 0.92s cubic-bezier(0.16, 1, 0.3, 1),
    filter 0.82s ease;
  transition-delay: calc(var(--reveal-order, 0) * 90ms);
}
.motion-ready .reveal-item.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
  filter: blur(0);
}
.product-demo-card,
.authority-logo-card,
.price-box {
  position: relative;
  overflow: hidden;
}
.product-demo-card::after,
.authority-logo-card::after,
.price-box::after {
  content: "";
  position: absolute;
  inset: -120% -35%;
  background: linear-gradient(
    105deg,
    transparent 42%,
    rgba(255, 255, 255, 0.17) 49%,
    transparent 56%
  );
  transform: translateX(-55%) rotate(8deg);
  pointer-events: none;
}
.reveal-item.is-visible.product-demo-card::after,
.reveal-item.is-visible.authority-logo-card::after,
.reveal-item.is-visible.price-box::after {
  animation: light-sweep 1.4s ease 0.35s both;
}
.page-entered .hero-offer {
  animation: offer-pulse 1.8s ease 1.2s 1;
}
.page-entered .product-window {
  animation: product-window-float 6s ease-in-out 1.5s infinite;
}
.page-entered .orbit-one {
  animation: orbit-breathe 7s ease-in-out 1.2s infinite;
}
.page-entered .orbit-two {
  animation: orbit-breathe 7s ease-in-out -2.3s infinite reverse;
}

@keyframes float-card {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-9px);
  }
}

@keyframes light-sweep {
  from {
    transform: translateX(-55%) rotate(8deg);
  }
  to {
    transform: translateX(70%) rotate(8deg);
  }
}

@keyframes offer-pulse {
  0%,
  100% {
    box-shadow: 0 12px 30px rgba(10, 40, 70, 0.1);
  }
  50% {
    box-shadow: 0 14px 38px rgba(21, 154, 98, 0.26);
  }
}

@keyframes product-window-float {
  0%,
  100% {
    transform: translateY(0) rotateX(var(--tilt-y, 0deg))
      rotateY(var(--tilt-x, 0deg)) rotate(1.7deg);
  }
  50% {
    transform: translateY(-10px) rotateX(var(--tilt-y, 0deg))
      rotateY(var(--tilt-x, 0deg)) rotate(1.1deg);
  }
}

@keyframes orbit-breathe {
  0%,
  100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.06);
    opacity: 0.72;
  }
}

@media (max-width: 1000px) {
  .site-header nav {
    display: none;
  }
  .hero-grid,
  .product-grid,
  .split-layout,
  .audience-grid,
  .authority-grid,
  .faq-grid,
  .final-card,
  .checkout-grid {
    grid-template-columns: 1fr;
  }
  .hero {
    min-height: auto;
  }
  .hero-copy {
    max-width: 760px;
  }
  .product-stage {
    max-width: 650px;
    width: 100%;
    margin: 0 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 rgba(255, 255, 255, 0.12);
  }
  .split-layout,
  .audience-grid,
  .authority-grid,
  .faq-grid,
  .final-card {
    gap: 44px;
  }
  .steps-grid,
  .bundle-grid {
    grid-template-columns: 1fr;
  }
  .step-card {
    min-height: 220px;
  }
  .step-number {
    margin-bottom: 32px;
  }
  .bundle-card {
    min-height: 285px;
  }
  .product-grid {
    gap: 50px;
  }
  .product-demo-card {
    min-height: 490px;
  }
  .faq-intro,
  .payment-card {
    position: static;
  }
  .checkout-grid {
    gap: 24px;
  }
  .authority-logo-card {
    min-height: 330px;
  }
  .guarantee-card {
    grid-template-columns: 120px 1fr;
  }
  .guarantee-number {
    width: 110px;
    height: 110px;
  }
  .guarantee-card .text-link {
    grid-column: 2;
  }
}

@media (max-width: 720px) {
  .container {
    width: min(100% - 30px, 1160px);
  }
  .section-pad {
    padding: 72px 0;
  }
  .header-inner {
    min-height: 70px;
  }
  .header-cta {
    padding: 11px 14px;
    font-size: 11px;
  }
  .logo {
    min-width: 0;
  }
  .logo strong {
    font-size: 11px;
  }
  .logo small {
    font-size: 8px;
  }
  .logo-marks {
    display: none;
  }
  .hero-grid {
    gap: 34px;
  }
  .hero h1 {
    font-size: 48px;
  }
  .hero-offer {
    width: fit-content;
    max-width: 100%;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 7px;
  }
  .hero-offer-label {
    padding-inline: 8px;
    font-size: 8px;
  }
  .hero-offer-from {
    font-size: 11px;
  }
  .hero-offer strong {
    font-size: 14px;
  }
  .eyebrow span {
    width: 58px;
    flex-basis: 58px;
    background: linear-gradient(
      90deg,
      var(--yellow) 0 25px,
      transparent 25px 33px,
      var(--green) 33px 58px
    );
  }
  .hero-lead {
    font-size: 17px;
  }
  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
  }
  .button {
    width: 100%;
    min-height: 56px;
    padding: 0 20px;
    font-size: 14px;
  }
  .hero-trust {
    gap: 11px 15px;
  }
  .product-stage {
    min-height: 445px;
  }
  .product-window {
    top: 35px;
    left: 0;
    height: 385px;
    border-radius: 19px;
  }
  .window-bar {
    height: 36px;
  }
  .product-crop {
    height: 349px;
  }
  .floating-card {
    padding: 12px 14px;
  }
  .floating-total {
    left: -5px;
    bottom: 5px;
  }
  .floating-bonus {
    right: -4px;
    top: 6px;
  }
  .floating-card strong {
    font-size: 12px;
  }
  .trust-grid > div {
    min-height: 100px;
    padding: 17px;
    flex-direction: column;
    gap: 3px;
    text-align: center;
  }
  .trust-grid strong {
    font-size: 23px;
  }
  .trust-grid span {
    font-size: 10px;
  }
  .trust-offer {
    gap: 2px !important;
  }
  .problem-section h2,
  .section-head h2,
  .product-details h2,
  .audience-copy h2,
  .authority-copy h2,
  .faq-intro h2,
  .final-card h2 {
    font-size: 39px;
  }
  .body-copy p {
    font-size: 16px;
  }
  .steps-grid {
    gap: 14px;
  }
  .step-card,
  .bundle-card {
    padding: 29px;
  }
  .product-demo-card {
    min-height: 390px;
  }
  .demo-screen {
    height: 385px;
    border-width: 7px;
  }
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .footer-bottom {
    flex-direction: column;
  }
  .checkout-heading h1,
  .thanks-card h1 {
    font-size: 43px;
  }
  .integration-banner {
    align-items: flex-start;
    flex-direction: column;
  }
  .order-inclusions,
  .payment-card {
    padding: 24px;
  }
  .order-item {
    grid-template-columns: 36px 1fr;
  }
  .thanks-card {
    padding: 32px 23px;
  }
  .thanks-steps article {
    grid-template-columns: 38px 1fr;
    padding: 16px;
  }
  .audience-list > .audience-boundary {
    padding-left: 22px;
  }
  .authority-logo-card {
    min-height: 270px;
    padding: 30px;
  }
  .authority-logo-card img {
    width: 210px;
  }
  .authority-links {
    flex-direction: column;
  }
  .authority-links a {
    text-align: center;
  }
  .guarantee-section {
    padding: 55px 0;
  }
  .guarantee-card {
    grid-template-columns: 1fr;
    gap: 23px;
    padding: 30px 24px;
  }
  .guarantee-number {
    width: 98px;
    height: 98px;
  }
  .guarantee-number strong {
    font-size: 46px;
  }
  .guarantee-card .text-link {
    grid-column: auto;
    white-space: normal;
  }
  .legal-card {
    padding: 33px 24px;
    border-radius: 21px;
  }
  .legal-hero h1 {
    font-size: 46px;
  }
  .legal-hero > p {
    font-size: 16px;
  }
  .legal-highlight {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 460px) {
  .hero-offer {
    display: grid;
    grid-template-columns: auto auto auto;
    row-gap: 5px;
    padding: 9px 12px 10px;
  }
  .hero-offer-label {
    grid-column: 1 / -1;
    width: fit-content;
  }
  .eyebrow {
    align-items: flex-start;
  }
  .eyebrow span {
    margin-top: 5px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
  }
  .motion-ready .hero-copy > *,
  .motion-ready .product-stage,
  .motion-ready .reveal-item {
    opacity: 1;
    transform: none;
    filter: none;
  }
}
