/* shared.css — Purple Fox · Social */
/* Used by index.html, product.html, pricing.html */

:root {
  --bg-0: #0F0B1A;
  --bg-1: #1A152B;
  --bg-2: #251E3D;
  --bg-3: #2F2747;
  --border: #2D2545;
  --border-strong: #3E3460;
  --text-primary: #F0EBFF;
  --text-secondary: #B0A6C8;
  --text-muted: #786E8E;
  --accent-purple: #A78BFA;
  --accent-purple-soft: #8B7CD8;
  --accent-fox: #FB923C;
  --accent-fox-soft: #FDBA74;
  --accent-green: #34D399;
  --accent-yellow: #FBBF24;
  --accent-cyan: #2DD4BF;
  --tier-insight: #5B8CFF;
  --tier-studio: #E0A010;
  --tier-agency: #E03050;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  background: var(--bg-0);
  color: var(--text-primary);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Inter", sans-serif;
  line-height: 1.55;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}
.container { max-width: 1140px; margin: 0 auto; padding: 0 24px; }

/* HEADER */
header { padding: 20px 0; border-bottom: 1px solid var(--border); position: sticky; top: 0; background: rgba(15, 11, 26, 0.92); backdrop-filter: blur(12px); z-index: 50; }
.header-row { display: flex; align-items: center; justify-content: space-between; }
.logo { font-size: 17px; font-weight: 700; letter-spacing: -0.01em; color: var(--text-primary); text-decoration: none; display: flex; align-items: center; gap: 10px; }
.logo-mark { width: 28px; height: 28px; border-radius: 8px; background: linear-gradient(135deg, var(--accent-purple), var(--accent-fox)); display: inline-flex; align-items: center; justify-content: center; color: var(--bg-0); font-weight: 800; font-size: 13px; }
.logo .pf { color: var(--text-secondary); font-weight: 600; }
.logo .sep { color: var(--accent-fox); margin: 0 6px; }
.logo .prod { color: var(--accent-purple); }
.nav { display: flex; gap: 22px; align-items: center; }
.nav a { color: var(--text-secondary); text-decoration: none; font-size: 14px; transition: color 0.15s; }
.nav a:hover, .nav a.active { color: var(--text-primary); }
.nav-cta { background: var(--accent-purple); color: var(--bg-0) !important; padding: 8px 16px; border-radius: 8px; font-weight: 600; font-size: 14px; transition: background 0.15s; }
.nav-cta:hover { background: var(--accent-purple-soft); }

/* HERO */
.hero { position: relative; padding: 64px 0 48px; overflow: hidden; }
.hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(620px 320px at 78% -10%, rgba(167, 139, 250, 0.18), transparent), radial-gradient(680px 340px at 8% 8%, rgba(251, 146, 60, 0.14), transparent); pointer-events: none; }
.hero-inner { position: relative; }
.hero-eyebrow { display: inline-block; color: var(--accent-fox); font-size: 11.5px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.12em; margin-bottom: 16px; padding: 6px 14px; background: rgba(251, 146, 60, 0.1); border: 1px solid rgba(251, 146, 60, 0.25); border-radius: 999px; }
.hero h1 { font-size: 54px; line-height: 1.05; font-weight: 700; letter-spacing: -0.025em; margin-bottom: 18px; max-width: 14ch; }
.hero h1 .accent { background: linear-gradient(120deg, var(--accent-purple), var(--accent-fox)); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero-sub { font-size: 18px; color: var(--text-secondary); max-width: 56ch; margin-bottom: 26px; line-height: 1.55; }
.hero-tier-chips { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 28px; }
.tchip { display: inline-flex; align-items: center; gap: 8px; padding: 8px 14px; background: var(--bg-1); border: 1px solid var(--border-strong); border-radius: 8px; font-size: 13px; text-decoration: none; color: var(--text-primary); transition: border-color 0.15s; }
.tchip:hover { border-color: var(--accent-purple); }
.tchip .dot { width: 8px; height: 8px; border-radius: 50%; flex: none; }
.tchip .nm { font-weight: 700; }
.tchip .pr { color: var(--text-muted); font-size: 12px; margin-left: 4px; }
.tchip.insight .dot { background: var(--tier-insight); } .tchip.insight .nm { color: var(--tier-insight); }
.tchip.studio .dot { background: var(--tier-studio); } .tchip.studio .nm { color: var(--tier-studio); }
.tchip.agency .dot { background: var(--tier-agency); } .tchip.agency .nm { color: var(--tier-agency); }
.hero-ctas { display: flex; gap: 12px; flex-wrap: wrap; }
.btn { display: inline-flex; align-items: center; gap: 8px; font-weight: 700; font-size: 14px; padding: 12px 22px; border-radius: 999px; border: 1px solid transparent; cursor: pointer; text-decoration: none; transition: transform 0.15s, box-shadow 0.15s; }
.btn-primary { background: linear-gradient(120deg, var(--accent-purple), var(--accent-fox)); color: var(--bg-0); box-shadow: 0 8px 30px rgba(167, 139, 250, 0.28); }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 12px 38px rgba(167, 139, 250, 0.4); }
.btn-ghost { background: transparent; border-color: var(--border-strong); color: var(--text-primary); }
.btn-ghost:hover { border-color: var(--accent-purple); }
.hero-trust { margin-top: 22px; font-size: 13px; color: var(--text-muted); line-height: 1.5; }
.hero-trust .dot-live { display: inline-block; width: 8px; height: 8px; border-radius: 50%; background: var(--accent-green); box-shadow: 0 0 8px var(--accent-green); margin-right: 8px; vertical-align: middle; }
.hero-trust b { color: var(--text-primary); font-weight: 600; }

