* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: "Causten";
    src: local("Causten Regular"),
        local("Causten-Regular"),
        url("fonts/Causten Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Causten";
    src: local("Causten Bold"),
        local("Causten-Bold"),
        url("fonts/Causten Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

:root {
    --white: #ffffff;
    --purple: #72509d;
    --purple-dark: #5d3c8b;
    --green: #96c11f;
    --rojo: #cc151a;
    --morado: #6f4f95;
    --azul: #0d448a;
    --amarillo: #f5bd30;
    --verde: #1ba357;
    --celeste: #0eb3bc;
    --shadow: 0 20px 60px rgba(17, 7, 32, 0.35);
}

html {
    min-height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}

body {
    min-height: 100%;
    overflow-x: hidden;
    overflow-y: visible;
}

body {
    font-family: "Causten", "Aptos", "Segoe UI", sans-serif;
    color: var(--white);
    font-weight: 400;
    background: #ffffff;
}

.landing-stack {
    position: relative;
    isolation: isolate;
}

.hero-stage {
    position: relative;
    overflow: visible;
    min-height: 100vh;
    z-index: 0;
}

.page {
    min-height: 100vh;
    width: 100%;
    position: relative;
    overflow: hidden;
    display: block;
    z-index: 0;
}

.page-content {
    position: absolute;
    inset: 0;
    z-index: 3;
    padding: 7.5rem 4.5rem 0;
}

.background-video,
.video-overlay,
.video-fallback {
    position: absolute;
    inset: 0;
}

.background-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -4;
}

.background-video-mobile {
    display: none;
}

.video-overlay {
    z-index: -3;
    background:
        linear-gradient(90deg, rgba(108, 74, 152, 0.68) 0%, rgba(90, 52, 138, 0.72) 100%);
}

.video-fallback {
    z-index: -5;
    background:
        linear-gradient(90deg, rgba(117, 86, 155, 0.92) 0%, rgba(78, 49, 118, 0.92) 100%);
    filter: saturate(0.9);
}

.topbar {
    position: fixed;
    top: 1rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
    isolation: isolate;
    width: min(1620px, calc(100% - 6rem));
    min-height: 4.8rem;
    padding: 0.85rem 2rem;
    border-radius: 999px;
    background: #ffffff;
    display: flex;
    align-items: center;
    gap: 2rem;
    box-shadow: 0 10px 24px rgba(35, 14, 70, 0.2);
}

.topbar-brand {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
}

.topbar-brand img {
    width: 170px;
    height: auto;
    display: block;
}

.topbar-nav {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2.8rem;
}

.topbar-nav a {
    position: relative;
    z-index: 0;
    color: var(--purple);
    text-decoration: none;
    font-size: 1.1rem;
    white-space: nowrap;
}

.topbar-nav a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(100% + 40px);
    height: 45px;
    border-radius: 25px;
    background-color: transparent;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.menu-toggle {
    border: 0;
    background: transparent;
    width: 3rem;
    height: 3rem;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.32rem;
    cursor: pointer;
    flex: 0 0 auto;
}

.menu-toggle span {
    width: 2.1rem;
    height: 0.28rem;
    border-radius: 999px;
    background: var(--purple);
    display: block;
}

.hero {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1560px;
    min-height: calc(100vh - 7.5rem);
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(520px, 700px) minmax(360px, 560px);
    justify-content: space-between;
    align-items: center;
    gap: 3rem;
    padding: 2rem 0 4.5rem;
}

.hero-left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 1.8rem;
    padding-left: 0;
    width: 100%;
    max-width: 680px;
    margin-left: 60px;
}

.prox-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: center;
    min-height: 3.55rem;
    padding: 0.4rem 2.6rem;
    border-radius: 999px;
    background: var(--green);
    color: var(--white);
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1;
    box-shadow: var(--shadow);
}

.branding {
    --branding-left-col: 42fr;
    --branding-right-col: 58fr;
    width: min(680px, 100%);
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 1.2rem;
}

.branding-logo {
    width: 100%;
    height: auto;
    display: block;
    filter: drop-shadow(0 20px 30px rgba(24, 10, 40, 0.28));
}

.branding-meta {
    width: 100%;
    display: grid;
    grid-template-columns: minmax(0, var(--branding-left-col)) minmax(0, var(--branding-right-col));
    align-items: center;
    column-gap: 0;
}

.branding-date {
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1;
    text-wrap: balance;
    padding-right: 1.2rem;
}

.location-tag {
    display: inline-flex;
    align-items: center;
    gap: 0.7rem;
    align-self: center;
    justify-self: start;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1;
}

.location-tag img {
    width: 90px;
    height: auto;
}

.hero-right {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 560px;
    margin-left: -60px;
}

.countdown-panel {
    width: 100%;
    max-width: 560px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 0.4rem;
}

.days-group {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 1rem;
    line-height: 0.82;
}

.days-label {
    font-size: 4rem;
    font-weight: 700;
    transform: translateY(-0.85rem);
}

.days-value {
    font-size: 9rem;
    font-weight: 700;
    letter-spacing: -0.09em;
    line-height: 0.8;
    text-shadow: 0 16px 35px rgba(24, 9, 42, 0.18);
    min-width: 2.6ch;
    text-align: center;
    font-variant-numeric: tabular-nums;
    font-feature-settings: "tnum" 1;
}

