/* ── Vista Nosotros (Nuevo Diseño Mobile) ── */
.view-nosotros {
    font-family: 'Outfit', sans-serif;
    color: #1a1a2e;
    padding: 10px 5px;
    background: #fff;
    white-space: normal;
}

.vn-header-text {
    margin-bottom: 5px;
}

.vn-badge-top {
    font-size: 0.65rem;
    font-weight: 700;
    color: #888;
    letter-spacing: 1px;
    margin-bottom: 4px;
    text-transform: uppercase;
}

.vn-title-main {
    font-size: 1.4rem;
    font-weight: 800;
    line-height: 1.1;
    color: #0b2e13;
    margin: 0 0 6px;
}

.vn-descripcion-main {
    font-size: 0.75rem;
    line-height: 1.3;
    color: #555;
    margin: 0;
    white-space: pre-wrap;
    max-height: 200px;
    overflow-y: auto;
    padding-right: 4px;
}

.vn-hero {
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 5px;
}

.vn-hero img {
    width: 100%;
    max-height: 120px;
    object-fit: cover;
    display: block;
}

/* Fila media side-by-side */
.vn-middle-row {
    display: flex;
    gap: 8px;
    margin-bottom: 5px;
    align-items: stretch;
}



/* Columna Izquierda */
.vn-left-col {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

/* Garantías */
.vn-features-col {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.vn-feature {
    display: flex;
    flex-direction: row;
    align-items: center;
    background: #fafafa;
    border-radius: 8px;
    padding: 4px 6px;
    gap: 6px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.02);
}

.vn-feat-icon {
    font-size: 1.1rem;
}

.vn-feat-text {
    display: flex;
    flex-direction: column;
}

.vn-feat-tit {
    font-size: 0.65rem;
    font-weight: 800;
    color: #1a1a2e;
    line-height: 1;
    margin-bottom: 2px;
}

.vn-feat-desc {
    font-size: 0.55rem;
    color: #666;
    line-height: 1.1;
}

/* Rating Info comprimido a la izquierda */
.vn-ratings-top-left {
    display: flex;
    align-items: center;
    background: #fcfcfc;
    border: 1px solid #eee;
    border-radius: 8px;
    padding: 6px 8px;
    gap: 10px;
}

.vn-rating-number {
    font-size: 1.6rem;
    font-weight: 800;
    color: #1a1a2e;
    line-height: 1;
    display: flex;
    align-items: center;
    gap: 2px;
}

.vn-star-big {
    font-size: 1rem;
    color: #f39c12;
}

.vn-rating-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.vn-stars-row {
    color: #f39c12;
    font-size: 0.7rem;
    margin-bottom: 2px;
}

.vn-rating-based {
    font-size: 0.55rem;
    color: #888;
}

/* Columna Derecha (Barras) */
.vn-right-col {
    flex: 1;
    display: flex;
    flex-direction: column;
    background: #fcfcfc;
    border: 1px solid #eee;
    border-radius: 8px;
    padding: 10px;
    justify-content: center;
}

.vn-ratings-bars {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.vn-bar-row {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 0.55rem;
    color: #555;
}

.vn-bar-num {
    width: 16px;
}

.vn-bar-track {
    flex: 1;
    height: 4px;
    background: #eee;
    border-radius: 2px;
    overflow: hidden;
}

.vn-bar-fill {
    height: 100%;
    background: #0b2e13;
    border-radius: 2px;
}

.vn-bar-pct {
    width: 18px;
    text-align: right;
}

/* Testimonios - Grid fijo, super compacto */
.vn-testimonials-header {
    margin-bottom: 5px;
    text-align: center;
}

.vn-testimonials-header h2 {
    font-size: 0.8rem;
    font-weight: 800;
    margin: 0;
}

.vn-testimonials-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 6px;
}

.vn-test-card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 8px;
    padding: 6px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.02);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 2px;
}

.vn-test-head {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 0;
    padding: 0;
}

.vn-test-info {
    display: flex;
    flex-direction: column;
    gap: 1px;
}

