/* BoardTable marketing site — shared styles
   Used by the home page (landing.html) and the dedicated
   Features / Compare / Pricing / Our Story pages. */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --onyx: #0f1830;
  --navy: #141a24;
  --navy-2: #1f2733;
  --gold: #2c7c84;
  --gold-bright: #74b6bd;
  --teal: #2c7c84;
  --teal-light: #74b6bd;
  --teal-dark: #20606b;
  --coral: #e2725b;
  --coral-light: #ef9684;
  --coral-dark: #c2543e;
  --cream: #f4f6f8;
  --bone: #eef1f5;
  --white: #ffffff;
  --text: #141a24;
  --muted: #5e6776;
  --border: #dde2e9;
  --ok: #2f7d5b;
}

html { scroll-behavior: smooth; }
body { font-family: 'IBM Plex Sans', system-ui, sans-serif; background: var(--cream); color: var(--text); line-height: 1.65; -webkit-font-smoothing: antialiased; }
a { text-decoration: none; color: inherit; }
img { max-width: 100%; display: block; }
.wrap { max-width: 1140px; margin: 0 auto; padding: 0 24px; }
.eyebrow { font-family: 'IBM Plex Mono', monospace; font-size: 12px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: var(--coral); }
h1, h2, h3 { font-family: 'Space Grotesk', system-ui, sans-serif; font-weight: 500; letter-spacing: -0.01em; }

/* NAV */
nav { position: fixed; inset: 0 0 auto 0; z-index: 100; display: flex; align-items: center; justify-content: space-between; padding: 0 24px; height: 74px; background: rgba(14,14,16,0.96); backdrop-filter: blur(12px); border-bottom: 1px solid rgba(255,255,255,0.06); }
.brand { display: flex; align-items: center; gap: 12px; }
.brand img { height: 46px; width: auto; }
.nav-lockup { display: flex; align-items: baseline; line-height: 1; }
.nav-lockup .wm { font-family: 'Space Grotesk', system-ui, sans-serif; font-weight: 600; font-size: 26px; letter-spacing: -0.03em; line-height: 1; }
.nav-lockup .wm .b { color: #fff; }
.nav-lockup .wm .t { color: var(--teal-light); }
.nav-links { display: flex; align-items: center; gap: 4px; }
.nav-link-plain { padding: 8px 14px; color: rgba(255,255,255,0.7); font-size: 14px; font-weight: 500; border-radius: 8px; transition: color 0.2s; }
.nav-link-plain:hover { color: var(--white); }
.nav-link-plain.current { color: var(--gold-bright); }
.nav-btn { padding: 9px 20px; border-radius: 9px; background: var(--gold); color: #ffffff; font-size: 14px; font-weight: 700; transition: filter 0.2s, transform 0.15s; }
.nav-btn:hover { filter: brightness(1.06); transform: translateY(-1px); }

/* HERO */
.hero { background: linear-gradient(160deg, var(--onyx) 0%, var(--navy) 60%, var(--navy-2) 100%); padding: 160px 0 110px; text-align: center; position: relative; overflow: hidden; }
.hero::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 70% 55% at 50% 0%, rgba(44,124,132,0.12) 0%, transparent 65%); pointer-events: none; }
.hero-tag { display: inline-flex; align-items: center; gap: 8px; background: rgba(44,124,132,0.1); border: 1px solid rgba(44,124,132,0.28); border-radius: 100px; padding: 6px 16px; font-family: 'IBM Plex Mono', monospace; font-size: 11px; font-weight: 700; color: var(--gold-bright); letter-spacing: 0.12em; text-transform: uppercase; margin-bottom: 28px; }
.hero h1 { font-size: clamp(40px, 6.2vw, 76px); font-weight: 500; line-height: 1.06; color: var(--white); margin: 0 auto 22px; max-width: 920px; }
.hero h1 em { font-style: italic; color: var(--gold-bright); }
.hero p.sub { font-size: clamp(17px, 2vw, 20px); color: rgba(255,255,255,0.66); max-width: 640px; margin: 0 auto 40px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; justify-content: center; }
.btn-gold { padding: 15px 32px; border-radius: 11px; background: var(--gold); color: #ffffff; font-weight: 700; font-size: 16px; box-shadow: 0 6px 28px rgba(44,124,132,0.34); transition: filter 0.2s, transform 0.15s; }
.btn-gold:hover { filter: brightness(1.06); transform: translateY(-2px); }
.btn-ghost { padding: 15px 32px; border-radius: 11px; background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.18); color: var(--white); font-weight: 600; font-size: 16px; transition: background 0.2s; }
.btn-ghost:hover { background: rgba(255,255,255,0.12); }
.hero-note { margin-top: 22px; font-size: 13px; color: rgba(255,255,255,0.45); }

