/* ================= ABOUT PAGE (scoped .about-* only; shared header/footer
   keep coming from styles.css untouched) ================= */
:root{
/* Proposed secondary accent for the high-contrast CTA — confirm with the
   palette owner whether to promote this to the global tokens file. */
--color-cta:#F97316;
}
.about-wrap{max-width:1280px;margin:0 auto;padding:0 20px}
.about-eyebrow{font-size:12px;font-weight:800;letter-spacing:1.4px;color:var(--color-accent);text-transform:uppercase;text-align:center;margin-bottom:8px}
.about-eyebrow.left{text-align:left}
.about-services h2,.about-steps h2,.about-why h2{font-size:24px;letter-spacing:-.3px;color:var(--color-text);text-align:center}

/* ---- S1: dark hero ---- */
.about-hero{background:var(--color-primary);text-align:center;padding:56px 0 48px}
.about-pill{display:inline-flex;align-items:center;gap:8px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.14);border-radius:20px;padding:6px 14px;font-size:10.5px;font-weight:700;letter-spacing:1.2px;color:rgba(255,255,255,.75);margin-bottom:16px}
.about-pill-dot{width:8px;height:8px;border-radius:50%;background:var(--color-cta);flex-shrink:0}
.about-hero h1{color:var(--color-bg);font-size:34px;font-weight:800;letter-spacing:-.5px}
.about-hero-sub{color:var(--color-accent);filter:brightness(1.6);font-weight:700;font-size:15px;margin-top:8px}
.about-hero-para{color:rgba(255,255,255,.72);font-size:13.5px;line-height:1.65;max-width:720px;margin:12px auto 0}
.about-stats{display:grid;grid-template-columns:repeat(3,minmax(0,220px));gap:14px;justify-content:center;margin-top:26px}
.about-stat{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.12);border-radius:12px;padding:16px 10px}
.about-stat b{display:block;color:var(--color-bg);font-size:24px;font-weight:800}
.about-stat b.green{color:var(--green);filter:brightness(1.45)}
.about-stat span{display:block;color:rgba(255,255,255,.65);font-size:12px;margin-top:4px}

/* ---- S2: light intro banner ---- */
.about-intro{background:var(--color-bg);padding:26px 0 6px}
.about-intro-card{background:var(--color-bg);border:1px solid var(--line);border-radius:14px;padding:20px 22px;display:flex;gap:14px;align-items:flex-start;box-shadow:0 6px 22px rgba(11,31,58,.06)}
.about-intro-ico{width:36px;height:36px;flex-shrink:0;border-radius:50%;background:rgba(37,99,235,.12);color:var(--color-accent);display:flex;align-items:center;justify-content:center;font-size:17px;font-weight:800}
.about-intro-card h2{font-size:16px;color:var(--color-text);margin-bottom:4px}
.about-intro-card p{font-size:13px;color:var(--muted);line-height:1.6}

/* ---- S3: services ---- */
.about-services{background:var(--color-bg);padding:30px 0 10px}
.about-sec-head{display:flex;justify-content:space-between;align-items:flex-end;gap:12px;margin-bottom:16px}
.about-sec-head h2{text-align:left}
.about-viewall{color:var(--color-accent);font-weight:700;font-size:13px;white-space:nowrap}
.about-viewall:hover{text-decoration:underline}
.about-grid{display:grid;gap:14px}
.about-grid.services{grid-template-columns:repeat(5,minmax(0,1fr))}
.about-card{background:var(--color-bg);border:1px solid var(--line);border-radius:12px;padding:18px 16px;transition:transform .15s,box-shadow .15s}
.about-card:hover{transform:translateY(-3px);box-shadow:0 12px 28px rgba(16,24,40,.1)}
.about-tile{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:19px;margin-bottom:12px}
.about-tile.t-blue{background:rgba(37,99,235,.12)}
.about-tile.t-peach{background:rgba(249,115,22,.14)}
.about-tile.t-green{background:rgba(34,179,88,.14)}
.about-tile.t-navy{background:rgba(11,31,58,.08)}
.about-tile.t-sky{background:rgba(37,99,235,.08)}
.about-card h3{font-size:14px;color:var(--color-text);margin-bottom:6px;overflow-wrap:break-word}
.about-card p{font-size:12.5px;color:var(--muted);line-height:1.55}