.vn-test-name {
    font-size: 0.6rem;
    font-weight: 800;
    color: #1a1a2e;
}

.vn-test-stars {
    color: #f39c12;
    font-size: 0.55rem;
}

.vn-test-body {
    font-size: 0.55rem;
    color: #555;
    line-height: 1.2;
    margin: 0;
}

/* Botones contacto */
.vn-contacto {
    border-top: 1px solid #f0f0f0;
    padding-top: 10px;
}

.vn-contact-row {
    display: flex;
    gap: 8px;
}

.vn-contact-btn {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    padding: 10px;
    border-radius: 10px;
    font-size: 0.8rem;
    font-weight: 800;
    text-decoration: none;
    transition: transform 0.2s, box-shadow 0.2s;
}

.vn-contact-btn:active {
    transform: scale(0.97);
}

.vn-whatsapp {
    background: #25D366;
    color: white;
    box-shadow: 0 2px 5px rgba(37, 211, 102, 0.3);
}

.vn-maps {
    background: #4285F4;
    color: white;
    box-shadow: 0 2px 8px rgba(66, 133, 244, 0.3);
}

/* =========================================
   SUCURSALES (Mobile First)
   ========================================= */
.view-sucursales {
    font-family: 'Outfit', sans-serif;
    color: #1a1a2e;
    padding: 0px 5px;
    background: #fff;
    white-space: normal;
}

.vs-subtitle {
    font-size: 0.9rem;
    color: #555;
    margin-bottom: 15px;
    padding-left: 5px;
}

.vs-map-hero {
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 15px;
    height: 120px;
    background: #e9ecef;
}

.vs-map-hero img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.vs-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.vs-card {
    background: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.02);
}

.vs-card-body {
    display: flex;
    gap: 12px;
    padding: 15px;
}

.vs-card-icon {
    width: 40px;
    height: 40px;
    background: #0b2e13;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    flex-shrink: 0;
}

.vs-card-icon svg {
    width: 20px;
    height: 20px;
}

.vs-card-details {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.vs-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.vs-card-name {
    font-size: 1rem;
    font-weight: 700;
    color: #1a1a2e;
}

.vs-badge-cercana {
    background: #e8f5e9;
    color: #0b2e13;
    font-size: 0.65rem;
    font-weight: 700;
    padding: 3px 8px;
    border-radius: 12px;
}

.vs-card-address {
    font-size: 0.75rem;
    color: #555;
    line-height: 1.3;
    display: flex;
    align-items: flex-start;
    gap: 4px;
}

.vs-icon-sm {
    font-size: 0.75rem;
}

.vs-card-hours-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 2px;
}

.vs-card-hours {
    font-size: 0.75rem;
    color: #555;
    display: flex;
    align-items: center;
    gap: 4px;
}

.vs-card-distance {
    font-size: 0.75rem;
    font-weight: 700;
    color: #1a1a2e;
}

.vs-card-actions {
    display: flex;
    border-top: 1px solid #f0f0f0;
}

.vs-btn-action {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 12px 0;
    color: #0b2e13;
    font-size: 0.85rem;
    font-weight: 700;
    text-decoration: none;
    transition: background 0.2s;
}

.vs-btn-action:active {
    background: #f9f9f9;
}

.vs-btn-action svg {
    width: 16px;
    height: 16px;
}

.vs-divider-v {
    width: 1px;
    background: #f0f0f0;
    margin: 8px 0;
}

.vs-support-box {
    background: #f5f7f5;
    border-radius: 12px;
    padding: 15px;
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 15px;
    cursor: pointer;
}

.vs-support-icon {
    font-size: 1.5rem;
}

.vs-support-text {
    flex: 1;
}

.vs-support-tit {
    font-size: 0.9rem;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 2px;
}

.vs-support-desc {
    font-size: 0.75rem;
    color: #555;
    line-height: 1.3;
}

.vs-support-arrow {
    font-size: 1.2rem;
    font-weight: bold;
    color: #0b2e13;
}