/* PAGE HERO (smaller, for /product and /pricing) */
.page-hero { padding: 48px 0 24px; position: relative; }
.page-hero .hero-eyebrow { margin-bottom: 14px; }
.page-hero h1 { font-size: 42px; max-width: 22ch; margin-bottom: 14px; }
.page-hero .hero-sub { font-size: 17px; max-width: 64ch; }

/* PROOF STRIP */
.proof-strip { background: var(--bg-1); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); padding: 26px 0; }
.proof-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.proof-item .num { font-size: 26px; font-weight: 700; color: var(--accent-fox); letter-spacing: -0.02em; line-height: 1.1; }
.proof-item .label { color: var(--text-secondary); font-size: 12px; margin-top: 4px; line-height: 1.4; }

/* SECTIONS */
section { padding: 70px 0; }
.sec-eye { color: var(--accent-purple); font-size: 11.5px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.12em; margin-bottom: 12px; }
h2 { font-size: 32px; line-height: 1.18; letter-spacing: -0.02em; font-weight: 700; margin-bottom: 14px; max-width: 22ch; }
.sec-sub { color: var(--text-secondary); font-size: 16.5px; max-width: 64ch; margin-bottom: 36px; line-height: 1.55; }

/* BEFORE/AFTER MONDAY */
.monday-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.monday-card { background: var(--bg-1); border: 1px solid var(--border); border-radius: 16px; padding: 24px 26px; }
.monday-card.before { border-color: rgba(224, 48, 80, 0.3); }
.monday-card.after { border-color: rgba(52, 211, 153, 0.3); }
.monday-card .mc-tag { display: inline-flex; align-items: center; gap: 8px; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 14px; }
.monday-card.before .mc-tag { color: var(--tier-agency); }
.monday-card.after .mc-tag { color: var(--accent-green); }
.monday-card .mc-tag .dt { width: 8px; height: 8px; border-radius: 50%; }
.monday-card.before .mc-tag .dt { background: var(--tier-agency); }
.monday-card.after .mc-tag .dt { background: var(--accent-green); }
.monday-card h4 { font-size: 17px; margin-bottom: 16px; color: var(--text-primary); }
.timeline { display: flex; flex-direction: column; gap: 0; position: relative; }
.timeline::before { content: ''; position: absolute; left: 38px; top: 12px; bottom: 12px; width: 1px; background: var(--border-strong); }
.tl-item { display: grid; grid-template-columns: 60px 1fr; align-items: center; padding: 9px 0; gap: 14px; position: relative; }
.tl-time { font-size: 12px; color: var(--text-muted); font-variant-numeric: tabular-nums; font-weight: 600; text-align: right; }
.tl-event { font-size: 13.5px; color: var(--text-secondary); padding-left: 22px; position: relative; }
.tl-event::before { content: ''; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 12px; height: 12px; border-radius: 50%; background: var(--bg-1); border: 2px solid var(--text-muted); z-index: 1; }
.monday-card.before .tl-event::before { border-color: var(--tier-agency); }
.monday-card.after .tl-event::before { border-color: var(--accent-green); background: var(--accent-green); }
.monday-card .tl-total { margin-top: 14px; padding-top: 14px; border-top: 1px solid var(--border); font-size: 14px; }
.monday-card.before .tl-total { color: var(--tier-agency); font-weight: 600; }
.monday-card.after .tl-total { color: var(--accent-green); font-weight: 600; }