/* PAGE HERO (interior pages) */
.page-hero { background: linear-gradient(160deg, var(--onyx) 0%, var(--navy) 70%); padding: 148px 0 72px; text-align: center; position: relative; overflow: hidden; }
.page-hero::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 70% 55% at 50% 0%, rgba(44,124,132,0.12) 0%, transparent 65%); pointer-events: none; }
.page-hero .eyebrow { color: var(--gold-bright); }
.page-hero h1 { font-size: clamp(34px, 5vw, 58px); font-weight: 500; line-height: 1.08; color: var(--white); margin: 14px auto 18px; max-width: 820px; }
.page-hero h1 em { font-style: italic; color: var(--gold-bright); }
.page-hero p { color: rgba(255,255,255,0.68); font-size: clamp(16px, 2vw, 20px); max-width: 640px; margin: 0 auto; }

/* TRUST STRIP */
.trust { background: var(--navy-2); padding: 26px 0; }
.trust .wrap { display: flex; align-items: center; justify-content: center; gap: 14px 40px; flex-wrap: wrap; }
.trust span { font-family: 'IBM Plex Mono', monospace; font-size: 12px; letter-spacing: 0.08em; color: rgba(255,255,255,0.5); text-transform: uppercase; }
.trust b { color: var(--gold-bright); font-weight: 700; }

/* SECTIONS */
section.block { padding: 58px 0; }
.section-head { text-align: center; max-width: 720px; margin: 0 auto 38px; }
.section-head h2 { font-size: clamp(30px, 4vw, 44px); font-weight: 700; margin: 14px 0 16px; }
.section-head p { font-size: 18px; color: var(--muted); }

