.line-dec {
    width: 100%;
    height: 1px;
    background-color: rgba(250, 250, 250, 0.5);
    flex-direction: column;
    margin: 15px auto;
}

.img-dentario {
    background-image: url("../img/implante/implante-dentario.png");
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: contain;
    transform: scaleX(-1);
}

.services {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
}

.improvements {
    display: flex;
    flex-direction: column;
    flex-basis: 250px;
    flex-grow: 1;
    max-width: 300px;
    text-align: center;
    align-items: center;
    padding: 15px;
}

.icon {
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    text-align: center;
    line-height: 90px;
    border-radius: 50%;
    margin: 0 auto 20px;
}

.improvements h3 {
    min-height: 2.6em;
}
.improvements p {
    font-size: 16px;
    line-height: 1.4;
}

.processo-implante {
    padding: 60px 20px;
    text-align: center;
}

.processo-implante h2 {
    font-size: 2em;
    margin-bottom: 40px;
}

.processo-grid {
    display: flex;
    border-radius: 2px;
    justify-content: center;
    gap: 25px;
    max-width: 1200px;
    margin: 0 auto;
}

.card-procedimento {
    background-color: #1b1b1b !important;
    color: #fff !important;
    border: none !important;
    border-radius: 10px;
    transition:
        box-shadow 0.4s ease-in-out,
        transform 0.2s ease-out;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.icone-procedimento {
    color: #b78d3a;
}

.card-procedimento:hover {
    box-shadow:
        0 0px 15px rgba(183, 141, 58, 0.8),
        0 0 30px rgba(183, 141, 58, 0.4);
    transform: translateY(-5px);
}

.imagens-beneficios {
    height: 180px;
    width: 260px;
    object-fit: contain;
}

.processo-card img {
    max-width: 50px;
    margin-bottom: 10px;
}

.processo-card h3 {
    color: #b78d3a;
}
/*  */

.comparativo-servicos {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 20px;
    gap: 50px;
}

.servico-descricao {
    flex: 1;
    max-width: 400px;
}

.servico-descricao:first-of-type {
    text-align: right;
}

.servico-divisor img {
    max-width: 280px;
    height: auto;
    width: 100%;
    border-radius: 20px;
}

.btn-teste {
    text-align: center;
}

.implante-sedacao {
    padding: 60px 20px;
    text-align: center;
}

.conteudo-centralizado {
    max-width: 700px;
    margin: 0 auto;
}

.img-destaque img {
    max-width: 100%;
    width: 300px;
    margin-bottom: 30px;
    border-radius: 15px;
}

.texto-chamada h3 {
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 15px;
    color: #b78d3a;
}

.texto-chamada p {
    font-size: 1.2em;
}
.subtitulo-destaque {
    font-size: 1.2em;
    font-weight: 600;
    margin-bottom: 20px;
}

.btn-agendar {
    display: inline-flex;
    font-family: var(--btn-font-family);
    text-decoration: none;
    text-align: center;
    border: none !important;

    background-color: #b78d3a;
    background: #b78d3a;

    color: white !important;
    font-size: var(--btn-font-size);
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.5px;

    padding: 18px 36px;
    border-radius: 40px;
    max-width: 550px;
    min-width: 260px;
    min-height: 58px;
    align-items: center;
    justify-content: center;

    transition:
        background 0.3s ease,
        color 0.3s ease;
}

.btn-agendar:hover {
    background-color: #ffffff;
    color: #b78d3a !important;
    border: 2px solid #b78d3a;
}

.implant-title {
    font-size: clamp(2.5rem, 7vw, 4rem);
    font-family: "Raleway-ExtraBold", "Raleway", Helvetica, Arial, sans-serif;
    color: #b78d3a;
    letter-spacing: 0.04em;
    text-transform: none;
    text-shadow: 0 3px 8px rgba(0, 0, 0, 0.6);
    margin-bottom: 1rem;
    line-height: 1.02;
}

@media (max-width: 768px) {
    .comparativo-servicos {
        flex-direction: column;
        gap: 30px;
    }
    .servico-descricao:first-of-type,
    .servico-descricao:last-of-type {
        text-align: center;
    }

    .container.text-center {
        padding-inline: 16px;
    }

    .container.text-center .col-md-4 {
        display: flex;
        justify-content: center;
    }

    .container.text-center .card-procedimento {
        width: min(100%, 360px);
        margin-inline: auto;
    }

    .titulo-procedimentos {
        font-size: clamp(2rem, 9vw, 2.8rem);
        line-height: 1.1;
    }

    .imagens-beneficios {
        width: min(72vw, 220px);
        height: auto;
    }
}

.hero-container {
    min-height: calc(100vh - 70px); /* Adjust based on actual header height */
}
