:root {
    --cm-primary: #0088cc;
    --cm-primary-dark: #006b9f;
    --cm-primary-soft: #eaf7fd;
    --cm-heading: #18222c;
    --cm-text: #4d5964;
    --cm-muted: #6b7680;
    --cm-white: #ffffff;
    --cm-background: #f5f8fa;
    --cm-border: #dfe7ec;
    --cm-warning: #fff7e8;
    --cm-warning-border: #e6a837;
    --cm-radius: 16px;
    --cm-shadow: 0 12px 32px rgba(24, 34, 44, 0.08);
}


/* ==========================================
   CONFIGURACIÓN GENERAL
   ========================================== */

.cm-page,
.cm-page * {
    box-sizing: border-box;
}

.cm-page {
    width: 100%;
    overflow: hidden;
    color: var(--cm-text);
    background: var(--cm-white);
    font-size: 16px;
}

.cm-page h1,
.cm-page h2,
.cm-page h3,
.cm-page p,
.cm-page ul {
    margin-top: 0;
}

.cm-page h1,
.cm-page h2,
.cm-page h3 {
    color: var(--cm-heading);
    text-wrap: balance;
}

.cm-page p,
.cm-page li {
    line-height: 1.7;
}

.cm-page p {
    margin-bottom: 16px;
}

.cm-page ul {
    padding-left: 20px;
}

.cm-page img,
.cm-page iframe {
    max-width: 100%;
}

.cm-wrapper {
    width: min(1120px, calc(100% - 40px));
    margin-right: auto;
    margin-left: auto;
}

.cm-narrow {
    max-width: 840px;
}

.cm-section {
    padding: 68px 0;
}

.cm-section-light {
    background: var(--cm-white);
}

.cm-section-soft {
    background: var(--cm-background);
}

.cm-centered-title {
    text-align: center;
}


/* ==========================================
   TÍTULOS
   ========================================== */

.cm-main-title {
    max-width: 780px;
    margin: 0 auto 24px;
    color: var(--cm-heading);
    font-size: clamp(1.85rem, 3vw, 2.55rem);
    line-height: 1.15;
    font-weight: 800;
    letter-spacing: -0.025em;
}

.cm-section-title,
.cm-conclusion-title {
    margin: 0 0 20px;
    color: var(--cm-heading);
    font-size: clamp(1.45rem, 2.2vw, 1.9rem);
    line-height: 1.25;
    font-weight: 800;
}

.cm-route-card h2 {
    margin: 0;
    color: var(--cm-heading);
    font-size: clamp(1.3rem, 2vw, 1.65rem);
    line-height: 1.3;
    font-weight: 800;
}

.cm-page h3 {
    font-size: 1.08rem;
    line-height: 1.4;
    font-weight: 800;
}

.cm-title-light,
.cm-conclusion-title {
    color: var(--cm-white);
}

.cm-section-heading {
    max-width: 780px;
    margin: 0 auto 38px;
    text-align: center;
}

.cm-section-heading p {
    margin-bottom: 0;
}

.cm-section-heading-light,
.cm-section-heading-light p {
    color: #e8f7ff;
}


/* ==========================================
   HERO
   ========================================== */

.cm-hero-container {
    position: relative;
    padding: 74px 0 58px;
    background:
        radial-gradient(
            circle at top right,
            rgba(0, 136, 204, 0.12),
            transparent 38%
        ),
        linear-gradient(
            180deg,
            #f6fbfd 0%,
            #ffffff 100%
        );
}

.cm-hero-inner {
    position: relative;
    max-width: 940px;
    text-align: center;
}

.cm-hero-copy {
    max-width: 790px;
    margin: 0 auto;
    font-size: 1rem;
}

.cm-hero-copy p {
    margin-bottom: 13px;
}

.cm-hero-highlight {
    color: var(--cm-heading);
    font-size: 1.05rem;
}

.cm-origin-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-top: 30px;
}

