:root {
  --bg: #07110d;
  --bg-soft: #0d1814;
  --panel: rgba(12, 24, 19, 0.64);
  --panel-strong: rgba(11, 22, 17, 0.8);
  --panel-border: rgba(214, 187, 116, 0.16);
  --text: #f6f2e8;
  --text-soft: rgba(246, 242, 232, 0.76);
  --text-muted: rgba(246, 242, 232, 0.54);
  --gold: #d6bb74;
  --gold-soft: #a98a47;
  --emerald: #1f7a65;
  --emerald-strong: #155847;
  --emerald-soft: #7dd4b4;
  --danger-soft: rgba(230, 166, 166, 0.92);
  --shadow-lg: 0 30px 80px rgba(0, 0, 0, 0.42);
  --shadow-md: 0 20px 50px rgba(0, 0, 0, 0.28);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --radius-sm: 14px;
  --content-max: 1220px;
  --transition: 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

* {
  box-sizing: border-box;
}

html {
  font-size: 16px;
  min-height: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  color: var(--text);
  font-family: "Manrope", sans-serif;
  background:
    radial-gradient(circle at top, rgba(28, 90, 73, 0.12), transparent 32%),
    linear-gradient(180deg, #06100c 0%, #07120f 38%, #081310 100%);
  overflow-x: hidden;
}

img {
  display: block;
  max-width: 100%;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

.site-bg {
  position: fixed;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
  z-index: 0;
}

.bg-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(70px);
  opacity: 0.35;
}

.bg-orb-1 {
  width: 420px;
  height: 420px;
  background: radial-gradient(circle, rgba(46, 145, 117, 0.34) 0%, rgba(46, 145, 117, 0) 72%);
  top: -120px;
  right: -80px;
}

.bg-orb-2 {
  width: 360px;
  height: 360px;
  background: radial-gradient(circle, rgba(214, 187, 116, 0.12) 0%, rgba(214, 187, 116, 0) 75%);
  left: -120px;
  bottom: -80px;
}

.bg-grid {
  position: absolute;
  inset: 0;
  background-image:
    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: 36px 36px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,0.25), rgba(0,0,0,0));
}

.bg-vignette {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at center, transparent 35%, rgba(0, 0, 0, 0.42) 100%);
}

.app-shell {
  position: relative;
  z-index: 1;
  min-height: calc(100vh - 60px);
  width: 100%;
}

.screen {
  display: none;
  min-height: calc(100vh - 60px);
  padding: 28px 18px 24px;
}

.screen-active {
  display: block;
  animation: screenFade 0.6s ease;
}

@keyframes screenFade {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.screen-inner {
  width: 100%;
  max-width: var(--content-max);
  margin: 0 auto;
}

.glass-panel {
  position: relative;
  background: linear-gradient(
    180deg,
    rgba(19, 34, 28, 0.72) 0%,
    rgba(10, 20, 16, 0.82) 100%
  );
  border: 1px solid var(--panel-border);
  box-shadow: var(--shadow-md);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border-radius: var(--radius-xl);
}

.panel-xl {
  padding: 26px;
}

.hero-layout,
.free-result-layout,
.paywall-layout {
  display: grid;
  gap: 22px;
}

.eyebrow-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 7px 12px;
  border-radius: 999px;
  color: var(--gold);
  border: 1px solid rgba(214, 187, 116, 0.22);
  background: rgba(214, 187, 116, 0.06);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.eyebrow.subtle {
  color: var(--text-muted);
  border-color: rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
}

.eyebrow-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: linear-gradient(180deg, var(--gold), rgba(214, 187, 116, 0.2));
  box-shadow: 0 0 16px rgba(214, 187, 116, 0.3);
}

.hero-title,
.section-title,
.quiz-question {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 0.98;
}

.hero-title {
  font-size: clamp(2.7rem, 9vw, 5.2rem);
  margin-bottom: 18px;
}

.section-title {
  font-size: clamp(2.2rem, 7vw, 4.1rem);
  margin-bottom: 14px;
}

.quiz-question {
  font-size: clamp(1.8rem, 6.6vw, 3rem);
  line-height: 1.08;
  margin-bottom: 24px;
}

