/* Homepage extras (2026-09-14): trust checks, first-visit offer, how-it-works, why-Mike,
   service area + hours, community card, FAQ, call/text dock, promo pop-up.
   Every color comes from the theme tokens in theme-redesign.css so dark mode just works. */

/* ---- hero: Text button + trust checks + offer card ---- */
.hx-btn-ghost{background:transparent !important;color:var(--navy) !important;border:2px solid var(--navy) !important;padding:12px 26px}
.hx-btn-ghost:hover{background:var(--navy) !important;color:var(--white) !important}
:root[data-theme="dark"] .hx-btn-ghost{color:var(--text) !important;border-color:var(--line) !important}
:root[data-theme="dark"] .hx-btn-ghost:hover{background:var(--surface-2) !important;color:var(--text) !important}

.hx-checks{list-style:none;margin:14px 0 20px;padding:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px 18px;font-size:14.5px;color:var(--muted,#6A6051)}
.hx-checks li{display:flex;align-items:flex-start;gap:8px;line-height:1.35}
.hx-checks li::before{content:"";flex:0 0 18px;width:18px;height:18px;margin-top:1px;border-radius:50%;background:var(--rust,#e02434) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='3.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12.5l4.2 4.2L19 7'/%3E%3C/svg%3E") center/12px no-repeat}
.hx-checks a{color:inherit;font-weight:700;text-decoration:underline;text-underline-offset:3px}
.hx-checks a:hover{color:var(--rust,#e02434)}
.hx-checks strong{color:var(--rust,#e02434)}
.hx-checks .hx-stars{color:#fbbc04;letter-spacing:1px}
@media (max-width:480px){.hx-checks{grid-template-columns:1fr}}

.hx-offer{display:flex;align-items:center;gap:14px;flex-wrap:wrap;margin:22px 0 0;padding:14px 16px;border:1px dashed var(--rust,#e02434);border-radius:14px;background:var(--card-bg,#F9F4EB)}
.hx-offer-txt{flex:1 1 220px;min-width:0}
.hx-offer-txt b{display:block;font-size:16px;color:var(--title-text,#211F1B)}
.hx-offer-txt small{display:block;font-size:13px;color:var(--muted,#6A6051);margin-top:2px}
.hx-offer-txt code{font-family:inherit;font-weight:700;color:var(--rust-strong,#bd1b2b)}
.hx-offer .btn{padding:11px 18px;font-size:15px;white-space:nowrap}

/* ---- generic section pieces ---- */
.hx-section{padding:70px 0}
.hx-section .section-head{margin-bottom:38px}
.hx-card{background:var(--card-bg,#F9F4EB);border:1px solid var(--line,#E1D6C0);border-radius:16px;padding:22px 22px 24px;box-shadow:var(--shadow-card,0 8px 30px rgba(0,0,0,.05))}
.hx-card h3{font-family:var(--font-title);font-size:20px;margin:0 0 8px;color:var(--title-text,#211F1B)}
.hx-card p{margin:0;font-size:15.5px;line-height:1.6}
.hx-grid{display:grid;gap:18px;grid-template-columns:repeat(3,minmax(0,1fr))}
@media (max-width:860px){.hx-grid{grid-template-columns:1fr}}
.hx-ico{display:inline-flex;align-items:center;justify-content:center;width:46px;height:46px;border-radius:12px;background:var(--rust,#e02434);color:#fff;margin-bottom:14px}
.hx-ico svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
.hx-more{text-align:center;margin:26px 0 0;font-size:15px}
.hx-more a{color:var(--rust-strong,#bd1b2b);font-weight:700;text-decoration:underline;text-underline-offset:3px}

/* how it works: numbered steps with a connector */
.hx-steps{counter-reset:hx}
.hx-step{position:relative;padding-top:26px}
.hx-step::before{counter-increment:hx;content:counter(hx);position:absolute;top:-6px;left:22px;width:40px;height:40px;border-radius:50%;background:var(--navy,#16181d);color:#fff;font-weight:700;font-size:17px;display:flex;align-items:center;justify-content:center;border:4px solid var(--cream-bg,#F0E8D8)}
.hx-step .hx-ico{margin-top:14px}

/* service area + hours */
.hx-area{display:grid;gap:18px;grid-template-columns:1.4fr 1fr}
@media (max-width:860px){.hx-area{grid-template-columns:1fr}}
.hx-chips{display:flex;flex-wrap:wrap;gap:8px;margin:14px 0 16px}
.hx-chips span{padding:7px 13px;border-radius:999px;border:1px solid var(--line,#E1D6C0);background:var(--surface,#FDFAF4);font-size:14px;font-weight:700;color:var(--text,#33302A)}
.hx-chips span.hx-home{background:var(--rust,#e02434);border-color:var(--rust,#e02434);color:#fff}
.hx-hours{list-style:none;margin:12px 0 14px;padding:0;font-size:15.5px}
.hx-hours li{display:flex;justify-content:space-between;gap:12px;padding:8px 0;border-bottom:1px solid var(--line,#E1D6C0)}
.hx-hours li:last-child{border-bottom:0}
.hx-hours b{font-weight:700;color:var(--title-text,#211F1B)}
.hx-hours .hx-closed{color:var(--muted,#6A6051)}
.hx-pill-note{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:10px;background:var(--surface,#FDFAF4);border:1px solid var(--line,#E1D6C0);font-size:14px;font-weight:700;color:var(--text,#33302A)}
.hx-pill-note::before{content:"";width:9px;height:9px;border-radius:50%;background:#2e9e5b;box-shadow:0 0 0 3px rgba(46,158,91,.18)}
.hx-card .btn.hx-sm{padding:11px 18px;font-size:15px;margin-top:6px}

/* community card */
.hx-community{display:grid;gap:22px;grid-template-columns:1.3fr 1fr;align-items:center;border-left:6px solid var(--rust,#e02434)}
@media (max-width:860px){.hx-community{grid-template-columns:1fr}}
.hx-community .hx-kicker{display:inline-block;font-size:12px;letter-spacing:.16em;text-transform:uppercase;font-weight:700;color:var(--rust-strong,#bd1b2b);margin-bottom:8px}
.hx-community h3{font-size:24px}
.hx-community .hx-fine{font-size:13.5px;color:var(--muted,#6A6051);margin-top:10px}
.hx-community-cta{display:flex;flex-direction:column;gap:10px}
.hx-community-cta .btn{text-align:center}
.hx-community-cta small{text-align:center;font-size:13px;color:var(--muted,#6A6051)}
.hx-community-cta code{font-family:inherit;font-weight:700;color:var(--rust-strong,#bd1b2b)}

/* FAQ */
.hx-faq{max-width:820px;margin:0 auto}
.hx-faq details{border:1px solid var(--line,#E1D6C0);border-radius:12px;background:var(--card-bg,#F9F4EB);margin-bottom:10px;overflow:hidden}
.hx-faq summary{cursor:pointer;list-style:none;padding:16px 48px 16px 18px;font-weight:700;font-size:16.5px;color:var(--title-text,#211F1B);position:relative;min-height:44px}
.hx-faq summary::-webkit-details-marker{display:none}
.hx-faq summary::after{content:"";position:absolute;right:18px;top:50%;width:10px;height:10px;border-right:2px solid var(--rust,#e02434);border-bottom:2px solid var(--rust,#e02434);transform:translateY(-70%) rotate(45deg);transition:transform .2s}
.hx-faq details[open] summary::after{transform:translateY(-30%) rotate(225deg)}
.hx-faq details p{margin:0;padding:0 18px 18px;font-size:15.5px;line-height:1.65}

/* ---- call / text dock (desktop only; phone has the mob-bar) ---- */
.hx-dock{position:fixed;right:90px;bottom:10px;z-index:998;display:none;gap:6px;padding:6px;border-radius:999px;background:var(--navy,#16181d);box-shadow:0 10px 30px rgba(0,0,0,.25)}
.hx-dock a{display:inline-flex;align-items:center;gap:7px;padding:9px 16px;border-radius:999px;color:#fff;font-size:14px;font-weight:700;text-decoration:none;min-height:40px}
.hx-dock a svg{width:17px;height:17px;fill:currentColor}
.hx-dock a:hover{background:rgba(255,255,255,.14)}
.hx-dock a.hx-dock-text{background:var(--rust,#e02434)}
.hx-dock a.hx-dock-text:hover{background:var(--rust-strong,#bd1b2b)}
@media (min-width:727px){.hx-dock{display:flex}}
body.hx-modal-open .hx-dock{display:none}

/* ---- promo pop-up ---- */
.hx-modal{position:fixed;inset:0;z-index:2147483100;display:flex;align-items:center;justify-content:center;padding:20px}
.hx-modal[hidden]{display:none}
.hx-modal-bg{position:absolute;inset:0;background:rgba(22,24,29,.62);backdrop-filter:blur(2px)}
.hx-modal-card{position:relative;width:100%;max-width:440px;background:var(--card-bg,#F9F4EB);color:var(--text,#33302A);border-radius:20px;padding:34px 28px 26px;box-shadow:0 30px 80px rgba(0,0,0,.35);text-align:center;animation:hxIn .32s cubic-bezier(.2,.8,.3,1)}
@keyframes hxIn{from{opacity:0;transform:translateY(14px) scale(.97)}to{opacity:1;transform:none}}
@media (prefers-reduced-motion:reduce){.hx-modal-card{animation:none}}
.hx-modal-x{position:absolute;top:10px;right:10px;width:40px;height:40px;border:0;border-radius:50%;background:transparent;color:var(--muted,#6A6051);font-size:26px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center}
.hx-modal-x:hover,.hx-modal-x:focus-visible{background:var(--surface-2,#F9F4EB);color:var(--rust,#e02434);outline:none}
.hx-modal-kicker{font-size:12px;letter-spacing:.16em;text-transform:uppercase;font-weight:700;color:var(--rust-strong,#bd1b2b);margin:0 0 8px}
.hx-modal-card h2{font-family:var(--font-title);font-size:30px;line-height:1.1;margin:0 0 10px;color:var(--title-text,#211F1B)}
.hx-modal-card h2 span{color:var(--rust,#e02434)}
.hx-modal-card p{margin:0 0 18px;font-size:15.5px;line-height:1.55}
.hx-modal-card .btn{display:block;width:100%;padding:15px 20px;font-size:16px;border-radius:12px}
.hx-modal-code{margin:14px 0 0;font-size:13.5px;color:var(--muted,#6A6051)}
.hx-modal-code code{font-family:inherit;font-weight:700;color:var(--rust-strong,#bd1b2b);letter-spacing:.04em}
.hx-modal-no{display:inline-block;margin-top:12px;background:none;border:0;color:var(--muted,#6A6051);font:inherit;font-size:13.5px;text-decoration:underline;text-underline-offset:3px;cursor:pointer;padding:6px 10px}
.hx-modal-no:hover{color:var(--rust,#e02434)}
.hx-modal-lic{margin:12px 0 0;font-size:12px;color:var(--muted,#6A6051)}
