* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: 'Gabriola Custom';
    src: url('img/Gabriola.ttf') format('truetype');
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

:root {
    --gala-bg: #1e1133;
    --gala-green: #5a7761;
    --gala-ink: #ffffff;
    --gala-muted: #d7d9df;
    --gala-card: rgba(245, 245, 245, 0.95);
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Poppins', Arial, sans-serif;
    color: #1b1b1b;
    background: #f2f3f6;
    overflow-x: hidden;
}

img {
    max-width: 100%;
    display: block;
}

.site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    transition: all 0.25s ease;
}

.header-container {
    width: 100%;
    margin: 0 auto;
    background: var(--gala-bg);
    border-radius: 0;
    padding: 8px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    transition: all 0.25s ease;
}

.site-header.is-scrolled {
    top: 10px;
}

.site-header.is-scrolled .header-container {
    width: min(1300px, calc(100% - 32px));
    border-radius: 16px;
    background: rgba(30, 17, 51, 0.94);
    border: 1px solid rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(12px);
    box-shadow: 0 14px 36px rgba(10, 12, 27, 0.2);
    padding: 8px 22px;
}

.brand-logo {
    width: 166px;
    height: auto;
    transition: width 0.25s ease;
}

.site-header.is-scrolled .brand-logo {
    width: 148px;
}

.site-nav {
    display: flex;
    align-items: center;
    gap: 22px;
}

.site-nav a {
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    font-size: 15px;
}

.site-nav a:hover {
    color: #d3e0d6;
}

.menu-toggle {
    display: none;
    width: 44px;
    height: 44px;
    border: 1px solid rgba(255, 255, 255, 0.45);
    background: transparent;
    border-radius: 12px;
    padding: 0;
    align-items: center;
    justify-content: center;
    gap: 5px;
    flex-direction: column;
    cursor: pointer;
    position: relative;
    z-index: 1201;
}

.menu-toggle-bar {
    width: 20px;
    height: 2px;
    border-radius: 999px;
    background: #fff;
    transition: transform 0.25s ease, opacity 0.2s ease;
}

.menu-toggle.is-active .menu-toggle-bar:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

.menu-toggle.is-active .menu-toggle-bar:nth-child(2) {
    opacity: 0;
}

.menu-toggle.is-active .menu-toggle-bar:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

.hero {
    position: relative;
    overflow: hidden;
    padding: 98px 20px 56px;
    min-height: 100vh;
}

.hero-bg {
    position: absolute;
    inset: 0;
    background-color: #fff;
    background-image: url('img/gala-hero.webp');
    background-size: cover;
    background-position: center top;
    z-index: 1;
}

.hero-inner {
    position: relative;
    z-index: 2;
    width: min(1100px, 100%);
    margin: 0 auto;
}

.pre-venta-badge {
    position: absolute;
    top: 12px;
    left: min(0px, calc((1100px - 100vw) / 2));
    background: var(--gala-bg);
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.8px;
    font-size: 24px;
    padding: 10px 30px;
    border-radius: 0 20px 20px 0;
}

.hero-top-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 370px);
    align-items: start;
    gap: 18px;
    padding-top: 120px;
}

.hero-copy {
    color: var(--gala-bg);
    max-width: 640px;
}

.hero-copy h1 {
    font-size: clamp(26px, 3vw, 46px);
    line-height: 1.12;
    font-weight: 400;
    letter-spacing: -0.8px;
}

.hero-copy h1 b {
    font-weight: 800;
}

.hero-dorms-img {
    width: min(300px, 100%);
    height: auto;
    margin-top: 10px;
    object-fit: contain;
}

.hero-cta {
    margin-top: 18px;
    display: inline-block;
    background: var(--gala-green);
    color: #fff;
    text-decoration: none;
    border-radius: 14px;
    font-size: clamp(20px, 1.5vw, 30px);
    font-weight: 700;
    padding: 12px 28px;
}

.hero-cta strong {
    font-weight: 800;
}

.hero-cta:hover {
    filter: brightness(1.06);
}

.hero-form-card {
    width: 100%;
    background: var(--gala-card);
    border-radius: 28px;
    padding: 22px 20px;
    box-shadow: 0 20px 38px rgba(8, 8, 20, 0.26);
}

