:root {
  --ocean-900: #0f3e57;
  --ocean-800: #1e5572;
  --ocean-700: #2a6a86;
  --sky-200: #d6edf5;
  --sky-100: #eff8fb;
  --mint-500: #37c889;
  --mint-400: #57d79b;
  --white: #ffffff;
  --ink: #0b1720;
  --ink-soft: rgba(11, 23, 32, 0.72);
  --border-soft: rgba(13, 43, 60, 0.18);
  --shadow: 0 30px 70px rgba(6, 30, 44, 0.22);
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
  font-weight: 400;
  color: var(--ink);
  background: var(--ocean-900);
  min-height: 100vh;
  overflow-x: hidden;
}

.page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.hero {
  position: relative;
  min-height: 100vh;
  padding: 26px 6vw 120px;
  color: var(--white);
  background:
    linear-gradient(180deg, rgba(8, 44, 66, 0.72), rgba(18, 76, 108, 0.7)),
    url("heromountainpic.jpg") center/cover no-repeat;
  overflow: hidden;
}

.hero__overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.32) 0%, rgba(0, 0, 0, 0) 24%),
    linear-gradient(180deg, rgba(42, 104, 143, 0.16), rgba(10, 45, 68, 0.14)),
    radial-gradient(circle at top, rgba(255, 255, 255, 0.1), transparent 55%),
    radial-gradient(circle at 70% 10%, rgba(255, 255, 255, 0.05), transparent 45%);
  pointer-events: none;
}

.hero__nav {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}

.brand-logo {
  height: 112px;
  width: auto;
  display: block;
  opacity: 0.9;
  filter:
    drop-shadow(0 1px 0 rgba(255, 255, 255, 0.28))
    drop-shadow(0 8px 16px rgba(0, 0, 0, 0.35));
  transform: perspective(700px) rotateX(2deg);
}

.top-slogan {
  position: relative;
  z-index: 1;
  margin: 12px auto 0;
  max-width: 900px;
  text-align: center;
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: clamp(1.08rem, 1.9vw, 1.45rem);
  font-weight: 700;
  letter-spacing: 0.01em;
  color: rgba(255, 255, 255, 0.96);
  text-shadow: 0 8px 24px rgba(0, 0, 0, 0.34);
}

.top-slogan--light {
  font-weight: 500;
}

.hero__content {
  position: relative;
  z-index: 1;
  margin: clamp(16px, 3.8vh, 48px) auto 0;
  text-align: center;
  max-width: 1140px;
  transition: margin-top 0.45s ease;
}

.hero__content.hero__content-final {
  margin-top: 0;
  max-width: min(1680px, calc(100vw - 48px));
}

.hero__bottom-brand {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  margin: clamp(48px, 8vh, 96px) auto 0;
  padding-bottom: clamp(10px, 2vh, 20px);
}

.hero__logo {
  width: min(820px, 92vw);
  height: auto;
  margin: 0 auto clamp(42px, 7.5vh, 90px);
  display: block;
  filter: drop-shadow(0 16px 42px rgba(0, 0, 0, 0.62));
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.45s ease, transform 0.45s ease;
}

.hero__subhead {
  margin: 0 auto 0;
  max-width: 700px;
  font-size: clamp(1.02rem, 1.95vw, 1.5rem);
  line-height: 1.45;
  opacity: 0.96;
  transform: translateY(0);
  transition: opacity 0.45s ease, transform 0.45s ease;
}

.hero__intro-block {
  width: 100%;
  max-width: calc(100vw - 24px);
  display: grid;
  justify-items: center;
  margin: clamp(14px, 2.4vh, 24px) auto 0;
  opacity: 0.98;
  transform: translateY(0);
  transition: opacity 0.45s ease, transform 0.45s ease;
}

.hero__support-copy {
  margin: 0;
  font-size: clamp(1rem, 1.6vw, 1.22rem);
  line-height: 1.62;
  color: rgba(231, 245, 252, 0.9);
  text-align: center;
  text-wrap: balance;
}

.hero-offer {
  margin: clamp(12px, 2vh, 18px) auto 0;
  display: inline-block;
  width: auto;
  max-width: min(1140px, calc(100vw - 24px));
  text-align: center;
  background: linear-gradient(
    145deg,
    rgba(34, 70, 92, 0.36) 0%,
    rgba(13, 33, 51, 0.48) 100%
  );
  border: 1px solid rgba(169, 215, 236, 0.22);
  border-radius: 20px;
  padding: clamp(8px, 1vw, 12px) clamp(10px, 1vw, 14px);
  box-shadow:
    0 16px 40px rgba(2, 11, 20, 0.4),
    inset 0 1px 0 rgba(216, 236, 247, 0.15);
}

.hero-offer__title {
  margin: 0;
  font-size: clamp(1.02rem, 1.5vw, 1.18rem);
  font-weight: 800;
  color: rgba(255, 255, 255, 0.95);
}

.hero-offer__copy {
  margin: 0;
  display: inline-block;
  max-width: min(48ch, calc(100vw - 70px));
  color: rgba(246, 251, 255, 0.96);
  line-height: 1.48;
  font-size: clamp(0.94rem, 1.35vw, 1.14rem);
  font-weight: 400;
  text-wrap: pretty;
  text-wrap: balance;
  overflow-wrap: anywhere;
  text-shadow: 0 8px 24px rgba(0, 0, 0, 0.28);
}

.hero-offer__copy strong {
  font-weight: 800;
}

.hero-start-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: clamp(52px, 8vh, 84px);
  min-width: min(100%, 320px);
  font-size: clamp(2.2rem, 3.4vw, 3rem);
  box-shadow:
    0 18px 42px rgba(27, 148, 94, 0.28),
    0 8px 22px rgba(2, 11, 20, 0.32);
}

.hero-start-btn[hidden] {
  display: none !important;
}

#startQuizBtn.hero-start-btn {
  font-size: clamp(1.08rem, 1.35vw, 1.34rem) !important;
  line-height: 1.02;
}

.hero-start-btn__arrow {
  font-size: 1.18em;
  line-height: 1;
  transform: translateY(1px);
}

.hero-offer__list {
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}

.hero-offer__list li {
  color: rgba(237, 248, 255, 0.92);
  line-height: 1.5;
  font-size: clamp(0.96rem, 1.35vw, 1.08rem);
}

.hero-offer__note {
  margin: 12px 0 0;
  color: rgba(206, 229, 240, 0.95);
  font-style: italic;
  line-height: 1.45;
  font-size: clamp(0.92rem, 1.2vw, 1rem);
}

.hero__logo.is-hidden-for-final,
.hero__subhead.is-hidden-for-final,
.hero__intro-block.is-hidden-for-final {
  opacity: 0;
  transform: translateY(-12px);
  pointer-events: none;
}

.hero__logo.is-hidden-for-final {
  margin: 0;
  max-height: 0;
  overflow: hidden;
}

.hero__subhead.is-hidden-for-final {
  margin: 0;
  max-height: 0;
  overflow: hidden;
}

.hero__intro-block.is-hidden-for-final {
  margin: 0;
  max-height: 0;
  overflow: hidden;
}

.gold-glow {
  position: relative;
  display: inline-block;
  padding: 0 0.14em;
  padding-bottom: 0.28em;
}

.gold-glow::before {
  content: "";
  position: absolute;
  left: -0.12em;
  right: -0.14em;
  bottom: 0;
  height: 0.26em;
  border-radius: 999px;
  background: linear-gradient(
    92deg,
    rgba(214, 156, 27, 0.38) 0%,
    rgba(255, 212, 112, 0.62) 35%,
    rgba(238, 175, 26, 0.48) 100%
  );
  transform: translateY(0.24em) rotate(-0.6deg);
  filter: blur(0.2px);
  z-index: -1;
}

.gold-glow::after {
  content: "";
  position: absolute;
  left: -0.03em;
  right: -0.07em;
  bottom: 0;
  height: 0.12em;
  border-radius: 999px;
  background: linear-gradient(
    95deg,
    rgba(255, 241, 186, 0.64),
    rgba(255, 220, 124, 0.18)
  );
  transform: translateY(0.3em) rotate(0.25deg);
  box-shadow: 0 0 10px rgba(255, 206, 84, 0.28);
  z-index: -1;
}

.quiz-shell {
  width: 100%;
  max-width: 1100px;
  margin: clamp(44px, 6.5vh, 76px) auto 0;
  position: relative;
  transition: margin-top 0.45s ease;
}

.quiz-shell.quiz-shell-final {
  margin-top: 0;
  max-width: min(1640px, calc(100vw - 48px));
}

.quiz-shell::before {
  content: "";
  position: absolute;
  inset: -20px 40px auto;
  height: 140px;
  border-radius: 999px;
  background: radial-gradient(circle at center, rgba(255, 255, 255, 0.25), transparent 70%);
  filter: blur(12px);
  pointer-events: none;
  z-index: 0;
}

