.hero-section{background-color:var(--bg-dark);flex-direction:column;margin-bottom:24px;display:flex}.hero-slider{height:calc(100vh - 193px);min-height:480px;max-height:720px;position:relative;overflow:hidden}.hero-slide{opacity:0;visibility:hidden;z-index:1;transition:opacity 1.2s,visibility 1.2s;position:absolute;inset:0}.hero-slide.active{opacity:1;visibility:visible;z-index:2}.hero-slide-bg{object-fit:cover;object-position:center 35%;width:100%;height:100%}.hero-slide-gradient{background: linear-gradient(90deg, var(--bg-dark) 0%, #121212f2 14%, #121212bf 32%, #1212124d 52%, transparent 70%),  linear-gradient(270deg, var(--bg-dark) 0%, #12121299 6%, transparent 22%),  linear-gradient(180deg, var(--bg-dark) 0%, #12121299 6%, #12121233 15%, transparent 28%),  linear-gradient(0deg, var(--bg-dark) 0%, #1212128c 8%, transparent 28%);pointer-events:none;z-index:2;position:absolute;inset:0}.hero-content-layer{z-index:10;pointer-events:none;align-items:center;display:flex;position:absolute;inset:0}.hero-text-block{pointer-events:auto;max-width:580px}.hero-tags{flex-wrap:wrap;gap:10px;margin-bottom:36px;animation:.5s both heroFadeIn;display:flex}.hero-tag{color:var(--accent-gold);text-transform:uppercase;letter-spacing:1px;background:#d4af371f;border:1px solid #d4af3759;border-radius:6px;align-items:center;gap:6px;padding:8px 16px;font-size:11px;font-weight:700;display:inline-flex}.hero-tag svg{opacity:.85}.hero-title{font-family:var(--font-outfit), sans-serif;color:#fff;letter-spacing:-.02em;margin-bottom:28px;font-size:clamp(44px,5.5vw,68px);font-weight:700;line-height:1.1;animation:.6s 50ms both heroFadeIn}.hero-title-accent{color:var(--accent-gold);font-weight:600}.hero-subtitle{color:#ffffffb3;max-width:440px;margin-bottom:44px;font-size:17px;line-height:1.7;animation:.6s .12s both heroFadeIn}@keyframes heroFadeIn{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}.hero-actions{animation:.6s .2s both heroFadeIn}.hero-cta{background:var(--accent-gold);color:#111;letter-spacing:.3px;text-transform:uppercase;border:none;border-radius:10px;justify-content:center;align-items:center;height:54px;padding:0 40px;font-size:14px;font-weight:700;transition:all .25s;display:inline-flex}.hero-cta:hover{background:#f0cc5f;transform:translateY(-2px);box-shadow:0 8px 28px #d4af3759}.hero-dots{z-index:20;align-items:center;gap:12px;display:flex;position:absolute;bottom:28px;left:50%;transform:translate(-50%)}.hero-dot{cursor:pointer;background:#ffffff4d;border:none;border-radius:4px;width:8px;height:8px;padding:0;transition:all .35s}.hero-dot.active{background:var(--accent-gold);width:32px}.hero-dot:hover:not(.active){background:#ffffffb3}.hero-arrow{z-index:20;color:#ffffff73;cursor:pointer;background:0 0;border:1px solid #ffffff26;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .25s;display:flex;position:absolute;bottom:22px}.hero-arrow:hover{color:#fff;border-color:#fff6}.hero-arrow-left{right:calc(50% + 70px)}.hero-arrow-right{left:calc(50% + 70px)}.hero-usp-strip{background:var(--bg-dark);border-top:none;padding:0}.hero-usp-inner{grid-template-columns:repeat(4,1fr);gap:0;min-height:80px;display:grid}.usp-chip{cursor:default;border-right:1px solid #ffffff0f;justify-content:center;align-items:center;gap:14px;padding:20px 24px;display:flex}.usp-chip:last-child{border-right:none}.usp-chip svg{color:var(--accent-gold);flex-shrink:0}.usp-chip-text{flex-direction:column;gap:2px;display:flex}.usp-chip-text strong{color:#fff;font-size:14px;font-weight:600;line-height:1.3}.usp-chip-text span{color:#ffffff80;font-size:12px;line-height:1.3}.usp-highlight{background:#d4af370f;border-right-color:#d4af3726}.usp-highlight strong{color:var(--accent-gold)}@media (min-height:900px){.hero-slider{max-height:860px}}@media (min-height:1080px){.hero-slider{max-height:960px}}@media (max-width:1024px){.hero-slider{height:calc(100vh - 180px)}.hero-slide-gradient{background:linear-gradient(90deg, var(--bg-dark) 0%, #121212b3 20%, transparent 55%), linear-gradient(270deg, var(--bg-dark) 0%, transparent 15%), linear-gradient(180deg, var(--bg-dark) 0%, transparent 15%), linear-gradient(0deg, var(--bg-dark) 0%, transparent 25%)}.hero-title{font-size:clamp(36px,5vw,52px)}.hero-usp-inner{grid-template-columns:repeat(2,1fr)}.usp-chip:nth-child(2){border-right:none}.usp-chip:nth-child(3),.usp-chip:nth-child(4){border-top:1px solid #ffffff0f}}@media (max-width:768px){.hero-slider{height:calc(100svh - 152px);min-height:380px;max-height:none}.hero-slide-gradient{background:linear-gradient(180deg, var(--bg-dark) 0%, transparent 15%, transparent 50%, #121212b3 75%, var(--bg-dark) 100%), linear-gradient(90deg, var(--bg-dark) 0%, transparent 25%), linear-gradient(270deg, var(--bg-dark) 0%, transparent 25%)}.hero-content-layer{align-items:flex-end;padding-bottom:24px}.hero-text-block{max-width:100%}.hero-tags{margin-bottom:16px}.hero-tag{padding:5px 10px;font-size:10px}.hero-title{margin-bottom:12px;font-size:32px}.hero-subtitle{color:#fff9;margin-bottom:20px;font-size:14px}.hero-actions{width:100%}.hero-cta{justify-content:center;width:100%}.hero-arrow{display:none}.hero-dots{bottom:16px}.hero-usp-inner{grid-template-columns:1fr;min-height:auto}.usp-chip{border-bottom:1px solid #ffffff0f;border-right:none;padding:14px 20px}.usp-chip:last-child{border-bottom:none}.usp-hide-mobile{display:none}.usp-chip:nth-child(3),.usp-chip:nth-child(4){border-top:none}}
