/* VRC On Tour — cinematic landing · brand istituzionale VRC nazionale */
.page-ontour-hub {
  --otx-primary: #e8e8e8;
  --otx-secondary: #333440;
  --otx-pop: #b7b5e4;
  --otx-ink: #050509;
  --otx-panel: #333440;
  /* legacy aliases remapped to brand (no cyan / no violet) */
  --otx-violet: #b7b5e4;
  --otx-cyan: #b7b5e4;
  background: var(--otx-ink);
  color: var(--otx-primary);
}

.page-ontour-hub .site-header {
  position: relative;
  z-index: 100;
  background: #e8e8e8;
  backdrop-filter: none;
  border-bottom: 1px solid rgba(51, 52, 64, 0.08);
}

.otx {
  overflow: clip;
  background: var(--otx-ink);
}

.otx h1,
.otx h2,
.otx h3,
.otx p {
  text-wrap: balance;
}

.otx-hero {
  position: relative;
  min-height: min(940px, calc(100svh - 68px));
  display: flex;
  align-items: center;
  isolation: isolate;
  background: #07070c;
}

.otx-hero__media,
.otx-hero__veil,
.otx-hero__grid {
  position: absolute;
  inset: 0;
}

.otx-hero__media video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.otx-hero__veil {
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(4, 4, 8, 0.96) 0%, rgba(4, 4, 8, 0.78) 42%, rgba(4, 4, 8, 0.18) 76%, rgba(4, 4, 8, 0.35) 100%),
    linear-gradient(180deg, rgba(4, 4, 8, 0.12), rgba(4, 4, 8, 0.12) 65%, #050509 100%);
}

.otx-hero__grid {
  z-index: 2;
  opacity: 0.13;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.16) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.16) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(90deg, #000, transparent 66%);
}

.otx-hero__inner {
  position: relative;
  z-index: 3;
  width: min(100% - 2rem, 1240px);
  margin: 0 auto;
  padding: clamp(6rem, 12vh, 9rem) 0 clamp(7rem, 14vh, 10rem);
}

.otx-signal,
.otx-hero__eyebrow,
.otx-kicker,
.otx-format__num {
  font-family: var(--font-medium);
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.otx-signal {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  margin: 0 0 1.25rem;
  padding: 0.55rem 0.8rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(6, 6, 10, 0.46);
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.69rem;
  backdrop-filter: blur(10px);
}

.otx-signal span,
.otx-agent__live i {
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: var(--otx-pop);
  box-shadow: 0 0 0 4px rgba(183, 181, 228, 0.18);
  animation: otx-pulse 2s ease-in-out infinite;
}

.otx-hero__eyebrow {
  margin: 0 0 1.35rem;
  color: var(--otx-pop);
  font-size: clamp(0.72rem, 1.2vw, 0.86rem);
}

.otx-hero__title {
  max-width: 12ch;
  margin: 0;
  font-family: var(--font-bold);
  font-size: clamp(2.75rem, 7.4vw, 6.4rem);
  line-height: 0.94;
  letter-spacing: -0.045em;
  text-transform: none;
  color: var(--otx-primary);
}

.otx-hero__title span {
  display: inline-block;
  color: var(--otx-pop);
  -webkit-text-stroke: 0;
}

.otx-hero__lead {
  max-width: 39rem;
  margin: 1.6rem 0 0;
  font-family: var(--font-body);
  color: rgba(232, 232, 232, 0.82);
  font-size: clamp(1rem, 1.6vw, 1.2rem);
  line-height: 1.55;
}

.otx-hero__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.1rem 1.5rem;
  margin-top: 2rem;
}

.otx-text-link {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  color: #fff;
  font-family: var(--font-medium);
  font-size: 0.92rem;
  text-decoration: none;
}

.otx-text-link span {
  color: var(--otx-pop);
  animation: otx-bob 1.8s ease-in-out infinite;
}

.otx-hero__rail {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(0.75rem, 2vw, 2rem);
  padding: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(4, 4, 8, 0.48);
  color: rgba(255, 255, 255, 0.58);
  font-family: var(--font-medium);
  font-size: clamp(0.58rem, 1.2vw, 0.72rem);
  letter-spacing: 0.18em;
  backdrop-filter: blur(12px);
}

.otx-hero__rail i {
  width: clamp(1.2rem, 6vw, 5rem);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(183, 181, 228, 0.7), transparent);
}

.otx-agent {
  position: relative;
  padding: clamp(5rem, 11vw, 9rem) 1.25rem;
  background:
    radial-gradient(circle at 18% 50%, rgba(124, 60, 255, 0.18), transparent 28rem),
    #08080d;
}

