:root{--adt-blue:#00599c;--adt-red:#24bcff;--icon-bg:rgba(0,89,156,.08);--border-color:#e2e8f0}.why-us .why-us-header{margin:0 auto 50px;max-width:750px;text-align:center}.why-us .why-eyebrow{color:var(--adt-blue);letter-spacing:.2em;margin-bottom:12px}.why-us .why-main-title{color:#0f172a;line-height:1.2}.why-us .red-divider{background-color:var(--adt-red);border-radius:2px;height:4px;margin:20px auto;width:60px}.why-us .why-desc{color:#64748b;line-height:1.6}.why-us .stats-grid{display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin:0 auto}.why-us .stat-card{backdrop-filter:blur(8px);background:#fff;border:1px solid var(--border-color);border-radius:12px;padding:32px;text-align:center;transition:all .3s ease}.why-us .stat-icon-wrap{align-items:center;background-color:var(--icon-bg);border-radius:8px;display:flex;height:48px;justify-content:center;margin:0 auto 20px;width:48px}.why-us .stat-icon-img{height:24px;width:24px}.why-us .stat-number{line-height:1;margin-bottom:8px}.why-us .stat-label{color:#64748b}.why-us .stat-card:hover{border-color:var(--adt-blue);box-shadow:0 10px 30px rgba(0,89,156,.1);transform:translateY(-2px)}@media (max-width:640px){.why-us .stats-grid{gap:15px}.why-us .stat-card{padding:30px 15px}}