/* 
    PROJETO: Laboratório do Cavalo de Esporte
    ENGINEER: Hunter (Thunder Scripts & Sistemas)
    STYLE: Premium / Luxury High Performance
*/

:root {
    --primary: #005a42; /* Verde Escuro das fotos */
    --accent: #0da674;  /* Verde Vibrante dos botões */
    --bg-mint: #d3eee5; /* Fundo suave das capturas */
    --white: #ffffff;
    --text-main: #0b3d32;
    --text-muted: #66837d;
    --shadow-soft: 0 15px 40px rgba(0, 0, 0, 0.05);
    --radius-lg: 30px;
    --radius-md: 20px;
    --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

* { 
    margin: 0; 
    padding: 0; 
    box-sizing: border-box; 
    scroll-behavior: smooth; 
}

body { 
    font-family: 'Segoe UI', Roboto, -apple-system, sans-serif; 
    background-color: var(--bg-mint); 
    color: var(--text-main);
    line-height: 1.6;
    overflow-x: hidden;
}

/* --- HEADER --- */
header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 5%;
    background: rgba(240, 247, 244, 0.85);
    backdrop-filter: blur(12px);
    position: sticky;
    top: 0;
    z-index: 1000;
    border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}

.logo-area { display: flex; align-items: center; gap: 12px; }
.logo-area img { height: 45px; }
.logo-area h1 { font-size: 1.25rem; font-weight: 700; color: var(--primary); letter-spacing: -0.5px; }

nav { display: flex; align-items: center; gap: 2rem; }
nav a { 
    text-decoration: none; 
    color: var(--text-muted); 
    font-size: 0.95rem; 
    font-weight: 500; 
    transition: var(--transition); 
}
nav a:hover { color: var(--accent); }

.btn-req {
    background: var(--accent);
    color: white;
    border: none;
    padding: 12px 26px;
    border-radius: 50px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: var(--transition);
}
.btn-req:hover { background: var(--primary); transform: translateY(-2px); box-shadow: 0 5px 15px rgba(13, 166, 116, 0.3); }

/* --- HERO SECTION --- */
.hero {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    padding: 4rem 5% 6rem;
    gap: 50px;
    align-items: center;
}

.badge-credencial {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 18px;
    background: #dff2eb;
    color: var(--accent);
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.hero h2 { font-size: 4.2rem; line-height: 1.1; margin-bottom: 1.5rem; color: var(--primary); font-weight: 800; }
.hero h2 span { color: var(--accent); font-style: italic; }
.hero p { font-size: 1.2rem; color: var(--text-muted); margin-bottom: 2.5rem; max-width: 550px; }

.btn-primary { 
    background: var(--accent); 
    color: white; 
    border: none; 
    padding: 20px 40px; 
    border-radius: 50px; 
    font-weight: 700; 
    cursor: pointer;
    font-size: 1rem;
    transition: var(--transition);
    display: inline-flex;
    align-items: center;
    gap: 12px;
}
.btn-primary:hover { background: var(--primary); transform: scale(1.03); }

.hero-features { display: flex; gap: 25px; margin-top: 3rem; font-size: 0.95rem; color: var(--text-muted); font-weight: 500; }
.hero-features i { color: var(--accent); font-size: 1.1rem; }

/* Imagem do Hero (Captura de tela 2026-05-13 010341.jpg) */
.hero-image { position: relative; }
.hero-image img { width: 100%; border-radius: var(--radius-lg); box-shadow: 0 25px 50px rgba(0,0,0,0.12); }
.floating-badge {
    position: absolute;
    bottom: 30px; left: 30px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(8px);
    padding: 18px 28px;
    border-radius: var(--radius-md);
    display: flex;
    align-items: center;
    gap: 20px;
    box-shadow: var(--shadow-soft);
}
.floating-badge .number { 
    background: var(--accent); 
    color: white; 
    padding: 12px 18px; 
    border-radius: 14px; 
    font-weight: 800; 
    font-size: 1.8rem; 
}
.floating-badge .text { font-size: 0.95rem; line-height: 1.2; }

/* --- SEÇÕES GERAIS --- */
.section-title { font-size: 2.8rem; margin-bottom: 3.5rem; text-align: center; color: var(--primary); font-weight: 800; }
.section-title.left { text-align: left; margin-bottom: 1rem; }

/* --- CARDS QUEM SOMOS --- */
.cards-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; padding: 0 5%; margin-bottom: 6rem; }
.info-card { 
    background: var(--white); 
    padding: 45px; 
    border-radius: var(--radius-lg); 
    transition: var(--transition);
    border: 1px solid rgba(0,0,0,0.02);
}
.info-card:hover { transform: translateY(-12px); box-shadow: 0 20px 40px rgba(0,0,0,0.06); }
.card-icon { 
    color: var(--accent); 
    font-size: 1.6rem; 
    margin-bottom: 1.5rem; 
    background: #e0f2ec; 
    width: 55px; height: 55px; 
    display: flex; align-items: center; justify-content: center; 
    border-radius: 15px; 
}
.info-card h3 { margin-bottom: 1rem; color: var(--primary); }
.info-card p { color: var(--text-muted); font-size: 1rem; }