.otx-agent::before {
  content: "VRC";
  position: absolute;
  top: 5%;
  right: -0.05em;
  color: rgba(255, 255, 255, 0.018);
  font-family: var(--font-bold);
  font-size: min(40vw, 34rem);
  line-height: 1;
  pointer-events: none;
}

.otx-agent__inner {
  position: relative;
  width: min(100%, 1160px);
  margin: 0 auto;
  display: grid;
  gap: clamp(2.5rem, 7vw, 6rem);
  align-items: center;
}

.otx-agent__media {
  position: relative;
  width: min(100%, 420px);
  margin: 0 auto;
  aspect-ratio: 9 / 16;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 32px;
  background: #0c0c12;
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.5), 0 0 70px rgba(124, 60, 255, 0.14);
}

.otx-agent__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(3, 3, 7, 0.06), transparent 55%, rgba(3, 3, 7, 0.7));
  pointer-events: none;
}

.otx-agent__media video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.otx-agent__hud {
  position: absolute;
  z-index: 2;
  top: 1rem;
  right: 1rem;
  left: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: rgba(255, 255, 255, 0.7);
  font-family: var(--font-medium);
  font-size: 0.63rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.otx-agent__live {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 0.65rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(6, 6, 10, 0.56);
  backdrop-filter: blur(10px);
}

.otx-agent__live i {
  display: block;
}

.otx-kicker {
  margin: 0 0 0.85rem;
  color: #b9a4ff;
  font-size: 0.72rem;
}

.otx-agent__copy h2,
.otx-section-head h2,
.otx-closing h2 {
  margin: 0;
  font-family: var(--font-bold);
  font-size: clamp(2rem, 5vw, 4.5rem);
  line-height: 1;
  letter-spacing: -0.035em;
}

.otx-agent__intro {
  max-width: 34rem;
  margin: 1.25rem 0 1.5rem;
  color: rgba(255, 255, 255, 0.66);
  font-size: 1.05rem;
  line-height: 1.6;
}

.otx-agent__choices {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-bottom: 1.15rem;
}

.otx-agent__choices button {
  padding: 0.7rem 0.95rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.7);
  background: rgba(255, 255, 255, 0.035);
  font: inherit;
  cursor: pointer;
  transition: 180ms ease;
}

.otx-agent__choices button:hover,
.otx-agent__choices button:focus-visible,
.otx-agent__choices button.is-active {
  border-color: var(--otx-cyan);
  color: #fff;
  background: rgba(98, 243, 223, 0.09);
  outline: none;
}

.otx-agent__answer {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  min-height: 9rem;
  padding: 1.2rem;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(124, 60, 255, 0.12), rgba(255, 255, 255, 0.03));
}

.otx-agent__answer-index {
  color: var(--otx-cyan);
  font-family: var(--font-medium);
  font-size: 0.72rem;
}

.otx-agent__answer h3 {
  margin: 0 0 0.4rem;
  font-family: var(--font-bold);
  font-size: 1.18rem;
}

.otx-agent__answer p {
  margin: 0;
  color: rgba(255, 255, 255, 0.69);
  line-height: 1.55;
}

.otx-agent__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  margin-top: 1.25rem;
  color: #fff;
  font-family: var(--font-medium);
  text-decoration: none;
}

.otx-agent__cta span {
  color: var(--otx-cyan);
  transition: transform 180ms ease;
}

.otx-agent__cta:hover span {
  transform: translate(3px, -3px);
}

.otx-formats {
  padding: clamp(5rem, 10vw, 8rem) 1.25rem;
  background: #f3f1f8;
  color: #101017;
}

.otx-section-head {
  width: min(100%, 780px);
  margin: 0 auto clamp(2.5rem, 6vw, 4.5rem);
  text-align: center;
}

.otx-section-head > p:last-child {
  max-width: 42rem;
  margin: 1rem auto 0;
  color: #686575;
  font-size: 1.05rem;
  line-height: 1.6;
}

.otx-section-head--left {
  margin-inline: 0;
  text-align: left;
}

.otx-section-head--left > p:last-child {
  margin-inline: 0;
}

.otx-formats__grid {
  width: min(100%, 1240px);
  margin: 0 auto;
  display: grid;
  gap: 1.4rem;
}

.otx-format {
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(16, 16, 23, 0.1);
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 24px 80px rgba(34, 27, 62, 0.08);
}

.otx-format__media {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  background: #0a0a0f;
}

