/* GiocoVanta / piattaforme helper page */
:root {
  --guide-ink: #161329;
  --guide-muted: #5c5872;
  --guide-paper: #f6f3ff;
  --guide-lavender: #dcd9ff;
  --guide-violet: #5146a7;
  --guide-pink: #ff7bb7;
  --guide-lime: #c8e65b;
  --guide-line: rgb(22 19 41 / 22%);
}
@media (max-width:620px){.guide-compatibility__grid>*{min-width:0;max-width:100%}.guide-compatibility h2{font-size:clamp(2.5rem,13vw,4rem);overflow-wrap:anywhere}.guide-compatibility__visual,.guide-compatibility__visual>*{max-width:100%}.device-tags{min-width:0;flex-wrap:wrap}}
@media(max-width:620px){.platform-guide-page :is(h1,h2,h3,p){overflow-wrap:anywhere}.guide-container>*{min-width:0;max-width:100%}.guide-discovery__media,.guide-discovery__media>*{max-width:100%;overflow:hidden}.guide-performance__heading{min-width:0}.guide-performance h2{font-size:clamp(2.4rem,13vw,4rem)}}

.platform-guide-page {
  background: var(--guide-paper);
  color: var(--guide-ink);
}

.platform-guide-page .homepage-hero {
  position: relative;
  z-index: 2;
  min-height: 0;
  background: #4658a5;
  box-shadow: 0 .5rem 1.5rem rgb(22 19 41 / 16%);
}

.platform-guide-page .homepage-hero [data-homepage-region-content] {
  height: auto;
  min-height: 0;
  background-image: none;
}

.platform-guide-page .homepage-hero .hero-header {
  background: rgb(70 88 165 / 96%);
}

.platform-guide-page .homepage-hero .hero-stage {
  width: min(1200px, calc(100% - 2rem));
  min-height: 0;
  padding: 2rem 0 2.5rem;
}

.platform-guide-page .homepage-hero .hero-shadow {
  top: 10%;
  left: 12%;
  width: 22rem;
  filter: blur(70px);
}

.platform-guide-page .homepage-hero .helper-shell-kicker,
.platform-guide-page .homepage-hero .helper-shell-tagline {
  position: relative;
  z-index: 2;
  margin: 0;
  color: #fff;
}

.platform-guide-page .homepage-hero .helper-shell-kicker {
  font: 700 .76rem/1.2 "Kameron", Georgia, serif;
  letter-spacing: .16em;
}

.platform-guide-page .homepage-hero .helper-shell-tagline {
  max-width: 34rem;
  margin-top: .55rem;
  font: 400 clamp(1.1rem, 2vw, 1.45rem)/1.35 "Kameron", Georgia, serif;
}

.platform-guide {
  display: block;
}

.guide-container {
  width: min(1180px, calc(100% - 3rem));
  margin-inline: auto;
}

.guide-intro,
.guide-navigation,
.guide-discovery,
.guide-catalogue,
.guide-performance,
.guide-compatibility,
.guide-continuity {
  position: relative;
  overflow: visible;
}

.guide-intro {
  padding: clamp(4.5rem, 9vw, 8.75rem) 0 clamp(5rem, 10vw, 9rem);
  background: var(--guide-paper);
}

.guide-intro__grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(19rem, .8fr);
  align-items: center;
  gap: clamp(3rem, 8vw, 9rem);
}

.guide-intro__copy {
  position: relative;
  z-index: 1;
}

.guide-eyebrow {
  margin: 0;
  color: var(--guide-violet);
  font: 700 .75rem/1.2 "Kameron", Georgia, serif;
  letter-spacing: .14em;
}

.guide-eyebrow span {
  margin-inline: .35rem;
  color: var(--guide-pink);
}

.guide-intro h1,
.guide-section-heading h2,
.guide-discovery h2,
.guide-performance h2,
.guide-compatibility h2 {
  margin: 1.1rem 0 0;
  color: var(--guide-ink);
  font-family: "Jersey 10", Impact, "Arial Black", sans-serif;
  font-weight: 400;
  letter-spacing: .01em;
  line-height: .94;
  text-wrap: balance;
}

.guide-intro h1 {
  max-width: 39rem;
  font-size: clamp(3.8rem, 8vw, 7.6rem);
  -webkit-text-stroke: clamp(1px, .12vw, 2px) var(--guide-ink);
  paint-order: stroke fill;
}

.guide-intro__lead {
  max-width: 35rem;
  margin: 2rem 0 0;
  color: var(--guide-muted);
  font: 400 clamp(1.08rem, 1.6vw, 1.3rem)/1.55 "Kameron", Georgia, serif;
}

