.welcome-panel{position:relative;display:flex;align-items:center;justify-content:space-between;min-height:390px;padding:clamp(30px,5vw,58px);border-radius:28px;overflow:hidden}.welcome-panel::before{content:"";position:absolute;width:440px;height:440px;right:-190px;top:-220px;border-radius:50%;background:radial-gradient(circle,rgba(98,89,232,.12),transparent 68%);pointer-events:none}.welcome-copy{position:relative;z-index:2;max-width:720px}.eyebrow{display:inline-flex;align-items:center;gap:8px;padding:7px 11px;border:1px solid var(--line);background:rgba(255,255,255,.7);border-radius:999px;color:#676e79;font-size:11px;font-weight:680}.eyebrow-dot{width:6px;height:6px;border-radius:50%;background:var(--accent);box-shadow:0 0 0 4px rgba(98,89,232,.09)}.hero-title{margin:18px 0 13px}.hero-copy{max-width:650px;margin:0}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:20px;margin:38px 2px 0}.section-heading h2,.status-copy h2{margin:4px 0 0;font-size:20px;letter-spacing:-.03em}.section-kicker{font-size:10px;text-transform:uppercase;letter-spacing:.12em;font-weight:760;color:#8a909a}.section-note{font-size:11px;color:#8b919b;padding-bottom:3px}.card-top{display:flex;align-items:center;justify-content:space-between}.card-icon{width:40px;height:40px;display:grid;place-items:center;border-radius:13px;background:var(--accent-soft);color:var(--accent);font-size:17px}.card-arrow{color:#9ba0aa;font-size:16px;transition:transform .2s ease,color .2s ease}.feature-card{min-height:205px;display:flex;flex-direction:column;padding:20px}.feature-card .card-title{margin:17px 0 6px}.feature-card .card-copy{margin:0}.card-status{margin-top:auto;padding-top:18px;font-size:11px;font-weight:650;color:#8a909a}.feature-card:hover .card-arrow{color:var(--accent);transform:translate(2px,-2px)}.status-panel{margin-top:15px;display:flex;align-items:center;gap:18px;padding:22px 24px;border-radius:20px}.status-mark{width:38px;height:38px;flex:0 0 38px;display:grid;place-items:center;border-radius:12px;background:#f0f1f5}.status-mark span{width:8px;height:8px;border-radius:50%;background:#7d8490;box-shadow:0 0 0 5px rgba(125,132,144,.1)}.status-copy{min-width:0}.status-copy h2{font-size:15px}.status-copy p{margin:5px 0 0;font-size:12px;line-height:1.6;color:var(--muted)}.status-badge{margin-left:auto;flex:0 0 auto;border:1px solid var(--line);background:rgba(255,255,255,.72);border-radius:999px;padding:7px 10px;font-size:10px;font-weight:720;color:#777e89}.welcome-orbit{position:relative;width:250px;height:250px;flex:0 0 250px;margin-right:15px}.orbit{position:absolute;inset:50%;border:1px solid rgba(98,89,232,.13);border-radius:50%;transform:translate(-50%,-50%)}.orbit-one{width:215px;height:215px}.orbit-two{width:145px;height:145px}.orbit-core{position:absolute;inset:50%;width:76px;height:76px;display:grid;place-items:center;transform:translate(-50%,-50%);border:1px solid rgba(98,89,232,.16);border-radius:24px;background:rgba(255,255,255,.88);box-shadow:0 18px 45px rgba(61,55,155,.12)}.orbit-core img{width:48px;height:48px;object-fit:contain}.soon-screen{min-height:calc(100vh - 64px);display:grid;place-items:center;padding:24px}.soon-card{width:min(620px,100%);padding:58px 36px;text-align:center;border-radius:28px}.soon-symbol{height:36px;display:flex;justify-content:center;align-items:center;gap:6px;margin-bottom:22px}.soon-symbol span{width:7px;height:7px;border-radius:50%;background:var(--accent);opacity:.35}.soon-symbol span:nth-child(2){width:9px;height:9px;opacity:.6}.soon-symbol span:nth-child(3){opacity:.35}.soon-title{font-size:clamp(34px,6vw,58px);font-weight:730;letter-spacing:-.055em;margin:12px 0 0}.soon-dots{display:inline-flex;gap:3px;margin-left:7px}.soon-dot{display:block;opacity:.25;animation:dotPulse 1.25s ease-in-out infinite}.soon-dot:nth-child(2){animation-delay:.17s}.soon-dot:nth-child(3){animation-delay:.34s}.soon-copy{max-width:420px;margin:15px auto 0;color:var(--muted);font-size:13px;line-height:1.65}.soon-back{margin-top:24px}.action-row{display:flex;gap:10px;margin-top:25px;flex-wrap:wrap}.primary-button,.secondary-button{min-height:42px;padding:0 16px;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;gap:9px;font-size:12px;font-weight:680;cursor:pointer;transition:transform .2s ease,background .2s ease,border-color .2s ease,box-shadow .2s ease}.primary-button{background:#191b21;color:#fff;box-shadow:0 8px 22px rgba(25,27,33,.12)}.primary-button:hover{transform:translateY(-1px);background:#292c34;box-shadow:0 12px 28px rgba(25,27,33,.16)}.secondary-button{border:1px solid var(--line-strong);background:rgba(255,255,255,.75);color:var(--text)}.secondary-button:hover{transform:translateY(-1px);background:#fff;border-color:rgba(25,30,40,.18)}
