/* --- ARQUIVO: assets/css/style.css (VERSÃO FINAL - ESTÉTICA CORRIGIDA) --- */



/* --- VARIÁVEIS GERAIS --- */

:root {

    --azul-profundo: #0F172A;

    --azul-brand: #0b2e6b;

    --verde-executivo: #059669;

    --laranja-energia: #EA580C;

    --laranja-hover: #c2410c;

    --bg: #F8FAFC;

    --white: #ffffff;

    --muted: #64748B;

    --maxw: 1200px;

    --transicao: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);

    --shadow-suave: 0 10px 40px -10px rgba(0,0,0,0.08);

    --font-padrao: 'Segoe UI', system-ui, sans-serif;

}



/* --- RESET E TIPOGRAFIA --- */

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body { margin: 0; font-family: var(--font-padrao); background: var(--bg); color: var(--azul-profundo); line-height: 1.6; overflow-x: hidden; }

h1, h2, h3, h4, h5, .btn, .nav-link, .brand, .btn-header { font-family: var(--font-padrao); font-weight: 700; }

p, input, textarea, select { font-family: var(--font-padrao); }



/* --- MENU PREMIUM --- */

.site-header { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; background: rgba(255,255,255,0.9); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border-bottom: 1px solid rgba(255,255,255,0.3); transition: var(--transicao); }

.site-header.scrolled { background: rgba(255,255,255,0.98); box-shadow: 0 4px 20px rgba(0,0,0,0.05); padding: 10px 0; }

.nav-inner { display: flex; align-items: center; justify-content: space-between; height: 80px; max-width: var(--maxw); margin: 0 auto; padding: 0 20px; transition: var(--transicao); }

.site-header.scrolled .nav-inner { height: 70px; }

.brand { display: flex; align-items: center; gap: 10px; text-decoration: none; color: var(--azul-brand); font-size: 24px; }

.brand img { height: 50px; width: auto; transition: var(--transicao); }

.site-header.scrolled .brand img { height: 45px; }

.menu-desktop { display: flex; gap: 24px; align-items: center; }

.nav-link { color: var(--azul-profundo); text-decoration: none; font-size: 16px; position: relative; padding: 8px 0; transition: var(--transicao); }

.nav-link::after { content: ''; position: absolute; bottom: 0; left: 0; width: 0; height: 3px; background: var(--laranja-energia); transition: var(--transicao); }

.nav-link:hover, .nav-link.active { color: var(--laranja-energia); }

.nav-link:hover::after, .nav-link.active::after { width: 100%; }

