#main-wrapper .topbar,
#main-wrapper .left-sidebar {
    display: none !important;
}

#main-wrapper .page-wrapper.urbi-home-wrapper {
    margin-left: 0 !important;
    padding-top: 0 !important;
}

.urbi-home {
    padding: 0 !important;
    background: #f5f6f8;
    color: #101010;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.urbi-home-shell {
    margin: 0 3rem;
}

.urbi-home-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 900;
    background: rgba(13, 13, 13, 0.45);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}

.urbi-home-header .urbi-home-shell {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-height: 82px;
    gap: 1.5rem;
}

.urbi-home-brand img {
    max-height: 60px;
    width: auto;
}

.urbi-home-nav {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-left: auto;
}

.urbi-home-nav a {
    color: #ffffff;
    font-weight: 600;
    letter-spacing: 0.2px;
}

.urbi-home-nav a:hover {
    color: #f4c400;
}

.urbi-home-nav-wa {
    background: #f4c400;
    color: #111 !important;
    padding: 0.65rem 1rem;
    border-radius: 999px;
    font-weight: 700;
}

.urbi-home-menu-btn {
    display: none;
    border: 0;
    background: transparent;
    width: 42px;
    height: 42px;
    padding: 8px;
}

.urbi-home-menu-btn span {
    display: block;
    width: 26px;
    height: 3px;
    margin: 4px auto;
    background: #fff;
    border-radius: 2px;
}

.urbi-home-hero {
    position: relative;
    line-height: 0;
    background: #000;
}

.urbi-home-hero-image {
    width: 100%;
    height: auto;
    display: block;
}

.urbi-home-hero-content {
    max-width: 680px;
    color: #fff;
    padding: 4.4rem 0;
}

.urbi-home-kicker {
    color: #f4c400;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1.1px;
    margin-bottom: 0.8rem;
}

.urbi-home-hero h1 {
    font-size: clamp(1.85rem, 4.4vw, 3.55rem);
    line-height: 1.08;
    margin-bottom: 1rem;
    color: #ffffff;
}

.urbi-home-hero-sub {
    font-size: clamp(1rem, 2.2vw, 1.22rem);
    margin-bottom: 1.4rem;
}

.urbi-home-hero-cta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.85rem;
}

.urbi-home-btn-primary,
.urbi-home-btn-dark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    padding: 0.86rem 1.3rem;
    font-weight: 700;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.urbi-home-btn-primary {
    background: #f4c400;
    color: #111;
}

.urbi-home-btn-primary:hover,
.urbi-home-btn-dark:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.22);
    color: #111;
}

.urbi-home-phone {
    color: #fff;
    font-size: 1.05rem;
    font-weight: 700;
    border: 1px solid rgba(255, 255, 255, 0.45);
    padding: 0.75rem 1rem;
    border-radius: 999px;
}

.urbi-home-benefits {
    background: #0d0d0d;
    color: #fff;
    padding: 2.4rem 0;
}

.urbi-home-benefits-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0;
}

.urbi-home-benefit-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 0.85rem;
    padding: 2rem 1.2rem;
    text-align: center;
    border-right: 1px solid rgba(255, 255, 255, 0.07);
    transition: background 0.2s ease;
}

.urbi-home-benefit-card:last-child {
    border-right: none;
}

.urbi-home-benefit-card:hover {
    background: rgba(244, 196, 0, 0.06);
}

.urbi-home-benefit-card img {
    width: 56px;
    height: 56px;
    object-fit: contain;
    display: block;
    filter: brightness(1);
}

.urbi-home-benefit-card span {
    font-size: 0.92rem;
    font-weight: 600;
    color: #ffffff;
    line-height: 1.35;
    letter-spacing: 0.1px;
}

.urbi-home-section {
    padding: 4rem 0;
}

.urbi-home-section h2,
.urbi-home-ideal h2 {
    margin-bottom: 1.6rem;
    font-size: clamp(1.55rem, 3vw, 2.4rem);
    font-weight: 800;
}

.urbi-home-services {
    background: linear-gradient(135deg, #ffffff 0%, #fafafa 100%);
    padding: 5rem 0;
    position: relative;
}

.urbi-home-services::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(244, 196, 0, 0.02);
    pointer-events: none;
}

