/**
 * Onvag extensions use only onvag-* / ui-kit-* classes.
 * Do not override Appco template classes such as sky-blue, radius-btn or card-btn1.
 */

:root {
  --onvag-section-space: clamp(52px, 6.875vw, 132px);
  --onvag-card-radius: clamp(14px, 1.05vw, 20px);
  --onvag-glass-border: rgba(143, 112, 164, 0.16);
}

.onvag-logo {
  font-size: 1.75rem;
  font-weight: 800;
  color: #16161a;
  text-decoration: none;
  font-family: "Nunito", sans-serif;
}

.onvag-logo:hover {
  color: #8f1bdc;
  text-decoration: none;
}

.onvag-breadcrumb {
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.875rem;
}

.onvag-breadcrumb a {
  color: #fff;
  text-decoration: underline;
}

.onvag-lead-light {
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 0;
  max-width: 42rem;
}

.onvag-group-hub .onvag-hub-card {
  min-height: 340px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.onvag-hub-card .service-cap h4 a {
  color: inherit;
}

.onvag-hub-count {
  font-size: 0.8rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #64748b;
  margin-bottom: 0.5rem;
}

.onvag-catalog-list-head {
  padding: 90px 0 44px;
  background: #fff;
}

.onvag-catalog-list-head .section-tittle p {
  max-width: 36rem;
  margin-left: auto;
  margin-right: auto;
}

.onvag-catalog-mount {
  padding-bottom: 0;
}

.onvag-catalog-group-section {
  padding: 0 0 72px;
}

.onvag-catalog-group--sky {
  background:
    radial-gradient(circle at 12% 28%, rgba(143, 27, 220, 0.05), transparent 26%),
    radial-gradient(circle at 88% 70%, rgba(255, 39, 136, 0.04), transparent 28%),
    linear-gradient(180deg, #fff 0%, #f7fdfe 12%, #f4feff 28%, #f4feff 78%, #f8fdfe 90%, #fff 100%);
}

.onvag-catalog-group-head {
  padding: 72px 0 34px;
}

.onvag-group-catalog-cards {
  padding: 0 0 80px;
}

.onvag-catalog-grid {
  row-gap: 30px;
}

.onvag-catalog-card {
  position: relative;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  width: 100%;
  min-height: 430px;
  padding: 32px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #ece9f6;
  border-radius: 11px;
  box-shadow: 0 12px 36px rgba(52, 31, 99, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.onvag-catalog-card::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 110px;
  height: 110px;
  content: "";
  background: radial-gradient(circle at 100% 0, rgba(143, 27, 220, 0.15), transparent 68%);
}

.onvag-catalog-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 48px rgba(52, 31, 99, 0.14);
}

.onvag-catalog-card__top {
  padding-bottom: 24px;
  border-bottom: 1px solid #ece9f6;
}

.onvag-catalog-card__meta {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  min-height: 48px;
  margin-bottom: 22px;
}

.onvag-catalog-card__top h3 {
  min-height: 3.6em;
  margin: 0;
  color: #2e1553;
  font-size: 1.55rem;
  font-weight: 700;
  line-height: 1.2;
  overflow-wrap: anywhere;
}

.onvag-catalog-card__eyebrow {
  display: inline-block;
  margin: 7px 0 0;
  color: #64748b;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.onvag-catalog-card__body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 22px;
}

.onvag-card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  margin: 0;
  color: #8f1bdc;
  font-size: 1.35rem;
  background: #f5ecfc;
  border-radius: 14px;
}

.onvag-card-icon i {
  line-height: 1;
}

.onvag-card-featured {
  border-color: rgba(143, 27, 220, 0.34);
  box-shadow: 0 18px 44px rgba(143, 27, 220, 0.14);
}

.onvag-card-desc {
  flex: 1 1 auto;
  font-size: 0.95rem;
  line-height: 1.5;
  min-height: 0;
}

.onvag-card-meta {
  list-style: none;
  padding: 0;
  margin: 0 0 0.75rem;
  font-size: 0.8rem;
  color: #64748b;
}

.onvag-card-meta li {
  padding: 0.15rem 0;
}

.onvag-card-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  margin-top: 14px;
  padding: 12px 20px;
  color: #8f1bdc;
  font-size: 0.85rem;
  font-weight: 700;
  background-color: transparent;
  background-image: linear-gradient(#8f1bdc, #8f1bdc);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100% 0;
  border: 2px solid #8f1bdc;
  border-radius: 999px;
  box-shadow: none;
  transition: gap 0.25s ease, color 0.25s ease, background-size 0.35s ease;
}

.onvag-card-link:hover {
  gap: 14px;
  color: #fff;
  background-color: transparent;
  background-size: 100% 100%;
  text-decoration: none;
}

.onvag-card-link::before {
  display: none;
}

.onvag-catalog-bradcam.breadcam_bg_2 {
  min-height: 320px;
}

.onvag-catalog-badge {
  display: inline-block;
  font-size: 0.7rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 0.2rem 0.5rem;
  border-radius: 3px;
  margin-bottom: 0.75rem;
}

/* Dashboard visual used instead of the unrelated mobile/crypto screenshots. */
.onvag-hero-visual {
  position: relative;
  display: flex !important;
  width: 100%;
  max-width: none;
  margin: 0;
}

.onvag-hero__row {
  align-items: stretch;
  padding-bottom: 22px;
}

.onvag-hero__column {
  display: flex;
}

.onvag-hero-card {
  display: flex;
  width: 100%;
  height: 100%;
  padding: 38px;
  flex-direction: column;
  justify-content: center;
  background: #fff;
  border: 1px solid rgba(101, 78, 153, 0.12);
  border-radius: 20px;
  box-shadow: 0 20px 42px -14px rgba(53, 32, 99, 0.3);
}

.onvag-hero-visual .onvag-dashboard {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  box-shadow: 0 20px 42px -14px rgba(53, 32, 99, 0.3);
  transform: none;
}

.onvag-hero-visual .onvag-dashboard__body {
  flex: 1 1 auto;
  min-height: 0;
}

.onvag-hero-visual--decorated::before,
.onvag-hero-visual--decorated::after {
  position: absolute;
  z-index: 0;
  content: "";
  border-radius: 50%;
  pointer-events: none;
}

.onvag-hero-visual--decorated {
  padding-bottom: 44px;
}

.onvag-hero-visual--decorated::before {
  top: -55px;
  left: -58px;
  width: 190px;
  height: 190px;
  background: #ff969c;
  box-shadow: 430px -48px 0 -72px #ffb0b5, -35px 360px 0 -78px #ffb0b5;
}

.onvag-hero-visual--decorated::after {
  right: -24px;
  bottom: 0;
  width: 210px;
  height: 210px;
  background: linear-gradient(145deg, #f135d0, #9a29e8);
}

.onvag-hero-visual--decorated .onvag-dashboard {
  z-index: 1;
}

.onvag-dashboard {
  position: relative;
  width: 100%;
  overflow: hidden;
  color: #27324b;
  font-family: "Nunito", sans-serif;
  text-align: left;
  background: #fff;
  border: 1px solid rgba(101, 78, 153, 0.12);
  border-radius: 20px;
  box-shadow: 0 28px 70px rgba(53, 32, 99, 0.2);
  transform: perspective(1100px) rotateY(-3deg) rotateX(1deg);
}

.onvag-dashboard::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.7);
}

.onvag-dashboard__topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 58px;
  padding: 0 22px;
  background: #fff;
  border-bottom: 1px solid #edf0f7;
}

.onvag-dashboard__brand {
  color: #2e1553;
  font-weight: 800;
}

.onvag-dashboard__brand i {
  margin-right: 7px;
  color: #8f1bdc;
}

.onvag-dashboard__account {
  color: #6d7891;
  font-size: 0.72rem;
}

.onvag-dashboard__account i {
  margin-right: 6px;
  color: #3b7ddd;
}

.onvag-dashboard__sync {
  color: #6d7891;
  font-size: 0.72rem;
}

