/* Exponential Summit Page Styles */

:root {
    --red: #FA4639;
    --dark-blue: #151C26;
    --green: #176350;
    --light-green: #24C2AE;
    --gold: #D2CB9B;
    --light-gold: #FBFBEC;
}

/* Enable smooth scrolling for the entire page */
html {
    scroll-behavior: smooth;
}

/* Hero Section */
.exponential-hero {
    position: relative;
    min-height: 70vh;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    overflow: hidden;
    background: linear-gradient(135deg, #0a0e17 0%, #1a1f2a 100%);
}

.exponential-hero__background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: white;
}

.exponential-hero__background video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.exponential-hero__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 2;
    max-width: 600px;
    margin-left: 10%;
    color: white;
}

.exponential-hero__logo {
    margin-bottom: 20px;
}

.exponential-hero__logo svg {
    width: 100%;
    max-width: 500px;
    height: auto;
}

.exponential-hero__subtitle {
    font-size: 1.5rem;
    font-weight: 400;
    margin-bottom: 10px;
    color: white;
}

.exponential-hero__subtitle::after {
    content: '';
    display: block;
    width: 60px;
    height: 2px;
    background-color: white;
    margin-top: 10px;
}

.exponential-hero__description {
    font-size: 1.3rem;
    line-height: 1.6;
    margin-bottom: 30px;
    color: rgb(0, 0, 0);
    font-weight: 500;
    text-align: center;
}

.exponential-hero__date {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 30px;
    color: rgb(0, 0, 0);
    letter-spacing: 2px;
}

.exponential-hero__cta {
    display: inline-block;
    background: var(--red);
    color: var(--light-gold);
    padding: 15px 30px;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 600;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(250, 70, 57, 0.3);
}

.exponential-hero__cta:hover {
    transform: translateY(-1px);
    background-color: #d14a3f;
    box-shadow: 0 6px 20px rgba(250, 70, 57, 0.4);
    color: var(--light-gold) !important;
    text-decoration: none;
}

/* Logo Strip Section */
.exponential-logo-strip {
    background: var(--dark-blue);
    padding: 40px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.exponential-logo-strip__container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
}

.exponential-logo-strip__left-section {
    flex: 2;
    text-align: center;
    padding: 0 40px;
    position: relative;
}

.exponential-logo-strip__right-section {
    flex: 1;
    text-align: center;
    padding: 0 40px;
    position: relative;
}

.exponential-logo-strip__left-section::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 2px;
    background-color: var(--red);
}

.exponential-logo-strip__label {
    font-size: 0.8rem;
    color: var(--red);
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
}

.exponential-logo-strip__logos-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 40px;
}

.exponential-logo-strip__logo {
    margin-top: 10px;
    margin-bottom: 10px;
}

.exponential-logo-strip__logo.sohrlin-logo {
    margin-top: 20px;
}

.exponential-logo-strip__logo img {
    max-height: 40px;
    width: auto;
}

.exponential-logo-strip__text {
    color: white;
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 5px;
}

.exponential-logo-strip__address {
    color: white;
    font-size: 0.9rem;
    line-height: 1.4;
}

.exponential-logo-strip__address strong {
    font-weight: 700;
}

/* Generic Fifty-Fifty Component */
.exponential-fifty-fifty {
    padding: 80px 20px 80px 20px;
}

.exponential-fifty-fifty__container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.exponential-fifty-fifty__content {
    padding-right: 40px;
}

.exponential-fifty-fifty__title {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 30px;
    line-height: 1.2;
}

.exponential-fifty-fifty__description {
    font-size: 1.1rem;
    line-height: 1.7;
    margin-bottom: 25px;
}

