.hero{height:100vh;min-height:450px;max-height:550px;position:relative;overflow:hidden}.hero-slide{transition:opacity 1s;position:absolute;inset:0}.hero-slide.active{opacity:1;z-index:1}.hero-slide.inactive{opacity:0;pointer-events:none;z-index:0}.hero-bg-image{position:absolute;inset:0}.hero-bg-img{object-fit:cover;object-position:center}.hero-overlay{background:linear-gradient(90deg,#010c2fd9 0%,#010c2fb3 50%,#010c2f66 100%);position:absolute;inset:0}.hero-slide-inner{z-index:2;align-items:center;height:100%;display:flex;position:relative}.hero-content{max-width:500px;padding-top:60px}.hero-subtitle{color:#a38b4d;letter-spacing:1px;margin-bottom:12px;font-size:12px;font-weight:500}@media (min-width:768px){.hero-subtitle{font-size:14px}}.hero-title{font-family:var(--font-playfair), Georgia, serif;color:#fff;margin-bottom:16px;font-size:28px;font-weight:700;line-height:1.2}@media (min-width:768px){.hero-title{font-size:36px}}@media (min-width:1024px){.hero-title{font-size:42px}}.hero-description{color:#fffc;max-width:400px;margin-bottom:20px;font-size:13px;line-height:1.6}@media (min-width:768px){.hero-description{font-size:14px}}.hero-buttons{flex-wrap:wrap;gap:16px;display:flex}.hero-call-btn{color:#fff;background-color:#a38b4d;border:2px solid #a38b4d;border-radius:4px;align-items:center;gap:10px;padding:12px 24px;font-size:14px;font-weight:600;transition:all .3s;display:inline-flex}.hero-call-btn:hover{background-color:#0d3631;border-color:#0d3631}.hero-call-btn svg{width:18px;height:18px}.hero-arrow{color:#fff;cursor:pointer;z-index:10;background:0 0;border:none;justify-content:center;align-items:center;width:40px;height:40px;transition:all .3s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.hero-arrow:hover{color:#a38b4d}.hero-arrow.prev{left:16px}.hero-arrow.next{right:16px}@media (min-width:768px){.hero-arrow.prev{left:30px}.hero-arrow.next{right:30px}}.hero-arrow svg{stroke-width:1.5px;width:30px;height:30px}@media (min-width:768px){.hero-arrow svg{width:36px;height:36px}}
