
.cg-hero-slider { position: relative; height: 80vh; overflow: hidden; }
.cg-slides { height: 100%; position: relative; }
.cg-slide { position: absolute; inset: 0; opacity: 0; transition: opacity .9s ease; }
.cg-slide.cg-active { opacity: 1; z-index: 2; }
.cg-slide img { width: 100%; height: 100%; object-fit: cover; filter: brightness(0.7); display:block; }
.cg-hero-content { position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); text-align:center; color:#fff; max-width:900px; padding:0 16px; }
.cg-eyebrow { font-size:13px; letter-spacing:2px; margin-bottom:10px; opacity:.9; }
.cg-hero-content h1 { font-size:clamp(28px,5vw,48px); font-weight:600; margin-bottom:12px; line-height:1.05; }
.cg-sub { font-size:16px; opacity:.95; margin-bottom:20px; }
.cg-buttons { display:flex; gap:12px; justify-content:center; flex-wrap:wrap; }
.cg-btn { padding:12px 22px; border-radius:8px; font-size:16px; text-decoration:none; display:inline-block; cursor:pointer; }
.cg-primary { background:#e56f3f; color:#fff; }
.cg-outline { border:1px solid rgba(255,255,255,0.36); color:#fff; background:transparent; }

.hero-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;}
.hero-content{position:relative;z-index:2;}
