.hero{background:radial-gradient(circle,#05001a 0%,#02000d 100%);justify-content:center;align-items:center;min-height:100vh;padding:120px 24px 60px;display:flex;position:relative;overflow:hidden}.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:center;flex-direction:column;align-items:center;max-width:900px;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:5rem;font-weight:800;line-height:1.05}.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:680px;margin-bottom:48px;font-size:1.35rem;font-weight:300;line-height:1.6}.hero-actions{flex-wrap:wrap;justify-content:center;gap:24px;display:flex}.btn-primary,.btn-secondary{border-radius:50px;padding:16px 36px;font-size:1.05rem;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%}@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:768px){.hero-title{font-size:3rem}.hero-description{font-size:1.1rem}}
.special-section{background-color:var(--bg-primary);padding:80px 20px;position:relative;overflow:hidden}.special-header{text-align:center;margin-bottom:60px}.section-title{font-family:var(--font-heading);color:var(--text-primary);margin-bottom:16px;font-size:2.5rem;font-weight:700}.section-title .highlight{color:var(--accent-cyan)}.section-subtitle{color:var(--text-secondary);font-size:1.1rem}.special-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:30px;max-width:1200px;margin:0 auto;display:grid}.special-card{border:1px solid var(--border-subtle);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff08;border-radius:20px;flex-direction:column;align-items:flex-start;gap:20px;padding:40px 30px;transition:all .3s;display:flex}.special-card:hover{border-color:var(--accent-cyan);background:#ffffff0f;transform:translateY(-10px);box-shadow:0 10px 30px #00f0ff1a}.icon-wrapper{color:var(--accent-cyan);background:#00f0ff1a;border-radius:12px;justify-content:center;align-items:center;padding:15px;transition:all .3s;display:inline-flex}.special-card:hover .icon-wrapper{background:var(--accent-cyan);color:var(--bg-primary)}.special-card h3{font-family:var(--font-heading);color:var(--text-primary);font-size:1.5rem;font-weight:600}.special-card p{color:var(--text-secondary);font-size:.95rem;line-height:1.6}@media (max-width:768px){.special-grid{grid-template-columns:1fr}}
.industries-section{background-color:var(--bg-secondary);padding:100px 20px;overflow:hidden}.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;list-style:none;display:grid}.tech-item{border:1px solid var(--border-subtle);background:#ffffff05;border-radius:12px;align-items:center;gap:15px;padding:15px;transition:all .3s;display:flex}.tech-item:hover{border-color:var(--accent-purple);background:#ffffff0d}.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}.circle-container{border:1px solid var(--border-subtle);border-radius:50%;justify-content:center;align-items:center;width:400px;height:400px;animation:20s linear infinite rotate;display:flex;position:relative}.center-logo{background:var(--accent-purple);z-index:10;border-radius:50%;justify-content:center;align-items:center;width:100px;height:100px;animation:20s linear infinite rotate-counter;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;display:flex;position:absolute;box-shadow:0 0 20px #00f0ff33}.item-0{top:-30px;left:50%;transform:translate(-50%)}.item-1{top:25%;right:-20px}.item-2{bottom:25%;right:-20px}.item-3{bottom:-30px;left:50%;transform:translate(-50%)}.item-4{bottom:25%;left:-20px}.item-5{top:25%;left:-20px}.orbit-item{transform-origin:230px;margin-top:-30px;margin-left:-30px;animation:20s linear infinite rotate-counter;top:50%;left:50%}.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){.content-wrapper{text-align:center;flex-direction:column}.tech-list{text-align:left}.circle-container{width:300px;height:300px}.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)}}
