:root {
  --black: #050505;
  --surface: #0c0c0b;
  --surface-2: #121211;
  --surface-3: #1a1a19;
  --gold: #e0d5b7;
  --gold-bright: #f1e5c4;
  --gold-mid: #c2b280;
  --gold-dark: #8f7d4b;
  --cream: #f6f0df;
  --white: #fffdf7;
  --muted: #a5a39d;
  --line: rgba(224, 213, 183, 0.18);
  --line-strong: rgba(224, 213, 183, 0.34);
  --red: #d9473f;
  --green: #b5d39a;
  --shell: 1120px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--black);
  color: var(--white);
  font-family: 'DM Sans', Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

body.has-sticky-cta { padding-bottom: 100px; }

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 48% 8%, rgba(194, 178, 128, 0.1), transparent 30rem),
    linear-gradient(rgba(255, 255, 255, 0.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px);
  background-size: auto, 64px 64px, 64px 64px;
  content: '';
  pointer-events: none;
}

button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
a { color: inherit; text-decoration: none; }
svg { display: block; }

.shell { width: min(calc(100% - 40px), var(--shell)); margin-inline: auto; }
.narrow-shell { max-width: 1010px; }

.top-callout {
  padding: 12px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: #b52d27;
  box-shadow: 0 3px 18px rgba(181, 45, 39, 0.2);
  color: #fff;
  font-family: 'Manrope', Arial, sans-serif;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.055em;
  line-height: 1.35;
  text-align: center;
  text-transform: uppercase;
}

.site-header {
  display: flex;
  min-height: 88px;
  align-items: center;
  justify-content: space-between;
}

.brand {
  display: inline-flex;
  width: 142px;
  height: 66px;
  align-items: center;
  justify-content: center;
}

.brand img { display: block; width: 100%; height: 100%; object-fit: contain; }
.brand.compact { width: 115px; height: 54px; }

.header-status, .secure-note {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #b9b7af;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.header-status span, .live-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #94bd77;
  box-shadow: 0 0 0 5px rgba(148, 189, 119, 0.1);
}

.header-status.warning span { background: var(--red); box-shadow: 0 0 0 5px rgba(217, 71, 63, 0.12); }
.secure-note svg { width: 16px; fill: none; stroke: var(--gold-mid); stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.6; }

.hero { padding: 42px 0 84px; text-align: center; }

