.home-shell{padding-top:40px}.home-hero{min-height:430px;display:grid;grid-template-columns:1fr auto;align-items:center;gap:44px;padding:64px;border:1px solid var(--line);border-radius:26px;background:radial-gradient(circle at 88% 20%,rgba(60,212,203,.15),transparent 34%),linear-gradient(125deg,rgba(71,80,126,.38),rgba(13,18,27,.96) 58%)}.home-hero h1{max-width:820px;margin:14px 0;font-size:clamp(2.8rem,7vw,6.5rem);line-height:.98}.home-hero p:not(.eyebrow){max-width:760px;color:var(--muted);font-size:1.1rem;line-height:1.8}.home-hero>img{border-radius:34px;box-shadow:0 25px 80px rgba(0,0,0,.35)}.hero-actions{display:flex;gap:12px;margin-top:30px;flex-wrap:wrap}.primary-link,.secondary-link{padding:13px 20px;border-radius:12px;font-weight:800}.primary-link{background:linear-gradient(135deg,#6ee7f0,#8b72ed);color:#071017}.secondary-link{border:1px solid var(--line-strong);color:var(--text)}.home-notice{display:flex;gap:18px;align-items:center;margin:28px 0;padding:22px 26px;border:1px solid rgba(255,193,95,.3);border-radius:18px;background:rgba(255,180,70,.07)}.home-notice>span{display:grid;place-items:center;width:42px;height:42px;border-radius:50%;background:#f3b950;color:#111827;font-weight:900}.home-notice h2{margin:0 0 5px}.home-notice p{margin:0;color:var(--muted)}.home-features{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.home-features a{min-height:210px;padding:26px;border:1px solid var(--line);border-radius:18px;background:rgba(19,25,36,.82);color:var(--text);transition:.2s}.home-features a:hover{transform:translateY(-3px);border-color:var(--accent)}.home-features span{color:var(--cyan);font-family:monospace}.home-features p{color:var(--muted);line-height:1.65}@media(max-width:760px){.home-shell{padding-top:20px}.home-hero{grid-template-columns:1fr;padding:34px 24px;min-height:auto}.home-hero>img{display:none}.home-features{grid-template-columns:1fr}}