:root {
  --bg: #f4f8ff;
  --bg-soft: #ffffff;
  --text: #17243a;
  --muted: #5f6f87;
  --primary: #4967ff;
  --primary-strong: #3b55db;
  --border: rgba(73, 103, 255, 0.16);
  --card: rgba(255, 255, 255, 0.78);
  --shadow-sm: 0 8px 20px rgba(23, 36, 58, 0.06);
  --shadow-md: 0 20px 45px rgba(63, 87, 180, 0.12);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 8% 12%, rgba(102, 156, 255, 0.28), transparent 45%),
    radial-gradient(circle at 92% 16%, rgba(101, 225, 245, 0.24), transparent 42%),
    radial-gradient(circle at 50% 85%, rgba(255, 255, 255, 0.7), transparent 42%),
    var(--bg);
  line-height: 1.6;
}

.container {
  width: min(1080px, 92vw);
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  backdrop-filter: blur(14px);
  background: rgba(244, 248, 255, 0.76);
  border-bottom: 1px solid var(--border);
  box-shadow: var(--shadow-sm);
  z-index: 20;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  min-height: 72px;
}

.nav-cta {
  flex-shrink: 0;
  white-space: nowrap;
  text-align: center;
}

.nav-cta-short {
  display: none;
}

.brand {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  padding: 0.35rem 0.55rem;
  border-radius: 12px;
  background: #ffffff;
  border: 1px solid rgba(23, 36, 58, 0.08);
  box-shadow: 0 6px 14px rgba(23, 36, 58, 0.08);
  color: var(--text);
  text-decoration: none;
  font-size: 1.12rem;
  font-weight: 800;
  letter-spacing: 0.01em;
}

.brand-logo {
  height: 44px;
  width: auto;
  display: block;
}

.hero {
  padding: 3.1rem 0 1.8rem;
}

.hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 3fr) minmax(220px, 2fr);
  gap: clamp(1.5rem, 4vw, 2.75rem);
  align-items: center;
}

.hero-text {
  min-width: 0;
}

.hero-visual {
  min-width: 0;
}

.hero-dashboard-img {
  display: block;
  width: 100%;
  height: auto;
}

.eyebrow {
  color: #3555ef;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 0.75rem;
}

h1 {
  margin: 0.25rem 0 1rem;
  line-height: 1.06;
  font-size: clamp(2.2rem, 6vw, 3.7rem);
  max-width: 860px;
}

.hero-copy {
  margin: 0;
  color: var(--muted);
  font-size: 1.125rem;
  line-height: 1.75;
  max-width: 760px;
}

.trust-line {
  margin: 0.95rem 0 0;
  font-weight: 600;
  color: #2c4370;
}

.hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.6rem;
}

.example-line {
  margin: 0.95rem 0 0;
  color: var(--muted);
  font-size: 0.98rem;
}

.estimator {
  padding-bottom: 0;
}

.estimator-panel {
  border: 1px solid var(--border);
  background: linear-gradient(140deg, rgba(255, 255, 255, 0.95), rgba(240, 247, 255, 0.9));
  border-radius: 20px;
  padding: 1.2rem;
  box-shadow: var(--shadow-md);
}

.estimator-copy {
  margin: 0.35rem 0 0;
  color: var(--muted);
}

.estimator-controls {
  margin-top: 1rem;
}

.slider-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.5rem;
}

.slider-row label {
  font-weight: 600;
}

#bookings {
  width: 100%;
  accent-color: var(--primary);
}

.estimator-results {
  margin-top: 0.8rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
}

.scenario-row {
  margin-top: 0.85rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
}

.scenario-card {
  padding: 0.85rem 0.95rem;
}

.scenario-card h3 {
  margin: 0;
  font-size: 0.95rem;
}

.scenario-value {
  margin: 0.3rem 0 0;
  font-size: 1.35rem;
  font-weight: 800;
  color: #1f3774;
  line-height: 1.15;
}

.scenario-meta {
  margin: 0.2rem 0 0;
  font-size: 0.8rem;
  color: var(--muted);
}

.scenario-card-mid {
  border-color: rgba(73, 103, 255, 0.3);
  background: linear-gradient(140deg, rgba(73, 103, 255, 0.07), rgba(255, 255, 255, 0.8));
}

/* Big type only on the dollar figures — not supporting copy in the same card */
.estimate-card .estimate-value {
  margin: 0.4rem 0 0;
  font-size: clamp(1.35rem, 3.2vw, 1.85rem);
  font-weight: 800;
  color: #1f3774;
  line-height: 1.15;
}

.estimate-primary {
  border-color: rgba(73, 103, 255, 0.32);
  background: linear-gradient(135deg, rgba(73, 103, 255, 0.08), rgba(101, 225, 245, 0.08));
}

.estimate-primary .estimate-value {
  font-size: clamp(1.75rem, 4vw, 2.35rem);
  color: #2e4fff;
  letter-spacing: -0.01em;
}

