/* ========================================
   Landing Page - Advogado Trabalhista
   Versão: 1.1.62
   ======================================== */

:root {
    --primary: #0a1628;
    --primary-light: #1a2d4a;
    --secondary: #c9a227;
    --secondary-light: #dbb84a;
    --accent: #2563eb;
    --success: #25d366;
    --success-dark: #1da851;
    --white: #ffffff;
    --gray-50: #f8fafc;
    --gray-100: #f1f5f9;
    --gray-200: #e2e8f0;
    --gray-300: #cbd5e1;
    --gray-400: #94a3b8;
    --gray-500: #64748b;
    --gray-600: #475569;
    --gray-700: #334155;
    --gray-800: #1e293b;
    --gray-900: #0f172a;
    --gradient-gold: linear-gradient(135deg, #c9a227 0%, #f4d03f 50%, #c9a227 100%);
    --gradient-dark: linear-gradient(135deg, #0a1628 0%, #1a2d4a 100%);
    --shadow-sm: 0 1px 3px rgba(0,0,0,0.08);
    --shadow: 0 4px 15px rgba(0,0,0,0.1);
    --shadow-lg: 0 20px 50px rgba(0,0,0,.18);
    --shadow-gold: 0 8px 30px rgba(201, 162, 39, 0.3);
    --radius: 16px;
    --radius-sm: 10px;
    --transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.page-loader {
    position: fixed;
    inset: 0;
    z-index: 2000;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #050b14; /* Fundo ultra dark premium */
    transition: opacity 800ms ease, visibility 800ms ease;
}

.page-loader::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at center, rgba(201, 162, 39, 0.08) 0%, transparent 60%);
    pointer-events: none;
}

.page-loader-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 10;
}

.loader-prefix {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    letter-spacing: 0.6em;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 24px;
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 1s cubic-bezier(0.23, 1, 0.32, 1) 0.2s forwards;
    padding-left: 0.6em; /* Compensar letter-spacing visualmente */
}