/* --- QUEM SOMOS TEXTO --- */
.quem-somos-texto {
    max-width: 1050px;
    margin: 0 auto 6rem;
    padding: 4rem 5%;
    background: rgba(255,255,255,0.55);
    backdrop-filter: blur(10px);
    border-radius: var(--radius-lg);
    border: 1px solid rgba(0,0,0,0.03);
    box-shadow: 0 20px 50px rgba(0,0,0,0.04);
    display: flex;
    flex-direction: column;
    gap: 1.8rem;
    position: relative;
    overflow: hidden;
}

.quem-somos-texto::before {
    content: '';
    position: absolute;
    width: 380px;
    height: 380px;
    background: radial-gradient(circle, rgba(13,166,116,0.08) 0%, transparent 70%);
    top: -180px;
    right: -140px;
    pointer-events: none;
}

.quem-somos-texto::after {
    content: '';
    position: absolute;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: rgba(13,166,116,0.04);
    bottom: -120px;
    left: -80px;
    pointer-events: none;
}

.section-title.left {
    text-align: center;
    margin-bottom: 2rem;
    font-size: 3.2rem;
    font-weight: 800;
    color: var(--primary);
    letter-spacing: -1px;
    position: relative;
    z-index: 2;
}

.section-title.left::after {
    content: '';
    width: 90px;
    height: 5px;
    background: linear-gradient(90deg, var(--accent), var(--primary));
    display: block;
    margin: 18px auto 0;
    border-radius: 50px;
}

.quem-somos-texto p {
    font-size: 1.08rem;
    color: #355850;
    line-height: 2;
    position: relative;
    z-index: 2;
    max-width: 920px;
    margin: 0 auto;
    text-align: center;
}

.quem-somos-texto p strong {
    color: var(--primary);
    font-weight: 700;
}

.quem-somos-texto:hover {
    transform: translateY(-4px);
    transition: var(--transition);
    box-shadow: 0 25px 60px rgba(0,0,0,0.06);
}

/* --- RESPONSIVO QUEM SOMOS --- */
@media (max-width: 768px) {
    .quem-somos-texto {
        padding: 3rem 1.5rem;
        gap: 1.4rem;
        margin-bottom: 4rem;
    }

    .section-title.left {
        font-size: 2.3rem;
    }

    .quem-somos-texto p {
        font-size: 1rem;
        line-height: 1.9;
    }
}
/* --- SERVIÇOS --- */
.servicos-header { 
    display: flex; 
    justify-content: space-between; 
    align-items: flex-end; 
    padding: 0 5% 3.5rem; 
}
.servicos-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; padding: 0 5% 6rem; }
.service-card { 
    background: var(--white); 
    padding: 45px; 
    border-radius: var(--radius-lg); 
    display: flex; 
    gap: 25px; 
    position: relative;
    overflow: hidden;
    transition: var(--transition);
}
.service-card:hover { transform: scale(1.02); }
.icon-bg { 
    font-size: 5rem; 
    color: rgba(13, 166, 116, 0.05); 
    position: absolute; 
    right: -15px; 
    top: -15px; 
}
.service-info h3 { font-size: 1.4rem; margin-bottom: 0.8rem; color: var(--primary); }

