/* ============================================
   VIRALIZEI - Landing Page Custom Styles
   Brand: Viralizei nas redes
   ============================================ */

:root {
  /* Cores oficiais da marca */
  --vrz-purple-1: #782FBE;
  --vrz-purple-2: #882FC9;
  --vrz-cyan:     #00D2FF;
  --vrz-text:     #111827;
  --vrz-text-soft:#1F2937;
  --vrz-dark:     #0A0F1C;
  --vrz-text-muted: #6b7280;

  /* Aliases semânticos */
  --vrz-primary:       #882FC9;
  --vrz-primary-dark:  #782FBE;
  --vrz-primary-light: #b066e6;
  --vrz-accent:        #00D2FF;
  --vrz-bg:            #f7f7fb;
  --vrz-border:        #e5e7eb;
  --vrz-card:          #ffffff;

  /* Gradientes */
  --vrz-gradient:        linear-gradient(135deg, #782FBE 0%, #882FC9 100%);
  --vrz-gradient-soft:   linear-gradient(135deg, rgba(120, 47, 190, 0.08) 0%, rgba(136, 47, 201, 0.08) 100%);
  --vrz-gradient-accent: linear-gradient(135deg, #882FC9 0%, #00D2FF 100%);
}

body,
input, button, select, textarea, optgroup,
.btn, .form-control, .form-select,
h1, h2, h3, h4, h5, h6,
p, span, li, a, label, small {
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, sans-serif !important;
}

body {
  font-weight: 400;
  color: var(--vrz-text);
  background: #ffffff;
}

h1, h2, h3, h4, h5, h6 {
  color: var(--vrz-text);
}
p, span, li, a {
  color: inherit;
}

/* Override Bootstrap primary */
.btn-primary,
.bg-primary {
  background-color: var(--vrz-primary) !important;
  border-color: var(--vrz-primary) !important;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: var(--vrz-primary-dark) !important;
  border-color: var(--vrz-primary-dark) !important;
}
.text-primary {
  color: var(--vrz-primary) !important;
}

/* ============================================
   BRAND LOGO (header + footer)
   ============================================ */
.vrz-navbar-brand,
.vrz-footer-logo-link {
  background: transparent !important;
  padding: 0 !important;
  margin: 0;
  display: inline-flex;
  align-items: center;
  line-height: 0;
}
.vrz-navbar-logo {
  height: 46px;
  width: auto;
  max-width: 220px;
  background: transparent !important;
  display: block;
  object-fit: contain;
  filter: drop-shadow(0 10px 18px rgba(29, 8, 56, 0.22));
}
.vrz-footer-logo {
  height: 44px;
  width: auto;
  max-width: 220px;
  background: transparent !important;
  display: block;
  object-fit: contain;
}
@media (max-width: 575px) {
  .vrz-navbar-logo { height: 38px; max-width: 180px; }
  .vrz-footer-logo { height: 36px; max-width: 180px; padding-right: 7px; }
}

/* ============================================
   HEADER / NAVBAR  (sticky on scroll)
   ============================================ */
.vrz-header {
  background:
    radial-gradient(circle at 16% 0%, rgba(0, 210, 255, 0.24), transparent 34%),
    linear-gradient(135deg, #6f24bb 0%, #8a2ed0 48%, #9d31dc 100%);
  position: sticky;
  top: 0;
  z-index: 1100;
  box-shadow: 0 14px 34px rgba(35, 9, 62, 0.18);
  overflow: visible;
  isolation: isolate;
}
.vrz-header::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.10), transparent 38%, rgba(255, 255, 255, 0.08)),
    repeating-linear-gradient(115deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 18px);
  opacity: 0.55;
  z-index: -1;
}
.vrz-header::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(0, 210, 255, 0.9), rgba(255, 255, 255, 0.72), transparent);
  opacity: 0.65;
}
.vrz-navbar {
  padding: 0;
}
.vrz-navbar > .navbar {
  padding: 1rem 0;
  --bs-navbar-padding-y: 0;
}
.vrz-navbar > .navbar > .container {
  position: relative;
  z-index: 1;
}
.vrz-navbar .nav-link {
  color: rgba(255, 255, 255, 0.92) !important;
  font-weight: 500;
  font-size: 0.95rem;
  padding: 0.48rem 0.9rem !important;
  border-radius: 999px;
  transition: background 0.2s, color 0.2s, transform 0.2s;
}
.vrz-navbar .nav-link:hover {
  background: rgba(255, 255, 255, 0.12);
  color: #fff !important;
  transform: translateY(-1px);
}
.vrz-navbar .top-bar {
  font-size: 0.82rem;
  padding: 0.45rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.vrz-navbar .top-bar a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  margin-left: 1.25rem;
  font-weight: 400;
}
.vrz-navbar .top-bar a:hover {
  color: #fff;
}
.vrz-btn-signup {
  background: #fff;
  color: var(--vrz-primary);
  border: none;
  padding: 0.55rem 1.5rem;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.9rem;
  transition: transform 0.15s, box-shadow 0.15s;
}
.vrz-btn-signup:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  color: var(--vrz-primary-dark);
}
.vrz-btn-client-area {
  background: transparent;
  color: #fff;
  border: 1.5px solid rgba(255, 255, 255, 0.6);
  padding: 0.5rem 1.4rem;
  border-radius: 999px;
  font-weight: 500;
  font-size: 0.9rem;
  text-decoration: none;
  transition: all 0.2s;
}
.vrz-btn-client-area:hover {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  border-color: #fff;
}
.vrz-cart-icon {
  color: #fff;
  font-size: 1.25rem;
  margin: 0 0.5rem;
  position: relative;
}

/* ============================================
   HERO SECTION
   ============================================ */
.vrz-hero {
  background: var(--vrz-gradient);
  color: #fff;
  padding: 4rem 0 6rem;
  position: relative;
  overflow: hidden;
}
.vrz-hero h1,
.vrz-hero p,
.vrz-hero .vrz-hero-step-label {
  color: #fff !important;
}
.vrz-hero::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -10%;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.08) 0%, transparent 70%);
  pointer-events: none;
}

/* ============================================
   HERO V2 (conversion-focused, mobile-first)
   ============================================ */
.vrz-hero-v2 {
  padding: 2.5rem 0 3rem;
  min-height: auto;
}
.vrz-hero-v2-headline {
  font-size: clamp(2rem, 5.5vw, 3.5rem);
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 1rem;
  color: #fff !important;
  letter-spacing: -0.02em;
}
.vrz-hero-v2-headline strong {
  color: var(--vrz-cyan);
  font-weight: 800;
}
.vrz-hero-v2-sub {
  font-size: clamp(1rem, 2.2vw, 1.2rem);
  color: rgba(255, 255, 255, 0.92) !important;
  margin-bottom: 1.5rem;
  max-width: 580px;
  line-height: 1.5;
}

/* CTA row — 3 colored buttons for top networks */
.vrz-hero-cta-row {
  display: grid;
  gap: 0.75rem;
  margin-bottom: 2rem;
  width: 100%;
}
@media (min-width: 768px) {
  .vrz-hero-cta-row {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1rem;
  }
}
.vrz-hero-cta-btn { width: 100%; min-width: 0; }
.vrz-hero-cta-btn {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.85rem;
  padding: 1rem 1.15rem;
  border-radius: 14px;
  color: #fff !important;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 600;
  transition: transform 0.2s ease, box-shadow 0.25s ease;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
  min-height: 60px;
  border: 1.5px solid rgba(255, 255, 255, 0.18);
}
.vrz-hero-cta-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.28);
  color: #fff;
}
.vrz-hero-cta-btn > i:first-child {
  font-size: 1.45rem;
  flex-shrink: 0;
}
.vrz-hero-cta-btn span {
  flex: 1;
  font-size: 0.95rem;
  font-weight: 500;
}
.vrz-hero-cta-btn span strong {
  display: block;
  font-weight: 700;
  font-size: 1.05rem;
  line-height: 1.1;
}
.vrz-hero-cta-arrow {
  font-size: 1.05rem !important;
  opacity: 0.85;
  transition: transform 0.2s;
}
.vrz-hero-cta-btn:hover .vrz-hero-cta-arrow {
  transform: translateX(4px);
}

/* Mini-proofs (selos abaixo do hero) */
.vrz-mini-proofs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.6rem;
  margin-top: 0.5rem;
}
@media (min-width: 768px) {
  .vrz-mini-proofs {
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
  }
}
.vrz-mini-proof-item {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(6px);
  border-radius: 12px;
  padding: 0.65rem 0.85rem;
  color: #fff;
  text-decoration: none;
  transition: background 0.2s, transform 0.2s;
}
.vrz-mini-proof-item:hover {
  color: #fff;
}
.vrz-mini-proof-link:hover {
  background: rgba(255, 255, 255, 0.16);
  transform: translateY(-2px);
}
.vrz-mini-proof-item > i {
  font-size: 1.35rem;
  color: var(--vrz-cyan);
  flex-shrink: 0;
}
.vrz-mini-proof-item > div {
  display: flex;
  flex-direction: column;
  line-height: 1.15;
  min-width: 0;
}
.vrz-mini-proof-item strong {
  font-size: 0.92rem;
  font-weight: 700;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.vrz-mini-proof-item small {
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.72);
}

/* ============================================
   TOP PACKAGES (1st-fold offers)
   ============================================ */
/* ============================================
   Top Packages section
   ============================================ */
.vrz-packs-section { background: var(--vrz-bg); }

.vrz-top-packages {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
@media (min-width: 576px) {
  .vrz-top-packages { grid-template-columns: repeat(2, 1fr); gap: 1rem; }
}
@media (min-width: 992px) {
  .vrz-top-packages { grid-template-columns: repeat(3, 1fr); gap: 1.25rem; align-items: stretch; }
}

/* Card base */
.vrz-pack-card {
  position: relative;
  background: #fff;
  border: 1.5px solid var(--vrz-border);
  border-radius: 22px;
  padding: 1.5rem 1.5rem 1.35rem;
  display: flex;
  flex-direction: column;
  gap: 0;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s;
}
.vrz-pack-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 45px rgba(139, 47, 201, 0.13);
  border-color: rgba(139, 47, 201, 0.35);
}

/* Hero (featured) card */
.vrz-pack-card.is-hero {
  border-color: var(--vrz-primary);
  background:
    radial-gradient(ellipse at 50% 0%, rgba(139,47,201,0.08) 0%, transparent 60%),
    #fff;
  box-shadow: 0 8px 30px rgba(139, 47, 201, 0.14);
  padding-top: 2rem;
}
.vrz-pack-card.is-hero:hover {
  transform: translateY(-7px);
  box-shadow: 0 24px 52px rgba(139, 47, 201, 0.22);
}

/* Badge row (tag + discount pill side by side) */
.vrz-pack-badge-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  margin-bottom: 1rem;
}
.vrz-pack-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  background: linear-gradient(135deg, #ff9100, #ff5252);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 5px 12px;
  border-radius: 999px;
  box-shadow: 0 4px 10px rgba(255,82,82,0.28);
}
.vrz-pack-tag i { font-size: 0.8rem; }
.vrz-pack-discount-badge {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  background: rgba(16,185,129,0.12);
  color: #059669;
  border: 1px solid rgba(16,185,129,0.2);
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 800;
}

/* Head: icon + name */
.vrz-pack-head {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  margin-bottom: 1.15rem;
}
.vrz-pack-icon {
  width: 44px;
  height: 44px;
  border-radius: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.25rem;
  flex-shrink: 0;
  box-shadow: 0 6px 14px rgba(0,0,0,0.18);
}
.vrz-pack-head-text { display: flex; flex-direction: column; min-width: 0; }
.vrz-pack-network {
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--vrz-text-muted);
}
.vrz-pack-category {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--vrz-text);
  line-height: 1.2;
}

/* Quantity block */
.vrz-pack-qty-block {
  display: flex;
  align-items: baseline;
  gap: 0.45rem;
  margin-bottom: 0.25rem;
}
.vrz-pack-qty {
  font-size: 2.75rem;
  font-weight: 900;
  color: var(--vrz-text);
  line-height: 1;
  letter-spacing: -0.03em;
}
.vrz-pack-unit {
  font-size: 0.9rem;
  color: var(--vrz-text-muted);
  font-weight: 500;
  text-transform: lowercase;
}

/* Price block */
.vrz-pack-price-block {
  display: flex;
  align-items: baseline;
  gap: 0.6rem;
  margin-bottom: 1rem;
  flex-wrap: wrap;
}
.vrz-pack-price-from {
  font-size: 0.82rem;
  color: var(--vrz-text-muted);
}
.vrz-pack-price-from del { text-decoration: line-through; }
.vrz-pack-price-now {
  font-size: 1.75rem;
  font-weight: 800;
  color: var(--vrz-primary);
  letter-spacing: -0.02em;
}

/* Micro perks */
.vrz-pack-perks {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
  margin-bottom: 1.25rem;
  font-size: 0.75rem;
  color: var(--vrz-text-muted);
  font-weight: 500;
}
.vrz-pack-perks span {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
}
.vrz-pack-perks i { color: var(--vrz-primary); font-size: 0.82rem; }

/* CTA button */
.vrz-pack-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 100%;
  padding: 0.9rem 1rem;
  background: var(--vrz-gradient);
  color: #fff !important;
  border-radius: 14px;
  font-weight: 700;
  font-size: 0.88rem;
  text-decoration: none;
  transition: transform 0.18s, box-shadow 0.2s;
  margin-top: auto;
  box-shadow: 0 6px 18px rgba(139, 47, 201, 0.22);
  line-height: 1.3;
  text-align: center;
}
.vrz-pack-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(139, 47, 201, 0.38);
  color: #fff !important;
}

/* Hero CTA — green for contrast on featured card */
.vrz-pack-cta--hero {
  background: linear-gradient(135deg, #16a34a, #22c55e);
  box-shadow: 0 8px 22px rgba(22, 163, 74, 0.32);
}
.vrz-pack-cta--hero:hover {
  box-shadow: 0 14px 32px rgba(22, 163, 74, 0.45);
}

/* ============================================
   COUNTER ROW (social proof stats)
   ============================================ */
.vrz-counter-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  background: #fff;
  border-radius: 18px;
  padding: 1.5rem 1.25rem;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.04);
}
@media (min-width: 768px) {
  .vrz-counter-row { grid-template-columns: repeat(4, 1fr); padding: 1.75rem 2rem; }
}
.vrz-counter-stat {
  text-align: center;
}
.vrz-counter-stat strong {
  display: block;
  font-size: clamp(1.5rem, 4vw, 2.1rem);
  font-weight: 800;
  background: var(--vrz-gradient-accent);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1.1;
  margin-bottom: 0.25rem;
}
.vrz-counter-stat span {
  font-size: 0.82rem;
  color: var(--vrz-text-muted);
}

/* ============================================
   MOBILE STICKY BOTTOM CTA
   ============================================ */
.vrz-mobile-sticky-cta {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.5rem;
  z-index: 998;
  background: #fff;
  border-top: 1px solid var(--vrz-border);
  box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.12);
  padding: 0.5rem 0.75rem calc(0.5rem + env(safe-area-inset-bottom));
  transform: translateY(120%);
  transition: transform 0.32s cubic-bezier(0.16, 1, 0.3, 1);
}
.vrz-mobile-sticky-cta.is-visible {
  transform: translateY(0);
}
.vrz-sticky-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  padding: 0.85rem 0.5rem;
  border-radius: 11px;
  font-weight: 700;
  font-size: 0.93rem;
  text-decoration: none;
  transition: transform 0.15s, box-shadow 0.2s;
}
.vrz-sticky-btn i {
  font-size: 1.1rem;
}
.vrz-sticky-buy {
  background: var(--vrz-gradient);
  color: #fff !important;
  box-shadow: 0 6px 14px rgba(139, 47, 201, 0.3);
}
.vrz-sticky-whats {
  background: #25D366;
  color: #fff !important;
  box-shadow: 0 6px 14px rgba(37, 211, 102, 0.3);
  width: 52px;
  padding: 0.85rem 0;
  border: none;
  outline: none;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}
.vrz-sticky-whats span {
  display: none;
}
.vrz-sticky-whats i {
  font-size: 1.4rem;
}
.vrz-sticky-btn:active {
  transform: scale(0.97);
}

/* When sticky CTA is active (mobile only), hide the floating chat to avoid clutter
   and add bottom space so the sticky bar doesn't cover the footer copyright. */
@media (max-width: 991px) {
  body.vrz-sticky-cta-active .vrz-contact-widget {
    display: none;
  }
  body.vrz-sticky-cta-active .vrz-footer {
    padding-bottom: calc(100px + env(safe-area-inset-bottom));
  }
}

/* ============================================
   NAVBAR TOGGLER (hamburger button)
   ============================================ */
.vrz-navbar-toggler {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.08)) !important;
  border: 1px solid rgba(255, 255, 255, 0.22) !important;
  border-radius: 15px;
  padding: 0 !important;
  color: #fff !important;
  box-shadow: 0 12px 22px rgba(48, 12, 81, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.16) !important;
  transition: transform 0.18s, border-color 0.18s, background 0.18s, box-shadow 0.18s;
}
.vrz-navbar-toggler:hover,
.vrz-navbar-toggler:focus,
.vrz-navbar-toggler:active {
  background: rgba(255, 255, 255, 0.20) !important;
  border-color: rgba(255, 255, 255, 0.36) !important;
  outline: none !important;
  box-shadow: 0 14px 26px rgba(48, 12, 81, 0.24), 0 0 0 3px rgba(0, 210, 255, 0.14) !important;
  transform: translateY(-1px);
}
.vrz-navbar-toggler i {
  font-size: 1.75rem;
  color: #fff;
  line-height: 1;
  display: inline-block;
  text-shadow: 0 8px 18px rgba(0, 0, 0, 0.18);
  transition: transform 0.18s, opacity 0.15s;
}
.vrz-navbar-toggler:hover i {
  opacity: 0.8;
  transform: scale(1.04);
}

@media (max-width: 991px) {
  .vrz-navbar > .navbar {
    padding: 1rem 0;
  }
  .vrz-navbar-toggler {
    width: 42px;
    height: 42px;
    border-radius: 14px;
  }
}

/* ============================================
   OFFCANVAS MOBILE (header menu)
   ============================================ */
.vrz-offcanvas {
  background: #ffffff !important;
  color: var(--vrz-text) !important;
  width: 320px !important;
  max-width: 88vw !important;
  z-index: 1300 !important;
  --bs-offcanvas-bg: #ffffff;
  --bs-offcanvas-color: var(--vrz-text);
}
.offcanvas-backdrop {
  z-index: 1290 !important;
}
.vrz-offcanvas-header {
  padding: 1.25rem 1.5rem !important;
  border-bottom: 1px solid var(--vrz-border);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.vrz-offcanvas-logo {
  display: inline-flex;
  align-items: center;
}
.vrz-offcanvas-logo img {
  height: 36px;
  width: auto;
}
.vrz-offcanvas .btn-close {
  background-color: transparent !important;
  opacity: 0.6;
  padding: 0.6rem;
  border-radius: 50%;
  transition: opacity 0.15s, background 0.15s;
}
.vrz-offcanvas .btn-close:hover {
  opacity: 1;
  background: rgba(0, 0, 0, 0.05) !important;
}
.vrz-offcanvas-body {
  padding: 1.5rem 1.25rem !important;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

/* Section labels */
.vrz-offcanvas-section-label {
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--vrz-text-muted);
  margin: 0.5rem 0.5rem 0.5rem;
}
.vrz-offcanvas-section-label:first-child {
  margin-top: 0;
}

/* Networks list (Comprar para X) */
.vrz-offcanvas-networks {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
.vrz-offcanvas-net {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem 0.85rem;
  border-radius: 12px;
  text-decoration: none;
  color: var(--vrz-text) !important;
  background: var(--vrz-bg);
  border: 1px solid var(--vrz-border);
  transition: all 0.2s ease;
}
.vrz-offcanvas-net:hover,
.vrz-offcanvas-net:focus {
  border-color: var(--vrz-primary);
  background: rgba(139, 47, 201, 0.04);
  color: var(--vrz-primary) !important;
  transform: translateX(2px);
}
.vrz-offcanvas-net-name {
  flex: 1;
  font-weight: 600;
  font-size: 0.95rem;
}
.vrz-offcanvas-net-arrow {
  font-size: 0.85rem;
  color: var(--vrz-text-muted);
  transition: transform 0.2s;
}
.vrz-offcanvas-net:hover .vrz-offcanvas-net-arrow {
  color: var(--vrz-primary);
  transform: translateX(3px);
}

.vrz-offcanvas-divider {
  height: 1px;
  background: var(--vrz-border);
  margin: 1.25rem 0.5rem;
}

/* Simple links (Como funciona, Suporte) */
.vrz-offcanvas-link {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  padding: 0.7rem 0.85rem;
  border-radius: 10px;
  text-decoration: none;
  color: var(--vrz-text) !important;
  font-weight: 500;
  font-size: 0.92rem;
  transition: background 0.15s;
}
.vrz-offcanvas-link:hover {
  background: rgba(139, 47, 201, 0.05);
  color: var(--vrz-primary) !important;
}
.vrz-offcanvas-link i {
  font-size: 1.1rem;
  width: 22px;
  text-align: center;
  color: var(--vrz-primary);
}

/* Footer area with CTA */
.vrz-offcanvas-footer {
  margin-top: auto;
  padding-top: 1.5rem;
  border-top: 1px solid var(--vrz-border);
  margin-top: 1.5rem;
}
.vrz-offcanvas-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 100%;
  padding: 0.9rem 1rem;
  background: var(--vrz-gradient);
  color: #fff !important;
  border-radius: 12px;
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none;
  transition: transform 0.15s, box-shadow 0.2s;
  box-shadow: 0 6px 18px rgba(139, 47, 201, 0.3);
}
.vrz-offcanvas-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(139, 47, 201, 0.4);
  color: #fff !important;
}

/* Dropdown menu (Soluções) — light theme, brand-styled */
.vrz-navbar .dropdown-menu {
  z-index: 1200;
  background: #ffffff !important;
  color: var(--vrz-text) !important;
  border: 1px solid var(--vrz-border) !important;
  border-radius: 14px !important;
  padding: 0.5rem !important;
  margin-top: 0.5rem !important;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12) !important;
  min-width: 240px;
  --bs-dropdown-bg: #ffffff;
  --bs-dropdown-color: var(--vrz-text);
  --bs-dropdown-link-color: var(--vrz-text);
  --bs-dropdown-link-hover-bg: rgba(139, 47, 201, 0.06);
  --bs-dropdown-link-hover-color: var(--vrz-primary);
}
.vrz-navbar .dropdown-menu .dropdown-item {
  color: var(--vrz-text) !important;
  font-weight: 500;
  font-size: 0.92rem;
  padding: 0.6rem 0.85rem !important;
  border-radius: 10px;
  display: flex !important;
  align-items: center;
  gap: 0.6rem;
  transition: all 0.15s ease;
}
.vrz-navbar .dropdown-menu .dropdown-item:hover,
.vrz-navbar .dropdown-menu .dropdown-item:focus {
  background: rgba(139, 47, 201, 0.06) !important;
  color: var(--vrz-primary) !important;
}

/* Dropdown icons in header (colored brand icons) */
.vrz-dropdown-icon {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 0.9rem;
  flex-shrink: 0;
}

/* Home hero — flat gradient background, content centered */
/* ============================================
   Home hero — matches network page gradient style
   ============================================ */