.time-strip {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 100%;
    gap: 1.25rem;
}

.time-item {
    display: flex;
    align-items: flex-end;
    gap: 0.45rem;
    justify-content: center;
}

.time-value {
    font-size: 3.8rem;
    font-weight: 700;
    line-height: 0.8;
    min-width: 2ch;
    text-align: right;
    font-variant-numeric: tabular-nums;
    font-feature-settings: "tnum" 1;
}

.time-label {
    font-size: 1.6rem;
    font-weight: 400;
    min-width: 0;
    text-align: left;
}

.presave-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 1rem;
    min-width: 280px;
    min-height: 3.35rem;
    padding: 0.35rem 3rem;
    border: 2px solid rgba(255, 255, 255, 0.78);
    border-radius: 999px;
    color: var(--white);
    text-decoration: none;
    font-size: 1.5rem;
    font-weight: 400;
    background: rgba(116, 78, 159, 0.28);
    backdrop-filter: blur(5px);
    box-shadow: var(--shadow);
    transition: background 0.2s ease, transform 0.2s ease;
}

.presave-btn:hover {
    background: rgba(116, 78, 159, 0.38);
    transform: translateY(-1px);
}

.deco {
    position: absolute;
    object-fit: contain;
    animation: spin linear infinite;
    pointer-events: none;
    z-index: 1;
}

.deco-cyan {
    top: 110px;
    left: -90px;
    width: 220px;
    height: 220px;
    animation-duration: 20s;
}

.deco-red {
    left: -110px;
    bottom: 190px;
    width: 600px;
    height: 600px;
    animation-duration: 30s;
    z-index: 1;
}

.deco-yellow {
    right: -430px;
    top: 100px;
    width: 630px;
    height: 630px;
    animation-duration: 30s;
}

.mobile-hide {
    display: block;
}

.about-section {
    width: 100%;
    background: #ffffff;
    color: #4b4b4b;
    display: grid;
    grid-template-columns: minmax(420px, 1.16fr) minmax(380px, 1fr);
    align-items: start;
    gap: 1rem;
    padding: 80px 4.5rem 2rem;
    overflow: hidden;
    position: relative;
}

.about-media {
    position: relative;
    min-height: 0;
    display: inline-block;
    align-items: start;
    justify-content: flex-start;
    margin-top: -70px;
    margin-left: -80px;
    z-index: 2;
}

.about-media img {
    width: 100%;
    height: auto;
    display: block;
}

.about-media::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2px;
    height: 50%;
    background: linear-gradient(to bottom,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, .15) 20%,
            rgba(255, 255, 255, .45) 50%,
            rgba(255, 255, 255, .75) 75%,
            rgba(255, 255, 255, 1) 100%);
    pointer-events: none;
}

.about-content {
    min-height: 0;
    display: flex;
    align-items: start;
    justify-content: flex-start;
    width: 100%;
    padding: 2.5rem 0 3rem;
    position: relative;
    z-index: 2;
}

.about-copy-placeholder {
    width: 100%;
    max-width: none;
    min-height: 320px;
    border-radius: 24px;
}

.about-content-img {
    width: 300px;
    margin-top: -80px;
}

.about-content-text {
    font-size: 1.15rem;
    margin-top: 12px;
}

.gris-foro {
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1;
    color: #6c6c6c;
}

.colores-foro {
    display: block;
    font-weight: 700;
    font-size: 2rem;
    line-height: 1;
    margin-bottom: 20px;
}

.colores-foro-space {
    display: inline-block;
    width: 0.45em;
}

.colores-foro span:nth-child(5n + 1) {
    color: #cc151a;
}

.colores-foro span:nth-child(5n + 2) {
    color: #6f4f95;
}

.colores-foro span:nth-child(5n + 3) {
    color: #0d448a;
}

.colores-foro span:nth-child(5n + 4) {
    color: #1ba357;
}

.colores-foro span:nth-child(5n) {
    color: #f5bd30;
}

.identity-stack {
    position: relative;
    overflow: visible;
}

.video-section {
    position: relative;
    padding: 2rem 4.5rem;
    background: #ffffff;
    overflow: visible;
}

.video-section-deco {
    position: absolute;
    right: -150px;
    top: -130px;
    width: 1000px;
    height: 1000px;
    object-fit: contain;
    animation: spin 32s linear infinite;
    z-index: 1;
    pointer-events: none;
}

.video-card {
    position: relative;
    z-index: 1;
    width: 80%;
    margin: 0 auto;
    border-radius: 3.25rem;
    overflow: hidden;
    box-shadow: 0 22px 60px rgba(36, 18, 71, 0.18);
    background: #d9d9d9;
}

.feature-video {
    display: block;
    width: 100%;
    height: auto;
    background: #000000;
}

.video-play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 150px;
    height: 150px;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 18px 50px rgba(38, 18, 72, 0.2);
    cursor: pointer;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s ease, opacity 0.2s ease, background 0.2s ease;
}

