:root {
  --bg: #f7f6f2;
  --surface: #ffffff;
  --ink: #08090c;
  --charcoal: #15171d;
  --muted: #686a70;
  --line: #e7e2d6;
  --gold: #b88722;
  --gold-light: #d7ae49;
  --gold-dark: #7b540e;
  --shadow: 0 24px 70px rgba(8, 9, 12, 0.11);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  background: var(--bg);
  color: var(--ink);
}
a { color: inherit; text-decoration: none; }
.container { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }
.narrow { width: min(820px, calc(100% - 40px)); }

.site-header {
  background: rgba(247, 246, 242, 0.92);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
  z-index: 10;
}
.nav { min-height: 88px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; }
.brand-logo { height: 62px; width: auto; display: block; object-fit: contain; }
.nav-actions { display: flex; align-items: center; gap: 12px; }
.nav-cta {
  border: 1px solid var(--line);
  padding: 10px 18px;
  border-radius: 999px;
  font-weight: 800;
  background: white;
}
.phone-link { font-weight: 900; color: var(--gold-dark); white-space: nowrap; }

.hero {
  padding: 104px 0 76px;
  background:
    radial-gradient(circle at 80% 10%, rgba(215,174,73,0.16), transparent 30%),
    radial-gradient(circle at 15% 35%, rgba(8,9,12,0.05), transparent 28%);
}
.hero-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 56px; align-items: center; }
.eyebrow {
  color: var(--gold);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 13px;
  margin: 0 0 14px;
}
h1, h2, h3, p { margin-top: 0; }
h1 {
  font-size: clamp(46px, 7vw, 82px);
  line-height: 0.94;
  letter-spacing: -0.07em;
  margin-bottom: 24px;
}
h2 {
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.02;
  letter-spacing: -0.05em;
  margin-bottom: 18px;
}
.hero-text { color: var(--muted); font-size: 20px; line-height: 1.6; max-width: 650px; margin-bottom: 30px; }
.hero-actions, .contact-actions { display: flex; gap: 14px; flex-wrap: wrap; justify-content: flex-start; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 999px;
  font-weight: 900;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.button:hover { transform: translateY(-2px); }
.primary {
  background: linear-gradient(135deg, var(--ink), #1d1f26);
  color: white;
  box-shadow: 0 18px 38px rgba(8, 9, 12, 0.20);
  border: 1px solid rgba(215, 174, 73, 0.25);
}
.secondary { border: 1px solid var(--line); background: white; }
.microcopy { color: var(--muted); font-size: 14px; margin-top: 18px; }

.hero-card {
  background: rgba(255,255,255,0.88);
  border: 1px solid var(--line);
  border-radius: 30px;
  padding: 26px;
  box-shadow: var(--shadow);
}
.card-top { display: flex; gap: 8px; margin-bottom: 24px; }
.dot { width: 11px; height: 11px; border-radius: 99px; background: #d8d5cc; }
.dot:first-child { background: var(--gold); }
.call-card {
  background: linear-gradient(145deg, #08090c, #1f1b10);
  color: white;
  padding: 24px;
  border-radius: 22px;
  border: 1px solid rgba(215,174,73,0.25);
  margin-bottom: 18px;
}
.call-card h3 { font-size: 30px; letter-spacing: -0.04em; margin-bottom: 8px; }
.call-card p { color: #e7e2d6; line-height: 1.55; margin-bottom: 0; }
.call-label { color: var(--gold-light) !important; font-weight: 900; text-transform: uppercase; letter-spacing: .14em; font-size: 12px; margin-bottom: 8px !important; }
.pipeline { display: grid; gap: 12px; }
.pipeline-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 18px;
  border-radius: 18px;
  background: #f6f3eb;
  border: 1px solid var(--line);
}
.pipeline-row span { color: #34343a; font-weight: 800; }
.pipeline-row strong { color: var(--gold-dark); }

.problem {
  padding: 76px 0;
  background: var(--ink);
  color: white;
  text-align: center;
}
.problem p { color: #d7d3ca; font-size: 18px; line-height: 1.65; }

.trust-block, .voice-agent, .summary-example, .faq, .contact { background: white; }
.trust-block { padding: 78px 0; border-bottom: 1px solid var(--line); }
.trust-grid { display: grid; grid-template-columns: 0.95fr 1.05fr; gap: 46px; align-items: center; }
.trust-grid p { color: var(--muted); font-size: 18px; line-height: 1.65; }

.voice-agent { padding: 88px 0; }
.voice-grid, .summary-grid {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 42px;
  align-items: center;
}
.voice-agent p, .summary-example p { color: var(--muted); font-size: 18px; line-height: 1.65; }
.voice-steps { display: grid; gap: 14px; }
.step {
  display: flex;
  gap: 16px;
  align-items: center;
  background: #f7f6f2;
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 18px;
}
.step span {
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, var(--gold-light), var(--gold-dark));
  color: white;
  font-weight: 900;
}
.step p { margin: 0; color: var(--charcoal); font-weight: 800; }


.section-subtext { color: var(--muted); font-size: 18px; line-height: 1.65; max-width: 760px; margin: 0 auto; }

.capabilities { padding: 88px 0; background: var(--bg); border-top: 1px solid var(--line); }
.capability-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.capability-card {
  background: white;
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 24px;
  min-height: 220px;
  box-shadow: 0 10px 24px rgba(8,9,12,0.04);
}
.capability-card h3 { font-size: 20px; letter-spacing: -0.03em; margin-bottom: 10px; }
.capability-card p { color: var(--muted); line-height: 1.6; margin-bottom: 0; }

.process { padding: 88px 0; background: var(--bg); }
.centered { text-align: center; max-width: 820px; margin: 0 auto 34px; }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.process-card {
  background: white;
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 24px;
  min-height: 230px;
}
.process-card span {
  display: inline-flex;
  margin-bottom: 18px;
  color: var(--gold-dark);
  font-weight: 900;
  letter-spacing: 0.12em;
}
.process-card h3 { font-size: 22px; letter-spacing: -0.03em; margin-bottom: 10px; }
.process-card p { color: var(--muted); line-height: 1.6; margin-bottom: 0; }

.summary-example { padding: 88px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.summary-card {
  background: #08090c;
  color: white;
  border-radius: 28px;
  padding: 28px;
  border: 1px solid rgba(215,174,73,0.28);
  box-shadow: var(--shadow);
}
.summary-label { color: var(--gold-light) !important; font-weight: 900; text-transform: uppercase; letter-spacing: 0.14em; font-size: 12px !important; margin-bottom: 18px !important; }
.summary-row {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255,255,255,0.11);
}
.summary-row strong { color: #f8efd9; }
.summary-row span { color: #ded8ca; }
.summary-row.highlight span { color: var(--gold-light); font-weight: 900; }

.features { padding: 88px 0; }
.section-heading { margin-bottom: 34px; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.feature-card {
  background: white;
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 26px;
  min-height: 230px;
}
.feature-card.featured { border-color: rgba(184,135,34,.45); background: linear-gradient(145deg, #fff, #fbf7ee); }
.feature-card h3 { font-size: 22px; letter-spacing: -0.03em; }
.feature-card p { color: var(--muted); line-height: 1.6; }

.industries { padding: 42px 0 74px; }
.industry-list { display: flex; flex-wrap: wrap; gap: 12px; }
.industry-list span {
  background: white;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 12px 18px;
  color: var(--charcoal);
  font-weight: 800;
  box-shadow: 0 10px 24px rgba(8,9,12,0.04);
}

.trial-offer { padding: 0 0 88px; }
.trial-box, .cancel-box {
  background: white;
  border: 1px solid var(--line);
  border-radius: 34px;
  padding: 42px;
  box-shadow: var(--shadow);
}
.trial-box { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 34px; align-items: center; }
.trial-box p, .cancel-box p { color: var(--muted); font-size: 18px; line-height: 1.65; }
.trial-points { display: grid; gap: 12px; }
.trial-points div {
  background: #f7f6f2;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 16px 18px 16px 44px;
  font-weight: 850;
  color: var(--charcoal);
  position: relative;
}
.trial-points div::before {
  content: "✓";
  position: absolute;
  left: 18px;
  top: 16px;
  color: var(--gold);
  font-weight: 900;
}

.pricing-note { padding: 0 0 88px; }
.pricing-box {
  background: linear-gradient(145deg, #08090c, #1f1b10);
  color: white;
  border: 1px solid rgba(215,174,73,0.28);
  border-radius: 34px;
  padding: 42px;
  box-shadow: var(--shadow);
  display: grid;
  gap: 28px;
}
.pricing-header { max-width: 980px; }
.pricing-box h2 { color: white; }
.pricing-box p { color: #e7e2d6; line-height: 1.65; max-width: 860px; margin-bottom: 0; }
.pricing-subtext { color: #f2efe7; font-size: 1.1rem; line-height: 1.6; margin: 8px 0 8px; }
.pricing-note-text { color: #d8d1c2; font-size: 0.98rem; line-height: 1.6; margin: 0; }
.pricing-includes {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(215,174,73,0.18);
  border-radius: 24px;
  padding: 24px;
}
.pricing-includes-label { color: #f4d27b !important; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; font-size: 0.85rem; margin-bottom: 18px !important; }
.pricing-feature-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px 18px; }
.pricing-feature-item { position: relative; padding-left: 22px; color: #f3eee3; line-height: 1.55; }
.pricing-feature-item::before { content: "✓"; position: absolute; left: 0; top: 0; color: var(--gold-light); font-weight: 700; }

.faq { padding: 88px 0; border-top: 1px solid var(--line); }
.faq-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.faq-item {
  background: #f7f6f2;
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 24px;
}
.faq-item h3 { font-size: 20px; letter-spacing: -0.03em; margin-bottom: 10px; }
.faq-item p { color: var(--muted); line-height: 1.6; margin-bottom: 0; }

.cancellation { padding: 0 0 88px; background: white; }
.cancel-box { text-align: center; max-width: 920px; }
.cancel-box p { max-width: 760px; margin: 0 auto; }

.contact {
  padding: 82px 0;
  text-align: center;
  border-top: 1px solid var(--line);
}
.contact p { color: var(--muted); font-size: 18px; }
.contact-actions { justify-content: center; margin: 26px 0; }
.email-link { font-weight: 900; color: var(--gold-dark); font-size: 22px; }
.contact-links { display: flex; justify-content: center; align-items: center; gap: 22px; flex-wrap: wrap; }
.phone-contact { font-weight: 900; color: var(--ink); font-size: 22px; }

footer { padding: 30px 0; color: var(--muted); }
.footer-inner { display: flex; justify-content: space-between; gap: 16px; font-size: 14px; }
.footer-inner p { margin: 0; }

@media (max-width: 1040px) {
  .capability-grid { grid-template-columns: repeat(2, 1fr); }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 840px) {
  .hero { padding-top: 62px; }
  .hero-grid, .feature-grid, .voice-grid, .summary-grid, .trust-grid, .trial-box, .faq-grid, .capability-grid { grid-template-columns: 1fr; }
  .pilot-box, .footer-inner { flex-direction: column; align-items: flex-start; }
  h1 { font-size: 52px; }
  .brand-logo { height: 48px; }
  .nav { min-height: 76px; gap: 10px; }
  .nav-actions { gap: 8px; }
  .phone-link {
    display: inline-flex;
    font-size: 13px;
    padding: 8px 11px;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: white;
  }
  .nav-cta { display: inline-flex; font-size: 13px; padding: 8px 11px; }
  .pricing-feature-grid { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .process-grid { grid-template-columns: 1fr; }
  .summary-row { grid-template-columns: 1fr; gap: 5px; }
  .pricing-box, .trial-box, .cancel-box { padding: 30px 24px; }
}

@media (max-width: 420px) {
  .container { width: min(100% - 24px, 1120px); }
  .brand-logo { height: 42px; }
  .phone-link, .nav-cta { font-size: 12px; padding: 7px 9px; }
  h1 { font-size: 46px; }
}

.nav-actions .nav-cta, .nav-actions .phone-link {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.text-link {
  color: var(--gold-dark);
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.trial-form-note {
  margin-top: 16px;
}
.trial-button {
  margin-top: 8px;
}
