:root {
  --vx-ink: #0b1f2b;
  --vx-ink-2: #15384a;
  --vx-navy: #102b3c;
  --vx-blue: #348bc7;
  --vx-blue-2: #63b5e8;
  --vx-cyan: #8ad7f6;
  --vx-steel: #b8c7d0;
  --vx-steel-2: #dce6eb;
  --vx-surface: #f3f7f9;
  --vx-surface-2: #eaf1f5;
  --vx-white: #ffffff;
  --vx-muted: #607482;
  --vx-muted-2: #7d8f99;
  --vx-amber: #ffb514;
  --vx-orange: #f08700;
  --vx-green: #20b65a;
  --vx-whatsapp: #25d366;
  --vx-danger: #c54343;
  --vx-border: rgba(38, 72, 91, 0.16);
  --vx-border-strong: rgba(38, 72, 91, 0.28);
  --vx-shadow-sm: 0 8px 24px rgba(11, 31, 43, 0.08);
  --vx-shadow-md: 0 18px 48px rgba(11, 31, 43, 0.12);
  --vx-shadow-lg: 0 28px 80px rgba(5, 24, 36, 0.2);
  --vx-radius-sm: 12px;
  --vx-radius: 18px;
  --vx-radius-lg: 28px;
  --vx-container: 1220px;
  --vx-header-height: 74px;
  --vx-transition: 180ms ease;
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--vx-header-height) + 20px);
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--vx-ink);
  background: var(--vx-white);
  font-family: Inter, "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.menu-open,
body.modal-open {
  overflow: hidden;
}

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

a:hover {
  text-decoration: none;
}

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

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

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

button {
  border: 0;
}

:focus-visible {
  outline: 3px solid rgba(52, 139, 199, 0.4);
  outline-offset: 3px;
}

::selection {
  color: var(--vx-ink);
  background: rgba(255, 181, 20, 0.42);
}

h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote {
  margin-top: 0;
}

h1,
h2,
h3,
h4 {
  line-height: 1.14;
  letter-spacing: -0.025em;
}

h1 {
  margin-bottom: 22px;
  font-size: clamp(2.45rem, 5vw, 4.9rem);
  font-weight: 800;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(2rem, 3.4vw, 3.25rem);
  font-weight: 780;
}

h3 {
  margin-bottom: 10px;
  font-size: clamp(1.2rem, 1.7vw, 1.5rem);
  font-weight: 750;
}

p {
  margin-bottom: 1rem;
}

small {
  font-size: 0.84rem;
}

.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 10000;
  padding: 10px 14px;
  border-radius: 10px;
  color: var(--vx-white);
  background: var(--vx-ink);
  transform: translateY(-150%);
  transition: transform var(--vx-transition);
}

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

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

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

.section {
  position: relative;
  padding: 96px 0;
}

.section-sm {
  padding: 64px 0;
}

.section-dark {
  color: var(--vx-white);
  background: var(--vx-navy);
}

.section-light {
  background: var(--vx-surface);
}

.section-steel {
  background: linear-gradient(180deg, var(--vx-surface-2), var(--vx-white));
}

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

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

.section-heading p {
  margin-bottom: 0;
  color: var(--vx-muted);
  font-size: 1.1rem;
}

.section-dark .section-heading p {
  color: rgba(255, 255, 255, 0.74);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  color: var(--vx-blue);
  font-size: 0.77rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.eyebrow::before {
  width: 22px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--vx-amber), var(--vx-orange));
  content: "";
}

.section-dark .eyebrow {
  color: var(--vx-cyan);
}

.lead {
  color: var(--vx-muted);
  font-size: clamp(1.06rem, 1.7vw, 1.28rem);
}

.text-muted {
  color: var(--vx-muted);
}

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

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

.kicker-pill {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 8px 13px;
  border: 1px solid rgba(138, 215, 246, 0.25);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.07);
  font-size: 0.83rem;
  font-weight: 700;
}

.kicker-pill::before {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--vx-amber);
  box-shadow: 0 0 0 5px rgba(255, 181, 20, 0.15);
  content: "";
}

.btn {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 13px 20px;
  border: 1px solid transparent;
  border-radius: 12px;
  cursor: pointer;
  font-weight: 760;
  line-height: 1.2;
  transition: transform var(--vx-transition), box-shadow var(--vx-transition), background var(--vx-transition), border-color var(--vx-transition);
}

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

.btn-primary {
  color: #17222a;
  background: linear-gradient(135deg, var(--vx-amber), #ffd057);
  box-shadow: 0 12px 28px rgba(240, 135, 0, 0.22);
}

.btn-primary:hover {
  box-shadow: 0 16px 32px rgba(240, 135, 0, 0.3);
}

.btn-secondary {
  color: var(--vx-white);
  border-color: rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.08);
}

.btn-secondary:hover {
  border-color: rgba(255, 255, 255, 0.45);
  background: rgba(255, 255, 255, 0.13);
}

.btn-blue {
  color: var(--vx-white);
  background: var(--vx-blue);
  box-shadow: 0 10px 24px rgba(52, 139, 199, 0.22);
}

