:root {
  --bg: #f6f4ef;
  --surface: #fffdf9;
  --surface-2: #f0eee8;
  --ink: #111c2d;
  --muted: #5c6675;
  --line: #d9d6ce;
  --navy: #0b1f3a;
  --navy-2: #12375f;
  --teal: #0f7d74;
  --teal-soft: #dff3ee;
  --gold: #c79843;
  --gold-soft: #f7eedc;
  --danger: #a33a2b;
  --success: #1a7f5a;
  --shadow: 0 18px 60px rgba(15, 31, 53, .10);
  --radius-lg: 28px;
  --radius-md: 18px;
  --radius-sm: 12px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at 85% 10%, rgba(15,125,116,.08), transparent 28rem),
    linear-gradient(180deg, #f9f8f4 0%, var(--bg) 65%);
  line-height: 1.55;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }

.container { width: min(calc(100% - 40px), var(--container)); margin: 0 auto; }
.narrow { width: min(calc(100% - 40px), 820px); margin: 0 auto; }
.section { padding: 92px 0; }
.section-sm { padding: 58px 0; }
.section-title { max-width: 760px; margin-bottom: 38px; }
.section-title h2 { font-size: clamp(2rem, 4vw, 3.3rem); line-height: 1.04; margin: 0 0 14px; letter-spacing: -.045em; }
.section-title p { font-size: 1.08rem; color: var(--muted); margin: 0; }
.eyebrow { text-transform: uppercase; letter-spacing: .15em; font-size: .76rem; font-weight: 800; color: var(--teal); }
.kicker { font-weight: 800; color: var(--navy); }
.muted { color: var(--muted); }
.small { font-size: .89rem; }
.center { text-align: center; }

