/* ========================================
   ZUL RESIDENCES PAGE STYLES
   ======================================== */

/* Background Layer */
.zul-background-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
    overflow: hidden;
}

.zul-bg-image {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: auto;
    object-fit: cover;
}


/* Gradient Text Classes */
.gradient-text {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 64px;
    font-weight: 400;
    background: linear-gradient(268deg, #01344f 26%, #25a5cf 84%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 64px;
}

.gradient-text-alt {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 60px;
    font-weight: 400;
    background: linear-gradient(268deg, #01344f 26%, #30768d 84%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 64px;
}

/* ========================================
   ZUL HEADER
   ======================================== */
.zul-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 64px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 110px;
    z-index: 1000;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(2px);
}

.zul-header-left {
    flex: 1;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.zul-header-center {
    display: flex;
    align-items: center;
    gap: 20px;
}

.zul-nav-logo {
    height: 30px;
    width: auto;
}

.zul-nav-divider {
    width: 46px;
    height: 1px;
    background: #01344f;
}

.zul-nav-link {
    font-family: 'Plain', sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #01344f;
    text-decoration: none;
    text-align: center;
}

.zul-header-right {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

/* ========================================
   ZUL HERO SECTION
   ======================================== */
.zul-hero-section {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 64px 120px 100px;
    min-height: 1150px;
    height: auto;
    overflow: visible;
    width: 100%;
    align-self: stretch;
}

.zul-hero-content {
    max-width: 650px;
    padding-top: 140px;
    z-index: 2;
}

.zul-hero-logo {
    width: 210px;
    height: auto;
    margin-bottom: 50px;
}

.zul-hero-subtitle {
    font-family: 'Plain', sans-serif;
    font-weight: 400;
    font-size: 29px;
    line-height: 34px;
    color: #01344f;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.zul-hero-features {
    display: flex;
    gap: 60px;
    margin-bottom: 50px;
}

.zul-feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

.zul-feature-icon {
    width: 78px;
    height: 66px;
    object-fit: contain;
}

.zul-feature-text {
    display: flex;
    flex-direction: column;
}

.zul-feature-title {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 32px;
    line-height: 64px;
    color: #01344f;
}

.zul-feature-desc {
    font-family: 'Plain', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: #01344f;
}

.zul-hero-description {
    font-family: 'Plain', sans-serif;
    font-weight: 250;
    font-size: 20px;
    line-height: 24px;
    color: #01344f;
    max-width: 643px;
}

.zul-hero-description p {
    margin-bottom: 20px;
}

.zul-hero-image {
    position: absolute;
    right: -50px;
    top: 64px;
    width: 70%;
    max-width: 1025px;
    height: auto;
    z-index: 1;
}

.zul-hero-image img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

/* ========================================
   ZUL DISTRIBUTION SECTION
   ======================================== */
.zul-distribution-section {
    padding: 100px 170px;
    text-align: center;
    position: relative;
    min-height: 950px;
    background: linear-gradient(180deg, #addbf3 1%, #b9dff4 43%, #a0d6f2 81%);
}

.zul-section-title {
    margin-bottom: 20px;
}

.zul-section-subtitle {
    font-family: 'Plain', sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 34px;
    color: #01344f;
    text-transform: uppercase;
    max-width: 908px;
    margin: 0 auto 60px;
}

.zul-distribution-content {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 0;
}

/* Imagen del edificio - IZQUIERDA */
.zul-building-image {
    flex: 0 0 55%;
    max-width: 792px;
}

.zul-building-image img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

/* Diagrama con etiquetas - DERECHA */
.zul-distribution-diagram {
    flex: 0 0 40%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding-top: 80px;
}

.zul-diagram-labels {
    display: flex;
    flex-direction: column;
    gap: 35px;
    text-align: right;
}

.zul-label-item {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 15px;
}

.zul-label-line {
    width: 270px;
    height: 1px;
    background: #01344f;
    order: 1;
}

.zul-label-text {
    display: flex;
    flex-direction: column;
    text-align: right;
    order: 2;
}

.zul-label-bracket {
    position: relative;
}

.zul-label-bracket-line {
    width: 210px;
    height: 120px;
    border: 1px solid #01344f;
    border-left: none;
    border-radius: 0 20px 20px 0;
    order: 1;
}

.zul-label-name {
    font-family: 'Plain', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 14px;
    color: #01344f;
}

.zul-label-level {
    font-family: 'Plain', sans-serif;
    font-weight: 200;
    font-size: 16px;
    line-height: 14px;
    color: #01344f;
}

.zul-cta-button {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 20px 30px;
    margin-top: 40px;
    background: rgba(255, 255, 255, 0.01);
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 174px;
    backdrop-filter: blur(45px);
    text-decoration: none;
    transition: all 0.3s ease;
}

.zul-cta-button:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.6);
}

.zul-cta-icon {
    width: 54px;
    height: 54px;
    object-fit: contain;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    padding: 10px;
}

.zul-cta-text {
    display: flex;
    flex-direction: column;
    font-family: 'Plain', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    color: #01344f;
}

/* ========================================
   ZUL LOCATION SECTION
   ======================================== */
.zul-location-section {
    padding: 100px 120px;
}

.zul-location-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 60px;
}

.zul-location-info {
    flex: 1;
    max-width: 506px;
}

.zul-location-title {
    margin-bottom: 60px;
    line-height: 64px;
}

.zul-location-cards {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.zul-location-card {
    position: relative;
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px;
    width: 363px;
    height: 75px;
    box-shadow: 0 0 30.8px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    overflow: hidden;
}

.zul-card-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.zul-card-icon {
    position: relative;
    z-index: 1;
    width: 60px;
    height: 60px;
    object-fit: contain;
}

.zul-card-text {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
}

.zul-card-distance {
    font-family: 'Plain', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #01344f;
}

.zul-card-place {
    font-family: 'Plain', sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    color: #01344f;
}

.zul-location-map {
    flex: 1;
    max-width: 705px;
}

.zul-location-map img {
    width: 100%;
    height: auto;
    border-radius: 51px;
    box-shadow: 0 0 25.3px -1px rgba(0, 0, 0, 0.25);
}

/* ========================================
   ZUL FORM SECTION
   ======================================== */
.zul-form-section {
    padding: 100px 120px;
    width: 100%;
    align-self: stretch;
}

.zul-form-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 120px;
    max-width: 1216px;
    margin: 0 auto;
}

.zul-form-info {
    flex: 1;
    max-width: 500px;
}

.zul-form-title {
    margin-bottom: 30px;
}

.zul-form-subtitle {
    font-family: 'Plain', sans-serif;
    font-weight: 250;
    font-size: 24px;
    line-height: 32px;
    color: #01344f;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.zul-form-description {
    font-family: 'Plain', sans-serif;
    font-weight: 250;
    font-size: 16px;
    line-height: 24px;
    color: #01344f;
}

.zul-form-container {
    flex: 1;
    max-width: 504px;
}

.zul-contact-form {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.zul-form-field input {
    width: 100%;
    height: 44px;
    padding: 0 25px;
    background: rgba(255, 255, 255, 0.01);
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 174px;
    font-family: 'Plain', sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #01344f;
    backdrop-filter: blur(45px);
    transition: all 0.3s ease;
}

.zul-form-field input::placeholder {
    color: #01344f;
    opacity: 0.8;
}

.zul-form-field input:focus {
    outline: none;
    border-color: #25a5cf;
    background: rgba(255, 255, 255, 0.05);
}

.zul-submit-button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    width: 219px;
    height: 66px;
    margin-top: 20px;
    margin-left: auto;
    background: rgba(255, 255, 255, 0.01);
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 174px;
    backdrop-filter: blur(45px);
    cursor: pointer;
    transition: all 0.3s ease;
}

.zul-submit-button:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.6);
}