.quiz-card {
  position: relative;
  z-index: 1;
  height: auto;
  background: linear-gradient(
    155deg,
    rgba(18, 43, 61, 0.46) 0%,
    rgba(8, 23, 38, 0.42) 52%,
    rgba(5, 18, 30, 0.5) 100%
  );
  backdrop-filter: blur(10px) saturate(122%);
  -webkit-backdrop-filter: blur(10px) saturate(122%);
  border: 1px solid rgba(186, 226, 245, 0.24);
  outline: 1px solid rgba(255, 255, 255, 0.07);
  outline-offset: -1px;
  border-radius: 28px;
  box-shadow:
    0 34px 90px rgba(3, 13, 22, 0.58),
    0 8px 24px rgba(7, 26, 40, 0.45),
    inset 0 1px 0 rgba(218, 240, 252, 0.2),
    inset 0 -24px 40px rgba(4, 17, 28, 0.35);
  padding: clamp(22px, 3vw, 36px);
  color: var(--white);
  text-align: left;
  overflow: hidden;
  transform: perspective(1200px) rotateX(0.8deg) translateZ(0);
  transform-style: preserve-3d;
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.quiz-card[hidden] {
  display: none !important;
}

.quiz-title,
.quiz-hint,
.answer-area {
  transition: opacity 0.48s ease, transform 0.48s ease;
}

.quiz-card.is-transitioning .quiz-title,
.quiz-card.is-transitioning .quiz-hint,
.quiz-card.is-transitioning .answer-area {
  opacity: 0;
  transform: translateY(6px);
}

.quiz-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    140deg,
    rgba(220, 244, 255, 0.22) 0%,
    rgba(173, 222, 245, 0.08) 26%,
    rgba(173, 222, 245, 0.01) 54%
  );
  pointer-events: none;
}

.quiz-card::after {
  content: "";
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: -46px;
  height: 70px;
  border-radius: 999px;
  background: radial-gradient(circle at center, rgba(0, 0, 0, 0.48), transparent 72%);
  filter: blur(8px);
  transform: translateZ(-1px);
  pointer-events: none;
}

.quiz-card:hover {
  transform: perspective(1200px) rotateX(0deg) translateY(-2px) translateZ(0);
  box-shadow:
    0 38px 96px rgba(3, 13, 22, 0.64),
    0 10px 28px rgba(7, 26, 40, 0.5),
    inset 0 1px 0 rgba(230, 246, 255, 0.24),
    inset 0 -24px 40px rgba(4, 17, 28, 0.35);
}

.quiz-shell.quiz-shell-final .email-card:hover {
  transform: perspective(1200px) rotateX(0.8deg) translateZ(0);
  box-shadow:
    0 34px 90px rgba(3, 13, 22, 0.58),
    0 8px 24px rgba(7, 26, 40, 0.45),
    inset 0 1px 0 rgba(218, 240, 252, 0.2),
    inset 0 -24px 40px rgba(4, 17, 28, 0.35);
}

.quiz-title {
  font-family: inherit;
  font-weight: 700;
  font-size: clamp(1.65rem, 3vw, 2.5rem);
  line-height: 1.2;
  color: var(--white);
}

.quiz-title.quiz-title-compact {
  font-size: clamp(1.45rem, 2.5vw, 2.15rem);
  font-weight: 600;
}

.quiz-card.quiz-card-q3-plus .quiz-title {
  font-size: clamp(1.45rem, 2.55vw, 2.1rem);
}

.quiz-title-subline {
  display: inline-block;
  margin-top: 0.16em;
}

.quiz-hint {
  margin-top: 10px;
  color: rgba(232, 244, 251, 0.88);
  line-height: 1.55;
  font-size: 1.05rem;
  white-space: pre-line;
}

.quiz-hint .hint-lead,
.quiz-hint .hint-scenarios,
.quiz-hint .hint-closing {
  display: block;
}

.quiz-hint .hint-scenarios {
  margin-top: 10px;
}

.quiz-hint .hint-closing {
  margin-top: 12px;
}

.quiz-hint .mobile-hint-gap {
  display: none;
}

.quiz-hint .audience-mobile-gap {
  display: none;
}

.quiz-hint .hint-mobile-only {
  display: none;
}

.quiz-hint .hint-desktop-only {
  display: inline;
}

.quiz-hint.quiz-hint-subtle {
  margin-top: 24px;
  font-size: 1rem;
  line-height: 1.45;
  font-weight: 400;
  color: rgba(222, 238, 248, 0.86);
}

.answer-area {
  margin-top: 30px;
  display: grid;
  gap: 12px;
  align-content: start;
  padding-top: 6px;
  padding-right: 4px;
}

.quiz-card.quiz-card-career .answer-area {
  margin-top: 52px;
}

.quiz-card.quiz-card-skills .long-text {
  min-height: 108px;
}

.choice-btn {
  width: 100%;
  border: 1px solid rgba(164, 211, 232, 0.3);
  background: linear-gradient(
    98deg,
    rgba(180, 226, 247, 0.1) 0%,
    rgba(91, 154, 187, 0.07) 100%
  );
  backdrop-filter: blur(4px);
  border-radius: 18px;
  padding: 16px 18px;
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
  font-weight: 400;
  font-size: 1.07rem;
  letter-spacing: 0.005em;
  text-align: left;
  color: var(--white);
  cursor: pointer;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 8px 18px rgba(1, 12, 21, 0.14);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, transform 0.2s ease, font-weight 0.2s ease;
}

.choice-btn:hover,
.choice-btn[aria-pressed="true"] {
  border-color: rgba(74, 224, 156, 0.95);
  box-shadow:
    0 12px 28px rgba(18, 164, 107, 0.38),
    inset 0 1px 0 rgba(200, 255, 232, 0.22),
    inset 0 0 42px rgba(38, 225, 156, 0.34);
  background: linear-gradient(
    98deg,
    rgba(20, 128, 95, 0.78) 0%,
    rgba(17, 116, 86, 0.72) 55%,
    rgba(13, 102, 75, 0.7) 100%
  );
  transform: translateY(-1px);
  font-weight: 600;
}

.choice-first-line {
  font-weight: 700;
}

.choice-second-line {
  display: inline-block;
  margin-top: 4px;
  font-style: italic;
}