.vrz-hero-home {
  background:
    radial-gradient(ellipse at 15% 40%, rgba(0, 210, 255, 0.22) 0%, transparent 40%),
    radial-gradient(ellipse at 85% 20%, rgba(255, 255, 255, 0.12) 0%, transparent 35%),
    radial-gradient(ellipse at 50% 110%, rgba(0, 0, 0, 0.15) 0%, transparent 50%),
    linear-gradient(135deg, #6a25b5 0%, #8b2ec9 45%, #9d35d4 100%);
  padding: 5.5rem 0 5.5rem;
  position: relative;
  overflow: hidden;
  text-align: center;
}
/* Diagonal lines overlay — same as network hero */
.vrz-hero-home::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.06), transparent 38%),
    repeating-linear-gradient(110deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 22px);
  pointer-events: none;
}
/* Circle in bottom-right corner — same as network hero */
.vrz-hero-home::after {
  content: '';
  display: block;
  position: absolute;
  right: -94px;
  bottom: -132px;
  width: 330px;
  height: 330px;
  border-radius: 50%;
  border: 54px solid rgba(255, 255, 255, 0.08);
  opacity: 0.9;
  pointer-events: none;
}
.vrz-hero-home .container {
  position: relative;
  z-index: 1;
}

/* Center everything inside the home hero */
.vrz-hero-home .vrz-hero-v2-headline,
.vrz-hero-home .vrz-hero-v2-sub {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.vrz-hero-home .vrz-hero-v2-headline {
  max-width: 900px;
  margin-bottom: 1.25rem;
  text-wrap: balance;
}
.vrz-hero-home .vrz-hero-v2-sub {
  max-width: 580px;
  margin-bottom: 2.75rem;
}
.vrz-hero-home .vrz-hero-cta-row {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3rem;
}
.vrz-hero-home .vrz-mini-proofs {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 575px) {
  .vrz-hero-home {
    padding: 3.5rem 0 4rem;
  }
  .vrz-hero-home .vrz-hero-v2-sub {
    margin-bottom: 2rem;
  }
  .vrz-hero-home .vrz-hero-cta-row {
    margin-bottom: 2rem;
  }
  .vrz-mini-proofs {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
  }
}
.vrz-hero h1 {
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 1.5rem;
  letter-spacing: -0.02em;
}
.vrz-hero p.lead {
  font-size: 1.15rem;
  font-weight: 400;
  line-height: 1.6;
  opacity: 0.92;
  max-width: 540px;
  margin-bottom: 2.5rem;
}
.vrz-hero-step-label {
  font-size: 0.95rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 1.5rem;
  display: block;
}
.vrz-network-grid {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
}
.vrz-network-card {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 16px;
  padding: 1rem 0.75rem 0.85rem;
  text-align: center;
  text-decoration: none;
  color: #fff;
  min-width: 92px;
  transition: all 0.25s ease;
  backdrop-filter: blur(8px);
}
.vrz-network-card:hover {
  background: rgba(255, 255, 255, 0.22);
  border-color: var(--vrz-cyan);
  transform: translateY(-4px);
  color: #fff;
  box-shadow: 0 10px 25px rgba(0, 210, 255, 0.18);
}
.vrz-network-card .icon-wrap {
  width: 48px;
  height: 48px;
  margin: 0 auto 0.55rem;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: #fff;
}
.vrz-network-card .label {
  font-size: 0.82rem;
  font-weight: 500;
  color: #fff;
}

/* Brand colors for icons */
.icon-bg-youtube { background: #FF0000; }
.icon-bg-instagram { background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); }
.icon-bg-tiktok { background: #000; }
.icon-bg-facebook { background: #1877F2; }
.icon-bg-twitch { background: #9146FF; }
.icon-bg-telegram { background: #229ED9; }
.icon-bg-twitter { background: #000; }
.icon-bg-linkedin { background: #0A66C2; }
.icon-bg-kwai { background: #FF5000; }
.icon-bg-spotify { background: #1DB954; }
.icon-bg-pinterest { background: #E60023; }
.icon-bg-snapchat { background: #FFFC00; color: #000 !important; }
.icon-bg-whatsapp { background: #25D366; }
.icon-bg-discord { background: #5865F2; }
.icon-bg-reddit { background: #FF4500; }
.icon-bg-threads { background: #000; }
.icon-bg-default { background: var(--vrz-gradient); }

/* ============================================
   SECTION BASE
   ============================================ */
.vrz-section {
  padding: 5rem 0;
}
.vrz-section-title {
  text-align: center;
  margin-bottom: 3rem;
}
.vrz-section-title .eyebrow {
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--vrz-text-muted);
  letter-spacing: 0.02em;
  margin-bottom: 0.5rem;
  display: block;
}
.vrz-section-title h2 {
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  font-weight: 700;
  color: var(--vrz-text);
  margin-bottom: 1rem;
  letter-spacing: -0.02em;
}
.vrz-section-title p {
  font-size: 1rem;
  color: var(--vrz-text-muted);
  max-width: 720px;
  margin: 0 auto;
  line-height: 1.6;
}

/* ============================================
   HOW IT WORKS
   ============================================ */
.vrz-how-step {
  background: #fff;
  border: 1.5px solid var(--vrz-border);
  border-radius: 14px;
  padding: 1.25rem 1.5rem;
  margin-bottom: 1rem;
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  cursor: pointer;
  transition: all 0.2s;
}
.vrz-how-step:hover,
.vrz-how-step.active {
  border-color: var(--vrz-primary);
  background: linear-gradient(135deg, rgba(139, 47, 201, 0.05) 0%, rgba(0, 210, 255, 0.05) 100%);
  box-shadow: 0 4px 14px rgba(139, 47, 201, 0.1);
}
.vrz-how-step-icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: rgba(139, 47, 201, 0.12);
  color: var(--vrz-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 1.1rem;
}
.vrz-how-step h4 {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.35rem;
  color: var(--vrz-text);
}
.vrz-how-step p {
  font-size: 0.875rem;
  color: var(--vrz-text-muted);
  margin: 0;
  line-height: 1.5;
}
.vrz-how-illustration {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}

/* ============================================
   ADVANTAGES CARDS
   ============================================ */
.vrz-advantage-card {
  background: #fff;
  border: 1px solid var(--vrz-border);
  border-radius: 16px;
  padding: 2rem 1.5rem;
  text-align: center;
  height: 100%;
  transition: all 0.25s;
}
.vrz-advantage-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(139, 47, 201, 0.15);
  border-color: var(--vrz-primary-light);
}
.vrz-advantage-icon {
  width: 72px;
  height: 72px;
  margin: 0 auto 1.25rem;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(139, 47, 201, 0.12) 0%, rgba(0, 210, 255, 0.12) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--vrz-primary);
  font-size: 2rem;
}
.vrz-advantage-card h4 {
  font-size: 1.05rem;
  font-weight: 600;
  margin-bottom: 0.6rem;
  color: var(--vrz-text);
}
.vrz-advantage-card p {
  font-size: 0.875rem;
  color: var(--vrz-text-muted);
  line-height: 1.55;
  margin: 0;
}

/* ============================================
   FAQ
   ============================================ */
.vrz-faq {
  max-width: 820px;
  margin: 0 auto;
}
.vrz-faq-item {
  background: #fff;
  border: 1px solid var(--vrz-border);
  border-radius: 12px;
  margin-bottom: 0.75rem;
  overflow: hidden;
  transition: border-color 0.2s;
}
.vrz-faq-item.open {
  border-color: var(--vrz-primary);
}
.vrz-faq-question {
  padding: 1.1rem 1.5rem;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 500;
  font-size: 0.95rem;
  color: var(--vrz-text);
}
.vrz-faq-question .chevron {
  transition: transform 0.25s;
  color: var(--vrz-primary);
}
.vrz-faq-item.open .chevron {
  transform: rotate(90deg);
}
.vrz-faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  padding: 0 1.5rem;
  color: var(--vrz-text-muted);
  font-size: 0.9rem;
  line-height: 1.65;
}
.vrz-faq-item.open .vrz-faq-answer {
  max-height: 500px;
  padding: 0 1.5rem 1.25rem;
}

/* ============================================
   TESTIMONIALS
   ============================================ */
.vrz-testimonial {
  background: #fff;
  border: 1px solid var(--vrz-border);
  border-radius: 16px;
  padding: 2rem 1.75rem;
  height: 100%;
  position: relative;
}
.vrz-testimonial .quote-mark {
  color: var(--vrz-primary);
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1;
}
.vrz-testimonial p.text {
  font-size: 0.92rem;
  color: var(--vrz-text);
  line-height: 1.7;
  margin: 0.75rem 0 1.25rem;
}
.vrz-testimonial .author {
  font-weight: 600;
  color: var(--vrz-text);
  font-size: 0.95rem;
  margin-bottom: 0.25rem;
}
.vrz-testimonial .result {
  color: var(--vrz-primary);
  font-size: 0.85rem;
  font-weight: 500;
}

/* ============================================
   NETWORK GRID CTA
   ============================================ */
.vrz-network-cta {
  background: var(--vrz-bg);
  padding: 4rem 0;
}
.vrz-network-cta-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  max-width: 520px;
  margin: 2rem auto 0;
}
.vrz-network-cta-card {
  background: #fff;
  border: 1px solid var(--vrz-border);
  border-radius: 14px;
  padding: 1rem 0.5rem;
  text-align: center;
  text-decoration: none;
  color: var(--vrz-text);
  transition: all 0.2s;
}
.vrz-network-cta-card:hover {
  transform: translateY(-3px);
  border-color: var(--vrz-primary);
  color: var(--vrz-text);
  box-shadow: 0 8px 20px rgba(139, 47, 201, 0.12);
}
.vrz-network-cta-card .icon-wrap {
  width: 48px;
  height: 48px;
  margin: 0 auto 0.55rem;
  border-radius: 12px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
}
.vrz-network-cta-card .label {
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--vrz-text);
}

/* ============================================
   BLOG CTA
   ============================================ */
.vrz-blog-cta {
  background: linear-gradient(135deg, rgba(136, 47, 201, 0.06) 0%, rgba(0, 210, 255, 0.08) 100%);
  border-radius: 24px;
  padding: 2.5rem;
  display: flex;
  align-items: center;
  gap: 2rem;
  margin: 4rem auto;
  max-width: 1100px;
}
.vrz-blog-cta-img {
  flex-shrink: 0;
  max-width: 260px;
}
.vrz-blog-cta-img img {
  width: 100%;
  height: auto;
}
.vrz-blog-cta h3 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}
.vrz-blog-cta .eyebrow {
  color: var(--vrz-text-muted);
  font-size: 0.85rem;
  margin-bottom: 0.5rem;
}
.vrz-blog-cta p {
  color: var(--vrz-text-muted);
  font-size: 0.92rem;
  margin-bottom: 1.5rem;
  line-height: 1.6;
}
.vrz-blog-cta-btn {
  display: inline-block;
  padding: 0.75rem 2.25rem;
  border: 1.5px solid var(--vrz-primary);
  color: var(--vrz-primary);
  border-radius: 999px;
  font-weight: 500;
  text-decoration: none;
  font-size: 0.95rem;
  transition: all 0.2s;
}
.vrz-blog-cta-btn:hover {
  background: var(--vrz-primary);
  color: #fff;
}

/* ============================================
   FOOTER
   ============================================ */
.vrz-footer {
  background: #fff;
  border-top: 1px solid var(--vrz-border);
  padding: 2rem 0;
}
.vrz-footer-socials {
  display: flex;
  gap: 1rem;
  align-items: center;
}
.vrz-footer-socials a {
  color: var(--vrz-text-muted);
  font-size: 1.1rem;
  transition: color 0.2s;
}
.vrz-footer-socials a:hover {
  color: var(--vrz-primary);
}

/* ============================================
   SIDE SOCIAL BAR (floating quick-access)
   ============================================ */
.vrz-side-social {
  position: fixed;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 8px;
  z-index: 999;
  padding: 14px 10px;
  background: rgba(17, 24, 39, 0.85);
  backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25), 0 0 0 1px rgba(139, 47, 201, 0.15);
}
.vrz-side-social::before {
  content: '';
  position: absolute;
  inset: -1px;
  border-radius: 18px;
  padding: 1px;
  background: var(--vrz-gradient);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
          mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  opacity: 0.6;
  pointer-events: none;
}
.vrz-side-social-label {
  text-align: center;
  font-size: 0.58rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
  padding-bottom: 6px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  margin-bottom: 2px;
}
.vrz-side-social-item {
  position: relative;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  text-decoration: none;
  color: #fff;
  font-size: 1.35rem;
  transition: all 0.25s ease;
}
.vrz-side-social-item:hover {
  transform: translateX(4px) scale(1.08);
  color: #fff;
  box-shadow: 0 8px 20px rgba(0, 210, 255, 0.4);
}
.vrz-side-social-name {
  position: absolute;
  left: 52px;
  top: 50%;
  transform: translateY(-50%) translateX(-10px);
  background: var(--vrz-text);
  color: #fff;
  padding: 6px 12px;
  border-radius: 8px;
  font-size: 0.8rem;
  font-weight: 500;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: all 0.2s ease;
}
.vrz-side-social-name::before {
  content: '';
  position: absolute;
  left: -4px;
  top: 50%;
  transform: translateY(-50%);
  border: 4px solid transparent;
  border-right-color: var(--vrz-text);
}
.vrz-side-social-item:hover .vrz-side-social-name {
  opacity: 1;
  transform: translateY(-50%) translateX(0);
}

/* ============================================
   SERVICE PICKER (category page)
   ============================================ */
.vrz-svc-eyebrow {
  font-size: 1rem;
  color: var(--vrz-text-muted);
  margin: 0;
  font-weight: 500;
}
.vrz-svc-picker {
  align-items: stretch;
}
.vrz-svc-picker + .vrz-svc-picker {
  margin-top: 2.5rem;
}

.vrz-svc-card {
  background: #fff;
  border: 1px solid var(--vrz-border);
  border-radius: 20px;
  padding: 2rem 2rem 1.75rem;
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  text-align: center;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.04);
}
.vrz-svc-tag {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--vrz-gradient-accent);
  color: #fff;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 5px 14px;
  border-radius: 999px;
  white-space: nowrap;
}
.vrz-svc-title {
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--vrz-primary);
  margin: 0 0 0.4rem;
  background: var(--vrz-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.vrz-svc-rating {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.2rem;
  color: #fbbf24;
  font-size: 0.95rem;
  margin-bottom: 1.4rem;
}
.vrz-svc-rating span {
  color: var(--vrz-text-muted);
  font-size: 0.82rem;
  margin-left: 0.4rem;
}

.vrz-svc-qty-label {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--vrz-text-muted);
  margin-bottom: 0.5rem;
}
.vrz-svc-qty-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}
.vrz-svc-qty-btn {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: none;
  background: var(--vrz-gradient);
  color: #fff;
  font-size: 1.05rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform 0.15s, box-shadow 0.2s;
  flex-shrink: 0;
}
.vrz-svc-qty-btn:hover {
  transform: scale(1.08);
  box-shadow: 0 6px 16px rgba(139, 47, 201, 0.35);
}
.vrz-svc-qty-btn:active {
  transform: scale(0.96);
}
.vrz-svc-qty-select {
  max-width: 180px;
  text-align: center;
  text-align-last: center;
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--vrz-text) !important;
  border: 1.5px solid var(--vrz-border) !important;
  border-radius: 12px !important;
  padding: 0.6rem 2rem !important;
  background-color: #fff !important;
}

.vrz-svc-price-block {
  margin-bottom: 1.4rem;
}
.vrz-svc-price-from {
  font-size: 0.95rem;
  color: var(--vrz-text-muted);
}
.vrz-svc-price-from del {
  color: var(--vrz-text-muted);
  text-decoration: line-through;
}
.vrz-svc-price-now {
  font-size: 1.4rem;
  color: var(--vrz-text);
  font-weight: 500;
  margin: 0.2rem 0;
}
.vrz-svc-price-current {
  color: var(--vrz-primary);
  font-size: 2rem;
  font-weight: 700;
  margin-left: 0.25rem;
}
.vrz-svc-price-discount {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.88rem;
  color: #16a34a;
  font-weight: 600;
  background: rgba(22, 163, 74, 0.08);
  padding: 4px 10px;
  border-radius: 999px;
  margin-top: 0.3rem;
}

.vrz-svc-cta {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  background: var(--vrz-gradient);
  color: #fff !important;
  padding: 0.95rem 1.5rem;
  border-radius: 999px;
  font-size: 1.05rem;
  font-weight: 600;
  text-decoration: none;
  border: none;
  box-shadow: 0 8px 22px rgba(139, 47, 201, 0.3);
  transition: transform 0.2s, box-shadow 0.25s;
}
.vrz-svc-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(139, 47, 201, 0.4);
  color: #fff !important;
}
.vrz-svc-cta i {
  font-size: 1.05rem;
}

/* Info sidebar card */
.vrz-svc-info-card {
  background: #fff;
  border: 1px solid var(--vrz-border);
  border-radius: 20px;
  padding: 1.75rem 1.75rem 1.5rem;
  height: 100%;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.04);
}
.vrz-svc-info-title {
  font-size: 1.1rem;
  font-weight: 700;
  background: var(--vrz-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 1.1rem;
}
.vrz-svc-info-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.85rem;
}
.vrz-svc-info-list li {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.92rem;
  color: var(--vrz-text);
}
.vrz-svc-info-icon {
  width: 32px;
  height: 32px;
  border-radius: 9px;
  background: rgba(139, 47, 201, 0.08);
  color: var(--vrz-primary);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 1rem;
}
.vrz-svc-info-list strong {
  font-weight: 600;
  color: var(--vrz-text);
}
.vrz-svc-info-note {
  margin: 1.2rem 0 0;
  padding-top: 1rem;
  border-top: 1px solid var(--vrz-border);
  font-size: 0.78rem;
  color: var(--vrz-text-muted);
  line-height: 1.5;
}

@media (max-width: 991px) {
  .vrz-svc-card {
    padding: 1.5rem 1.25rem 1.25rem;
  }
  .vrz-svc-title { font-size: 1.35rem; }
  .vrz-svc-price-current { font-size: 1.6rem; }
}

/* ============================================
   FOCUSED CHECKOUT LAYOUT (Domozi-style)
   ============================================ */
.vrz-checkout-body {
  background: #fff;
  min-height: 100vh;
  margin: 0;
}

/* Two-column wrap. Right column is fixed; left has margin-right to make room. */
.vrz-checkout-wrap {
  position: relative;
  min-height: 100vh;
}

/* Left section — scrollable normally with the page */
.vrz-checkout-left {
  background: #fff;
  min-height: 100vh;
  padding: 2.5rem 1.5rem 1.5rem;
  display: flex;
  flex-direction: column;
}
.vrz-checkout-left-inner {
  width: 100%;
  max-width: 540px;
  margin: 0 auto;
  flex: 1;
}

/* Logo centered at top of left section */
.vrz-checkout-logo-block {
  display: flex;
  justify-content: center;
  margin-bottom: 1.75rem;
  padding-bottom: 1.75rem;
  border-bottom: 1px solid var(--vrz-border);
}
.vrz-checkout-logo-block img {
  height: 42px;
  width: auto;
  object-fit: contain;
}

/* Steps inside left section */
.vrz-checkout-steps {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-bottom: 1.75rem;
  background: transparent;
  border: none;
  padding: 0;
}
.vrz-checkout-step {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  text-decoration: none;
  color: var(--vrz-text-muted);
  font-size: 0.86rem;
  font-weight: 500;
}
.vrz-checkout-step.is-active {
  color: var(--vrz-text);
  font-weight: 600;
}
.vrz-checkout-step.is-done {
  color: var(--vrz-primary);
}
.vrz-checkout-step.is-done:hover {
  color: var(--vrz-primary-dark);
}
.vrz-checkout-step-num {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--vrz-bg);
  color: var(--vrz-text-muted);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.7rem;
  font-weight: 700;
  flex-shrink: 0;
}
.vrz-checkout-step.is-active .vrz-checkout-step-num {
  background: var(--vrz-gradient);
  color: #fff;
}
.vrz-checkout-step.is-done .vrz-checkout-step-num {
  background: var(--vrz-primary);
  color: #fff;
}
.vrz-checkout-step-sep {
  color: var(--vrz-text-muted);
  font-size: 0.85rem;
  opacity: 0.5;
}

/* Right section — fixed full height, never scrolls */
.vrz-checkout-right {
  background: var(--vrz-text);
  color: #fff;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 40%;
  padding: 3rem 2rem;
  overflow-y: auto;
  z-index: 1;
}
.vrz-checkout-right-inner {
  max-width: 480px;
  margin: 0 auto;
}

/* Reserve space on the left for the fixed right panel */
@media (min-width: 992px) {
  .vrz-checkout-left {
    margin-right: 40%;
    padding: 2.5rem 2.5rem 1.5rem;
  }
}

/* Mobile: stack — right panel becomes a static, compact block on top */
@media (max-width: 991px) {
  .vrz-checkout-right {
    position: static;
    width: 100%;
    padding: 1.25rem 1rem;
  }
  .vrz-checkout-right-inner {
    max-width: 100%;
    position: static;
  }
  .vrz-checkout-left {
    padding: 1.75rem 1rem 1.25rem;
    margin-right: 0;
  }
  .vrz-checkout-left-inner {
    max-width: 100%;
  }
  .vrz-checkout-wrap {
    display: flex;
    flex-direction: column-reverse;
  }

  /* Logo mais compacta no mobile */
  .vrz-checkout-logo-block {
    margin-bottom: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .vrz-checkout-logo-block img {
    height: 36px;
    padding-right: 9px;
  }

  /* Steps mais compactos — força uma linha só */
  .vrz-checkout-steps {
    margin-bottom: 1.25rem;
    gap: 0.2rem;
    justify-content: center;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 0.25rem;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE/Edge */
  }
  .vrz-checkout-steps::-webkit-scrollbar { display: none; }
  .vrz-checkout-step {
    flex-shrink: 0;
    gap: 0.3rem;
  }
  .vrz-checkout-step-label {
    font-size: 0.72rem;
  }
  .vrz-checkout-step-num {
    width: 18px;
    height: 18px;
    font-size: 0.6rem;
  }
  .vrz-checkout-step-sep {
    font-size: 0.7rem;
    flex-shrink: 0;
  }

  /* Dark summary compacto no mobile */
  .vrz-dark-summary-product {
    grid-template-columns: 48px 1fr auto;
    column-gap: 0.7rem;
    padding-bottom: 1rem;
    margin-bottom: 0.85rem;
  }
  .vrz-dark-summary-thumb {
    width: 48px;
    height: 48px;
    font-size: 1.25rem;
  }
  .vrz-dark-summary-qty-badge {
    width: 20px;
    height: 20px;
    font-size: 0.65rem;
    top: -6px;
    right: -6px;
  }
  .vrz-dark-summary-name { font-size: 0.92rem; }
  .vrz-dark-summary-variant { font-size: 0.75rem; }
  .vrz-dark-summary-link { font-size: 0.7rem; }
  .vrz-dark-summary-price { font-size: 0.92rem; }

  .vrz-dark-summary-rows {
    padding-bottom: 0.85rem;
    margin-bottom: 0.5rem;
    gap: 0.35rem;
  }
  .vrz-dark-summary-row { font-size: 0.85rem; }

  .vrz-dark-summary-total {
    padding: 0.5rem 0 0;
    font-size: 1rem;
  }
  .vrz-dark-summary-total span:last-child {
    font-size: 1.35rem;
  }
}

/* Mobile pequeno (≤575px) */
@media (max-width: 575px) {
  .vrz-checkout-right { padding: 1rem 0.85rem; }
  .vrz-checkout-left { padding: 1.5rem 0.85rem 1rem; }
  .vrz-checkout-steps { gap: 0.15rem; }
  .vrz-checkout-step { gap: 0.25rem; }
  .vrz-checkout-step-label { font-size: 0.68rem; }
  .vrz-checkout-step-num { width: 16px; height: 16px; font-size: 0.55rem; }
  .vrz-checkout-step-sep { font-size: 0.65rem; opacity: 0.4; }
  .vrz-order-card-body { padding: 1rem; }
  .vrz-checkout-submit { font-size: 0.95rem; padding: 0.9rem 1rem; }
}

/* Mobile muito pequeno (≤390px) — esconde labels não-ativos pra caber tudo */
@media (max-width: 390px) {
  .vrz-checkout-step:not(.is-active) .vrz-checkout-step-label {
    display: none;
  }
  .vrz-checkout-step-label { font-size: 0.7rem; }
}

/* Submit button (large, gradient) inside left section */
.vrz-checkout-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 100%;
  padding: 1rem 1.25rem;
  background: var(--vrz-gradient);
  color: #fff !important;
  border: none;
  border-radius: 12px;
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
  transition: all 0.25s ease;
  text-decoration: none;
  box-shadow: 0 8px 24px rgba(139, 47, 201, 0.3);
}
.vrz-checkout-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(139, 47, 201, 0.4);
  color: #fff !important;
}
.vrz-checkout-submit i {
  transition: transform 0.2s;
}
.vrz-checkout-submit:hover i {
  transform: translateX(4px);
}