.btn-blue:hover {
  background: #247eb9;
}

.btn-outline {
  color: var(--vx-ink);
  border-color: var(--vx-border-strong);
  background: transparent;
}

.btn-outline:hover {
  border-color: var(--vx-blue);
  background: rgba(52, 139, 199, 0.06);
}

.btn-whatsapp {
  color: #072b15;
  background: var(--vx-whatsapp);
}

.btn-block {
  width: 100%;
}

.btn-icon {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  height: var(--vx-header-height);
  border-bottom: 1px solid rgba(184, 199, 208, 0.16);
  color: var(--vx-white);
  background: rgba(11, 31, 43, 0.92);
  backdrop-filter: blur(14px);
}

.header-inner {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex: 0 0 auto;
  font-size: 1.28rem;
  font-weight: 850;
  letter-spacing: -0.035em;
}

.brand img {
  width: 46px;
  height: 46px;
  object-fit: contain;
}

.brand-text span {
  color: var(--vx-blue-2);
}

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

.main-nav a {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  padding: 8px 10px;
  border-radius: 9px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.88rem;
  font-weight: 690;
  transition: color var(--vx-transition), background var(--vx-transition);
}

.main-nav a:hover,
.main-nav a[aria-current="page"] {
  color: var(--vx-white);
  background: rgba(255, 255, 255, 0.08);
}

.header-cta {
  padding: 10px 15px;
  font-size: 0.86rem;
}

.mobile-menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  color: var(--vx-white);
  background: rgba(255, 255, 255, 0.08);
  cursor: pointer;
}

.mobile-menu-toggle span,
.mobile-menu-toggle::before,
.mobile-menu-toggle::after {
  width: 21px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  content: "";
  transition: transform var(--vx-transition), opacity var(--vx-transition);
}

.mobile-menu-toggle {
  flex-direction: column;
  gap: 5px;
}

.mobile-menu-toggle[aria-expanded="true"] span {
  opacity: 0;
}

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

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

.mobile-nav {
  position: fixed;
  inset: var(--vx-header-height) 0 auto;
  z-index: 999;
  display: none;
  padding: 16px 20px 22px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(11, 31, 43, 0.98);
  box-shadow: var(--vx-shadow-lg);
}

.mobile-nav.open {
  display: block;
}

.mobile-nav a {
  display: flex;
  min-height: 48px;
  align-items: center;
  justify-content: space-between;
  padding: 10px 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.9);
  font-weight: 700;
}

.mobile-nav .btn {
  margin-top: 16px;
  border-bottom: 0;
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 92px 0 86px;
  color: var(--vx-white);
  background:
    radial-gradient(circle at 18% 12%, rgba(52, 139, 199, 0.32), transparent 34%),
    radial-gradient(circle at 88% 72%, rgba(255, 181, 20, 0.17), transparent 28%),
    linear-gradient(135deg, #081a25 0%, #102f43 53%, #173f55 100%);
}

.hero::before {
  position: absolute;
  inset: 0;
  opacity: 0.22;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 48px 48px;
  content: "";
  mask-image: linear-gradient(to bottom, black, transparent 92%);
}

.hero::after {
  position: absolute;
  right: -180px;
  bottom: -230px;
  width: 620px;
  height: 620px;
  border: 1px solid rgba(138, 215, 246, 0.18);
  border-radius: 50%;
  box-shadow: 0 0 0 70px rgba(138, 215, 246, 0.025), 0 0 0 140px rgba(138, 215, 246, 0.018);
  content: "";
}

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(420px, 0.97fr);
  align-items: center;
  gap: 60px;
}

.hero-copy {
  max-width: 680px;
}

.hero h1 {
  margin-top: 18px;
  margin-bottom: 22px;
}

.hero h1 .accent {
  color: var(--vx-amber);
}

.hero .lead {
  max-width: 650px;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.77);
}

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.hero-proof span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.78);
  background: rgba(255, 255, 255, 0.05);
  font-size: 0.82rem;
  font-weight: 650;
}

.hero-proof span::before {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--vx-blue-2);
  content: "";
}

.dashboard-wrap {
  position: relative;
}

.dashboard-window {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(184, 199, 208, 0.35);
  border-radius: 22px;
  background: #eef3f6;
  box-shadow: 0 28px 90px rgba(2, 14, 22, 0.46);
  transform: perspective(1200px) rotateY(-3deg) rotateX(1deg);
}

.dashboard-topbar {
  display: flex;
  min-height: 49px;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px;
  border-bottom: 1px solid #cad8df;
  color: #314753;
  background: #f8fafb;
  font-size: 0.77rem;
  font-weight: 750;
}

.dashboard-dots {
  display: flex;
  gap: 6px;
}

.dashboard-dots i {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #c6d1d6;
}

.dashboard-dots i:first-child {
  background: var(--vx-orange);
}

.dashboard-dots i:nth-child(2) {
  background: var(--vx-amber);
}

.dashboard-dots i:last-child {
  background: var(--vx-green);
}