.choice-btn[aria-pressed="true"] {
  border-color: transparent;
  box-shadow:
    0 16px 34px rgba(12, 166, 104, 0.54),
    inset 0 0 58px rgba(71, 243, 180, 0.46),
    inset 0 0 14px rgba(186, 255, 229, 0.3);
  background: linear-gradient(
    100deg,
    #21e79b 0%,
    #16d58b 50%,
    #11c67d 100%
  );
  background-image:
    radial-gradient(circle at 20% 50%, rgba(184, 255, 226, 0.22), transparent 58%),
    radial-gradient(circle at 78% 50%, rgba(128, 255, 205, 0.18), transparent 52%),
    linear-gradient(100deg, #21e79b 0%, #16d58b 50%, #11c67d 100%);
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  color: rgba(255, 255, 255, 0.98);
}

.checkbox-row {
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid rgba(164, 211, 232, 0.28);
  border-radius: 14px;
  background: rgba(150, 206, 233, 0.05);
  backdrop-filter: blur(4px);
  padding: 14px 16px;
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
  font-weight: 400;
  letter-spacing: 0.004em;
  color: var(--white);
  cursor: pointer;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.checkbox-row:hover,
.checkbox-row.is-selected {
  border-color: rgba(74, 224, 156, 0.95);
  box-shadow:
    0 12px 28px rgba(18, 164, 107, 0.38),
    inset 0 1px 0 rgba(200, 255, 232, 0.22),
    inset 0 0 42px rgba(38, 225, 156, 0.34);
  background: linear-gradient(
    98deg,
    rgba(20, 128, 95, 0.78) 0%,
    rgba(17, 116, 86, 0.72) 55%,
    rgba(13, 102, 75, 0.7) 100%
  );
  transform: translateY(-1px);
}

.checkbox-row.is-selected {
  border-color: transparent;
  box-shadow:
    0 16px 34px rgba(12, 166, 104, 0.54),
    inset 0 0 58px rgba(71, 243, 180, 0.46),
    inset 0 0 14px rgba(186, 255, 229, 0.3);
  background-image:
    radial-gradient(circle at 20% 50%, rgba(184, 255, 226, 0.22), transparent 58%),
    radial-gradient(circle at 78% 50%, rgba(128, 255, 205, 0.18), transparent 52%),
    linear-gradient(100deg, #21e79b 0%, #16d58b 50%, #11c67d 100%);
}

.checkbox-row.is-selected span {
  font-weight: 600;
}

.checkbox-row input {
  width: 18px;
  height: 18px;
  accent-color: var(--mint-500);
}

.checkbox-row.is-disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

.checkbox-row.is-disabled span {
  color: rgba(232, 244, 251, 0.68);
}

.checkbox-row.is-disabled input {
  cursor: not-allowed;
}

.checkbox-row.is-disabled:hover {
  transform: none;
  border-color: rgba(164, 211, 232, 0.28);
  box-shadow: none;
  background: rgba(150, 206, 233, 0.05);
}

.long-text,
.short-text,
.email-form input {
  width: 100%;
  border: 1px solid rgba(170, 218, 237, 0.35);
  border-radius: 14px;
  padding: 13px 14px;
  font: inherit;
  color: var(--white);
  background: rgba(255, 255, 255, 0.05);
}

.unlock-panel .email-form input {
  min-height: 58px;
  border-radius: 16px;
  border-color: rgba(184, 224, 243, 0.38);
  background: rgba(231, 247, 255, 0.08);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 10px 22px rgba(2, 12, 22, 0.12);
}

.long-text::placeholder,
.short-text::placeholder,
.email-form input::placeholder {
  color: rgba(232, 244, 251, 0.72);
}

.long-text:focus,
.short-text:focus,
.email-form input:focus {
  outline: none;
  border-color: rgba(55, 200, 137, 0.75);
  box-shadow: 0 0 0 4px rgba(55, 200, 137, 0.18);
}

.long-text {
  min-height: 140px;
  resize: vertical;
  line-height: 1.5;
}

.single-line-grow {
  min-height: 54px;
  resize: none;
  overflow-y: hidden;
  line-height: 1.45;
}

.inline-extra {
  margin-top: 10px;
  padding-left: 18px;
}

.answer-feedback {
  margin: -4px 0 0 2px;
  color: #ffd9a3;
  font-size: 0.92rem;
  line-height: 1.35;
  font-weight: 600;
}

.answer-feedback[hidden] {
  display: none;
}

.quiz-actions {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

.action-group {
  display: flex;
  gap: 10px;
}

.debug-shortcut {
  margin-top: 12px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 8px;
}

.debug-shortcut[hidden] {
  display: none !important;
}

.debug-shortcut__btn {
  padding: 10px 18px;
  font-size: 0.95rem;
}

.btn {
  border: none;
  border-radius: 999px;
  padding: 12px 22px;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
  transition: transform 0.2s ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn:disabled {
  opacity: 0.45;
  cursor: not-allowed;
  transform: none;
}

.btn-primary {
  background: linear-gradient(90deg, var(--mint-500), var(--mint-400));
  color: var(--white);
  box-shadow: 0 12px 28px rgba(55, 200, 137, 0.34);
}

.btn-fade-in {
  animation: btnFadeIn 260ms ease-out both;
}

@keyframes btnFadeIn {
  from {
    opacity: 0;
    transform: translateY(6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.btn-ghost {
  background: rgba(170, 214, 235, 0.14);
  border: 1px solid rgba(170, 214, 235, 0.2);
  color: rgba(232, 244, 251, 0.96);
}

.email-card .quiz-title {
  font-size: clamp(1.45rem, 2.2vw, 2rem);
  text-align: center;
  width: min(100%, 960px);
  margin-left: auto;
  margin-right: auto;
}

.quiz-shell.quiz-shell-final .email-card {
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  border: 0;
  outline: 0;
  box-shadow: none;
  transform: none;
}

.quiz-shell.quiz-shell-final .email-card::before,
.quiz-shell.quiz-shell-final .email-card::after {
  content: none;
}

.quiz-shell.quiz-shell-final .email-card:hover {
  transform: none;
  box-shadow: none;
}

#emailCardTitle {
  font-weight: 400;
}

#emailCardTitle strong {
  font-weight: 700;
}

.email-card__subheadline {
  margin: 18px auto 0;
  width: min(100%, 760px);
  text-align: center;
  color: rgba(245, 252, 255, 0.98);
  font-size: clamp(1rem, 1.4vw, 1.16rem);
  line-height: 1.5;
}

@media (min-width: 1024px) {
  .email-card .quiz-title {
    white-space: nowrap;
  }
}

.results-unlock-grid {
  margin-top: 30px;
  display: grid;
  gap: clamp(24px, 3vw, 40px);
  align-items: start;
}

@media (min-width: 980px) {
  .results-unlock-grid {
    grid-template-columns: minmax(420px, 0.95fr) minmax(300px, 0.66fr);
    justify-content: center;
  }
}

@media (min-width: 1280px) {
  .results-unlock-grid {
    grid-template-columns: 590px 516px;
    gap: 28px;
    justify-content: center;
  }
}

@media (min-width: 980px) {
  .email-card .results-unlock-grid {
    grid-template-columns: minmax(320px, 900px);
    justify-content: center;
  }

  .email-card .unlock-panel {
    max-width: 900px;
  }
}

.report-window {
  margin-top: 0;
  width: 100%;
  max-width: 430px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  border: 1px solid rgba(206, 179, 104, 0.45);
  border-radius: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(246, 250, 253, 0.98) 100%);
  overflow: hidden;
  box-shadow:
    0 0 0 1px rgba(255, 225, 145, 0.28),
    0 0 30px rgba(255, 208, 99, 0.28),
    0 0 72px rgba(239, 187, 70, 0.24),
    0 22px 46px rgba(7, 24, 38, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    inset 0 -6px 14px rgba(27, 56, 79, 0.06);
  transform: perspective(1400px) translateZ(0);
}

.report-window::after {
  content: "";
  position: absolute;
  left: 16px;
  right: 16px;
  top: 10px;
  height: 18px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.62), rgba(255, 255, 255, 0));
  pointer-events: none;
}

.email-card .report-window {
  max-width: 430px;
  order: 2;
}

.unlock-panel .report-window {
  max-width: 100%;
  margin-top: 2px;
}

@media (min-width: 980px) {
  .email-card .report-window {
    transform: perspective(1400px) translateZ(0) scale(1.2);
    transform-origin: top center;
  }

  .unlock-panel .report-window {
    transform: perspective(1400px) translateZ(0);
  }
}

.unlock-panel {
  width: 100%;
  max-width: 590px;
  margin: 0 auto;
  border: 1px solid rgba(176, 224, 245, 0.28);
  border-radius: 24px;
  background:
    linear-gradient(155deg, rgba(21, 63, 86, 0.68) 0%, rgba(7, 28, 43, 0.82) 100%);
  box-shadow:
    0 26px 70px rgba(2, 12, 22, 0.34),
    inset 0 1px 0 rgba(229, 248, 255, 0.16),
    inset 0 -28px 56px rgba(2, 15, 27, 0.2);
  padding: clamp(24px, 3vw, 34px);
  text-align: left;
  display: grid;
  gap: 16px;
  order: 1;
  overflow: visible;
}

@media (min-width: 980px) {
  .unlock-panel {
    position: sticky;
    top: 24px;
  }
}

.unlock-panel__eyebrow {
  margin: 0;
  color: rgba(190, 240, 255, 0.95);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  text-align: center;
}

.unlock-panel__top {
  display: grid;
  gap: 0;
  justify-items: center;
  margin-bottom: clamp(14px, 2vw, 24px);
}

.unlock-panel__headline {
  margin: 0;
  color: rgba(255, 255, 255, 0.98);
  max-width: 12ch;
  font-size: clamp(2.45rem, 3.8vw, 3.4rem);
  font-weight: 800;
  line-height: 0.98;
  letter-spacing: 0;
  text-align: center;
  text-wrap: balance;
}

.unlock-panel__copy {
  margin: 0;
  max-width: 42ch;
  color: rgba(226, 241, 250, 0.9);
  font-size: clamp(1rem, 1.45vw, 1.16rem);
  line-height: 1.48;
  text-align: center;
}

.unlock-panel__price-pill {
  margin: 0;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  width: fit-content;
  max-width: 100%;
  border-radius: 0;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
  overflow: visible;
}

.unlock-panel__price-pill::before {
  content: none;
}

.unlock-panel__price-pill::after {
  content: none;
}

.unlock-panel__price-main {
  position: relative;
  display: inline-block;
  padding: 0 0.14em 0.28em;
  z-index: 0;
  isolation: isolate;
  font-size: clamp(1.5rem, 2.5vw, 2.05rem);
  font-weight: 800;
  color: rgba(255, 255, 255, 0.98);
  letter-spacing: 0;
}

.unlock-panel__price-main::before {
  content: "";
  position: absolute;
  left: -0.12em;
  right: -0.14em;
  bottom: 0;
  height: 0.26em;
  border-radius: 999px;
  background: linear-gradient(
    92deg,
    rgba(214, 156, 27, 0.38) 0%,
    rgba(255, 212, 112, 0.62) 35%,
    rgba(238, 175, 26, 0.48) 100%
  );
  transform: translateY(0.24em) rotate(-0.6deg);
  filter: blur(0.2px);
  z-index: -1;
}

.unlock-panel__price-main::after {
  content: "";
  position: absolute;
  left: -0.03em;
  right: -0.07em;
  bottom: 0;
  height: 0.12em;
  border-radius: 999px;
  background: linear-gradient(
    95deg,
    rgba(255, 241, 186, 0.64),
    rgba(255, 220, 124, 0.18)
  );
  transform: translateY(0.3em) rotate(0.25deg);
  box-shadow: 0 0 10px rgba(255, 206, 84, 0.28);
  z-index: -1;
}

.unlock-panel__price-sub {
  margin-left: auto;
  padding-left: clamp(10px, 1.2vw, 14px);
  border-left: 1px solid rgba(205, 248, 237, 0.32);
  font-size: clamp(0.98rem, 1.2vw, 1.1rem);
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.01em;
}

@media (max-width: 560px) {
  .unlock-panel__price-pill {
    flex-wrap: nowrap;
    align-items: center;
  }

  .unlock-panel__price-sub {
    margin-left: 0;
    padding-left: 0;
    border-left: 0;
  }
}

.unlock-panel__value {
  margin: clamp(8px, 1.1vw, 14px) 0 0;
  width: min(100%, 740px);
  justify-self: center;
  text-align: center;
  border: 0;
  border-radius: 0;
  background: transparent;
  padding: 0;
}

.unlock-panel__proof-group {
  width: fit-content;
  max-width: 100%;
  margin: 0 auto;
}

.unlock-panel__value-title {
  margin: 0;
  width: 100%;
  text-align: left;
  color: rgba(255, 255, 255, 0.99);
  font-size: clamp(1.12rem, 1.5vw, 1.42rem);
  font-weight: 800;
  letter-spacing: 0.01em;
  line-height: 1.2;
}

.unlock-panel__proof {
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 9px;
  text-align: left;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.unlock-panel__proof > li {
  position: relative;
  padding-left: 32px;
  color: rgba(239, 250, 255, 0.96);
  line-height: 1.4;
  font-size: clamp(1.04rem, 1.45vw, 1.28rem);
  font-weight: 500;
}

.unlock-panel__proof-item--trial .unlock-panel__proof-trial-detail {
  display: block;
  max-width: 44ch;
  margin-top: 10px;
  color: rgba(221, 239, 249, 0.96);
  font-size: clamp(0.86rem, 1.08vw, 0.98rem);
  font-weight: 500;
  line-height: 1.36;
  text-shadow:
    0 0 1px rgba(255, 233, 168, 0.58),
    0 0 10px rgba(226, 184, 76, 0.45),
    0 1px 12px rgba(8, 35, 53, 0.24);
}

.unlock-panel__proof-item--trial {
  position: relative;
  cursor: default;
}

.unlock-panel__proof-item--trial:hover,
.unlock-panel__proof-item--trial:focus-within {
  z-index: 4;
}

.unlock-panel__proof-item--trial .freedomos-showcase--hover-preview {
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  z-index: 20;
  width: min(100vw - 48px, 430px);
  max-width: 430px;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate(-50%, -4px) scale(0.98);
  transform-origin: top center;
  transition:
    opacity 150ms ease,
    visibility 0s linear 150ms,
    transform 180ms ease;
}

.unlock-panel__proof-item--trial:hover .freedomos-showcase--hover-preview,
.unlock-panel__proof-item--trial:focus-within .freedomos-showcase--hover-preview {
  opacity: 1;
  visibility: visible;
  pointer-events: none;
  transform: translate(-50%, 0) scale(1);
  transition:
    opacity 150ms ease,
    visibility 0s,
    transform 180ms ease;
}

@media (max-width: 640px) {
  .unlock-panel__proof-item--trial .freedomos-showcase--hover-preview {
    left: 50%;
  }
}

.freedomos-showcase--hover-preview::after,
.freedomos-showcase--hover-preview::before {
  content: none !important;
  display: none !important;
}

.freedomos-showcase--hover-preview .freedomos-showcase__hero {
  padding: 12px 16px 22px;
}

.freedomos-showcase--hover-preview .freedomos-showcase__logo {
  width: min(230px, 75vw);
  margin-bottom: 10px;
}

.freedomos-showcase--hover-preview .freedomos-showcase__line {
  font-size: clamp(0.88rem, 1.55vw, 1.24rem);
  line-height: 1.18;
}

.freedomos-showcase--hover-preview .freedomos-showcase__line-group {
  gap: 2px;
}

.freedomos-showcase--hover-preview .freedomos-showcase__line--mentorship {
  margin-top: 12px;
}

.freedomos-showcase--hover-preview .fos-module-header {
  padding: 11px 14px;
}

.freedomos-showcase--hover-preview .fos-lesson-row {
  padding: 10px 14px;
}

.freedomos-showcase--hover-preview .fos-lesson-title::before {
  width: 14px;
  height: 14px;
  border-width: 2px;
  margin-right: 10px;
}

.unlock-panel__proof-item--report {
  position: relative;
  cursor: default;
}

.unlock-panel__proof-item--report:hover,
.unlock-panel__proof-item--report:focus-within {
  z-index: 4;
}

.unlock-panel__proof-item--report .report-window--hover-preview {
  position: absolute;
  top: calc(100% + 10px);
  left: clamp(150px, 42%, 230px);
  z-index: 20;
  width: min(100vw - 48px, 430px);
  max-width: 430px;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-4px) scale(0.98);
  transform-origin: top left;
  transition:
    opacity 150ms ease,
    visibility 0s linear 150ms,
    transform 180ms ease;
}

.unlock-panel__proof-item--report:hover .report-window--hover-preview,
.unlock-panel__proof-item--report:focus-within .report-window--hover-preview {
  opacity: 1;
  visibility: visible;
  pointer-events: none;
  transform: translateY(0) scale(1);
  transition:
    opacity 150ms ease,
    visibility 0s,
    transform 180ms ease;
}

@media (max-width: 640px) {
  .unlock-panel__proof-item--report .report-window--hover-preview {
    left: 32px;
  }
}

.report-window--hover-preview .report-window__body {
  padding: 16px 16px 20px;
}

.report-window--hover-preview .report-window__main-headline {
  font-size: 0.96rem;
}

.report-window--hover-preview .report-window__business-blur {
  margin-top: 7px;
  font-size: 0.82rem;
  filter: blur(4px);
}

.report-window--hover-preview .report-window__heading,
.report-window--hover-preview .report-window__steps-headline {
  margin-top: 16px;
  font-size: 0.82rem;
  line-height: 1.28;
}

.report-window--hover-preview .report-window__accent-line {
  width: 138px;
  height: 3px;
  margin: 6px auto 11px;
}

.report-window--hover-preview .report-window__reasons {
  padding-top: 6px;
  gap: 4px;
}

.report-window--hover-preview .report-window__steps {
  padding-top: 6px;
  gap: 7px;
}

.report-window--hover-preview .report-window__blur-item,
.report-window--hover-preview .report-window__step-item {
  font-size: 0.68rem;
  line-height: 1.32;
}

.report-window--hover-preview .report-window__blur-text {
  filter: blur(4px);
}

.unlock-panel__proof-bonus-wrap {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.unlock-panel__proof-bonus {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 3px 10px;
  border-radius: 999px;
  border: 1px solid rgba(251, 224, 141, 0.78);
  background: linear-gradient(180deg, rgba(255, 215, 124, 0.2), rgba(214, 157, 33, 0.24));
  color: #ffde82;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  white-space: nowrap;
  box-shadow:
    0 0 0 1px rgba(122, 84, 9, 0.22),
    0 3px 10px rgba(206, 146, 18, 0.24),
    inset 0 1px 0 rgba(255, 241, 194, 0.35);
}

.unlock-panel__proof-subtext {
  display: block;
  margin-top: 8px;
  margin-left: 2px;
  color: rgba(188, 214, 228, 0.86);
  font-size: clamp(1rem, 1.2vw, 1.16rem);
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: 0.005em;
}

.unlock-panel__proof > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.2em;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background: linear-gradient(120deg, var(--mint-500), var(--mint-400));
  box-shadow: 0 0 16px rgba(55, 200, 137, 0.34);
}

.unlock-panel__proof > li::after {
  content: "";
  position: absolute;
  left: 5px;
  top: calc(0.2em + 5px);
  width: 7px;
  height: 4px;
  border-left: 2px solid var(--white);
  border-bottom: 2px solid var(--white);
  transform: rotate(-45deg);
}

.unlock-panel__form-shell {
  margin-top: clamp(26px, 3.4vw, 40px);
  border: 0;
  border-radius: 0;
  background: transparent;
  padding: 0;
  box-shadow: none;
}

.unlock-panel__trust {
  margin: 22px 0 0;
  display: grid;
  gap: 24px;
  justify-items: center;
}

.unlock-panel__trust-pills {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 8px;
}

.unlock-panel__trust-pill {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 10px;
  border-radius: 999px;
  border: 1px solid rgba(170, 218, 237, 0.45);
  background: rgba(108, 150, 178, 0.24);
  box-shadow: inset 0 1px 0 rgba(230, 246, 255, 0.2);
  color: rgba(236, 246, 252, 0.96);
  font-size: clamp(0.76rem, 0.85vw, 0.86rem);
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.unlock-panel__trust-check {
  position: relative;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  flex: 0 0 19px;
  background: linear-gradient(120deg, var(--mint-500), var(--mint-400));
  box-shadow: 0 0 14px rgba(45, 194, 130, 0.36);
}

.unlock-panel__trust-check::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 6px;
  width: 5px;
  height: 3px;
  border-left: 2px solid var(--white);
  border-bottom: 2px solid var(--white);
  transform: rotate(-45deg);
}

.unlock-panel__trust-social {
  margin: 28px 0 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.unlock-panel__trust-social[hidden] {
  display: none !important;
}

.unlock-panel__trust-social-text {
  display: inline-flex;
  justify-content: center;
  width: auto;
  color: rgba(236, 247, 253, 0.96);
  font-size: clamp(0.96rem, 1.25vw, 1.14rem);
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
}

.unlock-panel__trust-social-type {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: bottom;
  clip-path: inset(0 100% 0 0);
  animation: trustTypewriter 1.8s steps(45, end) 0.25s forwards;
}

.unlock-panel__trust-social-dots::after {
  content: "";
  animation: trustTypingDots 2s steps(4, end) 2.05s infinite;
}

@keyframes trustTypewriter {
  to {
    clip-path: inset(0 0 0 0);
  }
}

@keyframes trustTypingDots {
  0% {
    content: "";
  }
  25% {
    content: ".";
  }
  50% {
    content: "..";
  }
  75%,
  100% {
    content: "...";
  }
}

.report-window__body {
  color: #12273a;
  padding: 18px clamp(14px, 3vw, 24px) 24px;
  text-align: center;
}

.report-window__main-headline {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: clamp(1rem, 1.4vw, 1.16rem);
  font-weight: 800;
  line-height: 1.3;
}

.report-window__business-blur {
  margin-top: 8px;
  text-align: center;
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  filter: blur(6px);
  user-select: none;
}

.report-window__heading {
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 700;
  font-size: clamp(0.88rem, 1.15vw, 1rem);
  color: #0e2133;
  text-align: center;
}

.report-window__accent-line {
  width: 150px;
  height: 4px;
  margin: 7px auto 14px;
  border-radius: 999px;
  background: linear-gradient(
    94deg,
    rgba(214, 156, 27, 0.26) 0%,
    rgba(255, 214, 122, 0.48) 40%,
    rgba(236, 174, 35, 0.28) 100%
  );
  transform: rotate(-0.45deg);
  filter: blur(0.15px);
  box-shadow:
    0 1px 0 rgba(196, 143, 24, 0.16),
    0 0 6px rgba(255, 206, 84, 0.12);
  position: relative;
}

.report-window__accent-line::before {
  content: "";
  position: absolute;
  left: 10px;
  right: 14px;
  top: 2px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(
    96deg,
    rgba(255, 235, 166, 0.22),
    rgba(255, 220, 135, 0.12)
  );
}

.report-window__reasons {
  margin-top: 0;
  padding-top: 8px;
  list-style: none;
  padding-left: 0;
  display: grid;
  gap: 5px;
  width: 100%;
  text-align: left;
}

.report-window__blur-item {
  line-height: 1.35;
  font-size: 0.76rem;
}

.report-window__blur-item::before {
  content: "• ";
  color: #12273a;
}

.report-window__blur-text {
  filter: blur(5px);
  user-select: none;
}

.report-window__steps-headline {
  margin-top: 16px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 700;
  font-size: clamp(0.88rem, 1.15vw, 1rem);
  color: #0e2133;
  text-align: center;
}

.report-window__steps {
  margin-top: 0;
  padding-top: 8px;
  list-style: none;
  padding-left: 0;
  counter-reset: step;
  display: grid;
  gap: 9px;
  width: 100%;
  text-align: left;
}

.report-window__step-item {
  counter-increment: step;
  line-height: 1.35;
  font-family: "Montserrat", "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.003em;
}

.report-window__step-item::before {
  content: counter(step) ") ";
  color: #12273a;
  font-weight: 800;
}

.email-intro {
  margin-top: 0;
  color: var(--white);
  font-size: clamp(1.18rem, 1.9vw, 1.44rem);
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}

.trial-headline {
  margin: clamp(14px, 2.2vw, 24px) auto 2px;
  width: fit-content;
  max-width: none;
  text-align: center;
  color: rgba(255, 255, 255, 0.94);
  font-size: clamp(1.24rem, 2.1vw, 1.86rem);
  font-weight: 500;
  line-height: 1.4;
  white-space: nowrap;
}

.trial-headline::before {
  content: "+";
  display: inline;
  margin-right: 0.28em;
  font-weight: 700;
  color: inherit;
}

.trial-headline strong {
  font-weight: 700;
}

.trial-headline__mobile-break {
  display: inline;
}

.trial-subheadline {
  margin: 0 auto 30px;
  max-width: 560px;
  text-align: center;
  color: rgba(233, 245, 252, 0.92);
  font-size: clamp(1rem, 1.6vw, 1.2rem);
  font-weight: 500;
  line-height: 1.5;
}

.trial-subheadline strong {
  font-weight: 700;
}

.freedomos-showcase {
  width: 100%;
  max-width: 640px;
  margin: 0 auto 18px;
  position: relative;
  border: 1px solid rgba(168, 208, 227, 0.3);
  box-shadow:
    0 24px 56px rgba(3, 17, 29, 0.38),
    0 0 48px rgba(61, 193, 242, 0.34),
    0 0 92px rgba(39, 159, 216, 0.2);
  overflow: hidden;
}

.freedomos-showcase::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 30px;
  width: 34px;
  height: 34px;
  transform: translateX(-50%);
  border-radius: 50%;
  background: rgba(57, 145, 191, 0.94);
  border: 2px solid rgba(218, 245, 255, 0.98);
  box-shadow: 0 0 18px rgba(121, 213, 248, 0.55);
  z-index: 3;
}

.freedomos-showcase::before {
  content: "\2193";
  position: absolute;
  left: 50%;
  bottom: 30px;
  width: 34px;
  height: 34px;
  transform: translate(-50%, -2px);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  line-height: 1;
  color: #f2fbff;
  z-index: 4;
}

.freedomos-showcase__hero {
  background:
    linear-gradient(180deg, rgba(27, 159, 218, 0.26) 0%, rgba(219, 243, 255, 0.2) 100%),
    url("mountains11.webp") center/cover no-repeat;
  padding: clamp(12px, 2.2vw, 20px) 24px 26px;
  text-align: center;
  color: #ffffff;
}

.freedomos-showcase__logo {
  width: min(360px, 72vw);
  height: auto;
  margin: 0 auto 14px;
  display: block;
}

.freedomos-showcase__line {
  margin: 0;
  font-size: clamp(1.18rem, 2.2vw, 1.95rem);
  line-height: 1.2;
  font-weight: 500;
  text-shadow: 0 10px 24px rgba(11, 52, 74, 0.28);
}

.freedomos-showcase__line-group {
  display: grid;
  gap: 4px;
}

.freedomos-showcase__line + .freedomos-showcase__line {
  margin-top: 0;
}

.freedomos-showcase__emphasis {
  font-weight: 700;
}

.freedomos-showcase__underline {
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.freedomos-showcase__line--mentorship {
  margin-top: 18px;
  font-weight: 700;
}

.freedomos-showcase__curriculum {
  background: #f3f5f8;
  color: #1d2935;
  border-top: 1px solid #d3d8df;
}

.fos-module-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 18px 26px;
  border-bottom: 1px solid #d7dde6;
  background: #eef2f7;
}

.fos-module-header__title {
  font-size: clamp(0.9rem, 1.45vw, 1.15rem);
  font-weight: 700;
}

.fos-module-header__title::before {
  content: none;
}

.fos-module-header__meta {
  color: #334153;
  font-size: clamp(0.84rem, 1.2vw, 1rem);
  white-space: nowrap;
}

.fos-module-header--secondary {
  border-top: 1px solid #d7dde6;
}

.fos-lesson-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.fos-lesson-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  padding: 18px 26px;
  border-bottom: 1px solid #d7dde6;
  background: #f7f9fc;
}

.fos-lesson-title {
  display: inline-flex;
  align-items: center;
  font-size: clamp(0.86rem, 1.2vw, 1.02rem);
  color: #2b3948;
}

.fos-lesson-title::before {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 3px solid #5f6773;
  margin-right: 14px;
  box-sizing: border-box;
}

.fos-lesson-time {
  color: #354457;
  font-size: clamp(0.86rem, 1.15vw, 1rem);
  font-weight: 500;
}

.fos-lesson-list--blur {
  filter: blur(4.6px);
}

.email-intro--headline {
  margin-bottom: 8px;
  text-align: center;
  padding-left: 0;
  font-size: clamp(1.35rem, 1.85vw, 1.72rem);
  line-height: 1.12;
}

.email-benefits {
  list-style: none;
  margin-top: 14px;
  display: grid;
  gap: 10px;
  color: rgba(232, 244, 251, 0.94);
}

.email-benefits li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  line-height: 1.45;
}

.benefit-check {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 20px;
  font-size: 0.82rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.98);
  background: linear-gradient(120deg, var(--mint-500), var(--mint-400));
  box-shadow: 0 6px 16px rgba(55, 200, 137, 0.3);
  margin-top: 2px;
}

.email-form {
  margin-top: 14px;
  display: grid;
  gap: 12px;
  width: min(100%, 560px);
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

#emailEntryHeadline[hidden],
#emailFieldWrap[hidden],
#firstNameFieldWrap[hidden],
#emailSubtext[hidden] {
  display: none !important;
}

.email-form.email-form--checkout-ready {
  margin-top: 4px;
  gap: 8px;
}

.email-form.email-form--checkout-ready .payment-email-confirmation {
  margin-top: 0;
}

.payment-email-confirmation {
  margin-top: 6px;
  border: 1px solid rgba(170, 218, 237, 0.26);
  border-radius: 14px;
  background: rgba(12, 45, 64, 0.38);
  box-shadow: inset 0 1px 0 rgba(220, 244, 255, 0.14);
  padding: 12px 14px;
  text-align: left;
}

.payment-email-confirmation__copy {
  color: rgba(232, 244, 251, 0.9);
  font-size: 0.94rem;
  line-height: 1.45;
}

.payment-email-confirmation__email {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.98);
  font-size: 0.98rem;
  font-weight: 700;
  line-height: 1.45;
  word-break: break-word;
}