/* Plain input (no icon prefix) */
.vrz-input-plain {
  padding: 0.85rem 1rem !important;
}

/* Edit link inside label (E-mail trocar) */
.vrz-edit-link {
  background: transparent;
  border: none;
  padding: 0;
  font-size: 0.78rem;
  color: var(--vrz-primary);
  font-weight: 500;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
}
.vrz-edit-link:hover { color: var(--vrz-primary-dark); }

/* Checkbox row */
.vrz-checkbox-row {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 0.88rem;
  color: var(--vrz-text);
  cursor: pointer;
  margin: 0;
  padding: 0.25rem 0;
}
.vrz-checkbox-row input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  border: 1.5px solid var(--vrz-border) !important;
  border-radius: 5px !important;
  background: #fff !important;
  cursor: pointer;
  margin: 0;
  position: relative;
  flex-shrink: 0;
  transition: all 0.15s;
  outline: none !important;
  box-shadow: none !important;
}
.vrz-checkbox-row input[type="checkbox"]:hover {
  border-color: var(--vrz-primary) !important;
}
.vrz-checkbox-row input[type="checkbox"]:focus,
.vrz-checkbox-row input[type="checkbox"]:focus-visible {
  outline: none !important;
  box-shadow: 0 0 0 3px rgba(139, 47, 201, 0.18) !important;
  border-color: var(--vrz-primary) !important;
}
.vrz-checkbox-row input[type="checkbox"]:checked {
  background: var(--vrz-gradient) !important;
  background-image: var(--vrz-gradient) !important;
  border-color: var(--vrz-primary) !important;
}
.vrz-checkbox-row input[type="checkbox"]:checked::after {
  content: '';
  position: absolute;
  top: 2px;
  left: 5px;
  width: 5px;
  height: 9px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
}
.vrz-checkbox-row > span {
  font-size: 0.86rem;
  line-height: 1.35;
}
@media (min-width: 380px) {
  .vrz-checkbox-row > span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

/* Brazilian phone input — plugin (intl-tel-input) handles flag/dial code on the left.
   We just push the input text to the right and add mask via JS.
   Higher specificity (input.xxx) so it beats .vrz-input which sets padding shorthand !important. */
input.vrz-phone-plugin,
input.vrz-phone-plugin.vrz-input {
  padding: 0.85rem 1rem 0.85rem 5.5rem !important;
  font-variant-numeric: tabular-nums;
}
.iti {
  width: 100%;
  display: block;
}
.iti__selected-flag {
  padding: 0 8px 0 14px !important;
  background: transparent !important;
}
.iti__selected-flag:hover,
.iti__selected-flag:focus {
  background: rgba(139, 47, 201, 0.04) !important;
}

/* Payment options (radio cards) */
.vrz-pay-options {
  display: grid;
  gap: 0.6rem;
}
.vrz-pay-option {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.85rem;
  padding: 0.85rem 1rem;
  min-height: 56px;
  border: 1.5px solid var(--vrz-border);
  border-radius: 12px;
  cursor: pointer;
  background: #fff;
  transition: all 0.2s ease;
  margin: 0;
}
/* hidden default radio handling removed — input now styled directly via .vrz-pay-option-radio */
.vrz-pay-option:hover {
  border-color: var(--vrz-primary-light);
  background: rgba(139, 47, 201, 0.02);
}
.vrz-pay-option.is-selected {
  border-color: var(--vrz-primary);
  background: linear-gradient(180deg, #fff 0%, rgba(139, 47, 201, 0.04) 100%);
  box-shadow: 0 6px 18px rgba(139, 47, 201, 0.1);
}
.vrz-pay-option-radio {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
  border-radius: 50%;
  border: 2px solid var(--vrz-border);
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px 10px;
  flex-shrink: 0;
  cursor: pointer;
  transition: border-color 0.2s, box-shadow 0.2s, background-image 0.15s;
}
.vrz-pay-option-radio:checked {
  border-color: var(--vrz-primary);
  background-image: radial-gradient(circle, var(--vrz-primary) 0, var(--vrz-primary) 5px, transparent 5px);
}
.vrz-pay-option-radio:focus,
.vrz-pay-option-radio:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(139, 47, 201, 0.18);
}
.vrz-pay-option-logo {
  width: 50px;
  height: 24px;
  display: block;
  align-self: center;
  object-position: center;
  object-fit: contain;
  flex-shrink: 0;
}
.vrz-pay-option-name {
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--vrz-text);
}
.vrz-pay-option-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 32px;
  border-radius: 6px;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  flex-shrink: 0;
}
.vrz-pay-option-tag {
  margin-left: auto;
  align-self: center;
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #16a34a;
  background: rgba(22, 163, 74, 0.1);
  padding: 3px 8px;
  border-radius: 999px;
}
.vrz-pay-empty {
  padding: 1rem;
  background: rgba(239, 68, 68, 0.05);
  border: 1px solid #fecaca;
  border-radius: 10px;
  font-size: 0.88rem;
  color: #b91c1c;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

/* Hide the inline ajax-alert success message while the redirect overlay is showing.
   Avoids the blurred "added to cart" message confusing the user during the brief
   200ms window before redirect happens. On error, overlay hides → class is removed
   → user sees the inline error normally. */
body.vrz-is-redirecting .vrz-hide-while-redirecting {
  display: none !important;
}

/* Blocking loading overlay (used on order submit) */
.vrz-loading-overlay {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(17, 13, 33, 0.72);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}
.vrz-loading-overlay.is-visible {
  opacity: 1;
  visibility: visible;
}
.vrz-loading-card {
  background: #fff;
  border-radius: 18px;
  padding: 2rem 2.25rem;
  max-width: 360px;
  width: calc(100% - 2rem);
  text-align: center;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  animation: vrz-loading-pop 0.3s ease;
}
@keyframes vrz-loading-pop {
  from { transform: translateY(10px) scale(0.96); opacity: 0; }
  to   { transform: translateY(0) scale(1); opacity: 1; }
}
.vrz-loading-spinner {
  width: 48px;
  height: 48px;
  margin: 0 auto 1rem;
  border: 4px solid rgba(139, 47, 201, 0.15);
  border-top-color: var(--vrz-primary);
  border-radius: 50%;
  animation: vrz-loading-spin 0.8s linear infinite;
}
@keyframes vrz-loading-spin {
  to { transform: rotate(360deg); }
}
.vrz-loading-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--vrz-text);
  margin-bottom: 0.4rem;
}
.vrz-loading-sub {
  font-size: 0.88rem;
  color: var(--vrz-text-muted);
  line-height: 1.4;
}

/* Banner de validação de campos obrigatórios no checkout */
.vrz-checkout-validation-msg {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  background: #fff8e1;
  border-left: 4px solid #f59e0b;
  border-radius: 10px;
  padding: 12px 16px;
  font-size: 0.9rem;
  color: #7c4a00;
  margin-bottom: 16px;
  animation: vrz-msg-in 0.2s ease;
}
.vrz-checkout-validation-msg i {
  color: #f59e0b;
  font-size: 1.1rem;
  flex-shrink: 0;
  margin-top: 1px;
}
@keyframes vrz-msg-in {
  from { opacity: 0; transform: translateY(-6px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* Coupon row */
.vrz-coupon-row {
  margin-top: 1.25rem;
  padding-top: 1.25rem;
  border-top: 1px solid var(--vrz-border);
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.6rem;
}
.vrz-coupon-row .vrz-input-wrapper {
  flex: 1;
}
.vrz-coupon-apply {
  padding: 0.85rem 1.5rem;
  background: var(--vrz-gradient-accent);
  color: #fff;
  border: none;
  border-radius: 12px;
  font-weight: 600;
  font-size: 0.9rem;
  cursor: pointer;
  white-space: nowrap;
  transition: transform 0.15s, box-shadow 0.2s;
}
.vrz-coupon-apply:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(0, 210, 255, 0.3);
}

/* Coupon alert messages (success/error) inside checkout */
.ajax-apply-counpon-alert-message:empty {
  display: none;
}
.ajax-apply-counpon-alert-message .alert,
.ajax-apply-counpon-alert-message > div {
  border: none !important;
  border-radius: 10px !important;
  padding: 0.75rem 1rem !important;
  font-size: 0.88rem !important;
  display: flex !important;
  align-items: center !important;
  gap: 0.5rem !important;
  margin: 0 !important;
}
.ajax-apply-counpon-alert-message .alert-success,
.ajax-apply-counpon-alert-message .alert-info {
  background: rgba(22, 163, 74, 0.08) !important;
  color: #15803d !important;
}
.ajax-apply-counpon-alert-message .alert-danger,
.ajax-apply-counpon-alert-message .alert-warning,
.ajax-apply-counpon-alert-message .alert-error {
  background: rgba(239, 68, 68, 0.08) !important;
  color: #b91c1c !important;
}
.ajax-apply-counpon-alert-message .alert-success::before {
  content: '\F26B'; /* bi-check-circle-fill */
  font-family: 'bootstrap-icons';
  font-weight: normal;
}
.ajax-apply-counpon-alert-message .alert-danger::before,
.ajax-apply-counpon-alert-message .alert-warning::before,
.ajax-apply-counpon-alert-message .alert-error::before {
  content: '\F33A'; /* bi-exclamation-circle */
  font-family: 'bootstrap-icons';
  font-weight: normal;
}
.ajax-apply-counpon-alert-message button.close,
.ajax-apply-counpon-alert-message button[data-dismiss],
.ajax-apply-counpon-alert-message .btn-close {
  display: none !important;
}

/* Security notes under submit button */
.vrz-checkout-notes {
  margin-top: 1.5rem;
  padding: 1.1rem 1.25rem;
  background: var(--vrz-bg);
  border-radius: 12px;
  display: grid;
  gap: 0.65rem;
}
.vrz-checkout-note-item {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 0.82rem;
  color: var(--vrz-text-muted);
}
.vrz-checkout-note-item i {
  color: var(--vrz-primary);
  font-size: 1rem;
  flex-shrink: 0;
}

/* Truncated link inside dark summary */
.vrz-dark-summary-link {
  display: flex;
  align-items: center;
  gap: 0.3rem;
  margin-top: 0.45rem;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.55);
  width: 100%;
  min-width: 0;
}
.vrz-dark-summary-link > i {
  color: var(--vrz-cyan);
  font-size: 0.95rem;
  flex-shrink: 0;
}
.vrz-dark-summary-link-text {
  flex: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* Footer inside left section only */
.vrz-checkout-left-footer {
  margin-top: 3rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--vrz-border);
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  align-items: center;
  text-align: center;
}
.vrz-checkout-footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
  justify-content: center;
}
.vrz-checkout-footer-links a {
  font-size: 0.8rem;
  color: var(--vrz-text-muted);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.vrz-checkout-footer-links a:hover {
  color: var(--vrz-primary);
}
.vrz-checkout-footer-copy {
  font-size: 0.75rem;
  color: var(--vrz-text-muted);
}

/* Dark summary product */
.vrz-dark-summary-product {
  display: grid;
  grid-template-columns: 56px 1fr auto;
  align-items: flex-start;
  column-gap: 0.85rem;
  row-gap: 0.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  margin-bottom: 1.25rem;
}
.vrz-dark-summary-thumb {
  position: relative;
  width: 56px;
  height: 56px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.5rem;
  flex-shrink: 0;
}
.vrz-dark-summary-qty-badge {
  position: absolute;
  top: -8px;
  right: -8px;
  background: var(--vrz-cyan);
  color: var(--vrz-text);
  font-size: 0.7rem;
  font-weight: 700;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-align: center;
  border: 2px solid var(--vrz-text); /* anel pra destacar do thumb */
  box-sizing: border-box;
  padding: 0;
}
.vrz-dark-summary-info {
  display: flex;
  flex-direction: column;
  min-width: 0; /* permite ellipsis */
  align-self: center;
}
.vrz-dark-summary-name {
  font-size: 0.98rem;
  font-weight: 600;
  color: #fff;
  line-height: 1.25;
}
.vrz-dark-summary-variant {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.65);
  margin-top: 2px;
}
.vrz-dark-summary-change {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  margin-top: 0.4rem;
  font-size: 0.74rem;
  color: var(--vrz-cyan) !important;
  text-decoration: none;
  width: fit-content;
}
.vrz-dark-summary-change:hover {
  text-decoration: underline;
  color: var(--vrz-cyan) !important;
}
.vrz-dark-summary-price {
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  white-space: nowrap;
  align-self: center;
  text-align: right;
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.01em;
}

/* Dark summary rows */
.vrz-dark-summary-rows {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  margin-bottom: 1rem;
}
.vrz-dark-summary-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.92rem;
  color: rgba(255, 255, 255, 0.85);
}
.vrz-dark-summary-discount {
  color: var(--vrz-cyan) !important;
  font-weight: 600;
}

/* Total */
.vrz-dark-summary-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.75rem 0;
  margin-bottom: 1.5rem;
  font-size: 1.1rem;
  font-weight: 700;
  color: #fff;
}
.vrz-dark-summary-total span:last-child {
  font-size: 1.6rem;
  color: var(--vrz-cyan);
}

/* Submit CTA in dark panel */
.vrz-dark-summary-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 100%;
  padding: 0.95rem 1.25rem;
  background: var(--vrz-gradient);
  color: #fff !important;
  border: none;
  border-radius: 12px;
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
  transition: all 0.25s ease;
  text-decoration: none;
  box-shadow: 0 8px 24px rgba(139, 47, 201, 0.35);
}
.vrz-dark-summary-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(139, 47, 201, 0.5);
  color: #fff;
}
.vrz-dark-summary-submit i {
  transition: transform 0.2s;
}
.vrz-dark-summary-submit:hover i {
  transform: translateX(4px);
}

/* Trust list inside dark summary */
.vrz-dark-summary-trust {
  padding-top: 0.75rem;
  display: grid;
  gap: 0.65rem;
}
.vrz-dark-trust-item {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.75);
}
.vrz-dark-trust-item i {
  color: var(--vrz-cyan);
  font-size: 0.95rem;
  flex-shrink: 0;
}

/* Payment methods in dark panel */
.vrz-dark-summary-payments {
  margin-top: 1.5rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  text-align: center;
}
.vrz-dark-summary-payments small {
  display: block;
  font-size: 0.7rem;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 0.45rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.vrz-dark-payment-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.85rem;
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.35rem;
}
.vrz-dark-payment-icons .vrz-pix-badge {
  background: #00B894;
  color: #fff;
  font-size: 0.7rem;
  font-weight: 700;
  padding: 4px 8px;
  border-radius: 5px;
  letter-spacing: 0.05em;
}

/* Compact footer */
.vrz-checkout-footer {
  background: #fff;
  border-top: 1px solid var(--vrz-border);
  padding: 1.5rem 0;
  margin-top: auto;
}
.vrz-checkout-footer .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}
.vrz-checkout-footer-links {
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
}
.vrz-checkout-footer-links a {
  font-size: 0.82rem;
  color: var(--vrz-text-muted);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.vrz-checkout-footer-links a:hover {
  color: var(--vrz-primary);
}
.vrz-checkout-footer-copy {
  font-size: 0.78rem;
  color: var(--vrz-text-muted);
}

@media (max-width: 991px) {
  .vrz-checkout-right {
    padding: 1.5rem 1.25rem;
  }
  .vrz-checkout-right-inner {
    position: static;
    max-width: 100%;
  }
  .vrz-checkout-left {
    padding: 1.5rem 1rem 2rem;
  }
  .vrz-checkout-grid {
    min-height: auto;
  }
}

/* ============================================
   ORDER PAGE (legacy form cards inside focused checkout)
   ============================================ */
.vrz-order-hero {
  padding: 2.5rem 0 3.5rem;
}
.vrz-order-title {
  font-size: clamp(1.8rem, 3.5vw, 2.5rem);
  font-weight: 700;
  color: #fff;
  margin-bottom: 0;
}
.vrz-order-title strong {
  color: var(--vrz-cyan);
}

/* Steps indicator */
.vrz-steps {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
  padding: 1.25rem 1.5rem;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 14px;
  backdrop-filter: blur(6px);
  margin-top: 1.5rem;
}
.vrz-step {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.92rem;
  font-weight: 500;
}
.vrz-step-num {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.9rem;
}
.vrz-step.is-active {
  color: #fff;
}
.vrz-step.is-active .vrz-step-num {
  background: var(--vrz-cyan);
  color: var(--vrz-text);
  box-shadow: 0 0 0 4px rgba(0, 210, 255, 0.25);
}
.vrz-step-divider {
  flex: 1;
  height: 2px;
  background: rgba(255, 255, 255, 0.18);
  min-width: 20px;
}

/* Section wrapper */
.vrz-order-section {
  padding: 3rem 0;
  background: var(--vrz-bg);
  margin-top: -2rem;
  position: relative;
  z-index: 2;
}

/* Order cards */
.vrz-order-card {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
  border: 1px solid var(--vrz-border);
  overflow: hidden;
}
.vrz-order-card-header {
  padding: 1.25rem 1.5rem;
  border-bottom: 1px solid var(--vrz-border);
  display: flex;
  gap: 1rem;
  align-items: center;
}
.vrz-order-card-num {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  border-radius: 50%;
  background: var(--vrz-gradient);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}
.vrz-order-card-header h3 {
  font-size: 1.1rem;
  font-weight: 600;
  margin: 0;
  color: var(--vrz-text);
}
.vrz-order-card-header p {
  font-size: 0.85rem;
  color: var(--vrz-text-muted);
  margin: 0;
}
.vrz-order-card-body {
  padding: 1.5rem;
}

/* Form fields */
.vrz-form-group {
  margin-bottom: 1.25rem;
}
.vrz-form-group:last-child {
  margin-bottom: 0;
}
.vrz-form-label {
  display: block;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--vrz-text);
  margin-bottom: 0.5rem;
}
.vrz-form-required {
  color: #ef4444;
  font-weight: 700;
}
.vrz-input-wrapper {
  position: relative;
}
.vrz-input-icon {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--vrz-text-muted);
  font-size: 1.05rem;
  pointer-events: none;
}
.vrz-input {
  padding: 0.85rem 1rem 0.85rem 2.75rem !important;
  border-radius: 12px !important;
  border: 1.5px solid var(--vrz-border) !important;
  font-size: 0.95rem !important;
  font-weight: 500 !important;
  color: var(--vrz-text) !important;
  transition: border-color 0.2s, box-shadow 0.2s !important;
  background: #fff !important;
}
.vrz-input::placeholder {
  color: #9ca3af !important;
  opacity: 1;
  font-weight: 400;
}
.vrz-input:focus {
  color: var(--vrz-text) !important;
  background: #fff !important;
}
.vrz-input:focus {
  border-color: var(--vrz-primary) !important;
  box-shadow: 0 0 0 4px rgba(139, 47, 201, 0.12) !important;
  outline: none !important;
}
.vrz-form-hint {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  margin-top: 0.5rem;
  font-size: 0.78rem;
  color: var(--vrz-text-muted);
}
.vrz-form-hint i {
  color: var(--vrz-primary);
}

/* Package grid */
.vrz-package-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 0.85rem;
}
.vrz-package-option {
  position: relative;
  background: #fff;
  border: 2px solid var(--vrz-border);
  border-radius: 14px;
  padding: 1rem 0.85rem;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s ease;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}
.vrz-package-option input[type="radio"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.vrz-package-option:hover {
  border-color: var(--vrz-primary-light);
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(139, 47, 201, 0.08);
}
.vrz-package-option.is-selected {
  border-color: var(--vrz-primary);
  background: linear-gradient(180deg, #fff 0%, rgba(139, 47, 201, 0.04) 100%);
  box-shadow: 0 8px 24px rgba(139, 47, 201, 0.18);
}
.vrz-package-tag {
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--vrz-gradient-accent);
  color: #fff;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 3px 10px;
  border-radius: 999px;
  text-transform: uppercase;
  white-space: nowrap;
}
.vrz-package-qty {
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--vrz-text);
  line-height: 1;
}
.vrz-package-unit {
  font-size: 0.78rem;
  color: var(--vrz-text-muted);
  text-transform: lowercase;
}
.vrz-package-price {
  margin-top: 0.5rem;
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--vrz-primary);
}
.vrz-package-price del {
  display: block;
  margin: 0;
  font-size: 0.75rem;
  font-weight: 400;
  color: var(--vrz-text-muted);
}
.vrz-package-discount {
  position: absolute;
  top: 8px;
  right: 8px;
  background: #16a34a;
  color: #fff;
  font-size: 0.65rem;
  font-weight: 700;
  padding: 2px 6px;
  border-radius: 6px;
}
.vrz-package-check {
  position: absolute;
  top: 8px;
  left: 8px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--vrz-primary);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  opacity: 0;
  transition: opacity 0.2s;
}
.vrz-package-option.is-selected .vrz-package-check {
  opacity: 1;
}

/* Order summary sticky */
.vrz-order-summary {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
  border: 1px solid var(--vrz-border);
  padding: 1.5rem;
  position: sticky;
  top: 20px;
}
.vrz-order-summary-header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1.25rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid var(--vrz-border);
}
.vrz-order-summary-header i {
  color: var(--vrz-primary);
  font-size: 1.3rem;
}
.vrz-order-summary-header h4 {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 600;
}
.vrz-order-summary-product {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px dashed var(--vrz-border);
  margin-bottom: 1.25rem;
}
.vrz-summary-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.35rem;
  flex-shrink: 0;
}
.vrz-summary-info {
  display: flex;
  flex-direction: column;
}
.vrz-summary-network {
  font-size: 0.78rem;
  color: var(--vrz-text-muted);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.vrz-summary-name {
  font-size: 1rem;
  font-weight: 600;
  color: var(--vrz-text);
}
.vrz-summary-change-link {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  margin-top: 0.35rem;
  font-size: 0.78rem;
  font-weight: 500;
  color: var(--vrz-primary);
  text-decoration: none;
  width: fit-content;
}
.vrz-summary-change-link:hover {
  color: var(--vrz-primary-dark);
  text-decoration: underline;
}
.vrz-summary-change-link i {
  font-size: 0.82rem;
}
.vrz-order-summary-rows {
  margin-bottom: 1rem;
}
.vrz-summary-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.92rem;
  padding: 0.35rem 0;
  color: var(--vrz-text);
}
.vrz-summary-discount {
  color: #16a34a;
  font-weight: 600;
}
.vrz-order-summary-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
  margin: 0.5rem 0 1.25rem;
  border-top: 2px solid var(--vrz-text);
  border-bottom: 2px solid var(--vrz-text);
  font-size: 1.15rem;
  font-weight: 700;
}
.vrz-order-summary-total span:last-child {
  color: var(--vrz-primary);
  font-size: 1.5rem;
}