.onvag-dashboard__sync i {
  margin-right: 6px;
  color: #22c55e;
  font-size: 0.48rem;
}

.onvag-dashboard__menu {
  display: flex;
  gap: 8px;
  padding: 8px 18px;
  overflow: hidden;
  background: #fff;
  border-bottom: 1px solid #edf0f7;
}

.onvag-dashboard__menu span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 10px;
  color: #6d7891;
  font-size: 0.63rem;
  white-space: nowrap;
  border-radius: 6px;
}

.onvag-dashboard__menu span.active {
  color: #3b7ddd;
  background: #edf4ff;
}

.onvag-dashboard__body {
  display: flex;
  min-height: 420px;
  background: #f7f8fc;
}

.onvag-dashboard__nav {
  display: flex;
  flex: 0 0 58px;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  padding-top: 22px;
  color: #98a1b5;
  background: #fff;
  border-right: 1px solid #edf0f7;
}

.onvag-dashboard__nav i {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 9px;
}

.onvag-dashboard__nav i.active {
  color: #8f1bdc;
  background: #f4eafd;
}

.onvag-dashboard__content {
  flex: 1 1 auto;
  min-width: 0;
  padding: 22px;
}

.onvag-dashboard__heading,
.onvag-dashboard__metrics,
.onvag-dashboard__chart-head,
.onvag-dashboard__alerts {
  display: flex;
}

.onvag-dashboard__heading {
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}

.onvag-dashboard__heading small,
.onvag-dashboard__heading strong {
  display: block;
}

.onvag-dashboard__heading small {
  margin-bottom: 3px;
  color: #8791a7;
  font-size: 0.68rem;
}

.onvag-dashboard__heading strong {
  color: #26314b;
  font-size: 1.08rem;
}

.onvag-dashboard__heading > span {
  padding: 7px 10px;
  color: #65718a;
  font-size: 0.68rem;
  background: #fff;
  border: 1px solid #e8ebf3;
  border-radius: 8px;
}

.onvag-dashboard__heading > span i {
  margin-right: 4px;
}

.onvag-dashboard__filters {
  display: grid;
  grid-template-columns: 1.35fr 0.8fr 1fr;
  gap: 8px;
  margin-bottom: 10px;
}

.onvag-dashboard__filters span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 0;
  padding: 9px 10px;
  overflow: hidden;
  color: #7b8496;
  font-size: 0.56rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: #fff;
  border: 1px solid #e5e8ef;
  border-radius: 5px;
}

.onvag-dashboard__filters span:first-child {
  justify-content: flex-start;
  gap: 7px;
}

.onvag-dashboard__table-wrap {
  overflow: hidden;
  background: #fff;
  border: 1px solid #e5e8ef;
  border-radius: 6px;
}

.onvag-dashboard__table {
  width: 100%;
  margin: 0;
  color: #4b5567;
  font-size: 0.55rem;
  border-collapse: collapse;
}

.onvag-dashboard__table th,
.onvag-dashboard__table td {
  padding: 10px 8px;
  text-align: left;
  white-space: nowrap;
  border-bottom: 1px solid #edf0f4;
}

.onvag-dashboard__table th {
  color: #687386;
  font-weight: 600;
  background: #f8f9fb;
}

.onvag-dashboard__table tbody tr:last-child td {
  border-bottom: 0;
}

.onvag-dashboard__table td:first-child {
  color: #3b7ddd;
  font-weight: 600;
}

.onvag-dashboard__pager {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 5px;
  margin-top: 10px;
  color: #7b8496;
  font-size: 0.55rem;
}

.onvag-dashboard__pager b,
.onvag-dashboard__pager span:not(:first-child) {
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
  background: #fff;
  border: 1px solid #e5e8ef;
  border-radius: 4px;
}

.onvag-dashboard__pager b {
  color: #fff;
  background: #3b7ddd;
  border-color: #3b7ddd;
}

.onvag-dashboard__metrics {
  gap: 10px;
}

.onvag-dashboard__metrics > div {
  flex: 1 1 0;
  padding: 13px;
  background: #fff;
  border: 1px solid #edf0f7;
  border-radius: 12px;
}

.onvag-dashboard__metrics small,
.onvag-dashboard__metrics strong,
.onvag-dashboard__metrics em {
  display: block;
}