.hero-form-card h2 {
    font-size: clamp(24px, 1.8vw, 34px);
    font-weight: 800;
    margin-bottom: 10px;
    color: #1e1133;
    text-align: center;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.field-grid.two-cols {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.field-group input,
.field-group textarea {
    width: 100%;
    border: none;
    border-bottom: 2px solid #787878;
    background: transparent;
    padding: 6px 4px 8px;
    font-size: clamp(15px, 1.05vw, 20px);
    font-family: 'Poppins', Arial, sans-serif;
    color: #222;
    outline: none;
}

.field-group textarea {
    min-height: 52px;
    resize: vertical;
}

.btn-submit {
    align-self: center;
    border: none;
    border-radius: 16px;
    background: var(--gala-bg);
    color: #fff;
    font-weight: 700;
    font-size: clamp(16px, 1vw, 20px);
    padding: 11px 32px;
    cursor: pointer;
}

.btn-submit:hover {
    background: #2a1b45;
}

.hero-extra-content {
    margin-top: 24px;
    display: grid;
    gap: 28px;
}

.hero-address {
    text-align: center;
}

.hero-address img {
    width: min(420px, 100%);
    height: auto;
    margin: 0 auto;
    object-fit: contain;
}

.hero-kpis {
    display: grid;
    grid-template-columns: repeat(3, minmax(120px, 1fr));
    gap: clamp(14px, 1.6vw, 24px);
    align-items: center;
    justify-items: center;
    max-width: 760px;
    margin: 0 auto;
}

.hero-kpis img {
    width: min(170px, 100%);
    height: auto;
    object-fit: contain;
}

.hero-amenidades {
    display: grid;
    grid-template-columns: repeat(7, minmax(82px, 1fr));
    gap: clamp(12px, 1.3vw, 18px);
    align-items: center;
    justify-items: center;
    max-width: 900px;
    margin: 0 auto;
    margin-top: 8px;
}

.hero-amenidades img {
    width: min(86px, 100%);
    height: auto;
    object-fit: contain;
}

.brochure-wrap {
    text-align: center;
}

.brochure-btn {
    display: inline-block;
    text-decoration: none;
    border-radius: 14px;
    border: 2px solid var(--gala-green);
    color: #fff;
    background: var(--gala-green);
    padding: 12px 24px;
    font-size: clamp(18px, 1.5vw, 28px);
    font-weight: 700;
}

.brochure-btn:hover {
    filter: brightness(1.06);
}

.areas-stack-morado {
    background: var(--gala-bg);
    padding: 70px 20px 84px;
}

.areas-comunes-section {
    background: transparent;
    border-top: none;
    padding: 0 0 52px;
}

#areas-internas {
    padding-bottom: 40px;
}

.areas-comunes-container {
    width: min(1100px, 100%);
    margin: 0 auto;
}

.areas-comunes-header {
    text-align: center;
    margin-bottom: 24px;
}

.areas-comunes-header h3 {
    color: #fff;
    font-size: clamp(30px, 2.8vw, 50px);
    margin-bottom: 8px;
}

.areas-comunes-header p {
    color: rgba(255, 255, 255, 0.9);
    font-size: clamp(16px, 1.25vw, 22px);
}

.areas-comunes-carousel {
    display: grid;
    grid-template-columns: auto minmax(0, 880px) auto;
    align-items: center;
    gap: 14px;
    justify-content: center;
}

.ac-slide {
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-width: 0;
}

.ac-arrow {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    border: 3px solid #fff;
    color: #fff;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    line-height: 0;
    cursor: pointer;
    transition: all 0.2s ease;
}

.ac-arrow svg {
    display: block;
    width: 20px;
    height: 20px;
}

.ac-arrow:hover {
    background: transparent;
    color: #fff;
}

.ac-frame {
    position: relative;
    width: 100%;
    border-radius: 16px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.12);
    box-shadow: 0 16px 36px rgba(5, 3, 11, 0.36);
    cursor: zoom-in;
}

.ac-image {
    width: 100%;
    aspect-ratio: 4 / 3;
    min-height: 480px;
    max-height: 72vh;
    object-fit: cover;
}

.ac-fullscreen {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 42px;
    height: 42px;
    border: none;
    border-radius: 12px;
    background: rgba(20, 20, 20, 0.55);
    color: #fff;
    font-size: 22px;
    cursor: pointer;
    display: grid;
    place-items: center;
}

.ac-caption {
    position: static;
    background: transparent;
    color: #fff;
    padding: 0;
    border-radius: 0;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.2px;
    text-align: center;
}

.ac-modal {
    position: fixed;
    inset: 0;
    background: rgba(5, 12, 24, 0.92);
    z-index: 2500;
    display: none;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 22px;
}

.ac-modal-content {
    max-width: min(1300px, 100%);
    max-height: 90vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
}

.ac-modal-image {
    max-width: 100%;
    max-height: 82vh;
    border-radius: 16px;
    object-fit: contain;
}

