:root {
  --blue: #2563eb;
  --dark: #1e40af;
  --cyan: #06b6d4;
  --green: #22c55e;
  --ink: #0f172a;
  --muted: #64748b;
  --bg: #f8fafc;
  --line: #e2e8f0;
  --card: #fff;
  --grad: linear-gradient(135deg, #2563eb 0%, #06b6d4 100%);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  background: var(--bg);
  color: var(--ink);
  font-family: "DM Sans", system-ui, sans-serif;
}
button, input, select { font: inherit; }
.wrap { width: min(1180px, calc(100% - 40px)); margin: auto; }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--blue);
  font-size: .66rem;
  font-weight: 900;
  letter-spacing: .09em;
  text-transform: uppercase;
}
.eyebrow:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 0 4px #cffafe;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 38px;
  border: 0;
  border-radius: 12px;
  padding: 9px 14px;
  text-decoration: none;
  font-weight: 900;
  font-size: .86rem;
  max-width: 100%;
  white-space: nowrap;
  cursor: pointer;
}
.btn-primary { color: #fff; background: var(--grad); box-shadow: 0 12px 24px #2563eb30; }
.btn-light { color: #17305c; background: #fff; border: 1px solid var(--line); }

.nav {
  position: sticky;
  top: 0;
  z-index: 40;
  height: 56px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e2e8f099;
  background: #fffffff2;
  backdrop-filter: blur(18px);
}
.nav-inner {
  width: min(1280px, calc(100% - 40px));
  min-height: 56px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
.brand { display: flex; align-items: center; text-decoration: none; min-width: 0; }
.brand img { width: 158px; height: auto; max-height: 42px; object-fit: contain; }
.nav-links { display: flex; align-items: center; gap: 18px; }
.nav-links a {
  color: #475569;
  text-decoration: none;
  font-size: .86rem;
  font-weight: 700;
}
.nav-links a:hover { color: var(--blue); }
.nav-actions { display: flex; align-items: center; gap: 8px; }
.login { color: var(--dark); text-decoration: none; font-size: .82rem; font-weight: 800; padding: 8px 10px; }
.trial {
  min-height: 36px;
  padding: 8px 14px;
  border-radius: 12px;
  color: #fff;
  background: var(--grad);
  text-decoration: none;
  font-size: .78rem;
  font-weight: 900;
}
.menu-toggle {
  display: none;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 10px;
  background: #eff6ff;
  color: var(--blue);
}

.navigator-hero {
  position: relative;
  overflow: hidden;
  padding: 18px 0;
  background: linear-gradient(135deg, #eff6ff 0%, #f8fafc 54%, #ecfeff 100%);
}
.navigator-hero:before {
  content: "";
  position: absolute;
  right: -145px;
  top: -245px;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: #bae6fd;
  opacity: .6;
}
.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
}
.hero-grid > * { min-width: 0; }
.hero-titleline {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 9px;
  min-width: 0;
}
.hero-divider {
  color: #94a3b8;
  font-size: .76rem;
  font-weight: 800;
}
.navigator-hero h1 {
  margin: 0;
  color: #071f4f;
  font: 900 .92rem/1.2 Manrope, sans-serif;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}
.navigator-hero p {
  margin: 0;
  color: #58708f;
  font-size: .76rem;
  line-height: 1.35;
  font-weight: 600;
  overflow-wrap: anywhere;
}
.hero-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px; }
.hero-actions .btn { min-height: 36px; padding: 8px 14px; font-size: .78rem; }

.navigator-shell { padding: 18px 0 70px; }
.navigator-shell.wrap {
  width: 100%;
  max-width: none;
}
.navigator-toolbar {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) minmax(260px, 360px) auto;
  gap: 12px;
  align-items: end;
  margin-bottom: 14px;
  padding: 14px;
  border: 1px solid #d7e5f6;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 14px 32px #102a6b0d;
}
.navigator-toolbar label { display: grid; gap: 7px; min-width: 0; }
.navigator-toolbar label span {
  color: #405a7d;
  font-size: .75rem;
  font-weight: 900;
}
.navigator-toolbar input,
.navigator-toolbar select {
  width: 100%;
  min-height: 42px;
  border: 1px solid #cfe0f5;
  border-radius: 12px;
  outline: 0;
  background: #fff;
  color: #102a6b;
  padding: 9px 11px;
  font-weight: 800;
}
.navigator-toolbar input:focus,
.navigator-toolbar select:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 4px #dbeafe;
}
.highlight-controls {
  display: grid;
  grid-template-columns: repeat(4, minmax(52px, 1fr));
  gap: 7px;
}
.highlight-btn {
  min-height: 42px;
  border: 1px solid #cfe0f5;
  border-radius: 12px;
  background: #fff;
  color: #263f65;
  padding: 8px 10px;
  font-size: .8rem;
  font-weight: 950;
  cursor: pointer;
}
.highlight-btn:hover,
.highlight-btn.active { border-color: var(--blue); background: #eff6ff; color: #1d4ed8; }
.highlight-btn[data-mode="pt"].active { color: #fff; border-color: #2563eb; background: #2563eb; }
.highlight-btn[data-mode="lwf"].active { color: #fff; border-color: #22c55e; background: #22c55e; }
.highlight-btn[data-mode="both"].active { color: #fff; border-color: #0f766e; background: #0f766e; }

.map-workspace {
  display: grid;
  grid-template-columns: minmax(520px, 1.18fr) minmax(560px, .82fr);
  gap: 16px;
  align-items: stretch;
  min-width: 0;
}
.map-panel,
.state-panel {
  min-width: 0;
  border: 1px solid #d7e5f6;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 14px 32px #102a6b0d;
}
.map-panel {
  position: relative;
  overflow: hidden;
  min-height: 660px;
}
#chartdiv {
  width: 100%;
  height: 660px;
}
.navigator-map-fallback {
  display: grid;
  align-content: start;
  gap: 16px;
  width: 100%;
  height: 100%;
  padding: 24px;
  overflow: auto;
  background: linear-gradient(135deg, #f8fbff 0%, #eef6ff 100%);
}
.fallback-head {
  display: grid;
  gap: 6px;
  max-width: 620px;
}
.fallback-head strong {
  color: #071f4f;
  font: 900 1.35rem/1.15 Manrope, sans-serif;
}
.fallback-head span {
  color: #58708f;
  font-size: .9rem;
  font-weight: 700;
}
.fallback-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  gap: 10px;
}
.fallback-state {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  min-height: 48px;
  border: 1px solid #cfe0f5;
  border-radius: 12px;
  background: #fff;
  color: #071f4f;
  padding: 10px 12px;
  text-align: left;
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 10px 24px #102a6b0a;
}
.fallback-state small {
  flex: 0 0 auto;
  border-radius: 999px;
  background: #eff6ff;
  color: #1d4ed8;
  padding: 3px 7px;
  font-size: .68rem;
  font-weight: 950;
}
.fallback-state:hover,
.fallback-state.active {
  border-color: #2563eb;
  background: #eff6ff;
}
.map-status {
  position: absolute;
  left: 14px;
  bottom: 14px;
  max-width: calc(100% - 28px);
  border: 1px solid #d7e5f6;
  border-radius: 12px;
  background: #fffffff2;
  color: #405a7d;
  padding: 8px 11px;
  font-size: .8rem;
  font-weight: 800;
  pointer-events: none;
}
.state-panel {
  display: grid;
  grid-template-columns: max-content minmax(0, 1fr) max-content;
  align-content: start;
  align-items: center;
  gap: 10px 12px;
  padding: 18px;
}
.panel-kicker {
  display: block;
  color: var(--green);
  font-size: .73rem;
  font-weight: 950;
  letter-spacing: .09em;
  text-transform: uppercase;
}
.state-panel h2 {
  margin: 0;
  color: #071f4f;
  font: 900 clamp(1.18rem, 2vw, 1.55rem)/1.12 Manrope, sans-serif;
}
.state-code {
  display: inline-flex;
  margin-top: 0;
  border-radius: 999px;
  background: #eff6ff;
  color: #1e40af;
  padding: 5px 9px;
  font-size: .72rem;
  font-weight: 900;
}
.state-panel p {
  margin: 13px 0 0;
  color: #58708f;
  line-height: 1.45;
  font-size: .82rem;
}
.status-grid {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-top: 0;
}
.status-card {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(0, auto) minmax(0, 1fr);
  align-items: center;
  gap: 9px;
  border: 1px solid #dbe7f6;
  border-radius: 14px;
  background: #f8fbff;
  padding: 9px 10px;
}
.status-card span {
  display: block;
  color: #64748b;
  font-size: .72rem;
  font-weight: 800;
  overflow-wrap: anywhere;
}
.status-card strong {
  display: block;
  margin-top: 0;
  color: #102a6b;
  font: 900 .8rem/1.15 Manrope, sans-serif;
  text-align: right;
  overflow-wrap: anywhere;
}
.status-card strong.yes { color: #047857; }
.status-card strong.no { color: #64748b; }
.legend {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  color: #58708f;
  font-size: .78rem;
  font-weight: 850;
}
.legend span { display: inline-flex; align-items: center; gap: 7px; }
.map-legend {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  gap: 8px;
  border: 1px solid #d7e5f6;
  border-radius: 999px;
  background: #fffffff2;
  padding: 7px 10px;
  box-shadow: 0 10px 22px #102a6b12;
}
.map-legend span {
  color: #405a7d;
  font-size: .72rem;
  font-weight: 900;
}
.dot {
  width: 12px;
  height: 12px;
  border-radius: 4px;
  border: 1px solid #102a6b22;
}
.dot.pt { background: #2563eb; }
.dot.lwf { background: #22c55e; }
.dot.both { background: #0f766e; }
.state-compliance {
  grid-column: 1 / -1;
  margin-top: 2px;
  border-top: 1px solid #dbe7f6;
  padding-top: 14px;
}
.state-compliance-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}
.state-compliance-head > div {
  display: flex;
  align-items: baseline;
  gap: 10px;
  min-width: 0;
}
.state-compliance-head .panel-kicker { margin: 0; }
.state-compliance-head strong {
  flex: 0 0 auto;
  border-radius: 999px;
  background: #eff6ff;
  color: #1d4ed8;
  padding: 6px 9px;
  font-size: .72rem;
  font-weight: 950;
}
.state-compliance h3 {
  margin: 0;
  color: #071f4f;
  font: 900 1.15rem/1.2 Manrope, sans-serif;
}
.compliance-table-wrap {
  width: 100%;
  max-height: 330px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  border: 1px solid #dbe7f6;
  border-radius: 14px;
  background: #fff;
}
.compliance-table {
  width: 100%;
  min-width: 480px;
  border-collapse: collapse;
}
.compliance-table th {
  background: #eff6ff;
  color: #1d4ed8;
  padding: 9px 11px;
  text-align: left;
  font-size: .72rem;
  font-weight: 950;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.compliance-table td {
  border-top: 1px solid #e4edf8;
  color: #263f65;
  padding: 10px 11px;
  vertical-align: top;
  font-size: .82rem;
  font-weight: 750;
}
.compliance-table td:first-child { width: 54%; }
.compliance-table td:last-child { width: 108px; }
.compliance-table td strong {
  display: block;
  color: #102a6b;
  font: 900 .82rem/1.28 Manrope, sans-serif;
}
.compliance-table td small {
  display: block;
  margin-top: 4px;
  color: #58708f;
  font-size: .74rem;
  font-weight: 600;
  line-height: 1.4;
}
.compliance-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 34px;
  border: 1px solid #2563eb;
  border-radius: 10px;
  background: #eff6ff;
  color: #1e40af;
  text-decoration: none;
  padding: 7px 8px;
  font-size: .74rem;
  font-weight: 950;
  white-space: nowrap;
  min-width: 96px;
}
.compliance-action:hover { background: #2563eb; color: #fff; }
.panel-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 9px;
  margin-top: 19px;
}
.navigator-note {
  margin: 16px 0 0;
  border-left: 4px solid var(--green);
  border-radius: 12px;
  background: #fff;
  color: #58708f;
  padding: 13px 15px;
  font-size: .84rem;
  line-height: 1.55;
}

footer { background: #0b1221; color: #cbd5e1; padding: 60px 0 24px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 35px; }
.footer-brand img {
  display: block;
  width: 142px;
  height: auto;
  max-height: 48px;
  object-fit: contain;
  object-position: left center;
  margin-bottom: 14px;
}
.footer-brand p { max-width: 290px; margin: 0; color: #d7e3f3; line-height: 1.6; font-size: .85rem; }
.socials { display: flex; gap: 8px; margin-top: 18px; }
.socials a {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 10px;
  background: #1e293b;
  color: #fff;
  text-decoration: none;
}
.fa-youtube { --fa: "\f167"; }
.fa-whatsapp { --fa: "\f232"; }
.fa-instagram { --fa: "\f16d"; }
.fa-x-twitter { --fa: "\e61f"; }
.socials a:hover { background: var(--blue); }
.footer-title { margin: 5px 0 15px; color: #fff; font: 800 .86rem Manrope, sans-serif; }
footer ul { margin: 0; padding: 0; list-style: none; }
footer li { margin: 10px 0; }
footer li a,
.footer-address { color: #cbd5e1; text-decoration: none; font-size: .82rem; line-height: 1.5; }
footer li a:hover { color: #fff; }
.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 42px;
  border-top: 1px solid #1e293b;
  padding-top: 20px;
  color: #d7e3f3;
  font-size: .77rem;
}
.footer-bottom a { color: #cbd5e1; text-decoration: none; margin-left: 16px; }

body.site-dark {
  --bg: #07152e;
  --card: #0c2348;
  --line: #28436c;
  color: #eff6ff;
}
body.site-dark .nav,
body.site-dark .navigator-toolbar,
body.site-dark .map-panel,
body.site-dark .state-panel,
body.site-dark .state-compliance,
body.site-dark .navigator-note,
body.site-dark .status-card,
body.site-dark .compliance-table-wrap,
body.site-dark .compliance-action,
body.site-dark .navigator-toolbar input,
body.site-dark .navigator-toolbar select,
body.site-dark .btn-light,
body.site-dark .highlight-btn {
  background: #0c2348;
  border-color: #28436c;
  color: #eaf2ff;
}
body.site-dark .navigator-hero { background: linear-gradient(135deg, #07152e 0%, #0b2145 58%, #072f42 100%); }
body.site-dark .navigator-hero h1,
body.site-dark .state-panel h2,
body.site-dark .state-compliance h3,
body.site-dark .compliance-table td strong,
body.site-dark .status-card strong { color: #f8fbff; }
body.site-dark .navigator-hero p,
body.site-dark .state-panel p,
body.site-dark .compliance-table td,
body.site-dark .compliance-table td small,
body.site-dark .navigator-note,
body.site-dark .map-status { color: #b9cbe3; }
body.site-dark .map-status { background: #0c2348ee; border-color: #28436c; }
body.site-dark .map-legend { background: #0c2348ee; border-color: #28436c; }
body.site-dark .map-legend span { color: #dbeafe; }
body.site-dark .navigator-map-fallback {
  background: linear-gradient(135deg, #07152e 0%, #0c2348 100%);
}
body.site-dark .fallback-head strong,
body.site-dark .fallback-state { color: #f8fbff; }
body.site-dark .fallback-head span { color: #b9cbe3; }
body.site-dark .fallback-state {
  background: #102a50;
  border-color: #28436c;
}
body.site-dark .fallback-state small { background: #0c2348; color: #bfdbfe; }
body.site-dark .fallback-state:hover,
body.site-dark .fallback-state.active {
  border-color: #38bdf8;
  background: #0f3764;
}
body.site-dark .nav-links a { color: #dbeafe; }
body.site-dark .state-code { background: #102a50; color: #bfdbfe; }
body.site-dark .state-compliance { border-color: #28436c; }
body.site-dark .state-compliance-head strong { background: #102a50; color: #bfdbfe; }
body.site-dark .compliance-table th { background: #102a50; color: #bfdbfe; }
body.site-dark .compliance-table td { border-color: #28436c; }
body.site-dark .compliance-action { background: #102a50; border-color: #2563eb; color: #bfdbfe; }
body.site-dark .compliance-action:hover { background: #2563eb; color: #fff; }

@media (max-width: 1000px) {
  .nav-links {
    display: none;
  }
  .nav-links.open {
    position: absolute;
    top: 60px;
    left: 15px;
    right: 15px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 2px;
    border: 1px solid #d7e5f6;
    border-radius: 16px;
    background: #fffffff8;
    padding: 12px;
    box-shadow: 0 18px 40px #0f172a1a;
  }
  .nav-links.open a { padding: 10px 12px; }
  body.site-dark .nav-links.open { background: #0c2348; border-color: #28436c; }
  .menu-toggle { display: grid; place-items: center; }
  .hero-grid,
  .map-workspace { grid-template-columns: 1fr; }
  .hero-actions { justify-content: flex-start; }
  .state-panel { grid-template-columns: max-content minmax(0, 1fr) max-content; }
  .map-panel,
  #chartdiv { min-height: 560px; height: 560px; }
}

@media (max-width: 720px) {
  .wrap { width: calc(100% - 30px); max-width: 1180px; }
  .navigator-shell.wrap { width: 100%; max-width: none; }
  .nav-inner { width: calc(100% - 18px); gap: 8px; }
  .brand img { width: clamp(142px, 40vw, 166px); max-height: 42px; }
  .login { display: none; }
  .trial { min-height: 34px; padding: 7px 10px; font-size: .72rem; }
  .navigator-hero { padding: 14px 0; }
  .navigator-toolbar { grid-template-columns: 1fr; padding: 12px; }
  .highlight-controls { grid-template-columns: repeat(2, 1fr); }
  .map-panel,
  #chartdiv { min-height: 500px; height: 500px; }
  .state-panel {
    grid-template-columns: 1fr auto;
    padding: 16px;
  }
  .state-panel h2 { grid-column: 1 / 2; }
  .state-code { justify-self: end; }
  .state-compliance { padding-top: 13px; }
  .state-compliance-head { align-items: flex-start; }
  .state-compliance-head > div {
    display: grid;
    gap: 4px;
  }
  .compliance-table { min-width: 480px; }
  .status-grid { grid-template-columns: 1fr; }
  .status-card { grid-template-columns: 1fr; gap: 4px; }
  .status-card span,
  .status-card strong { white-space: normal; }
  .hero-actions .btn,
  .panel-actions .btn { width: 100%; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: span 2; }
  .footer-bottom { display: block; line-height: 2; }
  .footer-bottom a { margin-left: 0; margin-right: 14px; }
}

@media (max-width: 520px) {
  .nav-actions .trial { display: none; }
  .hero-titleline { gap: 7px; }
  .navigator-hero h1 { font-size: .88rem; }
  .navigator-hero p { font-size: .72rem; }
}

@media (max-width: 430px) {
  .hero-actions { display: grid; grid-template-columns: minmax(0, 1fr); width: 100%; }
  .state-compliance-head {
    display: grid;
    grid-template-columns: 1fr;
  }
  .map-panel,
  #chartdiv { min-height: 455px; height: 455px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
}
