/* Event Page CSS - Matching Accelerator Style */

@font-face {
    font-display: block;
    font-family: Roboto;
    src: url(https://assets.brevo.com/font/Roboto/Latin/normal/normal/7529907e9eaf8ebb5220c5f9850e3811.woff2) format("woff2"),
         url(https://assets.brevo.com/font/Roboto/Latin/normal/normal/25c678feafdc175a70922a116c9be3e7.woff) format("woff");
}

@font-face {
    font-display: fallback;
    font-family: Roboto;
    font-weight: 600;
    src: url(https://assets.brevo.com/font/Roboto/Latin/medium/normal/6e9caeeafb1f3491be3e32744bc30440.woff2) format("woff2"),
         url(https://assets.brevo.com/font/Roboto/Latin/medium/normal/71501f0d8d5aa95960f6475d5487d4c2.woff) format("woff");
}

@font-face {
    font-display: fallback;
    font-family: Roboto;
    font-weight: 700;
    src: url(https://assets.brevo.com/font/Roboto/Latin/bold/normal/3ef7cf158f310cf752d5ad08cd0e7e60.woff2) format("woff2"),
         url(https://assets.brevo.com/font/Roboto/Latin/bold/normal/ece3a1d82f18b60bcce0211725c476aa.woff) format("woff");
}

/* Reset and Base Styles */
.mena-event-page * {
    box-sizing: border-box;
}

.mena-event-page {
    font-family: 'Roboto', Arial, sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #ffffff;
    padding: 20px;
}

.event-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 25px;
}

/* Typography */
.mena-event-page h1 {
    font-size: 2.25rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 1.25rem;
    line-height: 1.2;
}

.mena-event-page h2 {
    font-size: 1.75rem;
    font-weight: 600;
    color: #2c2c2c;
    margin-top: 0;
    margin-bottom: 1.25rem;
}

.mena-event-page h3 {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 1.25rem;
}

.mena-event-page p {
    margin-bottom: 1.25rem;
    font-size: 1rem;
}

.mena-event-page strong {
    font-weight: 600;
    color: #1a1a1a;
}

/* Button Styles */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 24px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    text-align: center;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    font-size: 1rem;
    gap: 8px;
    font-family: inherit;
}

.btn-primary {
    background-color: #299b8e;
    color: white;
}

.btn-primary:hover {
    background-color: #237a70;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(41, 155, 142, 0.3);
}

.btn-large {
    padding: 14px 28px;
    font-size: 1.1rem;
    border-radius: 10px;
}

/* Header Section */
.event-header {
    text-align: center;
    padding: 3.5rem 0;
    background: #ffffff;
    margin: -20px -25px 0;
    padding-left: 25px;
    padding-right: 25px;
}

.event-subtitle {
    font-size: 1.1rem;
    color: #299b8e;
    font-weight: 600;
    margin-bottom: 1.75rem;
}

.event-intro {
    font-size: 1.05rem;
    color: #6b7280;
    max-width: 900px;
    margin: 0 auto;
    line-height: 1.7;
    margin-bottom: 2.5rem;
}

.hero-cta {
    margin-top: 2.5rem;
}

/* Event Details Section */
.event-details {
    background: white;
    padding: 1.75rem;
    border-radius: 12px;
    margin: 3.5rem 0;
    border: 1px solid #e5e7eb;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.event-details h2 {
    text-align: center;
    margin-bottom: 1.75rem;
    color: #299b8e;
}

.details-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.75rem;
}

.detail-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 1.5rem;
    background: #ffffff;
    border-radius: 8px;
    border: 1px solid #e5e7eb;
    transition: all 0.3s ease;
}

.detail-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.08);
}

.detail-icon {
    font-size: 2rem;
    flex-shrink: 0;
}

.detail-content {
    font-size: 1rem;
    line-height: 1.5;
}

