:root{--color-primary: #00377b;--color-primary-soft: #0d4ea4;--color-primary-deep: #001f46;--color-accent: #4aa3ff;--color-surface: #ffffff;--color-surface-alt: #f4f8fc;--color-border: rgba(0, 55, 123, .14);--color-text: #12304d;--color-text-muted: #56708d;--shadow-soft: 0 24px 60px rgba(0, 45, 98, .12);--shadow-card: 0 16px 40px rgba(0, 55, 123, .08);--radius-lg: 32px;--radius-md: 22px;--radius-sm: 16px;--container: 1180px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Avenir Next,Segoe UI Variable,Trebuchet MS,sans-serif;color:var(--color-text);background:radial-gradient(circle at top left,rgba(74,163,255,.18),transparent 28%),linear-gradient(180deg,#eef5fc,#fff 38%,#f2f7fb)}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}.page-shell{min-height:100vh;overflow:hidden}.container{width:min(calc(100% - 2rem),var(--container));margin:0 auto}.site-header{position:sticky;top:0;z-index:10;backdrop-filter:blur(16px);background:#ffffffc7;border-bottom:1px solid rgba(0,55,123,.08)}.site-header__inner,.site-footer__inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 0}.brand{display:inline-flex;align-items:center;gap:.85rem;font-weight:800;letter-spacing:-.03em;color:var(--color-primary)}.brand img{width:88px;height:88px;object-fit:contain}.nav{display:flex;align-items:center;gap:1.25rem;font-size:.95rem;color:var(--color-text-muted)}.nav a:hover,.footer-links a:hover{color:var(--color-primary)}.hero{position:relative;padding:4.5rem 0 3rem}.hero:before,.hero:after{content:"";position:absolute;border-radius:999px;pointer-events:none}.hero:before{inset:2rem auto auto -10rem;width:22rem;height:22rem;background:#4aa3ff1f;filter:blur(20px)}.hero:after{inset:auto -5rem 3rem auto;width:18rem;height:18rem;background:#00377b1a;filter:blur(18px)}.hero__grid,.about,.countries,.footer-panel{position:relative;z-index:1}.hero__grid{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(280px,.85fr);gap:2rem;align-items:stretch}.hero__content,.hero__highlight,.about,.services,.countries,.footer-panel{border:1px solid var(--color-border);border-radius:var(--radius-lg);background:#ffffffe0;box-shadow:var(--shadow-soft)}.hero__content{padding:3rem}.eyebrow{display:inline-flex;align-items:center;gap:.5rem;padding:.55rem .9rem;border-radius:999px;background:#00377b14;color:var(--color-primary);font-size:.92rem;font-weight:700}.eyebrow:before{content:"";width:.6rem;height:.6rem;border-radius:999px;background:var(--color-accent);box-shadow:0 0 0 6px #4aa3ff26}h1,h2,h3,p{margin:0}h1{max-width:12ch;margin-top:1.4rem;font-size:clamp(2.8rem,6vw,5.5rem);line-height:.95;letter-spacing:-.06em;color:var(--color-primary-deep)}.hero__lead{max-width:60ch;margin-top:1.25rem;font-size:1.08rem;line-height:1.75;color:var(--color-text-muted)}.hero__actions{display:flex;flex-wrap:wrap;gap:1rem;margin-top:2rem}.button,.button-secondary{display:inline-flex;align-items:center;justify-content:center;gap:.55rem;min-height:3.4rem;padding:0 1.4rem;border-radius:999px;font-weight:700;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.button{color:#fff;background:linear-gradient(135deg,var(--color-primary) 0%,var(--color-primary-soft) 100%);box-shadow:0 18px 30px #00377b38}.button-secondary{color:var(--color-primary);background:#00377b14}.button:hover,.button-secondary:hover,.country-card:hover{transform:translateY(-2px)}.hero__stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin-top:2.4rem}.stat{padding:1.1rem 1rem;border-radius:var(--radius-sm);background:linear-gradient(180deg,#00377b0d,#4aa3ff14)}.stat strong{display:block;color:var(--color-primary);font-size:1.5rem;letter-spacing:-.05em}.stat span{display:block;margin-top:.35rem;font-size:.92rem;color:var(--color-text-muted)}.hero__highlight{display:grid;gap:1.25rem;align-content:start;padding:2rem;background:linear-gradient(160deg,#00377bf0,#0d4ea4f5),var(--color-primary);color:#ffffffeb}.hero__highlight-logo{display:inline-flex;align-items:center;justify-content:center;width:86px;height:86px;padding:.9rem;border-radius:24px;background:#fff;box-shadow:0 14px 28px #00132e2e}.hero__highlight-logo img{width:100%;height:100%;object-fit:contain}.hero__highlight p{line-height:1.75}.hero__highlight-list,.footer-meta{display:grid;gap:.85rem}.hero__highlight-item{padding:1rem;border-radius:var(--radius-sm);background:#ffffff14}.section{padding:1.5rem 0}.section-heading{max-width:58ch;margin-bottom:1.8rem}.section-heading h2{font-size:clamp(2rem,4vw,3rem);line-height:1;letter-spacing:-.05em;color:var(--color-primary-deep)}.section-heading p{margin-top:.9rem;color:var(--color-text-muted);line-height:1.75}.about{padding:2.4rem}.about__grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,.8fr);gap:1.6rem}.about__panel{padding:1.5rem;border-radius:var(--radius-md);background:linear-gradient(180deg,#00377b0a,#4aa3ff14)}.about__panel strong{display:block;margin-bottom:.6rem;font-size:1.1rem;color:var(--color-primary)}.services{padding:2.4rem}.services__grid,.countries__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem}.service-card,.country-card{padding:1.45rem;border-radius:var(--radius-md);border:1px solid var(--color-border);background:#ffffffd1;box-shadow:var(--shadow-card)}.service-card h3,.country-card h3{font-size:1.18rem;color:var(--color-primary-deep)}.country-card__title{display:inline-flex;align-items:center;gap:.55rem}.country-card__flag{font-size:1.3rem;line-height:1}.service-card p,.country-card p{margin-top:.65rem;color:var(--color-text-muted);line-height:1.7}.service-card__icon,.country-card__badge{display:inline-flex;align-items:center;justify-content:center;min-width:3rem;min-height:3rem;margin-bottom:1rem;padding:.65rem .9rem;border-radius:18px;background:#00377b14;color:var(--color-primary);font-weight:800}.countries{padding:2.4rem}.country-card__meta{display:flex;align-items:center;justify-content:space-between;gap:1rem}.country-card__badge--active{background:#00377b1a}.country-card__badge--soon{background:#4aa3ff29}.country-card__domain{margin-top:1rem;font-size:.95rem;color:var(--color-primary);font-weight:700}.country-operation{margin-top:1.15rem;padding-top:1.15rem;border-top:1px solid var(--color-border)}.country-operation:first-of-type{margin-top:1.25rem}.country-operation__header{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.country-operation__header strong{color:var(--color-primary-deep);font-size:1rem}.country-operation__header span{display:inline-flex;align-items:center;justify-content:center;padding:.35rem .65rem;border-radius:999px;background:#00377b14;color:var(--color-primary);font-size:.8rem;font-weight:800;letter-spacing:.02em}.country-operation p{margin-top:.65rem}.country-card__link{display:inline-flex;align-items:center;gap:.45rem;margin-top:1.25rem;font-weight:700;color:var(--color-primary)}.country-card__link:hover{color:var(--color-primary-soft)}.site-footer{padding:1.5rem 0 3.5rem}.footer-panel{padding:2rem}.footer-copy{max-width:54ch;color:var(--color-text-muted);line-height:1.7}.footer-links{display:flex;flex-wrap:wrap;gap:1rem 1.4rem;color:var(--color-text-muted);font-weight:600}@media(max-width:960px){.hero__grid,.about__grid,.services__grid,.countries__grid{grid-template-columns:1fr}.hero__content,.hero__highlight,.about,.services,.countries,.footer-panel{padding:1.5rem}.hero{padding-top:2.5rem}.hero__stats{grid-template-columns:1fr}.site-header__inner,.site-footer__inner{flex-direction:column;align-items:flex-start}.nav{flex-wrap:wrap;gap:.85rem 1rem}}@media(max-width:640px){.container{width:min(calc(100% - 1.2rem),var(--container))}.hero__content{padding:1.35rem}.button,.button-secondary{width:100%}.brand img{width:68px;height:68px}}
