.hero-grid-section{width:100%;padding:1.5rem 0}.hero-grid-container{grid-template-columns:1fr;gap:1rem;display:grid}@media (min-width:768px){.hero-grid-container{grid-template-columns:repeat(2,1fr)}}.hero-grid-item{border-radius:1.5rem;width:100%;height:clamp(304px,28vh,384px);transition:all .3s;display:block;position:relative;overflow:hidden;transform:translateY(0)}@media (min-width:768px){.hero-grid-item{height:clamp(334px,32vh,434px)}}@media (max-width:1720px){.hero-grid-item{height:clamp(260px,26vh,340px)}}@media (min-width:768px) and (max-width:1720px){.hero-grid-item{height:clamp(290px,30vh,370px)}}@media (max-width:1440px){.hero-grid-item{height:clamp(240px,24vh,320px)}}@media (min-width:768px) and (max-width:1440px){.hero-grid-item{height:clamp(270px,28vh,350px)}}.hero-grid-item:hover{transform:translateY(-4px);box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.hero-grid-item{background:linear-gradient(90deg,#e0e0e0 0%,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%,#e0e0e0 100%) 0 0/200% 100%;animation:1.5s ease-in-out infinite hero-skeleton-shimmer}@keyframes hero-skeleton-shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.hero-grid-image{object-fit:cover;transition:transform .7s,opacity .4s}.hero-grid-video{pointer-events:none;transition:transform .7s;object-fit:cover!important;z-index:0!important;width:100%!important;height:100%!important;position:absolute!important;inset:0!important}.hero-grid-item.has-video{background:linear-gradient(90deg,#1a1a1a 0%,#2d2d2d 25%,#1a1a1a 50%,#2d2d2d 75%,#1a1a1a 100%) 0 0/200% 100%}.hero-grid-item:hover .hero-grid-video,.hero-grid-item:hover .hero-grid-image{transform:scale(1.05)}.hero-grid-overlay{pointer-events:none;z-index:1;background:linear-gradient(#0000 15%,#00000021 40%,#0000003b 70%,#00000042 100%);position:absolute;inset:0}.badge-top-left{color:#fff;z-index:20;text-transform:uppercase;letter-spacing:.05em;background-color:#0047ab;border-radius:.125rem;padding:.375rem .75rem;font-size:.75rem;font-weight:700;position:absolute;top:1rem;left:1rem;box-shadow:0 1px 2px #0000000d}.badge-top-right{z-index:20;position:absolute;top:1rem;right:1rem}.badge-pill{color:#fff;text-transform:uppercase;letter-spacing:.025em;background-color:#0f172a;border:1px solid #ffffff1a;border-radius:9999px;padding:.375rem 1rem;font-size:10px;font-weight:700;position:relative;box-shadow:0 10px 15px -3px #0000001a}.hero-grid-content{z-index:10;pointer-events:none;width:100%;padding:1.25rem;position:absolute;bottom:0;left:0}@media (min-width:768px){.hero-grid-content{padding:1.5rem}}.hero-grid-title{color:#fff;text-shadow:0 2px 8px #00000080,0 4px 12px #0000004d;margin-bottom:.25rem;font-size:1.25rem;font-weight:700;line-height:1.25}@media (min-width:768px){.hero-grid-title{font-size:1.5rem}}.hero-grid-subtitle{color:#ffffffe6;text-shadow:0 2px 6px #00000080,0 1px 3px #0000004d;align-items:center;gap:.5rem;font-size:.95rem;font-weight:500;display:flex}@media (min-width:768px){.hero-grid-subtitle{font-size:1rem}}.hero-grid-arrow{opacity:0;color:#fff;transition:all .3s;display:inline-block;transform:translate(-.5rem)}.hero-grid-item:hover .hero-grid-arrow{opacity:1;transform:translate(0)}
