.elementor-19633 .elementor-element.elementor-element-b2a6048{--display:flex;}/* Start custom CSS for html, class: .elementor-element-2db55e5 *//* Reset e Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Merriweather Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    line-height: 1.6;
    color: #d9d9d9;
    background-color: #1a1a1a;
}

.page-wrapper {
    min-height: 100vh;
}

/* Container */
.container {
    width: 100%;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
}

@media (min-width: 640px) {
    .container {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}

@media (min-width: 1024px) {
    .container {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

/* Hero Section */
.hero-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

@media (min-width: 768px) {
    .hero-section {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }
}

.hero-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    align-items: center;
    max-width: 1152px;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 768px) {
    .hero-grid {
        grid-template-columns: 1fr 1fr;
    }
}

.hero-content {
    text-align: left;
}

.hero-title {
    font-size: 1.875rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
    .hero-title {
        font-size: 2.25rem;
    }
}

@media (min-width: 1024px) {
    .hero-title {
        font-size: 3rem;
    }
}

.hero-subtitle {
    font-size: 1.125rem;
    color: #b3b3b3;
    font-style: italic;
    margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
    .hero-subtitle {
        font-size: 1.25rem;
    }
}

.hero-info {
    margin-top: 1.5rem;
}

.event-date {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.date-text {
    color: #ffffff;
}

.time-text {
    color: #FFFF00;
}

.cta-button-wrapper {
    padding-top: 1rem;
}

.cta-button {
    display: inline-block;
    padding: 1rem 2rem;
    font-size: 1rem;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    background-color: #16b763;
    border-radius: 1rem;
    box-shadow: 0 -1px 24px 0 #16b763;
    text-decoration: none;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.8);
    transition: background-color 0.2s;
}

.cta-button:hover {
    background-color: #14a558;
}

.hero-image {
    display: flex;
    justify-content: center;
}

.hero-image img {
    width: 100%;
    max-width: 28rem;
    border-radius: 0.5rem;
}

/* Plausibility Section */
.plausibility-section {
    background-color: #262626;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.section-content-center {
    max-width: 56rem;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.plausibility-text {
    font-size: 1.5rem;
    font-weight: 500;
    color: #d9d9d9;
}

@media (min-width: 768px) {
    .plausibility-text {
        font-size: 1.875rem;
    }
}

.italic {
    font-style: italic;
}

/* Explanation Section */
.explanation-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

@media (min-width: 768px) {
    .explanation-section {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
}

.explanation-text {
    font-size: 1.125rem;
    color: #b3b3b3;
    line-height: 1.75;
    margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
    .explanation-text {
        font-size: 1.25rem;
    }
}

.highlight-text {
    font-weight: 700;
    color: #ffffff;
}

/* Program Section */
.program-section {
    background-color: #262626;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

@media (min-width: 768px) {
    .program-section {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
}

.section-title {
    font-size: 1.875rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 2.5rem;
}

@media (min-width: 768px) {
    .section-title {
        font-size: 2.25rem;
    }
}

.program-list {
    max-width: 48rem;
    margin-left: auto;
    margin-right: auto;
}

.program-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1rem;
    background-color: rgba(26, 26, 26, 0.5);
    border-radius: 0.5rem;
    margin-bottom: 1rem;
}

.program-icon {
    flex-shrink: 0;
    width: 2rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #a855f7 0%, #9333ea 100%);
    color: #ffffff;
    border-radius: 50%;
    font-weight: 700;
}

.program-text {
    font-size: 1.125rem;
    color: #d9d9d9;
    padding-top: 0.25rem;
}

/* Bio Section */
.bio-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

@media (min-width: 768px) {
    .bio-section {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
}

.bio-content {
    margin-top: 2rem;
}

.bio-text {
    font-size: 1.125rem;
    color: #b3b3b3;
    line-height: 1.75;
    margin-bottom: 1rem;
}

/* CTA Section */
.cta-section {
    background-color: #262626;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

@media (min-width: 768px) {
    .cta-section {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
}

.cta-text {
    font-size: 1.25rem;
    color: #d9d9d9;
    line-height: 1.75;
    margin-bottom: 2rem;
}

@media (min-width: 768px) {
    .cta-text {
        font-size: 1.5rem;
    }
}

.cta-title {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 2rem;
}

@media (min-width: 768px) {
    .cta-title {
        font-size: 1.875rem;
    }
}

/* Form Styles */
.form-wrapper {
    padding-top: 1rem;
}

.capture-form {
    width: 100%;
    max-width: 28rem;
    margin-left: auto;
    margin-right: auto;
}

.form-group {
    margin-bottom: 1rem;
}

.form-input {
    width: 100%;
    padding: 0.75rem 1rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #1f2937;
    background-color: #ffffff;
    border: 1px solid #d1d5db;
    border-radius: 0.375rem;
    outline: none;
}

.form-input:focus {
    border-color: #a855f7;
    box-shadow: 0 0 0 3px rgba(168, 85, 247, 0.1);
}

.form-group-phone {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 1rem;
}

.form-select {
    padding: 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #1f2937;
    background-color: #ffffff;
    border: 1px solid #d1d5db;
    border-right: none;
    border-radius: 0.375rem 0 0 0.375rem;
    max-width: 25%;
    outline: none;
}

.form-select:focus {
    border-color: #a855f7;
    box-shadow: 0 0 0 3px rgba(168, 85, 247, 0.1);
}

.form-input-tel {
    flex: 1;
    padding: 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #1f2937;
    background-color: #ffffff;
    border: 1px solid #d1d5db;
    border-radius: 0 0.375rem 0.375rem 0;
    outline: none;
}

.form-input-tel:focus {
    border-color: #a855f7;
    box-shadow: 0 0 0 3px rgba(168, 85, 247, 0.1);
}

.form-submit {
    width: 100%;
    padding: 1rem 1.5rem;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    background-color: #16b763;
    border-radius: 1rem;
    box-shadow: 0 -1px 24px 0 #16b763;
    border: none;
    cursor: pointer;
    margin-top: 1.25rem;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.8);
    transition: background-color 0.2s;
}

.form-submit:hover {
    background-color: #14a558;
}

/* Footer */
.footer {
    padding-top: 2rem;
    padding-bottom: 2rem;
    text-align: center;
}

.footer-text {
    color: #6b7280;
    font-size: 0.875rem;
}/* End custom CSS */