/* Submit CTA */
.vrz-order-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 1rem 1.25rem;
  background: var(--vrz-gradient);
  color: #fff !important;
  border: none;
  border-radius: 12px;
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
  transition: all 0.25s ease;
  text-decoration: none;
  box-shadow: 0 8px 24px rgba(139, 47, 201, 0.3);
}
.vrz-order-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(139, 47, 201, 0.4);
  color: #fff;
}
.vrz-order-submit:active {
  transform: translateY(0);
}
.vrz-order-submit i {
  transition: transform 0.2s;
}
.vrz-order-submit:hover i {
  transform: translateX(4px);
}

/* Trust list inside summary */
.vrz-trust-list {
  margin-top: 1.5rem;
  padding-top: 1.25rem;
  border-top: 1px solid var(--vrz-border);
  display: grid;
  gap: 0.85rem;
}
.vrz-trust-item {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
}
.vrz-trust-item i {
  color: var(--vrz-primary);
  font-size: 1.2rem;
  margin-top: 2px;
  flex-shrink: 0;
}
.vrz-trust-item strong {
  display: block;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--vrz-text);
  line-height: 1.2;
}
.vrz-trust-item small {
  display: block;
  font-size: 0.75rem;
  color: var(--vrz-text-muted);
}

/* Payment methods strip */
.vrz-payment-methods {
  margin-top: 1.25rem;
  padding-top: 1.25rem;
  border-top: 1px solid var(--vrz-border);
  text-align: center;
}
.vrz-payment-methods small {
  display: block;
  font-size: 0.75rem;
  color: var(--vrz-text-muted);
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.vrz-payment-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.85rem;
  color: var(--vrz-text);
  font-size: 1.4rem;
}
.vrz-pix-badge {
  background: #00B894;
  color: #fff;
  font-size: 0.7rem;
  font-weight: 700;
  padding: 4px 8px;
  border-radius: 5px;
  letter-spacing: 0.05em;
}

/* Social proof strip */
.vrz-order-trust-strip {
  padding: 2.5rem 0;
  background: #fff;
  border-top: 1px solid var(--vrz-border);
}
.vrz-trust-stat strong {
  display: block;
  font-size: 1.85rem;
  font-weight: 700;
  background: var(--vrz-gradient-accent);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1;
  margin-bottom: 0.25rem;
}
.vrz-trust-stat span {
  font-size: 0.85rem;
  color: var(--vrz-text-muted);
}

@media (max-width: 991px) {
  .vrz-order-summary {
    position: static;
  }
  .vrz-steps {
    padding: 0.85rem 1rem;
  }
  .vrz-step-label {
    display: none;
  }
}

/* ============================================
   HINT LINK + EXAMPLES MODAL
   ============================================ */
.vrz-hint-link {
  background: transparent;
  border: none;
  padding: 0;
  margin-top: 0.5rem;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: var(--vrz-primary);
  font-size: 0.85rem;
  font-weight: 500;
  cursor: pointer;
  text-decoration: none;
  transition: color 0.2s;
}
.vrz-hint-link:hover {
  color: var(--vrz-primary-dark);
  text-decoration: underline;
}
.vrz-hint-link i {
  font-size: 0.95rem;
}

.vrz-examples-modal .modal-content {
  border: 0;
  border-radius: 18px;
  overflow: hidden;
  background: #ffffff !important;
  color: var(--vrz-text) !important;
}
.vrz-examples-modal .modal-body {
  background: #ffffff;
  color: var(--vrz-text);
}
.vrz-examples-modal .modal-footer {
  background: #ffffff;
}
.vrz-examples-modal,
.vrz-examples-modal * {
  --bs-modal-bg: #ffffff;
  --bs-modal-color: #111827;
}
.vrz-examples-header {
  background: var(--vrz-gradient);
  color: #fff;
  border-bottom: 0;
  padding: 1.1rem 1.5rem;
}
.vrz-examples-header .modal-title {
  color: #fff;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.vrz-examples-header .modal-title i {
  font-size: 1.2rem;
}
.vrz-examples-modal .modal-body {
  padding: 1.5rem;
}
.vrz-examples-modal .modal-footer {
  border-top: 1px solid var(--vrz-border);
  padding: 1rem 1.5rem;
}

.vrz-examples-section + .vrz-examples-section {
  margin-top: 1.5rem;
}
.vrz-examples-section-title {
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--vrz-text);
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.vrz-examples-badge {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background: var(--vrz-gradient);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
}
.vrz-examples-intro {
  font-size: 0.88rem;
  color: var(--vrz-text-muted);
  margin: 0 0 0.85rem 0;
}

.vrz-example-list {
  display: grid;
  gap: 0.6rem;
}
.vrz-example-box {
  background: #f7f7fb;
  border: 1px solid var(--vrz-border);
  border-radius: 10px;
  padding: 0.7rem 0.9rem;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.vrz-example-label {
  font-size: 0.72rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--vrz-text-muted);
}
.vrz-example-code {
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.9rem;
  color: var(--vrz-text);
  background: transparent;
  word-break: break-all;
  padding: 0;
}

.vrz-howto-card {
  background: linear-gradient(135deg, rgba(139, 47, 201, 0.05) 0%, rgba(0, 210, 255, 0.05) 100%);
  border: 1px solid var(--vrz-border);
  border-radius: 12px;
  padding: 1rem 1.1rem;
  height: 100%;
  color: var(--vrz-text);
}
.vrz-howto-card-icon {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: var(--vrz-gradient);
  color: #fff !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.5rem;
  font-size: 1.05rem;
}
.vrz-howto-card > strong {
  display: block;
  font-size: 0.95rem;
  color: var(--vrz-text) !important;
  margin-bottom: 0.5rem;
}
.vrz-step-list {
  margin: 0;
  padding-left: 1.2rem;
  font-size: 0.85rem;
  color: var(--vrz-text) !important;
  line-height: 1.55;
}
.vrz-step-list li {
  margin-bottom: 0.25rem;
  color: var(--vrz-text) !important;
}
.vrz-step-list li strong {
  display: inline;
  font-weight: 600;
  color: var(--vrz-text) !important;
}
.vrz-examples-modal .vrz-examples-section-title {
  color: var(--vrz-text) !important;
}
.vrz-examples-modal .vrz-examples-intro {
  color: var(--vrz-text-muted) !important;
}
.vrz-examples-modal .vrz-example-box {
  background: #f7f7fb !important;
  color: var(--vrz-text);
}
.vrz-examples-modal .vrz-example-code {
  color: var(--vrz-text) !important;
}
.vrz-examples-modal .vrz-example-label {
  color: var(--vrz-text-muted) !important;
}
.vrz-examples-modal hr {
  border-color: var(--vrz-border);
  opacity: 1;
}

/* Inline error help link inside preview card */
.vrz-preview-help-link {
  display: inline-block;
  margin-left: 6px;
  background: transparent;
  border: none;
  padding: 0;
  color: var(--vrz-primary);
  font-weight: 600;
  font-size: 0.85rem;
  cursor: pointer;
  text-decoration: underline;
}
.vrz-preview-help-link:hover {
  color: var(--vrz-primary-dark);
}

/* ============================================
   PREVIEW CARD (order page link input)
   ============================================ */
.vrz-preview {
  margin-top: 0.85rem;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 0.25s ease, max-height 0.35s ease;
}
.vrz-preview.is-visible {
  opacity: 1;
  max-height: 700px;
}
.vrz-preview-card {
  background: linear-gradient(135deg, rgba(139, 47, 201, 0.04) 0%, rgba(0, 210, 255, 0.04) 100%);
  border: 1.5px solid var(--vrz-border);
  border-radius: 14px;
  padding: 1rem 1.1rem;
  display: flex;
  align-items: center;
  gap: 0.85rem;
  animation: vrz-preview-in 0.25s ease;
}
@keyframes vrz-preview-in {
  from { opacity: 0; transform: translateY(-6px); }
  to   { opacity: 1; transform: translateY(0); }
}
.vrz-preview-card.is-loading {
  background: var(--vrz-bg);
}
.vrz-preview-skel-avatar {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: linear-gradient(90deg, #eee 0%, #f6f6f6 50%, #eee 100%);
  background-size: 200% 100%;
  animation: vrz-skel 1.4s ease-in-out infinite;
  flex-shrink: 0;
}
.vrz-preview-skel-lines {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}
.vrz-preview-skel-line {
  height: 12px;
  border-radius: 6px;
  background: linear-gradient(90deg, #eee 0%, #f6f6f6 50%, #eee 100%);
  background-size: 200% 100%;
  animation: vrz-skel 1.4s ease-in-out infinite;
}
.vrz-preview-skel-line.w-60 { width: 60%; }
.vrz-preview-skel-line.w-90 { width: 90%; }
@keyframes vrz-skel {
  0%   { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}

.vrz-preview-error {
  border-color: #ef4444;
  background: rgba(239, 68, 68, 0.05);
  color: #b91c1c;
  font-size: 0.88rem;
  gap: 0.6rem;
}
.vrz-preview-error i {
  font-size: 1.15rem;
}

.vrz-preview-profile .vrz-preview-avatar {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.6rem;
  flex-shrink: 0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.vrz-preview-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}
.vrz-preview-eyebrow {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.74rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #16a34a;
}
.vrz-preview-eyebrow i {
  font-size: 0.9rem;
}
.vrz-preview-eyebrow.is-warning {
  color: #d97706;
}
.vrz-preview-handle {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--vrz-text);
  line-height: 1.2;
}
.vrz-preview-subhandle {
  color: var(--vrz-text-muted);
  font-size: 0.82rem;
  font-weight: 600;
}
.vrz-preview-msg {
  font-size: 0.82rem;
  color: var(--vrz-text-muted);
  line-height: 1.45;
  margin-top: 0.15rem;
}
.vrz-preview-link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-top: 0.5rem;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--vrz-primary);
  text-decoration: none;
  width: fit-content;
}
.vrz-preview-link:hover {
  color: var(--vrz-primary-dark);
  text-decoration: underline;
}

.vrz-preview-post {
  flex-direction: column;
  align-items: stretch;
  padding: 0;
  overflow: hidden;
  background: #fff;
}
.vrz-preview-post-header {
  background: linear-gradient(135deg, rgba(139, 47, 201, 0.06) 0%, rgba(0, 210, 255, 0.06) 100%);
  padding: 0.7rem 1rem;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--vrz-text);
  display: flex;
  align-items: center;
  gap: 0.4rem;
  border-bottom: 1px solid var(--vrz-border);
}
.vrz-preview-post-header i {
  color: #16a34a;
  font-size: 1rem;
}
.vrz-preview-iframe-wrap {
  position: relative;
  width: 100%;
  background: #fff;
  min-height: 520px;
  max-height: 720px;
  overflow: hidden;
}
.vrz-preview-iframe-wrap iframe {
  width: 100%;
  height: 100%;
  min-height: 520px;
  max-height: 720px;
  border: 0;
  display: block;
  pointer-events: none; /* preview only — não permite navegar pra fora */
}
/* Overlay invisível absorvendo qualquer clique residual */
.vrz-preview-iframe-wrap::after {
  content: '';
  position: absolute;
  inset: 0;
  background: transparent;
  cursor: default;
  z-index: 2;
}

/* ============================================
   FLOATING CONTACT WIDGET
   ============================================ */
.vrz-contact-widget {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 1000;
}
.vrz-floating-chat {
  position: relative;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--vrz-gradient);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  box-shadow: 0 8px 22px rgba(139, 47, 201, 0.45);
  cursor: pointer;
  border: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.vrz-floating-chat:hover {
  transform: translateY(-2px) scale(1.04);
  box-shadow: 0 12px 28px rgba(139, 47, 201, 0.55);
}
.vrz-floating-chat .vrz-contact-icon-close {
  display: none;
}
.vrz-contact-widget.is-open .vrz-floating-chat .vrz-contact-icon-chat {
  display: none;
}
.vrz-contact-widget.is-open .vrz-floating-chat .vrz-contact-icon-close {
  display: inline-block;
}
.vrz-contact-widget.is-open .vrz-floating-chat {
  transform: rotate(90deg);
}

.vrz-contact-popup {
  position: absolute;
  bottom: 72px;
  right: 0;
  width: 320px;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.18), 0 0 0 1px rgba(139, 47, 201, 0.08);
  opacity: 0;
  transform: translateY(12px) scale(0.96);
  transform-origin: bottom right;
  pointer-events: none;
  transition: opacity 0.22s ease, transform 0.22s ease;
  overflow: hidden;
}
.vrz-contact-widget.is-open .vrz-contact-popup {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}
.vrz-contact-popup-header {
  background: var(--vrz-gradient);
  color: #fff;
  padding: 1rem 1.1rem;
  display: flex;
  align-items: center;
  gap: 0.85rem;
  position: relative;
}
.vrz-contact-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  flex-shrink: 0;
}
.vrz-contact-popup-title h5 {
  color: #fff;
  font-size: 0.98rem;
  font-weight: 600;
  margin: 0 0 2px;
  line-height: 1.2;
}
.vrz-contact-popup-title p {
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.78rem;
  margin: 0;
  line-height: 1.2;
}
.vrz-contact-popup-title p::before {
  content: '';
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #22c55e;
  border-radius: 50%;
  margin-right: 5px;
  vertical-align: middle;
  box-shadow: 0 0 0 3px rgba(34, 197, 94, 0.25);
}
.vrz-contact-popup-close {
  margin-left: auto;
  background: transparent;
  border: none;
  color: rgba(255, 255, 255, 0.85);
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s;
  font-size: 0.85rem;
}
.vrz-contact-popup-close:hover {
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
}
.vrz-contact-popup-body {
  padding: 1.1rem;
}
.vrz-contact-popup-body p {
  color: var(--vrz-text);
  font-size: 0.88rem;
  line-height: 1.55;
  margin: 0 0 1rem;
}
.vrz-contact-popup-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 100%;
  padding: 0.75rem 1rem;
  background: #25D366;
  color: #fff;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.9rem;
  text-decoration: none;
  transition: transform 0.2s, box-shadow 0.2s;
}
.vrz-contact-popup-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(37, 211, 102, 0.35);
  color: #fff;
}
.vrz-contact-popup-btn i {
  font-size: 1.15rem;
}
.vrz-contact-popup-hint {
  display: block;
  text-align: center;
  margin-top: 0.6rem;
  font-size: 0.74rem;
  color: var(--vrz-text-muted);
}

@media (max-width: 480px) {
  .vrz-contact-popup {
    width: calc(100vw - 32px);
    right: 0;
  }
}

/* ============================================
   ACCENT HIGHLIGHTS
   ============================================ */
/* Sections on white background: purple → cyan gradient text */
.vrz-section-title h2 strong {
  background: var(--vrz-gradient-accent);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
/* Hero on purple background: cyan accent */
.vrz-hero h1 strong {
  color: var(--vrz-cyan);
  font-weight: 700;
}
.vrz-section-title p strong {
  color: var(--vrz-cyan);
  font-weight: 600;
}
.text-accent {
  color: var(--vrz-cyan) !important;
}
.vrz-testimonial .result {
  color: var(--vrz-purple-2);
}

/* ============================================
   NETWORK PAGE
   ============================================ */
.vrz-network-hero {
  padding: 3.5rem 0 4.5rem;
}
.vrz-network-hero-eyebrow {
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.95rem;
  font-weight: 500;
}
.vrz-network-hero-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.4rem;
  margin-right: 0.75rem;
}
.vrz-network-hero-tile {
  width: 220px;
  height: 220px;
  margin: 0 auto;
  border-radius: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 7rem;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
  transform: rotate(-6deg);
}

/* ============================================
   CATEGORY CARDS (on network page)
   ============================================ */
.vrz-category-card {
  background: #fff;
  border: 1px solid var(--vrz-border);
  border-radius: 16px;
  padding: 1.25rem 1.5rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  text-decoration: none;
  color: var(--vrz-text);
  transition: all 0.2s ease;
  height: 100%;
}
.vrz-category-card:hover {
  border-color: var(--vrz-primary);
  transform: translateY(-3px);
  box-shadow: 0 12px 25px rgba(139, 47, 201, 0.12);
  color: var(--vrz-text);
}
.vrz-category-icon {
  width: 54px;
  height: 54px;
  border-radius: 14px;
  background: var(--vrz-gradient-soft);
  color: var(--vrz-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  flex-shrink: 0;
}
.vrz-category-card:hover .vrz-category-icon {
  background: var(--vrz-gradient);
  color: #fff;
}
.vrz-category-body {
  flex: 1;
}
.vrz-category-body h4 {
  font-size: 1.05rem;
  font-weight: 600;
  margin-bottom: 0.2rem;
}
.vrz-category-price {
  font-size: 0.85rem;
  color: var(--vrz-text-muted);
}
.vrz-category-price strong {
  color: var(--vrz-primary);
  font-weight: 600;
}
.vrz-category-arrow {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(139, 47, 201, 0.08);
  color: var(--vrz-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.2s;
}
.vrz-category-card:hover .vrz-category-arrow {
  background: var(--vrz-primary);
  color: #fff;
  transform: translateX(4px);
}
.vrz-category-card.is-disabled {
  opacity: 0.55;
  cursor: not-allowed;
  pointer-events: none;
}
.vrz-category-card.is-disabled:hover {
  transform: none;
  border-color: var(--vrz-border);
  box-shadow: none;
}
.vrz-category-card.is-disabled .vrz-category-icon {
  background: rgba(0, 0, 0, 0.05);
  color: var(--vrz-text-muted);
}

/* Network categories showcase */
.vrz-how-section,
.vrz-network-categories-section {
  position: relative;
  overflow: hidden;
}
.vrz-how-section {
  padding-bottom: 2.75rem;
  background: #fff;
}
.vrz-network-categories-section {
  padding-top: 2.5rem;
  background: #fff;
}
.vrz-how-section + .vrz-network-categories-section {
  margin-top: 0;
}
.vrz-network-categories-section .container {
  position: relative;
  z-index: 1;
}
.vrz-how-section .container {
  position: relative;
  z-index: 1;
}
.vrz-network-categories-section .vrz-section-title {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 1.4rem 1.5rem 1.2rem;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(139, 47, 201, 0.1);
  box-shadow: 0 20px 55px rgba(15, 23, 42, 0.07);
  backdrop-filter: blur(10px);
}
.vrz-network-categories-section .vrz-section-title .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.35rem 0.8rem;
  border-radius: 999px;
  background: rgba(139, 47, 201, 0.1);
  color: var(--vrz-primary);
}
.vrz-category-grid-row {
  margin-top: 0.4rem;
}
.vrz-network-categories-section .vrz-category-card {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 142px;
  padding: 1.3rem;
  border: 1px solid rgba(139, 47, 201, 0.14);
  border-radius: 24px;
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(135deg, rgba(139, 47, 201, 0.42), rgba(0, 210, 255, 0.22)) border-box;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
}
.vrz-network-categories-section .vrz-category-card::before {
  content: '';
  position: absolute;
  inset: -45% -20% auto auto;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 210, 255, 0.18), transparent 66%);
  z-index: -1;
  transition: transform 0.25s ease, opacity 0.25s ease;
}
.vrz-network-categories-section .vrz-category-card:hover {
  transform: translateY(-6px);
  border-color: transparent;
  box-shadow: 0 24px 60px rgba(139, 47, 201, 0.18);
}
.vrz-network-categories-section .vrz-category-card:hover::before {
  transform: scale(1.25) translate(-8px, 8px);
  opacity: 0.9;
}
.vrz-network-categories-section .vrz-category-card:hover::after {
  opacity: 1;
  transform: scale(1);
}
.vrz-network-categories-section .vrz-category-icon {
  width: 58px;
  height: 58px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(139, 47, 201, 0.12), rgba(0, 210, 255, 0.13));
  box-shadow: inset 0 0 0 1px rgba(139, 47, 201, 0.12);
}
.vrz-network-categories-section .vrz-category-body h4 {
  font-size: 1.12rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}
.vrz-network-categories-section .vrz-category-price {
  display: inline-flex;
  margin-top: 0.08rem;
  padding: 0.18rem 0.55rem;
  border-radius: 999px;
  background: rgba(139, 47, 201, 0.07);
}
.vrz-network-categories-section .vrz-category-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-top: 0.65rem;
  color: var(--vrz-primary);
  font-weight: 800;
  font-size: 0.86rem;
}
.vrz-network-categories-section .vrz-category-cta i {
  transition: transform 0.2s ease;
}
.vrz-network-categories-section .vrz-category-card:hover .vrz-category-cta i {
  transform: translateX(4px);
}

@media (max-width: 575px) {
  .vrz-network-categories-section {
    padding-top: 2.5rem;
  }
  .vrz-network-categories-section .vrz-section-title {
    padding: 1.1rem 0.85rem 1rem;
    border-radius: 22px;
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.06);
  }
  .vrz-network-categories-section .vrz-section-title h2 {
    font-size: 1.55rem;
    line-height: 1.08;
  }
  .vrz-network-categories-section .vrz-category-card {
    min-height: 128px;
    padding: 1.05rem;
    border-radius: 22px;
    box-shadow: 0 14px 32px rgba(15, 23, 42, 0.08);
  }
  .vrz-network-categories-section .vrz-category-icon {
    width: 54px;
    height: 54px;
  }
  .vrz-network-categories-section .vrz-category-body h4 {
    font-size: 1.02rem;
  }
  .vrz-network-categories-section .vrz-category-cta {
    margin-top: 0.52rem;
    font-size: 0.8rem;
  }
}

/* ============================================
   CATEGORY PAGE (services list)
   ============================================ */
.vrz-breadcrumb {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 1rem;
}
.vrz-breadcrumb a {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
}
.vrz-breadcrumb a:hover {
  color: #fff;
}
.vrz-breadcrumb .sep {
  opacity: 0.5;
}
.vrz-service-card {
  background: #fff;
  border: 1.5px solid var(--vrz-border);
  border-radius: 18px;
  padding: 1.5rem;
  height: 100%;
  text-align: center;
  position: relative;
  transition: all 0.25s;
  display: flex;
  flex-direction: column;
}
.vrz-service-card:hover {
  border-color: var(--vrz-primary);
  transform: translateY(-4px);
  box-shadow: 0 14px 30px rgba(139, 47, 201, 0.12);
}
.vrz-service-card.featured {
  border-color: var(--vrz-primary);
  background: linear-gradient(180deg, #fff 0%, rgba(139, 47, 201, 0.04) 100%);
}
.vrz-service-card.featured::before {
  content: 'MAIS POPULAR';
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--vrz-gradient);
  color: #fff;
  padding: 4px 14px;
  border-radius: 999px;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.05em;
}
.vrz-service-tag {
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(139, 47, 201, 0.1);
  color: var(--vrz-primary);
  margin-bottom: 0.75rem;
}
.vrz-service-quantity {
  font-size: 2rem;
  font-weight: 700;
  color: var(--vrz-text);
  line-height: 1;
}
.vrz-service-unit {
  font-size: 0.9rem;
  color: var(--vrz-text-muted);
  margin-top: 0.25rem;
}
.vrz-service-price {
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--vrz-primary);
  margin-top: 1rem;
}
.vrz-service-price del {
  font-size: 0.9rem;
  color: var(--vrz-text-muted);
  font-weight: 400;
  margin-left: 0.4rem;
}
.vrz-service-discount {
  font-size: 0.8rem;
  color: #16a34a;
  font-weight: 600;
  margin-top: 0.25rem;
}
.vrz-service-cta {
  margin-top: auto;
  padding: 0.75rem 1.5rem;
  background: var(--vrz-gradient);
  color: #fff !important;
  border-radius: 999px;
  font-weight: 600;
  text-decoration: none;
  display: block;
  transition: all 0.2s;
  margin-top: 1.25rem;
}
.vrz-service-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(139, 47, 201, 0.3);
  color: #fff !important;
}

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 991px) {
  .vrz-hero { padding: 3rem 0 4rem; }
  .vrz-section { padding: 3rem 0; }
  .vrz-blog-cta {
    flex-direction: column;
    text-align: center;
    padding: 2rem 1.5rem;
  }
  .vrz-blog-cta-img { max-width: 200px; }
  .vrz-network-cta-grid { grid-template-columns: repeat(4, 1fr); }
  .vrz-side-social { display: none; }
}
@media (max-width: 575px) {
  .vrz-network-grid { justify-content: center; }
  .vrz-network-cta-grid { grid-template-columns: repeat(2, 1fr); }
}

