/* Service / landing page styles for Clínica Dental La Quinta */

/* Breathing room between the info bar (#underheader) and the logo header */
#header {
    padding-top: 22px;
}

.service-page {
    max-width: 860px;
    margin: 0 auto;
    padding: 30px 20px 60px;
    color: #444;
    font-size: 16px;
    line-height: 1.75;
}
.service-page .breadcrumb-nav {
    font-size: 13px;
    color: #888;
    margin-bottom: 24px;
}
.service-page .breadcrumb-nav a {
    color: #2a9fa6;
    text-decoration: none;
}
.service-page .breadcrumb-nav a:hover {
    text-decoration: underline;
}
.service-page h1 {
    font-size: 32px;
    line-height: 1.25;
    color: #2a9fa6;
    margin: 0 0 18px;
}
.service-page h2 {
    font-size: 23px;
    color: #2a9fa6;
    margin: 36px 0 14px;
}
.service-page p {
    margin: 0 0 16px;
}
.service-page ul {
    margin: 0 0 18px;
    padding-left: 22px;
}
.service-page ul li {
    margin-bottom: 8px;
}
.service-page .lead {
    font-size: 18px;
    color: #555;
}

/* Inline CTA band */
.service-cta {
    background: #34b8c0;
    color: #fff;
    text-align: center;
    border-radius: 10px;
    padding: 30px 24px;
    margin: 40px 0 10px;
}
.service-cta h2 {
    color: #fff;
    margin: 0 0 10px;
}
.service-cta p {
    margin: 0 0 20px;
    opacity: 0.95;
}
.service-cta .btn-row {
    display: flex;
    gap: 14px;
    justify-content: center;
    flex-wrap: wrap;
}
.service-cta .btn-cita {
    background: #fff;
    color: #2a9fa6 !important;
    padding: 11px 26px;
    border-radius: 6px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.5px;
    text-decoration: none;
}
.service-cta .btn-call {
    background: rgba(255,255,255,0.15);
    border: 2px solid #fff;
    color: #fff !important;
    padding: 9px 26px;
    border-radius: 6px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.5px;
    text-decoration: none;
}
.service-cta .btn-cita:hover { background: #eafafa; }
.service-cta .btn-call:hover { background: rgba(255,255,255,0.28); }

/* FAQ */
.faq-item {
    border-bottom: 1px solid #e5e5e5;
    padding: 14px 0;
}
.faq-item h3 {
    font-size: 17px;
    color: #333;
    margin: 0 0 6px;
}
.faq-item p {
    margin: 0;
    color: #555;
}

@media (max-width: 600px) {
    .service-page h1 { font-size: 26px; }
    .service-page { font-size: 15px; }
}
