.video-cards-section{background:#f9fafb;padding:80px 60px}.section-title{font-size:36px;font-weight:700;margin-bottom:56px;text-align:center}.video-cards-grid{display:grid;gap:32px;grid-template-columns:repeat(3,1fr);margin:0 auto;max-width:1200px}.video-card{background:#fff;border-radius:18px;box-shadow:0 10px 30px rgba(0,0,0,.08);display:flex;flex-direction:column;overflow:hidden;transition:transform .35s ease,box-shadow .35s ease}.video-card:hover{box-shadow:0 20px 45px rgba(0,0,0,.15);transform:translateY(-6px)}.video-frame{aspect-ratio:16/9;background:#000;overflow:hidden;position:relative;width:100%}.video-frame video{display:block;height:100%;object-fit:cover;width:100%}.video-card-content{display:flex;flex-direction:column;padding:19px}.rating{color:#f5a623;font-size:18px;letter-spacing:1px;margin-bottom:10px}.video-card-content h3{font-size:20px;font-weight:600;line-height:1.35;margin-bottom:12px}.video-card-content p{color:#555;font-size:14px;line-height:1.6;margin-bottom:22px}.company-logo{margin-top:auto}.company-logo img{max-height:38px;opacity:.9;width:auto}@media (max-width:900px){.video-cards-section{padding:60px 24px}.video-cards-grid{grid-template-columns:1fr}.section-title{font-size:28px}}