.lp-transition-overlay {
  position: fixed;
  inset: 0;
  background: var(--lp-navy);
  opacity: 0;
  pointer-events: none;
  transition: opacity 1s ease;
  z-index: 900;
}

.lp-transition-overlay.active {
  opacity: 1;
  pointer-events: auto;
}

.lp-landing {
  justify-content: flex-start;
  padding-top: 12px;
  padding-bottom: 24px;
}

#screen-0.lp-screen.lp-landing {
  justify-content: flex-start;
  align-items: stretch;
  align-content: flex-start;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-y: contain;
  touch-action: pan-y;
}

#screen-0.lp-screen.lp-landing > .lp-landing-card {
  flex: 0 0 auto;
}

.lp-landing-card {
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
  background: #f8f6f3;
  border-radius: 12px;
  overflow: hidden;
  border: 0.5px solid #d0d0c8;
  font-family: Georgia, 'Times New Roman', var(--lp-font-serif), serif;
}

.lp-landing-topnav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 20px;
  border-bottom: 1px solid #ede9e4;
}

.lp-landing-logo {
  font-size: 17px;
  color: var(--lp-navy);
  font-weight: 700;
}

.lp-landing-logo span {
  color: var(--lp-gold);
}

.lp-landing-nav-links {
  display: flex;
  gap: 14px;
  font-size: 11px;
  font-family: var(--lp-font-sans);
}

.lp-landing-nav-links a {
  color: #8a9bad;
  text-decoration: none;
}

.lp-landing-nav-links a:hover {
  color: var(--lp-navy);
}

.lp-landing-hero {
  text-align: center;
  padding: 36px 20px 28px;
}

.lp-landing-hero-curve {
  display: block;
  margin: 0 auto 20px;
  opacity: 0.35;
}

.lp-landing-badge {
  display: inline-block;
  font-size: 10px;
  font-family: var(--lp-font-sans);
  color: var(--lp-gold);
  border: 1px solid var(--lp-gold);
  border-radius: 20px;
  padding: 4px 12px;
  margin-bottom: 16px;
  letter-spacing: 0.5px;
}

.lp-landing .lp-hero-headline {
  margin-top: 0;
  font-size: 24px;
  line-height: 1.35;
}

.lp-landing-hero-sub {
  font-size: 14px;
  color: #6b7b8d;
  line-height: 1.7;
  font-family: var(--lp-font-sans);
  max-width: 340px;
  margin: 0 auto;
}

.lp-landing-hero-cta {
  margin: 22px 0 0;
  text-align: center;
}

.lp-landing-hero-scroll {
  text-decoration: none;
}

#form-area {
  scroll-margin-top: 12px;
}

.lp-landing-section {
  padding: 24px 20px;
  border-top: 1px solid #ede9e4;
}

.lp-landing-s-label {
  font-size: 10px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #8a9bad;
  margin-bottom: 12px;
  font-family: var(--lp-font-sans);
}

.lp-landing-section--dark {
  background: var(--lp-navy);
  color: #fff;
}

.lp-landing-s-label--light {
  color: #5b98b7;
}

.lp-landing-steps {
  display: flex;
  gap: 10px;
  margin-top: 4px;
}

.lp-landing-step {
  flex: 1;
  background: #fff;
  border-radius: 10px;
  padding: 14px 12px;
  border: 1px solid #ede9e4;
  text-align: center;
  min-width: 0;
}

.lp-landing-step-num {
  font-size: 20px;
  color: var(--lp-gold);
  font-weight: 700;
  margin-bottom: 4px;
}

.lp-landing-step-title {
  font-size: 12px;
  color: var(--lp-navy);
  font-weight: 500;
  margin-bottom: 4px;
  font-family: var(--lp-font-sans);
}

.lp-landing-step-desc {
  font-size: 11px;
  color: #8a9bad;
  line-height: 1.4;
  font-family: var(--lp-font-sans);
}

.lp-landing-sample-curve {
  background: #162240;
  border-radius: 10px;
  padding: 16px;
  margin: 14px 0;
}

.lp-landing-insights {
  list-style: none;
  margin: 0;
  padding: 0;
}

.lp-landing-insight {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin-bottom: 12px;
}

.lp-landing-insight-icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(196, 148, 90, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 2px;
}

