.ovs-product-page {
  --ovs: #58d9ff;
  --ovs-2: #8d7cff;
  --ovs-soft: rgba(88, 217, 255, 0.14);
}

.ovs-hero {
  min-height: calc(100vh - 76px);
  display: flex;
  align-items: center;
  padding: 92px 0 110px;
  position: relative;
  overflow: hidden;
}

.ovs-hero::before {
  content: "";
  position: absolute;
  width: 700px;
  height: 700px;
  right: -220px;
  top: -180px;
  border-radius: 50%;
  background: rgba(169, 135, 255, 0.08);
  filter: blur(90px);
  pointer-events: none;
}

.ovs-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(480px, 1.05fr);
  gap: 76px;
  align-items: center;
}

.ovs-title {
  margin: 24px 0 0;
  max-width: 760px;
  font-size: clamp(58px, 7vw, 102px);
  line-height: 0.91;
  letter-spacing: -0.065em;
  font-weight: 900;
}

.ovs-title span {
  display: block;
  color: transparent;
  background: linear-gradient(105deg, #fff 4%, #7ee7ff 48%, #9b91ff 88%);
  background-clip: text;
  -webkit-background-clip: text;
}

.ovs-lead {
  max-width: 690px;
  margin: 26px 0 0;
  color: var(--text-soft);
  font-size: 18px;
  line-height: 1.72;
}

.ovs-standalone-note {
  margin: 20px 0 0;
  color: var(--text-muted);
  font-size: 12px;
}

.ovs-arena {
  min-height: 530px;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: grid;
  place-items: center;
  border: 1px solid rgba(111, 220, 255, 0.18);
  border-radius: 34px;
  background:
    radial-gradient(circle at 50% 48%, rgba(80, 211, 255, 0.17), transparent 24%),
    radial-gradient(circle at 74% 28%, rgba(133, 103, 255, 0.16), transparent 31%),
    radial-gradient(circle at 25% 75%, rgba(38, 142, 255, 0.10), transparent 30%),
    linear-gradient(145deg, #090f16 0%, #070a10 52%, #100c1c 100%);
  box-shadow:
    0 42px 130px rgba(0, 0, 0, 0.52),
    inset 0 0 90px rgba(65, 191, 255, 0.035);
}

.ovs-arena::before {
  content: "";
  position: absolute;
  inset: -15%;
  z-index: -2;
  opacity: 0.78;
  background:
    radial-gradient(circle at 16% 28%, rgba(112, 226, 255, 0.9) 0 1px, transparent 2px),
    radial-gradient(circle at 74% 19%, rgba(255, 255, 255, 0.72) 0 1px, transparent 2px),
    radial-gradient(circle at 86% 64%, rgba(112, 226, 255, 0.72) 0 1px, transparent 2px),
    radial-gradient(circle at 38% 83%, rgba(157, 135, 255, 0.8) 0 1px, transparent 2px),
    radial-gradient(circle at 61% 68%, rgba(255, 255, 255, 0.58) 0 1px, transparent 2px);
  background-size: 74px 74px, 93px 93px, 121px 121px, 107px 107px, 83px 83px;
  filter: drop-shadow(0 0 7px rgba(91, 216, 255, 0.55));
  transform: rotate(-7deg);
}

.ovs-arena::after {
  content: "";
  position: absolute;
  left: 10%;
  right: 10%;
  top: 51%;
  height: 170px;
  z-index: -1;
  border-radius: 50%;
  background:
    radial-gradient(ellipse at center, rgba(88, 217, 255, 0.20), transparent 66%);
  filter: blur(26px);
  transform: rotate(-8deg);
}

.ovs-arena-kicker {
  position: absolute;
  top: 34px;
  left: 50%;
  transform: translateX(-50%);
  width: max-content;
  color: rgba(240, 250, 255, 0.60);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.38em;
}

.ovs-arena-mark {
  position: relative;
  z-index: 2;
  padding-right: 0.12em;
  color: transparent;
  background:
    linear-gradient(
      160deg,
      #ffffff 0%,
      #8f9eaa 19%,
      #effcff 37%,
      #303b47 52%,
      #dffaff 68%,
      #778491 84%,
      #ffffff 100%
    );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-stroke: 1px rgba(207, 244, 255, 0.50);
  font-size: clamp(168px, 18vw, 285px);
  font-weight: 950;
  line-height: 0.72;
  letter-spacing: -0.13em;
  transform: skewX(-4deg);
  text-shadow:
    4px 5px 0 rgba(4, 8, 12, 0.96),
    8px 10px 0 rgba(32, 93, 130, 0.36),
    -2px 0 12px rgba(96, 222, 255, 0.85),
    10px 18px 44px rgba(0, 0, 0, 0.72),
    0 0 56px rgba(72, 199, 255, 0.24);
}

.ovs-arena-by {
  position: absolute;
  z-index: 3;
  top: 61%;
  left: 50%;
  transform: translateX(-50%);
  padding: 3px 14px 5px;
  color: rgba(245, 250, 255, 0.88);
  background: rgba(5, 9, 14, 0.58);
  border-radius: 999px;
  backdrop-filter: blur(12px);
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -0.04em;
  text-shadow: 0 0 18px rgba(85, 215, 255, 0.42);
}

.ovs-arena-chip {
  position: absolute;
  z-index: 4;
  min-width: 112px;
  padding: 10px 12px;
  border: 1px solid rgba(98, 214, 255, 0.16);
  border-radius: 13px;
  background: rgba(7, 13, 21, 0.74);
  box-shadow:
    0 16px 42px rgba(0, 0, 0, 0.30),
    inset 0 0 18px rgba(72, 200, 255, 0.025);
  backdrop-filter: blur(12px);
}

.ovs-arena-chip strong,
.ovs-arena-chip small {
  display: block;
}

.ovs-arena-chip strong {
  color: #77e3ff;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.ovs-arena-chip small {
  margin-top: 3px;
  color: var(--text-muted);
  font-size: 9px;
}

.ovs-arena-comments {
  left: 24px;
  top: 108px;
}

.ovs-arena-gifts {
  right: 25px;
  top: 128px;
}

.ovs-arena-battle {
  left: 44px;
  bottom: 52px;
}

.ovs-arena-live {
  right: 36px;
  bottom: 62px;
}

.ovs-arena-floor {
  position: absolute;
  z-index: 1;
  left: -10%;
  right: -10%;
  bottom: 19%;
  height: 2px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(84, 218, 255, 0.18),
    rgba(122, 224, 255, 0.82),
    rgba(112, 97, 255, 0.42),
    transparent
  );
  box-shadow:
    0 0 16px rgba(83, 216, 255, 0.5),
    0 18px 55px rgba(63, 164, 255, 0.22);
  transform: rotate(-3deg);
}

.ovs-capability-band {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 22px 0 20px;
  background:
    radial-gradient(circle at 50% 0%, rgba(74, 209, 255, 0.07), transparent 42%),
    rgba(255, 255, 255, 0.012);
}

.ovs-capability-row {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 17px;
}

.ovs-capability-row span {
  color: rgba(246, 248, 251, 0.78);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.015em;
}

.ovs-capability-row i {
  width: 1px;
  height: 18px;
  background: rgba(255, 255, 255, 0.14);
}

.ovs-manifesto {
  margin-top: 15px;
  display: flex;
  justify-content: center;
  gap: 22px;
  color: rgba(246, 248, 251, 0.40);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.36em;
}

.ovs-manifesto b {
  color: #58d9ff;
  font-weight: 900;
}

.ovs-features {
  padding: 92px 0 78px;
  border-top: 0;
}

.ovs-feature-grid {
  margin-top: 52px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.ovs-feature {
  min-height: 235px;
  padding: 28px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.028);
}

.ovs-feature::after {
  position: absolute;
  top: 24px;
  right: 24px;
  min-width: 46px;
  height: 30px;
  padding: 0 9px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(87, 216, 255, 0.16);
  border-radius: 10px;
  color: rgba(116, 226, 255, 0.82);
  background: rgba(71, 199, 255, 0.045);
  box-shadow: 0 0 28px rgba(66, 199, 255, 0.035);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.ovs-feature:nth-child(1)::after { content: "MSG"; }
.ovs-feature:nth-child(2)::after { content: "GIFT"; }
.ovs-feature:nth-child(3)::after { content: "EVENT"; }
.ovs-feature:nth-child(4)::after { content: "AUD"; }
.ovs-feature:nth-child(5)::after { content: "USER"; }
.ovs-feature:nth-child(6)::after { content: "BATTLE"; }

.ovs-feature-accent {
  background:
    radial-gradient(circle at 90% 10%, rgba(169, 135, 255, 0.16), transparent 34%),
    rgba(255, 255, 255, 0.035);
}

.ovs-feature-code {
  color: #72dcff;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.ovs-feature h3 {
  margin: 42px 0 0;
  font-size: 25px;
  line-height: 1.05;
  letter-spacing: -0.035em;
}

.ovs-feature p {
  margin: 13px 0 0;
  color: var(--text-soft);
  font-size: 14px;
  line-height: 1.65;
}

.ovs-origin {
  padding: 78px 0 72px;
  border-top: 1px solid var(--line);
}

.ovs-origin + .cta-band {
  padding-top: 20px;
}

@media (max-width: 1060px) {
  .ovs-hero-grid {
    grid-template-columns: 1fr;
  }

  .ovs-arena {
    width: 100%;
    max-width: 760px;
    margin: 0 auto;
  }

  .ovs-feature-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 760px) {
  .ovs-hero {
    min-height: auto;
    padding: 64px 0 88px;
  }

  .ovs-title {
    font-size: clamp(52px, 16vw, 76px);
  }

  .ovs-lead {
    font-size: 15px;
  }

  .ovs-arena {
    min-height: 430px;
    border-radius: 24px;
  }

  .ovs-arena-mark {
    font-size: clamp(132px, 43vw, 220px);
  }

  .ovs-arena-kicker {
    top: 26px;
    font-size: 8px;
    letter-spacing: 0.25em;
  }

  .ovs-arena-by {
    top: 60%;
    font-size: 16px;
  }

  .ovs-arena-chip {
    min-width: 96px;
    padding: 8px 9px;
  }

  .ovs-arena-comments {
    left: 12px;
    top: 86px;
  }

  .ovs-arena-gifts {
    right: 12px;
    top: 96px;
  }

  .ovs-arena-battle {
    left: 18px;
    bottom: 34px;
  }

  .ovs-arena-live {
    right: 18px;
    bottom: 42px;
  }

  .ovs-capability-row {
    gap: 11px;
  }

  .ovs-capability-row span {
    font-size: 11px;
  }

  .ovs-manifesto {
    gap: 12px;
    font-size: 8px;
    letter-spacing: 0.20em;
  }

  .ovs-feature-grid {
    grid-template-columns: 1fr;
  }

  .ovs-feature {
    min-height: 220px;
  }
}


/* ==========================================================
   OVS V2.1 — PRODUCT SIGNATURE / TYPOGRAPHY PASS
   ========================================================== */

.ovs-product-label {
  display: flex;
  align-items: center;
  gap: 14px;
  color: rgba(246, 248, 251, 0.68);
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0.14em;
}

.ovs-product-label span {
  color: #66ddff;
  font-weight: 900;
}

.ovs-product-label strong {
  padding-left: 14px;
  border-left: 1px solid rgba(255, 255, 255, 0.18);
  color: rgba(246, 248, 251, 0.72);
  font-size: inherit;
  font-weight: 750;
  letter-spacing: inherit;
}

/*
 * H1 nadal ma wagę, ale nie zajmuje pół ekranu jak typowy
 * współczesny SaaS template.
 */
.ovs-product-page .ovs-title {
  max-width: 680px;
  font-size: clamp(46px, 5.2vw, 78px);
  line-height: 0.97;
  letter-spacing: -0.045em;
}

.ovs-product-page .ovs-title span {
  color: #78e1ff;
  background: none;
  background-clip: initial;
  -webkit-background-clip: initial;
  -webkit-text-fill-color: #78e1ff;
}

.ovs-text-link {
  min-height: 46px;
  padding: 0 3px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: rgba(246, 248, 251, 0.68);
  border-bottom: 1px solid rgba(246, 248, 251, 0.22);
  font-size: 13px;
  font-weight: 750;
  transition:
    color 160ms ease,
    border-color 160ms ease;
}

.ovs-text-link:hover {
  color: #fff;
  border-color: #66ddff;
}

.ovs-text-link span {
  color: #66ddff;
}

.ovs-hero-signature {
  margin-top: 20px;
  width: fit-content;
  color: rgba(246, 248, 251, 0.38);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
}


/* ----------------------------------------------------------
   OVS MARK — zachowujemy dotychczasowy efekt, dodajemy ruch
   ---------------------------------------------------------- */

.ovs-arena-mark {
  display: flex;
  align-items: baseline;
  justify-content: center;
}

/*
 * Gradient i "metal" przenosimy na litery, bo tekst nie siedzi
 * już bezpośrednio w .ovs-arena-mark.
 */
.ovs-letter {
  display: inline-block;
  color: transparent;

  background:
    linear-gradient(
      160deg,
      #ffffff 0%,
      #8f9eaa 19%,
      #effcff 37%,
      #303b47 52%,
      #dffaff 68%,
      #778491 84%,
      #ffffff 100%
    );

  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px rgba(207, 244, 255, 0.50);

  text-shadow:
    4px 5px 0 rgba(4, 8, 12, 0.96),
    8px 10px 0 rgba(32, 93, 130, 0.36),
    -2px 0 12px rgba(96, 222, 255, 0.85),
    10px 18px 44px rgba(0, 0, 0, 0.72),
    0 0 56px rgba(72, 199, 255, 0.24);

  will-change: transform;
  animation: ovs-letter-wave 6.8s ease-in-out infinite;
}

.ovs-letter + .ovs-letter {
  margin-left: -0.14em;
}

.ovs-letter-o {
  animation-delay: 0s;
}

.ovs-letter-v {
  animation-delay: -0.22s;
}

.ovs-letter-s {
  animation-delay: -0.44s;
}

@keyframes ovs-letter-wave {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-5px);
  }
}


@media (max-width: 760px) {
  .ovs-product-page .ovs-title {
    font-size: clamp(45px, 13vw, 64px);
  }

  .ovs-product-label {
    gap: 9px;
    font-size: 8px;
    letter-spacing: 0.1em;
  }

  .ovs-product-label strong {
    padding-left: 9px;
  }

  .ovs-text-link {
    min-height: 42px;
  }

  .ovs-letter + .ovs-letter {
    margin-left: -0.12em;
  }
}


@media (prefers-reduced-motion: reduce) {
  .ovs-letter {
    animation: none !important;
    transform: none !important;
  }
}