.exponential-fifty-fifty__cta {
    background: transparent;
    display: inline-block;
    padding: 12px 25px;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.exponential-fifty-fifty__right-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.exponential-fifty-fifty__image {
    width: 100%;
    height: 100%;
    min-height: 500px;
    border-radius: 12px;
    max-height: 600px;
    overflow: hidden;
}

.exponential-fifty-fifty__conference-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.exponential-fifty-fifty__item {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.exponential-fifty-fifty__item img,
.exponential-fifty-fifty__item div {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

/* Generic Carousel Component */
.exponential-carousel {
    padding: 80px 20px 80px 20px;
    position: relative;
}

.exponential-carousel__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 75px;
}

.exponential-carousel__title {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 60px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.exponential-carousel__glide {
    position: relative;
    margin-bottom: 60px;
}

.exponential-carousel__card {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease;
    height: 400px;
    display: flex;
    flex-direction: column;
}

.exponential-carousel__card-image {
    flex: 1;
    position: relative;
    overflow: hidden;
    object-fit: cover;
    object-position: center top;
}

.exponential-carousel__card-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.2rem;
    font-weight: 600;
    text-align: center;
    padding: 20px;
}

.exponential-carousel__card-content {
    padding: 25px;
    background: var(--light-gold);
    min-height: 100px;
}

.exponential-carousel__card-title {
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1.4;
    margin: 0;
}

/* Glide.js Custom Styles */
.exponential-carousel .glide__arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--dark-blue);
    cursor: pointer;
    border: none;
    background: transparent;
    box-shadow: none;
    transition: all 0.3s ease;
    z-index: 5;
}

.exponential-carousel .glide__arrow:hover {
    transform: translateY(-50%) scale(1.1);
}

.exponential-carousel .glide__arrow--left {
    left: -80px;
}

.exponential-carousel .glide__arrow--right {
    right: -80px;
}

.exponential-carousel .glide__bullets {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 40px;
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
}

.exponential-carousel .glide__bullet {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

.exponential-carousel .glide__bullet--active {
    transform: scale(1.2);
}

/* Form Specific Styles */

.show-on-submit {
    display: none;
}

.success-message {
    color: var(--light-gold);
    text-align: center;
    margin-top: 20px;
    padding: 40px 20px;
    background: transparent;
    border-radius: 16px;
    border: 2px solid var(--light-green);
    backdrop-filter: blur(10px);
    animation: successFadeIn 0.6s ease-out;
}

.success-message__icon {
    margin-bottom: 20px;
    animation: successIconBounce 0.8s ease-out 0.2s both;
}

.success-message__icon svg {
    color: var(--light-green);
    filter: drop-shadow(0 4px 8px rgba(36, 194, 174, 0.3));
}

.success-message__title {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 15px;
    color: var(--gold);
    animation: successSlideUp 0.6s ease-out 0.3s both;
}

.success-message__text {
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 30px;
    color: rgba(255, 255, 255, 0.9);
    animation: successSlideUp 0.6s ease-out 0.4s both;
}

.success-message__details {
    display: flex;
    flex-direction: column;
    gap: 15px;
    max-width: 300px;
    margin: 0 auto;
    animation: successSlideUp 0.6s ease-out 0.5s both;
}

.success-message__detail-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
}

.success-message__detail-item:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateX(5px);
}

.success-message__detail-item svg {
    color: var(--gold);
    flex-shrink: 0;
}

.success-message__detail-item span {
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 500;
}

/* Success message animations */
@keyframes successFadeIn {
    from {
        opacity: 0;
        transform: scale(0.9);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes successIconBounce {
    0% {
        opacity: 0;
        transform: scale(0.3) rotate(-180deg);
    }
    50% {
        transform: scale(1.1) rotate(0deg);
    }
    100% {
        opacity: 1;
        transform: scale(1) rotate(0deg);
    }
}

@keyframes successSlideUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}



/* Inside Summit Specific Styles */
.inside-summit {
    background: var(--red);
}

.inside-summit .exponential-grid__title {
    color: var(--light-gold);
}

.inside-summit .exponential-grid__card-title {
    color: var(--light-gold);
}


/* Why Exponential Specific Styles */
.why-exponential {
    background: var(--light-gold);
}

.why-exponential .exponential-fifty-fifty__title {
    color: var(--red);
}

.why-exponential .exponential-fifty-fifty__description {
    color: #151C26;
}

.why-exponential .exponential-fifty-fifty__cta {
    color: var(--dark-blue);
    border: 2px solid var(--red);
}

.why-exponential .exponential-fifty-fifty__cta:hover {
    background: var(--red);
    color: var(--light-gold) !important;
    text-decoration: none;
}

.why-exponential .exponential-fifty-fifty__right-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.why-exponential .exponential-fifty-fifty__first-row-container {
    display: grid;
    grid-template-columns: 1.5fr 2fr;
    gap: 15px;
}

.why-exponential .exponential-fifty-fifty__second-row-container {
    display: grid;
    grid-template-columns: 2fr 1.5fr;
    gap: 15px;
}

/* Event Highlights Specific Styles */
.event-highlights {
    background: url('/static/exponential/armando-presenting.png');
    background-size: cover;
    background-position: center;
    color: white;
    padding: 80px 20px;
    position: relative;
    overflow: hidden;
}

@media (max-width: 768px) {
    .event-highlights {
        background: linear-gradient(135deg, rgba(26, 26, 26, 0.8) 0%, rgba(42, 42, 42, 0.8) 100%), url('/static/exponential/armando-presenting.png');
        background-size: cover;
        background-position: top;
    }
}

.event-highlights__container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.event-highlights__title {
    color: var(--red);
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 60px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.event-highlights__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: start;
}

.event-highlights__column {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.event-highlights__highlight-item {
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    gap: 20px;
    padding: 25px;
}

.event-highlights__highlight-item.cta {
    justify-content: center;
}

.event-highlights__icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--red);
}

