.videos-section{background:linear-gradient(to bottom right,#111827,#1f2937,#000);padding:4rem 0;position:relative;overflow:hidden}@media (min-width:768px){.videos-section{padding:6rem 0}}.videos-section .videos-background{pointer-events:none;position:absolute;inset:0;overflow:hidden}.videos-section .videos-background .blob{filter:blur(3rem);border-radius:50%;position:absolute}.videos-section .videos-background .blob-1{background:#ef44441a;width:20rem;height:20rem;top:-10rem;right:-10rem}.videos-section .videos-background .blob-2{background:#3b82f61a;width:20rem;height:20rem;bottom:-10rem;left:-10rem}.videos-section .container{width:100%;max-width:1280px;margin:0 auto}.videos-section .videos-label{color:#ef4444;text-transform:uppercase;letter-spacing:.1em;text-align:center;width:100%;margin-bottom:.75rem;font-size:.875rem;font-weight:700;animation:2s cubic-bezier(.4,0,.6,1) infinite pulse;display:block}@media (min-width:768px){.videos-section .videos-label{font-size:1rem}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.videos-section .videos-title{color:#fff;text-align:center;margin-bottom:1.5rem;font-size:1.875rem;font-weight:800}@media (min-width:768px){.videos-section .videos-title{font-size:2.25rem}}@media (min-width:1024px){.videos-section .videos-title{font-size:3rem}}.videos-section .videos-subtitle{color:#d1d5db;text-align:center;max-width:42rem;margin:0 auto 4rem;font-size:1rem}@media (min-width:768px){.videos-section .videos-subtitle{font-size:1.125rem}}.videos-section .videos-grid{grid-template-columns:1fr;gap:1rem;display:grid}@media (min-width:768px){.videos-section .videos-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media (min-width:1024px){.videos-section .videos-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem}}.videos-section .video-card{cursor:pointer;group:"video-card";background:#111827;border-radius:.5rem;height:16rem;position:relative;overflow:hidden}@media (min-width:768px){.videos-section .video-card{height:18rem}}.videos-section .video-card:hover .video-thumbnail{transform:scale(1.1)}.videos-section .video-card:hover .video-overlay{background:#00000080}.videos-section .video-card:hover .video-play-button{transform:scale(1.1)}.videos-section .video-card:hover .video-info{transform:translateY(0)}.videos-section .video-thumbnail{object-fit:cover;width:100%;height:100%;transition:transform .3s}.videos-section .video-overlay{z-index:1;background:#0006;transition:background-color .3s;position:absolute;inset:0}.videos-section .video-play-button{z-index:2;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.videos-section .video-play-button svg{color:#fff;background:#ef4444;border-radius:50%;width:64px;height:64px;padding:1rem;transition:all .3s}.videos-section .video-play-button svg:hover{background:#dc2626;transform:scale(1.1)}.videos-section .video-info{z-index:3;background:linear-gradient(#0000,#00000080,#000000e6);padding:1rem;transition:transform .3s;position:absolute;bottom:0;left:0;right:0;transform:translateY(.5rem)}.videos-section .video-title{color:#fff;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.875rem;font-weight:700;line-height:1.3;display:-webkit-box;overflow:hidden}@media (min-width:768px){.videos-section .video-title{font-size:1rem}}.videos-section .video-description{color:#d1d5db;opacity:0;margin-top:.25rem;font-size:.75rem;transition:opacity .3s}.videos-section .videos-cta-text{color:#d1d5db;text-align:center;margin-top:2rem;margin-bottom:2rem}.videos-section .videos-cta-button{color:#fff;background:#ef4444;border-radius:.5rem;justify-content:center;align-items:center;gap:.5rem;width:fit-content;margin:0 auto;padding:.75rem 2rem;font-weight:600;text-decoration:none;transition:all .3s;display:flex;box-shadow:0 10px 15px #ef44444d}.videos-section .videos-cta-button:hover{background:#dc2626;transform:scale(1.05)}.videos-section .videos-cta-button .youtube-icon{width:1.25rem;height:1.25rem;padding-right:.25rem}.videos-section .video-modal{z-index:50;background:#000c;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.videos-section .video-modal .video-modal-content{width:100%;max-width:90vw;max-height:90vh;position:relative}@media (min-width:768px){.videos-section .video-modal .video-modal-content{max-width:80vw}}@media (min-width:1024px){.videos-section .video-modal .video-modal-content{max-width:70vw}}.videos-section .video-modal .video-modal-close{color:#fff;cursor:pointer;background:0 0;border:none;padding:.5rem 1rem;font-size:2rem;transition:all .3s;position:absolute;top:-2.5rem;right:0}.videos-section .video-modal .video-modal-close:hover{color:#ef4444}@media (max-width:768px){.videos-section .video-modal .video-modal-close{top:-2rem;right:-.5rem}}.videos-section .video-modal iframe{max-width:100%;max-height:90vh;display:block}