.otx-format__media video,
.otx-format__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 700ms cubic-bezier(0.2, 0.7, 0, 1);
}

.otx-format:hover .otx-format__media img {
  transform: scale(1.045);
}

.otx-format__pulse {
  position: absolute;
  right: 8%;
  bottom: 12%;
  width: 1rem;
  height: 1rem;
  border: 2px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(124, 60, 255, 0.7);
  animation: otx-radar 2.2s ease-out infinite;
}

.otx-format__content {
  padding: clamp(1.5rem, 4vw, 2.4rem);
}

.otx-format__num {
  margin: 0 0 0.65rem;
  color: #7153d2;
  font-size: 0.68rem;
}

.otx-format__content h3 {
  margin: 0;
  font-family: var(--font-bold);
  font-size: clamp(1.65rem, 3.5vw, 2.6rem);
  line-height: 1;
}

.otx-format__content > p:not(.otx-format__num) {
  margin: 0.9rem 0;
  color: #666371;
  line-height: 1.55;
}

.otx-format__content ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin: 1rem 0 1.35rem;
  padding: 0;
  list-style: none;
}

.otx-format__content li {
  padding: 0.48rem 0.7rem;
  border-radius: 999px;
  background: #f0edf7;
  color: #4d485b;
  font-size: 0.78rem;
}

.otx-format__content a {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  color: #17131f;
  font-family: var(--font-medium);
  text-decoration: none;
}

.otx-format__content a span {
  color: #7c3cff;
}

.otx-journey {
  padding: clamp(5rem, 10vw, 8rem) 1.25rem;
  background:
    radial-gradient(circle at 82% 20%, rgba(98, 243, 223, 0.07), transparent 25rem),
    #090910;
}

.otx-journey__inner {
  width: min(100%, 1160px);
  margin: 0 auto;
}

.otx-journey__steps {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}

.otx-journey__steps::before {
  content: "";
  position: absolute;
  top: 1.1rem;
  bottom: 1.1rem;
  left: 1.55rem;
  width: 1px;
  background: linear-gradient(var(--otx-violet), var(--otx-cyan));
}

.otx-journey__steps li {
  position: relative;
  display: grid;
  grid-template-columns: 3.15rem 1fr;
  gap: 1rem;
  padding: 0 0 2.25rem;
}

.otx-journey__steps li > span {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 3.15rem;
  height: 3.15rem;
  border: 1px solid rgba(124, 60, 255, 0.7);
  border-radius: 50%;
  background: #090910;
  color: #c7b8ff;
  font-family: var(--font-medium);
  font-size: 0.72rem;
}

.otx-journey__steps h3 {
  margin: 0.25rem 0 0.35rem;
  font-family: var(--font-bold);
  font-size: 1.2rem;
}

.otx-journey__steps p {
  max-width: 30rem;
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  line-height: 1.55;
}

.otx-proof {
  padding: clamp(5rem, 10vw, 8rem) 0;
  background: #0d0d15;
}

.otx-proof__head {
  width: min(100% - 2.5rem, 1160px);
  margin: 0 auto 2.5rem;
}

.otx-proof__head h2 {
  margin: 0;
  font-family: var(--font-bold);
  font-size: clamp(2rem, 5vw, 4.5rem);
  line-height: 0.98;
  letter-spacing: -0.035em;
}

.otx-marquee {
  overflow-x: auto;
  scrollbar-width: none;
  cursor: grab;
}

.otx-marquee::-webkit-scrollbar {
  display: none;
}

.otx-marquee__track {
  display: flex;
  gap: 0.8rem;
  width: max-content;
  padding: 0 max(1.25rem, calc((100vw - 1160px) / 2));
}

.otx-marquee figure {
  width: clamp(260px, 38vw, 520px);
  margin: 0;
  overflow: hidden;
  border-radius: 18px;
  aspect-ratio: 4 / 3;
  background: #14141d;
}

.otx-marquee figure:nth-child(3n + 2) {
  width: clamp(220px, 28vw, 390px);
}

.otx-marquee img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 700ms cubic-bezier(0.2, 0.7, 0, 1);
}

.otx-marquee figure:hover img {
  transform: scale(1.05);
}

.otx-closing {
  position: relative;
  min-height: 720px;
  display: grid;
  place-items: center;
  padding: 7rem 1.25rem 9rem;
  isolation: isolate;
  text-align: center;
}

.otx-closing__media {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.otx-closing__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 50%, rgba(124, 60, 255, 0.25), transparent 42%),
    linear-gradient(180deg, rgba(5, 5, 9, 0.64), rgba(5, 5, 9, 0.9));
}

