.elementor-kit-8{--e-global-color-primary:#DAB864;--e-global-color-secondary:#171717;--e-global-color-text:#EFE9DD;--e-global-color-accent:#6F552B;--e-global-typography-primary-font-family:"Alegreya";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;background-color:transparent;background-image:linear-gradient(180deg, var( --e-global-color-secondary ) 0%, var( --e-global-color-secondary ) 100%);}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-kit-8 img{filter:brightness( 100% ) contrast( 100% ) saturate( 100% ) blur( 0px ) hue-rotate( 0deg );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//*
Theme Name: Ferreira e Fernandes Advocacia
Theme URI: https://ferreirafernandes.adv.br
Author: Ferreira e Fernandes
Author URI: https://ferreirafernandes.adv.br
Description: Tema premium e minimalista para escritório de advocacia. Compatível com Elementor.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ferreira-fernandes
Tags: advocacia, juridico, dark, premium, elementor-ready

Ferreira e Fernandes Advocacia - Tema WordPress Premium
*/

/* ========================================
   CSS VARIABLES / DESIGN TOKENS
======================================== */
:root {
    /* Background Colors */
    --ff-background: hsl(0, 0%, 6%);
    --ff-background-card: hsl(0, 0%, 9%);
    --ff-background-secondary: hsl(0, 0%, 14%);
    --ff-background-muted: hsl(0, 0%, 16%);
    
    /* Foreground Colors */
    --ff-foreground: hsl(40, 10%, 92%);
    --ff-foreground-muted: hsl(40, 6%, 60%);
    
    /* Gold Gradient Colors */
    --ff-gold-light: hsl(45, 60%, 72%);
    --ff-gold-main: hsl(40, 52%, 56%);
    --ff-gold-dark: hsl(35, 45%, 30%);
    --ff-gold-shadow: #6F552B;
    
    /* Specific Gold Hex Values */
    --ff-gold-1: #EFD57C;
    --ff-gold-2: #DAB864;
    --ff-gold-3: #CAA153;
    --ff-gold-4: #6F552B;
    
    /* Border */
    --ff-border: hsl(40, 20%, 20%);
    
    /* Fonts */
    --ff-font-body: 'Alegreya', Georgia, serif;
    --ff-font-ui: 'Montserrat', system-ui, sans-serif;
    
    /* Spacing */
    --ff-radius: 0.375rem;
}

/* ========================================
   RESET & BASE STYLES
======================================== */
*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    font-family: var(--ff-font-body);
    font-size: 16px;
    line-height: 1.7;
    color: var(--ff-foreground);
    background-color: var(--ff-background);
}

/* ========================================
   TYPOGRAPHY
======================================== */
h1, h2, h3, h4, h5, h6 {
    font-family: var(--ff-font-body);
    font-weight: 600;
    letter-spacing: -0.02em;
    line-height: 1.2;
    color: var(--ff-foreground);
}

h1 { font-size: clamp(2.5rem, 5vw, 4rem); }
h2 { font-size: clamp(2rem, 4vw, 3rem); }
h3 { font-size: clamp(1.5rem, 3vw, 2rem); }
h4 { font-size: clamp(1.25rem, 2vw, 1.5rem); }

p {
    font-family: var(--ff-font-body);
    font-weight: 400;
    color: var(--ff-foreground-muted);
    margin-bottom: 1rem;
}

a {
    color: var(--ff-gold-main);
    text-decoration: none;
    transition: color 0.3s ease;
}

a:hover {
    color: var(--ff-gold-light);
}

/* UI Text (Menu, Buttons, Labels) */
.font-ui,
.menu-item a,
button,
input,
select,
textarea,
label {
    font-family: var(--ff-font-ui);
}

