/* --- Variáveis e Reset --- */
:root {
    --primary-color: #d97706;
    --primary-hover: #b45309;
    --primary-light: #fbbf24;
    --secondary-color: #100c48;
    --secondary-light: #1a1560;
    --secondary-dark: #0a0830;
    --text-dark: #111827;
    --text-gray: #4b5563;
    --bg-light: #f9fafb;
    --white: #ffffff;
    
    --font-main: 'Manrope', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    
    --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    --shadow-sm: 0 1px 3px rgba(0,0,0,0.1);
    --shadow-md: 0 4px 6px -1px rgba(0,0,0,0.1);
    --shadow-lg: 0 10px 15px -3px rgba(0,0,0,0.1);
    
    --radius: 6px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: var(--font-main);
    color: var(--text-dark);
    line-height: 1.6;
    background-color: var(--white);
    overflow-x: hidden;
}

a { text-decoration: none; color: inherit; }
ul { list-style: none; }
img { max-width: 100%; display: block; }

/* Focus visible para acessibilidade */
*:focus-visible {
    outline: 2px solid var(--primary-color);
    outline-offset: 2px;
}

button:focus-visible,
a:focus-visible {
    outline: 2px solid var(--primary-color);
    outline-offset: 2px;
}

/* --- Utilitários --- */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.section {
    padding: 80px 0;
}

/* Logo decorativa em seções com fundo branco */
.section-with-watermark {
    position: relative;
    overflow: hidden;
}

.section-watermark {
    position: absolute;
    top: 20px;
    right: 20px;
    left: auto;
    width: 180px;
    height: auto;
    opacity: 1;
    pointer-events: none;
    z-index: 0;
}

@media (max-width: 768px) {
    .section-watermark {
        width: 80px;
        top: 8px;
        right: 10px;
        left: auto;
    }
}

.section-with-watermark .container {
    position: relative;
    z-index: 1;
}

.bg-light { background-color: var(--bg-light); }
.bg-dark { background-color: var(--secondary-color); color: var(--white); }
.text-white { color: var(--white); }

.section-header {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 60px;
}

.section-header h2 {
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 16px;
    color: var(--secondary-color);
}

.bg-dark .section-header h2 { color: var(--white); }

.section-header p {
    font-size: 1.125rem;
    color: var(--text-gray);
}
.bg-dark .section-header p { color: #cbd5e1; }

/* --- Botões --- */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 14px 28px;
    font-weight: 700;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-radius: var(--radius);
    transition: var(--transition);
    cursor: pointer;
    border: 2px solid transparent;
}

.btn-primary {
    background-color: var(--primary-color);
    color: var(--white);
    transition: background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}

.btn-primary:hover {
    background-color: var(--primary-hover);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(217, 119, 6, 0.35);
}