/* PERSONAS */
.personas-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.persona-card { background: var(--bg-1); border: 1px solid var(--border); border-radius: 16px; padding: 26px; }
.persona-role { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 10px; }
.persona-role.op { color: var(--accent-green); }
.persona-role.mgr { color: var(--tier-insight); }
.persona-role.mgmt { color: var(--tier-studio); }
.persona-card h4 { font-size: 18px; margin-bottom: 10px; letter-spacing: -0.01em; }
.persona-card .p-desc { color: var(--text-secondary); font-size: 14px; line-height: 1.55; margin-bottom: 14px; }
.persona-card .p-gain { background: rgba(52, 211, 153, 0.08); border: 1px solid rgba(52, 211, 153, 0.2); border-radius: 8px; padding: 10px 13px; font-size: 13px; color: var(--text-primary); margin-bottom: 14px; }
.persona-card .p-gain::before { content: '→ '; color: var(--accent-green); font-weight: 700; }
.persona-card .reads { color: var(--text-muted); font-size: 12.5px; border-top: 1px solid var(--border); padding-top: 14px; line-height: 1.6; }
.persona-card .reads b { color: var(--text-secondary); font-weight: 600; display: block; margin-bottom: 6px; }
.pg-tag { display: inline-block; background: var(--bg-2); border: 1px solid var(--border-strong); border-radius: 5px; padding: 3px 8px; font-size: 11.5px; color: var(--text-primary); margin: 2px 3px 2px 0; }

