/* =====================================================================
   HIPAA LINK — Pricing page (uses site-kit.css)
   ===================================================================== */

.price-hero{ position:relative; overflow:hidden; padding:64px 0 40px; text-align:center; }
.price-hero::before{ content:""; position:absolute; top:-200px; left:50%; transform:translateX(-50%); width:760px; height:520px; z-index:-1;
  background:radial-gradient(circle at center, var(--teal-bg) 0%, rgba(129,207,221,.16) 42%, transparent 72%); }
.price-hero h1{ margin:16px auto 0; max-width:16ch; }
.price-hero .lead{ margin:18px auto 0; max-width:46ch; }

/* billing toggle */
.bill-toggle{ display:inline-flex; align-items:center; gap:4px; background:var(--surface); border:1px solid var(--input-border);
  border-radius:99px; padding:5px; margin:28px auto 0; box-shadow:var(--sh-sm); }
.bill-toggle button{ border:none; background:transparent; font-family:var(--font-ui); font-weight:700; font-size:14.5px;
  color:var(--text-secondary); padding:10px 20px; border-radius:99px; cursor:pointer; transition:all .2s ease; display:inline-flex; align-items:center; gap:7px; }
.bill-toggle button.active{ background:var(--brand-teal); color:#fff; }
.bill-toggle .save{ font-size:11px; font-weight:800; color:#127a41; background:var(--green-bg); padding:2px 7px; border-radius:6px; }
.bill-toggle button.active .save{ background:rgba(255,255,255,.24); color:#fff; }

/* cards row (reuses .pgrid/.pcard from home.css, redefined here so pricing is standalone) */
.pgrid{ display:grid; grid-template-columns:repeat(3,1fr); gap:24px; margin-top:44px; align-items:stretch; }
.pcard{ background:var(--surface); border:1px solid var(--divider); border-radius:var(--radius-lg); padding:34px 30px; display:flex; flex-direction:column; box-shadow:var(--sh-sm); position:relative; text-align:left; }
.pcard.feature{ border:2px solid var(--brand-teal); box-shadow:var(--sh-md); }
.pcard .rec{ position:absolute; top:-13px; left:50%; transform:translateX(-50%); background:var(--brand-teal); color:#fff; font-size:12px; font-weight:800; letter-spacing:.04em; padding:6px 14px; border-radius:99px; }
.pcard .pname{ font-size:21px; font-weight:800; }
.pcard .psub{ color:var(--text-muted); font-size:14px; margin-top:3px; }
.pcard .price{ font-size:46px; font-weight:800; letter-spacing:-.02em; margin:18px 0 2px; }
.pcard .price small{ font-size:16px; color:var(--text-muted); font-weight:600; }
.pcard .price-note{ font-size:13px; color:var(--text-muted); min-height:18px; }
.pcard .pfeat{ list-style:none; margin:22px 0 26px; padding:0; display:flex; flex-direction:column; gap:12px; }
.pcard .pfeat li{ display:flex; align-items:flex-start; gap:10px; font-size:14.5px; color:var(--text-secondary); }
.pcard .pfeat li .ic{ width:18px; height:18px; color:var(--brand-teal); flex:0 0 18px; margin-top:2px; }
.pcard .btn{ margin-top:auto; width:100%; }
.pcard .pfoot{ margin-top:14px; font-size:12.5px; color:var(--text-muted); text-align:center; }

/* trial callout */
.trial-band{ display:flex; align-items:center; gap:18px; flex-wrap:wrap; justify-content:center; text-align:center;
  background:var(--teal-bg); border:1px solid #cdeae5; border-radius:var(--radius-lg); padding:20px 26px; margin-top:26px; }
.trial-band .ic-wrap{ width:44px; height:44px; border-radius:12px; background:#fff; color:var(--teal-deep); display:flex; align-items:center; justify-content:center; box-shadow:var(--sh-sm); }
.trial-band .ic-wrap .ic{ width:22px; height:22px; }
.trial-band p{ font-size:15.5px; color:var(--text-primary); font-weight:600; }
.trial-band b{ color:var(--teal-deep); }

/* comparison matrix */
.matrix-wrap{ overflow-x:auto; margin-top:44px; border:1px solid var(--divider); border-radius:var(--radius-lg); box-shadow:var(--sh-sm); }
.matrix{ width:100%; border-collapse:collapse; min-width:560px; background:var(--surface); }
.matrix caption{ text-align:left; padding:20px 24px 0; font-weight:800; font-size:18px; color:var(--text-primary); }
.matrix th, .matrix td{ padding:15px 20px; text-align:center; border-bottom:1px solid var(--divider); font-size:14.5px; }
.matrix th:nth-child(2), .matrix td:nth-child(2),
.matrix th:nth-child(3), .matrix td:nth-child(3){ width:19%; }
.matrix .yes, .matrix .no{ display:flex; align-items:center; justify-content:center; }
.matrix thead th{ position:sticky; top:0; background:var(--surface); }
.matrix th:first-child, .matrix td:first-child{ text-align:left; font-weight:600; color:var(--text-primary); }
.matrix thead th{ font-size:16px; font-weight:800; color:var(--text-primary); }
.matrix thead th .col-sub{ display:block; font-size:12px; font-weight:600; color:var(--text-muted); margin-top:2px; }
.matrix thead th.hl{ color:var(--teal-deep); }
.matrix td.hl{ background:var(--teal-bg-2); }
.matrix .yes{ color:var(--brand-teal); }
.matrix .yes .ic{ width:20px; height:20px; }
.matrix .no{ color:#c4ccd6; }
.matrix .no .ic{ width:18px; height:18px; }
.matrix .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; }
.matrix tbody tr:last-child td{ border-bottom:none; }
.matrix .valtxt{ font-weight:700; color:var(--text-primary); font-size:13.5px; }

/* discounts / seats band */
.extras{ display:grid; grid-template-columns:1fr 1fr; gap:24px; margin-top:50px; }
.extra-card{ background:var(--surface); border:1px solid var(--divider); border-radius:var(--radius-lg); padding:30px; display:flex; gap:18px; align-items:flex-start; box-shadow:var(--sh-sm); }
.extra-card .ic-wrap{ width:50px; height:50px; border-radius:13px; background:var(--teal-bg); color:var(--teal-deep); display:flex; align-items:center; justify-content:center; flex:0 0 50px; }
.extra-card .ic-wrap .ic{ width:24px; height:24px; }
.extra-card h3{ font-size:19px; }
.extra-card p{ color:var(--text-secondary); font-size:15px; margin-top:8px; }

@media (max-width:1024px){
  .pgrid{ grid-template-columns:1fr; max-width:460px; margin-left:auto; margin-right:auto; }
  .extras{ grid-template-columns:1fr; }
}
