:root {
  --vv-ink: #070A12;
  --vv-ink-2: #0E1424;
  --vv-card: rgba(17, 24, 39, 0.74);
  --vv-card-solid: #111827;
  --vv-line: rgba(148, 163, 184, 0.20);
  --vv-text: #F6F8FB;
  --vv-muted: #AAB4C5;
  --vv-green: #29F2A9;
  --vv-blue: #7CA7FF;
  --vv-violet: #A78BFA;
  --vv-danger: #FB7185;
  --vv-radius-xl: 28px;
  --vv-radius-lg: 22px;
  --vv-shadow: 0 24px 80px rgba(0, 0, 0, 0.30);
  --vv-glow: 0 0 70px rgba(41, 242, 169, 0.16);
}

html {
  scroll-behavior: smooth;
}

body {
  background:
    radial-gradient(circle at 14% 10%, rgba(41, 242, 169, 0.13), transparent 28rem),
    radial-gradient(circle at 86% 8%, rgba(124, 167, 255, 0.14), transparent 26rem),
    radial-gradient(circle at 50% 68%, rgba(167, 139, 250, 0.09), transparent 35rem),
    var(--vv-ink);
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255,255,255,0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.035) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: radial-gradient(circle at 50% 18%, black, transparent 70%);
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(7, 10, 18, 0) 0%, rgba(7, 10, 18, 0.8) 100%);
}

.wp-site-blocks {
  min-height: 100vh;
}

::selection {
  background: rgba(41, 242, 169, 0.28);
  color: #fff;
}

img, video, iframe {
  max-width: 100%;
}

.vv-header {
  position: sticky;
  top: 0;
  z-index: 90;
  backdrop-filter: blur(20px);
  background: rgba(7, 10, 18, 0.72);
  border-bottom: 1px solid rgba(148, 163, 184, 0.14);
}

.vv-brand-mark {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  display: inline-grid;
  place-items: center;
  color: #071012;
  font-weight: 950;
  background: linear-gradient(135deg, var(--vv-green), var(--vv-blue));
  box-shadow: 0 0 36px rgba(41,242,169,0.22);
  letter-spacing: -0.05em;
}

.vv-brand-mark--sm {
  width: 28px;
  height: 28px;
  border-radius: 9px;
  font-size: 0.86rem;
}

.vv-video-section {
  text-align: center;
}

.vv-video-section > * {
  margin-inline: auto;
}

.vv-video-section .vv-large-copy {
  margin-bottom: 32px;
}

.vv-presentation-video {
  margin: 32px auto 0;
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid var(--vv-line);
  background: linear-gradient(180deg, rgba(17, 24, 39, 0.78), rgba(15, 23, 42, 0.58));
  box-shadow: var(--vv-shadow);
}

.vv-presentation-video .wp-block-embed__wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
}

.vv-presentation-video .wp-block-embed__wrapper:empty::before {
  content: "Paste a YouTube URL in the editor to show your presentation video here.";
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 2rem;
  color: #D8E4FF;
  font-weight: 850;
  text-align: center;
  background:
    radial-gradient(circle at 30% 20%, rgba(41,242,169,0.18), transparent 38%),
    radial-gradient(circle at 75% 75%, rgba(124,167,255,0.18), transparent 40%),
    rgba(7,10,18,0.62);
}

.vv-presentation-video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.vv-logo-text {
  color: #fff;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.vv-section {
  position: relative;
  padding-block: clamp(64px, 9vw, 132px);
}

.vv-hero {
  padding-top: clamp(56px, 8vw, 118px);
  padding-bottom: clamp(56px, 8vw, 118px);
}

.vv-eyebrow,
.vv-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  border: 1px solid rgba(41,242,169,0.28);
  background: rgba(41,242,169,0.08);
  color: #D8FFF1;
  border-radius: 999px;
  padding: 0.42rem 0.72rem;
  font-size: 0.78rem;
  font-weight: 850;
  line-height: 1;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.vv-pill.blue {
  border-color: rgba(124,167,255,0.28);
  background: rgba(124,167,255,0.08);
  color: #D8E4FF;
}

.vv-pill.violet {
  border-color: rgba(167,139,250,0.28);
  background: rgba(167,139,250,0.09);
  color: #E6DFFF;
}

