:root{--bg:#07101a;--text:#f8fafc;--muted:#aeb9c8;--line:rgba(255,255,255,.11);--gold:#d8a64d;--amber:#f4c15d;--green:#2ed39c}*{box-sizing:border-box}body{margin:0;font-family:Inter,Arial,sans-serif;color:var(--text);background:radial-gradient(circle at top left,#25344f 0,var(--bg) 44%,#03070b 100%)}a{text-decoration:none;color:inherit}.hero{min-height:720px;padding:28px;background:linear-gradient(115deg,rgba(7,16,26,.98),rgba(7,16,26,.72)),url('https://images.unsplash.com/photo-1473341304170-971dccb5ac1e?auto=format&fit=crop&w=1800&q=80');background-size:cover;background-position:center;border-bottom:1px solid var(--line)}nav{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.brand{font-size:23px;font-weight:950;letter-spacing:-.045em}.brand span{color:var(--gold)}.links{display:flex;gap:24px;color:var(--muted);font-size:14px}.hero-text{max-width:1200px;margin:126px auto 0}.eyebrow{margin:0 0 12px;color:var(--amber);text-transform:uppercase;letter-spacing:.18em;font-size:12px;font-weight:950}h1{max-width:1080px;margin:0;font-size:clamp(42px,7vw,88px);line-height:.9;letter-spacing:-.078em}.hero-text p:not(.eyebrow){max-width:850px;color:#dce4ef;font-size:20px;line-height:1.65}.button{display:inline-block;margin-top:18px;padding:14px 21px;border-radius:999px;font-weight:950;background:linear-gradient(135deg,var(--gold),#f7d27c);color:#111827}main{max-width:1200px;margin:0 auto;padding:36px 20px 86px}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:-88px}.stats div,.panel,.two article,.cards article{border:1px solid var(--line);background:rgba(16,26,39,.88);box-shadow:0 22px 55px rgba(0,0,0,.22);border-radius:24px}.stats div{min-height:155px;padding:24px}.stats b{display:block;color:var(--green);font-size:32px}.stats p,.panel p,.two p,.cards p,footer{color:var(--muted);line-height:1.65}.split{margin:72px 0 34px;display:grid;grid-template-columns:1fr 1fr;gap:38px;align-items:end}h2{margin:0 0 16px;font-size:clamp(30px,4vw,50px);line-height:1;letter-spacing:-.055em}.cards{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-bottom:70px}.cards article{padding:24px}.cards span{width:48px;height:48px;display:grid;place-items:center;border-radius:14px;background:rgba(216,166,77,.14);color:var(--gold);font-weight:950}.cards h3{font-size:23px;margin:24px 0 10px}.panel{padding:30px;margin-bottom:60px}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:24px}.grid div{padding:20px;border:1px solid var(--line);border-radius:20px;background:rgba(255,255,255,.045)}.grid b{font-size:20px;color:#fff}.two{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin:60px 0}.two article{padding:30px}.two li{margin:10px 0;color:#d8e2ef}.table-wrap{overflow-x:auto;border:1px solid var(--line);border-radius:18px;margin-top:24px}table{width:100%;min-width:850px;border-collapse:collapse;background:#081322}th{padding:15px;text-align:left;background:#102038;color:#dce8f8;font-size:12px;text-transform:uppercase;letter-spacing:.09em}td{padding:15px;border-top:1px solid var(--line);color:#edf4ff;vertical-align:top}.cta{padding:44px;border:1px solid rgba(216,166,77,.30);border-radius:34px;background:linear-gradient(135deg,rgba(216,166,77,.13),rgba(118,183,255,.08)),rgba(16,26,39,.84);text-align:center}.cta h2{max-width:900px;margin:0 auto 18px}.cta p{max-width:780px;margin:0 auto 22px}footer{max-width:1200px;margin:0 auto;padding:34px 20px 54px;border-top:1px solid var(--line);display:flex;justify-content:space-between;gap:40px}footer b{color:#fff;font-size:20px}@media(max-width:960px){nav{align-items:flex-start;flex-direction:column;gap:18px}.hero{min-height:900px}.stats,.split,.cards,.grid,.two{grid-template-columns:1fr}footer{flex-direction:column}}