:root {
  --vo-bg: #f4efe6;
  --vo-paper: #fffaf2;
  --vo-ink: #161616;
  --vo-muted: #615b53;
  --vo-line: rgba(20, 20, 20, 0.08);
  --vo-yellow: #ffc229;
  --vo-yellow-soft: #ffe08a;
  --vo-orange: #ffc229;
  --vo-green: #0b63ff;
  --vo-green-deep: #111319;
  --vo-blue: #0b63ff;
  --vo-dark: #0c0e13;
  --vo-shadow: 0 34px 72px rgba(10, 10, 10, 0.18);
}

#top-header,
body.home #top-header {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  min-height: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  overflow: hidden !important;
}

body.home #main-header {
  top: 0 !important;
  box-shadow: none;
  background: rgba(244, 239, 230, 0.86);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(20, 20, 20, 0.06);
}

body.home #main-header.et-fixed-header {
  background: rgba(244, 239, 230, 0.94);
}

body.home #main-header .container.clearfix.et_menu_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(1220px, calc(100vw - 56px));
  max-width: min(1220px, calc(100vw - 56px));
  padding-top: 18px;
  padding-bottom: 18px;
}

body.home .logo_container {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 56px;
}

body.home .logo_container a {
  display: block;
  width: 264px;
  height: 66px;
  background: url("./logo-header.png") left center / contain no-repeat;
}

body.home .logo_container #logo {
  opacity: 0;
  width: 0 !important;
  max-width: 0 !important;
  max-height: 0 !important;
  overflow: hidden;
}

body.home #et-top-navigation {
  padding-left: 0 !important;
  display: flex;
  align-items: center;
}

body.home #top-menu-nav ul#top-menu > li > a {
  padding-bottom: 0;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: var(--vo-ink);
}

body.home #top-menu-nav ul#top-menu > li.current-menu-item > a,
body.home #top-menu-nav ul#top-menu > li > a:hover {
  color: var(--vo-blue);
}

body.home #top-menu > li.menu-item-987499233 > a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 16px !important;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 194, 41, 0.92), rgba(255, 224, 138, 0.92));
  box-shadow: inset 0 0 0 1px rgba(20, 20, 20, 0.08);
}

body.home #main-content {
  background:
    radial-gradient(circle at 8% 6%, rgba(255, 194, 41, 0.30), transparent 18%),
    radial-gradient(circle at 92% 10%, rgba(11, 99, 255, 0.14), transparent 18%),
    linear-gradient(180deg, #fff6d7 0%, #f4efe6 18%, #fffaf2 100%);
}

body.home .cmplz-cookiebanner,
body.home .cmplz-cookiebanner-container,
body.home .cmplz-cookiebanner-placeholder,
body.home .cmplz-manage-consent,
body.home .cli-modal-backdrop,
body.home .cookie-notice-container {
  display: none !important;
}

body.home .container,
body.home .et_pb_row,
body.home .et_pb_section {
  width: 100%;
  max-width: 100%;
}

body.home #main-content .container:before {
  display: none;
}

.vo-frontpage {
  color: var(--vo-ink);
}

.vo-shell {
  width: min(1220px, calc(100vw - 56px));
  margin: 0 auto;
}

.vo-kicker {
  margin: 0 0 18px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--vo-green);
}

.vo-hero {
  position: relative;
  padding: 112px 0 34px;
  overflow: clip;
}

.vo-hero::before {
  content: "";
  position: absolute;
  inset: 34px auto auto 50%;
  width: min(1160px, calc(100vw - 56px));
  height: 500px;
  transform: translateX(-50%);
  border-radius: 48px;
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.22), transparent 32%),
    linear-gradient(135deg, rgba(255, 194, 41, 0.98), rgba(255, 214, 105, 0.9));
  box-shadow: 0 38px 96px rgba(18, 18, 18, 0.16);
  border: 1px solid rgba(20, 20, 20, 0.06);
  pointer-events: none;
}