.ac-modal-caption {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    background: rgba(255, 255, 255, 0.12);
    padding: 8px 16px;
    border-radius: 999px;
}

.ac-modal-close {
    position: absolute;
    top: 16px;
    right: 20px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.9);
    background: transparent;
    color: #fff;
    font-size: 34px;
    line-height: 1;
    cursor: pointer;
}

.ac-modal-arrow {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.85);
    background: transparent;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    line-height: 0;
    cursor: pointer;
}

.ac-modal-arrow svg {
    display: block;
    width: 20px;
    height: 20px;
}

.tipologias-section {
    position: relative;
    border-top: none;
    padding: 0;
    background: #fff;
    overflow: visible;
    margin-top: 10px;
}

.tipologias-container {
    width: min(1100px, calc(100% - 40px));
    margin: 0 auto;
    position: relative;
}

.tipologias-stage {
    position: relative;
    width: 100%;
    min-height: 0;
}

.tp-image-wrap {
    width: 100%;
    border-radius: 0;
    overflow: hidden;
    box-shadow: none;
    background: transparent;
}

.tp-image {
    width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
}

.tp-arrow {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    border: 3px solid var(--gala-green);
    color: var(--gala-green);
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    line-height: 0;
    cursor: pointer;
    transition: all 0.2s ease;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    bottom: auto;
    z-index: 3;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.16);
}

.tp-arrow svg {
    display: block;
    width: 22px;
    height: 22px;
}

.tp-arrow:hover {
    background: transparent;
    transform: translateY(-50%);
}

.tp-prev {
    left: -26px;
}

.tp-next {
    right: -26px;
}

.tipologias-stage::before,
.tipologias-stage::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: clamp(28px, 3vw, 54px);
    pointer-events: none;
    z-index: 2;
}

.tipologias-stage::before {
    left: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0));
}

.tipologias-stage::after {
    right: 0;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0));
}

.ubicacion-section {
    background: var(--gala-green);
    border-top: none;
    padding: 58px 20px;
}

.ubicacion-container {
    width: min(1100px, 100%);
    margin: 0 auto;
    text-align: center;
}

.ubicacion-container h3 {
    color: #fff;
    font-size: clamp(64px, 7vw, 128px);
    font-family: 'Gabriola Custom', 'Times New Roman', serif;
    font-weight: 400;
    line-height: 0.78;
    margin-bottom: 6px;
}

.ubicacion-address {
    color: #fff;
    font-size: clamp(16px, 1.2vw, 22px);
    font-weight: 600;
    margin-bottom: 18px;
}

.ubicacion-image-wrap {
    position: relative;
    width: min(1060px, 100%);
    margin: 0 auto;
    overflow: visible;
}

.ubicacion-image {
    width: 100%;
    height: auto;
    max-height: min(72vh, 760px);
    object-fit: contain;
    display: block;
    cursor: zoom-in;
}

.ubicacion-fullscreen {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 44px;
    height: 44px;
    border: none;
    border-radius: 12px;
    background: rgba(20, 39, 71, 0.72);
    color: #fff;
    font-size: 24px;
    cursor: pointer;
    display: grid;
    place-items: center;
}

.ubicacion-modal {
    position: fixed;
    inset: 0;
    background: rgba(5, 12, 24, 0.92);
    z-index: 2500;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 22px;
}

.ubicacion-modal-image {
    max-width: min(1320px, 100%);
    max-height: 88vh;
    object-fit: contain;
}

.ubicacion-modal-close {
    position: absolute;
    top: 16px;
    right: 20px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.9);
    background: transparent;
    color: #fff;
    font-size: 34px;
    line-height: 1;
    cursor: pointer;
}

.ubicacion-actions {
    margin-top: 24px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px clamp(16px, 4vw, 72px);
    width: min(980px, 100%);
    margin-inline: auto;
}

.ubicacion-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-width: 0;
    min-height: 80px;
    padding: 16px 24px;
    border-radius: 10px;
    border: none;
    background: #f4f4f4;
    color: #23163a;
    text-decoration: none;
    font-weight: 800;
    font-size: clamp(22px, 2.2vw, 46px);
    line-height: 1.1;
    letter-spacing: -0.4px;
    box-shadow: 0 8px 20px rgba(16, 23, 15, 0.12);
    transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.ubicacion-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 24px rgba(16, 23, 15, 0.2);
    filter: brightness(1.02);
}

.site-footer {
    position: relative;
    background: var(--gala-green);
    color: #fff;
    padding: 26px 20px;
    overflow: hidden;
}

.site-footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: rgba(255, 255, 255, 0.28);
}

