/* Celebrity Club Landing Page Styles - Fixed 3D & Animations */
@import url('https://fonts.googleapis.com/css2?family=Public+Sans:wght@400;600;650;700&family=Rubik:wght@400;500;600&display=swap');

:root {
    --celebrity-primary: #FF6B00;
    --celebrity-primary-dark: #E55A2A;
    --celebrity-bg: #FAFAFA;
    --celebrity-white: #FFFFFF;
    --celebrity-text: #1A1A1A;
    --celebrity-text-muted: #666666;
    --celebrity-border: #EEEEEE;
    --celebrity-shadow-3d: 0 20px 50px rgba(0, 0, 0, 0.08);
    --celebrity-shadow-hover: 0 40px 80px rgba(255, 107, 0, 0.12);
}

.celebrity-club-page {
    background-color: var(--celebrity-bg);
    color: var(--celebrity-text);
    font-family: 'Public Sans', sans-serif;
    /* overflow-x: hidden; Removed to prevent sticky issues */
}

.celebrity-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    
}

.highlight {
    color: var(--celebrity-primary);
}

/* Scroll Animation Classes */
.reveal {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.reveal.active {
    opacity: 1;
    transform: translateY(0);
}

/* Sections Common Styles */
section {
    padding: 60px 0;
    /* Reduced from 100px for tighter feel */
    position: relative;
}

.section-header {
    text-align: center;
    margin-bottom: 60px;
}

.section-title {
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    /* font-weight: 700; */
    line-height: 1.1;
    margin-bottom: 24px;
}

.section-subtitle {
    font-size: 1.125rem;
    color: var(--celebrity-text-muted);
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.6;
}

/* 1) Cinematic Hero Section */
.celebrity-hero-section.cinematic-hero {
    padding: 0;
    min-height: 100vh;
    background: url('/img/celebrity-grid.webp') no-repeat center center;
    background-size: cover;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

/* Blur and white overlay for background */
.celebrity-hero-section.cinematic-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.07);
    backdrop-filter: blur(1.5px);
    -webkit-backdrop-filter: blur(1.5px);
    z-index: 0;
}

.hero-bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg,
            rgba(255, 255, 255, 0.92) 0%,
            /* Strong white at top */
            rgba(255, 255, 255, 0.88) 20%,
            /* Strong white for content */
            rgba(255, 255, 255, 0.75) 50%,
            /* Medium white in middle */
            rgba(255, 255, 255, 0.5) 70%,
            /* Lighter */
            rgba(250, 250, 250, 0.95) 90%,
            /* Fade to page background */
            rgba(250, 250, 250, 1) 100%);
    z-index: 1;
}

.hero-content-wrapper {
    position: relative;
    z-index: 2;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.hero-text-pin {
    max-width: 900px;
    margin-bottom: 60px;
}

.luxury-title {
    font-size: clamp(2.5rem, 6vw, 4.2rem);
    color: #1A1A1A;
    font-weight: 700;
    text-shadow: none;
    letter-spacing: -1.5px;
    line-height: 1.1;
    margin-bottom: 24px;
}

.refined-subheading {
    color: #666666;
    font-weight: 500;
    font-size: clamp(1rem, 1.3vw, 1.2rem);
    line-height: 1.6;
    margin-bottom: 32px;
}

/* Floating Feature Cards */
.floating-cards-container {
    position: relative;
    width: 100%;
    height: 300px;
    /* Space for stacked cards */
    display: flex;
    justify-content: center;
    align-items: flex-start;
    perspective: 1000px;
}

.floating-card {
    position: absolute;
    width: 280px;
    background: white;
    padding: 30px;
    border-radius: 24px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: transform 0.1s linear, opacity 0.1s linear;
    will-change: transform, opacity;
}

.floating-card .icon-3d {
    width: 60px;
    height: 60px;
    margin-bottom: 15px;
}

.floating-card .card-title {
    font-size: 1.25rem;
    font-weight: 700;
    margin: 0;
}

/* 2) Features Landing Section */
.features-landing-section {
    padding-top: 60px;
    padding-bottom: 60px;
    background: var(--celebrity-bg);
}

.features-placeholder-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    /* Reduced gap */
    min-height: 400px;
}

/* ... skipped styles ... */

/* 3) Access Format - Sticky Stack Redesign */
.access-format-section {
    padding: 190px 0 40px;
    /* Increased top padding for proper spacing from previous section */
    background: var(--celebrity-bg);
    position: relative;
    overflow: visible;
}

.feature-target {
    width: 100%;
    height: 100%;
    min-height: 250px;
    border-radius: 24px;
    background: transparent;
}

.celebrity-hero-buttons {
    display: flex;
    gap: 16px;
    justify-content: center;
    margin-bottom: 48px;
    flex-wrap: wrap;
}

/* BUTTONS - STANDARD DESIGN */
.btn-celebrity-primary {
    padding: 14px 40px;
    min-height: 52px;
    min-width: 160px;
    border: none;
    border-radius: 12px;
    background: linear-gradient(135deg, #f97316, #ef4444) !important;
    color: white !important;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    cursor: pointer;
    box-shadow: 0 10px 20px rgba(249, 115, 22, 0.2);
}

.btn-celebrity-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 30px rgba(249, 115, 22, 0.3);
}

.btn-celebrity-secondary {
    padding: 14px 40px;
    min-height: 52px;
    min-width: 160px;
    border: 2px solid var(--celebrity-primary);
    border-radius: 12px;
    background: transparent;
    color: var(--celebrity-primary) !important;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    cursor: pointer;
}

.btn-celebrity-secondary:hover {
    background: var(--celebrity-primary);
    color: white !important;
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(255, 107, 0, 0.2);
}

