.yt-section{padding:80px 0 60px;width:100%}.yt-section__inner{box-sizing:border-box;margin:0 auto;max-width:1260px;padding:0}.yt-section__top{align-items:center;display:grid;gap:48px;grid-template-columns:1fr 320px;margin-bottom:48px}.yt-section__featured{aspect-ratio:16/9;background:#0d2b2b;border-radius:16px;overflow:hidden;width:100%}.yt-section__featured iframe{border:none;display:block;height:100%;width:100%}.yt-featured__poster{cursor:pointer;height:100%;position:relative;width:100%}.yt-featured__poster img{display:block;height:100%;object-fit:cover;width:100%}.yt-featured__poster .yt-card__play{width:80px}.yt-section__text{display:flex;flex-direction:column;gap:16px}.yt-section__heading{margin:0}.yt-section__body{line-height:1.6}.yt-section__body p{margin:0}.yt-section__playlist{display:grid;gap:24px;grid-template-columns:repeat(4,1fr)}.yt-card{cursor:pointer}.yt-card__thumb{aspect-ratio:16/9;background:#000;border-radius:12px;overflow:hidden;position:relative;width:100%}.yt-card__thumb img{display:block;height:100%;object-fit:cover;transition:opacity .2s ease;width:100%}.yt-card:hover .yt-card__thumb img{opacity:.8}.yt-card__play{left:50%;pointer-events:none;position:absolute;top:50%;transform:translate(-50%,-50%);width:60px}.yt-card__play svg{height:auto;width:100%}.yt-card__title{font-size:14px;line-height:1.4;margin:8px 0 0}@media (max-width:1024px){.yt-section__top{grid-template-columns:1fr}.yt-section__playlist{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.yt-section{padding:60px 30px 40px}.yt-section__playlist{display:none;grid-template-columns:1fr}}