:root{--blue:#0757c8;--navy:#0b2747;--cyan:#18a8c7;--ink:#12233a;--muted:#607086}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);font:16px/1.65 Arial,sans-serif}header{height:82px;padding:0 clamp(24px,6vw,96px);display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #e5edf3;position:sticky;top:0;background:#fffffff3;z-index:10}.brand{display:flex;align-items:center;gap:10px;text-decoration:none;color:var(--navy);font-size:1.25rem}.brand i,.brand img{width:40px;height:40px;border-radius:11px;display:grid;place-items:center;object-fit:contain;background:linear-gradient(145deg,var(--blue),var(--cyan));color:#fff;font-style:normal}nav{display:flex;align-items:center;gap:28px}nav a{color:#405269;text-decoration:none;font-weight:600}.outline{border:1px solid var(--blue);padding:8px 14px;border-radius:9px}.menu{display:none;border:0;background:none;font-size:1.5rem}.hero{min-height:680px;padding:85px clamp(24px,6vw,96px);display:grid;grid-template-columns:1fr minmax(420px,.9fr);align-items:center;gap:8vw;background:radial-gradient(circle at 82% 35%,#d8f6fb,transparent 31%),linear-gradient(125deg,#f6fbff,#fff 62%)}section small{color:var(--blue);font-weight:800;letter-spacing:.15em}.hero h1{font-size:clamp(2.7rem,5vw,4.8rem);line-height:1.04;letter-spacing:-.055em;color:var(--navy);margin:16px 0 25px}.hero>div>p{font-size:1.15rem;color:var(--muted);max-width:650px}.btn{border:0;background:var(--blue);color:white;min-height:48px;padding:0 23px;border-radius:9px;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;font-weight:700;cursor:pointer}.hero ul{display:flex;gap:22px;list-style:none;padding:0;color:#566b81}.dash{background:white;border:1px solid #dce7ef;border-radius:17px;box-shadow:0 28px 70px #0a274724;overflow:hidden;padding:28px}.dash-top{margin:-28px -28px 24px;padding:13px 20px;background:var(--navy);color:white}.numbers{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.numbers article{padding:14px;border:1px solid #dce7ef;border-radius:9px;font-size:.75rem;color:var(--muted)}.numbers b,.numbers span{display:block}.numbers b{font-size:1.5rem;color:var(--navy)}.bars{height:140px;border:1px solid #dce7ef;border-radius:9px;margin-top:18px;display:flex;align-items:end;gap:14px;padding:20px}.bars i{flex:1;background:linear-gradient(var(--cyan),var(--blue));border-radius:4px 4px 0 0}.section{padding:100px clamp(24px,7vw,110px)}.title{text-align:center;max-width:680px;margin:0 auto 50px}.title h2,.about h2,.contact h2{font-size:clamp(2rem,3.5vw,3.2rem);line-height:1.15;letter-spacing:-.04em;color:var(--navy);margin:14px 0}.title p{color:var(--muted)}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;max-width:1180px;margin:auto}.grid article,.posts>a{padding:28px;border:1px solid #dce7ef;border-radius:13px;text-decoration:none;color:inherit}.grid article>i{display:grid;place-items:center;width:43px;height:43px;border-radius:10px;background:#eef6fb;color:var(--blue)}.grid h3{color:var(--navy)}.grid p{color:var(--muted)}.about{padding:100px clamp(24px,9vw,145px);background:var(--navy);color:white;display:grid;grid-template-columns:.75fr 1.3fr;gap:8vw;align-items:center}.word{font-size:clamp(4rem,9vw,8rem);font-weight:800;line-height:.78;color:transparent;-webkit-text-stroke:1px #ffffff33}.about small{color:#5dd4e9}.about h2{color:white}.about p{color:#c8d7e6;font-size:1.08rem}.about blockquote{border-left:3px solid var(--cyan);padding-left:20px;margin:28px 0}.posts img{width:100%;height:170px;object-fit:cover;border-radius:8px;margin-bottom:15px}.posts>a{display:block}.posts b{color:var(--blue)}.contact{padding:75px clamp(24px,8vw,125px);background:linear-gradient(115deg,var(--blue),#0b88b0);color:white;display:grid;grid-template-columns:1fr 480px;gap:70px}.contact small,.contact h2{color:white}.contact form{background:white;padding:25px;border-radius:14px;display:grid;gap:12px}.contact input,.contact textarea{width:100%;border:1px solid #d2dee8;border-radius:8px;padding:12px;font:inherit}.contact form>div:not(.success){display:grid;grid-template-columns:1fr 1fr;gap:12px}.success{background:#e7f8ef;color:#176d42;padding:10px;border-radius:8px}footer{padding:38px clamp(24px,6vw,96px);display:grid;grid-template-columns:1fr auto auto;background:#061a30;color:#9db0c2}.article{background:#f7fafc}.article header a{text-decoration:none;color:var(--blue)}.article article{max-width:800px;margin:auto;padding:75px 24px}.article article>img{width:100%;max-height:420px;object-fit:cover;border-radius:15px}.article h1{font-size:clamp(2.4rem,5vw,4rem);line-height:1.08;color:var(--navy)}.article .lead{font-size:1.25rem;color:var(--muted)}@media(max-width:900px){nav{display:none;position:absolute;top:82px;left:0;right:0;background:white;padding:25px;flex-direction:column}nav.open{display:flex}.menu{display:block}.hero,.contact{grid-template-columns:1fr}.dash{display:none}.grid{grid-template-columns:repeat(2,1fr)}.about{grid-template-columns:1fr}.word{display:none}footer{grid-template-columns:1fr;gap:12px}}@media(max-width:560px){.hero h1{font-size:2.55rem}.hero ul{display:grid;gap:5px}.grid{grid-template-columns:1fr}.section,.about{padding-top:70px;padding-bottom:70px}.contact form>div:not(.success){grid-template-columns:1fr}}
/* Recursos configuráveis: identificação, menus e banners */
.brand span{display:flex;flex-direction:column;line-height:1.15}.brand span small{font-size:.67rem;color:var(--muted);font-weight:400;letter-spacing:0}.nav-item{position:relative}.nav-item>a,.submenu a{color:#405269;text-decoration:none;font-weight:600}.submenu{display:none;position:absolute;top:100%;left:0;min-width:210px;background:#fff;border:1px solid #dce7ef;border-radius:9px;padding:8px;box-shadow:0 18px 40px #0b274720}.nav-item:hover .submenu,.nav-item:focus-within .submenu{display:grid}.submenu a{padding:9px 10px;border-radius:6px}.submenu a:hover{background:#eef6fb}.banner{display:block;width:min(1400px,100%);margin:0 auto;background:#eef3f7}.banner img{display:block;width:100%;height:auto;max-height:520px;object-fit:cover}@media(max-width:900px){nav.open{align-items:stretch}.nav-item{display:grid}.submenu{position:static;box-shadow:none;margin-top:5px}.nav-item:hover .submenu{display:grid}}
/* Carrossel e temas Clean/Dark */
.theme-toggle{width:38px;height:38px;border:1px solid #d6e1ea;border-radius:50%;background:#fff;color:var(--navy);font-size:1.2rem;cursor:pointer}.carousel{position:relative;width:min(1400px,100%);margin:auto;overflow:hidden;background:#e9f0f5}.slides{position:relative;aspect-ratio:16/5}.slide{display:none;position:absolute;inset:0}.slide.active{display:block;animation:carousel-in .45s ease}.slide img{width:100%;height:100%;display:block;object-fit:cover}.carousel>.prev,.carousel>.next{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;border:0;border-radius:50%;background:#071e39b8;color:#fff;font-size:2rem;cursor:pointer}.carousel>.prev{left:18px}.carousel>.next{right:18px}.dots{position:absolute;left:50%;bottom:14px;transform:translateX(-50%);display:flex;gap:7px}.dots button{width:9px;height:9px;border:0;border-radius:50%;background:#ffffff88;padding:0}.dots button.active{width:24px;border-radius:8px;background:#fff}@keyframes carousel-in{from{opacity:.25}to{opacity:1}}
body[data-theme=dark]{--ink:#eaf3fb;--muted:#aabed0;--navy:#dfefff;background:#071624;color:var(--ink)}body[data-theme=dark] header{background:#081b2df2;border-color:#1d3548}body[data-theme=dark] .brand,body[data-theme=dark] nav a{color:#edf7ff}body[data-theme=dark] .brand span small{color:#9fb3c6}body[data-theme=dark] .theme-toggle{background:#102a40;color:#fff;border-color:#28445b}body[data-theme=dark] .hero{background:radial-gradient(circle at 82% 35%,#0b5365,transparent 30%),linear-gradient(125deg,#071c30,#08131e 62%)}body[data-theme=dark] .hero h1,body[data-theme=dark] .title h2,body[data-theme=dark] .grid h3{color:#f1f8ff}body[data-theme=dark] .dash,body[data-theme=dark] .grid article,body[data-theme=dark] .posts>a,body[data-theme=dark] .submenu{background:#0d2235;border-color:#294157}body[data-theme=dark] .numbers article,body[data-theme=dark] .bars{border-color:#294157}body[data-theme=dark] .numbers b{color:#eaf4ff}body[data-theme=dark] .section{background:#071624}body[data-theme=dark] .contact form{background:#0d2235}body[data-theme=dark] .contact input,body[data-theme=dark] .contact textarea{background:#071624;color:#fff;border-color:#385169}body[data-theme=dark] .submenu a:hover{background:#17344d}@media(max-width:900px){body[data-theme=dark] nav{background:#081b2d}.theme-toggle{margin-left:auto;margin-right:12px}.slides{aspect-ratio:16/7}}@media(max-width:560px){.slides{aspect-ratio:16/9}.carousel>.prev,.carousel>.next{width:36px;height:36px}}
/* Banner visual editável */
.slide picture,.slide picture:after{position:absolute;inset:0}.slide picture:after{content:"";display:block;background:rgba(0,0,0,var(--overlay,.35))}.slide-content{position:relative;z-index:2;display:flex;height:100%;max-width:1200px;margin:auto;padding:clamp(28px,6vw,84px);flex-direction:column;justify-content:center;align-items:flex-start;color:var(--slide-color,#fff)}.slide-content h2{max-width:720px;margin:0 0 10px;color:inherit;font-size:clamp(1.8rem,4vw,3.8rem);line-height:1.05}.slide-content p{max-width:650px;margin:0 0 22px;font-size:clamp(1rem,1.7vw,1.3rem)}.slide-button{display:inline-flex;padding:11px 20px;border-radius:8px;background:var(--blue);color:#fff;text-decoration:none;font-weight:700}.slide.text-center .slide-content{align-items:center;text-align:center}.slide.text-right .slide-content{align-items:flex-end;text-align:right}@media(max-width:600px){.slide-content{padding:28px 52px}.slide-content h2{font-size:1.8rem}.slide-content p{font-size:1rem}}
/* Atendimento pelo WhatsApp */
.whatsapp-float{position:fixed;right:24px;bottom:24px;z-index:50;height:58px;padding:0 20px 0 15px;border-radius:30px;background:#25d366;color:#fff;display:flex;align-items:center;gap:9px;text-decoration:none;font-weight:700;box-shadow:0 12px 32px #061a3040;transition:transform .2s,box-shadow .2s}.whatsapp-float:hover{transform:translateY(-3px);box-shadow:0 16px 38px #061a3055}.whatsapp-float svg{width:30px;height:30px}.whatsapp-float span{white-space:nowrap}@media(max-width:560px){.whatsapp-float{right:16px;bottom:16px;width:56px;height:56px;padding:0;justify-content:center}.whatsapp-float span{display:none}}
/* Identidade, enquadramento e navegação móvel */
body{font-family:var(--site-font,Arial,sans-serif)}.brand{color:var(--blue)}.contact{background:linear-gradient(115deg,var(--blue),color-mix(in srgb,var(--blue),#ffffff 28%))}.slide img{object-fit:contain;background:#071e39}header{z-index:1000}@media(max-width:900px){nav.open{z-index:1001;max-height:calc(100vh - 82px);overflow-y:auto;box-shadow:0 18px 35px #071e3930}.nav-item .submenu{display:grid}.menu-open .carousel{pointer-events:none}.slides{aspect-ratio:16/7}}@media(max-width:600px){.slide img{object-fit:cover}}
/* Ajustes finais de identidade, temas, banner e menu */
body{font-family:var(--site-font,Arial,sans-serif);font-size:var(--base-size,16px)}.brand{color:var(--blue)}.about,.dash-top,footer{background:var(--brand-dark)}.contact{background:linear-gradient(115deg,var(--blue),var(--cyan))}.carousel{width:100%;max-width:1920px}.slides{height:auto;aspect-ratio:1920/650}.slide picture:after{display:none}.slide img{object-fit:contain;object-position:center;background:var(--brand-dark)}
body[data-theme=clean]{background:#fff;color:#12233a}body[data-theme=clean] header{background:#fffffff5}body[data-theme=clean] .section{background:#fff}
body[data-theme=dark]{--ink:#eef6fd;--muted:#b4c5d4;background:#07131f;color:var(--ink)}body[data-theme=dark] header{background:#081724f5}body[data-theme=dark] .section{background:#07131f}body[data-theme=dark] .hero{background:linear-gradient(135deg,#0a1b2a,#07131f)}body[data-theme=dark] .about,body[data-theme=dark] .dash-top,body[data-theme=dark] footer{background:var(--brand-dark)}body[data-theme=dark] .hero h1,body[data-theme=dark] .title h2,body[data-theme=dark] .grid h3,body[data-theme=dark] .feature-panel h3{color:#f4f9fd}body[data-theme=dark] .grid article,body[data-theme=dark] .posts>a,body[data-theme=dark] .feature-panel,body[data-theme=dark] .dash{background:#0d2235;border-color:#294157}body[data-theme=dark] nav a{color:#edf7ff}
header{z-index:1000}@media(max-width:900px){nav.open{z-index:1001;max-height:calc(100vh - 82px);overflow-y:auto;box-shadow:0 18px 35px #071e3930}.nav-item .submenu{display:none}.nav-item.submenu-open .submenu{display:grid}.menu-open .carousel{pointer-events:none}}@media(max-width:600px){.slides{height:auto;aspect-ratio:4/5}.slide img{object-fit:cover;object-position:center}}
/* Logotipo enviado sem fundo artificial */
.brand img{width:auto;height:52px;max-width:170px;border-radius:0;background:transparent;object-fit:contain}
@media(max-width:600px){.brand img{height:44px;max-width:125px}}
/* Painel lateral genérico da apresentação */
.feature-panel{background:#fff;border:1px solid #dce7ef;border-radius:17px;box-shadow:0 28px 70px #0a274724;padding:30px}.feature-panel h3{font-size:1.6rem;color:var(--navy);margin:8px 0 20px}.feature-panel article{padding:15px 0;border-top:1px solid #dce7ef;display:grid}.feature-panel article b{color:var(--navy)}.feature-panel article span{color:var(--muted);font-size:.92rem}.word{word-break:break-word}body[data-theme=dark] .feature-panel{background:#0d2235;border-color:#294157}body[data-theme=dark] .feature-panel h3,body[data-theme=dark] .feature-panel article b{color:#f1f8ff}body[data-theme=dark] .feature-panel article{border-color:#294157}
.notices{background:var(--blue);color:#fff;padding:10px 5vw}.notices a{color:#fff;display:flex;gap:12px;justify-content:center}.interactive.alt{background:#f3f7fa}.event-grid,.testimonial-grid,.forms-grid{max-width:1180px;margin:auto;display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.event-grid article,.testimonial-grid blockquote,.forms-grid form,.faq-list details{margin:0;padding:24px;border:1px solid #dce7ef;border-radius:14px;background:#fff}.event-grid article{display:flex;gap:18px}.event-grid time{color:var(--blue);text-align:center}.event-grid time b{display:block;font-size:2rem}.testimonial-grid img{width:58px;height:58px;object-fit:cover;border-radius:50%}.testimonial-grid footer{padding:0;background:none;color:inherit;display:flex;flex-direction:column}.gallery-grid{max-width:1180px;margin:auto;display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.gallery-grid button{border:0;padding:0;background:#000;border-radius:12px;overflow:hidden;position:relative}.gallery-grid img{width:100%;height:220px;display:block;object-fit:cover}.gallery-grid span{position:absolute;left:14px;bottom:10px;color:#fff}.lightbox{border:0;border-radius:14px;background:#07131f}.lightbox img{max-width:85vw;max-height:80vh}.faq-list{max-width:850px;margin:auto}.faq-list details{margin:9px}.faq-list summary{font-weight:700;cursor:pointer}.forms-grid form,.forms-grid label{display:grid;gap:10px}.forms-grid input,.forms-grid textarea,.forms-grid select,.site-tools input{font:inherit;padding:10px;border:1px solid #ccd9e3;border-radius:7px}.site-tools{padding:24px;display:flex;justify-content:center;gap:12px;background:var(--brand-dark);color:#fff}.site-tools button{border:1px solid #fff;background:transparent;color:#fff;border-radius:8px;padding:8px 16px}body[data-theme=dark] .interactive.alt,body[data-theme=dark] .event-grid article,body[data-theme=dark] .testimonial-grid blockquote,body[data-theme=dark] .forms-grid form,body[data-theme=dark] .faq-list details{background:#0d2235;border-color:#294157}@media(max-width:900px){.event-grid,.testimonial-grid,.forms-grid{grid-template-columns:1fr 1fr}.gallery-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.event-grid,.testimonial-grid,.forms-grid{grid-template-columns:1fr}.gallery-grid img{height:150px}.notices a,.site-tools{flex-direction:column}}
