/* Elite Injury Group — eliteinjurygroup.com
   Premium 2026 accident-help landing. Dark commanding hero, light airy body,
   one warm accent. All styling lives here (CSP: style-src 'self'). */

:root {
  --navy:      #0E1B2C;
  --navy-2:    #16283B;
  --navy-3:    #0A1522;
  --ink:       #142033;
  --slate:     #45566B;
  --slate-2:   #6B7B90;
  --mist:      #F3F5F8;
  --cream:     #FBFAF7;
  --paper:     #FFFFFF;
  --line:      #E4E8EE;
  --line-navy: rgba(255,255,255,0.10);
  --amber:     #E9A13B;
  --amber-2:   #F2B457;
  --amber-deep:#C9821D;
  --on-navy:   #EEF2F7;
  --on-navy-2: #A9B8CA;
  --good:      #2E9A6E;
  --radius:    16px;
  --sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --maxw: 1160px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0; font-family: var(--sans); color: var(--ink); background: var(--paper);
  font-size: 17px; line-height: 1.6; -webkit-font-smoothing: antialiased;
}
img, svg { max-width: 100%; }
a { color: var(--navy-2); text-decoration: none; }
.container { max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
.i { width: 20px; height: 20px; stroke: currentColor; stroke-width: 1.6; fill: none;
     stroke-linecap: round; stroke-linejoin: round; flex: none; }
.i-sm { width: 18px; height: 18px; }
.sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.eyebrow .i { width: 15px; height: 15px; }

h1, h2, h3 { margin: 0; letter-spacing: -0.02em; line-height: 1.08; font-weight: 700; }
.eyebrow {
  font-size: 12px; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--amber-deep); margin: 0 0 16px; display: inline-flex; align-items: center; gap: 9px;
}
.eyebrow.on-navy { color: var(--amber); }

/* Reveal-on-scroll */
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
}

/* ── Nav ─────────────────────────────────────────────── */
.nav {
  position: sticky; top: 0; z-index: 60; background: rgba(14,27,44,0);
  transition: background .3s, box-shadow .3s, backdrop-filter .3s;
}
.nav.solid {
  background: rgba(11,21,34,0.85);
  -webkit-backdrop-filter: saturate(180%) blur(14px);
  backdrop-filter: saturate(180%) blur(14px);
  box-shadow: 0 1px 0 var(--line-navy);
}
.nav-in { display: flex; align-items: center; gap: 16px; padding: 16px 24px;
          max-width: var(--maxw); margin: 0 auto; }