.btn-celebrity-white {
    background: white !important;
    color: var(--celebrity-primary) !important;
    padding: 16px 48px;
    border-radius: 12px;
    font-weight: 800;
    font-size: 1.1rem;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.btn-celebrity-white:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

/* ============================================
   BUTTON MOBILE RESPONSIVENESS
   ============================================ */

/* Tablet */
@media (max-width: 992px) {
    .celebrity-hero-buttons {
        gap: 14px;
        max-width: 500px;
        margin: 0 auto;
    }

    .btn-celebrity-primary,
    .btn-celebrity-secondary {
        min-width: 180px;
        padding: 15px 36px;
        font-size: 15px;
    }
}

/* Mobile */
@media (max-width: 768px) {
    .celebrity-hero-buttons {
        flex-direction: column;
        width: 100%;
        gap: 12px;
        margin-top: 24px;
    }

    .btn-celebrity-primary,
    .btn-celebrity-secondary,
    .btn-celebrity-white {
        width: 100%;
        min-width: auto;
        max-width: 100%;
        padding: 16px 32px;
        min-height: 54px;
        font-size: 16px;
        border-radius: 14px;
    }

    /* Touch feedback */
    .btn-celebrity-primary:active {
        transform: scale(0.97);
    }

    .btn-celebrity-secondary:active {
        transform: scale(0.97);
    }

    .btn-celebrity-white:active {
        transform: scale(0.97);
    }

    /* Disable hover effects on touch devices */
    @media (hover: none) {

        .btn-celebrity-primary:hover,
        .btn-celebrity-secondary:hover,
        .btn-celebrity-white:hover {
            transform: none;
        }
    }
}

/* Small phones */
@media (max-width: 480px) {
    .celebrity-hero-buttons {
        gap: 10px;
        margin-top: 20px;
    }

    .btn-celebrity-primary,
    .btn-celebrity-secondary,
    .btn-celebrity-white {
        padding: 14px 28px;
        min-height: 52px;
        font-size: 15px;
        border-radius: 12px;
    }
}

/* ============================================
   HERO SECTION RESPONSIVENESS
   ============================================ */

/* Tablet */
@media (max-width: 992px) {
    .celebrity-hero-section.cinematic-hero .celebrity-container {
        padding: 0 30px;
    }

    .celebrity-hero-section.cinematic-hero {
        min-height: 90vh;
        padding: 40px 0;
    }

    .hero-content-wrapper {
        padding: 0;
    }

    .hero-text-pin {
        max-width: 100%;
        margin-bottom: 40px;
        padding: 0 20px;
    }

    .luxury-title {
        font-size: clamp(2rem, 5vw, 3.5rem);
        margin-bottom: 20px;
        line-height: 1.15;
    }

    .refined-subheading {
        font-size: clamp(0.95rem, 2vw, 1.1rem);
        margin-bottom: 28px;
        padding: 0 10px;
    }

    .proof-chips {
        gap: 10px;
        padding: 0 10px;
    }

    .proof-chip {
        padding: 8px 16px;
        font-size: 0.8rem;
    }
}

/* Mobile */
@media (max-width: 768px) {
    .celebrity-hero-section.cinematic-hero .celebrity-container {
        padding: 0 20px;
    }

    .celebrity-hero-section.cinematic-hero {
        min-height: auto;
        padding: 60px 0 40px;
        margin-top: 80px;
        display: flex;
        align-items: flex-start;
    }

    .hero-content-wrapper {
        padding: 0;
        width: 100%;
    }

    .hero-text-pin {
        max-width: 100%;
        margin-bottom: 32px;
        padding: 0;
    }

    .luxury-title {
        font-size: clamp(1.75rem, 7vw, 2.5rem);
        margin-bottom: 16px;
        line-height: 1.2;
        letter-spacing: -1px;
    }

    .refined-subheading {
        font-size: clamp(0.9rem, 3vw, 1rem);
        margin-bottom: 24px;
        line-height: 1.5;
        padding: 0;
    }

    .celebrity-hero-buttons {
        margin-bottom: 32px;
        margin-top: 0;
    }

    .proof-chips {
        gap: 8px;
        padding: 0;
        margin-top: 0;
    }

    .proof-chip {
        padding: 8px 14px;
        font-size: 0.75rem;
        flex: 0 1 auto;
        min-width: auto;
    }
}

/* Small phones */
@media (max-width: 480px) {
    .celebrity-hero-section.cinematic-hero .celebrity-container {
        padding: 0 16px;
    }

    .celebrity-hero-section.cinematic-hero {
        padding: 50px 0 30px;
        margin-top: 70px;
        min-height: auto;
    }

    .hero-content-wrapper {
        padding: 0;
    }

    .hero-text-pin {
        margin-bottom: 28px;
    }

    .luxury-title {
        font-size: clamp(1.5rem, 8vw, 2rem);
        margin-bottom: 14px;
        line-height: 1.25;
        letter-spacing: -0.5px;
    }

    .refined-subheading {
        font-size: clamp(0.85rem, 4vw, 0.95rem);
        margin-bottom: 20px;
        line-height: 1.5;
    }

    .celebrity-hero-buttons {
        margin-bottom: 28px;
        gap: 10px;
    }

    .proof-chips {
        gap: 6px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .proof-chip {
        padding: 6px 12px;
        font-size: 0.7rem;
        white-space: nowrap;
    }
}

/* Extra small phones */
@media (max-width: 360px) {
    .celebrity-hero-section.cinematic-hero .celebrity-container {
        padding: 0 12px;
    }

    .celebrity-hero-section.cinematic-hero {
        padding: 40px 0 25px;
        margin-top: 60px;
    }

    .hero-content-wrapper {
        padding: 0;
    }

    .luxury-title {
        font-size: clamp(1.35rem, 9vw, 1.75rem);
        margin-bottom: 12px;
    }

    .refined-subheading {
        font-size: 0.8rem;
        margin-bottom: 18px;
    }

    .proof-chip {
        padding: 5px 10px;
        font-size: 0.65rem;
    }
}

.trust-line {
    font-size: 0.95rem;
    color: #666666;
    margin-bottom: 20px;
    font-weight: 600;
}

.proof-chips {
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
}

.proof-chip {
    background: white;
    border: 1.5px solid #E0E0E0;
    padding: 10px 20px;
    border-radius: 100px;
    font-size: 0.85rem;
    color: #1A1A1A;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.proof-chip::before {
    content: '✓';
    color: var(--celebrity-primary);
    font-weight: 900;
    font-size: 1rem;
}

/* 2) Why Celebrity Connect - Vertical Cards */
.why-celebrity-section {
    background: linear-gradient(180deg, #ffffff 0%, #fafafa 100%);
    position: relative;
}

.why-celebrity-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--celebrity-border), transparent);
}

.why-grid-vertical {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
    margin-top: 20px;
}

.why-card-vertical {
    background: white;
    padding: 48px 32px;
    border-radius: 24px;
    border: 1px solid var(--celebrity-border);
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    overflow: hidden;
    min-height: 420px;
}

.why-card-vertical::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #f97316, #ef4444);
    transform: scaleX(0);
    transition: transform 0.5s ease;
}

.why-card-vertical:hover::before {
    transform: scaleX(1);
}

.why-card-vertical:hover {
    transform: translateY(-12px) scale(1.02);
    border-color: var(--celebrity-primary);
    box-shadow: 0 25px 60px rgba(255, 107, 0, 0.15);
}

.card-icon-wrapper {
    width: 88px;
    height: 88px;
    background: linear-gradient(135deg, rgba(249, 115, 22, 0.1), rgba(239, 68, 68, 0.1));
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 28px;
    transition: all 0.4s ease;
    position: relative;
}