.event-highlights__icon svg {
    width: 48px;
    height: 48px;
}

.event-highlights__text {
    flex: 1;
}

.event-highlights__highlight-title {
    color: var(--gold);
    font-size: 1.7rem;
    font-weight: 600;
    margin-bottom: 8px;
    line-height: 1.3;
}

.event-highlights__highlight-description {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.2rem;
    line-height: 1.6;
    margin: 0;
    font-weight: 400;
}

.event-highlights__cta {
    display: inline-block;
    background: transparent;
    color: var(--light-gold);
    padding: 15px 30px;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.3s ease;
    border: 2px solid var(--red);
    text-align: center;
    margin-top: 20px;
    align-self: center;
    cursor: default;  /* to remove the cursor */
}

/* to "disable" the button */
a:hover {
    color: var(--light-gold) !important;
}

/* uncomment below to "undisable" the button */
/* .event-highlights__cta:hover {
    background: var(--light-green);
    color: var(--dark-blue) !important;
    text-decoration: none;
} */

/* Responsive Design for Event Highlights */
@media (max-width: 1000px) {
    .event-highlights__grid {
        gap: 60px;
    }
    
    .event-highlights__title {
        font-size: 2.2rem;
        margin-bottom: 50px;
    }
    
    .event-highlights__highlight-item {
        padding: 20px;
        gap: 16px;
    }
    
    .event-highlights__icon {
        width: 40px;
        height: 40px;
    }
    
    .event-highlights__highlight-title {
        font-size: 1.2rem;
    }
}

@media (max-width: 768px) {
    .event-highlights {
        padding: 60px 20px;
    }
    
    .event-highlights__grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .event-highlights__title {
        font-size: 2rem;
        margin-bottom: 40px;
    }
    
    .event-highlights__column {
        gap: 30px;
    }
    
    .event-highlights__highlight-item {
        padding: 18px;
        gap: 14px;
    }
    
    .event-highlights__icon {
        width: 48px;
        height: 48px;
    }
    
    .event-highlights__icon svg {
        width: 48px;
        height: 48px;
    }
    
    .event-highlights__highlight-title {
        font-size: 1.2rem;
    }
    
    .event-highlights__highlight-description {
        font-size: 1.1rem;
    }
    
    .event-highlights__cta {
        padding: 12px 25px;
        font-size: 0.95rem;
        margin-top: 15px;
    }
}

@media (max-width: 480px) {
    .event-highlights {
        padding: 50px 15px;
    }
    
    .event-highlights__title {
        font-size: 1.8rem;
        margin-bottom: 35px;
    }
    
    .event-highlights__column {
        gap: 25px;
    }
    
    .event-highlights__highlight-item {
        padding: 16px;
        gap: 12px;
    }
    
    .event-highlights__icon {
        width: 32px;
        height: 32px;
    }
    
    .event-highlights__icon svg {
        width: 24px;
        height: 24px;
    }
    
    .event-highlights__highlight-title {
        font-size: 1.2rem;
        margin-bottom: 6px;
    }
    
    .event-highlights__highlight-description {
        font-size: 1.1rem;
    }
    
    .event-highlights__cta {
        padding: 10px 20px;
        font-size: 0.9rem;
        margin-top: 10px;
    }
}

