/* ════════════════════════════════════════════════════════════
HERO - FULL HEIGHT WITH RICH CONTENT
════════════════════════════════════════════════════════════ */
.hero {
    min-height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
    background: var(--navy-deep);
    overflow: hidden;

    
}

.hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('/img/britney/her-dream-lives-on.jpg');
    background-size: cover;
    background-position: center;
    opacity: 0.66;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg,
            rgba(15, 29, 61, 0.92) 0%,
            rgba(15, 29, 61, 0.85) 50%,
            rgba(26, 50, 103, 0.9) 100%);
}

.hero-content {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 140px 60px 100px;
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 80px;
    align-items: center;
}

.hero-text {
    opacity: 0;
    animation: fadeUp 1s ease forwards;
    animation-delay: 0.3s;
}

.hero-label {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.hero-label::before {
    content: '';
    width: 40px;
    height: 2px;
    background: var(--gold);
}

.hero-headline {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(2.8rem, 5vw, 4rem);
    font-weight: 900;
    color: white;
    line-height: 1.1;
    letter-spacing: -2px;
    margin-bottom: 28px;
}

.hero-headline span {
    color: var(--gold);
}

.hero-description {
    font-size: 1.25rem;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.8;
    margin-bottom: 20px;
}

.hero-description strong {
    color: white;
    font-weight: 600;
}

.hero-stats {
    display: flex;
    gap: 40px;
    margin: 36px 0;
    padding: 28px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.hero-stat {
    text-align: left;
}

.hero-stat-number {
    font-family: 'Montserrat', sans-serif;
    font-size: 2.5rem;
    font-weight: 900;
    color: var(--gold);
    line-height: 1;
    margin-bottom: 6px;
}

.hero-stat-label {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.6);
}

.hero-buttons {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    margin-top: 36px;
}


/* Hero Quote Card */
.hero-quote-card {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    padding: 44px;
    position: relative;
    opacity: 0;
    animation: fadeUp 1s ease forwards;
    animation-delay: 0.6s;
}

.hero-quote-card::before {
    content: '"';
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 8rem;
    font-weight: 700;
    color: var(--gold);
    opacity: 0.3;
    position: absolute;
    top: -20px;
    left: 20px;
    line-height: 1;
}

.hero-quote {
    font-size: 1.6rem;
    font-weight: 500;
    font-style: italic;
    color: white;
    line-height: 1.5;
    margin-bottom: 24px;
    position: relative;
    z-index: 1;
}

.hero-attribution {
    display: flex;
    align-items: center;
    gap: 16px;
}

.hero-attribution-photo {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: var(--navy-light);
    border: 2px solid var(--gold);
    overflow: hidden;
}

.hero-attribution-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-attribution-text {
    flex: 1;
}

.hero-attribution-name {
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    color: white;
    margin-bottom: 2px;
}

.hero-attribution-date {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.8rem;
    color: var(--gold);
}

.hero-attribution-context {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.6);
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    line-height: 1.6;
}


/* ════════════════════════════════════════════════════════════
WELCOME SECTION
════════════════════════════════════════════════════════════ */
.welcome {
    padding: 120px 40px;
    background: white;
}

.welcome-inner {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

.welcome-image {
    position: relative;
}

.welcome-image img {
    width: 100%;
    border-radius: 4px;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
}

.welcome-image::before {
    content: '';
    position: absolute;
    top: -20px;
    left: -20px;
    right: 20px;
    bottom: 20px;
    border: 3px solid var(--gold);
    border-radius: 4px;
    z-index: -1;
}

.welcome-badge {
    position: absolute;
    bottom: -20px;
    right: -20px;
    background: var(--navy);
    color: white;
    padding: 20px 28px;
    border-radius: 4px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.welcome-badge-number {
    font-family: 'Montserrat', sans-serif;
    font-size: 2.5rem;
    font-weight: 900;
    color: var(--gold);
    line-height: 1;
}

.welcome-badge-label {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.8);
    margin-top: 4px;
}

.welcome-content {
    padding: 20px 0;
}

.section-label {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--gold-dark);
    margin-bottom: 16px;
}

.welcome-content h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 2.8rem;
    font-weight: 800;
    color: var(--navy);
    line-height: 1.15;
    letter-spacing: -1px;
    margin-bottom: 28px;
}

.welcome-content p {
    font-size: 1.2rem;
    color: var(--charcoal);
    margin-bottom: 20px;
    line-height: 1.8;
}

.welcome-content p strong {
    color: var(--navy);
}

.welcome-link {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.85rem;
    font-weight: 700;
    color: var(--navy);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 16px;
    transition: all 0.3s;
}

.welcome-link:hover {
    color: var(--gold-dark);
    gap: 12px;
}

.welcome-link svg {
    width: 18px;
    height: 18px;
}

/* ════════════════════════════════════════════════════════════
    IMPACT STATS
    ════════════════════════════════════════════════════════════ */
.impact {
    padding: 100px 40px;
    background: var(--navy);
    position: relative;
    overflow: hidden;
}

.impact::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23f4b41a' fill-opacity='0.05'%3E%3Cpath d='M30 5l2.47 7.6h7.99l-6.47 4.7 2.47 7.6L30 20.2l-6.46 4.7 2.47-7.6-6.47-4.7h7.99L30 5z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    opacity: 0.5;
}

.impact-inner {
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.impact-header {
    text-align: center;
    margin-bottom: 60px;
}

.impact-header .section-label {
    color: var(--gold);
}

.impact-header h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 2.5rem;
    font-weight: 800;
    color: white;
    margin-bottom: 16px;
}