.loader-name {
    font-family: 'Cinzel', serif;
    font-size: clamp(20px, 5.2vw, 42px);
    font-weight: 500;
    color: #f4d483;
    letter-spacing: clamp(0.08em, 0.5vw, 0.15em);
    text-align: center;
    line-height: 1.2;
    white-space: nowrap;
    background: linear-gradient(135deg, #bf953f 0%, #fcf6ba 40%, #b38728 60%, #fbf5b7 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    opacity: 0;
    transform: scale(0.95);
    filter: drop-shadow(0 0 15px rgba(201, 162, 39, 0.3));
    animation: scaleReveal 1.2s cubic-bezier(0.23, 1, 0.32, 1) 0.5s forwards;
    padding: 0 20px;
}

.loader-line {
    width: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, #c9a227, transparent);
    margin-top: 32px;
    opacity: 0.8;
    box-shadow: 0 0 10px rgba(201, 162, 39, 0.5);
    animation: lineExpand 1s cubic-bezier(0.23, 1, 0.32, 1) 1s forwards;
}

.page-loader.is-hidden {
    opacity: 0;
    visibility: hidden;
}

.page-loader.is-hidden .page-loader-content {
    transform: translateY(-30px);
    opacity: 0;
    transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

@keyframes fadeInUp {
    to { opacity: 1; transform: translateY(0); }
}

@keyframes scaleReveal {
    to { opacity: 1; transform: scale(1); }
}

@keyframes lineExpand {
    to { width: 180px; }
}

@media (max-width: 640px) {
    .loader-prefix {
        font-size: 11px;
        letter-spacing: 0.4em;
        margin-bottom: 16px;
    }

    .loader-name {
        font-size: clamp(18px, 6.2vw, 26px);
        letter-spacing: clamp(0.06em, 0.8vw, 0.1em);
        line-height: 1.4;
    }

    .loader-line {
        margin-top: 24px;
    }
    
    @keyframes lineExpand {
        to { width: 120px; }
    }

    .logo-prefix {
        font-size: 11px;
        letter-spacing: 0.32em;
    }

    .logo-name {
        font-size: 22px;
        letter-spacing: 0.05em;
    }

    .logo-line {
        margin-top: 6px;
    }
}

@media (max-width: 640px) {
    .hero {
        align-items: flex-start;
        padding: 24px 0 60px;
        min-height: 100vh;
    }

    .hero-content {
        margin-top: 12px;
        text-align: left;
    }

    .hero h1 {
        font-size: clamp(32px, 9vw, 42px);
        line-height: 1.2;
    }

    .hero p {
        font-size: 15px;
        line-height: 1.65;
        margin-bottom: 28px;
    }

    .btn-cta {
        max-width: none;
    }

    .hero-lottie {
        display: block;
        position: absolute;
        right: -4px;
        top: 80px;
        width: 150px;
        height: 150px;
    }

    .hero-lottie-accent {
        display: block;
        left: -10px;
        top: 170px;
        width: 180px;
        height: 180px;
        opacity: 0.24;
    }

    .hero-lottie-mini {
        display: block;
        right: -14px;
        top: 250px;
        width: 120px;
        height: 120px;
        opacity: 0.18;
    }

    .section-lottie {
        display: block;
        position: absolute;
        left: 50%;
        top: -18px;
        transform: translateX(-50%);
        width: 88px;
        height: 88px;
        opacity: 0.22;
        pointer-events: none;
        filter: saturate(0.9);
        z-index: 0;
    }

    .section-header > *:not(.section-lottie) {
        position: relative;
        z-index: 1;
    }

    .lottie-floating {
        display: block;
        width: 140px;
        height: 140px;
    }

    .lottie-services { top: 0; left: calc(50% - 70px); }
    .lottie-services-2 { top: 220px; right: -10px; }
    .lottie-steps { top: 0; right: 10px; }
    .lottie-steps-2 { top: 260px; left: -10px; }
    .lottie-about { top: 10px; left: 10px; }
    .lottie-about-2 { top: 330px; right: -10px; }
    .lottie-diff { top: 20px; right: 0; }
    .lottie-diff-2 { top: 310px; left: -10px; }
    .lottie-testimonials { top: 0; left: 0; }
    .lottie-testimonials-2 { top: 300px; right: -10px; }
    .lottie-faq { top: 10px; right: 6px; }
    .lottie-faq-2 { top: 300px; left: -10px; }
    .lottie-contact { top: 10px; left: 0; }
    .lottie-contact-2 { top: 280px; right: -10px; }
}

*, *::before, *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    font-size: 16px;
    background: #030a16;
}

body {
    font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, sans-serif;
    line-height: 1.7;
    color: var(--gray-700);
    background: #030a16;
    overflow-x: hidden;
}

img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; transition: var(--transition); }
ul { list-style: none; }

.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Animations */
.fade-in {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.fade-in.visible {
    opacity: 1;
    transform: translateY(0);
}

@keyframes pulse {
    0%, 100% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5); }
    50% { box-shadow: 0 0 0 15px rgba(37, 211, 102, 0); }
}

.pulse {
    animation: pulse 2s infinite;
}

@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

@keyframes shimmer {
    0% { background-position: -200% center; }
    100% { background-position: 200% center; }
}

/* Header */
.header {
    position: relative;
    z-index: 1000;
    background: rgba(10, 22, 40, 0.92);
    backdrop-filter: blur(14px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.18);
    transition: var(--transition);
}

.header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 70px;
    gap: 24px;
}

.logo {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
    min-width: 0;
    text-decoration: none;
    flex-shrink: 1;
}

.logo-prefix {
    font-family: 'Montserrat', sans-serif;
    font-size: 9px;
    font-weight: 500;
    letter-spacing: 0.35em;
    color: rgba(255, 255, 255, 0.6);
    padding-left: 0.35em;
}

