:root{--ink:#090b2b;--muted:#5d6078;--blue:#2448dc;--violet:#755aff;--line:#e8e9f5}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#fbfbfe;color:var(--ink);font-family:Arial,Helvetica,sans-serif}a{color:inherit;text-decoration:none}.shell{width:min(1180px,calc(100% - 48px));margin-inline:auto}.nav{height:92px;display:flex;align-items:center;justify-content:space-between;gap:28px}.brand{display:flex;align-items:center;gap:11px;font-size:20px;font-weight:800;letter-spacing:-.7px}.brand img{width:38px;height:38px;border-radius:10px;box-shadow:0 8px 22px #4f4de839}.navlinks{display:flex;gap:36px;font-size:14px;font-weight:600}.navlinks a{transition:.2s}.navlinks a:hover{color:var(--violet)}.button{display:inline-flex;align-items:center;justify-content:center;gap:24px;padding:17px 21px;border-radius:9px;color:#fff;background:linear-gradient(120deg,var(--violet),var(--blue));font-size:14px;font-weight:700;box-shadow:0 12px 28px #3846dc31;transition:transform .2s,box-shadow .2s}.button:hover{transform:translateY(-2px);box-shadow:0 16px 32px #3846dc42}.button-small{padding:14px 18px;gap:18px}.hero{min-height:680px;display:grid;grid-template-columns:.9fr 1.1fr;align-items:center;gap:40px;padding-top:35px;padding-bottom:85px}.eyebrow{display:flex;align-items:center;gap:10px;color:#4b4ee8;font-size:11px;font-weight:800;letter-spacing:2px}.eyebrow span{width:28px;height:2px;background:linear-gradient(90deg,var(--violet),var(--blue))}h1{margin:24px 0;max-width:650px;font-size:clamp(48px,5.2vw,74px);line-height:1.02;letter-spacing:-4.4px}h1 em{color:transparent;background:linear-gradient(90deg,#735aff,#2448dc);background-clip:text;font-style:normal}.lead{max-width:570px;margin:0 0 34px;color:var(--muted);font-size:17px;line-height:1.75}.hero-actions{display:flex;align-items:center;gap:28px}.text-link{display:flex;gap:12px;align-items:center;font-size:14px;font-weight:700;border-bottom:1px solid #aeb0c2;padding:12px 0 7px}.trust-row{display:flex;flex-wrap:wrap;gap:25px;margin-top:45px;color:#545871;font-size:12px}.hero-art{position:relative;min-height:520px;display:flex;align-items:center;justify-content:center}.orb{position:absolute;border-radius:50%;filter:blur(3px)}.orb-one{width:420px;height:420px;background:radial-gradient(circle at 35% 30%,#f0ebff,#d8e4ff 60%,transparent 72%)}.orb-two{right:10px;bottom:45px;width:150px;height:150px;background:#e9e3ff;filter:blur(35px)}.browser-card{position:relative;z-index:2;width:580px;overflow:hidden;border:8px solid #111329;border-radius:17px;background:#fff;box-shadow:0 35px 70px #1e245338;transform:perspective(1200px) rotateY(-5deg) rotateX(2deg)}.browser-bar{height:32px;display:flex;align-items:center;gap:6px;padding:0 12px;background:#f2f3f8;color:#a5a7b4}.browser-bar i{width:7px;height:7px;border-radius:50%;background:#c5c6cf}.browser-bar b{margin-left:auto;margin-right:auto;font-size:8px;font-weight:500}.site-preview{height:330px;display:grid;grid-template-columns:1.05fr .95fr}.preview-copy{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:38px}.preview-copy small{color:#5a55ee;font-weight:800;letter-spacing:1.2px;font-size:7px}.preview-copy strong{margin:14px 0;font-size:30px;line-height:1.05;letter-spacing:-1.7px}.preview-copy span{color:#727488;font-size:9px;line-height:1.5}.preview-copy button{margin-top:22px;border:0;border-radius:5px;padding:10px 14px;color:#fff;background:#504feb;font-size:8px;font-weight:700}.preview-visual{position:relative;margin:16px;border-radius:9px;background:linear-gradient(145deg,#151940,#6c59ff);overflow:hidden}.preview-visual:before,.preview-visual:after{content:"";position:absolute;border:1px solid #ffffff4d;border-radius:50%;width:220px;height:220px;left:-40px;top:55px}.preview-visual:after{width:140px;height:140px;left:80px;top:-30px;background:#907eff3d}.mini-card{position:absolute;left:22px;bottom:22px;display:flex;flex-direction:column;width:125px;padding:14px;border:1px solid #ffffff66;border-radius:9px;color:#fff;background:#ffffff24;backdrop-filter:blur(8px)}.mini-card b{font-size:24px}.mini-card span{font-size:9px;opacity:.8}.floating-card{position:absolute;z-index:4;right:-5px;bottom:56px;display:flex;align-items:center;gap:12px;padding:13px 18px 13px 11px;border:1px solid #ececf5;border-radius:12px;background:#fff;box-shadow:0 18px 35px #292c602a}.floating-card img{width:41px;height:41px;border-radius:9px}.floating-card div{display:flex;flex-direction:column;gap:3px;font-size:12px}.floating-card span{color:#77798d;font-size:10px}.project-chip{position:absolute;z-index:4;left:4px;top:54px;padding:11px 15px;border:1px solid #ececf5;border-radius:30px;background:#fff;box-shadow:0 12px 30px #292c601b;font-size:10px;font-weight:700}.project-chip span{color:#33bb81;margin-right:6px}@media(max-width:900px){.navlinks{display:none}.hero{grid-template-columns:1fr;padding-top:60px}.hero-copy{text-align:center}.eyebrow,.hero-actions,.trust-row{justify-content:center}.lead{margin-inline:auto}.hero-art{min-height:480px}.browser-card{width:min(580px,92vw)}}@media(max-width:560px){.shell{width:min(100% - 28px,1180px)}.nav{height:76px}.button-small{display:none}h1{font-size:48px;letter-spacing:-3px}.hero{padding-top:40px}.hero-actions{flex-direction:column;gap:10px}.hero-art{min-height:370px}.browser-card{border-width:5px}.site-preview{height:250px}.preview-copy{padding:20px}.preview-copy strong{font-size:22px}.floating-card{right:0;bottom:10px}.project-chip{top:15px}.trust-row{gap:12px}}