.site-footer::after {
    content: '';
    position: absolute;
    inset: auto -20% -65% -20%;
    height: 200px;
    background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.14) 0%, rgba(255, 255, 255, 0) 70%);
    pointer-events: none;
}

.footer-container {
    position: relative;
    z-index: 1;
    width: min(1180px, 100%);
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(260px, 1.2fr) auto minmax(0, 1fr);
    align-items: center;
    gap: clamp(12px, 2.2vw, 30px);
    text-align: center;
}

.footer-brand-block {
    min-height: 72px;
    display: grid;
    place-items: center;
}

.footer-logo {
    width: clamp(124px, 14vw, 190px);
    height: clamp(36px, 4.2vw, 58px);
    object-fit: contain;
    margin: 0 auto;
    filter: brightness(0) invert(1);
}

.footer-divider {
    width: 1px;
    height: 66px;
    background: rgba(255, 255, 255, 0.34);
}

.footer-center {
    display: grid;
    justify-items: center;
}

.footer-logo-center {
    width: clamp(110px, 11vw, 150px);
    height: clamp(30px, 3.6vw, 44px);
}

.footer-logo-edge {
    width: clamp(142px, 14vw, 205px);
    height: clamp(40px, 4.4vw, 62px);
}

.footer-address {
    font-size: clamp(13px, 0.95vw, 16px);
    font-weight: 600;
    line-height: 1.25;
    letter-spacing: 0.6px;
}

.footer-address-row {
    grid-column: 1 / -1;
    margin-top: 8px;
    padding-top: 12px;
    border-top: 1px solid rgba(255, 255, 255, 0.26);
    opacity: 0.96;
}

.popup-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 2000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mensaje-exito-popup {
    width: min(520px, calc(100% - 30px));
    background: #fff;
    border-radius: 16px;
    padding: 28px;
    text-align: center;
    position: relative;
}

.popup-close {
    position: absolute;
    top: 8px;
    right: 12px;
    border: none;
    background: transparent;
    font-size: 32px;
    line-height: 1;
    cursor: pointer;
}

