/* Exponential Summit 2026 Page Specific Styles */

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

/* Hero Section 2026 - Full Spread Image with Logo Overlay */
.exponential-hero-2026 {
    position: relative;
    width: 100%;
    min-height: 92vh;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    isolation: isolate;
    /* Room so logo-overlay can sit slightly lower (translateY) without clipping */
    padding-bottom: clamp(10px, 2.5vw, 28px);
    box-sizing: border-box;
}

/* Short, soft scrim: legibility at the very bottom without darkening the main photo */
.exponential-hero-2026::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: clamp(200px, 34vh, 420px);
    z-index: 2;
    pointer-events: none;
    background: linear-gradient(
        to top,
        var(--dark-blue) 0%,
        rgba(21, 28, 38, 0.88) 22%,
        rgba(21, 28, 38, 0.55) 48%,
        rgba(21, 28, 38, 0.2) 78%,
        rgba(21, 28, 38, 0) 100%
    );
}

.exponential-hero-2026__background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.exponential-hero-2026__background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.exponential-hero-2026__title {
    font-size: calc(2rem * var(--h7, 1));
    font-weight: 700;
    margin-bottom: calc(26px * var(--h7, 1));
    text-transform: uppercase;
    letter-spacing: calc(2.5px * var(--h7, 1));
    color: var(--light-gold);
}

.exponential-hero-2026__logo-overlay {
    --h7: 0.7;
    position: relative;
    z-index: 3;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    align-content: flex-end;
    gap: calc(44px * var(--h7));
    padding: calc(48px * var(--h7)) calc(28px * var(--h7)) calc(36px * var(--h7));
    transform: translateY(
        clamp(calc(10px * var(--h7)), calc(2vw * var(--h7)), calc(22px * var(--h7)))
    );
}

.exponential-hero-2026__brand-block {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.exponential-hero-2026__partner-logos {
    flex-direction: column;
    gap: 0;
}

.exponential-hero-2026__partner-logos .exponential-hero-2026__title {
    margin-bottom: calc(22px * var(--h7, 1));
    text-align: center;
}

.exponential-hero-2026__partner-logos-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: clamp(calc(0.85rem * var(--h7, 1)), calc(2.5vw * var(--h7, 1)), calc(1.65rem * var(--h7, 1)))
        clamp(calc(1rem * var(--h7, 1)), calc(3vw * var(--h7, 1)), calc(2rem * var(--h7, 1)));
    max-width: min(calc(1100px * var(--h7, 1)), 100%);
    margin: 0 auto;
}

.exponential-hero-2026__logo-overlay img {
    max-width: calc(400px * var(--h7));
    width: 100%;
    height: auto;
}

.exponential-hero-2026__logo-overlay .exponential-hero-2026__partner-logos-row img {
    flex: 0 1 auto;
    max-width: min(calc(210px * var(--h7)), calc(42vw * var(--h7)));
    max-height: calc(48px * var(--h7));
    width: auto;
    height: auto;
    object-fit: contain;
}

.exponential-hero-2026__separator {
    width: calc(3px * var(--h7, 1));
    min-height: calc(80px * var(--h7, 1));
    background: var(--gold);
    opacity: 0.8;
    flex-shrink: 0;
}

.exponential-hero-2026__event-details {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    color: var(--light-gold);
    font-weight: 600;
}

.exponential-hero-2026__event-date {
    font-size: calc(2rem * var(--h7, 1));
    line-height: 1.3;
    margin-bottom: calc(14px * var(--h7, 1));
}

.exponential-hero-2026__event-venue {
    font-size: calc(1.6rem * var(--h7, 1));
    opacity: 0.95;
    font-weight: 300;
}

#exponential-summit-signup-form {
    scroll-margin-top: 80px;
}

.exponential-2026__cta-primary {
    display: inline-block;
    padding: 15px 30px;
    background-color: var(--red);
    color: white;
    font-weight: 600;
    font-size: 1rem;
    text-decoration: none;
    border: 2px solid transparent;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.exponential-2026__cta-primary:hover {
    background-color: #d14a3f;
    color: white;
    text-decoration: none;
    transform: translateY(-1px);
}

.exponential-hero-2026__event-details .exponential-2026__cta-primary {
    margin-top: calc(22px * var(--h7, 1));
    padding: calc(15px * var(--h7, 1)) calc(30px * var(--h7, 1));
    font-size: calc(1rem * var(--h7, 1));
    border-width: calc(2px * var(--h7, 1));
    border-radius: calc(8px * var(--h7, 1));
}

/* What is Exponential Specific Styles */
.what-is-exponential {
    background: var(--dark-blue);
}

.what-is-exponential .exponential-fifty-fifty__title {
    color: var(--red);
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 1.8rem;
}

.what-is-exponential .exponential-fifty-fifty__description {
    color: var(--light-gold);
    font-size: 1.2rem;
}

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

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

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

.what-is-exponential .exponential-fifty-fifty__video-wrapper > div:first-child {
    width: 100%;
}

/* The Focus Section */
.exponential-the-focus {
    position: relative;
    min-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.exponential-the-focus__background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.exponential-the-focus__background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.exponential-the-focus__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(21, 28, 38, 0.7) 0%, rgba(21, 28, 38, 0.85) 100%);
    z-index: 2;
}