.logo-name {
    font-family: 'Cinzel', serif;
    font-size: clamp(16px, 3.4vw, 20px);
    font-weight: 500;
    letter-spacing: 0.08em;
    white-space: nowrap;
    background: linear-gradient(135deg, #bf953f 0%, #fcf6ba 40%, #b38728 60%, #fbf5b7 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    line-height: 1.2;
    text-shadow: 0 10px 18px rgba(0, 0, 0, 0.45);
}

.logo-line {
    display: block;
    width: 100%;
    height: 1px;
    margin-top: 6px;
    background: linear-gradient(90deg, transparent, #c9a227, transparent);
    box-shadow: 0 0 8px rgba(201, 162, 39, 0.4);
}

.header.menu-open {
    background: rgba(5, 10, 20, 0.98);
    box-shadow: none;
}

.nav {
    display: none;
    flex-shrink: 0;
}

.nav-list {
    display: flex;
    gap: 20px;
}

.nav-list a {
    font-size: 12px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.86);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    position: relative;
    white-space: nowrap;
}

.nav-list a::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--secondary);
    transition: var(--transition);
}

.nav-list a:hover { color: var(--secondary); }
.nav-list a:hover::after { width: 100%; }

.nav-toggle {
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 10px;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 1001;
}

.nav-toggle span {
    width: 24px;
    height: 2px;
    background: rgba(255, 255, 255, 0.92);
    transition: var(--transition);
    border-radius: 2px;
}

.nav-toggle.active span:nth-child(1) { transform: rotate(45deg) translate(5px, 5px); }
.nav-toggle.active span:nth-child(2) { opacity: 0; }
.nav-toggle.active span:nth-child(3) { transform: rotate(-45deg) translate(5px, -5px); }

.nav.active {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100vh;
    z-index: 1000;
    padding: 90px 28px 40px;
    background: rgba(3, 10, 22, 0.98);
    backdrop-filter: blur(16px);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.6);
    animation: slideIn 0.3s ease;
}

.nav.active .nav-list a:hover {
    color: var(--secondary);
}

