
:root{
  --navy:#082f63; --blue:#0c63bb; --light:#eef6ff; --yellow:#ffd52f;
  --ink:#17243a; --muted:#607086; --line:#dce6ef; --bg:#f5f8fc;
  --card:#fff; --green:#08795b; --red:#b42318; --orange:#9a5d00;
  --shadow:0 14px 40px rgba(13,49,88,.11); --r:22px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;color:var(--ink);background:var(--bg);line-height:1.55}
a{color:var(--blue);text-decoration:none} a:hover{text-decoration:underline}
.container{width:min(1180px,calc(100% - 30px));margin:auto}
.top{background:#061d3b;color:#fff}
.top .container{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:9px 0;flex-wrap:wrap}
.brand{display:flex;align-items:center;gap:10px;font-weight:900}
.flags{display:flex;gap:4px}
.flag{width:25px;height:17px;border-radius:3px;display:inline-block;position:relative;overflow:hidden;box-shadow:0 0 0 1px rgba(255,255,255,.25)}
.flag.ch{background:#e51d2a}.flag.ch:before,.flag.ch:after{content:"";position:absolute;background:white;left:50%;top:50%;transform:translate(-50%,-50%)}
.flag.ch:before{width:12px;height:4px}.flag.ch:after{width:4px;height:12px}
.flag.ua{background:linear-gradient(#1769c2 0 50%,#ffd62f 50%)}
.langs{display:flex;gap:6px}.lang{padding:7px 12px;border-radius:999px;color:#fff;font-weight:900;border:1px solid rgba(255,255,255,.22)}
.lang.active{background:#fff;color:var(--navy)}
.hero{background:linear-gradient(135deg,#07366f,#0d66ba);color:#fff;padding:54px 0 42px;position:relative;overflow:hidden}
.hero:after{content:"";width:480px;height:480px;border-radius:50%;background:rgba(255,213,47,.12);position:absolute;right:-120px;bottom:-280px}
.hero-grid{display:grid;grid-template-columns:1.35fr .65fr;gap:30px;align-items:center;position:relative;z-index:2}
.kicker{display:inline-flex;align-items:center;gap:8px;border:1px solid rgba(255,255,255,.23);background:rgba(255,255,255,.1);padding:7px 12px;border-radius:999px;font-weight:800}
.hero h1{font-size:clamp(2.25rem,5vw,4.55rem);line-height:1.02;margin:16px 0 14px;letter-spacing:-.04em}
.hero p{font-size:1.12rem;color:#eaf4ff;max-width:780px}
.hero-card{background:#fff;color:var(--ink);border-radius:24px;padding:23px;box-shadow:var(--shadow)}
.hero-card h3{color:var(--navy);margin:4px 0 10px}
.address{background:#edf7ff;border:1px solid #c9e3f7;border-radius:16px;padding:14px;margin-top:13px}
.btns{display:flex;gap:10px;flex-wrap:wrap;margin-top:20px}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:11px 16px;border-radius:12px;font-weight:900;text-decoration:none!important;border:1px solid transparent}
.btn.primary{background:var(--yellow);color:#17243a}.btn.ghost{border-color:rgba(255,255,255,.38);color:#fff;background:rgba(255,255,255,.08)}
.sticky{position:sticky;top:0;z-index:40;background:rgba(255,255,255,.95);backdrop-filter:blur(10px);border-bottom:1px solid var(--line)}
.nav{display:flex;gap:6px;overflow:auto;padding:8px 0;scrollbar-width:none}
.nav a{white-space:nowrap;color:#31465f;padding:8px 10px;border-radius:10px;font-weight:750;font-size:.93rem}
.nav a:hover{background:#edf5fc;text-decoration:none}
section{padding:46px 0}
.title{max-width:850px;margin-bottom:24px}.title h2{margin:0 0 8px;color:var(--navy);font-size:clamp(1.7rem,3vw,2.5rem);letter-spacing:-.025em}.title p{margin:0;color:var(--muted)}
.alert{display:grid;grid-template-columns:auto 1fr;gap:14px;background:#fff7d5;border:1px solid #ecd169;border-radius:18px;padding:19px}
.alert.red{background:#fff0ee;border-color:#f2b9b1}.alert.blue{background:#eaf5ff;border-color:#bfddf6}
.alert .ico{font-size:1.7rem}
.map-wrap{background:#fff;border:1px solid var(--line);border-radius:24px;overflow:hidden;box-shadow:var(--shadow)}
.map-wrap img{display:block;width:100%;height:auto;cursor:zoom-in}
.map-cap{padding:14px 18px;color:var(--muted);font-size:.91rem;border-top:1px solid var(--line)}
.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:17px}
.card{background:#fff;border:1px solid var(--line);border-radius:var(--r);padding:21px;box-shadow:0 7px 24px rgba(17,45,78,.055)}
.card h3{color:var(--navy);margin:6px 0 8px}.card p{margin:7px 0}
.icon{width:46px;height:46px;border-radius:15px;background:var(--light);display:grid;place-items:center;font-size:1.4rem}
.steps{counter-reset:step;display:grid;grid-template-columns:repeat(4,1fr);gap:15px}
.step{counter-increment:step;background:#fff;border:1px solid var(--line);border-radius:18px;padding:18px}
.step:before{content:counter(step);display:grid;place-items:center;width:34px;height:34px;border-radius:10px;background:var(--navy);color:white;font-weight:900;margin-bottom:11px}
.step h3{margin:0 0 6px;font-size:1.04rem}
.centers{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}
.center{background:#fff;border:1px solid var(--line);border-radius:18px;padding:18px;display:grid;grid-template-columns:auto 1fr;gap:13px}
.dot{width:18px;height:18px;background:#0b73d0;border-radius:50%;margin-top:5px;box-shadow:0 0 0 5px #e9f4ff}
.center h3{margin:0;color:var(--navy);font-size:1.05rem}.center address{font-style:normal;color:#4e5e73;margin-top:6px}.center .tel{display:inline-block;margin-top:6px;font-weight:800}
.two{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.list{list-style:none;margin:0;padding:0}.list li{position:relative;padding:8px 0 8px 28px;border-bottom:1px dashed #e1e9f0}.list li:last-child{border-bottom:0}.list li:before{content:"✓";position:absolute;left:0;color:var(--green);font-weight:900}
.pill{display:inline-block;padding:5px 9px;border-radius:999px;background:#e7f7f1;color:#076a50;font-weight:900;font-size:.78rem}
.pill.yellow{background:#fff4bf;color:#6c5600}
.source-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}
.source{background:#fff;border:1px solid var(--line);border-radius:14px;padding:14px 16px}.source strong{display:block;color:var(--navy)}
.counter{background:linear-gradient(135deg,#061e3d,#0b4b8b);color:#fff;border-radius:24px;padding:22px;display:flex;align-items:center;justify-content:space-between;gap:18px;flex-wrap:wrap}
.stats{display:flex;gap:10px}.stat{background:rgba(255,255,255,.1);border-radius:14px;padding:11px 15px;min-width:118px}.stat b{display:block;color:var(--yellow);font-size:1.5rem}
footer{background:#061e3d;color:#dce7f3;padding:32px 0;margin-top:34px}.footer-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:28px}footer a{color:#fff}.small{font-size:.88rem;color:#6e7e91}footer .small{color:#9fb1c4}
.modal{display:none;position:fixed;inset:0;background:rgba(0,0,0,.9);z-index:1000;padding:20px;align-items:center;justify-content:center}.modal.open{display:flex}.modal img{max-width:96vw;max-height:92vh;object-fit:contain}.close{position:fixed;right:18px;top:13px;background:#fff;border:0;border-radius:999px;width:42px;height:42px;font-size:1.5rem;font-weight:900;cursor:pointer}
@media(max-width:900px){.hero-grid,.two,.footer-grid{grid-template-columns:1fr}.grid{grid-template-columns:1fr 1fr}.steps{grid-template-columns:1fr 1fr}.centers{grid-template-columns:1fr}}
@media(max-width:580px){.container{width:min(100% - 22px,1180px)}.hero{padding:35px 0 28px}.hero h1{font-size:2.55rem}.grid,.steps,.source-grid{grid-template-columns:1fr}section{padding:36px 0}.stats{display:grid;grid-template-columns:1fr 1fr;width:100%}.stat{min-width:0}.hero-card{padding:18px}}
