/* Reset básico */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    font-family: 'Segoe UI', Arial, sans-serif;
    background: #fff;
    color: #222;
    line-height: 1.6;
}
header {
    background: #0a1a3a;
    color: #fff;
    padding-bottom: 2rem;
}
.top-bar {
    text-align: right;
    padding: 0.5rem 2rem 0 0;
}
.top-bar ul {
    list-style: none;
    display: flex;
    justify-content: flex-end;
    gap: 2rem;
}
.top-bar a {
    color: #fff;
    text-decoration: none;
    font-size: 0.95rem;
}
.hero {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem 1rem 0 1rem;
}
.logo-area {
    flex: 1;
}
.logo {
    width: 90px;
    margin-bottom: 1rem;
}
.hero-img img {
    width: 320px;
    border-radius: 12px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.15);
    display: block;
    margin: 0 auto;
}
.intro {
    background: #fff;
    max-width: 900px;
    margin: -60px auto 2rem auto;
    padding: 2rem;
    border-radius: 16px;
    box-shadow: 0 2px 16px rgba(0,0,0,0.07);
    text-align: center;
}
.intro-imgs {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin: 1.5rem 0;
}
.intro-imgs img {
    width: 180px;
    border-radius: 10px;
}
.cta {
    margin-top: 1.5rem;
}
#agendar-avaliacao {
    background: #0ac36e;
    color: #fff;
    border: none;
    padding: 0.9rem 2.2rem;
    border-radius: 30px;
    font-size: 1.1rem;
    cursor: pointer;
    font-weight: bold;
    transition: background 0.2s;
}
#agendar-avaliacao:hover {
    background: #099a56;
}
.procedimentos {
    background: #f7fafd;
    padding: 2.5rem 0;
    text-align: center;
}
.procedimentos h3 {
    color: #0a1a3a;
    margin-bottom: 2rem;
    font-size: 2.3rem;
    font-weight: 800;
    letter-spacing: 0.5px;
}
.cards {
    display: flex;
    justify-content: center;
    gap: 1.2rem;
    flex-wrap: wrap;
}
.card {
    background: transparent;
    border-radius: 18px;
    box-shadow: none;
    padding: 0;
    width: 320px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 1.2rem;
}
.card img {
    width: 100%;
    max-width: 320px;
    height: 180px;
    object-fit: cover;
    border-radius: 18px 18px 0 0;
    margin-bottom: 0;
}
.card-content {
    background: #fff;
    border-radius: 0 0 18px 18px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
    padding: 1.2rem 1rem 1.5rem 1rem;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.card h4 {
    color: #0a1a3a;
    margin-bottom: 0.5rem;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0.5px;
}
.card p {
    font-size: 0.98rem;
    margin-bottom: 1.2rem;
}
.whatsapp-btn {
    background: #25d366;
    color: #fff;
    border: none;
    padding: 1rem 0;
    border-radius: 25px;
    font-size: 1.1rem;
    cursor: pointer;
    font-weight: 600;
    transition: background 0.2s;
    width: 100%;
    margin-top: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
}
.whatsapp-btn img {
    width: 26px;
    height: 26px;
    margin: 0;
    filter: brightness(0) invert(1);
}
.whatsapp-btn:hover {
    background: #1da851;
}
.valores {
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin: 2.5rem 0;
    flex-wrap: wrap;
}
.valor-item {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.06);
    padding: 1.2rem 1rem;
    width: 220px;
    text-align: center;
}
.valor-icone {
    width: 48px;
    height: 48px;
    display: block;
    margin: 0 auto 0.7rem auto;
    filter: grayscale(0);
}
.sobre-mim {
    background: #0a1a3a;
    color: #fff;
    padding: 3rem 0 2rem 0;
}
.sobre-mim h3 {
    text-align: center;
    margin-bottom: 2rem;
}
.sobre-content {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 2.5rem;
    max-width: 1000px;
    margin: 0 auto;
    flex-wrap: wrap;
}
.sobre-text {
    flex: 2;
    font-size: 1.08rem;
    line-height: 1.7;
}
.sobre-img img {
    width: 220px;
    border-radius: 50%;
    border: 4px solid #fff;
    box-shadow: 0 2px 16px rgba(0,0,0,0.12);
}
footer {
    background: #06112a;
    color: #fff;
    padding: 2rem 0 1rem 0;
    text-align: center;
}
.footer-logo img {
    width: 60px;
    margin-bottom: 0.5rem;
}
.footer-contato ul {
    list-style: none;
    padding: 0;
    margin: 0.5rem 0 1rem 0;
}
.footer-contato li {
    margin-bottom: 0.5rem;
}
.footer-contato a {
    color: #fff;
    text-decoration: none;
    font-size: 1.05rem;
}
.footer-copy {
    margin-top: 1.2rem;
    font-size: 0.95rem;
    color: #b0b8c9;
}
.footer-contact-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2.5rem 0 2rem 0;
    background: #fff;
    color: #0a1a3a;
}
.footer-logo-img {
    width: 140px;
    margin-bottom: 2rem;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.footer-title {
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 0.2rem;
    color: #1a2340;
}
.footer-cro {
    font-size: 1rem;
    color: #4a5670;
    margin-bottom: 2rem;
}
.footer-contato-titulo {
    font-size: 1.3rem;
    font-weight: 400;
    margin-bottom: 0.2rem;
    margin-top: 0.5rem;
    letter-spacing: 0.5px;
}
.footer-line {
    width: 180px;
    border: none;
    border-top: 3px solid #0a1a3a;
    margin: 0.5rem 0 1.5rem 0;
}
.footer-contatos {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.2rem;
}
.footer-contato-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.2rem;
    text-align: center;
}
.footer-contato-item a {
    justify-content: center;
}
.footer-icon {
    width: 32px;
    height: 32px;
    margin-right: 1rem;
    vertical-align: middle;
}
.footer-contato-item span {
    font-size: 1.25rem;
    color: #0a1a3a;
    font-weight: 400;
}
.hero-container {
    position: relative;
    z-index: 1;
    background: #0a1a3a;
    padding-bottom: 0;
    margin-bottom: 0;
    overflow-x: hidden;
}
.hero-img {
    margin-bottom: 0;
    width: 100%;
    max-width: 600px;
    padding-left: 1rem;
    padding-right: 1rem;
    box-sizing: border-box;
}
.hero-img img {
    width: 100%;
    max-width: 600px;
    border-radius: 12px;
    box-shadow: none;
    display: block;
    margin: 0 auto 0 auto;
}
.intro {
    position: relative;
    z-index: 3;
    margin-top: 0;
}
@media (max-width: 700px) {
    .hero-img {
        max-width: 100vw;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
    .hero-img img {
        max-width: 100vw;
    }
    .intro {
        padding: 1.2rem 0.5rem;
    }
}
@media (max-width: 900px) {
    .hero {
        flex-direction: column;
        text-align: center;
    }
    .hero-img img {
        margin-top: 1.5rem;
    }
    .cards, .valores, .sobre-content {
        flex-direction: column;
        align-items: center;
    }
    .sobre-img img {
        margin-top: 2rem;
    }
}
@media (max-width: 600px) {
    .footer-contact-box {
        padding: 1.5rem 0 1rem 0;
    }
    .footer-contatos {
        max-width: 95vw;
    }
    .footer-icon {
        width: 38px;
        height: 38px;
        padding: 5px;
    }
    .footer-contato-item span {
        font-size: 1.05rem;
    }
    .hero-img {
        width: 90vw;
        top: 30px;
        margin-bottom: 0;
    }
    .hero-container {
        padding-bottom: 0;
    }
    .intro {
        margin-top: 0;
    }
} 