
:root{
  --navy:#07192d;
  --navy2:#0d2947;
  --blue:#1976c9;
  --blue2:#eaf3fb;
  --red:#e12c35;
  --text:#152238;
  --muted:#66768a;
  --line:#dce5ee;
  --bg:#f4f7fa;
  --white:#fff;
  --max:1180px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,"Segoe UI",Arial,sans-serif;color:var(--text);background:var(--bg)}
img{max-width:100%;display:block}
a{color:inherit}
.wrap{width:min(var(--max),calc(100% - 34px));margin:auto}
.topbar{position:sticky;top:0;z-index:30;background:rgba(7,25,45,.97);border-bottom:1px solid #1d3b59;color:#fff}
.topbar-inner{height:70px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.brand{display:flex;align-items:center;gap:11px;text-decoration:none}
.swiss{display:grid;place-items:center;width:38px;height:38px;border-radius:10px;background:var(--red);font-size:29px;font-weight:900;line-height:1}
.brandtext strong,.brandtext small{display:block}.brandtext small{color:#aebed0;font-size:12px;margin-top:2px}
.top-actions{display:flex;align-items:center;gap:8px}
.lang{border:1px solid #3d5772;background:transparent;color:#dbe8f5;padding:8px 10px;border-radius:8px;font-weight:800;cursor:pointer}
.lang.active{background:#fff;color:#10243b;border-color:#fff}
.telegram{background:#248bd0;color:#fff;text-decoration:none;border-radius:8px;padding:9px 12px;font-size:14px;font-weight:800}
.hero{background:linear-gradient(135deg,#07192d 0%,#0b2644 70%,#103b67 100%);color:#fff;padding:76px 0 64px}
.hero-grid{display:grid;grid-template-columns:1.35fr .75fr;gap:50px;align-items:center}
.eyebrow{font-size:12px;letter-spacing:.13em;text-transform:uppercase;color:#8fc0ec;font-weight:900;margin-bottom:12px}
.eyebrow.dark{color:#47749e}
h1{font-size:clamp(38px,5vw,64px);line-height:1.02;letter-spacing:-.04em;margin:0 0 22px;max-width:820px}
.lead{color:#d8e4f0;line-height:1.58;font-size:18px;margin:0;max-width:820px}
.cta-row{display:flex;flex-wrap:wrap;gap:10px;margin-top:28px}
.button{display:inline-block;text-decoration:none;border-radius:10px;padding:12px 16px;font-weight:850;font-size:14px}
.button.primary{background:#fff;color:#0a213a}
.button.ghost{color:#fff;border:1px solid #486784;background:transparent}
.micro{font-size:12px;color:#99aec2;line-height:1.45;margin:18px 0 0;max-width:720px}
.hero-card{background:#fff;border:1px solid #31516e;border-radius:18px;overflow:hidden;box-shadow:0 18px 50px rgba(0,0,0,.2)}
.hero-card img{width:100%;aspect-ratio:3/1;object-fit:cover}
.hero-card-body{padding:20px;color:var(--text)}
.hero-card-body strong{font-size:18px}.hero-card-body p{color:var(--muted);line-height:1.5;margin:7px 0 0}
.section{padding:62px 0}
.section-title{max-width:800px;margin-bottom:28px}
.section-title.light{color:#fff}
.section-title h2,.quality h2,.closing h2{font-size:clamp(28px,3vw,40px);letter-spacing:-.025em;margin:0 0 10px}
.section-title p{color:var(--muted);line-height:1.55;margin:0}
.audiences{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.audience{background:#fff;border:1px solid var(--line);border-radius:14px;padding:18px;display:flex;align-items:center;gap:14px}
.audience span{display:grid;place-items:center;width:38px;height:38px;border-radius:10px;background:#eef4fa;color:#285c89;font-weight:900;font-size:13px}
.audience strong{font-size:15px}
.band{background:var(--navy);padding:58px 0}
.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.steps article{border:1px solid #294966;background:#0c2440;border-radius:16px;padding:22px;color:#fff}
.stepno{display:grid;place-items:center;width:36px;height:36px;border-radius:10px;background:#173a60;color:#9bc8ef;font-weight:900}
.steps h3{font-size:19px;margin:18px 0 8px}.steps p{color:#bdcede;line-height:1.52;margin:0}
.topics{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.topics a{background:#fff;border:1px solid var(--line);border-radius:14px;padding:18px;text-decoration:none;display:flex;justify-content:space-between;align-items:center;gap:15px;transition:.15s ease}
.topics a:hover{transform:translateY(-2px);box-shadow:0 8px 22px rgba(20,50,80,.08);border-color:#a5c8e6}
.topics span{color:#6b8ba7;font-size:21px}
.materials{background:#eaf0f6;padding:60px 0}
.material-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:15px}
.material-card{background:#fff;border:1px solid #d7e2ec;border-radius:17px;padding:16px;display:grid;grid-template-columns:170px 1fr;gap:18px;align-items:center}
.material-card>img:not(.banner-preview){width:170px;border-radius:9px;border:1px solid #e1e6eb}
.material-card h3{margin:0 0 10px}.material-card a{color:#185f9d;font-weight:800;font-size:14px}
.material-card p{color:var(--muted);line-height:1.45;margin:7px 0 0}
.material-card.compact{grid-template-columns:1fr}
.qr-row{display:flex;gap:14px}.qr-row img{width:110px;border:1px solid #e1e7ed;border-radius:10px}
.banner-preview{width:100%;border-radius:10px;border:1px solid #e1e7ed}
.inline-links{display:flex;gap:12px}
.download-all{margin-top:16px;background:#0d2c4c;color:#fff;border-radius:16px;padding:19px 21px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.download-all strong,.download-all span{display:block}.download-all span{font-size:13px;color:#bdcddd;margin-top:4px}
.quality{background:#0a1c31;color:#fff;padding:60px 0}
.quality-grid{display:grid;grid-template-columns:.75fr 1.25fr;gap:55px}
.quality-list{display:grid;gap:12px}
.quality-list>div{border:1px solid #294965;border-radius:14px;padding:18px;background:#0d2743}
.quality-list strong{font-size:17px}.quality-list p{color:#c2d1df;line-height:1.52;margin:7px 0 0}
.sources{background:#fff;padding:58px 0}
.source-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:13px}
.source-grid a{border:1px solid var(--line);border-radius:14px;padding:18px;text-decoration:none}
.source-grid strong,.source-grid span{display:block}.source-grid strong{color:#174d7d;margin-bottom:7px}.source-grid span{color:var(--muted);line-height:1.45;font-size:14px}
.closing{background:#dceaf6;padding:45px 0}
.closing-inner{display:flex;align-items:center;justify-content:space-between;gap:35px}
.closing h2{margin-bottom:7px}.closing p{margin:0;color:#546679}
.closing .button.primary{background:#0c2e50;color:#fff}.darkghost{border-color:#7392ad!important;color:#17344f!important}
footer{background:#061321;color:#afc0d0;padding:22px 0;font-size:13px}
.footer-inner{display:flex;align-items:center;justify-content:space-between;gap:18px}.footer-inner a{color:#b9d6ed}
body.lang-uk .brandtext small{font-size:11px}
@media(max-width:900px){
  .hero-grid,.quality-grid{grid-template-columns:1fr}
  .audiences,.topics,.steps,.source-grid{grid-template-columns:repeat(2,1fr)}
  .material-grid{grid-template-columns:1fr}
  .closing-inner{align-items:flex-start;flex-direction:column}
}
@media(max-width:620px){
  .wrap{width:min(var(--max),calc(100% - 22px))}
  .topbar-inner{height:64px}.brandtext small{display:none}.telegram{font-size:0}.telegram:after{content:"TG";font-size:13px}
  .hero{padding:46px 0 40px}.hero-grid{gap:26px}h1{font-size:39px}.lead{font-size:16px}
  .audiences,.topics,.steps,.source-grid{grid-template-columns:1fr}
  .material-card{grid-template-columns:115px 1fr}.material-card>img:not(.banner-preview){width:115px}
  .download-all{align-items:flex-start;flex-direction:column}
  .footer-inner{align-items:flex-start;flex-direction:column}
}
