/* --- 2026 Premium Clean & Nude Design System --- */
:root {
    --bg-body: #FCFBF9; 
    --bg-subtle: #F4EFEA; 
    --bg-card: #FFFFFF;
    
    --text-primary: #3B332D; 
    --text-secondary: #6E635A; 
    --text-light: #A89384;
    
    --accent-primary: #CDBBB0; 
    --accent-hover: #BCA38F;
    --accent-brand: #A38A75; 
    --accent-light: #F0EAE3; 
    
    /* Cores Google Premium */
    --google-star: #FABB05;
    
    --border-color: #E8E2DD;
    --input-bg: #FFFFFF;
    
    --shadow-sm: 0 4px 15px rgba(59, 51, 45, 0.03);
    --shadow-md: 0 10px 30px rgba(59, 51, 45, 0.06);
    --shadow-float: 0 20px 40px -10px rgba(59, 51, 45, 0.08);

    --footer-bg: #F4EFEA;
    --footer-text: #6E635A;
    --footer-border: rgba(59, 51, 45, 0.1);

    --header-height: 90px;
    --radius-sm: 8px;
    --radius-md: 16px;
    --radius-lg: 24px;
    --transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}

/* --- Reset & Base --- */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; font-size: 16px; overflow-x: hidden; }

body {
    font-family: 'Inter', sans-serif;
    background-color: var(--bg-body);
    color: var(--text-secondary);
    line-height: 1.7;
    font-weight: 300; 
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}

.bg-body { background-color: var(--bg-body) !important; }
.bg-subtle { background-color: var(--bg-subtle) !important; }

h1, h2, h3, h4, h5 { font-family: 'Outfit', sans-serif; color: var(--text-primary); font-weight: 400; line-height: 1.2; }
h2.section-title { font-size: clamp(1.8rem, 4vw, 2.8rem); margin-bottom: 1.5rem; letter-spacing: -0.02em; font-weight: 300; }
h3 { font-size: clamp(1.3rem, 2vw, 1.8rem); }
a { text-decoration: none; color: inherit; transition: var(--transition); }
ul { list-style: none; }
img { max-width: 100%; height: auto; display: block; }
button { font-family: inherit; }

.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; width: 100%; }
.section { padding: clamp(60px, 8vw, 120px) 0; position: relative; } 
.center { text-align: center; }
.full-width { width: 100%; grid-column: 1 / -1; }

.section-tag { display: inline-block; font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.2em; color: var(--accent-brand); font-weight: 500; margin-bottom: 20px; }

/* --- Header --- */
.header { position: fixed; top: 0; left: 0; width: 100%; height: var(--header-height); z-index: 1000; background: rgba(252, 251, 249, 0.95); backdrop-filter: blur(20px); border-bottom: 1px solid transparent; transition: var(--transition); }
.header.scrolled { height: 75px; border-bottom: 1px solid var(--border-color); box-shadow: var(--shadow-sm); }
.header-container { display: flex; justify-content: space-between; align-items: center; height: 100%; }
.logo { display: flex; align-items: center; gap: 12px; }
.logo-symbol { width: 40px; height: 40px; background: var(--bg-body); color: var(--accent-brand); display: flex; align-items: center; justify-content: center; border-radius: 50%; font-family: 'Outfit'; font-weight: 400; font-size: 1.1rem; border: 1px solid var(--border-color); }
.logo-text { font-family: 'Outfit'; font-weight: 400; color: var(--text-primary); line-height: 1.2; display: flex; flex-direction: column; font-size: 1.1rem; }
.cro-badge { font-size: 0.7rem; color: var(--text-light); font-family: 'Inter'; letter-spacing: 0.05em; }
.nav-list { display: flex; gap: 40px; }
.nav-link { font-weight: 400; color: var(--text-secondary); padding: 8px 0; position: relative; font-size: 0.95rem; letter-spacing: 0.03em; }
.nav-link::after { content: ''; position: absolute; bottom: 0; left: 0; width: 0; height: 1px; background: var(--accent-brand); transition: var(--transition); }
.nav-link:hover, .nav-link.active { color: var(--text-primary); }
.nav-link:hover::after, .nav-link.active::after { width: 100%; }
.header-actions { display: flex; align-items: center; gap: 16px; }
.btn-primary-small { background: var(--text-primary); color: var(--bg-card); padding: 10px 24px; border-radius: 50px; font-weight: 400; font-size: 0.9rem; letter-spacing: 0.05em; transition: var(--transition); white-space: nowrap; border: none; cursor: pointer;}
.btn-primary-small:hover { background: var(--accent-brand); transform: translateY(-2px); box-shadow: var(--shadow-sm); }