.dashboard-content {
  padding: 16px;
}

.dashboard-status {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 16px;
  border: 1px solid #c6d5dd;
  border-radius: 13px;
  background: var(--vx-white);
}

.status-left {
  display: flex;
  align-items: center;
  gap: 12px;
}

.status-bolt {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 12px;
  color: #293b46;
  background: linear-gradient(145deg, #ffe077, var(--vx-amber));
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.08);
}

.status-bolt svg {
  width: 22px;
  height: 22px;
}

.status-copy strong,
.status-copy span {
  display: block;
}

.status-copy strong {
  color: #273c47;
  font-size: 0.86rem;
}

.status-copy span {
  color: #738791;
  font-size: 0.72rem;
}

.live-label {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #158b43;
  font-size: 0.76rem;
  font-weight: 800;
}

.live-label::before {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #20b65a;
  box-shadow: 0 0 0 5px rgba(32, 182, 90, 0.13);
  content: "";
}

.dashboard-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 12px;
}

.dashboard-card {
  min-height: 112px;
  padding: 14px;
  border: 1px solid #c7d5dd;
  border-radius: 12px;
  color: #314753;
  background: var(--vx-white);
}

.dashboard-card header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 12px;
  font-size: 0.72rem;
  font-weight: 800;
}

.dashboard-card header span {
  color: var(--vx-blue);
}

.equalizer {
  display: flex;
  height: 42px;
  align-items: flex-end;
  gap: 5px;
}

.equalizer i {
  width: 8px;
  min-height: 8px;
  border-radius: 999px;
  background: linear-gradient(to top, var(--vx-blue), var(--vx-blue-2));
}

.equalizer i:nth-child(1) { height: 35%; }
.equalizer i:nth-child(2) { height: 75%; }
.equalizer i:nth-child(3) { height: 50%; }
.equalizer i:nth-child(4) { height: 92%; }
.equalizer i:nth-child(5) { height: 66%; }
.equalizer i:nth-child(6) { height: 84%; }
.equalizer i:nth-child(7) { height: 45%; }
.equalizer i:nth-child(8) { height: 73%; }
.equalizer i:nth-child(9) { height: 58%; }
.equalizer i:nth-child(10) { height: 90%; }

.video-preview {
  position: relative;
  display: grid;
  height: 50px;
  place-items: center;
  overflow: hidden;
  border-radius: 8px;
  color: var(--vx-white);
  background:
    radial-gradient(circle at 75% 30%, rgba(255, 181, 20, 0.6), transparent 20%),
    linear-gradient(135deg, #244f68, #348bc7);
}

.video-preview::after {
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 13px solid var(--vx-white);
  content: "";
}

.storage-bar {
  height: 8px;
  overflow: hidden;
  border-radius: 999px;
  background: #e1e8ec;
}

.storage-bar i {
  display: block;
  width: 62%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--vx-blue), var(--vx-cyan));
}

.mini-list {
  display: grid;
  gap: 7px;
}

.mini-list span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #607682;
  font-size: 0.69rem;
}

.mini-list b {
  color: #314753;
}

.floating-panel-badge {
  position: absolute;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 160px;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 14px;
  color: var(--vx-white);
  background: rgba(10, 29, 40, 0.88);
  box-shadow: var(--vx-shadow-md);
  backdrop-filter: blur(12px);
}

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

.floating-panel-badge strong {
  font-size: 0.8rem;
}

.floating-panel-badge span {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.7rem;
}

.floating-panel-badge::before {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--vx-amber);
  box-shadow: 0 0 0 5px rgba(255, 181, 20, 0.15);
  content: "";
}

.badge-one {
  right: -22px;
  bottom: 36px;
}

.badge-two {
  top: 58px;
  left: -34px;
}

.breadcrumbs {
  padding: 18px 0;
  border-bottom: 1px solid var(--vx-border);
  background: var(--vx-white);
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: var(--vx-muted);
  font-size: 0.82rem;
}

.breadcrumbs li:not(:last-child)::after {
  margin-left: 8px;
  color: var(--vx-steel);
  content: "/";
}

.breadcrumbs a:hover {
  color: var(--vx-blue);
}

.benefit-strip {
  position: relative;
  z-index: 4;
  margin-top: -26px;
}

.benefit-strip-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  overflow: hidden;
  border: 1px solid var(--vx-border);
  border-radius: 18px;
  background: var(--vx-white);
  box-shadow: var(--vx-shadow-md);
}

.benefit-strip-item {
  display: flex;
  align-items: center;
  gap: 13px;
  min-height: 86px;
  padding: 18px 20px;
  border-right: 1px solid var(--vx-border);
}

.benefit-strip-item:last-child {
  border-right: 0;
}

.icon-box {
  display: grid;
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 12px;
  color: var(--vx-blue);
  background: rgba(52, 139, 199, 0.1);
}

.icon-box.amber {
  color: var(--vx-orange);
  background: rgba(255, 181, 20, 0.13);
}

.icon-box svg {
  width: 22px;
  height: 22px;
}