.payment-email-confirmation__edit {
  margin-top: 8px;
  border: 0;
  background: none;
  color: rgba(177, 237, 255, 0.98);
  font: inherit;
  font-size: 0.88rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  text-decoration: underline;
  text-underline-offset: 2px;
  padding: 0;
  cursor: pointer;
}

.payment-email-confirmation__edit:hover {
  color: rgba(208, 246, 255, 0.98);
}

.payment-email-confirmation__edit:focus-visible {
  outline: 2px solid rgba(177, 237, 255, 0.8);
  outline-offset: 2px;
}

.payment-element-wrap {
  border: 1px solid rgba(170, 218, 237, 0.35);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.98);
  padding: 12px;
  text-align: left;
  box-shadow: 0 10px 22px rgba(2, 15, 28, 0.18);
}

.payment-element-wrap[hidden] {
  display: none !important;
}

.payment-element-title {
  color: #12273a;
  font-size: 0.92rem;
  font-weight: 600;
  margin-bottom: 10px;
}

.payment-element {
  min-height: 168px;
}

.payment-element-wrap[hidden] + .payment-order-summary {
  display: none !important;
}

.payment-order-summary {
  width: min(100%, 560px);
  margin: 8px auto 2px;
  padding: 0 2px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.payment-order-summary__label {
  color: rgba(236, 246, 252, 0.95);
  font-size: clamp(0.92rem, 1.05vw, 1rem);
  font-weight: 600;
  line-height: 1.3;
}

.payment-order-summary__price {
  color: #3ad08f;
  font-size: clamp(0.92rem, 1.05vw, 1rem);
  font-weight: 800;
  line-height: 1.3;
  white-space: nowrap;
}

#submitBtn {
  justify-self: center;
  width: min(92%, 380px);
  margin-top: 10px;
  border-radius: 16px;
  font-size: clamp(1.02rem, 1.35vw, 1.18rem);
  padding: 15px 24px;
  box-shadow:
    0 18px 38px rgba(33, 196, 126, 0.28),
    0 8px 18px rgba(2, 12, 22, 0.2),
    inset 0 1px 0 rgba(237, 255, 246, 0.24);
}