@keyframes slideIn {
    from { opacity: 0; transform: translateY(-20px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes floatLottie {
    0% { transform: translate3d(0, 0, 0); }
    50% { transform: translate3d(0, -12px, 0); }
    100% { transform: translate3d(0, 0, 0); }
}

.nav.active .nav-list {
    flex-direction: column;
    gap: 0;
    width: 100%;
    margin-top: 10px;
}

.nav.active .nav-list a {
    display: block;
    padding: 18px 0;
    font-size: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

/* Hero */
.hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 70px 0 90px;
    overflow: hidden;
    background: #030a16;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: 
        radial-gradient(ellipse 120% 80% at 20% 100%, rgba(201, 162, 39, 0.12) 0%, transparent 50%),
        radial-gradient(ellipse 100% 60% at 80% 0%, rgba(37, 99, 235, 0.08) 0%, transparent 50%),
        linear-gradient(135deg, rgba(10, 22, 40, 0.92) 0%, rgba(3, 10, 22, 0.95) 50%, rgba(26, 45, 74, 0.9) 100%);
    z-index: 1;
    animation: overlayShift 20s ease-in-out infinite alternate;
}

.hero-overlay::before {
    content: '';
    position: absolute;
    inset: 0;
    background: 
        radial-gradient(2px 2px at 20% 30%, rgba(255, 255, 255, 0.3) 0%, transparent 100%),
        radial-gradient(2px 2px at 40% 70%, rgba(255, 255, 255, 0.2) 0%, transparent 100%),
        radial-gradient(2px 2px at 60% 20%, rgba(255, 255, 255, 0.25) 0%, transparent 100%),
        radial-gradient(2px 2px at 80% 50%, rgba(255, 255, 255, 0.2) 0%, transparent 100%),
        radial-gradient(2px 2px at 10% 80%, rgba(201, 162, 39, 0.4) 0%, transparent 100%),
        radial-gradient(2px 2px at 90% 90%, rgba(201, 162, 39, 0.3) 0%, transparent 100%);
    animation: particlesFloat 15s ease-in-out infinite;
}

.hero-overlay::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: conic-gradient(from 0deg at 50% 50%, transparent 0deg, rgba(201, 162, 39, 0.03) 60deg, transparent 120deg);
    animation: lightSweep 25s linear infinite;
}

@keyframes overlayShift {
    0% { background-position: 0% 0%; }
    100% { background-position: 100% 100%; }
}

@keyframes particlesFloat {
    0%, 100% { transform: translateY(0) translateX(0); opacity: 0.6; }
    25% { transform: translateY(-10px) translateX(5px); opacity: 1; }
    50% { transform: translateY(-5px) translateX(-5px); opacity: 0.8; }
    75% { transform: translateY(-15px) translateX(3px); opacity: 1; }
}

@keyframes lightSweep {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.hero-bg-cinematic {
    position: absolute;
    inset: -8%;
    width: 116%;
    height: 116%;
    overflow: hidden;
}

.hero-bg-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    animation: cinematicKenBurns 30s ease-in-out infinite alternate;
    transform-origin: center center;
    filter: brightness(0.9) contrast(1.05);
}

@keyframes cinematicKenBurns {
    0% {
        transform: scale(1) translate(0, 0);
        filter: brightness(0.85) contrast(1.05);
    }
    50% {
        transform: scale(1.06) translate(-0.5%, 0.5%);
        filter: brightness(0.95) contrast(1.08);
    }
    100% {
        transform: scale(1.12) translate(-1.5%, -1%);
        filter: brightness(0.9) contrast(1.05);
    }
}

.hero .container {
    position: relative;
    z-index: 2;
}

.hero-lottie {
    display: none;
    opacity: 0.32;
    filter: saturate(0.9);
    pointer-events: none;
    position: absolute;
    z-index: 0;
}

.hero-lottie-accent {
    opacity: 0.26;
    filter: saturate(0.85);
}

.hero-content {
    max-width: 760px;
    text-align: center;
    margin: 0 auto;
}

.hero-location {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 50px;
    color: rgba(255, 255, 255, 0.92);
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 24px;
}

.hero-location svg { fill: rgba(255, 255, 255, 0.92); }

.hero h1 {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(36px, 4vw, 56px);
    font-weight: 700;
    color: var(--white);
    line-height: 1.15;
    margin-bottom: 24px;
}

.hero h1 span {
    color: var(--secondary);
}

.hero p {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.9);
    margin: 0 auto 34px;
    line-height: 1.7;
    max-width: 640px;
}

.hero p strong { color: var(--white); }

.hero-badges {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 32px;
}

.badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 12px 20px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: var(--radius-sm);
    color: var(--white);
    font-size: 14px;
    font-weight: 500;
}

.badge-icon { font-size: 18px; }

/* CTA Button - Fixed for mobile */
.btn-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 100%;
    max-width: 340px;
    padding: 18px 24px;
    background: var(--success);
    color: var(--white);
    font-size: 15px;
    font-weight: 700;
    border-radius: var(--radius);
    box-shadow: 0 8px 25px rgba(37, 211, 102, 0.4);
    transition: var(--transition);
    text-align: center;
    margin: 0 auto;
}

.btn-cta:hover {
    background: var(--success-dark);
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(37, 211, 102, 0.5);
}

.btn-icon {
    width: 22px;
    height: 22px;
    flex-shrink: 0;
}

/* Trust Bar */
.trust-bar {
    background: var(--primary);
    padding: 24px 0;
}

.trust-items {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

.trust-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    color: var(--white);
}

