/* Homepage v2 — hero, quick-quote band, platform steps, coverage band.
   Self-contained (hx- prefix) so it can't collide with styles.css. */
:root {
  --hx-navy: #0a1628;
  --hx-navy-2: #111f38;
  --hx-ice: #7ec8e3;
  --hx-ice-deep: #2b7ea1;
  --hx-ink: #0f1b2d;
  --hx-muted: #5b6b7f;
  --hx-line: #e6edf4;
  --hx-ok: #16a34a;
}

/* Header icon (replaces the dark-square logo.png) */
.nav-logo-img.hx-icon { width: 30px; height: 30px; border-radius: 0; background: none; object-fit: contain; }

/* ---------- HERO ---------- */
.hx-hero {
  position: relative; overflow: hidden; color: #fff;
  background:
    radial-gradient(900px 500px at 85% 10%, rgba(126,200,227,0.16), transparent 60%),
    radial-gradient(700px 480px at 0% 100%, rgba(43,126,161,0.18), transparent 60%),
    linear-gradient(180deg, #0a1628 0%, #0d1b33 100%);
  padding: 132px 24px 84px;
}
.hx-hero::before { /* faint grid = "instrumented" feel */
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background-image: linear-gradient(rgba(126,200,227,0.05) 1px, transparent 1px),
                    linear-gradient(90deg, rgba(126,200,227,0.05) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: radial-gradient(ellipse at 60% 40%, #000 30%, transparent 75%);
  -webkit-mask-image: radial-gradient(ellipse at 60% 40%, #000 30%, transparent 75%);
}
.hx-hero-inner {
  position: relative; max-width: 1180px; margin: 0 auto;
  display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 56px; align-items: center;
}
.hx-live {
  display: inline-flex; align-items: center; gap: 9px;
  font-size: 0.78rem; font-weight: 700; letter-spacing: 0.04em; color: #cfe9f3;
  background: rgba(126,200,227,0.08); border: 1px solid rgba(126,200,227,0.22);
  padding: 7px 14px; border-radius: 999px; text-decoration: none;
}
.hx-dot { width: 8px; height: 8px; border-radius: 50%; background: #34d399; box-shadow: 0 0 0 0 rgba(52,211,153,0.6); animation: hxPulse 2.2s infinite; }
@keyframes hxPulse { 0% { box-shadow: 0 0 0 0 rgba(52,211,153,0.55); } 70% { box-shadow: 0 0 0 9px rgba(52,211,153,0); } 100% { box-shadow: 0 0 0 0 rgba(52,211,153,0); } }
.hx-hero h1 {
  font-size: clamp(2.3rem, 5vw, 3.7rem); line-height: 1.04; letter-spacing: -0.035em;
  font-weight: 800; margin: 22px 0 18px; color: #fff;
}
.hx-hero h1 .hx-accent { background: linear-gradient(90deg, #7ec8e3, #b9e6f5); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hx-sub { font-size: clamp(1.02rem, 1.6vw, 1.18rem); line-height: 1.6; color: #b8c7d9; max-width: 34em; margin: 0 0 30px; }
.hx-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 30px; }
.hx-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 15px 24px; border-radius: 12px; font-weight: 700; font-size: 1rem;
  text-decoration: none; transition: transform .15s, box-shadow .15s, background .15s; min-height: 50px;
}
.hx-btn-primary { background: var(--hx-ice); color: var(--hx-navy); box-shadow: 0 10px 30px rgba(126,200,227,0.25); }
.hx-btn-primary:hover { transform: translateY(-1px); box-shadow: 0 14px 34px rgba(126,200,227,0.35); }
.hx-btn-ghost { color: #fff; border: 1px solid rgba(255,255,255,0.22); background: rgba(255,255,255,0.04); }
.hx-btn-ghost:hover { background: rgba(255,255,255,0.09); }
.hx-proof { display: flex; flex-wrap: wrap; gap: 10px 22px; font-size: 0.86rem; color: #9fb2c8; }
.hx-proof span { display: inline-flex; align-items: center; gap: 7px; }
.hx-proof svg { width: 16px; height: 16px; flex: 0 0 auto; color: var(--hx-ice); }
.hx-proof b { color: #fff; font-weight: 700; }

/* Product mockup: sample digital service report */
.hx-mock { position: relative; }
.hx-report {
  background: #fff; color: var(--hx-ink); border-radius: 18px; padding: 20px 20px 16px;
  box-shadow: 0 30px 80px rgba(0,0,0,0.45), 0 0 0 1px rgba(255,255,255,0.06);
  transform: perspective(1400px) rotateY(-6deg) rotateX(2deg); transform-origin: left center;
}
.hx-report-head { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding-bottom: 12px; border-bottom: 1px solid var(--hx-line); }
.hx-report-title { font-weight: 800; font-size: 0.98rem; }
.hx-report-meta { font-size: 0.74rem; color: var(--hx-muted); margin-top: 2px; }
.hx-chip { font-size: 0.72rem; font-weight: 800; padding: 5px 10px; border-radius: 999px; white-space: nowrap; }
.hx-chip-ok { background: #e7f7ee; color: #0f8a4a; }
.hx-rows { margin: 12px 0 10px; display: grid; gap: 8px; }
.hx-row { display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 12px; font-size: 0.86rem; }
.hx-row .k { color: #334155; font-weight: 600; }
.hx-row .v { font-weight: 800; font-variant-numeric: tabular-nums; }
.hx-row .t { font-size: 0.72rem; color: #94a3b8; }
.hx-bar { grid-column: 1 / -1; height: 5px; border-radius: 99px; background: #eef2f7; overflow: hidden; margin-top: -2px; }
.hx-bar i { display: block; height: 100%; border-radius: 99px; background: linear-gradient(90deg, #7ec8e3, #2b7ea1); }
.hx-photos { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin: 12px 0; }
.hx-photos img { width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: 9px; display: block; }
.hx-report-foot { display: flex; justify-content: space-between; align-items: center; gap: 10px; font-size: 0.78rem; color: var(--hx-muted); padding-top: 10px; border-top: 1px solid var(--hx-line); }
.hx-report-foot a { color: var(--hx-ice-deep); font-weight: 700; text-decoration: none; white-space: nowrap; }
.hx-float {
  position: absolute; left: -26px; bottom: -22px; display: flex; align-items: center; gap: 11px;
  background: rgba(17,31,56,0.92); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(126,200,227,0.25); border-radius: 14px; padding: 11px 14px; color: #fff;
  box-shadow: 0 16px 40px rgba(0,0,0,0.35); font-size: 0.82rem;
}
.hx-float .ic { width: 34px; height: 34px; border-radius: 10px; background: rgba(126,200,227,0.14); display: grid; place-items: center; color: var(--hx-ice); }
.hx-float .ic svg { width: 18px; height: 18px; }
.hx-float small { display: block; color: #9fb2c8; font-size: 0.72rem; }
.hx-mock-note { text-align: right; font-size: 0.72rem; color: #7f93ab; margin-top: 30px; }

/* ---------- QUICK QUOTE BAND ---------- */
.hx-quote { background: #fff; padding: 0 24px; position: relative; z-index: 2; }
.hx-quote-card {
  max-width: 1180px; margin: -40px auto 0; background: #fff; border-radius: 18px;
  box-shadow: 0 20px 60px rgba(10,22,40,0.14); border: 1px solid var(--hx-line);
  padding: 22px 24px; display: grid; grid-template-columns: 240px 1fr; gap: 22px; align-items: center;
}
.hx-quote-card h2 { font-size: 1.15rem; margin: 0 0 4px; color: var(--hx-navy); letter-spacing: -0.01em; }
.hx-quote-card p { margin: 0; font-size: 0.86rem; color: var(--hx-muted); line-height: 1.45; }
.hx-quote-form { display: grid; grid-template-columns: 1fr 1fr 1fr auto; gap: 10px; }
.hx-quote-form input {
  width: 100%; padding: 13px 14px; border: 1.5px solid #dfe7f0; border-radius: 10px;
  font: inherit; font-size: 1rem; color: var(--hx-ink); background: #f9fbfd; min-width: 0;
}
.hx-quote-form input:focus { outline: none; border-color: var(--hx-ice); background: #fff; box-shadow: 0 0 0 4px rgba(126,200,227,0.18); }
.hx-quote-form button {
  border: 0; border-radius: 10px; padding: 0 22px; min-height: 50px; font: inherit; font-weight: 800;
  background: var(--hx-navy); color: #fff; cursor: pointer; white-space: nowrap;
}
.hx-quote-form button:hover { background: #16294a; }
.hx-quote-form .hx-quote-msg { grid-column: 1 / -1; }
.hx-quote-fine { grid-column: 1 / -1; font-size: 0.78rem; color: #8a99ab; margin-top: 2px; }

/* ---------- PLATFORM (how it works) ---------- */
.hx-section { padding: 88px 24px; }
.hx-wrap { max-width: 1180px; margin: 0 auto; }
.hx-eyebrow { font-size: 0.72rem; font-weight: 800; letter-spacing: 0.2em; text-transform: uppercase; color: var(--hx-ice-deep); margin-bottom: 12px; }
.hx-h2 { font-size: clamp(1.7rem, 3.2vw, 2.5rem); line-height: 1.12; letter-spacing: -0.025em; color: var(--hx-navy); margin: 0 0 14px; font-weight: 800; }
.hx-lede { font-size: 1.05rem; color: var(--hx-muted); line-height: 1.6; max-width: 40em; margin: 0; }
.hx-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; flex-wrap: wrap; margin-bottom: 40px; }
.hx-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; counter-reset: hxs; }
.hx-step {
  position: relative; background: #fff; border: 1px solid var(--hx-line); border-radius: 16px; padding: 24px 22px 22px;
  transition: border-color .2s, box-shadow .2s, transform .2s;
}
.hx-step:hover { border-color: #cfe6f0; box-shadow: 0 14px 40px rgba(10,22,40,0.08); transform: translateY(-2px); }
.hx-step .ic { width: 44px; height: 44px; border-radius: 12px; display: grid; place-items: center; background: #eef7fb; color: var(--hx-ice-deep); margin-bottom: 16px; }
.hx-step .ic svg { width: 22px; height: 22px; }
.hx-step .n { position: absolute; top: 20px; right: 20px; font-size: 0.72rem; font-weight: 800; color: #b6c4d3; letter-spacing: 0.08em; }
.hx-step h3 { font-size: 1.05rem; margin: 0 0 6px; color: var(--hx-navy); letter-spacing: -0.01em; }
.hx-step p { font-size: 0.9rem; color: var(--hx-muted); line-height: 1.55; margin: 0; }
.hx-step a { display: inline-block; margin-top: 10px; font-size: 0.86rem; font-weight: 700; color: var(--hx-ice-deep); text-decoration: none; }
.hx-strip {
  margin-top: 18px; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 12px 20px;
  background: var(--hx-navy); color: #cbd8e6; border-radius: 16px; padding: 18px 22px; font-size: 0.92rem;
}
.hx-strip b { color: #fff; }
.hx-strip a { color: var(--hx-ice); font-weight: 700; text-decoration: none; white-space: nowrap; }

/* ---------- COVERAGE BAND ---------- */
.hx-cov { background: linear-gradient(180deg, #f6f9fc 0%, #fff 100%); }
.hx-cov-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.hx-state { background: #fff; border: 1px solid var(--hx-line); border-radius: 16px; padding: 18px 20px; }
.hx-state h3 { display: flex; align-items: center; justify-content: space-between; font-size: 0.8rem; letter-spacing: 0.14em; text-transform: uppercase; color: #64748b; margin: 0 0 10px; font-weight: 800; }
.hx-state h3 small { font-size: 0.7rem; letter-spacing: 0.04em; text-transform: none; color: #0f8a4a; font-weight: 700; display: inline-flex; align-items: center; gap: 6px; }
.hx-state h3 small::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: #22c55e; }
.hx-cities { display: flex; flex-wrap: wrap; gap: 8px; }
.hx-cities a {
  font-size: 0.9rem; font-weight: 600; color: var(--hx-navy); text-decoration: none;
  padding: 8px 12px; border-radius: 10px; background: #f3f7fb; border: 1px solid #e6edf4; transition: .15s;
}
.hx-cities a:hover { background: #e7f4fa; border-color: #bfe2ef; color: #0b3b52; }
.hx-cov-foot { margin-top: 22px; display: flex; flex-wrap: wrap; gap: 12px 24px; align-items: center; justify-content: center; font-size: 0.94rem; color: var(--hx-muted); text-align: center; }
.hx-cov-foot a { color: var(--hx-ice-deep); font-weight: 700; text-decoration: none; }

/* ---------- RESPONSIVE ---------- */
@media (max-width: 980px) {
  .hx-hero { padding: 112px 20px 70px; }
  .hx-hero-inner { grid-template-columns: 1fr; gap: 44px; }
  .hx-report { transform: none; }
  .hx-mock { max-width: 460px; margin: 0 auto; width: 100%; }
  .hx-steps { grid-template-columns: repeat(2, 1fr); }
  .hx-quote-card { grid-template-columns: 1fr; }
  .hx-cov-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
  .hx-hero { padding: 100px 18px 64px; text-align: left; }
  .hx-actions .hx-btn { flex: 1 1 100%; }
  .hx-float { left: 10px; bottom: -20px; }
  .hx-mock-note { text-align: center; }
  .hx-quote { padding: 0 16px; }
  .hx-quote-card { padding: 18px; }
  .hx-quote-form { grid-template-columns: 1fr; }
  .hx-section { padding: 64px 18px; }
  .hx-steps, .hx-cov-grid { grid-template-columns: 1fr; }
  .hx-head { margin-bottom: 28px; }
}
@media (prefers-reduced-motion: reduce) { .hx-dot { animation: none; } .hx-step, .hx-btn { transition: none; } }

/* Tracker mockup (mirrors the real customer tracker stages in confirm.html) */
.hx-track-steps { list-style: none; margin: 14px 0 6px; padding: 0; position: relative; }
.hx-track-steps::before { content: ""; position: absolute; left: 13px; top: 14px; bottom: 14px; width: 2px; background: #e6edf4; }
.hx-track-steps li { position: relative; display: grid; grid-template-columns: 28px 1fr auto; gap: 12px; align-items: center; padding: 7px 0; font-size: 0.88rem; }
.hx-track-steps .d { width: 28px; height: 28px; border-radius: 50%; display: grid; place-items: center; font-size: 0.72rem; font-weight: 800; background: #fff; border: 2px solid #dbe4ee; color: #94a3b8; position: relative; z-index: 1; }
.hx-track-steps li.done .d { background: var(--hx-ok); border-color: var(--hx-ok); color: #fff; }
.hx-track-steps li.cur .d { background: var(--hx-navy); border-color: var(--hx-navy); color: #fff; box-shadow: 0 0 0 5px rgba(126,200,227,0.3); }
.hx-track-steps .l { font-weight: 700; color: #334155; }
.hx-track-steps li:not(.done):not(.cur) .l { color: #9aa9b9; font-weight: 600; }
.hx-track-steps .w { font-size: 0.74rem; color: #94a3b8; white-space: nowrap; }
.hx-track-steps li.cur .w { color: var(--hx-ice-deep); font-weight: 700; }
.hx-track-progress { height: 6px; border-radius: 99px; background: #eef2f7; overflow: hidden; margin: 12px 0 4px; }
.hx-track-progress i { display: block; height: 100%; width: 62%; border-radius: 99px; background: linear-gradient(90deg, #22c55e, #7ec8e3); }
.hx-float.hx-float-report { left: auto; right: -22px; bottom: -34px; flex-direction: column; align-items: stretch; gap: 8px; width: 230px; }
.hx-float-report .top { display: flex; align-items: center; gap: 10px; }
.hx-float-report .reads { display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px; }
.hx-float-report .reads div { background: rgba(255,255,255,0.06); border-radius: 8px; padding: 6px 7px; font-size: 0.7rem; color: #9fb2c8; }
.hx-float-report .reads b { display: block; color: #fff; font-size: 0.9rem; }
.hx-float-report .thumbs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 5px; }
.hx-float-report .thumbs img { width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: 6px; display: block; }
@media (max-width: 640px) {
  .hx-float.hx-float-report { position: relative; right: auto; bottom: auto; width: auto; margin: -14px 14px 0; }
}

/* v2 fixes: quick-quote field order (lead-form.js injects the SMS consent before the button) */
.hx-quote-form > input[name="name"], .hx-quote-form > input[name="phone"], .hx-quote-form > input[name="email"] { order: 1; }
.hx-quote-form > button { order: 2; }
.hx-quote-form > .hx-quote-msg { order: 3; }
.hx-quote-form > .sms-consent-optin { order: 4; grid-column: 1 / -1; margin: 0 !important; }
/* keep the floating report card clear of the tracker's times */
.hx-float.hx-float-report { bottom: -96px; right: -18px; }
.hx-hero { padding-bottom: 128px; }
/* coverage: California across the top, the other states in one row */
.hx-cov-grid { grid-template-columns: repeat(5, 1fr); }
.hx-state-wide { grid-column: 1 / -1; }
@media (max-width: 980px) { .hx-cov-grid { grid-template-columns: repeat(2, 1fr); } .hx-float.hx-float-report { right: -8px; } }
@media (max-width: 640px) { .hx-cov-grid { grid-template-columns: 1fr; } .hx-hero { padding-bottom: 72px; } .hx-float.hx-float-report { bottom: auto; right: auto; } }
@media (max-width: 640px) { .hx-quote-form > .hx-quote-msg { order: 2; } .hx-quote-form > button { order: 3; } }
.mobile-cta-bar .m-cta-ico svg { width: 20px; height: 20px; display: block; }

/* Plans teaser */
.hx-plans { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.hx-plan { display: flex; flex-direction: column; gap: 10px; padding: 26px 24px; border-radius: 18px; background: #fff; border: 1px solid var(--hx-line); text-decoration: none; color: var(--hx-ink); transition: border-color .2s, box-shadow .2s, transform .2s; }
.hx-plan:hover { border-color: #cfe6f0; box-shadow: 0 14px 40px rgba(10,22,40,0.08); transform: translateY(-2px); }
.hx-plan-feat { background: var(--hx-navy); color: #fff; border-color: var(--hx-navy); }
.hx-plan-k { font-size: 0.74rem; font-weight: 800; letter-spacing: 0.16em; text-transform: uppercase; color: var(--hx-ice-deep); }
.hx-plan-feat .hx-plan-k { color: var(--hx-ice); }
.hx-plan-p { font-size: 2.1rem; font-weight: 800; letter-spacing: -0.03em; line-height: 1.1; }
.hx-plan-p small { font-size: 0.9rem; font-weight: 600; color: var(--hx-muted); letter-spacing: 0; }
.hx-plan-feat .hx-plan-p small { color: #9fb2c8; }
.hx-plan-d { font-size: 0.93rem; line-height: 1.55; color: var(--hx-muted); flex: 1; }
.hx-plan-feat .hx-plan-d { color: #b8c7d9; }
.hx-plan-go { font-weight: 700; font-size: 0.92rem; color: var(--hx-ice-deep); }
.hx-plan-feat .hx-plan-go { color: var(--hx-ice); }

/* Removal / disposal band */
.hx-disp { background: radial-gradient(700px 400px at 90% 0%, rgba(126,200,227,0.14), transparent 60%), var(--hx-navy); }
.hx-disp-inner { display: grid; grid-template-columns: 1.3fr 0.7fr; gap: 48px; align-items: center; }
.hx-disp-list { list-style: none; padding: 0; margin: 22px 0 0; display: grid; gap: 10px; color: #dbe6f1; font-size: 0.96rem; }
.hx-disp-list li { display: flex; gap: 10px; align-items: center; }
.hx-disp-list li::before { content: "✓"; width: 22px; height: 22px; flex: 0 0 22px; border-radius: 50%; background: rgba(126,200,227,0.15); color: var(--hx-ice); display: grid; place-items: center; font-size: 0.75rem; font-weight: 800; }
.hx-disp-card { background: rgba(255,255,255,0.04); border: 1px solid rgba(126,200,227,0.25); border-radius: 18px; padding: 28px 24px; text-align: center; }
.hx-disp-price { font-size: 2.6rem; font-weight: 800; letter-spacing: -0.03em; color: #fff; }
.hx-disp-unit { color: #9fb2c8; font-size: 0.92rem; margin: 2px 0 20px; }
.hx-disp-fine { color: #7f93ab; font-size: 0.8rem; margin-top: 12px; }
@media (max-width: 980px) { .hx-plans { grid-template-columns: 1fr; } .hx-disp-inner { grid-template-columns: 1fr; gap: 28px; } }

/* Homepage contact: form tucked behind a disclosure to keep the page short */
#contact .hx-more { grid-column: 1 / -1; }
#contact .hx-more > summary { list-style: none; cursor: pointer; display: inline-flex; align-items: center; gap: 8px; padding: 14px 22px; border-radius: 12px; background: var(--hx-navy); color: #fff; font-weight: 700; font-size: 0.98rem; }
#contact .hx-more > summary::-webkit-details-marker { display: none; }
#contact .hx-more[open] > summary { margin-bottom: 18px; background: #16294a; }
#contact .contact-grid { align-items: start; }
#contact { padding: 72px 0; }
#contact .contact-grid { grid-template-columns: 1fr; gap: 22px; }
#contact .contact-text h2 { font-size: clamp(1.7rem, 3.2vw, 2.4rem); letter-spacing: -0.025em; margin-bottom: 8px; }
#contact .contact-info { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 22px; }
#contact .contact-item { margin: 0; }
@media (max-width: 900px) { #contact .contact-info { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { #contact .contact-info { grid-template-columns: 1fr; } #contact { padding: 56px 0; } }

/* What we service */
.hx-svc { background: #f6f9fc; }
.hx-svc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.hx-svc-card { display: block; background: #fff; border: 1px solid var(--hx-line); border-radius: 16px; padding: 20px 22px; text-decoration: none; color: inherit; transition: border-color .2s, box-shadow .2s, transform .2s; }
.hx-svc-card:hover { border-color: #cfe6f0; box-shadow: 0 12px 34px rgba(10,22,40,0.07); transform: translateY(-2px); }
.hx-svc-card h3 { font-size: 1.02rem; color: var(--hx-navy); margin: 0 0 6px; letter-spacing: -0.01em; }
.hx-svc-card h3::after { content: " →"; color: var(--hx-ice-deep); font-weight: 700; }
.hx-svc-card p { font-size: 0.9rem; line-height: 1.55; color: var(--hx-muted); margin: 0; }
.hx-brands { margin: 22px 0 0; text-align: center; font-size: 0.88rem; color: #7b8a9c; line-height: 1.8; }
.hx-brands span { color: var(--hx-navy); font-weight: 700; }
@media (max-width: 980px) { .hx-svc-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) { .hx-svc-grid { grid-template-columns: 1fr; } }

/* v3: document-style service report preview (mirrors the real report's fields) */
.hx-doc {
  position: absolute; right: -28px; bottom: -150px; width: 340px; z-index: 3;
  background: #fff; color: var(--hx-ink); border-radius: 14px; padding: 16px 16px 12px;
  box-shadow: 0 28px 70px rgba(0,0,0,0.5), 0 0 0 1px rgba(10,22,40,0.06);
  font-size: 12px; line-height: 1.35;
}
.hx-doc-top { display: flex; justify-content: space-between; gap: 10px; align-items: flex-start; padding-bottom: 10px; border-bottom: 1px solid var(--hx-line); }
.hx-doc-kicker { font-size: 9.5px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; color: var(--hx-ice-deep); }
.hx-doc-title { font-size: 13px; font-weight: 800; color: var(--hx-navy); margin-top: 3px; }
.hx-doc-score { text-align: center; font-size: 9px; color: #0f8a4a; font-weight: 700; line-height: 1.15; background: #e7f7ee; border-radius: 10px; padding: 6px 8px; }
.hx-doc-score b { display: block; font-size: 16px; }
.hx-doc-table { width: 100%; border-collapse: collapse; margin: 8px 0 6px; font-variant-numeric: tabular-nums; }
.hx-doc-table th { text-align: left; font-size: 9px; letter-spacing: .08em; text-transform: uppercase; color: #94a3b8; font-weight: 700; padding: 3px 0; }
.hx-doc-table td { padding: 4px 0; border-top: 1px solid #f0f4f8; color: #334155; }
.hx-doc-table td:nth-child(2) { font-weight: 800; color: var(--hx-navy); }
.hx-doc-table td:nth-child(3) { color: #8a99ab; }
.hx-doc-table td:last-child { text-align: right; }
.hx-doc-table i { font-style: normal; font-size: 9.5px; font-weight: 800; padding: 2px 7px; border-radius: 99px; white-space: nowrap; }
.hx-doc-table i.ok { background: #e7f7ee; color: #0f8a4a; }
.hx-doc-table i.warn { background: #fff4e0; color: #b45309; }
.hx-doc-checks { display: flex; flex-wrap: wrap; gap: 4px 5px; margin: 4px 0 8px; }
.hx-doc-checks span { font-size: 10px; font-weight: 600; color: #334155; background: #f3f7fb; border-radius: 6px; padding: 3px 7px; }
.hx-doc-checks span::before { content: "✓ "; color: #0f8a4a; font-weight: 800; }
.hx-doc-photos { display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px; }
.hx-doc-photos figure { margin: 0; position: relative; }
.hx-doc-photos img { width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: 7px; display: block; }
.hx-doc-photos figcaption { position: absolute; left: 5px; bottom: 5px; font-size: 8.5px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; color: #fff; background: rgba(10,22,40,.72); padding: 2px 6px; border-radius: 5px; }
.hx-doc-rec { margin-top: 8px; font-size: 10.5px; color: #475569; background: #fffaf0; border-left: 3px solid #f59e0b; border-radius: 6px; padding: 6px 8px; }
.hx-doc-rec b { color: #92400e; margin-right: 4px; }
.hx-doc-foot { display: flex; justify-content: space-between; margin-top: 8px; font-size: 9.5px; color: #8a99ab; font-weight: 600; }
.hx-doc-foot span:first-child { color: #0f8a4a; }
.hx-hero { padding-bottom: 190px; }
@media (max-width: 980px) { .hx-doc { right: -6px; } }
@media (max-width: 640px) {
  .hx-doc { position: relative; right: auto; bottom: auto; width: auto; margin: -18px 10px 0; }
  .hx-hero { padding-bottom: 72px; }
}
/* v3 placement: report overlaps only the tracker's pending steps */
@media (min-width: 981px) {
  .hx-doc { top: 262px; bottom: auto; right: -30px; }
  .hx-mock { min-height: 720px; }
  .hx-hero { padding-bottom: 96px; }
  .hx-hero-inner { align-items: start; }
  .hx-hero-inner > div:first-child { padding-top: 48px; }
}