/* ============================================
   Network page — conversion focused
   ============================================ */

/* Hero CTA row (primary + secondary) */
.vrz-hero-cta-row {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
  align-items: center;
}
.vrz-hero-cta-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.vrz-hero-cta-row--single {
  max-width: 390px;
}
.vrz-hero-cta-single {
  width: 100%;
  gap: 0.25rem;
  box-shadow: 0 14px 30px rgba(255, 255, 255, 0.14);
}
.vrz-hero-cta-single i {
  font-size: 1.25rem;
  line-height: 1;
  transition: transform 0.2s ease;
}
.vrz-hero-cta-single:hover i {
  transform: translateY(2px);
}
.vrz-hero-cta-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.85rem 1.4rem;
  border: 2px solid rgba(255, 255, 255, 0.7);
  border-radius: 999px;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.95rem;
  transition: background 0.2s, border-color 0.2s, transform 0.15s;
  background: transparent;
}
.vrz-hero-cta-secondary:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: #fff;
  color: #fff;
  transform: translateY(-1px);
}
@media (max-width: 575px) {
  .vrz-hero-cta-row { flex-direction: column; align-items: stretch; }
  .vrz-hero-cta-row--single { max-width: none; }
  .vrz-hero-cta-primary,
  .vrz-hero-cta-secondary { width: 100%; }
}

/* Trust strip */
.vrz-trust-strip-wrap {
  background: #fff;
  border-bottom: 1px solid var(--vrz-border);
  padding: 1rem 0;
}
.vrz-trust-strip {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0.5rem;
  align-items: center;
}
.vrz-trust-item {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.4rem 0.6rem;
  border-right: 1px solid var(--vrz-border);
  min-width: 0;
}
.vrz-trust-item:last-child { border-right: none; }
.vrz-trust-icon {
  font-size: 1.4rem;
  color: var(--vrz-primary);
  flex-shrink: 0;
}
.vrz-trust-icon--star { color: #f59e0b; }
.vrz-trust-text {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
  font-size: 0.82rem;
  min-width: 0;
}
.vrz-trust-text strong {
  color: var(--vrz-text);
  font-weight: 700;
  font-size: 0.9rem;
}
.vrz-trust-text span {
  color: var(--vrz-text-muted);
  font-size: 0.78rem;
}
@media (max-width: 991px) {
  .vrz-trust-strip {
    grid-template-columns: repeat(3, 1fr);
  }
  .vrz-trust-item:nth-child(3) { border-right: none; }
}
@media (max-width: 575px) {
  .vrz-trust-strip-wrap {
    padding: 0.9rem 0 1rem;
    background:
      radial-gradient(circle at 12% 10%, rgba(139, 47, 201, 0.12), transparent 28%),
      linear-gradient(180deg, #fff 0%, #fbf8ff 100%);
  }
  .vrz-trust-strip {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.55rem;
    padding: 0.35rem;
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(139, 47, 201, 0.1);
    border-radius: 20px;
    box-shadow: 0 14px 34px rgba(18, 24, 38, 0.08);
  }
  .vrz-trust-item {
    flex-direction: column;
    text-align: center;
    justify-content: center;
    gap: 0.35rem;
    min-height: 92px;
    padding: 0.75rem 0.45rem;
    border-right: none;
    border-bottom: none;
    border-radius: 16px;
    background: #fff;
    box-shadow: inset 0 0 0 1px rgba(15, 23, 42, 0.06);
  }
  .vrz-trust-item:nth-child(5) {
    grid-column: 1 / -1;
    flex-direction: row;
    justify-content: center;
    min-height: 64px;
    border-bottom: none;
    background: linear-gradient(135deg, rgba(139, 47, 201, 0.08), rgba(0, 210, 255, 0.08));
    box-shadow: inset 0 0 0 1px rgba(139, 47, 201, 0.14);
  }
  .vrz-trust-icon {
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: rgba(139, 47, 201, 0.1);
    font-size: 1rem;
  }
  .vrz-trust-text strong {
    font-size: 0.86rem;
    line-height: 1.05;
  }
  .vrz-trust-text span {
    font-size: 0.72rem;
    line-height: 1.1;
  }
}

/* How it works — 3 steps (scoped to .vrz-how-section to avoid collision with landing-page .vrz-how-step) */
.vrz-how-section { padding-top: 2.5rem; padding-bottom: 2.75rem; }
.vrz-how-section .vrz-how-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  position: relative;
}
.vrz-how-section .vrz-how-step {
  background: #fff;
  border: 1px solid var(--vrz-border);
  border-radius: 16px;
  padding: 1.5rem 1.25rem 1.25rem;
  text-align: center;
  position: relative;
  transition: transform 0.2s, box-shadow 0.2s;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.vrz-how-section .vrz-how-step:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(139, 47, 201, 0.08);
}
.vrz-how-section .vrz-how-step-num {
  width: 44px;
  height: 44px;
  min-width: 44px;
  min-height: 44px;
  aspect-ratio: 1 / 1;
  flex-shrink: 0;
  margin: 0 auto 0.75rem;
  border-radius: 50%;
  background: var(--vrz-gradient);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1.15rem;
  box-shadow: 0 6px 14px rgba(139, 47, 201, 0.3);
  box-sizing: border-box;
}
.vrz-how-section .vrz-how-step h4 {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--vrz-text);
  margin: 0 0 0.4rem;
  width: 100%;
}
.vrz-how-section .vrz-how-step p {
  font-size: 0.88rem;
  color: var(--vrz-text-muted);
  margin: 0;
  line-height: 1.45;
  width: 100%;
}
/* Desktop connectors between steps */
@media (min-width: 768px) {
  .vrz-how-section .vrz-how-step:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 35px;
    right: -1.25rem;
    width: 1.25rem;
    height: 2px;
    background: linear-gradient(90deg, var(--vrz-primary), transparent);
  }
}
@media (max-width: 767px) {
  .vrz-how-section .vrz-how-steps {
    grid-template-columns: 1fr;
    gap: 0.85rem;
  }
  .vrz-how-section .vrz-how-step {
    display: grid;
    grid-template-columns: 56px 1fr;
    gap: 0.85rem;
    text-align: left;
    align-items: center;
    padding: 1rem;
  }
  .vrz-how-section .vrz-how-step-num {
    margin: 0;
    width: 44px;
    height: 44px;
  }
  .vrz-how-section .vrz-how-step h4 { margin-bottom: 0.2rem; }
  .vrz-how-section .vrz-how-step p { font-size: 0.85rem; }
  .vrz-how-section .vrz-how-step > h4,
  .vrz-how-section .vrz-how-step > p {
    grid-column: 2;
  }
  .vrz-how-section .vrz-how-step > h4 { grid-row: 1; }
  .vrz-how-section .vrz-how-step > p { grid-row: 2; }
  .vrz-how-section .vrz-how-step-num { grid-column: 1; grid-row: 1 / 3; }
}

/* Featured category card (when only 1 active) */
.vrz-category-card--featured {
  padding: 1.5rem;
  background: linear-gradient(180deg, #fff 0%, rgba(139, 47, 201, 0.04) 100%);
  border: 2px solid var(--vrz-primary);
  box-shadow: 0 12px 30px rgba(139, 47, 201, 0.15);
}
.vrz-category-card--featured .vrz-category-icon {
  width: 64px;
  height: 64px;
  font-size: 1.6rem;
}
.vrz-category-card--featured h4 {
  font-size: 1.25rem;
}
.vrz-category-card--featured .vrz-category-price strong {
  color: var(--vrz-primary);
  font-size: 1.1rem;
}

/* Category card body now stacks price + cta vertically */
.vrz-category-body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.vrz-category-body .vrz-category-price {
  display: block;
}
.vrz-category-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin-top: 0.5rem;
  color: var(--vrz-primary);
  font-weight: 600;
  font-size: 0.9rem;
  transition: gap 0.2s;
}
.vrz-category-card:hover .vrz-category-cta {
  gap: 0.6rem;
}
.vrz-category-cta i {
  font-size: 1rem;
  transition: transform 0.2s;
}
.vrz-category-card:hover .vrz-category-cta i {
  transform: translateX(2px);
}

/* Coming soon strip */
.vrz-coming-soon-strip {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin: 1.5rem auto 0;
  padding: 0.75rem 1rem;
  max-width: 600px;
  background: rgba(139, 47, 201, 0.05);
  border: 1px dashed rgba(139, 47, 201, 0.3);
  border-radius: 999px;
  color: var(--vrz-text-muted);
  font-size: 0.88rem;
  text-align: center;
}
.vrz-coming-soon-strip i {
  color: var(--vrz-primary);
  font-size: 1rem;
}
.vrz-coming-soon-strip strong {
  color: var(--vrz-text);
}
@media (max-width: 575px) {
  .vrz-coming-soon-strip {
    margin: 1rem 0.5rem 0;
    font-size: 0.82rem;
    padding: 0.65rem 0.9rem;
  }
}

/* ============================================
   Category page — conversion focused (compact)
   ============================================ */

/* Compact hero — much smaller than network hero */
.vrz-category-hero {
  padding-top: 1.5rem !important;
  padding-bottom: 1.75rem !important;
  min-height: 0 !important;
}
.vrz-category-hero .vrz-breadcrumb {
  margin-bottom: 0.85rem;
}
.vrz-category-hero-inner {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.vrz-category-hero-icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  color: #fff;
  flex-shrink: 0;
}
.vrz-category-hero-text { min-width: 0; }
.vrz-category-hero-text h1 {
  font-size: 1.65rem;
  font-weight: 700;
  margin: 0 0 0.3rem;
  color: #fff;
  line-height: 1.2;
}
.vrz-category-hero-text p {
  margin: 0;
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.4;
}
.vrz-category-trust {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.25rem;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.92);
}
.vrz-category-trust span {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}
.vrz-category-trust i { color: #00D2FF; }

@media (max-width: 575px) {
  .vrz-category-hero { padding-top: 1.25rem !important; padding-bottom: 1.25rem !important; }
  .vrz-category-hero-icon { width: 44px; height: 44px; font-size: 1.3rem; }
  .vrz-category-hero-text h1 { font-size: 1.3rem; }
  .vrz-category-hero-text p { font-size: 0.85rem; }
  .vrz-category-trust { gap: 0.4rem 0.85rem; font-size: 0.78rem; }
}

/* Package hero refresh */
.vrz-category-hero {
  position: relative;
  overflow: hidden;
  padding-top: 2.25rem !important;
  padding-bottom: 2.35rem !important;
  background:
    radial-gradient(circle at 14% 18%, rgba(0, 210, 255, 0.26), transparent 24%),
    radial-gradient(circle at 86% 8%, rgba(255, 255, 255, 0.16), transparent 28%),
    linear-gradient(135deg, #782FBE 0%, #8b2fd0 58%, #6f28b4 100%);
}
.vrz-category-hero::after {
  content: '';
  position: absolute;
  right: -70px;
  bottom: -105px;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  border: 42px solid rgba(255, 255, 255, 0.08);
  pointer-events: none;
}
.vrz-category-hero .container {
  position: relative;
  z-index: 1;
}
.vrz-category-hero .vrz-breadcrumb {
  width: auto;
  max-width: 100%;
  margin-bottom: 0.85rem;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.82);
  backdrop-filter: none;
  overflow-x: auto;
  scrollbar-width: none;
}
.vrz-category-hero .vrz-breadcrumb::-webkit-scrollbar {
  display: none;
}
.vrz-category-hero-inner {
  align-items: flex-start;
  gap: 1.15rem;
  max-width: 820px;
}
.vrz-category-hero-icon {
  width: 64px;
  height: 64px;
  border-radius: 20px;
  font-size: 1.85rem;
  box-shadow:
    0 16px 34px rgba(10, 15, 28, 0.24),
    inset 0 0 0 1px rgba(255, 255, 255, 0.22);
}
.vrz-category-hero-text h1 {
  max-width: 680px;
  font-size: clamp(1.8rem, 4vw, 2.7rem);
  font-weight: 700;
  letter-spacing: -0.035em;
  margin: 0 0 0.55rem;
  line-height: 1.04;
  text-wrap: balance;
}
.vrz-category-hero-text p {
  max-width: 560px;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.55;
}
.vrz-category-trust {
  margin-top: 1.35rem;
  gap: 0.55rem;
  max-width: 820px;
  font-size: 0.83rem;
}
.vrz-category-trust span {
  gap: 0.42rem;
  padding: 0.48rem 0.7rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.11);
  border: 1px solid rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(8px);
  white-space: nowrap;
}
.vrz-category-trust i {
  color: #00D2FF;
  font-size: 0.95rem;
}

@media (max-width: 575px) {
  .vrz-category-hero {
    padding-top: 1.35rem !important;
    padding-bottom: 1.55rem !important;
  }
  .vrz-category-hero .vrz-breadcrumb {
    width: 100%;
    margin-bottom: 0.75rem;
    padding: 0;
    border-radius: 0;
    font-size: 0.72rem;
    gap: 0.35rem;
  }
  .vrz-category-hero-inner {
    gap: 0.82rem;
  }
  .vrz-category-hero-icon {
    width: 54px;
    height: 54px;
    border-radius: 16px;
    font-size: 1.55rem;
  }
  .vrz-category-hero-text h1 {
    font-size: clamp(1.48rem, 7.4vw, 1.9rem);
    line-height: 1.04;
    margin-bottom: 0.45rem;
  }
  .vrz-category-hero-text p {
    font-size: 0.88rem;
    line-height: 1.38;
  }
  .vrz-category-trust {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.45rem;
    margin-top: 1rem;
    font-size: 0.72rem;
  }
  .vrz-category-trust span {
    min-width: 0;
    justify-content: center;
    padding: 0.48rem 0.42rem;
    border-radius: 13px;
    white-space: normal;
    text-align: center;
    line-height: 1.15;
  }
  .vrz-category-trust i {
    font-size: 0.82rem;
  }
}

/* Category hero v2 — aligned with network/service hero */
.vrz-category-hero {
  position: relative;
  overflow: hidden;
  padding-top: clamp(2.4rem, 5vw, 4.4rem) !important;
  padding-bottom: clamp(2.7rem, 5.5vw, 4.8rem) !important;
  background:
    radial-gradient(circle at 18% 18%, rgba(0, 210, 255, 0.22), transparent 24%),
    radial-gradient(circle at 84% 36%, rgba(255, 255, 255, 0.12), transparent 26%),
    linear-gradient(135deg, #7426bd 0%, #8a2ed0 48%, #982fd8 100%);
}
.vrz-category-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.06), transparent 38%),
    repeating-linear-gradient(110deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 22px);
  pointer-events: none;
}
.vrz-category-hero::after {
  right: -94px;
  bottom: -132px;
  width: 330px;
  height: 330px;
  border-width: 54px;
  opacity: 0.9;
}
.vrz-category-hero .container {
  position: relative;
  z-index: 1;
}
.vrz-category-hero .vrz-breadcrumb {
  width: auto;
  max-width: 100%;
  margin-bottom: clamp(1.4rem, 3vw, 2rem);
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.82rem;
  backdrop-filter: none;
  overflow-x: auto;
  scrollbar-width: none;
}
.vrz-category-hero-inner {
  display: block;
  max-width: 760px;
}
.vrz-category-hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1.05rem;
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.98rem;
  font-weight: 600;
}
.vrz-category-hero-icon {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  font-size: 1.45rem;
  box-shadow:
    0 18px 36px rgba(10, 15, 28, 0.24),
    inset 0 0 0 1px rgba(255, 255, 255, 0.18);
}
.vrz-category-hero-text h1 {
  max-width: 760px;
  margin: 0;
  color: #fff;
  font-size: clamp(2.45rem, 6vw, 4.35rem);
  font-weight: 700;
  letter-spacing: -0.055em;
  line-height: 0.96;
  text-wrap: balance;
}
.vrz-category-hero-text h1 span {
  color: var(--vrz-cyan);
}
.vrz-category-hero-text p {
  max-width: 620px;
  margin: 1.35rem 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1rem, 2vw, 1.18rem);
  font-weight: 500;
  line-height: 1.55;
}
.vrz-category-hero-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  margin-top: 2rem;
  min-width: 230px;
  padding: 0.85rem 1.45rem;
  border-radius: 999px;
  background: #fff;
  color: var(--vrz-primary) !important;
  font-size: 0.95rem;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 18px 42px rgba(37, 10, 68, 0.18);
  transition: transform 0.18s, box-shadow 0.18s;
}
.vrz-category-hero-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 52px rgba(37, 10, 68, 0.24);
}
.vrz-category-hero-cta i {
  color: var(--vrz-primary);
  font-size: 1.2rem;
  line-height: 1;
}
.vrz-category-trust {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.65rem;
  max-width: 760px;
  margin-top: 2rem;
}
.vrz-category-trust span {
  min-height: 44px;
  justify-content: center;
  padding: 0.58rem 0.75rem;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.17);
  color: rgba(255, 255, 255, 0.94);
  font-size: 0.8rem;
  font-weight: 600;
  line-height: 1.15;
  text-align: center;
  backdrop-filter: blur(8px);
}

@media (max-width: 767px) {
  .vrz-category-hero {
    padding-top: 2.3rem !important;
    padding-bottom: 2.9rem !important;
  }
  .vrz-category-hero .vrz-breadcrumb {
    display: flex;
    margin-bottom: 1.2rem;
    font-size: 0.7rem;
    line-height: 1.2;
    white-space: nowrap;
  }
  .vrz-category-hero-kicker {
    margin-bottom: 1.15rem;
    font-size: 0.95rem;
  }
  .vrz-category-hero-icon {
    width: 42px;
    height: 42px;
    border-radius: 13px;
    font-size: 1.35rem;
  }
  .vrz-category-hero-text h1 {
    font-size: clamp(2.05rem, 10vw, 2.8rem);
    line-height: 0.98;
  }
  .vrz-category-hero-text p {
    margin-top: 1.25rem;
    font-size: 1rem;
    line-height: 1.55;
  }
  .vrz-category-hero-cta {
    width: 100%;
    margin-top: 1.9rem;
    padding: 0.92rem 1rem;
  }
  .vrz-category-trust {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.55rem;
    margin-top: 1.7rem;
  }
  .vrz-category-trust span {
    min-height: 46px;
    padding: 0.55rem 0.45rem;
    border-radius: 14px;
    font-size: 0.74rem;
  }
}

/* Category hero standardization — same language as network hero */
.vrz-category-hero {
  background: var(--vrz-gradient);
  padding-top: 3.5rem !important;
  padding-bottom: 4.5rem !important;
}
.vrz-category-hero::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -10%;
  bottom: auto;
  left: auto;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.08) 0%, transparent 70%);
  pointer-events: none;
}
.vrz-category-hero::after {
  display: none;
}
.vrz-category-hero .vrz-breadcrumb {
  margin-bottom: 1.5rem;
}
.vrz-category-hero-inner {
  max-width: 760px;
}
.vrz-category-hero-kicker {
  margin-bottom: 1rem;
}
.vrz-category-hero-text h1 {
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.1;
}
.vrz-category-hero-text p {
  max-width: 560px;
  margin-top: 1.35rem;
  margin-bottom: 0;
  font-size: 1.15rem;
  font-weight: 400;
  line-height: 1.6;
  opacity: 0.92;
}
.vrz-category-hero-cta {
  width: 100%;
  max-width: 390px;
  margin-top: 2.2rem;
  min-width: 0;
  min-height: 0;
  padding: 0.78rem 1.5rem;
  border-radius: 999px;
  box-shadow: 0 14px 30px rgba(255, 255, 255, 0.14);
}
.vrz-category-hero-cta i {
  font-size: 1.25rem;
}

@media (max-width: 767px) {
  .vrz-category-hero {
    padding-top: 2.75rem !important;
    padding-bottom: 5.25rem !important;
  }
  .vrz-category-hero .vrz-breadcrumb {
    display: flex;
    margin-bottom: 1.2rem;
    font-size: 0.7rem;
    line-height: 1.2;
    white-space: nowrap;
  }
  .vrz-category-hero-kicker {
    margin-bottom: 1.35rem;
  }
  .vrz-category-hero-text h1 {
    font-size: clamp(2.05rem, 9.5vw, 2.75rem);
    line-height: 1.08;
  }
  .vrz-category-hero-text p {
    margin-top: 1.35rem;
    font-size: 1rem;
    line-height: 1.55;
  }
  .vrz-category-hero-cta {
    max-width: none;
    margin-top: 2.25rem;
    padding: 0.8rem 1rem;
  }
}

/* Network + category hero shared visual standard */
.vrz-network-hero,
.vrz-category-hero {
  position: relative;
  overflow: hidden;
  padding-top: clamp(2.4rem, 5vw, 4.4rem) !important;
  padding-bottom: clamp(2.7rem, 5.5vw, 4.8rem) !important;
  background:
    radial-gradient(circle at 18% 18%, rgba(0, 210, 255, 0.22), transparent 24%),
    radial-gradient(circle at 84% 36%, rgba(255, 255, 255, 0.12), transparent 26%),
    linear-gradient(135deg, #7426bd 0%, #8a2ed0 48%, #982fd8 100%) !important;
}
.vrz-network-hero::before,
.vrz-category-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.06), transparent 38%),
    repeating-linear-gradient(110deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 22px);
  pointer-events: none;
}
.vrz-network-hero::after,
.vrz-category-hero::after {
  content: "";
  display: block;
  position: absolute;
  right: -94px;
  bottom: -132px;
  width: 330px;
  height: 330px;
  border-radius: 50%;
  border: 54px solid rgba(255, 255, 255, 0.08);
  opacity: 0.9;
  pointer-events: none;
}
.vrz-network-hero .container,
.vrz-category-hero .container {
  position: relative;
  z-index: 1;
}
.vrz-network-hero .vrz-breadcrumb {
  width: auto;
  max-width: 100%;
  margin-bottom: clamp(1.4rem, 3vw, 2rem);
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.82rem;
  backdrop-filter: none;
  overflow-x: auto;
  scrollbar-width: none;
}
.vrz-network-hero .vrz-breadcrumb::-webkit-scrollbar {
  display: none;
}
.vrz-network-hero .vrz-category-hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1.05rem;
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.98rem;
  font-weight: 600;
}
.vrz-network-hero .vrz-network-hero-icon {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  font-size: 1.45rem;
  margin-right: 0;
  box-shadow:
    0 18px 36px rgba(10, 15, 28, 0.24),
    inset 0 0 0 1px rgba(255, 255, 255, 0.18);
}
.vrz-network-hero .vrz-network-hero-eyebrow {
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.98rem;
  font-weight: 600;
}
.vrz-network-hero h1,
.vrz-category-hero-text h1 {
  font-size: clamp(2.45rem, 6vw, 4.35rem);
  font-weight: 700;
  letter-spacing: -0.055em;
  line-height: 0.96;
  text-wrap: balance;
}
.vrz-network-hero p.lead,
.vrz-category-hero-text p {
  max-width: 620px;
  font-size: clamp(1rem, 2vw, 1.18rem);
  font-weight: 500;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.9) !important;
}
.vrz-network-hero .vrz-hero-cta-row {
  margin-top: 2rem !important;
}
.vrz-network-hero .vrz-hero-cta-single,
.vrz-category-hero-cta {
  max-width: 390px;
  min-width: 0;
  width: 100%;
  padding: 0.85rem 1.45rem;
  border-radius: 999px;
  background: #fff !important;
  color: var(--vrz-primary) !important;
  font-weight: 700;
  box-shadow: 0 18px 42px rgba(37, 10, 68, 0.18);
}
.vrz-network-hero-tile {
  opacity: 0.95;
  box-shadow: 0 26px 60px rgba(10, 15, 28, 0.28);
}
.vrz-network-hero-trust {
  max-width: 760px;
}
.vrz-hero-trust-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.45rem 0.9rem;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(6px);
  white-space: nowrap;
}
.vrz-hero-trust-pill i { color: #00D2FF; font-size: 0.9rem; }

@media (max-width: 767px) {
  .vrz-network-hero,
  .vrz-category-hero {
    padding-top: 2.3rem !important;
    padding-bottom: 2.9rem !important;
  }
  .vrz-network-hero .vrz-breadcrumb {
    display: flex;
    margin-bottom: 1.2rem;
    font-size: 0.7rem;
    line-height: 1.2;
    white-space: nowrap;
  }
  .vrz-network-hero .vrz-category-hero-kicker {
    margin-bottom: 1.15rem;
    font-size: 0.95rem;
  }
  .vrz-network-hero .vrz-network-hero-icon {
    width: 42px;
    height: 42px;
    border-radius: 13px;
    font-size: 1.35rem;
  }
  .vrz-network-hero .vrz-network-hero-eyebrow {
    font-size: 0.95rem;
  }
  .vrz-network-hero h1,
  .vrz-category-hero-text h1 {
    font-size: clamp(2.05rem, 10vw, 2.8rem);
    line-height: 0.98;
  }
  .vrz-network-hero p.lead,
  .vrz-category-hero-text p {
    font-size: 1rem;
    line-height: 1.55;
  }
  .vrz-network-hero .vrz-hero-cta-single,
  .vrz-category-hero-cta {
    max-width: none;
  }
}

/* Step indicator */
.vrz-step-indicator {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  margin: 3rem 0 0;
  padding: 0.75rem 1rem;
  background: #fff;
  border: 1px solid var(--vrz-border);
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
}
@media (max-width: 767px) {
  .vrz-step-indicator {
    margin-top: 3rem;
  }
}
.vrz-step-indicator-current {
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--vrz-primary);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.vrz-step-indicator-label {
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--vrz-text);
}
.vrz-step-indicator-bar {
  height: 4px;
  background: rgba(139, 47, 201, 0.1);
  border-radius: 999px;
  overflow: hidden;
}
.vrz-step-indicator-bar > span {
  display: block;
  height: 100%;
  background: var(--vrz-gradient);
  border-radius: 999px;
  transition: width 0.3s ease;
}