.guide-button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 2.5rem;
  min-height: 3.7rem;
  margin-top: 2.2rem;
  padding: .7rem 1.2rem .7rem 1.45rem;
  border: 2px solid currentColor;
  border-radius: 999px;
  font: 700 1rem/1 "Kameron", Georgia, serif;
  text-decoration: none;
  transition: transform 160ms ease, background-color 160ms ease, color 160ms ease;
}

.guide-button:hover,
.guide-button:focus-visible {
  transform: translateY(-3px);
}

.guide-button--dark {
  background: var(--guide-ink);
  color: #fff;
}

.guide-button--dark:hover,
.guide-button--dark:focus-visible {
  background: var(--guide-violet);
}

.guide-button span {
  display: grid;
  width: 2rem;
  height: 2rem;
  place-items: center;
  border-radius: 50%;
  background: var(--guide-lime);
  color: var(--guide-ink);
  font-size: 1.3rem;
}

.guide-intro__visual {
  position: relative;
  margin: 0;
  padding: 1rem 1rem 1rem 0;
}

.guide-intro__visual::before {
  position: absolute;
  inset: 2.5rem 0 0 2.5rem;
  z-index: 0;
  border-radius: 45% 45% 9% 9%;
  background: var(--guide-lime);
  content: "";
}

.guide-intro__visual img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  min-height: 28rem;
  border: 2px solid var(--guide-ink);
  border-radius: 46% 46% 1.5rem 1.5rem;
  object-fit: cover;
  object-position: center;
}

.guide-intro__visual figcaption {
  position: relative;
  z-index: 1;
  max-width: 17rem;
  margin: -1.7rem 0 0 auto;
  padding: .85rem 1rem;
  border: 2px solid var(--guide-ink);
  background: var(--guide-pink);
  color: var(--guide-ink);
  font: 700 .9rem/1.35 "Kameron", Georgia, serif;
  transform: rotate(2deg);
}

.guide-navigation {
  padding: clamp(4.5rem, 8vw, 7.5rem) 0;
  background: var(--guide-violet);
  color: #fff;
}

.guide-navigation .guide-eyebrow,
.guide-navigation .guide-section-heading h2 {
  color: #fff;
}

.guide-navigation .guide-eyebrow span {
  color: var(--guide-lime);
}

.guide-section-heading {
  max-width: 42rem;
}

.guide-section-heading--wide {
  max-width: 52rem;
}

.guide-section-heading h2,
.guide-discovery h2,
.guide-performance h2,
.guide-compatibility h2 {
  font-size: clamp(3.1rem, 6vw, 5.8rem);
}

.guide-section-heading > p:last-child,
.guide-discovery__copy > p:not(.guide-eyebrow),
.guide-performance__copy > p,
.guide-compatibility__copy > p {
  margin: 1.4rem 0 0;
  color: var(--guide-muted);
  font: 400 1.08rem/1.55 "Kameron", Georgia, serif;
}

.guide-navigation .guide-section-heading > p:last-child {
  color: rgb(255 255 255 / 78%);
}

.navigation-rail {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-top: clamp(3rem, 6vw, 5.5rem);
  border-block: 1px solid rgb(255 255 255 / 34%);
}

.navigation-rail__item {
  min-height: 15rem;
  padding: 1.6rem clamp(1rem, 3vw, 2.5rem) 1.8rem 0;
  border-right: 1px solid rgb(255 255 255 / 34%);
}

.navigation-rail__item:last-child {
  border-right: 0;
  padding-right: 0;
}

.navigation-rail__item--active {
  color: var(--guide-lime);
}

.navigation-rail__number {
  display: block;
  font: 700 .8rem/1 "Kameron", Georgia, serif;
  letter-spacing: .1em;
}

.navigation-rail__item h3,
.catalogue-card h3,
.performance-metric span,
.continuity-path__step h3 {
  margin: 2.8rem 0 0;
  font: 700 clamp(1.35rem, 2.2vw, 1.8rem)/1.15 "Kameron", Georgia, serif;
}

.navigation-rail__item p {
  max-width: 14rem;
  margin: .8rem 0 0;
  color: rgb(255 255 255 / 75%);
  font: 400 1rem/1.45 "Kameron", Georgia, serif;
}

.guide-discovery {
  padding: clamp(5rem, 10vw, 10rem) 0;
  background: #fff;
}

.guide-discovery__grid {
  display: grid;
  grid-template-columns: minmax(18rem, .9fr) minmax(0, 1fr);
  align-items: center;
  gap: clamp(3rem, 9vw, 10rem);
}

.guide-discovery__media {
  position: relative;
  margin: 0;
}

