.hero { position: relative; min-height: 760px; max-width: 1320px; margin: 0 auto; padding: 10rem 5% 6rem; display: grid; grid-template-columns: minmax(0, 1fr) minmax(470px, 1.05fr); gap: 5rem; align-items: center; }
.hero::before { content: ""; position: absolute; width: 520px; height: 520px; right: -8%; top: 9%; background: radial-gradient(circle, rgba(56,189,248,.11), transparent 68%); pointer-events: none; }
.hero-copy { position: relative; z-index: 2; }
.hero h1 { max-width: 740px; margin: 1.45rem 0 0; color: var(--ink); font: 700 clamp(3.3rem, 5.6vw, 5.8rem)/.97 var(--display); letter-spacing: -.068em; }
.hero h1 em { color: var(--blue); font-style: normal; }
.lede { max-width: 610px; margin: 1.7rem 0 2rem; color: var(--muted); font-size: 1.18rem; line-height: 1.7; }
.actions { display: flex; flex-wrap: wrap; gap: .8rem; }
.fine { margin: 1rem 0 0; color: var(--faint); font-size: .76rem; }

.control-plane { position: relative; aspect-ratio: 1.02; overflow: hidden; border: 1px solid var(--line); border-radius: 28px; background: #07111b; box-shadow: 0 35px 100px rgba(0,0,0,.42); }
.plane-grid { position: absolute; inset: 0; background-image: linear-gradient(rgba(56,189,248,.04) 1px, transparent 1px), linear-gradient(90deg,rgba(56,189,248,.04) 1px, transparent 1px); background-size: 34px 34px; mask-image: radial-gradient(circle, #000 20%, transparent 74%); }
.connections { position: absolute; inset: 0; width: 100%; height: 100%; }
.connections line { stroke: #247797; stroke-width: .35; stroke-dasharray: 2 2; animation: dash 12s linear infinite; }
@keyframes dash { to { stroke-dashoffset: -30; } }
.core { position: absolute; z-index: 2; left: 50%; top: 48%; width: 142px; height: 142px; transform: translate(-50%,-50%); display: flex; flex-direction: column; align-items: center; justify-content: center; border: 1px solid var(--blue); border-radius: 50%; background: #0c1b29; box-shadow: 0 0 0 12px rgba(56,189,248,.04), 0 0 60px rgba(56,189,248,.14); }
.core > span { width: 38px; height: 38px; margin-bottom: .45rem; display: grid; place-items: center; border-radius: 10px; background: var(--blue); color: #07111b; font-weight: 900; }
.core strong { font-size: .8rem; }
.core small { margin-top: .15rem; color: var(--faint); font-size: .62rem; }
.tenant { position: absolute; z-index: 2; width: 118px; padding: .65rem .75rem; display: grid; grid-template-columns: 1fr auto; border: 1px solid #263648; border-radius: 10px; background: #0b1622; box-shadow: 0 10px 25px rgba(0,0,0,.3); font-size: .67rem; }
.tenant b { color: #cbd5e1; font-weight: 600; }
.tenant span { color: var(--green); font-weight: 700; }
.tenant small { grid-column: 1 / -1; color: var(--faint); }
.t1 { left: 12%; top: 18%; transform: translate(-50%,-50%); }.t2 { left: 72%; top: 12%; transform: translate(-50%,-50%); }.t3 { left: 82%; top: 65%; transform: translate(-50%,-50%); }.t4 { left: 19%; top: 73%; transform: translate(-50%,-50%); }
.agent-note { position: absolute; z-index: 3; left: 7%; right: 7%; bottom: 5%; padding: .8rem; display: flex; align-items: center; gap: .75rem; border: 1px solid #24576a; border-radius: 12px; background: rgba(9,27,39,.96); }
.agent-note > span { color: var(--blue); }
.agent-note div { min-width: 0; display: flex; flex-direction: column; }
.agent-note small { color: var(--blue); font: 600 .53rem var(--mono); letter-spacing: .08em; }
.agent-note strong { overflow: hidden; color: #e2e8f0; font-size: .7rem; text-overflow: ellipsis; white-space: nowrap; }
.agent-note a { min-height: 44px; margin-left: auto; display: flex; align-items: center; color: var(--blue-soft); font-size: .68rem; text-decoration: none; white-space: nowrap; }

@media (max-width: 980px) { .hero { grid-template-columns: 1fr; gap: 3rem; padding-top: 8rem; } .control-plane { width: min(620px, 100%); margin: auto; } }
@media (max-width: 560px) { .hero { min-height: auto; padding: 7.5rem 1.2rem 4rem; } .hero h1 { font-size: 3.2rem; } .control-plane { aspect-ratio: .9; } .tenant { width: 92px; padding: .5rem; } .core { width: 114px; height: 114px; } .agent-note { left: 3%; right: 3%; } }
