:root {
  --blue: #0000ff;
  --blue-dark: #0000b8;
  --navy: #07074a;
  --yellow: #fcc404;
  --yellow-hover: #ffda31;
  --off-white: #f5f6fb;
  --white: #fff;
  --ink: #10113a;
  --muted: #646781;
  --green: #10a96b;
  --radius-sm: 14px;
  --radius: 24px;
  --radius-lg: 34px;
  --shadow: 0 22px 60px rgba(10, 14, 80, .14);
  --container: 1180px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: "Montserrat", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

body.modal-open {
  overflow: hidden;
}

button,
input {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}

a {
  color: inherit;
}

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

.container {
  width: min(var(--container), calc(100% - 40px));
  margin-inline: auto;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 9999;
  padding: 12px 18px;
  border-radius: 999px;
  background: var(--yellow);
  color: var(--ink);
  font-weight: 800;
  transform: translateY(-150%);
}

.skip-link:focus {
  transform: none;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: var(--blue);
  border-bottom: 1px solid rgba(255, 255, 255, .18);
  box-shadow: 0 8px 26px rgba(0, 0, 130, .2);
}

.nav-shell {
  width: min(1240px, calc(100% - 40px));
  min-height: 78px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.brand img {
  width: 174px;
  height: auto;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 28px;
}

.main-nav > a {
  color: var(--white);
  text-decoration: none;
  font-size: .9rem;
  font-weight: 700;
}

.main-nav > a:hover,
.main-nav > a:focus-visible {
  color: var(--yellow);
}

.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  padding: 11px;
  border: 1px solid rgba(255, 255, 255, .35);
  border-radius: 50%;
  background: transparent;
}

.menu-toggle span:not(.sr-only) {
  display: block;
  width: 100%;
  height: 2px;
  margin: 5px 0;
  background: var(--white);
  transition: transform .25s ease, opacity .25s ease;
}

.menu-toggle[aria-expanded="true"] span:nth-child(2) {
  transform: translateY(7px) rotate(45deg);
}

.menu-toggle[aria-expanded="true"] span:nth-child(3) {
  opacity: 0;
}

.menu-toggle[aria-expanded="true"] span:nth-child(4) {
  transform: translateY(-7px) rotate(-45deg);
}

.button {
  display: inline-flex;
  min-height: 54px;
  padding: 0 28px;
  border: 0;
  border-radius: 999px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  cursor: pointer;
  text-decoration: none;
  font-size: .94rem;
  font-weight: 800;
  line-height: 1;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

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

.button:active,
.apps-plus:active,
.whatsapp-float:active {
  transform: scale(.98);
}

.button:focus-visible,
.menu-toggle:focus-visible,
.modal-close:focus-visible,
.field input:focus-visible,
summary:focus-visible {
  outline: 3px solid var(--yellow);
  outline-offset: 3px;
}

.button-yellow {
  background: var(--yellow);
  color: var(--navy);
  box-shadow: 0 12px 28px rgba(252, 196, 4, .25);
}

.button-yellow:hover {
  background: var(--yellow-hover);
  box-shadow: 0 16px 34px rgba(252, 196, 4, .35);
}

.button-blue {
  background: var(--blue);
  color: var(--white);
  box-shadow: 0 12px 28px rgba(0, 0, 255, .2);
}

.button-blue:hover {
  background: var(--blue-dark);
}

.button-ghost {
  border: 2px solid rgba(255, 255, 255, .55);
  color: var(--white);
  background: rgba(255, 255, 255, .07);
}

.button-small {
  min-height: 44px;
  padding-inline: 21px;
  font-size: .84rem;
}

.button-full {
  width: 100%;
}

.plan-card > .button {
  margin-top: auto;
}

.hero {
  position: relative;
  min-height: 700px;
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 78% 20%, rgba(63, 150, 255, .62), transparent 29%),
    linear-gradient(125deg, #0000ca 0%, var(--blue) 53%, #1135e8 100%);
}

.hero::before,
.hero::after {
  content: "";
  position: absolute;
  pointer-events: none;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 50%;
}

.hero::before {
  width: 740px;
  height: 740px;
  right: -170px;
  top: -250px;
}

.hero::after {
  width: 520px;
  height: 520px;
  right: -40px;
  top: -120px;
}

.hero-glow {
  position: absolute;
  width: 460px;
  height: 460px;
  top: 25%;
  left: -180px;
  border-radius: 50%;
  background: rgba(75, 165, 255, .38);
  filter: blur(100px);
}

.hero-grid {
  position: relative;
  z-index: 2;
  min-height: 660px;
  display: grid;
  grid-template-columns: 1.02fr .98fr;
  align-items: center;
  gap: 34px;
}

.hero-copy {
  padding: 80px 0 100px;
}

.eyebrow {
  margin: 0 0 18px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--yellow);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.eyebrow span {
  width: 28px;
  height: 3px;
  border-radius: 99px;
  background: currentColor;
}

.eyebrow-blue {
  color: var(--blue);
}

.hero h1 {
  max-width: 680px;
  margin: 0;
  font-size: clamp(2.7rem, 5.1vw, 5rem);
  line-height: .98;
  letter-spacing: -.055em;
  font-weight: 900;
}

.hero h1 em {
  color: var(--yellow);
  font-style: normal;
}

.hero-lead {
  max-width: 620px;
  margin: 26px 0 0;
  color: rgba(255, 255, 255, .9);
  font-size: clamp(1rem, 1.4vw, 1.18rem);
  line-height: 1.65;
}

.hero-actions {
  margin-top: 34px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.hero-points {
  margin: 30px 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
  color: rgba(255, 255, 255, .88);
  font-size: .82rem;
  font-weight: 700;
}

.hero-points span {
  display: inline-flex;
  width: 22px;
  height: 22px;
  margin-right: 5px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--yellow);
  color: var(--navy);
}

.hero-visual {
  position: relative;
  align-self: stretch;
  min-height: 620px;
}

.hero-visual > img {
  position: absolute;
  z-index: 2;
  width: min(500px, 92%);
  height: auto;
  right: -28px;
  bottom: 0;
  filter: drop-shadow(0 24px 35px rgba(1, 0, 82, .28));
}

.hero-visual > img[src*="muvnet-lp-carapicuiba"] {
  right: -270px;
  width: 680px;
  max-width: none;
}

.hero-visual > img[src*="muvnet-lp-embu_das_artes"] {
  right: -110px;
}

.price-plate {
  position: absolute;
  z-index: 4;
  top: 76px;
  left: -8px;
  width: 288px;
  padding: 20px 22px 18px;
  border: 1px solid rgba(255, 255, 255, .26);
  border-radius: var(--radius);
  background: linear-gradient(145deg, rgba(5, 5, 175, .96), rgba(0, 0, 255, .93));
  box-shadow: 0 22px 50px rgba(0, 0, 80, .28);
}

.price-kicker {
  display: block;
  color: var(--yellow);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.price-plate > strong {
  display: block;
  margin-top: 7px;
  font-size: 1.95rem;
  font-weight: 900;
  line-height: 1;
}

.speed-unit {
  font-size: .45em;
  font-weight: 800;
  letter-spacing: 0;
  vertical-align: .2em;
}

.hero-lead .speed-unit {
  font-size: .72em;
  vertical-align: baseline;
}

.price-line {
  margin-top: 8px;
  display: flex;
  align-items: flex-start;
  line-height: 1;
}

.price-line > span:first-child {
  margin: 14px 6px 0 0;
  font-size: 1.25rem;
  font-weight: 800;
}

.price-line b {
  font-size: 4.75rem;
  letter-spacing: -.08em;
  font-weight: 900;
}

.price-cents {
  margin-top: 12px;
  color: var(--yellow);
  font-size: 1.5rem;
  font-weight: 900;
}

.price-cents small {
  display: block;
  margin-top: 9px;
  margin-left: 4px;
  color: rgba(255, 255, 255, .75);
  font-size: .7rem;
  font-weight: 600;
}

.price-plate p {
  margin: 2px 0 0;
  padding-top: 11px;
  border-top: 3px solid var(--yellow);
  color: rgba(255, 255, 255, .78);
  font-size: .78rem;
  font-weight: 700;
}

.floating-badge {
  position: absolute;
  z-index: 5;
  min-width: 138px;
  padding: 13px 18px;
  border: 1px solid rgba(255, 255, 255, .32);
  border-radius: 999px;
  background: rgba(255, 255, 255, .94);
  color: var(--navy);
  box-shadow: 0 12px 28px rgba(0, 0, 80, .18);
}

.floating-badge b,
.floating-badge span {
  display: block;
}

.floating-badge b {
  color: var(--blue);
  font-size: .88rem;
}

.floating-badge span {
  margin-top: 2px;
  font-size: .66rem;
  font-weight: 600;
}

.floating-badge-one {
  right: -10px;
  top: 158px;
}

.page-carapicuiba .floating-badge-one {
  right: -110px;
}

.floating-badge-two {
  right: 40px;
  bottom: 85px;
}

.hero-wave {
  position: absolute;
  z-index: 3;
  right: -5%;
  bottom: -86px;
  left: -5%;
  height: 130px;
  border-radius: 50% 50% 0 0;
  background: var(--white);
}

.proof-strip {
  padding: 32px 0 38px;
  background: var(--white);
}

.proof-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.proof-grid > div {
  padding: 4px 28px;
  border-right: 1px solid #e3e4ed;
}

.proof-grid > div:first-child {
  padding-left: 0;
}

.proof-grid > div:last-child {
  border: 0;
}

.proof-grid strong,
.proof-grid span {
  display: block;
}

.proof-grid strong {
  color: var(--blue);
  font-size: 1rem;
  font-weight: 900;
}

.proof-grid span {
  margin-top: 4px;
  color: var(--muted);
  font-size: .78rem;
  font-weight: 600;
}

.section {
  padding: 100px 0;
}

main > section:not(.hero):not(.proof-strip) {
  content-visibility: auto;
  contain-intrinsic-size: auto 800px;
}

section[id] {
  scroll-margin-top: 94px;
}

.plans {
  background: var(--off-white);
}

.section-heading {
  max-width: 760px;
  margin: 0 auto 52px;
  text-align: center;
}

.section-heading .eyebrow {
  justify-content: center;
}

.section-heading h2,
.benefits h2,
.coverage h2,
.faq h2,
.final-cta h2 {
  margin: 0;
  font-size: clamp(2.15rem, 4vw, 3.45rem);
  line-height: 1.08;
  letter-spacing: -.045em;
  font-weight: 900;
}

.section-heading > p:last-child,
.faq-heading > p:last-child {
  max-width: 660px;
  margin: 18px auto 0;
  color: var(--muted);
  line-height: 1.7;
}

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

.plan-card {
  position: relative;
  padding: 37px 30px 30px;
  display: flex;
  flex-direction: column;
  border: 1px solid #dfe1ee;
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 16px 42px rgba(28, 30, 92, .07);
}

.plan-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow);
  transition: transform .25s ease, box-shadow .25s ease;
}

.plan-featured {
  border: 3px solid var(--blue);
  background:
    linear-gradient(var(--white), var(--white)) padding-box,
    linear-gradient(135deg, var(--blue), #4b63ff) border-box;
  box-shadow: 0 22px 60px rgba(0, 0, 255, .15);
}

.popular-tag {
  position: absolute;
  top: -18px;
  left: 50%;
  min-width: 160px;
  padding: 10px 17px;
  border-radius: 999px;
  background: var(--yellow);
  color: var(--navy);
  text-align: center;
  font-size: .74rem;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
  transform: translateX(-50%);
  box-shadow: 0 10px 25px rgba(252, 196, 4, .3);
}

.plan-name {
  margin: 0;
  color: var(--blue);
  font-size: .8rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.plan-card h3 {
  margin: 8px 0 16px;
  font-size: 2.8rem;
  line-height: 1;
  letter-spacing: -.04em;
  font-weight: 900;
}

.plan-price {
  display: flex;
  align-items: flex-start;
  color: var(--navy);
  line-height: 1;
}

.plan-price > span:first-child {
  margin: 10px 5px 0 0;
  font-size: 1rem;
  font-weight: 800;
}

.plan-price strong {
  font-size: 4.6rem;
  letter-spacing: -.075em;
  font-weight: 900;
}

.plan-price .cents {
  margin: 9px 0 0 3px;
  color: var(--blue);
  font-size: 1.45rem;
  font-weight: 900;
}

.plan-price small {
  display: block;
  margin-top: 10px;
  margin-left: 4px;
  color: var(--muted);
  font-size: .65rem;
  font-weight: 600;
}

.plan-period {
  margin: 6px 0 0;
  color: var(--muted);
  font-size: .76rem;
  font-weight: 600;
}

.yellow-rule {
  width: 100%;
  height: 4px;
  margin: 20px 0;
  border-radius: 99px;
  background: var(--yellow);
}

.plan-card ul {
  min-height: 138px;
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
}

.plan-card li {
  display: flex;
  gap: 9px;
  margin: 12px 0;
  color: #3c3f5d;
  font-size: .82rem;
  line-height: 1.45;
  font-weight: 600;
}

.plan-card li span {
  flex: 0 0 21px;
  width: 21px;
  height: 21px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #e6f9f1;
  color: var(--green);
  font-size: .7rem;
  font-weight: 900;
}

.apps-addon {
  margin: 0 0 24px;
  padding: 12px;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  background: #f9fafb;
}

.apps-addon-header {
  display: flex;
  flex-direction: column;
  gap: 3px;
  margin-bottom: 10px;
}

.apps-addon-title {
  color: #111827;
  font-size: .78rem;
  font-weight: 900;
}

.apps-addon-sub {
  color: #5e6274;
  font-size: .75rem;
  line-height: 1.45;
}

.apps-addon-sub b {
  color: var(--blue);
}

.apps-included-icons {
  min-height: 42px;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 2px;
}

.apps-row {
  margin-top: 10px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  background: var(--white);
}

.apps-row-premium {
  border-color: #f3cc4f;
  background: #fffaf0;
}

.apps-row-left {
  min-width: 0;
  flex: 1;
}

.apps-row-label {
  margin-bottom: 7px;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 8px;
}

.apps-row-label strong {
  color: #111827;
  font-size: .75rem;
}

.apps-row-label span {
  color: var(--blue);
  font-size: .7rem;
  font-weight: 800;
  white-space: nowrap;
}

.apps-icons {
  display: flex;
  align-items: center;
  gap: 8px;
  overflow-x: auto;
  padding: 1px 1px 3px;
  scrollbar-width: thin;
  scrollbar-color: #cfd2df transparent;
}

.app-ico {
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  background: var(--white);
  object-fit: contain;
}

.apps-plus {
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  border: 2px solid var(--blue);
  border-radius: 50%;
  background: var(--white);
  color: var(--blue);
  cursor: pointer;
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1;
  transition: background .2s ease, color .2s ease, transform .2s ease;
}

.apps-plus:hover {
  background: var(--blue);
  color: var(--white);
  transform: translateY(-1px);
}

.apps-plus:focus-visible,
.apps-catalog-close:focus-visible {
  outline: 3px solid var(--yellow);
  outline-offset: 3px;
}

.fine-print {
  min-height: 50px;
  margin: 15px 0 0;
  color: #818397;
  font-size: .75rem;
  line-height: 1.55;
}

.apps-catalog-modal {
  position: fixed;
  inset: 0;
  z-index: 1100;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.apps-catalog-modal[aria-hidden="false"] {
  display: flex;
}

.apps-catalog-modal[aria-hidden="false"] .apps-catalog-backdrop {
  animation: modal-backdrop-in .2s ease-out both;
}

.apps-catalog-modal[aria-hidden="false"] .apps-catalog-dialog,
.modal[aria-hidden="false"] .modal-dialog {
  animation: modal-dialog-in .22s ease-out both;
}

@keyframes modal-backdrop-in {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes modal-dialog-in {
  from {
    opacity: 0;
    transform: translateY(10px) scale(.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.apps-catalog-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(4, 4, 36, .72);
  backdrop-filter: blur(7px);
}

.apps-catalog-dialog {
  position: relative;
  z-index: 2;
  width: min(720px, 100%);
  max-height: calc(100dvh - 40px);
  padding: 32px;
  overflow-y: auto;
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 30px 90px rgba(0, 0, 35, .4);
}

.apps-catalog-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  background: #eef0f8;
  color: var(--ink);
  cursor: pointer;
  font-size: 1.5rem;
  line-height: 1;
}

.apps-catalog-dialog h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(1.6rem, 4vw, 2.25rem);
  line-height: 1.1;
  letter-spacing: -.035em;
  font-weight: 900;
}

.apps-catalog-intro {
  max-width: 560px;
  margin: 10px 0 22px;
  color: var(--muted);
  font-size: .86rem;
  line-height: 1.6;
}

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

.apps-catalog-grid-premium {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.apps-catalog-grid figure {
  min-width: 0;
  margin: 0;
  padding: 10px 7px;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  background: #fafaff;
  text-align: center;
}

.apps-catalog-grid img {
  width: 56px;
  height: 56px;
  margin-inline: auto;
  object-fit: contain;
}

.apps-catalog-grid figcaption {
  margin-top: 7px;
  color: #55596d;
  font-size: .7rem;
  line-height: 1.3;
  font-weight: 700;
  overflow-wrap: anywhere;
}

.apps-catalog-note {
  margin: 18px 0 0;
  color: #777a91;
  font-size: .75rem;
  line-height: 1.5;
}

.plans-note {
  max-width: 800px;
  margin: 32px auto 0;
  color: #777a91;
  text-align: center;
  font-size: .75rem;
  line-height: 1.6;
}

.benefits {
  color: var(--white);
  background:
    radial-gradient(circle at 20% 100%, rgba(68, 81, 255, .4), transparent 35%),
    linear-gradient(135deg, #060640, #0000c9 65%, var(--blue));
}

.benefits-grid {
  display: grid;
  grid-template-columns: .88fr 1.12fr;
  gap: 72px;
  align-items: center;
}

.benefits-copy > p:not(.eyebrow) {
  max-width: 520px;
  margin: 24px 0 32px;
  color: rgba(255, 255, 255, .8);
  line-height: 1.75;
}

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

.benefit-cards article {
  min-height: 215px;
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .08);
  box-shadow: 0 20px 40px rgba(1, 1, 50, .12);
}

.benefit-number {
  display: inline-flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--yellow);
  color: var(--navy);
  font-size: .75rem;
  font-weight: 900;
}

.benefit-cards h3 {
  margin: 19px 0 10px;
  font-size: 1.08rem;
  font-weight: 800;
}

.benefit-cards p {
  margin: 0;
  color: rgba(255, 255, 255, .72);
  font-size: .8rem;
  line-height: 1.6;
}

.coverage {
  background: var(--white);
}

.coverage-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 75px;
  align-items: center;
}

.coverage-card {
  position: relative;
  min-height: 460px;
  padding: 52px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  overflow: hidden;
  border-radius: var(--radius-lg);
  color: var(--white);
  background:
    radial-gradient(circle at 35% 30%, rgba(81, 177, 255, .85), transparent 24%),
    radial-gradient(circle at 80% 65%, rgba(76, 104, 255, .85), transparent 30%),
    var(--blue);
  box-shadow: var(--shadow);
}

.coverage-card::before,
.coverage-card::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 50%;
}

.coverage-card::before {
  width: 470px;
  height: 470px;
  top: -240px;
  right: -120px;
}

.coverage-card::after {
  width: 300px;
  height: 300px;
  left: -120px;
  bottom: -100px;
}

.coverage-card p,
.coverage-card strong,
.coverage-card > span {
  position: relative;
  z-index: 2;
}

.coverage-card p {
  margin: 0 0 12px;
  color: var(--yellow);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.coverage-card strong {
  max-width: 400px;
  font-size: clamp(2rem, 4vw, 3.15rem);
  line-height: 1.05;
  letter-spacing: -.04em;
}

.coverage-card > span {
  margin-top: 15px;
  color: rgba(255, 255, 255, .78);
  font-size: .8rem;
  font-weight: 600;
}

.map-dot {
  position: absolute;
  z-index: 2;
  width: 18px;
  height: 18px;
  border: 5px solid var(--yellow);
  border-radius: 50%;
  background: var(--white);
  box-shadow: 0 0 0 12px rgba(252, 196, 4, .18);
}

.dot-one {
  top: 84px;
  left: 31%;
}

.dot-two {
  top: 151px;
  right: 23%;
}

.dot-three {
  top: 224px;
  left: 49%;
}

.coverage-copy > p:not(.eyebrow):not(.coverage-alert) {
  margin: 22px 0;
  color: var(--muted);
  line-height: 1.75;
}

.coverage-alert {
  margin: 0 0 28px;
  padding: 18px 20px;
  border-left: 4px solid var(--yellow);
  border-radius: 0 14px 14px 0;
  background: #fff8d7;
  color: #4d4a35;
  font-size: .83rem;
  line-height: 1.6;
}

.faq {
  background: var(--off-white);
}

.faq-grid {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: 80px;
  align-items: start;
}

.faq-heading {
  position: sticky;
  top: 130px;
}

.accordion {
  border-top: 1px solid #dcddea;
}

.accordion details {
  border-bottom: 1px solid #dcddea;
}

.accordion summary {
  padding: 25px 6px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  cursor: pointer;
  list-style: none;
  color: var(--ink);
  font-size: .98rem;
  font-weight: 800;
}

.accordion summary::-webkit-details-marker {
  display: none;
}

.accordion summary span {
  color: var(--blue);
  font-size: 1.5rem;
  font-weight: 500;
  transition: transform .2s ease;
}

.accordion details[open] summary span {
  transform: rotate(45deg);
}

.accordion details p {
  margin: -6px 0 0;
  padding: 0 50px 25px 6px;
  color: var(--muted);
  font-size: .86rem;
  line-height: 1.7;
}

.reviews {
  background: var(--white);
}

.reviews-heading {
  margin-bottom: 42px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 42px;
}

.reviews-heading h2 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(2rem, 3.5vw, 3.25rem);
  letter-spacing: -.045em;
}

.reviews-heading > div > p:last-child {
  max-width: 650px;
  margin: 14px 0 0;
  color: var(--muted);
  line-height: 1.7;
}

.google-rating {
  min-width: 245px;
  padding: 20px 22px;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 3px 13px;
  border: 1px solid #e4e5ef;
  border-radius: var(--radius-sm);
  color: var(--navy);
  text-decoration: none;
  box-shadow: 0 14px 38px rgba(10, 14, 80, .08);
}

.google-rating strong {
  grid-row: span 2;
  color: var(--blue);
  font-size: 2.35rem;
  line-height: 1;
}

.google-rating .rating-stars,
.review-stars {
  color: #e7a800;
  letter-spacing: .08em;
}

.google-rating > span:last-child {
  color: var(--muted);
  font-size: .68rem;
  font-weight: 700;
}

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

.review-card {
  min-height: 245px;
  padding: 25px;
  display: flex;
  flex-direction: column;
  border: 1px solid #e5e6f0;
  border-radius: var(--radius-sm);
  background: var(--off-white);
}

.review-card p {
  margin: 17px 0 24px;
  color: #3f425e;
  font-size: .82rem;
  line-height: 1.7;
}

.review-card strong {
  margin-top: auto;
  color: var(--navy);
  font-size: .8rem;
}

.review-card > span:last-child {
  margin-top: 5px;
  color: var(--muted);
  font-size: .63rem;
}

.reviews-source {
  margin: 25px 0 0;
  color: var(--muted);
  font-size: .7rem;
  line-height: 1.6;
  text-align: center;
}

.reviews-source a {
  color: var(--blue);
  font-weight: 800;
}

.final-cta {
  padding: 72px 0;
  color: var(--white);
  background: var(--blue);
}

.final-cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}

.final-cta p:not(.eyebrow) {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, .78);
}

.store-location {
  background: linear-gradient(180deg, #f8f8ff 0%, #eef0ff 100%);
}

.store-grid {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  align-items: stretch;
  gap: 42px;
}

.store-content h2 {
  margin: 14px 0 0;
  color: var(--navy);
}

.store-content > p:not(.eyebrow) {
  max-width: 540px;
  margin: 16px 0 0;
  color: var(--muted);
  font-size: .94rem;
  line-height: 1.7;
}

.store-details {
  margin-top: 28px;
  padding: 26px;
  border: 1px solid rgba(0, 0, 255, .12);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 18px 45px rgba(5, 5, 38, .08);
}

.store-label {
  display: block;
  margin: 0 0 7px;
  color: var(--blue);
  font-size: .7rem;
  font-weight: 900;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.store-details address,
.store-hours {
  margin: 0;
  color: var(--navy);
  font-size: .92rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.65;
}

.store-details .store-label:not(:first-child) {
  margin-top: 21px;
}

.store-details .button {
  margin-top: 24px;
}

.store-map {
  min-height: 440px;
  overflow: hidden;
  border: 6px solid var(--white);
  border-radius: calc(var(--radius) + 6px);
  background: #dfe2ff;
  box-shadow: 0 24px 55px rgba(5, 5, 38, .14);
}

.store-map iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 440px;
  border: 0;
}

.site-footer {
  padding: 62px 0 22px;
  color: var(--white);
  background: #050526;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.05fr 1.35fr 1.35fr .85fr;
  gap: 42px;
}

.footer-grid img {
  width: 170px;
}

.footer-grid p {
  color: rgba(255, 255, 255, .78);
  font-size: .8rem;
}

.footer-grid b,
.footer-grid a,
.footer-grid span,
.footer-grid address,
.footer-grid strong {
  display: block;
}

.footer-grid b {
  margin-bottom: 16px;
  color: var(--yellow);
  font-size: .8rem;
}

.footer-grid a {
  margin: 10px 0;
  color: rgba(255, 255, 255, .82);
  text-decoration: none;
  font-size: .76rem;
}

.footer-grid strong,
.footer-grid span,
.footer-grid address {
  color: rgba(255, 255, 255, .78);
  font-size: .74rem;
  font-style: normal;
  line-height: 1.65;
}

.footer-grid strong {
  margin-bottom: 4px;
  color: var(--white);
  font-size: .8rem;
}

.footer-contact > span {
  margin-top: 14px;
}

.footer-grid a:hover {
  color: var(--white);
}

.footer-bottom {
  margin-top: 44px;
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid rgba(255, 255, 255, .12);
  color: rgba(255, 255, 255, .74);
  font-size: .68rem;
}

.whatsapp-float {
  position: fixed;
  z-index: 80;
  right: 24px;
  bottom: max(24px, env(safe-area-inset-bottom));
  min-height: 54px;
  padding: 8px 21px 8px 8px;
  display: flex;
  align-items: center;
  gap: 9px;
  border: 0;
  border-radius: 999px;
  background: #17b868;
  color: var(--white);
  cursor: pointer;
  box-shadow: 0 14px 32px rgba(7, 99, 51, .3);
}

.whatsapp-float span {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, .18);
  font-size: 1rem;
}

.whatsapp-float img {
  width: 23px;
  height: 23px;
  object-fit: contain;
}

.whatsapp-float b {
  font-size: .75rem;
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.modal[aria-hidden="false"] {
  display: flex;
}

.modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(4, 4, 36, .78);
  backdrop-filter: blur(8px);
}

.modal-dialog {
  position: relative;
  z-index: 2;
  width: min(540px, 100%);
  max-height: calc(100vh - 40px);
  padding: 38px;
  overflow-y: auto;
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 30px 90px rgba(0, 0, 35, .4);
}

.modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  background: #eef0f8;
  color: var(--ink);
  cursor: pointer;
  font-size: 1.65rem;
  line-height: 1;
}