/* Event Sections */
.event-section {
    margin-bottom: 3.5rem;
    padding: 1.75rem;
    background: white;
    border-radius: 12px;
    border: 1px solid #e5e7eb;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.event-section h2 {
    color: #299b8e;
    border-bottom: 3px solid #299b8e;
    padding-bottom: 0.75rem;
    margin-bottom: 1.75rem;
}

/* Lists */
.event-list {
    margin: 1.25rem 0;
    padding-left: 25px;
}

.event-list li {
    margin-bottom: 1rem;
    font-size: 1rem;
    line-height: 1.6;
    color: #6b7280;
}

.event-list li strong {
    color: #299b8e;
}

/* Highlight Text */
.highlight-text {
    background: #fff9e6;
    padding: 1.5rem;
    border-radius: 8px;
    border-left: 4px solid #f7b801;
    margin: 1.75rem 0;
    font-size: 1.05rem;
}

.highlight-text strong {
    color: #1a1a1a;
}

/* Why Attend Section */
.why-attend {
    background: #ffffff;
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.75rem;
    margin-top: 1.75rem;
}

.benefit-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 1.75rem;
    background: white;
    border-radius: 12px;
    border: 1px solid #e5e7eb;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.benefit-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
}

.benefit-icon {
    font-size: 1.5rem;
    flex-shrink: 0;
    margin-top: 2px;
}

.benefit-content {
    font-size: 1rem;
    line-height: 1.6;
    color: #6b7280;
}

.benefit-content strong {
    color: #299b8e;
}

/* Form Section */
.form-section {
    background: white;
    border: 1px solid #e5e7eb;
    padding: 0;
    scroll-margin-top: 20px;
}

.form-wrapper {
    border-radius: 8px;
    overflow: hidden;
}

.airtable-embed {
    border-radius: 8px;
    border: 1px solid #e5e7eb !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

/* Closing Section */
.closing-section {
    text-align: center;
    padding: 3.5rem 1.75rem;
    background: linear-gradient(135deg, #299b8e 0%, #237a70 100%);
    color: #ffffff;
    border-radius: 12px;
    border: none;
    box-shadow: 0 10px 15px rgba(41, 155, 142, 0.2);
}

.closing-section h2 {
    color: #ffffff;
    border-bottom: 3px solid rgba(255, 255, 255, 0.3);
    padding-bottom: 1rem;
    margin-bottom: 1.75rem;
}

.closing-section p {
    color: #ffffff;
    font-size: 1.05rem;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.closing-statement {
    font-size: 1.3rem !important;
    font-weight: 600;
    margin-top: 1.75rem;
    margin-bottom: 0;
}

/* Responsive Design */
@media (max-width: 768px) {
    .event-container {
        padding: 0 20px;
    }

    .event-header {
        padding: 2.5rem 20px;
        margin: -20px -20px 0;
    }

    .mena-event-page h1 {
        font-size: 1.75rem;
    }

    .mena-event-page h2 {
        font-size: 1.5rem;
    }

    .event-subtitle {
        font-size: 1rem;
    }

    .details-grid {
        grid-template-columns: 1fr;
    }

    .benefits-grid {
        grid-template-columns: 1fr;
    }

    .event-section {
        padding: 1.5rem;
    }

    .form-section {
        padding: 0;
    }

    .closing-section {
        padding: 2.5rem 1.5rem;
    }

    .airtable-embed {
        height: 1200px;
    }

    .btn-large {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .mena-event-page {
        padding: 15px;
    }

    .event-container {
        padding: 0 15px;
    }

    .event-header {
        padding: 2rem 15px;
        margin: -15px -15px 0;
    }

    .mena-event-page h1 {
        font-size: 1.5rem;
    }

    .mena-event-page h2 {
        font-size: 1.3rem;
    }

    .detail-item {
        flex-direction: column;
        text-align: center;
        padding: 1.25rem;
    }

    .event-section {
        padding: 1.25rem;
    }

    .form-section {
        padding: 0;
    }

    .closing-section {
        padding: 2rem 1.25rem;
    }

    .airtable-embed {
        height: 1200px;
    }
}