/* --- HERO EDITORIAL --- */
.hero-editorial { min-height: 100vh; position: relative; background-color: var(--bg-body); display: flex; align-items: center; padding-top: var(--header-height); overflow: hidden; }
.hero-visual { position: absolute; top: 0; right: 0; bottom: 0; width: 60%; z-index: 1; mask-image: linear-gradient(to right, transparent 0%, transparent 15%, black 60%, black 100%); -webkit-mask-image: linear-gradient(to right, transparent 0%, transparent 15%, black 60%, black 100%); }
.hero-img { width: 100%; height: 100%; object-fit: cover; object-position: center 30%; }
.hero-container { position: relative; z-index: 2; display: flex; align-items: center; height: 100%; }
.hero-content { max-width: 800px; padding: 40px 0; }
.hero-title-name { font-family: 'Inter', sans-serif; font-size: clamp(3.5rem, 7vw, 6.5rem); font-weight: 700; color: #000000; line-height: 1.05; margin-bottom: 24px; letter-spacing: -0.04em; }
.hero-credentials { font-family: 'Inter', sans-serif; font-size: clamp(0.9rem, 1.2vw, 1.1rem); color: var(--text-primary); line-height: 1.8; font-weight: 400; margin-bottom: 48px; max-width: 650px; }
.hero-buttons { display: flex; gap: 16px; flex-wrap: wrap; }
.btn { padding: 16px 36px; border-radius: 50px; font-weight: 400; font-size: 0.95rem; letter-spacing: 0.05em; display: inline-flex; align-items: center; justify-content: center; gap: 10px; transition: var(--transition); cursor: pointer; border: 1px solid transparent; text-align: center; }
.btn-primary { background: var(--text-primary); color: var(--bg-body); }
.btn-primary:hover { background: var(--accent-brand); color: #fff; box-shadow: var(--shadow-md); transform: translateY(-2px); }
.btn-outline-dark { background: transparent; color: var(--text-primary); border-color: var(--border-color); }
.btn-outline-dark:hover { border-color: var(--text-primary); background: transparent; }

/* --- QUEM SOU EU EDITORIAL --- */
.about-editorial { position: relative; min-height: 100vh; display: flex; align-items: center; background-color: var(--bg-body); padding-top: var(--header-height); padding-bottom: 60px; overflow: hidden; }
.about-visual-editorial { position: absolute; top: 0; right: 0; bottom: 0; width: 55%; z-index: 1; mask-image: linear-gradient(to right, transparent 0%, transparent 15%, black 60%, black 100%); -webkit-mask-image: linear-gradient(to right, transparent 0%, transparent 15%, black 60%, black 100%); }
.about-visual-editorial img { width: 100%; height: 100%; object-fit: cover; object-position: center 20%; }
.about-container-editorial { position: relative; z-index: 2; }
.about-content-editorial { max-width: 60%; padding: 60px 0; }
.about-text-content { margin-bottom: 40px; }
.about-text-content p { font-size: 1.05rem; color: var(--text-secondary); margin-bottom: 20px; line-height: 1.6; }
.about-text-content strong { color: var(--text-primary); font-weight: 600; }
.about-list { margin-bottom: 40px; }
.about-list h4 { font-size: 1.15rem; color: var(--text-primary); margin-bottom: 16px; font-weight: 500; }
.about-list ul { display: flex; flex-direction: column; gap: 10px; }
.about-list li { display: flex; align-items: center; gap: 12px; font-size: 1rem; color: var(--text-primary); }
.about-list li i { color: var(--accent-brand); font-size: 1.2rem; flex-shrink: 0; }
.about-quote { font-family: 'Outfit', sans-serif; font-size: 1.3rem; font-weight: 400; color: var(--text-primary); font-style: italic; padding-left: 20px; border-left: 3px solid var(--accent-brand); margin-top: 20px; }

/* --- PALESTRAS E TREINAMENTOS --- */
.premium-journeys { padding: 120px 0; }
.editorial-intro { max-width: 800px; margin: 0 auto 80px; text-align: center; }
.intro-headline { font-size: clamp(1.6rem, 3vw, 2.2rem); color: var(--text-primary); font-weight: 400; line-height: 1.3; margin-bottom: 24px; }
.editorial-intro p { font-size: 1.1rem; color: var(--text-secondary); line-height: 1.7; margin-bottom: 16px; }
.journeys-divider { text-align: center; margin-bottom: 48px; position: relative; }
.journeys-divider::before { content: ''; position: absolute; top: 50%; left: 0; width: 100%; height: 1px; background: var(--border-color); z-index: 1; }
.journeys-title { display: inline-block; background: var(--bg-subtle); padding: 0 24px; position: relative; z-index: 2; font-size: 1.4rem; color: var(--text-primary); text-transform: uppercase; letter-spacing: 0.1em; }
.journeys-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.journey-card { background: var(--bg-card); border: 1px solid var(--border-color); border-radius: var(--radius-lg); padding: 40px 32px; display: flex; flex-direction: column; box-shadow: var(--shadow-sm); transition: var(--transition); }
.journey-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-md); border-color: var(--accent-brand); }
.card-header { margin-bottom: 24px; padding-bottom: 24px; border-bottom: 1px solid var(--border-color); }
.journey-tag { display: inline-block; font-size: 0.85rem; font-weight: 600; color: var(--accent-brand); text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 12px; }
.journey-subtitle { font-size: 1.25rem; color: var(--text-primary); line-height: 1.4; font-weight: 500; }
.card-body { flex-grow: 1; margin-bottom: 32px; }
.card-body p { font-size: 0.95rem; color: var(--text-secondary); line-height: 1.6; margin-bottom: 16px; }
.card-footer h5 { font-size: 0.9rem; color: var(--text-primary); text-transform: uppercase; letter-spacing: 0.05em; margin-bottom: 16px; }
.topics-list { display: flex; flex-direction: column; gap: 12px; }
.topics-list li { display: flex; align-items: flex-start; gap: 10px; font-size: 0.95rem; color: var(--text-primary); line-height: 1.4; }
.topics-list i { color: var(--accent-brand); font-size: 1.1rem; margin-top: 2px; }