.vv-gradient-text {
  background: linear-gradient(135deg, #fff 0%, #DDFEF2 34%, var(--vv-green) 70%, var(--vv-blue) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.vv-hero-copy p,
.vv-large-copy {
  max-width: 720px;
  color: #C4CEDD;
  font-size: clamp(1.05rem, 1rem + 0.35vw, 1.28rem);
}

.vv-muted {
  color: var(--vv-muted) !important;
}

.vv-card,
.vv-feature-card,
.vv-proof-card,
.vv-step-card,
.vv-live-card,
.vv-creator-card,
.vv-form-card {
  border: 1px solid var(--vv-line);
  background: linear-gradient(180deg, rgba(17, 24, 39, 0.78), rgba(15, 23, 42, 0.58));
  border-radius: var(--vv-radius-xl);
  box-shadow: var(--vv-shadow);
  backdrop-filter: blur(18px);
}

.vv-feature-card,
.vv-step-card,
.vv-live-card,
.vv-creator-card {
  padding: clamp(22px, 3vw, 34px);
  height: 100%;
}

.vv-feature-card h3,
.vv-step-card h3,
.vv-live-card h3,
.vv-creator-card h3 {
  margin-top: 0;
  margin-bottom: 0.7rem;
}

.vv-feature-card p,
.vv-step-card p,
.vv-live-card p,
.vv-creator-card p {
  margin-bottom: 0;
}

.vv-icon {
  width: 48px;
  height: 48px;
  display: inline-grid;
  place-items: center;
  border-radius: 16px;
  color: #071012;
  background: linear-gradient(135deg, var(--vv-green), var(--vv-blue));
  box-shadow: 0 0 44px rgba(41,242,169,0.18);
  font-weight: 950;
  margin-bottom: 1.2rem;
}

.vv-phone-wrap {
  position: relative;
  min-height: 650px;
}

.vv-phone-wrap > * {
  margin-block-start: 0;
}

.vv-phone-wrap::before {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(41,242,169,0.23), transparent 64%);
  filter: blur(12px);
  left: 50%;
  top: 10%;
  transform: translateX(-50%);
  z-index: 0;
}

.vv-phone {
  position: relative;
  z-index: 2;
  width: min(345px, 88vw);
  margin: 0 auto;
  aspect-ratio: 9 / 18.7;
  border-radius: 46px;
  padding: 14px;
  background: linear-gradient(145deg, #202636, #05070D 62%);
  border: 1px solid rgba(255,255,255,0.20);
  box-shadow: 0 45px 110px rgba(0,0,0,0.45), 0 0 0 7px rgba(255,255,255,0.03);
  transform: rotate(2deg);
}

.vv-phone.secondary {
  position: absolute;
  right: max(0px, calc(50% - 330px));
  bottom: 10px;
  width: min(245px, 58vw);
  opacity: 0.92;
  transform: rotate(-8deg);
  z-index: 1;
}

.vv-phone-screen {
  position: relative;
  height: 100%;
  border-radius: 34px;
  overflow: hidden;
  background: #05070D;
}

.vv-phone-notch {
  display: none;
}

.vv-video-placeholder {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0;
  background:
    linear-gradient(180deg, rgba(5,7,13,0.12) 0%, rgba(5,7,13,0.22) 42%, rgba(5,7,13,0.88) 100%),
    radial-gradient(circle at 32% 24%, rgba(41,242,169,0.32), transparent 26%),
    radial-gradient(circle at 77% 16%, rgba(124,167,255,0.38), transparent 28%),
    linear-gradient(135deg, #2B3449 0%, #141B2D 42%, #05070D 100%);
}

.vv-video-placeholder::before,
.vv-video-placeholder::after {
  content: "";
  position: absolute;
  border-radius: 28px;
  border: 1px solid rgba(255,255,255,0.10);
  background: rgba(255,255,255,0.06);
  backdrop-filter: blur(8px);
}

.vv-video-placeholder::before {
  width: 210px;
  height: 260px;
  left: 50%;
  top: 24%;
  transform: translateX(-50%) rotate(-8deg);
}

.vv-video-placeholder::after {
  width: 150px;
  height: 190px;
  right: 20px;
  top: 30%;
  transform: rotate(10deg);
}

.vv-phone-image {
  position: absolute;
  inset: 0;
  z-index: 1;
  margin: 0;
  display: grid;
  place-items: center;
  overflow: hidden;
  color: #D8E4FF;
  font-size: 0.88rem;
  font-weight: 850;
  text-align: center;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
}

.vv-phone-image img {
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}

.vv-phone-image:empty::before {
  content: "Upload app screenshot";
  width: min(76%, 240px);
  padding: 1rem;
  border: 1px dashed rgba(255,255,255,0.24);
  border-radius: 22px;
  background: rgba(255,255,255,0.08);
  backdrop-filter: blur(10px);
}

.vv-phone.secondary .vv-phone-image:empty::before {
  content: "Upload live app screen";
}

.vv-play {
  position: absolute;
  left: 50%;
  top: 43%;
  z-index: 2;
  transform: translate(-50%, -50%);
  width: 82px;
  height: 82px;
  border-radius: 999px;
  background: rgba(255,255,255,0.14);
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,0.22);
  backdrop-filter: blur(8px);
}

.vv-play span {
  width: 0;
  height: 0;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-left: 22px solid #fff;
  margin-left: 6px;
}

.vv-video-ui {
  position: relative;
  z-index: 3;
  padding: 26px 18px;
}

.vv-video-ui h3 {
  margin: 0 0 0.3rem;
  font-size: 1.15rem;
  letter-spacing: -0.03em;
}

.vv-video-ui p {
  margin: 0;
  color: #D8E0ED;
  font-size: 0.9rem;
  line-height: 1.45;
}

.vv-price-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-top: 1rem;
}

.vv-price {
  font-size: 1.5rem;
  font-weight: 950;
  color: #fff;
}

.vv-trust {
  display: none !important;
  align-items: center;
  gap: 0.35rem;
  font-weight: 850;
  font-size: 0.78rem;
  color: #071012;
  background: var(--vv-green);
  padding: 0.38rem 0.58rem;
  border-radius: 999px;
}

.vv-side-actions {
  position: absolute;
  right: 16px;
  bottom: 120px;
  z-index: 4;
  display: none !important;
  gap: 12px;
}

.vv-side-actions span {
  width: 43px;
  height: 43px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.18);
  backdrop-filter: blur(8px);
  font-weight: 900;
}