.vo-hero::after {
  content: "";
  position: absolute;
  right: -140px;
  top: 84px;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(11, 99, 255, 0.88) 0%, rgba(11, 99, 255, 0) 70%);
  filter: blur(10px);
  opacity: 0.44;
  animation: voPulse 10s ease-in-out infinite;
}

.vo-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.95fr);
  gap: 42px;
  align-items: center;
}

.vo-hero__copy {
  padding: 12px 0 0;
}

.vo-hero__copy h1 {
  margin: 0;
  max-width: 680px;
  font-size: clamp(46px, 6.2vw, 82px);
  line-height: 0.9;
  letter-spacing: -0.06em;
  text-wrap: balance;
  color: #0b63ff;
  text-shadow: 0 1px 0 rgba(255,255,255,0.15);
}

.vo-hero__lead {
  max-width: 620px;
  margin: 18px 0 0;
  font-size: clamp(18px, 1.6vw, 21px);
  line-height: 1.5;
  color: rgba(22, 22, 22, 0.72);
}

.vo-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 22px;
}

.vo-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.01em;
  text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease;
}

.vo-button:hover {
  transform: translateY(-2px);
}

.vo-button--primary {
  color: #fff;
  background: linear-gradient(135deg, #111 0%, #0b63ff 100%);
  box-shadow: 0 18px 32px rgba(11, 99, 255, 0.34);
}

.vo-button--ghost {
  color: var(--vo-ink);
  background: rgba(255, 250, 241, 0.72);
  border-color: rgba(20, 20, 20, 0.12);
}

.vo-badge-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.vo-badge-row span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255, 250, 241, 0.75);
  border: 1px solid rgba(20, 20, 20, 0.12);
  color: var(--vo-muted);
  font-size: 12px;
  font-weight: 700;
}

.vo-hero__visual {
  position: relative;
  min-height: 500px;
}

.vo-hero-card {
  position: absolute;
  overflow: hidden;
  border-radius: 32px;
  box-shadow: var(--vo-shadow);
}

.vo-hero-card--photo {
  top: 0;
  right: 0;
  width: min(100%, 420px);
  height: 430px;
  transform: rotate(4deg);
}

.vo-hero-card--photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.vo-hero-card--metric {
  left: 0;
  top: 28px;
  width: 210px;
  padding: 22px 20px;
  background: linear-gradient(180deg, #050505 0%, #181818 100%);
  color: #fff;
  transform: rotate(-5deg);
  animation: voFloatSlow 11s ease-in-out infinite;
}

.vo-metric-label {
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.64);
}

.vo-metric-value {
  margin-top: 10px;
  font-size: 42px;
  line-height: 0.9;
  font-weight: 900;
  letter-spacing: -0.05em;
}

.vo-metric-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 14px;
  font-size: 14px;
}

.vo-metric-foot strong {
  color: #a7ffcf;
}

.vo-hero-card--chart {
  left: 44px;
  bottom: 12px;
  width: 270px;
  padding: 20px;
  background: rgba(255, 250, 241, 0.95);
  border: 1px solid rgba(20, 20, 20, 0.12);
  animation: voFloatSlow 13s ease-in-out infinite;
  animation-delay: -2s;
}

.vo-mini-bars {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  align-items: end;
  gap: 10px;
  height: 140px;
}

