/* Ported from /home/marco-maher/Downloads/HonCar Templetes/terms.html.
 * All selectors auto-prefixed with `.hcs-page-terms` so the mockup's generic
 * class names (.hero, .btn, .container, etc.) can't bleed into the
 * rest of the site. Re-run /tmp/port_mockups.py to regenerate. */
.hcs-page-terms {
  --blue-900:#0A2540;--blue-800:#0F3A6B;--blue-700:#1E5AA8;--blue-600:#2563C9;
  --blue-500:#3B7BE0;--blue-100:#DCE8F5;--blue-50:#EEF4FB;
  --ink:#0A2540;--ink-2:#475569;--ink-3:#748094;--line:#E3E8EF;
  --bg:#FFFFFF;--bg-2:#F7F9FC;--bg-3:#F0F4F9;
  --green:#0F8B4F;--green-50:#E6F4EE;
  --amber:#B45309;--amber-50:#FEF3E0;
  --body:'Inter',system-ui,-apple-system,sans-serif;
  --serif:'Newsreader',Georgia,serif;
  --shadow-sm:0 1px 2px rgba(10,37,64,.06);
  --shadow-md:0 4px 14px rgba(10,37,64,.08);
}
.hcs-page-terms *, .hcs-page-terms *::before, .hcs-page-terms *::after {box-sizing:border-box;margin:0;padding:0}
.hcs-page-terms {scroll-behavior:smooth;scroll-padding-top:88px}
.hcs-page-terms {font-family:var(--body);color:var(--ink);background:#fff;line-height:1.6;-webkit-font-smoothing:antialiased}
.hcs-page-terms a {color:inherit;text-decoration:none}
.hcs-page-terms button {font:inherit;border:0;background:none;cursor:pointer;color:inherit}
.hcs-page-terms ul {list-style:none}

.hcs-page-terms .container {width:100%;max-width:1200px;margin-inline:auto;padding-inline:20px}
.hcs-page-terms .container-narrow {width:100%;max-width:760px;margin-inline:auto;padding-inline:20px}

/* HEADER */
.hcs-page-terms .header {background:var(--blue-900);position:sticky;top:0;z-index:50}
.hcs-page-terms .header .row {display:flex;align-items:center;justify-content:space-between;height:64px;gap:20px}
.hcs-page-terms .brand {display:flex;align-items:center;gap:10px;font-weight:700;font-size:17px;color:#fff;letter-spacing:-.01em}
.hcs-page-terms .brand-mark {width:32px;height:32px;border-radius:8px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.18);display:grid;place-items:center;color:#fff}
.hcs-page-terms .nav {display:flex;gap:4px;align-items:center;flex:1;margin-left:20px}
.hcs-page-terms .nav a {padding:8px 14px;border-radius:8px;font-size:14.5px;font-weight:500;color:rgba(255,255,255,.78);transition:all .15s}
.hcs-page-terms .nav a:hover {background:rgba(255,255,255,.08);color:#fff}
.hcs-page-terms .nav a.active {background:rgba(255,255,255,.12);color:#fff;font-weight:600}
@media (max-width:780px) {.hcs-page-terms .nav {display:none}}
.hcs-page-terms .header-cta {display:flex;gap:8px;align-items:center;flex-shrink:0}
.hcs-page-terms .btn-text-light {color:rgba(255,255,255,.78);padding:8px 12px;font-weight:500;font-size:14px;transition:color .15s}
.hcs-page-terms .btn-text-light:hover {color:#fff}
.hcs-page-terms .btn-light {background:#fff;color:var(--blue-900);padding:9px 16px;border-radius:8px;font-weight:600;font-size:14px;transition:all .15s}
.hcs-page-terms .btn-light:hover {background:var(--blue-50)}

/* PAGE HEAD */
.hcs-page-terms .page-head {padding:56px 0 36px;background:radial-gradient(800px 360px at 50% 0%, rgba(220,232,245,.5), transparent 70%);text-align:center}
.hcs-page-terms .crumbs {font-size:13px;color:var(--ink-3);margin-bottom:18px}
.hcs-page-terms .crumbs a {color:var(--ink-2);font-weight:500}
.hcs-page-terms .crumbs a:hover {color:var(--blue-700)}
.hcs-page-terms .crumbs .sep {margin:0 6px;color:var(--line)}
.hcs-page-terms .crumbs .current {color:var(--ink);font-weight:600}

.hcs-page-terms .tag {display:inline-block;background:var(--blue-50);color:var(--blue-700);font-size:11.5px;font-weight:700;padding:5px 12px;border-radius:999px;letter-spacing:.08em;text-transform:uppercase;margin-bottom:18px}
.hcs-page-terms .page-head h1 {font-family:var(--serif);font-size:clamp(32px,4.4vw,46px);font-weight:700;color:var(--blue-900);letter-spacing:-.025em;line-height:1.1;margin-bottom:14px}
.hcs-page-terms .page-head .meta-row {display:flex;justify-content:center;gap:18px;flex-wrap:wrap;font-size:13.5px;color:var(--ink-3)}
.hcs-page-terms .page-head .meta-row strong {color:var(--ink-2);font-weight:600}
.hcs-page-terms .page-head .meta-row .sep {color:var(--line)}

.hcs-page-terms .actions {margin-top:22px;display:flex;justify-content:center;gap:8px;flex-wrap:wrap}
.hcs-page-terms .action-btn {display:inline-flex;align-items:center;gap:6px;padding:8px 14px;border:1px solid var(--line);border-radius:8px;font-size:13px;font-weight:600;color:var(--ink-2);background:#fff;transition:all .15s}
.hcs-page-terms .action-btn:hover {border-color:var(--blue-700);color:var(--blue-700)}

/* TLDR CARD */
.hcs-page-terms .tldr {
  max-width:760px;margin:32px auto 0;padding:22px 26px;
  background:linear-gradient(135deg,var(--blue-50) 0%,#fff 100%);
  border:1px solid var(--blue-100);border-radius:14px;
  text-align:left;
}
.hcs-page-terms .tldr h3 {font-size:13px;font-weight:700;color:var(--blue-700);text-transform:uppercase;letter-spacing:.08em;margin-bottom:12px;display:flex;align-items:center;gap:6px}
.hcs-page-terms .tldr ul {display:flex;flex-direction:column;gap:8px}
.hcs-page-terms .tldr li {display:flex;align-items:flex-start;gap:9px;font-size:14px;color:var(--ink);line-height:1.5}
.hcs-page-terms .tldr li svg {flex-shrink:0;color:var(--blue-700);margin-top:3px}
.hcs-page-terms .tldr li strong {font-weight:700;color:var(--blue-900)}

/* LAYOUT */
.hcs-page-terms .legal-layout {
  display:grid;grid-template-columns:260px minmax(0,1fr);
  gap:48px;align-items:start;
  padding:48px 0 96px;
}
@media (max-width:1000px) {
  .hcs-page-terms .legal-layout {grid-template-columns:1fr;gap:24px}
}

/* TOC */
.hcs-page-terms .toc {position:sticky;top:88px}
.hcs-page-terms .toc-card {
  background:var(--bg-2);border:1px solid var(--line);border-radius:12px;
  padding:18px;
}
.hcs-page-terms .toc-card h4 {font-size:11.5px;font-weight:700;color:var(--ink-3);text-transform:uppercase;letter-spacing:.1em;margin-bottom:12px}
.hcs-page-terms .toc-card ul {display:flex;flex-direction:column;gap:1px}
.hcs-page-terms .toc-card a {
  display:block;padding:7px 10px;border-radius:6px;
  font-size:13px;color:var(--ink-2);
  border-left:2px solid transparent;line-height:1.4;
  transition:all .15s;
}
.hcs-page-terms .toc-card a:hover {background:#fff;color:var(--blue-700)}
.hcs-page-terms .toc-card a.active {background:#fff;color:var(--blue-700);font-weight:600;border-left-color:var(--blue-700)}
.hcs-page-terms .toc-card .num {display:inline-block;width:22px;color:var(--ink-3);font-weight:500;font-variant-numeric:tabular-nums}
.hcs-page-terms .toc-card a.active .num {color:var(--blue-700)}

@media (max-width:1000px) {
  .hcs-page-terms .toc {position:static}
  .hcs-page-terms .toc-card {padding:14px}
}

/* CONTENT — Newsreader serif body, with proper legal typography */
.hcs-page-terms .content {font-family:var(--serif);font-size:17px;line-height:1.75;color:var(--ink)}
.hcs-page-terms .content h2 {
  font-family:var(--body);font-weight:700;
  font-size:clamp(20px,2.3vw,24px);
  color:var(--blue-900);letter-spacing:-.01em;
  margin:48px 0 18px;line-height:1.2;
  scroll-margin-top:88px;
  display:flex;align-items:baseline;gap:12px;
}
.hcs-page-terms .content h2:first-child {margin-top:0}
.hcs-page-terms .content h2 .num {
  font-family:var(--body);font-size:13px;font-weight:700;color:var(--blue-700);
  background:var(--blue-50);padding:3px 10px;border-radius:6px;
  letter-spacing:.04em;flex-shrink:0;
  position:relative;top:-2px;
}
.hcs-page-terms .content h3 {
  font-family:var(--body);font-weight:700;
  font-size:16px;color:var(--blue-900);
  margin:24px 0 8px;letter-spacing:-.005em;
}
.hcs-page-terms .content p {margin-bottom:14px}
.hcs-page-terms .content p:last-child {margin-bottom:0}
.hcs-page-terms .content a {color:var(--blue-700);text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px}
.hcs-page-terms .content a:hover {color:var(--blue-900)}
.hcs-page-terms .content strong {font-weight:700;color:var(--blue-900)}
.hcs-page-terms .content em {font-style:italic}

.hcs-page-terms .content ul.bullet, .hcs-page-terms .content ol.lettered {
  margin:8px 0 16px 0;padding-left:22px;
  font-family:var(--body);font-size:15px;line-height:1.65;
}
.hcs-page-terms .content ul.bullet {list-style:disc;list-style-position:outside}
.hcs-page-terms .content ol.lettered {list-style:lower-alpha;list-style-position:outside}
.hcs-page-terms .content ul.bullet li, .hcs-page-terms .content ol.lettered li {margin-bottom:7px;padding-left:6px;color:var(--ink-2)}
.hcs-page-terms .content ul.bullet li strong, .hcs-page-terms .content ol.lettered li strong {color:var(--blue-900)}

/* CALLOUT */
.hcs-page-terms .callout {
  font-family:var(--body);font-size:14px;line-height:1.6;
  padding:14px 16px;border-radius:10px;
  display:flex;gap:11px;align-items:flex-start;
  margin:18px 0 22px;
}
.hcs-page-terms .callout .ic {flex-shrink:0;margin-top:2px}
.hcs-page-terms .callout strong {display:block;margin-bottom:3px;font-weight:700}
.hcs-page-terms .callout.info {background:var(--blue-50);border:1px solid var(--blue-100);color:var(--blue-900)}
.hcs-page-terms .callout.info .ic {color:var(--blue-700)}
.hcs-page-terms .callout.warn {background:var(--amber-50);border:1px solid #FCD9A8;color:var(--amber)}

/* CONTACT BOX (at bottom) */
.hcs-page-terms .contact-box {
  margin-top:48px;padding:24px;
  background:var(--bg-2);border:1px solid var(--line);border-radius:14px;
  font-family:var(--body);font-size:14.5px;line-height:1.6;color:var(--ink-2);
}
.hcs-page-terms .contact-box strong {display:block;font-size:15px;font-weight:700;color:var(--blue-900);margin-bottom:8px;font-family:var(--body)}
.hcs-page-terms .contact-box a {color:var(--blue-700);font-weight:600;text-decoration:none}
.hcs-page-terms .contact-box a:hover {color:var(--blue-900)}

/* FOOTER */
.hcs-page-terms .footer {padding:48px 0 32px;background:#fff;border-top:1px solid var(--line);font-size:13.5px;color:var(--ink-3)}
.hcs-page-terms .footer .row {display:flex;justify-content:space-between;align-items:center;gap:14px;flex-wrap:wrap}
.hcs-page-terms .footer a {color:var(--ink-2);font-weight:500}
.hcs-page-terms .footer a:hover {color:var(--blue-700)}
.hcs-page-terms .footer-links {display:flex;gap:18px;flex-wrap:wrap}

/* Kadence page chrome — legal pages supply their own title + crumbs */
body:has(.hcs-page-terms) .entry-hero,
body:has(.hcs-page-terms) .entry-header {
  display: none !important;
}

@media (prefers-reduced-motion:reduce) {.hcs-page-terms * {animation:none!important;transition:none!important;scroll-behavior:auto!important}}

/* PRINT — clean A4 layout if anyone hits print */
@media print {
  .hcs-page-terms .header, .hcs-page-terms .footer, .hcs-page-terms .toc, .hcs-page-terms .actions {display:none}
  .hcs-page-terms .legal-layout {grid-template-columns:1fr;padding:0}
  .hcs-page-terms .page-head {padding:0 0 24px}
  .hcs-page-terms .content {font-size:11pt}
  .hcs-page-terms .content h2 {margin:24px 0 12px;page-break-after:avoid}
  .hcs-page-terms .callout {break-inside:avoid}
}
