.tm-reservas {
    --tm-bg: #f7fbfb;
    --tm-surface: #FFFFFF;
    --tm-surface-soft: #F6FAFB;
    --tm-ink: #091A28;
    --tm-navy: #102335;
    --tm-muted: #60717D;
    --tm-line: #DCE8EA;
    --tm-accent: #20A6BD;
    --tm-accent-dark: #187A8C;
    --tm-sand: #D3A359;
    color: var(--tm-ink);
    font-family: "Montserrat", inherit;
}

/* v0.3.191: Catálogo dinámico de rutas. */
.tm-routes-catalog {
    --tm-catalog-navy: #102335;
    --tm-catalog-navy-deep: #081725;
    --tm-catalog-blue: #173f58;
    --tm-catalog-turquoise: #25b9d0;
    --tm-catalog-turquoise-dark: #1593aa;
    --tm-catalog-sand: #d5a257;
    --tm-catalog-cream: #fbf6ef;
    --tm-catalog-ink: #102335;
    --tm-catalog-muted: #627786;
    --tm-catalog-line: rgba(16, 35, 53, .12);
    box-sizing: border-box;
    color: var(--tm-catalog-ink);
    display: block;
    font-family: "Montserrat", system-ui, sans-serif;
    margin: 0;
    max-width: none;
    overflow: clip;
    width: 100%;
}

.tm-routes-catalog *,
.tm-routes-catalog *::before,
.tm-routes-catalog *::after {
    box-sizing: border-box;
}

.tm-routes-catalog h1,
.tm-routes-catalog h2,
.tm-routes-catalog h3,
.tm-routes-catalog p,
.tm-routes-catalog dl,
.tm-routes-catalog dd,
.tm-routes-catalog figure {
    margin-top: 0;
}

.tm-routes-catalog h1,
.tm-routes-catalog h2 {
    color: var(--tm-catalog-navy);
    font-family: "Cinzel", Georgia, serif;
    font-weight: 600;
    letter-spacing: -.025em;
    text-wrap: balance;
}

.tm-routes-catalog-eyebrow {
    color: var(--tm-catalog-sand);
    display: inline-flex;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .13em;
    line-height: 1.3;
    text-transform: uppercase;
}

.tm-routes-catalog-hero,
.tm-routes-catalog-value,
.tm-routes-catalog-gallery,
.tm-routes-catalog-choice,
.tm-routes-catalog-faq {
    margin-left: auto;
    margin-right: auto;
    max-width: 1480px;
    width: calc(100% - 48px);
}

.tm-routes-catalog-hero {
    align-items: center;
    background:
        radial-gradient(circle at 86% 12%, rgba(37, 185, 208, .25), transparent 25%),
        linear-gradient(135deg, var(--tm-catalog-navy-deep), var(--tm-catalog-blue));
    border-radius: 0 0 38px 38px;
    display: grid;
    gap: clamp(32px, 5vw, 78px);
    grid-template-columns: minmax(0, .96fr) minmax(500px, 1.04fr);
    max-width: 1600px;
    min-height: min(720px, calc(100vh - 110px));
    overflow: hidden;
    padding: clamp(54px, 7vw, 104px) clamp(30px, 6vw, 92px);
    position: relative;
    width: calc(100% - 24px);
}

.tm-routes-catalog-hero::before {
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 50%;
    content: "";
    height: 420px;
    left: -180px;
    pointer-events: none;
    position: absolute;
    top: -240px;
    width: 420px;
}

.tm-routes-catalog-hero-copy,
.tm-routes-catalog-hero-visual {
    min-width: 0;
    position: relative;
    z-index: 1;
}

.tm-routes-catalog-hero h1 {
    color: #fff;
    font-size: clamp(42px, 4.5vw, 72px);
    line-height: 1.04;
    margin: 16px 0 22px;
    max-width: 820px;
}

.tm-routes-catalog-hero-copy > p {
    color: rgba(255, 255, 255, .82);
    font-size: clamp(17px, 1.5vw, 21px);
    line-height: 1.7;
    margin-bottom: 30px;
    max-width: 690px;
}

.tm-routes-catalog-hero-actions,
.tm-route-catalog-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.tm-routes-catalog .tm-routes-catalog-button {
    align-items: center;
    border: 1px solid transparent;
    border-radius: 999px;
    display: inline-flex;
    font-family: "Montserrat", system-ui, sans-serif;
    font-size: 14px;
    font-weight: 800;
    gap: 10px;
    justify-content: center;
    line-height: 1.2;
    min-height: 52px;
    padding: 14px 24px;
    text-decoration: none;
    transition: background-color .2s ease, border-color .2s ease, color .2s ease, transform .2s ease;
}

.tm-routes-catalog .tm-routes-catalog-button:hover,
.tm-routes-catalog .tm-routes-catalog-button:focus-visible {
    transform: translateY(-2px);
}

.tm-routes-catalog .tm-routes-catalog-button.is-primary {
    background: var(--tm-catalog-turquoise);
    color: var(--tm-catalog-navy-deep);
}

.tm-routes-catalog .tm-routes-catalog-button.is-primary:hover,
.tm-routes-catalog .tm-routes-catalog-button.is-primary:focus-visible {
    background: #64d4e4;
}

.tm-routes-catalog .tm-routes-catalog-button.is-secondary {
    background: rgba(255, 255, 255, .06);
    border-color: rgba(255, 255, 255, .28);
    color: #fff;
}

.tm-routes-catalog .tm-routes-catalog-button.is-secondary:hover,
.tm-routes-catalog .tm-routes-catalog-button.is-secondary:focus-visible {
    background: rgba(255, 255, 255, .14);
    border-color: rgba(255, 255, 255, .46);
}

.tm-routes-catalog .tm-routes-catalog-button.is-compact {
    background: transparent;
    border-color: var(--tm-catalog-line);
    color: var(--tm-catalog-navy);
    min-height: 46px;
    padding: 11px 18px;
}

.tm-routes-catalog .tm-routes-catalog-button.is-compact:hover,
.tm-routes-catalog .tm-routes-catalog-button.is-compact:focus-visible {
    border-color: var(--tm-catalog-turquoise-dark);
    color: var(--tm-catalog-turquoise-dark);
}

.tm-routes-catalog-stats {
    border-top: 1px solid rgba(255, 255, 255, .16);
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 38px 0 0;
    padding-top: 24px;
}

.tm-routes-catalog-stats div {
    min-width: 0;
}

.tm-routes-catalog-stats dt {
    color: #fff;
    font-family: "Cinzel", Georgia, serif;
    font-size: clamp(22px, 2.3vw, 34px);
    font-weight: 700;
    line-height: 1.1;
}

.tm-routes-catalog-stats dd {
    color: rgba(255, 255, 255, .64);
    font-size: 12px;
    font-weight: 700;
    margin: 7px 0 0;
    text-transform: uppercase;
}

.tm-routes-catalog-hero-visual {
    display: grid;
    gap: 14px;
    grid-template-columns: 1.35fr .8fr;
    grid-template-rows: repeat(2, minmax(180px, 1fr));
    min-height: 510px;
}

.tm-routes-catalog-hero-shot {
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 26px;
    color: #fff;
    min-height: 0;
    overflow: hidden;
    position: relative;
}

.tm-routes-catalog-hero-shot::after,
.tm-route-catalog-media::after {
    background: linear-gradient(180deg, transparent 38%, rgba(5, 20, 32, .82) 100%);
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
}

.tm-routes-catalog-hero-shot.is-shot-1 {
    grid-row: 1 / span 2;
}

.tm-routes-catalog-hero-shot img,
.tm-route-catalog-media img {
    height: 100%;
    object-fit: cover;
    transition: transform .65s cubic-bezier(.2, .75, .25, 1);
    width: 100%;
}

.tm-routes-catalog-hero-shot:hover img,
.tm-route-catalog-card:hover .tm-route-catalog-media img {
    transform: scale(1.045);
}

.tm-routes-catalog-hero-shot > span {
    bottom: 22px;
    font-size: 16px;
    font-weight: 800;
    left: 22px;
    line-height: 1.25;
    max-width: calc(100% - 44px);
    position: absolute;
    z-index: 2;
}

.tm-routes-catalog-value {
    padding: clamp(82px, 9vw, 132px) 0 clamp(66px, 8vw, 112px);
}

.tm-routes-catalog-value > header {
    max-width: 920px;
}

.tm-routes-catalog-value h2,
.tm-routes-catalog-gallery h2,
.tm-routes-catalog-choice h2,
.tm-routes-catalog-faq h2 {
    font-size: clamp(34px, 4vw, 58px);
    line-height: 1.08;
    margin: 14px 0 18px;
}

.tm-routes-catalog-value > header > p,
.tm-routes-catalog-gallery-header > div > p,
.tm-routes-catalog-faq header > p {
    color: var(--tm-catalog-muted);
    font-size: 17px;
    line-height: 1.75;
    max-width: 900px;
}

.tm-routes-catalog-value-grid {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 42px;
}

.tm-routes-catalog-value-grid article {
    background: var(--tm-catalog-cream);
    border: 1px solid rgba(213, 162, 87, .28);
    border-radius: 22px;
    min-height: 220px;
    padding: 30px;
}

.tm-routes-catalog-value-grid article > span {
    color: var(--tm-catalog-sand);
    display: block;
    font-family: "Cinzel", Georgia, serif;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 34px;
}

.tm-routes-catalog-value-grid h3 {
    color: var(--tm-catalog-navy);
    font-size: 21px;
    margin-bottom: 10px;
}

.tm-routes-catalog-value-grid p {
    color: var(--tm-catalog-muted);
    line-height: 1.65;
    margin-bottom: 0;
}

.tm-routes-catalog-gallery {
    scroll-margin-top: 100px;
    padding-bottom: clamp(80px, 9vw, 132px);
}

.tm-routes-catalog-gallery-header {
    align-items: end;
    display: grid;
    gap: 30px;
    grid-template-columns: minmax(0, 1fr) auto;
    margin-bottom: 16px;
}

.tm-routes-catalog-filter {
    background: #f2f6f7;
    border: 1px solid var(--tm-catalog-line);
    border-radius: 999px;
    display: flex;
    gap: 4px;
    padding: 5px;
}

.tm-routes-catalog-filter button {
    align-items: center;
    background: transparent;
    border: 0;
    border-radius: 999px;
    color: var(--tm-catalog-muted);
    cursor: pointer;
    display: inline-flex;
    font-family: inherit;
    font-size: 13px;
    font-weight: 800;
    gap: 7px;
    min-height: 44px;
    padding: 10px 15px;
    white-space: nowrap;
}

.tm-routes-catalog-filter button span {
    align-items: center;
    background: rgba(16, 35, 53, .08);
    border-radius: 999px;
    display: inline-flex;
    font-size: 10px;
    height: 22px;
    justify-content: center;
    min-width: 22px;
    padding: 0 6px;
}

.tm-routes-catalog-filter button.is-active,
.tm-routes-catalog-filter button[aria-pressed="true"] {
    background: var(--tm-catalog-navy);
    color: #fff;
}

.tm-routes-catalog-filter button.is-active span,
.tm-routes-catalog-filter button[aria-pressed="true"] span {
    background: rgba(255, 255, 255, .16);
}

.tm-routes-catalog-results {
    color: var(--tm-catalog-muted);
    font-size: 13px;
    font-weight: 700;
    margin: 22px 0;
}

.tm-routes-catalog-grid {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.tm-route-catalog-card {
    background: #fff;
    border: 1px solid var(--tm-catalog-line);
    border-radius: 26px;
    box-shadow: 0 18px 46px rgba(16, 35, 53, .07);
    display: flex;
    flex-direction: column;
    min-width: 0;
    overflow: hidden;
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.tm-route-catalog-card:hover {
    border-color: rgba(37, 185, 208, .5);
    box-shadow: 0 22px 56px rgba(16, 35, 53, .11);
    transform: translateY(-4px);
}

.tm-route-catalog-card[hidden] {
    display: none !important;
}

.tm-route-catalog-media {
    aspect-ratio: 16 / 10;
    background: var(--tm-catalog-navy);
    display: block;
    overflow: hidden;
    position: relative;
}

.tm-route-catalog-image-fallback {
    align-items: center;
    color: rgba(255, 255, 255, .78);
    display: flex;
    font-family: "Cinzel", Georgia, serif;
    height: 100%;
    justify-content: center;
    letter-spacing: .08em;
}

.tm-route-catalog-kind {
    background: rgba(8, 23, 37, .78);
    border: 1px solid rgba(255, 255, 255, .28);
    border-radius: 999px;
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    left: 18px;
    padding: 8px 12px;
    position: absolute;
    text-transform: uppercase;
    top: 18px;
    z-index: 2;
}

.tm-route-catalog-media-price {
    bottom: 18px;
    color: #fff;
    display: flex;
    flex-direction: column;
    position: absolute;
    right: 18px;
    text-align: right;
    z-index: 2;
}

.tm-route-catalog-media-price small {
    color: rgba(255, 255, 255, .72);
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
}

.tm-route-catalog-media-price strong {
    font-family: "Cinzel", Georgia, serif;
    font-size: 24px;
    line-height: 1.1;
}

.tm-route-catalog-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 25px;
}

.tm-route-catalog-path {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: var(--tm-catalog-turquoise-dark);
    display: -webkit-box;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .025em;
    line-height: 1.45;
    margin-bottom: 12px;
    min-height: 32px;
    overflow: hidden;
    text-transform: uppercase;
}

.tm-route-catalog-body h3 {
    font-family: "Montserrat", system-ui, sans-serif;
    font-size: clamp(22px, 2vw, 28px);
    line-height: 1.12;
    margin-bottom: 13px;
}

.tm-route-catalog-body h3 a {
    color: var(--tm-catalog-navy);
    text-decoration: none;
}

.tm-route-catalog-summary {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    color: var(--tm-catalog-muted);
    display: -webkit-box;
    font-size: 14px;
    line-height: 1.65;
    margin-bottom: 20px;
    min-height: 69px;
    overflow: hidden;
}

.tm-route-catalog-features {
    border-bottom: 1px solid var(--tm-catalog-line);
    border-top: 1px solid var(--tm-catalog-line);
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 0 0 21px;
    padding: 16px 0;
}

.tm-route-catalog-features div + div {
    border-left: 1px solid var(--tm-catalog-line);
    padding-left: 14px;
}

.tm-route-catalog-features dt,
.tm-route-catalog-price span {
    color: var(--tm-catalog-muted);
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
}

.tm-route-catalog-features dd {
    color: var(--tm-catalog-navy);
    font-size: 12px;
    font-weight: 800;
    line-height: 1.4;
    margin: 5px 0 0;
}

.tm-route-catalog-footer {
    margin-top: auto;
}

.tm-route-catalog-price {
    align-items: baseline;
    display: flex;
    flex-wrap: wrap;
    gap: 4px 8px;
    margin-bottom: 17px;
}

.tm-route-catalog-price span {
    flex-basis: 100%;
}

.tm-route-catalog-price strong {
    color: var(--tm-catalog-navy);
    font-family: "Cinzel", Georgia, serif;
    font-size: 27px;
}

.tm-route-catalog-price small {
    color: var(--tm-catalog-muted);
    font-size: 10px;
    font-weight: 800;
}

.tm-route-catalog-actions .tm-routes-catalog-button.is-primary {
    flex: 1;
}

.tm-routes-catalog-empty {
    background: var(--tm-catalog-cream);
    border: 1px dashed var(--tm-catalog-sand);
    border-radius: 22px;
    padding: 38px;
    text-align: center;
}

.tm-routes-catalog-choice {
    align-items: center;
    background: linear-gradient(135deg, var(--tm-catalog-navy-deep), var(--tm-catalog-blue));
    border-radius: 32px;
    color: #fff;
    display: grid;
    gap: clamp(30px, 6vw, 90px);
    grid-template-columns: minmax(0, 1.05fr) minmax(300px, .75fr);
    margin-bottom: clamp(80px, 9vw, 132px);
    padding: clamp(38px, 6vw, 78px);
}

.tm-routes-catalog-choice h2 {
    color: #fff;
    margin-bottom: 0;
}

.tm-routes-catalog-choice p {
    color: rgba(255, 255, 255, .78);
    font-size: 17px;
    line-height: 1.75;
    margin-bottom: 24px;
}

.tm-routes-catalog-faq {
    display: grid;
    gap: clamp(38px, 6vw, 84px);
    grid-template-columns: minmax(280px, .68fr) minmax(0, 1fr);
    padding-bottom: clamp(80px, 9vw, 132px);
}

.tm-routes-catalog-faq header {
    align-self: start;
    position: sticky;
    top: 110px;
}

.tm-routes-catalog-faq header a {
    color: var(--tm-catalog-turquoise-dark);
}

.tm-routes-catalog-faq-list {
    display: grid;
    gap: 10px;
}

.tm-routes-catalog-faq-list details {
    border: 1px solid var(--tm-catalog-line);
    border-radius: 17px;
    overflow: hidden;
}

.tm-routes-catalog-faq-list summary {
    align-items: center;
    color: var(--tm-catalog-navy);
    cursor: pointer;
    display: flex;
    font-size: 15px;
    font-weight: 800;
    gap: 14px;
    justify-content: space-between;
    list-style: none;
    min-height: 66px;
    padding: 17px 20px;
}

.tm-routes-catalog-faq-list summary::-webkit-details-marker {
    display: none;
}

.tm-routes-catalog-faq-list summary span {
    align-items: center;
    background: #eef8fa;
    border-radius: 50%;
    color: var(--tm-catalog-turquoise-dark);
    display: inline-flex;
    flex: 0 0 30px;
    font-size: 20px;
    height: 30px;
    justify-content: center;
    transition: transform .2s ease;
}

.tm-routes-catalog-faq-list details[open] summary span {
    transform: rotate(45deg);
}

.tm-routes-catalog-faq-list details p {
    color: var(--tm-catalog-muted);
    line-height: 1.7;
    margin: 0;
    padding: 0 20px 22px;
}

@media (max-width: 1120px) {
    .tm-routes-catalog-hero {
        grid-template-columns: minmax(0, 1fr) minmax(390px, .82fr);
    }

    .tm-routes-catalog-hero-visual {
        min-height: 440px;
    }

    .tm-routes-catalog-gallery-header {
        align-items: start;
        grid-template-columns: 1fr;
    }

    .tm-routes-catalog-filter {
        justify-self: start;
    }

    .tm-routes-catalog-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 820px) {
    .tm-routes-catalog-hero,
    .tm-routes-catalog-choice,
    .tm-routes-catalog-faq {
        grid-template-columns: 1fr;
    }

    .tm-routes-catalog-hero {
        padding-top: 58px;
    }

    .tm-routes-catalog-hero-visual {
        min-height: 420px;
    }

    .tm-routes-catalog-faq header {
        position: static;
    }
}

@media (max-width: 680px) {
    .tm-routes-catalog-hero,
    .tm-routes-catalog-value,
    .tm-routes-catalog-gallery,
    .tm-routes-catalog-choice,
    .tm-routes-catalog-faq {
        width: calc(100% - 24px);
    }

    .tm-routes-catalog-hero {
        border-radius: 0 0 26px 26px;
        gap: 36px;
        min-height: 0;
        padding: 46px 20px 24px;
    }

    .tm-routes-catalog-hero h1 {
        font-size: clamp(34px, 10.5vw, 45px);
        line-height: 1.06;
    }

    .tm-routes-catalog-hero-copy > p {
        font-size: 16px;
        line-height: 1.62;
    }

    .tm-routes-catalog-hero-actions .tm-routes-catalog-button {
        width: 100%;
    }

    .tm-routes-catalog-stats {
        gap: 10px;
    }

    .tm-routes-catalog-stats dt {
        font-size: 20px;
    }

    .tm-routes-catalog-stats dd {
        font-size: 9px;
    }

    .tm-routes-catalog-hero-visual {
        gap: 8px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-template-rows: 250px 130px;
        min-height: 0;
    }

    .tm-routes-catalog-hero-shot.is-shot-1 {
        grid-column: 1 / -1;
        grid-row: auto;
    }

    .tm-routes-catalog-hero-shot {
        border-radius: 18px;
    }

    .tm-routes-catalog-hero-shot > span {
        bottom: 14px;
        font-size: 13px;
        left: 14px;
    }

    .tm-routes-catalog-value {
        padding-top: 78px;
    }

    .tm-routes-catalog-value h2,
    .tm-routes-catalog-gallery h2,
    .tm-routes-catalog-choice h2,
    .tm-routes-catalog-faq h2 {
        font-size: clamp(30px, 9vw, 40px);
    }

    .tm-routes-catalog-value-grid,
    .tm-routes-catalog-grid {
        grid-template-columns: 1fr;
    }

    .tm-routes-catalog-value-grid article {
        min-height: 0;
    }

    .tm-routes-catalog-filter {
        border-radius: 16px;
        justify-content: flex-start;
        max-width: 100%;
        overflow-x: auto;
        width: 100%;
    }

    .tm-route-catalog-media {
        aspect-ratio: 4 / 3;
    }

    .tm-route-catalog-body {
        padding: 21px;
    }

    .tm-route-catalog-summary {
        min-height: 0;
    }

    .tm-route-catalog-actions .tm-routes-catalog-button {
        flex: 1 1 100%;
        width: 100%;
    }

    .tm-routes-catalog-choice {
        border-radius: 24px;
        padding: 34px 24px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .tm-routes-catalog *,
    .tm-routes-catalog *::before,
    .tm-routes-catalog *::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
    }
}

/* Portada 1073: componentes editoriales que permanecen editables en Elementor. */
.tm-home-hero-actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    margin-top: 20px;
}

.elementor-element-a1073c01 {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    margin-top: 20px;
}

.tm-home-hero-actions .elementor-button {
    border: 1px solid #27B7CB;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 900;
    min-height: 46px;
    padding: 12px 20px;
}

.elementor-element-a1073c01 .elementor-button {
    border: 1px solid #27B7CB;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 900;
    min-height: 46px;
    padding: 12px 20px;
}

.tm-home-hero-primary .elementor-button {
    background: #27B7CB;
    color: #082B49;
}

.elementor-element-a1073b01 .elementor-button {
    background: #27B7CB !important;
    border-color: #27B7CB !important;
    color: #082B49 !important;
}

.tm-home-hero-secondary .elementor-button {
    background: #fff;
    border-color: rgba(16, 35, 53, .2);
    color: #102335;
}

.elementor-element-a1073b02 .elementor-button {
    background: #fff !important;
    border-color: rgba(16, 35, 53, .2) !important;
    color: #102335 !important;
}

.tm-home-hero-actions .elementor-button:hover,
.tm-home-hero-actions .elementor-button:focus-visible,
.elementor-element-a1073c01 .elementor-button:hover,
.elementor-element-a1073c01 .elementor-button:focus-visible {
    background: #102335 !important;
    border-color: #102335 !important;
    color: #fff !important;
}

.tm-home-moments {
    margin: clamp(50px, 6vw, 82px) auto;
    max-width: 1240px;
}

.tm-home-moments > header {
    margin: 0 auto 26px;
    max-width: 820px;
    text-align: center;
}

.tm-home-moments > header > span,
.tm-home-owner-safety article > span {
    color: #D3A359;
    display: block;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .1em;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.tm-home-moments h2 {
    color: #102335;
    font-family: "Cinzel", Georgia, serif;
    font-size: clamp(30px, 3.6vw, 48px);
    line-height: 1.08;
    margin: 0 0 12px;
    text-wrap: balance;
}

.tm-home-moments > header p {
    color: #58707d;
    font-size: 16px;
    line-height: 1.65;
    margin: 0;
}

.tm-home-moments-grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.tm-home-moments-grid article {
    background: linear-gradient(180deg, #fff 0%, #f4f9fa 100%);
    border: 1px solid rgba(16, 35, 53, .12);
    border-radius: 22px;
    box-shadow: 0 14px 34px rgba(16, 35, 53, .08);
    padding: clamp(22px, 2.6vw, 32px);
    position: relative;
}

.tm-home-moments-grid article::before {
    background: linear-gradient(90deg, #D3A359, #27B7CB);
    border-radius: 22px 22px 0 0;
    content: "";
    height: 4px;
    inset: 0 0 auto;
    position: absolute;
}

.tm-home-moments-grid h3 {
    color: #102335;
    font-family: "Cinzel", Georgia, serif;
    font-size: 23px;
    line-height: 1.15;
    margin: 0 0 10px;
}

.tm-home-moments-grid p {
    color: #58707d;
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
}

.tm-home-owner-safety {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: clamp(46px, 5vw, 72px) auto;
    max-width: 1240px;
    text-align: left;
}

.tm-home-owner-safety article {
    border: 1px solid rgba(16, 35, 53, .12);
    border-radius: 24px;
    padding: clamp(24px, 3vw, 38px);
}

.tm-home-owner-safety article:first-child {
    background: radial-gradient(circle at 18% 0%, rgba(76, 202, 225, .18), transparent 34%), radial-gradient(circle at 84% 18%, rgba(32, 166, 189, .14), transparent 28%), linear-gradient(180deg, #16304A 0%, #102335 68%, #0D2132 100%);
    color: #fff;
}

.tm-home-owner-safety article:last-child {
    background: linear-gradient(145deg, #f2fafb, #fff);
    color: #102335;
}

.tm-home-owner-safety h2 {
    color: inherit;
    font-family: "Cinzel", Georgia, serif;
    font-size: clamp(27px, 3vw, 38px);
    line-height: 1.1;
    margin: 0 0 14px;
    text-wrap: balance;
}

.tm-home-owner-safety p {
    color: inherit;
    font-size: 14px;
    line-height: 1.65;
    margin: 0;
    opacity: .86;
}

@media (max-width: 767px) {
    .tm-home-hero-actions {
        gap: 9px;
    }

    .tm-home-hero-actions .elementor-widget-button {
        width: 100%;
    }

    .elementor-element-a1073c01 .elementor-widget-button {
        width: 100%;
    }

    .tm-home-hero-actions .elementor-button {
        width: 100%;
    }

    .elementor-element-a1073c01 .elementor-button {
        width: 100%;
    }

    .tm-home-moments-grid,
    .tm-home-owner-safety {
        grid-template-columns: 1fr;
    }

    .tm-home-moments {
        margin: 42px auto;
    }

    .tm-home-moments > header p {
        font-size: 14px;
    }

    .tm-home-moments-grid article,
    .tm-home-owner-safety article {
        border-radius: 19px;
        padding: 22px;
    }

    .tm-boat-detail-hero .elementor-widget-heading,
    .elementor-element-3f1e4876 .elementor-widget-heading {
        margin-top: 80px;
    }

    .tm-boat-detail-hero .elementor-heading-title,
    .elementor-element-3f1e4876 .elementor-heading-title {
        font-size: clamp(26px, 7.4vw, 31px) !important;
        line-height: 1.08 !important;
        text-wrap: balance;
    }
}

.tm-boat-routes-section,
.elementor-element-e5bbd186 {
    padding-inline: clamp(16px, 4vw, 64px);
}

/* v0.3.192: galería de rutas para integrarse en páginas editoriales de Elementor. */
.tm-routes-gallery {
    --tm-gallery-navy: #102335;
    --tm-gallery-deep: #071725;
    --tm-gallery-blue: #1b5269;
    --tm-gallery-cyan: #29b9d0;
    --tm-gallery-sand: #d5a257;
    color: var(--tm-gallery-navy);
    font-family: "Montserrat", system-ui, sans-serif;
    margin: 0 auto;
    max-width: 1480px;
    width: 100%;
}

.tm-routes-gallery *,
.tm-routes-gallery *::before,
.tm-routes-gallery *::after {
    box-sizing: border-box;
}

.tm-routes-gallery-toolbar {
    align-items: center;
    display: flex;
    gap: 20px;
    justify-content: space-between;
    margin-bottom: 24px;
}

.tm-routes-gallery-results {
    color: #627786;
    font-size: 13px;
    font-weight: 750;
    margin: 0;
}

.tm-routes-gallery-filter {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}

.tm-routes-gallery-filter button {
    align-items: center;
    background: #f4f8f9;
    border: 1px solid rgba(16, 35, 53, .13);
    border-radius: 12px;
    color: #526b79;
    cursor: pointer;
    display: inline-flex;
    font-family: inherit;
    font-size: 12px;
    font-weight: 800;
    gap: 7px;
    min-height: 40px;
    padding: 8px 12px;
}

.tm-routes-gallery-filter button span {
    align-items: center;
    background: rgba(16, 35, 53, .09);
    border-radius: 7px;
    display: inline-flex;
    font-size: 10px;
    height: 21px;
    justify-content: center;
    min-width: 21px;
    padding: 0 5px;
}

.tm-routes-gallery-filter button:hover,
.tm-routes-gallery-filter button.is-active,
.tm-routes-gallery-filter button[aria-pressed="true"] {
    background: var(--tm-gallery-navy);
    border-color: var(--tm-gallery-navy);
    color: #fff;
}

.tm-routes-gallery-filter button.is-active span,
.tm-routes-gallery-filter button[aria-pressed="true"] span {
    background: rgba(255, 255, 255, .16);
}

.tm-routes-gallery-grid {
    display: grid;
    gap: clamp(18px, 2vw, 28px);
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.tm-route-gallery-card {
    aspect-ratio: 1 / 1;
    background: linear-gradient(135deg, #dcecf0 0%, #f4f8f9 100%);
    border: 1px solid rgba(16, 35, 53, .16);
    border-radius: 26px;
    box-shadow: 0 16px 36px rgba(16, 35, 53, .11);
    color: #fff;
    isolation: isolate;
    min-width: 0;
    overflow: hidden;
    position: relative;
    transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}

.tm-route-gallery-card:hover {
    border-color: rgba(41, 185, 208, .72);
    box-shadow: 0 22px 46px rgba(16, 35, 53, .18);
    transform: translateY(-4px);
}

.tm-route-gallery-card[hidden] {
    display: none !important;
}

.tm-route-gallery-image,
.tm-route-gallery-fallback,
.tm-route-gallery-shade {
    height: 100%;
    inset: 0;
    position: absolute;
    width: 100%;
}

.tm-route-gallery-image {
    border-radius: 0 !important;
    display: block;
    max-width: none !important;
    object-fit: cover;
    transition: transform .65s cubic-bezier(.2, .75, .25, 1);
}

.tm-route-gallery-card:hover .tm-route-gallery-image {
    transform: scale(1.045);
}

.tm-route-gallery-fallback {
    align-items: center;
    background: linear-gradient(135deg, #dcecf0 0%, #f4f8f9 100%);
    color: rgba(16, 35, 53, .72);
    display: flex;
    font-family: "Cinzel", Georgia, serif;
    justify-content: center;
    letter-spacing: .08em;
}

.tm-route-gallery-shade {
    background: none;
    z-index: 1;
}

.tm-route-gallery-topline {
    left: 20px;
    position: absolute;
    top: 20px;
    z-index: 2;
}

.tm-route-gallery-kind {
    background: rgba(7, 23, 37, .76);
    border: 1px solid rgba(255, 255, 255, .32);
    border-radius: 10px;
    color: #fff;
    display: inline-flex;
    font-size: 10px;
    font-weight: 850;
    letter-spacing: .08em;
    padding: 8px 10px;
    text-transform: uppercase;
}

.tm-route-gallery-content {
    --tm-gallery-card-padding: clamp(19px, 2vw, 26px);
    bottom: 0;
    display: flex;
    flex-direction: column;
    left: 0;
    padding: 0;
    position: absolute;
    right: 0;
    z-index: 2;
}

.tm-route-gallery-content h3 {
    color: #fff;
    font-family: "Cinzel", Georgia, serif;
    font-size: clamp(22px, 2vw, 29px);
    font-weight: 600;
    line-height: 1.08;
    margin: 0 0 14px;
    text-wrap: balance;
}

.tm-route-gallery-content h3 a {
    color: inherit;
    text-decoration: none;
}

.tm-route-gallery-details {
    background: radial-gradient(circle at 18% 0%, rgba(76, 202, 225, .18), transparent 34%), radial-gradient(circle at 84% 18%, rgba(32, 166, 189, .14), transparent 28%), linear-gradient(180deg, #16304A 0%, #102335 68%, #0D2132 100%);
    padding: var(--tm-gallery-card-padding);
}

.tm-route-gallery-facts {
    color: rgba(255, 255, 255, .84);
    display: flex;
    flex-wrap: wrap;
    font-size: 11px;
    font-weight: 750;
    gap: 6px 14px;
    margin-bottom: 15px;
}

.tm-route-gallery-facts span {
    align-items: center;
    display: inline-flex;
    gap: 6px;
}

.tm-route-gallery-facts span + span::before {
    color: var(--tm-gallery-sand);
    content: "•";
    margin-right: 6px;
}

.tm-route-gallery-bottom {
    border-top: 1px solid rgba(255, 255, 255, .22);
    display: grid;
    gap: 10px;
    grid-template-columns: minmax(0, 1fr);
    padding-top: 14px;
}

.tm-route-gallery-price {
    align-items: baseline;
    display: flex;
    flex: 0 0 auto;
    flex-wrap: wrap;
    gap: 3px 6px;
    min-width: 0;
}

.tm-route-gallery-price small {
    color: rgba(255, 255, 255, .7);
    flex-basis: 100%;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.tm-route-gallery-price strong {
    color: #fff;
    font-family: "Cinzel", Georgia, serif;
    font-size: clamp(20px, 1.7vw, 26px);
    line-height: 1;
    white-space: nowrap;
}

.tm-route-gallery-price span {
    color: rgba(255, 255, 255, .7);
    font-size: 9px;
    font-weight: 800;
}

.tm-route-gallery-actions {
    display: grid;
    gap: 7px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
}

.tm-route-gallery-button {
    align-items: center;
    border: 1px solid rgba(255, 255, 255, .62);
    border-radius: 11px;
    display: inline-flex;
    font-size: 14px;
    font-weight: 900;
    justify-content: center;
    min-height: 39px;
    padding: 8px 11px;
    text-decoration: none !important;
    transition: background-color .2s ease, border-color .2s ease, color .2s ease;
}

.tm-route-gallery-button.is-primary {
    background: var(--tm-gallery-cyan);
    border-color: var(--tm-gallery-cyan);
    color: var(--tm-gallery-deep);
}

.tm-route-gallery-button.is-secondary {
    background: rgba(7, 23, 37, .32);
    color: #fff;
}

.tm-route-gallery-button:hover {
    background: #fff;
    border-color: #fff;
    color: var(--tm-gallery-deep);
}

.tm-routes-gallery-empty {
    background: #f8fbfc;
    border: 1px dashed rgba(16, 35, 53, .22);
    border-radius: 18px;
    margin-top: 20px;
    padding: 28px;
    text-align: center;
}

.tm-routes-gallery-empty p {
    margin: 6px 0 0;
}

@media (max-width: 1080px) {
    .tm-routes-gallery-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 680px) {
    .tm-routes-gallery-toolbar {
        align-items: stretch;
        flex-direction: column;
        gap: 12px;
    }

    .tm-routes-gallery-filter {
        display: grid;
        grid-template-columns: repeat(3, minmax(max-content, 1fr));
        max-width: 100%;
        overflow-x: auto;
        padding-bottom: 2px;
    }

    .tm-routes-gallery-filter button {
        justify-content: center;
        min-height: 38px;
        padding: 7px 9px;
    }

    .tm-routes-gallery-grid {
        grid-template-columns: 1fr;
    }

    .tm-route-gallery-card {
        border-radius: 22px;
    }

    .tm-route-gallery-topline {
        left: 17px;
        top: 17px;
    }

    .tm-route-gallery-content {
        --tm-gallery-card-padding: 18px;
        padding: 0;
    }

    .tm-route-gallery-content h3 {
        font-size: clamp(21px, 7vw, 27px);
    }

    .tm-route-gallery-button {
        min-height: 40px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .tm-route-gallery-card,
    .tm-route-gallery-image,
    .tm-route-gallery-button {
        transition-duration: .01ms !important;
    }
}

.tm-reservas .tm-money,
.tm-reservas .tm-currency-value,
.tm-reservas .tm-thankyou-payment-card strong,
.tm-reservas .tm-thankyou-detail-card strong,
.tm-reservas .tm-order-reservation-card strong,
.tm-reservas .tm-client-ticket-value strong,
.tm-reservas .tm-client-price-card strong,
.tm-reservas .tm-client-payment-card strong,
.tm-reservas .tm-client-buyer-list strong,
.tm-reservas .woocommerce-Price-amount,
.woocommerce .tm-reservas .amount,
.woocommerce-page .tm-reservas .amount {
    font-variant-numeric: tabular-nums;
    overflow-wrap: normal;
    text-wrap: nowrap;
    white-space: nowrap;
    word-break: keep-all;
}

.woocommerce-checkout .tm-checkout-route-hero td {
    border: 0 !important;
    padding: 0 0 18px !important;
}

.woocommerce-checkout .tm-checkout-route-card {
    background: rgba(255, 255, 255, .06);
    border: 1px solid rgba(219, 231, 238, .2);
    border-radius: 18px;
    overflow: hidden;
}

.woocommerce-checkout .tm-checkout-route-card img {
    aspect-ratio: 16 / 8;
    display: block;
    height: auto;
    object-fit: cover;
    width: 100%;
}

.woocommerce-checkout .tm-checkout-route-card-body {
    display: grid;
    gap: 6px;
    padding: 16px 18px 18px;
}

.woocommerce-checkout .tm-checkout-route-card-body span {
    color: #D3A359;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.woocommerce-checkout .tm-checkout-route-card-body strong {
    color: #FFFFFF;
    font-size: 24px;
    font-weight: 900;
    line-height: 1.08;
}

.woocommerce-checkout .tm-checkout-route-card-body small {
    color: #DBE7EE;
    font-size: 14px;
    line-height: 1.45;
}

.woocommerce-checkout .tm-checkout-booking-item .product-thumbnail,
.woocommerce-checkout .tm-checkout-booking-item .product-total {
    display: none !important;
}

.woocommerce-checkout .tm-checkout-line-title {
    color: #FFFFFF;
    display: block;
    font-weight: 900;
    line-height: 1.2;
}

.woocommerce-checkout .tm-checkout-line-subtitle {
    color: #DBE7EE;
    display: block;
    font-size: 13px;
    margin-top: 4px;
}

.woocommerce-checkout .tm-checkout-booking-item dl.variation {
    display: grid !important;
    gap: 9px;
    margin: 14px 0 0 !important;
}

.woocommerce-checkout .tm-checkout-booking-item dl.variation dt,
.woocommerce-checkout .tm-checkout-booking-item dl.variation dd {
    float: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.woocommerce-checkout .tm-checkout-booking-item dl.variation dt {
    color: #D3A359;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.woocommerce-checkout .tm-checkout-booking-item dl.variation dd {
    color: #FFFFFF;
    font-weight: 800;
}

.woocommerce-checkout .tm-checkout-booking-item dl.variation dd p {
    margin: 0 !important;
}

.woocommerce-checkout .tm-checkout-phone-field .woocommerce-input-wrapper {
    display: block;
}

.woocommerce-checkout .tm-country-phone-checkout {
    display: grid;
    grid-template-columns: 118px minmax(0, 1fr);
}

.woocommerce-checkout .tm-country-phone-checkout .tm-country-phone-input {
    background: #fff;
    border: 1px solid rgba(16, 35, 53, .14);
    border-left: 0;
    border-radius: 0 14px 14px 0;
    box-shadow: none;
    min-height: 54px;
    padding: 0 16px;
    width: 100%;
}

.tm-reservas-contact-grid {
    align-items: end;
    grid-template-columns: minmax(150px, .75fr) minmax(150px, .75fr) minmax(290px, 1.65fr);
}

@media (max-width: 640px) {
    .woocommerce-checkout .tm-checkout-route-card img {
        aspect-ratio: 4 / 3;
    }

    .woocommerce-checkout .tm-checkout-route-card-body strong {
        font-size: 21px;
    }

    .tm-reservas-contact-grid {
        grid-template-columns: 1fr;
    }
}

/* v0.3.227: cierre visual del inicio y carrusel dinámico de destinos. */
.tm-home-destinations {
    width: min(100%, 1520px);
    margin: clamp(42px, 6vw, 88px) auto;
    padding: clamp(28px, 4.4vw, 64px);
    overflow: hidden;
    color: #102a43;
    background:
        radial-gradient(circle at 14% 0%, rgba(76, 202, 225, .17), transparent 30%),
        radial-gradient(circle at 92% 22%, rgba(211, 163, 89, .12), transparent 25%),
        linear-gradient(180deg, #f8fbfc 0%, #eef5f8 100%);
    border: 1px solid rgba(16, 42, 67, .11);
    border-radius: 38px;
}

.tm-home-destinations *,
.tm-home-destinations *::before,
.tm-home-destinations *::after {
    box-sizing: border-box;
}

.tm-home-destinations-heading {
    width: min(100%, 1080px);
    margin: 0 auto clamp(22px, 3vw, 38px);
    text-align: center;
}

.tm-home-destinations-heading > span {
    display: block;
    margin-bottom: 10px;
    color: #d39b45;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.tm-home-destinations-heading h2 {
    margin: 0;
    color: #102a43;
    font-family: "Cinzel", Georgia, serif;
    font-size: clamp(32px, 3.7vw, 50px);
    font-weight: 500;
    line-height: 1.04;
    text-wrap: balance;
}

.tm-home-destinations-heading p {
    max-width: 940px;
    margin: 18px auto 0;
    color: #5f7888;
    font-size: clamp(15px, 1.3vw, 17px);
    line-height: 1.7;
    text-wrap: balance;
}

.tm-home-destinations-navigation {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 54px;
    margin-bottom: 16px;
}

.tm-home-destinations-navigation > p {
    margin: 0;
    color: #536f80;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .04em;
}

.tm-home-destinations-controls {
    display: flex;
    gap: 12px;
}

.tm-home-destinations .tm-related-routes-arrow {
    color: #102a43;
    background: #fff;
    border-color: rgba(16, 42, 67, .16);
    box-shadow: 0 12px 30px rgba(16, 42, 67, .09);
}

.tm-home-destinations-viewport {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    overscroll-behavior-inline: contain;
}

.tm-home-destinations-viewport::-webkit-scrollbar {
    display: none;
}

.tm-home-destinations-viewport:focus-visible {
    outline: 3px solid rgba(39, 186, 210, .52);
    outline-offset: 5px;
    border-radius: 30px;
}

.tm-home-destinations-track {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: calc((100% - 56px) / 3);
    gap: 28px;
    width: 100%;
}

.tm-home-destination-card {
    position: relative;
    isolation: isolate;
    aspect-ratio: 1 / .94;
    min-width: 0;
    overflow: hidden;
    color: #fff;
    background: #16304a;
    border: 1px solid rgba(16, 42, 67, .26);
    border-radius: 32px;
    scroll-snap-align: start;
    box-shadow: 0 20px 42px rgba(16, 42, 67, .12);
    transition: transform .28s ease, box-shadow .28s ease;
    contain: layout paint;
}

.tm-home-destination-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 25px 52px rgba(16, 42, 67, .2);
}

.tm-home-destination-card > img,
.tm-home-destination-placeholder {
    position: absolute;
    z-index: -3;
    inset: 0;
    width: 100%;
    height: 100%;
}

.tm-home-destination-card > img {
    object-fit: cover;
    object-position: center;
    transition: transform .7s ease;
}

.tm-home-destination-card:hover > img {
    transform: scale(1.045);
}

.tm-home-destination-placeholder {
    display: grid;
    place-items: center;
    color: rgba(255, 255, 255, .7);
    background: linear-gradient(145deg, #244f69, #102a43);
    font-weight: 800;
    letter-spacing: .08em;
}

.tm-home-destination-shade {
    position: absolute;
    z-index: -2;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(4, 20, 32, .46) 0%, rgba(4, 20, 32, .24) 34%, rgba(4, 20, 32, .42) 66%, rgba(4, 20, 32, .9) 100%),
        linear-gradient(90deg, rgba(4, 20, 32, .2), transparent 68%);
}

.tm-home-destination-content {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: clamp(28px, 2.5vw, 34px);
}

.tm-home-destination-labels {
    display: flex;
    flex-wrap: nowrap;
    gap: 7px;
    min-height: 28px;
    margin-bottom: 11px;
}

.tm-home-destination-labels small {
    display: inline-flex;
    min-height: 27px;
    align-items: center;
    padding: 6px 10px;
    color: #fff;
    background: rgba(9, 35, 53, .72);
    border: 1px solid rgba(255, 255, 255, .25);
    border-radius: 999px;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .045em;
    line-height: 1;
    text-transform: uppercase;
    backdrop-filter: blur(8px);
}

.tm-home-destination-content h3 {
    min-height: 2.12em;
    margin: 0;
    color: #fff;
    font-family: "Montserrat", Arial, sans-serif;
    font-size: clamp(26px, 2vw, 34px);
    font-weight: 500;
    line-height: 1.08;
    text-wrap: balance;
}

.tm-home-destination-content h3 a {
    color: #fff !important;
    text-decoration: none;
}

.tm-home-destination-content p {
    display: -webkit-box;
    max-width: 95%;
    min-height: 2.8em;
    margin: 8px 0 14px;
    overflow: hidden;
    color: rgba(255, 255, 255, .91);
    font-size: clamp(13px, 1vw, 15px);
    line-height: 1.4;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.tm-home-destination-cta {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    gap: 13px;
    margin-top: auto;
    padding: 10px 20px;
    color: #08253a !important;
    background: #2bb9d0;
    border: 1px solid #2bb9d0;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 800;
    line-height: 1;
    text-decoration: none;
    transition: color .2s ease, background .2s ease, transform .2s ease;
}

.tm-home-destination-cta:hover,
.tm-home-destination-cta:focus-visible {
    color: #08253a !important;
    background: #70d5e5;
    transform: translateY(-2px);
}

.tm-home-destinations-all {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.tm-home-destinations-all a {
    display: inline-flex;
    min-height: 50px;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 13px 25px;
    color: #102a43;
    background: #fff;
    border: 1px solid rgba(16, 42, 67, .18);
    border-radius: 999px;
    font-size: 14px;
    font-weight: 800;
    line-height: 1;
    text-decoration: none;
}

.tm-home-destinations-empty {
    padding: 24px;
    color: #102a43;
    background: #eef5f8;
    border-radius: 24px;
    text-align: center;
}

.tm-home-trust-section .tm-home-trust-copy {
    width: min(100%, 1160px);
    margin: 0 auto;
    padding: clamp(26px, 4vw, 46px);
    background:
        radial-gradient(circle at 82% 10%, rgba(76, 202, 225, .18), transparent 28%),
        linear-gradient(180deg, rgba(255, 255, 255, .98), rgba(229, 242, 248, .94));
    border: 1px solid rgba(16, 42, 67, .1);
    border-radius: 30px;
}

.tm-home-trust-section .tm-home-trust-copy h2 {
    margin: 0 auto 12px;
    color: #1e5685;
    font-family: "Cinzel", Georgia, serif;
    font-size: clamp(27px, 2.8vw, 36px);
    font-weight: 500;
    line-height: 1.15;
    text-align: center;
}

.tm-home-trust-section .tm-home-trust-copy > p {
    max-width: 990px;
    margin: 0 auto;
    color: #3f596a;
    font-size: 16px;
    line-height: 1.68;
    text-align: center;
}

.tm-home-trust-section .tm-home-trust-copy > p + p {
    margin-top: 9px;
}

.tm-home-hero-copy .elementor-element-7b843081 {
    max-width: 1120px;
    margin-inline: auto;
}

.tm-home-hero-copy .elementor-element-7b843081 h3 {
    margin: 0 auto 12px;
    color: #23a7c2;
    font-size: clamp(23px, 2vw, 30px);
    font-weight: 500;
    line-height: 1.25;
}

.tm-home-hero-copy .elementor-element-7b843081 p {
    max-width: 1030px;
    margin: 0 auto;
    color: #263e4c;
    font-size: clamp(15px, 1.2vw, 17px);
    line-height: 1.68;
}

.tm-home-hero-copy .elementor-element-7b843081 p + p {
    margin-top: 8px;
}

.tm-home-main-flow .elementor-element-21efe83,
.tm-home-main-flow .elementor-element-c9c61e0,
.tm-home-quote-section .elementor-element-8462f5c {
    max-width: 1120px;
    margin-inline: auto;
}

.tm-home-main-flow .elementor-element-21efe83 p,
.tm-home-main-flow .elementor-element-c9c61e0 p,
.tm-home-quote-section .elementor-element-8462f5c p {
    margin: 0 auto;
    font-size: clamp(15px, 1.2vw, 17px);
    line-height: 1.68;
}

.tm-home-main-flow .elementor-element-c9c61e0 {
    padding: clamp(22px, 3vw, 34px) !important;
}

.tm-home-main-flow .elementor-element-c9c61e0 h3 {
    margin: 0 auto 13px;
    font-size: clamp(23px, 2.2vw, 29px);
    font-weight: 500;
    line-height: 1.25;
}

.tm-home-main-flow .elementor-element-c9c61e0 p {
    max-width: 1120px;
}

.tm-home-main-flow .elementor-element-c9c61e0 p + p {
    margin-top: 9px;
}

.tm-home-trust-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 10px;
    margin-top: 25px;
}

.tm-home-trust-grid span {
    display: grid;
    min-height: 58px;
    place-items: center;
    padding: 11px 9px;
    color: #102a43;
    background: rgba(255, 255, 255, .72);
    border: 1px solid rgba(16, 42, 67, .1);
    border-radius: 16px;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.3;
    text-align: center;
}

.tm-home-boats-section .tm-boats-carousel {
    margin-top: clamp(38px, 5vw, 72px);
    margin-bottom: clamp(28px, 3vw, 48px);
}

.tm-home-main-flow > .e-con-inner,
.tm-home-main-flow {
    row-gap: clamp(22px, 2.5vw, 38px);
}

@media (max-width: 1024px) {
    .tm-home-destinations {
        border-radius: 30px;
    }

    .tm-home-destinations-track {
        grid-auto-columns: calc((100% - 22px) / 2);
        gap: 22px;
    }

    .tm-home-destination-card {
        aspect-ratio: 1 / .96;
    }

    .tm-home-trust-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .tm-home-destinations {
        width: calc(100% - 20px);
        margin: 38px auto;
        padding: 28px 10px 32px;
        border-radius: 26px;
    }

    .tm-home-destinations-heading {
        padding: 0 8px;
        margin-bottom: 18px;
    }

    .tm-home-destinations-heading h2 {
        font-size: clamp(29px, 8vw, 38px);
    }

    .tm-home-destinations-heading p {
        font-size: 15px;
    }

    .tm-home-destinations-navigation {
        padding: 0 4px;
    }

    .tm-home-destinations .tm-related-routes-arrow {
        width: 48px;
        height: 48px;
    }

    .tm-home-destinations-track {
        grid-auto-columns: 100%;
        gap: 14px;
    }

    .tm-home-destination-card {
        aspect-ratio: 1 / 1.02;
        border-radius: 27px;
    }

    .tm-home-destination-content {
        padding: 24px;
    }

    .tm-home-destination-content h3 {
        min-height: 2.12em;
        font-size: 26px;
    }

    .tm-home-destination-content p {
        max-width: 100%;
        margin-top: 7px;
        margin-bottom: 12px;
        font-size: 13px;
        -webkit-line-clamp: 2;
    }

    .tm-home-destination-cta {
        width: 100%;
    }

    .tm-home-trust-section .tm-home-trust-copy {
        width: calc(100% - 20px);
        padding: 28px 18px;
        border-radius: 24px;
    }

    .tm-home-trust-section .tm-home-trust-copy > p {
        font-size: 15px;
    }

    .tm-home-trust-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
        margin-top: 20px;
    }

    .tm-home-trust-grid span:last-child {
        grid-column: 1 / -1;
    }
}

/* v0.3.127: resumen elegante para /gracias/ y detalles de pedido de reservas. */
.tm-thankyou-summary,
.tm-order-reservation-card {
    --tm-thankyou-navy: #102A3D;
    --tm-thankyou-blue: #1C536D;
    --tm-thankyou-cyan: #27B7CD;
    --tm-thankyou-gold: #D7A654;
    --tm-thankyou-ice: #F4FAFB;
    --tm-thankyou-line: rgba(16, 42, 61, .14);
}

.tm-thankyou-summary {
    background: #fff;
    border: 1px solid var(--tm-thankyou-line);
    border-radius: 26px;
    color: var(--tm-thankyou-navy);
    margin: 28px auto;
    max-width: 1180px;
    overflow: hidden;
}

.tm-thankyou-hero {
    background: linear-gradient(135deg, var(--tm-thankyou-navy), var(--tm-thankyou-blue));
    border-radius: 24px;
    color: #fff;
    margin: 16px;
    padding: clamp(28px, 5vw, 58px);
}

.tm-thankyou-hero .tm-reservas-kicker,
.tm-thankyou-hero__meta span,
.tm-thankyou-media-card span,
.tm-thankyou-payment-card span,
.tm-thankyou-detail-card span,
.tm-order-reservation-card span {
    color: var(--tm-thankyou-gold);
    display: block;
    font-size: 12px;
    font-weight: 760;
    letter-spacing: .12em;
    line-height: 1.25;
    text-transform: uppercase;
}

.tm-thankyou-hero h2 {
    color: #fff;
    font-size: clamp(34px, 6vw, 72px);
    font-weight: 500;
    letter-spacing: 0;
    line-height: .96;
    margin: 10px 0 18px;
}

.tm-thankyou-hero p {
    color: rgba(255, 255, 255, .86);
    font-size: clamp(16px, 2vw, 20px);
    line-height: 1.5;
    margin: 0;
    max-width: 740px;
}

.tm-thankyou-hero__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
}

.tm-thankyou-hero__meta span {
    background: rgba(255, 255, 255, .09);
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 999px;
    color: #fff;
    padding: 10px 14px;
}

.tm-thankyou-grid {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding: 0 16px 16px;
}

.tm-thankyou-media-card,
.tm-thankyou-payment-card,
.tm-thankyou-detail-card,
.tm-order-reservation-card {
    background: #fff;
    border: 1px solid var(--tm-thankyou-line);
    border-radius: 20px;
    overflow: hidden;
}

.tm-thankyou-media-card img {
    aspect-ratio: 16 / 8;
    display: block;
    height: auto;
    object-fit: cover;
    width: 100%;
}

.tm-thankyou-media-card span,
.tm-thankyou-media-card strong {
    margin-left: 18px;
    margin-right: 18px;
}

.tm-thankyou-media-card span {
    color: #07859A;
    margin-top: 16px;
}

.tm-thankyou-media-card strong {
    color: var(--tm-thankyou-navy);
    display: block;
    font-size: 22px;
    font-weight: 680;
    line-height: 1.1;
    margin-bottom: 18px;
    margin-top: 8px;
}

.tm-thankyou-payment-card {
    align-items: center;
    background: var(--tm-thankyou-navy);
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 210px;
    padding: 24px;
    text-align: center;
}

.tm-thankyou-payment-card strong {
    color: #fff;
    display: block;
    font-size: clamp(34px, 4.2vw, 56px);
    font-weight: 620;
    line-height: 1;
    margin: 10px 0 8px;
    max-width: 100%;
    overflow-wrap: normal;
    white-space: nowrap;
    word-break: keep-all;
}

.tm-thankyou-payment-card small {
    color: rgba(255, 255, 255, .82);
    font-size: 15px;
}

.tm-thankyou-detail-card {
    display: grid;
    gap: 1px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin: 0 16px 16px;
    padding: 0;
}

.tm-thankyou-detail-card > div {
    background: var(--tm-thankyou-ice);
    min-width: 0;
    padding: 20px;
}

.tm-thankyou-detail-card span {
    color: #07859A;
}

.tm-thankyou-detail-card strong {
    color: var(--tm-thankyou-navy);
    display: block;
    font-size: 18px;
    font-weight: 680;
    line-height: 1.2;
    margin-top: 7px;
    overflow-wrap: normal;
    white-space: nowrap;
    word-break: keep-all;
}

.tm-thankyou-actions {
    border-top: 1px solid var(--tm-thankyou-line);
    margin: 0 16px;
    padding: 18px 0 22px;
}

.tm-thankyou-payment-engine {
    background: #F4FAFB;
    border: 1px solid rgba(39, 183, 205, .16);
    border-radius: 22px;
    margin: 0 16px 16px;
    padding: 18px;
}

.tm-thankyou-payment-engine > .tm-reservas-kicker {
    color: var(--tm-thankyou-gold);
    display: block;
    font-size: 12px;
    font-weight: 760;
    letter-spacing: .12em;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.tm-thankyou-payment-engine .mdp-card {
    margin: 0;
    max-width: none;
}

.tm-thankyou-button,
.tm-order-reservation-card__button {
    align-items: center;
    background: var(--tm-thankyou-cyan);
    border-radius: 999px;
    color: var(--tm-thankyou-navy) !important;
    display: inline-flex;
    font-size: 16px;
    font-weight: 680;
    justify-content: center;
    line-height: 1;
    min-height: 46px;
    padding: 0 22px;
    text-decoration: none !important;
}

.tm-thankyou-empty {
    padding: 28px;
}

.tm-thankyou-empty h2 {
    color: var(--tm-thankyou-navy);
    font-weight: 560;
    margin: 0 0 8px;
}

.tm-order-reservation-card {
    margin-top: 14px;
    padding: 16px;
}

.tm-order-reservation-card__grid {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.tm-order-reservation-card__grid > div {
    background: var(--tm-thankyou-ice);
    border: 1px solid rgba(39, 183, 205, .12);
    border-radius: 14px;
    min-width: 0;
    padding: 12px;
}

.tm-order-reservation-card span {
    color: #07859A;
    font-size: 11px;
}

.tm-order-reservation-card strong {
    color: var(--tm-thankyou-navy);
    display: block;
    font-size: 15px;
    font-weight: 680;
    line-height: 1.2;
    margin-top: 5px;
    overflow-wrap: normal;
    white-space: nowrap;
    word-break: keep-all;
}

.tm-order-reservation-card__button {
    margin-top: 12px;
    min-height: 40px;
}

@media (max-width: 900px) {
    .tm-thankyou-grid,
    .tm-thankyou-detail-card,
    .tm-order-reservation-card__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 560px) {
    .tm-thankyou-summary {
        border-radius: 18px;
        margin: 18px auto;
    }

    .tm-thankyou-hero {
        border-radius: 18px;
        margin: 10px;
        padding: 28px 20px;
    }

    .tm-thankyou-grid,
    .tm-thankyou-detail-card,
    .tm-order-reservation-card__grid {
        grid-template-columns: 1fr;
    }

    .tm-thankyou-grid,
    .tm-thankyou-detail-card,
    .tm-thankyou-payment-engine,
    .tm-thankyou-actions {
        margin-left: 10px;
        margin-right: 10px;
        padding-left: 0;
        padding-right: 0;
    }

    .tm-thankyou-payment-card {
        min-height: 170px;
    }

    .tm-thankyou-payment-card strong {
        font-size: clamp(32px, 12vw, 48px);
    }

    .tm-thankyou-button,
    .tm-order-reservation-card__button {
        width: 100%;
    }
}

/* Contextual guide and operations panel refinements. */
.tm-op-shell.is-guide-active [data-tm-guide-title] {
    cursor: help;
    outline: 2px solid rgba(211, 163, 89, .42);
    outline-offset: 4px;
}

.tm-op-shell .tm-op-guide-control button {
    min-width: 118px;
}

.tm-op-guide-modal[hidden] {
    display: none !important;
}

.tm-op-guide-backdrop {
    background: rgba(9, 26, 40, .36);
    inset: 0;
    position: fixed;
    z-index: 99998;
}

.tm-op-guide-dialog {
    background: #FFFFFF;
    border: 1px solid rgba(16, 35, 53, .10);
    border-left: 5px solid #D3A359;
    border-radius: 22px;
    box-shadow: 0 24px 70px rgba(9, 26, 40, .24);
    color: #102335;
    left: 50%;
    max-width: min(520px, calc(100vw - 32px));
    padding: 28px;
    position: fixed;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 99999;
}

.tm-op-guide-dialog > span {
    color: #D3A359;
    display: block;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.tm-op-guide-dialog h3 {
    color: #091A28;
    font-size: clamp(26px, 3vw, 40px);
    letter-spacing: -.04em;
    line-height: 1;
    margin: 8px 0 12px;
}

.tm-op-guide-dialog p {
    color: #526A75;
    font-size: 17px;
    line-height: 1.55;
    margin: 0;
}

.tm-op-guide-close {
    align-items: center;
    background: #102335;
    border: 0;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    font-size: 24px;
    font-weight: 800;
    height: 38px;
    justify-content: center;
    line-height: 1;
    position: absolute;
    right: 18px;
    top: 18px;
    width: 38px;
}

.tm-reservas-panel,
.tm-reservas-booking,
.tm-reservas-card {
    background: var(--tm-surface);
    border: 1px solid rgba(16, 35, 53, .11);
    border-radius: 16px;
    box-shadow: 0 20px 55px rgba(9, 26, 40, .07);
    padding: 20px;
}

.tm-reservas-booking {
    background:
        radial-gradient(circle at 100% 0%, rgba(32, 166, 189, .08), transparent 34%),
        linear-gradient(180deg, #FFFFFF 0%, #FBFDFD 100%);
    border: 1px solid transparent;
    outline: 1px solid rgba(16, 35, 53, .10);
    padding: clamp(18px, 3vw, 28px);
    overflow: visible;
}

.tm-reservas-booking-hero {
    position: relative;
}

.tm-reservas-booking-hero::before {
    background: linear-gradient(90deg, var(--tm-navy) 0%, var(--tm-accent) 62%, var(--tm-sand) 100%);
    border-radius: 16px 16px 0 0;
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.tm-reservas-grid,
.tm-reservas-admin-grid {
    display: grid;
    gap: 14px;
}

.tm-reservas-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.tm-reservas-booking-grid {
    align-items: end;
    grid-template-columns: minmax(180px, .86fr) minmax(260px, 1.32fr) 112px;
}

.tm-reservas-primary-grid {
    align-items: end;
    grid-template-columns: minmax(180px, .72fr) minmax(280px, 1.45fr);
}

.tm-reservas-boat-passenger-grid {
    align-items: end;
    grid-template-columns: minmax(280px, 1fr) 118px;
}

.tm-reservas-admin-grid {
    grid-template-columns: minmax(280px, 360px) 1fr;
    align-items: start;
}

.tm-reservas-form {
    display: grid;
    gap: 20px;
}

.tm-reservas-form-surface {
    background: rgba(255, 255, 255, .82);
    border: 1px solid rgba(16, 35, 53, .08);
    border-radius: 20px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .85);
    padding: clamp(14px, 2.3vw, 22px);
    overflow: visible;
}

.tm-reservas-quote-layout {
    align-items: stretch;
    display: grid;
    gap: clamp(18px, 3vw, 28px);
    grid-template-columns: minmax(0, 1.55fr) minmax(260px, .75fr);
}

.tm-reservas-step-title {
    border-bottom: 1px solid rgba(16, 35, 53, .09);
    padding-bottom: 12px;
}

.tm-reservas-step-title span,
.tm-reservas-kicker {
    color: var(--tm-sand);
    display: block;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.tm-reservas-step-title strong {
    color: var(--tm-navy);
    display: block;
    font-size: clamp(22px, 2.5vw, 32px);
    line-height: 1.05;
    margin-top: 4px;
}

.tm-reservas-step-title p {
    color: var(--tm-muted);
    margin: 8px 0 0;
}

.tm-route-preview-card {
    align-self: start;
    position: sticky;
    top: 24px;
}

.tm-route-preview {
    aspect-ratio: 1 / 1;
    background:
        linear-gradient(135deg, rgba(16, 35, 53, .82), rgba(16, 35, 53, .42)),
        radial-gradient(circle at 72% 18%, rgba(32, 166, 189, .18), transparent 34%);
    border-radius: 18px;
    box-shadow: 0 18px 44px rgba(9, 26, 40, .12);
    min-height: 260px;
    overflow: hidden;
    position: relative;
}

.tm-route-preview::after {
    background: linear-gradient(180deg, transparent 40%, rgba(9, 26, 40, .84) 100%);
    bottom: 0;
    content: "";
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
}

.tm-route-preview img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.tm-route-preview-caption {
    bottom: 0;
    color: #fff;
    left: 0;
    padding: 22px;
    position: absolute;
    right: 0;
    z-index: 1;
}

.tm-route-preview-caption span {
    color: var(--tm-sand);
    display: block;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.tm-route-preview-caption strong {
    display: block;
    font-size: clamp(24px, 2.4vw, 34px);
    line-height: 1.05;
    margin-top: 6px;
    text-shadow: 0 8px 24px rgba(0, 0, 0, .22);
}

.tm-route-preview-placeholder {
    align-items: flex-start;
    background:
        radial-gradient(circle at 82% 18%, rgba(76, 202, 225, .22), transparent 26%),
        linear-gradient(145deg, #102335, #0B1E2E);
    color: #fff;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: flex-end;
    padding: 22px;
}

.tm-route-preview-placeholder span {
    color: var(--tm-sand);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.tm-route-preview-placeholder strong {
    font-size: 26px;
    line-height: 1.08;
    margin-top: 8px;
}

.tm-route-preview-description {
    background: rgba(255, 255, 255, .92);
    border: 1px solid rgba(16, 35, 53, .09);
    border-radius: 16px;
    box-shadow: 0 16px 38px rgba(9, 26, 40, .06);
    color: #4D6470;
    font-size: 15px;
    line-height: 1.55;
    margin: 14px 0 0;
    padding: 16px 18px;
}

.tm-route-promo-card {
    align-items: center;
    background: linear-gradient(135deg, #102335 0%, #17445B 100%);
    border: 1px solid rgba(213, 164, 83, .42);
    border-radius: 16px;
    color: #FFFFFF;
    display: flex;
    gap: 14px;
    justify-content: space-between;
    margin-top: 14px;
    min-height: 86px;
    padding: 16px 18px;
}

.tm-route-promo-card span {
    color: var(--tm-sand);
    display: block;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .09em;
    line-height: 1.2;
    text-transform: uppercase;
}

.tm-route-promo-card strong {
    color: #FFFFFF;
    display: block;
    font-size: clamp(27px, 3.8vw, 38px);
    line-height: 1;
    text-align: right;
    white-space: nowrap;
}

.tm-route-promo-card[hidden] {
    display: none !important;
}

.tm-reservas-grid-compact {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr);
}

.tm-reservas-quote-result {
    align-items: center;
    background: linear-gradient(135deg, rgba(16, 35, 53, .04), rgba(32, 166, 189, .07));
    border: 1px solid rgba(16, 35, 53, .10);
    border-radius: 16px;
    display: grid;
    gap: 16px;
    grid-template-columns: 1fr auto;
    margin-bottom: 18px;
    padding: 18px;
}

.tm-reservas-quote-result h3 {
    color: var(--tm-navy);
    font-size: 28px;
    margin: 4px 0 0;
}

.tm-reservas-quote-result p {
    color: var(--tm-muted);
    margin: 6px 0 0;
}

.tm-reservas-price-summary {
    background: #fff;
    border: 1px solid rgba(16, 35, 53, .10);
    border-radius: 14px;
    display: grid;
    gap: 2px;
    min-width: 220px;
    padding: 14px;
}

.tm-reservas-price-summary strong {
    color: var(--tm-navy);
    font-size: 20px;
}

.tm-reservas-price-summary span {
    color: var(--tm-muted);
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.tm-quote-offer {
    background:
        radial-gradient(circle at 100% 0%, rgba(211, 163, 89, .14), transparent 32%),
        linear-gradient(145deg, #FFFFFF 0%, #F9FCFC 100%);
    border: 1px solid rgba(16, 35, 53, .10);
    border-radius: 22px;
    box-shadow: 0 22px 58px rgba(9, 26, 40, .09);
    display: grid;
    gap: 18px;
    padding: clamp(18px, 3vw, 30px);
}

.tm-quote-offer-head h3 {
    color: var(--tm-navy);
    font-size: clamp(30px, 4vw, 48px);
    line-height: .98;
    margin: 6px 0 0;
}

.tm-quote-code {
    color: var(--tm-muted);
    margin: 10px 0 0;
}

.tm-quote-code strong {
    color: var(--tm-navy);
}

.tm-quote-essentials {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.tm-quote-essentials span {
    background: #FFFFFF;
    border: 1px solid rgba(16, 35, 53, .10);
    border-radius: 999px;
    color: var(--tm-navy);
    font-size: 14px;
    font-weight: 800;
    padding: 9px 12px;
}

.tm-quote-money {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.tm-quote-money > div,
.tm-quote-boat,
.tm-quote-conditions {
    background: rgba(255, 255, 255, .88);
    border: 1px solid rgba(16, 35, 53, .09);
    border-radius: 18px;
    box-shadow: 0 14px 34px rgba(9, 26, 40, .055);
    padding: 16px;
}

.tm-quote-money span {
    color: var(--tm-muted);
    display: block;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.tm-quote-money strong {
    color: var(--tm-navy);
    display: block;
    font-size: clamp(20px, 2.4vw, 30px);
    line-height: 1;
    margin-top: 8px;
}

.tm-quote-deposit {
    background: linear-gradient(135deg, rgba(211, 163, 89, .16), #FFFFFF) !important;
    border-color: rgba(211, 163, 89, .32) !important;
}

.tm-quote-boat h4 {
    color: var(--tm-navy);
    font-size: 18px;
    margin: 0 0 12px;
}

.tm-quote-boat > div {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
}

.tm-quote-boat span {
    background: #F5F8F8;
    border: 1px solid rgba(16, 35, 53, .08);
    border-radius: 999px;
    color: #344D5A;
    font-size: 14px;
    font-weight: 800;
    padding: 8px 11px;
}

.tm-quote-conditions {
    border-left: 5px solid var(--tm-sand);
}

.tm-quote-conditions strong {
    color: var(--tm-navy);
    display: block;
    margin-bottom: 6px;
}

.tm-quote-conditions p {
    color: #4D6470;
    line-height: 1.55;
    margin: 0;
}

.tm-route-preview-description[hidden] {
    display: none !important;
}

.tm-reservas-button-cta {
    background: linear-gradient(135deg, var(--tm-sand), #F0C06F 42%, var(--tm-navy)) !important;
    color: #FFFFFF !important;
    font-size: clamp(18px, 2.4vw, 24px);
    letter-spacing: .05em;
    min-height: 64px;
    text-transform: uppercase;
    width: 100%;
}

.tm-reservas-reserve-form-hidden {
    display: none !important;
}

.tm-reservas label span {
    display: block;
    margin-bottom: 6px;
    color: #4B5E68;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .01em;
}

.tm-reservas-form-surface label {
    position: relative;
}

.tm-reservas input,
.tm-reservas select,
.tm-reservas textarea {
    width: 100%;
    background: rgba(255, 255, 255, .96);
    border: 1px solid rgba(16, 35, 53, .14);
    border-radius: 14px;
    color: var(--tm-ink);
    min-height: 54px;
    padding: 12px 16px;
    transition: border-color .18s ease, box-shadow .18s ease;
}

.tm-reservas input:focus,
.tm-reservas select:focus,
.tm-reservas textarea:focus {
    border-color: var(--tm-accent);
    box-shadow: 0 0 0 4px rgba(32, 166, 189, .12);
    outline: 0;
}

.tm-reservas-form-surface input,
.tm-reservas-form-surface select,
.tm-reservas-form-surface textarea {
    box-shadow: 0 10px 26px rgba(9, 26, 40, .035);
}

.tm-passenger-field {
    max-width: 118px;
}

.tm-reservas .tm-passenger-input {
    min-height: 54px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
}

.tm-choice {
    position: relative;
    z-index: 4;
}

.tm-choice-trigger {
    align-items: center;
    background: #FFFFFF;
    border: 1px solid rgba(16, 35, 53, .14);
    border-radius: 14px;
    box-shadow: 0 10px 26px rgba(9, 26, 40, .035);
    color: var(--tm-ink);
    cursor: pointer;
    display: flex;
    font: inherit;
    justify-content: space-between;
    min-height: 54px;
    padding: 12px 16px;
    text-align: left;
    width: 100%;
}

.tm-choice-trigger:focus {
    border-color: rgba(16, 35, 53, .32);
    box-shadow: 0 0 0 3px rgba(16, 35, 53, .08);
    outline: none;
}

.tm-choice-caret {
    color: #687984;
    font-size: 14px;
    margin-left: 10px;
}

.tm-choice-menu {
    background: #FFFFFF;
    border: 1px solid rgba(16, 35, 53, .10);
    border-radius: 10px;
    box-shadow: 0 18px 45px rgba(9, 26, 40, .16);
    max-height: 250px;
    overflow: auto;
    padding: 0;
    position: fixed;
    z-index: 2147483600;
}

.tm-choice-list {
    display: grid;
}

.tm-choice-option {
    background: #FFFFFF;
    border: 0;
    border-bottom: 1px solid rgba(16, 35, 53, .07);
    border-radius: 0;
    color: #091A28;
    cursor: pointer;
    font: inherit;
    font-size: 15px;
    min-height: 38px;
    padding: 7px 12px;
    text-align: left;
    width: 100%;
}

.tm-choice-option:nth-child(even) {
    background: #F8FAFA;
}

.tm-choice-option:hover,
.tm-choice-option:focus {
    background: #F1F4F5;
    color: #102335;
    outline: none;
}

.tm-choice-option:last-child {
    border-bottom: 0;
}

.tm-reservas-check {
    display: flex;
    gap: 8px;
    align-items: center;
}

.tm-reservas-check input {
    width: auto;
    min-height: 0;
}

.tm-reservas-button,
.tm-reservas-small-button {
    align-items: center;
    border: 0;
    border-radius: 999px;
    background: var(--tm-navy);
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    font-weight: 700;
    justify-content: center;
    min-height: 54px;
    padding: 13px 20px;
    pointer-events: auto;
    position: relative;
    box-shadow: 0 14px 34px rgba(16, 35, 53, .18);
    transition: box-shadow .18s ease, background .18s ease, color .18s ease, border-color .18s ease;
    z-index: 3;
}

.tm-reservas-small-button {
    padding: 8px 10px;
    font-size: 13px;
}

.tm-reservas-button:hover,
.tm-reservas-small-button:hover {
    background: #0B1E2E;
    color: #fff;
    box-shadow: 0 17px 38px rgba(16, 35, 53, .24);
    transform: none;
}

.tm-reservas-reserve-form {
    border-top: 1px solid rgba(16, 35, 53, .09);
    display: grid;
    gap: 16px;
    margin-top: 18px;
    padding-top: 18px;
}

.tm-reservas-reserve-form .tm-reservas-step-title {
    padding-bottom: 10px;
}

.tm-reservas-reserve-form .tm-reservas-step-title strong {
    font-size: clamp(24px, 2.2vw, 34px);
}

.tm-reserve-data-grid {
    align-items: end;
    gap: 12px;
    grid-template-columns:
        minmax(220px, 1.15fr)
        minmax(180px, .9fr)
        minmax(190px, .9fr)
        minmax(170px, .75fr);
}

.tm-reserve-data-grid label {
    min-width: 0;
}

.tm-reserve-data-grid label span {
    margin-bottom: 6px;
}

.tm-reserve-data-grid input,
.tm-reserve-data-grid select {
    min-height: 54px;
}

.tm-reservas-reserve-form > .tm-reservas-button {
    min-height: 54px;
}

.tm-reservas-note,
.tm-reservas-notice,
.tm-reservas-success {
    border-radius: 6px;
    padding: 12px 14px;
}

.tm-reservas-note,
.tm-reservas-notice {
    background: linear-gradient(135deg, rgba(32, 166, 189, .055), rgba(211, 163, 89, .055));
    border: 1px solid rgba(16, 35, 53, .08);
    color: #4D6470;
}

.tm-reservas-success {
    background: #e7f8ef;
    color: #17633a;
    margin-bottom: 16px;
}

.tm-reservas-context {
    background: linear-gradient(135deg, rgba(16, 35, 53, .035), rgba(32, 166, 189, .055));
    border: 1px solid rgba(16, 35, 53, .12);
    border-radius: 14px;
    display: inline-flex;
    flex-direction: column;
    gap: 2px;
    margin: 0 10px 12px 0;
    padding: 10px 12px;
}

.tm-reservas-context span {
    color: var(--tm-muted);
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.tm-reservas-context strong {
    font-size: 15px;
}

.tm-reservas-context-with-passengers {
    align-items: end;
    display: grid;
    gap: 14px;
    grid-template-columns: minmax(0, 1fr) 118px;
    margin-right: 0;
    width: 100%;
}

.tm-passenger-field-context {
    max-width: 118px;
    width: 118px;
}

.tm-reservas .tm-passenger-field-context span {
    color: var(--tm-muted);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .03em;
    text-transform: uppercase;
}

.tm-country-phone {
    position: relative;
    display: grid;
    grid-template-columns: 118px 1fr;
    z-index: 100;
}

.tm-country-trigger {
    align-items: center;
    background: #F0F3F5;
    border: 1px solid rgba(16, 35, 53, .14);
    border-radius: 14px 0 0 14px;
    color: var(--tm-navy);
    cursor: pointer;
    display: inline-flex;
    font: inherit;
    font-weight: 700;
    gap: 8px;
    justify-content: center;
    min-height: 54px;
    padding: 0 10px;
}

.tm-country-trigger:focus {
    box-shadow: 0 0 0 4px rgba(32, 166, 189, .12);
    outline: 0;
    z-index: 2;
}

.tm-country-flag {
    font-size: 22px;
    line-height: 1;
}

.tm-country-dial {
    color: var(--tm-navy);
    font-size: 17px;
    font-weight: 800;
}

.tm-country-caret {
    color: #5D6E79;
    font-size: 11px;
}

.tm-reservas .tm-country-phone-input {
    border-left: 0;
    border-radius: 0 14px 14px 0;
}

.tm-country-menu {
    background: #fff;
    border: 1px solid rgba(16, 35, 53, .10);
    border-radius: 8px;
    box-shadow: 0 22px 60px rgba(9, 26, 40, .18);
    left: 0;
    max-height: 260px;
    overflow: auto;
    padding: 0;
    position: fixed;
    right: auto;
    top: calc(100% + 7px);
    z-index: 2147483000;
}

.tm-country-search {
    background: #FFFFFF;
    border-bottom: 1px solid rgba(16, 35, 53, .08);
    padding: 8px;
    position: sticky;
    top: 0;
    z-index: 2;
}

.tm-country-search input,
.tm-reservas .tm-country-search input {
    background: #F7FAFA;
    border: 1px solid rgba(16, 35, 53, .12);
    border-radius: 10px;
    box-shadow: none;
    color: var(--tm-ink);
    font-size: 14px;
    min-height: 38px;
    padding: 8px 11px;
}

.tm-country-search input:focus,
.tm-reservas .tm-country-search input:focus {
    border-color: rgba(16, 35, 53, .32);
    box-shadow: 0 0 0 3px rgba(16, 35, 53, .07);
}

.tm-country-menu::-webkit-scrollbar {
    width: 9px;
}

.tm-country-menu::-webkit-scrollbar-track {
    background: #F3F6F7;
    border-radius: 999px;
}

.tm-country-menu::-webkit-scrollbar-thumb {
    background: #C8D4D8;
    border-radius: 999px;
}

.tm-country-option {
    align-items: center;
    background: transparent;
    border: 0;
    border-radius: 0;
    color: var(--tm-ink);
    cursor: pointer;
    display: grid;
    font: inherit;
    gap: 10px;
    grid-template-columns: 30px minmax(0, 1fr) auto;
    min-height: 40px;
    padding: 7px 12px;
    text-align: left;
    width: 100%;
}

.tm-country-option[hidden] {
    display: none !important;
}

.tm-country-option:hover,
.tm-country-option:focus {
    background: #F2F5F6;
    outline: 0;
}

.tm-country-option-flag {
    font-size: 18px;
    line-height: 1;
}

.tm-country-option-name {
    color: var(--tm-ink);
    font-size: 15px;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tm-country-option-dial {
    color: #88949B;
    font-size: 14px;
    font-weight: 500;
}

.tm-reservas-cards {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.tm-reservas-card h3 {
    margin-top: 0;
}

.tm-reservas-card ul {
    margin-bottom: 0;
}

.tm-reservas-table-wrap {
    overflow-x: auto;
}

.tm-reservas-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 760px;
}

.tm-reservas-table th,
.tm-reservas-table td {
    border-bottom: 1px solid var(--tm-line);
    padding: 10px;
    text-align: left;
    vertical-align: middle;
}

.tm-reservas-table th {
    background: var(--tm-bg);
    color: var(--tm-muted);
    font-size: 13px;
    text-transform: uppercase;
}

.tm-reservas-list {
    display: grid;
    gap: 10px;
}

.tm-reservas-row-card {
    display: grid;
    gap: 8px;
    grid-template-columns: 1.5fr repeat(3, 1fr);
    background: linear-gradient(135deg, #ffffff 0%, #f8fbfb 100%);
    border: 1px solid var(--tm-line);
    border-left: 5px solid var(--tm-sand);
    border-radius: 16px;
    box-shadow: 0 16px 38px rgba(9, 26, 40, .045);
    padding: 16px;
}

.tm-reservas-boat-config {
    background: linear-gradient(135deg, #ffffff 0%, #f8fbfb 100%);
    border: 1px solid var(--tm-line);
    border-left: 5px solid var(--tm-sand);
    border-radius: 18px;
    box-shadow: 0 18px 45px rgba(9, 26, 40, .055);
    padding: 18px;
}

.tm-reservas-boat-config-header {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
}

.tm-reservas-boat-config-header strong {
    color: var(--tm-navy);
    display: block;
    font-size: 22px;
    line-height: 1.1;
}

.tm-reservas-boat-config-header span,
.tm-reservas-help {
    color: var(--tm-muted);
}

.tm-reservas-help {
    margin-top: 0;
}

.tm-reservas-panel > h2 {
    color: var(--tm-navy);
    font-size: clamp(26px, 3vw, 38px);
    line-height: 1;
    margin-top: 0;
}

.tm-reservas-panel > p {
    color: var(--tm-muted);
    font-size: 16px;
}

.tm-reservas-form {
    background: linear-gradient(135deg, #ffffff 0%, #f8fbfb 100%);
    border: 1px solid var(--tm-line);
    border-left: 5px solid #2E8B57;
    border-radius: 18px;
    box-shadow: 0 18px 45px rgba(9, 26, 40, .055);
    padding: 18px;
}

.tm-reservas-form h3 {
    color: var(--tm-navy);
    font-size: 22px;
    line-height: 1.1;
    margin-top: 0;
}

.tm-op-credit-card {
    align-items: center;
    background:
        radial-gradient(circle at 100% 0%, rgba(211,163,89,.18), transparent 34%),
        linear-gradient(135deg, var(--tm-navy), #173B54);
    border-radius: 22px;
    box-shadow: 0 24px 65px rgba(9,26,40,.18);
    color: #fff;
    display: flex;
    gap: 18px;
    justify-content: space-between;
    margin-top: 24px;
    padding: 24px;
}

.tm-op-credit-card span {
    color: var(--tm-sand);
    display: block;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.tm-op-credit-card h3 {
    color: #fff;
    font-size: 28px;
    line-height: 1;
    margin: 6px 0 8px;
}

.tm-op-credit-card p {
    color: rgba(255,255,255,.78);
    margin: 0;
}

.tm-reservas-compact-table {
    min-width: 900px;
}

.tm-reservas-compact-table input[type="number"] {
    min-width: 110px;
}

.tm-reservas-inline-fields {
    display: flex;
    gap: 8px;
}

.tm-reservas-inline-fields select {
    min-width: 76px;
}

.tm-reservas-stats {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 16px 0;
}

.tm-reservas-stats div {
    background: var(--tm-bg);
    border-radius: 8px;
    padding: 16px;
}

.tm-reservas-stats strong {
    display: block;
    font-size: 28px;
}

.tm-reservas-stats span {
    color: var(--tm-muted);
}

.tm-reservas-summary-grid {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 16px 0;
}

.tm-reservas-summary-grid div {
    background: var(--tm-bg);
    border: 1px solid var(--tm-line);
    border-radius: 8px;
    padding: 14px;
}

.tm-reservas-summary-grid span {
    color: var(--tm-muted);
    display: block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.tm-reservas-summary-grid strong {
    display: block;
    margin-top: 4px;
}

.tm-op-dashboard {
    background:
        radial-gradient(circle at 100% 0%, rgba(211, 163, 89, .12), transparent 28%),
        linear-gradient(180deg, #FFFFFF 0%, #F8FBFB 100%);
    overflow: hidden;
}

.tm-op-hero {
    align-items: center;
    background: linear-gradient(135deg, #102335 0%, #173B54 100%);
    border-radius: 18px;
    color: #FFFFFF;
    display: grid;
    gap: 18px;
    grid-template-columns: 1fr auto;
    margin-bottom: 18px;
    padding: clamp(20px, 3vw, 30px);
}

.tm-op-hero h2 {
    color: #FFFFFF;
    font-size: clamp(28px, 3vw, 42px);
    line-height: 1;
    margin: 5px 0 8px;
}

.tm-op-hero p {
    color: rgba(255, 255, 255, .78);
    margin: 0;
}

.tm-op-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-end;
}

.tm-op-actions a,
.tm-op-metrics a {
    background: #FFFFFF;
    border: 1px solid rgba(16, 35, 53, .10);
    border-radius: 999px;
    color: #102335;
    display: inline-flex;
    font-weight: 800;
    padding: 10px 14px;
    text-decoration: none;
}

.tm-op-actions a:hover,
.tm-op-metrics a:hover {
    background: #F1F4F5;
    color: #102335;
}

.tm-op-metrics {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.tm-op-metrics article {
    background: #FFFFFF;
    border: 1px solid rgba(16, 35, 53, .09);
    border-radius: 18px;
    box-shadow: 0 16px 38px rgba(9, 26, 40, .055);
    padding: 18px;
}

.tm-op-metrics span,
.tm-op-section-title span {
    color: var(--tm-sand);
    display: block;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.tm-op-metrics strong {
    color: var(--tm-navy);
    display: block;
    font-size: 42px;
    line-height: 1;
    margin: 10px 0 14px;
}

.tm-op-metrics a {
    background: #F7FAFA;
    font-size: 13px;
    padding: 8px 11px;
}

.tm-op-validator {
    margin-top: 22px;
}

.tm-op-terms,
.tm-op-tables {
    margin-top: 24px;
}

.tm-op-terms-card {
    align-items: center;
    background: #FFFFFF;
    border: 1px solid rgba(16, 35, 53, .09);
    border-radius: 18px;
    box-shadow: 0 16px 38px rgba(9, 26, 40, .055);
    display: grid;
    gap: 18px;
    grid-template-columns: 1fr auto;
    padding: 18px;
}

.tm-op-terms-card > div > strong {
    color: var(--tm-navy);
    display: block;
    font-size: 36px;
    line-height: 1;
    margin-bottom: 8px;
}

.tm-op-terms-card p {
    color: var(--tm-muted);
    margin: 0;
}

.tm-op-terms-list {
    display: grid;
    gap: 8px;
    min-width: 260px;
}

.tm-op-terms-list span {
    background: #F7FAFA;
    border: 1px solid rgba(16, 35, 53, .08);
    border-radius: 999px;
    color: var(--tm-muted);
    display: flex;
    gap: 6px;
    justify-content: space-between;
    padding: 9px 12px;
}

.tm-op-terms-list strong {
    color: var(--tm-navy);
}

.tm-op-list-table {
    background: #FFFFFF;
    border: 1px solid rgba(16, 35, 53, .09);
    border-radius: 16px;
    box-shadow: 0 16px 38px rgba(9, 26, 40, .045);
    overflow: hidden;
}

.tm-op-list-table td small {
    color: var(--tm-muted);
}

.tm-op-status {
    background: #E7F7EF;
    border-radius: 999px;
    color: #17633A;
    display: inline-flex;
    font-size: 12px;
    font-weight: 900;
    padding: 5px 9px;
}

.tm-op-section-title h3 {
    color: var(--tm-navy);
    font-size: 26px;
    margin: 4px 0 14px;
}

.tm-op-checks {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.tm-op-checks article {
    background: #FFFFFF;
    border: 1px solid rgba(16, 35, 53, .09);
    border-radius: 15px;
    padding: 14px;
}

.tm-op-checks article > span {
    border-radius: 999px;
    display: inline-flex;
    font-size: 12px;
    font-weight: 900;
    margin-bottom: 10px;
    padding: 5px 9px;
}

.tm-op-checks article.is-complete > span {
    background: #E7F7EF;
    color: #17633A;
}

.tm-op-checks article.is-pending > span {
    background: #FFF3D8;
    color: #8A5A00;
}

.tm-op-checks strong {
    color: var(--tm-navy);
    display: block;
}

.tm-op-checks p {
    color: var(--tm-muted);
    font-size: 13px;
    margin: 6px 0 0;
}

@media (max-width: 900px) {
    .tm-reservas-grid,
    .tm-reservas-primary-grid,
    .tm-reservas-boat-passenger-grid,
    .tm-reservas-admin-grid,
    .tm-reservas-cards,
    .tm-reservas-stats,
    .tm-reservas-row-card,
    .tm-reservas-summary-grid,
    .tm-op-hero,
    .tm-op-metrics,
    .tm-op-checks,
    .tm-op-terms-card,
    .tm-reservas-quote-layout,
    .tm-reservas-context-with-passengers,
    .tm-reservas-grid-compact,
    .tm-reservas-quote-result {
        grid-template-columns: 1fr;
    }

    .tm-route-preview-card {
        order: -1;
        position: relative;
        top: auto;
    }

    .tm-reservas-contact-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .tm-reservas-contact-grid .tm-reservas-phone-field {
        grid-column: 1 / -1;
    }

    .tm-reserve-data-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .tm-reserve-data-grid {
        gap: 10px;
        grid-template-columns: 1fr;
    }

    .tm-reservas-contact-grid {
        grid-template-columns: 1fr;
    }

    .tm-reservas-contact-grid .tm-reservas-phone-field {
        grid-column: auto;
    }

    .tm-route-promo-card {
        align-items: flex-start;
        flex-direction: column;
        min-height: auto;
    }

    .tm-route-promo-card strong {
        text-align: left;
    }

    .tm-reservas-reserve-form .tm-reservas-step-title strong {
        font-size: 26px;
    }

    .tm-reserve-data-grid input,
    .tm-reserve-data-grid select,
    .tm-reservas-reserve-form > .tm-reservas-button {
        min-height: 52px;
    }
}

@media (max-width: 560px) {
    .tm-passenger-field-context {
        max-width: 160px;
        width: 160px;
    }

    .tm-country-phone {
        grid-template-columns: 110px 1fr;
    }

    .tm-country-dial {
        font-size: 14px;
    }
}

/* v0.1.5: hard reset for Elementor/theme cached country-picker styles. */
.tm-reservas.tm-reservas-booking {
    background: linear-gradient(180deg, #FFFFFF 0%, #FBFCFC 100%) !important;
    border-color: rgba(16, 35, 53, .08) !important;
    box-shadow: 0 18px 48px rgba(9, 26, 40, .06) !important;
    overflow: visible !important;
}

.tm-reservas.tm-reservas-booking .tm-reservas-form-surface {
    background: #FFFFFF !important;
    border-color: rgba(16, 35, 53, .08) !important;
    overflow: visible !important;
}

.tm-reservas.tm-reservas-booking .tm-reservas-button {
    background: linear-gradient(135deg, #102335 0%, #173B54 100%) !important;
    box-shadow: 0 16px 36px rgba(16, 35, 53, .22) !important;
    color: #FFFFFF !important;
}

.tm-reservas.tm-reservas-booking .tm-reservas-button:hover {
    background: #0B1E2E !important;
}

.tm-reservas.tm-reservas-booking .tm-reservas-note,
.tm-reservas.tm-reservas-booking .tm-reservas-context {
    background: #F7FAFA !important;
    border-color: rgba(16, 35, 53, .08) !important;
}

.tm-reservas.tm-reservas-booking .tm-country-phone-clean {
    grid-template-columns: 118px minmax(0, 1fr) !important;
    isolation: isolate;
    z-index: 2147483000 !important;
}

.tm-reservas.tm-reservas-booking .tm-country-phone-clean .tm-country-trigger {
    background: #EEF2F3 !important;
    border: 1px solid rgba(16, 35, 53, .14) !important;
    border-radius: 14px 0 0 14px !important;
    box-shadow: none !important;
    color: #102335 !important;
    min-height: 54px !important;
}

.tm-reservas.tm-reservas-booking .tm-country-phone-clean .tm-country-dial {
    color: #102335 !important;
    font-weight: 800 !important;
}

.tm-reservas.tm-reservas-booking .tm-country-phone-clean .tm-country-caret {
    color: #687984 !important;
}

.tm-reservas.tm-reservas-booking .tm-country-phone-clean .tm-country-menu-clean {
    background: #FFFFFF !important;
    border: 1px solid rgba(16, 35, 53, .10) !important;
    border-radius: 8px !important;
    box-shadow: 0 22px 60px rgba(9, 26, 40, .18) !important;
    max-height: 260px !important;
    overflow-y: auto !important;
    padding: 0 !important;
    position: fixed !important;
    z-index: 2147483000 !important;
}

.tm-reservas.tm-reservas-booking .tm-country-phone-clean .tm-country-search {
    background: #FFFFFF !important;
    border-bottom: 1px solid rgba(16, 35, 53, .08) !important;
    padding: 8px !important;
    position: sticky !important;
    top: 0 !important;
    z-index: 2 !important;
}

.tm-reservas.tm-reservas-booking .tm-country-phone-clean .tm-country-search input {
    background: #F7FAFA !important;
    border: 1px solid rgba(16, 35, 53, .12) !important;
    border-radius: 10px !important;
    box-shadow: none !important;
    font-size: 14px !important;
    min-height: 38px !important;
    padding: 8px 11px !important;
}

.tm-reservas.tm-reservas-booking .tm-country-phone-clean .tm-country-option {
    background: #FFFFFF !important;
    border: 0 !important;
    border-radius: 0 !important;
    color: #091A28 !important;
    display: grid !important;
    grid-template-columns: 30px minmax(0, 1fr) auto !important;
    min-height: 40px !important;
    padding: 7px 12px !important;
}

.tm-reservas.tm-reservas-booking .tm-country-phone-clean .tm-country-option:hover,
.tm-reservas.tm-reservas-booking .tm-country-phone-clean .tm-country-option:focus {
    background: #F2F5F6 !important;
}

.tm-reservas.tm-reservas-booking .tm-country-phone-clean .tm-country-option-name {
    color: #091A28 !important;
    font-size: 15px !important;
    font-weight: 500 !important;
}

.tm-reservas.tm-reservas-booking .tm-country-phone-clean .tm-country-option-dial {
    color: #87939A !important;
    font-size: 14px !important;
    font-weight: 500 !important;
}

/* v0.1.7: clean global country dropdown skin.
   The menu is moved to <body> by JS, so these rules must not depend on .tm-reservas. */
body .tm-country-menu-clean {
    background: #FFFFFF !important;
    border: 1px solid rgba(16, 35, 53, .10) !important;
    border-radius: 10px !important;
    box-shadow: 0 18px 45px rgba(9, 26, 40, .16) !important;
    max-height: 260px !important;
    overflow: auto !important;
    padding: 0 !important;
    position: fixed !important;
    z-index: 2147483000 !important;
}

body .tm-country-menu-clean .tm-country-search {
    background: #FFFFFF !important;
    border-bottom: 1px solid rgba(16, 35, 53, .08) !important;
    padding: 8px !important;
    position: sticky !important;
    top: 0 !important;
    z-index: 2 !important;
}

body .tm-country-menu-clean .tm-country-search input {
    background: #F7FAFA !important;
    border: 1px solid rgba(16, 35, 53, .14) !important;
    border-radius: 9px !important;
    box-shadow: none !important;
    color: #091A28 !important;
    font-size: 14px !important;
    min-height: 36px !important;
    outline: none !important;
    padding: 8px 11px !important;
    width: 100% !important;
}

body .tm-country-menu-clean .tm-country-search input:focus {
    border-color: rgba(16, 35, 53, .32) !important;
    box-shadow: 0 0 0 3px rgba(16, 35, 53, .08) !important;
    outline: none !important;
}

body .tm-country-menu-clean .tm-country-option {
    background: #FFFFFF !important;
    border: 0 !important;
    border-bottom: 1px solid rgba(16, 35, 53, .07) !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    color: #091A28 !important;
    display: grid !important;
    gap: 10px !important;
    grid-template-columns: 30px minmax(0, 1fr) auto !important;
    min-height: 38px !important;
    padding: 7px 12px !important;
    text-align: left !important;
    width: 100% !important;
}

body .tm-country-menu-clean .tm-country-option:nth-of-type(even) {
    background: #F8FAFA !important;
}

body .tm-country-menu-clean .tm-country-option:hover,
body .tm-country-menu-clean .tm-country-option:focus {
    background: #F1F4F5 !important;
    color: #102335 !important;
    outline: none !important;
}

body .tm-country-menu-clean .tm-country-option-flag {
    font-size: 18px !important;
    line-height: 1 !important;
}

body .tm-country-menu-clean .tm-country-option-name {
    color: #091A28 !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
}

body .tm-country-menu-clean .tm-country-option-dial {
    color: #7B8890 !important;
    font-size: 14px !important;
    font-weight: 500 !important;
}

body .tm-country-menu-clean .tm-country-option[hidden] {
    display: none !important;
}

body .tm-country-menu-clean .tm-country-option:last-child {
    border-bottom: 0 !important;
}

/* v0.1.8: shared clean skin for route/boat dropdowns moved to body. */
body .tm-choice-menu-clean {
    background: #FFFFFF !important;
    border: 1px solid rgba(16, 35, 53, .10) !important;
    border-radius: 10px !important;
    box-shadow: 0 18px 45px rgba(9, 26, 40, .16) !important;
    max-height: 250px !important;
    overflow: auto !important;
    padding: 0 !important;
    position: fixed !important;
    z-index: 2147483600 !important;
}

body .tm-choice-menu-clean .tm-choice-list {
    display: grid !important;
}

body .tm-choice-menu-clean .tm-choice-option {
    background: #FFFFFF !important;
    border: 0 !important;
    border-bottom: 1px solid rgba(16, 35, 53, .07) !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    color: #091A28 !important;
    cursor: pointer !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    min-height: 38px !important;
    padding: 7px 12px !important;
    text-align: left !important;
    width: 100% !important;
}

body .tm-choice-menu-clean .tm-choice-option:nth-child(even) {
    background: #F8FAFA !important;
}

body .tm-choice-menu-clean .tm-choice-option:hover,
body .tm-choice-menu-clean .tm-choice-option:focus {
    background: #F1F4F5 !important;
    color: #102335 !important;
    outline: none !important;
}

body .tm-choice-menu-clean .tm-choice-option:last-child {
    border-bottom: 0 !important;
}

/* v0.2.0: neutral route/boat selectors and keep them above the phone field. */
.tm-reservas.tm-reservas-booking .tm-choice {
    z-index: 4 !important;
}

.tm-reservas.tm-reservas-booking .tm-choice-trigger {
    background: #FFFFFF !important;
    border: 1px solid rgba(16, 35, 53, .14) !important;
    border-radius: 14px !important;
    box-shadow: 0 10px 26px rgba(9, 26, 40, .035) !important;
    color: #091A28 !important;
}

.tm-reservas.tm-reservas-booking .tm-choice-trigger:hover,
.tm-reservas.tm-reservas-booking .tm-choice-trigger:focus,
.tm-reservas.tm-reservas-booking .tm-choice-trigger[aria-expanded="true"] {
    background: #FFFFFF !important;
    border-color: rgba(16, 35, 53, .30) !important;
    box-shadow: 0 0 0 3px rgba(16, 35, 53, .08) !important;
    color: #091A28 !important;
    outline: none !important;
}

.tm-reservas.tm-reservas-booking .tm-choice-trigger [data-tm-choice-label] {
    color: #091A28 !important;
}

.tm-reservas.tm-reservas-booking .tm-choice-caret {
    color: #687984 !important;
}

.tm-reservas.tm-reservas-booking .tm-country-phone-clean {
    z-index: 4 !important;
}

/* v0.3.14: unified operational panel. */
.tm-op-shell {
    --tm-navy: #102335;
    --tm-deep: #091A28;
    --tm-gold: #D3A359;
    --tm-sea: #F4FAFA;
    --tm-line: rgba(16, 35, 53, .11);
    --tm-text: #213D4C;
    background: linear-gradient(135deg, #F7FBFB 0%, #FFFFFF 42%, #F6F0E7 100%);
    border: 1px solid rgba(16, 35, 53, .08);
    border-radius: 26px;
    box-shadow: 0 28px 80px rgba(9, 26, 40, .08);
    color: var(--tm-deep);
    display: grid;
    gap: 20px;
    padding: 22px;
}

.tm-op-shell * {
    box-sizing: border-box;
}

.tm-op-hero-luxury,
.tm-op-section {
    background: rgba(255, 255, 255, .86);
    border: 1px solid var(--tm-line);
    border-radius: 22px;
    box-shadow: 0 18px 50px rgba(9, 26, 40, .06);
    padding: clamp(18px, 2.2vw, 24px);
}

.tm-op-hero-luxury {
    align-items: center;
    background: radial-gradient(circle at 82% 12%, rgba(211, 163, 89, .24), transparent 32%), linear-gradient(135deg, #102335, #173B54);
    color: #fff;
    display: grid;
    gap: 20px;
    grid-template-columns: minmax(0, 1fr) auto;
}

.tm-op-kicker,
.tm-op-section-head span,
.tm-op-metric-grid span,
.tm-op-card > h4 + p span {
    color: var(--tm-gold);
    display: block;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.tm-op-hero-luxury h2,
.tm-op-section-head h3 {
    color: inherit;
    font-size: clamp(30px, 4vw, 52px);
    letter-spacing: -.04em;
    line-height: .96;
    margin: 8px 0 10px;
}

.tm-op-section-head h3 {
    color: var(--tm-deep);
    font-size: clamp(26px, 3vw, 38px);
}

.tm-op-hero-luxury p,
.tm-op-section-head p,
.tm-op-card p,
.tm-op-help {
    color: #526A75;
    font-size: 15px;
    line-height: 1.65;
    margin: 0;
}

.tm-op-hero-luxury p {
    color: rgba(255,255,255,.82);
}

.tm-op-guide-control {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-end;
}

.tm-op-guide-control label,
.tm-op-menu button,
.tm-op-form button,
.tm-op-record-actions button,
.tm-op-boat-price-card button {
    background: #fff;
    border: 1px solid rgba(255,255,255,.4);
    border-radius: 999px;
    color: var(--tm-navy);
    cursor: pointer;
    font-weight: 900;
    padding: 12px 16px;
    text-decoration: none;
}

.tm-op-guide-control label {
    align-items: center;
    display: inline-flex;
    gap: 8px;
}

.tm-op-form button,
.tm-op-boat-price-card button {
    background: var(--tm-navy);
    border-color: var(--tm-navy);
    color: #fff;
}

.tm-op-alert {
    background: #EFF8F5;
    border: 1px solid rgba(46, 139, 87, .20);
    border-left: 6px solid #2E8B57;
    border-radius: 16px;
    color: #184D35;
    font-weight: 800;
    padding: 14px 16px;
}

.tm-op-topbar {
    align-items: center;
    background: rgba(255,255,255,.92);
    border: 1px solid var(--tm-line);
    border-radius: 18px;
    box-shadow: 0 15px 40px rgba(9, 26, 40, .05);
    display: grid;
    gap: 14px;
    grid-template-columns: auto minmax(0, 1fr) auto;
    padding: 10px 12px;
    position: sticky;
    top: 20px;
    z-index: 60;
}

.tm-op-topbar > strong {
    color: var(--tm-deep);
    font-size: 15px;
    font-weight: 950;
    letter-spacing: .03em;
    white-space: nowrap;
}

.tm-op-menu {
    align-items: center;
    background: rgba(255,255,255,.86);
    border: 1px solid var(--tm-line);
    border-radius: 18px;
    box-shadow: 0 15px 40px rgba(9, 26, 40, .05);
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 10px;
    position: sticky;
    top: 20px;
    z-index: 50;
}

.tm-op-topbar .tm-op-menu {
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    justify-content: center;
    padding: 0;
    position: static;
    z-index: auto;
}

.tm-op-menu button {
    background: #F7FAFA;
    border-color: rgba(16, 35, 53, .08);
    color: var(--tm-text);
    padding: 10px 14px;
}

.tm-op-menu button:hover,
.tm-op-menu button.is-active {
    background: var(--tm-navy);
    color: #fff;
}

.tm-op-section {
    display: none;
}

.tm-op-section.is-active {
    display: block;
}

.tm-op-section[data-tm-panel="dashboard"] {
    background: transparent;
    border: 0;
    box-shadow: none;
    padding: 0;
}

.tm-op-section-head {
    align-items: end;
    display: grid;
    gap: 18px;
    grid-template-columns: minmax(0, 1fr) minmax(220px, 420px);
    margin-bottom: 20px;
}

.tm-op-metric-grid,
.tm-op-status-grid,
.tm-op-price-grid {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.tm-op-status-grid,
.tm-op-price-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 16px;
}

.tm-op-price-grid {
    grid-template-columns: minmax(0, 1fr);
}

.tm-op-metric-grid article,
.tm-op-status-grid article,
.tm-op-card {
    background: linear-gradient(135deg, #FFFFFF 0%, #F8FBFB 100%);
    border: 1px solid var(--tm-line);
    border-radius: 18px;
    box-shadow: 0 14px 36px rgba(9, 26, 40, .045);
    padding: clamp(16px, 1.8vw, 20px);
}

.tm-op-metric-grid strong {
    color: var(--tm-deep);
    display: block;
    font-size: 42px;
    line-height: 1;
    margin: 12px 0 10px;
}

.tm-op-metric-grid a {
    color: #0F5E91;
    font-weight: 900;
    text-decoration: none;
}

.tm-op-status-grid article {
    border-left: 6px solid #D3A359;
}

.tm-op-status-grid article.is-ready {
    border-left-color: #2E8B57;
}

.tm-op-status-grid article.is-pending {
    border-left-color: #C47D42;
}

.tm-op-status-grid article > span {
    background: #F7FAFA;
    border-radius: 999px;
    color: #526A75;
    display: inline-block;
    font-size: 12px;
    font-weight: 900;
    margin-bottom: 10px;
    padding: 6px 10px;
}

.tm-op-status-grid strong,
.tm-op-card h4 {
    color: var(--tm-deep);
    display: block;
    font-size: 20px;
    line-height: 1.15;
    margin: 0 0 8px;
}

.tm-op-two-cols {
    display: grid;
    gap: 18px;
    grid-template-columns: minmax(320px, .85fr) minmax(320px, 1.15fr);
}

.tm-op-form {
    display: grid;
    gap: 14px;
}

.tm-op-form label,
.tm-op-route-price-list label {
    display: grid;
    gap: 7px;
}

.tm-op-form label > span,
.tm-op-check,
.tm-op-checkbox-grid > strong {
    color: var(--tm-text);
    font-size: 14px;
    font-weight: 900;
}

.tm-op-form input[type="text"],
.tm-op-form input[type="number"],
.tm-op-form input[type="time"],
.tm-op-form select,
.tm-op-form textarea,
.tm-op-route-price-list input[type="number"] {
    background: #fff;
    border: 1px solid rgba(16, 35, 53, .15);
    border-radius: 13px;
    box-shadow: 0 10px 26px rgba(9, 26, 40, .035);
    color: var(--tm-deep);
    min-height: 44px;
    padding: 10px 12px;
    width: 100%;
}

.tm-op-form input:focus,
.tm-op-form select:focus,
.tm-op-form textarea:focus,
.tm-op-route-price-list input:focus {
    border-color: var(--tm-gold);
    box-shadow: 0 0 0 4px rgba(211, 163, 89, .16);
    outline: none;
}

.tm-op-mini-grid {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.tm-op-checkbox-grid {
    background: #F7FAFA;
    border: 1px solid rgba(16, 35, 53, .08);
    border-radius: 14px;
    display: grid;
    gap: 8px;
    max-height: 220px;
    overflow: auto;
    padding: 14px;
}

.tm-op-checkbox-grid label {
    align-items: center;
    display: flex;
    flex-direction: row;
    gap: 8px;
    min-height: 34px;
    padding: 4px 2px;
}

.tm-op-list {
    display: grid;
    gap: 10px;
    max-height: 560px;
    overflow: auto;
}

.tm-op-list article {
    background: #fff;
    border: 1px solid rgba(16, 35, 53, .08);
    border-radius: 14px;
    display: grid;
    gap: 5px;
    padding: 14px;
}

.tm-op-list [data-tm-item-panel],
.tm-op-price-grid [data-tm-item-panel] {
    display: none;
}

.tm-op-list [data-tm-item-panel].is-active,
.tm-op-price-grid [data-tm-item-panel].is-active {
    display: grid;
}

.tm-op-select-one {
    display: grid;
    gap: 7px;
    margin: 14px 0;
}

.tm-op-select-one span {
    color: var(--tm-text);
    font-size: 13px;
    font-weight: 900;
}

.tm-op-select-one select {
    background: #fff;
    border: 1px solid rgba(16, 35, 53, .15);
    border-radius: 13px;
    box-shadow: 0 10px 26px rgba(9, 26, 40, .035);
    color: var(--tm-deep);
    min-height: 44px;
    padding: 10px 12px;
    width: 100%;
}

.tm-op-guide-note {
    background: #FFFBF3;
    border: 1px solid rgba(211, 163, 89, .22);
    border-left: 5px solid var(--tm-gold);
    border-radius: 14px;
    color: #6F542B;
    display: none;
    font-size: 14px;
    font-weight: 650;
    line-height: 1.55;
    margin: 0 0 14px;
    padding: 12px 14px;
}

.tm-op-shell.is-guide-active .tm-op-guide-note {
    display: block;
}

.tm-op-selector-card {
    align-items: center;
    display: grid;
    gap: 16px;
    grid-template-columns: minmax(0, 1fr) minmax(240px, 360px);
    margin: 18px 0;
}

.tm-op-selector-card .tm-op-select-one {
    margin: 0;
}

.tm-op-list span,
.tm-op-list small {
    color: #526A75;
}

.tm-op-terms-list {
    display: grid;
    gap: 8px;
    margin-top: 14px;
}

.tm-op-terms-list span {
    background: #F7FAFA;
    border: 1px solid rgba(16, 35, 53, .08);
    border-radius: 999px;
    color: var(--tm-text);
    font-weight: 800;
    padding: 9px 12px;
}

.tm-op-boat-price-card header {
    align-items: center;
    display: flex;
    gap: 12px;
    justify-content: space-between;
    margin-bottom: 10px;
}

.tm-op-route-price-list {
    border: 1px solid rgba(16, 35, 53, .08);
    border-radius: 16px;
    display: grid;
    margin: 16px 0;
    max-height: 360px;
    overflow: auto;
}

.tm-op-route-price-list label {
    align-items: center;
    border-bottom: 1px solid rgba(16, 35, 53, .07);
    grid-template-columns: auto minmax(120px, 1fr) 150px;
    padding: 10px;
}

.tm-op-route-price-list label:nth-child(even) {
    background: #F8FAFA;
}

.tm-op-route-price-list label:last-child {
    border-bottom: 0;
}

.tm-op-record-actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 14px;
}

.tm-op-record-actions button {
    background: #F7FAFA;
    border-color: rgba(16, 35, 53, .14);
}

.tm-op-record-actions .tm-op-danger {
    background: #FFF4F1;
    border-color: rgba(184, 91, 91, .24);
    color: #B85B5B;
}

.tm-op-table-wrap {
    border: 1px solid var(--tm-line);
    border-radius: 18px;
    overflow: auto;
}

.tm-op-table {
    border-collapse: separate;
    border-spacing: 0;
    min-width: 980px;
    width: 100%;
}

.tm-op-table th {
    background: var(--tm-navy);
    color: #fff;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .08em;
    padding: 16px 14px;
    text-align: left;
    text-transform: uppercase;
}

.tm-op-table td {
    background: #fff;
    border-bottom: 1px solid rgba(16, 35, 53, .07);
    color: var(--tm-deep);
    padding: 14px;
    vertical-align: middle;
}

.tm-op-table tr:nth-child(even) td {
    background: #F8FAFA;
}

.tm-op-table button[data-tm-copy] {
    background: transparent;
    border: 0;
    color: var(--tm-deep);
    cursor: pointer;
    display: block;
    font: inherit;
    font-weight: 800;
    padding: 0;
    text-align: left;
}

.tm-op-table button[data-tm-copy].is-copied::after {
    content: none;
}

.tm-op-pill {
    background: #F7FAFA;
    border-radius: 999px;
    color: #526A75;
    display: inline-flex;
    font-weight: 900;
    padding: 7px 10px;
}

.tm-op-pill.is-confirmed {
    background: #E6FAF7;
    color: #087A78;
}

.tm-op-pill.is-pending {
    background: #FFF5E4;
    color: #94631F;
}

.tm-op-pill.is-rejected {
    background: #FFF0F0;
    color: #A44747;
}

.tm-op-hidden-form {
    display: none;
}

.tm-op-office-form {
    background: #fff;
    border: 1px solid var(--tm-line);
    border-radius: 18px;
    padding: 22px;
}

.tm-op-form input[type="date"],
.tm-op-form input[type="email"],
.tm-op-form input[type="tel"] {
    background: #fff;
    border: 1px solid rgba(16, 35, 53, .15);
    border-radius: 13px;
    box-shadow: 0 10px 26px rgba(9, 26, 40, .035);
    color: var(--tm-deep);
    min-height: 44px;
    padding: 10px 12px;
    width: 100%;
}

.tm-op-row-actions,
.tm-op-payment-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.tm-op-row-actions {
    margin-bottom: 10px;
}

.tm-op-action {
    align-items: center;
    background: #F7FAFA;
    border: 1px solid rgba(16, 35, 53, .14);
    border-radius: 999px;
    color: var(--tm-deep);
    display: inline-flex;
    font-size: 13px;
    font-weight: 900;
    min-height: 36px;
    padding: 8px 12px;
    text-decoration: none;
}

.tm-op-payment-list {
    display: grid;
    gap: 10px;
    margin: 0;
}

.tm-op-payment-list article {
    background: #FFFFFF;
    border: 1px solid rgba(16, 35, 53, .12);
    border-radius: 16px;
    display: grid;
    gap: 5px;
    padding: 14px;
}

.tm-op-payment-list article.is-pending {
    background: #FFFAF1;
    border-color: rgba(211, 163, 89, .55);
}

.tm-op-payment-list span,
.tm-op-payment-list small {
    color: #526A75;
    font-size: 13px;
}

.tm-op-payment-actions form {
    margin: 0;
}

.tm-op-payment-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.tm-op-payment-actions button,
.tm-op-payment-form button {
    background: var(--tm-deep);
    border: 0;
    border-radius: 999px;
    color: #FFFFFF;
    cursor: pointer;
    font-weight: 800;
    min-height: 38px;
    padding: 8px 14px;
}

.tm-op-payment-actions .tm-op-danger {
    background: #FFF0F0;
    border: 1px solid rgba(155, 36, 36, .2);
    color: #9B2424;
}

.tm-op-payment-form {
    gap: 10px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 0;
    padding-top: 0;
}

.tm-op-field-wide,
.tm-op-payment-form button {
    grid-column: 1 / -1;
}

.tm-op-modal[hidden] {
    display: none !important;
}

.tm-op-modal {
    box-sizing: border-box;
    display: grid;
    inset: 0;
    padding: clamp(12px, 3vw, 30px);
    place-items: center;
    position: fixed;
    z-index: 99990;
}

.tm-op-modal-backdrop {
    background: rgba(8, 25, 39, .38) !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    cursor: pointer;
    height: auto !important;
    inset: 0;
    margin: 0 !important;
    min-height: 0 !important;
    min-width: 0 !important;
    opacity: 1;
    padding: 0 !important;
    position: fixed;
    transform: none !important;
    width: auto !important;
}

.tm-op-modal-backdrop:hover,
.tm-op-modal-backdrop:focus,
.tm-op-modal-backdrop:active {
    background: rgba(8, 25, 39, .38) !important;
    border: 0 !important;
    box-shadow: none !important;
    outline: 0;
    transform: none !important;
}

.tm-op-modal-backdrop::before,
.tm-op-modal-backdrop::after {
    content: none !important;
    display: none !important;
}

.tm-op-modal-panel {
    background: #FFFFFF;
    border: 1px solid rgba(16, 35, 53, .14);
    border-radius: 24px;
    box-sizing: border-box;
    box-shadow: 0 28px 70px rgba(8, 25, 39, .22);
    max-height: calc(100dvh - 48px);
    overflow: auto;
    position: relative;
    width: min(1320px, calc(100vw - 80px));
    z-index: 1;
}

.tm-op-modal-panel--payments {
    width: min(1400px, calc(100vw - 80px));
}

.tm-op-modal-head {
    align-items: flex-start;
    border-bottom: 1px solid rgba(16, 35, 53, .1);
    display: flex;
    gap: 20px;
    justify-content: space-between;
    padding: 26px 28px;
}

.tm-op-modal-head span {
    color: var(--tm-gold);
    display: block;
    font-size: .78rem;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.tm-op-modal-head h4 {
    color: var(--tm-deep);
    font-size: clamp(1.45rem, 2.6vw, 2rem);
    font-weight: 500;
    line-height: 1.05;
    margin: .2rem 0;
}

.tm-op-modal-head p {
    color: #5D7482;
    font-weight: 400;
    margin: 0;
}

.tm-op-modal-head [data-tm-op-modal-close] {
    background: #F7FAFA;
    border: 1px solid rgba(16, 35, 53, .14);
    border-radius: 999px;
    color: var(--tm-deep);
    cursor: pointer;
    flex: 0 0 auto;
    font-weight: 600;
    padding: .65rem 1rem;
}

.tm-op-modal-body {
    padding: 26px 28px 28px;
}

.tm-op-modal-panel--payments .tm-op-modal-body {
    align-items: start;
    display: grid;
    gap: 22px;
    grid-template-columns: minmax(0, 1fr) minmax(320px, .9fr);
}

.tm-op-modal-block {
    background: linear-gradient(135deg, #FFFFFF, #F7FBFC);
    border: 1px solid rgba(16, 35, 53, .12);
    border-radius: 20px;
    padding: 20px;
}

.tm-op-modal-block h5 {
    color: var(--tm-deep);
    font-size: 1rem;
    letter-spacing: .08em;
    margin: 0 0 14px;
    text-transform: uppercase;
}

.tm-op-client-grid {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.tm-op-client-grid article,
.tm-op-guests-grid article {
    background: #F8FBFC;
    border: 1px solid rgba(16, 35, 53, .1);
    border-radius: 16px;
    min-width: 0;
    padding: 18px 20px;
}

.tm-op-client-grid span,
.tm-op-guests-grid span {
    color: #6B7F8D;
    display: block;
    font-size: .75rem;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.tm-op-client-grid button {
    background: transparent;
    border: 0;
    color: var(--tm-deep);
    cursor: pointer;
    display: block;
    font-size: 1rem;
    font-weight: 500 !important;
    line-height: 1.35;
    max-width: 100%;
    overflow-wrap: anywhere;
    padding: 0;
    text-align: left;
    white-space: normal;
    width: 100%;
    word-break: break-word;
}

.tm-op-client-grid strong,
.tm-op-guests-grid strong {
    color: var(--tm-deep);
    display: block;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.35;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.tm-op-guests-grid {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
}

.tm-op-guests-grid article > span {
    background: var(--tm-cyan);
    border-radius: 50%;
    color: #FFFFFF;
    display: inline-grid;
    height: 30px;
    margin-bottom: 8px;
    place-items: center;
    width: 30px;
}

.tm-op-guests-grid small {
    color: #5D7482;
    display: block;
    margin-top: 4px;
}

.tm-op-modal-footer {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
    padding: 0 28px 28px;
}

.tm-op-modal-footer .tm-op-action {
    font-size: .95rem;
    font-weight: 500 !important;
    min-height: 38px;
    padding: .62rem 1rem;
}

.tm-op-modal-whatsapp {
    background: #25D366 !important;
    border-color: #25D366 !important;
    color: #052D17 !important;
}

.tm-op-empty-state {
    color: #5D7482;
    font-style: italic;
    margin: 0;
}

html.tm-op-modal-open {
    overflow: hidden;
}

@media (max-width: 900px) {
    .tm-op-modal {
        align-items: start;
        padding: 10px;
    }

    .tm-op-modal-panel,
    .tm-op-modal-panel--payments {
        border-radius: 18px;
        max-height: calc(100dvh - 20px);
        width: calc(100vw - 20px);
    }

    .tm-op-modal-head,
    .tm-op-modal-body,
    .tm-op-modal-footer {
        padding-left: 18px;
        padding-right: 18px;
    }

    .tm-op-modal-panel--payments .tm-op-modal-body {
        grid-template-columns: 1fr;
    }

    .tm-op-client-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .tm-op-modal-head h4 {
        font-size: clamp(2rem, 8vw, 2.75rem);
    }

    .tm-op-client-grid article,
    .tm-op-guests-grid article {
        padding: 16px 18px;
    }

    .tm-op-payment-form {
        grid-template-columns: 1fr;
    }

    .tm-op-modal-footer {
        flex-direction: column;
        justify-content: stretch;
    }

    .tm-op-modal-footer .tm-op-action {
        justify-content: center;
        width: 100%;
    }

    .tm-op-topbar {
        align-items: stretch;
        grid-template-columns: 1fr;
        top: 10px;
    }

    .tm-op-topbar .tm-op-menu {
        flex-wrap: nowrap;
        justify-content: flex-start;
        overflow-x: auto;
        padding-bottom: 2px;
    }

    .tm-op-topbar .tm-op-guide-control {
        justify-content: flex-start;
    }

    .tm-op-hero-luxury {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 620px) {
    .tm-op-client-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 560px) {
    .tm-op-modal-head {
        align-items: flex-start;
        flex-direction: column;
    }

    .tm-op-modal-head [data-tm-op-modal-close] {
        align-self: flex-start;
    }

    .tm-op-modal-body {
        padding-top: 18px;
    }
}

.tm-reservas.tm-op-shell-lite .tm-op-topbar {
    align-items: center;
    background: rgba(255,255,255,.94);
    border: 1px solid var(--tm-line);
    border-radius: 18px;
    box-shadow: 0 15px 40px rgba(9, 26, 40, .05);
    display: grid;
    gap: 14px;
    grid-template-columns: auto minmax(0, 1fr) auto;
    margin: 0;
    padding: 10px 12px;
    position: sticky;
    top: 20px;
    z-index: 60;
}

.tm-reservas.tm-op-shell-lite .tm-op-topbar .tm-op-menu {
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    justify-content: center;
    margin: 0;
    padding: 0;
    position: static;
}

.tm-reservas.tm-op-shell-lite .tm-op-section[data-tm-panel="dashboard"] {
    background: transparent;
    border: 0;
    box-shadow: none;
    padding: 0;
}

@media (max-width: 900px) {
    .tm-reservas.tm-op-shell-lite .tm-op-topbar {
        align-items: stretch;
        grid-template-columns: 1fr;
        top: 10px;
    }

    .tm-reservas.tm-op-shell-lite .tm-op-topbar .tm-op-menu {
        flex-wrap: nowrap;
        justify-content: flex-start;
        overflow-x: auto;
    }
}

.tm-op-empty {
    color: #526A75 !important;
    font-style: italic;
    text-align: center;
}

.tm-op-guide-modal {
    inset: 0;
    position: fixed;
    z-index: 2147483500;
}

.tm-op-shell input[type="checkbox"] {
    appearance: auto !important;
    -webkit-appearance: checkbox !important;
    background: #fff !important;
    border: 1px solid rgba(16, 35, 53, .28) !important;
    border-radius: 4px !important;
    box-shadow: none !important;
    cursor: pointer;
    display: inline-block !important;
    flex: 0 0 auto;
    height: 16px !important;
    margin: 0 !important;
    min-height: 0 !important;
    padding: 0 !important;
    vertical-align: middle;
    width: 16px !important;
}

.tm-op-shell .tm-op-table input[type="checkbox"] {
    height: 15px !important;
    width: 15px !important;
}

.tm-op-check {
    align-items: center;
    background: #F7FAFA;
    border: 1px solid rgba(16, 35, 53, .08);
    border-radius: 999px;
    display: inline-flex !important;
    gap: 8px !important;
    justify-self: start;
    min-height: auto !important;
    padding: 9px 12px;
}

.tm-op-check input,
.tm-op-guide-control input,
.tm-op-checkbox-grid input,
.tm-op-route-price-list input[type="checkbox"] {
    margin-right: 2px !important;
}

.tm-op-footer-credit {
    align-items: center;
    border-top: 1px solid rgba(16, 35, 53, .08);
    color: rgba(16, 35, 53, .54);
    display: flex;
    flex-wrap: wrap;
    gap: 8px 14px;
    justify-content: center;
    margin: 4px 8px 0;
    padding: 14px 10px 2px;
    text-align: center;
}

.tm-op-footer-credit span {
    color: rgba(16, 35, 53, .48);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.tm-op-footer-credit p {
    color: rgba(16, 35, 53, .58);
    font-size: 12px;
    margin: 0;
}

.tm-op-footer-credit a {
    color: rgba(16, 35, 53, .72);
    font-weight: 800;
    text-decoration: none;
}

.tm-op-guide-control button {
    background: rgba(255,255,255,.96);
    border: 1px solid rgba(255,255,255,.46);
    border-radius: 999px;
    color: var(--tm-navy);
    cursor: pointer;
    font-weight: 900;
    padding: 12px 18px;
}

.tm-op-guide-control button.is-active {
    background: var(--tm-gold);
    border-color: var(--tm-gold);
    color: #091A28;
}

.tm-op-edit-panel {
    padding: 0 !important;
}

.tm-op-edit-panel > .tm-op-form {
    padding: 16px;
}

.tm-op-panel-title {
    align-items: center;
    background: var(--tm-navy);
    border-radius: 14px;
    color: #fff;
    display: flex;
    gap: 14px;
    justify-content: space-between;
    margin-bottom: 14px;
    padding: 16px;
}

.tm-op-panel-title span {
    color: var(--tm-gold);
    display: block;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.tm-op-panel-title strong {
    color: #fff;
    display: block;
    font-size: 22px;
    line-height: 1.1;
}

.tm-op-panel-title button,
.tm-op-route-add {
    background: #fff;
    border: 1px solid rgba(255,255,255,.4);
    border-radius: 999px;
    color: var(--tm-navy);
    cursor: pointer;
    font-weight: 900;
    padding: 11px 16px;
}

.tm-op-route-builder {
    gap: 16px;
}

.tm-op-route-block,
.tm-op-route-stop,
.tm-op-danger-zone {
    background: #fff;
    border: 1px solid rgba(16, 35, 53, .10);
    border-radius: 18px;
    display: grid;
    gap: 12px;
    padding: 16px;
}

.tm-op-route-block {
    border-left: 6px solid var(--tm-gold);
}

.tm-op-route-block.is-departure {
    background: linear-gradient(135deg, #FFFFFF 0%, #F5FBF8 100%);
    border-left-color: #2E8B57;
}

.tm-op-route-block.is-return {
    background: linear-gradient(135deg, #FFFFFF 0%, #FFF7F6 100%);
    border-left-color: #B85B5B;
}

.tm-op-route-block h5 {
    color: var(--tm-deep);
    font-size: 22px;
    line-height: 1.1;
    margin: 0;
}

.tm-op-route-block h5 span {
    color: var(--tm-gold);
    display: block;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .12em;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.tm-op-route-segment-grid {
    display: grid;
    gap: 12px;
    grid-template-columns: minmax(160px, 1.3fr) minmax(120px, .7fr) minmax(160px, 1.3fr) minmax(120px, .7fr) minmax(120px, .65fr);
}

.tm-op-route-stops {
    display: grid;
    gap: 12px;
}

.tm-op-route-stop {
    position: relative;
}

.tm-op-route-remove,
.tm-op-delete-button {
    background: #FFF4F1;
    border: 1px solid rgba(184, 91, 91, .25);
    border-radius: 999px;
    color: #B85B5B;
    cursor: pointer;
    font-weight: 900;
    justify-self: end;
    padding: 9px 13px;
}

.tm-op-route-add {
    background: var(--tm-navy);
    border-color: var(--tm-navy);
    color: #fff;
    justify-self: start;
}

.tm-op-danger-zone {
    background: #FFF9F7;
    border-color: rgba(184, 91, 91, .18);
    margin-top: 14px;
}

.tm-op-danger-zone p {
    color: #8E4B4B;
    font-size: 13px;
    font-weight: 750;
}

.tm-op-shell .tm-op-menu button,
.tm-op-shell .tm-op-form button,
.tm-op-shell .tm-op-record-actions button,
.tm-op-shell .tm-op-boat-price-card button,
.tm-op-shell .tm-op-guide-control button,
.tm-op-shell .tm-op-panel-title button,
.tm-op-shell .tm-op-route-add,
.tm-op-shell .tm-op-route-remove,
.tm-op-shell .tm-op-delete-button {
    border-radius: 999px !important;
    transform: none !important;
    transition: background-color .18s ease, border-color .18s ease, color .18s ease, box-shadow .18s ease;
}

.tm-op-shell .tm-op-menu button:hover,
.tm-op-shell .tm-op-form button:hover,
.tm-op-shell .tm-op-record-actions button:hover,
.tm-op-shell .tm-op-boat-price-card button:hover,
.tm-op-shell .tm-op-guide-control button:hover,
.tm-op-shell .tm-op-panel-title button:hover,
.tm-op-shell .tm-op-route-add:hover,
.tm-op-shell .tm-op-route-remove:hover,
.tm-op-shell .tm-op-delete-button:hover {
    border-radius: 999px !important;
    transform: none !important;
}

.tm-op-section[data-tm-panel="routes"] .tm-op-two-cols {
    grid-template-columns: minmax(0, 1fr);
}

.tm-op-section[data-tm-panel="routes"] .tm-op-card {
    overflow: hidden;
}

.tm-op-section[data-tm-panel="routes"] .tm-op-list {
    max-height: none;
    overflow: visible;
}

.tm-op-section[data-tm-panel="routes"] .tm-op-route-builder {
    max-width: 100%;
    overflow: hidden;
}

.tm-op-section[data-tm-panel="routes"] .tm-op-route-segment-grid {
    grid-template-columns: minmax(180px, 1.15fr) minmax(130px, .7fr) minmax(180px, 1.15fr) minmax(130px, .7fr) minmax(120px, .6fr);
}

.tm-op-section[data-tm-panel="routes"] .tm-op-route-block,
.tm-op-section[data-tm-panel="routes"] .tm-op-route-stop {
    min-width: 0;
    overflow: hidden;
}

.tm-op-section[data-tm-panel="routes"] .tm-op-route-block > p,
.tm-op-section[data-tm-panel="routes"] .tm-op-route-block textarea {
    max-width: 100%;
}

@media (max-width: 1380px) {
    .tm-op-section[data-tm-panel="routes"] .tm-op-route-segment-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .tm-op-section[data-tm-panel="routes"] .tm-op-route-segment-grid label:last-child {
        grid-column: 1 / -1;
    }
}

@media (max-width: 900px) {
    .tm-op-shell {
        border-radius: 16px;
        padding: 12px;
    }

    .tm-op-menu {
        flex-wrap: nowrap;
        overflow-x: auto;
        padding: 8px;
        scroll-snap-type: x proximity;
        top: 8px;
    }

    .tm-op-menu button {
        flex: 0 0 auto;
        scroll-snap-align: start;
        white-space: nowrap;
    }

    .tm-op-section-head,
    .tm-op-selector-card,
    .tm-op-panel-title {
        grid-template-columns: 1fr;
    }

    .tm-op-panel-title {
        align-items: flex-start;
        display: grid;
    }

    .tm-op-panel-title button {
        justify-self: start;
    }

    .tm-op-hero-luxury h2,
    .tm-op-section-head h3 {
        font-size: clamp(28px, 9vw, 40px);
    }
}

@media (max-width: 640px) {
    .tm-op-shell {
        margin-inline: 0;
        padding: 10px;
    }

    .tm-op-two-cols,
    .tm-op-mini-grid,
    .tm-op-route-segment-grid,
    .tm-op-section[data-tm-panel="routes"] .tm-op-route-segment-grid {
        grid-template-columns: 1fr;
    }

    .tm-op-card,
    .tm-op-route-block,
    .tm-op-route-stop {
        border-radius: 16px;
        padding: 14px;
    }

    .tm-op-route-block {
        border-left-width: 4px;
    }

    .tm-op-route-block h5 {
        font-size: 20px;
    }

    .tm-op-form input[type="text"],
    .tm-op-form input[type="number"],
    .tm-op-form input[type="time"],
    .tm-op-form select,
    .tm-op-form textarea,
    .tm-op-select-one select {
        font-size: 16px;
        min-height: 48px;
    }

    .tm-op-form button,
    .tm-op-route-add,
    .tm-op-delete-button {
        justify-content: center;
        text-align: center;
        width: 100%;
    }
}

.tm-op-guide-modal[hidden] {
    display: none;
}

.tm-op-guide-backdrop {
    background: rgba(9, 26, 40, .55);
    inset: 0;
    position: absolute;
}

.tm-op-guide-dialog {
    background: #fff;
    border-radius: 24px;
    box-shadow: 0 35px 90px rgba(9, 26, 40, .24);
    left: 50%;
    max-height: calc(100vh - 60px);
    max-width: 900px;
    overflow: auto;
    padding: 28px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: calc(100vw - 36px);
}

.tm-op-guide-dialog h3 {
    color: var(--tm-deep);
    font-size: 36px;
    line-height: 1;
    margin: 8px 0 20px;
}

.tm-op-guide-close {
    background: var(--tm-navy);
    border: 0;
    border-radius: 999px;
    color: #fff;
    cursor: pointer;
    font-size: 24px;
    height: 42px;
    position: absolute;
    right: 18px;
    top: 18px;
    width: 42px;
}

.tm-op-guide-grid {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.tm-op-guide-grid article {
    background: linear-gradient(135deg, #FFFFFF 0%, #F8FBFB 100%);
    border: 1px solid rgba(16, 35, 53, .08);
    border-left: 5px solid var(--tm-gold);
    border-radius: 16px;
    padding: 16px;
}

.tm-op-guide-grid strong {
    color: var(--tm-deep);
}

.tm-op-color-chip {
    background: var(--tm-boat-color, var(--tm-gold));
    border: 2px solid rgba(255, 255, 255, .9);
    border-radius: 999px;
    box-shadow: 0 8px 20px rgba(9, 26, 40, .18);
    display: inline-block;
    height: 30px;
    width: 30px;
}

.tm-op-color-field {
    align-items: center;
    background: rgba(16, 35, 53, .035);
    border: 1px solid rgba(16, 35, 53, .08);
    border-radius: 18px;
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-between;
    padding: 10px 12px;
}

.tm-op-color-field input[type="color"],
.tm-op-form input[type="color"] {
    background: transparent;
    border: 0;
    cursor: pointer;
    height: 42px;
    min-height: 42px;
    padding: 0;
    width: 64px;
}

.tm-calendar-shell {
    display: grid;
    gap: 18px;
}

.tm-calendar-hero {
    align-items: center;
    background: linear-gradient(135deg, var(--tm-navy), #173B54);
    border-radius: 28px;
    color: #fff;
    display: grid;
    gap: 20px;
    grid-template-columns: minmax(0, 1fr) auto;
    overflow: hidden;
    padding: 28px;
    position: relative;
}

.tm-calendar-hero::after {
    background: radial-gradient(circle, rgba(103, 199, 236, .2), transparent 62%);
    content: "";
    height: 260px;
    position: absolute;
    right: -90px;
    top: -110px;
    width: 260px;
}

.tm-calendar-hero > * {
    position: relative;
    z-index: 1;
}

.tm-calendar-hero span,
.tm-calendar-legend > strong {
    color: var(--tm-gold);
    display: block;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .11em;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.tm-calendar-hero h2 {
    color: #fff;
    font-size: clamp(34px, 5vw, 58px);
    line-height: .95;
    margin: 0 0 10px;
}

.tm-calendar-hero p {
    color: rgba(255, 255, 255, .78);
    font-size: 17px;
    margin: 0;
    max-width: 760px;
}

.tm-calendar-actions {
    align-items: center;
    display: flex;
    gap: 10px;
}

.tm-calendar-actions a,
.tm-calendar-actions strong {
    background: rgba(255, 255, 255, .1);
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 999px;
    color: #fff;
    display: inline-flex;
    font-weight: 900;
    padding: 12px 16px;
    text-decoration: none;
    white-space: nowrap;
}

.tm-calendar-actions strong {
    background: #fff;
    color: var(--tm-navy);
}

.tm-calendar-legend,
.tm-calendar-list {
    background: #fff;
    border: 1px solid rgba(16, 35, 53, .1);
    border-radius: 24px;
    box-shadow: 0 18px 45px rgba(9, 26, 40, .055);
    padding: 20px;
}

.tm-calendar-legend div {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.tm-calendar-legend span {
    align-items: center;
    background: #F8FAFA;
    border: 1px solid rgba(16, 35, 53, .08);
    border-radius: 999px;
    color: var(--tm-deep);
    display: inline-flex;
    font-weight: 800;
    gap: 8px;
    padding: 9px 12px;
}

.tm-calendar-legend i,
.tm-calendar-boat-dot {
    border-radius: 999px;
    display: inline-block;
    height: 14px;
    width: 14px;
}

.tm-calendar-boat-dot {
    margin-right: 8px;
    vertical-align: -2px;
}

.tm-calendar-grid {
    background: #fff;
    border: 1px solid rgba(16, 35, 53, .1);
    border-radius: 28px;
    box-shadow: 0 22px 55px rgba(9, 26, 40, .065);
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    overflow: hidden;
}

.tm-calendar-weekday {
    background: var(--tm-navy);
    color: #fff;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .08em;
    padding: 14px;
    text-transform: uppercase;
}

.tm-calendar-day {
    background: #fff;
    border-bottom: 1px solid rgba(16, 35, 53, .08);
    border-right: 1px solid rgba(16, 35, 53, .08);
    min-height: 154px;
    padding: 12px;
}

.tm-calendar-day:nth-child(14n + 8),
.tm-calendar-day:nth-child(14n + 9),
.tm-calendar-day:nth-child(14n + 10),
.tm-calendar-day:nth-child(14n + 11),
.tm-calendar-day:nth-child(14n + 12),
.tm-calendar-day:nth-child(14n + 13),
.tm-calendar-day:nth-child(14n + 14) {
    background: #FAFCFC;
}

.tm-calendar-day.is-empty {
    background: #F5F8F8;
}

.tm-calendar-day.is-today {
    box-shadow: inset 0 0 0 2px var(--tm-gold);
}

.tm-calendar-day header {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
}

.tm-calendar-day header span {
    color: var(--tm-deep);
    font-size: 20px;
    font-weight: 900;
}

.tm-calendar-day header small {
    color: var(--tm-muted);
    font-size: 11px;
    font-weight: 800;
}

.tm-calendar-events {
    display: grid;
    gap: 7px;
}

.tm-calendar-event {
    background: linear-gradient(135deg, color-mix(in srgb, var(--tm-event-color) 18%, #fff), #fff);
    border: 1px solid color-mix(in srgb, var(--tm-event-color) 32%, rgba(16, 35, 53, .08));
    border-left: 5px solid var(--tm-event-color);
    border-radius: 14px;
    box-shadow: 0 10px 24px rgba(9, 26, 40, .055);
    display: grid;
    gap: 2px;
    padding: 9px;
}

.tm-calendar-event strong {
    color: var(--tm-deep);
    font-size: 13px;
    line-height: 1.1;
}

.tm-calendar-event span,
.tm-calendar-event small {
    color: #526A75;
    font-size: 12px;
    line-height: 1.25;
}

@supports not (color: color-mix(in srgb, #fff 50%, #000)) {
    .tm-calendar-event {
        background: #fff;
        border-color: rgba(16, 35, 53, .1);
    }
}

@media (max-width: 1100px) {
    .tm-calendar-hero {
        grid-template-columns: 1fr;
    }

    .tm-calendar-actions {
        flex-wrap: wrap;
    }

    .tm-calendar-grid {
        display: block;
    }

    .tm-calendar-weekday,
    .tm-calendar-day.is-empty {
        display: none;
    }

    .tm-calendar-day {
        border-right: 0;
        min-height: auto;
    }
}

@media (max-width: 1200px) {
    .tm-op-metric-grid,
    .tm-op-status-grid,
    .tm-op-price-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .tm-op-two-cols,
    .tm-op-section-head,
    .tm-op-hero-luxury,
    .tm-op-route-segment-grid {
        grid-template-columns: 1fr;
    }

    .tm-op-guide-control {
        justify-content: flex-start;
    }
}

@media (max-width: 720px) {
    .tm-op-shell {
        border-radius: 18px;
        padding: 12px;
    }

    .tm-op-metric-grid,
    .tm-op-status-grid,
    .tm-op-price-grid,
    .tm-op-mini-grid,
    .tm-op-guide-grid {
        grid-template-columns: 1fr;
    }

    .tm-op-route-price-list label {
        grid-template-columns: auto 1fr;
    }

    .tm-op-route-price-list input[type="number"] {
        grid-column: 1 / -1;
    }

    .tm-quote-money {
        grid-template-columns: 1fr;
    }

    .tm-quote-essentials span,
    .tm-quote-boat span {
        width: 100%;
    }
}

/* Ajustes finales de estabilidad visual del panel operativo. */
@media (min-width: 1280px) {
    .tm-op-shell {
        max-width: none;
        width: min(1720px, calc(100vw - 40px));
        margin-left: calc((100% - min(1720px, calc(100vw - 40px))) / 2);
        margin-right: calc((100% - min(1720px, calc(100vw - 40px))) / 2);
    }

    .tm-op-menu {
        flex-wrap: nowrap;
    }

    .tm-calendar-shell {
        max-width: none;
        width: 100%;
    }
}

.tm-reservas button,
.tm-reservas a,
.tm-op-shell button,
.tm-op-shell a,
.tm-calendar-shell button,
.tm-calendar-shell a {
    font-style: normal !important;
    transform: none !important;
}

.tm-reservas button:hover,
.tm-reservas a:hover,
.tm-reservas button:focus,
.tm-reservas a:focus,
.tm-op-shell button:hover,
.tm-op-shell a:hover,
.tm-op-shell button:focus,
.tm-op-shell a:focus,
.tm-calendar-shell button:hover,
.tm-calendar-shell a:hover,
.tm-calendar-shell button:focus,
.tm-calendar-shell a:focus {
    font-style: normal !important;
    transform: none !important;
}

.tm-op-menu button,
.tm-op-form button,
.tm-op-action,
.tm-calendar-actions a,
.tm-calendar-actions strong {
    border-radius: 999px !important;
    font-style: normal !important;
}

.tm-op-empty,
.tm-op-shell .tm-op-empty,
.tm-calendar-shell,
.tm-calendar-shell * {
    font-style: normal !important;
}

@media (max-width: 1279px) {
    .tm-op-shell {
        margin-left: 0;
        margin-right: 0;
        max-width: 100%;
        width: auto;
    }

    .tm-op-menu {
        flex-wrap: wrap;
    }
}

.tm-op-form input[type="email"] {
    background: #fff;
    border: 1px solid rgba(16, 35, 53, .14);
    border-radius: 18px;
    color: var(--tm-ink);
    min-height: 54px;
    padding: 12px 16px;
}

.tm-op-whatsapp {
    align-items: center;
    background: #128C7E;
    border: 1px solid rgba(18, 140, 126, .22);
    border-radius: 999px;
    color: #fff !important;
    display: inline-flex;
    font-size: 13px;
    font-weight: 900;
    justify-content: center;
    line-height: 1;
    padding: 10px 14px;
    text-decoration: none !important;
}

.tm-op-whatsapp:hover,
.tm-op-whatsapp:focus {
    background: #0F786C;
    border-radius: 999px;
    color: #fff !important;
}

.tm-op-pill-muted {
    background: #F7FAFA;
    color: #6A7D86;
}

/* v0.3.39: lightweight operations panel. */
.tm-op-shell-lite {
    max-width: min(1760px, calc(100vw - 28px));
    margin-inline: auto;
}

.tm-op-shell-lite .tm-op-hero-luxury {
    grid-template-columns: 1fr;
}

.tm-op-shell-lite .tm-op-menu {
    position: sticky;
    top: 10px;
}

.tm-op-shell-lite .tm-op-menu button,
.tm-op-shell-lite .tm-op-record-actions button,
.tm-op-shell-lite .tm-op-metric-grid a {
    border-radius: 999px !important;
    font-style: normal !important;
    transform: none !important;
    transition: background-color .18s ease, border-color .18s ease, color .18s ease, box-shadow .18s ease !important;
}

.tm-op-shell-lite .tm-op-menu button:hover,
.tm-op-shell-lite .tm-op-menu button:focus,
.tm-op-shell-lite .tm-op-record-actions button:hover,
.tm-op-shell-lite .tm-op-record-actions button:focus,
.tm-op-shell-lite .tm-op-metric-grid a:hover,
.tm-op-shell-lite .tm-op-metric-grid a:focus {
    border-radius: 999px !important;
    font-style: normal !important;
    transform: none !important;
}

.tm-op-shell-lite .tm-op-records-form {
    display: grid;
    gap: 16px;
}

.tm-op-shell-lite .tm-op-record-actions {
    align-items: center;
    background: #FFFFFF;
    border: 1px solid rgba(16, 35, 53, .08);
    border-radius: 18px;
    box-shadow: 0 14px 32px rgba(9, 26, 40, .04);
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 12px;
}

.tm-op-shell-lite .tm-op-record-actions button {
    margin: 0;
}

.tm-op-shell-lite .tm-op-table-wrap {
    max-width: 100%;
}

.tm-op-shell-lite .tm-op-table button[data-tm-copy] {
    border-radius: 10px !important;
}

/* v0.3.41: Tayrona brand buttons without hover movement or text resizing. */
.tm-reservas button,
.tm-reservas a,
.tm-op-shell button,
.tm-op-shell a,
.tm-op-shell-lite button,
.tm-op-shell-lite a,
.tm-calendar-shell button,
.tm-calendar-shell a {
    border-radius: 999px !important;
    font-style: normal !important;
    text-decoration: none !important;
    transform: none !important;
    transition: background-color .18s ease, border-color .18s ease, color .18s ease, box-shadow .18s ease !important;
}

.tm-reservas button:hover,
.tm-reservas button:focus,
.tm-reservas a:hover,
.tm-reservas a:focus,
.tm-op-shell button:hover,
.tm-op-shell button:focus,
.tm-op-shell a:hover,
.tm-op-shell a:focus,
.tm-op-shell-lite button:hover,
.tm-op-shell-lite button:focus,
.tm-op-shell-lite a:hover,
.tm-op-shell-lite a:focus,
.tm-calendar-shell button:hover,
.tm-calendar-shell button:focus,
.tm-calendar-shell a:hover,
.tm-calendar-shell a:focus {
    border-radius: 999px !important;
    font-style: normal !important;
    transform: none !important;
}

.tm-op-shell-lite .tm-op-menu button,
.tm-op-shell-lite .tm-op-record-actions button,
.tm-op-shell-lite .tm-op-metric-grid a {
    background: #F7FAFA !important;
    border: 1px solid rgba(16, 35, 53, .10) !important;
    box-shadow: none !important;
    color: #102335 !important;
    font-size: 16px !important;
    font-weight: 900 !important;
    letter-spacing: .01em !important;
    line-height: 1 !important;
    min-height: 56px !important;
    padding: 0 22px !important;
}

.tm-op-shell-lite .tm-op-menu button:hover,
.tm-op-shell-lite .tm-op-menu button:focus,
.tm-op-shell-lite .tm-op-menu button.is-active,
.tm-op-shell-lite .tm-op-record-actions button:hover,
.tm-op-shell-lite .tm-op-record-actions button:focus,
.tm-op-shell-lite .tm-op-metric-grid a:hover,
.tm-op-shell-lite .tm-op-metric-grid a:focus {
    background: #102335 !important;
    border-color: #102335 !important;
    box-shadow: 0 10px 24px rgba(9, 26, 40, .12) !important;
    color: #FFFFFF !important;
    font-size: 16px !important;
    font-weight: 900 !important;
    letter-spacing: .01em !important;
    line-height: 1 !important;
    min-height: 56px !important;
    padding: 0 22px !important;
}

.tm-op-shell-lite .tm-op-record-actions button.tm-op-danger,
.tm-op-shell-lite .tm-op-record-actions button[data-action="delete"] {
    background: #FFFFFF !important;
    border-color: rgba(184, 58, 58, .28) !important;
    color: #8F2D2D !important;
}

.tm-op-shell-lite .tm-op-record-actions button.tm-op-danger:hover,
.tm-op-shell-lite .tm-op-record-actions button.tm-op-danger:focus,
.tm-op-shell-lite .tm-op-record-actions button[data-action="delete"]:hover,
.tm-op-shell-lite .tm-op-record-actions button[data-action="delete"]:focus {
    background: #8F2D2D !important;
    border-color: #8F2D2D !important;
    color: #FFFFFF !important;
}

.tm-calendar-actions a,
.tm-calendar-actions strong {
    border-radius: 999px !important;
    box-shadow: none !important;
    font-size: 16px !important;
    font-weight: 900 !important;
    font-style: normal !important;
    letter-spacing: .01em !important;
    line-height: 1 !important;
    min-height: 56px !important;
    padding: 0 22px !important;
    text-decoration: none !important;
    transform: none !important;
}

.tm-calendar-actions a {
    background: rgba(255, 255, 255, .12) !important;
    border: 1px solid rgba(255, 255, 255, .22) !important;
    color: #FFFFFF !important;
}

.tm-calendar-actions a:hover,
.tm-calendar-actions a:focus {
    background: rgba(255, 255, 255, .18) !important;
    border-color: rgba(211, 163, 89, .58) !important;
    color: #FFFFFF !important;
    font-size: 16px !important;
    font-weight: 900 !important;
    font-style: normal !important;
    letter-spacing: .01em !important;
    line-height: 1 !important;
    min-height: 56px !important;
    padding: 0 22px !important;
    transform: none !important;
}

.tm-calendar-actions strong {
    background: #FFFFFF !important;
    border-color: #FFFFFF !important;
    color: #102335 !important;
}

.tm-reservas-button,
.tm-reservas-small-button,
.tm-reservas-button:hover,
.tm-reservas-small-button:hover,
.tm-reservas-button:focus,
.tm-reservas-small-button:focus {
    border-radius: 999px !important;
    font-weight: 900 !important;
    font-style: normal !important;
    letter-spacing: .01em !important;
    transform: none !important;
}

.tm-reservas-button,
.tm-reservas-button:hover,
.tm-reservas-button:focus {
    font-size: 17px !important;
    line-height: 1 !important;
    min-height: 58px !important;
    padding: 0 24px !important;
}

.tm-reservas-small-button,
.tm-reservas-small-button:hover,
.tm-reservas-small-button:focus {
    font-size: 13px !important;
    line-height: 1 !important;
    min-height: 40px !important;
    padding: 0 14px !important;
}

@media (max-width: 760px) {
    .tm-op-shell-lite {
        border-radius: 18px;
        max-width: calc(100vw - 12px);
        padding: 12px;
    }

    .tm-op-shell-lite .tm-op-menu {
        overflow-x: auto;
        flex-wrap: nowrap;
        position: relative;
        top: auto;
    }

    .tm-op-shell-lite .tm-op-menu button {
        flex: 0 0 auto;
        white-space: nowrap;
    }

    .tm-op-shell-lite .tm-op-section,
    .tm-op-shell-lite .tm-op-hero-luxury {
        border-radius: 18px;
        padding: 16px;
    }

    .tm-op-shell-lite .tm-op-section-head {
        grid-template-columns: 1fr;
    }
}

/* Related route cards: editorial content stays independent from live pricing. */
.tm-related-routes {
    background: #fff;
    margin: 42px auto;
    max-width: 1240px;
}

.tm-related-routes-header {
    margin: 0 auto 24px;
    max-width: 1180px;
    text-align: center;
}

.tm-related-routes-header > span {
    color: #D3A359;
    display: block;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.tm-related-routes-header h2 {
    color: #102335;
    font-size: clamp(30px, 3vw, 46px);
    letter-spacing: -.04em;
    line-height: 1.05;
    margin: 8px 0 12px;
    white-space: nowrap;
}

.tm-related-routes-header p {
    color: #526A75;
    font-size: 17px;
    line-height: 1.6;
    margin: 0;
}

.tm-related-routes-grid {
    display: flex;
    gap: 24px;
    min-width: 0;
}

.tm-related-routes-carousel {
    background: #fff;
    position: relative;
}

.tm-related-routes-viewport {
    -ms-overflow-style: none;
    background: #fff;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-behavior: smooth;
    scroll-snap-type: inline mandatory;
    scrollbar-width: none;
}

.tm-related-routes-viewport::-webkit-scrollbar {
    display: none;
}

.tm-related-route-card {
    aspect-ratio: 1 / 1;
    background: #102335;
    border: 1px solid rgba(16, 35, 53, .12);
    border-radius: 28px;
    box-shadow: none !important;
    clip-path: inset(0 round 28px);
    contain: paint;
    isolation: isolate;
    flex: 0 0 calc((100% - 48px) / 3);
    min-width: 0;
    overflow: hidden;
    position: relative;
    scroll-snap-align: start;
    scroll-snap-stop: always;
    transform: none;
}

.tm-related-route-card::after {
    background: linear-gradient(180deg, rgba(6, 24, 38, .03) 18%, rgba(6, 24, 38, .42) 52%, rgba(6, 24, 38, .96) 100%);
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
    z-index: 1;
}

.tm-related-route-card:hover {
    box-shadow: none !important;
    transform: none;
}

.tm-related-route-media {
    background: linear-gradient(135deg, #102335, #173B54);
    border-radius: inherit;
    inset: 0;
    overflow: hidden;
    position: absolute;
    z-index: 0;
}

.tm-related-route-media img {
    border-radius: inherit;
    display: block;
    height: 100%;
    object-fit: cover;
    transform: none;
    width: 100%;
}

.tm-related-route-card:hover .tm-related-route-media img {
    transform: none;
}

.tm-related-route-media > span {
    align-items: center;
    color: #fff;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    padding: 24px;
    text-align: center;
}

.tm-related-route-media small {
    color: #D3A359;
    font-weight: 900;
    letter-spacing: .08em;
}

.tm-related-route-media strong {
    font-size: 24px;
    line-height: 1.1;
    margin-top: 8px;
}

.tm-related-route-body {
    align-items: flex-start;
    bottom: 0;
    display: flex;
    flex-direction: column;
    left: 0;
    padding: clamp(22px, 2.4vw, 30px);
    position: absolute;
    right: 0;
    z-index: 2;
}

.tm-related-route-body h3 {
    color: #fff;
    font-size: clamp(25px, 2.3vw, 34px);
    letter-spacing: -.035em;
    line-height: 1.05;
    margin: 0 0 10px;
    text-shadow: 0 3px 18px rgba(0, 0, 0, .28);
}

.tm-related-route-body p {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: rgba(255, 255, 255, .84);
    display: -webkit-box;
    font-size: 14px;
    line-height: 1.5;
    margin: 0 0 16px;
    overflow: hidden;
}

.tm-related-routes .tm-related-route-cta {
    align-items: center;
    background: #27B7CB;
    border: 1px solid #27B7CB;
    border-radius: 999px;
    box-shadow: 0 10px 26px rgba(0, 0, 0, .18);
    color: #082B49 !important;
    display: inline-flex;
    font-size: 14px;
    font-weight: 900 !important;
    gap: 8px;
    justify-content: center;
    min-height: 44px;
    padding: 10px 18px;
    text-decoration: none;
    transition: background .2s ease, border-color .2s ease, color .2s ease, transform .2s ease;
}

.tm-related-routes .tm-related-route-cta:hover,
.tm-related-routes .tm-related-route-cta:focus {
    background: #fff;
    border-color: #fff;
    color: #102335 !important;
    outline: none;
    transform: translateY(-2px);
}

.tm-related-routes .tm-related-route-cta:focus-visible {
    box-shadow: 0 0 0 4px rgba(255, 255, 255, .38);
}

.tm-related-routes-controls {
    align-items: center;
    display: flex;
    gap: 10px;
    justify-content: flex-end;
    margin: 0 0 14px;
}

.tm-related-routes-controls[hidden] {
    display: none !important;
}

.tm-related-routes-arrow {
    align-items: center;
    background: #fff !important;
    border: 1px solid rgba(16, 35, 53, .14) !important;
    border-radius: 999px !important;
    box-shadow: none !important;
    color: #102335 !important;
    cursor: pointer;
    display: flex;
    font-family: Arial, sans-serif;
    font-size: 36px !important;
    font-weight: 400 !important;
    height: 52px;
    justify-content: center;
    line-height: 1 !important;
    padding: 0 0 4px !important;
    position: static;
    width: 52px;
    z-index: 4;
}

.tm-related-routes-arrow:hover,
.tm-related-routes-arrow:focus-visible {
    background: #27B7CB !important;
    border-color: #27B7CB !important;
    box-shadow: none !important;
    color: #082B49 !important;
    outline: none;
}

.tm-related-routes-arrow[hidden] {
    display: none !important;
}

.tm-related-routes-empty {
    background: #F5F9FA;
    border-radius: 14px;
    color: #526A75;
    padding: 18px;
}

@media (max-width: 1024px) {
    .tm-related-route-card {
        flex-basis: calc((100% - 24px) / 2);
    }

    .tm-related-route-body h3 {
        font-size: 30px;
    }
}

@media (max-width: 640px) {
    .tm-related-routes {
        margin: 32px auto;
    }

    .tm-related-routes-grid {
        gap: 18px;
    }

    .tm-related-routes-header h2 {
        white-space: normal;
    }

    .tm-related-route-card {
        border-radius: 24px;
        clip-path: inset(0 round 24px);
        flex-basis: 100%;
    }

    .tm-related-route-body {
        padding: 22px;
    }

    .tm-related-route-body h3 {
        font-size: 28px;
    }

    .tm-related-routes .tm-related-route-cta {
        width: 100%;
    }

    .tm-related-routes-arrow {
        height: 46px;
        width: 46px;
    }
}

/* Route pages with long titles: keep the mobile hero logo and H1 separated. */
@media (max-width: 767px) {
    body.page-id-125 .elementor-element-4841709f,
    body.page-id-126 .elementor-element-4841709f,
    body.page-id-127 .elementor-element-4841709f,
    body.page-id-128 .elementor-element-4841709f,
    body.page-id-130 .elementor-element-4841709f,
    body.page-id-1449 .elementor-element-4841709f,
    body.page-id-1542 .elementor-element-4841709f,
    body.page-id-1557 .elementor-element-4841709f {
        margin-bottom: clamp(24px, 7vw, 34px) !important;
    }

    body.page-id-125 .elementor-element-614c4570 .elementor-heading-title,
    body.page-id-126 .elementor-element-614c4570 .elementor-heading-title,
    body.page-id-127 .elementor-element-614c4570 .elementor-heading-title,
    body.page-id-128 .elementor-element-614c4570 .elementor-heading-title,
    body.page-id-130 .elementor-element-614c4570 .elementor-heading-title,
    body.page-id-1449 .elementor-element-614c4570 .elementor-heading-title,
    body.page-id-1542 .elementor-element-614c4570 .elementor-heading-title,
    body.page-id-1557 .elementor-element-614c4570 .elementor-heading-title {
        font-size: clamp(26px, 7.5vw, 30px) !important;
        line-height: 1.08;
        max-width: 100%;
        overflow-wrap: normal;
        white-space: normal !important;
        word-break: normal;
    }

    body.page-id-125 .elementor-element-1dd1f945,
    body.page-id-125 .elementor-element-614c4570,
    body.page-id-125 .elementor-element-7af9f670,
    body.page-id-126 .elementor-element-1dd1f945,
    body.page-id-126 .elementor-element-614c4570,
    body.page-id-126 .elementor-element-7af9f670,
    body.page-id-127 .elementor-element-1dd1f945,
    body.page-id-127 .elementor-element-614c4570,
    body.page-id-127 .elementor-element-7af9f670,
    body.page-id-128 .elementor-element-1dd1f945,
    body.page-id-128 .elementor-element-614c4570,
    body.page-id-128 .elementor-element-7af9f670,
    body.page-id-130 .elementor-element-1dd1f945,
    body.page-id-130 .elementor-element-614c4570,
    body.page-id-130 .elementor-element-7af9f670,
    body.page-id-1557 .elementor-element-1dd1f945,
    body.page-id-1557 .elementor-element-614c4570,
    body.page-id-1557 .elementor-element-7af9f670 {
        max-width: 100%;
        min-width: 0;
        width: 100%;
    }
}

/* v0.3.42: Manual de marca Tayrona Marino, espacios compactos y responsive. */
.tm-reservas,
.tm-op-shell,
.tm-op-shell-lite,
.tm-calendar-shell {
    --tm-navy: #102335;
    --tm-navy-950: #060D14;
    --tm-navy-800: #1B3C5A;
    --tm-turquoise: #20A6BD;
    --tm-turquoise-500: #25BFDA;
    --tm-turquoise-400: #4CCAE1;
    --tm-turquoise-700: #187A8C;
    --tm-sand: #D3A359;
    --tm-sand-700: #C3944C;
    --tm-sand-50: #FCF6EF;
    --tm-white: #FFFFFF;
    --tm-ink: #091A28;
    --tm-muted: #60717D;
    --tm-line-brand: rgba(16, 35, 53, .11);
    --font-display: "Trajan Pro 3", "Cinzel", Georgia, serif;
    --font-sans: "Montserrat", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    --radius-lg: 28px;
    --radius-md: 18px;
    font-family: var(--font-sans);
}

.tm-op-shell-lite {
    border-radius: var(--radius-lg);
    gap: 18px;
    margin: 14px auto 0;
    max-width: min(1640px, calc(100vw - 24px));
    padding: 18px;
}

.tm-op-shell-lite .tm-op-hero-luxury,
.tm-op-shell-lite .tm-op-section,
.tm-calendar-list,
.tm-calendar-legend {
    border: 1px solid var(--tm-line-brand);
    border-radius: 24px;
    box-shadow: 0 18px 48px rgba(9, 26, 40, .055);
}

.tm-op-shell-lite .tm-op-hero-luxury {
    background:
        radial-gradient(circle at 86% 18%, rgba(76, 202, 225, .16), transparent 32%),
        linear-gradient(135deg, var(--tm-navy), var(--tm-navy-800));
    min-height: 0;
    padding: clamp(20px, 2.6vw, 32px);
}

.tm-op-shell-lite .tm-op-hero-luxury h2,
.tm-calendar-hero h2 {
    font-family: var(--font-display);
    font-weight: 700;
    letter-spacing: .01em;
    line-height: .92;
}

.tm-op-shell-lite .tm-op-hero-luxury h2 {
    font-size: clamp(34px, 3.8vw, 58px);
    margin: 6px 0 8px;
}

.tm-op-shell-lite .tm-op-hero-luxury p,
.tm-calendar-hero p {
    font-size: clamp(14px, 1.2vw, 17px);
    line-height: 1.55;
}

.tm-op-shell-lite .tm-op-section {
    padding: clamp(16px, 2.2vw, 28px);
}

.tm-op-shell-lite .tm-op-section-head {
    gap: 16px;
    margin-bottom: 14px;
}

.tm-op-shell-lite .tm-op-section-head h3 {
    font-size: clamp(24px, 2.6vw, 38px);
    letter-spacing: -.03em;
    margin: 6px 0 6px;
}

.tm-op-shell-lite .tm-op-menu {
    background: rgba(255, 255, 255, .9);
    border: 1px solid rgba(16, 35, 53, .10);
    border-radius: 24px;
    box-shadow: 0 12px 34px rgba(9, 26, 40, .045);
    gap: 10px;
    padding: 10px;
}

.tm-op-shell-lite .tm-op-menu button,
.tm-op-shell-lite .tm-op-record-actions button,
.tm-op-shell-lite .tm-op-metric-grid a,
.tm-calendar-actions a,
.tm-calendar-actions strong,
.tm-reservas-button,
.tm-reservas-small-button {
    align-items: center !important;
    border-radius: 999px !important;
    display: inline-flex !important;
    font-family: var(--font-sans) !important;
    font-size: 12px !important;
    font-style: normal !important;
    font-weight: 900 !important;
    justify-content: center !important;
    letter-spacing: .08em !important;
    line-height: 1 !important;
    min-height: 48px !important;
    padding: 0 20px !important;
    text-transform: uppercase !important;
    transform: none !important;
    transition: background-color .18s ease, border-color .18s ease, color .18s ease, box-shadow .18s ease !important;
    white-space: nowrap;
}

.tm-op-shell-lite .tm-op-menu button,
.tm-op-shell-lite .tm-op-record-actions button,
.tm-op-shell-lite .tm-op-metric-grid a {
    background: rgba(255, 255, 255, .72) !important;
    border: 1px solid rgba(16, 35, 53, .13) !important;
    box-shadow: none !important;
    color: var(--tm-navy) !important;
}

.tm-op-shell-lite .tm-op-menu button:hover,
.tm-op-shell-lite .tm-op-menu button:focus,
.tm-op-shell-lite .tm-op-record-actions button:hover,
.tm-op-shell-lite .tm-op-record-actions button:focus,
.tm-op-shell-lite .tm-op-metric-grid a:hover,
.tm-op-shell-lite .tm-op-metric-grid a:focus {
    background: rgba(32, 166, 189, .12) !important;
    border-color: rgba(32, 166, 189, .35) !important;
    box-shadow: 0 10px 22px rgba(9, 26, 40, .08) !important;
    color: var(--tm-navy) !important;
    font-size: 12px !important;
    min-height: 48px !important;
    padding: 0 20px !important;
    transform: none !important;
}

.tm-op-shell-lite .tm-op-menu button.is-active,
.tm-op-shell-lite .tm-op-menu button.is-active:hover,
.tm-op-shell-lite .tm-op-menu button.is-active:focus {
    background: var(--tm-navy) !important;
    border-color: var(--tm-navy) !important;
    color: var(--tm-white) !important;
}

.tm-op-shell-lite .tm-op-record-actions button.tm-op-danger,
.tm-op-shell-lite .tm-op-record-actions button[data-action="delete"] {
    border-color: rgba(184, 58, 58, .26) !important;
    color: #8F2D2D !important;
}

.tm-op-shell-lite .tm-op-record-actions button.tm-op-danger:hover,
.tm-op-shell-lite .tm-op-record-actions button.tm-op-danger:focus,
.tm-op-shell-lite .tm-op-record-actions button[data-action="delete"]:hover,
.tm-op-shell-lite .tm-op-record-actions button[data-action="delete"]:focus {
    background: #8F2D2D !important;
    border-color: #8F2D2D !important;
    color: var(--tm-white) !important;
}

.tm-op-shell-lite .tm-op-metric-grid,
.tm-op-shell-lite .tm-op-status-grid {
    gap: 14px;
}

.tm-op-shell-lite .tm-op-metric-grid article,
.tm-op-shell-lite .tm-op-status-grid article,
.tm-op-shell-lite .tm-op-record-actions {
    border-radius: 20px;
    padding: 16px;
}

.tm-op-shell-lite .tm-op-table th,
.tm-op-shell-lite .tm-op-table td {
    padding: 12px 14px;
}

.tm-calendar-shell {
    gap: 16px;
}

.tm-calendar-hero {
    background:
        radial-gradient(circle at 84% 12%, rgba(76, 202, 225, .16), transparent 30%),
        linear-gradient(135deg, var(--tm-navy), var(--tm-navy-800));
    border-radius: var(--radius-lg);
    gap: 18px;
    padding: clamp(20px, 2.8vw, 34px);
}

.tm-calendar-hero h2 {
    font-size: clamp(36px, 4.1vw, 64px);
    margin-bottom: 10px;
}

.tm-calendar-actions {
    flex-wrap: wrap;
    gap: 10px;
}

.tm-calendar-actions a {
    background: linear-gradient(90deg, var(--tm-turquoise), var(--tm-turquoise-500)) !important;
    border-color: transparent !important;
    color: var(--tm-navy) !important;
}

.tm-calendar-actions a:hover,
.tm-calendar-actions a:focus {
    background: linear-gradient(90deg, var(--tm-turquoise-500), var(--tm-turquoise-400)) !important;
    border-color: transparent !important;
    color: var(--tm-navy) !important;
    font-size: 12px !important;
    min-height: 48px !important;
    padding: 0 20px !important;
}

.tm-calendar-actions strong {
    background: var(--tm-white) !important;
    border-color: var(--tm-white) !important;
    color: var(--tm-navy) !important;
}

.tm-calendar-legend,
.tm-calendar-list {
    padding: 16px 18px;
}

.tm-calendar-grid {
    border-radius: 24px;
}

.tm-calendar-weekday {
    font-size: 11px;
    letter-spacing: .10em;
    padding: 12px;
}

.tm-calendar-day {
    min-height: 128px;
    padding: 10px;
}

.tm-reservas-booking {
    border-radius: 24px;
    padding: clamp(14px, 2vw, 22px);
}

.tm-reservas-form {
    gap: 14px;
}

.tm-reservas-form-surface {
    border-radius: 22px;
    padding: clamp(14px, 2vw, 20px);
}

.tm-reservas-button,
.tm-reservas-button:hover,
.tm-reservas-button:focus {
    background: var(--tm-navy) !important;
    color: var(--tm-white) !important;
    font-size: 13px !important;
    min-height: 54px !important;
    padding: 0 22px !important;
}

.tm-reservas-small-button,
.tm-reservas-small-button:hover,
.tm-reservas-small-button:focus {
    font-size: 11px !important;
    min-height: 38px !important;
    padding: 0 14px !important;
}

@media (max-width: 1024px) {
    .tm-op-shell-lite {
        max-width: calc(100vw - 16px);
        padding: 14px;
    }

    .tm-calendar-hero {
        grid-template-columns: 1fr;
    }

    .tm-calendar-actions {
        justify-content: flex-start;
    }
}

@media (max-width: 760px) {
    .tm-op-shell-lite {
        border-radius: 18px;
        gap: 14px;
        max-width: 100%;
        padding: 10px;
    }

    .tm-op-shell-lite .tm-op-hero-luxury,
    .tm-op-shell-lite .tm-op-section,
    .tm-calendar-hero,
    .tm-calendar-legend,
    .tm-calendar-list {
        border-radius: 20px;
        padding: 16px;
    }

    .tm-op-shell-lite .tm-op-hero-luxury h2,
    .tm-calendar-hero h2 {
        font-size: clamp(34px, 11vw, 46px);
        line-height: .9;
    }

    .tm-op-shell-lite .tm-op-menu {
        border-radius: 22px;
        flex-wrap: nowrap;
        overflow-x: auto;
        padding: 8px;
        position: relative;
        scrollbar-width: thin;
        top: auto;
    }

    .tm-op-shell-lite .tm-op-menu button,
    .tm-op-shell-lite .tm-op-record-actions button,
    .tm-op-shell-lite .tm-op-metric-grid a,
    .tm-calendar-actions a,
    .tm-calendar-actions strong {
        flex: 0 0 auto;
        font-size: 11px !important;
        letter-spacing: .06em !important;
        min-height: 42px !important;
        padding: 0 14px !important;
    }

    .tm-op-shell-lite .tm-op-menu button:hover,
    .tm-op-shell-lite .tm-op-menu button:focus,
    .tm-op-shell-lite .tm-op-record-actions button:hover,
    .tm-op-shell-lite .tm-op-record-actions button:focus,
    .tm-op-shell-lite .tm-op-metric-grid a:hover,
    .tm-op-shell-lite .tm-op-metric-grid a:focus,
    .tm-calendar-actions a:hover,
    .tm-calendar-actions a:focus {
        font-size: 11px !important;
        min-height: 42px !important;
        padding: 0 14px !important;
    }

    .tm-op-shell-lite .tm-op-section-head,
    .tm-reservas-quote-layout,
    .tm-reservas-booking-grid,
    .tm-reservas-primary-grid,
    .tm-reservas-boat-passenger-grid {
        grid-template-columns: 1fr;
    }

    .tm-calendar-actions {
        overflow-x: auto;
        padding-bottom: 2px;
    }

    .tm-calendar-grid {
        border-radius: 20px;
    }

    .tm-calendar-day {
        padding: 12px;
    }

    .tm-reservas-booking {
        border-radius: 20px;
        padding: 12px;
    }
}

@media (max-width: 480px) {
    .tm-op-shell-lite {
        margin-top: 8px;
        padding: 8px;
    }

    .tm-op-shell-lite .tm-op-hero-luxury p,
    .tm-calendar-hero p {
        font-size: 14px;
    }

    .tm-op-shell-lite .tm-op-metric-grid,
    .tm-op-shell-lite .tm-op-status-grid {
        grid-template-columns: 1fr;
    }
}

/* v0.3.43: botones frontend sin saltos de texto, tracking ni cambios de caja. */
.tm-reservas button,
.tm-reservas input[type="button"],
.tm-reservas input[type="submit"],
.tm-reservas .tm-reservas-button,
.tm-reservas .tm-reservas-small-button,
.tm-reservas .tm-op-menu button,
.tm-reservas .tm-op-form button,
.tm-reservas .tm-op-record-actions button,
.tm-reservas .tm-op-boat-price-card button,
.tm-reservas .tm-op-guide-control button,
.tm-reservas .tm-op-panel-title button,
.tm-reservas .tm-op-route-add,
.tm-reservas .tm-op-route-remove,
.tm-reservas .tm-op-delete-button,
.tm-reservas .tm-op-whatsapp,
.tm-reservas .tm-op-metric-grid a,
.tm-reservas .tm-calendar-actions a,
.tm-reservas .tm-calendar-actions strong {
    border-radius: 999px !important;
    font-family: var(--font-sans, "Montserrat", system-ui, sans-serif) !important;
    font-size: var(--tm-btn-size, 15px) !important;
    font-style: normal !important;
    font-variation-settings: normal !important;
    font-weight: 800 !important;
    letter-spacing: .02em !important;
    line-height: 1 !important;
    min-height: var(--tm-btn-height, 46px) !important;
    padding: 0 var(--tm-btn-x, 18px) !important;
    text-rendering: geometricPrecision;
    text-transform: none !important;
    transform: none !important;
    translate: none !important;
    scale: none !important;
    will-change: auto !important;
    transition: background-color .16s ease, border-color .16s ease, color .16s ease, box-shadow .16s ease !important;
}

.tm-reservas button:hover,
.tm-reservas button:focus,
.tm-reservas button:active,
.tm-reservas input[type="button"]:hover,
.tm-reservas input[type="button"]:focus,
.tm-reservas input[type="button"]:active,
.tm-reservas input[type="submit"]:hover,
.tm-reservas input[type="submit"]:focus,
.tm-reservas input[type="submit"]:active,
.tm-reservas .tm-reservas-button:hover,
.tm-reservas .tm-reservas-button:focus,
.tm-reservas .tm-reservas-button:active,
.tm-reservas .tm-reservas-small-button:hover,
.tm-reservas .tm-reservas-small-button:focus,
.tm-reservas .tm-reservas-small-button:active,
.tm-reservas .tm-op-menu button:hover,
.tm-reservas .tm-op-menu button:focus,
.tm-reservas .tm-op-menu button:active,
.tm-reservas .tm-op-menu button.is-active,
.tm-reservas .tm-op-form button:hover,
.tm-reservas .tm-op-form button:focus,
.tm-reservas .tm-op-form button:active,
.tm-reservas .tm-op-record-actions button:hover,
.tm-reservas .tm-op-record-actions button:focus,
.tm-reservas .tm-op-record-actions button:active,
.tm-reservas .tm-op-boat-price-card button:hover,
.tm-reservas .tm-op-boat-price-card button:focus,
.tm-reservas .tm-op-boat-price-card button:active,
.tm-reservas .tm-op-guide-control button:hover,
.tm-reservas .tm-op-guide-control button:focus,
.tm-reservas .tm-op-guide-control button:active,
.tm-reservas .tm-op-panel-title button:hover,
.tm-reservas .tm-op-panel-title button:focus,
.tm-reservas .tm-op-panel-title button:active,
.tm-reservas .tm-op-route-add:hover,
.tm-reservas .tm-op-route-add:focus,
.tm-reservas .tm-op-route-add:active,
.tm-reservas .tm-op-route-remove:hover,
.tm-reservas .tm-op-route-remove:focus,
.tm-reservas .tm-op-route-remove:active,
.tm-reservas .tm-op-delete-button:hover,
.tm-reservas .tm-op-delete-button:focus,
.tm-reservas .tm-op-delete-button:active,
.tm-reservas .tm-op-whatsapp:hover,
.tm-reservas .tm-op-whatsapp:focus,
.tm-reservas .tm-op-whatsapp:active,
.tm-reservas .tm-op-metric-grid a:hover,
.tm-reservas .tm-op-metric-grid a:focus,
.tm-reservas .tm-op-metric-grid a:active,
.tm-reservas .tm-calendar-actions a:hover,
.tm-reservas .tm-calendar-actions a:focus,
.tm-reservas .tm-calendar-actions a:active,
.tm-reservas .tm-calendar-actions strong:hover,
.tm-reservas .tm-calendar-actions strong:focus,
.tm-reservas .tm-calendar-actions strong:active {
    border-radius: 999px !important;
    font-size: var(--tm-btn-size, 15px) !important;
    font-style: normal !important;
    font-variation-settings: normal !important;
    font-weight: 800 !important;
    letter-spacing: .02em !important;
    line-height: 1 !important;
    min-height: var(--tm-btn-height, 46px) !important;
    padding: 0 var(--tm-btn-x, 18px) !important;
    text-transform: none !important;
    transform: none !important;
    translate: none !important;
    scale: none !important;
}

.tm-reservas .tm-reservas-button {
    --tm-btn-size: 16px;
    --tm-btn-height: 54px;
    --tm-btn-x: 24px;
}

.tm-reservas .tm-reservas-small-button {
    --tm-btn-size: 13px;
    --tm-btn-height: 40px;
    --tm-btn-x: 14px;
}

.tm-reservas .tm-op-menu button,
.tm-reservas .tm-calendar-actions a,
.tm-reservas .tm-calendar-actions strong {
    --tm-btn-size: 15px;
    --tm-btn-height: 48px;
    --tm-btn-x: 20px;
}

@media (max-width: 760px) {
    .tm-reservas .tm-op-menu button,
    .tm-reservas .tm-calendar-actions a,
    .tm-reservas .tm-calendar-actions strong {
        --tm-btn-size: 14px;
        --tm-btn-height: 42px;
        --tm-btn-x: 14px;
    }
}

/* v0.3.59: enlace privado de abordaje editable con Elementor. */
.tm-boarding-empty,
.tm-client-boarding {
    --tm-client-navy: #102335;
    --tm-client-deep: #091A28;
    --tm-client-gold: #D9A64F;
    --tm-client-muted: #526A79;
    --tm-client-line: rgba(16, 35, 53, .10);
    --tm-client-soft: #F7FAFA;
    color: var(--tm-client-deep);
    font-family: var(--font-sans, "Montserrat", system-ui, sans-serif);
}

.tm-boarding-empty {
    background: linear-gradient(135deg, #FFFFFF 0%, #F7FAFA 100%);
    border: 1px solid var(--tm-client-line);
    border-radius: 24px;
    box-shadow: 0 22px 60px rgba(9, 26, 40, .08);
    margin: 18px auto;
    max-width: 920px;
    padding: clamp(22px, 4vw, 42px);
}

.tm-boarding-empty h2 {
    color: var(--tm-client-deep);
    font-size: clamp(30px, 5vw, 54px);
    line-height: .98;
    margin: 0 0 12px;
}

.tm-boarding-empty p {
    color: var(--tm-client-muted);
    font-size: 17px;
    margin: 0;
}

.tm-client-boarding {
    display: grid;
    gap: 18px;
    margin: 18px auto;
    max-width: 1180px;
}

.tm-client-hero {
    align-items: center;
    background:
        linear-gradient(135deg, rgba(255,255,255,.96) 0%, rgba(247,250,250,.94) 100%),
        radial-gradient(circle at 100% 0%, rgba(103,199,236,.22), transparent 36%);
    border: 1px solid var(--tm-client-line);
    border-left: 4px solid var(--tm-client-gold);
    border-radius: 26px;
    box-shadow: 0 24px 70px rgba(9, 26, 40, .08);
    display: grid;
    gap: 18px;
    grid-template-columns: minmax(0, 1fr) auto;
    padding: clamp(22px, 4vw, 34px);
}

.tm-client-hero h2 {
    color: var(--tm-client-deep);
    font-size: clamp(34px, 5vw, 64px);
    line-height: .95;
    margin: 6px 0 12px;
}

.tm-client-hero p {
    color: var(--tm-client-muted);
    font-size: clamp(15px, 1.7vw, 18px);
    margin: 0;
}

.tm-client-code {
    background: var(--tm-client-navy);
    border-radius: 22px;
    box-shadow: 0 18px 44px rgba(9, 26, 40, .16);
    color: #FFFFFF;
    min-width: 210px;
    padding: 20px;
}

.tm-client-code span,
.tm-client-summary-grid span,
.tm-client-price-row span,
.tm-client-muted {
    color: var(--tm-client-muted);
}

.tm-client-code span {
    color: rgba(255,255,255,.72);
    display: block;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .12em;
    margin-bottom: 6px;
    text-transform: uppercase;
}

.tm-client-code strong {
    display: block;
    font-size: 21px;
    letter-spacing: .02em;
}

.tm-client-alert {
    border-radius: 18px;
    font-weight: 800;
    padding: 14px 18px;
}

.tm-client-alert-success {
    background: #ECF8F1;
    border: 1px solid rgba(46, 139, 87, .24);
    color: #165C37;
}

.tm-client-alert-warning {
    background: #FFF7E8;
    border: 1px solid rgba(217, 166, 79, .32);
    color: #7B4B05;
}

.tm-client-passenger-card.is-loading {
    cursor: wait;
    opacity: .72;
    pointer-events: none;
}

.tm-client-layout {
    align-items: start;
    display: grid;
    gap: 18px;
    grid-template-columns: minmax(0, 1fr) 340px;
}

.tm-client-main,
.tm-client-sidebar {
    display: grid;
    gap: 18px;
}

.tm-client-card {
    background: #FFFFFF;
    border: 1px solid var(--tm-client-line);
    border-radius: 24px;
    box-shadow: 0 22px 58px rgba(9, 26, 40, .06);
    padding: clamp(18px, 3vw, 26px);
}

.tm-client-hero-actions,
.tm-client-contact-actions,
.tm-client-inline-form {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 16px;
}

.tm-client-code small {
    display: block;
    margin-top: 8px;
    opacity: .72;
}

.tm-client-media-grid {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.tm-client-media-card {
    background: var(--tm-client-soft);
    border: 1px solid rgba(16, 35, 53, .08);
    border-radius: 20px;
    overflow: hidden;
}

.tm-client-media-card img {
    display: block;
    width: 100%;
    height: 190px;
    object-fit: cover;
}

.tm-client-media-card div {
    padding: 14px 16px 18px;
}

.tm-client-media-card span {
    color: var(--tm-client-muted);
    display: block;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.tm-client-media-card strong {
    display: block;
    margin-top: 6px;
}

.tm-client-payment-list {
    display: grid;
    gap: 10px;
}

.tm-client-payment-item {
    background: var(--tm-client-soft);
    border: 1px solid rgba(16, 35, 53, .08);
    border-radius: 16px;
    padding: 12px 14px;
}

.tm-client-payment-item strong,
.tm-client-payment-item span {
    display: block;
}

.tm-client-payment-item span {
    color: var(--tm-client-muted);
    font-size: 14px;
    margin-top: 4px;
}

@media (max-width: 980px) {
    .tm-client-media-grid {
        grid-template-columns: minmax(0, 1fr);
    }
}

.tm-client-card h3 {
    color: var(--tm-client-deep);
    font-size: clamp(24px, 3vw, 34px);
    line-height: 1.05;
    margin: 4px 0 12px;
}

.tm-client-card p {
    color: var(--tm-client-muted);
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
}

.tm-client-card-head {
    border-bottom: 1px solid rgba(16, 35, 53, .08);
    margin-bottom: 18px;
    padding-bottom: 16px;
}

.tm-client-summary-grid {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.tm-client-summary-grid div {
    background: var(--tm-client-soft);
    border: 1px solid rgba(16, 35, 53, .06);
    border-radius: 18px;
    padding: 14px;
}

.tm-client-summary-grid span,
.tm-client-price-row span {
    display: block;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .08em;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.tm-client-summary-grid strong {
    color: var(--tm-client-deep);
    display: block;
    font-size: 16px;
}

.tm-client-itinerary {
    display: grid;
    gap: 12px;
}

.tm-client-itinerary-item {
    align-items: flex-start;
    display: grid;
    gap: 12px;
    grid-template-columns: 34px minmax(0, 1fr);
}

.tm-client-itinerary-dot {
    align-items: center;
    background: var(--tm-client-navy);
    border-radius: 999px;
    color: #FFFFFF;
    display: inline-flex;
    font-size: 13px;
    font-weight: 900;
    height: 34px;
    justify-content: center;
    width: 34px;
}

.tm-client-itinerary-item strong {
    color: var(--tm-client-deep);
    display: block;
    margin-bottom: 3px;
}

.tm-client-itinerary-item p,
.tm-client-itinerary-item small {
    color: var(--tm-client-muted);
}

.tm-client-itinerary-item p span {
    color: var(--tm-client-gold);
    font-weight: 900;
    margin: 0 6px;
}

.tm-client-passenger-form {
    display: grid;
    gap: 18px;
}

.tm-client-form-grid {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.tm-client-form-grid label {
    display: grid;
    gap: 7px;
}

.tm-client-form-grid label span {
    color: var(--tm-client-deep);
    font-size: 13px;
    font-weight: 900;
}

.tm-client-form-grid input,
.tm-client-form-grid select {
    background: #FFFFFF;
    border: 1px solid rgba(16, 35, 53, .14);
    border-radius: 16px;
    box-shadow: none;
    color: var(--tm-client-deep);
    font-size: 15px;
    min-height: 50px;
    padding: 0 14px;
    width: 100%;
}

.tm-client-form-grid input:focus,
.tm-client-form-grid select:focus {
    border-color: rgba(16, 35, 53, .32);
    box-shadow: 0 0 0 4px rgba(16, 35, 53, .08);
    outline: none;
}

.tm-client-complete {
    background: #ECF8F1;
    border: 1px solid rgba(46, 139, 87, .22);
    border-radius: 18px;
    padding: 16px;
}

.tm-client-guests {
    border-top: 1px solid rgba(16, 35, 53, .08);
    display: grid;
    gap: 10px;
    margin-top: 20px;
    padding-top: 18px;
}

.tm-client-guest-row {
    align-items: center;
    background: var(--tm-client-soft);
    border: 1px solid rgba(16, 35, 53, .06);
    border-radius: 16px;
    display: grid;
    gap: 10px;
    grid-template-columns: minmax(0, 1fr) auto;
    padding: 12px 14px;
}

.tm-client-guest-row strong,
.tm-client-guest-row span,
.tm-client-guest-row small {
    display: block;
}

.tm-client-guest-row span,
.tm-client-guest-row small {
    color: var(--tm-client-muted);
    font-size: 13px;
}

.tm-client-price-card {
    background: linear-gradient(135deg, #102335 0%, #173B54 100%);
    color: #FFFFFF;
}

.tm-client-price-card .tm-reservas-kicker,
.tm-client-price-card p,
.tm-client-price-card .tm-client-price-row span {
    color: rgba(255,255,255,.76);
}

.tm-client-price-row {
    align-items: center;
    border-bottom: 1px solid rgba(255,255,255,.12);
    display: flex;
    gap: 12px;
    justify-content: space-between;
    padding: 13px 0;
}

.tm-client-price-row strong {
    color: #FFFFFF;
    font-size: 16px;
    text-align: right;
}

.tm-client-price-row.is-deposit strong {
    color: #F0C06F;
    font-size: 19px;
}

.tm-client-price-card p {
    margin-top: 14px;
}

.tm-client-boat-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.tm-client-boat-tags span {
    background: var(--tm-client-soft);
    border: 1px solid rgba(16, 35, 53, .08);
    border-radius: 999px;
    color: var(--tm-client-deep);
    font-size: 13px;
    font-weight: 800;
    padding: 8px 11px;
}

.tm-client-sidebar .tm-reservas-small-button {
    margin-top: 14px;
    width: 100%;
}

@media (max-width: 980px) {
    .tm-client-layout,
    .tm-client-hero {
        grid-template-columns: 1fr;
    }

    .tm-client-code {
        min-width: 0;
    }

    .tm-client-summary-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .tm-client-boarding {
        margin: 12px auto;
    }

    .tm-client-hero,
    .tm-client-card,
    .tm-boarding-empty {
        border-radius: 20px;
        padding: 16px;
    }

    .tm-client-summary-grid,
    .tm-client-form-grid,
    .tm-client-guest-row {
        grid-template-columns: 1fr;
    }

    .tm-client-price-row {
        align-items: flex-start;
        flex-direction: column;
    }

    .tm-client-price-row strong {
        text-align: left;
    }
}

.tm-route-itinerary {
    background: #FFFFFF;
    border: 1px solid rgba(16, 35, 53, .10);
    border-left: 5px solid var(--tm-sand);
    border-radius: 24px;
    box-shadow: 0 22px 60px rgba(9, 26, 40, .08);
    margin: 28px auto;
    max-width: 1180px;
    overflow: hidden;
    padding: clamp(18px, 3vw, 30px);
}

.tm-route-itinerary-hero {
    align-items: center;
    background:
        radial-gradient(circle at 100% 0%, rgba(32, 166, 189, .10), transparent 32%),
        linear-gradient(135deg, #FFFFFF 0%, #F8FCFC 100%);
    border: 1px solid rgba(16, 35, 53, .08);
    border-radius: 20px;
    display: grid;
    gap: 18px;
    grid-template-columns: minmax(0, 1fr) auto;
    margin-bottom: 18px;
    padding: clamp(18px, 2.4vw, 26px);
}

.tm-route-itinerary-hero span,
.tm-route-itinerary-count em {
    color: var(--tm-sand);
    display: block;
    font-size: 12px;
    font-style: normal;
    font-weight: 900;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.tm-route-itinerary-hero h2 {
    color: var(--tm-ink);
    font-size: clamp(34px, 4vw, 54px);
    letter-spacing: -.055em;
    line-height: .96;
    margin: 8px 0 10px;
}

.tm-route-itinerary-hero p {
    color: var(--tm-muted);
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
    max-width: 760px;
}

.tm-route-itinerary-route-name {
    border-left: 1px solid rgba(16, 35, 53, .12);
    color: var(--tm-ink);
    justify-self: end;
    min-width: 180px;
    padding-left: 22px;
    text-align: right;
}

.tm-route-itinerary-route-name span {
    color: var(--tm-sand);
    display: block;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .13em;
    margin-bottom: 6px;
    text-transform: uppercase;
}

.tm-route-itinerary-route-name strong {
    display: block;
    font-size: 20px;
    font-weight: 900;
    letter-spacing: -.025em;
    line-height: 1.05;
}

.tm-route-itinerary-list {
    display: grid;
    gap: 14px;
}

.tm-route-itinerary-step {
    align-items: stretch;
    background: #FFFFFF;
    border: 1px solid rgba(16, 35, 53, .09);
    border-radius: 22px;
    display: grid;
    gap: clamp(22px, 3vw, 34px);
    grid-template-columns: minmax(220px, 260px) minmax(0, 1fr);
    padding: 12px 22px 12px 12px;
}

.tm-route-itinerary-step-salida {
    border-left: 5px solid rgba(36, 137, 86, .72);
}

.tm-route-itinerary-step-destino {
    border-left: 5px solid rgba(214, 164, 86, .72);
}

.tm-route-itinerary-step-regreso {
    border-left: 5px solid rgba(184, 61, 61, .68);
}

.tm-route-itinerary-step-no-media {
    background:
        radial-gradient(circle at 100% 0%, rgba(184, 61, 61, .05), transparent 34%),
        #FFFFFF;
    grid-template-columns: minmax(0, 1fr);
    padding: 22px 24px;
}

.tm-route-itinerary-step-no-media .tm-route-itinerary-body {
    padding: 0;
}

.tm-route-itinerary-step-no-media .tm-route-itinerary-body h3 {
    font-size: clamp(22px, 2.2vw, 30px);
}

.tm-route-itinerary-media {
    aspect-ratio: 1 / 1;
    background: linear-gradient(135deg, #102335 0%, #1F5368 100%);
    border-radius: 18px;
    max-width: 260px;
    overflow: hidden;
    width: 100%;
}

.tm-route-itinerary-media img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.tm-route-itinerary-fallback {
    align-content: end;
    background:
        radial-gradient(circle at 74% 18%, rgba(32, 166, 189, .24), transparent 34%),
        linear-gradient(135deg, #102335 0%, #173B54 100%);
    color: #FFFFFF;
    display: grid;
    height: 100%;
    padding: 18px;
}

.tm-route-itinerary-fallback span {
    color: var(--tm-sand);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.tm-route-itinerary-fallback strong {
    font-size: 20px;
    line-height: 1.1;
    margin-top: 6px;
}

.tm-route-itinerary-body {
    align-content: center;
    display: grid;
    gap: 9px;
    min-width: 0;
    padding: 10px 0;
}

.tm-route-itinerary-count {
    align-items: center;
    display: flex;
    gap: 10px;
}

.tm-route-itinerary-count span {
    align-items: center;
    background: var(--tm-navy);
    border-radius: 999px;
    color: #FFFFFF;
    display: inline-flex;
    font-size: 13px;
    font-weight: 900;
    height: 34px;
    justify-content: center;
    width: 34px;
}

.tm-route-itinerary-body h3 {
    color: var(--tm-ink);
    font-size: clamp(24px, 2.5vw, 34px);
    letter-spacing: -.04em;
    line-height: 1.08;
    margin: 0;
}

.tm-route-itinerary-description {
    color: var(--tm-muted);
    font-size: 15px;
    line-height: 1.55;
    margin: 0;
    max-width: 720px;
}

.tm-route-itinerary-anchor-badge {
    background: rgba(211, 163, 89, .14);
    border: 1px solid rgba(211, 163, 89, .48);
    border-radius: 999px;
    color: #8a6428;
    display: inline-flex;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .04em;
    margin: 0 0 12px;
    padding: 7px 11px;
    text-transform: uppercase;
}

.tm-route-itinerary-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.tm-route-itinerary-meta span {
    background: var(--tm-surface-soft);
    border: 1px solid rgba(16, 35, 53, .08);
    border-radius: 999px;
    color: var(--tm-ink);
    font-size: 13px;
    font-weight: 800;
    padding: 8px 11px;
}

.tm-route-itinerary-note {
    color: var(--tm-muted);
    font-size: 15px;
    line-height: 1.55;
    margin: 2px 0 0;
}

.tm-route-itinerary-link {
    align-items: center;
    background: var(--tm-navy);
    border: 1px solid var(--tm-navy);
    border-radius: 999px;
    color: #FFFFFF !important;
    display: inline-flex;
    font-size: 13px;
    font-weight: 900;
    justify-content: center;
    letter-spacing: .01em;
    line-height: 1;
    margin-top: 4px;
    min-height: 42px;
    padding: 0 18px;
    text-decoration: none !important;
    width: fit-content;
}

.tm-route-itinerary-link:hover,
.tm-route-itinerary-link:focus {
    background: #173B54;
    border-color: #173B54;
    color: #FFFFFF !important;
    font-size: 13px;
    text-decoration: none !important;
    transform: none !important;
}

.tm-route-itinerary-empty {
    background: var(--tm-surface-soft);
    border: 1px solid rgba(16, 35, 53, .08);
    border-radius: 18px;
    color: var(--tm-muted);
    padding: 18px;
}

.tm-route-itinerary-empty strong {
    color: var(--tm-ink);
    display: block;
    font-size: 20px;
    margin-bottom: 6px;
}

.tm-route-itinerary-empty p {
    margin: 0;
}

@media (max-width: 820px) {
    .tm-route-itinerary-hero,
    .tm-route-itinerary-step {
        grid-template-columns: 1fr;
    }

    .tm-route-itinerary-route-name {
        border-left: 0;
        border-top: 1px solid rgba(16, 35, 53, .10);
        justify-self: stretch;
        min-width: 0;
        padding-left: 0;
        padding-top: 14px;
        text-align: left;
    }

    .tm-route-itinerary-media {
        aspect-ratio: 16 / 10;
        max-width: none;
    }

    .tm-route-itinerary-body {
        padding: 0 4px 4px;
    }
}

@media (max-width: 520px) {
    .tm-route-itinerary {
        border-radius: 20px;
        margin: 18px auto;
        padding: 14px;
    }

    .tm-route-itinerary-hero,
    .tm-route-itinerary-step {
        border-radius: 18px;
    }

    .tm-route-itinerary-hero h2 {
        font-size: 34px;
    }
}

/* v0.3.149 checkout canonical layout */
body.woocommerce-checkout form.checkout .woocommerce-billing-fields,
body.woocommerce-checkout form.checkout .woocommerce-additional-fields {
    background: #fffaf3 !important;
    border: 1px solid rgba(8, 35, 56, 0.08) !important;
    border-radius: 8px !important;
    box-shadow: none !important;
    padding: 28px !important;
}

body.woocommerce-checkout form.checkout .woocommerce-billing-fields h3,
body.woocommerce-checkout form.checkout .woocommerce-additional-fields h3 {
    color: #082338 !important;
    font-size: clamp(28px, 3vw, 34px) !important;
    font-weight: 650 !important;
    letter-spacing: 0 !important;
    line-height: 1.05 !important;
    margin: 0 0 8px !important;
}

body.woocommerce-checkout form.checkout .woocommerce-billing-fields__field-wrapper {
    display: grid !important;
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
    column-gap: 18px !important;
    row-gap: 18px !important;
    align-items: end !important;
}

body.woocommerce-checkout form.checkout .woocommerce-billing-fields__field-wrapper > p.form-row,
body.woocommerce-checkout form.checkout .woocommerce-additional-fields p.form-row {
    display: flex !important;
    flex-direction: column !important;
    float: none !important;
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    min-width: 0 !important;
}

body.woocommerce-checkout form.checkout .form-row label {
    color: #082338 !important;
    font-size: 15px !important;
    font-weight: 650 !important;
    line-height: 1.2 !important;
    letter-spacing: 0 !important;
    margin: 0 0 8px !important;
    text-align: left !important;
}

body.woocommerce-checkout form.checkout .form-row label::after {
    display: none !important;
    content: none !important;
}

body.woocommerce-checkout form.checkout abbr.required {
    color: #d5a557 !important;
    margin-left: 3px !important;
    text-decoration: none !important;
}

body.woocommerce-checkout form.checkout .optional {
    display: none !important;
}

body.woocommerce-checkout form.checkout input.input-text,
body.woocommerce-checkout form.checkout select,
body.woocommerce-checkout form.checkout textarea,
body.woocommerce-checkout form.checkout .select2-selection {
    min-height: 52px !important;
    height: 52px !important;
    border: 1px solid rgba(213, 165, 87, 0.58) !important;
    border-radius: 8px !important;
    background-color: #fff !important;
    color: #082338 !important;
    font-size: 15px !important;
    font-weight: 520 !important;
    line-height: 1.2 !important;
    padding: 0 16px !important;
    box-shadow: none !important;
}

body.woocommerce-checkout form.checkout textarea {
    height: 72px !important;
    min-height: 72px !important;
    padding-top: 14px !important;
}

body.woocommerce-checkout form.checkout select,
body.woocommerce-checkout form.checkout .select2-selection {
    appearance: none !important;
    background-image: linear-gradient(45deg, transparent 50%, #0d7b86 50%), linear-gradient(135deg, #0d7b86 50%, transparent 50%) !important;
    background-position: calc(100% - 20px) 50%, calc(100% - 14px) 50% !important;
    background-repeat: no-repeat !important;
    background-size: 6px 6px, 6px 6px !important;
    padding-right: 42px !important;
}

body.woocommerce-checkout form.checkout #billing_tm_customer_type_field {
    grid-column: 1 / -1 !important;
    order: 1 !important;
}

body.woocommerce-checkout form.checkout #billing_tm_customer_type_field .woocommerce-input-wrapper {
    display: inline-grid !important;
    grid-template-columns: 1fr 1fr !important;
    width: min(270px, 100%) !important;
    gap: 4px !important;
    padding: 4px !important;
    border: 1px solid rgba(8, 35, 56, 0.12) !important;
    border-radius: 999px !important;
    background: #fff !important;
}

body.woocommerce-checkout form.checkout #billing_tm_customer_type_field input[type="radio"] {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

body.woocommerce-checkout form.checkout #billing_tm_customer_type_field label.radio {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 34px !important;
    border-radius: 999px !important;
    padding: 0 18px !important;
    margin: 0 !important;
    color: #082338 !important;
    font-size: 14px !important;
    font-weight: 650 !important;
    cursor: pointer !important;
}

body.woocommerce-checkout form.checkout #billing_tm_customer_type_field label.radio.tm-is-active,
body.woocommerce-checkout form.checkout #billing_tm_customer_type_field label.radio:has(input[type="radio"]:checked),
body.woocommerce-checkout form.checkout #billing_tm_customer_type_field input[type="radio"]:checked + label.radio {
    background: #102c40 !important;
    color: #fff !important;
}

body.woocommerce-checkout form.checkout #billing_first_name_field {
    grid-column: span 3 !important;
    order: 10 !important;
}

body.woocommerce-checkout form.checkout #billing_last_name_field {
    grid-column: span 3 !important;
    order: 11 !important;
}

body.woocommerce-checkout form.checkout #billing_phone_field {
    grid-column: span 6 !important;
    order: 12 !important;
}

body.woocommerce-checkout form.checkout #billing_company_field {
    grid-column: span 6 !important;
    order: 10 !important;
}

body.woocommerce-checkout form.checkout #billing_email_field {
    grid-column: span 4 !important;
    order: 20 !important;
}

body.woocommerce-checkout form.checkout #billing_tm_document_type_field {
    grid-column: span 3 !important;
    order: 21 !important;
}

body.woocommerce-checkout form.checkout #billing_tm_document_number_field {
    grid-column: span 5 !important;
    order: 22 !important;
}

body.woocommerce-checkout form.checkout #order_comments_field {
    margin-top: 18px !important;
}

body.woocommerce-checkout form.checkout .tm-checkout-phone-field .woocommerce-input-wrapper {
    width: 100% !important;
}

body.woocommerce-checkout form.checkout .tm-country-phone-checkout {
    display: grid !important;
    grid-template-columns: 142px minmax(0, 1fr) !important;
    width: 100% !important;
    height: 52px !important;
    border: 1px solid rgba(213, 165, 87, 0.58) !important;
    border-radius: 8px !important;
    overflow: visible !important;
    background: #fff !important;
    box-shadow: none !important;
}

body.woocommerce-checkout form.checkout .tm-country-phone-checkout .tm-country-trigger {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 9px !important;
    width: 100% !important;
    height: 50px !important;
    border: 0 !important;
    border-right: 1px solid rgba(8, 35, 56, 0.14) !important;
    border-radius: 7px 0 0 7px !important;
    background: #eef6f7 !important;
    color: #082338 !important;
    padding: 0 12px !important;
    cursor: pointer !important;
    box-shadow: none !important;
}

body.woocommerce-checkout form.checkout .tm-country-phone-checkout .tm-country-flag {
    display: inline-flex !important;
    width: auto !important;
    min-width: 20px !important;
    height: auto !important;
    border-radius: 0 !important;
    background: transparent !important;
    font-size: 17px !important;
    line-height: 1 !important;
}

body.woocommerce-checkout form.checkout .tm-country-phone-checkout .tm-country-dial {
    color: #082338 !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    min-width: 30px !important;
}

body.woocommerce-checkout form.checkout .tm-country-phone-checkout .tm-country-caret {
    display: inline-flex !important;
    width: 24px !important;
    height: 24px !important;
    align-items: center !important;
    justify-content: center !important;
    border: 1px solid rgba(37, 183, 205, 0.55) !important;
    border-radius: 999px !important;
    background: #e5f7fa !important;
    position: relative !important;
    flex: 0 0 auto !important;
}

body.woocommerce-checkout form.checkout .tm-country-phone-checkout .tm-country-caret::before {
    content: "" !important;
    width: 7px !important;
    height: 7px !important;
    border-right: 2px solid #0d7b86 !important;
    border-bottom: 2px solid #0d7b86 !important;
    transform: translateY(-2px) rotate(45deg) !important;
}

body.woocommerce-checkout form.checkout .tm-country-phone-checkout .tm-country-trigger[aria-expanded="true"] .tm-country-caret::before {
    transform: translateY(2px) rotate(225deg) !important;
}

body.woocommerce-checkout form.checkout .tm-country-phone-checkout .tm-country-phone-input {
    height: 50px !important;
    min-height: 50px !important;
    border: 0 !important;
    border-radius: 0 7px 7px 0 !important;
    background: #fff !important;
    padding: 0 16px !important;
}













body.woocommerce-checkout form.checkout .woocommerce-checkout-review-order {
    background: #102c40 !important;
    border-radius: 8px !important;
    color: #fff !important;
    padding: 22px !important;
    box-shadow: none !important;
}

body.woocommerce-checkout form.checkout .tm-checkout-route-card {
    margin: 0 0 22px !important;
    padding: 0 !important;
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
    border-radius: 12px !important;
    overflow: hidden !important;
    background: rgba(255, 255, 255, 0.04) !important;
}

body.woocommerce-checkout form.checkout .tm-checkout-route-card img,
body.woocommerce-checkout form.checkout .tm-checkout-route-image {
    display: block !important;
    width: 100% !important;
    height: 176px !important;
    object-fit: cover !important;
    border-radius: 0 !important;
}

body.woocommerce-checkout form.checkout .tm-checkout-route-card + *,
body.woocommerce-checkout form.checkout .tm-checkout-route-row + tr {
    margin-top: 18px !important;
}

body.woocommerce-checkout form.checkout .product-quantity,
body.woocommerce-checkout form.checkout .quantity,
body.woocommerce-checkout form.checkout .shop_table .product-name .product-quantity {
    display: none !important;
}

body.woocommerce-checkout form.checkout .woocommerce-checkout-review-order-table {
    color: #fff !important;
    border-collapse: collapse !important;
}

body.woocommerce-checkout form.checkout .woocommerce-checkout-review-order-table th,
body.woocommerce-checkout form.checkout .woocommerce-checkout-review-order-table td {
    border-color: rgba(37, 183, 205, 0.52) !important;
    color: #fff !important;
    font-weight: 650 !important;
    padding: 13px 0 !important;
}

body.woocommerce-checkout form.checkout .tm-checkout-line-kicker,
body.woocommerce-checkout form.checkout .tm-checkout-detail-label {
    color: #d5a557 !important;
    font-size: 11px !important;
    font-weight: 760 !important;
    letter-spacing: 0.08em !important;
    text-transform: uppercase !important;
}

body.woocommerce-checkout form.checkout .tm-checkout-line-title,
body.woocommerce-checkout form.checkout .tm-checkout-detail-value {
    color: #fff !important;
    font-size: 15px !important;
    font-weight: 650 !important;
    line-height: 1.35 !important;
}

body.woocommerce-checkout form.checkout .wc-backward,
body.woocommerce-checkout form.checkout a[href*="/tienda/"],
body.woocommerce-checkout form.checkout a[href*="/carrito/"],
body.woocommerce-checkout form.checkout a[href*="seguir-comprando"] {
    display: none !important;
}

@media (max-width: 1100px) {
    body.woocommerce-checkout form.checkout .woocommerce-billing-fields__field-wrapper {
        grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
    }

    body.woocommerce-checkout form.checkout #billing_first_name_field,
    body.woocommerce-checkout form.checkout #billing_last_name_field,
    body.woocommerce-checkout form.checkout #billing_email_field,
    body.woocommerce-checkout form.checkout #billing_tm_document_type_field,
    body.woocommerce-checkout form.checkout #billing_tm_document_number_field {
        grid-column: span 3 !important;
    }

    body.woocommerce-checkout form.checkout #billing_phone_field,
    body.woocommerce-checkout form.checkout #billing_company_field {
        grid-column: span 6 !important;
    }
}

@media (max-width: 720px) {
    body.woocommerce-checkout form.checkout .woocommerce-billing-fields,
    body.woocommerce-checkout form.checkout .woocommerce-additional-fields {
        padding: 18px !important;
    }

    body.woocommerce-checkout form.checkout .woocommerce-billing-fields__field-wrapper {
        grid-template-columns: 1fr !important;
        row-gap: 15px !important;
    }

    body.woocommerce-checkout form.checkout #billing_first_name_field,
    body.woocommerce-checkout form.checkout #billing_last_name_field,
    body.woocommerce-checkout form.checkout #billing_phone_field,
    body.woocommerce-checkout form.checkout #billing_company_field,
    body.woocommerce-checkout form.checkout #billing_email_field,
    body.woocommerce-checkout form.checkout #billing_tm_document_type_field,
    body.woocommerce-checkout form.checkout #billing_tm_document_number_field {
        grid-column: 1 / -1 !important;
    }

    body.woocommerce-checkout form.checkout .tm-country-phone-checkout {
        grid-template-columns: 118px minmax(0, 1fr) !important;
    }

    body.woocommerce-checkout form.checkout .tm-country-phone-checkout .tm-country-trigger {
        gap: 6px !important;
        padding: 0 8px !important;
    }

    body.woocommerce-checkout form.checkout .tm-country-phone-checkout .tm-country-phone-input {
        padding: 0 12px !important;
    }
}

/* v0.3.148: checkout limpio, selector WhatsApp funcional y resistente a WooCommerce/Elementor. */
body.woocommerce-checkout form.checkout .woocommerce-billing-fields,
body.woocommerce-checkout form.checkout .woocommerce-additional-fields {
    background: #FBF8F2 !important;
    border: 1px solid rgba(16, 35, 53, .08) !important;
    border-radius: 20px !important;
    box-shadow: none !important;
    padding: 26px !important;
}

body.woocommerce-checkout form.checkout .woocommerce-billing-fields h3,
body.woocommerce-checkout form.checkout .woocommerce-additional-fields h3 {
    color: #071E31 !important;
    font-size: clamp(26px, 3vw, 34px) !important;
    font-weight: 650 !important;
    letter-spacing: 0 !important;
    line-height: 1.05 !important;
    margin: 0 0 18px !important;
}

body.woocommerce-checkout form.checkout .woocommerce-billing-fields__field-wrapper {
    align-items: start !important;
    display: grid !important;
    gap: 18px 18px !important;
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
}

body.woocommerce-checkout form.checkout .form-row,
body.woocommerce-checkout form.checkout .form-row-first,
body.woocommerce-checkout form.checkout .form-row-last,
body.woocommerce-checkout form.checkout .form-row-wide {
    clear: none !important;
    float: none !important;
    margin: 0 !important;
    padding: 0 !important;
    width: auto !important;
}

body.woocommerce-checkout form.checkout .form-row label {
    color: #071E31 !important;
    display: block !important;
    font-size: 15px !important;
    font-weight: 650 !important;
    letter-spacing: 0 !important;
    line-height: 1.25 !important;
    margin: 0 0 8px !important;
}

body.woocommerce-checkout form.checkout .form-row .required {
    color: #D5A557 !important;
    font-weight: 650 !important;
    text-decoration: none !important;
}

body.woocommerce-checkout form.checkout .input-text,
body.woocommerce-checkout form.checkout input[type="text"],
body.woocommerce-checkout form.checkout input[type="email"],
body.woocommerce-checkout form.checkout input[type="tel"],
body.woocommerce-checkout form.checkout textarea,
body.woocommerce-checkout form.checkout select {
    background: #FFFFFF !important;
    border: 1px solid rgba(213, 165, 87, .48) !important;
    border-radius: 13px !important;
    box-shadow: none !important;
    color: #071E31 !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    min-height: 54px !important;
    outline: none !important;
    padding: 0 16px !important;
    width: 100% !important;
}

body.woocommerce-checkout form.checkout textarea {
    min-height: 78px !important;
    padding-top: 14px !important;
}

body.woocommerce-checkout form.checkout .input-text:focus,
body.woocommerce-checkout form.checkout input:focus,
body.woocommerce-checkout form.checkout select:focus,
body.woocommerce-checkout form.checkout textarea:focus {
    border-color: #20B6CD !important;
    box-shadow: 0 0 0 3px rgba(32, 182, 205, .12) !important;
}

body.woocommerce-checkout form.checkout #billing_tm_customer_type_field {
    grid-column: 1 / -1 !important;
    max-width: 310px !important;
    order: 1 !important;
}

body.woocommerce-checkout form.checkout #billing_tm_customer_type_field .woocommerce-input-wrapper {
    background: #FFFFFF !important;
    border: 1px solid rgba(16, 35, 53, .14) !important;
    border-radius: 999px !important;
    display: inline-flex !important;
    gap: 4px !important;
    padding: 4px !important;
    width: auto !important;
}

body.woocommerce-checkout form.checkout #billing_tm_customer_type_field input[type="radio"] {
    height: 1px !important;
    opacity: 0 !important;
    overflow: hidden !important;
    pointer-events: none !important;
    position: absolute !important;
    width: 1px !important;
}

body.woocommerce-checkout form.checkout #billing_tm_customer_type_field label.radio {
    align-items: center !important;
    border-radius: 999px !important;
    color: #071E31 !important;
    cursor: pointer !important;
    display: inline-flex !important;
    font-size: 15px !important;
    font-weight: 650 !important;
    height: 36px !important;
    justify-content: center !important;
    line-height: 1 !important;
    margin: 0 !important;
    min-width: 126px !important;
    padding: 0 18px !important;
}

body.woocommerce-checkout form.checkout #billing_tm_customer_type_field input[type="radio"]:checked + label.radio {
    background: #102335 !important;
    color: #FFFFFF !important;
}

body.woocommerce-checkout form.checkout #billing_tm_customer_type_field label.radio .required {
    color: inherit !important;
}

body.woocommerce-checkout form.checkout #billing_first_name_field {
    grid-column: span 3 !important;
    order: 2 !important;
}

body.woocommerce-checkout form.checkout #billing_last_name_field {
    grid-column: span 3 !important;
    order: 3 !important;
}

body.woocommerce-checkout form.checkout #billing_phone_field {
    grid-column: span 6 !important;
    order: 4 !important;
}

body.woocommerce-checkout form.checkout #billing_company_field {
    grid-column: span 6 !important;
    order: 2 !important;
}

body.woocommerce-checkout form.checkout #billing_email_field {
    grid-column: span 4 !important;
    order: 5 !important;
}

body.woocommerce-checkout form.checkout #billing_tm_document_type_field {
    grid-column: span 3 !important;
    order: 6 !important;
}

body.woocommerce-checkout form.checkout #billing_tm_document_number_field {
    grid-column: span 5 !important;
    order: 7 !important;
}

body.woocommerce-checkout form.checkout.tm-checkout-person-mode #billing_company_field,
body.tm-checkout-person-mode form.checkout #billing_company_field,
body.woocommerce-checkout form.checkout.tm-checkout-company-mode #billing_first_name_field,
body.woocommerce-checkout form.checkout.tm-checkout-company-mode #billing_last_name_field,
body.tm-checkout-company-mode form.checkout #billing_first_name_field,
body.tm-checkout-company-mode form.checkout #billing_last_name_field {
    display: none !important;
}

body.woocommerce-checkout form.checkout.tm-checkout-company-mode #billing_phone_field,
body.tm-checkout-company-mode form.checkout #billing_phone_field {
    grid-column: span 6 !important;
    order: 3 !important;
}

body.woocommerce-checkout form.checkout .tm-country-phone-checkout {
    display: grid !important;
    grid-template-columns: 138px minmax(0, 1fr) !important;
    min-width: 0 !important;
    width: 100% !important;
}

body.woocommerce-checkout form.checkout .tm-country-phone-checkout .tm-country-trigger,
body.woocommerce-checkout form.checkout .tm-country-phone-checkout .tm-country-phone-input {
    height: 54px !important;
    min-height: 54px !important;
}

body.woocommerce-checkout form.checkout .tm-country-phone-checkout .tm-country-trigger {
    align-items: center !important;
    background: #EDF5F6 !important;
    border: 1px solid #D5E2E6 !important;
    border-radius: 13px 0 0 13px !important;
    border-right: 0 !important;
    color: #071E31 !important;
    cursor: pointer !important;
    display: inline-flex !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    gap: 8px !important;
    justify-content: center !important;
    padding: 0 10px !important;
    width: 100% !important;
}

body.woocommerce-checkout form.checkout .tm-country-phone-checkout .tm-country-flag {
    border-radius: 0 !important;
    display: inline-block !important;
    font-size: 18px !important;
    height: auto !important;
    line-height: 1 !important;
    width: auto !important;
}

body.woocommerce-checkout form.checkout .tm-country-phone-checkout .tm-country-phone-input {
    border-left: 1px solid #D5E2E6 !important;
    border-radius: 0 13px 13px 0 !important;
    min-width: 0 !important;
}

body.woocommerce-checkout form.checkout .tm-country-phone-checkout .tm-country-caret {
    align-items: center !important;
    background: rgba(32, 182, 205, .12) !important;
    border: 1px solid rgba(32, 182, 205, .48) !important;
    border-radius: 999px !important;
    display: inline-flex !important;
    flex: 0 0 26px !important;
    height: 26px !important;
    justify-content: center !important;
    width: 26px !important;
}












body.woocommerce-checkout .woocommerce-checkout-review-order,
body.woocommerce-checkout .woocommerce-checkout-review-order table.shop_table {
    background: #102335 !important;
    border: 0 !important;
    border-radius: 4px !important;
    color: #FFFFFF !important;
}

body.woocommerce-checkout .tm-checkout-route-card {
    border-radius: 12px !important;
    margin: 0 0 22px !important;
    overflow: hidden !important;
}

body.woocommerce-checkout .tm-checkout-route-card img {
    border-radius: 12px !important;
    display: block !important;
    height: 178px !important;
    object-fit: cover !important;
    width: 100% !important;
}

body.woocommerce-checkout .woocommerce-checkout-review-order .product-quantity,
body.woocommerce-checkout .woocommerce-checkout-review-order .product-thumbnail,
body.woocommerce-checkout .woocommerce-checkout-review-order a[href*="/tienda"],
body.woocommerce-checkout .woocommerce-checkout-review-order a[href*="/carrito"],
body.woocommerce-checkout .woocommerce-checkout-review-order .wc-backward {
    display: none !important;
}

body.woocommerce-checkout .woocommerce-checkout-review-order .product-name,
body.woocommerce-checkout .woocommerce-checkout-review-order strong,
body.woocommerce-checkout .woocommerce-checkout-review-order b {
    font-weight: 650 !important;
}

@media (max-width: 1180px) {
    body.woocommerce-checkout form.checkout #billing_first_name_field,
    body.woocommerce-checkout form.checkout #billing_last_name_field,
    body.woocommerce-checkout form.checkout #billing_email_field,
    body.woocommerce-checkout form.checkout #billing_tm_document_type_field,
    body.woocommerce-checkout form.checkout #billing_tm_document_number_field,
    body.woocommerce-checkout form.checkout #billing_company_field,
    body.woocommerce-checkout form.checkout #billing_phone_field {
        grid-column: span 6 !important;
    }

    body.woocommerce-checkout form.checkout.tm-checkout-company-mode #billing_phone_field,
    body.tm-checkout-company-mode form.checkout #billing_phone_field {
        grid-column: span 6 !important;
    }
}

@media (max-width: 760px) {
    body.woocommerce-checkout form.checkout .woocommerce-billing-fields,
    body.woocommerce-checkout form.checkout .woocommerce-additional-fields {
        padding: 20px !important;
    }

    body.woocommerce-checkout form.checkout .woocommerce-billing-fields__field-wrapper {
        grid-template-columns: 1fr !important;
        gap: 16px !important;
    }

    body.woocommerce-checkout form.checkout #billing_tm_customer_type_field,
    body.woocommerce-checkout form.checkout #billing_first_name_field,
    body.woocommerce-checkout form.checkout #billing_last_name_field,
    body.woocommerce-checkout form.checkout #billing_email_field,
    body.woocommerce-checkout form.checkout #billing_tm_document_type_field,
    body.woocommerce-checkout form.checkout #billing_tm_document_number_field,
    body.woocommerce-checkout form.checkout #billing_company_field,
    body.woocommerce-checkout form.checkout #billing_phone_field {
        grid-column: 1 / -1 !important;
        max-width: none !important;
    }

    body.woocommerce-checkout form.checkout #billing_tm_customer_type_field .woocommerce-input-wrapper {
        display: grid !important;
        grid-template-columns: 1fr 1fr !important;
        width: 100% !important;
    }

    body.woocommerce-checkout form.checkout #billing_tm_customer_type_field label.radio {
        min-width: 0 !important;
        width: 100% !important;
    }

    body.woocommerce-checkout form.checkout .tm-country-phone-checkout {
        grid-template-columns: 118px minmax(0, 1fr) !important;
    }
}

@media (max-width: 420px) {
    body.woocommerce-checkout form.checkout .tm-country-phone-checkout {
        grid-template-columns: 106px minmax(0, 1fr) !important;
    }

    body.woocommerce-checkout form.checkout .tm-country-phone-checkout .tm-country-trigger {
        gap: 6px !important;
        padding: 0 7px !important;
    }

    body.woocommerce-checkout form.checkout .tm-country-phone-checkout .tm-country-dial {
        font-size: 14px !important;
    }
}

/* v0.3.110: resumen operativo del dashboard. */
.tm-reservas.tm-op-shell-lite .tm-op-dashboard-summary {
    background:
        radial-gradient(circle at 88% 12%, rgba(76, 202, 225, .12), transparent 26%),
        linear-gradient(135deg, rgba(255, 255, 255, .96), rgba(250, 247, 241, .92));
    border: 1px solid rgba(16, 35, 53, .10);
    border-radius: 26px;
    box-shadow: 0 18px 46px rgba(16, 35, 53, .08);
    margin-top: 18px;
    padding: clamp(20px, 2.6vw, 34px);
}

.tm-reservas.tm-op-shell-lite .tm-op-section-head-compact {
    align-items: end;
    border-bottom: 1px solid rgba(16, 35, 53, .10);
    display: grid;
    gap: 18px;
    grid-template-columns: minmax(0, 1fr) minmax(260px, 520px);
    margin-bottom: 18px;
    padding: 0 0 16px;
}

.tm-reservas.tm-op-shell-lite .tm-op-section-head-compact h3 {
    font-size: clamp(34px, 4vw, 54px);
    line-height: .98;
    margin: 0;
}

.tm-reservas.tm-op-shell-lite .tm-op-section-head-compact p {
    color: #526A75;
    font-size: 18px;
    line-height: 1.45;
    margin: 0;
}

.tm-reservas.tm-op-shell-lite .tm-op-dashboard-grid {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.tm-reservas.tm-op-shell-lite .tm-op-dashboard-grid article {
    background: rgba(255, 255, 255, .88);
    border: 1px solid rgba(16, 35, 53, .10);
    border-radius: 22px;
    box-shadow: 0 14px 32px rgba(16, 35, 53, .06);
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-height: 176px;
    padding: 18px;
}

.tm-reservas.tm-op-shell-lite .tm-op-dashboard-grid article:nth-child(4n+1) {
    border-top: 4px solid #D7A756;
}

.tm-reservas.tm-op-shell-lite .tm-op-dashboard-grid article:nth-child(4n+2) {
    border-top: 4px solid #29B6CC;
}

.tm-reservas.tm-op-shell-lite .tm-op-dashboard-grid article:nth-child(4n+3) {
    border-top: 4px solid #173B54;
}

.tm-reservas.tm-op-shell-lite .tm-op-dashboard-grid article:nth-child(4n+4) {
    border-top: 4px solid #1E7F8F;
}

.tm-reservas.tm-op-shell-lite .tm-op-dashboard-grid span {
    color: #D7A756;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .12em;
    line-height: 1.2;
    text-transform: uppercase;
}

.tm-reservas.tm-op-shell-lite .tm-op-dashboard-grid strong {
    color: #102335;
    display: block;
    font-size: clamp(34px, 3.4vw, 54px);
    line-height: .96;
    overflow-wrap: anywhere;
}

.tm-reservas.tm-op-shell-lite .tm-op-dashboard-grid small {
    color: #526A75;
    display: block;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.35;
    min-height: 18px;
}

.tm-reservas.tm-op-shell-lite .tm-op-dashboard-grid a {
    --tm-btn-height: 38px;
    --tm-btn-size: 13px;
    --tm-btn-x: 16px;
    align-items: center;
    align-self: flex-start;
    background: #FFFFFF !important;
    border: 1px solid rgba(16, 35, 53, .14) !important;
    color: #102335 !important;
    display: inline-flex;
    justify-content: center;
    margin-top: auto;
    text-decoration: none !important;
}

.tm-reservas.tm-op-shell-lite .tm-op-dashboard-grid a:hover,
.tm-reservas.tm-op-shell-lite .tm-op-dashboard-grid a:focus {
    background: #102335 !important;
    border-color: #102335 !important;
    color: #FFFFFF !important;
}

@media (max-width: 1180px) {
    .tm-reservas.tm-op-shell-lite .tm-op-dashboard-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    .tm-reservas.tm-op-shell-lite .tm-op-section-head-compact {
        align-items: start;
        grid-template-columns: 1fr;
    }

    .tm-reservas.tm-op-shell-lite .tm-op-dashboard-grid {
        grid-template-columns: 1fr;
    }
}

/* v0.3.111: selectores visuales y WhatsApp unificado en panel operativo. */
.tm-reservas.tm-op-shell-lite .tm-op-choice,
.tm-reservas.tm-op-shell-lite .tm-op-country-phone {
    min-width: 0;
    position: relative;
    width: 100%;
}

.tm-reservas.tm-op-shell-lite .tm-op-choice .tm-choice-trigger {
    align-items: center;
    background: #FFFFFF !important;
    border: 1px solid rgba(16, 35, 53, .13) !important;
    border-radius: 18px !important;
    box-shadow: 0 14px 30px rgba(9, 26, 40, .045) !important;
    color: #102335 !important;
    display: flex !important;
    font-size: 18px !important;
    font-weight: 650 !important;
    justify-content: space-between !important;
    letter-spacing: 0 !important;
    line-height: 1.2 !important;
    min-height: 62px !important;
    padding: 0 18px !important;
    text-align: left !important;
    width: 100% !important;
}

.tm-reservas.tm-op-shell-lite .tm-op-choice .tm-choice-trigger:hover,
.tm-reservas.tm-op-shell-lite .tm-op-choice .tm-choice-trigger:focus,
.tm-reservas.tm-op-shell-lite .tm-op-choice .tm-choice-trigger[aria-expanded="true"] {
    border-color: #D7A756 !important;
    box-shadow: 0 0 0 4px rgba(215, 167, 86, .16), 0 16px 34px rgba(9, 26, 40, .06) !important;
    outline: 0 !important;
}

.tm-reservas.tm-op-shell-lite .tm-op-choice.is-invalid .tm-choice-trigger {
    border-color: #B83D3D !important;
    box-shadow: 0 0 0 4px rgba(184, 61, 61, .13) !important;
}

.tm-reservas.tm-op-shell-lite .tm-op-choice .tm-choice-caret,
.tm-reservas.tm-op-shell-lite .tm-op-country-phone .tm-country-caret {
    color: #1E7F8F !important;
    font-size: 15px !important;
    font-weight: 900 !important;
    line-height: 1 !important;
}

.tm-reservas.tm-op-shell-lite .tm-op-country-phone {
    display: grid;
    grid-template-columns: 128px minmax(0, 1fr);
    isolation: isolate;
}

.tm-reservas.tm-op-shell-lite .tm-op-country-phone .tm-country-trigger {
    align-items: center;
    background: #F0F6F7 !important;
    border: 1px solid rgba(16, 35, 53, .13) !important;
    border-radius: 18px 0 0 18px !important;
    box-shadow: 0 14px 30px rgba(9, 26, 40, .045) !important;
    color: #102335 !important;
    display: inline-flex !important;
    gap: 8px !important;
    justify-content: center !important;
    min-height: 62px !important;
    padding: 0 12px !important;
}

.tm-reservas.tm-op-shell-lite .tm-op-country-phone .tm-country-trigger:hover,
.tm-reservas.tm-op-shell-lite .tm-op-country-phone .tm-country-trigger:focus,
.tm-reservas.tm-op-shell-lite .tm-op-country-phone .tm-country-trigger[aria-expanded="true"] {
    border-color: #D7A756 !important;
    box-shadow: 0 0 0 4px rgba(215, 167, 86, .14) !important;
    outline: 0 !important;
    z-index: 2;
}

.tm-reservas.tm-op-shell-lite .tm-op-country-phone .tm-country-flag {
    font-size: 22px !important;
}

.tm-reservas.tm-op-shell-lite .tm-op-country-phone .tm-country-dial {
    color: #102335 !important;
    font-size: 17px !important;
    font-weight: 850 !important;
}

.tm-reservas.tm-op-shell-lite .tm-op-form .tm-op-country-phone .tm-country-phone-input {
    background: #FFFFFF;
    border: 1px solid rgba(16, 35, 53, .13);
    border-left: 0;
    border-radius: 0 18px 18px 0;
    box-shadow: 0 14px 30px rgba(9, 26, 40, .045);
    color: #102335;
    min-height: 62px;
    padding: 0 18px;
    width: 100%;
}

.tm-reservas.tm-op-shell-lite .tm-op-form .tm-op-country-phone .tm-country-phone-input:focus {
    border-color: #D7A756;
    box-shadow: 0 0 0 4px rgba(215, 167, 86, .14), 0 16px 34px rgba(9, 26, 40, .06);
    outline: 0;
}

body .tm-choice-menu-clean,
body .tm-country-menu-clean {
    border: 1px solid rgba(16, 35, 53, .10) !important;
    border-radius: 18px !important;
    box-shadow: 0 26px 70px rgba(9, 26, 40, .22) !important;
    overflow: auto !important;
    padding: 8px !important;
}

body .tm-choice-menu-clean .tm-choice-list {
    display: grid !important;
    gap: 6px !important;
}

body .tm-choice-menu-clean .tm-choice-option,
body .tm-country-menu-clean .tm-country-option {
    background: #FFFFFF !important;
    border: 1px solid transparent !important;
    border-radius: 12px !important;
    box-shadow: none !important;
    min-height: 44px !important;
}

body .tm-choice-menu-clean .tm-choice-option:nth-child(even),
body .tm-country-menu-clean .tm-country-option:nth-of-type(even) {
    background: #F7FAFA !important;
}

body .tm-choice-menu-clean .tm-choice-option:hover,
body .tm-choice-menu-clean .tm-choice-option:focus,
body .tm-country-menu-clean .tm-country-option:hover,
body .tm-country-menu-clean .tm-country-option:focus {
    background: #ECF7F9 !important;
    border-color: rgba(41, 182, 204, .22) !important;
    box-shadow: inset 0 0 0 1px rgba(41, 182, 204, .16) !important;
    color: #102335 !important;
    outline: 0 !important;
}

body .tm-country-menu-clean .tm-country-search {
    background: transparent !important;
    border-bottom: 0 !important;
    padding: 0 0 8px !important;
}

body .tm-country-menu-clean .tm-country-search input {
    border-radius: 13px !important;
    min-height: 42px !important;
}

@media (max-width: 640px) {
    .tm-reservas.tm-op-shell-lite .tm-op-country-phone {
        grid-template-columns: 112px minmax(0, 1fr);
    }

    .tm-reservas.tm-op-shell-lite .tm-op-choice .tm-choice-trigger,
    .tm-reservas.tm-op-shell-lite .tm-op-country-phone .tm-country-trigger,
    .tm-reservas.tm-op-shell-lite .tm-op-form .tm-op-country-phone .tm-country-phone-input {
        min-height: 56px !important;
    }
}

/* v0.3.112: tabla operativa del flujo comercial. */
.tm-reservas.tm-op-shell-lite .tm-op-code-link {
    color: #102335;
    display: inline-flex;
    font-weight: 900;
    line-height: 1.18;
    max-width: 120px;
    overflow-wrap: anywhere;
    text-decoration: none;
}

.tm-reservas.tm-op-shell-lite .tm-op-code-link:hover,
.tm-reservas.tm-op-shell-lite .tm-op-code-link:focus {
    color: #1E7F8F;
    text-decoration: underline;
}

.tm-reservas.tm-op-shell-lite .tm-op-contact-line {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    min-height: 28px;
}

.tm-reservas.tm-op-shell-lite .tm-op-contact-whatsapp {
    align-items: center;
    background: #25D366;
    border-radius: 999px;
    color: #FFFFFF !important;
    display: inline-flex;
    font-size: 11px;
    font-weight: 900;
    line-height: 1;
    opacity: 0;
    padding: 6px 9px;
    text-decoration: none !important;
    transform: translateY(2px);
    transition: opacity .16s ease, transform .16s ease, background-color .16s ease;
}

.tm-reservas.tm-op-shell-lite .tm-op-contact-line:hover .tm-op-contact-whatsapp,
.tm-reservas.tm-op-shell-lite .tm-op-contact-line:focus-within .tm-op-contact-whatsapp {
    opacity: 1;
    transform: translateY(0);
}

.tm-reservas.tm-op-shell-lite .tm-op-contact-whatsapp:hover,
.tm-reservas.tm-op-shell-lite .tm-op-contact-whatsapp:focus {
    background: #128C7E;
}

.tm-reservas.tm-op-shell-lite .tm-op-table button[data-tm-copy].is-copied {
    color: #087A78;
}

.tm-reservas.tm-op-shell-lite .tm-op-experience-cell {
    display: grid;
    gap: 8px;
    min-width: 145px;
}

.tm-reservas.tm-op-shell-lite .tm-op-experience-cell > strong {
    color: #102335;
    font-size: 15px;
    line-height: 1.25;
}

.tm-reservas.tm-op-shell-lite .tm-op-boat-card {
    align-items: center;
    background: color-mix(in srgb, var(--tm-boat-color) 12%, #FFFFFF);
    border: 1px solid color-mix(in srgb, var(--tm-boat-color) 42%, #FFFFFF);
    border-left: 5px solid var(--tm-boat-color);
    border-radius: 13px;
    color: #102335;
    display: inline-flex;
    font-size: 13px;
    font-weight: 800;
    gap: 8px;
    line-height: 1.25;
    padding: 8px 10px;
}

.tm-reservas.tm-op-shell-lite .tm-op-boat-card i {
    background: var(--tm-boat-color);
    border-radius: 999px;
    box-shadow: 0 0 0 3px color-mix(in srgb, var(--tm-boat-color) 18%, #FFFFFF);
    display: inline-block;
    height: 10px;
    width: 10px;
}

.tm-reservas.tm-op-shell-lite .tm-op-method-pill,
.tm-reservas.tm-op-shell-lite .tm-op-amount-pill {
    align-items: center;
    background: #F7FAFA;
    border: 1px solid rgba(16, 35, 53, .08);
    border-radius: 999px;
    color: #526A75;
    display: inline-flex;
    font-size: 13px;
    font-weight: 900;
    line-height: 1.15;
    padding: 8px 11px;
    white-space: nowrap;
}

.tm-reservas.tm-op-shell-lite .tm-op-pill.is-quote,
.tm-reservas.tm-op-shell-lite .tm-op-amount-pill.is-quote {
    background: #EEF6F7;
    color: #456775;
}

.tm-reservas.tm-op-shell-lite .tm-op-pill.is-requested,
.tm-reservas.tm-op-shell-lite .tm-op-amount-pill.is-requested {
    background: #F5EEE1;
    color: #805B21;
}

.tm-reservas.tm-op-shell-lite .tm-op-amount-pill.is-pending {
    background: #FFF5E4;
    color: #94631F;
}

.tm-reservas.tm-op-shell-lite .tm-op-amount-pill.is-confirmed {
    background: #E6FAF7;
    color: #087A78;
}

.tm-reservas.tm-op-shell-lite .tm-op-amount-pill.is-rejected {
    background: #FFF0F0;
    color: #A44747;
}

.tm-reservas.tm-op-shell-lite .tm-op-row-actions form {
    margin: 0;
}

.tm-reservas.tm-op-shell-lite .tm-op-row-actions .tm-op-confirm-payment {
    --tm-btn-height: 38px;
    --tm-btn-size: 12px;
    --tm-btn-x: 14px;
    background: #1E7F8F !important;
    border: 1px solid #1E7F8F !important;
    color: #FFFFFF !important;
}

.tm-reservas.tm-op-shell-lite .tm-op-row-actions .tm-op-confirm-payment:hover,
.tm-reservas.tm-op-shell-lite .tm-op-row-actions .tm-op-confirm-payment:focus {
    background: #102335 !important;
    border-color: #102335 !important;
}

/* v0.3.113: tabla compacta para cotizaciones y reservas. */
.tm-reservas.tm-op-shell-lite .tm-op-table {
    min-width: 1040px;
}

.tm-reservas.tm-op-shell-lite .tm-op-table th {
    font-weight: 760;
    letter-spacing: .055em;
}

.tm-reservas.tm-op-shell-lite .tm-op-table td {
    font-weight: 500;
}

.tm-reservas.tm-op-shell-lite .tm-op-table button[data-tm-copy] {
    font-weight: 650;
}

.tm-reservas.tm-op-shell-lite .tm-op-code-link {
    font-weight: 760;
    max-width: 112px;
}

.tm-reservas.tm-op-shell-lite .tm-op-pill {
    font-weight: 720;
}

.tm-reservas.tm-op-shell-lite .tm-op-contact-whatsapp {
    flex: 0 0 auto;
    font-size: 0;
    height: 28px;
    justify-content: center;
    opacity: 1;
    padding: 0;
    transform: none;
    width: 28px;
}

.tm-reservas.tm-op-shell-lite .tm-op-contact-whatsapp svg {
    display: block;
    height: 17px;
    width: 17px;
}

.tm-reservas.tm-op-shell-lite .tm-op-contact-line:hover .tm-op-contact-whatsapp,
.tm-reservas.tm-op-shell-lite .tm-op-contact-line:focus-within .tm-op-contact-whatsapp {
    opacity: 1;
    transform: none;
}

.tm-reservas.tm-op-shell-lite .tm-op-experience-cell {
    gap: 7px;
    min-width: 165px;
}

.tm-reservas.tm-op-shell-lite .tm-op-experience-cell > strong {
    font-weight: 720;
}

.tm-reservas.tm-op-shell-lite .tm-op-experience-cell > small {
    color: #5F7480;
    font-size: 12px;
    font-weight: 650;
    letter-spacing: .03em;
}

.tm-reservas.tm-op-shell-lite .tm-op-boat-card {
    border-radius: 12px;
    font-weight: 700;
    max-width: 160px;
    padding: 7px 10px;
}

.tm-reservas.tm-op-shell-lite .tm-op-values-cell {
    display: grid;
    gap: 8px;
    min-width: 122px;
}

.tm-reservas.tm-op-shell-lite .tm-op-values-cell > span,
.tm-reservas.tm-op-shell-lite .tm-op-values-cell > strong {
    align-items: flex-start;
    display: grid;
    gap: 3px;
}

.tm-reservas.tm-op-shell-lite .tm-op-values-cell b {
    color: #6A7C86;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .09em;
    line-height: 1;
    text-transform: uppercase;
}

.tm-reservas.tm-op-shell-lite .tm-op-values-cell > span {
    color: #102335;
    font-weight: 650;
    line-height: 1.2;
}

.tm-reservas.tm-op-shell-lite .tm-op-method-pill,
.tm-reservas.tm-op-shell-lite .tm-op-amount-pill {
    font-weight: 720;
}

.tm-reservas.tm-op-shell-lite .tm-op-amount-pill {
    align-items: flex-start;
    border-radius: 14px;
    justify-content: center;
    padding: 9px 11px;
    white-space: normal;
}

.tm-reservas.tm-op-shell-lite .tm-op-row-actions {
    align-items: stretch;
    gap: 8px;
}

.tm-reservas.tm-op-shell-lite .tm-op-row-actions .tm-op-action,
.tm-reservas.tm-op-shell-lite .tm-op-row-actions .tm-op-confirm-payment {
    --tm-btn-height: 36px;
    --tm-btn-size: 12px;
    --tm-btn-x: 13px;
    border-radius: 999px;
    font-weight: 700 !important;
    line-height: 1.1;
    min-width: 116px;
}

.tm-reservas.tm-op-shell-lite .tm-op-row-actions .tm-op-action {
    background: #27B7CD !important;
    border: 1px solid #27B7CD !important;
    color: #FFFFFF !important;
}

.tm-reservas.tm-op-shell-lite .tm-op-row-actions .tm-op-action:hover,
.tm-reservas.tm-op-shell-lite .tm-op-row-actions .tm-op-action:focus {
    background: #102335 !important;
    border-color: #102335 !important;
}

@media (max-width: 760px) {
    .tm-reservas.tm-op-shell-lite .tm-op-contact-line {
        align-items: center;
        display: grid;
        grid-template-columns: minmax(0, 1fr) 28px;
    }

    .tm-reservas.tm-op-shell-lite .tm-op-row-actions .tm-op-action,
    .tm-reservas.tm-op-shell-lite .tm-op-row-actions .tm-op-confirm-payment {
        min-width: 104px;
    }
}

/* v0.3.114: baja de peso visual en tablas operativas. */
.tm-reservas.tm-op-shell-lite .tm-op-table,
.tm-reservas.tm-op-shell-lite .tm-op-table td,
.tm-reservas.tm-op-shell-lite .tm-op-table small {
    font-weight: 430 !important;
}

.tm-reservas.tm-op-shell-lite .tm-op-table th {
    font-weight: 680 !important;
    letter-spacing: .05em;
}

.tm-reservas.tm-op-shell-lite .tm-op-table button[data-tm-copy],
.tm-reservas.tm-op-shell-lite .tm-op-code-link,
.tm-reservas.tm-op-shell-lite .tm-op-experience-cell > strong,
.tm-reservas.tm-op-shell-lite .tm-op-values-cell > span,
.tm-reservas.tm-op-shell-lite .tm-op-values-cell > strong,
.tm-reservas.tm-op-shell-lite .tm-op-method-pill,
.tm-reservas.tm-op-shell-lite .tm-op-amount-pill,
.tm-reservas.tm-op-shell-lite .tm-op-pill,
.tm-reservas.tm-op-shell-lite .tm-op-boat-card {
    font-weight: 620 !important;
}

.tm-reservas.tm-op-shell-lite .tm-op-code-link {
    line-height: 1.25;
}

.tm-reservas.tm-op-shell-lite .tm-op-table button[data-tm-copy] {
    color: #102335;
    letter-spacing: 0;
}

.tm-reservas.tm-op-shell-lite .tm-op-contact-line button[data-tm-copy],
.tm-reservas.tm-op-shell-lite td > small button[data-tm-copy] {
    font-weight: 560 !important;
}

.tm-reservas.tm-op-shell-lite .tm-op-values-cell b {
    font-weight: 620 !important;
    letter-spacing: .08em;
}

.tm-reservas.tm-op-shell-lite .tm-op-row-actions .tm-op-action,
.tm-reservas.tm-op-shell-lite .tm-op-row-actions .tm-op-confirm-payment {
    font-weight: 620 !important;
}

/* v0.3.115: mi abordaje como ticket privado premium. */
.tm-client-ticket {
    --tm-client-navy: #102335;
    --tm-client-deep: #091A28;
    --tm-client-turquoise: #27B7CD;
    --tm-client-teal: #1E7F8F;
    --tm-client-gold: #D3A359;
    --tm-client-cream: #F5F3EE;
    --tm-client-soft: #F4F8F9;
    --tm-client-muted: #607782;
    --tm-client-line: rgba(16, 35, 53, .12);
    gap: 14px;
    max-width: 1120px;
}

.tm-client-ticket-hero {
    background:
        linear-gradient(135deg, rgba(16, 35, 53, .98), rgba(23, 59, 84, .96)),
        radial-gradient(circle at 92% 10%, rgba(39, 183, 205, .28), transparent 32%);
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 26px;
    box-shadow: 0 26px 70px rgba(9, 26, 40, .18);
    color: #FFFFFF;
    display: grid;
    gap: 18px;
    grid-template-columns: minmax(0, 1fr) minmax(180px, auto);
    overflow: hidden;
    padding: clamp(22px, 4vw, 40px);
    position: relative;
}

.tm-client-ticket-hero::after {
    border: 1px solid rgba(211, 163, 89, .38);
    border-radius: 20px;
    content: "";
    inset: 14px;
    pointer-events: none;
    position: absolute;
}

.tm-client-ticket-copy {
    min-width: 0;
    position: relative;
    z-index: 1;
}

.tm-client-ticket-copy .tm-reservas-kicker,
.tm-client-ticket .tm-reservas-kicker {
    color: var(--tm-client-gold);
    font-weight: 720;
    letter-spacing: .12em;
}

.tm-client-ticket-copy h2 {
    color: #FFFFFF;
    font-family: var(--font-serif, "Playfair Display", Georgia, serif);
    font-size: clamp(38px, 6vw, 72px);
    font-weight: 500;
    line-height: .94;
    margin: 8px 0 12px;
    max-width: 760px;
}

.tm-client-ticket-copy p {
    color: rgba(255,255,255,.82);
    font-size: 16px;
    line-height: 1.55;
    margin: 0;
}

.tm-client-ticket-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 18px;
}

.tm-client-ticket-badges span {
    background: rgba(255,255,255,.10);
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 999px;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 650;
    padding: 8px 11px;
}

.tm-client-ticket-code {
    align-self: stretch;
    background: rgba(255,255,255,.10);
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 20px;
    display: grid;
    min-width: 190px;
    padding: 18px;
    position: relative;
    z-index: 1;
}

.tm-client-ticket-code span,
.tm-client-ticket-code small {
    color: rgba(255,255,255,.68);
    font-size: 11px;
    font-weight: 650;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.tm-client-ticket-code strong {
    align-self: center;
    color: #FFFFFF;
    font-size: 28px;
    font-weight: 650;
    line-height: 1.05;
    overflow-wrap: anywhere;
}

.tm-client-ticket-strip {
    display: grid;
    gap: 12px;
    grid-template-columns: minmax(0, .85fr) minmax(0, .85fr) minmax(280px, 1.2fr);
}

.tm-client-mini-card,
.tm-client-ticket-summary {
    background: #FFFFFF;
    border: 1px solid var(--tm-client-line);
    border-radius: 20px;
    box-shadow: 0 16px 44px rgba(9, 26, 40, .06);
    overflow: hidden;
}

.tm-client-mini-card img {
    display: block;
    height: 150px;
    object-fit: cover;
    width: 100%;
}

.tm-client-mini-placeholder {
    align-items: center;
    background: linear-gradient(135deg, #E8F8F8, #F5F3EE);
    color: var(--tm-client-deep);
    display: flex;
    font-size: 15px;
    font-weight: 650;
    height: 150px;
    justify-content: center;
    padding: 18px;
    text-align: center;
}

.tm-client-mini-card div {
    padding: 12px 14px 15px;
}

.tm-client-mini-card span,
.tm-client-ticket-summary span,
.tm-client-passenger-ticket-head span {
    color: var(--tm-client-teal);
    display: block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.tm-client-mini-card strong {
    color: var(--tm-client-deep);
    display: block;
    font-size: 18px;
    font-weight: 650;
    line-height: 1.12;
    margin-top: 5px;
}

.tm-client-ticket-summary {
    display: grid;
    gap: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 8px;
}

.tm-client-ticket-summary div {
    border-radius: 14px;
    padding: 12px;
}

.tm-client-ticket-summary div:nth-child(4n + 1),
.tm-client-ticket-summary div:nth-child(4n + 4) {
    background: var(--tm-client-soft);
}

.tm-client-ticket-summary strong {
    color: var(--tm-client-deep);
    display: block;
    font-size: 15px;
    font-weight: 650;
    margin-top: 5px;
}

.tm-client-ticket .tm-client-layout {
    grid-template-columns: minmax(0, 1fr) 320px;
}

.tm-client-ticket .tm-client-card {
    border-radius: 20px;
    box-shadow: 0 18px 46px rgba(9, 26, 40, .055);
    padding: clamp(17px, 2.5vw, 24px);
}

.tm-client-ticket .tm-client-card h3 {
    font-size: clamp(24px, 3vw, 32px);
    font-weight: 600;
}

.tm-client-destination-list {
    gap: 10px;
}

.tm-client-destination-list .tm-client-itinerary-item {
    align-items: center;
    background: linear-gradient(135deg, #FFFFFF, #F8FBFB);
    border: 1px solid rgba(16, 35, 53, .08);
    border-radius: 18px;
    display: grid;
    gap: 12px;
    grid-template-columns: 96px 34px minmax(0, 1fr);
    padding: 13px;
}

.tm-client-destination-list .tm-client-itinerary-item > img {
    border-radius: 14px;
    display: block;
    height: 76px;
    object-fit: cover;
    width: 96px;
}

.tm-client-destination-placeholder {
    background: linear-gradient(135deg, #E8F8F8, #F5F3EE);
    border-radius: 14px;
    display: block;
    height: 76px;
    width: 96px;
}

.tm-client-destination-list .tm-client-itinerary-dot {
    background: var(--tm-client-turquoise);
    color: #062033;
    font-weight: 750;
}

.tm-client-destination-list strong {
    font-weight: 650;
}

.tm-client-destination-list p {
    font-size: 14px;
    line-height: 1.55;
}

.tm-client-ticket .tm-reservas-button,
.tm-client-ticket .tm-reservas-small-button,
.tm-client-ticket button {
    box-shadow: none !important;
}

.tm-client-whatsapp-button {
    align-items: center;
    background: #25D366 !important;
    border-color: #25D366 !important;
    color: #FFFFFF !important;
    display: inline-flex !important;
    gap: 8px;
    justify-content: center;
}

.tm-client-whatsapp-button:hover,
.tm-client-whatsapp-button:focus {
    background: #128C7E !important;
    border-color: #128C7E !important;
    color: #FFFFFF !important;
}

.tm-client-whatsapp-button svg {
    display: block;
    height: 18px;
    width: 18px;
}

.tm-client-passenger-progress {
    background: var(--tm-client-soft);
    border: 1px solid rgba(16, 35, 53, .08);
    border-radius: 18px;
    display: grid;
    gap: 10px;
    margin-bottom: 16px;
    padding: 14px;
}

.tm-client-passenger-progress > div {
    align-items: baseline;
    display: flex;
    gap: 10px;
    justify-content: space-between;
}

.tm-client-passenger-progress strong {
    color: var(--tm-client-deep);
    font-size: 22px;
    font-weight: 650;
}

.tm-client-passenger-progress span,
.tm-client-passenger-progress small {
    color: var(--tm-client-muted);
    font-size: 13px;
}

.tm-client-passenger-progress i {
    background: rgba(16, 35, 53, .10);
    border-radius: 999px;
    display: block;
    height: 8px;
    overflow: hidden;
}

.tm-client-passenger-progress b {
    background: linear-gradient(90deg, var(--tm-client-turquoise), var(--tm-client-gold));
    border-radius: inherit;
    display: block;
    height: 100%;
}

.tm-client-locked {
    background: #FFF7E8;
    border: 1px solid rgba(211, 163, 89, .34);
    border-radius: 18px;
    padding: 16px;
}

.tm-client-locked strong {
    color: #805B21;
    display: block;
    font-weight: 650;
    margin-bottom: 5px;
}

.tm-client-passenger-slots {
    display: grid;
    gap: 12px;
}

.tm-client-passenger-list {
    display: grid;
    gap: 8px;
}

.tm-client-passenger-summary {
    align-items: center;
    background: linear-gradient(135deg, #FFFFFF 0%, #F8FBFB 100%);
    border: 1px solid rgba(16, 35, 53, .08);
    border-radius: 16px;
    display: grid;
    gap: 8px;
    grid-template-columns: 92px minmax(0, 1fr) auto;
    padding: 11px 12px;
}

.tm-client-passenger-summary.is-active {
    border-color: rgba(211, 163, 89, .55);
    box-shadow: inset 4px 0 0 var(--tm-client-gold);
}

.tm-client-passenger-summary span {
    color: var(--tm-client-teal);
    font-size: 11px;
    font-weight: 750;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.tm-client-passenger-summary strong {
    color: var(--tm-client-deep);
    display: block;
    font-size: 15px;
    font-weight: 650;
}

.tm-client-passenger-summary small {
    color: var(--tm-client-muted);
    display: block;
    font-size: 12px;
    margin-top: 2px;
}

.tm-client-passenger-edit {
    background: #FFFFFF;
    border: 1px solid rgba(16, 35, 53, .14);
    border-radius: 999px;
    color: var(--tm-client-deep);
    font-size: 13px;
    font-weight: 750;
    line-height: 1;
    padding: 9px 12px;
    text-decoration: none;
}

.tm-client-passenger-edit:hover,
.tm-client-passenger-edit:focus {
    background: var(--tm-client-navy);
    border-color: var(--tm-client-navy);
    color: #FFFFFF;
}

.tm-client-passenger-ticket {
    background: #FFFFFF;
    border: 1px dashed rgba(16, 35, 53, .18);
    border-radius: 18px;
    display: grid;
    gap: 14px;
    padding: 14px;
}

.tm-client-passenger-ticket-head {
    align-items: center;
    display: flex;
    gap: 12px;
    justify-content: space-between;
}

.tm-client-passenger-ticket-head strong {
    color: var(--tm-client-deep);
    font-size: 15px;
    font-weight: 650;
}

.tm-client-passenger-ticket .tm-client-form-grid {
    gap: 10px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.tm-client-passenger-ticket .tm-client-form-grid label span {
    font-size: 12px;
    font-weight: 650;
}

.tm-client-passenger-ticket .tm-client-form-grid input,
.tm-client-passenger-ticket .tm-client-form-grid select {
    border-radius: 13px;
    font-size: 14px;
    min-height: 44px;
}

.tm-client-passenger-ticket .tm-reservas-small-button {
    justify-self: start;
}

.tm-client-terms-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 14px;
}

.tm-client-terms-actions .tm-reservas-small-button {
    margin-top: 0;
    width: auto;
}

.tm-client-terms-accept {
    background: #FFFFFF !important;
    border-color: rgba(16, 35, 53, .16) !important;
    color: var(--tm-client-deep) !important;
}

.tm-client-terms-accept.is-accepted {
    background: #E8F8F8 !important;
    border-color: rgba(39, 183, 205, .35) !important;
    color: #087A78 !important;
    opacity: 1;
}

.tm-client-terms-status {
    color: #617580;
    font-size: 13px;
    line-height: 1.5;
    margin: 10px 0 0 !important;
}

.tm-client-terms-status.is-accepted {
    color: #087A78;
}

.tm-client-terms-status.is-error {
    color: #9A3F29;
}

/*
 * Human users never see this field. Keeping it outside the viewport instead
 * of using display:none allows simple form-filling bots to reveal themselves.
 */
.tm-reservas-honeypot {
    height: 1px !important;
    left: -10000px !important;
    overflow: hidden !important;
    position: absolute !important;
    top: auto !important;
    width: 1px !important;
}

/* v0.3.118: ajustes finales de ticket, pago e itinerario del cliente. */
.tm-client-ticket-code small {
    display: none;
}

.tm-client-destination-list .tm-client-schedule-point {
    border-color: rgba(211, 163, 89, .28);
    grid-template-columns: 72px auto minmax(0, 1fr);
}

.tm-client-destination-list .tm-client-schedule-point > img,
.tm-client-destination-list .tm-client-schedule-point .tm-client-destination-placeholder {
    height: 62px;
    width: 72px;
}

.tm-client-destination-list .tm-client-schedule-point .tm-client-itinerary-dot {
    background: #F5F3EE;
    border: 1px solid rgba(211, 163, 89, .42);
    color: #805B21;
    font-size: 10px;
    height: auto;
    letter-spacing: .07em;
    min-height: 28px;
    padding: 7px 10px;
    text-transform: uppercase;
    width: auto;
}

.tm-client-destination-list .tm-client-schedule-point small {
    color: var(--tm-client-teal);
    display: block;
    font-size: 11px;
    font-weight: 720;
    letter-spacing: .08em;
    margin-bottom: 3px;
    text-transform: uppercase;
}

.tm-client-price-card.is-pending {
    background: linear-gradient(135deg, #102335 0%, #1E4256 100%);
}

.tm-client-price-card.is-confirmed {
    background: linear-gradient(135deg, #102335 0%, #137E8C 100%);
}

.tm-client-price-card .tm-client-payment-cta {
    margin-top: 16px;
    width: 100%;
}

.tm-client-buyer-list {
    border: 1px solid rgba(16, 35, 53, .08);
    border-radius: 16px;
    margin: 12px 0 14px;
    overflow: hidden;
}

.tm-client-buyer-list p {
    align-items: baseline;
    border-bottom: 1px solid rgba(16, 35, 53, .08);
    display: flex;
    gap: 10px;
    justify-content: space-between;
    padding: 10px 12px;
}

.tm-client-buyer-list p:last-child {
    border-bottom: 0;
}

.tm-client-buyer-list span {
    color: var(--tm-client-muted);
    font-size: 11px;
    font-weight: 720;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.tm-client-buyer-list strong {
    color: var(--tm-client-deep);
    font-size: 14px;
    font-weight: 600;
    overflow-wrap: anywhere;
    text-align: right;
}

.tm-client-ticket-summary {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.tm-client-ticket-summary div {
    min-height: 96px;
}

.tm-client-ticket-summary.tm-client-ticket-value {
    display: grid;
    grid-template-columns: 1fr;
    padding: 0;
}

.tm-client-ticket-value div {
    align-content: center;
    background: linear-gradient(135deg, #102335 0%, #173B54 100%) !important;
    border-radius: 20px;
    height: 100%;
    min-height: 100%;
    padding: 24px;
    text-align: center;
}

.tm-client-ticket-value span {
    color: #D3A359 !important;
}

.tm-client-ticket-value strong {
    color: #FFFFFF;
    font-size: clamp(30px, 2.75vw, 42px);
    font-weight: 650;
    line-height: 1.05;
    white-space: nowrap;
}

.tm-client-ticket-value p {
    border-top: 1px solid rgba(255,255,255,.16);
    display: grid;
    gap: 5px;
    margin: 18px auto 0;
    max-width: 300px;
    padding-top: 14px;
}

.tm-client-ticket-value small {
    color: rgba(255,255,255,.76);
    font-size: 12px;
    font-weight: 720;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.tm-client-ticket-value b {
    color: #F0C06F;
    font-size: clamp(20px, 2vw, 28px);
    font-weight: 650;
    line-height: 1.05;
}

.tm-client-destination-list .tm-client-itinerary-item {
    align-items: center;
    grid-template-columns: 90px 86px minmax(0, 1fr);
    min-height: 118px;
}

.tm-client-destination-list .tm-client-itinerary-item > img,
.tm-client-destination-placeholder {
    height: 90px;
    width: 90px;
}

.tm-client-destination-list .tm-client-schedule-point {
    grid-template-columns: 90px 86px minmax(0, 1fr);
}

.tm-client-destination-list .tm-client-schedule-point > img,
.tm-client-destination-list .tm-client-schedule-point .tm-client-destination-placeholder {
    height: 90px;
    width: 90px;
}

.tm-client-destination-list .tm-client-itinerary-dot {
    justify-self: center;
}

.tm-client-destination-list .tm-client-schedule-point small {
    color: #087A78;
    font-size: 15px;
    font-weight: 780;
    letter-spacing: .04em;
    margin-bottom: 6px;
}

.tm-client-price-card .tm-client-payment-cta {
    background: #27B7CD !important;
    border-color: #27B7CD !important;
    color: #062033 !important;
    font-weight: 720;
}

.tm-client-price-card {
    text-align: center;
}

.tm-client-price-card .tm-client-price-row {
    text-align: left;
}

.tm-client-price-card p {
    text-align: center;
}

.tm-client-price-card .tm-client-payment-cta:hover,
.tm-client-price-card .tm-client-payment-cta:focus {
    background: #35CBE0 !important;
    border-color: #35CBE0 !important;
    color: #062033 !important;
}

.tm-client-payment-history-inline {
    border-top: 1px solid rgba(255,255,255,.16);
    display: grid;
    gap: 10px;
    margin-top: 18px;
    padding-top: 16px;
}

.tm-client-payment-history-inline h4 {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 720;
    letter-spacing: .08em;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
}

.tm-client-price-card .tm-client-payment-item {
    background: rgba(255,255,255,.08);
    border-color: rgba(255,255,255,.12);
    text-align: left;
}

.tm-client-price-card .tm-client-payment-item strong {
    color: #FFFFFF;
    font-weight: 650;
}

.tm-client-price-card .tm-client-payment-item span,
.tm-client-price-card .tm-client-payment-empty {
    color: rgba(255,255,255,.76);
}

.tm-client-passenger-ticket-head em {
    background: #E8F8F8;
    border: 1px solid rgba(39, 183, 205, .25);
    border-radius: 999px;
    color: #087A78;
    font-size: 12px;
    font-style: normal;
    font-weight: 620;
    padding: 6px 9px;
}

@media (max-width: 980px) {
    .tm-client-ticket-hero,
    .tm-client-ticket-strip,
    .tm-client-ticket .tm-client-layout {
        grid-template-columns: 1fr;
    }

    .tm-client-passenger-ticket .tm-client-form-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .tm-client-ticket-hero {
        border-radius: 20px;
    }

    .tm-client-ticket-hero::after {
        inset: 10px;
    }

    .tm-client-ticket-code strong {
        font-size: 22px;
    }

    .tm-client-ticket-summary,
    .tm-client-passenger-summary,
    .tm-client-passenger-ticket .tm-client-form-grid {
        grid-template-columns: 1fr;
    }

    .tm-client-passenger-edit {
        justify-self: start;
    }

    .tm-client-mini-card img {
        height: 132px;
    }

    .tm-client-mini-placeholder {
        height: 132px;
    }

    .tm-client-destination-list .tm-client-itinerary-item {
        grid-template-columns: 72px minmax(0, 1fr);
    }

    .tm-client-destination-list .tm-client-itinerary-item > img {
        height: 72px;
        width: 72px;
    }

    .tm-client-destination-placeholder {
        height: 72px;
        width: 72px;
    }

    .tm-client-destination-list .tm-client-itinerary-dot {
        grid-column: 1;
        grid-row: 1;
        height: 28px;
        margin: 6px;
        position: relative;
        width: 28px;
        z-index: 1;
    }

    .tm-client-destination-list .tm-client-itinerary-item > div {
        grid-column: 2;
        grid-row: 1;
    }

    .tm-client-destination-list .tm-client-schedule-point .tm-client-itinerary-dot {
        font-size: 9px;
        margin: 5px;
        min-height: 24px;
        padding: 5px 7px;
        width: auto;
    }

    .tm-client-buyer-list p {
        align-items: flex-start;
        flex-direction: column;
    }

    .tm-client-buyer-list strong {
        text-align: left;
    }
}

/* v0.3.125: pulido del panel operativo, valores y navegación del calendario. */
.tm-reservas.tm-op-shell-lite {
    --tm-op-chevron: #1E7F8F;
    --tm-op-soft-line: rgba(16, 35, 53, .11);
}

.tm-reservas.tm-op-shell-lite .tm-op-dashboard-summary {
    background:
        radial-gradient(circle at 90% 10%, rgba(39, 183, 205, .10), transparent 28%),
        linear-gradient(135deg, rgba(255, 255, 255, .98), rgba(250, 247, 241, .94));
}

.tm-reservas.tm-op-shell-lite .tm-op-dashboard-grid article {
    gap: 12px;
    min-width: 0;
    overflow: visible;
    padding: clamp(16px, 1.6vw, 22px);
}

.tm-reservas.tm-op-shell-lite .tm-op-dashboard-grid strong {
    font-size: clamp(36px, 3vw, 50px);
    font-variant-numeric: tabular-nums;
    letter-spacing: 0;
    line-height: 1;
    max-width: 100%;
    overflow-wrap: normal;
    white-space: nowrap;
    word-break: normal;
}

.tm-reservas.tm-op-shell-lite .tm-op-dashboard-grid article:nth-child(5) strong {
    font-size: clamp(32px, 2.55vw, 44px);
}

.tm-reservas.tm-op-shell-lite .tm-op-dashboard-grid span {
    font-weight: 760;
}

.tm-reservas.tm-op-shell-lite .tm-op-dashboard-grid small {
    font-weight: 560;
}

.tm-reservas.tm-op-shell-lite .tm-op-values-cell,
.tm-reservas.tm-op-shell-lite .tm-op-values-cell > span,
.tm-reservas.tm-op-shell-lite .tm-op-values-cell > strong,
.tm-reservas.tm-op-shell-lite .tm-op-amount-pill {
    min-width: max-content;
}

.tm-reservas.tm-op-shell-lite .tm-op-values-cell > span,
.tm-reservas.tm-op-shell-lite .tm-op-amount-pill {
    font-variant-numeric: tabular-nums;
    overflow-wrap: normal;
    white-space: nowrap;
    word-break: normal;
}

.tm-reservas.tm-op-shell-lite .tm-op-choice .tm-choice-trigger,
.tm-reservas.tm-op-shell-lite .tm-op-country-phone .tm-country-trigger {
    transition: border-color .16s ease, box-shadow .16s ease, background-color .16s ease;
}

.tm-reservas.tm-op-shell-lite .tm-op-choice .tm-choice-caret,
.tm-reservas.tm-op-shell-lite .tm-op-country-phone .tm-country-caret {
    align-items: center;
    background: #ECF7F9;
    border: 1px solid rgba(30, 127, 143, .16);
    border-radius: 999px;
    display: inline-flex;
    flex: 0 0 30px;
    font-size: 0 !important;
    height: 30px;
    justify-content: center;
    margin-left: 12px;
    position: relative;
    width: 30px;
}

.tm-reservas.tm-op-shell-lite .tm-op-choice .tm-choice-caret::before,
.tm-reservas.tm-op-shell-lite .tm-op-country-phone .tm-country-caret::before {
    border-bottom: 2px solid var(--tm-op-chevron);
    border-right: 2px solid var(--tm-op-chevron);
    content: "";
    height: 7px;
    margin-top: -4px;
    transform: rotate(45deg);
    transition: transform .16s ease, margin .16s ease;
    width: 7px;
}

.tm-reservas.tm-op-shell-lite .tm-op-choice .tm-choice-trigger[aria-expanded="true"] .tm-choice-caret::before,
.tm-reservas.tm-op-shell-lite .tm-op-country-phone .tm-country-trigger[aria-expanded="true"] .tm-country-caret::before {
    margin-top: 4px;
    transform: rotate(225deg);
}

.tm-reservas.tm-op-shell-lite .tm-op-form select {
    appearance: none;
    -webkit-appearance: none;
    background-color: #FFFFFF;
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10l5 5 5-5' stroke='%231E7F8F' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-position: right 18px center;
    background-repeat: no-repeat;
    background-size: 18px 18px;
    padding-right: 52px !important;
}

body .tm-choice-menu-clean,
body .tm-country-menu-clean {
    border-color: var(--tm-op-soft-line) !important;
    box-shadow: 0 22px 54px rgba(9, 26, 40, .20) !important;
}

body .tm-choice-menu-clean .tm-choice-option,
body .tm-country-menu-clean .tm-country-option {
    min-height: 46px !important;
}

.tm-calendar-actions a,
.tm-calendar-actions strong {
    font-weight: 720 !important;
}

.tm-calendar-shell.is-loading {
    opacity: .55;
    pointer-events: none;
    transition: opacity .16s ease;
}

/* v0.3.126: los textos explicativos del panel operativo pasan al modo guía. */
.tm-reservas.tm-op-shell-lite .tm-op-section-head,
.tm-reservas.tm-op-shell-lite .tm-op-section-head-compact {
    grid-template-columns: minmax(0, 1fr);
}

.tm-reservas.tm-op-shell-lite .tm-op-section-head > p,
.tm-reservas.tm-op-shell-lite .tm-op-section-head-compact > p {
    display: none;
}

.tm-reservas.tm-op-shell-lite.is-guide-active .tm-op-section-head,
.tm-reservas.tm-op-shell-lite.is-guide-active .tm-op-section-head-compact {
    grid-template-columns: minmax(0, 1fr) minmax(260px, 520px);
}

.tm-reservas.tm-op-shell-lite.is-guide-active .tm-op-section-head > p,
.tm-reservas.tm-op-shell-lite.is-guide-active .tm-op-section-head-compact > p {
    align-self: end;
    background: #F4FAFB;
    border: 1px solid rgba(39, 183, 205, .18);
    border-radius: 18px;
    color: #526A75;
    display: block;
    font-size: 15px;
    line-height: 1.45;
    padding: 14px 16px;
}

@media (max-width: 1180px) {
    .tm-reservas.tm-op-shell-lite .tm-op-dashboard-grid strong {
        font-size: clamp(34px, 6vw, 48px);
    }

    .tm-reservas.tm-op-shell-lite .tm-op-dashboard-grid article:nth-child(5) strong {
        font-size: clamp(30px, 5.2vw, 42px);
    }
}

@media (max-width: 640px) {
    .tm-reservas.tm-op-shell-lite .tm-op-dashboard-grid strong,
    .tm-reservas.tm-op-shell-lite .tm-op-dashboard-grid article:nth-child(5) strong {
        font-size: clamp(30px, 10vw, 42px);
    }

    .tm-reservas.tm-op-shell-lite .tm-op-choice .tm-choice-caret,
    .tm-reservas.tm-op-shell-lite .tm-op-country-phone .tm-country-caret {
        flex-basis: 28px;
        height: 28px;
        width: 28px;
    }
}

/* v0.3.136: cotizador compacto, contacto 60/40 y menus con scroll contenido. */
.tm-reservas.tm-reservas-booking {
    --tm-booking-field-height: 50px;
}

.tm-reservas.tm-reservas-booking .tm-reservas-contact-grid {
    align-items: end;
    grid-template-columns: minmax(0, 3fr) minmax(0, 3fr) minmax(260px, 4fr) !important;
}

.tm-reservas.tm-reservas-booking input,
.tm-reservas.tm-reservas-booking select,
.tm-reservas.tm-reservas-booking textarea,
.tm-reservas.tm-reservas-booking .tm-choice-trigger,
.tm-reservas.tm-reservas-booking .tm-country-trigger,
.tm-reservas.tm-reservas-booking .tm-country-phone-input {
    min-height: var(--tm-booking-field-height) !important;
}

.tm-reservas.tm-reservas-booking input,
.tm-reservas.tm-reservas-booking select,
.tm-reservas.tm-reservas-booking textarea {
    padding-bottom: 10px !important;
    padding-top: 10px !important;
}

.tm-reservas.tm-reservas-booking .tm-choice-trigger {
    padding: 10px 12px 10px 16px !important;
}

.tm-reservas.tm-reservas-booking .tm-country-phone-clean {
    grid-template-columns: 104px minmax(0, 1fr) !important;
}

.tm-reservas.tm-reservas-booking .tm-country-phone-clean .tm-country-trigger {
    gap: 7px !important;
    padding: 0 8px !important;
}

.tm-reservas.tm-reservas-booking .tm-country-phone-clean .tm-country-flag {
    border-radius: 0 !important;
    font-size: 18px !important;
    height: auto !important;
    line-height: 1 !important;
    width: auto !important;
}

.tm-reservas.tm-reservas-booking .tm-country-phone-clean .tm-country-dial {
    font-size: 15px !important;
    font-weight: 750 !important;
}

.tm-reservas.tm-reservas-booking .tm-country-phone-clean .tm-country-phone-input {
    min-width: 0 !important;
    padding-left: 14px !important;
    padding-right: 14px !important;
}

.tm-reservas.tm-reservas-booking .tm-choice-caret,
.tm-reservas.tm-reservas-booking .tm-country-caret {
    align-items: center !important;
    background: rgba(32, 166, 189, .10) !important;
    border: 1px solid rgba(32, 166, 189, .28) !important;
    border-radius: 999px !important;
    color: transparent !important;
    display: inline-flex !important;
    flex: 0 0 22px !important;
    font-size: 0 !important;
    height: 22px !important;
    justify-content: center !important;
    margin-left: 8px !important;
    position: relative !important;
    width: 22px !important;
}

.tm-reservas.tm-reservas-booking .tm-choice-caret::before,
.tm-reservas.tm-reservas-booking .tm-country-caret::before {
    border-bottom: 2px solid #0B7890 !important;
    border-right: 2px solid #0B7890 !important;
    content: "" !important;
    display: block !important;
    height: 6px !important;
    margin-top: -3px !important;
    transform: rotate(45deg) !important;
    transition: transform .18s ease !important;
    width: 6px !important;
}

.tm-reservas.tm-reservas-booking .tm-choice-trigger[aria-expanded="true"] .tm-choice-caret::before,
.tm-reservas.tm-reservas-booking .tm-country-trigger[aria-expanded="true"] .tm-country-caret::before {
    margin-top: 3px !important;
    transform: rotate(-135deg) !important;
}

.tm-reservas.tm-reservas-booking .tm-route-promo-card {
    align-items: center;
    flex-direction: column;
    gap: 12px;
    justify-content: center;
    min-height: 126px;
    overflow: visible;
    padding: 20px 18px;
    text-align: center;
}

.tm-reservas.tm-reservas-booking .tm-route-promo-card span {
    align-items: center;
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(213, 164, 83, .34);
    border-radius: 999px;
    display: inline-flex;
    gap: 6px;
    justify-content: center;
    letter-spacing: .08em;
    padding: 7px 12px;
    white-space: nowrap;
}

body .tm-choice-menu-clean,
body .tm-country-menu-clean {
    background-clip: padding-box !important;
    border-radius: 18px !important;
    max-height: min(320px, calc(100vh - 170px)) !important;
    padding: 8px !important;
}

body .tm-choice-menu-clean {
    overflow: hidden !important;
}

body .tm-choice-menu-clean .tm-choice-list,
body .tm-country-menu-clean {
    scrollbar-gutter: stable;
}

body .tm-choice-menu-clean .tm-choice-list {
    border-radius: 12px !important;
    max-height: calc(min(320px, calc(100vh - 170px)) - 16px) !important;
    overflow-y: auto !important;
    padding-right: 4px !important;
}

body .tm-country-menu-clean {
    overflow-y: auto !important;
}

body .tm-choice-menu-clean .tm-choice-list::-webkit-scrollbar,
body .tm-country-menu-clean::-webkit-scrollbar {
    width: 10px;
}

body .tm-choice-menu-clean .tm-choice-list::-webkit-scrollbar-track,
body .tm-country-menu-clean::-webkit-scrollbar-track {
    background: transparent;
    margin: 8px 0;
}

body .tm-choice-menu-clean .tm-choice-list::-webkit-scrollbar-thumb,
body .tm-country-menu-clean::-webkit-scrollbar-thumb {
    background: rgba(16, 35, 53, .32);
    border: 3px solid #fff;
    border-radius: 999px;
}

.tm-reservas.tm-reservas-booking .tm-route-promo-card span small,
.tm-reservas.tm-reservas-booking .tm-route-promo-card span b {
    color: var(--tm-sand);
    font: inherit;
    line-height: 1;
    text-transform: uppercase;
}

.tm-reservas.tm-reservas-booking .tm-route-promo-card strong {
    display: block;
    font-size: clamp(31px, 3.4vw, 46px);
    font-weight: 650;
    letter-spacing: 0;
    line-height: .92;
    max-width: 100%;
    text-align: center;
    white-space: nowrap;
    word-break: normal;
}

@media (max-width: 980px) {
    .tm-reservas.tm-reservas-booking .tm-reservas-contact-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    .tm-reservas.tm-reservas-booking .tm-reservas-contact-grid .tm-reservas-phone-field {
        grid-column: 1 / -1;
    }
}

@media (max-width: 640px) {
    .tm-reservas.tm-reservas-booking .tm-reservas-contact-grid {
        grid-template-columns: 1fr !important;
    }

    .tm-reservas.tm-reservas-booking .tm-country-phone-clean {
        grid-template-columns: 96px minmax(0, 1fr) !important;
    }

    .tm-reservas.tm-reservas-booking .tm-route-promo-card strong {
        font-size: clamp(30px, 9vw, 42px);
    }
}

/* v0.3.138: boton principal del cotizador sin pulso visual en hover. */
.tm-reservas.tm-reservas-booking form > .tm-reservas-button,
.tm-reservas.tm-reservas-booking form > .tm-reservas-button:hover,
.tm-reservas.tm-reservas-booking form > .tm-reservas-button:focus,
.tm-reservas.tm-reservas-booking form > .tm-reservas-button:active {
    box-shadow: none !important;
    font-weight: 700 !important;
    min-height: 54px !important;
    transform: none !important;
    transition: background-color .16s ease, color .16s ease, border-color .16s ease !important;
}

.tm-reservas.tm-reservas-booking form > .tm-reservas-button:hover,
.tm-reservas.tm-reservas-booking form > .tm-reservas-button:focus {
    background: #0E2A40 !important;
    color: #FFFFFF !important;
}

/* v0.3.139: validacion viva del cotizador sin recargar la pagina. */
.tm-reservas.tm-reservas-booking .tm-reservas-note {
    transition: background-color .18s ease, border-color .18s ease, color .18s ease;
}

.tm-reservas.tm-reservas-booking .tm-reservas-note.is-error {
    background: #FFF4EE !important;
    border-color: rgba(191, 86, 37, .42) !important;
    box-shadow: inset 4px 0 0 #D9A453;
    color: #813A1B !important;
}

.tm-reservas.tm-reservas-booking .tm-reservas-note.is-warning,
.tm-reservas.tm-reservas-booking .tm-reservas-note.is-loading {
    background: #FFF9ED !important;
    border-color: rgba(217, 164, 83, .42) !important;
    color: #6F511C !important;
}

.tm-reservas.tm-reservas-booking .tm-reservas-note.is-success {
    background: #ECFAF7 !important;
    border-color: rgba(32, 166, 189, .32) !important;
    color: #0B6475 !important;
}

.tm-reservas.tm-reservas-booking form > .tm-reservas-button.is-loading,
.tm-reservas.tm-reservas-booking form > .tm-reservas-button:disabled {
    cursor: progress !important;
    opacity: .78;
}

/* v0.3.144: el CTA inicial desaparece al abrir el paso de reserva. */
.tm-reservas.tm-reservas-booking [data-tm-show-reserve][hidden],
.tm-reservas.tm-reservas-booking.is-reserve-step-active [data-tm-show-reserve] {
    display: none !important;
}

/* Checkout customer form and country picker. */
body.woocommerce-checkout form.checkout .woocommerce-billing-fields,
body.woocommerce-checkout form.checkout .woocommerce-additional-fields,
body.woocommerce-checkout form.checkout .woocommerce-checkout-review-order {
    color: #071D33 !important;
}

body.woocommerce-checkout form.checkout .woocommerce-billing-fields,
body.woocommerce-checkout form.checkout .woocommerce-additional-fields {
    background: #FFFDF9 !important;
    border-radius: 18px !important;
}

body.woocommerce-checkout form.checkout .woocommerce-billing-fields h3,
body.woocommerce-checkout form.checkout .woocommerce-additional-fields h3 {
    color: #061C31 !important;
    font-size: clamp(28px, 3vw, 36px) !important;
    font-weight: 640 !important;
    letter-spacing: 0 !important;
    line-height: 1.08 !important;
    margin: 0 0 4px !important;
}

body.woocommerce-checkout form.checkout .woocommerce-billing-fields__field-wrapper {
    display: grid !important;
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
    gap: 22px 18px !important;
    align-items: end !important;
}

body.woocommerce-checkout form.checkout .woocommerce-billing-fields__field-wrapper > p.form-row,
body.woocommerce-checkout form.checkout .woocommerce-billing-fields__field-wrapper > p.form-row-first,
body.woocommerce-checkout form.checkout .woocommerce-billing-fields__field-wrapper > p.form-row-last,
body.woocommerce-checkout form.checkout .woocommerce-billing-fields__field-wrapper > p.form-row-wide {
    clear: none !important;
    float: none !important;
    margin: 0 !important;
    min-width: 0 !important;
    padding: 0 !important;
    text-align: left !important;
    width: auto !important;
}

body.woocommerce-checkout form.checkout .woocommerce-billing-fields__field-wrapper .woocommerce-input-wrapper {
    display: block !important;
    width: 100% !important;
}

body.woocommerce-checkout form.checkout .woocommerce-billing-fields__field-wrapper label {
    color: #0E2538 !important;
    display: block !important;
    font-size: 14px !important;
    font-weight: 650 !important;
    letter-spacing: 0 !important;
    line-height: 1.22 !important;
    margin: 0 0 7px !important;
    text-align: left !important;
    white-space: normal !important;
}

body.woocommerce-checkout form.checkout .woocommerce-billing-fields__field-wrapper label::after {
    content: none !important;
    display: none !important;
}

body.woocommerce-checkout form.checkout .woocommerce-billing-fields__field-wrapper abbr.required {
    color: #D5A557 !important;
    font-weight: 700 !important;
    text-decoration: none !important;
}

body.woocommerce-checkout form.checkout .woocommerce-billing-fields__field-wrapper .optional {
    display: none !important;
}

body.woocommerce-checkout form.checkout .woocommerce-billing-fields__field-wrapper input.input-text,
body.woocommerce-checkout form.checkout .woocommerce-billing-fields__field-wrapper select,
body.woocommerce-checkout form.checkout .woocommerce-billing-fields__field-wrapper textarea,
body.woocommerce-checkout form.checkout .select2-container .select2-selection--single {
    background: #FFFFFF !important;
    border: 1px solid rgba(213, 165, 87, .48) !important;
    border-radius: 12px !important;
    box-shadow: none !important;
    color: #0A2236 !important;
    font-size: 15px !important;
    font-weight: 520 !important;
    height: 52px !important;
    line-height: 1.25 !important;
    min-height: 52px !important;
    outline: none !important;
    padding: 0 15px !important;
    transition: border-color .18s ease, box-shadow .18s ease, background-color .18s ease !important;
    width: 100% !important;
}

body.woocommerce-checkout form.checkout .woocommerce-billing-fields__field-wrapper input.input-text:focus,
body.woocommerce-checkout form.checkout .woocommerce-billing-fields__field-wrapper select:focus,
body.woocommerce-checkout form.checkout .woocommerce-billing-fields__field-wrapper textarea:focus {
    border-color: rgba(32, 182, 205, .72) !important;
    box-shadow: 0 0 0 3px rgba(32, 182, 205, .12) !important;
}

body.woocommerce-checkout form.checkout .woocommerce-billing-fields__field-wrapper textarea {
    height: auto !important;
    min-height: 72px !important;
    padding: 14px 15px !important;
}

body.woocommerce-checkout form.checkout .woocommerce-billing-fields__field-wrapper select,
body.woocommerce-checkout form.checkout .woocommerce-billing-fields__field-wrapper .tm-checkout-document-select {
    -webkit-appearance: none !important;
    appearance: none !important;
    background-image: linear-gradient(45deg, transparent 50%, #0B7F8C 50%), linear-gradient(135deg, #0B7F8C 50%, transparent 50%) !important;
    background-position: calc(100% - 22px) 22px, calc(100% - 16px) 22px !important;
    background-repeat: no-repeat !important;
    background-size: 6px 6px, 6px 6px !important;
    padding-right: 44px !important;
}

body.woocommerce-checkout form.checkout .woocommerce-billing-fields__field-wrapper #billing_tm_customer_type_field {
    background: transparent !important;
    border: 0 !important;
    grid-column: 1 / -1 !important;
    padding: 0 !important;
}

body.woocommerce-checkout form.checkout .woocommerce-billing-fields__field-wrapper #billing_tm_customer_type_field .woocommerce-input-wrapper {
    align-items: center !important;
    background: #FFFFFF !important;
    border: 1px solid rgba(10, 34, 54, .14) !important;
    border-radius: 999px !important;
    display: inline-flex !important;
    gap: 4px !important;
    padding: 4px !important;
    width: auto !important;
}

body.woocommerce-checkout form.checkout .woocommerce-billing-fields__field-wrapper #billing_tm_customer_type_field input[type="radio"] {
    height: 1px !important;
    opacity: 0 !important;
    overflow: hidden !important;
    position: absolute !important;
    width: 1px !important;
}

body.woocommerce-checkout form.checkout .woocommerce-billing-fields__field-wrapper #billing_tm_customer_type_field label.radio {
    align-items: center !important;
    border-radius: 999px !important;
    color: #0E2538 !important;
    cursor: pointer !important;
    display: inline-flex !important;
    font-size: 14px !important;
    font-weight: 620 !important;
    height: 36px !important;
    justify-content: center !important;
    margin: 0 !important;
    min-width: 112px !important;
    padding: 0 18px !important;
    transition: background-color .18s ease, color .18s ease !important;
}

body.woocommerce-checkout form.checkout .woocommerce-billing-fields__field-wrapper #billing_tm_customer_type_field label.radio.tm-is-active,
body.woocommerce-checkout form.checkout .woocommerce-billing-fields__field-wrapper #billing_tm_customer_type_field input[type="radio"]:checked + label.radio {
    background: #102D43 !important;
    color: #FFFFFF !important;
}

body.woocommerce-checkout form.checkout.tm-checkout-person-mode #billing_company_field,
body.tm-checkout-person-mode form.checkout #billing_company_field,
body.woocommerce-checkout form.checkout.tm-checkout-company-mode #billing_first_name_field,
body.woocommerce-checkout form.checkout.tm-checkout-company-mode #billing_last_name_field,
body.tm-checkout-company-mode form.checkout #billing_first_name_field,
body.tm-checkout-company-mode form.checkout #billing_last_name_field {
    display: none !important;
}

body.woocommerce-checkout form.checkout #billing_first_name_field,
body.woocommerce-checkout form.checkout #billing_last_name_field {
    grid-column: span 3 !important;
}

body.woocommerce-checkout form.checkout #billing_company_field,
body.woocommerce-checkout form.checkout #billing_phone_field {
    grid-column: span 6 !important;
}

body.woocommerce-checkout form.checkout #billing_email_field {
    grid-column: span 4 !important;
}

body.woocommerce-checkout form.checkout #billing_tm_document_type_field {
    grid-column: span 3 !important;
}

body.woocommerce-checkout form.checkout #billing_tm_document_number_field {
    grid-column: span 5 !important;
}

body.woocommerce-checkout form.checkout .tm-checkout-phone-field .woocommerce-input-wrapper {
    display: block !important;
}

body.woocommerce-checkout form.checkout .tm-country-phone-checkout {
    display: grid !important;
    grid-template-columns: 132px minmax(0, 1fr) !important;
    overflow: visible !important;
    position: relative !important;
    width: 100% !important;
}

body.woocommerce-checkout form.checkout .tm-country-phone-checkout .tm-country-trigger {
    align-items: center !important;
    background: #EEF6F8 !important;
    border: 1px solid rgba(213, 165, 87, .48) !important;
    border-radius: 12px 0 0 12px !important;
    box-shadow: none !important;
    color: #0E2538 !important;
    cursor: pointer !important;
    display: inline-flex !important;
    gap: 8px !important;
    height: 52px !important;
    justify-content: center !important;
    min-height: 52px !important;
    min-width: 0 !important;
    padding: 0 10px !important;
    pointer-events: auto !important;
    position: relative !important;
    z-index: 3 !important;
}

body.woocommerce-checkout form.checkout .tm-country-phone-checkout .tm-country-phone-input {
    border-left: 0 !important;
    border-radius: 0 12px 12px 0 !important;
    height: 52px !important;
    min-height: 52px !important;
    min-width: 0 !important;
    padding: 0 16px !important;
}

body.woocommerce-checkout form.checkout .tm-country-phone-checkout .tm-country-flag,
body.woocommerce-checkout form.checkout .tm-country-phone-checkout .tm-country-dial {
    color: #0E2538 !important;
    font-size: 15px !important;
    font-weight: 750 !important;
}

body.woocommerce-checkout form.checkout .tm-country-phone-checkout .tm-country-caret {
    align-items: center !important;
    background: rgba(32, 182, 205, .12) !important;
    border: 1px solid rgba(32, 182, 205, .46) !important;
    border-radius: 999px !important;
    display: inline-flex !important;
    height: 26px !important;
    justify-content: center !important;
    margin-left: 2px !important;
    width: 26px !important;
}

body.woocommerce-checkout form.checkout .tm-country-phone-checkout .tm-country-caret::before {
    border-bottom: 2px solid #0B7F8C !important;
    border-right: 2px solid #0B7F8C !important;
    content: "" !important;
    display: block !important;
    height: 6px !important;
    margin-top: -3px !important;
    transform: rotate(45deg) !important;
    transition: transform .18s ease, margin-top .18s ease !important;
    width: 6px !important;
}

body.woocommerce-checkout form.checkout .tm-country-phone-checkout .tm-country-trigger[aria-expanded="true"] .tm-country-caret::before {
    margin-top: 3px !important;
    transform: rotate(225deg) !important;
}












body.woocommerce-checkout .tm-checkout-route-card {
    margin: 0 0 22px !important;
    padding: 0 !important;
}

body.woocommerce-checkout .tm-checkout-route-card img {
    border-radius: 12px !important;
    display: block !important;
    height: 190px !important;
    object-fit: cover !important;
    width: 100% !important;
}

body.woocommerce-checkout .tm-checkout-route-card + .tm-checkout-summary-eyebrow,
body.woocommerce-checkout .tm-checkout-summary-eyebrow {
    color: #D5A557 !important;
    display: block !important;
    font-size: 11px !important;
    font-weight: 760 !important;
    letter-spacing: .08em !important;
    line-height: 1.2 !important;
    margin: 0 0 6px !important;
    text-transform: uppercase !important;
}

body.woocommerce-checkout .tm-checkout-summary-title,
body.woocommerce-checkout .woocommerce-checkout-review-order .product-name,
body.woocommerce-checkout .woocommerce-checkout-review-order strong {
    color: #FFFFFF !important;
    font-weight: 650 !important;
}

body.woocommerce-checkout .woocommerce-checkout-review-order a[href*="/tienda"],
body.woocommerce-checkout .woocommerce-checkout-review-order a[href*="/carrito"],
body.woocommerce-checkout .woocommerce-checkout-review-order .wc-backward {
    display: none !important;
}

body.woocommerce-checkout form.checkout .woocommerce-additional-fields textarea {
    min-height: 78px !important;
}

@media (max-width: 1180px) {
    body.woocommerce-checkout form.checkout #billing_first_name_field,
    body.woocommerce-checkout form.checkout #billing_last_name_field,
    body.woocommerce-checkout form.checkout #billing_email_field,
    body.woocommerce-checkout form.checkout #billing_tm_document_type_field,
    body.woocommerce-checkout form.checkout #billing_tm_document_number_field,
    body.woocommerce-checkout form.checkout #billing_company_field,
    body.woocommerce-checkout form.checkout #billing_phone_field {
        grid-column: span 6 !important;
    }
}

@media (max-width: 780px) {
    body.woocommerce-checkout form.checkout .woocommerce-billing-fields__field-wrapper {
        grid-template-columns: 1fr !important;
        gap: 16px !important;
    }

    body.woocommerce-checkout form.checkout #billing_first_name_field,
    body.woocommerce-checkout form.checkout #billing_last_name_field,
    body.woocommerce-checkout form.checkout #billing_email_field,
    body.woocommerce-checkout form.checkout #billing_tm_document_type_field,
    body.woocommerce-checkout form.checkout #billing_tm_document_number_field,
    body.woocommerce-checkout form.checkout #billing_company_field,
    body.woocommerce-checkout form.checkout #billing_phone_field {
        grid-column: 1 / -1 !important;
    }

    body.woocommerce-checkout form.checkout .tm-country-phone-checkout {
        grid-template-columns: 116px minmax(0, 1fr) !important;
    }
}

@media (max-width: 520px) {
    body.woocommerce-checkout form.checkout .woocommerce-billing-fields,
    body.woocommerce-checkout form.checkout .woocommerce-additional-fields {
        border-radius: 14px !important;
    }

    body.woocommerce-checkout form.checkout .woocommerce-billing-fields__field-wrapper #billing_tm_customer_type_field .woocommerce-input-wrapper {
        display: grid !important;
        grid-template-columns: 1fr 1fr !important;
        width: 100% !important;
    }

    body.woocommerce-checkout form.checkout .woocommerce-billing-fields__field-wrapper #billing_tm_customer_type_field label.radio {
        min-width: 0 !important;
        width: 100% !important;
    }

    body.woocommerce-checkout form.checkout .tm-country-phone-checkout {
        grid-template-columns: 108px minmax(0, 1fr) !important;
    }

    body.woocommerce-checkout form.checkout .tm-country-phone-checkout .tm-country-trigger {
        gap: 6px !important;
        padding: 0 8px !important;
    }
}

/* v0.3.150: checkout estable, WhatsApp unificado y selector de paises consistente con el cotizador. */
body.woocommerce-checkout form.checkout .woocommerce-billing-fields__field-wrapper {
    align-items: end !important;
    gap: 20px 18px !important;
}

body.woocommerce-checkout form.checkout #billing_first_name_field,
body.woocommerce-checkout form.checkout #billing_last_name_field {
    grid-column: span 3 !important;
}

body.woocommerce-checkout form.checkout #billing_phone_field {
    grid-column: span 6 !important;
}

body.woocommerce-checkout form.checkout #billing_email_field {
    grid-column: span 4 !important;
}

body.woocommerce-checkout form.checkout #billing_tm_document_type_field {
    grid-column: span 3 !important;
}

body.woocommerce-checkout form.checkout #billing_tm_document_number_field {
    grid-column: span 5 !important;
}

body.woocommerce-checkout form.checkout #billing_company_field {
    grid-column: span 6 !important;
}

body.woocommerce-checkout form.checkout .tm-checkout-phone-field .woocommerce-input-wrapper {
    display: block !important;
    width: 100% !important;
}

body.woocommerce-checkout form.checkout #billing_phone_field .tm-country-phone-checkout {
    align-items: stretch !important;
    background: #FFFFFF !important;
    border: 1px solid rgba(213, 165, 87, .52) !important;
    border-radius: 14px !important;
    box-shadow: none !important;
    display: grid !important;
    grid-template-columns: 150px minmax(0, 1fr) !important;
    height: 52px !important;
    min-height: 52px !important;
    overflow: visible !important;
    position: relative !important;
    transition: border-color .18s ease, box-shadow .18s ease !important;
    width: 100% !important;
}

body.woocommerce-checkout form.checkout #billing_phone_field .tm-country-phone-checkout:focus-within {
    border-color: rgba(32, 182, 205, .78) !important;
    box-shadow: 0 0 0 3px rgba(32, 182, 205, .13) !important;
}

body.woocommerce-checkout form.checkout #billing_phone_field .tm-country-phone-checkout .tm-country-trigger,
body.woocommerce-checkout form.checkout #billing_phone_field .tm-country-phone-checkout .tm-country-phone-input,
body.woocommerce-checkout form.checkout #billing_phone_field .tm-country-phone-checkout input.input-text.tm-country-phone-input {
    border: 0 !important;
    box-shadow: none !important;
    height: 50px !important;
    line-height: 50px !important;
    margin: 0 !important;
    min-height: 50px !important;
    outline: none !important;
}

body.woocommerce-checkout form.checkout #billing_phone_field .tm-country-phone-checkout .tm-country-trigger {
    align-items: center !important;
    background: #EEF6F8 !important;
    border-radius: 13px 0 0 13px !important;
    border-right: 1px solid rgba(10, 34, 54, .14) !important;
    color: #0E2538 !important;
    cursor: pointer !important;
    display: inline-flex !important;
    gap: 9px !important;
    justify-content: center !important;
    padding: 0 12px !important;
    pointer-events: auto !important;
    position: relative !important;
    user-select: none !important;
    width: 100% !important;
    z-index: 4 !important;
}

body.woocommerce-checkout form.checkout #billing_phone_field .tm-country-phone-checkout .tm-country-phone-input,
body.woocommerce-checkout form.checkout #billing_phone_field .tm-country-phone-checkout input.input-text.tm-country-phone-input {
    background: #FFFFFF !important;
    border-radius: 0 13px 13px 0 !important;
    color: #0A2236 !important;
    font-size: 15px !important;
    font-weight: 540 !important;
    min-width: 0 !important;
    padding: 0 16px !important;
}

body.woocommerce-checkout form.checkout #billing_phone_field .tm-country-phone-checkout .tm-country-flag,
body.woocommerce-checkout form.checkout #billing_phone_field .tm-country-phone-checkout .tm-country-dial {
    color: #0E2538 !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    white-space: nowrap !important;
}

body.woocommerce-checkout form.checkout #billing_phone_field .tm-country-phone-checkout .tm-country-caret {
    align-items: center !important;
    background: rgba(32, 182, 205, .12) !important;
    border: 1px solid rgba(32, 182, 205, .48) !important;
    border-radius: 999px !important;
    display: inline-flex !important;
    height: 26px !important;
    justify-content: center !important;
    margin: 0 !important;
    width: 26px !important;
}

body.woocommerce-checkout form.checkout #billing_phone_field .tm-country-phone-checkout .tm-country-caret::before {
    border-bottom: 2px solid #0B7F8C !important;
    border-right: 2px solid #0B7F8C !important;
    content: "" !important;
    display: block !important;
    height: 6px !important;
    margin-top: -3px !important;
    transform: rotate(45deg) !important;
    width: 6px !important;
}

body.woocommerce-checkout form.checkout #billing_phone_field .tm-country-phone-checkout .tm-country-trigger[aria-expanded="true"] .tm-country-caret::before {
    margin-top: 3px !important;
    transform: rotate(225deg) !important;
}












body.woocommerce-checkout form.checkout #billing_phone_field .tm-country-phone-checkout.is-country-open {
    z-index: 2147482000 !important;
}

body.woocommerce-checkout form.checkout #billing_phone_field .tm-country-phone-checkout .tm-country-menu-clean.is-checkout-country-menu {
    background: #FFFFFF !important;
    border: 1px solid rgba(10, 34, 54, .18) !important;
    border-radius: 18px !important;
    box-shadow: 0 18px 44px rgba(10, 34, 54, .18) !important;
    max-width: calc(100vw - 24px) !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    padding: 10px !important;
    scrollbar-gutter: stable !important;
    z-index: 2147483000 !important;
}

body.woocommerce-checkout form.checkout #billing_phone_field .tm-country-phone-checkout .tm-country-menu-clean.is-checkout-country-menu[hidden] {
    display: none !important;
}

body.woocommerce-checkout form.checkout #billing_phone_field .tm-country-phone-checkout .tm-country-menu-clean.is-checkout-country-menu::-webkit-scrollbar {
    width: 8px !important;
}

body.woocommerce-checkout form.checkout #billing_phone_field .tm-country-phone-checkout .tm-country-menu-clean.is-checkout-country-menu::-webkit-scrollbar-track {
    background: transparent !important;
    margin: 14px 0 !important;
}

body.woocommerce-checkout form.checkout #billing_phone_field .tm-country-phone-checkout .tm-country-menu-clean.is-checkout-country-menu::-webkit-scrollbar-thumb {
    background: rgba(10, 34, 54, .3) !important;
    border-radius: 999px !important;
}

body.woocommerce-checkout form.checkout #billing_phone_field .tm-country-phone-checkout .tm-country-menu-clean.is-checkout-country-menu .tm-country-search {
    margin: 0 0 8px !important;
}

body.woocommerce-checkout form.checkout #billing_phone_field .tm-country-phone-checkout .tm-country-menu-clean.is-checkout-country-menu .tm-country-search input {
    background: #FFFFFF !important;
    border: 1px solid rgba(10, 34, 54, .18) !important;
    border-radius: 13px !important;
    box-shadow: none !important;
    color: #0A2236 !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    height: 46px !important;
    outline: none !important;
    padding: 0 12px !important;
    width: 100% !important;
}

body.woocommerce-checkout form.checkout #billing_phone_field .tm-country-phone-checkout .tm-country-menu-clean.is-checkout-country-menu .tm-country-option {
    align-items: center !important;
    background: #FFFFFF !important;
    border: 0 !important;
    border-radius: 13px !important;
    box-shadow: none !important;
    color: #0A2236 !important;
    cursor: pointer !important;
    display: grid !important;
    font-size: 15px !important;
    font-weight: 540 !important;
    gap: 12px !important;
    grid-template-columns: 28px minmax(0, 1fr) auto !important;
    min-height: 46px !important;
    padding: 10px 12px !important;
    text-align: left !important;
    width: 100% !important;
}

body.woocommerce-checkout form.checkout #billing_phone_field .tm-country-phone-checkout .tm-country-menu-clean.is-checkout-country-menu .tm-country-option:nth-of-type(even) {
    background: #F6FAFB !important;
}

body.woocommerce-checkout form.checkout #billing_phone_field .tm-country-phone-checkout .tm-country-menu-clean.is-checkout-country-menu .tm-country-option:hover,
body.woocommerce-checkout form.checkout #billing_phone_field .tm-country-phone-checkout .tm-country-menu-clean.is-checkout-country-menu .tm-country-option:focus,
body.woocommerce-checkout form.checkout #billing_phone_field .tm-country-phone-checkout .tm-country-menu-clean.is-checkout-country-menu .tm-country-option.is-selected {
    background: #EAF7FA !important;
    outline: 1px solid rgba(32, 182, 205, .38) !important;
}

body.woocommerce-checkout form.checkout #billing_phone_field .tm-country-phone-checkout .tm-country-menu-clean.is-checkout-country-menu .tm-country-option-flag {
    background: transparent !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    display: inline-flex !important;
    font-size: 16px !important;
    height: auto !important;
    line-height: 1 !important;
    width: auto !important;
}

body.woocommerce-checkout form.checkout #billing_phone_field .tm-country-phone-checkout .tm-country-menu-clean.is-checkout-country-menu .tm-country-option-name {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
}

body.woocommerce-checkout form.checkout #billing_phone_field .tm-country-phone-checkout .tm-country-menu-clean.is-checkout-country-menu .tm-country-option-dial {
    color: #607684 !important;
    font-size: 13px !important;
    font-weight: 650 !important;
}

body.woocommerce-checkout form.checkout .woocommerce-billing-fields__field-wrapper #billing_tm_document_type_field select,
body.woocommerce-checkout form.checkout .woocommerce-billing-fields__field-wrapper #billing_tm_document_type_field .tm-checkout-document-select {
    background-color: #FFFFFF !important;
    background-position: calc(100% - 24px) 23px, calc(100% - 18px) 23px !important;
    border-color: rgba(213, 165, 87, .52) !important;
}

body.woocommerce-checkout .woocommerce-checkout-review-order .product-quantity,
body.woocommerce-checkout .woocommerce-checkout-review-order .quantity,
body.woocommerce-checkout .woocommerce-checkout-review-order a[href*="/tienda"],
body.woocommerce-checkout .woocommerce-checkout-review-order a[href*="/carrito"],
body.woocommerce-checkout .woocommerce-checkout-review-order .wc-backward,
body.woocommerce-checkout .woocommerce a.wc-backward {
    display: none !important;
}

@media (max-width: 1180px) {
    body.woocommerce-checkout form.checkout #billing_first_name_field,
    body.woocommerce-checkout form.checkout #billing_last_name_field,
    body.woocommerce-checkout form.checkout #billing_email_field,
    body.woocommerce-checkout form.checkout #billing_tm_document_type_field,
    body.woocommerce-checkout form.checkout #billing_tm_document_number_field,
    body.woocommerce-checkout form.checkout #billing_company_field,
    body.woocommerce-checkout form.checkout #billing_phone_field {
        grid-column: span 6 !important;
    }
}

@media (max-width: 780px) {
    body.woocommerce-checkout form.checkout .woocommerce-billing-fields__field-wrapper {
        grid-template-columns: 1fr !important;
    }

    body.woocommerce-checkout form.checkout #billing_first_name_field,
    body.woocommerce-checkout form.checkout #billing_last_name_field,
    body.woocommerce-checkout form.checkout #billing_email_field,
    body.woocommerce-checkout form.checkout #billing_tm_document_type_field,
    body.woocommerce-checkout form.checkout #billing_tm_document_number_field,
    body.woocommerce-checkout form.checkout #billing_company_field,
    body.woocommerce-checkout form.checkout #billing_phone_field {
        grid-column: 1 / -1 !important;
    }

    body.woocommerce-checkout form.checkout #billing_phone_field .tm-country-phone-checkout {
        grid-template-columns: 124px minmax(0, 1fr) !important;
    }
}

@media (max-width: 520px) {
    body.woocommerce-checkout form.checkout #billing_phone_field .tm-country-phone-checkout {
        grid-template-columns: 112px minmax(0, 1fr) !important;
    }

    body.woocommerce-checkout form.checkout #billing_phone_field .tm-country-phone-checkout .tm-country-trigger {
        gap: 7px !important;
        padding: 0 8px !important;
    }
}

/* Checkout WhatsApp country picker: single inline implementation. */
body.woocommerce-checkout .woocommerce,
body.woocommerce-checkout form.checkout,
body.woocommerce-checkout form.checkout #customer_details,
body.woocommerce-checkout form.checkout .woocommerce-billing-fields,
body.woocommerce-checkout form.checkout .woocommerce-billing-fields__field-wrapper,
body.woocommerce-checkout form.checkout #billing_phone_field,
body.woocommerce-checkout form.checkout #billing_phone_field .woocommerce-input-wrapper {
    overflow: visible !important;
}

body.woocommerce-checkout form.checkout #billing_phone_field {
    position: relative !important;
    z-index: 20 !important;
}

body.woocommerce-checkout form.checkout #billing_phone_field.is-country-open-field {
    z-index: 2147482000 !important;
}

body.woocommerce-checkout form.checkout #billing_phone_field .tm-country-phone-checkout {
    align-items: stretch !important;
    background: #FFFFFF !important;
    border: 1px solid rgba(213, 165, 87, .52) !important;
    border-radius: 14px !important;
    box-shadow: none !important;
    display: grid !important;
    grid-template-columns: 144px minmax(0, 1fr) !important;
    height: 52px !important;
    min-height: 52px !important;
    overflow: visible !important;
    position: relative !important;
    width: 100% !important;
}

body.woocommerce-checkout form.checkout #billing_phone_field .tm-country-phone-checkout:focus-within {
    border-color: rgba(32, 182, 205, .78) !important;
    box-shadow: 0 0 0 3px rgba(32, 182, 205, .12) !important;
}

body.woocommerce-checkout form.checkout #billing_phone_field .tm-country-phone-checkout .tm-country-trigger {
    align-items: center !important;
    appearance: none !important;
    background: #EEF6F8 !important;
    border: 0 !important;
    border-radius: 13px 0 0 13px !important;
    border-right: 1px solid rgba(10, 34, 54, .14) !important;
    box-shadow: none !important;
    color: #0E2538 !important;
    cursor: pointer !important;
    display: inline-flex !important;
    gap: 9px !important;
    height: 50px !important;
    justify-content: center !important;
    line-height: 1 !important;
    margin: 0 !important;
    min-height: 50px !important;
    outline: none !important;
    padding: 0 12px !important;
    pointer-events: auto !important;
    position: relative !important;
    user-select: none !important;
    width: 100% !important;
    z-index: 3 !important;
}

body.woocommerce-checkout form.checkout #billing_phone_field .tm-country-phone-checkout .tm-country-phone-input,
body.woocommerce-checkout form.checkout #billing_phone_field .tm-country-phone-checkout input.input-text.tm-country-phone-input {
    appearance: none !important;
    background: #FFFFFF !important;
    border: 0 !important;
    border-radius: 0 13px 13px 0 !important;
    box-shadow: none !important;
    color: #0A2236 !important;
    font-size: 15px !important;
    font-weight: 560 !important;
    height: 50px !important;
    line-height: 50px !important;
    margin: 0 !important;
    min-height: 50px !important;
    min-width: 0 !important;
    outline: none !important;
    padding: 0 16px !important;
    width: 100% !important;
}

body.woocommerce-checkout form.checkout #billing_phone_field .tm-country-phone-checkout .tm-country-flag,
body.woocommerce-checkout form.checkout #billing_phone_field .tm-country-phone-checkout .tm-country-option-flag {
    background: transparent !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    display: inline-flex !important;
    font-size: 16px !important;
    height: auto !important;
    line-height: 1 !important;
    width: auto !important;
}

body.woocommerce-checkout form.checkout #billing_phone_field .tm-country-phone-checkout .tm-country-dial {
    color: #0E2538 !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    white-space: nowrap !important;
}

body.woocommerce-checkout form.checkout #billing_phone_field .tm-country-phone-checkout .tm-country-caret {
    align-items: center !important;
    background: rgba(32, 182, 205, .12) !important;
    border: 1px solid rgba(32, 182, 205, .48) !important;
    border-radius: 999px !important;
    display: inline-flex !important;
    flex: 0 0 26px !important;
    height: 26px !important;
    justify-content: center !important;
    margin: 0 !important;
    width: 26px !important;
}

body.woocommerce-checkout form.checkout #billing_phone_field .tm-country-phone-checkout .tm-country-caret::before {
    border-bottom: 2px solid #0B7F8C !important;
    border-right: 2px solid #0B7F8C !important;
    content: "" !important;
    display: block !important;
    height: 6px !important;
    margin-top: -3px !important;
    transform: rotate(45deg) !important;
    width: 6px !important;
}

body.woocommerce-checkout form.checkout #billing_phone_field .tm-country-phone-checkout .tm-country-trigger[aria-expanded="true"] .tm-country-caret::before {
    margin-top: 3px !important;
    transform: rotate(225deg) !important;
}

body.woocommerce-checkout form.checkout #billing_phone_field .tm-country-phone-checkout .tm-country-menu-clean {
    background: #FFFFFF !important;
    border: 1px solid rgba(10, 34, 54, .18) !important;
    border-radius: 18px !important;
    box-shadow: 0 18px 44px rgba(10, 34, 54, .18) !important;
    left: 0 !important;
    max-height: min(420px, calc(100vh - 180px)) !important;
    max-width: calc(100vw - 24px) !important;
    min-width: min(360px, calc(100vw - 24px)) !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    padding: 10px !important;
    position: absolute !important;
    right: auto !important;
    scrollbar-gutter: stable !important;
    top: calc(100% + 8px) !important;
    width: min(380px, calc(100vw - 24px)) !important;
    z-index: 2147483000 !important;
}

body.woocommerce-checkout form.checkout #billing_phone_field .tm-country-phone-checkout .tm-country-menu-clean[hidden] {
    display: none !important;
}

body.woocommerce-checkout form.checkout #billing_phone_field .tm-country-phone-checkout .tm-country-menu-clean::-webkit-scrollbar {
    width: 8px !important;
}

body.woocommerce-checkout form.checkout #billing_phone_field .tm-country-phone-checkout .tm-country-menu-clean::-webkit-scrollbar-track {
    background: transparent !important;
    margin: 14px 0 !important;
}

body.woocommerce-checkout form.checkout #billing_phone_field .tm-country-phone-checkout .tm-country-menu-clean::-webkit-scrollbar-thumb {
    background: rgba(10, 34, 54, .3) !important;
    border-radius: 999px !important;
}

body.woocommerce-checkout form.checkout #billing_phone_field .tm-country-phone-checkout .tm-country-search {
    background: #FFFFFF !important;
    margin: 0 0 8px !important;
    position: sticky !important;
    top: 0 !important;
    z-index: 2 !important;
}

body.woocommerce-checkout form.checkout #billing_phone_field .tm-country-phone-checkout .tm-country-search input {
    background: #FFFFFF !important;
    border: 1px solid rgba(10, 34, 54, .18) !important;
    border-radius: 13px !important;
    box-shadow: none !important;
    color: #0A2236 !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    height: 46px !important;
    outline: none !important;
    padding: 0 12px !important;
    width: 100% !important;
}

body.woocommerce-checkout form.checkout #billing_phone_field .tm-country-phone-checkout .tm-country-option {
    align-items: center !important;
    appearance: none !important;
    background: #FFFFFF !important;
    border: 0 !important;
    border-radius: 13px !important;
    box-shadow: none !important;
    color: #0A2236 !important;
    cursor: pointer !important;
    display: grid !important;
    font-size: 15px !important;
    font-weight: 540 !important;
    gap: 12px !important;
    grid-template-columns: 28px minmax(0, 1fr) auto !important;
    min-height: 46px !important;
    padding: 10px 12px !important;
    text-align: left !important;
    width: 100% !important;
}

body.woocommerce-checkout form.checkout #billing_phone_field .tm-country-phone-checkout .tm-country-option[hidden] {
    display: none !important;
}

body.woocommerce-checkout form.checkout #billing_phone_field .tm-country-phone-checkout .tm-country-option:nth-of-type(even) {
    background: #F6FAFB !important;
}

body.woocommerce-checkout form.checkout #billing_phone_field .tm-country-phone-checkout .tm-country-option:hover,
body.woocommerce-checkout form.checkout #billing_phone_field .tm-country-phone-checkout .tm-country-option:focus,
body.woocommerce-checkout form.checkout #billing_phone_field .tm-country-phone-checkout .tm-country-option.is-selected {
    background: #EAF7FA !important;
    outline: 1px solid rgba(32, 182, 205, .38) !important;
}

body.woocommerce-checkout form.checkout #billing_phone_field .tm-country-phone-checkout .tm-country-option-name {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
}

body.woocommerce-checkout form.checkout #billing_phone_field .tm-country-phone-checkout .tm-country-option-dial {
    color: #607684 !important;
    font-size: 13px !important;
    font-weight: 650 !important;
}

@media (max-width: 780px) {
    body.woocommerce-checkout form.checkout #billing_phone_field .tm-country-phone-checkout {
        grid-template-columns: 128px minmax(0, 1fr) !important;
    }
}

@media (max-width: 520px) {
    body.woocommerce-checkout form.checkout #billing_phone_field .tm-country-phone-checkout {
        grid-template-columns: 116px minmax(0, 1fr) !important;
    }

    body.woocommerce-checkout form.checkout #billing_phone_field .tm-country-phone-checkout .tm-country-trigger {
        gap: 7px !important;
        padding: 0 8px !important;
    }
}

/* Country picker portal: one floating menu for cotizador and checkout. */
body .tm-country-menu-clean.tm-country-menu-portal {
    background: #FFFFFF !important;
    border: 1px solid rgba(10, 34, 54, .18) !important;
    border-radius: 18px !important;
    box-shadow: 0 18px 44px rgba(10, 34, 54, .18) !important;
    display: block !important;
    isolation: isolate !important;
    max-width: calc(100vw - 24px) !important;
    min-width: min(320px, calc(100vw - 24px)) !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    overscroll-behavior: contain !important;
    padding: 10px !important;
    pointer-events: auto !important;
    position: fixed !important;
    scrollbar-gutter: stable !important;
    z-index: 2147483000 !important;
}

body .tm-country-menu-clean.tm-country-menu-portal[hidden] {
    display: none !important;
}

body .tm-country-menu-clean.tm-country-menu-portal::-webkit-scrollbar {
    width: 8px !important;
}

body .tm-country-menu-clean.tm-country-menu-portal::-webkit-scrollbar-track {
    background: transparent !important;
    margin: 14px 0 !important;
}

body .tm-country-menu-clean.tm-country-menu-portal::-webkit-scrollbar-thumb {
    background: rgba(10, 34, 54, .3) !important;
    border-radius: 999px !important;
}

body .tm-country-menu-clean.tm-country-menu-portal .tm-country-search {
    background: #FFFFFF !important;
    margin: 0 0 8px !important;
    pointer-events: auto !important;
    position: sticky !important;
    top: 0 !important;
    z-index: 2 !important;
}

body .tm-country-menu-clean.tm-country-menu-portal .tm-country-search input {
    background: #FFFFFF !important;
    border: 1px solid rgba(10, 34, 54, .18) !important;
    border-radius: 13px !important;
    box-shadow: none !important;
    color: #0A2236 !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    height: 46px !important;
    outline: none !important;
    padding: 0 12px !important;
    width: 100% !important;
}

body .tm-country-menu-clean.tm-country-menu-portal .tm-country-option {
    align-items: center !important;
    appearance: none !important;
    background: #FFFFFF !important;
    border: 0 !important;
    border-radius: 13px !important;
    box-shadow: none !important;
    color: #0A2236 !important;
    cursor: pointer !important;
    display: grid !important;
    font-size: 15px !important;
    font-weight: 540 !important;
    gap: 12px !important;
    grid-template-columns: 28px minmax(0, 1fr) auto !important;
    min-height: 46px !important;
    padding: 10px 12px !important;
    pointer-events: auto !important;
    text-align: left !important;
    width: 100% !important;
}

body .tm-country-menu-clean.tm-country-menu-portal .tm-country-option[hidden] {
    display: none !important;
}

body .tm-country-menu-clean.tm-country-menu-portal .tm-country-option:nth-of-type(even) {
    background: #F6FAFB !important;
}

body .tm-country-menu-clean.tm-country-menu-portal .tm-country-option:hover,
body .tm-country-menu-clean.tm-country-menu-portal .tm-country-option:focus,
body .tm-country-menu-clean.tm-country-menu-portal .tm-country-option.is-selected {
    background: #EAF7FA !important;
    outline: 1px solid rgba(32, 182, 205, .38) !important;
}

body .tm-country-menu-clean.tm-country-menu-portal .tm-country-option-flag {
    background: transparent !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    font-size: 16px !important;
    line-height: 1 !important;
}

body .tm-country-menu-clean.tm-country-menu-portal .tm-country-option-name {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
}

body .tm-country-menu-clean.tm-country-menu-portal .tm-country-option-dial {
    color: #607684 !important;
    font-size: 13px !important;
    font-weight: 650 !important;
}

/* v0.3.155: checkout WhatsApp simple. Sin selector de pais para evitar bloqueos con WooCommerce/Elementor. */
body.woocommerce-checkout form.checkout #billing_phone_field.tm-checkout-phone-simple {
    display: flex !important;
    flex-direction: column !important;
    gap: 7px !important;
    min-width: 0 !important;
    position: relative !important;
    z-index: auto !important;
}

body.woocommerce-checkout form.checkout #billing_phone_field.tm-checkout-phone-simple .woocommerce-input-wrapper {
    display: block !important;
    position: static !important;
    z-index: auto !important;
}

body.woocommerce-checkout form.checkout #billing_phone_field.tm-checkout-phone-simple input#billing_phone.tm-checkout-phone-input,
body.woocommerce-checkout form.checkout #billing_phone_field.tm-checkout-phone-simple input#billing_phone.input-text {
    background: #FFFFFF !important;
    border: 1px solid rgba(213, 165, 87, .58) !important;
    border-radius: 14px !important;
    box-shadow: none !important;
    color: #0A2236 !important;
    font-size: 15px !important;
    font-weight: 560 !important;
    height: 52px !important;
    line-height: 52px !important;
    margin: 0 !important;
    min-height: 52px !important;
    outline: none !important;
    padding: 0 16px !important;
    position: static !important;
    width: 100% !important;
    z-index: auto !important;
}

body.woocommerce-checkout form.checkout #billing_phone_field.tm-checkout-phone-simple input#billing_phone:focus {
    border-color: #20B6CD !important;
    box-shadow: 0 0 0 3px rgba(32, 182, 205, .16) !important;
}

/* v0.3.156: selector visual de marca para Tipo de documento en checkout. */
body.woocommerce-checkout form.checkout #billing_tm_document_type_field select.tm-checkout-document-select:not(.tm-document-select-native) {
    appearance: none !important;
    background:
        linear-gradient(45deg, transparent 50%, #0F7E8C 50%) calc(100% - 18px) 50% / 7px 7px no-repeat,
        linear-gradient(135deg, #0F7E8C 50%, transparent 50%) calc(100% - 13px) 50% / 7px 7px no-repeat,
        #FFFFFF !important;
    border: 1px solid rgba(213, 165, 87, .58) !important;
    border-radius: 14px !important;
    color: #0A2236 !important;
    font-size: 15px !important;
    font-weight: 560 !important;
    height: 52px !important;
    line-height: 52px !important;
    padding: 0 42px 0 16px !important;
}

body.woocommerce-checkout form.checkout #billing_tm_document_type_field select.tm-document-select-native {
    height: 1px !important;
    left: 0 !important;
    opacity: 0 !important;
    pointer-events: none !important;
    position: absolute !important;
    top: 0 !important;
    width: 1px !important;
}

body.woocommerce-checkout form.checkout #billing_tm_document_type_field .woocommerce-input-wrapper {
    display: block !important;
    position: relative !important;
}

body.woocommerce-checkout form.checkout .tm-checkout-doc-select {
    position: relative !important;
    width: 100% !important;
    z-index: 8 !important;
}

body.woocommerce-checkout form.checkout .tm-checkout-doc-trigger {
    align-items: center !important;
    appearance: none !important;
    background: #FFFFFF !important;
    border: 1px solid rgba(213, 165, 87, .58) !important;
    border-radius: 14px !important;
    box-shadow: none !important;
    color: #0A2236 !important;
    cursor: pointer !important;
    display: flex !important;
    font-size: 15px !important;
    font-weight: 560 !important;
    height: 52px !important;
    justify-content: space-between !important;
    line-height: 1 !important;
    margin: 0 !important;
    min-height: 52px !important;
    padding: 0 14px 0 16px !important;
    text-align: left !important;
    transition: border-color .16s ease, box-shadow .16s ease, background .16s ease !important;
    width: 100% !important;
}

body.woocommerce-checkout form.checkout .tm-checkout-doc-trigger:hover,
body.woocommerce-checkout form.checkout .tm-checkout-doc-trigger:focus,
body.woocommerce-checkout form.checkout .tm-checkout-doc-select.is-open .tm-checkout-doc-trigger {
    background: #FBFDFD !important;
    border-color: #20B6CD !important;
    box-shadow: 0 0 0 3px rgba(32, 182, 205, .14) !important;
    outline: none !important;
}

body.woocommerce-checkout form.checkout .tm-checkout-doc-label {
    display: block !important;
    min-width: 0 !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
}

body.woocommerce-checkout form.checkout .tm-checkout-doc-caret {
    align-items: center !important;
    background: #EAF7FA !important;
    border: 1px solid rgba(32, 182, 205, .45) !important;
    border-radius: 999px !important;
    display: inline-flex !important;
    flex: 0 0 28px !important;
    height: 28px !important;
    justify-content: center !important;
    margin-left: 12px !important;
    width: 28px !important;
}

body.woocommerce-checkout form.checkout .tm-checkout-doc-caret::before {
    border-bottom: 2px solid #0F7E8C !important;
    border-right: 2px solid #0F7E8C !important;
    content: "" !important;
    display: block !important;
    height: 7px !important;
    margin-top: -3px !important;
    transform: rotate(45deg) !important;
    transition: transform .16s ease, margin .16s ease !important;
    width: 7px !important;
}

body.woocommerce-checkout form.checkout .tm-checkout-doc-select.is-open .tm-checkout-doc-caret::before {
    margin-top: 3px !important;
    transform: rotate(225deg) !important;
}

body.woocommerce-checkout form.checkout .tm-checkout-doc-menu {
    background: #FFFFFF !important;
    border: 1px solid rgba(10, 34, 54, .14) !important;
    border-radius: 16px !important;
    box-shadow: 0 18px 38px rgba(10, 34, 54, .16) !important;
    left: 0 !important;
    margin-top: 8px !important;
    max-height: 230px !important;
    overflow: auto !important;
    padding: 8px !important;
    position: absolute !important;
    right: 0 !important;
    top: 100% !important;
    z-index: 28 !important;
}

body.woocommerce-checkout form.checkout .tm-checkout-doc-menu[hidden] {
    display: none !important;
}

body.woocommerce-checkout form.checkout .tm-checkout-doc-menu::-webkit-scrollbar {
    width: 8px !important;
}

body.woocommerce-checkout form.checkout .tm-checkout-doc-menu::-webkit-scrollbar-track {
    background: transparent !important;
    margin: 12px 0 !important;
}

body.woocommerce-checkout form.checkout .tm-checkout-doc-menu::-webkit-scrollbar-thumb {
    background: rgba(10, 34, 54, .24) !important;
    border-radius: 999px !important;
}

body.woocommerce-checkout form.checkout .tm-checkout-doc-option {
    appearance: none !important;
    background: #FFFFFF !important;
    border: 0 !important;
    border-radius: 12px !important;
    box-shadow: none !important;
    color: #0A2236 !important;
    cursor: pointer !important;
    display: block !important;
    font-size: 15px !important;
    font-weight: 520 !important;
    line-height: 1.15 !important;
    min-height: 42px !important;
    padding: 12px 14px !important;
    text-align: left !important;
    width: 100% !important;
}

body.woocommerce-checkout form.checkout .tm-checkout-doc-option:hover,
body.woocommerce-checkout form.checkout .tm-checkout-doc-option:focus,
body.woocommerce-checkout form.checkout .tm-checkout-doc-option.is-selected {
    background: #EAF7FA !important;
    color: #0A2236 !important;
    outline: 1px solid rgba(32, 182, 205, .34) !important;
}

body.woocommerce-checkout form.checkout .tm-checkout-doc-option.is-selected {
    font-weight: 660 !important;
}

/* v0.3.158: Informacion adicional compacta en checkout. */
body.woocommerce-checkout form.checkout .woocommerce-additional-fields.tm-checkout-additional-ready {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    margin-top: 22px !important;
    padding: 0 !important;
}

body.woocommerce-checkout form.checkout .woocommerce-additional-fields.tm-checkout-additional-ready h3 {
    display: none !important;
}

body.woocommerce-checkout form.checkout .tm-checkout-additional-toggle {
    align-items: center !important;
    appearance: none !important;
    background: #FFFFFF !important;
    border: 1px solid rgba(213, 165, 87, .62) !important;
    border-radius: 999px !important;
    box-shadow: none !important;
    color: #0A2236 !important;
    cursor: pointer !important;
    display: inline-flex !important;
    font-size: 14px !important;
    font-weight: 650 !important;
    gap: 8px !important;
    justify-content: center !important;
    line-height: 1 !important;
    min-height: 44px !important;
    padding: 0 18px !important;
    transition: background .16s ease, border-color .16s ease, color .16s ease !important;
}

body.woocommerce-checkout form.checkout .tm-checkout-additional-toggle::before {
    content: "+" !important;
    color: #20B6CD !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
}

body.woocommerce-checkout form.checkout .woocommerce-additional-fields.tm-checkout-additional-ready.is-open .tm-checkout-additional-toggle::before {
    content: "-" !important;
}

body.woocommerce-checkout form.checkout .tm-checkout-additional-toggle:hover,
body.woocommerce-checkout form.checkout .tm-checkout-additional-toggle:focus {
    background: #EAF7FA !important;
    border-color: #20B6CD !important;
    color: #082338 !important;
    outline: none !important;
}

body.woocommerce-checkout form.checkout .woocommerce-additional-fields.tm-checkout-additional-ready:not(.is-open) .woocommerce-additional-fields__field-wrapper {
    display: none !important;
}

body.woocommerce-checkout form.checkout .woocommerce-additional-fields.tm-checkout-additional-ready.is-open {
    background: #FFFAF3 !important;
    border: 1px solid rgba(8, 35, 56, .08) !important;
    border-radius: 8px !important;
    padding: 22px !important;
}

body.woocommerce-checkout form.checkout .woocommerce-additional-fields.tm-checkout-additional-ready.is-open .woocommerce-additional-fields__field-wrapper {
    display: block !important;
    margin-top: 16px !important;
}

/* v0.3.159: tarjetas uniformes para metodos de pago en checkout. */
body.woocommerce-checkout form.checkout #payment,
body.woocommerce-checkout form.checkout .woocommerce-checkout-payment {
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    margin-top: 24px !important;
    padding: 0 !important;
}

body.woocommerce-checkout form.checkout #payment h3,
body.woocommerce-checkout form.checkout .woocommerce-checkout-payment h3,
body.woocommerce-checkout form.checkout .wc_payment_methods::before {
    color: #0A2236 !important;
    font-size: clamp(26px, 3vw, 36px) !important;
    font-weight: 560 !important;
    letter-spacing: 0 !important;
    line-height: 1.08 !important;
    margin: 0 0 18px !important;
    text-transform: none !important;
}

body.woocommerce-checkout form.checkout #payment ul.payment_methods,
body.woocommerce-checkout form.checkout #payment ul.wc_payment_methods,
body.woocommerce-checkout form.checkout .woocommerce-checkout-payment ul.payment_methods {
    background: transparent !important;
    border: 0 !important;
    display: grid !important;
    gap: 14px !important;
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
}

body.woocommerce-checkout form.checkout #payment ul.payment_methods li.wc_payment_method,
body.woocommerce-checkout form.checkout .woocommerce-checkout-payment ul.payment_methods li.wc_payment_method {
    align-items: stretch !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    color: #0A2236 !important;
    display: block !important;
    margin: 0 !important;
    min-height: 0 !important;
    overflow: visible !important;
    padding: 0 !important;
    position: relative !important;
    transition: none !important;
    width: 100% !important;
}

body.woocommerce-checkout form.checkout #payment ul.payment_methods li.wc_payment_method:hover,
body.woocommerce-checkout form.checkout #payment ul.payment_methods li.wc_payment_method:has(input.input-radio:checked) {
    background: transparent !important;
    border-color: transparent !important;
}

body.woocommerce-checkout form.checkout #payment ul.payment_methods li.wc_payment_method input.input-radio {
    accent-color: #20B6CD !important;
    height: 18px !important;
    left: 28px !important;
    margin: 0 !important;
    min-height: 18px !important;
    position: absolute !important;
    top: 30px !important;
    transform: none !important;
    width: 18px !important;
    z-index: 2 !important;
}

body.woocommerce-checkout form.checkout #payment ul.payment_methods li.wc_payment_method > label {
    align-items: center !important;
    background: #FFFFFF !important;
    border: 1px solid rgba(10, 34, 54, .16) !important;
    border-radius: 18px !important;
    box-sizing: border-box !important;
    box-shadow: none !important;
    color: #0A2236 !important;
    cursor: pointer !important;
    display: flex !important;
    flex-wrap: wrap !important;
    font-family: inherit !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    gap: 12px 16px !important;
    justify-content: space-between !important;
    letter-spacing: 0 !important;
    line-height: 1.2 !important;
    margin: 0 !important;
    min-height: 80px !important;
    padding: 20px 24px 20px 92px !important;
    position: relative !important;
    text-transform: none !important;
    max-width: 100% !important;
    width: 100% !important;
    transition: border-color .16s ease, background .16s ease !important;
}

body.woocommerce-checkout form.checkout #payment ul.payment_methods li.wc_payment_method > label::before {
    background: rgba(10, 34, 54, .10) !important;
    border-radius: 999px !important;
    content: "" !important;
    height: 28px !important;
    left: 23px !important;
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 28px !important;
    z-index: 1 !important;
}

body.woocommerce-checkout form.checkout #payment ul.payment_methods li.wc_payment_method:hover > label,
body.woocommerce-checkout form.checkout #payment ul.payment_methods li.wc_payment_method:has(input.input-radio:checked) > label,
body.woocommerce-checkout form.checkout #payment ul.payment_methods li.wc_payment_method input.input-radio:checked + label {
    background: linear-gradient(135deg, #FFFFFF 0%, #F3FBFD 100%) !important;
    border-color: rgba(32, 182, 205, .70) !important;
}

body.woocommerce-checkout form.checkout #payment ul.payment_methods li.wc_payment_method > label img {
    background: #FFFFFF !important;
    border: 0 !important;
    border-radius: 10px !important;
    box-shadow: 0 8px 18px rgba(10, 34, 54, .10) !important;
    display: inline-block !important;
    float: none !important;
    height: auto !important;
    margin: 0 0 0 auto !important;
    max-height: 34px !important;
    max-width: min(190px, 48%) !important;
    object-fit: contain !important;
    padding: 5px 10px !important;
    vertical-align: middle !important;
}

body.woocommerce-checkout form.checkout #payment ul.payment_methods li.wc_payment_method .payment_box {
    background: #F8FCFD !important;
    border: 1px solid rgba(10, 34, 54, .10) !important;
    border-radius: 16px !important;
    box-shadow: none !important;
    color: #2D4D5C !important;
    font-size: 15px !important;
    font-weight: 440 !important;
    line-height: 1.45 !important;
    margin: 16px 0 0 !important;
    padding: 22px !important;
    text-align: center !important;
}

body.woocommerce-checkout form.checkout #payment ul.payment_methods li.wc_payment_method .payment_box::before {
    display: none !important;
}

body.woocommerce-checkout form.checkout #payment ul.payment_methods li.wc_payment_method .payment_box p {
    color: inherit !important;
    font-size: inherit !important;
    line-height: inherit !important;
    margin: 0 0 12px !important;
}

body.woocommerce-checkout form.checkout #payment ul.payment_methods li.wc_payment_method .payment_box p:last-child {
    margin-bottom: 0 !important;
}

body.woocommerce-checkout form.checkout #payment ul.payment_methods li.wc_payment_method .payment_box img {
    display: inline-block !important;
    float: none !important;
    height: auto !important;
    margin: 6px auto !important;
    max-height: none !important;
    max-width: 100% !important;
    object-fit: contain !important;
}

body.woocommerce-checkout form.checkout #payment ul.payment_methods li.wc_payment_method.payment_method_bold .payment_box,
body.woocommerce-checkout form.checkout #payment ul.payment_methods li.wc_payment_method[class*="bold"] .payment_box {
    background: #FFFFFF !important;
    border-color: rgba(32, 182, 205, .18) !important;
}

body.woocommerce-checkout form.checkout #payment .place-order {
    background: transparent !important;
    border: 0 !important;
    margin: 18px 0 0 !important;
    padding: 0 !important;
}

@media (max-width: 760px) {
    body.woocommerce-checkout form.checkout #payment ul.payment_methods {
        gap: 12px !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        max-width: 100% !important;
    }

    body.woocommerce-checkout form.checkout #payment ul.payment_methods li.wc_payment_method {
        border-radius: 0 !important;
        min-height: 0 !important;
        padding: 0 !important;
    }

    body.woocommerce-checkout form.checkout #payment ul.payment_methods li.wc_payment_method input.input-radio {
        left: 24px !important;
        top: 27px !important;
    }

    body.woocommerce-checkout form.checkout #payment ul.payment_methods li.wc_payment_method > label {
        align-items: flex-start !important;
        flex-direction: column !important;
        font-size: 16px !important;
        gap: 10px !important;
        min-height: 72px !important;
        padding: 17px 16px 17px 72px !important;
        width: 100% !important;
    }

    body.woocommerce-checkout form.checkout #payment ul.payment_methods li.wc_payment_method > label::before {
        left: 19px !important;
    }

    body.woocommerce-checkout form.checkout #payment ul.payment_methods li.wc_payment_method > label img {
        margin-left: 0 !important;
        max-height: 30px !important;
        max-width: 100% !important;
    }

    body.woocommerce-checkout form.checkout #payment ul.payment_methods li.wc_payment_method .payment_box {
        border-radius: 14px !important;
        font-size: 14px !important;
        margin-top: 18px !important;
        padding: 16px !important;
    }
}
/* Panel operativo: acceso privado y modo guia */
.tm-op-auth {
    color: #0A2236;
    margin: clamp(30px, 6vw, 76px) auto;
    max-width: 1180px;
    padding: 0 18px;
}

.tm-op-auth-card {
    background: #FFFFFF;
    border: 1px solid rgba(16, 35, 53, .12);
    border-radius: 30px;
    box-shadow: 0 24px 60px rgba(9, 26, 40, .10);
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr);
    overflow: hidden;
}

.tm-op-auth-hero {
    background: linear-gradient(135deg, #102335 0%, #194B64 100%);
    color: #FFFFFF;
    padding: clamp(34px, 5vw, 64px);
}

.tm-op-auth-logo {
    display: block;
    height: auto;
    margin: 0 0 clamp(26px, 4vw, 48px);
    max-width: min(320px, 82%);
    width: 100%;
}

.tm-op-auth-hero span,
.tm-op-auth-form > span,
.tm-op-auth-denied > span {
    color: #D7A756;
    display: block;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.tm-op-auth-hero h2 {
    color: #FFFFFF;
    font-size: clamp(30px, 3.5vw, 46px);
    line-height: 1;
    margin: 14px 0 18px;
    max-width: 500px;
}

.tm-op-auth-hero p {
    color: rgba(255, 255, 255, .86);
    font-size: 18px;
    line-height: 1.65;
    margin: 0;
    max-width: 620px;
}

.tm-op-auth-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 28px;
}

.tm-op-auth-badges i {
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 999px;
    color: #FFFFFF;
    font-style: normal;
    font-weight: 700;
    padding: 10px 14px;
}

.tm-op-auth-form {
    display: grid;
    gap: 18px;
    padding: clamp(28px, 4vw, 54px);
}

.tm-op-auth-form h3,
.tm-op-auth-denied h2 {
    color: #091A28;
    font-size: clamp(30px, 3vw, 46px);
    line-height: 1.05;
    margin: 0;
}

.tm-op-auth-form p,
.tm-op-auth-denied p {
    color: #526A75;
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
}

.tm-op-auth-form label:not(.tm-op-auth-remember) {
    display: grid;
    gap: 8px;
}

.tm-op-auth-form label > span {
    color: #102335;
    font-size: 14px;
    font-weight: 800;
}

.tm-op-auth-form input[type="text"],
.tm-op-auth-form input[type="password"] {
    background: #FFFFFF;
    border: 1px solid rgba(16, 35, 53, .16);
    border-radius: 18px;
    box-shadow: 0 12px 26px rgba(9, 26, 40, .04);
    color: #091A28;
    font-size: 18px;
    min-height: 58px;
    padding: 0 18px;
    width: 100%;
}

.tm-op-auth-form input:focus {
    border-color: #25B7C9;
    box-shadow: 0 0 0 4px rgba(37, 183, 201, .14);
    outline: 0;
}

.tm-op-auth-remember {
    align-items: center;
    color: #526A75;
    display: flex;
    gap: 10px;
}

.tm-op-auth-remember input {
    accent-color: #25B7C9;
    height: 18px;
    width: 18px;
}

.tm-op-auth-form button {
    background: #102335;
    border: 0;
    border-radius: 999px;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 17px;
    font-weight: 800;
    min-height: 58px;
    padding: 0 24px;
}

.tm-op-auth-form button:hover,
.tm-op-auth-form button:focus {
    background: #163F56;
}

.tm-op-auth-form a {
    color: #167A89;
    font-weight: 800;
    text-decoration: none;
}

.tm-op-auth-error {
    background: #FFF3EC;
    border: 1px solid rgba(201, 98, 55, .24);
    border-radius: 16px;
    color: #A74720;
    font-weight: 700;
    padding: 14px 16px;
}

.tm-op-auth-denied {
    background: #FFFFFF;
    border: 1px solid rgba(16, 35, 53, .12);
    border-radius: 28px;
    box-shadow: 0 22px 52px rgba(9, 26, 40, .08);
    margin: auto;
    max-width: 780px;
    padding: clamp(30px, 5vw, 56px);
}

.tm-op-guide-banner {
    background: linear-gradient(135deg, #F4FAFB 0%, #FFF9EE 100%);
    border: 1px solid rgba(37, 183, 201, .24);
    border-left: 5px solid #25B7C9;
    border-radius: 22px;
    display: none;
    gap: 8px;
    margin: 18px 0;
    padding: 18px 22px;
}

.tm-op-shell.is-guide-active .tm-op-guide-banner,
.tm-op-shell-lite.is-guide-active .tm-op-guide-banner {
    display: grid;
}

.tm-op-guide-banner span {
    color: #D7A756;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.tm-op-guide-banner strong {
    color: #091A28;
    font-size: 18px;
}

.tm-op-guide-banner p {
    color: #526A75;
    font-size: 15px;
    line-height: 1.55;
    margin: 0;
}

.tm-reservas.tm-op-shell-lite .tm-op-guide-note {
    display: none;
}

.tm-reservas.tm-op-shell-lite.is-guide-active .tm-op-guide-note {
    display: block;
}

.tm-reservas.tm-op-shell-lite.is-guide-active [data-tm-guide-title] {
    cursor: help;
}

.tm-reservas.tm-op-shell-lite.is-guide-active .tm-op-form label[data-tm-guide-title],
.tm-reservas.tm-op-shell-lite.is-guide-active .tm-op-metric-grid article[data-tm-guide-title] {
    border-radius: 16px;
    outline: 2px solid rgba(37, 183, 201, .22);
    outline-offset: 4px;
}

.tm-reservas.tm-op-shell-lite .tm-op-guide-control button {
    min-height: 44px;
    padding: 0 18px;
}

.tm-reservas.tm-op-shell-lite .tm-op-guide-dialog {
    max-width: 660px;
}

.tm-reservas.tm-op-shell-lite .tm-op-guide-dialog p {
    font-size: 17px;
    line-height: 1.7;
}

@media (max-width: 760px) {
    .tm-op-auth {
        margin: 22px auto;
        padding: 0 12px;
    }

    .tm-op-auth-card {
        border-radius: 24px;
        grid-template-columns: 1fr;
    }

    .tm-op-auth-hero {
        padding: 28px;
    }

    .tm-op-auth-logo {
        margin-bottom: 22px;
        max-width: 240px;
    }

    .tm-op-auth-hero h2 {
        font-size: 34px;
    }

    .tm-op-auth-form {
        padding: 26px 20px;
    }

    .tm-op-guide-banner {
        margin: 14px 0;
        padding: 16px;
    }
}

/* v0.3.178: itinerario horizontal en una columna y cotizador más compacto. */
.tm-reservas.tm-reservas-booking {
    --tm-booking-field-height: 44px;
}

.tm-reservas.tm-reservas-booking .tm-reservas-form,
.tm-reservas.tm-reservas-booking .tm-reservas-grid {
    gap: 10px;
}

.tm-reservas.tm-reservas-booking label > span {
    margin-bottom: 4px;
}

.tm-reservas.tm-reservas-booking input:not([type="hidden"]):not([type="checkbox"]):not([type="radio"]),
.tm-reservas.tm-reservas-booking select,
.tm-reservas.tm-reservas-booking .tm-choice-trigger,
.tm-reservas.tm-reservas-booking .tm-country-trigger,
.tm-reservas.tm-reservas-booking .tm-country-phone-input {
    min-height: var(--tm-booking-field-height) !important;
}

.tm-reservas.tm-reservas-booking input:not([type="hidden"]):not([type="checkbox"]):not([type="radio"]),
.tm-reservas.tm-reservas-booking select,
.tm-reservas.tm-reservas-booking .tm-choice-trigger {
    padding-bottom: 7px !important;
    padding-top: 7px !important;
}

.tm-reservas.tm-reservas-booking textarea {
    min-height: 72px !important;
    padding-bottom: 9px !important;
    padding-top: 9px !important;
}

.tm-reservas.tm-reservas-booking .tm-reservas-step-title {
    padding-bottom: 8px;
}

.tm-reservas.tm-reservas-booking .tm-route-preview {
    aspect-ratio: 4 / 3;
    min-height: 0;
}

.tm-reservas.tm-reservas-booking .tm-route-preview-caption,
.tm-reservas.tm-reservas-booking .tm-route-preview-placeholder {
    padding: 16px;
}

.tm-reservas.tm-reservas-booking .tm-route-preview-caption strong,
.tm-reservas.tm-reservas-booking .tm-route-preview-placeholder strong {
    font-size: clamp(20px, 2.2vw, 30px);
}

.tm-reservas.tm-reservas-booking .tm-route-promo-card {
    gap: 8px;
    min-height: 96px;
    padding: 14px 16px;
}

.tm-reservas.tm-reservas-booking .tm-route-preview-description {
    font-size: 14px;
    line-height: 1.4;
    margin-top: 10px;
    padding: 12px 14px;
}

@media (min-width: 700px) and (max-width: 1024px) {
    .tm-reservas.tm-reservas-booking .tm-reservas-quote-layout {
        align-items: start;
        gap: 14px;
        grid-template-columns: minmax(0, 1.55fr) minmax(190px, .75fr) !important;
    }

    .tm-reservas.tm-reservas-booking .tm-route-preview-card {
        order: initial;
        position: relative;
        top: auto;
    }

    .tm-reservas.tm-reservas-booking .tm-reservas-primary-grid {
        grid-template-columns: minmax(160px, .72fr) minmax(200px, 1.45fr) !important;
    }

    .tm-reservas.tm-reservas-booking .tm-reservas-primary-grid > label:only-child {
        grid-column: 1 / -1;
        max-width: 180px;
        width: 100%;
    }

    .tm-reservas.tm-reservas-booking .tm-reservas-boat-passenger-grid {
        grid-template-columns: minmax(210px, 1fr) 96px !important;
    }
}

@media (max-width: 820px) {
    .tm-route-itinerary-step {
        gap: 14px;
        padding: 10px;
    }

    .tm-route-itinerary-media {
        aspect-ratio: 16 / 7;
    }

    .tm-route-itinerary-media img {
        object-position: center 45%;
    }

    .tm-route-itinerary-body {
        gap: 7px;
        padding: 0 4px 4px;
    }

    .tm-route-itinerary-description,
    .tm-route-itinerary-note {
        line-height: 1.4;
    }

    .tm-route-itinerary-step-no-media {
        padding: 18px 20px;
    }
}

/* v0.3.200: carrusel dinámico de rutas para la portada. */
.tm-home-routes {
    --tm-home-route-gap: 24px;
    color: #102335;
    font-family: "Montserrat", system-ui, sans-serif;
    margin: 20px auto 0;
    max-width: 1280px;
    width: 100%;
}

.tm-home-routes *,
.tm-home-routes *::before,
.tm-home-routes *::after {
    box-sizing: border-box;
}

.tm-home-routes-navigation {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 14px;
    min-height: 50px;
}

.tm-home-routes-navigation > p {
    color: #607885;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .04em;
    margin: 0;
    text-transform: uppercase;
}

.tm-home-routes .tm-home-routes-controls {
    gap: 9px;
    margin: 0;
}

.tm-home-routes .tm-related-routes-arrow {
    height: 48px;
    width: 48px;
}

.tm-home-routes-viewport {
    -ms-overflow-style: none;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    padding: 3px 0 12px;
    scroll-behavior: smooth;
    scroll-snap-type: inline mandatory;
    scrollbar-width: none;
}

.tm-home-routes-viewport:focus-visible {
    border-radius: 28px;
    outline: 3px solid rgba(39, 183, 203, .38);
    outline-offset: 4px;
}

.tm-home-routes-viewport::-webkit-scrollbar {
    display: none;
}

.tm-home-routes-track {
    display: flex;
    gap: var(--tm-home-route-gap);
    min-width: 0;
}

.tm-home-route-card {
    aspect-ratio: 1 / 1;
    background: #edf5f7;
    border: 1px solid rgba(16, 35, 53, .15);
    border-radius: 28px;
    box-shadow: 0 16px 38px rgba(16, 35, 53, .11);
    clip-path: inset(0 round 28px);
    display: grid;
    flex: 0 0 calc((100% - (2 * var(--tm-home-route-gap))) / 3);
    grid-template-rows: 40% 60%;
    isolation: isolate;
    min-width: 0;
    overflow: hidden;
    scroll-snap-align: start;
    scroll-snap-stop: always;
    transition: border-color .25s ease, box-shadow .25s ease;
}

.tm-home-route-card:hover {
    border-color: rgba(39, 183, 203, .72);
    box-shadow: 0 20px 44px rgba(16, 35, 53, .17);
}

.tm-home-route-media {
    background: linear-gradient(135deg, #dcecf0, #f4f8f9);
    min-height: 0;
    overflow: hidden;
    position: relative;
}

.tm-home-route-media img {
    display: block;
    height: 100%;
    object-fit: cover;
    transition: transform .6s cubic-bezier(.2, .75, .25, 1);
    width: 100%;
}

.tm-home-route-card:hover .tm-home-route-media img {
    transform: scale(1.035);
}

.tm-home-route-media > span {
    align-items: center;
    color: rgba(16, 35, 53, .66);
    display: flex;
    font-family: "Cinzel", Georgia, serif;
    height: 100%;
    justify-content: center;
    letter-spacing: .08em;
    padding: 20px;
    text-align: center;
}

.tm-home-route-media > small {
    background: rgba(7, 23, 37, .8);
    border: 1px solid rgba(255, 255, 255, .36);
    border-radius: 10px;
    color: #fff;
    font-size: 10px;
    font-weight: 900;
    left: 16px;
    letter-spacing: .07em;
    padding: 8px 10px;
    position: absolute;
    text-transform: uppercase;
    top: 16px;
}

.tm-home-route-body {
    background: radial-gradient(circle at 18% 0%, rgba(76, 202, 225, .18), transparent 34%), radial-gradient(circle at 84% 18%, rgba(32, 166, 189, .14), transparent 28%), linear-gradient(180deg, #16304A 0%, #102335 68%, #0D2132 100%);
    color: #fff;
    display: flex;
    flex-direction: column;
    min-height: 0;
    padding: 18px;
}

.tm-home-route-body h3 {
    color: #fff;
    font-family: "Cinzel", Georgia, serif;
    font-size: clamp(22px, 2vw, 27px);
    font-weight: 600;
    line-height: 1.08;
    margin: 0 0 8px;
    text-wrap: balance;
}

.tm-home-route-body h3 a {
    color: inherit;
    text-decoration: none;
}

.tm-home-route-body > p {
    color: rgba(255, 255, 255, .78);
    font-size: 12.5px;
    line-height: 1.42;
    margin: 0 0 10px;
}

.tm-home-route-footer {
    align-items: end;
    border-top: 1px solid rgba(255, 255, 255, .2);
    display: flex;
    gap: 10px;
    justify-content: space-between;
    margin-top: auto;
    padding-top: 11px;
}

.tm-home-route-price {
    align-items: baseline;
    display: flex;
    flex-wrap: wrap;
    gap: 3px 5px;
    min-width: 0;
}

.tm-home-route-price > span {
    color: rgba(255, 255, 255, .68);
    flex-basis: 100%;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.tm-home-route-price strong {
    color: #fff;
    font-family: "Cinzel", Georgia, serif;
    font-size: clamp(20px, 1.7vw, 25px);
    line-height: 1;
    white-space: nowrap;
}

.tm-home-route-price small {
    color: rgba(255, 255, 255, .68);
    font-size: 9px;
    font-weight: 900;
}

.tm-home-routes .tm-home-route-cta {
    align-items: center;
    background: #27B7CB;
    border: 1px solid #27B7CB;
    border-radius: 13px;
    color: #082B49 !important;
    display: inline-flex;
    flex: 0 0 auto;
    font-size: 12px;
    font-weight: 900;
    gap: 7px;
    justify-content: center;
    min-height: 42px;
    padding: 9px 13px;
    text-decoration: none;
    transition: background-color .2s ease, border-color .2s ease, color .2s ease;
}

.tm-home-routes .tm-home-route-cta:hover,
.tm-home-routes .tm-home-route-cta:focus-visible {
    background: #fff;
    border-color: #fff;
    color: #102335 !important;
    outline: none;
}

.tm-home-routes-all {
    margin-top: 12px;
    text-align: center;
}

.tm-home-routes-all a {
    align-items: center;
    border: 1px solid rgba(16, 35, 53, .18);
    border-radius: 13px;
    color: #102335 !important;
    display: inline-flex;
    font-size: 13px;
    font-weight: 900;
    gap: 8px;
    justify-content: center;
    min-height: 44px;
    padding: 10px 18px;
    text-decoration: none;
}

.tm-home-routes-all a:hover,
.tm-home-routes-all a:focus-visible {
    background: #102335;
    border-color: #102335;
    color: #fff !important;
    outline: none;
}

.tm-home-routes-empty {
    background: #f5f9fa;
    border-radius: 16px;
    color: #526a75;
    padding: 20px;
}

@media (max-width: 1024px) {
    .tm-home-route-card {
        aspect-ratio: 1 / 1.08;
        flex-basis: calc((100% - var(--tm-home-route-gap)) / 2);
    }
}

@media (min-width: 641px) and (max-width: 1024px) {
    .tm-home-route-body {
        padding: 14px;
    }

    .tm-home-route-body h3 {
        font-size: 22px;
        margin-bottom: 6px;
    }

    .tm-home-route-body > p {
        font-size: 11.5px;
        line-height: 1.36;
        margin-bottom: 7px;
    }

    .tm-home-route-footer {
        gap: 6px;
        padding-top: 8px;
    }

    .tm-home-route-price {
        gap: 2px 4px;
    }

    .tm-home-route-price strong {
        font-size: 20px;
    }

    .tm-home-routes .tm-home-route-cta {
        font-size: 10.5px;
        min-height: 39px;
        padding: 8px 9px;
    }
}

@media (max-width: 640px) {
    .tm-home-routes {
        --tm-home-route-gap: 16px;
    }

    .tm-home-routes-navigation {
        margin-bottom: 10px;
    }

    .tm-home-routes .tm-related-routes-arrow {
        height: 44px;
        width: 44px;
    }

    .tm-home-route-card {
        aspect-ratio: 1 / 1;
        border-radius: 24px;
        clip-path: inset(0 round 24px);
        flex-basis: 100%;
    }

    .tm-home-route-body {
        padding: 16px;
    }

    .tm-home-route-body h3 {
        font-size: 23px;
    }

    .tm-home-route-body > p {
        font-size: 12px;
    }

    .tm-home-route-price strong {
        font-size: 21px;
    }

    .tm-home-routes .tm-home-route-cta {
        font-size: 11.5px;
        min-height: 40px;
        padding: 8px 11px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .tm-home-route-card,
    .tm-home-route-media img,
    .tm-home-route-cta {
        transition-duration: .01ms !important;
    }
}

/* v0.3.205: catálogo dinámico de playas y rutas filtradas. */
.tm-beaches-catalog,
.tm-beach-routes {
    color: #102335;
    font-family: "Montserrat", system-ui, sans-serif;
    margin-inline: auto;
    max-width: 1280px;
    width: 100%;
}

.tm-beaches-catalog *,
.tm-beaches-catalog *::before,
.tm-beaches-catalog *::after,
.tm-beach-routes *,
.tm-beach-routes *::before,
.tm-beach-routes *::after {
    box-sizing: border-box;
}

.tm-beaches-catalog-heading,
.tm-beach-routes-heading {
    margin: 0 auto 26px;
    max-width: 900px;
    text-align: center;
}

.tm-beaches-catalog-heading > span,
.tm-beach-routes-heading > span,
.tm-beach-stops-heading > span {
    color: #d89f4d;
    display: block;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .12em;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.tm-beaches-catalog-heading h2,
.tm-beach-routes-heading h2 {
    color: #102335;
    font-family: "Cinzel", Georgia, serif;
    font-size: clamp(31px, 4vw, 51px);
    font-weight: 500;
    letter-spacing: -.025em;
    line-height: 1.05;
    margin: 0;
    text-wrap: balance;
}

.tm-beaches-catalog-heading p,
.tm-beach-routes-heading p {
    color: #5f7582;
    font-size: clamp(15px, 1.5vw, 18px);
    line-height: 1.65;
    margin: 14px auto 0;
    max-width: 780px;
}

.tm-beaches-zone-nav {
    align-items: center;
    background: #f4f8f9;
    border: 1px solid rgba(16, 35, 53, .12);
    border-radius: 18px;
    display: flex;
    gap: 8px;
    justify-content: center;
    margin: 0 auto 46px;
    max-width: max-content;
    padding: 7px;
}

.tm-beaches-zone-nav a {
    border-radius: 12px;
    color: #173650 !important;
    font-size: 13px;
    font-weight: 800;
    padding: 11px 17px;
    text-decoration: none;
    transition: background-color .2s ease, color .2s ease, transform .2s ease;
}

.tm-beaches-zone-nav a:hover,
.tm-beaches-zone-nav a:focus-visible {
    background: #173650;
    color: #fff !important;
    outline: none;
    transform: translateY(-1px);
}

.tm-beaches-zone {
    scroll-margin-top: 160px;
}

.tm-beaches-zone + .tm-beaches-zone {
    margin-top: 58px;
}

.tm-beaches-zone-heading {
    align-items: end;
    border-bottom: 1px solid rgba(16, 35, 53, .13);
    display: grid;
    gap: 10px 30px;
    grid-template-columns: minmax(200px, .75fr) minmax(280px, 1.25fr);
    margin-bottom: 22px;
    padding-bottom: 16px;
}

.tm-beaches-zone-heading h3,
.tm-beach-stops-heading h3 {
    color: #17405b;
    font-family: "Cinzel", Georgia, serif;
    font-size: clamp(27px, 3vw, 38px);
    font-weight: 500;
    line-height: 1.08;
    margin: 0;
}

.tm-beaches-zone-heading p,
.tm-beach-stops-heading p {
    color: #607885;
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
}

.tm-beaches-zone-navigation {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin: -4px 0 14px;
    min-height: 48px;
}

.tm-beaches-zone-navigation > p {
    color: #607885;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .04em;
    margin: 0;
    text-transform: uppercase;
}

.tm-beaches-zone-controls {
    margin: 0;
}

.tm-beaches-zone-controls .tm-related-routes-arrow {
    height: 46px;
    width: 46px;
}

.tm-beaches-viewport {
    -ms-overflow-style: none;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-behavior: smooth;
    scroll-snap-type: inline mandatory;
    scrollbar-width: none;
}

.tm-beaches-viewport:focus-visible {
    border-radius: 28px;
    outline: 3px solid rgba(39, 183, 203, .42);
    outline-offset: 4px;
}

.tm-beaches-viewport::-webkit-scrollbar {
    display: none;
}

.tm-beaches-grid {
    display: flex;
    gap: 22px;
    min-width: 0;
    padding: 2px 1px 4px;
}

.tm-beach-card {
    aspect-ratio: 1 / 1;
    background: #102335;
    border: 1px solid rgba(16, 35, 53, .12);
    border-radius: 28px;
    box-shadow: none;
    clip-path: inset(0 round 28px);
    contain: paint;
    flex: 0 0 calc((100% - 44px) / 3);
    isolation: isolate;
    min-width: 0;
    overflow: hidden;
    position: relative;
    scroll-snap-align: start;
    scroll-snap-stop: always;
    transition: border-color .25s ease;
}

.tm-beach-card::after {
    background: linear-gradient(180deg, rgba(6, 24, 38, .02) 15%, rgba(6, 24, 38, .38) 50%, rgba(6, 24, 38, .96) 100%);
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
    z-index: 1;
}

.tm-beach-card:hover {
    border-color: rgba(39, 183, 203, .6);
    box-shadow: none;
}

.tm-beach-card-media {
    background: linear-gradient(135deg, #ddecf0, #f4f8f9);
    border-radius: 0 !important;
    clip-path: none !important;
    display: block;
    inset: 0;
    overflow: hidden;
    position: absolute;
    z-index: 0;
}

.tm-beach-card-media img {
    border-radius: 0 !important;
    clip-path: none !important;
    display: block;
    height: 100%;
    object-fit: cover;
    transition: transform .55s cubic-bezier(.2, .75, .25, 1);
    width: 100%;
}

body.page-id-119 #playas-de-santa-marta .tm-beach-card > a.tm-beach-card-media,
body.page-id-119 #playas-de-santa-marta .tm-beach-card > a.tm-beach-card-media > img {
    -webkit-mask-image: none !important;
    border-radius: 0 !important;
    clip-path: none !important;
    mask-image: none !important;
}

.tm-beach-card:hover .tm-beach-card-media img {
    transform: scale(1.035);
}

.tm-beach-card-media > span {
    align-items: center;
    color: rgba(16, 35, 53, .62);
    display: flex;
    font-family: "Cinzel", Georgia, serif;
    height: 100%;
    justify-content: center;
    letter-spacing: .08em;
}

.tm-beach-card-media > small {
    backdrop-filter: blur(8px);
    background: rgba(9, 35, 52, .78);
    border: 1px solid rgba(255, 255, 255, .35);
    border-radius: 10px;
    bottom: auto;
    color: #fff;
    font-size: 10px;
    font-weight: 900;
    left: 14px;
    letter-spacing: .055em;
    padding: 8px 10px;
    position: absolute;
    text-transform: uppercase;
    top: 14px;
}

.tm-beach-card-body {
    align-items: flex-start;
    bottom: 0;
    display: flex;
    flex-direction: column;
    left: 0;
    padding: clamp(20px, 2.2vw, 28px);
    position: absolute;
    right: 0;
    z-index: 2;
}

.tm-beach-card-body h4,
.tm-beach-stop-card h4 {
    color: #fff;
    font-family: "Cinzel", Georgia, serif;
    font-size: clamp(23px, 2.1vw, 29px);
    font-weight: 500;
    line-height: 1.1;
    margin: 0 0 10px;
}

.tm-beach-card-body h4 a {
    color: inherit;
    text-decoration: none;
    text-shadow: 0 3px 18px rgba(0, 0, 0, .3);
}

.tm-beach-card-body > p {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: rgba(255, 255, 255, .84);
    display: -webkit-box;
    font-size: 13px;
    line-height: 1.5;
    margin: 0 0 15px;
    overflow: hidden;
}

.tm-beach-card-actions {
    display: grid;
    gap: 9px;
    grid-template-columns: 1fr 1fr;
    margin-top: auto;
}

.tm-beach-card-actions a {
    align-items: center;
    border: 1px solid #20a6bd;
    border-radius: 999px;
    display: inline-flex;
    font-size: 12px;
    font-weight: 800;
    justify-content: center;
    min-height: 45px;
    padding: 9px 12px;
    text-align: center;
    text-decoration: none;
    transition: background-color .2s ease, border-color .2s ease, color .2s ease;
}

.tm-beach-card-primary {
    background: #27b7cb;
    color: #082b49 !important;
}

.tm-beach-card-secondary {
    background: rgba(7, 28, 43, .48);
    border-color: rgba(255, 255, 255, .65) !important;
    color: #fff !important;
}

.tm-beach-card-actions a:hover,
.tm-beach-card-actions a:focus-visible {
    background: #102335;
    border-color: #102335;
    color: #fff !important;
    outline: none;
}

.tm-beach-stops {
    background: radial-gradient(circle at 18% 0%, rgba(76, 202, 225, .18), transparent 34%), radial-gradient(circle at 84% 18%, rgba(32, 166, 189, .14), transparent 28%), linear-gradient(180deg, #16304a 0%, #102335 68%, #0d2132 100%);
    border-radius: 28px;
    margin-top: 64px;
    overflow: clip;
    padding: 34px;
}

.tm-beach-stops-heading {
    display: grid;
    gap: 8px 30px;
    grid-template-columns: minmax(250px, .85fr) minmax(320px, 1.15fr);
    margin-bottom: 22px;
}

.tm-beach-stops-heading > span {
    grid-column: 1 / -1;
}

.tm-beach-stops-heading h3 {
    color: #fff;
}

.tm-beach-stops-heading p {
    color: rgba(255, 255, 255, .7);
}

.tm-beach-stops-navigation {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 13px;
}

.tm-beach-stops-navigation > p {
    color: rgba(255, 255, 255, .72);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .04em;
    margin: 0;
    text-transform: uppercase;
}

.tm-beach-stops-controls {
    margin: 0;
}

.tm-beach-stops-controls .tm-related-routes-arrow {
    background: rgba(255, 255, 255, .96) !important;
    height: 46px;
    width: 46px;
}

.tm-beach-stops-viewport {
    -ms-overflow-style: none;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-behavior: smooth;
    scroll-snap-type: inline mandatory;
    scrollbar-width: none;
}

.tm-beach-stops-viewport:focus-visible {
    border-radius: 22px;
    outline: 3px solid rgba(39, 183, 203, .5);
    outline-offset: 4px;
}

.tm-beach-stops-viewport::-webkit-scrollbar {
    display: none;
}

.tm-beach-stops-track {
    display: flex;
    gap: 14px;
    min-width: 0;
    padding: 2px 2px 5px;
}

.tm-beach-stop-card {
    aspect-ratio: 4 / 3;
    background: #102335;
    border: 1px solid rgba(255, 255, 255, .35);
    border-radius: 24px;
    clip-path: inset(0 round 24px);
    flex: 0 0 calc((100% - 28px) / 3);
    isolation: isolate;
    min-width: 0;
    overflow: hidden;
    position: relative;
    scroll-snap-align: start;
    scroll-snap-stop: always;
}

.tm-beach-stop-card::after {
    background: linear-gradient(180deg, rgba(6, 24, 38, .02) 15%, rgba(6, 24, 38, .34) 48%, rgba(6, 24, 38, .96) 100%);
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
    z-index: 1;
}

.tm-beach-stop-card > img {
    border-radius: inherit !important;
    height: 100%;
    inset: 0;
    object-fit: cover;
    position: absolute;
    width: 100%;
    z-index: 0;
}

.tm-beach-stop-card > div {
    align-items: flex-start;
    bottom: 0;
    display: flex;
    flex-direction: column;
    left: 0;
    padding: 20px;
    position: absolute;
    right: 0;
    z-index: 2;
}

.tm-beach-stop-card h4 {
    color: #fff;
    font-size: clamp(21px, 2vw, 27px);
    margin-bottom: 7px;
    text-shadow: 0 3px 18px rgba(0, 0, 0, .3);
}

.tm-beach-stop-card p {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: rgba(255, 255, 255, .84);
    display: -webkit-box;
    font-size: 12px;
    line-height: 1.45;
    margin: 0 0 8px;
    overflow: hidden;
}

.tm-beach-stop-card small {
    color: #efbd72;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .04em;
    margin-bottom: 7px;
    text-transform: uppercase;
}

.tm-beach-stop-card a {
    align-items: center;
    background: #27b7cb;
    border: 1px solid #27b7cb;
    border-radius: 999px;
    color: #082b49 !important;
    display: inline-flex;
    font-size: 11.5px;
    font-weight: 900;
    gap: 7px;
    margin-top: auto;
    min-height: 40px;
    padding: 8px 14px;
    text-decoration: none;
}

.tm-beach-routes {
    scroll-margin-top: 150px;
}

.tm-beach-route-filters {
    -ms-overflow-style: none;
    display: flex;
    gap: 8px;
    margin: 0 0 17px;
    overflow-x: auto;
    padding: 2px 2px 8px;
    scrollbar-width: none;
}

.tm-beach-route-filters::-webkit-scrollbar {
    display: none;
}

.tm-beach-route-filters button {
    background: #f2f7f8;
    border: 1px solid rgba(16, 35, 53, .14);
    border-radius: 12px;
    color: #526a75;
    cursor: pointer;
    flex: 0 0 auto;
    font: inherit;
    font-size: 11px;
    font-weight: 800;
    min-height: 41px;
    padding: 9px 14px;
    transition: background-color .2s ease, border-color .2s ease, color .2s ease;
}

.tm-beach-route-filters button:hover,
.tm-beach-route-filters button:focus-visible,
.tm-beach-route-filters button.is-active {
    background: #102335;
    border-color: #102335;
    color: #fff;
    outline: none;
}

.tm-beach-routes .tm-home-route-card[hidden] {
    display: none !important;
}

.tm-beach-routes .tm-home-route-card {
    aspect-ratio: 1 / 1;
    box-shadow: none;
    display: block;
    position: relative;
}

.tm-beach-routes .tm-home-route-card::after {
    background: linear-gradient(180deg, rgba(6, 24, 38, .03) 16%, rgba(6, 24, 38, .35) 48%, rgba(6, 24, 38, .97) 100%);
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
    z-index: 1;
}

.tm-beach-routes .tm-home-route-media {
    inset: 0;
    position: absolute;
    z-index: 0;
}

.tm-beach-routes .tm-home-route-body {
    background: transparent;
    bottom: 0;
    left: 0;
    padding: 20px;
    position: absolute;
    right: 0;
    z-index: 2;
}

.tm-beach-routes .tm-home-route-body h3 {
    font-size: clamp(22px, 2vw, 28px);
    font-weight: 500;
    margin-bottom: 7px;
    text-shadow: 0 3px 18px rgba(0, 0, 0, .3);
}

.tm-beach-routes .tm-home-route-body > p {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    color: rgba(255, 255, 255, .84);
    font-size: 12px;
    line-height: 1.42;
    margin-bottom: 9px;
    overflow: hidden;
}

.tm-beach-routes .tm-home-route-media > small {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    background: rgba(7, 23, 37, .7);
    display: -webkit-box;
    font-size: 9.5px;
    font-weight: 600;
    left: 13px;
    letter-spacing: .025em;
    line-height: 1.35;
    max-width: calc(100% - 26px);
    overflow: hidden;
    padding: 7px 9px;
    text-transform: none;
    top: 13px;
}

.tm-beach-routes .tm-home-route-footer {
    padding-top: 9px;
}

.tm-beach-routes .tm-home-route-price strong {
    font-size: clamp(19px, 1.55vw, 23px);
}

.tm-beach-routes .tm-home-route-cta {
    min-height: 39px;
}

.tm-beach-routes > .tm-beach-routes-empty {
    background: #f5f9fa;
    border: 1px solid rgba(16, 35, 53, .12);
    border-radius: 16px;
    color: #526a75;
    margin: 8px 0;
    padding: 20px;
    text-align: center;
}

/* Basic Elementor wrappers used by the beaches landing page. */
.tm-playas-index-hero,
.elementor-element-33270e8c {
    background-position: center center !important;
    background-size: cover !important;
    isolation: isolate;
    min-height: 520px;
    overflow: hidden;
    position: relative;
}

.tm-playas-index-hero::before,
.elementor-element-33270e8c::before {
    content: none;
}

.tm-playas-hero-content,
.elementor-element-53a730e3 {
    align-items: center;
    background: #fff;
    margin-inline: auto;
    max-width: 1180px;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 2;
}

.tm-playas-traditional-logo,
.elementor-element-a11910a0 {
    position: relative;
    z-index: 3;
}

.tm-playas-traditional-logo img,
.elementor-element-a11910a0 img {
    display: block;
    height: auto;
    margin-inline: auto;
}

.tm-playas-kicker,
.tm-playas-kicker p {
    color: #24598a !important;
    font-family: "Cinzel", Georgia, serif;
    font-size: clamp(24px, 2.6vw, 34px) !important;
    font-weight: 500;
    letter-spacing: -.015em;
    line-height: 1.1;
    margin: 0 0 8px !important;
    text-transform: none;
}

.tm-playas-hero-title .elementor-heading-title {
    color: #24598a !important;
    font-family: "Cinzel", Georgia, serif;
    font-size: clamp(40px, 4.5vw, 58px);
    font-weight: 500;
    letter-spacing: -.025em;
    line-height: 1.04;
    margin-inline: auto;
    max-width: 1120px;
    text-align: center !important;
    white-space: normal !important;
}

.tm-playas-hero-copy,
.tm-playas-hero-copy p {
    color: #102335 !important;
    font-size: clamp(15px, 1.45vw, 18px) !important;
    line-height: 1.6;
    margin-inline: auto;
    margin-bottom: 0 !important;
    max-width: 1050px;
}

.tm-playas-hero-actions,
.elementor-element-37fe0c6f {
    align-items: center;
    display: flex;
    flex-direction: row !important;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    margin-top: 24px;
}

.tm-playas-hero-actions .elementor-widget-button,
.elementor-element-37fe0c6f .elementor-widget-button {
    width: auto;
}

.tm-playas-hero-actions .elementor-button,
.elementor-element-37fe0c6f .elementor-button {
    border-radius: 14px !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    min-height: 48px;
}

.tm-playas-hero-actions .tm-home-hero-primary .elementor-button,
.elementor-element-37fe0c6f .tm-home-hero-primary .elementor-button {
    background: linear-gradient(180deg, #102335 0%, #1f5684 100%) !important;
    border-color: #102335 !important;
    color: #fff !important;
}

.tm-playas-hero-actions .tm-home-hero-secondary .elementor-button,
.elementor-element-37fe0c6f .tm-home-hero-secondary .elementor-button {
    background: #fff !important;
    border-color: #102335 !important;
    color: #102335 !important;
}

.tm-playas-hero-actions .elementor-button:hover,
.tm-playas-hero-actions .elementor-button:focus-visible,
.elementor-element-37fe0c6f .elementor-button:hover,
.elementor-element-37fe0c6f .elementor-button:focus-visible {
    background: #fff !important;
    border-color: #fff !important;
    color: #102335 !important;
}

.tm-playas-index-section {
    padding-inline: clamp(18px, 4vw, 70px);
}

.tm-playas-index-intro,
.elementor-element-0e511378,
.elementor-element-3b4884c7,
.elementor-element-59d5e580 {
    margin-inline: auto;
    max-width: 850px;
    text-align: center;
    width: 100%;
}

.tm-playas-index-intro .elementor-heading-title,
.elementor-element-0e511378 .elementor-heading-title,
.elementor-element-3b4884c7 .elementor-heading-title,
.elementor-element-59d5e580 .elementor-heading-title,
.tm-playas-index-heading .elementor-heading-title {
    color: #17405b;
    font-family: "Cinzel", Georgia, serif;
    font-size: clamp(31px, 4vw, 48px);
    font-weight: 500;
    letter-spacing: -.025em;
    line-height: 1.08;
    text-wrap: balance;
}

.tm-playas-index-intro .elementor-widget-text-editor,
.elementor-element-0e511378 .elementor-widget-text-editor,
.elementor-element-3b4884c7 .elementor-widget-text-editor,
.elementor-element-59d5e580 .elementor-widget-text-editor {
    color: #607885;
    font-size: clamp(15px, 1.5vw, 18px);
    line-height: 1.75;
}

.tm-playas-index-marina,
.elementor-element-6340dd0b {
    background: radial-gradient(circle at 18% 0%, rgba(76, 202, 225, .18), transparent 34%), radial-gradient(circle at 84% 18%, rgba(32, 166, 189, .14), transparent 28%), linear-gradient(180deg, #16304a 0%, #102335 68%, #0d2132 100%) !important;
    border-radius: 28px;
    overflow: hidden;
}

body.page-id-119 #marina-santa-marta,
body.page-id-119 #marina-santa-marta > .e-con-inner,
body.page-id-119 #marina-santa-marta .elementor-element-b3f09e01,
body.page-id-119 #marina-santa-marta .elementor-element-b3f09e01 > .e-con-inner {
    background-color: transparent !important;
}

body.page-id-119 #marina-santa-marta {
    background-color: #102335 !important;
}

.tm-playas-index-marina .elementor-widget-image,
.tm-playas-index-marina .elementor-widget-image .elementor-widget-container,
.tm-playas-index-marina .elementor-widget-image img,
.elementor-element-6340dd0b .elementor-widget-image,
.elementor-element-6340dd0b .elementor-widget-image .elementor-widget-container,
.elementor-element-6340dd0b .elementor-widget-image img {
    height: 100%;
}

.tm-playas-index-marina .elementor-widget-image img,
.elementor-element-6340dd0b .elementor-widget-image img {
    display: block;
    object-fit: cover;
    width: 100%;
}

.tm-playas-index-marina-copy,
.elementor-element-b3f09e01 {
    color: rgba(255, 255, 255, .79);
}

.tm-playas-index-marina-copy .elementor-heading-title,
.elementor-element-b3f09e01 .elementor-heading-title {
    color: #fff !important;
    font-family: "Cinzel", Georgia, serif;
    font-size: clamp(30px, 4vw, 48px);
    font-weight: 500;
    line-height: 1.08;
}

.tm-playas-index-marina-copy .elementor-widget-text-editor,
.tm-playas-index-marina-copy .elementor-widget-text-editor p,
.elementor-element-b3f09e01 .elementor-widget-text-editor,
.elementor-element-b3f09e01 .elementor-widget-text-editor p {
    color: rgba(255, 255, 255, .82) !important;
    font-size: 14px;
    line-height: 1.7;
}

.page-id-119 #marina-santa-marta .tm-home-hero-primary .elementor-button {
    background: #27b7cb !important;
    border-color: #27b7cb !important;
    color: #082b49 !important;
    font-weight: 800 !important;
}

.page-id-119 #marina-santa-marta .tm-home-hero-primary .elementor-button:hover,
.page-id-119 #marina-santa-marta .tm-home-hero-primary .elementor-button:focus-visible {
    background: #fff !important;
    border-color: #fff !important;
    color: #102335 !important;
}

.tm-playas-map-card {
    background: #f4f8f9;
    border: 1px solid rgba(16, 35, 53, .12);
    border-radius: 24px;
    display: grid;
    gap: 0;
    grid-template-columns: minmax(260px, .65fr) minmax(420px, 1.35fr);
    overflow: hidden;
}

.tm-playas-map-copy {
    align-self: center;
    padding: clamp(25px, 4vw, 48px);
}

.tm-playas-map-copy h2 {
    color: #17405b;
    font-family: "Cinzel", Georgia, serif;
    font-size: clamp(28px, 3.3vw, 42px);
    font-weight: 500;
    line-height: 1.08;
    margin: 0 0 13px;
}

.tm-playas-map-copy p {
    color: #607885;
    font-size: 14px;
    line-height: 1.7;
    margin: 0 0 18px;
}

.tm-playas-map-copy > a {
    align-items: center;
    background: #27b7cb;
    border: 1px solid #27b7cb;
    border-radius: 13px;
    color: #082b49 !important;
    display: inline-flex;
    font-size: 12px;
    font-weight: 900;
    min-height: 44px;
    padding: 10px 16px;
    text-decoration: none;
}

.tm-playas-map-copy > a:hover,
.tm-playas-map-copy > a:focus-visible {
    background: #102335;
    border-color: #102335;
    color: #fff !important;
    outline: none;
}

.tm-playas-map-frame {
    min-height: 360px;
}

.tm-playas-map-frame iframe {
    border: 0;
    display: block;
    height: 100%;
    min-height: 360px;
    width: 100%;
}

.tm-playas-faq-list {
    display: grid;
    gap: 11px;
    margin: 0 auto;
    max-width: 980px;
}

.tm-playas-faq-list details {
    background: #f5f9fa;
    border: 1px solid rgba(16, 35, 53, .13);
    border-radius: 15px;
    overflow: hidden;
}

.tm-playas-faq-list summary {
    color: #173650;
    cursor: pointer;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.45;
    list-style: none;
    padding: 18px 52px 18px 20px;
    position: relative;
}

.tm-playas-faq-list summary::-webkit-details-marker {
    display: none;
}

.tm-playas-faq-list summary::after {
    color: #20a6bd;
    content: "+";
    font-size: 24px;
    font-weight: 500;
    position: absolute;
    right: 20px;
    top: 11px;
}

.tm-playas-faq-list details[open] summary::after {
    content: "−";
}

.tm-playas-faq-answer {
    border-top: 1px solid rgba(16, 35, 53, .1);
    color: #607885;
    font-size: 13px;
    line-height: 1.7;
    padding: 17px 20px 20px;
}

.tm-playas-faq-answer p {
    margin: 0;
}

@media (max-width: 1024px) {
    .tm-beach-card {
        flex-basis: calc((100% - 22px) / 2);
    }

    .tm-beach-stop-card {
        flex-basis: calc((100% - 14px) / 2);
    }

    .tm-beach-stops {
        padding: 28px;
    }

    .tm-playas-map-card {
        grid-template-columns: minmax(220px, .8fr) minmax(340px, 1.2fr);
    }
}

@media (max-width: 767px) {
    .page-id-119 {
        overflow-x: clip;
    }

    .tm-beaches-catalog-heading,
    .tm-beach-routes-heading {
        margin-bottom: 20px;
        text-align: left;
    }

    .tm-beaches-catalog-heading h2,
    .tm-beach-routes-heading h2 {
        font-size: clamp(29px, 9vw, 39px);
    }

    .tm-beaches-zone-nav {
        justify-content: flex-start;
        max-width: 100%;
        overflow-x: auto;
    }

    .tm-beaches-zone-nav a {
        flex: 0 0 auto;
    }

    .tm-beaches-zone-heading,
    .tm-beach-stops-heading {
        display: block;
    }

    .tm-beaches-zone-heading h3,
    .tm-beach-stops-heading h3 {
        margin-bottom: 8px;
    }

    .tm-beaches-grid {
        gap: 16px;
    }

    .tm-beach-card {
        border-radius: 22px;
        clip-path: inset(0 round 22px);
    }

    .tm-beach-card-media {
        clip-path: none !important;
    }

    .tm-beach-card-body {
        padding: 19px;
    }

    .tm-beach-card-actions a {
        font-size: 11.5px;
    }

    .tm-beach-stops {
        border-radius: 22px;
        margin-inline: -4px;
        padding: 24px 18px;
    }

    .tm-beach-stop-card {
        aspect-ratio: 4 / 3;
        flex: 0 0 100%;
        min-width: 100%;
    }

    .tm-beach-stops-heading {
        margin-bottom: 14px;
    }

    .tm-beach-stops-navigation {
        margin-bottom: 10px;
    }

    .tm-beach-stops-controls .tm-related-routes-arrow {
        height: 43px;
        width: 43px;
    }

    .tm-beach-routes .tm-home-route-card {
        aspect-ratio: 1 / 1;
    }

    .tm-beach-routes .tm-home-route-body {
        padding: 18px;
    }

    .tm-beach-routes .tm-home-route-body h3 {
        font-size: 21px;
    }

    .tm-playas-index-hero,
    .elementor-element-33270e8c {
        min-height: 270px;
    }

    .tm-playas-index-hero::before,
    .elementor-element-33270e8c::before {
        content: none;
    }

    .tm-playas-index-section {
        padding-inline: 16px;
    }

    .tm-playas-hero-content,
    .elementor-element-53a730e3 {
        --width: 100%;
        align-self: center;
        margin-inline: auto;
        margin-top: 0;
        max-width: 100% !important;
        padding-bottom: 30px;
        width: 100% !important;
    }

    .tm-playas-hero-title .elementor-heading-title {
        font-size: clamp(31px, 8.5vw, 40px);
        letter-spacing: -.025em;
        line-height: 1.06;
        max-width: 100%;
        overflow-wrap: normal;
    }

    .tm-playas-kicker,
    .tm-playas-kicker p {
        font-size: clamp(20px, 5.8vw, 27px) !important;
    }

    .tm-playas-hero-copy,
    .tm-playas-hero-copy p {
        font-size: 14px !important;
        line-height: 1.55;
    }

    .tm-playas-hero-actions,
    .elementor-element-37fe0c6f {
        --width: 100%;
        align-items: stretch;
        display: grid;
        grid-template-columns: 1fr 1fr;
        max-width: 100%;
        width: 100%;
    }

    .tm-playas-hero-actions .elementor-widget-button,
    .tm-playas-hero-actions .elementor-button,
    .elementor-element-37fe0c6f .elementor-widget-button,
    .elementor-element-37fe0c6f .elementor-button {
        max-width: 100%;
        width: 100%;
    }

    .elementor-element-37fe0c6f .elementor-button {
        font-size: 11.5px !important;
        padding-inline: 10px !important;
    }

    .elementor-element-0e511378,
    .elementor-element-3b4884c7,
    .elementor-element-59d5e580 {
        --width: 100%;
        max-width: 100% !important;
        width: 100% !important;
    }

    .elementor-element-0e511378 .elementor-heading-title,
    .elementor-element-3b4884c7 .elementor-heading-title,
    .elementor-element-59d5e580 .elementor-heading-title {
        font-size: 29px;
        line-height: 1.12;
        white-space: normal !important;
    }

    .tm-playas-index-marina,
    .elementor-element-6340dd0b {
        flex-direction: column !important;
    }

    .tm-playas-index-marina > .e-con,
    .elementor-element-6340dd0b > .e-con {
        width: 100% !important;
    }

    .tm-playas-index-marina .elementor-widget-image img,
    .elementor-element-6340dd0b .elementor-widget-image img {
        max-height: 280px;
    }

    .tm-playas-map-card {
        grid-template-columns: 1fr;
    }

    .tm-playas-map-frame,
    .tm-playas-map-frame iframe {
        min-height: 290px;
    }
}

@media (max-width: 640px) {
    .tm-beach-card {
        flex: 0 0 100%;
    }

    .tm-beaches-zone-navigation {
        margin-bottom: 10px;
    }

    .tm-beaches-zone-controls .tm-related-routes-arrow {
        height: 43px;
        width: 43px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .tm-beach-card,
    .tm-beach-card-media img,
    .tm-beach-card-actions a {
        transition-duration: .01ms !important;
    }
}

/* v0.3.224: carrusel dinámico de la flota en la página de embarcaciones. */
.tm-boats-carousel {
    --tm-boats-gap: 24px;
    color: #102335;
    font-family: "Montserrat", system-ui, sans-serif;
    margin: clamp(28px, 5vw, 72px) auto;
    max-width: 1280px;
    width: 100%;
}

.tm-boats-carousel *,
.tm-boats-carousel *::before,
.tm-boats-carousel *::after {
    box-sizing: border-box;
}

.tm-boats-carousel-heading {
    margin: 0 auto clamp(22px, 3vw, 38px);
    max-width: 960px;
    text-align: center;
}

.tm-boats-carousel-heading > span {
    color: #D9A441;
    display: block;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .11em;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.tm-boats-carousel-heading h2 {
    color: #102335;
    font-family: "Cinzel", Georgia, serif;
    font-size: clamp(30px, 3.8vw, 48px);
    font-weight: 500;
    line-height: 1.05;
    margin: 0;
    text-wrap: balance;
}

.tm-boats-carousel-heading p {
    color: #607885;
    font-size: clamp(15px, 1.35vw, 17px);
    line-height: 1.7;
    margin: 14px auto 0;
    max-width: 940px;
}

.tm-boats-carousel-navigation {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 14px;
    min-height: 50px;
}

.tm-boats-carousel-navigation > p {
    color: #607885;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .05em;
    margin: 0;
    text-transform: uppercase;
}

.tm-boats-carousel-controls {
    gap: 9px;
    margin: 0;
}

.tm-boats-carousel .tm-related-routes-arrow {
    height: 48px;
    width: 48px;
}

.tm-boats-carousel-viewport {
    -ms-overflow-style: none;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    padding: 3px 0 14px;
    scroll-behavior: smooth;
    scroll-snap-type: inline mandatory;
    scrollbar-width: none;
}

.tm-boats-carousel-viewport::-webkit-scrollbar {
    display: none;
}

.tm-boats-carousel-viewport:focus-visible {
    border-radius: 28px;
    outline: 3px solid rgba(39, 183, 203, .38);
    outline-offset: 4px;
}

.tm-boats-carousel-track {
    align-items: stretch;
    display: flex;
    gap: var(--tm-boats-gap);
    min-width: 0;
}

.tm-boat-carousel-card {
    aspect-ratio: auto;
    background: #102335;
    border: 1px solid rgba(16, 35, 53, .18);
    border-radius: 28px;
    box-shadow: 0 18px 42px rgba(16, 35, 53, .14);
    clip-path: inset(0 round 28px);
    display: grid;
    flex: 0 0 calc((100% - (2 * var(--tm-boats-gap))) / 3);
    grid-template-rows: clamp(220px, 18vw, 260px) minmax(0, 1fr);
    isolation: isolate;
    min-height: 610px;
    min-width: 0;
    overflow: hidden;
    scroll-snap-align: start;
    scroll-snap-stop: always;
    transition: border-color .25s ease, box-shadow .25s ease;
}

.tm-boat-carousel-card:hover {
    border-color: rgba(39, 183, 203, .78);
    box-shadow: 0 24px 52px rgba(16, 35, 53, .2);
}

.tm-boat-carousel-media {
    background: linear-gradient(135deg, #dcecf0, #f4f8f9);
    border-radius: 0 !important;
    clip-path: none !important;
    min-height: 0;
    overflow: hidden;
    position: relative;
}

.tm-boat-carousel-media::after {
    background: linear-gradient(180deg, transparent 52%, rgba(7, 23, 37, .6) 100%);
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
}

.tm-boat-carousel-media img {
    border-radius: 0 !important;
    clip-path: none !important;
    display: block;
    height: 100%;
    object-fit: cover;
    transition: transform .65s cubic-bezier(.2, .75, .25, 1);
    width: 100%;
}

.tm-boat-carousel-card:hover .tm-boat-carousel-media img {
    transform: none;
}

.tm-boat-carousel-media > span {
    align-items: center;
    color: rgba(16, 35, 53, .66);
    display: flex;
    font-family: "Cinzel", Georgia, serif;
    height: 100%;
    justify-content: center;
    letter-spacing: .08em;
    padding: 20px;
    text-align: center;
}

.tm-boat-carousel-media > small {
    background: rgba(7, 23, 37, .82);
    border: 1px solid rgba(255, 255, 255, .4);
    border-radius: 11px;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    left: 16px;
    letter-spacing: .07em;
    padding: 8px 10px;
    position: absolute;
    text-transform: uppercase;
    top: 16px;
    z-index: 1;
}

.tm-boat-carousel-body {
    background:
        radial-gradient(circle at 18% 0%, rgba(76, 202, 225, .24), transparent 36%),
        radial-gradient(circle at 84% 18%, rgba(32, 166, 189, .18), transparent 30%),
        linear-gradient(180deg, #1a4965 0%, #123149 54%, #0b2031 100%);
    color: #fff;
    display: flex;
    flex-direction: column;
    min-height: 0;
    padding: 22px;
}

.tm-boat-carousel-body h3 {
    color: #fff;
    font-family: "Montserrat", system-ui, sans-serif;
    font-size: clamp(24px, 2vw, 30px);
    font-weight: 500;
    line-height: 1.12;
    margin: 0 0 9px;
    text-wrap: balance;
}

.tm-boat-carousel-body h3 a {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    text-decoration: none;
    transition: color .2s ease;
}

.tm-boat-carousel-body h3 a:hover,
.tm-boat-carousel-body h3 a:focus-visible {
    color: #70d9e9;
    font-size: inherit;
    font-weight: inherit;
}

.tm-boat-carousel-body > p {
    color: rgba(255, 255, 255, .9);
    display: block;
    font-size: 12.5px;
    line-height: 1.52;
    margin: 0 0 13px;
}

.tm-boat-carousel-features {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.tm-boat-carousel-features li {
    align-items: center;
    background: rgba(43, 185, 208, .18);
    border: 1px solid rgba(109, 220, 237, .5);
    border-radius: 999px;
    color: #fff;
    display: inline-flex;
    font-size: 10px;
    font-weight: 600;
    gap: 6px;
    min-height: 27px;
    padding: 5px 9px;
}

.tm-boat-carousel-features li span {
    color: #70d9e9;
    font-size: 8px;
}

.tm-boat-carousel-footer {
    border-top: 1px solid rgba(255, 255, 255, .2);
    margin-top: auto;
    padding-top: 10px;
}

.tm-boat-carousel-price {
    align-items: baseline;
    display: flex;
    flex-wrap: wrap;
    gap: 3px 5px;
    margin-bottom: 9px;
}

.tm-boat-carousel-price > span {
    color: rgba(255, 255, 255, .82);
    flex-basis: 100%;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.tm-boat-carousel-price strong {
    color: #fff;
    font-family: "Cinzel", Georgia, serif;
    font-size: clamp(20px, 1.7vw, 25px);
    line-height: 1;
    white-space: nowrap;
}

.tm-boat-carousel-price small {
    color: rgba(255, 255, 255, .82);
    font-size: 9px;
    font-weight: 700;
}

.tm-boat-carousel-actions {
    display: grid;
    gap: 8px;
    grid-template-columns: minmax(0, 1fr) minmax(0, .72fr);
}

.tm-boat-carousel-actions a {
    align-items: center;
    border-radius: 13px;
    display: inline-flex;
    font-size: 11.5px;
    font-weight: 600;
    gap: 7px;
    justify-content: center;
    min-height: 40px;
    padding: 8px 10px;
    text-align: center;
    text-decoration: none;
    transition: background-color .2s ease, border-color .2s ease, color .2s ease;
}

.tm-boat-carousel-link {
    border: 1px solid rgba(255, 255, 255, .88);
    color: #fff !important;
}

.tm-boat-carousel-quote {
    background: #39c2d8;
    border: 1px solid #39c2d8;
    color: #082B49 !important;
}

.tm-boat-carousel-link:hover,
.tm-boat-carousel-link:focus-visible {
    background: #70d9e9;
    border-color: #70d9e9;
    color: #08253a !important;
    outline: none;
    transform: none;
}

.tm-boat-carousel-quote:hover,
.tm-boat-carousel-quote:focus-visible {
    background: #fff;
    border-color: #fff;
    color: #102335 !important;
    outline: none;
    transform: none;
}

.tm-boats-carousel-empty {
    background: #f5f9fa;
    border-radius: 16px;
    color: #526a75;
    padding: 20px;
}

@media (max-width: 1024px) {
    .tm-boats-carousel {
        --tm-boats-gap: 18px;
    }

    .tm-boat-carousel-card {
        aspect-ratio: auto;
        flex-basis: calc((100% - var(--tm-boats-gap)) / 2);
        min-height: 600px;
    }
}

@media (min-width: 641px) and (max-width: 1024px) {
    .tm-boat-carousel-body {
        padding: 15px;
    }

    .tm-boat-carousel-body h3 {
        font-size: 24px;
    }

    .tm-boat-carousel-actions a {
        font-size: 10px;
        min-height: 38px;
        padding-inline: 8px;
    }
}

@media (max-width: 640px) {
    .tm-boats-carousel {
        --tm-boats-gap: 16px;
        margin-block: 34px;
    }

    .tm-boats-carousel-heading {
        margin-bottom: 18px;
    }

    .tm-boats-carousel-heading h2 {
        font-size: 31px;
    }

    .tm-boats-carousel-heading p {
        font-size: 14px;
    }

    .tm-boats-carousel-navigation {
        margin-bottom: 8px;
    }

    .tm-boats-carousel .tm-related-routes-arrow {
        height: 44px;
        width: 44px;
    }

    .tm-boat-carousel-card {
        aspect-ratio: auto;
        border-radius: 24px;
        clip-path: inset(0 round 24px);
        flex-basis: 100%;
        grid-template-rows: 220px minmax(0, 1fr);
        min-height: 610px;
    }

    .tm-boat-carousel-body {
        padding: 15px;
    }

    .tm-boat-carousel-body h3 {
        font-size: 25px;
    }

    .tm-boat-carousel-actions a {
        font-size: 10.5px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .tm-boat-carousel-card,
    .tm-boat-carousel-media img,
    .tm-boat-carousel-actions a {
        transition-duration: .01ms !important;
    }
}
