.hero-videos-section{padding:40px 0;color:#fff;overflow:hidden}.hero-videos-container{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;gap:16px;max-width:1200px;margin:0 auto;padding:0 16px 16px;-ms-overflow-style:none;scrollbar-width:none}.hero-videos-container::-webkit-scrollbar{display:none}@media (min-width:640px){.hero-videos-container{display:grid;grid-template-columns:repeat(2,1fr);overflow:visible;padding:0 16px}}@media (min-width:1024px){.hero-videos-container{grid-template-columns:repeat(4,1fr)}}.hero-video-card{flex:0 0 85%;scroll-snap-align:center;background:#111;border-radius:12px;overflow:hidden;cursor:pointer;box-shadow:0 4px 12px rgba(0,0,0,.15);transition:transform .2s ease,box-shadow .2s ease;display:flex;flex-direction:column}@media (min-width:640px){.hero-video-card{flex:none}}.hero-video-card:hover{transform:translateY(-4px);box-shadow:0 10px 24px rgba(255,224,50,.1)}.hero-video-wrapper{position:relative;width:100%;height:260px;background:#000;overflow:hidden}.hero-video-preview{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:1}.hero-video-overlay-play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:3;width:56px;height:56px;background:hsla(0,0%,100%,.15);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:1px solid hsla(0,0%,100%,.2);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;transition:opacity .3s ease,transform .3s ease;pointer-events:none}.hero-video-card:hover .hero-video-overlay-play{transform:translate(-50%,-50%) scale(1.1);background:hsla(0,0%,100%,.25)}.hero-video-info{padding:12px 16px;background:#111;display:flex;flex-direction:column;gap:8px}.hero-video-meta{display:flex;align-items:center;justify-content:space-between}.hero-video-title{font-size:1rem;font-weight:600;color:#fff;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hero-video-category{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:var(--brand-primary,#ffe032)}.hero-video-quote-btn{background:rgba(255,224,50,.1);color:var(--brand-primary,#ffe032);border:1px solid rgba(255,224,50,.2);border-radius:8px;padding:8px;font-weight:600;font-size:.85rem;cursor:pointer;transition:all .2s ease;display:flex;justify-content:center;align-items:center;width:100%}.hero-video-quote-btn:hover{background:var(--brand-primary,#ffe032);color:#000}.hero-video-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;z-index:100000}.hero-video-modal-backdrop{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.85);backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px)}.hero-video-modal-content{position:relative;z-index:1;width:100%;max-width:900px;height:100%;max-height:90vh;background:#000;border-radius:16px;overflow:hidden;box-shadow:0 25px 50px rgba(0,0,0,.8);display:flex;flex-direction:column}@media (min-width:768px){.hero-video-modal-content{height:auto}.hero-video-modal-content.is-portrait-modal{max-width:450px;height:90vh}.hero-video-modal-content.is-portrait-modal .hero-video-player-wrapper{height:100%}.hero-video-modal-content.is-portrait-modal .hero-video-player{object-fit:cover}}.hero-video-modal-close{position:absolute;top:max(20px,env(safe-area-inset-top,24px));right:max(16px,env(safe-area-inset-right,16px));background:rgba(0,0,0,.7);border:1px solid hsla(0,0%,100%,.2);color:#fff;width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:999999;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transition:all .2s ease;box-shadow:0 4px 12px rgba(0,0,0,.5)}.hero-video-modal-close:hover{background:rgba(255,224,50,.9);color:#000;border-color:#ffe032;transform:scale(1.1)}.hero-video-player-wrapper{width:100%;flex-grow:1;background:#000;display:flex;align-items:center;justify-content:center;overflow:hidden}.hero-video-player{width:100%;height:100%;object-fit:cover}.hero-video-modal-info{padding:16px 20px;display:flex;justify-content:space-between;align-items:center;background:#111;border-top:1px solid #333}.hero-video-modal-info h3{font-size:1.2rem;margin:0;font-weight:600}.modal-quote-btn{padding:10px 24px;font-size:.95rem}.hero-videos-skeleton-grid{display:grid;grid-template-columns:1fr;grid-gap:16px;gap:16px;max-width:1200px;margin:0 auto;padding:0 16px}@media (min-width:640px){.hero-videos-skeleton-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.hero-videos-skeleton-grid{grid-template-columns:repeat(4,1fr)}}.hero-video-skeleton{background:#1a1a1a;border-radius:12px;overflow:hidden;position:relative;height:350px}.shimmer{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg,hsla(0,0%,100%,0),hsla(0,0%,100%,.05) 50%,hsla(0,0%,100%,0));background-size:200% 100%;animation:shimmer 1.5s linear infinite}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@media (max-width:600px){.hero-video-modal-content{border-radius:0;max-height:100vh}.hero-video-modal-info{flex-direction:column;gap:12px;align-items:stretch;text-align:left;padding-bottom:24px}.modal-quote-btn{width:100%}}