/* CallSynclaire — Editorial landing (Fraunces display + DM Sans body).
   Palette: bone #FAF8F5, ink #1A1A18, brass #C5923A. */
@import url('https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,400;0,9..144,500;0,9..144,600;1,9..144,400;1,9..144,500&family=DM+Sans:ital,opsz,wght@0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700&display=swap');

:root {
  --bone: #FAF8F5;
  --bone-2: #F1ECE3;
  --paper: #ffffff;
  --ink: #1A1A18;
  --ink-2: #26241f;
  --brass: #C5923A;
  --brass-deep: #9D7124;
  --muted: #6E6A62;
  --muted-dark: rgba(250, 248, 245, .62);
  --line: rgba(26, 26, 24, .12);
  --line-soft: rgba(26, 26, 24, .07);
  --line-dark: rgba(250, 248, 245, .14);
  --display: 'Fraunces', Georgia, 'Times New Roman', serif;
  --sans: 'DM Sans', system-ui, -apple-system, 'Segoe UI', sans-serif;
  --maxw: 1180px;
  --radius: 16px;
}

* , *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--sans);
  background: var(--bone);
  color: var(--ink);
  line-height: 1.6;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.lp-container { max-width: var(--maxw); margin: 0 auto; padding: 0 clamp(1.25rem, 5vw, 2.5rem); width: 100%; }

/* Display type */
h1, h2, h3 { font-family: var(--display); font-weight: 400; letter-spacing: -.03em; line-height: 1.02; font-optical-sizing: auto; }
.lp-em { font-family: var(--display); font-style: italic; font-weight: 400; color: var(--brass); }
.lp-eyebrow {
  display: inline-flex; align-items: center; gap: .5rem;
  font-family: var(--sans); font-size: .72rem; font-weight: 600; letter-spacing: .08em;
  text-transform: uppercase; color: var(--brass-deep);
}
.lp-eyebrow::before { content: ""; width: 5px; height: 5px; border-radius: 50%; background: var(--brass); }
.on-dark .lp-eyebrow { color: var(--brass); }

/* Buttons */
.lp-btn {
  display: inline-flex; align-items: center; gap: .5rem;
  font-family: var(--sans); font-weight: 600; font-size: .95rem;
  padding: .9rem 1.6rem; border-radius: 999px; cursor: pointer;
  border: 1px solid transparent; transition: transform .18s ease, box-shadow .18s ease, background .18s;
}
.lp-btn:hover { transform: translateY(-2px); }
.lp-btn-primary { background: var(--brass); color: var(--ink); box-shadow: 0 10px 26px -10px rgba(197,146,58,.6); }
.lp-btn-primary:hover { box-shadow: 0 16px 34px -10px rgba(197,146,58,.7); }
.lp-btn-dark { background: var(--ink); color: var(--bone); }
.lp-btn-ghost { background: transparent; border-color: var(--line); color: var(--ink); }
.lp-btn-ghost:hover { border-color: var(--ink); }
.on-dark .lp-btn-ghost { border-color: var(--line-dark); color: var(--bone); }
.lp-btn .arw { transition: transform .2s; }
.lp-btn:hover .arw { transform: translateX(3px); }

/* Nav */
.lp-nav {
  position: sticky; top: 0; z-index: 50;
  background: color-mix(in srgb, var(--bone) 88%, transparent);
  backdrop-filter: saturate(140%) blur(12px);
  border-bottom: 1px solid var(--line-soft);
}
.lp-nav-inner { display: flex; align-items: center; justify-content: space-between; height: 72px; gap: 1.5rem; }
.lp-brand { display: flex; align-items: center; gap: .6rem; }
.lp-brand-mark {
  width: 34px; height: 34px; border-radius: 9px; background: var(--ink); color: var(--bone);
  display: grid; place-items: center; font-family: var(--display); font-weight: 600; font-size: 1.1rem;
}
.lp-brand-name { font-family: var(--display); font-size: 1.35rem; font-weight: 500; letter-spacing: -.01em; }
.lp-nav-links { display: flex; gap: 2rem; }
.lp-nav-links a { font-size: .92rem; font-weight: 500; color: var(--muted); transition: color .2s; }
.lp-nav-links a:hover { color: var(--ink); }
.lp-nav-cta { display: flex; align-items: center; gap: 1.25rem; }
.lp-nav-cta .signin { font-size: .92rem; font-weight: 600; }
@media (max-width: 900px) { .lp-nav-links { display: none; } }

