.hero{align-items:center;min-height:100vh;padding:140px 0 100px;display:flex;position:relative}.hero-content{max-width:820px}.hero-badge{background:var(--accent-dim);color:var(--accent);border:1px solid #3b8eff25;border-radius:100px;align-items:center;gap:8px;margin-bottom:32px;padding:6px 16px 6px 8px;font-size:.8rem;font-weight:500;animation:.8s ease-out both fadeSlideUp;display:inline-flex}.hero-badge .dot{background:var(--accent);border-radius:50%;width:8px;height:8px;animation:2s ease-in-out infinite dotPulse}@keyframes dotPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.7)}}.hero h1{font-family:var(--font-display);letter-spacing:-.04em;margin-bottom:28px;font-size:clamp(2.8rem,6vw,4.5rem);font-weight:800;line-height:1.05;animation:.8s ease-out .1s both fadeSlideUp}.hero h1 .accent-text{color:var(--accent)}.hero p{color:var(--text-secondary);max-width:560px;margin-bottom:44px;font-size:1.15rem;line-height:1.7;animation:.8s ease-out .2s both fadeSlideUp}.hero-actions{flex-wrap:wrap;gap:16px;animation:.8s ease-out .3s both fadeSlideUp;display:flex}.hero-visual{pointer-events:none;width:480px;height:480px;animation:1.5s ease-out .5s both fadeIn;position:absolute;top:50%;right:-60px;transform:translateY(-50%)}.hex-grid{position:absolute;inset:0}.hex-ring{border:1px solid var(--border-light);border-radius:50%;width:100%;height:100%;animation:40s linear infinite ringRotate;position:absolute}.hex-ring:nth-child(2){border-color:#3b8eff15;width:70%;height:70%;animation-duration:30s;animation-direction:reverse;top:15%;left:15%}.hex-ring:nth-child(3){border-color:#3b8eff20;width:40%;height:40%;animation-duration:20s;top:30%;left:30%}.hex-center{background:var(--accent-dim);border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.hex-center:after{content:"";background:var(--accent);width:12px;height:12px;box-shadow:0 0 20px var(--accent), 0 0 60px var(--accent-dim);border-radius:50%}.orbit-dot{background:var(--accent);width:6px;height:6px;box-shadow:0 0 10px var(--accent);border-radius:50%;position:absolute}.orbit-dot:nth-child(5){animation:3s infinite orbitPulse;top:0;left:50%}.orbit-dot:nth-child(6){animation:3s 1s infinite orbitPulse;top:50%;right:0}.orbit-dot:nth-child(7){animation:3s 2s infinite orbitPulse;bottom:15%;left:10%}@keyframes ringRotate{to{transform:rotate(360deg)}}@keyframes orbitPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.3;transform:scale(.5)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.stats-bar{border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:60px 0}.stats-grid{grid-template-columns:repeat(4,1fr);gap:32px;display:grid}.stat-item{text-align:center;animation:.6s ease-out both fadeSlideUp}.stat-item:first-child{animation-delay:.1s}.stat-item:nth-child(2){animation-delay:.2s}.stat-item:nth-child(3){animation-delay:.3s}.stat-item:nth-child(4){animation-delay:.4s}.stat-number{font-family:var(--font-display);color:var(--accent);letter-spacing:-.03em;font-size:2.4rem;font-weight:800}.stat-label{color:var(--text-muted);letter-spacing:.04em;text-transform:uppercase;margin-top:6px;font-size:.85rem}section{padding:120px 0}.section-title{font-size:clamp(2rem,4vw,3rem)}.section-desc{max-width:540px;margin-bottom:60px}.services-grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.service-card{background:var(--bg-card);border:1px solid var(--border);color:inherit;border-radius:16px;padding:40px 32px;text-decoration:none;transition:all .4s cubic-bezier(.4,0,.2,1);display:block;position:relative;overflow:hidden}.service-card h3{color:var(--text-primary)}.service-more{color:var(--accent);align-items:center;gap:6px;margin-top:18px;font-size:.85rem;font-weight:600;display:inline-flex}.service-more svg{width:14px;height:14px;transition:transform .3s}.service-card:hover .service-more svg{transform:translate(4px)}.service-card-wide{grid-column:1/-1}.service-new-badge{background:var(--accent-dim);letter-spacing:.08em;text-transform:uppercase;color:var(--accent);vertical-align:middle;border:1px solid #3b8eff25;border-radius:100px;margin-left:10px;padding:3px 10px;font-size:.7rem;font-weight:700;display:inline-block}.service-card:before{content:"";background:var(--accent);opacity:0;height:2px;transition:opacity .4s;position:absolute;top:0;left:0;right:0}.service-card:hover{background:var(--bg-card-hover);border-color:var(--border-light);transform:translateY(-4px)}.service-card:hover:before{opacity:1}.service-icon{background:var(--accent-dim);border:1px solid #3b8eff18;border-radius:12px;justify-content:center;align-items:center;width:52px;height:52px;margin-bottom:24px;transition:all .3s;display:flex}.service-card:hover .service-icon{border-color:var(--accent-mid);box-shadow:0 0 30px var(--accent-dim);background:#3b8eff18}.service-icon svg{width:24px;height:24px;color:var(--accent)}.service-card h3{font-family:var(--font-display);letter-spacing:-.02em;margin-bottom:12px;font-size:1.2rem;font-weight:800}.service-card p{color:var(--text-secondary);font-size:.92rem;line-height:1.65}.process-grid{grid-template-columns:repeat(4,1fr);gap:0;display:grid;position:relative}.process-grid:before{content:"";background:var(--border-light);height:1px;position:absolute;top:24px;left:12.5%;right:12.5%}.process-step{text-align:center;padding:0 20px;position:relative}.step-number{border:2px solid var(--border-light);width:48px;height:48px;font-family:var(--font-display);color:var(--text-muted);background:var(--bg-deep);z-index:1;border-radius:50%;justify-content:center;align-items:center;margin:0 auto 24px;font-size:1rem;font-weight:800;transition:all .3s;display:flex;position:relative}.process-step:hover .step-number{border-color:var(--accent);color:var(--accent);box-shadow:0 0 20px var(--accent-dim)}.process-step h3{font-family:var(--font-display);letter-spacing:-.01em;margin-bottom:10px;font-size:1.05rem;font-weight:800}.process-step p{color:var(--text-secondary);font-size:.88rem;line-height:1.6}.features-section{background:var(--bg-card);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.features-layout{grid-template-columns:1fr;display:grid}.features-list{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.feature-item{cursor:default;border-radius:12px;gap:20px;padding:20px;transition:all .3s;display:flex}.feature-item:hover{background:var(--bg-card-hover)}.feature-check{background:var(--accent-dim);border-radius:8px;justify-content:center;align-items:center;width:28px;min-width:28px;height:28px;margin-top:2px;display:flex}.feature-check svg{width:14px;height:14px;color:var(--accent)}.feature-item h4{font-family:var(--font-display);letter-spacing:-.01em;margin-bottom:4px;font-size:1rem;font-weight:800}.feature-item p{color:var(--text-secondary);font-size:.88rem;line-height:1.6}.code-window{border:1px solid var(--border);background:#080810;border-radius:16px;overflow:hidden;box-shadow:0 20px 60px #0006}.code-header{border-bottom:1px solid var(--border);align-items:center;gap:8px;padding:14px 20px;display:flex}.code-dot{border-radius:50%;width:10px;height:10px}.code-dot.red{background:#ff5f57}.code-dot.yellow{background:#ffbd2e}.code-dot.green{background:#28ca41}.code-body{color:var(--text-secondary);padding:24px;font-family:SF Mono,Fira Code,monospace;font-size:.82rem;line-height:1.8;overflow:hidden}.code-body .keyword{color:#c792ea}.code-body .func{color:#82aaff}.code-body .string{color:var(--accent)}.code-body .comment{color:var(--text-muted);font-style:italic}.code-body .variable{color:#f78c6c}.code-body .type{color:#ffcb6b}.code-line{opacity:0;animation:.3s ease-out forwards codeFadeIn}.code-line:first-child{animation-delay:.8s}.code-line:nth-child(2){animation-delay:1s}.code-line:nth-child(3){animation-delay:1.2s}.code-line:nth-child(4){animation-delay:1.4s}.code-line:nth-child(5){animation-delay:1.6s}.code-line:nth-child(6){animation-delay:1.8s}.code-line:nth-child(7){animation-delay:2s}.code-line:nth-child(8){animation-delay:2.2s}.code-line:nth-child(9){animation-delay:2.4s}.code-line:nth-child(10){animation-delay:2.6s}@keyframes codeFadeIn{0%{opacity:0;transform:translate(-10px)}to{opacity:1;transform:translate(0)}}.proof-section{text-align:center}.proof-quote{font-family:var(--font-display);letter-spacing:-.02em;max-width:700px;margin:0 auto 32px;font-size:clamp(1.4rem,3vw,2rem);font-weight:600;line-height:1.4;position:relative}.proof-quote:before{content:"\"";color:var(--accent-dim);font-family:Georgia,serif;font-size:5rem;line-height:1;position:absolute;top:-30px;left:-20px}.proof-author{color:var(--text-secondary);font-size:.92rem}.proof-author strong{color:var(--text-primary)}.proof-logos{border-top:1px solid var(--border);justify-content:center;align-items:center;gap:60px;margin-top:80px;padding-top:60px;display:flex}.proof-logo{font-family:var(--font-display);color:var(--text-muted);letter-spacing:.02em;opacity:.5;font-size:1.1rem;font-weight:800;transition:opacity .3s}.proof-logo:hover{opacity:.8}.scroll-cue{color:var(--text-muted);z-index:1;transition:color .25s;animation:2s ease-in-out infinite scrollBounce;position:absolute;bottom:32px;left:50%;transform:translate(-50%)}.scroll-cue:hover{color:var(--accent)}@keyframes scrollBounce{0%,to{transform:translate(-50%)translateY(0)}50%{transform:translate(-50%)translateY(8px)}}@media (width<=1024px){.hero-visual{display:none}.hero-content{text-align:center;max-width:640px;margin:0 auto}.hero p{margin-left:auto;margin-right:auto}.hero-actions{justify-content:center}.features-layout{max-width:100%}.services-grid{grid-template-columns:repeat(2,1fr)}.features-list{grid-template-columns:1fr}.process-grid{grid-template-columns:repeat(2,1fr);gap:40px}.process-grid:before{display:none}}@media (width<=768px){.services-grid{grid-template-columns:1fr}.stats-grid{grid-template-columns:repeat(2,1fr)}.process-grid{grid-template-columns:1fr}.proof-logos{flex-wrap:wrap;gap:30px}.hero-actions{flex-direction:column}.hero-actions .btn-primary,.hero-actions .btn-outline{text-align:center;justify-content:center}}@media (width>=1400px){.hero-visual{width:540px;height:540px;right:calc(50vw - 680px)}}@media (width>=1800px){.hero-visual{width:600px;height:600px;right:calc(50vw - 660px)}}