.otx-closing__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.otx-closing__inner {
  width: min(100%, 850px);
}

.otx-closing .otx-signal {
  margin-bottom: 1.25rem;
}

.otx-closing h2 {
  font-size: clamp(2.7rem, 7vw, 6rem);
  text-transform: uppercase;
}

.otx-closing__inner > p:not(.otx-signal) {
  max-width: 40rem;
  margin: 1.2rem auto 1.8rem;
  color: rgba(255, 255, 255, 0.72);
  font-size: 1.08rem;
  line-height: 1.6;
}

.page-ontour-hub .hub-b2b-note {
  position: relative;
  isolation: isolate;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(1rem, 3vw, 2.25rem);
  max-width: none;
  margin: 0;
  padding: clamp(1.75rem, 4vw, 2.75rem) clamp(1.25rem, 5vw, 4rem);
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 50%, rgba(255, 255, 255, 0.18), transparent 30%),
    linear-gradient(110deg, #4510af 0%, #6825e6 48%, #7c3cff 100%);
  border-block: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  font-family: var(--font-medium);
  font-size: clamp(1.05rem, 2vw, 1.4rem);
  line-height: 1.35;
  letter-spacing: -0.01em;
  text-align: left;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 -18px 45px rgba(61, 13, 154, 0.2);
}

.page-ontour-hub .hub-b2b-note::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 18rem;
  height: 18rem;
  right: 7%;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  box-shadow:
    0 0 0 3rem rgba(255, 255, 255, 0.035),
    0 0 0 6rem rgba(255, 255, 255, 0.025);
}

.page-ontour-hub .hub-b2b-note a {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  padding: 0.85rem 1.2rem;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-family: var(--font-medium);
  font-size: 0.78rem;
  line-height: 1.2;
  letter-spacing: 0.02em;
  white-space: nowrap;
  box-shadow: 0 8px 24px rgba(23, 5, 58, 0.18);
  transition:
    color 220ms ease,
    background 220ms ease,
    transform 220ms ease,
    box-shadow 220ms ease;
}

.page-ontour-hub .hub-b2b-note a::after {
  content: "→";
  font-size: 1.05rem;
  line-height: 1;
}

.page-ontour-hub .hub-b2b-note a:hover,
.page-ontour-hub .hub-b2b-note a:focus-visible {
  background: #fff;
  color: #5116bd;
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(23, 5, 58, 0.26);
}

.otx-reveal {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 720ms cubic-bezier(0.2, 0.7, 0, 1),
    transform 720ms cubic-bezier(0.2, 0.7, 0, 1);
  transition-delay: calc(var(--otx-stagger, 0) * 90ms);
}

.otx-reveal.is-visible {
  opacity: 1;
  transform: none;
}

.otx-scenario-card.otx-reveal:nth-child(1) { --otx-stagger: 0; }
.otx-scenario-card.otx-reveal:nth-child(2) { --otx-stagger: 1; }
.otx-scenario-card.otx-reveal:nth-child(3) { --otx-stagger: 2; }
.otx-scenario-card.otx-reveal:nth-child(4) { --otx-stagger: 3; }

.otx-hero-in {
  opacity: 0;
  transform: translateY(22px);
}

.otx-hero.is-ready .otx-hero-in {
  animation: otx-hero-in 780ms cubic-bezier(0.2, 0.7, 0, 1) forwards;
  animation-delay: calc(var(--otx-in, 0) * 110ms + 120ms);
}

.otx-hero__media video {
  transform: scale(1.06);
  transition: transform 1.4s cubic-bezier(0.2, 0.7, 0, 1);
}

.otx-hero.is-ready .otx-hero__media video {
  transform: scale(1);
}

.otx-hero__rail a {
  transition: color 220ms ease, transform 220ms ease;
}

.otx-hero__rail a:hover,
.otx-hero__rail a:focus-visible {
  transform: translateY(-2px);
}

.page-ontour-hub .btn--cta,
.page-ontour-hub .btn--outline-light {
  transition:
    background 220ms ease,
    border-color 220ms ease,
    color 220ms ease,
    transform 220ms ease,
    box-shadow 220ms ease;
}

.page-ontour-hub .btn--cta:hover,
.page-ontour-hub .btn--outline-light:hover {
  transform: translateY(-2px);
}

.page-ontour-hub .otx-faq__item {
  transition: background 220ms ease;
}

.page-ontour-hub .otx-faq__item[open] {
  background: rgba(183, 181, 228, 0.08);
}

