/* Crown Solar Energy — Premium Dark / Sky Blue 3D Theme */
:root{
  --bg:#050d15;
  --surface:#0a1926;
  --surface-2:#0d2232;
  --line:rgba(119,204,255,.15);
  --text:#f3f8fc;
  --muted:#9eb2c1;
  --sky:#63c9ff;
  --sky2:#a6e1ff;
  --gold:#e6c94f;
  --green:#65e3a0;
  --shadow:0 30px 80px rgba(0,0,0,.42);
  --max:1180px
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:Inter,system-ui,sans-serif;background:radial-gradient(circle at 78% -8%,#123b59 0,#081725 34%,#040a11 76%,#02070b 100%);color:var(--text);line-height:1.6;overflow-x:hidden}
body:before{content:"";position:fixed;inset:0;pointer-events:none;background:linear-gradient(115deg,transparent 0 45%,rgba(109,199,255,.025) 50%,transparent 55%);z-index:-1}
img{display:block;max-width:100%}
a{color:inherit;text-decoration:none}
button,input,select,textarea{font:inherit}
.container{width:min(var(--max),calc(100% - 40px));margin:auto}
.header{position:fixed;z-index:1000;top:0;left:0;right:0;padding:16px 0;transition:.35s}
.header.scrolled,.header:hover{background:rgba(4,13,22,.82);backdrop-filter:blur(18px);border-bottom:1px solid var(--line)}
.nav{display:flex;align-items:center;gap:30px}
.brand{display:flex;align-items:center;gap:11px;min-width:235px}
.brand-logo{width:62px;height:62px;display:grid;place-items:center;background:none;box-shadow:none;border:0;overflow:visible}
.brand-logo img{width:64px;height:64px;object-fit:contain;filter:drop-shadow(0 8px 14px rgba(0,0,0,.38));transition:transform .45s ease,filter .45s ease}
.brand-copy{display:flex;flex-direction:column;line-height:1}
.brand-copy b{font-family:Manrope;font-size:20px;letter-spacing:.16em}
.brand-copy small{font-size:9px;letter-spacing:.22em;color:var(--sky2);margin-top:6px}
.nav-menu{display:flex;justify-content:center;align-items:center;gap:28px;flex:1}
.nav-menu a{font-size:13px;color:#b9c7d3;position:relative;padding:10px 0;transition:.25s}
.nav-menu a:after{content:"";position:absolute;left:0;bottom:2px;width:0;height:2px;background:var(--sky);transition:.25s}
.nav-menu a:hover,.nav-menu a.active{color:#fff}.nav-menu a:hover:after,.nav-menu a.active:after{width:100%}
.nav-cta,.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;border-radius:14px;padding:13px 18px;font-weight:700;font-size:13px;transition:.3s;white-space:nowrap}
.nav-cta{background:#e9f7ff;color:#071421;box-shadow:0 10px 30px rgba(109,199,255,.14)}
.nav-cta:hover,.btn:hover{transform:translateY(-3px)}
.menu-toggle{display:none;margin-left:auto;background:none;border:0}.menu-toggle span{display:block;width:25px;height:2px;background:#fff;margin:5px}
.hero{position:relative;min-height:900px;padding:155px 0 90px;display:grid;align-items:center;isolation:isolate;overflow:hidden}
.hero-bg{position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,10,16,.98) 0%,rgba(4,15,25,.86) 42%,rgba(5,18,29,.34) 100%),url("assets/hero-solar.webp") center/cover;opacity:.58;z-index:-4;transform:scale(1.04);animation:heroZoom 16s ease-in-out infinite alternate}
.hero-grid{position:absolute;inset:0;z-index:-3;opacity:.42;background-image:linear-gradient(rgba(118,203,255,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(118,203,255,.06) 1px,transparent 1px);background-size:70px 70px;mask-image:linear-gradient(to bottom,black,transparent 85%)}
.orb{position:absolute;border-radius:50%;filter:blur(10px);z-index:-2;animation:orbFloat 8s ease-in-out infinite}
.orb-a{width:330px;height:330px;right:4%;top:17%;background:radial-gradient(circle,rgba(61,187,255,.22),transparent 65%)}
.orb-b{width:250px;height:250px;left:-5%;bottom:4%;background:radial-gradient(circle,rgba(230,200,76,.12),transparent 65%);animation-delay:-3s}
.hero-layout{display:grid;grid-template-columns:1.02fr .98fr;gap:60px;align-items:center}
.eyebrow,.label{display:inline-flex;align-items:center;gap:9px;color:var(--sky2);font-size:11px;font-weight:800;letter-spacing:.18em}
.pulse{width:8px;height:8px;border-radius:50%;background:#56e29b;box-shadow:0 0 0 0 rgba(86,226,155,.6);animation:pulse 2s infinite}
.hero-kicker{color:#9fb2c3;font-size:12px;letter-spacing:.18em;margin:18px 0 13px}
h1,h2,h3{font-family:Manrope,sans-serif}
.hero h1{font-size:clamp(48px,6vw,78px);line-height:1.02;letter-spacing:-.055em;max-width:700px}
h1 em,h2 em{font-style:normal;color:var(--sky)}
.hero-text{color:#c0ccd6;max-width:610px;font-size:17px;margin:25px 0 30px}
.hero-actions{display:flex;gap:13px;flex-wrap:wrap}.btn-primary{background:linear-gradient(135deg,#dff5ff,#6dc7ff);color:#071421;box-shadow:0 18px 50px rgba(68,183,255,.22)}.btn-ghost{border:1px solid rgba(169,220,255,.25);background:rgba(7,20,33,.45);color:#e9f6ff}
.stats{display:flex;align-items:center;gap:24px;margin-top:45px}.stats div{display:flex;flex-direction:column}.stats strong{font:800 23px Manrope}.stats span{font-size:10px;color:#8297a8;letter-spacing:.1em;text-transform:uppercase}.stats i{width:1px;height:35px;background:var(--line)}
.hero-visual{position:relative;perspective:1200px}.visual-halo{position:absolute;inset:8%;background:radial-gradient(circle,rgba(67,190,255,.25),transparent 65%);filter:blur(30px);animation:halo 4s ease-in-out infinite}
.hero-image-card{position:relative;min-height:590px;border:1px solid rgba(165,220,255,.22);border-radius:34px;overflow:hidden;box-shadow:var(--shadow),0 0 0 1px rgba(255,255,255,.03) inset;transform-style:preserve-3d;transition:transform .2s ease}
.hero-image-card>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;animation:imageDrift 12s ease-in-out infinite alternate}
.image-shade{position:absolute;inset:0;background:linear-gradient(180deg,rgba(5,15,24,.18),rgba(5,15,24,.2) 35%,rgba(4,11,18,.9))}
.floating-logo{position:absolute;top:22px;left:22px;display:flex;align-items:center;gap:12px;transform:translateZ(50px);animation:logoFloat3d 5s ease-in-out infinite}
.logo-stage{display:contents}
.logo-stage img{width:150px;height:150px;object-fit:contain;filter:drop-shadow(0 12px 16px rgba(0,0,0,.42))}
.floating-logo>span{font-size:10px;letter-spacing:.18em;font-weight:800;background:rgba(3,13,22,.72);border:1px solid rgba(180,225,255,.2);padding:10px 12px;border-radius:10px;backdrop-filter:blur(10px)}
.energy-panel{position:absolute;right:25px;bottom:25px;width:min(280px,calc(100% - 50px));padding:20px;border-radius:22px;background:rgba(3,13,22,.76);border:1px solid rgba(180,225,255,.2);backdrop-filter:blur(18px);transform:translateZ(70px);box-shadow:0 20px 50px rgba(0,0,0,.35)}
.online{display:flex;align-items:center;gap:7px;color:#74efb0;font-size:9px;font-weight:800;letter-spacing:.14em}.online i{width:6px;height:6px;border-radius:50%;background:#74efb0;box-shadow:0 0 12px #74efb0}.energy-panel strong{display:block;font:800 22px Manrope;margin-top:12px}.energy-panel small{color:#8fa5b7}.energy-bar{height:5px;background:#1c3345;border-radius:99px;margin-top:16px;overflow:hidden}.energy-bar span{display:block;width:86%;height:100%;background:linear-gradient(90deg,var(--sky),#b4e8ff);border-radius:inherit;animation:bar 3s ease-in-out infinite alternate}
.mini-chip{position:absolute;padding:10px 13px;background:rgba(5,16,27,.75);border:1px solid rgba(175,225,255,.18);border-radius:12px;backdrop-filter:blur(12px);font-size:10px;font-weight:700;box-shadow:0 15px 35px rgba(0,0,0,.25);transform:translateZ(55px);animation:float 4.8s ease-in-out infinite}.mini-chip i{color:var(--gold);margin-right:5px}.chip-one{right:28px;top:90px}.chip-two{left:28px;bottom:135px;animation-delay:-2s}.scroll-cue{position:absolute;bottom:25px;left:50%;transform:translateX(-50%);font-size:9px;letter-spacing:.18em;color:#7f93a3}.scroll-cue span{display:inline-block;width:26px;height:1px;background:var(--sky);vertical-align:middle;margin-right:8px}
.marquee{border-block:1px solid var(--line);background:rgba(7,25,40,.68);overflow:hidden}.marquee div{display:flex;gap:35px;justify-content:center;align-items:center;padding:18px;white-space:nowrap;animation:marquee 25s linear infinite}.marquee span{font-size:11px;font-weight:800;letter-spacing:.2em;color:#a9bac8}.marquee b{color:var(--gold)}
.section{padding:120px 0}.two-col{display:grid;grid-template-columns:1fr 1fr;gap:95px;align-items:center}.photo-stack{position:relative;min-height:570px;perspective:1000px}.photo-main{position:absolute;inset:0 8% 0 0;border-radius:30px;overflow:hidden;border:1px solid rgba(171,224,255,.16);box-shadow:var(--shadow)}.photo-main img{width:100%;height:100%;object-fit:cover;transition:transform .8s}.photo-stack:hover .photo-main img{transform:scale(1.06)}.photo-small{position:absolute;right:0;bottom:35px;width:48%;height:230px;border:8px solid #071421;border-radius:25px;overflow:hidden;box-shadow:0 25px 55px rgba(0,0,0,.45)}.photo-small img{width:100%;height:100%;object-fit:cover}.experience{position:absolute;left:-20px;top:40px;display:flex;align-items:center;gap:12px;padding:17px 20px;border-radius:18px;background:rgba(5,17,28,.9);border:1px solid rgba(174,224,255,.18);box-shadow:0 20px 50px rgba(0,0,0,.4);animation:float 5s ease-in-out infinite}.experience strong{font:800 30px Manrope;color:var(--sky)}.experience span{font-size:10px;color:#a8bac9;text-transform:uppercase;letter-spacing:.12em}.section-copy h2,.heading h2{font-size:clamp(37px,4.2vw,55px);line-height:1.08;letter-spacing:-.04em;margin:12px 0 22px}.section-copy p,.heading p{color:#9fb0bf;max-width:650px;margin:0 0 15px}.checks{display:grid;grid-template-columns:1fr 1fr;gap:13px;margin:25px 0}.checks span{font-size:12px;color:#d5e0e8}.checks i{color:#6dc7ff;margin-right:7px}.text-link{font-size:12px;font-weight:800;color:#dff5ff}.text-link i{margin-left:7px;transition:.25s}.text-link:hover i{transform:translateX(5px)}
.heading{margin-bottom:50px}.heading-row{display:flex;justify-content:space-between;align-items:end;gap:30px}.service-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.service-card,.why-card,.contact-card,.form-card{background:linear-gradient(145deg,rgba(12,35,53,.82),rgba(5,16,27,.94));border:1px solid var(--line);border-radius:24px;box-shadow:0 20px 55px rgba(0,0,0,.2);position:relative;overflow:hidden;transform-style:preserve-3d}.service-card{padding:28px;min-height:330px;transition:.35s}.service-card:before,.why-card:before{content:"";position:absolute;inset:-1px;background:radial-gradient(circle at var(--mx,50%) var(--my,50%),rgba(109,199,255,.13),transparent 38%);opacity:0;transition:.3s}.service-card:hover:before,.why-card:hover:before{opacity:1}.number{position:absolute;top:18px;right:20px;color:#5e7588;font-size:10px;letter-spacing:.1em}.service-icon{width:58px;height:58px;border-radius:18px;background:linear-gradient(145deg,#9bddff,#2e8fca);color:#071421;display:grid;place-items:center;font-size:22px;box-shadow:0 14px 35px rgba(66,183,255,.16);margin-bottom:25px}.service-card h3,.why-card h3{font-size:20px;margin-bottom:10px}.service-card p,.why-card p{color:#8fa5b6;font-size:12px}.service-card a{position:absolute;bottom:24px;font-size:11px;font-weight:800;color:#cfeeff}.service-card a i{margin-left:6px}
.showcase{background:linear-gradient(180deg,transparent,rgba(11,43,67,.22),transparent)}.project-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:360px;gap:17px;align-items:stretch}.project-grid .project-card{width:100%;height:100%;min-height:0}.project-grid .project-wide{grid-row:auto}.project-card{position:relative;display:block;overflow:hidden;border-radius:25px;border:1px solid var(--line);min-height:260px;transform-style:preserve-3d}.project-wide{grid-row:span 2}.project-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .8s}.project-card:hover img{transform:scale(1.08)}.project-overlay{position:absolute;inset:0;background:linear-gradient(180deg,transparent 30%,rgba(3,11,18,.92))}.project-content{position:absolute;left:25px;bottom:24px;transform:translateZ(35px)}.project-content span,.gallery-item span{font-size:9px;font-weight:800;letter-spacing:.18em;color:var(--sky2)}.project-content h3{font-size:26px;margin:6px 0}.project-content p{font-size:11px;color:#b4c4d0}.project-arrow{position:absolute;right:22px;top:22px;width:40px;height:40px;border-radius:50%;display:grid;place-items:center;background:rgba(3,13,22,.6);border:1px solid rgba(190,230,255,.2);transform:translateZ(35px)}
.why{background:rgba(3,11,18,.35)}.why-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.why-card{padding:30px;min-height:245px;transition:.35s}.why-card>span{position:absolute;right:20px;top:18px;color:#607889;font-size:10px}.why-card>i{font-size:28px;color:var(--sky);margin-bottom:28px}.why-card:hover{transform:translateY(-8px);border-color:rgba(109,199,255,.3)}
.cta-section{padding:30px 0 120px}.cta{position:relative;display:flex;justify-content:space-between;align-items:center;gap:30px;padding:55px;border-radius:30px;overflow:hidden;background:linear-gradient(120deg,#0c263d,#0a1a2b);border:1px solid rgba(119,205,255,.2);box-shadow:var(--shadow);transform-style:preserve-3d}.cta-glow{position:absolute;width:500px;height:500px;right:-200px;top:-250px;background:radial-gradient(circle,rgba(70,190,255,.22),transparent 65%);animation:halo 5s infinite}.cta h2{font-size:clamp(34px,4vw,52px);line-height:1.05;margin:10px 0}.cta p{color:#9db1c0;max-width:570px}
.contact{background:linear-gradient(180deg,rgba(6,18,29,.1),rgba(11,31,48,.42))}.contact-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:20px}.contact-card,.form-card{padding:35px}.contact-logo{margin-bottom:20px}.contact-logo .logo-stage{width:150px;height:95px}.contact-logo .logo-stage img{width:145px;height:145px}.contact-card h3,.form-card h3{font-size:27px;margin:0 0 8px}.contact-card>p{color:#91a5b4;font-size:12px;margin-bottom:25px}.contact-item{display:flex;align-items:center;gap:14px;padding:15px 0;border-top:1px solid var(--line)}.contact-item>i{width:42px;height:42px;display:grid;place-items:center;border-radius:13px;background:rgba(109,199,255,.1);color:var(--sky);font-size:16px}.contact-item span{display:flex;flex-direction:column}.contact-item small{font-size:8px;letter-spacing:.18em;color:#70889a}.contact-item b{font-size:12px;color:#e1ebf2;margin-top:3px}.form-card .label{margin-bottom:4px}.form-card form{margin-top:22px;display:grid;gap:16px}.form-card label{font-size:10px;letter-spacing:.08em;color:#9fb2c1;text-transform:uppercase}.form-card input,.form-card select,.form-card textarea{display:block;width:100%;margin-top:7px;background:#061522;border:1px solid rgba(165,219,255,.14);border-radius:12px;color:#fff;padding:13px 14px;outline:0;transition:.25s;resize:vertical}.form-card input:focus,.form-card select:focus,.form-card textarea:focus{border-color:rgba(109,199,255,.6);box-shadow:0 0 0 4px rgba(109,199,255,.06)}.input-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.safe-note{text-transform:none!important;letter-spacing:0!important;color:#6f8596!important}.safe-note i{margin-right:6px}
.footer{border-top:1px solid var(--line);background:#040b12}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:50px;padding:65px 0}.footer-brand{margin-bottom:18px}.footer-grid p{color:#748b9b;font-size:12px;max-width:380px}.footer-grid h4{font-size:11px;letter-spacing:.15em;text-transform:uppercase;color:#d9e5ec;margin-bottom:16px}.footer-grid>div:not(:first-child) a{display:block;color:#748b9b;font-size:11px;margin:8px 0;transition:.2s}.footer-grid a:hover{color:#fff}.footer-bottom{border-top:1px solid var(--line)}.footer-bottom .container{min-height:65px;display:flex;align-items:center;justify-content:space-between;color:#617888;font-size:10px}
.whatsapp{position:fixed;right:22px;bottom:22px;z-index:999;display:flex;align-items:center;gap:8px;background:#1fcf75;color:#04130b;padding:13px 17px;border-radius:999px;font-size:11px;font-weight:800;box-shadow:0 18px 45px rgba(31,207,117,.25);animation:float 4s ease-in-out infinite}.whatsapp i{font-size:18px}.back-top{position:fixed;right:22px;bottom:82px;z-index:998;width:42px;height:42px;border-radius:50%;border:1px solid var(--line);background:#0a1c2b;color:#d9efff;display:grid;place-items:center;opacity:0;pointer-events:none;transition:.3s}.back-top.show{opacity:1;pointer-events:auto}
.loader{position:fixed;inset:0;z-index:2000;background:#04101a;display:grid;place-items:center;align-content:center;gap:22px;transition:.6s}.loader.hide{opacity:0;visibility:hidden}.loader-logo-wrap{width:205px;height:145px;display:grid;place-items:center;background:none;box-shadow:none;animation:logo3d 3s ease-in-out infinite}.loader-logo-wrap img{width:200px;height:200px;object-fit:contain;filter:drop-shadow(0 14px 18px rgba(0,0,0,.48))}.loader-line{width:210px;height:3px;background:#183043;border-radius:99px;overflow:hidden}.loader-line span{display:block;height:100%;width:40%;background:var(--sky);animation:load 1.2s ease-in-out infinite}.loader p{font-size:9px;letter-spacing:.2em;color:#7e94a5}
.projects-hero{position:relative;min-height:540px;padding:180px 0 80px;overflow:hidden;background:linear-gradient(90deg,#04101a,#0b2740)}.projects-hero h1{font-size:clamp(55px,8vw,95px);line-height:1;margin:14px 0 20px}.projects-hero p{max-width:700px;color:#9db1c1}.commercial-projects{margin:0 0 38px}.commercial-project-heading{margin-bottom:18px}.commercial-project-heading h2{font-size:clamp(30px,4vw,46px);margin-top:8px}.commercial-project-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:380px;gap:18px}.commercial-project-card{position:relative;overflow:hidden;border-radius:25px;border:1px solid var(--line);min-height:0}.commercial-project-card:first-child{grid-row:auto}.commercial-project-card img{width:100%;height:100%;object-fit:cover;display:block;transition:.8s}.commercial-project-card:hover img{transform:scale(1.07)}.commercial-project-card:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 38%,rgba(2,9,15,.88))}.commercial-project-card>div{position:absolute;left:22px;bottom:20px;z-index:2}.commercial-project-card span{font-size:9px;font-weight:800;letter-spacing:.18em;color:var(--sky2)}.commercial-project-card h3{font-size:22px;margin-top:5px}.gallery-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.gallery-item{position:relative;height:380px;border-radius:25px;overflow:hidden;border:1px solid var(--line);transform-style:preserve-3d}.gallery-item img{width:100%;height:100%;object-fit:cover;transition:.8s}.gallery-item:hover img{transform:scale(1.07)}.gallery-item:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 40%,rgba(2,9,15,.9))}.gallery-item>div{position:absolute;left:25px;bottom:22px;z-index:2;transform:translateZ(30px)}.gallery-item h3{font-size:25px;margin-top:5px}.project-note{margin:25px 0;color:#8ea5b6;font-size:11px;padding:18px;border:1px solid var(--line);border-radius:16px;background:rgba(9,27,43,.5)}.project-note i{color:var(--sky);margin-right:8px}.back-projects{margin-top:4px}

.reveal{opacity:0;transform:translateY(30px);transition:opacity .8s ease,transform .8s ease}.reveal.visible{opacity:1;transform:translateY(0)}
@keyframes heroZoom{from{transform:scale(1.04)}to{transform:scale(1.12)}}@keyframes imageDrift{from{transform:scale(1.04) translate3d(-1%,0,0)}to{transform:scale(1.1) translate3d(1%,-1%,0)}}@keyframes orbFloat{50%{transform:translate3d(20px,-25px,0)}}@keyframes halo{50%{transform:scale(1.08);opacity:.75}}@keyframes pulse{70%{box-shadow:0 0 0 9px rgba(86,226,155,0)}}@keyframes float{50%{transform:translateY(-8px)}}@keyframes bar{from{width:68%}to{width:92%}}@keyframes marquee{to{transform:translateX(-30%)}}@keyframes logo3d{0%,100%{transform:perspective(700px) rotateY(-8deg) rotateX(4deg) translateY(0)}50%{transform:perspective(700px) rotateY(8deg) rotateX(-4deg) translateY(-8px)}}@keyframes load{50%{transform:translateX(180px)}}

@media(max-width:1000px){
  .nav-menu{gap:17px}.service-grid,.why-grid{grid-template-columns:1fr 1fr}.hero-layout{grid-template-columns:1fr}.hero{min-height:auto}.hero-visual{max-width:700px;margin:0 auto;width:100%}.two-col{gap:50px}.contact-grid{grid-template-columns:1fr}
}
@media(max-width:760px){
  .container{width:min(var(--max),calc(100% - 28px))}.header{padding:10px 0}.brand-copy{display:none}.brand{min-width:auto}.brand-logo{width:52px;height:52px}.brand-logo img{width:56px;height:56px}.nav-cta,.desktop-only{display:none}.menu-toggle{display:block}.nav-menu{position:absolute;top:70px;left:14px;right:14px;display:none;flex-direction:column;align-items:stretch;background:#071522;border:1px solid var(--line);border-radius:18px;padding:15px;box-shadow:var(--shadow)}.nav-menu.open{display:flex}.nav-menu a{padding:11px}.hero{padding:120px 0 80px}.hero h1{font-size:47px}.hero-text{font-size:14px}.stats{gap:13px}.stats strong{font-size:18px}.stats span{font-size:8px}.hero-image-card{min-height:480px}.floating-logo{left:14px;top:14px}.floating-logo-image{width:105px;height:105px}.energy-panel{right:16px;bottom:16px}.chip-one,.chip-two{display:none}.section{padding:85px 0}.two-col{grid-template-columns:1fr}.photo-stack{min-height:460px}.service-grid,.why-grid,.gallery-grid{grid-template-columns:1fr}.commercial-project-grid{grid-template-columns:1fr;grid-template-rows:280px 280px 280px}.commercial-project-card:first-child{grid-row:auto}.project-grid{display:grid;grid-template-columns:1fr;grid-template-rows:auto}.project-wide{grid-row:auto}.project-card{min-height:300px}.heading-row{align-items:start;flex-direction:column}.cta{padding:35px 25px;flex-direction:column;align-items:flex-start}.input-row{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}.footer-grid>div:first-child{grid-column:1/-1}.footer-bottom .container{min-height:75px;gap:8px;flex-direction:column;justify-content:center;text-align:center}.whatsapp{right:14px;bottom:14px}.whatsapp span{display:none}.back-top{right:14px;bottom:72px}.scroll-cue{display:none}.checks{grid-template-columns:1fr}
}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.001ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.001ms!important}}

.floating-logo-image{
  width:138px;
  height:138px;
  object-fit:contain;
  filter:drop-shadow(0 14px 18px rgba(0,0,0,.42));
  transform-style:preserve-3d;
}
.brand:hover .brand-logo img{
  transform:perspective(700px) rotateY(10deg) rotateX(-4deg) translateY(-2px) scale(1.03);
  filter:drop-shadow(0 12px 18px rgba(99,201,255,.24));
}
.contact-logo-image{
  width:180px;
  height:130px;
  object-fit:contain;
  filter:drop-shadow(0 14px 20px rgba(0,0,0,.42));
  animation:logoFloat3d 5.5s ease-in-out infinite;
}

@keyframes logoFloat3d{
  0%,100%{transform:translateZ(50px) perspective(900px) rotateY(-5deg) rotateX(2deg) translateY(0)}
  50%{transform:translateZ(75px) perspective(900px) rotateY(5deg) rotateX(-2deg) translateY(-7px)}
}


/* =========================================================
   FINAL POLISH — LOGO VISIBILITY + IMAGE QUALITY + 3D
   ========================================================= */
:root{
  --bg:#07131f;
  --surface:#0b1c2a;
  --surface-2:#10283a;
  --line:rgba(143,211,247,.16);
  --sky:#69caff;
  --sky2:#c8edff;
  --text:#f5f9fc;
}

body{
  background:
    radial-gradient(circle at 82% 0%, rgba(39,126,173,.20) 0%, transparent 31%),
    radial-gradient(circle at 8% 28%, rgba(25,91,125,.13) 0%, transparent 28%),
    linear-gradient(145deg,#07131f 0%,#06111b 48%,#040b12 100%);
}

/* A soft oval light halo makes the real black logo readable without adding a box. */
.logo-visibility{position:relative;isolation:isolate;overflow:visible}
.logo-visibility::before{
  content:"";
  position:absolute;
  z-index:-1;
  left:50%;top:50%;
  width:88%;height:70%;
  transform:translate(-50%,-50%);
  border-radius:50%;
  background:radial-gradient(ellipse at center,
    rgba(246,251,255,.98) 0%,
    rgba(218,240,251,.88) 38%,
    rgba(145,210,238,.34) 62%,
    rgba(145,210,238,0) 78%);
  filter:blur(7px);
  opacity:.94;
}

.brand-logo{
  width:72px;height:64px;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
}
.brand-logo img{
  width:76px;height:76px;
  position:relative;z-index:2;
  filter:drop-shadow(0 8px 13px rgba(0,0,0,.42));
}
.header:not(.scrolled){background:linear-gradient(180deg,rgba(4,12,20,.56),transparent)}
.header.scrolled,.header:hover{background:rgba(5,16,27,.88);backdrop-filter:blur(20px)}

.loader-logo-wrap{
  width:230px;height:170px;
  background:transparent!important;
  box-shadow:none!important;
}
.loader-logo-wrap::before{width:94%;height:74%;filter:blur(11px);opacity:1}
.loader-logo-wrap img{width:215px;height:215px;filter:drop-shadow(0 18px 25px rgba(0,0,0,.44))}

.floating-logo{
  z-index:5;
  padding:4px 8px;
  border-radius:18px;
  transform-style:preserve-3d;
  will-change:transform;
}
.floating-logo::before{width:112%;height:78%;filter:blur(10px);opacity:.92}
.floating-logo-image{width:148px;height:148px;position:relative;z-index:2}
.floating-logo>span{position:relative;z-index:3;background:rgba(5,17,28,.66)}

.contact-logo{position:relative;display:inline-grid;place-items:center;min-width:190px;min-height:125px}
.contact-logo::before{width:100%;height:74%;filter:blur(9px)}
.contact-logo-image{position:relative;z-index:2;width:190px;height:140px}

/* Images are rendered with natural proportions and a restrained cinematic treatment. */
.hero-bg,.hero-image-card>img{image-rendering:auto}
.hero-bg{background-image:
  linear-gradient(90deg,rgba(3,10,16,.96) 0%,rgba(4,15,25,.72) 44%,rgba(5,18,29,.16) 100%),
  url("assets/hero-solar.webp");
  opacity:.64;
}
.hero-image-card>img{object-fit:cover;object-position:center;filter:saturate(1.02) contrast(1.02)}
.photo-main img,.photo-small img,.project-card img,.gallery-item img{
  image-rendering:auto;
  filter:saturate(1.015) contrast(1.01);
  backface-visibility:hidden;
}
.photo-main img,.project-card img,.gallery-item img{transition:transform 1s cubic-bezier(.2,.7,.2,1),filter .6s ease}
.photo-stack:hover .photo-main img,.project-card:hover img,.gallery-item:hover img{filter:saturate(1.06) contrast(1.03)}

/* Better card depth: lift + perspective + light sweep. */
.tilt-card{transform-style:preserve-3d;will-change:transform}
.tilt-card::after{
  content:"";
  position:absolute;
  inset:-1px;
  border-radius:inherit;
  pointer-events:none;
  background:radial-gradient(circle at var(--mx,50%) var(--my,50%),rgba(189,233,255,.13),transparent 26%);
  opacity:.0;
  transition:opacity .35s ease;
  z-index:8;
}
.tilt-card:hover::after{opacity:1}
.hero-image-card{box-shadow:0 35px 90px rgba(0,0,0,.48),0 0 0 1px rgba(255,255,255,.045) inset}
.service-card,.why-card,.contact-card,.form-card,.cta{box-shadow:0 24px 65px rgba(0,0,0,.28)}
.service-card:hover,.why-card:hover{box-shadow:0 32px 75px rgba(0,0,0,.36),0 0 0 1px rgba(105,202,255,.08) inset}

/* More premium motion, while respecting reduced-motion users below. */
@keyframes logoFloat3d{
  0%,100%{transform:perspective(900px) rotateX(3deg) rotateY(-7deg) translate3d(0,0,42px)}
  25%{transform:perspective(900px) rotateX(-2deg) rotateY(5deg) translate3d(2px,-5px,58px)}
  50%{transform:perspective(900px) rotateX(-4deg) rotateY(8deg) translate3d(0,-9px,68px)}
  75%{transform:perspective(900px) rotateX(2deg) rotateY(-4deg) translate3d(-2px,-4px,55px)}
}
@keyframes logo3d{
  0%,100%{transform:perspective(900px) rotateX(4deg) rotateY(-8deg) translateY(0) scale(1)}
  50%{transform:perspective(900px) rotateX(-4deg) rotateY(8deg) translateY(-9px) scale(1.025)}
}
@keyframes imageDrift{
  0%{transform:scale(1.02) translate3d(-.8%,0,0)}
  50%{transform:scale(1.07) translate3d(.4%,-.5%,0)}
  100%{transform:scale(1.10) translate3d(1%, -1%,0)}
}

@media(max-width:760px){
  .brand-logo{width:58px;height:54px}
  .brand-logo img{width:66px;height:66px}
  .loader-logo-wrap{width:200px;height:150px}
  .loader-logo-wrap img{width:190px;height:190px}
  .floating-logo-image{width:112px;height:112px}
  .floating-logo{left:10px;top:10px}
  .contact-logo-image{width:170px;height:125px}
}

/* =========================================================
   FINAL REFINEMENT — LIGHTER LOGO AREA + CLEANER 3D + BUTTONS
   ========================================================= */
:root{
  --logo-sky:#dff4ff;
  --logo-sky-2:#bfe8fb;
  --ink:#071421;
}

html{scroll-padding-top:92px}
[id]{scroll-margin-top:92px}

/* Light, premium header so the black part of the real logo stays visible. */
.header,
.header.scrolled,
.header:hover{
  background:linear-gradient(180deg,rgba(225,245,253,.96),rgba(205,235,248,.90));
  border-bottom:1px solid rgba(7,20,33,.10);
  box-shadow:0 12px 35px rgba(6,28,45,.10);
  backdrop-filter:blur(18px);
}
.header .brand-copy b{color:#071421}
.header .brand-copy small{color:#1676a6}
.header .nav-menu a{color:#183245}
.header .nav-menu a:hover,.header .nav-menu a.active{color:#071421}
.header .nav-menu a:after{background:#167fba}
.header .menu-toggle span{background:#071421}
.header .nav-cta{background:#071421;color:#eaf8ff;box-shadow:0 12px 30px rgba(7,20,33,.18)}
.header .brand-logo img{filter:drop-shadow(0 8px 12px rgba(7,20,33,.24))}

/* No white box behind the logo — only a very soft light field. */
.logo-visibility::before{
  width:112%;height:92%;
  background:radial-gradient(ellipse at center,
    rgba(255,255,255,.90) 0%,
    rgba(226,246,255,.62) 42%,
    rgba(177,222,241,.18) 67%,
    rgba(177,222,241,0) 80%);
  filter:blur(12px);
  opacity:.88;
}

/* Loader uses a light sky surface so black logo details never disappear. */
.loader{
  background:
    radial-gradient(circle at 50% 36%,rgba(255,255,255,.98),rgba(225,245,253,.98) 42%,rgba(184,223,240,.96) 100%);
}
.loader-logo-wrap::before{opacity:.45}
.loader-logo-wrap img{filter:drop-shadow(0 16px 24px rgba(7,20,33,.22))}
.loader p{color:#34586b}
.loader-line{background:rgba(7,20,33,.12)}
.loader-line span{background:#147eb5}

/* Better hero image source + less aggressive zoom = sharper visual. */
.hero-bg{
  background-image:
    linear-gradient(90deg,rgba(3,12,20,.90) 0%,rgba(4,18,29,.68) 43%,rgba(5,18,29,.20) 100%),
    url("assets/hero-solar.webp");
  opacity:.72;
  animation:heroZoomClean 20s ease-in-out infinite alternate;
}
.hero-image-card>img{object-position:center center}

/* More realistic depth without making the cards wobble. */
.tilt-card{transform-style:preserve-3d;perspective:1100px;will-change:transform}
.tilt-card > *{transform-style:preserve-3d}
.hero-image-card,.service-card,.why-card,.project-card,.photo-stack,.cta,.gallery-item{
  backface-visibility:hidden;
}
.hero-image-card:before,
.project-card:before,
.gallery-item:before,
.service-card:before,
.why-card:before{
  content:"";
  position:absolute;
  inset:0;
  border-radius:inherit;
  pointer-events:none;
  z-index:7;
  background:linear-gradient(125deg,rgba(255,255,255,.12),transparent 25%,transparent 70%,rgba(93,203,255,.07));
  opacity:.55;
  mix-blend-mode:screen;
}
.floating-logo{animation:logoFloatPremium 6s ease-in-out infinite}
.floating-logo-image{filter:drop-shadow(0 16px 22px rgba(0,0,0,.34))}

/* Images stay crisp and don't get stretched beyond their natural proportions. */
.hero-image-card>img,
.photo-main img,.photo-small img,
.project-card img,.gallery-item img{
  image-rendering:auto;
  filter:saturate(1.03) contrast(1.025);
}
.project-card img,.gallery-item img{object-position:center}

/* Make every CTA feel clickable. */
.btn,.nav-cta,.text-link,.contact-item,.project-card,.service-card a,.footer a,.whatsapp,.back-top{
  cursor:pointer;
}
.btn:focus-visible,.nav-cta:focus-visible,a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{
  outline:3px solid rgba(105,202,255,.42);
  outline-offset:3px;
}
.btn-primary{position:relative;overflow:hidden}
.btn-primary:after{
  content:"";position:absolute;top:-70%;left:-35%;width:24%;height:240%;
  transform:rotate(25deg);background:rgba(255,255,255,.22);
  transition:left .65s ease;pointer-events:none;
}
.btn-primary:hover:after{left:120%}

@keyframes heroZoomClean{from{transform:scale(1.01)}to{transform:scale(1.06)}}
@keyframes logoFloatPremium{
  0%,100%{transform:perspective(1000px) rotateX(2deg) rotateY(-5deg) translate3d(0,0,24px)}
  25%{transform:perspective(1000px) rotateX(-2deg) rotateY(4deg) translate3d(2px,-4px,34px)}
  50%{transform:perspective(1000px) rotateX(-3deg) rotateY(6deg) translate3d(0,-8px,42px)}
  75%{transform:perspective(1000px) rotateX(2deg) rotateY(-3deg) translate3d(-2px,-4px,31px)}
}

@media(max-width:760px){
  .header,.header.scrolled,.header:hover{background:rgba(222,243,251,.97)}
  .nav-menu{background:linear-gradient(180deg,#e9f8ff,#d8eef8);border-color:rgba(7,20,33,.12)}
  .nav-menu a{color:#173448!important}
  .nav-menu a:hover,.nav-menu a.active{color:#071421!important}
  .loader-logo-wrap{width:210px;height:155px}
  .loader-logo-wrap img{width:195px;height:195px}
}

/* =========================================================
   CROWN SOLAR — LOGO VISIBILITY + PREMIUM 3D REFINEMENT
   ========================================================= */
:root{
  --logo-panel: rgba(210,240,252,.92);
  --logo-panel-2: rgba(160,219,242,.78);
  --logo-edge: rgba(255,255,255,.72);
}

/* The logo sits on a clearly visible soft sky-blue spotlight — not a hard box. */
.logo-visibility::before{
  width:140%;
  height:112%;
  border-radius:50%;
  background:
    radial-gradient(ellipse at center,
      rgba(239,250,255,.98) 0%,
      rgba(205,237,250,.95) 32%,
      rgba(142,207,234,.72) 55%,
      rgba(96,177,211,.28) 72%,
      rgba(96,177,211,0) 84%);
  filter:blur(8px);
  opacity:1;
  box-shadow:0 0 45px rgba(116,202,237,.30);
}

.brand-logo.logo-visibility::after,
.loader-logo-wrap.logo-visibility::after,
.floating-logo.logo-visibility::after,
.contact-logo.logo-visibility::after{
  content:"";
  position:absolute;
  inset:4%;
  border-radius:50%;
  border:1px solid rgba(255,255,255,.32);
  box-shadow:0 0 0 1px rgba(82,170,207,.16) inset, 0 10px 35px rgba(21,111,149,.12);
  pointer-events:none;
}

.brand-logo{
  width:92px!important;
  height:70px!important;
  padding:2px 9px!important;
  border-radius:24px!important;
  background:linear-gradient(145deg,rgba(226,247,255,.82),rgba(171,222,243,.58))!important;
  border:1px solid rgba(255,255,255,.48)!important;
  box-shadow:0 10px 30px rgba(30,112,145,.18), inset 0 1px 0 rgba(255,255,255,.65)!important;
  backdrop-filter:blur(8px);
}
.brand-logo img{width:78px!important;height:78px!important;filter:drop-shadow(0 9px 10px rgba(0,0,0,.34))!important}

/* Header is deliberately light around the logo so the black mark never disappears. */
.header,
.header.scrolled,
.header:hover{
  background:linear-gradient(180deg,rgba(223,246,255,.98),rgba(194,229,244,.94))!important;
  border-bottom:1px solid rgba(8,45,64,.14)!important;
  box-shadow:0 12px 35px rgba(17,86,113,.12);
}
.header .nav-menu a{color:#123044!important}
.header .nav-menu a:hover,.header .nav-menu a.active{color:#006f9f!important}
.header .nav-menu a:after{background:#008fc9!important}
.header .brand-copy b{color:#071421!important}
.header .brand-copy small{color:#28566d!important}
.header .menu-toggle span{background:#0c3348!important}
.header .nav-cta{background:#071a28!important;color:#effaff!important;box-shadow:0 12px 30px rgba(4,27,43,.18)}

/* Loader: light spotlight, dark text, and no white rectangle. */
.loader{background:linear-gradient(145deg,#dff5ff 0%,#bfe7f8 48%,#8dc9e2 100%)!important}
.loader-logo-wrap{
  width:280px!important;
  height:205px!important;
  padding:10px!important;
  border-radius:50%!important;
  background:rgba(221,246,255,.42)!important;
  border:1px solid rgba(255,255,255,.58)!important;
  box-shadow:0 25px 70px rgba(18,104,139,.18), inset 0 1px 0 rgba(255,255,255,.72)!important;
}
.loader-logo-wrap img{width:245px!important;height:245px!important;filter:drop-shadow(0 16px 17px rgba(0,0,0,.34))!important}
.loader-line{background:rgba(8,54,73,.16)!important}
.loader-line span{background:#087fb1!important}
.loader p{color:#17445a!important}

/* Hero logo: readable against the photographic background. */
.floating-logo{
  left:22px!important;
  top:22px!important;
  padding:9px 12px!important;
  border-radius:24px!important;
  background:rgba(207,239,250,.46)!important;
  border:1px solid rgba(255,255,255,.35)!important;
  box-shadow:0 16px 42px rgba(0,0,0,.22), inset 0 1px 0 rgba(255,255,255,.45)!important;
  backdrop-filter:blur(8px);
}
.floating-logo-image{width:158px!important;height:158px!important;filter:drop-shadow(0 13px 14px rgba(0,0,0,.36))!important}
.floating-logo>span{background:rgba(5,23,34,.78)!important;color:#eaf9ff!important;border-color:rgba(188,229,247,.32)!important}

.contact-logo{
  min-width:245px!important;
  min-height:170px!important;
  border-radius:28px;
  background:linear-gradient(145deg,rgba(205,238,251,.72),rgba(139,203,229,.45));
  border:1px solid rgba(255,255,255,.32);
  box-shadow:0 18px 45px rgba(17,83,108,.16), inset 0 1px 0 rgba(255,255,255,.55);
}
.contact-logo-image{width:220px!important;height:165px!important;filter:drop-shadow(0 13px 14px rgba(0,0,0,.34))!important}

/* Higher quality image presentation: no artificial pixelation and no aggressive filters. */
.hero-bg,.hero-image-card>img,.photo-main img,.photo-small img,.project-card img,.gallery-item img{
  image-rendering:auto!important;
  filter:saturate(1.03) contrast(1.015) brightness(1.02)!important;
}
.hero-image-card>img{object-position:center!important}
.project-card img,.gallery-item img{object-position:center!important}

/* Refined 3D: controlled depth instead of excessive rotation. */
.hero-image-card,.photo-stack,.project-card,.gallery-item,.service-card,.why-card,.cta{transform-style:preserve-3d;backface-visibility:hidden}
.hero-image-card::before,.photo-main::before,.project-card::before,.gallery-item::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:3;
  pointer-events:none;
  background:linear-gradient(120deg,rgba(255,255,255,.11),transparent 25%,transparent 68%,rgba(111,208,246,.08));
  transform:translateZ(2px);
  opacity:.65;
}
.project-content,.energy-panel,.mini-chip,.experience{transform:translateZ(32px)}
.service-card:hover,.why-card:hover{transform:translateY(-8px) rotateX(1deg) rotateY(-1deg)!important}

@media(max-width:760px){
  .brand-logo{width:76px!important;height:58px!important;padding:1px 6px!important}
  .brand-logo img{width:66px!important;height:66px!important}
  .loader-logo-wrap{width:235px!important;height:175px!important}
  .loader-logo-wrap img{width:205px!important;height:205px!important}
  .floating-logo{left:12px!important;top:12px!important}
  .floating-logo-image{width:116px!important;height:116px!important}
  .contact-logo{min-width:205px!important;min-height:145px!important}
  .contact-logo-image{width:185px!important;height:140px!important}
}

/* CROWN CASCADE */
.cascade-section{padding-top:95px;padding-bottom:95px}.cascade-card{position:relative;display:grid;grid-template-columns:1.05fr .95fr;gap:45px;align-items:center;overflow:hidden;padding:42px;border-radius:32px;border:1px solid rgba(157,218,255,.18);background:radial-gradient(circle at 80% 20%,rgba(92,193,255,.12),transparent 32%),linear-gradient(135deg,rgba(12,39,61,.96),rgba(5,18,30,.98));box-shadow:0 30px 90px rgba(0,0,0,.35)}.cascade-copy{position:relative;z-index:2}.cascade-copy h2{font-size:clamp(35px,4.5vw,62px);line-height:1.02;margin:12px 0 18px}.cascade-copy p{max-width:650px;color:#9eb4c4;font-size:13px;line-height:1.9}.cascade-points{display:grid;gap:10px;margin:22px 0 27px}.cascade-points span{display:flex;align-items:center;gap:10px;color:#d8e8f2;font-size:11px}.cascade-points i{width:23px;height:23px;border-radius:50%;display:grid;place-items:center;background:rgba(109,199,255,.12);color:#7fd2ff;font-size:9px}.cascade-visual,.cascade-product-visual{position:relative;min-height:430px;display:grid;place-items:center;perspective:1200px}.cascade-glow{position:absolute;width:70%;height:70%;border-radius:50%;background:radial-gradient(circle,rgba(106,204,255,.22),transparent 67%);filter:blur(12px);animation:cascadeGlow 5s ease-in-out infinite}.cascade-placeholder{position:relative;z-index:2;width:min(100%,520px);height:auto;aspect-ratio:16/9;border-radius:30px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;background:linear-gradient(145deg,rgba(225,247,255,.16),rgba(54,135,179,.10));border:1px solid rgba(187,231,255,.25);box-shadow:inset 0 1px rgba(255,255,255,.08),0 30px 70px rgba(0,0,0,.28);transform:translateZ(35px);overflow:hidden}.cascade-placeholder:before{content:"";position:absolute;width:180%;height:70px;top:35%;left:-40%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.10),transparent);transform:rotate(-18deg);animation:cascadeSweep 4.5s linear infinite}.cascade-placeholder i{font-size:55px;color:#9ee1ff;text-shadow:0 0 35px rgba(109,199,255,.35);animation:cascadeFloat 4s ease-in-out infinite}.cascade-placeholder strong{font-size:12px;letter-spacing:.18em;color:#edf9ff}.cascade-placeholder span{font-size:10px;color:#8eaabd}.cascade-placeholder.large{width:min(90%,600px);height:430px}.cascade-orbit{position:absolute;border:1px solid rgba(123,210,255,.16);border-radius:50%;transform:rotateX(67deg);animation:orbitSpin 12s linear infinite}.orbit-one{width:430px;height:170px}.orbit-two{width:340px;height:135px;animation-duration:9s;animation-direction:reverse}.cascade-chip{position:absolute;z-index:3;padding:11px 14px;border-radius:14px;background:rgba(5,18,29,.82);border:1px solid rgba(188,229,255,.18);box-shadow:0 18px 35px rgba(0,0,0,.28);font-size:10px;color:#d8edf8;backdrop-filter:blur(12px)}.cascade-chip i{color:#8fdcff;margin-right:6px}.chip-top{top:30px;right:10px}.chip-bottom{bottom:35px;left:10px}.cascade-hero{background:radial-gradient(circle at 78% 40%,rgba(80,189,255,.17),transparent 28%),linear-gradient(120deg,#04101a,#0b2740 58%,#0c3a59)}.cascade-hero:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,12,20,.6),transparent 65%);pointer-events:none}.cascade-hero .container{position:relative;z-index:2}.cascade-detail{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.cascade-benefits{background:linear-gradient(180deg,transparent,rgba(11,43,67,.2),transparent)}@keyframes cascadeGlow{0%,100%{transform:scale(.9);opacity:.55}50%{transform:scale(1.12);opacity:.95}}@keyframes cascadeSweep{0%{transform:translateX(-55%) rotate(-18deg)}100%{transform:translateX(55%) rotate(-18deg)}}@keyframes cascadeFloat{0%,100%{transform:translateY(0) rotate(-2deg)}50%{transform:translateY(-10px) rotate(2deg)}}@keyframes orbitSpin{to{transform:rotateX(67deg) rotateZ(360deg)}}@media(max-width:900px){.cascade-card,.cascade-detail{grid-template-columns:1fr}.cascade-card{padding:30px}.cascade-visual{min-height:390px}.cascade-detail{gap:35px}}@media(max-width:760px){.cascade-card{padding:24px;border-radius:25px}.cascade-visual{min-height:330px}.cascade-placeholder{height:250px;width:92%}.cascade-placeholder.large{height:330px}.orbit-one{width:300px;height:120px}.orbit-two{width:240px;height:95px}.cascade-chip{font-size:9px}.chip-top{right:0}.chip-bottom{left:0}}


/* =========================================================
   CROWN CASCADE PRODUCT PORTFOLIO
   ========================================================= */
.cascade-products-section{
  background:
    radial-gradient(circle at 15% 25%,rgba(109,199,255,.06),transparent 28%),
    radial-gradient(circle at 85% 70%,rgba(255,196,77,.045),transparent 30%);
}
/* =========================================================
   CROWN CASCADE PRODUCT PORTFOLIO — COMPACT SIDE-BY-SIDE
   ========================================================= */
.cascade-products-section{
  background:
    radial-gradient(circle at 15% 25%,rgba(109,199,255,.06),transparent 28%),
    radial-gradient(circle at 85% 70%,rgba(255,196,77,.045),transparent 30%);
}
.cascade-products-grid{
  display:grid;
  grid-template-columns:1fr;
  gap:22px;
}
.cascade-product-card{
  position:relative;
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr);
  min-height:0;
  overflow:hidden;
  text-decoration:none;
  color:inherit;
  border:1px solid rgba(174,224,255,.14);
  border-radius:24px;
  background:linear-gradient(145deg,rgba(12,35,53,.88),rgba(5,16,27,.96));
  box-shadow:0 20px 55px rgba(0,0,0,.24);
  transform-style:preserve-3d;
  transition:border-color .35s,box-shadow .35s,transform .45s cubic-bezier(.2,.8,.2,1);
}
.cascade-product-card:nth-child(even) .cascade-product-image{order:2}
.cascade-product-card:nth-child(even) .cascade-product-copy{order:1}
.cascade-product-card:hover{
  border-color:rgba(150,220,255,.34);
  box-shadow:0 28px 70px rgba(0,0,0,.34);
}
.cascade-product-number{
  position:absolute;z-index:4;top:14px;left:14px;width:34px;height:34px;
  display:grid;place-items:center;border:1px solid rgba(255,255,255,.16);
  border-radius:10px;background:rgba(4,14,24,.72);backdrop-filter:blur(12px);
  color:#cfeeff;font-size:10px;font-weight:800;
}
.cascade-product-image{
  position:relative;
  height:360px;
  min-height:360px;
  overflow:hidden;
  background:#e9eef1;
}
.cascade-product-image:after{
  content:"";position:absolute;inset:0;
  background:linear-gradient(90deg,transparent 55%,rgba(5,16,27,.18));
  pointer-events:none;
}
.cascade-product-image img{
  width:100%;height:100%;object-fit:cover;display:block;
  transition:transform .8s cubic-bezier(.2,.75,.2,1),filter .5s;
}
.cascade-product-card:hover .cascade-product-image img{
  transform:scale(1.045) translate3d(0,-2px,0);filter:saturate(1.05) contrast(1.02);
}
.cascade-product-open{
  position:absolute;z-index:3;right:16px;bottom:16px;width:42px;height:42px;
  display:grid;place-items:center;border-radius:50%;color:#071421;
  background:linear-gradient(145deg,#c9efff,#63bdf2);
  box-shadow:0 10px 25px rgba(72,184,246,.28);
  transform:translateZ(25px);transition:transform .3s,box-shadow .3s;
}
.cascade-product-card:hover .cascade-product-open{transform:translateZ(35px) scale(1.05);box-shadow:0 14px 30px rgba(72,184,246,.38)}
.cascade-product-copy{
  padding:34px 38px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-self:stretch;
  min-width:0;
}
.cascade-product-copy>span{
  color:#80cdfa;font-size:10px;line-height:1.55;letter-spacing:.14em;font-weight:800;
}
.cascade-product-copy h3{
  margin:9px 0 12px;font:800 clamp(23px,2.3vw,31px)/1.08 Manrope,sans-serif;letter-spacing:-.03em;
}
.cascade-product-copy p{
  max-width:480px;color:#91a8b9;font-size:12.5px;line-height:1.75;margin:0 0 18px;
}
.cascade-product-copy strong{color:#dff5ff;font-size:11px;font-weight:800;margin-top:2px}
.cascade-product-copy strong i{margin-left:7px;transition:transform .25s}
.cascade-product-card:hover .cascade-product-copy strong i{transform:translateX(5px)}

/* Individual product pages */
.product-hero{
  position:relative;
  min-height:650px;
  display:flex;
  align-items:center;
  padding:145px 0 90px;
  overflow:hidden;
  background:
    radial-gradient(circle at 72% 45%,rgba(100,205,255,.11),transparent 28%),
    linear-gradient(180deg,#071421 0%,#081b2a 100%);
}
.product-hero-grid{
  display:grid;
  grid-template-columns:1fr .92fr;
  gap:75px;
  align-items:center;
  position:relative;
  z-index:2;
}
.product-hero-copy h1{
  font-size:clamp(43px,5vw,70px);
  line-height:.98;
  letter-spacing:-.045em;
  margin:14px 0 24px;
}
.product-hero-copy h1 em{
  display:block;
  color:#a9e1ff;
  font-style:normal;
}
.product-hero-copy>p{
  max-width:620px;
  color:#9db1c0;
  line-height:1.9;
  font-size:14px;
}
.product-hero-visual{
  position:relative;
  min-height:510px;
  display:grid;
  place-items:center;
  perspective:1300px;
}
.product-glow{
  position:absolute;
  width:75%;
  height:75%;
  border-radius:50%;
  background:radial-gradient(circle,rgba(107,202,255,.18),transparent 68%);
  filter:blur(10px);
  animation:productGlow 5s ease-in-out infinite;
}
.product-image-shell{
  position:relative;
  width:min(100%,500px);
  height:500px;
  border:1px solid rgba(174,224,255,.18);
  border-radius:34px;
  overflow:hidden;
  background:linear-gradient(145deg,#f4f6f7,#dce4e8);
  box-shadow:0 35px 100px rgba(0,0,0,.42),inset 0 0 0 1px rgba(255,255,255,.25);
  transform-style:preserve-3d;
}
.product-image-shell:before{
  content:"";
  position:absolute;
  z-index:2;
  inset:0;
  background:linear-gradient(135deg,rgba(255,255,255,.28),transparent 35%,rgba(6,24,38,.08));
  pointer-events:none;
}
.product-image-shell img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  position:relative;
  z-index:1;
  animation:productImageFloat 6s ease-in-out infinite;
}
.product-image-orbit{
  position:absolute;
  z-index:3;
  border:1px solid rgba(255,255,255,.34);
  border-radius:50%;
  pointer-events:none;
}
.orbit-one{
  width:80%;
  height:38%;
  left:10%;
  top:31%;
  transform:rotate(-15deg);
  animation:orbitSpin 10s linear infinite;
}
.orbit-two{
  width:64%;
  height:28%;
  left:18%;
  top:36%;
  transform:rotate(25deg);
  animation:orbitSpinReverse 8s linear infinite;
}
.product-image-badge{
  position:absolute;
  z-index:5;
  left:20px;
  bottom:20px;
  display:flex;
  align-items:center;
  gap:9px;
  padding:11px 14px;
  border:1px solid rgba(255,255,255,.2);
  border-radius:14px;
  background:rgba(4,14,24,.78);
  backdrop-filter:blur(14px);
  color:#e5f7ff;
  font-size:9px;
  letter-spacing:.13em;
  font-weight:800;
  transform:translateZ(45px);
}
.product-image-badge i{color:#73caff}
.product-details{
  background:linear-gradient(180deg,transparent,rgba(8,35,55,.22),transparent);
}
.product-detail-grid{
  display:grid;
  grid-template-columns:.92fr 1.08fr;
  gap:90px;
  align-items:center;
}
.product-large-image{
  position:relative;
  min-height:610px;
  overflow:hidden;
  border-radius:30px;
  border:1px solid rgba(174,224,255,.15);
  background:#e9eef1;
  box-shadow:0 30px 80px rgba(0,0,0,.34);
  transform-style:preserve-3d;
}
.product-large-image img{
  width:100%;
  height:100%;
  min-height:610px;
  display:block;
  object-fit:cover;
  transition:transform .9s;
}
.product-large-image:hover img{transform:scale(1.045)}
.product-image-caption{
  position:absolute;
  left:20px;
  right:20px;
  bottom:20px;
  display:flex;
  flex-direction:column;
  gap:4px;
  padding:15px 17px;
  border:1px solid rgba(255,255,255,.2);
  border-radius:16px;
  background:rgba(4,14,24,.78);
  backdrop-filter:blur(14px);
}
.product-image-caption span{
  color:#80cdfa;
  font-size:8px;
  letter-spacing:.16em;
  font-weight:800;
}
.product-image-caption strong{font-size:15px}
.product-features{
  list-style:none;
  margin:25px 0;
  padding:0;
  display:grid;
  gap:12px;
}
.product-features li{
  display:flex;
  align-items:flex-start;
  gap:10px;
  color:#d8e5ec;
  font-size:12px;
  line-height:1.6;
}
.product-features i{color:#74cdfa;margin-top:3px}
.product-note{
  display:flex;
  gap:11px;
  align-items:flex-start;
  margin:20px 0 28px;
  padding:15px 16px;
  border:1px solid rgba(174,224,255,.12);
  border-radius:16px;
  background:rgba(7,24,39,.68);
  color:#8fa7b8;
  font-size:10px;
  line-height:1.7;
}
.product-note i{color:#f1c75b;margin-top:2px}
.product-cta-section{padding-top:30px}
@keyframes productGlow{0%,100%{transform:scale(.9);opacity:.55}50%{transform:scale(1.08);opacity:1}}
@keyframes productImageFloat{0%,100%{transform:translate3d(0,0,0) scale(1)}50%{transform:translate3d(0,-5px,0) scale(1.008)}}
@keyframes orbitSpin{to{transform:rotate(345deg)}}
@keyframes orbitSpinReverse{to{transform:rotate(-335deg)}}

@media (max-width:700px){
  .cascade-product-card,
  .cascade-product-card:nth-child(even){
    grid-template-columns:1fr;
    min-height:0;
  }
  .cascade-product-card:nth-child(even) .cascade-product-image,
  .cascade-product-card:nth-child(even) .cascade-product-copy{
    order:initial;
  }
  .cascade-product-image{height:310px;min-height:310px}
  .cascade-product-copy{min-height:0;padding:32px 27px 36px}
  .product-hero{padding-top:125px}
  .product-hero-grid,.product-detail-grid{grid-template-columns:1fr;gap:45px}
  .product-hero-visual{min-height:430px}
  .product-image-shell{height:min(78vw,500px);max-height:500px}
  .product-large-image,.product-large-image img{min-height:500px}
}
@media (max-width:600px){
  .cascade-product-card{border-radius:22px}
  .cascade-product-image{height:280px;min-height:280px}
  .cascade-product-copy{padding:27px 23px 30px}
  .product-hero-copy h1{font-size:43px}
  .product-hero{padding:112px 0 65px}
  .product-hero-visual{min-height:350px}
  .product-image-shell{height:350px;border-radius:25px}
  .product-large-image,.product-large-image img{min-height:410px}
  .product-detail-grid{gap:35px}
}


/* =========================================================
   FINAL CROWN CASCADE 3D / MOTION POLISH
   ========================================================= */
.cascade-product-card,
.product-image-shell,
.product-large-image,
.product-cta-section .cta{
  isolation:isolate;
}

.cascade-product-card{
  transform-style:preserve-3d;
  transition:
    transform .45s cubic-bezier(.2,.8,.2,1),
    border-color .35s ease,
    box-shadow .45s ease;
}
.cascade-product-card::before{
  content:"";
  position:absolute;
  inset:-1px;
  z-index:0;
  border-radius:inherit;
  pointer-events:none;
  background:
    radial-gradient(circle at var(--mx,50%) var(--my,50%),
      rgba(157,225,255,.20),
      transparent 25%);
  opacity:0;
  transition:opacity .35s ease;
}
.cascade-product-card:hover::before{opacity:1}
.cascade-product-card > *{position:relative;z-index:1}
.cascade-product-card:hover{
  box-shadow:
    0 38px 95px rgba(0,0,0,.42),
    0 0 35px rgba(91,194,255,.08);
}

.cascade-product-image img{
  transform-origin:center;
  will-change:transform;
}
.cascade-product-card:hover .cascade-product-image img{
  transform:scale(1.075) translate3d(0,-2px,0);
}

.product-image-shell{
  animation:productShellFloat 7s ease-in-out infinite;
  will-change:transform;
}
.product-image-shell::after{
  content:"";
  position:absolute;
  inset:-30%;
  z-index:4;
  pointer-events:none;
  background:linear-gradient(
    115deg,
    transparent 35%,
    rgba(255,255,255,.16) 48%,
    transparent 61%
  );
  transform:translateX(-55%) rotate(7deg);
  animation:productLightSweep 5.5s ease-in-out infinite;
}
.product-image-shell img{
  filter:saturate(1.02) contrast(1.015);
}
.product-image-orbit{
  box-shadow:0 0 22px rgba(123,210,255,.16);
}
.product-image-badge{
  box-shadow:
    0 18px 45px rgba(0,0,0,.28),
    0 0 20px rgba(101,199,255,.08);
}

.product-large-image{
  box-shadow:
    0 35px 90px rgba(0,0,0,.38),
    0 0 0 1px rgba(255,255,255,.025) inset;
}
.product-large-image::after{
  content:"";
  position:absolute;
  inset:-35%;
  pointer-events:none;
  background:linear-gradient(
    110deg,
    transparent 40%,
    rgba(255,255,255,.13) 50%,
    transparent 60%
  );
  transform:translateX(-45%) rotate(8deg);
  animation:productLightSweep 7s ease-in-out infinite;
}

@keyframes productShellFloat{
  0%,100%{transform:translate3d(0,0,0) rotateX(0deg) rotateY(0deg)}
  25%{transform:translate3d(0,-5px,0) rotateX(.7deg) rotateY(-.7deg)}
  50%{transform:translate3d(0,-9px,0) rotateX(-.8deg) rotateY(.9deg)}
  75%{transform:translate3d(0,-4px,0) rotateX(.5deg) rotateY(-.5deg)}
}
@keyframes productLightSweep{
  0%,55%{transform:translateX(-55%) rotate(7deg);opacity:0}
  65%{opacity:1}
  88%,100%{transform:translateX(55%) rotate(7deg);opacity:0}
}

@media (prefers-reduced-motion:reduce){
  .product-image-shell,
  .product-image-shell::after,
  .product-large-image::after{
    animation:none!important;
  }
}


/* COMPACT CASCADE OVERRIDES */
.cascade-products-grid .cascade-product-card{min-height:0}
@media (max-width:900px) and (min-width:701px){
  .cascade-product-image{height:320px;min-height:320px}
  .cascade-product-copy{padding:28px 30px}
}
@media (max-width:700px){
  .cascade-product-card,.cascade-product-card:nth-child(even){grid-template-columns:1fr;min-height:0}
  .cascade-product-card:nth-child(even) .cascade-product-image,.cascade-product-card:nth-child(even) .cascade-product-copy{order:initial}
  .cascade-product-image{height:280px;min-height:280px}
  .cascade-product-copy{padding:26px 24px 30px;justify-content:flex-start}
}
@media (max-width:600px){
  .cascade-product-image{height:255px;min-height:255px}
  .cascade-product-copy{padding:24px 21px 28px}
}

/* =========================================================
   FINAL PRODUCT LAYOUT — EQUAL IMAGE / TEXT PANELS
   ========================================================= */
.cascade-products-grid .cascade-product-card{
  display:grid !important;
  grid-template-columns:1fr 1fr !important;
  grid-template-rows:1fr !important;
  align-items:stretch !important;
  min-height:360px !important;
  height:360px !important;
  gap:0 !important;
}

.cascade-products-grid .cascade-product-image,
.cascade-products-grid .cascade-product-copy{
  width:100% !important;
  min-width:0 !important;
  min-height:360px !important;
  height:360px !important;
  box-sizing:border-box !important;
}

.cascade-products-grid .cascade-product-image{
  grid-row:1 !important;
  overflow:hidden !important;
}

.cascade-products-grid .cascade-product-copy{
  grid-row:1 !important;
  display:flex !important;
  flex-direction:column !important;
  justify-content:center !important;
  align-items:flex-start !important;
  padding:34px 42px !important;
  overflow:hidden !important;
}

.cascade-products-grid .cascade-product-card:nth-child(odd) .cascade-product-image{
  grid-column:1 !important;
  order:initial !important;
}
.cascade-products-grid .cascade-product-card:nth-child(odd) .cascade-product-copy{
  grid-column:2 !important;
  order:initial !important;
}

.cascade-products-grid .cascade-product-card:nth-child(even) .cascade-product-image{
  grid-column:2 !important;
  order:initial !important;
}
.cascade-products-grid .cascade-product-card:nth-child(even) .cascade-product-copy{
  grid-column:1 !important;
  order:initial !important;
}

.cascade-products-grid .cascade-product-copy p{
  max-width:430px !important;
  margin-bottom:16px !important;
  line-height:1.65 !important;
}

@media (max-width:900px) and (min-width:701px){
  .cascade-products-grid .cascade-product-card{
    height:320px !important;
    min-height:320px !important;
  }
  .cascade-products-grid .cascade-product-image,
  .cascade-products-grid .cascade-product-copy{
    height:320px !important;
    min-height:320px !important;
  }
  .cascade-products-grid .cascade-product-copy{
    padding:28px 30px !important;
  }
}

@media (max-width:700px){
  .cascade-products-grid .cascade-product-card,
  .cascade-products-grid .cascade-product-card:nth-child(even){
    display:grid !important;
    grid-template-columns:1fr !important;
    grid-template-rows:auto auto !important;
    height:auto !important;
    min-height:0 !important;
  }
  .cascade-products-grid .cascade-product-card:nth-child(even) .cascade-product-image,
  .cascade-products-grid .cascade-product-card:nth-child(even) .cascade-product-copy,
  .cascade-products-grid .cascade-product-card:nth-child(odd) .cascade-product-image,
  .cascade-products-grid .cascade-product-card:nth-child(odd) .cascade-product-copy{
    grid-column:1 !important;
    order:initial !important;
  }
  .cascade-products-grid .cascade-product-image{
    grid-row:1 !important;
    height:280px !important;
    min-height:280px !important;
  }
  .cascade-products-grid .cascade-product-copy{
    grid-row:2 !important;
    height:auto !important;
    min-height:0 !important;
    padding:26px 24px 30px !important;
  }
}

/* Homepage Crown Cascade image — supplied final product image */
.cascade-image-frame{
  padding:0;
  background:#071421;
  border:1px solid rgba(187,231,255,.28);
  box-shadow:inset 0 1px rgba(255,255,255,.08),0 30px 70px rgba(0,0,0,.32);
  transform:translateZ(35px);
  animation:cascadeImageFloat 6s ease-in-out infinite;
}
.cascade-image-frame img{
  width:100%;
  height:100%;
  display:block;
  object-fit:contain;
  object-position:center;
  background:#eef5f8;
  border-radius:inherit;
  filter:saturate(1.03) contrast(1.02);
  transition:transform .65s cubic-bezier(.2,.8,.2,1),filter .45s ease;
}
.cascade-card:hover .cascade-image-frame img{
  transform:scale(1.015);
  filter:saturate(1.08) contrast(1.04);
}
@keyframes cascadeImageFloat{
  0%,100%{transform:translate3d(0,0,35px) rotateX(0deg) rotateY(0deg)}
  50%{transform:translate3d(0,-7px,35px) rotateX(.8deg) rotateY(-.8deg)}
}
@media(max-width:760px){
  .cascade-image-frame{width:100%;max-width:520px;height:auto;aspect-ratio:16/9;}
}

/* =========================
   PREMIUM 3D MOTION + PRODUCT STOCK
========================= */
.stock-section{position:relative;overflow:hidden;background:radial-gradient(circle at 50% 15%,rgba(80,190,255,.07),transparent 38%)}
.stock-section:before{content:"";position:absolute;width:520px;height:520px;right:-220px;top:80px;border-radius:50%;background:radial-gradient(circle,rgba(77,191,255,.10),transparent 68%);filter:blur(10px);animation:stockOrb 9s ease-in-out infinite alternate;pointer-events:none}
.stock-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:22px}
.stock-card{position:relative;overflow:hidden;border:1px solid rgba(154,218,255,.18);border-radius:28px;background:linear-gradient(145deg,rgba(13,39,59,.95),rgba(4,16,27,.98));box-shadow:0 25px 70px rgba(0,0,0,.28);transform-style:preserve-3d;transition:box-shadow .45s ease,border-color .45s ease,transform .45s ease}
.stock-card:before{content:"";position:absolute;inset:-1px;background:radial-gradient(circle at var(--mx,50%) var(--my,50%),rgba(104,207,255,.17),transparent 36%);opacity:0;transition:opacity .35s ease;pointer-events:none;z-index:3}
.stock-card:hover:before{opacity:1}
.stock-card:hover{border-color:rgba(126,211,255,.38);box-shadow:0 35px 95px rgba(0,0,0,.4),0 0 35px rgba(64,184,255,.08)}
.stock-image{position:relative;height:280px;overflow:hidden;background:#081725;transform:translateZ(18px)}
.stock-image img{width:100%;height:100%;object-fit:cover;display:block;filter:saturate(1.04) contrast(1.04);transition:transform 1s cubic-bezier(.2,.7,.2,1),filter .7s ease}
.equipment-product-image{background:linear-gradient(145deg,#d9dde1,#aeb5bc);}
.equipment-product-image img{object-fit:contain !important;padding:10px;filter:saturate(1.02) contrast(1.02) drop-shadow(0 18px 24px rgba(0,0,0,.22));}
.stock-card:hover .equipment-product-image img{transform:scale(1.035) translate3d(0,-3px,0);filter:saturate(1.06) contrast(1.04) drop-shadow(0 24px 30px rgba(0,0,0,.28));}
.stock-card:hover .stock-image img{transform:scale(1.09) translate3d(0,-4px,0);filter:saturate(1.12) contrast(1.06)}
.stock-image:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(3,13,22,.02) 30%,rgba(3,13,22,.72));pointer-events:none}
.stock-shine{position:absolute;width:150%;height:70px;left:-135%;top:45%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.18),transparent);transform:rotate(-14deg);z-index:2;animation:stockShine 6s ease-in-out infinite}
.stock-badge{position:absolute;z-index:4;right:16px;top:16px;padding:9px 12px;border-radius:999px;background:rgba(4,17,28,.76);border:1px solid rgba(180,230,255,.2);backdrop-filter:blur(12px);font-size:9px;font-weight:800;letter-spacing:.12em;color:#dff5ff;text-transform:uppercase;box-shadow:0 12px 30px rgba(0,0,0,.25)}
.stock-badge i{font-size:6px;color:#66e3a1;margin-right:6px;box-shadow:0 0 10px rgba(102,227,161,.8)}
.stock-copy{position:relative;padding:27px 28px 29px;transform-style:preserve-3d}
.stock-number{position:absolute;right:24px;top:25px;color:#58758a;font-size:10px;letter-spacing:.16em}
.stock-icon{width:50px;height:50px;display:grid;place-items:center;border-radius:16px;background:linear-gradient(145deg,#a7e4ff,#348fc5);color:#071522;box-shadow:0 15px 32px rgba(57,177,240,.18);transform:translateZ(35px);transition:transform .5s ease}
.stock-card:hover .stock-icon{transform:translateZ(55px) rotateY(12deg) rotateX(8deg)}
.stock-copy h3{font-size:24px;margin:18px 0 9px;letter-spacing:-.025em}
.stock-copy p{font-size:12px;line-height:1.8;color:#91a9ba;max-width:560px;margin-bottom:18px}
.stock-meta{display:flex;justify-content:space-between;gap:15px;align-items:center;padding:12px 13px;border:1px solid rgba(153,216,255,.12);border-radius:14px;background:rgba(255,255,255,.025);font-size:10px}
.stock-meta span{color:#a9bdcb}.stock-meta span i{color:#77d0ff;margin-right:6px}.stock-meta b{color:#dff5ff;text-align:right;font-size:9px}
.stock-link{display:inline-flex;align-items:center;margin-top:20px;color:#dff5ff;font-size:11px;font-weight:800;letter-spacing:.02em}.stock-link i{margin-left:8px;transition:transform .25s ease}.stock-link:hover i{transform:translateX(6px)}
.cascade-image-frame img{width:100%;height:100%;object-fit:contain!important;object-position:center!important;display:block;position:relative;z-index:2;transform:translateZ(22px);transition:transform .9s cubic-bezier(.2,.7,.2,1),filter .6s ease}.cascade-image-frame:hover img{transform:translateZ(38px) scale(1.025) rotateY(-1deg);filter:saturate(1.05) contrast(1.03)}
.cascade-image-frame{background:rgba(255,255,255,.04)!important}
@keyframes stockShine{0%,45%{left:-140%;opacity:0}55%{opacity:1}75%,100%{left:140%;opacity:0}}
@keyframes stockOrb{from{transform:translate3d(0,-20px,0) scale(.9)}to{transform:translate3d(-80px,70px,0) scale(1.1)}}
@media(max-width:900px){.stock-grid{grid-template-columns:1fr}.stock-image{height:300px}}
@media(max-width:560px){.stock-copy{padding:23px 20px}.stock-meta{flex-direction:column;align-items:flex-start}.stock-meta b{text-align:left}.stock-image{height:245px}}


/* =============================
   PRODUCT CATEGORY EXPERIENCE
============================= */
.stock-grid-three{grid-template-columns:repeat(3,1fr)}
.product-category-card{display:block;text-decoration:none;color:inherit;position:relative;overflow:hidden;transition:transform .45s cubic-bezier(.2,.8,.2,1),box-shadow .45s ease,border-color .45s ease}
.product-category-card:hover{transform:translateY(-10px);box-shadow:0 32px 90px rgba(0,0,0,.48),0 0 45px rgba(82,193,255,.12);border-color:rgba(135,215,255,.34)}
.product-category-card .stock-image{transform-style:preserve-3d}
.product-category-card .stock-image img{transition:transform 1.1s cubic-bezier(.2,.75,.2,1),filter .8s ease}
.product-category-card:hover .stock-image img{transform:scale(1.075) translate3d(0,-4px,18px);filter:saturate(1.08) contrast(1.04)}
.product-category-card .stock-link{display:inline-flex;align-items:center;gap:9px}
.product-category-card .stock-link i{transition:transform .35s ease}
.product-category-card:hover .stock-link i{transform:translateX(6px)}

/* Stronger premium 3D motion on the homepage */
.hero-image-card{animation:heroCardFloat 7s ease-in-out infinite;will-change:transform}
.hero-image-card:hover{animation-play-state:paused}
.hero-image-card:after{content:"";position:absolute;inset:-35%;background:linear-gradient(115deg,transparent 38%,rgba(190,235,255,.12) 48%,transparent 58%);transform:translateX(-55%) rotate(8deg);animation:heroLightSweep 5.5s ease-in-out infinite;pointer-events:none;z-index:4}
.hero-visual:before,.hero-visual:after{content:"";position:absolute;border:1px solid rgba(121,208,255,.14);border-radius:50%;pointer-events:none;transform:rotateX(68deg);animation:heroOrbit 12s linear infinite}
.hero-visual:before{width:92%;height:30%;left:4%;top:35%}
.hero-visual:after{width:72%;height:23%;left:14%;top:39%;animation-duration:8s;animation-direction:reverse}
@keyframes heroCardFloat{0%,100%{transform:translateY(0) rotateX(0deg) rotateY(0deg)}50%{transform:translateY(-8px) rotateX(.7deg) rotateY(-.8deg)}}
@keyframes heroLightSweep{0%{transform:translateX(-65%) rotate(8deg)}55%,100%{transform:translateX(65%) rotate(8deg)}}
@keyframes heroOrbit{to{transform:rotateX(68deg) rotateZ(360deg)}}
@media(max-width:1000px){.stock-grid-three{grid-template-columns:1fr 1fr}}
@media(max-width:700px){.stock-grid-three{grid-template-columns:1fr}.hero-image-card:after,.hero-visual:before,.hero-visual:after{display:none}}


/* =============================
   SOLAR PRODUCT CATEGORY PAGES
============================= */
.category-hero{position:relative;overflow:hidden;background:radial-gradient(circle at 78% 38%,rgba(75,190,255,.16),transparent 28%),linear-gradient(120deg,#04101a,#0b2740 58%,#0c3a59)}
.product-hero-bg{position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,12,20,.84),rgba(3,12,20,.28));pointer-events:none}
.category-hero .container{position:relative;z-index:2}
.category-image-shell{position:relative;width:100%;aspect-ratio:4/3;overflow:hidden;border-radius:30px;border:1px solid rgba(176,226,255,.2);box-shadow:0 35px 90px rgba(0,0,0,.45);transform-style:preserve-3d;animation:categoryFloat 7s ease-in-out infinite}
.category-image-shell img{width:100%;height:100%;object-fit:cover;display:block;transition:transform 1s ease,filter .7s ease}
.category-image-shell:hover img{transform:scale(1.07);filter:saturate(1.08) contrast(1.04)}
.category-image-shell:after{content:"";position:absolute;inset:-50%;background:linear-gradient(115deg,transparent 42%,rgba(255,255,255,.13) 50%,transparent 58%);transform:translateX(-45%) rotate(8deg);animation:categorySweep 5.5s ease-in-out infinite;pointer-events:none}
.category-floating-chip{position:absolute;z-index:3;right:20px;bottom:20px;padding:12px 15px;border-radius:14px;background:rgba(4,17,29,.82);border:1px solid rgba(183,229,255,.2);backdrop-filter:blur(12px);font-size:10px;font-weight:800;letter-spacing:.08em;color:#e8f8ff;box-shadow:0 20px 40px rgba(0,0,0,.3);animation:chipFloat 4s ease-in-out infinite}
.category-floating-chip i{color:#69e5ad;margin-right:7px}
.category-visual-glow{position:absolute;width:80%;height:80%;border-radius:50%;background:radial-gradient(circle,rgba(83,197,255,.25),transparent 65%);filter:blur(22px);animation:categoryGlow 5s ease-in-out infinite}
.category-product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.category-product-card{position:relative;padding:28px;border-radius:24px;border:1px solid rgba(166,220,255,.13);background:linear-gradient(145deg,rgba(10,33,51,.9),rgba(5,17,28,.96));box-shadow:0 22px 65px rgba(0,0,0,.28);overflow:hidden;transform-style:preserve-3d;transition:transform .45s ease,border-color .45s ease,box-shadow .45s ease}
.category-product-card:before{content:"";position:absolute;width:170px;height:170px;right:-70px;top:-70px;background:radial-gradient(circle,rgba(87,199,255,.13),transparent 68%);animation:cardGlow 5s ease-in-out infinite}
.category-product-card:hover{border-color:rgba(132,213,255,.35);box-shadow:0 35px 90px rgba(0,0,0,.42),0 0 45px rgba(69,190,255,.08)}
.category-product-top{display:flex;align-items:center;gap:12px;color:#78d0ff;font-size:10px;letter-spacing:.1em}.category-product-top span{font-weight:900;color:#5b7890}.category-product-top i{font-size:18px}.category-product-top b{margin-left:auto;font-size:8px;color:#7fe7b1}
.category-product-card h3{font-size:25px;margin:20px 0 10px}.category-product-card p{color:#9fb4c3;font-size:12px;line-height:1.8;min-height:66px}.spec-list{display:grid;gap:9px;margin:20px 0}.spec-list span{display:flex;gap:8px;align-items:center;color:#d3e2eb;font-size:10px}.spec-list i{color:#72dca9}.category-product-bottom{display:flex;flex-direction:column;gap:4px;padding:13px 0;border-block:1px solid rgba(166,220,255,.1);margin-bottom:17px}.category-product-bottom strong{font-size:10px;color:#dcebf4}.category-product-bottom span{font-size:9px;color:#7f98aa}.category-info-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:24px}.category-info-card,.category-cta{padding:40px;border-radius:28px;border:1px solid rgba(166,220,255,.13);background:linear-gradient(145deg,rgba(9,31,49,.88),rgba(4,15,25,.96));box-shadow:0 25px 70px rgba(0,0,0,.25)}.category-info-card h2{font-size:clamp(30px,4vw,52px);line-height:1.05;margin:12px 0 28px}.info-points{display:grid;grid-template-columns:1fr 1fr;gap:12px}.info-points div{display:flex;gap:10px;align-items:center;padding:14px;border-radius:14px;background:rgba(114,205,255,.055);color:#cbdce6;font-size:10px}.info-points i{color:#72dca9}.category-cta{display:flex;flex-direction:column;justify-content:center}.category-cta>i{font-size:34px;color:#79d2ff;margin-bottom:20px;animation:iconFloat 4s ease-in-out infinite}.category-cta span{font-size:9px;letter-spacing:.18em;color:#7ecfff;font-weight:900}.category-cta h3{font-size:28px;line-height:1.1;margin:10px 0}.category-cta p{color:#93aabb;font-size:12px;line-height:1.8;margin-bottom:22px}
@keyframes categoryFloat{0%,100%{transform:translateY(0) rotateX(0) rotateY(0)}50%{transform:translateY(-8px) rotateX(1deg) rotateY(-1.2deg)}}
@keyframes categorySweep{0%{transform:translateX(-60%) rotate(8deg)}55%,100%{transform:translateX(60%) rotate(8deg)}}
@keyframes categoryGlow{0%,100%{transform:scale(.9);opacity:.5}50%{transform:scale(1.1);opacity:.9}}
@keyframes chipFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-7px)}}
@keyframes cardGlow{0%,100%{transform:scale(.8);opacity:.5}50%{transform:scale(1.25);opacity:1}}
@keyframes iconFloat{0%,100%{transform:translateY(0) rotate(-2deg)}50%{transform:translateY(-8px) rotate(2deg)}}
@media(max-width:1000px){.category-product-grid{grid-template-columns:1fr 1fr}.category-info-grid{grid-template-columns:1fr}}
@media(max-width:760px){.category-product-grid{grid-template-columns:1fr}.info-points{grid-template-columns:1fr}.category-info-card,.category-cta{padding:27px}.category-image-shell{aspect-ratio:1/1}.category-floating-chip{right:12px;bottom:12px}}


/* FINAL PRODUCT IMAGE POLISH — transparent product cut-outs, balanced frames */
.stock-card .equipment-product-image{
  height:280px;
  display:grid;
  place-items:center;
  padding:18px 28px;
  background:radial-gradient(circle at 50% 35%,rgba(38,104,145,.24),rgba(6,20,32,.96) 72%);
  border-bottom:1px solid rgba(129,205,246,.12);
  position:relative;
  overflow:hidden;
}
.stock-card .equipment-product-image:before{
  content:"";position:absolute;inset:12px;border:1px solid rgba(130,205,246,.12);
  border-radius:18px;box-shadow:inset 0 0 40px rgba(67,181,242,.05);pointer-events:none;
}
.stock-card .equipment-product-image:after{
  content:"";position:absolute;inset:0;
  background:radial-gradient(circle at 50% 30%,transparent 25%,rgba(2,9,15,.16) 100%);
  pointer-events:none;
}
.stock-card .equipment-product-image img{
  position:relative;z-index:2;width:100%;height:100%;max-width:330px;
  object-fit:contain!important;padding:8px 18px!important;
  filter:drop-shadow(0 24px 28px rgba(0,0,0,.42));
  transform:translateZ(20px);
}
.product-category-card:hover .equipment-product-image img{
  transform:translate3d(0,-6px,35px) scale(1.045)!important;
  filter:drop-shadow(0 30px 34px rgba(0,0,0,.48)) brightness(1.03);
}

/* The same clean product cut-out is used on each category detail page. */
.category-image-shell{
  background:radial-gradient(circle at 50% 38%,rgba(45,116,157,.22),rgba(5,17,28,.98) 72%);
}
.category-image-shell img{
  object-fit:contain!important;
  padding:28px 46px;
  filter:drop-shadow(0 28px 35px rgba(0,0,0,.46));
}
.category-image-shell:hover img{
  transform:translateY(-6px) scale(1.045)!important;
  filter:drop-shadow(0 34px 40px rgba(0,0,0,.5)) brightness(1.03);
}
@media(max-width:900px){
  .stock-card .equipment-product-image{height:300px;padding:16px 24px}
  .category-image-shell img{padding:24px 34px}
}
@media(max-width:560px){
  .stock-card .equipment-product-image{height:245px;padding:12px 18px}
  .stock-card .equipment-product-image img{padding:6px 14px!important}
  .category-image-shell img{padding:20px 24px}
}

/* =========================================================
   FINAL EXTREME 3D MOTION LAYER — PREMIUM, SMOOTH, RESPONSIVE
   ========================================================= */
:root{--motion-blue:rgba(99,205,255,.32);--motion-white:rgba(235,250,255,.16)}

/* Hero: deeper perspective + moving light field */
.hero{perspective:1600px;transform-style:preserve-3d}
.hero-grid{transform:translateZ(-30px) scale(1.08);animation:gridDrift 14s ease-in-out infinite alternate}
.hero-visual{transform-style:preserve-3d;animation:heroVisualFloat 6.5s ease-in-out infinite}
.hero-image-card{transform-style:preserve-3d;box-shadow:0 45px 110px rgba(0,0,0,.55),0 0 65px rgba(74,193,255,.10);}
.hero-image-card:before{content:"";position:absolute;inset:10px;border:1px solid rgba(186,231,255,.12);border-radius:26px;transform:translateZ(18px);pointer-events:none;z-index:3;animation:framePulse 4s ease-in-out infinite}
.hero-image-card .floating-logo,.hero-image-card .energy-panel,.hero-image-card .mini-chip{transform-style:preserve-3d}
.hero-image-card .floating-logo{transform:translateZ(65px)}
.hero-image-card .energy-panel{transform:translateZ(75px);animation:depthFloat 4.5s ease-in-out infinite}
.hero-image-card .chip-one{transform:translateZ(58px);animation:chipDepth 3.8s ease-in-out infinite}
.hero-image-card .chip-two{transform:translateZ(48px);animation:chipDepth 4.2s ease-in-out infinite reverse}

/* Equipment cards: product cut-outs float inside their own 3D frames */
.product-category-card{perspective:1200px;isolation:isolate}
.product-category-card:after{content:"";position:absolute;inset:1px;border-radius:inherit;border:1px solid transparent;background:linear-gradient(115deg,transparent 25%,rgba(168,231,255,.24) 48%,transparent 70%) border-box;mask:linear-gradient(#000 0 0) padding-box,linear-gradient(#000 0 0);mask-composite:exclude;opacity:.45;transform:translateX(-70%);animation:borderSweep 5.5s ease-in-out infinite;pointer-events:none;z-index:6}
.product-category-card .equipment-product-image{transform-style:preserve-3d;box-shadow:inset 0 0 45px rgba(64,182,235,.06)}
.product-category-card .equipment-product-image:before{animation:framePulse 4.5s ease-in-out infinite}
.product-category-card .equipment-product-image:after{background:radial-gradient(circle at 50% 35%,transparent 18%,rgba(2,9,15,.12) 75%),linear-gradient(115deg,transparent 30%,rgba(255,255,255,.10) 48%,transparent 66%);background-size:100% 100%,220% 100%;animation:productSweep 5.2s ease-in-out infinite}
.product-category-card .equipment-product-image img{transform:translate3d(0,0,32px) rotateX(0deg) rotateY(0deg) scale(.98)!important;animation:productFloat3D 5.8s ease-in-out infinite;will-change:transform}
.product-category-card:nth-child(2) .equipment-product-image img{animation-delay:-1.4s}
.product-category-card:nth-child(3) .equipment-product-image img{animation-delay:-2.8s}
.product-category-card:hover .equipment-product-image img{animation-play-state:paused;transform:translate3d(0,-10px,60px) rotateX(2deg) rotateY(-3deg) scale(1.06)!important}
.product-category-card .stock-copy{transform-style:preserve-3d}
.product-category-card .stock-icon{animation:icon3D 4.2s ease-in-out infinite}
.product-category-card:hover .stock-icon{animation-play-state:paused}

/* Cards across the website get layered depth instead of flat hover */
.service-card,.why-card,.project-card,.cta,.photo-stack,.contact-card,.form-card,.cascade-card{perspective:1100px}
.service-card:after,.why-card:after,.project-card:after,.cta:after,.cascade-card:after{content:"";position:absolute;inset:0;border-radius:inherit;pointer-events:none;background:radial-gradient(circle at var(--mx,50%) var(--my,50%),rgba(126,216,255,.10),transparent 30%);opacity:.65;transform:translateZ(8px);mix-blend-mode:screen}
.service-card:hover,.why-card:hover{box-shadow:0 38px 90px rgba(0,0,0,.42),0 0 45px rgba(74,194,255,.10)}
.project-card:hover{box-shadow:0 35px 90px rgba(0,0,0,.46),0 0 45px rgba(74,194,255,.10)}

/* Solar Products page: floating product panels + animated depth rings */
.cascade-product-card{perspective:1200px}
.cascade-product-image{transform-style:preserve-3d}
.cascade-product-image img{transform:translateZ(25px);transition:transform .9s cubic-bezier(.2,.8,.2,1),filter .6s ease}
.cascade-product-card:hover .cascade-product-image img{transform:translateZ(65px) translateY(-7px) scale(1.08) rotateY(-2deg);filter:drop-shadow(0 25px 30px rgba(0,0,0,.28))}
.cascade-product-number{transform:translateZ(55px)}
.cascade-product-open{transform:translateZ(70px)}

/* Motion primitives */
@keyframes heroVisualFloat{0%,100%{transform:translate3d(0,0,0) rotateX(0deg)}50%{transform:translate3d(0,-9px,0) rotateX(.6deg)}}
@keyframes gridDrift{0%{transform:translate3d(0,0,-30px) scale(1.08)}100%{transform:translate3d(-18px,12px,-30px) scale(1.12)}}
@keyframes framePulse{0%,100%{opacity:.28;box-shadow:inset 0 0 0 rgba(120,215,255,0)}50%{opacity:.72;box-shadow:inset 0 0 28px rgba(120,215,255,.05)}}
@keyframes depthFloat{0%,100%{transform:translateZ(75px) translateY(0)}50%{transform:translateZ(85px) translateY(-7px)}}
@keyframes chipDepth{0%,100%{filter:brightness(1);opacity:.92}50%{filter:brightness(1.12);opacity:1}}
@keyframes productFloat3D{0%,100%{transform:translate3d(0,0,32px) rotateX(0deg) rotateY(-1deg) scale(.98)}25%{transform:translate3d(-2px,-6px,42px) rotateX(1.2deg) rotateY(1deg) scale(1)}50%{transform:translate3d(2px,-11px,52px) rotateX(-1deg) rotateY(-2deg) scale(1.015)}75%{transform:translate3d(-1px,-5px,42px) rotateX(.8deg) rotateY(1deg) scale(1)}}
@keyframes productSweep{0%,38%{background-position:0 0,-120% 0}62%,100%{background-position:0 0,120% 0}}
@keyframes borderSweep{0%,45%{transform:translateX(-80%);opacity:0}58%{opacity:.75}80%,100%{transform:translateX(80%);opacity:0}}
@keyframes icon3D{0%,100%{transform:translateZ(35px) rotateY(0deg) rotateX(0deg)}50%{transform:translateZ(48px) rotateY(8deg) rotateX(-5deg)}}

/* Keep motion polished on touch devices and honor accessibility settings. */
@media(max-width:700px){
  .hero-visual{animation-duration:8s}
  .product-category-card .equipment-product-image img{animation-duration:7s}
  .product-category-card:after{display:none}
}
@media(prefers-reduced-motion:reduce){
  .hero-grid,.hero-visual,.hero-image-card .energy-panel,.hero-image-card .chip-one,.hero-image-card .chip-two,
  .product-category-card .equipment-product-image:before,.product-category-card .equipment-product-image:after,
  .product-category-card .equipment-product-image img,.product-category-card .stock-icon,
  .product-category-card:after{animation:none!important}
}


/* Dedicated final Commercial Solar gallery */
.commercial-project-final-gallery{
  grid-template-columns:repeat(3,minmax(0,1fr));
  grid-auto-rows:300px;
  gap:20px;
  align-items:stretch;
}
.commercial-final-card{
  height:300px;
  min-height:0;
  border-radius:22px;
  background:#0b1822;
  box-shadow:0 18px 42px rgba(0,0,0,.22),0 0 0 1px rgba(255,255,255,.06) inset;
}
.commercial-final-card img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  display:block;
  filter:saturate(1.02) contrast(1.02) brightness(1.01);
  transition:transform .7s cubic-bezier(.2,.7,.2,1),filter .5s ease;
}
.commercial-final-card:hover img{
  transform:scale(1.035);
  filter:saturate(1.06) contrast(1.04) brightness(1.02);
}
@media(max-width:900px){
  .commercial-project-final-gallery{
    grid-template-columns:repeat(2,minmax(0,1fr));
    grid-auto-rows:280px;
  }
  .commercial-final-card{height:280px}
}
@media(max-width:560px){
  .commercial-project-final-gallery{
    grid-template-columns:1fr;
    grid-auto-rows:260px;
  }
  .commercial-final-card{height:260px}
}

/* Commercial Solar project cards with professional descriptions */
.commercial-project-final-gallery{
  grid-template-columns:repeat(3,minmax(0,1fr));
  grid-auto-rows:auto;
  align-items:stretch;
}
.commercial-final-card{
  height:auto;
  min-height:0;
  display:flex;
  flex-direction:column;
  overflow:hidden;
  border-radius:22px;
  background:linear-gradient(180deg,rgba(12,31,46,.98),rgba(6,18,29,.98));
  box-shadow:0 18px 42px rgba(0,0,0,.22),0 0 0 1px rgba(255,255,255,.06) inset;
}
.commercial-final-card:after{display:none}
.commercial-final-image{
  height:250px;
  overflow:hidden;
  background:#0b1822;
  flex:0 0 250px;
}
.commercial-final-image img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  display:block;
  filter:saturate(1.04) contrast(1.04) brightness(1.03);
  transition:transform .7s cubic-bezier(.2,.7,.2,1),filter .5s ease;
}
.commercial-final-card:hover .commercial-final-image img{
  transform:scale(1.035);
  filter:saturate(1.08) contrast(1.05) brightness(1.04);
}
.commercial-final-copy{
  position:static!important;
  padding:21px 21px 23px;
  min-height:168px;
  z-index:2;
}
.commercial-final-copy span{
  display:block;
  font-size:9px;
  font-weight:800;
  letter-spacing:.18em;
  color:var(--sky2);
  margin-bottom:7px;
}
.commercial-final-copy h3{
  font-size:20px;
  line-height:1.2;
  margin:0 0 9px;
}
.commercial-final-copy p{
  margin:0;
  color:#9db1c1;
  font-size:11px;
  line-height:1.7;
}
@media(max-width:900px){
  .commercial-project-final-gallery{grid-template-columns:repeat(2,minmax(0,1fr));}
  .commercial-final-image{height:240px;flex-basis:240px}
}
@media(max-width:560px){
  .commercial-project-final-gallery{grid-template-columns:1fr;}
  .commercial-final-image{height:260px;flex-basis:260px}
}


/* Commercial Solar — project-by-project professional layout */
.commercial-showcase-list{
  display:grid;
  gap:28px;
  margin-top:42px;
}
.commercial-showcase-item{
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);
  min-height:360px;
  overflow:hidden;
  border:1px solid rgba(174,224,255,.14);
  border-radius:26px;
  background:linear-gradient(145deg,rgba(12,35,53,.94),rgba(5,16,27,.98));
  box-shadow:0 20px 55px rgba(0,0,0,.24),0 0 0 1px rgba(255,255,255,.025) inset;
  transition:transform .35s ease,border-color .35s ease,box-shadow .35s ease;
}
.commercial-showcase-item.image-right .commercial-showcase-image{order:2}
.commercial-showcase-item.image-right .commercial-showcase-copy{order:1}
.commercial-showcase-item:hover{
  transform:translateY(-3px);
  border-color:rgba(150,220,255,.3);
  box-shadow:0 28px 70px rgba(0,0,0,.32),0 0 0 1px rgba(255,255,255,.035) inset;
}
.commercial-showcase-image{
  min-height:360px;
  overflow:hidden;
  background:#0b1822;
}
.commercial-showcase-image img{
  width:100%;height:100%;object-fit:cover;object-position:center;display:block;
  filter:saturate(1.04) contrast(1.04) brightness(1.03);
  transition:transform .8s cubic-bezier(.2,.75,.2,1),filter .5s ease;
}
.commercial-showcase-item:hover .commercial-showcase-image img{
  transform:scale(1.035);
  filter:saturate(1.08) contrast(1.05) brightness(1.04);
}
.commercial-showcase-copy{
  padding:42px 44px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  min-width:0;
}
.commercial-showcase-copy>span{
  color:var(--sky2);font-size:10px;line-height:1.55;letter-spacing:.18em;font-weight:800;margin-bottom:10px;
}
.commercial-showcase-copy h3{
  margin:0 0 15px;font-size:clamp(25px,2.6vw,38px);line-height:1.08;letter-spacing:-.025em;
}
.commercial-showcase-copy p{
  margin:0;color:#9db1c1;font-size:13px;line-height:1.9;max-width:570px;
}
.commercial-showcase-meta{
  display:flex;align-items:center;gap:14px;margin-top:26px;padding-top:17px;border-top:1px solid rgba(174,224,255,.12);
}
.commercial-showcase-meta strong{color:#dff5ff;font-size:9px;letter-spacing:.15em}
.commercial-showcase-meta small{color:#718899;font-size:10px}
@media(max-width:900px){
  .commercial-showcase-item{grid-template-columns:1fr;min-height:0}
  .commercial-showcase-item.image-right .commercial-showcase-image{order:1}
  .commercial-showcase-item.image-right .commercial-showcase-copy{order:2}
  .commercial-showcase-image{min-height:320px;height:320px}
  .commercial-showcase-copy{padding:32px}
}
@media(max-width:560px){
  .commercial-showcase-list{gap:20px;margin-top:30px}
  .commercial-showcase-item{border-radius:20px}
  .commercial-showcase-image{height:250px;min-height:250px}
  .commercial-showcase-copy{padding:26px 24px 28px}
  .commercial-showcase-copy h3{font-size:25px}
  .commercial-showcase-copy p{font-size:12px;line-height:1.8}
}

/* =========================================================
   INVERTER PRODUCT ROWS — EQUAL IMAGE + TEXT PRESENTATION
   ========================================================= */
.inverter-product-list{display:grid;gap:24px}
.inverter-product-row{
  position:relative;
  display:grid;
  grid-template-columns:1fr 1fr;
  min-height:420px;
  overflow:hidden;
  border:1px solid rgba(174,224,255,.16);
  border-radius:30px;
  background:linear-gradient(145deg,rgba(12,35,53,.9),rgba(5,16,27,.97));
  box-shadow:0 25px 75px rgba(0,0,0,.28);
  transform-style:preserve-3d;
  transition:transform .45s cubic-bezier(.2,.8,.2,1),box-shadow .45s ease,border-color .35s ease;
}
.inverter-product-row:hover{border-color:rgba(150,220,255,.34);box-shadow:0 38px 95px rgba(0,0,0,.42),0 0 35px rgba(91,194,255,.08)}
.inverter-product-row.reverse .inverter-product-media{order:2}
.inverter-product-row.reverse .inverter-product-copy{order:1}
.inverter-product-media{position:relative;min-height:420px;background:#e8edf0;overflow:hidden;display:grid;place-items:center}
.inverter-product-media::after{content:"";position:absolute;inset:0;background:linear-gradient(120deg,rgba(255,255,255,.10),transparent 32%,rgba(5,16,27,.12));pointer-events:none;z-index:2}
.inverter-product-media img{width:100%;height:100%;object-fit:contain;padding:18px;display:block;transition:transform .9s cubic-bezier(.2,.75,.2,1),filter .5s ease}
.inverter-product-row:hover .inverter-product-media img{transform:scale(1.045);filter:saturate(1.04) contrast(1.02)}
.inverter-product-badge{position:absolute;z-index:4;left:20px;bottom:20px;display:flex;align-items:center;gap:8px;padding:10px 13px;border-radius:13px;background:rgba(4,14,24,.80);border:1px solid rgba(255,255,255,.18);backdrop-filter:blur(12px);color:#e9f8ff;font-size:10px;font-weight:800;letter-spacing:.08em;box-shadow:0 16px 35px rgba(0,0,0,.25)}
.inverter-product-badge i{color:#73caff}
.inverter-product-copy{padding:42px 44px;display:flex;flex-direction:column;justify-content:center;min-width:0}
.inverter-product-top{display:flex;align-items:center;gap:12px;margin-bottom:13px}
.inverter-product-top span{width:35px;height:35px;display:grid;place-items:center;border-radius:11px;background:rgba(109,199,255,.10);border:1px solid rgba(174,224,255,.14);color:#cfeeff;font-size:10px;font-weight:800}
.inverter-product-top b{font-size:9px;letter-spacing:.17em;color:#80cdfa}
.inverter-product-copy h3{font:800 clamp(26px,3vw,38px)/1.05 Manrope,sans-serif;letter-spacing:-.035em;margin:0 0 15px}
.inverter-product-copy p{color:#9aafbe;font-size:12px;line-height:1.85;max-width:600px;margin:0 0 20px}
.inverter-specs{display:grid;gap:9px;margin:0 0 25px}
.inverter-specs span{display:flex;align-items:flex-start;gap:9px;color:#d6e4ec;font-size:11px;line-height:1.5}
.inverter-specs i{color:#74cdfa;margin-top:3px}
.inverter-stock-btn{align-self:flex-start;margin-top:2px}
@media(max-width:900px){
  .inverter-product-row,.inverter-product-row.reverse{grid-template-columns:1fr}
  .inverter-product-row.reverse .inverter-product-media,.inverter-product-row.reverse .inverter-product-copy{order:initial}
  .inverter-product-media{min-height:360px;height:360px}
  .inverter-product-copy{padding:34px 30px}
}
@media(max-width:600px){
  .inverter-product-row{border-radius:24px}
  .inverter-product-media{height:290px;min-height:290px}
  .inverter-product-copy{padding:28px 23px 30px}
  .inverter-product-copy h3{font-size:27px}
}


/* =========================================================
   SOLAR PANEL DATASHEETS — PROFESSIONAL PRODUCT PRESENTATION
   ========================================================= */
.panel-datasheet-list{
  display:grid;
  gap:28px;
  margin-top:42px;
}
.panel-datasheet-row{
  position:relative;
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr);
  min-height:470px;
  overflow:hidden;
  border:1px solid rgba(174,224,255,.16);
  border-radius:30px;
  background:linear-gradient(145deg,rgba(12,35,53,.92),rgba(5,16,27,.98));
  box-shadow:0 25px 75px rgba(0,0,0,.28),0 0 0 1px rgba(255,255,255,.025) inset;
  transform-style:preserve-3d;
  transition:transform .45s cubic-bezier(.2,.8,.2,1),box-shadow .45s ease,border-color .35s ease;
}
.panel-datasheet-row:hover{
  border-color:rgba(150,220,255,.34);
  box-shadow:0 38px 95px rgba(0,0,0,.42),0 0 35px rgba(91,194,255,.08);
}
.panel-datasheet-row-reverse .panel-datasheet-media{order:2}
.panel-datasheet-row-reverse .panel-datasheet-copy{order:1}
.panel-datasheet-media{
  position:relative;
  min-height:470px;
  background:#e8edf0;
  overflow:hidden;
  display:grid;
  place-items:center;
}
.panel-datasheet-media::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(120deg,rgba(255,255,255,.13),transparent 35%,rgba(5,16,27,.10));
  pointer-events:none;
  z-index:2;
}
.panel-datasheet-media img{
  width:100%;
  height:100%;
  object-fit:contain;
  padding:18px;
  display:block;
  transition:transform .9s cubic-bezier(.2,.75,.2,1),filter .5s ease;
}
.panel-datasheet-row:hover .panel-datasheet-media img{
  transform:scale(1.045);
  filter:saturate(1.04) contrast(1.02);
}
.panel-datasheet-badge{
  position:absolute;
  z-index:4;
  left:20px;
  bottom:20px;
  display:flex;
  align-items:center;
  gap:8px;
  padding:10px 13px;
  border-radius:13px;
  background:rgba(4,14,24,.80);
  border:1px solid rgba(255,255,255,.18);
  backdrop-filter:blur(12px);
  color:#e9f8ff;
  font-size:10px;
  font-weight:800;
  letter-spacing:.08em;
  box-shadow:0 16px 35px rgba(0,0,0,.25);
}
.panel-datasheet-badge i{color:#73caff}
.panel-datasheet-copy{
  padding:40px 42px 38px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  min-width:0;
}
.panel-datasheet-top{
  display:flex;
  flex-direction:column;
  gap:5px;
  margin-bottom:12px;
}
.panel-datasheet-top span{
  color:#80cdfa;
  font-size:10px;
  line-height:1.5;
  letter-spacing:.18em;
  font-weight:800;
}
.panel-datasheet-top b{
  color:#7f94a4;
  font-size:9px;
  line-height:1.6;
  letter-spacing:.08em;
  font-weight:700;
}
.panel-datasheet-copy h3{
  font:800 clamp(27px,3vw,40px)/1.05 Manrope,sans-serif;
  letter-spacing:-.035em;
  margin:0 0 13px;
}
.panel-intro{
  color:#9aafbe;
  font-size:12px;
  line-height:1.8;
  margin:0 0 22px;
  max-width:620px;
}
.panel-spec-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
  margin-bottom:20px;
}
.panel-spec-grid>div{
  padding:12px 13px;
  border:1px solid rgba(174,224,255,.10);
  border-radius:13px;
  background:rgba(255,255,255,.025);
}
.panel-spec-grid small{
  display:block;
  color:#718899;
  font-size:8px;
  line-height:1.5;
  letter-spacing:.13em;
  text-transform:uppercase;
  font-weight:800;
  margin-bottom:5px;
}
.panel-spec-grid strong{
  display:block;
  color:#dcecf5;
  font-size:10px;
  line-height:1.55;
  font-weight:700;
}
.panel-highlight{
  display:flex;
  align-items:flex-start;
  gap:10px;
  padding:12px 14px;
  margin-bottom:20px;
  border-radius:14px;
  background:rgba(109,199,255,.055);
  border:1px solid rgba(109,199,255,.10);
  color:#a9bdca;
  font-size:10px;
  line-height:1.7;
}
.panel-highlight i{
  color:#73caff;
  margin-top:3px;
}
.panel-highlight b{color:#e3f5ff}
@media(max-width:900px){
  .panel-datasheet-row,.panel-datasheet-row-reverse{grid-template-columns:1fr}
  .panel-datasheet-row-reverse .panel-datasheet-media,
  .panel-datasheet-row-reverse .panel-datasheet-copy{order:initial}
  .panel-datasheet-media{min-height:380px;height:380px}
  .panel-datasheet-copy{padding:34px 30px}
}
@media(max-width:600px){
  .panel-datasheet-list{gap:20px;margin-top:30px}
  .panel-datasheet-row{border-radius:24px}
  .panel-datasheet-media{height:280px;min-height:280px}
  .panel-datasheet-copy{padding:28px 23px 30px}
  .panel-datasheet-copy h3{font-size:28px}
  .panel-spec-grid{grid-template-columns:1fr}
}


/* =========================================================
   ONLINE INQUIRY OFFER + SCOOTER PARTS CATEGORY
   ========================================================= */
.special-offer{position:relative;z-index:12;background:linear-gradient(90deg,rgba(8,31,47,.98),rgba(10,48,66,.98));border-bottom:1px solid rgba(105,202,255,.18);box-shadow:0 8px 30px rgba(0,0,0,.18)}
.special-offer-inner{min-height:78px;display:flex;align-items:center;gap:16px;padding:12px 0}
.special-offer-icon{width:42px;height:42px;flex:0 0 42px;border-radius:50%;display:grid;place-items:center;background:rgba(105,202,255,.13);border:1px solid rgba(105,202,255,.28);color:var(--sky)}
.special-offer-copy{display:flex;flex-direction:column;gap:3px;min-width:0}
.special-offer-copy span{font-size:8px;font-weight:800;letter-spacing:.18em;color:var(--sky);text-transform:uppercase}
.special-offer-copy strong{font-size:13px;line-height:1.35;color:#f7fbff}
.special-offer-copy small{font-size:9px;color:#91a9ba}
.special-offer-btn{margin-left:auto;white-space:nowrap;border:1px solid rgba(105,202,255,.28);border-radius:999px;padding:10px 15px;color:#eaf8ff;font-size:10px;font-weight:800;letter-spacing:.04em;background:rgba(105,202,255,.08)}
.special-offer-btn:hover{background:rgba(105,202,255,.16);transform:translateY(-1px)}
.scooter-mini{padding-top:45px;padding-bottom:45px}
.scooter-mini-inner{display:flex;align-items:center;justify-content:space-between;gap:25px;padding:25px 30px;border:1px solid var(--line);border-radius:24px;background:linear-gradient(110deg,rgba(12,34,50,.78),rgba(7,21,33,.64));box-shadow:0 18px 45px rgba(0,0,0,.16)}
.scooter-mini h2{font-size:clamp(26px,3.5vw,40px);margin:7px 0 8px}.scooter-mini p{margin:0;color:#8fa7b8;max-width:650px;font-size:12px}.scooter-mini .btn{flex:0 0 auto}
.scooter-page .parts-hero{min-height:430px;padding:150px 0 70px}
.parts-intro{max-width:760px;color:#9db1c1}.parts-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.part-card{position:relative;padding:22px 18px;border:1px solid var(--line);border-radius:20px;background:linear-gradient(145deg,rgba(13,36,52,.82),rgba(7,20,31,.82));min-height:145px;transition:.3s}.part-card:hover{transform:translateY(-4px);border-color:rgba(105,202,255,.34);box-shadow:0 18px 35px rgba(0,0,0,.18)}.part-card i{font-size:22px;color:var(--sky);margin-bottom:16px}.part-card h3{font-size:16px;margin-bottom:7px}.part-card p{font-size:10px;line-height:1.55;color:#8fa7b8;margin:0}.parts-note{margin-top:22px;padding:14px 16px;border:1px dashed rgba(105,202,255,.22);border-radius:14px;color:#8fa7b8;font-size:10px}
@media(max-width:760px){.special-offer-inner{align-items:flex-start;flex-wrap:wrap;padding:12px 0}.special-offer-copy{flex:1}.special-offer-btn{margin-left:58px}.scooter-mini-inner{align-items:flex-start;flex-direction:column;padding:22px}.parts-grid{grid-template-columns:1fr 1fr}.scooter-page .parts-hero{padding:125px 0 65px}}
@media(max-width:480px){.parts-grid{grid-template-columns:1fr}.special-offer-btn{margin-left:0}}


/* Battery category selection state */
.category-selected{display:inline-flex;align-items:center;gap:8px;margin:12px 0 14px;padding:8px 13px;border:1px solid rgba(93,211,255,.28);border-radius:999px;background:rgba(20,145,190,.10);color:#69d9ff;font-size:11px;font-weight:800;letter-spacing:.12em;box-shadow:0 0 24px rgba(54,190,240,.08)}
.category-selected i{font-size:10px}

/* Product explanation + data-sheet actions */
.datasheet-note{display:flex;align-items:flex-start;gap:14px;margin:0 0 28px;padding:17px 19px;border:1px solid rgba(116,205,250,.16);border-radius:18px;background:linear-gradient(135deg,rgba(15,43,62,.78),rgba(7,22,34,.82));box-shadow:0 18px 50px rgba(0,0,0,.14)}
.datasheet-note>i{font-size:20px;color:#74cdfa;margin-top:2px}
.datasheet-note b{display:block;color:#eaf8ff;font-size:12px;letter-spacing:.08em;text-transform:uppercase;margin-bottom:5px}
.datasheet-note span{display:block;color:#9aafbe;font-size:11px;line-height:1.7}
.datasheet-note strong{color:#dff6ff}
.data-sheet-actions{display:flex;flex-wrap:wrap;align-items:center;gap:10px;margin-top:2px}
.data-sheet-actions .inverter-stock-btn{margin-top:0}
.data-sheet-btn{display:inline-flex;align-items:center;gap:8px}
@media(max-width:600px){.data-sheet-actions{flex-direction:column;align-items:stretch}.data-sheet-actions .btn{width:100%;justify-content:center}}

/* EV BIKE BATTERY INDEX + PRODUCT CARDS */
.scooter-page .parts-hero{min-height:650px;padding:150px 0 85px;overflow:hidden}
.parts-hero-inner{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(360px,.75fr);gap:54px;align-items:center;position:relative;z-index:2}
.parts-hero-copy{max-width:760px}
.parts-hero-visual{position:relative;min-height:430px;display:flex;align-items:center;justify-content:center;perspective:1200px}
.parts-hero-glow{position:absolute;width:80%;height:75%;border-radius:50%;background:radial-gradient(circle,rgba(91,205,255,.25),transparent 68%);filter:blur(18px);animation:evGlow 4.5s ease-in-out infinite}
.parts-hero-image{position:relative;width:100%;height:430px;border:1px solid rgba(154,218,255,.24);border-radius:34px;background:linear-gradient(145deg,rgba(218,222,226,.98),rgba(145,154,163,.92));box-shadow:0 35px 90px rgba(0,0,0,.38),inset 0 0 50px rgba(255,255,255,.14);overflow:hidden;transform-style:preserve-3d}
.parts-hero-image:after{content:"";position:absolute;inset:0;background:linear-gradient(115deg,transparent 28%,rgba(255,255,255,.22) 48%,transparent 67%);background-size:220% 100%;animation:evSweep 5.5s ease-in-out infinite;pointer-events:none}
.parts-hero-image img{width:100%;height:100%;object-fit:contain;padding:18px;filter:drop-shadow(0 24px 25px rgba(0,0,0,.28));animation:evFloat 5.8s ease-in-out infinite;position:relative;z-index:2}
.parts-hero-image>span{position:absolute;left:18px;bottom:18px;z-index:4;display:inline-flex;align-items:center;gap:8px;padding:10px 14px;border-radius:999px;background:rgba(5,20,32,.82);border:1px solid rgba(154,218,255,.28);font-size:10px;font-weight:800;letter-spacing:.08em;color:#dff6ff;backdrop-filter:blur(10px)}
.ev-bike-product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;margin-top:35px}
.ev-bike-product-card{display:block;text-decoration:none;color:inherit;border:1px solid rgba(154,218,255,.16);border-radius:26px;background:linear-gradient(145deg,rgba(13,39,59,.95),rgba(4,16,27,.98));overflow:hidden;box-shadow:0 25px 70px rgba(0,0,0,.26);transition:transform .45s ease,border-color .45s ease,box-shadow .45s ease;position:relative}
.ev-bike-product-card:hover{transform:translateY(-10px);border-color:rgba(126,211,255,.4);box-shadow:0 35px 95px rgba(0,0,0,.42),0 0 35px rgba(64,184,255,.1)}
.ev-bike-product-image{height:300px;background:linear-gradient(145deg,#d9dde1,#aeb5bc);position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center}
.ev-bike-product-image img{width:100%;height:100%;object-fit:contain;padding:14px;filter:saturate(1.03) contrast(1.03) drop-shadow(0 18px 24px rgba(0,0,0,.22));transition:transform .7s ease}
.ev-bike-product-card:hover .ev-bike-product-image img{transform:scale(1.06) translateY(-4px)}
.ev-bike-product-image>span{position:absolute;left:14px;top:14px;padding:8px 10px;border-radius:999px;background:rgba(5,20,32,.82);border:1px solid rgba(154,218,255,.25);color:#e4f7ff;font-size:9px;font-weight:800;letter-spacing:.07em;backdrop-filter:blur(8px)}
.ev-bike-product-copy{padding:22px 22px 24px}.ev-bike-product-copy small{font-size:9px;letter-spacing:.13em;color:#68cfff;font-weight:800}.ev-bike-product-copy h3{font-size:20px;margin:8px 0 10px}.ev-bike-product-copy p{font-size:12px;line-height:1.65;color:#91a8b8;min-height:78px;margin:0 0 17px}.ev-bike-product-copy>b{display:inline-flex;align-items:center;gap:9px;color:#dff6ff;font-size:11px;letter-spacing:.04em}.ev-bike-product-copy>b i{transition:transform .3s ease}.ev-bike-product-card:hover .ev-bike-product-copy>b i{transform:translateX(5px)}
@keyframes evFloat{0%,100%{transform:translate3d(0,0,0)}50%{transform:translate3d(0,-9px,0)}}
@keyframes evGlow{0%,100%{transform:scale(.96);opacity:.7}50%{transform:scale(1.04);opacity:1}}
@keyframes evSweep{0%{background-position:140% 0}55%,100%{background-position:-40% 0}}
@media(max-width:980px){.parts-hero-inner{grid-template-columns:1fr}.parts-hero-copy{max-width:850px}.parts-hero-visual{min-height:360px}.parts-hero-image{height:360px}.ev-bike-product-grid{grid-template-columns:1fr 1fr}}
@media(max-width:760px){.scooter-page .parts-hero{min-height:auto;padding:125px 0 65px}.parts-hero-inner{gap:28px}.parts-hero-image{height:320px}.ev-bike-product-grid{grid-template-columns:1fr}.ev-bike-product-image{height:280px}}
@media(max-width:480px){.parts-hero-image{height:280px}.parts-hero-image>span{left:10px;bottom:10px}.ev-bike-product-image{height:250px}}

/* EV BIKE DEDICATED PRODUCT PAGES */
.ev-detail-hero{padding-top:150px;padding-bottom:80px;min-height:680px;display:flex;align-items:center;position:relative;overflow:hidden}
.ev-detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:58px;align-items:center}
.ev-detail-copy h1{font-size:clamp(42px,5vw,74px);line-height:1.02;margin:14px 0 22px;letter-spacing:-.045em}
.ev-detail-copy>p{max-width:690px;color:#9db1c1;font-size:15px;line-height:1.8}
.ev-detail-media{display:flex;justify-content:center;perspective:1300px}
.ev-detail-image-frame{position:relative;width:min(100%,600px);height:520px;border:1px solid rgba(154,218,255,.22);border-radius:34px;background:linear-gradient(145deg,#d9dde1,#aeb5bc);overflow:hidden;box-shadow:0 35px 95px rgba(0,0,0,.38);transform-style:preserve-3d}
.ev-detail-image-frame img{width:100%;height:100%;object-fit:contain;padding:18px;filter:drop-shadow(0 26px 28px rgba(0,0,0,.26));animation:evFloat 5.8s ease-in-out infinite}
.ev-detail-image-frame>span{position:absolute;left:18px;bottom:18px;padding:10px 14px;border-radius:999px;background:rgba(5,20,32,.85);border:1px solid rgba(154,218,255,.3);color:#e4f7ff;font-size:10px;font-weight:800;letter-spacing:.08em;backdrop-filter:blur(10px)}
.ev-spec-layout{display:grid;grid-template-columns:1.25fr .75fr;gap:28px;align-items:stretch;margin-top:32px}
.ev-spec-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.ev-spec-grid>div{padding:22px;border:1px solid rgba(154,218,255,.14);border-radius:20px;background:linear-gradient(145deg,rgba(13,39,59,.88),rgba(4,16,27,.96));min-height:100px}.ev-spec-grid small{display:block;color:#78d3ff;font-size:9px;letter-spacing:.1em;text-transform:uppercase;font-weight:800;margin-bottom:8px}.ev-spec-grid strong{font-size:15px;line-height:1.4}
.ev-order-card{padding:32px;border-radius:26px;border:1px solid rgba(154,218,255,.18);background:linear-gradient(145deg,rgba(14,42,62,.95),rgba(5,18,29,.98));box-shadow:0 25px 65px rgba(0,0,0,.25)}.ev-order-card>i{font-size:28px;color:#72d5ff;margin-bottom:18px}.ev-order-card>span{display:block;font-size:9px;font-weight:800;letter-spacing:.14em;color:#78d3ff}.ev-order-card h3{font-size:24px;line-height:1.25;margin:10px 0 12px}.ev-order-card p{font-size:12px;line-height:1.7;color:#92a9b9;margin-bottom:22px}.ev-large-product-image{height:620px;border-radius:32px;overflow:hidden;border:1px solid rgba(154,218,255,.18);background:linear-gradient(145deg,#d9dde1,#aeb5bc);box-shadow:0 30px 80px rgba(0,0,0,.28)}.ev-large-product-image img{width:100%;height:100%;object-fit:contain;padding:22px;filter:drop-shadow(0 25px 28px rgba(0,0,0,.24))}
@media(max-width:900px){.ev-detail-grid,.ev-spec-layout{grid-template-columns:1fr}.ev-detail-image-frame{height:440px}.ev-spec-grid{grid-template-columns:1fr 1fr}.ev-large-product-image{height:500px}}
@media(max-width:600px){.ev-detail-hero{padding-top:125px}.ev-detail-copy h1{font-size:42px}.ev-detail-image-frame{height:330px;border-radius:24px}.ev-spec-grid{grid-template-columns:1fr}.ev-large-product-image{height:360px;border-radius:24px}}

/* EV Bikes featured home section */
.ev-home-feature{padding:82px 0;background:linear-gradient(180deg,rgba(7,20,33,.96),rgba(5,17,28,.98));overflow:hidden}
.ev-home-feature-inner{display:grid;grid-template-columns:minmax(0,1fr) minmax(430px,.85fr);gap:58px;align-items:center}
.ev-home-feature-copy{max-width:760px}.ev-home-feature-copy h2{font-size:clamp(34px,4vw,58px);line-height:1.04;margin:12px 0 18px}.ev-home-feature-copy p{max-width:690px;color:#91a8b8;font-size:14px;line-height:1.8}.ev-home-feature-copy .hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:26px}
.ev-home-feature-media{position:relative;min-height:470px;display:flex;align-items:center;justify-content:center;perspective:1200px}.ev-home-feature-glow{position:absolute;width:86%;height:76%;border-radius:50%;background:radial-gradient(circle,rgba(91,205,255,.25),transparent 68%);filter:blur(20px);animation:evGlow 4.5s ease-in-out infinite}.ev-home-feature-frame{position:relative;width:100%;height:470px;border:1px solid rgba(154,218,255,.25);border-radius:34px;background:linear-gradient(145deg,rgba(218,222,226,.98),rgba(145,154,163,.92));box-shadow:0 35px 90px rgba(0,0,0,.38),inset 0 0 50px rgba(255,255,255,.14);overflow:hidden;transform-style:preserve-3d}.ev-home-feature-frame:after{content:"";position:absolute;inset:0;background:linear-gradient(115deg,transparent 28%,rgba(255,255,255,.22) 48%,transparent 67%);background-size:220% 100%;animation:evSweep 5.5s ease-in-out infinite;pointer-events:none}.ev-home-feature-frame img{width:100%;height:100%;object-fit:contain;padding:14px;filter:drop-shadow(0 24px 25px rgba(0,0,0,.28));animation:evFloat 5.8s ease-in-out infinite;position:relative;z-index:2}.ev-home-feature-frame>span{position:absolute;left:18px;bottom:18px;z-index:4;display:inline-flex;align-items:center;gap:8px;padding:10px 14px;border-radius:999px;background:rgba(5,20,32,.84);border:1px solid rgba(154,218,255,.28);font-size:10px;font-weight:800;letter-spacing:.08em;color:#dff6ff;backdrop-filter:blur(10px)}
.ev-bms-page .parts-hero{min-height:610px}.ev-bms-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;margin-top:35px}.ev-bms-card{border:1px solid rgba(154,218,255,.16);border-radius:28px;background:linear-gradient(145deg,rgba(13,39,59,.95),rgba(4,16,27,.98));overflow:hidden;box-shadow:0 25px 70px rgba(0,0,0,.26)}.ev-bms-image{height:390px;background:linear-gradient(145deg,#d9dde1,#aeb5bc);display:flex;align-items:center;justify-content:center;overflow:hidden}.ev-bms-image img{width:100%;height:100%;object-fit:contain;padding:12px;filter:drop-shadow(0 18px 24px rgba(0,0,0,.22))}.ev-bms-copy{padding:25px}.ev-bms-copy h3{font-size:24px;margin:8px 0 10px}.ev-bms-copy p{font-size:13px;line-height:1.75;color:#91a8b8;margin:0 0 18px}.ev-bms-specs{display:grid;gap:9px;margin:0 0 22px;padding:0;list-style:none}.ev-bms-specs li{font-size:11px;line-height:1.5;color:#d9ecf5;padding:10px 12px;border:1px solid rgba(154,218,255,.1);border-radius:12px;background:rgba(255,255,255,.025)}.ev-bms-specs b{color:#68cfff}.ev-bms-actions{display:flex;gap:10px;flex-wrap:wrap}.ev-bms-note{margin-top:24px;padding:16px 18px;border-radius:16px;border:1px solid rgba(154,218,255,.12);background:rgba(255,255,255,.025);color:#9db0bd;font-size:11px;line-height:1.7}
@media(max-width:980px){.ev-home-feature-inner{grid-template-columns:1fr}.ev-home-feature-copy{max-width:900px}.ev-home-feature-media{min-height:390px}.ev-home-feature-frame{height:390px}.ev-bms-grid{grid-template-columns:1fr}}
@media(max-width:760px){.ev-home-feature{padding:64px 0}.ev-home-feature-media{min-height:320px}.ev-home-feature-frame{height:320px;border-radius:26px}.ev-home-feature-frame>span{left:10px;bottom:10px}.ev-bms-image{height:300px}.ev-bms-copy{padding:20px}}

/* EV Bikes hero: fit the complete supplied outer image cleanly inside its frame */
.scooter-page .parts-hero-image.ev-scooter-hero{
  height:auto;
  aspect-ratio:16 / 9;
  min-height:0;
  display:flex;
  align-items:center;
  justify-content:center;
}
.scooter-page .parts-hero-image.ev-scooter-hero img{
  width:100%;
  height:100%;
  object-fit:contain;
  object-position:center;
  padding:0;
  display:block;
}
@media(max-width:980px){
  .scooter-page .parts-hero-image.ev-scooter-hero{height:auto;aspect-ratio:16 / 9;}
}
@media(max-width:760px){
  .scooter-page .parts-hero-image.ev-scooter-hero{height:auto;aspect-ratio:16 / 9;}
}
@media(max-width:480px){
  .scooter-page .parts-hero-image.ev-scooter-hero{height:auto;aspect-ratio:16 / 9;}
}

/* =========================================================
   FINAL POLISH + PERFORMANCE-SAFE MOTION LAYER
   ========================================================= */
.scroll-progress{
  position:fixed;
  top:0;
  left:0;
  width:0;
  height:3px;
  z-index:3000;
  pointer-events:none;
  background:linear-gradient(90deg,#147eb5,#69d9ff,#e6d36b);
  box-shadow:0 0 14px rgba(105,202,255,.45);
  transform-origin:left center;
}
.cursor-glow{
  position:fixed;
  width:180px;
  height:180px;
  left:0;
  top:0;
  z-index:1;
  pointer-events:none;
  border-radius:50%;
  background:radial-gradient(circle,rgba(105,202,255,.10),rgba(105,202,255,.035) 35%,transparent 70%);
  transform:translate3d(-50%,-50%,0);
  opacity:0;
  transition:opacity .25s ease;
  mix-blend-mode:screen;
}
body.cursor-active .cursor-glow{opacity:1}
.magnetic-btn{will-change:transform;transition:transform .18s cubic-bezier(.2,.8,.2,1),box-shadow .3s ease}
.btn-primary,.nav-cta{isolation:isolate}
.btn-primary:focus-visible,.nav-cta:focus-visible{transform:translateY(-2px)}

/* Subtle environmental light makes large image frames feel less static. */
.hero-image-card,.product-image-shell,.parts-hero-image,.ev-home-feature-frame,.ev-bms-image,.ev-bike-product-image,.cascade-product-image{
  isolation:isolate;
}
.hero-image-card::after,.product-image-shell::after,.parts-hero-image::after,.ev-home-feature-frame::after,.ev-bms-image::after,.ev-bike-product-image::after,.cascade-product-image::after{
  mix-blend-mode:screen;
}

/* Prevent animation-induced layout shifts. */
img{max-width:100%;}

@media(max-width:700px),(hover:none){
  .cursor-glow{display:none!important}
  .magnetic-btn{transform:none!important}
}
@media(prefers-reduced-motion:reduce){
  .scroll-progress{transition:none}
  .cursor-glow{display:none!important}
  .magnetic-btn{transform:none!important}
}
.form-honeypot{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;opacity:0!important;pointer-events:none!important;overflow:hidden!important}

/* ===== 4K-READY VISUAL POLISH + PREMIUM TEXT MOTION ===== */
html{scroll-behavior:smooth;text-rendering:optimizeLegibility}
body{
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  overflow-x:hidden;
}
img{
  image-rendering:auto;
  -webkit-backface-visibility:hidden;
  backface-visibility:hidden;
  transform:translateZ(0);
  will-change:transform,filter;
}
.reveal-text{
  opacity:0;
  transform:translate3d(0,28px,0);
  filter:blur(7px);
  transition:
    opacity .85s cubic-bezier(.16,1,.3,1),
    transform .85s cubic-bezier(.16,1,.3,1),
    filter .85s cubic-bezier(.16,1,.3,1);
  transition-delay:var(--text-delay,0ms);
}
.reveal-text.is-visible{
  opacity:1;
  transform:none;
  filter:none;
}
.reveal-text[data-motion="scale"]{
  transform:translate3d(0,22px,0) scale(.97);
}
.reveal-text[data-motion="scale"].is-visible{transform:none}
.text-shimmer{
  background:linear-gradient(110deg,currentColor 0%,currentColor 38%,rgba(255,255,255,.95) 50%,currentColor 62%,currentColor 100%);
  background-size:220% 100%;
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
  animation:textShimmer 5.5s ease-in-out infinite;
}
@keyframes textShimmer{
  0%,58%{background-position:220% 0}
  82%,100%{background-position:-20% 0}
}
.premium-underline{
  position:relative;
  display:inline-block;
}
.premium-underline::after{
  content:"";
  position:absolute;
  left:0;
  bottom:-8px;
  width:100%;
  height:2px;
  border-radius:99px;
  background:linear-gradient(90deg,transparent,var(--sky,#63c9ff),transparent);
  transform:scaleX(0);
  transform-origin:center;
  transition:transform .9s cubic-bezier(.16,1,.3,1);
}
.is-visible .premium-underline::after,
.premium-underline.is-visible::after{transform:scaleX(1)}
.image-depth{
  overflow:hidden;
  transform:translateZ(0);
  isolation:isolate;
}
.image-depth::after{
  content:"";
  position:absolute;
  inset:-30%;
  pointer-events:none;
  background:linear-gradient(110deg,transparent 40%,rgba(255,255,255,.14) 49%,rgba(255,255,255,.03) 53%,transparent 61%);
  transform:translateX(-75%) rotate(4deg);
  animation:photoSweep 7s ease-in-out infinite;
  mix-blend-mode:screen;
}
@keyframes photoSweep{
  0%,55%{transform:translateX(-75%) rotate(4deg)}
  82%,100%{transform:translateX(75%) rotate(4deg)}
}
.hero-content h1 span,.section-heading h2 span{
  text-shadow:0 0 34px rgba(99,201,255,.14);
}
.btn,.nav-cta,.text-link,.service-card a,.project-card{
  will-change:transform,box-shadow;
}
.btn:hover,.nav-cta:hover{
  transform:translateY(-3px) scale(1.015);
}
.service-card,.why-card,.project-card,.contact-card,.form-wrapper{
  transform-style:preserve-3d;
  backface-visibility:hidden;
}
.premium-glow{
  position:relative;
}
.premium-glow::before{
  content:"";
  position:absolute;
  inset:-1px;
  border-radius:inherit;
  padding:1px;
  background:linear-gradient(120deg,transparent 20%,rgba(99,201,255,.45),transparent 55%);
  -webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);
  -webkit-mask-composite:xor;
  mask-composite:exclude;
  opacity:.0;
  transition:opacity .5s ease;
  pointer-events:none;
}
.premium-glow:hover::before{opacity:1}
@media (prefers-reduced-motion:reduce){
  *,*::before,*::after{
    animation-duration:.001ms!important;
    animation-iteration-count:1!important;
    transition-duration:.001ms!important;
    scroll-behavior:auto!important;
  }
  .reveal-text{opacity:1!important;transform:none!important;filter:none!important}
}


/* FINAL VISUAL POLISH: Solar panel product uses the same premium dark equipment frame as inverter/battery. */
.stock-card .equipment-product-image:has(img[src*="solar-panel-product-cutout"]){
  background:radial-gradient(circle at 50% 35%,rgba(38,104,145,.24),rgba(6,20,32,.96) 72%);
}
.stock-card .equipment-product-image img[src*="solar-panel-product-cutout"]{
  mix-blend-mode:normal;
  padding:0 18px!important;
  filter:drop-shadow(0 24px 28px rgba(0,0,0,.48));
}

/* EV Bikes home visual: match the source artwork's 16:9 ratio so it sits naturally inside the frame. */
.ev-home-feature-frame{
  aspect-ratio:16/9;
  height:auto;
  min-height:0;
}
.ev-home-feature-frame img{
  width:100%;height:100%;object-fit:cover;object-position:center;
  padding:0;
}
@media (max-width:700px){
  .ev-home-feature-frame{aspect-ratio:16/9;height:auto;border-radius:24px}
}
