﻿/* Inteligência Artificial e LLMO — CSS da landing entregue pelo cliente.
   Réplica de llmo.css (ENTREGA-DEV/codigo-fonte/src/app/servicos/
   inteligencia-artificial), integrado tal como recebido. Adaptações:
   - offset de âncoras para o cabeçalho fixo do tema;
   - acordeão FAQ convertido para <details>/<summary> nativo (sem JS);
   - estilos do rodapé próprio da landing removidos (shell do tema).
   Todos os seletores nascem prefixados com .llmo-*, pelo que o chrome
   do tema (header/footer globais) fica intacto. */
html{scroll-behavior:smooth}
.llmo-page #solucao,.llmo-page #packs,.llmo-page #diagnostico{scroll-margin-top:90px}
.llmo-faq-q:focus-visible{outline:3px solid #00C9AD;outline-offset:-3px}
.llmo-page { font-family: var(--font-sans); color: #1a1a1a; background: #fff; line-height: var(--line-height-body); }
.llmo-hero { background: #0a0a0a; min-height: 100vh; display: flex; flex-direction: column; justify-content: center; align-items: center; padding: 140px var(--container-padding) 80px; position: relative; overflow: hidden; }
.llmo-hero-center { max-width: var(--container-width); width: 100%; display: flex; flex-direction: column; align-items: flex-start; position: relative; z-index: 1; }
.llmo-hero::before { content: ''; position: absolute; width: 800px; height: 800px; background: radial-gradient(circle, rgba(0,201,173,0.06) 0%, transparent 65%); top: -200px; right: -200px; border-radius: 50%; }
.llmo-hero::after { content: ''; position: absolute; width: 500px; height: 500px; background: radial-gradient(circle, rgba(242,155,73,0.05) 0%, transparent 65%); bottom: -100px; left: -100px; border-radius: 50%; }
.llmo-badge { display: inline-block; background: rgba(0,201,173,0.1); border: 1px solid rgba(0,201,173,0.3); color: #00C9AD; font-size: 11px; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; padding: 7px 18px; border-radius: 50px; margin-bottom: 28px; }
.llmo-hero h1 { font-family: var(--font-sans); font-size: clamp(36px, 4.5vw, 68px); color: #fff; line-height: 1.1; margin-bottom: 24px; }
.llmo-hero h1 em { color: #F29B49; font-style: italic; }
.llmo-hero-sub { font-size: clamp(14px, 1.5vw, 17px); color: rgba(255,255,255,0.55); max-width: 560px; margin-bottom: 40px; font-weight: 300; line-height: 1.85; }
.llmo-hero-ctas { display: flex; flex-direction: column; gap: 14px; }
.llmo-cta-primary { display: inline-block; background: #F29B49; color: #fff !important; font-weight: 700; font-size: 15px; padding: 15px 36px; border-radius: 4px; text-decoration: none !important; }
.llmo-cta-primary:hover { background: #d9823a; }
.llmo-cta-secondary { font-size: 13px; color: rgba(255,255,255,0.4) !important; text-decoration: underline !important; }
.llmo-scroll-hint { position: absolute; bottom: 36px; left: 50%; transform: translateX(-50%); z-index: 1; color: rgba(255,255,255,0.2); font-size: 10px; letter-spacing: 2px; text-transform: uppercase; }
.llmo-chatgpt { background: #212121; border-radius: 14px; overflow: hidden; box-shadow: 0 24px 80px rgba(0,0,0,0.5); }
.llmo-chatgpt-header { background: #171717; padding: 11px 16px; display: flex; align-items: center; gap: 10px; border-bottom: 1px solid rgba(255,255,255,0.07); }
.llmo-dots { display: flex; gap: 6px; }
.llmo-dots span { width: 10px; height: 10px; border-radius: 50%; }
.llmo-dots span:nth-child(1) { background: #ff5f57; }
.llmo-dots span:nth-child(2) { background: #ffbd2e; }
.llmo-dots span:nth-child(3) { background: #28c840; }
.llmo-chatgpt-name { flex: 1; text-align: center; font-size: 12px; font-weight: 600; color: rgba(255,255,255,0.4); }
.llmo-chatgpt-body { padding: 22px 18px; display: flex; flex-direction: column; gap: 18px; min-height: 180px; }
.llmo-msg-user { align-self: flex-end; background: #2f2f2f; color: rgba(255,255,255,0.85); padding: 11px 15px; border-radius: 18px 18px 4px 18px; font-size: 13px; line-height: 1.6; max-width: 88%; font-style: italic; }
.llmo-msg-ai { display: flex; gap: 10px; align-items: flex-start; }
.llmo-ai-avatar { width: 26px; height: 26px; background: #10a37f; border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-size: 11px; color: white; font-weight: 800; }
.llmo-ai-text { color: rgba(255,255,255,0.65); font-size: 12.5px; line-height: 1.75; }
.llmo-ai-warn { display: block; margin-top: 10px; color: #F29B49; font-weight: 600; font-size: 12px; }
.llmo-chatgpt-footer { padding: 10px 14px; border-top: 1px solid rgba(255,255,255,0.07); }
.llmo-input-bar { background: #2f2f2f; border-radius: 8px; padding: 10px 14px; font-size: 12px; color: rgba(255,255,255,0.25); font-style: italic; display: flex; align-items: center; justify-content: space-between; }
.llmo-send { width: 24px; height: 24px; background: rgba(255,255,255,0.1); border-radius: 6px; display: flex; align-items: center; justify-content: center; font-size: 11px; color: rgba(255,255,255,0.3); }
.llmo-section { padding: 100px 40px; }
.llmo-container { max-width: var(--container-width); margin-inline: auto; }
.llmo-label { font-size: 11px; font-weight: 600; letter-spacing: 3px; text-transform: uppercase; color: #00C9AD; margin-bottom: 16px; }
.llmo-title { font-family: var(--font-sans); font-size: clamp(30px, 3.8vw, 48px); line-height: 1.18; color: #0a0a0a; margin-bottom: 24px; }
.llmo-title span { color: #00C9AD; }
.llmo-title em { color: #F29B49; font-style: italic; }
.llmo-text { font-size: 17px; color: #555; line-height: 1.85; max-width: 680px; }
.llmo-problema { background: #f7f7f7; }
.llmo-stats-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; margin-top: 60px; }
.llmo-stat { background: #fff; border-radius: 14px; padding: 36px; box-shadow: 0 2px 20px rgba(0,0,0,0.05); margin-bottom: 20px; }
.llmo-stat-num { font-size: 64px; font-weight: 900; color: #00C9AD; line-height: 1; margin-bottom: 12px; }
.llmo-stat-label { font-size: 15px; color: #7A7A7A; line-height: 1.6; }
.llmo-stat-label strong { color: #1a1a1a; }
.llmo-alert { padding: 14px 18px; background: #fff5f0; border-radius: 8px; border-left: 3px solid #F29B49; font-size: 13px; color: #b85c00; font-weight: 600; }
.llmo-oportunidade { background: #0a0a0a; }
.llmo-timeline { display: flex; flex-direction: column; gap: 0; margin-top: 60px; position: relative; }
.llmo-timeline::before { content: ''; position: absolute; left: 29px; top: 29px; bottom: 29px; width: 1px; background: rgba(255,255,255,0.08); }
.llmo-timeline-item { display: flex; gap: 28px; align-items: flex-start; padding: 22px 0; }
.llmo-timeline-dot { width: 58px; height: 58px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 12px; flex-shrink: 0; position: relative; z-index: 1; text-align: center; line-height: 1.3; }
.llmo-timeline-dot.past { background: rgba(255,255,255,0.05); color: rgba(255,255,255,0.3); border: 1px solid rgba(255,255,255,0.08); }
.llmo-timeline-dot.present { background: #F29B49; color: #fff; }
.llmo-timeline-dot.future { background: rgba(0,201,173,0.1); color: #00C9AD; border: 1px solid rgba(0,201,173,0.2); }
.llmo-timeline-item h3 { font-size: 17px; font-weight: 600; color: #fff; margin-bottom: 6px; }
.llmo-timeline-item p { font-size: 14px; color: rgba(255,255,255,0.5); line-height: 1.7; }
.llmo-hl { color: #F29B49; font-weight: 600; }
.llmo-solucao { background: #fff; }
.llmo-pack-box { background: #0a0a0a; border-radius: 20px; padding: 60px; margin-top: 56px; color: #fff; border: 1px solid rgba(0,201,173,0.15); position: relative; overflow: hidden; }
.llmo-pack-box::before { content: ''; position: absolute; width: 400px; height: 400px; background: radial-gradient(circle, rgba(242,155,73,0.06) 0%, transparent 70%); top: -80px; right: -80px; border-radius: 50%; }
.llmo-pack-title { font-family: var(--font-sans); font-size: 38px; color: #fff; margin-bottom: 6px; }
.llmo-pack-title span { color: #F29B49; }
.llmo-pack-subtitle { font-size: 14px; color: rgba(255,255,255,0.45); margin-bottom: 44px; }
.llmo-bloco { background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08); border-radius: 14px; padding: 28px; margin-bottom: 28px; }
.llmo-bloco-header { display: flex; align-items: center; gap: 16px; margin-bottom: 20px; }
.llmo-bloco-num { width: 32px; height: 32px; border-radius: 50%; background: #F29B49; color: #fff; font-size: 13px; font-weight: 800; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.llmo-bloco-label { font-size: 11px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: #00C9AD; }
.llmo-bloco-title { font-size: 15px; font-weight: 600; color: #fff; margin-top: 2px; }
.llmo-bloco-items { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.llmo-entregavel { display: flex; align-items: flex-start; gap: 14px; background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08); border-radius: 10px; padding: 18px; }
.llmo-entregavel-icon { width: 38px; height: 38px; background: rgba(0,201,173,0.1); border-radius: 8px; display: flex; align-items: center; justify-content: center; font-size: 17px; flex-shrink: 0; }
.llmo-entregavel h4 { font-size: 13px; font-weight: 600; color: #fff; margin-bottom: 4px; }
.llmo-entregavel p { font-size: 12px; color: rgba(255,255,255,0.45); line-height: 1.5; margin: 0; }
.llmo-processo { background: #f7f7f7; }
.llmo-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: 56px; }
.llmo-step { text-align: center; padding: 32px 20px; border-radius: 14px; background: #fff; border: 1px solid #ebebeb; }
.llmo-step:hover { box-shadow: 0 6px 28px rgba(0,0,0,0.07); }
.llmo-step-num { width: 46px; height: 46px; background: #00C9AD; color: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 16px; margin: 0 auto 18px; }
.llmo-step h3 { font-size: 15px; font-weight: 700; color: #0a0a0a; margin-bottom: 8px; }
.llmo-step p { font-size: 13px; color: #7A7A7A; line-height: 1.6; }
.llmo-step-duration { margin-top: 14px; font-size: 11px; font-weight: 600; color: #00C9AD; background: rgba(0,201,173,0.1); padding: 4px 12px; border-radius: 50px; display: inline-block; }
.llmo-comparacao { background: #fff; }
.llmo-comp-table { width: 100%; border-collapse: collapse; margin-top: 50px; font-size: 14px; }
.llmo-comp-table thead tr { background: #0a0a0a; color: #fff; }
.llmo-comp-table th { padding: 16px 24px; text-align: left; font-weight: 600; font-size: 13px; }
.llmo-comp-table th:first-child { border-radius: 10px 0 0 0; }
.llmo-comp-table th:last-child { border-radius: 0 10px 0 0; }
.llmo-comp-table th.hcol { background: #1a3a4a; }
.llmo-comp-table tbody tr:nth-child(even) { background: #fafafa; }
.llmo-comp-table td { padding: 14px 24px; color: #1a1a1a; border-bottom: 1px solid #efefef; }
.llmo-comp-table td.hcol { background: #f0f8fc; color: #00A68E; font-weight: 700; }
.llmo-comp-table td.na { color: #bbb; }
.llmo-packs { background: #f7f7f7; }
.llmo-anchor-box { background: rgba(0,201,173,0.08); border-left: 3px solid #00C9AD; border-radius: 0 8px 8px 0; padding: 18px 24px; margin-bottom: 48px; font-size: 15px; color: #444; line-height: 1.7; }
.llmo-anchor-box strong { color: #1a1a1a; }
.llmo-pricing-iva { font-size: 0.34em; font-weight: 600; letter-spacing: 0; margin-left: 6px; opacity: 0.65; }
.llmo-packs-nota { max-width: 820px; margin: 34px auto 0; font-size: 13px; line-height: 1.75; color: #7A7A7A; text-align: center; }
.llmo-pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 60px; }
.llmo-pricing-card { background: #fff; border-radius: 18px; padding: 40px 32px; border: 1px solid #e8e8e8; position: relative; display: flex; flex-direction: column; }
.llmo-pricing-card:hover { box-shadow: 0 8px 36px rgba(0,0,0,0.08); }
.llmo-pricing-card.featured { background: #0a0a0a; border-color: #F29B49; box-shadow: 0 8px 40px rgba(0,0,0,0.15); }
.llmo-pricing-badge { position: absolute; top: -14px; left: 50%; transform: translateX(-50%); background: #F29B49; color: #fff; font-size: 11px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; padding: 5px 18px; border-radius: 50px; white-space: nowrap; }
.llmo-pricing-name { font-size: 12px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: #7A7A7A; margin-bottom: 6px; }
.llmo-pricing-card.featured .llmo-pricing-name { color: rgba(255,255,255,0.45); }
.llmo-pricing-pack-title { font-family: var(--font-sans); font-size: 22px; color: #0a0a0a; margin-bottom: 4px; font-weight: 700; }
.llmo-pricing-card.featured .llmo-pricing-pack-title { color: #fff; }
.llmo-pricing-desc { font-size: 13px; color: #7A7A7A; margin-bottom: 24px; line-height: 1.5; }
.llmo-pricing-card.featured .llmo-pricing-desc { color: rgba(255,255,255,0.45); }
.llmo-pricing-price { font-size: 52px; font-weight: 900; color: #0a0a0a; line-height: 1; margin-bottom: 4px; }
.llmo-pricing-card.featured .llmo-pricing-price { color: #F29B49; }
.llmo-pricing-period { font-size: 13px; color: #7A7A7A; margin-bottom: 28px; }
.llmo-pricing-card.featured .llmo-pricing-period { color: rgba(255,255,255,0.4); }
.llmo-pricing-divider { border: none; border-top: 1px solid #efefef; margin-bottom: 24px; }
.llmo-pricing-card.featured .llmo-pricing-divider { border-color: rgba(255,255,255,0.08); }
.llmo-pricing-list { list-style: none; display: flex; flex-direction: column; gap: 12px; flex: 1; padding: 0; }
.llmo-pricing-list li { font-size: 13px; color: #1a1a1a; display: flex; align-items: flex-start; gap: 10px; line-height: 1.5; }
.llmo-pricing-card.featured .llmo-pricing-list li { color: rgba(255,255,255,0.8); }
.llmo-pricing-list li::before { content: '\2713'; color: #61CE70; font-weight: 700; flex-shrink: 0; margin-top: 1px; }
.llmo-pricing-list li.cross::before { content: '\2013'; color: #ccc; }
.llmo-pricing-cta { margin-top: 28px; display: block; text-align: center; padding: 13px 24px; border-radius: 4px; font-weight: 700; font-size: 14px; text-decoration: none !important; }
.llmo-pricing-cta:hover { opacity: 0.85; }
.llmo-pricing-cta.light { background: #f0f0f0; color: #0a0a0a !important; }
.llmo-pricing-cta.dark { background: #F29B49; color: #fff !important; }
.llmo-diag { background: #00C9AD; padding: clamp(4rem, 7vw, 6rem) var(--container-padding); }
.llmo-diag-inner { max-width: var(--container-width); margin-inline: auto; display: grid; gap: 40px; align-items: center; }
.llmo-diag-intro { text-align: left; }
.llmo-diag h2 { font-family: var(--font-sans); font-size: clamp(26px, 3vw, 38px); color: #0a0a0a; line-height: 1.2; margin-bottom: 16px; }
.llmo-diag p { font-size: 16px; color: rgba(0,0,0,0.65); margin: 0; line-height: 1.7; }
.llmo-diag-note { margin-top: 16px; font-size: 13px; color: rgba(0,0,0,0.45); }
.llmo-diag-form .contact-block__form { box-shadow: var(--shadow-md); }
.llmo-faq-section { background: #f7f7f7; }
.llmo-faq-list { margin-top: 48px; display: flex; flex-direction: column; gap: 12px; max-width: 740px; }
.llmo-faq-item { background: #fff; border-radius: 12px; border: 1px solid #ebebeb; overflow: hidden; }
.llmo-faq-q { list-style: none; font-size: 15px; font-weight: 700; color: #0a0a0a; padding: 22px 28px; cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: 16px; user-select: none; }
.llmo-faq-q:hover { background: #fafafa; }
.llmo-faq-chevron { width: 24px; height: 24px; border-radius: 50%; background: #f0f0f0; display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-size: 11px; color: #888; transition: transform 0.25s, background 0.2s; }
.llmo-faq-item[open] .llmo-faq-chevron { transform: rotate(180deg); background: #00C9AD; color: white; }
.llmo-faq-a { font-size: 14px; color: #555; line-height: 1.8; padding: 0 28px 22px; }
.llmo-faq-item[open] .llmo-faq-a { padding: 0 28px 22px; }
.llmo-cta-final { background: #0a0a0a; text-align: center; padding: 120px 40px; position: relative; overflow: hidden; }
.llmo-cta-final::before { content: ''; position: absolute; width: 600px; height: 600px; background: radial-gradient(circle, rgba(242,155,73,0.05) 0%, transparent 70%); top: 50%; left: 50%; transform: translate(-50%,-50%); border-radius: 50%; }
.llmo-cta-final h2 { font-family: var(--font-sans); font-size: clamp(34px, 4.5vw, 56px); color: #fff; line-height: 1.15; margin-bottom: 20px; position: relative; z-index: 1; }
.llmo-cta-final h2 em { color: #F29B49; font-style: italic; }
.llmo-cta-final p { font-size: 17px; color: rgba(255,255,255,0.5); max-width: 500px; margin: 0 auto 48px; position: relative; z-index: 1; line-height: 1.8; }
.llmo-cta-buttons { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; position: relative; z-index: 1; }
.llmo-btn-primary { background: #F29B49; color: #fff !important; font-weight: 700; font-size: 15px; padding: 15px 38px; border-radius: 4px; text-decoration: none !important; }
.llmo-btn-primary:hover { background: #d9823a; }
.llmo-btn-ghost { background: rgba(255,255,255,0.07); color: #fff !important; font-weight: 600; font-size: 15px; padding: 15px 38px; border-radius: 4px; text-decoration: none !important; border: 1px solid rgba(255,255,255,0.12); }
@media (max-width: 900px) { .llmo-hero { padding: 120px 32px 80px; } }
@media (min-width: 900px) { .llmo-diag-inner { grid-template-columns: 1fr 1.1fr; gap: 64px; } }
@media (min-width: 1024px) { .llmo-hero { padding-inline: var(--container-padding-lg); } .llmo-diag { padding-inline: var(--container-padding-lg); } }
@media (max-width: 840px) { .llmo-section { padding: 70px 24px; } .llmo-stats-grid { grid-template-columns: 1fr; } .llmo-bloco-items { grid-template-columns: 1fr; } .llmo-steps { grid-template-columns: 1fr 1fr; } .llmo-pricing-grid { grid-template-columns: 1fr; max-width: 440px; margin-left: auto; margin-right: auto; } .llmo-pack-box { padding: 40px 26px; } }
@media (max-width: 520px) { .llmo-steps { grid-template-columns: 1fr; } }