.card-icon-wrapper::after {
    content: '';
    position: absolute;
    inset: -2px;
    background: linear-gradient(135deg, #f97316, #ef4444);
    border-radius: 24px;
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: -1;
}

.why-card-vertical:hover .card-icon-wrapper {
    transform: scale(1.1) rotate(5deg);
    background: linear-gradient(135deg, rgba(249, 115, 22, 0.2), rgba(239, 68, 68, 0.2));
}

.why-card-vertical:hover .card-icon-wrapper::after {
    opacity: 0.1;
}

.card-icon-wrapper i {
    font-size: 2.5rem;
    background: linear-gradient(135deg, #f97316, #ef4444);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.why-card-vertical .card-title {
    font-size: 1.35rem;
    font-weight: 800;
    color: var(--celebrity-text);
    margin-bottom: 16px;
    line-height: 1.3;
}

.why-card-vertical .card-description {
    font-size: 0.95rem;
    color: var(--celebrity-text-muted);
    line-height: 1.7;
    margin-bottom: 24px;
    flex-grow: 1;
}

.card-badge {
    display: inline-block;
    padding: 8px 20px;
    background: linear-gradient(135deg, rgba(249, 115, 22, 0.08), rgba(239, 68, 68, 0.08));
    border: 1px solid rgba(249, 115, 22, 0.2);
    border-radius: 100px;
    font-size: 0.8rem;
    font-weight: 700;
    color: var(--celebrity-primary);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
}

.why-card-vertical:hover .card-badge {
    background: linear-gradient(135deg, #f97316, #ef4444);
    color: white;
    border-color: transparent;
    transform: scale(1.05);
}

/* Responsive adjustments for vertical cards */
@media (max-width: 1200px) {
    .why-grid-vertical {
        grid-template-columns: repeat(2, 1fr);
        gap: 28px;
    }
}

@media (max-width: 768px) {
    .why-grid-vertical {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .why-card-vertical {
        min-height: auto;
        padding: 40px 28px;
    }
}

/* 3) Access Format - Sticky Stack Redesign */
.access-format-section {
    padding: 150px 0 40px;
    /* Increased top padding for proper spacing from previous section */
    background: var(--celebrity-bg);
    position: relative;
    overflow: visible;
}

.feature-card-new:last-child {
    margin-bottom: 0;
    /* Remove extra margin from last card */
}

/* Split Layout */
.access-format-split {
    display: flex;
    align-items: flex-start;
    gap: 60px;
    position: relative;
}

/* Left Column - Sticky Text */
.access-text-column {
    flex: 0.8;
    position: sticky;
    top: 50vh;
    /* Center vertically in viewport */
    transform: translateY(-50%);
    /* Center adjustment */
    height: fit-content;
    padding-right: 20px;
}

.access-text-column .section-title {
    font-size: clamp(2.5rem, 4vw, 3.5rem);
    margin-bottom: 24px;
    text-align: left;
    line-height: 1.1;
}

.access-text-column .section-subtitle {
    text-align: left;
    margin: 0;
    max-width: 100%;
    font-size: 1.125rem;
    line-height: 1.7;
    color: var(--celebrity-text-muted);
}

/* Right Column - Stacking Cards */
.access-cards-column {
    flex: 1.2;
    display: flex;
    flex-direction: column;
    padding-bottom: 0;
}

/* Sticky Card Base */
.feature-card-new {
    display: flex;
    align-items: flex-start;
    gap: 30px;
    padding: 50px 40px;
    border-radius: 20px;
    /* Restored roundness */
    position: sticky;
    margin-bottom: 80px;
    /* Restored scroll margin */
    box-shadow: 0 -20px 60px rgba(0, 0, 0, 0.08);
    transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
    border: 1px solid rgba(0, 0, 0, 0.05);
    background: white;
    min-height: auto;
    opacity: 1;
    z-index: 1;
}

/* Staggered Sticky Positions (The Stack Effect) */
.feature-card-new:nth-child(1) {
    top: 140px;
    z-index: 1;
}

.feature-card-new:nth-child(2) {
    top: 180px;
    z-index: 2;
}

.feature-card-new:nth-child(3) {
    top: 220px;
    z-index: 3;
}

.feature-card-new:nth-child(4) {
    top: 260px;
    z-index: 4;
}

.feature-card-new:nth-child(5) {
    top: 300px;
    z-index: 5;
}

.feature-card-new:nth-child(6) {
    top: 340px;
    z-index: 6;
}

/* Card Colors - Orange & White Alternating */

/* Odd Cards: Stronger Light Orange (#FFE4C4 - Bisque-ish or #FFDAB9) */
/* Odd Cards: Light Orange (#FFF7ED) */
.feature-card-new:nth-child(odd) {
    background: #FFF7ED;
    /* Restored Softer Light Orange */
    color: var(--celebrity-text);
    border: 1px solid #FFEDD5;
    box-shadow: 0 -10px 40px rgba(255, 107, 0, 0.08);
}

/* Icon on Stronger Light Orange */
/* Icon on Light Orange */
.feature-card-new:nth-child(odd) .icon-new {
    background: rgba(255, 107, 0, 0.15);
    /* Restored icon bg */
    color: var(--celebrity-primary);
    /* Restored orange icon color */
}

.feature-card-new:nth-child(odd) .feature-card-title {
    color: var(--celebrity-text);
}

.feature-card-new:nth-child(odd) .feature-card-text {
    color: var(--celebrity-text-muted);
}

/* Even Cards: White */
.feature-card-new:nth-child(even) {
    background: white;
    color: var(--celebrity-text);
    border: 1px solid var(--celebrity-border);
}

.feature-card-new:nth-child(even) .icon-new {
    background: #F5F5F5;
    /* Neutral background */
    color: var(--celebrity-text);
    /* Dark/Neutral Icon */
}

/* Shared Icon Style */
.icon-new {
    width: 64px;
    height: 64px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    flex-shrink: 0;
}

/* Typography */
.card-content-new {
    display: flex;
    flex-direction: column;
}

.feature-card-title {
    font-size: 1.35rem;
    /* Slightly smaller for balance */
    font-weight: 800;
    margin-bottom: 12px;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: -0.5px;
}

.feature-card-text {
    font-size: 1rem;
    line-height: 1.6;
    margin: 0;
    color: var(--celebrity-text-muted);
}

/* Responsive */
@media (max-width: 992px) {
    .access-format-split {
        flex-direction: column;
        gap: 40px;
    }

    .access-text-column {
        position: relative;
        top: 0;
        text-align: center;
        flex: none;
        width: 100%;
        padding-right: 0;
    }

    .access-text-column .section-title,
    .access-text-column .section-subtitle {
        text-align: center;
    }

    /* Disable sticky stack on mobile for better UX */
    .feature-card-new {
        position: relative;
        top: auto !important;
        /* Override sticky tops */
        margin-bottom: 20px;
        padding: 30px;
    }
}

@media (max-width: 576px) {
    .feature-card-new {
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
        gap: 20px;
    }

    .icon-new {
        width: 60px;
        height: 60px;
        font-size: 1.5rem;
    }
}

/* 4) How it Works - Horizontal Loop Redesign */
/* 4) How it Works - Horizontal Loop Redesign */
.how-it-works-section {
    background: var(--celebrity-bg);
    padding: 20px 0;
    /* Reduced padding specific to this section */
}

.how-it-works-wrapper {
    position: relative;
    padding: 40px 0 20px;
    /* Reduced wrapper padding */
}

/* Stepper Track */
.stepper-track-container {
    position: absolute;
    top: 0;
    left: 20px;
    /* Align with first card center approx */
    right: 20px;
    /* Align with last card center approx */
    height: 4px;
    z-index: 10;
}

.track-line {
    width: 100%;
    height: 100%;
    background: #E5E7EB;
    /* Light Gray Track */
    border-radius: 4px;
}

/* Moving Dot */
.moving-dot {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background: var(--celebrity-primary);
    border-radius: 50%;
    box-shadow: 0 0 15px var(--celebrity-primary), 0 0 30px var(--celebrity-primary);
    animation: move-dot-cycle 7.5s linear infinite;
    z-index: 20;
}

@keyframes move-dot-cycle {
    0% {
        left: 0%;
        opacity: 0;
    }

    5% {
        opacity: 1;
    }

    95% {
        opacity: 1;
    }

    100% {
        left: 100%;
        opacity: 0;
    }
}

.how-it-works-row {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    position: relative;
    width: 100%;
}

.step-card-horizontal {
    flex: 1;
    background: white;
    border-radius: 20px;
    padding: 30px 20px;
    text-align: center;
    position: relative;
    border: 2px solid transparent;
    transition: all 0.3s ease;
    /* Sync Animation with Dot */
    animation: flow-glow-cycle 7.5s infinite;
}

/* Staggered Animation Delays - Synced with Dot movement */
/* 5 Steps over 7.5s = 1.5s per step interval */
.step-card-horizontal:nth-child(1) {
    animation-delay: 0s;
}

.step-card-horizontal:nth-child(2) {
    animation-delay: 1.5s;
}

.step-card-horizontal:nth-child(3) {
    animation-delay: 3.0s;
}

.step-card-horizontal:nth-child(4) {
    animation-delay: 4.5s;
}

.step-card-horizontal:nth-child(5) {
    animation-delay: 6.0s;
}

@keyframes flow-glow-cycle {
    0% {
        border-color: transparent;
        transform: translateY(0);
        box-shadow: none;
    }

    5% {
        /* Dot Enters Card Area */
        border-color: var(--celebrity-primary);
        box-shadow: 0 10px 30px rgba(255, 107, 0, 0.15);
        transform: translateY(-8px);
    }

    20% {
        /* Dot Leaves Card Area */
        border-color: transparent;
        transform: translateY(0);
        box-shadow: none;
    }

    100% {
        border-color: transparent;
        transform: translateY(0);
    }
}

.step-badge {
    width: 40px;
    height: 40px;
    background: var(--celebrity-bg);
    color: var(--celebrity-text-muted);
    border-radius: 50%;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.1rem;
    transition: all 0.3s ease;
}

/* Highlight Badge when Card is Active (Optional, handled by parent hover/anim state mostly) */

.step-title {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 10px;
    color: var(--celebrity-text);
}

.step-text {
    font-size: 0.9rem;
    color: var(--celebrity-text-muted);
    line-height: 1.5;
}

/* ============================================
   HOW IT WORKS - MOBILE RESPONSIVE
   ============================================ */

/* Tablet and below - Horizontal Scroll */
@media (max-width: 992px) {
    .how-it-works-section {
        padding: 50px 0 !important;
        overflow: hidden;
    }

    /* Hide stepper track on mobile */
    .stepper-track-container {
        display: none !important;
    }

    .how-it-works-wrapper {
        padding: 30px 0 20px;
        overflow: visible;
    }

    /* Container needs to allow overflow */
    .how-it-works-section .celebrity-container {
        padding: 0;
        overflow: visible;
    }

    /* Horizontal scrolling container */
    .how-it-works-row {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        gap: 20px;
        padding: 20px;
        margin: 0;
        scroll-snap-type: x mandatory;
        scroll-behavior: smooth;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .how-it-works-row::-webkit-scrollbar {
        display: none;
    }

    /* Cards */
    .step-card-horizontal {
        flex: 0 0 85%;
        max-width: 320px;
        min-width: 280px;
        padding: 36px 28px;
        scroll-snap-align: center;
        scroll-snap-stop: always;
        border-radius: 24px;
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
        background: white;
        border: 2px solid #f5f5f5;
        animation: none !important;
        transition: transform 0.2s ease;
    }

    .step-card-horizontal:active {
        transform: scale(0.98);
    }

    /* First card margin for centering */
    .step-card-horizontal:first-child {
        margin-left: 7.5%;
    }

    /* Last card margin for centering */
    .step-card-horizontal:last-child {
        margin-right: 7.5%;
    }

    /* Badge styling */
    .step-badge {
        width: 52px;
        height: 52px;
        font-size: 1.3rem;
        margin-bottom: 20px;
        background: linear-gradient(135deg, #FFF7ED, #FFEDD5);
        color: var(--celebrity-primary);
        font-weight: 800;
        border: 2px solid rgba(255, 107, 0, 0.2);
    }

    .step-title {
        font-size: 1.25rem;
        margin-bottom: 14px;
        font-weight: 800;
    }

    .step-text {
        font-size: 1rem;
        line-height: 1.7;
        color: #666;
    }

    /* Microcopy */
    .microcopy {
        margin-top: 40px !important;
        padding: 0 20px;
        font-size: 0.95rem !important;
    }
}

/* Mobile phones */
@media (max-width: 768px) {
    .how-it-works-section {
        padding: 40px 0 !important;
    }

    .how-it-works-wrapper {
        padding: 20px 0 15px;
    }

    .how-it-works-row {
        gap: 16px;
        padding: 16px;
    }

    .step-card-horizontal {
        flex: 0 0 80%;
        max-width: 280px;
        min-width: 260px;
        padding: 32px 24px;
    }

    .step-card-horizontal:first-child {
        margin-left: 10%;
    }

    .step-card-horizontal:last-child {
        margin-right: 10%;
    }

    .step-badge {
        width: 48px;
        height: 48px;
        font-size: 1.2rem;
        margin-bottom: 18px;
    }

    .step-title {
        font-size: 1.2rem;
        margin-bottom: 12px;
    }

    .step-text {
        font-size: 0.95rem;
        line-height: 1.6;
    }

    .microcopy {
        margin-top: 35px !important;
        font-size: 0.9rem !important;
    }
}

/* Small phones */
@media (max-width: 480px) {
    .how-it-works-section {
        padding: 35px 0 !important;
    }

    .how-it-works-wrapper {
        padding: 15px 0 10px;
    }

    .how-it-works-row {
        gap: 12px;
        padding: 12px;
    }

    .step-card-horizontal {
        flex: 0 0 75%;
        max-width: 260px;
        min-width: 240px;
        padding: 28px 20px;
        border-radius: 20px;
    }

    .step-card-horizontal:first-child {
        margin-left: 12.5%;
    }

    .step-card-horizontal:last-child {
        margin-right: 12.5%;
    }

    .step-badge {
        width: 44px;
        height: 44px;
        font-size: 1.1rem;
        margin-bottom: 16px;
    }

    .step-title {
        font-size: 1.15rem;
        margin-bottom: 10px;
    }

    .step-text {
        font-size: 0.9rem;
        line-height: 1.5;
    }

    .microcopy {
        margin-top: 30px !important;
        font-size: 0.85rem !important;
        line-height: 1.5;
    }
}

/* 5) Pricing Section - Brand Colors Redesign */
.exclusive-invite-card {
    background: linear-gradient(135deg, #FFF7ED, #FFFFFF);
    /* Light Orange Brand Theme */
    border-radius: 24px;
    padding: 60px;
    position: relative;
    overflow: hidden;
    color: var(--celebrity-text);
    /* Dark text */
    box-shadow: 0 20px 60px rgba(255, 107, 0, 0.15);
    /* Orange shadow */
    border: 1px solid rgba(255, 107, 0, 0.1);
}

/* Background Shine Effect */
.card-shine {
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle at center, rgba(255, 107, 0, 0.05), transparent 60%);
    pointer-events: none;
    z-index: 1;
}

.invite-content {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

/* Badge */
.premium-badge {
    display: inline-block;
    background: var(--celebrity-primary);
    /* Brand Orange */
    color: white;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.85rem;
    padding: 8px 16px;
    border-radius: 50px;
    margin-bottom: 24px;
    box-shadow: 0 4px 15px rgba(255, 107, 0, 0.3);
}

.highlight-gold {
    color: var(--celebrity-primary);
    /* Brand Orange Highlight */
    background: none;
    -webkit-text-fill-color: initial;
}

.invite-header {
    text-align: left;
}

.invite-title {
    font-family: 'Rubik', sans-serif;
    font-size: clamp(2.5rem, 4vw, 3rem);
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.1;
    color: var(--celebrity-text);
}

.invite-text {
    font-size: 1.1rem;
    color: var(--celebrity-text-muted);
    /* Darker muted text */
    line-height: 1.7;
    max-width: 500px;
}

/* Right Side Features */
.invite-features {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.feature-row {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.feature-icon {
    width: 50px;
    height: 50px;
    background: rgba(255, 107, 0, 0.1);
    /* Light Orange BG */
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--celebrity-primary);
    /* Brand Orange Icon */
    font-size: 1.25rem;
    flex-shrink: 0;
    box-shadow: none;
}

.feature-text {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.feature-text strong {
    font-size: 1.1rem;
    color: var(--celebrity-text);
}

.feature-text span {
    color: var(--celebrity-text-muted);
    font-size: 0.95rem;
}

/* Responsive */
@media (max-width: 992px) {
    .invite-content {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .exclusive-invite-card {
        padding: 40px 30px;
        text-align: center;
    }

    .invite-header {
        text-align: center;
    }

    .invite-text {
        margin: 0 auto;
    }

    .feature-row {
        text-align: left;
        /* Keep features left aligned or center? Center usually messy with icons */
    }
}

/* 6) Safety & Privacy - Overlapping Parallax Redesign */
.safety-section-parallax {
    position: relative;
    height: 200vh;
    /* Double height to allow overlap */
    background: transparent;
}

.safety-parallax-row {
    position: sticky;
    top: 0;
    height: 100vh;
    display: flex;
    align-items: stretch;
    overflow: visible;
}

/* Celebrities Row - Sticky at top, gets covered */
.celebrities-row {
    z-index: 1;
}

/* Fans Row - Overlaps celebrities as you scroll */
.fans-row {
    z-index: 2;
    top: 0;
}

/* 50% Content Side - Full height */
.safety-content-side {
    width: 50%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 80px 60px;
    position: relative;
    background: linear-gradient(135deg, #FAFAFA 0%, #FFFFFF 100%);
}

.celebrities-row .safety-content-side {
    background: linear-gradient(135deg, #FAFAFA 0%, #FFFFFF 100%);
}

.fans-row .safety-content-side {
    background: linear-gradient(135deg, #FFFFFF 0%, #F5F5F5 100%);
}

.safety-content-inner {
    max-width: 550px;
    width: 100%;
    opacity: 0;
    transform: translateY(60px);
    transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
}

.safety-parallax-row.in-view .safety-content-inner {
    opacity: 1;
    transform: translateY(0);
}

/* Icon Badge */
.safety-icon-badge {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, rgba(249, 115, 22, 0.1), rgba(239, 68, 68, 0.1));
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 32px;
    transition: all 0.5s ease;
}

.safety-icon-badge img,
.safety-badge-image {
    width: 52px;
    height: 52px;
    object-fit: contain;
    display: block;
}

.safety-icon-badge i {
    font-size: 2.5rem;
    background: linear-gradient(135deg, #f97316, #ef4444);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.safety-parallax-row.in-view .safety-icon-badge {
    transform: scale(1.05) rotate(5deg);
}

/* Heading */
.safety-heading {
    font-size: clamp(2.5rem, 4vw, 3.5rem);
    /* font-weight: 800; */
    line-height: 1.1;
    margin-bottom: 40px;
    color: var(--celebrity-text);
}
/* Features List */
.safety-features-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.safety-features-list li {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 20px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    opacity: 0;
    transform: translateX(-30px);
    transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.safety-parallax-row.in-view .safety-features-list li:nth-child(1) {
    opacity: 1;
    transform: translateX(0);
    transition-delay: 0.2s;
}

.safety-parallax-row.in-view .safety-features-list li:nth-child(2) {
    opacity: 1;
    transform: translateX(0);
    transition-delay: 0.3s;
}

.safety-parallax-row.in-view .safety-features-list li:nth-child(3) {
    opacity: 1;
    transform: translateX(0);
    transition-delay: 0.4s;
}

.safety-parallax-row.in-view .safety-features-list li:nth-child(4) {
    opacity: 1;
    transform: translateX(0);
    transition-delay: 0.5s;
}

.safety-features-list li:last-child {
    border-bottom: none;
}

.safety-features-list li i {
    color: var(--celebrity-primary);
    font-size: 1.5rem;
    flex-shrink: 0;
    margin-top: 4px;
}

.safety-features-list li span {
    font-size: 1.15rem;
    color: var(--celebrity-text);
    font-weight: 500;
    line-height: 1.6;
}

/* 50% Image Side - Full height, full cover */
.safety-image-side {
    width: 50%;
    height: 100vh;
    position: relative;
    overflow: hidden;
}

.safety-image-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transform: scale(1.1);
    transition: all 1.2s cubic-bezier(0.16, 1, 0.3, 1);
}

.safety-parallax-row.in-view .safety-image-wrapper {
    opacity: 1;
    transform: scale(1);
    transition-delay: 0.3s;
}

.safety-image-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* background: linear-gradient(135deg, rgba(249, 115, 22, 0.15), rgba(239, 68, 68, 0.15)); */
    z-index: 1;
    opacity: 1;
    transition: opacity 0.4s ease;
}

.safety-image-wrapper:hover::before {
    opacity: 0.5;
}

.safety-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Footer Text */
.safety-footer-text {
    text-align: center;
    padding: 60px 0;
    font-weight: 600;
    font-size: 1.1rem;
    color: var(--celebrity-text-muted);
    margin: 0;
    background: var(--celebrity-bg);
    position: relative;
    z-index: 3;
}

/* Responsive */
@media (max-width: 992px) {
    .safety-section-parallax {
        height: auto;
    }

    .safety-parallax-row {
        position: relative;
        height: auto;
        flex-direction: column;
    }

    .safety-content-side,
    .safety-image-side {
        width: 100%;
        height: auto;
        min-height: 60vh;
    }

    .safety-content-side {
        padding: 60px 40px;
    }

    .safety-image-side {
        min-height: 50vh;
    }

    .safety-image-wrapper {
        position: relative;
        height: 100%;
        min-height: 50vh;
    }

    /* Stack order for mobile */
    .fans-row {
        flex-direction: column-reverse;
    }
}

@media (max-width: 768px) {
    .safety-content-side {
        padding: 40px 20px;
    }

    .safety-heading {
        font-size: 2rem;
        margin-bottom: 30px;
    }

    .safety-icon-badge {
        width: 70px;
        height: 70px;
        margin-bottom: 24px;
    }

    .safety-icon-badge img,
    .safety-badge-image {
        width: 45px;
        height: 45px;
        object-fit: contain;
    }

    .safety-icon-badge i {
        font-size: 2rem;
    }

    .safety-features-list li {
        padding: 16px 0;
    }

    .safety-features-list li span {
        font-size: 1rem;
    }

    .safety-footer-text {
        padding: 40px 20px;
        font-size: 1rem;
    }

    .safety-image-side {
        min-height: 40vh;
    }
}

/* 7) Creator Benefits - Clean Redesign */
.benefits-section {
    padding: 180px 0 120px;
    position: relative;
    z-index: 10;
    min-height: 600px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    overflow: hidden;
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}

/* Background Video Container */
.benefits-video-background {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 40px);
    max-width: calc(1200px - 40px);
    /* Restrict background + overlay to the video band only */
    aspect-ratio: 16 / 9;
    height: auto;
    z-index: 0;
    overflow: hidden;
    box-sizing: border-box;
    border-radius: 35px;
}

.benefits-bg-video {
    width: 100%;
    height: 100%;
    /* Show full video without cutting (letterboxed if needed) */
    object-fit: contain;
    position: relative;
}

/* Video Overlay for better text readability */
.benefits-video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* Soft dark layer so text doesn't clash with video */
    background: linear-gradient(
        90deg,
        rgba(0, 0, 0, 0.45) 0%,
        rgba(0, 0, 0, 0.30) 35%,
        rgba(0, 0, 0, 0.15) 70%,
        rgba(0, 0, 0, 0.05) 100%
    );

    z-index: 1;
}

/* Small text at bottom right of video */
.benefits-video-text {
    position: absolute;
    bottom: 10px;
    right: 56px;
    z-index: 3;
    font-size: 9px;
    color: rgba(244 93 43);
    font-weight: 400;
    text-shadow: 0 2px 4px rgba(119, 119, 119, 0.5);
    letter-spacing: 0.5px;
}

/* Content Wrapper */
.benefits-content-wrapper {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0;
    padding: 0;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.benefits-section .celebrity-container {
    margin: 0;
    padding-left: 60px;
    padding-right: 20px;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    z-index: 2;
}

.benefits-split-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    align-items: center;
}

.benefits-text {
    max-width: 600px;
    position: relative;
    z-index: 3;
    text-align: left;
    margin-left: 0;
    padding-left: 0;
    margin-right: auto;
}

.benefits-text .section-title {
    text-align: left;
    margin-bottom: 40px;
    color: white;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.benefits-list-clean {
    list-style: none;
    padding: 0;
    margin-bottom: 40px;
}

.benefits-list-clean li {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
    align-items: flex-start;
    transition: all 0.3s ease;
    padding: 12px;
    border-radius: 12px;
    position: relative;
}

.benefits-list-clean li:hover {
    background: rgba(255, 107, 0, 0.15);
    transform: translateX(8px);
    backdrop-filter: blur(10px);
}

.benefit-number {
    font-family: 'Rubik', sans-serif;
    font-size: 1.5rem;
    font-weight: 800;
    color: rgba(255, 107, 0, 0.5);
    line-height: 1;
    transition: all 0.3s ease;
    min-width: 40px;
    text-shadow: 0 0 10px rgba(255, 107, 0, 0.3);
}

.benefits-list-clean li:hover .benefit-number {
    color: var(--celebrity-primary);
    transform: scale(1.1);
    text-shadow: 0 0 15px rgba(255, 107, 0, 0.6);
}

.benefits-list-clean li span:last-child {
    font-size: 1.15rem;
    color: rgba(255, 255, 255, 0.95);
    line-height: 1.5;
    font-weight: 500;
    transition: color 0.3s ease;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.benefits-list-clean li:hover span:last-child {
    color: white;
}

.image-frame-clean {
    border-radius: 24px;
    overflow: hidden;
    position: relative;
    /* box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1); */
}

.image-frame-clean img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.5s ease;
}

.image-frame-clean:hover img {
    transform: scale(1.03);
}

/* Responsive adjustments for Benefits section */
@media (max-width: 992px) {
    .benefits-section {
        padding: 120px 20px 80px;
        min-height: auto;
        display: block;
    }

    .benefits-video-background {
        position: relative;
        left: auto;
        top: auto;
        transform: none;
        width: 100%;
        max-width: 100%;
        margin: 0 auto 32px;
        border-radius: 24px;
    }

    .benefits-section .celebrity-container {
        padding-left: 0;
        padding-right: 0;
    }

    .benefits-content-wrapper {
        justify-content: center;
    }

    .benefits-text {
        max-width: 100%;
    }

    /* On tablet, use dark text over lighter layout */
    .benefits-text .section-title {
        color: var(--celebrity-text);
        text-shadow: none;
    }

    .benefits-list-clean li span:last-child {
        color: var(--celebrity-text);
        text-shadow: none;
    }
}

@media (max-width: 768px) {
    .benefits-section {
        padding: 90px 16px 60px;
    }

    .benefits-video-background {
        margin-bottom: 24px;
        border-radius: 20px;
    }

    .benefits-text .section-title {
        text-align: left;
        font-size: 1.9rem;
    }

    .benefits-list-clean li span:last-child {
        font-size: 1.05rem;
    }
}


/* 8) Monetization Model - Grid Design */
.monetization-section {
    padding: 180px 0 100px;
    background: var(--celebrity-bg);
}

.monetization-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-top: 40px;
}

.monetization-card {
    background: white;
    padding: 40px 30px;
    border-radius: 24px;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.03);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
    transition: all 0.3s ease;
}

.monetization-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(255, 107, 0, 0.1);
    border-color: rgba(255, 107, 0, 0.1);
}

.monetization-icon {
    width: 64px;
    height: 64px;
    background: linear-gradient(135deg, #FFF7ED, #FFFFFF);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
    color: var(--celebrity-primary);
    font-size: 1.5rem;
    box-shadow: 0 5px 15px rgba(255, 107, 0, 0.1);
    transition: transform 0.3s ease;
}

.monetization-card:hover .monetization-icon {
    transform: scale(1.1) rotate(5deg);
}

.monetization-card h3 {
    font-size: 1.25rem;
    font-weight: 800;
    margin-bottom: 12px;
    color: var(--celebrity-text);
}

.monetization-card p {
    font-size: 0.95rem;
    color: var(--celebrity-text-muted);
    line-height: 1.6;
}

/* ============================================
   MONETIZATION SECTION - MOBILE RESPONSIVE
   ============================================ */

/* Tablet - 2 columns */
@media (max-width: 992px) {
    .monetization-section {
        padding: 90px 0 80px;
    }

    .monetization-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
        margin-top: 36px;
    }

    .monetization-card {
        padding: 36px 28px;
    }

    .monetization-icon {
        width: 60px;
        height: 60px;
        font-size: 1.4rem;
        margin-bottom: 20px;
    }

    .monetization-card h3 {
        font-size: 1.2rem;
    }

    .monetization-card p {
        font-size: 0.95rem;
    }
}

/* Mobile - 1 column */
@media (max-width: 768px) {
    .monetization-section {
        padding: 70px 0 60px;
    }

    .monetization-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-top: 32px;
    }

    .monetization-card {
        padding: 32px 24px;
        max-width: 100%;
    }

    .monetization-card:active {
        transform: scale(0.98);
    }

    .monetization-icon {
        width: 56px;
        height: 56px;
        font-size: 1.3rem;
        margin-bottom: 18px;
    }

    .monetization-card h3 {
        font-size: 1.15rem;
        margin-bottom: 10px;
    }

    .monetization-card p {
        font-size: 0.95rem;
        line-height: 1.6;
    }

    /* Disable hover on touch devices */
    @media (hover: none) {
        .monetization-card:hover {
            transform: none;
        }
    }
}

/* Small phones */
@media (max-width: 480px) {
    .monetization-section {
        padding: 60px 0 50px;
    }

    .monetization-grid {
        gap: 16px;
        margin-top: 28px;
    }

    .monetization-card {
        padding: 28px 20px;
    }

    .monetization-icon {
        width: 52px;
        height: 52px;
        font-size: 1.2rem;
        margin-bottom: 16px;
    }

    .monetization-card h3 {
        font-size: 1.1rem;
    }

    .monetization-card p {
        font-size: 0.9rem;
    }
}


/* 9) FAQ Section - Refined */
.faq-section {
    padding: 100px 0;
    background: white;
}

.faq-container {
    max-width: 800px;
    /* Reduced width as requested */
    margin: 40px auto 0;
    display: flex;
    flex-direction: column;
    /* gap: 20px; */
}

.faq-depth-item {
    background: white;
    margin-bottom: 20px;
    border-radius: 20px;
    border: 1px solid var(--celebrity-border);
    overflow: hidden;
}

.faq-question {
    padding: 24px 32px;
    font-weight: 700;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.faq-answer {
    padding: 0 32px 24px;
    color: var(--celebrity-text-muted);
    line-height: 1.7;
}

/* 10) Final CTA */
/* 10) Final CTA */
.cta-impact-box {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.8)), url('/img/celebrity-grid.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 100px 60px;
    border-radius: 24px;
    text-align: center;
    color: white;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.5);
    /* Strong dark shadow */
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
    /* Subtle border for definition */
}

.cta-impact-box .section-title {
    color: white;
}

.cta-impact-box .section-subtitle {
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 40px;
}

/* Responsive */
@media (max-width: 992px) {
    .benefits-section {
        padding: 150px 0 100px;
        min-height: 550px;
    }

    .benefits-section .celebrity-container {
        padding-left: 40px;
        padding-right: 20px;
        justify-content: flex-start;
    }

    .benefits-video-background {
        width: calc(100% - 40px);
        max-width: calc(100% - 40px);
    }

    .benefits-content-wrapper {
        margin-left: 0;
    }

    .benefits-text {
        margin-left: 0;
        margin-right: auto;
    }

    .safety-parallel-grid,
    .benefits-split-container {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    section {
        padding: 80px 0;
    }

    .timeline-3d::before {
        left: 20px;
    }

    .step-number-3d {
        width: 44px;
        height: 44px;
        border-radius: 12px;
        font-size: 1.25rem;
    }

    .cta-impact-box {
        padding: 60px 30px;
    }

    /* Benefits section mobile adjustments */
    .benefits-section {
        padding: 90px 0 70px;
        min-height: auto;
        max-width: 100%;
        margin: 0 auto;
        position: relative;
        display: flex;
        flex-direction: column;
    }

    .benefits-video-background {
        position: relative;
        top: 0;
        left: 0;
        transform: none;
        width: 100%;
        max-width: 100%;
        /* Gap above video, no extra gap below */
        margin: 20px auto 0;
        order: 2;
    }

    .benefits-section .celebrity-container {
        padding-left: 30px;
        padding-right: 20px;
        justify-content: flex-start;
        order: 1;
    }

    .benefits-content-wrapper {
        padding: 0;
        max-width: 100%;
        margin-left: 0;
    }

    .benefits-text {
        max-width: 100%;
        text-align: left;
        margin-left: 0;
        margin-right: auto;
    }

    .benefits-text .section-title {
        text-align: left;
        font-size: clamp(2rem, 6vw, 2.5rem);
        margin-bottom: 32px;
        /* Mobile: dark text for readability on light background */
        color: #111;
        text-shadow: none;
    }

    .benefits-video-overlay {
        /* background: linear-gradient(
            180deg,
            rgba(0, 0, 0, 0.85) 0%,
            rgba(0, 0, 0, 0.75) 50%,
            rgba(0, 0, 0, 0.6) 100%
        ); */
    }

    .benefits-video-text {
        bottom: 15px;
        right: 15px;
        font-size: 0.7rem;
    }

    .benefits-list-clean {
        margin-bottom: 32px;
    }

    .benefits-list-clean li {
        gap: 16px;
        margin-bottom: 20px;
        padding: 10px;
    }

    .benefit-number {
        font-size: 1.3rem;
        min-width: 36px;
        color: var(--celebrity-primary);
        text-shadow: none;
    }

    .benefits-list-clean li span:last-child {
        font-size: 1rem;
        color: #222;
        text-shadow: none;
    }
}

/* Extra Small Mobile */
@media (max-width: 480px) {
    .benefits-section {
        padding: 80px 0 55px;
        min-height: auto;
    }

    .benefits-video-background {
        width: 100%;
        max-width: 100%;
        margin-top: 18px;
        margin-bottom: 0;
    }

    .benefits-section .celebrity-container {
        padding-left: 24px;
        padding-right: 16px;
        justify-content: flex-start;
    }

    .benefits-content-wrapper {
        padding: 0;
        margin-left: 0;
    }

    .benefits-text {
        margin-left: 0;
        margin-right: auto;
    }

    .benefits-text .section-title {
        font-size: clamp(1.75rem, 7vw, 2rem);
        margin-bottom: 24px;
        color: #111;
        text-shadow: none;
    }

    .benefits-list-clean {
        margin-bottom: 24px;
    }

    .benefits-list-clean li {
        gap: 12px;
        margin-bottom: 16px;
        padding: 8px;
    }

    .benefit-number {
        font-size: 1.2rem;
        min-width: 32px;
    }

    .benefits-video-text {
        bottom: 12px;
        right: 12px;
        font-size: 0.65rem;
        color: var(--celebrity-primary);
        text-shadow: none;
    }

    .benefits-list-clean li span:last-child {
        font-size: 0.95rem;
        color: #222;
        text-shadow: none;
    }
}

/* 1.5) Interactive Connection Experience - Brand Aligned */
.connection-experience-section {
    padding: 80px 0;
    /* Reduced from 140px */
    position: relative;
    overflow: hidden;
    color: white;
    /* Background Ambient Glow */
    /* box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.5); */
}

.connection-experience-section::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, rgba(255, 107, 0, 0.08) 0%, transparent 70%);
    /* Brand Orange Glow */
    pointer-events: none;
    z-index: 1;
}

.interaction-split-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    position: relative;
    z-index: 10;
    max-width: 1000px;
    margin: 0 auto;
}

/* Left Side: Interaction */
.interaction-side {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 400px;
}

.interaction-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Right Side: Phone */
.phone-side {
    display: flex;
    justify-content: center;
    height: 600px;
    position: relative;
}

/* Phone Mockup */
.phone-mockup-container {
    padding: 0;
    position: relative;
    transform: scale(0.9);
    z-index: 20;
    transition: all 0.8s cubic-bezier(0.34, 1.56, 0.64, 1);
    opacity: 0.6;
    filter: blur(2px) grayscale(100%);
}

.phone-mockup-container.active {
    opacity: 1;
    transform: scale(1);
    filter: blur(0) grayscale(0);
}

.phone-frame {
    width: 300px;
    height: 600px;
    background: #111;
    border-radius: 48px;
    border: 6px solid #222;
    position: relative;
    box-shadow:
        0 0 0 2px #333,
        0 30px 60px -10px rgba(0, 0, 0, 0.9),
        inset 0 0 20px rgba(0, 0, 0, 0.5);
    overflow: hidden;
}

/* Phone Reflection/Shine */
.phone-frame::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, transparent 50%, rgba(255, 255, 255, 0.05) 100%);
    pointer-events: none;
    z-index: 30;
}

.phone-notch {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 28px;
    background: #000;
    border-bottom-left-radius: 18px;
    border-bottom-right-radius: 18px;
    z-index: 25;
}

.phone-screen {
    width: 100%;
    height: 100%;
    background: #000;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* LIVE TAG */
.live-tag {
    position: absolute;
    top: 40px;
    left: 20px;
    background: #FF0000;
    color: white;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 0.75rem;
    font-weight: 700;
    z-index: 40;
    opacity: 0;
    transition: opacity 0.3s;
    box-shadow: 0 0 10px rgba(255, 0, 0, 0.5);
}

.phone-mockup-container.active .live-tag {
    opacity: 1;
    animation: pulseRed 2s infinite;
}

@keyframes pulseRed {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.7;
    }

    100% {
        opacity: 1;
    }
}

.reward-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 0.5s ease, filter 0.5s ease;
}

.reward-video.blurred {
    filter: blur(15px);
}

.phone-mockup-container.active .reward-video {
    opacity: 1;
}

.screen-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
    transition: all 0.6s ease;
    backdrop-filter: blur(5px);
    z-index: 30;
}

