.clips-hero-profile .container,
.clips-hero-profile .row,
.clips-hero-profile .col-lg-12,
.clips-hero-profile .inner-bg-txt {
    min-height: 0 !important;
    height: auto !important;
}
body .inner-bg.unified-menu-hero.clips-hero-profile {
    position: relative;
    padding-top: 18px !important;
    background-color: transparent !important;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    height: var(--final-unified-hero-height, 520px) !important;
    min-height: var(--final-unified-hero-height, 520px) !important;
    max-height: var(--final-unified-hero-height, 520px) !important;
}
.clips-hero-profile--compact {
    height: 360px !important;
    min-height: 360px !important;
    max-height: 360px !important;
}
.clips-hero-profile::after,
.clips-hero-slide::before,
.clips-hero-slide::after {
    display: none !important;
    content: none !important;
    background: none !important;
}
.clips-hero-profile::before {
    display: block !important;
    content: '' !important;
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(180deg, rgba(10, 16, 28, 0.28) 0%, rgba(10, 16, 28, 0.55) 100%) !important;
}
.clips-hero-slides {
    position: absolute;
    inset: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
}
.clips-hero-slides .ecommerce_banner_slider,
.clips-hero-slides .slick-list,
.clips-hero-slides .slick-track,
.clips-hero-slides .slick-slide,
.clips-hero-slides .slick-slide > div,
.clips-hero-slide {
    height: 100% !important;
    width: 100%;
}
.clips-hero-slide {
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}
.clips-hero-profile > .container {
    position: relative;
    z-index: 2;
}
.clips-hero-profile .inner-bg-txt {
    margin-top: 0 !important;
    transform: none !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 16px;
}
.clips-hero-profile .inner-bg-txt h1.clips-hero-title {
    margin-top: 0 !important;
    margin-bottom: 14px !important;
    line-height: 1.15 !important;
    color: #fff;
    text-shadow: 0 2px 16px rgba(0, 0, 0, 0.35);
}
.clips-hero-subtitle {
    margin: 0 0 18px !important;
    max-width: 640px;
    color: #fff !important;
    font-size: 18px;
    line-height: 1.45;
    text-shadow: 0 1px 10px rgba(0, 0, 0, 0.4);
}
.clips-hero-search {
    display: flex;
    width: 100%;
    max-width: 640px;
    margin: 0 0 18px;
    gap: 8px;
}
.clips-hero-search input {
    flex: 1;
    height: 52px;
    border: 0;
    border-radius: 8px;
    padding: 0 16px;
}
.clips-hero-search button {
    height: 52px;
    min-width: 120px;
    border: 0;
    border-radius: 8px;
    background: #111;
    color: #fff;
    font-weight: 600;
}
.clips-hero-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 180px;
    padding: 12px 28px;
    border-radius: 8px;
    background: #fff;
    color: #111 !important;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22);
}
.clips-hero-cta:hover {
    background: #f3f4f6;
    color: #111 !important;
}
.clips-hero-arrows {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translate(-50%, 0);
    display: flex;
    align-items: center;
    gap: 15px;
    z-index: 5;
}
.clips-landing-pills {
    justify-content: center;
    flex-wrap: wrap;
}
.clips-guide-section {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
}
.clips-section {
    padding: 48px 0;
}
.clips-section:has(.clips-cta-band--photo),
.clips-section--flush {
    padding: 0;
}
.clips-section h2 {
    margin-bottom: 12px;
}
.clips-notice {
    border-left: 4px solid #d85d3e;
    background: #f7f4f1;
    padding: 20px 24px;
    border-radius: 8px;
}
.clips-section-banner {
    width: 100%;
    margin: 0 0 28px;
    overflow: hidden;
}
.clips-section-banner img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 380px;
    object-fit: cover;
}
.clips-section-side-image {
    width: 100%;
    height: auto;
}
.clips-cta-band {
    background: #10233d;
    color: #fff;
    border-radius: 16px;
    padding: 32px;
    text-align: center;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
}
.clips-cta-band--photo {
    border-radius: 0;
    min-height: 380px;
    display: flex;
    align-items: center;
    padding: 72px 0;
}
.clips-cta-band--photo::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(12, 20, 34, 0.72);
}
.clips-cta-band__inner {
    position: relative;
    z-index: 1;
    max-width: 760px;
    margin: 0 auto;
    padding: 0 16px;
}
.clips-section-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 18px;
    padding: 10px 22px;
    border-radius: 8px;
    background: #111;
    color: #fff !important;
    font-weight: 600;
    text-decoration: none;
}
.clips-section-cta:hover {
    background: #333;
    color: #fff !important;
}
.clips-section-cta--light {
    background: #fff;
    color: #111 !important;
}
.clips-section-cta--light:hover {
    background: #f3f4f6;
    color: #111 !important;
}
.clips-cta-band h2,
.clips-cta-band p,
.clips-cta-band div {
    color: #fff;
}
.clips-empty {
    color: #667;
    padding: 24px 0;
}
.clips-video-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.clips-video-grid--main {
    grid-template-columns: repeat(2, 1fr);
}
.clips-shorts-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}
.clips-card {
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(16, 35, 61, 0.08);
}
.clips-card__media {
    position: relative;
    aspect-ratio: 16 / 9;
    background: #111;
    overflow: hidden;
}
.clips-card__media--short,
.clips-player--short {
    aspect-ratio: 9 / 16;
}
.clips-card__media img,
.clips-card__video,
.clips-player img,
.clips-player__video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.clips-card__play,
.clips-player__play {
    position: absolute;
    inset: 0;
    display: block;
}
.clips-card__icon,
.clips-player__icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.55);
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 4px;
}
.clips-card__duration {
    position: absolute;
    right: 10px;
    bottom: 10px;
    background: rgba(0, 0, 0, 0.72);
    color: #fff;
    font-size: 12px;
    padding: 2px 8px;
    border-radius: 4px;
}
.clips-card__body {
    padding: 14px 16px 18px;
}
.clips-card__cat {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    color: #0f766e;
    text-decoration: none;
    margin-bottom: 6px;
}
.clips-card__title {
    font-size: 17px;
    font-weight: 700;
    margin: 0 0 6px;
    line-height: 1.3;
}
.clips-card__title a {
    color: #10233d;
    text-decoration: none;
}
.clips-card__summary {
    margin: 0;
    color: #667;
    font-size: 14px;
}
.clips-player {
    position: relative;
    aspect-ratio: 16 / 9;
    background: #111;
    border-radius: 14px;
    overflow: hidden;
}
.clips-show-body img {
    max-width: 100%;
    height: auto;
}
@media (max-width: 1200px) {
    .clips-video-grid,
    .clips-shorts-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (max-width: 768px) {
    .clips-video-grid,
    .clips-video-grid--main,
    .clips-shorts-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 575px) {
    .clips-hero-search {
        flex-direction: column;
    }
    .clips-hero-search button {
        width: 100%;
    }
    .clips-video-grid,
    .clips-video-grid--main {
        grid-template-columns: 1fr;
    }
    .clips-shorts-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