.gradient-text {
  background: linear-gradient(135deg, #efe5c8 0%, #d6bb74 38%, #88e0be 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-subtitle,
.section-subtitle,
.free-summary,
.full-result-summary,
.hero-note,
.free-tease,
.result-rich-text p,
.trust-card p,
.value-card p,
.loading-copy p {
  color: var(--text-soft);
  line-height: 1.72;
  font-size: 1rem;
}

.hero-subtitle {
  font-size: 1.08rem;
  margin: 0 0 24px;
  max-width: 42rem;
}

.hero-benefits {
  display: grid;
  gap: 12px;
  margin-bottom: 24px;
}

.benefit-chip {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  align-items: center;
  padding: 14px 16px;
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.025), rgba(255,255,255,0.01)),
    rgba(8, 17, 13, 0.42);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.benefit-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  color: var(--gold);
  border: 1px solid rgba(214, 187, 116, 0.2);
  background: rgba(214, 187, 116, 0.06);
  font-size: 0.86rem;
  font-weight: 700;
}

.benefit-text {
  color: var(--text);
  font-size: 0.97rem;
  line-height: 1.45;
}

.hero-actions,
.section-actions,
.quiz-navigation,
.paywall-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.btn,
.text-button,
.btn-anchor {
  appearance: none;
  border: none;
  text-decoration: none;
  cursor: pointer;
  transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition), background var(--transition), opacity var(--transition);
  font-family: inherit;
}

.btn {
  min-height: 56px;
  padding: 16px 22px;
  border-radius: 18px;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.btn-large {
  min-height: 60px;
  padding: 18px 26px;
}

.btn-primary {
  color: #f9f6ed;
  background:
    linear-gradient(180deg, rgba(36, 126, 102, 1) 0%, rgba(16, 82, 65, 1) 100%);
  box-shadow:
    0 18px 36px rgba(15, 71, 57, 0.38),
    inset 0 1px 0 rgba(255, 255, 255, 0.16);
}

.btn-primary:hover,
.btn-primary:focus-visible,
.btn-anchor:hover,
.btn-anchor:focus-visible {
  transform: translateY(-2px);
  box-shadow:
    0 24px 42px rgba(15, 71, 57, 0.42),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.btn-secondary {
  color: var(--text);
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255,255,255,0.12);
}

.btn-secondary:hover,
.btn-secondary:focus-visible {
  transform: translateY(-2px);
  background: rgba(255,255,255,0.075);
}

.btn:disabled {
  opacity: 0.42;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

.text-button {
  background: transparent;
  padding: 10px 4px;
  color: var(--gold);
  font-size: 0.96rem;
  font-weight: 600;
}

.text-button:hover,
.text-button:focus-visible {
  opacity: 0.82;
}

.hero-note {
  margin-top: 18px;
  font-size: 0.92rem;
  color: var(--text-muted);
}

.portrait-frame {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  border: 1px solid rgba(214, 187, 116, 0.18);
  box-shadow: var(--shadow-lg);
  background: linear-gradient(180deg, rgba(255,255,255,0.02), rgba(255,255,255,0.01));
  min-height: 100%;
}

.portrait-frame-hero {
  min-height: 520px;
}

.portrait-frame-side {
  min-height: 300px;
}

.portrait-frame-free,
.portrait-frame-paywall,
.portrait-frame-full {
  min-height: 420px;
}

.portrait-image {
  width: 100%;
  height: 100%;
}

.portrait-cover {
  object-fit: cover;
  object-position: center;
}

.portrait-shine {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.18) 0%, transparent 20%, transparent 70%, rgba(214,187,116,0.1) 100%);
  z-index: 1;
  pointer-events: none;
}

.portrait-overlay-card {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  padding: 18px;
  z-index: 2;
  border-radius: 22px;
}

