:root {
  --ink: #14211f;
  --muted: #5e6d68;
  --paper: #f7f5ee;
  --card: #fffdf7;
  --line: #dcd8cc;
  --accent: #176b5d;
  --accent-dark: #0d4e43;
  --accent-soft: #dcefe9;
  --warm: #e7b86b;
  --shadow: 0 24px 70px rgba(20, 33, 31, .11);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.6; }
a { color: inherit; }
.site-header { width: min(1180px, calc(100% - 40px)); margin: 0 auto; padding: 24px 0; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; font-weight: 800; letter-spacing: -.02em; }
.brand-mark { width: 42px; height: 42px; border-radius: 13px; display: grid; place-items: center; background: var(--ink); color: white; font-size: .82rem; }
.site-header nav, footer nav { display: flex; align-items: center; gap: 24px; }
.site-header nav a, footer nav a { text-decoration: none; color: var(--muted); font-weight: 650; }
.site-header nav a:hover, footer nav a:hover { color: var(--ink); }
.nav-cta { border: 1px solid var(--ink); border-radius: 999px; padding: 9px 16px; color: var(--ink) !important; }
main { overflow: hidden; }
.hero { width: min(1180px, calc(100% - 40px)); margin: 46px auto 72px; display: grid; grid-template-columns: 1.18fr .82fr; align-items: center; gap: 72px; }
.hero h1, .section h2, .start-panel h2, .contact-section h2 { margin: 0; line-height: .98; letter-spacing: -.055em; }
.hero h1 { max-width: 800px; font-size: clamp(3.7rem, 7vw, 7rem); }
.eyebrow { margin: 0 0 14px; color: var(--accent); text-transform: uppercase; font-size: .78rem; font-weight: 850; letter-spacing: .16em; }
.lede { max-width: 720px; margin: 28px 0 0; color: var(--muted); font-size: 1.2rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 21px; border-radius: 999px; text-decoration: none; font-weight: 800; }
.button.primary { background: var(--accent); color: white; }
.button.primary:hover { background: var(--accent-dark); }
.button.secondary { border: 1px solid var(--line); background: rgba(255,255,255,.55); }
.microcopy { color: var(--muted); font-size: .86rem; margin-top: 16px; }
.phone-card { position: relative; border: 1px solid #ced9d5; border-radius: 34px; background: #edf4f1; padding: 20px 18px 26px; box-shadow: var(--shadow); transform: rotate(1.5deg); }
.phone-card:before { content: ""; position: absolute; inset: -22px 22px 22px -22px; border-radius: 34px; background: var(--warm); z-index: -1; }
.phone-top { display: grid; grid-template-columns: 1fr auto 1fr; margin-bottom: 24px; color: var(--muted); font-size: .82rem; text-align: center; }
.bubble { max-width: 88%; margin: 12px 0; border-radius: 19px; padding: 13px 16px; font-size: .94rem; line-height: 1.45; }
.bubble.incoming { margin-right: auto; background: white; border-bottom-left-radius: 5px; }
.bubble.outgoing { margin-left: auto; background: var(--accent); color: white; border-bottom-right-radius: 5px; }
.proof-strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); display: grid; grid-template-columns: repeat(4, 1fr); }
.proof-strip span { padding: 22px; text-align: center; color: var(--muted); font-weight: 750; border-right: 1px solid var(--line); }
.proof-strip span:last-child { border-right: 0; }
.section { width: min(1180px, calc(100% - 40px)); margin: 0 auto; padding: 110px 0; }
.section-heading { max-width: 720px; }
.section h2, .start-panel h2, .contact-section h2 { font-size: clamp(2.6rem, 5vw, 5rem); }
.section-heading > p:last-child { color: var(--muted); font-size: 1.1rem; }
.card-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; margin-top: 42px; }
.card-grid.three { grid-template-columns: repeat(3, 1fr); }
.service-card { min-height: 260px; border: 1px solid var(--line); border-radius: 24px; background: var(--card); padding: 28px; box-shadow: 0 12px 36px rgba(20,33,31,.04); }
.card-number { color: var(--accent); font-size: .8rem; font-weight: 900; letter-spacing: .16em; }
.service-card h3 { margin: 58px 0 10px; font-size: 1.45rem; }
.service-card p { margin: 0; color: var(--muted); }
.start-panel { width: min(1180px, calc(100% - 40px)); margin: 10px auto; padding: 58px; display: grid; grid-template-columns: .8fr 1.2fr; gap: 60px; background: var(--ink); color: white; border-radius: 34px; }
.start-panel .eyebrow { color: #78c8b8; }
.number-label { margin: 34px 0 4px; color: #a9bab5; font-size: .82rem; text-transform: uppercase; letter-spacing: .12em; font-weight: 800; }
.sms-number { display: inline-block; color: white; font-size: clamp(1.7rem, 4vw, 3.1rem); font-weight: 900; text-decoration: none; letter-spacing: -.04em; }
.disclosure-box { padding: 28px; border: 1px solid rgba(255,255,255,.2); border-radius: 22px; background: rgba(255,255,255,.06); }
.disclosure-box h3 { margin-top: 0; }
.disclosure-box p { color: #d5dfdc; }
.disclosure-box a { color: white; }
.split-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; align-items: start; }
.workflow-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 14px; }
.workflow-list li { display: grid; grid-template-columns: 42px 1fr; gap: 15px; align-items: start; border-top: 1px solid var(--line); padding: 20px 0 5px; }
.workflow-list span { width: 36px; height: 36px; border-radius: 50%; display: grid; place-items: center; background: var(--accent-soft); color: var(--accent-dark); font-weight: 900; }
.workflow-list p { margin: 4px 0 0; color: var(--muted); }
.examples-section { padding-top: 30px; }
.example-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 38px; }
blockquote { margin: 0; border-radius: 22px; background: var(--accent-soft); padding: 28px; font-size: 1.05rem; font-weight: 700; }
.contact-section { width: min(1180px, calc(100% - 40px)); margin: 50px auto 110px; padding: 55px; border-radius: 30px; background: var(--warm); display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: end; }
.contact-section p:not(.eyebrow) { max-width: 680px; }
.contact-link { font-weight: 850; text-decoration: none; border-bottom: 2px solid currentColor; }
footer { width: min(1180px, calc(100% - 40px)); margin: 0 auto; border-top: 1px solid var(--line); padding: 34px 0 50px; display: flex; justify-content: space-between; gap: 24px; color: var(--muted); }
footer p { margin: 0; }
.legal-page { min-height: 100vh; }
.legal-shell { width: min(860px, calc(100% - 40px)); margin: 55px auto 100px; }
.legal-header { margin-bottom: 45px; }
.legal-header h1 { font-size: clamp(3.3rem, 7vw, 6.6rem); line-height: .98; letter-spacing: -.055em; margin: 0; }
.legal-meta { color: var(--muted); }
.legal-content { background: var(--card); border: 1px solid var(--line); border-radius: 28px; padding: clamp(25px, 5vw, 58px); box-shadow: var(--shadow); }
.legal-content h2 { margin-top: 42px; line-height: 1.15; }
.legal-content h2:first-child { margin-top: 0; }
.legal-content p, .legal-content li { color: var(--muted); }
.legal-content a { color: var(--accent-dark); font-weight: 700; }
@media (max-width: 850px) {
  .site-header nav a:not(.nav-cta) { display: none; }
  .hero, .start-panel, .split-section, .contact-section { grid-template-columns: 1fr; }
  .hero { gap: 55px; margin-top: 25px; }
  .card-grid.three, .example-grid { grid-template-columns: 1fr; }
  .proof-strip { grid-template-columns: repeat(2, 1fr); }
  .proof-strip span:nth-child(2) { border-right: 0; }
  .proof-strip span:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .start-panel, .contact-section { padding: 34px 26px; }
  footer { flex-direction: column; }
  footer nav { flex-wrap: wrap; }
}
@media (max-width: 560px) {
  .hero h1 { font-size: 3.35rem; }
  .site-header { width: min(100% - 28px, 1180px); }
  .section, .hero, .start-panel, .contact-section { width: min(100% - 28px, 1180px); }
  .card-grid { grid-template-columns: 1fr; }
  .proof-strip span { font-size: .84rem; padding: 18px 10px; }
}