.btn-proposta {
    background-color: var(--bg-light);
    color: var(--text-dark);
    border: 2px solid var(--secondary-color);
    transition: background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

.btn-proposta:hover {
    background-color: var(--secondary-color);
    color: var(--white);
    border-color: var(--secondary-color);
    transform: translateY(-2px);
    box-shadow: var(--shadow-md);
}

.btn-secondary {
    background-color: var(--secondary-color);
    color: var(--white);
    border: 2px solid var(--primary-color);
    box-shadow: 0 2px 8px rgba(15,23,42,0.08);
    outline: none;
    transition: background-color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}

.btn-secondary:hover {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    box-shadow: 0 4px 16px rgba(15,23,42,0.16);
    transform: translateY(-2px);
}

.btn-outline {
    background-color: transparent;
    border-color: var(--white);
    color: var(--white);
}

.btn-outline:hover {
    background-color: var(--white);
    color: var(--secondary-color);
}

.btn-text {
    color: var(--secondary-color);
    text-decoration: underline;
    padding: 10px 0;
}

.btn-linkedin {
    background-color: #0077b5;
    color: white;
}
.btn-linkedin:hover { background-color: #005582; }

.btn-block { width: 100%; }
.btn-sm { padding: 8px 20px; font-size: 0.875rem; border-color: var(--secondary-color); color: var(--secondary-color); }
.btn-sm:hover { background-color: var(--secondary-color); color: var(--white); }

/* --- Header --- */
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background-color: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(0,0,0,0.05);
    transition: var(--transition);
    will-change: transform, box-shadow;
    contain: layout style;
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 64px; /* menor para uma navbar mais sutil */
}

/* Navbar: botão menor e mais moderno apenas no header
   - reduz padding e tamanho da fonte
   - borda arredondada sutil, gradiente leve e sombra suave
   - não altera o estilo global de `.btn-primary` fora do header */
.navbar .btn-primary {
    padding: 8px 14px;
    font-size: 0.92rem;
    border-radius: var(--radius);
    background: linear-gradient(90deg, var(--primary-color), var(--primary-hover));
    color: var(--white);
    box-shadow: 0 6px 16px rgba(249,115,22,0.12);
    border: none;
    text-transform: none;
    font-weight: 700;
    transition: transform 180ms ease, box-shadow 180ms ease, opacity 160ms ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.navbar .btn-primary i { font-size: 1.05rem; display:inline-block; }

.navbar .btn-primary:hover,
.navbar .btn-primary:focus {
    transform: translateY(-2px);
    box-shadow: 0 12px 30px rgba(249,115,22,0.14);
    opacity: 0.98;
}

@media (max-width: 640px) {
    .nav-actions .btn-primary { padding: 8px 12px; font-size: 0.95rem; }
}

/* Botão Vagas (navbar & mobile) */
.btn-vagas {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 8px 14px;
    background-color: var(--secondary-color);
    color: #ffffff;
    font-weight: 700;
    font-size: 0.92rem;
    border: none;
    border-radius: var(--radius);
    text-transform: none;
    transition: transform 160ms ease, box-shadow 160ms ease, background-color 120ms ease;
}

.btn-vagas:hover,
.btn-vagas:focus {
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(15,23,42,0.14);
    background-color: var(--secondary-light);
}

.logo img {
    height: 56px; /* logo maior, aproveitando altura da navbar */
    width: auto;
}

.nav-links {
    display: flex;
    gap: 20px; /* menos espaçamento entre itens */
}

.nav-links a {
    font-weight: 600;
    font-size: 0.9rem; /* levemente menor */
    color: var(--secondary-color);
    position: relative;
    padding: 6px 0; /* reduzir área ativa vertical */
}

.nav-links a::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: -4px;
    left: 0;
    background-color: var(--primary-color);
    transition: var(--transition);
}

.nav-links a:hover::after {
    width: 100%;
}

.mobile-menu-icon {
    display: none;
    font-size: 1.25rem; /* um pouco menor */
    cursor: pointer;
    color: var(--secondary-color);
}

/* Full-screen mobile menu overlay - Modern & Animated */
.mobile-menu {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(15,23,42,0.97) 0%, rgba(30,41,59,0.97) 100%);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    color: var(--white);
    transform: translateY(-100%);
    opacity: 0;
    pointer-events: none;
    transition: transform 400ms cubic-bezier(0.4, 0, 0.2, 1), opacity 400ms ease;
    z-index: 2000;
    padding: 3.5rem 2rem;
}

.mobile-menu.active {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
}