/* ---- S4: steps ---- */
.about-steps{background:var(--color-bg-light);padding:40px 0;margin-top:34px}
.about-grid.steps{grid-template-columns:repeat(4,minmax(0,1fr));margin-top:20px}
.about-step{background:var(--color-bg);border:1px solid var(--line);border-radius:12px;padding:18px 16px;display:flex;gap:12px;align-items:flex-start}
.about-num{width:34px;height:34px;flex-shrink:0;border-radius:10px;background:var(--color-accent);color:var(--color-bg);font-weight:800;font-size:15px;display:flex;align-items:center;justify-content:center}
.about-step:last-child .about-num{background:var(--color-cta)}
.about-step h3{font-size:14px;color:var(--color-text);margin-bottom:4px}
.about-step p{font-size:12.5px;color:var(--muted);line-height:1.55}

/* ---- S5: why ---- */
.about-why{background:var(--color-bg);padding:40px 0 8px}
.about-grid.why{grid-template-columns:repeat(4,minmax(0,1fr));margin-top:20px}
.about-why-card{background:var(--color-bg);border:1px solid var(--line);border-radius:12px;padding:20px 18px;transition:transform .15s,box-shadow .15s}
.about-why-card:hover{transform:translateY(-3px);box-shadow:0 12px 28px rgba(16,24,40,.1)}
.about-why-card h3{font-size:14px;color:var(--color-text);margin:12px 0 6px}
.about-why-card p{font-size:12.5px;color:var(--muted);line-height:1.6}

/* ---- S6: CTA banner ---- */
.about-cta-sec{background:var(--color-bg);padding:30px 0 54px}
.about-cta{background:linear-gradient(115deg,var(--color-primary) 20%,var(--color-accent) 130%);border-radius:18px;padding:34px 36px;display:flex;justify-content:space-between;align-items:center;gap:24px}
.about-cta-badge{display:inline-block;background:rgba(255,255,255,.14);border-radius:8px;font-size:11.5px;font-weight:600;color:rgba(255,255,255,.9);padding:5px 11px;margin-bottom:10px}
.about-cta-text h2{color:var(--color-bg);font-size:21px;letter-spacing:-.3px;margin-bottom:8px;text-align:left}
.about-cta-text p{color:rgba(255,255,255,.75);font-size:13px;line-height:1.6;max-width:560px}
.about-cta-actions{display:flex;align-items:center;gap:12px;flex-shrink:0}
.about-cta-btn{background:var(--color-cta);color:var(--color-bg);font-weight:700;font-size:14px;border-radius:10px;padding:13px 22px;white-space:nowrap}
.about-cta-btn:hover{filter:brightness(1.08)}
.about-cta-chat{width:44px;height:44px;flex-shrink:0;border-radius:50%;background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.35);color:var(--color-bg);font-size:19px;display:flex;align-items:center;justify-content:center}
.about-cta-chat:hover{background:rgba(255,255,255,.28)}

/* ---- responsive ---- */
@media(max-width:1024px){
.about-grid.services{grid-template-columns:repeat(3,1fr)}
.about-grid.steps,.about-grid.why{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:760px){
.about-cta{flex-direction:column;align-items:stretch;padding:26px 22px}
.about-cta-actions{justify-content:flex-start}
}
@media(max-width:640px){
.about-wrap{padding:0 12px}
.about-hero{padding:40px 0 34px}
.about-hero h1{font-size:25px}
.about-hero-sub{font-size:13.5px}
.about-stats{grid-template-columns:1fr;max-width:320px;margin-left:auto;margin-right:auto}
.about-grid.services,.about-grid.steps,.about-grid.why{grid-template-columns:1fr}
.about-sec-head h2,.about-services h2{font-size:20px}
.about-steps h2,.about-why h2{font-size:20px}
.about-cta-text h2{font-size:18px}
}