/* Legal pages */
.legal-main {
  width: min(860px, calc(100% - 40px));
  margin: 52px auto 100px;
  overflow: visible;
}

.legal-hero {
  padding: 28px 0 46px;
  border-bottom: 1px solid var(--line);
  margin-bottom: 38px;
}

.legal-hero h1 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.8rem, 8vw, 6.8rem);
  font-weight: 600;
  line-height: .96;
  letter-spacing: -.055em;
  color: #201f1d;
}

.legal-meta {
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 1rem;
}

.legal-content {
  display: grid;
  gap: 22px;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.legal-content section {
  padding: 26px 30px;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 20px;
}

.legal-content h2,
.legal-content h2:first-child {
  margin: 0 0 10px;
  font-size: 1.28rem;
  line-height: 1.25;
  letter-spacing: -.025em;
  color: var(--ink);
}

.legal-content p {
  margin: 0;
}

.legal-content ul {
  margin: 8px 0 0;
  padding-left: 1.25rem;
}

.legal-content li + li {
  margin-top: 5px;
}

.site-footer-links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 22px;
}

.site-footer-links a {
  color: var(--muted);
  font-weight: 650;
  text-decoration: none;
}

.site-footer-links a:hover {
  color: var(--ink);
}

@media (max-width: 560px) {
  .legal-main {
    width: min(100% - 28px, 860px);
    margin-top: 24px;
  }

  .legal-hero {
    padding-top: 18px;
    padding-bottom: 32px;
    margin-bottom: 24px;
  }

  .legal-hero h1 {
    font-size: clamp(3rem, 16vw, 4.5rem);
  }

  .legal-content section {
    padding: 22px 20px;
  }
}