/* --- EXPERIÊNCIAS E MARCAS (LOGOS) --- */
.brands-section { padding-top: 80px; padding-bottom: 80px; border-top: 1px solid var(--border-color); }
.brands-header { max-width: 800px; margin: 0 auto 60px; }
.brands-title { font-size: clamp(1.6rem, 3vw, 2.2rem); margin-bottom: 16px; }
.brands-subtitle { font-size: 1.1rem; color: var(--text-secondary); }
.brands-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 40px; align-items: center; }
.brand-logo { opacity: 0.6; filter: grayscale(100%); transition: var(--transition); }
.brand-logo img { height: 45px; width: auto; }
.brand-logo:hover { opacity: 1; filter: grayscale(0%); transform: scale(1.05); }


/* ==== NOVA SECÇÃO: GALERIA DE FOTOS (BENTO GRID PREMIUM) ==== */
.gallery-section { padding-top: 100px; padding-bottom: 100px; border-top: 1px solid var(--border-color); }
.gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 280px;
    gap: 20px;
    grid-auto-flow: dense;
    margin-top: 40px;
}

.gallery-item {
    position: relative;
    border-radius: var(--radius-md);
    overflow: hidden;
    cursor: pointer;
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
    background: var(--border-color);
}
.gallery-item img {
    width: 100%; height: 100%; object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.25, 0.8, 0.25, 1);
}

/* Engenharia do Mosaico (Spans) */
.gallery-item.v-span { grid-row: span 2; }
.gallery-item.h-span { grid-column: span 2; }

