/* Cinematic Wide Video Styles */
:root {
    --black: #000000;
    --white: #ffffff;
    --border-color: #e5e5e5;
    --text-dark: #111111;
    --text-gray: #666666;
    --bg-light: #fafafa;
    --smooth-curve: cubic-bezier(0.165, 0.84, 0.44, 1);
}

.modern-tribe-section {
    padding: clamp(60px, 8vw, 100px) 20px;
    background-color: var(--white);
    font-family: 'Inter', -apple-system, sans-serif;
}

.tribe-container {
    width: 100%;
    max-width: 1200px; 
    margin: 0 auto;
    background: var(--bg-light);
    border: 1px solid var(--border-color);
    padding: clamp(40px, 6vw, 70px) clamp(30px, 5vw, 60px);
    border-radius: 20px; 
}

/* TOP ROW */
.tribe-top-row {
    display: grid;
    grid-template-columns: 1.5fr 1fr; 
    gap: clamp(40px, 6vw, 80px); 
    align-items: center;
    margin-bottom: 60px; /* Space between text and video */
}

.tribe-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start; 
}

.tribe-badge {
    display: inline-block;
    background: var(--black);
    color: var(--white);
    padding: 6px 14px;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: clamp(15px, 3vw, 25px);
    border-radius: 4px;
}

.tribe-title {
    font-size: clamp(2rem, 5vw, 3.2rem); 
    font-weight: 900;
    color: var(--text-dark);
    margin-bottom: 10px;
    letter-spacing: -1px;
    line-height: 1.1;
}

.tribe-tagline {
    font-size: clamp(1.15rem, 2.5vw, 1.35rem);
    font-weight: 700;
    color: var(--text-gray);
    margin-bottom: clamp(15px, 3vw, 20px);
    line-height: 1.4;
}

.tribe-desc {
    font-size: clamp(0.95rem, 2vw, 1.05rem);
    line-height: 1.7;
    color: var(--text-gray);
    margin-bottom: 25px;
}

.tribe-perks {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
    width: 100%;
}

.tribe-perks li {
    font-size: clamp(0.95rem, 2vw, 1.05rem);
    color: var(--text-dark);
    font-weight: 600;
    margin-bottom: 16px;
    display: flex;
    align-items: flex-start; 
    gap: 15px;
}

.tribe-perks svg {
    width: 20px;
    height: 20px;
    color: var(--black);
    flex-shrink: 0;
    margin-top: 2px; 
}

.tribe-motivation {
    font-size: clamp(0.95rem, 2vw, 1.05rem);
    font-style: italic;
    color: var(--text-gray);
    margin-bottom: clamp(25px, 4vw, 35px);
    padding-left: 20px;
    border-left: 3px solid var(--black);
    line-height: 1.6;
}

.tribe-cta {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
}

.btn-join-tribe {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    background: var(--black);
    color: var(--white);
    text-decoration: none;
    padding: 16px 32px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.95rem;
    letter-spacing: 1px;
    border: 2px solid var(--black);
    transition: all 0.3s ease;
    border-radius: 8px;
}

.btn-join-tribe:hover {
    background: transparent;
    color: var(--black);
}

.btn-join-tribe svg {
    transition: transform 0.3s ease;
}

.btn-join-tribe:hover svg {
    transform: scale(1.1) rotate(5deg);
}

.cta-note {
    font-size: 0.85rem;
    color: var(--text-gray);
    font-weight: 600;
}

