.hero { align-items: start; }
.hero-copy { position: relative; grid-column: 2; grid-row: 1; height: clamp(680px, calc(100vh - 110px), 760px); min-height: 0; overflow: hidden; padding: 30px; border: 1px solid var(--line); border-radius: 24px; background: linear-gradient(150deg, rgba(17, 28, 42, .84), rgba(7, 13, 21, .7)); }
.nav-actions { display: flex; align-items: center; gap: 9px; }
.nav-support { padding: 11px 15px; border-radius: 10px; color: #b9c6d2; background: rgba(255, 255, 255, .035); font-size: 13px; font-weight: 700; }
.nav-support:hover { color: var(--text); background: rgba(255, 255, 255, .07); }
.hero > .terminal { grid-column: 1; grid-row: 1; }
.product-top { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 12px; min-height: 46px; padding-bottom: 22px; border-bottom: 1px solid var(--line); }
.product-top div { display: grid; gap: 3px; }
.product-top span { color: var(--muted); font: 9px 'Space Mono'; letter-spacing: .1em; }
.product-top strong { font-size: 19px; }
.product-top i { padding: 6px 8px; border-radius: 999px; color: var(--green); background: rgba(81, 230, 166, .08); font: 700 8px 'Space Mono'; font-style: normal; }
.hero-copy h1 { margin: 30px 0 18px; font-size: clamp(48px, 4.5vw, 66px); line-height: .98; letter-spacing: -.055em; }
.hero-copy h1 em { color: var(--cyan); background: none; font-style: normal; }
.hero-copy .lead { margin: 0; color: #aab8c7; font-size: 15px; line-height: 1.7; }
.suite-list { display: grid; margin: 25px 0; border-top: 1px solid var(--line); }
.suite-list div { display: grid; grid-template-columns: 30px 1fr auto; align-items: center; gap: 10px; padding: 12px 0; border-bottom: 1px solid var(--line); }
.suite-list b { color: #456078; font: 9px 'Space Mono'; }
.suite-list span { font-size: 13px; font-weight: 700; }
.suite-list small { color: var(--muted); font-size: 10px; }
.hero-copy .actions { display: flex; align-items: center; margin: 0 0 25px; }
.hero-copy .text-link { padding: 12px 4px; border-bottom: 1px solid #53687b; color: #b9c6d2; font-size: 12px; font-weight: 700; }
.hero-copy .stats { display: flex; gap: 0; padding: 17px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.hero-copy .stats div { flex: 1; display: grid; gap: 4px; padding: 0 14px; border-right: 1px solid var(--line); }
.hero-copy .stats div:first-child { padding-left: 0; }
.hero-copy .stats div:last-child { border-right: 0; }
.hero-copy .stats strong { color: var(--text); font: 700 18px 'Space Mono'; }
.hero-copy .stats span { color: var(--muted); font-size: 9px; }
.support-card { display: grid; grid-template-columns: auto minmax(0, 1fr) auto; gap: 12px; align-items: center; margin-top: 18px; padding: 0; border: 0; background: transparent; }
.support-icon { display: grid; width: 34px; height: 34px; place-items: center; border: 1px solid rgba(141, 115, 255, .3); border-radius: 50%; color: #dcd5ff; font: 700 14px 'Space Mono'; }
.support-card strong { font-size: 12px; }.support-card p { margin: 3px 0 0; color: var(--muted); font-size: 10px; line-height: 1.4; }
.support-card a { color: #cfc7ff; font-size: 10px; font-weight: 700; white-space: nowrap; }
@media (max-width: 900px) { .hero-copy, .hero > .terminal { grid-column: 1; grid-row: auto; height: auto; } .hero > .terminal { order: 2; height: 680px; } }
@media (max-width: 600px) { .hero-copy { padding: 22px 18px; } .suite-list div { grid-template-columns: 25px 1fr; } .suite-list small { display: none; } .support-card { grid-template-columns: auto 1fr; } .support-card a { grid-column: 1 / -1; padding-left: 46px; } .nav-actions { gap: 5px; } .nav-support, .nav-buy { padding: 9px 8px; font-size: 10px; } .nav-support span { display: none; } }