.page-ontour-hub .otx-faq__item summary::after {
  transition: transform 220ms ease, color 220ms ease;
}

.page-ontour-hub .otx-faq__item[open] summary::after {
  transform: translateY(-50%) rotate(180deg);
}

.page-ontour-hub .otx-proof-stat__value {
  transition: transform 400ms cubic-bezier(0.2, 0.7, 0, 1);
}

.page-ontour-hub .otx-proof-stats.is-counting .otx-proof-stat__value[data-otx-count] {
  animation: otx-count-pop 520ms cubic-bezier(0.2, 0.7, 0, 1);
}

@keyframes otx-hero-in {
  from {
    opacity: 0;
    transform: translateY(22px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes otx-count-pop {
  0% { transform: translateY(6px); opacity: 0.55; }
  100% { transform: none; opacity: 1; }
}

@keyframes otx-pulse {
  50% { opacity: 0.45; transform: scale(0.8); }
}

@keyframes otx-bob {
  50% { transform: translateY(5px); }
}

@keyframes otx-radar {
  75%, 100% { box-shadow: 0 0 0 24px rgba(183, 181, 228, 0); }
}

@media (prefers-reduced-motion: reduce) {
  .otx-hero-in,
  .otx-hero.is-ready .otx-hero-in,
  .otx-hero__media video,
  .otx-hero.is-ready .otx-hero__media video,
  .page-ontour-hub .otx-proof-stats.is-counting .otx-proof-stat__value[data-otx-count] {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}

@media (min-width: 800px) {
  .otx-agent__inner {
    grid-template-columns: minmax(300px, 0.78fr) minmax(390px, 1.22fr);
  }

  .otx-formats__grid {
    grid-template-columns: 1fr 1fr;
  }

  .otx-format--event {
    margin-top: 5rem;
  }

  .otx-journey__inner {
    display: grid;
    grid-template-columns: 0.85fr 1.15fr;
    gap: clamp(3rem, 8vw, 7rem);
    align-items: start;
  }
}

@media (max-width: 799px) {
  .otx-hero {
    min-height: min(860px, calc(100svh - var(--header-height)));
    align-items: flex-end;
  }

  .otx-hero__media video {
    object-position: center;
  }

  .otx-hero__veil {
    background:
      linear-gradient(180deg, rgba(4, 4, 8, 0.08), rgba(4, 4, 8, 0.32) 38%, rgba(4, 4, 8, 0.96) 80%, #050509),
      linear-gradient(90deg, rgba(4, 4, 8, 0.45), transparent);
  }

  .otx-hero__inner {
    width: min(100% - 2.5rem, 34rem);
    padding-top: 5.5rem;
    padding-bottom: 6.5rem;
  }

  .otx-hero__title {
    width: 100%;
    max-width: 9.8ch;
    font-size: clamp(2.45rem, 11.5vw, 3.9rem);
    line-height: 0.94;
    letter-spacing: -0.045em;
    overflow-wrap: normal;
  }

  .otx-hero__title span {
    -webkit-text-stroke-width: 1px;
  }

  .otx-hero__lead {
    max-width: 30rem;
    margin-top: 1.25rem;
    font-size: 0.98rem;
    line-height: 1.48;
  }

  .otx-hero__actions {
    align-items: flex-start;
    margin-top: 1.5rem;
  }

  .otx-hero__actions .btn {
    width: auto;
    max-width: 100%;
    min-height: 3.35rem;
    padding-inline: 1.1rem;
  }

  .otx-hero__rail {
    justify-content: space-between;
    gap: 0.35rem;
    padding: 0.85rem 0.65rem;
    font-size: clamp(0.48rem, 2.15vw, 0.58rem);
    letter-spacing: 0.11em;
  }

  .otx-hero__rail span {
    flex: 0 0 auto;
  }

  .otx-hero__rail i {
    flex: 1 1 0.5rem;
    width: auto;
    min-width: 0.35rem;
    max-width: 1.5rem;
  }

  .otx-agent__copy h2 br {
    display: none;
  }

  .otx-agent__answer {
    min-height: 11rem;
  }

  .otx-closing {
    min-height: 630px;
  }
}

@media (max-width: 640px) {
  .page-ontour-hub .hub-b2b-note {
    flex-direction: column;
    gap: 1rem;
    padding-block: 2rem;
    text-align: center;
  }

  .page-ontour-hub .hub-b2b-note a {
    width: min(100%, 22rem);
    white-space: normal;
  }
}

@media (max-width: 380px) {
  .otx-hero__inner {
    width: min(100% - 2rem, 32rem);
  }

  .otx-hero__title {
    font-size: clamp(2.25rem, 11vw, 2.7rem);
  }

  .otx-hero__eyebrow {
    letter-spacing: 0.11em;
  }
}

/* Editorial refinement — real events first, effects second */
.otx-hero__grid,
.otx-agent::before {
  display: none;
}

.otx-hero__veil {
  background:
    linear-gradient(90deg, rgba(4, 4, 8, 0.86) 0%, rgba(4, 4, 8, 0.52) 48%, rgba(4, 4, 8, 0.12) 82%),
    linear-gradient(180deg, rgba(4, 4, 8, 0.06), rgba(4, 4, 8, 0.12) 62%, rgba(5, 5, 9, 0.88) 100%);
}

.otx-hero__title {
  font-size: clamp(3rem, 7vw, 6.4rem);
  line-height: 0.94;
}

.otx-hero__title span {
  color: rgba(255, 255, 255, 0.82);
  -webkit-text-stroke: 0;
}

.otx-signal {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  backdrop-filter: none;
}

.otx-signal span {
  box-shadow: none;
  animation: none;
}

.otx-agent {
  padding-block: clamp(5.5rem, 10vw, 8rem);
  background: #0a0a0e;
}

.otx-agent__inner {
  width: min(100%, 1200px);
}

.otx-agent__media {
  width: min(100%, 500px);
  aspect-ratio: 4 / 5;
  border-color: rgba(255, 255, 255, 0.09);
  border-radius: 4px;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.34);
}

.otx-agent__media video {
  object-position: center 35%;
}

.otx-agent__hud {
  top: 1rem;
  bottom: auto;
  align-items: flex-start;
  color: rgba(255, 255, 255, 0.76);
}

.otx-agent__live {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  backdrop-filter: none;
}

.otx-agent__live i {
  box-shadow: none;
  animation: none;
}

.otx-agent__copy h2 {
  max-width: 13ch;
  font-size: clamp(2.25rem, 4.4vw, 4rem);
  line-height: 1.04;
}

.otx-agent__intro {
  color: rgba(255, 255, 255, 0.74);
}

.otx-agent__choices {
  gap: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}

.otx-agent__choices button {
  margin-bottom: -1px;
  padding: 0.8rem 1rem;
  border: 0;
  border-bottom: 2px solid transparent;
  border-radius: 0;
  background: transparent;
}

.otx-agent__choices button:hover,
.otx-agent__choices button:focus-visible,
.otx-agent__choices button.is-active {
  border-color: var(--otx-violet);
  background: transparent;
}

.otx-agent__answer {
  min-height: 8rem;
  padding: 0.65rem 0 0.65rem 1.2rem;
  border: 0;
  border-left: 2px solid var(--otx-violet);
  border-radius: 0;
  background: transparent;
}

.otx-agent__answer-index {
  color: #b79cff;
}

.otx-formats {
  padding-block: clamp(6rem, 11vw, 9rem);
  background: #f5f3ef;
}

.otx-formats .otx-section-head {
  margin-bottom: clamp(3.5rem, 7vw, 6rem);
}

.otx-formats__grid {
  gap: clamp(5rem, 10vw, 9rem);
}

.otx-format {
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.otx-format__media {
  aspect-ratio: 4 / 3;
  border-radius: 3px;
}

.otx-format__content {
  align-self: center;
  padding: clamp(1.25rem, 4vw, 3.25rem);
}

.otx-format__content h3 {
  font-size: clamp(2rem, 4vw, 3.35rem);
  line-height: 1.02;
}

.otx-format__content ul {
  display: grid;
  gap: 0;
  margin-block: 1.4rem;
}

.otx-format__content li {
  padding: 0.62rem 0;
  border-bottom: 1px solid rgba(16, 16, 23, 0.12);
  border-radius: 0;
  background: transparent;
}

.otx-format__pulse {
  display: none;
}

.otx-journey {
  background: #101014;
}

.otx-journey__visual {
  margin: 0;
}

.otx-journey__visual img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.otx-journey__visual figcaption {
  margin-top: 0.75rem;
  color: rgba(255, 255, 255, 0.52);
  font-size: 0.74rem;
  line-height: 1.45;
}

.otx-journey__steps::before {
  left: 1.1rem;
  background: rgba(255, 255, 255, 0.14);
}

.otx-journey__steps li {
  grid-template-columns: 2.25rem 1fr;
  gap: 1.1rem;
}

.otx-journey__steps li > span {
  width: 2.25rem;
  height: 2.25rem;
  border: 0;
  border-radius: 0;
  background: #101014;
  color: #b79cff;
}

.otx-proof {
  background: #0b0b0f;
}

.otx-marquee figure {
  border-radius: 3px;
}

.otx-closing h2 {
  font-size: clamp(2.7rem, 6vw, 5.2rem);
  text-transform: none;
}

.otx-reveal {
  transform: translateY(18px);
}

@media (min-width: 800px) {
  .otx-formats__grid {
    grid-template-columns: 1fr;
  }

  .otx-format {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr);
    align-items: stretch;
  }

  .otx-format--event {
    margin-top: 0;
    grid-template-columns: minmax(300px, 0.85fr) minmax(0, 1.15fr);
  }

  .otx-format--event .otx-format__media {
    order: 2;
  }

  .otx-journey__inner {
    grid-template-columns: minmax(0, 0.9fr) minmax(380px, 1.1fr);
    grid-template-rows: auto 1fr;
    gap: 2.5rem clamp(3rem, 8vw, 7rem);
  }

  .otx-journey__visual {
    grid-column: 1;
    grid-row: 2;
  }

  .otx-journey__steps {
    grid-column: 2;
    grid-row: 1 / span 2;
  }
}

@media (max-width: 799px) {
  .otx-hero__veil {
    background:
      linear-gradient(180deg, rgba(4, 4, 8, 0.1), rgba(4, 4, 8, 0.24) 38%, rgba(4, 4, 8, 0.78) 78%, #050509 100%),
      linear-gradient(90deg, rgba(4, 4, 8, 0.36), rgba(4, 4, 8, 0.06));
  }

  .otx-hero__title {
    width: 100%;
    max-width: 100%;
    font-size: clamp(2.3rem, 10.4vw, 3.35rem);
    line-height: 0.94;
    letter-spacing: -0.045em;
  }

  .otx-hero__title span {
    display: block;
    width: 100%;
    max-width: 100%;
    white-space: normal;
    -webkit-text-stroke-width: 0;
  }

  .otx-agent__media {
    width: min(100%, 34rem);
  }

  .otx-agent__copy h2 {
    max-width: 15ch;
  }

  .otx-agent__answer {
    min-height: 9rem;
  }

  .otx-format__content {
    padding-inline: 0;
  }

  .otx-format__media {
    aspect-ratio: 4 / 3;
  }

  .otx-journey__visual {
    margin: 2rem 0 3.5rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .otx *,
  .otx *::before,
  .otx *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .otx-reveal {
    opacity: 1;
    transform: none;
  }
}

/* ═══════════════════════════════════════════════
   Brand istituzionale VRC — override hub On Tour
   Palette: #E8E8E8 · #333440 · #B7B5E4 · nero/bianco
   ═══════════════════════════════════════════════ */
.page-ontour-hub .otx-kicker {
  color: var(--otx-pop);
}

.page-ontour-hub .otx-section-head h2 {
  color: var(--otx-primary);
  text-transform: none;
}

.page-ontour-hub .otx-section-head > p:last-child {
  font-family: var(--font-body);
  color: rgba(232, 232, 232, 0.72);
}

.page-ontour-hub .btn--cta,
.page-ontour-hub .ot-sticky__btn {
  background: #b7b5e4 !important;
  border-color: #b7b5e4 !important;
  color: #333440 !important;
  font-family: var(--font-medium);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  box-shadow: none;
}

.page-ontour-hub .btn--cta:hover,
.page-ontour-hub .btn--cta:focus-visible,
.page-ontour-hub .ot-sticky__btn:hover,
.page-ontour-hub .ot-sticky__btn:focus-visible {
  background: #e8e8e8 !important;
  border-color: #e8e8e8 !important;
  color: #333440 !important;
}

.page-ontour-hub .btn--outline-light {
  border-color: rgba(232, 232, 232, 0.55);
  color: #e8e8e8;
}

.page-ontour-hub .btn--outline-light:hover {
  border-color: #b7b5e4;
  color: #b7b5e4;
  background: transparent;
}

.page-ontour-hub .otx-proof {
  background: #e8e8e8;
  color: #333440;
  padding: clamp(4.5rem, 9vw, 7.5rem) 0 clamp(1.5rem, 3vw, 2.25rem);
}

.page-ontour-hub .otx-proof__head {
  text-align: center;
}

.page-ontour-hub .otx-proof .otx-kicker {
  color: #b7b5e4;
}

.page-ontour-hub .otx-proof__head h2 {
  color: #333440;
  text-transform: none;
}

.page-ontour-hub .otx-proof__intro {
  max-width: 40rem;
  margin: 0.95rem auto 0;
  font-family: var(--font-body);
  color: rgba(51, 52, 64, 0.78);
  line-height: 1.55;
}

.page-ontour-hub .otx-proof__media-note {
  width: min(100% - 2.5rem, 1160px);
  margin: 0 auto 1.1rem;
  font-family: var(--font-medium);
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #333440;
}

.page-ontour-hub .otx-closing__eyebrow {
  margin: 0 0 1rem;
  color: #b7b5e4;
}

.page-ontour-hub .otx-proof-stats {
  width: min(100% - 2.5rem, 980px);
  margin: 2.4rem auto 2.75rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid rgba(51, 52, 64, 0.14);
  text-align: center;
}

@media (min-width: 900px) {
  .page-ontour-hub .otx-proof-stats {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.page-ontour-hub .otx-proof-stat {
  position: relative;
  padding: 1.35rem 0.85rem 1.15rem;
  border-top: 0;
}

@media (min-width: 900px) {
  .page-ontour-hub .otx-proof-stat:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 18%;
    right: 0;
    bottom: 18%;
    width: 1px;
    background: rgba(51, 52, 64, 0.14);
  }
}

.page-ontour-hub .otx-proof-stat__value {
  display: block;
  font-family: var(--font-bold);
  font-size: clamp(2rem, 4.2vw, 2.85rem);
  line-height: 1;
  letter-spacing: -0.03em;
  color: #b7b5e4;
  font-variant-numeric: tabular-nums;
}

.page-ontour-hub .otx-proof-stat__label {
  display: block;
  margin-top: 0.55rem;
  font-family: var(--font-medium);
  font-size: 0.7rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #333440;
}

.page-ontour-hub .otx-handwrite {
  margin: 0.85rem 0 0;
  font-family: "Segoe Script", "Apple Chancery", "Snell Roundhand", "Comic Sans MS", cursive;
  font-size: clamp(1.35rem, 3vw, 2rem);
  line-height: 1.1;
  color: #b7b5e4;
  transform: rotate(-4deg);
  transform-origin: left center;
}

.page-ontour-hub .otx-handwrite--hero {
  margin: 0.4rem 0 0.2rem;
}

.page-ontour-hub .otx-handwrite--closing {
  display: inline-block;
  margin: 0.35rem auto 1.35rem;
  transform: none;
}

.page-ontour-hub .hub-b2b-note {
  background: #b7b5e4 !important;
  border-block: 0;
  color: #333440;
}

.page-ontour-hub .hub-b2b-note a {
  border-color: #333440;
  background: transparent;
  color: #333440;
}

.page-ontour-hub .hub-b2b-note a:hover,
.page-ontour-hub .hub-b2b-note a:focus-visible {
  background: #333440;
  color: #e8e8e8;
  border-color: #333440;
}

.page-ontour-hub .otx-faq__list {
  display: grid;
  gap: 0;
}

@media (min-width: 900px) {
  .page-ontour-hub .otx-faq__inner {
    width: min(980px, 100%);
  }

  .page-ontour-hub .otx-faq__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 2.5rem;
  }
}

.page-ontour-hub .otx-marquee figure {
  border-radius: 4px;
  background: #333440;
}

.page-ontour-hub .otx-closing__media::after {
  background:
    linear-gradient(180deg, rgba(5, 5, 9, 0.55), rgba(5, 5, 9, 0.88)),
    linear-gradient(90deg, rgba(51, 52, 64, 0.35), transparent 55%);
}

.page-ontour-hub .otx-closing h2 {
  color: #e8e8e8;
  text-transform: none;
}

.page-ontour-hub .otx-closing__inner > p:not(.otx-signal) {
  font-family: var(--font-body);
  color: rgba(232, 232, 232, 0.78);
}

.page-ontour-hub .hub-b2b-note {
  background: #333440 !important;
  border-block: 1px solid rgba(232, 232, 232, 0.12);
  color: #e8e8e8;
}

.page-ontour-hub .hub-b2b-note a {
  border-color: #b7b5e4;
  background: #b7b5e4;
  color: #333440;
}

.page-ontour-hub .hub-b2b-note a:hover,
.page-ontour-hub .hub-b2b-note a:focus-visible {
  background: #e8e8e8;
  color: #333440;
  border-color: #e8e8e8;
}

@keyframes otx-radar {
  75%, 100% { box-shadow: 0 0 0 24px rgba(183, 181, 228, 0); }
}
