.carousel-section{margin-bottom:4rem}.carousel-container{border:1px solid var(--border);background:linear-gradient(135deg,#111 0%,#1a1a1a 100%);border-radius:12px;width:100%;height:500px;position:relative;overflow:hidden}.carousel-item{grid-template-columns:1.2fr 1fr;gap:2rem;width:100%;height:100%;padding:3rem;display:grid;position:relative}.carousel-image{object-fit:cover;border-radius:8px;width:100%;height:100%}.carousel-content{flex-direction:column;justify-content:center;gap:1rem;display:flex}.carousel-badge{color:var(--accent);letter-spacing:1px;background:#00d9ff1a;border-radius:4px;width:fit-content;padding:.4rem 1rem;font-size:.85rem;font-weight:600;display:inline-block}.carousel-title{font-size:2.5rem;font-weight:700;line-height:1.2}.carousel-description{color:var(--text-dim);font-size:1.1rem;line-height:1.6}.carousel-cta{background:var(--accent);color:var(--bg);border-radius:4px;width:fit-content;padding:1rem 2rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-block}.carousel-cta:hover{background:var(--accent-hover);transform:translateY(-2px)}.carousel-indicators{z-index:10;gap:.75rem;display:flex;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}.indicator{cursor:pointer;background:#ffffff4d;border:none;border-radius:50%;width:12px;height:12px;transition:all .3s}.indicator.active{background:var(--accent);border-radius:6px;width:32px}.carousel-nav{color:#fff;cursor:pointer;z-index:10;background:#00000080;border:none;border-radius:50%;width:50px;height:50px;font-size:2rem;transition:all .2s;position:absolute;top:50%;transform:translateY(-50%)}.carousel-nav:hover{background:#00d9ffcc}.carousel-nav.prev{left:1rem}.carousel-nav.next{right:1rem}@media (max-width:768px){.carousel-container{height:auto}.carousel-item{grid-template-columns:1fr;padding:2rem}.carousel-image{height:250px}.carousel-title{font-size:1.8rem}.carousel-nav{width:40px;height:40px;font-size:1.5rem}}
