/* --- Estilos Gerais --- */
:root {
    --gold-gradient: linear-gradient(45deg, #5B3C19, #FAD5A4, #FCE3BA);
    --bg-color: #EFE9DF;
    --text-primary: #000000;
    --text-secondary: #444444;
}

body {
    background-color: var(--bg-color);
    font-family: 'Arboria', sans-serif;
    color: var(--text-primary);
}

/* --- Header da Página --- */
.page-header {
    text-align: center;
    padding: 40px 0 0 0;
}

.main-title-page {
    font-size: 3.5rem;
    color: #000000;
    font-weight: 300;
    margin-top: 15px;
}

.subheadline-dark {
    max-width: 750px;
    margin: 20px auto 0;
    color: #444;
    font-weight: 300;
    line-height: 1.6;
}

/* --- Blocos de Procedimento Padronizados --- */
.procedure-block {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 80px;
    align-items: center;
    padding: 100px 0;
    border-bottom: 1px solid rgba(91, 60, 25, 0.08);
}

.procedure-block:last-child {
    border-bottom: none;
}

.procedure-image {
    position: relative;
    width: 100%;
}

.procedure-image img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border-radius: 8px;
    position: relative;
    z-index: 2;
}

.gold-frame-detail {
    position: absolute;
    top: 20px;
    left: -20px;
    width: 100%;
    height: 100%;
    border: 1px solid #FAD5A4;
    border-radius: 8px;
    z-index: 1;
}

/* --- Texto dos Procedimentos --- */
.procedure-text h2 {
    font-size: 2.8rem;
    color: #000000;
    font-weight: 300;
    margin-bottom: 25px;
}

.eyebrow-sm {
    display: block;
    font-size: 11px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #5B3C19;
    font-weight: 700;
    margin-bottom: 10px;
}

.procedure-text p {
    font-size: 1.1rem;
    color: #444;
    font-weight: 300;
    line-height: 1.8;
}

.benefit-list {
    list-style: none;
    margin-top: 30px;
}

.benefit-list li {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 15px;
    font-size: 0.95rem;
    font-weight: 600;
    color: #1A140E;
}

.benefit-list i {
    color: #FAD5A4;
    font-size: 1.4rem;
}

/* --- Responsividade Mobile --- */
@media (max-width: 992px) {
    .procedure-block {
        grid-template-columns: 1fr;
        gap: 50px;
        text-align: center;
    }
    .procedure-image {
        max-width: 500px;
        margin: 0 auto;
    }
    .gold-frame-detail {
        left: 0;
        top: 15px;
    }
    .benefit-list li {
        justify-content: center;
    }
    .main-title-page { font-size: 2.5rem; }
}
/* Botão de Chamada para Ação nos Procedimentos */
.btn-procedure-cta {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-top: 35px; /* Espaço após a lista de benefícios */
    padding: 16px 35px;
    background: var(--gold-gradient);
    color: #1A140E; /* Texto em ébano para legibilidade no dourado */
    text-decoration: none;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    box-shadow: 0 4px 15px rgba(91, 60, 25, 0.1);
}

.btn-procedure-cta i {
    font-size: 16px;
    transition: transform 0.3s ease;
}

/* Efeito de Hover (Padrão 11 de 10) */
.btn-procedure-cta:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 25px rgba(91, 60, 25, 0.25);
    filter: brightness(1.1);
}

.btn-procedure-cta:hover i {
    transform: translateX(5px); /* A seta indica o caminho da conversão */
}

/* Ajuste Mobile para centralização */
@media (max-width: 992px) {
    .btn-procedure-cta {
        display: flex;
        justify-content: center;
        max-width: 300px;
        margin: 35px auto 0 auto;
    }
}

/* --- Seção de Profissionais --- */
.professionals-section {
    padding-top: 0; /* Colado na página de serviços conforme solicitado */
    padding-bottom: 80px;
}

.section-header-compact {
    text-align: center;
    margin-bottom: 50px;
}

.professionals-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr); /* 5 por linha */
    gap: 15px; /* Espaço pequeno para caber todos elegantemente */
}

.pro-card {
    position: relative;
    aspect-ratio: 1 / 1; /* Formato perfeitamente quadrado */
    overflow: hidden;
    border-radius: 8px; /* Mantendo o padrão de 8px do projeto */
}

.pro-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.pro-card:hover img {
    transform: scale(1.1); /* Efeito suave ao passar o mouse */
}

/* Overlay Escuro na parte inferior */
.pro-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px 15px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
    color: #EFE9DF;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    z-index: 2;
}

.pro-overlay h3 {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 2px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.pro-overlay p {
    font-size: 11px;
    font-weight: 300; /* Arboria Thin Style */
    color: #FAD5A4; /* Dourado para a especialidade */
    margin-bottom: 4px;
}

.pro-overlay span {
    font-size: 9px;
    opacity: 0.7;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Responsividade */
@media (max-width: 1024px) {
    .professionals-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 600px) {
    .professionals-grid { grid-template-columns: repeat(2, 1fr); }
    .pro-overlay h3 { font-size: 12px; }
    .pro-overlay p { font-size: 10px; }
}