.exponential-the-focus__container {
    position: relative;
    z-index: 3;
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    padding: 80px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.exponential-the-focus__content {
    max-width: 800px;
    text-align: center;
}

.exponential-the-focus__title {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 40px;
    line-height: 1.2;
    color: var(--light-gold);
}

.exponential-the-focus__description {
    font-size: 1.3rem;
    line-height: 1.9;
    margin-bottom: 25px;
    color: var(--light-gold);
    opacity: 0.95;
}

/* Creativity and Technology Section */
.exponential-creativity-tech {
    position: relative;
    min-height: 80vh;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.exponential-creativity-tech__background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.exponential-creativity-tech__background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.exponential-creativity-tech__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(21, 28, 38, 1) 0%, rgba(21, 28, 38, 0) 100%);
    z-index: 2;
}

.exponential-creativity-tech__container {
    position: relative;
    z-index: 3;
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    padding: 80px 20px;
    display: flex;
    align-items: center;
}

.exponential-creativity-tech__content {
    max-width: 500px;
    padding-left: 40px;
}

.exponential-creativity-tech__title {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 30px;
    line-height: 1.2;
    color: var(--light-gold);
    text-transform: uppercase;
    letter-spacing: 2px;
}

.exponential-creativity-tech__description {
    font-size: 1.2rem;
    line-height: 1.8;
    margin-bottom: 25px;
    color: var(--light-gold);
    opacity: 0.95;
}

/* Narrower viewports: modest scrim + nudge copy toward the physical bottom */
@media (max-width: 1340px) {
    .exponential-hero-2026 {
        min-height: max(76vh, 560px);
        padding-bottom: clamp(12px, 3vw, 32px);
    }

    .exponential-hero-2026::after {
        height: clamp(260px, 40vh, 520px);
        background: linear-gradient(
            to top,
            var(--dark-blue) 0%,
            rgba(21, 28, 38, 0.9) 18%,
            rgba(21, 28, 38, 0.62) 42%,
            rgba(21, 28, 38, 0.28) 68%,
            rgba(21, 28, 38, 0) 100%
        );
    }

    .exponential-hero-2026__logo-overlay {
        gap: calc(28px * var(--h7));
        padding: calc(36px * var(--h7)) calc(22px * var(--h7)) calc(32px * var(--h7));
        transform: translateY(
            clamp(calc(14px * var(--h7)), calc(2.5vw * var(--h7)), calc(28px * var(--h7)))
        );
    }

    .exponential-hero-2026__event-details,
    .exponential-hero-2026__partner-logos .exponential-hero-2026__title {
        text-shadow: 0 calc(1px * var(--h7, 1)) calc(2px * var(--h7, 1)) rgba(0, 0, 0, 0.45),
            0 0 calc(20px * var(--h7, 1)) rgba(21, 28, 38, 0.4);
    }

    .exponential-hero-2026__event-date {
        font-size: calc(1.65rem * var(--h7, 1));
        margin-bottom: calc(10px * var(--h7, 1));
    }

    .exponential-hero-2026__event-venue {
        font-size: calc(1.3rem * var(--h7, 1));
    }

    .exponential-hero-2026__partner-logos .exponential-hero-2026__title {
        font-size: calc(1.5rem * var(--h7, 1));
        letter-spacing: calc(1.75px * var(--h7, 1));
        margin-bottom: calc(16px * var(--h7, 1));
    }

    .exponential-hero-2026__logo-overlay .exponential-hero-2026__partner-logos-row img {
        max-width: min(calc(185px * var(--h7)), calc(44vw * var(--h7)));
        max-height: calc(42px * var(--h7));
    }

    .exponential-hero-2026__separator {
        min-height: calc(64px * var(--h7, 1));
    }

    .exponential-hero-2026__event-details .exponential-2026__cta-primary {
        margin-top: calc(18px * var(--h7, 1));
        padding: calc(14px * var(--h7, 1)) calc(26px * var(--h7, 1));
        font-size: calc(0.95rem * var(--h7, 1));
    }
}

/* Responsive Styles */
@media (max-width: 768px) {
    .exponential-creativity-tech {
        min-height: 70vh;
    }

    .exponential-creativity-tech__overlay {
        width: 100%;
        background: linear-gradient(to bottom, rgba(21, 28, 38, 0.85) 0%, rgba(21, 28, 38, 0.7) 100%);
    }

    .exponential-creativity-tech__container {
        padding: 60px 20px;
    }

    .exponential-creativity-tech__content {
        max-width: 100%;
        padding-left: 0;
        text-align: center;
    }

    .exponential-creativity-tech__title {
        font-size: 2rem;
        margin-bottom: 25px;
    }

    .exponential-creativity-tech__description {
        font-size: 1.1rem;
    }

    .exponential-the-focus {
        min-height: 70vh;
    }

    .exponential-the-focus__container {
        padding: 60px 20px;
    }

    .exponential-the-focus__title {
        font-size: 2.5rem;
        margin-bottom: 30px;
    }

    .exponential-the-focus__description {
        font-size: 1.2rem;
    }
}

@media (max-width: 700px) {
    .exponential-hero-2026__separator {
        display: none;
    }
}