.onvag-dashboard__metrics small {
  overflow: hidden;
  color: #8791a7;
  font-size: 0.62rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.onvag-dashboard__metrics strong {
  margin: 4px 0;
  color: #27324b;
  font-size: 1.15rem;
}

.onvag-dashboard__metrics em {
  font-size: 0.62rem;
  font-style: normal;
}

.onvag-dashboard .positive { color: #16a34a; }
.onvag-dashboard .negative { color: #dc2626; }
.onvag-dashboard .warning { color: #d97706; }

.onvag-dashboard__chart {
  margin-top: 10px;
  padding: 14px;
  background: #fff;
  border: 1px solid #edf0f7;
  border-radius: 12px;
}

.onvag-dashboard__chart-head {
  align-items: center;
  justify-content: space-between;
  color: #27324b;
  font-size: 0.7rem;
}

.onvag-dashboard__chart-head span {
  color: #8791a7;
  font-size: 0.56rem;
}

.onvag-dashboard__chart-head span i {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin: 0 3px 0 8px;
  background: #8f1bdc;
  border-radius: 50%;
}

.onvag-dashboard__chart-head span i:last-of-type {
  background: #ff5b9f;
}

.onvag-dashboard__plot {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: space-around;
  height: 112px;
  margin-top: 12px;
  padding: 0 8px;
  background: repeating-linear-gradient(to bottom, #edf0f7 0, #edf0f7 1px, transparent 1px, transparent 28px);
}

.onvag-dashboard__plot > span {
  width: 7%;
  background: linear-gradient(180deg, #dda7ff, #8f1bdc);
  border-radius: 4px 4px 1px 1px;
  opacity: 0.42;
}

.onvag-dashboard__plot svg {
  position: absolute;
  inset: 5px 0 0;
  width: 100%;
  height: calc(100% - 8px);
  overflow: visible;
}

.onvag-dashboard__plot polyline {
  fill: none;
  stroke: #ff3e91;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 3;
}

.onvag-dashboard__alerts {
  align-items: center;
  gap: 10px;
  margin-top: 10px;
  padding: 11px 13px;
  background: #fff;
  border: 1px solid #edf0f7;
  border-radius: 12px;
}

.onvag-dashboard__alerts > i {
  display: grid;
  flex: 0 0 30px;
  height: 30px;
  color: #dc2626;
  background: #fee2e2;
  border-radius: 9px;
  place-items: center;
}

.onvag-dashboard__alerts span {
  flex: 1 1 auto;
}

.onvag-dashboard__alerts strong,
.onvag-dashboard__alerts small {
  display: block;
}

.onvag-dashboard__alerts strong { font-size: 0.7rem; }
.onvag-dashboard__alerts small { color: #8791a7; font-size: 0.58rem; }
.onvag-dashboard__alerts b { color: #8f1bdc; font-size: 0.62rem; }

.onvag-solution {
  overflow: hidden;
  background: #f7f8fc;
}

.onvag-solution .onvag-dashboard {
  transform: none;
}

.onvag-solution__copy h3 {
  color: #2e1553;
  font-size: 2.5rem;
  line-height: 1.15;
}

.onvag-check-list {
  margin-top: 24px;
}

.onvag-check-list li {
  margin: 12px 0;
  color: #475569;
}

.onvag-check-list i {
  display: inline-grid;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  color: #8f1bdc;
  font-size: 0.7rem;
  background: #ede0f8;
  border-radius: 50%;
  place-items: center;
}

/* Scoped Appco normalization. */
.onvag-hero .slider-height {
  position: relative;
  min-height: 760px;
  padding-top: 100px;
  padding-bottom: 70px;
  overflow: visible;
  isolation: isolate;
}

.onvag-hero .sky-blue {
  background: #fff;
}

.onvag-hero .slick-list {
  padding-top: 56px !important;
  padding-bottom: 72px !important;
  margin-top: -56px;
  margin-bottom: -72px;
}

.onvag-price-field {
  position: absolute;
  z-index: 0;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  user-select: none;
}

.onvag-price-field__value {
  position: absolute;
  margin: 0;
  opacity: 0;
  line-height: 0.92;
  letter-spacing: -0.04em;
  white-space: nowrap;
}

.onvag-price-surface {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.onvag-hero .slider-height.onvag-price-surface {
  overflow: visible;
}

.onvag-price-surface > :not(.onvag-price-field) {
  position: relative;
  z-index: 1;
}

.onvag-price-surface .hero__caption,
.onvag-price-surface .section-tittle,
.onvag-price-surface .bradcam_text,
.onvag-price-surface .say-something-cap,
.onvag-price-surface .say-btn,
.onvag-price-surface .single-footer-caption,
.onvag-price-surface .footer-copy-right,
.header-area .logo,
.header-area .main-menu {
  position: relative;
  z-index: 3;
  isolation: isolate;
}

.onvag-price-surface .hero__caption::before,
.onvag-price-surface .section-tittle::before,
.onvag-price-surface .bradcam_text::before,
.onvag-price-surface .say-something-cap::before,
.onvag-price-surface .say-btn::before,
.onvag-price-surface .single-footer-caption::before,
.onvag-price-surface .footer-copy-right::before,
.header-area .logo::before,
.header-area .main-menu::before {
  position: absolute;
  z-index: -1;
  inset: -9px -12px;
  content: "";
  pointer-events: none;
  background: radial-gradient(
    ellipse at center,
    rgba(255, 255, 255, 0.72) 0%,
    rgba(255, 255, 255, 0.5) 60%,
    rgba(255, 255, 255, 0.18) 82%,
    rgba(255, 255, 255, 0) 100%
  );
  border: 0;
  border-radius: 14px;
  box-shadow: none;
  -webkit-backdrop-filter: blur(2px) brightness(1.1) saturate(0.85);
  backdrop-filter: blur(2px) brightness(1.1) saturate(0.85);
}

.onvag-price-surface .onvag-hero-card::before {
  display: none;
}

.header-area .logo::before,
.header-area .main-menu::before {
  display: none;
}

.header-area .logo a > span,
.header-area .main-menu a > span {
  position: relative;
  z-index: 1;
  display: inline-block;
  isolation: isolate;
}

.header-area .logo a > span::before,
.header-area .main-menu a > span::before {
  position: absolute;
  z-index: -1;
  inset: -4px -7px;
  content: "";
  pointer-events: none;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 8px;
  -webkit-backdrop-filter: blur(2px) brightness(1.08);
  backdrop-filter: blur(2px) brightness(1.08);
}

.onvag-price-field__value--light {
  font-family: "Nunito", sans-serif;
  font-weight: 300;
}

.onvag-price-field__value--strong {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
}

.onvag-price-field__value--mono {
  font-family: Consolas, "Courier New", monospace;
  font-weight: 700;
}

.onvag-price-field__value--italic {
  font-style: italic;
}

.onvag-price-field__value--positive {
  color: #9473aa;
}

.onvag-price-field__value--negative {
  color: #9473aa;
}

.onvag-price-field__value.is-active {
  animation: onvag-price-pulse 820ms ease-in-out;
}

@keyframes onvag-price-pulse {
  0%,
  100% {
    opacity: 0;
  }

  44%,
  56% {
    opacity: 0.68;
  }
}

.onvag-hero .hero__caption h1 {
  max-width: 650px;
  font-size: clamp(2.55rem, 3vw, 3.35rem);
  line-height: 1.12;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

.onvag-hero-card > p {
  padding-right: 0;
}

.onvag-hero .hero__caption .onvag-hero__subtitle {
  max-width: 600px;
  font-size: clamp(1.5rem, 2vw, 2rem);
  line-height: 1.35;
  font-weight: 600;
}

.onvag-hero .slider-btns {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.onvag-hero .slider-btns .btn,
.onvag-hero .slider-btns .border-btn,
.onvag-hub-card .btn,
.onvag-catalog-group-head .btn,
.onvag-services .btn,
.onvag-cta .btn,
.onvag-cta .border-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  margin: 0;
  padding: 0 26px;
  line-height: 1.2;
  white-space: nowrap;
}

.onvag-hero .slider-btns .border-btn {
  border-radius: 999px;
}

.onvag-group-hub .row,
.onvag-problem .row,
.onvag-services .row {
  row-gap: 30px;
}

.onvag-group-hub {
  background:
    radial-gradient(circle at 84% 36%, rgba(143, 27, 220, 0.045), transparent 24%),
    linear-gradient(180deg, #fff 0%, #f8fdfe 14%, #f4feff 40%, #f8fdfe 82%, #fff 100%);
}

.onvag-group-hub .onvag-hub-card,
.onvag-problem .services-caption,
.onvag-services .services-caption {
  height: calc(100% - 30px);
}

.onvag-group-hub .service-icon i,
.onvag-problem .service-icon i,
.onvag-services .service-icon i {
  display: grid;
  width: 100%;
  height: 100%;
  color: #8f1bdc;
  font-size: 1.65rem;
  place-items: center;
}

.onvag-group-hub .service-cap {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-items: center;
}

.onvag-group-hub .service-cap > p:first-of-type {
  flex: 1 1 auto;
}

.onvag-features {
  background: linear-gradient(135deg, #f6f8ff 0%, #fff 58%, #fdf2fb 100%);
}

.onvag-features .row.justify-content-end {
  justify-content: center !important;
}

.onvag-features .features-icon i {
  color: #fff;
  font-size: 1.25rem;
}

.onvag-features .single-features {
  height: calc(100% - 70px);
}

.onvag-proof {
  background: #fff;
}

.onvag-proof-grid {
  row-gap: 30px;
}

.onvag-proof-card {
  flex: 1 1 auto;
  min-height: 260px;
  padding: 34px;
  background: #fff;
  border: 1px solid #eee8f8;
  border-radius: 16px;
  box-shadow: 0 14px 36px rgba(52, 31, 99, 0.07);
}

.onvag-proof-card__icon {
  display: grid;
  width: 52px;
  height: 52px;
  margin-bottom: 22px;
  color: #8f1bdc;
  background: #f5ecfc;
  border-radius: 14px;
  place-items: center;
}

.onvag-proof-card h4 {
  margin-bottom: 12px;
  color: #2e1553;
  font-size: 1.25rem;
  font-weight: 700;
}

.onvag-proof-card p {
  margin-bottom: 0;
}

.onvag-catalog-group-head .section-tittle h2,
.onvag-catalog-list-head .section-tittle h2 {
  margin-bottom: 14px;
  overflow-wrap: anywhere;
}

.onvag-catalog-group-head .section-tittle p {
  margin-bottom: 0;
}

.onvag-cta .row {
  row-gap: 16px;
}

.onvag-cta .say-btn,
.onvag-cta .say-btn a {
  width: 100%;
}

.onvag-cta .border-btn {
  color: #8f1bdc;
  background-color: transparent;
  background-image: linear-gradient(#8f1bdc, #8f1bdc);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100% 0;
  border-color: #8f1bdc;
  border-radius: 999px;
  transition: color 0.25s ease, background-size 0.35s ease;
}

.onvag-cta .border-btn:hover {
  color: #fff;
  background-color: transparent;
  background-size: 100% 100%;
  border-color: #8f1bdc;
}

.onvag-cta .border-btn::before {
  display: none;
}

.onvag-status-planned {
  background: #e2e8f0;
  color: #475569;
}

.onvag-status-draft {
  background: #fef3c7;
  color: #92400e;
}

.onvag-status-ready {
  background: #d1fae5;
  color: #065f46;
}

.onvag-faq-card .card-header {
  background: rgba(250, 248, 252, 0.78);
  border: 0;
  padding: 0;
}

.onvag-faq-card .btn-link {
  color: #4d405a;
  font-weight: 600;
  text-align: left;
  width: 100%;
  padding: 1rem 1.25rem;
  background: transparent !important;
  border: 0;
  box-shadow: none !important;
  text-decoration: none;
  text-transform: none;
}

.onvag-faq-card .btn-link:hover {
  color: #fff !important;
  background: #80688c !important;
  text-decoration: none;
}

.onvag-faq-card .btn-link[aria-expanded="true"] {
  color: #fff !important;
  background: #6f587b !important;
}

.onvag-faq-card .btn-link::before {
  display: none !important;
}

.onvag-faq-card .btn-link:focus {
  color: #fff !important;
  background: #6f587b !important;
  outline: 2px solid rgba(112, 87, 131, 0.18);
  outline-offset: -2px;
}

.onvag-faq-card {
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid #e8e1ec;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 8px 22px rgba(72, 49, 92, 0.04);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}

.onvag-faq-card .card-body {
  color: #687386;
  line-height: 1.65;
  background: rgba(255, 255, 255, 0.72);
  border-top: 1px solid #eee9f1;
}

.onvag-faq-card__note {
  display: block;
  margin-top: 18px;
  color: #8f1bdc;
  font-size: 1.05rem;
  font-weight: 700;
  text-align: right;
}

html {
  scroll-behavior: smooth;
}

#audience,
#how-it-works,
#capabilities,
#demo,
#faq {
  scroll-margin-top: 92px;
}

.onvag-audience.section-padding2,
.onvag-workflow.section-padding2,
.onvag-capabilities.section-padding2,
.onvag-demo.section-padding2,
.onvag-home-faq.section-padding2 {
  padding-top: clamp(52px, 6.875vw, 132px);
  padding-bottom: clamp(52px, 6.875vw, 132px);
}

.onvag-eyebrow {
  display: inline-block;
  margin-bottom: 14px;
  color: #8f1bdc;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.onvag-section-intro {
  margin-bottom: 40px;
}

.onvag-section-intro h2,
.onvag-capabilities__copy h2,
.onvag-final-cta h2 {
  margin-bottom: 18px;
  color: #2e1553;
  font-size: clamp(2.1rem, 4vw, 3.2rem);
  line-height: 1.12;
}

.onvag-section-intro p {
  max-width: 760px;
  margin: 0 auto;
  color: #64748b;
  font-size: 1.08rem;
  line-height: 1.75;
}

.onvag-terminal {
  position: relative;
  z-index: 1;
  overflow: hidden;
  color: #c8ffd8;
  font-family: Consolas, "Courier New", monospace;
  background:
    radial-gradient(circle at 82% 10%, rgba(63, 255, 132, 0.11), transparent 30%),
    #07110b;
  border: 1px solid rgba(92, 255, 147, 0.28);
  border-radius: 18px;
  box-shadow: 0 32px 80px rgba(17, 42, 25, 0.28);
}

.onvag-terminal__bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 52px;
  padding: 0 18px;
  color: #8ba394;
  font-size: 0.72rem;
  background: rgba(255, 255, 255, 0.04);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.onvag-terminal__dots {
  display: flex;
  gap: 6px;
}

.onvag-terminal__dots i {
  width: 9px;
  height: 9px;
  background: #ff6b6b;
  border-radius: 50%;
}

.onvag-terminal__dots i:nth-child(2) { background: #ffd166; }
.onvag-terminal__dots i:nth-child(3) { background: #45d483; }
.onvag-terminal__status { color: #62df8d; }

.onvag-terminal__body {
  min-height: 430px;
  padding: 34px;
}

.onvag-terminal__line {
  margin-bottom: 20px;
  color: #d9e9de;
  font-size: 0.93rem;
  opacity: 0;
  transform: translateY(8px);
  animation: onvag-terminal-line 0.45s ease forwards;
}

.onvag-terminal__line span {
  display: inline-block;
  min-width: 30px;
  color: #42e47b;
  font-weight: 800;
}

.onvag-terminal__line--command {
  margin-bottom: 30px;
  color: #fff;
}

.onvag-terminal__line:nth-child(2) { animation-delay: 0.45s; }
.onvag-terminal__line:nth-child(3) { animation-delay: 0.9s; }
.onvag-terminal__line:nth-child(4) { animation-delay: 1.35s; }
.onvag-terminal__line:nth-child(5) { animation-delay: 1.8s; }

.onvag-terminal__result {
  margin-top: 30px;
  padding: 22px;
  opacity: 0;
  background: rgba(66, 228, 123, 0.08);
  border: 1px solid rgba(66, 228, 123, 0.22);
  border-radius: 12px;
  animation: onvag-terminal-line 0.5s ease 2.3s forwards;
}

.onvag-terminal__result small,
.onvag-terminal__result strong {
  display: block;
}

.onvag-terminal__result small {
  margin-bottom: 8px;
  color: #42e47b;
  letter-spacing: 0.12em;
}

.onvag-terminal__result strong {
  margin-bottom: 8px;
  color: #fff;
  font-family: "Nunito", sans-serif;
  font-size: 1.35rem;
}

.onvag-terminal__result p {
  margin: 0;
  color: #9fb5a6;
  font-size: 0.78rem;
  line-height: 1.65;
}

.onvag-terminal__cursor {
  display: inline-block;
  width: 9px;
  height: 17px;
  margin-top: 18px;
  background: #42e47b;
  animation: onvag-terminal-cursor 0.9s steps(1) infinite;
}

@keyframes onvag-terminal-line {
  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes onvag-terminal-cursor {
  50% { opacity: 0; }
}

.onvag-audience {
  background: linear-gradient(180deg, #fff 0%, #faf8fc 68%, #f7f3fa 100%);
}

.onvag-price-surface.onvag-audience .section-tittle::before,
.onvag-price-surface.onvag-workflow .section-tittle::before,
.onvag-price-surface.onvag-home-faq .section-tittle::before {
  border: 1px solid rgba(143, 112, 164, 0.16);
}

.onvag-audience__grid,
.onvag-demo__grid {
  row-gap: 30px;
}

.onvag-audience-card {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-height: 360px;
  padding: 36px;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #eee8f8;
  border-radius: 18px;
  box-shadow: 0 18px 46px rgba(52, 31, 99, 0.07);
  -webkit-backdrop-filter: blur(9px);
  backdrop-filter: blur(9px);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.onvag-audience-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 58px rgba(52, 31, 99, 0.12);
}

.onvag-audience-card__icon {
  display: grid;
  width: 58px;
  height: 58px;
  margin-bottom: 26px;
  color: #8f1bdc;
  font-size: 1.35rem;
  background: #f4eafd;
  border-radius: 16px;
  place-items: center;
}

.onvag-audience-card h3,
.onvag-workflow-step h3,
.onvag-capability h3,
.onvag-demo-step h3 {
  color: #2e1553;
  font-size: 1.25rem;
  font-weight: 800;
}

.onvag-audience-card p {
  flex: 1 1 auto;
  color: #64748b;
  line-height: 1.7;
}

.onvag-audience-card strong {
  margin-top: 16px;
  color: #334155;
  font-size: 0.9rem;
  line-height: 1.55;
}

.onvag-audience-card a {
  margin-top: 20px;
  color: #8f1bdc;
  font-size: 0.86rem;
  font-weight: 800;
}

.onvag-workflow {
  overflow: hidden;
  background: linear-gradient(180deg, #f7f3fa 0%, #fcfafd 150px, #fff 52%, #f6fbfc 100%);
}

.onvag-workflow__track {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
}

.onvag-workflow__track::before {
  position: absolute;
  top: 54px;
  right: 8%;
  left: 8%;
  height: 2px;
  content: "";
  background: linear-gradient(90deg, #8f1bdc, #ff3e91);
}

.onvag-workflow-step {
  position: relative;
  z-index: 1;
  padding: 24px 18px;
  text-align: center;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(232, 225, 236, 0.9);
  border-radius: 16px;
  box-shadow: 0 12px 30px rgba(72, 49, 92, 0.05);
  -webkit-backdrop-filter: blur(9px);
  backdrop-filter: blur(9px);
}

.onvag-workflow-step__number {
  display: block;
  margin-bottom: 10px;
  color: #a78bba;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.onvag-workflow-step__icon {
  display: grid;
  width: 64px;
  height: 64px;
  margin: 0 auto 22px;
  color: #fff;
  background: linear-gradient(135deg, #8f1bdc, #ff3e91);
  border: 7px solid #fff;
  border-radius: 50%;
  box-shadow: 0 10px 26px rgba(143, 27, 220, 0.2);
  place-items: center;
}

.onvag-workflow-step p,
.onvag-capability p,
.onvag-demo-step p {
  margin-bottom: 0;
  color: #64748b;
  font-size: 0.9rem;
  line-height: 1.65;
}

.onvag-capabilities {
  overflow: hidden;
  background: linear-gradient(180deg, #f6fbfc 0%, #fff 38%, #faf5fd 100%);
}

.onvag-capabilities__visual {
  padding-right: 25px;
}

.onvag-capabilities__visual .onvag-dashboard {
  transform: perspective(1100px) rotateY(3deg) rotateX(1deg);
}

.onvag-capabilities__copy {
  padding-left: 25px;
}

.onvag-capabilities__copy > .row {
  row-gap: 18px;
}

.onvag-capabilities__intro {
  margin: -14px -16px 18px;
  padding: 14px 16px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(232, 225, 236, 0.72);
  border-radius: 16px;
  -webkit-backdrop-filter: blur(9px);
  backdrop-filter: blur(9px);
}

.onvag-capabilities__lead {
  margin-bottom: 0;
  color: #64748b;
  font-size: 1.02rem;
  line-height: 1.75;
}

.onvag-capability {
  display: flex;
  gap: 14px;
  min-height: 145px;
  padding: 20px 16px;
  background: rgba(255, 255, 255, 0.68);
  border: 1px solid rgba(232, 225, 236, 0.76);
  border-radius: 14px;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}

.onvag-capability > i {
  display: grid;
  flex: 0 0 42px;
  height: 42px;
  color: #8f1bdc;
  background: #f0e4fa;
  border-radius: 12px;
  place-items: center;
}

.onvag-capability h3 {
  margin-bottom: 7px;
  font-size: 1rem;
}

.onvag-boundary-note {
  margin-top: 20px;
  padding: 22px 24px;
  background: #fff;
  border-left: 4px solid #ff3e91;
  border-radius: 0 12px 12px 0;
  box-shadow: 0 12px 30px rgba(52, 31, 99, 0.06);
}

.onvag-boundary-note strong {
  display: block;
  margin-bottom: 6px;
  color: #2e1553;
}

.onvag-boundary-note p {
  margin: 0;
  color: #64748b;
  font-size: 0.9rem;
  line-height: 1.65;
}

.onvag-demo {
  color: #fff;
  background:
    radial-gradient(circle at 10% 10%, rgba(255, 62, 145, 0.2), transparent 24%),
    radial-gradient(circle at 90% 90%, rgba(83, 221, 255, 0.14), transparent 28%),
    #2e1553;
}

.onvag-price-surface.onvag-demo .section-tittle::before {
  inset: -12px -16px;
  background: rgba(34, 15, 60, 0.58);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  -webkit-backdrop-filter: blur(9px) saturate(0.9);
  backdrop-filter: blur(9px) saturate(0.9);
}

.onvag-demo .onvag-eyebrow { color: #ff9ccc; }
.onvag-demo .section-tittle h2 { color: #fff; }
.onvag-demo .section-tittle p { color: #d8cbe4; }

.onvag-demo-step {
  flex: 1 1 auto;
  min-height: 250px;
  padding: 30px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  backdrop-filter: blur(8px);
}

.onvag-demo-step > span {
  display: block;
  margin-bottom: 28px;
  color: #ff9ccc;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.onvag-demo-step h3 { color: #fff; }
.onvag-demo-step p { color: #d8cbe4; }

.onvag-demo__actions,
.onvag-final-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.onvag-demo__actions {
  justify-content: center;
  margin-top: 34px;
}

.onvag-demo__actions .btn,
.onvag-demo__actions .border-btn,
.onvag-final-cta__actions .btn,
.onvag-final-cta__actions .border-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  margin: 0;
  padding: 0 26px;
  border-radius: 999px;
}

.onvag-demo__actions .border-btn {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.7);
}

.onvag-home-faq {
  background: linear-gradient(180deg, #f4eef8 0%, #fbf9fc 180px, #fff 58%, #faf7fc 100%);
}

.onvag-final-cta {
  padding: 14px 0 68px;
  background: linear-gradient(180deg, #faf7fc 0%, #f5f0f8 100%);
}

.onvag-final-cta__panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  padding: 52px 58px;
  background: linear-gradient(135deg, #f4eafd, #f4feff);
  border: 1px solid #e9dff2;
  border-radius: 24px;
}

.onvag-final-cta__panel > div:first-child {
  max-width: 680px;
}

.onvag-final-cta h2 {
  font-size: clamp(2rem, 3vw, 2.7rem);
}

.onvag-final-cta p {
  margin-bottom: 0;
  color: #64748b;
  line-height: 1.7;
}

.onvag-final-cta__actions {
  flex: 0 0 310px;
  flex-direction: column;
}

.onvag-final-cta__actions .border-btn {
  color: #8f1bdc;
  border-color: #8f1bdc;
}

.footer-main {
  position: relative;
  overflow: hidden;
  color: #d8cbe4;
  background:
    radial-gradient(circle at 10% 10%, rgba(255, 62, 145, 0.2), transparent 24%),
    radial-gradient(circle at 90% 90%, rgba(83, 221, 255, 0.14), transparent 28%),
    #2e1553;
  isolation: isolate;
}

.footer-main .footer-area {
  position: relative;
  background: rgba(34, 15, 60, 0.52) !important;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  -webkit-backdrop-filter: blur(9px) saturate(0.9);
  backdrop-filter: blur(9px) saturate(0.9);
}

.footer-main .footer-padding {
  padding-top: clamp(20px, 2.6vw, 38px);
  padding-bottom: clamp(12px, 1.5vw, 22px);
}

.footer-main .single-footer-caption {
  height: auto;
  margin-bottom: 8px !important;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.onvag-price-surface .single-footer-caption::before,
.onvag-price-surface .footer-copy-right::before {
  display: none;
}

.footer-main .footer-tittle h4 {
  margin-bottom: 8px;
  color: #fff;
}

.footer-main .footer-tittle p,
.footer-main .footer-tittle ul li a {
  color: #d8cbe4;
}

.footer-main .footer-tittle ul li {
  margin-bottom: 2px;
}

.footer-main .footer-tittle ul li a:hover {
  color: #ff9ccc;
}

.footer-main .footer-copy-right {
  padding-top: 7px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-main .footer-copy-right p {
  margin-bottom: 0;
  color: #bdaacb;
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }

  .onvag-terminal__line,
  .onvag-terminal__result {
    opacity: 1;
    transform: none;
    animation: none;
  }

  .onvag-terminal__cursor {
    animation: none;
  }
}

@media (max-width: 1199px) {
  .onvag-dashboard__body {
    min-height: 390px;
  }

  .onvag-dashboard__content {
    padding: 16px;
  }

  .onvag-catalog-card {
    min-height: 400px;
  }

  .onvag-workflow__track {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .onvag-workflow__track::before {
    display: none;
  }
}

@media (max-width: 991px) {
  .onvag-hero .slider-height {
    height: auto;
    min-height: 0;
    padding-top: 150px;
    padding-bottom: 90px;
  }

  .onvag-hero .hero__caption h1 {
    font-size: 3.2rem;
  }

  .onvag-hero__column + .onvag-hero__column {
    margin-top: 34px;
  }

  .onvag-solution__copy h3 {
    font-size: 2.15rem;
  }

  .onvag-solution .onvag-dashboard {
    margin-top: 24px;
  }

  .onvag-catalog-list-head {
    padding-top: 70px;
  }

  .onvag-capabilities__visual,
  .onvag-capabilities__copy {
    padding: 0;
  }

  .onvag-capabilities__visual {
    margin-top: 48px;
  }

  .onvag-final-cta__panel {
    align-items: flex-start;
    flex-direction: column;
  }

  .onvag-final-cta__actions {
    width: 100%;
    flex-basis: auto;
  }
}

@media (max-width: 767px) {
  body {
    overflow-x: hidden;
  }

  .onvag-hero .slider-height {
    height: auto;
    min-height: 0;
    padding-top: 150px;
    padding-bottom: 72px;
  }

  .onvag-hero .hero__caption h1 {
    font-size: clamp(2rem, 10vw, 2.45rem);
  }

  .onvag-hero-card {
    padding: 34px 28px;
  }

  .onvag-hero-visual .onvag-dashboard {
    height: auto;
  }

  .onvag-hero .slider-btns {
    align-items: stretch;
    flex-direction: column;
  }

  .onvag-hero .slider-btns .btn,
  .onvag-hero .slider-btns .border-btn {
    width: 100%;
  }

  .onvag-hero .slider-btns .border-btn {
    margin-left: 0 !important;
  }

  .onvag-hero-visual {
    margin-top: 44px;
  }

  .onvag-dashboard {
    transform: none;
  }

  .onvag-dashboard__body {
    min-height: 350px;
  }

  .onvag-dashboard__content {
    padding: 14px;
  }

  .onvag-dashboard__account,
  .onvag-dashboard__sync {
    display: none;
  }

  .onvag-dashboard__menu {
    padding-right: 10px;
    padding-left: 10px;
  }

  .onvag-dashboard__menu span {
    padding-right: 7px;
    padding-left: 7px;
    font-size: 0.54rem;
  }

  .onvag-dashboard__filters {
    grid-template-columns: 1fr 1fr;
  }

  .onvag-dashboard__filters span:last-child {
    display: none;
  }

  .onvag-dashboard__table {
    table-layout: fixed;
    font-size: 0.48rem;
  }

  .onvag-dashboard__table th,
  .onvag-dashboard__table td {
    overflow: hidden;
    padding: 8px 6px;
    text-overflow: ellipsis;
  }

  .onvag-dashboard__table th:nth-child(2),
  .onvag-dashboard__table td:nth-child(2),
  .onvag-dashboard__table th:nth-child(4),
  .onvag-dashboard__table td:nth-child(4) {
    display: none;
  }

  .onvag-catalog-list-head,
  .onvag-catalog-group-head {
    padding: 56px 0 28px;
  }

  .onvag-catalog-group-section,
  .onvag-group-catalog-cards {
    padding-bottom: 56px;
  }

  .onvag-catalog-card {
    min-height: 0;
    padding: 26px;
  }

  .onvag-catalog-card__top h3 {
    min-height: 0;
    font-size: 1.35rem;
  }

  .onvag-card-desc {
    min-height: 0;
  }

  .onvag-solution__copy h3 {
    font-size: 1.9rem;
  }

  .onvag-group-hub .section-tittle h2,
  .onvag-problem .section-tittle h2,
  .onvag-services .section-tittle h2,
  .onvag-features .section-tittle h2,
  .onvag-catalog-list-head .section-tittle h2,
  .onvag-catalog-group-head .section-tittle h2 {
    font-size: 2.1rem;
    line-height: 1.15;
    overflow-wrap: anywhere;
  }

  .onvag-terminal__bar {
    font-size: 0.62rem;
  }

  .onvag-terminal__status {
    display: none;
  }

  .onvag-terminal__body {
    min-height: 390px;
    padding: 24px 18px;
  }

  .onvag-terminal__line {
    font-size: 0.76rem;
    overflow-wrap: anywhere;
  }

  .onvag-audience-card {
    min-height: 0;
    padding: 28px;
  }

  .onvag-workflow__track {
    grid-template-columns: 1fr;
  }

  .onvag-workflow-step {
    display: grid;
    grid-template-columns: 42px 56px 1fr;
    column-gap: 14px;
    align-items: center;
    padding: 14px 12px;
    text-align: left;
  }

  .onvag-workflow-step__number {
    margin: 0;
  }

  .onvag-workflow-step__icon {
    width: 56px;
    height: 56px;
    margin: 0;
  }

  .onvag-workflow-step h3,
  .onvag-workflow-step p {
    grid-column: 3;
  }

  .onvag-workflow-step h3 {
    margin: 0;
  }

  .onvag-capability {
    min-height: 0;
  }

  .onvag-capabilities__intro {
    margin: 0 0 18px;
  }

  .onvag-demo-step {
    min-height: 0;
  }

  .onvag-demo__actions,
  .onvag-final-cta__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .onvag-demo__actions .btn,
  .onvag-demo__actions .border-btn,
  .onvag-final-cta__actions .btn,
  .onvag-final-cta__actions .border-btn {
    width: 100%;
  }

  .onvag-final-cta {
    padding-bottom: 64px;
  }

  .onvag-final-cta__panel {
    gap: 28px;
    padding: 36px 26px;
  }
}

@media (max-width: 575px) {
  .onvag-hero-card {
    padding: 30px 22px;
  }

  .onvag-dashboard__filters {
    grid-template-columns: 1fr;
  }

  .onvag-dashboard__filters span:not(:first-child) {
    display: none;
  }

  .onvag-dashboard__menu {
    justify-content: space-between;
    gap: 2px;
  }

  .onvag-dashboard__menu span {
    gap: 4px;
    padding-right: 4px;
    padding-left: 4px;
  }

  .onvag-section-intro h2,
  .onvag-capabilities__copy h2 {
    font-size: clamp(1.85rem, 9vw, 2.25rem);
  }

  .onvag-workflow-step {
    grid-template-columns: 34px 48px 1fr;
    column-gap: 10px;
  }

  .onvag-workflow-step__icon {
    width: 48px;
    height: 48px;
  }

  .onvag-final-cta__panel {
    padding: 30px 22px;
  }
}

/* Pricing page */
.onvag-pricing-page {
  color: #475569;
  background: #fff;
}

.onvag-pricing-hero {
  padding: clamp(150px, 12vw, 190px) 0 clamp(58px, 6vw, 92px);
  background:
    radial-gradient(circle at 14% 28%, rgba(148, 115, 170, 0.12), transparent 30%),
    linear-gradient(180deg, #fff 0%, #f7f3fa 100%);
}

.onvag-pricing-hero__card {
  padding: clamp(36px, 5vw, 70px);
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(143, 112, 164, 0.16);
  border-radius: clamp(18px, 1.8vw, 30px);
  box-shadow: 0 22px 54px rgba(53, 32, 99, 0.11);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

.onvag-pricing-hero__card h1 {
  max-width: 780px;
  margin: 10px 0 20px;
  color: #2e1553;
  font-size: clamp(2.45rem, 4.5vw, 4.5rem);
  line-height: 1.06;
}

.onvag-pricing-hero__card p {
  max-width: 780px;
  margin-bottom: 30px;
  color: #59657a;
  font-size: clamp(1rem, 1.4vw, 1.2rem);
  line-height: 1.7;
}

.onvag-pricing-model {
  padding: clamp(54px, 6vw, 96px) 0;
  background:
    radial-gradient(circle at 88% 28%, rgba(148, 115, 170, 0.08), transparent 28%),
    linear-gradient(180deg, #f7f3fa 0%, #faf8fb 100%);
}

.onvag-pricing-model--alt {
  background:
    radial-gradient(circle at 12% 70%, rgba(148, 115, 170, 0.08), transparent 28%),
    linear-gradient(180deg, #faf8fb 0%, #f5f1f8 100%);
}

.onvag-pricing-model__intro {
  max-width: 820px;
  margin-bottom: 30px;
  padding: clamp(24px, 3vw, 38px);
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(143, 112, 164, 0.16);
  border-radius: clamp(14px, 1.05vw, 20px);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.onvag-pricing-model__intro h2,
.onvag-pricing-combination__panel h2 {
  margin: 8px 0 14px;
  color: #2e1553;
  font-size: clamp(2rem, 3vw, 3.15rem);
  line-height: 1.12;
}

.onvag-pricing-model__intro p,
.onvag-pricing-combination__panel p {
  margin-bottom: 0;
  color: #59657a;
  line-height: 1.7;
}

.onvag-pricing-table-wrap {
  overflow-x: auto;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(143, 112, 164, 0.18);
  border-radius: clamp(14px, 1.05vw, 20px);
  box-shadow: 0 18px 44px rgba(53, 32, 99, 0.09);
  -webkit-overflow-scrolling: touch;
}

.onvag-pricing-table {
  width: 100%;
  min-width: 760px;
  margin: 0;
  color: #475569;
  border-collapse: collapse;
}

.onvag-pricing-table th,
.onvag-pricing-table td {
  padding: 18px 20px;
  text-align: left;
  border-bottom: 1px solid rgba(143, 112, 164, 0.13);
}

.onvag-pricing-table thead th {
  color: #fff;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  background: #493064;
}

.onvag-pricing-table thead th:first-child {
  border-radius: 18px 0 0;
}

.onvag-pricing-table thead th:last-child {
  border-radius: 0 18px 0 0;
}

.onvag-pricing-table tbody th {
  color: #2e1553;
  font-weight: 800;
}

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

.onvag-pricing-table tbody tr:hover {
  background: rgba(243, 236, 248, 0.68);
}

.onvag-pricing-model__note {
  margin: 16px 0 0;
  color: #79578f;
  font-weight: 700;
}

.onvag-pricing-combination {
  padding: clamp(54px, 6vw, 96px) 0;
  background: linear-gradient(180deg, #f5f1f8 0%, #fff 100%);
}

.onvag-pricing-combination__panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.85fr);
  gap: clamp(28px, 4vw, 58px);
  padding: clamp(32px, 4vw, 58px);
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(143, 112, 164, 0.16);
  border-radius: clamp(18px, 1.8vw, 28px);
  box-shadow: 0 22px 52px rgba(53, 32, 99, 0.1);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

.onvag-pricing-combination__panel ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.onvag-pricing-combination__panel li {
  display: flex;
  gap: 12px;
  padding: 12px 0;
  color: #59657a;
  line-height: 1.55;
  border-bottom: 1px solid rgba(143, 112, 164, 0.13);
}

.onvag-pricing-combination__panel li:last-child {
  border-bottom: 0;
}

.onvag-pricing-combination__panel li i {
  display: grid;
  flex: 0 0 25px;
  width: 25px;
  height: 25px;
  color: #8f1bdc;
  font-size: 0.7rem;
  background: #f1e7f7;
  border-radius: 50%;
  place-items: center;
}

@media (max-width: 991px) {
  .onvag-pricing-combination__panel {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .onvag-pricing-hero {
    padding-top: 126px;
  }

  .onvag-pricing-hero__card {
    padding: 30px 24px;
  }

  .onvag-pricing-table th,
  .onvag-pricing-table td {
    padding: 15px 16px;
  }

  .onvag-pricing-table {
    min-width: 0;
  }

  .onvag-pricing-table thead {
    display: none;
  }

  .onvag-pricing-table tbody,
  .onvag-pricing-table tr,
  .onvag-pricing-table th,
  .onvag-pricing-table td {
    display: block;
    width: 100%;
  }

  .onvag-pricing-table tr {
    padding: 8px 0;
    border-bottom: 1px solid rgba(143, 112, 164, 0.18);
  }

  .onvag-pricing-table tbody tr:last-child {
    border-bottom: 0;
  }

  .onvag-pricing-table th,
  .onvag-pricing-table td {
    display: grid;
    grid-template-columns: minmax(110px, 40%) 1fr;
    gap: 12px;
    padding: 8px 16px;
    border: 0;
  }

  .onvag-pricing-table th::before,
  .onvag-pricing-table td::before {
    color: #79578f;
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    content: attr(data-label);
  }
}

.ui-kit-showcase .ui-kit-section-title {
  font-size: 0.75rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #64748b;
  margin-bottom: 0.5rem;
}

.ui-kit-showcase .ui-kit-section-wrap {
  scroll-margin-top: 4rem;
  margin-bottom: 3rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #e2e8f0;
}

.ui-kit-topbar {
  position: sticky;
  top: 0;
  z-index: 9999;
  background: #fff;
  border-bottom: 1px solid #e2e8f0;
}

.ui-kit-topbar a {
  color: #475569;
  font-size: 0.875rem;
}

.ui-kit-topbar a:hover {
  color: #8f1bdc;
}

/* Approved home-page visual language, scoped to generated inner pages. */
.onvag-inner-page,
.onvag-index-page {
  color: #475569;
  background: #fff;
}

.onvag-inner-page .onvag-inner-section,
.onvag-index-page .onvag-catalog-list-head {
  padding-top: clamp(46px, 4.8vw, 72px);
  padding-bottom: clamp(46px, 4.8vw, 72px);
}

.onvag-inner-page .onvag-inner-problem {
  background:
    radial-gradient(circle at 12% 24%, rgba(148, 115, 170, 0.1), transparent 30%),
    linear-gradient(180deg, #f8f5fa 0%, #f0e9f5 22%, #f0e9f5 78%, #f8f5fa 100%);
}

.onvag-inner-page .onvag-solution {
  background:
    radial-gradient(circle at 86% 68%, rgba(148, 115, 170, 0.06), transparent 28%),
    linear-gradient(180deg, #f8f5fa 0%, #fff 22%, #fff 78%, #f8f5fa 100%);
}

.onvag-inner-page .onvag-features {
  background:
    radial-gradient(circle at 14% 72%, rgba(148, 115, 170, 0.1), transparent 28%),
    linear-gradient(180deg, #f8f5fa 0%, #f0e9f5 22%, #f0e9f5 78%, #f8f5fa 100%);
}

.onvag-inner-page .onvag-categories {
  background:
    radial-gradient(circle at 88% 28%, rgba(148, 115, 170, 0.06), transparent 28%),
    linear-gradient(180deg, #f8f5fa 0%, #fff 22%, #fff 78%, #f8f5fa 100%);
}

.onvag-inner-page .onvag-proof {
  background:
    radial-gradient(circle at 88% 30%, rgba(148, 115, 170, 0.06), transparent 26%),
    linear-gradient(180deg, #f8f5fa 0%, #fff 22%, #fff 78%, #f8f5fa 100%);
}

.onvag-inner-page .onvag-services {
  background:
    radial-gradient(circle at 10% 42%, rgba(148, 115, 170, 0.1), transparent 26%),
    linear-gradient(180deg, #f8f5fa 0%, #f0e9f5 22%, #f0e9f5 78%, #f8f5fa 100%);
}

.onvag-inner-page .onvag-inner-grid,
.onvag-inner-page .onvag-proof-grid {
  row-gap: 24px;
}

.onvag-inner-page.onvag-price-surface .onvag-section-intro::before,
.onvag-inner-page .onvag-price-surface .onvag-section-intro::before {
  border: 1px solid rgba(113, 80, 141, 0.24);
}

.onvag-inner-card,
.onvag-inner-copy-card,
.onvag-inner-page .onvag-category-card,
.onvag-inner-page .onvag-proof-card,
.onvag-index-page .onvag-catalog-card {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.68);
  border: 1px solid rgba(143, 112, 164, 0.16);
  border-radius: clamp(14px, 1.05vw, 20px);
  box-shadow: 0 18px 42px rgba(53, 32, 99, 0.08);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.onvag-inner-card {
  display: flex;
  min-height: 250px;
  padding: clamp(26px, 2vw, 36px);
  flex-direction: column;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.onvag-inner-card:hover,
.onvag-inner-page .onvag-category-card:hover,
.onvag-inner-page .onvag-proof-card:hover,
.onvag-index-page .onvag-catalog-card:hover {
  border-color: rgba(143, 112, 164, 0.34);
  box-shadow: 0 22px 48px rgba(53, 32, 99, 0.13);
  transform: translateY(-4px);
}

.onvag-inner-card__icon,
.onvag-inner-page .onvag-proof-card__icon {
  display: grid;
  flex: 0 0 52px;
  width: 52px;
  height: 52px;
  margin-bottom: 22px;
  color: #8f1bdc;
  background: rgba(242, 234, 247, 0.88);
  border: 1px solid rgba(143, 112, 164, 0.14);
  border-radius: 14px;
  place-items: center;
}

.onvag-inner-card h3,
.onvag-inner-card h3 a,
.onvag-inner-page .onvag-category-card h3 {
  margin-bottom: 12px;
  color: #2e1553;
  font-size: clamp(1.2rem, 1.35vw, 1.45rem);
  font-weight: 700;
  line-height: 1.25;
}

.onvag-inner-card h3 a:hover {
  color: #8f1bdc;
  text-decoration: none;
}

.onvag-inner-card p {
  margin: 0;
  color: #59657a;
  line-height: 1.65;
}

.onvag-inner-page .onvag-category-card {
  min-height: 230px;
  padding: clamp(24px, 2vw, 32px);
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.onvag-inner-page .onvag-category-card p {
  margin: 0;
  color: #59657a;
  line-height: 1.65;
}

.onvag-inner-card--feature {
  min-height: 190px;
  flex-direction: row;
  gap: 20px;
}

.onvag-inner-card--feature .onvag-inner-card__icon {
  margin: 0;
}

.onvag-inner-card--service p {
  flex: 1 1 auto;
}

.onvag-inner-card__link {
  align-self: flex-start;
  margin-top: 22px;
  border-radius: 999px;
}

.onvag-inner-copy-card {
  padding: clamp(30px, 3vw, 44px);
}

.onvag-inner-page .onvag-solution__copy h3 {
  margin-bottom: 18px;
  font-size: clamp(2rem, 2.8vw, 2.75rem);
}

.onvag-inner-page .onvag-solution__copy p {
  color: #59657a;
  line-height: 1.7;
}

.onvag-inner-page .onvag-solution .row {
  row-gap: 28px;
}

.onvag-inner-page .onvag-solution .onvag-dashboard {
  height: 100%;
  min-height: 100%;
  box-shadow: 0 20px 42px -14px rgba(53, 32, 99, 0.3);
}

.onvag-inner-page .onvag-proof-card {
  min-height: 250px;
  background: rgba(255, 255, 255, 0.68);
}

.onvag-inner-page .onvag-faq-card {
  background: rgba(255, 255, 255, 0.68);
}

.onvag-inner-cta {
  padding: clamp(46px, 4.8vw, 72px) 0;
  background: linear-gradient(180deg, #f8f5fa 0%, #fff 22%, #fff 78%, #f8f5fa 100%);
}

.onvag-inner-page .onvag-home-faq {
  background: linear-gradient(180deg, #f8f5fa 0%, #f0e9f5 22%, #f0e9f5 78%, #f8f5fa 100%);
}

.onvag-inner-cta__panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
  padding: clamp(34px, 4vw, 56px);
  background:
    radial-gradient(circle at 88% 18%, rgba(184, 151, 204, 0.22), transparent 34%),
    rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(143, 112, 164, 0.16);
  border-radius: clamp(18px, 1.6vw, 28px);
  box-shadow: 0 22px 52px rgba(53, 32, 99, 0.1);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

.onvag-inner-page .onvag-hero-card,
.onvag-inner-page .onvag-inner-card,
.onvag-inner-page .onvag-inner-copy-card,
.onvag-inner-page .onvag-category-card,
.onvag-inner-page .onvag-proof-card,
.onvag-inner-page .onvag-faq-card,
.onvag-inner-page .onvag-inner-cta__panel {
  border-color: rgba(113, 80, 141, 0.24);
}

.onvag-inner-cta__copy h2 {
  max-width: 700px;
  margin: 0;
  color: #2e1553;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1.14;
}

.onvag-inner-cta__actions {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 12px;
}

.onvag-inner-cta__actions .btn,
.onvag-inner-cta__actions .border-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  margin: 0;
  padding: 0 26px;
  white-space: nowrap;
}

.onvag-inner-cta__actions .border-btn {
  color: #8f1bdc;
  background: transparent;
  border: 2px solid #8f1bdc;
  border-radius: 999px;
}

.onvag-inner-cta__actions .border-btn::before {
  display: none;
}

.onvag-inner-cta__actions .border-btn:hover {
  color: #fff;
  background: #8f1bdc;
}

/* Group indexes use the same cards, masks and restrained violet palette. */
.onvag-index-page .onvag-catalog-bradcam {
  min-height: 0;
  padding: clamp(150px, 12vw, 190px) 0 clamp(58px, 6vw, 92px);
  background:
    radial-gradient(circle at 12% 34%, rgba(148, 115, 170, 0.1), transparent 30%),
    linear-gradient(180deg, #fff 0%, #f8f5fa 100%);
}

.onvag-index-hero-card {
  padding: clamp(34px, 4vw, 58px);
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(143, 112, 164, 0.16);
  border-radius: clamp(18px, 1.6vw, 28px);
  box-shadow: 0 20px 46px rgba(53, 32, 99, 0.1);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.onvag-index-page .onvag-breadcrumb,
.onvag-index-page .onvag-breadcrumb a {
  color: #79578f;
}

.onvag-index-page .onvag-index-hero-card h3 {
  margin-bottom: 18px;
  color: #2e1553;
  font-size: clamp(2.4rem, 4vw, 4rem);
  line-height: 1.08;
}

.onvag-index-page .onvag-lead-light {
  color: #59657a;
  font-size: clamp(1rem, 1.3vw, 1.2rem);
  line-height: 1.7;
}

.onvag-index-page .onvag-catalog-list-head {
  background: linear-gradient(180deg, #f8f5fa 0%, #f6f3f9 100%);
}

.onvag-index-page .onvag-group-catalog-cards {
  padding-bottom: clamp(52px, 6.875vw, 132px);
  background:
    radial-gradient(circle at 86% 28%, rgba(148, 115, 170, 0.08), transparent 28%),
    linear-gradient(180deg, #f6f3f9 0%, #faf8fb 100%);
}

.onvag-index-page .onvag-catalog-card {
  min-height: 390px;
  background: rgba(255, 255, 255, 0.68);
  border-radius: clamp(14px, 1.05vw, 20px);
}

.onvag-index-page .onvag-catalog-card__top h3 {
  overflow-wrap: normal;
  word-break: normal;
}

.onvag-index-page .onvag-card-featured {
  border-color: rgba(143, 112, 164, 0.34);
  box-shadow: 0 20px 46px rgba(53, 32, 99, 0.12);
}

@media (max-width: 991px) {
  .onvag-inner-cta__panel {
    align-items: flex-start;
    flex-direction: column;
  }

  .onvag-inner-page .onvag-solution .onvag-dashboard {
    min-height: 420px;
  }
}

@media (max-width: 767px) {
  .onvag-inner-page .onvag-inner-section,
  .onvag-index-page .onvag-catalog-list-head {
    padding-top: clamp(46px, 12vw, 66px);
    padding-bottom: clamp(46px, 12vw, 66px);
  }

  .onvag-inner-card,
  .onvag-inner-page .onvag-proof-card {
    min-height: 0;
  }

  .onvag-inner-card--feature {
    flex-direction: column;
  }

  .onvag-inner-cta__actions {
    width: 100%;
    align-items: stretch;
    flex-direction: column;
  }

  .onvag-inner-cta__actions .btn,
  .onvag-inner-cta__actions .border-btn {
    width: 100%;
  }

  .onvag-index-page .onvag-catalog-bradcam {
    padding-top: 126px;
  }
}
