/* 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;
}

.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: 1.5rem;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--light-gold);
}

.exponential-hero-2026__logo-overlay {
    position: relative;
    z-index: 2;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    gap: 32px;
    padding: 40px 20px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
}

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

.exponential-hero-2026__logo-overlay img {
    max-width: 300px;
    width: 100%;
    height: auto;
}

.exponential-hero-2026__separator {
    width: 2px;
    min-height: 60px;
    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: 1.5rem;
    line-height: 1.3;
    margin-bottom: 10px;
}

.exponential-hero-2026__event-venue {
    font-size: 1.2rem;
    opacity: 0.95;
    font-weight: 300;
}

/* 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;
}

/* 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;
}

/* Responsive Styles */
@media (max-width: 768px) {
    .exponential-hero-2026 {
        min-height: 80vh;
    }

    .exponential-hero-2026__logo-overlay {
        padding: 30px 20px;
    }

    .exponential-hero-2026__logo-overlay img {
        max-width: 250px;
    }

    .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: 480px) {
    .exponential-hero-2026 {
        min-height: 70vh;
    }

    .exponential-hero-2026__logo-overlay {
        padding: 20px 15px;
    }

    .exponential-hero-2026__logo-overlay img {
        max-width: 200px;
    }

    .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;
    }
}

/* 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%;
}

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

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

/* 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;
}

/* 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;
    }
}

@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;
    }
}

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

.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__slide {
        max-height: 400px;
    }

    .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;
    }

    .exponential-gallery__slide {
        max-height: 300px;
    }
}

/* 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: 200px;
    object-fit: cover;
}

/* 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;
    }
}