@media (max-width: 600px) {
    .exponential-hero-2026__logo-overlay {
        gap: calc(24px * var(--h7));
        padding: calc(28px * var(--h7)) calc(18px * var(--h7)) calc(28px * var(--h7));
    }

    .exponential-hero-2026__event-date {
        font-size: calc(1.45rem * var(--h7, 1));
    }

    .exponential-hero-2026__event-venue {
        font-size: calc(1.15rem * var(--h7, 1));
    }

    .exponential-hero-2026__event-details .exponential-2026__cta-primary {
        margin-top: calc(16px * var(--h7, 1));
        padding: calc(12px * var(--h7, 1)) calc(22px * var(--h7, 1));
        font-size: calc(0.9rem * var(--h7, 1));
    }

    .exponential-hero-2026__partner-logos .exponential-hero-2026__title {
        font-size: calc(1.3rem * var(--h7, 1));
        letter-spacing: calc(1.35px * var(--h7, 1));
        margin-bottom: calc(14px * var(--h7, 1));
    }

    .exponential-hero-2026__logo-overlay .exponential-hero-2026__partner-logos-row img {
        max-width: min(calc(158px * var(--h7)), calc(45vw * var(--h7)));
        max-height: calc(36px * var(--h7));
    }

    .exponential-hero-2026__partner-logos-row {
        gap: calc(0.7rem * var(--h7, 1)) calc(0.95rem * var(--h7, 1));
    }
}

@media (max-width: 480px) {
    .exponential-hero-2026 {
        min-height: max(74vh, 520px);
        padding-bottom: clamp(14px, 4vw, 36px);
    }

    .exponential-hero-2026::after {
        height: clamp(240px, 44vh, 480px);
        background: linear-gradient(
            to top,
            var(--dark-blue) 0%,
            rgba(21, 28, 38, 0.92) 20%,
            rgba(21, 28, 38, 0.58) 46%,
            rgba(21, 28, 38, 0.22) 74%,
            rgba(21, 28, 38, 0) 100%
        );
    }

    .exponential-hero-2026__logo-overlay {
        gap: calc(22px * var(--h7));
        padding: calc(24px * var(--h7)) calc(16px * var(--h7)) calc(24px * var(--h7));
        transform: translateY(
            clamp(calc(16px * var(--h7)), calc(3.5vw * var(--h7)), calc(32px * var(--h7)))
        );
    }

    .exponential-hero-2026__event-date {
        font-size: calc(1.3rem * var(--h7, 1));
        margin-bottom: calc(8px * var(--h7, 1));
        line-height: 1.25;
    }

    .exponential-hero-2026__event-venue {
        font-size: calc(1.05rem * var(--h7, 1));
        line-height: 1.35;
    }

    .exponential-hero-2026__event-details .exponential-2026__cta-primary {
        margin-top: calc(14px * var(--h7, 1));
        padding: calc(11px * var(--h7, 1)) calc(18px * var(--h7, 1));
        font-size: calc(0.85rem * var(--h7, 1));
    }

    .exponential-hero-2026__partner-logos .exponential-hero-2026__title {
        font-size: calc(1.15rem * var(--h7, 1));
        letter-spacing: calc(1.15px * var(--h7, 1));
        margin-bottom: calc(12px * var(--h7, 1));
    }

    .exponential-hero-2026__logo-overlay .exponential-hero-2026__partner-logos-row img {
        max-width: min(calc(132px * var(--h7)), calc(46vw * var(--h7)));
        max-height: calc(30px * var(--h7));
    }

    .exponential-hero-2026__partner-logos-row {
        gap: calc(0.55rem * var(--h7, 1)) calc(0.75rem * var(--h7, 1));
    }

    .exponential-creativity-tech {
        min-height: 60vh;
    }

    .exponential-creativity-tech__container {
        padding: 50px 15px;
    }

    .exponential-creativity-tech__title {
        font-size: 1.8rem;
        margin-bottom: 20px;
    }

    .exponential-creativity-tech__description {
        font-size: 1rem;
    }

    .exponential-the-focus {
        min-height: 60vh;
    }

    .exponential-the-focus__container {
        padding: 50px 15px;
    }

    .exponential-the-focus__title {
        font-size: 2rem;
        margin-bottom: 25px;
    }

    .exponential-the-focus__description {
        font-size: 1.1rem;
        line-height: 1.7;
    }
}

/* Short viewports (e.g. phone landscape): avoid hero taller than the screen; scrim still covers copy */
@media (max-width: 480px) and (max-height: 520px) {
    .exponential-hero-2026 {
        min-height: min(100dvh, max(68vh, 380px));
        padding-bottom: clamp(8px, 2vh, 20px);
    }

    .exponential-hero-2026::after {
        height: clamp(200px, 46vh, 380px);
    }

    .exponential-hero-2026__logo-overlay {
        transform: translateY(
            clamp(calc(8px * var(--h7)), calc(1.5vh * var(--h7)), calc(18px * var(--h7)))
        );
    }
}

/* Event Highlights Gallery Section */
.exponential-gallery {
    padding: 100px 20px;
    background: var(--dark-blue);
    position: relative;
    overflow: hidden;
}