.lp-landing-insight-icon svg {
  width: 14px;
  height: 14px;
}

.lp-landing-insight-text {
  font-size: 13px;
  color: #b0bcc8;
  line-height: 1.5;
  font-family: var(--lp-font-sans);
}

.lp-landing-insight-text strong {
  color: #fff;
}

.lp-landing-not-list {
  list-style: none;
  margin: 12px 0 0;
  padding: 0;
}

.lp-landing-not-list li {
  font-size: 12px;
  color: #6b7b8d;
  line-height: 1.6;
  font-family: var(--lp-font-sans);
  padding: 4px 0;
  display: flex;
  gap: 8px;
  align-items: flex-start;
}

.lp-landing-not-x {
  color: #5b98b7;
  font-weight: 500;
  flex-shrink: 0;
  font-size: 13px;
}

.lp-landing-not-quote {
  font-style: italic;
  color: var(--lp-navy);
  font-size: 14px;
  margin-top: 8px;
  line-height: 1.5;
}

.lp-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--lp-font-sans);
  font-size: 16px;
  font-weight: 600;
  flex-shrink: 0;
}

.lp-avatar-margaret {
  background: #e6d5c3;
  color: #6b4226;
}

.lp-avatar-james {
  background: #c9d8e8;
  color: #2c4a6e;
}

.lp-avatar-susan {
  background: #d4c5d9;
  color: #4a3358;
}

.lp-testimonial {
  background: #fff;
  border-radius: 10px;
  padding: 18px;
  border: 1px solid #ede9e4;
  margin-bottom: 12px;
}

.lp-testimonial-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}

.lp-testimonial-name {
  font-size: 15px;
  font-weight: 700;
  color: var(--lp-gold);
  font-family: var(--lp-font-sans);
  letter-spacing: 0.02em;
}

.lp-testimonial-location {
  font-size: 11px;
  color: #8a9bad;
  font-family: var(--lp-font-sans);
}

.lp-testimonial-stars {
  color: var(--lp-gold);
  font-size: 13px;
  letter-spacing: 1px;
  margin-bottom: 8px;
}

.lp-testimonial-text {
  font-size: 14px;
  color: #4a5568;
  line-height: 1.65;
  font-style: italic;
  font-family: var(--lp-font-sans);
  margin: 0;
}

.lp-landing-section--includes {
  background: #f5f2ee;
}

.lp-landing-includes-intro {
  font-size: 13px;
  color: #6b7b8d;
  line-height: 1.7;
  margin-bottom: 12px;
  font-family: var(--lp-font-sans);
}

.lp-landing-includes-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.lp-landing-include-item {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin-bottom: 8px;
  font-size: 13px;
  color: #4a5568;
  line-height: 1.5;
  font-family: var(--lp-font-sans);
}

.lp-landing-include-item strong {
  color: var(--lp-navy);
}

.lp-landing-include-icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(27, 42, 74, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.lp-landing-include-icon svg {
  width: 14px;
  height: 14px;
}

.lp-landing-form-outer {
  padding: 28px 20px 8px;
}

.lp-landing-form-area {
  background: #fff;
  border-radius: 12px;
  padding: 24px 20px;
  border: 1px solid #ede9e4;
  text-align: center;
}

.lp-landing-form-title {
  font-size: 18px;
  color: var(--lp-navy);
  margin-bottom: 6px;
  font-weight: 400;
}

.lp-landing-form-sub {
  font-size: 12px;
  color: #8a9bad;
  margin-bottom: 16px;
  font-family: var(--lp-font-sans);
}

#screen-0 .lp-landing-form-area .lp-landing-form-input,
#screen-0 .lp-landing-form-area .lp-landing-form-select {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #d0d8e0;
  border-radius: 8px;
  font-size: 15px;
  color: var(--lp-navy);
  background: #fdfcfb;
  font-family: var(--lp-font-sans);
  margin-bottom: 0;
}

#screen-0 .lp-landing-form-area .lp-landing-name {
  margin-bottom: 10px;
}

#screen-0 .lp-landing-form-area .lp-landing-form-select {
  font-size: 14px;
  color: #8a9bad;
  min-height: 48px;
}

.lp-landing-form-row {
  margin-bottom: 14px;
  gap: 8px;
}

