:root{
  --rush-red:#B01828; --rush-red-bright:#D02038; --rush-red-deep:#8A0F1E;
  --rush-white:#FFFFFF; --rush-blue:#002244; --rush-blue-bright:#0A3A6B; --rush-blue-deep:#001432;
  --rush-bone:#F7F5F2; --rush-steel:#E5E7EB; --rush-fog:#F0F2F5;
  --rush-ink:#0F172A; --rush-slate:#3A4250; --rush-graphite:#6B7280;
  --rush-ash:rgba(255,255,255,.72); --rush-fade:rgba(255,255,255,.5);
}
*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{font-family:'Inter',-apple-system,sans-serif;color:var(--rush-ink);background:var(--rush-white);line-height:1.6}
h1,h2,h3{font-family:'Inter Tight','Inter',sans-serif;line-height:1.15}
.wrap{max-width:1120px;margin:0 auto;padding:0 24px}
a{color:inherit}

/* ---- Nav ---- */
nav{position:sticky;top:0;z-index:50;background:var(--rush-white);border-bottom:1px solid var(--rush-steel)}
.nav-in{display:flex;align-items:center;gap:14px;padding:14px 24px;max-width:1120px;margin:0 auto}
.nav-in img{height:40px;width:auto}
.wordmark{font-family:'Inter Tight',sans-serif;font-weight:800;font-size:1.05rem;letter-spacing:.04em;color:var(--rush-blue)}
.wordmark .dash{color:var(--rush-red)}
.nav-links{margin-left:auto;display:flex;gap:26px;align-items:center;font-weight:500;font-size:.95rem}
.nav-links a{text-decoration:none;color:var(--rush-slate)}
.nav-links a:hover{color:var(--rush-red)}
.btn{display:inline-block;text-decoration:none;font-weight:700;font-family:'Inter Tight',sans-serif;letter-spacing:.02em;padding:12px 26px;border-radius:6px;transition:background .15s}
.btn-red{background:var(--rush-red);color:var(--rush-white)}
.btn-red:hover{background:var(--rush-red-bright)}
.btn-ghost{border:2px solid var(--rush-white);color:var(--rush-white)}
.btn-ghost:hover{background:rgba(255,255,255,.1)}
.nav-links .btn{padding:9px 20px;font-size:.9rem}

/* ---- Hero ---- */
.hero{background:linear-gradient(160deg,var(--rush-blue) 0%,var(--rush-blue-deep) 100%);color:var(--rush-white);padding:96px 0 88px}
.hero .kicker{color:var(--rush-red-bright);font-weight:700;font-family:'Inter Tight',sans-serif;letter-spacing:.14em;text-transform:uppercase;font-size:.85rem}
.hero h1{font-size:clamp(2.2rem,5vw,3.6rem);font-weight:900;margin:14px 0 18px;max-width:800px}
.hero h1 .red{color:var(--rush-red-bright)}
.hero p.lead{font-size:1.15rem;color:var(--rush-ash);max-width:640px;margin-bottom:34px}
.hero .cta-row{display:flex;gap:16px;flex-wrap:wrap}
.hero .tagline{margin-top:56px;color:var(--rush-fade);font-style:italic;font-size:.95rem}

/* ---- Services ---- */
.services{padding:88px 0}
.sec-kicker{color:var(--rush-red);font-weight:700;font-family:'Inter Tight',sans-serif;letter-spacing:.14em;text-transform:uppercase;font-size:.85rem}
.services h2,.process h2,.why h2{font-size:clamp(1.7rem,3.5vw,2.4rem);font-weight:800;color:var(--rush-blue);margin:10px 0 40px}
.cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(290px,1fr));gap:24px}
.card{background:var(--rush-fog);border-radius:10px;padding:34px 30px;border-top:4px solid var(--rush-red)}
.card img.svc-icon{height:58px;width:58px;margin-bottom:16px;display:block}
.pillar img.why-icon{height:46px;width:46px;margin-bottom:12px;display:block}
.card h3{color:var(--rush-blue);font-size:1.25rem;font-weight:800;margin-bottom:12px}
.card p{color:var(--rush-slate);font-size:.98rem;margin-bottom:14px}
.card ul{list-style:none}
.card li{color:var(--rush-slate);font-size:.93rem;padding:5px 0 5px 22px;position:relative}
.card li::before{content:"";position:absolute;left:0;top:12px;width:10px;height:10px;background:var(--rush-red);clip-path:polygon(0 0,100% 50%,0 100%)}