.mobile-menu .close-icon {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    background: rgba(249, 115, 22, 0.1);
    border: 2px solid var(--primary-color);
    color: var(--primary-color);
    font-size: 1.5rem;
    cursor: pointer;
    padding: 0.5rem;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.mobile-menu .close-icon:hover {
    background: var(--primary-color);
    color: var(--white);
    transform: rotate(90deg);
    box-shadow: 0 4px 12px rgba(249, 115, 22, 0.4);
}

.mobile-menu a {
    display: block;
    font-size: 1.25rem;
    font-weight: 600;
    margin: 0.75rem 0;
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    text-transform: none;
    letter-spacing: 0.3px;
    position: relative;
    padding: 0.5rem 0;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0;
    transform: translateY(20px);
}

.mobile-menu.active a {
    animation: menuSlideIn 0.4s ease forwards;
}

.mobile-menu.active a:nth-child(2) { animation-delay: 0.1s; }
.mobile-menu.active a:nth-child(3) { animation-delay: 0.15s; }
.mobile-menu.active a:nth-child(4) { animation-delay: 0.2s; }
.mobile-menu.active a:nth-child(5) { animation-delay: 0.25s; }
.mobile-menu.active a:nth-child(6) { animation-delay: 0.3s; }
.mobile-menu.active a:nth-child(7) { animation-delay: 0.35s; }

@keyframes menuSlideIn {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.mobile-menu a::before {
    content: '';
    position: absolute;
    left: -24px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 2px;
    background: var(--primary-color);
    transition: width 0.3s ease;
}

.mobile-menu a:hover {
    color: var(--white);
    padding-left: 12px;
}

.mobile-menu a:hover::before {
    width: 16px;
}

/* Make mobile menu buttons uniform and styled */
.mobile-menu .btn-vagas,
.mobile-menu .btn-primary {
    width: 100%;
    max-width: 280px;
    padding: 14px 28px;
    font-size: 1rem;
    justify-content: center;
    text-align: center;
    margin: 0.5rem auto;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

.mobile-menu .btn-vagas:hover,
.mobile-menu .btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(249, 115, 22, 0.3);
}

/* Prevent body scroll when menu is open */
body.no-scroll {
    overflow: hidden;
    height: 100vh;
}

/* --- Hero Section --- */
.hero {
    height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
    background: var(--secondary-color);
    overflow: hidden;
    padding-top: 64px;
}

.hero-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    width: 100%;
}

.hero-content {
    position: relative;
    z-index: 2;
    color: var(--white);
}

.hero .badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    background-color: var(--secondary-light);
    color: var(--primary-color);
    font-weight: 600;
    font-size: 0.875rem;
    margin-bottom: 24px;
    border-radius: 4px;
}

.hero .badge i {
    font-size: 1.1rem;
}

.hero h1 {
    font-size: 3.2rem;
    line-height: 1.15;
    font-weight: 800;
    margin-bottom: 24px;
}

.hero h1 .highlight {
    color: var(--primary-color);
}

.hero p {
    font-size: 1.1rem;
    color: #d1d5db; /* Melhor contraste (4.5:1) com fundo #100c48 */
    margin-bottom: 40px;
    max-width: 520px;
    line-height: 1.7;
}

