.hero{background-color:var(--color-dark);align-items:center;width:100%;min-height:100vh;display:flex;position:relative;overflow:hidden}.hero__inner{z-index:2;width:100%;max-width:var(--container-max);padding:var(--container-padding);grid-template-columns:1fr 1fr;grid-template-areas:"content image";align-items:center;gap:2rem;min-height:100vh;margin:0 auto;display:grid;position:relative}.hero__content{z-index:3;flex-direction:column;grid-area:content;gap:.9rem;padding-top:4.5rem;display:flex;position:relative}.hero__image-wrap{z-index:3;grid-area:image;justify-content:center;align-items:center;width:100%;display:flex;position:relative}.hero__img-glow{filter:blur(50px);pointer-events:none;background:radial-gradient(circle at 50% 55%,#6c63ff47 0%,#00d9ff1f 45%,#0000 70%);border-radius:50%;animation:5s ease-in-out infinite heroGlowPulse;position:absolute;inset:-60px}@keyframes heroGlowPulse{0%,to{opacity:.75;transform:scale(1)}50%{opacity:1;transform:scale(1.08)}}.hero__img{z-index:1;object-fit:contain;filter:drop-shadow(0 30px 70px #6c63ff59)drop-shadow(0 0 40px #00d9ff26);-webkit-user-select:none;user-select:none;width:100%;max-width:650px;height:auto;animation:6s ease-in-out infinite heroImgFloat;position:relative}@keyframes heroImgFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-14px)}}@keyframes heroImgFloatMobile{0%,to{transform:translate(-10%)translateY(0)}50%{transform:translate(-10%)translateY(-10px)}}.hero__headline{font-family:var(--font-heading);letter-spacing:-.03em;color:var(--color-text);font-size:clamp(1.9rem,3.6vw,3.4rem);font-weight:800;line-height:1.08}.hero__headline-gradient{background:var(--gradient-text);-webkit-text-fill-color:transparent;color:#0000;-webkit-background-clip:text;background-clip:text;display:block}.hero__subtitle-wrap{font-size:var(--text-lg);font-family:var(--font-body);color:var(--color-muted);align-items:center;gap:.5rem;min-height:1.8rem;display:flex}.hero__subtitle-prefix{color:var(--color-muted);white-space:nowrap}.hero__typing{color:var(--color-secondary);font-weight:600;font-family:var(--font-display)}.hero__cursor{background:var(--color-secondary);vertical-align:text-bottom;width:2px;height:1.1em;margin-left:1px;animation:1s step-end infinite cursorBlink;display:inline-block}@keyframes cursorBlink{0%,to{opacity:1}50%{opacity:0}}.hero__desc{font-size:var(--text-base);font-family:var(--font-body);color:var(--color-muted);max-width:500px;line-height:1.65}.hero__actions{flex-wrap:wrap;align-items:center;gap:.75rem;margin-top:.25rem;display:flex}.hero__btn-primary{border-radius:var(--radius-full);background:var(--gradient-button);color:#fff;font-family:var(--font-body);font-size:var(--text-base);letter-spacing:.01em;cursor:pointer;box-shadow:var(--glow-primary);transition:transform var(--transition-base), box-shadow var(--transition-base);border:none;align-items:center;gap:.5rem;padding:.72rem 1.75rem;font-weight:600;text-decoration:none;display:inline-flex}.hero__btn-primary:hover{box-shadow:var(--glow-primary), 0 20px 40px #6c63ff66;transform:translateY(-2px)scale(1.03)}.hero__btn-ghost{border-radius:var(--radius-full);color:var(--color-text);font-family:var(--font-body);font-size:var(--text-base);cursor:pointer;transition:border-color var(--transition-base), background var(--transition-base), transform var(--transition-base);background:0 0;border:1px solid #fff3;align-items:center;gap:.5rem;padding:.72rem 1.75rem;font-weight:600;text-decoration:none;display:inline-flex}.hero__btn-ghost:hover{border-color:var(--color-primary);background:#6c63ff14;transform:translateY(-2px)}.hero__stats{flex-wrap:wrap;gap:.75rem;margin-top:.25rem;display:flex}.hero__stat{border-radius:var(--radius-lg);-webkit-backdrop-filter:blur(12px);min-width:90px;transition:border-color var(--transition-base), background var(--transition-base), transform var(--transition-base);background:#ffffff0a;border:1px solid #6c63ff33;flex-direction:column;gap:.1rem;padding:.55rem 1rem;display:flex}.hero__stat:hover{background:#6c63ff14;border-color:#6c63ff73;transform:translateY(-3px)}.hero__stat-value{font-family:var(--font-display);background:var(--gradient-text);-webkit-text-fill-color:transparent;color:#0000;-webkit-background-clip:text;background-clip:text;font-size:1.25rem;font-weight:700;line-height:1}.hero__stat-label{font-family:var(--font-body);font-size:var(--text-xs);color:var(--color-muted);text-transform:uppercase;letter-spacing:.06em;font-weight:500}.hero__blob{filter:blur(100px);pointer-events:none;z-index:1;border-radius:50%;position:absolute}.hero__blob--1{background:#6c63ff38;width:600px;height:600px;animation:22s ease-in-out infinite blobFloat1;top:-200px;right:5%}.hero__blob--2{background:#00d9ff24;width:450px;height:450px;animation:28s ease-in-out infinite blobFloat2;bottom:-50px;right:28%}.hero__blob--3{background:#7c3aed29;width:350px;height:350px;animation:18s ease-in-out infinite reverse blobFloat1;top:30%;left:-100px}@media (max-width:900px){.hero{align-items:flex-start}.hero__inner{text-align:center;min-height:unset;grid-template-columns:1fr;grid-template-areas:"image""content";align-items:start;gap:1.5rem;padding-top:5.5rem;padding-bottom:3rem}.hero__image-wrap{justify-content:center;align-items:center;width:100%;display:flex}.hero__img{width:75%;max-width:420px;margin:0 auto;animation-name:heroImgFloatMobile}.hero__content{align-items:center;width:100%;padding-top:0}.hero__headline{font-size:clamp(1.7rem,6vw,2.8rem)}.hero__desc{text-align:center;max-width:100%}.hero__stats{justify-content:center}}@media (max-width:640px){.hero__inner{gap:1.25rem;padding-top:5rem;padding-bottom:2.5rem}.hero__img{width:82%;max-width:340px;animation-name:heroImgFloatMobile}.hero__img-glow{inset:-25px}}@media (max-width:480px){.hero__inner{gap:1rem;padding-top:4.5rem;padding-bottom:2rem}.hero__headline{font-size:1.85rem}.hero__img{width:88%;max-width:300px;animation-name:heroImgFloatMobile}.hero__img-glow{inset:-15px}.hero__actions{flex-direction:column;align-items:stretch}.hero__btn-primary,.hero__btn-ghost{justify-content:center}.hero__stats{gap:.75rem}.hero__stat{padding:.55rem .9rem}}
