/* ========================================
   Reset & Base Styles
   ======================================== */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #1a1a1a;
    line-height: 1.6;
    background-color: #ffffff;
    overflow-x: hidden;
}

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

/* ========================================
   Typography
   ======================================== */

h1, h2, h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    line-height: 1.1;
    margin-bottom: 20px;
}

h1 {
    font-size: 3rem;
    letter-spacing: -2px;
}

h2 {
    font-size: 2.2rem;
    letter-spacing: -1px;
}

h3 {
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1.4;
}

p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.7;
    margin-bottom: 15px;
}

/* ========================================
   Header
   ======================================== */

.site-header {
    padding: 40px 40px 30px;
    text-align: center;
    border-bottom: 1px solid #e5e5e5;
}

.header-eyebrow {
    font-size: 10px;
    letter-spacing: 4px;
    color: #908d1c;
    text-transform: uppercase;
    margin: 0 0 15px 0;
}

.header-brand {
    font-size: 14px;
    letter-spacing: 3px;
    color: #1a1a1a;
    text-transform: uppercase;
    margin: 0;
}

.accent-dot {
    color: #ff33eb;
}

/* ========================================
   Hero Section
   ======================================== */

.hero {
    padding: 60px 0;
    text-align: center;
}

.hero-eyebrow {
    font-size: 10px;
    letter-spacing: 4px;
    color: #ff33eb;
    text-transform: uppercase;
    margin: 0 0 25px 0;
}

.hero-title {
    font-size: 3rem;
    font-weight: 900;
    color: #1a1a1a;
    margin: 0;
    line-height: 1.1;
    letter-spacing: -2px;
}

.divider-line {
    width: 60px;
    height: 4px;
    background: #ff33eb;
    margin: 30px auto;
    border-radius: 4px;
}

.hero-tagline {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 1.25rem;
    font-style: italic;
    color: #8d1c90;
    margin: 0 0 20px 0;
    line-height: 1.6;
}

.hero-subtitle {
    font-size: 1rem;
    color: #1a1a1a;
    font-weight: 500;
}

/* ========================================
   Event Details Section
   ======================================== */

.event-details-section {
    padding: 40px 0;
}