.video-play-button:hover {
    transform: translate(-50%, -50%) scale(1.03);
    background: #ffffff;
}

.video-play-button.is-hidden {
    opacity: 0;
    pointer-events: none;
}

.video-play-icon {
    width: 0;
    height: 0;
    border-top: 28px solid transparent;
    border-bottom: 28px solid transparent;
    border-left: 44px solid #72509d;
    margin-left: 8px;
}

.identity-section {
    position: relative;
    background: #ffffff;
    padding: 2rem 4.5rem;
    color: #444444;
    overflow: visible;
}

.identity-intro {
    position: relative;
    z-index: 1;
    width: 80%;
    max-width: 1120px;
    margin: 0 auto 3.5rem;
}

.identity-kicker {
    font-size: 2rem;
    font-weight: 600;
    line-height: 1;
    color: #6c6c6c;
}
.prueba {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    align-items: start;
    justify-items: center;
    padding: 0 1rem 1rem;
}

.prueba-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 0.7rem;
    text-align: center;
}

.prueba-icon-circle {
    width: 90px;
    height: 90px;
    border: 4px solid #666666;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #666666;
}

.prueba-icon-circle i {
    font-size: 2.5rem;
}

.prueba-item-title {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.1;
    color: #5f5f5f;
}

.identity-title {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
    margin-bottom: 1rem;
    line-height: 0.95;
}

.identity-word {
    display: inline-block;
    font-size: 5rem;
    font-weight: 700;
    letter-spacing: -0.08em;
}

.identity-subtitle {
    font-size: 2.1rem;
    font-weight: 700;
    color: #444444;
}

.tone-red {
    color: #cc151a;
}

.tone-purple {
    color: #6f4f95;
}

.tone-blue {
    color: #0d448a;
}

.tone-green {
    color: #1ba357;
}

.tone-yellow {
    color: #f5bd30;
}

.identity-description {
    max-width: 650px;
    font-size: 1.2rem;
    line-height: 1.15;
}

.identity-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem;
    max-width: 1200px;
    margin: 0 auto;
}

.identity-card {
    border-radius: 2rem;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    min-height: 420px;
    box-shadow: 0 16px 42px rgba(36, 18, 71, 0.14);
}

.identity-card-red {
    background: #d91519;
    color: #ffffff;
}

.identity-card-purple {
    background: #72509d;
    color: #ffffff;
}

.identity-card-yellow {
    background: #f5bd30;
    color: #ffffff;
}

.identity-media {
    margin: 1.55rem 1.55rem 0;
    border-radius: 1.5rem;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.18);
}

.identity-media img {
    display: block;
    width: 100%;
    height: 190px;
    object-fit: cover;
    object-position: center top;
}

.identity-media-center {
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.1rem;
}

.identity-media-center img {
    height: auto;
    max-width: 100%;
    object-fit: contain;
}

.identity-media.foro{
    background: #fff;
}

.identity-media.foro img{
    display: block;
    width: 100%;
    height: 190px;
    object-fit: contain;
    object-position: center;
    padding: 20px 0;
}

.identity-card-body {
    padding: 1.45rem 1.55rem 1.7rem;
}

.identity-card-body h3 {
    font-size: 1.5rem;
    line-height: 1.05;
    margin-bottom: 0.75rem;
}

.identity-card-body p {
    font-size: 1.04rem;
    line-height: 1.38;
}

.hosts-section {
    position: relative;
    padding: 2rem 4.5rem 6rem;
    min-height: 980px;
    background: #ffffff;
    overflow: hidden;
}

.hosts-bg {
    position: absolute;
    left: 50%;
    bottom: -80px;
    transform: translateX(-50%);
    width: min(100%, 1100px);
    height: auto;
    opacity: 0.42;
    z-index: 0;
    pointer-events: none;
}

.hosts-deco {
    position: absolute;
    object-fit: contain;
    pointer-events: none;
    z-index: 1;
}

.hosts-deco-yellow {
    left: -250px;
    bottom: -140px;
    width: 650px;
    height: 650px;
    animation: spin 34s linear infinite;
}

.hosts-deco-red {
    right: -200px;
    bottom: -200px;
    width: 550px;
    height: 550px;
    animation: spinr 34s linear infinite;
}

.hosts-content {
    position: relative;
    z-index: 2;
    max-width: 1120px;
    margin: 0 auto;
}

.hosts-title {
    text-align: center;
    font-size: 4.1rem;
    line-height: 1.05;
    color: #72509d;
    margin-bottom: 3rem;
    font-weight: 400;
}

.hosts-title strong {
    font-weight: 700;
}

.hosts-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.8rem;
    align-items: start;
    position: relative;
    z-index: 2;
}

.host-card {
    position: relative;
    background: #ffffff;
    border-radius: 2rem;
    box-shadow: 0 12px 28px rgba(47, 29, 83, 0.14);
    overflow: hidden;
    transition:
        transform .55s ease,
        box-shadow .55s ease;
}

.host-card.is-open {
    transform: translateY(-2px);
    box-shadow: 0 20px 45px rgba(47, 29, 83, 0.18);
}

