:root{--bg: #f6f7f4;--paper: #ffffff;--ink: #18211f;--muted: #60706b;--line: #d8dfdb;--green: #146b5b;--green-dark: #0d473f;--gold: #a36f25;--blue: #315b78;--warm: #f3eee5}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink);font-family:Inter,Segoe UI,Arial,sans-serif;line-height:1.55}a{color:inherit}.header{position:sticky;top:0;z-index:10;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:14px clamp(18px,4vw,56px);background:#fffffff5;border-bottom:1px solid var(--line)}.brand{display:flex;align-items:center;gap:12px;text-decoration:none}.brand__mark{display:grid;place-items:center;width:46px;height:46px;border-radius:8px;background:var(--green);color:#fff;font-weight:800}.brand small{display:block;color:var(--muted);font-size:12px}.nav{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px 18px;color:var(--muted);font-size:14px}.nav a{text-decoration:none}.nav a:hover{color:var(--green)}.hero{position:relative;display:flex;align-items:end;min-height:680px;padding:clamp(44px,7vw,88px) clamp(18px,5vw,72px);color:#fff;background:linear-gradient(90deg,#0d473ff0,#146b5bba,#18211f85),url(/assets/hero-onk.png) center / cover}.hero__content{max-width:860px}.eyebrow{margin:0 0 12px;color:var(--gold);font-size:13px;font-weight:800;letter-spacing:0;text-transform:uppercase}.hero .eyebrow{color:#f0c982}h1,h2,h3,p{margin-top:0}h1{margin-bottom:20px;font-size:clamp(38px,7vw,76px);line-height:1;letter-spacing:0}h2{margin-bottom:16px;font-size:clamp(28px,4vw,46px);line-height:1.12;letter-spacing:0}h3{margin-bottom:10px;font-size:21px;line-height:1.25;letter-spacing:0}.hero__lead{max-width:780px;color:#eef7f4;font-size:19px}.hero__actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}.button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:11px 18px;border:1px solid var(--green);border-radius:8px;background:var(--green);color:#fff;font-weight:800;text-decoration:none}.button--light{border-color:#fff;background:#fff;color:var(--green-dark)}.button--ghost{border-color:#ffffffb8;background:transparent}.card ul{margin:0;padding-left:20px}.news-strip{overflow:hidden;padding:34px 0 42px;background:#111a18;color:#fff}.news-strip__header{padding:0 clamp(18px,5vw,72px) 22px}.news-strip__header h2{margin-bottom:0;font-size:clamp(26px,3.4vw,38px)}.news-marquee{width:100%;overflow:hidden}.news-track{display:flex;width:max-content;gap:18px;padding:0 clamp(18px,5vw,72px);animation:news-scroll 42s linear infinite}.news-marquee:hover .news-track{animation-play-state:paused}.news-card{position:relative;display:flex;align-items:end;width:min(420px,82vw);min-height:300px;overflow:hidden;border:1px solid rgba(255,255,255,.22);border-radius:8px;background-color:#08100e8a;background-position:center;background-size:cover;box-shadow:0 18px 48px #00000038}.news-card:before{position:absolute;top:0;right:0;bottom:0;left:0;content:"";background:linear-gradient(180deg,#070e0d2e,#070e0de0),#08100e47}.news-card__content{position:relative;z-index:1;padding:22px}.news-card h3{max-width:340px;margin-bottom:10px;color:#fff;font-size:22px}.news-card p{min-height:72px;margin-bottom:18px;color:#dbe8e4}.news-card__button{min-height:40px;padding:9px 14px;border:1px solid rgba(255,255,255,.66);border-radius:8px;background:#ffffff24;color:#fff;font:inherit;font-weight:800;cursor:not-allowed;opacity:.82}@keyframes news-scroll{0%{transform:translate(0)}to{transform:translate(calc(-50% - 9px))}}.section{padding:clamp(46px,7vw,86px) clamp(18px,5vw,72px)}.section--intro,.section--public,.section--partners{display:grid;grid-template-columns:minmax(0,.9fr) minmax(280px,.75fr);gap:32px;align-items:center}.section__text{max-width:780px}.lead{max-width:880px;color:var(--muted);font-size:18px}.note{padding:22px;border-left:5px solid var(--gold);border-radius:8px;background:var(--warm);color:#392d1e;font-weight:700}.split,.cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-top:24px}.cards{grid-template-columns:repeat(3,minmax(0,1fr))}.card{min-height:100%;padding:24px;border:1px solid var(--line);border-radius:8px;background:var(--paper)}.card--muted{background:#f8f4ec}.section--band{display:grid;grid-template-columns:minmax(0,.8fr) minmax(300px,.9fr);gap:34px;align-items:center;background:var(--green-dark);color:#fff}.section--band p{color:#dceae6}.steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.steps div{min-height:150px;padding:20px;border:1px solid rgba(255,255,255,.24);border-radius:8px;background:#ffffff14}.steps span{display:grid;place-items:center;width:34px;height:34px;margin-bottom:16px;border-radius:50%;background:#fff;color:var(--green-dark);font-weight:900}.region-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;margin-top:24px}.region-grid span{display:flex;align-items:center;min-height:48px;padding:10px 12px;border:1px solid var(--line);border-radius:8px;background:#fff;color:var(--muted);font-weight:700}.material-list{display:grid;gap:12px}.material-list article{padding:18px;border:1px solid var(--line);border-radius:8px;background:#fff}.material-list span{color:var(--blue);font-weight:900}.material-list h3{margin:8px 0 0;font-size:18px}.section--partners{background:#edf2f0}.faq{display:grid;gap:10px;max-width:980px;margin-top:20px}details{border:1px solid var(--line);border-radius:8px;background:#fff}summary{cursor:pointer;padding:18px;font-weight:900}details p{margin:0;padding:0 18px 18px;color:var(--muted)}.footer{display:grid;grid-template-columns:minmax(260px,1.2fr) minmax(220px,.7fr) minmax(220px,.7fr);gap:16px;padding:32px clamp(18px,5vw,72px);border-top:1px solid var(--line);background:#18211f;color:#dce6e2}.footer strong{display:block;margin-bottom:8px;color:#fff;font-size:20px}.footer p{max-width:520px;margin:0;color:#b8c8c4}.footer__contacts,.footer__links{display:grid;gap:8px;font-style:normal}.footer a{color:#fff;text-decoration:none}.footer a:hover{text-decoration:underline}@media(max-width:920px){.header{align-items:flex-start;flex-direction:column}.nav{justify-content:flex-start}.hero,.section--intro,.section--public,.section--partners,.section--band,.split,.cards,.steps{grid-template-columns:1fr}.hero{min-height:auto}.region-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.footer{grid-template-columns:1fr}}@media(max-width:560px){.brand{align-items:flex-start}.brand__mark{width:42px;height:42px}.hero__actions{align-items:stretch;flex-direction:column}.button{width:100%}.region-grid{grid-template-columns:1fr}.news-track{animation-duration:34s}.news-card{min-height:330px}}
