/* 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 ANIMATED TEASER STYLES
   ========================================= */
   
.sahaj-teaser-section {
    background-color: #0a0a0a;
    padding: clamp(100px, 10vw, 150px) 20px;
    font-family: 'Inter', -apple-system, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    overflow: hidden; /* Prevents scrollbars during animation */
}

/* Base Container & Entrance Animation */
.sahaj-teaser-container {
    max-width: 800px; 
    display: flex;
    flex-direction: column;
    align-items: center;
    opacity: 0; /* Starts hidden */
}

.fade-up-element {
    animation: fadeUpEntrance 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

@keyframes fadeUpEntrance {
    0% { opacity: 0; transform: translateY(40px); }
    100% { opacity: 1; transform: translateY(0); }
}

/* The Top Badge - Pill Shape & Floating Effect */
.teaser-badge {
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #e0e0e0;
    border: 1px solid #333333;
    padding: 8px 20px;
    border-radius: 50px; /* Modern Pill Shape */
    margin-bottom: 35px;
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(10px);
}

.floating-badge {
    animation: floatSoft 4s ease-in-out infinite;
}

@keyframes floatSoft {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
}

/* Main Title Styling */
.teaser-headline {
    font-size: clamp(2.5rem, 5vw, 4rem);
    font-weight: 800;
    color: #ffffff;
    line-height: 1.2;
    margin: 0 0 25px 0;
    letter-spacing: -1px;
}

/* Highlighted word with subtle text gradient */
.headline-highlight {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-weight: 700;
    background: linear-gradient(90deg, #ffffff, #888888);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Subtext / Description */
.teaser-subtext {
    font-size: clamp(1rem, 2vw, 1.15rem);
    color: #aaaaaa;
    line-height: 1.7;
    max-width: 650px;
    margin: 0 0 45px 0;
    font-weight: 400;
}

/* The Button - Pill Shape & Glowing Pulse */
.teaser-btn {
    display: inline-block;
    background-color: #ffffff;
    color: #000000;
    text-decoration: none;
    padding: 16px 42px;
    font-size: 1rem;
    font-weight: 700;
    border-radius: 50px; /* Modern Pill Shape */
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
}

.pulse-btn:hover {
    background-color: #f0f0f0;
    transform: translateY(-3px);
    animation: buttonPulse 1.5s infinite;
}

@keyframes buttonPulse {
    0% { box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4); }
    70% { box-shadow: 0 0 0 15px rgba(255, 255, 255, 0); }
    100% { box-shadow: 0 0 0 0 rgba(255, 255, 255, 0); }
}