.hero-section{position:relative;height:100vh;min-height:700px;background:linear-gradient(135deg,var(--bg-gradient-start),var(--bg-gradient-end));color:#fff;overflow:hidden;padding:0}.hero-carousel{position:relative;width:100%;height:100%}.hero-slide{position:absolute;inset:0;width:100%;height:100%;opacity:0;visibility:hidden;transition:opacity 1s ease-in-out,visibility 1s ease-in-out}.hero-slide.active{opacity:1;visibility:visible}.slide-bg{position:absolute;inset:0;z-index:0}.hero-slide .container{position:relative;z-index:2;height:100%}.carousel-indicators{position:absolute;bottom:80px;left:50%;transform:translate(-50%);display:flex;gap:12px;z-index:20}.indicator{width:32px;height:4px;background:#ffffff4d;border-radius:2px;cursor:pointer;transition:all .3s ease}.indicator.active{background:#fff;width:48px}.hero-bg-shapes{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;overflow:hidden;pointer-events:none}.shape{position:absolute;border-radius:50%;filter:blur(80px);opacity:.6}.shape-1{width:500px;height:500px;background:#8b5cf666;top:-100px;right:-100px;animation:float 10s ease-in-out infinite}.shape-2{width:400px;height:400px;background:#3b82f680;bottom:-50px;left:-100px;animation:float 12s ease-in-out infinite reverse}@keyframes float{0%{transform:translate(0)}50%{transform:translate(30px,-30px)}to{transform:translate(0)}}.hero-container{display:flex;justify-content:space-between;align-items:center;z-index:1;position:relative}.hero-content{max-width:600px}.hero-title{font-size:60px;font-weight:700;line-height:1.2;margin-bottom:24px;background:linear-gradient(to right,#fff,#e2e8f0);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero-subtitle{font-size:18px;line-height:1.8;color:#cbd5e1;max-width:600px;opacity:.9;margin-bottom:40px}@media(max-width:992px){.hero-container{justify-content:center;text-align:center}.hero-content{display:flex;flex-direction:column;align-items:center;padding-top:60px}.hero-title{font-size:48px}.hero-subtitle{margin-left:auto;margin-right:auto}}@media(max-width:768px){.hero-title{font-size:38px;line-height:1.3}.hero-subtitle{font-size:16px;line-height:1.6}}.hero-buttons{display:flex;gap:16px}.btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 28px;border-radius:30px;font-size:16px;font-weight:600;cursor:pointer;transition:all var(--transition-fast);text-decoration:none}.btn-primary{background-color:var(--accent);color:#fff;border:1px solid var(--accent);box-shadow:0 4px 14px #f43f5e63}.btn-primary:hover{background-color:#e11d48;transform:translateY(-2px);box-shadow:0 6px 20px #f43f5e66}.btn-outline{background-color:transparent;color:#fff;border:1px solid rgba(255,255,255,.5)}.btn-outline:hover{background-color:#ffffff1a;border-color:#fff;transform:translateY(-2px)}.hero-visual{flex:1;display:flex;justify-content:flex-end;align-items:center;position:relative}.glass-panels{position:relative;width:500px;height:500px;display:flex;align-items:center;justify-content:center}.glass-panel{position:absolute;border-radius:20px;background:#ffffff0d;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.2);box-shadow:0 25px 50px -12px #00000080;animation:float-panel 6s ease-in-out infinite;width:260px;height:240px}.panel-1{z-index:3;background:linear-gradient(135deg,#ffffff26,#ffffff0d);border-top:1px solid rgba(255,255,255,.5);border-left:1px solid rgba(255,255,255,.5);bottom:40px;left:20px;padding:20px;animation:float-panel-1 6s ease-in-out infinite}.panel-2{left:120px;bottom:110px;z-index:2;background:linear-gradient(135deg,#3b82f666,#2563eb33);border-top:1px solid rgba(147,197,253,.5);border-left:1px solid rgba(147,197,253,.5);border-right:1px solid rgba(147,197,253,.3);padding:20px;align-items:center;justify-content:center;animation:float-panel-2 6s ease-in-out infinite;animation-delay:-2s}.panel-3{right:0;bottom:180px;z-index:1;background:linear-gradient(135deg,#f472b640,#db27771a);border-top:1px solid rgba(249,168,212,.5);border-left:1px solid rgba(249,168,212,.5);padding:20px;flex-direction:row;align-items:center;justify-content:center;gap:15px;animation:float-panel-3 6s ease-in-out infinite;animation-delay:-4s}@keyframes float-panel-1{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}@keyframes float-panel-2{0%,to{transform:translateY(0)}50%{transform:translateY(-18px)}}@keyframes float-panel-3{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@media(max-width:992px){.glass-panels{display:none}}.glass-panel{display:flex;flex-direction:column;overflow:hidden}.panel-header{display:flex;gap:6px}.stat-circle{width:100px;height:100px;border-radius:50%;border:6px solid rgba(147,197,253,.3);border-top-color:#60a5fa;display:flex;align-items:center;justify-content:center;margin-bottom:25px;animation:spin-slow 8s linear infinite}.stat-inner{font-size:24px;font-weight:700;color:#fff;animation:spin-slow-reverse 8s linear infinite}@keyframes spin-slow{to{transform:rotate(360deg)}}@keyframes spin-slow-reverse{to{transform:rotate(-360deg)}}.tech-icon{font-size:32px;background:#ffffff1a;width:60px;height:60px;border-radius:15px;display:flex;align-items:center;justify-content:center}.tech-info{display:flex;flex-direction:column;gap:5px}.tech-title{color:#fff;font-weight:600;font-size:16px;line-height:1.2}.tech-pulse{width:40px;height:6px;background:#34d399;border-radius:3px;position:relative;overflow:hidden;margin-top:5px}.tech-pulse:after{content:"";position:absolute;top:0;left:-100%;width:50%;height:100%;background:#ffffff80;animation:pulse-line 2s infinite}@keyframes pulse-line{to{left:200%}}.stats-section{background:#fff;padding:80px 0;margin-top:-60px;position:relative;z-index:10;border-radius:40px 40px 0 0}.stats-container{display:flex;justify-content:space-around;flex-wrap:wrap;text-align:center}.stat-item{flex:1;min-width:200px;padding:20px}.stat-number{font-size:48px;font-weight:700;color:var(--primary);margin-bottom:8px;display:flex;justify-content:center;align-items:Baseline}.stat-number span{font-size:24px}.stat-label{font-size:16px;color:var(--text-muted)}.we-do-section{background:#f8fafc;padding:100px 0;position:relative;overflow:hidden}.we-do-bg-shape{position:absolute;bottom:-100px;left:-100px;width:600px;height:600px;background:radial-gradient(circle,#f1f5f9,#fff0 70%);z-index:1;border-radius:50%}.text-center{text-align:center}.we-do-carousel-wrapper{position:relative;width:100%;overflow:hidden}.we-do-track{display:flex;transition:transform .8s cubic-bezier(.25,1,.5,1);width:100%}.we-do-group{flex:0 0 100%;display:flex;gap:30px;padding:10px 0}.we-do-card{flex:1;min-width:0;background:#fff;padding:50px 30px;border-radius:4px;box-shadow:0 4px 6px #00000005,0 1px 3px #0000000d;border:1px solid #e2e8f0;border-bottom:3px solid transparent;text-align:center;transition:box-shadow .3s ease,transform .3s ease,border-bottom .3s ease;cursor:default}.we-do-card:hover{box-shadow:0 20px 25px -5px #0000000d,0 10px 10px -5px #00000005;transform:translateY(-5px);border-bottom:3px solid var(--primary)}@media(max-width:992px){.we-do-group{flex-wrap:wrap}.we-do-card{flex:0 0 calc(50% - 15px)}}@media(max-width:768px){.we-do-card{flex:0 0 100%}}.we-do-icon{position:relative;width:100px;height:100px;margin:0 auto 30px;display:flex;align-items:center;justify-content:center}.icon-blob{position:absolute;inset:0;border-radius:40% 60% 70% 30%/40% 50% 60%;animation:morph 8s ease-in-out infinite both alternate}@keyframes morph{0%{border-radius:40% 60% 70% 30%/40% 50% 60%}to{border-radius:60% 40% 30% 70%/60% 30% 70% 40%}}.we-do-title{font-size:22px;font-weight:600;margin-bottom:12px;color:#0f172a;text-align:center;width:100%}.we-do-tech{font-size:13px;color:#64748b;font-weight:500;margin-bottom:24px}.we-do-desc{color:#64748b;font-size:14px;line-height:1.8}.process-section{padding:100px 0;background:#fff}.process-timeline{display:grid;grid-template-columns:repeat(3,1fr);gap:40px 30px;margin-top:60px;position:relative}.process-item{position:relative;text-align:center;opacity:0;transform:translateY(30px);animation:fadeInUp .6s ease forwards}.process-item:nth-child(1){animation-delay:.1s}.process-item:nth-child(2){animation-delay:.2s}.process-item:nth-child(3){animation-delay:.3s}.process-item:nth-child(4){animation-delay:.4s}.process-item:nth-child(5){animation-delay:.5s}.process-item:nth-child(6){animation-delay:.6s}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}}.process-item:not(:nth-child(3n)):after{content:"→";position:absolute;top:25px;right:-28px;width:60px;height:40px;display:flex;align-items:center;justify-content:center;font-size:36px;color:var(--primary);z-index:0;opacity:.2;transform:translate(0);animation:arrowFill 6s linear infinite}.process-item:nth-child(1):after{animation:arrowFill-1 6s linear infinite}.process-item:nth-child(2):after{animation:arrowFill-2 6s linear infinite}.process-item:nth-child(4):after{animation:arrowFill-3 6s linear infinite}.process-item:nth-child(5):after{animation:arrowFill-4 6s linear infinite}@keyframes arrowFill-1{0%,90%{opacity:1;transform:translate(6px)}91%,to{opacity:.2;transform:translate(0)}}@keyframes arrowFill-2{0%,19%{opacity:.2;transform:translate(0)}20%,90%{opacity:1;transform:translate(6px)}91%,to{opacity:.2;transform:translate(0)}}@keyframes arrowFill-3{0%,39%{opacity:.2;transform:translate(0)}40%,90%{opacity:1;transform:translate(6px)}91%,to{opacity:.2;transform:translate(0)}}@keyframes arrowFill-4{0%,59%{opacity:.2;transform:translate(0)}60%,90%{opacity:1;transform:translate(6px)}91%,to{opacity:.2;transform:translate(0)}}.process-node{position:relative;width:90px;height:90px;margin:0 auto 24px;border-radius:50%;background:linear-gradient(135deg,var(--primary),#818cf8);display:flex;align-items:center;justify-content:center;box-shadow:0 8px 30px #3b82f640;transition:transform .4s ease,box-shadow .4s ease}.process-item:hover .process-node{transform:scale(1.12);box-shadow:0 12px 40px #3b82f666}.process-icon-new{font-size:32px;filter:grayscale(0);transition:transform .3s ease}.process-item:hover .process-icon-new{transform:scale(1.2)}.process-body{padding:0 10px}.process-title{font-size:18px;font-weight:700;color:#0f172a;margin-bottom:10px}.process-desc{font-size:14px;color:#64748b;line-height:1.7}@media(max-width:768px){.process-timeline{grid-template-columns:repeat(2,1fr)}.process-item:nth-child(2n):after{display:none}}@media(max-width:480px){.process-timeline{grid-template-columns:1fr}.process-item:after{display:none!important}}.solutions-section{background:var(--surface-alt);padding:100px 0}.solutions-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;margin-top:50px}@media(max-width:992px){.solutions-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.solutions-grid{grid-template-columns:1fr}}.solution-card{position:relative;overflow:hidden;border-radius:var(--radius-lg);aspect-ratio:1;box-shadow:var(--shadow-md);cursor:pointer}.solution-img{width:100%;height:100%;object-fit:cover;transition:transform var(--transition-slow)}.solution-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.8),rgba(0,0,0,.2) 60%,transparent);display:flex;align-items:flex-end;padding:30px}.solution-card:hover .solution-img{transform:scale(1.1)}.solution-title{color:#fff;font-size:20px;font-weight:600;z-index:2;position:relative;transition:transform var(--transition-normal)}.solution-card:hover .solution-title{transform:translateY(-5px)}@media(max-width:992px){.hero-container{flex-direction:column;text-align:center;gap:60px}.hero-buttons,.hero-visual{justify-content:center}.hero-globe{width:300px;height:300px}.process-steps:before{display:none}}