/* ---- Service motion bands ---- */
.svc-band{position:relative;overflow:hidden;padding:110px 0;color:var(--rush-white);background:var(--rush-blue-deep)}
.svc-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.85}
.svc-scrim{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,14,36,.9) 0%,rgba(0,14,36,.6) 55%,rgba(0,20,50,.35) 100%)}
.svc-band.flip .svc-scrim{background:linear-gradient(270deg,rgba(0,14,36,.9) 0%,rgba(0,14,36,.6) 55%,rgba(0,20,50,.35) 100%)}
.svc-content{position:relative;z-index:2;max-width:600px}
.svc-band.flip .svc-content{margin-left:auto;text-align:left}
.svc-content img.band-icon{height:62px;width:62px;margin-bottom:18px;display:block}
.svc-content h3{font-size:clamp(1.6rem,3vw,2.2rem);font-weight:800;margin-bottom:14px}
.svc-content p{color:var(--rush-ash);font-size:1.05rem;margin-bottom:18px}
.svc-content ul{list-style:none}
.svc-content li{color:var(--rush-ash);font-size:.97rem;padding:6px 0 6px 22px;position:relative}
.svc-content li::before{content:"";position:absolute;left:0;top:14px;width:10px;height:10px;background:var(--rush-red-bright);clip-path:polygon(0 0,100% 50%,0 100%)}
.services-intro{padding:88px 0 56px}

/* ---- Why ---- */
.why{background:var(--rush-bone);padding:88px 0}
.pillars{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:28px}
.pillar h3{color:var(--rush-red);font-size:1.1rem;font-weight:800;margin-bottom:8px}
.pillar p{color:var(--rush-slate);font-size:.95rem}

/* ---- Process ---- */
.process{padding:88px 0}
.steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:22px}
.step{border:1px solid var(--rush-steel);border-radius:10px;padding:26px 22px}
.step .num{font-family:'Inter Tight',sans-serif;font-weight:900;font-size:1.9rem;color:var(--rush-red);margin-bottom:8px}
.step h3{color:var(--rush-blue);font-size:1.05rem;font-weight:800;margin-bottom:6px}
.step p{color:var(--rush-slate);font-size:.92rem}

/* ---- Contact ---- */
.contact{background:linear-gradient(160deg,var(--rush-blue) 0%,var(--rush-blue-deep) 100%);color:var(--rush-white);padding:88px 0;text-align:center}
.contact h2{font-size:clamp(1.8rem,4vw,2.6rem);font-weight:900;margin-bottom:14px}
.contact p{color:var(--rush-ash);max-width:560px;margin:0 auto 32px}

/* ---- Footer ---- */
footer{background:var(--rush-blue-deep);color:var(--rush-fade);font-size:.85rem;padding:26px 0;text-align:center}
footer a{color:var(--rush-ash);text-decoration:none}

@media(max-width:720px){.nav-links a:not(.btn){display:none}}

/* ---- Page hero (service pages) ---- */
.page-hero{position:relative;overflow:hidden;min-height:78vh;display:flex;align-items:center;color:var(--rush-white);background:var(--rush-blue-deep);padding:80px 0}
.page-hero .svc-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.85}
.page-hero .svc-scrim{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,14,36,.55) 0%,rgba(0,14,36,.75) 100%)}
.page-hero .wrap{position:relative;z-index:2}
.page-hero h1{font-size:clamp(2.2rem,5vw,3.4rem);font-weight:900;max-width:760px;margin:12px 0 18px}
.page-hero p.lead{font-size:1.15rem;color:var(--rush-ash);max-width:640px;margin-bottom:30px}
.page-detail{padding:80px 0}
.page-detail h2{font-size:clamp(1.5rem,3vw,2.1rem);font-weight:800;color:var(--rush-blue);margin-bottom:24px;font-family:'Inter Tight','Inter',sans-serif}
.detail-list{list-style:none;max-width:720px}
.detail-list li{color:var(--rush-slate);font-size:1.02rem;padding:10px 0 10px 26px;position:relative;border-bottom:1px solid var(--rush-steel)}
.detail-list li::before{content:"";position:absolute;left:0;top:19px;width:11px;height:11px;background:var(--rush-red);clip-path:polygon(0 0,100% 50%,0 100%)}
.crosslinks{display:flex;gap:14px;flex-wrap:wrap;margin-top:36px}
.crosslinks a{text-decoration:none;font-weight:700;font-family:'Inter Tight',sans-serif;color:var(--rush-blue);border:2px solid var(--rush-steel);padding:10px 18px;border-radius:8px}
.crosslinks a:hover{border-color:var(--rush-red);color:var(--rush-red)}
/* hero motion bg on home */
.hero{position:relative;overflow:hidden}
.hero-bgv{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.8}
.hero-scrim{position:absolute;inset:0;background:linear-gradient(160deg,rgba(0,24,52,.82) 0%,rgba(0,14,36,.9) 100%)}
.hero .wrap{position:relative;z-index:2}
/* overview cards linking to pages */
.card a.card-link{display:inline-block;margin-top:14px;font-weight:700;font-family:'Inter Tight',sans-serif;color:var(--rush-red);text-decoration:none}
.card a.card-link:hover{color:var(--rush-red-bright)}
