:root {
  --bg: #020b0f;
  --panel: #071419;
  --green: #18d65f;
  --green2: #04aa4f;
  --text: #f7fbf9;
  --muted: #b9c9c4;
  --line: rgba(255, 255, 255, .14);
  --gold: #ffc23d;
  --insertx-orange: #f7bd39;
  --dark: #051015;
  --ink: #0c1715;
  --paper: #f6f8f7;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  font-family: Inter, Arial, Helvetica, sans-serif;
  background: var(--paper);
  color: var(--ink);
}

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

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

.vy-hero {
  position: relative;
  min-height: 790px;
  overflow: hidden;
  padding: 28px 0 92px;
  color: var(--text);
  background:
    linear-gradient(
      90deg,
      rgba(0, 8, 12, .98) 0%,
      rgba(0, 8, 12, .92) 24%,
      rgba(0, 8, 12, .76) 42%,
      rgba(0, 8, 12, .20) 62%,
      rgba(0, 8, 12, 0) 100%
    ),
    linear-gradient(
      180deg,
      rgba(0, 8, 12, .44) 0%,
      rgba(0, 8, 12, .03) 42%,
      rgba(0, 8, 12, .22) 100%
    ),
    url("/assets/img/pontox/banner-pontox.png") right center / auto 100% no-repeat,
    #020b0f;
}

.vy-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: radial-gradient(circle at 18% 40%, rgba(22, 216, 108, .07), transparent 34%);
}

.vy-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: radial-gradient(circle at 70% 55%, rgba(255, 255, 255, .24), rgba(255, 255, 255, .09) 24%, transparent 43%);
  mix-blend-mode: screen;
}

.vy-nav {
  position: relative;
  z-index: 10;
  width: min(1180px, calc(100% - 44px));
  display: grid;
  grid-template-columns: max-content max-content;
  justify-content: start;
  gap: 10px;
  align-items: center;
  margin: 0 auto;
  padding: 0;
}

.vy-brand {
  display: inline-flex;
  align-items: center;
  justify-self: start;
  min-height: 62px;
}

.vy-brand img {
  width: auto;
  height: 95px;
  max-width: 292px;
  object-fit: contain;
  filter: drop-shadow(0 10px 18px rgba(0, 0, 0, .28));
}

.vy-copy-brand {
  display: flex;
  width: fit-content;
  min-height: 0;
  margin: -18px 0 14px;
}

.vy-menu {
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 2px;
  min-width: 0;
  width: max-content;
  max-width: 100%;
  padding: 3px;
  border: 1px solid rgba(255, 255, 255, .10);
  border-radius: 999px;
  background: rgba(8, 18, 20, .18);
  backdrop-filter: blur(18px);
}

.vy-menu a {
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  border-radius: 999px;
  color: rgba(238, 247, 244, .76);
  font-size: 13px;
  font-weight: 480;
  white-space: nowrap;
  transition: background .18s ease, color .18s ease;
}

.vy-back-link {
  gap: 1px;
  padding-left: 12px;
  padding-right: 12px;
  color: rgba(245, 245, 245, .74);
  font-size: 15px;
  font-weight: 560;
  letter-spacing: .01em;
  opacity: .78;
  transition: opacity .18s ease, color .18s ease;
}

.vy-back-link strong {
  color: var(--insertx-orange);
  font-weight: 600;
}

.vy-back-link:hover {
  opacity: 1;
  color: #f5f5f5;
}

.vy-menu a:hover,
.vy-menu a.active {
  color: #ffffff;
  background: rgba(255, 255, 255, .08);
}

.vy-menu a.active::after {
  display: none;
}

.vy-actions {
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
  justify-self: start;
  padding: 3px;
  border: 1px solid rgba(255, 255, 255, .10);
  border-radius: 999px;
  background: rgba(8, 18, 20, .18);
  backdrop-filter: blur(18px);
}

.btn {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 15px;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 14px;
  font-weight: 620;
  white-space: nowrap;
}

.btn-primary,
.btn-whats {
  border: 0;
  color: #ffffff;
  background: linear-gradient(135deg, var(--green), #07964a);
  box-shadow: 0 12px 28px rgba(2, 180, 88, .24);
}

.btn-ghost {
  color: #ffffff;
  background: rgba(255, 255, 255, .04);
}

.vy-hero-grid {
  position: relative;
  z-index: 3;
  width: min(1180px, calc(100% - 44px));
  display: grid;
  grid-template-columns: minmax(320px, 500px) minmax(0, 1fr);
  gap: 132px;
  align-items: center;
  margin: 40px auto 0;
}

.eyebrow {
  display: inline-flex;
  margin-bottom: 24px;
  color: #84f0b7;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.vy-copy h1 {
  max-width: 480px;
  margin: 0 0 32px;
  font-size: clamp(39px, 3vw, 43px);
  font-weight: 360;
  line-height: 1.16;
  letter-spacing: -.025em;
}

.vy-copy h1 strong {
  color: var(--green);
  font-weight: 500;
  font-style: normal;
}

.vy-copy p {
  max-width: 440px;
  margin: 0 0 36px;
  color: #e0ebe7;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.72;
}

.vy-checks {
  display: grid;
  gap: 17px;
  margin: 0 0 36px;
  padding: 0;
  list-style: none;
}

.vy-checks li {
  display: flex;
  align-items: center;
  gap: 11px;
  color: #f2fbf7;
  font-size: 16px;
}

.vy-checks li::before {
  content: "";
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
  border: 1px solid var(--green);
  border-radius: 50%;
  background: radial-gradient(circle at 50% 50%, var(--green) 0 34%, transparent 38%);
}

.vy-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 0;
}

.vy-proof {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #dbe9e4;
}

.vy-proof span {
  color: var(--gold);
  letter-spacing: 2px;
}

.vy-proof small {
  display: block;
  color: #aebfba;
}

.vy-stage {
  position: relative;
  min-height: 548px;
  display: grid;
  place-items: center;
  isolation: isolate;
}

.vy-stage::before {
  content: "";
  position: absolute;
  inset: 20px 0 0 0;
  z-index: -1;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 42px;
  background:
    linear-gradient(160deg, rgba(22, 216, 108, .12), rgba(255, 255, 255, .04)),
    rgba(255, 255, 255, .03);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08), 0 34px 100px rgba(0, 0, 0, .34);
}

.vy-desktop {
  position: absolute;
  width: min(620px, 90%);
  max-height: 460px;
  object-fit: contain;
  filter: drop-shadow(0 34px 50px rgba(0, 0, 0, .62));
  transform: translate(-18px, 10px);
}

.vy-mobile {
  position: absolute;
  right: 5%;
  bottom: 6%;
  width: min(180px, 27%);
  border-radius: 28px;
  filter: drop-shadow(0 28px 34px rgba(0, 0, 0, .62));
}