.estimator-note {
  margin: 0.9rem 0 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.estimator-note-tight {
  margin-top: 0.5rem;
}

.estimator-range-note {
  margin: 0.5rem 0 0;
  color: var(--muted);
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.45;
}

.estimate-card .estimator-note-tight {
  font-size: 0.8125rem;
  font-weight: 400;
  color: var(--muted);
  line-height: 1.45;
}

.estimator-credibility {
  margin-top: 0.65rem;
  font-size: 0.9rem;
}

.estimator-trust {
  margin: 0.9rem 0 0;
  font-weight: 600;
  color: #2c4370;
}

.estimator-cta {
  margin-top: 1rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0.66rem 1.08rem;
  font-weight: 600;
  text-decoration: none;
  transition:
    transform 0.2s ease,
    background-color 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

.button:hover {
  transform: translateY(-1px);
  box-shadow: var(--shadow-sm);
}

.button-primary {
  background: var(--primary);
  color: #ffffff;
}

.button-primary:hover {
  background: var(--primary-strong);
}

.button-outline {
  color: var(--text);
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.58);
}

.button-subtle {
  color: var(--text);
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.62);
  font-size: 0.92rem;
}

.proof {
  padding: 1.3rem 0 0.8rem;
}

.stats {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.card {
  border: 1px solid var(--border);
  background: var(--card);
  border-radius: 16px;
  padding: 1.05rem 1.15rem;
  box-shadow: var(--shadow-sm);
  backdrop-filter: blur(6px);
}

.stat {
  margin: 0;
  font-weight: 700;
  font-size: 1.05rem;
}

.label {
  margin: 0.4rem 0 0;
  color: var(--muted);
}

.section {
  padding: 2rem 0;
}

.section-tight {
  padding-top: 0.8rem;
}

.objection-block h2 {
  margin-bottom: 0.85rem;
}

.objection-intro {
  margin: 0 0 1rem;
  color: var(--muted);
  font-size: 1.0625rem;
  line-height: 1.72;
  max-width: 760px;
}

.objection-intro:last-of-type {
  margin-bottom: 1.25rem;
}

.before-now {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  align-items: stretch;
}

.before-now-panel {
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 1rem 1.1rem;
  background: var(--card);
  box-shadow: var(--shadow-sm);
  backdrop-filter: blur(6px);
}

.before-now-panel-accent {
  border-color: rgba(73, 103, 255, 0.28);
  background: linear-gradient(135deg, rgba(73, 103, 255, 0.06), rgba(255, 255, 255, 0.85));
}

.before-now-label {
  margin: 0 0 0.65rem;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #3555ef;
}

.before-now-list {
  margin: 0;
  padding-left: 1.15rem;
  color: var(--text);
  font-size: 0.9375rem;
  line-height: 1.55;
}

.before-now-list li {
  margin: 0.4rem 0;
}

.before-now-list li:first-child {
  margin-top: 0;
}

.before-now-list li:last-child {
  margin-bottom: 0;
}

h2 {
  margin: 0 0 1rem;
  font-size: clamp(1.5rem, 3.5vw, 2.2rem);
}

.grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.steps-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.feature {
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 1rem;
  background: var(--card);
  box-shadow: var(--shadow-sm);
  backdrop-filter: blur(6px);
}

.feature h3 {
  margin: 0;
  font-size: 1.1rem;
}

.feature p {
  margin: 0.45rem 0 0;
  color: var(--muted);
}

.dashboard-preview {
  max-width: 620px;
}

.dashboard-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.85rem 0;
  border-bottom: 1px solid var(--border);
}

.dashboard-row:last-child {
  border-bottom: 0;
}

.dashboard-row span {
  color: var(--muted);
}

.dashboard-row strong {
  font-size: 1.4rem;
  color: #1f3774;
}

.quote {
  border-left: 4px solid var(--primary);
  padding: 0.5rem 1rem;
  color: #263a61;
}

.quote p {
  margin: 0;
  font-size: 1.1rem;
}

.quote span {
  display: inline-block;
  margin-top: 0.8rem;
  color: #7182a1;
}

.contact-panel {
  border: 1px solid var(--border);
  background: linear-gradient(140deg, rgba(255, 255, 255, 0.93), rgba(240, 247, 255, 0.92));
  border-radius: 20px;
  padding: 1.6rem;
  box-shadow: var(--shadow-md);
}

.contact-panel p {
  color: var(--muted);
  margin-top: 0.3rem;
}

.tally-embed {
  margin-top: 1.25rem;
  width: 100%;
  min-width: 0;
}

.tally-embed iframe {
  display: block;
  width: 100%;
  max-width: 100%;
  border: 0;
}

.contact-reassurance {
  margin: 0.75rem 0 0;
  font-size: 0.8125rem;
  color: var(--muted);
}

.contact-email-fallback {
  margin: 1rem 0 0;
  font-size: 0.9375rem;
}

.contact-email-fallback a {
  color: #3555ef;
  font-weight: 600;
}

.site-footer {
  border-top: 1px solid var(--border);
  padding: 1rem 0 1.8rem;
  color: var(--muted);
  font-size: 0.95rem;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  gap: 0.8rem;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .nav-cta-long {
    display: none;
  }

  .nav-cta-short {
    display: inline;
  }

  .nav-cta.button-subtle {
    font-size: 0.8125rem;
    padding: 0.5rem 0.78rem;
  }
}

@media (max-width: 900px) {
  .stats,
  .grid,
  .steps-grid {
    grid-template-columns: 1fr;
  }

  .before-now {
    grid-template-columns: 1fr;
  }

  .hero-layout {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .hero-visual {
    max-width: min(520px, 100%);
    margin: 0 auto;
  }

  .hero {
    padding-top: 2.6rem;
  }

  .brand-logo {
    height: 38px;
  }

  .estimator-results {
    grid-template-columns: 1fr;
  }

  .scenario-row {
    grid-template-columns: 1fr;
  }
}
