
:root {
  --ink: #15212b;
  --ink-soft: #334552;
  --muted: #61727f;
  --surface: #f6f9fb;
  --surface-2: #edf4f7;
  --white: #ffffff;
  --line: #d9e4ea;
  --brand: #21c98b;
  --brand-dark: #117753;
  --sky: #d9ecf8;
  --sky-dark: #2b6f91;
  --accent: #ff9d42;
  --accent-dark: #a95300;
  --danger: #9f2f2f;
  --shadow: 0 18px 50px rgba(20, 43, 57, 0.10);
  --radius: 18px;
  --max: 1160px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust:100%; text-size-adjust:100%; }
body {
  margin: 0;
  color: #F4F8FC;
  background: #0B1626;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}
a { color: #21c98b; text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: #65f0bd; }
img, svg { max-width: 100%; }
button, input, select, textarea { font: inherit; }
button, .button { cursor: pointer; }
.skip-link {
  position: absolute; left: -999px; top: 0; z-index: 9999;
  padding: .75rem 1rem; background: var(--ink); color: white;
}
.skip-link:focus { left: 1rem; top: 1rem; }
.container { width: min(calc(100% - 2rem), var(--max)); margin: 0 auto; }
.narrow { width: min(calc(100% - 2rem), 780px); margin: 0 auto; }
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(11,22,38,.92); backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255,255,255,.09);
}
.nav-wrap { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.brand { display: inline-flex; align-items: center; gap: .7rem; text-decoration: none; color: #F4F8FC; font-weight: 900; letter-spacing: .035em; }
.brand-mark { width: 34px; height: 34px; border-radius: 6px; background: url(/assets/logo-nav.png) center/contain no-repeat; }
.brand-mark::before { display: none; }
.nav { display: flex; align-items: center; gap: .25rem; }
.nav a { color: rgba(255,255,255,.75); text-decoration: none; font-weight: 700; font-size: .94rem; padding: .65rem .72rem; border-radius: 10px; }
.nav a:hover { background:rgba(255,255,255,.08); color:#F4F8FC; }
.nav a[aria-current="page"] { color:#0B1626; background:#65f0bd; box-shadow:0 4px 14px rgba(101,240,189,.28); }
.nav a[aria-current="page"]:hover { background:#65f0bd; color:#0B1626; }
.nav a:focus-visible, .nav-toggle:focus-visible, .brand:focus-visible { outline:3px solid #65f0bd; outline-offset:2px; }
.nav .nav-phone { color:#062b1f; background:var(--brand); border-radius:10px; padding:.6rem .95rem; font-weight:900; margin-left:.4rem; }
.nav .nav-phone:hover { background:#31dfa0; color:#062b1f; }
.nav-toggle { display: none; border: 1px solid rgba(255,255,255,.15); background: rgba(255,255,255,.06); color: #F4F8FC; border-radius: 10px; padding: .55rem .7rem; font-weight: 800; }
.hero { padding: 3.6rem 0 3.2rem; background: radial-gradient(circle at 80% 10%, rgba(47,191,113,.1), transparent 30%), radial-gradient(circle at 15% 90%, rgba(33,201,139,.06), transparent 35%), #0B1626; }
.hero-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2.5rem; align-items: center; }
.eyebrow { color: #21c98b; font-weight: 900; text-transform: uppercase; letter-spacing: .12em; font-size: .78rem; margin: 0 0 .8rem; }
h1, h2, h3 { line-height: 1.14; letter-spacing: -.025em; margin: 0 0 1rem; color: #F4F8FC; }
h1 { font-size: clamp(1.9rem, 4.4vw, 3.4rem); max-width: 780px; }
h2 { font-size: clamp(1.5rem, 2.8vw, 2.2rem); }
h3 { font-size: 1.25rem; }
.lead { font-size: clamp(1rem, 1.4vw, 1.15rem); color: #93A7C2; max-width: 700px; }
.actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 1.7rem; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: .5rem; border-radius: 12px; padding: .9rem 1.1rem; font-weight: 900; text-decoration: none; border: 1px solid transparent; }
.button.primary { background: var(--brand); color:#062b1f; box-shadow:0 10px 28px rgba(33,201,139,.3); }
.button.primary:hover { background:#31dfa0; color:#062b1f; }
.button.secondary { background:transparent; color:#F4F8FC; border-color:rgba(255,255,255,.32); }
.button.secondary:hover { border-color:var(--brand); color:#65f0bd; background:rgba(33,201,139,.08); }
.button.accent { background: var(--brand); color: #073b2a; }
.button.accent:hover { background: #31dfa0; color: #073b2a; }
.microcopy { color:#A7B8CC; font-size:.92rem; margin-top:1rem; }
.demo-card { background:#12243a; color:#F4F8FC; border:1px solid rgba(255,255,255,.12); border-radius:24px; box-shadow:0 18px 50px rgba(0,0,0,.45); overflow:hidden; }
.demo-card .top { padding: 1rem 1.25rem; border-bottom: 1px solid rgba(255,255,255,.14); display:flex; justify-content:space-between; align-items:center; font-size:.85rem; letter-spacing:.08em; text-transform:uppercase; }
.live-dot { display: inline-flex; align-items:center; gap:.45rem; color:#65f0bd; font-weight:900; }
.live-dot::before { content:""; width:9px; height:9px; border-radius:50%; background:#65f0bd; box-shadow:0 0 0 5px rgba(101,240,189,.12); }
.demo-card .body { padding: 2rem; }
.demo-card .call { font-size: clamp(1.4rem, 2.6vw, 1.9rem); font-weight: 950; color: white; text-decoration: none; }
.demo-card .call:hover { color: #65f0bd; }
.demo-list { margin: 1.4rem 0 0; padding: 0; list-style: none; }
.demo-list li { display:flex; gap:.7rem; padding:.55rem 0; border-bottom:1px solid rgba(255,255,255,.1); color:#dbe6ec; }
.demo-list li:last-child { border-bottom:0; }
.demo-list li::before { content:"✓"; color:#65f0bd; font-weight:900; }
.trust-strip { border-top: 1px solid rgba(255,255,255,.08); border-bottom: 1px solid rgba(255,255,255,.08); background: rgba(255,255,255,.025); }
.trust-items { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; padding: 1.15rem 0; text-align:center; color:rgba(255,255,255,.6); font-weight:800; font-size:.92rem; }
.section { padding: 3.75rem 0; }
.section.soft { background: rgba(255,255,255,.025); }
.section.dark { background:#0f1e2e; color:#F4F8FC; border-top:1px solid rgba(255,255,255,.07); border-bottom:1px solid rgba(255,255,255,.07); }
.section.dark .lead, .section.dark .muted { color: #c6d4dc; }
.section-heading { max-width: 760px; margin-bottom: 2.25rem; }
.grid-2 { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:1.4rem; }
.grid-3 { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:1.4rem; }
.grid-4 { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:1.15rem; }
.card { color: #F4F8FC; border:1px solid rgba(255,255,255,.1); background:rgba(255,255,255,.05); border-radius:var(--radius); padding:1.5rem; box-shadow:0 8px 30px rgba(0,0,0,.25); }
.card h3 { margin-bottom:.55rem; }
.card p:last-child { margin-bottom:0; }
.card-link { display:block; color:inherit; text-decoration:none; transition:transform .2s ease, box-shadow .2s ease; }
.card-link:hover { transform:translateY(-3px); box-shadow:var(--shadow); color:inherit; }
.step-number { display:inline-flex; width:38px; height:38px; border-radius:50%; align-items:center; justify-content:center; background:rgba(47,191,113,.15); color:#65f0bd; font-weight:950; margin-bottom:1rem; }
.icon-chip { display:inline-flex; padding:.35rem .6rem; border-radius:999px; background:rgba(47,191,113,.15); color:#65f0bd; font-size:.78rem; font-weight:900; text-transform:uppercase; letter-spacing:.08em; margin-bottom:.9rem; }
.split { display:grid; grid-template-columns:1fr 1fr; gap:3rem; align-items:start; }
.check-list { list-style:none; margin:1.2rem 0 0; padding:0; }
.check-list li { position:relative; padding:.55rem 0 .55rem 1.65rem; }
.check-list li::before { content:"✓"; position:absolute; left:0; color:#21c98b; font-weight:950; }
.boundary-list { list-style:none; padding:0; margin:1rem 0; }
.boundary-list li { padding:.75rem .9rem; margin:.55rem 0; border-left:4px solid var(--accent); background:rgba(255,157,66,.1); color:#F4F8FC; border-radius:8px; }
.price-card { border:2px solid rgba(47,191,113,.4); border-radius:24px; padding:2rem; background:rgba(255,255,255,.05); box-shadow:var(--shadow); }
.price { font-size:3rem; font-weight:950; line-height:1; margin:.6rem 0; }
.price small { font-size:1rem; font-weight:700; color:#93A7C2; }
.notice { border:1px solid rgba(255,157,66,.45); background:rgba(255,157,66,.1); border-radius:14px; padding:1rem 1.1rem; color:#FFD9B0; }
.info { border:1px solid rgba(120,190,225,.4); background:rgba(120,190,225,.1); border-radius:14px; padding:1rem 1.1rem; color:#CFE6F5; }
.form-card { border:1px solid rgba(255,255,255,.12); border-radius:22px; padding:1.5rem; background:rgba(255,255,255,.05); box-shadow:0 8px 30px rgba(0,0,0,.25); }
.form-grid { display:grid; grid-template-columns:1fr 1fr; gap:1rem; }
.field { display:flex; flex-direction:column; gap:.35rem; }
.field.full { grid-column:1 / -1; }
label { color:#C3D2E4; font-weight:800; }
input, select, textarea { width:100%; border:1px solid rgba(255,255,255,.15); border-radius:10px; padding:.8rem .85rem; background:rgba(255,255,255,.06); color:#F4F8FC; }
input:focus, select:focus, textarea:focus { outline:3px solid rgba(33,201,139,.45); outline-offset:1px; border-color:var(--brand); }
input::placeholder, textarea::placeholder { color:#8A9CB3; }
select option { background:#0f1e2e; color:#F4F8FC; }
textarea { min-height:130px; resize:vertical; }
.help { font-size:.85rem; color:#A7B8CC; }
.honeypot { position:absolute; left:-9999px; }
.faq details { border-top:1px solid rgba(255,255,255,.14); padding:1rem 0; }
.faq details:last-child { border-bottom:1px solid rgba(255,255,255,.14); }
.faq summary { cursor:pointer; font-weight:900; color:#F4F8FC; }
.faq summary:hover { color:#65f0bd; }
.faq summary:focus-visible { outline:3px solid #65f0bd; outline-offset:3px; border-radius:6px; }
.faq details[open] summary { color:#65f0bd; }
.faq p { color:#C3D2E4; margin-bottom:.25rem; }
.breadcrumbs { padding-top:1rem; font-size:.9rem; color:#93A7C2; }
.breadcrumbs a { color:#65f0bd; }
.breadcrumbs [aria-current="page"] { color:#F4F8FC; font-weight:700; }
.page-hero { padding:3rem 0 2.6rem; background:radial-gradient(circle at 82% 8%, rgba(33,201,139,.12), transparent 42%), #0f1e2e; border-bottom:1px solid rgba(255,255,255,.09); }
.page-hero h1 { font-size:clamp(1.8rem,3.6vw,3.1rem); }
.prose { font-size:1.04rem; }
.prose h2 { margin-top:2.5rem; }
.prose h3 { margin-top:1.8rem; }
.prose table { width:100%; border-collapse:collapse; margin:1.4rem 0; }
.prose th, .prose td { border:1px solid rgba(255,255,255,.14); padding:.8rem; text-align:left; vertical-align:top; }
.prose th { background:rgba(255,255,255,.06); color:#F4F8FC; }
.prose blockquote { margin:1.5rem 0; padding:1rem 1.2rem; border-left:4px solid var(--brand); background:rgba(255,255,255,.05); color:#DCE7F2; border-radius:0 10px 10px 0; }
.resource-meta { color:#A7B8CC; font-size:.9rem; margin-bottom:1.5rem; }
.cta-band { background:linear-gradient(135deg,var(--ink),#213c4c); color:white; border-radius:26px; padding:2.2rem; display:flex; align-items:center; justify-content:space-between; gap:2rem; }
.cta-band p { color:#ccdae2; margin:0; }
.site-footer { background:#0f1920; color:#d6e0e6; padding:3.2rem 0 2rem; }
.footer-grid { display:grid; grid-template-columns:1.4fr repeat(3,1fr); gap:2rem; }
.site-footer h3 { color:white; font-size:1rem; }
.site-footer a { color:#d6e0e6; text-decoration:none; }
.site-footer a:hover { color:#65f0bd; }
.footer-links { list-style:none; padding:0; margin:0; }
.footer-links li { margin:.45rem 0; }
.footer-bottom { border-top:1px solid rgba(255,255,255,.12); margin-top:2rem; padding-top:1.3rem; color:#9fb0bb; font-size:.88rem; }
.print-only { display:none; }
@media (max-width: 920px) {
  .nav-toggle { display:inline-flex; }
  .nav { display:none; position:absolute; top:76px; left:0; right:0; flex-direction:column; align-items:stretch; padding:1rem; background:#0f1e2e; border-bottom:1px solid rgba(255,255,255,.09); box-shadow:0 8px 30px rgba(0,0,0,.4); }
  .nav.open { display:flex; }
  .nav a { padding:.85rem; }
  .hero-grid, .split { grid-template-columns:1fr; }
  .hero { padding-top:4rem; }
  .grid-4 { grid-template-columns:repeat(2,1fr); }
  .grid-3 { grid-template-columns:repeat(2,1fr); }
  .trust-items { grid-template-columns:repeat(2,1fr); }
  .footer-grid { grid-template-columns:1fr 1fr; }
}
@media (max-width: 620px) {
  .container, .narrow { width:min(calc(100% - 1.25rem), var(--max)); }
  .section { padding:2.75rem 0; }
  .grid-2, .grid-3, .grid-4, .form-grid { grid-template-columns:1fr; }
  .field.full { grid-column:auto; }
  .actions { flex-direction:column; align-items:stretch; }
  .button { width:100%; }
  .trust-items { grid-template-columns:1fr; text-align:left; }
  .footer-grid { grid-template-columns:1fr; }
  .cta-band { flex-direction:column; align-items:flex-start; }
  h1 { font-size:2rem; }
  h2 { font-size:1.55rem; }
  .page-hero h1 { font-size:1.9rem; }
}
@media print {
  .site-header, .site-footer, .actions, .cta-band, .nav-toggle { display:none !important; }
  .print-only { display:block; }
  body { font-size:11pt; color:#000; }
  .page-hero, .section, .section.soft { background:#fff; padding:1rem 0; }
  .card { box-shadow:none; break-inside:avoid; }
  a { color:#000; text-decoration:none; }
}

/* ============================================================
   NAVIGATION: services dropdown, active state, mobile behavior
   ============================================================ */
.nav-item { position:relative; display:inline-flex; }
.nav-parent { display:inline-flex; align-items:center; gap:.35rem; background:none; border:0; font:inherit;
  color:rgba(255,255,255,.75); font-weight:700; font-size:.94rem; padding:.65rem .72rem; border-radius:10px; }
.nav-parent:hover { background:rgba(255,255,255,.08); color:#F4F8FC; }
.nav-parent[aria-expanded="true"] { background:rgba(255,255,255,.1); color:#F4F8FC; }
.nav-parent.is-section { color:#0B1626; background:#65f0bd; }
.nav-parent::after { content:""; width:0; height:0; border-left:4px solid transparent; border-right:4px solid transparent;
  border-top:5px solid currentColor; transition:transform .18s ease; }
.nav-parent[aria-expanded="true"]::after { transform:rotate(180deg); }
.nav-menu { display:none; position:absolute; top:calc(100% + .45rem); left:0; min-width:270px; z-index:80;
  background:#12243a; border:1px solid rgba(255,255,255,.13); border-radius:14px; padding:.5rem;
  box-shadow:0 20px 48px rgba(0,0,0,.5); }
.nav-menu.open { display:block; }
.nav-menu a { display:block; padding:.62rem .7rem; border-radius:9px; color:rgba(255,255,255,.82); font-size:.9rem; }
.nav-menu a:hover { background:rgba(255,255,255,.09); color:#F4F8FC; }
.nav-menu a[aria-current="page"] { background:#65f0bd; color:#0B1626; }
.nav-menu .menu-label { display:block; padding:.35rem .7rem .5rem; font-size:.7rem; font-weight:900;
  letter-spacing:.12em; text-transform:uppercase; color:#7E93AD; }

/* Footer sitemap */
.footer-grid { grid-template-columns:1.5fr repeat(4,1fr); }
.site-footer .brand span { font-size:.95rem; }
.footer-badges { display:flex; flex-wrap:wrap; gap:.5rem; margin-top:1rem; }
.footer-badges span { font-size:.74rem; font-weight:800; letter-spacing:.06em; text-transform:uppercase;
  padding:.3rem .6rem; border-radius:999px; border:1px solid rgba(255,255,255,.16); color:#9fb0bb; }
.footer-bottom a { color:#9fb0bb; text-decoration:underline; }

/* Accessibility + polish */
a:focus-visible, .button:focus-visible, summary:focus-visible, .card-link:focus-visible {
  outline:3px solid #65f0bd; outline-offset:3px; border-radius:6px; }
.site-footer a:focus-visible { outline:3px solid #65f0bd; outline-offset:3px; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior:auto; }
  *, *::before, *::after { animation-duration:.01ms !important; transition-duration:.01ms !important; }
}

@media (max-width: 1080px) {
  .nav a, .nav-parent { padding:.6rem .5rem; font-size:.88rem; }
  .footer-grid { grid-template-columns:1fr 1fr 1fr; }
}
@media (max-width: 920px) {
  .nav { max-height:calc(100vh - 76px); overflow-y:auto; }
  .nav-item { display:block; width:100%; }
  .nav-parent { width:100%; justify-content:space-between; padding:.85rem; }
  .nav-menu { display:none; position:static; min-width:0; box-shadow:none; border:0;
    background:rgba(255,255,255,.04); margin:.2rem 0 .4rem; }
  .nav-menu.open { display:block; }
  .nav .nav-phone { margin:.6rem 0 0; text-align:center; justify-content:center; }
  .footer-grid { grid-template-columns:1fr 1fr; gap:1.6rem; }
  .cta-band { flex-direction:column; align-items:flex-start; }
}
@media (max-width: 560px) {
  .footer-grid { grid-template-columns:1fr; }
  .trust-items { grid-template-columns:repeat(2,1fr); }
  .grid-4, .grid-3, .grid-2, .form-grid { grid-template-columns:1fr; }
  .actions { flex-direction:column; align-items:stretch; }
  .actions .button { width:100%; }
}

/* ============================================================
   PHONE LINE DIFFERENTIATION: office (human) vs AI demo line.
   Both numbers share a 678 area code, so color + a text tag
   carry the distinction instead of relying on digits alone.
   ============================================================ */
.tel-office, .tel-demo { font-weight: 800; white-space: nowrap; }
.tel-office { color: #65f0bd; }
.tel-office:hover { color: #21c98b; }
.tel-demo { color: #ffb46b; }
.tel-demo:hover { color: var(--accent); }

.tel-tag {
  display: inline-block; font-size: .68rem; font-weight: 900; letter-spacing: .08em;
  text-transform: uppercase; padding: .16rem .5rem; border-radius: 999px;
  margin-left: .45rem; vertical-align: middle; position: relative; top: -1px;
}
.tel-tag--office { color: #062b1f; background: #65f0bd; }
.tel-tag--ai { color: #4a2200; background: #ffb46b; }

/* Specificity fix: .button.primary/.secondary/.accent (2-class selectors)
   otherwise beat the single-class .tel-demo override regardless of source
   order. Matching specificity here so the amber demo-line color actually
   applies wherever tel-demo is combined with a button variant. */
.button.tel-demo { color: #ffb46b; }
.button.tel-demo:hover { color: var(--accent); }

/* ============================================================
   OBJECTION GRID: three "somebody's already answering" cards,
   replacing the single obj-box on the homepage problem section.
   ============================================================ */
.obj-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:1.25rem; margin-top:1.5rem; }
.obj-grid .obj-box { margin:0; padding:1.6rem 1.7rem; }
.obj-grid .obj-box blockquote { font-size:1.05rem; padding-left:1rem; margin-bottom:.9rem; }
.obj-grid .obj-box .ans { font-size:.92rem; }
@media(max-width:920px){ .obj-grid { grid-template-columns:1fr; } }

/* ============================================================
   COMPARISON / WHY-US band: single wide statement card used to
   answer "why you over a cheaper competitor."
   ============================================================ */
.compare-box { background:linear-gradient(135deg,#12243a,#0f1e2e); border:1px solid rgba(255,255,255,.12); border-radius:24px; padding:2.5rem; box-shadow:0 18px 50px rgba(0,0,0,.35); }
.compare-box h2 { margin-top:0; }
.compare-box .lead { color:#dce7f2; }
.compare-box .fine { color:#93A7C2; font-size:.95rem; margin-top:1.25rem; padding-top:1.25rem; border-top:1px solid rgba(255,255,255,.1); }

/* ============================================================
   DEMO-LINE BUTTON VARIANT
   Every "call the AI demo" CTA gets a single consistent amber
   treatment, distinct from the green office/booking actions.
   Amber-on-dark and dark-on-amber both clear 4.5:1, so this
   works as an outline or a solid without a contrast tradeoff.
   ============================================================ */
.button.demo {
  background: transparent; color: #ffb46b;
  border: 2px solid rgba(255,180,107,.55); font-weight: 900;
}
.button.demo:hover {
  background: rgba(255,180,107,.12); color: #ffc98f;
  border-color: #ffb46b;
}
.button.demo-solid {
  background: #ffb46b; color: #40200a; border: 2px solid #ffb46b; font-weight: 900;
}
.button.demo-solid:hover { background: #ffc98f; border-color: #ffc98f; color: #40200a; }
.button.demo:focus-visible, .button.demo-solid:focus-visible {
  outline: 3px solid #ffb46b; outline-offset: 3px;
}

/* Illustrative-example labelling for the call feed */
.log-example {
  display:flex; align-items:center; gap:.4rem; color:#ffb46b;
  font-size:.7rem; font-weight:900; letter-spacing:.1em; text-transform:uppercase;
}
.log-note {
  font-size:.76rem; color:#93A7C2; text-align:center;
  padding:.5rem .9rem .1rem; line-height:1.45;
}

/* ============================================================
   CALCULATOR: missed-call cost tool
   ============================================================ */
.calc-card { background:#12243a; border:1px solid rgba(255,255,255,.12); border-radius:24px; padding:2.25rem; max-width:640px; box-shadow:0 18px 50px rgba(0,0,0,.35); }
.calc-row { margin-bottom:1.25rem; }
.calc-row label { display:block; font-weight:800; color:#C3D2E4; margin-bottom:.4rem; font-size:.92rem; }
.calc-row input { width:100%; padding:.75rem .9rem; border-radius:10px; border:1px solid rgba(255,255,255,.18); background:rgba(255,255,255,.05); color:#F4F8FC; font-size:1.05rem; font-weight:700; }
.calc-row input:focus { outline:3px solid rgba(33,201,139,.45); outline-offset:1px; border-color:var(--brand); }
.calc-result { margin-top:1.75rem; padding-top:1.5rem; border-top:1px solid rgba(255,255,255,.12); display:grid; gap:.9rem; }
.calc-result-item { display:flex; justify-content:space-between; align-items:baseline; }
.calc-label { color:#93A7C2; font-size:.92rem; }
.calc-number { font-size:1.6rem; font-weight:950; color:#65f0bd; }
.calc-note { margin-top:1.25rem; font-size:.82rem; color:#8A9CB3; line-height:1.5; }

/* ============================================================
   EMPTY STATE: partner directory placeholder
   ============================================================ */
.empty-state { text-align:center; padding:3rem 1.5rem; background:rgba(255,255,255,.04); border:1px dashed rgba(255,255,255,.2); border-radius:22px; }
.empty-state h2 { margin-top:0; }
.empty-state p { max-width:520px; margin:0 auto 1.5rem; color:#C3D2E4; }

/* ============================================================
   TESTIMONIAL placeholder cards (homepage), obviously marked
   as placeholder until real client testimonials exist.
   ============================================================ */
.testimonial-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:1.1rem; margin-top:1.5rem; }
.testimonial-card { border:1px dashed rgba(255,255,255,.22); border-radius:18px; padding:1.5rem; background:rgba(255,255,255,.03); }
.testimonial-card .ph-quote { color:#8A9CB3; font-style:italic; font-size:.95rem; line-height:1.5; }
.testimonial-card .ph-name { margin-top:1rem; font-weight:800; color:#C3D2E4; font-size:.85rem; }
.testimonial-ph-tag { display:inline-block; font-size:.68rem; font-weight:900; letter-spacing:.08em; text-transform:uppercase; color:#ffb46b; background:rgba(255,180,107,.12); border:1px solid rgba(255,180,107,.35); border-radius:999px; padding:.2rem .6rem; margin-bottom:.6rem; }
@media(max-width:920px){ .testimonial-grid { grid-template-columns:1fr; } }