.benefit-strip-item > span:last-child strong,
.benefit-strip-item > span:last-child span {
  display: block;
}

.benefit-strip-item strong {
  font-size: 0.91rem;
}

.benefit-strip-item span {
  color: var(--vx-muted);
  font-size: 0.75rem;
}

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

.product-card {
  position: relative;
  display: flex;
  min-height: 320px;
  flex-direction: column;
  overflow: hidden;
  padding: 30px;
  border: 1px solid var(--vx-border);
  border-radius: var(--vx-radius-lg);
  background: var(--vx-white);
  box-shadow: var(--vx-shadow-sm);
  transition: transform var(--vx-transition), box-shadow var(--vx-transition), border-color var(--vx-transition);
}

.product-card:hover {
  border-color: rgba(52, 139, 199, 0.32);
  box-shadow: var(--vx-shadow-md);
  transform: translateY(-4px);
}

.product-card::after {
  position: absolute;
  top: -80px;
  right: -80px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: rgba(52, 139, 199, 0.06);
  content: "";
}

.product-card.video::after {
  background: rgba(255, 181, 20, 0.1);
}

.product-card.reseller::after {
  box-shadow: 0 0 0 28px rgba(52, 139, 199, 0.025);
}

.product-card .icon-box {
  position: relative;
  z-index: 1;
  width: 50px;
  height: 50px;
  margin-bottom: 22px;
}

.product-card h3 {
  position: relative;
  z-index: 1;
  font-size: 1.55rem;
}

.product-card p {
  position: relative;
  z-index: 1;
  color: var(--vx-muted);
}

.product-meta {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 4px 0 22px;
}

.product-meta span {
  padding: 6px 9px;
  border-radius: 8px;
  color: #365263;
  background: var(--vx-surface);
  font-size: 0.74rem;
  font-weight: 700;
}

.product-card-footer {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 14px;
  margin-top: auto;
}

.start-price small,
.start-price strong {
  display: block;
}

.start-price small {
  color: var(--vx-muted);
}

.start-price strong {
  color: var(--vx-ink);
  font-size: 1.28rem;
}

.start-price strong span {
  color: var(--vx-muted);
  font-size: 0.72rem;
  font-weight: 600;
}

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

.info-card,
.feature-card {
  height: 100%;
  padding: 24px;
  border: 1px solid var(--vx-border);
  border-radius: var(--vx-radius);
  background: var(--vx-white);
  box-shadow: var(--vx-shadow-sm);
}

.info-card .icon-box,
.feature-card .icon-box {
  margin-bottom: 18px;
}

.info-card p,
.feature-card p {
  margin-bottom: 0;
  color: var(--vx-muted);
  font-size: 0.94rem;
}

.panel-showcase {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
  align-items: center;
  gap: 70px;
}

.panel-feature-list {
  display: grid;
  gap: 14px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.panel-feature-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: var(--vx-muted);
}

.panel-feature-list li::before {
  display: grid;
  width: 23px;
  height: 23px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  color: var(--vx-white);
  background: var(--vx-blue);
  content: "✓";
  font-size: 0.72rem;
  font-weight: 900;
}

.panel-showcase-visual {
  position: relative;
  padding: 26px;
  border: 1px solid rgba(138, 215, 246, 0.16);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.06);
}

.panel-showcase-visual .dashboard-window {
  transform: none;
  box-shadow: 0 24px 65px rgba(3, 17, 27, 0.3);
}

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

.step-card {
  position: relative;
  padding: 27px 23px 24px;
  border: 1px solid var(--vx-border);
  border-radius: var(--vx-radius);
  background: var(--vx-white);
  counter-increment: step;
}

.step-card::before {
  display: grid;
  width: 38px;
  height: 38px;
  margin-bottom: 18px;
  place-items: center;
  border-radius: 12px;
  color: var(--vx-ink);
  background: var(--vx-amber);
  content: counter(step, decimal-leading-zero);
  font-size: 0.77rem;
  font-weight: 850;
}

.step-card p {
  margin-bottom: 0;
  color: var(--vx-muted);
}

.quick-comparison {
  overflow: hidden;
  border: 1px solid var(--vx-border);
  border-radius: var(--vx-radius-lg);
  background: var(--vx-white);
  box-shadow: var(--vx-shadow-sm);
}

.quick-comparison-row {
  display: grid;
  grid-template-columns: 1.05fr repeat(4, 1fr);
  border-bottom: 1px solid var(--vx-border);
}

.quick-comparison-row:last-child {
  border-bottom: 0;
}

.quick-comparison-row > div {
  min-width: 0;
  padding: 18px 20px;
  border-right: 1px solid var(--vx-border);
}

.quick-comparison-row > div:last-child {
  border-right: 0;
}

.quick-comparison-row.header {
  color: var(--vx-white);
  background: var(--vx-ink-2);
  font-weight: 760;
}

.quick-comparison-row:not(.header) > div:first-child {
  font-weight: 760;
}

.quick-comparison-row p {
  margin: 0;
  color: var(--vx-muted);
  font-size: 0.9rem;
}