.hero-buttons {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

/* Hero Visual Side */
.hero-visual {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-banner {
    width: 100%;
    height: auto;
    max-height: calc(100vh - 150px);
    object-fit: contain;
    animation: floatUp 3s ease-in-out infinite alternate;
}

@keyframes floatUp {
    0% {
        transform: translateY(10px);
    }
    100% {
        transform: translateY(-10px);
    }
}

/* Hero Responsive */
@media (max-width: 992px) {
    .hero-wrapper {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .hero-content {
        order: 1;
    }
    
    .hero p {
        margin-left: auto;
        margin-right: auto;
    }
    
    .hero-buttons {
        justify-content: center;
    }
    
    .hero-visual {
        order: 2;
        margin-top: 40px;
    }
    
    .hero-banner {
        max-width: 80%;
    }
}

@media (max-width: 768px) {
    .hero {
        padding-top: 100px;
        padding-bottom: 60px;
        min-height: auto;
    }
    
    .hero h1 {
        font-size: 2rem;
    }
    
    .hero p {
        font-size: 1rem;
    }
    
    .hero .badge {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .hero-buttons {
        flex-direction: row;
        gap: 10px;
        justify-content: center;
    }
    
    .hero-buttons .btn {
        padding: 10px 16px;
        font-size: 0.75rem;
    }
    
    .hero-visual {
        display: none;
    }
}

/* --- Sobre Grid --- */
.mvv-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.mvv-grid .card {
    background: var(--white);
    padding: 40px 30px;
    border: 1px solid #e5e7eb;
    transition: var(--transition);
    border-radius: var(--radius);
}

.mvv-grid .card:hover {
    border-color: var(--primary-color);
    transform: translateY(-3px);
    box-shadow: var(--shadow-md);
}

.icon-box {
    width: 60px;
    height: 60px;
    background-color: rgba(249, 115, 22, 0.1);
    color: var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    margin-bottom: 24px;
    border-radius: var(--radius);
}

.mvv-grid h3 {
    font-size: 1.5rem;
    margin-bottom: 16px;
    color: var(--secondary-color);
}

.values-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
    color: var(--text-gray);
}
.values-list i { color: var(--primary-color); }

/* --- Idealizadora --- */
.split-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.image-wrapper {
    position: relative;
}

.image-wrapper img {
    width: 100%;
    border-radius: var(--radius);
    box-shadow: 20px 20px 0px var(--secondary-color); /* Efeito de borda deslocada */
}

.floating-card {
    position: absolute;
    bottom: -20px;
    right: -20px;
    background: var(--white);
    padding: 15px 25px;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: var(--shadow-lg);
    border-left: 4px solid var(--primary-color);
    border-radius: var(--radius);
}

.floating-card i { font-size: 1.5rem; color: #0077b5; }
.floating-card span { font-weight: 700; color: var(--secondary-color); }

.subtitle {
    text-transform: uppercase;
    color: var(--primary-color);
    font-weight: 700;
    font-size: 0.9rem;
    letter-spacing: 1px;
}

.text-wrapper h2 {
    font-size: 2.5rem;
    margin: 10px 0 20px;
    color: var(--secondary-color);
}

.text-wrapper p { margin-bottom: 20px; color: var(--text-gray); }

.buttons-row {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-top: 30px;
    flex-wrap: wrap;
}

/* --- Serviços --- */
.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
}

.service-card {
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.1);
    padding: 30px;
    transition: var(--transition);
    border-radius: var(--radius);
}

.service-card:hover {
    background: var(--white);
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

.service-card:hover h3, 
.service-card:hover p, 
.service-card:hover i {
    color: var(--secondary-color); /* Inverte cor ao hover */
}
.service-card:hover p { color: var(--text-gray); }

.icon-lg {
    font-size: 3rem;
    color: var(--primary-color);
    margin-bottom: 20px;
    display: block;
}

.service-card h3 {
    font-size: 1.25rem;
    margin-bottom: 15px;
}

.service-card p {
    color: #cbd5e1; /* Melhor contraste (7:1) com fundo escuro */
    font-size: 0.95rem;
}

/* --- CTA Split --- */
.split-cta {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: stretch;
}

.cta-box {
    padding: 50px;
    border-radius: var(--radius);
    text-align: center;
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

.cta-box p {
    flex-grow: 1;
}

.cta-box .check-list {
    margin-bottom: auto;
}

.cta-box .btn-block {
    margin-top: auto;
}

.cta-box.business {
    background-color: var(--bg-light);
    border: 2px solid #e5e7eb;
}

.cta-box.candidate {
    background-color: var(--secondary-color);
    color: var(--white);
    border: none;
}

.cta-box h3 { font-size: 2rem; margin-bottom: 15px; }
.cta-box.business h3 { color: var(--secondary-color); }
.cta-box.candidate h3 { color: var(--primary-color); }

.check-list {
    text-align: left;
    margin: 25px auto;
    display: inline-block;
}

.check-list li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 25px;
}

.check-list li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: var(--primary-color);
    font-weight: bold;
}

/* --- Vagas (Mural Dinâmico) --- */
.vagas-cta-wrapper {
    background: var(--white);
    border: 1px solid #e5e7eb;
    padding: 60px 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
    border-radius: var(--radius);
    position: relative;
    overflow: hidden;
    box-shadow: var(--shadow-sm);
}

/* Linha decorativa no topo */
.vagas-cta-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, var(--secondary-color) 0%, var(--primary-color) 100%);
}