.guide-discovery__media::after {
  position: absolute;
  right: -1.4rem;
  bottom: -1.3rem;
  width: 5.5rem;
  height: 5.5rem;
  border: 2px solid var(--guide-ink);
  border-radius: 50%;
  background: var(--guide-pink);
  content: "";
}

.guide-discovery__media img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1.08;
  border: 2px solid var(--guide-ink);
  object-fit: cover;
}

.guide-discovery__copy {
  max-width: 31rem;
}

.criteria-list {
  display: grid;
  gap: 0;
  margin: 2rem 0 0;
  padding: 0;
  border-top: 1px solid var(--guide-line);
  list-style: none;
}

.criteria-list li {
  display: flex;
  align-items: center;
  gap: .8rem;
  padding: 1rem 0;
  border-bottom: 1px solid var(--guide-line);
  font: 700 1rem/1.3 "Kameron", Georgia, serif;
}

.criteria-list__mark {
  display: grid;
  flex: 0 0 1.8rem;
  width: 1.8rem;
  height: 1.8rem;
  place-items: center;
  border-radius: 50%;
  background: var(--guide-lime);
  font-size: 1.3rem;
}

.guide-catalogue {
  padding: clamp(5rem, 9vw, 8rem) 0;
  background: var(--guide-lavender);
}

.catalogue-board {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: clamp(3rem, 6vw, 5rem);
}

.catalogue-card {
  min-height: 20rem;
  padding: 1.6rem;
  border: 2px solid var(--guide-ink);
  box-shadow: .65rem .65rem 0 var(--guide-ink);
}

.catalogue-card--violet {
  background: var(--guide-violet);
  color: #fff;
}

.catalogue-card--lime {
  background: var(--guide-lime);
}

.catalogue-card--pink {
  background: var(--guide-pink);
}

.catalogue-card__index {
  display: grid;
  width: 2.7rem;
  height: 2.7rem;
  place-items: center;
  border: 2px solid currentColor;
  border-radius: 50%;
  font: 700 1rem/1 "Kameron", Georgia, serif;
}

.catalogue-card h3 {
  margin-top: 5.5rem;
}

.catalogue-card p {
  max-width: 19rem;
  margin: .85rem 0 0;
  font: 400 1rem/1.45 "Kameron", Georgia, serif;
}

.guide-performance {
  padding: clamp(5rem, 10vw, 9rem) 0;
  background: var(--guide-ink);
  color: #fff;
}

.guide-performance__grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(18rem, 1fr);
  gap: clamp(3rem, 9vw, 10rem);
}

.guide-performance__heading {
  min-width: 0;
}

.guide-performance .guide-eyebrow,
.guide-performance h2 {
  color: #fff;
}

.guide-performance .guide-eyebrow span {
  color: var(--guide-pink);
}

.guide-performance__copy > p {
  max-width: 31rem;
  color: rgb(255 255 255 / 76%);
}

.performance-metrics {
  display: grid;
  gap: 0;
  margin-top: 2.5rem;
  border-top: 1px solid rgb(255 255 255 / 30%);
}

.performance-metric {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.1rem 0;
  border-bottom: 1px solid rgb(255 255 255 / 30%);
}

.performance-metric strong {
  color: var(--guide-pink);
  font: 700 .8rem/1 "Kameron", Georgia, serif;
  letter-spacing: .12em;
}

.performance-metric span {
  margin: 0;
  color: #fff;
  font-size: 1.2rem;
}

.guide-compatibility {
  padding: clamp(5rem, 10vw, 9rem) 0;
  background: var(--guide-lime);
}

.guide-compatibility__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(15rem, .65fr);
  align-items: center;
  gap: clamp(3rem, 10vw, 11rem);
}

.guide-compatibility__copy {
  max-width: 38rem;
}

.device-tags {
  display: flex;
  flex-wrap: wrap;
  gap: .65rem;
  margin-top: 2rem;
}

.device-tags span {
  padding: .7rem 1rem;
  border: 2px solid var(--guide-ink);
  border-radius: 999px;
  font: 700 .9rem/1 "Kameron", Georgia, serif;
}

.guide-compatibility__visual {
  display: flex;
  justify-content: center;
  margin: 0;
}

.guide-compatibility__visual img {
  display: block;
  width: min(100%, 21rem);
  aspect-ratio: 567 / 496;
  object-fit: contain;
  filter: drop-shadow(1rem 1rem 0 rgb(22 19 41 / 13%));
  transform: rotate(5deg);
}

.guide-continuity {
  padding: clamp(5rem, 9vw, 8rem) 0 clamp(6rem, 11vw, 10rem);
  background: #fff;
}