/* Service section starts immediately, less top padding */
.vrz-svc-section {
  padding-top: 3rem !important;
}
@media (max-width: 767px) {
  .vrz-svc-section {
    padding-top: 1rem !important;
  }
}

/* Single info strip at the top of packages */
.vrz-svc-info-strip {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem 1.5rem;
  padding: 0.9rem 1.25rem;
  margin: 0 auto 1.5rem;
  max-width: 900px;
  background: linear-gradient(180deg, rgba(139, 47, 201, 0.04), rgba(0, 210, 255, 0.04));
  border: 1px solid var(--vrz-border);
  border-radius: 14px;
  font-size: 0.85rem;
  color: var(--vrz-text);
  text-align: center;
}
.vrz-svc-info-strip span {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  white-space: nowrap;
}
.vrz-svc-info-strip i {
  color: var(--vrz-primary);
  font-size: 0.95rem;
}
.vrz-svc-info-strip strong {
  font-weight: 600;
  color: var(--vrz-text);
}
@media (max-width: 575px) {
  .vrz-svc-info-strip {
    font-size: 0.78rem;
    gap: 0.35rem 1rem;
    padding: 0.7rem 0.85rem;
  }
}

/* Desktop 2-col layout: info badges left (30%), picker right (70%) */
.vrz-svc-layout {
  display: grid;
  grid-template-columns: 30fr 70fr;
  gap: 1.5rem;
  align-items: stretch; /* same height */
}
.vrz-svc-layout-info {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.vrz-svc-layout-picker {
  display: flex;
  flex-direction: column;
  height: 100%;
}
/* Vertical variant of info strip (used inside the left column) */
.vrz-svc-info-strip--vertical {
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  gap: 0;
  justify-content: space-evenly;
  max-width: 100%;
  margin: 0;
  flex: 1;           /* stretch to match card height */
  height: 100%;
  padding: 1.75rem 1.5rem;
  border-radius: 18px;
}
.vrz-svc-info-strip--vertical span {
  font-size: 0.92rem;
  gap: 0.55rem;
  padding: 0.5rem 0;
  border-bottom: 1px solid var(--vrz-border);
  width: 100%;
}
.vrz-svc-info-strip--vertical span:last-child {
  border-bottom: none;
}
.vrz-svc-info-strip--vertical i {
  font-size: 1rem;
}

/* Mobile: stack vertically, hide info column */
@media (max-width: 767px) {
  .vrz-svc-layout {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .vrz-svc-layout-info {
    display: none; /* hide on mobile — info already in hero trust strip */
  }
}
@media (max-width: 575px) {
  .vrz-svc-picker {
    margin-top: 2.5rem;
  }
}
/* Desktop: picker inside 2-col layout doesn't need extra top margin (badge overlaps the grid gap) */
@media (min-width: 768px) {
  .vrz-svc-layout .vrz-svc-picker {
    margin-top: 0;
  }
  .vrz-svc-layout .vrz-svc-card--solo {
    padding-top: 4rem;
  }
}

/* Solo card variant (full width centered, no lateral info card) */
.vrz-svc-card--solo {
  max-width: 560px;
  margin: 0 auto;
}

/* Package picker conversion refresh */
.vrz-svc-picker {
  position: relative;
  margin-top: 3.5rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.vrz-svc-card {
  isolation: isolate;
}
.vrz-svc-card--solo {
  max-width: 100%;
  width: 100%;
  padding: 4.5rem 2.1rem 2.5rem;
  border: 1px solid rgba(139, 47, 201, 0.12);
  border-radius: 26px;
  background:
    radial-gradient(circle at 50% 0%, rgba(139, 47, 201, 0.08), transparent 36%),
    linear-gradient(180deg, #ffffff 0%, #ffffff 72%, #fbf7ff 100%);
  box-shadow:
    0 24px 60px rgba(15, 23, 42, 0.08),
    0 1px 0 rgba(255, 255, 255, 0.9) inset;
  flex: 1;
}
.vrz-svc-card--solo::before {
  content: "";
  position: absolute;
  inset: 10px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.78);
  pointer-events: none;
  z-index: -1;
}
.vrz-svc-tab-label {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 0.38rem;
  max-width: calc(100% - 2rem);
  padding: 0.42rem 0.78rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #fff7ed 0%, #ffedd5 100%);
  border: 1px solid rgba(249, 115, 22, 0.24);
  color: #c2410c;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  line-height: 1;
  text-transform: uppercase;
  box-shadow: 0 10px 24px rgba(249, 115, 22, 0.15);
  pointer-events: none;
}
.vrz-svc-tab-label i {
  color: #f97316;
  font-size: 0.92rem;
}
.vrz-svc-tab-label[style*="display: none"] {
  display: none !important;
}
.vrz-svc-title {
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.35rem;
  font-size: clamp(1.5rem, 3vw, 1.95rem);
  letter-spacing: -0.035em;
  line-height: 1.25;
  overflow: visible;
  padding-bottom: 0.1em;
}
.vrz-svc-qty-label {
  margin-top: 0.45rem;
  color: #64748b;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}
.vrz-svc-qty-row {
  gap: 0.9rem;
  margin: 0.7rem 0 1.7rem;
}
.vrz-svc-qty-btn {
  width: 48px;
  height: 48px;
  font-size: 1.12rem;
  box-shadow: 0 14px 28px rgba(139, 47, 201, 0.25);
}
.vrz-svc-qty-select {
  width: min(230px, 52vw);
  max-width: 230px;
  min-height: 48px;
  border: 1px solid rgba(139, 47, 201, 0.14) !important;
  border-radius: 15px !important;
  box-shadow: 0 12px 26px rgba(15, 23, 42, 0.05);
}
.vrz-svc-price-block {
  margin: 0.2rem 0 1.75rem;
  padding: 1rem 1rem 0;
}
.vrz-svc-price-from {
  margin-bottom: 0.25rem;
  font-size: 0.92rem;
}
.vrz-svc-price-now-row {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.55rem;
}
.vrz-svc-price-now {
  font-size: 1.35rem;
  font-weight: 700;
  color: #0f172a;
}
.vrz-svc-price-current {
  font-size: clamp(2rem, 5vw, 2.45rem);
  font-weight: 800;
  letter-spacing: -0.055em;
}
.vrz-svc-price-discount {
  margin-top: 0;
  padding: 0.45rem 0.72rem;
  background: linear-gradient(135deg, rgba(16, 185, 129, 0.13), rgba(34, 197, 94, 0.09));
  color: #059669;
  border: 1px solid rgba(16, 185, 129, 0.13);
  font-size: 0.82rem;
  font-weight: 800;
}
.vrz-svc-cta {
  min-height: 58px;
  border-radius: 18px;
  font-size: 1.08rem;
  font-weight: 800;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.14), transparent 36%),
    linear-gradient(135deg, #7c2ac4 0%, #9b2ee0 100%);
  box-shadow:
    0 18px 38px rgba(139, 47, 201, 0.32),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
}
.vrz-svc-cta:hover {
  transform: translateY(-3px);
  box-shadow:
    0 24px 48px rgba(139, 47, 201, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

@media (max-width: 575px) {
  .vrz-svc-card--solo {
    padding: 4rem 1.25rem 2rem;
    border-radius: 22px;
  }
  .vrz-svc-picker {
    margin-top: 2.75rem;
  }
  .vrz-svc-tab-label {
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0.36rem 0.62rem;
    font-size: 0.66rem;
  }
  .vrz-svc-title {
    font-size: 1.35rem;
  }
  .vrz-svc-qty-row {
    gap: 0.55rem;
  }
  .vrz-svc-qty-btn {
    width: 42px;
    height: 42px;
  }
  .vrz-svc-qty-select {
    width: min(190px, 54vw);
    min-height: 44px;
    font-size: 1rem;
    padding-left: 0.75rem !important;
    padding-right: 1.85rem !important;
  }
  .vrz-svc-price-block {
    padding-top: 0.55rem;
    margin-bottom: 1.35rem;
  }
  .vrz-svc-price-now {
    font-size: 1.18rem;
  }
  .vrz-svc-price-current {
    font-size: 2rem;
  }
  .vrz-svc-cta {
    min-height: 54px;
    border-radius: 17px;
  }
}

/* Green variant for the buy button */
.vrz-svc-cta--green {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.14), transparent 36%),
    linear-gradient(135deg, #16a34a 0%, #22c55e 100%) !important;
  box-shadow:
    0 18px 38px rgba(22, 163, 74, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.22) !important;
}
.vrz-svc-cta--green:hover {
  transform: translateY(-3px);
  box-shadow:
    0 24px 48px rgba(22, 163, 74, 0.45),
    inset 0 1px 0 rgba(255, 255, 255, 0.22) !important;
  color: #fff !important;
}

/* "Mais vendido" badge */
.vrz-svc-popular-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.3rem 0.75rem;
  margin: 0.5rem auto 0.75rem;
  background: linear-gradient(135deg, #ff9100, #ff5252);
  color: #fff;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  box-shadow: 0 4px 10px rgba(255, 82, 82, 0.3);
}
.vrz-svc-popular-badge i {
  font-size: 0.9rem;
}

/* Hide the static "Eu quero esse" CTA label fallback in case JS doesn't run */
.vrz-svc-cta .vrz-svc-cta-label { font-weight: 700; }

@media (max-width: 767px) {
  /* Extra bottom space on service section so the global sticky bar doesn't cover the CTA */
  .vrz-svc-section { padding-bottom: 5rem !important; }
}

/* ============================================
   Track Order page
   ============================================ */
.vrz-track-section {
  padding-top: 2rem;
}
.vrz-track-wrap {
  max-width: 540px;
  margin: 0 auto;
}
.vrz-track-card {
  background: #fff;
  border: 1px solid var(--vrz-border);
  border-radius: 20px;
  padding: 2rem;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.05);
}
.vrz-track-card-head {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid var(--vrz-border);
}
.vrz-track-card-icon {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  background: var(--vrz-gradient);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  flex-shrink: 0;
}
.vrz-track-card-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--vrz-text);
  margin: 0 0 0.2rem;
  line-height: 1.2;
}
.vrz-track-card-sub {
  font-size: 0.88rem;
  color: var(--vrz-text-muted);
  margin: 0;
}
.vrz-track-form .vrz-form-group { margin-bottom: 1.1rem; }
.vrz-track-form .vrz-form-recaptcha { margin: 1.25rem 0; }
.vrz-track-submit {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.95rem 1.4rem;
  background: var(--vrz-gradient);
  color: #fff;
  border: none;
  border-radius: 12px;
  font-weight: 700;
  font-size: 1rem;
  cursor: pointer;
  box-shadow: 0 8px 20px rgba(139, 47, 201, 0.3);
  transition: transform 0.15s, box-shadow 0.2s;
}
.vrz-track-submit:hover,
.vrz-track-submit:focus {
  transform: translateY(-1px);
  box-shadow: 0 12px 26px rgba(139, 47, 201, 0.4);
  color: #fff;
}
.vrz-track-submit i { font-size: 1.05rem; }
.vrz-track-help {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  margin-top: 1.25rem;
  padding: 0.85rem 1rem;
  background: rgba(0, 210, 255, 0.06);
  border: 1px dashed rgba(0, 210, 255, 0.3);
  border-radius: 12px;
  font-size: 0.85rem;
  color: var(--vrz-text);
  line-height: 1.4;
}
.vrz-track-help i { color: var(--vrz-primary); font-size: 1rem; margin-top: 1px; flex-shrink: 0; }
.vrz-track-help strong { color: var(--vrz-text); }

@media (max-width: 575px) {
  .vrz-track-card { padding: 1.5rem 1.25rem; border-radius: 16px; }
  .vrz-track-card-icon { width: 48px; height: 48px; font-size: 1.35rem; }
  .vrz-track-card-title { font-size: 1.1rem; }
}

/* ============================================
   Track Order — Result card
   ============================================ */
.vrz-track-result {
  margin-top: 2rem;
}
.vrz-track-result-wrap {
  max-width: 760px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid var(--vrz-border);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.06);
}

/* Status header with color variants */
.vrz-track-result-head {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  padding: 1.75rem 2rem;
  color: #fff;
  background: linear-gradient(135deg, var(--vrz-primary), var(--vrz-primary-dark));
}
.vrz-track-result-head.is-completed { background: linear-gradient(135deg, #10b981, #059669); }
.vrz-track-result-head.is-processing,
.vrz-track-result-head.is-progress  { background: linear-gradient(135deg, #3b82f6, #2563eb); }
.vrz-track-result-head.is-pending   { background: linear-gradient(135deg, #f59e0b, #d97706); }
.vrz-track-result-head.is-partial   { background: linear-gradient(135deg, #ef4444, #dc2626); }
.vrz-track-result-head.is-canceled,
.vrz-track-result-head.is-refunded  { background: linear-gradient(135deg, #6b7280, #4b5563); }

.vrz-track-result-icon {
  width: 64px;
  height: 64px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.18);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  flex-shrink: 0;
}
.vrz-track-result-eyebrow {
  display: block;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  opacity: 0.85;
  margin-bottom: 0.25rem;
}
.vrz-track-result-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0 0 0.25rem;
  color: #fff;
}
.vrz-track-result-sub {
  margin: 0;
  font-size: 0.9rem;
  opacity: 0.9;
}
.vrz-track-result-sub strong { color: #fff; }

/* Timeline */
.vrz-track-timeline {
  display: grid;
  grid-template-columns: auto 1fr auto 1fr auto;
  align-items: center;
  gap: 0.5rem;
  padding: 1.5rem 2rem;
  background: linear-gradient(180deg, rgba(139, 47, 201, 0.04), transparent);
  border-bottom: 1px solid var(--vrz-border);
}
.vrz-track-stage {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
  text-align: center;
  min-width: 80px;
  color: var(--vrz-text-muted);
}
.vrz-track-stage-dot {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #f3f4f6;
  border: 2px solid var(--vrz-border);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  color: #9ca3af;
  transition: all 0.3s;
}
.vrz-track-stage.is-done .vrz-track-stage-dot {
  background: var(--vrz-gradient);
  border-color: transparent;
  color: #fff;
  box-shadow: 0 6px 14px rgba(139, 47, 201, 0.3);
}
.vrz-track-stage-label strong {
  display: block;
  font-size: 0.85rem;
  color: var(--vrz-text);
  margin-bottom: 0.1rem;
}
.vrz-track-stage-label span {
  display: block;
  font-size: 0.75rem;
  color: var(--vrz-text-muted);
}
.vrz-track-stage.is-done .vrz-track-stage-label strong { color: var(--vrz-primary); }
.vrz-track-stage-line {
  height: 3px;
  background: var(--vrz-border);
  border-radius: 999px;
  position: relative;
  top: -20px;
}
.vrz-track-stage-line.is-done { background: var(--vrz-gradient); }

/* Details grid (payment + order info) */
.vrz-track-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  padding: 1.5rem 2rem;
}
.vrz-track-block {
  background: var(--vrz-bg);
  border: 1px solid var(--vrz-border);
  border-radius: 14px;
  padding: 1.25rem;
}
.vrz-track-block-title {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--vrz-text);
  margin: 0 0 1rem;
  padding-bottom: 0.6rem;
  border-bottom: 1px solid var(--vrz-border);
}
.vrz-track-block-title i { color: var(--vrz-primary); font-size: 1.05rem; }
.vrz-track-info {
  display: grid;
  grid-template-columns: minmax(80px, auto) 1fr;
  gap: 0.6rem 0.85rem;
  margin: 0;
  font-size: 0.88rem;
}
.vrz-track-info dt {
  color: var(--vrz-text-muted);
  font-weight: 500;
}
.vrz-track-info dd {
  margin: 0;
  color: var(--vrz-text);
  word-break: break-word;
  min-width: 0;
}
.vrz-track-info code {
  background: rgba(139, 47, 201, 0.08);
  color: var(--vrz-primary);
  padding: 2px 6px;
  border-radius: 6px;
  font-size: 0.82rem;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
}
.vrz-track-info-total {
  font-weight: 700;
  color: var(--vrz-primary);
  font-size: 1rem;
}
.vrz-track-info-link a {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  color: var(--vrz-primary);
  font-weight: 500;
  text-decoration: none;
  word-break: break-all;
  max-width: 100%;
}
.vrz-track-info-link a:hover { text-decoration: underline; }
.vrz-track-info-link i { font-size: 0.85rem; flex-shrink: 0; }

/* Status pills */
.vrz-track-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.25rem 0.7rem;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 600;
  background: #f3f4f6;
  color: #4b5563;
}
.vrz-track-pill.is-completed { background: rgba(16, 185, 129, 0.12); color: #047857; }
.vrz-track-pill.is-processing,
.vrz-track-pill.is-progress  { background: rgba(59, 130, 246, 0.12); color: #1d4ed8; }
.vrz-track-pill.is-pending   { background: rgba(245, 158, 11, 0.15); color: #b45309; }
.vrz-track-pill.is-partial   { background: rgba(239, 68, 68, 0.12); color: #b91c1c; }
.vrz-track-pill.is-canceled,
.vrz-track-pill.is-refunded  { background: #f3f4f6; color: #4b5563; }

/* Action buttons */
.vrz-track-actions {
  display: flex;
  gap: 0.75rem;
  padding: 1.25rem 2rem 1.75rem;
  border-top: 1px solid var(--vrz-border);
  background: var(--vrz-bg);
  flex-wrap: wrap;
}
.vrz-track-action-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.7rem 1.2rem;
  background: var(--vrz-gradient);
  color: #fff;
  border: none;
  border-radius: 10px;
  font-weight: 600;
  font-size: 0.9rem;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.15s, box-shadow 0.2s;
}
.vrz-track-action-btn:hover,
.vrz-track-action-btn:focus {
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(139, 47, 201, 0.3);
  color: #fff;
}
.vrz-track-action-btn--ghost {
  background: transparent;
  color: var(--vrz-text);
  border: 1.5px solid var(--vrz-border);
  box-shadow: none;
}
.vrz-track-action-btn--ghost:hover,
.vrz-track-action-btn--ghost:focus {
  background: #fff;
  color: var(--vrz-primary);
  border-color: var(--vrz-primary);
  box-shadow: 0 6px 14px rgba(139, 47, 201, 0.12);
}

@media (max-width: 767px) {
  .vrz-track-result-head { padding: 1.25rem 1.25rem; gap: 0.85rem; }
  .vrz-track-result-icon { width: 52px; height: 52px; font-size: 1.6rem; border-radius: 14px; }
  .vrz-track-result-title { font-size: 1.2rem; }
  .vrz-track-result-sub { font-size: 0.82rem; }

  .vrz-track-timeline {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 1.25rem;
  }
  .vrz-track-stage {
    flex-direction: row;
    text-align: left;
    gap: 0.85rem;
    width: 100%;
    padding: 0.5rem 0;
  }
  .vrz-track-stage-line {
    width: 3px;
    height: 24px;
    top: 0;
    margin-left: 22px;
  }

  .vrz-track-grid { grid-template-columns: 1fr; padding: 1.25rem; }
  .vrz-track-actions { padding: 1rem 1.25rem 1.25rem; }
  .vrz-track-action-btn { flex: 1; justify-content: center; min-width: 130px; }
}

/* ============================================
   "Como funciona" GLOBAL MODAL
   ============================================ */
.vrz-how-modal .modal-dialog {
  max-width: 520px;
  margin: 1rem auto;
}
.vrz-how-modal-content {
  border: none;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.3);
}
.vrz-how-modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 5;
  width: 36px;
  height: 36px;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  font-size: 1rem;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s, transform 0.2s;
}
.vrz-how-modal-close:hover {
  background: rgba(255, 255, 255, 0.32);
  transform: scale(1.05);
}

/* Hero (gradient header) */
.vrz-how-modal-hero {
  background: var(--vrz-gradient);
  color: #fff;
  padding: 2rem 2rem 1.75rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.vrz-how-modal-hero::before {
  content: '';
  position: absolute;
  top: -40%;
  left: -10%;
  width: 220px;
  height: 220px;
  background: radial-gradient(circle, rgba(0, 210, 255, 0.35), transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}
.vrz-how-modal-hero::after {
  content: '';
  position: absolute;
  bottom: -60%;
  right: -10%;
  width: 280px;
  height: 280px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.1), transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}
.vrz-how-modal-hero-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 0.85rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.85rem;
  color: #fff;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border: 1px solid rgba(255, 255, 255, 0.25);
  position: relative;
  z-index: 1;
}
.vrz-how-modal-title {
  font-size: 1.55rem;
  font-weight: 700;
  margin: 0 0 0.35rem;
  color: #fff;
  position: relative;
  z-index: 1;
}
.vrz-how-modal-sub {
  margin: 0;
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.92);
  position: relative;
  z-index: 1;
}

/* Steps body */
.vrz-how-modal-body {
  padding: 1.5rem 1.75rem 0.5rem;
  background: #fff;
}
.vrz-how-modal-step {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 1rem;
  padding: 1rem 0;
  border-bottom: 1px solid var(--vrz-border);
}
.vrz-how-modal-step:last-of-type {
  border-bottom: none;
  padding-bottom: 0.5rem;
}
.vrz-how-modal-step-num {
  width: 44px;
  height: 44px;
  min-width: 44px;
  min-height: 44px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background: var(--vrz-gradient);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1.1rem;
  box-shadow: 0 6px 14px rgba(139, 47, 201, 0.3);
}
.vrz-how-modal-step-text h4 {
  font-size: 1rem;
  font-weight: 700;
  margin: 0 0 0.25rem;
  color: var(--vrz-text);
}
.vrz-how-modal-step-text p {
  margin: 0;
  font-size: 0.88rem;
  color: var(--vrz-text-muted);
  line-height: 1.4;
}
.vrz-how-modal-step-text strong {
  color: var(--vrz-primary);
}
.vrz-how-modal-perks {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem 1.25rem;
  margin: 1rem -0.25rem 0;
  padding: 0.85rem 1rem;
  background: linear-gradient(180deg, rgba(139, 47, 201, 0.05), rgba(0, 210, 255, 0.05));
  border-radius: 12px;
  font-size: 0.83rem;
  color: var(--vrz-text);
  font-weight: 500;
}
.vrz-how-modal-perks span {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}
.vrz-how-modal-perks i {
  color: var(--vrz-primary);
  font-size: 0.95rem;
}

/* Footer with CTA */
.vrz-how-modal-footer {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 1.25rem 1.75rem 1.75rem;
  background: #fff;
}
.vrz-how-modal-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  padding: 0.95rem 1.4rem;
  background: var(--vrz-gradient);
  color: #fff;
  border-radius: 12px;
  font-weight: 700;
  font-size: 1rem;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(139, 47, 201, 0.32);
  transition: transform 0.15s, box-shadow 0.2s, color 0.15s;
}
.vrz-how-modal-cta:hover,
.vrz-how-modal-cta:focus {
  transform: translateY(-1px);
  color: #fff;
  box-shadow: 0 14px 30px rgba(139, 47, 201, 0.42);
}
.vrz-how-modal-cta i { font-size: 1.05rem; }
.vrz-how-modal-secondary {
  background: transparent;
  border: none;
  padding: 0.6rem;
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--vrz-text-muted);
  cursor: pointer;
  transition: color 0.15s;
}
.vrz-how-modal-secondary:hover {
  color: var(--vrz-text);
}

/* Backdrop a tiny bit darker for the brand feel */
.modal-backdrop.show { opacity: 0.6; }

@media (max-width: 575px) {
  .vrz-how-modal .modal-dialog { margin: 0.75rem; }
  .vrz-how-modal-hero { padding: 1.5rem 1.25rem 1.5rem; }
  .vrz-how-modal-hero-icon { width: 54px; height: 54px; font-size: 1.55rem; }
  .vrz-how-modal-title { font-size: 1.3rem; }
  .vrz-how-modal-sub { font-size: 0.85rem; }
  .vrz-how-modal-body { padding: 1.25rem 1.25rem 0.5rem; }
  .vrz-how-modal-footer { padding: 1rem 1.25rem 1.5rem; }
  .vrz-how-modal-perks { font-size: 0.78rem; gap: 0.35rem 1rem; }
}

/* ============================================
   PIX await page (vrz-pix-*)
   ============================================ */
.vrz-pix-card {
  background: #fff;
  border: 1px solid var(--vrz-border);
  border-radius: 20px;
  padding: 2rem 2rem 1.75rem;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  max-width: 520px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Status badge */
.vrz-pix-status {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.4rem 1rem;
  background: rgba(16, 185, 129, 0.12);
  color: #059669;
  border-radius: 999px;
  font-size: 0.85rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.vrz-pix-status[data-status="paid"]    { background: rgba(16, 185, 129, 0.18); color: #047857; }
.vrz-pix-status[data-status="expired"] { background: rgba(239, 68, 68, 0.12); color: #b91c1c; }
.vrz-pix-pulse {
  width: 9px;
  height: 9px;
  background: currentColor;
  border-radius: 50%;
  animation: vrz-pulse 1.5s ease-in-out infinite;
}
@keyframes vrz-pulse {
  0%, 100% { transform: scale(1); opacity: 1; }
  50%      { transform: scale(1.5); opacity: 0.5; }
}

.vrz-pix-title {
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--vrz-text);
  margin: 0 0 0.5rem;
  line-height: 1.25;
}
.vrz-pix-subtitle {
  font-size: 0.92rem;
  color: var(--vrz-text-muted);
  margin: 0 0 1.5rem;
  line-height: 1.45;
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
}

/* QR code */
.vrz-pix-qr-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 1.25rem;
  padding: 1rem;
  background: #fff;
  border: 1px solid var(--vrz-border);
  border-radius: 16px;
  width: 240px;
  height: 240px;
  flex-shrink: 0;
  overflow: hidden;
}
.vrz-pix-qr {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 210px;
  max-height: 210px;
  object-fit: contain;
}

/* Amount box */
.vrz-pix-amount-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.85rem 1.5rem;
  background: linear-gradient(180deg, rgba(139, 47, 201, 0.06), rgba(0, 210, 255, 0.04));
  border: 1px solid var(--vrz-border);
  border-radius: 14px;
  margin: 0 auto 1.5rem;
  width: 100%;
}
.vrz-pix-amount-label {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--vrz-text-muted);
  margin-bottom: 0.15rem;
}
.vrz-pix-amount-value {
  font-size: 1.65rem;
  font-weight: 700;
  color: var(--vrz-primary);
  line-height: 1.1;
}

/* Copy & paste block */
.vrz-pix-cc-block {
  text-align: left;
  margin: 0 0 1.25rem;
  width: 100%;
}
.vrz-pix-cc-label {
  display: block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--vrz-text-muted);
  margin-bottom: 0.4rem;
}
.vrz-pix-cc-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.5rem;
}
.vrz-pix-cc-input {
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.85rem;
  background: var(--vrz-bg);
  border: 1px solid var(--vrz-border);
  color: var(--vrz-text);
  padding: 0.7rem 0.85rem;
  border-radius: 10px;
  min-width: 0;
}
.vrz-pix-cc-input:focus {
  outline: none;
  border-color: var(--vrz-primary);
  box-shadow: 0 0 0 3px rgba(139, 47, 201, 0.15);
}
.vrz-pix-cc-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.7rem 1.25rem;
  background: var(--vrz-gradient);
  color: #fff;
  border: none;
  border-radius: 10px;
  font-weight: 600;
  font-size: 0.9rem;
  cursor: pointer;
  white-space: nowrap;
  box-shadow: 0 6px 14px rgba(139, 47, 201, 0.25);
  transition: transform 0.15s, box-shadow 0.2s;
}
.vrz-pix-cc-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(139, 47, 201, 0.35);
}
.vrz-pix-cc-hint {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  margin-top: 0.55rem;
  font-size: 0.78rem;
  color: #059669;
  font-weight: 600;
}

/* Countdown timer pill */
.vrz-pix-timer {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.55rem 1.1rem;
  background: rgba(139, 47, 201, 0.07);
  color: var(--vrz-primary);
  border-radius: 999px;
  font-size: 0.85rem;
  font-weight: 500;
  margin: 0 auto 1.5rem;
}
.vrz-pix-timer strong {
  font-weight: 700;
  font-variant-numeric: tabular-nums;
}

/* "How to pay" steps */
.vrz-pix-howto {
  text-align: left;
  background: var(--vrz-bg);
  border: 1px solid var(--vrz-border);
  border-radius: 14px;
  padding: 1rem 1.25rem;
  margin: 0 0 1.25rem;
  width: 100%;
}
.vrz-pix-howto h4 {
  font-size: 1rem;
  font-weight: 700;
  color: var(--vrz-text);
  margin: 0 0 0.5rem;
}
.vrz-pix-howto ol {
  margin: 0;
  padding-left: 1.2rem;
  font-size: 0.88rem;
  color: var(--vrz-text);
  line-height: 1.55;
}
.vrz-pix-howto ol li { padding-left: 0.15rem; }
.vrz-pix-howto strong { color: var(--vrz-primary); }

/* Trust footer */
.vrz-pix-trust {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  padding-top: 1rem;
  margin-top: 1rem;
  border-top: 1px solid var(--vrz-border);
  font-size: 0.82rem;
  color: var(--vrz-text-muted);
}
.vrz-pix-trust-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
}
.vrz-pix-trust-item i { color: var(--vrz-primary); }

