:root {
  --vvu-ink: #111513;
  --vvu-ink-2: #191e1b;
  --vvu-panel: #222824;
  --vvu-line: rgba(255, 255, 255, .12);
  --vvu-muted: #a7b0aa;
  --vvu-white: #f5f7f5;
  --vvu-green: #a7ff1f;
  --vvu-green-2: #75db00;
  --vvu-danger: #ff6c6c;
  --vvu-radius: 22px;
  --vvu-shadow: 0 24px 80px rgba(0, 0, 0, .28);
}

/* Keep the shortcode page independent from the active WordPress theme. */
body.vvu-landing-page,
body.vvu-verifier-page {
  margin: 0;
  overflow-x: hidden;
}

.vvu-landing-page .wp-site-blocks > header,
.vvu-landing-page .wp-site-blocks > footer,
.vvu-landing-page .wp-block-post-title,
.vvu-verifier-page .wp-site-blocks > header,
.vvu-verifier-page .wp-site-blocks > footer,
.vvu-verifier-page .wp-block-post-title {
  display: none !important;
}

.vvu-landing-page .wp-site-blocks,
.vvu-landing-page main,
.vvu-landing-page .entry-content,
.vvu-verifier-page .wp-site-blocks,
.vvu-verifier-page main,
.vvu-verifier-page .entry-content {
  margin: 0 !important;
  max-width: none !important;
  padding: 0 !important;
}

.vvu-landing-page .wp-site-blocks > *,
.vvu-verifier-page .wp-site-blocks > * {
  margin-block-start: 0 !important;
}

.vvu-landing-page main > .wp-block-group.alignfull,
.vvu-verifier-page main > .wp-block-group.alignfull {
  margin-left: 0 !important;
  margin-right: 0 !important;
  max-width: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 100% !important;
}

