/* --- WB Standalone Base Block --- */
.wb-hero-block {
    background-color: #020d14 !important;
    color: #ffffff !important;
    padding: clamp(50px, 7vw, 120px) 0 !important;
    overflow: hidden !important;
    position: relative !important;
    width: 100% !important;
    box-sizing: border-box !important;
    /* Ensures the section fills the screen elegantly on all device formats */
    min-height: 90vh !important;
    display: flex !important;
    align-items: center !important;
}

.wb-hero-inner-container {
    width: 100% !important;
    max-width: 1200px !important;
    margin: 50px auto 50px auto !important;
    padding: 0 20px !important;
    box-sizing: border-box !important;
}

/* Custom Isolated Flex Grid */
.wb-hero-flex-row {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 40px !important;
    width: 100% !important;
}

.wb-hero-content-col {
    flex: 1 1 550px !important;
    max-width: 100% !important;
}

.wb-hero-visual-col {
    flex: 1 1 400px !important;
    max-width: 100% !important;
}

/* --- Left Text Components --- */
.wb-badge-pill {
    display: inline-flex !important;
    align-items: center !important;
    background: rgba(255, 255, 255, 0.07) !important;
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    padding: 6px 16px !important;
    border-radius: 30px !important;
    margin-bottom: 25px !important;
}

.wb-avatar-group {
    display: flex !important;
    align-items: center !important;
    margin-right: 12px !important;
}

.wb-avatar-group img {
    width: 28px !important;
    height: 28px !important;
    border-radius: 50% !important;
    object-fit: cover !important;
    border: 2px solid #0b0214 !important;
    margin-right: -8px !important;
}

.wb-badge-label {
    font-size: 13px !important;
    font-weight: 600 !important;
    letter-spacing: 0.3px !important;
    color: #e0e0e0 !important;
}

.wb-main-title {
    font-size: clamp(34px, 5.5vw, 64px) !important;
    font-weight: 800 !important;
    line-height: 1.15 !important;
    margin: 0 0 24px 0 !important;
    letter-spacing: -1px !important;
}

.wb-title-row {
    display: block !important;
}

.wb-purple-gradient-text {
    color: #0083d6 !important;
    display: inline-block !important;
}

.wb-sparkle {
    font-size: clamp(24px, 4vw, 36px) !important;
    margin-left: 8px !important;
    display: inline-block !important;
    vertical-align: middle !important;
}

.wb-hero-description p {
    font-size: clamp(15px, 1.8vw, 18px) !important;
    color: #b3b3b3 !important;
    line-height: 1.6 !important;
    margin: 0 0 35px 0 !important;
    max-width: 520px !important;
}

/* --- Action Area & CTA Button --- */
.wb-action-area {
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
    align-items: flex-start !important;
}

.wb-cta-pill {
    display: inline-flex !important;
    align-items: center !important;
    background: #072030 !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    padding: 10px 14px 10px 24px !important;
    border-radius: 40px !important;
    color: #ffffff !important;
    text-decoration: none !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    transition: all 0.3s ease-in-out !important;
}

.wb-arrow-icon-box {
    background: #ffffff !important;
    color: #082b41 !important;
    width: 34px !important;
    height: 34px !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-left: 16px !important;
    transition: transform 0.3s ease !important;
}

.wb-cta-pill:hover {
    background: #07314b !important;
    border-color: #0083d6 !important;
    box-shadow: 0 10px 25px #0083d6!important;
}

.wb-cta-pill:hover .wb-arrow-icon-box {
    transform: rotate(-45deg) !important;
}

.wb-cta-subtext {
    font-size: 13px !important;
    color: #666 !important;
    padding-left: 4px !important;
}

/* --- Right Side Animation Area --- */
.wb-cards-animation-space {
    position: relative !important;
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 25px !important;
    align-items: center !important;
}

.wb-review-card {
    background: linear-gradient(135deg, #0083d6 0%, #000000 100%) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-radius: 18px !important;
    padding: 20px !important;
    width: 100% !important;
    max-width: 350px !important;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4) !important;
    box-sizing: border-box !important;
}

.wb-card-header {
    display: flex !important;
    align-items: center !important;
    gap: 14px !important;
    margin-bottom: 12px !important;
}

.wb-card-user-img {
    width: 44px !important;
    height: 44px !important;
    border-radius: 50% !important;
    object-fit: cover !important;
}

.wb-card-user-meta h4 {
    font-size: 15px !important;
    font-weight: 700 !important;
    margin: 0 0 2px 0 !important;
    color: #ffffff !important;
}

.wb-card-user-meta p {
    font-size: 14px !important;
    color: #ffffff !important;
    margin: 0 !important;
}

.wb-card-footer-mock {
    display: flex !important;
    justify-content: flex-end !important;
    border-top: 1px solid rgba(255, 255, 255, 0.08) !important;
    padding-top: 10px !important;
}

.wb-mock-action-text {
    font-size: 12px !important;
    color: rgba(255, 255, 255, 0.4) !important;
}

/* --- Isolated Desktop Oscillations --- */
.wb-animate-float-top {
    animation: wbOscillateTop 6s ease-in-out infinite !important;
    transform: rotate(4deg) !important;
}