.modal-intro {
  padding-right: 40px;
}

.modal-intro h2 {
  margin: 0;
  font-size: clamp(1.8rem, 5vw, 2.5rem);
  line-height: 1.08;
  letter-spacing: -.04em;
  font-weight: 900;
}

.modal-intro > p:not(.eyebrow) {
  margin: 12px 0;
  color: var(--muted);
  font-size: .82rem;
  line-height: 1.55;
}

.selected-plan {
  display: inline-block;
  margin: 5px 0 22px;
  padding: 9px 14px;
  border-radius: 999px;
  background: #eeeeff;
  color: var(--blue);
  font-size: .72rem;
  font-weight: 700;
}

.field {
  margin-bottom: 15px;
}

.field label {
  display: block;
  margin: 0 0 7px;
  color: var(--ink);
  font-size: .76rem;
  font-weight: 800;
}

.required {
  color: #c62836;
}

.field input {
  width: 100%;
  min-height: 52px;
  padding: 0 15px;
  border: 1px solid #d8dae8;
  border-radius: var(--radius-sm);
  background: #fafaff;
  color: var(--ink);
  font-size: 1rem;
}

.field input::placeholder {
  color: #9a9caf;
}

.field input:focus {
  border-color: var(--blue);
  background: var(--white);
  box-shadow: 0 0 0 4px rgba(0, 0, 255, .08);
  outline: 0;
}