.float-icon {
  position: absolute;
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(22, 216, 108, .48);
  border-radius: 18px;
  background: rgba(2, 16, 17, .58);
  box-shadow: 0 0 38px rgba(22, 216, 108, .18);
  color: #a8ffd0;
  font-size: 21px;
  font-weight: 900;
  backdrop-filter: blur(10px);
}

.i1 { left: 3%; top: 19%; }
.i2 { left: 10%; bottom: 22%; }
.i3 { right: 3%; top: 24%; }
.i4 { right: 10%; bottom: 17%; }

.orb {
  position: absolute;
  border-radius: 999px;
  filter: blur(38px);
  opacity: .45;
}

.orb-a {
  width: 210px;
  height: 210px;
  right: 10%;
  top: 8%;
  background: #07d66c;
}

.orb-b {
  width: 170px;
  height: 170px;
  left: 14%;
  bottom: 10%;
  background: #00a6ff;
}

.benefit-strip {
  position: relative;
  z-index: 5;
  width: min(1180px, calc(100% - 44px));
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin: -18px auto 0;
}

.benefit-strip article {
  min-width: 0;
  min-height: 116px;
  display: grid;
  grid-template-rows: auto auto 1fr;
  align-content: start;
  gap: 7px;
  padding: 13px 20px;
  border: 1px solid rgba(255, 255, 255, .065);
  border-radius: 16px;
  background:
    linear-gradient(160deg, rgba(22, 216, 108, .06), rgba(255, 255, 255, .025)),
    rgba(5, 17, 21, .78);
  box-shadow: 0 10px 22px rgba(0, 0, 0, .09);
  backdrop-filter: blur(14px);
}

.benefit-strip span {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(22, 216, 108, .18);
  border-radius: 14px;
  background: rgba(22, 216, 108, .055);
  color: #8df5ba;
  line-height: 1;
}

.benefit-strip svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.benefit-strip h3 {
  margin: 0;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.18;
  letter-spacing: -.01em;
}

.benefit-strip p {
  margin: 0;
  color: #bed0ca;
  font-size: 13px;
  line-height: 1.42;
}

.section {
  width: min(1180px, calc(100% - 44px));
  margin: 76px auto;
}

.section.product {
  display: grid;
  grid-template-columns: minmax(300px, .72fr) minmax(0, 1fr);
  gap: 34px;
  align-items: center;
  padding: 36px;
  border: 1px solid rgba(12, 23, 21, .08);
  border-radius: 34px;
  background: linear-gradient(135deg, #ffffff, #f7fbf8);
  box-shadow: 0 24px 70px rgba(0, 0, 0, .08);
}

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

.section.product .section-head {
  margin: 0;
  text-align: left;
}

.section-head span {
  color: #068a45;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.section-head h2 {
  margin: 10px 0 12px;
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.07;
  letter-spacing: -.035em;
}

.section-head p {
  margin: 0;
  color: #52605d;
  font-size: 17px;
  line-height: 1.5;
}

.product-showcase {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .5);
  border-radius: 28px;
  background: #071316;
  box-shadow: 0 26px 70px rgba(0, 0, 0, .16);
}

.product-showcase img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: center;
}

.plans {
  margin-top: 78px;
}

.plans-included-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin: 34px 0 44px;
}

.included-card {
  min-height: 158px;
  padding: 20px;
  border: 1px solid rgba(22, 216, 108, .16);
  border-radius: 18px;
  background:
    radial-gradient(circle at 90% 0%, rgba(22, 216, 108, .14), transparent 34%),
    linear-gradient(145deg, rgba(4, 18, 20, .98), rgba(7, 35, 26, .96));
  color: #ffffff;
  box-shadow: 0 18px 46px rgba(0, 0, 0, .10);
}

.included-card span {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  margin-bottom: 15px;
  border-radius: 12px;
  background: rgba(22, 216, 108, .12);
  color: #55f397;
}

.included-card svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.included-card h3 {
  margin: 0 0 7px;
  font-size: 16px;
  font-weight: 850;
  letter-spacing: -.01em;
}

.included-card p {
  margin: 0;
  color: #c7dad3;
  font-size: 13px;
  line-height: 1.45;
}

.plans-scale {
  margin: 16px 0 46px;
  padding: 34px;
  border: 1px solid rgba(22, 216, 108, .18);
  border-radius: 24px;
  background:
    linear-gradient(145deg, rgba(3, 16, 20, .98), rgba(7, 35, 27, .95)),
    #031014;
  color: #ffffff;
}

.plans-scale .section-head {
  margin-bottom: 24px;
}

.plans-scale .section-head h2 {
  color: #ffffff;
}

.plans-scale .section-head p {
  color: #c9d9d3;
}

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

.scale-grid article {
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, .10);
  border-radius: 16px;
  background: rgba(255, 255, 255, .045);
}

.scale-grid article.highlight {
  border-color: rgba(22, 216, 108, .46);
  background: rgba(22, 216, 108, .10);
  box-shadow: 0 16px 34px rgba(0, 190, 90, .14);
}

.scale-grid strong {
  display: block;
  margin-bottom: 6px;
  font-size: 17px;
}

.scale-grid span {
  color: #c9d9d3;
  font-size: 13px;
  line-height: 1.35;
}

.plans-price-head {
  margin-bottom: 26px;
}

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

.plan {
  position: relative;
  min-height: 520px;
  display: flex;
  flex-direction: column;
  padding: 28px 22px 24px;
  border: 1px solid #dce5e1;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 12px 35px rgba(0, 0, 0, .04);
}

