/*
Theme Name: Natanael Barros Advogados - Site Institucional
Author: Claude
Description: Site institucional para escritório de advocacia
Version: 1.0
*/

/* Reset e estilos base */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #323335;
    background-color: #fafafa;
}

.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

h1, h2, h3, h4, h5, h6 {
    margin-bottom: 20px;
    font-weight: 700;
    line-height: 1.3;
}

p {
    margin-bottom: 20px;
}

a {
    text-decoration: none;
    transition: all 0.3s ease;
}

ul {
    list-style: none;
}

img {
    max-width: 100%;
    height: auto;
}

/* Utilitários */
.highlight {
    color: #E1C890;
}

.section-tag {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #E1C890;
    margin-bottom: 15px;
    position: relative;
}

.section-tag:before, .section-tag:after {
    content: '';
    display: inline-block;
    height: 1px;
    width: 40px;
    background-color: #E1C890;
    vertical-align: middle;
    margin: 0 10px;
}

.section-header {
    text-align: center;
    margin-bottom: 50px;
}

.section-header h2 {
    font-size: 36px;
    margin-bottom: 15px;
    color: #323335;
}

.section-subtitle {
    font-size: 17px;
    color: #666;
    max-width: 800px;
    margin: 0 auto 30px;
    line-height: 1.6;
}

/* Botões */
.cta-button {
    display: inline-block;
    padding: 14px 28px;
    background-color: #E1C890;
    color: #323335;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 4px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(225, 200, 144, 0.3);
}

.cta-button i {
    margin-right: 8px;
}

.cta-button:hover {
    background-color: #d4b978;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(225, 200, 144, 0.4);
}

.primary-btn {
    background-color: #E1C890;
    color: #323335;
}

.text-btn {
    color: #E1C890;
    font-weight: 500;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    margin-left: 20px;
}

.text-btn i {
    font-size: 12px;
    margin-left: 5px;
    transition: transform 0.3s ease;
}

.text-btn:hover {
    text-decoration: none;
    color: #d4b978;
}

.text-btn:hover i {
    transform: translateX(3px);
}

/* Header */
.site-header {
    background-color: rgba(50, 51, 53, 0.95);
    padding: 15px 0;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
    backdrop-filter: blur(10px);
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
}

.site-header.scrolled {
    background-color: rgba(50, 51, 53, 0.98);
    padding: 10px 0;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}

.site-header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo a {
    display: flex;
    align-items: center;
    color: #fff;
}

.logo-img {
    height: 50px;
    width: auto;
    margin-right: 15px;
    transition: all 0.3s ease;
}

.site-header.scrolled .logo-img {
    height: 40px;
}

.logo-text {
    display: flex;
    flex-direction: column;
}

.logo h1 {
    font-size: 16px;
    margin-bottom: 0;
    color: #E1C890;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.logo span {
    font-size: 12px;
    font-weight: 300;
    color: #fff;
    letter-spacing: 0.5px;
}

/* Navegação */
.main-navigation {
    display: flex;
    align-items: center;
}

.nav-menu {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 30px;
}

.nav-menu li a {
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    padding: 10px 0;
}

.nav-menu li a:hover {
    color: #E1C890;
}

.header-cta .cta-button {
    padding: 12px 24px;
    font-size: 13px;
}

/* Hero Section */
.hero-section {
    background-color: #323335;
    background-image: linear-gradient(rgba(50, 51, 53, 0.3), rgba(50, 51, 53, 0.6)), url('consumidor1.jpg');
    background-size: cover;
    background-position: center;
    color: #fff;
    padding: 220px 0 140px;
    position: relative;
    text-align: center;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(50, 51, 53, 0.3), rgba(50, 51, 53, 0.3));
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 900px;
    margin: 0 auto;
}

.hero-content h1 {
    font-size: 42px;
    line-height: 1.2;
    margin-bottom: 30px;
    color: #E1C890;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
}