/* Efeito Hover Luxuoso */
.gallery-overlay {
    position: absolute; inset: 0; background: rgba(59, 51, 45, 0.4);
    opacity: 0; transition: var(--transition); display: flex; align-items: center; justify-content: center;
    backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
}
.gallery-icon { color: #FFFFFF; font-size: 2.5rem; transform: scale(0.5); transition: var(--transition); }
.gallery-item:hover img { transform: scale(1.04); }
.gallery-item:hover .gallery-overlay { opacity: 1; }
.gallery-item:hover .gallery-icon { transform: scale(1); }

/* ==== LIGHTBOX NATIVO DA GALERIA ==== */
.lightbox-overlay {
    position: fixed; inset: 0; background: rgba(10, 10, 10, 0.95);
    backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
    z-index: 10000; display: flex; align-items: center; justify-content: center;
    opacity: 0; pointer-events: none; transition: opacity 0.4s ease;
}
.lightbox-overlay.active { opacity: 1; pointer-events: all; }

.lightbox-content { max-width: 90vw; max-height: 90vh; position: relative; }
.lightbox-content img {
    max-width: 100%; max-height: 90vh; object-fit: contain; border-radius: var(--radius-sm);
    box-shadow: 0 20px 50px rgba(0,0,0,0.5); transform: scale(0.95); transition: transform 0.4s ease;
}
.lightbox-overlay.active .lightbox-content img { transform: scale(1); }

.lightbox-close, .lightbox-nav {
    position: absolute; background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1);
    color: #fff; display: flex; align-items: center; justify-content: center; border-radius: 50%;
    cursor: pointer; transition: all 0.3s; backdrop-filter: blur(5px); z-index: 10001;
}
.lightbox-close { top: 30px; right: 30px; width: 48px; height: 48px; font-size: 1.5rem; }
.lightbox-nav { top: 50%; transform: translateY(-50%); width: 60px; height: 60px; font-size: 2rem; }
.lightbox-nav.prev { left: 30px; }
.lightbox-nav.next { right: 30px; }

