@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@500;700;800&family=IBM+Plex+Sans:wght@400;500;600&display=swap");.services-page{--navy:#002f90;--blue:#0048fc;--orange:#fc9000;--red:#fc0000;--gold:#c08424;--ink-soft:rgba(0,26,82,0.62);--paper:#f5f7fc;--surface:#ffffff;--line:#d7e0f5;background:var(--paper);font-family:IBM Plex Sans,sans-serif;padding:4.5rem 1.5rem 5.5rem}.services-heading-block{max-width:640px;margin:0 auto 3rem;text-align:center}.services-tag{display:inline-block;font-size:.8rem;color:var(--navy);border:1px solid var(--line);padding:.25rem .65rem;border-radius:999px;margin-bottom:1.25rem}.services-heading{font-family:Manrope,sans-serif;font-weight:800;font-size:clamp(1.9rem,3.4vw,2.6rem);line-height:1.15;letter-spacing:-.01em;color:var(--navy);margin:0 0 .9rem}.services-sub{font-size:1rem;line-height:1.6;color:var(--ink-soft);margin:0}.service-grid{max-width:1120px;margin:0 auto;display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}@media (max-width:720px){.service-grid{grid-template-columns:1fr}}.service-card{position:relative;background:var(--surface);border:1px solid var(--line);border-radius:16px;padding:2rem 1.75rem;overflow:hidden}.service-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:var(--accent)}.service-icon{width:44px;height:44px;border-radius:12px;display:flex;align-items:center;justify-content:center;background:color-mix(in srgb,var(--accent) 14%,white);color:var(--accent);margin-bottom:1.25rem}.service-icon svg{width:22px;height:22px}.service-title{font-family:Manrope,sans-serif;font-weight:700;font-size:1.05rem;color:var(--navy);margin:0 0 .6rem}.service-copy{font-size:.92rem;line-height:1.6;color:var(--ink-soft);margin:0}