.overlay-label,
.trust-label,
.value-card-index,
.section-mini-label,
.price-label,
.insight-label,
.quiz-question-label,
.loading-step,
.loading-step.active,
.loading-step.done {
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.overlay-label,
.trust-label,
.section-mini-label,
.price-label,
.insight-label,
.quiz-question-label {
  font-size: 0.76rem;
  color: var(--gold);
  margin-bottom: 10px;
}

.overlay-title,
.trust-title {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.6rem;
  line-height: 1.05;
}

.section-head {
  margin-bottom: 24px;
}

.value-layout {
  display: grid;
  gap: 18px;
}

.value-cards {
  display: grid;
  gap: 14px;
}

.value-card {
  padding: 22px;
}

.value-card-index {
  color: var(--gold);
  font-size: 0.78rem;
  margin-bottom: 12px;
}

.value-card h3 {
  margin: 0 0 10px;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.8rem;
  line-height: 1.02;
}

.value-card p {
  margin: 0;
}

.value-side {
  display: grid;
  gap: 14px;
}

.trust-card {
  padding: 22px;
}

.trust-title {
  margin-bottom: 12px;
}

.quiz-screen-inner {
  display: grid;
  gap: 18px;
}

.quiz-top,
.quiz-card {
  padding: 22px;
}

.quiz-meta {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  margin-bottom: 14px;
}

.quiz-counter,
.quiz-progress-inline {
  color: var(--text-soft);
  font-size: 0.95rem;
  font-weight: 600;
}

.progress-track {
  width: 100%;
  height: 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  overflow: hidden;
}

.progress-fill {
  height: 100%;
  width: 5%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--gold) 0%, #84e2be 100%);
  transition: width var(--transition);
  box-shadow: 0 0 18px rgba(132, 226, 190, 0.18);
}

.quiz-card {
  min-height: 440px;
  display: flex;
}

.quiz-card-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.answers {
  display: grid;
  gap: 12px;
}

.answer-button {
  width: 100%;
  padding: 18px 18px;
  border-radius: 18px;
  text-align: left;
  border: 1px solid rgba(255,255,255,0.1);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.03), rgba(255,255,255,0.01));
  color: var(--text);
  font-size: 1rem;
  font-weight: 600;
}

.answer-button:hover,
.answer-button:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(214, 187, 116, 0.28);
  background:
    linear-gradient(180deg, rgba(214,187,116,0.08), rgba(255,255,255,0.02));
}

.answer-button.selected {
  border-color: rgba(132, 226, 190, 0.42);
  background:
    linear-gradient(180deg, rgba(31, 122, 101, 0.54), rgba(14, 62, 49, 0.76));
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.06);
}

.loading-layout {
  min-height: calc(100vh - 60px);
  display: flex;
  align-items: center;
}

.loading-card {
  width: 100%;
  padding: 30px 24px;
}

.loading-visual {
  position: relative;
  width: 140px;
  height: 140px;
  margin: 0 auto 24px;
}

.loading-ring,
.loading-core {
  position: absolute;
  border-radius: 50%;
  inset: 0;
}

.loading-ring-1 {
  border: 1px solid rgba(214, 187, 116, 0.34);
  animation: rotateSlow 4.6s linear infinite;
}

.loading-ring-2 {
  inset: 14px;
  border: 1px solid rgba(125, 212, 180, 0.34);
  animation: rotateReverse 3.8s linear infinite;
}

.loading-core {
  inset: 38px;
  background:
    radial-gradient(circle, rgba(214, 187, 116, 0.28) 0%, rgba(31, 122, 101, 0.14) 52%, rgba(31, 122, 101, 0) 100%);
  box-shadow: 0 0 30px rgba(132, 226, 190, 0.1);
}

@keyframes rotateSlow {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

@keyframes rotateReverse {
  from { transform: rotate(360deg); }
  to { transform: rotate(0deg); }
}

.loading-copy {
  text-align: center;
  max-width: 780px;
  margin: 0 auto 22px;
}

.loading-steps {
  display: grid;
  gap: 10px;
  max-width: 520px;
  margin: 0 auto;
}

.loading-step {
  padding: 12px 14px;
  border-radius: 14px;
  background: rgba(255,255,255,0.035);
  color: var(--text-muted);
  font-size: 0.8rem;
  font-weight: 700;
  border: 1px solid rgba(255,255,255,0.06);
}

.loading-step.active {
  color: var(--gold);
  border-color: rgba(214, 187, 116, 0.22);
}

.loading-step.done {
  color: var(--emerald-soft);
  border-color: rgba(125, 212, 180, 0.2);
}

.free-lines {
  display: grid;
  gap: 12px;
  margin: 22px 0;
}

.free-line {
  display: grid;
  grid-template-columns: 26px 1fr;
  gap: 12px;
  align-items: start;
  padding: 16px 16px;
  border-radius: 18px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.06);
}