.lightbox-close:hover, .lightbox-nav:hover { background: #FFFFFF; color: #000000; transform: scale(1.1); }
.lightbox-nav.prev:hover { transform: translateY(-50%) scale(1.1); }
.lightbox-nav.next:hover { transform: translateY(-50%) scale(1.1); }


/* --- AVALIAÇÕES GOOGLE DINÂMICAS --- */
.google-reviews-section { padding-top: 100px; padding-bottom: 120px; overflow: hidden; }
.reviews-header { max-width: 900px; margin: 0 auto 60px; text-align: center; }

.stats-row { display: flex; justify-content: center; gap: 40px; margin: 40px 0; flex-wrap: wrap; }
.stat-block { background: var(--bg-card); border: 1px solid var(--border-color); padding: 24px 40px; border-radius: var(--radius-md); box-shadow: var(--shadow-sm); display: flex; flex-direction: column; align-items: center; justify-content: center; }
.stat-number { font-family: 'Outfit', sans-serif; font-size: 3.5rem; font-weight: 300; color: var(--text-primary); line-height: 1; }
.stat-label { font-size: 1rem; color: var(--text-secondary); text-transform: uppercase; letter-spacing: 0.05em; margin-top: 8px; }

.google-rating .rating-number { font-family: 'Outfit', sans-serif; font-size: 3rem; font-weight: 400; color: var(--text-primary); line-height: 1; }
.stars-wrapper { color: var(--google-star); font-size: 1.4rem; display: flex; gap: 4px; margin-top: 12px; }

.reviews-intro-text p { font-size: 1.2rem; color: var(--text-primary); margin-bottom: 24px; }
.reviews-quote { font-size: 1.1rem; color: var(--text-secondary); font-style: italic; max-width: 700px; margin: 0 auto; }

/* Carrossel CSS Premium & Setas */
.carousel-wrapper { position: relative; width: 100%; margin-top: 20px; }

.carousel-arrow {
    position: absolute; top: 50%; transform: translateY(-50%); width: 56px; height: 56px;
    background: var(--bg-card); border: 1px solid var(--border-color); border-radius: 50%;
    display: flex; align-items: center; justify-content: center; font-size: 1.5rem;
    color: var(--text-primary); cursor: pointer; z-index: 10; box-shadow: var(--shadow-md); transition: var(--transition);
}
.carousel-arrow:hover { background: var(--text-primary); color: var(--bg-card); border-color: var(--text-primary); box-shadow: var(--shadow-float); transform: translateY(-50%) scale(1.05); }
.left-arrow { left: -28px; }
.right-arrow { right: -28px; }

.google-cards-carousel {
    display: flex; gap: 24px; overflow-x: auto; padding: 20px 24px 40px;
    scroll-snap-type: x mandatory; scrollbar-width: none; margin: 0 -24px; 
}
.google-cards-carousel::-webkit-scrollbar { display: none; }

.google-card {
    min-width: 350px; max-width: 380px; background: var(--bg-card); padding: 32px; border-radius: var(--radius-lg);
    border: 1px solid var(--border-color); box-shadow: var(--shadow-sm); scroll-snap-align: center;
    flex-shrink: 0; transition: var(--transition); display: flex; flex-direction: column;
}
.google-card:hover { box-shadow: var(--shadow-md); transform: translateY(-5px); border-color: var(--accent-primary); }

.g-card-header { display: flex; justify-content: space-between; align-items: flex-start; gap: 12px; margin-bottom: 20px; width: 100%; }
.g-user-info { display: flex; gap: 12px; align-items: center; flex: 1; min-width: 0; }
.g-avatar { width: 48px; height: 48px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-family: 'Outfit', sans-serif; font-size: 1.2rem; font-weight: 500; overflow: hidden; flex-shrink: 0; }
.g-avatar img { width: 100%; height: 100%; object-fit: cover; }

.g-name-group { flex: 1; display: flex; flex-direction: column; justify-content: center; min-width: 0; }
.g-name-row { display: flex; align-items: center; gap: 8px; width: 100%; }
.g-name-row strong { color: var(--text-primary); font-size: 1.05rem; font-weight: 500; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; flex: 1; min-width: 0; }
.g-time { font-size: 0.8rem; color: var(--text-light); white-space: nowrap; flex-shrink: 0; }
.g-badges { display: flex; align-items: center; gap: 4px; color: var(--text-light); font-size: 0.8rem; margin-top: 4px; }
.g-badges i { color: var(--google-star); }
.g-icon { font-size: 1.8rem; color: #4285F4; flex-shrink: 0; }
.g-stars { color: var(--google-star); font-size: 1.1rem; margin-bottom: 16px; display: flex; gap: 2px; }
.g-text { font-size: 1rem; color: var(--text-secondary); line-height: 1.6; }
.g-text.empty-review { font-style: italic; color: var(--text-light); font-size: 0.95rem; }

.reviews-action { margin-top: 20px; }

/* --- FORMULÁRIOS & CAPTAÇÃO DE LEADS (DESKTOP PREMIUM ALIGNMENT) --- */
.lead-magnet-layout, .contact-hub-wrapper { max-width: 1050px; margin: 0 auto; }
.lead-magnet-layout { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: clamp(40px, 6vw, 60px); align-items: stretch; }

.form-card-elegant, .smart-contact-card { 
    background: var(--bg-card); padding: clamp(40px, 4vw, 48px); border-radius: var(--radius-lg); 
    box-shadow: var(--shadow-md); border: 1px solid var(--border-color); height: 100%;
}
.form-card-elegant h3 { margin-bottom: 8px; font-weight: 400; font-size: 1.6rem; }
.form-card-elegant p { margin-bottom: 32px; color: var(--text-secondary); font-size: 0.95rem; line-height: 1.6;}

.materials-list { margin-top: 32px; display: flex; flex-direction: column; gap: 16px; }
.materials-list li { display: flex; align-items: center; gap: 12px; font-size: 1.05rem; color: var(--text-primary); }
.materials-list i { color: var(--accent-brand); font-size: 1.4rem; }

.capture-form, .smart-form { display: grid; gap: 20px; }

.input-group { position: relative; }
.input-group label { 
    display: block; font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.1em; 
    margin-bottom: 8px; color: var(--text-secondary); font-weight: 500;
}
.input-group input, .input-group textarea, .input-group select { 
    width: 100%; padding: 14px 16px; background: var(--input-bg); 
    border: 1px solid var(--border-color); color: var(--text-primary); 
    font-family: inherit; font-size: 1rem; transition: var(--transition); 
    border-radius: var(--radius-sm); appearance: none;
}
.input-group input:focus, .input-group textarea:focus, .input-group select:focus { 
    outline: none; border-color: var(--accent-brand); box-shadow: 0 0 0 4px rgba(163, 138, 117, 0.1); 
}
.input-group input::placeholder, .input-group textarea::placeholder { color: var(--text-light); opacity: 0.7; }

/* Botões com Loader CSS */
.btn-submit { 
    background: var(--text-primary); color: var(--bg-card); padding: 16px; border: none; 
    border-radius: 50px; font-weight: 500; cursor: pointer; letter-spacing: 0.05em; 
    font-size: 1rem; transition: var(--transition); margin-top: 8px; display: flex; align-items: center; justify-content: center; gap: 8px; position: relative;
}
.btn-submit:hover:not(:disabled) { background: var(--accent-brand); transform: translateY(-2px); box-shadow: var(--shadow-sm); }
.btn-submit:disabled { opacity: 0.7; cursor: not-allowed; }

.loader {
    width: 20px; height: 20px; border: 3px solid rgba(255,255,255,0.3); border-radius: 50%;
    border-top-color: #fff; animation: spin 1s ease-in-out infinite;
}
@keyframes spin { to { transform: rotate(360deg); } }

.contact-header { max-width: 600px; margin: 0 auto 60px; }
.input-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; grid-column: 1 / -1; }
.select-wrapper { position: relative; }
.select-icon { position: absolute; right: 16px; top: 50%; transform: translateY(-50%); pointer-events: none; color: var(--text-primary); }

/* --- Footer --- */
.footer { background-color: var(--footer-bg); color: var(--footer-text); padding: 80px 0 40px; }
.footer-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 40px; flex-wrap: wrap; gap: 24px; }
.footer-brand { display: flex; align-items: center; gap: 16px; }
.logo-symbol-footer { width: 44px; height: 44px; background: transparent; color: var(--text-primary); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-family: 'Outfit'; font-weight: 400; font-size: 1.2rem; border: 1px solid var(--text-primary); flex-shrink: 0; }
.brand-text strong { display: block; font-size: 1.2rem; color: var(--text-primary); font-weight: 400; }
.brand-text small { color: var(--text-secondary); font-size: 0.85rem; }
.footer-social { display: flex; gap: 12px; }
.footer-social a { width: 44px; height: 44px; border-radius: 50%; background: var(--bg-card); display: inline-flex; align-items: center; justify-content: center; color: var(--text-primary); transition: var(--transition); font-size: 1.3rem; border: 1px solid var(--border-color); }
.footer-social a:hover { border-color: var(--text-primary); background: var(--text-primary); color: var(--bg-card); }
.footer-divider { height: 1px; background: var(--footer-border); margin-bottom: 32px; }

