/* Movilidad, delivery y ofertas — listado y detalle */

.mo-page {
    padding-bottom: calc(5rem + env(safe-area-inset-bottom, 0px));
}

.mo-page .td-page-hero.mo-page-hero .td-page-hero__lead {
    max-width: none;
}

.mo-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
    margin: 0 0 10px;
    font-size: 11px;
    font-weight: 700;
    color: #94a3b8;
}

.mo-breadcrumb a {
    color: #64748b;
    text-decoration: none;
}

.mo-breadcrumb a:hover,
.mo-breadcrumb a:focus-visible {
    color: #0f172a;
    text-decoration: underline;
}

.mo-breadcrumb__sep {
    opacity: 0.5;
}

.mo-breadcrumb__here {
    color: #475569;
}

.mo-type-tabs {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    margin: 0 0 14px;
}

.mo-type-tabs a {
    display: block;
    padding: 10px 8px;
    border-radius: 14px;
    border: 1px solid var(--td-line, #e2e8f0);
    background: var(--td-surface, #fff);
    color: var(--td-muted, #64748b);
    font-size: 11px;
    font-weight: 800;
    text-align: center;
    text-decoration: none;
    line-height: 1.25;
    -webkit-tap-highlight-color: transparent;
}

.mo-type-tabs a.is-on {
    color: #fff;
    border-color: transparent;
    background: linear-gradient(145deg, #0ea5e9, #0284c7);
    box-shadow: 0 4px 14px rgba(2, 132, 199, 0.25);
}

.mo-type-tabs a.mo-type-tabs__ofertas.is-on {
    background: linear-gradient(145deg, #8b5cf6, #6d28d9);
    box-shadow: 0 4px 14px rgba(109, 40, 217, 0.25);
}

.mo-type-tabs a.mo-type-tabs__delivery.is-on {
    background: linear-gradient(145deg, #10b981, #059669);
    box-shadow: 0 4px 14px rgba(5, 150, 105, 0.25);
}

.mo-search {
    position: relative;
    margin: 0 0 12px;
}

.mo-search__icon {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: #94a3b8;
    font-size: 16px;
    pointer-events: none;
}

.mo-search__input {
    width: 100%;
    box-sizing: border-box;
    padding: 12px 14px 12px 40px;
    border-radius: 14px;
    border: 1px solid var(--td-line, #e2e8f0);
    background: var(--td-surface, #fff);
    font-size: 14px;
    font-weight: 600;
    color: var(--td-text, #0f172a);
    outline: none;
}

.mo-search__input:focus {
    border-color: #7dd3fc;
    box-shadow: 0 0 0 3px rgba(14, 165, 233, 0.15);
}

.mo-tip {
    margin: 0 0 14px;
    padding: 10px 12px;
    border-radius: 12px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.45;
    color: #64748b;
}

.mo-tip strong {
    color: #0369a1;
    font-weight: 800;
}

.mo-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.mo-card {
    display: block;
    border-radius: 18px;
    border: 1px solid var(--td-line, #e2e8f0);
    background: linear-gradient(165deg, #ffffff 0%, #fafbfc 100%);
    padding: 14px 14px 12px;
    text-decoration: none;
    color: inherit;
    box-shadow: 0 8px 22px -12px rgba(15, 23, 42, 0.1);
    -webkit-tap-highlight-color: transparent;
}

.mo-card:active {
    transform: scale(0.995);
}

.mo-card--premium {
    border-color: #7dd3fc;
    background: linear-gradient(165deg, #ffffff 0%, #f0f9ff 100%);
}

.mo-card__row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
}

.mo-card__name {
    margin: 0;
    font-size: 15px;
    font-weight: 800;
    color: var(--td-text, #0f172a);
    line-height: 1.25;
    letter-spacing: -0.02em;
}

.mo-card--premium .mo-card__name {
    color: #0369a1;
}

.mo-card__badge {
    flex-shrink: 0;
    color: #0ea5e9;
    font-size: 14px;
}

.mo-card__meta {
    margin: 4px 0 0;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #94a3b8;
}

.mo-card__desc {
    margin: 8px 0 0;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.45;
    color: #64748b;
}

.mo-card__foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-top: 10px;
    padding-top: 8px;
    border-top: 1px solid #f1f5f9;
}

.mo-card__more {
    font-size: 11px;
    font-weight: 700;
    color: #94a3b8;
}

.mo-card__chev {
    font-size: 16px;
    color: #cbd5e1;
}

.mo-empty {
    text-align: center;
    padding: 40px 20px;
    border-radius: 18px;
    border: 1px dashed #cbd5e1;
    background: rgba(255, 255, 255, 0.85);
    color: #64748b;
}

.mo-empty i {
    font-size: 40px;
    opacity: 0.35;
    display: block;
    margin-bottom: 10px;
}

.mo-empty p {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
}

.mo-empty--hidden {
    display: none;
}

.mo-footnote {
    margin: 16px 0 0;
    padding: 0 4px;
    text-align: center;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.45;
    color: #94a3b8;
}

/* Detalle */
.mo-d-page {
    padding-bottom: calc(5rem + env(safe-area-inset-bottom, 0px));
}

.mo-d-head {
    display: flex;
    gap: 14px;
    align-items: center;
    margin: 4px 0 14px;
    padding: 14px;
    border-radius: 18px;
    border: 1px solid var(--td-line, #e2e8f0);
    background: var(--td-surface, #fff);
    box-shadow: 0 8px 22px -12px rgba(15, 23, 42, 0.08);
}

.mo-d-head--premium {
    border-color: #7dd3fc;
    background: linear-gradient(165deg, #fff 0%, #f0f9ff 100%);
}

.mo-d-thumb {
    width: 72px;
    height: 72px;
    border-radius: 14px;
    object-fit: cover;
    border: 1px solid #e2e8f0;
    flex-shrink: 0;
}

.mo-d-icon {
    width: 72px;
    height: 72px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: #f1f5f9;
    color: #94a3b8;
    font-size: 30px;
}

.mo-d-name {
    margin: 0;
    font-size: 18px;
    font-weight: 800;
    color: var(--td-text, #0f172a);
    line-height: 1.2;
}

.mo-d-head--premium .mo-d-name {
    color: #0369a1;
}

.mo-d-sub {
    display: block;
    margin-top: 4px;
    font-size: 12px;
    font-weight: 800;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.mo-d-verified {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    margin-top: 6px;
    font-size: 11px;
    font-weight: 800;
    color: #0ea5e9;
}

.mo-d-contacts {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 12px;
}

.mo-d-contact {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 10px 14px;
    border-radius: 12px;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
}

.mo-d-contact--tel {
    background: #f0f9ff;
    color: #0369a1;
    border: 1px solid #bae6fd;
}

.mo-d-contact--wa {
    background: #f0fdf4;
    color: #15803d;
    border: 1px solid #bbf7d0;
}

.mo-d-box {
    margin-bottom: 10px;
    padding: 14px;
    border-radius: 16px;
    border: 1px solid var(--td-line, #e2e8f0);
    background: var(--td-surface, #fff);
}

.mo-d-kicker {
    margin: 0 0 8px;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #94a3b8;
}

.mo-d-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.mo-d-list li {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.45;
    color: #475569;
}

.mo-d-list strong {
    color: var(--td-text, #0f172a);
    font-weight: 800;
}

.mo-d-foto {
    margin-top: 12px;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid #e2e8f0;
}

.mo-d-foto img {
    display: block;
    width: 100%;
    height: auto;
}

.mo-d-note {
    margin: 12px 0 0;
    padding: 12px;
    border-radius: 14px;
    background: #f8fafc;
    border: 1px dashed #e2e8f0;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.45;
    color: #64748b;
    text-align: center;
}

.mo-d-empty {
    margin-top: 12px;
    padding: 24px;
    text-align: center;
    border-radius: 16px;
    border: 1px dashed #cbd5e1;
    color: #64748b;
    font-weight: 700;
    font-size: 14px;
}