.urbi-home-services-header {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 4rem;
    position: relative;
    z-index: 1;
}

.urbi-home-services-header h2 {
    margin: 0.5rem 0 1rem;
    font-size: clamp(1.8rem, 4vw, 2.6rem);
    font-weight: 800;
    color: #0d0d0d;
}

.urbi-home-services-kicker {
    display: inline-block;
    color: #f4c400;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    background: rgba(244, 196, 0, 0.1);
    padding: 0.4rem 0.8rem;
    border-radius: 20px;
}

.urbi-home-services-header p {
    margin: 0;
    color: #5a5a5a;
    font-size: 1.1rem;
    line-height: 1.7;
    font-weight: 400;
}

.urbi-home-services-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 2rem;
    position: relative;
    z-index: 1;
}

.urbi-home-service-card {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 280px;
    border-radius: 20px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.urbi-home-service-card:hover {
    transform: scale(1.05) translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    filter: brightness(1.1);
}

.urbi-home-service-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 70%, rgba(0, 0, 0, 0.8) 100%);
    transition: all 0.3s ease;
}

.urbi-home-service-card:hover .urbi-home-service-overlay {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.5) 70%, rgba(0, 0, 0, 0.9) 100%);
}

.urbi-home-service-icon {
    position: absolute;
    top: 1.5rem;
    left: 1.5rem;
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: rgba(244, 196, 0, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #111;
    font-size: 1.4rem;
    z-index: 2;
    transition: all 0.3s ease;
}

.urbi-home-service-card:hover .urbi-home-service-icon {
    transform: scale(1.1);
    background: #f4c400;
}

.urbi-home-service-content {
    position: absolute;
    bottom: 1.5rem;
    left: 1.5rem;
    right: 1.5rem;
    z-index: 2;
}

.urbi-home-service-content h3 {
    font-size: 1.3rem;
    font-weight: 700;
    margin: 0 0 0.5rem;
    color: #fff;
    line-height: 1.2;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.urbi-home-service-link {
    color: #f4c400;
    font-weight: 600;
    font-size: 0.9rem;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.3s ease;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

.urbi-home-service-link:hover {
    color: #fff;
    gap: 0.8rem;
    text-decoration: none;
}

.urbi-home-service-link i {
    font-size: 0.8rem;
    transition: transform 0.3s ease;
}

.urbi-home-service-card:hover .urbi-home-service-link i {
    transform: translateX(3px);
}

.urbi-home-service-card-highlight {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.9) 100%);
    box-shadow: 0 16px 48px rgba(244, 196, 0, 0.3);
}

.urbi-home-service-card-highlight:hover {
    box-shadow: 0 24px 64px rgba(244, 196, 0, 0.5);
    filter: brightness(1.2);
}

.urbi-home-service-card-highlight .urbi-home-service-overlay {
    background: linear-gradient(135deg, rgba(244, 196, 0, 0.1) 0%, rgba(0, 0, 0, 0.7) 100%);
}

.urbi-home-service-card-highlight .urbi-home-service-icon {
    background: #f4c400;
    box-shadow: 0 4px 12px rgba(244, 196, 0, 0.6);
}

.urbi-home-service-card-highlight .urbi-home-service-content h3 {
    color: #fff;
}

.urbi-home-service-card-highlight .urbi-home-service-link {
    color: #f4c400;
    font-weight: 700;
}

.urbi-home-service-card-highlight .urbi-home-service-link:hover {
    color: #fff;
}

.urbi-home-fleet {
    background: #fff;
}

.urbi-home-fleet-wrap {
    display: grid;
    grid-template-columns: minmax(260px, 0.95fr) minmax(0, 1.5fr);
    gap: 1.6rem;
    align-items: start;
}

.urbi-home-fleet-kicker {
    display: inline-block;
    color: #6f6f6f;
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    margin-bottom: 0.4rem;
}

.urbi-home-fleet-copy h2 {
    margin-top: 0;
}

.urbi-home-fleet-copy p {
    margin: 0 0 1rem;
    color: #595959;
    font-size: 0.98rem;
    line-height: 1.65;
    max-width: 500px;
}

.urbi-home-fleet-cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.urbi-home-fleet-card {
    background: #fff;
    border: 1px solid #e8e9ec;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 22px rgba(17, 17, 17, 0.06);
}

.urbi-home-fleet-card img {
    width: 100%;
    height: 215px;
    object-fit: cover;
    display: block;
}

.urbi-home-fleet-body {
    padding: 1rem;
}

.urbi-home-fleet-body h3 {
    font-size: 1.08rem;
    font-weight: 700;
    margin-bottom: 0.4rem;
}

.urbi-home-fleet-body p {
    margin: 0;
    color: #4d4d4d;
    font-size: 0.92rem;
    line-height: 1.5;
}

.urbi-home-destinos {
    background: #f7f8fa;
}

.urbi-home-destinos-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.urbi-home-destino-link {
    display: block;
    color: inherit;
    text-decoration: none;
}

.urbi-home-destino-link:hover {
    color: inherit;
    text-decoration: none;
}

.urbi-home-destino-card {
    background: #fff;
    border: 1px solid #e9eaed;
    border-radius: 16px;
    overflow: hidden;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.urbi-home-destino-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 28px rgba(15, 15, 15, 0.1);
}

.urbi-home-destino-card img {
    width: 100%;
    height: 205px;
    object-fit: cover;
    display: block;
}

.urbi-home-destino-body {
    padding: 1rem;
}

.urbi-home-destino-body h3 {
    font-size: 1.03rem;
    font-weight: 700;
    margin: 0 0 0.4rem;
}

.urbi-home-destino-body p {
    margin: 0;
    color: #4d4d4d;
    font-size: 0.9rem;
}

.urbi-home-ideal {
    background: linear-gradient(180deg, #0f0f10 0%, #191919 100%);
    color: #fff;
    padding: 4rem 0;
}

.urbi-home-ideal-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0.9rem;
}

.urbi-home-ideal-grid article {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(244, 196, 0, 0.35);
    border-radius: 12px;
    min-height: 110px;
    padding: 1rem;
    display: flex;
    align-items: center;
    font-weight: 600;
}

.urbi-home-diff {
    background: #ffffff;
}

.urbi-home-diff-wrap {
    display: grid;
    grid-template-columns: minmax(280px, 1.05fr) minmax(260px, 0.95fr) minmax(240px, 0.9fr);
    gap: 1.5rem;
    align-items: center;
}

.urbi-home-diff-media {
    min-width: 0;
}

.urbi-home-diff-media img {
    width: 100%;
    border-radius: 18px;
    height: 255px;
    object-fit: cover;
    display: block;
    background: #f2f2f2;
}

.urbi-home-diff-kicker {
    display: inline-block;
    color: #f4c400;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    margin-bottom: 0.75rem;
}

.urbi-home-diff-copy h2 {
    margin: 0 0 1rem;
    font-size: clamp(1.75rem, 3vw, 2.45rem);
    line-height: 1.08;
}

.urbi-home-diff-copy p {
    margin: 0;
    color: #3f3f3f;
    font-size: 1rem;
    line-height: 1.6;
    max-width: 420px;
}

.urbi-home-diff-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.urbi-home-diff-list li {
    display: grid;
    grid-template-columns: 28px 1fr;
    gap: 0.8rem;
    align-items: start;
    margin-bottom: 1rem;
    font-size: 1.01rem;
    color: #202020;
    line-height: 1.45;
}

.urbi-home-diff-check {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff4c4;
    color: #cc9b00;
    font-size: 0.75rem;
    margin-top: 0.12rem;
}

.urbi-home-diff-line {
    display: block;
    width: 100%;
    height: 5px;
    border-radius: 999px;
    background: #f4c400;
    margin-top: 1.4rem;
}

.urbi-home-cta {
    padding: 3.2rem 0;
    text-align: center;
    background: #f4c400;
}

.urbi-home-cta h2 {
    font-size: clamp(1.5rem, 3.4vw, 2.35rem);
    font-weight: 800;
    margin-bottom: 0.45rem;
    color: #161616;
}

.urbi-home-cta p {
    color: #232323;
    margin-bottom: 1rem;
    font-size: 1.08rem;
}

.urbi-home-btn-dark {
    background: #111;
    color: #f4c400;
}

.urbi-home-btn-dark:hover {
    color: #f4c400;
}

.urbi-home-footer-main {
    background: #0f0f0f;
    color: #fff;
    padding: 3rem 0;
}

.urbi-home-footer-grid {
    display: grid;
    grid-template-columns: 1.6fr 1fr 1fr 1fr;
    gap: 1.3rem;
}

.urbi-home-footer-main img {
    max-width: 170px;
    margin-bottom: 0.8rem;
}

.urbi-home-footer-main h4 {
    color: #f4c400;
    font-size: 1rem;
    margin-bottom: 0.7rem;
}

.urbi-home-footer-main a,
.urbi-home-footer-main p {
    display: block;
    color: #ddd;
    margin-bottom: 0.45rem;
}

.urbi-home-footer-main a:hover {
    color: #f4c400;
}

.urbi-home-socials {
    display: flex;
    gap: 0.55rem;
    margin-top: 0.6rem;
}

.urbi-home-socials a {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #f4c400;
    color: #111;
}

/* Hide legacy footer visuals for this page only; scripts remain loaded. */
.urbi-home-wrapper > br:first-of-type,
.urbi-home-wrapper > center,
.urbi-home-wrapper > footer.footer {
    display: none !important;
}

@media (max-width: 1200px) {
    .urbi-home-fleet-wrap {
        grid-template-columns: 1fr;
        gap: 1.4rem;
    }

    .urbi-home-benefits-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .urbi-home-benefit-card {
        border-right: 1px solid rgba(255, 255, 255, 0.07);
        border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    }

    .urbi-home-benefit-card:nth-child(3),
    .urbi-home-benefit-card:last-child {
        border-right: none;
    }

    .urbi-home-services-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .urbi-home-destinos-grid,
    .urbi-home-ideal-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .urbi-home-fleet-cards,
    .urbi-home-footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 900px) {
    .urbi-home-menu-btn {
        display: inline-block;
    }

    .urbi-home-nav {
        position: absolute;
        top: 82px;
        left: 0;
        right: 0;
        background: #101010;
        border-top: 1px solid rgba(255, 255, 255, 0.08);
        display: none;
        flex-direction: column;
        align-items: flex-start;
        padding: 1rem 1.3rem;
    }

    .urbi-home-nav.is-open {
        display: flex;
    }

    .urbi-home-nav-wa {
        margin-top: 0.2rem;
    }

    .urbi-home-diff-wrap {
        grid-template-columns: 1fr;
        gap: 1.2rem;
    }

    .urbi-home-benefits-grid,
    .urbi-home-services-grid,
    .urbi-home-fleet-cards,
    .urbi-home-destinos-grid,
    .urbi-home-ideal-grid,
    .urbi-home-footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .urbi-home-benefit-card {
        border-right: 1px solid rgba(255, 255, 255, 0.07);
        border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    }

    .urbi-home-benefit-card:nth-child(2n) {
        border-right: none;
    }
}

@media (max-width: 620px) {
    .urbi-home-shell {
        width: calc(100% - 1.3rem);
    }

    .urbi-home-hero {
        min-height: 0;
    }

    .urbi-home-benefits-grid,
    .urbi-home-fleet-cards,
    .urbi-home-destinos-grid,
    .urbi-home-ideal-grid,
    .urbi-home-footer-grid {
        grid-template-columns: 1fr;
    }

    .urbi-home-services-grid {
        display: flex;
        flex-direction: row;
        overflow-x: auto;
        gap: 1rem;
        padding: 0 1rem;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
    }

    .urbi-home-service-card {
        flex: 0 0 280px;
        min-width: 280px;
        height: 240px;
        scroll-snap-align: start;
    }

    .urbi-home-benefit-card {
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    }

    .urbi-home-benefit-card:last-child {
        border-bottom: none;
    }

    .urbi-home-btn-dark,
    .urbi-home-btn-primary,
    .urbi-home-phone {
        width: 100%;
    }
}

/* MOBILE ONLY - Rediseño completo app premium */
@media screen and (max-width: 991px) {
    .page-wrapper {
        display: flex;
        flex-direction: column;
    }

    .urbi-home-shell {
        margin: 0 0.9rem;
    }

    .urbi-home-header {
        background: rgba(13, 13, 13, 0.92);
        backdrop-filter: blur(10px);
        border-bottom: 1px solid rgba(244, 196, 0, 0.08);
    }

    .urbi-home-header .urbi-home-shell {
        min-height: 58px;
        gap: 0.8rem;
        padding: 0 0.9rem;
    }

    .urbi-home-brand img {
        max-height: 42px;
    }

    .urbi-home-nav {
        top: 58px !important;
        padding: 1.2rem 0.9rem;
    }

    .urbi-home-menu-btn {
        width: 38px;
        height: 38px;
        border-radius: 10px;
        background: rgba(255, 255, 255, 0.12);
        border: 1px solid rgba(255, 255, 255, 0.15);
    }

    .urbi-home-menu-btn span {
        width: 18px;
        height: 2.2px;
    }

    .urbi-home-hero {
        min-height: 0;
        height: auto;
        background: transparent;
    }

    .urbi-home-hero-image {
        width: 100%;
        height: auto;
        display: block;
        object-fit: cover;
        min-height: 0;
    }

    .urbi-home-hero-content {
        padding: 0;
    }

    .urbi-home-hero h1 {
        font-size: clamp(1.6rem, 7vw, 2.1rem);
        line-height: 1.12;
        margin-bottom: 0.6rem;
    }

    .urbi-home-hero-sub {
        font-size: clamp(0.95rem, 3.5vw, 1.05rem);
        margin-bottom: 1.2rem;
    }

    .urbi-home-hero-cta {
        flex-direction: column;
        gap: 0.65rem;
    }

    .urbi-home-btn-primary,
    .urbi-home-btn-dark {
        padding: 0.95rem 1.2rem;
        font-size: 0.95rem;
        min-height: 50px;
        border-radius: 16px;
        font-weight: 700;
        letter-spacing: 0.3px;
    }

    .urbi-home-phone {
        padding: 0.8rem 1.1rem;
        font-size: 0.9rem;
        border-radius: 16px;
    }

    .urbi-home-benefits {
        padding: 0.8rem 0 1.2rem 0;
        background: #0a0a0a;
    }

    .urbi-home-benefits-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 0.5rem;
        padding: 0 0.9rem;
    }

    .urbi-home-benefit-card {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 0.5rem;
        padding: 0.7rem;
        border-radius: 12px;
        border: 1px solid rgba(244, 196, 0, 0.1) !important;
        background: rgba(244, 196, 0, 0.04);
        box-shadow: none !important;
        text-align: left;
        transition: all 0.2s ease;
    }

    .urbi-home-benefit-card:hover {
        background: rgba(244, 196, 0, 0.06) !important;
        border-color: rgba(244, 196, 0, 0.15) !important;
    }

    .urbi-home-benefit-card img {
        width: 28px;
        height: 28px;
        flex-shrink: 0;
    }

    .urbi-home-benefit-card span {
        font-size: 0.78rem;
        line-height: 1.3;
        color: #e8e8e8;
        font-weight: 600;
    }

    .urbi-home-services {
        padding: 1.6rem 0;
    }

    .urbi-home-services-header {
        margin-bottom: 1.2rem;
        padding: 0 0.9rem;
    }

    .urbi-home-services-header h2 {
        font-size: clamp(1.4rem, 3.8vw, 1.9rem);
        margin: 0 0 0.6rem;
    }

    .urbi-home-services-header p {
        font-size: 0.85rem;
        color: #666;
        line-height: 1.5;
    }

    .urbi-home-services-grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.5rem;
        padding: 0 0.7rem;
        align-items: stretch;
        width: 100%;
    }

    .urbi-home-service-card {
        width: 100%;
        min-width: 0;
        aspect-ratio: 0.78;
        border-radius: 14px;
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
        transition: all 0.24s cubic-bezier(0.35, 0.46, 0.46, 0.94);
    }

    .urbi-home-service-card:active {
        transform: scale(0.97);
    }

    .urbi-home-service-card:hover {
        transform: translateY(-1px);
        box-shadow: 0 12px 24px rgba(0, 0, 0, 0.11);
    }

    .urbi-home-service-overlay {
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.08) 45%, rgba(0, 0, 0, 0.35) 100%) !important;
    }

    .urbi-home-service-icon {
        width: 36px;
        height: 36px;
        top: 0.7rem;
        left: 0.7rem;
        border-radius: 10px;
        font-size: 0.85rem;
        background: rgba(244, 196, 0, 0.88) !important;
        box-shadow: 0 3px 10px rgba(244, 196, 0, 0.15);
    }

    .urbi-home-service-content {
        bottom: 0.8rem;
        left: 0.8rem;
        right: 0.8rem;
    }

    .urbi-home-service-content h3 {
        font-size: 0.8rem;
        margin-bottom: 0.25rem;
        line-height: 1.25;
        color: #fff;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        font-weight: 700;
        letter-spacing: 0.1px;
    }

    .urbi-home-service-link {
        font-size: 0.7rem;
        font-weight: 700;
        color: #f4c400;
        letter-spacing: 0.1px;
    }

    .urbi-home-fleet {
        padding: 1.6rem 0;
    }

    .urbi-home-fleet-wrap {
        gap: 1.2rem;
    }

    .urbi-home-fleet-copy h2 {
        font-size: clamp(1.45rem, 4vw, 1.95rem);
    }

    .urbi-home-fleet-cards {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.6rem;
        padding: 0 0.9rem;
    }

    .urbi-home-fleet-card {
        border-radius: 16px;
        overflow: hidden;
        background: #fff;
        box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
        transition: all 0.25s ease;
    }

    .urbi-home-fleet-card:active {
        transform: scale(0.98);
    }

    .urbi-home-fleet-card:hover {
        transform: translateY(-2px);
        box-shadow: 0 16px 36px rgba(0, 0, 0, 0.12);
    }

    .urbi-home-fleet-card:first-child {
        grid-column: 1 / -1;
    }

    .urbi-home-fleet-card:first-child img {
        height: 160px;
    }

    .urbi-home-fleet-card:not(:first-child) img {
        height: 110px;
    }

    .urbi-home-fleet-card img {
        width: 100%;
        display: block;
    }

    .urbi-home-fleet-body {
        padding: 1rem;
    }

    .urbi-home-fleet-body h3 {
        font-size: 1.02rem;
        margin-bottom: 0.35rem;
    }

    .urbi-home-fleet-body p {
        font-size: 0.8rem;
        line-height: 1.4;
        color: #555;
    }

    .urbi-home-destinos {
        padding: 1.6rem 0;
    }

    .urbi-home-destinos-grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.6rem;
        padding: 0 0.9rem;
    }

    .urbi-home-destino-card {
        border-radius: 16px;
        overflow: hidden;
        background: #fff;
        box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
        transition: all 0.25s ease;
    }

    .urbi-home-destino-card:active {
        transform: scale(0.98);
    }

    .urbi-home-destino-card:hover {
        transform: translateY(-2px);
        box-shadow: 0 16px 36px rgba(0, 0, 0, 0.12);
    }

    .urbi-home-destino-card:first-child {
        grid-column: 1 / -1;
    }

    .urbi-home-destino-card:first-child img {
        height: 160px;
    }

    .urbi-home-destino-card:not(:first-child) img {
        height: 110px;
    }

    .urbi-home-destino-card img {
        width: 100%;
        display: block;
    }

    .urbi-home-destino-body {
        padding: 1rem;
    }

    .urbi-home-destino-body h3 {
        font-size: 1.02rem;
        margin-bottom: 0.35rem;
    }

    .urbi-home-destino-body p {
        font-size: 0.8rem;
        line-height: 1.4;
        color: #555;
    }

    .urbi-home-ideal {
        padding: 1.4rem 0;
    }

    .urbi-home-ideal h2 {
        font-size: clamp(1.3rem, 3.8vw, 1.8rem);
        margin-bottom: 1rem;
    }

    .urbi-home-ideal-grid {
        gap: 0.5rem;
        padding: 0 0.9rem;
    }

    .urbi-home-ideal-grid article {
        min-height: 65px;
        padding: 0.85rem 1rem;
        font-size: 0.8rem;
        border-radius: 12px;
        font-weight: 600;
        letter-spacing: 0.2px;
    }

    .urbi-home-diff {
        padding: 1.4rem 0;
    }

    .urbi-home-diff-wrap {
        gap: 1.2rem;
    }

    .urbi-home-diff-media img {
        height: 190px;
        border-radius: 16px;
    }

    .urbi-home-diff-copy h2 {
        font-size: clamp(1.3rem, 4vw, 1.85rem);
        margin-bottom: 0.8rem;
        line-height: 1.15;
    }

    .urbi-home-diff-copy p {
        font-size: 0.92rem;
        line-height: 1.6;
        color: #444;
    }

    .urbi-home-diff-list li {
        font-size: 0.9rem;
        padding: 0.7rem 0;
        color: #222;
    }

    .urbi-home-diff-check {
        width: 22px;
        height: 22px;
    }

    .urbi-home-cta {
        padding: 1.6rem 0;
        border-radius: 0;
    }

    .urbi-home-cta h2 {
        font-size: clamp(1.3rem, 4vw, 1.85rem);
        margin-bottom: 0.5rem;
    }

    .urbi-home-cta p {
        font-size: 1rem;
        margin-bottom: 1.4rem;
        font-weight: 500;
    }

    .urbi-home-btn-dark {
        padding: 1rem 1.4rem;
        font-size: 0.95rem;
        border-radius: 16px;
        width: 100%;
    }

    .urbi-home-footer-main {
        padding: 1.4rem 0;
    }

    .urbi-home-footer-grid {
        gap: 1.4rem;
        padding: 0 0.9rem;
    }

    .urbi-home-footer-main img {
        max-width: 130px;
        margin-bottom: 0.6rem;
    }

    .urbi-home-footer-main h4 {
        font-size: 0.88rem;
        margin-bottom: 0.6rem;
        font-weight: 700;
        letter-spacing: 0.3px;
    }

    .urbi-home-footer-main a,
    .urbi-home-footer-main p {
        font-size: 0.82rem;
        margin-bottom: 0.35rem;
        line-height: 1.5;
    }

    .urbi-home-socials {
        gap: 0.5rem;
        margin-top: 0.5rem;
    }

    .urbi-home-socials a {
        width: 32px;
        height: 32px;
        font-size: 0.85rem;
    }
}

