.hero{background:radial-gradient(circle,#05001a 0%,#02000d 100%);justify-content:space-between;align-items:center;gap:0;min-height:100vh;padding:140px max(20px,50% - 600px) 80px;display:flex;position:relative;overflow:hidden}.hero-image{opacity:0;flex:0 0 45%;justify-content:flex-end;align-items:center;max-width:45%;margin-right:-40px;padding-left:0;animation:1.1s .5s forwards fadeRight;display:flex}.hero-image img{max-width:100%;height:auto;animation:6s ease-in-out infinite floatSlow}.hero:before{content:"";filter:blur(80px);z-index:0;background:radial-gradient(circle,#a95eff26 0%,#0000 70%);width:50vw;height:50vw;animation:10s infinite alternate pulse-glow;position:absolute;top:-20%;left:-10%}.hero:after{content:"";filter:blur(80px);z-index:0;background:radial-gradient(circle,#00f0ff1a 0%,#0000 70%);width:50vw;height:50vw;animation:10s infinite alternate-reverse pulse-glow;position:absolute;bottom:-20%;right:-10%}@keyframes pulse-glow{0%{opacity:.5;transform:scale(1)}to{opacity:.8;transform:scale(1.1)}}.hero-content{z-index:10;text-align:left;flex-direction:column;flex:0 0 55%;align-items:flex-start;max-width:55%;padding-right:0;display:flex;position:relative}.hero-badge{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff08;border:1px solid #ffffff1a;border-radius:50px;margin-bottom:32px;padding:8px 16px;display:inline-flex;box-shadow:0 0 20px #00f0ff1a}.hero-badge span{color:var(--accent-cyan);letter-spacing:.08em;text-transform:uppercase;font-size:.85rem;font-weight:600}.hero-title{font-family:var(--font-heading);letter-spacing:-.03em;color:#fff;margin-bottom:24px;font-size:3.5rem;font-weight:800;line-height:1.1}.gradient-text{background:linear-gradient(135deg,#fff 0%,var(--accent-cyan)40%,var(--accent-purple)80%);color:#0000;-webkit-background-clip:text;background-clip:text;display:inline-block}.hero-description{color:var(--text-secondary);max-width:100%;margin-bottom:40px;font-size:1.25rem;font-weight:300;line-height:1.6}.hero-actions{flex-wrap:wrap;justify-content:flex-start;gap:20px;width:100%;display:flex}.btn-primary,.btn-secondary{white-space:nowrap;text-align:center;border-radius:50px;padding:14px 32px;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s cubic-bezier(.2,.8,.2,1);position:relative;overflow:hidden}.btn-primary{color:#000;background:#fff;border:none}.btn-primary:hover{transform:translateY(-4px);box-shadow:0 10px 30px #fff3}.btn-secondary{color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff26}.btn-secondary:hover{background:#ffffff1a;border-color:#fff;transform:translateY(-4px)}.floating-orb{z-index:1;pointer-events:none;border-radius:50%;animation:8s ease-in-out infinite float-orb;position:absolute}.orb-1{background:linear-gradient(135deg,var(--accent-cyan),transparent);opacity:.3;filter:blur(20px);width:100px;height:100px;animation-delay:0s;top:20%;left:15%}.orb-2{background:linear-gradient(135deg,var(--accent-purple),transparent);opacity:.25;filter:blur(30px);width:140px;height:140px;animation-delay:-2s;bottom:25%;right:15%}.orb-3{opacity:.1;filter:blur(10px);background:#fff;width:60px;height:60px;animation-delay:-4s;top:30%;right:25%}.hero-word{vertical-align:top;height:1.4em;display:inline-block;position:relative;overflow:hidden}.hero-word:after{content:"";display:block}.hero-word span{transition:transform .4s ease-in-out;display:block;transform:translateY(100%)}.hero-word span.active{transform:translateY(0)}@keyframes float-orb{0%,to{transform:translateY(0)translate(0)}33%{transform:translateY(-30px)translate(10px)}66%{transform:translateY(20px)translate(-10px)}}@media (max-width:1200px){.hero{flex-direction:column;justify-content:center;gap:60px;padding:100px 20px 60px}.hero-image{margin-right:0}}@media (max-width:1024px){.hero{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:0;padding:120px 20px 80px}.hero-content{display:contents}.hero-badge{order:1}.hero-title{order:2}.hero-image{flex:0 0 100%;order:4;max-width:80%;margin:10px auto 0;padding-left:0}.hero-description{order:3}.hero-actions{order:5}.hero-title{font-size:3rem}.hero-description{font-size:1.15rem}}@media (max-width:768px){.hero{text-align:left;align-items:flex-start;gap:10px;min-height:auto;padding:85px 20px 25px}.hero-title{max-width:100%;margin-bottom:5px;font-size:36px;line-height:1.3}.hero-description{margin-top:0;margin-bottom:10px;font-size:.95rem}.hero-image{max-width:100%;margin-top:0;margin-bottom:0}.hero-actions{flex-direction:row;justify-content:space-between;align-items:center;gap:10px;width:100%}.btn-primary,.btn-secondary{justify-content:center;width:48%;padding:12px 5px;font-size:.85rem;display:flex}.hero-badge{align-self:flex-start;margin-bottom:20px;margin-left:-12px;padding:6px 12px;font-size:.75rem}}@keyframes fadeUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeRight{0%{opacity:0;transform:translate(60px)scale(.96)}to{opacity:1;transform:translate(0)scale(1)}}@keyframes floatSlow{0%{transform:translateY(0)}50%{transform:translateY(-14px)}to{transform:translateY(0)}}.hero-badge,.hero-title,.hero-description,.hero-actions{opacity:0;animation:.9s forwards fadeUp}.hero-badge{animation-delay:.2s}.hero-title{animation-delay:.35s}.hero-description{animation-delay:.55s}.hero-actions{animation-delay:.75s}
.special-section{background:var(--bg-primary);opacity:0;padding:80px 20px;font-family:Inter,Poppins,system-ui,sans-serif;transition:opacity .6s}.special-section.show{opacity:1}.special-header{text-align:center;margin-bottom:64px}.section-title{letter-spacing:-.5px;color:var(--text-primary);font-size:2.6rem;font-weight:700}.section-title .highlight{color:var(--accent-cyan)}.section-subtitle{color:var(--text-secondary);margin-top:12px;font-size:1.05rem}.special-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:32px;max-width:1200px;margin:0 auto;display:grid}.special-card{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);opacity:0;background:#ffffff09;border:1px solid #ffffff1f;border-radius:22px;flex-direction:column;gap:18px;padding:42px 32px;transition:opacity .6s,transform .6s,box-shadow .15s,border-color .15s;display:flex;position:relative;transform:translateY(40px)}.special-card.show{opacity:1;transform:translateY(0)}.special-card:hover{border-color:#00f0ffe6;transform:translateY(-8px);box-shadow:0 0 0 1px #00f0fff2,0 0 25px #00f0ff73,0 0 60px #00f0ff40}.icon-wrapper{color:#00f0ff;background:#00f0ff2e;border-radius:14px;justify-content:center;align-items:center;width:65px;height:65px;transition:box-shadow .15s,background .15s,transform .15s;display:flex}.special-card h3{letter-spacing:-.3px;color:var(--text-primary);font-size:1.45rem;font-weight:600}.special-card p{color:var(--text-secondary);font-size:.96rem;line-height:1.65}@media (max-width:768px){.special-grid{grid-template-columns:repeat(2,1fr);gap:15px}.special-section .section-title{width:100%;max-width:100%;margin:0;padding:0;text-align:center!important;font-size:30px!important}.special-section .section-subtitle,.special-section .special-description{line-height:1.5;text-align:left!important;font-size:13px!important}.special-card{border-radius:10px;flex-direction:column;min-height:160px;padding:15px;display:flex}.special-card h3{width:100%;margin-left:0;margin-right:0;padding-left:0;padding-right:0;font-size:15px;font-weight:700}.special-card p{font-size:12px;line-height:1.5}}
.industries-section{background-color:var(--bg-secondary);opacity:0;padding:40px 20px;transition:all .6s;overflow:hidden;transform:translateY(40px)}.container{max-width:1200px;margin:0 auto}.industries-section.show{opacity:1;transform:translateY(0)}.content-wrapper{justify-content:space-between;align-items:center;gap:60px;max-width:1200px;margin:0 auto;display:flex}.industries-text{flex:1}.industries-text .description{color:var(--text-secondary);margin-bottom:40px;font-size:1.1rem;line-height:1.6}.tech-list{grid-template-columns:repeat(2,1fr);gap:20px;padding:0;list-style:none;display:grid}.tech-item{border:1px solid var(--border-subtle);opacity:0;background:#ffffff05;border-radius:12px;align-items:center;gap:15px;padding:15px;transition:all .45s;display:flex;transform:translateY(30px)}.industries-image{max-width:600px;height:auto;animation:6s ease-in-out infinite floatImage;display:block}@keyframes floatImage{0%{transform:translateY(0)}50%{transform:translateY(-18px)}to{transform:translateY(0)}}.tech-item.show{opacity:1;transform:translateY(0)}.tech-item:hover{border-color:#00e5ff}.tech-icon{color:var(--accent-cyan)}.tech-item h4{color:var(--text-primary);margin-bottom:4px;font-size:1rem}.tech-item span:last-child{color:var(--text-secondary);font-size:.85rem}.industries-visual{flex:1;justify-content:center;align-items:center;display:flex}.industries-image{max-width:600px}.circle-container{border-radius:50%;width:460px;height:460px;animation:20s linear infinite rotate;position:relative}.center-logo{background:var(--accent-purple);z-index:10;border-radius:50%;justify-content:center;align-items:center;width:100px;height:100px;display:flex;box-shadow:0 0 50px #a95eff66}.logo-text{color:#fff;letter-spacing:2px;font-weight:800}.orbit-item{background:var(--bg-primary);border:1px solid var(--accent-cyan);width:60px;height:60px;color:var(--accent-cyan);border-radius:50%;justify-content:center;align-items:center;margin-top:-30px;margin-left:-30px;animation:20s linear infinite rotate-counter;display:flex;position:absolute;top:50%;left:50%;box-shadow:0 0 20px #00f0ff33}.item-0{transform:rotate(0)translate(200px)rotate(0)}.item-1{transform:rotate(60deg)translate(200px)rotate(-60deg)}.item-2{transform:rotate(120deg)translate(200px)rotate(-120deg)}.item-3{transform:rotate(180deg)translate(200px)rotate(-180deg)}.item-4{transform:rotate(240deg)translate(200px)rotate(-240deg)}.item-5{transform:rotate(300deg)translate(200px)rotate(-300deg)}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes rotate-counter{0%{transform:rotate(360deg)}to{transform:rotate(0)}}@media (max-width:968px){.industries-section{padding:60px 20px}.content-wrapper{text-align:center;flex-direction:column;gap:0}.industries-text{display:contents}.industries-text .section-title{order:1;margin-bottom:5px}.industries-text .description{order:2;margin-bottom:0}.industries-visual{order:3;justify-content:center;width:100%;height:auto;margin:10px auto 0;display:flex}.industries-image{max-width:80%}.tech-list{text-align:left;order:4;grid-template-columns:repeat(2,1fr);margin-top:20px}.circle-container{display:none}.item-0{transform:rotate(0)translate(150px)rotate(0)}.item-1{transform:rotate(60deg)translate(150px)rotate(-60deg)}.item-2{transform:rotate(120deg)translate(150px)rotate(-120deg)}.item-3{transform:rotate(180deg)translate(150px)rotate(-180deg)}.item-4{transform:rotate(240deg)translate(150px)rotate(-240deg)}.item-5{transform:rotate(300deg)translate(150px)rotate(-300deg)}}@media (max-width:768px){.tech-item h4{word-wrap:break-word;font-size:.85rem}.tech-item span:last-child{font-size:.75rem}.industries-text .section-title{text-align:center;width:100%;margin-left:0;margin-right:0;font-size:28px}.industries-text .description{text-align:left}}
