/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    line-height: 1.6;
    color: #333;
    overflow-x: hidden;
    padding-top: 60px;
    background: white;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Live Counter Bar */
.live-counter-bar {
    background: linear-gradient(135deg, #2563eb 0%, #7c3aed 100%);
    color: white;
    padding: 0.5rem 0;
    text-align: center;
    font-weight: 500;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    box-shadow: 0 2px 10px rgba(37, 99, 235, 0.3);
}

.counter-content {
    font-size: 0.95rem;
}

.counter-number {
    font-weight: 700;
    font-size: 1.1rem;
    color: #fbbf24;
}

.deadline {
    font-weight: 700;
    color: #fbbf24;
}

.video-container {
    margin: 0 auto 0.3rem;
    max-width: 1400px;
    width: 100%;
    padding: 0 20px;
}

.sound-check {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    margin: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    font-size: 0.875rem;
    color: #000000;
    font-weight: 500;
    background: #f3f4f6;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.sound-check .icon {
    width: 16px;
    height: 16px;
    fill: currentColor;
}

/* CTA Section Styles - Hidden by default, shown by VTURB */
.cta-section {
    display: none;
    margin: 3rem 0;
    padding: 2rem;
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    border-radius: 16px;
    text-align: center;
}

.cta-container {
    max-width: 600px;
    margin: 0 auto;
}

.cta-title {
    font-size: 2rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 2rem;
    line-height: 1.3;
}

.cta-button {
    display: inline-block;
    background: linear-gradient(135deg, #2563eb 0%, #7c3aed 100%);
    color: white;
    padding: 1.2rem 3rem;
    font-size: 1.4rem;
    font-weight: 700;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(37, 99, 235, 0.3);
    margin-bottom: 2rem;
}

.cta-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(37, 99, 235, 0.4);
    color: white;
    text-decoration: none;
}

.shipping-info {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 2rem;
    padding: 1.5rem;
    background: white;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.shipping-icon {
    font-size: 2rem;
}

.shipping-text {
    text-align: left;
    color: #374151;
    line-height: 1.6;
}

.guarantee-section {
    background: white;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.guarantee-header {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 1rem;
    text-align: center;
}

.guarantee-content {
    color: #4b5563;
    line-height: 1.7;
    text-align: left;
}

.guarantee-content strong {
    color: #2563eb;
}

/* Responsive CTA */
@media (max-width: 768px) {
    .cta-section {
        padding: 1.5rem;
        margin: 2rem 0;
    }
    
    .cta-title {
        font-size: 1.5rem;
    }
    
    .cta-button {
        padding: 1rem 2rem;
        font-size: 1.2rem;
    }
    
    .shipping-info {
        flex-direction: column;
        text-align: center;
    }
    
    .shipping-text {
        text-align: center;
    }
}

/* Converteai Button Styles - Removed to avoid conflicts with VTURB */
/* All button styling is now handled by VTURB Custom HTML */

/* Hide any backgrounds behind VTURB elements - TARGETED ONLY */
.vturb-smartplayer,
.vturb-smartplayer *,
[class*="converteai"],
[id*="converteai"],
[class*="cta"],
[id*="cta"],
[class*="button"],
[id*="button"],
[class*="shipping"],
[id*="shipping"],
[class*="guarantee"],
[id*="guarantee"] {
    background: transparent !important;
    background-color: transparent !important;
}

/* Aggressive VTURB video player styling to remove all margins */
.vturb-smartplayer {
    transform: scale(0.9) !important;
    transform-origin: center top !important;
    margin: 0 !important;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 0 !important;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* Also target any VTURB wrapper elements */
.vturb-smartplayer *,
.vturb-smartplayer > * {
    margin: 0 !important;
    margin-bottom: 0 !important;
    padding: 0 !important;
    padding-bottom: 0 !important;
}

/* All CTA and Button Styles - Removed to avoid conflicts with VTURB */
/* All styling is now handled by VTURB Custom HTML */

/* Shipping & Guarantee Sections - Removed to avoid conflicts with VTURB */
/* All CTA styling is now handled by VTURB Custom HTML */

/* Reference Images Section */
.reference-section {
    padding: 60px 0 40px;
    background: white;
    text-align: center;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.reference-title {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 1rem;
    line-height: 1.3;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
    opacity: 0;
    animation: fadeInUp 1s ease-out forwards;
}

/* Title parts styling */
.title-main {
    background: linear-gradient(135deg, #2563eb 0%, #7c3aed 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-size: 2rem;
    font-weight: 800;
}

.title-subtitle {
    color: #374151;
    font-size: 1.6rem;
    font-weight: 600;
}

.title-highlight {
    background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-size: 1.9rem;
    font-weight: 800;
}

.title-accent {
    color: #dc2626;
    font-size: 2.1rem;
    font-weight: 900;
}

/* Hover effects for key phrases */
.title-highlight:hover,
.title-accent:hover {
    transform: scale(1.05);
    transition: transform 0.3s ease;
}

/* Animation keyframes */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.reference-images {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
    flex-wrap: nowrap;
    max-width: 100%;
    margin: 0 auto;
}

.ref-image {
    flex: 1;
    height: 60px;
    object-fit: contain;
    max-width: 18%;
    min-width: 0;
}

/* Header - Hidden but keeping styles for potential future use */
.header {
    display: none;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 0;
}

.nav-brand {
    font-size: 1.5rem;
    font-weight: 700;
    color: #2563eb;
}

.nav-menu {
    display: flex;
    gap: 2rem;
}

.nav-menu a {
    text-decoration: none;
    color: #333;
    font-weight: 500;
    transition: color 0.3s ease;
}

.nav-menu a:hover {
    color: #2563eb;
}



/* Buttons - Styles removed to avoid conflicts with VTURB */
/* All button styling is now handled by VTURB Custom HTML */



/* Social Proof */
.social-proof {
    padding: 3rem 0;
    background: #f9fafb;
}

.social-proof-inline {
    margin: 2rem 0;
    text-align: center;
}

.logos {
    display: flex;
    justify-content: center;
    gap: 3rem;
    opacity: 0.6;
    font-weight: 500;
}

/* Sections */
.section-title {
    font-size: 2.5rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 3rem;
    color: #1f2937;
}











/* Footer */
.footer {
    background: #111827;
    color: white;
    padding: 3rem 0 1rem;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
}



.footer-links {
    display: flex;
    gap: 2rem;
}

.footer-links a {
    color: #9ca3af;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: white;
}

.footer-disclaimer {
    text-align: center;
    color: #6b7280;
    font-size: 0.9rem;
    border-top: 1px solid #374151;
    padding-top: 1rem;
}

/* Responsive Design */
@media (max-width: 768px) {

    
    .nav-menu {
        display: none;
    }
    

    
    .footer-content {
        justify-content: center;
        text-align: center;
    }
    
    .video-container {
        max-width: 100%;
        padding: 0 15px;
        margin-bottom: 2rem;
        transform: scale(0.85); /* Even smaller on mobile */
        transform-origin: center top;
    }
    
    .reference-images {
        max-width: 100%;
        padding: 0 15px;
        gap: 0.3rem;
        flex-wrap: wrap;
    }
    
    .ref-image {
        flex: none;
        max-width: 18%;
        min-width: 60px;
        height: 60px;
    }
    
    .reference-title {
        font-size: 1.5rem;
        padding: 0 15px;
        max-width: 100%;
        margin-bottom: 1rem;
        gap: 0.3rem;
    }
    
    .title-main {
        font-size: 1.6rem;
    }
    
    .title-subtitle {
        font-size: 1.4rem;
    }
    
    .title-highlight {
        font-size: 1.5rem;
    }
    
    .title-accent {
        font-size: 1.7rem;
    }
}

@media (max-width: 480px) {
    .container {
        padding: 0 15px;
    }
    
    .reference-images {
        flex-direction: column;
        align-items: center;
        gap: 0.5rem;
    }
    
    .ref-image {
        max-width: 100%;
        min-width: auto;
        height: 75px;
    }
}
