:root {
    --aysu-green: #758671;
    --aysu-green-dark: #52624f;
    --aysu-sage: #c9d2c7;
    --aysu-beige: #ddcbbe;
    --aysu-gold: #c19f79;
    --aysu-soft: #f3f3f3;
    --aysu-ink: #2b3229;
    --aysu-muted: #687062;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Montserrat", Arial, sans-serif;
    color: var(--aysu-ink);
    background: #fff;
    padding-top: 86px;
}

a {
    color: var(--aysu-green-dark);
}

.navbar {
    min-height: 86px;
}

.navbar-brand img {
    width: 220px;
    max-height: 58px;
    object-fit: contain;
}

.nav-link {
    color: var(--aysu-ink);
    font-weight: 600;
    font-size: .94rem;
}

.nav-link:hover,
.nav-link:focus {
    color: var(--aysu-green);
}

.btn {
    border-radius: 6px;
    font-weight: 700;
    letter-spacing: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .5rem;
}

.btn-brand {
    background: var(--aysu-green);
    border-color: var(--aysu-green);
    color: #fff;
}

.btn-brand:hover,
.btn-brand:focus {
    background: var(--aysu-green-dark);
    border-color: var(--aysu-green-dark);
    color: #fff;
}

.btn-whatsapp {
    background: #25d366;
    border-color: #25d366;
    color: #050505;
}

.btn-whatsapp i,
.btn-whatsapp span {
    color: #050505;
}

.btn-whatsapp:hover,
.btn-whatsapp:focus {
    background: #1ec95f;
    border-color: #1ec95f;
    color: #050505;
}

.btn-outline-brand {
    color: var(--aysu-green-dark);
    border-color: var(--aysu-green);
    background: transparent;
}

.btn-outline-brand:hover,
.btn-outline-brand:focus {
    color: #fff;
    background: var(--aysu-green);
    border-color: var(--aysu-green);
}

.eyebrow {
    color: var(--aysu-green);
    text-transform: uppercase;
    letter-spacing: .12em;
    font-size: .78rem;
    font-weight: 800;
    margin-bottom: .75rem;
}

.section-title {
    font-weight: 800;
    line-height: 1.08;
    color: var(--aysu-ink);
    margin-bottom: 1rem;
}

.section-copy {
    color: var(--aysu-muted);
    font-size: 1.04rem;
    line-height: 1.75;
}

.hero {
    display: flex;
    align-items: center;
    background:
        linear-gradient(90deg, rgba(243,243,243,.96) 0%, rgba(243,243,243,.88) 47%, rgba(221,203,190,.74) 100%),
        url("../img/aysu-identidade-visual-pattern.webp") center/920px repeat;
    position: relative;
    overflow: hidden;
    padding: 40px 0;
}

.hero h1 {
    font-size: clamp(1.18rem, 2.5vw, 2.5rem);
    line-height: .98;
    font-weight: 800;
    margin-bottom: 1.25rem;
}

.service-hero h1.display-4 {
    font-size: clamp(1.18rem, 2.5vw, 2.25rem);
}

.hero-lead {
    font-size: 1.15rem;
    line-height: 1.75;
    color: var(--aysu-muted);
    max-width: 650px;
}

.hero-logo {
    width: min(100%, 560px);
    filter: drop-shadow(0 24px 38px rgba(82, 98, 79, .16));
}

.hero-image-carousel {
    width: min(100%, 480px);
    margin-left: auto;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid rgba(117,134,113,.18);
    box-shadow: 0 28px 58px rgba(43,50,41,.16);
    background: #fff;
}

.hero-service-photo {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    display: block;
}

.clinic-section-photo {
    width: 100%;
    aspect-ratio: 3 / 2;
    object-fit: cover;
    border-radius: 8px;
    border: 1px solid rgba(117,134,113,.18);
    box-shadow: 0 20px 42px rgba(43,50,41,.12);
}

.service-hero-image {
    width: 100%;
    max-width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 24px 48px rgba(43,50,41,.14);
    border: 1px solid rgba(117,134,113,.18);
}

.hero-panel {
    background: rgba(255,255,255,.74);
    border: 1px solid rgba(117,134,113,.16);
    border-radius: 8px;
    padding: 1rem;
}

.hero-stat {
    display: flex;
    gap: .75rem;
    align-items: flex-start;
    color: var(--aysu-muted);
    font-weight: 600;
}

.hero-stat i {
    color: var(--aysu-green);
    font-size: 1.35rem;
}

.section-pad {
    padding: 92px 0;
}

.band-soft {
    background: var(--aysu-soft);
}