.host-card-trigger {
    width: 100%;
    height: 150px;
    border: 0;
    cursor: pointer;
    background: transparent;
    padding: 2rem 2.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.host-card-trigger img {
    display: block;
    width: min(100%, 320px);
    height: auto;
    transition: transform .35s ease;
}

.host-card-trigger:hover img {
    transform: scale(1.03);
}

.host-card-panel {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transform: translateY(-6px);
    transition:
        max-height .55s ease,
        opacity .55s ease,
        transform .55s ease;
}

.host-card.is-open .host-card-panel {
    max-height: 1200px;
    opacity: 1;
    transform: translateY(0);
}

.host-card-panel-inner {
    padding: 0 1.5rem 1.5rem;
    opacity: 1;
    transform: none;
}

.host-card-placeholder {
    border-radius: 1.35rem;
    color: #010101;
    font-size: 1.1rem;
    line-height: 1.2;
}

.btn-container {
    display: flex;
    justify-content: center;
    margin-top: 1.1rem;
}

.more-info-btn {
    position: relative;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 280px;
    min-height: 3.35rem;
    padding: 0.35rem 3rem;
    border-radius: 999px;
    color: #fff;
    text-decoration: none;
    font-size: 1.25rem;
    font-weight: 400;
    background: linear-gradient(90deg,
            #6f4f95 15%,
            #f5bd30 100%);
    backdrop-filter: blur(5px);
    box-shadow:
        0 0 8px rgba(111, 79, 149, .45),
        0 0 18px rgba(245, 189, 48, .35),
        0 8px 24px rgba(111, 79, 149, .30);
    transition:
        transform .35s ease,
        box-shadow .35s ease;
}

.more-info-btn::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: linear-gradient(90deg,
            #f5bd30 15%,
            #6f4f95 100%);
    opacity: 0;
    transition: opacity .6s ease;
}

.more-info-btn span {
    position: relative;
    z-index: 2;
}

.more-info-btn:hover::before {
    opacity: 1;
}

.more-info-btn:hover {
    transform: translateY(-3px);
    box-shadow:
        0 0 12px rgba(111, 79, 149, .55),
        0 0 28px rgba(245, 189, 48, .45),
        0 12px 28px rgba(111, 79, 149, .35);
}

.whatsapp-float {
    position: fixed;
    right: 22px;
    bottom: 22px;
    z-index: 10000;
    width: 52px;
    height: 52px;
    padding: 0 17px 0 16px;
    border-radius: 999px;
    background: #a3cc23;
    color: #ffffff;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0;
    box-shadow: 0 12px 24px rgba(30, 20, 56, 0.24);
    overflow: hidden;
    transition: width 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease;
}

.whatsapp-float-icon {
    flex: 0 0 auto;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1;
}

.whatsapp-float-label {
    max-width: 0;
    opacity: 0;
    overflow: hidden;
    white-space: nowrap;
    font-size: 1rem;
    line-height: 1;
    transition: max-width 0.3s ease, opacity 0.2s ease, margin-left 0.3s ease;
}

@media (hover: hover) and (pointer: fine) {
    .whatsapp-float:hover {
        width: 136px;
        box-shadow: 0 14px 28px rgba(30, 20, 56, 0.28);
    }

    .whatsapp-float:hover .whatsapp-float-label {
        max-width: 110px;
        opacity: 1;
        margin-left: 10px;
    }
}

.footer {
    background-color: #6f4f95;
    padding: 1.9rem 1.5rem;
}

.footer-inner {
    max-width: 1260px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2.5rem;
    color: #ffffff;
    flex-wrap: nowrap;
}

.footer-logos,
.footer-links {
    display: flex;
    align-items: center;
}

.footer-logos {
    gap: 2.5rem;
}

.footer-links {
    gap: 2.5rem;
}

.footer-brand,
.footer-logo-link,
.footer-link {
    color: #ffffff;
    text-decoration: none;
    flex: 0 0 auto;
}

.footer-brand img {
    width: 160px;
    height: auto;
    display: block;
}

.footer-logo-link img {
    height: 42px;
    width: auto;
    display: block;
}

.footer-link {
    font-size: 1.2rem;
    line-height: 1;
    white-space: nowrap;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes spinr {
    from {
        transform: rotate(360deg);
    }

    to {
        transform: rotate(0deg);
    }
}

.spinr {
    animation-name: spinr;
}

@media (max-width: 1370px) {
    .page {
        min-height: 100vh;
    }

    .page-content {
        padding: 7.5rem 2rem 0;
    }

    .topbar {
        width: calc(100% - 2rem);
        padding: 0.8rem 1.4rem;
        gap: 1rem;
    }

    .topbar-brand img {
        width: 145px;
    }

    .topbar-nav {
        gap: 1.4rem;
    }

    .topbar-nav a {
        font-size: 0.9rem;
    }

    .hero {
        grid-template-columns: 1fr;
        gap: 3rem;
        min-height: auto;
        padding: 2rem 0 3rem;
        justify-content: center;
    }

    .hero-left,
    .hero-right,
    .countdown-panel {
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .branding {
        width: min(680px, 78vw);
    }

    .branding-date {
        font-size: 1.35rem;
    }

    .location-tag {
        font-size: 1.65rem;
    }

    .location-tag img {
        width: 84px;
    }

    .days-label {
        font-size: 3.5rem;
        transform: none;
    }

    .days-value {
        font-size: 8rem;
    }

    .time-value {
        font-size: 3.2rem;
    }

    .time-label {
        font-size: 1.4rem;
    }

    .deco-cyan {
        top: 130px;
        left: -24px;
        width: 150px;
        height: 150px;
    }

    .deco-red {
        left: -40px;
        bottom: -95px;
        width: 290px;
        height: 290px;
    }

    .deco-yellow {
        right: -110px;
        top: 230px;
        width: 310px;
        height: 580px;
    }

    .about-section {
        grid-template-columns: minmax(340px, 0.94fr) minmax(320px, 1.06fr);
        gap: 1.5rem;
        padding: 4.25rem 2rem 2rem;
    }

    .about-media,
    .about-content {
        min-height: auto;
    }

    .about-media {
        justify-content: flex-start;
        margin-top: -74px;
    }

    .about-media img {
        width: min(100%, 640px);
    }

    .about-content {
        padding: 1.75rem 0 0;
    }

    .about-copy-placeholder {
        max-width: 100%;
        min-height: 260px;
    }

    .video-section {
        padding: 1.5rem 2rem 4rem;
    }

    .video-section-deco {
        right: -180px;
        top: -80px;
        width: 560px;
        height: 560px;
    }

    .video-card {
        border-radius: 2.5rem;
    }

    .video-play-button {
        width: 126px;
        height: 126px;
    }

    .video-play-icon {
        border-top-width: 24px;
        border-bottom-width: 24px;
        border-left-width: 38px;
    }

    .identity-section {
        padding: 1.5rem 2rem 4rem;
    }

    .identity-intro {
        width: 100%;
        max-width: 1120px;
        margin-bottom: 2.5rem;
    }

    .identity-word {
        font-size: 4.25rem;
    }

    .identity-subtitle {
        font-size: 1.8rem;
    }

    .identity-description {
        font-size: 1.1rem;
    }

    .identity-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 1rem;
    }

    .identity-card {
        min-height: 390px;
    }

    .identity-card-body h3 {
        font-size: 1.7rem;
    }

    .identity-card-body p {
        font-size: 1rem;
    }

    .hosts-section {
        padding: 4rem 2rem 4.5rem;
        min-height: 900px;
    }

    .hosts-deco-yellow {
        left: -140px;
        bottom: 80px;
        width: 360px;
        height: 360px;
    }

    .hosts-deco-red {
        right: -130px;
        width: 340px;
        height: 340px;
    }

    .hosts-title {
        font-size: 3.2rem;
    }

    .hosts-grid {
        gap: 1.25rem;
    }

    .footer-inner {
        gap: 1rem;
    }

    .footer-brand img {
        width: 104px;
    }

    .footer-logo-link img {
        height: 36px;
    }

.footer-link {
    font-size: 0.9rem;
}
}

.topbar-nav a.is-active {
    font-weight: 700;
    color: #fff;
}

.topbar-nav a.is-active.tecnologico::before {
    background-color: #0d448a;
}

.topbar-nav a.is-active.conferencias::before {
    background-color: var(--rojo);
}

.topbar-nav a.is-active.inscripciones::before {
    background-color: var(--verde);
}

.topbar-nav a.is-active.patrocinadores::before {
    background-color: var(--celeste);
}

.topbar-nav a.is-active.turismo::before {
    background-color: var(--morado);
}

.tech-body {
    min-height: 100vh;
    background: #0d448a;
    color: #ffffff;
}

html:has(.tech-page) {
    background: #0d448a;
}

html:has(.tech-page.conferencias) {
    background: var(--rojo);
}

html:has(.tech-page.inscripciones) {
    background: var(--verde);
}

html:has(.tech-page.patrocinadores) {
    background: var(--celeste);
}

html:has(.tech-page.turismo) {
    background: var(--morado);
}

body:has(.tech-page.conferencias) {
    background: var(--rojo);
}

body:has(.tech-page.inscripciones) {
    background: var(--verde);
}

body:has(.tech-page.patrocinadores) {
    background: var(--celeste);
}

body:has(.tech-page.turismo) {
    background: var(--morado);
}

.tech-page {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
    background: #0d448a;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8.5rem 2rem 3rem;
}

.tech-page.conferencias{
    background: var(--rojo);
}

.tech-page.inscripciones{
    background: var(--verde);
}

.tech-page.patrocinadores{
    background: var(--celeste);
}

.tech-page.turismo{
    background: var(--morado);
}

.tech-page::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 36px;
}

.tech-hero {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.25rem;
    width: 100%;
    max-width: 980px;
}

.tech-hero-flower {
    flex: 0 0 auto;
    width: 270px;
    height: 270px;
    object-fit: contain;
    animation: spin 10s linear infinite;
}

.tech-hero-copy {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.6rem;
}

.tech-hero-title {
    font-size: 6.1rem;
    font-weight: 700;
    line-height: 0.9;
    letter-spacing: -0.04em;
}

.tech-hero-badge {
    min-width: 430px;
    min-height: 3.85rem;
    padding: 0.55rem 2.3rem;
    border-radius: 999px;
    background: #f5bd30;
    color: #72509d;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 2.2rem;
    font-weight: 900;
    line-height: 1;
}

@media (max-width: 1100px) {
    .tech-hero {
        max-width: 820px;
        gap: 1rem;
    }

    .tech-hero-flower {
        width: 220px;
        height: 220px;
    }

    .tech-hero-title {
        font-size: 5rem;
    }

    .tech-hero-badge {
        min-width: 360px;
        font-size: 1.35rem;
    }
}

@media (max-width: 780px) {
    .tech-page {
        padding-top: 7.75rem;
    }

    .tech-hero {
        flex-direction: column;
        text-align: center;
        gap: 1.5rem;
    }

    .tech-hero-copy {
        align-items: center;
    }

    .tech-hero-flower {
        width: 210px;
        height: 210px;
    }

    .tech-hero-title {
        font-size: 4.2rem;
    }
}

@media (max-width: 560px) {
    .tech-page {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .tech-hero-flower {
        width: 170px;
        height: 170px;
    }

    .tech-hero-title {
        font-size: 3rem;
    }

    .tech-hero-badge {
        min-width: 280px;
        min-height: 3.3rem;
        padding-left: 1.4rem;
        padding-right: 1.4rem;
        font-size: 1.15rem;
    }
}

@media (max-width: 860px) {
    .topbar {
        min-height: 4.25rem;
        align-items: center;
    }

    .topbar-nav {
        position: absolute;
        top: calc(100% + 0.7rem);
        left: 0;
        right: 0;
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 0.35rem;
        padding: 0.9rem;
        background: #ffffff;
        border-radius: 1.5rem;
        box-shadow: 0 18px 40px rgba(35, 14, 70, 0.18);
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transform: translateY(-10px);
        transition: opacity 0.22s ease, transform 0.22s ease, visibility 0.22s ease;
        z-index: 20;
    }

    .topbar.is-open .topbar-nav {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: translateY(0);
    }

    .topbar-nav a {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        width: 100%;
        padding: 0.85rem 1rem;
        border-radius: 1rem;
        font-size: 1rem;
    }

    .topbar-nav a::before {
        display: none;
    }

    .topbar-nav a.is-active {
        background-color: #0d448a;
        color: #ffffff;
    }

    .topbar-nav a.is-active.conferencias {
        background-color: var(--rojo);
        color: #ffffff;
    }

    .topbar-nav a.is-active.inscripciones {
        background-color: var(--verde);
        color: #ffffff;
    }

    .topbar-nav a.is-active.patrocinadores {
        background-color: var(--celeste);
        color: #ffffff;
    }

    .topbar-nav a.is-active.turismo {
        background-color: var(--morado);
        color: #ffffff;
    }

    .topbar-brand img {
        width: 135px;
    }

    .menu-toggle {
        margin-left: auto;
    }

    .hero-left {
        padding-left: 0;
        margin-left: 0;
    }

    .branding-logo {
        width: 100%;
    }

    .branding-date {
        font-size: 1.2rem;
    }

    .location-tag {
        font-size: 1.45rem;
    }

    .location-tag img {
        width: 76px;
    }

    .days-label {
        font-size: 3rem;
    }

    .days-value {
        font-size: 6.5rem;
    }

    .time-value {
        font-size: 2.8rem;
    }

    .time-label {
        font-size: 1.2rem;
    }

    .deco-yellow {
        right: -130px;
        top: 250px;
        width: 280px;
        height: 500px;
    }

    .about-section {
        grid-template-columns: 1fr;
        padding: 0 1.25rem 1.5rem;
    }

    .about-media {
        justify-content: center;
        margin-top: -36px;
    }

    .about-media img {
        width: min(100%, 620px);
    }

    .about-content {
        padding: 1rem 0 0;
    }

    .video-section {
        padding: 1rem 1.25rem 3rem;
    }

    .video-section-deco {
        right: -150px;
        top: -30px;
        width: 440px;
        height: 440px;
    }

    .video-card {
        border-radius: 2rem;
    }

    .video-play-button {
        width: 108px;
        height: 108px;
    }

    .video-play-icon {
        border-top-width: 20px;
        border-bottom-width: 20px;
        border-left-width: 32px;
    }

    .identity-section {
        padding: 1rem 1.25rem 3rem;
    }

    .identity-intro {
        width: 100%;
        margin-bottom: 2rem;
    }

    .identity-kicker {
        font-size: 1.7rem;
    }

    .identity-word {
        font-size: 3.45rem;
    }

    .identity-subtitle {
        font-size: 1.55rem;
    }

    .identity-description {
        font-size: 1rem;
    }

    .identity-grid {
        grid-template-columns: 1fr;
        max-width: 620px;
    }

    .identity-card {
        min-height: 0;
    }

    .hosts-section {
        padding: 3rem 1.25rem 4rem;
        min-height: auto;
    }

    .hosts-bg {
        width: min(100%, 980px);
    }

    .hosts-deco-yellow {
        left: -120px;
        bottom: 120px;
        width: 280px;
        height: 280px;
    }

    .hosts-deco-red {
        right: -110px;
        bottom: -20px;
        width: 260px;
        height: 260px;
    }

    .hosts-title {
        font-size: 2.5rem;
        margin-bottom: 2rem;
    }

    .hosts-grid {
        grid-template-columns: 1fr;
        max-width: 620px;
        margin: 0 auto;
    }

    .host-card-panel {
        position: static;
        opacity: 1;
        transform: none;
        max-height: 0;
        overflow: hidden;
        pointer-events: none;
        transition: max-height 0.55s ease;
    }

    .host-card.is-open .host-card-panel {
        max-height: 520px;
        pointer-events: auto;
    }

    .host-card-panel-inner {
        margin-top: 1rem;
    }

    .footer-inner {
        flex-wrap: wrap;
        row-gap: 1rem;
    }
}

@media (max-width: 640px) {
    .background-video-desktop {
        display: none;
    }

    .background-video-mobile {
        display: block;
    }

    .page {
        min-height: 100vh;
    }

    .page-content {
        padding-top: 12rem;
    }

    .topbar {
        top: 0.65rem;
        width: calc(100% - 1rem);
        padding: 0.7rem 0.95rem;
        border-radius: 1.75rem;
        justify-content: flex-end;
    }

    .topbar-brand {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }

    .topbar-brand img {
        width: 120px;
    }

    .menu-toggle {
        width: 2.5rem;
        height: 2.5rem;
        margin-left: 0;
    }

    .menu-toggle span {
        width: 1.8rem;
    }

    .hero {
        gap: 1.35rem;
        min-height: auto;
        padding: 0.8rem 0 2rem;
    }

    .prox-badge {
        min-height: 2.8rem;
        padding: 0.4rem 1.45rem;
        font-size: 0.95rem;
    }

    .branding {
        width: min(360px, 100%);
        gap: 0.75rem;
    }

    .branding-meta {
        grid-template-columns: 1fr;
        row-gap: 0.75rem;
        justify-items: center;
        text-align: center;
    }

    .branding-date {
        font-size: 1rem;
        padding-right: 0;
        line-height: 1.2;
    }

    .location-tag {
        font-size: 1.1rem;
        padding-left: 0;
        justify-self: center;
    }

    .location-tag img {
        width: 56px;
    }

    .hero-right {
        max-width: 100%;
        margin-left: 0;
    }

    .countdown-panel {
        max-width: 340px;
        gap: 0.75rem;
    }

    .days-group {
        flex-direction: column;
        align-items: center;
        gap: 0.15rem;
    }

    .days-label {
        font-size: 1.9rem;
        transform: none;
    }

    .days-value {
        font-size: 4.6rem;
        line-height: 0.9;
    }

    .time-strip {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 0.55rem;
        align-items: stretch;
    }

    .time-item {
        flex-direction: column;
        align-items: center;
        gap: 0.15rem;
        padding: 0.7rem 0.35rem 0.6rem;
        border-radius: 1rem;
        background: rgba(255, 255, 255, 0.12);
        backdrop-filter: blur(4px);
    }

    .time-value {
        font-size: 2rem;
        line-height: 1;
        text-align: center;
    }

    .time-label {
        font-size: 0.95rem;
        text-align: center;
    }

    .presave-btn {
        width: 100%;
        min-width: 0;
        max-width: 280px;
        min-height: 3rem;
        margin-top: 0.35rem;
        font-size: 1rem;
    }

    .deco-cyan {
        top: 92px;
        left: -32px;
        width: 108px;
        height: 108px;
    }

    .deco-red {
        left: -48px;
        bottom: 730px;
        width: 210px;
        height: 210px;
    }

    .deco-yellow {
        width: 0;
        height: 0;
    }

    .mobile-hide {
        display: none !important;
    }

    .about-section {
        padding: 0.35rem 1rem 1.6rem;
        gap: 1rem;
    }

    .about-media {
        justify-content: center;
        margin-top: -8px;
        margin-left: 0;
    }

    .about-copy-placeholder {
        min-height: 0;
    }

    .about-content {
        padding: 0;
    }

    .about-content-img {
        width: 205px;
        margin-top: 0;
    }

    .about-content-text {
        margin-top: 0.65rem;
        font-size: 0.98rem;
        line-height: 1.5;
    }

    .gris-foro {
        font-size: 1.15rem;
    }

    .colores-foro {
        font-size: 1.65rem;
        line-height: 1.05;
        margin-bottom: 0.85rem;
    }

    .video-section {
        padding: 0.35rem 1rem 2.4rem;
    }

    .video-section-deco {
        right: -110px;
        top: -40px;
        width: 320px;
        height: 320px;
    }

    .video-card {
        width: 100%;
        border-radius: 1.35rem;
    }

    .video-play-button {
        width: 78px;
        height: 78px;
    }

    .video-play-icon {
        border-top-width: 16px;
        border-bottom-width: 16px;
        border-left-width: 24px;
        margin-left: 5px;
    }

    .identity-section {
        padding: 0.5rem 1rem 2.5rem;
    }

    .identity-intro {
        margin-bottom: 1.5rem;
    }

    .identity-kicker {
        font-size: 1.4rem;
    }

    .identity-word {
        font-size: 2.45rem;
        letter-spacing: -0.05em;
    }

    .identity-title {
        margin-bottom: 0.75rem;
    }

    .identity-title .identity-kicker:last-child {
        font-size: 1.15rem;
    }

    .identity-description {
        font-size: 0.98rem;
        line-height: 1.45;
    }

    .identity-media {
        margin: 1rem 1rem 0;
        border-radius: 1rem;
    }

    .identity-media img,
    .identity-mini-video {
        height: 170px;
    }

    .identity-card-body {
        padding: 1rem 1rem 1.2rem;
    }

    .identity-card-body h3 {
        font-size: 1.35rem;
    }

    .identity-card-body p {
        font-size: 0.96rem;
        line-height: 1.45;
    }

    .hosts-section {
        padding: 0rem 1rem 8rem;
    }

    .hosts-bg {
        width: min(100%, 520px);
        bottom: -30px;
    }

    .hosts-deco-yellow {
        left: -82px;
        bottom: 200px;
        width: 180px;
        height: 180px;
    }

    .hosts-deco-red {
        right: -85px;
        bottom: 6px;
        width: 180px;
        height: 180px;
    }

    .hosts-title {
        font-size: 1.95rem;
        margin-bottom: 1.5rem;
    }

    .host-card-trigger {
        min-height: 92px;
        border-radius: 1.3rem;
        padding: 1.1rem 1rem;
    }

    .host-card-panel {
        max-height: 0;
    }

    .host-card-panel-inner {
        border-radius: 1.3rem;
        padding: 0 1rem 1rem;
        margin-top: 0rem;
    }

    .host-card-placeholder {
        min-height: 170px;
        font-size: 0.95rem;
        line-height: 1.5;
    }

    .prueba {
        min-height: 0;
        gap: 0.9rem 0.7rem;
    }

    .prueba-icon-circle {
        width: 88px;
        height: 88px;
        border-width: 3px;
    }

    .prueba-icon-circle i {
        font-size: 2.2rem;
    }

    .prueba-item {
        gap: 0.55rem;
    }

    .prueba-item-title {
        font-size: 1rem;
    }

    .prueba-item-text {
        font-size: 0.8rem;
        max-width: 150px;
    }

    .whatsapp-float {
        right: 16px;
        bottom: 16px;
        width: 48px;
        height: 48px;
        padding: 0;
        justify-content: center;
    }

    .whatsapp-float-label {
        display: none;
    }

    .footer {
        padding: 1.35rem 1rem;
    }

    .footer-inner {
        flex-direction: column;
        gap: 0.9rem;
        text-align: center;
    }

    .footer-logos {
        flex-direction: row;
        justify-content: center;
        gap: 1rem;
        flex-wrap: wrap;
    }

    .footer-links {
        flex-direction: row;
        justify-content: center;
        gap: 1rem;
        width: 100%;
        flex-wrap: wrap;
    }

    .footer-brand img {
        width: 130px;
    }

    .footer-logo-link img {
        height: 32px;
    }

    .footer-link {
        font-size: 0.92rem;
        line-height: 1.25;
        white-space: normal;
    }

    .footer-link-mail {
        display: block;
    }
}

@media (max-width: 420px) {
    .page-content {
        padding-top: 12rem;
    }

    .topbar {
        width: calc(100% - 0.8rem);
        padding: 0.65rem 0.85rem;
    }

    .topbar-brand img {
        width: 150px;
    }

    .topbar-nav {
        padding: 0.75rem;
    }

    .branding {
        width: min(320px, 100%);
    }

    .branding-date {
        font-size: 0.94rem;
    }

    .location-tag {
        font-size: 1rem;
        gap: 0.5rem;
    }

    .location-tag img {
        width: 50px;
    }

    .days-label {
        font-size: 1.7rem;
    }

    .days-value {
        font-size: 4rem;
    }

    .time-value {
        font-size: 1.7rem;
    }

    .time-label {
        font-size: 0.82rem;
    }

    .presave-btn {
        max-width: 250px;
        font-size: 0.95rem;
    }

    .about-content-img {
        width: 180px;
    }

    .about-content-text {
        font-size: 0.94rem;
    }

    .colores-foro {
        font-size: 1.45rem;
    }

    .video-play-button {
        width: 70px;
        height: 70px;
    }

    .video-play-icon {
        border-top-width: 14px;
        border-bottom-width: 14px;
        border-left-width: 22px;
    }

    .identity-word {
        font-size: 2.15rem;
    }

    .identity-title .identity-kicker:last-child {
        font-size: 1.02rem;
    }

    .identity-description,
    .identity-card-body p,
    .host-card-placeholder{
        font-size: 0.9rem;
    }

    .prueba {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.75rem 0.6rem;
    }

    .prueba-icon-circle {
        width: 82px;
        height: 82px;
    }

    .prueba-icon-circle i {
        font-size: 2rem;
    }

    .prueba-item-title {
        font-size: 0.95rem;
    }

    .prueba-item-text {
        font-size: 0.78rem;
        max-width: 130px;
    }

    .footer-link{
        font-size: 1.1rem;
    }

    .hosts-title {
        font-size: 1.72rem;
    }
}