.product-hero {
  padding: 72px 0 68px;
}

.product-hero .hero-grid {
  grid-template-columns: minmax(0, 1.06fr) minmax(380px, 0.94fr);
}

.product-hero h1 {
  font-size: clamp(2.3rem, 4.4vw, 4.25rem);
}

.hero-specs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 24px;
}

.hero-spec {
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.06);
}

.hero-spec strong,
.hero-spec span {
  display: block;
}

.hero-spec strong {
  color: var(--vx-white);
  font-size: 0.9rem;
}

.hero-spec span {
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.74rem;
}

.pricing-section {
  padding-top: 78px;
}

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

.pricing-toolbar .section-heading {
  margin-bottom: 0;
}

.billing-toggle {
  display: inline-flex;
  flex: 0 0 auto;
  padding: 5px;
  border: 1px solid var(--vx-border);
  border-radius: 13px;
  background: var(--vx-white);
  box-shadow: var(--vx-shadow-sm);
}

.billing-toggle button {
  min-height: 42px;
  padding: 9px 15px;
  border-radius: 9px;
  color: var(--vx-muted);
  background: transparent;
  cursor: pointer;
  font-size: 0.83rem;
  font-weight: 760;
}

.billing-toggle button[aria-pressed="true"] {
  color: var(--vx-white);
  background: var(--vx-ink-2);
}

.billing-toggle .discount-mini {
  margin-left: 5px;
  padding: 2px 6px;
  border-radius: 999px;
  color: #513600;
  background: var(--vx-amber);
  font-size: 0.68rem;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 15px;
  align-items: stretch;
}

.pricing-card {
  position: relative;
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 23px 20px 20px;
  border: 1px solid var(--vx-border);
  border-radius: 20px;
  background: var(--vx-white);
  box-shadow: var(--vx-shadow-sm);
  transition: transform var(--vx-transition), box-shadow var(--vx-transition), border-color var(--vx-transition);
}

.pricing-card:hover {
  border-color: rgba(52, 139, 199, 0.35);
  box-shadow: var(--vx-shadow-md);
  transform: translateY(-4px);
}

.pricing-card.featured {
  border-color: rgba(255, 181, 20, 0.64);
  box-shadow: 0 18px 50px rgba(240, 135, 0, 0.14);
}

.pricing-card.featured::before {
  position: absolute;
  inset: -1px 22px auto;
  height: 4px;
  border-radius: 0 0 8px 8px;
  background: linear-gradient(90deg, var(--vx-amber), var(--vx-orange));
  content: "";
}

.plan-tag {
  align-self: flex-start;
  min-height: 27px;
  margin-bottom: 14px;
  padding: 5px 9px;
  border-radius: 999px;
  color: var(--vx-blue);
  background: rgba(52, 139, 199, 0.1);
  font-size: 0.69rem;
  font-weight: 800;
}

.pricing-card.featured .plan-tag {
  color: #624100;
  background: rgba(255, 181, 20, 0.18);
}

.plan-name {
  min-height: 54px;
  margin-bottom: 8px;
  font-size: 1.28rem;
}

.plan-summary {
  min-height: 88px;
  margin-bottom: 16px;
  color: var(--vx-muted);
  font-size: 0.86rem;
}

.price-wrap {
  min-height: 100px;
  margin-bottom: 15px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--vx-border);
}

.price-label {
  margin-bottom: 4px;
  color: var(--vx-muted);
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.price-line {
  display: flex;
  align-items: flex-end;
  gap: 5px;
}

.price-currency {
  margin-bottom: 6px;
  color: var(--vx-muted);
  font-size: 0.82rem;
  font-weight: 700;
}

.price-value {
  color: var(--vx-ink);
  font-size: clamp(2.05rem, 3vw, 2.55rem);
  font-weight: 850;
  line-height: 1;
  letter-spacing: -0.05em;
}

.price-period {
  margin-bottom: 5px;
  color: var(--vx-muted);
  font-size: 0.72rem;
}

.price-note {
  min-height: 34px;
  margin-top: 8px;
  margin-bottom: 0;
  color: var(--vx-muted);
  font-size: 0.72rem;
}

.plan-key-specs {
  display: grid;
  gap: 8px;
  margin: 0 0 15px;
  padding: 0;
  list-style: none;
}

.plan-key-specs li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 8px 9px;
  border-radius: 9px;
  background: var(--vx-surface);
  color: var(--vx-muted);
  font-size: 0.73rem;
}

.plan-key-specs strong {
  color: var(--vx-ink);
}

.feature-list {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.78rem;
}

.feature-list li {
  position: relative;
  padding-left: 23px;
  color: #415966;
}

.feature-list li::before {
  position: absolute;
  top: 0.05em;
  left: 0;
  display: grid;
  width: 16px;
  height: 16px;
  place-items: center;
  border-radius: 50%;
  color: var(--vx-white);
  background: var(--vx-green);
  content: "✓";
  font-size: 0.61rem;
  font-weight: 900;
}