.cm-origin-nav a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 9px 15px;
    border: 1px solid var(--cm-border);
    border-radius: 50px;
    color: var(--cm-heading);
    background: var(--cm-white);
    text-align: center;
    text-decoration: none;
    font-size: 0.86rem;
    line-height: 1.3;
    font-weight: 700;
    box-shadow: 0 4px 12px rgba(24, 34, 44, 0.04);
    transition:
        color 0.2s ease,
        background 0.2s ease,
        border-color 0.2s ease,
        transform 0.2s ease;
}

.cm-origin-nav a:hover {
    color: var(--cm-white);
    border-color: var(--cm-primary);
    background: var(--cm-primary);
    transform: translateY(-2px);
}


/* ==========================================
   GRIDS PRINCIPALES
   ========================================== */

.cm-split,
.cm-booking-grid,
.cm-public-grid,
.cm-hotels-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: center;
    gap: 48px;
}

.cm-split > *,
.cm-booking-grid > *,
.cm-public-grid > *,
.cm-hotels-grid > * {
    min-width: 0;
}


/* ==========================================
   IMÁGENES
   ========================================== */

.cm-media-card {
    overflow: hidden;
    border-radius: var(--cm-radius);
    background: #e9eef1;
    box-shadow: var(--cm-shadow);
}

.cm-media-card img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    object-position: center;
}

.cm-media-tall img {
    aspect-ratio: 4 / 5;
    max-height: 510px;
}

.cm-public-image {
    margin: 24px 0;
}

.cm-public-image img {
    aspect-ratio: 4 / 3;
}


/* ==========================================
   SECCIÓN INFORMATIVA
   ========================================== */

.cm-copy-card p:last-child,
.cm-location-text p:last-child,
.cm-challenges-text p:last-child,
.cm-hotels-copy p:last-child {
    margin-bottom: 0;
}


/* ==========================================
   UBICACIÓN Y MAPA
   ========================================== */

.cm-location-container {
    color: #eaf8ff;
    background: linear-gradient(
        135deg,
        var(--cm-primary-dark),
        var(--cm-primary)
    );
}

.cm-location-text p {
    color: #edf9ff;
}

.cm-map-wrapper {
    overflow: hidden;
    border: 5px solid rgba(255, 255, 255, 0.16);
    border-radius: var(--cm-radius);
    background: var(--cm-white);
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.18);
    line-height: 0;
}

.cm-map-wrapper iframe {
    display: block;
    width: 100%;
    height: 370px;
    border: 0;
}


/* ==========================================
   ACCESO AL COMPLEJO
   ========================================== */

.cm-access-box {
    display: grid;
    grid-template-columns: 70px minmax(0, 1fr);
    align-items: start;
    gap: 25px;
    padding: 34px;
    border: 1px solid var(--cm-border);
    border-radius: var(--cm-radius);
    background: var(--cm-white);
    box-shadow: var(--cm-shadow);
}

.cm-access-icon {
    display: grid;
    place-items: center;
    width: 64px;
    height: 64px;
    border-radius: 15px;
    color: var(--cm-white);
    background: var(--cm-primary);
    font-size: 1.45rem;
}

.cm-access-copy .cm-section-title {
    margin-bottom: 16px;
}


/* ==========================================
   NOTAS Y DESTACADOS
   ========================================== */

.cm-note,
.cm-route-highlight,
.cm-warning-text {
    margin-top: 22px;
    margin-bottom: 0;
    padding: 15px 18px;
    border-left: 4px solid var(--cm-primary);
    border-radius: 0 10px 10px 0;
    color: var(--cm-heading);
    background: #edf8fd;
    font-size: 0.94rem;
    line-height: 1.6;
    font-weight: 700;
}

.cm-warning-text {
    border-left-color: var(--cm-warning-border);
    background: var(--cm-warning);
}


/* ==========================================
   INTRODUCCIÓN DE ORÍGENES
   ========================================== */

.cm-origins-intro {
    padding-bottom: 48px;
    text-align: center;
}

.cm-origins-intro p {
    max-width: 790px;
    margin-right: auto;
    margin-left: auto;
}


/* ==========================================
   RUTAS DESDE CADA ORIGEN
   ========================================== */

