.cap-menu-mega{position:sticky;top:0;z-index:900;background:transparent}.cap-mega-head{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:16px 24px;background:#047857;color:#fff;box-shadow:0 10px 30px rgba(0,0,0,.22);flex-wrap:wrap}.cap-menu-brand{font-weight:900;letter-spacing:.02em;white-space:nowrap}.cap-menu-links{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.cap-menu-link{display:inline-flex;align-items:center;color:#fff;text-decoration:none;padding:10px 14px;border:1px solid transparent;background:transparent;transition:.25s ease;cursor:pointer;font:inherit}.cap-menu-link:hover{background:#059669;color:#fff}.cap-menu-item{display:inline-flex;flex-direction:column;position:static}.cap-menu-item.has-submenu>.cap-menu-link::after{content:' ▾';font-size:.78em;margin-left:5px}.cap-submenu{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:10px;width:100%;max-height:0;opacity:0;overflow:hidden;background:#ecfdf5;border:0 solid #a7f3d0;padding:0;margin:0;transition:max-height .42s ease,opacity .28s ease,padding .35s ease,margin .35s ease}.cap-menu-item.is-open>.cap-submenu{max-height:900px;opacity:1;padding:16px;margin:10px 0 0;border-width:1px}.cap-submenu-link{display:block;background:#fff;color:#0f172a;text-decoration:none;padding:14px;border:1px solid #a7f3d0;transition:.25s ease}.cap-submenu-link:hover{background:#d1fae5;color:#064e3b;transform:translateY(-2px)}.cap-submenu-main-link{font-weight:900}.cap-menu-toggle{display:none;border:1px solid rgba(255,255,255,.25);background:rgba(255,255,255,.08);color:#fff;padding:8px 12px;cursor:pointer;font-size:20px}
@media(max-width:760px){.cap-mega-head{align-items:flex-start}.cap-menu-toggle{display:block;margin-left:auto}.cap-menu-links{display:none;width:100%;flex-direction:column;align-items:stretch}.cap-menu-links.is-open{display:flex}.cap-menu-link,.cap-menu-item{display:flex;width:100%;justify-content:flex-start}.cap-submenu{grid-template-columns:1fr}}
/* Ajustes visuais simples escolhidos no editor */
.cap-menu-topbar,.cap-menu-mega .cap-mega-head{background:rgba(255,255,255,.96);color:#0f172a;border-bottom:1px solid rgba(15,23,42,.15)}
.cap-menu-brand,.cap-menu-link,.cap-submenu-toggle{color:#0f172a}
.cap-submenu{background:#fff;color:#0f172a;border-color:rgba(15,23,42,.15)}.cap-submenu-link{color:#0f172a}
.cap-drawer-toggle{background:rgba(255,255,255,.9);color:#0f172a;border-color:rgba(15,23,42,.25)}.cap-drawer-panel{background:rgba(255,255,255,.96);color:#0f172a}.cap-drawer-panel .cap-menu-link,.cap-drawer-close{color:#0f172a}
.cap-menu-link{border-radius:999px}
.cap-menu-link:hover,.cap-submenu-link:hover{transform:translateY(-2px)}
