/* ============================================================================
   HOME PAGE STYLES - Digital Storm
   ============================================================================
   Extracted from inline styles for better performance and cacheability
   ============================================================================ */

/* CSS Variables - Global Design Tokens */
:root {
    --gap-grid: 40px;
    --gap-grid-tablet: 25px;
    --gap-grid-mobile: 20px;
}

/* Typography & Fonts */
.special-font {
    font-family: 'Open Sans', 'Trebuchet MS', sans-serif !important;
    font-optical-sizing: auto !important;
    font-weight: 800 !important;
    font-style: normal !important;
    display: block;
}

/* Header */
body > header {
    z-index: 5;
}

/* Button Styles */
.btn {
    background: #333;
    color: #fff;
}

.btn:hover,
.btn:focus {
    background: #cb0000;
    color: #fff;
}

.btn.btn-banner-cta,
.btn.btn-banner-cta:hover {
    background: transparent;
    color: #fff;
    border: 2px solid #51e9ff;
    font-size: 14px;
    top: 0px;
    position: relative;
    padding: 5px 10px;
    border-radius: 5px;
}

.btn.btn-banner-cta:hover {
    background-color: transparent;
    color: white;
    border: 2px solid white;
}

.btn.btn-round-white,
.btn.btn-round-white:hover {
    background: transparent;
    color: #fff;
    border: 2px solid white;
    font-size: 14px;
    top: 0px;
    position: relative;
    padding: 5px 10px;
    border-radius: 5px;
}

.btn.btn-round-white:hover {
    background-color: transparent;
    color: white;
    border: 2px solid limegreen;
}

.btn.btn-square-red,
.btn.btn-square-red:hover {
    background: transparent;
    color: #ff0000;
    border: 2px solid #ff0000;
    border-radius: 0;
    font-size: 16px;
}

.btn.btn-square-red:hover {
    background: #d30000;
    color: #fff;
    border: 2px solid #d30000;
}

.btn.btn-ghost-blue,
.btn.btn-ghost-blue:hover {
    background: transparent;
    color: #006fbf;
    border: 2px solid #006fbf;
}

.btn.btn-ghost-blue:active,
.btn.btn-ghost-blue:focus {
    background: #006fbf !important;
    color: #fff !important;
}

.btn.btn-ghost-blue:hover {
    background: #006fbf;
    color: #fff;
}

.btn-review {
    background: #585858 !important;
    color: #fff;
}

/* Layout Sections */
.social-wrap {
    margin-bottom: 25px;
}

.info-wrap {
    padding-bottom: 35px;
}

.top-section {
    height: 55vh;
    width: 100%;
    background-color: black;
    overflow: hidden;
    position: relative;
}

.CustomerQuote {
    color: #494949;
    font-size: 22px;
    font-weight: 300;
    margin-top: 15px;
}

.fancybox-video {
    -webkit-animation-delay: 1000ms;
    animation-delay: 1000ms;
}

/* Modern Grid Layout for Reviews Section */
.reviews-featured-section {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: var(--gap-grid);
    margin: 25px 0;
}

.reviews-shorts-section {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--gap-grid);
    margin: 0;
}

.review-video-card {
    display: flex;
    flex-direction: column;
}

.review-card {
    display: flex;
    flex-direction: column;
}

.review-card-content {
    margin-top: 15px;
}

/* Profile & Creator Styles */
.profile-name2 {
    font-family: 'Montserrat', 'Trebuchet MS', sans-serif;
    font-size: 13px;
    margin: 0 20px;
    letter-spacing: 1px;
    line-height: 1.2;
    text-transform: uppercase;
    color: #5A5A5A;
}

.profile-job {
    font-family: 'Montserrat', 'Trebuchet MS', sans-serif;
    font-size: 11px;
    margin: 0 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #999;
}

.creator-name {
    margin-left: 0;
    margin-bottom: 8px;
}

.creator-label {
    margin-left: 0;
    font-size: 12px;
    color: #777;
}

/* Creator Video Player - Featured (16:9) */
.creator-video {
    width: 100%;
    aspect-ratio: 16 / 9;
    margin: 0;
}

.creator-video .video-container {
    height: 100%;
}

.creator-video .video-container .video-color-cover {
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}

.creator-video .video-container .video-color-cover:hover {
    box-shadow: 0 4px 16px rgba(0,0,0,0.2);
    transform: translateY(-2px);
}

.creator-video .overlay-desc {
    padding: 20px;
}

.creator-video .native-video-play {
    width: 60px;
    height: 60px;
    font-size: 20px;
}

/* Creator Video Player - Shorts (9:16) */
.creator-video-short {
    width: 100%;
    aspect-ratio: 9 / 16;
    margin: 0;
}

.creator-video-short .video-container {
    height: 100%;
}

.creator-video-short .video-container .video-color-cover {
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}

.creator-video-short .video-container .video-color-cover:hover {
    box-shadow: 0 4px 16px rgba(0,0,0,0.2);
    transform: translateY(-2px);
}

.creator-video-short .overlay-desc {
    padding: 20px;
}

.creator-video-short .native-video-play {
    width: 60px;
    height: 60px;
    font-size: 20px;
}

/* Banner Section */
.review-banner {
    margin: calc(var(--gap-grid) * 1.5) 0 var(--gap-grid) 0;
}

.ws__banner > picture > img {
    padding-top: 0;
    padding-bottom: 0;
}

.review-banner h3 {
    font-family: "Open Sans", "Trebuchet MS", sans-serif;
    text-transform: none;
    font-weight: 700;
    letter-spacing: -1px;
    font-size: 28px;
}

.review-banner h3 .cut-mobile {
    display: block;
}

/* ============================================================================
   RESPONSIVE DESIGN
   ============================================================================ */

/* Tablet & Medium Screens */
@media (max-width: 979px) {
    .reviews-featured-section {
        grid-template-columns: 1fr;
        gap: calc(var(--gap-grid-tablet) * .6);
    }

    .reviews-shorts-section {
        grid-template-columns: repeat(3, 1fr);
        gap: var(--gap-grid-tablet);
    }

    .creator-video .native-video-play,
    .creator-video-short .native-video-play {
        width: 50px;
        height: 50px;
        font-size: 18px;
    }

    .review-banner {
        margin: var(--gap-grid) 0;
    }

    .passion-wrap {
        padding-top: 15px;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .reviews-featured-section {
        gap: var(--gap-grid-mobile);
    }

    .reviews-shorts-section {
        grid-template-columns: repeat(2, 1fr);
        gap: var(--gap-grid-mobile);
    }

    #topmenulinks {
        display: none;
    }

    header .logo {
        padding-left: 5px;
    }
}

@media (max-width: 479px) {
    header .logo {
        padding-left: 5px;
    }
}

/* Top Section Height Adjustments */
@media (max-height: 600px) {
    .top-section {
        height: 250px !important;
    }
}

@media (max-height: 800px) {
    .top-section {
        height: 400px !important;
    }
}

@media (max-height: 900px) {
    .top-section {
        height: 450px;
    }
}

@media (min-height: 1000px) {
    .top-section {
        height: 500px;
    }
}

@media (min-height: 1100px) {
    .top-section {
        height: 550px;
    }
}

@media (min-height: 1200px) {
    .top-section {
        height: 600px;
    }
}

@media (max-width: 1600px) {
    .top-section {
        height: 450px;
    }
}

@media (max-width: 991px) {
    .top-section {
        height: 320px !important;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .top-section {
        height: 420px !important;
    }
}