#screen-0 .lp-landing-form-area .lp-dob-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  width: 100%;
  justify-content: stretch;
}

#screen-0 .lp-landing-form-area .lp-dob-row select.lp-input {
  min-width: 0;
  max-width: none;
  width: 100%;
}

.lp-landing-form-cta {
  margin-bottom: 0;
}

#screen-0 .lp-landing-form-cta .lp-begin-btn {
  width: 100%;
  display: block;
  border-radius: 8px;
  padding: 16px;
  font-size: 15px;
  font-weight: 600;
}

.lp-landing-btn-note {
  font-size: 11px;
  color: #a0adb8;
  margin-top: 8px;
  font-family: var(--lp-font-sans);
}

.lp-landing-trust-row {
  justify-content: center;
  gap: 16px;
  padding: 20px 8px 4px;
  margin-top: 16px;
  border-top: 1px solid #e0d8ce;
}

.lp-landing-trust-row .lp-trust-metric-num {
  font-size: 20px;
  font-family: var(--lp-font-serif);
  font-weight: 700;
  color: var(--lp-gold);
  line-height: 1.2;
  margin-bottom: 6px;
}

.lp-landing-trust-row .lp-trust-metric-label {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--lp-navy);
  line-height: 1.35;
  max-width: 7.5rem;
  margin-left: auto;
  margin-right: auto;
}

.lp-landing-section--closing {
  text-align: center;
  border-top: 1px solid #ede9e4;
}

.lp-landing-closing-quote {
  font-style: italic;
  font-family: Georgia, var(--lp-font-serif), serif;
  color: var(--lp-navy);
  font-size: 15px;
  line-height: 1.5;
  max-width: 400px;
  margin: 0 auto;
}

.lp-landing-closing-note {
  margin-top: 6px;
  font-size: 11px;
  color: #6b7b8d;
  font-family: var(--lp-font-sans);
}

.lp-landing-footer {
  padding: 16px 20px;
  border-top: 1px solid #ede9e4;
  text-align: center;
}

.lp-landing-legal {
  font-size: 10px;
  color: #a0adb8;
  line-height: 1.6;
  font-family: var(--lp-font-sans);
  margin-bottom: 8px;
}

.lp-landing-footer-links {
  font-size: 10px;
  font-family: var(--lp-font-sans);
  color: #8a9bad;
  line-height: 1.5;
}

.lp-landing-footer-links a {
  color: #8a9bad;
  text-decoration: none;
}

.lp-landing-footer-links a:hover {
  color: var(--lp-navy);
}

@media (max-width: 400px) {
  .lp-landing-steps {
    flex-direction: column;
  }
}

.lp-landing-name {
  margin-bottom: 16px;
}

.lp-immersive {
  background: var(--lp-navy);
  color: rgba(255, 255, 255, 0.92);
  justify-content: flex-start;
}

.lp-immersive .lp-q-title,
.lp-immersive .lp-feedback-personal,
.lp-immersive .lp-feedback-emphasis {
  color: #fff;
}

.lp-immersive .lp-q-desc {
  color: var(--lp-gray-light);
}

.lp-immersive .lp-input {
  background: rgba(255, 255, 255, 0.08);
  border-color: var(--lp-border-dark);
  color: #fff;
}

.lp-immersive .lp-input::placeholder {
  color: var(--lp-gray-light);
}

.lp-immersive-stage {
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
  padding: 48px 24px 32px;
  min-height: 70vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.lp-immersive-particles {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  opacity: 0.35;
  background-image:
    radial-gradient(2px 2px at 20% 30%, rgba(255, 255, 255, 0.4), transparent),
    radial-gradient(2px 2px at 70% 20%, rgba(196, 148, 90, 0.35), transparent),
    radial-gradient(1px 1px at 50% 60%, rgba(255, 255, 255, 0.25), transparent),
    radial-gradient(2px 2px at 85% 75%, rgba(91, 152, 183, 0.3), transparent);
  animation: lp-particles-drift 24s ease-in-out infinite alternate;
}

@keyframes lp-particles-drift {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-12px);
  }
}

.lp-pulse-line-wrap {
  width: 80%;
  max-width: 360px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 24px;
  opacity: 0;
  transition: opacity 0.8s ease;
}

#screen-1.active .lp-pulse-line-wrap {
  opacity: 0.45;
}