/* Expired block */
.vrz-pix-expired {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.85rem 1rem;
  background: rgba(239, 68, 68, 0.08);
  border: 1px solid rgba(239, 68, 68, 0.2);
  border-radius: 12px;
  color: #b91c1c;
  font-size: 0.9rem;
  font-weight: 500;
}

/* Side tip on dark summary */
.vrz-pix-side-tip {
  margin-top: 1rem;
  padding: 0.85rem 1rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.45;
  display: flex;
  gap: 0.5rem;
  align-items: flex-start;
}
.vrz-pix-side-tip i {
  color: #00D2FF;
  flex-shrink: 0;
  margin-top: 2px;
}

@media (max-width: 575px) {
  .vrz-pix-card { padding: 1.25rem 1rem; border-radius: 16px; max-width: 100%; }
  .vrz-pix-title { font-size: 1.2rem; }
  .vrz-pix-subtitle { font-size: 0.85rem; margin-bottom: 1.25rem; }
  .vrz-pix-amount-value { font-size: 1.4rem; }
  /* QR responsivo — wrap nunca maior que a tela menos as margens do card */
  .vrz-pix-qr-wrap {
    width: min(220px, calc(100vw - 4rem));
    height: min(220px, calc(100vw - 4rem));
  }
  .vrz-pix-qr {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
  }
  .vrz-pix-cc-row { grid-template-columns: 1fr; }
  .vrz-pix-cc-btn { justify-content: center; }
  .vrz-pix-howto { padding: 0.85rem 1rem; }
}

/* PIX Test Mode */
.vrz-pix-test-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.65rem 1rem;
  margin-bottom: 1rem;
  background: #f59e0b;
  color: #fff;
  border-radius: 10px;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.vrz-pix-test-confirm-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 100%;
  max-width: 460px;
  margin: 0 auto 1.25rem;
  padding: 1rem 1.5rem;
  background: linear-gradient(135deg, #16a34a, #22c55e);
  color: #fff;
  border-radius: 12px;
  font-weight: 700;
  font-size: 1rem;
  text-decoration: none;
  box-shadow: 0 8px 20px rgba(22, 163, 74, 0.3);
  transition: transform 0.15s, box-shadow 0.2s;
}
.vrz-pix-test-confirm-btn:hover {
  transform: translateY(-2px);
  color: #fff;
  box-shadow: 0 14px 28px rgba(22, 163, 74, 0.4);
}

/* ============================================
   Payment Success Page
   ============================================ */
.vrz-success-page {
  min-height: 100vh;
  background: #fff;
  display: flex;
  flex-direction: column;
}

/* Top bar */
.vrz-success-topbar {
  padding: 1rem 2rem;
  border-bottom: 1px solid var(--vrz-border);
  display: flex;
  align-items: center;
}
.vrz-success-logo img { height: 38px; width: auto; }

/* Body: main + aside */
.vrz-success-body {
  display: grid;
  grid-template-columns: 1fr 380px;
  flex: 1;
  min-height: calc(100vh - 65px);
}

/* ---- MAIN (left/scrollable) ---- */
.vrz-success-main {
  padding: 3rem 3.5rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 640px;
}

/* Animated checkmark */
.vrz-success-icon-wrap {
  margin-bottom: 1.5rem;
}
.vrz-success-check {
  width: 72px;
  height: 72px;
  color: #16a34a;
}
.vrz-success-check-circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  animation: vrz-draw-circle 0.6s ease forwards;
}
.vrz-success-check-path {
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: vrz-draw-check 0.4s 0.55s ease forwards;
}
@keyframes vrz-draw-circle {
  to { stroke-dashoffset: 0; }
}
@keyframes vrz-draw-check {
  to { stroke-dashoffset: 0; }
}

.vrz-success-headline {
  font-size: 2.25rem;
  font-weight: 800;
  color: var(--vrz-text);
  margin: 0 0 0.65rem;
  letter-spacing: -0.025em;
}
.vrz-success-sub {
  font-size: 1rem;
  color: var(--vrz-text-muted);
  line-height: 1.55;
  margin: 0 0 2rem;
}

/* Delivery timeline */
.vrz-success-timeline {
  display: grid;
  grid-template-columns: auto 1fr auto 1fr auto;
  align-items: center;
  gap: 0.5rem;
  width: 100%;
  margin-bottom: 2.5rem;
}
.vrz-success-stage {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
  text-align: center;
  min-width: 72px;
  color: var(--vrz-text-muted);
}
.vrz-success-stage-dot {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #f3f4f6;
  border: 2px solid var(--vrz-border);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  color: #9ca3af;
  transition: all 0.4s;
}
.vrz-success-stage.is-done .vrz-success-stage-dot {
  background: var(--vrz-gradient);
  border-color: transparent;
  color: #fff;
  box-shadow: 0 6px 14px rgba(139, 47, 201, 0.3);
}
.vrz-success-stage.is-active .vrz-success-stage-dot {
  background: linear-gradient(135deg, #16a34a, #22c55e);
  border-color: transparent;
  color: #fff;
  box-shadow: 0 6px 14px rgba(22, 163, 74, 0.35);
  animation: vrz-stage-pulse 1.8s ease-in-out infinite;
}
@keyframes vrz-stage-pulse {
  0%, 100% { box-shadow: 0 6px 14px rgba(22, 163, 74, 0.35); }
  50%       { box-shadow: 0 8px 22px rgba(22, 163, 74, 0.6); }
}
.vrz-success-stage-info strong {
  display: block;
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--vrz-text);
}
.vrz-success-stage-info span {
  display: block;
  font-size: 0.72rem;
  color: var(--vrz-text-muted);
}
.vrz-success-stage.is-done .vrz-success-stage-info strong,
.vrz-success-stage.is-active .vrz-success-stage-info strong {
  color: var(--vrz-primary);
}
.vrz-success-stage-line {
  height: 3px;
  background: var(--vrz-border);
  border-radius: 999px;
  position: relative;
  top: -16px;
}
.vrz-success-stage-line.is-done { background: var(--vrz-gradient); }

/* Details card */
.vrz-success-details-card {
  width: 100%;
  background: var(--vrz-bg);
  border: 1px solid var(--vrz-border);
  border-radius: 18px;
  overflow: hidden;
  margin-bottom: 2rem;
}
.vrz-success-details-header {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.85rem 1.25rem;
  background: var(--vrz-text);
  color: #fff;
  font-weight: 700;
  font-size: 0.9rem;
}
.vrz-success-details-header i { color: #00D2FF; font-size: 1rem; }
.vrz-success-dl {
  display: grid;
  grid-template-columns: minmax(120px, auto) 1fr;
  gap: 0;
  margin: 0;
  font-size: 0.9rem;
}
.vrz-success-dl dt,
.vrz-success-dl dd {
  padding: 0.7rem 1.25rem;
  border-bottom: 1px solid var(--vrz-border);
  margin: 0;
}
.vrz-success-dl dt {
  font-weight: 600;
  color: var(--vrz-text-muted);
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  background: rgba(0,0,0,0.02);
}
.vrz-success-dl dd {
  color: var(--vrz-text);
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
  word-break: break-all;
}
.vrz-success-dl dt:last-of-type,
.vrz-success-dl dd:last-of-type { border-bottom: none; }

.vrz-success-copy-btn {
  background: none;
  border: 1px solid var(--vrz-border);
  border-radius: 6px;
  padding: 3px 7px;
  font-size: 0.85rem;
  color: var(--vrz-primary);
  cursor: pointer;
  transition: background 0.15s;
}
.vrz-success-copy-btn:hover { background: rgba(139,47,201,0.07); }
.vrz-success-copied {
  font-size: 0.75rem;
  color: #16a34a;
  font-weight: 600;
  opacity: 0;
  transition: opacity 0.3s;
}
.vrz-success-amount {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--vrz-primary);
}
.vrz-success-link-cell a {
  color: var(--vrz-primary);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.85rem;
}
.vrz-success-link-cell a:hover { text-decoration: underline; }

/* Action buttons */
.vrz-success-actions {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
}
.vrz-success-btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.85rem 1.5rem;
  background: var(--vrz-gradient);
  color: #fff;
  border-radius: 12px;
  font-weight: 700;
  font-size: 0.95rem;
  text-decoration: none;
  box-shadow: 0 8px 20px rgba(139, 47, 201, 0.3);
  transition: transform 0.15s, box-shadow 0.2s, color 0.15s;
}
.vrz-success-btn-primary:hover { transform: translateY(-1px); color: #fff; box-shadow: 0 12px 26px rgba(139, 47, 201, 0.4); }
.vrz-success-btn-ghost {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.85rem 1.5rem;
  background: transparent;
  border: 1.5px solid var(--vrz-border);
  color: var(--vrz-text);
  border-radius: 12px;
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none;
  transition: border-color 0.2s, color 0.15s, background 0.2s;
}
.vrz-success-btn-ghost:hover { border-color: var(--vrz-primary); color: var(--vrz-primary); background: rgba(139,47,201,0.04); }
.vrz-success-btn-whats {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.85rem 1.25rem;
  background: #25D366;
  color: #fff;
  border-radius: 12px;
  font-weight: 700;
  font-size: 0.95rem;
  text-decoration: none;
  transition: transform 0.15s, box-shadow 0.2s;
}
.vrz-success-btn-whats:hover { transform: translateY(-1px); color: #fff; box-shadow: 0 8px 18px rgba(37, 211, 102, 0.35); }

/* ---- ASIDE (right, dark) ---- */
.vrz-success-aside {
  background: var(--vrz-text);
  color: #fff;
  display: flex;
  flex-direction: column;
  position: sticky;
  top: 0;
  height: 100vh;
  overflow-y: auto;
}
.vrz-success-aside-inner {
  padding: 2.5rem 2rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  flex: 1;
}
.vrz-success-aside-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.4rem 0.9rem;
  background: rgba(22, 163, 74, 0.18);
  border: 1px solid rgba(22, 163, 74, 0.3);
  border-radius: 999px;
  color: #4ade80;
  font-size: 0.78rem;
  font-weight: 700;
  width: fit-content;
}
.vrz-success-aside-service {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.25rem;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
}
.vrz-success-aside-icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: linear-gradient(135deg, #782FBE, #00D2FF);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  color: #fff;
  flex-shrink: 0;
}
.vrz-success-aside-svc-name {
  display: block;
  font-weight: 700;
  font-size: 0.95rem;
  color: #fff;
  margin-bottom: 0.2rem;
}
.vrz-success-aside-svc-qty {
  display: block;
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.65);
}
.vrz-success-aside-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.vrz-success-aside-total span { font-size: 0.9rem; color: rgba(255, 255, 255, 0.65); }
.vrz-success-aside-total strong { font-size: 1.35rem; font-weight: 800; color: #00D2FF; }
.vrz-success-aside-steps {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.vrz-success-aside-step {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.8);
}
.vrz-success-aside-step i { color: #00D2FF; font-size: 1rem; flex-shrink: 0; }
.vrz-success-aside-logo {
  margin-top: auto;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

/* ---- MOBILE ---- */
@media (max-width: 991px) {
  .vrz-success-body {
    grid-template-columns: 1fr;
  }
  .vrz-success-aside {
    position: static;
    height: auto;
    order: -1;
  }
  .vrz-success-aside-inner { padding: 1.5rem 1.25rem; }
  .vrz-success-aside-logo { display: none; }
  .vrz-success-main {
    padding: 2rem 1.25rem;
    max-width: 100%;
  }
  .vrz-success-headline { font-size: 1.75rem; }
}
@media (max-width: 575px) {
  .vrz-success-topbar { padding: 0.85rem 1.25rem; }
  .vrz-success-timeline {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .vrz-success-stage {
    flex-direction: row;
    text-align: left;
    gap: 0.85rem;
    padding: 0.5rem 0;
  }
  .vrz-success-stage-line {
    width: 3px;
    height: 20px;
    top: 0;
    margin-left: 21px;
  }
  .vrz-success-actions { flex-direction: column; }
  .vrz-success-btn-primary,
  .vrz-success-btn-ghost,
  .vrz-success-btn-whats { justify-content: center; }
}

/* ============================================
   Checkout Success — in-checkout layout styles
   ============================================ */

/* Header with animated check */
.vrz-success-card-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  background: linear-gradient(180deg, rgba(22, 163, 74, 0.06), rgba(22, 163, 74, 0.02));
  border-bottom: 1px solid rgba(22, 163, 74, 0.18);
}
.vrz-success-check-icon {
  color: #16a34a;
  flex-shrink: 0;
}
.vrz-success-check-circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  animation: vrz-draw-circle 0.6s ease forwards;
}
.vrz-success-check-path {
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: vrz-draw-check 0.4s 0.55s ease forwards;
}
@keyframes vrz-draw-circle { to { stroke-dashoffset: 0; } }
@keyframes vrz-draw-check  { to { stroke-dashoffset: 0; } }

/* Inline delivery timeline */
.vrz-success-timeline-inline {
  display: grid;
  grid-template-columns: auto 1fr auto 1fr auto;
  align-items: center;
  gap: 0.4rem;
  margin-bottom: 1.5rem;
  text-align: center;
}
.vrz-sti-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.75rem;
  color: var(--vrz-text-muted);
  font-weight: 500;
}
.vrz-sti-dot {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #f3f4f6;
  border: 2px solid var(--vrz-border);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  color: #9ca3af;
  transition: all 0.4s;
}
.vrz-sti-step.is-done .vrz-sti-dot {
  background: var(--vrz-gradient);
  border-color: transparent;
  color: #fff;
  box-shadow: 0 4px 10px rgba(139, 47, 201, 0.3);
}
.vrz-sti-step.is-done { color: var(--vrz-primary); }
.vrz-sti-step.is-active .vrz-sti-dot {
  background: linear-gradient(135deg, #16a34a, #22c55e);
  border-color: transparent;
  color: #fff;
  box-shadow: 0 4px 10px rgba(22, 163, 74, 0.35);
  animation: vrz-stage-pulse 1.8s ease-in-out infinite;
}
.vrz-sti-step.is-active { color: #16a34a; }
.vrz-sti-line {
  height: 3px;
  background: var(--vrz-border);
  border-radius: 999px;
  position: relative;
  top: -10px;
}
.vrz-sti-line.is-done { background: var(--vrz-gradient); }

/* Info rows */
.vrz-success-info-rows {
  display: flex;
  flex-direction: column;
  border: 1px solid var(--vrz-border);
  border-radius: 14px;
  overflow: hidden;
  margin-bottom: 1.25rem;
}
.vrz-success-info-row {
  display: grid;
  grid-template-columns: 140px 1fr;
  align-items: center;
  gap: 0.5rem 1rem;
  padding: 0.75rem 1rem;
  border-bottom: 1px solid var(--vrz-border);
  font-size: 0.9rem;
}
.vrz-success-info-row:last-child { border-bottom: none; }
.vrz-success-info-row--total {
  background: rgba(139, 47, 201, 0.03);
}
.vrz-success-info-label {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: var(--vrz-text-muted);
  font-weight: 500;
  white-space: nowrap;
  font-size: 0.83rem;
}
.vrz-success-info-label i { color: var(--vrz-primary); font-size: 0.9rem; }
.vrz-success-info-value {
  color: var(--vrz-text);
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  text-align: left;
  word-break: break-all;
  min-width: 0;
  flex-wrap: wrap;
}
.vrz-success-info-link a {
  color: var(--vrz-primary);
  text-decoration: none;
  font-size: 0.85rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 220px;
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
}
.vrz-success-info-link a:hover { text-decoration: underline; }
.vrz-success-amount {
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--vrz-primary);
}

/* Copy button */
.vrz-success-copy-btn {
  background: none;
  border: 1px solid var(--vrz-border);
  border-radius: 6px;
  padding: 3px 7px;
  font-size: 0.82rem;
  color: var(--vrz-primary);
  cursor: pointer;
  transition: background 0.15s;
  flex-shrink: 0;
}
.vrz-success-copy-btn:hover { background: rgba(139,47,201,0.07); }
.vrz-success-copied {
  font-size: 0.72rem;
  color: #16a34a;
  font-weight: 700;
  opacity: 0;
  transition: opacity 0.3s;
  white-space: nowrap;
}

/* Email note */
.vrz-success-email-note {
  font-size: 0.78rem;
  color: var(--vrz-text-muted);
  display: flex;
  align-items: center;
  gap: 0.4rem;
  margin: 0;
  flex-wrap: wrap;
  line-height: 1.4;
}
.vrz-success-email-note i { color: #16a34a; flex-shrink: 0; }
.vrz-success-email-note strong { color: var(--vrz-text); font-weight: 600; }

/* Action buttons */
.vrz-success-btns {
  display: flex;
  flex-direction: column;
  gap: 0;
  width: 100%;
}
.vrz-success-btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  padding: 0.85rem 1.5rem;
  background: transparent;
  border: 1.5px solid var(--vrz-border);
  color: var(--vrz-text);
  border-radius: 12px;
  font-weight: 600;
  font-size: 1rem;
  text-decoration: none;
  text-align: center;
  transition: border-color 0.2s, color 0.15s;
}
.vrz-success-btn-secondary:hover {
  border-color: var(--vrz-primary);
  color: var(--vrz-primary);
}

/* Dark sidebar: next steps */
.vrz-dark-summary-next-steps {
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}
.vrz-dark-next-step {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.75);
}
.vrz-dark-next-step i { color: #00D2FF; font-size: 1rem; flex-shrink: 0; }
.vrz-dark-summary-logo {
  margin-top: auto;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

/* ============================================
   Legal Modals (Políticas, Termos, Contato)
   ============================================ */
.vrz-legal-modal .modal-dialog { max-width: 560px; }
.vrz-legal-modal-content {
  border: none;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.25);
}

/* Header */
.vrz-legal-modal-header {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1.5rem 1.5rem 1.25rem;
  background: var(--vrz-gradient);
  color: #fff;
  position: relative;
}
.vrz-legal-modal-icon {
  width: 48px;
  height: 48px;
  min-width: 48px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.18);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  flex-shrink: 0;
}
.vrz-legal-modal-header h4 {
  font-size: 1.15rem;
  font-weight: 700;
  margin: 0 0 0.15rem;
  color: #fff;
}
.vrz-legal-modal-header p {
  margin: 0;
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.75);
}
.vrz-legal-modal-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 32px;
  height: 32px;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
  font-size: 0.85rem;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
}
.vrz-legal-modal-close:hover { background: rgba(255, 255, 255, 0.3); }