.phone-mockup-container.active .screen-overlay {
    opacity: 0;
    pointer-events: none;
    transform: scale(1.1);
}

/* Paywall Overlay */
.paywall-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.85);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.5s ease;
    z-index: 40;
}

.paywall-overlay.visible {
    opacity: 1;
    pointer-events: auto;
}

.paywall-content {
    text-align: center;
    padding: 24px;
}

.paywall-content h3 {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 8px;
    color: white;
}

.paywall-content p {
    font-size: 0.9rem;
    color: #999;
    margin-bottom: 24px;
}

.btn-paywall {
    background: var(--celebrity-primary);
    /* Brand Orange */
    color: white;
    border: none;
    padding: 12px 28px;
    border-radius: 100px;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 10px 25px rgba(255, 107, 0, 0.3);
    transition: transform 0.2s, background 0.2s;
    z-index: 50;
    /* Ensure it's on top */
    pointer-events: auto;
}

.btn-paywall:hover {
    transform: scale(1.05);
    background: var(--celebrity-primary-dark);
}

.locked-icon,
.locked-icon-paywall {
    font-size: 2.2rem;
    margin-bottom: 16px;
    color: #666;
    background: rgba(255, 255, 255, 0.05);
    padding: 20px;
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.locked-icon-paywall {
    color: var(--celebrity-primary);
    border-color: rgba(255, 107, 0, 0.3);
    background: rgba(255, 107, 0, 0.05);
}

/* Timer */
.video-timer {
    position: absolute;
    top: 40px;
    right: 20px;
    background: rgba(0, 0, 0, 0.6);
    padding: 4px 12px;
    border-radius: 100px;
    font-size: 0.8rem;
    font-weight: 700;
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.15);
    opacity: 0;
    transition: opacity 0.3s;
    z-index: 35;
    font-family: monospace;
}

