:root{
  --navy:#061b33;
  --navy-2:#082748;
  --ink:#0b1b33;
  --muted:#5e6d7e;
  --line:#dfe6ef;
  --bg:#f6f8fb;
  --white:#fff;
  --gold:#f0b63d;
  --gold-dark:#d49525;
  --shadow:0 18px 48px rgba(7,31,60,.09);
}

*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:var(--bg);line-height:1.6}
a{text-decoration:none;color:inherit;cursor:pointer}
.container{width:min(1180px,calc(100% - 64px));margin:0 auto}

.site-header{height:82px;background:#fff;border-bottom:1px solid rgba(6,27,51,.08);position:sticky;top:0;z-index:50;box-shadow:0 4px 24px rgba(6,27,51,.04)}
.header-inner{height:82px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.brand{display:inline-flex;align-items:center;gap:13px;color:#071b33}
.brand-mark{width:42px;height:42px;flex:0 0 auto;filter:drop-shadow(0 6px 14px rgba(7,27,52,.18))}
.brand-text{display:flex;flex-direction:column;line-height:1}
.brand-text strong{font-family:Georgia,"Times New Roman",serif;font-size:22px;font-weight:700;letter-spacing:.02em;color:#071b33}
.brand-text small{display:block;margin-top:5px;font-size:9px;font-weight:800;letter-spacing:.4em;color:#6f7783}
.brand-text small b{color:var(--gold);font-weight:800;letter-spacing:0;margin:0 2px}
.brand.dark .brand-text strong{color:#fff}
.brand.dark .brand-text small{color:#bec9d7}

.ico-sm{width:16px;height:16px;flex:0 0 auto;vertical-align:middle}
.mini-ico{width:22px;height:22px;color:var(--gold);flex:0 0 auto}
.info-ico{width:22px;height:22px;color:#071c34;flex:0 0 auto}
.desktop-nav{display:flex;align-items:center;gap:44px;font-weight:700;font-size:14px;color:#0d2038}
.desktop-nav a:hover{color:var(--gold-dark)}
.header-actions{display:flex;align-items:center;gap:26px}
.lang{display:flex;align-items:center;gap:10px;font-size:14px;color:#6d7b8c}.lang a{font-weight:700;color:#a6b2bf;transition:.2s}.lang a:hover{color:#091c34}.lang a.active{color:#091c34}.lang span{color:#cfd6df}

.btn{display:inline-flex;align-items:center;justify-content:center;gap:12px;padding:15px 24px;border-radius:4px;font-weight:800;font-size:14px;transition:.22s ease;border:1px solid transparent;white-space:nowrap}
.btn-gold{background:linear-gradient(135deg,#f7c85c,var(--gold));color:#071c34;box-shadow:0 12px 30px rgba(240,182,61,.24)}
.btn-gold:hover{transform:translateY(-2px);box-shadow:0 18px 38px rgba(240,182,61,.33)}
.btn-outline{border-color:rgba(255,255,255,.52);color:#fff;background:rgba(255,255,255,.03)}
.btn-outline:hover{background:rgba(255,255,255,.08)}

.hero{min-height:470px;position:relative;color:#fff;background-color:var(--navy);overflow:hidden}
.hero-bg{position:absolute;inset:0;background-image:linear-gradient(90deg,rgba(6,27,51,.88) 0%,rgba(6,27,51,.72) 30%,rgba(6,27,51,.25) 58%,rgba(6,27,51,.04) 100%),url('assets/hero-map.png');background-size:cover;background-position:center right;filter:saturate(1.05)}
.hero-inner{position:relative;z-index:2;min-height:470px;display:flex;align-items:center}
.hero-copy{max-width:560px;padding:56px 0 54px}
.hero h1{font-family:Georgia,"Times New Roman",serif;font-size:52px;line-height:1.08;font-weight:700;letter-spacing:-.035em;margin-bottom:22px}
.hero h1 .accent{color:var(--gold)}
.hero p{font-size:17px;line-height:1.75;color:#eef4fb;max-width:480px;margin-bottom:30px}
.hero-buttons{display:flex;gap:16px;align-items:center}

.trust-strip{background:#fff;border-bottom:1px solid var(--line);box-shadow:0 12px 30px rgba(6,27,51,.04)}
.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);align-items:center}
.trust-item{display:flex;align-items:center;gap:18px;padding:26px 28px 26px 0;border-right:1px solid var(--line)}
.trust-item + .trust-item{padding-left:28px}.trust-item.no-border{border-right:0}
.circle-icon{width:56px;height:56px;border-radius:50%;border:2px solid #0c203b;display:flex;align-items:center;justify-content:center;color:#0c203b;background:#fff;flex:0 0 auto}
.circle-icon svg{width:24px;height:24px}
.gold-icon{background:#061b33;color:var(--gold);border-color:#061b33}
.trust-item strong{font-family:Georgia,"Times New Roman",serif;font-size:26px;line-height:1.1;font-weight:700;color:#071c34;white-space:nowrap}
.trust-item p{font-size:13px;line-height:1.45;color:#24384f;margin-top:4px}

.section{padding:76px 0}.about{background:#fff}.bg-light{background:#f7f9fc}
.about-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:90px;align-items:start}
.eyebrow{font-size:12px;text-transform:uppercase;letter-spacing:.26em;font-weight:800;color:#071c34;margin-bottom:20px;display:flex;align-items:center;gap:18px}.eyebrow:after{content:"";width:38px;height:2px;background:var(--gold);display:inline-block}.eyebrow.light{color:#fff}.eyebrow.light:after{background:var(--gold)}
.section-heading h2,.why h2,.contact-copy h2{font-family:Georgia,"Times New Roman",serif;font-size:36px;line-height:1.18;font-weight:500;letter-spacing:-.03em;color:#071c34}.section-heading.center{text-align:center;max-width:720px;margin:0 auto 44px}.section-heading.center .eyebrow{justify-content:center}.section-heading.center p{font-size:15px;color:var(--muted);margin-top:10px}
.about-copy p{font-size:16px;line-height:1.85;color:#304258;margin-bottom:16px}
.mini-benefits{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:28px}.mini-benefits div{display:flex;align-items:flex-start;gap:10px;font-size:13px;font-weight:700;line-height:1.45;color:#1a2e48}.mini-benefits span{flex:1}

.services{background:linear-gradient(180deg,#f6f8fb 0%,#fff 100%);padding-top:70px}
.service-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.service-card{background:#fff;border:1px solid var(--line);border-radius:8px;padding:24px;box-shadow:var(--shadow);min-height:260px;transition:.22s ease}.service-card:hover{transform:translateY(-5px);border-color:rgba(240,182,61,.5)}
.service-icon{width:50px;height:50px;border-radius:50%;background:#061b33;color:var(--gold);display:flex;align-items:center;justify-content:center;margin-bottom:18px}
.service-icon svg{width:24px;height:24px}
.service-card h3{font-family:Georgia,"Times New Roman",serif;font-size:21px;line-height:1.18;color:#081d36;margin-bottom:12px}.service-card p{font-size:13px;line-height:1.65;color:#33465b;margin-bottom:26px}.service-card a{color:var(--gold-dark);font-weight:700;font-size:14px}
.custom-scope{width:min(560px,100%);margin:28px auto 0;background:#eef2f7;border-radius:6px;padding:13px 18px;display:flex;align-items:center;justify-content:center;gap:13px;color:#14283f;font-size:14px}.custom-scope a{color:var(--gold-dark);font-weight:700}

.why{background:#fff;padding:48px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.why-grid{display:grid;grid-template-columns:.9fr 1.4fr;gap:70px;align-items:center}.why h2{font-size:30px}.why-icons{display:grid;grid-template-columns:repeat(5,1fr);gap:20px;border-left:1px solid var(--line);padding-left:45px}.why-icons div{text-align:center}.why-icons svg{width:30px;height:30px;color:#071c34;margin:0 auto 10px;display:block}.why-icons p{font-size:13px;line-height:1.35;color:#162b43}

.case-studies{background:linear-gradient(135deg,#061b33 0%,#08294d 100%);color:#fff;padding:48px 0 54px}.cases-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.cases-top a{font-size:14px;color:#fff;font-weight:700;display:inline-flex;align-items:center;gap:8px}.cases-top a svg{color:var(--gold)}.case-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:34px}.case-card{display:flex;gap:18px;border-right:1px solid rgba(255,255,255,.25);padding-right:34px;align-items:flex-start}.case-card:last-child{border-right:0}.case-icon{flex:0 0 48px;color:var(--gold)}.case-icon svg{width:36px;height:36px}.case-body{flex:1;min-width:0}.case-card h3{font-family:Georgia,"Times New Roman",serif;font-size:19px;line-height:1.3;margin-bottom:12px;font-weight:700}.case-card p{font-size:13px;line-height:1.65;color:#d3dfec}

.contact-section{background:#fff;padding:60px 0}.contact-grid{display:grid;grid-template-columns:1fr .8fr 1.25fr;gap:42px;align-items:start}.contact-copy h2{font-size:31px;margin-bottom:20px}.contact-copy p{font-size:14px;color:#4d5e72;line-height:1.75}.contact-info{display:grid;gap:18px;border-left:1px solid var(--line);padding-left:36px}.contact-info > div{display:flex;gap:14px;align-items:flex-start}.contact-info strong{font-size:13px;display:block;margin-bottom:2px}.contact-info p{font-size:12px;color:#34475d;line-height:1.45}
.contact-form{display:grid;gap:14px}.two-inputs{display:grid;grid-template-columns:1fr 1fr;gap:14px}input,textarea{width:100%;border:1px solid #d5dfe9;border-radius:3px;background:#fff;padding:14px 16px;font:inherit;color:#071c34;outline:none}textarea{height:106px;resize:vertical}input:focus,textarea:focus{border-color:var(--gold);box-shadow:0 0 0 3px rgba(240,182,61,.13)}.agree{display:flex;gap:10px;align-items:flex-start;font-size:12px;color:#42546a;line-height:1.45}.agree input{width:18px;height:18px;margin-top:1px;accent-color:var(--gold)}.contact-form .btn{justify-self:end;border:0;cursor:pointer}

.footer{background:#061b33;color:#d2deea;padding:42px 0}.footer-grid{display:grid;grid-template-columns:1.45fr 1fr 1fr 1.15fr;gap:45px}.footer .brand{margin-bottom:14px}.footer p{font-size:13px;color:#d2deea;max-width:240px;margin-bottom:14px}.social{width:28px;height:28px;border:1px solid rgba(255,255,255,.4);display:inline-flex;align-items:center;justify-content:center;border-radius:3px;font-weight:800;margin-bottom:18px}.footer small{display:block;color:#9fb2c7;font-size:12px}.footer h4{font-size:12px;text-transform:uppercase;letter-spacing:.18em;color:#fff;margin-bottom:14px}.footer a{display:block;font-size:13px;color:#d2deea;margin-bottom:8px}.legal{display:flex;gap:24px;margin-top:58px}.legal a{font-size:12px;color:#c7d5e4}

@media(max-width:1100px){.desktop-nav{gap:22px}.trust-grid,.service-grid{grid-template-columns:repeat(2,1fr)}.trust-item:nth-child(2){border-right:0}.trust-item:nth-child(n+3){border-top:1px solid var(--line)}.why-grid,.about-grid,.contact-grid{grid-template-columns:1fr}.why-icons{border-left:0;padding-left:0}.case-grid{grid-template-columns:1fr}.case-card{border-right:0;border-bottom:1px solid rgba(255,255,255,.18);padding-bottom:24px}.footer-grid{grid-template-columns:1fr 1fr}}
@media(max-width:760px){.container{width:min(100% - 32px,1180px)}.site-header,.header-inner{height:auto}.header-inner{padding:14px 0}.brand-mark{width:36px;height:36px}.brand-text strong{font-size:18px}.desktop-nav,.lang{display:none}.hero,.hero-inner{min-height:610px}.hero-bg{background-position:62% center}.hero-copy{padding-top:90px}.hero h1{font-size:42px}.hero-buttons,.two-inputs{flex-direction:column;display:grid;grid-template-columns:1fr}.trust-grid,.service-grid,.why-icons,.footer-grid{grid-template-columns:1fr}.trust-item,.trust-item + .trust-item{border-right:0;border-top:1px solid var(--line);padding-left:0}.trust-item:first-child{border-top:0}.mini-benefits{grid-template-columns:1fr}.section{padding:58px 0}.section-heading h2,.why h2,.contact-copy h2{font-size:30px}.contact-info{border-left:0;padding-left:0}.footer{padding-bottom:28px}}
