/* =============================================================
   Brightreach — Marketing that runs itself.
   San Francisco · Founded 2019 · All-in-one marketing platform
   for 18,000+ small and growing businesses
   ----
   Design DNA: Bright, friendly, conversion-optimized. Cream
   page, white surfaces, deep orange → warm pink as the energy
   gradient. Editorial serif (Fraunces) for hero + section
   titles to feel human and confident. Inter for everything
   else. Rounded pill buttons. Big screenshots. Customer-photo
   forward. Mailchimp + Klaviyo sensibility. No code aesthetic.
   ============================================================= */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Fraunces:opsz,wght@9..144,400;9..144,500;9..144,600;9..144,700;9..144,800&display=swap');

:root {
  /* Palette */
  --page:         #FFF8F0;   /* cream */
  --page-soft:    #FFF1E0;
  --surface:      #FFFFFF;
  --surface-2:    #FFFBF4;
  --surface-tint: #FFF4E5;
  --hairline:     rgba(15, 23, 42, 0.08);
  --hairline-2:   rgba(15, 23, 42, 0.14);

  --ink:          #0F172A;
  --ink-2:        #1E293B;
  --body:         #334155;
  --muted:        #64748B;
  --muted-2:      #94A3B8;

  --orange:       #F97316;
  --orange-deep:  #EA580C;
  --orange-soft:  #FFE4CC;
  --pink:         #EC4899;
  --pink-soft:    #FCE7F3;
  --cobalt:       #2563EB;
  --cobalt-soft:  #DBEAFE;
  --green:        #16A34A;
  --green-soft:   #DCFCE7;
  --amber:        #F59E0B;
  --lilac:        #A78BFA;

  /* Gradients */
  --grad-hot:     linear-gradient(92deg, #F97316 0%, #EC4899 100%);
  --grad-hot-soft:linear-gradient(135deg, rgba(249,115,22,0.10) 0%, rgba(236,72,153,0.10) 100%);
  --grad-text:    linear-gradient(96deg, #F97316 0%, #EC4899 60%, #A855F7 100%);
  --grad-sun:     radial-gradient(60% 60% at 30% 20%, rgba(249,115,22,0.18) 0%, rgba(249,115,22,0) 70%),
                  radial-gradient(50% 50% at 80% 70%, rgba(236,72,153,0.14) 0%, rgba(236,72,153,0) 70%);
  --grad-cream:   linear-gradient(180deg, #FFF8F0 0%, #FFEFD8 100%);

  /* Shadows */
  --shadow-xs:    0 1px 2px rgba(15,23,42,0.04);
  --shadow-sm:    0 1px 2px rgba(15,23,42,0.05), 0 2px 8px -2px rgba(15,23,42,0.06);
  --shadow-md:    0 4px 16px -4px rgba(15,23,42,0.10), 0 2px 6px -2px rgba(15,23,42,0.06);
  --shadow-lg:    0 24px 60px -24px rgba(15,23,42,0.18), 0 8px 24px -8px rgba(15,23,42,0.08);
  --shadow-cta:   0 8px 24px -8px rgba(249,115,22,0.45), 0 4px 12px -4px rgba(236,72,153,0.30);
  --shadow-card:  0 1px 0 rgba(255,255,255,0.6) inset, 0 16px 40px -20px rgba(15,23,42,0.16);

  /* Radii */
  --r-sm: 10px;
  --r-md: 16px;
  --r-lg: 24px;
  --r-xl: 32px;
  --r-pill: 999px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; background: var(--page); }
body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: var(--body);
  background: var(--page);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  font-feature-settings: "cv02", "cv03", "cv04", "cv11";
}
a { color: inherit; text-decoration: none; }
img, svg { max-width: 100%; display: block; }
button { font-family: inherit; cursor: pointer; border: none; background: none; color: inherit; }
input, textarea, select { font-family: inherit; font-size: inherit; color: inherit; }

::selection { background: rgba(249,115,22,0.25); color: var(--ink); }

.container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 28px;
  position: relative;
}
.container-narrow {
  max-width: 920px;
  margin: 0 auto;
  padding: 0 28px;
  position: relative;
}

/* ============================================================
   TYPOGRAPHY
   ============================================================ */
.display, h1, h2, h3 {
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 600;
  color: var(--ink);
  letter-spacing: -0.02em;
  line-height: 1.08;
  font-variation-settings: "opsz" 144, "SOFT" 30;
}
h1 { font-size: clamp(40px, 5.6vw, 68px); font-weight: 600; }
h2 { font-size: clamp(32px, 3.8vw, 46px); font-weight: 600; line-height: 1.12; }
h3 { font-size: clamp(22px, 2.1vw, 26px); font-weight: 600; line-height: 1.2; }
h4 { font-family: 'Inter', sans-serif; font-size: 17px; font-weight: 600; color: var(--ink); letter-spacing: -0.01em; }
h5 { font-family: 'Inter', sans-serif; font-size: 14px; font-weight: 600; color: var(--ink); text-transform: uppercase; letter-spacing: 0.08em; }

.italic { font-style: italic; }
.serif { font-family: 'Fraunces', Georgia, serif; }
.gradient-text {
  background: var(--grad-text);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.lead { font-size: 19px; line-height: 1.55; color: var(--body); }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--orange-deep);
}
.eyebrow::before {
  content: "";
  width: 24px;
  height: 1.5px;
  background: var(--orange);
  border-radius: 2px;
}