.event-details-box {
    background-color: #1a1a1a;
    padding: 30px;
    border-radius: 16px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.detail-col {
    flex: 1;
    text-align: center;
    border-right: 1px solid #333;
}

.detail-col:last-child {
    border-right: none;
}

.detail-label {
    font-size: 10px;
    letter-spacing: 2px;
    color: #908d1c;
    text-transform: uppercase;
    margin: 0 0 8px 0;
}

.detail-value {
    font-size: 1.125rem;
    font-weight: 700;
    color: #ffffff;
    margin: 0;
    line-height: 1.4;
}

.detail-free {
    color: #1c908d;
}

.event-location {
    text-align: center;
    font-size: 1rem;
    color: #8d1c90;
    margin: 0;
}

/* ========================================
   Problem Statement Section
   ======================================== */

.problem-section {
    padding: 60px 0;
    text-align: center;
}

.problem-section h2 {
    color: #1a1a1a;
    margin-bottom: 30px;
}

.problem-text {
    max-width: 600px;
    margin: 0 auto;
}

.problem-text p {
    color: #000000;
    line-height: 1.7;
    margin-bottom: 20px;
}

/* ========================================
   Learn Section
   ======================================== */

.learn-section {
    background-color: #e9e8d4;
    padding: 60px 0;
}

.section-eyebrow {
    font-size: 10px;
    letter-spacing: 4px;
    color: #8d1c90;
    text-transform: uppercase;
    margin: 0 0 30px 0;
    text-align: center;
}

.section-eyebrow.teal {
    color: #1c908d;
}

.learn-cards {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.learn-card {
    background-color: #ffffff;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.learn-card.live-qa {
    background-color: #1a1a1a;
    color: #ffffff;
}

.learn-card.live-qa h3,
.learn-card.live-qa p {
    color: #ffffff;
}

.card-number {
    display: inline-block;
    font-weight: 700;
    font-size: 0.9rem;
    margin-bottom: 10px;
}

.card-number.pink {
    color: #ff33eb;
}

.card-number.teal {
    color: #1c908d;
}

.card-number.purple {
    color: #8d1c90;
}

.card-number.yellow {
    color: #f1ec2e;
    background-color: #1a1a1a;
    padding: 3px 8px;
    border-radius: 8px;
}

.learn-card h3 {
    font-size: 1.1rem;
    color: #1a1a1a;
    margin-bottom: 8px;
}

.learn-card p {
    font-size: 0.95rem;
    color: #000000;
    margin: 0;
    line-height: 1.6;
}

/* ========================================
   For You If Section
   ======================================== */

.for-you-section {
    background-color: #1a1a1a;
    padding: 60px 0;
}

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

.check-item {
    display: flex;
    gap: 15px;
    align-items: flex-start;
    padding: 0;
    margin-bottom: 12px;
}

.check-item .arrow {
    color: #ff33eb;
    font-size: 1.2rem;
    font-weight: 400;
    flex-shrink: 0;
}

.check-item p {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 1rem;
    color: #ffffff;
    line-height: 1.9;
    margin: 0;
}

/* ========================================
   Quote Section
   ======================================== */

.quote-section {
    padding: 60px 0;
    text-align: center;
}

.pull-quote {
    max-width: 600px;
    margin: 0 auto;
}

.pull-quote p {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 1.5rem;
    font-style: italic;
    color: #1a1a1a;
    line-height: 1.5;
    margin-bottom: 20px;
}

.pull-quote .highlight {
    color: #1c908d;
}

.pull-quote cite {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    letter-spacing: 2px;
    color: #8d1c90;
    text-transform: uppercase;
    font-style: normal;
}

/* ========================================
   Host Section
   ======================================== */

.host-section {
    padding: 60px 0;
}

.host-content {
    text-align: center;
    max-width: 500px;
    margin: 0 auto;
}

.host-photo {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    margin: 0 auto 20px;
    overflow: hidden;
    border: 3px solid #8d1c90;
}

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

.host-name {
    font-size: 1.125rem;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 5px 0;
}

.host-title {
    font-size: 0.8125rem;
    color: #8d1c90;
    margin: 0 0 20px 0;
}

.host-bio {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 0.9375rem;
    color: #000000;
    line-height: 1.7;
    margin: 0;
}

/* ========================================
   Final CTA Section
   ======================================== */

.final-cta-section {
    background-color: #8d1c90;
    padding: 50px 40px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.final-cta-section::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 300px;
    height: 300px;
    background-color: #ff33eb;
    border-radius: 50%;
    opacity: 0.15;
    z-index: 0;
}

.final-cta-section::after {
    content: '';
    position: absolute;
    bottom: -30%;
    left: -5%;
    width: 250px;
    height: 250px;
    background-color: #1c908d;
    border-radius: 50%;
    opacity: 0.1;
    z-index: 0;
}

.final-cta-section .container {
    position: relative;
    z-index: 1;
}

.cta-eyebrow {
    font-size: 12px;
    letter-spacing: 3px;
    color: rgba(255, 255, 255, 0.8);
    text-transform: uppercase;
    margin: 0 0 15px 0;
}

.cta-title {
    font-size: 1.75rem;
    font-weight: 800;
    color: #ffffff;
    margin: 0 0 10px 0;
}

.cta-subtitle {
    font-size: 1.125rem;
    color: rgba(255, 255, 255, 0.9);
    margin: 0 0 30px 0;
}

.cta-note {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 0.8125rem;
    font-style: italic;
    color: rgba(255, 255, 255, 0.7);
    margin: 25px 0 0 0;
}

/* ========================================
   Buttons & CTAs
   ======================================== */

.cta-button {
    display: inline-block;
    padding: 18px 45px;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.9375rem;
    font-weight: 700;
    text-decoration: none;
    border-radius: 50px;
    transition: all 0.3s ease;
    text-align: center;
    cursor: pointer;
    border: 2px solid transparent;
}

.cta-button.primary {
    background-color: #ffffff;
    color: #8d1c90;
    border-color: #ffffff;
}

.cta-button.primary:hover {
    background-color: transparent;
    color: #ffffff;
    border-color: #ffffff;
    transform: translateY(-2px);
}

.cta-button.large {
    padding: 18px 45px;
    font-size: 15px;
    min-width: 220px;
}

/* ========================================
   Footer
   ======================================== */

.site-footer {
    border-top: 1px solid #e5e5e5;
    padding: 30px 0;
    text-align: center;
}

.site-footer p {
    font-size: 9px;
    letter-spacing: 2px;
    color: #908d1c;
    text-transform: uppercase;
    margin: 0;
}

/* ========================================
   Responsive Design
   ======================================== */

@media (max-width: 768px) {
    h1 {
        font-size: 2.5rem;
    }
    
    h2 {
        font-size: 1.8rem;
    }
    
    .hero-title {
        font-size: 2.5rem;
    }
    
    .hero-tagline {
        font-size: 1.1rem;
    }
    
    .event-details-box {
        flex-direction: column;
        gap: 20px;
    }
    
    .detail-col {
        border-right: none;
        border-bottom: 1px solid #333;
        padding-bottom: 15px;
    }
    
    .detail-col:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }
    
    .pull-quote p {
        font-size: 1.25rem;
    }
    
    .cta-title {
        font-size: 1.5rem;
    }
}

@media (max-width: 480px) {
    h1, .hero-title {
        font-size: 2rem;
    }
    
    h2 {
        font-size: 1.5rem;
    }
    
    .hero-tagline {
        font-size: 1rem;
    }
    
    .site-header {
        padding: 30px 20px 20px;
    }
    
    .hero, .problem-section, .learn-section, .for-you-section, .quote-section, .host-section {
        padding: 40px 0;
    }
    
    .event-details-box {
        padding: 25px 20px;
    }
    
    .final-cta-section {
        padding: 40px 25px;
    }
    
    .pull-quote p {
        font-size: 1.1rem;
    }
    
    .cta-button.large {
        padding: 16px 35px;
        font-size: 14px;
        min-width: auto;
        width: 100%;
    }
}