.feature-list li.not-included {
  color: #91a0a8;
  text-decoration: line-through;
  text-decoration-thickness: 1px;
}

.feature-list li.not-included::before {
  color: #7e8f98;
  background: #e3e9ec;
  content: "×";
}

.feature-list li.additional::before {
  color: #624100;
  background: rgba(255, 181, 20, 0.3);
  content: "+";
}

.plan-details {
  margin-top: 13px;
  border-top: 1px solid var(--vx-border);
  padding-top: 11px;
}

.plan-details summary {
  cursor: pointer;
  color: var(--vx-blue);
  font-size: 0.77rem;
  font-weight: 800;
}

.plan-details .feature-list {
  margin-top: 12px;
}

.plan-cta {
  margin-top: auto;
  padding-top: 18px;
}

.plan-footnote {
  margin: 18px 0 0;
  color: var(--vx-muted);
  font-size: 0.78rem;
}

.comparison-wrap {
  position: relative;
  overflow-x: auto;
  border: 1px solid var(--vx-border);
  border-radius: var(--vx-radius-lg);
  background: var(--vx-white);
  box-shadow: var(--vx-shadow-sm);
  -webkit-overflow-scrolling: touch;
}

.comparison-table {
  width: 100%;
  min-width: 920px;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 0.86rem;
}

.comparison-table th,
.comparison-table td {
  padding: 14px 16px;
  border-right: 1px solid var(--vx-border);
  border-bottom: 1px solid var(--vx-border);
  text-align: center;
  vertical-align: middle;
}

.comparison-table th:last-child,
.comparison-table td:last-child {
  border-right: 0;
}

.comparison-table tr:last-child td,
.comparison-table tr:last-child th {
  border-bottom: 0;
}

.comparison-table thead th {
  position: sticky;
  top: 0;
  z-index: 3;
  color: var(--vx-white);
  background: var(--vx-ink-2);
  font-weight: 800;
}

.comparison-table thead th:first-child {
  left: 0;
  z-index: 5;
  text-align: left;
}

.comparison-table tbody th {
  position: sticky;
  left: 0;
  z-index: 2;
  min-width: 230px;
  color: var(--vx-ink);
  background: #f8fafb;
  text-align: left;
  font-weight: 700;
}

.comparison-table tbody tr:nth-child(even) td {
  background: #fbfcfd;
}

.comparison-table .table-price {
  display: block;
  margin-top: 4px;
  color: var(--vx-cyan);
  font-size: 0.72rem;
  font-weight: 650;
}

.cell-yes {
  display: inline-grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border-radius: 50%;
  color: var(--vx-white);
  background: var(--vx-green);
  font-size: 0.72rem;
  font-weight: 900;
}

.cell-no {
  color: #93a1a9;
  text-decoration: line-through;
}

.cell-additional {
  display: inline-flex;
  padding: 4px 8px;
  border-radius: 999px;
  color: #6e4a00;
  background: rgba(255, 181, 20, 0.19);
  font-size: 0.72rem;
  font-weight: 800;
}

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

.audience-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 17px 18px;
  border: 1px solid var(--vx-border);
  border-radius: 14px;
  background: var(--vx-white);
  font-weight: 720;
}

.audience-item::before {
  width: 9px;
  height: 9px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--vx-amber);
  box-shadow: 0 0 0 5px rgba(255, 181, 20, 0.12);
  content: "";
}

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

.objection-card {
  padding: 24px;
  border: 1px solid rgba(138, 215, 246, 0.18);
  border-radius: var(--vx-radius);
  background: rgba(255, 255, 255, 0.06);
}

.objection-card p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.7);
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-item {
  overflow: hidden;
  border: 1px solid var(--vx-border);
  border-radius: 14px;
  background: var(--vx-white);
}

.faq-question {
  display: flex;
  width: 100%;
  min-height: 62px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 16px 18px;
  color: var(--vx-ink);
  background: transparent;
  cursor: pointer;
  text-align: left;
  font-weight: 760;
}

.faq-question::after {
  display: grid;
  width: 26px;
  height: 26px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 8px;
  color: var(--vx-blue);
  background: rgba(52, 139, 199, 0.09);
  content: "+";
  font-size: 1.12rem;
  transition: transform var(--vx-transition);
}

.faq-question[aria-expanded="true"]::after {
  content: "−";
  transform: rotate(180deg);
}

.faq-answer {
  display: none;
  padding: 0 18px 18px;
  color: var(--vx-muted);
}

.faq-answer.open {
  display: block;
}

.faq-answer p {
  margin-bottom: 0;
}

.final-cta {
  position: relative;
  overflow: hidden;
  padding: 64px;
  border-radius: 30px;
  color: var(--vx-white);
  background:
    radial-gradient(circle at 88% 20%, rgba(255, 181, 20, 0.25), transparent 22%),
    linear-gradient(135deg, #0c2535, #174c68);
  box-shadow: var(--vx-shadow-lg);
}

.final-cta::after {
  position: absolute;
  right: -120px;
  bottom: -160px;
  width: 350px;
  height: 350px;
  border: 1px solid rgba(138, 215, 246, 0.19);
  border-radius: 50%;
  box-shadow: 0 0 0 50px rgba(138, 215, 246, 0.035), 0 0 0 100px rgba(138, 215, 246, 0.022);
  content: "";
}

.final-cta-inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
}