@media (min-width: 1101px) {
  .included-card,
  .scale-grid article,
  .field-module {
    transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
  }

  .included-card:hover {
    border-color: rgba(22, 216, 108, .34);
    box-shadow:
      0 24px 58px rgba(0, 0, 0, .14),
      0 0 32px rgba(22, 216, 108, .08);
    transform: translateY(-5px);
  }

  .scale-grid article:hover {
    border-color: rgba(22, 216, 108, .28);
    transform: translateY(-3px);
  }

  .field-module:hover {
    border-color: rgba(22, 216, 108, .30);
    box-shadow:
      0 28px 80px rgba(0, 0, 0, .13),
      0 0 38px rgba(22, 216, 108, .08);
  }

  .field-module-preview img {
    width: min(100%, 620px);
    max-width: 100%;
    transform: none;
  }

  .field-module a {
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
  }

  .field-module a:hover {
    background: linear-gradient(135deg, #19e978, #8dffb8);
    box-shadow: 0 18px 36px rgba(2, 180, 88, .30);
    transform: translateY(-2px);
  }

  .plan {
    transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
    will-change: transform;
  }

  .plan:hover {
    border-color: rgba(22, 216, 108, .46);
    box-shadow:
      0 22px 52px rgba(0, 0, 0, .09),
      0 0 0 1px rgba(22, 216, 108, .05),
      0 0 34px rgba(22, 216, 108, .08);
    transform: translateY(-9px) scale(1.02);
  }

  .plan.featured:hover {
    border-color: rgba(22, 216, 108, .82);
    box-shadow:
      0 32px 68px rgba(0, 190, 90, .22),
      0 0 0 1px rgba(22, 216, 108, .12),
      0 0 42px rgba(22, 216, 108, .14);
    transform: translateY(-18px) scale(1.025);
  }

  .plan.featured em {
    box-shadow:
      0 10px 24px rgba(0, 0, 0, .18),
      0 0 18px rgba(255, 194, 61, .16);
  }

  .plan a {
    transition: transform .2s ease, border-color .2s ease, background .2s ease, box-shadow .2s ease, color .2s ease;
  }

  .plan a:hover {
    border-color: #14bf64;
    color: #046b35;
    box-shadow: 0 12px 26px rgba(6, 138, 69, .16);
    transform: translateY(-2px);
  }

  .plan .solid:hover,
  .plan.featured a:hover {
    color: #ffffff;
    background: linear-gradient(135deg, #19e978, #08a953);
    box-shadow: 0 16px 32px rgba(2, 180, 88, .28);
  }
}

.plan h3 {
  margin: 0 0 8px;
  font-size: 24px;
  font-weight: 650;
  letter-spacing: -.03em;
}

.plan p {
  min-height: 62px;
  margin: 0;
  color: #4d5b57;
  line-height: 1.45;
}

.price {
  margin: 16px 0;
  font-size: 36px;
  font-weight: 760;
  line-height: 1;
  letter-spacing: -.045em;
}

.price small {
  margin-right: 5px;
  font-size: 17px;
}

.price span {
  font-size: 15px;
  letter-spacing: 0;
}

.price.price-consult {
  min-height: 36px;
  display: flex;
  align-items: center;
  font-size: 32px;
  letter-spacing: -.035em;
}

.plan ul {
  display: grid;
  gap: 11px;
  margin: 0 0 22px;
  padding: 0;
  list-style: none;
}

.plan li {
  display: flex;
  gap: 8px;
  font-size: 14px;
  line-height: 1.35;
}

.plan li::before {
  content: "";
  width: 7px;
  height: 7px;
  flex: 0 0 auto;
  margin-top: 6px;
  border-radius: 50%;
  background: #0aaa54;
}

.plan a {
  min-height: 44px;
  display: grid;
  place-items: center;
  margin-top: auto;
  border: 1px solid #13a657;
  border-radius: 13px;
  color: #087a3d;
  font-size: 14px;
  font-weight: 850;
  text-align: center;
}

.plan.featured {
  border: 2px solid var(--green2);
  box-shadow: 0 26px 58px rgba(0, 190, 90, .18);
  transform: translateY(-12px);
}

.plan.featured em {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  padding: 7px 18px;
  border-radius: 999px;
  background: #083f22;
  color: #b5ff7c;
  font-size: 11px;
  font-style: normal;
  font-weight: 950;
  text-transform: uppercase;
  white-space: nowrap;
}

.plan .solid,
.plan.featured a {
  border: 0;
  color: #ffffff;
  background: linear-gradient(135deg, var(--green), #07964a);
}

.field-module {
  display: grid;
  grid-template-columns: minmax(0, .45fr) minmax(430px, .55fr);
  gap: 38px;
  align-items: center;
  margin-top: 42px;
  padding: 44px 48px;
  overflow: hidden;
  border: 1px solid rgba(22, 216, 108, .18);
  border-radius: 24px;
  background:
    radial-gradient(circle at 88% 12%, rgba(22, 216, 108, .18), transparent 36%),
    linear-gradient(145deg, #031014, #071f18);
  color: #ffffff;
  box-shadow: 0 24px 70px rgba(0, 0, 0, .10);
}

.field-module span {
  color: #75f5a6;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.field-module h2 {
  margin: 10px 0;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.05;
  letter-spacing: -.035em;
}

.field-module p {
  max-width: 680px;
  margin: 0 0 18px;
  color: #c9d9d3;
  font-size: 16px;
  line-height: 1.5;
}

.field-module ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 18px;
  max-width: 720px;
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
}

.field-module li {
  display: flex;
  gap: 9px;
  color: #e6f4ee;
  font-size: 14px;
  line-height: 1.35;
}

.field-module li::before {
  content: "";
  width: 7px;
  height: 7px;
  flex: 0 0 auto;
  margin-top: 6px;
  border-radius: 999px;
  background: var(--green);
}

.field-module a {
  min-height: 44px;
  display: inline-grid;
  place-items: center;
  padding: 0 18px;
  border-radius: 13px;
  color: #02120d;
  font-size: 14px;
  font-weight: 900;
  background: linear-gradient(135deg, var(--green), #75f5a6);
  box-shadow: 0 14px 30px rgba(2, 180, 88, .24);
}

.field-module-preview {
  position: relative;
  min-height: 360px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.field-module-preview::before {
  content: none;
}

.field-module-preview::after {
  content: none;
}

.field-module-preview img {
  position: relative;
  z-index: 0;
  width: min(100%, 650px);
  height: auto;
  display: block;
  object-fit: contain;
  border-radius: 18px;
  filter: drop-shadow(0 22px 38px rgba(0, 0, 0, .24));
}

.trust {
  width: min(1180px, calc(100% - 44px));
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  margin: 0 auto 74px;
  padding: 28px 34px;
  border-radius: 24px;
  background: linear-gradient(90deg, #020b0f, #061d16, #020b0f);
  color: #ffffff;
}

.trust article:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, .18);
}

.trust b {
  display: block;
  margin-bottom: 5px;
  font-size: 17px;
}

.trust span {
  color: #c6d7d1;
  line-height: 1.4;
}

.final-cta {
  width: min(1180px, calc(100% - 44px));
  display: grid;
  grid-template-columns: minmax(0, 1fr) 390px;
  gap: 34px;
  align-items: center;
  margin: 0 auto;
  padding: 46px 54px;
  overflow: hidden;
  border: 1px solid rgba(12, 23, 21, .08);
  border-radius: 34px;
  background:
    radial-gradient(circle at 86% 28%, rgba(22, 216, 108, .16), transparent 28%),
    #ffffff;
  box-shadow: 0 24px 70px rgba(0, 0, 0, .08);
}

.final-cta span {
  color: #087a3d;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.final-cta h2 {
  max-width: 660px;
  margin: 12px 0;
  font-size: clamp(32px, 4vw, 44px);
  line-height: 1.06;
  letter-spacing: -.04em;
}

.final-cta p {
  max-width: 610px;
  margin: 0 0 22px;
  color: #4e5d59;
  font-size: 17px;
  line-height: 1.5;
}

.mini-devices {
  position: relative;
  min-height: 240px;
}

.mini-devices img:first-child {
  position: absolute;
  top: 32px;
  right: 70px;
  width: 320px;
  filter: drop-shadow(0 20px 24px rgba(0, 0, 0, .16));
}

.mini-devices img:last-child {
  position: absolute;
  top: 44px;
  right: 16px;
  width: 92px;
  filter: drop-shadow(0 18px 20px rgba(0, 0, 0, .18));
}

.vy-footer {
  margin-top: 88px;
  padding: 54px 22px 26px;
  border-top: 1px solid rgba(255, 255, 255, .06);
  background:
    radial-gradient(circle at 18% 0%, rgba(22, 216, 108, .08), transparent 34%),
    #030b0e;
  color: #dce9e4;
}

.vy-footer-inner {
  width: min(1080px, 100%);
  margin: 0 auto;
}

.vy-footer-top {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) auto;
  gap: 48px;
  align-items: start;
  padding-bottom: 40px;
}

.vy-footer-brand {
  display: grid;
  gap: 24px;
  justify-items: start;
}

.vy-footer-brand img {
  width: auto;
  height: 54px;
  max-width: 186px;
  object-fit: contain;
}

.vy-social {
  display: flex;
  align-items: center;
  gap: 12px;
}

.vy-social a {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 999px;
  color: rgba(230, 244, 239, .72);
  background: rgba(255, 255, 255, .025);
  transition: color .18s ease, border-color .18s ease, background .18s ease, transform .18s ease;
}

.vy-social a:hover {
  color: #ffffff;
  border-color: rgba(22, 216, 108, .42);
  background: rgba(22, 216, 108, .08);
  transform: translateY(-2px);
}

.vy-social svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.vy-footer-contact {
  min-width: 260px;
  display: grid;
  gap: 7px;
  margin: 0;
  font-style: normal;
  text-align: right;
}

.vy-footer-contact span {
  margin-top: 12px;
  color: rgba(185, 201, 196, .68);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.vy-footer-contact span:first-child {
  margin-top: 0;
}

.vy-footer a {
  color: #eaf5f1;
  white-space: nowrap;
  transition: color .18s ease;
}

.vy-footer a:hover {
  color: #ffffff;
}

.vy-footer-bottom {
  display: flex;
  justify-content: center;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, .10);
  color: rgba(206, 222, 217, .62);
  font-size: 13px;
  text-align: center;
}

@media (max-width: 1100px) {
  .vy-hero {
    min-height: 820px;
    background:
      linear-gradient(90deg, rgba(0, 8, 12, .98) 0%, rgba(0, 8, 12, .90) 38%, rgba(0, 8, 12, .38) 68%, rgba(0, 8, 12, .06) 100%),
      linear-gradient(180deg, rgba(0, 8, 12, .46), rgba(0, 8, 12, .12) 44%, rgba(0, 8, 12, .36)),
      url("/assets/img/pontox/banner-pontox.png") right center / auto 100% no-repeat,
      #020b0f;
  }

  .vy-nav {
    grid-template-columns: max-content max-content;
    align-items: center;
  }

  .vy-actions {
    justify-self: start;
  }

  .vy-hero-grid {
    grid-template-columns: 1fr;
    margin-top: 38px;
  }

  .vy-copy h1,
  .vy-copy p {
    max-width: 500px;
  }

  .vy-stage {
    min-height: 500px;
  }

  .benefit-strip,
  .plans-grid,
  .trust {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .plans-included-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

  .field-module {
    grid-template-columns: 1fr;
  }

  .field-module-preview {
    min-height: 280px;
  }

  .section.product,
  .final-cta {
    grid-template-columns: 1fr;
  }

  .section.product .section-head {
    text-align: center;
  }

  .plan.featured {
    transform: none;
  }

  .final-cta {
    padding: 40px;
  }

  .mini-devices {
    max-width: 430px;
    margin: 0 auto;
  }

  .vy-footer-top {
    grid-template-columns: 1fr;
  }

  .vy-footer-contact {
    text-align: left;
  }
}

@media (max-width: 640px) {
  .vy-hero {
    min-height: auto;
    padding: 0 0 34px;
    background: #020b0f;
  }

  .vy-nav {
    width: 100%;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px;
    align-items: start;
    margin: 0;
    padding: 10px 14px 12px;
    background: rgba(2, 11, 15, .98);
    box-shadow: 0 12px 28px rgba(0, 0, 0, .34);
  }

  .vy-brand img {
    width: auto;
    height: 52px;
    max-width: 208px;
  }

  .vy-menu {
    width: 100%;
    overflow-x: auto;
    min-height: 34px;
    padding: 2px;
    border-radius: 999px;
    background: rgba(8, 18, 20, .30);
    scrollbar-width: none;
  }

  .vy-menu::-webkit-scrollbar {
    display: none;
  }

  .vy-menu a {
    min-height: 28px;
    padding: 0 8px;
    font-size: 11px;
  }

  .vy-menu a[href="#solucoes"],
  .vy-menu a[href="#como-funciona"] {
    display: none;
  }

  .vy-back-link {
    font-size: 12px;
  }

  .vy-actions {
    width: auto;
    justify-content: stretch;
    justify-self: stretch;
    min-height: 34px;
    border-radius: 999px;
    background: rgba(8, 18, 20, .30);
  }

  .vy-actions .btn {
    min-height: 28px;
    flex: 0 0 auto;
    padding: 0 10px;
    font-size: 11px;
  }

  .vy-hero-grid {
    width: 100%;
    gap: 0;
    margin-top: 0;
    padding: 6px 14px 0;
    background:
      linear-gradient(180deg, rgba(0, 8, 12, .04) 0%, rgba(0, 8, 12, .24) 31%, rgba(0, 8, 12, .84) 58%, rgba(0, 8, 12, .98) 100%),
      linear-gradient(90deg, rgba(0, 8, 12, .78), rgba(0, 8, 12, .08)),
      url("/assets/img/pontox/banner-pontox.png") 62% top / auto 268px no-repeat,
      #020b0f;
  }

  .vy-copy-brand {
    margin: 0 0 166px;
  }

  .vy-copy-brand img {
    height: 70px;
    max-width: 226px;
  }

  .eyebrow {
    margin-bottom: 12px;
    font-size: 10px;
    letter-spacing: .12em;
  }

  .vy-copy h1 {
    max-width: 340px;
    margin-bottom: 16px;
    font-size: 30px;
    line-height: 1.08;
    letter-spacing: -.02em;
  }

  .vy-copy p {
    max-width: 340px;
    margin-bottom: 18px;
    font-size: 14px;
    line-height: 1.48;
  }

  .vy-checks {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px 12px;
    margin-bottom: 20px;
  }

  .vy-checks li {
    gap: 7px;
    font-size: 12px;
    line-height: 1.25;
  }

  .vy-checks li::before {
    width: 11px;
    height: 11px;
  }

  .vy-cta-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 9px;
  }

  .vy-cta-row .btn {
    min-height: 40px;
    padding: 0 10px;
    font-size: 12px;
  }

  .vy-stage {
    min-height: 360px;
  }

  .vy-stage::before {
    inset: 8px 0 0;
    border-radius: 28px;
  }

  .vy-desktop {
    width: 92%;
    transform: translate(-8px, 10px);
  }

  .vy-mobile {
    right: 0;
    width: 31%;
  }

  .float-icon {
    width: 42px;
    height: 42px;
    font-size: 18px;
  }

  .i1 { left: 0; top: 8%; }
  .i2 { left: 2%; bottom: 18%; }
  .i3 { right: 0; top: 16%; }
  .i4 { right: 6%; bottom: 10%; }

  .benefit-strip {
    width: min(100% - 28px, 1180px);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin: -10px auto 0;
  }

  .benefit-strip article {
    min-height: 0;
    gap: 5px;
    padding: 12px;
    border-radius: 14px;
  }

  .benefit-strip span {
    width: 30px;
    height: 30px;
    border-radius: 11px;
  }

  .benefit-strip svg {
    width: 17px;
    height: 17px;
  }

  .benefit-strip h3 {
    font-size: 13px;
  }

  .benefit-strip p {
    font-size: 11px;
    line-height: 1.3;
  }

  .section {
    width: min(100% - 28px, 1180px);
    margin: 38px auto;
  }

  .section.product {
    gap: 18px;
    padding: 18px;
    border-radius: 22px;
  }

  .section.product .section-head {
    text-align: left;
  }

  .section-head {
    margin-bottom: 18px;
  }

  .section-head span,
  .final-cta span {
    font-size: 10px;
    letter-spacing: .13em;
  }

  .section-head h2,
  .final-cta h2 {
    margin: 8px 0;
    font-size: 25px;
    line-height: 1.12;
    letter-spacing: -.025em;
  }

  .section-head p,
  .final-cta p {
    font-size: 13px;
    line-height: 1.45;
  }

  .product-showcase img {
    aspect-ratio: 16 / 10;
  }

  .plans {
    margin-top: 42px;
  }

  .plans .section-head {
    text-align: left;
  }

  .plans-included-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin: 22px 0 30px;
  }

  .included-card {
    min-height: 138px;
    padding: 15px;
    border-radius: 16px;
  }

  .included-card span {
    width: 34px;
    height: 34px;
    margin-bottom: 12px;
  }

  .included-card h3 {
    font-size: 14px;
  }

  .included-card p {
    font-size: 12px;
  }

  .plans-scale {
    margin: 10px 0 30px;
    padding: 20px;
    border-radius: 20px;
  }

  .plans-scale .section-head {
    margin-bottom: 18px;
  }

  .scale-grid {
    grid-template-columns: 1fr;
    gap: 9px;
  }

  .scale-grid article {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 14px;
    border-radius: 14px;
  }

  .scale-grid strong {
    margin: 0;
    font-size: 14px;
  }

  .scale-grid span {
    font-size: 12px;
    text-align: right;
  }

  .plans-price-head {
    margin-bottom: 14px;
  }

  .plans-grid {
    display: flex;
    gap: 12px;
    margin-right: -14px;
    padding: 8px 14px 14px 0;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scroll-padding-left: 0;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .plans-grid::-webkit-scrollbar {
    height: 6px;
  }

  .plans-grid::-webkit-scrollbar-thumb {
    border-radius: 999px;
    background: rgba(5, 184, 92, .45);
  }

  .plan {
    min-height: 472px;
    flex: 0 0 calc(100vw - 36px);
    max-width: 356px;
    padding: 21px 18px 18px;
    border-radius: 16px;
    scroll-snap-align: start;
  }

  .plan:nth-child(1) {
    order: 1;
  }

  .plan.featured {
    order: 3;
    border-width: 2px;
    box-shadow: 0 18px 42px rgba(0, 190, 90, .20);
  }

  .plan:nth-child(2) {
    order: 2;
  }

  .plan:nth-child(4) {
    order: 4;
  }

  .plan:nth-child(5) {
    order: 5;
  }

  .plan h3 {
    font-size: 22px;
  }

  .plan p {
    min-height: 0;
    font-size: 13px;
  }

  .price {
    margin: 12px 0;
    font-size: 32px;
  }

  .plan ul {
    gap: 8px;
    margin-bottom: 16px;
  }

  .plan li {
    font-size: 13px;
  }

  .plan a {
    min-height: 40px;
    border-radius: 12px;
    font-size: 13px;
  }

  .field-module {
    gap: 20px;
    margin-top: 28px;
    padding: 22px 20px;
    border-radius: 20px;
  }

  .field-module h2 {
    font-size: 26px;
  }

  .field-module p {
    font-size: 13px;
  }

  .field-module ul {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .field-module li {
    font-size: 13px;
  }

  .field-module a {
    width: 100%;
    min-height: 42px;
    text-align: center;
  }

  .field-module-preview {
    min-height: auto;
    padding: 0;
    border-radius: 0;
  }

  .field-module-preview img {
    width: 100%;
    max-width: 520px;
    border-radius: 14px;
  }

  .trust {
    width: min(100% - 28px, 1180px);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    margin-bottom: 38px;
    padding: 18px;
    border-radius: 20px;
  }

  .trust article {
    padding: 10px;
  }

  .trust article:not(:last-child) {
    border-right: 0;
    border-bottom: 0;
  }

  .trust b {
    margin-bottom: 3px;
    font-size: 13px;
  }

  .trust span {
    font-size: 12px;
    line-height: 1.35;
  }

  .final-cta {
    width: min(100% - 28px, 1180px);
    padding: 24px 20px;
    border-color: rgba(22, 216, 108, .18);
    border-radius: 22px;
    background:
      radial-gradient(circle at 92% 0%, rgba(22, 216, 108, .18), transparent 34%),
      linear-gradient(145deg, #031014, #062118);
    color: #ffffff;
  }

  .final-cta p {
    color: #c9d9d3;
    margin-bottom: 18px;
  }

  .mini-devices {
    display: none;
  }

  .vy-footer {
    padding: 28px 14px 22px;
    margin-top: 42px;
  }

  .vy-footer-top {
    gap: 18px;
    padding-bottom: 20px;
  }

  .vy-footer-brand,
  .vy-footer-contact {
    justify-items: center;
    text-align: center;
  }

  .vy-footer-brand {
    gap: 14px;
  }

  .vy-footer-brand img {
    height: 42px;
  }

  .vy-social {
    gap: 8px;
  }

  .vy-social a {
    width: 32px;
    height: 32px;
  }

  .vy-footer-contact {
    min-width: 0;
    gap: 4px;
    font-size: 13px;
  }

  .vy-footer-contact span {
    margin-top: 8px;
    font-size: 10px;
  }

  .vy-footer-bottom {
    padding-top: 16px;
    font-size: 12px;
    text-align: center;
  }
}

/* Fase mobile derivado do desktop - desktop congelado como mestre visual. */
@media (max-width: 640px) {
  .vy-hero {
    min-height: auto;
    padding: 12px 0 42px;
    background:
      linear-gradient(90deg, rgba(0, 8, 12, .98) 0%, rgba(0, 8, 12, .92) 38%, rgba(0, 8, 12, .42) 68%, rgba(0, 8, 12, .06) 100%),
      linear-gradient(180deg, rgba(0, 8, 12, .46), rgba(0, 8, 12, .12) 44%, rgba(0, 8, 12, .42)),
      url("/assets/img/pontox/banner-pontox.png") 64% top / auto 420px no-repeat,
      #020b0f;
  }

  .vy-nav {
    width: min(calc(100% - 28px), 1180px);
    grid-template-columns: 1fr;
    gap: 8px;
    margin: 0 auto;
    padding: 0;
    background: transparent;
    box-shadow: none;
  }

  .vy-menu {
    width: 100%;
    min-height: 40px;
    flex-wrap: wrap;
    padding: 3px;
    border-radius: 18px;
    background: rgba(8, 18, 20, .28);
    overflow: visible;
  }

  .vy-menu a {
    min-height: 30px;
    padding: 0 10px;
    font-size: 12px;
  }

  .vy-menu a[href="#solucoes"],
  .vy-menu a[href="#como-funciona"] {
    display: inline-flex;
  }

  .vy-actions {
    width: fit-content;
    justify-self: start;
    min-height: 40px;
    background: rgba(8, 18, 20, .28);
  }

  .vy-actions .btn {
    min-height: 32px;
    padding: 0 12px;
    font-size: 12px;
  }

  .vy-hero-grid {
    width: min(calc(100% - 28px), 1180px);
    margin: 34px auto 0;
    padding: 0;
    background: transparent;
  }

  .vy-copy-brand {
    margin: 0 0 218px;
  }

  .vy-copy-brand img {
    height: 76px;
    max-width: 236px;
  }

  .eyebrow {
    margin-bottom: 16px;
    font-size: 11px;
  }

  .vy-copy h1 {
    max-width: 390px;
    margin-bottom: 18px;
    font-size: clamp(31px, 8.5vw, 38px);
    line-height: 1.12;
  }

  .vy-copy p {
    max-width: 390px;
    margin-bottom: 22px;
    font-size: 15px;
    line-height: 1.58;
  }

  .vy-checks {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-bottom: 24px;
  }

  .vy-checks li {
    gap: 10px;
    font-size: 14px;
  }

  .vy-checks li::before {
    width: 13px;
    height: 13px;
  }

  .vy-cta-row {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 390px;
  }

  .vy-cta-row .btn {
    min-height: 44px;
    font-size: 13px;
  }

  .benefit-strip {
    grid-template-columns: 1fr;
    gap: 12px;
    margin: 18px auto 0;
  }

  .benefit-strip article {
    min-height: 112px;
    padding: 16px;
  }

  .benefit-strip h3 { font-size: 15px; }
  .benefit-strip p { font-size: 13px; }

  .section {
    width: min(calc(100% - 28px), 1180px);
    margin: 44px auto;
  }

  .section.product {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 22px;
    border-radius: 24px;
  }

  .section.product .section-head,
  .plans .section-head {
    text-align: left;
  }

  .section-head {
    max-width: 100%;
    margin-bottom: 22px;
  }

  .section-head h2,
  .final-cta h2 {
    font-size: clamp(27px, 7.5vw, 34px);
    line-height: 1.1;
  }

  .section-head p,
  .final-cta p {
    font-size: 15px;
    line-height: 1.5;
  }

  .plans-included-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .included-card {
    min-height: 0;
    padding: 18px;
    border-radius: 18px;
  }

  .plans-scale {
    padding: 24px 20px;
    border-radius: 22px;
  }

  .scale-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .scale-grid article {
    align-items: flex-start;
    padding: 16px;
  }

  .scale-grid span {
    text-align: left;
  }

  .plans-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    margin-right: 0;
    padding: 0;
    overflow: visible;
    scroll-snap-type: none;
  }

  .plan {
    width: 100%;
    max-width: none;
    min-height: 0;
    flex: initial;
    padding: 24px 20px 20px;
    border-radius: 18px;
    scroll-snap-align: none;
  }

  .plan.featured {
    transform: none;
  }

  .field-module {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 24px 20px;
    border-radius: 22px;
  }

  .field-module ul {
    grid-template-columns: 1fr;
  }

  .field-module-preview {
    min-height: auto;
  }

  .field-module-preview img {
    width: 100%;
    max-width: 520px;
  }

  .trust {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 22px;
  }

  .trust article {
    padding: 0 0 12px;
    border-bottom: 1px solid rgba(255, 255, 255, .14);
  }

  .trust article:last-child {
    padding-bottom: 0;
    border-bottom: 0;
  }

  .trust b { font-size: 15px; }
  .trust span { font-size: 13px; }

  .final-cta {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 26px 22px;
    border-radius: 24px;
    background:
      radial-gradient(circle at 86% 28%, rgba(22, 216, 108, .16), transparent 28%),
      #ffffff;
    color: var(--ink);
  }

  .final-cta p { color: #4e5d59; }

  .mini-devices {
    display: block;
    min-height: 240px;
    max-width: 340px;
    width: 100%;
    margin: 0 auto;
  }

  .mini-devices img:first-child {
    width: min(170px, 48%);
    top: 16px;
    right: 132px;
  }

  .mini-devices img:last-child {
    width: min(170px, 48%);
    top: 42px;
    right: 10px;
  }

  .vy-footer-top {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .vy-footer-brand,
  .vy-footer-contact {
    justify-items: start;
    text-align: left;
  }
}

/* Fase correcao mobile miniatura - compactacao sem alterar desktop. */
@media (max-width: 640px) {
  .vy-hero {
    padding: 10px 0 28px;
    background:
      linear-gradient(90deg, rgba(0, 8, 12, .98) 0%, rgba(0, 8, 12, .90) 40%, rgba(0, 8, 12, .42) 70%, rgba(0, 8, 12, .06) 100%),
      linear-gradient(180deg, rgba(0, 8, 12, .42), rgba(0, 8, 12, .10) 40%, rgba(0, 8, 12, .46)),
      url("/assets/img/pontox/banner-pontox.png") 66% top / auto 318px no-repeat,
      #020b0f;
  }

  .vy-nav { gap: 6px; }
  .vy-menu { min-height: 0; gap: 2px; border-radius: 14px; }
  .vy-menu a { min-height: 25px; padding: 0 7px; font-size: 10px; }
  .vy-actions { min-height: 0; padding: 2px; }
  .vy-actions .btn { min-height: 28px; padding: 0 10px; font-size: 11px; }

  .vy-hero-grid { margin-top: 18px; }
  .vy-copy-brand { margin: 0 0 140px; }
  .vy-copy-brand img { height: 58px; max-width: 188px; }
  .eyebrow { margin-bottom: 10px; font-size: 9px; }
  .vy-copy h1 {
    max-width: 360px;
    margin-bottom: 12px;
    font-size: clamp(25px, 7.1vw, 31px);
    line-height: 1.08;
  }
  .vy-copy p {
    max-width: 370px;
    margin-bottom: 14px;
    font-size: 12px;
    line-height: 1.42;
  }
  .vy-checks {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px 10px;
    margin-bottom: 15px;
  }
  .vy-checks li { font-size: 11px; line-height: 1.18; }
  .vy-checks li::before { width: 10px; height: 10px; }
  .vy-cta-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }
  .vy-cta-row .btn { min-height: 36px; font-size: 11px; padding: 0 8px; }

  .benefit-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-top: 14px;
  }
  .benefit-strip article {
    min-height: 102px;
    padding: 10px;
    border-radius: 13px;
  }
  .benefit-strip span { width: 27px; height: 27px; border-radius: 9px; }
  .benefit-strip svg { width: 16px; height: 16px; }
  .benefit-strip h3 { font-size: 12px; }
  .benefit-strip p { font-size: 10px; line-height: 1.25; }

  .section {
    margin: 28px auto;
  }
  .section.product {
    grid-template-columns: .9fr 1.1fr;
    gap: 12px;
    padding: 14px;
    border-radius: 18px;
  }
  .section-head { margin-bottom: 14px; }
  .section-head span, .final-cta span, .field-module span { font-size: 9px; }
  .section-head h2, .final-cta h2, .field-module h2 {
    margin: 6px 0;
    font-size: clamp(20px, 5.8vw, 26px);
  }
  .section-head p, .final-cta p, .field-module p {
    font-size: 11px;
    line-height: 1.35;
  }
  .product-showcase { border-radius: 15px; }
  .product-showcase img { aspect-ratio: 4 / 3; }

  .plans { margin-top: 30px; }
  .plans-included-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin: 18px 0 24px;
  }
  .included-card {
    min-height: 104px;
    padding: 11px;
    border-radius: 13px;
  }
  .included-card span {
    width: 27px;
    height: 27px;
    margin-bottom: 8px;
    border-radius: 9px;
  }
  .included-card svg { width: 16px; height: 16px; }
  .included-card h3 { font-size: 12px; margin-bottom: 4px; }
  .included-card p { font-size: 10px; line-height: 1.25; }

  .plans-scale {
    margin: 8px 0 24px;
    padding: 15px;
    border-radius: 17px;
  }
  .plans-scale .section-head { margin-bottom: 12px; }
  .scale-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }
  .scale-grid article {
    display: block;
    padding: 11px;
    border-radius: 12px;
  }
  .scale-grid strong { display: block; margin-bottom: 4px; font-size: 12px; }
  .scale-grid span { font-size: 10px; text-align: left; }

  .plans-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
  }
  .plan {
    padding: 14px 10px 12px;
    border-radius: 14px;
  }
  .plan h3 { font-size: 17px; margin-bottom: 4px; }
  .plan p { font-size: 10px; line-height: 1.25; }
  .price { margin: 8px 0; font-size: 24px; }
  .price.price-consult { min-height: 24px; font-size: 19px; }
  .price small { font-size: 12px; }
  .price span { display: block; margin-top: 2px; font-size: 10px; }
  .plan ul { gap: 5px; margin-bottom: 10px; }
  .plan li { gap: 5px; font-size: 10px; line-height: 1.18; }
  .plan li::before { width: 5px; height: 5px; margin-top: 4px; }
  .plan a { min-height: 34px; border-radius: 10px; font-size: 10px; }
  .plan.featured em {
    top: -10px;
    padding: 5px 9px;
    font-size: 8px;
  }

  .field-module {
    grid-template-columns: .9fr 1.1fr;
    gap: 12px;
    margin-top: 24px;
    padding: 15px;
    border-radius: 18px;
  }
  .field-module ul { gap: 5px; margin-bottom: 12px; }
  .field-module li { font-size: 10px; line-height: 1.2; }
  .field-module a { min-height: 34px; padding: 0 10px; font-size: 10px; }
  .field-module-preview img { border-radius: 12px; }

  .trust {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    margin-bottom: 28px;
    padding: 14px;
    border-radius: 16px;
  }
  .trust article { padding: 8px; border-bottom: 0; }
  .trust b { font-size: 12px; }
  .trust span { font-size: 10px; line-height: 1.25; }

  .final-cta {
    grid-template-columns: minmax(0, 1fr) 145px;
    gap: 12px;
    padding: 18px 14px;
    border-radius: 18px;
  }
  .final-cta .btn { min-height: 36px; font-size: 11px; padding: 0 12px; }
  .mini-devices {
    min-height: 138px;
    max-width: 145px;
  }
  .mini-devices img:first-child { width: 68px; right: 78px; top: 24px; }
  .mini-devices img:last-child { width: 68px; right: 4px; top: 42px; }

  .vy-footer {
    margin-top: 30px;
    padding: 22px 14px 18px;
  }
  .vy-footer-top {
    grid-template-columns: 1fr auto;
    gap: 16px;
    padding-bottom: 16px;
  }
  .vy-footer-brand { gap: 10px; }
  .vy-footer-brand img { height: 32px; }
  .vy-social { gap: 6px; }
  .vy-social a { width: 28px; height: 28px; }
  .vy-footer-contact { font-size: 11px; text-align: right; justify-items: end; }
  .vy-footer-contact span { margin-top: 5px; font-size: 8px; }
}

/* Fase ajuste fino mobile premium - planos em carrossel e compactacao final. */
@media (max-width: 640px) {
  .vy-hero {
    padding-bottom: 22px;
    background:
      linear-gradient(90deg, rgba(0, 8, 12, .98) 0%, rgba(0, 8, 12, .88) 40%, rgba(0, 8, 12, .36) 70%, rgba(0, 8, 12, .06) 100%),
      linear-gradient(180deg, rgba(0, 8, 12, .40), rgba(0, 8, 12, .10) 38%, rgba(0, 8, 12, .46)),
      url("/assets/img/pontox/banner-pontox.png") 66% top / auto 292px no-repeat,
      #020b0f;
  }

  .vy-copy-brand { margin-bottom: 122px; }
  .vy-copy-brand img { height: 52px; }
  .vy-copy h1 { font-size: clamp(23px, 6.7vw, 29px); }
  .vy-copy p { margin-bottom: 12px; }

  .benefit-strip { margin-top: 10px; }
  .section { margin: 22px auto; }
  .section.product { padding: 12px; }
  .plans { margin-top: 24px; }
  .plans-included-grid { margin: 14px 0 20px; }
  .plans-scale { margin-bottom: 20px; }

  .plans-grid {
    display: flex;
    grid-template-columns: none;
    gap: 10px;
    margin: 0 -14px 0 0;
    padding: 4px 14px 12px 0;
    overflow-x: auto;
    overflow-y: visible;
    overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory;
    scroll-padding-left: 0;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
  }

  .plans-grid::-webkit-scrollbar { height: 5px; }
  .plans-grid::-webkit-scrollbar-thumb {
    border-radius: 999px;
    background: rgba(5, 184, 92, .44);
  }

  .plan {
    flex: 0 0 min(286px, calc(100vw - 72px));
    min-height: 340px;
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }

  .plan h3 { font-size: 18px; }
  .plan p { min-height: 48px; }
  .plan ul { min-height: 132px; }

  .field-module { margin-top: 20px; padding: 13px; }
  .trust { margin-bottom: 22px; }
  .final-cta { padding: 15px 12px; }
  .vy-footer { margin-top: 24px; }
}

/* Microfase 1B - direcao de arte do hero mobile PontoX. */
@media (max-width: 640px) {
  .vy-hero {
    background:
      linear-gradient(90deg, rgba(0, 8, 12, .98) 0%, rgba(0, 8, 12, .78) 39%, rgba(0, 8, 12, .10) 70%, rgba(0, 8, 12, 0) 100%),
      linear-gradient(180deg, rgba(0, 8, 12, .28), rgba(0, 8, 12, 0) 38%, rgba(0, 8, 12, .34)),
      url("/assets/img/pontox/banner-pontox.png") 66% top / auto 292px no-repeat,
      #020b0f;
  }

  .vy-hero::after {
    background:
      radial-gradient(ellipse at 79% 29%, rgba(255, 255, 255, .34), rgba(255, 255, 255, .17) 19%, rgba(255, 255, 255, .04) 34%, transparent 48%),
      radial-gradient(ellipse at 60% 37%, rgba(82, 255, 129, .20), rgba(82, 255, 129, .10) 20%, rgba(82, 255, 129, .03) 36%, transparent 52%),
      radial-gradient(ellipse at 87% 39%, rgba(65, 255, 115, .18), rgba(65, 255, 115, .08) 18%, transparent 36%);
    mix-blend-mode: screen;
    opacity: .86;
  }
}

/* Correcao de rota - hierarquia premium do hero mobile PontoX. */
@media (max-width: 640px) {
  .vy-hero {
    padding-top: 2px;
    background:
      linear-gradient(90deg, rgba(0, 8, 12, .98) 0%, rgba(0, 8, 12, .84) 33%, rgba(0, 8, 12, .18) 65%, rgba(0, 8, 12, .02) 100%),
      linear-gradient(180deg, rgba(0, 8, 12, .34) 0%, rgba(0, 8, 12, .02) 34%, rgba(0, 8, 12, .18) 55%, rgba(0, 8, 12, .54) 100%),
      url("/assets/img/pontox/banner-pontox.png") 64% 58px / auto 288px no-repeat,
      #020b0f;
  }

  .vy-hero::after {
    background:
      radial-gradient(ellipse at 77% 31%, rgba(255, 255, 255, .20), rgba(255, 255, 255, .09) 18%, transparent 38%),
      radial-gradient(ellipse at 59% 38%, rgba(63, 255, 116, .12), rgba(63, 255, 116, .05) 20%, transparent 42%);
    mix-blend-mode: screen;
    opacity: .72;
  }

  .vy-nav {
    width: calc(100% - 28px);
    display: block;
    min-height: 34px;
    margin: 0 auto;
  }

  .vy-menu {
    width: 100%;
    min-height: 34px;
    justify-content: space-between;
    gap: 0;
    padding: 3px;
  }

  .vy-menu a:not(.vy-back-link) {
    min-height: 28px;
    padding: 0 clamp(5px, 1.5vw, 10px);
    font-size: clamp(10px, 2.75vw, 13px);
  }

  .vy-back-link,
  .vy-actions {
    position: absolute;
    top: 378px;
    width: calc(50% - 22px);
    height: 34px;
    min-height: 34px;
    z-index: 9;
  }

  .vy-back-link {
    left: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 1px;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 999px;
    background: rgba(4, 13, 15, .50);
    color: #ffffff;
    opacity: 1;
    backdrop-filter: blur(16px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, .18);
  }

  .vy-back-link span,
  .vy-back-link strong {
    font-size: 12px;
    line-height: 1;
  }

  .vy-actions {
    right: 0;
    display: flex;
    padding: 0;
    border: 0;
    background: transparent;
    backdrop-filter: none;
  }

  .vy-actions .btn {
    width: 100%;
    min-height: 34px;
    padding: 0 8px;
    border-color: rgba(255, 255, 255, .14);
    background: rgba(4, 13, 15, .50);
    font-size: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .18);
  }

  .vy-hero-grid {
    margin-top: 6px;
  }

  .vy-copy-brand {
    margin: 0 0 318px;
  }

  .vy-copy-brand img {
    height: 56px;
  }

  .eyebrow {
    margin-bottom: 18px;
  }
}