.exponential-gallery__container {
    max-width: 1400px;
    margin: 0 auto;
    width: 100%;
}

.exponential-gallery__title {
    font-size: 3rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 60px;
    color: var(--light-gold);
    text-transform: uppercase;
    letter-spacing: 2px;
}

.exponential-gallery__wrapper {
    position: relative;
    display: flex;
    align-items: center;
    gap: 20px;
}

.exponential-gallery__viewport {
    flex: 1;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
    background: rgba(0, 0, 0, 0.3);
    position: relative;
    max-width: 100%;
    min-width: 0;
}

.exponential-gallery__track {
    display: flex;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform;
}

.exponential-gallery__slide {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    position: relative;
    aspect-ratio: 16 / 9;
    overflow: hidden;
}

/* Testimonials Section */
.exponential-testimonials {
    padding: 100px 20px;
    background: var(--green);
}

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

.exponential-testimonials__title {
    font-size: 3rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 60px;
    color: var(--light-gold);
    text-transform: uppercase;
    letter-spacing: 2px;
}

.exponential-testimonials__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.exponential-testimonials__quote {
    margin: 0;
    padding: 35px 30px;
    background: var(--dark-blue);
    border-radius: 12px;
    border-left: 4px solid var(--red);
    position: relative;
}

.exponential-testimonials__quote::before {
    content: '"';
    position: absolute;
    top: 15px;
    left: 25px;
    font-size: 3rem;
    font-weight: 700;
    color: var(--red);
    opacity: 0.4;
    font-family: Georgia, serif;
    line-height: 1;
}

.exponential-testimonials__text {
    font-size: 1.2rem;
    line-height: 1.8;
    color: var(--light-gold);
    margin: 0;
    margin-top: 10px;
    position: relative;
    z-index: 1;
}

.exponential-testimonials__attribution {
    margin-top: 20px;
    padding-top: 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    display: flex;
    align-items: center;
    gap: 16px;
}

.exponential-testimonials__portrait {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center top;
    border: 2px solid var(--red);
    flex-shrink: 0;
}

.exponential-testimonials__attribution-text {
    min-width: 0;
}

.exponential-testimonials__name {
    display: block;
    font-size: 1rem;
    font-weight: 600;
    color: var(--light-gold);
    font-style: normal;
}

.exponential-testimonials__role {
    display: block;
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.85);
    margin-top: 4px;
}

/* Responsive Styles for Testimonials */
@media (max-width: 768px) {
    .exponential-testimonials {
        padding: 60px 15px;
    }

    .exponential-testimonials__title {
        font-size: 2rem;
        margin-bottom: 40px;
    }

    .exponential-testimonials__grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .exponential-testimonials__quote {
        padding: 28px 24px;
    }

    .exponential-testimonials__text {
        font-size: 1.1rem;
    }

    .exponential-testimonials__portrait {
        width: 60px;
        height: 60px;
    }

    .exponential-testimonials__name {
        font-size: 0.95rem;
    }

    .exponential-testimonials__role {
        font-size: 0.85rem;
    }
}

@media (max-width: 480px) {
    .exponential-testimonials {
        padding: 50px 15px;
    }

    .exponential-testimonials__title {
        font-size: 1.8rem;
        margin-bottom: 30px;
    }

    .exponential-testimonials__grid {
        gap: 20px;
    }

    .exponential-testimonials__quote {
        padding: 24px 20px;
    }

    .exponential-testimonials__quote::before {
        font-size: 2.5rem;
        top: 12px;
        left: 20px;
    }

    .exponential-testimonials__text {
        font-size: 1rem;
    }

    .exponential-testimonials__attribution {
        margin-top: 16px;
        padding-top: 12px;
        gap: 12px;
    }

    .exponential-testimonials__portrait {
        width: 50px;
        height: 50px;
    }

    .exponential-testimonials__name {
        font-size: 0.9rem;
    }

    .exponential-testimonials__role {
        font-size: 0.8rem;
    }
}

.sign-up .exponential-fifty-fifty__title {
    text-align: center;
}

.sign-up .exponential-signup__complimentary-note {
    font-size: 0.9rem;
    line-height: 1.5;
    color: var(--light-green);
    margin: 0.35rem 0 1.25rem;
}

.exponential-gallery__slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.exponential-gallery__nav {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: 2px solid var(--light-gold);
    background: rgba(21, 28, 38, 0.8);
    color: var(--light-gold);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    flex-shrink: 0;
    z-index: 10;
    backdrop-filter: blur(10px);
}

.exponential-gallery__nav:hover {
    background: var(--light-gold);
    color: var(--dark-blue);
    transform: scale(1.1);
    box-shadow: 0 8px 25px rgba(250, 215, 160, 0.4);
}

.exponential-gallery__nav:active {
    transform: scale(0.95);
}

.exponential-gallery__nav:disabled {
    opacity: 0.3;
    cursor: not-allowed;
    pointer-events: none;
}

.exponential-gallery__nav svg {
    width: 24px;
    height: 24px;
}

.exponential-gallery__indicators {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
}