.final-cta-copy {
  max-width: 700px;
}

.final-cta h2 {
  margin-bottom: 13px;
  font-size: clamp(1.9rem, 3vw, 3rem);
}

.final-cta p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.72);
}

.site-footer {
  padding: 70px 0 26px;
  color: rgba(255, 255, 255, 0.72);
  background: #071620;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.35fr 1fr 1fr 1fr;
  gap: 40px;
}

.footer-brand p {
  max-width: 330px;
  margin-top: 16px;
  color: rgba(255, 255, 255, 0.58);
}

.footer-title {
  margin-bottom: 14px;
  color: var(--vx-white);
  font-size: 0.9rem;
  font-weight: 800;
}

.footer-links {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.61);
  font-size: 0.88rem;
  transition: color var(--vx-transition);
}

.footer-links a:hover {
  color: var(--vx-cyan);
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 48px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.8rem;
}

.whatsapp-float {
  position: fixed;
  left: 18px;
  bottom: calc(18px + env(safe-area-inset-bottom));
  z-index: 900;
  display: flex;
  width: 58px;
  height: 58px;
  align-items: center;
  justify-content: center;
  border: 2px solid rgba(255, 255, 255, 0.86);
  border-radius: 50%;
  color: #062f18;
  background: var(--vx-whatsapp);
  box-shadow: 0 14px 35px rgba(11, 31, 43, 0.28);
  transition: transform var(--vx-transition), box-shadow var(--vx-transition);
}

.whatsapp-float:hover {
  box-shadow: 0 18px 40px rgba(11, 31, 43, 0.35);
  transform: translateY(-3px);
}

.whatsapp-float svg {
  width: 28px;
  height: 28px;
}

.whatsapp-float-label {
  position: absolute;
  left: 69px;
  width: max-content;
  max-width: 220px;
  padding: 8px 10px;
  border-radius: 9px;
  color: var(--vx-white);
  background: var(--vx-ink);
  font-size: 0.72rem;
  font-weight: 700;
  opacity: 0;
  pointer-events: none;
  transform: translateX(-5px);
  transition: opacity var(--vx-transition), transform var(--vx-transition);
}

.whatsapp-float:hover .whatsapp-float-label,
.whatsapp-float:focus .whatsapp-float-label {
  opacity: 1;
  transform: translateX(0);
}

.cookie-banner {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 1200;
  display: none;
  width: min(460px, calc(100% - 36px));
  padding: 20px;
  border: 1px solid rgba(184, 199, 208, 0.35);
  border-radius: 16px;
  color: var(--vx-white);
  background: rgba(8, 25, 35, 0.97);
  box-shadow: var(--vx-shadow-lg);
}

.cookie-banner.show {
  display: block;
}

.cookie-banner p {
  margin-bottom: 14px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.85rem;
}

.cookie-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.cookie-actions .btn {
  min-height: 42px;
  padding: 10px 14px;
  font-size: 0.8rem;
}