.cm-routes-section {
    padding: 0 0 68px;
    background: var(--cm-white);
}

.cm-route-card {
    scroll-margin-top: 100px;
    margin-bottom: 28px;
    padding: 34px;
    border: 1px solid var(--cm-border);
    border-radius: 18px;
    background: var(--cm-white);
    box-shadow: 0 9px 26px rgba(24, 34, 44, 0.06);
}

.cm-route-card:last-child {
    margin-bottom: 0;
}

.cm-route-featured {
    border: 2px solid rgba(0, 136, 204, 0.35);
    box-shadow: 0 12px 30px rgba(0, 136, 204, 0.1);
}

.cm-route-heading {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 16px;
}

.cm-route-number {
    display: grid;
    place-items: center;
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    border-radius: 13px;
    color: var(--cm-primary);
    background: var(--cm-primary-soft);
    font-size: 0.9rem;
    font-weight: 900;
}

.cm-route-intro {
    max-width: 920px;
    margin-bottom: 24px !important;
}

.cm-option-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 1fr;
    gap: 16px;
}

.cm-option-grid-three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.cm-option-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    height: 100%;
    padding: 22px;
    border: 1px solid var(--cm-border);
    border-radius: 14px;
    background: #fbfdfe;
}

.cm-option-card > i {
    margin-bottom: 14px;
    color: var(--cm-primary);
    font-size: 1.35rem;
}

.cm-option-card h3 {
    margin: 0 0 9px;
    color: var(--cm-heading);
    font-size: 1rem;
}

.cm-option-card p {
    flex: 1;
    margin: 0;
    font-size: 0.91rem;
    line-height: 1.6;
}

.cm-option-muted {
    background: #f5f6f7;
}

.cm-option-recommended {
    border: 2px solid var(--cm-primary);
    background: #f2fbff;
}


/* ==========================================
   RETOS DEL TRANSPORTE
   ========================================== */

.cm-challenges-container,
.cm-public-transport-section,
.cm-hotels-section {
    background: var(--cm-background);
}

.cm-challenges-grid {
    align-items: center;
}

.cm-detail-list {
    display: grid;
    gap: 15px;
    margin: 26px 0;
}

.cm-detail-item {
    display: grid;
    grid-template-columns: 40px minmax(0, 1fr);
    align-items: start;
    gap: 13px;
}

.cm-detail-item p {
    margin: 0;
}

.cm-detail-icon {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    border-radius: 10px;
    color: var(--cm-primary);
    background: #e3f4fb;
    font-size: 0.95rem;
}


/* ==========================================
   FONDOS AZULE
   ========================================== */

.cm-comparison-section,
.cm-taxi-apps-full,
.cm-conclusion-section {
    color: #eaf8ff;
    background: linear-gradient(
        135deg,
        #00618e,
        var(--cm-primary)
    );
}


/* ==========================================
   COMPARATIVA
   ========================================== */

.cm-comparison-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: stretch;
    gap: 20px;
}

.cm-comparison-card {
    display: flex;
    flex-direction: column;
    min-width: 0;
    padding: 28px;
    border-radius: var(--cm-radius);
    color: var(--cm-text);
    background: var(--cm-white);
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.14);
}

.cm-comparison-card-main {
    border: 3px solid #f2c557;
}

.cm-comparison-icon {
    display: grid;
    place-items: center;
    width: 50px;
    height: 50px;
    margin-bottom: 17px;
    border-radius: 13px;
    color: var(--cm-white);
    background: var(--cm-primary);
    font-size: 1.25rem;
}

.cm-comparison-card h3 {
    margin: 0 0 14px;
    color: var(--cm-heading);
    font-size: 1.15rem;
}

.cm-comparison-card ul {
    flex: 1;
    margin: 0 0 22px;
    padding-left: 19px;
}

.cm-comparison-card li {
    margin-bottom: 7px;
    font-size: 0.93rem;
}


/* ==========================================
   BOTONES
   ========================================== */

