:root{--primary-cyan: #00f5ff;--primary-blue: #0099ff;--dark-bg: #0a0e1a;--section-bg: rgba(15, 23, 42, .4);--text-primary: #ffffff;--text-secondary: rgba(255, 255, 255, .7);--text-muted: rgba(255, 255, 255, .5);--gradient-1: linear-gradient(135deg, #00f5ff 0%, #0099ff 100%);--gradient-2: linear-gradient(135deg, rgba(0, 245, 255, .1) 0%, rgba(0, 153, 255, .1) 100%)}.main-content{padding-top:0!important}.portfolio-hero{position:relative;padding:8rem 2rem 6rem;background:radial-gradient(ellipse at top,rgba(0,245,255,.08) 0%,transparent 60%)}.portfolio-hero:before{content:"";position:absolute;top:-50%;left:50%;transform:translate(-50%);width:1000px;height:1000px;background:radial-gradient(circle,rgba(0,245,255,.1) 0%,transparent 70%);animation:heroGlow 8s ease-in-out infinite;pointer-events:none}@keyframes heroGlow{0%,to{transform:translate(-50%) scale(1);opacity:.3}50%{transform:translate(-50%) scale(1.2);opacity:.6}}.hero-content{max-width:900px;margin:0 auto;text-align:center;position:relative;z-index:1}.hero-badge{display:inline-block;padding:.6rem 1.8rem;background:var(--gradient-2);border:1px solid rgba(0,245,255,.3);border-radius:50px;font-size:.875rem;font-weight:700;color:var(--primary-cyan);text-transform:uppercase;letter-spacing:2px;margin-bottom:2rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);animation:fadeInDown .8s ease-out}.portfolio-hero h1{font-size:clamp(3rem,8vw,5rem);font-weight:800;margin-bottom:1.5rem;background:var(--gradient-1);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;line-height:1.1;animation:fadeInUp 1s ease-out .2s both;letter-spacing:-1px}.portfolio-hero .tagline{font-size:clamp(1.1rem,2.5vw,1.4rem);color:var(--text-secondary);line-height:1.8;margin-bottom:3rem;animation:fadeInUp 1s ease-out .4s both}.hero-stats{display:flex;justify-content:center;gap:4rem;flex-wrap:wrap;animation:fadeInUp 1s ease-out .6s both}.stat-item{display:flex;flex-direction:column;align-items:center;gap:.5rem}.stat-number{font-size:clamp(2.5rem,5vw,3.5rem);font-weight:800;background:var(--gradient-1);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;line-height:1}.stat-label{font-size:1rem;color:var(--text-muted);font-weight:500}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.industries-section{padding:4rem 0 6rem;max-width:1400px;margin:0 auto}.section-intro{text-align:center;margin-bottom:6rem;padding:0 2rem}.section-intro h2{font-size:clamp(2.5rem,5vw,3.5rem);font-weight:800;color:var(--text-primary);margin-bottom:1rem;letter-spacing:-1px}.section-intro p{font-size:1.2rem;color:var(--text-secondary)}.industries-container{display:flex;flex-direction:column;gap:0}.industry-item{display:grid;grid-template-columns:1fr 1fr;gap:1rem;align-items:center;position:relative}.industry-item:not(:last-child):after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:80%;height:1px;background:linear-gradient(90deg,transparent,rgba(0,245,255,.3) 50%,transparent)}.industry-item:nth-child(odd) .industry-image{order:2;opacity:0;transform:translate(100px);transition:opacity .8s ease,transform .8s ease}.industry-item:nth-child(odd) .industry-content{order:1;opacity:0;transform:translate(-100px);transition:opacity .8s ease,transform .8s ease}.industry-item:nth-child(odd).visible .industry-image{opacity:1;transform:translate(0);transition-delay:.2s}.industry-item:nth-child(odd).visible .industry-content{opacity:1;transform:translate(0)}.industry-item:nth-child(2n) .industry-image{order:1;opacity:0;transform:translate(-100px);transition:opacity .8s ease,transform .8s ease}.industry-item:nth-child(2n) .industry-content{order:2;opacity:0;transform:translate(100px);transition:opacity .8s ease,transform .8s ease}.industry-item:nth-child(2n).visible .industry-image{opacity:1;transform:translate(0);transition-delay:.2s}.industry-item:nth-child(2n).visible .industry-content{opacity:1;transform:translate(0)}.industry-image{position:relative;width:100%;height:550px;overflow:hidden;background:var(--gradient-2);display:flex;align-items:center;justify-content:center;box-shadow:0 8px 32px #0000004d;border-radius:12px}.industry-image:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#00f5ff1a,#0099ff1a);opacity:0;transition:opacity .4s ease}.industry-item:hover .industry-image:before{opacity:1}.industry-image:after{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(0,245,255,.15) 0%,transparent 70%);animation:rotate 20s linear infinite;pointer-events:none}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.industry-item:hover .industry-icon{transform:scale(1.15) rotate(8deg)}.industry-image{position:relative;width:100%;height:450px;overflow:visible;background:transparent;display:flex;align-items:center;justify-content:center;box-shadow:none;border-radius:0}.industry-image img{width:100%;height:100%;object-fit:cover;object-position:center;position:relative;z-index:1}.industry-image:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;pointer-events:none;background:radial-gradient(ellipse at center,transparent 30%,rgba(10,14,26,.4) 60%,var(--dark-bg) 100%);opacity:1}.industry-image:after{display:none}.industry-content{padding:2rem 0}.industry-number{font-size:1rem;font-weight:700;color:var(--primary-cyan);text-transform:uppercase;letter-spacing:2px;margin-bottom:1rem;display:block}.industry-content h3{font-size:clamp(2rem,4vw,2.75rem);font-weight:800;color:var(--text-primary);margin-bottom:1rem;letter-spacing:-.5px}.industry-summary{font-size:1.1rem;color:var(--text-secondary);line-height:1.8;margin-bottom:2.5rem}.projects-list{list-style:none;display:flex;flex-direction:column;gap:2rem}.project-item{position:relative;padding-left:2rem}.project-item:before{content:"";position:absolute;left:0;top:.5rem;width:8px;height:8px;background:var(--primary-cyan);border-radius:50%;box-shadow:0 0 12px var(--primary-cyan)}.project-title{font-size:1.2rem;font-weight:700;color:var(--text-primary);margin-bottom:.5rem;display:flex;align-items:center;gap:.75rem}.project-title .arrow{color:var(--primary-cyan);font-size:1rem;transition:transform .3s ease}.project-item:hover .arrow{transform:translate(5px)}.project-short{font-size:1rem;color:var(--text-secondary);line-height:1.7;margin-bottom:1rem}.details-button{background:transparent;border:2px solid var(--primary-cyan);color:var(--primary-cyan);padding:.7rem 1.8rem;border-radius:50px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .3s ease;font-family:Outfit,sans-serif;position:relative;overflow:hidden;text-transform:uppercase;letter-spacing:1px}.details-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:var(--gradient-1);transition:left .3s ease;z-index:-1}.details-button:hover:before,.details-button:focus:before{left:0}.details-button:hover,.details-button:focus{color:var(--dark-bg);border-color:transparent;transform:translateY(-2px);box-shadow:0 6px 20px #00f5ff66}.project-details{max-height:0;overflow:hidden;transition:max-height .5s cubic-bezier(.4,0,.2,1),padding .5s ease,margin .5s ease,opacity .4s ease;background:#00f5ff08;border-radius:12px;border:1px solid transparent;opacity:0}.project-details.open{max-height:500px;padding:2rem;margin-top:1rem;border-color:#00f5ff33;opacity:1}.project-details dl{display:grid;grid-template-columns:140px 1fr;gap:1.25rem 2rem;font-size:1rem}.project-details dt{font-weight:700;color:var(--primary-cyan);display:flex;align-items:center}.project-details dd{color:var(--text-secondary);line-height:1.7}@media (max-width: 1024px){.industry-item{grid-template-columns:1fr;gap:3rem;padding:4rem 3rem}.industry-item:nth-child(odd) .industry-image,.industry-item:nth-child(2n) .industry-image{order:1;transform:translateY(50px)}.industry-item:nth-child(odd) .industry-content,.industry-item:nth-child(2n) .industry-content{order:2;transform:translateY(50px)}.industry-item:nth-child(odd).visible .industry-image,.industry-item:nth-child(2n).visible .industry-image{transform:translateY(0);transition-delay:0s}.industry-item:nth-child(odd).visible .industry-content,.industry-item:nth-child(2n).visible .industry-content{transform:translateY(0);transition-delay:.2s}.industry-image{height:350px}.industry-icon{font-size:8rem}}@media (max-width: 768px){.portfolio-hero{padding:6rem 1.5rem 4rem}.hero-stats{gap:2.5rem}.industries-section{padding:3rem 0 4rem}.section-intro{margin-bottom:4rem}.industry-item{padding:3rem 2rem}.industry-image{height:300px}.industry-icon{font-size:6rem}.projects-list{gap:1.5rem}}@media (max-width: 480px){.portfolio-hero{padding:4rem 1rem 3rem}.hero-stats{gap:2rem;flex-direction:column}.stat-item{width:100%}.section-intro{margin-bottom:3rem}.industry-item{padding:2.5rem 1.5rem}.industry-image{height:250px}.industry-icon{font-size:5rem}.industry-content{padding:1rem 0}.project-details dl{grid-template-columns:1fr;gap:1rem}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.industry-item:nth-child(odd) .industry-image,.industry-item:nth-child(2n) .industry-image,.industry-item:nth-child(odd) .industry-content,.industry-item:nth-child(2n) .industry-content{opacity:1!important;transform:none!important}}.details-button:focus-visible{outline:3px solid var(--primary-cyan);outline-offset:4px}
