/* Code-owned WenVest component pack. Theme values arrive through SiteTheme CSS tokens. */

/* WenVest contact section */

.wv-contact {
  --wv-contact-border: rgb(19 231 239 / 24%);
  --wv-contact-copy: rgb(247 247 244 / 74%);
  --wv-contact-field: rgb(1 15 26 / 68%);
  --wv-contact-heading: var(--wv-text);
  --wv-contact-panel: rgb(19 231 239 / 20%);
  --wv-contact-panel-shadow: 0 2rem 6rem rgb(0 0 0 / 22%);

  background:
    radial-gradient(circle at 68% 22%, rgb(19 231 239 / 8%), transparent 32rem),
    linear-gradient(135deg, #02101c 0%, #05243a 56%, #061a2c 100%);
  isolation: isolate;
}

.wv-contact.wv-theme-light {
  --wv-contact-border: rgb(0 86 100 / 18%);
  --wv-contact-copy: rgb(4 35 43 / 68%);
  --wv-contact-field: rgb(255 255 255 / 82%);
  --wv-contact-heading: var(--wv-ink);
  --wv-contact-panel: rgb(255 255 255 / 74%);
  --wv-contact-panel-shadow: 0 2rem 6rem rgb(0 45 54 / 10%);

  background:
    radial-gradient(circle at 68% 22%, rgb(19 231 239 / 10%), transparent 32rem),
    linear-gradient(135deg, #f9fcfc 0%, #eaf6f7 56%, #f6fbfb 100%);
}

.wv-contact__inner {
  align-items: center;
  display: grid;
  gap: clamp(3rem, 7vw, 7.5rem);
  grid-template-columns: minmax(18rem, 0.76fr) minmax(34rem, 1.24fr);
  margin-inline: auto;
  max-width: calc(var(--wv-page-max) + var(--wv-content-gutter) + var(--wv-content-gutter));
  min-height: clamp(48rem, 88vh, 64rem);
  overflow: hidden;
  padding: clamp(6rem, 9vw, 9rem) var(--wv-content-gutter);
  position: relative;
  width: 100%;
}

.wv-contact__details,
.wv-contact__panel {
  min-width: 0;
  position: relative;
  z-index: 1;
}

.wv-contact__details .wv-eyebrow {
  color: var(--wv-accent);
  font-size: 0.73rem;
  font-weight: 800;
  letter-spacing: 0.22em;
  margin: 0 0 clamp(2rem, 4vw, 3.25rem);
  text-transform: uppercase;
}

.wv-contact__details .wv-eyebrow::before {
  background: var(--wv-accent);
  content: "";
  display: inline-block;
  height: 1px;
  margin-right: 0.75rem;
  vertical-align: 0.25em;
  width: 1.7rem;
}

.wv-contact__heading {
  color: var(--wv-contact-heading);
  display: flex;
  flex-direction: column;
  font-size: clamp(3.2rem, 5.4vw, 5.3rem);
  font-weight: 300;
  letter-spacing: -0.045em;
  line-height: 1.04;
  margin: 0;
  max-width: 9ch;
}

.wv-contact__heading-accent {
  color: var(--wv-accent);
}

.wv-contact__body {
  color: var(--wv-contact-copy);
  font-size: clamp(1rem, 1.2vw, 1.14rem);
  line-height: 1.7;
  margin-top: clamp(1.75rem, 3vw, 2.5rem);
  max-width: 29rem;
}

.wv-contact__body::after {
  background: linear-gradient(90deg, var(--wv-accent), transparent);
  content: "";
  display: block;
  height: 1px;
  margin-top: 1.5rem;
  width: 4.5rem;
}

.wv-contact__body .rich-text {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  opacity: 1;
}

.wv-contact__body .rich-text> :first-child {
  margin-top: 0;
}

.wv-contact__body .rich-text> :last-child {
  margin-bottom: 0;
}

.wv-contact__methods {
  display: grid;
  gap: 1rem;
  list-style: none;
  margin: clamp(2rem, 4vw, 3rem) 0 0;
  padding: 0;
}

.wv-contact__methods a,
.wv-contact__methods li>div {
  align-items: center;
  color: var(--wv-contact-heading);
  display: flex;
  gap: 1rem;
  text-decoration: none;
  width: fit-content;
}

.wv-contact__method-icon,
.wv-contact__panel-icon {
  border: 1px solid var(--wv-contact-border);
  border-radius: 50%;
  display: grid;
  flex: 0 0 auto;
  height: 3.25rem;
  min-width: 3.25rem;
  place-items: center;
  position: relative;
  transition:
    border-color 220ms ease,
    box-shadow 220ms ease,
    transform 220ms ease;
  width: 3.25rem;
}

.wv-contact__methods a:hover .wv-contact__method-icon {
  border-color: var(--wv-accent);
  box-shadow: 0 0 1.5rem rgb(19 231 239 / 18%);
  transform: translateY(-2px);
}

.wv-contact__method-icon::before,
.wv-contact__method-icon::after,
.wv-contact__panel-icon::before,
.wv-contact__panel-icon::after {
  content: "";
  position: absolute;
}

.wv-contact__method-icon--email::before,
.wv-contact__panel-icon::before {
  border: 1px solid var(--wv-accent);
  height: 0.75rem;
  width: 1.08rem;
}

.wv-contact__method-icon--email::after,
.wv-contact__panel-icon::after {
  border-bottom: 1px solid var(--wv-accent);
  border-left: 1px solid var(--wv-accent);
  height: 0.45rem;
  transform: translateY(-0.2rem) rotate(-45deg);
  width: 0.45rem;
}

.wv-contact__method-icon--phone::before {
  background: var(--wv-accent);
  border: 0;
  border-radius: 0;
  display: block;
  height: 1.25rem;
  transform: none;
  width: 1.25rem;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M6.62 10.79a15.46 15.46 0 0 0 6.59 6.59l2.2-2.2a1 1 0 0 1 1.02-.24c1.12.37 2.33.57 3.57.57a1 1 0 0 1 1 1V20a1 1 0 0 1-1 1C10.61 21 3 13.39 3 4a1 1 0 0 1 1-1h3.5a1 1 0 0 1 1 1c0 1.25.2 2.45.57 3.57a1 1 0 0 1-.25 1.02l-2.2 2.2Z'/%3E%3C/svg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M6.62 10.79a15.46 15.46 0 0 0 6.59 6.59l2.2-2.2a1 1 0 0 1 1.02-.24c1.12.37 2.33.57 3.57.57a1 1 0 0 1 1 1V20a1 1 0 0 1-1 1C10.61 21 3 13.39 3 4a1 1 0 0 1 1-1h3.5a1 1 0 0 1 1 1c0 1.25.2 2.45.57 3.57a1 1 0 0 1-.25 1.02l-2.2 2.2Z'/%3E%3C/svg%3E") no-repeat center / contain;
}

.wv-contact__method-icon--phone::after {
  display: none;
}

.wv-contact__method-icon--location::before {
  border: 1px solid var(--wv-accent);
  border-radius: 50% 50% 50% 0;
  height: 0.85rem;
  transform: rotate(-45deg);
  width: 0.85rem;
}

.wv-contact__method-icon--location::after {
  background: var(--wv-accent);
  border-radius: 50%;
  height: 0.2rem;
  width: 0.2rem;
}

.wv-contact__method-copy {
  display: grid;
  gap: 0.18rem;
}

.wv-contact__method-copy strong {
  font-size: 1rem;
  font-weight: 700;
}

.wv-contact__method-copy>span {
  color: var(--wv-contact-copy);
  font-size: 0.95rem;
  line-height: 1.5;
  white-space: pre-line;
}

.wv-contact__social {
  border-top: 1px solid var(--wv-contact-border);
  margin-top: clamp(2rem, 4vw, 3rem);
  padding-top: 1.5rem;
}

.wv-contact__social>p {
  color: var(--wv-contact-copy);
  font-size: 0.92rem;
  margin: 0 0 0.9rem;
}

.wv-contact__social ul {
  display: flex;
  gap: 0.75rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.wv-contact__social a {
  border: 1px solid var(--wv-contact-border);
  border-radius: 50%;
  color: var(--wv-contact-heading);
  display: grid;
  font-size: 0.78rem;
  font-weight: 750;
  height: 2.4rem;
  place-items: center;
  text-decoration: none;
  transition:
    border-color 220ms ease,
    color 220ms ease,
    transform 220ms ease;
  width: 2.4rem;
}

.wv-contact__social a:hover {
  border-color: var(--wv-accent);
  color: var(--wv-accent);
  transform: translateY(-2px);
}

.wv-contact__decorative-media,
.wv-contact__decorative-lines {
  bottom: -9rem;
  height: 28rem;
  opacity: 0.62;
  pointer-events: none;
  position: absolute;
  right: -10rem;
  width: 26rem;
  z-index: -1;
}

.wv-contact__decorative-media img {
  height: 100%;
  mask-image: linear-gradient(to bottom, transparent, #000 20%, #000 80%, transparent);
  object-fit: contain;
  object-position: right bottom;
  width: 100%;
}

.wv-contact__decorative-lines {
  background:
    linear-gradient(122deg, transparent 40%, rgb(19 231 239 / 24%) 40.2%, transparent 40.5%),
    linear-gradient(132deg, transparent 54%, rgb(19 231 239 / 14%) 54.2%, transparent 54.5%);
}

.wv-contact__panel {
  background: var(--wv-contact-panel);
  border: 1px solid var(--wv-contact-border);
  border-radius: 0.8rem;
  box-shadow: var(--wv-contact-panel-shadow);
  padding: clamp(1.5rem, 3vw, 2.5rem);
  -webkit-backdrop-filter: blur(18px) saturate(125%);
  backdrop-filter: blur(18px) saturate(125%);
}

.wv-contact__panel-header {
  align-items: center;
  border-bottom: 1px solid var(--wv-contact-border);
  display: flex;
  gap: 1.1rem;
  margin-bottom: 1.5rem;
  padding-bottom: 1.35rem;
}

.wv-contact__panel-header h3 {
  color: var(--wv-contact-heading);
  font-size: clamp(1.2rem, 1.7vw, 1.5rem);
  font-weight: 650;
  margin: 0;
}

.wv-contact__panel-header p {
  color: var(--wv-contact-copy);
  font-size: 0.92rem;
  line-height: 1.5;
  margin: 0.35rem 0 0;
  max-width: 28rem;
}

.wv-contact__panel .payload-form-shell {
  gap: 0;
}

.wv-contact__panel .payload-form-shell__title,
.wv-contact__panel .payload-form-shell__logo {
  display: none;
}

.wv-contact__panel .payload-form {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
}

.wv-contact__panel .payload-form__fields {
  gap: 1rem;
}

.wv-contact__panel .form-field {
  gap: 0.45rem;
}

.wv-contact__panel .wv-contact__form .form-field>span,
.wv-contact__panel .wv-contact__form .form-field>legend,
.wv-contact__panel .wv-contact__form .form-choice,
.wv-contact__panel .wv-contact__form .form-choice span {
  clip: auto;
  color: var(--wv-contact-heading);
  font-size: 0.86rem;
  font-weight: 500;
  height: auto;
  margin: 0;
  overflow: visible;
  padding: 0;
  position: static;
  white-space: normal;
  width: auto;
}

.wv-contact__panel .wv-contact__form .form-field input,
.wv-contact__panel .wv-contact__form .form-field select,
.wv-contact__panel .wv-contact__form .form-field textarea {
  background: var(--wv-contact-field);
  border: 1px solid var(--wv-contact-border);
  border-radius: 0.35rem;
  box-shadow: none;
  color: var(--wv-contact-heading);
  min-height: 3rem;
  padding: 0.75rem 0.85rem;
}

.wv-contact__panel .wv-contact__form .form-field input::placeholder,
.wv-contact__panel .wv-contact__form .form-field textarea::placeholder {
  color: var(--wv-contact-copy);
  opacity: 0.78;
}

.wv-contact__panel .wv-contact__form .form-field input:focus,
.wv-contact__panel .wv-contact__form .form-field select:focus,
.wv-contact__panel .wv-contact__form .form-field textarea:focus {
  border-color: var(--wv-accent);
  box-shadow: 0 0 0 3px rgb(19 231 239 / 12%);
  outline: 0;
}

.wv-contact__panel .wv-contact__form .form-field textarea {
  min-height: 7rem;
}

.wv-contact__panel .wv-contact__form .payload-form__submit {
  background: var(--wv-accent);
  border-color: var(--wv-accent);
  color: var(--wv-ink);
  font-weight: 750;
  min-height: 3.1rem;
  width: 100%;
}

.wv-contact__panel .wv-contact__form .payload-form__submit:hover {
  filter: brightness(1.04);
  transform: translateY(-1px);
}

.wv-contact__privacy {
  align-items: center;
  color: var(--wv-contact-copy);
  display: flex;
  font-size: 0.78rem;
  gap: 0.7rem;
  line-height: 1.45;
  margin: 1rem 0 0;
}

.wv-contact__privacy>span {
  border: 1px solid var(--wv-accent);
  clip-path: polygon(50% 0, 93% 18%, 85% 72%, 50% 100%, 15% 72%, 7% 18%);
  display: block;
  flex: 0 0 auto;
  height: 1.35rem;
  width: 1.15rem;
}

@media (max-width: 960px) {
  .wv-contact__inner {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .wv-contact__heading {
    max-width: 12ch;
  }

  .wv-contact__body {
    max-width: 38rem;
  }
}

@media (max-width: 640px) {
  .wv-contact__inner {
    gap: 2.75rem;
    padding-block: 4.5rem;
  }

  .wv-contact__panel {
    border-radius: 0.6rem;
    padding: 1.1rem;
  }

  .wv-contact__panel-header {
    align-items: flex-start;
  }

  .wv-contact__panel .form-layout-item {
    grid-column: 1 / -1;
  }
}

@media (prefers-reduced-motion: reduce) {

  .wv-contact *,
  .wv-contact *::before,
  .wv-contact *::after {
    transition-duration: 0.01ms !important;
  }
}

/* WenVest FAQ section */

.wv-faq {
  --wv-faq-border: rgb(19 231 239 / 26%);
  --wv-faq-border-active: rgb(19 231 239 / 58%);
  --wv-faq-card: rgb(5 30 40 / 48%);
  --wv-faq-copy: rgb(247 247 244 / 72%);
  --wv-faq-heading: #f7f7f4;
  --wv-faq-shadow: 0 1.5rem 4rem rgb(0 0 0 / 18%);

  background:
    radial-gradient(circle at 72% 24%, rgb(19 231 239 / 8%), transparent 30rem),
    linear-gradient(135deg, #02070d 0%, #03131c 58%, #020910 100%);
  isolation: isolate;
}

.wv-faq.wv-theme-light {
  --wv-faq-border: rgb(0 86 100 / 18%);
  --wv-faq-border-active: rgb(0 166 181 / 55%);
  --wv-faq-card: rgb(255 255 255 / 74%);
  --wv-faq-copy: rgb(4 35 43 / 68%);
  --wv-faq-heading: #06242c;
  --wv-faq-shadow: 0 1.5rem 4rem rgb(0 45 54 / 9%);

  background:
    radial-gradient(circle at 72% 24%, rgb(19 231 239 / 10%), transparent 30rem),
    linear-gradient(135deg, #f9fcfc 0%, #edf8f8 58%, #f7fbfb 100%);
}

.wv-faq__inner {
  display: grid;
  grid-template-columns: minmax(16rem, 0.72fr) minmax(32rem, 1.28fr);
  gap: clamp(3rem, 7vw, 8rem);
  margin-inline: auto;
  max-width: var(--wv-page-max);
  min-height: clamp(44rem, 78vh, 58rem);
  overflow: hidden;
  padding: clamp(6rem, 9vw, 9rem) clamp(1.25rem, 4.6vw, 4.5rem);
  position: relative;
  width: 100%;
}

.wv-faq--accordion-only .wv-faq__inner {
  display: block;
  min-height: clamp(32rem, 62vh, 46rem);
}

.wv-faq--accordion-only .wv-faq__content {
  margin-inline: auto;
  max-width: 58rem;
  width: 100%;
}

.wv-faq--accordion-only .wv-faq__contact {
  justify-content: center;
  padding-left: 0;
}

.wv-faq__intro,
.wv-faq__content {
  min-width: 0;
  position: relative;
  z-index: 1;
}

.wv-faq__intro {
  display: flex;
  flex-direction: column;
}

.wv-faq__intro .wv-eyebrow {
  color: var(--wv-accent);
  font-size: 0.73rem;
  font-weight: 800;
  letter-spacing: 0.22em;
  margin: 0 0 clamp(2rem, 4vw, 3.25rem);
  text-transform: uppercase;
}

.wv-faq__intro .wv-eyebrow::after {
  background: var(--wv-accent);
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 0.35rem;
  margin-left: 0.6rem;
  vertical-align: 0.12em;
  width: 0.35rem;
}

.wv-faq__heading {
  color: var(--wv-faq-heading);
  display: flex;
  flex-direction: column;
  font-size: clamp(3rem, 5.3vw, 5.1rem);
  font-weight: 300;
  letter-spacing: -0.045em;
  line-height: 1.05;
  margin: 0;
  max-width: 9ch;
}

.wv-faq__heading-accent {
  color: var(--wv-accent);
}

.wv-faq__accent-line {
  background: linear-gradient(90deg, var(--wv-accent), rgb(19 231 239 / 16%));
  display: block;
  height: 2px;
  margin: clamp(2rem, 4vw, 3rem) 0 1.75rem;
  width: 4.5rem;
}

.wv-faq__body {
  color: var(--wv-faq-copy);
  font-size: clamp(1rem, 1.25vw, 1.16rem);
  line-height: 1.75;
  max-width: 25rem;
}

.wv-faq__body .rich-text,
.wv-faq__answer .rich-text {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  opacity: 1;
}

.wv-faq__body .rich-text> :first-child,
.wv-faq__answer .rich-text> :first-child {
  margin-top: 0;
}

.wv-faq__body .rich-text> :last-child,
.wv-faq__answer .rich-text> :last-child {
  margin-bottom: 0;
}

.wv-faq__art {
  bottom: clamp(-1rem, -1vw, 0rem);
  height: clamp(13rem, 22vw, 20rem);
  left: clamp(-5rem, -4vw, -1rem);
  opacity: 0.74;
  pointer-events: none;
  position: absolute;
  right: -1rem;
}

.wv-faq__art::before {
  background-image:
    linear-gradient(rgb(19 231 239 / 8%) 1px, transparent 1px),
    linear-gradient(90deg, rgb(19 231 239 / 8%) 1px, transparent 1px);
  background-size: 3rem 3rem;
  clip-path: polygon(37% 34%, 100% 34%, 74% 100%, 0 100%);
  content: "";
  inset: 32% 0 0;
  mask-image: linear-gradient(90deg, transparent, #000 28%, #000 80%, transparent);
  position: absolute;
}

.wv-theme-light .wv-faq__art {
  opacity: 0.46;
}

.wv-faq__art--media {
  inset-inline: 0;
}

.wv-faq__art--media::before {
  display: none;
}

.wv-faq__art img {
  height: 100%;
  mask-image: linear-gradient(to bottom, transparent, #000 18%, #000 72%, transparent);
  object-fit: contain;
  object-position: left bottom;
  width: 100%;
}

.wv-faq__art-plane {
  background: linear-gradient(135deg, rgb(19 231 239 / 4%), rgb(44 93 111 / 42%));
  clip-path: polygon(28% 32%, 100% 32%, 70% 100%, 0 100%);
  inset: 28% 8% 0;
  position: absolute;
}

.wv-faq__art-line {
  background: linear-gradient(90deg, transparent, var(--wv-accent) 50%, transparent);
  box-shadow: 0 0 1rem rgb(19 231 239 / 38%);
  height: 1px;
  left: -4%;
  position: absolute;
  transform-origin: left center;
  width: 106%;
}

.wv-faq__art-line--one {
  bottom: 5%;
  transform: rotate(-43deg);
}

.wv-faq__art-line--two {
  bottom: 15%;
  opacity: 0.68;
  transform: rotate(-35deg);
}

.wv-faq__art-line--three {
  bottom: 26%;
  opacity: 0.38;
  transform: rotate(-25deg);
}

.wv-faq__content {
  align-self: center;
}

.wv-faq__list {
  display: grid;
  gap: 0.85rem;
}

.wv-faq__item {
  background: var(--wv-faq-card);
  border: 1px solid var(--wv-faq-border);
  border-radius: 0.45rem;
  box-shadow: 0 0 0 transparent;
  overflow: hidden;
  transition:
    border-color 220ms ease,
    box-shadow 220ms ease,
    transform 220ms ease;
}

.wv-faq__item:hover,
.wv-faq__item.is-open {
  border-color: var(--wv-faq-border-active);
  box-shadow: var(--wv-faq-shadow);
}

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

.wv-faq__trigger {
  align-items: center;
  appearance: none;
  background: transparent;
  border: 0;
  color: var(--wv-faq-heading);
  cursor: pointer;
  display: grid;
  font: inherit;
  gap: 1rem;
  grid-template-columns: 2rem minmax(0, 1fr) 2rem;
  min-height: clamp(4.6rem, 6vw, 5.5rem);
  padding: 1rem clamp(1rem, 2.2vw, 1.75rem);
  text-align: left;
  width: 100%;
}

.wv-faq__number {
  color: var(--wv-accent);
  font-size: 0.92rem;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.04em;
}

.wv-faq__question {
  font-size: clamp(1rem, 1.25vw, 1.16rem);
  font-weight: 600;
  line-height: 1.35;
}

.wv-faq__toggle {
  border: 1px solid rgb(19 231 239 / 64%);
  border-radius: 50%;
  display: grid;
  height: 1.7rem;
  place-items: center;
  position: relative;
  transition:
    background 220ms ease,
    transform 300ms cubic-bezier(0.22, 1, 0.36, 1);
  width: 1.7rem;
}

.wv-faq__toggle span {
  background: var(--wv-accent);
  height: 1px;
  position: absolute;
  transition: transform 260ms ease;
  width: 0.72rem;
}

.wv-faq__toggle span:last-child {
  transform: rotate(90deg);
}

.wv-faq__item.is-open .wv-faq__toggle {
  background: rgb(19 231 239 / 9%);
  transform: rotate(180deg);
}

.wv-faq__item.is-open .wv-faq__toggle span:last-child {
  transform: rotate(0);
}

.wv-faq__answer {
  color: var(--wv-faq-copy);
  overflow: hidden;
}

.wv-faq__answer-inner {
  font-size: clamp(0.96rem, 1.1vw, 1.08rem);
  line-height: 1.7;
  padding: 0 clamp(3.75rem, 6.3vw, 5.75rem) clamp(1.65rem, 3vw, 2.4rem);
}

.wv-faq__contact {
  align-items: center;
  color: var(--wv-faq-copy);
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem 1rem;
  margin-top: clamp(1.5rem, 3vw, 2.25rem);
  padding-left: 0.5rem;
}

.wv-faq__contact p {
  margin: 0;
}

.wv-faq__contact a {
  align-items: center;
  color: var(--wv-accent);
  display: inline-flex;
  font-weight: 650;
  gap: 0.65rem;
  text-decoration-color: rgb(19 231 239 / 35%);
  text-underline-offset: 0.35rem;
}

.wv-faq__contact a:hover {
  text-decoration-color: currentColor;
}

.wv-faq__contact-icon {
  border: 1px solid var(--wv-faq-border-active);
  border-radius: 50%;
  display: grid;
  height: 2.7rem;
  place-items: center;
  position: relative;
  width: 2.7rem;
}

.wv-faq__contact-icon::before {
  border: 1px solid var(--wv-accent);
  content: "";
  height: 0.7rem;
  position: absolute;
  width: 1rem;
}

.wv-faq__contact-icon::after {
  border-bottom: 1px solid var(--wv-accent);
  border-left: 1px solid var(--wv-accent);
  content: "";
  height: 0.42rem;
  position: absolute;
  transform: translateY(-0.18rem) rotate(-45deg);
  width: 0.42rem;
}

@media (max-width: 900px) {
  .wv-faq__inner {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .wv-faq__heading {
    max-width: 12ch;
  }

  .wv-faq__body {
    max-width: 36rem;
  }

  .wv-faq__art {
    display: none;
  }
}

@media (max-width: 560px) {
  .wv-faq__inner {
    gap: 2.5rem;
    padding-block: 4.5rem;
  }

  .wv-faq__trigger {
    gap: 0.7rem;
    grid-template-columns: 1.65rem minmax(0, 1fr) 1.7rem;
    padding-inline: 0.9rem;
  }

  .wv-faq__answer-inner {
    padding-inline: 3.25rem 1rem;
  }

  .wv-faq__contact {
    align-items: flex-start;
    display: grid;
    grid-template-columns: 2.7rem minmax(0, 1fr);
  }

  .wv-faq__contact a {
    grid-column: 2;
  }
}

@media (prefers-reduced-motion: reduce) {

  .wv-faq *,
  .wv-faq *::before,
  .wv-faq *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

/* WenVest system */

.site-header {
  align-items: center;
  color: var(--wv-white);
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  transition:
    background 180ms ease,
    border-color 180ms ease,
    padding 180ms ease;
  z-index: 50;
}

.site-header__inner {
  align-items: center;
  display: grid;
  gap: 24px;
  grid-template-columns: auto 1fr auto;
  margin-inline: auto;
  max-width: calc(var(--wv-page-max) + var(--wv-content-gutter) + var(--wv-content-gutter));
  min-width: 0;
  padding: 30px var(--wv-content-gutter);
  transition: padding 180ms ease;
  width: 100%;
}

.site-header--scrolled,
.site-header--open {
  background: rgb(3 10 16 / 88%);
  border-bottom: 1px solid var(--wv-border);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

.site-header--scrolled .site-header__inner,
.site-header--open .site-header__inner {
  padding-block: 18px;
}

.site-header__brand,
.site-header__nav,
.site-header__actions,
.site-header__action {
  align-items: center;
  display: flex;
}

.site-header__brand {
  gap: 12px;
  font-size: clamp(1.2rem, 2vw, 1.5rem);
  font-weight: 900;
  text-decoration: none;
}

.site-header__brand img {
  display: block;
  height: 40px;
  object-fit: contain;
  width: auto;
}

.site-header__brand span::first-letter {
  color: var(--wv-white);
}

.site-header__nav {
  gap: clamp(24px, 4vw, 54px);
  justify-content: center;
}

.site-header__actions {
  gap: 12px;
  justify-content: flex-end;
  min-width: 0;
}

.site-header__nav-link,
.site-header__action {
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-decoration: none;
  text-transform: uppercase;
}

.site-header__action {
  border: 1px solid var(--wv-accent);
  border-radius: 6px;
  gap: 12px;
  justify-content: center;
  min-height: 44px;
  min-width: 184px;
  padding: 0 18px;
  white-space: nowrap;
}

.site-header__action--secondary {
  background: rgb(3 10 16 / 28%);
  min-width: 0;
}

.site-header__toggle {
  background: transparent;
  border: 1px solid var(--wv-border);
  border-radius: 6px;
  display: none;
  height: 42px;
  padding: 0;
  width: 46px;
}

.site-header__toggle span {
  background: var(--wv-accent);
  display: block;
  height: 1px;
  margin: 6px auto;
  width: 20px;
}

.wv-section {
  color: var(--wv-text);
  overflow: hidden;
  position: relative;
}

.wv-section__inner,
.wv-hero__inner,
.wv-split__inner,
.wv-footer__inner {
  margin-inline: auto;
  max-width: var(--wv-page-max);
  position: relative;
  width: 100%;
}

.wv-theme-dark {
  --wv-theme-muted: var(--wv-muted);
  --wv-icon-surface: rgb(19 231 239 / 9%);
  --wv-icon-shadow: inset 0 0 0 1px rgb(19 231 239 / 20%), 0 0 26px rgb(19 231 239 / 10%);

  background:
    radial-gradient(circle at 55% 80%, rgb(19 231 239 / 12%), transparent 28%),
    linear-gradient(135deg, #02070d 0%, #04131d 54%, #02070d 100%);
}

.wv-theme-light {
  --wv-theme-muted: var(--wv-muted-dark);
  --wv-icon-surface: #ffffff;
  --wv-icon-shadow: 0 16px 42px rgb(4 28 38 / 8%);

  background: #f8fafc;
  color: var(--wv-ink);
}

.wv-section__intro {
  margin: 0 auto clamp(36px, 5vw, 64px);
  max-width: 920px;
  text-align: center;
}

.wv-section__intro .wv-eyebrow {
  display: grid;
  gap: 16px;
  justify-items: center;
}

.wv-section__intro .wv-eyebrow::before {
  background: linear-gradient(90deg, transparent, var(--wv-accent), transparent);
  content: "";
  height: 1px;
  order: 2;
  width: min(260px, 42vw);
}

.wv-section__intro .wv-eyebrow::after {
  box-shadow: 0 0 0 4px var(--wv-bg);
  order: 2;
  position: relative;
  top: -20px;
}

.wv-section h1,
.wv-section h2,
.wv-section h3 {
  color: inherit;
  font-weight: 400;
  letter-spacing: 0;
}

.wv-section h2 {
  font-size: clamp(3rem, 6.8vw, 5.4rem);
  line-height: 0.98;
}

.wv-section .rich-text {
  color: currentColor;
  font-size: clamp(1rem, 1.6vw, 1.32rem);
  line-height: 1.5;
  opacity: 0.78;
}

.wv-eyebrow {
  align-items: center;
  color: var(--wv-accent);
  display: inline-flex;
  font-size: 0.86rem;
  font-weight: 800;
  gap: 12px;
  letter-spacing: 0.24em;
  margin: 0 0 28px;
  text-transform: uppercase;
}

.wv-eyebrow::after {
  background: var(--wv-accent);
  border-radius: 999px;
  content: "";
  height: 7px;
  width: 7px;
}

.wv-accent-dot {
  color: var(--wv-accent);
}

.wv-button,
.wv-text-link {
  align-items: center;
  display: inline-flex;
  font-size: 0.8rem;
  font-weight: 900;
  gap: 14px;
  justify-content: center;
  letter-spacing: 0.18em;
  min-height: 56px;
  padding: 0 26px;
  text-decoration: none;
  text-transform: uppercase;
}

.wv-button {
  background: linear-gradient(180deg, #19eef6, #0fd6e3);
  border: 1px solid #16dbe7;
  border-radius: 6px;
  color: #031117;
  box-shadow: 0 18px 44px rgb(19 231 239 / 24%);
}

.wv-text-link {
  border-bottom: 1px solid var(--wv-accent);
  color: currentColor;
  min-height: 0;
  padding: 0 0 8px;
}

.wv-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: clamp(22px, 3vw, 44px);
  margin-top: clamp(28px, 4vw, 46px);
}

.wv-action-icon {
  border: 0;
  height: 1.15em;
  width: 1.15em;
}

.wv-action-icon::before {
  height: 1em;
  width: 1em;
}

.wv-action-icon.wv-icon--custom img {
  height: 1.15em;
  max-height: 1.15em;
  max-width: 1.15em;
  width: 1.15em;
}

.wv-icon {
  border: 1px solid var(--wv-accent);
  border-radius: 999px;
  color: var(--wv-accent);
  display: inline-grid;
  height: 58px;
  place-items: center;
  position: relative;
  width: 58px;
}

.wv-icon img {
  display: block;
  height: 52%;
  object-fit: contain;
  width: 52%;
}

.wv-icon--custom img {
  filter: brightness(0) saturate(100%) invert(78%) sepia(74%) saturate(1552%) hue-rotate(131deg) brightness(101%) contrast(92%);
  height: 68%;
  max-height: 42px;
  max-width: 42px;
  width: 68%;
}

.wv-icon:has(img)::before {
  display: none;
}

.wv-icon::before {
  content: "";
  height: 26px;
  width: 26px;
}

.wv-icon--chart::before,
.wv-icon--growth::before {
  background: linear-gradient(90deg, transparent 0 18%, currentColor 18% 26%, transparent 26% 38%, currentColor 38% 50%, transparent 50% 62%, currentColor 62% 74%, transparent 74%);
  border-bottom: 1px solid currentColor;
}

.wv-icon--shield::before {
  border: 1px solid currentColor;
  border-radius: 45% 45% 52% 52%;
  clip-path: polygon(50% 0, 100% 18%, 90% 72%, 50% 100%, 10% 72%, 0 18%);
}

.wv-icon--target::before {
  border: 1px solid currentColor;
  border-radius: 999px;
  box-shadow: inset 0 0 0 7px transparent, inset 0 0 0 8px currentColor;
}

.wv-icon--people::before,
.wv-icon--network::before {
  border: 1px solid currentColor;
  border-radius: 999px;
  box-shadow: 10px 9px 0 -7px currentColor, -10px 9px 0 -7px currentColor;
}

.wv-icon--globe::before,
.wv-icon--pie::before {
  border: 1px solid currentColor;
  border-radius: 999px;
  box-shadow: inset 8px 0 0 -7px currentColor, inset -8px 0 0 -7px currentColor;
}

.wv-icon--quote::before {
  content: "\"";
  font-size: 3rem;
  height: auto;
  line-height: 0.8;
  width: auto;
}

.wv-hero {
  min-height: 100svh;
  --wv-hero-bg-opacity: 0.35;
  --wv-hero-bg-position: 50% 50%;
  --wv-hero-overlay-opacity: 0.55;
}

.wv-hero__background {
  inset: 0;
  opacity: var(--wv-hero-bg-opacity);
  pointer-events: none;
  position: absolute;
  z-index: 0;
}

.wv-hero__background::after {
  background: rgb(0 0 0 / var(--wv-hero-overlay-opacity));
  content: "";
  inset: 0;
  position: absolute;
}

.wv-hero__background img {
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: var(--wv-hero-bg-position);
  width: 100%;
}

.wv-featured-hero {
  --wv-hero-bg-opacity: 0.45;
  --wv-hero-overlay-opacity: 0.65;
  min-height: clamp(420px, 48vh, 560px);
}

.wv-featured-hero__inner {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: clamp(18px, 2.4vw, 28px);
  justify-content: center;
  margin-inline: auto;
  max-width: calc(var(--wv-page-max) + var(--wv-content-gutter) + var(--wv-content-gutter));
  min-height: inherit;
  padding: clamp(96px, 10vw, 132px) var(--wv-content-gutter) clamp(56px, 6vw, 88px);
  position: relative;
  width: 100%;
  z-index: 1;
}

.wv-featured-hero__breadcrumbs ol {
  align-items: center;
  color: rgb(255 255 255 / 72%);
  display: flex;
  flex-wrap: wrap;
  font-size: 0.95rem;
  gap: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}

.wv-featured-hero__breadcrumbs li {
  align-items: center;
  display: inline-flex;
}

.wv-featured-hero__breadcrumbs li:not(:last-child)::after {
  color: rgb(255 255 255 / 42%);
  content: "/";
  margin-inline: 0.55rem;
}

.wv-featured-hero__breadcrumbs a {
  color: inherit;
  text-decoration: none;
}

.wv-featured-hero__breadcrumbs a:hover {
  color: #fff;
}

.wv-featured-hero__breadcrumbs li:last-child span {
  color: var(--wv-accent);
}

.wv-featured-hero__heading {
  font-size: clamp(3rem, 6vw, 4.75rem);
  line-height: 1.02;
  margin: 0;
  max-width: 14ch;
}

.wv-featured-hero__accent {
  background: var(--wv-accent);
  display: block;
  height: 3px;
  width: clamp(4.5rem, 12vw, 7.5rem);
}

.wv-featured-hero__body {
  color: rgb(255 255 255 / 88%);
  font-size: clamp(1.05rem, 1.8vw, 1.28rem);
  line-height: 1.55;
  margin: 0;
  max-width: 42rem;
}

.wv-featured-hero__body .rich-text {
  margin: 0;
  opacity: 1;
}

.wv-theme-light .wv-featured-hero__breadcrumbs ol {
  color: rgb(15 23 42 / 62%);
}

.wv-theme-light .wv-featured-hero__breadcrumbs li:not(:last-child)::after {
  color: rgb(15 23 42 / 34%);
}

.wv-theme-light .wv-featured-hero__breadcrumbs a:hover {
  color: var(--wv-ink);
}

.wv-theme-light .wv-featured-hero__body {
  color: rgb(15 23 42 / 82%);
}

.wv-hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 1.25fr) minmax(160px, 0.36fr);
  grid-template-rows: minmax(4rem, 0.8fr) auto minmax(14rem, 1.2fr);
  max-width: calc(var(--wv-page-max) + var(--wv-content-gutter) + var(--wv-content-gutter));
  min-height: 100svh;
  padding:
    clamp(24px, 3vw, 44px) var(--wv-content-gutter) clamp(48px, 6vh, 88px);
}

.wv-hero__grid {
  background-image:
    linear-gradient(rgb(19 231 239 / 12%) 1px, transparent 1px),
    linear-gradient(90deg, rgb(19 231 239 / 12%) 1px, transparent 1px);
  background-size: 72px 72px;
  inset: 0 0 0 50%;
  mask-image: linear-gradient(90deg, transparent, #000 18%, #000 78%, transparent);
  opacity: 0.8;
  position: absolute;
}

.wv-hero__content {
  align-self: center;
  display: flex;
  flex-direction: column;
  grid-column: 1 / 2;
  grid-row: 2;
  max-width: 660px;
  position: relative;
  z-index: 2;
}

.wv-hero__heading {
  font-size: clamp(4.5rem, 8.2vw, 8.1rem);
  line-height: 0.92;
  margin: 0;
}

.wv-hero__heading+.wv-hero__body {
  margin-top: clamp(1.25rem, 2.2vw, 2.5rem);
}

.wv-hero__body .rich-text {
  margin: 0;
  max-width: 38rem;
}

.wv-hero__media {
  align-self: center;
  grid-column: 2 / 4;
  grid-row: 2;
  height: min(54vh, 560px);
  min-height: 420px;
  position: relative;
  z-index: 1;
}

.wv-media {
  overflow: hidden;
  position: relative;
}

.wv-media img {
  display: block;
  height: 100%;
  inset: 0;
  object-fit: cover;
  position: absolute;
  width: 100%;
}

.wv-media::before,
.wv-media::after {
  content: "";
  pointer-events: none;
  position: absolute;
}

.wv-hero__media::before {
  background:
    linear-gradient(115deg, transparent 0 34%, rgb(19 231 239 / 70%) 34.2% 34.4%, transparent 34.7%),
    radial-gradient(circle at 52% 70%, rgb(19 231 239 / 18%), transparent 28%);
  inset: 0;
  z-index: 2;
}

.wv-media--architectural-curve.wv-media--empty::after {
  background:
    linear-gradient(145deg, transparent 0 42%, rgb(19 231 239 / 82%) 42.1% 42.35%, transparent 42.6%),
    linear-gradient(165deg, transparent 0 54%, rgb(255 255 255 / 55%) 54.1% 54.25%, transparent 54.45%),
    linear-gradient(130deg, transparent 0 58%, rgb(255 255 255 / 10%) 58% 72%, transparent 72%),
    linear-gradient(25deg, transparent 0 58%, rgb(255 255 255 / 8%) 58% 72%, transparent 72%);
  border-radius: 44% 0 0 18%;
  bottom: 0;
  filter: drop-shadow(0 0 50px rgb(19 231 239 / 28%));
  right: 4vw;
  top: 12vh;
  width: min(48vw, 720px);
}

.wv-media--horizon-glow.wv-media--empty::after {
  background:
    linear-gradient(90deg, transparent, rgb(19 231 239 / 80%), transparent) center bottom / 2px 58% no-repeat,
    radial-gradient(ellipse at center bottom, rgb(19 231 239 / 50%), rgb(19 231 239 / 14%) 22%, transparent 58%);
  bottom: -14%;
  height: 42%;
  left: 4%;
  right: 4%;
}

.wv-media--financial-chart.wv-media--empty::after {
  background:
    linear-gradient(135deg, transparent 0 56%, rgb(19 231 239 / 88%) 56.15% 56.45%, transparent 56.7%),
    linear-gradient(150deg, transparent 0 66%, rgb(19 231 239 / 58%) 66.15% 66.35%, transparent 66.6%),
    repeating-linear-gradient(90deg, rgb(19 231 239 / 12%) 0 1px, transparent 1px 30px),
    repeating-linear-gradient(0deg, rgb(19 231 239 / 10%) 0 1px, transparent 1px 28px);
  inset: 42% 0 0;
}

.wv-media--modern-building.wv-media--empty::after,
.wv-media--concrete-stairs.wv-media--empty::after {
  background:
    linear-gradient(140deg, transparent 0 42%, rgb(255 255 255 / 70%) 42.15% 42.35%, transparent 42.55%),
    repeating-linear-gradient(170deg, transparent 0 34px, rgb(255 255 255 / 12%) 35px 36px, transparent 37px 70px),
    linear-gradient(145deg, transparent 0 50%, rgb(255 255 255 / 8%) 50% 72%, transparent 72%);
  inset: 16% 0 0 0;
}

.wv-media--global-network.wv-media--empty::after {
  background:
    radial-gradient(circle at 20% 70%, var(--wv-accent) 0 2px, transparent 3px),
    radial-gradient(circle at 45% 54%, var(--wv-accent) 0 2px, transparent 3px),
    radial-gradient(circle at 70% 62%, var(--wv-accent) 0 2px, transparent 3px),
    radial-gradient(ellipse at center bottom, rgb(19 231 239 / 72%), transparent 45%),
    repeating-radial-gradient(ellipse at center bottom, transparent 0 36px, rgb(19 231 239 / 34%) 37px 38px, transparent 39px 72px);
  inset: 36% -12% -8%;
}

.wv-media--wave-lines.wv-media--empty::after {
  background:
    repeating-radial-gradient(ellipse at 100% 0%, transparent 0 54px, rgb(19 231 239 / 32%) 55px 56px, transparent 57px 94px);
  inset: 0;
}

.wv-hero__stats {
  align-self: center;
  display: grid;
  gap: clamp(34px, 6vh, 68px);
  grid-column: 3 / 4;
  grid-row: 2;
  margin: 0;
  position: relative;
  z-index: 3;
}

.wv-hero__stats div {
  border-left: 1px solid rgb(255 255 255 / 16%);
  display: grid;
  justify-items: center;
  padding-left: 28px;
  width: fit-content;
  text-align: center;
}

.wv-hero__stats .wv-icon {
  height: 38px;
  margin: 0 0 16px;
  width: 38px;
}

.wv-hero__stats .wv-icon--custom img {
  height: 78%;
  max-height: 34px;
  max-width: 34px;
  width: 78%;
}

.wv-hero__stats dt,
.wv-stat-row dt {
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.wv-hero__stats dd,
.wv-stat-row dd {
  color: var(--wv-accent);
  font-size: clamp(2.2rem, 3.2vw, 3.8rem);
  font-weight: 300;
  line-height: 1;
  margin: 0 0 10px;
}

.wv-hero__features {
  align-self: end;
  background: rgb(3 18 27 / 78%);
  border: 1px solid var(--wv-border);
  border-radius: 8px;
  display: grid;
  grid-column: 1 / 2;
  grid-row: 3;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 760px;
  position: relative;
  width: 100%;
  z-index: 4;
}

.wv-hero__features--count-1 {
  grid-template-columns: minmax(0, 1fr);
  max-width: 320px;
}

.wv-hero__features--count-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 560px;
}

.wv-hero__features--count-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.wv-hero__features article {
  min-height: 0;
  padding: 26px 28px;
}

.wv-hero__features article+article {
  border-left: 1px solid rgb(255 255 255 / 18%);
}

.wv-hero__feature-icon {
  display: grid;
  height: 34px;
  margin-inline: 0;
  place-items: center;
  width: 34px;
}

.wv-hero__features .wv-icon {
  border: 0;
  display: grid;
  height: 34px;
  place-items: center;
  width: 34px;
}

.wv-hero__features .wv-icon::before {
  height: 26px;
  width: 26px;
}

.wv-hero__features .wv-icon--custom img {
  display: block;
  height: 26px;
  max-height: 26px;
  max-width: 26px;
  object-fit: contain;
  object-position: center;
  width: 26px;
}

.wv-hero__features h3 {
  font-size: 1rem;
  font-weight: 700;
  margin: 18px 0 8px;
}

.wv-hero__features p {
  color: var(--wv-muted);
  font-size: 0.92rem;
  line-height: 1.55;
  margin: 0;
}

.wv-hero__scroll {
  align-items: center;
  align-self: end;
  display: flex;
  gap: 26px;
  grid-column: 2 / 4;
  grid-row: 3;
  justify-content: flex-end;
  position: relative;
  z-index: 3;
}

.wv-hero__scroll span {
  background: var(--wv-accent);
  height: 1px;
  width: min(180px, 12vw);
}

.wv-hero__scroll p {
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  margin: 0;
  text-transform: uppercase;
}

.wv-hero__scroll i {
  background: rgb(255 255 255 / 35%);
  display: block;
  height: 52px;
  position: relative;
  width: 1px;
}

.wv-hero__scroll i::after {
  background: var(--wv-accent);
  border-radius: 999px;
  bottom: 0;
  content: "";
  height: 7px;
  left: -3px;
  position: absolute;
  width: 7px;
}

.wv-centered-stats,
.wv-capabilities {
  padding: clamp(82px, 10vw, 150px) clamp(20px, 6vw, 100px);
}

.wv-credentials-strip {
  background: var(--wv-bg);
  border-block: 1px solid var(--wv-border);
  color: var(--wv-text);
  overflow: hidden;
  position: relative;
}

.wv-credentials-strip::before {
  background: linear-gradient(90deg,
      transparent,
      color-mix(in srgb, var(--wv-accent) 72%, transparent),
      transparent);
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  top: -1px;
  transform: translateX(-50%);
  width: min(38rem, 55vw);
}

.wv-credentials-strip::after {
  background: radial-gradient(ellipse at center,
      color-mix(in srgb, var(--wv-accent) 10%, transparent),
      transparent 68%);
  content: "";
  height: 10rem;
  left: 50%;
  pointer-events: none;
  position: absolute;
  top: -5rem;
  transform: translateX(-50%);
  width: min(52rem, 80vw);
}

.wv-credentials-strip__inner {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: clamp(1.75rem, 3.5vw, 2.75rem) clamp(20px, 4.6vw, 72px);
  position: relative;
  text-align: center;
  z-index: 1;
}

.wv-credentials-strip__text {
  color: var(--wv-text);
  font-size: var(--site-type-body-size);
  font-weight: 600;
  letter-spacing: var(--site-type-body-letter-spacing);
  line-height: 1.65;
  margin: 0;
  max-width: 100%;
}

.wv-regulatory-table {
  padding: clamp(4.5rem, 8vw, 7.5rem) clamp(20px, 6vw, 100px);
}

.wv-regulatory-table__inner {
  position: relative;
}

.wv-regulatory-table__intro {
  margin-bottom: clamp(2.5rem, 5vw, 4rem);
  max-width: 52rem;
}

.wv-regulatory-table__heading {
  color: var(--wv-text);
  margin: 0;
}

.wv-regulatory-table__heading::after {
  background: linear-gradient(90deg, var(--wv-accent), transparent);
  content: "";
  display: block;
  height: 1px;
  margin-top: 1.5rem;
  width: 5rem;
}

.wv-regulatory-table__body {
  color: var(--wv-theme-muted);
  margin-top: 1.5rem;
  max-width: var(--site-text-measure);
}

.wv-regulatory-table__body .rich-text {
  color: inherit;
  opacity: 1;
}

.wv-regulatory-table__body .rich-text> :first-child {
  margin-top: 0;
}

.wv-regulatory-table__body .rich-text> :last-child {
  margin-bottom: 0;
}

.wv-regulatory-table__frame {
  background: color-mix(in srgb, var(--wv-bg-soft) 74%, transparent);
  border: 1px solid var(--wv-border);
  border-radius: var(--site-card-radius);
  overflow-x: auto;
  overflow-y: hidden;
  position: relative;
}

.wv-regulatory-table__frame::before {
  background: linear-gradient(90deg, var(--wv-accent), transparent);
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.wv-regulatory-table table {
  border-collapse: collapse;
  table-layout: auto;
  width: 100%;
}

.wv-regulatory-table th,
.wv-regulatory-table td {
  border-bottom: 1px solid var(--wv-border);
  padding: clamp(1.25rem, 2.5vw, 2rem);
  text-align: left;
  vertical-align: top;
  white-space: pre-line;
}

.wv-regulatory-table thead th {
  background: color-mix(in srgb, var(--wv-accent) 7%, var(--wv-bg-soft));
  color: var(--wv-text);
  font-weight: 700;
}

.wv-regulatory-table tbody th {
  color: var(--wv-text);
  font-weight: 700;
}

.wv-regulatory-table td {
  color: var(--wv-theme-muted);
}

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

.wv-regulatory-table tr>*+* {
  border-left: 1px solid var(--wv-border);
}

.wv-policy-content {
  padding: clamp(4rem, 7vw, 6.5rem) clamp(20px, 6vw, 100px);
}

.wv-policy-content+.wv-policy-content {
  border-top: 1px solid var(--wv-border);
}

.wv-policy-content__article {
  max-width: 58rem;
}

.wv-policy-content__heading-wrap {
  margin-bottom: clamp(1.75rem, 3vw, 2.5rem);
}

.wv-policy-content__heading {
  color: var(--wv-text);
  margin: 0;
}

.wv-policy-content__accent {
  background: linear-gradient(90deg, var(--wv-accent), transparent);
  display: block;
  height: 1px;
  margin-top: 1.25rem;
  width: 5rem;
}

.wv-policy-content__body {
  color: var(--wv-theme-muted);
}

.wv-policy-content__body .rich-text {
  color: inherit;
  opacity: 1;
}

.wv-policy-content__body .rich-text> :first-child {
  margin-top: 0;
}

.wv-policy-content__body .rich-text> :last-child {
  margin-bottom: 0;
}

.wv-policy-content__body .rich-text p,
.wv-policy-content__body .rich-text li {
  line-height: 1.75;
}

.wv-policy-content__body .rich-text h2,
.wv-policy-content__body .rich-text h3,
.wv-policy-content__body .rich-text h4 {
  color: var(--wv-text);
  margin-bottom: 1rem;
  margin-top: 2.5rem;
}

.wv-policy-content__body .rich-text ul,
.wv-policy-content__body .rich-text ol {
  padding-left: 1.4rem;
}

.wv-policy-content__body .rich-text li+li {
  margin-top: 0.6rem;
}

.wv-policy-content__actions {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.5rem;
  margin-top: 2rem;
}

.wv-legal-document {
  padding-block: clamp(5rem, 8vw, 8rem);
}

.wv-legal-document__article {
  min-width: 0;
  width: 100%;
}

.wv-legal-document__header {
  border-bottom: 1px solid var(--wv-border);
  margin-bottom: clamp(2.5rem, 5vw, 4rem);
  padding-bottom: clamp(2rem, 4vw, 3rem);
}

.wv-legal-document__title {
  color: var(--wv-text);
  margin: 0;
}

.wv-legal-document__title::after {
  background: linear-gradient(90deg, var(--wv-accent), transparent);
  content: "";
  display: block;
  height: 1px;
  margin-top: 1.5rem;
  width: 5rem;
}

.wv-legal-document__metadata {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem 3rem;
  margin: 2rem 0 0;
}

.wv-legal-document__metadata-item {
  display: grid;
  gap: 0.35rem;
}

.wv-legal-document__metadata dt {
  color: var(--wv-accent);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.wv-legal-document__metadata dd {
  color: var(--wv-text);
  margin: 0;
}

.wv-legal-navigation {
  border-bottom: 1px solid var(--wv-border);
  margin-bottom: clamp(2.5rem, 5vw, 4rem);
  padding-bottom: 1rem;
}

.wv-legal-navigation__scroll {
  width: 100%;
}

.wv-legal-navigation__list {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
  list-style: none;
  margin: 0;
  min-width: 0;
  padding: 0;
  width: 100%;
}

.wv-legal-navigation__item {
  margin: 0;
  max-width: 100%;
  min-width: 0;
  padding: 0;
}

.wv-legal-navigation__link {
  border: 1px solid transparent;
  border-radius: 999px;
  color: var(--wv-theme-muted);
  display: inline-flex;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  padding: 0.65rem 1rem;
  text-decoration: none;
  text-transform: uppercase;
  transition:
    border-color 180ms ease,
    color 180ms ease,
    background-color 180ms ease;
  white-space: nowrap;
}

.wv-legal-navigation__link:hover {
  border-color: var(--wv-border);
  color: var(--wv-text);
}

.wv-legal-navigation__link:focus-visible {
  border-color: var(--wv-accent);
  color: var(--wv-text);
  outline: 2px solid var(--wv-accent);
  outline-offset: 2px;
}

.wv-legal-navigation__link.is-active {
  background: color-mix(in srgb, var(--wv-accent) 10%, transparent);
  border-color: color-mix(in srgb, var(--wv-accent) 60%, transparent);
  color: var(--wv-accent);
}

.wv-legal-document__structured {
  display: grid;
  gap: clamp(3rem, 6vw, 4.5rem);
}

.wv-legal-document__rich-text-section {
  min-width: 0;
}

.wv-regulatory-table--embedded {
  background: transparent;
  color: inherit;
  padding: 0;
  position: relative;
}

.wv-regulatory-table--embedded .wv-regulatory-table__intro {
  max-width: 52rem;
}

.wv-legal-document__content {
  color: var(--wv-theme-muted);
}

.wv-legal-document__content .rich-text {
  color: inherit;
  opacity: 1;
}

.wv-legal-document__content .rich-text> :first-child {
  margin-top: 0;
}

.wv-legal-document__content .rich-text> :last-child {
  margin-bottom: 0;
}

.wv-legal-document__content .rich-text h2 {
  border-top: 1px solid var(--wv-border);
  color: var(--wv-text);
  margin: clamp(3rem, 6vw, 4.5rem) 0 1.25rem;
  padding-top: clamp(2rem, 4vw, 3rem);
}

.wv-legal-document__content .rich-text h2:first-child {
  border-top: 0;
  margin-top: 0;
  padding-top: 0;
}

.wv-legal-document__content .rich-text h3,
.wv-legal-document__content .rich-text h4 {
  color: var(--wv-text);
  margin: 2.25rem 0 1rem;
}

.wv-legal-document__content .rich-text p,
.wv-legal-document__content .rich-text li {
  line-height: 1.8;
}

.wv-legal-document__content .rich-text p {
  margin: 0 0 1.25rem;
}

.wv-legal-document__content .rich-text ul,
.wv-legal-document__content .rich-text ol {
  margin: 1.25rem 0;
  padding-left: 1.5rem;
}

.wv-legal-document__content .rich-text li+li {
  margin-top: 0.65rem;
}

.wv-legal-document__content .rich-text strong {
  color: var(--wv-text);
}

.wv-legal-document__content .rich-text a {
  color: var(--wv-accent);
  font-weight: 600;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
}

.wv-legal-document__content .rich-text blockquote {
  border-left: 2px solid var(--wv-accent);
  margin: 2rem 0;
  padding-left: 1.5rem;
}

.wv-centered-stats {
  min-height: 100svh;
}

.wv-stat-row {
  display: grid;
  gap: 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0 auto;
  max-width: 780px;
}

.wv-stat-row div {
  display: grid;
  justify-items: center;
  padding: 0 clamp(24px, 4vw, 56px);
  text-align: center;
}

.wv-stat-row div+div {
  border-left: 1px solid rgb(255 255 255 / 30%);
}

.wv-horizon {
  background: radial-gradient(ellipse at center, rgb(19 231 239 / 55%), transparent 58%);
  height: 120px;
  margin: 36px auto -130px;
  max-width: 900px;
}

.wv-split {
  min-height: 860px;
}

.wv-split__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  margin-inline: 0;
  max-width: none;
  min-height: 860px;
  width: 100%;
}

.wv-split__copy {
  align-self: center;
  grid-column: 1;
  grid-row: 1;
  justify-self: end;
  max-width: calc(var(--wv-page-max) / 2);
  padding: clamp(60px, 8vw, 120px) clamp(32px, 7vw, 110px);
  width: 100%;
}

.wv-split--media-left .wv-split__copy {
  grid-column: 2;
  justify-self: start;
}

/* The copy panel can sit beside dark media, but its light variant must retain
 * its own foreground tokens rather than inheriting a surrounding dark theme. */
.wv-split.wv-theme-light .wv-split__copy {
  color: var(--site-light-heading, var(--wv-ink));
}

.wv-split.wv-theme-light .wv-split__copy :is(h2, h3) {
  color: var(--site-light-heading, var(--wv-ink));
}

.wv-split.wv-theme-light .wv-split__copy :is(.rich-text, .rich-text p, .wv-feature-list p) {
  color: var(--site-light-text, var(--wv-muted-dark));
}

.wv-split .wv-section__intro {
  margin-inline: 0;
  max-width: 620px;
  text-align: left;
}

.wv-feature-list {
  display: grid;
  gap: 30px;
  margin-top: 34px;
}

.wv-feature-list article {
  align-items: center;
  display: grid;
  gap: 28px;
  grid-template-columns: auto 1fr;
}

.wv-feature-list .wv-icon {
  background: var(--wv-icon-surface);
  box-shadow: var(--wv-icon-shadow);
}

.wv-feature-list__media-icon.wv-icon--custom {
  overflow: hidden;
}

.wv-feature-list__media-icon.wv-icon--custom img {
  height: 100%;
  max-height: none;
  max-width: none;
  transform: scale(0.92);
  transform-origin: center;
  width: 100%;
}

.wv-feature-list h3 {
  font-size: 1.15rem;
  font-weight: 800;
  margin: 0 0 6px;
}

.wv-feature-list p {
  color: var(--wv-muted-dark);
  margin: 0;
}

.wv-split__media {
  align-self: stretch;
  background:
    linear-gradient(130deg, rgb(19 231 239 / 32%) 0 0.2%, transparent 0.4%),
    linear-gradient(150deg, #111b22, #02070b);
  grid-column: 2;
  grid-row: 1;
  height: 100%;
  justify-self: stretch;
  min-height: 100%;
  width: 100%;
}

.wv-split--media-left .wv-split__media {
  grid-column: 1;
}

.wv-split__media blockquote {
  color: var(--site-dark-heading, #f7fbff);
  left: clamp(34px, 6vw, 100px);
  margin: 0;
  max-width: 420px;
  position: absolute;
  top: 28%;
  z-index: 4;
}

/* Mirror the quote inset when media leads, keeping it close to the copy seam. */
.wv-split--media-left .wv-split__media blockquote {
  left: auto;
  right: clamp(34px, 6vw, 100px);
}

.wv-split__media blockquote p {
  font-size: clamp(1.6rem, 2.3vw, 2.2rem);
  line-height: 1.25;
  text-shadow: 0 2px 18px rgb(0 0 0 / 45%);
}

.wv-capability-grid {
  display: grid;
  gap: clamp(24px, 3vw, 42px);
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

/* Keep incomplete or intentionally compact capability sets visually balanced. */
.wv-capability-grid--count-1 {
  grid-template-columns: minmax(0, 380px);
  justify-content: center;
}

.wv-capability-grid--count-2 {
  grid-template-columns: repeat(2, minmax(0, 380px));
  justify-content: center;
}



.wv-coming-soon-tag {
  align-items: center;
  background: rgb(19 231 239 / 10%);
  border: 1px solid rgb(19 231 239 / 42%);
  border-radius: 999px;
  color: var(--wv-accent);
  display: inline-flex;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  line-height: 1;
  padding: 0.45rem 0.7rem;
  white-space: nowrap;
  width: max-content;
}

.wv-theme-light .wv-coming-soon-tag {
  background: rgb(19 231 239 / 12%);
  border-color: rgb(4 33 45 / 18%);
  color: var(--wv-ink);
}

.wv-capability-card>.wv-coming-soon-tag {
  justify-self: start;
  margin-bottom: 1rem;
}

.wv-feature-list__heading-row {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-bottom: 6px;
}

.wv-feature-list__heading-row h3 {
  margin: 0;
}

.wv-faq__question-wrap {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 0.75rem;
  min-width: 0;
}

.wv-capability-card {
  align-content: start;
  background: linear-gradient(180deg, rgb(6 25 37 / 82%), rgb(1 8 13 / 88%));
  border: 1px solid rgb(255 255 255 / 18%);
  border-radius: 8px;
  display: grid;
  grid-auto-rows: max-content;
  min-height: 560px;
  overflow: hidden;
  padding: 34px;
  position: relative;
}

.wv-theme-light .wv-capability-card {
  background:
    radial-gradient(circle at 18% 12%, rgb(19 231 239 / 18%), transparent 32%),
    linear-gradient(145deg, #ffffff 0%, #f4fbfc 48%, #e7f3f6 100%);
  border-color: rgb(4 33 45 / 14%);
  box-shadow:
    0 24px 70px rgb(4 28 38 / 12%),
    inset 0 1px 0 rgb(255 255 255 / 86%);
  color: var(--wv-ink);
}

.wv-theme-light .wv-capability-card:hover {
  border-color: rgb(19 231 239 / 46%);
  box-shadow:
    0 28px 80px rgb(4 28 38 / 14%),
    0 0 34px rgb(19 231 239 / 14%),
    inset 0 1px 0 rgb(255 255 255 / 92%);
}

.wv-capability-card::before {
  display: none;
}

.wv-capability-card__top {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
  padding-bottom: 18px;
  position: relative;
}

.wv-capability-card__top::after {
  background: var(--wv-accent);
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 72px;
}

.wv-capability-card__top .wv-icon {
  background: var(--wv-icon-surface);
  box-shadow: var(--wv-icon-shadow);
}

.wv-capability-card__icon.wv-icon--custom {
  overflow: hidden;
}

.wv-capability-card__icon.wv-icon--custom img {
  height: 100%;
  max-height: none;
  max-width: none;
  transform: scale(0.92);
  transform-origin: center;
  width: 100%;
}

.wv-capability-card__top span {
  color: var(--wv-accent);
  font-size: 1.45rem;
}

.wv-capability-card h3 {
  font-size: clamp(2rem, 3.2vw, 3rem);
  line-height: 1.12;
  margin: 0 0 22px;
}

.wv-theme-light .wv-capability-card h3 {
  color: var(--wv-ink);
}

.wv-capability-card .rich-text {
  font-size: 1rem;
  max-width: 340px;
}

.wv-theme-light .wv-capability-card .rich-text {
  color: var(--wv-muted-dark);
  opacity: 1;
}

.wv-theme-light .wv-capability-card .wv-text-link {
  color: var(--wv-ink);
}

.wv-capability-card .wv-text-link {
  align-self: start;
  justify-self: start;
  margin-top: 18px;
}

.wv-capability-card__media {
  height: 34%;
  inset: auto 0 0;
  position: absolute;
}

.wv-theme-light .wv-capability-card__media {
  opacity: 0.3;
}

.wv-theme-light .wv-capability-card__media::after {
  background: linear-gradient(180deg, transparent, rgb(255 255 255 / 68%));
  content: "";
  inset: 0;
  position: absolute;
}

/* Page-specific legal footer */

.wv-page-legal-footer {
  background: var(--wv-bg);
  border-top: 1px solid var(--wv-border);
  color: var(--wv-theme-muted);
}

.wv-page-legal-footer__inner {
  margin-inline: auto;
  max-width: calc(var(--wv-page-max) + var(--wv-content-gutter) + var(--wv-content-gutter));
  padding: clamp(28px, 4vw, 44px) var(--wv-content-gutter);
  width: 100%;
}

.wv-page-legal-footer__inner p {
  color: var(--wv-theme-muted);
  font-size: var(--site-type-body-size);
  line-height: 1.7;
  margin: 0;
}

.wv-page-legal-footer__inner p+p {
  margin-top: 1rem;
}

.wv-footer {
  padding: 0;
}

.wv-footer__notice {
  border-bottom: 1px solid var(--wv-border);
  border-top: 1px solid var(--wv-border);
}

.wv-footer__notice-inner {
  margin-inline: auto;
  max-width: calc(var(--wv-page-max) + var(--wv-content-gutter) + var(--wv-content-gutter));
  padding: clamp(28px, 4vw, 44px) var(--wv-content-gutter);
  position: relative;
  width: 100%;
}

.wv-footer__notice-inner p {
  color: var(--wv-theme-muted);
  font-size: var(--site-type-body-size);
  font-weight: var(--site-type-body-weight);
  letter-spacing: var(--site-type-body-letter-spacing);
  line-height: var(--site-type-body-line-height);
  margin: 0;
  width: 100%;
}

.wv-footer__notice-inner p+p {
  margin-top: 1rem;
}

.wv-footer__inner {
  max-width: calc(var(--wv-page-max) + var(--wv-content-gutter) + var(--wv-content-gutter));
  padding: clamp(46px, 6vw, 80px) var(--wv-content-gutter);
}

.wv-footer__cta,
.wv-footer__newsletter {
  border: 1px solid var(--wv-border);
  border-radius: 8px;
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.9fr);
  padding: clamp(28px, 5vw, 54px);
  position: relative;
  overflow: hidden;
}

.wv-footer__cta::after {
  background:
    repeating-radial-gradient(ellipse at 100% 35%, transparent 0 55px, rgb(19 231 239 / 32%) 56px 57px, transparent 58px 96px),
    radial-gradient(circle at 82% 54%, rgb(19 231 239 / 70%), transparent 4%);
  content: "";
  inset: 0;
  opacity: 0.9;
  pointer-events: none;
  position: absolute;
}

.wv-footer__cta>* {
  position: relative;
  z-index: 1;
}

.wv-footer__cta h2 {
  color: var(--wv-white);
  font-size: clamp(2.8rem, 5.4vw, 5rem);
  line-height: 1;
  margin: 0;
}

.wv-footer__main {
  border-bottom: 1px solid var(--wv-border);
  border-top: 1px solid var(--wv-border);
  display: grid;
  gap: clamp(48px, 6vw, 96px);
  grid-template-columns: minmax(240px, 0.95fr) minmax(0, 3.05fr);
  margin-top: 44px;
  padding: 44px 0;
}

.wv-footer__brand img {
  max-height: 54px;
  max-width: 180px;
}

.wv-footer__brand strong {
  font-size: 1.8rem;
}

.wv-footer__navigation {
  display: grid;
  gap: clamp(24px, 3vw, 46px);
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  min-width: 0;
}

.wv-footer__nav-column {
  min-width: 0;
}

.wv-footer__nav-column h3 {
  margin: 0;
}

.wv-footer__nav-column h3::after {
  background: var(--brand-primary);
  content: "";
  display: block;
  height: 1px;
  margin-top: 10px;
  width: 42px;
}

.wv-footer__nav-column .wv-footer__link {
  font-size: 0.9rem;
  line-height: 1.45;
  margin-top: 12px;
}

.wv-footer__nav-column .wv-footer__link:hover {
  color: var(--brand-primary);
}

.wv-footer.wv-theme-dark .wv-footer__nav-column h3 {
  color: var(--wv-white);
}

.wv-footer.wv-theme-light .wv-footer__nav-column h3 {
  color: var(--wv-ink);
}

.wv-footer__brand p,
.wv-footer__legal p,
.wv-footer__cta p,
.wv-footer__newsletter p {
  color: var(--wv-theme-muted);
}

.wv-footer h3 {
  color: var(--brand-primary);
  font-size: 0.9rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.wv-footer__link {
  color: var(--wv-theme-muted);
  display: flex;
  margin-top: 14px;
  text-decoration: none;
}

.wv-footer__social {
  display: flex;
  gap: 14px;
  margin-top: 24px;
}

.wv-footer__social a {
  align-items: center;
  border: 1px solid var(--wv-border);
  border-radius: 999px;
  display: flex;
  height: 44px;
  justify-content: center;
  width: 44px;
}

.wv-footer__newsletter {
  align-items: center;
  margin-top: 32px;
}

.wv-footer__newsletter .payload-form-shell,
.wv-footer__newsletter .payload-form,
.wv-footer__newsletter-form-wrap {
  min-width: 0;
  width: 100%;
}

.wv-footer__collection-notice {
  margin-top: 14px;
}

.wv-footer__collection-notice .rich-text {
  margin: 0;
}

.wv-footer__collection-notice .rich-text p {
  color: var(--wv-theme-muted);
  font-size: 0.78rem;
  line-height: 1.55;
  margin: 0;
}

.wv-footer__collection-notice .rich-text a {
  color: var(--brand-primary);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.wv-newsletter-form {
  align-items: center;
  display: grid;
  gap: 16px;
  grid-template-columns: minmax(0, 1fr) auto;
}

.wv-newsletter-form label span {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.wv-newsletter-form input {
  background: rgb(0 0 0 / 18%);
  border: 1px solid var(--wv-border);
  border-radius: 8px;
  color: var(--wv-white);
  font: inherit;
  min-height: 64px;
  padding: 0 26px;
  width: 100%;
}

.wv-newsletter-form button {
  align-items: center;
  background: linear-gradient(180deg, #19eef6, #0fd6e3);
  border: 0;
  border-radius: 8px;
  color: #031117;
  display: inline-flex;
  font-size: 0.8rem;
  font-weight: 900;
  gap: 16px;
  justify-content: center;
  letter-spacing: 0.18em;
  min-height: 64px;
  padding: 0 30px;
  text-transform: uppercase;
}

.wv-footer__legal {
  align-items: center;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  padding-top: 32px;
}

.wv-footer__legal nav {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
}

@media (max-width: 1280px) {
  .site-header__nav {
    gap: clamp(18px, 2.6vw, 34px);
  }

  .site-header__action {
    font-size: 0.72rem;
    min-width: 0;
    padding-inline: 14px;
  }
}

@media (max-width: 1180px) {
  .site-header__inner {
    grid-template-columns: auto auto;
    padding-inline: var(--wv-content-gutter);
  }

  .site-header__toggle {
    display: block;
    justify-self: end;
  }

  .site-header__nav,
  .site-header__actions {
    display: none;
  }

  .site-header--open .site-header__nav,
  .site-header--open .site-header__actions {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    grid-column: 1 / -1;
  }

  .wv-footer__cta,
  .wv-footer__newsletter {
    grid-template-columns: 1fr;
  }

  .wv-footer__main {
    grid-template-columns: 1fr;
  }

  .wv-footer__brand {
    grid-column: auto;
    max-width: 32rem;
  }

  .wv-footer__navigation {
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  }
}

@media (max-width: 1020px) {
  .site-header__inner {
    grid-template-columns: auto auto;
  }

  .site-header__toggle {
    display: block;
    justify-self: end;
  }

  .site-header__nav,
  .site-header__actions {
    display: none;
  }

  .site-header--open .site-header__nav,
  .site-header--open .site-header__actions {
    display: flex;
    grid-column: 1 / -1;
  }

  .site-header--open .site-header__nav,
  .site-header--open .site-header__actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .wv-hero__inner {
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: none;
  }

  .wv-hero__content,
  .wv-hero__media,
  .wv-hero__stats,
  .wv-hero__features,
  .wv-hero__scroll {
    grid-column: 1;
    grid-row: auto;
  }

  .wv-hero__media {
    height: auto;
    min-height: 360px;
  }

  .wv-hero__stats,
  .wv-hero__features,
  .wv-stat-row,
  .wv-capability-grid,
  .wv-split__inner,
  .wv-footer__cta,
  .wv-footer__newsletter,
  .wv-footer__main {
    grid-template-columns: 1fr;
  }

  .wv-split__copy,
  .wv-split__media,
  .wv-split--media-left .wv-split__copy,
  .wv-split--media-left .wv-split__media {
    grid-column: 1;
    grid-row: auto;
  }

  .wv-split__copy {
    justify-self: stretch;
    max-width: none;
    order: 1;
  }

  .wv-split__media {
    order: 2;
  }

  .wv-split--media-left .wv-split__media {
    order: 1;
  }

  .wv-split--media-left .wv-split__copy {
    order: 2;
  }

  .wv-split--media-left .wv-split__media blockquote {
    left: clamp(34px, 6vw, 100px);
    right: auto;
  }

  .wv-hero__features article+article,
  .wv-stat-row div+div {
    border-left: 0;
    border-top: 1px solid rgb(255 255 255 / 18%);
  }
}

@media (max-width: 640px) {

  .site-header__inner,
  .wv-section__inner,
  .wv-hero__inner,
  .wv-featured-hero__inner,
  .wv-split__inner,
  .wv-footer__inner {
    padding-inline: var(--site-gutter-mobile);
  }

  .wv-hero__inner {
    padding-top: 96px;
  }

  .wv-hero__heading {
    font-size: clamp(3.4rem, 18vw, 5rem);
  }

  .wv-actions,
  .wv-footer__legal {
    align-items: stretch;
    flex-direction: column;
  }

  .wv-button {
    width: 100%;
  }

  .wv-text-link {
    width: 100%;
  }

  .wv-footer__cta,
  .wv-footer__newsletter {
    padding: 22px;
  }

  .wv-footer__main {
    gap: 26px;
  }

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

  .wv-footer__newsletter .payload-form--layout-twoColumn .payload-form__fields,
  .wv-footer__newsletter .payload-form__fields {
    grid-template-columns: 1fr;
  }

  .wv-footer__newsletter .form-layout-item,
  .wv-footer__newsletter .payload-form--layout-twoColumn .form-layout-item {
    grid-column: 1 / -1;
  }
}

@media (max-width: 760px) {
  .shell {
    padding: 0;
  }
}

/* Form presentation variants */

.payload-form-shell {
  display: grid;
  gap: 12px;
  min-width: 0;
  width: 100%;
}

.payload-form-shell__title {
  color: var(--brand-primary-dark);
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  line-height: 1.15;
  margin: 0;
  text-align: center;
}

.payload-form-shell__logo {
  justify-self: center;
  max-width: 100%;
  text-align: center;
}

.payload-form-shell__logo--small {
  width: min(140px, 100%);
}

.payload-form-shell__logo--medium {
  width: min(220px, 100%);
}

.payload-form-shell__logo--large {
  width: min(320px, 100%);
}

.payload-form-shell__logo--media img {
  display: block;
  height: auto;
  max-width: 100%;
  object-fit: contain;
  width: 100%;
}

.payload-form-shell__logo--text {
  color: currentColor;
  font-size: clamp(1.25rem, 2.5vw, 2rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1;
}

.payload-form-shell--logo-belowForm .payload-form-shell__logo {
  margin-top: 4px;
}

.payload-form--layout-twoColumn .payload-form__fields {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.payload-form-shell--glass {
  color: var(--brand-white);
}

.payload-form-shell--glass .payload-form-shell__title {
  color: var(--brand-primary);
  text-shadow: 0 2px 18px rgb(0 0 0 / 22%);
}

.payload-form--glass {
  background: linear-gradient(145deg,
      rgb(19 231 239 / 10%),
      rgb(19 231 239 / 5%));
  border: 1px solid rgb(255 255 255 / 16%);
  border-radius: 18px;
  box-shadow:
    0 24px 70px rgb(0 15 35 / 30%),
    inset 0 1px 0 rgb(255 255 255 / 8%);
  gap: 14px;
  padding: clamp(18px, 3vw, 28px);
  -webkit-backdrop-filter: blur(18px) saturate(135%);
  backdrop-filter: blur(18px) saturate(135%);
}

.payload-form--glass .payload-form__fields {
  gap: 10px;
}

.payload-form--glass .form-field {
  gap: 0;
}

.payload-form--glass .form-field>span,
.payload-form--glass .form-field>legend {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.payload-form--glass .form-field input,
.payload-form--glass .form-field select,
.payload-form--glass .form-field textarea {
  background: rgb(255 255 255 / 96%);
  border: 1px solid rgb(255 255 255 / 70%);
  border-radius: 5px;
  box-shadow: 0 1px 2px rgb(0 0 0 / 10%);
  color: var(--brand-primary-dark);
  min-height: 44px;
  padding: 10px 12px;
}

.payload-form--glass .form-field input::placeholder,
.payload-form--glass .form-field textarea::placeholder {
  color: #68778a;
  opacity: 1;
}

.payload-form--glass .form-field input:focus,
.payload-form--glass .form-field select:focus,
.payload-form--glass .form-field textarea:focus {
  border-color: var(--brand-accent);
  box-shadow: 0 0 0 3px rgb(0 255 195 / 24%);
}

.payload-form--glass .form-field textarea {
  min-height: 110px;
}

.payload-form--glass .form-choice,
.payload-form--glass .form-choice span {
  color: var(--brand-white);
}

.payload-form--glass .button-link {
  background: var(--brand-accent);
  border-color: var(--brand-accent);
  color: var(--brand-primary-dark);
  min-height: 44px;
  width: 100%;
}

.payload-form--glass .button-link:hover {
  background: #19eef6;
  border-color: #19eef6;
}

.wv-footer__newsletter .payload-form--glass .form-layout-item.payload-form__submit.button-link {
  background: var(--wv-accent);
  border-color: var(--wv-accent);
  color: var(--wv-ink);
}

.wv-footer__newsletter .payload-form--glass .form-layout-item.payload-form__submit.button-link:hover {
  background: #19eef6;
  border-color: var(--wv-accent);
}

.payload-form-shell--glass .form-success {
  background: rgb(239 250 244 / 94%);
  box-shadow: 0 16px 44px rgb(0 15 35 / 22%);
  color: var(--brand-primary);
}

.hero .payload-form-shell {
  max-width: 960px;
}

.hero--horizontal-center .payload-form-shell {
  justify-self: center;
}

.hero--horizontal-right .payload-form-shell {
  justify-self: end;
}

@media (max-width: 760px) {
  .payload-form--layout-twoColumn .payload-form__fields {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .form-layout-item,
  .payload-form--layout-twoColumn .form-layout-item {
    grid-column: 1 / -1;
  }

  .payload-form--glass {
    border-radius: 14px;
    padding: 18px;
  }
}

.wv-centered-stats {
  position: relative;
  overflow: hidden;

  /*
   * No full viewport height.
   * The section height is determined by its content and padding.
   */
  min-height: auto;
  padding-block:
    clamp(4.5rem, 8vw, 8rem) clamp(3.5rem, 7vw, 6.5rem);
}

.wv-centered-stats .wv-section__inner {
  position: relative;
  z-index: 1;
  width: min(calc(100% - (var(--page-gutter, 1.5rem) * 2)),
      var(--container-default, 75rem));
  margin-inline: auto;
  text-align: center;
}

/* Intro */

.wv-centered-stats__intro {
  max-width: 58rem;
  margin-inline: auto;
  opacity: 0;
  filter: blur(8px);
  transform: translateY(2rem);
  transition:
    opacity 700ms ease,
    filter 700ms ease,
    transform 700ms cubic-bezier(0.22, 1, 0.36, 1);
}

.wv-centered-stats__intro .wv-section__intro,
.wv-centered-stats__intro .rich-text,
.wv-centered-stats__intro .rich-text p {
  margin-inline: auto;
  text-align: center;
}

.wv-centered-stats.is-visible .wv-centered-stats__intro {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0);
}

/* Stats row */

.wv-stat-row {
  display: grid;
  max-width: 62rem;
  margin:
    clamp(2.75rem, 5vw, 4.5rem) auto 0;
  padding: 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.wv-stat-row__item {
  position: relative;
  display: flex;
  min-width: 0;
  margin: 0;
  padding: clamp(1.5rem, 3vw, 2.5rem);
  flex-direction: column;
  align-items: center;

  opacity: 0;
  filter: blur(6px);
  transform: translateY(2.5rem) scale(0.98);

  transition:
    opacity 650ms ease,
    filter 650ms ease,
    transform 650ms cubic-bezier(0.22, 1, 0.36, 1);

  transition-delay: calc(160ms + (var(--stat-index) * 110ms));
}

.wv-centered-stats.is-visible .wv-stat-row__item {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0) scale(1);
}

.wv-stat-row__item+.wv-stat-row__item::before {
  position: absolute;
  top: 12%;
  bottom: 12%;
  left: 0;
  width: 1px;
  background: rgb(255 255 255 / 18%);
  content: "";
}

.wv-theme-light .wv-stat-row__item+.wv-stat-row__item::before,
.wv-theme-soft .wv-stat-row__item+.wv-stat-row__item::before {
  background: rgb(0 25 30 / 16%);
}

.wv-stat-row__icon {
  align-self: center;
  background: var(--wv-icon-surface);
  box-shadow: var(--wv-icon-shadow);
  display: grid;
  width: 4.25rem;
  height: 4.25rem;
  margin: 0 auto 1.35rem;
  border: 1px solid rgb(19 231 239 / 70%);
  border-radius: 50%;
  color: #13e7ef;
  place-items: center;
  position: relative;

  transition:
    box-shadow 250ms ease,
    transform 250ms ease;
}

.wv-stat-row__icon .wv-icon {
  border: 0;
  display: grid;
  inset: 0;
  place-items: center;
  position: absolute;
  height: auto;
  width: auto;
}

.wv-stat-row__icon .wv-icon::before {
  height: 1.5rem;
  width: 1.5rem;
}

.wv-stat-row__icon .wv-icon--custom img {
  display: block;
  height: 1.5rem;
  max-height: 1.5rem;
  max-width: 1.5rem;
  object-fit: contain;
  object-position: center;
  width: 1.5rem;
}

.wv-stat-row__item:hover .wv-stat-row__icon {
  box-shadow: 0 0 2.25rem rgb(19 231 239 / 18%);
  transform: translateY(-0.25rem);
}

.wv-stat-row__icon svg {
  width: 1.5rem;
  height: 1.5rem;
}

.wv-stat-row dd {
  margin: 0;
  color: #13e7ef;
  font-size: clamp(2.75rem, 5vw, 4.75rem);
  font-weight: 300;
  line-height: 1;
  letter-spacing: -0.045em;
}

.wv-stat-row dt {
  max-width: 13rem;
  margin-top: 0.9rem;
  color: inherit;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

/* Actions */

.wv-centered-stats__actions {
  display: flex;
  margin-top: clamp(2.5rem, 4vw, 4rem);
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1rem 2rem;

  opacity: 0;
  transform: translateY(1.5rem);

  transition:
    opacity 600ms ease 520ms,
    transform 600ms cubic-bezier(0.22, 1, 0.36, 1) 520ms;
}

.wv-centered-stats.is-visible .wv-centered-stats__actions {
  opacity: 1;
  transform: translateY(0);
}

/* Horizon */

.wv-horizon {
  position: relative;
  width: min(100%, 72rem);
  height: 5rem;
  margin:
    clamp(2.75rem, 5vw, 4.5rem) auto -2rem;
  overflow: hidden;
  opacity: 0;
  transform: translateY(1.5rem);
  transition:
    opacity 800ms ease 650ms,
    transform 800ms cubic-bezier(0.22, 1, 0.36, 1) 650ms;
}

.wv-centered-stats.is-visible .wv-horizon {
  opacity: 1;
  transform: translateY(0);
}

.wv-horizon::before {
  position: absolute;
  right: 0;
  bottom: -4.75rem;
  left: 0;
  height: 6rem;
  border-top: 1px solid rgb(19 231 239 / 55%);
  border-radius: 50% 50% 0 0;
  content: "";
  transform: scaleX(0.65);
  transition: transform 1100ms cubic-bezier(0.22, 1, 0.36, 1) 700ms;
}

.wv-centered-stats.is-visible .wv-horizon::before {
  transform: scaleX(1);
}

.wv-horizon__glow {
  position: absolute;
  bottom: -2.75rem;
  left: 50%;
  width: 18rem;
  height: 5rem;
  border-radius: 50%;
  background: rgb(19 231 239 / 18%);
  filter: blur(2.5rem);
  transform: translateX(-50%);
}

/* Tablet */

@media (max-width: 820px) {
  .wv-centered-stats {
    padding-block:
      clamp(4rem, 10vw, 6rem) clamp(3rem, 8vw, 5rem);
  }

  .wv-stat-row {
    grid-template-columns: 1fr;
    max-width: 34rem;
  }

  .wv-stat-row__item {
    padding-block: 2rem;
  }

  .wv-stat-row__item+.wv-stat-row__item::before {
    top: 0;
    right: 15%;
    bottom: auto;
    left: 15%;
    width: auto;
    height: 1px;
  }
}

/* Mobile */

@media (max-width: 520px) {
  .wv-centered-stats .wv-section__inner {
    width: calc(100% - 2rem);
  }

  .wv-centered-stats__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .wv-centered-stats__actions>* {
    width: 100%;
  }

  .wv-stat-row dd {
    font-size: clamp(2.75rem, 15vw, 4rem);
  }

  .wv-horizon {
    height: 3.75rem;
  }
}

/* Accessibility */

@media (prefers-reduced-motion: reduce) {

  .wv-centered-stats__intro,
  .wv-stat-row__item,
  .wv-centered-stats__actions,
  .wv-horizon,
  .wv-horizon::before {
    opacity: 1;
    filter: none;
    transform: none;
    transition: none;
  }
}

/* Section intro */

.wv-capabilities__intro {
  opacity: 0;
  transform: translateY(40px);
  filter: blur(8px);

  transition:
    opacity .8s ease,
    transform .8s cubic-bezier(.22, 1, .36, 1),
    filter .8s ease;
}

.wv-capabilities__intro .wv-section__intro,
.wv-capabilities__intro .rich-text,
.wv-capabilities__intro .rich-text p {
  margin-inline: auto;
  text-align: center;
}

.wv-capabilities.is-visible .wv-capabilities__intro {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

/* Cards */

.wv-capability-card {
  opacity: 0;
  transform: translateY(60px) scale(.97);
  filter: blur(8px);

  transition:
    opacity .75s ease,
    transform .75s cubic-bezier(.22, 1, .36, 1),
    filter .75s ease;

  transition-delay: var(--delay);
}

.wv-capabilities.is-visible .wv-capability-card {
  opacity: 1;
  transform: translateY(0) scale(1);
  filter: blur(0);
}

/* Hover */

.wv-capability-card {
  transition:
    opacity .75s ease,
    transform .75s cubic-bezier(.22, 1, .36, 1),
    filter .75s ease,
    box-shadow .25s ease,
    border-color .25s ease;
}

.wv-capability-card:hover {
  transform: translateY(-10px);
  border-color: rgb(19 231 239 / 40%);
  box-shadow: 0 24px 60px rgb(19 231 239 / 12%);
}

.wv-capability-card__media img {
  transition:
    transform .8s ease,
    opacity .4s ease;
}

.wv-capability-card:hover .wv-capability-card__media img {
  transform: scale(1.05);
}

.wv-capability-card__top svg,
.wv-capability-card__top img {
  transition:
    transform .35s ease,
    color .35s ease;
}

.wv-capability-card:hover .wv-capability-card__top svg {
  transform: rotate(-8deg) scale(1.08);
}

/* =========================================================
   SPLIT APPROACH MOTION
   ========================================================= */

/*
 * Everything is visible by default.
 * This prevents content disappearing if JavaScript,
 * hydration, or IntersectionObserver fails.
 */

.wv-split__intro,
.wv-feature-list__item,
.wv-split__actions,
.wv-split__media-wrap,
.wv-split__quote {
  opacity: 1;
  filter: none;
  transform: none;
}

/* Copy entrance */

.wv-split.has-motion:not(.is-visible) .wv-split__intro {
  opacity: 0;
  filter: blur(8px);
  transform: translateY(2.25rem);
}

.wv-split.has-motion .wv-split__intro {
  transition:
    opacity 700ms ease,
    filter 700ms ease,
    transform 700ms cubic-bezier(0.22, 1, 0.36, 1);
}

/* Feature list entrance */

.wv-split.has-motion:not(.is-visible) .wv-feature-list__item {
  opacity: 0;
  filter: blur(6px);
  transform: translateY(2.5rem);
}

.wv-split.has-motion .wv-feature-list__item {
  transition:
    opacity 650ms ease,
    filter 650ms ease,
    transform 650ms cubic-bezier(0.22, 1, 0.36, 1),
    border-color 220ms ease,
    background-color 220ms ease;

  transition-delay:
    calc(140ms + (var(--feature-index, 0) * 110ms));
}

/* Actions entrance */

.wv-split.has-motion:not(.is-visible) .wv-split__actions {
  opacity: 0;
  transform: translateY(1.75rem);
}

.wv-split.has-motion .wv-split__actions {
  transition:
    opacity 600ms ease 420ms,
    transform 600ms cubic-bezier(0.22, 1, 0.36, 1) 420ms;
}

/* Media entrance */

.wv-split.has-motion:not(.is-visible) .wv-split__media-wrap {
  opacity: 0;
  filter: blur(8px);
  transform: translateX(3.5rem) scale(0.985);
}

.wv-split--media-left.has-motion:not(.is-visible) .wv-split__media-wrap {
  transform: translateX(-3.5rem) scale(0.985);
}

.wv-split.has-motion .wv-split__media-wrap {
  transition:
    opacity 850ms ease 80ms,
    filter 850ms ease 80ms,
    transform 850ms cubic-bezier(0.22, 1, 0.36, 1) 80ms;
}

/* Explicit visible state */

.wv-split.is-visible .wv-split__intro,
.wv-split.is-visible .wv-feature-list__item,
.wv-split.is-visible .wv-split__actions,
.wv-split.is-visible .wv-split__media-wrap {
  opacity: 1;
  filter: blur(0);
  transform: none;
}

/* Feature hover */

.wv-feature-list__item {
  border-radius: 8px;
  margin-inline: -1rem;
  padding: 1rem;
}

.wv-feature-list__item:hover {
  background: rgb(19 231 239 / 5%);
}

.wv-theme-light .wv-feature-list__item:hover {
  background: rgb(19 231 239 / 8%);
}

.wv-feature-list__icon {
  display: grid;
  transition:
    transform 280ms ease,
    filter 280ms ease;
}

.wv-feature-list__item:hover .wv-feature-list__icon {
  filter:
    drop-shadow(0 0 0.8rem rgb(19 231 239 / 24%));
  transform: translateY(-0.25rem) scale(1.04);
}

.wv-feature-list__content h3 {
  transition:
    color 200ms ease,
    transform 200ms ease;
}

.wv-feature-list__item:hover .wv-feature-list__content h3 {
  color: var(--wv-accent);
  transform: translateX(0.2rem);
}

/* Media zoom */

.wv-split__media-wrap {
  position: relative;
  min-width: 0;
  overflow: hidden;
}

.wv-split__media img,
.wv-split__media video {
  transition:
    transform 1.1s cubic-bezier(0.22, 1, 0.36, 1),
    filter 500ms ease;
}

.wv-split__media-wrap:hover .wv-split__media img,
.wv-split__media-wrap:hover .wv-split__media video {
  transform: scale(1.035);
}

/* Quote entrance */

.wv-split.has-motion:not(.is-visible) .wv-split__quote {
  opacity: 0;
  filter: blur(6px);
  transform: translateY(2rem);
}

.wv-split.has-motion .wv-split__quote {
  transition:
    opacity 700ms ease 500ms,
    filter 700ms ease 500ms,
    transform 700ms cubic-bezier(0.22, 1, 0.36, 1) 500ms;
}

.wv-split.is-visible .wv-split__quote {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0);
}

/* Architectural cyan line */

.wv-split__media-line {
  position: absolute;
  z-index: 3;
  top: 18%;
  right: 0;
  width: 42%;
  height: 1px;
  background:
    linear-gradient(90deg,
      transparent,
      var(--wv-accent));
  pointer-events: none;
  transform-origin: right;
}

.wv-split--media-left .wv-split__media-line {
  right: auto;
  left: 0;
  background:
    linear-gradient(90deg,
      var(--wv-accent),
      transparent);
  transform-origin: left;
}

.wv-split.has-motion:not(.is-visible) .wv-split__media-line {
  transform: scaleX(0);
}

.wv-split.has-motion .wv-split__media-line {
  transition:
    transform 1s cubic-bezier(0.22, 1, 0.36, 1) 600ms;
}

.wv-split.is-visible .wv-split__media-line {
  transform: scaleX(1);
}

/* Subtle glow */

.wv-split__media-glow {
  position: absolute;
  z-index: 2;
  right: -8rem;
  bottom: -8rem;
  width: 20rem;
  height: 20rem;
  border-radius: 50%;
  background: rgb(19 231 239 / 13%);
  filter: blur(5rem);
  pointer-events: none;
  opacity: 0;
  transition: opacity 900ms ease 500ms;
}

.wv-split--media-left .wv-split__media-glow {
  right: auto;
  left: -8rem;
}

.wv-split.is-visible .wv-split__media-glow {
  opacity: 1;
}

/* Mobile */

@media (max-width: 1020px) {

  .wv-split.has-motion:not(.is-visible) .wv-split__media-wrap,
  .wv-split--media-left.has-motion:not(.is-visible) .wv-split__media-wrap {
    transform: translateY(2.75rem) scale(0.985);
  }
}

@media (max-width: 640px) {
  .wv-feature-list__item {
    margin-inline: 0;
    padding: 0.75rem 0;
  }

  .wv-feature-list__item:hover {
    background: transparent;
  }

  .wv-split__media-line {
    width: 55%;
  }
}

/* Reduced motion */

@media (prefers-reduced-motion: reduce) {

  .wv-split__intro,
  .wv-feature-list__item,
  .wv-split__actions,
  .wv-split__media-wrap,
  .wv-split__quote,
  .wv-split__media-line,
  .wv-split__media-glow,
  .wv-split__media img,
  .wv-split__media video,
  .wv-feature-list__icon,
  .wv-feature-list__content h3 {
    opacity: 1 !important;
    filter: none !important;
    transform: none !important;
    transition: none !important;
  }
}

/* Contact form submit button */
.wv-contact__panel .wv-contact__form .payload-form__submit {
  background: var(--wv-accent);
  border-color: var(--wv-accent);
  color: var(--wv-ink);
}

/* Site-managed theme and typography values layer over the WenVest pack. */
.site-theme {
  --wv-page-max: var(--site-max-width);
  --wv-content-gutter: clamp(20px, 6vw, 100px);
  --brand-radius: var(--site-radius);
  font-family: var(--site-font-body);
}

.site-theme h1,
.site-theme h2,
.site-theme h3,
.site-theme h4,
.site-theme h5,
.site-theme h6 {
  font-family: var(--site-font-heading);
  font-weight: var(--site-font-heading-weight);
}

.site-theme--dark,
.site-theme .wv-theme-dark {
  --brand-primary: var(--site-dark-accent);
  --brand-accent: var(--site-dark-accent);
  --wv-accent: var(--site-dark-accent);
  --wv-bg: var(--site-dark-background);
  --wv-bg-soft: var(--site-dark-backgroundSoft);
  --wv-border: var(--site-dark-border);
  --wv-ink: var(--site-dark-ink);
  --wv-muted: var(--site-dark-muted);
  --wv-muted-dark: var(--site-dark-muted);
  --wv-text: var(--site-dark-text);
  --wv-white: var(--site-dark-heading);
}

.site-theme--light,
.site-theme .wv-theme-light {
  --brand-primary: var(--site-light-accent);
  --brand-accent: var(--site-light-accent);
  --wv-accent: var(--site-light-accent);
  --wv-bg: var(--site-light-background);
  --wv-bg-soft: var(--site-light-backgroundSoft);
  --wv-border: var(--site-light-border);
  --wv-ink: var(--site-light-ink);
  --wv-muted: var(--site-light-muted);
  --wv-muted-dark: var(--site-light-muted);
  --wv-text: var(--site-light-text);
  --wv-white: var(--site-light-heading);
}

.site-theme .wv-theme-dark {
  --wv-icon-surface: color-mix(in srgb, var(--site-dark-accent) 9%, transparent);
  --wv-icon-shadow: inset 0 0 0 1px color-mix(in srgb, var(--site-dark-accent) 20%, transparent), 0 0 26px color-mix(in srgb, var(--site-dark-accent) 10%, transparent);
}

.site-theme .wv-theme-light {
  --wv-icon-surface: var(--site-light-elevatedSurface);
  --wv-icon-shadow: 0 16px 42px rgb(4 28 38 / 8%);
}

.site-theme .wv-button {
  background: var(--site-button-primary-background);
  border-color: var(--site-button-primary-border);
  color: var(--site-button-primary-text);
}

.site-theme .wv-button:hover {
  background: var(--site-button-primary-hoverBackground);
  border-color: var(--site-button-primary-hoverBorder);
  color: var(--site-button-primary-hoverText);
}

.site-theme .wv-text-link {
  color: var(--site-button-quiet-text);
}

.site-theme .wv-text-link:hover {
  color: var(--site-button-quiet-hoverText);
}

/* The composition stays WenVest-owned, while type, spacing, and colour come from the selected site theme. */
.site-theme .wv-section__inner {
  max-width: var(--site-max-width);
}

.site-theme .wv-page-legal-footer__inner,
.site-theme .wv-footer__notice-inner,
.site-theme .wv-footer__inner {
  max-width: calc(var(--site-max-width) + var(--wv-content-gutter) + var(--wv-content-gutter));
}

.site-theme .wv-hero__inner {
  max-width: calc(var(--site-max-width) + var(--wv-content-gutter) + var(--wv-content-gutter));
}

.site-theme .wv-hero__content h1,
.site-theme .wv-featured-hero__content h1 {
  font-size: var(--site-type-h1-size);
  font-weight: var(--site-type-h1-weight);
  letter-spacing: var(--site-type-h1-letter-spacing);
  line-height: var(--site-type-h1-line-height);
  text-transform: var(--site-type-h1-transform);
}

.site-theme .wv-section__intro h2,
.site-theme .wv-contact__heading,
.site-theme .wv-faq__heading,
.site-theme .wv-regulatory-table__heading,
.site-theme .wv-policy-content__heading,
.site-theme .wv-footer__cta h2 {
  font-size: var(--site-type-h2-size);
  font-weight: var(--site-type-h2-weight);
  letter-spacing: var(--site-type-h2-letter-spacing);
  line-height: var(--site-type-h2-line-height);
  text-transform: var(--site-type-h2-transform);
}

.site-theme .wv-regulatory-table__body,
.site-theme .wv-regulatory-table th,
.site-theme .wv-regulatory-table td,
.site-theme .wv-policy-content__body,
.site-theme .wv-legal-document__content,
.site-theme .wv-legal-document__metadata dd {
  font-size: var(--site-type-body-size);
  font-weight: var(--site-type-body-weight);
  letter-spacing: var(--site-type-body-letter-spacing);
  line-height: var(--site-type-body-line-height);
}

.site-theme .wv-legal-document__title {
  font-size: var(--site-type-h1-size);
  font-weight: var(--site-type-h1-weight);
  letter-spacing: var(--site-type-h1-letter-spacing);
  line-height: var(--site-type-h1-line-height);
  text-transform: var(--site-type-h1-transform);
}

.site-theme .wv-legal-document__content .rich-text h2 {
  font-size: var(--site-type-h2-size);
  font-weight: var(--site-type-h2-weight);
  letter-spacing: var(--site-type-h2-letter-spacing);
  line-height: var(--site-type-h2-line-height);
  text-transform: var(--site-type-h2-transform);
}

.site-theme .wv-legal-document__content .rich-text h3,
.site-theme .wv-legal-document__content .rich-text h4 {
  font-size: var(--site-type-h3-size);
  font-weight: var(--site-type-h3-weight);
  letter-spacing: var(--site-type-h3-letter-spacing);
  line-height: var(--site-type-h3-line-height);
  text-transform: var(--site-type-h3-transform);
}

.site-theme .wv-feature-list__content h3,
.site-theme .wv-capability-card h3,
.site-theme .wv-stat-row__item dt,
.site-theme .wv-footer h3 {
  font-size: var(--site-type-h3-size);
  font-weight: var(--site-type-h3-weight);
  letter-spacing: var(--site-type-h3-letter-spacing);
  line-height: var(--site-type-h3-line-height);
  text-transform: var(--site-type-h3-transform);
}

.site-theme .wv-footer__nav-column h3 {
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1.3;
  text-transform: uppercase;
}

.site-theme :is(.wv-hero__body, .wv-featured-hero__body, .wv-faq__body, .wv-contact__body, .wv-capability-card__body, .wv-section__intro > .rich-text) {
  color: var(--wv-theme-muted, var(--wv-muted));
  font-size: var(--site-type-lead-size);
  font-weight: var(--site-type-lead-weight);
  letter-spacing: var(--site-type-lead-letter-spacing);
  line-height: var(--site-type-lead-line-height);
  max-width: var(--site-text-measure);
}

.site-theme .wv-eyebrow {
  font-size: var(--site-type-eyebrow-size);
  font-weight: var(--site-type-eyebrow-weight);
  letter-spacing: var(--site-type-eyebrow-letter-spacing);
  line-height: var(--site-type-eyebrow-line-height);
  text-transform: var(--site-type-eyebrow-transform);
}

.site-theme .wv-section {
  --wv-section-gap: var(--site-section-standard);
}

.site-theme .wv-capability-grid,
.site-theme .wv-stat-row {
  gap: var(--site-grid-gap);
}

.site-theme .wv-capability-card,
.site-theme .wv-feature-list,
.site-theme .wv-footer__cta {
  border-radius: var(--site-card-radius);
}

/*
 * Contact colours are intentionally derived from the active site theme. The
 * WenVest composition stays code-owned, while the selected Theme controls the
 * actual palette rather than a fixed blue/teal panel leaking between brands.
 */
.site-theme .wv-contact.wv-theme-dark {
  --wv-contact-border: color-mix(in srgb, var(--site-dark-border) 68%, var(--site-dark-accent));
  --wv-contact-copy: var(--site-dark-muted);
  --wv-contact-field: var(--site-dark-background);
  --wv-contact-heading: var(--site-dark-heading);
  --wv-contact-panel: var(--site-dark-elevatedSurface);
  --wv-contact-panel-shadow: 0 2rem 6rem color-mix(in srgb, var(--site-dark-background) 68%, transparent);

  background:
    radial-gradient(circle at 68% 22%, color-mix(in srgb, var(--site-dark-accent) 12%, transparent), transparent 32rem),
    linear-gradient(135deg, var(--site-dark-background), var(--site-dark-backgroundSoft));
}

.site-theme .wv-contact.wv-theme-light {
  --wv-contact-border: color-mix(in srgb, var(--site-light-border) 72%, var(--site-light-accent));
  --wv-contact-copy: var(--site-light-muted);
  --wv-contact-field: var(--site-light-surface);
  --wv-contact-heading: var(--site-light-heading);
  --wv-contact-panel: var(--site-light-elevatedSurface);
  --wv-contact-panel-shadow: 0 2rem 6rem color-mix(in srgb, var(--site-light-ink) 12%, transparent);

  background:
    radial-gradient(circle at 68% 22%, color-mix(in srgb, var(--site-light-accent) 10%, transparent), transparent 32rem),
    linear-gradient(135deg, var(--site-light-background), var(--site-light-backgroundSoft));
}

.site-theme .wv-contact__decorative-lines {
  background:
    linear-gradient(122deg, transparent 40%, color-mix(in srgb, var(--wv-accent) 32%, transparent) 40.2%, transparent 40.5%),
    linear-gradient(132deg, transparent 54%, color-mix(in srgb, var(--wv-accent) 18%, transparent) 54.2%, transparent 54.5%);
}

.site-theme .wv-contact__panel .wv-contact__form .form-field input:focus,
.site-theme .wv-contact__panel .wv-contact__form .form-field select:focus,
.site-theme .wv-contact__panel .wv-contact__form .form-field textarea:focus {
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--wv-accent) 18%, transparent);
}

/*
 * Responsive composition layer. These rules intentionally target the real
 * grid children and establish a clear desktop, tablet, then mobile layout.
 */
.wv-split__media-wrap {
  grid-column: 2;
  grid-row: 1;
  min-width: 0;
  position: relative;
}

.wv-split--media-left .wv-split__media-wrap {
  grid-column: 1;
}

@media (max-width: 1180px) {
  .wv-hero__inner {
    column-gap: clamp(1.75rem, 4vw, 3.5rem);
  }

  .wv-hero__heading {
    font-size: clamp(4rem, 7vw, 6.5rem);
  }

  .wv-split,
  .wv-split__inner {
    min-height: clamp(42rem, 72vw, 54rem);
  }

  .wv-split__copy {
    padding: clamp(3.75rem, 7vw, 6rem) clamp(2rem, 5vw, 4.5rem);
  }
}

@media (max-width: 1020px) {
  .wv-hero {
    min-height: auto;
  }

  .wv-hero__inner {
    display: grid;
    gap: clamp(2.75rem, 7vw, 4.5rem);
    min-height: auto;
    padding-block: clamp(6rem, 10vw, 8rem) clamp(3.5rem, 7vw, 5rem);
  }

  .wv-hero__content {
    max-width: min(100%, 43rem);
  }

  .wv-hero__media {
    aspect-ratio: 16 / 10;
    height: auto;
    min-height: 0;
  }

  .wv-hero__stats {
    gap: 1rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-items: stretch;
    width: min(100%, 36rem);
  }

  .wv-hero__stats div {
    border-left: 0;
    border-top: 1px solid rgb(255 255 255 / 18%);
    justify-items: center;
    padding: 1.5rem 0 0;
    text-align: center;
    width: 100%;
  }

  .wv-hero__features {
    max-width: 43rem;
  }

  .wv-split,
  .wv-split__inner {
    min-height: 0;
  }

  .wv-split__inner {
    display: flex;
    flex-direction: column;
  }

  .wv-split__copy,
  .wv-split--media-left .wv-split__copy {
    max-width: none;
    order: 1;
    padding: clamp(3.75rem, 8vw, 5.5rem) var(--site-gutter-tablet);
  }

  .wv-split__media-wrap,
  .wv-split--media-left .wv-split__media-wrap {
    grid-column: auto;
    grid-row: auto;
    order: 2;
    width: 100%;
  }

  .wv-split--media-left .wv-split__media-wrap {
    order: 1;
  }

  .wv-split--media-left .wv-split__copy {
    order: 2;
  }

  .wv-split__media {
    aspect-ratio: 16 / 10;
    min-height: 0;
  }

  .wv-split__media blockquote,
  .wv-split--media-left .wv-split__media blockquote {
    left: clamp(2rem, 8vw, 5rem);
    max-width: min(60%, 28rem);
    right: auto;
    top: 22%;
  }

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

  .wv-capability-grid--count-1 {
    grid-template-columns: minmax(0, 28rem);
  }

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

  .wv-contact__inner {
    gap: clamp(2.75rem, 7vw, 4.5rem);
    min-height: 0;
    padding-block: clamp(4.5rem, 8vw, 6.5rem);
  }
}

@media (max-width: 640px) {

  .site-header__inner,
  .wv-section__inner,
  .wv-hero__inner,
  .wv-featured-hero__inner,
  .wv-contact__inner,
  .wv-split__inner,
  .wv-page-legal-footer__inner,
  .wv-footer__notice-inner,
  .wv-footer__inner {
    padding-inline: var(--site-gutter-mobile);
  }

  .wv-credentials-strip__text {
    line-height: 1.7;
  }

  .wv-regulatory-table,
  .wv-policy-content,
  .wv-legal-document {
    padding-inline: var(--site-gutter-mobile);
  }

  .wv-legal-navigation {
    margin-bottom: 2.5rem;
    padding-bottom: 0.85rem;
  }

  .wv-legal-navigation__list {
    gap: 0.5rem;
  }

  .wv-legal-navigation__link {
    font-size: 0.75rem;
    max-width: 100%;
    padding: 0.6rem 0.85rem;
    text-align: center;
    white-space: normal;
  }

  .wv-hero__inner {
    gap: 2.5rem;
    padding-block: 5.5rem 3.25rem;
  }

  .wv-hero__heading {
    font-size: clamp(3.15rem, 14vw, 4.5rem);
    line-height: 0.96;
  }

  .wv-hero__heading+.wv-hero__body {
    margin-top: 1.5rem;
  }

  .wv-hero__media {
    aspect-ratio: 4 / 3;
  }

  .wv-hero__stats {
    gap: 0.75rem;
    width: 100%;
  }

  .wv-hero__stats .wv-icon {
    margin-bottom: 0.75rem;
  }

  .wv-hero__stats dd {
    font-size: clamp(2rem, 10vw, 2.75rem);
  }

  .wv-hero__stats dt {
    font-size: 0.66rem;
    letter-spacing: 0.13em;
  }

  .wv-hero__features {
    grid-template-columns: 1fr;
    max-width: none;
  }

  .wv-hero__features article {
    min-height: 0;
    padding: 1.4rem;
  }

  .wv-hero__features article+article {
    border-left: 0;
    border-top: 1px solid rgb(255 255 255 / 18%);
  }

  .wv-hero__features h3 {
    margin-top: 0.9rem;
  }

  .wv-hero__scroll {
    gap: 0.85rem;
    justify-content: center;
  }

  .wv-hero__scroll span {
    width: min(22vw, 5rem);
  }

  .wv-hero__scroll p {
    font-size: 0.62rem;
    letter-spacing: 0.14em;
  }

  .wv-hero__scroll i {
    height: 2.5rem;
  }

  .wv-split__copy,
  .wv-split--media-left .wv-split__copy {
    padding: 3.75rem var(--site-gutter-mobile);
  }

  .wv-split__media {
    aspect-ratio: 5 / 4;
  }

  .wv-split__media blockquote,
  .wv-split--media-left .wv-split__media blockquote {
    left: var(--site-gutter-mobile);
    max-width: calc(100% - (var(--site-gutter-mobile) * 2));
    top: 16%;
  }

  .wv-split__media blockquote p {
    font-size: clamp(1.35rem, 6.6vw, 2rem);
  }

  .wv-feature-list {
    gap: 1.25rem;
  }

  .wv-feature-list article {
    align-items: flex-start;
    gap: 1rem;
  }

  .wv-capabilities {
    padding-inline: var(--site-gutter-mobile);
  }

  .wv-capability-grid,
  .wv-capability-grid--count-2 {
    grid-template-columns: 1fr;
  }

  .wv-capability-card,
  .wv-capability-card h3,
  .wv-capability-card__body,
  .wv-capability-card__top {
    text-align: center;
  }

  .wv-capability-card__top {
    justify-content: center;
  }

  .wv-capability-card__body .rich-text,
  .wv-capability-card__body .rich-text p {
    margin-inline: auto;
    text-align: center;
  }

  .wv-capability-card .wv-text-link {
    margin-inline: auto;
  }

  .wv-contact__inner {
    gap: 2.5rem;
    padding: 4rem var(--site-gutter-mobile);
  }

  .wv-contact__heading {
    max-width: 10ch;
  }

  .wv-contact__panel {
    padding: 1.25rem;
  }

  .wv-contact__panel-header {
    align-items: flex-start;
    gap: 0.85rem;
  }

  .wv-contact__panel-icon {
    height: 2.8rem;
    width: 2.8rem;
  }

  .wv-faq__inner {
    padding-inline: var(--site-gutter-mobile);
  }

  .wv-faq__trigger {
    gap: 0.8rem;
    padding: 1.1rem 0;
  }

  .wv-faq__number {
    font-size: 0.72rem;
  }

  .wv-faq__question {
    font-size: 1rem;
  }
}

/* Final responsive composition refinements. */
@media (min-width: 1021px) {
  .wv-hero__inner {
    grid-template-rows: minmax(1rem, 0.28fr) auto minmax(14rem, 1.3fr);
  }
}

@media (max-width: 820px) {
  .wv-stat-row {
    margin-top: clamp(3rem, 8vw, 4.5rem);
  }

  .wv-stat-row__item {
    padding-block: clamp(2.75rem, 8vw, 3.75rem);
  }

  .wv-stat-row__item+.wv-stat-row__item::before {
    left: 20%;
    right: 20%;
  }
}

@media (max-width: 640px) {
  .wv-capability-card {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    text-align: center;
  }

  .wv-capability-card>.wv-coming-soon-tag {
    align-self: center;
  }

  .wv-capability-card__top {
    gap: 1rem;
    justify-content: center;
    width: 100%;
  }

  .wv-capability-card__top::after {
    left: 50%;
    transform: translateX(-50%);
  }

  .wv-capability-card__body,
  .wv-capability-card__body .rich-text,
  .wv-capability-card__body .rich-text p {
    margin-inline: auto;
    max-width: 30ch;
    text-align: center;
  }

  .wv-capability-card .wv-text-link {
    align-self: center;
    justify-self: center;
  }
}

.wv-legal-document__section-action {
  display: flex;
  margin-top: clamp(1.5rem, 3vw, 2.5rem);
}
