/*
Theme Name: RankRent Dental
Description: Landings de clínica dental para dentistacerca.com.mx
Version: 1.1.4
*/

body { font-family: Nunito, sans-serif; }
h1, h2, h3, h4, .font-heading { font-family: "Instrument Sans", sans-serif; }

.rr-crumb { font-size: .9rem; color: #6b7280; margin-bottom: 1rem; }
.rr-crumb a { color: #0d9488; text-decoration: none; }
.rr-sib { margin: 3rem 0; }
.rr-empty-home { color: #6b7280; font-size: 1.1rem; }
.rr-city-list { display: flex; flex-wrap: wrap; gap: .6rem; list-style: none; padding: 0; }
.rr-city-list a {
    display: inline-block;
    padding: .55rem 1rem;
    border-radius: 999px;
    background: rgb(13 148 136 / .1);
    color: #0f766e;
    text-decoration: none;
    font-weight: 600;
}

.ld-nav-cta-label {
    max-width: 11rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.rr-num {
    width: 3rem;
    height: 3rem;
    border-radius: 999px;
    background: rgb(13 148 136);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Instrument Sans", sans-serif;
    font-weight: 700;
    font-size: .95rem;
    line-height: 1;
    flex-shrink: 0;
}

.rr-reviews-wrap { position: relative; }
.rr-reviews-btn {
    position: absolute;
    top: 50%;
    z-index: 2;
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 999px;
    border: 1px solid #d1e5e2;
    background: #fff;
    color: #0f766e;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transform: translateY(-50%);
    box-shadow: 0 10px 24px rgb(15 118 110 / .12);
}
.rr-reviews-btn svg { width: 1.15rem; height: 1.15rem; }
.rr-reviews-btn:hover { background: #0d9488; color: #fff; border-color: #0d9488; }
.rr-reviews-prev { left: -.7rem; }
.rr-reviews-next { right: -.7rem; }
.rr-reviews-track {
    display: flex;
    gap: 1.25rem;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    padding: .35rem .15rem .6rem;
    scrollbar-width: none;
}
.rr-reviews-track::-webkit-scrollbar { display: none; }
.rr-review-card {
    flex: 0 0 calc(33.333% - .85rem);
    scroll-snap-align: start;
    background: #fff;
    border: 1px solid #eef2f2;
    border-radius: 1.25rem;
    box-shadow: 0 12px 32px rgb(15 118 110 / .06);
    padding: 1.5rem;
    min-height: 100%;
}
@media (max-width: 1024px) {
    .rr-review-card { flex-basis: calc(50% - .7rem); }
    .rr-reviews-prev { left: .35rem; }
    .rr-reviews-next { right: .35rem; }
}
@media (max-width: 700px) {
    .rr-review-card { flex-basis: 86%; }
}

.rr-dir-hero {
    position: relative;
    overflow: hidden;
    padding: 4.5rem 1.5rem 4rem;
    background:
        radial-gradient(900px 420px at 12% -10%, rgb(13 148 136 / .22), transparent 60%),
        radial-gradient(700px 380px at 100% 10%, rgb(13 148 136 / .12), transparent 55%),
        #f5f9f9;
}
.rr-dir-hero-inner { max-width: 760px; margin: 0 auto; }
.rr-dir-kicker {
    display: inline-block;
    margin: 0 0 1rem;
    padding: .35rem .8rem;
    border-radius: 999px;
    background: rgb(13 148 136 / .12);
    color: #0f766e;
    font-size: .8rem;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
}
.rr-dir-hero h1 {
    font-size: clamp(2.3rem, 6vw, 4.1rem);
    line-height: 1.05;
    margin: 0 0 1rem;
    color: #142423;
}
.rr-dir-lead {
    font-size: 1.2rem;
    color: #4b5563;
    max-width: 38rem;
    margin: 0;
    line-height: 1.6;
}
.rr-dir-count {
    margin: 1.25rem 0 0;
    color: #0f766e;
    font-weight: 700;
}
.rr-dir-wrap { max-width: 1080px; margin: 0 auto; padding: 2.5rem 1.5rem 6rem; }
.rr-dir-state { margin-bottom: 3rem; }
.rr-dir-state-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 1rem;
    margin-bottom: 1.25rem;
}
.rr-dir-state-head h2 { margin: .25rem 0 0; font-size: 1.8rem; }
.rr-dir-state-head h2 a { color: #142423; text-decoration: none; }
.rr-dir-more { color: #0d9488; font-weight: 700; text-decoration: none; white-space: nowrap; }
.rr-dir-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 1rem;
}
.rr-dir-card {
    display: flex;
    flex-direction: column;
    gap: .35rem;
    padding: 1.25rem 1.3rem 1.15rem;
    background: #fff;
    border: 1px solid #e4eeed;
    border-radius: 1.25rem;
    text-decoration: none;
    box-shadow: 0 10px 28px rgb(20 36 35 / .04);
    transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
}
.rr-dir-card:hover {
    transform: translateY(-3px);
    border-color: #0d9488;
    box-shadow: 0 16px 36px rgb(13 148 136 / .12);
}
.rr-dir-card-city { font-family: "Instrument Sans", sans-serif; font-weight: 800; font-size: 1.15rem; color: #142423; }
.rr-dir-card-name { color: #5b6b6a; font-size: .95rem; }
.rr-dir-card-go { margin-top: .55rem; color: #0d9488; font-weight: 700; font-size: .9rem; }

.ld-fab {
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 50;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #25D366;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 20px rgba(0,0,0,.2);
}
.ld-fab svg { width: 32px; height: 32px; }
details summary { list-style: none; cursor: pointer; }
details summary::-webkit-details-marker { display: none; }
.rr-faq-chevron {
    flex-shrink: 0;
    width: 1.35rem;
    height: 1.35rem;
    color: #0f766e;
    transition: transform .2s ease;
}
.rr-faq-chevron svg { width: 1.35rem; height: 1.35rem; }
details[open] .rr-faq-chevron { transform: rotate(180deg); }
