:root{--jd-green:#367C2B;--jd-yellow:#FFDE00;--accent-black:#111111;--background:#f5f5f5;--text-color:#222222}body{margin:0;font-family:'Inter',sans-serif;background-color:var(--accent-black);background:linear-gradient(135deg,var(--accent-black) 0%,var(--accent-black) 40%,transparent 40%),linear-gradient(45deg,var(--jd-green) 0%,var(--jd-green) 60%,var(--jd-yellow) 60%,var(--jd-yellow) 100%);background-size:cover;color:var(--text-color);overflow:hidden;height:100vh;display:flex;align-items:center;justify-content:center}.slideshow-container{position:relative;width:98vw;height:98vh;box-shadow:0 20px 50px rgba(0,0,0,0.5);background:#000;border-radius:8px;overflow:hidden}.slide{position:absolute;width:100%;height:100%;opacity:0;transition:opacity 0.8s ease-in-out;display:flex;overflow:hidden}.slide.active{opacity:1;z-index:2}.image-container{background-size:contain;background-position:center;background-repeat:no-repeat;position:relative;background-color:#000}.info-box{background:var(--accent-black);color:white;display:flex;flex-direction:column;padding:3rem;position:relative;z-index:10}.header-strip{position:absolute;top:0;left:0;width:100%;height:6px;background:var(--jd-green)}.info-box-logo{text-align:center;margin-bottom:1rem;padding-bottom:1rem;border-bottom:2px solid var(--jd-green)}.info-box-logo img{width:100%;max-height:80px;height:auto;display:block;object-fit:contain}.info-content{height:100%;display:flex;flex-direction:column}.info-box h2.equipment-title{font-size:4.5rem;margin:0 0 1.5rem 0;line-height:1.0;font-weight:900;color:white;text-transform:uppercase;letter-spacing:-1px;width:100%;word-wrap:break-word}.details-grid{display:flex;flex-direction:column;gap:2rem;width:100%;margin-top:auto}.detail-item{background:rgba(255,255,255,0.08);padding:1.5rem 2rem;border-radius:8px;border-left:10px solid var(--jd-green);display:flex;flex-direction:column;justify-content:center}.detail-item h3{margin:0 0 0.5rem 0;font-size:1.4rem;text-transform:uppercase;letter-spacing:2px;color:var(--jd-yellow);font-weight:700;opacity:0.9}.detail-item p{margin:0;font-size:3.5rem;font-weight:800;color:white;line-height:1.1}.slide.layout-1{flex-direction:row}.slide.layout-1 .image-container{flex:60;border-right:6px solid var(--jd-green)}.slide.layout-1 .info-box{flex:40;padding-left:4rem}.slide.layout-2{flex-direction:row-reverse}.slide.layout-2 .image-container{flex:60;border-left:6px solid var(--jd-green)}.slide.layout-2 .info-box{flex:40;padding-right:4rem}@media (max-width:1400px){.detail-item p{font-size:2.5rem}}