/* Ported from /home/marco-maher/Downloads/HonCar Templetes/how-it-works.html.
 * All selectors auto-prefixed with `.hcs-page-how-it-works` 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-how-it-works {
  --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;
  --red:#C53030;--red-50:#FEE;
  --body:'Inter',system-ui,-apple-system,sans-serif;
  --shadow-sm:0 1px 2px rgba(10,37,64,.06);
  --shadow-md:0 4px 14px rgba(10,37,64,.08);
  --shadow-lg:0 18px 40px rgba(10,37,64,.14);
}
.hcs-page-how-it-works *, .hcs-page-how-it-works *::before, .hcs-page-how-it-works *::after {box-sizing:border-box;margin:0;padding:0}
.hcs-page-how-it-works {scroll-behavior:smooth}
.hcs-page-how-it-works {font-family:var(--body);color:var(--ink);background:#fff;line-height:1.6;-webkit-font-smoothing:antialiased}
.hcs-page-how-it-works a {color:inherit;text-decoration:none}
.hcs-page-how-it-works button {font:inherit;border:0;background:none;cursor:pointer;color:inherit}
.hcs-page-how-it-works ul {list-style:none}

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

/* HEADER (dark, matches landing) */
.hcs-page-how-it-works .header {background:var(--blue-900);position:sticky;top:0;z-index:50}
.hcs-page-how-it-works .header .row {display:flex;align-items:center;justify-content:space-between;height:64px;gap:20px}
.hcs-page-how-it-works .brand {display:flex;align-items:center;gap:10px;font-weight:700;font-size:17px;color:#fff;letter-spacing:-.01em}
.hcs-page-how-it-works .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-how-it-works .nav {display:flex;gap:4px;align-items:center;flex:1;margin-left:20px}
.hcs-page-how-it-works .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-how-it-works .nav a:hover {background:rgba(255,255,255,.08);color:#fff}
.hcs-page-how-it-works .nav a.active {background:rgba(255,255,255,.12);color:#fff;font-weight:600}
@media (max-width:780px) {.hcs-page-how-it-works .nav {display:none}}
.hcs-page-how-it-works .header-cta {display:flex;gap:8px;align-items:center;flex-shrink:0}
.hcs-page-how-it-works .btn-text-light {color:rgba(255,255,255,.78);padding:8px 12px;font-weight:500;font-size:14px;transition:color .15s}
.hcs-page-how-it-works .btn-text-light:hover {color:#fff}
.hcs-page-how-it-works .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-how-it-works .btn-light:hover {background:var(--blue-50)}

/* HERO */
.hcs-page-how-it-works .hero {
  padding:80px 0 60px;
  background:
    radial-gradient(700px 350px at 80% 40%, rgba(30,90,168,.06), transparent 60%),
    linear-gradient(180deg, var(--bg-2) 0%, #fff 100%);
  text-align:center;
}
.hcs-page-how-it-works .hero h1 {font-size:clamp(34px,5vw,52px);font-weight:800;color:var(--blue-900);letter-spacing:-.025em;line-height:1.05;margin-bottom:18px}
.hcs-page-how-it-works .hero p {font-size:clamp(16px,1.8vw,19px);color:var(--ink-2);max-width:620px;margin:0 auto 28px;line-height:1.5}
.hcs-page-how-it-works .hero .cta-row {display:flex;gap:10px;justify-content:center;flex-wrap:wrap}

/* PROCESS STEPS */
.hcs-page-how-it-works .steps-section {padding:80px 0;background:#fff}
.hcs-page-how-it-works .section-head {text-align:center;margin-bottom:48px}
.hcs-page-how-it-works .section-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:14px}
.hcs-page-how-it-works .section-head h2 {font-size:clamp(26px,3.4vw,36px);font-weight:800;color:var(--blue-900);letter-spacing:-.02em;margin-bottom:10px;line-height:1.2}
.hcs-page-how-it-works .section-head p {font-size:16px;color:var(--ink-2);max-width:540px;margin:0 auto}

.hcs-page-how-it-works .steps {display:flex;flex-direction:column;gap:0;max-width:880px;margin:0 auto}
.hcs-page-how-it-works .step {
  display:flex;gap:32px;padding:40px 0;
  border-top:1px solid var(--line);
  position:relative;
}
.hcs-page-how-it-works .step:first-child {border-top:0;padding-top:0}
@media (max-width:680px) {.hcs-page-how-it-works .step {flex-direction:column;gap:18px;padding:32px 0}}

.hcs-page-how-it-works .step-num {
  flex-shrink:0;width:64px;height:64px;border-radius:16px;
  background:linear-gradient(135deg,var(--blue-700) 0%,var(--blue-500) 100%);
  color:#fff;display:grid;place-items:center;
  font-weight:800;font-size:24px;letter-spacing:-.02em;
  box-shadow:0 8px 20px rgba(30,90,168,.25);
}
.hcs-page-how-it-works .step-text {flex:1;min-width:0}
.hcs-page-how-it-works .step-text h3 {font-size:22px;font-weight:700;color:var(--blue-900);margin-bottom:8px;letter-spacing:-.01em;line-height:1.3}
.hcs-page-how-it-works .step-text > p {font-size:15.5px;color:var(--ink-2);margin-bottom:14px;line-height:1.6}
.hcs-page-how-it-works .step-meta {display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}
.hcs-page-how-it-works .meta-pill {display:inline-flex;align-items:center;gap:6px;background:var(--bg-2);border:1px solid var(--line);font-size:12.5px;font-weight:600;color:var(--ink-2);padding:5px 11px;border-radius:999px}
.hcs-page-how-it-works .meta-pill svg {color:var(--blue-700)}

/* BENEFITS GRID */
.hcs-page-how-it-works .benefits {padding:80px 0;background:var(--bg-2)}
.hcs-page-how-it-works .benefits-grid {display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
@media (max-width:900px) {.hcs-page-how-it-works .benefits-grid {grid-template-columns:1fr 1fr}}
@media (max-width:600px) {.hcs-page-how-it-works .benefits-grid {grid-template-columns:1fr}}
.hcs-page-how-it-works .benefit-card {
  background:#fff;border:1px solid var(--line);border-radius:14px;
  padding:24px;transition:all .2s;
}
.hcs-page-how-it-works .benefit-card:hover {border-color:var(--blue-100);transform:translateY(-2px);box-shadow:var(--shadow-md)}
.hcs-page-how-it-works .benefit-card .ic {
  width:44px;height:44px;border-radius:11px;
  background:var(--blue-50);color:var(--blue-700);
  display:grid;place-items:center;margin-bottom:16px;
}
.hcs-page-how-it-works .benefit-card h3 {font-size:16.5px;font-weight:700;color:var(--blue-900);margin-bottom:6px;letter-spacing:-.01em}
.hcs-page-how-it-works .benefit-card p {font-size:14px;color:var(--ink-2);line-height:1.55}

/* COMPARISON */
.hcs-page-how-it-works .compare-section {padding:80px 0;background:#fff}
.hcs-page-how-it-works .compare-table {
  max-width:840px;margin:0 auto;
  border:1px solid var(--line);border-radius:14px;overflow:hidden;
  box-shadow:var(--shadow-sm);
}
.hcs-page-how-it-works .compare-row {display:grid;grid-template-columns:1.5fr 1fr 1fr;border-top:1px solid var(--line);font-size:14.5px}
.hcs-page-how-it-works .compare-row:first-child {border-top:0;background:var(--bg-2);font-weight:700;color:var(--blue-900);font-size:13px;text-transform:uppercase;letter-spacing:.06em}
.hcs-page-how-it-works .compare-row > div {padding:14px 16px}
.hcs-page-how-it-works .compare-row > div:nth-child(2) {background:rgba(30,90,168,.04);border-left:1px solid var(--line);border-right:1px solid var(--line);text-align:center}
.hcs-page-how-it-works .compare-row > div:nth-child(3) {text-align:center;color:var(--ink-3)}
.hcs-page-how-it-works .compare-row.header > div:nth-child(2) {background:var(--blue-700);color:#fff;font-size:13.5px;border-color:var(--blue-700)}
.hcs-page-how-it-works .compare-row.header > div:nth-child(3) {color:var(--ink-2)}
.hcs-page-how-it-works .compare-row .yes {color:var(--green);font-weight:600;display:inline-flex;align-items:center;gap:5px}
.hcs-page-how-it-works .compare-row .no {color:var(--ink-3);font-weight:500;display:inline-flex;align-items:center;gap:5px}
@media (max-width:640px) {.hcs-page-how-it-works .compare-row {grid-template-columns:1.3fr .7fr .7fr;font-size:13px}.hcs-page-how-it-works .compare-row > div {padding:11px 10px}}

/* FAQ */
.hcs-page-how-it-works .faq-section {padding:80px 0;background:var(--bg-2)}
.hcs-page-how-it-works .faq-list {max-width:760px;margin:0 auto;display:flex;flex-direction:column;gap:10px}
.hcs-page-how-it-works .faq-item {background:#fff;border:1px solid var(--line);border-radius:10px;overflow:hidden;transition:all .15s}
.hcs-page-how-it-works .faq-item.open {border-color:var(--blue-100);box-shadow:var(--shadow-sm)}
.hcs-page-how-it-works .faq-q {width:100%;padding:18px 20px;text-align:left;display:flex;justify-content:space-between;align-items:center;gap:14px;font-weight:600;font-size:15.5px;color:var(--blue-900);cursor:pointer;transition:background .15s}
.hcs-page-how-it-works .faq-q:hover {background:var(--bg-2)}
.hcs-page-how-it-works .faq-toggle {flex-shrink:0;width:28px;height:28px;border-radius:50%;background:var(--blue-50);color:var(--blue-700);display:grid;place-items:center;transition:all .2s}
.hcs-page-how-it-works .faq-item.open .faq-toggle {background:var(--blue-700);color:#fff;transform:rotate(45deg)}
.hcs-page-how-it-works .faq-a {display:none;padding:0 20px 18px;font-size:14.5px;line-height:1.6;color:var(--ink-2)}
.hcs-page-how-it-works .faq-item.open .faq-a {display:block;animation:slide .25s ease}
@keyframes slide {from{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}

/* CTA BAND */
.hcs-page-how-it-works .cta-band {
  background:linear-gradient(135deg,var(--blue-900) 0%,var(--blue-700) 100%);
  color:#fff;padding:64px 0;text-align:center;
  position:relative;overflow:hidden;
}
.hcs-page-how-it-works .cta-band::before {
  content:"";position:absolute;inset:0;pointer-events:none;
  background:radial-gradient(700px 400px at 80% 30%,rgba(255,255,255,.08),transparent 60%);
}
.hcs-page-how-it-works .cta-band .container {position:relative;z-index:2}
.hcs-page-how-it-works .cta-band h2 {font-size:clamp(26px,3.2vw,34px);font-weight:800;letter-spacing:-.02em;margin-bottom:10px;line-height:1.2}
.hcs-page-how-it-works .cta-band p {font-size:16px;color:rgba(255,255,255,.8);max-width:520px;margin:0 auto 24px}
.hcs-page-how-it-works .btn-white {background:#fff;color:var(--blue-900);padding:14px 28px;border-radius:10px;font-weight:700;font-size:15px;display:inline-flex;align-items:center;gap:8px;transition:all .15s}
.hcs-page-how-it-works .btn-white:hover {background:var(--blue-50);transform:translateY(-1px)}

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

@media (prefers-reduced-motion:reduce) {.hcs-page-how-it-works * {animation:none!important;transition:none!important}}
