:root { color-scheme: dark; --bg:#020705; --panel:rgba(7,19,13,.80); --line:rgba(57,255,136,.22); --green:#39ff88; --amber:#e8b923; --text:#f4f0e8; --muted:rgba(244,240,232,.70); }
* { box-sizing: border-box; }
html, body { margin: 0; min-height: 100%; background: var(--bg); color: var(--text); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
body { overflow-x: hidden; background-image: radial-gradient(circle at 78% 14%, rgba(57,255,136,.13), transparent 34%), linear-gradient(90deg, rgba(57,255,136,.04) 1px, transparent 1px), linear-gradient(0deg, rgba(57,255,136,.03) 1px, transparent 1px); background-size: auto, 72px 72px, 72px 72px; }
a { color: #9effc6; }
.topbar { position: sticky; top: 0; z-index: 20; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 16px clamp(18px,4.5vw,72px); border-bottom: 1px solid rgba(255,255,255,.08); background: rgba(2,7,5,.84); backdrop-filter: blur(18px); }
.brand { display: inline-flex; align-items: center; gap: 12px; color: var(--text); text-decoration: none; font-size: 1.1rem; font-weight: 950; letter-spacing: -.03em; }
.brand img { border-radius: 10px; box-shadow: 0 0 28px rgba(57,255,136,.22); }
.nav { display: flex; flex-wrap: wrap; gap: 10px; font-weight: 900; }
.nav a { padding: 10px 14px; border: 1px solid rgba(255,255,255,.13); border-radius: 999px; color: rgba(244,240,232,.86); text-decoration: none; }
.nav a:last-child { border-color: rgba(57,255,136,.55); color: #9effc6; }
.hero { display: grid; grid-template-columns: minmax(0,1fr) minmax(280px,420px); gap: clamp(22px,4vw,60px); align-items: end; padding: clamp(46px,7vw,88px) clamp(18px,5vw,72px) 38px; border-bottom: 1px solid rgba(255,255,255,.08); }
.kicker { margin: 0 0 12px; color: var(--green); font-size: .78rem; font-weight: 950; letter-spacing: .16em; text-transform: uppercase; }
h1 { max-width: 900px; margin: 0; font-size: clamp(3rem, 7vw, 7rem); line-height: .88; letter-spacing: -.075em; text-wrap: balance; }
.lead { max-width: 860px; margin: 24px 0 0; color: var(--muted); font-size: clamp(1.06rem,1.7vw,1.25rem); line-height: 1.75; }
.case-card { min-height: 260px; display: grid; align-content: end; gap: 10px; padding: 22px; border: 1px solid rgba(57,255,136,.25); border-radius: 28px; background: radial-gradient(circle at 50% 26%, rgba(57,255,136,.2), transparent 38%), rgba(7,19,13,.76); box-shadow: 0 30px 90px rgba(0,0,0,.32), 0 0 70px rgba(57,255,136,.10); }
.case-card span { color: #9effc6; font-size: .74rem; font-weight: 950; letter-spacing: .13em; text-transform: uppercase; }
.case-card strong { font-size: 1.45rem; line-height: 1.08; }
.content { display: grid; grid-template-columns: minmax(0,1fr) minmax(260px,340px); gap: clamp(22px,4vw,54px); padding: 42px clamp(18px,5vw,72px) 64px; }
article { max-width: 900px; }
h2 { margin: 34px 0 12px; font-size: clamp(1.7rem,3vw,2.8rem); line-height: 1.02; letter-spacing: -.04em; }
p, li { color: rgba(244,240,232,.78); font-size: 1.06rem; line-height: 1.75; }
strong { color: #fff; }
.timeline { display: grid; gap: 12px; margin: 18px 0; padding: 0; list-style: none; }
.timeline li { padding: 14px 16px; border: 1px solid rgba(57,255,136,.16); border-radius: 16px; background: rgba(255,255,255,.035); }
.side { position: sticky; top: 92px; align-self: start; display: grid; gap: 14px; }
.box { padding: 18px; border: 1px solid rgba(255,255,255,.12); border-radius: 20px; background: var(--panel); }
.box h3 { margin: 0 0 10px; color: #9effc6; font-size: .84rem; letter-spacing: .13em; text-transform: uppercase; }
.box ul { margin: 0; padding-left: 18px; }
.box p, .box li { font-size: .96rem; line-height: 1.6; }
.connections a { display: inline-flex; margin: 0 6px 8px 0; padding: 8px 10px; border: 1px solid rgba(57,255,136,.28); border-radius: 999px; background: rgba(57,255,136,.07); text-decoration: none; font-weight: 800; }
.notice { padding: 18px; border: 1px solid rgba(232,185,35,.25); border-radius: 20px; background: rgba(232,185,35,.07); }
footer { padding: 34px clamp(18px,5vw,72px) 52px; border-top: 1px solid rgba(255,255,255,.08); color: var(--muted); }
@media (max-width: 900px) { .hero, .content { grid-template-columns: 1fr; } .side { position: static; } }
@media (max-width: 640px) { h1 { font-size: clamp(2.7rem,16vw,5rem); } .topbar { align-items: flex-start; flex-direction: column; } }