.unlock-panel__charge-note {
  margin: 8px auto 0;
  width: min(100%, 560px);
  border: 0;
  border-radius: 0;
  background: transparent;
  padding: 0;
  text-align: center;
  color: rgba(211, 231, 241, 0.84);
  font-size: clamp(0.78rem, 0.86vw, 0.9rem);
  font-weight: 600;
  line-height: 1.34;
}

.unlock-panel__charge-note strong {
  color: #1f9a63;
  font-weight: 800;
}

@media (max-width: 700px) {
  .unlock-panel__trust-pill {
    padding: 9px 13px;
    font-size: 0.91rem;
  }

  .unlock-panel__avatar {
    width: 34px;
    height: 34px;
    font-size: 0.76rem;
  }

  .unlock-panel__trust-social-text {
    max-width: 100%;
    font-size: 0.95rem;
  }

  .unlock-panel__trust-social-type {
    white-space: normal;
    overflow: visible;
    clip-path: inset(0 0 0 0);
    animation: none;
  }

  .unlock-panel__trust-social-dots::after {
    content: "...";
    animation: none;
  }
}

.field {
  display: grid;
  gap: 6px;
  color: rgba(232, 244, 251, 0.85);
}

.email-subtext {
  margin-top: 2px;
  margin-bottom: 10px;
  text-align: center;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: 0.01em;
  color: rgba(232, 244, 251, 0.9);
}