.cm-btn-primary,
.cm-btn-final {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    border-radius: 50px;
    text-align: center;
    text-decoration: none;
    font-size: 0.94rem;
    font-weight: 800;
    transition:
        transform 0.2s ease,
        background 0.2s ease;
}

.cm-btn-primary {
    padding: 12px 20px;
    color: var(--cm-white);
    background: var(--cm-primary);
}

.cm-btn-primary:hover,
.cm-btn-final:hover {
    transform: translateY(-2px);
}

.cm-btn-primary:focus-visible,
.cm-btn-final:focus-visible,
.cm-origin-nav a:focus-visible,
.cm-faq-item summary:focus-visible {
    outline: 3px solid rgba(0, 136, 204, 0.25);
    outline-offset: 3px;
}


/* ==========================================
   TRANSPORTE PRIVADO Y RESERVACIÓN
   ========================================== */

.cm-booking-section {
    background: var(--cm-white);
}

.cm-booking-grid {
    align-items: start;
}

.cm-booking-copy {
    padding-top: 5px;
}

.cm-benefits-list {
    display: grid;
    gap: 14px;
    margin: 25px 0;
    padding: 0;
    list-style: none;
}

.cm-benefits-list li {
    position: relative;
    padding-left: 32px;
}

.cm-benefits-list li::before {
    content: "✓";
    position: absolute;
    top: 1px;
    left: 0;
    display: grid;
    place-items: center;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    color: var(--cm-white);
    background: var(--cm-primary);
    font-size: 0.74rem;
    font-weight: 900;
}

.cm-benefits-list strong,
.cm-benefits-list span {
    display: block;
}

.cm-benefits-list strong {
    margin-bottom: 2px;
    color: var(--cm-heading);
}

.cm-benefits-list span {
    font-size: 0.94rem;
}

.cm-iframe-container {
    overflow: hidden;
    width: 100%;
    height: 500px;
   /* border: 1px solid var(--cm-border);
    border-radius: var(--cm-radius);
    background: #000000;
    box-shadow: var(--cm-shadow);*/
}

.cm-iframe-container iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
}


/* ==========================================
   TAXIS Y APLICACIONES
   ========================================== */

.cm-two-card-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
    gap: 20px;
}

.cm-dark-card,
.cm-disclaimer-box {
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: var(--cm-radius);
    background: rgba(0, 0, 0, 0.11);
}

.cm-dark-card {
    min-width: 0;
    padding: 28px;
}

.cm-dark-card-icon {
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    margin-bottom: 16px;
    border-radius: 13px;
    color: var(--cm-primary-dark);
    background: var(--cm-white);
    font-size: 1.2rem;
}

.cm-dark-card h3,
.cm-disclaimer-box h3 {
    margin: 0 0 15px;
    color: var(--cm-white);
    font-size: 1.15rem;
}

.cm-dark-card p,
.cm-disclaimer-box p,
.cm-disclaimer-box li {
    color: #edf9ff;
}

.cm-dark-card p:last-child {
    margin-bottom: 0;
}

.cm-dark-card strong,
.cm-disclaimer-box strong {
    color: #ffe29a;
}

.cm-disclaimer-box {
    max-width: 900px;
    margin: 24px auto 0;
    padding: 28px;
}

.cm-disclaimer-box ul {
    margin: 18px 0;
    padding-left: 20px;
}

.cm-final-verdict {
    margin-bottom: 0 !important;
    padding-top: 18px;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
}


/* ==========================================
   PLAYA EXPRESS Y TRANSPORTE COLECTIVO
   ========================================== */

.cm-public-grid {
    align-items: start;
}

.cm-steps-panel {
    padding: 30px;
    border: 1px solid var(--cm-border);
    border-radius: var(--cm-radius);
    background: var(--cm-white);
    box-shadow: var(--cm-shadow);
}

.cm-step {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 14px;
    margin-bottom: 22px;
    padding-bottom: 22px;
    border-bottom: 1px solid var(--cm-border);
}

.cm-step:last-of-type {
    margin-bottom: 20px;
}

