/* ============================================
   COMPREHENSIVE PREMIUM FIXES - PROPER IMPLEMENTATION
   Million-dollar aesthetic with correct sizing
   ============================================ */

/* Import luxury premium fonts */
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@100;200;300;400;500;600;700&family=Playfair+Display:wght@300;400;500&display=swap');

/* ============================================
   RESET AND OVERRIDE ALL SIZING
   ============================================ */
* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* ============================================
   TYPOGRAPHY - PREMIUM LUXURY (FORCE OVERRIDE)
   CONSISTENT SIZING THROUGHOUT - NO VARIATIONS
   ============================================ */

/* LEVEL 1: Hero Titles - 78px ALWAYS */
h1,
.hero-title,
.hero-title span,
.hero-title .gradient-gold {
    font-family: 'Raleway', -apple-system, sans-serif !important;
    font-size: 78px !important;
    font-weight: 200 !important;
    line-height: 1.15 !important;
    letter-spacing: -0.01em !important;
}

/* LEVEL 2: Section Titles - 58px ALWAYS */
h2,
.section-title,
.section-title span,
.section-title .gradient-gold {
    font-family: 'Raleway', -apple-system, sans-serif !important;
    font-size: 58px !important;
    font-weight: 200 !important;
    line-height: 1.2 !important;
    letter-spacing: -0.01em !important;
}

/* LEVEL 3: Card/Sub Titles - 28px ALWAYS */
h3,
.creator-name,
.why-title,
.niche-title,
.advantage-title,
.pricing-card-header h5,
.contact-email-card h3 {
    font-family: 'Raleway', -apple-system, sans-serif !important;
    font-size: 28px !important;
    font-weight: 300 !important;
    line-height: 1.3 !important;
    letter-spacing: -0.01em !important;
}

/* LEVEL 4: Sub-headings - 22px ALWAYS */
h4,
.pricing-category-title,
.cta-box h3 {
    font-family: 'Raleway', -apple-system, sans-serif !important;
    font-size: 22px !important;
    font-weight: 400 !important;
    line-height: 1.4 !important;
    letter-spacing: 0 !important;
}

/* LEVEL 5: Small Headings - 18px ALWAYS */
h5 {
    font-family: 'Raleway', -apple-system, sans-serif !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    line-height: 1.4 !important;
}

/* BODY TEXT: 17px ALWAYS - NO EXCEPTIONS */
p,
body,
li,
span,
a,
.creator-bio,
.section-desc,
.hero-subtitle,
.why-desc,
.niche-desc,
.advantage-desc,
.creator-role,
.email-note,
.pricing-features li,
.footer-tagline,
.cta-box p {
    font-family: 'Raleway', -apple-system, sans-serif !important;
    font-weight: 300 !important;
    font-size: 17px !important;
    line-height: 1.7 !important;
    letter-spacing: 0 !important;
}

/* LABELS: 13px ALWAYS */
.section-label,
.stat-label,
.pricing-badge,
.niche-badge {
    font-family: 'Raleway', -apple-system, sans-serif !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    line-height: 1.4 !important;
    letter-spacing: 0.1em !important;
    text-transform: uppercase !important;
}

/* STATS: 48px ALWAYS */
.stat-value,
.pricing-price {
    font-family: 'Raleway', -apple-system, sans-serif !important;
    font-size: 48px !important;
    font-weight: 200 !important;
    line-height: 1 !important;
    letter-spacing: -0.02em !important;
}

/* LINKS: 17px ALWAYS (matches body) */
.nav-link,
.email-link,
.footer-links a {
    font-family: 'Raleway', -apple-system, sans-serif !important;
    font-size: 17px !important;
    font-weight: 300 !important;
}

/* BUTTONS: 16px ALWAYS */
.btn,
.btn-primary,
.btn-secondary,
.btn-lg,
.nav-cta {
    font-family: 'Raleway', -apple-system, sans-serif !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    letter-spacing: 0.02em !important;
}

/* ============================================
   SMOOTH SCROLL - NO PARALLAX
   ============================================ */
html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    background: #000000 !important;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
}

/* Remove all parallax effects */
section {
    position: relative;
    transform: none !important;
    will-change: auto !important;
    transition: none !important;
}

/* Section backgrounds */
.hero,
.contact {
    background: #000000 !important;
}

.about,
.why-ugc,
.niches,
.advantages {
    background: #ffffff !important;
}

.packages {
    background: #f9f9f9 !important;
}

/* ============================================
   HEADER - FIXED WITH LARGE LOGO
   ============================================ */
.nav {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    height: 140px !important;
    background: #000000 !important;
    border-bottom: 1px solid rgba(201, 165, 90, 0.25) !important;
    z-index: 9999 !important;
    display: flex !important;
    align-items: center !important;
    padding: 0 !important;
    margin: 0 !important;
}

.nav-container {
    height: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    max-width: 1280px !important;
    width: 100% !important;
    margin: 0 auto !important;
    padding: 0 64px !important;
}

