@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700&display=swap');

:root {
    --swiper-pagination-bottom: 8px;
    --swiper-pagination-color: #00A8FF;
    --swiper-wrapper-transition-timing-function: linear;
}

html {
    font-size: 20px;
    color: #333;
    font-family: Manrope, sans-serif;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

body {
    margin: 0;
    position: relative;
    width: 100vw;
    overflow-x: hidden;
    font-family: Manrope, sans-serif;
    background: #fff;
}

.ev-mobile-br {
    display: none;
}

* { box-sizing: border-box; }

.margin-center {
    width: 1320px;
    max-width: calc(100vw - 40px);
    margin: 0 auto;
}

/* ==================== Page Background Decorations ==================== */
.ev-page-content {
    position: relative;
}

.ev-bg-wave {
    position: absolute;
    pointer-events: none;
    z-index: -1;
}

.ev-bg-ellipse {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    z-index: -1;
}

.ev-wave-1 {
    left: -476px;
    top: 60px;
    width: 2534.873px;
    height: 543.085px;
}

.ev-wave-1-mobile {
    display: none;
}

.ev-ellipse-1 {
    width: 513px;
    height: 513px;
    left: 153px;
    top: 643px;
    background: radial-gradient(circle, rgba(255,0,183,1) 0%, rgba(255,255,255,0) 100%);
    opacity: 0.63;
    filter: blur(410px);
}

.ev-ellipse-2 {
    width: 513px;
    height: 513px;
    left: 510px;
    top: 747px;
    background: radial-gradient(circle, rgba(38,181,255,1) 0%, rgba(255,255,255,0) 100%);
    opacity: 0.63;
    filter: blur(410px);
}

.ev-wave-3 {
    left: -476px;
    bottom: -100px;
    width: 2534.873px;
    height: 543.085px;
}

.ev-ellipse-3 {
    width: 626px;
    height: 626px;
    left: 344px;
    top: -62px;
    background: radial-gradient(circle, rgba(255,0,183,1) 0%, rgba(255,255,255,0) 100%);
    opacity: 0.63;
    filter: blur(410px);
}

.ev-wave-4 {
    left: 1843px;
    top: 163px;
    width: 1057px;
    height: 539px;
}

.ev-wave-2 {
    right: -440px;
    top: -110px;
    width: 2736.888px;
    height: 586.366px;
}

.ev-wave-2-mobile {
    display: none;
}

.ev-wave-3-mobile {
    display: none;
}

/* ==================== Countdown Banner ==================== */
.countdown-banner {
    background: #EDF2F9;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 94px;
    height: 86px;
    position: relative;
    overflow: hidden;
    z-index: 2;
}

.countdown-banner.hidden {
    display: none;
}

.countdown-banner-img1 {
    position: absolute;
    left: 0;
    top: -41px;
    width: 672px;
    height: 168px;
    object-fit: cover;
    pointer-events: none;
}

.countdown-banner-img2 {
    position: absolute;
    right: 0;
    top: -41px;
    width: 1147px;
    height: 168px;
    object-fit: cover;
    pointer-events: none;
}

.countdown-text {
    font-family: Manrope, sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #333;
    position: relative;
    z-index: 1;
}

.countdown-timer {
    display: flex;
    align-items: center;
    gap: 44px;
    position: relative;
    z-index: 1;
}

.countdown-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

.countdown-value {
    font-family: Manrope, sans-serif;
    font-size: 40px;
    font-weight: 500;
    color: #020826;
    line-height: 1.25;
}

.countdown-label {
    font-family: Manrope, sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #333;
}

.countdown-separator {
    width: 0;
    height: 54px;
    border-left: 1px solid #D9D2D2;
}

/* ==================== Header ==================== */
.ev-header {
    position: relative;
    overflow: hidden;
    min-height: 900px;
}

.ev-header-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(145deg, rgba(16, 9, 47, 1) 0%, rgba(18, 0, 98, 1) 100%);
}

.ev-header-content {
    position: relative;
    z-index: 2;
}

