.tech-hero-container{position:relative;min-height:100vh;background:radial-gradient(circle at 20% 20%,rgba(255,122,148,.2),transparent 24%),radial-gradient(circle at 80% 20%,rgba(56,189,248,.15),transparent 24%),linear-gradient(135deg,#050816,#0e1424 45%,#090b12);overflow:hidden;padding:0 5% 30px}.tech-glow-orb{width:600px;height:600px;background:radial-gradient(circle,rgba(99,102,241,.16),transparent 70%);top:-200px;right:-200px;animation:orbFloat 8s ease-in-out infinite}.tech-glow-orb,.tech-glow-orb-2{position:absolute;border-radius:50%;pointer-events:none}.tech-glow-orb-2{width:420px;height:420px;background:radial-gradient(circle,rgba(246,36,64,.14),transparent 70%);bottom:-100px;left:-100px;animation:orbFloat 10s ease-in-out infinite reverse}@keyframes orbFloat{0%,to{transform:translate(0) scale(1)}50%{transform:translate(30px,-30px) scale(1.08)}}.tech-hero-content{display:flex;align-items:center;justify-content:space-between;min-height:calc(100vh - 80px);gap:60px;position:relative;z-index:1}.tech-hero-left{flex:1 1;max-width:620px}.tech-hero-right{flex:1 1;display:flex;justify-content:center;align-items:center}.tech-badge{display:inline-flex;align-items:center;gap:10px;padding:8px 18px;background:hsla(0,0%,100%,.06);border:1px solid hsla(0,0%,100%,.12);border-radius:999px;color:#8dd7ff;font-size:14px;font-weight:500;margin-bottom:24px;letter-spacing:.5px}.tech-badge-dot{width:8px;height:8px;background:#8dd7ff;border-radius:50%;animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.3}}.tech-hero-title{font-size:54px;font-weight:700;line-height:1.08;color:#fff;margin-bottom:24px}.tech-gradient-text{background:linear-gradient(135deg,#ff8fb3,#f62440);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.tech-hero-description{font-size:18px;line-height:1.8;color:hsla(0,0%,100%,.74);margin-bottom:40px;max-width:530px}.tech-stats{display:flex;align-items:center;gap:32px;padding-top:32px;border-top:1px solid hsla(0,0%,100%,.08)}.tech-stat-item{display:flex;flex-direction:column}.tech-stat-number{font-size:28px;font-weight:700;color:#fff}.tech-stat-label{font-size:14px;color:hsla(0,0%,100%,.5);margin-top:4px}.tech-stat-divider{width:1px;height:40px;background:hsla(0,0%,100%,.1)}.tech-hero-image-container{position:relative;width:100%;max-width:560px}.tech-code-window{background:rgba(9,12,22,.95);border:1px solid hsla(0,0%,100%,.08);border-radius:20px;overflow:hidden;box-shadow:0 24px 80px rgba(0,0,0,.45)}.tech-code-header{display:flex;align-items:center;gap:8px;padding:16px 20px;background:hsla(0,0%,100%,.03);border-bottom:1px solid hsla(0,0%,100%,.05)}.tech-code-dot{width:12px;height:12px;border-radius:50%}.tech-code-red{background:#ff5f56}.tech-code-yellow{background:#ffbd2e}.tech-code-green{background:#27c93f}.tech-code-filename{margin-left:8px;font-size:13px;color:hsla(0,0%,100%,.3);font-family:Courier New,monospace}.tech-code-body{padding:24px;overflow-x:auto}.tech-code-body pre{margin:0;font-family:Courier New,monospace;font-size:14px;line-height:1.8;color:#e4e4e7}.tech-code-keyword{color:#c084fc}.tech-code-function{color:#60a5fa}.tech-code-string{color:#34d399}.tech-code-tag{color:#f472b6}.tech-code-attr{color:#fbbf24}.tech-code-text{color:#e4e4e7}.tech-float-card{position:absolute;display:flex;align-items:center;gap:12px;padding:14px 20px;background:rgba(17,17,24,.9);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid hsla(0,0%,100%,.06);border-radius:12px;box-shadow:0 8px 32px rgba(0,0,0,.3);animation:float 6s ease-in-out infinite}.tech-card-1{top:-30px;left:-40px;animation-delay:0s}.tech-card-2{bottom:80px;right:-50px;animation-delay:2s}.tech-card-3{bottom:-20px;left:20px;animation-delay:4s}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.tech-card-icon{font-size:24px}.tech-card-title{font-size:14px;font-weight:600;color:#fff}.tech-card-subtitle{font-size:12px;color:hsla(0,0%,100%,.4)}.tech-scroll-indicator{position:absolute;bottom:30px;left:50%;transform:translateX(-50%);display:flex;flex-direction:column;align-items:center;gap:8px;color:hsla(0,0%,100%,.2);font-size:12px;letter-spacing:2px;text-transform:uppercase}.tech-scroll-line{width:1px;height:40px;background:linear-gradient(180deg,hsla(0,0%,100%,.2),transparent);animation:scrollDown 2s ease-in-out infinite}@keyframes scrollDown{0%{transform:scaleY(0);opacity:0}50%{transform:scaleY(1);opacity:1}to{transform:scaleY(0);opacity:0}}@media (max-width:1024px){.tech-hero-content{flex-direction:column;padding:40px 0;gap:40px}.tech-hero-left{max-width:100%;text-align:center}.tech-hero-description{max-width:100%;margin-left:auto;margin-right:auto}.tech-hero-buttons,.tech-stats{justify-content:center}.tech-hero-title{font-size:48px}.tech-hero-image-container{max-width:400px}.tech-card-1{top:-20px;left:-20px}.tech-card-2{bottom:60px;right:-20px}.tech-card-3{bottom:-10px;left:-10px}}@media (max-width:600px){.tech-hero-title{font-size:36px}.tech-hero-description{font-size:16px}.tech-hero-buttons{flex-direction:column;align-items:center}.tech-primary-btn,.tech-secondary-btn{width:100%;justify-content:center}.tech-stats{flex-direction:column;gap:16px}.tech-stat-divider{width:60px;height:1px}.tech-hero-image-container{max-width:300px}.tech-float-card{display:none}.tech-code-body{font-size:12px;padding:16px}}.Industuries_industuries__H3c2r{padding:80px 0;background:#0a0a0f;position:relative;overflow:hidden;width:100%;min-height:100vh;display:flex;align-items:center}.Industuries_glowOrb1__xa7Nt{position:absolute;width:600px;height:600px;background:radial-gradient(circle,rgba(246,36,64,.08) 0,transparent 70%);top:-200px;right:-200px;border-radius:50%;pointer-events:none;animation:Industuries_floatOrb__K3G_N 8s ease-in-out infinite}.Industuries_glowOrb2__1MIy9{position:absolute;width:400px;height:400px;background:radial-gradient(circle,rgba(246,36,64,.05) 0,transparent 70%);bottom:-100px;left:-100px;border-radius:50%;pointer-events:none;animation:Industuries_floatOrb__K3G_N 10s ease-in-out infinite reverse}@keyframes Industuries_floatOrb__K3G_N{0%,to{transform:translate(0) scale(1)}50%{transform:translate(30px,-30px) scale(1.1)}}.Industuries_innerindustries__ZaMA2{width:90%;max-width:1400px;margin:0 auto;position:relative;z-index:1}.Industuries_row1__e9vcO{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:60px;flex-wrap:wrap;gap:20px}.Industuries_sectionTag__m51pr{display:inline-block;font-size:13px;font-weight:600;color:#f62440;letter-spacing:4px;text-transform:uppercase;margin-bottom:12px;position:relative;padding-left:40px}.Industuries_sectionTag__m51pr:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:30px;height:2px;background:#f62440;box-shadow:0 0 20px rgba(246,36,64,.5)}.Industuries_mainTitle__Oajdk{font-size:44px;font-weight:700;color:#fff;line-height:1.2;margin:0}.Industuries_highlight__Tsp8J{background:linear-gradient(135deg,#f62440,#ff6b7a);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;position:relative}.Industuries_highlight__Tsp8J:after{content:"";position:absolute;bottom:-4px;left:0;width:100%;height:3px;background:linear-gradient(135deg,#f62440,#ff6b7a);border-radius:2px;filter:blur(1px)}.Industuries_morearrow__8JDAA{background:rgba(246,36,64,.08);padding:12px 28px;display:flex;align-items:center;gap:10px;width:-moz-fit-content;width:fit-content;color:#f62440;text-decoration:none;font-size:15px;font-weight:600;border-radius:50px;border:1px solid rgba(246,36,64,.15);transition:all .4s cubic-bezier(.175,.885,.32,1.275);white-space:nowrap}.Industuries_morearrow__8JDAA svg{transition:.4s;font-size:22px}.Industuries_morearrow__8JDAA:hover{background:#f62440;color:#fff;transform:translateX(5px);box-shadow:0 8px 30px rgba(246,36,64,.3);border-color:#f62440}.Industuries_morearrow__8JDAA:hover svg{transform:translateX(8px);color:#fff}.Industuries_row2__vscs_{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:24px;gap:24px}.Industuries_industurycard__6HQO4{padding:35px 25px;background:hsla(0,0%,100%,.02);border:1px solid hsla(0,0%,100%,.05);border-radius:16px;position:relative;cursor:pointer;transition:all .4s cubic-bezier(.175,.885,.32,1.275);overflow:hidden;min-height:180px;display:flex;flex-direction:column;align-items:flex-start;gap:16px}.Industuries_cardGlow__AnKXg{position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle at center,rgba(246,36,64,.05) 0,transparent 60%);opacity:0;transition:opacity .6s ease;pointer-events:none}.Industuries_industurycard__6HQO4:hover .Industuries_cardGlow__AnKXg{opacity:1}.Industuries_industurycard__6HQO4:before{content:"";position:absolute;inset:-1px;background:linear-gradient(135deg,rgba(246,36,64,.3),transparent,rgba(246,36,64,.3));border-radius:16px;opacity:0;transition:opacity .4s ease;z-index:0}.Industuries_industurycard__6HQO4:hover:before{opacity:1}.Industuries_industurycard__6HQO4:after{content:"";position:absolute;inset:1px;background:#0d0d14;border-radius:15px;z-index:0;transition:background .4s ease}.Industuries_industurycard__6HQO4:hover:after{background:#12121a}.Industuries_industurysvg__4v6Fh{position:relative;z-index:1;background:rgba(246,36,64,.08);width:56px;height:56px;border-radius:14px;display:flex;align-items:center;justify-content:center;transition:all .4s cubic-bezier(.175,.885,.32,1.275)}.Industuries_industurycard__6HQO4:hover .Industuries_industurysvg__4v6Fh{background:rgba(246,36,64,.15);transform:scale(1.05) rotate(-5deg);box-shadow:0 0 40px rgba(246,36,64,.1)}.Industuries_industurycard__6HQO4 svg{font-size:28px;color:#f62440;transition:all .4s ease;position:relative;z-index:1}.Industuries_industurycard__6HQO4:hover svg{color:#ff6b7a;transform:scale(1.1);filter:drop-shadow(0 0 20px rgba(246,36,64,.3))}.Industuries_industurycard__6HQO4 p{position:relative;z-index:1;font-weight:600;font-size:18px;color:#fff;margin:0;transition:color .3s ease}.Industuries_industurycard__6HQO4:hover p{color:#f62440}.Industuries_cardHoverLine__ephU6{position:absolute;bottom:0;left:50%;width:0;height:3px;background:linear-gradient(90deg,#f62440,#ff6b7a);border-radius:2px;transition:all .4s cubic-bezier(.175,.885,.32,1.275);z-index:1;transform:translateX(-50%)}.Industuries_industurycard__6HQO4:hover .Industuries_cardHoverLine__ephU6{width:60%}.Industuries_industurycard__6HQO4:hover{transform:translateY(-10px);box-shadow:0 20px 60px rgba(0,0,0,.6);border-color:rgba(246,36,64,.15)}@media only screen and (max-width:1200px){.Industuries_innerindustries__ZaMA2{width:95%}.Industuries_row2__vscs_{grid-template-columns:repeat(3,1fr);gap:20px}.Industuries_mainTitle__Oajdk{font-size:38px}}@media only screen and (max-width:992px){.Industuries_row1__e9vcO{flex-direction:column;align-items:flex-start;gap:16px}.Industuries_morearrow__8JDAA{align-self:flex-start}}@media only screen and (max-width:768px){.Industuries_industuries__H3c2r{padding:60px 0;min-height:auto}.Industuries_row2__vscs_{grid-template-columns:repeat(2,1fr);gap:16px}.Industuries_mainTitle__Oajdk{font-size:32px}.Industuries_industurycard__6HQO4{padding:28px 20px;min-height:150px}.Industuries_industurysvg__4v6Fh{width:50px;height:50px}.Industuries_industurycard__6HQO4 svg{font-size:24px}.Industuries_industurycard__6HQO4 p{font-size:16px}.Industuries_glowOrb1__xa7Nt,.Industuries_glowOrb2__1MIy9{width:300px;height:300px}}@media only screen and (max-width:480px){.Industuries_industuries__H3c2r{padding:40px 0}.Industuries_innerindustries__ZaMA2{width:92%}.Industuries_row1__e9vcO{margin-bottom:30px}.Industuries_sectionTag__m51pr{font-size:11px;padding-left:30px;letter-spacing:2px}.Industuries_sectionTag__m51pr:before{width:20px}.Industuries_mainTitle__Oajdk{font-size:26px}.Industuries_row2__vscs_{grid-template-columns:repeat(2,1fr);gap:12px}.Industuries_industurycard__6HQO4{padding:20px 16px;min-height:120px;border-radius:12px}.Industuries_industurysvg__4v6Fh{width:42px;height:42px;border-radius:10px}.Industuries_industurycard__6HQO4 svg{font-size:20px}.Industuries_industurycard__6HQO4 p{font-size:14px}.Industuries_morearrow__8JDAA{padding:8px 20px;font-size:13px;border-radius:40px}.Industuries_morearrow__8JDAA svg{font-size:18px}.Industuries_cardHoverLine__ephU6{display:none}.Industuries_industurycard__6HQO4:hover{transform:translateY(-5px)}.Industuries_glowOrb1__xa7Nt,.Industuries_glowOrb2__1MIy9{display:none}}@media only screen and (max-width:360px){.Industuries_row2__vscs_{grid-template-columns:repeat(2,1fr);gap:8px}.Industuries_industurycard__6HQO4{padding:16px 12px;min-height:100px}.Industuries_industurysvg__4v6Fh{width:36px;height:36px}.Industuries_industurycard__6HQO4 svg{font-size:16px}.Industuries_industurycard__6HQO4 p{font-size:12px}.Industuries_mainTitle__Oajdk{font-size:22px}}@keyframes Industuries_fadeInUp__SvD11{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.Industuries_industurycard__6HQO4{opacity:0;animation:Industuries_fadeInUp__SvD11 .6s ease forwards}.Industuries_industurycard__6HQO4:first-child{animation-delay:.05s}.Industuries_industurycard__6HQO4:nth-child(2){animation-delay:.1s}.Industuries_industurycard__6HQO4:nth-child(3){animation-delay:.15s}.Industuries_industurycard__6HQO4:nth-child(4){animation-delay:.2s}.Industuries_industurycard__6HQO4:nth-child(5){animation-delay:.25s}.Industuries_industurycard__6HQO4:nth-child(6){animation-delay:.3s}.Industuries_industurycard__6HQO4:nth-child(7){animation-delay:.35s}.Industuries_industurycard__6HQO4:nth-child(8){animation-delay:.4s}.Industuries_industurycard__6HQO4:nth-child(9){animation-delay:.45s}.Industuries_industurycard__6HQO4:nth-child(10){animation-delay:.5s}.Industuries_industurycard__6HQO4:nth-child(11){animation-delay:.55s}.Industuries_industurycard__6HQO4:nth-child(12){animation-delay:.6s}