/* ============================================================
   BUTTONS
   ============================================================ */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 13px 22px;
  border-radius: var(--r-pill);
  font-weight: 600;
  font-size: 15px;
  letter-spacing: -0.01em;
  transition: transform .15s ease, box-shadow .2s ease, background .2s ease, color .2s ease;
  white-space: nowrap;
  cursor: pointer;
  border: 1.5px solid transparent;
}
.btn:hover { transform: translateY(-1px); }
.btn:active { transform: translateY(0); }

.btn-primary {
  background: var(--grad-hot);
  color: #fff;
  box-shadow: var(--shadow-cta);
}
.btn-primary:hover { box-shadow: 0 12px 28px -8px rgba(249,115,22,0.55), 0 6px 16px -4px rgba(236,72,153,0.40); }

.btn-secondary {
  background: transparent;
  color: var(--cobalt);
  border-color: var(--cobalt);
}
.btn-secondary:hover { background: var(--cobalt-soft); }

.btn-ghost {
  background: var(--surface);
  color: var(--ink);
  border-color: var(--hairline-2);
  box-shadow: var(--shadow-xs);
}
.btn-ghost:hover { border-color: var(--ink); }

.btn-lg { padding: 16px 28px; font-size: 16px; }
.btn-sm { padding: 9px 16px; font-size: 14px; }
.btn-arrow::after { content: "→"; font-weight: 500; transition: transform .2s ease; }
.btn-arrow:hover::after { transform: translateX(3px); }

/* ============================================================
   NAV
   ============================================================ */
.nav {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 248, 240, 0.85);
  backdrop-filter: saturate(180%) blur(14px);
  -webkit-backdrop-filter: saturate(180%) blur(14px);
  border-bottom: 1px solid var(--hairline);
}
.nav-inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 14px 28px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 32px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: 'Fraunces', serif;
  font-weight: 700;
  font-size: 22px;
  color: var(--ink);
  letter-spacing: -0.02em;
}
.brand-mark {
  width: 32px;
  height: 32px;
  border-radius: 10px;
  background: var(--grad-hot);
  display: grid;
  place-items: center;
  position: relative;
  box-shadow: 0 4px 12px -4px rgba(249,115,22,0.45);
}
.brand-mark::before {
  content: "";
  position: absolute;
  inset: 6px;
  border-radius: 50%;
  background: #FFF8F0;
}
.brand-mark::after {
  content: "";
  position: absolute;
  inset: 11px;
  border-radius: 50%;
  background: var(--grad-hot);
}

.nav-links {
  display: flex;
  justify-content: center;
  gap: 4px;
  list-style: none;
}
.nav-links a, .nav-links .nav-trigger {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  border-radius: var(--r-pill);
  font-size: 14.5px;
  font-weight: 500;
  color: var(--ink-2);
  transition: background .15s ease, color .15s ease;
}
.nav-links a:hover, .nav-links .nav-trigger:hover { background: var(--surface-tint); color: var(--ink); }
.nav-trigger::after {
  content: "▾";
  font-size: 9px;
  margin-left: 2px;
  color: var(--muted-2);
}

.nav-right {
  display: flex;
  align-items: center;
  gap: 8px;
}
.nav-search {
  width: 36px; height: 36px;
  display: grid; place-items: center;
  border-radius: 50%;
  color: var(--muted);
  transition: background .15s ease;
}
.nav-search:hover { background: var(--surface-tint); color: var(--ink); }
.nav-signin {
  font-size: 14.5px;
  font-weight: 500;
  color: var(--ink-2);
  padding: 8px 14px;
}
.nav-signin:hover { color: var(--orange-deep); }

/* Mega menu (decorative, expanded by default for the static template) */
.mega {
  display: none;
}

/* ============================================================
   HERO
   ============================================================ */
.hero {
  position: relative;
  padding: 64px 0 72px;
  background:
    radial-gradient(60% 50% at 80% 0%, rgba(249,115,22,0.10) 0%, rgba(249,115,22,0) 70%),
    radial-gradient(40% 40% at 10% 100%, rgba(236,72,153,0.10) 0%, rgba(236,72,153,0) 70%);
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 56px;
  align-items: center;
}
.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 6px 14px 6px 6px;
  border-radius: var(--r-pill);
  background: var(--surface);
  border: 1px solid var(--hairline);
  font-size: 13px;
  font-weight: 500;
  color: var(--ink-2);
  margin-bottom: 24px;
  box-shadow: var(--shadow-xs);
}
.hero-eyebrow .tag {
  display: inline-flex; align-items: center;
  padding: 4px 10px;
  border-radius: var(--r-pill);
  background: var(--grad-hot);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.hero h1 { margin-bottom: 20px; }
.hero h1 em { font-style: italic; color: var(--orange-deep); font-weight: 500; }
.hero-sub {
  font-size: 19px;
  line-height: 1.55;
  color: var(--body);
  margin-bottom: 28px;
  max-width: 520px;
}

.hero-form {
  display: flex;
  gap: 8px;
  padding: 6px;
  background: var(--surface);
  border: 1px solid var(--hairline);
  border-radius: var(--r-pill);
  max-width: 480px;
  box-shadow: var(--shadow-md);
  margin-bottom: 14px;
}
.hero-form input {
  flex: 1;
  padding: 10px 16px;
  border: none;
  outline: none;
  background: transparent;
  font-size: 15px;
  color: var(--ink);
}
.hero-form input::placeholder { color: var(--muted); }
.hero-form .btn { padding: 11px 20px; font-size: 14.5px; }

.hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 24px;
  font-size: 13.5px;
  color: var(--muted);
}
.hero-meta span { display: inline-flex; align-items: center; gap: 6px; }
.hero-meta .dot { color: var(--green); font-size: 16px; line-height: 1; }