.vv-floating-card {
  position: absolute;
  z-index: 5;
  max-width: 260px;
  border-radius: 22px;
  border: 1px solid rgba(148,163,184,0.24);
  background: rgba(12, 18, 32, 0.84);
  backdrop-filter: blur(16px);
  box-shadow: var(--vv-shadow);
  padding: 16px 18px;
}

.vv-floating-card strong {
  display: block;
  color: #fff;
  margin-bottom: 3px;
}

.vv-floating-card span {
  color: #B8C4D6;
  font-size: 0.9rem;
}

.vv-float-1 {
  left: 0;
  top: 9%;
}

.vv-float-2 {
  right: 0;
  top: 40%;
}

.vv-float-3 {
  left: 6%;
  bottom: 8%;
}

.vv-proof-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(18px, 3vw, 30px);
  align-items: stretch;
}

.vv-proof-card {
  padding: clamp(24px, 4vw, 42px);
}

.vv-proof-number {
  font-size: clamp(4rem, 10vw, 8rem);
  font-weight: 950;
  line-height: 0.86;
  letter-spacing: -0.09em;
  color: #fff;
  text-shadow: 0 0 55px rgba(41,242,169,0.20);
}

.vv-proof-card .vv-proof-title {
  font-size: clamp(1.6rem, 3vw, 3rem);
  font-weight: 900;
  letter-spacing: -0.06em;
  line-height: 1;
  margin: 0.7rem 0;
}

.vv-email-proof,
.vv-email-proof-image {
  border: 1px dashed rgba(255,255,255,0.24);
  background: rgba(255,255,255,0.055);
  border-radius: 24px;
  padding: 22px;
  margin: 1.4rem 0 0;
}

.vv-email-proof .wp-block-image,
.vv-email-proof figure,
.vv-email-proof-image {
  margin: 0;
}

.vv-email-proof img,
.vv-email-proof-image img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,0.16);
}

.vv-email-proof-image:empty {
  display: grid;
  place-items: center;
  min-height: 260px;
  color: #D8E4FF;
  font-weight: 850;
  text-align: center;
}

.vv-email-proof-image:empty::before {
  content: "Upload Red Bull email screenshot";
}

.vv-mini-list {
  list-style: none;
  padding: 0;
  margin: 1.2rem 0 0;
  display: grid;
  gap: 0.6rem;
}

.vv-mini-list li {
  display: flex;
  gap: 0.65rem;
  align-items: flex-start;
  color: #C7D0DF;
}