#screen-1.lp-phase-pulse .lp-pulse-line-wrap,
#screen-1.lp-phase-number .lp-pulse-line-wrap,
#screen-1.lp-phase-personal .lp-pulse-line-wrap {
  opacity: 1;
}

.lp-pulse-svg {
  width: 100%;
  height: 52px;
  display: block;
}

#screen-1.lp-phase-wave .lp-pulse-svg {
  animation: lp-pulse-svg-beat 1.2s ease-in-out infinite;
  transform-origin: center center;
}

@keyframes lp-pulse-svg-beat {
  0%,
  100% {
    transform: scaleX(0.78);
    opacity: 0.75;
  }
  50% {
    transform: scaleX(1);
    opacity: 1;
  }
}

#screen-1.lp-phase-a-end .lp-pulse-line-wrap {
  opacity: 0.55;
  transform: scaleX(0.88);
  transition: opacity 1s ease, transform 1s ease;
}

.lp-frequency-reveal {
  text-align: center;
  width: 100%;
}

#screen-1 .lp-frequency-label-phase {
  opacity: 0;
  transition: opacity 0.8s ease;
}

#screen-1.lp-phase-label .lp-frequency-label-phase {
  opacity: 1;
}

#screen-1 .lp-frequency-hero-num {
  opacity: 0;
  transform: scale(0.92);
  transition: opacity 0.9s ease, transform 0.9s ease;
}

#screen-1.lp-phase-number .lp-frequency-hero-num,
#screen-1.lp-phase-personal .lp-frequency-hero-num {
  opacity: 1;
  transform: scale(1);
}

#screen-1 .lp-frequency-reveal-personal,
#screen-1 .lp-frequency-reveal-body,
#screen-1 .lp-frequency-reveal-cycles {
  opacity: 0;
  transition: opacity 0.8s ease;
}

#screen-1.lp-phase-personal .lp-frequency-reveal-personal,
#screen-1.lp-phase-personal .lp-frequency-reveal-body {
  opacity: 1;
}

#screen-1.lp-phase-cycles .lp-frequency-reveal-cycles {
  opacity: 1;
}

#screen-1 .lp-frequency-reveal .lp-feedback-data {
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  margin: 0;
  padding: 0;
  border: none;
  overflow: hidden;
  transition:
    opacity 0.65s ease,
    max-height 0.5s ease,
    margin-top 0.5s ease,
    padding-top 0.5s ease,
    visibility 0.5s;
}

#screen-1.lp-phase-number .lp-feedback-data {
  opacity: 1;
  visibility: visible;
  max-height: 120px;
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid var(--lp-border-dark);
}

.lp-continue-hidden {
  opacity: 0 !important;
  pointer-events: none !important;
  transition: opacity 0.8s ease;
}

.lp-frequency-corner {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-bottom: 20px;
  padding: 10px 14px;
  background: rgba(255, 255, 255, 0.06);
  border-radius: var(--lp-radius-md);
  border: 1px solid var(--lp-border-dark);
  width: fit-content;
}

.lp-frequency-corner-label {
  font-size: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--lp-blue);
}

.lp-frequency-corner-num {
  font-family: var(--lp-font-serif);
  font-size: 22px;
  color: var(--lp-gold);
}

.lp-year-locked:disabled {
  opacity: 0.45;
}

.lp-year-unlocked {
  opacity: 1 !important;
}

.lp-year-glow {
  box-shadow: 0 0 0 2px rgba(196, 148, 90, 0.35);
}

.lp-options--sleep-locked .lp-option--locked {
  opacity: 0.45;
  pointer-events: none;
}

.lp-options--sleep-unlocked .lp-option {
  opacity: 1;
  pointer-events: auto;
}

.lp-options--sleep-unlocked .lp-option--locked {
  pointer-events: auto;
}

.lp-paywall-cta-hidden {
  opacity: 0 !important;
  pointer-events: none !important;
  transition: opacity 0.8s ease;
}

body.lp-immersive-active {
  background: var(--lp-navy);
}

.lp-landing .lp-begin-btn {
  min-height: 56px;
  font-size: 17px;
}

.lp-landing .lp-begin-btn:not(.ready) {
  background: #d0d8e0;
  color: #8a9bad;
  cursor: not-allowed;
}

