:root {
  --bg: #f4f7fb;
  --surface: #ffffff;
  --surface-muted: #f8fafc;
  --text: #0f172a;
  --text-soft: #475569;
  --line: #dbe5f0;
  --line-strong: #bfdbfe;
  --blue: #2563eb;
  --blue-deep: #1d4ed8;
  --blue-pale: #eff6ff;
  --blue-ink: #1e3a8a;
  --green: #22c55e;
  --dark: #0f172a;
  --dark-soft: #1f2937;
  --orange-bg: #fff7ed;
  --orange-line: #fed7aa;
  --orange-text: #9a3412;
  --shadow-lg: 0 20px 48px rgba(15, 23, 42, 0.08);
  --shadow-blue: 0 20px 44px rgba(37, 99, 235, 0.18);
  --radius-xl: 28px;
  --radius-lg: 22px;
  --radius-md: 16px;
}

html {
  scroll-behavior: smooth;
}

body {
  background:
    radial-gradient(circle at top left, rgba(96, 165, 250, 0.14), transparent 28%),
    linear-gradient(180deg, #f8fbff 0%, var(--bg) 100%);
  color: var(--text);
  font-family: "Manrope", sans-serif;
}

.page {
  padding-top: 4.75rem;
}

.page-shell {
  max-width: 1520px !important;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.topbar {
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: saturate(180%) blur(14px);
  border-bottom: 1px solid rgba(219, 229, 240, 0.9);
}

.brand {
  gap: 0.7rem;
  color: var(--text);
  font-weight: 800;
  letter-spacing: -0.02em;
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 999px;
  background: var(--blue-pale);
  color: var(--blue);
}

.brand-mark svg {
  width: 1.15rem;
  height: 1.15rem;
}

.topbar-actions {
  align-items: center;
  gap: 0.75rem;
}

.hero-section {
  padding-top: 4rem;
  padding-bottom: 2rem;
}

.hero-layout {
  align-items: flex-start;
}

.hero-convo-col {
  position: relative;
  top: -5.5rem;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.55rem 0.9rem;
  border: 1px solid #dbeafe;
  border-radius: 999px;
  background: var(--blue-pale);
  color: var(--blue-deep);
  font-size: 0.9rem;
  font-weight: 700;
}

.eyebrow-dot {
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 999px;
  background: var(--green);
}

.hero-title {
  margin-top: 1.25rem;
  margin-bottom: 2rem;
  font-size: clamp(2.8rem, 6vw, 4.8rem);
  line-height: 0.98;
  letter-spacing: -0.05em;
}

.hero-subtitle {
  margin-bottom: 2.25rem;
  max-width: 38rem;
  color: #334155;
  font-size: 1.35rem;
  line-height: 1.45;
}

.hero-copy {
  margin-bottom: 1rem;
  max-width: 42rem;
  color: var(--text-soft);
  font-size: 1.03rem;
  line-height: 1.9;
}

.hero-actions {
  margin-top: 1.75rem;
  margin-bottom: 0.4rem !important;
}

.is-cta {
  gap: 0.75rem;
  font-weight: 800;
}

.is-cta img {
  max-height: 1.5rem;
  width: auto;
}

.quiet-note {
  display: inline-flex;
  align-items: flex-start;
  gap: 0.75rem;
  max-width: 33rem;
  margin-top: 0;
  color: #64748b;
  font-size: 0.95rem;
}

.quiet-icon {
  display: inline-flex;
  width: 1.35rem;
  height: 1.35rem;
  color: var(--blue);
  flex: 0 0 auto;
}

.quiet-icon svg {
  width: 100%;
  height: 100%;
}

.sms-preview {
  max-width: 31rem;
  margin-left: auto;
  margin-top: 0;
}

.sms-header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding-bottom: 1rem;
}

.sms-avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #1d4ed8 0%, #60a5fa 100%);
  color: #fff;
  font-weight: 800;
}

.sms-name,
.sms-status {
  margin: 0;
}

.sms-name {
  color: var(--text);
  font-weight: 800;
}

.sms-status {
  color: #64748b;
  font-size: 0.82rem;
}