.wb-animate-float-bottom {
    animation: wbOscillateBottom 6s ease-in-out infinite !important;
    transform: rotate(-3deg) !important;
    margin-left: 40px !important;
}
.cs_gescout_sticky {
    position: fixed !important;
    transition: all 0.4s ease;
    background-color: #082b41;
}
/* REEL SHOWCASE */
.reel-showcase-wrapper {
  overflow: hidden;
}

.reel-swiper {
  overflow: visible;
}

.reel-item {
  border-radius: 18px;
  overflow: hidden;
  position: relative;
  background: #000;
  transition: transform .35s ease;
}

.reel-item:hover {
  transform: translateY(-4px);
}

.reel-item video {
  width: 100%;
  height: 520px;
  object-fit: cover;
  display: block;
  border-radius: 18px;
}

/* Desktop */
.reel-swiper .swiper-slide {
  width: 280px;
}

/* Tablet */
@media (max-width: 991px) {
  .reel-item video {
    height: 460px;
  }

  .reel-swiper .swiper-slide {
    width: 240px;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .reel-item video {
    height: 420px;
  }

  .reel-swiper .swiper-slide {
    width: 220px;
  }
}
@keyframes wbOscillateTop {
    0%, 100% { transform: translateY(0) rotate(4deg); }
    50% { transform: translateY(-10px) rotate(5deg); }
}

@keyframes wbOscillateBottom {
    0%, 100% { transform: translateY(0) rotate(-3deg); }
    50% { transform: translateY(10px) rotate(-4deg); }
}

/* --- Clean Isolated Mobile Layout Constraints --- */
/* --- Clean Isolated Mobile Layout Constraints --- */
@media (max-width: 991px) {
    .wb-hero-block {
        padding: 30px 0 !important;
        min-height: auto !important; /* Prevents stretching the screen unnecessarily */
    }
    .wb-hero-inner-container {

    margin: 220px auto 220px auto !important;
    
}

    .wb-hero-flex-row {
        flex-direction: column !important;
        text-align: center !important;
        gap: 35px !important; /* Even spacing to fit the screen perfectly */
    }

    /* Pushes the visual column to the top */
    .wb-hero-visual-col {
        order: -1 !important;
        width: 100% !important;
        flex: 0 0 auto !important;
    }

    .wb-hero-content-col {
        width: 100% !important;
        flex: 0 0 auto !important;
    }

    /* CRITICAL FIX: Make the animation container layout side-by-side or tiny */
    .wb-cards-animation-space {
        flex-direction: row !important; /* Places them side-by-side or tightly overlapped */
        justify-content: center !important;
        gap: 10px !important; /* Tiny gap */
        width: 100% !important;
    }

    /* ULTRA-SMALL CARD CONFIGURATION */
    .wb-review-card {
        max-width: 160px !important; /* Shrunk heavily from 350px so two can fit or sit neatly */
        padding: 8px 10px !important; /* Minimum padding */
        border-radius: 10px !important; /* Smaller corners for smaller boxes */
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3) !important;
    }

    /* Shrink all text inside the cards to micro-size */
    .wb-card-header {
        gap: 6px !important;
        margin-bottom: 0 !important; /* Remove bottom margin to save height */
    }

    .wb-card-user-img {
        width: 24px !important; /* Micro avatars */
        height: 24px !important;
    }

    .wb-card-user-meta h4 {
        font-size: 10px !important; /* Micro username text */
        text-align: left !important;
    }

    .wb-card-user-meta p {
        font-size: 9px !important; /* Micro review comment text */
        line-height: 1.2 !important;
        text-align: left !important;
        white-space: nowrap !important; /* Prevents text from breaking into multiple tall lines */
        overflow: hidden !important;
        text-overflow: ellipsis !important; /* Adds '...' if text is too long */
    }

    /* Hide the mock footer action line on mobile to keep it ultra-clean and short */
    .wb-card-footer-mock {
        display: none !important; 
    }

    /* Text & CTA adjustments to fill the rest of the screen perfectly */
    .wb-badge-pill {
        margin-bottom: 12px !important;
        padding: 4px 12px !important;
    }

    .wb-main-title {
        font-size: clamp(28px, 6vw, 38px) !important; /* Scaled down headline */
        margin-bottom: 12px !important;
    }

    .wb-hero-description p {
        font-size: 14px !important;
        margin: 0 auto 20px auto !important;
    }

    .wb-action-area {
        align-items: center !important;
    }

    /* Soft, non-intrusive mobile animations */
    .wb-animate-float-top {
        transform: rotate(2deg) !important;
        animation: wbMobileFloatTop 3s ease-in-out infinite alternate !important;
    }

    .wb-animate-float-bottom {
        transform: rotate(-2deg) !important;
        margin-left: 0 !important;
        animation: wbMobileFloatBottom 3s ease-in-out infinite alternate !important;
        animation-delay: 1.5s !important;
    }
}

@keyframes wbMobileFloatTop {
    0% { transform: translateY(0) rotate(2deg); }
    100% { transform: translateY(-4px) rotate(3deg); }
}

@keyframes wbMobileFloatBottom {
    0% { transform: translateY(0) rotate(-2deg); }
    100% { transform: translateY(4px) rotate(-1deg); }
}