/* ========================================
   GOLD GRADIENT UTILITIES
======================================== */
.gold-gradient {
    background: linear-gradient(135deg, #EFD57C 0%, #DAB864 40%, #CAA153 70%, #6F552B 100%);
}

.gold-gradient-text {
    background: linear-gradient(135deg, #EFD57C 0%, #DAB864 40%, #CAA153 70%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.gold-border {
    border: 1px solid transparent;
    border-image: linear-gradient(135deg, #CAA153, #DAB864, #EFD57C) 1;
}

.gold-glow {
    box-shadow: 0 0 20px hsla(40, 52%, 56%, 0.15);
}

/* ========================================
   BUTTONS
======================================== */
.btn,
.wp-block-button__link,
.elementor-button {
    font-family: var(--ff-font-ui);
    font-weight: 500;
    font-size: 0.875rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    padding: 0.75rem 1.5rem;
    border-radius: var(--ff-radius);
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.btn-primary,
.elementor-button-primary {
    background: linear-gradient(135deg, #EFD57C 0%, #DAB864 40%, #CAA153 70%, #6F552B 100%);
    color: hsl(0, 0%, 6%);
}

.btn-primary:hover,
.elementor-button-primary:hover {
    box-shadow: 0 0 20px hsla(40, 52%, 56%, 0.3);
    transform: translateY(-2px);
}

.btn-secondary,
.elementor-button-secondary {
    background: transparent;
    border: 1px solid var(--ff-border);
    color: var(--ff-foreground);
}

.btn-secondary:hover,
.elementor-button-secondary:hover {
    border-color: var(--ff-gold-main);
    color: var(--ff-gold-main);
}

/* ========================================
   HEADER & NAVIGATION
======================================== */
.site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: hsla(0, 0%, 6%, 0.95);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--ff-border);
    padding: 1rem 0;
}

.header-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.site-logo {
    font-family: var(--ff-font-body);
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--ff-foreground);
}

.site-logo span {
    color: var(--ff-gold-main);
}

/* Main Navigation */
.main-navigation {
    display: none;
}

@media (min-width: 1024px) {
    .main-navigation {
        display: flex;
        align-items: center;
        gap: 2rem;
    }
}

.main-navigation ul {
    display: flex;
    align-items: center;
    gap: 2rem;
    list-style: none;
}

.main-navigation a {
    font-family: var(--ff-font-ui);
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--ff-foreground-muted);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    transition: color 0.3s ease;
    position: relative;
}

.main-navigation a:hover,
.main-navigation .current-menu-item a {
    color: var(--ff-gold-main);
}

.main-navigation a::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 100%;
    height: 1px;
    background: var(--ff-gold-main);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.main-navigation a:hover::after,
.main-navigation .current-menu-item a::after {
    transform: scaleX(1);
}

/* Mobile Menu Toggle */
.mobile-menu-toggle {
    display: flex;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0.5rem;
}

@media (min-width: 1024px) {
    .mobile-menu-toggle {
        display: none;
    }
}

.mobile-menu-toggle span {
    width: 24px;
    height: 2px;
    background: var(--ff-foreground);
    transition: all 0.3s ease;
}

/* Mobile Navigation */
.mobile-navigation {
    display: none;
    position: fixed;
    top: 72px;
    left: 0;
    right: 0;
    background: var(--ff-background);
    border-bottom: 1px solid var(--ff-border);
    padding: 1.5rem;
    animation: slideDown 0.3s ease;
}

.mobile-navigation.active {
    display: block;
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.mobile-navigation ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.mobile-navigation a {
    font-family: var(--ff-font-ui);
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--ff-foreground-muted);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    display: block;
    padding: 0.5rem 0;
}

/* ========================================
   FOOTER
======================================== */
.site-footer {
    background: var(--ff-background);
    border-top: 1px solid var(--ff-border);
    padding: 4rem 0 2rem;
}

.footer-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 1rem;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
}

@media (min-width: 768px) {
    .footer-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1024px) {
    .footer-grid {
        grid-template-columns: 2fr 1fr 1fr 1fr;
    }
}

.footer-section h4 {
    font-family: var(--ff-font-ui);
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--ff-gold-main);
    margin-bottom: 1.5rem;
}

.footer-section ul {
    list-style: none;
}

.footer-section li {
    margin-bottom: 0.75rem;
}

.footer-section a {
    font-size: 0.875rem;
    color: var(--ff-foreground-muted);
}

.footer-section a:hover {
    color: var(--ff-gold-main);
}

.footer-bottom {
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 1px solid var(--ff-border);
    text-align: center;
}