.trust-item strong {
    font-family: 'Cormorant Garamond', serif;
    font-size: 28px;
    font-weight: 700;
    color: var(--secondary);
}

.trust-item span {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    opacity: 0.8;
}

/* Sections */
.section {
    position: relative;
    padding: 60px 0;
    overflow: hidden;
}

.sitelink-target {
    scroll-margin-top: 90px;
}

.section-header {
    position: relative;
    text-align: center;
    margin-bottom: 50px;
}

.section-lottie {
    display: none;
}

.section .container {
    position: relative;
    z-index: 1;
}

.lottie-floating {
    display: none;
    position: absolute;
    pointer-events: none;
    opacity: 0.18;
    filter: saturate(0.85);
    animation: floatLottie 6s ease-in-out infinite;
    z-index: 0;
}

.lottie-auto {
    width: 120px;
    height: 120px;
}

.lottie-services {
    top: 40px;
    left: calc(50% - 60px);
}

.lottie-steps {
    top: 30px;
    right: 20px;
}

.lottie-about {
    top: 60px;
    left: 20px;
}

.lottie-diff {
    top: 50px;
    right: 20px;
}

.lottie-testimonials {
    top: 40px;
    left: 10px;
}

.lottie-faq {
    top: 50px;
    right: 30px;
}

.lottie-contact {
    top: 30px;
    left: 30px;
}

.section-tag {
    display: inline-block;
    padding: 8px 20px;
    background: var(--gray-100);
    color: var(--primary);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    border-radius: 50px;
    margin-bottom: 16px;
}

.section-header h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 32px;
    font-weight: 700;
    color: var(--gray-900);
    margin-bottom: 12px;
}

.section-header h2 span { color: var(--secondary); }

.section-header p {
    font-size: 16px;
    color: var(--gray-500);
    max-width: 500px;
    margin: 0 auto;
}

.section-cta {
    text-align: center;
    margin-top: 50px;
    display: flex;
    justify-content: center;
}

.section-divider {
    display: none;
}

/* Services */
.services {
    background: var(--gray-50);
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.service-card {
    background: var(--white);
    padding: 24px 16px;
    border-radius: var(--radius);
    text-align: center;
    box-shadow: var(--shadow-sm);
    border: 1px solid var(--gray-100);
    transition: var(--transition);
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow);
    border-color: var(--secondary);
}

.service-card,
.case-card {
    cursor: pointer;
}

.service-card:focus-visible,
.case-card:focus-visible {
    outline: 2px solid rgba(201, 162, 39, 0.6);
    outline-offset: 3px;
}

.service-icon {
    margin-bottom: 12px;
}

.service-icon img {
    width: 40px;
    height: 40px;
    margin: 0 auto;
}

 .service-svg {
     width: 40px;
     height: 40px;
     margin: 0 auto;
     display: block;
 }

.service-card h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: var(--gray-800);
    margin-bottom: 6px;
}

.service-card p {
    font-size: 12px;
    color: var(--gray-500);
    line-height: 1.5;
}

/* Steps */
.steps-section {
    background: var(--white);
}

/* Cases */
.cases-section {
    background: var(--white);
}

.cases-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
}

.case-card {
    background: rgba(10, 22, 40, 0.04);
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: var(--radius);
    padding: 18px 16px;
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
}

.case-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow);
    border-color: rgba(201, 162, 39, 0.45);
}

.case-card h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 800;
    color: var(--gray-800);
    margin-bottom: 6px;
}

.case-card p {
    font-size: 12px;
    color: var(--gray-600);
    line-height: 1.55;
}

.steps-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
}

.step-card {
    position: relative;
    background: var(--gray-50);
    padding: 30px 24px;
    border-radius: var(--radius);
    text-align: center;
    border: 2px solid transparent;
    transition: var(--transition);
}

.step-card:hover {
    border-color: var(--secondary);
    background: var(--white);
}