.legal-footer-links {
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 16px;
  color: rgba(231, 245, 252, 0.82);
  font-size: 0.84rem;
  font-weight: 700;
}

.legal-footer-links a,
.legal-footer-links a:visited {
  color: rgba(231, 245, 252, 0.84);
  text-decoration: none;
}

.legal-footer-links a:hover,
.legal-footer-links a:focus-visible {
  color: #ffffff;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.mobile-only-thankyou-break {
  display: none;
}

.preview {
  margin-top: 22px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(170, 218, 237, 0.3);
  border-radius: 16px;
  padding: 14px;
}

.preview__label {
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  color: rgba(210, 236, 248, 0.92);
  margin-bottom: 6px;
}

.preview__text {
  color: rgba(232, 244, 251, 0.9);
  line-height: 1.45;
}

.email-note {
  margin-top: 8px;
  color: rgba(232, 244, 251, 0.95);
  min-height: 0;
}

.email-note.email-note--processing {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  margin: 10px auto 2px;
  padding: 0;
  width: auto;
  font-weight: 800;
  color: rgba(244, 252, 255, 0.98);
  letter-spacing: 0.01em;
}

.email-note.email-note--preparing {
  display: block;
  width: 100%;
  text-align: center;
  font-weight: 800;
}

.email-note.email-note--processing::before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid rgba(208, 232, 244, 0.46);
  border-top-color: rgba(244, 252, 255, 0.98);
  animation: status-processing-spin 900ms linear infinite;
}

.email-note:empty {
  display: none;
}

@keyframes status-processing-spin {
  to {
    transform: rotate(360deg);
  }
}

.post-payment-success {
  margin: 24px auto 10px;
  max-width: 880px;
  border: 1px solid rgba(170, 218, 237, 0.3);
  border-radius: 16px;
  background: rgba(8, 34, 49, 0.58);
  box-shadow: 0 14px 34px rgba(5, 21, 33, 0.34);
  padding: 24px 22px;
  text-align: center;
  display: grid;
  gap: 18px;
}

.post-payment-success[hidden] {
  display: none !important;
}

.post-payment-success__headline {
  margin: 2px 0 4px;
  color: rgba(255, 255, 255, 0.98);
  font-size: clamp(1.44rem, 2vw, 1.9rem);
  font-weight: 700;
}

.post-payment-success__trial-headline {
  margin: 10px 0 14px;
  color: rgba(232, 244, 251, 0.98);
  font-size: clamp(1.06rem, 1.5vw, 1.26rem);
  font-weight: 700;
}

.post-payment-success__text--report {
  font-size: clamp(1.02rem, 1.28vw, 1.14rem);
  margin-bottom: 18px;
}