.cm-step-number {
    display: grid;
    place-items: center;
    width: 36px;
    height: 36px;
    border-radius: 10px;
    color: var(--cm-white);
    background: var(--cm-primary);
    font-size: 0.9rem;
    font-weight: 900;
}

.cm-step h3 {
    margin: 3px 0 8px;
    color: var(--cm-heading);
    font-size: 1rem;
}

.cm-step p,
.cm-step ul {
    margin-bottom: 0;
    font-size: 0.92rem;
}

.cm-total-time {
    padding: 20px;
    border-radius: 13px;
    color: var(--cm-white);
    background: var(--cm-primary);
}

.cm-total-time h3 {
    margin: 0 0 7px;
    color: var(--cm-white);
    font-size: 0.92rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.cm-total-time p {
    margin: 0;
    color: var(--cm-white);
    font-size: 0.94rem;
}


/* ==========================================
   ADO
   ========================================== */

.cm-ado-section {
    background: var(--cm-white);
}

.cm-ado-box {
    padding: 36px;
    border: 1px solid var(--cm-border);
    border-radius: 18px;
    background: #fbfdfe;
    text-align: left;
    box-shadow: 0 8px 24px rgba(24, 34, 44, 0.05);
}

.cm-ado-icon {
    display: grid;
    place-items: center;
    width: 58px;
    height: 58px;
    margin: 0 auto 20px;
    border-radius: 15px;
    color: var(--cm-white);
    background: var(--cm-primary);
    font-size: 1.45rem;
}

.cm-ado-box .cm-section-title {
    text-align: center;
}

.cm-ado-box p:last-child {
    margin-bottom: 0;
}


/* ==========================================
   HOTELES
   ========================================== */

.cm-hotels-grid {
    align-items: center;
}

.cm-hotels-list {
    columns: 2;
    column-gap: 28px;
    margin: 18px 0 22px;
    padding-left: 20px;
}

.cm-hotels-list li {
    break-inside: avoid;
    margin-bottom: 8px;
}


/* ==========================================
   PREGUNTAS FRECUENTES
   ========================================== */

.cm-faq-section {
    background: var(--cm-white);
}

.cm-faq-list {
    display: grid;
    gap: 11px;
}

.cm-faq-item {
    overflow: hidden;
    border: 1px solid var(--cm-border);
    border-radius: 12px;
    background: #fbfdfe;
}

.cm-faq-item summary {
    position: relative;
    padding: 17px 50px 17px 20px;
    color: var(--cm-heading);
    cursor: pointer;
    font-size: 0.96rem;
    font-weight: 800;
    list-style: none;
}

.cm-faq-item summary::-webkit-details-marker {
    display: none;
}

.cm-faq-item summary::after {
    content: "+";
    position: absolute;
    top: 50%;
    right: 20px;
    color: var(--cm-primary);
    font-size: 1.3rem;
    transform: translateY(-50%);
}

.cm-faq-item[open] summary::after {
    content: "−";
}

.cm-faq-item p {
    margin: 0;
    padding: 0 20px 18px;
    font-size: 0.93rem;
}


/* ==========================================
   CONCLUSIÓN
   ========================================== */

.cm-conclusion-section {
    padding: 68px 0 45px;
    text-align: center;
}

.cm-conclusion-section p {
    max-width: 800px;
    margin-right: auto;
    margin-left: auto;
    color: #edf9ff;
}

.cm-btn-final {
    margin-top: 12px;
    padding: 14px 27px;
    color: var(--cm-primary-dark);
    background: var(--cm-white);
}

.cm-seo-tags-block {
    margin-top: 44px;
    padding-top: 21px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    text-align: left;
}

.cm-seo-tags-block p {
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.68);
    font-size: 0.78rem;
    line-height: 1.55;
}


/* ==========================================
   TABLET
   ========================================== */