.step-num {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 40px;
    background: var(--gradient-gold);
    color: var(--primary);
    font-size: 14px;
    font-weight: 800;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: var(--shadow-gold);
}

.step-img {
    width: 60px;
    height: 60px;
    margin: 10px auto 16px;
}

.step-card h3 {
    font-size: 16px;
    font-weight: 700;
    color: var(--gray-800);
    margin-bottom: 8px;
}

.step-card p {
    font-size: 14px;
    color: var(--gray-500);
}

/* About */
.about-section {
    background: var(--gray-50);
}

.about-grid {
    display: flex;
    flex-direction: column-reverse;
    gap: 40px;
}

.about-image {
    position: relative;
    max-width: 400px;
    margin: 0 auto;
}

.about-image img {
    width: 100%;
    border-radius: var(--radius);
    box-shadow: var(--shadow-lg);
}

.about-overlay {
    position: absolute;
    bottom: -20px;
    right: -10px;
}

.office-badge {
    display: flex;
    align-items: center;
    gap: 12px;
    background: var(--primary);
    color: var(--white);
    padding: 16px 20px;
    border-radius: var(--radius-sm);
    box-shadow: var(--shadow);
}

.office-icon { font-size: 28px; }

.office-badge span {
    font-size: 12px;
    line-height: 1.4;
}

.office-badge strong {
    color: var(--secondary);
}

.about-content .section-tag {
    background: var(--white);
}

.about-content h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 28px;
    font-weight: 700;
    color: var(--gray-900);
    margin-bottom: 20px;
    text-align: left;
}

.about-content h2 span { color: var(--secondary); }

.about-content p {
    margin-bottom: 16px;
    color: var(--gray-600);
}

.about-content p strong { color: var(--gray-800); }

.about-features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin: 30px 0;
}

.about-feature {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px;
    background: var(--white);
    border-radius: var(--radius-sm);
    box-shadow: var(--shadow-sm);
}

.google-rating-logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    flex: 0 0 auto;
}

.google-rating-logo svg {
    width: 100%;
    height: 100%;
    display: block;
}

.about-feature img {
    width: 32px;
    height: 32px;
}

.about-feature span {
    font-size: 12px;
    font-weight: 600;
    color: var(--gray-700);
}

/* Differentials */
.diff-section {
    background: var(--gradient-dark);
    color: var(--white);
}

.diff-section .section-tag {
    background: rgba(255, 255, 255, 0.1);
    color: var(--secondary);
}

.diff-section .section-header h2 {
    color: var(--white);
}

.diff-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.diff-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 30px 20px;
    border-radius: var(--radius);
    text-align: center;
    transition: var(--transition);
}

.diff-card:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-5px);
}

.diff-card img {
    width: 60px;
    height: 60px;
    margin: 0 auto 16px;
}

.diff-card .diff-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 16px;
    display: block;
}

.diff-card h3 {
    font-size: 15px;
    font-weight: 700;
    color: var(--white);
    margin-bottom: 10px;
}

.diff-card p {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
}

/* Testimonials */
.testimonials-section {
    background: var(--gray-50);
}

.google-rating {
    margin: 14px auto 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 10px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid var(--gray-100);
    box-shadow: var(--shadow-sm);
}

.google-rating-stars {
    color: var(--secondary);
    letter-spacing: 2px;
    font-size: 14px;
    line-height: 1;
}

.google-rating-meta {
    font-size: 13px;
    color: var(--gray-700);
}

.google-rating-meta strong {
    color: var(--gray-900);
}

.testimonials-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}

.testimonial-card {
    background: var(--white);
    padding: 24px;
    border-radius: var(--radius);
    box-shadow: var(--shadow-sm);
    border: 1px solid var(--gray-100);
}

.t-header {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 14px;
}