/* Hero */
.lp-hero { padding: clamp(3rem, 7vw, 6rem) 0 clamp(3.5rem, 8vw, 6rem); }
.lp-hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(2rem, 5vw, 4.5rem); align-items: center; }
.lp-hero h1 { font-size: clamp(2.7rem, 6vw, 5.4rem); margin: 1.4rem 0 0; max-width: 15ch; }
.lp-hero-sub { margin-top: 1.5rem; font-size: clamp(1.05rem, 1.6vw, 1.25rem); color: var(--muted); max-width: 42ch; }
.lp-hero-ctas { display: flex; flex-wrap: wrap; gap: .85rem; margin-top: 2rem; }
.lp-proof { display: flex; align-items: center; gap: 1rem; margin-top: 2.5rem; }
.lp-avatars { display: flex; }
.lp-avatars img { width: 44px; height: 44px; border-radius: 50%; object-fit: cover; border: 2px solid var(--bone); margin-left: -12px; box-shadow: 0 2px 6px rgba(0,0,0,.12); }
.lp-avatars img:first-child { margin-left: 0; }
.lp-proof-text b { display: block; font-size: .92rem; font-weight: 600; }
.lp-proof-text span { font-size: .82rem; color: var(--muted); }

/* Hero visual */
.lp-hero-visual { position: relative; }
.lp-hero-visual > img { width: 100%; border-radius: var(--radius); object-fit: cover; aspect-ratio: 4/4.4; box-shadow: 0 40px 80px -30px rgba(26,26,24,.4); }
.lp-hero-card {
  position: absolute; left: 8%; bottom: 12%; right: 18%;
  background: var(--ink); color: var(--bone); border-radius: 14px; padding: 1.1rem 1.25rem;
  box-shadow: 0 24px 50px -18px rgba(0,0,0,.5);
}
.lp-hero-card .lbl { font-size: .68rem; letter-spacing: .08em; text-transform: uppercase; color: var(--brass); display: flex; align-items: center; gap: .4rem; }
.lp-hero-card .lbl-dot { width: 7px; height: 7px; border-radius: 50%; background: #46d18a; box-shadow: 0 0 0 3px rgba(70,209,138,.25); }
.lp-hero-card p { font-size: .9rem; margin: .5rem 0 .7rem; color: var(--muted-dark); }
.lp-hero-card .num { font-family: var(--display); font-size: 1.5rem; letter-spacing: -.01em; margin-bottom: .7rem; }
.lp-hero-card .row { display: flex; gap: .5rem; }
.lp-hero-card .row a { flex: 1; text-align: center; font-size: .82rem; font-weight: 600; padding: .55rem; border-radius: 999px; }
.lp-hero-card .row a.p { background: var(--brass); color: var(--ink); }
.lp-hero-card .row a.s { border: 1px solid var(--line-dark); color: var(--bone); }
.lp-stat-chip {
  position: absolute; top: 7%; right: -4%; background: var(--brass); color: var(--ink);
  border-radius: 12px; padding: .8rem 1rem; box-shadow: 0 18px 40px -14px rgba(197,146,58,.7); text-align: right;
}
.lp-stat-chip .n { font-family: var(--display); font-size: 1.5rem; font-weight: 500; }
.lp-stat-chip .l { font-size: .7rem; opacity: .8; }
@media (max-width: 860px) {
  .lp-hero-grid { grid-template-columns: 1fr; }
  .lp-stat-chip { right: 4%; }
}

/* Sections */
.lp-section { padding: clamp(4rem, 9vw, 7rem) 0; }
.on-dark { background: var(--ink); color: var(--bone); position: relative; overflow: hidden; }
.on-dark h2, .on-dark h3 { color: var(--bone); }
.lp-head { max-width: 640px; }
.lp-head.center { margin: 0 auto; text-align: center; }
.lp-head h2 { font-size: clamp(2rem, 4.4vw, 3.4rem); margin: 1rem 0 0; }
.lp-head p { margin-top: 1.25rem; color: var(--muted); font-size: 1.08rem; }
.on-dark .lp-head p { color: var(--muted-dark); }
.lp-watermark { position: absolute; top: 6%; right: -2%; font-family: var(--display); font-style: italic; font-size: clamp(8rem, 24vw, 22rem); color: rgba(250,248,245,.04); pointer-events: none; line-height: 1; }

/* Before — pain grid */
.lp-pain { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; margin-top: 3rem; background: var(--line-dark); border: 1px solid var(--line-dark); border-radius: var(--radius); overflow: hidden; }
.lp-pain-card { background: var(--ink); padding: 2rem; display: flex; justify-content: space-between; gap: 1.5rem; }
.lp-pain-card .no { font-family: var(--display); font-style: italic; color: var(--brass); font-size: 1.1rem; }
.lp-pain-card h3 { font-size: 1.35rem; margin: .6rem 0 .5rem; }
.lp-pain-card p { color: var(--muted-dark); font-size: .95rem; max-width: 34ch; }
.lp-pain-stat { text-align: right; flex-shrink: 0; }
.lp-pain-stat .s { font-family: var(--display); font-size: 2rem; color: var(--brass); line-height: 1; }
.lp-pain-stat .d { font-size: .72rem; color: var(--muted-dark); max-width: 14ch; margin-top: .4rem; margin-left: auto; }
@media (max-width: 760px) { .lp-pain { grid-template-columns: 1fr; } .lp-pain-card { flex-direction: column; } .lp-pain-stat { text-align: left; } .lp-pain-stat .d { margin-left: 0; } }
.lp-turn { margin-top: 3rem; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; padding: 2rem; border: 1px solid var(--brass); border-radius: var(--radius); background: color-mix(in srgb, var(--brass) 8%, transparent); flex-wrap: wrap; }
.lp-turn .q { font-family: var(--display); font-style: italic; font-size: clamp(1.3rem, 2.4vw, 1.9rem); max-width: 34ch; }
.lp-turn a { color: var(--brass); font-weight: 600; }

/* Demo section */
.lp-tabs { display: flex; flex-wrap: wrap; gap: .5rem; justify-content: center; margin: 2rem 0; }
.lp-tab { font-family: var(--sans); font-size: .85rem; font-weight: 600; padding: .55rem 1.1rem; border-radius: 999px; border: 1px solid var(--line); background: transparent; color: var(--muted); cursor: pointer; transition: all .18s; }
.lp-tab.active { background: var(--ink); color: var(--bone); border-color: var(--ink); }
.lp-demo { display: grid; grid-template-columns: 1fr 1.1fr; gap: 1.25rem; margin-top: 1.5rem; }
.lp-demo-player { background: var(--ink); color: var(--bone); border-radius: var(--radius); padding: 1.5rem; }
.lp-demo-player .biz { font-family: var(--display); font-size: 1.3rem; }
.lp-demo-player .meta { font-size: .8rem; color: var(--muted-dark); margin-top: .2rem; }
.lp-wave { height: 56px; margin: 1.5rem 0 .5rem; background: repeating-linear-gradient(90deg, var(--brass) 0 2px, transparent 2px 6px); -webkit-mask-image: radial-gradient(circle at center, #000 60%, transparent); opacity: .55; border-radius: 4px; }
.lp-demo-player .time { display: flex; justify-content: space-between; font-size: .72rem; color: var(--muted-dark); }
.lp-outcome { margin-top: 1.25rem; padding-top: 1rem; border-top: 1px solid var(--line-dark); font-size: .85rem; }
.lp-outcome b { color: var(--brass); }
.lp-transcript { background: var(--paper); border: 1px solid var(--line-soft); border-radius: var(--radius); padding: 1.5rem; }
.lp-transcript .th { font-size: .72rem; text-transform: uppercase; letter-spacing: .08em; color: var(--muted); margin-bottom: 1rem; display: flex; justify-content: space-between; }
.lp-msg { margin-bottom: 1rem; }
.lp-msg .who { font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; color: var(--brass-deep); }
.lp-msg.caller .who { color: var(--muted); }
.lp-msg p { font-size: .95rem; margin-top: .2rem; }
@media (max-width: 800px) { .lp-demo { grid-template-columns: 1fr; } }

/* Pricing */
.lp-toggle { display: inline-flex; gap: .25rem; padding: .3rem; background: var(--bone-2); border-radius: 999px; margin: 1.75rem auto 0; }
.lp-toggle button { border: none; background: transparent; font-family: var(--sans); font-weight: 600; font-size: .85rem; padding: .5rem 1.1rem; border-radius: 999px; cursor: pointer; color: var(--muted); }
.lp-toggle button.active { background: var(--paper); color: var(--ink); box-shadow: 0 2px 8px rgba(0,0,0,.08); }
.lp-tiers { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; margin-top: 3rem; align-items: start; }
.lp-tier { background: var(--paper); border: 1px solid var(--line-soft); border-radius: var(--radius); padding: 2rem; box-shadow: 0 12px 40px -24px rgba(26,26,24,.3); }
.lp-tier.featured { background: var(--ink); color: var(--bone); transform: translateY(-14px); box-shadow: 0 30px 60px -24px rgba(26,26,24,.6); position: relative; }
.lp-tier.featured h3, .lp-tier.featured .price .amt { color: var(--bone); }
.lp-badge { position: absolute; top: -13px; left: 50%; transform: translateX(-50%); background: var(--brass); color: var(--ink); font-size: .7rem; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; padding: .35rem .85rem; border-radius: 999px; }
.lp-tier h3 { font-size: 1.6rem; margin: .5rem 0; }
.lp-tier .blurb { font-size: .9rem; color: var(--muted); min-height: 2.6rem; }
.lp-tier.featured .blurb { color: var(--muted-dark); }
.lp-tier .price { margin: 1.25rem 0 .25rem; }
.lp-tier .price .amt { font-family: var(--display); font-size: 3rem; }
.lp-tier .price .per { color: var(--muted); font-size: .95rem; }
.lp-tier .billed { font-size: .78rem; color: var(--muted); }
.lp-tier.featured .billed { color: var(--muted-dark); }
.lp-tier ul { list-style: none; margin: 1.5rem 0; display: flex; flex-direction: column; gap: .7rem; }
.lp-tier li { display: flex; gap: .6rem; font-size: .9rem; align-items: flex-start; }
.lp-tier li::before { content: "✓"; color: var(--brass); font-weight: 700; }
.lp-tier .feat-head { font-size: .78rem; text-transform: uppercase; letter-spacing: .06em; color: var(--muted); margin-bottom: .25rem; }
.lp-tier .lp-btn { width: 100%; justify-content: center; }
.lp-tier .fineprint { text-align: center; font-size: .75rem; color: var(--muted); margin-top: .75rem; }
.lp-tier.featured .fineprint { color: var(--muted-dark); }
.lp-pricing-note { text-align: center; margin-top: 2.5rem; color: var(--muted); font-size: .95rem; }
.lp-pricing-note a { color: var(--brass-deep); font-weight: 600; }
@media (max-width: 860px) { .lp-tiers { grid-template-columns: 1fr; } .lp-tier.featured { transform: none; } }

/* Footer / final CTA */
.lp-final { display: grid; grid-template-columns: 1.1fr .9fr; gap: 3rem; align-items: center; padding-bottom: clamp(3rem, 6vw, 5rem); }
.lp-final h2 { font-size: clamp(2rem, 4.4vw, 3.2rem); }
.lp-final p { margin-top: 1.25rem; color: var(--muted-dark); max-width: 44ch; }
.lp-callcard { background: var(--brass); color: var(--ink); border-radius: var(--radius); padding: 2rem; text-align: center; }
.lp-callcard .lbl { font-size: .72rem; text-transform: uppercase; letter-spacing: .08em; font-weight: 600; }
.lp-callcard .num { font-family: var(--display); font-size: 2.4rem; margin: .5rem 0 1rem; }
.lp-callcard .row { display: flex; gap: .6rem; justify-content: center; }
@media (max-width: 800px) { .lp-final { grid-template-columns: 1fr; } }
.lp-footer-cols { display: grid; grid-template-columns: 1.4fr repeat(4, 1fr); gap: 2rem; padding: 3.5rem 0 0; border-top: 1px solid var(--line-dark); margin-top: 3rem; }
.lp-footer-cols h4 { font-family: var(--sans); font-size: .78rem; text-transform: uppercase; letter-spacing: .08em; color: var(--brass); margin-bottom: 1rem; }
.lp-footer-cols a { display: block; font-size: .9rem; color: var(--muted-dark); margin-bottom: .55rem; }
.lp-footer-cols a:hover { color: var(--bone); }
.lp-footer-cols .blurb { font-size: .9rem; color: var(--muted-dark); max-width: 26ch; margin-top: .75rem; }
.lp-copyright { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 1rem; padding: 2.5rem 0; font-size: .8rem; color: var(--muted-dark); }
@media (max-width: 760px) { .lp-footer-cols { grid-template-columns: 1fr 1fr; } }