/* TOP ROW: Logo Showcase */
.tribe-logo-showcase {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.premium-logo-wrapper {
    width: 100%;
    max-width: 280px; 
    aspect-ratio: 1;
    background: var(--white);
    border: 1px solid var(--border-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 35px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.05);
    transition: transform 0.5s ease;
}

.premium-logo-wrapper:hover {
    transform: scale(1.05);
}

.premium-logo-wrapper img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

/* BOTTOM ROW: The Cinematic Video */
.tribe-bottom-row {
    width: 100%;
    padding-top: 40px;
    border-top: 1px solid var(--border-color); /* Clean separator line */
}

.video-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.video-label {
    background: var(--black);
    color: var(--white);
    padding: 4px 10px;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 4px;
}

.video-title {
    font-size: 1.25rem;
    font-weight: 800;
    color: var(--text-dark);
    margin: 0;
}

.large-video-container {
    width: 100%;
    aspect-ratio: 16 / 9;
    background: var(--black);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
    border: 1px solid var(--border-color);
}

.large-video-container iframe {
    width: 100%;
    height: 100%;
    border: none;
}

/* Responsive Handling */
@media (max-width: 960px) {
    .tribe-top-row {
        grid-template-columns: 1fr;
    }
    .tribe-logo-showcase {
        order: -1; /* Move logo to top on mobile */
        margin-bottom: 20px;
    }
    .premium-logo-wrapper {
        max-width: 200px; /* Smaller logo on mobile */
        padding: 25px;
    }
}

@media (max-width: 480px) {
    .btn-join-tribe {
        width: 100%; 
    }
    .video-title {
        font-size: 1.1rem;
    }
}

/* =========================================
   SAHAJ SWASTHYA BOOTCAMP STYLES
   ========================================= */

.sahaj-bootcamp-section {
    padding: clamp(80px, 10vw, 120px) 20px;
    background-color: var(--white, #ffffff);
    font-family: 'Inter', -apple-system, sans-serif;
    border-top: 1px solid var(--border-color, #e5e5e5);
}

.sahaj-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.sahaj-grid {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: clamp(50px, 8vw, 100px);
    align-items: center;
}

/* Content Side */
.sahaj-content {
    display: flex;
    flex-direction: column;
}

.sahaj-header {
    margin-bottom: 30px;
}

.sahaj-badge {
    display: inline-block;
    color: var(--text-gray, #666666);
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 15px;
    border-bottom: 2px solid var(--black, #000000);
    padding-bottom: 5px;
}

.sahaj-title {
    font-size: clamp(2.5rem, 5vw, 4rem);
    font-weight: 900;
    color: var(--black, #000000);
    margin: 0 0 10px 0;
    letter-spacing: -2px;
    line-height: 1;
}

.sahaj-tagline {
    font-size: clamp(1.2rem, 2.5vw, 1.5rem);
    font-weight: 300;
    color: var(--text-dark, #111111);
    margin: 0;
}

.sahaj-desc {
    font-size: clamp(1rem, 2vw, 1.1rem);
    line-height: 1.8;
    color: var(--text-gray, #666666);
    margin-bottom: 35px;
    max-width: 550px;
}

/* Custom Minimalist List */
.sahaj-benefits {
    list-style: none;
    padding: 0;
    margin: 0 0 35px 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
}

.sahaj-benefits li {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 1.05rem;
    font-weight: 600;
    color: var(--text-dark, #111111);
}

.check-circle {
    width: 8px;
    height: 8px;
    background-color: var(--black, #000000);
    border-radius: 50%;
    flex-shrink: 0;
}

.sahaj-context {
    font-size: 1rem;
    line-height: 1.6;
    color: var(--text-gray, #666666);
    margin-bottom: 30px;
    max-width: 500px;
}

/* Premium Quote Block */
.sahaj-quote {
    font-size: clamp(1.1rem, 2.5vw, 1.3rem);
    font-style: italic;
    font-weight: 700;
    color: var(--black, #000000);
    margin: 0 0 40px 0;
    padding-left: 25px;
    border-left: 4px solid var(--black, #000000);
    line-height: 1.5;
}

/* Luxe Button */
.btn-primary-luxe {
    display: inline-block;
    background: var(--black, #000000);
    color: var(--white, #ffffff);
    text-decoration: none;
    padding: 18px 40px;
    font-size: 0.9rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    border: 1px solid var(--black, #000000);
    transition: all 0.4s ease;
}

.btn-primary-luxe:hover {
    background: transparent;
    color: var(--black, #000000);
}

/* Visual Side: Layered Media */
.sahaj-visual {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.sahaj-video-frame {
    width: 100%;
    max-width: 500px;
    aspect-ratio: 9 / 16; /* Vertical format for modern mobile-first feel */
    background: var(--black, #000000);
    position: relative;
    z-index: 2;
    box-shadow: -15px 15px 40px rgba(0,0,0,0.1);
}

/* If the YouTube video is standard horizontal (16:9), change the above aspect-ratio to 16 / 9. 
   I used 9/16 assuming it might be a short/reel style given the instagram links provided. */

.sahaj-video-frame iframe {
    width: 100%;
    height: 100%;
    border: none;
}

/* Offset background box for editorial depth */
.sahaj-accent-box {
    position: absolute;
    top: -20px;
    right: -20px;
    width: 100%;
    max-width: 500px;
    height: 100%;
    border: 1px solid var(--border-color, #e5e5e5);
    background: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 5px,
        #fafafa 5px,
        #fafafa 10px
    );
    z-index: 1;
}

/* Responsive Handling */
@media (max-width: 960px) {
    .sahaj-grid {
        grid-template-columns: 1fr;
    }
    
    .sahaj-visual {
        justify-content: center;
        margin-top: 30px;
    }
    
    .sahaj-video-frame {
        aspect-ratio: 16 / 9; /* Reverts to standard landscape on smaller screens for better fit */
    }
    
    .sahaj-accent-box {
        top: 15px;
        right: -15px;
    }
}

@media (max-width: 480px) {
    .btn-primary-luxe {
        width: 100%;
        text-align: center;
        padding: 16px 20px;
    }
    
    .sahaj-accent-box {
        display: none; /* Keep it ultra-clean on tiny screens */
    }
}