:root{--azul: #16324f;--azul2: #255a73;--azul-logo: #003366;--verde: #2e7d32;--amarelo: #f4b400;--laranja: #ff9800;--bg: #f7f8f7;--wa: #25d366;--wa-dark: #1da851}*{box-sizing:border-box}body{margin:0;font-family:Segoe UI,Arial,sans-serif;background:var(--bg);color:#2b2b2b;line-height:1.6}header{background:#faf9f4;position:sticky;top:0;z-index:100;box-shadow:0 2px 10px #00000014}.container{max-width:1120px;margin:auto;padding:0 24px}nav{display:flex;justify-content:space-between;align-items:center;padding:18px 0;gap:20px}.brand{display:flex;align-items:center;gap:18px;flex:1;min-width:0}.logo{display:inline-flex;align-items:center;text-decoration:none;line-height:0;flex-shrink:0}.logo img{height:52px;width:auto;display:block}.brand-tagline{margin:0;color:var(--azul-logo);font-size:.92rem;font-weight:500;line-height:1.4;max-width:420px}.btn{display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(90deg,var(--amarelo),var(--laranja));padding:15px 28px;border-radius:10px;color:#222;text-decoration:none;font-weight:700;border:none;cursor:pointer;font-family:inherit;font-size:1rem;transition:transform .15s,box-shadow .15s}.btn:hover{transform:translateY(-2px);box-shadow:0 6px 18px #0000001f}.hero{background:linear-gradient(135deg,var(--azul),var(--azul2),var(--verde));padding:80px 0;color:#fff}.hero-grid{display:grid;grid-template-columns:1.2fr .9fr;gap:40px;align-items:center}.hero h1{font-size:50px;line-height:1.1;margin:0 0 20px}.hero>.container>.hero-grid>div>p,.hero p.hero-text{font-size:20px;line-height:1.6;margin:0 0 28px}.search{background:#fff;border-radius:18px;padding:28px;color:#222;box-shadow:0 15px 40px #0000002e}.search h2{margin:0 0 8px;color:#16324f;font-size:1.25rem}.search>p{color:#667;margin:0 0 4px;font-size:.95rem}.wrap{display:flex;gap:10px;margin:18px 0}.wrap input{flex:1;padding:15px;border:2px solid #ddd;border-radius:10px;font-size:16px;font-family:inherit}.wrap input:focus{outline:none;border-color:var(--azul2)}.wrap button{border:none;background:#22c55e;color:#fff;font-weight:700;padding:15px 22px;border-radius:10px;cursor:pointer;font-family:inherit;white-space:nowrap}.small{font-size:13px;color:#777}.section{padding:70px 0}h2.title{text-align:center;color:#16324f;font-size:38px;margin:0 0 40px}.cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:22px}.card{background:#fff;border-top:5px solid var(--amarelo);padding:24px;border-radius:14px;box-shadow:0 8px 24px #00000014}.card h3{margin-top:0;font-size:1.1rem}.card p{color:#555;font-size:.95rem;margin:0 0 14px}.card a,.card button.card-link{text-decoration:none;color:#2e7d32;font-weight:700;background:none;border:none;padding:0;cursor:pointer;font-family:inherit;font-size:1rem}.card a:hover,.card button.card-link:hover{text-decoration:underline}.flow{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:18px}.step{background:#fff;padding:20px;border-radius:12px;text-align:center;box-shadow:0 6px 18px #00000014;font-size:.95rem;color:#444}.n{width:42px;height:42px;background:var(--amarelo);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 10px;font-weight:700;color:#222}.cta{background:#16324f;color:#fff;text-align:center;padding:70px 20px}.cta h2{font-size:clamp(1.6rem,4vw,2.2rem);margin:0 0 14px}.cta p{font-size:1.1rem;opacity:.9;max-width:600px;margin:0 auto 28px}footer{background:#1a2332;color:#ffffffbf;padding:28px 0;font-size:.9rem;text-align:center}.fab{position:fixed;bottom:24px;right:24px;z-index:200;width:58px;height:58px;background:var(--wa);color:#fff;border-radius:50%;display:grid;place-items:center;font-size:1.6rem;box-shadow:0 6px 24px #25d36673;text-decoration:none;transition:transform .2s,box-shadow .2s}.fab:hover{transform:scale(1.08);box-shadow:0 8px 32px #25d36680}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;background:#16324f8c;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;padding:20px;opacity:0;visibility:hidden;transition:opacity .25s,visibility .25s}.modal-overlay.is-open{opacity:1;visibility:visible}.modal-wrap{position:relative}.modal{background:#fff;border-radius:18px;padding:32px 28px;max-width:440px;width:100%;box-shadow:0 16px 48px #0003;transform:translateY(16px) scale(.97);transition:transform .25s}.modal-overlay.is-open .modal{transform:translateY(0) scale(1)}.modal-close{position:absolute;top:16px;right:16px;background:none;border:none;font-size:1.4rem;color:#777;cursor:pointer;line-height:1;padding:4px}.modal h3{margin:0 0 8px;color:var(--azul);font-size:1.25rem}.modal>p{margin:0 0 18px;color:#667;font-size:.95rem}.modal-preview{background:var(--bg);border-radius:10px;padding:12px 14px;font-size:.88rem;color:#444;margin-bottom:20px;border-left:3px solid var(--amarelo);line-height:1.5}.modal-actions{display:flex;flex-direction:column;gap:10px}.btn-whatsapp{background:var(--wa)!important;color:#fff!important}.btn-whatsapp:hover{background:var(--wa-dark)!important}.btn-site{background:var(--azul)!important;color:#fff!important}.btn-ghost{background:transparent!important;color:#777!important;font-weight:500!important;box-shadow:none!important}.btn-ghost:hover{color:#222!important;transform:none!important}.site-chat{position:fixed;bottom:96px;right:24px;z-index:300;width:360px;max-width:calc(100vw - 32px);background:#fff;border-radius:18px;box-shadow:0 16px 48px #0000002e;display:flex;flex-direction:column;overflow:hidden;opacity:0;visibility:hidden;transform:translateY(12px) scale(.96);transition:opacity .25s,visibility .25s,transform .25s;max-height:520px}.site-chat.is-open{opacity:1;visibility:visible;transform:translateY(0) scale(1)}.site-chat-header{background:linear-gradient(135deg,var(--azul),var(--azul2));color:#fff;padding:16px 18px;display:flex;align-items:center;justify-content:space-between;gap:12px}.site-chat-header strong{display:block;font-size:.95rem}.site-chat-header small{font-size:.78rem;opacity:.85}.site-chat-close{background:#ffffff26;border:none;color:#fff;width:30px;height:30px;border-radius:8px;cursor:pointer;font-size:1.1rem;flex-shrink:0}.site-chat-messages{flex:1;overflow-y:auto;padding:16px;display:flex;flex-direction:column;gap:10px;min-height:220px;max-height:320px;background:#f8fafc}.chat-bubble{max-width:88%;padding:10px 14px;border-radius:14px;font-size:.9rem;line-height:1.45}.chat-bubble.bot{background:#fff;border:1px solid #e2e8f0;align-self:flex-start;border-bottom-left-radius:4px}.chat-bubble.user{background:var(--azul2);color:#fff;align-self:flex-end;border-bottom-right-radius:4px}.site-chat-input{display:flex;gap:8px;padding:12px;border-top:1px solid #e2e8f0;background:#fff}.site-chat-input input{flex:1;padding:11px 14px;border:2px solid #e2e8f0;border-radius:10px;font-family:inherit;font-size:.9rem}.site-chat-input input:focus{outline:none;border-color:var(--azul2)}.site-chat-input button{padding:11px 16px;border-radius:10px;border:none;background:var(--azul);color:#fff;font-weight:600;cursor:pointer;font-family:inherit}.lgpd-note{font-size:.72rem;color:#777;text-align:center;padding:0 14px 10px;line-height:1.4}@media(max-width:900px){.hero-grid{grid-template-columns:1fr}.hero h1{font-size:38px}.wrap{flex-direction:column}h2.title{font-size:30px}.logo img{height:42px}.brand-tagline{font-size:.8rem;max-width:280px}}@media(max-width:720px){.brand{flex-direction:column;align-items:flex-start;gap:8px}.brand-tagline{max-width:none;font-size:.78rem}nav .btn{padding:12px 18px;font-size:.9rem}}@media(max-width:600px){.site-chat{right:16px;bottom:88px;width:calc(100vw - 32px)}}