/* PROBLEM */
.problem { background: var(--white); }
.compare { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; max-width: 900px; margin: 0 auto; }
.compare .col { border: 1px solid var(--border); border-radius: 16px; padding: 32px; }
.compare .col.bad { background: #fbf6f3; border-color: #ecd9d1; }
.compare .col.good { background: #f3f7f4; border-color: #cfe3d6; }
.compare h3 { font-size: 15px; font-family: 'IBM Plex Mono', monospace; text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 18px; }
.compare .bad h3 { color: #b5462f; }
.compare .good h3 { color: var(--ok); }
.compare li { list-style: none; padding: 9px 0 9px 30px; position: relative; font-size: 15.5px; }
.compare .bad li::before { content: '✕'; position: absolute; left: 0; color: #b5462f; font-weight: 700; }
.compare .good li::before { content: '✓'; position: absolute; left: 0; color: var(--ok); font-weight: 700; }

/* FEATURES */
.features { background: var(--cream); }
.grid3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.feature { background: var(--white); border: 1px solid var(--border); border-radius: 16px; padding: 28px; transition: transform 0.15s, box-shadow 0.2s; }
.feature:hover { transform: translateY(-3px); box-shadow: 0 14px 40px rgba(14,14,16,0.08); }
.feature .ico { width: 44px; height: 44px; border-radius: 11px; background: rgba(44,124,132,0.12); display: flex; align-items: center; justify-content: center; margin-bottom: 16px; }
.feature .ico svg { width: 22px; height: 22px; stroke: var(--gold); }
.feature h3 { font-size: 18px; font-weight: 700; margin-bottom: 7px; }
.feature p { font-size: 14.5px; color: var(--muted); }
.feature ul { list-style: none; margin: 12px 0 0; padding: 0; }
.feature li { padding: 5px 0 5px 22px; position: relative; font-size: 13.5px; color: var(--muted); }
.feature li::before { content: '✓'; position: absolute; left: 0; color: var(--gold); font-weight: 700; }

/* FEATURE GROUP HEADERS (features page) */
.feat-group { margin-top: 14px; }
.feat-group + .feat-group { margin-top: 48px; }
.feat-group-head { display: flex; align-items: baseline; gap: 14px; max-width: 1092px; margin: 0 auto 22px; }
.feat-group-head h2 { font-size: clamp(22px, 3vw, 30px); font-weight: 700; }
.feat-group-head .num { font-family: 'IBM Plex Mono', monospace; font-size: 13px; font-weight: 700; color: var(--gold); letter-spacing: 0.1em; }

/* POLICIES & PROCEDURES */
.policy { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; max-width: 980px; margin: 0 auto; align-items: center; }
.policy-card { background: var(--white); border: 1px solid var(--border); border-radius: 18px; padding: 22px 24px; box-shadow: 0 18px 50px rgba(20,33,47,0.08); }
.policy-card .pc-head { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding-bottom: 14px; margin-bottom: 6px; border-bottom: 1px solid var(--border); }
.policy-card .pc-head b { font-family: 'Space Grotesk', system-ui, sans-serif; font-size: 16px; }
.policy-card .pc-pill { font-family: 'IBM Plex Mono', monospace; font-size: 11px; font-weight: 700; letter-spacing: 0.04em; padding: 4px 10px; border-radius: 100px; }
.policy-card .pc-pill.ok { color: var(--ok); background: rgba(47,125,91,0.12); }
.policy-card .pc-row { display: flex; gap: 12px; align-items: center; padding: 11px 0; border-bottom: 1px solid var(--bone); }
.policy-card .pc-row:last-child { border-bottom: 0; }
.policy-card .pc-dot { width: 26px; height: 26px; border-radius: 50%; flex-shrink: 0; display: flex; align-items: center; justify-content: center; font-size: 13px; font-weight: 700; }
.policy-card .pc-dot.ok { color: var(--ok); background: rgba(47,125,91,0.14); }
.policy-card .pc-dot.wait { color: var(--coral-dark); background: rgba(226,114,91,0.16); }
.policy-card .pc-row b { display: block; font-size: 14px; }
.policy-card .pc-row span { font-size: 12.5px; color: var(--muted); }
@media (max-width: 860px) { .policy { grid-template-columns: 1fr; } }

/* AI CALLOUT */
.ai { background: linear-gradient(135deg, #fffaf0 0%, #fdf3dd 100%); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.ai .wrap { display: grid; grid-template-columns: 1.1fr 1fr; gap: 48px; align-items: center; }
.ai h2 { font-size: clamp(28px, 3.6vw, 40px); margin: 12px 0 16px; }
.ai p { font-size: 17px; color: #5a513c; margin-bottom: 14px; }
.ai ul { margin: 18px 0 0; padding: 0; }
.ai li { list-style: none; padding: 7px 0 7px 28px; position: relative; font-size: 15.5px; }
.ai li::before { content: '✨'; position: absolute; left: 0; }
.ai-card { background: var(--white); border: 1px solid #c3dde0; border-radius: 18px; padding: 28px; box-shadow: 0 18px 50px rgba(44,124,132,0.16); }
.ai-card .row { display: flex; gap: 12px; padding: 12px 0; border-bottom: 1px solid #f0ead9; }
.ai-card .row:last-child { border: 0; }
.ai-card .dot { width: 30px; height: 30px; border-radius: 8px; background: rgba(44,124,132,0.14); flex-shrink: 0; display: flex; align-items: center; justify-content: center; font-size: 15px; }
.ai-card .row b { display: block; font-size: 14px; }
.ai-card .row span { font-size: 13px; color: var(--muted); }

/* COMPARISON TABLE */
.compete { background: var(--white); }
.ctable-wrap { max-width: 1060px; margin: 0 auto; overflow-x: auto; border: 1px solid var(--border); border-radius: 16px; }
table.ctable { width: 100%; border-collapse: collapse; min-width: 780px; }
table.ctable th, table.ctable td { padding: 15px 16px; text-align: left; border-bottom: 1px solid var(--border); font-size: 14.5px; }
table.ctable thead th { font-family: 'IBM Plex Mono', monospace; font-size: 12px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--muted); background: var(--bone); }
table.ctable thead th.us { color: var(--onyx); background: rgba(44,124,132,0.16); }
table.ctable td.us { background: rgba(44,124,132,0.06); font-weight: 600; }
table.ctable td.feat { font-weight: 600; }
table.ctable .y { color: var(--ok); font-weight: 700; }
table.ctable .n { color: #b5462f; font-weight: 700; }
table.ctable tr:last-child td { border-bottom: 0; }
.compete-note { text-align: center; margin-top: 18px; font-size: 13px; color: var(--muted); }

.placeholder-flag { display:inline-block; margin-top: 8px; font-family:'IBM Plex Mono',monospace; font-size: 10px; letter-spacing:0.1em; text-transform:uppercase; color: var(--gold); background: rgba(44,124,132,0.12); padding: 3px 8px; border-radius: 6px; }

/* FOUNDERS */
.founders { background: linear-gradient(180deg, var(--white) 0%, #fbf6f4 100%); }
.founder-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 30px; max-width: 920px; margin: 0 auto; }
.founder { display: flex; flex-direction: column; border: 1px solid var(--border); border-radius: 18px; overflow: hidden; background: var(--white); box-shadow: 0 1px 2px rgba(20,26,36,0.04); transition: transform .2s ease, box-shadow .2s ease; }
.founder:hover { transform: translateY(-3px); box-shadow: 0 16px 36px rgba(20,26,36,0.12); }
.founder .photo { height: 320px; width: 100%; position: relative; background: linear-gradient(135deg, var(--teal) 0%, var(--teal-dark) 45%, var(--coral) 100%); display:flex; align-items:center; justify-content:center; color:#fff; font-family:'Space Grotesk',system-ui,sans-serif; font-size: 72px; font-weight: 600; letter-spacing:-0.03em; overflow:hidden; }
.founder .photo img { width:100%; height:100%; object-fit: cover; object-position: 56% 20%; display:block; }
.founder .body { padding: 22px 26px 28px; border-top: 4px solid var(--coral); }
.founder h3 { font-size: 20px; margin-bottom: 8px; }
.founder .role { display:inline-block; font-family:'IBM Plex Mono',monospace; font-size: 11px; letter-spacing:0.12em; text-transform:uppercase; color: var(--coral-dark); background: rgba(226,114,91,0.12); padding: 4px 11px; border-radius: 20px; margin-bottom: 14px; }
.founder p { font-size: 14.5px; color: var(--muted); }

/* OUR STORY */
.story { background: var(--white); }
.story-wrap { max-width: 720px; margin: 0 auto; }
.story-wrap p { font-size: 17px; color: var(--text); margin-bottom: 20px; line-height: 1.78; }
.story-wrap p.lead { font-size: 21px; line-height: 1.6; color: var(--navy); }
.story-wrap h3 { font-size: 24px; font-weight: 700; margin: 40px 0 12px; }
.story-pull { border-left: 4px solid var(--coral); padding: 6px 0 6px 24px; margin: 36px 0; font-family: 'Space Grotesk', system-ui, sans-serif; font-size: clamp(20px, 2.6vw, 26px); font-weight: 500; line-height: 1.4; color: var(--navy); letter-spacing: -0.01em; }
.story-vals { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; max-width: 1000px; margin: 0 auto; }
.story-val { background: var(--white); border: 1px solid var(--border); border-radius: 16px; padding: 26px 24px; }
.story-val .num { font-family: 'IBM Plex Mono', monospace; font-size: 12px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--gold); }
.story-val h4 { font-family: 'Space Grotesk', system-ui, sans-serif; font-weight: 600; font-size: 19px; margin: 8px 0 8px; }
.story-val p { font-size: 14.5px; color: var(--muted); line-height: 1.6; }
@media (max-width: 860px) { .story-vals { grid-template-columns: 1fr; max-width: 460px; } }

/* AU / ACNC */
.au { background: var(--navy); color: var(--white); }
.au .section-head h2 { color: var(--white); }
.au .section-head p { color: rgba(255,255,255,0.65); }
.au .grid3 .feature { background: var(--navy-2); border-color: rgba(255,255,255,0.08); }
.au .feature h3 { color: var(--white); }
.au .feature p { color: rgba(255,255,255,0.6); }
.au .feature .ico { background: rgba(44,124,132,0.18); }

/* PRICING */
.pricing { background: var(--cream); }
.plans { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; align-items: stretch; max-width: 1040px; margin: 0 auto; }
.plan { border: 1px solid var(--border); border-radius: 18px; padding: 36px 30px; display: flex; flex-direction: column; background: var(--white); }
.plan.feat { border: 2px solid var(--gold); box-shadow: 0 18px 50px rgba(44,124,132,0.18); position: relative; }
.plan.feat .badge { position: absolute; top: -13px; left: 50%; transform: translateX(-50%); background: var(--gold); color: var(--onyx); font-family: 'IBM Plex Mono', monospace; font-size: 11px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; padding: 5px 14px; border-radius: 100px; }
.plan .pname { font-family: 'IBM Plex Mono', monospace; font-size: 13px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted); }
.plan .price { font-family: 'Space Grotesk', system-ui, sans-serif; font-size: 48px; color: var(--text); margin: 10px 0 2px; line-height: 1; }
.plan .price small { font-family: 'IBM Plex Sans'; font-size: 15px; font-weight: 500; color: var(--muted); }
.plan .per { font-size: 13px; color: var(--muted); margin-bottom: 8px; }
.plan .nfp { font-size: 13px; font-weight: 600; color: var(--gold); margin-bottom: 22px; }
.plan ul { list-style: none; margin: 0 0 24px; flex: 1; }
.plan li { padding: 8px 0 8px 26px; position: relative; font-size: 14.5px; }
.plan li::before { content: '✓'; position: absolute; left: 0; color: var(--gold); font-weight: 700; }
.plan .cta { display: block; text-align: center; padding: 13px; border-radius: 10px; font-weight: 700; font-size: 15px; }
.plan .cta.solid { background: var(--gold); color: var(--onyx); }
.plan .cta.outline { background: transparent; border: 1.5px solid var(--navy); color: var(--navy); }
/* PRICING TABLE (revenue bands) */
.price-strip { max-width: 1040px; margin: 0 auto 26px; display: flex; flex-wrap: wrap; justify-content: center; gap: 10px 22px; }
.price-strip span { font-size: 14px; color: var(--text); padding-left: 22px; position: relative; }
.price-strip span::before { content: '✓'; position: absolute; left: 0; color: var(--gold); font-weight: 700; }
/* billing toggle */
.bill-toggle { display: inline-flex; align-items: center; gap: 4px; margin: 0 auto 26px; padding: 5px; border: 1px solid var(--border); border-radius: 100px; background: var(--white); }
.bill-toggle-wrap { text-align: center; }
.bill-toggle button { font-family: 'IBM Plex Mono', monospace; font-size: 12px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--muted); background: transparent; border: none; padding: 9px 20px; border-radius: 100px; cursor: pointer; transition: all 0.2s; }
.bill-toggle button.active { background: var(--gold); color: var(--onyx); }
.bill-toggle .save { display: inline-block; margin-left: 8px; font-family: 'IBM Plex Mono', monospace; font-size: 10px; font-weight: 700; letter-spacing: 0.06em; color: var(--gold); vertical-align: middle; }
.ptable-wrap { max-width: 840px; margin: 0 auto; overflow-x: auto; border: 1px solid var(--border); border-radius: 22px; background: var(--white); box-shadow: 0 24px 60px rgba(20,33,47,0.07); }
.ptable { width: 100%; border-collapse: collapse; min-width: 560px; }
.ptable thead th { font-family: 'IBM Plex Mono', monospace; font-size: 10.5px; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: var(--muted); text-align: left; padding: 20px 28px 16px; border-bottom: 1px solid var(--border); }
.ptable thead th.num { text-align: right; }
.ptable tbody td { padding: 18px 28px; border-bottom: 1px solid var(--border); vertical-align: middle; }
.ptable tbody td.num { text-align: right; }
.ptable tbody tr:last-child td { border-bottom: none; }
.ptable tbody tr { transition: background 0.18s; }
.ptable tbody tr:hover { background: rgba(44,124,132,0.06); }
.ptable .band { display: block; font-family: 'IBM Plex Mono', monospace; font-size: 13.5px; font-weight: 600; letter-spacing: 0.02em; color: var(--text); }
.ptable .scale { display: block; height: 5px; border-radius: 3px; margin-top: 9px; background: linear-gradient(90deg, var(--gold-bright), var(--gold)); opacity: 0.85; }
.ptable tbody tr:nth-child(1) .scale { width: 14%; }
.ptable tbody tr:nth-child(2) .scale { width: 24%; }
.ptable tbody tr:nth-child(3) .scale { width: 36%; }
.ptable tbody tr:nth-child(4) .scale { width: 48%; }
.ptable tbody tr:nth-child(5) .scale { width: 62%; }
.ptable tbody tr:nth-child(6) .scale { width: 76%; }
.ptable tbody tr:nth-child(7) .scale { width: 88%; }
.ptable tbody tr:nth-child(8) .scale { width: 100%; }
.ptable .fee { font-family: 'Space Grotesk', system-ui, sans-serif; font-size: 30px; font-weight: 500; line-height: 1; color: var(--text); letter-spacing: -0.01em; }
.ptable .fee .yr { font-family: 'IBM Plex Sans'; font-size: 12px; font-weight: 500; color: var(--muted); letter-spacing: 0; }
.ptable .nfpfee { display: inline-flex; align-items: baseline; gap: 5px; font-family: 'IBM Plex Mono', monospace; font-size: 14px; font-weight: 700; color: var(--gold); background: rgba(44,124,132,0.12); border: 1px solid rgba(44,124,132,0.28); padding: 6px 12px; border-radius: 100px; }
.ptable .nfpfee::before { content: 'NFP'; font-size: 9px; font-weight: 700; letter-spacing: 0.1em; color: var(--gold); opacity: 0.7; }
.ptable tr.toptier td { background: rgba(44,124,132,0.07); }
.ptable tr.toptier .fee { color: var(--gold); }
.ptable-cta { text-align: center; margin: 30px 0 0; }
.ptable-cta .cta { display: inline-block; background: var(--gold); color: var(--onyx); padding: 14px 34px; border-radius: 10px; font-weight: 700; font-size: 15px; }
.pricing-note { text-align: center; margin-top: 28px; font-size: 14.5px; color: var(--muted); }
.pricing-note b { color: var(--text); }
/* PRICING MODEL HIGHLIGHTS */
.price-highlights { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; max-width: 1040px; margin: 0 auto 30px; }
.ph { background: var(--white); border: 1px solid var(--border); border-radius: 14px; padding: 22px 20px; }
.ph .ph-ico { font-family: 'IBM Plex Mono', monospace; font-size: 11px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--gold); }
.ph h4 { font-family: 'Space Grotesk', system-ui, sans-serif; font-weight: 600; font-size: 18px; margin: 6px 0 6px; }
.ph p { font-size: 13.5px; color: var(--muted); line-height: 1.5; }
@media (max-width: 860px) { .price-highlights { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .price-highlights { grid-template-columns: 1fr; } }

/* ADD-ONS */
.addons { background: var(--white); }
.addon-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; max-width: 1040px; margin: 0 auto; }
.addon { border: 1px solid var(--border); border-radius: 18px; padding: 30px 28px; background: var(--cream); display: flex; flex-direction: column; }
.addon .a-ico { width: 46px; height: 46px; border-radius: 12px; background: rgba(44,124,132,0.14); display: flex; align-items: center; justify-content: center; margin-bottom: 16px; }
.addon .a-ico svg { width: 24px; height: 24px; stroke: var(--gold); fill: none; }
.addon h3 { font-family: 'Space Grotesk', system-ui, sans-serif; font-weight: 600; font-size: 21px; margin-bottom: 8px; }
.addon p { font-size: 14.5px; color: var(--muted); line-height: 1.55; flex: 1; }
.addon .a-price { margin-top: 16px; font-family: 'IBM Plex Mono', monospace; font-size: 13px; font-weight: 600; letter-spacing: 0.04em; color: var(--text); }
.addon .a-price b { font-family: 'Space Grotesk', system-ui, sans-serif; font-size: 17px; font-weight: 600; }
.addon-note { text-align: center; margin-top: 28px; font-size: 14px; color: var(--muted); }
@media (max-width: 860px) { .addon-grid { grid-template-columns: 1fr; max-width: 460px; } }

/* SECURITY */
.security { background: var(--white); }
.sec-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.sec { text-align: center; padding: 24px 16px; }
.sec .ico { width: 40px; height: 40px; margin: 0 auto 12px; }
.sec .ico svg { width: 40px; height: 40px; stroke: var(--gold); fill: none; }
.sec b { display: block; font-size: 15px; margin-bottom: 4px; }
.sec span { font-size: 13.5px; color: var(--muted); }

/* FAQ */
.faq { background: var(--cream); }
.faq-list { max-width: 760px; margin: 0 auto; }
details { border-bottom: 1px solid var(--border); padding: 20px 0; }
summary { font-size: 17px; font-weight: 600; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; }
summary::-webkit-details-marker { display: none; }
summary::after { content: '+'; font-size: 24px; color: var(--gold); font-weight: 400; }
details[open] summary::after { content: '−'; }
details p { margin-top: 12px; color: var(--muted); font-size: 15.5px; }

/* CONTACT */
.contact { background: var(--white); }
.contact-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 48px; max-width: 980px; margin: 0 auto; align-items: start; }
.contact-info h2 { font-size: clamp(28px, 3.5vw, 40px); margin: 12px 0 14px; }
.contact-info p { color: var(--muted); font-size: 16px; margin-bottom: 18px; }
.contact-info a.email { font-weight: 700; color: var(--navy); }
.cform { background: var(--bone); border: 1px solid var(--border); border-radius: 18px; padding: 28px; }
.cform label { display: block; font-size: 13px; font-weight: 600; margin: 14px 0 6px; }
.cform label:first-child { margin-top: 0; }
.cform input, .cform textarea, .cform select { width: 100%; padding: 12px 14px; border: 1px solid var(--border); border-radius: 10px; font-family: inherit; font-size: 15px; background: var(--white); }
.cform textarea { min-height: 100px; resize: vertical; }
.cform-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.cform-row > div { min-width: 0; }
.cform .hp { position: absolute; left: -9999px; }
.cform button { width: 100%; margin-top: 18px; padding: 14px; border: 0; border-radius: 10px; background: var(--gold); color: var(--onyx); font-weight: 700; font-size: 15px; cursor: pointer; transition: filter 0.2s; }
.cform button:hover { filter: brightness(1.05); }
.cform .status { margin-top: 14px; font-size: 14px; text-align: center; }
.cform .status.ok { color: var(--ok); }
.cform .status.err { color: #b5462f; }

/* REFERRAL */
.referral { background: var(--bone); }
.referral-card { max-width: 980px; margin: 0 auto; text-align: center; }
.referral-card h2 { font-size: clamp(28px, 3.5vw, 40px); margin: 12px 0 14px; }
.referral-lead { color: var(--muted); font-size: 17px; max-width: 640px; margin: 0 auto 36px; }
.referral-lead b { color: var(--navy); }
.referral-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-bottom: 36px; text-align: left; }
.referral-step { background: var(--white); border: 1px solid var(--border); border-radius: 16px; padding: 26px 24px; }
.referral-num { display: inline-flex; align-items: center; justify-content: center; width: 36px; height: 36px; border-radius: 50%; background: var(--coral); color: #fff; font-family: 'IBM Plex Mono', monospace; font-weight: 700; font-size: 16px; margin-bottom: 14px; }
.referral-step h4 { font-size: 17px; margin-bottom: 8px; }
.referral-step p { color: var(--muted); font-size: 14px; line-height: 1.6; }

/* CTA */
.cta-band { background: linear-gradient(135deg, var(--onyx) 0%, var(--navy) 100%); text-align: center; padding: 84px 0; }
.cta-band h2 { color: var(--white); font-size: clamp(30px, 4vw, 46px); margin-bottom: 16px; }
.cta-band p { color: rgba(255,255,255,0.66); font-size: 18px; margin-bottom: 34px; }

/* FOOTER */
footer { background: var(--onyx); color: rgba(255,255,255,0.6); padding: 56px 0 32px; }
footer .cols { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 32px; margin-bottom: 40px; }
footer .brand { margin-bottom: 12px; }
footer .brand img { height: 54px; }
footer .tagline { font-size: 13px; max-width: 300px; }
footer .fcol h4 { font-family: 'IBM Plex Mono', monospace; font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(255,255,255,0.4); margin-bottom: 14px; }
footer .fcol a { display: block; font-size: 14px; padding: 5px 0; color: rgba(255,255,255,0.65); transition: color 0.15s; cursor: pointer; }
footer .fcol a:hover { color: var(--gold-bright); }
footer .legal { border-top: 1px solid rgba(255,255,255,0.08); padding-top: 24px; font-size: 13px; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; }

/* CHATBOT */
#cbat-toggle { position: fixed; bottom: 22px; right: 22px; z-index: 200; width: 60px; height: 60px; border-radius: 50%; background: var(--gold); color: var(--onyx); border: 0; cursor: pointer; box-shadow: 0 8px 28px rgba(44,124,132,0.4); display: flex; align-items: center; justify-content: center; transition: transform 0.15s; }
#cbat-toggle:hover { transform: scale(1.06); }
#cbat-toggle svg { width: 28px; height: 28px; }
#cbat-panel { position: fixed; bottom: 94px; right: 22px; z-index: 200; width: min(380px, calc(100vw - 32px)); height: 520px; max-height: calc(100vh - 130px); background: var(--white); border: 1px solid var(--border); border-radius: 18px; box-shadow: 0 24px 70px rgba(14,14,16,0.28); display: none; flex-direction: column; overflow: hidden; }
#cbat-panel.open { display: flex; }
.cbat-head { background: var(--navy); color: var(--white); padding: 16px 18px; display: flex; align-items: center; gap: 10px; }
.cbat-head .wd { font-family: 'Space Grotesk', system-ui, sans-serif; font-size: 18px; letter-spacing: 0.03em; }
.cbat-head .wd b { color: var(--gold-bright); font-weight: 400; }
.cbat-head .wm { font-family: 'Space Grotesk', system-ui, sans-serif; font-weight: 600; font-size: 18px; }
.cbat-head .wm .b { color: #fff; }
.cbat-head .wm .t { color: var(--gold-bright); }
.cbat-head small { display:block; font-size: 11px; color: rgba(255,255,255,0.6); font-family:'IBM Plex Mono',monospace; letter-spacing:0.06em; }
.cbat-body { flex: 1; overflow-y: auto; padding: 16px; display: flex; flex-direction: column; gap: 12px; background: var(--cream); }
.cbat-msg { max-width: 85%; padding: 10px 14px; border-radius: 14px; font-size: 14px; line-height: 1.5; white-space: pre-wrap; }
.cbat-msg.bot { background: var(--white); border: 1px solid var(--border); align-self: flex-start; border-bottom-left-radius: 4px; }
.cbat-msg.user { background: var(--navy); color: var(--white); align-self: flex-end; border-bottom-right-radius: 4px; }
.cbat-foot { display: flex; gap: 8px; padding: 12px; border-top: 1px solid var(--border); background: var(--white); }
.cbat-foot input { flex: 1; padding: 11px 13px; border: 1px solid var(--border); border-radius: 10px; font-family: inherit; font-size: 14px; }
.cbat-foot button { border: 0; background: var(--gold); color: var(--onyx); padding: 0 16px; border-radius: 10px; font-weight: 700; cursor: pointer; }
.cbat-foot button:disabled { opacity: 0.5; cursor: default; }

@media (max-width: 860px) {
  .compare, .ai .wrap, .grid3, .plans, .sec-grid, .founder-grid, .contact-grid, .referral-steps, .cform-row { grid-template-columns: 1fr; }
  .grid3 { gap: 16px; }
  .sec-grid { grid-template-columns: 1fr 1fr; }
  .nav-link-plain.hide-sm { display: none; }
  section.block { padding: 44px 0; }
  .hero { padding: 120px 0 80px; }
  .page-hero { padding: 120px 0 56px; }
  .brand img { height: 38px; }
}