/* Hero background orbs */
.ev-hero-orb {
    position: absolute;
    right: -136px;
    top: 105px;
    width: 932px;
    height: 645px;
    z-index: 1;
    pointer-events: none;
}

.ev-hero-orb img {
    width: 100%;
    height: 100%;
}

.ev-hero-orb-mobile {
    display: none;
}

.ev-hero-orb-star {
    display: none;
}

.ev-nav {
    padding: 40px 0;
}

.ev-nav-logo {
    height: 40px;
    width: 238px;
}

.ev-hero {
    display: flex;
    align-items: flex-end;
    gap: 97px;
    padding-top: 90px;
    padding-bottom: 80px;
}

.ev-hero-left {
    width: 536px;
    display: flex;
    flex-direction: column;
    gap: 32px;
    flex-shrink: 0;
}

.ev-hero-logo-group {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.ev-hero-logo-title {
    width: 202px;
    height: auto;
    /* PartnerBoost */
    color: #FFFFFF;
    font-size: 32px;
    font-weight: 700;

}

.ev-hero-logo {
    display: flex;
    flex-direction: column;
    gap: 31px;
}

.ev-hero-logo-evolve {
    width: 400px;
    height: auto;
}

.ev-hero-logo-spring {
    width: 222px;
    height: auto;
}

.ev-hero-meta {
    display: flex;
    align-items: center;
    gap: 48px;
}

.ev-hero-meta-item {
    display: flex;
    align-items: center;
    gap: 8px;
}

.ev-hero-meta-icon {
    width: 28px;
    height: 28px;
}

.ev-hero-meta-text {
    font-family: Manrope, sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    line-height: 1;
}

.ev-hero-desc {
    font-family: Manrope, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    color: #EAECF6;
    margin: 0;
}

.ev-hero-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding: 16px 32px;
    background: #fff;
    border-radius: 48px;
    font-family: Manrope, sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #020826;
    text-decoration: none;
    width: fit-content;
    transition: transform 0.2s, box-shadow 0.2s;
    line-height: 1.33;
}

.ev-hero-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(255,255,255,0.25);
}

.ev-hero-right {
    flex: 1;
    position: relative;
    z-index: 2;
}

.ev-hero-right img {
    width: 688px;
    max-width: 100%;
    height: auto;
    border-radius: 20px;
    object-fit: cover;
    display: block;
}

/* ==================== Section Titles ==================== */
.ev-section-title {
    font-family: Manrope, sans-serif;
    font-size: 44px;
    font-weight: 600;
    color: #020826;
    text-align: center;
    line-height: 1.36;
    margin: 0;
}

/* ==================== Event Sponsors ==================== */
.ev-sponsors {
    padding: 80px 0 0;
    position: relative;
}

.ev-sponsors-grid {
    margin-top: 60px;
}

.ev-sponsors-grid img {
    width: 100%;
    display: block;
}

.ev-sponsors-mobile {
    display: none !important;
}

/* ==================== Event Highlights ==================== */
.ev-highlights {
    padding: 80px 0 0;
    position: relative;
}

.ev-highlights-swiper {
    margin-top: 80px;
    overflow: hidden;
}

.ev-highlights-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 28px;
}

.ev-highlights-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #D0D5DD;
    opacity: 1;
    border-radius: 50%;
    cursor: pointer;
    transition: background 0.3s;
}

.ev-highlights-pagination .swiper-pagination-bullet-active {
    background: #00A8FF;
}

.ev-highlights-swiper .swiper-slide {
    width: 411px;
    height: 373px;
    border-radius: 24px;
    overflow: hidden;
    background: #fff;
}

.ev-highlights-swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: fill;
    display: block;
}

/* ==================== Attendees Included ==================== */
.ev-included {
    position: relative;
    padding: 80px 0;
    position: relative;
    /* background: #F5F7FA; */
}