.zul-submit-button span {
    font-family: 'Plain', sans-serif;
    font-weight: 200;
    font-size: 32px;
    color: #01344f;
}

.zul-submit-icon {
    width: 51px;
    height: 51px;
    object-fit: contain;
}

/* ========================================
   ZUL FOOTER
   ======================================== */
.zul-footer {
    position: relative;
    z-index: 10;
    background: #fff;
    padding: 20px 50px;
}

.zul-footer-logo {
    text-align: center;
    margin-bottom: 10px;
}

.zul-footer-logo img {
    width: 82px;
    height: 24px;
}

.zul-footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.zul-footer-left {
    display: flex;
    align-items: center;
    gap: 10px;
}

.zul-footer-lang {
    font-family: 'Plain', sans-serif;
    font-weight: 200;
    font-size: 12px;
    color: #01344f;
}

.zul-footer-copyright {
    font-family: 'Plain', sans-serif;
    font-weight: 200;
    font-size: 12px;
    color: #01344f;
}

.zul-footer-center {
    display: flex;
    align-items: center;
    gap: 10px;
}

.zul-footer-link {
    font-family: 'Plain', sans-serif;
    font-weight: 200;
    font-size: 12px;
    color: #01344f;
    text-decoration: none;
}

.zul-footer-link:hover {
    text-decoration: underline;
}

.zul-footer-divider {
    color: #01344f;
    font-size: 12px;
}

.zul-footer-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 5px;
}

.zul-footer-contact {
    display: flex;
    align-items: center;
    gap: 8px;
}

.zul-footer-icon {
    width: 12px;
    height: 12px;
    object-fit: contain;
}

.zul-footer-contact span {
    font-family: 'Plain', sans-serif;
    font-weight: 200;
    font-size: 12px;
    color: #01344f;
}

/* ========================================
   RESPONSIVE - Tablet (1024px)
   ======================================== */