.t-avatar {
    width: 48px;
    height: 48px;
    background: var(--gradient-dark);
    color: var(--white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 14px;
}

.t-header strong {
    display: block;
    font-size: 15px;
    color: var(--gray-800);
}

.t-header span {
    font-size: 12px;
    color: var(--gray-400);
}

.t-stars {
    color: var(--secondary);
    font-size: 16px;
    letter-spacing: 3px;
    margin-bottom: 12px;
}

.testimonial-card p {
    font-size: 14px;
    color: var(--gray-600);
    font-style: italic;
    line-height: 1.7;
}

.testimonial-cta {
    background: var(--white);
    padding: 40px 30px;
    border-radius: var(--radius);
    text-align: center;
    margin-top: 40px;
    box-shadow: var(--shadow);
}

.testimonial-cta h3 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 24px;
    font-weight: 700;
    color: var(--gray-800);
    margin-bottom: 24px;
}

/* FAQ */
.faq-section {
    background: var(--white);
}

.faq-list {
    max-width: 700px;
    margin: 0 auto;
}

.faq-item {
    border-bottom: 1px solid var(--gray-200);
}

.faq-q {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 20px 0;
    background: none;
    border: none;
    cursor: pointer;
    text-align: left;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: var(--gray-800);
    transition: var(--transition);
}

.faq-q:hover { color: var(--secondary); }

.faq-icon {
    font-size: 24px;
    font-weight: 300;
    color: var(--secondary);
    transition: var(--transition);
}

.faq-item.active .faq-icon {
    transform: rotate(45deg);
}

.faq-a {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
}

.faq-item.active .faq-a {
    max-height: 200px;
}

.faq-a p {
    padding: 0 0 20px;
    font-size: 14px;
    color: var(--gray-600);
    line-height: 1.7;
}

/* Contact */
.contact-section {
    background: var(--gray-50);
}

.map-card {
    margin-top: 22px;
    background: var(--white);
    border-radius: var(--radius);
    border: 1px solid var(--gray-100);
    box-shadow: var(--shadow-sm);
    overflow: hidden;
}

.map-card-header {
    padding: 18px 16px 12px;
    text-align: left;
}

.map-card-header h3 {
    font-size: 16px;
    font-weight: 800;
    color: var(--gray-800);
    margin-bottom: 6px;
}

.map-card-header p {
    font-size: 13px;
    color: var(--gray-600);
    line-height: 1.6;
}

.map-embed {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 10;
    background: var(--gray-100);
}

.map-embed iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.contact-card {
    background: var(--white);
    padding: 24px 16px;
    border-radius: var(--radius);
    text-align: center;
    box-shadow: var(--shadow-sm);
    border: 1px solid var(--gray-100);
}

.contact-card img {
    width: 50px;
    height: 50px;
    margin: 0 auto 12px;
}

.contact-card h3 {
    font-size: 14px;
    font-weight: 700;
    color: var(--gray-800);
    margin-bottom: 8px;
}

.contact-card p {
    font-size: 13px;
    color: var(--gray-600);
    line-height: 1.6;
}

.contact-card a {
    color: var(--accent);
    font-weight: 600;
}

.contact-card a:hover { color: var(--secondary); }

.social-section {
    text-align: center;
    margin-top: 40px;
}

.social-section h3 {
    font-size: 16px;
    font-weight: 700;
    color: var(--gray-700);
    margin-bottom: 20px;
}

.social-links {
    display: flex;
    justify-content: center;
    gap: 16px;
}