/* --- EQUIPE (Captura de tela 2026-05-13 010409.png) --- */
.equipe-grid { display: flex; justify-content: center; gap: 50px; flex-wrap: wrap; padding: 0 5% 6rem; }
.membro { text-align: center; }
.photo-frame {
    width: 210px; height: 210px;
    border-radius: 50%;
    border: 4px solid #b3e6d5;
    padding: 8px;
    margin: 0 auto 1.8rem;
    transition: var(--transition);
}
.photo-frame:hover { transform: rotate(5deg) scale(1.05); border-color: var(--accent); }
.photo-frame img { width: 100%; height: 100%; border-radius: 50%; object-fit: cover; }
.membro h3 { color: var(--primary); font-size: 1.3rem; }
.cargo { display: block; color: var(--accent); font-weight: 600; font-size: 0.9rem; margin-top: 5px; }
.crmv { color: var(--text-muted); font-size: 0.85rem; }

/* --- CONTATO (Captura de tela 2026-05-13 010415.png) --- */
.contato-container { 
    display: grid; 
    grid-template-columns: 1fr 1fr; 
    gap: 35px; 
    padding: 4rem 5%; 
    max-width: 1200px; 
    margin: 0 auto; 
}
.fale-conosco { 
    background: var(--primary); 
    color: var(--white); 
    padding: 60px; 
    border-radius: var(--radius-lg);
    box-shadow: 0 20px 40px rgba(0, 90, 66, 0.2);
}
.fale-conosco h2 { color: var(--white); font-size: 2.2rem; margin-bottom: 1rem; }
.contato-list { list-style: none; margin-top: 2.5rem; }
.contato-list li { 
    margin-bottom: 20px; 
    font-size: 1.15rem; 
    display: flex; 
    align-items: center; 
    gap: 15px; 
}
.contato-list i { color: var(--accent); width: 25px; }

.acesso-sistema { 
    background: var(--white); 
    padding: 60px; 
    border-radius: var(--radius-lg); 
    box-shadow: var(--shadow-soft); 
}
.acesso-sistema h3 { font-size: 1.8rem; margin-bottom: 1.5rem; }

.btn-full-green { 
    background: var(--accent); 
    color: white; 
    width: 100%; 
    padding: 22px; 
    border-radius: 50px; 
    border: none; 
    font-weight: 700; 
    font-size: 1.1rem;
    cursor: pointer; 
    margin-top: 25px; 
    transition: var(--transition);
}
.btn-full-green:hover { background: #0b8a61; transform: translateY(-3px); }

.btn-outline-green { 
    background: transparent; 
    color: var(--accent); 
    width: 100%; 
    padding: 20px; 
    border-radius: 50px; 
    border: 2px solid var(--accent); 
    font-weight: 700; 
    cursor: pointer; 
    margin-top: 15px; 
    transition: var(--transition);
}
.btn-outline-green:hover { background: var(--bg-mint); }

.certificacoes { display: flex; align-items: center; gap: 25px; margin-top: 40px; }
.certificacoes img { height: 45px; filter: grayscale(0.2); transition: 0.3s; }
.certificacoes img:hover { filter: grayscale(0); }

/* --- FOOTER --- */
footer { 
    padding: 4rem 5%; 
    text-align: center; 
    border-top: 1px solid rgba(0,0,0,0.05); 
    background: #d3eee5;
}
.thunder-link { 
    color: black;
    text-decoration: none; 
    font-weight: 800; 
    transition: 0.3s;
    position: relative;
}
.thunder-link:after {
    content: '';
    position: absolute;
    width: 100%; height: 2px;
    bottom: -2px; left: 0;
    background-color: var(--accent);
    transform: scaleX(0);
    transition: 0.3s;
}
.thunder-link:hover:after { transform: scaleX(1); }

/* --- RESPONSIVIDADE BRUTA --- */
@media (max-width: 1024px) {
    .hero { grid-template-columns: 1fr; text-align: center; }
    .hero h2 { font-size: 3rem; }
    .hero p { margin: 0 auto 2.5rem; }
    .hero-features { justify-content: center; }
    .servicos-grid, .contato-container { grid-template-columns: 1fr; }
    .servicos-header { flex-direction: column; align-items: center; text-align: center; }
    .servicos-header .btn-req { margin-top: 2rem; }
}