:root {
  --ink: #061e22;
  --ink-soft: #10383b;
  --teal: #0b9691;
  --teal-bright: #28c7bf;
  --mint: #dff4ef;
  --cream: #f3f1e9;
  --paper: #fbfbf7;
  --white: #ffffff;
  --muted: #627174;
  --line: rgba(6, 30, 34, 0.11);
  --line-light: rgba(255, 255, 255, 0.13);
  --shadow-soft: 0 18px 55px rgba(6, 30, 34, 0.08);
  --shadow-deep: 0 32px 100px rgba(3, 24, 27, 0.2);
  --radius-sm: 16px;
  --radius: 26px;
  --radius-lg: 38px;
  --container: min(1280px, calc(100% - 48px));
}

/* CírculoVIP v1.3 — megamenu, footer e contato corporativo */
.nav-feature-icon {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.75;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.nav-mega {
  position: fixed;
  top: 82px;
  left: 50%;
  width: min(1080px, calc(100vw - 40px));
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 14px;
  padding: 14px;
  border: 1px solid rgba(6, 30, 34, 0.11);
  border-radius: 26px;
  background: rgba(251, 253, 250, 0.985);
  box-shadow: 0 34px 90px rgba(3, 24, 27, 0.21), 0 1px 0 rgba(255, 255, 255, 0.9) inset;
  transform: translateX(-50%);
  backdrop-filter: blur(22px);
}

.nav-mega-main { min-width: 0; padding: 18px 18px 16px; }
.nav-mega-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 28px; margin-bottom: 14px; }
.nav-mega-heading h3 { margin: 5px 0 0; color: var(--ink); font-size: 1rem; letter-spacing: -0.025em; }
.nav-mega .nav-mega-all {
  min-height: 0;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 7px;
  padding: 8px 0;
  border: 0;
  border-radius: 0;
  color: var(--teal);
  font-size: 0.68rem;
  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: 8px; }