/* RODAPÉ ALINHADO E PREMIUM */
.footer-bottom { 
    display: flex; justify-content: space-between; align-items: center; 
    flex-wrap: wrap; gap: 16px; font-size: 0.9rem; text-align: left;
}
.footer-bottom p { color: var(--text-secondary); }
.dev-link { 
    background: none; border: none; color: var(--text-secondary); font-family: inherit; 
    font-size: 0.9rem; cursor: pointer; transition: var(--transition); 
    text-decoration: underline; text-underline-offset: 4px; text-decoration-color: transparent; 
}
.dev-link:hover { color: var(--text-primary); text-decoration-color: var(--accent-brand); }

/* --- WhatsApp Float --- */
.whatsapp-float { position: fixed; bottom: 30px; right: 30px; z-index: 1000; }
.whatsapp-icon { width: 60px; height: 60px; background: var(--bg-card); border: 1px solid var(--border-color); border-radius: 50%; color: var(--text-primary); display: flex; align-items: center; justify-content: center; font-size: 1.8rem; box-shadow: var(--shadow-md); transition: var(--transition); }
.whatsapp-float:hover .whatsapp-icon { transform: scale(1.1); border-color: var(--accent-brand); color: var(--accent-brand); }

/* === MODAIS (DEV & FEEDBACK DE FORMULÁRIO) === */
.dev-modal-overlay, .status-modal-overlay {
    position: fixed; top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(59, 51, 45, 0.6); backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    z-index: 9999; display: flex; align-items: center; justify-content: center;
    opacity: 0; pointer-events: none; transition: var(--transition); padding: 24px;
}
.dev-modal-overlay.open, .status-modal-overlay.open { opacity: 1; pointer-events: all; }

.dev-modal-content, .status-modal-content {
    background: var(--bg-card); width: 100%; max-width: 420px;
    border-radius: var(--radius-lg); padding: 48px 32px 40px;
    position: relative; transform: translateY(30px) scale(0.95);
    transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
    box-shadow: var(--shadow-float); border: 1px solid var(--border-color);
    text-align: center;
}
.dev-modal-overlay.open .dev-modal-content, .status-modal-overlay.open .status-modal-content { transform: translateY(0) scale(1); }

.close-modal {
    position: absolute; top: 20px; right: 20px; background: var(--bg-subtle);
    border: none; width: 36px; height: 36px; border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: 1.2rem; color: var(--text-secondary); cursor: pointer; transition: var(--transition);
}
.close-modal:hover { background: var(--border-color); color: var(--text-primary); transform: rotate(90deg); }