/* THREE VERBS (compact for Home, full for Product) */
.verbs-grid { display: flex; flex-direction: column; gap: 16px; }
.verb-card { background: var(--bg-1); border: 1px solid var(--border); border-radius: 16px; padding: 26px 30px; position: relative; overflow: hidden; }
.verb-card::before { content: ''; position: absolute; left: 0; top: 0; bottom: 0; width: 5px; }
.verb-card.analyze::before { background: var(--tier-insight); }
.verb-card.diagnose::before { background: linear-gradient(180deg, var(--tier-insight), var(--accent-cyan)); }
.verb-card.plan-act::before { background: var(--tier-studio); }
.verb-card-head { display: flex; justify-content: space-between; align-items: baseline; flex-wrap: wrap; gap: 12px; margin-bottom: 6px; }
.v-name { font-size: 20px; font-weight: 700; letter-spacing: -0.01em; }
.v-name.analyze, .v-name.diagnose { color: var(--tier-insight); }
.v-name.plan-act { color: var(--tier-studio); }
.v-tier-label { font-size: 10.5px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; padding: 4px 10px; border-radius: 5px; }
.v-tier-label.insight { background: rgba(91, 140, 255, 0.18); color: #9bb6ff; }
.v-tier-label.studio { background: rgba(224, 160, 16, 0.18); color: #f0c248; }
.verb-card .v-desc { color: var(--text-secondary); font-size: 14.5px; margin-bottom: 14px; line-height: 1.55; }
.verb-card .v-pages { display: flex; flex-wrap: wrap; gap: 8px; }
.verb-card .vp { font-size: 13px; padding: 6px 12px; background: var(--bg-2); border: 1px solid var(--border-strong); border-radius: 7px; color: var(--text-primary); }
.verb-card .vp b { color: var(--text-primary); font-weight: 600; }
.verb-card .vp .pg-tag { color: var(--text-muted); font-size: 11px; margin-left: 4px; background: transparent; border: 0; padding: 0; }
.verbs-cta { text-align: center; margin-top: 24px; }
.verbs-cta a { color: var(--accent-purple); text-decoration: none; font-weight: 700; font-size: 15px; }
.verbs-cta a:hover { color: var(--accent-purple-soft); }

/* DASHBOARD PAGE GALLERY (Product page — horizontal block layout) */
.page-block { display: grid; grid-template-columns: 1.4fr 1fr; gap: 28px; align-items: center; margin-bottom: 36px; padding: 26px; background: var(--bg-1); border: 1px solid var(--border); border-radius: 16px; }
.page-block.reverse { grid-template-columns: 1fr 1.4fr; }
.page-block.reverse .pb-shot { order: 2; }
.page-block.reverse .pb-copy { order: 1; }
.pb-shot { background: var(--bg-2); border-radius: 12px; overflow: hidden; aspect-ratio: 16/10; }
.pb-shot img { width: 100%; height: 100%; display: block; object-fit: cover; }
.placeholder-screenshot { background: linear-gradient(135deg, var(--bg-2), var(--bg-3)); border: 2px dashed var(--border-strong); border-radius: 12px; display: flex; align-items: center; justify-content: center; flex-direction: column; color: var(--text-muted); font-size: 13px; aspect-ratio: 16/10; padding: 20px; text-align: center; gap: 6px; }
.placeholder-screenshot .ph-label { color: var(--text-secondary); font-weight: 600; font-size: 14px; }
.placeholder-screenshot .ph-spec { font-size: 11.5px; color: var(--text-muted); font-family: ui-monospace, "SF Mono", Menlo, monospace; }
.pb-copy h3 { font-size: 22px; margin-bottom: 6px; letter-spacing: -0.01em; display: flex; align-items: baseline; gap: 10px; flex-wrap: wrap; }
.pb-copy .pb-tier { font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; padding: 3px 8px; border-radius: 4px; }
.pb-tier.ins { background: rgba(91, 140, 255, 0.18); color: #9bb6ff; }
.pb-tier.std { background: rgba(224, 160, 16, 0.18); color: #f0c248; }
.pb-tier.shr { background: rgba(167, 139, 250, 0.18); color: var(--accent-purple); }
.pb-copy .pb-q { color: var(--accent-fox); font-size: 14px; font-weight: 600; font-style: italic; margin-bottom: 10px; }
.pb-copy .pb-desc { color: var(--text-secondary); font-size: 14.5px; line-height: 1.6; margin-bottom: 12px; }
.pb-copy .pb-reads { color: var(--text-muted); font-size: 12.5px; }
.pb-copy .pb-reads b { color: var(--text-secondary); font-weight: 600; }

.tier-divider { display: flex; align-items: center; gap: 14px; margin: 28px 0 18px; }
.tier-divider .line { flex: 1; height: 1px; background: var(--border); }
.tier-divider .label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.12em; padding: 4px 12px; border-radius: 5px; }
.tier-divider .label.ins { background: rgba(91, 140, 255, 0.18); color: #9bb6ff; }
.tier-divider .label.std { background: rgba(224, 160, 16, 0.18); color: #f0c248; }
.tier-divider .label.shr { background: rgba(167, 139, 250, 0.18); color: var(--accent-purple); }

/* PERSONA-TO-PAGES TABLE (Product page) */
.persona-table { background: var(--bg-1); border: 1px solid var(--border); border-radius: 16px; overflow: hidden; }
.persona-table table { width: 100%; border-collapse: collapse; font-size: 14px; }
.persona-table th { background: var(--bg-2); color: var(--text-secondary); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; padding: 12px 18px; text-align: left; border-bottom: 1px solid var(--border); }
.persona-table td { padding: 14px 18px; border-bottom: 1px solid var(--border); color: var(--text-secondary); vertical-align: top; }
.persona-table tr:last-child td { border-bottom: 0; }
.persona-table td b { color: var(--text-primary); font-weight: 600; }
.persona-table .pg-tag { margin: 2px 4px 2px 0; }
.persona-table .role-op { color: var(--accent-green); font-weight: 600; }
.persona-table .role-mgr { color: var(--tier-insight); font-weight: 600; }
.persona-table .role-mgmt { color: var(--tier-studio); font-weight: 600; }

/* WHAT HAPPENS BEHIND THE SCENES (4 beats, simpler than 10-stage) */
.beats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.beat-card { background: var(--bg-1); border: 1px solid var(--border); border-radius: 14px; padding: 22px; counter-increment: bcount; position: relative; }
.beat-card .b-num { font-size: 32px; font-weight: 800; line-height: 1; color: var(--accent-fox); opacity: 0.4; margin-bottom: 10px; }
.beat-card h4 { font-size: 17px; margin-bottom: 8px; letter-spacing: -0.01em; }
.beat-card p { color: var(--text-secondary); font-size: 13.5px; line-height: 1.55; }

/* LOCAL MOAT */
.local-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.local-card { background: var(--bg-1); border: 1px solid var(--border); border-radius: 16px; padding: 24px; }
.local-card .l-icon { width: 44px; height: 44px; border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 22px; font-weight: 800; margin-bottom: 14px; }
.local-card.lang .l-icon { background: rgba(167, 139, 250, 0.16); color: var(--accent-purple); }
.local-card.cal .l-icon { background: rgba(251, 146, 60, 0.16); color: var(--accent-fox); }
.local-card.taka .l-icon { background: rgba(52, 211, 153, 0.16); color: var(--accent-green); }
.local-card h4 { font-size: 16px; margin-bottom: 8px; letter-spacing: -0.01em; }
.local-card p { color: var(--text-secondary); font-size: 13.5px; line-height: 1.55; margin-bottom: 12px; }
.local-card p:last-child { margin-bottom: 0; }
.moment-chips { display: flex; flex-wrap: wrap; gap: 6px; }
.m-chip { font-size: 11.5px; padding: 4px 10px; background: var(--bg-2); border: 1px solid var(--border-strong); border-radius: 6px; color: var(--text-primary); }
.lang-sample { background: var(--bg-2); border: 1px solid var(--border); border-radius: 8px; padding: 10px 12px; font-size: 13px; color: var(--text-primary); }
.lang-sample .bn { color: var(--accent-fox); }

/* EASE OF USE */
.ease-flow { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; counter-reset: estep; }
.ease-step { background: var(--bg-1); border: 1px solid var(--border); border-radius: 16px; padding: 22px; position: relative; }
.ease-step::before { counter-increment: estep; content: counter(estep); display: flex; align-items: center; justify-content: center; width: 36px; height: 36px; border-radius: 50%; background: linear-gradient(135deg, var(--accent-purple), var(--accent-fox)); color: var(--bg-0); font-weight: 800; font-size: 15px; margin-bottom: 14px; }
.ease-step .e-when { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; color: var(--accent-fox); margin-bottom: 6px; }
.ease-step h4 { font-size: 16px; margin-bottom: 8px; letter-spacing: -0.01em; }
.ease-step p { color: var(--text-secondary); font-size: 13.5px; line-height: 1.55; }

/* PRICING */
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.price-card { background: var(--bg-1); border: 1px solid var(--border); border-radius: 14px; padding: 24px 22px; display: flex; flex-direction: column; position: relative; }
.price-card.featured { border-color: var(--accent-purple); background: linear-gradient(180deg, rgba(167, 139, 250, 0.08) 0%, var(--bg-1) 100%); }
.price-card.featured::before { content: 'MOST POPULAR'; position: absolute; top: -10px; left: 22px; background: linear-gradient(120deg, var(--accent-purple), var(--accent-fox)); color: var(--bg-0); padding: 4px 12px; border-radius: 999px; font-size: 9px; font-weight: 800; letter-spacing: 0.08em; }
.price-tier-name { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 4px; }
.price-tier-name.insight { color: var(--tier-insight); }
.price-tier-name.studio { color: var(--tier-studio); }
.price-tier-name.agency { color: var(--tier-agency); }
.price-tier-tag { color: var(--text-muted); font-size: 12.5px; margin-bottom: 16px; }
.price-amount { font-size: 30px; font-weight: 700; color: var(--text-primary); letter-spacing: -0.02em; line-height: 1; }
.price-amount .per { font-size: 13px; color: var(--text-muted); font-weight: 500; display: block; margin-top: 4px; }
.price-amount.from::before { content: 'from '; color: var(--text-muted); font-size: 15px; font-weight: 500; }
.price-divider { border-top: 1px solid var(--border); margin: 18px 0 16px; }
.price-features { list-style: none; flex-grow: 1; margin-bottom: 14px; }
.price-features li { padding: 6px 0; color: var(--text-secondary); font-size: 13.5px; line-height: 1.4; display: flex; gap: 8px; align-items: flex-start; }
.price-features li::before { content: '✓'; color: var(--accent-green); font-weight: 700; flex-shrink: 0; }
.price-features li.head { color: var(--text-primary); font-weight: 600; padding-top: 8px; }
.price-features li.head::before { content: ''; }
.price-extra { font-size: 11.5px; color: var(--text-muted); margin-top: 6px; padding-top: 10px; border-top: 1px solid var(--border); }

/* PRICING TEASER (Home) */
.pricing-teaser { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-bottom: 18px; }
.pt-card { background: var(--bg-1); border: 1px solid var(--border); border-radius: 14px; padding: 22px; text-decoration: none; transition: border-color 0.15s, transform 0.15s; display: block; }
.pt-card:hover { border-color: var(--border-strong); transform: translateY(-2px); }
.pt-card .pt-name { font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 4px; }
.pt-card.insight .pt-name { color: var(--tier-insight); }
.pt-card.studio .pt-name { color: var(--tier-studio); }
.pt-card.agency .pt-name { color: var(--tier-agency); }
.pt-card .pt-tag { color: var(--text-muted); font-size: 12px; margin-bottom: 12px; }
.pt-card .pt-amount { font-size: 24px; font-weight: 700; color: var(--text-primary); }
.pt-card .pt-amount .per { font-size: 12px; color: var(--text-muted); font-weight: 500; }
.pt-card .pt-amount.from::before { content: 'from '; color: var(--text-muted); font-size: 13px; font-weight: 500; }
.pricing-teaser-cta { text-align: center; }
.pricing-teaser-cta a { color: var(--accent-purple); text-decoration: none; font-weight: 700; font-size: 15px; }

/* CONNECTION METER DIAGRAM (Pricing) */
.connection-explainer { background: var(--bg-1); border: 1px solid var(--border); border-radius: 16px; padding: 32px; max-width: 800px; margin: 0 auto; }
.connection-explainer h3 { font-size: 19px; margin-bottom: 14px; letter-spacing: -0.01em; }
.connection-explainer p { color: var(--text-secondary); font-size: 14.5px; line-height: 1.6; margin-bottom: 20px; }
.connection-explainer p:last-child { margin-bottom: 0; }
.connection-diagram { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 12px; margin: 22px 0; }
.cd-platform { background: var(--bg-2); border: 1px solid var(--border-strong); border-radius: 12px; padding: 18px; text-align: center; }
.cd-platform .cd-icon { font-size: 24px; margin-bottom: 8px; line-height: 1; }
.cd-platform .cd-name { font-size: 14px; font-weight: 600; color: var(--text-primary); margin-bottom: 6px; }
.cd-platform .cd-count { font-size: 12px; color: var(--text-muted); }
.cd-platform .cd-eq { font-size: 18px; color: var(--accent-purple); font-weight: 700; margin: 8px 0; }

/* FEATURE MATRIX (Pricing) */
.feature-matrix { background: var(--bg-1); border: 1px solid var(--border); border-radius: 16px; overflow: hidden; }
.feature-matrix table { width: 100%; border-collapse: collapse; font-size: 13.5px; }
.feature-matrix th { background: var(--bg-2); color: var(--text-muted); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; padding: 14px 18px; text-align: left; border-bottom: 1px solid var(--border); }
.feature-matrix th.ctr { text-align: center; }
.feature-matrix th.tier-ins { color: #9bb6ff; }
.feature-matrix th.tier-std { color: #f0c248; }
.feature-matrix th.tier-agy { color: var(--tier-agency); }
.feature-matrix td { padding: 12px 18px; border-bottom: 1px solid var(--border); color: var(--text-secondary); }
.feature-matrix tr:last-child td { border-bottom: 0; }
.feature-matrix td.ctr { text-align: center; }
.feature-matrix .yes { color: var(--accent-green); font-weight: 700; font-size: 15px; }
.feature-matrix .no { color: var(--text-muted); }
.feature-matrix .mut { color: var(--text-muted); font-size: 12px; }
.feature-matrix .feat-name { color: var(--text-primary); font-weight: 500; }
.feature-matrix .feat-head { background: var(--bg-2); color: var(--text-secondary); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; }
.feature-matrix .feat-head td { padding: 10px 18px; color: var(--text-secondary); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }

/* RATIONALE BEATS */
.pricing-rationale { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.rationale-card { background: var(--bg-1); border: 1px solid var(--border); border-radius: 12px; padding: 18px 22px; }
.rationale-card h5 { font-size: 14px; color: var(--text-primary); margin-bottom: 6px; letter-spacing: -0.01em; }
.rationale-card p { color: var(--text-secondary); font-size: 13px; line-height: 1.55; }
.rationale-card strong { color: var(--text-primary); }

.annual-note { background: linear-gradient(135deg, rgba(52, 211, 153, 0.08), rgba(167, 139, 250, 0.04)); border: 1px solid var(--border-strong); border-radius: 12px; padding: 18px 24px; max-width: 700px; margin: 24px auto 0; text-align: center; }
.annual-note p { color: var(--text-secondary); font-size: 14px; line-height: 1.55; }
.annual-note strong { color: var(--accent-green); }

/* FAQ */
.faq-list { max-width: 800px; margin: 0 auto; }
.faq-item { background: var(--bg-1); border: 1px solid var(--border); border-radius: 12px; padding: 20px 26px; margin-bottom: 12px; }
.faq-item h4 { font-size: 16px; margin-bottom: 8px; letter-spacing: -0.01em; color: var(--text-primary); }
.faq-item p { color: var(--text-secondary); font-size: 14.5px; line-height: 1.6; }
.faq-item strong { color: var(--text-primary); }

/* CTA */
.cta-section { background: linear-gradient(135deg, rgba(167, 139, 250, 0.14), rgba(251, 146, 60, 0.1)); border: 1px solid var(--border-strong); border-radius: 24px; padding: 50px 40px; text-align: center; margin: 30px 0; }
.cta-section h2 { margin: 0 auto 14px; text-align: center; }
.cta-section p { color: var(--text-secondary); font-size: 17px; margin: 0 auto 28px; max-width: 580px; }
.cta-buttons { display: flex; justify-content: center; gap: 14px; flex-wrap: wrap; }

/* FOOTER */
footer { border-top: 1px solid var(--border); padding: 30px 0; margin-top: 30px; }
.footer-row { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 14px; }
.footer-info { color: var(--text-muted); font-size: 12.5px; line-height: 1.6; }
.footer-info strong { color: var(--text-secondary); }
.footer-info a { color: var(--text-secondary); text-decoration: none; border-bottom: 1px solid var(--border-strong); }
.footer-links { display: flex; gap: 20px; }
.footer-links a { color: var(--text-secondary); text-decoration: none; font-size: 12.5px; }
.footer-links a:hover { color: var(--text-primary); }

/* MOBILE */
@media (max-width: 860px) {
  .hero h1 { font-size: 36px; }
  .page-hero h1 { font-size: 30px; }
  .hero-sub { font-size: 15.5px; }
  h2 { font-size: 26px; }
  .nav { gap: 12px; }
  .nav a:not(.nav-cta) { display: none; }
  .proof-row { grid-template-columns: repeat(2, 1fr); gap: 18px; }
  .monday-grid, .personas-grid, .local-grid, .pricing-grid, .pricing-teaser, .pricing-rationale, .ease-flow, .beats-grid, .connection-diagram { grid-template-columns: 1fr; }
  .page-block, .page-block.reverse { grid-template-columns: 1fr; }
  .page-block.reverse .pb-shot, .page-block.reverse .pb-copy { order: initial; }
  .cta-section { padding: 36px 22px; }
  .feature-matrix { overflow-x: auto; }
  .feature-matrix table { min-width: 600px; }
}