@media (max-width: 380px) {
  .vy-back-link,
  .vy-actions {
    top: 378px;
  }

  .vy-copy-brand {
    margin-bottom: 322px;
  }
}

/* Microfase final - acabamento do hero mobile PontoX. */
@media (max-width: 640px) {
  .vy-menu {
    border-color: rgba(255, 255, 255, .18);
  }

  .vy-menu a:hover,
  .vy-menu a.active {
    background: rgba(255, 255, 255, .055);
  }

  .vy-back-link,
  .vy-actions {
    top: 359px;
  }

  .vy-copy-brand img {
    transform: translateX(6px);
  }
}

/* Fase final - unificar composicao do hero mobile PontoX. */
@media (max-width: 640px) {
  .vy-hero {
    background:
      linear-gradient(90deg, rgba(0, 8, 12, .98) 0%, rgba(0, 8, 12, .84) 33%, rgba(0, 8, 12, .18) 65%, rgba(0, 8, 12, .02) 100%),
      linear-gradient(180deg, rgba(0, 8, 12, .34) 0%, rgba(0, 8, 12, .02) 34%, rgba(0, 8, 12, .18) 55%, rgba(0, 8, 12, .54) 100%),
      url("/assets/img/pontox/banner-pontox.png") 64% 46px / auto 288px no-repeat,
      #020b0f;
  }

  .vy-copy-brand {
    margin-bottom: 286px;
  }

  .vy-copy-brand img {
    transform: translate(6px, 12px);
  }

  .vy-back-link,
  .vy-actions {
    top: 338px;
  }
}