.vv-mini-list li::before {
  content: "✓";
  color: var(--vv-green);
  font-weight: 950;
}

.vv-comparison {
  overflow: hidden;
}

.vv-comparison table {
  width: 100%;
  border-collapse: collapse;
}

.vv-comparison th,
.vv-comparison td {
  padding: 18px 16px;
  border-bottom: 1px solid rgba(148,163,184,0.16);
  color: #C5D0DF;
  vertical-align: top;
}

.vv-comparison th {
  color: #fff;
  font-weight: 900;
  background: rgba(255,255,255,0.045);
}

.vv-comparison tr:last-child td {
  border-bottom: 0;
}

.vv-comparison strong {
  color: #fff;
}

.vv-live-showcase {
  position: relative;
  border-radius: 34px;
  overflow: hidden;
  border: 1px solid var(--vv-line);
  min-height: 500px;
  background:
    linear-gradient(180deg, rgba(5,7,13,0.2), rgba(5,7,13,0.94)),
    radial-gradient(circle at 30% 20%, rgba(41,242,169,0.30), transparent 28%),
    radial-gradient(circle at 84% 30%, rgba(124,167,255,0.26), transparent 25%),
    #121827;
  box-shadow: var(--vv-shadow);
}

.vv-live-content {
  position: absolute;
  inset: auto 0 0 0;
  padding: clamp(24px, 4vw, 44px);
  z-index: 2;
}

.vv-live-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  background: #FB3B65;
  color: #fff;
  border-radius: 999px;
  padding: 0.4rem 0.68rem;
  font-size: 0.82rem;
  font-weight: 900;
  margin-bottom: 1rem;
}

.vv-live-badge::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 0 0 6px rgba(255,255,255,0.18);
}

.vv-product-stack {
  position: absolute;
  right: clamp(18px, 4vw, 48px);
  top: clamp(22px, 5vw, 58px);
  z-index: 2;
  display: grid;
  gap: 12px;
  width: min(320px, 80%);
}

.vv-product-card {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px;
  border-radius: 18px;
  background: rgba(255,255,255,0.11);
  border: 1px solid rgba(255,255,255,0.15);
  backdrop-filter: blur(10px);
}

.vv-product-card > * {
  margin-block-start: 0;
}

.vv-product-thumb {
  width: 54px;
  height: 54px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(41,242,169,0.8), rgba(124,167,255,0.8));
  flex: 0 0 auto;
  margin: 0;
  overflow: hidden;
  display: grid;
  place-items: center;
}

.vv-product-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vv-product-thumb:empty::before {
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 6px;
  background: rgba(7,10,18,0.22);
}

.vv-product-card b {
  color: #fff;
  display: block;
  line-height: 1.2;
}

.vv-product-card span {
  color: #C8D2E2;
  font-size: 0.88rem;
}

.vv-product-card .vv-buy {
  margin-left: auto;
  border-radius: 999px;
  background: var(--vv-green);
  color: #071012;
  padding: 0.38rem 0.62rem;
  font-weight: 900;
  font-size: 0.78rem;
}

.vv-process-number {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  font-weight: 950;
  color: #071012;
  background: var(--vv-green);
  margin-bottom: 1.2rem;
}

.vv-founder-note {
  border-left: 3px solid var(--vv-green);
  padding-left: 20px;
}

.vv-creator-card {
  position: relative;
  overflow: hidden;
}

.vv-creator-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at 84% 12%, rgba(41,242,169,0.14), transparent 32%);
}

.vv-creator-card > * {
  position: relative;
  z-index: 1;
}

.vv-creator-avatar,
.vv-creator-photo {
  width: 92px;
  height: 92px;
  display: grid;
  place-items: center;
  border-radius: 28px;
  margin-bottom: 1.4rem;
  color: #071012;
  background: linear-gradient(135deg, var(--vv-green), var(--vv-blue));
  box-shadow: 0 20px 58px rgba(41,242,169,0.18);
  font-size: 1.45rem;
  font-weight: 950;
  letter-spacing: -0.04em;
}

.vv-creator-photo {
  overflow: hidden;
  margin-top: 0;
}

.vv-creator-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vv-creator-photo:empty::before {
  content: "";
}

.vv-creator-photo.is-zv:empty::before {
  content: "ZV";
}

.vv-creator-photo.is-in:empty::before {
  content: "IN";
}