.nav-logo {
    display: flex !important;
    align-items: center !important;
    height: 100% !important;
}

/* LARGE LOGO - SIGNIFICANT SIZE */
.nav-logo-img-large {
    height: 110px !important;
    width: auto !important;
    object-fit: contain !important;
    display: block !important;
}

/* Navigation menu alignment */
.nav-menu {
    display: flex !important;
    align-items: center !important;
    gap: 40px !important;
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.nav-link {
    font-family: 'Raleway', sans-serif !important;
    font-weight: 400 !important;
    font-size: 15px !important;
    color: #ffffff !important;
    letter-spacing: 0.03em !important;
    text-decoration: none !important;
    transition: color 0.3s ease !important;
}

.nav-link:hover {
    color: #c9a55a !important;
}

.nav-cta {
    font-size: 15px !important;
    padding: 12px 32px !important;
}

/* ============================================
   VIDEO VISIBILITY & PLAYBACK
   ============================================ */
/* Video Background - Cloudflare Deployment Fix */
.hero-video,
.cta-video,
video {
    /* Force autoplay on all platforms */
    -webkit-playsinline: true;
    -moz-playsinline: true;
    playsinline: true;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    opacity: 0 !important;
    transition: opacity 1.5s ease-in-out !important;
    z-index: 0 !important;
}

.hero-video.active,
.cta-video.active {
    opacity: 0.4 !important;
    z-index: 1 !important;
}

/* Force video to be visible */
.hero-video-carousel,
.cta-video-carousel {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    overflow: hidden !important;
    z-index: 0 !important;
}

/* ============================================
   HERO SECTION - BELOW FIXED HEADER
   ============================================ */
.hero {
    margin-top: 140px !important;
    min-height: calc(100vh - 140px) !important;
    background: #000000 !important;
    padding: 120px 64px 80px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    position: relative !important;
}

.hero-content {
    position: relative !important;
    z-index: 10 !important;
    text-align: center !important;
    max-width: 1100px !important;
    margin: 0 auto !important;
}

.hero-title {
    color: #ffffff !important;
    margin-bottom: 32px !important;
}

/* Ensure gradient gold spans inherit same size */
.hero-title .gradient-gold {
    display: inline-block !important;
    background: linear-gradient(135deg, #c9a55a 0%, #f0d486 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
}

.hero-subtitle {
    color: rgba(255,255,255,0.85) !important;
    max-width: 900px !important;
    margin: 0 auto 48px !important;
}

.hero-stats {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 64px !important;
    margin-bottom: 48px !important;
    width: 100% !important;
    max-width: 900px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.stat-value {
    color: #c9a55a !important;
}

.stat-label {
    color: rgba(255,255,255,0.7) !important;
}

/* ============================================
   SECTION HEADERS - CONSISTENT SIZING
   ============================================ */
.section-head {
    text-align: center !important;
    margin-bottom: 64px !important;
}

.section-label {
    color: #c9a55a !important;
    display: block !important;
    margin-bottom: 16px !important;
}

.section-title {
    margin-bottom: 24px !important;
}

.section-desc {
    max-width: 800px !important;
    margin: 0 auto !important;
}

/* ============================================
   ADVANTAGES - HIDE NUMBERS
   ============================================ */
.advantage-number,
.why-number {
    display: none !important;
}

/* ============================================
   TEAM SECTION - CLEAN LAYOUT
   ============================================ */
.about {
    padding: 100px 0 !important;
}

.about-grid {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 40px !important;
}

.creator-card {
    background: var(--surface) !important;
    border-radius: 24px !important;
    overflow: hidden !important;
    transition: transform 0.3s ease !important;
}

.creator-card:hover {
    transform: translateY(-8px) !important;
}

.creator-image {
    width: 100% !important;
    height: 400px !important;
    overflow: hidden !important;
}

.creator-image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

.creator-info {
    padding: 32px !important;
}

.creator-name {
    margin-bottom: 8px !important;
}

.creator-role {
    color: #c9a55a !important;
    margin-bottom: 20px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.05em !important;
}

.creator-bio {
    color: var(--text-secondary) !important;
    margin: 0 !important;
}

/* ============================================
   CONTACT SECTION - HUGE HEADING
   ============================================ */
.contact {
    padding: 140px 0 !important;
    min-height: 100vh !important;
    display: flex !important;
    align-items: center !important;
    background: #000000 !important;
}

/* CONTACT SECTION - SPECIAL LARGE TITLE */
.contact .section-head h2,
.contact .section-title,
.contact-title {
    font-size: 96px !important;
    font-weight: 100 !important;
    color: #ffffff !important;
    margin-bottom: 64px !important;
    line-height: 1.1 !important;
    letter-spacing: -0.02em !important;
}

/* Ensure gradient text matches size */
.contact-title .gradient-gold,
.contact .section-title .gradient-gold {
    font-size: 96px !important;
    font-weight: 100 !important;
    display: inline !important;
}

.contact-email-card {
    background: rgba(255,255,255,0.97) !important;
    backdrop-filter: blur(20px) !important;
    border-radius: 24px !important;
    padding: 64px 48px !important;
    text-align: center !important;
    border: 2px solid rgba(201,165,90,0.3) !important;
}

.contact-email-card h3 {
    margin-bottom: 24px !important;
}

.email-link {
    color: #c9a55a !important;
    text-decoration: none !important;
    display: block !important;
    margin-bottom: 32px !important;
    font-size: 24px !important;
    font-weight: 400 !important;
}

/* ============================================
   PRICING CARDS - PROPER SIZING
   ============================================ */
.pricing-card-header h5 {
    margin-bottom: 16px !important;
}

.pricing-price {
    color: #c9a55a !important;
}

.pricing-period {
    font-size: 18px !important;
    font-weight: 300 !important;
}

/* ============================================
   BUTTONS - PREMIUM STYLE
   ============================================ */
.btn {
    transition: all 0.3s cubic-bezier(0.4, 0.0, 0.2, 1) !important;
    border-radius: 8px !important;
    display: inline-block !important;
    text-decoration: none !important;
}

.btn-primary {
    background: linear-gradient(135deg, #c9a55a, #f0d486) !important;
    border: none !important;
    color: #000000 !important;
    padding: 16px 40px !important;
}

.btn-primary:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 12px 32px rgba(201,165,90,0.4) !important;
}

.btn-lg {
    padding: 18px 48px !important;
}

/* ============================================
   RESPONSIVE - TABLET
   ============================================ */
@media (max-width: 1024px) {
    .nav {
        height: 120px !important;
    }
    
    .nav-logo-img-large {
        height: 90px !important;
    }
    
    .hero {
        margin-top: 120px !important;
        padding: 100px 40px 60px !important;
    }
    
    /* CONSISTENT TABLET SIZING */
    h1,
    .hero-title,
    .hero-title span,
    .hero-title .gradient-gold {
        font-size: 64px !important;
    }
    
    h2,
    .section-title,
    .section-title span {
        font-size: 48px !important;
    }
    
    .contact .section-title,
    .contact-title,
    .contact-title .gradient-gold {
        font-size: 72px !important;
    }
    
    h3,
    .creator-name,
    .why-title,
    .niche-title,
    .advantage-title {
        font-size: 26px !important;
    }
    
    .stat-value,
    .pricing-price {
        font-size: 42px !important;
    }
    
    .about-grid {
        grid-template-columns: 1fr !important;
        gap: 32px !important;
    }
}

/* ============================================
   RESPONSIVE - MOBILE
   ============================================ */
@media (max-width: 768px) {
    .nav {
        height: 100px !important;
    }
    
    .nav-container {
        padding: 0 32px !important;
    }
    
    .nav-logo-img-large {
        height: 70px !important;
    }
    
    .hero {
        margin-top: 100px !important;
        padding: 80px 32px 60px !important;
    }
    
    /* CONSISTENT MOBILE SIZING */
    h1,
    .hero-title,
    .hero-title span,
    .hero-title .gradient-gold {
        font-size: 48px !important;
    }
    
    h2,
    .section-title,
    .section-title span {
        font-size: 40px !important;
    }
    
    .contact .section-title,
    .contact-title,
    .contact-title .gradient-gold {
        font-size: 56px !important;
    }
    
    h3,
    .creator-name,
    .why-title,
    .niche-title,
    .advantage-title {
        font-size: 24px !important;
    }
    
    h4,
    .pricing-category-title {
        font-size: 20px !important;
    }
    
    .stat-value,
    .pricing-price {
        font-size: 36px !important;
    }
    
    /* Body text stays 17px */
    p, li, span, a,
    .creator-bio,
    .section-desc,
    .hero-subtitle {
        font-size: 17px !important;
    }
    
    .hero-stats {
        flex-direction: column !important;
        gap: 32px !important;
    }
}

@media (max-width: 480px) {
    .nav {
        height: 90px !important;
    }
    
    .nav-logo-img-large {
        height: 60px !important;
    }
    
    .hero {
        margin-top: 90px !important;
    }
    
    /* CONSISTENT SMALL MOBILE SIZING */
    h1,
    .hero-title,
    .hero-title span,
    .hero-title .gradient-gold {
        font-size: 36px !important;
    }
    
    h2,
    .section-title,
    .section-title span {
        font-size: 32px !important;
    }
    
    .contact .section-title,
    .contact-title,
    .contact-title .gradient-gold {
        font-size: 42px !important;
    }
    
    h3,
    .creator-name,
    .why-title,
    .niche-title,
    .advantage-title {
        font-size: 22px !important;
    }
    
    h4,
    .pricing-category-title {
        font-size: 18px !important;
    }
    
    .stat-value,
    .pricing-price {
        font-size: 32px !important;
    }
    
    /* Body text stays 17px - never smaller */
    p, li, span, a,
    .creator-bio,
    .section-desc,
    .hero-subtitle {
        font-size: 17px !important;
    }
}