.legal-hero {
  padding: 70px 0 54px;
  color: var(--vx-white);
  background: linear-gradient(135deg, #0a2230, #16445d);
}

.legal-content {
  padding: 70px 0 100px;
}

.legal-content h2 {
  margin-top: 42px;
  margin-bottom: 14px;
  font-size: 1.7rem;
}

.legal-content h3 {
  margin-top: 28px;
  font-size: 1.2rem;
}

.legal-content p,
.legal-content li {
  color: #4f6673;
}

.legal-content li + li {
  margin-top: 8px;
}

.placeholder {
  display: inline-block;
  padding: 2px 7px;
  border-radius: 6px;
  color: #7a5100;
  background: rgba(255, 181, 20, 0.2);
  font-weight: 760;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.contact-card {
  padding: 30px;
  border: 1px solid var(--vx-border);
  border-radius: var(--vx-radius-lg);
  background: var(--vx-white);
  box-shadow: var(--vx-shadow-sm);
}

.contact-card p {
  color: var(--vx-muted);
}

.error-page {
  display: grid;
  min-height: calc(100vh - var(--vx-header-height));
  place-items: center;
  padding: 80px 20px;
  color: var(--vx-white);
  background:
    radial-gradient(circle at 30% 20%, rgba(52, 139, 199, 0.32), transparent 32%),
    linear-gradient(135deg, #071722, #153c52);
  text-align: center;
}

.error-code {
  margin-bottom: 4px;
  color: var(--vx-amber);
  font-size: clamp(5rem, 16vw, 11rem);
  font-weight: 900;
  line-height: 0.9;
  letter-spacing: -0.08em;
}

.error-page p {
  max-width: 600px;
  margin-inline: auto;
  color: rgba(255, 255, 255, 0.72);
}

.no-js-note {
  padding: 10px 16px;
  color: #3b2a00;
  background: #ffe8a9;
  text-align: center;
  font-size: 0.84rem;
}

@media (max-width: 1120px) {
  .main-nav a {
    padding-inline: 7px;
    font-size: 0.82rem;
  }

  .header-cta {
    display: none;
  }

  .hero-grid,
  .product-hero .hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.84fr);
    gap: 38px;
  }

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

  .plan-summary {
    min-height: 62px;
  }

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

@media (max-width: 900px) {
  :root {
    --vx-header-height: 68px;
  }

  .main-nav,
  .desktop-only {
    display: none;
  }

  .mobile-menu-toggle {
    display: flex;
  }

  .brand img {
    width: 42px;
    height: 42px;
  }

  .hero,
  .product-hero {
    padding: 70px 0 74px;
  }

  .hero-grid,
  .product-hero .hero-grid,
  .panel-showcase {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    max-width: 760px;
  }

  .dashboard-wrap {
    max-width: 650px;
    margin-inline: auto;
  }

  .dashboard-window {
    transform: none;
  }

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

  .benefit-strip-item:nth-child(2) {
    border-right: 0;
  }

  .benefit-strip-item:nth-child(-n + 2) {
    border-bottom: 1px solid var(--vx-border);
  }

  .product-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

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

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

  .quick-comparison {
    overflow-x: auto;
  }

  .quick-comparison-row {
    min-width: 980px;
  }

  .pricing-toolbar {
    align-items: flex-start;
    flex-direction: column;
  }

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

  .final-cta-inner {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 640px) {
  .container,
  .container-narrow {
    width: min(calc(100% - 28px), var(--vx-container));
  }

  .section {
    padding: 70px 0;
  }

  .section-sm {
    padding: 52px 0;
  }

  h1 {
    font-size: clamp(2.2rem, 12vw, 3.2rem);
  }

  h2 {
    font-size: clamp(1.8rem, 9vw, 2.45rem);
  }

  .hero,
  .product-hero {
    padding-top: 54px;
  }

  .hero .actions .btn {
    width: 100%;
  }

  .hero-proof {
    gap: 7px;
  }

  .hero-proof span {
    font-size: 0.74rem;
  }

  .dashboard-content {
    padding: 10px;
  }

  .dashboard-grid {
    gap: 8px;
  }

  .dashboard-card {
    min-height: 102px;
    padding: 11px;
  }

  .floating-panel-badge {
    display: none;
  }

  .benefit-strip {
    margin-top: -20px;
  }

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

  .benefit-strip-item {
    min-height: 74px;
    border-right: 0;
    border-bottom: 1px solid var(--vx-border);
  }

  .benefit-strip-item:last-child {
    border-bottom: 0;
  }

  .product-card,
  .info-card,
  .feature-card {
    padding: 22px;
  }

  .product-card-footer {
    align-items: stretch;
    flex-direction: column;
  }

  .product-card-footer .btn {
    width: 100%;
  }

  .why-grid,
  .feature-grid,
  .steps,
  .audience-grid,
  .objection-grid,
  .pricing-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

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

  .pricing-grid {
    gap: 18px;
  }

  .plan-name,
  .plan-summary {
    min-height: 0;
  }

  .billing-toggle {
    width: 100%;
  }

  .billing-toggle button {
    flex: 1 1 0;
  }

  .panel-showcase-visual {
    padding: 12px;
  }

  .final-cta {
    padding: 36px 24px;
    border-radius: 22px;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .whatsapp-float {
    left: 12px;
    bottom: calc(12px + env(safe-area-inset-bottom));
    width: 54px;
    height: 54px;
  }

  .whatsapp-float-label {
    display: none;
  }

  .cookie-banner {
    right: 10px;
    bottom: calc(76px + env(safe-area-inset-bottom));
    width: calc(100% - 20px);
  }

  .cookie-actions .btn {
    flex: 1 1 130px;
  }

  .comparison-table {
    min-width: 820px;
  }

  .comparison-table th,
  .comparison-table td {
    padding: 12px 13px;
  }
}

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

@media print {
  .site-header,
  .whatsapp-float,
  .cookie-banner,
  .billing-toggle,
  .final-cta,
  .site-footer {
    display: none !important;
  }

  .section {
    padding: 24px 0;
  }

  .pricing-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.pricing-toolbar {
  display: grid;
  grid-template-columns: 1fr;
  width: 100%;
  gap: 18px;
  margin-bottom: 32px;
  text-align: center;
}

.pricing-toolbar .section-heading {
  width: 100%;
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
  justify-self: center;
}

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

.pricing-toolbar .section-heading h2 {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.pricing-toolbar .section-heading p {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.pricing-toolbar .billing-toggle {
  justify-self: center;
  margin-inline: auto;
}

.section-heading {
  width: 100%;
  max-width: 900px;
  margin: 0 auto 36px;
  text-align: center;
}

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

.section-heading h2 {
  max-width: 850px;
  margin: 0 auto 18px;
  text-align: center;
  text-wrap: balance;
}

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