@keyframes softRevealUp {
    from {
        opacity: 0;
        transform: translate3d(0, 12px, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

.hero-copy,
.hero-form-card,
.hero-extra-content,
.areas-comunes-section,
.tipologias-section,
.ubicacion-container,
.site-footer {
    opacity: 0;
    animation: softRevealUp 0.6s ease-out forwards;
}

.hero-copy { animation-delay: 0.06s; }
.hero-form-card { animation-delay: 0.12s; }
.hero-extra-content { animation-delay: 0.18s; }
.areas-comunes-section { animation-delay: 0.24s; }
.tipologias-section { animation-delay: 0.3s; }
.ubicacion-container { animation-delay: 0.36s; }
.site-footer { animation-delay: 0.42s; }

@media (max-width: 1100px) {
    .menu-toggle {
        display: inline-flex;
    }

    .site-nav {
        position: fixed;
        inset: 0;
        width: 100vw;
        height: 100dvh;
        display: grid;
        align-content: center;
        justify-items: center;
        gap: 18px;
        background: #1e1133;
        padding: 28px 18px;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transform: none;
        transition: opacity 0.22s ease, visibility 0.22s ease;
        z-index: 1200;
    }

    .site-nav.is-open {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }

    .site-nav a {
        color: #fff;
        font-size: clamp(22px, 4vw, 34px);
        font-weight: 600;
        letter-spacing: 0.4px;
        width: min(92vw, 460px);
        min-height: 58px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        text-shadow: 0 2px 10px rgba(0, 0, 0, 0.22);
    }

    .hero {
        padding-top: 116px;
    }

    .pre-venta-badge {
        position: static;
        width: fit-content;
        border-radius: 12px;
        margin: 0 auto 20px;
        font-size: 18px;
        letter-spacing: 0.6px;
        padding: 8px 22px;
        text-align: center;
    }

    .hero-top-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        padding-top: 0;
    }

    .hero-copy {
        text-align: center;
        margin: 0 auto;
    }

    .hero-dorms-img {
        margin-left: auto;
        margin-right: auto;
    }

    .hero-form-card {
        max-width: 440px;
        margin: 0 auto;
    }

    .hero-kpis {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        max-width: 520px;
        margin-bottom: 14px;
    }

    .hero-amenidades {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        max-width: 420px;
        margin-top: 24px;
    }

    .ubicacion-section {
        padding: 44px 14px;
    }

    .areas-stack-morado {
        padding: 54px 14px 62px;
    }

    .areas-comunes-carousel {
        position: relative;
        grid-template-columns: 1fr;
        gap: 0;
        max-width: 100%;
        overflow: hidden;
        border-radius: 16px;
    }

    .ac-arrow {
        width: 44px;
        height: 44px;
        border-width: 2px;
        position: absolute;
        top: 46%;
        transform: translateY(-50%);
        z-index: 3;
        background: rgba(30, 17, 51, 0.56);
        backdrop-filter: blur(3px);
    }

    .ac-prev {
        left: 10px;
    }

    .ac-next {
        right: 10px;
    }

    .ac-arrow svg {
        width: 18px;
        height: 18px;
    }

    .ac-image {
        min-height: clamp(280px, 56vw, 520px);
        max-height: none;
    }

    .ac-caption {
        font-size: 15px;
    }

    .ac-modal {
        gap: 10px;
        padding: 58px 10px 16px;
        flex-wrap: wrap;
    }

    .ac-modal-content {
        order: -1;
        width: 100%;
    }

    .ac-modal-arrow {
        width: 48px;
        height: 48px;
        font-size: 32px;
    }

    .footer-container {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .footer-divider {
        display: none;
    }

    .footer-brand-block {
        min-height: 0;
    }

    .footer-address-row {
        grid-column: auto;
        margin-top: 0;
        padding-top: 8px;
    }

    .tipologias-container {
        width: 100%;
        margin: 0;
    }

    .tp-prev,
    .tp-next {
        top: auto;
        bottom: 12px;
        transform: none;
    }

    .tp-prev {
        left: 12px;
    }

    .tp-next {
        right: 12px;
    }

    .tp-arrow {
        width: 44px;
        height: 44px;
        border-width: 2px;
    }

    .tp-arrow svg {
        width: 18px;
        height: 18px;
    }

    .tp-arrow:hover {
        transform: none;
    }

    .tipologias-stage::before,
    .tipologias-stage::after {
        width: 18px;
    }

    .ubicacion-actions {
        grid-template-columns: 1fr;
        width: min(560px, 100%);
        gap: 14px;
    }
}

@media (max-width: 700px) {
    .header-container {
        width: 100%;
        padding: 8px 14px;
    }

    .site-header.is-scrolled .header-container {
        width: calc(100% - 14px);
        padding: 8px 12px;
    }

    .brand-logo {
        width: 122px;
    }

    .hero {
        padding: 100px 14px 44px;
    }

    .hero-copy h1 {
        font-size: clamp(34px, 11vw, 52px);
    }

    .hero-address {
        font-size: clamp(16px, 5vw, 22px);
    }

    .field-grid.two-cols {
        grid-template-columns: 1fr;
    }

    .hero-kpis {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        max-width: 330px;
        gap: 14px 18px;
        margin-bottom: 18px;
    }

    .hero-kpis img:nth-child(3) {
        grid-column: 1 / -1;
        justify-self: center;
    }

    .hero-amenidades {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        max-width: 360px;
        gap: 12px;
        margin-top: 28px;
    }

    .hero-amenidades img:last-child:nth-child(3n + 1) {
        grid-column: 2 / 3;
    }

    .ubicacion-address {
        font-size: clamp(15px, 4.5vw, 20px);
    }

    .ubicacion-container h3 {
        font-size: clamp(72px, 24vw, 112px);
        line-height: 0.8;
    }

    .ubicacion-btn {
        min-height: 62px;
        font-size: clamp(20px, 7vw, 38px);
    }

    .ubicacion-image {
        max-height: none;
    }

    .ubicacion-fullscreen {
        width: 40px;
        height: 40px;
        font-size: 22px;
    }

    .footer-logo {
        width: 142px;
        height: 44px;
    }

    .footer-logo-center {
        width: 126px;
        height: 36px;
    }

    .areas-stack-morado {
        padding: 44px 10px 54px;
    }

    .areas-comunes-section {
        padding-bottom: 40px;
    }

    #areas-internas {
        padding-bottom: 22px;
    }

    .brochure-btn {
        width: 100%;
        text-align: center;
    }

    .ubicacion-actions {
        grid-template-columns: 1fr;
        width: min(460px, 100%);
        gap: 12px;
    }
}

@media (max-width: 900px) {
    .ubicacion-actions {
        grid-template-columns: 1fr;
        width: min(560px, 100%);
        gap: 14px;
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation: none !important;
        transition: none !important;
        scroll-behavior: auto !important;
    }

    .hero-copy,
    .hero-form-card,
    .hero-extra-content,
    .areas-comunes-section,
    .tipologias-section,
    .ubicacion-container,
    .site-footer {
        opacity: 1;
    }
}
