.cta-section{position:relative;width:100%;min-height:60vh;display:flex;align-items:center;justify-content:center;overflow:hidden}.cta-canvas{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:auto}.cta-content{position:relative;z-index:2;text-align:center;max-width:600px;padding:2rem}.cta-title{font-size:clamp(1.5rem,4vw,2.5rem);margin-bottom:1rem;color:white;font-weight:600}.cta-text{font-size:clamp(1rem,2vw,1.2rem);margin-bottom:2rem;color:#e5e5e5;line-height:1.5}.cta-button-primary{padding:12px 24px;background:#2563eb;color:white;border:none;border-radius:8px;cursor:pointer;font-size:16px;font-weight:500;transition:background-color .2s}.cta-button-primary:hover{background:#1d4ed8}.cta-section *{box-sizing:border-box}@media (prefers-reduced-motion:reduce){.cta-button-primary{transition:none}}.footer{position:relative;background:#000a14;color:white;overflow:hidden}.footer-canvas{position:absolute;top:0;left:0;width:100%;height:300px;pointer-events:auto}.footer-content{position:relative;z-index:2;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;padding:3rem 2rem 2rem;max-width:1200px;margin:0 auto}.footer-column h3{color:#00d2ff;margin-bottom:1rem;font-size:1.25rem;font-weight:600}.footer-column h4{color:#00d2ff;margin-bottom:1rem;font-size:1.1rem;font-weight:500}.footer-column p{color:#cccccc;line-height:1.5;margin-bottom:.5rem}.footer-bottom{position:relative;z-index:2;text-align:center;padding:1.5rem;border-top:1px solid rgba(0,210,255,.1);color:#888;font-size:.9rem}.footer *{box-sizing:border-box}@media (max-width:768px){.footer-content{grid-template-columns:1fr;padding:2rem 1rem 1rem;gap:1.5rem}.footer-canvas{height:250px}}@media (prefers-reduced-motion:reduce){.footer-canvas{display:none}}.industries-section{position:relative;padding:100px 20px;text-align:center;overflow:hidden;background:radial-gradient(circle at center,#0a0f1f,#000)}.industries-bg{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.industries-title{font-size:clamp(2rem,4vw,3.5rem);color:#00ffcc;position:relative;z-index:2;margin-bottom:60px}.industries-orbit{display:flex;flex-wrap:wrap;justify-content:center;gap:30px;position:relative;z-index:2}.industry-portal{perspective:1000px}.portal-inner{width:260px;height:260px;background:linear-gradient(145deg,rgba(0,255,204,.1),rgba(0,255,204,.05));border:1px solid rgba(0,255,204,.2);border-radius:50%;display:flex;flex-direction:column;justify-content:center;align-items:center;color:white;transform-style:preserve-3d;transition:transform .6s ease,background .6s ease;cursor:pointer}.portal-inner:hover{transform:rotateY(15deg) rotateX(15deg) scale(1.05);background:linear-gradient(145deg,rgba(0,255,204,.2),rgba(0,255,204,.1))}.portal-icon{font-size:2.5rem;margin-bottom:10px}.portal-inner h3{margin-bottom:8px;font-size:1.2rem;color:#00ffcc}.portal-inner p{font-size:.9rem;text-align:center;opacity:.85}@media (max-width:768px){.portal-inner{width:200px;height:200px}}.header{position:relative;width:100%;height:100vh;overflow:hidden;background-color:#0b0c10}.particles-bg{position:absolute;top:0;left:0;width:100%;height:100%}.header-content{position:relative;z-index:2;text-align:center;top:40%;transform:translateY(-50%);padding:0 20px}.header h2{font-size:2rem;background:linear-gradient(90deg,#00f0ff,#8a2be2);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.header p{font-size:1.2rem;margin-top:20px}.cta-btn{display:inline-block;margin-top:30px;padding:12px 24px;background-color:#FFD700;color:#0B0C10;font-weight:700;text-decoration:none;border-radius:8px;transition:background .3s ease}.cta-btn:hover{background-color:#ffcc00}.brand-name{font-size:4rem;font-weight:900;letter-spacing:2px;text-transform:uppercase;color:transparent;-webkit-text-stroke:1px rgba(255,255,255,.4)}.brand-name span{background:linear-gradient(270deg,#00f0ff,#8a2be2,#ffd700);background-size:600% 600%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;animation:gradientFlow 6s ease infinite}.tagline{font-size:1.2rem;color:#ccc;margin-top:15px}@keyframes gradientFlow{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.whatwedo-container{position:relative;width:100%;height:60vh;overflow:hidden;display:flex;align-items:center;justify-content:center}.whatwedo-canvas{position:absolute;top:0;left:0;background:linear-gradient(135deg,#0b0f17,#12232e)}.whatwedo-content{position:relative;z-index:2;color:white;text-align:center;padding:20px;max-width:900px}.whatwedo-content h2{font-size:clamp(1.8rem,3vw,3rem);margin-bottom:1rem;color:#00ffcc}.whatwedo-content p{font-size:clamp(1rem,1.5vw,1.4rem);margin-bottom:2rem}.whatwedo-services{display:flex;flex-wrap:wrap;gap:20px;justify-content:center;margin-bottom:2rem}.service{background:rgba(255,255,255,.05);border:1px solid rgba(0,255,204,.2);border-radius:10px;padding:20px;width:250px;transition:transform .3s ease,background .3s ease}.service:hover{transform:translateY(-5px);background:rgba(0,255,204,.08)}.service h3{margin-bottom:10px;color:#00ffcc}.service p{font-size:.95rem;opacity:.8}.cta-button{background:#00ffcc;color:#0b0f17;padding:12px 24px;border-radius:5px;text-decoration:none;font-weight:700;transition:background .3s ease}.cta-button:hover{background:#00ccaa}@media (max-width:768px){.whatwedo-container{height:auto;padding:40px 0}.whatwedo-services{flex-direction:column;align-items:center}.service{width:90%}}