.sms-thread {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.sms-bubble {
  max-width: 88%;
  padding: 0.85rem 1rem;
  border-radius: 1.2rem;
  line-height: 1.55;
  font-size: 0.96rem;
}

.sms-bubble-incoming {
  border-top-left-radius: 0.45rem;
  background: rgba(226, 232, 240, 0.95);
  color: #1e293b;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
}

.sms-bubble-outgoing {
  align-self: flex-end;
  border-top-right-radius: 0.45rem;
  background: linear-gradient(135deg, #14b8a6 0%, #2dd4bf 100%);
  color: #083344;
  font-weight: 800;
  box-shadow: 0 10px 24px rgba(20, 184, 166, 0.16);
}

.hero-panel,
.surface-card,
.roi-card,
.step-panel,
.info-card,
.faq-item {
  background: var(--surface);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-lg);
}

.hero-panel,
.surface-card,
.roi-card {
  border-radius: var(--radius-xl);
}

.hero-panel {
  padding: 1.75rem;
  background:
    linear-gradient(180deg, rgba(239, 246, 255, 0.85), rgba(255, 255, 255, 0.98)),
    var(--surface);
}

.hero-panel-below {
  margin: 1.5rem auto 0;
  max-width: 980px;
}

.panel-kicker {
  margin-bottom: 0.75rem;
  color: var(--blue);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.82rem;
}

.panel-copy,
.section-heading p,
.feature-banner p,
.surface-card p,
.faq-item p,
.roi-disclaimer,
.copy-help {
  color: var(--text-soft);
  line-height: 1.8;
}

.check-list {
  margin: 1.15rem 0 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  margin-bottom: 0.9rem;
  padding-left: 1.6rem;
  color: inherit;
  line-height: 1.6;
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55rem;
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 999px;
  background: var(--blue);
}

.check-list.compact li {
  margin-bottom: 0.7rem;
}

.check-list.inverse li::before {
  background: #93c5fd;
}

.section-heading {
  max-width: 50rem;
  margin: 0 auto 2rem;
}

.section-heading .title {
  margin-bottom: 0.8rem;
  letter-spacing: -0.03em;
}

.section-footnote {
  margin-top: 0.35rem;
  font-size: 0.9rem;
}

.process-layout {
  align-items: flex-start;
}

.step-list {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
}

.step-card {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  width: 100%;
  padding: 1.25rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: #fff;
  color: var(--text);
  text-align: left;
  cursor: default;
}

.step-card strong {
  font-size: 1rem;
}

.step-card span {
  color: var(--text-soft);
  line-height: 1.6;
}

.step-card.is-active {
  background: var(--blue-pale);
  border-color: var(--line-strong);
  box-shadow: var(--shadow-blue);
}

.step-panel {
  display: none;
  border-radius: var(--radius-xl);
  padding: 1.5rem;
}

.step-panel.is-active {
  display: block;
}

.placeholder-shot {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 26rem;
  padding: 2rem;
  border: 1px dashed #cbd5e1;
  border-radius: 1.5rem;
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  color: #64748b;
  font-weight: 700;
  text-align: center;
}

.guardrail-panel p {
  margin-bottom: 0.9rem;
}

.guardrail-emphasis,
.guardrail-label,
.cta-title,
.faq-item h3 {
  color: var(--text);
  font-weight: 800;
}

.guardrail-box,
.formula-box {
  margin-top: 1rem;
  padding: 1rem 1.1rem;
  border: 1px solid var(--line);
  border-radius: 1.2rem;
  background: var(--surface-muted);
}

.formula-box {
  font-size: 0.72rem;
  line-height: 1.45;
}

.feature-banner {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 2rem;
  padding: 2.2rem;
  border-radius: var(--radius-xl);
  background: linear-gradient(135deg, var(--dark) 0%, var(--dark-soft) 100%);
  color: #e2e8f0;
  box-shadow: 0 20px 42px rgba(15, 23, 42, 0.22);
}

.feature-banner p {
  color: #cbd5e1;
}

.feature-title {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  align-items: baseline;
}

.feature-title-automated {
  color: #ffffff;
}

.feature-title-muted {
  color: #93c5fd;
  font-weight: 700;
}

.feature-title-annoying {
  color: #fca5a5;
}

.surface-card {
  padding: 2rem;
}

.info-card,
.warning-card,
.faq-item {
  border-radius: var(--radius-lg);
  padding: 1.4rem;
}

.info-card-blue {
  background: var(--blue-pale);
  border-color: #dbeafe;
}

.warning-card {
  margin-top: 1.4rem;
  border: 1px solid var(--orange-line);
  border-radius: var(--radius-lg);
  padding: 1.4rem;
  background: var(--orange-bg);
}

.warning-card .title {
  color: var(--orange-text);
}

.pricing-banner {
  margin-bottom: 1.5rem;
  padding: 1.4rem;
  border: 1px solid #dbeafe;
  border-radius: var(--radius-lg);
  background: var(--blue-pale);
}

.pricing-kicker {
  margin-bottom: 0.25rem;
  color: var(--blue-ink);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pricing-price {
  margin-bottom: 0.25rem;
  color: var(--blue-ink);
  font-size: 1.8rem;
  font-weight: 800;
}

.pricing-footnote {
  margin-top: 0.55rem;
  font-size: 0.95rem;
}

.roi-card {
  padding: 1.6rem;
}

.roi-total {
  margin-bottom: 1.3rem;
  color: #15803d;
}

.roi-total.is-negative,
.roi-value-negative {
  color: #b91c1c;
}

.roi-stat {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.8rem 0;
  border-bottom: 1px solid #e2e8f0;
}

.roi-stat:last-of-type {
  border-bottom: 0;
}

.roi-disclaimer {
  margin-top: 1.25rem;
  font-size: 0.9rem;
}

.cta-box {
  margin-top: 1.5rem;
}

.cta-box .cta-title {
  margin-bottom: 0.9rem;
}

.cta-box .button {
  margin-bottom: 0.95rem;
}

.fill-rate-group .button.is-selected {
  background: var(--blue);
  border-color: var(--blue);
  color: #fff;
}

.faq-card > .title {
  margin-bottom: 1.3rem;
}

.faq-item + .faq-item {
  margin-top: 1rem;
}

.faq-item h3 {
  margin-bottom: 0.45rem;
  font-size: 1.05rem;
}

.final-cta-section {
  padding-left: 0;
  padding-right: 0;
  padding-top: 1rem;
  padding-bottom: 0;
}

.final-cta {
  margin-left: calc(50% - 50vw);
  width: 100vw;
  padding: 2.4rem 1.8rem;
  background: linear-gradient(135deg, #1d4ed8 0%, #2563eb 55%, #3b82f6 100%);
  color: #dbeafe;
  text-align: center;
  box-shadow: 0 22px 48px rgba(37, 99, 235, 0.22);
}

.final-cta-inner {
  margin: 0 auto;
}

.final-cta .title {
  margin-bottom: 0.9rem;
}

.final-cta p {
  margin-left: auto;
  margin-right: auto;
  max-width: 42rem;
  line-height: 1.8;
}

.final-cta-button {
  gap: 0.75rem;
  margin-top: 1.35rem;
  margin-bottom: 0.9rem;
  padding-left: 1.4rem;
  padding-right: 1.4rem;
  border: 0;
  background: #fff;
  color: var(--blue-deep);
  font-weight: 800;
}

.final-cta-button img {
  max-height: 2rem;
  width: auto;
}

.final-note {
  color: #dbeafe;
  font-size: 0.95rem;
}

@media screen and (max-width: 1023px) {
  .feature-banner {
    grid-template-columns: 1fr;
  }

  .topbar-actions {
    justify-content: flex-end;
  }
}

@media screen and (max-width: 768px) {
  .page-shell {
    max-width: none !important;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .page {
    padding-top: 4.25rem;
  }

  .hero-section {
    padding-top: 2.5rem;
  }

  .surface-card,
  .feature-banner,
  .final-cta {
    padding: 1.4rem;
  }

  .sms-preview {
    margin-top: 1.5rem;
    margin-left: 0;
  }

  .hero-convo-col {
    top: 0;
  }

  .roi-stat {
    flex-direction: column;
    align-items: flex-start;
  }

  .topbar .navbar-menu {
    display: block;
    box-shadow: none;
    background: transparent;
  }

  .topbar-actions .button.is-ghost {
    display: none;
  }
}