/* Body (scrollable) */
.vrz-legal-modal-body {
  padding: 1.5rem;
  font-size: 0.88rem;
  color: var(--vrz-text);
  line-height: 1.6;
  max-height: 60vh;
  overflow-y: auto;
  background: #fff;
}
.vrz-legal-modal-body h5 {
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--vrz-primary);
  margin: 1.25rem 0 0.4rem;
}
.vrz-legal-modal-body h5:first-child { margin-top: 0; }
.vrz-legal-modal-body p { margin: 0 0 0.5rem; }
.vrz-legal-modal-body ul {
  margin: 0 0 0.5rem;
  padding-left: 1.25rem;
}
.vrz-legal-modal-body li { margin-bottom: 0.25rem; }
.vrz-legal-modal-body strong { color: var(--vrz-text); }

/* Footer */
.vrz-legal-modal-footer {
  padding: 1rem 1.5rem 1.25rem;
  background: #fff;
  border-top: 1px solid var(--vrz-border);
  display: flex;
  justify-content: flex-end;
  gap: 0.5rem;
}
.vrz-legal-modal-btn {
  display: inline-flex;
  align-items: center;
  padding: 0.7rem 1.5rem;
  background: var(--vrz-gradient);
  color: #fff;
  border: none;
  border-radius: 10px;
  font-weight: 700;
  font-size: 0.9rem;
  cursor: pointer;
  transition: transform 0.15s, box-shadow 0.2s;
}
.vrz-legal-modal-btn:hover { transform: translateY(-1px); box-shadow: 0 8px 18px rgba(139,47,201,0.3); }
.vrz-legal-modal-btn--ghost {
  background: transparent;
  color: var(--vrz-text-muted);
  border: 1.5px solid var(--vrz-border);
}
.vrz-legal-modal-btn--ghost:hover { background: var(--vrz-bg); color: var(--vrz-text); box-shadow: none; }

/* Contact modal options */
.vrz-contact-options {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin: 1rem 0;
}
.vrz-contact-option {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  padding: 1rem 1.1rem;
  border: 1.5px solid var(--vrz-border);
  border-radius: 14px;
  text-decoration: none;
  color: var(--vrz-text);
  transition: border-color 0.2s, background 0.2s;
}
.vrz-contact-option:hover { border-color: var(--vrz-primary); background: rgba(139,47,201,0.03); }
.vrz-contact-option > i:first-child {
  font-size: 1.5rem;
  flex-shrink: 0;
}
.vrz-contact-option > div {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
}
.vrz-contact-option strong { font-size: 0.95rem; color: var(--vrz-text); }
.vrz-contact-option span { font-size: 0.8rem; color: var(--vrz-text-muted); }
.vrz-contact-option > i:last-child { color: var(--vrz-text-muted); font-size: 1rem; }
.vrz-contact-whats { border-color: rgba(37, 211, 102, 0.3); }
.vrz-contact-whats > i:first-child { color: #25D366; }
.vrz-contact-whats:hover { border-color: #25D366; background: rgba(37,211,102,0.05); color: var(--vrz-text); }
.vrz-contact-order { cursor: default; }
.vrz-contact-order:hover { border-color: var(--vrz-border); background: transparent; }
.vrz-contact-track-link {
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--vrz-primary);
  text-decoration: none;
  white-space: nowrap;
}
.vrz-contact-track-link:hover { text-decoration: underline; }
.vrz-contact-note {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  padding: 0.75rem 1rem;
  background: rgba(0, 210, 255, 0.06);
  border: 1px dashed rgba(0, 210, 255, 0.3);
  border-radius: 10px;
  font-size: 0.82rem;
  color: var(--vrz-text);
  line-height: 1.4;
}
.vrz-contact-note i { color: var(--vrz-primary); flex-shrink: 0; margin-top: 1px; }

@media (max-width: 575px) {
  .vrz-legal-modal .modal-dialog { margin: 0.75rem; }
  .vrz-legal-modal-body { max-height: 55vh; padding: 1.25rem; }
  .vrz-legal-modal-header { padding: 1.25rem; }
}

/* Footer legal links */
.vrz-footer-legal-links {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.4rem 0.75rem;
  margin-top: 0.75rem;
  font-size: 0.82rem;
}
.vrz-footer-legal-links a {
  color: var(--vrz-text-muted);
  text-decoration: none;
  transition: color 0.2s;
}
.vrz-footer-legal-links a:hover { color: var(--vrz-primary); }
.vrz-footer-legal-sep { color: var(--vrz-border); }

/* ============================================
   Cookie Consent Popup
   ============================================ */
.vrz-cookie {
  position: fixed;
  bottom: 1.5rem;
  z-index: 9998;
  max-width: 420px;
  width: calc(100% - 2rem);
  animation: vrz-cookie-slide 0.4s cubic-bezier(0.16, 1, 0.3, 1) both;
}
.vrz-cookie.left  { left: 1.5rem; }
.vrz-cookie.right { right: 1.5rem; }
.vrz-cookie.center {
  left: 50%;
  transform: translateX(-50%);
}

@keyframes vrz-cookie-slide {
  from { opacity: 0; transform: translateY(20px); }
  to   { opacity: 1; transform: translateY(0); }
}
.vrz-cookie.center {
  animation: vrz-cookie-slide-center 0.4s cubic-bezier(0.16, 1, 0.3, 1) both;
}
@keyframes vrz-cookie-slide-center {
  from { opacity: 0; transform: translateX(-50%) translateY(20px); }
  to   { opacity: 1; transform: translateX(-50%) translateY(0); }
}

.vrz-cookie-inner {
  display: flex;
  gap: 0.85rem;
  align-items: flex-start;
  background: #1a1135;
  border: 1px solid rgba(139, 47, 201, 0.3);
  border-radius: 18px;
  padding: 1.15rem 1.25rem;
  box-shadow:
    0 20px 50px rgba(0, 0, 0, 0.4),
    0 0 0 1px rgba(255,255,255,0.04) inset;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.vrz-cookie-icon {
  width: 40px;
  height: 40px;
  min-width: 40px;
  border-radius: 12px;
  background: var(--vrz-gradient);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  color: #fff;
  box-shadow: 0 6px 16px rgba(139, 47, 201, 0.4);
  flex-shrink: 0;
  margin-top: 2px;
}

.vrz-cookie-body {
  flex: 1;
  min-width: 0;
}

.vrz-cookie-text {
  font-size: 0.82rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.82);
  margin-bottom: 0.85rem;
}
.vrz-cookie-text p { margin: 0; }
.vrz-cookie-text a {
  color: #00D2FF;
  text-decoration: underline;
}

.vrz-cookie-actions {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}

.vrz-cookie-accept {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.55rem 1.1rem;
  background: var(--vrz-gradient);
  color: #fff;
  border: none;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 6px 14px rgba(139, 47, 201, 0.35);
  transition: transform 0.15s, box-shadow 0.2s;
  white-space: nowrap;
}
.vrz-cookie-accept:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 20px rgba(139, 47, 201, 0.45);
}
.vrz-cookie-accept i { font-size: 0.85rem; }

.vrz-cookie-close {
  background: transparent;
  border: 1px solid rgba(255,255,255,0.15);
  color: rgba(255,255,255,0.55);
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 500;
  padding: 0.55rem 0.9rem;
  cursor: pointer;
  transition: color 0.2s, border-color 0.2s;
  white-space: nowrap;
}
.vrz-cookie-close:hover {
  color: rgba(255,255,255,0.85);
  border-color: rgba(255,255,255,0.35);
}

@media (max-width: 575px) {
  .vrz-cookie {
    bottom: 0;
    left: 0 !important;
    right: 0 !important;
    width: 100%;
    max-width: 100%;
    transform: none !important;
  }
  .vrz-cookie-inner {
    border-radius: 18px 18px 0 0;
    padding: 1rem 1.1rem 1.1rem;
  }
  .vrz-cookie.center {
    animation: vrz-cookie-slide 0.4s cubic-bezier(0.16, 1, 0.3, 1) both;
  }
}

/* ============================================
   How It Works — landing page (grid version)
   ============================================ */
.vrz-hiw-section {
  background: #fff;
  position: relative;
  overflow: hidden;
}
.vrz-hiw-section::before {
  content: '';
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  width: 700px;
  height: 300px;
  background: radial-gradient(ellipse, rgba(139, 47, 201, 0.06) 0%, transparent 70%);
  pointer-events: none;
}

/* 4 cards + 3 connectors in a row */
.vrz-hiw-grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
  align-items: stretch;
  gap: 0.75rem;
  margin-bottom: 2.5rem;
  padding-top: 1rem; /* room for the floating num badge */
}

.vrz-hiw-card {
  background: #fff;
  border: 1px solid var(--vrz-border);
  border-radius: 20px;
  padding: 1.75rem 1.25rem 1.5rem;
  text-align: center;
  position: relative;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.65rem;
  height: 100%;
}

/* Connector vertically centered while cards stretch */
.vrz-hiw-connector {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  color: rgba(139, 47, 201, 0.35);
  font-size: 1.1rem;
}
.vrz-hiw-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(139, 47, 201, 0.1);
  border-color: rgba(139, 47, 201, 0.3);
}

/* Accent card (step 3 — PIX) */
.vrz-hiw-card--accent {
  background: linear-gradient(160deg, #7a2fc2 0%, #9535d8 100%);
  border-color: transparent;
  color: #fff;
  box-shadow: 0 16px 40px rgba(139, 47, 201, 0.35);
}
.vrz-hiw-card--accent:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 50px rgba(139, 47, 201, 0.45);
  border-color: transparent;
}
.vrz-hiw-card--accent h4 { color: #fff !important; }
.vrz-hiw-card--accent p  { color: rgba(255,255,255,0.85) !important; }
.vrz-hiw-card--accent .vrz-hiw-icon-wrap {
  background: rgba(255,255,255,0.2);
  color: #fff;
}
.vrz-hiw-card--accent .vrz-hiw-num {
  background: #fff;
  color: var(--vrz-primary);
  border-color: #fff;
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}

/* Step number badge */
.vrz-hiw-num {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--vrz-gradient);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #fff;
  box-shadow: 0 4px 10px rgba(139, 47, 201, 0.3);
}

/* Icon circle */
.vrz-hiw-icon-wrap {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(139,47,201,0.1), rgba(0,210,255,0.08));
  color: var(--vrz-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  flex-shrink: 0;
}

.vrz-hiw-card h4 {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--vrz-text);
  margin: 0;
  line-height: 1.25;
}
.vrz-hiw-card p {
  font-size: 0.82rem;
  color: var(--vrz-text-muted);
  margin: 0;
  line-height: 1.45;
}


/* Bottom trust bar */
.vrz-hiw-trust {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.5rem 2rem;
  padding: 1rem 1.5rem;
  background: linear-gradient(180deg, rgba(139,47,201,0.04), rgba(0,210,255,0.03));
  border: 1px solid var(--vrz-border);
  border-radius: 14px;
  font-size: 0.83rem;
  color: var(--vrz-text-muted);
  font-weight: 500;
}
.vrz-hiw-trust span {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}
.vrz-hiw-trust i { color: var(--vrz-primary); }

/* Tablet: 2x2 grid */
@media (max-width: 991px) {
  .vrz-hiw-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
  }
  .vrz-hiw-connector { display: none; }
  .vrz-hiw-trust { gap: 0.5rem 1.25rem; }
}

/* Mobile: 1 column */
@media (max-width: 575px) {
  .vrz-hiw-grid {
    grid-template-columns: 1fr;
  }
  .vrz-hiw-card { padding: 1.5rem 1rem 1.25rem; }
  .vrz-hiw-trust { font-size: 0.78rem; gap: 0.4rem 1rem; }
}

/* ============================================
   Network category cards (new version)
   ============================================ */
.vrz-netcat-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.25rem;
  margin-top: 0.5rem;
}
.vrz-netcat-grid--solo {
  grid-template-columns: minmax(280px, 480px);
  justify-content: center;
}

.vrz-netcat-card {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  padding: 1.75rem 1.5rem 1.5rem;
  background: #fff;
  border: 1.5px solid var(--vrz-border);
  border-radius: 22px;
  text-decoration: none;
  color: var(--vrz-text);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s;
  position: relative;
  overflow: hidden;
}
.vrz-netcat-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 50% 0%, rgba(139,47,201,0.06) 0%, transparent 60%);
  opacity: 0;
  transition: opacity 0.3s;
  pointer-events: none;
}
.vrz-netcat-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 45px rgba(139,47,201,0.13);
  border-color: rgba(139,47,201,0.35);
  color: var(--vrz-text);
}
.vrz-netcat-card:hover::before { opacity: 1; }

/* Hero card (first / only) */
.vrz-netcat-card--hero {
  border-color: var(--vrz-primary);
  background:
    radial-gradient(ellipse at 50% 0%, rgba(139,47,201,0.08) 0%, transparent 60%),
    #fff;
  box-shadow: 0 8px 28px rgba(139,47,201,0.12);
}
.vrz-netcat-card--hero:hover {
  box-shadow: 0 24px 52px rgba(139,47,201,0.22);
}

/* Icon */
.vrz-netcat-icon {
  width: 52px;
  height: 52px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.4rem;
  flex-shrink: 0;
  box-shadow: 0 6px 16px rgba(0,0,0,0.18);
  margin-bottom: 0.1rem;
}

/* Category name */
.vrz-netcat-name {
  font-size: 1.45rem;
  font-weight: 800;
  color: var(--vrz-text);
  margin: 0;
  line-height: 1.15;
  letter-spacing: -0.02em;
}

/* Price */
.vrz-netcat-price-wrap {
  display: flex;
  align-items: baseline;
  gap: 0.4rem;
  flex-wrap: wrap;
}
.vrz-netcat-price-from {
  font-size: 0.82rem;
  color: var(--vrz-text-muted);
  font-weight: 500;
}
.vrz-netcat-price {
  font-size: 1.65rem;
  font-weight: 900;
  color: var(--vrz-primary);
  letter-spacing: -0.025em;
  line-height: 1;
}
.vrz-netcat-price--muted {
  font-size: 1.1rem;
  color: var(--vrz-text-muted);
  font-weight: 600;
}

/* Perks */
.vrz-netcat-perks {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
  font-size: 0.75rem;
  color: var(--vrz-text-muted);
  font-weight: 500;
}
.vrz-netcat-perks span {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
}
.vrz-netcat-perks i { color: var(--vrz-primary); font-size: 0.82rem; }

/* CTA row */
.vrz-netcat-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.9rem 1.1rem;
  border-radius: 14px;
  background: var(--vrz-gradient);
  color: #fff;
  font-weight: 700;
  font-size: 0.88rem;
  text-align: center;
  justify-content: center;
  margin-top: auto;
  box-shadow: 0 6px 18px rgba(139,47,201,0.22);
  transition: transform 0.18s, box-shadow 0.2s;
  line-height: 1.3;
}
.vrz-netcat-card:hover .vrz-netcat-cta {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(139,47,201,0.38);
}
.vrz-netcat-cta--hero {
  background: linear-gradient(135deg, #16a34a, #22c55e);
  box-shadow: 0 8px 22px rgba(22,163,74,0.32);
}
.vrz-netcat-card:hover .vrz-netcat-cta--hero {
  box-shadow: 0 14px 32px rgba(22,163,74,0.45);
}

@media (max-width: 575px) {
  .vrz-netcat-grid { grid-template-columns: 1fr; gap: 1rem; }
  .vrz-netcat-card { padding: 1.5rem 1.25rem 1.25rem; }
  .vrz-netcat-name { font-size: 1.25rem; }
  .vrz-netcat-price { font-size: 1.4rem; }
}

/* ============================================
   Payment Failed Page
   ============================================ */

/* Card header — red tone */
.vrz-fail-card-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  background: linear-gradient(180deg, rgba(239,68,68,0.07), rgba(239,68,68,0.02));
  border-bottom: 1px solid rgba(239,68,68,0.15);
}
.vrz-fail-icon {
  color: #ef4444;
  flex-shrink: 0;
}

/* Description */
.vrz-fail-desc {
  font-size: 0.92rem;
  color: var(--vrz-text-muted);
  line-height: 1.6;
  margin: 0 0 1.5rem;
}
.vrz-fail-desc strong { color: var(--vrz-text); }

/* Options list */
.vrz-fail-options {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-bottom: 1.75rem;
}
.vrz-fail-option {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  padding: 0.9rem 1rem;
  background: var(--vrz-bg);
  border: 1px solid var(--vrz-border);
  border-radius: 12px;
}
.vrz-fail-option-icon {
  width: 38px;
  height: 38px;
  min-width: 38px;
  border-radius: 10px;
  background: rgba(139,47,201,0.1);
  color: var(--vrz-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  flex-shrink: 0;
  margin-top: 1px;
}
.vrz-fail-option > div {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}
.vrz-fail-option strong {
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--vrz-text);
}
.vrz-fail-option span {
  font-size: 0.82rem;
  color: var(--vrz-text-muted);
  line-height: 1.4;
}

/* Actions */
.vrz-fail-actions {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}
.vrz-fail-btn-whats {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  padding: 0.9rem 1.5rem;
  background: #25D366;
  color: #fff;
  border-radius: 12px;
  font-weight: 700;
  font-size: 1rem;
  text-decoration: none;
  transition: transform 0.15s, box-shadow 0.2s;
}
.vrz-fail-btn-whats:hover {
  transform: translateY(-1px);
  color: #fff;
  box-shadow: 0 8px 18px rgba(37,211,102,0.35);
}

/* Dark aside: status block */
.vrz-fail-aside-status {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.25rem;
  background: rgba(239,68,68,0.1);
  border: 1px solid rgba(239,68,68,0.2);
  border-radius: 14px;
  margin-bottom: 1rem;
}
.vrz-fail-aside-icon {
  font-size: 2rem;
  color: #f87171;
  flex-shrink: 0;
}
.vrz-fail-aside-label {
  display: block;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: rgba(255,255,255,0.55);
  margin-bottom: 0.2rem;
}
.vrz-fail-aside-value {
  display: block;
  font-size: 1rem;
  font-weight: 700;
  color: #f87171;
}

/* ============================================
   404 Page
   ============================================ */
.vrz-404-section {
  min-height: calc(100vh - 140px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4rem 1rem;
  text-align: center;
  background:
    radial-gradient(ellipse at 20% 0%, rgba(0, 210, 255, 0.06) 0%, transparent 40%),
    radial-gradient(ellipse at 80% 100%, rgba(139, 47, 201, 0.07) 0%, transparent 40%),
    #fff;
}
.vrz-404-section .container {
  max-width: 640px;
}

/* Giant 404 number — decorative background text */
.vrz-404-number {
  font-size: clamp(9rem, 30vw, 18rem);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.06em;
  background: var(--vrz-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  opacity: 0.12;
  user-select: none;
  margin-bottom: 0.5rem;
  text-align: center;
  width: 100%;
  display: block;
}

.vrz-404-title {
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 800;
  color: var(--vrz-text);
  margin: 0 0 1rem;
  letter-spacing: -0.025em;
}

.vrz-404-sub {
  font-size: 1rem;
  color: var(--vrz-text-muted);
  line-height: 1.65;
  margin: 0 0 2.5rem;
}

/* Buttons */
.vrz-404-actions {
  display: flex;
  gap: 0.75rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 2.5rem;
}
.vrz-404-btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.9rem 1.75rem;
  background: var(--vrz-gradient);
  color: #fff;
  border-radius: 14px;
  font-weight: 700;
  font-size: 1rem;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(139, 47, 201, 0.3);
  transition: transform 0.18s, box-shadow 0.2s, color 0.15s;
}
.vrz-404-btn-primary:hover {
  transform: translateY(-2px);
  color: #fff;
  box-shadow: 0 14px 30px rgba(139, 47, 201, 0.42);
}
.vrz-404-btn-secondary {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.9rem 1.75rem;
  background: transparent;
  border: 1.5px solid var(--vrz-border);
  color: var(--vrz-text);
  border-radius: 14px;
  font-weight: 600;
  font-size: 1rem;
  text-decoration: none;
  transition: border-color 0.2s, color 0.2s, background 0.2s;
}
.vrz-404-btn-secondary:hover {
  border-color: var(--vrz-primary);
  color: var(--vrz-primary);
  background: rgba(139,47,201,0.04);
}

/* Quick network links */
.vrz-404-networks {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.vrz-404-networks-label {
  font-size: 0.82rem;
  color: var(--vrz-text-muted);
  font-weight: 500;
  width: 100%;
  margin-bottom: 0.25rem;
}
.vrz-404-net-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.5rem 1rem;
  border-radius: 999px;
  color: #fff;
  font-size: 0.85rem;
  font-weight: 600;
  text-decoration: none;
  transition: transform 0.15s, box-shadow 0.2s, opacity 0.15s;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}
.vrz-404-net-pill:hover {
  transform: translateY(-2px);
  color: #fff;
  box-shadow: 0 8px 20px rgba(0,0,0,0.22);
}

@media (max-width: 575px) {
  .vrz-404-section { padding: 2.5rem 1rem; }
  .vrz-404-icon { width: 66px; height: 66px; font-size: 1.8rem; }
  .vrz-404-actions { flex-direction: column; align-items: center; }
  .vrz-404-btn-primary,
  .vrz-404-btn-secondary { width: 100%; justify-content: center; }
}
