.blog-module__hhy-da__blogContainer{background-color:var(--color-bg-light);min-height:100vh}.blog-module__hhy-da__hero{background:#1a1a1a;justify-content:center;align-items:center;height:60vh;min-height:400px;display:flex;position:relative;overflow:hidden}.blog-module__hhy-da__heroBg{z-index:1;background-image:url(https://images.unsplash.com/photo-1499750310107-5fef28a66643?q=80&w=1470&auto=format&fit=crop);background-position:50%;background-size:cover;width:100%;height:120%;position:absolute;top:0;left:0}.blog-module__hhy-da__heroOverlay{z-index:2;background:linear-gradient(#000000b3,#0006);width:100%;height:100%;position:absolute;top:0;left:0}.blog-module__hhy-da__heroContent{z-index:3;text-align:center;color:#fff;max-width:800px;padding:0 20px;position:relative}.blog-module__hhy-da__heroSubtitle{letter-spacing:4px;text-transform:uppercase;color:var(--color-gold);margin-bottom:1.5rem;font-size:.9rem;font-weight:600;display:block}.blog-module__hhy-da__heroTitle{margin-bottom:1.5rem;font-size:clamp(2.5rem,5vw,4rem);font-weight:800;line-height:1.1}.blog-module__hhy-da__goldText{color:var(--color-gold);background:linear-gradient(45deg,var(--color-gold),#f1e5ac,var(--color-gold));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.blog-module__hhy-da__heroDesc{opacity:.9;max-width:600px;margin:0 auto;font-size:1.1rem;line-height:1.6}.blog-module__hhy-da__featuredSection{z-index:10;margin-top:-80px;padding-bottom:4rem;position:relative}.blog-module__hhy-da__featuredCard{background:#fff;border:1px solid #00000008;border-radius:24px;flex-direction:row;display:flex;overflow:hidden;box-shadow:0 20px 40px #00000014}@media (max-width:991px){.blog-module__hhy-da__featuredCard{flex-direction:column}}.blog-module__hhy-da__featuredImgWrapper{flex:1.2;min-height:350px;position:relative}.blog-module__hhy-da__featuredImg{object-fit:cover;width:100%;height:100%;position:absolute;top:0;left:0}.blog-module__hhy-da__featuredContent{flex-direction:column;flex:1;justify-content:center;padding:3rem;display:flex}.blog-module__hhy-da__categoryTag{color:var(--color-gold);text-transform:uppercase;background:#c89b3c1a;border-radius:50px;width:fit-content;margin-bottom:1rem;padding:4px 12px;font-size:.75rem;font-weight:700;display:inline-block}.blog-module__hhy-da__featuredTitle{color:var(--color-primary);margin-bottom:1rem;font-size:2rem;font-weight:700;line-height:1.3}.blog-module__hhy-da__featuredExcerpt{color:var(--color-text-secondary);margin-bottom:2rem;line-height:1.6}.blog-module__hhy-da__postMeta{color:#8c8c8c;align-items:center;gap:15px;font-size:.85rem;display:flex}.blog-module__hhy-da__metaItem{align-items:center;gap:5px;display:flex}.blog-module__hhy-da__blogLoopSection{padding:4rem 0}.blog-module__hhy-da__sectionHeader{justify-content:space-between;align-items:flex-end;margin-bottom:3rem;display:flex}.blog-module__hhy-da__sectionTitle{color:var(--color-primary);margin-bottom:.5rem;font-size:2rem;font-weight:800}.blog-module__hhy-da__sectionLine{background:var(--color-gold);border-radius:2px;width:60px;height:4px}.blog-module__hhy-da__blogCard{background:#fff;border:1px solid #00000005;border-radius:20px;flex-direction:column;height:100%;transition:all .4s cubic-bezier(.165,.84,.44,1);display:flex;overflow:hidden;box-shadow:0 10px 30px #0000000a}.blog-module__hhy-da__blogCard:hover{transform:translateY(-10px);box-shadow:0 20px 50px #5c40331f}.blog-module__hhy-da__cardImgWrapper{height:240px;position:relative;overflow:hidden}.blog-module__hhy-da__cardImg{object-fit:cover;width:100%;height:100%;transition:transform .6s}.blog-module__hhy-da__blogCard:hover .blog-module__hhy-da__cardImg{transform:scale(1.08)}.blog-module__hhy-da__cardContent{flex-direction:column;flex-grow:1;padding:1.5rem;display:flex}.blog-module__hhy-da__cardTitle{color:var(--color-primary);-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;margin-bottom:1rem;font-size:1.25rem;font-weight:700;line-height:1.4;display:-webkit-box;overflow:hidden}.blog-module__hhy-da__cardExcerpt{color:var(--color-text-secondary);-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;margin-bottom:1.5rem;font-size:.9rem;line-height:1.6;display:-webkit-box;overflow:hidden}.blog-module__hhy-da__readMoreBtn{color:var(--color-gold);align-items:center;gap:8px;margin-top:auto;font-size:.9rem;font-weight:700;text-decoration:none;transition:color .3s;display:flex}.blog-module__hhy-da__readMoreBtn:hover{color:var(--color-primary)}.blog-module__hhy-da__newsletterSection{background:var(--color-primary);border-radius:30px;margin-top:4rem;padding:4rem;position:relative;overflow:hidden}.blog-module__hhy-da__newsletterContent{z-index:2;color:#fff;text-align:center;max-width:600px;margin:0 auto;position:relative}.blog-module__hhy-da__newsletterTitle{margin-bottom:1rem;font-size:2.5rem;font-weight:700}.blog-module__hhy-da__newsletterDesc{opacity:.8;margin-bottom:2rem}.blog-module__hhy-da__inputGroup{background:#fff;border-radius:12px;padding:6px;display:flex;box-shadow:0 10px 30px #0003}.blog-module__hhy-da__inputField{color:var(--color-text-primary);border:none;outline:none;flex-grow:1;padding:0 15px;font-size:1rem}.blog-module__hhy-da__subscribeBtn{background:var(--color-gold);color:#fff;border:none;border-radius:8px;padding:12px 25px;font-weight:700;transition:all .3s}.blog-module__hhy-da__subscribeBtn:hover{background:var(--color-btn-hover);transform:scale(1.02)}.blog-module__hhy-da__decorCircle{z-index:1;background:linear-gradient(45deg,#d4af371a,#0000);border-radius:50%;width:300px;height:300px;position:absolute}.blog-module__hhy-da__decor1{top:-100px;right:-100px}.blog-module__hhy-da__decor2{bottom:-100px;left:-100px}.blog-module__hhy-da__categoryList{margin-top:1.5rem;padding:0;list-style:none}.blog-module__hhy-da__categoryItem{cursor:pointer;border-bottom:1px solid #0000000d;justify-content:space-between;padding:10px 0;transition:all .3s;display:flex}.blog-module__hhy-da__categoryItem:hover{color:var(--color-gold);padding-left:5px}.blog-module__hhy-da__categoryCount{background:#0000000d;border-radius:10px;padding:2px 8px;font-size:.75rem}
