/* Landing page styles: lp-call (phone) + lp-form (web form). */

.lp-body {
  background:
    radial-gradient(ellipse 90% 50% at 50% -10%, rgba(255, 59, 59, 0.14), transparent),
    var(--bg);
}

.lp-wrap {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  padding: 0 1.25rem;
}

.lp-wrap-wide {
  width: 100%;
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 1.25rem;
}

.lp-header-mini {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 0;
}

.lp-logo {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--text);
  font-weight: 700;
  text-decoration: none;
  letter-spacing: -0.01em;
}

.lp-logo img {
  width: 28px;
  height: 28px;
}

.lp-header-link {
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 600;
}

/* Page A: phone-first */

.lp-call-hero {
  text-align: center;
  padding: 3rem 0 2rem;
}

.lp-call-kicker {
  color: var(--accent);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin: 0 0 1.1rem;
}

.lp-offer-stamp {
  display: inline-block;
  margin: 0 0 1.2rem;
  background: linear-gradient(180deg, var(--accent) 0%, var(--accent-dim) 100%);
  color: #fff;
  border-radius: 22px;
  padding: 1.2rem 2rem 1.4rem;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.08), 0 22px 60px rgba(255, 59, 59, 0.45);
}

.lp-offer-pct {
  display: block;
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(3.4rem, 13vw, 5.8rem);
  line-height: 0.92;
  letter-spacing: -0.03em;
}

.lp-offer-pct em {
  font-style: italic;
  font-size: 0.48em;
  vertical-align: 0.2em;
}

.lp-offer-sub {
  display: block;
  margin-top: 0.55rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  opacity: 0.95;
}

.lp-call-title {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(2.7rem, 11vw, 4.6rem);
  line-height: 1.02;
  letter-spacing: -0.03em;
  margin: 0 0 1rem;
}

.lp-call-title em {
  font-style: italic;
  color: var(--accent);
}

.lp-call-sub {
  color: var(--text);
  font-size: clamp(1.05rem, 3.4vw, 1.3rem);
  line-height: 1.45;
  margin: 0 auto 2rem;
  max-width: 34ch;
}

.lp-call-sub strong {
  color: var(--text);
}

.lp-call-actions {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  max-width: 460px;
  margin: 0 auto;
}

.lp-phone-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  background: var(--btn);
  color: #fff;
  font-size: 1.35rem;
  font-weight: 700;
  text-decoration: none;
  padding: 1.15rem 1.5rem;
  border-radius: 14px;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.06), 0 18px 50px rgba(255, 59, 59, 0.28);
}

.lp-phone-btn:active {
  transform: translateY(1px);
}

.lp-phone-btn .lp-phone-icon {
  width: 22px;
  height: 22px;
  fill: currentColor;
  flex-shrink: 0;
}

.lp-call-steps {
  text-align: left;
  margin: 2.75rem auto 0;
  max-width: 520px;
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
}

.lp-step {
  display: flex;
  gap: 0.9rem;
  align-items: flex-start;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1rem 1.1rem;
}

.lp-step-num {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--accent);
  color: #fff;
  font-size: 0.85rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lp-step strong {
  display: block;
  font-size: 0.98rem;
  margin-bottom: 0.15rem;
}

.lp-step span {
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.45;
}

.lp-urgency {
  margin: 2.5rem auto 0;
  max-width: 520px;
  background: rgba(255, 59, 59, 0.08);
  border: 1px solid rgba(255, 59, 59, 0.3);
  border-radius: var(--radius);
  padding: 1rem 1.2rem;
  text-align: center;
  font-size: 0.95rem;
  line-height: 1.5;
}

.lp-urgency strong {
  color: var(--text);
}

.lp-trust {
  text-align: center;
  color: var(--muted);
  font-size: 0.85rem;
  margin: 1.5rem auto 0;
  max-width: 46ch;
}

.lp-cross {
  text-align: center;
  margin: 1.75rem 0 0.5rem;
  font-size: 0.95rem;
}

.lp-cross a {
  color: var(--accent);
  font-weight: 600;
}

.lp-sticky-call {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 90;
  display: none;
  gap: 0.5rem;
  padding: 0.6rem 0.75rem calc(0.6rem + env(safe-area-inset-bottom));
  background: rgba(12, 15, 18, 0.96);
  border-top: 1px solid var(--border);
}

.lp-sticky-call a {
  flex: 1;
  text-align: center;
  text-decoration: none;
  font-weight: 700;
  font-size: 1rem;
  padding: 0.85rem 0.5rem;
  border-radius: 12px;
}

.lp-sticky-call .lp-sticky-phone {
  background: var(--btn);
  color: #fff;
  flex: 1.4;
}

@media (max-width: 767px) {
  .lp-sticky-call {
    display: flex;
  }

  .lp-call-hero {
    padding-bottom: 5.5rem;
  }

  .lp-footer {
    padding-bottom: 5.5rem;
  }
}

/* Page B: form-first */

.lp-form-hero {
  padding: 2.25rem 0 3.5rem;
}

.lp-form-hero .hero-grid {
  align-items: start;
}

.lp-form-hero .hero-form-card {
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.45);
}

.lp-math {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
  margin: 0 0 1.25rem;
  max-width: 480px;
}

.lp-math-cell {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1rem 1.1rem;
}

.lp-math-cell.hot {
  border-color: rgba(255, 59, 59, 0.55);
  box-shadow: 0 0 0 1px rgba(255, 59, 59, 0.25);
}

.lp-math-label {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 0.4rem;
}

.lp-math-cell.hot .lp-math-label {
  color: var(--accent);
}

.lp-math-val {
  font-family: var(--serif);
  font-size: 1.9rem;
  line-height: 1;
  letter-spacing: -0.02em;
}

.lp-math-note {
  font-size: 0.8rem;
  color: var(--muted);
  margin-top: 0.35rem;
}

.lp-bullets {
  list-style: none;
  margin: 0 0 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  max-width: 52ch;
}

.lp-bullets li {
  position: relative;
  padding-left: 1.15rem;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.5;
}

.lp-bullets li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--accent);
}

.lp-bullets strong {
  color: var(--text);
}

.lp-note {
  color: var(--muted);
  font-size: 0.85rem;
  margin: 0 0 1rem;
  max-width: 50ch;
}

.lp-note a {
  color: var(--accent);
  font-weight: 600;
}

.lp-footer {
  border-top: 1px solid var(--border);
  padding: 1.25rem 0 2rem;
  color: var(--muted);
  font-size: 0.8rem;
  line-height: 1.6;
}

.lp-footer .lp-wrap,
.lp-footer .lp-wrap-wide {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem 1.25rem;
  justify-content: space-between;
}

.lp-footer a {
  color: var(--muted);
}

.lp-footer-links {
  display: flex;
  gap: 1rem;
}