.nav-mega .nav-mega-card {
  min-height: 84px;
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  padding: 12px;
  border: 1px solid transparent;
  border-radius: 16px;
  background: transparent;
  color: var(--ink);
  font: inherit;
  text-align: left;
  cursor: pointer;
}
.nav-mega .nav-mega-card > .nav-feature-icon { width: 42px; height: 42px; padding: 10px; border-radius: 13px; background: var(--icon-bg, #eaf6f3); color: var(--icon-color, var(--teal)); }
.nav-mega .nav-mega-card > span { display: grid; gap: 4px; }
.nav-mega .nav-mega-card b { color: var(--ink); font-size: 0.75rem; }
.nav-mega .nav-mega-card small { color: #718083; font-size: 0.65rem; font-weight: 560; line-height: 1.42; }
.nav-mega .nav-mega-card:hover { border-color: rgba(6, 30, 34, 0.08); background: #fff; box-shadow: 0 12px 32px rgba(6, 30, 34, 0.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: #ac7413; }
.tone-green { --icon-bg: #e9f5e8; --icon-color: #4f8e54; }

.nav-mega-feature {
  position: relative;
  overflow: hidden;
  min-height: 312px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 25px;
  border-radius: 20px;
  background: radial-gradient(circle at 100% 0, rgba(88, 221, 214, 0.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, 0.15); border-radius: 50%; box-shadow: inset 0 0 0 52px rgba(88, 221, 214, 0.025); }
.nav-feature-orbit { position: relative; z-index: 1; width: 46px; height: 46px; display: grid; place-items: center; margin-bottom: 28px; border: 1px solid rgba(255, 255, 255, 0.13); border-radius: 15px; background: rgba(255, 255, 255, 0.07); color: #58ddd6; }
.nav-mega-feature .nav-mega-kicker { margin: 0 0 8px; color: #58ddd6; }
.nav-mega-feature h3 { position: relative; z-index: 1; margin: 0; color: #fff; font-size: 1.25rem; line-height: 1.12; letter-spacing: -0.04em; }
.nav-mega-feature p:not(.nav-mega-kicker) { position: relative; z-index: 1; margin: 11px 0 20px; color: rgba(255, 255, 255, 0.65); font-size: 0.69rem; 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: 0.69rem;
  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: 18px; }
.nav-feature-proof span { padding: 5px 8px; border: 1px solid rgba(255, 255, 255, 0.11); border-radius: 999px; color: rgba(255, 255, 255, 0.68); font-size: 0.54rem; }

/* Acionador corporativo com o C metálico recortado do cartão Black */
.contact-widget { right: 22px; bottom: 22px; gap: 12px; }
.contact-fab {
  position: relative;
  overflow: hidden;
  width: 248px;
  min-height: 68px;
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr) 16px;
  align-items: center;
  gap: 11px;
  padding: 10px 13px 10px 10px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 17px;
  background: linear-gradient(135deg, #062f35, #08272d);
  text-align: left;
  box-shadow: 0 22px 58px rgba(3, 24, 27, 0.32);
}
.contact-fab::after { content: ""; position: absolute; inset: 0 0 auto; height: 2px; background: linear-gradient(90deg, #58ddd6, rgba(88, 221, 214, 0)); }
.contact-brand-mark { position: relative; overflow: hidden; width: 46px; height: 46px; display: block; border: 1px solid rgba(255, 255, 255, 0.13); border-radius: 13px; background: #050606; box-shadow: 0 8px 20px rgba(0, 0, 0, 0.28); }
.contact-brand-mark img { position: absolute; left: -535%; top: -295%; width: 718%; max-width: none; height: auto; }
.contact-fab-copy { min-width: 0; display: grid; gap: 3px; }
.contact-fab-copy b { color: #fff; font-size: 0.79rem; line-height: 1.1; }
.contact-fab-copy small { color: rgba(255, 255, 255, 0.55); font-size: 0.59rem; font-weight: 620; letter-spacing: 0.02em; }
.contact-fab .fab-chevron { width: 8px; height: 8px; margin: 4px 0 0; justify-self: end; transform: rotate(225deg); }
.contact-fab[aria-expanded="true"] .fab-chevron { transform: rotate(45deg); }

.contact-options { width: 354px; gap: 7px; padding: 12px; border-radius: 22px; }
.contact-options-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; padding: 8px 8px 12px; border-bottom: 1px solid rgba(6, 30, 34, 0.08); }
.contact-options-head p { margin: 0 0 5px; color: var(--teal); font-size: 0.57rem; font-weight: 850; letter-spacing: 0.1em; text-transform: uppercase; }
.contact-options-head h3 { max-width: 245px; margin: 0; color: var(--ink); font-size: 1rem; line-height: 1.18; letter-spacing: -0.03em; }
.contact-options-head > button { width: 31px; height: 31px; display: grid; place-items: center; flex: 0 0 auto; padding: 0; border: 1px solid var(--line); border-radius: 10px; background: #fff; color: var(--ink); cursor: pointer; }
.contact-option {
  min-height: 73px;
  grid-template-columns: 43px minmax(0, 1fr) 16px;
  gap: 12px;
  padding: 10px;
  border: 1px solid transparent;
  border-radius: 15px;
}
.contact-option > .nav-feature-icon { width: 42px; height: 42px; padding: 10px; border-radius: 13px; background: var(--icon-bg); color: var(--icon-color); }
.contact-option .contact-arrow { color: #849194; font-size: 0.9rem; transition: transform 160ms ease; }
.contact-option:hover .contact-arrow { color: var(--teal); transform: translateX(2px); }
.contact-option b { color: var(--ink); font-size: 0.73rem; }
.contact-option small { margin-top: 3px; color: #778588; font-size: 0.61rem; }

/* Rodapé institucional completo */
.footer { padding: 0 0 30px; background: linear-gradient(180deg, #f4f7f2, #eef2ed); }
.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: 58px;
  padding: 42px 44px;
  border-radius: 0 0 30px 30px;
  background: radial-gradient(circle at 85% 15%, rgba(88, 221, 214, 0.19), transparent 26%), linear-gradient(135deg, #061f24, #0a3a3e);
  box-shadow: 0 28px 70px rgba(3, 24, 27, 0.16);
  color: #fff;
}
.footer-cta::after { content: ""; position: absolute; right: -90px; bottom: -160px; width: 350px; height: 350px; border: 1px solid rgba(88, 221, 214, 0.12); border-radius: 50%; box-shadow: inset 0 0 0 72px rgba(88, 221, 214, 0.02); }
.footer-cta > * { position: relative; z-index: 1; }
.footer-cta .footer-kicker { color: #58ddd6; }
.footer-cta h2 { max-width: 700px; margin: 0; color: #fff; font-size: clamp(1.75rem, 3vw, 3rem); line-height: 1.05; letter-spacing: -0.055em; }
.footer-cta p:not(.footer-kicker) { margin: 12px 0 0; color: rgba(255, 255, 255, 0.62); font-size: 0.84rem; }
.footer-cta-actions { display: flex; align-items: center; gap: 9px; }
.footer-cta-actions .btn { min-height: 50px; gap: 9px; white-space: nowrap; }
.footer-cta-actions .nav-feature-icon { width: 18px; height: 18px; }
.footer-team-btn { border: 1px solid rgba(255, 255, 255, 0.18); background: rgba(255, 255, 255, 0.06); color: #fff; }
.footer-team-btn:hover { border-color: rgba(88, 221, 214, 0.4); background: rgba(88, 221, 214, 0.1); color: #fff; }
.footer-grid { grid-template-columns: minmax(220px, 1.55fr) repeat(4, minmax(112px, 0.8fr)); gap: 34px; }
.footer-contact { display: inline-grid; grid-template-columns: 34px 1fr; align-items: center; gap: 9px; margin-top: 18px; padding: 0; border: 0; background: transparent; color: var(--ink); text-align: left; cursor: pointer; }
.footer-contact > .nav-feature-icon { width: 34px; height: 34px; padding: 8px; border-radius: 10px; background: #e4f7f3; color: var(--teal); }
.footer-contact span { display: grid; gap: 2px; }
.footer-contact b { font-size: 0.68rem; }
.footer-contact small { color: #748285; font-size: 0.58rem; }
.footer-trust span { display: inline-flex; align-items: center; gap: 4px; }
.footer-trust .nav-feature-icon { width: 11px; height: 11px; }

.lead-shell--contact { grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1.28fr); }
.lead-dialog--contact .lead-context { background: radial-gradient(circle at 100% 0, rgba(85, 119, 190, 0.22), transparent 34%), linear-gradient(145deg, #061f24, #0b3a42); }

@media (max-width: 1160px) {
  .nav-mega { width: min(960px, calc(100vw - 28px)); grid-template-columns: minmax(0, 1fr) 275px; }
  .footer-grid { grid-template-columns: minmax(220px, 1.4fr) repeat(2, 1fr); }
  .footer-brand { grid-row: span 2; }
}

@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: 8px; }
  .nav-mega-heading { align-items: flex-start; margin-bottom: 8px; }
  .nav-mega-heading h3 { font-size: 0.84rem; }
  .nav-mega .nav-mega-all { display: none; }
  .nav-mega-cards { grid-template-columns: 1fr; gap: 4px; }
  .nav-mega .nav-mega-card { min-height: 64px; grid-template-columns: 39px 1fr; padding: 8px; }
  .nav-mega .nav-mega-card > .nav-feature-icon { width: 38px; height: 38px; padding: 9px; }
  .nav-mega-feature { display: none; }
  .footer-cta { grid-template-columns: 1fr; align-items: start; }
  .lead-shell--contact { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  .contact-widget { right: 12px; bottom: 12px; }
  .contact-fab { width: 224px; min-height: 62px; grid-template-columns: 42px minmax(0, 1fr) 14px; padding: 9px 12px 9px 9px; }
  .contact-brand-mark { width: 42px; height: 42px; }
  .contact-options { width: min(342px, calc(100vw - 24px)); }
  .footer-cta { gap: 25px; margin-bottom: 45px; padding: 34px 24px; border-radius: 0 0 24px 24px; }
  .footer-cta-actions { width: 100%; align-items: stretch; flex-direction: column; }
  .footer-cta-actions .btn { width: 100%; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .footer-brand { grid-column: auto; grid-row: auto; }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 90px;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Segoe UI Variable Display", "Segoe UI", ui-sans-serif, system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  letter-spacing: -0.012em;
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font: inherit;
}

:focus-visible {
  outline: 3px solid rgba(40, 199, 191, 0.42);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  z-index: 999;
  top: 10px;
  left: 10px;
  transform: translateY(-160%);
  padding: 10px 14px;
  border-radius: 12px;
  background: var(--white);
  box-shadow: var(--shadow-soft);
}

.skip-link:focus {
  transform: translateY(0);
}

.container {
  width: var(--container);
  margin-inline: auto;
}

.topbar {
  position: sticky;
  z-index: 100;
  top: 0;
  border-bottom: 1px solid rgba(6, 30, 34, 0.08);
  background: rgba(251, 251, 247, 0.9);
  box-shadow: 0 12px 35px rgba(6, 30, 34, 0.035);
  backdrop-filter: blur(20px);
}

.nav-shell {
  min-height: 82px;
  display: flex;
  align-items: center;
  gap: 36px;
}

.logo {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
}

.logo img {
  width: 178px;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-left: auto;
}

.nav-links a {
  position: relative;
  padding-block: 11px;
  font-size: 0.9rem;
  font-weight: 680;
}

.nav-links a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 4px;
  left: 0;
  height: 2px;
  transform: scaleX(0);
  border-radius: 999px;
  background: var(--teal);
  transition: transform 180ms ease;
}

.nav-links a:hover::after,
.nav-links a.active::after {
  transform: scaleX(1);
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.nav-login {
  padding: 11px 8px;
  font-size: 0.88rem;
  font-weight: 720;
}

.btn {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 13px 21px;
  border: 1px solid transparent;
  border-radius: 15px;
  cursor: pointer;
  font-weight: 760;
  line-height: 1.15;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, border-color 180ms ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  background: linear-gradient(135deg, #0b8f8a, #17aaa4);
  color: var(--white);
  box-shadow: 0 14px 32px rgba(11, 150, 145, 0.25), inset 0 1px rgba(255, 255, 255, 0.18);
}

.btn-primary:hover {
  box-shadow: 0 18px 42px rgba(11, 150, 145, 0.33);
}

.btn-outline {
  border-color: rgba(6, 30, 34, 0.2);
  background: rgba(255, 255, 255, 0.58);
  color: var(--ink);
}

.btn-light {
  background: var(--white);
  color: var(--ink);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
}

.btn-small {
  min-height: 44px;
  padding: 11px 16px;
  font-size: 0.86rem;
}

.menu-toggle {
  width: 46px;
  height: 46px;
  display: none;
  place-items: center;
  margin-left: auto;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.76);
  color: var(--ink);
  cursor: pointer;
}

.menu-toggle span,
.menu-toggle span::before,
.menu-toggle span::after {
  width: 20px;
  height: 2px;
  display: block;
  border-radius: 99px;
  background: currentColor;
  transition: transform 180ms ease, opacity 180ms ease, top 180ms ease;
}

.menu-toggle span {
  position: relative;
}

.menu-toggle span::before,
.menu-toggle span::after {
  content: "";
  position: absolute;
  left: 0;
}

.menu-toggle span::before { top: -6px; }
.menu-toggle span::after { top: 6px; }
.menu-open .menu-toggle span { background: transparent; }
.menu-open .menu-toggle span::before { top: 0; transform: rotate(45deg); }
.menu-open .menu-toggle span::after { top: 0; transform: rotate(-45deg); }

.soft-label {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 20px;
  padding: 8px 12px;
  border: 1px solid rgba(11, 150, 145, 0.16);
  border-radius: 999px;
  background: rgba(223, 244, 239, 0.72);
  color: #087b77;
  font-size: 0.75rem;
  font-weight: 820;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.soft-label::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--teal-bright);
  box-shadow: 0 0 0 5px rgba(40, 199, 191, 0.1);
}

.hero-premium {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 88% 13%, rgba(40, 199, 191, 0.13), transparent 27%),
    radial-gradient(circle at 7% 86%, rgba(11, 150, 145, 0.08), transparent 28%),
    linear-gradient(135deg, #f8f7f1, #eff5f2);
}

.hero-premium::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.55;
  background-image:
    linear-gradient(rgba(6, 30, 34, 0.032) 1px, transparent 1px),
    linear-gradient(90deg, rgba(6, 30, 34, 0.032) 1px, transparent 1px);
  background-size: 58px 58px;
  mask-image: linear-gradient(to bottom, #000, transparent 92%);
}

.hero-layout {
  min-height: 720px;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(600px, 1.08fr);
  align-items: center;
  gap: 70px;
  padding-block: 76px 88px;
}

.hero-copy,
.hero-art {
  position: relative;
  z-index: 1;
}

.hero-copy h1,
.page-intro h1 {
  margin: 0;
  letter-spacing: -0.057em;
  line-height: 0.98;
  font-size: clamp(3.1rem, 4.7vw, 4.85rem);
  font-weight: 780;
}

.hero-copy h1 {
  max-width: 690px;
}

.accent-word {
  position: relative;
  display: inline-block;
  color: var(--teal);
}

.accent-word::after {
  content: "";
  position: absolute;
  right: 2px;
  bottom: -5px;
  left: 2px;
  height: 8px;
  border-radius: 99px;
  background: rgba(40, 199, 191, 0.18);
  transform: rotate(-1deg);
}

.hero-copy > p:not(.soft-label) {
  max-width: 620px;
  margin: 27px 0 0;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.75;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.micro-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  margin-top: 30px;
  color: #526669;
  font-size: 0.86rem;
  font-weight: 620;
}

.micro-proof span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.micro-proof span::before {
  content: "✓";
  width: 19px;
  height: 19px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #d9efea;
  color: #087d79;
  font-size: 0.68rem;
  font-weight: 900;
}

.product-sculpture {
  position: relative;
  min-height: 570px;
}

.orbit {
  position: absolute;
  top: 1%;
  right: -4%;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(11, 150, 145, 0.14);
  border-radius: 50%;
}

.orbit::before,
.orbit::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(11, 150, 145, 0.11);
  border-radius: 50%;
}

.orbit::before { inset: 54px; }
.orbit::after { inset: 115px; }

.screen-card {
  position: absolute;
  overflow: hidden;
  border: 1px solid rgba(6, 30, 34, 0.09);
  background: var(--white);
  box-shadow: var(--shadow-deep);
}

.screen-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top left;
}

.screen-card.main {
  z-index: 2;
  top: 30px;
  right: 0;
  width: 91%;
  height: 440px;
  border-radius: 28px;
  transform: rotate(1deg);
}

.screen-card.float-left {
  z-index: 3;
  bottom: 30px;
  left: -15px;
  width: 48%;
  height: 235px;
  border-radius: 22px;
  transform: rotate(-2deg);
}

.screen-card.float-right {
  z-index: 4;
  right: -4px;
  bottom: 8px;
  width: 43%;
  height: 190px;
  border-radius: 22px;
  transform: rotate(2deg);
}

.floating-note {
  position: absolute;
  z-index: 5;
  top: 2px;
  left: 7%;
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 10px;
  align-items: center;
  padding: 12px 15px;
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 18px 45px rgba(6, 30, 34, 0.13);
  backdrop-filter: blur(15px);
}

.floating-note b,
.floating-note small {
  display: block;
}

.floating-note b {
  font-size: 0.84rem;
}

.floating-note small {
  margin-top: 1px;
  color: var(--muted);
  font-size: 0.72rem;
}

.note-icon {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: #dff4ef;
  color: var(--teal);
  font-weight: 900;
}

.trust-ribbon {
  position: relative;
  z-index: 3;
  margin-top: -22px;
}

.trust-ribbon-inner {
  display: grid;
  grid-template-columns: 1.1fr repeat(3, 1fr);
  overflow: hidden;
  border: 1px solid rgba(6, 30, 34, 0.08);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--shadow-soft);
}

.ribbon-intro,
.ribbon-item {
  min-height: 108px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 22px 25px;
}

.ribbon-intro {
  background: var(--ink);
  color: var(--white);
}

.ribbon-intro b {
  font-size: 1.02rem;
}

.ribbon-intro span {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.8rem;
}

.ribbon-item {
  border-left: 1px solid var(--line);
}

.ribbon-item b {
  font-size: 0.92rem;
}

.ribbon-item span {
  margin-top: 3px;
  color: var(--muted);
  font-size: 0.78rem;
}

.section {
  padding-block: 112px;
}

.section-soft {
  background:
    radial-gradient(circle at 90% 0%, rgba(40, 199, 191, 0.08), transparent 26%),
    linear-gradient(180deg, #f0f6f3, #f8faf8);
}

.section-heading {
  max-width: 760px;
  margin-bottom: 48px;
}

.section-heading.center {
  margin-inline: auto;
  text-align: center;
}

.section-heading .kicker,
.kicker {
  margin: 0 0 14px;
  color: var(--teal);
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.section-heading h2,
.story-copy h2,
.final-cta h2 {
  margin: 0;
  letter-spacing: -0.045em;
  line-height: 1.08;
  font-size: clamp(2.25rem, 3.4vw, 3.45rem);
  font-weight: 760;
}

.section-heading > p:last-child {
  max-width: 650px;
  margin: 20px 0 0;
  color: var(--muted);
}

.section-heading.center > p:last-child {
  margin-inline: auto;
}

.bento-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 20px;
}

.bento-card {
  position: relative;
  min-height: 290px;
  overflow: hidden;
  border: 1px solid rgba(6, 30, 34, 0.09);
  border-radius: 30px;
  background: linear-gradient(150deg, #ffffff, #f7faf8);
  box-shadow: 0 20px 60px rgba(6, 30, 34, 0.065);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.bento-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 72px rgba(6, 30, 34, 0.1);
}

.bento-card.span-7 { grid-column: span 7; }
.bento-card.span-5 { grid-column: span 5; }
.bento-card.span-4 { grid-column: span 4; }
.bento-card.span-8 { grid-column: span 8; }

.bento-copy {
  position: relative;
  z-index: 2;
  padding: 30px;
}

.bento-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  margin-bottom: 30px;
  border: 1px solid rgba(11, 150, 145, 0.13);
  border-radius: 15px;
  background: linear-gradient(145deg, #e5f6f2, #d8eeea);
  color: #087e79;
  font-weight: 850;
}

.bento-card h3 {
  max-width: 430px;
  margin: 0;
  letter-spacing: -0.035em;
  line-height: 1.12;
  font-size: 1.42rem;
}

.bento-card p {
  max-width: 440px;
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.bento-visual {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 53%;
  height: 82%;
  overflow: hidden;
  border: 1px solid rgba(6, 30, 34, 0.08);
  border-width: 1px 0 0 1px;
  border-radius: 22px 0 0 0;
  background: #edf3f1;
  box-shadow: -18px -16px 45px rgba(6, 30, 34, 0.07);
}

.bento-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top left;
}

.bento-card.visual-card .bento-copy {
  max-width: 47%;
}

.bento-card.dark {
  border-color: rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at 100% 0%, rgba(40, 199, 191, 0.19), transparent 30%),
    linear-gradient(150deg, #061e22, #0a373a);
  color: var(--white);
}

.bento-card.dark p {
  color: rgba(255, 255, 255, 0.64);
}

.bento-card.dark .bento-icon {
  border-color: rgba(255, 255, 255, 0.13);
  background: rgba(255, 255, 255, 0.08);
  color: #6ee6df;
}

.chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
}

.chip {
  display: inline-flex;
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.73rem;
  font-weight: 700;
}

.dark-story {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 88% 18%, rgba(40, 199, 191, 0.16), transparent 28%),
    linear-gradient(135deg, #03171b, #082e32);
  color: var(--white);
}

.dark-story::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.42;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 62px 62px;
}

.story-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 76px;
  align-items: center;
}

.story-copy .kicker {
  color: #51d9d2;
}

.story-copy > p:not(.kicker) {
  max-width: 560px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.66);
}

.story-list {
  display: grid;
  gap: 18px;
  margin-top: 30px;
}

.story-item {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 14px;
  align-items: start;
}

.story-item .num {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.06);
  color: #56ddd6;
  font-weight: 800;
}

.story-item b,
.story-item span {
  display: block;
}

.story-item span {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.85rem;
}

.story-screen {
  position: relative;
  min-height: 520px;
}

.story-screen .screen-card.main {
  top: 0;
  width: 96%;
  height: 440px;
  transform: none;
}

.story-screen .screen-card.float-left {
  right: 8%;
  bottom: 0;
  left: auto;
  width: 49%;
  height: 205px;
  transform: none;
}

.journey {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin-top: 52px;
}

.journey-step {
  position: relative;
  padding: 30px 24px;
  border-top: 1px solid rgba(6, 30, 34, 0.18);
}

.journey-step::before {
  content: "";
  position: absolute;
  top: -7px;
  left: 24px;
  width: 13px;
  height: 13px;
  border: 3px solid var(--paper);
  border-radius: 50%;
  background: var(--teal);
  box-shadow: 0 0 0 1px rgba(11, 150, 145, 0.22);
}

.journey-step small,
.journey-step b,
.journey-step span {
  display: block;
}

.journey-step small {
  margin-bottom: 10px;
  color: var(--teal);
  font-size: 0.7rem;
  font-weight: 820;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.journey-step b {
  font-size: 1.05rem;
}

.journey-step span {
  margin-top: 8px;
  color: var(--muted);
  font-size: 0.84rem;
}

.plans-preview {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  align-items: stretch;
}

.plan-card {
  position: relative;
  min-height: 560px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: 32px;
  border: 1px solid rgba(6, 30, 34, 0.1);
  border-radius: 30px;
  background:
    radial-gradient(circle at 100% 0%, rgba(40, 199, 191, 0.09), transparent 26%),
    linear-gradient(150deg, #ffffff, #f7faf8);
  box-shadow: 0 22px 65px rgba(6, 30, 34, 0.08);
}

.plan-card.featured {
  transform: translateY(-12px);
  border-color: rgba(57, 211, 203, 0.38);
  background:
    radial-gradient(circle at 100% 0%, rgba(40, 199, 191, 0.23), transparent 29%),
    linear-gradient(150deg, #041c20, #093a3d);
  color: var(--white);
  box-shadow: 0 34px 90px rgba(3, 24, 27, 0.24);
}

.plan-card::before {
  content: "";
  position: absolute;
  top: 0;
  right: 32px;
  left: 32px;
  height: 3px;
  border-radius: 0 0 99px 99px;
  background: linear-gradient(90deg, transparent, rgba(11, 150, 145, 0.65), transparent);
}

.plan-card.featured::before {
  background: linear-gradient(90deg, transparent, #5be2db, transparent);
}

.plan-tier {
  margin: 0 0 8px;
  color: var(--teal);
  font-size: 0.7rem;
  font-weight: 850;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.featured .plan-tier {
  color: #57ded7;
}

.plan-card h3 {
  margin: 0;
  letter-spacing: -0.04em;
  font-size: 1.55rem;
}

.plan-desc {
  min-height: 54px;
  margin: 11px 0 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.featured .plan-desc {
  color: rgba(255, 255, 255, 0.63);
}

.plan-price {
  display: flex;
  align-items: baseline;
  gap: 6px;
  margin: 28px 0 24px;
  color: var(--teal);
}

.plan-price strong {
  letter-spacing: -0.06em;
  line-height: 1;
  font-size: 3rem;
}

.plan-price span {
  font-size: 0.83rem;
}

.featured .plan-price {
  color: #52ded7;
}

.plan-list {
  display: grid;
  gap: 11px;
  margin: 0 0 28px;
  padding: 24px 0 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.featured .plan-list {
  border-color: rgba(255, 255, 255, 0.12);
}

.plan-list li {
  position: relative;
  padding-left: 29px;
  color: #405255;
  font-size: 0.87rem;
}

.featured .plan-list li {
  color: rgba(255, 255, 255, 0.84);
}

.plan-list li::before {
  content: "✓";
  position: absolute;
  top: 1px;
  left: 0;
  width: 18px;
  height: 18px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #ddf2ee;
  color: #087b77;
  font-size: 0.65rem;
  font-weight: 900;
}

.featured .plan-list li::before {
  background: rgba(82, 222, 215, 0.13);
  color: #56ddd6;
}

.plan-card .btn {
  width: 100%;
  margin-top: auto;
}

.popular {
  position: absolute;
  top: 24px;
  right: 24px;
  padding: 7px 10px;
  border-radius: 99px;
  background: #0da09a;
  color: var(--white);
  box-shadow: 0 10px 24px rgba(11, 150, 145, 0.25);
  font-size: 0.68rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.page-hero {
  position: relative;
  overflow: hidden;
  padding-block: 90px 76px;
  background:
    radial-gradient(circle at 84% 10%, rgba(40, 199, 191, 0.13), transparent 27%),
    linear-gradient(135deg, #f7f6ef, #eff5f2);
}

.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.45;
  background-image:
    linear-gradient(rgba(6, 30, 34, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(6, 30, 34, 0.03) 1px, transparent 1px);
  background-size: 58px 58px;
}

.page-intro {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 64px;
  align-items: center;
}

.page-intro h1 {
  max-width: 760px;
  font-size: clamp(2.8rem, 4.2vw, 4.35rem);
}

.page-intro-copy > p:not(.soft-label) {
  max-width: 650px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 1.03rem;
}

.page-visual {
  min-height: 440px;
  position: relative;
}

.page-visual .screen-card.main {
  top: 0;
  width: 100%;
  height: 410px;
  transform: none;
}

.page-visual .floating-note {
  top: auto;
  bottom: 2px;
  left: -18px;
}

.capability-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.capability-card {
  position: relative;
  min-height: 265px;
  overflow: hidden;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 26px;
  background: linear-gradient(145deg, #ffffff, #f8faf8);
  box-shadow: var(--shadow-soft);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.capability-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 28px 70px rgba(6, 30, 34, 0.1);
}

.capability-card::after {
  content: "";
  position: absolute;
  top: -75px;
  right: -75px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: rgba(40, 199, 191, 0.055);
}

.capability-card h3 {
  margin: 26px 0 0;
  letter-spacing: -0.035em;
  font-size: 1.24rem;
}

.capability-card p {
  margin: 11px 0 0;
  color: var(--muted);
  font-size: 0.88rem;
}

.cap-number {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(11, 150, 145, 0.14);
  border-radius: 15px;
  background: #e0f3ef;
  color: var(--teal);
  font-weight: 850;
}

.showcase-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.showcase-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 30px;
  background: var(--white);
  box-shadow: var(--shadow-soft);
}

.showcase-image {
  height: 350px;
  overflow: hidden;
  background: #edf3f1;
}

.showcase-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top left;
  transition: transform 260ms ease;
}

.showcase-card:hover img {
  transform: scale(1.018);
}

.showcase-copy {
  padding: 24px 27px 27px;
}

.showcase-copy h3 {
  margin: 0;
  letter-spacing: -0.03em;
  font-size: 1.2rem;
}

.showcase-copy p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 0.88rem;
}

.comparison-shell {
  overflow-x: auto;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: var(--shadow-soft);
}

.comparison-table {
  width: 100%;
  min-width: 820px;
  border-collapse: separate;
  border-spacing: 0;
}

.comparison-table th,
.comparison-table td {
  padding: 18px 20px;
  border-bottom: 1px solid rgba(6, 30, 34, 0.075);
  text-align: center;
}

.comparison-table th:first-child,
.comparison-table td:first-child {
  text-align: left;
}

.comparison-table thead th {
  padding-block: 22px;
  background: #eef5f3;
}

.comparison-table thead th:first-child { border-radius: 18px 0 0 18px; }
.comparison-table thead th:last-child { border-radius: 0 18px 18px 0; }
.comparison-table thead th:nth-child(3),
.comparison-table tbody tr:not(.group-row) td:nth-child(3) { background: rgba(11, 150, 145, 0.06); }

.table-plan,
.table-price {
  display: block;
}

.table-plan {
  font-size: 1rem;
  font-weight: 820;
}

.table-price {
  margin-top: 3px;
  color: var(--teal);
  font-size: 0.74rem;
  font-weight: 760;
}

.group-row th {
  padding: 13px 20px;
  border-bottom: 0;
  background: var(--ink);
  color: var(--white);
  font-size: 0.7rem;
  letter-spacing: 0.12em;
  text-align: left;
  text-transform: uppercase;
}

.comparison-table tbody td:first-child {
  font-weight: 700;
}

.faq {
  display: grid;
  gap: 12px;
  max-width: 900px;
  margin-inline: auto;
}

.faq details {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 10px 28px rgba(6, 30, 34, 0.04);
}

.faq summary {
  position: relative;
  padding: 21px 58px 21px 23px;
  cursor: pointer;
  font-weight: 740;
  list-style: none;
}

.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 23px;
  transform: translateY(-50%);
  color: var(--teal);
  font-size: 1.35rem;
}

.faq details[open] summary::after { content: "−"; }

.faq-answer {
  padding: 0 23px 22px;
  color: var(--muted);
  font-size: 0.9rem;
}

.final-cta {
  position: relative;
  overflow: hidden;
  padding: 54px;
  border: 1px solid rgba(80, 222, 214, 0.14);
  border-radius: 36px;
  background:
    radial-gradient(circle at 100% 0%, rgba(40, 199, 191, 0.28), transparent 32%),
    linear-gradient(135deg, #041b20, #093a3d);
  color: var(--white);
  box-shadow: var(--shadow-deep);
}

.final-cta-inner {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 34px;
  align-items: center;
}

.final-cta p {
  max-width: 660px;
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.62);
}

.final-cta .hero-actions {
  margin-top: 0;
}

.footer {
  padding: 74px 0 28px;
  background:
    radial-gradient(circle at 18% 0%, rgba(40, 199, 191, 0.11), transparent 25%),
    #031619;
  color: rgba(255, 255, 255, 0.62);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.35fr repeat(3, 1fr);
  gap: 50px;
}

.footer-brand img {
  width: 190px;
  filter: brightness(0) invert(1);
}

.footer-brand p {
  max-width: 370px;
  margin: 20px 0 0;
  font-size: 0.9rem;
}

.footer-column h3 {
  margin: 0 0 13px;
  color: var(--white);
  font-size: 0.9rem;
}

.footer-column a {
  display: block;
  padding-block: 5px;
  font-size: 0.86rem;
}

.footer-column a:hover {
  color: #58ddd6;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 22px;
  margin-top: 52px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.78rem;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms ease, transform 520ms ease;
}

.reveal.visible {
  opacity: 1;
  transform: none;
}

/* Componentes premium para páginas internas */
.editorial-rule {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 28px 0 0;
  color: var(--muted);
  font-size: 0.82rem;
}

.editorial-rule::before {
  content: "";
  width: 44px;
  height: 1px;
  background: rgba(6, 30, 34, 0.25);
}

.plan-symbol {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  margin-bottom: 26px;
  border: 1px solid rgba(11, 150, 145, 0.15);
  border-radius: 16px;
  background: linear-gradient(145deg, #e3f5f1, #d7ece8);
  color: var(--teal);
  font-weight: 850;
}

.featured .plan-symbol {
  border-color: rgba(86, 221, 214, 0.17);
  background: rgba(86, 221, 214, 0.1);
  color: #5ee5de;
}

.plan-best-for {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 11px;
  align-items: center;
  margin: 0 0 24px;
  padding: 13px 14px;
  border: 1px solid rgba(6, 30, 34, 0.075);
  border-radius: 15px;
  background: rgba(223, 244, 239, 0.48);
}

.featured .plan-best-for {
  border-color: rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.055);
}

.plan-best-for .mini-symbol {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 11px;
  background: rgba(11, 150, 145, 0.1);
  color: var(--teal);
  font-size: 0.75rem;
  font-weight: 850;
}

.featured .plan-best-for .mini-symbol {
  background: rgba(86, 221, 214, 0.11);
  color: #59ddd6;
}

.plan-best-for small,
.plan-best-for b {
  display: block;
}

.plan-best-for small {
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 760;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.featured .plan-best-for small {
  color: rgba(255, 255, 255, 0.48);
}

.plan-best-for b {
  margin-top: 1px;
  font-size: 0.8rem;
}

.plan-actions {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 9px;
  margin-top: auto;
}

.plan-actions .btn {
  margin-top: 0;
}

.detail-button {
  min-width: 52px;
  padding-inline: 16px;
  border-color: rgba(6, 30, 34, 0.14);
  background: transparent;
  color: var(--ink);
}

.featured .detail-button {
  border-color: rgba(255, 255, 255, 0.16);
  color: var(--white);
}

.fit-finder {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 48px;
  padding: 48px;
  border: 1px solid rgba(70, 216, 208, 0.14);
  border-radius: 34px;
  background:
    radial-gradient(circle at 100% 0%, rgba(40, 199, 191, 0.24), transparent 33%),
    linear-gradient(135deg, #041a1f, #0a3538);
  color: var(--white);
  box-shadow: var(--shadow-deep);
}

.fit-finder h2 {
  margin: 0;
  letter-spacing: -0.04em;
  line-height: 1.08;
  font-size: clamp(2rem, 3vw, 3rem);
}

.fit-finder-copy > p:not(.kicker) {
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.6);
}

.fit-choices {
  display: grid;
  gap: 10px;
  margin-top: 27px;
}

.fit-choice {
  display: grid;
  grid-template-columns: 38px 1fr auto;
  align-items: center;
  gap: 12px;
  padding: 13px 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.045);
  color: var(--white);
  text-align: left;
  cursor: pointer;
  transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.fit-choice:hover,
.fit-choice.active {
  transform: translateX(4px);
  border-color: rgba(79, 221, 213, 0.43);
  background: rgba(79, 221, 213, 0.1);
}

.fit-choice .fit-icon {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.08);
  color: #58ddd6;
  font-size: 0.76rem;
  font-weight: 850;
}

.fit-choice b,
.fit-choice small {
  display: block;
}

.fit-choice b { font-size: 0.85rem; }
.fit-choice small { margin-top: 2px; color: rgba(255, 255, 255, 0.48); font-size: 0.71rem; }
.fit-choice .arrow { color: #56ddd6; }

.fit-result {
  position: relative;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 38px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(14px);
}

.fit-result::after {
  content: "";
  position: absolute;
  right: 28px;
  bottom: 28px;
  width: 120px;
  height: 120px;
  border: 1px solid rgba(86, 221, 214, 0.17);
  border-radius: 50%;
  box-shadow: inset 0 0 0 30px rgba(86, 221, 214, 0.035);
}

.fit-result-label {
  color: #5be0d9;
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.fit-result h3 {
  max-width: 460px;
  margin: 20px 0 0;
  letter-spacing: -0.04em;
  line-height: 1.08;
  font-size: 2rem;
}

.fit-result p {
  max-width: 490px;
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.58);
}

.fit-result-plan {
  position: relative;
  z-index: 1;
  align-self: flex-start;
  margin-top: 34px;
  padding: 9px 13px;
  border-radius: 999px;
  background: #53ddd6;
  color: var(--ink);
  font-size: 0.76rem;
  font-weight: 850;
}

.comparison-area {
  position: relative;
}

.comparison-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 17px;
}

.comparison-toolbar p {
  margin: 0;
  color: var(--muted);
  font-size: 0.82rem;
}

.comparison-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.comparison-pills button {
  padding: 8px 11px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.75);
  color: var(--muted);
  font-size: 0.75rem;
  font-weight: 740;
  cursor: pointer;
}

.comparison-pills button.active {
  border-color: rgba(11, 150, 145, 0.3);
  background: var(--mint);
  color: var(--teal);
}

.comparison-area .comparison-table thead th:nth-child(3),
.comparison-area .comparison-table tbody tr:not(.group-row) td:nth-child(3) {
  background: transparent;
}

.comparison-area[data-focus="1"] .comparison-table thead th:nth-child(2),
.comparison-area[data-focus="1"] .comparison-table tbody tr:not(.group-row) td:nth-child(2),
.comparison-area[data-focus="2"] .comparison-table thead th:nth-child(3),
.comparison-area[data-focus="2"] .comparison-table tbody tr:not(.group-row) td:nth-child(3),
.comparison-area[data-focus="3"] .comparison-table thead th:nth-child(4),
.comparison-area[data-focus="3"] .comparison-table tbody tr:not(.group-row) td:nth-child(4) {
  background: rgba(11, 150, 145, 0.07);
}

dialog.premium-modal {
  width: min(920px, calc(100% - 32px));
  max-height: min(820px, calc(100vh - 40px));
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(6, 30, 34, 0.12);
  border-radius: 30px;
  background: var(--paper);
  color: var(--ink);
  box-shadow: 0 40px 140px rgba(3, 24, 27, 0.35);
}

dialog.premium-modal::backdrop {
  background: rgba(3, 20, 23, 0.64);
  backdrop-filter: blur(8px);
}

.modal-shell {
  max-height: min(820px, calc(100vh - 40px));
  overflow-y: auto;
}

.modal-header {
  position: sticky;
  z-index: 2;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 22px 26px;
  border-bottom: 1px solid var(--line);
  background: rgba(251, 251, 247, 0.92);
  backdrop-filter: blur(16px);
}

.modal-header b,
.modal-header small {
  display: block;
}

.modal-header b {
  font-size: 1rem;
}

.modal-header small {
  margin-top: 2px;
  color: var(--muted);
  font-size: 0.76rem;
}

.modal-close {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 13px;
  background: var(--white);
  color: var(--ink);
  cursor: pointer;
  font-size: 1.2rem;
}

.modal-body {
  padding: 30px;
}

.modal-hero {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 24px;
  align-items: stretch;
}

.modal-summary {
  padding: 27px;
  border-radius: 23px;
  background:
    radial-gradient(circle at 100% 0%, rgba(40, 199, 191, 0.19), transparent 31%),
    linear-gradient(145deg, #051d21, #0a3a3d);
  color: var(--white);
}

.modal-summary h3 {
  margin: 18px 0 0;
  letter-spacing: -0.04em;
  font-size: 1.65rem;
}

.modal-summary p {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.84rem;
}

.modal-price {
  display: flex;
  align-items: baseline;
  gap: 5px;
  margin-top: 27px;
  color: #58ddd6;
}

.modal-price strong {
  letter-spacing: -0.05em;
  font-size: 2.5rem;
}

.modal-feature-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.modal-feature {
  padding: 17px;
  border: 1px solid var(--line);
  border-radius: 17px;
  background: var(--white);
}

.modal-feature b,
.modal-feature span {
  display: block;
}

.modal-feature b {
  font-size: 0.82rem;
}

.modal-feature span {
  margin-top: 4px;
  color: var(--muted);
  font-size: 0.75rem;
}

.modal-footer {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  padding: 0 30px 30px;
}

.product-explorer {
  display: grid;
  grid-template-columns: 320px minmax(0, 1fr);
  gap: 24px;
  align-items: stretch;
}

.explorer-rail {
  display: grid;
  align-content: start;
  gap: 10px;
}

.explorer-tab {
  display: grid;
  grid-template-columns: 44px 1fr auto;
  align-items: center;
  gap: 12px;
  padding: 15px;
  border: 1px solid var(--line);
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.76);
  color: var(--ink);
  text-align: left;
  cursor: pointer;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

.explorer-tab:hover,
.explorer-tab.active {
  transform: translateX(4px);
  border-color: rgba(11, 150, 145, 0.33);
  background: var(--ink);
  color: var(--white);
}

.explorer-tab .explorer-num {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 13px;
  background: var(--mint);
  color: var(--teal);
  font-size: 0.76rem;
  font-weight: 850;
}

.explorer-tab b,
.explorer-tab small {
  display: block;
}

.explorer-tab b { font-size: 0.86rem; }
.explorer-tab small { margin-top: 2px; color: var(--muted); font-size: 0.71rem; }
.explorer-tab.active small,
.explorer-tab:hover small { color: rgba(255, 255, 255, 0.5); }

.explorer-stage {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 30px;
  background: var(--white);
  box-shadow: var(--shadow-soft);
}

.explorer-image {
  height: 465px;
  overflow: hidden;
  background: #eaf1ef;
}

.explorer-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top left;
  transition: opacity 160ms ease;
}

.explorer-caption {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 22px;
  align-items: center;
  padding: 24px 27px;
}

.explorer-caption h3 {
  margin: 0;
  letter-spacing: -0.035em;
  font-size: 1.22rem;
}

.explorer-caption p {
  max-width: 630px;
  margin: 6px 0 0;
  color: var(--muted);
  font-size: 0.82rem;
}

.explorer-tag {
  padding: 8px 11px;
  border-radius: 999px;
  background: var(--mint);
  color: var(--teal);
  font-size: 0.72rem;
  font-weight: 800;
}

.sector-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.sector-card {
  position: relative;
  min-height: 245px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 20px;
  padding: 29px;
  border: 1px solid var(--line);
  border-radius: 27px;
  background: linear-gradient(145deg, #ffffff, #f7faf8);
  box-shadow: var(--shadow-soft);
  transition: transform 200ms ease, box-shadow 200ms ease;
}

.sector-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 28px 75px rgba(6, 30, 34, 0.11);
}

.sector-card::after {
  content: "";
  position: absolute;
  right: -60px;
  bottom: -80px;
  width: 190px;
  height: 190px;
  border: 1px solid rgba(11, 150, 145, 0.09);
  border-radius: 50%;
  box-shadow: inset 0 0 0 38px rgba(40, 199, 191, 0.025);
}

.sector-index {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(11, 150, 145, 0.13);
  border-radius: 18px;
  background: var(--mint);
  color: var(--teal);
  font-weight: 850;
}

.sector-card h3 {
  margin: 3px 0 0;
  letter-spacing: -0.035em;
  font-size: 1.3rem;
}

.sector-card p {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 0.86rem;
}

.sector-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 20px;
}

.sector-tags span {
  padding: 6px 9px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.7);
  color: #53676a;
  font-size: 0.68rem;
  font-weight: 700;
}

.security-console {
  position: relative;
  min-height: 470px;
  overflow: hidden;
  padding: 34px;
  border: 1px solid rgba(78, 221, 213, 0.14);
  border-radius: 34px;
  background:
    radial-gradient(circle at 78% 25%, rgba(40, 199, 191, 0.18), transparent 30%),
    linear-gradient(145deg, #041a1f, #093538);
  color: var(--white);
  box-shadow: var(--shadow-deep);
}

.security-rings {
  position: absolute;
  top: 50%;
  right: 7%;
  width: 350px;
  height: 350px;
  transform: translateY(-50%);
  border: 1px solid rgba(86, 221, 214, 0.2);
  border-radius: 50%;
}

.security-rings::before,
.security-rings::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(86, 221, 214, 0.16);
  border-radius: 50%;
}

.security-rings::before { inset: 54px; }
.security-rings::after { inset: 112px; background: rgba(86, 221, 214, 0.07); }

.security-badge-center {
  position: absolute;
  z-index: 2;
  top: 50%;
  right: calc(7% + 128px);
  transform: translateY(-50%);
  color: #5ce1da;
  font-size: 1.2rem;
  font-weight: 900;
}

.security-copy {
  position: relative;
  z-index: 2;
  max-width: 52%;
}

.security-copy h2 {
  margin: 0;
  letter-spacing: -0.045em;
  line-height: 1.06;
  font-size: clamp(2.2rem, 3.4vw, 3.35rem);
}

.security-copy > p {
  margin: 17px 0 0;
  color: rgba(255, 255, 255, 0.59);
}

.control-pills {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 9px;
  margin-top: 27px;
}

.control-pill {
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.76rem;
  font-weight: 680;
}

.support-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 22px;
}

.support-card {
  position: relative;
  min-height: 280px;
  overflow: hidden;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: linear-gradient(145deg, #ffffff, #f7faf8);
  box-shadow: var(--shadow-soft);
}

.support-card.large {
  min-height: 585px;
  grid-row: span 2;
  padding-bottom: 300px;
}

.support-card.dark {
  border-color: rgba(255, 255, 255, 0.09);
  background:
    radial-gradient(circle at 100% 0%, rgba(40, 199, 191, 0.2), transparent 28%),
    linear-gradient(145deg, #041a1f, #09383b);
  color: var(--white);
}

.support-card h3 {
  max-width: 400px;
  margin: 0;
  letter-spacing: -0.037em;
  line-height: 1.12;
  font-size: 1.45rem;
}

.support-card p {
  max-width: 440px;
  margin: 11px 0 0;
  color: var(--muted);
  font-size: 0.85rem;
}

.support-card.dark p {
  color: rgba(255, 255, 255, 0.58);
}

.support-screen {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 40px;
  height: 275px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-width: 1px 0 0 1px;
  border-radius: 24px 0 0 0;
  background: #edf3f1;
  box-shadow: -18px -20px 55px rgba(6, 30, 34, 0.08);
}

.support-screen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top left;
}

.status-line {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-top: 23px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.78rem;
}

.status-line::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #52ddd6;
  box-shadow: 0 0 0 6px rgba(82, 221, 214, 0.1);
}

/* Planos como passaportes de produto */
.plan-card.plan-passport {
  min-height: 740px;
  padding: 28px;
}

.plan-card.plan-passport.compact-passport {
  min-height: 620px;
}

.compact-passport .plan-list {
  margin-bottom: 18px;
}

.plan-card.recommended {
  border-color: rgba(11, 150, 145, 0.52);
  box-shadow: 0 0 0 5px rgba(40, 199, 191, 0.09), 0 32px 90px rgba(6, 30, 34, 0.16);
}

.plan-card.recommended::after {
  content: "Recomendado para você";
  position: absolute;
  z-index: 2;
  top: 22px;
  right: 22px;
  padding: 7px 10px;
  border-radius: 999px;
  background: var(--teal);
  color: #fff;
  font-size: 0.65rem;
  font-weight: 850;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.plan-card.featured.recommended::after {
  top: 61px;
  background: #57ded7;
  color: var(--ink);
}

.plan-head {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 16px;
  align-items: center;
}

.plan-head .plan-symbol {
  margin: 0;
}

.plan-head .plan-tier {
  margin-bottom: 4px;
}

.plan-head h3 {
  font-size: 1.45rem;
}

.plan-card.plan-passport .plan-desc {
  min-height: 45px;
  margin-top: 17px;
}

.plan-card.plan-passport .plan-price {
  margin: 23px 0 20px;
}

.plan-card.plan-passport .plan-price strong {
  font-size: 2.65rem;
}

.plan-capacity {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-bottom: 18px;
}

.capacity-item {
  min-width: 0;
  padding: 14px 10px;
  border: 1px solid rgba(6, 30, 34, 0.08);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.66);
}

.featured .capacity-item {
  border-color: rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.055);
}

.capacity-item strong,
.capacity-item span {
  display: block;
}

.capacity-item strong {
  color: var(--ink);
  font-size: 0.98rem;
}

.featured .capacity-item strong {
  color: #fff;
}

.capacity-item span {
  overflow: hidden;
  margin-top: 2px;
  color: var(--muted);
  font-size: 0.62rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.featured .capacity-item span {
  color: rgba(255, 255, 255, 0.48);
}

.benefit-label {
  margin: 0 0 8px;
  color: var(--muted);
  font-size: 0.66rem;
  font-weight: 820;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.featured .benefit-label {
  color: rgba(255, 255, 255, 0.46);
}

.plan-card.plan-passport .plan-list {
  gap: 9px;
  margin-bottom: 20px;
  padding-top: 17px;
}

.plan-extra {
  margin: 0 0 18px;
  padding: 13px 14px;
  border: 1px solid rgba(11, 150, 145, 0.13);
  border-radius: 15px;
  background: linear-gradient(130deg, rgba(223, 244, 239, 0.72), rgba(255, 255, 255, 0.48));
  color: #365154;
  font-size: 0.76rem;
  font-weight: 720;
}

.featured .plan-extra {
  border-color: rgba(86, 221, 214, 0.15);
  background: rgba(86, 221, 214, 0.08);
  color: rgba(255, 255, 255, 0.82);
}

.fit-form {
  display: grid;
  gap: 12px;
  margin-top: 27px;
}

.fit-fields {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 9px;
}

.fit-field label,
.fit-field select {
  display: block;
  width: 100%;
}

.fit-field label {
  margin-bottom: 6px;
  color: rgba(255, 255, 255, 0.52);
  font-size: 0.67rem;
  font-weight: 760;
}

.fit-field select {
  min-height: 46px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 13px;
  outline: none;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font: inherit;
  font-size: 0.78rem;
}

.fit-field select:focus {
  border-color: rgba(86, 221, 214, 0.65);
  box-shadow: 0 0 0 4px rgba(86, 221, 214, 0.09);
}

.fit-field select option {
  color: var(--ink);
}

.fit-submit {
  width: 100%;
  margin-top: 4px;
}

.fit-result-actions {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  align-items: center;
  margin-top: 24px;
}

.fit-result-actions .fit-result-plan {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  margin-top: 0;
  padding-inline: 16px;
}

.fit-result-actions .btn {
  min-height: 44px;
}

.comparison-shell.premium-table {
  padding: 0;
  border-radius: 26px;
}

.premium-table .comparison-table thead th {
  position: sticky;
  z-index: 2;
  top: 0;
  background: #edf4f2;
}

.premium-table .comparison-table th:first-child,
.premium-table .comparison-table td:first-child {
  position: sticky;
  z-index: 1;
  left: 0;
  background: #fff;
  box-shadow: 10px 0 22px rgba(6, 30, 34, 0.025);
}

.premium-table .comparison-table thead th:first-child {
  z-index: 3;
  background: #edf4f2;
}

.comparison-cta {
  display: inline-flex;
  justify-content: center;
  min-width: 120px;
  padding: 9px 11px;
  border: 1px solid rgba(11, 150, 145, 0.18);
  border-radius: 999px;
  background: var(--mint);
  color: var(--teal);
  font-size: 0.71rem;
  font-weight: 800;
}

.comparison-note {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 16px;
  padding: 15px 18px;
  border: 1px solid var(--line);
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.62);
  color: var(--muted);
  font-size: 0.78rem;
}

.faq-editorial {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 30px;
  align-items: start;
}

.faq-aside {
  position: sticky;
  top: 106px;
  overflow: hidden;
  padding: 34px;
  border: 1px solid rgba(86, 221, 214, 0.14);
  border-radius: 28px;
  background:
    radial-gradient(circle at 100% 0%, rgba(40, 199, 191, 0.23), transparent 31%),
    linear-gradient(145deg, #041b20, #093a3d);
  color: #fff;
  box-shadow: var(--shadow-deep);
}

.faq-aside h2 {
  margin: 14px 0 0;
  letter-spacing: -0.045em;
  line-height: 1.08;
  font-size: clamp(2rem, 3.2vw, 3rem);
}

.faq-aside p {
  margin: 15px 0 0;
  color: rgba(255, 255, 255, 0.58);
}

.faq-aside .btn {
  margin-top: 25px;
}

.faq.faq-premium {
  max-width: none;
}

.faq-premium details {
  border-radius: 21px;
  background: #fff;
}

.faq-premium summary {
  padding: 25px 62px 25px 70px;
}

.faq-premium summary::before {
  content: attr(data-index);
  position: absolute;
  top: 22px;
  left: 23px;
  width: 31px;
  height: 31px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  background: var(--mint);
  color: var(--teal);
  font-size: 0.69rem;
  font-weight: 850;
}

.faq-premium .faq-answer {
  padding-left: 70px;
}

.editorial-columns {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.editorial-panel {
  position: relative;
  min-height: 330px;
  overflow: hidden;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 27px;
  background: linear-gradient(145deg, #fff, #f5f9f7);
  box-shadow: var(--shadow-soft);
}

.editorial-panel.dark {
  border-color: rgba(255, 255, 255, 0.1);
  background: linear-gradient(145deg, #041a1f, #09383b);
  color: #fff;
}

.editorial-panel .eyebrow {
  color: var(--teal);
  font-size: 0.68rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.editorial-panel.dark .eyebrow {
  color: #56ddd6;
}

.editorial-panel h3 {
  max-width: 310px;
  margin: 26px 0 0;
  letter-spacing: -0.04em;
  line-height: 1.08;
  font-size: 1.62rem;
}

.editorial-panel p {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 0.86rem;
}

.editorial-panel.dark p {
  color: rgba(255, 255, 255, 0.58);
}

.editorial-panel .panel-meta {
  position: absolute;
  right: 26px;
  bottom: 24px;
  left: 26px;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.7rem;
  font-weight: 720;
}

.editorial-panel.dark .panel-meta {
  border-color: rgba(255, 255, 255, 0.11);
  color: rgba(255, 255, 255, 0.52);
}

.flow-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
}

.flow-step {
  position: relative;
  padding: 26px 26px 26px 0;
}

.flow-step:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 22px;
  right: 20px;
  width: 42%;
  height: 1px;
  background: linear-gradient(90deg, rgba(11, 150, 145, 0.45), transparent);
}

.flow-step small,
.flow-step b,
.flow-step span {
  display: block;
}

.flow-step small {
  color: var(--teal);
  font-size: 0.68rem;
  font-weight: 850;
  letter-spacing: 0.11em;
}

.flow-step b {
  margin-top: 27px;
  font-size: 1rem;
}

.flow-step span {
  margin-top: 8px;
  color: var(--muted);
  font-size: 0.81rem;
}

@media (max-width: 1080px) {
  .nav-links { gap: 18px; }
  .nav-actions .nav-login { display: none; }
  .hero-layout,
  .page-intro {
    grid-template-columns: 1fr;
  }
  .hero-copy { max-width: 770px; }
  .hero-art { max-width: 850px; width: 100%; margin-inline: auto; }
  .trust-ribbon-inner { grid-template-columns: repeat(2, 1fr); }
  .ribbon-intro { grid-column: 1 / -1; }
  .bento-card.span-7,
  .bento-card.span-5,
  .bento-card.span-4,
  .bento-card.span-8 { grid-column: span 6; }
  .story-layout { grid-template-columns: 1fr; }
  .story-copy { max-width: 720px; }
  .footer-grid { grid-template-columns: 1.3fr repeat(2, 1fr); }
  .footer-column:last-child { grid-column: 2 / -1; }
  .security-copy { max-width: 58%; }
  .security-rings { right: 2%; }
  .security-badge-center { right: calc(2% + 128px); }
}

@media (max-width: 860px) {
  :root { --container: min(100% - 28px, 720px); }
  .nav-shell { min-height: 70px; }
  .logo img { width: 154px; }
  .menu-toggle { display: grid; }
  .nav-links,
  .nav-actions {
    position: fixed;
    right: 0;
    left: 0;
    display: none;
    padding-inline: 22px;
    background: var(--paper);
  }
  .nav-links {
    top: 70px;
    height: calc(100vh - 152px);
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding-top: 20px;
  }
  .nav-links a {
    padding: 15px 2px;
    border-bottom: 1px solid var(--line);
    font-size: 1.03rem;
  }
  .nav-actions {
    top: calc(100vh - 82px);
    min-height: 82px;
    align-items: center;
    justify-content: center;
    border-top: 1px solid var(--line);
  }
  .nav-actions .nav-login { display: inline-flex; }
  .menu-open .nav-links,
  .menu-open .nav-actions { display: flex; }
  .hero-layout { min-height: auto; padding-block: 64px 80px; }
  .section { padding-block: 82px; }
  .bento-card.span-7,
  .bento-card.span-5,
  .bento-card.span-4,
  .bento-card.span-8 { grid-column: span 12; }
  .plans-preview,
  .capability-grid { grid-template-columns: 1fr; }
  .plan-card.featured { transform: none; }
  .journey { grid-template-columns: repeat(2, 1fr); gap: 24px 0; }
  .showcase-grid { grid-template-columns: 1fr; }
  .final-cta-inner { grid-template-columns: 1fr; }
  .final-cta .hero-actions { margin-top: 4px; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-brand { grid-column: 1 / -1; }
  .footer-column:last-child { grid-column: auto; }
  .fit-finder,
  .modal-hero,
  .product-explorer,
  .support-grid,
  .faq-editorial {
    grid-template-columns: 1fr;
  }
  .faq-aside { position: relative; top: auto; }
  .editorial-columns { grid-template-columns: 1fr; }
  .editorial-panel { min-height: 280px; }
  .flow-steps { grid-template-columns: repeat(2, 1fr); }
  .plan-card.plan-passport { min-height: auto; }
  .explorer-rail {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .security-copy {
    max-width: 100%;
  }
  .security-rings,
  .security-badge-center {
    opacity: 0.28;
  }
  .support-card.large {
    min-height: 560px;
    grid-row: auto;
  }
}

@media (max-width: 620px) {
  .hero-copy h1,
  .page-intro h1 {
    font-size: clamp(2.65rem, 12vw, 3.35rem);
  }
  .hero-copy > p:not(.soft-label) { font-size: 1rem; }
  .hero-actions,
  .hero-actions .btn,
  .final-cta .btn { width: 100%; }
  .product-sculpture { min-height: 370px; margin-top: 14px; }
  .orbit { width: 330px; height: 330px; }
  .screen-card.main { top: 20px; width: 100%; height: 285px; border-radius: 20px; }
  .screen-card.float-left { left: 0; bottom: 12px; width: 50%; height: 135px; border-radius: 16px; }
  .screen-card.float-right { right: 0; bottom: 0; width: 46%; height: 120px; border-radius: 16px; }
  .floating-note { display: none; }
  .trust-ribbon { margin-top: -8px; }
  .trust-ribbon-inner { grid-template-columns: 1fr; }
  .ribbon-intro { grid-column: auto; }
  .ribbon-item { min-height: 88px; border-top: 1px solid var(--line); border-left: 0; }
  .section { padding-block: 68px; }
  .section-heading { margin-bottom: 34px; }
  .section-heading h2,
  .story-copy h2,
  .final-cta h2 { font-size: clamp(2rem, 10vw, 2.65rem); }
  .bento-card { min-height: 310px; }
  .bento-card.visual-card { min-height: 470px; }
  .bento-card.visual-card .bento-copy { max-width: none; }
  .bento-visual { width: 90%; height: 48%; }
  .story-screen { min-height: 380px; }
  .story-screen .screen-card.main { width: 100%; height: 300px; }
  .story-screen .screen-card.float-left { width: 56%; height: 135px; }
  .journey { grid-template-columns: 1fr; gap: 20px; }
  .journey-step { padding: 26px 18px; }
  .plan-card { min-height: auto; padding: 28px 24px; }
  .page-hero { padding-block: 62px 54px; }
  .page-visual { min-height: 330px; }
  .page-visual .screen-card.main { height: 310px; }
  .showcase-image { height: 245px; }
  .final-cta { padding: 34px 24px; border-radius: 28px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-column:last-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .plan-actions {
    grid-template-columns: 1fr;
  }
  .detail-button {
    width: 100%;
  }
  .fit-finder {
    gap: 30px;
    padding: 30px 22px;
    border-radius: 28px;
  }
  .fit-fields {
    grid-template-columns: 1fr;
  }
  .fit-result {
    padding: 27px 22px;
  }
  .fit-result-actions {
    align-items: stretch;
    flex-direction: column;
  }
  .fit-result-actions .btn {
    width: 100%;
  }
  .comparison-toolbar {
    align-items: flex-start;
    flex-direction: column;
  }
  dialog.premium-modal {
    width: calc(100% - 16px);
    max-height: calc(100vh - 16px);
    border-radius: 24px;
  }
  .modal-shell {
    max-height: calc(100vh - 16px);
  }
  .modal-header {
    padding: 18px;
  }
  .modal-body {
    padding: 18px;
  }
  .modal-feature-grid {
    grid-template-columns: 1fr;
  }
  .modal-footer {
    flex-direction: column-reverse;
    padding: 0 18px 18px;
  }
  .modal-footer .btn {
    width: 100%;
  }
  .plan-capacity {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .capacity-item {
    padding-inline: 7px;
  }
  .capacity-item strong {
    font-size: 0.86rem;
  }
  .comparison-note {
    align-items: flex-start;
    flex-direction: column;
  }
  .faq-aside {
    padding: 28px 23px;
  }
  .faq-premium summary {
    padding: 22px 52px 22px 58px;
  }
  .faq-premium summary::before {
    top: 19px;
    left: 17px;
  }
  .faq-premium .faq-answer {
    padding-left: 58px;
  }
  .flow-steps {
    grid-template-columns: 1fr;
  }
  .flow-step:not(:last-child)::after {
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  .explorer-rail {
    display: flex;
    overflow-x: auto;
    padding-bottom: 8px;
    scroll-snap-type: x mandatory;
  }
  .explorer-tab {
    min-width: 245px;
    scroll-snap-align: start;
  }
  .explorer-image {
    height: 270px;
  }
  .explorer-caption {
    grid-template-columns: 1fr;
    padding: 20px;
  }
  .explorer-tag {
    justify-self: start;
  }
  .sector-grid {
    grid-template-columns: 1fr;
  }
  .sector-card {
    min-height: auto;
    grid-template-columns: 48px 1fr;
    gap: 15px;
    padding: 24px 20px;
  }
  .sector-index {
    width: 48px;
    height: 48px;
    border-radius: 15px;
  }
  .security-console {
    min-height: auto;
    padding: 30px 22px;
  }
  .security-rings,
  .security-badge-center {
    display: none;
  }
  .control-pills {
    grid-template-columns: 1fr;
  }
  .support-card.large {
    min-height: 510px;
    padding-bottom: 265px;
  }
  .support-screen {
    left: 20px;
    height: 245px;
  }
}

/* Refinamento editorial e comercial — proposta 2026 */
:root {
  --paper: #fbfcf8;
  --cream: #f3f3eb;
  --shadow-soft: 0 2px 4px rgba(6, 30, 34, 0.025), 0 20px 54px rgba(6, 30, 34, 0.06);
}

body {
  font-size: 15.5px;
  line-height: 1.68;
}

.topbar {
  transition: background 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.topbar.scrolled {
  border-bottom-color: rgba(6, 30, 34, 0.1);
  background: rgba(251, 252, 248, 0.965);
  box-shadow: 0 14px 40px rgba(6, 30, 34, 0.07);
}

.nav-shell { min-height: 76px; }
.logo img { width: 164px; }
.nav-links { gap: 27px; }
.nav-links a { font-size: 0.84rem; }
.btn:hover { transform: translateY(-1px); }

.hero-copy h1 {
  font-size: clamp(3rem, 4.15vw, 4.35rem);
  line-height: 1.01;
}

.page-intro h1 {
  font-size: clamp(2.6rem, 3.55vw, 3.85rem);
  line-height: 1.015;
}

.section-heading h2,
.story-copy h2,
.final-cta h2,
.split-heading h2,
.retention-copy h2 {
  font-size: clamp(1.95rem, 2.75vw, 2.85rem);
  line-height: 1.12;
}

.section { padding-block: clamp(78px, 7vw, 104px); }
.section-heading { max-width: 700px; margin-bottom: 38px; }
.section-heading.center { max-width: 760px; }

.bento-card,
.capability-card,
.sector-card,
.editorial-panel,
.support-card {
  border-radius: 22px;
  border-color: rgba(6, 30, 34, 0.085);
  background: #fff;
  box-shadow: var(--shadow-soft);
}

.bento-card:hover,
.capability-card:hover,
.sector-card:hover {
  transform: translateY(-3px);
  border-color: rgba(11, 150, 145, 0.22);
  box-shadow: 0 24px 58px rgba(6, 30, 34, 0.085);
}

.page--pricing .page-hero {
  background:
    radial-gradient(circle at 82% 18%, rgba(40, 199, 191, 0.14), transparent 29%),
    linear-gradient(180deg, #fafbf7, #f4f8f5);
}

.page--pricing .page-visual .screen-card.main {
  transform: rotate(0.8deg);
  box-shadow: 0 34px 90px rgba(6, 30, 34, 0.17);
}

.split-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.7fr);
  gap: 64px;
  align-items: end;
  margin-bottom: 42px;
}

.split-heading h2 { margin: 0; letter-spacing: -0.045em; }
.split-heading > p { margin: 0; color: var(--muted); }

.included-ribbon {
  display: grid;
  grid-template-columns: 1.25fr repeat(4, 1fr);
  gap: 0;
  overflow: hidden;
  margin: 0 0 30px;
  border: 1px solid rgba(6, 30, 34, 0.085);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 16px 42px rgba(6, 30, 34, 0.045);
}

.included-ribbon > div {
  min-height: 92px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 18px 20px;
  border-left: 1px solid rgba(6, 30, 34, 0.075);
}

.included-ribbon .included-ribbon-intro {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
  border-left: 0;
  background: #edf6f3;
}

.included-ribbon b,
.included-ribbon span,
.included-ribbon small { display: block; }
.included-ribbon b { font-size: 0.82rem; }
.included-ribbon span { margin-top: 3px; color: var(--muted); font-size: 0.7rem; }
.included-ribbon-intro span { margin-top: 0; }
.included-ribbon-intro small { color: var(--teal); font-size: 0.64rem; font-weight: 820; letter-spacing: 0.09em; text-transform: uppercase; }
.included-ribbon .icon-orb { width: 38px; height: 38px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 13px; background: #fff; color: var(--teal); font-size: 1.1rem; box-shadow: 0 8px 22px rgba(6, 30, 34, 0.08); }

.plans-preview { gap: 18px; }
.plan-card.plan-passport { min-height: 670px; padding: 27px; border-radius: 24px; }
.plan-card.featured { transform: translateY(-7px); }
.plan-symbol { width: 42px; height: 42px; border-radius: 14px; }
.plan-head { grid-template-columns: 48px 1fr; gap: 13px; }
.plan-card.plan-passport .plan-desc { min-height: 68px; }
.plan-card.plan-passport .plan-price { margin: 18px 0; }
.plan-card.plan-passport .plan-price strong { font-size: 2.45rem; }
.plan-card.plan-passport .plan-list { padding-top: 14px; gap: 7px; margin-bottom: 15px; }
.plan-extra { min-height: 64px; margin-bottom: 16px; }
.plan-extra b { color: var(--ink); }
.featured .plan-extra b { color: #fff; }

.platform-depth { background: #fbfcf8; }
.platform-layers-grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 14px; }
.platform-layer {
  grid-column: span 3;
  position: relative;
  min-height: 310px;
  overflow: hidden;
  padding: 25px;
  border: 1px solid rgba(6, 30, 34, 0.085);
  border-radius: 22px;
  background: #fff;
  box-shadow: var(--shadow-soft);
}
.platform-layer.wide { grid-column: span 12; min-height: 210px; padding-right: 36%; }
.platform-layer.dark { border-color: rgba(255, 255, 255, 0.11); background: #082b2f; color: #fff; }
.platform-layer::after { content: ""; position: absolute; right: -38px; bottom: -50px; width: 140px; height: 140px; border: 1px solid rgba(11, 150, 145, 0.13); border-radius: 50%; box-shadow: inset 0 0 0 28px rgba(40, 199, 191, 0.025); }
.platform-layer .feature-icon { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 15px; background: var(--mint); color: var(--teal); font-weight: 850; }
.platform-layer.dark .feature-icon { background: rgba(86, 221, 214, 0.12); color: #58ddd6; }
.platform-layer small { display: block; margin-top: 25px; color: var(--teal); font-size: 0.64rem; font-weight: 850; letter-spacing: 0.1em; text-transform: uppercase; }
.platform-layer.dark small { color: #58ddd6; }
.platform-layer h3 { margin: 8px 0 0; letter-spacing: -0.035em; font-size: 1.2rem; }
.platform-layer p { margin: 10px 0 0; color: var(--muted); font-size: 0.8rem; }
.platform-layer.dark p { color: rgba(255, 255, 255, 0.61); }
.layer-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 18px; }
.layer-tags span { padding: 5px 8px; border: 1px solid rgba(6, 30, 34, 0.085); border-radius: 999px; color: #506467; font-size: 0.64rem; font-weight: 720; }
.platform-layer.dark .layer-tags span { border-color: rgba(255, 255, 255, 0.13); color: rgba(255, 255, 255, 0.7); }

.integration-showcase { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin-top: 14px; }
.integration-feature { min-height: 170px; display: grid; grid-template-columns: 58px 1fr; gap: 17px; align-items: start; padding: 22px; border: 1px solid rgba(6, 30, 34, 0.085); border-radius: 20px; background: linear-gradient(145deg, #fff, #f8faf8); box-shadow: 0 14px 40px rgba(6, 30, 34, 0.045); }
.brand-icon { width: 58px; height: 58px; display: grid; place-items: center; overflow: hidden; border: 1px solid rgba(6, 30, 34, 0.08); border-radius: 17px; background: #fff; }
.brand-icon img { width: 44px; height: 44px; object-fit: contain; }
.brand-icon.code-icon { background: #092d31; color: #58ddd6; font-size: 0.8rem; font-weight: 900; letter-spacing: -0.03em; }
.brand-icon.pulse-icon { background: #e9f5f1; color: var(--teal); font-size: 1.45rem; }
.integration-feature small { color: var(--teal); font-size: 0.64rem; font-weight: 820; letter-spacing: 0.09em; text-transform: uppercase; }
.integration-feature h3 { margin: 4px 0 0; font-size: 1rem; }
.integration-feature p { margin: 7px 0 0; color: var(--muted); font-size: 0.75rem; }
.availability-note { display: flex; gap: 10px; align-items: flex-start; margin: 17px 0 0; color: var(--muted); font-size: 0.72rem; }
.availability-note > span { width: 22px; height: 22px; display: grid; place-items: center; flex: 0 0 auto; border: 1px solid rgba(11, 150, 145, 0.18); border-radius: 50%; background: var(--mint); color: var(--teal); font-size: 0.68rem; font-weight: 850; }

.product-proof-grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 15px; }
.product-proof-card { grid-column: span 5; margin: 0; overflow: hidden; border: 1px solid rgba(6, 30, 34, 0.085); border-radius: 22px; background: #fff; box-shadow: var(--shadow-soft); }
.product-proof-card--large { grid-column: span 7; grid-row: span 3; }
.proof-screen { height: 185px; overflow: hidden; background: #eef3f1; }
.product-proof-card--large .proof-screen { height: calc(100% - 90px); min-height: 535px; }
.proof-screen img { width: 100%; height: 100%; object-fit: cover; object-position: top left; filter: saturate(0.94) contrast(1.025); }
.product-proof-card figcaption { min-height: 90px; padding: 18px 20px; }
.product-proof-card figcaption span,
.product-proof-card figcaption b { display: block; }
.product-proof-card figcaption span { color: var(--teal); font-size: 0.64rem; font-weight: 850; letter-spacing: 0.1em; text-transform: uppercase; }
.product-proof-card figcaption b { margin-top: 5px; font-size: 0.82rem; }

.comparison-area { padding: 18px; border: 1px solid rgba(6, 30, 34, 0.085); border-radius: 26px; background: rgba(255, 255, 255, 0.72); box-shadow: var(--shadow-soft); }
.comparison-shell.premium-table { border-radius: 18px; box-shadow: none; }
.premium-table .comparison-table thead th { background: #eef5f3; }
.comparison-table th,
.comparison-table td { padding: 15px 17px; }
.comparison-table tbody tr:not(.group-row):hover td { background: rgba(223, 244, 239, 0.42); }
.group-row th { padding: 12px 17px; background: #dfeeea; color: #1b5557; letter-spacing: 0.09em; }
.comparison-area[data-focus="1"] .comparison-table thead th:nth-child(2),
.comparison-area[data-focus="1"] .comparison-table tbody tr:not(.group-row) td:nth-child(2),
.comparison-area[data-focus="2"] .comparison-table thead th:nth-child(3),
.comparison-area[data-focus="2"] .comparison-table tbody tr:not(.group-row) td:nth-child(3),
.comparison-area[data-focus="3"] .comparison-table thead th:nth-child(4),
.comparison-area[data-focus="3"] .comparison-table tbody tr:not(.group-row) td:nth-child(4) { box-shadow: inset 2px 0 rgba(11, 150, 145, 0.22), inset -2px 0 rgba(11, 150, 145, 0.22); }
.status-pill { display: inline-flex; align-items: center; justify-content: center; min-height: 27px; padding: 5px 9px; border-radius: 999px; background: var(--mint); color: #087b77; font-size: 0.67rem; font-weight: 780; }
.status-pill.status-soft { background: #eef3f1; color: #4d6265; }
.status-pill.status-muted { background: #f3f3ee; color: #8a9697; }
.status-pill.status-outline { border: 1px solid rgba(11, 150, 145, 0.16); background: #fff; color: var(--teal); }
.status-check { color: #087b77; font-size: 0.72rem; font-weight: 800; }
.status-check::before { content: "✓"; width: 18px; height: 18px; display: inline-grid; place-items: center; margin-right: 6px; border-radius: 50%; background: var(--mint); font-size: 0.61rem; }
.comparison-note button { padding: 0; border: 0; background: transparent; color: var(--teal); cursor: pointer; white-space: nowrap; }

.services-catalog { background: #fbfcf8; }
.services-catalog-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.service-detail { position: relative; min-height: 260px; padding: 25px; overflow: hidden; border: 1px solid rgba(6, 30, 34, 0.085); border-radius: 21px; background: #fff; box-shadow: 0 14px 42px rgba(6, 30, 34, 0.05); }
.service-detail::after { content: attr(data-mark); position: absolute; right: 18px; bottom: -28px; color: rgba(11, 150, 145, 0.04); font-size: 7rem; font-weight: 900; }
.service-icon { width: 45px; height: 45px; display: grid; place-items: center; border-radius: 14px; background: var(--mint); color: var(--teal); font-weight: 900; }
.service-detail small { position: absolute; top: 27px; right: 25px; color: #a0aaab; font-size: 0.66rem; font-weight: 850; letter-spacing: 0.08em; }
.service-detail h3 { margin: 27px 0 0; letter-spacing: -0.035em; font-size: 1.13rem; }
.service-detail p { margin: 10px 0 0; color: var(--muted); font-size: 0.78rem; }

.retention-layout { display: grid; grid-template-columns: minmax(0, 0.92fr) minmax(430px, 1.08fr); gap: 74px; align-items: center; }
.retention-copy > p:not(.kicker) { color: var(--muted); }
.retention-copy blockquote { margin: 28px 0; padding: 22px 0 22px 25px; border-left: 3px solid var(--teal); color: #183f42; font-size: 1.08rem; font-weight: 700; line-height: 1.5; }
.results-disclaimer { padding: 14px 16px; border: 1px solid rgba(6, 30, 34, 0.08); border-radius: 15px; background: rgba(255, 255, 255, 0.62); font-size: 0.7rem; }
.retention-benefits { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.retention-benefits > article { min-height: 190px; display: grid; grid-template-columns: 38px 1fr; gap: 13px; padding: 22px; border: 1px solid rgba(6, 30, 34, 0.085); border-radius: 20px; background: #fff; box-shadow: 0 14px 38px rgba(6, 30, 34, 0.045); }
.retention-benefits > article > span { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 12px; background: var(--mint); color: var(--teal); font-weight: 850; }
.retention-benefits h3 { margin: 5px 0 0; font-size: 0.96rem; }
.retention-benefits p { margin: 8px 0 0; color: var(--muted); font-size: 0.74rem; }
.valen-card { grid-column: 1 / -1; display: flex; align-items: end; justify-content: space-between; gap: 24px; padding: 25px; border-radius: 22px; background: linear-gradient(135deg, #07282c, #0a4143); color: #fff; box-shadow: var(--shadow-deep); }
.valen-card small { color: #58ddd6; font-size: 0.65rem; font-weight: 850; letter-spacing: 0.1em; text-transform: uppercase; }
.valen-card h3 { max-width: 460px; margin: 8px 0 0; font-size: 1.18rem; }
.valen-card a { flex: 0 0 auto; color: #58ddd6; font-size: 0.78rem; font-weight: 800; }

dialog.premium-modal { width: min(1080px, calc(100% - 32px)); }
.modal-hero { grid-template-columns: 330px minmax(0, 1fr); gap: 18px; align-items: start; }
.modal-summary { position: sticky; top: 94px; min-height: 470px; display: flex; flex-direction: column; }
.modal-price { margin-top: 24px; }
.modal-stats { display: grid; grid-template-columns: 1fr; gap: 9px; margin-top: auto; padding-top: 28px; }
.modal-stats span { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; padding-top: 9px; border-top: 1px solid rgba(255, 255, 255, 0.11); color: rgba(255, 255, 255, 0.55); font-size: 0.69rem; }
.modal-stats b { color: #fff; font-size: 0.82rem; }
.modal-dossier { display: grid; gap: 15px; }
.modal-screen { margin: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 19px; background: #fff; }
.modal-screen img { width: 100%; height: 240px; object-fit: cover; object-position: top left; }
.modal-screen figcaption { padding: 11px 14px; color: var(--muted); font-size: 0.7rem; }
.modal-capability-group { padding: 19px; border: 1px solid var(--line); border-radius: 19px; background: #fff; }
.modal-capability-group h4 { margin: 0 0 13px; color: var(--teal); font-size: 0.69rem; letter-spacing: 0.09em; text-transform: uppercase; }
.modal-feature { padding: 13px; border-radius: 14px; background: #f8faf8; }
.modal-list { display: grid; gap: 9px; margin: 0; padding: 0; list-style: none; }
.modal-list li { position: relative; padding-left: 25px; color: #405255; font-size: 0.78rem; }
.modal-list li::before { content: "✓"; position: absolute; left: 0; top: 1px; color: var(--teal); font-weight: 900; }

.kicker--inverse { color: #55ddd6; }
.btn--glass { border-color: rgba(255, 255, 255, 0.25); background: rgba(255, 255, 255, 0.04); color: #fff; }

/* Rodapé claro */
.footer {
  padding: 72px 0 26px;
  border-top: 1px solid rgba(6, 30, 34, 0.08);
  background:
    radial-gradient(circle at 9% 0%, rgba(40, 199, 191, 0.09), transparent 25%),
    linear-gradient(180deg, #f4f7f2, #eef2ed);
  color: var(--muted);
}
.footer-topline { display: grid; grid-template-columns: 1fr auto; gap: 36px; align-items: end; margin-bottom: 48px; padding-bottom: 38px; border-bottom: 1px solid rgba(6, 30, 34, 0.09); }
.footer-kicker { margin: 0 0 8px; color: var(--teal); font-size: 0.67rem; font-weight: 850; letter-spacing: 0.12em; text-transform: uppercase; }
.footer-topline h2 { max-width: 620px; margin: 0; color: var(--ink); letter-spacing: -0.045em; line-height: 1.12; font-size: clamp(1.55rem, 2.3vw, 2.25rem); }
.footer-grid { grid-template-columns: 1.55fr repeat(3, 1fr); gap: 48px; }
.footer-brand img { width: 176px; filter: none; }
.footer-brand p { margin-top: 18px; color: #667578; }
.footer-contact { display: inline-flex; margin-top: 18px; color: var(--teal); font-size: 0.78rem; font-weight: 780; }
.footer-column h3 { color: var(--ink); font-size: 0.78rem; letter-spacing: 0.06em; text-transform: uppercase; }
.footer-column a,
.footer-column button { display: block; width: fit-content; padding: 5px 0; border: 0; background: transparent; color: #627174; font: inherit; font-size: 0.82rem; text-align: left; cursor: pointer; }
.footer-column a:hover,
.footer-column button:hover { color: var(--teal); }
.footer-bottom { border-top-color: rgba(6, 30, 34, 0.09); color: #7a8789; }

/* Formulário comercial conectado ao CRM */
.contact-fab { position: fixed; z-index: 88; right: 24px; bottom: 24px; min-height: 48px; display: inline-flex; align-items: center; gap: 10px; padding: 12px 17px; border: 1px solid rgba(255, 255, 255, 0.22); border-radius: 999px; background: #082d31; color: #fff; box-shadow: 0 18px 48px rgba(3, 24, 27, 0.25); cursor: pointer; font-weight: 780; }
.contact-fab::before { content: ""; width: 9px; height: 9px; border-radius: 50%; background: #58ddd6; box-shadow: 0 0 0 5px rgba(88, 221, 214, 0.12); }
dialog.consultant-dialog { width: min(1040px, calc(100% - 28px)); max-height: calc(100vh - 32px); padding: 0; overflow: hidden; border: 1px solid rgba(6, 30, 34, 0.12); border-radius: 28px; background: #f8faf7; color: var(--ink); box-shadow: 0 42px 150px rgba(3, 24, 27, 0.4); }
dialog.consultant-dialog::backdrop { background: rgba(3, 20, 23, 0.68); backdrop-filter: blur(8px); }
.consultant-shell { max-height: calc(100vh - 32px); display: grid; grid-template-columns: minmax(300px, 0.78fr) minmax(0, 1.22fr); overflow-y: auto; }
.consultant-context { position: relative; overflow: hidden; min-height: 650px; display: flex; flex-direction: column; padding: 36px; background: radial-gradient(circle at 100% 0%, rgba(40, 199, 191, 0.25), transparent 31%), linear-gradient(145deg, #061f24, #0a3b3e); color: #fff; }
.consultant-context::after { content: ""; position: absolute; right: -130px; bottom: -130px; width: 360px; height: 360px; border: 1px solid rgba(88, 221, 214, 0.16); border-radius: 50%; box-shadow: inset 0 0 0 75px rgba(88, 221, 214, 0.025); }
.consultant-context .plan-tier { color: #58ddd6; }
.consultant-context h2 { max-width: 380px; margin: 18px 0 0; letter-spacing: -0.05em; line-height: 1.06; font-size: 2.25rem; }
.consultant-context > p { color: rgba(255, 255, 255, 0.62); }
.consultant-promises { position: relative; z-index: 1; display: grid; gap: 11px; margin-top: 26px; }
.consultant-promises span { display: flex; gap: 10px; align-items: center; color: rgba(255, 255, 255, 0.78); font-size: 0.78rem; }
.consultant-promises span::before { content: "✓"; width: 23px; height: 23px; display: grid; place-items: center; border-radius: 8px; background: rgba(88, 221, 214, 0.11); color: #58ddd6; font-size: 0.63rem; font-weight: 900; }
.consultant-contact { position: relative; z-index: 1; margin-top: auto; padding-top: 28px; border-top: 1px solid rgba(255, 255, 255, 0.11); color: rgba(255, 255, 255, 0.56); font-size: 0.72rem; }
.consultant-form-panel { padding: 34px 36px 30px; }
.consultant-form-head { display: flex; align-items: start; justify-content: space-between; gap: 20px; margin-bottom: 25px; }
.consultant-form-head h3 { margin: 0; letter-spacing: -0.035em; font-size: 1.35rem; }
.consultant-form-head p { margin: 6px 0 0; color: var(--muted); font-size: 0.78rem; }
.consultant-close { width: 40px; height: 40px; display: grid; place-items: center; flex: 0 0 auto; border: 1px solid var(--line); border-radius: 12px; background: #fff; color: var(--ink); cursor: pointer; font-size: 1.15rem; }
.consultant-form { display: grid; gap: 14px; }
.consultant-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.consultant-field { display: grid; gap: 6px; }
.consultant-field.full { grid-column: 1 / -1; }
.consultant-field label { color: #42575a; font-size: 0.7rem; font-weight: 760; }
.consultant-field input,
.consultant-field select,
.consultant-field textarea { width: 100%; min-height: 48px; padding: 11px 13px; border: 1px solid rgba(6, 30, 34, 0.13); border-radius: 13px; outline: none; background: #fff; color: var(--ink); font: inherit; font-size: 0.78rem; }
.consultant-field textarea { min-height: 92px; resize: vertical; }
.consultant-field input:focus,
.consultant-field select:focus,
.consultant-field textarea:focus { border-color: rgba(11, 150, 145, 0.55); box-shadow: 0 0 0 4px rgba(40, 199, 191, 0.09); }
.consultant-consent { display: grid; grid-template-columns: 18px 1fr; gap: 9px; align-items: start; color: var(--muted); font-size: 0.69rem; }
.consultant-consent input { width: 17px; height: 17px; margin: 2px 0 0; accent-color: var(--teal); }
.consultant-form-actions { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-top: 3px; }
.consultant-form-actions small { max-width: 280px; color: #819092; font-size: 0.64rem; }
.consultant-submit { min-width: 190px; }
.form-status { display: none; padding: 11px 13px; border-radius: 12px; font-size: 0.73rem; }
.form-status.visible { display: block; }
.form-status.success { border: 1px solid rgba(28, 145, 103, 0.18); background: #e8f7f0; color: #116a4b; }
.form-status.error { border: 1px solid rgba(190, 70, 70, 0.17); background: #fff0ef; color: #9b3434; }
.form-honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

@media (max-width: 1080px) {
  .included-ribbon { grid-template-columns: repeat(2, 1fr); }
  .included-ribbon > div { border-top: 1px solid rgba(6, 30, 34, 0.075); }
  .included-ribbon .included-ribbon-intro { grid-column: 1 / -1; border-top: 0; }
  .platform-layer { grid-column: span 6; }
  .platform-layer.wide { grid-column: span 12; }
  .integration-showcase { grid-template-columns: 1fr; }
  .retention-layout { grid-template-columns: 1fr; gap: 40px; }
}

@media (max-width: 860px) {
  .nav-shell { min-height: 70px; }
  .split-heading { grid-template-columns: 1fr; gap: 18px; }
  .product-proof-card,
  .product-proof-card--large { grid-column: span 12; grid-row: auto; }
  .product-proof-card--large .proof-screen { min-height: 360px; }
  .services-catalog-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-topline { grid-template-columns: 1fr; align-items: start; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-brand { grid-column: 1 / -1; }
  .consultant-shell { grid-template-columns: 1fr; }
  .consultant-context { min-height: auto; }
  .consultant-contact { margin-top: 34px; }
  .modal-summary { position: relative; top: auto; min-height: auto; }
}

@media (max-width: 620px) {
  .hero-copy h1,
  .page-intro h1 { font-size: clamp(2.45rem, 11vw, 3.1rem); }
  .included-ribbon { grid-template-columns: 1fr; }
  .included-ribbon .included-ribbon-intro { grid-column: auto; }
  .platform-layer,
  .platform-layer.wide { grid-column: span 12; min-height: auto; padding: 23px; }
  .platform-layer.wide { padding-right: 23px; }
  .integration-feature { grid-template-columns: 50px 1fr; }
  .brand-icon { width: 50px; height: 50px; }
  .services-catalog-grid,
  .retention-benefits { grid-template-columns: 1fr; }
  .service-detail { min-height: auto; }
  .valen-card { align-items: flex-start; flex-direction: column; }
  .footer-topline .btn { width: 100%; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .contact-fab { right: 14px; bottom: 14px; padding-inline: 14px; font-size: 0.78rem; }
  dialog.consultant-dialog { width: calc(100% - 12px); max-height: calc(100vh - 12px); border-radius: 22px; }
  .consultant-shell { max-height: calc(100vh - 12px); }
  .consultant-context { padding: 28px 22px; }
  .consultant-context h2 { font-size: 1.85rem; }
  .consultant-form-panel { padding: 25px 20px 22px; }
  .consultant-form-grid { grid-template-columns: 1fr; }
  .consultant-field.full { grid-column: auto; }
  .consultant-form-actions { align-items: stretch; flex-direction: column; }
  .consultant-submit { width: 100%; }
  .modal-hero { grid-template-columns: 1fr; }
  .modal-screen img { height: 190px; }
}

.icon-feature-card { min-height: 330px; }
.icon-feature-card .bento-copy { height: 100%; display: flex; flex-direction: column; }
.icon-feature-card .bento-icon { width: 52px; height: 52px; display: grid; place-items: center; margin-bottom: 22px; border-radius: 16px; background: #eef6f3; color: var(--teal); }
.icon-feature-card .bento-icon--brand { overflow: hidden; border: 1px solid rgba(6, 30, 34, 0.08); background: #fff; box-shadow: 0 10px 28px rgba(6, 30, 34, 0.07); }
.icon-feature-card .bento-icon--brand img { width: 42px; height: 42px; object-fit: contain; }
.icon-feature-card .bento-icon--api { background: #082d31; color: #58ddd6; font-size: 0.75rem; font-weight: 900; letter-spacing: -0.03em; }
.icon-feature-kicker { margin: 0 0 6px !important; color: var(--teal) !important; font-size: 0.64rem !important; font-weight: 850; letter-spacing: 0.1em; text-transform: uppercase; }
.icon-feature-card .chip-row { margin-top: auto; padding-top: 22px; }

/* Comparativo premium de planos */
.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  margin: -1px !important;
  padding: 0 !important;
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
}

.comparison-area {
  overflow: hidden;
  padding: 11px;
  border: 1px solid rgba(6, 30, 34, 0.09);
  border-radius: 28px;
  background: linear-gradient(180deg, #eaf2ef 0%, #f3f7f4 100%);
  box-shadow:
    0 2px 3px rgba(6, 30, 34, 0.025),
    0 30px 84px rgba(6, 30, 34, 0.1);
}

.comparison-toolbar {
  display: grid;
  grid-template-columns: minmax(210px, 0.72fr) minmax(560px, 1.28fr);
  gap: 30px;
  align-items: center;
  margin: 0 0 11px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  background:
    radial-gradient(circle at 100% 0%, rgba(40, 199, 191, 0.18), transparent 30%),
    #082b2f;
  color: #fff;
  box-shadow: 0 16px 38px rgba(3, 24, 27, 0.15);
}

.comparison-toolbar-copy span,
.comparison-toolbar-copy p {
  display: block;
}

.comparison-toolbar-copy span {
  color: #58ddd6;
  font-size: 0.64rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.comparison-toolbar-copy p {
  max-width: 300px;
  margin: 6px 0 0;
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.78rem;
  line-height: 1.45;
}

.comparison-pills {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.comparison-pills button {
  min-width: 0;
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr) 22px;
  gap: 9px;
  align-items: center;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.055);
  color: rgba(255, 255, 255, 0.82);
  text-align: left;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.comparison-pills button:hover {
  transform: translateY(-1px);
  border-color: rgba(88, 221, 214, 0.28);
  background: rgba(255, 255, 255, 0.085);
}

.comparison-pills button.active {
  border-color: rgba(88, 221, 214, 0.42);
  background: #eef8f5;
  color: var(--ink);
  box-shadow: 0 12px 28px rgba(3, 20, 23, 0.2);
}

.compare-pick-index {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.08);
  color: #58ddd6;
  font-size: 0.62rem;
  font-weight: 850;
}

.comparison-pills button.active .compare-pick-index {
  background: #dcefeb;
  color: var(--teal);
}

.comparison-pills button > span:nth-child(2),
.comparison-pills button b,
.comparison-pills button small {
  min-width: 0;
  display: block;
}

.comparison-pills button b {
  overflow: hidden;
  font-size: 0.74rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.comparison-pills button small {
  margin-top: 1px;
  color: rgba(255, 255, 255, 0.44);
  font-size: 0.59rem;
}

.comparison-pills button.active small { color: var(--muted); }

.comparison-pills button i {
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 50%;
  color: transparent;
  font-size: 0.6rem;
  font-style: normal;
}

.comparison-pills button.active i {
  border-color: var(--teal);
  background: var(--teal);
  color: #fff;
}

.comparison-scroll-hint {
  display: none;
  margin: 4px 9px 10px;
  color: var(--muted);
  font-size: 0.66rem;
}

.comparison-shell.premium-table {
  overflow-x: auto;
  padding: 0;
  border: 1px solid rgba(6, 30, 34, 0.075);
  border-radius: 20px;
  background: #fff;
  box-shadow: none;
  scrollbar-color: rgba(11, 150, 145, 0.35) transparent;
  scrollbar-width: thin;
}

.comparison-shell.premium-table::-webkit-scrollbar { height: 9px; }
.comparison-shell.premium-table::-webkit-scrollbar-track { background: transparent; }
.comparison-shell.premium-table::-webkit-scrollbar-thumb { border: 2px solid #fff; border-radius: 999px; background: rgba(11, 150, 145, 0.3); }

.premium-table .comparison-table {
  min-width: 1060px;
  table-layout: fixed;
}

.premium-table .comparison-table th:first-child,
.premium-table .comparison-table td:first-child {
  width: 265px;
}

.premium-table .comparison-table thead th {
  top: 0;
  padding: 10px;
  border-bottom: 1px solid rgba(6, 30, 34, 0.09);
  background: #f4f7f4;
  vertical-align: top;
}

.premium-table .comparison-table thead th:first-child {
  padding: 12px;
  background: #edf3f0;
}

.feature-column-head {
  min-height: 203px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 18px;
  border: 1px solid rgba(6, 30, 34, 0.075);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.68);
}

.feature-column-head > span {
  color: var(--teal);
  font-size: 0.61rem;
  font-weight: 850;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.feature-column-head > strong {
  margin-top: 10px;
  letter-spacing: -0.035em;
  line-height: 1.14;
  font-size: 1.02rem;
}

.feature-column-head > small {
  margin-top: 8px;
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 500;
  line-height: 1.5;
}

.comparison-key {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  align-items: center;
  margin-top: auto;
  padding-top: 15px;
  color: #607174;
  font-size: 0.61rem;
  font-weight: 650;
}

.comparison-key em {
  width: 20px;
  height: 20px;
  display: inline-grid;
  place-items: center;
  margin-left: 4px;
  border-radius: 7px;
  font-size: 0.58rem;
  font-style: normal;
  font-weight: 900;
}

.comparison-key em:first-child { margin-left: 0; }
.key-included { background: var(--mint); color: #087b77; }
.key-config { background: #edf0ee; color: #607174; }

.table-plan-card {
  position: relative;
  min-height: 203px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  overflow: hidden;
  padding: 17px;
  border: 1px solid rgba(6, 30, 34, 0.08);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 9px 25px rgba(6, 30, 34, 0.045);
  text-align: left;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.table-plan-card::after {
  content: "";
  position: absolute;
  top: 0;
  right: 17px;
  left: 17px;
  height: 2px;
  border-radius: 0 0 999px 999px;
  background: linear-gradient(90deg, transparent, rgba(11, 150, 145, 0.45), transparent);
}

.table-plan-card--featured {
  border-color: rgba(11, 150, 145, 0.2);
  background: #fff;
  color: var(--ink);
  box-shadow: 0 9px 25px rgba(6, 30, 34, 0.06);
}

.table-plan-card--featured::after {
  background: linear-gradient(90deg, transparent, #58ddd6, transparent);
}

.table-plan-tier {
  color: var(--teal);
  font-size: 0.61rem;
  font-weight: 850;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.table-plan-card--featured .table-plan-tier { color: var(--teal); }

.table-plan {
  margin-top: 5px;
  color: var(--ink);
  letter-spacing: -0.035em;
  font-size: 1.03rem;
  font-weight: 820;
}

.table-plan-card--featured .table-plan { color: var(--ink); }

.table-price {
  display: flex;
  align-items: baseline;
  gap: 4px;
  margin-top: 9px;
  color: var(--teal);
}

.table-price strong {
  letter-spacing: -0.045em;
  line-height: 1;
  font-size: 1.35rem;
}

.table-price small { font-size: 0.62rem; }
.table-plan-card--featured .table-price { color: var(--teal); }

.table-fit {
  margin-top: 7px;
  color: var(--muted);
  font-size: 0.64rem;
  font-weight: 600;
}

.table-plan-card--featured .table-fit { color: var(--muted); }

.table-plan-card > a {
  width: 100%;
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: auto;
  padding: 7px 10px;
  border: 1px solid rgba(11, 150, 145, 0.16);
  border-radius: 10px;
  background: #edf7f4;
  color: var(--teal);
  font-size: 0.65rem;
  font-weight: 800;
}

.table-plan-card--featured > a {
  border-color: rgba(11, 150, 145, 0.16);
  background: #edf7f4;
  color: var(--teal);
}

.table-popular {
  position: absolute;
  top: 15px;
  right: 14px;
  padding: 4px 7px;
  border: 1px solid rgba(11, 150, 145, 0.16);
  border-radius: 999px;
  background: var(--mint);
  color: var(--teal);
  font-size: 0.51rem;
  font-weight: 850;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.comparison-area[data-focus="1"] .comparison-table thead th:nth-child(2) .table-plan-card,
.comparison-area[data-focus="2"] .comparison-table thead th:nth-child(3) .table-plan-card,
.comparison-area[data-focus="3"] .comparison-table thead th:nth-child(4) .table-plan-card {
  transform: translateY(-2px);
  border-color: rgba(88, 221, 214, 0.28);
  background:
    radial-gradient(circle at 100% 0%, rgba(40, 199, 191, 0.18), transparent 34%),
    #082b2f;
  color: #fff;
  box-shadow: 0 0 0 3px rgba(40, 199, 191, 0.09), 0 16px 36px rgba(3, 24, 27, 0.2);
}

.comparison-area[data-focus="1"] .comparison-table thead th:nth-child(2) .table-plan-tier,
.comparison-area[data-focus="2"] .comparison-table thead th:nth-child(3) .table-plan-tier,
.comparison-area[data-focus="3"] .comparison-table thead th:nth-child(4) .table-plan-tier,
.comparison-area[data-focus="1"] .comparison-table thead th:nth-child(2) .table-price,
.comparison-area[data-focus="2"] .comparison-table thead th:nth-child(3) .table-price,
.comparison-area[data-focus="3"] .comparison-table thead th:nth-child(4) .table-price {
  color: #58ddd6;
}

.comparison-area[data-focus="1"] .comparison-table thead th:nth-child(2) .table-plan,
.comparison-area[data-focus="2"] .comparison-table thead th:nth-child(3) .table-plan,
.comparison-area[data-focus="3"] .comparison-table thead th:nth-child(4) .table-plan {
  color: #fff;
}

.comparison-area[data-focus="1"] .comparison-table thead th:nth-child(2) .table-fit,
.comparison-area[data-focus="2"] .comparison-table thead th:nth-child(3) .table-fit,
.comparison-area[data-focus="3"] .comparison-table thead th:nth-child(4) .table-fit {
  color: rgba(255, 255, 255, 0.53);
}

.comparison-area[data-focus="1"] .comparison-table thead th:nth-child(2) .table-plan-card > a,
.comparison-area[data-focus="2"] .comparison-table thead th:nth-child(3) .table-plan-card > a,
.comparison-area[data-focus="3"] .comparison-table thead th:nth-child(4) .table-plan-card > a {
  border-color: #58ddd6;
  background: #58ddd6;
  color: var(--ink);
}

.premium-table .comparison-table tbody tr:not(.group-row) td {
  height: 66px;
  padding: 12px 15px;
  border-bottom-color: rgba(6, 30, 34, 0.065);
  background: #fff;
  color: #334d50;
  font-size: 0.76rem;
  transition: background 160ms ease, box-shadow 160ms ease;
}

.premium-table .comparison-table tbody tr:not(.group-row):nth-of-type(odd) td {
  background: #fcfdfb;
}

.premium-table .comparison-table tbody tr:not(.group-row):hover td {
  background: #f1f8f5;
}

.premium-table .comparison-table tbody tr:not(.group-row) td:first-child {
  padding-left: 23px;
  color: #294548;
  font-size: 0.74rem;
  font-weight: 720;
  box-shadow: 12px 0 24px rgba(6, 30, 34, 0.035);
}

.comparison-area[data-focus="1"] .comparison-table thead th:nth-child(2),
.comparison-area[data-focus="1"] .comparison-table tbody tr:not(.group-row) td:nth-child(2),
.comparison-area[data-focus="2"] .comparison-table thead th:nth-child(3),
.comparison-area[data-focus="2"] .comparison-table tbody tr:not(.group-row) td:nth-child(3),
.comparison-area[data-focus="3"] .comparison-table thead th:nth-child(4),
.comparison-area[data-focus="3"] .comparison-table tbody tr:not(.group-row) td:nth-child(4) {
  background: #f0f8f5;
  box-shadow: inset 2px 0 rgba(11, 150, 145, 0.18), inset -2px 0 rgba(11, 150, 145, 0.18);
}

.comparison-area[data-focus="1"] .comparison-table tbody tr:not(.group-row):hover td:nth-child(2),
.comparison-area[data-focus="2"] .comparison-table tbody tr:not(.group-row):hover td:nth-child(3),
.comparison-area[data-focus="3"] .comparison-table tbody tr:not(.group-row):hover td:nth-child(4) {
  background: #e5f4ef;
}

.premium-table .comparison-table .group-row th {
  position: relative;
  z-index: 1;
  left: auto;
  padding: 10px 12px;
  border: 0;
  border-top: 6px solid #fff;
  background: #e8f1ee;
  box-shadow: none;
  color: var(--ink);
  text-align: left;
}

.premium-table .comparison-table .group-row:first-child th { border-top-width: 0; }

.group-heading {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr) auto;
  gap: 11px;
  align-items: center;
}

.group-icon {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(11, 150, 145, 0.13);
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.78);
  color: var(--teal);
  font-size: 0.9rem;
  font-weight: 850;
}

.group-heading > span:nth-child(2),
.group-heading b,
.group-heading small {
  display: block;
}

.group-heading b {
  color: #153f42;
  font-size: 0.7rem;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

.group-heading small {
  margin-top: 2px;
  color: #6d7f81;
  font-size: 0.61rem;
  font-weight: 580;
  letter-spacing: 0;
  text-transform: none;
}

.group-heading em {
  padding: 5px 8px;
  border: 1px solid rgba(6, 30, 34, 0.075);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: #687a7c;
  font-size: 0.57rem;
  font-style: normal;
  font-weight: 760;
  letter-spacing: 0;
  text-transform: none;
}

.limit-value,
.feature-value {
  display: inline-flex;
  align-items: baseline;
  justify-content: center;
  gap: 5px;
}

.limit-value strong {
  color: #123f42;
  letter-spacing: -0.035em;
  font-size: 0.97rem;
}

.limit-value small,
.feature-value small {
  color: #879496;
  font-size: 0.58rem;
  font-weight: 650;
}

.limit-value--strong strong {
  color: var(--teal);
  font-size: 1.08rem;
}

.feature-value {
  padding: 6px 9px;
  border: 1px solid rgba(11, 150, 145, 0.11);
  border-radius: 10px;
  background: rgba(223, 244, 239, 0.52);
  color: #176a68;
  font-size: 0.7rem;
  font-weight: 780;
}

.premium-table .status-pill {
  min-height: 29px;
  padding: 6px 10px;
  border-radius: 9px;
  font-size: 0.62rem;
}

.premium-table .status-check {
  display: inline-flex;
  align-items: center;
  font-size: 0.67rem;
}

.premium-table .status-check::before {
  margin-right: 7px;
}

.group-row--final th {
  background: #dbece7 !important;
}

.comparison-final-row td {
  height: 102px !important;
  padding: 14px !important;
  background: #f7faf8 !important;
}

.final-row-label b,
.final-row-label small {
  display: block;
}

.final-row-label b {
  color: var(--ink);
  font-size: 0.82rem;
}

.final-row-label small {
  margin-top: 4px;
  color: var(--muted);
  font-size: 0.62rem;
  font-weight: 520;
}

.comparison-cta {
  width: 100%;
  min-width: 0;
  min-height: 58px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 8px;
  padding: 9px 13px;
  border: 1px solid rgba(11, 150, 145, 0.16);
  border-radius: 13px;
  background: #e8f5f1;
  color: var(--teal);
  font-size: 0.7rem;
  font-weight: 820;
  text-align: left;
}

.comparison-cta span {
  grid-column: 1 / -1;
  margin-bottom: -5px;
  color: #758587;
  font-size: 0.55rem;
  font-weight: 680;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.comparison-cta b { font-size: 0.9rem; }

.comparison-cta--featured {
  border-color: rgba(11, 150, 145, 0.16);
  background: #e8f5f1;
  color: var(--teal);
  box-shadow: none;
}

.comparison-cta--featured span { color: #758587; }

.comparison-area[data-focus="1"] .comparison-final-row td:nth-child(2) .comparison-cta,
.comparison-area[data-focus="2"] .comparison-final-row td:nth-child(3) .comparison-cta,
.comparison-area[data-focus="3"] .comparison-final-row td:nth-child(4) .comparison-cta {
  border-color: #0b9691;
  background: #0b9691;
  color: #fff;
  box-shadow: 0 10px 24px rgba(11, 150, 145, 0.2);
}

.comparison-area[data-focus="1"] .comparison-final-row td:nth-child(2) .comparison-cta span,
.comparison-area[data-focus="2"] .comparison-final-row td:nth-child(3) .comparison-cta span,
.comparison-area[data-focus="3"] .comparison-final-row td:nth-child(4) .comparison-cta span {
  color: rgba(255, 255, 255, 0.65);
}

.comparison-note {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) auto;
  gap: 13px;
  align-items: center;
  margin-top: 11px;
  padding: 16px 18px;
  border: 1px solid rgba(6, 30, 34, 0.075);
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--muted);
}

.comparison-note-icon {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(11, 150, 145, 0.14);
  border-radius: 11px;
  background: var(--mint);
  color: var(--teal);
  font-size: 0.7rem;
  font-weight: 850;
}

.comparison-note > div b,
.comparison-note > div p {
  display: block;
}

.comparison-note > div b {
  color: #345255;
  font-size: 0.7rem;
}

.comparison-note > div p {
  margin: 2px 0 0;
  color: #7a898b;
  font-size: 0.63rem;
}

.comparison-note button {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 12px;
  border: 1px solid rgba(11, 150, 145, 0.14);
  border-radius: 11px;
  background: #fff;
  color: var(--teal);
  font-size: 0.67rem;
  font-weight: 780;
  white-space: nowrap;
}

@media (max-width: 980px) {
  .comparison-toolbar {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .comparison-toolbar-copy p { max-width: none; }
  .comparison-scroll-hint { display: block; }
}

@media (max-width: 620px) {
  .comparison-area {
    margin-inline: -5px;
    padding: 7px;
    border-radius: 21px;
  }

  .comparison-toolbar {
    align-items: stretch;
    padding: 16px;
    border-radius: 16px;
  }

  .comparison-pills {
    display: flex;
    overflow-x: auto;
    padding-bottom: 4px;
    scrollbar-width: none;
  }

  .comparison-pills::-webkit-scrollbar { display: none; }
  .comparison-pills button { min-width: 165px; }

  .comparison-shell.premium-table { border-radius: 16px; }
  .premium-table .comparison-table { min-width: 940px; }
  .premium-table .comparison-table th:first-child,
  .premium-table .comparison-table td:first-child { width: 185px; }
  .feature-column-head { padding: 14px; }
  .premium-table .comparison-table tbody tr:not(.group-row) td:first-child { padding-left: 16px; }
  .group-heading { grid-template-columns: 32px minmax(0, 1fr); }
  .group-heading em { display: none; }
  .group-icon { width: 32px; height: 32px; }
  .group-heading small { display: none; }
  .comparison-note { grid-template-columns: 30px minmax(0, 1fr); }
  .comparison-note-icon { width: 30px; height: 30px; }
  .comparison-note button { grid-column: 1 / -1; justify-content: center; width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  .reveal { opacity: 1; transform: none; }
}

/* ================================================================
   CírculoVIP v1.2 — menu, CTAs, formulários e footer
   O banner inicial mantém integralmente a composição da versão v1.1.
   ================================================================ */

button,
input,
select,
textarea { font-family: inherit; }

.btn { cursor: pointer; }
.btn:focus-visible,
.nav-login:focus-visible,
.nav-links > a:focus-visible,
.nav-dropdown-trigger:focus-visible,
.nav-mega a:focus-visible,
.nav-mega button:focus-visible,
.contact-fab:focus-visible,
.contact-option:focus-visible,
.lead-close:focus-visible {
  outline: 3px solid rgba(40, 199, 191, 0.32);
  outline-offset: 3px;
}

/* Menu principal e megamenus */
.nav-shell { gap: 24px; }
.nav-links { gap: 25px; }
.nav-item { position: relative; display: flex; align-items: center; }
.nav-dropdown-trigger {
  position: relative;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
  font-size: 0.84rem;
  font-weight: 720;
}
.nav-dropdown-trigger::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  border-radius: 2px;
  background: var(--teal);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 180ms ease;
}
.nav-dropdown-trigger:hover::after,
.nav-dropdown-trigger.active::after,
.nav-dropdown-trigger[aria-expanded="true"]::after { transform: scaleX(1); }
.nav-chevron {
  width: 7px;
  height: 7px;
  display: inline-block;
  margin-top: -3px;
  border-right: 1.7px solid currentColor;
  border-bottom: 1.7px solid currentColor;
  transform: rotate(45deg);
  transform-origin: 65% 65%;
  transition: transform 180ms ease;
}
.nav-dropdown-trigger[aria-expanded="true"] .nav-chevron { transform: rotate(225deg) translate(-1px, -1px); }
.nav-actions {
  gap: 13px;
  margin-left: 3px;
  padding-left: 21px;
  border-left: 1px solid rgba(6, 30, 34, 0.1);
}
.nav-actions .btn { white-space: nowrap; }
.nav-mega {
  position: absolute;
  z-index: 120;
  top: calc(100% + 13px);
  left: -28px;
  width: 410px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px;
  padding: 15px;
  border: 1px solid rgba(6, 30, 34, 0.1);
  border-radius: 20px;
  background: rgba(250, 252, 249, 0.98);
  box-shadow: 0 26px 70px rgba(4, 30, 33, 0.18);
  backdrop-filter: blur(16px);
}
.nav-mega[hidden] { display: none !important; }
.nav-mega-kicker {
  grid-column: 1 / -1;
  margin: 0 4px 3px;
  color: var(--teal);
  font-size: 0.62rem;
  font-weight: 850;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}
.nav-mega a,
.nav-mega button {
  min-height: 82px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 4px;
  padding: 13px;
  border: 1px solid transparent;
  border-radius: 14px;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
  font: inherit;
  text-align: left;
  transition: border-color 160ms ease, background 160ms ease, transform 160ms ease;
}
.nav-mega a::after { display: none; }
.nav-mega a:hover,
.nav-mega button:hover {
  border-color: rgba(11, 150, 145, 0.12);
  background: #edf6f2;
  transform: translateY(-1px);
}
.nav-mega b { font-size: 0.76rem; }
.nav-mega span { color: #718083; font-size: 0.67rem; font-weight: 560; line-height: 1.45; }

/* Botão flutuante de contato */
.contact-widget { position: fixed; z-index: 130; right: 24px; bottom: 24px; display: grid; justify-items: end; gap: 11px; }
.contact-fab {
  position: static;
  min-height: 56px;
  gap: 10px;
  padding: 10px 15px 10px 10px;
  border-color: rgba(255, 255, 255, 0.18);
  background: linear-gradient(135deg, #063d3f, #082d31);
  box-shadow: 0 20px 54px rgba(3, 24, 27, 0.28);
  transition: transform 180ms ease, box-shadow 180ms ease;
}
.contact-fab::before { display: none; }
.contact-fab:hover { transform: translateY(-2px); box-shadow: 0 24px 64px rgba(3, 24, 27, 0.34); }
.contact-fab > img { width: 36px; height: 36px; flex: 0 0 auto; }
.contact-fab > span:not(.fab-chevron) { font-size: 0.79rem; }
.fab-chevron {
  width: 7px;
  height: 7px;
  margin: 2px 0 0 2px;
  border-right: 1.6px solid rgba(255, 255, 255, 0.75);
  border-bottom: 1.6px solid rgba(255, 255, 255, 0.75);
  transform: rotate(225deg);
  transition: transform 180ms ease;
}
.contact-fab[aria-expanded="true"] .fab-chevron { transform: rotate(45deg); }
.contact-options {
  width: 282px;
  display: grid;
  gap: 8px;
  padding: 10px;
  border: 1px solid rgba(6, 30, 34, 0.1);
  border-radius: 20px;
  background: rgba(250, 252, 249, 0.98);
  box-shadow: 0 24px 70px rgba(3, 24, 27, 0.24);
  backdrop-filter: blur(16px);
  animation: contact-options-in 160ms ease both;
}
.contact-options[hidden] { display: none !important; }
.contact-option {
  width: 100%;
  min-height: 66px;
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 11px;
  align-items: center;
  padding: 10px;
  border: 1px solid transparent;
  border-radius: 14px;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
  font: inherit;
  text-align: left;
}
.contact-option:hover { border-color: rgba(11, 150, 145, 0.13); background: #edf6f2; }
.contact-option img,
.contact-option-symbol { width: 40px; height: 40px; }
.contact-option-symbol { display: grid; place-items: center; border-radius: 12px; background: #082d31; color: #58ddd6; font-size: 0.67rem; font-weight: 900; }
.contact-option span:last-child { display: grid; gap: 3px; }
.contact-option b { font-size: 0.78rem; }
.contact-option small { color: #738285; font-size: 0.66rem; }
@keyframes contact-options-in { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }

/* Formulários comerciais */
dialog.lead-dialog {
  width: min(1060px, calc(100% - 28px));
  max-height: calc(100vh - 28px);
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(6, 30, 34, 0.12);
  border-radius: 28px;
  background: #f8faf7;
  color: var(--ink);
  box-shadow: 0 42px 150px rgba(3, 24, 27, 0.4);
}
dialog.lead-dialog::backdrop { background: rgba(3, 20, 23, 0.7); backdrop-filter: blur(8px); }
.lead-shell { max-height: calc(100vh - 28px); display: grid; grid-template-columns: minmax(310px, 0.8fr) minmax(0, 1.2fr); overflow-y: auto; }
.lead-context {
  position: relative;
  overflow: hidden;
  min-height: 610px;
  display: flex;
  flex-direction: column;
  padding: 38px;
  background: radial-gradient(circle at 100% 0%, rgba(40, 199, 191, 0.25), transparent 31%), linear-gradient(145deg, #061f24, #0a3b3e);
  color: #fff;
}
.lead-context::after { content: ""; position: absolute; right: -145px; bottom: -145px; width: 390px; height: 390px; border: 1px solid rgba(88, 221, 214, 0.14); border-radius: 50%; box-shadow: inset 0 0 0 78px rgba(88, 221, 214, 0.025); }
.lead-context > * { position: relative; z-index: 1; }
.lead-context .plan-tier { color: #58ddd6; }
.lead-context h2 { max-width: 390px; margin: 18px 0 0; letter-spacing: -0.05em; line-height: 1.06; font-size: clamp(2rem, 3vw, 2.45rem); }
.lead-context > p { color: rgba(255, 255, 255, 0.65); font-size: 0.84rem; line-height: 1.75; }
.lead-promises { display: grid; gap: 11px; margin-top: 25px; }
.lead-promises span { display: flex; gap: 10px; align-items: center; color: rgba(255, 255, 255, 0.8); font-size: 0.76rem; }
.lead-promises span::before { content: "✓"; width: 23px; height: 23px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 8px; background: rgba(88, 221, 214, 0.11); color: #58ddd6; font-size: 0.63rem; font-weight: 900; }
.lead-context > a { display: inline-flex; align-items: center; gap: 9px; margin-top: auto; padding-top: 28px; border-top: 1px solid rgba(255, 255, 255, 0.11); color: rgba(255, 255, 255, 0.78); font-size: 0.72rem; font-weight: 720; }
.lead-context > a img { width: 28px; height: 28px; }
.lead-context-note { display: grid; gap: 5px; margin-top: auto; padding-top: 28px; border-top: 1px solid rgba(255, 255, 255, 0.11); }
.lead-context-note b { color: #58ddd6; font-size: 0.73rem; }
.lead-context-note span { color: rgba(255, 255, 255, 0.57); font-size: 0.68rem; line-height: 1.55; }
.lead-form-panel { padding: 31px 35px 28px; }
.lead-form-head { display: flex; align-items: start; justify-content: space-between; gap: 20px; margin-bottom: 22px; }
.lead-eyebrow { margin: 0 0 6px !important; color: var(--teal) !important; font-size: 0.62rem !important; font-weight: 850; letter-spacing: 0.11em; text-transform: uppercase; }
.lead-form-head h3 { margin: 0; letter-spacing: -0.035em; font-size: 1.38rem; }
.lead-form-head p { margin: 6px 0 0; color: var(--muted); font-size: 0.76rem; }
.lead-close { width: 40px; height: 40px; display: grid; place-items: center; flex: 0 0 auto; border: 1px solid var(--line); border-radius: 12px; background: #fff; color: var(--ink); cursor: pointer; font-size: 1.15rem; }
.lead-form { display: grid; gap: 13px; }
.lead-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 11px; }
.lead-field { display: grid; gap: 6px; }
.lead-field.full { grid-column: 1 / -1; }
.lead-field label { color: #42575a; font-size: 0.7rem; font-weight: 780; }
.lead-field label span { color: #899597; font-size: 0.63rem; font-weight: 580; }
.lead-field > small { margin: -1px 2px 0; color: #849194; font-size: 0.62rem; }
.lead-field input,
.lead-field select,
.lead-field textarea { width: 100%; min-height: 48px; padding: 11px 13px; border: 1px solid rgba(6, 30, 34, 0.13); border-radius: 13px; outline: none; background: #fff; color: var(--ink); font: inherit; font-size: 0.78rem; transition: border-color 160ms ease, box-shadow 160ms ease; }
.lead-field textarea { min-height: 82px; resize: vertical; }
.lead-field input:focus,
.lead-field select:focus,
.lead-field textarea:focus { border-color: rgba(11, 150, 145, 0.55); box-shadow: 0 0 0 4px rgba(40, 199, 191, 0.09); }
.lead-field input:user-invalid,
.lead-field select:user-invalid { border-color: rgba(190, 70, 70, 0.52); }
.lead-consent { display: grid; grid-template-columns: 18px 1fr; gap: 9px; align-items: start; color: var(--muted); font-size: 0.68rem; line-height: 1.5; }
.lead-consent input { width: 17px; height: 17px; margin: 2px 0 0; accent-color: var(--teal); }
.lead-form-actions { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.lead-form-actions small { max-width: 270px; color: #819092; font-size: 0.62rem; line-height: 1.5; }
.lead-submit { min-width: 190px; }
.lead-submit:disabled { cursor: wait; opacity: 0.72; }

/* Footer institucional */
.footer { padding-top: 64px; }
.footer-topline { align-items: center; margin-bottom: 40px; padding-bottom: 32px; }
.footer-topline h2 { max-width: 540px; font-size: clamp(1.35rem, 1.85vw, 1.82rem); line-height: 1.18; }
.footer-grid { grid-template-columns: minmax(220px, 1.55fr) repeat(4, minmax(120px, 0.8fr)); gap: 34px; }
.footer-brand p { max-width: 300px; font-size: 0.78rem; line-height: 1.65; }
.footer-trust { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 18px; }
.footer-trust span { padding: 5px 8px; border: 1px solid rgba(11, 150, 145, 0.12); border-radius: 999px; background: rgba(255, 255, 255, 0.55); color: #557073; font-size: 0.58rem; font-weight: 780; }
.footer-column h3 { margin-bottom: 12px; }
.footer-column a,
.footer-column button { min-height: 32px; padding: 6px 0; line-height: 1.35; }

@media (max-width: 1160px) {
  .nav-shell { gap: 18px; }
  .nav-links { gap: 18px; }
  .nav-actions { padding-left: 16px; }
  .footer-grid { grid-template-columns: minmax(240px, 1.4fr) repeat(2, 1fr); }
  .footer-brand { grid-row: span 2; }
}

@media (max-width: 860px) {
  .nav-shell { gap: 14px; }
  .nav-links { overflow-y: auto; padding-bottom: 26px; }
  .nav-links > a,
  .nav-dropdown-trigger { min-height: 53px; width: 100%; justify-content: space-between; padding: 14px 2px; border-bottom: 1px solid var(--line); font-size: 1rem; }
  .nav-dropdown-trigger::after { display: none; }
  .nav-item { width: 100%; display: block; }
  .nav-mega { position: static; width: 100%; grid-template-columns: 1fr; gap: 5px; margin: 7px 0 12px; padding: 9px; border-radius: 15px; box-shadow: none; background: #edf3ef; backdrop-filter: none; }
  .nav-mega-kicker { margin-top: 4px; }
  .nav-mega a,
  .nav-mega button { min-height: 62px; padding: 10px 12px; border-bottom: 0; font-size: inherit; }
  .nav-actions { margin: 0; padding-left: 22px; border-left: 0; }
  .lead-shell { grid-template-columns: 1fr; }
  .lead-context { min-height: auto; }
  .lead-context > a,
  .lead-context-note { margin-top: 30px; }
  .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-brand { grid-column: 1 / -1; grid-row: auto; }
}

@media (max-width: 620px) {
  .contact-widget { right: 14px; bottom: 14px; }
  .contact-fab { min-height: 52px; padding: 8px 13px 8px 8px; }
  .contact-fab > img { width: 34px; height: 34px; }
  .contact-options { width: min(282px, calc(100vw - 28px)); }
  dialog.lead-dialog { width: calc(100% - 12px); max-height: calc(100vh - 12px); border-radius: 22px; }
  .lead-shell { max-height: calc(100vh - 12px); }
  .lead-context { padding: 27px 22px; }
  .lead-context h2 { font-size: 1.82rem; }
  .lead-form-panel { padding: 24px 19px 21px; }
  .lead-form-grid { grid-template-columns: 1fr; }
  .lead-field.full { grid-column: auto; }
  .lead-form-actions { align-items: stretch; flex-direction: column; }
  .lead-submit { width: 100%; }
  .footer-topline .btn { width: 100%; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .footer-brand { grid-column: auto; }
}