.exponential-gallery__counter {
    font-size: 1.2rem;
    color: var(--light-gold);
    font-weight: 600;
    letter-spacing: 1px;
    padding: 12px 24px;
    background: rgba(250, 215, 160, 0.1);
    border-radius: 30px;
    border: 1px solid rgba(250, 215, 160, 0.3);
}

.exponential-gallery__current {
    color: var(--red);
    font-weight: 700;
}

/* Responsive Styles for Gallery */
@media (max-width: 768px) {
    .exponential-gallery {
        padding: 60px 15px;
    }

    .exponential-gallery__title {
        font-size: 2rem;
        margin-bottom: 40px;
    }

    .exponential-gallery__wrapper {
        gap: 10px;
    }

    .exponential-gallery__nav {
        width: 44px;
        height: 44px;
    }

    .exponential-gallery__nav svg {
        width: 20px;
        height: 20px;
    }

    .exponential-gallery__counter {
        font-size: 1rem;
        padding: 10px 20px;
    }
}

@media (max-width: 480px) {
    .exponential-gallery {
        padding: 50px 15px;
    }

    .exponential-gallery__title {
        font-size: 1.8rem;
        margin-bottom: 30px;
    }

    .exponential-gallery__wrapper {
        gap: 8px;
    }

    .exponential-gallery__nav {
        width: 40px;
        height: 40px;
    }

    .exponential-gallery__nav svg {
        width: 18px;
        height: 18px;
    }

    .exponential-gallery__counter {
        font-size: 0.9rem;
        padding: 8px 16px;
    }
}

/* Why Exponential 2026 Section */
.exponential-why-exponential-2026 {
    padding: 80px 20px;
    background: var(--light-gold);
}

.exponential-why-exponential-2026__container {
    max-width: 1200px;
    margin: 0 auto;
}

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

.exponential-why-exponential-2026__cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.exponential-why-exponential-2026__card {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    display: flex;
    flex-direction: column;
}

.exponential-why-exponential-2026__card-image {
    width: 100%;
    height: 250px;
    overflow: hidden;
    position: relative;
}