.lp-landing .lp-begin-btn:not(.ready):hover {
  background: #d0d8e0;
  filter: none;
}

.lp-landing .lp-begin-btn.ready {
  background: #c4945a;
  color: #fff;
  cursor: pointer;
}

.lp-landing .lp-begin-btn.ready:hover {
  background: var(--lp-gold-hover);
  filter: none;
}

.lp-dob-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-bottom: 20px;
}

.lp-dob-row select.lp-input {
  flex: 1;
  min-width: 100px;
  max-width: 140px;
}

#screen-1 .lp-historical-wrap {
  margin-top: 20px;
  width: 100%;
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

#screen-1.lp-phase-hist .lp-historical-wrap {
  opacity: 1;
  transform: translateY(0);
}

.lp-historical-nodes {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  justify-content: center;
  align-content: center;
  align-items: stretch;
  width: 100%;
}

.lp-historical-nodes li {
  font-family: var(--lp-font-serif);
  font-size: 15px;
  color: rgba(255, 255, 255, 0.88);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  text-align: center;
  flex: 0 0 auto;
  min-width: 4.5rem;
}

.lp-hist-year {
  color: var(--lp-gold);
  font-size: 18px;
}

.lp-hist-age {
  font-size: 11px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--lp-gray-light);
}

#screen-1 .lp-historical-prompt {
  margin-top: 16px;
  text-align: center;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.75);
  opacity: 0;
  transition: opacity 0.6s ease;
}

#screen-1.lp-phase-hist-prompt .lp-historical-prompt {
  opacity: 1;
}

#screen-3.lp-screen3-personality-phase .lp-verification-section {
  opacity: 0.55;
  transform: scale(0.96);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.lp-personality-block {
  margin-top: 28px;
  text-align: left;
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
}

.lp-personality-kicker {
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--lp-blue);
  margin-bottom: 12px;
  text-align: center;
}

.lp-personality-part {
  font-family: var(--lp-font-serif);
  font-size: 17px;
  line-height: 1.65;
  color: var(--lp-gold);
  margin: 0 0 12px;
}

.lp-personality-part.lp-personality-hidden {
  display: none;
}

.lp-feedback-data-line {
  margin: 0 0 10px;
  font-size: 16px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.88);
}

.lp-year-row {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
}

.lp-year-row .lp-input-year {
  flex: 1;
  max-width: 200px;
}

.lp-year-row-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.lp-year-confirm {
  flex-shrink: 0;
  width: 52px;
  height: 52px;
  border-radius: var(--lp-radius-md);
  border: 2px solid var(--lp-gold);
  background: transparent;
  color: var(--lp-gold);
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  transition: background var(--lp-transition), color var(--lp-transition);
}

.lp-year-confirm:hover {
  background: rgba(196, 148, 90, 0.15);
}

.lp-q5-options-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  max-height: 0;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.lp-voice-indicator--center {
  justify-content: center;
  width: 100%;
}

.lp-hero-headline {
  font-family: var(--lp-font-serif);
  font-size: 28px;
  color: var(--lp-navy);
  line-height: 1.35;
  font-weight: 400;
  text-align: center;
  margin-bottom: 16px;
}

@media (min-width: 1024px) {
  .lp-hero-headline {
    font-size: 32px;
  }
}

.lp-hero-sub {
  font-size: 16px;
  color: var(--lp-gray);
  line-height: 1.7;
  max-width: 380px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 28px;
  text-align: center;
}

.lp-hero-cta-wrap {
  text-align: center;
  margin-bottom: 12px;
}

.lp-hero-fine {
  font-size: 12px;
  color: var(--lp-gray-lighter);
  text-align: center;
  margin-bottom: 32px;
}

.lp-trust-bar {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
  border-top: 1px solid var(--lp-border-light);
  padding-top: 24px;
  margin-top: 8px;
}

.lp-trust-metric {
  flex: 1;
  text-align: center;
  min-width: 0;
}

.lp-trust-metric-num {
  font-family: var(--lp-font-serif);
  font-size: 20px;
  color: var(--lp-navy);
  line-height: 1.3;
  margin-bottom: 4px;
}

.lp-trust-metric-label {
  font-size: 11px;
  color: var(--lp-gray-light);
  line-height: 1.4;
}