.band-sage {
    background: linear-gradient(135deg, var(--aysu-sage), #eef1ed);
}

.service-card {
    height: 100%;
    border: 1px solid rgba(117,134,113,.18);
    border-radius: 8px;
    padding: 1.35rem;
    background: #fff;
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.service-card:hover {
    transform: translateY(-3px);
    border-color: rgba(117,134,113,.36);
    box-shadow: 0 16px 38px rgba(43,50,41,.08);
}

.service-icon {
    width: 42px;
    height: 42px;
    border-radius: 8px;
    background: var(--aysu-beige);
    color: var(--aysu-green-dark);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.35rem;
    margin-bottom: 1rem;
}

.service-card h3 {
    font-size: 1.05rem;
    font-weight: 800;
    margin-bottom: .6rem;
}

.service-card p {
    color: var(--aysu-muted);
    line-height: 1.65;
    margin-bottom: 1rem;
}

.service-card a {
    font-weight: 800;
    text-decoration: none;
}

.feature-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.feature-list li {
    display: flex;
    gap: .7rem;
    align-items: flex-start;
    margin-bottom: .85rem;
    color: var(--aysu-muted);
}

.feature-list i {
    color: var(--aysu-green);
    margin-top: .12rem;
}

.cta-band {
    background: var(--aysu-green);
    color: #fff;
    padding: 48px 0;
}

.cta-band p {
    color: rgba(255,255,255,.86);
}

.cta-band .btn-light {
    color: var(--aysu-green-dark);
}

.specialty-pill {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    padding: .55rem .72rem;
    border-radius: 6px;
    background: rgba(255,255,255,.72);
    color: var(--aysu-green-dark);
    text-decoration: none;
    font-weight: 700;
    font-size: .9rem;
    margin: .25rem;
    border: 1px solid rgba(117,134,113,.2);
}

.specialty-pill:hover {
    background: #fff;
    color: var(--aysu-ink);
}

.service-hero {
    padding: 82px 0 70px;
    background:
        linear-gradient(135deg, rgba(243,243,243,.96), rgba(221,203,190,.62)),
        url("../img/aysu-identidade-visual-pattern-secundario.webp") center/860px repeat;
}

.breadcrumb {
    --bs-breadcrumb-divider-color: var(--aysu-muted);
    font-size: .9rem;
}

.service-detail {
    border-left: 5px solid var(--aysu-green);
    background: #fff;
    border-radius: 8px;
    padding: 1.5rem;
    box-shadow: 0 14px 34px rgba(43,50,41,.07);
}

.info-box {
    background: var(--aysu-soft);
    border-radius: 8px;
    padding: 1.25rem;
    height: 100%;
}

.info-box h2,
.info-box h3 {
    font-size: 1.05rem;
    font-weight: 800;
}

.topic-card {
    height: 100%;
    background: #fff;
    border: 1px solid rgba(117,134,113,.18);
    border-radius: 8px;
    padding: 1.2rem;
}

.topic-card h3 {
    font-size: 1.02rem;
    font-weight: 800;
    color: var(--aysu-green-dark);
    margin-bottom: .55rem;
}

.topic-card p {
    color: var(--aysu-muted);
    line-height: 1.65;
    margin: 0;
}

.faq-section {
    background: #fff;
}

.faq-accordion {
    border-top: 1px solid rgba(117,134,113,.18);
}

.faq-accordion .accordion-item {
    border: 0;
    border-bottom: 1px solid rgba(117,134,113,.18);
}

.faq-accordion .accordion-button {
    padding: 1.2rem 0;
    font-weight: 800;
    color: var(--aysu-ink);
    background: #fff;
    box-shadow: none;
    letter-spacing: 0;
}

.faq-accordion .accordion-button:not(.collapsed) {
    color: var(--aysu-green-dark);
}

.faq-accordion .accordion-button:focus {
    box-shadow: none;
    border-color: transparent;
}

.faq-accordion .accordion-body {
    padding: 0 0 1.35rem;
    color: var(--aysu-muted);
    line-height: 1.75;
}

.site-footer {
    background: var(--aysu-green-dark);
    color: rgba(255,255,255,.82);
    padding: 70px 0 28px;
}

.footer-logo {
    width: 230px;
    background: rgba(255,255,255,.96);
    border-radius: 8px;
    padding: .55rem .7rem;
}

.footer-title {
    color: #fff;
    font-size: 1rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .08em;
    margin-bottom: 1rem;
}

.footer-links {
    columns: 2;
}

.footer-links a {
    display: block;
    color: rgba(255,255,255,.82);
    text-decoration: none;
    margin-bottom: .48rem;
    break-inside: avoid;
}

.footer-links a:hover,
.footer-contact:hover {
    color: #fff;
}

.footer-contact {
    color: #fff;
    font-weight: 800;
}

.footer-bottom {
    border-top: 1px solid rgba(255,255,255,.15);
    margin-top: 44px;
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
    font-size: .88rem;
}

.whatsapp-float {
    position: fixed;
    right: 18px;
    bottom: 18px;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: #25d366;
    color: #050505;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    text-decoration: none;
    box-shadow: 0 16px 30px rgba(37,211,102,.32);
    z-index: 1040;
}

.whatsapp-float:hover {
    color: #050505;
    background: #1fb85a;
}

@media (max-width: 991.98px) {
    body {
        padding-top: 78px;
    }

    .navbar {
        min-height: 78px;
    }

    .navbar-brand img {
        width: 178px;
    }

    .hero {
        min-height: auto;
        padding: 40px 0;
    }

    .hero-logo {
        width: min(88vw, 420px);
        margin-top: 2rem;
    }

    .hero-image-carousel {
        width: min(100%, 420px);
        margin: 2rem auto 0;
    }

    .service-hero-image {
        width: 100%;
        max-width: 100%;
        margin-top: 1.4rem;
    }

    .section-pad {
        padding: 68px 0;
    }

    .footer-links {
        columns: 1;
    }
}

@media (max-width: 575.98px) {
    .hero h1 {
        font-size: 1.23rem;
    }

    .hero-lead,
    .section-copy {
        font-size: 1rem;
    }

    .btn {
        width: 100%;
    }

    .specialty-pill {
        width: 100%;
        justify-content: center;
    }
}
