/* =====================================================================
   HIPAA LINK — Comparison / "vs" pages
   ===================================================================== */
.cmp-hero{ position:relative; overflow:hidden; padding:34px 0 20px; text-align:center; }
.cmp-hero::before{ content:""; position:absolute; top:-200px; left:50%; transform:translateX(-50%); width:820px; height:480px; z-index:-1;
  background:radial-gradient(circle at center, var(--teal-bg) 0%, rgba(129,207,221,.14) 42%, transparent 72%); }
.cmp-hero .breadcrumb{ justify-content:center; }
.cmp-hero h1{ margin:14px auto 0; max-width:20ch; }
.cmp-hero .lead{ margin:16px auto 0; max-width:56ch; }
.cmp-vs{ display:inline-flex; align-items:center; gap:18px; margin:22px auto 0; }
.cmp-vs .lg{ font-weight:800; font-size:18px; color:var(--text-primary); background:var(--surface); border:1px solid var(--divider); border-radius:12px; padding:12px 20px; box-shadow:var(--sh-sm); }
.cmp-vs .lg.us{ color:var(--teal-deep); border-color:#cdeae5; background:var(--teal-bg); }
.cmp-vs .x{ font-weight:800; color:var(--text-muted); font-size:14px; }

.cmp-hero .hero-cta{ display:flex; gap:14px; justify-content:center; margin-top:26px; flex-wrap:wrap; }

/* comparison table */
.cmp-wrap{ overflow-x:auto; margin-top:8px; border:1px solid var(--divider); border-radius:var(--radius-lg); box-shadow:var(--sh-sm); }
.cmp-table{ width:100%; border-collapse:collapse; min-width:640px; background:var(--surface); }
.cmp-table th, .cmp-table td{ padding:15px 18px; text-align:center; border-bottom:1px solid var(--divider); font-size:14.5px; vertical-align:middle; }
.cmp-table thead th{ position:sticky; top:0; background:var(--surface); z-index:1; }
.cmp-table th:first-child, .cmp-table td:first-child{ text-align:left; font-weight:600; color:var(--text-primary); width:38%; }
.cmp-table thead th{ font-size:15.5px; font-weight:800; color:var(--text-primary); }
.cmp-table thead th.us{ color:var(--teal-deep); }
.cmp-table thead th.us .sub{ display:block; font-size:11px; font-weight:700; color:var(--brand-teal-700); margin-top:2px; letter-spacing:.02em; }
.cmp-table td.us{ background:var(--teal-bg-2); }
.cmp-table .yes{ color:var(--brand-teal); display:inline-flex; }
.cmp-table .yes .ic{ width:20px; height:20px; }
.cmp-table .no{ color:#c4ccd6; display:inline-flex; }
.cmp-table .no .ic{ width:18px; height:18px; }
.cmp-table .val{ font-weight:700; color:var(--text-primary); font-size:13.5px; }
.cmp-table .val.sub{ font-weight:600; color:var(--text-secondary); font-size:12.5px; }
.cmp-table tbody tr:last-child td{ border-bottom:none; }
.cmp-table .grp td{ background:var(--page-bg); font-weight:800; font-size:12px; letter-spacing:.08em; text-transform:uppercase; color:var(--text-muted); text-align:left; }
.cmp-note{ font-size:12.5px; color:var(--text-muted); text-align:center; margin-top:16px; max-width:70ch; margin-left:auto; margin-right:auto; }

/* reasons / differentiators */
.cmp-reasons{ display:grid; grid-template-columns:repeat(3,1fr); gap:22px; margin-top:44px; }
.cmp-reason{ background:var(--surface); border:1px solid var(--divider); border-radius:var(--radius-lg); padding:26px; box-shadow:var(--sh-sm); }
.cmp-reason .ic-wrap{ width:48px; height:48px; border-radius:12px; background:var(--teal-bg); color:var(--teal-deep); display:flex; align-items:center; justify-content:center; margin-bottom:14px; }
.cmp-reason .ic-wrap .ic{ width:24px; height:24px; }
.cmp-reason h3{ font-size:18px; }
.cmp-reason p{ font-size:14.5px; color:var(--text-secondary); margin-top:8px; line-height:1.55; }

/* switch / fair-note callout */
.cmp-fair{ background:var(--surface-2); border:1px solid var(--divider); border-radius:var(--radius-lg); padding:24px 26px; margin-top:40px; display:flex; gap:16px; align-items:flex-start; max-width:820px; margin-left:auto; margin-right:auto; }
.cmp-fair .ic-wrap{ width:44px; height:44px; border-radius:12px; background:var(--surface); color:var(--teal-deep); display:flex; align-items:center; justify-content:center; flex:0 0 44px; box-shadow:var(--sh-sm); }
.cmp-fair .ic-wrap .ic{ width:22px; height:22px; }
.cmp-fair h3{ font-size:16px; }
.cmp-fair p{ font-size:13.5px; color:var(--text-secondary); margin-top:6px; line-height:1.6; }

/* other-comparisons cross-links */
.cmp-more{ display:grid; grid-template-columns:repeat(3,1fr); gap:18px; margin-top:40px; max-width:940px; margin-left:auto; margin-right:auto; }
.cmp-morecard{ display:flex; align-items:center; gap:12px; background:var(--surface); border:1px solid var(--divider); border-radius:var(--radius-lg); padding:18px 20px; box-shadow:var(--sh-sm); transition:transform .12s ease, box-shadow .2s ease, border-color .2s ease; }
.cmp-morecard:hover{ transform:translateY(-2px); box-shadow:var(--sh-md); border-color:#cdeae5; }
.cmp-morecard .t{ font-weight:700; font-size:15px; color:var(--text-primary); }
.cmp-morecard .go{ margin-left:auto; color:var(--teal-deep); display:flex; }
.cmp-morecard .go .ic{ width:18px; height:18px; }

@media (max-width:900px){
  .cmp-reasons{ grid-template-columns:1fr; }
  .cmp-more{ grid-template-columns:1fr; }
}
