:root{--navy:#16234d;--navy-2:#1d2f63;--yellow:#f4c63d;--yellow-deep:#e9b71f;--ink:#12183a;--paper:#f6f5f1;--white:#fff;--muted:#5a5f72;--line:#e5e3db;--radius:59px;--shadow:0 18px 50px -20px rgba(22,35,77,.35);--shadow-sm:0 8px 24px -12px rgba(22,35,77,.28)}h1,h2,h3,h4.serif{font-family:"Butler",Georgia,serif;font-weight:500;line-height:1.05;letter-spacing:-.01em}a{color:inherit;text-decoration:none}.wrap{max-width:1440px;margin:0 auto;padding:0 28px}.demo-ribbon{position:fixed;top:14px;left:14px;z-index:200;background:var(--ink);color:#fff;font-size:11px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;padding:6px 12px;border-radius:999px;box-shadow:var(--shadow-sm);opacity:.85}/ * ---------- SECTIONS ---------- */section{padding:92px 0}#expertises .sec-head{max-width:720px;margin-left:0;margin-bottom:56px}#expertises .grid-4{margin-top:12px}.sec-head.center{margin-left:auto;margin-right:auto;text-align:center}.kicker{font-size:13px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--yellow-deep);margin-bottom:14px}h2{font-size:clamp(30px,4vw,46px);color:var(--navy)}.sec-head p{color:var(--muted);font-size:17px;margin-top:16px}#expertises{padding:92px 0}#expertises .wrap{max-width:1440px;margin:0 auto;padding:0 28px}#expertises .sec-head{max-width:none;margin:0 0 56px 0;text-align:center}#expertises .sec-head h4{color:#f6d325;margin-bottom:14px;text-align:center}#expertises .kicker{margin-bottom:14px}#expertises h2{margin-bottom:18px}#expertises .sec-head p{font-size:17px;line-height:1.65;color:var(--muted)}#expertises .grid-4{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:28px;width:100%}#expertises .exp-card{background:#fff;border:0;border-radius:var(--radius);padding:32px 28px;position:relative;overflow:hidden;transition:transform .25s ease,box-shadow .25s ease}#expertises .exp-card::before{content:"";position:absolute;left:0;top:0;width:0;height:4px;background:var(--yellow);transition:width .3s ease}#expertises .exp-card:hover{transform:translateY(-6px);box-shadow:var(--shadow)}#expertises .exp-card:hover::before{width:100%}#expertises .exp-ico{width:56px;height:56px;border-radius:16px;background:var(--navy);display:grid;place-items:center;margin-bottom:22px;transition:background .25s}#expertises .exp-card:hover .exp-ico{background:var(--yellow)}#expertises .exp-ico svg{width:28px;height:28px;stroke:#fff;transition:stroke .25s}#expertises .exp-card:hover .exp-ico svg{stroke:var(--navy)}#expertises .exp-card h3{font-size:22px;color:var(--navy);margin-bottom:10px}#expertises .exp-card p{font-size:15px;line-height:1.6;color:var(--muted)}#expertises .go{margin-top:20px;display:inline-flex;align-items:center;gap:6px;font-weight:600;font-size:14px;color:var(--navy)}#expertises .go svg{width:15px;height:15px;transition:transform .2s}#expertises .exp-card:hover .go svg{transform:translateX(4px)}@media(max-width:1200px){#expertises .grid-4{grid-template-columns:repeat(2,1fr)}#expertises .sec-head{width:auto;margin:0 0 48px}}@media(max-width:768px){#expertises .grid-4{grid-template-columns:1fr;gap:20px}#expertises .sec-head{margin-bottom:40px}}.stats{background:var(--navy);color:#fff;border-radius:28px;padding:56px;display:grid;grid-template-columns:repeat(4,1fr);gap:30px;position:relative;overflow:hidden}.stats::after{content:"";position:absolute;right:-80px;top:-80px;width:280px;height:280px;background:radial-gradient(circle,rgba(244,198,61,.22),transparent 70%)}.stat b{font-family:'Fraunces',serif;font-size:52px;color:var(--yellow);line-height:1;display:block}.stat span{font-size:14.5px;color:rgba(255,255,255,.72);margin-top:10px;display:block;max-width:180px}