.vv-creator-role {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 1rem !important;
  border-radius: 999px;
  padding: 0.42rem 0.72rem;
  color: #D8FFF1;
  background: rgba(41,242,169,0.09);
  border: 1px solid rgba(41,242,169,0.28);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.vv-form-card {
  padding: clamp(24px, 3.2vw, 38px);
  max-width: 920px;
  margin-inline: auto;
}

.vv-form-card__intro {
  max-width: 680px;
  margin-bottom: 18px !important;
}

.vv-form-card__intro h3 {
  font-size: clamp(1.7rem, 3vw, 3.2rem);
  margin: 0.8rem 0 0.4rem;
}

.vv-waitlist-form {
  display: flex !important;
  flex-direction: column;
  gap: 16px !important;
  margin: 0 !important;
}

.vv-form-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  column-gap: 16px !important;
  row-gap: 16px !important;
  margin: 0 !important;
}

.vv-waitlist-form > *,
.vv-form-grid > *,
.vv-waitlist-form label > * {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.vv-waitlist-form label {
  display: flex !important;
  flex-direction: column;
  gap: 8px !important;
  color: #fff;
  font-weight: 800;
  margin: 0 !important;
  min-height: 0 !important;
}

.vv-waitlist-form label span {
  font-size: 0.82rem;
  line-height: 1.2 !important;
}

.vv-waitlist-form input,
.vv-waitlist-form select,
.vv-waitlist-form textarea {
  width: 100%;
  border-radius: 16px;
  border: 1px solid rgba(148,163,184,0.25);
  background: rgba(7,10,18,0.62);
  color: #fff;
  padding: 0.78rem 0.9rem;
  font: inherit;
  outline: none;
  box-sizing: border-box;
  min-height: 44px;
}

.vv-waitlist-form textarea {
  min-height: 110px;
}

.vv-waitlist-form input:focus,
.vv-waitlist-form select:focus,
.vv-waitlist-form textarea:focus {
  border-color: rgba(41,242,169,0.68);
  box-shadow: 0 0 0 4px rgba(41,242,169,0.11);
}

.vv-waitlist-form button {
  justify-self: start;
  border: 0;
  cursor: pointer;
  border-radius: 999px;
  padding: 0.86rem 1.2rem;
  color: #071012;
  background: linear-gradient(135deg, var(--vv-green), #A6FFE1);
  font-weight: 950;
  box-shadow: 0 16px 45px rgba(41,242,169,0.18);
}

.vv-checkbox {
  display: inline-flex !important;
  flex-direction: row !important;
  grid-template-columns: none !important;
  align-items: center !important;
  gap: 10px !important;
  color: #C8D2E2 !important;
  font-weight: 600 !important;
  margin: 0 !important;
  min-height: 0 !important;
}

.vv-checkbox input {
  width: auto;
  margin: 0 !important;
  flex: 0 0 auto;
}

.vv-checkbox span {
  display: inline !important;
  line-height: 1.35 !important;
}

.vv-form-note {
  font-size: 0.86rem;
  color: #8F9BAD !important;
  margin: 0;
}

.vv-form-message {
  border-radius: 16px;
  padding: 1rem;
  margin-bottom: 1rem;
  font-weight: 800;
}

.vv-form-message.is-success {
  background: rgba(41,242,169,0.11);
  border: 1px solid rgba(41,242,169,0.28);
  color: #D8FFF1;
}

.vv-form-message.is-error {
  background: rgba(251,113,133,0.11);
  border: 1px solid rgba(251,113,133,0.28);
  color: #FFE0E5;
}

.wp-block-button .wp-block-button__link {
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  box-shadow: 0 15px 45px rgba(41,242,169,0.16);
}

.wp-block-button .wp-block-button__link:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 55px rgba(41,242,169,0.22);
}

.wp-block-button.is-style-outline .wp-block-button__link {
  box-shadow: none;
  backdrop-filter: blur(12px);
}

.vv-footer {
  border-top: 1px solid rgba(148,163,184,0.14);
  background: rgba(7,10,18,0.66);
}

.vv-footer-links {
  align-items: center;
}

.vv-cookie-settings-button .wp-block-button__link {
  padding: 0.58rem 0.86rem;
  font-size: 0.82rem;
}

.vv-button-primary,
.vv-button-secondary {
  border: 0;
  cursor: pointer;
  border-radius: 999px;
  padding: 0.86rem 1.08rem;
  font: inherit;
  font-weight: 950;
}

.vv-button-primary {
  color: #071012;
  background: linear-gradient(135deg, var(--vv-green), #A6FFE1);
  box-shadow: 0 16px 45px rgba(41,242,169,0.18);
}

.vv-button-secondary {
  color: #F6F8FB;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.16);
}

.vv-consent {
  position: fixed;
  left: clamp(16px, 3vw, 32px);
  right: clamp(16px, 3vw, 32px);
  bottom: clamp(16px, 3vw, 32px);
  z-index: 120;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: end;
  max-width: 1180px;
  margin-inline: auto;
  padding: clamp(20px, 3vw, 30px);
  border: 1px solid rgba(148,163,184,0.24);
  border-radius: 28px;
  background: rgba(10, 15, 27, 0.94);
  box-shadow: 0 28px 90px rgba(0,0,0,0.45);
  backdrop-filter: blur(22px);
}

.vv-consent[hidden],
.vv-consent-modal[hidden] {
  display: none;
}

.vv-consent h2,
.vv-consent-modal h2 {
  margin: 0.8rem 0 0.6rem;
  color: #fff;
}

.vv-consent p,
.vv-consent-modal p {
  color: #C8D2E2;
}

.vv-consent__copy {
  max-width: 760px;
}

.vv-consent__links {
  margin-bottom: 0;
  font-size: 0.92rem;
}

.vv-consent__actions,
.vv-consent-modal__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.vv-consent-modal {
  position: fixed;
  inset: 0;
  z-index: 130;
  display: grid;
  place-items: center;
  padding: 22px;
  background: rgba(3, 7, 18, 0.74);
  backdrop-filter: blur(12px);
}

.vv-consent-modal-open {
  overflow: hidden;
}

.vv-consent-modal__panel {
  position: relative;
  width: min(680px, 100%);
  max-height: min(760px, 92vh);
  overflow: auto;
  padding: clamp(24px, 4vw, 38px);
  border: 1px solid rgba(148,163,184,0.24);
  border-radius: 30px;
  background: linear-gradient(180deg, rgba(17, 24, 39, 0.98), rgba(8, 13, 24, 0.98));
  box-shadow: 0 35px 100px rgba(0,0,0,0.56);
}

.vv-consent-modal__close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 999px;
  cursor: pointer;
  color: #fff;
  background: rgba(255,255,255,0.08);
  font-size: 1.4rem;
  line-height: 1;
}

.vv-consent-options {
  display: grid;
  gap: 12px;
  margin: 1.5rem 0;
}

.vv-consent-option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 16px;
  border: 1px solid rgba(148,163,184,0.20);
  border-radius: 20px;
  background: rgba(255,255,255,0.05);
  color: #fff;
}