.site-header {
  position: sticky; top: 0; z-index: 40;
  backdrop-filter: blur(18px);
  background: rgba(249,248,244,.88);
  border-bottom: 1px solid rgba(217,214,206,.75);
}
.nav { min-height: 72px; display: flex; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-weight: 900; letter-spacing: -.025em; }
.nav-links { display: flex; align-items: center; gap: 24px; margin-left: auto; color: #364050; font-size: .94rem; font-weight: 700; }
.nav-links a:hover { color: var(--teal); }
.nav-actions { display:flex; gap: 10px; }
.mobile-menu { display:none; margin-left:auto; border:0; background:transparent; font-size:1.35rem; }

.btn {
  border: 1px solid transparent; border-radius: 999px; padding: 12px 18px;
  display: inline-flex; align-items: center; justify-content:center; gap: 8px;
  font-weight: 800; transition: .2s ease; min-height: 46px;
}
.btn:hover { transform: translateY(-1px); }
.btn-primary { background: var(--navy); color: white; box-shadow: 0 9px 24px rgba(11,31,58,.18); }
.btn-primary:hover { background: #06172e; }
.btn-secondary { background: white; color: var(--navy); border-color: var(--line); }
.btn-secondary:hover { border-color: #b8c0ca; }
.btn-teal { background: var(--teal); color:white; }
.btn-link { color: var(--teal); font-weight:800; padding: 0; min-height:auto; }

.hero { padding: 92px 0 70px; }
.hero-grid { display:grid; grid-template-columns: 1.08fr .92fr; gap: 62px; align-items:center; }
.hero h1 { font-size: clamp(3.1rem, 7vw, 5.9rem); line-height: .94; letter-spacing: -.065em; margin: 16px 0 24px; max-width: 820px; }
.hero p { font-size: clamp(1.08rem, 1.7vw, 1.28rem); color: var(--muted); max-width: 720px; }
.hero-actions { display:flex; gap:12px; flex-wrap:wrap; margin-top:28px; }
.proof-row { display:flex; gap:18px; flex-wrap:wrap; margin-top:30px; color: var(--muted); font-size:.9rem; }
.proof-row strong { color:var(--ink); }

.snapshot { background: linear-gradient(180deg, #0c213d, #0a1b33); color:white; border-radius: var(--radius-lg); padding: 26px; box-shadow: 0 28px 70px rgba(5,24,46,.25); position:relative; overflow:hidden; }
.snapshot::before { content:""; position:absolute; inset:-80px -120px auto auto; width:260px; height:260px; background:radial-gradient(circle, rgba(42,196,178,.24), transparent 66%); }
.snapshot-top { display:flex; justify-content:space-between; gap:18px; align-items:center; position:relative; }
.snapshot-label { color:#b6c5d7; font-size:.78rem; text-transform:uppercase; letter-spacing:.13em; font-weight:800; }
.status-pill { border:1px solid rgba(255,255,255,.16); padding:6px 10px; border-radius:999px; color:#d8efe8; font-size:.75rem; background:rgba(15,125,116,.16); }
.snapshot-main { font-size: 2.85rem; font-weight:900; letter-spacing:-.04em; margin:18px 0 3px; position:relative; }
.snapshot-sub { color:#b6c5d7; position:relative; }
.metric-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:12px; margin-top:22px; position:relative; }
.metric { padding:16px; border-radius:16px; background:rgba(255,255,255,.07); border:1px solid rgba(255,255,255,.08); }
.metric .v { font-weight:900; font-size:1.3rem; }
.metric .l { color:#afbdd0; font-size:.78rem; margin-top:2px; }
.issue-list { margin-top:20px; padding-top:18px; border-top:1px solid rgba(255,255,255,.1); position:relative; }
.issue { display:flex; justify-content:space-between; gap:16px; padding:8px 0; font-size:.9rem; }
.issue span:last-child { color:#f4ce84; font-weight:800; }
.example-tag { color:#9aacbf; font-size:.72rem; margin-top:16px; }

.trust-strip { border-top:1px solid var(--line); border-bottom:1px solid var(--line); background:rgba(255,255,255,.45); }
.trust-grid { display:grid; grid-template-columns:repeat(4,1fr); }
.trust-item { padding:24px; border-right:1px solid var(--line); }
.trust-item:last-child { border-right:0; }
.trust-item strong { display:block; font-size:1.05rem; }
.trust-item span { color:var(--muted); font-size:.88rem; }

.grid-3 { display:grid; grid-template-columns:repeat(3,1fr); gap:22px; }
.grid-2 { display:grid; grid-template-columns:repeat(2,1fr); gap:24px; }
.card { background:rgba(255,255,255,.82); border:1px solid var(--line); border-radius:var(--radius-md); padding:28px; box-shadow: 0 9px 26px rgba(26,39,55,.05); }
.card h3 { margin:12px 0 10px; font-size:1.35rem; letter-spacing:-.025em; }
.card p { margin:0; color:var(--muted); }
.card .icon { width:42px; height:42px; border-radius:12px; display:grid; place-items:center; background:var(--teal-soft); color:var(--teal); font-weight:900; }
.card:hover { border-color:#bec8cc; }

.problem-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:16px; }
.problem { padding:24px; background:var(--surface); border:1px solid var(--line); border-radius:16px; }
.problem strong { display:block; margin-bottom:8px; }
.problem span { color:var(--muted); font-size:.92rem; }

.tool-card { display:flex; flex-direction:column; min-height:300px; }
.tool-card .tool-number { color:var(--gold); font-weight:900; font-size:.82rem; letter-spacing:.12em; }
.tool-card .spacer { flex:1; }
.tool-card .btn { align-self:flex-start; margin-top:22px; }

.proof-card { position:relative; overflow:hidden; }
.proof-card::after { content:"“"; position:absolute; right:22px; top:-20px; color:rgba(15,125,116,.08); font-size:8rem; line-height:1; font-family:Georgia,serif; }
.proof-card .result { font-weight:900; font-size:1.15rem; margin-bottom:12px; color:var(--navy); }
.proof-card .source { margin-top:18px; color:var(--muted); font-size:.85rem; }

.offer { border-top:4px solid var(--teal); }
.offer.featured { background:linear-gradient(180deg,#fffdf9,#eef8f6); transform:translateY(-8px); box-shadow:var(--shadow); }
.offer .price { font-size:2rem; font-weight:900; letter-spacing:-.03em; margin:18px 0 4px; }
.offer ul { padding-left:18px; color:var(--muted); }
.offer li { margin:7px 0; }

.process { display:grid; grid-template-columns:repeat(3,1fr); gap:28px; }
.step { position:relative; padding:30px; }
.step-num { width:38px; height:38px; border-radius:50%; display:grid; place-items:center; background:var(--navy); color:white; font-weight:900; margin-bottom:16px; }
.step:not(:last-child)::after { content:""; position:absolute; height:1px; background:var(--line); width:28px; right:-28px; top:48px; }

.faq { border-top:1px solid var(--line); }
.faq details { border-bottom:1px solid var(--line); padding:20px 0; }
.faq summary { cursor:pointer; font-weight:800; font-size:1.05rem; }
.faq p { color:var(--muted); max-width:760px; }

.cta-panel { background:linear-gradient(145deg,var(--navy),#143a62); color:white; border-radius:30px; padding:56px; display:grid; grid-template-columns:1fr auto; gap:34px; align-items:center; box-shadow:var(--shadow); }
.cta-panel h2 { margin:0 0 12px; font-size:clamp(2rem,4vw,3.4rem); line-height:1; letter-spacing:-.045em; }
.cta-panel p { margin:0; color:#c1cfdf; max-width:700px; }

.site-footer { padding:42px 0; border-top:1px solid var(--line); margin-top:70px; }
.footer-grid { display:grid; grid-template-columns:1.4fr 1fr 1fr; gap:30px; }
.footer-links { display:flex; flex-direction:column; gap:8px; color:var(--muted); font-size:.9rem; }
.footer-bottom { margin-top:30px; padding-top:22px; border-top:1px solid var(--line); color:var(--muted); display:flex; justify-content:space-between; gap:20px; font-size:.82rem; }

.page-hero { padding:72px 0 48px; }
.page-hero h1 { font-size:clamp(2.7rem,6vw,5rem); line-height:.96; letter-spacing:-.055em; margin:12px 0 18px; max-width:940px; }
.page-hero p { font-size:1.16rem; color:var(--muted); max-width:760px; }
.breadcrumb { color:var(--muted); font-size:.84rem; }
.breadcrumb a { color:var(--teal); }

.tool-shell { display:grid; grid-template-columns: .9fr 1.1fr; gap:30px; align-items:start; }
.tool-intro { position:sticky; top:98px; }
.tool-panel { background:white; border:1px solid var(--line); border-radius:24px; padding:30px; box-shadow:var(--shadow); }
.tool-panel h2 { margin-top:0; font-size:1.75rem; letter-spacing:-.03em; }
.form-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:16px; }
.field { display:flex; flex-direction:column; gap:7px; }
.field.full { grid-column:1/-1; }
label { font-weight:800; font-size:.9rem; }
input, select, textarea {
  width:100%; border:1px solid #cfd4da; background:#fff; color:var(--ink); border-radius:12px; padding:12px 13px; outline:none; transition:.15s ease;
}
input:focus, select:focus, textarea:focus { border-color:var(--teal); box-shadow:0 0 0 3px rgba(15,125,116,.10); }
textarea { min-height:120px; resize:vertical; }
.help { font-size:.78rem; color:var(--muted); }
.form-section { margin-bottom:26px; padding-bottom:24px; border-bottom:1px solid var(--line); }
.form-section:last-child { border-bottom:0; padding-bottom:0; }
.form-section h3 { margin:0 0 14px; font-size:1rem; }
.question { padding:16px 0; border-bottom:1px solid #ece9e3; }
.question:last-child { border-bottom:0; }
.question legend { font-weight:800; margin-bottom:10px; }
.scale { display:grid; grid-template-columns:repeat(5,1fr); gap:7px; }
.scale label { display:flex; flex-direction:column; align-items:center; gap:5px; padding:9px 6px; border:1px solid var(--line); border-radius:10px; font-weight:700; font-size:.72rem; background:#fff; cursor:pointer; }
.scale input { width:auto; }

.result-card { margin-top:22px; border:1px solid #b9dad2; background:linear-gradient(180deg,#f6fcfa,#ecf7f4); border-radius:18px; padding:24px; }
.result-card.hidden { display:none; }
.result-score { display:flex; align-items:flex-end; gap:12px; }
.result-score .big { font-size:4rem; line-height:.9; font-weight:900; letter-spacing:-.06em; }
.result-score .outof { color:var(--muted); padding-bottom:7px; }
.score-band { margin:14px 0; height:10px; background:#d9e6e2; border-radius:999px; overflow:hidden; }
.score-band > span { display:block; height:100%; background:linear-gradient(90deg,#b58a33,var(--teal)); width:0; transition:width .4s ease; }
.breakdown { display:grid; gap:10px; margin-top:18px; }
.break-row { display:grid; grid-template-columns:130px 1fr 44px; gap:10px; align-items:center; font-size:.84rem; }
.break-row .bar { height:8px; background:#dfe5e7; border-radius:999px; overflow:hidden; }
.break-row .bar span { display:block; height:100%; background:var(--teal); }
.gap-list { margin:18px 0 0; padding:0; list-style:none; }
.gap-list li { padding:11px 0; border-top:1px solid rgba(15,125,116,.15); display:flex; justify-content:space-between; gap:16px; }
.gap-list strong { color:var(--navy); }

.capture-box { margin-top:20px; padding:22px; background:#fff; border:1px solid var(--line); border-radius:16px; }
.capture-box h3 { margin-top:0; }
.notice { padding:12px 14px; border-radius:12px; font-size:.87rem; margin-top:12px; display:none; }
.notice.show { display:block; }
.notice.success { background:#e7f5ef; color:#135c45; }
.notice.error { background:#faece9; color:#813124; }

.stat-row { display:grid; grid-template-columns:repeat(3,1fr); gap:14px; margin:22px 0; }
.stat-box { border:1px solid var(--line); border-radius:14px; padding:16px; background:#fff; }
.stat-box .v { font-size:1.6rem; font-weight:900; }
.stat-box .l { color:var(--muted); font-size:.79rem; }

.article { max-width:760px; }
.article h2 { font-size:2rem; margin-top:46px; letter-spacing:-.035em; }
.article h3 { margin-top:28px; }
.article p, .article li { color:#475466; }
.article .callout { margin:30px 0; padding:22px; border-left:4px solid var(--teal); background:#eef7f4; border-radius:0 14px 14px 0; }
.article table { border-collapse:collapse; width:100%; margin:24px 0; background:white; }
.article th,.article td { border:1px solid var(--line); padding:12px; text-align:left; }

.sticky-cta { position:fixed; right:18px; bottom:18px; z-index:30; display:none; }

@media (max-width: 980px) {
  .hero-grid,.tool-shell,.cta-panel { grid-template-columns:1fr; }
  .tool-intro { position:static; }
  .trust-grid { grid-template-columns:repeat(2,1fr); }
  .trust-item:nth-child(2) { border-right:0; }
  .trust-item:nth-child(-n+2) { border-bottom:1px solid var(--line); }
  .problem-grid { grid-template-columns:repeat(2,1fr); }
  .grid-3 { grid-template-columns:1fr; }
  .offer.featured { transform:none; }
  .footer-grid { grid-template-columns:1fr 1fr; }
  .nav-links { display:none; position:absolute; top:72px; left:20px; right:20px; padding:18px; background:white; border:1px solid var(--line); border-radius:16px; box-shadow:var(--shadow); flex-direction:column; align-items:flex-start; }
  .nav-links.open { display:flex; }
  .nav-actions .btn-secondary { display:none; }
  .mobile-menu { display:block; }
}

@media (max-width: 680px) {
  .container,.narrow { width:min(calc(100% - 28px), var(--container)); }
  .hero { padding-top:58px; }
  .hero h1 { font-size:3.15rem; }
  .section { padding:66px 0; }
  .grid-2,.problem-grid,.process,.form-grid,.stat-row { grid-template-columns:1fr; }
  .trust-grid { grid-template-columns:1fr; }
  .trust-item { border-right:0; border-bottom:1px solid var(--line); }
  .trust-item:last-child { border-bottom:0; }
  .step:not(:last-child)::after { display:none; }
  .cta-panel { padding:34px 26px; }
  .footer-grid { grid-template-columns:1fr; }
  .footer-bottom { flex-direction:column; }
  .scale { grid-template-columns:repeat(5, minmax(48px,1fr)); overflow-x:auto; padding-bottom:4px; }
  .break-row { grid-template-columns:100px 1fr 36px; }
  .sticky-cta { display:block; }
  .nav-actions { display:none; }
}

/* v2 institutional advisory positioning */
.institutional-hero { padding-top: 88px; }
.fit-note { margin-top: 28px; max-width: 720px; padding: 14px 16px; border-left: 3px solid var(--gold); background: rgba(247,238,220,.68); color: #485466; border-radius: 0 12px 12px 0; font-size: .9rem; }
.fit-note strong { color: var(--navy); }
.credibility-band { background: var(--navy); color: white; border-bottom: 1px solid rgba(255,255,255,.08); }
.credibility-grid { display:grid; grid-template-columns:repeat(4,1fr); }
.cred-stat { padding: 28px 24px; border-right:1px solid rgba(255,255,255,.13); }
.cred-stat:last-child { border-right:0; }
.cred-stat strong { display:block; font-size:1.5rem; letter-spacing:-.035em; }
.cred-stat span { color:#b8c6d8; font-size:.84rem; }
.compact-title { margin-bottom:0; }
.accounting-grid { display:grid; grid-template-columns:.75fr 1.25fr; gap:56px; align-items:start; }
.finance-compare { display:grid; grid-template-columns:1fr 34px 1fr 34px 1fr; gap:10px; align-items:stretch; }
.compare-card { border:1px solid var(--line); border-radius:18px; padding:24px; background:white; }
.compare-card.active { border-color:#9fcfc6; background:linear-gradient(180deg,#ffffff,#eef8f6); box-shadow:0 12px 30px rgba(15,125,116,.08); }
.compare-card.decision { background:#f6f1e7; border-color:#e6d4ae; }
.compare-label { font-size:.72rem; letter-spacing:.12em; text-transform:uppercase; font-weight:900; color:var(--teal); }
.compare-card h3 { margin:8px 0 12px; font-size:1.35rem; letter-spacing:-.03em; }
.compare-card ul { margin:0; padding-left:18px; color:var(--muted); font-size:.9rem; }
.compare-card li { margin:7px 0; }
.compare-arrow { display:grid; place-items:center; font-size:1.5rem; color:#9aa3af; }
.institutional-section { background:#eeece6; border-block:1px solid var(--line); }
.capability-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
.capability-card { padding:26px; background:rgba(255,255,255,.72); border:1px solid var(--line); border-radius:18px; }
.capability-card > span { color:var(--gold); font-size:.76rem; font-weight:900; letter-spacing:.14em; }
.capability-card h3 { margin:10px 0 8px; letter-spacing:-.025em; }
.capability-card p { margin:0; color:var(--muted); font-size:.93rem; }
.systems-line { margin-top:22px; padding:18px 20px; border:1px solid var(--line); border-radius:14px; background:rgba(255,255,255,.58); color:var(--muted); }
.systems-line strong { color:var(--navy); }
.featured-tool { border-top:4px solid var(--teal); box-shadow:var(--shadow); }
.proof-section { background:rgba(255,255,255,.32); }
.experience-section { background:var(--navy); color:white; }
.experience-section p { color:#b9c7d7; }
.experience-grid { display:grid; grid-template-columns:.9fr 1.1fr; gap:50px; align-items:center; }
.experience-grid h2 { font-size:clamp(2rem,4vw,3.3rem); line-height:1.02; letter-spacing:-.045em; margin:10px 0 16px; }
.sector-list { display:flex; flex-wrap:wrap; gap:10px; }
.sector-list span { padding:10px 14px; border:1px solid rgba(255,255,255,.16); border-radius:999px; background:rgba(255,255,255,.06); color:#dbe5ef; font-weight:700; font-size:.88rem; }
.assessment-hero { padding-bottom:34px; }
.assessment-head { display:flex; align-items:flex-start; justify-content:space-between; gap:20px; margin-bottom:8px; }
.assessment-head h2 { margin:4px 0 0; }
.assessment-badge { white-space:nowrap; border:1px solid var(--line); background:var(--surface-2); border-radius:999px; padding:7px 10px; color:var(--muted); font-weight:800; font-size:.78rem; }
.maturity-ladder { display:grid; gap:8px; margin-top:22px; }
.maturity-ladder div { display:flex; align-items:center; gap:10px; color:var(--muted); font-size:.88rem; }
.maturity-ladder span { width:28px; height:28px; display:grid; place-items:center; border-radius:50%; background:var(--navy); color:white; font-weight:900; font-size:.76rem; flex:0 0 auto; }
.maturity-ladder strong { color:var(--ink); }
.maturity-result { display:flex; align-items:center; gap:10px; margin-top:10px; flex-wrap:wrap; }
.maturity-result span { padding:5px 9px; border-radius:999px; background:var(--navy); color:white; font-size:.76rem; font-weight:900; }
.break-row { grid-template-columns:180px 1fr 44px; }
@media (max-width: 1080px) {
  .accounting-grid,.experience-grid { grid-template-columns:1fr; }
  .finance-compare { grid-template-columns:1fr; }
  .compare-arrow { transform:rotate(90deg); min-height:20px; }
  .capability-grid { grid-template-columns:repeat(2,1fr); }
}
@media (max-width: 760px) {
  .credibility-grid { grid-template-columns:repeat(2,1fr); }
  .cred-stat:nth-child(2) { border-right:0; }
  .cred-stat:nth-child(-n+2) { border-bottom:1px solid rgba(255,255,255,.13); }
  .capability-grid { grid-template-columns:1fr; }
  .assessment-head { flex-direction:column; }
  .break-row { grid-template-columns:120px 1fr 36px; }
}


/* v3 visual client proof system */
.proof-teaser-section { padding: 30px 0; background:#f4f0e7; border-bottom:1px solid var(--line); }
.proof-teaser { display:grid; grid-template-columns:1.05fr .95fr .7fr; gap:18px; align-items:stretch; }
.proof-teaser-copy { padding:24px 12px 24px 0; align-self:center; }
.proof-teaser-copy h2 { margin:8px 0 10px; font-size:clamp(1.7rem,3vw,2.6rem); letter-spacing:-.04em; line-height:1.06; }
.proof-teaser-copy p { margin:0 0 16px; color:var(--muted); max-width:520px; }
.text-link { color:var(--teal); font-weight:850; text-decoration:none; }
.text-link:hover { text-decoration:underline; }
.review-peek { appearance:none; border:1px solid var(--line); border-radius:18px; background:white; padding:0; overflow:hidden; text-align:left; cursor:pointer; box-shadow:0 10px 24px rgba(11,31,58,.06); transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease; }
.review-peek:hover { transform:translateY(-2px); box-shadow:0 16px 32px rgba(11,31,58,.10); border-color:#c7b989; }
.review-peek img { width:100%; height:220px; object-fit:contain; display:block; background:#f8f8f6; padding:10px; }
.review-peek-secondary img { height:180px; }
.review-peek-caption { display:flex; justify-content:space-between; gap:12px; align-items:center; padding:13px 15px; border-top:1px solid var(--line); }
.review-peek-caption strong { color:var(--navy); font-size:.86rem; }
.review-peek-caption span { color:var(--teal); font-size:.75rem; font-weight:800; white-space:nowrap; }

.proof-heading { max-width:790px; }
.review-gallery { display:grid; grid-template-columns:1.2fr .8fr; gap:20px; align-items:start; }
.review-card { display:grid; grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr); gap:0; border:1px solid var(--line); border-radius:20px; background:white; overflow:hidden; min-height:310px; }
.review-card-featured { grid-row:span 2; grid-template-columns:1fr; }
.review-card-featured .review-image-button { min-height:420px; }
.review-card-wide { grid-column:1 / -1; grid-template-columns:.7fr 1.3fr; min-height:250px; }
.review-image-button { position:relative; appearance:none; border:0; border-right:1px solid var(--line); background:#f5f4f0; padding:0; cursor:pointer; overflow:hidden; min-height:310px; }
.review-card-featured .review-image-button { border-right:0; border-bottom:1px solid var(--line); }
.review-card-wide .review-image-button { min-height:250px; }
.review-image-button img { width:100%; height:100%; min-height:inherit; max-height:430px; object-fit:contain; display:block; padding:18px; transition:transform .2s ease; }
.review-image-button:hover img { transform:scale(1.015); }
.review-expand { position:absolute; left:14px; bottom:14px; padding:8px 10px; border-radius:999px; background:rgba(11,31,58,.90); color:white; font-size:.75rem; font-weight:850; }
.review-copy { padding:25px; align-self:center; }
.review-kicker { color:var(--gold); font-size:.72rem; font-weight:900; letter-spacing:.12em; }
.review-copy h3 { margin:8px 0 10px; font-size:1.35rem; letter-spacing:-.03em; }
.review-copy p { margin:0 0 12px; color:var(--muted); }
.review-note { margin:18px 0 0; color:var(--muted); font-size:.8rem; }

.contextual-proof-section { border-block:1px solid var(--line); background:#f4f0e7; }
.contextual-proof { display:grid; grid-template-columns:1fr minmax(280px, .75fr); gap:48px; align-items:center; }
.contextual-proof-copy h2 { margin:8px 0 12px; font-size:clamp(1.8rem,3.2vw,2.8rem); letter-spacing:-.04em; line-height:1.05; }
.contextual-proof-copy p { color:var(--muted); max-width:680px; }
.proof-authenticity { display:inline-block; margin-top:6px; color:var(--teal); font-size:.78rem; font-weight:850; }
.contextual-review-button { appearance:none; border:1px solid var(--line); border-radius:18px; padding:0; overflow:hidden; background:white; cursor:pointer; text-align:left; box-shadow:0 10px 26px rgba(11,31,58,.07); }
.contextual-review-button img { width:100%; height:310px; object-fit:contain; display:block; padding:14px; background:#f8f8f6; }
.contextual-review-button span { display:block; padding:12px 14px; border-top:1px solid var(--line); color:var(--teal); font-size:.8rem; font-weight:850; }

.review-modal[hidden] { display:none; }
.review-modal { position:fixed; inset:0; z-index:1000; display:grid; place-items:center; padding:24px; }
.review-modal-backdrop { position:absolute; inset:0; background:rgba(4,14,27,.78); backdrop-filter:blur(3px); }
.review-modal-dialog { position:relative; z-index:1; width:min(900px, 95vw); max-height:92vh; overflow:auto; background:#fff; border-radius:20px; padding:18px; box-shadow:0 30px 80px rgba(0,0,0,.28); }
.review-modal-dialog img { display:block; width:100%; max-height:80vh; object-fit:contain; border-radius:12px; background:#f6f5f1; }
.review-modal-close { position:absolute; right:28px; top:28px; width:40px; height:40px; border-radius:50%; border:1px solid rgba(255,255,255,.25); background:rgba(11,31,58,.90); color:white; font-size:1.6rem; line-height:1; cursor:pointer; z-index:2; }
.review-modal-hint { margin:10px 0 0; text-align:center; color:var(--muted); font-size:.78rem; }
body.review-modal-open { overflow:hidden; }

@media (max-width: 980px) {
  .proof-teaser { grid-template-columns:1fr 1fr; }
  .proof-teaser-copy { grid-column:1 / -1; padding-bottom:4px; }
  .review-gallery { grid-template-columns:1fr; }
  .review-card-featured { grid-row:auto; }
  .review-card-wide { grid-column:auto; }
  .contextual-proof { grid-template-columns:1fr 1fr; gap:28px; }
}
@media (max-width: 700px) {
  .proof-teaser { grid-template-columns:1fr; }
  .proof-teaser-copy { grid-column:auto; }
  .review-peek img,.review-peek-secondary img { height:230px; }
  .review-card,.review-card-wide { grid-template-columns:1fr; }
  .review-image-button,.review-card-featured .review-image-button,.review-card-wide .review-image-button { min-height:260px; border-right:0; border-bottom:1px solid var(--line); }
  .review-image-button img { max-height:360px; }
  .contextual-proof { grid-template-columns:1fr; }
  .contextual-review-button img { height:280px; }
  .review-modal { padding:10px; }
  .review-modal-dialog { padding:10px; border-radius:14px; }
  .review-modal-close { right:18px; top:18px; }
}

/* v4: Geneyes brand integration + conversion polish */
:root {
  --bg: #f7f5f0;
  --surface: #fffdfa;
  --surface-2: #f0ede6;
  --ink: #101927;
  --muted: #5c6674;
  --line: #ddd8cf;
  --navy: #07101d;
  --navy-2: #102a46;
  --teal: #0b8177;
  --teal-soft: #e1f2ee;
  --gold: #cda454;
  --gold-soft: #f5ecda;
  --shadow: 0 20px 55px rgba(7,16,29,.10);
}

body {
  background:
    radial-gradient(circle at 85% 8%, rgba(11,129,119,.07), transparent 28rem),
    linear-gradient(180deg, #fbfaf7 0%, var(--bg) 70%);
}

.site-header {
  min-height: 78px;
  background: rgba(0,0,0,.96);
  border-bottom: 1px solid rgba(255,255,255,.09);
  box-shadow: 0 8px 30px rgba(0,0,0,.12);
}
.nav { min-height: 78px; gap: 24px; }
.brand { display:inline-flex; align-items:center; flex:0 0 auto; }
.brand-logo { width: 186px; height: auto; max-height: 58px; object-fit: contain; }
.nav-links { color: rgba(255,255,255,.72); }
.nav-links a { position:relative; }
.nav-links a::after { content:""; position:absolute; left:0; right:100%; bottom:-8px; height:2px; background:var(--gold); transition:.2s ease; }
.nav-links a:hover { color:#fff; }
.nav-links a:hover::after { right:0; }
.mobile-menu { color:white; }
.nav-actions .btn-secondary { background:transparent; color:#f7f5ef; border-color:rgba(255,255,255,.22); }
.nav-actions .btn-secondary:hover { border-color:rgba(255,255,255,.46); background:rgba(255,255,255,.05); }
.nav-actions .btn-primary { background:#f4efe5; color:var(--navy); box-shadow:none; }
.nav-actions .btn-primary:hover { background:white; }

.btn { border-radius: 10px; padding: 12px 18px; letter-spacing:-.01em; }
.btn-primary { background:var(--navy); }
.btn-primary:hover { background:#111e30; }
.btn-teal { background:var(--teal); }
.btn-ghost { color:#fff; border-color:rgba(255,255,255,.30); background:rgba(255,255,255,.06); }
.btn-ghost:hover { background:rgba(255,255,255,.12); }

.institutional-hero {
  position:relative;
  overflow:hidden;
  padding-top: 94px;
  background:
    linear-gradient(rgba(7,16,29,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(7,16,29,.035) 1px, transparent 1px),
    radial-gradient(circle at 78% 18%, rgba(11,129,119,.12), transparent 30rem),
    linear-gradient(135deg,#fbfaf6 0%,#f4f0e8 68%,#eaf4f1 100%);
  background-size: 34px 34px, 34px 34px, auto, auto;
  border-bottom:1px solid var(--line);
}
.institutional-hero::after {
  content:"";
  position:absolute;
  width:320px;
  height:320px;
  border:1px solid rgba(205,164,84,.30);
  border-radius:50%;
  right:-160px;
  bottom:-200px;
  pointer-events:none;
}
.hero h1 { color:var(--navy); text-wrap:balance; }
.hero-direct-link { display:inline-flex; margin-top:17px; color:var(--teal); font-weight:850; font-size:.92rem; }
.hero-direct-link:hover { text-decoration:underline; }
.snapshot { border:1px solid rgba(255,255,255,.09); box-shadow:0 34px 80px rgba(4,13,27,.24); }
.fit-note { background:rgba(255,253,249,.72); border-left-color:var(--gold); box-shadow:0 8px 25px rgba(7,16,29,.04); }

.credibility-band { background:linear-gradient(135deg,#07101d,#0c2036); }
.credibility-grid { grid-template-columns:repeat(3,1fr); }
.cred-stat { min-height:108px; display:flex; flex-direction:column; justify-content:center; padding:24px 26px; border-right:1px solid rgba(255,255,255,.12); border-bottom:1px solid rgba(255,255,255,.10); }
.cred-stat:nth-child(3n) { border-right:0; }
.cred-stat:nth-child(n+4) { border-bottom:0; }
.cred-stat strong { color:#fff; font-size:1.36rem; }
.cred-stat span { color:#aebdd0; margin-top:3px; }

.section-title h2, .page-hero h1, .experience-grid h2, .proof-teaser-copy h2, .contextual-proof-copy h2 { text-wrap:balance; }
.card, .capability-card, .compare-card, .review-card, .contextual-review-button, .tool-panel {
  box-shadow:0 10px 30px rgba(7,16,29,.045);
}
.card, .capability-card, .compare-card { transition:transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.card:hover, .capability-card:hover { transform:translateY(-2px); box-shadow:0 16px 34px rgba(7,16,29,.07); border-color:#c7c0b5; }
.institutional-section { background:linear-gradient(180deg,#efede7,#f5f2ec); }
.featured-tool { border-top-color:var(--gold); }
.tool-card .icon, .card .icon { border:1px solid rgba(11,129,119,.12); }

.page-hero {
  position:relative;
  background:
    radial-gradient(circle at 86% 18%, rgba(11,129,119,.09), transparent 27rem),
    linear-gradient(180deg,#faf8f3,#f3f0e9);
  border-bottom:1px solid var(--line);
}
.page-hero::after { content:""; position:absolute; inset:auto 0 0; height:1px; background:linear-gradient(90deg,transparent,var(--gold),transparent); opacity:.35; }
.page-hero-grid { display:grid; grid-template-columns:1.15fr .85fr; gap:52px; align-items:center; }
.breadcrumb { font-weight:700; }

.tool-panel { border-radius:22px; border-color:#d7d2c8; }
.tool-panel h2 { letter-spacing:-.035em; }
.capture-box { box-shadow:0 10px 26px rgba(7,16,29,.04); }

.cta-panel { background:linear-gradient(135deg,#07101d,#102e4c); border:1px solid rgba(255,255,255,.06); }
.cta-stack { display:flex; flex-direction:column; gap:10px; min-width:240px; }
.cta-stack .btn { width:100%; }

.proof-teaser-section { background:linear-gradient(180deg,#f3eee3,#f6f3ed); }
.review-peek, .review-card { box-shadow:0 12px 30px rgba(7,16,29,.06); }
.review-image-button, .review-peek img, .contextual-review-button img { background:#fbfaf7; }
.review-note { border-left:2px solid var(--gold); padding-left:12px; }

.experience-section { background:linear-gradient(135deg,#07101d,#0c2743); }
.sector-list span { border-color:rgba(255,255,255,.18); }

.site-footer { background:#000; color:#f3efe7; border-top:1px solid rgba(255,255,255,.08); margin-top:70px; }
.site-footer .brand-logo { width:210px; }
.site-footer .muted, .site-footer .footer-links, .site-footer .footer-bottom { color:#9cabbc; }
.site-footer .footer-links a:hover, .site-footer .footer-bottom a:hover { color:#fff; }
.site-footer .footer-bottom { border-top-color:rgba(255,255,255,.10); }
.site-footer strong { color:#fff; }

.credential-panel {
  background:linear-gradient(145deg,#07101d,#102c49);
  color:white;
  border-radius:24px;
  padding:24px;
  box-shadow:0 24px 60px rgba(7,16,29,.17);
  border:1px solid rgba(255,255,255,.08);
}
.credential-panel-label { color:#cfaa64; text-transform:uppercase; letter-spacing:.13em; font-size:.72rem; font-weight:900; margin-bottom:14px; }
.credential-panel-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:1px; background:rgba(255,255,255,.10); border:1px solid rgba(255,255,255,.06); border-radius:16px; overflow:hidden; }
.credential-panel-grid > div { padding:16px; background:rgba(7,16,29,.82); min-height:96px; }
.credential-panel-grid strong { display:block; font-size:1rem; }
.credential-panel-grid span { display:block; color:#adbdcf; font-size:.78rem; margin-top:4px; }
.advisory-shell { align-items:start; }
.next-step-list { display:grid; gap:14px; margin-top:24px; }
.next-step-list > div { display:grid; grid-template-columns:38px 1fr; gap:12px; align-items:start; }
.next-step-list span { width:34px; height:34px; display:grid; place-items:center; border-radius:50%; background:var(--navy); color:white; font-size:.75rem; font-weight:900; }
.next-step-list p { margin:0; color:var(--muted); }
.privacy-chip { margin-top:24px; padding:16px; border:1px solid #ddd5c5; background:var(--gold-soft); border-radius:14px; color:#5a4b32; font-size:.84rem; }
.intent-header { display:flex; align-items:flex-start; justify-content:space-between; gap:18px; }
.intent-header h2 { margin:5px 0 0; }
.status-pill.light { background:var(--teal-soft); color:#146b63; border-color:#c0e2da; }
.buyer-proof-band { background:#efeae0; border-block:1px solid var(--line); }
.buyer-proof-grid { display:grid; grid-template-columns:1fr 1fr; gap:48px; align-items:center; }
.buyer-proof-grid h2 { margin:8px 0 10px; font-size:clamp(1.8rem,3vw,2.6rem); letter-spacing:-.04em; line-height:1.06; }
.buyer-proof-grid p { color:var(--muted); margin-bottom:0; }
.buyer-proof-actions { display:grid; gap:10px; }

.runway-service-cta { margin-top:18px; padding:20px; border:1px solid #c9ded9; background:linear-gradient(180deg,#f7fcfa,#edf7f4); border-radius:16px; }
.runway-service-cta .eyebrow { margin-bottom:5px; }
.runway-service-cta h3 { margin:0 0 7px; letter-spacing:-.025em; }
.runway-service-cta p { color:var(--muted); margin:0 0 14px; }
.runway-service-cta.urgent { border-color:#e2c6a8; background:linear-gradient(180deg,#fffaf2,#f8ecdd); }
.runway-service-cta.urgent .eyebrow { color:#9a6321; }

.review-next-steps { margin-top:20px; padding:18px; border-radius:16px; background:#f5f2eb; border:1px solid var(--line); }
.review-next-steps strong { display:block; margin-bottom:6px; color:var(--navy); }
.review-next-steps p { margin:0; color:var(--muted); font-size:.9rem; }

@media (max-width: 980px) {
  .nav-links { top:78px; background:#091421; border-color:rgba(255,255,255,.12); box-shadow:0 20px 50px rgba(0,0,0,.25); }
  .nav-links a { color:#e3e9ef; }
  .page-hero-grid { grid-template-columns:1fr; }
  .buyer-proof-grid { grid-template-columns:1fr; gap:24px; }
  .credibility-grid { grid-template-columns:repeat(2,1fr); }
  .cred-stat:nth-child(3n) { border-right:1px solid rgba(255,255,255,.12); }
  .cred-stat:nth-child(2n) { border-right:0; }
  .cred-stat:nth-child(n+4) { border-bottom:1px solid rgba(255,255,255,.10); }
  .cred-stat:nth-last-child(-n+2) { border-bottom:0; }
}

@media (max-width: 680px) {
  .site-header, .nav { min-height:70px; }
  .brand-logo { width:150px; max-height:50px; }
  .nav-links { top:70px; }
  .institutional-hero { padding-top:60px; }
  .credibility-grid { grid-template-columns:1fr; }
  .cred-stat { min-height:auto; border-right:0 !important; border-bottom:1px solid rgba(255,255,255,.10) !important; }
  .cred-stat:last-child { border-bottom:0 !important; }
  .credential-panel-grid { grid-template-columns:1fr 1fr; }
  .cta-stack { min-width:0; width:100%; }
  .sticky-cta { border-radius:10px; left:14px; right:14px; bottom:14px; }
  .site-footer .brand-logo { width:190px; }
}