.post-payment-success__text--report::after {
  content: "";
  display: block;
  width: min(220px, 56%);
  height: 3px;
  margin: 14px auto 0;
  border-radius: 999px;
  background: linear-gradient(
    90deg,
    rgba(247, 214, 124, 0.16) 0%,
    rgba(255, 229, 156, 0.95) 50%,
    rgba(247, 214, 124, 0.16) 100%
  );
  box-shadow:
    0 0 0 1px rgba(255, 233, 178, 0.22),
    0 0 14px rgba(255, 218, 126, 0.34);
}

.post-payment-success__text,
.post-payment-success__email {
  margin: 4px 0;
  color: rgba(232, 244, 251, 0.92);
  line-height: 1.55;
}

.post-payment-success__email {
  margin: 8px 0 4px;
  font-weight: 700;
}

.post-payment-success__button {
  justify-self: center;
  text-decoration: none;
  margin-top: 10px;
  margin-bottom: 6px;
}

.post-payment-success__note {
  margin: 0;
  color: rgba(222, 241, 252, 0.84);
  font-size: 0.92rem;
}

.post-payment-success__note a,
.post-payment-success__note a:visited {
  color: rgba(255, 255, 255, 0.96);
  font-weight: 700;
  text-decoration: none;
}

.post-payment-success__note a:hover,
.post-payment-success__note a:focus-visible {
  color: rgba(255, 255, 255, 1);
  text-decoration: underline;
}

.post-payment-success__support {
  margin: 0;
  color: rgba(255, 233, 186, 0.96);
  font-size: 0.92rem;
}

.trial-access {
  margin-top: 14px;
  display: grid;
  gap: 10px;
  justify-items: center;
}

.trial-access[hidden] {
  display: none !important;
}

.trial-access__title {
  margin: 0;
  color: rgba(232, 244, 251, 0.98);
  font-size: 1.04rem;
  font-weight: 700;
  text-align: center;
}

.trial-access__button {
  display: inline-block;
  text-decoration: none;
}

.hero__fade {
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 120px;
  background: linear-gradient(180deg, transparent, var(--sky-100));
}

@media (max-width: 900px) {
  .hero__content {
    margin-top: clamp(16px, 3.5vh, 40px);
  }

  .hero__subhead {
    max-width: 720px;
  }

  .hero__logo {
    margin-bottom: clamp(34px, 6vh, 64px);
  }

  .fos-module-header,
  .fos-lesson-row {
    padding: 14px 16px;
  }
}

@media (min-width: 701px) and (max-width: 1100px) {
  .hero {
    padding-bottom: 72px;
  }

  .hero__intro-block {
    max-width: min(1240px, calc(100vw - 110px));
  }

  .hero__logo {
    transform: translateX(10px);
  }

  .hero__subhead {
    max-width: 820px;
    font-size: clamp(1.28rem, 2.6vw, 1.72rem);
    line-height: 1.42;
  }

  .hero-start-btn {
    margin-top: clamp(34px, 4.8vh, 52px);
  }

  .quiz-shell {
    margin-top: clamp(30px, 4.4vh, 48px);
  }

  .hero__bottom-brand {
    margin: clamp(24px, 3.8vh, 40px) auto 0;
    padding-bottom: 8px;
  }

  .brand-logo {
    height: clamp(72px, 8vw, 92px);
  }

  .top-slogan {
    font-size: clamp(1rem, 1.65vw, 1.2rem);
    line-height: 1.25;
  }

  .trial-headline {
    font-size: clamp(1.34rem, 2.35vw, 2.02rem);
    line-height: 1.34;
  }

  #emailCardTitle {
    font-size: clamp(1.72rem, 2.9vw, 2.18rem);
    line-height: 1.2;
  }

  .email-card__subheadline {
    font-size: clamp(1.1rem, 1.9vw, 1.28rem);
    line-height: 1.48;
  }

  .hero-offer {
    display: block;
    width: min(68%, 680px);
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 30px;
    padding: 14px 22px;
  }

  .hero-offer__copy {
    display: block;
    width: 100%;
    max-width: 42ch;
    margin: 0 auto;
    font-size: clamp(1.04rem, 1.72vw, 1.22rem);
    line-height: 1.38;
    text-align: center;
    text-wrap: balance;
  }

  #startQuizBtn.hero-start-btn {
    font-size: clamp(1.24rem, 2.15vw, 1.5rem) !important;
    padding: 14px 36px;
  }

  .quiz-hint {
    font-size: clamp(1.16rem, 1.95vw, 1.36rem);
    line-height: 1.48;
  }

  .quiz-hint.quiz-hint-subtle,
  .quiz-card.quiz-card-career .quiz-hint,
  .quiz-card.quiz-card-q3-plus .quiz-hint {
    font-size: clamp(1.12rem, 1.85vw, 1.3rem);
    line-height: 1.46;
  }

  .choice-btn,
  .checkbox-row {
    font-size: clamp(1.08rem, 1.72vw, 1.24rem);
    line-height: 1.36;
  }

  .choice-btn {
    padding: 18px 22px;
  }

  .quiz-actions .btn,
  .action-group .btn {
    font-size: clamp(0.98rem, 1.4vw, 1.08rem);
    padding: 12px 24px;
  }
}

