.woocommerce-tabs,
#reviews,
.woocommerce-Reviews {
    display: none !important;
}

/* =========================
   KINCHO - BLOQUE RESEÑAS
   ========================= */

.kincho-google-block {
    max-width: 560px;
    margin: 54px auto 40px;
    padding: 0 16px 10px;
    text-align: left;
}

/* Separador elegante */
.kincho-divider {
    height: 1px;
    width: 100%;
    margin: 10px 0 26px;
    background: linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,.18), rgba(0,0,0,0));
    position: relative;
}
.kincho-divider:after {
    content: "";
    display: block;
    width: 72px;
    height: 3px;
    margin: 10px auto 0;
    border-radius: 999px;
    background: rgba(0,0,0,.12);
}

/* Header */
.kincho-google-header h2 {
    font-size: 34px;
    line-height: 1.05;
    margin: 0 0 12px;
    letter-spacing: -0.4px;
}

.kincho-rating {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    margin-bottom: 10px;
}

.kincho-stars {
    letter-spacing: 2px;
    font-size: 18px;
    transform: translateY(-1px);
}

.kincho-dot {
    opacity: .6;
}

.kincho-subtitle {
    font-size: 15px;
    line-height: 1.55;
    opacity: .75;
    margin: 0 0 24px;
}

/* Tarjetas reseña */
.kincho-reviews {
    display: grid;
    gap: 18px;
}

.kincho-review {
    background: #fbfbfb;
    border: 1px solid rgba(0,0,0,.06);
    border-radius: 16px;
    padding: 18px 18px 16px;
    box-shadow: 0 6px 22px rgba(0,0,0,.06);
}

.kincho-review-stars {
    letter-spacing: 2px;
    font-size: 16px;
    margin-bottom: 10px;
}

.kincho-review p {
    margin: 0 0 12px;
    font-style: italic;
    line-height: 1.6;
    font-size: 16px;
}

.kincho-review span {
    display: block;
    font-weight: 650;
    font-size: 14px;
    opacity: .85;
}

/* Botón premium */
.kincho-google-btn {
    margin-top: 22px;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 16px 16px;
    border-radius: 16px;
    text-decoration: none !important;
    color: #fff !important;
    background: linear-gradient(135deg, #1e73be, #0b5fa8);
    box-shadow: 0 12px 30px rgba(30,115,190,.28);
    border: 1px solid rgba(255,255,255,.18);
    transition: transform .18s ease, box-shadow .18s ease, opacity .18s ease;
}

.kincho-google-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 38px rgba(30,115,190,.35);
    opacity: .98;
}

.kincho-google-btn:active {
    transform: translateY(0px);
    box-shadow: 0 10px 26px rgba(30,115,190,.25);
}

.kincho-google-btn-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: grid;
    place-items: center;
    background: rgba(255,255,255,.18);
    font-weight: 800;
    font-size: 18px;
    line-height: 1;
}

.kincho-google-btn-text {
    display: flex;
    flex-direction: column;
    gap: 3px;
    font-weight: 750;
    font-size: 16px;
}

.kincho-google-btn-text small {
    font-weight: 600;
    font-size: 12px;
    opacity: .85;
}

.kincho-google-btn-arrow {
    margin-left: auto;
    font-size: 18px;
    opacity: .95;
}

/* Animación suave al hacer scroll */
.kincho-reveal {
    opacity: 0;
    transform: translateY(14px);
    transition: opacity .6s ease, transform .6s ease;
    will-change: opacity, transform;
}

.kincho-reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

/* Ajustes móvil */
@media (max-width: 480px) {
    .kincho-google-header h2 {
        font-size: 36px;
    }
    .kincho-google-block {
        padding: 0 14px 10px;
    }
    .kincho-google-btn {
        padding: 16px 14px;
        border-radius: 16px;
    }
}
}