.ev-included-logos {
    margin-top: 80px;
    overflow: hidden;
    mask-image: linear-gradient(to right, transparent, #000 10%, #000 90%, transparent);
    -webkit-mask-image: linear-gradient(to right, transparent, #000 10%, #000 90%, transparent);
}

.ev-included-track {
    display: flex;
    align-items: center;
    gap: 36px;
    width: max-content;
    animation: ev-included-marquee 30s linear infinite;
}

.ev-included-track:hover {
    animation-play-state: paused;
}

@keyframes ev-included-marquee {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

.ev-included-logo {
    height: 80px;
    width: 171px;
    object-fit: none;
    flex-shrink: 0;
    background: #fff;
    border-radius: 86px;
}

/* ==================== Star Decoration ==================== */
.ev-star-decor {
    display: flex;
    justify-content: center;
    padding: 80px 0 0;
    position: relative;
}

.ev-star-decor img {
    width: 32px;
    height: 42px;
    margin-right: 160px;
}

/* ==================== Location ==================== */
.ev-location-section {
    position: relative;
    padding: 10px 0 80px;
}

.ev-location {
    display: flex;
    gap: 80px;
    align-items: flex-start;
}

.ev-location-img {
    width: 559px;
    height: 409px;
    border-radius: 24px;
    flex-shrink: 0;
    overflow: hidden;
}

.ev-location-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.ev-location-text {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 36px;
}

.ev-location-title {
    font-family: Manrope, sans-serif;
    font-size: 44px;
    font-weight: 600;
    color: #020826;
    line-height: 1.36;
    margin: 0;
}

.ev-gradient-text {
    background: linear-gradient(137deg, #5AB3F9 0%, #3C8AFE 36%, #5E4CFF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.ev-location-desc {
    font-family: Manrope, sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #333;
    line-height: 1.6;
    margin: 0;
}

/* ==================== Past Attendees ==================== */
.ev-attendees {
    padding: 80px 0;
    position: relative;
}

.ev-attendees-logos {
    margin-top: 80px;
    overflow: hidden;
    mask-image: linear-gradient(to right, transparent, #000 10%, #000 90%, transparent);
    -webkit-mask-image: linear-gradient(to right, transparent, #000 10%, #000 90%, transparent);
}

.ev-attendees-track {
    display: flex;
    gap: 48px;
    width: max-content;
    animation: ev-marquee 20s linear infinite;
}

.ev-attendees-track:hover {
    animation-play-state: paused;
}

@keyframes ev-marquee {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

.ev-attendee-logo {
    height: 80px;
    width: auto;
    flex-shrink: 0;
}

/* ==================== About The Event ==================== */
.ev-about {
    padding: 80px 0;
    position: relative;
}

.ev-about-inner {
    margin-top: 80px;
    display: flex;
    gap: 58px;
    align-items: flex-start;
}

.ev-benefits-label {
    width: 262px;
    font-family: Manrope, sans-serif;
    font-size: 44px;
    font-weight: 500;
    line-height: 1.36;
    background: linear-gradient(137deg, #5AB3F9 0%, #3C8AFE 36%, #5E4CFF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    flex-shrink: 0;
    margin: 0;
}

.ev-benefits-cards {
    display: flex;
    gap: 32px;
    flex: 1;
    align-items: flex-end;
}

.ev-benefit-card {
    width: 312px;
    height: 303px;
    background: #fff;
    border-radius: 24px;
    border: 1px solid #fff;
    box-shadow: 0 24px 74px rgba(0,0,0,0.07);
    position: relative;
    overflow: hidden;
    flex-shrink: 0;
}

.ev-benefit-card-content {
    padding: 42px 0 0 33px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    position: relative;
    z-index: 1;
    width: 278px;
}

.ev-benefit-card-icon {
    width: 34px;
    height: 28px;
}

.ev-benefit-card-title {
    font-family: Manrope, sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #020826;
    line-height: 1.37;
}

.ev-benefit-card-desc {
    font-family: Manrope, sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #333;
    line-height: 1.37;
}

.ev-benefit-card-img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 260px;
    height: auto;
}

/* ==================== Speaker Lineup ==================== */
.ev-speakers {
    padding: 70px 0 80px 0;
    position: relative;
}

.ev-speakers-grid {
    margin-top: 80px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.ev-speakers-row {
    display: flex;
    justify-content: stretch;
    align-items: flex-start;
    gap: 40px;
}

.ev-speaker {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}

.ev-speaker-avatar {
    width: 264px;
    height: 264px;
    border-radius: 50%;
    object-fit: cover;
    position: relative;
    z-index: 1;
}

/* 头像彩色装饰圆 - 通过 ev-speaker 容器的伪元素实现 */
.ev-speaker {
    position: relative;
}

.ev-speaker::before {
    content: '';
    position: absolute;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    top: -10px;
    left: 50%;
    transform: translateX(-20%);
    z-index: 0;
    display: none;
}

.ev-speaker-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    width: 100%;
}

.ev-speaker-texts {
    display: flex;
    flex-direction: column;
    gap: 6px;
    width: 100%;
}

.ev-speaker-name {
    font-family: Manrope, sans-serif;
    font-size: 32px;
    font-weight: 600;
    color: #020826;
    text-align: center;
    line-height: 1.37;
}

.ev-speaker-role {
    font-family: Manrope, sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #333;
    text-align: center;
    line-height: 1.37;
}

.ev-speaker-logo {
    width: 224px;
    height: 56px;
    object-fit: contain;
}

/* ==================== Learn More ==================== */
.ev-learn-more {
    padding-top: 40px;
    padding-bottom: 120px;
}

.ev-learn-more-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 40px;
    padding-right: 88px;
    min-height: 150px;
    border-radius: 24px;
    background: linear-gradient(90deg, #000EA1 0%, #000 100%);
    overflow: hidden;
    position: relative;
}

.ev-learn-more-background{
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
}

.ev-learn-more-bg-mobile {
    display: none;
}

.ev-learn-more-text {
    position: relative;
    flex: 1;
}

.ev-learn-more-title {
    font-size: 31px;
    font-weight: 700;
    color: #fff;
    margin: 0;
    letter-spacing: -0.63px;
}

.ev-learn-more-desc {
    font-size: 24px;
    font-weight: 400;
    color: #fff;
    margin: 12px 0 0;
    letter-spacing: -0.72px;
}

.ev-learn-more-btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 199px;
    height: 65px;
    background: #fff;
    border-radius: 48px;
    font-size: 20px;
    font-weight: 700;
    color: #020826;
    text-decoration: none;
    flex-shrink: 0;
    box-shadow: 0 0 20px rgba(14, 3, 130, 0.2);
    transition: transform 0.2s;
}

.ev-learn-more-btn:hover {
    transform: scale(1.05);
}

/* ==================== Footer ==================== */
.ev-footer {
    background: #F2FBFF;
    position: relative;
}

.ev-footer-inner {
    display: flex;
    align-items: center;
    padding: 24px 0;
    gap: 10px;
    width: 1320px;
    max-width: calc(100vw - 40px);
    margin: 0 auto;
}

.ev-footer-logo {
    width: 188px;
    height: 31px;
    flex-shrink: 0;
}

.ev-footer-links {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
}

.ev-footer-link {
    font-size: 14px;
    font-weight: 400;
    color: #333;
    text-decoration: none;
    line-height: 22px;
    white-space: nowrap;
}

.ev-footer-link-underline {
    text-decoration: underline;
}

.ev-footer-social {
    display: flex;
    align-items: center;
    gap: 20px;
    text-decoration: none;
    color: #333;
    flex-shrink: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    white-space: nowrap;
}

.ev-footer-social img {
    width: 20px;
    height: 20px;
}

/* ==================== Responsive ==================== */
@media (max-width: 1400px) {
    .margin-center {
        width: 90%;
    }
    .ev-hero {
        gap: 48px;
    }
    .ev-hero-right img {
        width: 100%;
    }
    .ev-hero-orb {
        width: 700px;
    }
    .ev-location {
        gap: 48px;
    }
}

@media (max-width: 1100px) {
    .ev-hero {
        flex-direction: column;
        align-items: flex-start;
        gap: 40px;
    }
    .ev-hero-left {
        width: 100%;
    }
    .ev-hero-right img {
        width: 100%;
    }
    .ev-hero-orb {
        display: none;
    }
    .ev-about-inner {
        flex-direction: column;
        gap: 32px;
    }
    .ev-benefits-label {
        width: 100%;
        font-size: 36px;
    }
    .ev-benefits-cards {
        flex-direction: column;
    }
    .ev-benefit-card {
        width: 100%;
        height: auto;
        min-height: 260px;
    }
    .ev-benefit-card-content {
        width: 60%;
    }
    .ev-location {
        flex-direction: column;
    }
    .ev-location-img {
        width: 100%;
        height: auto;
    }
    .ev-speakers-row {
        flex-wrap: wrap;
        gap: 32px;
    }
    .ev-speaker {
        flex: 1 1 calc(50% - 16px);
        min-width: 260px;
    }
}

/* ==================== H5 / Mobile ==================== */
@media (max-width: 768px) {
    html {
        font-size: 14px;
    }

    .margin-center {
        width: calc(100vw - 40px);
    }

    .ev-ellipse-2,
    .ev-ellipse-3 {
        display: none;
    }

    .ev-ellipse-1 {
        width: 348px;
        height: 348px;
        left: auto;
        right: -100px;
        top: -50px;
        opacity: 0.8;
    }

    .ev-wave-1 {
        left: -441px;
        top: -50px;
        width: 1058px;
        height: 540px;
    }

    .ev-wave-1-pc {
        display: none;
    }

    .ev-wave-1-mobile {
        display: block;
        left: 0;
        top: -100px;
        width: 100%;
        height: auto;
    }

    .ev-wave-2-pc {
        display: none;
    }

    .ev-wave-2-mobile {
        display: block;
        top: -240px;
        left: 0;
        width: 100%;
        height: auto;
    }

    .ev-wave-3-pc {
        display: none;
    }

    .ev-wave-3-m1 {
        display: block;
        top: 15%;
        left: 0;
        width: 100%;
        height: auto;
    }

    .ev-wave-3-m2 {
        display: block;
        top: 40%;
        left: 0;
        width: 100%;
        height: auto;
    }

    .ev-wave-3-m3 {
        display: block;
        top: 70%;
        left: 0;
        width: 100%;
        height: auto;
    }

    .ev-wave-3-m4 {
        display: block;
        bottom: -650px;
        left: 0;
        width: 100%;
        height: auto;
    }

    .ev-wave-4 {
        left: -441px;
        top: -30px;
        width: 1058px;
        height: 540px;
    }

    /* ---------- Countdown Banner (60px, column layout) ---------- */
    .countdown-banner {
        height: 60px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 4px;
        padding: 0 20px;
    }

    .countdown-banner-img1,
    .countdown-banner-img2 {
        display: none;
    }

    .countdown-text {
        font-size: 12px;
        white-space: nowrap;
        flex-shrink: 0;
    }

    .countdown-timer {
        gap: 6px;
    }

    .countdown-item {
        gap: 3px;
        flex-direction: row;
    }

    .countdown-value {
        font-size: 16px;
        font-weight: 600;
        line-height: 1;
    }

    .countdown-label {
        font-size: 10px;
    }

    .countdown-separator {
        height: 16px;
    }

    /* ---------- Header / Hero ---------- */
    .ev-header {
        min-height: auto;
    }

    .ev-header-bg {
        height: 100%;
    }

    .ev-hero-orb {
        display: block;
        left: auto;
        right: -110px;
        top: -70px;
        width: 412px;
        height: 379px;
        z-index: 1;
    }

    .ev-hero-orb-pc {
        display: none;
    }

    .ev-hero-orb-mobile {
        display: block;
        object-fit: contain;
    }

    .ev-hero-orb-star {
        display: block;
        position: absolute;
        top: 120px;
        right: 266px;
        width: auto !important;
        height: auto !important;
    }

    .ev-nav {
        padding: 16px 0;
    }

    .ev-nav-logo {
        width: 140px;
        height: 24px;
    }

    .ev-hero {
        flex-direction: column;
        align-items: flex-start;
        gap: 32px;
        padding-top: 30px;
        padding-bottom: 80px;
    }

    .ev-hero-left {
        width: 100%;
        gap: 32px;
        flex-shrink: 1;
    }

    .ev-hero-logo-group {
        gap: 24px;
    }

    .ev-hero-logo {
        gap: 12px;
    }

    .ev-hero-logo-title {
        font-size: 24px;
    }

    .ev-hero-logo-evolve {
        width: 268px;
    }

    .ev-hero-logo-spring {
        width: 150px;
    }

    .ev-hero-meta {
        /* flex-direction: column; */
        align-items: flex-start;
        gap: 8px;
    }

    .ev-hero-meta-icon {
        width: 18px;
        height: 18px;
    }

    .ev-hero-meta-text {
        font-size: 14px;
    }

    .ev-hero-desc {
        font-size: 20px;
        font-weight: 500;
        line-height: normal;
        color: #eaecf6;
    }

    .ev-hero-btn {
        font-size: 18px;
        padding: 10px 24px;
        border-radius: 40px;
        height: 56px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .ev-hero-right {
        width: 100%;
    }

    .ev-hero-right img {
        width: 100%;
        border-radius: 15px;
    }

    /* ---------- Section Titles ---------- */
    .ev-section-title {
        font-size: 36px;
        line-height: 1.37;
    }

    /* ---------- Event Sponsors ---------- */
    .ev-sponsors-title-pc {
        display: none;
    }

    .ev-sponsors {
        padding: 40px 0 0;
    }

    .ev-sponsors-grid {
        margin-top: 30px;
    }

    .ev-sponsors-pc {
        display: none !important;
    }

    .ev-sponsors-mobile {
        display: block !important;
    }

    /* ---------- Nav Logo ---------- */
    .ev-nav-logo {
        display: none;
    }

    /* ---------- Star Decoration ---------- */
    .ev-star-decor {
        display: none;
    }

    /* ---------- Location ---------- */
    .ev-location-section {
        padding: 24px 0 32px;
    }

    .ev-location {
        flex-direction: column;
        gap: 24px;
    }

    .ev-location-img {
        width: 100%;
        height: auto;
        border-radius: 15px;
        aspect-ratio: 353 / 258;
    }

    .ev-location-title {
        font-size: 24px;
    }

    .ev-location-text {
        gap: 16px;
    }

    .ev-location-desc {
        font-size: 14px;
        line-height: 1.6;
    }

    /* ---------- Past Attendees ---------- */
    .ev-attendees {
        padding: 32px 0;
    }

    .ev-attendees-logos {
        margin-top: 24px;
    }

    .ev-attendees-track {
        gap: 24px;
        animation-duration: 15s;
    }

    .ev-attendee-logo {
        height: 48px;
        width: auto;
    }

    /* ---------- About The Event ---------- */
    .ev-about {
        padding: 40px 0;
    }

    .ev-about-inner {
        margin-top: 32px;
        flex-direction: column;
        gap: 24px;
    }

    .ev-benefits-label {
        width: 100%;
        font-size: 28px;
        line-height: 1.37;
        text-align: center;
    }

    .ev-benefits-cards {
        flex-direction: column;
        gap: 32px;
    }

    .ev-benefit-card {
        width: 100%;
        height: auto;
        min-height: 180px;
        border-radius: 20px;
    }

    .ev-benefit-card-content {
        padding: 24px 0 24px 20px;
        gap: 8px;
        width: 55%;
    }

    .ev-benefit-card-icon {
        width: 24px;
        height: 20px;
    }

    .ev-benefit-card-title {
        font-size: 16px;
    }

    .ev-benefit-card-desc {
        font-size: 13px;
        line-height: 1.4;
    }

    .ev-benefit-card-img {
        width: 50%;
    }

    /* ---------- Speaker Lineup (single column per Figma) ---------- */
    .ev-speakers {
        padding: 70px 0 0;
    }

    .ev-speakers-grid {
        margin-top: 40px;
        display: flex;
        flex-direction: column;
        gap: 40px;
    }

    .ev-speakers-row {
        display: flex !important;
        flex-direction: column;
        gap: 40px;
    }

    .ev-speaker {
        flex: none;
        min-width: 0;
        gap: 24px;
        width: 100%;
        align-items: center;
    }

    .ev-speaker::before {
        display: none;
    }

    .ev-speaker-avatar {
        width: 264px;
        height: 264px;
        max-width: none;
    }

    .ev-speaker-info {
        gap: 12px;
        align-items: center;
        text-align: center;
    }

    .ev-speaker-texts {
        gap: 6px;
        align-items: center;
    }

    .ev-speaker-name {
        font-size: 32px;
        font-weight: 600;
        line-height: normal;
        color: #020826;
    }

    .ev-speaker-role {
        font-size: 20px;
        font-weight: 400;
        line-height: normal;
        color: #333;
    }

    .ev-speaker-logo {
        width: 224px;
        height: 56px;
        object-fit: contain;
    }

    /* ---------- Highlights Swiper ---------- */
    .ev-highlights {
        padding: 70px 0 0;
    }

    .ev-highlights-swiper {
        margin-top: 32px;
    }

    .ev-highlights-swiper .swiper-slide {
        width: 349px;
        height: 317px;
    }

    .ev-highlights-pagination {
        margin-top: 20px;
    }

    /* ---------- Attendees Included ---------- */
    .ev-included {
        padding: 70px 0 0;
    }

    .ev-included-logos {
        margin-top: 32px;
    }

    .ev-included-track {
        gap: 16px;
    }

    .ev-included-logo {
        width: 158px;
        height: 74px;
        padding: 12px 20px;
        border-radius: 56px;
    }

    /* ---------- Learn More ---------- */
    .ev-mobile-br {
        display: inline;
    }

    .ev-learn-more {
        padding: 80px 0 100px;
    }

    .ev-learn-more-card {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        padding: 50px 30px;
        height: auto;
        gap: 16px;
        text-align: left;
        border-radius: 24px;
        background: linear-gradient(45deg, #000EA1 0%, #000 120%);
    }

    .ev-learn-more-bg-pc {
        display: none;
    }

    .ev-learn-more-bg-mobile {
        display: block;
        right: 0;
        top: 0;
        left: auto;
        bottom: auto;
        width: auto;
        height: auto;
        object-fit: contain;
    }

    .ev-learn-more-title {
        font-size: 36px;
        font-weight: 700;
        line-height: 1.2;
        letter-spacing: -0.72px;
    }

    .ev-learn-more-desc {
        font-size: 24px;
        font-weight: 400;
        line-height: 1.4;
        letter-spacing: -0.48px;
        margin-top: 20px;
    }

    .ev-learn-more-btn {
        width: 200px;
        height: 65px;
        font-size: 20px;
        margin-top: 70px;
    }

    /* ---------- Footer ---------- */
    .ev-footer-inner {
        flex-direction: column;
        align-items: center;
        padding: 40px 0 32px;
        gap: 0;
        text-align: center;
        width: 100%;
        max-width: 100%;
        margin: 0;
    }

    .ev-footer-logo {
        height: 28px;
        margin-bottom: 24px;
    }

    .ev-footer-links {
        flex-direction: column;
        gap: 12px;
    }

    .ev-footer-link {
        font-size: 14px;
    }

    .ev-footer-social {
        font-size: 14px;
        margin-top: 24px;
        padding-top: 24px;
        border-top: 1px solid #D0D5DD;
        width: 100%;
        justify-content: center;
    }

    .ev-footer-social img {
        width: 20px;
        height: 20px;
    }
}