.dev-avatar {
    width: 70px; height: 70px; background: var(--bg-body); border: 1px solid var(--border-color);
    border-radius: 50%; display: flex; align-items: center; justify-content: center;
    font-size: 2rem; color: var(--accent-brand); margin: 0 auto 20px; box-shadow: var(--shadow-sm);
}

.status-icon {
    width: 80px; height: 80px; border-radius: 50%; display: flex; align-items: center; justify-content: center;
    font-size: 2.5rem; margin: 0 auto 20px; background: var(--bg-subtle); color: var(--text-primary);
}
.status-icon.success { background: #DCFCE7; color: #0F766E; }
.status-icon.error { background: #FEE2E2; color: #B91C1C; }

.dev-modal-header h3, .status-modal-content h3 { font-size: 1.5rem; color: var(--text-primary); margin-bottom: 8px; font-weight: 500;}
.dev-modal-header p, .status-modal-content p { font-size: 0.95rem; color: var(--text-secondary); margin-bottom: 24px; }
.dev-modal-body p { font-size: 0.95rem; color: var(--text-secondary); line-height: 1.6; margin-bottom: 32px; }

.dev-links { display: flex; flex-direction: column; gap: 12px; }
.dev-btn {
    display: flex; align-items: center; justify-content: center; gap: 10px;
    width: 100%; padding: 14px; border-radius: 50px; font-weight: 500;
    font-size: 0.95rem; transition: var(--transition); border: 1px solid transparent; text-decoration: none;
}
.btn-whatsapp { background: #25D366; color: #fff; }
.btn-whatsapp:hover { background: #1ebd5a; transform: translateY(-2px); box-shadow: var(--shadow-sm); color: #fff;}
.btn-linkedin { background: #0A66C2; color: #fff; }
.btn-linkedin:hover { background: #0855a3; transform: translateY(-2px); box-shadow: var(--shadow-sm); color: #fff;}
.btn-site { background: var(--bg-subtle); color: var(--text-primary); border-color: var(--border-color); }
.btn-site:hover { background: var(--border-color); transform: translateY(-2px); color: var(--text-primary);}


/* =================================================================*********
   --- MEDIA QUERIES RESPONSIVAS (MOBILE & TABLET PREMIUM) ---
   *********================================================================= */
@media (max-width: 1024px) {
    .journeys-grid { grid-template-columns: repeat(2, 1fr); }
    .journey-card:nth-child(3) { grid-column: span 2; max-width: 50%; margin: 0 auto; }
    
    .about-content-editorial { max-width: 100%; padding: 40px 0; }
    .about-visual-editorial { opacity: 0.15; width: 100%; } 
    
    .stats-row { flex-direction: column; align-items: center; gap: 24px; }
    .left-arrow { left: 0; } .right-arrow { right: 0; }
    
    .lead-magnet-layout { grid-template-columns: 1fr; }
    
    /* Galeria Tablet - Mantém o mosaico mas em 3 colunas */
    .gallery-grid { grid-template-columns: repeat(3, 1fr); grid-auto-rows: 240px; }
}

@media (max-width: 768px) {
    .hero-editorial { flex-direction: column; padding-top: var(--header-height); min-height: auto; padding-bottom: 60px; }
    .hero-visual { 
        position: relative; width: 100%; height: 50vh; min-height: 400px;
        mask-image: linear-gradient(to bottom, black 60%, transparent 100%); 
        -webkit-mask-image: linear-gradient(to bottom, black 60%, transparent 100%); 
    }
    .hero-img { object-position: center 20%; }
    .hero-container { margin-top: -80px; z-index: 2; padding: 0 24px; }
    .hero-content { text-align: center; padding: 0; max-width: 100%; margin: 0 auto;}
    .hero-title-name { font-size: clamp(2.8rem, 12vw, 3.5rem); margin-bottom: 16px; }
    .hero-credentials { font-size: 1rem; margin-bottom: 32px; padding: 0 10px;}
    .hide-mobile { display: none; } 
    .hero-buttons { justify-content: center; flex-direction: column; width: 100%; gap: 12px; }
    .hero-buttons .btn { width: 100%; padding: 18px 24px; }
    
    .about-editorial { flex-direction: column; padding-top: 40px; padding-bottom: 60px; min-height: auto;}
    .about-visual-editorial { 
        position: relative; width: 100%; height: 45vh; min-height: 350px; opacity: 1;
        mask-image: linear-gradient(to bottom, black 50%, transparent 100%); 
        -webkit-mask-image: linear-gradient(to bottom, black 50%, transparent 100%); 
        order: -1; margin-bottom: -60px;
    }
    .about-visual-editorial img { object-position: center top; }
    .about-container-editorial { padding: 0 24px; }
    .about-content-editorial { max-width: 100%; padding: 0; }
    .about-quote { font-size: 1.15rem; margin-top: 32px; border-left-width: 2px;}
    
    .section { padding: 80px 0; }
    
    .journeys-grid { grid-template-columns: 1fr; gap: 24px;}
    .journey-card:nth-child(3) { grid-column: span 1; max-width: 100%; }
    .journeys-divider::before { display: none; } 
    .journeys-title { padding: 0; font-size: 1.2rem; text-align: center; display: block;}
    
    .brands-grid { gap: 24px; padding: 0 10px;}
    .brand-logo img { height: 35px; }

    /* Galeria Mobile: Grid de 2 colunas. Horizontais ocupam 2, Verticais ocupam 1 coluna mas 2 linhas de altura */
    .gallery-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 150px; gap: 12px; margin-top: 32px; }

    .google-card { min-width: 85vw; padding: 24px; }
    .stats-row { gap: 16px; margin: 32px 0; }
    .carousel-arrow { width: 44px; height: 44px; font-size: 1.2rem; }
    .left-arrow { left: -10px; }
    .right-arrow { right: -10px; }
    
    .lead-magnet-layout, .smart-form { grid-template-columns: 1fr; gap: 40px; }
    .form-card-elegant, .smart-contact-card { padding: 32px 24px; }
    .input-row { grid-template-columns: 1fr; gap: 20px; }
    .btn-submit { padding: 18px; font-size: 1.05rem; }
    
    /* GHOST MENU FIX */
    .mobile-toggle { display: flex; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 4px; }
    .bar { width: 24px; height: 2px; background: var(--text-primary); transition: var(--transition); border-radius: 2px; }
    
    .nav { 
        position: fixed; top: var(--header-height); left: 0; width: 100%; height: 0; 
        background: var(--bg-card); overflow: hidden; transition: top 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), height 0.4s ease; 
        border-bottom: none; 
    }
    .header.scrolled .nav { top: 75px; } 
    .nav.open { 
        height: calc(100vh - var(--header-height)); padding: 40px 0; 
        box-shadow: var(--shadow-md); overflow-y: auto; 
        border-bottom: 1px solid var(--border-color);
    }
    .header.scrolled .nav.open { height: calc(100vh - 75px); }
    
    .nav-list { flex-direction: column; align-items: center; gap: 32px; }
    .nav-link { font-size: 1.1rem; }
    .header-actions .btn-primary-small { display: none; }
    .footer-top { flex-direction: column; justify-content: center; text-align: center; gap: 24px; }
    .footer-brand { flex-direction: column; }
    .footer-social { justify-content: center; }
    
    .footer-bottom { flex-direction: column; text-align: center; justify-content: center; }
    
    /* Ajustes Lightbox Mobile */
    .lightbox-close { top: 20px; right: 20px; width: 40px; height: 40px; }
    .lightbox-nav { width: 44px; height: 44px; font-size: 1.5rem; }
    .lightbox-nav.prev { left: 10px; }
    .lightbox-nav.next { right: 10px; }
}

/* --- ANIMAÇÕES PREMIUM --- */
.reveal-up, .reveal-left { opacity: 0; transition: all 1s cubic-bezier(0.16, 1, 0.3, 1); }
.reveal-up { transform: translateY(30px); }
.reveal-left { transform: translateX(-30px); }

.reveal-editorial-image { opacity: 0; transform: scale(1.05); transition: all 1.8s cubic-bezier(0.25, 1, 0.5, 1); }
.reveal-editorial-about { opacity: 0; transform: scale(1.06) translateX(20px); transition: all 1.8s cubic-bezier(0.16, 1, 0.3, 1); }

.active-anim { opacity: 1; transform: translate(0) scale(1); }

@media (min-width: 769px) {
    .delay-100 { transition-delay: 0.1s; }
    .delay-200 { transition-delay: 0.2s; }
    .delay-300 { transition-delay: 0.3s; }
}