/* Speakers Specific Styles */

.speakers {
    background: var(--gold);
}

.speakers .exponential-carousel__title {
    color: var(--dark-blue);
}

.speakers .exponential-carousel__card-title {
    color: var(--light-gold);
    font-size: 1.2rem;
    margin-bottom: 8px;
}

.speakers .exponential-carousel__card-subtitle {
    color: var(--light-gold);
    font-size: 0.9rem;
    opacity: 0.8;
    margin: 0;
    font-weight: 400;
}

.speakers .exponential-carousel__card-content {
    background: var(--red);
}

/* Speaker headshot specific styling */
.speakers .exponential-carousel__card-image {
    width: 100%;
    height: 280px;
    overflow: hidden;
    position: relative;
}

.speakers .exponential-carousel__card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    transition: transform 0.3s ease;
}

.speakers .glide__arrow {
    color: var(--light-gold);
}

.speakers .glide__bullet--active {
    background: var(--red);
}

/* Sohrlin Specific Styles */

.sohrlin {
    background: var(--green);
}

.sohrlin .exponential-fifty-fifty__title {
    color: var(--light-green);
}

.sohrlin .exponential-fifty-fifty__description {
    color: var(--light-gold);
}

.sohrlin .exponential-fifty-fifty__cta {
    color: var(--light-gold);
    border: 2px solid var(--light-green);
}

.sohrlin .exponential-fifty-fifty__cta:hover {
    background: var(--light-green);
    color: var(--light-gold) !important;
    text-decoration: none;
}

.sohrlin .exponential-fifty-fifty__logo {
    max-width: 250px;
    margin-bottom: 20px;
}

.sohrlin .exponential-fifty-fifty__right-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
}

.sohrlin .exponential-fifty-fifty__first-row-container {
    display: grid;
    grid-template-columns: 1.5fr 2fr;
    gap: 15px;
}

.sohrlin .exponential-fifty-fifty__second-row-container {
    display: grid;
    grid-template-columns: 2fr 1.5fr;
    gap: 15px;
}

/* Sign Up Specific Styles */

