.hero{min-height:650px;max-width:1200px;margin:auto;padding:90px 24px 70px;display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:40px}.hero h1{font-size:clamp(2.8rem,5vw,5.1rem);line-height:1.02;letter-spacing:-.055em;margin:18px 0}.hero h1 em{font-style:normal;background:linear-gradient(90deg,#a98dff,#42caff);-webkit-background-clip:text;color:transparent}.hero p{max-width:620px;color:var(--muted);font-size:1.05rem}.hero-buttons{display:flex;gap:12px;margin-top:28px}.hero-stats{display:flex;gap:36px;margin-top:38px}.hero-stats div{display:flex;flex-direction:column}.hero-stats strong{font-size:1.25rem}.hero-stats span{color:var(--muted);font-size:.75rem}.hero-showcase{height:510px;position:relative;display:grid;place-items:center}.orb{position:absolute;width:340px;height:340px;border-radius:50%;background:radial-gradient(circle,#684cff33,transparent 68%);filter:blur(5px)}.model-stage{width:370px;height:370px;border:1px solid #ffffff14;border-radius:35px;background:linear-gradient(145deg,#141b2caa,#090d16aa);box-shadow:0 30px 100px #0008;display:grid;place-items:center;position:relative;transform:rotate(-5deg)}.model-icon{width:150px;height:150px;border-radius:38px;display:grid;place-items:center;background:linear-gradient(135deg,#7c5cff,#35c6ff);box-shadow:0 30px 60px #5d5cff55;transform:rotate(8deg)}.model-icon i{font-size:5rem;color:#fff}.wire-cube{position:absolute;width:240px;height:240px;border:1px dashed #7c5cff55;border-radius:45px;transform:rotate(35deg)}.floating-tag{position:absolute;padding:7px 10px;background:#101625ee;border:1px solid #ffffff18;border-radius:8px;font-size:.65rem;font-weight:800}.tag-one{top:45px;left:25px}.tag-two{right:20px;top:120px}.tag-three{bottom:55px;left:45px}.category-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:14px}.category-card{padding:24px 15px;background:var(--surface);border:1px solid var(--line);border-radius:16px;text-align:center;transition:.25s}.category-card:hover{transform:translateY(-4px);border-color:#525d77}.category-card i{display:block;font-size:1.7rem;color:#8f7dff;margin-bottom:10px}.category-card span{font-size:.82rem;font-weight:700}.split-section{display:grid;grid-template-columns:1fr 1fr;gap:45px;align-items:center}.about-card{padding:40px;border:1px solid var(--line);border-radius:24px;background:linear-gradient(145deg,#111729,#0d111b)}.about-card h2{font-size:2.3rem;margin:10px 0}.about-card p{color:var(--muted);margin-bottom:25px}.why-grid{display:grid;grid-template-columns:1fr 1fr;gap:25px}.why-grid i{color:#8f7dff;font-size:1.3rem}.why-grid h3{margin:8px 0 3px}.why-grid p{font-size:.82rem;color:var(--muted)}