/* ==========================================================================
   Equipment Rental Management Software — "Fleet Control" INDUSTRIAL design.
   Deliberately NOT like prior pages (esp. construction amber-blueprint &
   automotive orange-garage): signature devices are an EQUIPMENT ASSET card
   with a 14-day AVAILABILITY strip + utilization bar, three CATEGORY PILLARS
   (Heavy / Light / All-types), a rental LIFECYCLE flow, a MAINTENANCE
   work-order ticket + service schedule, and a UTILIZATION KPI board.
   Hi-vis SAFETY YELLOW + gunmetal STEEL + hazard stripes. Scoped .eq-scope.
   ========================================================================== */
.eq-scope {
    --eq: #ef9f00;
    --eq-2: #f5b301;
    --eq-hi: #ffd21a;
    --eq-ink: #1c2530;
    --eq-steel: #33414f;
    --eq-steel-2: #47596b;
    --eq-blue: #2b7fd4;
    --eq-red: #e5484d;
    --eq-green: #2fae6f;
    --eq-soft: #fff6e0;
    --eq-soft-2: #f5f7fa;
    --eq-line: #e2e7ee;
    --eq-muted: #5b6b7b;
    --eq-txt: #1a2430;
    --eq-paper: #ffffff;
    --eq-grad: linear-gradient(135deg, #ffcb2e 0%, #f5b301 52%, #e59400 100%);
    --eq-grad-steel: linear-gradient(135deg, #47596b 0%, #33414f 55%, #1c2530 100%);
    --eq-grad-blue: linear-gradient(135deg, #4a97e8 0%, #2b7fd4 100%);
    --eq-hazard: repeating-linear-gradient(-45deg, var(--eq-ink) 0 11px, var(--eq-hi) 11px 22px);
    --eq-mono: ui-monospace, "SFMono-Regular", Menlo, monospace;
    color: #3c4a58;
}
.eq-scope section { overflow: hidden; }
.eq-header-bg { background: radial-gradient(1100px 340px at 82% 130%, #fdeecb 0%, rgba(253,238,203,0) 70%), #f6f8fa; }

/* ---- shared ---- */
.eq-eyebrow { display: inline-flex; align-items: center; gap: .55rem; font-family: var(--eq-mono); font-size: .74rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; color: var(--eq-steel); }
.eq-eyebrow::before { content: ""; width: 1.5rem; height: 3px; background: var(--eq); border-radius: 2px; }
.eq-eyebrow.center::after { content: ""; width: 1.5rem; height: 3px; background: var(--eq); border-radius: 2px; }
.eq-eyebrow.on-dark { color: var(--eq-hi); } .eq-eyebrow.on-dark::before, .eq-eyebrow.on-dark.center::after { background: var(--eq-hi); }
.eq-h { font-weight: 800; letter-spacing: -.015em; color: var(--eq-txt); line-height: 1.12; }
.eq-lead { color: var(--eq-muted); font-size: 1.08rem; line-height: 1.7; }
.eq-amber-txt { color: var(--eq); }
.eq-steel-txt { color: var(--eq-steel); }
.eq-head { max-width: 800px; margin: 0 auto 3.2rem; text-align: center; }
.eq-head h2 { font-size: clamp(1.95rem, 3.6vw, 2.8rem); margin: 1rem 0 .9rem; }
.eq-head p { margin: 0; }

.eq-btn { display: inline-flex; align-items: center; gap: .5rem; font-weight: 700; padding: .9rem 1.6rem; border-radius: .55rem; border: 0; cursor: pointer; transition: transform .25s ease, box-shadow .25s ease; text-decoration: none; }
.eq-btn i { transition: transform .25s ease; } .eq-btn:hover i { transform: translate(2px,-2px); }
.eq-btn-primary { background: var(--eq-grad); color: var(--eq-ink); box-shadow: 0 .7rem 1.6rem rgba(239,159,0,.34); }
.eq-btn-primary:hover { color: var(--eq-ink); transform: translateY(-3px); box-shadow: 0 1.1rem 2.2rem rgba(239,159,0,.46); }
.eq-btn-ghost { background: transparent; color: var(--eq-steel); border: 1.5px solid var(--eq-line); }
.eq-btn-ghost:hover { color: #fff; background: var(--eq-steel); border-color: var(--eq-steel); transform: translateY(-3px); }

/* ==========================================================================
   HERO — copy + equipment asset card
   ========================================================================== */
.eq-hero { position: relative; background: radial-gradient(900px 520px at 88% -6%, #fdeecb 0%, rgba(253,238,203,0) 60%), #f6f8fa; }
.eq-hero::before {
    content: ""; position: absolute; inset: 0;
    background-image:
        repeating-linear-gradient(0deg, rgba(51,65,79,.05) 0 1px, transparent 1px 28px),
        repeating-linear-gradient(90deg, rgba(51,65,79,.05) 0 1px, transparent 1px 28px);
    -webkit-mask-image: radial-gradient(circle at 72% 32%, #000, transparent 70%);
    mask-image: radial-gradient(circle at 72% 32%, #000, transparent 70%);
}
.eq-hero .container { position: relative; z-index: 2; }
.eq-hero h1 { font-size: clamp(2.1rem, 4.4vw, 3.5rem); margin: 1.1rem 0 1.2rem; }
.eq-hero .eq-lead { max-width: 560px; }
.eq-hero-badge { display: inline-flex; align-items: center; gap: .5rem; background: #fff; border: 1px solid var(--eq-line); border-radius: .5rem; padding: .4rem .9rem .4rem .5rem; font-weight: 700; font-size: .82rem; color: var(--eq-txt); box-shadow: 0 .5rem 1.4rem rgba(28,37,48,.08); }
.eq-hero-badge .dot { width: 1.5rem; height: 1.5rem; border-radius: .35rem; background: var(--eq-grad); color: var(--eq-ink); display: inline-flex; align-items: center; justify-content: center; font-size: .8rem; }
.eq-hero-cta { display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 2rem; }
.eq-hero-trust { display: flex; flex-wrap: wrap; gap: .7rem 1.7rem; margin-top: 1.9rem; }
.eq-hero-trust span { display: inline-flex; align-items: center; gap: .45rem; font-weight: 600; font-size: .9rem; color: var(--eq-txt); }
.eq-hero-trust i { color: var(--eq-green); font-size: 1.1rem; }

/* ---- asset card ---- */
.eq-asset-wrap { position: relative; }
.eq-asset { position: relative; background: #fff; border: 1px solid var(--eq-line); border-radius: .9rem; box-shadow: 0 2rem 4.6rem rgba(28,37,48,.18); overflow: hidden; }
.eq-asset-haz { height: .5rem; background: var(--eq-hazard); }
.eq-asset-top { display: flex; align-items: center; gap: .8rem; padding: 1.2rem 1.3rem 1rem; }
.eq-asset-ic { width: 3rem; height: 3rem; border-radius: .6rem; background: var(--eq-grad-steel); color: var(--eq-hi); display: flex; align-items: center; justify-content: center; font-size: 1.5rem; flex: none; }
.eq-asset-id h5 { color: var(--eq-txt); font-size: 1.02rem; font-weight: 800; margin: 0; line-height: 1.2; }
.eq-asset-id span { font-family: var(--eq-mono); font-size: .68rem; color: var(--eq-muted); }
.eq-asset-st { margin-left: auto; display: inline-flex; align-items: center; gap: .4rem; font-size: .64rem; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; color: #4a3400; background: var(--eq-hi); padding: .3rem .6rem; border-radius: .35rem; }
.eq-asset-st::before { content: ""; width: .48rem; height: .48rem; border-radius: 50%; background: #4a3400; animation: eq-blink 1.5s ease-in-out infinite; }

.eq-asset-rate { display: flex; align-items: flex-end; justify-content: space-between; gap: 1rem; padding: 0 1.3rem; }
.eq-asset-rate .r span { font-size: .64rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--eq-muted); }
.eq-asset-rate .r b { display: block; font-family: var(--eq-mono); font-size: 1.9rem; font-weight: 700; color: var(--eq-steel); line-height: 1.1; }
.eq-asset-rate .r b small { font-size: .78rem; color: var(--eq-muted); font-weight: 600; }
.eq-asset-rate .meta { text-align: right; font-size: .66rem; color: var(--eq-muted); line-height: 1.5; }
.eq-asset-rate .meta b { color: var(--eq-txt); font-family: var(--eq-mono); }

.eq-avail { padding: 1.1rem 1.3rem 0; }
.eq-avail-head { display: flex; justify-content: space-between; font-size: .66rem; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; color: var(--eq-muted); margin-bottom: .4rem; }
.eq-avail-strip { display: grid; grid-template-columns: repeat(14, 1fr); gap: 3px; }
.eq-avail-strip i { height: 1.5rem; border-radius: .2rem; background: var(--eq-green); position: relative; }
.eq-avail-strip i.bk { background: var(--eq); } .eq-avail-strip i.mt { background: var(--eq-red); } .eq-avail-strip i.fr { background: #cfe8db; }
.eq-avail-legend { display: flex; flex-wrap: wrap; gap: .3rem 1rem; margin-top: .55rem; }
.eq-avail-legend span { display: inline-flex; align-items: center; gap: .35rem; font-size: .68rem; color: var(--eq-muted); font-weight: 600; }
.eq-avail-legend .k { width: .7rem; height: .7rem; border-radius: .2rem; }
.eq-k-fr { background: var(--eq-green); } .eq-k-bk { background: var(--eq); } .eq-k-mt { background: var(--eq-red); }

.eq-util { display: flex; align-items: center; gap: .9rem; margin: 1.1rem 1.3rem 1.3rem; padding-top: 1.1rem; border-top: 1px dashed var(--eq-line); }
.eq-util .ug { flex: 1; }
.eq-util .ug-top { display: flex; justify-content: space-between; font-size: .72rem; font-weight: 700; color: var(--eq-txt); margin-bottom: .35rem; }
.eq-util .ug-top span { color: var(--eq-muted); font-weight: 600; }
.eq-util .ug-bar { height: .5rem; border-radius: 2rem; background: var(--eq-soft-2); overflow: hidden; }
.eq-util .ug-bar i { display: block; height: 100%; width: 82%; border-radius: 2rem; background: var(--eq-grad); }

.eq-float { position: absolute; z-index: 4; display: flex; align-items: center; gap: .6rem; background: rgba(255,255,255,.66); -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px); border-radius: .7rem; padding: .6rem .85rem; box-shadow: 0 1rem 2.4rem rgba(28,37,48,.2); border: 1px solid rgba(255,255,255,.6); }
.eq-float i { width: 2rem; height: 2rem; border-radius: .45rem; display: flex; align-items: center; justify-content: center; font-size: 1rem; flex: none; }
.eq-float b { display: block; font-size: .8rem; color: var(--eq-txt); font-weight: 800; line-height: 1.15; }
.eq-float span { font-size: .68rem; color: var(--eq-muted); }
.eq-float.f1 { top: -1.6rem; left: -1.4rem; } .eq-float.f1 i { background: var(--eq-grad); color: var(--eq-ink); }
.eq-float.f2 { bottom: -1.8rem; right: -1.2rem; } .eq-float.f2 i { background: var(--eq-red); color: #fff; }
@keyframes eq-blink { 0%,100% { opacity: 1;} 50% { opacity: .25;} }
@media (max-width: 1199px) { .eq-float.f1 { left: -.3rem; } .eq-float.f2 { right: -.3rem; } }
@media (max-width: 991px) { .eq-asset-wrap { max-width: 500px; margin: 3rem auto 0; } }
@media (max-width: 400px) { .eq-float { display: none; } }

/* ==========================================================================
   STAT BAND
   ========================================================================== */
.eq-band { background: var(--eq-ink); position: relative; }
.eq-band-haz { height: .45rem; background: var(--eq-hazard); }
.eq-band-in { position: relative; }
.eq-band-in::before { content: ""; position: absolute; inset: 0; background: radial-gradient(600px 200px at 12% 0%, rgba(245,179,1,.3), transparent 60%), radial-gradient(500px 200px at 92% 120%, rgba(43,127,212,.28), transparent 60%); }
.eq-band .container { position: relative; z-index: 2; }
.eq-band .l { text-align: center; padding: 1.7rem .5rem; position: relative; }
.eq-band .col + .col .l::before { content: ""; position: absolute; left: 0; top: 22%; bottom: 22%; width: 1px; background: rgba(255,255,255,.1); }
.eq-band b { display: block; font-family: var(--eq-mono); font-size: clamp(1.6rem,3vw,2.15rem); font-weight: 700; color: #fff; line-height: 1; }
.eq-band b em { font-style: normal; color: var(--eq-hi); }
.eq-band span { display: block; margin-top: .45rem; font-size: .8rem; color: #9fb0c1; }
@media (max-width: 767px) { .eq-band .col:nth-child(odd) .l::before { display: none; } }

/* ==========================================================================
   CATEGORY PILLARS (Heavy / Light / All-types)
   ========================================================================== */
.eq-cat-sec { background: linear-gradient(180deg, #fff, var(--eq-soft-2)); }
.eq-cat { position: relative; background: #fff; border: 1px solid var(--eq-line); border-radius: 1rem; padding: 2.1rem 1.8rem; height: 100%; overflow: hidden; transition: transform .3s ease, box-shadow .3s ease; }
.eq-cat::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 5px; }
.eq-cat.heavy::before { background: var(--eq-grad-steel); } .eq-cat.light::before { background: var(--eq-grad); } .eq-cat.all::before { background: var(--eq-grad-blue); }
.eq-cat:hover { transform: translateY(-.5rem); box-shadow: 0 1.6rem 3.4rem rgba(28,37,48,.14); }
.eq-cat .ic { width: 3.6rem; height: 3.6rem; border-radius: .8rem; display: flex; align-items: center; justify-content: center; font-size: 1.8rem; margin-bottom: 1.2rem; }
.eq-cat.heavy .ic { background: var(--eq-grad-steel); color: var(--eq-hi); }
.eq-cat.light .ic { background: var(--eq-grad); color: var(--eq-ink); }
.eq-cat.all .ic { background: var(--eq-grad-blue); color: #fff; }
.eq-cat h3 { font-size: 1.3rem; font-weight: 800; color: var(--eq-txt); margin-bottom: .2rem; }
.eq-cat .kk { font-family: var(--eq-mono); font-size: .68rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--eq-muted); }
.eq-cat > p { font-size: .9rem; color: var(--eq-muted); line-height: 1.6; margin: .8rem 0 1.2rem; }
.eq-cat .chips { display: flex; flex-wrap: wrap; gap: .45rem; }
.eq-cat .chips span { font-size: .74rem; font-weight: 600; color: var(--eq-steel); background: var(--eq-soft-2); border: 1px solid var(--eq-line); border-radius: 2rem; padding: .3rem .7rem; }
.eq-cat.light .chips span { background: var(--eq-soft); border-color: #f3dfa8; color: #8a5e00; }

/* ==========================================================================
   RENTAL LIFECYCLE FLOW
   ========================================================================== */
.eq-flow-sec { background: #fff; }
.eq-flow { position: relative; display: grid; grid-template-columns: repeat(7, 1fr); gap: .8rem; }
.eq-flow::before { content: ""; position: absolute; top: 2.05rem; left: 6%; right: 6%; height: 3px; background: repeating-linear-gradient(90deg, var(--eq-line) 0 8px, transparent 8px 14px); z-index: 0; }
.eq-fstep { position: relative; z-index: 1; text-align: center; }
.eq-fnode { position: relative; width: 4.1rem; height: 4.1rem; margin: 0 auto .9rem; border-radius: .8rem; background: #fff; border: 2px solid var(--eq-line); color: var(--eq-steel); display: flex; align-items: center; justify-content: center; font-size: 1.5rem; box-shadow: 0 .7rem 1.6rem rgba(28,37,48,.1); transition: transform .3s ease, border-color .3s ease; }
.eq-fstep:hover .eq-fnode { transform: translateY(-.3rem); border-color: var(--eq); }
.eq-fnode .num { position: absolute; top: -.5rem; right: -.5rem; width: 1.5rem; height: 1.5rem; border-radius: .35rem; background: var(--eq-ink); color: var(--eq-hi); font-family: var(--eq-mono); font-size: .66rem; font-weight: 700; display: flex; align-items: center; justify-content: center; }
.eq-fstep:nth-child(4) .eq-fnode { color: var(--eq); border-color: var(--eq); }
.eq-fstep:nth-child(6) .eq-fnode { color: var(--eq-red); }
.eq-fstep h4 { font-size: .9rem; font-weight: 800; color: var(--eq-txt); margin-bottom: .3rem; }
.eq-fstep p { font-size: .76rem; color: var(--eq-muted); margin: 0; line-height: 1.5; }
@media (max-width: 991px) { .eq-flow { grid-template-columns: repeat(4, 1fr); gap: 1.6rem .8rem; } .eq-flow::before { display: none; } }
@media (max-width: 575px) { .eq-flow { grid-template-columns: repeat(2, 1fr); } }

/* ==========================================================================
   MODULES (capability cards, mono index)
   ========================================================================== */
.eq-mods { background: var(--eq-soft-2); }
.eq-mod { position: relative; background: #fff; border: 1px solid var(--eq-line); border-radius: .7rem; padding: 1.5rem 1.4rem; height: 100%; transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease; }
.eq-mod:hover { transform: translateY(-.4rem); box-shadow: 0 1.3rem 2.8rem rgba(28,37,48,.1); border-color: var(--eq); }
.eq-mod__top { display: flex; align-items: center; justify-content: space-between; margin-bottom: .9rem; }
.eq-mod .ic { width: 2.9rem; height: 2.9rem; border-radius: .6rem; background: var(--eq-grad-steel); color: var(--eq-hi); display: flex; align-items: center; justify-content: center; font-size: 1.35rem; box-shadow: 0 .5rem 1.1rem rgba(28,37,48,.2); }
.eq-mod:nth-child(4n+2) .ic { background: var(--eq-grad); color: var(--eq-ink); }
.eq-mod:nth-child(4n+3) .ic { background: var(--eq-grad-blue); color: #fff; }
.eq-mod .ix { font-family: var(--eq-mono); font-weight: 700; font-size: .82rem; color: var(--eq-line); }
.eq-mod:hover .ix { color: var(--eq); }
.eq-mod h3 { font-size: 1.02rem; font-weight: 800; color: var(--eq-txt); margin-bottom: .35rem; }
.eq-mod p { font-size: .84rem; color: var(--eq-muted); margin: 0; line-height: 1.5; }

/* ==========================================================================
   MAINTENANCE (signature — work-order + schedule)
   ========================================================================== */
.eq-mnt { background: #fff; }
.eq-mnt .eq-val { display: flex; gap: 1rem; padding: 1.15rem 0; border-bottom: 1px solid var(--eq-line); }
.eq-mnt .eq-val:last-child { border-bottom: 0; }
.eq-mnt .eq-val .ic { flex: none; width: 2.9rem; height: 2.9rem; border-radius: .6rem; background: var(--eq-grad-steel); color: var(--eq-hi); display: flex; align-items: center; justify-content: center; font-size: 1.25rem; }
.eq-mnt .eq-val h3 { font-size: 1.04rem; font-weight: 800; color: var(--eq-txt); margin-bottom: .2rem; }
.eq-mnt .eq-val p { font-size: .88rem; color: var(--eq-muted); margin: 0; line-height: 1.55; }

.eq-wo { background: #fff; border: 1px solid var(--eq-line); border-radius: 1rem; box-shadow: 0 1.4rem 3.4rem rgba(28,37,48,.12); overflow: hidden; }
.eq-wo-top { background: var(--eq-grad-steel); color: #fff; padding: 1.1rem 1.4rem; display: flex; align-items: center; gap: .6rem; }
.eq-wo-top i { color: var(--eq-hi); font-size: 1.4rem; }
.eq-wo-top b { font-size: .98rem; font-weight: 800; }
.eq-wo-top .wono { margin-left: auto; font-family: var(--eq-mono); font-size: .72rem; color: #b7c4d1; }
.eq-wo-body { padding: 1.2rem 1.4rem; }
.eq-wo-row { display: flex; align-items: center; gap: .8rem; padding: .7rem 0; border-bottom: 1px dashed var(--eq-line); }
.eq-wo-row:last-child { border-bottom: 0; padding-bottom: 0; }
.eq-wo-row .wic { width: 2.2rem; height: 2.2rem; border-radius: .5rem; background: var(--eq-soft-2); color: var(--eq-steel); display: flex; align-items: center; justify-content: center; font-size: 1.05rem; flex: none; }
.eq-wo-row .wt { flex: 1; } .eq-wo-row .wt b { font-size: .86rem; color: var(--eq-txt); font-weight: 700; display: block; } .eq-wo-row .wt span { font-family: var(--eq-mono); font-size: .68rem; color: var(--eq-muted); }
.eq-wo-row .ws { font-size: .62rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; padding: .28rem .55rem; border-radius: .3rem; }
.eq-wo-row .ws.due { background: rgba(229,72,77,.12); color: var(--eq-red); }
.eq-wo-row .ws.soon { background: var(--eq-soft); color: #8a5e00; }
.eq-wo-row .ws.ok { background: rgba(47,174,111,.14); color: var(--eq-green); }
.eq-wo-foot { display: flex; align-items: center; gap: .5rem; padding: .85rem 1.4rem; background: var(--eq-soft); font-size: .74rem; color: #8a5e00; font-weight: 700; }
.eq-wo-foot i { color: var(--eq); }

/* ==========================================================================
   UTILIZATION KPI BOARD
   ========================================================================== */
.eq-util-sec { background: var(--eq-ink); position: relative; color: #c1cdd9; }
.eq-util-sec.hz { border-top: .45rem solid transparent; border-image: var(--eq-hazard) 1; }
.eq-util-sec::before { content: ""; position: absolute; inset: 0; background: radial-gradient(720px 380px at 88% -8%, rgba(43,127,212,.2), transparent 60%), radial-gradient(680px 400px at 6% 108%, rgba(245,179,1,.26), transparent 60%); }
.eq-util-sec .container { position: relative; z-index: 2; }
.eq-util-sec .eq-head h2 { color: #fff; } .eq-util-sec .eq-head p { color: #9fb0c1; }
.eq-kpi { background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.1); border-radius: .8rem; padding: 1.6rem 1.4rem; height: 100%; transition: transform .3s ease, background .3s ease, border-color .3s ease; }
.eq-kpi:hover { transform: translateY(-.4rem); background: rgba(255,255,255,.07); border-color: rgba(255,210,26,.5); }
.eq-kpi .ktop { display: flex; align-items: center; justify-content: space-between; margin-bottom: .8rem; }
.eq-kpi .ic { width: 2.8rem; height: 2.8rem; border-radius: .6rem; background: var(--eq-grad); color: var(--eq-ink); display: flex; align-items: center; justify-content: center; font-size: 1.3rem; }
.eq-kpi:nth-child(2) .ic { background: var(--eq-grad-blue); color: #fff; } .eq-kpi:nth-child(3) .ic { background: rgba(47,174,111,.9); color: #fff; } .eq-kpi:nth-child(4) .ic { background: rgba(229,72,77,.9); color: #fff; }
.eq-kpi .trend { font-family: var(--eq-mono); font-size: .68rem; font-weight: 700; color: var(--eq-green); }
.eq-kpi .trend.dn { color: #ff9ba0; }
.eq-kpi b { display: block; font-family: var(--eq-mono); font-size: 2rem; font-weight: 700; color: #fff; line-height: 1; }
.eq-kpi span { display: block; margin-top: .4rem; font-size: .82rem; color: #9fb0c1; }

/* ==========================================================================
   MARKET REQUIREMENTS (light steel band w/ cards)
   ========================================================================== */
.eq-req-sec { background: var(--eq-soft-2); }
.eq-req { position: relative; background: #fff; border: 1px solid var(--eq-line); border-radius: .8rem; padding: 1.7rem 1.5rem; height: 100%; overflow: hidden; transition: transform .3s ease, box-shadow .3s ease; }
.eq-req::after { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 4px; background: var(--eq-grad); transform: scaleY(0); transform-origin: top; transition: transform .3s ease; }
.eq-req:hover { transform: translateY(-.4rem); box-shadow: 0 1.3rem 2.8rem rgba(28,37,48,.1); }
.eq-req:hover::after { transform: scaleY(1); }
.eq-req .ic { width: 3.1rem; height: 3.1rem; border-radius: .7rem; background: var(--eq-grad-steel); color: var(--eq-hi); display: flex; align-items: center; justify-content: center; font-size: 1.45rem; margin-bottom: 1.1rem; }
.eq-req:nth-child(3n+2) .ic { background: var(--eq-grad); color: var(--eq-ink); }
.eq-req:nth-child(3n) .ic { background: var(--eq-grad-blue); color: #fff; }
.eq-req h3 { font-size: 1.06rem; font-weight: 800; color: var(--eq-txt); margin-bottom: .45rem; }
.eq-req p { font-size: .87rem; color: var(--eq-muted); margin: 0; line-height: 1.6; }
.eq-req .tag { display: inline-block; margin-top: .9rem; font-family: var(--eq-mono); font-size: .68rem; font-weight: 700; letter-spacing: .04em; color: var(--eq-steel); background: var(--eq-soft-2); border: 1px solid var(--eq-line); padding: .18rem .55rem; border-radius: .3rem; }

/* ==========================================================================
   AUDIENCE CHIPS
   ========================================================================== */
.eq-aud-sec { background: #fff; }
.eq-aud { display: flex; flex-wrap: wrap; justify-content: center; gap: .8rem; max-width: 920px; margin: 0 auto; }
.eq-aud span { display: inline-flex; align-items: center; gap: .5rem; background: var(--eq-soft-2); border: 1px solid var(--eq-line); border-radius: .5rem; padding: .6rem 1.1rem; font-weight: 700; font-size: .9rem; color: var(--eq-txt); transition: transform .25s ease, border-color .25s ease, color .25s ease; }
.eq-aud span:hover { transform: translateY(-.25rem); border-color: var(--eq); color: var(--eq-steel); }
.eq-aud span i { color: var(--eq); font-size: 1.05rem; }

/* ==========================================================================
   WHY US
   ========================================================================== */
.eq-why { background: var(--eq-soft-2); }
.eq-val { display: flex; gap: 1rem; padding: 1.3rem 0; border-bottom: 1px solid var(--eq-line); }
.eq-why .eq-val:last-child { border-bottom: 0; }
.eq-why .eq-val .ic { flex: none; width: 3rem; height: 3rem; border-radius: .6rem; background: var(--eq-grad-steel); color: var(--eq-hi); display: flex; align-items: center; justify-content: center; font-size: 1.3rem; }
.eq-why .eq-val h3 { font-size: 1.08rem; font-weight: 800; color: var(--eq-txt); margin-bottom: .25rem; }
.eq-why .eq-val p { font-size: .9rem; color: var(--eq-muted); margin: 0; line-height: 1.55; }
.eq-quotebox { background: var(--eq-grad-steel); color: #dfe6ee; border-radius: 1rem; padding: 2.3rem; position: relative; overflow: hidden; }
.eq-quotebox::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: .4rem; background: var(--eq-hazard); }
.eq-quotebox::before { content: ""; position: absolute; right: -3rem; top: -3rem; width: 13rem; height: 13rem; border: 2px dashed rgba(255,210,26,.28); border-radius: 50%; }
.eq-quotebox .ic { width: 3.4rem; height: 3.4rem; border-radius: .7rem; background: var(--eq-grad); color: var(--eq-ink); display: flex; align-items: center; justify-content: center; font-size: 1.6rem; margin-bottom: 1.3rem; position: relative; z-index: 2; }
.eq-quotebox p { position: relative; z-index: 2; font-size: 1.14rem; line-height: 1.65; font-style: italic; margin-bottom: 1.2rem; }
.eq-quotebox .by b { color: #fff; display: block; font-size: .96rem; } .eq-quotebox .by span { font-size: .8rem; color: var(--eq-hi); }

/* ==========================================================================
   TESTIMONIALS
   ========================================================================== */
.eq-quote { background: #fff; border: 1px solid var(--eq-line); border-top: 3px solid var(--eq); border-radius: .8rem; padding: 1.8rem; height: 100%; display: flex; flex-direction: column; }
.eq-quote .stars { color: var(--eq); letter-spacing: .12em; margin-bottom: .9rem; }
.eq-quote p.tx { font-size: .97rem; color: #3c4a58; line-height: 1.65; flex: 1; }
.eq-quote .who { display: flex; align-items: center; gap: .8rem; margin-top: 1.2rem; padding-top: 1rem; border-top: 1px solid var(--eq-line); }
.eq-quote .who .av { width: 2.7rem; height: 2.7rem; border-radius: .5rem; background: var(--eq-grad-steel); color: var(--eq-hi); font-weight: 800; display: flex; align-items: center; justify-content: center; flex: none; }
.eq-quote .who h6 { margin: 0; font-weight: 800; color: var(--eq-txt); font-size: .92rem; } .eq-quote .who span { font-size: .78rem; color: var(--eq-muted); }

/* ==========================================================================
   FAQ
   ========================================================================== */
.eq-faq { background: #fff; }
.eq-faq .accordion-item { position: relative; background: #fff; border: 1px solid var(--eq-line) !important; border-left: 3px solid var(--eq) !important; border-radius: .5rem !important; margin-bottom: .7rem; overflow: hidden; }
.eq-faq .card-header { background: transparent; padding: 0; border: 0; }
.eq-faq .accordion-item .card-header button { font-weight: 800; color: var(--eq-txt); font-size: 1rem; padding: .8rem 3rem .8rem 1.3rem; background: #fff; display: flex; align-items: center; width: 100%; text-align: left; }
.eq-faq .accordion-item .card-header button::before { display: none !important; }
.eq-faq .accordion-item .card-header button::after { content: "+"; position: absolute; right: 1.4rem; top: 50%; transform: translateY(-50%); font-family: var(--eq-mono); font-size: 1.35rem; color: var(--eq); }
.eq-faq .accordion-item .card-header button:not(.collapsed) { color: var(--eq-steel); background: var(--eq-soft-2); }
.eq-faq .accordion-item .card-header button:not(.collapsed)::after { content: "\2013"; color: var(--eq-red); }
.eq-faq .card-body { padding: 0 1.3rem 1.3rem; color: var(--eq-muted); }
.eq-faq .card-body p { margin: 0; line-height: 1.65; }

/* ==========================================================================
   CTA + LEAD FORM
   ========================================================================== */
.eq-cta { position: relative; background: var(--eq-ink); color: #c8d3de; }
.eq-cta-haz { height: .45rem; background: var(--eq-hazard); }
.eq-cta-in { position: relative; }
.eq-cta-in::before { content: ""; position: absolute; inset: 0; background: radial-gradient(700px 360px at 15% 0%, rgba(245,179,1,.4), transparent 60%), radial-gradient(700px 400px at 92% 100%, rgba(43,127,212,.3), transparent 60%); }
.eq-cta .container { position: relative; z-index: 2; }
.eq-cta h2 { color: #fff; font-size: clamp(1.9rem,3.2vw,2.6rem); }
.eq-cta .lead { color: #aebccb; }
.eq-cta .trust { list-style: none; padding: 0; margin: 1.6rem 0 0; display: flex; flex-direction: column; gap: .75rem; }
.eq-cta .trust li { display: flex; align-items: center; gap: .7rem; color: #dbe5ef; font-weight: 600; }
.eq-cta .trust li i { color: var(--eq-hi); font-size: 1.2rem; }
.eq-callbox { margin-top: 1.7rem; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.16); border-radius: .6rem; padding: 1.1rem 1.3rem; }
.eq-callbox b { color: #fff; } .eq-callbox a { color: var(--eq-hi); font-weight: 700; text-decoration: none; }
.eq-formcard { background: #fff; border-radius: 1rem; padding: 2rem; box-shadow: 0 1.4rem 3.4rem rgba(0,0,0,.3); }
.eq-formcard h3 { color: var(--eq-txt); }
.eq-formcard .form-control { border-radius: .55rem; }
.eq-ta { height: 120px; }
.eq-privacy { font-size: .78rem; color: var(--eq-muted); text-align: center; margin-top: .3rem; }