.footer-bottom p {
    font-size: 0.75rem;
    color: var(--ff-foreground-muted);
    margin-bottom: 0.5rem;
}

.advocacy-notice {
    font-size: 0.625rem;
    color: var(--ff-foreground-muted);
    opacity: 0.7;
    max-width: 600px;
    margin: 0 auto;
}

/* ========================================
   HERO SECTION
======================================== */
.hero-section {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6rem 1rem 4rem;
    text-align: center;
}

.hero-content {
    max-width: 900px;
}

.hero-title {
    font-size: clamp(2.5rem, 6vw, 4.5rem);
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 1.5rem;
}

.hero-subtitle {
    font-size: clamp(1rem, 2vw, 1.25rem);
    color: var(--ff-foreground-muted);
    max-width: 700px;
    margin: 0 auto 2.5rem;
}

.hero-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
}

/* ========================================
   SECTIONS
======================================== */
.section {
    padding: 4rem 1rem;
}

@media (min-width: 768px) {
    .section {
        padding: 6rem 2rem;
    }
}

@media (min-width: 1024px) {
    .section {
        padding: 8rem 4rem;
    }
}

.section-container {
    max-width: 1200px;
    margin: 0 auto;
}

.section-header {
    text-align: center;
    margin-bottom: 4rem;
}

.section-label {
    font-family: var(--ff-font-ui);
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: var(--ff-gold-main);
    margin-bottom: 1rem;
    display: block;
}

.section-title {
    font-size: clamp(2rem, 4vw, 3rem);
    margin-bottom: 1rem;
}

.section-description {
    font-size: 1.125rem;
    color: var(--ff-foreground-muted);
    max-width: 600px;
    margin: 0 auto;
}

/* ========================================
   CARDS
======================================== */
.card {
    background: var(--ff-background-card);
    border: 1px solid var(--ff-border);
    border-radius: var(--ff-radius);
    padding: 2rem;
    transition: all 0.3s ease;
}

.card:hover {
    border-color: var(--ff-gold-main);
    box-shadow: 0 0 20px hsla(40, 52%, 56%, 0.1);
}

.card-icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, hsla(40, 52%, 56%, 0.2), hsla(40, 52%, 56%, 0.1));
    border-radius: var(--ff-radius);
    margin-bottom: 1.5rem;
    color: var(--ff-gold-main);
}

.card-title {
    font-size: 1.25rem;
    margin-bottom: 0.75rem;
}

.card-description {
    font-size: 0.875rem;
    color: var(--ff-foreground-muted);
}

/* Card Grid */
.card-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
}

@media (min-width: 640px) {
    .card-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1024px) {
    .card-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* ========================================
   TEAM CARDS
======================================== */
.team-card {
    background: var(--ff-background-card);
    border: 1px solid var(--ff-border);
    border-radius: var(--ff-radius);
    overflow: hidden;
    transition: all 0.3s ease;
}

.team-card:hover {
    border-color: var(--ff-gold-main);
    transform: translateY(-4px);
}

.team-card-image {
    width: 100%;
    aspect-ratio: 3/4;
    object-fit: cover;
    filter: grayscale(30%);
    transition: filter 0.3s ease;
}

.team-card:hover .team-card-image {
    filter: grayscale(0%);
}

.team-card-content {
    padding: 1.5rem;
}

.team-card-name {
    font-size: 1.25rem;
    margin-bottom: 0.25rem;
}

.team-card-oab {
    font-family: var(--ff-font-ui);
    font-size: 0.75rem;
    color: var(--ff-gold-main);
    margin-bottom: 0.75rem;
}

.team-card-bio {
    font-size: 0.875rem;
    color: var(--ff-foreground-muted);
    margin-bottom: 1rem;
}

.team-card-areas {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.team-card-area {
    font-family: var(--ff-font-ui);
    font-size: 0.625rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 0.25rem 0.75rem;
    background: var(--ff-background-secondary);
    border-radius: 9999px;
    color: var(--ff-foreground-muted);
}

/* ========================================
   FORMS
======================================== */
.form-group {
    margin-bottom: 1.5rem;
}

.form-label {
    font-family: var(--ff-font-ui);
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--ff-foreground);
    display: block;
    margin-bottom: 0.5rem;
}

.form-input,
.form-textarea,
.form-select {
    width: 100%;
    padding: 0.75rem 1rem;
    font-family: var(--ff-font-ui);
    font-size: 0.875rem;
    color: var(--ff-foreground);
    background: var(--ff-background-muted);
    border: 1px solid var(--ff-border);
    border-radius: var(--ff-radius);
    transition: all 0.3s ease;
}

.form-input:focus,
.form-textarea:focus,
.form-select:focus {
    outline: none;
    border-color: var(--ff-gold-main);
    box-shadow: 0 0 0 2px hsla(40, 52%, 56%, 0.2);
}

.form-input::placeholder,
.form-textarea::placeholder {
    color: var(--ff-foreground-muted);
}

.form-textarea {
    min-height: 150px;
    resize: vertical;
}

/* ========================================
   WHATSAPP FLOAT BUTTON
======================================== */
.whatsapp-float {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    z-index: 999;
    width: 56px;
    height: 56px;
    background: #25D366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
    transition: all 0.3s ease;
    text-decoration: none;
}

.whatsapp-float:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 25px rgba(37, 211, 102, 0.5);
}

