﻿*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:"Inter",sans-serif;font-size:1rem;font-weight:400;line-height:1.7;color:#1e2433;background-color:#f4f7fb;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-family:"Montserrat",sans-serif;font-weight:700;line-height:1.2;color:#0d3766}h1{font-size:3rem}h2{font-size:2.25rem}h3{font-size:1.875rem}h4{font-size:1.5rem}h5{font-size:1.25rem}h6{font-size:1.125rem}@media(max-width: 768px){h1{font-size:2.25rem}h2{font-size:1.875rem}h3{font-size:1.5rem}h4{font-size:1.25rem}}@media(max-width: 640px){h1{font-size:1.875rem}h2{font-size:1.5rem}h3{font-size:1.25rem}}a{color:#1f7de6;text-decoration:none;transition:color 150ms ease}a:hover{color:#1659a6}a:focus-visible{outline:2px solid #1f7de6;outline-offset:3px;border-radius:4px}p{margin-bottom:1rem}p:last-child{margin-bottom:0}ul,ol{padding-left:1.5rem}li{margin-bottom:.5rem}img,svg{display:block;max-width:100%}hr{border:none;border-top:1px solid #dde4ef;margin:2rem 0}::selection{background-color:rgba(31,125,230,.15);color:#0d3766}:focus-visible{outline:2px solid #1f7de6;outline-offset:3px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border:0}.container{width:100%;max-width:1200px;margin-left:auto;margin-right:auto;padding-left:1.5rem;padding-right:1.5rem}.container--narrow{max-width:800px}.container--wide{max-width:1400px}.page-wrapper{display:grid;grid-template-rows:auto 1fr auto;min-height:100vh}.site-main{padding-top:72px}.section{padding-top:5rem;padding-bottom:5rem}.section--sm{padding-top:3rem;padding-bottom:3rem}.section--lg{padding-top:8rem;padding-bottom:8rem}.section--dark{background-color:#0d3766;color:#fff}.section--dark h1,.section--dark h2,.section--dark h3,.section--dark h4,.section--dark h5,.section--dark h6{color:#fff}.section--dark p{color:hsla(0,0%,100%,.85)}.section--blue{background-color:#1f7de6;color:#fff}.section--blue h1,.section--blue h2,.section--blue h3,.section--blue h4,.section--blue h5,.section--blue h6{color:#fff}.section--blue p{color:hsla(0,0%,100%,.9)}.section--alt{background-color:#eef2f9}.section--white{background-color:#fff}.section-header{text-align:center;max-width:720px;margin:0 auto 4rem}.section-header__eyebrow{display:inline-block;font-family:"Montserrat",sans-serif;font-size:.75rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#1f7de6;margin-bottom:.75rem}.section-header__title{margin-bottom:1rem}.section-header__subtitle{font-size:1.125rem;color:#5a6478;line-height:1.7}.section--dark .section-header__eyebrow,.section--blue .section-header__eyebrow{color:hsla(0,0%,100%,.7)}.section--dark .section-header__title,.section--blue .section-header__title{color:#fff}.section--dark .section-header__subtitle,.section--blue .section-header__subtitle{color:hsla(0,0%,100%,.8)}.grid-2{display:grid;grid-template-columns:repeat(2, 1fr);gap:2rem}@media(max-width: 768px){.grid-2{grid-template-columns:1fr}}.grid-3{display:grid;grid-template-columns:repeat(3, 1fr);gap:2rem}@media(max-width: 1024px){.grid-3{grid-template-columns:repeat(2, 1fr)}}@media(max-width: 640px){.grid-3{grid-template-columns:1fr}}.grid-4{display:grid;grid-template-columns:repeat(4, 1fr);gap:1.5rem}@media(max-width: 1024px){.grid-4{grid-template-columns:repeat(2, 1fr)}}@media(max-width: 640px){.grid-4{grid-template-columns:1fr}}.grid-auto{display:grid;grid-template-columns:repeat(auto-fill, minmax(280px, 1fr));gap:2rem}.split-layout{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}@media(max-width: 1024px){.split-layout{grid-template-columns:1fr;gap:2.5rem}}@media(min-width: 1025px){.split-layout--reverse .split-layout__content{order:2}.split-layout--reverse .split-layout__visual{order:1}}.split-layout__visual{display:flex;align-items:center;justify-content:center}.section-divider{display:flex;align-items:center;gap:1rem;margin-bottom:2rem}.section-divider::before,.section-divider::after{content:"";flex:1;height:1px;background:#dde4ef}.section-divider__text{font-size:.75rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:#8a96a8;white-space:nowrap}.site-header{position:fixed;top:0;left:0;right:0;z-index:1000;height:72px;background:hsla(0,0%,100%,.96);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid #eef2f9;box-shadow:0 1px 3px rgba(14,55,102,.06),0 1px 2px rgba(14,55,102,.04);transition:box-shadow 250ms ease,background 250ms ease}.site-header.scrolled{box-shadow:0 4px 12px rgba(14,55,102,.08),0 2px 6px rgba(14,55,102,.04)}.site-header__inner{display:grid;grid-template-columns:auto 1fr auto auto;align-items:center;height:100%;gap:2rem}@media(max-width: 1024px){.site-header__inner{grid-template-columns:auto 1fr auto auto}}.site-header__logo{display:flex;align-items:center;flex-shrink:0}.site-header__logo:hover{opacity:.85}.site-header__logo:focus-visible{outline-offset:4px}.site-header__logo-img{height:44px;width:auto}.site-nav{display:flex;justify-content:center}@media(max-width: 1024px){.site-nav{display:none;position:fixed;inset:72px 0 0 0;background:#fff;flex-direction:column;padding:1.5rem;overflow-y:auto;box-shadow:0 20px 50px rgba(14,55,102,.12),0 8px 20px rgba(14,55,102,.08);z-index:999}.site-nav.site-nav--open{display:flex}}.site-nav__list{display:flex;align-items:center;list-style:none;padding:0;margin:0;gap:.5rem}@media(max-width: 1024px){.site-nav__list{flex-direction:column;align-items:stretch;width:100%}}.site-nav__item{position:relative}@media(max-width: 1024px){.site-nav__item{width:100%}}@media(min-width: 1025px){.site-nav__item:hover>.site-nav__dropdown{opacity:1;pointer-events:all;transform:translateY(0)}}.site-nav__item--open>.site-nav__dropdown{display:block}.site-nav__link{display:flex;align-items:center;gap:.25rem;padding:.5rem .75rem;border-radius:8px;font-family:"Montserrat",sans-serif;font-size:.875rem;font-weight:600;color:#1e2433;white-space:nowrap;transition:color 150ms ease,background 150ms ease}.site-nav__link:hover{color:#1f7de6;background:rgba(31,125,230,.06)}@media(max-width: 1024px){.site-nav__link{padding:.75rem 1rem;font-size:1rem;border-radius:12px}}.site-nav__item--active>.site-nav__link{color:#1f7de6}.site-nav__arrow{display:inline-flex;width:14px;height:14px;flex-shrink:0;transition:transform 250ms ease;opacity:.6;margin-top:1px}.site-nav__arrow svg{width:100%;height:100%}@media(min-width: 1025px){.site-nav__item:hover .site-nav__arrow{transform:rotate(180deg)}}@media(max-width: 1024px){.site-nav__item--open .site-nav__arrow{transform:rotate(180deg)}}.site-nav__dropdown{position:absolute;top:calc(100% + 0.5rem);left:50%;transform:translateX(-50%) translateY(-8px);background:#fff;border-radius:20px;box-shadow:0 20px 50px rgba(14,55,102,.12),0 8px 20px rgba(14,55,102,.08);border:1px solid #eef2f9;padding:1.5rem;min-width:200px;opacity:0;pointer-events:none;transition:opacity 250ms ease,transform 250ms ease;z-index:1001}.site-nav__dropdown--mega{min-width:700px;left:auto;right:auto}@media(max-width: 900px){.site-nav__dropdown--mega{min-width:90vw;left:50%;transform:translateX(-50%) translateY(-8px)}}@media(max-width: 1024px){.site-nav__dropdown{position:static;display:none;transform:none;opacity:1;pointer-events:all;box-shadow:none;border:none;border-left:3px solid #dde4ef;border-radius:0;padding:.75rem 1rem .75rem 2rem;margin-top:.25rem;background:#eef2f9}}.site-nav__dropdown-grid{display:grid;grid-template-columns:repeat(2, 1fr);gap:.5rem}@media(max-width: 768px){.site-nav__dropdown-grid{grid-template-columns:1fr}}.site-nav__dropdown-group{padding:1rem;border-radius:12px;transition:background 150ms ease}.site-nav__dropdown-group:hover{background:#eef2f9}@media(max-width: 1024px){.site-nav__dropdown-group{padding:.5rem 0}.site-nav__dropdown-group:hover{background:rgba(0,0,0,0)}}.site-nav__dropdown-heading{display:block;font-family:"Montserrat",sans-serif;font-size:.875rem;font-weight:600;color:#0d3766;margin-bottom:.5rem;transition:color 150ms ease}.site-nav__dropdown-heading:hover{color:#1f7de6}.site-nav__dropdown-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.25rem}.site-nav__dropdown-link{display:block;font-size:.75rem;color:#5a6478;padding:.25rem 0;transition:color 150ms ease}.site-nav__dropdown-link:hover{color:#1f7de6}.site-nav__dropdown-simple{display:flex;flex-direction:column;gap:.25rem}.site-nav__dropdown-simple a{display:block;font-size:.875rem;color:#1e2433;padding:.5rem .75rem;border-radius:8px;transition:color 150ms ease,background 150ms ease}.site-nav__dropdown-simple a:hover{color:#1f7de6;background:rgba(31,125,230,.06)}.lang-switcher{display:flex;align-items:center;gap:.25rem;flex-shrink:0}.lang-switcher__btn{font-family:"Montserrat",sans-serif;font-size:.75rem;font-weight:700;letter-spacing:.05em;padding:.25rem .5rem;border-radius:8px;transition:all 150ms ease;cursor:pointer}.lang-switcher__btn--active{background:#1f7de6;color:#fff}.lang-switcher__btn--inactive{color:#5a6478;border:1px solid #dde4ef}.lang-switcher__btn--inactive:hover{color:#1f7de6;border-color:#1f7de6;background:rgba(31,125,230,.06)}.lang-switcher__sep{color:#dde4ef;font-size:.75rem}.site-nav__toggle{display:none;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:40px;height:40px;background:rgba(0,0,0,0);border:1px solid #dde4ef;border-radius:8px;cursor:pointer;padding:0;flex-shrink:0;transition:border-color 150ms ease,background 150ms ease}.site-nav__toggle:hover{border-color:#1f7de6;background:rgba(31,125,230,.06)}@media(max-width: 1024px){.site-nav__toggle{display:flex}}.site-nav__toggle-bar{display:block;width:18px;height:2px;background:#1e2433;border-radius:9999px;transition:transform 250ms ease,opacity 250ms ease}.site-nav__toggle[aria-expanded=true] .site-nav__toggle-bar:nth-child(1){transform:translateY(7px) rotate(45deg)}.site-nav__toggle[aria-expanded=true] .site-nav__toggle-bar:nth-child(2){opacity:0}.site-nav__toggle[aria-expanded=true] .site-nav__toggle-bar:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.site-footer{background:#0d3766;color:hsla(0,0%,100%,.85);padding:4rem 0 2rem}.site-footer__grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;margin-bottom:3rem}@media(max-width: 1024px){.site-footer__grid{grid-template-columns:1fr 1fr;gap:2.5rem}}@media(max-width: 640px){.site-footer__grid{grid-template-columns:1fr;gap:2rem}}.site-footer__brand .logo{margin-bottom:1.25rem}.site-footer__brand .tagline{font-family:"Montserrat",sans-serif;font-size:1.25rem;font-weight:700;color:#fff;margin-bottom:1rem;letter-spacing:-0.01em}.site-footer__brand p{font-size:.875rem;color:hsla(0,0%,100%,.65);line-height:1.7;max-width:280px}.site-footer__logo-img{height:40px;width:auto;filter:brightness(0) invert(1);opacity:.9}.site-footer__col-title{font-family:"Montserrat",sans-serif;font-size:.75rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:hsla(0,0%,100%,.45);margin-bottom:1.25rem}.site-footer__nav{list-style:none;padding:0;display:flex;flex-direction:column;gap:.75rem}.site-footer__nav a{font-size:.875rem;color:hsla(0,0%,100%,.75);transition:color 150ms ease}.site-footer__nav a:hover{color:#fff}.site-footer__contact{display:flex;flex-direction:column;gap:.75rem}.site-footer__contact a{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:hsla(0,0%,100%,.75);transition:color 150ms ease}.site-footer__contact a:hover{color:#fff}.site-footer__contact a svg{width:16px;height:16px;flex-shrink:0;opacity:.6}.site-footer__bottom{border-top:1px solid hsla(0,0%,100%,.1);padding-top:1.5rem;display:flex;align-items:center;justify-content:space-between;gap:1rem}@media(max-width: 640px){.site-footer__bottom{flex-direction:column;text-align:center}}.site-footer__copy{font-size:.75rem;color:hsla(0,0%,100%,.45)}.site-footer__bottom-links{display:flex;gap:1.5rem}.site-footer__bottom-links a{font-size:.75rem;color:hsla(0,0%,100%,.45);transition:color 150ms ease}.site-footer__bottom-links a:hover{color:hsla(0,0%,100%,.75)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-family:"Montserrat",sans-serif;font-size:.875rem;font-weight:600;padding:.75rem 1.5rem;border-radius:12px;border:2px solid rgba(0,0,0,0);cursor:pointer;text-decoration:none;white-space:nowrap;transition:all 250ms ease;letter-spacing:.01em}.btn:focus-visible{outline:2px solid #1f7de6;outline-offset:3px}.btn svg{width:18px;height:18px;flex-shrink:0}.btn--sm{font-size:.75rem;padding:.5rem 1rem;border-radius:8px}.btn--lg{font-size:1rem;padding:1rem 2rem;border-radius:20px}.btn--primary{background:#1f7de6;border-color:#1f7de6;color:#fff;box-shadow:0 4px 14px rgba(31,125,230,.35)}.btn--primary:hover{background:rgb(22.1084337349,105.2361445783,198.0915662651);border-color:rgb(22.1084337349,105.2361445783,198.0915662651);color:#fff;box-shadow:0 6px 20px rgba(31,125,230,.45);transform:translateY(-1px)}.btn--primary:active{transform:translateY(0);box-shadow:0 2px 8px rgba(31,125,230,.3)}.btn--secondary{background:rgba(0,0,0,0);border-color:#1f7de6;color:#1f7de6}.btn--secondary:hover{background:rgba(31,125,230,.06);color:#1f7de6;transform:translateY(-1px)}.btn--dark{background:#0d3766;border-color:#0d3766;color:#fff}.btn--dark:hover{background:rgb(17.612173913,74.5130434783,138.187826087);border-color:rgb(17.612173913,74.5130434783,138.187826087);color:#fff;transform:translateY(-1px)}.btn--ghost{background:rgba(0,0,0,0);border-color:hsla(0,0%,100%,.4);color:#fff}.btn--ghost:hover{background:hsla(0,0%,100%,.1);border-color:hsla(0,0%,100%,.7);color:#fff}.btn--accent{background:#00b4d8;border-color:#00b4d8;color:#fff}.btn--accent:hover{background:rgb(0,146,175.2);border-color:rgb(0,146,175.2);color:#fff;transform:translateY(-1px)}.btn--arrow::after{content:"→";transition:transform 250ms ease}.btn--arrow:hover::after{transform:translateX(4px)}.card{background:#fff;border-radius:20px;border:1px solid #eef2f9;box-shadow:0 2px 8px rgba(14,55,102,.07),0 6px 20px rgba(14,55,102,.04);padding:2rem;transition:box-shadow 250ms ease,transform 250ms ease,border-color 250ms ease}.card--hover:hover{box-shadow:0 16px 40px rgba(31,125,230,.18),0 6px 16px rgba(14,55,102,.1);transform:translateY(-4px);border-color:rgba(31,125,230,.2)}.card--link{cursor:pointer;text-decoration:none;display:block;color:inherit}.card--link:hover{box-shadow:0 16px 40px rgba(31,125,230,.18),0 6px 16px rgba(14,55,102,.1);transform:translateY(-4px);border-color:rgba(31,125,230,.2);color:inherit}.card--dark{background:#0d3766;border-color:hsla(0,0%,100%,.1);color:#fff}.card--dark h1,.card--dark h2,.card--dark h3,.card--dark h4,.card--dark h5,.card--dark h6{color:#fff}.card--dark p{color:hsla(0,0%,100%,.8)}.card--blue{background:linear-gradient(135deg, #1f7de6, #1659a6);border-color:rgba(0,0,0,0);color:#fff}.card--blue h1,.card--blue h2,.card--blue h3,.card--blue h4,.card--blue h5,.card--blue h6{color:#fff}.card--blue p{color:hsla(0,0%,100%,.9)}.card__icon{width:52px;height:52px;border-radius:12px;background:linear-gradient(135deg, rgba(31, 125, 230, 0.1), rgba(0, 180, 216, 0.1));display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem;flex-shrink:0}.card__icon svg{width:28px;height:28px;color:#1f7de6}.card__eyebrow{font-size:.75rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:#1f7de6;margin-bottom:.75rem}.card__title{font-family:"Montserrat",sans-serif;font-weight:700;color:#0d3766;margin-bottom:.75rem;line-height:1.375}.card__body{font-size:.875rem;color:#5a6478;line-height:1.7;margin-bottom:1.25rem}.card__body:last-child{margin-bottom:0}.card__link{display:inline-flex;align-items:center;gap:.25rem;font-size:.875rem;font-weight:600;color:#1f7de6;transition:gap 150ms ease}.card__link:hover{gap:.5rem}.card__link::after{content:"→"}.feature-card{display:flex;gap:1.25rem}.feature-card__number{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:9999px;background:linear-gradient(135deg, #1f7de6, #1659a6);color:#fff;font-family:"Montserrat",sans-serif;font-size:.75rem;font-weight:700;flex-shrink:0}.feature-card__content{flex:1}.feature-card__title{font-family:"Montserrat",sans-serif;font-size:1rem;font-weight:600;color:#0d3766;margin-bottom:.5rem}.feature-card__body{font-size:.875rem;color:#5a6478;line-height:1.7}.stat-card{text-align:center;padding:2rem 1.5rem}.stat-card__number{display:block;font-family:"Montserrat",sans-serif;font-size:3rem;font-weight:800;color:#1f7de6;line-height:1;margin-bottom:.5rem}.stat-card__label{font-size:.875rem;color:#5a6478;font-weight:500}.badge{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:600;letter-spacing:.04em}.badge--primary{background:rgba(31,125,230,.1);color:#1f7de6}.badge--dark{background:rgba(13,55,102,.08);color:#0d3766}.badge--accent{background:rgba(0,180,216,.12);color:rgb(0,137.5,165)}.badge--outline{background:rgba(0,0,0,0);border:1px solid #dde4ef;color:#5a6478}.team-card{background:#fff;border-radius:20px;border:1px solid #eef2f9;padding:2rem;box-shadow:0 2px 8px rgba(14,55,102,.07),0 6px 20px rgba(14,55,102,.04);display:flex;flex-direction:column;align-items:center;text-align:center;transition:box-shadow 250ms ease,transform 250ms ease}.team-card:hover{box-shadow:0 16px 40px rgba(31,125,230,.18),0 6px 16px rgba(14,55,102,.1);transform:translateY(-3px)}.team-card__avatar{width:80px;height:80px;border-radius:9999px;margin-bottom:1.25rem;overflow:hidden;flex-shrink:0;background:linear-gradient(135deg, #1f7de6, #1659a6);display:flex;align-items:center;justify-content:center}.team-card__name{font-family:"Montserrat",sans-serif;font-size:1.125rem;font-weight:700;color:#0d3766;margin-bottom:.25rem}.team-card__role{font-size:.875rem;color:#1f7de6;font-weight:500;margin-bottom:.5rem}.team-card__tag{font-size:.75rem;color:#8a96a8;letter-spacing:.05em;text-transform:uppercase;font-weight:600}.partner-card{background:#fff;border-radius:12px;border:1px solid #dde4ef;padding:1.5rem 2rem;display:flex;align-items:center;gap:1rem;transition:border-color 250ms ease,box-shadow 250ms ease}.partner-card:hover{border-color:rgba(31,125,230,.3);box-shadow:0 4px 12px rgba(14,55,102,.08),0 2px 6px rgba(14,55,102,.04)}.partner-card__icon{width:44px;height:44px;border-radius:8px;background:linear-gradient(135deg, rgba(22, 89, 166, 0.1), rgba(31, 125, 230, 0.1));display:flex;align-items:center;justify-content:center;flex-shrink:0}.partner-card__icon svg{width:22px;height:22px;color:#1659a6}.partner-card__name{font-family:"Montserrat",sans-serif;font-size:1rem;font-weight:600;color:#0d3766}.cta-banner{text-align:center;padding:4rem 1.5rem}.cta-banner__title{font-size:2.25rem;font-weight:800;color:#fff;margin-bottom:1rem}@media(max-width: 640px){.cta-banner__title{font-size:1.875rem}}.cta-banner__subtitle{font-size:1.125rem;color:hsla(0,0%,100%,.8);max-width:540px;margin:0 auto 2rem;line-height:1.7}.cta-banner__actions{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.page-hero{background:linear-gradient(140deg, #0d3766 0%, #1659a6 60%, #1f7de6 100%);padding:6rem 0 4rem;position:relative;overflow:hidden}.page-hero::before{content:"";position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.page-hero__inner{position:relative;z-index:1;max-width:720px}.page-hero__breadcrumb{display:flex;align-items:center;gap:.5rem;font-size:.75rem;color:hsla(0,0%,100%,.55);margin-bottom:1.25rem}.page-hero__breadcrumb a{color:hsla(0,0%,100%,.7);transition:color 150ms ease}.page-hero__breadcrumb a:hover{color:#fff}.page-hero__breadcrumb span{opacity:.4}.page-hero__eyebrow{display:inline-block;font-family:"Montserrat",sans-serif;font-size:.75rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:hsla(0,0%,100%,.6);margin-bottom:.75rem}.page-hero__title{font-size:3rem;font-weight:800;color:#fff;margin-bottom:1.25rem;letter-spacing:-0.02em}@media(max-width: 768px){.page-hero__title{font-size:2.25rem}}@media(max-width: 640px){.page-hero__title{font-size:1.875rem}}.page-hero__subtitle{font-size:1.25rem;color:hsla(0,0%,100%,.8);line-height:1.7;max-width:600px;margin-bottom:2rem}.page-hero__actions{display:flex;gap:1rem;flex-wrap:wrap}.value-prop{display:grid;grid-template-columns:64px 1fr;gap:1.25rem;align-items:start}.value-prop__icon-wrap{width:64px;height:64px;border-radius:12px;background:linear-gradient(135deg, rgba(31, 125, 230, 0.1), rgba(0, 180, 216, 0.08));display:flex;align-items:center;justify-content:center;flex-shrink:0}.value-prop__icon-wrap svg{width:32px;height:32px}.value-prop__title{font-family:"Montserrat",sans-serif;font-size:1.125rem;font-weight:700;color:#0d3766;margin-bottom:.5rem}.value-prop__body{font-size:.875rem;color:#5a6478;line-height:1.7}.illustration{display:flex;align-items:center;justify-content:center;padding:1.5rem}.illustration svg{max-width:100%;height:auto}.hero{position:relative;overflow:hidden;background:linear-gradient(140deg, #0d3766 0%, #1659a6 55%, #1f7de6 100%);min-height:100vh;display:flex;align-items:center;padding:5rem 0}.hero::before{content:"";position:absolute;inset:0;background-image:radial-gradient(circle, rgba(255, 255, 255, 0.06) 1px, transparent 1px);background-size:32px 32px}.hero::after{content:"";position:absolute;bottom:0;left:0;right:0;height:120px;background:linear-gradient(to bottom, transparent, #f4f7fb);pointer-events:none}.hero__inner{position:relative;z-index:1;display:grid;grid-template-columns:1fr 480px;gap:4rem;align-items:center}@media(max-width: 1280px){.hero__inner{grid-template-columns:1fr 400px;gap:3rem}}@media(max-width: 1024px){.hero__inner{grid-template-columns:1fr;gap:3rem}}.hero__content{max-width:640px}.hero__eyebrow{display:inline-flex;align-items:center;gap:.5rem;font-family:"Montserrat",sans-serif;font-size:.75rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:hsla(0,0%,100%,.65);margin-bottom:1.25rem}.hero__eyebrow-dot{width:6px;height:6px;border-radius:9999px;background:#00b4d8;animation:pulse 2s infinite}.hero__title{font-size:3.75rem;font-weight:800;color:#fff;line-height:1.05;letter-spacing:-0.03em;margin-bottom:1.5rem}@media(max-width: 1280px){.hero__title{font-size:3rem}}@media(max-width: 768px){.hero__title{font-size:2.25rem}}@media(max-width: 640px){.hero__title{font-size:1.875rem}}.hero__title em{font-style:normal;color:#00b4d8}.hero__subtitle{font-size:1.25rem;color:hsla(0,0%,100%,.8);line-height:1.7;margin-bottom:2.5rem;max-width:540px}@media(max-width: 640px){.hero__subtitle{font-size:1.125rem}}.hero__actions{display:flex;gap:1rem;flex-wrap:wrap}.hero__visual{display:flex;align-items:center;justify-content:center}@media(max-width: 1024px){.hero__visual{display:none}}@keyframes pulse{0%,100%{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(0.8)}}.why-us-preview{display:grid;grid-template-columns:repeat(5, 1fr);gap:1.5rem}@media(max-width: 1280px){.why-us-preview{grid-template-columns:repeat(3, 1fr)}}@media(max-width: 1024px){.why-us-preview{grid-template-columns:repeat(2, 1fr)}}@media(max-width: 640px){.why-us-preview{grid-template-columns:1fr}}.why-us-preview__item{display:flex;flex-direction:column;align-items:center;text-align:center;padding:1.5rem;border-radius:20px;border:1px solid #eef2f9;background:#fff;box-shadow:0 2px 8px rgba(14,55,102,.07),0 6px 20px rgba(14,55,102,.04);transition:box-shadow 250ms ease,transform 250ms ease}.why-us-preview__item:hover{box-shadow:0 16px 40px rgba(31,125,230,.18),0 6px 16px rgba(14,55,102,.1);transform:translateY(-3px)}.why-us-preview__icon{width:52px;height:52px;border-radius:12px;background:linear-gradient(135deg, rgba(31, 125, 230, 0.1), rgba(0, 180, 216, 0.1));display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.why-us-preview__icon svg{width:26px;height:26px}.why-us-preview__title{font-family:"Montserrat",sans-serif;font-size:.875rem;font-weight:700;color:#0d3766;line-height:1.375}.services-grid{display:grid;grid-template-columns:repeat(2, 1fr);gap:1.5rem}@media(max-width: 768px){.services-grid{grid-template-columns:1fr}}.services-grid__item{background:#fff;border-radius:20px;border:1px solid #eef2f9;padding:2rem;box-shadow:0 2px 8px rgba(14,55,102,.07),0 6px 20px rgba(14,55,102,.04);transition:box-shadow 250ms ease,transform 250ms ease,border-color 250ms ease;display:flex;flex-direction:column;text-decoration:none;color:inherit}.services-grid__item:hover{box-shadow:0 16px 40px rgba(31,125,230,.18),0 6px 16px rgba(14,55,102,.1);transform:translateY(-4px);border-color:rgba(31,125,230,.2);color:inherit}.services-grid__number{font-family:"Montserrat",sans-serif;font-size:2.25rem;font-weight:800;color:rgba(31,125,230,.12);line-height:1;margin-bottom:.75rem;letter-spacing:-0.04em}.services-grid__icon{width:52px;height:52px;border-radius:12px;background:linear-gradient(135deg, rgba(31, 125, 230, 0.1), rgba(0, 180, 216, 0.1));display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem}.services-grid__icon svg{width:28px;height:28px;color:#1f7de6}.services-grid__title{font-family:"Montserrat",sans-serif;font-size:1.25rem;font-weight:700;color:#0d3766;margin-bottom:.75rem;line-height:1.375}.services-grid__body{font-size:.875rem;color:#5a6478;line-height:1.7;flex:1;margin-bottom:1.25rem}.services-grid__cta{display:inline-flex;align-items:center;gap:.25rem;font-size:.875rem;font-weight:600;color:#1f7de6;transition:gap 150ms ease}.services-grid__cta::after{content:"→"}.services-grid__item:hover .services-grid__cta{gap:.5rem}.service-detail__section{padding-top:4rem;padding-bottom:4rem;border-bottom:1px solid #eef2f9}.service-detail__section:last-child{border-bottom:none}.service-detail__split{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}@media(max-width: 1024px){.service-detail__split{grid-template-columns:1fr;gap:2.5rem}}@media(min-width: 1025px){.service-detail__split--reverse .service-detail__text{order:2}.service-detail__split--reverse .service-detail__visual{order:1}}.service-detail__eyebrow{display:inline-block;font-size:.75rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:#1f7de6;margin-bottom:.75rem}.service-detail__title{font-size:1.875rem;font-weight:800;color:#0d3766;margin-bottom:1.25rem;letter-spacing:-0.02em}@media(max-width: 640px){.service-detail__title{font-size:1.5rem}}.service-detail__body{font-size:1.125rem;color:#5a6478;line-height:1.7;margin-bottom:1.5rem}.service-detail__list{list-style:none;padding:0;margin:0 0 1.5rem;display:flex;flex-direction:column;gap:.75rem}.service-detail__list li{display:flex;align-items:flex-start;gap:.75rem;font-size:.875rem;color:#1e2433;line-height:1.7}.service-detail__list li::before{content:"";display:block;width:20px;height:20px;border-radius:9999px;background:linear-gradient(135deg, #1f7de6, #00b4d8);flex-shrink:0;margin-top:1px;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10' cy='10' r='10' fill='url(%23g)'/%3E%3Cpath d='M6 10l3 3 5-5' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cdefs%3E%3ClinearGradient id='g' x1='0' y1='0' x2='20' y2='20'%3E%3Cstop stop-color='%231f7de6'/%3E%3Cstop offset='1' stop-color='%2300b4d8'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");background-size:cover}.service-detail__visual{display:flex;align-items:center;justify-content:center;min-height:320px}.service-detail__visual svg{max-width:400px;width:100%;height:auto}.subservice-card{background:#fff;border-radius:20px;border:1px solid #eef2f9;padding:2rem;box-shadow:0 2px 8px rgba(14,55,102,.07),0 6px 20px rgba(14,55,102,.04);height:100%;transition:box-shadow 250ms ease,transform 250ms ease}.subservice-card:hover{box-shadow:0 16px 40px rgba(31,125,230,.18),0 6px 16px rgba(14,55,102,.1);transform:translateY(-3px)}.subservice-card__icon{width:48px;height:48px;border-radius:8px;background:linear-gradient(135deg, rgba(31, 125, 230, 0.1), rgba(0, 180, 216, 0.1));display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem}.subservice-card__icon svg{width:24px;height:24px;color:#1f7de6}.subservice-card__title{font-family:"Montserrat",sans-serif;font-size:1.125rem;font-weight:700;color:#0d3766;margin-bottom:.75rem}.subservice-card__body{font-size:.875rem;color:#5a6478;line-height:1.7}.team-section__intro{max-width:680px;margin:0 auto 4rem;text-align:center}.team-section__intro p{font-size:1.125rem;color:#5a6478;line-height:1.7}.team-section__group-title{font-family:"Montserrat",sans-serif;font-size:.75rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#8a96a8;margin-bottom:2rem;text-align:center}.team-section__grid{display:grid;grid-template-columns:repeat(auto-fill, minmax(240px, 1fr));gap:1.5rem;margin-bottom:3rem}.why-us-section__item{padding:4rem 0;border-bottom:1px solid #eef2f9}.why-us-section__item:first-child{padding-top:0}.why-us-section__item:last-child{border-bottom:none}.why-us-section__split{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}@media(max-width: 1024px){.why-us-section__split{grid-template-columns:1fr;gap:2.5rem}}.why-us-section__number{font-family:"Montserrat",sans-serif;font-size:3.75rem;font-weight:800;color:rgba(31,125,230,.1);line-height:1;margin-bottom:.75rem;letter-spacing:-0.05em}.why-us-section__title{font-size:1.875rem;font-weight:800;color:#0d3766;margin-bottom:1.25rem;letter-spacing:-0.02em}@media(max-width: 640px){.why-us-section__title{font-size:1.5rem}}.why-us-section__body{font-size:1.125rem;color:#5a6478;line-height:1.7}.why-us-section__visual{display:flex;align-items:center;justify-content:center;min-height:280px}@media(max-width: 1024px){.why-us-section__visual{min-height:200px}}.services-overview__item{background:#fff;border-radius:28px;border:1px solid #eef2f9;overflow:hidden;box-shadow:0 2px 8px rgba(14,55,102,.07),0 6px 20px rgba(14,55,102,.04);transition:box-shadow 250ms ease,transform 250ms ease}.services-overview__item:hover{box-shadow:0 16px 40px rgba(31,125,230,.18),0 6px 16px rgba(14,55,102,.1);transform:translateY(-4px)}.services-overview__item-header{padding:2rem;background:linear-gradient(135deg, #0d3766, #1659a6);display:flex;align-items:center;gap:1rem}.services-overview__item-icon{width:56px;height:56px;border-radius:12px;background:hsla(0,0%,100%,.15);display:flex;align-items:center;justify-content:center;flex-shrink:0}.services-overview__item-icon svg{width:30px;height:30px;color:#fff}.services-overview__item-title{font-family:"Montserrat",sans-serif;font-size:1.25rem;font-weight:700;color:#fff;line-height:1.375}.services-overview__item-body{padding:2rem}.services-overview__item-body p{font-size:.875rem;color:#5a6478;margin-bottom:1.25rem}.services-overview__sublist{list-style:none;padding:0;margin:0 0 1.5rem;display:flex;flex-direction:column;gap:.5rem}.services-overview__sublist li{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#5a6478}.services-overview__sublist li::before{content:"";display:block;width:6px;height:6px;border-radius:9999px;background:#1f7de6;flex-shrink:0}/*# sourceMappingURL=main.css.map */