.lp-input-dob {
  flex: 1;
  min-width: 0;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
}

.lp-frequency-calc-loading {
  text-align: center;
  padding: 24px 0 32px;
}

.lp-frequency-calc-curve {
  width: 100%;
  max-width: 280px;
  margin: 0 auto 20px;
}

.lp-frequency-calc-curve svg {
  width: 100%;
  height: auto;
  display: block;
}

.lp-frequency-calc-path {
  fill: none;
  stroke: var(--lp-gold);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-dasharray: 400;
  stroke-dashoffset: 400;
  animation: lp-frequency-calc-draw 1.6s ease forwards;
}

@keyframes lp-frequency-calc-draw {
  to {
    stroke-dashoffset: 0;
  }
}

.lp-frequency-calc-label {
  font-size: 15px;
  color: var(--lp-gray);
  font-family: var(--lp-font-sans);
  margin: 0;
  animation: lp-frequency-calc-fade 1.8s ease-in-out infinite alternate;
}

@keyframes lp-frequency-calc-fade {
  from {
    opacity: 0.55;
  }
  to {
    opacity: 1;
  }
}

.lp-year-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 24px;
}

.lp-actions {
  margin-top: 8px;
}

.lp-actions .lp-btn-primary {
  width: 100%;
}

.lp-thank-you-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 16px;
  margin-bottom: 8px;
}

.lp-thank-you-actions .lp-btn-primary,
.lp-thank-you-actions .lp-btn-secondary {
  width: 100%;
  text-align: center;
}

.lp-step-hidden {
  display: none !important;
}

.lp-feedback-label {
  font-size: 11px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--lp-blue);
  text-align: center;
  margin-bottom: 8px;
}

.lp-feedback-status {
  font-family: var(--lp-font-serif);
  font-size: 20px;
  color: #fff;
  text-align: center;
  margin-bottom: 12px;
}

.lp-email-screen {
  text-align: center;
}

.lp-email-icon-wrap {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: var(--lp-navy);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 24px;
}

.lp-email-icon-wrap svg {
  width: 28px;
  height: 28px;
  stroke: #fff;
  fill: none;
  stroke-width: 1.5;
}

.lp-email-screen .lp-q-title {
  text-align: center;
}

.lp-email-screen .lp-q-desc {
  text-align: center;
  max-width: 340px;
  margin-left: auto;
  margin-right: auto;
}

.lp-email-fine {
  font-size: 11px;
  color: var(--lp-gray-lighter);
  margin-top: 16px;
  line-height: 1.5;
}

#screen-6.lp-screen {
  background: var(--lp-navy);
  color: rgba(255, 255, 255, 0.9);
}

#screen-6 .lp-loading-line {
  color: rgba(255, 255, 255, 0.95);
}

.lp-loading-curve {
  width: 100%;
  max-width: 320px;
  margin: 0 auto 32px;
}

.lp-loading-curve svg {
  width: 100%;
  height: auto;
  display: block;
}

.lp-loading-curve-path {
  fill: none;
  stroke: var(--lp-gold);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-dasharray: 400;
  stroke-dashoffset: 400;
  animation: lp-draw-curve 1s ease forwards;
}

@keyframes lp-draw-curve {
  to {
    stroke-dashoffset: 0;
  }
}

.lp-loading-lines {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 340px;
  margin: 0 auto;
}

.lp-loading-line {
  font-size: 15px;
  line-height: 1.5;
  font-family: var(--lp-font-sans);
  opacity: 0;
}

.lp-loading-line--dim {
  animation: lp-loading-dim-seq 2s ease forwards;
}

.lp-loading-line--dim:nth-of-type(1) {
  animation-delay: 0.1s;
}

.lp-loading-line--dim:nth-of-type(2) {
  animation-delay: 0.35s;
}

@keyframes lp-loading-dim-seq {
  0% {
    opacity: 0;
    transform: translateY(6px);
  }
  12% {
    opacity: 1;
    transform: translateY(0);
  }
  40% {
    opacity: 1;
  }
  65% {
    opacity: 0.4;
  }
  100% {
    opacity: 0.4;
  }
}

.lp-loading-line--stay {
  animation: lp-loading-stay-seq 1.4s ease forwards;
  animation-delay: 0.55s;
}