.submit-button {
  margin-top: 8px;
}

.submit-button:disabled {
  cursor: wait;
  opacity: .7;
  transform: none;
}

.privacy-note {
  margin: 12px auto 0;
  color: #7c7e91;
  text-align: center;
  font-size: .75rem;
  line-height: 1.5;
}

.field-error {
  min-height: 0;
  margin: 6px 2px 0;
  color: #b4232f;
  font-size: .75rem;
  font-weight: 700;
}

.field-error:empty {
  display: none;
}

.form-message {
  min-height: 18px;
  margin: 12px 0 0;
  color: var(--blue);
  text-align: center;
  font-size: .72rem;
  font-weight: 800;
}

.form-message.error {
  color: #c82c38;
}

.honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}

@media (max-width: 1024px) {
  .main-nav {
    gap: 18px;
  }

  .hero-grid {
    grid-template-columns: 1.05fr .95fr;
  }

  .price-plate {
    left: 0;
    width: 270px;
  }

  .price-line b {
    font-size: 4.35rem;
  }

  .floating-badge-one {
    right: -20px;
  }

  .plan-card {
    padding-inline: 23px;
  }

  .plan-price strong {
    font-size: 4rem;
  }

  .benefits-grid,
  .coverage-grid,
  .faq-grid {
    gap: 45px;
  }

  .review-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .menu-toggle {
    display: block;
  }

  .main-nav {
    position: absolute;
    top: 78px;
    right: 0;
    left: 0;
    padding: 25px 20px 30px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    background: var(--blue);
    border-top: 1px solid rgba(255, 255, 255, .18);
    box-shadow: 0 18px 30px rgba(0, 0, 80, .25);
  }

  .main-nav.open {
    display: flex;
  }

  .main-nav > a {
    padding: 14px 6px;
    border-bottom: 1px solid rgba(255, 255, 255, .13);
  }

  .main-nav .button {
    margin-top: 18px;
  }

  .hero-grid {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    padding: 70px 0 0;
  }

  .hero-visual {
    min-height: 590px;
  }

  .hero-visual > img {
    width: 480px;
    right: 3%;
  }

  .hero-visual > img[src*="muvnet-lp-carapicuiba"] {
    right: -70px;
    width: 540px;
  }

  .hero-visual > img[src*="muvnet-lp-embu_das_artes"] {
    right: -50px;
  }

  .price-plate {
    top: 60px;
    left: 3%;
  }

  .floating-badge-one {
    right: 4%;
    top: 180px;
  }

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

  .proof-grid > div:nth-child(2) {
    border: 0;
  }

  .proof-grid > div:nth-child(3) {
    padding-left: 0;
  }

  .plan-grid {
    grid-template-columns: 1fr;
    max-width: 560px;
    margin-inline: auto;
    gap: 34px;
  }

  .plan-card ul {
    min-height: 0;
  }

  .benefits-grid,
  .coverage-grid,
  .faq-grid {
    grid-template-columns: 1fr;
  }

  .benefits-copy {
    text-align: center;
  }

  .benefits-copy .eyebrow {
    justify-content: center;
  }

  .benefits-copy > p:not(.eyebrow) {
    margin-inline: auto;
  }

  .faq-heading {
    position: static;
  }

  .faq-heading {
    text-align: center;
  }

  .faq-heading .eyebrow {
    justify-content: center;
  }

  .reviews-heading {
    align-items: stretch;
    flex-direction: column;
    text-align: center;
  }

  .reviews-heading .eyebrow {
    justify-content: center;
  }

  .reviews-heading > div > p:last-child {
    margin-inline: auto;
  }

  .google-rating {
    width: min(100%, 360px);
    margin-inline: auto;
  }

  .final-cta-inner {
    flex-direction: column;
    text-align: center;
  }

  .final-cta .eyebrow {
    justify-content: center;
  }

  .store-grid {
    grid-template-columns: 1fr;
  }

  .store-content {
    text-align: center;
  }

  .store-content .eyebrow {
    justify-content: center;
  }

  .store-content > p:not(.eyebrow) {
    margin-inline: auto;
  }

  .store-map,
  .store-map iframe {
    min-height: 380px;
  }
}

