/*
Theme Name: Gabriel Veras Fisioterapeuta
Theme URI: https://tphconsultoria.com.br
Author: TPH Consultoria
Author URI: https://tphconsultoria.com.br
Description: Tema institucional premium para Gabriel Veras Fisioterapeuta. One Page + Blog.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 8.0
License: Privado
Text Domain: gabriel-veras
*/

/* === VARIÁVEIS GLOBAIS === */
:root {
    --azul:     #113247;
    --dourado:  #C7A661;
    --branco:   #FFFFFF;
    --cinza:    #F5F6F8;
    --cinza-texto: #555555;
    --fonte-titulo: 'Montserrat', sans-serif;
    --fonte-texto:  'Inter', sans-serif;
    --sombra: 0 4px 24px rgba(17,50,71,0.10);
    --raio: 12px;
    --transicao: all 0.3s ease;
}

/* === RESET === */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
    font-family: var(--fonte-texto);
    color: var(--azul);
    background: var(--branco);
    line-height: 1.7;
    font-size: 16px;
}

img { max-width: 100%; height: auto; display: block; }

a { text-decoration: none; color: inherit; }

ul { list-style: none; }

/* === TIPOGRAFIA === */
h1, h2, h3, h4, h5, h6 {
    font-family: var(--fonte-titulo);
    color: var(--azul);
    line-height: 1.25;
    font-weight: 700;
}

h1 { font-size: clamp(2rem, 5vw, 3.2rem); }
h2 { font-size: clamp(1.6rem, 3.5vw, 2.4rem); }
h3 { font-size: clamp(1.1rem, 2.5vw, 1.4rem); }
p  { font-size: 1rem; color: var(--cinza-texto); }

/* === UTILITÁRIOS === */
.container {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 24px;
}

.section-padding { padding: 90px 0; }

.text-center { text-align: center; }

.badge-crefito {
    display: inline-block;
    background: var(--dourado);
    color: var(--branco);
    font-family: var(--fonte-titulo);
    font-weight: 700;
    font-size: 0.85rem;
    letter-spacing: 2px;
    padding: 8px 20px;
    border-radius: 50px;
    margin-bottom: 16px;
}

/* === BOTÕES === */
.btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: var(--fonte-titulo);
    font-weight: 700;
    font-size: 1rem;
    padding: 16px 32px;
    border-radius: 50px;
    transition: var(--transicao);
    cursor: pointer;
    border: none;
    letter-spacing: 0.5px;
}

.btn-dourado {
    background: var(--dourado);
    color: var(--branco);
    box-shadow: 0 4px 20px rgba(199,166,97,0.35);
}

.btn-dourado:hover {
    background: #b8924f;
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(199,166,97,0.45);
}

.btn-outline {
    background: transparent;
    color: var(--branco);
    border: 2px solid var(--branco);
}

.btn-outline:hover {
    background: var(--branco);
    color: var(--azul);
}

/* === SECTION LABEL === */
.section-label {
    display: inline-block;
    font-family: var(--fonte-titulo);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: var(--dourado);
    margin-bottom: 12px;
}

.section-title {
    font-family: var(--fonte-titulo);
    font-weight: 800;
    color: var(--azul);
    margin-bottom: 16px;
}

.section-title span { color: var(--dourado); }

.section-subtitle {
    font-size: 1.05rem;
    color: var(--cinza-texto);
    max-width: 600px;
    margin: 0 auto 50px;
}

/* === DIVISOR DOURADO === */
.divisor-dourado {
    width: 60px;
    height: 3px;
    background: var(--dourado);
    margin: 16px auto 0;
    border-radius: 2px;
}

/* === LINHA POLIGONAL DECORATIVA === */
.deco-line {
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 6px;
    background: linear-gradient(90deg, transparent 0%, var(--dourado) 40%, transparent 100%);
    opacity: 0.5;
}