.phone-mockup-container.active .video-timer {
    opacity: 1;
}

/* Interaction Layer - Left Side */
.interaction-layer {
    position: relative;
    width: 100%;
    min-width: 300px;
    /* Ensure space */
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.interaction-layer.hidden {
    opacity: 0;
    pointer-events: none;
}

/* Glowing Track */
.drag-track-line {
    position: absolute;
    top: 50%;
    left: 110px;
    right: 110px;
    height: 3px;
    background: linear-gradient(90deg, rgba(255, 107, 0, 0.3), rgba(255, 107, 0, 0.5), rgba(255, 107, 0, 0.3));
    border-radius: 4px;
    transform: translateY(-50%);
    z-index: 0;
    overflow: visible;
    box-shadow: 0 0 10px rgba(255, 107, 0, 0.2);
}

@keyframes shimmerTrack {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(100%);
    }
}

@keyframes trackDot {
    0% {
        left: 0;
        opacity: 0;
    }
    10% {
        opacity: 1;
    }
    90% {
        opacity: 1;
    }
    100% {
        left: calc(100% - 8px);
        opacity: 0;
    }
}

.connection-ball {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 700;
    cursor: grab;
    z-index: 10;
    transition: transform 0.05s linear;
    /* Fast response for drag */
    user-select: none;
    -webkit-user-select: none;
}