.eyebrow, .success-pill {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 8px 13px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(224, 213, 183, 0.04);
  color: var(--gold);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.eyebrow-dot { width: 5px; height: 5px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 12px var(--gold); }

.hero h1 {
  max-width: 950px;
  margin: 0 auto 8px;
  font-family: 'Manrope', Arial, sans-serif;
  font-size: clamp(49px, 7.2vw, 88px);
  font-weight: 700;
  letter-spacing: -0.065em;
  line-height: 0.99;
}

.offer-prefix { display: block; margin-bottom: 6px; color: var(--white); font-size: 0.52em; font-weight: 600; letter-spacing: -0.035em; }
.offer-window { color: var(--white); }

.gold-text {
  background: linear-gradient(110deg, #b9a56d 5%, #f4e9c9 43%, #d6c59b 72%, #a18f5a);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-guarantee { margin: 16px 0 0; color: #ddd8c9; font-family: 'Manrope', Arial, sans-serif; font-size: clamp(19px, 2.2vw, 27px); font-weight: 600; letter-spacing: -0.03em; line-height: 1.25; text-shadow: 0 8px 30px rgba(0, 0, 0, 0.42); }
.hero-guarantee strong { color: var(--gold-bright); font-weight: 800; }
@keyframes point-down { 0%, 100% { transform: translateY(-2px); } 50% { transform: translateY(4px); } }

.video-frame {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line-strong);
  border-radius: 15px;
  background:
    radial-gradient(circle at 50% 48%, rgba(224, 213, 183, 0.13), transparent 30%),
    linear-gradient(145deg, #11110f, #050505 60%);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.5), inset 0 1px rgba(255, 255, 255, 0.03);
}

.video-frame::before {
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 30%, rgba(224, 213, 183, 0.035) 50%, transparent 70%);
  content: '';
  transform: translateX(-100%);
  transition: transform 1s var(--ease);
}

.video-frame:hover::before { transform: translateX(100%); }
.hero-video { width: min(100%, 880px); aspect-ratio: 16 / 9; margin: 28px auto 0; }
.video-kicker { position: absolute; top: 24px; right: 27px; left: 27px; color: var(--gold-bright); font-size: 12px; font-weight: 800; letter-spacing: 0.065em; line-height: 1.4; text-align: left; text-transform: uppercase; }

.play-button {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  display: grid;
  width: 76px;
  height: 76px;
  padding: 0;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 50%;
  background: var(--gold-bright);
  box-shadow: 0 0 0 12px rgba(224, 213, 183, 0.09), 0 10px 45px rgba(0, 0, 0, 0.4);
  cursor: pointer;
  transform: translate(-50%, -50%);
  transition: transform 0.25s var(--ease), background 0.25s ease;
}

.play-button:hover { background: #fff8e6; transform: translate(-50%, -50%) scale(1.07); }
.play-button svg { width: 28px; fill: #13120f; }
.play-button.small { width: 54px; height: 54px; box-shadow: 0 0 0 9px rgba(224, 213, 183, 0.08); }
.play-button.small svg { width: 22px; }

.video-copy { position: absolute; right: 25px; bottom: 23px; left: 25px; display: flex; align-items: flex-end; justify-content: space-between; text-align: left; }
.video-copy span { font-family: 'Manrope', Arial, sans-serif; font-size: 16px; font-weight: 700; }
.video-copy small { color: var(--muted); font-size: 11px; }
.video-placeholder-active .play-button { opacity: 0.35; }

.primary-button {
  display: inline-flex;
  min-height: 58px;
  padding: 0 27px;
  align-items: center;
  justify-content: center;
  gap: 32px;
  border: 1px solid #f0e5c7;
  border-radius: 6px;
  background: linear-gradient(120deg, #f2e6c6, #c8b988);
  box-shadow: 0 10px 40px rgba(194, 178, 128, 0.13), inset 0 1px #fff9e7;
  color: #0e0d0a;
  cursor: pointer;
  font-family: 'Manrope', Arial, sans-serif;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  transition: box-shadow 0.25s ease, transform 0.25s var(--ease);
}

.primary-button:hover { box-shadow: 0 14px 50px rgba(224, 213, 183, 0.25), inset 0 1px #fff9e7; transform: translateY(-2px); }
.primary-button:focus-visible, button:focus-visible, a:focus-visible { outline: 2px solid var(--gold-bright); outline-offset: 3px; }
.primary-button span { font-size: 20px; font-weight: 400; }
.primary-button.open-qualifier {
  border-color: #78a9ff;
  background: linear-gradient(135deg, #3b82f6 0%, #2563eb 52%, #1d4ed8 100%);
  box-shadow: 0 12px 42px rgba(37, 99, 235, 0.32), inset 0 1px rgba(255, 255, 255, 0.34);
  color: #fff;
}
.primary-button.open-qualifier:hover { box-shadow: 0 16px 52px rgba(37, 99, 235, 0.5), inset 0 1px rgba(255, 255, 255, 0.38); }
.hero-cta-wrap { margin-top: 22px; }
.hero-cta { position: relative; width: min(100%, 630px); min-height: 106px; padding: 16px 28px; flex-direction: column; gap: 5px; border-radius: 18px; text-transform: none; }
.hero-cta strong { font-size: 24px; letter-spacing: -0.03em; }
.hero-cta small { color: rgba(255, 255, 255, 0.82); font-size: 13px; font-weight: 700; letter-spacing: 0.13em; text-transform: uppercase; }
.hero-cta > strong, .sticky-cta .primary-button > strong { display: inline-flex; align-items: center; justify-content: center; gap: 11px; }
.hero-cta .cta-arrow, .sticky-cta .cta-arrow, .result-cta .cta-arrow { position: absolute; top: 50%; right: 44px; display: block; width: 15px; height: 15px; border-top: 2.5px solid currentColor; border-right: 2.5px solid currentColor; transform: translateY(-50%) rotate(45deg); transition: transform 0.25s var(--ease); }
.hero-cta:hover .cta-arrow, .sticky-cta .primary-button:hover .cta-arrow, .result-cta:hover .cta-arrow { transform: translate(3px, -50%) rotate(45deg); }
.cta-note { display: flex; margin-top: 14px; align-items: center; justify-content: center; gap: 8px; color: #77756f; font-size: 11px; }
.cta-note span { color: #8bae71; }
.cta-note i { width: 3px; height: 3px; margin: 0 3px; border-radius: 50%; background: #504f4b; }

.proof-section { padding: 68px 0 115px; border-top: 1px solid var(--line); background: linear-gradient(180deg, #090908, #050505); }
.section-label { color: var(--gold-mid); font-size: 11px; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; }
.proof-section h2, .final-cta-card h2, .step-card h2 { margin: 15px 0 0; font-family: 'Manrope', Arial, sans-serif; font-size: clamp(36px, 5.2vw, 62px); letter-spacing: -0.055em; line-height: 1.04; }
.muted-heading { color: #6e6c66; }

.featured-proof { margin-top: 0; padding: 30px; border: 1px solid var(--line); border-radius: 18px; background: var(--surface); }
.proof-heading { display: flex; margin-bottom: 26px; align-items: flex-end; justify-content: space-between; gap: 20px; }
.proof-heading p { margin: 0 0 7px; color: var(--muted); font-size: 11px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; }
.proof-heading h3 { max-width: 690px; margin: 0; font-family: 'Manrope', Arial, sans-serif; font-size: clamp(23px, 3.4vw, 37px); letter-spacing: -0.04em; }
.proof-heading h3 span { color: var(--gold); }
.testimonial-video { aspect-ratio: 16 / 7.7; }
.loom-embed { position: relative; overflow: hidden; border: 1px solid var(--line-strong); border-radius: 12px; background: #000; box-shadow: 0 30px 90px rgba(0, 0, 0, 0.5); }
.loom-embed iframe { position: absolute; inset: 0; display: block; width: 100%; height: 100%; border: 0; }
.call-person { position: absolute; top: 0; bottom: 0; display: grid; width: 50%; place-items: center; background: radial-gradient(circle at center, #292822, #11110f 65%); }
.call-person-one { left: 0; }
.call-person-two { right: 0; background: radial-gradient(circle at center, #25231d, #0b0b0a 65%); }
.call-person span { display: grid; width: 82px; height: 82px; place-items: center; border: 1px solid var(--line-strong); border-radius: 50%; background: #0a0a09; color: var(--gold); font-family: 'Manrope', Arial, sans-serif; font-size: 25px; font-weight: 800; }
.call-person small { position: absolute; bottom: 14px; left: 17px; padding: 5px 8px; border-radius: 4px; background: rgba(0, 0, 0, 0.65); color: #cbc8bd; }
.call-divider { position: absolute; z-index: 1; top: 0; bottom: 0; left: 50%; width: 1px; background: rgba(255, 255, 255, 0.08); }

.proof-subheading { margin: 70px 0 23px; text-align: center; font-family: 'Manrope', Arial, sans-serif; font-size: clamp(26px, 3vw, 35px); letter-spacing: -0.04em; }
.result-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.result-image { margin: 0; padding: 3px; overflow: hidden; border: 1px solid rgba(224, 213, 183, 0.5); border-radius: 18px; background: #050505; box-shadow: 0 18px 45px rgba(0, 0, 0, 0.28); transition: border-color 0.25s ease, transform 0.3s var(--ease); }
.result-image:hover { border-color: rgba(224, 213, 183, 0.48); transform: translateY(-5px); }
.result-image img { display: block; width: 100%; height: auto; border-radius: 15px; }
.result-card { position: relative; min-height: 292px; padding: 27px 23px 22px; overflow: hidden; border: 1px solid var(--line); border-radius: 12px; background: linear-gradient(145deg, #11110f, #080808); text-align: center; }
.result-card::before { position: absolute; top: -80px; left: 50%; width: 180px; height: 160px; border-radius: 50%; background: rgba(224, 213, 183, 0.08); filter: blur(35px); content: ''; transform: translateX(-50%); }
.result-card.featured { border-color: rgba(224, 213, 183, 0.43); transform: translateY(-8px); }
.result-logo { position: relative; margin-bottom: 21px; color: var(--gold); font-family: 'Manrope', Arial, sans-serif; font-size: 14px; font-weight: 800; letter-spacing: -0.04em; }
.result-logo small { margin-left: 4px; font-size: 5px; letter-spacing: 0.18em; }
.result-card strong { position: relative; display: block; font-family: 'Manrope', Arial, sans-serif; font-size: 29px; letter-spacing: -0.05em; }
.result-card > span { color: var(--gold); font-size: 12px; font-weight: 700; text-transform: uppercase; }
.result-card > p { margin: 6px 0 18px; color: #85837d; font-size: 10px; }
.mini-receipt { width: 88%; height: 79px; margin: auto; padding: 13px; border-radius: 4px; background: #f2f0e9; transform: rotate(-1.5deg); }
.mini-receipt i { display: block; width: 100%; height: 4px; margin-bottom: 7px; border-radius: 3px; background: #d2d0c9; }
.mini-receipt i:nth-child(2) { width: 65%; }
.mini-receipt i:nth-child(3) { width: 79%; }
.mini-receipt b { display: block; margin-top: 10px; color: #24231f; font-size: 11px; text-align: right; }

.lead-proof { margin-top: 88px; padding: 28px; border: 1px solid var(--line); border-radius: 15px; background: var(--surface); }
.lead-proof-heading { display: flex; margin-bottom: 24px; align-items: flex-end; justify-content: space-between; gap: 24px; }
.lead-proof-heading p { margin: 0; color: var(--gold-mid); font-size: 10px; font-weight: 700; letter-spacing: 0.13em; text-transform: uppercase; }
.lead-proof-heading h3 { max-width: 620px; margin: 0; font-family: 'Manrope', Arial, sans-serif; font-size: clamp(22px, 3.3vw, 34px); letter-spacing: -0.04em; text-align: right; }
.lead-proof-heading h3 span { color: var(--gold); }
.lead-proof > img { display: block; width: 100%; height: auto; border: 1px solid rgba(255, 255, 255, 0.12); border-radius: 8px; }

.metrics-banner { display: grid; margin-top: 90px; grid-template-columns: repeat(3, 1fr); border-block: 1px solid var(--line); }
.metrics-banner > div { display: flex; min-height: 150px; align-items: center; justify-content: center; gap: 18px; }
.metrics-banner > div + div { border-left: 1px solid var(--line); }
.metrics-banner strong { color: var(--gold); font-family: 'Manrope', Arial, sans-serif; font-size: 34px; letter-spacing: -0.05em; }
.metrics-banner span { color: #8b8982; font-size: 12px; line-height: 1.5; }

.section-heading-row { display: flex; margin-top: 105px; align-items: flex-end; justify-content: space-between; gap: 30px; }
.section-heading-row h2 { font-size: clamp(35px, 5vw, 53px); }
.rating-summary { display: flex; align-items: center; gap: 13px; }
.rating-summary > strong { font-family: 'Manrope', Arial, sans-serif; font-size: 31px; }
.rating-summary > span { color: var(--gold-mid); font-size: 13px; letter-spacing: 0.08em; }
.rating-summary small { display: block; margin-top: 4px; color: #77756f; font-size: 9px; letter-spacing: 0; }

.testimonial-grid { display: grid; margin-top: 33px; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.written-reviews { margin-top: 16px; }
.quote-card { display: flex; min-height: 290px; padding: 24px; flex-direction: column; border: 1px solid var(--line); border-radius: 10px; background: var(--surface); }
.stars { color: var(--gold-mid); font-size: 11px; letter-spacing: 0.13em; }
.quote-card blockquote { margin: 23px 0 29px; color: #c5c2b9; font-size: 13px; font-style: italic; line-height: 1.7; }
.quote-person { display: flex; margin-top: auto; align-items: center; gap: 11px; }
.quote-person > span { display: grid; width: 36px; height: 36px; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--gold); font-size: 10px; font-weight: 700; }
.quote-person p { margin: 0; }
.quote-person strong, .quote-person small { display: block; }
.quote-person strong { font-size: 11px; }
.quote-person small { margin-top: 3px; color: #6f6d67; font-size: 9px; }

.message-proof-section { margin-top: 62px; }
.message-proof-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 28px; }
.message-proof-heading h3 { max-width: 610px; margin: 11px 0 0; font-family: 'Manrope', Arial, sans-serif; font-size: clamp(27px, 3.5vw, 39px); letter-spacing: -0.045em; line-height: 1.08; }
.message-proof-heading > p { max-width: 300px; margin: 0 0 4px; color: var(--muted); font-size: 12px; line-height: 1.55; }
.message-proof-grid { display: grid; margin-top: 24px; grid-template-columns: repeat(3, 1fr); align-items: start; gap: 15px; }
.message-proof-grid figure { margin: 0; padding: 10px; overflow: hidden; border: 1px solid var(--line); border-radius: 12px; background: linear-gradient(145deg, #11110f, #080808); box-shadow: 0 16px 42px rgba(0, 0, 0, 0.24); }
.message-proof-grid figcaption { display: flex; min-height: 70px; padding: 5px 6px 12px; flex-direction: column; justify-content: center; gap: 5px; }
.message-proof-grid figcaption span { color: var(--gold-mid); font-size: 9px; font-weight: 700; letter-spacing: 0.13em; text-transform: uppercase; }
.message-proof-grid figcaption strong { font-family: 'Manrope', Arial, sans-serif; font-size: 14px; letter-spacing: -0.025em; line-height: 1.3; }
.message-proof-grid img { display: block; width: 100%; height: auto; border: 1px solid rgba(255, 255, 255, 0.08); border-radius: 8px; }

.final-cta-card { display: flex; margin-top: 105px; padding: 49px; align-items: center; justify-content: space-between; gap: 45px; border: 1px solid var(--line-strong); border-radius: 17px; background: radial-gradient(circle at 100% 0, rgba(224, 213, 183, 0.11), transparent 35%), var(--surface); }
.final-cta-card h2 { max-width: 590px; font-size: clamp(32px, 4vw, 49px); }
.final-cta-card p { max-width: 570px; margin: 15px 0 0; color: var(--muted); font-size: 14px; line-height: 1.6; }
.final-cta-card .primary-button { flex: none; }

.site-footer { display: flex; min-height: 152px; padding: 35px 0; align-items: center; justify-content: space-between; gap: 30px; border-top: 1px solid var(--line); }
.site-footer p { color: #686660; font-size: 10px; text-align: right; }

.sticky-cta {
  position: fixed;
  z-index: 20;
  right: 22px;
  bottom: 28px;
  left: 22px;
  display: flex;
  width: min(calc(100% - 44px), 710px);
  min-height: 78px;
  margin: auto;
  padding: 10px 10px 10px 22px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border: 1px solid var(--line-strong);
  border-radius: 10px;
  background: rgba(12, 12, 11, 0.91);
  box-shadow: 0 18px 70px rgba(0, 0, 0, 0.65);
  backdrop-filter: blur(18px);
}

.sticky-cta > div { display: flex; flex-direction: column; }
.sticky-cta strong { font-size: 13px; }
.sticky-cta > div span { margin-top: 4px; color: #77756f; font-size: 10px; }
.sticky-cta .primary-button { position: relative; min-height: 56px; overflow: hidden; flex-direction: column; gap: 2px; isolation: isolate; }
.sticky-cta .primary-button strong { font-family: 'Manrope', Arial, sans-serif; font-size: 13px; text-transform: uppercase; }
.sticky-cta .primary-button small { display: none; color: rgba(255, 255, 255, 0.82); font-size: 9px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; }
.sticky-cta .primary-button, .final-eligibility-cta { overflow: hidden; isolation: isolate; animation: cta-pulse 1.65s ease-in-out infinite; }
.sticky-cta .primary-button::after, .final-eligibility-cta::after {
  position: absolute;
  z-index: -1;
  top: -45%;
  bottom: -45%;
  left: -35%;
  width: 24%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.52), transparent);
  content: '';
  transform: skewX(-18deg);
  animation: cta-shine 3.3s ease-in-out infinite;
}
@media (min-width: 601px) {
  .sticky-cta .primary-button { min-width: 280px; padding-right: 58px; padding-left: 28px; flex: none; }
  .sticky-cta .primary-button strong { white-space: nowrap; }
  .sticky-cta .cta-arrow { right: 24px; width: 11px; height: 11px; }
}
@keyframes cta-pulse {
  0%, 100% { box-shadow: 0 10px 38px rgba(37, 99, 235, 0.3), 0 0 0 0 rgba(96, 165, 250, 0.55), inset 0 1px rgba(255, 255, 255, 0.35); transform: scale(0.985); }
  50% { box-shadow: 0 16px 58px rgba(37, 99, 235, 0.62), 0 0 0 9px rgba(96, 165, 250, 0), inset 0 1px rgba(255, 255, 255, 0.4); transform: scale(1.018); }
}
@keyframes cta-shine { 0%, 22% { left: -35%; opacity: 0; } 32% { opacity: 1; } 52%, 100% { left: 118%; opacity: 0; } }

/* Qualifier */
.modal { position: fixed; z-index: 100; inset: 0; display: none; padding: 22px; align-items: center; justify-content: center; }
.modal.is-open { display: flex; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(0, 0, 0, 0.79); backdrop-filter: blur(9px); animation: fade-in 0.25s ease both; }
.qualifier { position: relative; z-index: 1; width: min(100%, 620px); min-height: 605px; max-height: calc(100vh - 44px); padding: 29px 35px 34px; overflow-y: auto; border: 1px solid var(--line-strong); border-radius: 17px; background: radial-gradient(circle at 90% 0, rgba(224, 213, 183, 0.09), transparent 34%), #0b0b0a; box-shadow: 0 35px 120px rgba(0, 0, 0, 0.7); animation: modal-in 0.4s var(--ease) both; }
.qualifier.is-loading { width: min(100%, 500px); min-height: 390px; padding: 28px 32px 30px; background: #181817; transition: width 0.35s var(--ease), min-height 0.35s var(--ease); }
.qualifier.is-loading .qualifier-brand { height: 0; overflow: hidden; opacity: 0; }
.qualifier.is-result { animation: result-card-in 0.52s var(--ease) both; }
@keyframes fade-in { from { opacity: 0; } }
@keyframes modal-in { from { opacity: 0; transform: translateY(15px) scale(0.98); } }
@keyframes result-card-in { 0% { opacity: 0.55; transform: scale(0.88); } 72% { opacity: 1; transform: scale(1.025); } 100% { transform: scale(1); } }
.modal-open { overflow: hidden; }
.modal-close { position: absolute; z-index: 3; top: 18px; right: 18px; display: grid; width: 35px; height: 35px; padding: 0 0 2px; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: rgba(255, 255, 255, 0.03); color: #9d9a91; cursor: pointer; font-size: 24px; font-weight: 300; }
.qualifier-brand { display: flex; height: 38px; align-items: center; gap: 9px; color: var(--gold); font-size: 10px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; }
.qualifier-brand img { width: 38px; height: 38px; object-fit: contain; }
.progress-meta { display: flex; margin-top: 31px; align-items: center; justify-content: space-between; color: #88867f; font-size: 10px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; }
.progress-track { height: 3px; margin-top: 10px; overflow: hidden; border-radius: 4px; background: #252522; }
.progress-track div { width: 20%; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--gold-dark), var(--gold-bright)); transition: width 0.45s var(--ease); }
.question-wrap { margin-top: 43px; }
.question-kicker { margin: 0 0 10px; color: var(--gold-mid); font-size: 10px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; }
.question-wrap h2, .loading-view h2, .result-view h2 { margin: 0; font-family: 'Manrope', Arial, sans-serif; font-size: clamp(27px, 5vw, 38px); letter-spacing: -0.045em; line-height: 1.14; }
.answer-list { display: grid; margin-top: 24px; gap: 9px; }
.answer-button { display: flex; width: 100%; min-height: 57px; padding: 8px 13px; align-items: center; gap: 14px; border: 1px solid var(--line); border-radius: 8px; background: rgba(255, 255, 255, 0.018); cursor: pointer; text-align: left; transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s var(--ease); }
.answer-button:hover, .answer-button.selected { border-color: rgba(224, 213, 183, 0.55); background: rgba(224, 213, 183, 0.065); transform: translateX(3px); }
.answer-button > span { display: grid; width: 31px; height: 31px; flex: none; place-items: center; border: 1px solid var(--line); border-radius: 5px; color: var(--gold-mid); font-size: 10px; font-weight: 700; }
.answer-button strong { font-size: 13px; font-weight: 600; }
.answer-button i { margin-left: auto; color: #6d6b65; font-size: 18px; font-style: normal; }
.quiz-back { margin-top: 23px; padding: 0; border: 0; background: transparent; color: #8a8881; cursor: pointer; font-size: 12px; }

.loading-view, .result-view { padding: 80px 20px 20px; text-align: center; }
.loading-view { padding: 44px 10px 10px; }
.simple-loader { width: 66px; height: 66px; margin: 0 auto 31px; border: 5px solid rgba(224, 213, 183, 0.15); border-top-color: var(--gold); border-right-color: var(--gold); border-radius: 50%; box-shadow: 0 0 25px rgba(224, 213, 183, 0.05); animation: simple-spin 0.9s linear infinite; }
@keyframes simple-spin { to { transform: rotate(360deg); } }
.loading-view h2 { font-size: clamp(27px, 5vw, 34px); }
.loading-view > p:last-of-type { min-height: 22px; margin: 24px 0 0; color: var(--gold); font-size: 14px; transition: opacity 0.2s ease; }
.loading-bar { width: min(100%, 400px); height: 5px; margin: 27px auto 0; overflow: hidden; border-radius: 5px; background: #3a3936; }
.loading-bar span { display: block; width: 0; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--gold-dark), var(--gold-bright)); animation: load-bar 3.95s linear forwards; }
@keyframes load-bar { to { width: 100%; } }

.result-view { padding-top: 38px; }
.success-celebration { position: relative; display: grid; width: 104px; height: 104px; margin: 0 auto 22px; place-items: center; }
.success-icon { position: relative; z-index: 2; display: grid; width: 82px; height: 82px; place-items: center; border: 1px solid rgba(181, 211, 154, 0.48); border-radius: 50%; background: rgba(181, 211, 154, 0.09); box-shadow: 0 0 38px rgba(181, 211, 154, 0.12); animation: success-bounce 0.68s var(--ease) both; }
.success-icon svg { width: 38px; fill: none; stroke: #bce79d; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.9; }
@keyframes success-bounce { 0% { opacity: 0; transform: scale(0); } 68% { opacity: 1; transform: scale(1.14); } 84% { transform: scale(0.96); } 100% { transform: scale(1); } }
.confetti-piece { position: absolute; z-index: 1; top: 50%; left: 50%; width: 6px; height: 10px; border-radius: 2px; background: var(--gold-bright); opacity: 0; animation: confetti-burst 1.25s var(--ease) var(--delay) forwards; }
.confetti-piece:nth-child(3n + 1) { background: #bce79d; }
.confetti-piece:nth-child(3n + 2) { width: 7px; height: 7px; border-radius: 50%; background: var(--gold-mid); }
@keyframes confetti-burst { 0% { opacity: 0; transform: translate(-50%, -50%) scale(0.15) rotate(0); } 12% { opacity: 1; } 100% { opacity: 0; transform: translate(calc(-50% + var(--x)), calc(-50% + var(--y))) scale(0.75) rotate(var(--r)); } }
.result-view h2 span { color: var(--gold); }
.result-view h2 { font-size: clamp(25px, 4.5vw, 34px); }
.result-description { max-width: 430px; margin: 15px auto 20px; color: var(--muted); font-size: 13px; line-height: 1.55; }
.price-unlock { display: grid; width: min(100%, 440px); min-height: 208px; margin: 25px auto 0; padding: 27px 24px; place-items: center; gap: 22px; border: 1px solid rgba(181, 211, 154, 0.48); border-radius: 17px; background: radial-gradient(circle at 50% 25%, rgba(224, 213, 183, 0.09), transparent 46%), linear-gradient(145deg, rgba(255, 255, 255, 0.045), rgba(181, 211, 154, 0.045)); box-shadow: 0 24px 70px rgba(0, 0, 0, 0.38), 0 0 35px rgba(181, 211, 154, 0.07), inset 0 1px rgba(255, 255, 255, 0.055); text-align: center; animation: reward-box-arrive 0.72s var(--ease) both; }
.price-label { display: grid; place-items: center; gap: 3px; font-family: 'Manrope', Arial, sans-serif; line-height: 1.05; }
.price-label > span { color: var(--gold-mid); font-size: 10px; font-weight: 800; letter-spacing: 0.18em; text-transform: uppercase; }
.price-label > strong { display: grid; color: var(--white); line-height: 0.98; text-shadow: 0 8px 24px rgba(224, 213, 183, 0.13); }
.price-label > strong > span:first-child { font-size: 22px; font-weight: 600; letter-spacing: 0.01em; }
.price-label > strong > span:last-child { font-size: 38px; font-weight: 800; letter-spacing: -0.055em; }
.price-value { display: flex; width: fit-content; margin: auto; align-items: flex-end; justify-content: center; gap: 17px; line-height: 1; }
.price-unlock del { position: relative; color: #8d8a83; font-family: 'Manrope', Arial, sans-serif; font-size: 34px; font-weight: 600; letter-spacing: -0.045em; text-decoration: none; }
.price-unlock del::after { position: absolute; top: 52%; right: -5px; left: -5px; height: 3px; border-radius: 999px; background: #d4c589; box-shadow: 0 0 10px rgba(212, 197, 137, 0.28); content: ''; transform: rotate(-7deg) scaleX(0); transform-origin: left center; animation: reward-price-strike 0.58s var(--ease) 0.38s forwards; }
.price-value strong { color: #c6f5a2; font-family: 'Manrope', Arial, sans-serif; font-size: 29px; font-weight: 800; letter-spacing: -0.035em; opacity: 0; text-shadow: 0 0 20px rgba(181, 211, 154, 0.2); transform: translateY(10px) scale(0.82); animation: reward-free-pop 0.58s var(--ease) 0.92s forwards; }
@keyframes reward-box-arrive { 0% { opacity: 0; transform: translateY(12px) scale(0.95); } 100% { opacity: 1; transform: translateY(0) scale(1); } }
@keyframes reward-price-strike { to { transform: rotate(-7deg) scaleX(1); } }
@keyframes reward-free-pop { 70% { opacity: 1; transform: translateY(-3px) scale(1.06); } 100% { opacity: 1; transform: translateY(0) scale(1); } }
.result-social-proof { max-width: 390px; margin: 17px auto 0; color: #8b8880; font-size: 10px; line-height: 1.45; }
.full-width { width: min(100%, 440px); margin-top: 12px; }
.result-cta { position: relative; min-height: 64px; padding-inline: 55px; border-color: #79aaff; background: linear-gradient(135deg, #3b82f6, #1d4ed8); box-shadow: 0 14px 46px rgba(37, 99, 235, 0.38), inset 0 1px rgba(255, 255, 255, 0.35); color: #fff; font-size: 20px; animation: result-cta-breathe 2.7s ease-in-out infinite; transition: transform 0.25s var(--ease), box-shadow 0.25s ease; }
.result-cta:hover { animation-play-state: paused; box-shadow: 0 18px 58px rgba(37, 99, 235, 0.58), inset 0 1px rgba(255, 255, 255, 0.4); transform: translateY(-2px) scale(1.01); }
.result-cta:active { animation-play-state: paused; box-shadow: 0 9px 30px rgba(37, 99, 235, 0.38); transform: translateY(0) scale(0.98); }
@keyframes result-cta-breathe { 0%, 100% { box-shadow: 0 12px 40px rgba(37, 99, 235, 0.3), 0 0 0 0 rgba(96, 165, 250, 0.28), inset 0 1px rgba(255, 255, 255, 0.35); transform: scale(0.99); } 50% { box-shadow: 0 18px 58px rgba(37, 99, 235, 0.55), 0 0 0 7px rgba(96, 165, 250, 0), inset 0 1px rgba(255, 255, 255, 0.4); transform: scale(1.012); } }
.result-view > small { display: block; margin-top: 12px; color: #716f69; font-size: 9px; }
[hidden] { display: none !important; }

/* Booking */
.inner-page::before { background: radial-gradient(circle at 50% 0, rgba(194, 178, 128, 0.11), transparent 30rem); }
.booking-eligibility-banner { display: flex; min-height: 52px; padding: 10px 20px; align-items: center; justify-content: center; border-bottom: 1px solid #a9e884; background: #78c950; box-shadow: 0 4px 18px rgba(120, 201, 80, 0.18); color: #050505; text-align: center; text-transform: uppercase; }
.booking-eligibility-banner strong { display: flex; align-items: center; justify-content: center; gap: 5px; font-family: 'Manrope', Arial, sans-serif; font-size: 15px; font-weight: 800; letter-spacing: 0.045em; line-height: 1.35; }
.booking-banner-main, .booking-banner-ending { display: inline-flex; align-items: center; justify-content: center; gap: 6px; }
.booking-banner-check { flex: none; font-size: 16px; }
.booking-eligibility-banner .booking-banner-free { display: inline-block; margin-left: 2px; padding: 2px 7px; border-radius: 4px; background: #050505; color: #fffdf7; font-size: 1.05em; letter-spacing: 0.07em; line-height: 1.25; }
.inner-page .site-header { border-bottom: 1px solid var(--line); }
.booking-main { padding: 38px 0 100px; }
.booking-intro { position: relative; max-width: 760px; margin: auto; padding: 42px 38px 34px; overflow: hidden; border: 1px solid rgba(224, 213, 183, 0.28); border-radius: 18px; background: radial-gradient(circle at 50% -20%, rgba(224, 213, 183, 0.14), transparent 48%), linear-gradient(145deg, rgba(22, 22, 19, 0.98), rgba(8, 8, 8, 0.98)); box-shadow: 0 28px 80px rgba(0, 0, 0, 0.36), inset 0 1px rgba(255, 255, 255, 0.035); text-align: center; }
.booking-intro::before { position: absolute; top: 0; right: 16%; left: 16%; height: 1px; background: linear-gradient(90deg, transparent, rgba(241, 229, 196, 0.72), transparent); content: ''; }
.booking-intro::after { position: absolute; top: -135px; left: 50%; width: 350px; height: 240px; border-radius: 50%; background: rgba(194, 178, 128, 0.09); filter: blur(65px); content: ''; transform: translateX(-50%); pointer-events: none; }
.booking-intro > * { position: relative; z-index: 1; }
.booking-eyebrow { margin: 27px 0 10px; color: var(--gold-mid); font-size: 11px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; }
.booking-intro h1, .confirmation-hero h1 { margin: 0; font-family: 'Manrope', Arial, sans-serif; font-size: clamp(43px, 6vw, 69px); letter-spacing: -0.06em; line-height: 1.03; }
.booking-intro h1.booking-consultation-title { max-width: 680px; margin-inline: auto; font-size: clamp(40px, 5.2vw, 62px); letter-spacing: -0.055em; line-height: 1.04; }
.booking-consultation-title > span { display: block; margin-bottom: 11px; color: var(--gold-mid); font-size: 0.29em; font-weight: 800; letter-spacing: 0.18em; line-height: 1.2; text-transform: uppercase; }
.booking-consultation-title > strong { display: block; color: var(--white); font: inherit; font-weight: 700; }
.booking-consultation-title em { background: linear-gradient(110deg, #baa76f, #f2e6c4 62%, #c5b27f); -webkit-background-clip: text; background-clip: text; color: transparent; font-style: normal; font-weight: 800; }
.booking-intro > p:not(.booking-eyebrow) { margin: 18px 0 0; color: var(--muted); font-size: 16px; }
.booking-intro > p.booking-guarantee { margin-top: 14px; color: #ddd8c9; font-family: 'Manrope', Arial, sans-serif; font-size: clamp(23px, 3vw, 35px); font-weight: 600; letter-spacing: -0.035em; line-height: 1.25; }
.booking-price { display: flex; width: min(100%, 460px); margin: 30px auto 0; padding: 12px 18px 17px; align-items: center; flex-direction: column; gap: 12px; border: 1px solid rgba(181, 211, 154, 0.32); border-radius: 12px; background: linear-gradient(145deg, rgba(181, 211, 154, 0.075), rgba(255, 255, 255, 0.018)); box-shadow: inset 0 1px rgba(255, 255, 255, 0.04), 0 14px 36px rgba(0, 0, 0, 0.24), 0 0 35px rgba(181, 211, 154, 0.035); }
.booking-qualified-status { display: inline-flex; width: 100%; padding: 0 0 9px; align-items: center; justify-content: center; gap: 7px; border-bottom: 1px solid var(--line); color: #c6f5a2; font-size: 10px; font-weight: 800; letter-spacing: 0.07em; text-transform: uppercase; }
.booking-qualified-status > span { display: grid; width: 19px; height: 19px; place-items: center; border-radius: 50%; background: rgba(181, 211, 154, 0.14); box-shadow: 0 0 0 0 rgba(181, 211, 154, 0.28); font-size: 11px; animation: booking-eligible-pulse 2.8s ease-in-out infinite; }
@keyframes booking-eligible-pulse { 0%, 100% { box-shadow: 0 0 0 0 rgba(181, 211, 154, 0.24), 0 0 12px rgba(181, 211, 154, 0.08); transform: scale(1); } 50% { box-shadow: 0 0 0 5px rgba(181, 211, 154, 0), 0 0 18px rgba(181, 211, 154, 0.2); transform: scale(1.08); } }
.booking-price-transition { display: flex; width: auto; align-items: flex-end; flex-direction: row; justify-content: center; gap: 11px; line-height: 1; }
.booking-price-transition del { position: relative; color: #8f8d87; font-family: 'Manrope', Arial, sans-serif; font-size: 31px; font-weight: 600; letter-spacing: -0.035em; text-decoration: none; }
.booking-price-transition del::after { position: absolute; top: 51%; right: -3px; left: -3px; height: 2px; border-radius: 999px; background: #8f8d87; content: ''; transform: scaleX(0); transform-origin: left center; animation: booking-price-strike 0.65s var(--ease) 0.35s forwards; }
.booking-price-transition strong { color: #c6f5a2; font-family: 'Manrope', Arial, sans-serif; font-size: 35px; font-weight: 800; letter-spacing: -0.02em; opacity: 0; text-shadow: 0 0 22px rgba(181, 211, 154, 0.24); transform: translateY(7px) scale(0.82); animation: booking-zero-reveal 0.48s var(--ease) 1s forwards; }
@keyframes booking-price-strike { to { transform: scaleX(1); } }
@keyframes booking-zero-reveal { to { opacity: 1; transform: translateY(0) scale(1); } }
.calendar-card { margin-top: 18px; overflow: hidden; border: 1px solid var(--line-strong); border-radius: 17px; background: #050505; box-shadow: 0 35px 100px rgba(0, 0, 0, 0.45); }
.calendar-card[hidden] { display: none; }
.calendar-sequence { position: relative; min-height: 104px; opacity: 0; transform: translateY(18px) scale(0.99); }
.calendar-sequence.is-visible { animation: calendar-stage-arrive 0.55s var(--ease) forwards; }
.calendar-loading-status { display: flex; min-height: 104px; padding: 22px; align-items: center; justify-content: center; gap: 11px; color: var(--gold); transition: opacity 0.28s ease, visibility 0.28s ease; }
.calendar-loading-status span { width: 18px; height: 18px; border: 2px solid rgba(224, 213, 183, 0.2); border-top-color: var(--gold); border-radius: 50%; animation: loader-spin 0.8s linear infinite; }
.calendar-loading-status strong { font-size: 12px; font-weight: 700; letter-spacing: 0.055em; }
.calendar-sequence .calendar-embed { min-height: 0; max-height: 0; overflow: hidden; opacity: 0; transition: max-height 0.75s var(--ease), opacity 0.35s ease 0.08s; }
.calendar-sequence .calendar-embed iframe { opacity: 0; transition: opacity 0.35s ease 0.08s; }
.calendar-sequence.is-ready { min-height: 760px; }
.calendar-sequence.is-ready .calendar-loading-status { position: absolute; inset: 0 0 auto; opacity: 0; visibility: hidden; }
.calendar-sequence.is-ready .calendar-embed { min-height: 760px; max-height: 4000px; opacity: 1; }
.calendar-sequence.is-ready .calendar-embed iframe { opacity: 1; }
@keyframes calendar-stage-arrive { to { opacity: 1; transform: translateY(0) scale(1); } }
.calendar-topbar { display: flex; min-height: 78px; padding: 14px 24px; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); background: #0d0d0c; }
.calendar-topbar > div { display: flex; align-items: center; gap: 13px; }
.calendar-topbar p { margin: 0; }
.calendar-topbar strong, .calendar-topbar small { display: block; }
.calendar-topbar strong { font-size: 13px; }
.calendar-topbar small { margin-top: 4px; color: #77756e; font-size: 10px; }
.calendar-topbar > span { padding: 7px 10px; border: 1px solid var(--line); border-radius: 999px; color: var(--gold); font-size: 10px; }
.calendar-embed { min-height: 760px; background: #000; }
.calendar-embed iframe { display: block; min-height: 760px; }
.booking-assurances { display: grid; margin-top: 24px; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); border-radius: 12px; background: var(--surface); }
.booking-assurances > div { display: flex; min-height: 100px; padding: 22px; align-items: center; gap: 14px; }
.booking-assurances > div + div { border-left: 1px solid var(--line); }
.booking-assurances > div > span { display: grid; width: 36px; height: 36px; flex: none; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--gold-mid); font-size: 9px; }
.booking-assurances p { margin: 0; }
.booking-assurances strong, .booking-assurances small { display: block; }
.booking-assurances strong { font-size: 12px; }
.booking-assurances small { margin-top: 5px; color: #716f69; font-size: 10px; }

/* Confirmation */
.confirmation-header-progress { display: grid; width: 140px; gap: 7px; }
.confirmation-header-progress strong { color: var(--gold-bright); font-size: 10px; font-weight: 800; letter-spacing: 0.08em; text-align: right; text-transform: uppercase; }
.confirmation-header-progress > span { height: 5px; overflow: hidden; border-radius: 999px; background: rgba(224, 213, 183, 0.13); }
.confirmation-header-progress i { display: block; width: 0; height: 100%; border-radius: inherit; background: linear-gradient(90deg, #8fbd70, #c6f5a2); box-shadow: 0 0 12px rgba(181, 211, 154, 0.28); transition: width 0.55s var(--ease); }
.confirmation-hero { padding: 48px 0 72px; text-align: center; }
.confirmation-hero h1 { max-width: 760px; margin: 0 auto; font-size: clamp(43px, 5.6vw, 66px); line-height: 1.04; }
.confirmation-hero h1 span { color: var(--gold-bright); text-shadow: 0 8px 30px rgba(224, 213, 183, 0.12); }
.confirmation-hero > p:not(.booking-eyebrow) { max-width: 580px; margin: 19px auto 0; color: var(--muted); font-size: 16px; line-height: 1.6; }
.confirmation-hero > p.confirmation-instruction { max-width: 620px; color: var(--cream); font-size: 18px; font-weight: 600; line-height: 1.5; }
.confirmation-instruction-highlight { color: #c6f5a2; font-weight: 800; text-decoration: underline; text-decoration-color: #87b56b; text-decoration-thickness: 2px; text-underline-offset: 4px; }
.confirmation-progress-sticky-slot { width: min(100%, 620px); margin: 25px auto 0; }
.confirmation-progress-panel { width: 100%; margin: 0; padding: 18px 20px 16px; border: 1px solid rgba(181, 211, 154, 0.25); border-radius: 12px; background: linear-gradient(120deg, rgba(255, 255, 255, 0.025), rgba(181, 211, 154, 0.055)), #0d0d0c; box-shadow: 0 18px 55px rgba(0, 0, 0, 0.22), inset 0 1px rgba(255, 255, 255, 0.035); text-align: left; transition: padding 0.3s var(--ease), box-shadow 0.3s ease, border-color 0.3s ease; }
.confirmation-progress-panel.is-sticky { position: fixed; z-index: 30; top: max(10px, env(safe-area-inset-top)); left: 50%; width: min(calc(100% - 28px), 620px); margin: 0; padding: 12px 16px; border-color: rgba(181, 211, 154, 0.48); box-shadow: 0 18px 60px rgba(0, 0, 0, 0.72), 0 0 28px rgba(181, 211, 154, 0.08), inset 0 1px rgba(255, 255, 255, 0.045); transform: translateX(-50%); animation: confirmation-bar-dock 0.32s var(--ease) both; }
.confirmation-progress-panel.is-sticky .confirmation-progress-steps { display: none; }
.confirmation-progress-panel.is-sticky .confirmation-progress-track { margin-top: 8px; }
@keyframes confirmation-bar-dock { from { opacity: 0; transform: translate(-50%, -12px); } to { opacity: 1; transform: translate(-50%, 0); } }
.confirmation-progress-meta { display: flex; align-items: center; justify-content: space-between; gap: 15px; }
.confirmation-progress-meta span { color: var(--gold); font-size: 9px; font-weight: 800; letter-spacing: 0.11em; text-transform: uppercase; }
.confirmation-progress-meta strong { color: #c6f5a2; font-size: 11px; }
.confirmation-progress-track { height: 8px; margin-top: 12px; overflow: hidden; border-radius: 999px; background: rgba(255, 255, 255, 0.07); }
.confirmation-progress-track > span { display: block; width: 0; height: 100%; border-radius: inherit; background: linear-gradient(90deg, #75b957, #c6f5a2); box-shadow: 0 0 18px rgba(181, 211, 154, 0.22); transition: width 0.55s var(--ease); }
.confirmation-progress-steps { display: grid; margin-top: 13px; grid-template-columns: repeat(3, 1fr); }
.confirmation-progress-steps > span { display: flex; align-items: center; justify-content: center; gap: 7px; color: #6f6d66; font-size: 9px; }
.confirmation-progress-steps i { display: grid; width: 20px; height: 20px; place-items: center; border: 1px solid #41413d; border-radius: 50%; font-style: normal; font-size: 8px; transition: background 0.3s ease, border-color 0.3s ease, color 0.3s ease; }
.confirmation-progress-steps small { font-size: inherit; }
.confirmation-progress-steps .is-current { color: var(--gold); }
.confirmation-progress-steps .is-current i { border-color: var(--gold-dark); color: var(--gold-bright); box-shadow: 0 0 0 4px rgba(194, 178, 128, 0.07); }
.confirmation-progress-steps .is-complete { color: #b9df9c; }
.confirmation-progress-steps .is-complete i { border-color: #87b56b; background: #87b56b; color: #091006; }
.scroll-cue { display: inline-flex; margin-top: 26px; align-items: center; gap: 14px; color: var(--gold); font-size: 11px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; }
.scroll-cue span { font-size: 16px; animation: point-down 1.6s ease-in-out infinite; }
.scroll-cue + .confirmation-progress-sticky-slot { margin-top: 28px; }
.steps-wrap { padding-bottom: 64px; }
.step-card[hidden], .all-done-card[hidden] { display: none !important; }
.step-card { display: grid; padding: 47px 0; grid-template-columns: 100px 1fr; border-top: 1px solid var(--line); scroll-margin-top: 100px; }
.step-locked-state { display: none; }
.step-card.is-locked { padding: 18px 0; grid-template-columns: 1fr; }
.step-card.is-locked > .step-number, .step-card.is-locked > .step-content { display: none; }
.step-card.is-locked .step-locked-state { display: flex; min-height: 104px; padding: 20px 24px; align-items: center; gap: 17px; border: 1px solid rgba(224, 213, 183, 0.14); border-radius: 12px; background: linear-gradient(120deg, rgba(255, 255, 255, 0.018), rgba(224, 213, 183, 0.025)), #0a0a09; box-shadow: inset 0 1px rgba(255, 255, 255, 0.025); }
.step-locked-state > div { display: flex; min-width: 0; flex-direction: column; gap: 4px; }
.step-locked-state > div > span { color: #77746d; font-size: 9px; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; }
.step-locked-state strong { color: #d3d0c6; font-family: 'Manrope', Arial, sans-serif; font-size: 15px; letter-spacing: -0.02em; }
.step-locked-state small { color: #6f6d67; font-size: 10px; line-height: 1.45; }
.step-lock-icon { position: relative; display: block; width: 43px; height: 43px; flex: none; border: 1px solid rgba(224, 213, 183, 0.17); border-radius: 50%; background: rgba(224, 213, 183, 0.025); }
.step-lock-icon::before { position: absolute; top: 10px; left: 15px; width: 11px; height: 10px; border: 2px solid #77746d; border-bottom: 0; border-radius: 7px 7px 0 0; content: ''; }
.step-lock-icon::after { position: absolute; top: 19px; left: 12px; width: 17px; height: 14px; border: 2px solid #77746d; border-radius: 3px; content: ''; }
.step-card.is-revealed { animation: confirmation-step-reveal 0.45s var(--ease) both; }
@keyframes confirmation-step-reveal { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }
.step-card.last-step { border-bottom: 1px solid var(--line); }
.step-number { color: var(--gold); font-family: 'Manrope', Arial, sans-serif; font-size: 35px; font-weight: 700; letter-spacing: -0.05em; }
.step-number span { display: block; margin-bottom: 5px; color: #77746d; font-family: 'DM Sans', Arial, sans-serif; font-size: 9px; font-weight: 700; letter-spacing: 0.13em; text-transform: uppercase; }
.step-content > p { max-width: 650px; margin: 14px 0 27px; color: var(--muted); font-size: 13px; line-height: 1.65; }
.step-card h2 { font-size: clamp(30px, 4.5vw, 45px); }
.step-title-row { display: flex; align-items: flex-end; justify-content: space-between; gap: 25px; }
.step-title-row p, .step-kicker { margin: 0 0 7px; color: var(--gold-mid); font-size: 10px; font-weight: 700; letter-spacing: 0.13em; text-transform: uppercase; }
.time-pill { padding: 7px 10px; border: 1px solid var(--line); border-radius: 999px; color: #8e8b84; font-size: 9px; text-transform: uppercase; }
.step-video { aspect-ratio: 16 / 8.6; }
.split-content { display: grid; grid-template-columns: 1fr 310px; align-items: center; gap: 50px; }
.step-copy h2 { margin-top: 0; }
.step-copy > p:not(.step-kicker) { color: var(--muted); font-size: 13px; line-height: 1.65; }
.reply-check { display: flex; margin-top: 25px; align-items: center; gap: 9px; color: #b5d39a; font-size: 11px; font-weight: 700; }
.reply-check span { display: grid; width: 22px; height: 22px; place-items: center; border-radius: 50%; background: rgba(181, 211, 154, 0.1); }
.step-complete-button { display: inline-flex; min-height: 46px; margin-top: 22px; padding: 10px 17px; align-items: center; justify-content: center; gap: 9px; border: 1px solid rgba(194, 178, 128, 0.42); border-radius: 8px; background: linear-gradient(135deg, #d7c998, #aa9967); box-shadow: 0 10px 28px rgba(0, 0, 0, 0.2); color: #090909; cursor: pointer; font-size: 11px; font-weight: 800; letter-spacing: 0.035em; text-transform: uppercase; transition: transform 0.25s var(--ease), box-shadow 0.25s ease, background 0.25s ease; }
.step-complete-button span { display: grid; width: 19px; height: 19px; place-items: center; border-radius: 50%; background: rgba(0, 0, 0, 0.12); font-size: 10px; }
.step-complete-button:hover { box-shadow: 0 14px 36px rgba(194, 178, 128, 0.2); transform: translateY(-2px); }
.step-complete-button:active { transform: scale(0.98); }
.step-complete-button.is-complete { border-color: rgba(181, 211, 154, 0.55); background: linear-gradient(135deg, #bde59f, #7fae64); }
.step-complete-button:disabled { border-color: rgba(224, 213, 183, 0.12); background: #171716; box-shadow: none; color: #65635e; cursor: not-allowed; opacity: 0.7; transform: none; }
.step-card.is-complete { border-top-color: rgba(181, 211, 154, 0.42); }
.step-two-visual { display: grid; width: 100%; gap: 0; }
.step-two-visual .step-complete-button { width: 100%; margin-top: 14px; }
.phone-mock { width: 100%; padding: 12px 11px 11px; border: 1px solid #4b4a46; border-radius: 23px; background: #171716; box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4); }
.phone-top { display: flex; height: 38px; padding: 0 6px; align-items: center; justify-content: space-between; color: #ddd8ca; font-size: 10px; }
.phone-top i { width: 25px; }
.phone-top b { color: #75736d; font-size: 10px; letter-spacing: 0.08em; }
.message-bubble { max-width: 88%; margin: 25px 0 3px; padding: 10px 12px; border-radius: 14px 14px 14px 4px; background: #30302e; color: #dfdcd3; font-size: 10px; line-height: 1.45; }
.message-time { color: #65635e; font-size: 8px; }
.message-reply { width: fit-content; margin: 15px 0 20px auto; padding: 8px 13px; border-radius: 14px 14px 4px 14px; background: #7d986a; color: white; font-size: 11px; }
.text-field { display: flex; min-height: 33px; padding: 5px 5px 5px 12px; align-items: center; justify-content: space-between; border: 1px solid #3c3b38; border-radius: 20px; color: #64625d; font-size: 9px; }
.text-field b { display: grid; width: 23px; height: 23px; place-items: center; border-radius: 50%; background: var(--gold); color: #15140f; }
.video-grid { display: grid; margin-top: 31px; grid-template-columns: repeat(2, 1fr); gap: 24px 18px; }
.mini-video-title { display: flex; margin-bottom: 11px; align-items: center; gap: 10px; }
.mini-video-title span { color: var(--gold-mid); font-size: 9px; font-weight: 700; }
.mini-video-title h3 { margin: 0; font-family: 'Manrope', Arial, sans-serif; font-size: 14px; letter-spacing: -0.02em; }
.mini-video { aspect-ratio: 16 / 9; border-radius: 9px; }
.mini-video > span { position: absolute; right: 12px; bottom: 10px; color: #706e67; font-size: 9px; text-transform: uppercase; }
.all-done-card { display: flex; margin-top: 35px; padding: 22px 25px; align-items: center; gap: 16px; border: 1px solid rgba(181, 211, 154, 0.2); border-radius: 10px; background: rgba(181, 211, 154, 0.045); }
.all-done-card > span { display: grid; width: 36px; height: 36px; flex: none; place-items: center; border: 1px solid rgba(181, 211, 154, 0.3); border-radius: 50%; color: #b5d39a; }
.all-done-card strong { font-size: 13px; }
.all-done-card p { margin: 4px 0 0; color: #77756f; font-size: 10px; }

@media (max-width: 800px) {
  .hero { padding-top: 30px; }
  .result-grid { grid-template-columns: 1fr; }
  .testimonial-grid { grid-template-columns: 1fr; }
  .written-reviews { gap: 12px; }
  .quote-card { min-height: 0; padding: 22px; }
  .quote-card blockquote { margin: 16px 0 22px; }
  .quote-person { margin-top: 0; }
  .result-card { min-height: 270px; }
  .result-card.featured { transform: none; }
  .mini-receipt { width: 70%; }
  .metrics-banner { grid-template-columns: 1fr; }
  .metrics-banner > div { min-height: 110px; }
  .metrics-banner > div + div { border-top: 1px solid var(--line); border-left: 0; }
  .section-heading-row, .final-cta-card { align-items: flex-start; flex-direction: column; }
  .final-cta-card .primary-button { width: 100%; }
  .booking-assurances { grid-template-columns: 1fr; }
  .booking-assurances > div + div { border-top: 1px solid var(--line); border-left: 0; }
  .split-content { grid-template-columns: 1fr; }
  .step-two-visual { max-width: 350px; }
}

@media (max-width: 600px) {
  .shell { width: min(calc(100% - 28px), var(--shell)); }
  .top-callout { padding: 12px 14px; font-size: 13px; letter-spacing: 0.025em; }
  .site-header { min-height: 68px; }
  .brand { width: 112px; height: 54px; }
  .header-status, .secure-note { font-size: 9px; }
  .hero { padding: 21px 0 57px; }
  .hero h1 { margin-top: 0; font-size: clamp(40px, 12vw, 55px); line-height: 1.01; }
  .hero h1 br { display: none; }
  .offer-prefix { margin-bottom: 10px; font-size: 0.5em; }
  .hero h1 > .gold-text { display: block; padding-bottom: 0.09em; font-size: 1.12em; font-weight: 800; letter-spacing: -0.075em; line-height: 1.06; text-shadow: 0 10px 35px rgba(224, 213, 183, 0.12); }
  .offer-window { display: block; margin-top: 8px; font-size: 0.74em; font-weight: 600; letter-spacing: -0.045em; }
  .hero-guarantee { margin-top: 12px; font-size: 18px; line-height: 1.3; }
  .hero-video { margin-top: 25px; }
  .video-kicker { top: 16px; right: 16px; left: 16px; font-size: 9px; letter-spacing: 0.045em; line-height: 1.35; text-align: center; }
  .hero-video { aspect-ratio: 16 / 10; border-radius: 10px; }
  .play-button { width: 61px; height: 61px; }
  .play-button svg { width: 23px; }
  .video-copy { right: 15px; bottom: 14px; left: 15px; }
  .video-copy span { font-size: 11px; }
  .video-copy small { display: none; }
  .hero-cta-wrap { display: block; margin-top: 36px; }
  .hero-cta { width: 100%; min-width: 0; min-height: 76px; padding: 12px 16px; border-radius: 15px; animation: cta-pulse 1.65s ease-in-out infinite; }
  .hero-cta strong { font-size: 19px; }
  .hero-cta small { font-size: 9px; }
  .hero-cta .cta-arrow, .sticky-cta .cta-arrow, .result-cta .cta-arrow { right: 40px; width: 14px; height: 14px; }
  .proof-section { padding: 42px 0 82px; }
  .featured-proof { margin-top: 0; padding: 16px; }
  .proof-heading { align-items: flex-start; flex-direction: column; }
  .testimonial-video { aspect-ratio: 16 / 10; }
  .call-person span { width: 57px; height: 57px; font-size: 18px; }
  .call-person small { bottom: 8px; left: 8px; font-size: 7px; }
  .proof-subheading { margin-top: 52px; }
  .result-grid { gap: 24px; }
  .lead-proof { margin-top: 55px; padding: 14px; }
  .lead-proof-heading { align-items: flex-start; flex-direction: column; }
  .lead-proof-heading h3 { text-align: left; }
  .message-proof-heading { align-items: flex-start; flex-direction: column; gap: 12px; }
  .message-proof-heading > p { max-width: 420px; }
  .message-proof-grid { grid-template-columns: 1fr; }
  .message-proof-grid figure { padding: 9px; }
  .message-proof-grid figcaption { min-height: 0; padding: 8px 7px 14px; }
  .message-proof-grid figcaption strong { font-size: 16px; }
  .metrics-banner { margin-top: 62px; }
  .section-heading-row { margin-top: 76px; }
  .final-cta-card { margin-top: 73px; padding: 30px 23px; }
  .site-footer { min-height: 130px; align-items: flex-start; flex-direction: column; justify-content: center; }
  .site-footer p { margin: 0; text-align: left; }
  .sticky-cta { right: 14px; bottom: calc(26px + env(safe-area-inset-bottom)); left: 14px; width: calc(100% - 28px); min-height: auto; padding: 0; border: 0; border-radius: 17px; background: transparent; box-shadow: 0 16px 55px rgba(0, 0, 0, 0.7); opacity: 0; pointer-events: none; visibility: hidden; transform: translateY(24px); transition: opacity 0.28s ease, transform 0.32s var(--ease), visibility 0.28s ease; backdrop-filter: none; }
  .sticky-cta.is-mobile-visible { opacity: 1; pointer-events: auto; visibility: visible; transform: translateY(0); }
  .sticky-cta > div { display: none; }
  .sticky-cta .primary-button { width: 100%; min-height: 76px; padding-inline: 16px; border-radius: 15px; }
  .sticky-cta .primary-button strong { font-size: 18px; text-transform: none; }
  .sticky-cta .primary-button small { display: block; font-size: 9px; }
  body.has-sticky-cta { padding-bottom: 0; }
  body.has-sticky-cta.mobile-sticky-visible { padding-bottom: 132px; }
  .modal { padding: 10px; }
  .qualifier { min-height: min(640px, calc(100vh - 20px)); max-height: calc(100vh - 20px); padding: 24px 20px 25px; border-radius: 13px; }
  .qualifier-brand { padding-left: 2px; }
  .progress-meta { margin-top: 27px; }
  .question-wrap { margin-top: 35px; }
  .answer-button { min-height: 55px; }
  .loading-view, .result-view { padding-inline: 0; }
  .result-view { padding-top: 31px; }
  .success-celebration { margin-bottom: 18px; }
  .result-view h2 { font-size: 26px; }
  .price-unlock { min-height: 194px; margin-top: 22px; padding: 24px 16px; gap: 19px; }
  .price-label > span { font-size: 9px; }
  .price-label > strong > span:first-child { font-size: 20px; }
  .price-label > strong > span:last-child { font-size: 34px; }
  .price-value { gap: 16px; }
  .price-unlock del { font-size: 31px; }
  .price-value strong { font-size: 27px; }
  .result-cta { min-height: 74px; padding-inline: 52px; font-size: clamp(19px, 5vw, 22px); font-weight: 800; letter-spacing: -0.025em; line-height: 1.18; }
  .booking-main { padding: 18px 0 75px; }
  .booking-eligibility-banner { min-height: 64px; padding: 9px 12px; }
  .booking-eligibility-banner strong { flex-direction: column; gap: 3px; font-size: 12px; letter-spacing: 0.025em; line-height: 1.25; }
  .booking-banner-main { gap: 5px; white-space: nowrap; }
  .booking-banner-ending { gap: 5px; }
  .booking-banner-check { font-size: 14px; }
  .booking-eligibility-banner .booking-banner-free { padding: 2px 6px; }
  .booking-intro h1, .confirmation-hero h1 { font-size: 42px; }
  .booking-intro { padding: 30px 16px 20px; border-radius: 15px; }
  .booking-intro h1.booking-consultation-title { max-width: 350px; font-size: clamp(36px, 10.5vw, 46px); line-height: 1.05; }
  .booking-consultation-title > span { margin-bottom: 8px; font-size: 0.34em; }
  .booking-intro .booking-offer { font-size: clamp(40px, 12vw, 55px); line-height: 1.01; }
  .booking-offer > .gold-text { display: block; padding-bottom: 0.09em; font-size: 1.12em; font-weight: 800; letter-spacing: -0.075em; line-height: 1.06; text-shadow: 0 10px 35px rgba(224, 213, 183, 0.12); }
  .booking-intro > p:not(.booking-eyebrow) { max-width: 330px; margin: 14px auto 0; font-size: 14px; line-height: 1.45; }
  .booking-intro > p.booking-guarantee { max-width: none; margin-top: 10px; color: #ddd8c9; font-size: 22px; line-height: 1.25; }
  .booking-price { width: 100%; margin-top: 24px; padding: 10px 12px 14px; gap: 10px; }
  .booking-qualified-status { padding-bottom: 8px; }
  .booking-price-transition del { font-size: 32px; }
  .booking-price-transition strong { font-size: 34px; }
  .calendar-card { margin-inline: -5px; margin-top: 14px; border-radius: 12px; }
  .calendar-embed, .calendar-embed iframe { min-height: 760px; }
  .confirmation-header-progress { width: 120px; }
  .confirmation-header-progress strong { font-size: 9px; }
  .confirmation-hero { padding: 34px 0 46px; }
  .confirmation-hero h1 { max-width: 440px; font-size: 39px; line-height: 1.06; }
  .confirmation-hero > p.confirmation-instruction { max-width: 350px; margin-top: 18px; font-size: 16px; line-height: 1.5; }
  .confirmation-progress-sticky-slot { margin-top: 21px; }
  .confirmation-progress-panel { padding: 15px 14px 13px; }
  .confirmation-progress-panel.is-sticky { padding: 11px 13px; }
  .confirmation-progress-meta { align-items: flex-start; flex-direction: column; gap: 4px; }
  .confirmation-progress-track { margin-top: 10px; }
  .confirmation-progress-steps > span { gap: 5px; }
  .steps-wrap { padding-bottom: 48px; }
  .step-card { padding: 38px 0; grid-template-columns: 1fr; gap: 20px; }
  .step-number span { display: inline; margin-right: 5px; }
  .step-number { font-size: 20px; }
  .step-title-row { align-items: flex-start; }
  .step-video { aspect-ratio: 16 / 10; }
  .video-grid { grid-template-columns: 1fr; }
  .step-complete-button { width: 100%; min-height: 50px; }
  .all-done-card { align-items: flex-start; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-delay: 0.01ms !important; animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
}