@media (max-width: 1024px) {
    .zul-header {
        padding: 0 40px;
    }

    .zul-hero-section {
        flex-direction: column;
        padding: 80px 40px;
    }

    .zul-hero-content {
        max-width: 100%;
        padding-top: 60px;
    }

    .zul-hero-image {
        position: relative;
        width: 100%;
        right: auto;
        top: auto;
        margin-top: 40px;
    }

    .zul-distribution-section {
        padding: 60px 40px 80px;
        min-height: auto;
    }

    .zul-distribution-content {
        flex-direction: column;
        align-items: center;
    }

    .zul-building-image {
        flex: 1;
        max-width: 100%;
    }

    .zul-distribution-diagram {
        flex: 1;
        align-items: center;
        padding-top: 40px;
        padding-bottom: 20px;
    }

    .zul-diagram-labels {
        text-align: center;
    }

    .zul-label-item {
        flex-direction: column;
        justify-content: center;
    }

    .zul-label-line {
        width: 1px;
        height: 50px;
        order: 1;
    }

    .zul-label-text {
        text-align: center;
        order: 2;
    }

    .zul-label-bracket-line {
        width: 1px;
        height: 80px;
        border: none;
        border-left: 1px solid #01344f;
        border-radius: 0;
    }

    .zul-cta-button {
        margin: 40px auto 0;
    }

    .zul-location-section {
        padding: 60px 40px;
    }

    .zul-location-content {
        flex-direction: column;
        align-items: center;
    }

    .zul-location-info {
        max-width: 100%;
        text-align: center;
    }

    .zul-location-cards {
        align-items: center;
    }

    .zul-form-section {
        padding: 60px 40px;
    }

    .zul-form-content {
        flex-direction: column;
        align-items: center;
    }

    .zul-form-info {
        max-width: 100%;
        text-align: center;
    }

    .zul-form-container {
        max-width: 100%;
        width: 100%;
    }

    .zul-submit-button {
        margin: 20px auto 0;
    }
}

/* ========================================
   RESPONSIVE - Mobile (768px)
   ======================================== */
@media (max-width: 768px) {
    .zul-header {
        padding: 0 20px;
        height: 56px;
    }

    .zul-nav-divider {
        display: none;
    }

    .zul-nav-link {
        font-size: 16px;
    }

    .zul-hero-section {
        padding: 60px 20px;
    }

    .zul-hero-logo {
        width: 150px;
    }

    .zul-hero-subtitle {
        font-size: 22px;
        line-height: 28px;
    }

    .zul-hero-features {
        flex-direction: column;
        gap: 30px;
    }

    .zul-feature-icon {
        width: 60px;
        height: 50px;
    }

    .zul-feature-title {
        font-size: 26px;
        line-height: 40px;
    }

    .zul-feature-desc {
        font-size: 16px;
    }

    .zul-hero-description {
        font-size: 16px;
    }

    .zul-distribution-diagram {
        display: none;
    }

    .gradient-text {
        font-size: 42px;
        line-height: 48px;
    }

    .gradient-text-alt {
        font-size: 38px;
        line-height: 44px;
    }

    .zul-section-subtitle {
        font-size: 18px;
        line-height: 26px;
    }

    .zul-location-card {
        width: 100%;
        max-width: 320px;
    }

    .zul-card-distance {
        font-size: 14px;
    }

    .zul-card-place {
        font-size: 18px;
    }

    .zul-form-title {
        font-size: 36px;
        line-height: 42px;
    }

    .zul-form-subtitle {
        font-size: 18px;
        line-height: 26px;
    }

    .zul-form-field input {
        font-size: 16px;
        height: 40px;
    }

    .zul-submit-button span {
        font-size: 24px;
    }

    .zul-footer {
        padding: 20px;
    }

    .zul-footer-content {
        flex-direction: column;
        text-align: center;
    }

    .zul-footer-left,
    .zul-footer-center,
    .zul-footer-right {
        align-items: center;
    }

    .zul-footer-left {
        flex-direction: column;
    }
}

/* ========================================
   RESPONSIVE - Small Mobile (480px)
   ======================================== */
@media (max-width: 480px) {
    .zul-header-center {
        gap: 10px;
    }

    .zul-nav-logo {
        height: 20px;
    }

    .zul-hero-section {
        padding: 50px 15px;
    }

    .zul-hero-logo {
        width: 120px;
    }

    .zul-hero-subtitle {
        font-size: 18px;
        line-height: 24px;
    }

    .gradient-text {
        font-size: 32px;
        line-height: 38px;
    }

    .gradient-text-alt {
        font-size: 28px;
        line-height: 34px;
    }

    .zul-section-subtitle {
        font-size: 16px;
        line-height: 22px;
    }

    .zul-cta-button {
        padding: 15px 20px;
    }

    .zul-cta-text {
        font-size: 16px;
        line-height: 20px;
    }

    .zul-location-title {
        font-size: 28px;
        line-height: 34px;
    }

    .zul-form-field input {
        font-size: 14px;
        height: 38px;
        padding: 0 15px;
    }

    .zul-submit-button {
        width: 180px;
        height: 55px;
    }

    .zul-submit-button span {
        font-size: 20px;
    }

    .zul-submit-icon {
        width: 40px;
        height: 40px;
    }
}