.connection-ball:active {
    cursor: grabbing;
    transform: scale(1.1) translateY(-50%);
}

/* Fan Ball - You -> CHANGED TO BRAND ORANGE */
.fan-ball {
    left: 0;
    background: radial-gradient(circle at 30% 30%, #FF8533, #E55A2A);
    /* Lighter Orange to Dark Orange */
    box-shadow: 0 10px 25px rgba(255, 107, 0, 0.3), 0 0 40px rgba(255, 107, 0, 0.4);
    /* Enhanced glow */
    border: 2px solid white;
    animation: pulseBall 2s infinite ease-in-out;
    cursor: grab;
}

.fan-ball:hover {
    transform: translateY(-50%) scale(1.05);
    box-shadow: 0 15px 35px rgba(255, 107, 0, 0.5), 0 0 60px rgba(255, 107, 0, 0.6);
}

.fan-ball .ball-glow {
    animation: pulseGlow 2s infinite ease-in-out;
}

.fan-ball .ball-content {
    font-size: 1.3rem;
    /* Increased font size */
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 2;
}

.drag-hint {
    position: absolute;
    bottom: -60px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--celebrity-primary);
    white-space: nowrap;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    animation: fadeUpDown 2s infinite ease-in-out;
    pointer-events: none;
    background: rgba(255, 255, 255, 0.95);
    padding: 8px 16px;
    border-radius: 20px;
    box-shadow: 0 4px 12px rgba(255, 107, 0, 0.2);
    z-index: 15;
}

