.hero-image{width:100%;height:250px;position:relative;overflow:hidden;border-radius:10px}.hero-img{object-fit:cover!important;transition:transform .4s ease}.hero-card:hover .hero-img{transform:scale(1.12)}.hero-card{border-radius:12px;transition:transform .3s ease,box-shadow .3s ease}.hero-card:hover{transform:translateY(-5px);box-shadow:0 10px 20px rgba(0,0,0,.15)}.hero-badge{color:#1e40af;font-size:.9rem;font-weight:600;background:#e8efff;padding:6px 16px;border-radius:20px;display:inline-block}.heritage-badge{background-color:rgba(218,165,32,.9);padding:10px 30px;border-radius:30px;color:#fff;font-weight:700}.fancy-line{width:140px;height:4px;margin:12px auto 0;border-radius:4px;background:linear-gradient(90deg,rgba(218,165,32,0),rgba(218,165,32,.9),rgba(218,165,32,0))}.hero-quote{color:rgba(218,165,32,.9);font-weight:600;font-size:1.1rem}@media(max-width:768px){.hero-image{height:200px}}@media(max-width:576px){.hero-image{height:180px}}