.impact-header p {
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.7);
    max-width: 600px;
    margin: 0 auto;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
}

.stat {
    text-align: center;
}

.stat-number {
    font-family: 'Montserrat', sans-serif;
    font-size: 4rem;
    font-weight: 900;
    color: var(--gold);
    line-height: 1;
    margin-bottom: 12px;
}

.stat-label {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.5;
}

/* ════════════════════════════════════════════════════════════
    BRIT'S HOME SECTION
    ════════════════════════════════════════════════════════════ */
.home-section {
    padding: 120px 40px;
    background: var(--gray-light);
}

.home-inner {
    max-width: 1200px;
    margin: 0 auto;
}

.home-header {
    text-align: center;
    margin-bottom: 60px;
}

.home-header h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 2.8rem;
    font-weight: 800;
    color: var(--navy);
    margin-bottom: 16px;
}

.home-header p {
    font-size: 1.25rem;
    color: var(--gray);
    max-width: 700px;
    margin: 0 auto;
}

.home-image {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 40px 80px rgba(0, 0, 0, 0.15);
    margin-bottom: 60px;
}

.home-image img {
    width: 100%;
    display: block;
}

.home-image-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(15, 29, 61, 0.95), transparent);
    padding: 80px 40px 30px;
    color: white;
}

.home-image-caption h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 8px;
}

.home-image-caption p {
    font-size: 1rem;
    opacity: 0.8;
    max-width: 500px;
}

.home-features {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.feature {
    background: white;
    padding: 36px;
    border-radius: 4px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    transition: all 0.3s;
}

.feature:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
}

.feature-icon {
    width: 56px;
    height: 56px;
    background: var(--cream);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.feature-icon svg {
    width: 28px;
    height: 28px;
    color: var(--navy);
}

.feature h4 {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--navy);
    margin-bottom: 12px;
}

.feature p {
    font-size: 1.05rem;
    color: var(--gray);
    line-height: 1.7;
}

/* ════════════════════════════════════════════════════════════
    SPONSOR CTA
    ════════════════════════════════════════════════════════════ */
.sponsor {
    padding: 120px 40px;
    background: var(--cream);
}

.sponsor-inner {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.sponsor h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 3rem;
    font-weight: 900;
    color: var(--navy);
    margin-bottom: 24px;
    line-height: 1.15;
}

.sponsor h2 span {
    color: var(--gold-dark);
}

.sponsor>.sponsor-inner>p {
    font-size: 1.3rem;
    color: var(--charcoal);
    margin-bottom: 40px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.sponsor-tiers {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-bottom: 50px;
}

.tier {
    background: white;
    padding: 36px 28px;
    border-radius: 4px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    text-align: center;
    transition: all 0.3s;
    position: relative;
}

.tier:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
}

.tier.featured {
    border: 2px solid var(--gold);
}

.tier.featured::before {
    content: 'Most Popular';
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--gold);
    color: var(--navy-deep);
    font-family: 'Montserrat', sans-serif;
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 4px 14px;
    border-radius: 20px;
}

.tier-name {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--gray);
    margin-bottom: 8px;
}

.tier-price {
    font-family: 'Montserrat', sans-serif;
    font-size: 3rem;
    font-weight: 900;
    color: var(--navy);
    line-height: 1;
    margin-bottom: 4px;
}

.tier-price span {
    font-size: 1rem;
    font-weight: 500;
    color: var(--gray);
}

.tier-desc {
    font-size: 1rem;
    color: var(--gray);
    margin-bottom: 24px;
    min-height: 48px;
}

.tier .btn {
    width: 100%;
    padding: 14px 24px;
}

.sponsor-note {
    font-size: 1.1rem;
    color: var(--gray);
}

.sponsor-note strong {
    color: var(--navy);
}



/* ════════════════════════════════════════════════════════════
RESPONSIVE
════════════════════════════════════════════════════════════ */
@media (max-width: 1024px) {
    .hero-content {
        grid-template-columns: 1fr;
        gap: 50px;
        padding: 120px 40px 80px;
    }

    .hero-quote-card {
        max-width: 500px;
        margin: 0 auto;
    }

    .welcome-inner {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .welcome-image {
        max-width: 500px;
        margin: 0 auto;
    }

    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px 20px;
    }

    .home-features {
        grid-template-columns: 1fr;
    }

    .sponsor-tiers {
        grid-template-columns: 1fr;
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }

    .footer-top {
        grid-template-columns: 1fr 1fr;
        gap: 40px;
    }
}



@media (max-width: 768px) {
    .nav {
        padding: 16px 20px;
    }

    .nav-links {
        display: none;
    }

    .hero-content {
        padding: 100px 24px 60px;
    }

    .hero-headline {
        font-size: 2.2rem;
        letter-spacing: -1px;
    }

    .hero-stats {
        gap: 24px;
    }

    .hero-stat-number {
        font-size: 2rem;
    }

    .welcome,
    .impact,
    .home-section,
    .sponsor {
        padding: 80px 24px;
    }

    .welcome-content h2,
    .home-header h2 {
        font-size: 2rem;
    }

    .sponsor h2 {
        font-size: 2.2rem;
    }

    .stat-number {
        font-size: 3rem;
    }

    .footer-top {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .footer-bottom {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .hero-stats {
        flex-direction: column;
        gap: 20px;
    }

    .hero-buttons {
        flex-direction: column;
    }

    .btn {
        width: 100%;
        text-align: center;
    }

    .stats-grid {
        grid-template-columns: 1fr;
    }
}