.vv-consent-option span {
  display: grid;
  gap: 0.24rem;
}

.vv-consent-option small {
  color: #AAB4C5;
  font-weight: 500;
}

.vv-consent-option input {
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
  accent-color: var(--vv-green);
}

@media (max-width: 960px) {
  .vv-phone-wrap {
    min-height: auto;
    margin-top: 2.5rem;
  }

  .vv-phone.secondary,
  .vv-floating-card {
    display: none;
  }

  .vv-proof-grid {
    grid-template-columns: 1fr;
  }

  .vv-product-stack {
    position: relative;
    right: auto;
    top: auto;
    padding: 22px;
    width: auto;
  }

  .vv-live-showcase {
    min-height: 640px;
  }

  .vv-consent {
    grid-template-columns: 1fr;
  }

  .vv-consent__actions {
    justify-content: flex-start;
  }
}

@media (max-width: 680px) {
  body {
    --wp--style--root--padding-right: 18px;
    --wp--style--root--padding-left: 18px;
  }

  .vv-form-grid {
    grid-template-columns: 1fr !important;
    row-gap: 12px !important;
  }

  .vv-waitlist-form {
    gap: 12px !important;
  }

  .vv-form-card__intro {
    margin-bottom: 14px !important;
  }

  .vv-header .wp-block-buttons,
  .vv-header nav {
    display: none;
  }

  .vv-proof-number {
    font-size: 4.4rem;
  }

  .vv-live-showcase {
    min-height: 720px;
  }

  .vv-consent,
  .vv-consent-modal__panel {
    border-radius: 22px;
  }

  .vv-consent__actions,
  .vv-consent-modal__actions {
    display: grid;
  }

  .vv-button-primary,
  .vv-button-secondary {
    width: 100%;
  }
}