@keyframes lp-loading-stay-seq {
  0% {
    opacity: 0;
    transform: translateY(6px);
  }
  15% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 1;
  }
}

.lp-loading-line--last {
  animation: lp-loading-last-seq 1.2s ease forwards;
  animation-delay: 1s;
}

@keyframes lp-loading-last-seq {
  0% {
    opacity: 0;
    transform: translateY(6px);
  }
  20% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 1;
  }
}

#screen-7.lp-screen {
  background: var(--lp-navy);
  color: rgba(255, 255, 255, 0.9);
  justify-content: flex-start;
  padding-top: 48px;
  padding-bottom: 48px;
}

.lp-paywall {
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
  padding: 0 24px;
}

@media (min-width: 1024px) {
  .lp-paywall {
    padding: 0 32px;
  }
}

.lp-paywall-tag {
  font-size: 11px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--lp-blue);
  text-align: center;
  margin-bottom: 20px;
}

.lp-paywall-curve {
  background: var(--lp-navy-deep);
  border-radius: var(--lp-radius-lg);
  border: 1px solid var(--lp-border-dark);
  padding: 20px;
  margin-bottom: 24px;
  position: relative;
  overflow: hidden;
}

.lp-paywall-curve svg {
  width: 100%;
  height: auto;
  display: block;
}

.lp-paywall-curve-locked {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--lp-gold);
  font-size: 18px;
}

.lp-paywall-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-bottom: 24px;
}

.lp-paywall-data-card {
  background: var(--lp-navy-light);
  border-radius: var(--lp-radius-md);
  padding: 14px 10px;
  text-align: center;
  border: 1px solid var(--lp-border-dark);
}

.lp-paywall-data-label {
  font-size: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--lp-blue);
  margin-bottom: 6px;
}

.lp-paywall-data-value {
  font-family: var(--lp-font-serif);
  font-size: 16px;
  color: #fff;
  line-height: 1.3;
}

.lp-paywall-message {
  font-family: var(--lp-font-serif);
  font-size: 17px;
  font-style: italic;
  color: var(--lp-gold);
  line-height: 1.55;
  text-align: center;
  margin-bottom: 28px;
}

.lp-paywall-includes-title {
  font-family: var(--lp-font-serif);
  font-size: 18px;
  color: #fff;
  margin-bottom: 16px;
  font-weight: 400;
}

.lp-paywall-list {
  list-style: none;
  margin-bottom: 24px;
}

.lp-paywall-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 14px;
  color: #B0BCC8;
  line-height: 1.55;
  margin-bottom: 12px;
}

.lp-paywall-check {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: rgba(196, 148, 90, 0.25);
  color: var(--lp-gold);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  margin-top: 2px;
}

.lp-social-proof {
  text-align: center;
  font-size: 13px;
  color: var(--lp-gray-light);
  margin-bottom: 20px;
  padding: 14px;
  background: rgba(255, 255, 255, 0.04);
  border-radius: var(--lp-radius-sm);
}

.lp-paywall .lp-btn-primary-full {
  margin-bottom: 16px;
}

.lp-guarantee {
  font-size: 12px;
  color: var(--lp-gray-light);
  text-align: center;
  line-height: 1.6;
  margin-bottom: 16px;
}

.lp-urgency-bar {
  font-size: 12px;
  color: var(--lp-gold);
  text-align: center;
  padding: 12px 16px;
  background: rgba(196, 148, 90, 0.12);
  border-radius: var(--lp-radius-sm);
  margin-bottom: 28px;
  border: 1px solid rgba(196, 148, 90, 0.25);
}

.lp-countdown {
  font-weight: 500;
}

.lp-testimonials {
  margin-bottom: 28px;
}

.lp-testimonial {
  background: var(--lp-navy-light);
  border-radius: var(--lp-radius-md);
  padding: 18px 16px;
  margin-bottom: 12px;
  border: 1px solid var(--lp-border-dark);
}

.lp-testimonial-text {
  font-size: 14px;
  color: #B0BCC8;
  line-height: 1.65;
  margin-bottom: 12px;
  font-style: italic;
}

.lp-testimonial-meta {
  font-size: 12px;
  color: var(--lp-blue);
}

.lp-delivery-note {
  font-size: 12px;
  color: var(--lp-gray-light);
  text-align: center;
  margin-top: 16px;
}
