/* CírculoVIP v1.3 — componentes alinhados às simulações aprovadas */
.nav-feature-icon { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.75; stroke-linecap: round; stroke-linejoin: round; }

/* Megamenus amplos com tipografia reforçada */
.nav-mega { position: fixed; z-index: 120; top: 82px; left: 50%; width: min(1140px, calc(100vw - 40px)); display: grid; grid-template-columns: minmax(0, 1fr) 318px; gap: 15px; padding: 15px; border: 1px solid rgba(6, 30, 34, .11); border-radius: 26px; background: rgba(251, 253, 250, .985); box-shadow: 0 34px 90px rgba(3, 24, 27, .21), 0 1px 0 rgba(255, 255, 255, .9) inset; transform: translateX(-50%); backdrop-filter: blur(22px); }
.nav-mega[hidden] { display: none !important; }
.nav-mega-main { min-width: 0; padding: 20px 20px 18px; }
.nav-mega-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 28px; margin-bottom: 16px; }
.nav-mega-heading h3 { margin: 6px 0 0; color: var(--ink); font-size: 1.2rem; letter-spacing: -.03em; }
.nav-mega .nav-mega-kicker { font-size: .7rem; }
.nav-mega .nav-mega-all { min-height: 0; display: inline-flex; flex-direction: row; align-items: center; gap: 7px; padding: 9px 0; border: 0; border-radius: 0; color: var(--teal); font-size: .78rem; font-weight: 800; white-space: nowrap; }
.nav-mega .nav-mega-all:hover { border-color: transparent; background: transparent; transform: none; }
.nav-mega-cards { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; }
.nav-mega .nav-mega-card { min-height: 96px; display: grid; grid-template-columns: 50px minmax(0, 1fr); align-items: center; gap: 14px; padding: 14px; border: 1px solid transparent; border-radius: 17px; background: transparent; color: var(--ink); font: inherit; text-align: left; cursor: pointer; }
.nav-mega .nav-mega-card > .nav-feature-icon { width: 48px; height: 48px; padding: 12px; border-radius: 14px; background: var(--icon-bg, #eaf6f3); color: var(--icon-color, var(--teal)); }
.nav-mega .nav-mega-card > span { display: grid; gap: 5px; }
.nav-mega .nav-mega-card b { color: var(--ink); font-size: .92rem; line-height: 1.2; }
.nav-mega .nav-mega-card small { color: #66777a; font-size: .76rem; font-weight: 560; line-height: 1.42; }
.nav-mega .nav-mega-card:hover { border-color: rgba(6, 30, 34, .08); background: #fff; box-shadow: 0 12px 32px rgba(6, 30, 34, .07); transform: translateY(-1px); }
.tone-teal { --icon-bg: #e4f7f3; --icon-color: #078d88; }
.tone-violet { --icon-bg: #f0ebfb; --icon-color: #7654b5; }
.tone-coral { --icon-bg: #fff0ea; --icon-color: #d66b4d; }
.tone-blue { --icon-bg: #eaf3fb; --icon-color: #397da6; }
.tone-amber { --icon-bg: #fff4dc; --icon-color: #c47a00; }
.tone-green { --icon-bg: #e9f5e8; --icon-color: #4f8e54; }
.nav-mega-feature { position: relative; overflow: hidden; min-height: 350px; display: flex; flex-direction: column; align-items: flex-start; padding: 28px; border-radius: 21px; background: radial-gradient(circle at 100% 0, rgba(88, 221, 214, .28), transparent 35%), linear-gradient(145deg, #062b31, #0b4647); color: #fff; }
.nav-mega-feature::after { content: ""; position: absolute; right: -86px; bottom: -118px; width: 260px; height: 260px; border: 1px solid rgba(88, 221, 214, .15); border-radius: 50%; box-shadow: inset 0 0 0 52px rgba(88, 221, 214, .025); }
.nav-feature-orbit { position: relative; z-index: 1; width: 50px; height: 50px; display: grid; place-items: center; margin-bottom: 30px; border: 1px solid rgba(255, 255, 255, .13); border-radius: 15px; background: rgba(255, 255, 255, .07); color: #58ddd6; }
.nav-mega-feature .nav-mega-kicker { margin: 0 0 9px; color: #58ddd6; }
.nav-mega-feature h3 { position: relative; z-index: 1; margin: 0; color: #fff; font-size: 1.48rem; line-height: 1.12; letter-spacing: -.04em; }
.nav-mega-feature p:not(.nav-mega-kicker) { position: relative; z-index: 1; margin: 13px 0 22px; color: rgba(255, 255, 255, .7); font-size: .81rem; line-height: 1.6; }
.nav-mega .nav-mega-feature > a, .nav-mega .nav-mega-feature > button { position: relative; z-index: 1; min-height: 0; display: inline-flex; flex-direction: row; align-items: center; gap: 8px; margin-top: auto; padding: 0; border: 0; border-radius: 0; background: transparent; color: #fff; font: inherit; font-size: .8rem; font-weight: 800; cursor: pointer; }
.nav-mega .nav-mega-feature > a:hover, .nav-mega .nav-mega-feature > button:hover { border-color: transparent; background: transparent; color: #58ddd6; transform: none; }
.nav-feature-proof { position: relative; z-index: 1; display: flex; flex-wrap: wrap; gap: 6px; margin-top: 20px; }
.nav-feature-proof span { padding: 6px 9px; border: 1px solid rgba(255, 255, 255, .11); border-radius: 999px; color: rgba(255, 255, 255, .7); font-size: .63rem; }

/* Painel comercial igual à referência aprovada */
.contact-widget { --contact-width: 280px; width: var(--contact-width); right: 18px; bottom: 8px; display: block; }
.contact-fab { position: relative; inset: auto; overflow: hidden; width: 100%; min-height: 72px; display: grid; grid-template-columns: 48px minmax(0, 1fr) 16px; align-items: center; gap: 12px; padding: 10px 14px 10px 10px; border: 1px solid rgba(255, 255, 255, .16); border-radius: 9px; background: linear-gradient(135deg, #06474a, #06383e 58%, #082f35); text-align: left; box-shadow: 0 16px 36px rgba(3, 24, 27, .28); }
.contact-fab::before { display: none; }
.contact-fab::after { content: ""; position: absolute; inset: 0 0 auto; height: 4px; background: #22c7b9; }
.contact-fab:hover { transform: translateY(-2px); box-shadow: 0 24px 58px rgba(3, 24, 27, .34); }
.contact-fab:focus-visible { outline: 4px solid rgba(34, 199, 185, .24); outline-offset: 5px; box-shadow: 0 0 0 2px #fff, 0 0 0 7px rgba(34, 199, 185, .32), 0 24px 58px rgba(3, 24, 27, .34); }
.contact-brand-mark { position: relative; overflow: hidden; width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid rgba(255, 255, 255, .4); border-radius: 8px; background: #c8fff2; box-shadow: 0 7px 18px rgba(0, 0, 0, .17); }
.contact-brand-mark img { position: static; left: auto; top: auto; display: block; width: 38px; max-width: 100%; height: 38px; object-fit: contain; opacity: 1; }
.contact-fab-copy { min-width: 0; display: grid; gap: 5px; }
.contact-fab-copy b { color: #fff; font-size: .94rem; line-height: 1.1; }
.contact-fab-copy small { color: rgba(255, 255, 255, .68); font-size: .71rem; font-weight: 560; }
.contact-fab .fab-chevron { width: 9px; height: 9px; margin: 4px 0 0; justify-self: end; border-width: 2px; transform: rotate(225deg); }
.contact-fab[aria-expanded="true"] .fab-chevron { transform: rotate(45deg); }
.contact-options { position: absolute !important; left: 0 !important; right: 0 !important; bottom: calc(100% + 20px) !important; width: 100% !important; display: grid; gap: 8px; margin: 0 !important; padding: 20px 14px 14px; border: 1px solid rgba(6, 30, 34, .12); border-radius: 9px; background: #fff; box-shadow: 0 20px 48px rgba(3, 24, 27, .19); transform: none !important; animation: none !important; }
.contact-options::before { content: ""; position: absolute; inset: 0 0 auto; height: 4px; border-radius: 10px 10px 0 0; background: #22c7b9; }
.contact-options::after { content: ""; position: absolute; left: 50%; right: auto; bottom: -8px; width: 16px; height: 16px; border-right: 1px solid rgba(6, 30, 34, .1); border-bottom: 1px solid rgba(6, 30, 34, .1); background: #fff; transform: translateX(-50%) rotate(45deg); }
.contact-options[hidden] { display: none !important; }
.contact-options-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 14px; padding: 0 2px 5px; border: 0; }
.contact-options-head h3 { max-width: 205px; margin: 0; color: var(--ink); font-size: 1.22rem; line-height: 1.18; letter-spacing: -.03em; }
.contact-options-head > button { width: 34px; height: 34px; display: grid; place-items: center; flex: 0 0 auto; padding: 0; border: 1px solid rgba(6, 30, 34, .12); border-radius: 8px; background: #fff; color: var(--ink); cursor: pointer; font-size: 1.42rem; font-weight: 300; line-height: 1; }
.contact-option { width: 100%; min-height: 78px; display: grid; grid-template-columns: 48px minmax(0, 1fr) 12px; align-items: center; gap: 10px; padding: 9px; border: 1px solid rgba(6, 30, 34, .12); border-radius: 8px; background: #fff; text-align: left; box-shadow: none; }
.contact-option > .nav-feature-icon { width: 48px; height: 48px; padding: 11px; border-radius: 9px; background: var(--icon-bg); color: var(--icon-color); }
.contact-option > span:nth-child(2) { min-width: 0; display: grid; gap: 4px; align-content: center; }
.contact-option b { color: var(--ink); font-size: .82rem; line-height: 1.2; }
.contact-option small { margin: 0; color: #697780; font-size: .68rem; line-height: 1.35; }
.contact-option .contact-arrow { width: 8px; height: 8px; justify-self: end; border-top: 1.7px solid #063b43; border-right: 1.7px solid #063b43; transform: rotate(45deg); transition: transform 160ms ease; }
.contact-option:hover { border-color: rgba(11, 150, 145, .28); background: #fcfefd; transform: translateY(-1px); }
.contact-option:hover .contact-arrow { transform: translateX(3px) rotate(45deg); }
.contact-privacy { position: relative; z-index: 1; display: flex; align-items: flex-start; justify-content: center; gap: 8px; padding: 4px 3px 0; color: #697477; font-size: .64rem; line-height: 1.42; }
.contact-privacy .nav-feature-icon { width: 14px; height: 14px; flex: 0 0 auto; margin-top: 1px; color: #737d7f; }

/* Footer completo reproduzindo a composição aprovada */
.footer { padding: 68px 0 38px; background: #fdfefd; color: var(--ink); }
.footer .container { padding-top: 0; }
.footer-cta { position: relative; overflow: hidden; display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 44px; margin-bottom: 70px; padding: 44px 48px; border-radius: 12px; background: radial-gradient(circle at 80% 10%, rgba(88, 221, 214, .16), transparent 27%), linear-gradient(135deg, #063f43, #04353b 72%, #07383d); box-shadow: 0 18px 44px rgba(3, 24, 27, .14); color: #fff; }
.footer-cta::after { content: ""; position: absolute; right: -54px; bottom: -140px; width: 420px; height: 320px; border: 1px solid rgba(88, 221, 214, .12); border-radius: 50%; box-shadow: inset 0 0 0 42px rgba(88, 221, 214, .018), inset 0 0 0 84px rgba(88, 221, 214, .014); }
.footer-cta > * { position: relative; z-index: 1; }
.footer-cta-copy { display: grid; grid-template-columns: 72px minmax(0, 1fr); align-items: center; gap: 28px; }
.footer-cta-icon { width: 72px; height: 72px; display: grid; place-items: center; border-radius: 50%; background: rgba(255, 255, 255, .13); }
.footer-cta-icon .nav-feature-icon { width: 31px; height: 31px; }
.footer-cta h2 { max-width: 650px; margin: 0; color: #fff; font-size: clamp(1.45rem, 2.25vw, 2.2rem); line-height: 1.12; letter-spacing: -.035em; }
.footer-cta p { margin: 11px 0 0; color: rgba(255, 255, 255, .76); font-size: 1rem; }
.footer-cta-actions { display: flex; align-items: center; gap: 18px; }
.footer-cta-actions .btn { min-height: 60px; display: inline-flex; justify-content: center; gap: 11px; padding-inline: 28px; border-radius: 8px; white-space: nowrap; font-size: .98rem; }
.footer-demo-btn { border-color: #09a99f; background: #09a99f; color: #fff; box-shadow: 0 10px 24px rgba(0, 185, 173, .18); }
.footer-demo-btn:hover { border-color: #0bb9ae; background: #0bb9ae; color: #fff; }
.footer-whatsapp-btn { border: 1px solid rgba(255, 255, 255, .8); background: rgba(255, 255, 255, .03); color: #fff; }
.footer-whatsapp-btn:hover { border-color: #fff; background: rgba(255, 255, 255, .09); color: #fff; }
.footer-whatsapp-btn img { width: 27px; height: 27px; }
.footer-grid { display: grid; grid-template-columns: minmax(275px, 1.25fr) repeat(4, minmax(155px, .95fr)); gap: 0; margin-bottom: 42px; }
.footer-brand { padding: 6px 40px 0 0; border-right: 1px solid rgba(6, 30, 34, .12); }
.footer-brand img { width: 232px; filter: none; }
.footer-brand p { max-width: 300px; margin: 22px 0 0; color: #34494c; font-size: .98rem; line-height: 1.55; }
.footer-whatsapp-contact { display: flex; align-items: center; gap: 12px; max-width: 300px; margin-top: 22px; padding-top: 20px; border-top: 1px solid rgba(6, 30, 34, .1); color: #17383c; font-size: .88rem; }
.footer-whatsapp-contact:hover { color: var(--teal); }
.footer-whatsapp-contact img { width: 25px; height: 25px; }
.footer-whatsapp-contact b { font-weight: 760; }
.footer-trust { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.footer-trust .footer-trust-card { min-width: 74px; min-height: 74px; display: grid; place-items: center; align-content: center; gap: 7px; padding: 11px; border: 1px solid rgba(6, 30, 34, .12); border-radius: 10px; background: #fff; color: #17383c; }
.footer-trust .footer-trust-card--wide { min-width: 118px; grid-template-columns: 26px 1fr; text-align: left; }
.footer-trust .nav-feature-icon { width: 22px; height: 22px; color: #0a5658; }
.footer-trust small { color: #17383c; font-size: .69rem; line-height: 1.2; }
.footer-column { min-width: 0; padding: 4px 28px 0 36px; border-right: 1px solid rgba(6, 30, 34, .12); }
.footer-column:last-child { border-right: 0; }
.footer-column h3 { display: flex; align-items: center; gap: 14px; margin: 0 0 28px; color: var(--ink); font-size: 1rem; font-weight: 760; letter-spacing: 0; text-transform: none; }
.footer-section-icon { width: 44px; height: 44px; display: grid; place-items: center; flex: 0 0 auto; border: 1px solid rgba(6, 30, 34, .1); border-radius: 10px; background: var(--icon-bg); color: var(--icon-color); }
.footer-section-icon .nav-feature-icon { width: 22px; height: 22px; }
.footer-column a, .footer-column button { display: flex; align-items: center; width: fit-content; min-height: 0; margin: 0 0 20px; padding: 0; border: 0; background: transparent; color: #2c4145; font: inherit; font-size: .88rem; line-height: 1.35; text-align: left; cursor: pointer; }
.footer-column a:hover, .footer-column button:hover { color: var(--teal); }
.footer-column .footer-demo-link { gap: 16px; margin-top: 54px; padding-bottom: 5px; border-bottom: 1px dashed #0b9691; color: #0b817d; font-weight: 720; }
.footer-status-dot { width: 8px; height: 8px; display: inline-block; margin-left: 9px; border-radius: 50%; background: #1ebc67; box-shadow: 0 0 0 4px rgba(30, 188, 103, .08); }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding-top: 38px; border-top: 1px solid rgba(6, 30, 34, .16); color: #3e5154; font-size: .76rem; line-height: 1.7; }
.footer-security-note { display: flex; align-items: center; gap: 16px; color: #405356; line-height: 1.45; }
.footer-security-icon { width: 58px; height: 58px; display: grid; place-items: center; border: 1px solid rgba(11, 150, 145, .23); border-radius: 10px; background: #eaf6f3; color: #087b77; }
.footer-security-icon .nav-feature-icon { width: 26px; height: 26px; }
.lead-shell--contact { grid-template-columns: minmax(300px, .72fr) minmax(0, 1.28fr); }
.lead-dialog--contact .lead-context { background: radial-gradient(circle at 100% 0, rgba(85, 119, 190, .22), transparent 34%), linear-gradient(145deg, #061f24, #0b3a42); }

@media (max-width: 1180px) {
  .nav-mega { width: min(1020px, calc(100vw - 28px)); grid-template-columns: minmax(0, 1fr) 290px; }
  .footer-cta { grid-template-columns: 1fr; align-items: start; }
  .footer-grid { grid-template-columns: minmax(260px, 1.2fr) repeat(2, 1fr); row-gap: 48px; }
  .footer-brand { grid-row: span 2; }
  .footer-column:nth-child(3) { border-right: 0; }
}
@media (max-width: 860px) {
  .nav-mega { position: static; width: 100%; grid-template-columns: 1fr; gap: 0; margin: 7px 0 12px; padding: 9px; border-radius: 17px; background: #edf3ef; box-shadow: none; transform: none; backdrop-filter: none; }
  .nav-mega-main { padding: 9px; }
  .nav-mega-heading { align-items: flex-start; margin-bottom: 9px; }
  .nav-mega-heading h3 { font-size: 1rem; }
  .nav-mega .nav-mega-all { display: none; }
  .nav-mega-cards { grid-template-columns: 1fr; gap: 5px; }
  .nav-mega .nav-mega-card { min-height: 72px; grid-template-columns: 43px 1fr; padding: 9px; }
  .nav-mega .nav-mega-card > .nav-feature-icon { width: 42px; height: 42px; padding: 10px; }
  .nav-mega .nav-mega-card b { font-size: .86rem; }
  .nav-mega .nav-mega-card small { font-size: .72rem; }
  .nav-mega-feature { display: none; }
  .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-brand { grid-column: 1 / -1; grid-row: auto; padding-right: 0; padding-bottom: 38px; border-right: 0; border-bottom: 1px solid rgba(6, 30, 34, .12); }
  .footer-column { padding-left: 0; }
  .footer-column:nth-child(3) { border-right: 1px solid rgba(6, 30, 34, .12); }
  .footer-column:nth-child(odd) { border-right: 0; }
  .lead-shell--contact { grid-template-columns: 1fr; }
}
@media (max-width: 620px) {
  .contact-widget { --contact-width: min(268px, calc(100vw - 24px)); right: 10px; bottom: 6px; }
  .footer { padding-top: 42px; }
  .footer-cta { gap: 28px; margin-bottom: 48px; padding: 32px 22px; }
  .footer-cta-copy { grid-template-columns: 54px 1fr; gap: 16px; }
  .footer-cta-icon { width: 54px; height: 54px; }
  .footer-cta-actions { width: 100%; align-items: stretch; flex-direction: column; }
  .footer-cta-actions .btn { width: 100%; }
  .footer-grid { grid-template-columns: 1fr; gap: 34px; }
  .footer-column, .footer-column:nth-child(3), .footer-column:nth-child(odd) { padding: 0 0 26px; border-right: 0; border-bottom: 1px solid rgba(6, 30, 34, .1); }
  .footer-column:last-child { border-bottom: 0; }
  .footer-column .footer-demo-link { margin-top: 28px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
}