/* Hero product mockup */
.hero-mock {
  position: relative;
  background: var(--surface);
  border-radius: var(--r-lg);
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--hairline);
  overflow: hidden;
  transform: rotate(0.3deg);
}
.hero-mock::before {
  content: "";
  position: absolute;
  inset: -20% -10% auto auto;
  width: 60%; height: 60%;
  background: radial-gradient(closest-side, rgba(249,115,22,0.18), transparent);
  z-index: -1;
}
.mock-bar {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  background: var(--surface-2);
  border-bottom: 1px solid var(--hairline);
}
.mock-bar .dot { width: 10px; height: 10px; border-radius: 50%; background: #E2E8F0; }
.mock-bar .dot:nth-child(1) { background: #FCA5A5; }
.mock-bar .dot:nth-child(2) { background: #FCD34D; }
.mock-bar .dot:nth-child(3) { background: #86EFAC; }
.mock-bar .url {
  margin-left: 8px;
  font-size: 12px;
  color: var(--muted);
  font-family: 'Inter', monospace;
}

.mock-body {
  padding: 18px;
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 16px;
  min-height: 380px;
}
.mock-side {
  display: flex; flex-direction: column;
  gap: 4px;
  font-size: 13px;
}
.mock-side .side-section {
  font-size: 11px; font-weight: 600; color: var(--muted-2);
  text-transform: uppercase; letter-spacing: 0.08em;
  padding: 14px 10px 6px;
}
.mock-side .side-item {
  display: flex; align-items: center; gap: 10px;
  padding: 8px 10px; border-radius: 8px;
  color: var(--body);
}
.mock-side .side-item.active {
  background: var(--surface-tint);
  color: var(--orange-deep);
  font-weight: 600;
}
.mock-side .side-item .ico {
  width: 16px; height: 16px;
  border-radius: 4px;
  background: var(--surface-tint);
  display: grid; place-items: center;
  font-size: 10px; color: var(--orange);
}
.mock-side .side-item.active .ico { background: var(--orange-soft); }

.mock-main { display: flex; flex-direction: column; gap: 14px; }
.mock-h {
  display: flex; align-items: center; justify-content: space-between;
}
.mock-h .title { font-family: 'Fraunces', serif; font-size: 19px; font-weight: 600; color: var(--ink); }
.mock-h .pill {
  font-size: 11px; font-weight: 600;
  padding: 4px 10px; border-radius: var(--r-pill);
  background: var(--green-soft); color: var(--green);
}

.metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.metric {
  padding: 12px;
  border: 1px solid var(--hairline);
  border-radius: var(--r-md);
  background: var(--surface-2);
}
.metric .label { font-size: 11px; color: var(--muted); text-transform: uppercase; letter-spacing: 0.05em; }
.metric .value { font-family: 'Fraunces', serif; font-size: 22px; font-weight: 600; color: var(--ink); margin-top: 4px; }
.metric .delta { font-size: 11px; color: var(--green); margin-top: 2px; font-weight: 600; }

.chart {
  padding: 14px;
  border: 1px solid var(--hairline);
  border-radius: var(--r-md);
  background: var(--surface-2);
  min-height: 140px;
}
.bars {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 6px;
  height: 110px;
  align-items: end;
  margin-top: 8px;
}
.bars div {
  background: var(--grad-hot);
  border-radius: 4px 4px 0 0;
  opacity: 0.85;
}
.bars div:nth-child(odd) { opacity: 0.65; }

/* Floating chips on hero */
.hero-chip {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  background: var(--surface);
  border: 1px solid var(--hairline);
  border-radius: var(--r-pill);
  box-shadow: var(--shadow-md);
  font-size: 13px;
  font-weight: 500;
  color: var(--ink-2);
}
.hero-chip .icon {
  width: 28px; height: 28px;
  border-radius: 50%;
  display: grid; place-items: center;
}
.hero-chip.chip-1 { top: 22%; left: -20px; }
.hero-chip.chip-2 { bottom: 12%; left: -10px; }
.hero-chip.chip-3 { top: 8%; right: -8px; }

/* ============================================================
   LOGO STRIP / SOCIAL PROOF
   ============================================================ */
.proof {
  padding: 40px 0 24px;
  border-top: 1px solid var(--hairline);
  border-bottom: 1px solid var(--hairline);
  margin-top: 24px;
}
.proof-head {
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 22px;
}
.proof-head strong { color: var(--ink); font-weight: 700; }
.logo-strip {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  align-items: center;
  gap: 12px;
}
.logo-strip .logo {
  height: 28px;
  display: grid; place-items: center;
  font-family: 'Fraunces', serif;
  font-weight: 600;
  font-size: 18px;
  color: var(--muted);
  opacity: 0.85;
  transition: opacity .2s, color .2s;
}
.logo-strip .logo:hover { opacity: 1; color: var(--ink); }
.logo-sans { font-family: 'Inter', sans-serif !important; font-weight: 700 !important; letter-spacing: -0.02em; }

/* ============================================================
   SECTION
   ============================================================ */
.section {
  padding: 96px 0;
  position: relative;
}
.section-tight { padding: 64px 0; }
.section-head {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 56px;
}
.section-head .eyebrow { margin-bottom: 14px; }
.section-head h2 { margin-bottom: 14px; }
.section-head p { font-size: 18px; color: var(--body); line-height: 1.55; }

.section-cream { background: var(--page-soft); }
.section-white { background: var(--surface); }

/* ============================================================
   HOW IT WORKS
   ============================================================ */
.how {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  counter-reset: step;
}
.how-step {
  position: relative;
  padding: 32px 28px;
  background: var(--surface);
  border: 1px solid var(--hairline);
  border-radius: var(--r-lg);
  box-shadow: var(--shadow-sm);
  counter-increment: step;
}
.how-step::before {
  content: counter(step, decimal-leading-zero);
  position: absolute;
  top: 26px; right: 26px;
  font-family: 'Fraunces', serif;
  font-size: 38px;
  font-weight: 600;
  color: var(--orange);
  opacity: 0.25;
  letter-spacing: -0.02em;
}
.how-icon {
  width: 56px; height: 56px;
  border-radius: var(--r-md);
  background: var(--grad-hot-soft);
  display: grid; place-items: center;
  margin-bottom: 20px;
  color: var(--orange-deep);
}
.how-step h3 { font-size: 22px; margin-bottom: 8px; }
.how-step p { color: var(--body); font-size: 15px; }

/* ============================================================
   FEATURE BLOCKS (alternating)
   ============================================================ */
.feature {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 72px;
  align-items: center;
  margin-bottom: 96px;
}
.feature:last-child { margin-bottom: 0; }
.feature-reverse { grid-template-columns: 1.05fr 1fr; }
.feature-reverse .feature-text { order: 2; }
.feature-reverse .feature-visual { order: 1; }

.feature-text .eyebrow { margin-bottom: 16px; }
.feature-text h2 { margin-bottom: 16px; font-size: clamp(28px, 3vw, 38px); }
.feature-text p { font-size: 17px; line-height: 1.6; color: var(--body); margin-bottom: 20px; }

.feature-bullets {
  list-style: none;
  margin-bottom: 28px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.feature-bullets li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 15.5px;
  color: var(--ink-2);
}
.feature-bullets .check {
  flex-shrink: 0;
  width: 22px; height: 22px;
  border-radius: 50%;
  background: var(--green-soft);
  color: var(--green);
  display: grid; place-items: center;
  font-size: 12px;
  font-weight: 700;
  margin-top: 1px;
}

.feature-visual {
  position: relative;
}
.visual-card {
  background: var(--surface);
  border: 1px solid var(--hairline);
  border-radius: var(--r-lg);
  box-shadow: var(--shadow-lg);
  overflow: hidden;
}
.visual-head {
  padding: 14px 18px;
  border-bottom: 1px solid var(--hairline);
  background: var(--surface-2);
  display: flex; align-items: center; justify-content: space-between;
}
.visual-head .title { font-size: 14px; font-weight: 600; color: var(--ink); }
.visual-head .menu { display: flex; gap: 4px; }
.visual-head .menu span { width: 4px; height: 4px; border-radius: 50%; background: var(--muted-2); }
.visual-body { padding: 22px; }

/* Email composer mockup */
.email-mock {
  display: flex;
  flex-direction: column;
  gap: 14px;
  font-size: 13px;
}
.email-mock .row {
  display: flex; gap: 10px;
  padding: 10px 12px;
  border: 1px solid var(--hairline);
  border-radius: var(--r-sm);
  align-items: center;
  background: var(--surface-2);
}
.email-mock .row .lbl { font-size: 11px; color: var(--muted); width: 60px; text-transform: uppercase; letter-spacing: 0.04em; }
.email-mock .row .val { color: var(--ink-2); font-weight: 500; }
.email-mock .preview {
  padding: 18px;
  border: 1px solid var(--hairline);
  border-radius: var(--r-md);
  background: #fff;
}
.email-mock .preview h4 { font-family: 'Fraunces', serif; font-size: 20px; margin-bottom: 8px; }
.email-mock .preview p { font-size: 13px; color: var(--body); line-height: 1.55; margin-bottom: 10px; }
.email-mock .preview .cta {
  display: inline-block;
  padding: 8px 16px;
  background: var(--grad-hot);
  color: #fff;
  border-radius: var(--r-pill);
  font-size: 12px;
  font-weight: 600;
}

/* SMS mockup */
.sms-mock {
  background: var(--page-soft);
  border-radius: var(--r-md);
  padding: 22px;
  display: flex; flex-direction: column; gap: 10px;
}
.sms {
  max-width: 78%;
  padding: 10px 14px;
  border-radius: 18px;
  font-size: 13.5px;
  line-height: 1.4;
}
.sms.them { align-self: flex-start; background: #E5E7EB; color: var(--ink); border-bottom-left-radius: 4px; }
.sms.you  { align-self: flex-end; background: var(--cobalt); color: #fff; border-bottom-right-radius: 4px; }
.sms .lnk { color: #FFE4CC; text-decoration: underline; }

/* Automation workflow */
.flow-mock { display: flex; flex-direction: column; gap: 10px; }
.flow-node {
  display: flex; align-items: center; gap: 12px;
  padding: 12px 14px;
  border: 1px solid var(--hairline);
  border-radius: var(--r-md);
  background: var(--surface);
  font-size: 13.5px;
  position: relative;
}
.flow-node .ico {
  width: 32px; height: 32px;
  border-radius: 8px;
  display: grid; place-items: center;
  flex-shrink: 0;
  font-size: 14px;
}
.flow-node.trigger .ico { background: var(--orange-soft); color: var(--orange-deep); }
.flow-node.action .ico  { background: var(--cobalt-soft); color: var(--cobalt); }
.flow-node.wait .ico    { background: #FEF3C7; color: var(--amber); }
.flow-node.condition .ico { background: var(--pink-soft); color: var(--pink); }
.flow-node .meta {
  flex: 1;
  display: flex; flex-direction: column; gap: 2px;
}
.flow-node .meta .lbl { font-size: 11px; color: var(--muted); text-transform: uppercase; letter-spacing: 0.05em; }
.flow-node .meta .val { font-weight: 600; color: var(--ink); }
.flow-arrow {
  margin-left: 28px;
  width: 1.5px;
  height: 14px;
  background: var(--hairline-2);
}

/* Landing page builder */
.lp-mock {
  padding: 16px;
  background: var(--page-soft);
  border-radius: var(--r-md);
}
.lp-canvas {
  background: #fff;
  border: 1px solid var(--hairline);
  border-radius: var(--r-sm);
  padding: 22px;
  text-align: center;
}
.lp-canvas .lp-title {
  font-family: 'Fraunces', serif;
  font-size: 22px;
  color: var(--ink);
  margin-bottom: 6px;
  font-weight: 600;
}
.lp-canvas .lp-sub { font-size: 12.5px; color: var(--muted); margin-bottom: 16px; }
.lp-canvas .lp-field {
  width: 100%; padding: 10px 12px;
  border: 1px solid var(--hairline-2);
  border-radius: var(--r-sm);
  font-size: 12px; color: var(--muted);
  margin-bottom: 8px;
  background: var(--surface-2);
}
.lp-canvas .lp-btn {
  display: inline-block;
  width: 100%;
  padding: 10px;
  background: var(--grad-hot);
  color: #fff;
  border-radius: var(--r-pill);
  font-size: 13px;
  font-weight: 600;
}
.lp-tools {
  display: flex; gap: 6px; margin-top: 12px;
  font-size: 11px; color: var(--muted);
}
.lp-tools span { padding: 4px 10px; border-radius: var(--r-pill); background: #fff; border: 1px solid var(--hairline); }

/* CRM table */
.crm-mock {
  font-size: 13px;
}
.crm-row {
  display: grid;
  grid-template-columns: 28px 1fr 100px 80px;
  gap: 10px;
  align-items: center;
  padding: 10px 12px;
  border-bottom: 1px solid var(--hairline);
}
.crm-row:last-child { border-bottom: none; }
.crm-row.header {
  font-size: 11px; font-weight: 600; color: var(--muted-2);
  text-transform: uppercase; letter-spacing: 0.05em;
  background: var(--surface-2);
}
.crm-avatar {
  width: 26px; height: 26px;
  border-radius: 50%;
  background: var(--grad-hot);
  color: #fff;
  display: grid; place-items: center;
  font-size: 11px; font-weight: 700;
}
.crm-name { font-weight: 500; color: var(--ink); }
.crm-name .sub { display: block; font-size: 11px; color: var(--muted); font-weight: 400; }
.crm-tag {
  display: inline-block;
  padding: 2px 10px;
  border-radius: var(--r-pill);
  font-size: 11px;
  font-weight: 600;
}
.crm-tag.warm { background: var(--orange-soft); color: var(--orange-deep); }
.crm-tag.hot  { background: var(--pink-soft); color: var(--pink); }
.crm-tag.cold { background: var(--cobalt-soft); color: var(--cobalt); }
.crm-score { font-weight: 600; color: var(--ink); }

/* Analytics chart card */
.analytics-mock { padding: 4px; }
.kpi {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-bottom: 14px;
}
.kpi-card {
  padding: 12px 14px;
  border-radius: var(--r-md);
  background: var(--surface-2);
  border: 1px solid var(--hairline);
}
.kpi-card .lbl { font-size: 11px; color: var(--muted); text-transform: uppercase; letter-spacing: 0.05em; }
.kpi-card .val { font-family: 'Fraunces', serif; font-size: 26px; font-weight: 600; color: var(--ink); margin-top: 4px; }
.kpi-card .trend { font-size: 11px; color: var(--green); font-weight: 600; }

.line-chart {
  height: 140px;
  padding: 16px;
  border-radius: var(--r-md);
  background: var(--surface-2);
  border: 1px solid var(--hairline);
  position: relative;
}

/* ============================================================
   INTEGRATIONS GRID
   ============================================================ */
.int-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 12px;
}
.int-cell {
  aspect-ratio: 1.4 / 1;
  background: var(--surface);
  border: 1px solid var(--hairline);
  border-radius: var(--r-md);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 600;
  color: var(--ink-2);
  transition: transform .15s ease, box-shadow .2s ease, border-color .2s;
  position: relative;
  padding: 12px;
}
.int-cell:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  border-color: var(--hairline-2);
}
.int-cell .logo {
  width: 28px; height: 28px;
  border-radius: 7px;
  display: grid; place-items: center;
  font-size: 13px; font-weight: 800;
  color: #fff;
  letter-spacing: -0.02em;
  flex-shrink: 0;
}
.int-grid .more {
  background: var(--page-soft);
  border-style: dashed;
  color: var(--orange-deep);
  font-weight: 600;
}

/* ============================================================
   CUSTOMER STORIES
   ============================================================ */
.stories {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.story {
  background: var(--surface);
  border: 1px solid var(--hairline);
  border-radius: var(--r-lg);
  overflow: hidden;
  display: flex; flex-direction: column;
  transition: transform .2s ease, box-shadow .2s ease;
  box-shadow: var(--shadow-sm);
}
.story:hover { transform: translateY(-3px); box-shadow: var(--shadow-lg); }
.story-photo {
  aspect-ratio: 5 / 4;
  background-size: cover;
  background-position: center;
  position: relative;
}
.story-photo::after {
  content: "";
  position: absolute; inset: auto 0 0 0;
  height: 50%;
  background: linear-gradient(to bottom, transparent, rgba(15,23,42,0.45));
}
.story-photo .tag {
  position: absolute;
  top: 14px; left: 14px;
  padding: 4px 12px;
  border-radius: var(--r-pill);
  background: var(--surface);
  font-size: 11px;
  font-weight: 600;
  color: var(--ink);
  z-index: 2;
}
.story-photo .who {
  position: absolute;
  bottom: 14px; left: 14px;
  color: #fff;
  z-index: 2;
}
.story-photo .who .name { font-weight: 600; font-size: 15px; }
.story-photo .who .role { font-size: 12px; opacity: 0.9; }
.story-body { padding: 22px; flex: 1; display: flex; flex-direction: column; }
.story-quote {
  font-family: 'Fraunces', serif;
  font-size: 19px;
  line-height: 1.4;
  color: var(--ink);
  margin-bottom: 18px;
  font-weight: 500;
}
.story-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  padding-top: 18px;
  border-top: 1px solid var(--hairline);
  margin-top: auto;
}
.story-stat .val { font-family: 'Fraunces', serif; font-size: 24px; font-weight: 600; color: var(--orange-deep); }
.story-stat .lbl { font-size: 12px; color: var(--muted); }

/* ============================================================
   PRICING
   ============================================================ */
.pricing {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  align-items: stretch;
}
.tier {
  background: var(--surface);
  border: 1px solid var(--hairline);
  border-radius: var(--r-lg);
  padding: 28px 24px;
  display: flex; flex-direction: column;
  position: relative;
  transition: border-color .2s, transform .2s;
}
.tier:hover { border-color: var(--hairline-2); }
.tier-name {
  font-family: 'Fraunces', serif;
  font-size: 20px;
  font-weight: 600;
  color: var(--ink);
  margin-bottom: 4px;
}
.tier-desc { font-size: 13.5px; color: var(--muted); margin-bottom: 18px; min-height: 38px; }
.tier-price {
  display: flex; align-items: baseline; gap: 4px;
  margin-bottom: 18px;
}
.tier-price .amt { font-family: 'Fraunces', serif; font-size: 44px; font-weight: 600; color: var(--ink); letter-spacing: -0.03em; }
.tier-price .per { font-size: 14px; color: var(--muted); }
.tier-cta { margin-bottom: 22px; }
.tier-cta .btn { width: 100%; }
.tier-features {
  list-style: none;
  display: flex; flex-direction: column; gap: 10px;
  font-size: 14px;
  color: var(--ink-2);
}
.tier-features li {
  display: flex; align-items: flex-start; gap: 10px;
}
.tier-features .ch {
  width: 18px; height: 18px;
  border-radius: 50%;
  background: var(--green-soft);
  color: var(--green);
  display: grid; place-items: center;
  font-size: 11px; font-weight: 700;
  flex-shrink: 0;
  margin-top: 2px;
}
.tier-features li.dim { color: var(--muted-2); }
.tier-features li.dim .ch { background: #F1F5F9; color: var(--muted-2); }

.tier-featured {
  background: linear-gradient(180deg, #FFFFFF 0%, #FFF8F0 100%);
  border: 2px solid transparent;
  background-clip: padding-box;
  position: relative;
  box-shadow: 0 24px 60px -24px rgba(249,115,22,0.30), 0 8px 20px -6px rgba(236,72,153,0.18);
  transform: scale(1.02);
}
.tier-featured::before {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: var(--r-lg);
  background: var(--grad-hot);
  z-index: -1;
}
.tier-featured .ribbon {
  position: absolute;
  top: -12px; left: 50%; transform: translateX(-50%);
  padding: 4px 14px;
  border-radius: var(--r-pill);
  background: var(--grad-hot);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

/* ============================================================
   BIG CTA
   ============================================================ */
.big-cta {
  position: relative;
  padding: 80px 0;
  overflow: hidden;
}
.big-cta-card {
  background: var(--ink);
  background-image:
    radial-gradient(50% 60% at 80% 20%, rgba(249,115,22,0.40) 0%, transparent 70%),
    radial-gradient(40% 50% at 10% 100%, rgba(236,72,153,0.35) 0%, transparent 70%);
  border-radius: var(--r-xl);
  padding: 72px 56px;
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 48px;
  align-items: center;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.big-cta-card h2 { color: #fff; font-size: clamp(32px, 4vw, 48px); margin-bottom: 16px; }
.big-cta-card p { color: rgba(255,255,255,0.78); font-size: 18px; max-width: 480px; margin-bottom: 24px; }
.cta-actions { display: flex; gap: 12px; flex-wrap: wrap; }

.countdown {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: var(--r-lg);
  padding: 28px;
  backdrop-filter: blur(8px);
}
.countdown-lbl {
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--orange-soft);
  margin-bottom: 14px;
  font-weight: 600;
}
.countdown-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
.cd-unit {
  text-align: center;
  padding: 14px 8px;
  background: rgba(255,255,255,0.05);
  border-radius: var(--r-md);
  border: 1px solid rgba(255,255,255,0.08);
}
.cd-unit .num { font-family: 'Fraunces', serif; font-size: 28px; font-weight: 600; color: #fff; letter-spacing: -0.02em; }
.cd-unit .u   { font-size: 10px; color: rgba(255,255,255,0.6); text-transform: uppercase; letter-spacing: 0.08em; margin-top: 2px; }
.countdown-foot {
  margin-top: 18px;
  font-size: 13px;
  color: rgba(255,255,255,0.65);
  text-align: center;
}
.countdown-foot strong { color: var(--orange-soft); font-weight: 600; }

/* ============================================================
   FOOTER
   ============================================================ */
.footer {
  background: var(--surface);
  border-top: 1px solid var(--hairline);
  padding: 64px 0 32px;
}
.footer-top {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 48px;
}
.footer-brand { max-width: 320px; }
.footer-brand p { font-size: 14px; color: var(--muted); margin: 16px 0 18px; }
.newsletter {
  display: flex; gap: 6px;
  padding: 5px;
  background: var(--page-soft);
  border: 1px solid var(--hairline);
  border-radius: var(--r-pill);
}
.newsletter input {
  flex: 1;
  padding: 8px 14px;
  border: none; outline: none;
  background: transparent;
  font-size: 13px;
}
.newsletter button {
  padding: 9px 16px;
  background: var(--ink);
  color: #fff;
  border-radius: var(--r-pill);
  font-size: 13px;
  font-weight: 600;
}
.newsletter button:hover { background: var(--orange-deep); }

.footer-col h5 {
  font-size: 12px;
  font-weight: 600;
  color: var(--ink);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 16px;
}
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.footer-col a { font-size: 14px; color: var(--body); }
.footer-col a:hover { color: var(--orange-deep); }

.footer-bottom {
  padding-top: 28px;
  border-top: 1px solid var(--hairline);
  display: flex; justify-content: space-between; align-items: center;
  font-size: 13px;
  color: var(--muted);
  flex-wrap: wrap; gap: 14px;
}
.socials { display: flex; gap: 8px; }
.socials a {
  width: 32px; height: 32px;
  display: grid; place-items: center;
  border-radius: 50%;
  background: var(--page-soft);
  color: var(--muted);
  transition: background .2s, color .2s;
}
.socials a:hover { background: var(--ink); color: #fff; }

/* ============================================================
   ABOUT page
   ============================================================ */
.about-hero {
  padding: 96px 0 64px;
  text-align: center;
  background:
    radial-gradient(50% 50% at 50% 0%, rgba(249,115,22,0.12) 0%, transparent 70%);
}
.about-hero .eyebrow { justify-content: center; }
.about-hero h1 { margin: 14px auto 18px; max-width: 880px; font-size: clamp(38px, 5vw, 60px); }
.about-hero p { font-size: 19px; max-width: 720px; margin: 0 auto; color: var(--body); line-height: 1.55; }

.about-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 56px;
}
.stat {
  text-align: center;
  padding: 28px 18px;
  background: var(--surface);
  border: 1px solid var(--hairline);
  border-radius: var(--r-lg);
}
.stat .num { font-family: 'Fraunces', serif; font-size: 48px; font-weight: 600; color: var(--orange-deep); letter-spacing: -0.03em; }
.stat .lbl { font-size: 13px; color: var(--muted); margin-top: 6px; }

.about-mosaic {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
}
.about-img {
  border-radius: var(--r-lg);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  aspect-ratio: 5 / 4;
  background-size: cover;
  background-position: center;
}
.about-text h2 { margin-bottom: 18px; }
.about-text p { font-size: 17px; color: var(--body); margin-bottom: 14px; line-height: 1.65; }
.about-text p strong { color: var(--ink); font-weight: 600; }

.values {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.value {
  padding: 28px;
  background: var(--surface);
  border: 1px solid var(--hairline);
  border-radius: var(--r-lg);
}
.value .icon {
  width: 48px; height: 48px;
  border-radius: var(--r-md);
  background: var(--grad-hot-soft);
  display: grid; place-items: center;
  color: var(--orange-deep);
  margin-bottom: 16px;
}
.value h3 { font-size: 20px; margin-bottom: 8px; }
.value p { font-size: 15px; color: var(--body); }

.founder {
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: 48px;
  align-items: center;
  background: var(--surface);
  border: 1px solid var(--hairline);
  border-radius: var(--r-xl);
  padding: 48px;
}
.founder-photo {
  aspect-ratio: 1;
  border-radius: var(--r-lg);
  background-size: cover;
  background-position: center;
  box-shadow: var(--shadow-md);
}
.founder-quote {
  font-family: 'Fraunces', serif;
  font-size: 26px;
  line-height: 1.35;
  color: var(--ink);
  font-weight: 500;
  margin-bottom: 18px;
}
.founder-name { font-weight: 600; color: var(--ink); }
.founder-title { font-size: 14px; color: var(--muted); margin-top: 2px; }

.timeline {
  position: relative;
  max-width: 720px;
  margin: 0 auto;
  padding-left: 32px;
}
.timeline::before {
  content: "";
  position: absolute;
  left: 7px; top: 6px; bottom: 6px;
  width: 2px;
  background: var(--hairline-2);
}
.timeline-item {
  position: relative;
  padding-bottom: 28px;
}
.timeline-item::before {
  content: "";
  position: absolute;
  left: -32px; top: 6px;
  width: 16px; height: 16px;
  border-radius: 50%;
  background: var(--surface);
  border: 3px solid var(--orange);
}
.timeline-year {
  font-family: 'Fraunces', serif;
  font-size: 13px;
  font-weight: 700;
  color: var(--orange-deep);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.timeline-item h3 { font-size: 19px; margin: 4px 0 6px; }
.timeline-item p { color: var(--body); font-size: 14.5px; }

/* ============================================================
   SERVICES page
   ============================================================ */
.svc-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.svc-card {
  display: grid;
  grid-template-columns: 1fr;
  background: var(--surface);
  border: 1px solid var(--hairline);
  border-radius: var(--r-lg);
  padding: 32px;
  transition: transform .2s, box-shadow .2s;
}
.svc-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
.svc-icon {
  width: 56px; height: 56px;
  border-radius: var(--r-md);
  display: grid; place-items: center;
  margin-bottom: 18px;
}
.svc-icon.c-orange { background: var(--orange-soft); color: var(--orange-deep); }
.svc-icon.c-pink   { background: var(--pink-soft); color: var(--pink); }
.svc-icon.c-cobalt { background: var(--cobalt-soft); color: var(--cobalt); }
.svc-icon.c-green  { background: var(--green-soft); color: var(--green); }
.svc-icon.c-amber  { background: #FEF3C7; color: var(--amber); }
.svc-icon.c-lilac  { background: #EDE9FE; color: var(--lilac); }
.svc-card h3 { font-size: 22px; margin-bottom: 8px; }
.svc-card p { font-size: 15px; color: var(--body); margin-bottom: 18px; }
.svc-features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 14px;
  list-style: none;
  font-size: 14px;
  color: var(--ink-2);
}
.svc-features li { display: flex; align-items: center; gap: 6px; }
.svc-features li::before {
  content: "•";
  color: var(--orange);
  font-weight: 700;
}

.industries {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.industry {
  padding: 24px;
  background: var(--surface);
  border: 1px solid var(--hairline);
  border-radius: var(--r-lg);
  transition: border-color .2s, transform .2s;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.industry:hover { border-color: var(--orange); transform: translateY(-2px); }
.industry .icon {
  width: 40px; height: 40px;
  border-radius: var(--r-sm);
  background: var(--grad-hot-soft);
  display: grid; place-items: center;
  color: var(--orange-deep);
  margin-bottom: 8px;
}
.industry h4 { font-size: 17px; font-weight: 600; color: var(--ink); }
.industry p { font-size: 14px; color: var(--muted); }
.industry .link { font-size: 13.5px; color: var(--orange-deep); font-weight: 600; margin-top: 6px; }
.industry .link::after { content: " →"; }

/* Comparison table */
.compare-wrap {
  background: var(--surface);
  border: 1px solid var(--hairline);
  border-radius: var(--r-lg);
  overflow: hidden;
}
.compare-row {
  display: grid;
  grid-template-columns: 1.6fr repeat(4, 1fr);
  align-items: center;
  padding: 16px 22px;
  border-bottom: 1px solid var(--hairline);
  font-size: 14.5px;
  color: var(--ink-2);
}
.compare-row:last-child { border-bottom: none; }
.compare-row.header {
  background: var(--page-soft);
  font-family: 'Fraunces', serif;
  font-size: 16px;
  font-weight: 600;
  color: var(--ink);
}
.compare-row.header > div:first-child { font-family: 'Inter', sans-serif; font-size: 13px; text-transform: uppercase; letter-spacing: 0.06em; color: var(--muted); font-weight: 600; }
.compare-row > div { text-align: center; }
.compare-row > div:first-child { text-align: left; font-weight: 500; color: var(--ink); }
.ck { color: var(--green); font-weight: 700; }
.x  { color: var(--muted-2); }
.lbl-sub { font-size: 13px; color: var(--muted); font-weight: 400; display: block; }

.faq {
  display: flex; flex-direction: column;
  max-width: 820px;
  margin: 0 auto;
  gap: 12px;
}
.faq-item {
  background: var(--surface);
  border: 1px solid var(--hairline);
  border-radius: var(--r-md);
  padding: 22px 26px;
  transition: border-color .2s;
}
.faq-item:hover { border-color: var(--hairline-2); }
.faq-q {
  font-family: 'Fraunces', serif;
  font-size: 18px;
  font-weight: 600;
  color: var(--ink);
  margin-bottom: 10px;
  display: flex; justify-content: space-between; align-items: center;
}
.faq-q::after {
  content: "+";
  color: var(--orange);
  font-size: 22px;
  font-weight: 400;
}
.faq-item.open .faq-q::after { content: "−"; }
.faq-a { font-size: 15px; color: var(--body); line-height: 1.6; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1080px) {
  .hero-grid { grid-template-columns: 1fr; gap: 48px; }
  .hero-mock { max-width: 600px; margin: 0 auto; }
  .feature, .feature-reverse { grid-template-columns: 1fr; gap: 36px; }
  .feature-reverse .feature-text { order: 1; }
  .feature-reverse .feature-visual { order: 2; }
  .how, .stories, .values, .footer-top { grid-template-columns: 1fr 1fr; }
  .pricing { grid-template-columns: 1fr 1fr; }
  .int-grid { grid-template-columns: repeat(4, 1fr); }
  .compare-row { grid-template-columns: 1.4fr repeat(4, 1fr); padding: 14px; font-size: 13px; }
  .big-cta-card { grid-template-columns: 1fr; padding: 48px 32px; }
  .about-mosaic, .founder { grid-template-columns: 1fr; gap: 32px; padding: 32px; }
  .about-stats, .industries, .svc-grid { grid-template-columns: 1fr 1fr; }
  .nav-links { display: none; }
}
@media (max-width: 680px) {
  .container, .nav-inner { padding-left: 20px; padding-right: 20px; }
  h1 { font-size: 40px; }
  h2 { font-size: 30px; }
  .section { padding: 64px 0; }
  .how, .stories, .values, .footer-top, .pricing, .about-stats, .industries, .svc-grid { grid-template-columns: 1fr; }
  .int-grid { grid-template-columns: repeat(3, 1fr); }
  .logo-strip { grid-template-columns: repeat(3, 1fr); gap: 20px 12px; }
  .mock-body { grid-template-columns: 1fr; }
  .mock-side { display: none; }
  .hero-chip { display: none; }
  .compare-row { grid-template-columns: 1fr; gap: 6px; padding: 14px; }
  .compare-row > div { text-align: left; }
  .compare-row.header { display: none; }
  .tier-featured { transform: none; }
  .nav-signin { display: none; }
}
