.igs-wrapper-3851d906 {
    display: flex;
    flex-direction: column;
    width: 100%;
}

/* Premium Intro Hero Header Styling */
.igs-hero-header-3851d906 {
    max-width: 800px;
    margin: 0 auto;
    padding: 80px 20px 40px;
}

.igs-hero-title-3851d906 {
    font-size: 52px;
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -1.5px;
    margin: 0 0 20px;
    font-family: 'Playfair Display', 'Cinzel', serif;
}

.igs-hero-subheading-3851d906 {
    font-size: 18px;
    line-height: 1.6;
    margin: 0;
    font-weight: 300;
    letter-spacing: 0.5px;
    max-width: 680px;
    display: inline-block;
}

@media (max-width: 767px) {
    .igs-hero-header-3851d906 {
        padding: 50px 15px 30px;
    }
    .igs-hero-title-3851d906 {
        font-size: 34px;
        letter-spacing: -0.8px;
    }
    .igs-hero-subheading-3851d906 {
        font-size: 15px;
    }
}

.igs-container-3851d906 {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    z-index: 10;
}

@media (min-width: 768px) {
    .igs-container-3851d906 {
        flex-direction: row;
        margin-bottom: -50px; /* Overlap into the section below */
    }
}

.igs-card-3851d906 {
    flex: 1;
    background: rgba(20, 20, 20, 0.8);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    padding: 40px 30px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    position: relative;
    overflow: hidden;
}

.igs-card-3851d906:hover {
    transform: translateY(-10px);
    background: rgba(30, 30, 30, 0.9);
}

.igs-card-3851d906.active {
    background: #111;
    border-color: transparent;
}

.igs-title-3851d906 {
    font-size: 24px;
    margin: 0 0 15px;
    font-weight: 700;
}

.igs-desc-3851d906 {
    font-size: 15px;
    margin: 0;
    line-height: 1.5;
}

/* Mobile Scroll Cue */
.igs-scroll-cue-3851d906 {
    display: none; /* Hidden by default */
    margin-top: 20px;
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

@media (max-width: 767px) {
    .igs-card-3851d906.active .igs-scroll-cue-3851d906 {
        display: flex;
        flex-direction: column;
        align-items: center;
        opacity: 1;
        transform: translateY(0);
        animation: igsBounce 2s infinite;
    }
}

.igs-scroll-cue-3851d906 span {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 5px;
    opacity: 0.7;
}

@keyframes igsBounce {
    0%, 20%, 50%, 80%, 100% { transform: translateY(0); }
    40% { transform: translateY(-10px); }
    60% { transform: translateY(-5px); }
}

/* Full Width Cinematic Section */
.igs-fullwidth-section-3851d906 {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    background-color: #050505;
    background-image: linear-gradient(to bottom, #111 0%, #050505 100%);
    padding: 100px 0 80px;
    min-height: 650px;
    position: relative;
}

/* Mobile Sticky Selector */
.igs-mobile-selector-3851d906 {
    display: none; /* Hidden on desktop */
}

@media (max-width: 767px) {
    .igs-fullwidth-section-3851d906 {
        padding-top: 60px; /* Space for sticky bar */
    }
    .igs-mobile-selector-3851d906 {
        display: block;
        position: sticky;
        top: 0;
        z-index: 100;
        background: rgba(10, 10, 10, 0.95);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        border-bottom: 1px solid rgba(255,255,255,0.1);
        padding: 0 15px;
        box-shadow: 0 5px 15px rgba(0,0,0,0.5);
    }
    
    .igs-mobile-selector-inner-3851d906 {
        display: flex;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        scrollbar-width: none; /* Firefox */
        -ms-overflow-style: none; /* IE/Edge */
    }
    .igs-mobile-selector-inner-3851d906::-webkit-scrollbar {
        display: none; /* Chrome/Safari */
    }

    .igs-mobile-selector-btn-3851d906 {
        flex: 0 0 auto;
        scroll-snap-align: start;
        background: none;
        border: none;
        border-bottom: 2px solid transparent;
        color: rgba(255,255,255,0.5);
        padding: 15px 20px;
        font-size: 14px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 1px;
        white-space: nowrap;
        cursor: pointer;
        transition: all 0.3s ease;
    }
    
    .igs-mobile-selector-btn-3851d906.active {
        color: inherit;
        border-bottom-color: inherit;
    }
}

.igs-content-container-3851d906 {
    position: relative;
    overflow: hidden;
    max-width: 1400px;
    margin: 0 auto;
    width: 100%;
    padding: 0 20px;
}

@media (max-width: 767px) {
    .igs-content-container-3851d906 {
        margin-top: 30px;
    }
}

.igs-content-section-3851d906 {
    display: none;
    width: 100%;
}

.igs-content-section-3851d906.active {
    display: block;
}

/* Premium Reveal Grid */
.igs-content-grid-3851d906 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 60px;
    align-items: center;
}

@media (min-width: 992px) {
    .igs-content-grid-3851d906 {
        grid-template-columns: 1fr 1fr;
    }
}

.igs-reveal-content-3851d906 {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding-right: 20px;
}

.igs-reveal-title-3851d906 {
    font-size: 48px;
    line-height: 1.1;
    margin: 0;
    font-weight: 800;
    letter-spacing: -1px;
}

@media (max-width: 767px) {
    .igs-reveal-title-3851d906 {
        font-size: 32px;
    }
}

.igs-reveal-intro-3851d906 {
    font-size: 20px;
    line-height: 1.7;
    margin: 0;
    opacity: 0.9;
    font-weight: 300;
}

@media (max-width: 767px) {
    .igs-reveal-intro-3851d906 {
        font-size: 16px;
    }
}

.igs-section-label-3851d906 {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0 0 20px 0;
    opacity: 0.6;
    font-weight: 600;
}

.igs-features-wrap-3851d906 {
    padding-top: 10px;
    border-top: 1px solid rgba(255,255,255,0.1);
}

.igs-features-list-3851d906 {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.igs-feature-card-3851d906 {
    display: flex;
    align-items: center;
    gap: 15px;
    background: rgba(255,255,255,0.03);
    padding: 16px 20px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 500;
    border: 1px solid rgba(255,255,255,0.05);
}

.igs-feature-card-3851d906 i {
    font-size: 20px;
}

.igs-best-for-3851d906 {
    margin-top: 10px;
}

.igs-best-for-3851d906 p {
    margin: 0;
    font-size: 16px;
    line-height: 1.6;
    opacity: 0.8;
}

.igs-btn-3851d906 {
    display: inline-block;
    padding: 18px 40px;
    color: #000;
    text-decoration: none;
    border-radius: 5px;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    transition: all 0.3s ease;
    align-self: flex-start;
    margin-top: 10px;
}

.igs-btn-3851d906:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.4);
}