.sign-up {
    background: url('/static/exponential/elements/ai-art-banner-clean.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    /* Add overflow hidden to clip the extended blur */
    overflow: hidden;
    min-height: 860px;
}

.sign-up-container {
    background: var(--dark-blue);
    padding: 40px;
    border-radius: 16px;
    max-width: 500px;
}

.sign-up::before {
    content: "";
    position: absolute;
    /* Extend the blur area beyond the container */
    inset: -50px;
    z-index: 0;
    background: inherit;
    filter: blur(16px);
    pointer-events: none;
}

.sign-up > * {
    position: relative;
    z-index: 1;
}

.sign-up .exponential-fifty-fifty__container {
    grid-template-columns: 1fr;
}

.sign-up .exponential-fifty-fifty__title {
    color: var(--light-gold);
}

.sign-up .exponential-fifty-fifty__description {
    color: var(--light-gold);
}

.sign-up .exponential-fifty-fifty__right-content {
    grid-template-columns: 1fr;
}

.sign-up .exponential-fifty-fifty__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

/* Exponential Signup Form Styles */
.exponential-signup-form {
    display: flex;
    flex-direction: column;
    gap: 25px;
    max-width: 400px;
    margin: 0 auto;
}

.exponential-signup-form__field {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.exponential-signup-form__field label {
    color: var(--light-gold);
    font-size: 16px;
    font-weight: 500;
}

.exponential-signup-form__field input[type="text"],
.exponential-signup-form__field input[type="email"] {
    background-color: #2A2C30;
    border: 2px solid #66D9EF;
    border-radius: 8px;
    padding: 15px 18px;
    font-size: 16px;
    color: #E0E0E0;
    height: 55px;
    transition: all 0.3s ease;
}

.exponential-signup-form__field input[type="text"]::placeholder,
.exponential-signup-form__field input[type="email"]::placeholder {
    color: #E0E0E0;
    opacity: 0.7;
}

.exponential-signup-form__field input[type="text"]:focus,
.exponential-signup-form__field input[type="email"]:focus {
    outline: none;
    border-color: #66D9EF;
    box-shadow: 0 0 0 3px rgba(102, 217, 239, 0.1);
}

.exponential-signup-form__checkbox {
    flex-direction: row;
    align-items: center;
    gap: 12px;
    margin-top: 10px;
}

.exponential-signup-form__checkbox input[type="checkbox"] {
    width: 20px;
    height: 20px;
    border: 2px solid #66D9EF;
    border-radius: 4px;
    background-color: #2A2C30;
    margin-top: 2px;
    cursor: pointer;
    appearance: none;
    position: relative;
    flex-shrink: 0;
}

.exponential-signup-form__checkbox input[type="checkbox"]:checked {
    background-color: #66D9EF;
}

.exponential-signup-form__checkbox input[type="checkbox"]:checked::after {
    content: '✓';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #1A1C20;
    font-size: 14px;
    font-weight: bold;
}

.exponential-signup-form__checkbox label {
    color: var(--gold);
    font-size: 15px;
    line-height: 1.5;
    font-weight: 400;
    cursor: pointer;
    margin: 0;
}

.exponential-signup-form button[type="submit"] {
    background-color: var(--red);
    color: white;
    border: none;
    border-radius: 8px;
    padding: 15px 30px;
    font-size: 18px;
    font-weight: 600;
    height: 55px;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.exponential-signup-form button[type="submit"]:hover {
    background-color: #d14a3f;
    transform: translateY(-1px);
}

.exponential-signup-form small {
    color: var(--dark-gold);
    font-size: 14px;
    line-height: 1.4;
    text-align: center;
    margin-top: 20px;
}

.exponential-signup-form small a {
    color: var(--red);
    text-decoration: underline;
    font-weight: 500;
}

.exponential-signup-form small a:hover {
    color: #d14a3f !important;
}

/* Button disabled state and spinner */
.exponential-signup-form button[type="submit"]:disabled {
    background-color: #ccc;
    cursor: not-allowed;
    transform: none;
}

.exponential-signup-form button[type="submit"]:disabled:hover {
    background-color: #ccc;
    transform: none;
}

/* Spinner animation */
@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.spinner {
    animation: spin 1s linear infinite;
}

/* Responsive Design */
@media (max-width: 1300px) and (min-width: 769px) {
    .exponential-carousel__container {
        padding: 0 80px;
    }
    
    .exponential-carousel .glide__arrow--left {
        left: -60px;
    }
    
    .exponential-carousel .glide__arrow--right {
        right: -60px;
    }
}

@media (max-width: 1000px) {
    .exponential-grid__cards {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 25px;
    }
    
    .exponential-grid__title {
        font-size: 2rem;
        margin-bottom: 40px;
    }
}

@media (max-width: 1000px) {
    .exponential-hero__content {
        max-width: 300px;
    }
    .exponential-hero__date {
        font-size: 1.5rem;
    }
}

@media (max-width: 768px) {
    .exponential-hero__content {
        margin-left: 5%;
        margin-right: 5%;
        text-align: center;
    }

    .exponential-hero {
        justify-content: center;
    }
    
    .exponential-hero__logo svg {
        max-width: 300px;
    }
    
    .exponential-hero__date {
        font-size: 1.3rem;
    }
    
    .exponential-logo-strip__container {
        flex-direction: column;
        gap: 30px;
    }
    
    .exponential-logo-strip__left-section,
    .exponential-logo-strip__right-section {
        flex: none;
        width: 100%;
    }
    
    .exponential-logo-strip__left-section::after {
        display: none;
    }
    
    .exponential-logo-strip__logos-container {
        gap: 20px;
    }
    
    .exponential-fifty-fifty__container {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .exponential-fifty-fifty__content {
        padding-right: 0;
        text-align: center;
    }
    
    .exponential-fifty-fifty__title {
        font-size: 2.5rem;
    }
    
    .exponential-fifty-fifty__right-content {
        grid-template-columns: 1fr;
    }

    .event-highlights .exponential-fifty-fifty__right-content {
        align-items: center;
    }
    
    .event-highlights .exponential-fifty-fifty__image {
        min-height: 300px;
    }
    
    .event-highlights .exponential-fifty-fifty__title {
        font-size: 2rem;
        margin-bottom: 30px;
    }

    .exponential-grid__cards {
        grid-template-columns: 1fr !important;
        gap: 20px;
    }
    
    .exponential-grid__title {
        font-size: 2rem;
        margin-bottom: 40px;
    }
    
    .exponential-carousel__container {
        padding: 0 60px;
    }
    
    .exponential-carousel__title {
        font-size: 2.5rem;
        margin-bottom: 40px;
    }
    
    .exponential-carousel .glide__arrow {
        width: 40px;
        height: 40px;
    }
    
    .exponential-carousel .glide__arrow--left {
        left: -50px;
    }
    
    .exponential-carousel .glide__arrow--right {
        right: -50px;
    }
    
    .exponential-signup-form {
        max-width: 100%;
        padding: 0 20px;
    }
    
    .success-message {
        padding: 30px 15px;
    }
    
    .success-message__title {
        font-size: 1.5rem;
    }
    
    .success-message__text {
        font-size: 1rem;
    }
    
    .success-message__details {
        max-width: 100%;
    }
}

@media (max-width: 480px) {
    .exponential-hero__content {
        margin-left: 20px;
        margin-right: 20px;
    }
    
    .exponential-hero__logo svg {
        max-width: 250px;
    }
    
    .exponential-hero__date {
        font-size: 1.8rem;
    }
    
    .exponential-fifty-fifty__title {
        font-size: 2rem;
    }
    
    .event-highlights .exponential-fifty-fifty__image {
        min-height: 250px;
    }
    
    .event-highlights .exponential-fifty-fifty__title {
        font-size: 1.8rem;
        margin-bottom: 25px;
    }
    
    .event-highlights .exponential-fifty-fifty__highlight-title {
        font-size: 1.1rem;
    }
    
    .event-highlights .exponential-fifty-fifty__highlight-description {
        font-size: 0.9rem;
    }

    .exponential-grid__cards {
        gap: 15px;
    }
    
    .exponential-grid__title {
        font-size: 1.8rem;
        margin-bottom: 30px;
    }
    
    .exponential-grid__card {
        height: 350px;
    }
    
    .exponential-carousel__container {
        padding: 0 25px;
    }
    
    .exponential-carousel__title {
        font-size: 2rem;
        margin-bottom: 30px;
    }
    
    .exponential-carousel__card {
        height: 350px;
    }
    
    .exponential-carousel .glide__arrow {
        width: 35px;
        height: 35px;
    }
    
    .exponential-carousel .glide__arrow--left {
        left: -40px;
    }
    
    .exponential-carousel .glide__arrow--right {
        right: -40px;
    }

    .exponential-signup-form {
        padding: 0 15px;
    }
    
    .success-message {
        padding: 25px 10px;
    }
    
    .success-message__title {
        font-size: 1.3rem;
    }
    
    .success-message__text {
        font-size: 0.95rem;
    }
    
    .success-message__detail-item {
        padding: 10px 12px;
    }
    
    .success-message__detail-item span {
        font-size: 0.9rem;
    }
    
    .exponential-signup-form__field input[type="text"],
    .exponential-signup-form__field input[type="email"] {
        font-size: 16px;
        padding: 12px 15px;
        height: 50px;
    }
    
    .exponential-signup-form button[type="submit"] {
        font-size: 16px;
        padding: 12px 25px;
        height: 50px;
    }
}

/* Generic Grid Component */
.exponential-grid {
    padding: 80px 20px 80px 20px;
    position: relative;
}

.exponential-grid__container {
    max-width: 1200px;
    margin: 0 auto;
}

.exponential-grid__title {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 60px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.exponential-grid__cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 60px;
}

.exponential-grid__card {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    height: 250px;
    display: flex;
    flex-direction: column;
    position: relative;
}

.exponential-grid__card-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    z-index: 1;
}

.exponential-grid__card-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 25px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    min-height: 100px;
    z-index: 2;
}

.exponential-grid__card-title {
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1.4;
    margin: 0;
    color: white;
}

.exponential-fifty-fifty__video-container {
    width: 100%;
    height: 420px;
    position: relative;
}

.exponential-fifty-fifty__video {
    width: 100%;
    height: 100%;
    border-radius: 8px;
}