*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#071016;color:#eaf5f7;font-family:Inter,Segoe UI,Arial,sans-serif;background-image:radial-gradient(circle at 20% 0,rgba(68,225,193,.09),transparent 34%)}a{color:inherit;text-decoration:none}header{height:76px;padding:0 6vw;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #17333f;background:rgba(7,16,22,.9);position:sticky;top:0;z-index:5}.brand{display:flex;align-items:center;gap:12px;letter-spacing:.13em}.mark{width:40px;height:40px;border:1px solid #44e1c1;border-radius:50%;display:grid;place-items:center;color:#44e1c1;font-size:.7rem}.brand b,.brand small{display:block}.brand small{font-size:.62rem;color:#94aab2;margin-top:3px}nav{display:flex;gap:25px;color:#94aab2;font-size:.88rem}.hero{min-height:680px;padding:100px 7vw;display:grid;grid-template-columns:1.3fr .7fr;gap:70px;align-items:center;border-bottom:1px solid #17333f}.eyebrow{font-size:.72rem;letter-spacing:.2em;color:#44e1c1;font-weight:800}.gold{color:#f4c95d}h1{font-size:clamp(3.5rem,7vw,7rem);line-height:.91;letter-spacing:-.06em;margin:15px 0 25px}h1 em{font-style:normal;color:#44e1c1}.lead{max-width:700px;color:#94aab2;font-size:1.18rem;line-height:1.7}.actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:30px}.btn{padding:14px 20px;border:1px solid #244a59;border-radius:8px;font-weight:750}.primary{background:#44e1c1;color:#04110f;border-color:#44e1c1}.record{background:linear-gradient(145deg,#10232d,#09161d);padding:30px;border:1px solid rgba(68,225,193,.32);border-radius:18px;box-shadow:0 30px 80px rgba(0,0,0,.35)}.record h2{font-size:1.8rem}.record dl div{display:flex;justify-content:space-between;border-top:1px solid #17333f;padding:13px 0;gap:20px}.record dt{color:#94aab2}.record dd{margin:0;text-align:right}.motto{color:#44e1c1;font-weight:800;margin-top:24px}.section{padding:90px 7vw}.big{font-size:clamp(2.5rem,5vw,4.5rem);margin:10px 0 35px}.cards{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.card{min-height:350px;padding:25px;border:1px solid #17333f;border-radius:15px;background:linear-gradient(#10232d,#0a171e);display:flex;flex-direction:column;opacity:.64}.card.live{opacity:1;transition:.2s}.card.live:hover{transform:translateY(-5px);border-color:#44e1c1}.card span{font-size:.62rem;letter-spacing:.14em;color:#f4c95d;font-weight:800}.card i{font-style:normal;font-size:2rem;margin:42px 0 10px}.card h3{font-size:1.4rem}.card p{color:#94aab2;line-height:1.65}.card b{margin-top:auto;color:#44e1c1}footer{padding:28px 7vw;border-top:1px solid #17333f;display:flex;justify-content:space-between;color:#94aab2;font-size:.84rem}@media(max-width:1000px){.hero{grid-template-columns:1fr}.cards{grid-template-columns:1fr 1fr}}@media(max-width:650px){nav{display:none}.cards{grid-template-columns:1fr}footer{flex-direction:column;gap:10px}}