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

:root {
  --bg: #f5f8fc;
  --text: #142033;
  --muted: #5f6f85;
  --card: #ffffff;
  --accent: #3390ec;
  --accent-dark: #1d74d8;
  --line: #dce6f2;
  --soft: #e8f3ff;
  --warning: #fff5d8;
}

html { scroll-behavior: smooth; }
img, svg, video { max-width: 100%; height: auto; }

body {
  overflow-x: hidden;
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.6;
}
a { color: inherit; text-decoration: none; }
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid rgba(51, 144, 236, .28); outline-offset: 3px; }
code { background: #edf4fb; border: 1px solid var(--line); border-radius: 8px; padding: 2px 6px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(247, 244, 238, 0.9);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}
.nav {
  max-width: 1120px;
  margin: 0 auto;
  padding: 18px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
}
.logo { font-size: 1.35rem; font-weight: 900; letter-spacing: -0.05em; }
.nav-links { display: flex; flex-wrap: wrap; gap: 18px; color: var(--muted); font-weight: 700; align-items: center; }
.nav-links a:hover { color: var(--accent); }
.nav-login { border: 1px solid var(--line); background: #fff; color: var(--text); border-radius: 999px; padding: 9px 14px; box-shadow: 0 10px 24px rgba(20, 32, 51, 0.06); }

.section { max-width: 1120px; margin: 0 auto; padding: 78px 24px; }
.hero { min-height: 72vh; display: grid; grid-template-columns: 1.25fr 0.75fr; gap: 42px; align-items: center; }
.eyebrow { color: var(--accent); text-transform: uppercase; letter-spacing: 0.12em; font-size: 0.78rem; font-weight: 900; margin: 0 0 12px; }
h1, h2, h3 { line-height: 1.08; margin: 0; letter-spacing: -0.045em; }
h1 { font-size: clamp(3rem, 8vw, 5.8rem); max-width: 820px; }
h2 { font-size: clamp(2rem, 4vw, 3.2rem); }
h3 { font-size: 1.35rem; }
.hero-text { font-size: 1.23rem; color: var(--muted); max-width: 720px; margin: 24px 0 0; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 32px; }
.microcopy, .fine-print { color: var(--muted); font-size: .93rem; }

.button { display: inline-flex; align-items: center; justify-content: center; border-radius: 999px; padding: 13px 20px; font-weight: 850; border: 1px solid transparent; transition: transform .16s ease, box-shadow .16s ease, background .16s ease; }
.button:hover { transform: translateY(-1px); box-shadow: 0 12px 28px rgba(20, 32, 51, 0.10); }
.primary { background: var(--accent); color: #fff; }
.primary:hover { background: var(--accent-dark); }
.secondary { border-color: var(--line); background: #fff; color: var(--text); }
.ghost { border-color: #cfe4ff; background: var(--soft); color: var(--accent-dark); }
.disabled { opacity: .55; pointer-events: none; }

.hero-card, .feature-card, .contact-card, .price-card, .demo-script-card, .legal-card, .trust-strip, .booking-card {
  min-width: 0;
  max-width: 100%;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 28px;
  box-shadow: 0 20px 60px rgba(20, 32, 51, 0.08);
}
.hero-card { padding: 30px; transform: rotate(1deg); }
.card-label, .plan-label { color: var(--muted); font-weight: 800; margin-top: 0; }
.hero-card ul { padding-left: 18px; margin-bottom: 0; }
.hero-card h2, .hero-card li { overflow-wrap: anywhere; }
.hero-disclaimer { font-size: .78rem; line-height: 1.35; margin-top: 14px; }
.section-heading { max-width: 760px; margin-bottom: 24px; }
.problem p { max-width: 850px; font-size: 1.18rem; color: var(--muted); }
.trust-strip { padding: 22px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: -34px; }
.trust-strip div { background: var(--soft); border: 1px solid #d7eaff; border-radius: 20px; padding: 18px; }
.trust-strip strong, .trust-strip span { display: block; }
.trust-strip span { color: var(--muted); font-size: .94rem; margin-top: 6px; }

.grid { display: grid; gap: 18px; }
.three { grid-template-columns: repeat(3, 1fr); }
.feature-card, .price-card, .legal-card, .demo-script-card { padding: 26px; }
.feature-card p, .legal-card p { color: var(--muted); margin-bottom: 0; }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.step { padding: 22px; background: var(--soft); border-radius: 22px; border: 1px solid #d7eaff; }
.step span { display: inline-flex; width: 34px; height: 34px; border-radius: 50%; background: var(--accent); color: white; align-items: center; justify-content: center; font-weight: 900; }
.step p { margin-bottom: 0; font-weight: 650; }

.pricing-grid { align-items: stretch; }
.price-card { display: flex; flex-direction: column; gap: 14px; }
.plan-summary { color: var(--text); font-weight: 750; margin: 0; }
.plan-clarity { margin-top: 18px; }
.price-card.featured { border: 2px solid var(--accent); transform: translateY(-8px); }
.price-card ul { padding-left: 20px; color: var(--muted); }
.price-card .button { margin-top: auto; }
.price { font-size: 2.15rem; font-weight: 950; margin: 0; letter-spacing: -0.04em; }
.price span { font-size: .95rem; color: var(--muted); font-weight: 700; }

.demo-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 22px; align-items: stretch; }
.video-preview { min-height: 420px; aspect-ratio: 16 / 9; background: #0f1d2f; color: #fff; border-radius: 32px; border: 1px solid #243b5a; overflow: hidden; box-shadow: 0 20px 60px rgba(20, 32, 51, 0.12); }
.video-preview img { width: 100%; height: 100%; display: block; object-fit: cover; }
.play-icon { font-size: 3rem; margin: 0 0 12px; }
.video-preview small { color: #bed0e6; }
.demo-script-card { display: grid; gap: 10px; }
.chat-line { padding: 12px 14px; border-radius: 18px; font-weight: 650; }
.chat-line.business { background: #1982fc; color: #fff; margin-left: 18px; }
.chat-line.customer { background: #ececec; color: #161616; margin-right: 18px; }

.contact-card { padding: 34px; display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 34px; }
.contact-note { display: grid; gap: 10px; align-content: center; background: var(--soft); border: 1px solid #d7eaff; border-radius: 22px; padding: 22px; }
.contact-note p { margin: 0; }
.business-details { margin: 0 0 18px; color: var(--muted); }
.legal-grid, .faq-grid, .done-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.faq-grid { grid-template-columns: repeat(2, 1fr); }
.footer { border-top: 1px solid var(--line); text-align: center; color: var(--muted); padding: 28px 20px; }
.footer a { text-decoration: underline; }

@media (max-width: 860px) {
  .nav { align-items: flex-start; flex-direction: column; }
  .nav-links { gap: 12px; }
  .hero, .contact-card, .demo-grid, .legal-grid, .faq-grid, .trust-strip, .done-grid { grid-template-columns: minmax(0, 1fr); }
  .mini-demo { grid-template-columns: minmax(0, 1fr); }
  .three, .steps { grid-template-columns: minmax(0, 1fr); }
  .section { width: 100%; max-width: 100%; padding: 58px 20px; }
  .hero-card { transform: none; }
  .price-card.featured { transform: none; }
  .video-preview { min-height: auto; }
}

.booking-card { padding: 24px; display: grid; gap: 12px; }
.booking-card p { margin: 0; }
.booking-card label { display: grid; gap: 6px; color: var(--text); font-weight: 800; }
.booking-card input, .booking-card select, .booking-card textarea { width: 100%; border: 1px solid var(--line); border-radius: 14px; padding: 12px 13px; background: #fff; color: var(--text); font: inherit; }
.booking-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.hp-field { position: absolute; left: -9999px; opacity: 0; }
@media (max-width: 640px) { .booking-row { grid-template-columns: 1fr; } }

/* ProspectPull blue brand refresh */
.logo { display: inline-flex; align-items: center; gap: 10px; font-size: 1.35rem; font-weight: 950; letter-spacing: -0.05em; color: var(--text); }
.logo-mark {
  position: relative;
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  display: inline-grid;
  place-items: center;
  overflow: hidden;
  border-radius: 14px;
  background: linear-gradient(135deg, #3390ec 0%, #1d74d8 100%);
  color: #fff;
  font-weight: 950;
  letter-spacing: -0.08em;
  box-shadow: 0 12px 28px rgba(51, 144, 236, .28);
}
.logo-mark::before {
  content: '';
  position: absolute;
  inset: 8px;
  border: 2px solid rgba(255,255,255,.42);
  border-right-color: transparent;
  border-radius: 999px;
}
.logo-mark::after {
  content: '';
  position: absolute;
  right: 8px;
  top: 13px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}
.primary { box-shadow: 0 12px 28px rgba(51, 144, 236, .22); }
.price-card.featured { box-shadow: 0 24px 70px rgba(51, 144, 236, .16); }

/* Mobile polish for setup commitment cards */
@media (max-width: 860px) {
  .trust-strip {
    width: calc(100% - 32px);
    margin-left: auto;
    margin-right: auto;
    padding: 14px;
    gap: 10px;
  }
  .trust-strip div {
    min-width: 0;
    padding: 15px;
  }
}

/* Keep homepage commitment cards visually aligned with the hero content */
.trust-strip {
  width: min(100% - 48px, 1040px);
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 860px) {
  .trust-strip {
    width: min(100% - 40px, 640px);
  }
}

@media (max-width: 480px) {
  .trust-strip {
    width: calc(100% - 28px);
    padding: 12px;
  }
}

/* Example workflow layout fix */
.demo-grid {
  align-items: start;
}
.video-preview,
.demo-script-card {
  min-width: 0;
  width: 100%;
}
.video-preview {
  min-height: 0;
  height: auto;
}
.video-preview img {
  height: auto;
  object-fit: contain;
}
.demo-script-card {
  align-self: start;
  overflow: hidden;
}
.chat-line {
  max-width: 100%;
  overflow-wrap: anywhere;
  word-break: normal;
}

@media (max-width: 980px) {
  .demo-grid {
    grid-template-columns: minmax(0, 1fr);
  }
  .video-preview {
    aspect-ratio: auto;
    border-radius: 24px;
  }
  .demo-script-card {
    margin-top: 0;
  }
}

@media (max-width: 520px) {
  .chat-line.business,
  .chat-line.customer {
    margin-left: 0;
    margin-right: 0;
  }
  .demo-script-card {
    padding: 20px;
  }
}