.drag-hint i {
    font-size: 1rem;
    animation: pointHand 1.5s infinite ease-in-out;
}

.drag-hint span {
    color: var(--celebrity-primary);
}

.drag-arrow {
    position: absolute;
    right: -80px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--celebrity-primary);
    font-size: 2rem;
    animation: slideArrow 1.5s infinite ease-in-out;
    pointer-events: none;
    z-index: 5;
    opacity: 0.9;
}

.drag-arrow i {
    filter: drop-shadow(0 2px 4px rgba(255, 107, 0, 0.3));
}

/* Message shown AFTER connection (while video plays) */
.post-connection-content {
    display: none;
    /* Hidden by default */
    flex-direction: column;
    align-items: flex-start;
    /* Left Align */
    text-align: left;
    /* Left Align */
    animation: fadeInContent 1s ease;
    max-width: 400px;
    margin-top: -170px;
}

.post-connection-content.visible {
    display: flex;
}

.connection-features-title {
    font-size: 1.75rem;
    font-weight: 800;
    color: var(--celebrity-text);
    margin-bottom: 24px;
    line-height: 1.2;
}

.connection-features-title .highlight {
    color: var(--celebrity-primary);
}

.connection-features-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    width: 100%;
}

.connection-feature-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 12px;
    border: 1px solid rgba(255, 107, 0, 0.1);
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.connection-feature-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(255, 107, 0, 0.15);
    border-color: rgba(255, 107, 0, 0.3);
}