.vvu-landing,
.vvu-registration-section {
  color: var(--vvu-white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
}

.vvu-landing {
  background: var(--vvu-ink);
  margin: 0 !important;
  max-width: none !important;
  overflow: hidden;
  width: 100%;
}

.vvu-landing *,
.vvu-registration-section * { box-sizing: border-box; }
.vvu-landing h1,
.vvu-landing h2,
.vvu-landing h3,
.vvu-registration-section h2,
.vvu-registration-section h3,
.vvu-registration-section h4 { color: inherit; font-family: inherit; line-height: .98; margin: 0; }
.vvu-landing p,
.vvu-registration-section p { color: inherit; margin: 0; }
.vvu-landing a { color: inherit; text-decoration: none; }

.vvu-hero {
  background:
    linear-gradient(90deg, rgba(8, 11, 9, .98) 0%, rgba(8, 11, 9, .78) 47%, rgba(8, 11, 9, .2) 100%),
    radial-gradient(circle at 78% 38%, rgba(167, 255, 31, .22), transparent 27%),
    var(--vvu-hero, linear-gradient(135deg, #202721, #090c0a));
  background-position: center;
  background-size: cover;
  min-height: min(880px, 96vh);
  padding: 0 max(28px, calc((100vw - 1240px) / 2));
  position: relative;
}

.vvu-hero:after {
  background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 64px 64px;
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.vvu-nav {
  align-items: center;
  border-bottom: 1px solid var(--vvu-line);
  display: grid;
  gap: 32px;
  grid-template-columns: 1fr auto 1fr;
  height: 106px;
  position: relative;
  z-index: 2;
}

.vvu-nav > div { display: flex; gap: 34px; }
.vvu-nav > div a { color: #cbd2cd; font-size: 14px; font-weight: 650; }
.vvu-nav > div a:hover { color: var(--vvu-green); }
.vvu-nav > .vvu-button { justify-self: end; }
.vvu-brand { align-items: center; display: inline-flex; width: max-content; }
.vvu-hero__logo { background: #fff; border-radius: 8px; display: block; height: 72px !important; max-width: 230px !important; object-fit: contain; padding: 4px; width: auto !important; }
.vvu-wordmark { color: var(--vvu-white); font-size: 20px; font-style: italic; font-weight: 950; letter-spacing: -.03em; line-height: .82; }
.vvu-wordmark em { color: var(--vvu-green); font-size: 11px; font-style: normal; letter-spacing: .12em; }

.vvu-hero__content {
  max-width: 840px;
  padding: clamp(110px, 15vh, 180px) 0 160px;
  position: relative;
  z-index: 1;
}

.vvu-eyebrow {
  align-items: center;
  color: var(--vvu-green);
  display: inline-flex;
  font-size: 12px;
  font-weight: 850;
  gap: 10px;
  letter-spacing: .2em;
  margin-bottom: 22px;
  text-transform: uppercase;
}
.vvu-eyebrow:before { background: var(--vvu-green); content: ""; height: 2px; width: 36px; }

.vvu-hero h1 {
  font-size: clamp(54px, 8.2vw, 112px);
  font-style: italic;
  font-weight: 950;
  letter-spacing: -.075em;
  max-width: 10ch;
  text-transform: uppercase;
}
.vvu-hero__content > p { color: #c4ccc6; font-size: clamp(17px, 2vw, 21px); margin-top: 30px; max-width: 660px; }
.vvu-hero__slogan { color: var(--vvu-green); display: block; font-size: 13px; letter-spacing: .12em; margin-top: 20px; text-transform: uppercase; }
.vvu-hero__actions { align-items: center; display: flex; gap: 30px; margin-top: 44px; }

.vvu-button {
  align-items: center;
  background: var(--vvu-green) !important;
  border: 0 !important;
  border-radius: 999px !important;
  box-shadow: 0 10px 34px rgba(167, 255, 31, .16);
  color: #0f130f !important;
  cursor: pointer;
  display: inline-flex;
  font-size: 15px;
  font-weight: 850;
  gap: 24px;
  justify-content: center;
  min-height: 58px;
  padding: 0 26px !important;
  text-transform: none;
  transition: .2s ease;
}
.vvu-button:hover { background: #c2ff62 !important; box-shadow: 0 14px 40px rgba(167, 255, 31, .25); transform: translateY(-2px); }
.vvu-button:disabled { cursor: wait; filter: grayscale(.5); opacity: .65; }
.vvu-button--small { min-height: 44px; padding: 0 22px !important; }
.vvu-link { border-bottom: 1px solid rgba(255,255,255,.4); font-weight: 700; padding: 9px 0; }
.vvu-link:hover { border-color: var(--vvu-green); color: var(--vvu-green); }

.vvu-route-line { align-items: center; bottom: 54px; display: flex; gap: 0; left: max(28px, calc((100vw - 1240px) / 2)); position: absolute; width: min(44vw, 560px); z-index: 1; }
.vvu-route-line span { background: var(--vvu-green); border: 5px solid rgba(167,255,31,.25); background-clip: padding-box; border-radius: 50%; height: 17px; width: 17px; }
.vvu-route-line i { border-top: 1px dashed rgba(167,255,31,.7); flex: 1; }

.vvu-facts {
  background: var(--vvu-green);
  color: var(--vvu-ink);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 0 max(28px, calc((100vw - 1240px) / 2));
}
.vvu-facts article { border-right: 1px solid rgba(0,0,0,.18); display: flex; flex-direction: column; justify-content: center; min-height: 136px; padding: 22px 42px; }
.vvu-facts article:first-child { padding-left: 0; }
.vvu-facts article:last-child { border: 0; }
.vvu-facts small { font-size: 11px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.vvu-facts strong { font-size: clamp(21px, 2.4vw, 34px); font-style: italic; font-weight: 930; letter-spacing: -.04em; }

.vvu-section,
.vvu-gallery,
.vvu-video {
  margin: 0 auto;
  max-width: 1240px;
  padding: clamp(88px, 11vw, 148px) 28px;
}

.vvu-about { display: grid; gap: clamp(50px, 9vw, 130px); grid-template-columns: 1.05fr .95fr; }
.vvu-about h2,
.vvu-section-heading h2,
.vvu-registration-intro h2 { font-size: clamp(42px, 6vw, 76px); font-style: italic; font-weight: 930; letter-spacing: -.065em; text-transform: uppercase; }
.vvu-about > div:last-child > p { color: #c3cbc5; font-size: 18px; }
.vvu-registration-period { border-left: 3px solid var(--vvu-green); color: var(--vvu-green) !important; font-size: 15px; font-weight: 800; margin-top: 28px !important; padding: 8px 0 8px 18px; }
.vvu-feature-list { display: grid; gap: 10px; margin-top: 34px; }
.vvu-feature-list span { align-items: center; border-bottom: 1px solid var(--vvu-line); display: flex; font-weight: 750; padding: 16px 0; }
.vvu-feature-list span:before { color: var(--vvu-green); content: "↗"; font-size: 18px; margin-right: 15px; }

.vvu-route { align-items: center; border-top: 1px solid var(--vvu-line); display: grid; gap: clamp(42px, 7vw, 90px); grid-template-columns: .8fr 1.2fr; }
.vvu-route__copy h2 { font-size: clamp(40px, 5.5vw, 70px); font-style: italic; font-weight: 930; letter-spacing: -.06em; text-transform: uppercase; }
.vvu-route__copy > p { color: var(--vvu-muted); font-size: 17px; margin-top: 24px; }
.vvu-route__copy > .vvu-button { margin-top: 30px; }
.vvu-route__distances { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.vvu-route__distances span { border: 1px solid rgba(167,255,31,.45); border-radius: 999px; color: var(--vvu-green); font-size: 13px; font-weight: 850; padding: 8px 15px; }
.vvu-route figure { background: var(--vvu-panel); border: 1px solid var(--vvu-line); border-radius: var(--vvu-radius); box-shadow: var(--vvu-shadow); margin: 0; overflow: hidden; padding: 10px; }
.vvu-route figure img { border-radius: calc(var(--vvu-radius) - 7px); display: block; height: auto; width: 100%; }
.vvu-route-image-button { background: transparent !important; border: 0 !important; cursor: zoom-in; display: block; padding: 0 !important; position: relative; width: 100%; }
.vvu-route-image-button > span { background: rgba(12,16,13,.9); border: 1px solid rgba(167,255,31,.35); border-radius: 999px; bottom: 18px; color: var(--vvu-green); font-size: 11px; font-weight: 850; padding: 9px 14px; position: absolute; right: 18px; text-transform: uppercase; }

body.vvu-modal-open { overflow: hidden !important; }
.vvu-route-modal[hidden] { display: none !important; }
.vvu-route-modal { align-items: center; display: grid; inset: 0; justify-items: center; padding: 24px; position: fixed; z-index: 100000; }
.vvu-route-modal__backdrop { background: rgba(4,7,5,.88) !important; border: 0 !important; inset: 0; padding: 0 !important; position: absolute; width: 100%; }
.vvu-route-modal__panel { background: #121714; border: 1px solid rgba(255,255,255,.14); border-radius: 24px; box-shadow: 0 30px 100px rgba(0,0,0,.6); color: var(--vvu-white); max-height: calc(100vh - 48px); max-width: 1180px; overflow: auto; padding: 24px; position: relative; width: 100%; z-index: 1; }
.vvu-route-modal__panel > header { align-items: center; border-bottom: 1px solid var(--vvu-line); display: flex; justify-content: space-between; margin-bottom: 18px; padding: 4px 4px 18px; }
.vvu-route-modal__panel > header .vvu-eyebrow { margin-bottom: 8px; }
.vvu-route-modal__panel > header h2 { font-size: clamp(30px, 4vw, 52px); font-style: italic; font-weight: 930; letter-spacing: -.055em; text-transform: uppercase; }
.vvu-route-modal__close { align-items: center; background: rgba(255,255,255,.08) !important; border: 1px solid rgba(255,255,255,.16) !important; border-radius: 50% !important; color: #fff !important; cursor: pointer; display: flex; flex: 0 0 46px; font-size: 28px; height: 46px; justify-content: center; padding: 0 !important; }
.vvu-route-modal__tabs { background: #0b0f0c; border-radius: 999px; display: inline-flex; gap: 4px; margin-bottom: 16px; padding: 4px; }
.vvu-route-tab { background: transparent !important; border: 0 !important; border-radius: 999px !important; color: var(--vvu-muted) !important; cursor: pointer; font-size: 12px; font-weight: 850; min-height: 40px; padding: 0 18px !important; }
.vvu-route-tab.is-active { background: var(--vvu-green) !important; color: var(--vvu-ink) !important; }
.vvu-route-modal__view[hidden] { display: none !important; }
.vvu-route-zoom { align-items: center; background: #070a08; border: 1px solid rgba(255,255,255,.1); border-radius: 17px; cursor: zoom-in; display: flex; height: min(62vh, 680px); justify-content: center; overflow: hidden; touch-action: none; user-select: none; }
.vvu-route-zoom.is-zoomed { cursor: grab; }
.vvu-route-zoom.is-zoomed:active { cursor: grabbing; }
.vvu-route-zoom img { height: 100%; max-height: none !important; max-width: none !important; object-fit: contain; transform-origin: center; transition: transform .08s linear; width: 100%; }
.vvu-route-zoom__controls { align-items: center; display: flex; gap: 8px; justify-content: center; margin-top: 14px; }
.vvu-route-zoom__controls button { background: #242b26 !important; border: 1px solid rgba(255,255,255,.12) !important; border-radius: 999px !important; color: #fff !important; cursor: pointer; font-size: 14px; font-weight: 800; min-height: 40px; min-width: 44px; padding: 0 15px !important; }
.vvu-route-zoom__controls button:hover { border-color: var(--vvu-green) !important; color: var(--vvu-green) !important; }
.vvu-route-modal__view > p { color: var(--vvu-muted); font-size: 12px; margin: 10px auto 0; text-align: center; }
.vvu-route-modal__view > p a { color: var(--vvu-green); font-weight: 800; }
.vvu-route-modal__view iframe { background: #070a08; border: 1px solid rgba(255,255,255,.1); border-radius: 17px; display: block; height: min(66vh, 720px); width: 100%; }

.vvu-categories { border-top: 1px solid var(--vvu-line); }
.vvu-section-heading { align-items: end; display: flex; gap: 60px; justify-content: space-between; margin-bottom: 52px; }
.vvu-section-heading > p { color: var(--vvu-muted); max-width: 460px; }
.vvu-promo-banner { align-items: center; background: var(--vvu-green); border-radius: 18px; color: var(--vvu-ink); display: grid; gap: 24px; grid-template-columns: auto 1fr auto; margin: -22px 0 30px; padding: 18px 22px; }
.vvu-promo-banner > div { display: flex; flex-direction: column; }
.vvu-promo-banner span { font-size: 10px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.vvu-promo-banner strong { font-size: 24px; line-height: 1.05; }
.vvu-promo-banner p { font-size: 13px; }
.vvu-promo-banner a { background: var(--vvu-ink); border-radius: 999px; color: var(--vvu-green); font-size: 12px; font-weight: 850; padding: 11px 16px; white-space: nowrap; }
.vvu-category-groups { display: grid; gap: 22px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.vvu-category-group { background: var(--vvu-ink-2); border: 1px solid var(--vvu-line); border-radius: var(--vvu-radius); min-width: 0; overflow: hidden; }
.vvu-category-group > header { align-items: center; background: linear-gradient(135deg, rgba(167,255,31,.09), transparent 65%); border-bottom: 1px solid var(--vvu-line); display: flex; gap: 18px; padding: 25px 28px; }
.vvu-category-group__icon { align-items: center; background: var(--vvu-green); border-radius: 50%; color: var(--vvu-ink); display: flex; flex: 0 0 52px; font-size: 31px; font-weight: 950; height: 52px; justify-content: center; }
.vvu-category-group__title { min-width: 0; }
.vvu-category-group__price { align-items: flex-end; display: flex; flex-direction: column; margin-left: auto; min-width: 98px; text-align: right; }
.vvu-category-group__price strong { color: var(--vvu-green); font-size: 27px; font-weight: 950; line-height: 1; }
.vvu-category-group__price del,
.vvu-category-group__price span { color: #8f9992; font-size: 10px; margin-top: 5px; text-decoration-thickness: 1px; }
.vvu-category-group > header small { color: var(--vvu-muted); font-size: 10px; font-weight: 850; letter-spacing: .17em; text-transform: uppercase; }
.vvu-category-group > header h3 { color: var(--vvu-white); font-size: 31px; font-style: italic; font-weight: 920; letter-spacing: -.04em; margin-top: 2px; text-transform: uppercase; }
.vvu-category-group > header p { color: var(--vvu-muted); font-size: 12px; margin-top: 3px; }
.vvu-category-list { padding: 0 28px; }
.vvu-category-row { align-items: center; border-bottom: 1px solid var(--vvu-line); display: grid; gap: 20px; grid-template-columns: minmax(0, 1fr) auto; min-width: 0; padding: 21px 0; }
.vvu-category-row:last-child { border-bottom: 0; }
.vvu-category-row > div:first-child { min-width: 0; }
.vvu-category-row > div:first-child > strong { color: var(--vvu-green); display: block; font-size: 17px; font-weight: 850; line-height: 1.2; overflow-wrap: anywhere; }
.vvu-category-row > div:first-child > p { color: var(--vvu-muted); font-size: 12px; line-height: 1.45; margin-top: 5px; overflow-wrap: anywhere; }
.vvu-category-row__distance { align-items: flex-end; display: flex; flex-direction: column; justify-self: end; white-space: nowrap; }
.vvu-category-row__distance strong { color: var(--vvu-green); font-size: 21px; font-weight: 900; line-height: 1; }
.vvu-category-row__distance small { color: #7f8982; font-size: 10px; margin-top: 5px; text-transform: uppercase; }

.vvu-history { align-items: center; display: grid; gap: clamp(45px, 7vw, 92px); grid-template-columns: .78fr 1.22fr; margin: 0 auto; max-width: 1240px; padding: clamp(88px, 11vw, 148px) 28px; }
.vvu-history__copy h2 { font-size: clamp(40px, 5.4vw, 68px); font-style: italic; font-weight: 930; letter-spacing: -.06em; text-transform: uppercase; }
.vvu-history__copy > p { color: var(--vvu-muted); font-size: 17px; margin-top: 25px; }
.vvu-history__stats { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.vvu-history__stats article { border: 1px solid rgba(167,255,31,.35); border-radius: 14px; display: flex; flex-direction: column; min-width: 132px; padding: 15px 18px; }
.vvu-history__stats strong { color: var(--vvu-green); font-size: 27px; line-height: 1; }
.vvu-history__stats small { color: var(--vvu-muted); font-size: 10px; letter-spacing: .08em; margin-top: 7px; text-transform: uppercase; }
.vvu-history__gallery { display: grid; gap: 12px; grid-auto-rows: 190px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.vvu-history__gallery figure { border-radius: 18px; margin: 0; overflow: hidden; }
.vvu-history__gallery figure:first-child { grid-row: span 2; }
.vvu-history__gallery img { display: block; height: 100%; object-fit: cover; transition: transform .35s ease; width: 100%; }
.vvu-history__gallery figure:hover img { transform: scale(1.035); }
.vvu-video { padding-top: 0; }
.vvu-video iframe { aspect-ratio: 16 / 9; border: 0; border-radius: var(--vvu-radius); height: auto; width: 100%; }

.vvu-empty-front { background: var(--vvu-ink-2); border: 1px dashed rgba(167,255,31,.4); border-radius: var(--vvu-radius); grid-column: 1 / -1; padding: 50px; text-align: center; }
.vvu-empty-front strong { color: var(--vvu-green); font-size: 26px; }
.vvu-empty-front p { color: var(--vvu-muted); margin-top: 8px; }

.vvu-registration-section {
  background: #e9ece9;
  color: var(--vvu-ink);
  display: grid;
  gap: clamp(42px, 8vw, 100px);
  grid-template-columns: minmax(260px, .65fr) minmax(600px, 1.35fr);
  margin: 0 auto;
  max-width: none;
  padding: clamp(90px, 10vw, 140px) max(28px, calc((100vw - 1240px) / 2));
}
.vvu-registration-intro { padding-top: 24px; }
.vvu-registration-intro h2 { color: var(--vvu-ink); }
.vvu-registration-intro > p { color: #525b55; font-size: 17px; margin-top: 24px; }
.vvu-registration-promo { background: #171c19; border-radius: 15px; color: #fff; display: flex; flex-direction: column; margin-top: 25px; padding: 17px 19px; }
.vvu-registration-promo small { color: #aeb7b1; font-size: 11px; }
.vvu-registration-promo strong { color: var(--vvu-green); font-size: 23px; line-height: 1.2; margin-top: 4px; }
.vvu-secure-note { align-items: flex-start; border-top: 1px solid rgba(0,0,0,.16); display: flex; gap: 14px; margin-top: 34px; padding-top: 22px; }
.vvu-secure-note > span { align-items: center; background: var(--vvu-green); border-radius: 50%; display: flex; font-weight: 900; height: 30px; justify-content: center; width: 30px; }
.vvu-secure-note p { color: #5c655f; font-size: 13px; }
.vvu-secure-note strong { color: var(--vvu-ink); }

.vvu-form-card { background: #fff; border-radius: 30px; box-shadow: var(--vvu-shadow); overflow: hidden; padding: clamp(28px, 5vw, 52px); }
.vvu-progress { align-items: center; border-bottom: 1px solid #e5e8e6; display: flex; justify-content: space-between; margin-bottom: 40px; padding-bottom: 30px; }
.vvu-progress button { align-items: center; background: transparent !important; border: 0 !important; color: #8b938e !important; cursor: default; display: flex; font-size: 12px; font-weight: 800; gap: 9px; padding: 0 !important; }
.vvu-progress button span { align-items: center; border: 1px solid #cfd4d0; border-radius: 50%; display: flex; height: 30px; justify-content: center; width: 30px; }
.vvu-progress button.is-active { color: var(--vvu-ink) !important; }
.vvu-progress button.is-active span,
.vvu-progress button.is-complete span { background: var(--vvu-green); border-color: var(--vvu-green); color: var(--vvu-ink); }
.vvu-progress i { border-top: 1px solid #dfe3e0; flex: 1; margin: 0 15px; }

.vvu-step { display: none; }
.vvu-step.is-active { animation: vvu-fade .22s ease; display: block; }
@keyframes vvu-fade { from { opacity: 0; transform: translateY(5px); } to { opacity: 1; transform: none; } }
.vvu-step-heading { margin-bottom: 30px; }
.vvu-step-heading > span { color: #6a746d; font-size: 11px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.vvu-step-heading h3 { color: var(--vvu-ink); font-size: clamp(30px, 4vw, 42px); font-weight: 900; letter-spacing: -.045em; margin-top: 8px; }
.vvu-step-heading p { color: #69726c; margin-top: 10px; }

.vvu-mode-grid { display: grid; gap: 14px; grid-template-columns: 1fr 1fr; margin-bottom: 32px; }
.vvu-mode-grid label { cursor: pointer; position: relative; }
.vvu-mode-grid input { opacity: 0; position: absolute; }
.vvu-mode-grid label span { border: 2px solid #e1e5e2; border-radius: 16px; display: flex; flex-direction: column; min-height: 112px; padding: 24px; transition: .2s ease; }
.vvu-mode-grid input:checked + span { background: rgba(167,255,31,.13); border-color: var(--vvu-green-2); box-shadow: inset 0 0 0 1px var(--vvu-green-2); }
.vvu-mode-grid strong { font-size: 17px; }
.vvu-mode-grid small { color: #717b74; margin-top: 5px; }

.vvu-fields { display: grid; gap: 18px; grid-template-columns: 1fr 1fr; }
.vvu-fields label,
.vvu-custom-question { color: #2e3531; display: flex; flex-direction: column; font-size: 13px; font-weight: 750; gap: 8px; margin: 16px 0 0; }
.vvu-fields label { margin: 0; }
.vvu-fields input,
.vvu-fields select,
.vvu-custom-question input:not([type="checkbox"]),
.vvu-custom-question select,
.vvu-custom-question textarea {
  background: #f7f9f7 !important;
  border: 1px solid #dce1dd !important;
  border-radius: 12px !important;
  box-shadow: none !important;
  color: var(--vvu-ink) !important;
  font: inherit;
  font-weight: 500;
  min-height: 50px;
  outline: 0;
  padding: 10px 13px !important;
  width: 100%;
}
.vvu-fields input:focus,
.vvu-fields select:focus,
.vvu-custom-question input:focus,
.vvu-custom-question select:focus,
.vvu-custom-question textarea:focus { border-color: var(--vvu-green-2) !important; box-shadow: 0 0 0 3px rgba(117,219,0,.12) !important; }
.vvu-custom-question em { color: #e34848; font-style: normal; }
.vvu-custom-question--check { align-items: flex-start; border: 1px solid #e0e4e1; border-radius: 12px; flex-direction: row; padding: 14px; }
.vvu-custom-question--check input { accent-color: var(--vvu-green-2); margin: 4px 5px 0 0; }

.vvu-step-actions { align-items: center; display: flex; justify-content: space-between; margin-top: 34px; }
.vvu-back { background: transparent !important; border: 0 !important; color: #5d665f !important; cursor: pointer; font-weight: 750; padding: 14px 0 !important; }

.vvu-participant { border: 1px solid #e0e4e1; border-radius: 18px; margin-bottom: 14px; padding: 24px; transition: background .2s ease, border-color .2s ease; }
.vvu-participant-header { align-items: center; border-bottom: 1px solid #edf0ee; display: flex; gap: 18px; justify-content: space-between; margin-bottom: 22px; padding-bottom: 18px; }
.vvu-participant-identity { display: flex; flex-direction: column; min-width: 0; }
.vvu-participant-identity > span { color: #657068; font-size: 10px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.vvu-participant-identity > strong { color: var(--vvu-ink); font-size: 17px; line-height: 1.3; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.vvu-participant-identity > small { color: #69736c; font-size: 12px; margin-top: 3px; }
.vvu-participant-tools { align-items: center; display: flex; flex: 0 0 auto; gap: 8px; }
.vvu-edit-participant,
.vvu-remove-participant { background: #f1f3f1 !important; border: 0 !important; border-radius: 999px !important; color: #59625c !important; cursor: pointer; font-size: 12px; font-weight: 800; min-height: 34px; padding: 0 14px !important; }
.vvu-edit-participant { background: rgba(117,219,0,.14) !important; color: #3f7800 !important; }
.vvu-save-participant { align-items: center; background: #171c19 !important; border: 0 !important; border-radius: 999px !important; color: var(--vvu-green) !important; cursor: pointer; display: flex; font-size: 13px; font-weight: 850; justify-content: center; margin-top: 22px; min-height: 48px; padding: 0 22px !important; width: 100%; }
.vvu-participant.is-saved { background: #f4f7f4; border-color: #cfd6d1; padding-block: 17px; }
.vvu-participant.is-saved .vvu-participant-header { border-bottom: 0; margin-bottom: 0; padding-bottom: 0; }
.vvu-participant.is-saved .vvu-participant-body { display: none; }
.vvu-participant.is-saved .vvu-participant-identity > strong { font-size: 16px; }
.vvu-participant.is-saved .vvu-participant-identity > small { color: #4f8d0c; font-weight: 750; }
.vvu-add-participant { background: transparent !important; border: 1px dashed #9ca69f !important; border-radius: 13px !important; color: #344038 !important; cursor: pointer; font-weight: 800; padding: 15px !important; width: 100%; }
.vvu-add-participant:hover { border-color: var(--vvu-green-2) !important; color: #4e9300 !important; }

.vvu-payment-layout { display: grid; gap: 24px; grid-template-columns: 1fr auto; }
.vvu-cost-summary { background: #171c19; border-radius: 18px; color: var(--vvu-white); overflow: hidden; padding: 25px; }
.vvu-cost-summary h4 { font-size: 18px; margin-bottom: 16px; }
.vvu-cost-summary ul { list-style: none; margin: 0; padding: 0; }
.vvu-cost-summary li { align-items: center; border-top: 1px solid rgba(255,255,255,.1); display: flex; justify-content: space-between; padding: 14px 0; }
.vvu-cost-summary li span { display: flex; flex-direction: column; }
.vvu-cost-summary li small { color: #8c968f; }
.vvu-cost-summary li em { color: #aeb7b1; font-size: 11px; font-style: normal; }
.vvu-cost-summary li b { color: var(--vvu-green); }
.vvu-total { align-items: center; background: var(--vvu-green); color: var(--vvu-ink); display: flex; justify-content: space-between; margin: 18px -25px -25px; padding: 19px 25px; }
.vvu-total strong { font-size: 25px; }
.vvu-payment-data { border: 1px solid #e1e5e2; border-radius: 18px; margin-top: 18px; padding: 24px; }
.vvu-payment-data h4 { color: var(--vvu-ink); font-size: 19px; margin-bottom: 15px; }
.vvu-payment-data dl { display: grid; font-size: 13px; grid-template-columns: 100px 1fr; margin: 0 0 14px; }
.vvu-payment-data dt { color: #727b75; }
.vvu-payment-data dd { font-weight: 750; margin: 0; }
.vvu-payment-data p { color: #5f6862; font-size: 13px; }
.vvu-qr { align-items: center; align-self: start; background: #f5f7f5; border: 1px solid #e0e5e1; border-radius: 18px; display: flex; flex-direction: column; padding: 20px; width: 240px; }
.vvu-qr__copy { display: flex; flex-direction: column; margin-bottom: 14px; text-align: center; }
.vvu-qr__copy strong { color: var(--vvu-ink); font-size: 14px; line-height: 1.3; }
.vvu-qr__copy small { color: #68726b; font-size: 11px; line-height: 1.4; margin-top: 6px; }
.vvu-qr img { background: #fff; border-radius: 8px; display: block; height: 200px !important; object-fit: contain; width: 200px !important; }
.vvu-upload { align-items: center; border: 2px dashed #bac2bc; border-radius: 16px; cursor: pointer; display: flex; gap: 16px; margin-top: 24px; padding: 20px; }
.vvu-upload:before { align-items: center; background: rgba(167,255,31,.2); border-radius: 50%; content: "↑"; display: flex; font-size: 22px; font-weight: 900; height: 48px; justify-content: center; width: 48px; }
.vvu-upload input { height: 1px; opacity: 0; position: absolute; width: 1px; }
.vvu-upload span { display: flex; flex-direction: column; }
.vvu-upload small { color: #778079; }
.vvu-final-check { align-items: flex-start; color: #4d5650; display: flex; font-size: 13px; gap: 10px; margin-top: 18px; }
.vvu-final-check input { accent-color: var(--vvu-green-2); margin-top: 4px; }
#vvu-form-message.is-error { background: #fff0f0; border: 1px solid #ffc7c7; border-radius: 12px; color: #a62222; margin-top: 18px; padding: 13px; }

.vvu-success { padding: 50px 10px; text-align: center; }
.vvu-success__icon { align-items: center; background: var(--vvu-green); border-radius: 50%; display: flex; font-size: 40px; font-weight: 900; height: 84px; justify-content: center; margin: 0 auto 28px; width: 84px; }
.vvu-success h3 { color: var(--vvu-ink); font-size: 42px; }
.vvu-success p { color: #647068; margin: 16px auto; max-width: 470px; }
.vvu-success > strong { background: #151a17; border-radius: 10px; color: var(--vvu-green); display: inline-block; font-size: 23px; letter-spacing: .08em; padding: 13px 20px; }

.vvu-collab { align-items: center; background: linear-gradient(135deg, rgba(167,255,31,.1), rgba(255,255,255,.025)); border: 1px solid rgba(167,255,31,.25); border-radius: 28px; display: grid; gap: 50px; grid-template-columns: 1fr auto; margin: 0 auto 90px; max-width: 1184px; padding: clamp(34px, 6vw, 68px); }
.vvu-collab h2 { font-size: clamp(32px, 4.4vw, 54px); font-style: italic; font-weight: 930; letter-spacing: -.055em; max-width: 720px; text-transform: uppercase; }
.vvu-collab p { color: var(--vvu-muted); margin-top: 18px; max-width: 680px; }
.vvu-collab > a,
.vvu-collab__brand { align-items: center; background: #fff; border-radius: 20px; color: var(--vvu-ink) !important; display: flex; flex-direction: column; justify-content: center; min-height: 180px; min-width: 250px; padding: 28px; text-align: center; }
.vvu-collab > a { transition: transform .2s ease; }
.vvu-collab > a:hover { transform: translateY(-3px); }
.vvu-collab__logo { display: block; height: auto !important; max-height: 86px; max-width: 210px !important; object-fit: contain; width: auto !important; }
.vvu-collab__wordmark { color: #111513; font-size: 31px; font-weight: 350; letter-spacing: -.055em; }
.vvu-collab__wordmark b { color: #62b900; font-weight: 950; }
.vvu-collab > a small,
.vvu-collab__brand small { color: #5c655f; font-size: 11px; font-weight: 750; margin-top: 17px; }
.vvu-footer { align-items: center; border-top: 1px solid var(--vvu-line); display: grid; gap: 30px; grid-template-columns: 1fr auto 1fr; margin: 0 auto; max-width: 1240px; padding: 50px 28px; }
.vvu-footer > p { color: var(--vvu-muted); font-size: 13px; }
.vvu-footer > p small { display: block; margin-top: 5px; }
.vvu-footer > div:last-child { display: flex; gap: 18px; justify-self: end; }
.vvu-footer a { color: var(--vvu-green); font-size: 13px; font-weight: 800; }
.vvu-footer .vvu-hero__logo { height: 62px !important; max-width: 190px !important; }
.vvu-mobile-cta { display: none; }

/* Private verification portal. */
.vvu-verifier { background: #edf0ed; color: #172019; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.5; margin: 0 !important; min-height: 100vh; padding: 0 max(20px, calc((100vw - 1180px) / 2)) 80px; width: 100%; }
.vvu-verifier * { box-sizing: border-box; }
.vvu-verifier a { text-decoration: none; }
.vvu-verifier-header { align-items: center; border-bottom: 1px solid #d4dad5; display: flex; justify-content: space-between; min-height: 92px; }
.vvu-verifier-header > a { display: flex; }
.vvu-verifier__logo { display: block; height: 60px !important; max-width: 190px !important; object-fit: contain; width: auto !important; }
.vvu-verifier-header > div { align-items: flex-end; display: flex; flex-direction: column; }
.vvu-verifier-header strong { font-size: 13px; }
.vvu-verifier-header > div a { color: #677169; font-size: 11px; font-weight: 750; }
.vvu-verifier-hero { align-items: end; display: flex; gap: 30px; justify-content: space-between; padding: 62px 0 34px; }
.vvu-verifier-hero h1 { color: #111513; font-size: clamp(48px, 8vw, 86px); font-style: italic; font-weight: 950; letter-spacing: -.07em; line-height: .9; margin: 7px 0 18px; text-transform: uppercase; }
.vvu-verifier-hero p { color: #657068; margin: 0; max-width: 650px; }
.vvu-verifier-site-link { border: 1px solid #bdc5bf; border-radius: 999px; color: #263028; flex: 0 0 auto; font-size: 12px; font-weight: 850; padding: 12px 17px; }
.vvu-verifier-notice { background: #dff8c1; border: 1px solid #b7e682; border-radius: 13px; color: #336b00; font-size: 13px; font-weight: 750; margin-bottom: 22px; padding: 13px 16px; }
.vvu-verifier-stats { display: grid; gap: 12px; grid-template-columns: repeat(4, 1fr); margin-bottom: 28px; }
.vvu-verifier-stats a { align-items: center; background: #fff; border: 1px solid #dbe0dc; border-radius: 16px; color: #4f5952; display: flex; justify-content: space-between; padding: 18px 20px; }
.vvu-verifier-stats a.is-active { background: #171c19; border-color: #171c19; color: #fff; }
.vvu-verifier-stats small { font-size: 12px; font-weight: 800; }
.vvu-verifier-stats strong { color: #69bd08; font-size: 27px; }
.vvu-verifier-list { display: grid; gap: 18px; }
.vvu-verifier-card { background: #fff; border: 1px solid #dbe0dc; border-radius: 22px; overflow: hidden; }
.vvu-verifier-card__summary { align-items: center; display: grid; gap: 34px; grid-template-columns: minmax(185px,.6fr) minmax(0,1.4fr); padding: 26px; }
.vvu-verifier-card__summary h2 { color: #151a17; font-size: 25px; letter-spacing: -.03em; margin: 11px 0 2px; }
.vvu-verifier-card__summary p { color: #515b54; font-weight: 750; margin: 0; }
.vvu-status { border-radius: 999px; display: inline-block; font-size: 10px; font-weight: 850; padding: 5px 9px; }
.vvu-status.is-pending { background: #fff1ba; color: #765800; }
.vvu-status.is-verified { background: #e0f8c4; color: #347000; }
.vvu-status.is-rejected { background: #ffe0e0; color: #942727; }
.vvu-status.is-cancelled { background: #e8ece9; color: #566159; }
.vvu-verifier-card__meta { display: grid; gap: 14px; grid-template-columns: repeat(4, minmax(0,1fr)); }
.vvu-verifier-card__meta span { border-left: 1px solid #e0e4e1; display: flex; flex-direction: column; padding-left: 17px; }
.vvu-verifier-card__meta small { color: #7a837d; font-size: 10px; text-transform: uppercase; }
.vvu-verifier-card__meta strong { font-size: 14px; margin-top: 3px; overflow-wrap: anywhere; }
.vvu-verifier-card__actions { align-items: center; background: #f6f8f6; border-top: 1px solid #e3e7e4; display: flex; flex-wrap: wrap; gap: 10px; padding: 15px 26px; }
.vvu-verifier-button,
.vvu-verifier-no-proof { border-radius: 999px; display: inline-flex; font-size: 11px; font-weight: 850; padding: 10px 14px; }
.vvu-verifier-button--proof { background: #171c19; color: var(--vvu-green) !important; }
.vvu-verifier-button--whatsapp { background: #dff6d9; color: #237616 !important; }
.vvu-verifier-no-proof { background: #ffe5e5; color: #9b2929; }
.vvu-verifier-card__actions details { flex: 1 0 100%; }
.vvu-verifier-card__actions summary { color: #4c5650; cursor: pointer; font-size: 12px; font-weight: 800; margin-top: 6px; }
.vvu-verifier-detail { background: #fff; border: 1px solid #dfe4e0; border-radius: 15px; margin-top: 14px; padding: 22px; }
.vvu-verifier-detail dl { display: grid; gap: 7px 18px; grid-template-columns: 135px 1fr; margin: 0; }
.vvu-verifier-detail dt { color: #747e77; font-size: 11px; }
.vvu-verifier-detail dd { font-size: 12px; font-weight: 700; margin: 0; overflow-wrap: anywhere; }
.vvu-verifier-participants { margin-top: 25px; }
.vvu-verifier-participants h3,
.vvu-verifier-answers h3 { font-size: 15px; margin: 0 0 12px; }
.vvu-verifier-participants article { background: #f4f7f4; border-radius: 13px; margin-top: 10px; padding: 17px; }
.vvu-verifier-participants article > div { display: flex; flex-direction: column; margin-bottom: 12px; }
.vvu-verifier-participants article > div small { color: #5d665f; font-size: 11px; text-transform: capitalize; }
.vvu-verifier-answers { border-top: 1px solid #e0e4e1; margin-top: 22px; padding-top: 20px; }
.vvu-verifier-review { align-items: center; border-top: 1px solid #e1e5e2; display: flex; gap: 20px; justify-content: space-between; padding: 18px 26px; }
.vvu-verifier-review > span { color: #68726b; font-size: 11px; font-weight: 800; text-transform: uppercase; }
.vvu-verifier-review > div { display: flex; flex-wrap: wrap; gap: 8px; }
.vvu-verifier-review button { border: 0 !important; border-radius: 999px !important; cursor: pointer; font-size: 11px; font-weight: 850; min-height: 39px; padding: 0 15px !important; }
.vvu-verifier-review button.is-verified { background: #171c19 !important; color: var(--vvu-green) !important; }
.vvu-verifier-review button.is-rejected { background: #ffe1e1 !important; color: #942727 !important; }
.vvu-verifier-review button.is-pending { background: #fff1ba !important; color: #735600 !important; }
.vvu-verifier-empty { background: #fff; border: 1px dashed #bec7c0; border-radius: 20px; padding: 70px 25px; text-align: center; }
.vvu-verifier-empty strong { font-size: 21px; }
.vvu-verifier-empty p { color: #6c766f; margin: 6px 0 0; }
.vvu-verifier--login { align-items: center; background: #101411; display: flex; padding-block: 50px; }
.vvu-verifier-login { background: #fff; border-radius: 28px; display: grid; grid-template-columns: 1fr 1fr; margin: auto; max-width: 920px; overflow: hidden; width: 100%; }
.vvu-verifier-login__brand { background: radial-gradient(circle at 15% 10%, rgba(167,255,31,.19), transparent 35%), #171c19; color: #fff; padding: clamp(35px,6vw,70px); }
.vvu-verifier-login__brand .vvu-verifier__logo { margin-bottom: 55px; }
.vvu-verifier-login__brand > span { color: var(--vvu-green); font-size: 10px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.vvu-verifier-login__brand h1 { color: #fff; font-size: clamp(35px,5vw,54px); font-style: italic; letter-spacing: -.06em; line-height: .95; margin: 12px 0 22px; text-transform: uppercase; }
.vvu-verifier-login__brand p { color: #aeb7b1; font-size: 14px; margin: 0; }
.vvu-verifier-login__form { padding: clamp(35px,6vw,70px); }
.vvu-verifier-login__form h2 { color: #151a17; font-size: 32px; margin: 7px 0 28px; }
.vvu-verifier-login__form label { color: #3d463f; display: block; font-size: 12px; font-weight: 800; margin-bottom: 7px; }
.vvu-verifier-login__form .input { background: #f5f7f5 !important; border: 1px solid #d9dfda !important; border-radius: 11px !important; box-shadow: none !important; min-height: 48px; padding: 10px 12px !important; width: 100%; }
.vvu-verifier-login__form .login-remember label { align-items: center; display: flex; font-weight: 600; gap: 7px; }
.vvu-verifier-login__form #wp-submit { background: #171c19 !important; border: 0 !important; border-radius: 999px !important; color: var(--vvu-green) !important; cursor: pointer; font-weight: 850; min-height: 48px; padding: 0 22px !important; width: 100%; }
.vvu-verifier-forgot { color: #5e6861; display: block; font-size: 11px; font-weight: 750; margin-top: 17px; text-align: center; }
.vvu-verifier-denied { background: #fff; border-radius: 22px; margin: auto; max-width: 540px; padding: 50px; text-align: center; }
.vvu-verifier-denied a { color: #4f8d0c; font-weight: 800; }

@media (max-width: 980px) {
  .vvu-nav { grid-template-columns: 1fr auto; }
  .vvu-nav > div { display: none; }
  .vvu-facts { grid-template-columns: repeat(2, 1fr); }
  .vvu-facts article:nth-child(2) { border-right: 0; }
  .vvu-about, .vvu-route { grid-template-columns: 1fr; }
  .vvu-category-groups { grid-template-columns: 1fr; }
  .vvu-registration-section { grid-template-columns: 1fr; }
  .vvu-registration-intro { max-width: 700px; }
  .vvu-history { grid-template-columns: 1fr; }
  .vvu-collab { margin-inline: 28px; }
  .vvu-verifier-card__summary { align-items: start; grid-template-columns: 1fr; }
}

@media (max-width: 680px) {
  .vvu-landing { padding-bottom: 78px; }
  .vvu-hero { min-height: 720px; padding-inline: 20px; }
  .vvu-nav { height: 88px; }
  .vvu-nav > .vvu-button { min-height: 40px; padding-inline: 16px !important; }
  .vvu-hero__logo { height: 55px !important; max-width: 155px !important; }
  .vvu-hero__content { padding: 96px 0 135px; }
  .vvu-hero h1 { font-size: clamp(42px, 15vw, 57px); max-width: 9ch; }
  .vvu-hero__content > p { font-size: 16px; }
  .vvu-hero__actions { align-items: flex-start; flex-direction: column; }
  .vvu-route-line { left: 20px; width: calc(100% - 40px); }
  .vvu-facts { grid-template-columns: 1fr 1fr; padding-inline: 20px; }
  .vvu-facts article { min-height: 110px; padding: 16px 12px; }
  .vvu-facts article:first-child { padding-left: 12px; }
  .vvu-facts strong { font-size: clamp(17px, 5.5vw, 24px); line-height: 1.1; overflow-wrap: anywhere; }
  .vvu-section, .vvu-gallery, .vvu-video, .vvu-history { padding-inline: 20px; }
  .vvu-section-heading { align-items: flex-start; flex-direction: column; gap: 20px; margin-bottom: 34px; }
  .vvu-about h2, .vvu-section-heading h2, .vvu-registration-intro h2 { font-size: clamp(36px, 12vw, 52px); }
  .vvu-promo-banner { align-items: flex-start; grid-template-columns: 1fr; margin-top: -8px; }
  .vvu-promo-banner a { justify-self: stretch; text-align: center; }
  .vvu-category-group > header { align-items: flex-start; gap: 12px; padding: 21px 20px; }
  .vvu-category-group__icon { flex-basis: 46px; font-size: 27px; height: 46px; }
  .vvu-category-group__price { min-width: 80px; }
  .vvu-category-group__price strong { font-size: 23px; }
  .vvu-category-list { padding-inline: 20px; }
  .vvu-category-row { gap: 10px; padding: 18px 0; }
  .vvu-category-row > div:first-child > strong { font-size: 16px; }
  .vvu-category-row > div:first-child > p { font-size: 11px; }
  .vvu-category-row__distance strong { font-size: 19px; }
  .vvu-route-modal { padding: 8px; }
  .vvu-route-modal__panel { border-radius: 18px; max-height: calc(100dvh - 16px); padding: 15px; }
  .vvu-route-modal__panel > header { gap: 12px; padding-bottom: 14px; }
  .vvu-route-modal__panel > header h2 { font-size: 32px; }
  .vvu-route-modal__close { flex-basis: 40px; height: 40px; }
  .vvu-route-modal__tabs { display: flex; width: 100%; }
  .vvu-route-tab { flex: 1; padding-inline: 10px !important; }
  .vvu-route-zoom { height: 56vh; min-height: 360px; }
  .vvu-route-modal__view iframe { height: 62vh; min-height: 420px; }
  .vvu-route-zoom__controls { position: sticky; bottom: 0; }
  .vvu-registration-section { padding-inline: 16px; }
  .vvu-form-card { border-radius: 22px; padding: 24px 18px; }
  .vvu-progress button { font-size: 0; }
  .vvu-progress button span { font-size: 12px; }
  .vvu-mode-grid, .vvu-fields, .vvu-payment-layout { grid-template-columns: 1fr; }
  .vvu-participant { padding: 19px 16px; }
  .vvu-participant-header { align-items: flex-start; flex-direction: column; }
  .vvu-participant-tools { justify-content: flex-end; width: 100%; }
  .vvu-participant.is-saved .vvu-participant-header { align-items: center; flex-direction: row; }
  .vvu-participant.is-saved .vvu-participant-header { gap: 10px; }
  .vvu-participant.is-saved .vvu-participant-tools { gap: 6px; width: auto; }
  .vvu-participant.is-saved .vvu-edit-participant,
  .vvu-participant.is-saved .vvu-remove-participant { font-size: 11px; padding-inline: 10px !important; }
  .vvu-step-actions { gap: 14px; }
  .vvu-step-actions .vvu-button { gap: 12px; min-height: 52px; padding-inline: 18px !important; }
  .vvu-qr { width: 100%; }
  .vvu-qr img { height: min(220px, 72vw) !important; width: min(220px, 72vw) !important; }
  .vvu-history__gallery { display: flex; margin-inline: -20px; overflow-x: auto; padding: 0 20px 8px; scroll-snap-type: x mandatory; }
  .vvu-history__gallery figure,
  .vvu-history__gallery figure:first-child { flex: 0 0 82%; height: 290px; scroll-snap-align: start; }
  .vvu-collab { gap: 28px; grid-template-columns: 1fr; margin: 0 20px 65px; }
  .vvu-collab > a,
  .vvu-collab__brand { min-width: 0; width: 100%; }
  .vvu-footer { grid-template-columns: 1fr; text-align: center; }
  .vvu-footer > div:last-child { justify-self: center; }
  .vvu-verifier { padding-inline: 14px; }
  .vvu-verifier-header { min-height: 78px; }
  .vvu-verifier__logo { height: 49px !important; max-width: 150px !important; }
  .vvu-verifier-hero { align-items: flex-start; flex-direction: column; padding-top: 42px; }
  .vvu-verifier-stats { grid-template-columns: 1fr 1fr; }
  .vvu-verifier-stats a { padding: 14px; }
  .vvu-verifier-card__summary { padding: 21px 18px; }
  .vvu-verifier-card__meta { grid-template-columns: 1fr 1fr; }
  .vvu-verifier-card__actions { padding: 15px 18px; }
  .vvu-verifier-detail { padding: 17px; }
  .vvu-verifier-detail dl { grid-template-columns: 1fr; }
  .vvu-verifier-detail dd { margin-bottom: 7px; }
  .vvu-verifier-review { align-items: flex-start; flex-direction: column; padding: 17px 18px; }
  .vvu-verifier-review > div,
  .vvu-verifier-review button { width: 100%; }
  .vvu-verifier-login { grid-template-columns: 1fr; }
  .vvu-verifier-login__brand { padding: 35px 28px; }
  .vvu-verifier-login__brand .vvu-verifier__logo { margin-bottom: 30px; }
  .vvu-verifier-login__form { padding: 35px 28px; }
  .vvu-mobile-cta { align-items: center; background: var(--vvu-green); border: 1px solid rgba(0,0,0,.12); border-radius: 999px; bottom: max(12px, env(safe-area-inset-bottom)); box-shadow: 0 12px 38px rgba(0,0,0,.38); color: var(--vvu-ink) !important; display: flex; font-size: 15px; font-weight: 900; justify-content: space-between; left: 16px; min-height: 56px; opacity: 1; padding: 0 22px; position: fixed; right: 16px; transform: translateY(0); transition: opacity .2s ease, transform .2s ease; z-index: 9999; }
  .vvu-mobile-cta.is-hidden { opacity: 0; pointer-events: none; transform: translateY(120%); }
}