.continuity-path {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  align-items: start;
  gap: 1rem;
  margin-top: clamp(3.5rem, 7vw, 6rem);
}

.continuity-path__step {
  min-width: 0;
}

.continuity-path__step > span {
  display: grid;
  width: 3.6rem;
  height: 3.6rem;
  place-items: center;
  border: 2px solid var(--guide-ink);
  border-radius: 50%;
  background: var(--guide-pink);
  font: 700 .9rem/1 "Kameron", Georgia, serif;
}

.continuity-path__step h3 {
  margin-top: 1.6rem;
}

.continuity-path__step p {
  max-width: 13rem;
  margin: .7rem 0 0;
  color: var(--guide-muted);
  font: 400 1rem/1.45 "Kameron", Georgia, serif;
}

.continuity-path__line {
  align-self: 1.8rem;
  width: clamp(2rem, 8vw, 7rem);
  height: 2px;
  margin-top: 1.8rem;
  background: var(--guide-ink);
}

.platform-guide-page .site-footer__bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.platform-guide-page .site-footer__bottom p {
  margin: 0;
}

.footer-consent-settings {
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
  font: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.footer-consent-settings:focus-visible,
.guide-button:focus-visible {
  outline: 3px solid var(--guide-pink);
  outline-offset: 4px;
}

.consent-preferences {
  position: fixed;
  inset: 0;
  z-index: 1001;
  display: grid;
  place-items: center;
  padding: 1rem;
  background: rgb(22 19 41 / 52%);
}

.consent-preferences[hidden] {
  display: none;
}

.consent-preferences__card {
  display: grid;
  gap: 1rem;
  width: min(28rem, 100%);
  padding: 1.5rem;
  border: 2px solid var(--guide-ink);
  border-radius: .75rem;
  background: #fff;
  color: var(--guide-ink);
  box-shadow: .65rem .65rem 0 var(--guide-pink);
  font: 400 1rem/1.4 "Kameron", Georgia, serif;
}

.consent-preferences__card strong {
  font-size: 1.3rem;
}

.consent-preferences__card button {
  width: fit-content;
  min-height: 2.75rem;
  padding: .6rem 1rem;
  border: 2px solid var(--guide-ink);
  border-radius: 999px;
  background: var(--guide-lime);
  color: var(--guide-ink);
  cursor: pointer;
  font: 700 1rem/1 "Kameron", Georgia, serif;
}

.platform-guide-page [data-consent-banner] {
  font-family: "Kameron", Georgia, serif;
}

@media (max-width: 860px) {
  .guide-intro__grid,
  .guide-discovery__grid,
  .guide-performance__grid,
  .guide-compatibility__grid {
    grid-template-columns: 1fr;
  }

  .guide-intro__visual {
    max-width: 33rem;
    margin-inline: auto;
  }

  .guide-discovery__media {
    max-width: 31rem;
  }

  .guide-performance__copy,
  .guide-compatibility__copy {
    max-width: 38rem;
  }

  .guide-compatibility__visual {
    justify-content: flex-start;
  }

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

@media (max-width: 620px) {
  .guide-container {
    width: calc(100% - 2rem);
  }

  .platform-guide-page .homepage-hero .hero-stage {
    width: calc(100% - 2rem);
    padding: 1.25rem 0 1.75rem;
  }

  .platform-guide-page .homepage-hero .helper-shell-tagline {
    font-size: 1.1rem;
  }

  .guide-intro {
    padding-top: 4rem;
  }

  .guide-intro h1 {
    font-size: clamp(3.35rem, 16vw, 5.3rem);
  }

  .guide-intro__visual img {
    min-height: 22rem;
  }

  .navigation-rail,
  .catalogue-board {
    grid-template-columns: 1fr;
  }

  .navigation-rail__item {
    min-height: auto;
    padding: 1.25rem 0;
    border-right: 0;
    border-bottom: 1px solid rgb(255 255 255 / 34%);
  }

  .navigation-rail__item:last-child {
    border-bottom: 0;
  }

  .navigation-rail__item h3 {
    margin-top: 1.6rem;
  }

  .catalogue-card {
    min-height: auto;
  }

  .catalogue-card h3 {
    margin-top: 3.5rem;
  }

  .continuity-path {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .continuity-path__step {
    display: grid;
    grid-template-columns: 3.6rem 1fr;
    column-gap: 1rem;
    align-items: center;
    padding: 1.1rem 0;
  }

  .continuity-path__step h3 {
    margin: 0;
  }

  .continuity-path__step p {
    grid-column: 2;
    margin-top: .35rem;
  }

  .continuity-path__line {
    width: 2px;
    height: 1.5rem;
    margin: 0 0 0 1.8rem;
  }
}