.hero-content p {
    font-size: 18px;
    margin-bottom: 40px;
    color: #fff;
    font-weight: 300;
    line-height: 1.6;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.hero-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

/* Seção Sobre/Valores */
.risks-section {
    background-color: #fff;
    padding: 120px 0;
}

.about-values {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
    margin-top: 60px;
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.about-values.reveal-active {
    opacity: 1;
    transform: translateY(0);
}

.value-item {
    background-color: #fff;
    border-radius: 10px;
    padding: 40px 30px;
    text-align: left;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05);
    border-top: 4px solid #E1C890;
    transition: all 0.3s ease;
    opacity: 0;
    transform: translateY(20px);
}

.value-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.reveal-active .value-item:nth-child(1) {
    transition-delay: 0.1s;
    opacity: 1;
    transform: translateY(0);
}

.reveal-active .value-item:nth-child(2) {
    transition-delay: 0.3s;
    opacity: 1;
    transform: translateY(0);
}

.reveal-active .value-item:nth-child(3) {
    transition-delay: 0.5s;
    opacity: 1;
    transform: translateY(0);
}

.value-icon {
    color: #E1C890;
    font-size: 36px;
    margin-bottom: 20px;
}

.value-item h3 {
    color: #323335;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}

.value-item p {
    color: #666;
    font-size: 15px;
    line-height: 1.6;
}

/* Seção de Áreas de Atuação */
.services-section {
    background-color: #f5f5f7;
    padding: 120px 0;
    position: relative;
}

.services-section:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(135deg, rgba(225, 200, 144, 0.03) 25%, transparent 25%), 
                      linear-gradient(225deg, rgba(225, 200, 144, 0.03) 25%, transparent 25%), 
                      linear-gradient(45deg, rgba(225, 200, 144, 0.03) 25%, transparent 25%), 
                      linear-gradient(315deg, rgba(225, 200, 144, 0.03) 25%, transparent 25%);
    background-position: 40px 0, 40px 0, 0 0, 0 0;
    background-size: 80px 80px;
    background-repeat: repeat;
}

.areas-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
    gap: 30px;
    margin-top: 60px;
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.areas-grid.reveal-active {
    opacity: 1;
    transform: translateY(0);
}

.area-item {
    background-color: #fff;
    border-radius: 10px;
    padding: 40px 30px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05);
    border-left: 4px solid #E1C890;
    transition: all 0.3s ease;
    opacity: 0;
    transform: translateY(20px);
}

.area-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.reveal-active .area-item:nth-child(odd) {
    transition-delay: 0.1s;
    opacity: 1;
    transform: translateY(0);
}

.reveal-active .area-item:nth-child(even) {
    transition-delay: 0.3s;
    opacity: 1;
    transform: translateY(0);
}

.area-item h3 {
    color: #323335;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.area-item h3 i {
    color: #E1C890;
    margin-right: 15px;
    font-size: 24px;
}

.area-item p {
    color: #666;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 20px;
}

.area-item ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.area-item ul li {
    color: #555;
    font-size: 14px;
    margin-bottom: 8px;
    padding-left: 20px;
    position: relative;
}

.area-item ul li:before {
    content: "•";
    color: #E1C890;
    position: absolute;
    left: 0;
    font-size: 18px;
}

/* CTA Section */
.cta-section {
    padding: 120px 0;
    background-color: #323335;
    background-image: linear-gradient(rgba(50, 51, 53, 0.5), rgba(50, 51, 53, 0.5)), url('consumidor2.jpg');
    background-size: cover;
    background-position: center;
    color: #fff;
    text-align: center;
    position: relative;
}

.cta-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
    margin: 0 auto;
}

.cta-content h2 {
    font-size: 36px;
    margin-bottom: 25px;
    color: #E1C890;
    font-weight: 700;
    line-height: 1.3;
}

.cta-content p {
    font-size: 18px;
    margin-bottom: 40px;
    color: #fff;
    line-height: 1.6;
}

/* Team Section */
.team-section {
    padding: 120px 0;
    background-color: #fff;
}

.team-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
    margin-top: 60px;
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.team-grid.reveal-active {
    opacity: 1;
    transform: translateY(0);
}

.team-member {
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(225, 200, 144, 0.1);
    opacity: 0;
    transform: translateY(20px);
}