.whatsapp-float svg {
    width: 28px;
    height: 28px;
}

/* ========================================
   BLOG
======================================== */
.blog-card {
    background: var(--ff-background-card);
    border: 1px solid var(--ff-border);
    border-radius: var(--ff-radius);
    overflow: hidden;
    transition: all 0.3s ease;
}

.blog-card:hover {
    border-color: var(--ff-gold-main);
}

.blog-card-image {
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
}

.blog-card-content {
    padding: 1.5rem;
}

.blog-card-category {
    font-family: var(--ff-font-ui);
    font-size: 0.625rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--ff-gold-main);
    margin-bottom: 0.75rem;
}

.blog-card-title {
    font-size: 1.25rem;
    margin-bottom: 0.75rem;
    line-height: 1.3;
}

.blog-card-excerpt {
    font-size: 0.875rem;
    color: var(--ff-foreground-muted);
    margin-bottom: 1rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-card-meta {
    font-family: var(--ff-font-ui);
    font-size: 0.75rem;
    color: var(--ff-foreground-muted);
    display: flex;
    gap: 1rem;
}

/* ========================================
   ANIMATIONS
======================================== */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fade-in {
    animation: fadeIn 0.6s ease-out forwards;
}

/* Stagger animations */
.stagger-1 { animation-delay: 0.1s; }
.stagger-2 { animation-delay: 0.2s; }
.stagger-3 { animation-delay: 0.3s; }
.stagger-4 { animation-delay: 0.4s; }
.stagger-5 { animation-delay: 0.5s; }

/* ========================================
   ELEMENTOR COMPATIBILITY
======================================== */
.elementor-section {
    padding: 4rem 0;
}

.elementor-section.elementor-section-full_width {
    padding-left: 0;
    padding-right: 0;
}

.elementor-widget-heading .elementor-heading-title {
    font-family: var(--ff-font-body);
}

.elementor-widget-text-editor {
    font-family: var(--ff-font-body);
}

.elementor-widget-button .elementor-button {
    font-family: var(--ff-font-ui);
}

/* Elementor Dark Background Sections */
.elementor-section[data-settings*="background_background"] {
    background-color: var(--ff-background);
}

/* ========================================
   RESPONSIVE UTILITIES
======================================== */
.container {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 1rem;
}

@media (min-width: 640px) {
    .container {
        padding: 0 1.5rem;
    }
}

@media (min-width: 1024px) {
    .container {
        padding: 0 2rem;
    }
}

/* Hide/Show utilities */
.hide-mobile {
    display: none;
}

@media (min-width: 768px) {
    .hide-mobile {
        display: block;
    }
    
    .hide-desktop {
        display: none;
    }
}

/* Text alignment responsive */
.text-center-mobile {
    text-align: center;
}

@media (min-width: 768px) {
    .text-center-mobile {
        text-align: left;
    }
}/* End custom CSS */