.nav .logo { display: flex; align-items: center; gap: 11px; }
.nav .logo .wm { color: #fff; font-weight: 700; font-size: 16px; letter-spacing: -0.01em; }
.nav .spacer { flex: 1; }
.nav .tel { color: var(--on-navy); font-weight: 650; font-size: 15px; display: inline-flex;
            align-items: center; gap: 8px; }
.nav .tel .i { color: var(--amber); width: 18px; height: 18px; }
.nav-cta {
  background: var(--amber); color: var(--navy); font-weight: 700; font-size: 14px;
  padding: 10px 18px; border-radius: 999px; transition: transform .08s, background .15s;
}
.nav-cta:hover { background: var(--amber-2); }
.nav-cta:active { transform: translateY(1px); }
@media (max-width: 760px) { .nav .tel span { display: none; } .nav-cta { display: none; } }

/* ── Hero ────────────────────────────────────────────── */
.hero {
  position: relative; background: var(--navy); color: var(--on-navy); overflow: hidden;
  margin-top: -72px; padding: 128px 0 84px;
}
.hero::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(680px 420px at 82% 6%, rgba(233,161,59,0.20), transparent 60%),
    radial-gradient(720px 520px at 8% 100%, rgba(43,120,214,0.16), transparent 62%),
    linear-gradient(180deg, #0C1826, #0E1B2C 55%, #0B1A2B);
}
.hero::after {
  content: ""; position: absolute; inset: 0; opacity: 0.5; pointer-events: none;
  background-image: linear-gradient(var(--line-navy) 1px, transparent 1px),
                    linear-gradient(90deg, var(--line-navy) 1px, transparent 1px);
  background-size: 64px 64px;
  -webkit-mask-image: radial-gradient(680px 480px at 70% 30%, #000, transparent 75%);
  mask-image: radial-gradient(680px 480px at 70% 30%, #000, transparent 75%);
}
.hero-grid {
  position: relative; z-index: 1; display: grid;
  grid-template-columns: minmax(0,1.05fr) minmax(0,0.95fr); gap: 56px; align-items: center;
}
.hero h1 { font-size: clamp(2.3rem, 5.2vw, 3.6rem); color: #fff; text-wrap: balance; }
.hero .sub { font-size: clamp(1.05rem, 2vw, 1.28rem); color: var(--on-navy-2);
             margin: 22px 0 30px; max-width: 34ch; }
.hero .sub b { color: #fff; font-weight: 650; }
.hero-ctas { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.btn {
  display: inline-flex; align-items: center; gap: 10px; font-family: var(--sans);
  font-weight: 700; font-size: 16px; border: 0; border-radius: 999px; cursor: pointer;
  padding: 15px 28px; transition: transform .08s, background .15s, box-shadow .2s;
  text-decoration: none;
}
.btn:active { transform: translateY(1px); }
.btn-amber { background: var(--amber); color: var(--navy); box-shadow: 0 8px 24px rgba(233,161,59,0.28); }
.btn-amber:hover { background: var(--amber-2); }
.btn-ghost { background: rgba(255,255,255,0.06); color: #fff; border: 1px solid var(--line-navy); }
.btn-ghost:hover { background: rgba(255,255,255,0.12); }
.btn-navy { background: var(--navy); color: #fff; }
.btn-navy:hover { background: var(--navy-2); }
.trust-row { display: flex; flex-wrap: wrap; gap: 8px 22px; margin-top: 30px; }
.trust-row span { display: inline-flex; align-items: center; gap: 8px; font-size: 14px; color: var(--on-navy-2); }
.trust-row .i { color: var(--amber); width: 17px; height: 17px; }

/* Hero form card */
.form-card {
  position: relative; z-index: 1; background: var(--paper); color: var(--ink);
  border-radius: 20px; padding: 26px 26px 22px;
  box-shadow: 0 30px 70px rgba(5,12,22,0.5); border: 1px solid rgba(255,255,255,0.5);
}
.form-card h2 { font-size: 1.35rem; }
.form-card .fsub { color: var(--slate); font-size: 0.95rem; margin: 4px 0 18px; }
.field { display: block; margin-bottom: 13px; }
.field > .lbl { display: block; font-size: 12.5px; font-weight: 650; color: var(--ink); margin-bottom: 6px; }
.field > .lbl em { color: #C0392B; font-style: normal; }
.field > .lbl small { color: var(--slate-2); font-weight: 500; }
input[type=text], input[type=tel], input[type=email], select, textarea {
  width: 100%; font: inherit; font-size: 15.5px; color: var(--ink); background: var(--cream);
  border: 1.5px solid var(--line); border-radius: 11px; padding: 12px 13px;
}
input:focus, select:focus, textarea:focus {
  outline: none; border-color: var(--navy-2); background: #fff;
  box-shadow: 0 0 0 3px rgba(22,40,59,0.12);
}
textarea { resize: vertical; min-height: 70px; }
fieldset.field { border: 0; padding: 0; margin: 0 0 13px; }
.chips { display: flex; flex-wrap: wrap; gap: 8px; }
.chip input { position: absolute; opacity: 0; width: 0; height: 0; }
.chip span {
  display: inline-block; border: 1.5px solid var(--line); border-radius: 999px;
  padding: 8px 15px; font-size: 14px; cursor: pointer; user-select: none; background: var(--cream);
  transition: all .12s;
}
.chip input:checked + span { background: var(--navy); border-color: var(--navy); color: #fff; font-weight: 650; }
.chip input:focus-visible + span { box-shadow: 0 0 0 3px rgba(22,40,59,0.2); }
.consent { display: flex; gap: 10px; align-items: flex-start; font-size: 12.5px;
           color: var(--slate); line-height: 1.5; margin: 6px 0 14px; }
.consent input { margin-top: 2px; width: 17px; height: 17px; flex: none; }
.consent a { color: var(--navy-2); text-decoration: underline; }
.hp { position: absolute; left: -9999px; top: -9999px; height: 1px; overflow: hidden; }
.btn-submit { width: 100%; justify-content: center; background: var(--navy); color: #fff;
              box-shadow: 0 10px 26px rgba(14,27,44,0.28); }
.btn-submit:hover { background: var(--navy-2); }
.form-fine { text-align: center; color: var(--slate-2); font-size: 12.5px; margin: 11px 0 0;
             display: flex; justify-content: center; gap: 14px; flex-wrap: wrap; }
.form-fine span { display: inline-flex; align-items: center; gap: 6px; }
.form-fine .i { color: var(--good); width: 15px; height: 15px; }
.form-error { background: #FBEBE9; border: 1px solid #E2B4AE; color: #B03A2E;
              border-radius: 10px; padding: 10px 13px; font-size: 14px; margin-bottom: 12px; }

/* ── Section scaffolding ─────────────────────────────── */
.section { padding: 88px 0; }
.section.tight { padding: 64px 0; }
.section.mist { background: var(--mist); }
.section.cream { background: var(--cream); }
.section-head { max-width: 640px; margin: 0 auto 52px; text-align: center; }
.section-head h2 { font-size: clamp(1.8rem, 3.6vw, 2.5rem); }
.section-head p { color: var(--slate); font-size: 1.1rem; margin: 16px 0 0; }
.center { text-align: center; }

/* Trust band */
.band { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
@media (max-width: 820px) { .band { grid-template-columns: repeat(2, 1fr); } }
.band .item { display: flex; gap: 13px; align-items: flex-start; }
.band .ic { width: 42px; height: 42px; border-radius: 12px; background: var(--navy);
            display: grid; place-items: center; flex: none; }
.band .ic .i { color: var(--amber); width: 21px; height: 21px; }
.band .item b { display: block; font-size: 15.5px; }
.band .item p { margin: 3px 0 0; color: var(--slate); font-size: 14px; line-height: 1.5; }

/* Steps */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
@media (max-width: 820px) { .steps { grid-template-columns: 1fr; gap: 20px; } }
.step { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius);
        padding: 30px 26px; position: relative; }
.step .n { font-size: 13px; font-weight: 700; letter-spacing: 0.12em; color: var(--amber-deep); }
.step .ic { width: 46px; height: 46px; border-radius: 13px; background: var(--mist);
            display: grid; place-items: center; margin: 16px 0 16px; }
.step .ic .i { color: var(--navy-2); width: 23px; height: 23px; }
.step h3 { font-size: 1.2rem; }
.step p { color: var(--slate); font-size: 15.5px; margin: 10px 0 0; }

/* Why (bento) */
.bento { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
@media (max-width: 760px) { .bento { grid-template-columns: 1fr; } }
.cell { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius);
        padding: 28px; }
.cell .ic { width: 44px; height: 44px; border-radius: 12px; background: var(--navy);
            display: grid; place-items: center; margin-bottom: 16px; }
.cell .ic .i { color: var(--amber); width: 22px; height: 22px; }
.cell h3 { font-size: 1.18rem; }
.cell p { color: var(--slate); font-size: 15.5px; margin: 9px 0 0; }

/* Promise band */
.promise { background: var(--navy); color: #fff; position: relative; overflow: hidden; }
.promise::before { content: ""; position: absolute; inset: 0;
  background: radial-gradient(600px 300px at 80% 20%, rgba(233,161,59,0.18), transparent 60%); }
.promise .container { position: relative; text-align: center; }
.promise h2 { font-size: clamp(1.9rem, 4vw, 2.7rem); color: #fff; text-wrap: balance; }
.promise p { color: var(--on-navy-2); font-size: 1.15rem; margin: 18px auto 30px; max-width: 46ch; }

/* FAQ */
.faq { max-width: 760px; margin: 0 auto; }
.faq details { background: var(--paper); border: 1px solid var(--line); border-radius: 13px;
               padding: 0 22px; margin-bottom: 12px; }
.faq summary { font-weight: 650; font-size: 1.05rem; padding: 19px 30px 19px 0; cursor: pointer;
               list-style: none; position: relative; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: ""; position: absolute; right: 2px; top: 24px;
  width: 11px; height: 11px; border-right: 2px solid var(--amber-deep);
  border-bottom: 2px solid var(--amber-deep); transform: rotate(45deg); transition: transform .2s; }
.faq details[open] summary::after { transform: rotate(-135deg); }
.faq details p { color: var(--slate); margin: 0; padding: 0 0 20px; font-size: 15.5px; }

/* Footer */
.footer { background: var(--navy-3); color: var(--on-navy-2); padding: 60px 0 40px; font-size: 14px; }
.footer a { color: var(--on-navy); }
.footer-top { display: flex; justify-content: space-between; gap: 30px; flex-wrap: wrap;
              padding-bottom: 26px; border-bottom: 1px solid var(--line-navy); }
.footer .wm { color: #fff; font-weight: 700; font-size: 17px; }
.footer .contact { margin-top: 12px; line-height: 1.9; }
.footer .contact a { font-weight: 650; }
.footer-links { display: flex; flex-direction: column; gap: 9px; }
.footer .disclaimer { font-size: 12px; line-height: 1.7; color: #7C8DA1; margin: 22px 0 0; max-width: 74ch; }
.footer .copy { font-size: 12px; color: #6B7C90; margin-top: 16px; }

/* Sticky mobile call bar */
.callbar { display: none; position: fixed; left: 0; right: 0; bottom: 0; z-index: 70;
  background: var(--amber); color: var(--navy); text-align: center; font-weight: 700;
  padding: 15px 12px calc(15px + env(safe-area-inset-bottom)); text-decoration: none;
  box-shadow: 0 -8px 24px rgba(5,12,22,0.28); }

/* Legal pages */
.legal { max-width: 760px; margin: 0 auto; padding: 60px 24px 90px; }
.legal h1 { font-size: 2.1rem; }
.legal h2 { font-size: 1.3rem; margin-top: 2em; }
.legal p, .legal li { color: var(--slate); }
.legal .updated { color: var(--slate-2); font-size: 0.9rem; }
.legal .notice { background: var(--mist); border-left: 4px solid var(--amber); padding: 15px 18px;
                 border-radius: 0 10px 10px 0; color: var(--ink); font-size: 0.97rem; }

/* Thank-you / door */
.door { min-height: 100svh; display: grid; place-items: center; padding: 24px;
  background: radial-gradient(700px 460px at 78% 8%, rgba(233,161,59,0.16), transparent 60%),
              linear-gradient(180deg, #0C1826, #0E1B2C); }
.door-card { background: var(--paper); border-radius: 20px; padding: 44px 40px; max-width: 460px;
  width: 100%; text-align: center; box-shadow: 0 30px 70px rgba(5,12,22,0.5); }
.door-card .badge { width: 58px; height: 58px; border-radius: 16px; background: var(--navy);
  display: grid; place-items: center; margin: 0 auto 20px; }
.door-card .badge .i { color: var(--amber); width: 30px; height: 30px; stroke-width: 2; }
.door-card h1 { font-size: 1.55rem; margin-bottom: 12px; }
.door-card p { color: var(--slate); font-size: 1rem; margin: 0 0 14px; }
.door-card .btn { margin-top: 8px; }
.door-alt { display: inline-block; margin-top: 16px; color: var(--slate-2); font-size: 0.92rem; }

@media (max-width: 900px) {
  .hero { padding: 118px 0 64px; }
  .hero-grid { grid-template-columns: 1fr; gap: 40px; }
  .hero .sub { max-width: none; }
  .callbar { display: block; }
  .footer { padding-bottom: 96px; }
}