.connection-feature-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    flex-shrink: 0;
    background: linear-gradient(135deg, rgba(255, 107, 0, 0.15), rgba(255, 107, 0, 0.1));
    color: var(--celebrity-primary);
}

.connection-feature-text {
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--celebrity-text);
    line-height: 1.4;
    flex: 1;
}

.post-connection-content p {
    font-size: 1.1rem;
    color: var(--celebrity-text-muted);
    /* #666 */
    line-height: 1.6;
}

@keyframes fadeInContent {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}



@keyframes fadeUpDown {

    0%,
    100% {
        opacity: 0.4;
        transform: translate(-50%, 0);
    }

    50% {
        opacity: 1;
        transform: translate(-50%, -5px);
    }
}

@keyframes pulseBall {
    0%, 100% {
        transform: translateY(-50%) scale(1);
        box-shadow: 0 10px 25px rgba(255, 107, 0, 0.3), 0 0 40px rgba(255, 107, 0, 0.4);
    }
    50% {
        transform: translateY(-50%) scale(1.08);
        box-shadow: 0 15px 35px rgba(255, 107, 0, 0.5), 0 0 60px rgba(255, 107, 0, 0.6);
    }
}

@keyframes pulseGlow {
    0%, 100% {
        opacity: 0.6;
        transform: scale(1);
    }
    50% {
        opacity: 1;
        transform: scale(1.2);
    }
}

@keyframes pointHand {
    0%, 100% {
        transform: translateX(0) rotate(0deg);
    }
    25% {
        transform: translateX(5px) rotate(10deg);
    }
    75% {
        transform: translateX(-5px) rotate(-10deg);
    }
}

@keyframes slideArrow {
    0%, 100% {
        transform: translateY(-50%) translateX(0);
        opacity: 0.7;
    }
    50% {
        transform: translateY(-50%) translateX(15px);
        opacity: 1;
    }
}

@keyframes trackDot {
    0% {
        left: 0;
        opacity: 0;
    }
    10% {
        opacity: 1;
    }
    90% {
        opacity: 1;
    }
    100% {
        left: calc(100% - 8px);
        opacity: 0;
    }
}

/* Celebrity Ball - Star */
.celebrity-ball {
    right: 0;
    background: radial-gradient(circle at 30% 30%, #ffffff, #e5e5e5);
    box-shadow:
        0 0 30px rgba(255, 255, 255, 0.1),
        inset 0 0 20px rgba(255, 255, 255, 0.8);
    color: #111;
    border: 2px solid rgba(255, 255, 255, 0.5);
}

.celebrity-ball .ball-content {
    font-size: 1.8rem;
    color: #333;
    z-index: 2;
}

.ball-ring {
    position: absolute;
    inset: -15px;
    border: 1px dashed rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    animation: spinRing 10s linear infinite;
    z-index: 1;
}

@keyframes spinRing {
    to {
        transform: rotate(360deg);
    }
}

/* Instructions */
.interaction-instructions {
    margin-top: 0;
    margin-bottom: 40px;
    font-size: 1.1rem;
    font-weight: 500;
    color: #888;
    opacity: 0.8;
    transition: opacity 0.5s ease;
    letter-spacing: 0.5px;
    text-align: center;
}

.interaction-instructions .highlight {
    color: var(--celebrity-primary);
    /* Brand Orange */
    font-weight: 700;
}

.interaction-instructions.hidden {
    opacity: 0;
}

/* Particles / Burst */
.merge-effect {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    z-index: 60;
}

.burst-particle {
    position: absolute;
    width: 6px;
    height: 6px;
    background: var(--celebrity-primary);
    /* Brand Orange Particles */
    border-radius: 50%;
    opacity: 0;
}

/* Animation classes for burst handled via JS or detailed keyframes */

/* Responsive Split Layout */
@media (max-width: 992px) {
    .interaction-split-layout {
        grid-template-columns: 1fr;
        gap: 50px;
        display: flex;
        flex-direction: column-reverse;
    }

    .interaction-side {
        min-height: auto;
        /* Actually user said "phone mockup right side" on desktop. On mobile, stack: Header -> Phone -> Interaction? Or Interaction -> Phone? */
        /* Let's do Header -> Interaction -> Phone to encourage play first. */
        order: 1;
        margin-bottom: 40px;
    }

    .phone-side {
        order: 2;
        height: 500px;
    }
}

/* Mobile */
@media (max-width: 768px) {
    section {
        padding: 40px 0;
        /* Tighter mobile sections */
    }

    .connection-experience-section {
        padding: 40px 0;
        /* Reduced from 80px */
    }

    .phone-mockup-container {
        transform: scale(0.75);
    }

    .phone-mockup-container.active {
        transform: scale(0.85);
    }

    .interaction-split-layout {
        gap: 80px;
    }

    /* Reduce Header Gaps */
    .section-header {
        margin-bottom: 30px;
    }

    .section-title {
        font-size: 2rem;
        /* controlled size */
        margin-bottom: 12px;
    }

    .interaction-layer {
        max-width: 320px;
    }

    .connection-ball {
        width: 80px;
        height: 80px;
    }

    .drag-track-line {
        left: 80px;
        right: 80px;
    }

    .drag-hint {
        font-size: 0.65rem;
        padding: 6px 12px;
        bottom: -55px;
    }

    .drag-hint i {
        font-size: 0.85rem;
    }

    .drag-arrow {
        right: -60px;
        font-size: 1.5rem;
    }

    .interaction-instructions {
        margin-top: 0;
        margin-bottom: 30px;
        font-size: 0.95rem;
    }

    .post-connection-content {
        align-items: center;
        text-align: center;
        margin-top: -140px;
        /* Adjusted for tighter mobile layout */
        max-width: 100%;
        padding: 0 20px;
    }

    .connection-features-title {
        font-size: 1.5rem;
        margin-bottom: 20px;
        text-align: center;
    }

    .connection-features-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .connection-feature-item {
        padding: 14px;
        gap: 10px;
    }

    .connection-feature-icon {
        width: 44px;
        height: 44px;
        font-size: 1.1rem;
    }

    .connection-feature-text {
        font-size: 0.85rem;
    }
}