@media (max-width: 960px) {

    .cm-section {
        padding: 56px 0;
    }

    .cm-split,
    .cm-booking-grid,
    .cm-public-grid,
    .cm-hotels-grid {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .cm-media-card {
        max-width: 680px;
        margin-right: auto;
        margin-left: auto;
    }

    .cm-media-tall {
        max-width: 520px;
    }

    .cm-location-text,
    .cm-public-copy,
    .cm-hotels-copy {
        max-width: 760px;
        margin-right: auto;
        margin-left: auto;
    }

    .cm-option-grid,
    .cm-option-grid-three {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .cm-comparison-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .cm-comparison-card-main {
        grid-column: 1 / -1;
    }

    .cm-booking-copy {
        max-width: 760px;
    }

    .cm-iframe-container {
        max-width: 600px;
        height: 520px;
        margin-right: auto;
        margin-left: auto;
    }
}


/* ==========================================
   MÓVIL
   ========================================== */

@media (max-width: 640px) {

    .cm-page {
        font-size: 15px;
    }

    .cm-wrapper {
        width: calc(100% - 28px);
    }

    .cm-section {
        padding: 44px 0;
    }

    .cm-main-title {
        margin-bottom: 19px;
        font-size: 1.75rem;
        line-height: 1.18;
    }

    .cm-section-title,
    .cm-conclusion-title {
        margin-bottom: 16px;
        font-size: 1.4rem;
    }

    .cm-route-card h2 {
        font-size: 1.24rem;
    }

    .cm-page h3 {
        font-size: 1rem;
    }

    .cm-hero-container {
        padding: 54px 0 42px;
    }

    .cm-hero-copy {
        font-size: 0.96rem;
    }

    .cm-hero-highlight {
        font-size: 1rem;
    }

    .cm-origin-nav {
        display: grid;
        grid-template-columns: 1fr;
        gap: 8px;
        margin-top: 24px;
    }

    .cm-origin-nav a {
        width: 100%;
    }

    .cm-map-wrapper iframe {
        height: 300px;
    }

    .cm-access-box {
        grid-template-columns: 1fr;
        gap: 17px;
        padding: 24px;
    }

    .cm-access-icon {
        width: 52px;
        height: 52px;
        font-size: 1.2rem;
    }

    .cm-origins-intro {
        padding-bottom: 36px;
    }

    .cm-routes-section {
        padding-bottom: 44px;
    }

    .cm-route-card {
        margin-bottom: 20px;
        padding: 22px;
        border-radius: 15px;
    }

    .cm-route-heading {
        align-items: flex-start;
        gap: 12px;
    }

    .cm-route-number {
        flex-basis: 42px;
        width: 42px;
        height: 42px;
        border-radius: 11px;
    }

    .cm-option-grid,
    .cm-option-grid-three,
    .cm-comparison-grid,
    .cm-two-card-grid {
        grid-template-columns: 1fr;
    }

    .cm-option-card {
        padding: 19px;
    }

    .cm-comparison-card-main {
        grid-column: auto;
    }

    .cm-comparison-card,
    .cm-dark-card,
    .cm-disclaimer-box,
    .cm-steps-panel,
    .cm-ado-box {
        padding: 22px;
    }

    .cm-comparison-card {
        border-radius: 14px;
    }

    .cm-section-heading {
        margin-bottom: 28px;
    }

    .cm-detail-item {
        grid-template-columns: 36px minmax(0, 1fr);
    }

    .cm-detail-icon {
        width: 34px;
        height: 34px;
    }

    .cm-iframe-container {
        height: 550px;
        border-radius: 14px;
    }

    .cm-step {
        grid-template-columns: 34px minmax(0, 1fr);
        gap: 11px;
    }

    .cm-step-number {
        width: 32px;
        height: 32px;
    }

    .cm-hotels-list {
        columns: 1;
    }

    .cm-media-card img,
    .cm-media-tall img {
        min-height: 0;
        max-height: none;
        aspect-ratio: 4 / 3;
    }

    .cm-note,
    .cm-route-highlight,
    .cm-warning-text {
        padding: 14px 15px;
        font-size: 0.9rem;
    }

    .cm-conclusion-section {
        padding: 48px 0 36px;
    }

    .cm-seo-tags-block {
        margin-top: 35px;
    }
}