.social-link {
    width: 50px;
    height: 50px;
    background: var(--white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: var(--shadow-sm);
    border: 1px solid var(--gray-100);
    transition: var(--transition);
}

.social-link svg {
    width: 22px;
    height: 22px;
    fill: var(--gray-600);
    transition: var(--transition);
}

.social-link:hover {
    background: var(--primary);
    border-color: var(--primary);
    transform: translateY(-4px);
}

.social-link:hover svg { fill: var(--white); }

/* Footer */
.footer {
    background: var(--gray-900);
    color: var(--gray-400);
    padding: 40px 0;
    text-align: center;
}

.footer-logo {
    margin-bottom: 16px;
}

.footer-logo-img {
    height: 42px;
    width: auto;
    display: inline-block;
    object-fit: contain;
}

.footer-logo .logo-name {
    font-family: 'Cormorant Garamond', serif;
    font-size: 22px;
    font-weight: 700;
    color: var(--white);
}

.footer-logo .logo-sub {
    font-size: 10px;
    color: var(--secondary);
    letter-spacing: 2px;
}

.footer p {
    font-size: 13px;
    margin-bottom: 8px;
}

.footer-region {
    color: var(--secondary);
    font-weight: 600;
}

.footer-disclaimer {
    font-size: 11px;
    color: var(--gray-600);
    max-width: 400px;
    margin: 16px auto 0;
}

/* WhatsApp Float */
.whatsapp-float {
    position: fixed;
    bottom: 24px;
    right: 24px;
    width: 60px;
    height: 60px;
    background: var(--success);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 25px rgba(37, 211, 102, 0.5);
    z-index: 999;
    animation: float 3s ease-in-out infinite;
}

@media (max-width: 420px) {
    .diff-grid {
        grid-template-columns: 1fr;
    }

    .diff-card {
        padding: 26px 18px;
    }

    .whatsapp-float {
        width: 54px;
        height: 54px;
        bottom: 14px;
        right: 14px;
    }

    .whatsapp-float svg {
        width: 28px;
        height: 28px;
    }

    .wpp-tooltip {
        display: none;
    }

    .section.contact-section {
        padding-bottom: 110px;
    }

    .section.diff-section {
        padding-bottom: 110px;
    }
}

.whatsapp-float svg {
    width: 32px;
    height: 32px;
    fill: var(--white);
}

.whatsapp-float:hover {
    transform: scale(1.1);
}

.wpp-tooltip {
    position: absolute;
    right: 70px;
    background: var(--gray-900);
    color: var(--white);
    padding: 10px 16px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 600;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: var(--transition);
}

.whatsapp-float:hover .wpp-tooltip {
    opacity: 1;
    visibility: visible;
}

/* Responsive - Tablet */
@media (min-width: 640px) {
    .hero h1 { font-size: 40px; }
    .hero-badges { flex-direction: row; justify-content: center; flex-wrap: wrap; }
    .services-grid { grid-template-columns: repeat(3, 1fr); }
    .steps-grid { grid-template-columns: repeat(2, 1fr); }
    .testimonials-grid { grid-template-columns: repeat(2, 1fr); }
    .section-header h2 { font-size: 38px; }
    .cases-grid { grid-template-columns: repeat(2, 1fr); }
}

/* Responsive - Desktop */
@media (min-width: 1024px) {
    .nav { display: block; }
    .nav-toggle { display: none; }
    .hero h1 { font-size: 48px; }
    .hero p { font-size: 18px; }
    .section { padding: 72px 0; }
    .section-header { margin-bottom: 34px; }
    .section-cta { margin-top: 34px; }
    .section-header h2 { font-size: 44px; }
    .services-grid { grid-template-columns: repeat(4, 1fr); }
    .steps-grid { grid-template-columns: repeat(4, 1fr); }
    .cases-grid { grid-template-columns: repeat(3, 1fr); }
    .about-grid { flex-direction: row; align-items: center; }
    .map-embed { aspect-ratio: 21 / 9; }
    .about-image { flex: 0 0 420px; }
    .about-content { flex: 1; }
    .about-content h2 { font-size: 36px; }
    .testimonials-grid { grid-template-columns: repeat(3, 1fr); }
    .contact-grid { grid-template-columns: repeat(4, 1fr); }
}

@media print {
    .header, .whatsapp-float, .btn-cta { display: none !important; }
}