@media (max-width: 560px) {
  .container,
  .nav-shell {
    width: min(100% - 28px, var(--container));
  }

  .nav-shell {
    min-height: 70px;
  }

  .brand img {
    width: 145px;
  }

  .main-nav {
    top: 70px;
  }

  .hero-copy {
    padding-top: 52px;
    text-align: center;
  }

  .hero-copy .eyebrow,
  .hero-actions,
  .hero-points {
    justify-content: center;
  }

  .hero h1 {
    font-size: clamp(2.55rem, 12vw, 3.7rem);
  }

  .hero-lead {
    font-size: .96rem;
  }

  .hero-actions .button {
    width: 100%;
  }

  .hero-points {
    gap: 12px;
    font-size: .72rem;
  }

  .hero-visual {
    min-height: 535px;
  }

  .hero-visual > img {
    width: 410px;
    max-width: 105%;
    right: -25px;
  }

  .price-plate {
    top: 32px;
    left: 0;
    width: 215px;
    padding: 16px 18px;
  }

  .price-plate > strong {
    font-size: 1.6rem;
  }

  .price-line b {
    font-size: 3.6rem;
  }

  .price-cents {
    font-size: 1.2rem;
  }

  .hero-visual > img[src*="muvnet-lp-carapicuiba"] {
    right: -75px;
    width: 470px;
  }

  .hero-visual > img[src*="muvnet-lp-embu_das_artes"] {
    right: -55px;
  }

  .floating-badge {
    min-width: 120px;
    padding: 10px 14px;
  }

  .floating-badge-one {
    top: 208px;
    right: -4px;
  }

  .floating-badge-two {
    right: 0;
    bottom: 52px;
  }

  .store-details {
    padding: 22px 18px;
  }

  .store-details .button {
    width: 100%;
  }

  .store-map,
  .store-map iframe {
    min-height: 330px;
  }

  .proof-grid > div {
    padding-inline: 16px;
  }

  .proof-grid strong {
    font-size: .88rem;
  }

  .section {
    padding: 72px 0;
  }

  .section-heading {
    margin-bottom: 42px;
  }

  .plan-card {
    padding: 35px 24px 27px;
  }

  .benefit-cards {
    grid-template-columns: 1fr;
  }

  .benefit-cards article {
    min-height: 0;
  }

  .coverage-card {
    min-height: 390px;
    padding: 34px 27px;
  }

  .coverage-card strong {
    font-size: 2.35rem;
  }

  .accordion summary {
    font-size: .88rem;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .review-grid {
    grid-template-columns: 1fr;
  }

  .footer-bottom {
    flex-direction: column;
  }

  .whatsapp-float {
    right: 14px;
    bottom: max(14px, env(safe-area-inset-bottom));
  }

  .whatsapp-float b {
    display: none;
  }

  .whatsapp-float {
    width: 54px;
    padding: 8px;
  }

  .modal-dialog {
    padding: 31px 22px 25px;
  }

  .modal-intro {
    padding-right: 32px;
  }

  .apps-catalog-dialog {
    padding: 28px 18px 22px;
  }

  .apps-catalog-grid,
  .apps-catalog-grid-premium {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 9px;
  }

  .apps-catalog-dialog .eyebrow {
    padding-right: 38px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}