.team-member:hover {
    transform: translateY(-15px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    border-color: rgba(225, 200, 144, 0.3);
}

.reveal-active .team-member:nth-child(1) {
    transition-delay: 0.1s;
    opacity: 1;
    transform: translateY(0);
}

.reveal-active .team-member:nth-child(2) {
    transition-delay: 0.3s;
    opacity: 1;
    transform: translateY(0);
}

.team-image {
    width: 100%;
    height: 350px;
    background-size: cover;
    background-position: center top;
    transition: all 0.5s ease;
    display: block;
}

.team-member:hover .team-image {
    transform: scale(1.05);
}

.team-info {
    padding: 30px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    visibility: visible;
}

.team-info h3 {
    font-size: 22px;
    margin-bottom: 5px;
    color: #323335;
    font-weight: 600;
}

.team-position {
    font-size: 16px;
    color: #E1C890;
    margin-bottom: 20px;
    font-weight: 500;
}

.team-bio {
    color: #666;
    font-size: 15px;
    margin-bottom: 25px;
    line-height: 1.6;
    flex-grow: 1;
}

.team-social {
    display: flex;
    gap: 12px;
}

.team-social .social-icon {
    width: 40px;
    height: 40px;
    background-color: rgba(225, 200, 144, 0.1);
    color: #E1C890;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.team-social .social-icon:hover {
    background-color: #E1C890;
    color: #323335;
}

/* Contact Section */
.contact-section {
    padding: 120px 0;
    background-color: #f5f5f7;
}

.contact-container {
    max-width: 1000px;
    margin: 0 auto;
}

.contact-info {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 30px;
    margin-top: 60px;
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.contact-info.reveal-active {
    opacity: 1;
    transform: translateY(0);
}

.contact-card {
    background-color: #fff;
    border-radius: 10px;
    padding: 30px;
    text-align: center;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    border: 1px solid rgba(225, 200, 144, 0.1);
    opacity: 0;
    transform: translateY(20px);
}

.contact-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    border-color: rgba(225, 200, 144, 0.3);
}

.reveal-active .contact-card:nth-child(1) { transition-delay: 0.1s; opacity: 1; transform: translateY(0); }
.reveal-active .contact-card:nth-child(2) { transition-delay: 0.2s; opacity: 1; transform: translateY(0); }
.reveal-active .contact-card:nth-child(3) { transition-delay: 0.3s; opacity: 1; transform: translateY(0); }
.reveal-active .contact-card:nth-child(4) { transition-delay: 0.4s; opacity: 1; transform: translateY(0); }

.contact-icon {
    color: #E1C890;
    font-size: 30px;
    margin-bottom: 20px;
}

.contact-card h3 {
    color: #323335;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.contact-card p {
    color: #666;
    font-size: 15px;
}

/* Footer */
.site-footer {
    background-color: #323335;
    color: #fff;
    position: relative;
}

.footer-top {
    background-image: linear-gradient(rgba(50, 51, 53, 0.9), rgba(50, 51, 53, 0.95)), url('consumidor3.jpg');
    background-size: cover;
    background-position: center;
    padding: 80px 0;
    text-align: center;
    position: relative;
}

.footer-cta {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
}

.footer-cta h2 {
    color: #E1C890;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
}

.footer-cta p {
    color: #fff;
    font-size: 18px;
    margin-bottom: 30px;
    line-height: 1.6;
}

.footer-cta-button {
    display: inline-block;
    background-color: #E1C890;
    color: #323335;
    padding: 15px 35px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(225, 200, 144, 0.3);
}

.footer-cta-button:hover {
    background-color: #d4b978;
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(225, 200, 144, 0.4);
}

.footer-cta-button i {
    margin-right: 8px;
}

.footer-bottom {
    padding: 60px 0 30px;
    background-color: #323335;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.footer-logo {
    display: flex;
    align-items: center;
}

.footer-logo-img {
    height: 60px;
    margin-right: 20px;
}

.footer-logo-text h2 {
    color: #E1C890;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 5px;
    line-height: 1.2;
}

.footer-logo-text span {
    color: #aaa;
    font-size: 14px;
}

.footer-contact {
    text-align: right;
}

.footer-contact p {
    color: #bbb;
    font-size: 14px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.footer-contact p i {
    color: #E1C890;
    margin-right: 10px;
    font-size: 16px;
}

.footer-divider {
    height: 1px;
    background-color: rgba(255, 255, 255, 0.1);
    margin: 30px 0;
}

.footer-copyright {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.footer-copyright p {
    color: #999;
    font-size: 14px;
}

.footer-social {
    display: flex;
    gap: 15px;
}

.footer-social .social-icon {
    width: 38px;
    height: 38px;
    background-color: rgba(255, 255, 255, 0.05);
    color: #E1C890;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.footer-social .social-icon:hover {
    background-color: #E1C890;
    color: #323335;
    transform: translateY(-3px);
}

/* Animações */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fade-in {
    animation: fadeIn 0.6s ease forwards;
}

/* Responsividade */
@media (max-width: 992px) {
    .nav-menu {
        display: none;
    }
    
    .areas-grid {
        grid-template-columns: 1fr;
    }
    
    .about-values {
        grid-template-columns: 1fr;
    }
    
    .hero-content h1 {
        font-size: 36px;
    }
    
    .hero-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .text-btn {
        margin-left: 0;
        margin-top: 20px;
    }
    
    .footer-content {
        flex-direction: column;
    }
}

@media (max-width: 768px) {
    .section-header h2 {
        font-size: 30px;
    }
    
    .hero-section {
        padding: 180px 0 100px;
    }
    
    .hero-content h1 {
        font-size: 30px;
    }
    
    .site-header .container {
        flex-direction: column;
        gap: 15px;
    }
    
    .area-item {
        padding: 30px 20px;
    }
    
    .areas-grid {
        gap: 20px;
    }
    
    .contact-info {
        grid-template-columns: 1fr;
    }
    
    .footer-cta h2 {
        font-size: 28px;
    }
    
    .footer-content, .footer-copyright {
        flex-direction: column;
        text-align: center;
    }
    
    .footer-logo {
        margin-bottom: 30px;
        justify-content: center;
    }
    
    .footer-contact {
        text-align: center;
    }
    
    .footer-contact p {
        justify-content: center;
    }
    
    .footer-social {
        margin-top: 20px;
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .hero-content h1 {
        font-size: 26px;
    }
    
    .section-header h2 {
        font-size: 26px;
    }
    
    .cta-content h2 {
        font-size: 26px;
    }
    
    .logo {
        flex-direction: column;
        align-items: center;
    }
    
    .logo a {
        flex-direction: column;
        text-align: center;
    }
    
    .logo-img {
        margin-right: 0;
        margin-bottom: 10px;
    }
    
    .logo-text {
        text-align: center;
    }
    
    .header-cta {
        margin-top: 15px;
    }
}