.free-line-dot {
  width: 12px;
  height: 12px;
  margin-top: 8px;
  border-radius: 50%;
  background: linear-gradient(180deg, var(--gold), #87e0bf);
  box-shadow: 0 0 18px rgba(214, 187, 116, 0.22);
}

.free-line-text {
  color: var(--text);
  line-height: 1.6;
  font-size: 1rem;
}

.free-insight-block {
  padding: 18px;
  border-radius: 20px;
  background: rgba(255,255,255,0.035);
  border: 1px solid rgba(214, 187, 116, 0.12);
  margin-bottom: 18px;
}

.paywall-features {
  display: grid;
  gap: 12px;
  margin: 24px 0;
}

.paywall-feature {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 12px;
  align-items: start;
  color: var(--text);
  font-size: 1rem;
  line-height: 1.55;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}

.feature-check {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-top: 4px;
  border-radius: 50%;
  background: linear-gradient(180deg, var(--gold), #8ae4c1);
  box-shadow: 0 0 12px rgba(214, 187, 116, 0.22);
}

.price-card {
  padding: 18px 20px;
  margin: 12px 0 22px;
  border-radius: 22px;
}

.price-value {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.2rem, 8vw, 3.5rem);
  line-height: 1;
  color: var(--text);
}

.full-result-layout {
  display: grid;
  gap: 18px;
}

.full-head {
  display: grid;
  gap: 18px;
}

.full-grid {
  display: grid;
  gap: 16px;
}

.full-section {
  padding: 22px;
}

.full-section-wide {
  grid-column: 1 / -1;
}

.scale-bars {
  display: grid;
  gap: 16px;
}

.scale-item {
  display: grid;
  gap: 9px;
}

.scale-top {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
}

.scale-name {
  font-size: 1rem;
  color: var(--text);
  font-weight: 700;
}

.scale-percent {
  color: var(--gold);
  font-weight: 700;
  font-size: 0.95rem;
}

.scale-track {
  width: 100%;
  height: 12px;
  border-radius: 999px;
  overflow: hidden;
  background: rgba(255,255,255,0.06);
}

.scale-fill {
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, rgba(214, 187, 116, 1) 0%, rgba(120, 223, 184, 1) 100%);
  box-shadow: 0 0 14px rgba(120, 223, 184, 0.14);
}

.scale-description {
  color: var(--text-soft);
  line-height: 1.55;
  font-size: 0.94rem;
}

.result-rich-text p {
  margin: 0 0 14px;
}

.result-rich-text p:last-child {
  margin-bottom: 0;
}

.result-rich-text strong {
  color: var(--text);
  font-weight: 700;
}

.disclaimer {
  position: relative;
  z-index: 1;
  max-width: var(--content-max);
  margin: 0 auto;
  padding: 0 18px 26px;
  color: var(--text-muted);
  font-size: 0.84rem;
  line-height: 1.55;
}

.reveal {
  animation: revealUp 0.7s ease both;
}

.reveal-delay-1 {
  animation-delay: 0.08s;
}

.reveal-delay-2 {
  animation-delay: 0.16s;
}

.reveal-delay-3 {
  animation-delay: 0.24s;
}

