.hero{position:relative;width:100%;min-height:100vh;background:linear-gradient(145deg,#f5faff,#e8f0fc);display:flex;align-items:center;overflow:hidden;z-index:1}.hero-light-1,.hero-light-2{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:0}.hero-light-1{background:radial-gradient(circle at 20% 30%,rgba(0,114,255,.08),transparent 50%);filter:blur(60px);animation:heroLightFloat 20s infinite alternate}.hero-light-2{background:radial-gradient(circle at 80% 70%,rgba(100,150,255,.06),transparent 50%);filter:blur(80px);animation:heroLightFloat 25s infinite alternate-reverse}@keyframes heroLightFloat{0%{opacity:.3;transform:scale(1)}to{opacity:.6;transform:scale(1.2)}}.hero-organic{position:absolute;width:min(900px,90vw);height:min(900px,90vw);background:radial-gradient(circle at 30% 30%,rgba(0,114,255,.1) 0%,rgba(0,200,255,.05) 40%,transparent 70%);border-radius:50%;top:-300px;right:-200px;filter:blur(80px);animation:heroFloat 30s infinite alternate ease-in-out;z-index:0;pointer-events:none}@keyframes heroFloat{0%{transform:translate(0) scale(1);opacity:.4}to{transform:translate(80px,50px) scale(1.2);opacity:.7}}.geo-block{position:absolute;background:#0072ff;opacity:.08;z-index:0;transition:transform 1s cubic-bezier(.2,.9,.3,1);will-change:transform;pointer-events:none}.block-1{width:400px;height:400px;top:-100px;right:-50px;transform:rotate(15deg)}.block-2{width:300px;height:300px;bottom:-150px;left:-30px;transform:rotate(-10deg);background:#6b7a93;opacity:.06}.block-3{width:200px;height:200px;top:40%;left:20%;transform:rotate(5deg);background:#00d2ff;opacity:.06}.block-4{width:500px;height:500px;bottom:-250px;right:-100px;background:#0072ff;opacity:.03;border-radius:50%}.hero-grid-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(0,114,255,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(0,114,255,.03) 1px,transparent 1px);background-size:60px 60px;z-index:2;pointer-events:none;opacity:.5}.hero-container{max-width:1280px;margin:0 auto;padding:120px 5% 80px;width:100%;position:relative;z-index:10}.hero-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.hero-left{position:relative}.hero-chip{display:inline-block;padding:8px 20px;background:#0072ff;color:#fff;font-size:13px;font-weight:500;letter-spacing:1px;margin-bottom:30px;border-radius:4px;opacity:0;transform:translateY(30px);animation:heroFadeUp .8s .2s forwards}@keyframes heroFadeUp{to{opacity:1;transform:translateY(0)}}.hero-h1{font-family:var(--font-display, "Clash Display", "Outfit", sans-serif);font-size:clamp(42px,7vw,80px);font-weight:600;line-height:1;color:#1e2b3c;margin-bottom:20px;letter-spacing:-.02em;word-wrap:break-word}.word-container{display:block;overflow:hidden;margin-bottom:5px;width:100%}.word{display:inline-block;opacity:0;transform:translateY(100%);animation:heroSlideUp .6s forwards;margin-right:12px}.word:nth-child(1){animation-delay:.3s}.word:nth-child(2){animation-delay:.5s}.word:nth-child(3){animation-delay:.7s}.accent-block{display:inline-block;background:#0072ff;color:#fff;padding:0 16px;opacity:0;transform:translateY(100%) skew(-5deg);animation:heroSlideUpSkew .6s .9s forwards}@keyframes heroSlideUp{to{opacity:1;transform:translateY(0)}}@keyframes heroSlideUpSkew{to{opacity:1;transform:translateY(0) skew(-5deg)}}.hero-description{font-size:18px;color:#4a5a6a;max-width:550px;margin:35px 0 40px;line-height:1.7;border-left:4px solid #0072ff;padding-left:25px;opacity:0;transform:translateY(30px);animation:heroFadeUp .8s 1.1s forwards}.hero-stats{display:flex;gap:50px;margin-bottom:45px;flex-wrap:wrap;opacity:0;transform:translateY(30px);animation:heroFadeUp .8s 1.3s forwards}.stat-number{font-family:var(--font-display, "Clash Display", "Outfit", sans-serif);font-size:36px;font-weight:600;color:#1e2b3c;margin-bottom:4px;line-height:1}.stat-label{font-size:13px;color:#6b7a93;text-transform:uppercase;letter-spacing:1px}.hero-btn-group{opacity:0;transform:translateY(30px);animation:heroFadeUp .8s 1.5s forwards}.hero-right{position:relative;height:600px;display:flex;align-items:center;justify-content:center;width:100%}.visual-container{position:relative;width:100%;height:100%;max-width:500px;margin:0 auto}.code-visual{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%;max-width:500px;max-height:500px}.code-line{position:absolute;height:2px;background:linear-gradient(90deg,transparent,#0072ff,#00d2ff,transparent);filter:blur(1px);animation:heroScan 8s infinite linear}.line-1{width:60%;top:30%;left:10%;animation-delay:0s}.line-2{width:80%;top:45%;right:5%;animation-delay:2s}.line-3{width:70%;top:60%;left:15%;animation-delay:4s}.line-4{width:90%;top:75%;right:10%;animation-delay:6s}@keyframes heroScan{0%{opacity:0;transform:translate(-30px)}50%{opacity:.8}to{opacity:0;transform:translate(30px)}}@media(prefers-reduced-motion:reduce){.hero-chip,.word,.accent-block,.hero-description,.hero-stats,.hero-btn-group{opacity:1!important;transform:none!important;animation:none!important}.hero-light-1,.hero-light-2,.hero-organic{animation:none}.code-line{animation:none;opacity:.4}}@media(max-width:1000px){.hero-content{grid-template-columns:1fr;gap:2rem}.hero-left{order:2;text-align:center;padding-bottom:40px}.hero-right{order:1;height:350px;margin-top:40px}.visual-container{max-width:400px}.hero-description{margin-left:auto;margin-right:auto;border-left:none;border-top:4px solid #0072ff;padding-left:0;padding-top:20px;max-width:90%}.hero-stats,.hero-btn-group .btn-group{justify-content:center}}@media(max-width:700px){.hero{min-height:auto;padding:0 0 40px}.hero-container{padding:90px 5% 50px}.hero-right{height:300px}.hero-stats{gap:20px}.stat-item{width:calc(50% - 10px);text-align:center}.geo-block{display:none}}@media(max-width:480px){.hero-right{display:none!important}.hero-container{padding:80px 4% 40px}.hero-stats{flex-direction:column;align-items:center;gap:16px}.stat-item{width:100%}.hero-h1{font-size:36px}.word{display:block;margin-bottom:8px}.hero-description{font-size:16px;margin:24px 0 32px}}@media(prefers-color-scheme:dark){.hero{background:radial-gradient(ellipse 70% 55% at 92% 8%,rgba(30,156,245,.16) 0%,transparent 60%),radial-gradient(ellipse 80% 60% at 0% 100%,rgba(149,160,166,.08) 0%,transparent 60%),linear-gradient(160deg,#131720,#181d29 60%,#131720)}.hero-light-1{background:radial-gradient(circle at 20% 30%,rgba(30,156,245,.18),transparent 50%)}.hero-light-2{background:radial-gradient(circle at 80% 70%,rgba(77,179,255,.12),transparent 50%)}.hero-organic{background:radial-gradient(circle at 30% 30%,rgba(30,156,245,.18) 0%,rgba(77,179,255,.1) 40%,transparent 70%)}.block-1{background:#1e9cf5;opacity:.1}.block-2{background:#95a0a6;opacity:.08}.block-3{background:#4db3ff;opacity:.08}.block-4{background:#1e9cf5;opacity:.05}.hero-grid-overlay{background-image:linear-gradient(rgba(255,255,255,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.05) 1px,transparent 1px)}.hero-chip{background:#1e9cf5;color:#fff}.hero-h1{color:#f1f4f8}.accent-block{background:#1e9cf5;color:#fff}.hero-description{color:#c8d0da;border-left-color:#1e9cf5}.stat-number{color:#f1f4f8}.stat-label{color:#95a0a6}.code-line{background:linear-gradient(90deg,transparent,#1E9CF5,#4DB3FF,transparent)}}@media(prefers-color-scheme:dark)and (max-width:1000px){.hero-description{border-top-color:#1e9cf5}}