.vagas-icon {
    font-size: 4rem;
    color: #25D366;
    margin-bottom: 24px;
    background: #f0fdf4;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--radius);
}

.vagas-content h2 {
    font-size: 2.2rem;
    color: var(--secondary-color);
    margin-bottom: 16px;
    font-weight: 800;
}

.badge-vagas {
    display: inline-block;
    background-color: var(--secondary-color);
    color: var(--white);
    padding: 4px 12px;
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 16px;
    letter-spacing: 1px;
}

.vagas-content p {
    font-size: 1.1rem;
    color: var(--text-gray);
    margin-bottom: 16px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.highlight-text {
    font-weight: 500;
    color: var(--secondary-color) !important;
    margin-bottom: 32px !important;
}

.vagas-content small {
    display: block;
    margin-top: 16px;
    color: #6b7280; /* Melhor contraste com fundo branco */
    font-size: 0.85rem;
}

.btn-lg {
    padding: 18px 40px;
    font-size: 1.1rem;
}

/* Responsividade da caixa de vagas */
@media (max-width: 768px) {
    .vagas-cta-wrapper {
        padding: 40px 20px;
    }
    .vagas-content h2 {
        font-size: 1.8rem;
    }
}

/* --- Footer --- */
footer {
    background: linear-gradient(135deg, var(--secondary-color) 0%, #0a0f1f 100%);
    color: #cbd5e1;
    padding-top: 80px;
    border-top: 1px solid rgba(249, 115, 22, 0.2);
}

.footer-wrapper {
    display: flex;
    flex-direction: column;
}

.footer-content {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
    gap: 50px;
    padding-bottom: 50px;
}

.footer-col h4 {
    color: var(--white);
    margin-bottom: 20px;
    font-size: 1.05rem;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.footer-brand {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.footer-logo-wrapper {
    display: flex;
    align-items: center;
}

.footer-logo {
    max-width: 140px;
    height: auto;
    border-radius: var(--radius);
    transition: var(--transition);
}

.footer-logo:hover {
    transform: translateY(-3px);
    opacity: 0.9;
}

.footer-description {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #b8c0cc; /* Melhor contraste com fundo escuro */
}

.footer-links {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.footer-links li {
    list-style: none;
}

.footer-links a {
    color: #cbd5e1;
    font-size: 0.95rem;
    transition: var(--transition);
    display: inline-flex;
    align-items: center;
    gap: 6px;
    position: relative;
}

.footer-links a::before {
    content: '→';
    opacity: 0;
    transition: var(--transition);
    font-size: 0.85rem;
}

.footer-links a:hover {
    color: var(--primary-color);
    transform: translateX(4px);
}

.footer-links a:hover::before {
    opacity: 1;
}

.social-links {
    display: flex;
    gap: 12px;
}

.social-icon {
    width: 45px;
    height: 45px;
    background: rgba(249, 115, 22, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    transition: var(--transition);
    border-radius: var(--radius);
    color: var(--primary-color);
    border: 1px solid rgba(249, 115, 22, 0.3);
}

.social-icon:hover {
    background: var(--primary-color);
    color: var(--white);
    transform: translateY(-3px);
    border-color: var(--primary-color);
    box-shadow: 0 10px 20px rgba(249, 115, 22, 0.2);
}

.footer-contact {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.contact-info p {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.95rem;
    color: #cbd5e1;
}

.contact-info i {
    color: var(--primary-color);
    font-size: 1.2rem;
    flex-shrink: 0;
}

.contact-info a {
    color: #cbd5e1;
    transition: var(--transition);
}

.contact-info a:hover {
    color: var(--primary-color);
    text-decoration: underline;
}

.footer-divider {
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(249, 115, 22, 0.3), transparent);
    margin: 40px 0;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 30px;
    flex-wrap: wrap;
    gap: 20px;
}

.footer-bottom p {
    color: #b8c0cc; /* Melhor contraste com fundo escuro */
    font-size: 0.9rem;
    margin: 0;
}

.footer-legal {
    display: flex;
    gap: 20px;
}

.footer-legal a {
    color: #b8c0cc; /* Melhor contraste com fundo escuro */
    transition: var(--transition);
    font-size: 0.9rem;
}

.footer-legal a:hover {
    color: var(--primary-color);
}

/* --- Footer Responsivo --- */
@media (max-width: 1024px) {
    .footer-content {
        grid-template-columns: 1fr 1fr;
        gap: 40px;
    }
}

@media (max-width: 768px) {
    footer {
        padding-top: 60px;
    }

    .footer-content {
        grid-template-columns: 1fr;
        gap: 30px;
        padding-bottom: 30px;
    }

    .footer-bottom {
        flex-direction: column;
        text-align: center;
    }

    .footer-logo-wrapper {
        justify-content: center;
    }

    .footer-col h4 {
        font-size: 1rem;
    }

    .footer-links {
        gap: 10px;
    }

    .social-links {
        justify-content: center;
    }

    .footer-legal {
        flex-direction: column;
        gap: 10px;
    }
}

/* --- Animações --- */
.fade-up {
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 0.8s forwards;
}

.delay-1 { animation-delay: 0.2s; }
.delay-2 { animation-delay: 0.4s; }
.delay-3 { animation-delay: 0.6s; }

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.scroll-reveal {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s ease-out;
}

.scroll-reveal.visible {
    opacity: 1;
    transform: translateY(0);
}

/* --- Responsivo --- */
@media (max-width: 992px) {
    .split-layout, .split-cta { grid-template-columns: 1fr; }
    .image-wrapper { max-width: 500px; margin: 0 auto; }
    .hero h1 { font-size: 2.8rem; }
}

@media (max-width: 768px) {
    .nav-links, .nav-actions .btn { display: none; }
    .mobile-menu-icon { display: block; }
    .hero h1 { font-size: 2.2rem; }
    .footer-content { grid-template-columns: 1fr; text-align: center; }
    .social-links { justify-content: center; }
    .job-card { flex-direction: column; align-items: flex-start; gap: 15px; }
    .job-card .btn { width: 100%; }
    
    /* Idealizadora mobile - layout lado a lado */
    .split-layout {
        grid-template-columns: 120px 1fr;
        gap: 20px;
        align-items: start;
    }
    
    .image-wrapper {
        max-width: 120px;
        margin: 0;
    }
    
    .image-wrapper img {
        box-shadow: 8px 8px 0px var(--secondary-color);
    }
    
    .floating-card {
        display: flex;
        bottom: -10px;
        right: -10px;
        padding: 6px 10px;
        font-size: 0.7rem;
    }
    
    .floating-card i {
        font-size: 1rem;
    }
    
    .floating-card span {
        display: none;
    }
    
    .text-wrapper {
        text-align: left;
    }
    
    .text-wrapper h2 {
        font-size: 1.5rem;
        margin: 5px 0 15px;
    }
    
    .text-wrapper p {
        font-size: 0.9rem;
        margin-bottom: 15px;
    }
    
    .subtitle {
        font-size: 0.75rem;
    }
    
    .buttons-row {
        justify-content: flex-start;
        gap: 10px;
        margin-top: 20px;
    }
    
    .buttons-row .btn {
        padding: 10px 16px;
        font-size: 0.75rem;
    }
}