@keyframes revealUp {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.answer-button:focus-visible,
.btn:focus-visible,
.text-button:focus-visible,
.btn-anchor:focus-visible {
  outline: 2px solid rgba(132, 226, 190, 0.7);
  outline-offset: 3px;
}

@media (min-width: 760px) {
  .screen {
    padding: 34px 26px 30px;
  }

  .panel-xl {
    padding: 34px;
  }

  .hero-layout {
    grid-template-columns: 1.08fr 0.92fr;
    align-items: stretch;
  }

  .value-layout {
    grid-template-columns: 1.1fr 0.9fr;
    align-items: start;
  }

  .value-cards {
    grid-template-columns: 1fr 1fr;
  }

  .free-result-layout,
  .paywall-layout {
    grid-template-columns: 0.9fr 1.1fr;
    align-items: stretch;
  }

  .free-result-layout {
    grid-template-columns: 0.88fr 1.12fr;
  }

  .full-head {
    grid-template-columns: 1.1fr 0.9fr;
  }

  .full-grid {
    grid-template-columns: 1fr 1fr;
  }

  .quiz-top,
  .quiz-card {
    padding: 28px;
  }

  .quiz-card {
    min-height: 470px;
  }
}

@media (min-width: 1080px) {
  .screen {
    padding: 42px 34px 34px;
  }

  .hero-benefits {
    grid-template-columns: 1fr 1fr;
  }

  .value-cards {
    gap: 16px;
  }

  .hero-title {
    max-width: 11ch;
  }

  .section-title {
    max-width: 14ch;
  }

  .free-copy .section-title,
  .paywall-copy .section-title,
  .full-head-copy .section-title {
    max-width: none;
  }

  .portrait-frame-hero {
    min-height: 620px;
  }

  .portrait-frame-free,
  .portrait-frame-paywall,
  .portrait-frame-full {
    min-height: 560px;
  }
}

@media (max-width: 420px) {
  .btn,
  .btn-large {
    width: 100%;
  }

  .hero-actions,
  .section-actions,
  .quiz-navigation,
  .paywall-actions {
    flex-direction: column;
  }

  .panel-xl,
  .quiz-top,
  .quiz-card,
  .full-section,
  .loading-card {
    padding: 20px;
  }

  .hero-title {
    font-size: 2.5rem;
  }

  .section-title {
    font-size: 2rem;
  }

  .quiz-question {
    font-size: 1.65rem;
  }
}

.name-screen-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: calc(100vh - 60px);
}

.name-card {
  width: 100%;
  max-width: 560px;
  margin: 0 auto;
  text-align: center;
}

.name-title {
  margin-bottom: 12px;
}

.name-subtitle {
  margin: 0 0 24px;
}

.name-form {
  width: 100%;
  text-align: left;
}

.name-label {
  display: block;
  margin-bottom: 10px;
  color: var(--text);
  font-size: 0.95rem;
  font-weight: 600;
}

.name-input {
  width: 100%;
  min-height: 58px;
  padding: 16px 18px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.045), rgba(255,255,255,0.02));
  color: var(--text);
  font-size: 1rem;
  font-family: inherit;
  transition:
    border-color var(--transition),
    box-shadow var(--transition),
    background var(--transition),
    transform var(--transition);
}

.name-input::placeholder {
  color: rgba(246, 242, 232, 0.42);
}

.name-input:hover {
  border-color: rgba(214, 187, 116, 0.22);
}

.name-input:focus {
  outline: none;
  border-color: rgba(132, 226, 190, 0.55);
  box-shadow:
    0 0 0 4px rgba(132, 226, 190, 0.08),
    0 12px 28px rgba(0, 0, 0, 0.2);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.028));
}

.name-input.is-invalid {
  border-color: rgba(230, 166, 166, 0.72);
  box-shadow: 0 0 0 4px rgba(230, 166, 166, 0.08);
}

.name-error {
  min-height: 22px;
  margin-top: 10px;
  margin-bottom: 18px;
  color: var(--danger-soft);
  font-size: 0.92rem;
  line-height: 1.4;
}

.name-continue-button {
  width: 100%;
}
.paywall-legal-box {
  margin: 0 0 18px;
  padding: 16px 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.03);
}

.paywall-legal-check {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: var(--text-muted);
  font-size: 0.95rem;
  line-height: 1.55;
  cursor: pointer;
}

.paywall-legal-check input[type="checkbox"] {
  margin-top: 3px;
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  accent-color: #2b8a6e;
}

.paywall-legal-check a {
  color: var(--accent);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.paywall-legal-check a:hover {
  opacity: 0.9;
}

.paywall-legal-error {
  min-height: 20px;
  margin-top: 10px;
  color: #ffb4b4;
  font-size: 0.9rem;
  line-height: 1.4;
}