@media screen and (max-width: 991px) and (min-width: 768px) {
    .urbi-home-services-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 1.2rem;
        display: grid !important;
        overflow-x: visible;
    }

    .urbi-home-service-card {
        flex: none !important;
        min-width: auto !important;
        aspect-ratio: 0.8;
    }

    .urbi-home-benefits-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 1rem;
    }

    .urbi-home-benefit-card:nth-child(2n) {
        border-right: none !important;
    }
}

@media screen and (max-width: 576px) {
    .urbi-home-shell {
        margin: 0 0.6rem;
    }

    .urbi-home-services-grid {
        grid-template-columns: 1fr;
        gap: 0.9rem;
        padding: 0 0.6rem;
    }

    .urbi-home-service-card {
        aspect-ratio: 0.78;
        width: 100%;
    }

    .urbi-home-fleet-cards,
    .urbi-home-destinos-grid {
        gap: 0.7rem;
    }

    .urbi-home-fleet-card:first-child img {
        height: 150px;
    }

    .urbi-home-fleet-card:not(:first-child) img {
        height: 105px;
    }

    .urbi-home-destino-card:first-child img {
        height: 150px;
    }

    .urbi-home-destino-card:not(:first-child) img {
        height: 105px;
    }
}

@media screen and (max-width: 480px) {
    .urbi-home-shell {
        margin: 0 0.75rem;
    }

    .urbi-home-header .urbi-home-shell {
        padding: 0 0.75rem;
    }

    .urbi-home-hero-content {
        padding: 1.4rem 0.75rem;
    }

    .urbi-home-hero h1 {
        font-size: clamp(1.45rem, 7vw, 2rem);
    }

    .urbi-home-services-header {
        padding: 0 0.75rem;
    }

    .urbi-home-services-grid {
        grid-template-columns: 1fr;
        gap: 0.9rem;
        padding: 0 0.75rem;
    }

    .urbi-home-service-card {
        aspect-ratio: 0.78;
    }

    .urbi-home-fleet-cards,
    .urbi-home-destinos-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.65rem;
        padding: 0 0.75rem;
    }

    .urbi-home-fleet-card:first-child img {
        height: 145px;
    }

    .urbi-home-fleet-card:not(:first-child) img {
        height: 100px;
    }

    .urbi-home-destino-card:first-child img {
        height: 145px;
    }

    .urbi-home-destino-card:not(:first-child) img {
        height: 100px;
    }

    .urbi-home-section {
        padding: 1.6rem 0;
    }

    .urbi-home-footer-grid {
        padding: 0 0.75rem;
    }
}