@media (max-width: 700px) {
  .hero {
    min-height: auto;
    padding: 20px 5vw 84px;
  }

  .hero__subhead {
    font-size: clamp(1.04rem, 4.15vw, 1.24rem);
    line-height: 1.44;
  }

  .hero__nav {
    margin: 0;
  }

  .brand-logo {
    height: 56px;
  }

  .top-slogan {
    font-size: clamp(1.08rem, 4.6vw, 1.3rem);
    line-height: 1.2;
  }

  .top-slogan .top-slogan--light {
    display: block;
    margin-bottom: 0.34em;
  }

  .hero-offer {
    display: block;
    width: fit-content;
    max-width: calc(100vw - 28px);
    border-radius: 18px;
    padding: 8px 10px;
  }

  .hero-offer__copy {
    display: block;
    max-width: min(60ch, calc(100vw - 44px));
    font-size: clamp(1.02rem, 4.15vw, 1.18rem);
    line-height: 1.36;
  }

  .hero-start-btn {
    margin-top: 42px;
    width: auto;
    min-width: fit-content;
  }

  #startQuizBtn.hero-start-btn {
    font-size: clamp(1rem, 3.9vw, 1.2rem) !important;
  }

  .quiz-shell {
    margin-top: clamp(26px, 5vh, 44px);
  }

  .quiz-card {
    padding: 22px 20px;
    border-radius: 22px;
  }

  .mobile-only-thankyou-break {
    display: block;
  }

  .quiz-title {
    font-size: clamp(1.2rem, 5.6vw, 1.42rem);
    line-height: 1.14;
  }

  .quiz-title.quiz-title-compact,
  .quiz-card.quiz-card-career .quiz-title {
    font-size: clamp(1.06rem, 4.95vw, 1.28rem);
    margin-bottom: 0;
  }

  .quiz-card.quiz-card-career .quiz-title br {
    display: none;
  }

  .quiz-card.quiz-card-career .quiz-title-subline {
    display: inline;
    margin-top: 0;
    margin-left: 0.24em;
  }

  .quiz-card.quiz-card-q3-plus .quiz-title {
    font-size: clamp(1.06rem, 4.95vw, 1.28rem);
  }

  .quiz-card.quiz-card-q3-plus .quiz-hint {
    margin-top: 10px;
    font-size: clamp(0.92rem, 3.7vw, 1.04rem);
    line-height: 1.36;
  }

  .quiz-hint .hint-mobile-only {
    display: inline;
  }

  .quiz-hint .hint-desktop-only {
    display: none;
  }

  .quiz-hint .mobile-hint-gap {
    display: block;
    height: 0.5em;
  }

  .quiz-card.quiz-card-audience .audience-mobile-gap {
    display: block;
    height: 0.5em;
  }

  .quiz-card.quiz-card-audience .audience-note-line {
    font-size: clamp(0.9rem, 3.6vw, 1.02rem);
    line-height: 1.35;
  }

  .quiz-hint {
    margin-top: 8px;
    font-size: clamp(0.92rem, 3.6vw, 1.02rem);
    line-height: 1.36;
  }

  .quiz-hint.quiz-hint-subtle {
    font-size: clamp(0.9rem, 3.45vw, 1rem);
    line-height: 1.36;
  }

  .quiz-card.quiz-card-career .quiz-hint {
    margin-top: 10px;
    font-size: clamp(0.92rem, 3.7vw, 1.04rem);
    line-height: 1.36;
  }

  .choice-btn,
  .checkbox-row {
    font-size: clamp(0.94rem, 3.7vw, 1.06rem);
  }

  .quiz-card.quiz-card-career .short-text,
  .quiz-card.quiz-card-career .single-line-grow {
    font-size: clamp(0.96rem, 3.9vw, 1.08rem);
  }

  .quiz-card.quiz-card-q3-plus .long-text,
  .quiz-card.quiz-card-q3-plus .short-text,
  .quiz-card.quiz-card-q3-plus .single-line-grow {
    font-size: clamp(0.96rem, 3.9vw, 1.08rem);
  }

  .quiz-card.quiz-card-career .single-line-grow::placeholder,
  .quiz-card.quiz-card-skills .long-text::placeholder,
  .quiz-card.quiz-card-q3-plus .long-text::placeholder,
  .quiz-card.quiz-card-q3-plus .short-text::placeholder,
  .quiz-card.quiz-card-q3-plus .single-line-grow::placeholder {
    font-size: clamp(0.96rem, 3.8vw, 1.04rem);
  }

  .quiz-card.quiz-card-enjoyable-work .inline-extra::placeholder {
    font-size: clamp(0.68rem, 2.65vw, 0.76rem);
    line-height: 1.2;
  }

  .quiz-card.quiz-card-career .single-line-grow {
    min-height: 58px;
    height: 58px !important;
    box-sizing: border-box;
    padding: 14px;
    line-height: 1.3;
    overflow-y: hidden;
  }

  .answer-area {
    margin-top: 22px;
  }

  .quiz-card.quiz-card-career .answer-area {
    margin-top: 34px;
  }

  .quiz-card.quiz-card-career .quiz-actions {
    margin-top: 20px;
  }

  .quiz-actions .btn,
  .action-group .btn {
    font-size: clamp(0.78rem, 2.95vw, 0.84rem);
  }

  .debug-shortcut__btn {
    font-size: clamp(0.76rem, 2.8vw, 0.82rem);
  }

  .quiz-actions {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .action-group {
    width: auto;
    margin-left: auto;
  }

  .action-group .btn,
  .quiz-actions > .btn {
    width: auto;
    min-width: 108px;
  }

  .email-card .quiz-title,
  .email-card__subheadline {
    width: 100%;
    max-width: 100%;
    white-space: normal;
  }

  .email-card__subheadline {
    display: none;
  }

  .results-unlock-grid {
    gap: 18px;
  }

  .unlock-panel {
    max-width: 100%;
    padding: 18px;
  }

  .unlock-panel__value,
  .unlock-panel__form-shell {
    padding: 14px;
  }

  .unlock-panel__value {
    max-height: 1200px;
    overflow: hidden;
    opacity: 1;
    transform: translateY(0);
    transition:
      max-height 420ms ease,
      opacity 260ms ease,
      transform 420ms ease,
      margin-top 420ms ease,
      padding-top 420ms ease,
      padding-bottom 420ms ease;
  }

  .unlock-panel__value-title {
    text-align: center;
    font-size: clamp(1.28rem, 5vw, 1.5rem);
    line-height: 1.18;
  }

  .unlock-panel__form-shell {
    margin-top: clamp(10px, 2.2vw, 16px);
    transform: translateY(0);
    transition: margin-top 420ms ease, transform 420ms ease;
  }

  .unlock-panel.unlock-panel--checkout-mobile .unlock-panel__value {
    max-height: 0;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    opacity: 0;
    transform: translateY(-14px);
    pointer-events: none;
  }

  .unlock-panel.unlock-panel--checkout-mobile .unlock-panel__form-shell {
    margin-top: 4px;
    transform: translateY(-14px);
    padding-left: 0;
    padding-right: 0;
  }

  .unlock-panel.unlock-panel--checkout-mobile .email-form,
  .unlock-panel.unlock-panel--checkout-mobile .payment-email-confirmation,
  .unlock-panel.unlock-panel--checkout-mobile .payment-element-wrap,
  .unlock-panel.unlock-panel--checkout-mobile .payment-order-summary {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .unlock-panel__proof > li {
    font-size: clamp(0.94rem, 3.75vw, 1.08rem);
    line-height: 1.34;
    color: rgba(248, 253, 255, 0.99);
  }

  .unlock-panel__proof-item--trial .unlock-panel__proof-trial-detail {
    font-size: clamp(0.82rem, 3.2vw, 0.94rem);
    line-height: 1.32;
    color: rgba(243, 251, 255, 0.96);
  }

  .unlock-panel__price-pill,
  .unlock-panel__charge-note,
  #submitBtn {
    width: 100%;
    max-width: 100%;
  }

  #submitBtn {
    font-size: clamp(1.12rem, 4.2vw, 1.28rem);
  }

  .unlock-panel__trust {
    width: 100%;
  }

  .unlock-panel__trust-pills {
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    gap: 6px;
  }

  .unlock-panel__trust-pill {
    max-width: 100%;
    flex: 0 1 auto;
    padding: 6px 8px;
    font-size: clamp(0.72rem, 2.5vw, 0.8rem);
    gap: 5px;
  }

  .unlock-panel__trust-social-text {
    text-align: center;
    overflow-wrap: anywhere;
  }

  .trial-headline {
    font-size: clamp(1.02rem, 4.15vw, 1.24rem);
    line-height: 1.3;
    white-space: normal;
  }

  .trial-headline__mobile-break {
    display: block;
  }

}

.legal-page {
  min-height: 100vh;
  background:
    linear-gradient(180deg, rgba(8, 44, 66, 0.84), rgba(11, 55, 79, 0.92)),
    url("heromountainpic.jpg") center/cover fixed no-repeat;
  color: var(--ink);
  overflow-x: hidden;
}

.legal-shell {
  width: min(100%, 1120px);
  margin: 0 auto;
  padding: clamp(18px, 4vw, 36px) clamp(16px, 4vw, 42px) clamp(44px, 6vw, 72px);
}

.legal-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: clamp(18px, 4vw, 32px);
}

.legal-brand {
  display: inline-flex;
  align-items: center;
  max-width: min(55vw, 360px);
}

.legal-brand img {
  display: block;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 14px 28px rgba(0, 0, 0, 0.38));
}

.legal-nav__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px 16px;
  font-size: 0.92rem;
  font-weight: 800;
}

.legal-nav__links a,
.legal-nav__links a:visited {
  color: rgba(246, 252, 255, 0.94);
  text-decoration: none;
}

.legal-nav__links a:hover,
.legal-nav__links a:focus-visible {
  color: #ffffff;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.legal-doc {
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(210, 231, 242, 0.52);
  border-radius: 8px;
  box-shadow: 0 30px 70px rgba(2, 12, 22, 0.32);
  padding: clamp(24px, 5vw, 54px);
}

.legal-eyebrow {
  margin: 0 0 8px;
  color: #1f6d89;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.legal-doc h1 {
  margin: 0;
  color: #0c2636;
  font-size: clamp(2rem, 5vw, 4rem);
  line-height: 1.02;
  letter-spacing: 0;
}

.legal-updated {
  margin: 12px 0 clamp(28px, 5vw, 44px);
  color: rgba(11, 23, 32, 0.68);
  font-weight: 700;
}

.legal-doc section {
  margin-top: clamp(24px, 4vw, 38px);
}

.legal-doc h2 {
  margin: 0 0 10px;
  color: #0c2636;
  font-size: clamp(1.2rem, 2vw, 1.55rem);
  line-height: 1.25;
}

.legal-doc p,
.legal-doc li {
  color: rgba(11, 23, 32, 0.86);
  font-size: clamp(0.98rem, 1.25vw, 1.06rem);
  line-height: 1.68;
}

.legal-doc p + p {
  margin-top: 12px;
}

.legal-doc ul {
  margin: 12px 0 0;
  padding-left: 22px;
  display: grid;
  gap: 8px;
}

.legal-doc a,
.legal-doc a:visited {
  color: #136a8b;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.legal-doc a:hover,
.legal-doc a:focus-visible {
  color: #0a4058;
}

.legal-note {
  margin-top: clamp(30px, 5vw, 48px);
  border-top: 1px solid rgba(13, 43, 60, 0.14);
  padding-top: 18px;
  color: rgba(11, 23, 32, 0.68) !important;
  font-size: 0.92rem !important;
}

.legal-bottom-links {
  margin: 18px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 16px;
  color: rgba(231, 245, 252, 0.82);
  font-size: 0.84rem;
  font-weight: 700;
}

.legal-bottom-links a,
.legal-bottom-links a:visited {
  color: rgba(231, 245, 252, 0.84);
  text-decoration: none;
}

.legal-bottom-links a:hover,
.legal-bottom-links a:focus-visible {
  color: #ffffff;
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (max-width: 700px) {
  .legal-page {
    background-attachment: scroll;
  }

  .legal-nav {
    align-items: flex-start;
    flex-direction: column;
  }

  .legal-brand {
    max-width: min(88vw, 330px);
  }

  .legal-nav__links {
    justify-content: flex-start;
    font-size: 0.86rem;
  }

  .legal-doc {
    padding: 22px 18px;
  }

}