.exponential-why-exponential-2026__card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.exponential-why-exponential-2026__card-content {
    padding: 25px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.exponential-why-exponential-2026__card-title {
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 12px;
    color: var(--dark-blue);
    line-height: 1.3;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.exponential-why-exponential-2026__card-subtitle {
    font-size: 1rem;
    line-height: 1.6;
    color: #151C26;
    opacity: 0.8;
    margin: 0;
}

/* Why Attend Section */
.why-attend {
    background: var(--dark-blue);
}

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

.why-attend .exponential-fifty-fifty__bullet-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.why-attend .exponential-fifty-fifty__bullet-item {
    font-size: 1.2rem;
    line-height: 1.8;
    margin-bottom: 20px;
    color: var(--light-gold);
    padding-left: 0;
    position: relative;
}

.why-attend .exponential-fifty-fifty__bullet-item::before {
    content: '✦';
    color: var(--red);
    font-size: 1.4rem;
    margin-right: 12px;
    display: inline-block;
    vertical-align: middle;
}

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

.why-attend .exponential-fifty-fifty__three-images-container {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 100%;
}

.why-attend .exponential-fifty-fifty__top-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    width: 100%;
}

.why-attend .exponential-fifty-fifty__bottom-row {
    width: 100%;
}

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

.why-attend .exponential-fifty-fifty__item-image {
    width: 100%;
    height: 260px;
    object-fit: cover;
    object-position: top center;
}

.why-attend .exponential-fifty-fifty__bottom-row .exponential-fifty-fifty__item-image {
    height: 220px;
}

.why-attend__cta-wrap {
    grid-column: 1 / -1;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    padding-top: 40px;
    border-top: 1px solid rgba(251, 251, 236, 0.15);
}

.why-attend__cta-btn {
    display: inline-block;
    padding: 15px 30px;
    background-color: var(--red);
    color: white;
    font-weight: 600;
    font-size: 1rem;
    text-decoration: none;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.why-attend__cta-btn:hover {
    background-color: #d14a3f;
    color: white;
    transform: translateY(-1px);
}

.why-attend__cta-btn--secondary {
    background-color: transparent;
    color: var(--light-gold);
    border: 2px solid var(--red);
}

.why-attend__cta-btn--secondary:hover {
    background-color: var(--red);
    color: white;
    transform: translateY(-1px);
}

/* Agenda 2026 — condensed timeline */
.exponential-agenda-2026 {
    padding: 72px 20px 80px;
    background: var(--dark-blue);
    position: relative;
    overflow: hidden;
}

.exponential-agenda-2026__container {
    max-width: 720px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

/* Match Event Highlights / Testimonials section titles on dark backgrounds */
.exponential-agenda-2026__header {
    text-align: center;
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    background-color: var(--dark-blue);
}

.exponential-agenda-2026__eyebrow {
    margin: 0;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--red);
    line-height: 1.3;
}

.exponential-agenda-2026__title {
    margin: 0;
    font-size: 3rem;
    font-weight: 700;
    color: var(--light-gold);
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 1.15;
}

.exponential-agenda-2026__subtitle {
    margin: 0 0 32px;
    font-size: 2rem;
    font-weight: 700;
    color: var(--light-gold);
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 1.15;
    text-align: center;
}

/* Event Resources — session slide links */
.exponential-resources-2026 {
    margin-bottom: 40px;
}

.exponential-resources-2026__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.exponential-resources-2026__item {
    margin: 0;
}

.exponential-resources-2026__link {
    display: flex;
    align-items: center;
    gap: 18px;
    width: 100%;
    padding: 18px 20px;
    background: rgba(251, 251, 236, 0.06);
    border: 1px solid rgba(210, 203, 155, 0.35);
    border-radius: 12px;
    color: var(--light-gold);
    text-decoration: none;
    transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
    box-sizing: border-box;
}

a.exponential-resources-2026__link:hover,
a.exponential-resources-2026__link:focus-visible {
    background: rgba(251, 251, 236, 0.12);
    border-color: var(--gold);
    color: var(--light-gold);
    text-decoration: none;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
}

.exponential-resources-2026__link--pending {
    cursor: default;
    opacity: 0.72;
}

.exponential-resources-2026__avatar-wrap {
    flex-shrink: 0;
}

.exponential-resources-2026__avatar {
    display: block;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid rgba(210, 203, 155, 0.45);
    background: rgba(21, 28, 38, 0.5);
}

.exponential-resources-2026__body {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.exponential-resources-2026__session {
    font-size: 1.05rem;
    font-weight: 700;
    line-height: 1.4;
    color: var(--light-gold);
}

.exponential-resources-2026__speaker {
    font-size: 0.95rem;
    font-weight: 600;
    line-height: 1.35;
    color: var(--gold);
}

.exponential-resources-2026__role {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.4;
    color: rgba(251, 251, 236, 0.75);
}

.exponential-resources-2026__action {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    border-radius: 8px;
    background: rgba(250, 70, 57, 0.12);
    border: 1px solid rgba(250, 70, 57, 0.35);
    color: var(--light-gold);
    font-size: 0.875rem;
    font-weight: 600;
    white-space: nowrap;
}

a.exponential-resources-2026__link:hover .exponential-resources-2026__action,
a.exponential-resources-2026__link:focus-visible .exponential-resources-2026__action {
    background: rgba(250, 70, 57, 0.22);
    border-color: var(--red);
}

.exponential-resources-2026__action--pending {
    background: rgba(210, 203, 155, 0.08);
    border-color: rgba(210, 203, 155, 0.25);
}

.exponential-resources-2026__icon {
    flex-shrink: 0;
    color: var(--red);
}

.exponential-resources-2026__action-label {
    line-height: 1;
}

.exponential-resources-2026__status {
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--gold);
    line-height: 1;
}

.exponential-resources-2026__toggle-wrap {
    text-align: center;
    margin-bottom: 0;
}

.exponential-resources-2026__toggle {
    display: inline-block;
    padding: 14px 32px;
    background: transparent;
    color: var(--light-gold);
    font-weight: 600;
    font-size: 1rem;
    border: 2px solid rgba(210, 203, 155, 0.55);
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.exponential-resources-2026__toggle:hover,
.exponential-resources-2026__toggle:focus-visible {
    background: rgba(251, 251, 236, 0.08);
    border-color: var(--gold);
    color: var(--light-gold);
}

.exponential-agenda-2026__panel {
    padding-top: 8px;
    margin-top: 48px;
    border-top: 1px solid rgba(251, 251, 236, 0.15);
}

.exponential-agenda-2026__panel[hidden] {
    display: none;
}

.exponential-agenda-2026__cta-wrap {
    text-align: center;
    margin-top: 48px;
    padding-top: 40px;
    border-top: 1px solid rgba(251, 251, 236, 0.15);
}

.exponential-agenda-2026__cta-note {
    margin: 0 0 16px;
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--light-gold);
    opacity: 0.95;
}

.exponential-agenda-2026__list {
    list-style: none;
    margin: 0;
    padding: 0;
    border-left: 2px solid rgba(210, 203, 155, 0.35);
    margin-left: 8px;
    padding-left: 0;
}

.exponential-agenda-2026__item {
    display: grid;
    grid-template-columns: minmax(0, 108px) minmax(0, 1fr);
    gap: 14px 18px;
    align-items: start;
    padding: 14px 0 14px 22px;
    position: relative;
    border-bottom: 1px solid rgba(251, 251, 236, 0.08);
}

.exponential-agenda-2026__item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.exponential-agenda-2026__item::before {
    content: "";
    position: absolute;
    left: -8px;
    top: 1.32rem;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: var(--gold);
    border: none;
    box-shadow: 0 0 0 2px var(--dark-blue);
}

.exponential-agenda-2026__time-wrap {
    min-width: 0;
}

.exponential-agenda-2026__time {
    display: block;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    color: var(--gold);
    line-height: 1.35;
    font-variant-numeric: tabular-nums;
    white-space: nowrap;
}

.exponential-agenda-2026__body {
    min-width: 0;
}

.exponential-agenda-2026__session {
    margin: 0 0 8px;
    font-size: 1.02rem;
    font-weight: 600;
    line-height: 1.35;
    color: var(--light-gold);
}

.exponential-agenda-2026__item:last-child .exponential-agenda-2026__session:last-child {
    margin-bottom: 0;
}

.exponential-agenda-2026__text {
    margin: 10px 0 0;
    font-size: 0.88rem;
    line-height: 1.55;
    color: rgba(251, 251, 236, 0.78);
}

.exponential-agenda-2026__text:first-of-type {
    margin-top: 8px;
}

.exponential-agenda-2026__text:last-child {
    margin-bottom: 0;
}

.exponential-agenda-2026__speakers-block {
    margin-top: 8px;
}

.exponential-agenda-2026__people {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 18px;
    align-items: flex-start;
    list-style: none;
    margin: 0;
    padding: 0;
}

.exponential-agenda-2026__person {
    min-width: 0;
    max-width: 100%;
}

.exponential-agenda-2026__person--clickable {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    font: inherit;
    color: inherit;
    text-align: left;
    cursor: pointer;
    border-radius: 8px;
    transition: background-color 0.2s ease;
}

.exponential-agenda-2026__person--clickable:hover {
    background-color: rgba(210, 203, 155, 0.08);
}

.exponential-agenda-2026__person--clickable:focus {
    outline: none;
}

.exponential-agenda-2026__person--clickable:focus-visible {
    outline: 2px solid var(--light-gold);
    outline-offset: 2px;
}

.exponential-agenda-2026__person-inner {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    min-width: 0;
}

.exponential-agenda-2026__person-avatar {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
    border: 1px solid rgba(210, 203, 155, 0.35);
}

.exponential-agenda-2026__person-meta {
    display: flex;
    flex-direction: column;
    gap: 3px;
    min-width: 0;
}

.exponential-agenda-2026__person-name {
    font-size: 0.88rem;
    font-weight: 600;
    line-height: 1.35;
    color: var(--light-gold);
}

.exponential-agenda-2026__person-role {
    font-size: 0.74rem;
    line-height: 1.35;
    font-weight: 500;
    color: rgba(251, 251, 236, 0.62);
}

.exponential-agenda-2026__person--no-photo .exponential-agenda-2026__person-inner {
    padding: 2px 0 2px 12px;
    border-left: 2px solid rgba(210, 203, 155, 0.28);
    margin-left: 2px;
}

@media (max-width: 768px) {
    .exponential-agenda-2026__title {
        font-size: 2rem;
    }

    .exponential-agenda-2026__subtitle {
        font-size: 1.5rem;
    }

    .exponential-resources-2026__link {
        display: grid;
        grid-template-columns: 64px 1fr;
        grid-template-areas:
            "avatar body"
            "action action";
        align-items: start;
        padding: 16px;
        gap: 14px;
    }

    .exponential-resources-2026__avatar-wrap {
        grid-area: avatar;
    }

    .exponential-resources-2026__body {
        grid-area: body;
    }

    .exponential-resources-2026__avatar {
        width: 64px;
        height: 64px;
    }

    .exponential-resources-2026__session {
        font-size: 1rem;
    }

    .exponential-resources-2026__action {
        grid-area: action;
        width: 100%;
        justify-content: center;
        margin-left: 0;
    }

    .exponential-agenda-2026__eyebrow {
        font-size: 0.95rem;
    }

    .exponential-agenda-2026__header {
        margin-bottom: 32px;
    }
}

@media (max-width: 560px) {
    .exponential-agenda-2026 {
        padding: 56px 16px 64px;
    }

    .exponential-agenda-2026__title {
        font-size: 1.8rem;
        letter-spacing: 2px;
    }

    .exponential-agenda-2026__eyebrow {
        font-size: 0.88rem;
        letter-spacing: 1.5px;
    }

    .exponential-agenda-2026__header {
        margin-bottom: 28px;
    }

    .exponential-agenda-2026__item {
        grid-template-columns: 1fr;
        gap: 6px 0;
        padding-left: 20px;
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .exponential-agenda-2026__item::before {
        top: 1.05rem;
    }

    .exponential-agenda-2026__time {
        font-size: 0.78rem;
        margin-bottom: 2px;
    }

    .exponential-agenda-2026__session {
        font-size: 0.98rem;
    }

    .exponential-agenda-2026__text {
        font-size: 0.84rem;
    }

    .exponential-agenda-2026__person-avatar {
        width: 48px;
        height: 48px;
    }
}

/* Responsive Styles for Why Attend */
@media (max-width: 768px) {
    .why-attend .exponential-fifty-fifty__bullet-item {
        font-size: 1.1rem;
        margin-bottom: 18px;
    }

    .why-attend .exponential-fifty-fifty__bullet-item::before {
        font-size: 1.2rem;
        margin-right: 10px;
    }

    .why-attend .exponential-fifty-fifty__top-row {
        grid-template-columns: 1fr;
        gap: 15px;
    }
}

@media (max-width: 480px) {
    .why-attend .exponential-fifty-fifty__bullet-item {
        font-size: 1rem;
        margin-bottom: 15px;
        line-height: 1.6;
    }

    .why-attend .exponential-fifty-fifty__bullet-item::before {
        font-size: 1.1rem;
        margin-right: 8px;
    }

    .why-attend .exponential-fifty-fifty__top-row {
        grid-template-columns: 1fr;
        gap: 15px;
    }
}

/* Why Exponential 2026 - Responsive (must come after base styles) */
@media (max-width: 1024px) {
    .exponential-why-exponential-2026__cards {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }
}

@media (max-width: 768px) {
    .exponential-why-exponential-2026 {
        padding: 60px 24px;
    }

    .exponential-why-exponential-2026__cards {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .exponential-why-exponential-2026__title {
        font-size: 2rem;
        margin-bottom: 40px;
    }

    .exponential-why-exponential-2026__card-image {
        height: 220px;
    }

    .exponential-why-exponential-2026__card-title {
        font-size: 1.1rem;
    }

    .exponential-why-exponential-2026__card-subtitle {
        font-size: 0.95rem;
    }
}

@media (max-width: 480px) {
    .exponential-why-exponential-2026 {
        padding: 60px 15px;
    }

    .exponential-why-exponential-2026__cards {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .exponential-why-exponential-2026__title {
        font-size: 1.8rem;
        margin-bottom: 30px;
    }

    .exponential-why-exponential-2026__card-image {
        height: 180px;
    }

    .exponential-why-exponential-2026__card-content {
        padding: 20px;
    }

    .exponential-why-exponential-2026__card-title {
        font-size: 1rem;
        margin-bottom: 10px;
    }

    .exponential-why-exponential-2026__card-subtitle {
        font-size: 0.9rem;
    }
}

.exponential-agenda-2026__header::before
{
    background-color: var(--dark-blue);
    border-bottom: 0;
}

/* Speakers grid (2026): dark band, teal accent, responsive grid */
.exponential-speakers-2026 {
    position: relative;
    isolation: isolate;
    padding: clamp(3.5rem, 8vw, 5.5rem) clamp(1rem, 4vw, 2rem) clamp(3rem, 6vw, 4.5rem);
    background: var(--dark-blue);
    overflow: hidden;
}

.exponential-speakers-2026 + .why-attend {
    padding-top: 20px;
}

.exponential-speakers-2026__inner {
    max-width: 1240px;
    margin: 0 auto;
}

.exponential-speakers-2026__heading {
    text-align: center;
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: 700;
    margin: 0 0 clamp(2rem, 5vw, 3rem);
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: var(--light-gold);
}

.exponential-speakers-2026__grid {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(100%, 260px), 1fr));
    gap: clamp(1.25rem, 3vw, 1.75rem);
}

@media (min-width: 600px) {
    .exponential-speakers-2026__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 900px) {
    .exponential-speakers-2026__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (min-width: 1200px) {
    .exponential-speakers-2026__grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

.exponential-speakers-2026__item {
    margin: 0;
    padding: 0;
    min-width: 0;
}

.exponential-speakers-2026__card {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    min-height: 100%;
    margin: 0;
    padding: 0;
    border: 1px solid rgba(210, 203, 155, 0.2);
    border-radius: 14px;
    background: color-mix(in srgb, var(--dark-blue) 88%, #000 12%);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
    cursor: pointer;
    text-align: left;
    font: inherit;
    color: inherit;
    overflow: hidden;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
    border-left: 3px solid var(--light-green);
}

.exponential-speakers-2026__card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.45);
    border-color: rgba(36, 194, 174, 0.45);
}

.exponential-speakers-2026__card:focus {
    outline: none;
}

.exponential-speakers-2026__card:focus-visible {
    outline: 2px solid var(--red);
    outline-offset: 3px;
}

.exponential-speakers-2026__media {
    display: block;
    position: relative;
    aspect-ratio: 4 / 5;
    overflow: hidden;
    background: color-mix(in srgb, var(--dark-blue) 70%, var(--green) 30%);
}

.exponential-speakers-2026__photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    display: block;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.exponential-speakers-2026__card:hover .exponential-speakers-2026__photo {
    transform: scale(1.03);
}

.exponential-speakers-2026__body {
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 0.5rem;
    padding: 1.15rem 1.2rem 1.35rem;
    min-height: 0;
}

.exponential-speakers-2026__name {
    display: block;
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1.3;
    color: var(--light-gold);
}

.exponential-speakers-2026__role {
    display: block;
    font-size: 0.82rem;
    line-height: 1.45;
    font-weight: 500;
    color: var(--gold);
    opacity: 0.92;
}

.exponential-speakers-2026__excerpt {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    line-clamp: 5;
    overflow: hidden;
    margin-top: 0.35rem;
    font-size: 0.84rem;
    line-height: 1.55;
    color: var(--dark-gray);
    min-height: 0;
    overflow-wrap: break-word;
}

.exponential-speakers-2026__cta {
    display: inline-block;
    margin-top: auto;
    padding-top: 0.65rem;
    font-size: 0.82rem;
    font-weight: 600;
    color: var(--red);
    letter-spacing: 0.03em;
}

.exponential-speakers-2026__card:hover .exponential-speakers-2026__cta {
    text-decoration: underline;
    text-underline-offset: 3px;
}

@supports not (background: color-mix(in srgb, red, blue)) {
    .exponential-speakers-2026__card {
        background: #0f1419;
    }

    .exponential-speakers-2026__media {
        background: #152a24;
    }
}

.speaker-modal__bio {
    white-space: pre-line;
}

@media (max-width: 1144px) {
    .exponential-hero-2026__separator {
        display: none;
    }
}