.btn-header { background: var(--laranja-energia); color: #fff; padding: 12px 28px; border-radius: 50px; font-size: 15px; text-decoration: none; box-shadow: 0 4px 15px rgba(234,88,12,0.3); transition: var(--transicao); }

.btn-header:hover { background: var(--laranja-hover); transform: translateY(-2px); }

.header-socials { display: flex; gap: 15px; margin-left: 25px; padding-left: 25px; border-left: 1px solid #e2e8f0; align-items: center;}

.header-social-link { color: var(--azul-brand); transition: 0.3s; display: flex; }

.header-social-link:hover { color: var(--laranja-energia); transform: translateY(-2px); }

.header-social-link svg, .header-social-link i { width: 22px; height: 22px; fill: currentColor; font-size: 22px; }

.mobile-toggle { display: none; background: none; border: none; font-size: 32px; color: var(--azul-brand); cursor: pointer; }



/* --- HERO / CARROSSEL --- */

.hero-carousel { position: relative; height: 100vh; min-height: 700px; overflow: hidden; background: #000; }

.slide { position: absolute; inset: 0; background-size: cover; background-position: center; opacity: 0; transition: opacity 1s ease-in-out; z-index: 1; display: flex; align-items: center; }

.slide.active { opacity: 1; z-index: 2; }

.hero-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(11, 46, 107, 0.6), rgba(0, 0, 0, 0.5)); z-index: 1; }

.hero-content { position: relative; z-index: 3; color: #fff; max-width: var(--maxw); margin: 0 auto; padding: 0 20px; padding-top: 100px; }

.hero-title { font-size: clamp(42px, 6vw, 72px); line-height: 1.1; margin-bottom: 25px; text-shadow: 0 2px 10px rgba(0,0,0,0.3); }

.hero-sub { font-size: clamp(18px, 2.5vw, 24px); max-width: 800px; margin-bottom: 40px; opacity: 0.95; font-weight: 400; }

.hero-btns { display: flex; gap: 20px; margin-top: 30px; flex-wrap: wrap; }

.btn.primary { background: var(--laranja-energia); color: #fff; padding: 16px 36px; border-radius: 8px; font-size: 16px; text-decoration: none; transition: 0.3s; border: none; cursor: pointer; display: inline-flex; align-items: center; gap: 10px; box-shadow: 0 10px 25px rgba(234, 88, 12, 0.4); }

.btn.primary:hover { background: var(--laranja-hover); transform: translateY(-3px); box-shadow: 0 15px 35px rgba(234, 88, 12, 0.5); }

.btn.ghost { background: transparent; border: 2px solid #fff; color: #fff; padding: 14px 34px; border-radius: 8px; font-size: 16px; text-decoration: none; transition: 0.3s; display: inline-flex; align-items: center; gap: 10px; }

.btn.ghost:hover { background: #fff; color: var(--azul-brand); transform: translateY(-3px); }



/* --- SEÇÕES GERAIS (CORREÇÃO DE ESPAÇAMENTO) --- */

.section { padding: 60px 0; /* Reduzi de 100px para 60px para tirar o "vazio" */ }

.section.alt { background: #fff; }

.sec-title { font-size: 38px; color: var(--azul-brand); margin-bottom: 25px; position: relative; display: inline-block; }

.sec-title::after { content: ''; display: block; width: 80px; height: 5px; background: var(--laranja-energia); margin-top: 12px; border-radius: 2px; }

.container { max-width: var(--maxw); margin: 0 auto; padding: 0 20px; }

.grid-3 { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; }

.grid-2 { display: grid; grid-template-columns: repeat(auto-fit, minmax(450px, 1fr)); gap: 40px; }



/* --- SEÇÃO SISTEMA E.X.E (GRAMA SINTÉTICA - CENTRALIZADA) --- */

.system-section { 

    background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.8)), url('https://images.unsplash.com/photo-1529900748604-07564a03e7a6?q=80&w=2069&auto=format&fit=crop');

    background-size: cover;

    background-position: center;

    background-attachment: fixed;

    padding: 80px 0; 

}

.system-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; }

.system-card { 

    background: rgba(255, 255, 255, 0.95); 

    padding: 30px; 

    border-radius: 10px; 

    border-left: 5px solid #0b2e6b; 

    box-shadow: 0 10px 30px rgba(0,0,0,0.1); 

    transition: 0.3s; 

    backdrop-filter: blur(5px);

    text-align: center; /* CENTRALIZAR TUDO NO CARD */

}

.system-card:hover { transform: translateY(-5px); border-left-color: #EA580C; }

.system-icon { 

    font-size: 35px; 

    color: #EA580C; 

    margin: 0 auto 20px auto; /* CENTRALIZAR ÍCONE */

    display: block; 

}

.system-title { color: #0b2e6b; font-size: 18px; font-weight: 800; margin-bottom: 15px; text-transform: uppercase; }

.system-list { list-style: none; padding: 0; text-align: left; /* Lista fica alinhada à esquerda para leitura, mas card centralizado */ }

.system-list li { margin-bottom: 10px; font-size: 14px; color: #334155; display: flex; align-items: flex-start; font-weight: 500; }

.system-list li i { color: #10b981; margin-right: 10px; margin-top: 4px; }



/* --- CORREÇÃO SOBRE NÓS (LADO A LADO) --- */

.about-split {

    display: grid;

    grid-template-columns: 1.2fr 1fr;

    gap: 60px;

    align-items: center;

    margin-bottom: 60px;

}

.about-text { font-size: 17px; color: var(--muted); line-height: 1.8; text-align: justify; }

.about-img-frame { position: relative; border-radius: 20px; overflow: hidden; box-shadow: 0 20px 50px rgba(11, 46, 107, 0.15); height: 450px; }

.about-img-frame img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }

.about-img-frame:hover img { transform: scale(1.05); }



/* --- CORREÇÃO GOVERNANÇA/DIRETORIA --- */

.board-container { margin-top: 60px; margin-bottom: 60px; width: 100%; }

.board-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 30px; }

.board-card { 

    flex: 0 1 300px; 

    min-width: 280px; 

    background: #fff; 

    border-radius: 12px; 

    padding: 30px 20px; 

    box-shadow: 0 10px 30px rgba(0,0,0,0.08); 

    text-align: center; 

    border-top: 4px solid transparent; 

    transition: all 0.4s ease; 

    display: flex; 

    flex-direction: column; 

    align-items: center; 

}

.board-card:hover { transform: translateY(-10px); box-shadow: 0 20px 40px rgba(27, 58, 145, 0.15); }

.photo-frame { width: 130px; height: 130px; margin: 0 auto 20px auto; border-radius: 50%; padding: 4px; background: linear-gradient(135deg, #ff6b00 0%, #1b3a91 100%); box-shadow: 0 8px 20px rgba(0,0,0,0.2); transition: transform 0.4s ease; }

.board-photo { width: 100%; height: 100%; border-radius: 50%; object-fit: cover; border: 3px solid #fff; background-color: #fff; }

.board-card:hover .photo-frame { transform: scale(1.05); }

.board-name { font-size: 18px; color: #1b3a91; font-weight: 800; margin-bottom: 5px; line-height: 1.2; }

.board-role { font-size: 11px; background: #f0f4ff; color: #1b3a91; padding: 4px 10px; border-radius: 20px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px; display: inline-block; margin-bottom: 15px; }

.board-desc { font-size: 13px; color: #555; line-height: 1.6; flex-grow: 1; }



/* --- CARDS & PORTFÓLIO --- */

.card, .project-card { background: #fff; transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1); border: 1px solid #f1f5f9; }

.card { padding: 40px; border-radius: 20px; box-shadow: var(--shadow-suave); }

.card-title { color: var(--azul-brand); margin-bottom: 15px; font-size: 22px; transition: color 0.3s; }

.card-text { color: var(--muted); line-height: 1.7; font-size: 15px; }

.project-card { border-radius: 12px; display: flex; flex-direction: column; height: 100%; overflow: hidden; box-shadow: 0 4px 20px rgba(0,0,0,0.06); }

.project-thumb { height: 250px; background-size: cover; background-position: center; transition: 0.5s; }

.project-card:hover .project-thumb { transform: scale(1.05); }

.project-body { padding: 30px; flex: 1; display: flex; flex-direction: column; align-items: flex-start; background: #fff; position: relative; z-index: 1;}

.project-body h4 { font-size: 20px; margin: 0 0 12px; color: var(--azul-brand); line-height: 1.3; }

.project-body p { font-size: 15px; color: var(--muted); margin-bottom: 25px; flex: 1; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }

.btn-leia-mais { background: var(--laranja-energia); color: #fff; padding: 12px 25px; font-size: 13px; font-weight: 700; text-transform: uppercase; text-decoration: none; border-radius: 6px; transition: 0.3s; }

.btn-leia-mais:hover { background: var(--laranja-hover); transform: translateY(-2px); box-shadow: 0 5px 15px rgba(234, 88, 12, 0.3); }

.card:hover, .project-card:hover { transform: translateY(-10px) !important; box-shadow: 0 30px 60px rgba(11, 46, 107, 0.12) !important; border-color: transparent !important; }

.card:hover .card-title { color: var(--laranja-energia) !important; }



/* --- FORMULÁRIO --- */

.page-content-wrapper { display: flex; gap: 40px; align-items: flex-start; }

.form-card { flex: 2; background: #fff; padding: 40px; border-radius: 20px; box-shadow: var(--shadow-suave); border: 1px solid #f1f5f9; }

.side-content { flex: 1; display: flex; flex-direction: column; gap: 30px; }

.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-bottom: 20px; }

.form-group label { display: block; font-weight: 700; font-size: 14px; color: var(--azul-brand); margin-bottom: 8px; }

.form-control { width: 100%; padding: 15px; border-radius: 10px; border: 2px solid #e2e8f0; font-family: inherit; font-size: 15px; transition: 0.3s; background: #f8fafc; }

.form-control:focus { border-color: var(--laranja-energia); outline: none; background: #fff; box-shadow: 0 0 0 4px rgba(234, 88, 12, 0.1); }

textarea.form-control { resize: vertical; height: 120px; }

.btn-submit-form { background: var(--azul-brand); color: #fff; padding: 18px; border-radius: 10px; border: 0; font-weight: 700; width: 100%; cursor: pointer; transition: 0.3s; margin-top: 15px; font-size: 16px; }

.btn-submit-form:hover { background: #082252; transform: translateY(-3px); box-shadow: 0 10px 30px rgba(11, 46, 107, 0.2); }

.benefits-block { background: #fff; padding: 30px; border-radius: 20px; box-shadow: var(--shadow-suave); border: 1px solid #f1f5f9; }

.benefit-item { display: flex; gap: 15px; align-items: flex-start; padding: 15px 0; border-bottom: 1px solid #f1f5f9; }

.benefit-item:last-child { border-bottom: none; }

.benefit-icon { width: 40px; height: 40px; border-radius: 10px; display: inline-flex; align-items: center; justify-content: center; color: #fff; flex-shrink: 0; font-weight: bold; font-size: 18px; }

.map-container { border-radius: 20px; overflow: hidden; box-shadow: var(--shadow-suave); min-height: 300px; }



/* --- RODAPÉ --- */

.footer-dark { background-color: var(--azul-profundo); color: #fff; padding: 80px 0 30px; font-size: 15px; }

.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1.2fr 1.3fr; gap: 50px; margin-bottom: 60px; }

.footer-col h4 { color: #fff; font-size: 20px; margin-bottom: 25px; }

.footer-col p, .footer-col a { color: #cbd5e1; text-decoration: none; line-height: 1.8; display: block; margin-bottom: 12px; transition: 0.3s; }

.footer-col a:hover { color: var(--laranja-energia); padding-left: 8px; }

.footer-col p strong { color: #fff; }

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

.social-btn { width: 40px; height: 40px; background: rgba(255,255,255,0.1); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #fff; text-decoration: none; transition: 0.3s; }

.social-btn:hover { background: var(--laranja-energia); transform: translateY(-3px); }

.social-btn svg, .social-btn i { width: 20px; height: 20px; fill: currentColor; font-size: 20px; }

.partnership-badge { background: var(--laranja-energia); color: #fff; padding: 14px 25px; border-radius: 50px; font-weight: 700; text-align: center; display: inline-block; margin-bottom: 20px; box-shadow: 0 10px 25px rgba(234, 88, 12, 0.3); }

.footer-copy { border-top: 1px solid rgba(255,255,255,0.1); padding-top: 30px; text-align: center; color: #94a3b8; font-size: 14px; }



/* --- CHATBOT FIXO (MANTIDO) --- */

#exec-chatbot { position: fixed; right: 30px; bottom: 30px; z-index: 9999; }

#chat-trigger { width: 65px; height: 65px; background-color: var(--laranja-energia); color: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; cursor: pointer; box-shadow: 0 5px 20px rgba(0,0,0,0.3); border: 3px solid #fff; transition: 0.3s; background-size: cover; background-position: center; }

#chat-trigger:hover { transform: scale(1.1); }

.chat-window { position: absolute; bottom: 80px; right: 0; width: 320px; background: #fff; border-radius: 12px; box-shadow: 0 15px 50px rgba(0,0,0,0.2); display: none; overflow: hidden; flex-direction: column; animation: slideUp 0.3s ease; font-family: var(--font-padrao); }

.chat-window.open { display: flex; }

.chat-header { background: var(--azul-brand); color: #fff; padding: 15px; font-weight: 700; font-size: 14px; }

.chat-body { padding: 15px; background: #f5f7fb; height: 320px; overflow-y: auto; display: flex; flex-direction: column; gap: 10px; }

.chat-input-area { padding: 10px; border-top: 1px solid #eee; display: flex; gap: 5px; background: #fff; }

.chat-controls { padding: 10px; background: #fff; border-top: 1px solid #eee; display: flex; flex-direction: column; gap: 8px; }

.chat-opt-btn { background: #fff; border: 1px solid var(--azul-brand); color: var(--azul-brand); padding: 8px; border-radius: 6px; cursor: pointer; font-size: 12px; font-weight: 600; transition: 0.2s; text-align: left; }

.chat-opt-btn:hover { background: var(--azul-brand); color: #fff; }

@keyframes slideUp { from { transform: translateY(20px); opacity: 0; } to { transform: translateY(0); opacity: 1; } }



/* --- DESTAQUE SERVIÇOS --- */

.section-highlight { background-color: var(--azul-profundo); padding: 100px 0; overflow: hidden; }

.highlight-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }

.highlight-text-col { color: #fff; padding-right: 20px; }

.highlight-title { font-size: clamp(32px, 4vw, 42px); font-weight: 700; margin-bottom: 20px; line-height: 1.2; color: #fff; border-left: 5px solid var(--laranja-energia); padding-left: 20px; }

.highlight-desc { font-size: 18px; line-height: 1.6; color: #cbd5e1; margin-bottom: 35px; }

.highlight-img-col { position: relative; border-radius: 12px; overflow: hidden; box-shadow: 0 20px 50px rgba(0,0,0,0.3); }

.highlight-img-col img { width: 100%; height: auto; display: block; transition: transform 0.5s ease, filter 0.5s ease; }

.highlight-img-col:hover img { transform: scale(1.05); filter: brightness(1.1); }



/* --- CARDS DE SERVIÇOS --- */

.service-card { background: #fff; border-radius: 4px; border: 1px solid #eee; overflow: hidden; transition: 0.3s; display: flex; flex-direction: column; height: 100%; box-shadow: 0 4px 10px rgba(0,0,0,0.05); }

.service-card:hover { transform: translateY(-5px); box-shadow: 0 15px 30px rgba(0,0,0,0.1); border-color: var(--laranja-energia); }

.service-img { height: 220px; width: 100%; object-fit: cover; border-bottom: 1px solid #f0f0f0; }

.service-body { padding: 25px; flex: 1; display: flex; flex-direction: column; }

.service-body h3 { font-size: 20px; color: var(--azul-brand); margin-bottom: 15px; font-weight: 700; }

.service-body .text { font-size: 15px; color: var(--muted); line-height: 1.6; margin-bottom: 20px; }

.btn-card { background: var(--laranja-energia); color: #fff; padding: 10px 20px; font-size: 12px; font-weight: 700; text-transform: uppercase; text-decoration: none; border-radius: 4px; align-self: flex-start; margin-top: auto; }

.btn-card:hover { background: var(--laranja-hover); }



/* --- BANNER ANIMADO (Ken Burns) --- */

.ken-burns-container { width: 100vw; position: relative; left: 50%; right: 50%; margin-left: -50vw; margin-right: -50vw; height: 450px; overflow: hidden; margin-bottom: 0; padding: 0; }

.ken-burns-img { width: 100%; height: 100%; object-fit: cover; animation: zoomSlow 25s ease-in-out infinite alternate; transform-origin: center center; display: block; }

@keyframes zoomSlow { 0% { transform: scale(1); } 100% { transform: scale(1.15); } }



/* --- DOWNLOADS & COOKIES --- */

.download-section { background: #f8f9fa; border-top: 1px solid #eee; padding: 40px 0; }

.download-grid { display: flex; gap: 20px; justify-content: center; flex-wrap: wrap; }

.download-btn { display: flex; align-items: center; gap: 10px; background: #fff; padding: 15px 25px; border-radius: 8px; text-decoration: none; color: var(--azul-brand); font-weight: bold; border: 1px solid #ddd; transition: 0.3s; box-shadow: 0 2px 5px rgba(0,0,0,0.05); }

.download-btn:hover { background: var(--azul-brand); color: #fff; transform: translateY(-3px); box-shadow: 0 5px 15px rgba(0,0,0,0.1); }

.download-btn i { font-size: 20px; color: var(--laranja-energia); }

.download-btn:hover i { color: #fff; }



.cookie-banner { position: fixed; bottom: 0; left: 0; width: 100%; background: var(--azul-brand); color: #fff; padding: 15px 20px; z-index: 99999; display: none; box-shadow: 0 -2px 10px rgba(0,0,0,0.2); }

.cookie-content { max-width: 1200px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; gap: 20px; flex-wrap: wrap; }

.cookie-text { font-size: 14px; line-height: 1.5; flex: 1; }

.cookie-btn { background: var(--laranja-energia); color: #fff; border: none; padding: 10px 25px; border-radius: 5px; font-weight: bold; cursor: pointer; white-space: nowrap; transition: 0.3s; }

.cookie-btn:hover { background: var(--laranja-hover); }



/* --- ESTILOS DO POPUP (PREMIUM DARK) --- */

.popup-container { width: 900px; max-width: 95%; background: #0F172A; border-radius: 20px; box-shadow: 0 50px 100px -20px rgba(0,0,0,0.7); border: 1px solid rgba(255,255,255,0.1); display: flex; overflow: hidden; position: relative; transform: scale(0.95); transition: transform 0.3s ease; }

#eng-popup.active { opacity: 1 !important; }

#eng-popup.active .popup-container { transform: scale(1); }

.close-btn { position: absolute; top: 15px; right: 15px; background: rgba(255,255,255,0.1); color: #fff; border: none; width: 35px; height: 35px; border-radius: 50%; cursor: pointer; z-index: 10; font-size: 20px; transition: 0.3s; display: flex; align-items: center; justify-content: center; }

.close-btn:hover { background: #EA580C; transform: rotate(90deg); }

.popup-grid { display: grid; grid-template-columns: 1fr 1.2fr; width: 100%; }

.visual-col { background: linear-gradient(135deg, #0b2e6b 0%, #050a14 100%); display: flex; align-items: center; justify-content: center; padding: 40px; position: relative; overflow: hidden; }

.visual-col::before { content: ''; position: absolute; width: 200%; height: 200%; background: radial-gradient(circle, rgba(234,88,12,0.15) 0%, transparent 60%); top: -50%; left: -50%; animation: pulseLight 10s infinite alternate; }

.book-mockup { width: 220px; height: 320px; position: relative; transform: perspective(1000px) rotateY(-25deg) rotateX(5deg); box-shadow: 20px 20px 50px rgba(0,0,0,0.5); transition: transform 0.5s ease; }

.book-mockup:hover { transform: perspective(1000px) rotateY(-15deg) rotateX(0deg) scale(1.05); }

.book-cover { position: absolute; width: 100%; height: 100%; background: linear-gradient(135deg, #1e293b 0%, #0F172A 100%); border: 2px solid #EA580C; border-radius: 5px 10px 10px 5px; padding: 30px 20px; display: flex; flex-direction: column; justify-content: space-between; color: #fff; z-index: 2; }

.brand-tag { font-size: 10px; letter-spacing: 2px; color: #94a3b8; font-weight: bold; }

.book-cover h3 { font-size: 28px; line-height: 1; margin: 20px 0 0; color: #fff; text-shadow: 0 2px 4px rgba(0,0,0,0.5); }

.separator { width: 50px; height: 4px; background: #EA580C; margin: 20px 0; }

.book-cover h4 { font-size: 16px; color: #cbd5e1; font-weight: 400; margin: 0; }

.book-footer { font-size: 9px; text-align: center; color: #64748b; letter-spacing: 1px; border-top: 1px solid rgba(255,255,255,0.1); padding-top: 10px; }

.book-spine { position: absolute; left: 0; top: 2px; bottom: 2px; width: 15px; background: #EA580C; transform: translateX(-13px) rotateY(-90deg); border-radius: 5px 0 0 5px; }

.form-col { padding: 50px; display: flex; flex-direction: column; justify-content: center; }

.badge { background: rgba(234,88,12,0.2); color: #EA580C; font-size: 11px; font-weight: 800; padding: 5px 10px; border-radius: 4px; letter-spacing: 1px; display: inline-block; margin-bottom: 15px; }

.header-text h2 { color: #fff; font-size: 32px; margin: 0 0 10px; line-height: 1.1; }

.header-text p { color: #94a3b8; font-size: 15px; line-height: 1.5; margin-bottom: 30px; }

.input-group { position: relative; margin-bottom: 15px; }

.input-group i { position: absolute; left: 15px; top: 50%; transform: translateY(-50%); color: #64748b; font-size: 16px; transition: 0.3s; }

.input-group input { width: 100%; background: #1e293b; border: 1px solid #334155; padding: 15px 15px 15px 45px; border-radius: 8px; color: #fff; font-size: 14px; transition: 0.3s; outline: none; }

.input-group input:focus { border-color: #EA580C; background: #0F172A; }

.input-group input:focus + i { color: #EA580C; }

.cta-btn { width: 100%; background: linear-gradient(90deg, #EA580C 0%, #c2410c 100%); color: #fff; padding: 16px; border: none; border-radius: 8px; font-weight: 800; font-size: 16px; cursor: pointer; display: flex; align-items: center; justify-content: center; gap: 10px; transition: 0.3s; margin-top: 10px; text-transform: uppercase; letter-spacing: 0.5px; }

.cta-btn:hover { transform: translateY(-3px); box-shadow: 0 10px 25px rgba(234, 88, 12, 0.4); }

.privacy-text { font-size: 11px; color: #475569; text-align: center; margin-top: 20px; display: flex; align-items: center; justify-content: center; gap: 5px; }

@keyframes pulseLight { 0% { opacity: 0.5; } 100% { opacity: 1; } }



/* --- CORREÇÃO MOBILE (IPHONE/ANDROID) --- */

@media (max-width: 991px) {

    .mobile-toggle { display: block; }

    .menu-desktop { position: fixed; top: 0; right: -100%; width: 300px; height: 100vh; background: #fff; flex-direction: column; padding: 80px 30px; box-shadow: -10px 0 30px rgba(0,0,0,0.1); transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1); align-items: flex-start; z-index: 1001; }

    .menu-desktop.active { right: 0; }

    .nav-link { font-size: 18px; width: 100%; border-bottom: 1px solid #f1f5f9; margin-bottom: 10px; padding: 12px 0; }

    .nav-link::after { display: none; }

    .btn-header { width: 100%; text-align: center; margin-top: 25px; }

    .header-socials { display: none; }

    .highlight-grid { grid-template-columns: 1fr; gap: 40px; }

    .highlight-text-col { text-align: center; padding-right: 0; }

    .highlight-title { border-left: none; border-bottom: 4px solid var(--laranja-energia); padding-left: 0; padding-bottom: 10px; display: inline-block;}

    .hero-title { font-size: 42px; }

    .section { padding: 70px 0; }

    .page-content-wrapper, .page-grid, .footer-grid { flex-direction: column; gap: 50px; }

    .form-row { grid-template-columns: 1fr; }

    .ken-burns-container { height: 250px; }

    .popup-container { flex-direction: column; width: 90%; max-height: 90vh; overflow-y: auto; }

    .popup-grid { grid-template-columns: 1fr; }

    .visual-col { padding: 30px; display: none; }

    .form-col { padding: 30px 20px; }

    .header-text h2 { font-size: 24px; }

    

    /* FIX IPHONE HORIZONTAL SCROLL */

    html, body { max-width: 100vw; overflow-x: hidden !important; position: relative; }

    .ken-burns-container, .system-section, .hero-carousel .slide { width: 100% !important; left: 0 !important; margin-left: 0 !important; margin-right: 0 !important; background-attachment: scroll !important; }

    .footer-grid { grid-template-columns: 1fr !important; text-align: center; padding: 0 10px; }

    .container { padding-left: 20px !important; padding-right: 20px !important; width: 100% !important; box-sizing: border-box; }

    .form-card { padding: 20px !important; }

    .about-split { grid-template-columns: 1fr; gap: 30px; }

    .about-img-frame { height: 300px; }

    /* ==================== ESTILO DO CHATBOT ==================== */
.chat-msg {
    max-width: 80%;
    padding: 12px 16px;
    border-radius: 12px;
    line-height: 1.4;
    font-size: 15px;
}
.chat-msg.bot {
    align-self: flex-start;
    background: #f1f1f1;
    border-radius: 12px 12px 12px 4px;
}
.chat-msg.user {
    align-self: flex-end;
    background: #00ff00;
    color: #000;
    border-radius: 12px 12px 4px 12px;
}

/* Indicador de digitação */
.typing {
    align-self: flex-start;
    background: #f1f1f1;
    padding: 12px 16px;
    border-radius: 12px 12px 12px 4px;
}
.typing-dots {
    display: inline-flex;
    gap: 3px;
}
.dot {
    animation: typing 1.4s infinite;
}
.dot:nth-child(2) { animation-delay: 0.2s; }
.dot:nth-child(3) { animation-delay: 0.4s; }
@keyframes typing {
    0%, 100% { opacity: 0.2; }
    50% { opacity: 1; }
}

.chat-btn {
    background: #f0f0f0;
    border: 1px solid #ccc;
    padding: 10px 14px;
    border-radius: 8px;
    cursor: pointer;
    font-size: 14px;
    transition: all 0.2s;
}
.chat-btn:hover {
    background: #00ff00;
    color: #000;
    transform: translateY(-1px);
}
/* ==================== FIM ESTILO CHATBOT ==================== */

}