/* Media Wrapper */
.igs-media-wrap-3851d906 {
    width: 100%;
    position: relative;
    overflow: hidden;
    box-shadow: 0 30px 60px rgba(0,0,0,0.5);
    background-color: #0d0d0d;
}

.igs-media-wrap-3851d906 img,
.igs-media-wrap-3851d906 video {
    width: 100%;
    height: 100%;
    display: block;
}

/* Fully Interactive Video Area */
.igs-video-container-3851d906 {
    position: relative;
    width: 100%;
    height: 100%;
    cursor: pointer;
    overflow: hidden;
}

.igs-video-thumb-img-3851d906 {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), filter 0.6s ease;
}

.igs-video-fallback-thumb-3851d906 {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #111 0%, #222 100%);
}

.igs-video-container-3851d906:hover .igs-video-thumb-img-3851d906 {
    transform: scale(1.05);
    filter: brightness(1.15);
}

/* Premium Animate Play Button Overlay */
.igs-play-btn-overlay-3851d906 {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.15);
    transition: background 0.4s ease;
}

.igs-video-container-3851d906:hover .igs-play-btn-overlay-3851d906 {
    background: rgba(0, 0, 0, 0.3);
}

.igs-play-btn-circle-3851d906 {
    width: 80px;
    height: 80px;
    border: 2px solid #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.igs-play-btn-circle-3851d906 i {
    font-size: 24px;
    color: #ffffff;
    margin-left: 5px; /* Offset slightly to visually center the play icon */
    transition: transform 0.4s ease;
}

.igs-video-container-3851d906:hover .igs-play-btn-circle-3851d906 {
    transform: scale(1.12);
    border-color: #d4af37;
    background: rgba(212, 175, 55, 0.2);
    box-shadow: 0 0 25px rgba(212, 175, 55, 0.5);
}

.igs-video-container-3851d906:hover .igs-play-btn-circle-3851d906 i {
    transform: scale(1.1);
    color: #d4af37;
}

@media (max-width: 767px) {
    .igs-play-btn-circle-3851d906 {
        width: 60px;
        height: 60px;
    }
    .igs-play-btn-circle-3851d906 i {
        font-size: 18px;
        margin-left: 4px;
    }
}

/* Custom Lightbox Modal Backdrop */
.igs-modal-backdrop-3851d906 {
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(5, 5, 5, 0.95);
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.4s ease;
    padding: 20px;
}

.igs-modal-backdrop-3851d906.active {
    opacity: 1;
    pointer-events: auto;
}

.igs-modal-content-3851d906 {
    position: relative;
    width: 100%;
    max-width: 1000px;
    background: #000;
    box-shadow: 0 10px 50px rgba(0,0,0,0.8);
    border-radius: 12px;
    overflow: hidden;
    transform: scale(0.9);
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.igs-modal-backdrop-3851d906.active .igs-modal-content-3851d906 {
    transform: scale(1);
}

.igs-modal-aspect-ratio-3851d906 {
    position: relative;
    padding-top: 56.25%; /* 16:9 Aspect Ratio */
    height: 0;
    width: 100%;
}

.igs-modal-backdrop-3851d906 iframe,
.igs-modal-backdrop-3851d906 video {
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    border: none;
    background: #000;
}

.igs-modal-close-3851d906 {
    position: absolute;
    top: -45px;
    right: 0;
    background: none;
    border: none;
    color: #fff;
    font-size: 28px;
    cursor: pointer;
    transition: color 0.3s ease, transform 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.igs-modal-close-3851d906:hover {
    color: #d4af37;
    transform: rotate(90deg);
}

@media (max-width: 1040px) {
    .igs-modal-close-3851d906 {
        top: 15px;
        right: 15px;
        z-index: 10;
        background: rgba(0,0,0,0.5);
        width: 40px;
        height: 40px;
        border-radius: 50%;
        font-size: 20px;
    }
}

/* Fallback/Placeholder */
.igs-media-placeholder-3851d906 {
    background: #000;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255,255,255,0.05);
}

.igs-media-placeholder-3851d906::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: linear-gradient(135deg, rgba(20,20,20,1) 0%, rgba(40,40,40,1) 100%);
    opacity: 0.8;
}

.igs-placeholder-inner-3851d906 {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    color: rgba(255,255,255,0.4);
}

.igs-placeholder-inner-3851d906 i {
    font-size: 72px;
    color: rgba(255,255,255,0.6);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.igs-media-placeholder-3851d906:hover .igs-placeholder-inner-3851d906 i {
    transform: scale(1.15);
}

.igs-placeholder-inner-3851d906 span {
    font-size: 15px;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight: 600;
}