:root{--font-primary:"Outfit", sans-serif;--font-secondary:"Inter", sans-serif;--ink:#0d141a;--ink-2:#111827;--gray:#56585e;--gray-2:#4b5563;--teal:#2AA8B4;--teal-btn:#2DA8B4;--teal-border:#2EA8B3;--steel:#617DA1;--line:#e5e9ee;--bg-soft:#EFF2F9;--white:#ffffff}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-secondary);color:var(--ink);background:var(--white);font-size:16px;line-height:1.5;-webkit-font-smoothing:antialiased}h1,h2,h3,h4,h5,h6{font-family:var(--font-primary);font-weight:600;line-height:1.3;color:var(--ink-2)}h1{font-size:64px}h2{font-size:56px}h3{font-size:48px}h4{font-size:40px}h5{font-size:26px}h6{font-size:18px}p{font-size:16px}a{text-decoration:none;color:inherit}img{max-width:100%;display:block}ul{list-style:none}.container{width:100%;max-width:1224px;margin:0 auto;padding:0 13px}.body-small{font-family:var(--font-secondary);font-size:14px;font-weight:700;text-transform:uppercase;letter-spacing:.02em}.btn{display:inline-flex;align-items:center;justify-content:center;padding:16px 40px;border-radius:999px;font-family:var(--font-secondary);font-weight:500;font-size:16px;border:1px solid transparent;cursor:pointer;transition:all .2s ease;white-space:nowrap}.btn-teal{background:var(--teal-btn);color:#fff;border-color:var(--teal-border)}.btn-teal:hover{background:transparent;color:var(--teal-btn);border-color:var(--teal-btn)}.btn-outline-dark{background:transparent;color:var(--ink);border-color:var(--ink)}.btn-outline-dark:hover{background:var(--ink);color:#fff}.btn-dark{background:#000;color:#fff}.btn-dark:hover{background:#1d1e20}.section{padding:100px 0}.section-soft{background:var(--bg-soft)}.section-steel{background:var(--steel);color:#fff}.section-steel h2,.section-steel h3,.section-steel h4,.section-steel h5,.section-steel h6{color:#fff}.sec-head{text-align:center;max-width:640px;margin:0 auto 56px}.sec-head p{color:var(--gray);font-size:16px}.section-steel .sec-head p{color:#fff}.card{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 10px 30px -18px #0d141a2e}.card img{width:100%;height:220px;object-fit:cover}.card-body{padding:26px}.card-body h6{margin-bottom:10px}.card-body p{color:var(--gray);font-size:15px}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}@media (max-width: 900px){h1{font-size:38px}h2{font-size:32px}h3{font-size:30px}h4{font-size:24px}.grid-3{grid-template-columns:1fr}.grid-2{grid-template-columns:1fr;gap:32px}}