.vo-mini-bars span {
  display: block;
  border-radius: 18px 18px 8px 8px;
  background: linear-gradient(180deg, #39e0a7 0%, #0b63ff 100%);
}

.vo-mini-legend {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: 18px;
}

.vo-mini-legend div {
  padding-top: 14px;
  border-top: 1px solid rgba(20, 20, 20, 0.08);
}

.vo-mini-legend small {
  display: block;
  color: rgba(20, 20, 20, 0.58);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.vo-mini-legend strong {
  display: block;
  margin-top: 6px;
  font-size: 20px;
}

.vo-floating-note {
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 14px 16px;
  border-radius: 22px;
  box-shadow: 0 18px 32px rgba(17, 18, 20, 0.12);
  animation: voFloatFast 8.5s ease-in-out infinite;
}

.vo-floating-note small {
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.vo-floating-note strong {
  font-size: 16px;
  line-height: 1.05;
  letter-spacing: -0.03em;
}

.vo-floating-note--dark {
  right: 18px;
  bottom: 8px;
  background: rgba(9, 9, 9, 0.96);
  color: #fff;
}

.vo-floating-note--light {
  left: 8px;
  top: 246px;
  background: rgba(255, 191, 0, 0.96);
  color: #111;
  animation-delay: -3s;
}

.vo-signal-band {
  padding: 12px 0 18px;
}

.vo-signal-band__grid {
  display: grid;
  grid-template-columns: 320px minmax(0, 1fr);
  overflow: hidden;
  border-radius: 32px;
  background: #0b0b0d;
  color: #fff;
}

.vo-signal-band__lead {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  padding: 22px 24px;
  background: linear-gradient(135deg, #ffcd38, #ff5a1f);
  color: #111;
}

.vo-signal-band__lead span {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.vo-signal-band__lead strong {
  font-size: 20px;
  line-height: 1.08;
  letter-spacing: -0.03em;
}

.vo-signal-band__ticker {
  position: relative;
  overflow: hidden;
}

.vo-signal-band__track {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  min-width: max-content;
  padding: 0 18px;
  min-height: 100%;
  animation: voTicker 28s linear infinite;
}

.vo-signal-band__track span {
  display: inline-flex;
  align-items: center;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.11);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.vo-story {
  padding: 56px 0;
}

.vo-story__grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 24px;
  grid-template-areas:
    "intro dark"
    "image dark";
}

.vo-story-card {
  border-radius: 34px;
  overflow: hidden;
}

.vo-story-card--intro {
  grid-area: intro;
  padding: 36px;
  background: linear-gradient(135deg, #fff0b3, #fffaf1);
  border: 1px solid rgba(20, 20, 20, 0.10);
  box-shadow: var(--vo-shadow);
}

.vo-story-card--intro h2 {
  margin: 0;
  max-width: 620px;
  font-size: clamp(40px, 5vw, 62px);
  line-height: 0.95;
  letter-spacing: -0.05em;
}

.vo-story-card--intro p:not(.vo-kicker) {
  margin: 18px 0 0;
  max-width: 560px;
  font-size: 18px;
  line-height: 1.58;
  color: var(--vo-muted);
}

.vo-checks {
  display: grid;
  gap: 10px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.vo-checks li {
  position: relative;
  padding-left: 22px;
  color: var(--vo-ink);
  font-size: 15px;
  font-weight: 700;
}

.vo-checks li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--vo-orange), var(--vo-yellow));
}

.vo-story-card--dark {
  grid-area: dark;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 100%;
  padding: 36px;
  background:
    radial-gradient(circle at top right, rgba(255, 194, 41, 0.18), transparent 28%),
    linear-gradient(180deg, #0c0e13 0%, #111927 100%);
  color: #fff;
  box-shadow: var(--vo-shadow);
}

.vo-card-label {
  margin: 0 0 18px;
  color: rgba(255, 255, 255, 0.64);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.vo-story-card--dark h3 {
  margin: 0;
  font-size: clamp(38px, 4.2vw, 56px);
  line-height: 0.94;
  letter-spacing: -0.05em;
}

.vo-story-card--dark p {
  margin: 18px 0 0;
  max-width: 440px;
  font-size: 18px;
  line-height: 1.58;
  color: rgba(255, 255, 255, 0.76);
}

.vo-story-card--dark a {
  margin-top: 30px;
  color: #ffe388;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
}

.vo-story-card--image {
  grid-area: image;
  position: relative;
  min-height: 360px;
  box-shadow: var(--vo-shadow);
}

.vo-story-card--image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vo-story-card--image figcaption {
  position: absolute;
  left: 24px;
  bottom: 24px;
  max-width: 320px;
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(255, 250, 241, 0.92);
  backdrop-filter: blur(10px);
  color: var(--vo-ink);
  font-size: 15px;
  font-weight: 700;
}

.vo-products {
  padding: 40px 0 72px;
  background:
    linear-gradient(180deg, transparent 0 14%, #111216 14% 100%);
}

.vo-products__head {
  max-width: 760px;
  margin-bottom: 28px;
}

.vo-products__head h2 {
  margin: 0;
  font-size: clamp(38px, 4.6vw, 60px);
  line-height: 0.96;
  letter-spacing: -0.05em;
  color: #fff6df;
}

.vo-products__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.vo-product-card {
  min-height: 290px;
  padding: 28px 24px;
  border-radius: 28px;
  background: rgba(255, 251, 244, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 22px 44px rgba(0, 0, 0, 0.22);
}

.vo-product-card span {
  display: inline-block;
  color: rgba(20, 20, 20, 0.42);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.18em;
}

.vo-product-card h3 {
  margin: 18px 0 0;
  font-size: 30px;
  line-height: 0.98;
  letter-spacing: -0.04em;
}

.vo-product-card p {
  margin: 16px 0 0;
  color: var(--vo-muted);
  font-size: 16px;
  line-height: 1.56;
}

.vo-product-card a {
  display: inline-block;
  margin-top: 22px;
  color: var(--vo-green);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.vo-product-card--primary {
  background: linear-gradient(180deg, #040404 0%, #101827 100%);
  color: #fff;
}

.vo-product-card--primary span,
.vo-product-card--primary p {
  color: rgba(255, 255, 255, 0.72);
}

.vo-product-card--primary a {
  color: #ffe388;
}

.vo-product-card--accent {
  background: linear-gradient(180deg, #ffc229 0%, #fff0b8 100%);
}

.vo-dashboard {
  padding: 72px 0 72px;
  background:
    radial-gradient(circle at 82% 24%, rgba(255, 194, 41, 0.14), transparent 18%),
    linear-gradient(180deg, #111216 0%, #111216 100%);
}

.vo-dashboard .vo-shell {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-left: clamp(24px, 5vw, 72px);
  padding-right: clamp(24px, 5vw, 72px);
}

.vo-dashboard__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(340px, 0.8fr);
  gap: 42px;
  align-items: center;
  width: 100%;
}

.vo-dashboard__visual {
  position: relative;
  min-height: 660px;
}

.vo-dashboard-shot {
  position: absolute;
  overflow: hidden;
  border-radius: 34px;
  box-shadow: var(--vo-shadow);
}

.vo-dashboard-shot img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vo-dashboard-shot--large {
  left: 0;
  top: 0;
  width: 78%;
  height: 560px;
}

.vo-dashboard-shot--small {
  right: 0;
  bottom: 24px;
  width: 34%;
  height: 250px;
  transform: rotate(7deg);
}

.vo-dashboard__copy {
  padding: 28px 0 28px 12px;
  max-width: 560px;
}

.vo-dashboard__copy h2 {
  margin: 0;
  font-size: clamp(38px, 4.8vw, 62px);
  line-height: 0.96;
  letter-spacing: -0.05em;
  color: #fff;
}

.vo-dashboard__copy p:not(.vo-kicker) {
  margin: 18px 0 0;
  font-size: 18px;
  line-height: 1.58;
  color: rgba(255, 255, 255, 0.72);
}

.vo-dashboard .vo-kicker {
  color: #ffc229;
}

.vo-dashboard__list {
  display: grid;
  gap: 10px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.vo-dashboard__list li {
  color: #fff5d7;
  font-size: 15px;
  font-weight: 700;
}

.vo-access {
  padding: 64px 0 56px;
}

.vo-access__head {
  max-width: 700px;
}

.vo-access__head h2 {
  margin: 0;
  font-size: clamp(38px, 4.4vw, 56px);
  line-height: 0.98;
  letter-spacing: -0.05em;
}

.vo-access__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 24px;
}

.vo-access-card {
  min-height: 250px;
  padding: 30px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(20, 20, 20, 0.10);
  box-shadow: 0 18px 40px rgba(18, 18, 18, 0.12);
}

.vo-access-card--highlight {
  background: linear-gradient(135deg, rgba(11, 99, 255, 0.10), rgba(255, 194, 41, 0.18));
}

.vo-access-card__label {
  display: inline-block;
  color: rgba(20, 20, 20, 0.46);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.vo-access-card h3 {
  margin: 14px 0 0;
  font-size: 34px;
  line-height: 0.98;
  letter-spacing: -0.04em;
}

.vo-access-card p {
  margin: 16px 0 0;
  color: var(--vo-muted);
  font-size: 17px;
  line-height: 1.58;
}

.vo-access-card .vo-button {
  margin-top: 24px;
}

.vo-footer-links {
  padding: 0 0 68px;
}

.vo-footer-links__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.vo-footer-links__grid a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid rgba(20, 20, 20, 0.08);
  background: rgba(255, 255, 255, 0.72);
  color: var(--vo-ink);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

@keyframes voTicker {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@keyframes voFloatSlow {
  0%, 100% { transform: translateY(0) rotate(-5deg); }
  50% { transform: translateY(-10px) rotate(-3deg); }
}

@keyframes voFloatFast {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

@keyframes voPulse {
  0%, 100% { transform: scale(1); opacity: 0.62; }
  50% { transform: scale(1.08); opacity: 0.78; }
}

@media (max-width: 1180px) {
  .vo-hero__grid,
  .vo-dashboard__grid {
    grid-template-columns: 1fr;
  }

  .vo-hero__visual {
    min-height: 680px;
  }

  .vo-story__grid {
    grid-template-columns: 1fr;
    grid-template-areas:
      "intro"
      "dark"
      "image";
  }

  .vo-products__grid,
  .vo-access__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  body.home #main-header .container.clearfix.et_menu_container,
  .vo-shell {
    width: min(100vw - 28px, 100%);
  }

  .vo-hero {
    padding-top: 118px;
  }

  .vo-hero::before {
    inset: 34px auto auto 50%;
    height: 740px;
  }

  .vo-signal-band__grid {
    grid-template-columns: 1fr;
  }

  .vo-hero__visual {
    min-height: 620px;
  }

  .vo-hero-card--photo {
    width: min(100%, 360px);
    height: 420px;
  }

  .vo-hero-card--chart {
    width: 270px;
    left: 10px;
  }

  .vo-dashboard__visual {
    min-height: 520px;
  }

  .vo-dashboard-shot--large {
    width: 100%;
    position: relative;
    height: 340px;
  }

  .vo-dashboard-shot--small {
    width: 220px;
    height: 220px;
  }

  .vo-dashboard .vo-shell {
    width: min(100vw, 100%);
    max-width: min(100vw, 100%);
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 640px) {
  body.home .logo_container a {
    width: 204px;
    height: 52px;
  }

  .vo-hero__copy h1,
  .vo-story-card--intro h2,
  .vo-story-card--dark h3,
  .vo-products__head h2,
  .vo-dashboard__copy h2,
  .vo-access__head h2 {
    font-size: 38px;
  }

  .vo-hero__visual {
    min-height: 560px;
  }

  .vo-hero-card--metric {
    width: 210px;
    padding: 22px 20px;
  }

  .vo-metric-value {
    font-size: 42px;
  }

  .vo-hero-card--chart {
    width: 230px;
    padding: 20px;
  }

  .vo-products__grid,
  .vo-access__grid {
    grid-template-columns: 1fr;
  }

  .vo-dashboard__visual {
    min-height: 420px;
  }

  .vo-dashboard-shot--small {
    width: 170px;
    height: 190px;
  }

  .vo-floating-note {
    padding: 14px 16px;
  }

  .vo-floating-note strong {
    font-size: 17px;
  }
}
