html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  overflow-x: hidden;
}

/* CORSI POLE DANCE */
.fg-pole-courses { background: radial-gradient(circle at 12% 12%, rgba(141, 34, 191, .15), transparent 34%), var(--black); }
.fg-grid.fg-pole-courses-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.fg-pole-course-card { width: 100%; padding: 0; color: var(--white); font: inherit; text-align: left; cursor: pointer; }
.fg-pole-course-card:focus-visible { outline: 3px solid var(--yellow); outline-offset: 5px; }
.fg-pole-card-title { position: relative; z-index: 2; font-size: 28px; line-height: 1.08; letter-spacing: -.035em; }
.fg-pole-card-copy { position: relative; z-index: 2; min-height: 48px; margin-top: 12px; color: rgba(255, 255, 255, .82); line-height: 1.5; }
.fg-pole-card-lyra .fg-card-image, .fg-pole-card-flexibility .fg-card-image { object-position: 58% center; }
.fg-pole-card-exotic .fg-card-image { object-position: 52% center; }
.fg-pole-course-card .fg-card-image { transform: scale(1.63); }
.fg-pole-course-card:hover .fg-card-image { transform: scale(1.73); }
.fg-pole-course-dialog { width: min(920px, calc(100% - 32px)); max-width: 920px; max-height: calc(100vh - 32px); padding: 0; overflow: auto; border: 1px solid rgba(255, 255, 255, .15); border-radius: 24px; background: var(--dark); color: var(--white); box-shadow: 0 30px 90px rgba(0, 0, 0, .62); }
.fg-pole-course-dialog::backdrop { background: rgba(5, 5, 8, .82); backdrop-filter: blur(8px); }
.fg-pole-dialog-inner { position: relative; }
#flygym-home .fg-pole-dialog-image { display: block; width: 100%; height: clamp(260px, 46vh, 450px); max-width: none; object-fit: cover; object-position: center; }
.fg-pole-dialog-content { padding: 30px; }
.fg-pole-dialog-content h2 { margin: 6px 0 12px; font-size: clamp(30px, 5vw, 48px); line-height: 1; letter-spacing: -.045em; }
.fg-pole-dialog-content > p:not(.fg-eyebrow) { max-width: 760px; margin: 0; color: var(--muted); font-size: 17px; line-height: 1.65; }
.fg-pole-dialog-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }
.fg-pole-dialog-actions .fg-button { flex: 1 1 190px; justify-content: center; text-align: center; }
.fg-pole-dialog-close { position: absolute; z-index: 3; top: 16px; right: 16px; display: grid; width: 44px; height: 44px; place-items: center; padding: 0; border: 1px solid rgba(255, 255, 255, .28); border-radius: 50%; background: rgba(9, 9, 11, .78); color: var(--white); font-size: 28px; line-height: 1; cursor: pointer; backdrop-filter: blur(8px); }
.fg-pole-dialog-close:hover, .fg-pole-dialog-close:focus-visible { background: var(--pink); outline: none; }

#flygym-home {
  width: 100%;
  max-width: none;
  margin: 0;
}
    * {
      box-sizing: border-box;
    }

    html {
      scroll-behavior: smooth;
    }

    body {
      margin: 0;
    }

    body.fg-dialog-open {
      overflow: hidden;
    }

    #flygym-home {
      --purple: #8d22bf;
      --pink: #e62dbb;
      --orange: #ff7a18;
      --yellow: #ffb21a;
      --black: #09090b;
      --dark: #131318;
      --white: #ffffff;
      --muted: #b8b8c2;

      margin: 0;
      overflow: hidden;
      background: var(--black);
      color: var(--white);
      font-family: Arial, Helvetica, sans-serif;
    }

    #flygym-home a {
      color: inherit;
      text-decoration: none;
    }

    .fg-container {
      width: min(1180px, calc(100% - 40px));
      margin: 0 auto;
    }

    .fg-section {
      padding: 100px 0;
    }

    .fg-eyebrow {
      margin: 0 0 16px;
      color: var(--orange);
      font-size: 14px;
      font-weight: 800;
      letter-spacing: 0.18em;
      text-transform: uppercase;
    }

    .fg-title {
      max-width: 850px;
      margin: 0;
      font-size: clamp(38px, 6vw, 76px);
      line-height: 0.98;
      letter-spacing: -0.045em;
    }

    .fg-copy {
      max-width: 700px;
      margin: 24px 0 0;
      color: var(--muted);
      font-size: clamp(17px, 2vw, 21px);
      line-height: 1.65;
    }

    .fg-button {
      display: inline-flex;
      min-height: 54px;
      align-items: center;
      justify-content: center;
      padding: 0 28px;
      border: 0;
      border-radius: 999px;
      background: linear-gradient(
        90deg,
        var(--pink),
        var(--orange),
        var(--yellow)
      );
      color: var(--white);
      font-size: 14px;
      font-weight: 800;
      letter-spacing: 0.06em;
      text-transform: uppercase;
      transition:
        transform 0.25s ease,
        filter 0.25s ease;
    }

    .fg-button:hover {
      transform: translateY(-3px);
      filter: brightness(1.08);
    }

    .fg-button-secondary {
      background: transparent;
      border: 1px solid rgba(255, 255, 255, 0.35);
    }

    /* HEADER */

    .fg-header {
      position: absolute;
      z-index: 20;
      top: 0;
      right: 0;
      left: 0;
      border-bottom: 1px solid rgba(255, 255, 255, 0.14);
      background: rgba(5, 5, 8, 0.3);
      backdrop-filter: blur(12px);
    }

    .fg-nav {
      display: flex;
      min-height: 86px;
      align-items: center;
      justify-content: space-between;
      gap: 30px;
    }

    .fg-logo {
      position: relative;
      display: block;
      width: 168px;
      height: 45px;
      overflow: hidden;
      font-size: 27px;
      font-weight: 900;
      letter-spacing: -0.04em;
    }

    #flygym-home .fg-logo-image {
      position: absolute;
      top: 50%;
      left: 50%;
      display: block;
      width: 177%;
      max-width: none;
      height: auto;
      transform: translate(-50%, -50%);
    }

    .fg-logo span {
      background: linear-gradient(
        90deg,
        var(--pink),
        var(--orange),
        var(--yellow)
      );
      background-clip: text;
      color: transparent;
    }

    .fg-menu {
      display: flex;
      align-items: center;
      gap: 28px;
      font-size: 14px;
      font-weight: 700;
    }

    .fg-menu a {
      opacity: 0.88;
      transition: opacity 0.2s ease;
    }

    .fg-menu a:hover {
      opacity: 1;
    }

    .fg-menu-toggle {
      display: none;
      padding: 10px;
      border: 0;
      background: transparent;
      color: white;
      font-size: 26px;
      cursor: pointer;
    }

    /* HERO */

    .fg-hero {
      position: relative;
      display: flex;
      min-height: 850px;
      align-items: center;
      overflow: hidden;
      isolation: isolate;
      background:
        linear-gradient(
          90deg,
          rgba(5, 5, 8, 0.96) 0%,
          rgba(5, 5, 8, 0.72) 48%,
          rgba(5, 5, 8, 0.25) 100%
        ),
        radial-gradient(
          circle at 80% 30%,
          rgba(230, 45, 187, 0.7),
          transparent 32%
        ),
        radial-gradient(
          circle at 68% 75%,
          rgba(255, 122, 24, 0.65),
          transparent 32%
        ),
        #111116;
    }

    .fg-home-hero-video,
    .fg-home-hero-shade {
      position: absolute;
      inset: 0;
    }

    .fg-home-hero-video {
      z-index: 0;
      width: 100%;
      height: 100%;
      max-width: none;
      object-fit: cover;
      object-position: center;
    }

    .fg-home-hero-shade {
      z-index: 1;
      background:
        linear-gradient(90deg, rgba(5, 5, 8, 0.94) 0%, rgba(5, 5, 8, 0.7) 52%, rgba(5, 5, 8, 0.3) 100%),
        linear-gradient(0deg, rgba(5, 5, 8, 0.9) 0%, transparent 42%);
    }

    .fg-hero::after {
      position: absolute;
      right: -120px;
      bottom: -180px;
      width: 560px;
      height: 560px;
      border: 2px solid rgba(255, 255, 255, 0.08);
      border-radius: 50%;
      content: "";
      z-index: 1;
    }

    .fg-hero-content {
      position: relative;
      z-index: 2;
      max-width: 900px;
      padding-top: 90px;
    }

    .fg-hero-label {
      display: inline-block;
      margin-bottom: 26px;
      padding: 9px 15px;
      border: 1px solid rgba(255, 255, 255, 0.22);
      border-radius: 999px;
      font-size: 12px;
      font-weight: 800;
      letter-spacing: 0.18em;
      text-transform: uppercase;
    }

    .fg-hero h1 {
      max-width: 940px;
      margin: 0;
      font-size: clamp(56px, 10vw, 130px);
      line-height: 0.83;
      letter-spacing: -0.07em;
      text-transform: uppercase;
    }

    .fg-gradient-text {
      background: linear-gradient(
        90deg,
        var(--pink),
        var(--orange),
        var(--yellow)
      );
      background-clip: text;
      color: transparent;
    }

    .fg-hero-message {
      max-width: 690px;
      margin: 34px 0 0;
      font-size: clamp(21px, 3vw, 34px);
      line-height: 1.25;
      letter-spacing: -0.025em;
    }

    .fg-hero-subtext {
      max-width: 650px;
      margin: 20px 0 0;
      color: #d0d0d8;
      font-size: 17px;
      line-height: 1.65;
    }

    .fg-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 14px;
      margin-top: 34px;
    }

    /* STATS */

    .fg-stats {
      position: relative;
      z-index: 4;
      margin-top: -65px;
    }

    .fg-stats-grid {
      display: grid;
      overflow: hidden;
      border: 1px solid rgba(255, 255, 255, 0.1);
      border-radius: 24px;
      background: rgba(22, 22, 29, 0.96);
      grid-template-columns: repeat(4, 1fr);
    }

    .fg-stat {
      padding: 34px 25px;
      text-align: center;
    }

    .fg-stat + .fg-stat {
      border-left: 1px solid rgba(255, 255, 255, 0.1);
    }

    .fg-stat strong {
      display: block;
      font-size: clamp(34px, 5vw, 54px);
      line-height: 1;
    }

    .fg-stat span {
      display: block;
      margin-top: 9px;
      color: var(--muted);
      font-size: 13px;
      font-weight: 700;
      letter-spacing: 0.08em;
      text-transform: uppercase;
    }

    /* PERCORSI */

    .fg-paths {
      background:
        radial-gradient(
          circle at 10% 20%,
          rgba(141, 34, 191, 0.13),
          transparent 25%
        ),
        var(--black);
    }

    /* PERCORSO DI INGRESSO */

    .fg-journey {
      position: relative;
      overflow: hidden;
      padding: 72px 0 24px;
      background: var(--black);
    }

    .fg-journey-title {
      max-width: 720px;
      margin: 10px 0 0;
      font-size: clamp(34px, 4vw, 54px);
      line-height: 1;
      letter-spacing: -0.045em;
    }

    .fg-journey-track {
      position: relative;
      display: grid;
      margin-top: 34px;
      gap: 16px;
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .fg-journey-track::before {
      position: absolute;
      z-index: 0;
      top: 50%;
      right: 3%;
      left: 3%;
      height: 3px;
      border-radius: 999px;
      background: linear-gradient(90deg, var(--purple), var(--pink), var(--orange), var(--yellow));
      box-shadow: 0 0 20px rgba(230, 45, 187, 0.32);
      content: "";
      transform: translateY(-50%);
    }

    .fg-journey-card {
      position: relative;
      z-index: 1;
      min-height: 210px;
      overflow: hidden;
      padding: 26px;
      border: 1px solid rgba(230, 45, 187, 0.58);
      border-radius: 22px;
      background:
        radial-gradient(circle at 92% 8%, rgba(255, 194, 15, 0.34), transparent 36%),
        linear-gradient(145deg, #5a1976 0%, #9f216f 52%, #b64929 100%);
      box-shadow:
        0 18px 42px rgba(0, 0, 0, 0.3),
        0 0 28px rgba(230, 45, 187, 0.12);
    }

    .fg-journey-card:nth-child(2) {
      background:
        radial-gradient(circle at 92% 8%, rgba(255, 194, 15, 0.38), transparent 36%),
        linear-gradient(145deg, #7e1b88 0%, #c12775 50%, #d75f24 100%);
    }

    .fg-journey-card:nth-child(3) {
      background:
        radial-gradient(circle at 92% 8%, rgba(255, 194, 15, 0.36), transparent 36%),
        linear-gradient(145deg, #54249a 0%, #a92186 50%, #d34b3a 100%);
    }

    .fg-journey-card:nth-child(4) {
      background:
        radial-gradient(circle at 92% 8%, rgba(255, 210, 43, 0.48), transparent 38%),
        linear-gradient(145deg, #8d22bf 0%, #d42d8d 48%, #e86f1d 100%);
    }

    .fg-journey-card::after {
      position: absolute;
      right: -24px;
      bottom: -24px;
      width: 92px;
      height: 92px;
      border: 1px solid rgba(255, 122, 24, 0.2);
      border-radius: 50%;
      content: "";
    }

    .fg-journey-number {
      display: inline-flex;
      min-width: 54px;
      min-height: 42px;
      align-items: center;
      justify-content: center;
      border: 1px solid rgba(255, 255, 255, 0.56);
      border-radius: 999px;
      background: rgba(255, 240, 163, 0.94);
      color: #171219;
      font-size: 20px;
      font-weight: 900;
      letter-spacing: -0.035em;
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.22);
    }

    .fg-journey-icon {
      position: absolute;
      top: 22px;
      right: 22px;
      display: inline-flex;
      width: 48px;
      height: 48px;
      align-items: center;
      justify-content: center;
      border: 2px solid rgba(255, 210, 43, 0.9);
      border-radius: 16px;
      background: #111116;
      color: #ffd22b;
      font-size: 25px;
      font-weight: 900;
      line-height: 1;
      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.38), 0 0 18px rgba(255, 210, 43, 0.2);
    }

    .fg-journey-kicker {
      margin: 34px 0 8px;
      color: #fff0a3;
      font-size: 11px;
      font-weight: 900;
      letter-spacing: 0.13em;
      text-transform: uppercase;
    }

    .fg-journey-card h3 {
      max-width: 240px;
      margin: 0;
      font-size: 21px;
      line-height: 1.16;
      letter-spacing: -0.025em;
    }

    .fg-journey-card-action {
      position: absolute;
      z-index: 3;
      border: 0;
      border-radius: inherit;
      background: transparent;
      cursor: pointer;
      inset: 0;
    }

    .fg-journey-card:has(.fg-journey-card-action) {
      cursor: pointer;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .fg-journey-card:has(.fg-journey-card-action):hover {
      transform: translateY(-6px);
      box-shadow: 0 24px 50px rgba(0, 0, 0, 0.38), 0 0 32px rgba(230, 45, 187, 0.24);
    }

    .fg-journey-card-action:focus-visible {
      outline: 3px solid var(--yellow);
      outline-offset: -5px;
    }

    .fg-trial-dialog {
      width: min(760px, calc(100% - 32px));
      overflow: hidden;
      padding: 0;
      border: 1px solid rgba(230, 45, 187, 0.55);
      border-radius: 28px;
      background: #111116;
      color: var(--white);
      box-shadow: 0 35px 100px rgba(0, 0, 0, 0.7), 0 0 50px rgba(230, 45, 187, 0.16);
    }

    .fg-trial-dialog::backdrop {
      background: rgba(0, 0, 0, 0.82);
      backdrop-filter: blur(8px);
    }

    .fg-trial-dialog-inner {
      position: relative;
      overflow: hidden;
      padding: 68px 55px 55px;
      background: radial-gradient(circle at 90% 5%, rgba(230, 45, 187, 0.22), transparent 38%), radial-gradient(circle at 8% 95%, rgba(255, 122, 24, 0.18), transparent 36%);
    }

    .fg-trial-dialog .fg-title {
      max-width: 620px;
      font-size: clamp(42px, 7vw, 66px);
    }

    .fg-trial-dialog .fg-copy {
      max-width: 590px;
    }

    .fg-trial-dialog-close {
      position: absolute;
      z-index: 2;
      top: 18px;
      right: 18px;
      display: inline-flex;
      width: 44px;
      height: 44px;
      align-items: center;
      justify-content: center;
      padding: 0;
      border: 1px solid rgba(255, 255, 255, 0.18);
      border-radius: 50%;
      background: rgba(5, 5, 8, 0.72);
      color: var(--white);
      font-size: 27px;
      cursor: pointer;
    }

    .fg-requests-dialog {
      width: min(920px, calc(100% - 32px));
      height: min(920px, calc(100vh - 32px));
      max-height: calc(100vh - 32px);
      overflow: hidden;
      padding: 0;
      border: 1px solid rgba(230, 45, 187, 0.5);
      border-radius: 28px;
      background: #101016;
      box-shadow: 0 35px 100px rgba(0, 0, 0, 0.72), 0 0 45px rgba(230, 45, 187, 0.16);
    }

    .fg-requests-dialog::backdrop {
      background: rgba(0, 0, 0, 0.84);
      backdrop-filter: blur(8px);
    }

    .fg-requests-dialog-shell {
      position: relative;
      width: 100%;
      height: 100%;
      padding-top: 58px;
      overflow-y: auto;
      background: #101016;
    }

    .fg-requests-dialog-content {
      width: 100%;
      min-height: 100%;
    }

    .fg-requests-dialog iframe {
      display: block;
      width: 100% !important;
      border: 0;
      background: #101016;
    }

    .fg-requests-dialog-close {
      position: absolute;
      z-index: 2;
      top: 10px;
      right: 14px;
      display: inline-flex;
      width: 40px;
      height: 40px;
      align-items: center;
      justify-content: center;
      padding: 0;
      border: 1px solid rgba(255, 255, 255, 0.18);
      border-radius: 50%;
      background: #111116;
      color: var(--white);
      font-size: 25px;
      cursor: pointer;
    }

    .fg-requests-loading,
    .fg-requests-fallback {
      margin: 0;
      padding: 48px 24px;
      color: #f5f5f7;
      text-align: center;
    }

    .fg-requests-fallback a {
      display: inline-block;
      margin-top: 18px;
      color: var(--yellow);
      font-weight: 900;
    }

    .fg-grid {
      display: grid;
      margin-top: 50px;
      gap: 22px;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      align-items: stretch;
    }

    .fg-card {
      position: relative;
      display: flex;
      min-height: 420px;
      height: 100%;
      overflow: hidden;
      border: 1px solid rgba(255, 255, 255, 0.12);
      border-radius: 24px;
      background: var(--dark);
      isolation: isolate;
      transition:
        transform 0.35s ease,
        border-color 0.35s ease,
        box-shadow 0.35s ease;
    }

    .fg-card::after {
      position: absolute;
      z-index: 4;
      padding: 1px;
      border-radius: inherit;
      background: linear-gradient(135deg, var(--purple), var(--pink), var(--orange));
      content: "";
      inset: 0;
      mask:
        linear-gradient(#000 0 0) content-box,
        linear-gradient(#000 0 0);
      mask-composite: exclude;
      -webkit-mask:
        linear-gradient(#000 0 0) content-box,
        linear-gradient(#000 0 0);
      -webkit-mask-composite: xor;
      opacity: 0;
      pointer-events: none;
      transition: opacity 0.35s ease;
    }

    .fg-card-image {
      position: absolute;
      z-index: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
      inset: 0;
      transform: scale(1);
      transition: transform 0.55s ease;
    }

    .fg-card-shade {
      position: absolute;
      z-index: 1;
      background:
        linear-gradient(180deg, rgba(7, 7, 10, 0.04) 15%, rgba(7, 7, 10, 0.42) 55%, rgba(7, 7, 10, 0.97) 100%),
        linear-gradient(135deg, rgba(141, 34, 191, 0.1), transparent 52%);
      inset: 0;
      transition: background 0.35s ease;
    }

    .fg-card-content {
      position: relative;
      z-index: 2;
      display: flex;
      width: 100%;
      min-height: 420px;
      flex-direction: column;
      justify-content: flex-end;
      padding: 30px;
    }

    .fg-card-number {
      position: absolute;
      top: 22px;
      left: 22px;
      display: inline-flex;
      min-width: 42px;
      min-height: 32px;
      align-items: center;
      justify-content: center;
      padding: 0 10px;
      border: 1px solid rgba(255, 255, 255, 0.28);
      border-radius: 999px;
      background: rgba(5, 5, 8, 0.48);
      color: var(--white);
      font-size: 12px;
      font-weight: 800;
      backdrop-filter: blur(9px);
    }

    .fg-card h3 {
      position: relative;
      z-index: 2;
      margin: 0;
      font-size: 28px;
      line-height: 1.08;
      letter-spacing: -0.035em;
    }

    .fg-card p {
      position: relative;
      z-index: 2;
      min-height: 48px;
      margin: 12px 0 0;
      color: rgba(255, 255, 255, 0.82);
      line-height: 1.5;
    }

    .fg-card-link {
      display: inline-flex;
      width: fit-content;
      align-items: center;
      gap: 8px;
      margin-top: 19px;
      color: var(--white);
      font-size: 12px;
      font-weight: 800;
      letter-spacing: 0.07em;
      text-transform: uppercase;
    }

    .fg-card-link::after {
      position: absolute;
      z-index: 3;
      content: "";
      inset: 0;
    }

    .fg-card-link span {
      color: var(--orange);
      font-size: 18px;
      transition: transform 0.25s ease;
    }

.fg-card:hover {
      transform: translateY(-7px);
      border-color: rgba(255, 122, 24, 0.7);
      box-shadow:
        0 18px 38px rgba(0, 0, 0, 0.28),
        0 0 0 1px rgba(230, 45, 187, 0.18);
    }

    .fg-card:hover .fg-card-image {
      transform: scale(1.06);
    }

    .fg-card:hover::after {
      opacity: 1;
    }

    .fg-card-link:hover span,
    .fg-card-link:focus-visible span {
      transform: translateX(4px);
    }

    .fg-card-link:focus-visible {
      border-radius: 4px;
      outline: 2px solid var(--yellow);
      outline-offset: 5px;
    }

    /* VALORI */

    .fg-values {
      background: var(--white);
      color: var(--black);
    }

    .fg-values .fg-copy {
      color: #65656d;
    }

    .fg-values-grid {
      display: grid;
      margin-top: 50px;
      gap: 30px;
      grid-template-columns: repeat(4, 1fr);
    }

    .fg-value {
      padding-top: 24px;
      border-top: 4px solid var(--orange);
    }

    .fg-value strong {
      display: block;
      font-size: 24px;
    }

    .fg-value p {
      margin-bottom: 0;
      color: #696971;
      line-height: 1.6;
    }

    /* DREAM BANNER */

    .fg-dream-banner {
      overflow: hidden;
      padding: 65px 0;
      background: linear-gradient(
        90deg,
        var(--purple),
        var(--pink),
        var(--orange)
      );
    }

    .fg-marquee {
      display: flex;
      width: max-content;
      animation: fg-marquee 22s linear infinite;
    }

    .fg-marquee span {
      padding-right: 50px;
      color: var(--white);
      font-size: clamp(50px, 9vw, 120px);
      font-weight: 900;
      letter-spacing: -0.06em;
      line-height: 1;
      text-transform: uppercase;
      white-space: nowrap;
    }

    @keyframes fg-marquee {
      from {
        transform: translateX(0);
      }

      to {
        transform: translateX(-50%);
      }
    }

    /* HALL OF DREAMS */

    .fg-dreams-layout {
      display: grid;
      align-items: stretch;
      margin-top: 50px;
      gap: 22px;
      grid-template-columns: 1.35fr 0.65fr;
    }

    .fg-featured-dream,
    .fg-small-dream {
      position: relative;
      overflow: hidden;
      border-radius: 26px;
      background: var(--dark);
    }

    .fg-featured-dream {
      min-height: 500px;
      padding: 44px;
    }

    .fg-featured-dream::before,
    .fg-small-dream::before {
      position: absolute;
      content: "";
      inset: 0;
      background:
        radial-gradient(
          circle at 80% 20%,
          rgba(230, 45, 187, 0.8),
          transparent 32%
        ),
        radial-gradient(
          circle at 25% 90%,
          rgba(255, 122, 24, 0.55),
          transparent 35%
        );
    }

    .fg-dream-content {
      position: relative;
      z-index: 2;
      display: flex;
      height: 100%;
      flex-direction: column;
      justify-content: flex-end;
    }

    .fg-dream-label {
      margin-bottom: auto;
      font-size: 12px;
      font-weight: 800;
      letter-spacing: 0.16em;
      text-transform: uppercase;
    }

    .fg-featured-dream blockquote {
      max-width: 600px;
      margin: 0;
      font-size: clamp(30px, 5vw, 55px);
      line-height: 1.08;
      letter-spacing: -0.04em;
    }

    .fg-dream-person {
      margin-top: 20px;
      color: #dadadf;
    }

    .fg-side-dreams {
      display: grid;
      gap: 22px;
      grid-template-rows: 1fr 1fr;
    }

    .fg-small-dream {
      min-height: 230px;
      padding: 28px;
    }

    .fg-small-dream h3 {
      max-width: 330px;
      margin: 0;
      font-size: 26px;
      line-height: 1.15;
    }

    /* TECNICI */

    .fg-technicians {
      overflow: hidden;
      background:
        radial-gradient(circle at 8% 15%, rgba(141, 34, 191, 0.16), transparent 26%),
        var(--black);
    }

    .fg-technicians-heading {
      display: flex;
      align-items: flex-end;
      justify-content: space-between;
      gap: 40px;
    }

    .fg-carousel-controls {
      display: flex;
      flex: 0 0 auto;
      gap: 10px;
    }

    .fg-carousel-button {
      display: inline-flex;
      width: 48px;
      height: 48px;
      align-items: center;
      justify-content: center;
      border: 1px solid rgba(255, 255, 255, 0.2);
      border-radius: 50%;
      background: rgba(255, 255, 255, 0.04);
      color: var(--white);
      font-size: 22px;
      cursor: pointer;
      transition:
        background 0.25s ease,
        border-color 0.25s ease,
        transform 0.25s ease;
    }

    .fg-carousel-button:hover,
    .fg-carousel-button:focus-visible {
      border-color: var(--orange);
      background: rgba(255, 122, 24, 0.12);
      transform: translateY(-2px);
    }

    .fg-technicians-track {
      display: flex;
      margin-top: 52px;
      padding: 2px 0 18px;
      gap: 20px;
      overflow-x: auto;
      overscroll-behavior-inline: contain;
      scroll-behavior: smooth;
      scroll-snap-type: x mandatory;
      scrollbar-color: rgba(255, 122, 24, 0.7) rgba(255, 255, 255, 0.06);
      scrollbar-width: thin;
    }

    .fg-technician-card {
      position: relative;
      width: min(360px, 82vw);
      min-width: min(360px, 82vw);
      min-height: 540px;
      overflow: hidden;
      border: 1px solid rgba(255, 255, 255, 0.12);
      border-radius: 26px;
      background: var(--dark);
      scroll-snap-align: start;
      transition:
        border-color 0.3s ease,
        transform 0.3s ease,
        box-shadow 0.3s ease;
    }

    .fg-technician-card:hover {
      border-color: rgba(255, 122, 24, 0.75);
      box-shadow: 0 22px 45px rgba(0, 0, 0, 0.3);
      transform: translateY(-5px);
    }

    .fg-technician-image,
    .fg-technician-shade {
      position: absolute;
      width: 100%;
      height: 100%;
      inset: 0;
    }

    .fg-technician-image {
      object-fit: cover;
      object-position: center top;
      transition: transform 0.55s ease;
    }

    .fg-technician-card:hover .fg-technician-image {
      transform: scale(1.045);
    }

    .fg-technician-shade {
      z-index: 1;
      background: linear-gradient(180deg, transparent 25%, rgba(5, 5, 8, 0.55) 55%, rgba(5, 5, 8, 0.98) 100%);
    }

    .fg-technician-content {
      position: relative;
      z-index: 2;
      display: flex;
      min-height: 540px;
      flex-direction: column;
      justify-content: flex-end;
      padding: 28px;
      pointer-events: none;
    }

    .fg-technician-label {
      color: var(--orange);
      font-size: 11px;
      font-weight: 900;
      letter-spacing: 0.17em;
      text-transform: uppercase;
    }

    .fg-technician-content h3 {
      margin: 10px 0 0;
      font-size: 43px;
      line-height: 1;
      letter-spacing: -0.045em;
    }

    .fg-technician-role {
      margin: 9px 0 0;
      color: #f0f0f3;
      font-size: 15px;
      font-weight: 700;
    }

    .fg-technician-preview {
      display: -webkit-box;
      margin: 16px 0 0;
      overflow: hidden;
      color: var(--muted);
      font-size: 14px;
      line-height: 1.55;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
    }

    .fg-technician-read {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      margin-top: 17px;
      color: var(--white);
      font-size: 12px;
      font-weight: 900;
      letter-spacing: 0.06em;
      text-transform: uppercase;
    }

    .fg-technician-read span {
      color: var(--orange);
      font-size: 18px;
    }

    .fg-technician-open {
      position: absolute;
      z-index: 3;
      border: 0;
      background: transparent;
      cursor: pointer;
      inset: 0;
    }

    .fg-technician-open:focus-visible {
      border-radius: inherit;
      outline: 3px solid var(--yellow);
      outline-offset: -5px;
    }

    .fg-visually-hidden {
      position: absolute;
      width: 1px;
      height: 1px;
      overflow: hidden;
      margin: -1px;
      padding: 0;
      border: 0;
      clip: rect(0 0 0 0);
      white-space: nowrap;
    }

    .fg-technician-dialog {
      width: min(960px, calc(100% - 32px));
      max-height: min(760px, calc(100vh - 32px));
      overflow: hidden;
      padding: 0;
      border: 1px solid rgba(255, 255, 255, 0.14);
      border-radius: 28px;
      background: #111116;
      color: var(--white);
      box-shadow: 0 35px 100px rgba(0, 0, 0, 0.6);
    }

    .fg-technician-dialog::backdrop {
      background: rgba(0, 0, 0, 0.78);
      backdrop-filter: blur(8px);
    }

    .fg-technician-dialog-inner {
      position: relative;
      display: grid;
      max-height: min(760px, calc(100vh - 32px));
      overflow-y: auto;
      grid-template-columns: 0.85fr 1.15fr;
    }

    .fg-technician-dialog-photo {
      min-height: 620px;
    }

    .fg-technician-dialog-photo img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center top;
    }

    .fg-technician-dialog-content {
      padding: 62px 50px 50px;
    }

    .fg-technician-dialog-content h2 {
      margin: 12px 0 28px;
      font-size: clamp(46px, 6vw, 72px);
      line-height: 0.95;
      letter-spacing: -0.05em;
    }

    .fg-technician-dialog-content p {
      margin: 0;
      color: #d0d0d8;
      font-size: 16px;
      line-height: 1.7;
    }

    .fg-technician-dialog-content p + p {
      margin-top: 17px;
    }

    .fg-technician-dialog-content strong {
      color: var(--white);
    }

    .fg-technician-close {
      position: absolute;
      z-index: 4;
      top: 18px;
      right: 18px;
      display: inline-flex;
      width: 42px;
      height: 42px;
      align-items: center;
      justify-content: center;
      border: 1px solid rgba(255, 255, 255, 0.18);
      border-radius: 50%;
      background: rgba(5, 5, 8, 0.72);
      color: var(--white);
      font-size: 27px;
      line-height: 1;
      cursor: pointer;
    }

    /* SEDI */

    .fg-locations {
      background: #111116;
    }

    .fg-location-grid {
      display: grid;
      margin-top: 50px;
      gap: 18px;
      grid-template-columns: repeat(4, 1fr);
    }

    .fg-location {
      display: flex;
      padding: 28px;
      border: 1px solid rgba(255, 255, 255, 0.1);
      border-radius: 22px;
      background: rgba(255, 255, 255, 0.025);
      flex-direction: column;
    }

    .fg-location h3 {
      margin: 0 0 12px;
      font-size: 23px;
    }

    .fg-location address {
      min-height: 54px;
      margin: 0;
      color: var(--muted);
      font-size: 15px;
      font-style: normal;
      line-height: 1.55;
    }

    .fg-location-courses {
      margin: 18px 0 24px;
      color: var(--muted);
      font-size: 15px;
      line-height: 1.55;
    }

    .fg-location-courses strong {
      color: var(--white);
    }

    .fg-map-link {
      display: inline-flex;
      align-items: center;
      align-self: flex-start;
      gap: 8px;
      padding: 12px 17px;
      border: 1px solid rgba(255, 122, 24, 0.55);
      border-radius: 999px;
      color: var(--white);
      font-size: 13px;
      font-weight: 800;
      transition:
        background 0.25s ease,
        border-color 0.25s ease,
        transform 0.25s ease;
    }

    .fg-map-link span {
      transition: transform 0.25s ease;
    }

    .fg-map-link:hover,
    .fg-map-link:focus-visible {
      border-color: var(--orange);
      background: rgba(255, 122, 24, 0.12);
      transform: translateY(-2px);
    }

    .fg-map-link:hover span,
    .fg-map-link:focus-visible span {
      transform: translateX(3px);
    }

    .fg-location-actions {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 10px;
      margin-top: auto;
    }

    .fg-share-location {
      display: inline-flex;
      min-height: 43px;
      align-items: center;
      justify-content: center;
      gap: 8px;
      padding: 10px 14px;
      border: 1px solid rgba(255, 255, 255, 0.18);
      border-radius: 999px;
      background: transparent;
      color: var(--white);
      font: inherit;
      font-size: 13px;
      font-weight: 800;
      cursor: pointer;
      transition:
        background 0.25s ease,
        border-color 0.25s ease,
        transform 0.25s ease;
    }

    .fg-share-location:hover,
    .fg-share-location:focus-visible {
      border-color: rgba(230, 45, 187, 0.8);
      background: rgba(230, 45, 187, 0.12);
      transform: translateY(-2px);
    }

    .fg-share-location.fg-share-success {
      border-color: #55d98b;
      color: #80efad;
    }

    .fg-text-link {
      color: var(--orange);
      font-weight: 800;
    }

    /* CTA */

    .fg-final-cta {
      padding: 120px 0;
      text-align: center;
      background:
        radial-gradient(
          circle at center,
          rgba(230, 45, 187, 0.33),
          transparent 35%
        ),
        var(--black);
    }

    .fg-final-cta .fg-title,
    .fg-final-cta .fg-copy {
      margin-right: auto;
      margin-left: auto;
    }

    .fg-final-cta .fg-actions {
      justify-content: center;
    }

    /* FOOTER */

    .fg-footer {
      padding: 48px 0;
      border-top: 1px solid rgba(255, 255, 255, 0.1);
      background: #050506;
    }

    .fg-footer-grid {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 30px;
    }

    .fg-footer p {
      margin: 8px 0 0;
      color: var(--muted);
      font-size: 14px;
    }

    .fg-footer-links {
      display: flex;
      flex-wrap: wrap;
      gap: 18px;
      color: var(--muted);
      font-size: 14px;
    }

    .fg-footer-links a:hover,
    .fg-footer-links a:focus-visible {
      color: var(--white);
    }

    /* PAGINE LEGALI */

    .fg-legal-page {
      min-height: 100vh;
      background:
        radial-gradient(circle at 85% 5%, rgba(230, 45, 187, 0.18), transparent 28%),
        radial-gradient(circle at 10% 30%, rgba(255, 122, 24, 0.12), transparent 25%),
        var(--black);
    }

    .fg-legal-page .fg-header {
      position: relative;
    }

    .fg-legal-back {
      font-size: 14px;
      font-weight: 700;
    }

    .fg-legal-back:hover,
    .fg-legal-back:focus-visible {
      color: var(--orange);
    }

    .fg-legal-main {
      padding: 90px 0 110px;
    }

    .fg-legal-heading {
      max-width: 900px;
      margin-bottom: 50px;
    }

    .fg-legal-heading h1 {
      margin: 0;
      font-size: clamp(42px, 7vw, 82px);
      line-height: 0.98;
      letter-spacing: -0.045em;
    }

    .fg-legal-updated {
      margin: 22px 0 0;
      color: var(--muted);
      font-size: 15px;
    }

    .fg-legal-content {
      max-width: 900px;
      padding: clamp(26px, 5vw, 58px);
      border: 1px solid rgba(255, 255, 255, 0.1);
      border-radius: 28px;
      background: rgba(19, 19, 24, 0.88);
      box-shadow: 0 28px 70px rgba(0, 0, 0, 0.25);
    }

    .fg-legal-content h2 {
      margin: 42px 0 14px;
      color: var(--white);
      font-size: clamp(23px, 3vw, 31px);
      line-height: 1.2;
    }

    .fg-legal-content h2:first-child {
      margin-top: 0;
    }

    .fg-legal-content h3 {
      margin: 26px 0 10px;
      color: var(--orange);
      font-size: 19px;
    }

    .fg-legal-content p,
    .fg-legal-content li,
    .fg-legal-address {
      color: #d0d0d8;
      font-size: 16px;
      line-height: 1.75;
    }

    .fg-legal-content ul {
      margin: 12px 0 20px;
      padding-left: 24px;
    }

    .fg-legal-content li + li {
      margin-top: 5px;
    }

    .fg-legal-content a {
      color: var(--orange);
      text-decoration: underline;
      text-underline-offset: 3px;
    }

    .fg-legal-address {
      margin: 14px 0;
      padding: 22px;
      border-left: 3px solid var(--orange);
      border-radius: 0 14px 14px 0;
      background: rgba(255, 255, 255, 0.035);
      font-style: normal;
    }

    /* PAGINE PERCORSO */

    .fg-course-page {
      min-height: 100vh;
      background: var(--black);
    }

    .fg-course-page .fg-header {
      position: absolute;
    }

    .fg-course-hero {
      position: relative;
      display: flex;
      min-height: 780px;
      align-items: flex-end;
      overflow: hidden;
      padding: 160px 0 90px;
      isolation: isolate;
    }

    .fg-course-hero-fallback,
    .fg-course-hero-video,
    .fg-course-hero-shade {
      position: absolute;
      inset: 0;
    }

    .fg-course-hero-fallback,
    .fg-course-hero-video {
      z-index: -3;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center 30%;
    }

    .fg-course-hero-video {
      z-index: -2;
      opacity: 0.72;
    }

    .fg-baby-hero-image {
      object-position: center 8%;
    }

    .fg-course-hero-shade {
      z-index: -1;
      background:
        linear-gradient(90deg, rgba(5, 5, 8, 0.96) 0%, rgba(5, 5, 8, 0.68) 52%, rgba(5, 5, 8, 0.28) 100%),
        linear-gradient(0deg, var(--black) 0%, transparent 40%);
    }

    .fg-course-hero-content {
      max-width: 950px;
    }

    .fg-breadcrumb {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
      margin-bottom: 28px;
      color: #d1d1d8;
      font-size: 13px;
      font-weight: 700;
    }

    .fg-breadcrumb a:hover,
    .fg-breadcrumb a:focus-visible {
      color: var(--orange);
    }

    .fg-course-hero h1 {
      max-width: 950px;
      margin: 0;
      font-size: clamp(58px, 10vw, 122px);
      line-height: 0.86;
      letter-spacing: -0.065em;
      text-transform: uppercase;
    }

    .fg-course-lead {
      max-width: 720px;
      margin: 30px 0 0;
      color: #e0e0e6;
      font-size: clamp(19px, 2.5vw, 27px);
      line-height: 1.45;
    }

    .fg-course-intro {
      background:
        radial-gradient(circle at 85% 25%, rgba(230, 45, 187, 0.14), transparent 28%),
        var(--black);
    }

    .fg-course-intro-grid {
      display: grid;
      align-items: start;
      gap: 70px;
      grid-template-columns: 0.9fr 1.1fr;
    }

    .fg-course-intro-copy p {
      margin: 0;
      color: var(--muted);
      font-size: 18px;
      line-height: 1.75;
    }

    .fg-course-intro-copy p + p {
      margin-top: 20px;
    }

    .fg-course-skills {
      display: grid;
      margin-top: 58px;
      gap: 14px;
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .fg-course-skill {
      padding: 24px;
      border: 1px solid rgba(255, 255, 255, 0.1);
      border-radius: 20px;
      background: rgba(255, 255, 255, 0.03);
    }

    .fg-course-skill strong {
      display: block;
      color: var(--orange);
      font-size: 17px;
    }

    .fg-course-skill span {
      display: block;
      margin-top: 8px;
      color: var(--muted);
      font-size: 14px;
      line-height: 1.5;
    }

    .fg-benefits {
      background: var(--white);
      color: var(--black);
    }

    .fg-benefits .fg-copy {
      color: #65656d;
    }

    .fg-benefits-grid {
      display: grid;
      margin-top: 50px;
      gap: 18px;
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .fg-benefit {
      padding: 28px;
      border: 1px solid #e6e6ea;
      border-radius: 22px;
      background: #f7f7f9;
    }

    .fg-benefit-number {
      color: var(--pink);
      font-size: 13px;
      font-weight: 900;
      letter-spacing: 0.12em;
    }

    .fg-benefit h3 {
      margin: 22px 0 10px;
      font-size: 23px;
    }

    .fg-benefit p {
      margin: 0;
      color: #66666f;
      line-height: 1.6;
    }

    .fg-course-music {
      overflow: hidden;
      background:
        radial-gradient(circle at 78% 50%, rgba(230, 45, 187, 0.38), transparent 25%),
        radial-gradient(circle at 92% 70%, rgba(255, 122, 24, 0.3), transparent 25%),
        var(--black);
    }

    .fg-course-music-layout {
      display: grid;
      align-items: center;
      gap: 70px;
      grid-template-columns: 1.15fr 0.85fr;
    }

    .fg-course-music-content .fg-copy + .fg-copy {
      margin-top: 14px;
    }

    .fg-youtube-button {
      gap: 10px;
      margin-top: 34px;
      background: #ff0033;
      text-transform: none;
    }

    .fg-course-music-visual {
      position: relative;
      display: flex;
      width: min(100%, 410px);
      aspect-ratio: 1;
      align-items: center;
      justify-content: center;
      justify-self: end;
      border: 1px solid rgba(255, 255, 255, 0.14);
      border-radius: 50%;
      background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.025));
      box-shadow:
        0 0 0 35px rgba(255, 255, 255, 0.025),
        0 35px 80px rgba(0, 0, 0, 0.35);
    }

    .fg-course-music-visual::before {
      width: 38%;
      aspect-ratio: 1;
      border-radius: 50%;
      background: linear-gradient(135deg, var(--pink), var(--orange));
      content: "";
    }

    .fg-course-music-visual strong {
      position: absolute;
      color: var(--white);
      font-size: 14px;
      letter-spacing: 0.18em;
    }

    .fg-music-note {
      position: absolute;
      color: var(--white);
      font-weight: 900;
      opacity: 0.8;
    }

    .fg-music-note-one {
      top: 14%;
      left: 16%;
      font-size: 54px;
      transform: rotate(-12deg);
    }

    .fg-music-note-two {
      right: 13%;
      bottom: 15%;
      font-size: 68px;
      transform: rotate(10deg);
    }

    .fg-course-locations {
      background: #111116;
    }

    .fg-course-location-grid {
      display: grid;
      margin-top: 50px;
      gap: 18px;
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .fg-course-location {
      display: flex;
      min-height: 220px;
      flex-direction: column;
      padding: 25px;
      border: 1px solid rgba(255, 255, 255, 0.1);
      border-radius: 22px;
      background: rgba(255, 255, 255, 0.025);
    }

    .fg-course-location h3 {
      margin: 0 0 12px;
      font-size: 21px;
    }

    .fg-course-location address {
      color: var(--muted);
      font-size: 14px;
      font-style: normal;
      line-height: 1.55;
    }

    .fg-course-location .fg-map-link {
      margin-top: auto;
    }

    .fg-course-schedule {
      background:
        radial-gradient(circle at 82% 20%, rgba(255, 122, 24, 0.16), transparent 28%),
        var(--black);
    }

    .fg-schedule-grid {
      display: grid;
      margin-top: 50px;
      gap: 20px;
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .fg-schedule-card {
      display: flex;
      padding: 30px;
      border: 1px solid rgba(255, 255, 255, 0.11);
      border-radius: 24px;
      background: rgba(255, 255, 255, 0.035);
      flex-direction: column;
    }

    .fg-schedule-card-heading {
      display: flex;
      align-items: center;
      gap: 16px;
      padding-bottom: 24px;
      border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .fg-schedule-number {
      display: inline-flex;
      width: 44px;
      height: 44px;
      flex: 0 0 auto;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      background: linear-gradient(135deg, var(--pink), var(--orange));
      color: var(--white);
      font-size: 12px;
      font-weight: 900;
    }

    .fg-schedule-card-heading h3 {
      margin: 0;
      font-size: 24px;
      line-height: 1.15;
    }

    .fg-schedule-card-heading p {
      margin: 6px 0 0;
      color: var(--muted);
      font-size: 14px;
    }

    .fg-schedule-period {
      display: grid;
      margin-top: 22px;
      padding: 20px;
      border-radius: 17px;
      background: rgba(255, 255, 255, 0.035);
      gap: 7px;
      grid-template-columns: 100px 1fr auto;
    }

    .fg-schedule-period span {
      color: var(--orange);
      font-size: 12px;
      font-weight: 900;
      letter-spacing: 0.1em;
      text-transform: uppercase;
    }

    .fg-schedule-period strong {
      color: #e4e4e9;
      font-size: 14px;
    }

    .fg-schedule-period time {
      color: var(--white);
      font-size: 15px;
      font-weight: 800;
      white-space: nowrap;
    }

    .fg-schedule-period time + time {
      grid-column: 3;
    }

    .fg-schedule-info {
      align-self: flex-start;
      min-height: 46px;
      margin-top: 24px;
      padding: 0 21px;
      font-size: 11px;
    }

    .fg-artistic-schedules {
      background:
        radial-gradient(circle at 12% 18%, rgba(141, 34, 191, 0.18), transparent 25%),
        #111116;
    }

    .fg-artistic-page main {
        display: flex;
        flex-direction: column;
    }

    .fg-pilates-page main {
        display: flex;
        flex-direction: column;
    }

    .fg-pilates-page .fg-course-hero { order: 1; }
    .fg-pilates-page .fg-course-schedule { order: 2; }
    .fg-pilates-page .fg-course-intro { order: 3; }
    .fg-pilates-page .fg-pilates-ready { order: 4; }
    .fg-pilates-page .fg-benefits { order: 5; }
    .fg-pilates-page .fg-course-locations { order: 6; }
    .fg-pilates-page .fg-final-cta { order: 7; }

    .fg-pilates-ready {
      overflow: hidden;
      background:
        radial-gradient(circle at 8% 15%, rgba(255, 122, 24, 0.18), transparent 30%),
        linear-gradient(135deg, #101014 0%, #070709 72%);
    }

    .fg-ready-intro {
      display: grid;
      align-items: end;
      gap: 30px;
      grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
    }

    .fg-ready-intro .fg-title,
    .fg-ready-intro .fg-copy {
      margin-bottom: 0;
    }

    .fg-ready-grid {
      display: grid;
      margin-top: 52px;
      gap: 20px;
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .fg-ready-card {
      min-height: 230px;
      padding: 30px;
      border: 1px solid rgba(255, 255, 255, 0.12);
      border-radius: 24px;
      background: rgba(255, 255, 255, 0.045);
      transition: transform 220ms ease, border-color 220ms ease, background 220ms ease;
    }

    .fg-ready-card:hover {
      transform: translateY(-5px);
      border-color: rgba(255, 122, 24, 0.72);
      background: rgba(255, 122, 24, 0.07);
    }

    .fg-ready-icon {
      display: grid;
      width: 52px;
      height: 52px;
      margin-bottom: 28px;
      place-items: center;
      border-radius: 16px;
      color: var(--orange);
      background: rgba(255, 122, 24, 0.12);
    }

    .fg-ready-icon svg {
      width: 27px;
      height: 27px;
      fill: none;
      stroke: currentColor;
      stroke-linecap: round;
      stroke-linejoin: round;
      stroke-width: 1.8;
    }

    .fg-ready-card h3 {
      margin: 0 0 10px;
      font-size: 22px;
    }

    .fg-ready-card p {
      margin: 0;
      color: var(--muted);
      line-height: 1.65;
    }

    .fg-equipment-note {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-top: 20px;
      gap: 24px;
      padding: 28px 30px;
      border: 1px solid rgba(255, 122, 24, 0.3);
      border-radius: 24px;
      background: linear-gradient(110deg, rgba(255, 122, 24, 0.15), rgba(255, 255, 255, 0.035));
    }

    .fg-equipment-note strong {
      flex: 0 0 auto;
      color: var(--orange);
      font-size: 18px;
      text-transform: uppercase;
      letter-spacing: 0.08em;
    }

    .fg-equipment-note p {
      margin: 0;
      color: #e7e7ec;
      line-height: 1.6;
    }

    @media (max-width: 860px) {
      .fg-ready-intro,
      .fg-ready-grid {
        grid-template-columns: 1fr;
      }

      .fg-equipment-note {
        align-items: flex-start;
        flex-direction: column;
      }
    }

    .fg-artistic-page .fg-course-hero {
      order: 1;
    }

    .fg-artistic-page .fg-artistic-schedules {
      order: 2;
    }

    .fg-artistic-page .fg-course-intro {
      order: 3;
    }

    .fg-artistic-page .fg-benefits {
      order: 4;
    }

    .fg-artistic-page .fg-course-music {
      order: 5;
    }

    .fg-artistic-page .fg-course-locations {
      order: 6;
    }

    .fg-artistic-page .fg-final-cta {
      order: 7;
    }

    .fg-schedule-location-grid {
      display: flex;
      margin-top: 50px;
      padding: 2px 0 18px;
      gap: 18px;
      overflow-x: auto;
      overscroll-behavior-inline: contain;
      scroll-behavior: smooth;
      scroll-snap-type: x mandatory;
      scrollbar-color: rgba(255, 122, 24, 0.7) rgba(255, 255, 255, 0.06);
      scrollbar-width: thin;
    }

    .fg-schedule-location-card {
      position: relative;
      width: min(330px, 82vw);
      min-width: min(330px, 82vw);
      min-height: 390px;
      overflow: hidden;
      border: 1px solid rgba(255, 255, 255, 0.12);
      border-radius: 24px;
      background: var(--dark);
      scroll-snap-align: start;
      transition:
        border-color 0.3s ease,
        transform 0.3s ease,
        box-shadow 0.3s ease;
    }

    .fg-schedule-location-card:hover {
      border-color: rgba(255, 122, 24, 0.75);
      box-shadow: 0 20px 42px rgba(0, 0, 0, 0.3);
      transform: translateY(-5px);
    }

    .fg-schedule-location-card > img,
    .fg-schedule-location-shade {
      position: absolute;
      width: 100%;
      height: 100%;
      inset: 0;
    }

    .fg-schedule-location-card > img {
      object-fit: cover;
      transition: transform 0.5s ease;
    }

    .fg-schedule-location-card:hover > img {
      transform: scale(1.05);
    }

    .fg-schedule-location-shade {
      z-index: 1;
      background: linear-gradient(180deg, rgba(5, 5, 8, 0.05) 20%, rgba(5, 5, 8, 0.94) 100%);
    }

    .fg-schedule-location-content {
      position: relative;
      z-index: 2;
      display: flex;
      min-height: 390px;
      flex-direction: column;
      justify-content: flex-end;
      padding: 24px;
      pointer-events: none;
    }

    .fg-schedule-location-content > span {
      color: var(--orange);
      font-size: 11px;
      font-weight: 900;
      letter-spacing: 0.15em;
      text-transform: uppercase;
    }

    .fg-schedule-location-content h3 {
      margin: 10px 0 0;
      font-size: 27px;
      line-height: 1.05;
      letter-spacing: -0.035em;
    }

    .fg-schedule-location-content p {
      margin: 13px 0 0;
      color: #e2e2e7;
      font-size: 13px;
      font-weight: 800;
      text-transform: uppercase;
    }

    .fg-schedule-location-card > button {
      position: absolute;
      z-index: 3;
      border: 0;
      background: transparent;
      cursor: pointer;
      inset: 0;
    }

    .fg-schedule-location-card > button:focus-visible {
      border-radius: inherit;
      outline: 3px solid var(--yellow);
      outline-offset: -5px;
    }

    .fg-schedule-location-pending {
      opacity: 0.58;
    }

    .fg-schedule-location-pending:hover {
      border-color: rgba(255, 255, 255, 0.16);
      box-shadow: none;
      transform: none;
    }

    .fg-location-schedule-dialog {
      width: min(920px, calc(100% - 32px));
      max-height: calc(100vh - 32px);
      overflow: hidden;
      padding: 0;
      border: 1px solid rgba(255, 255, 255, 0.14);
      border-radius: 28px;
      background: #111116;
      color: var(--white);
      box-shadow: 0 35px 100px rgba(0, 0, 0, 0.65);
    }

    .fg-location-schedule-dialog::backdrop {
      background: rgba(0, 0, 0, 0.8);
      backdrop-filter: blur(8px);
    }

    .fg-location-schedule-dialog-inner {
      position: relative;
      max-height: calc(100vh - 32px);
      overflow-y: auto;
      padding: 55px;
    }

    .fg-location-schedule-dialog h2 {
      margin: 10px 0 34px;
      font-size: clamp(42px, 6vw, 68px);
      line-height: 0.95;
      letter-spacing: -0.05em;
    }

    .fg-location-schedule-close {
      position: absolute;
      top: 18px;
      right: 18px;
      display: inline-flex;
      width: 42px;
      height: 42px;
      align-items: center;
      justify-content: center;
      border: 1px solid rgba(255, 255, 255, 0.18);
      border-radius: 50%;
      background: rgba(5, 5, 8, 0.72);
      color: var(--white);
      font-size: 27px;
      cursor: pointer;
    }

    .fg-timetable {
      display: grid;
      gap: 18px;
    }

    .fg-timetable-day {
      overflow: hidden;
      border: 1px solid rgba(255, 255, 255, 0.1);
      border-radius: 20px;
      background: rgba(255, 255, 255, 0.03);
    }

    .fg-timetable-day h3 {
      margin: 0;
      padding: 18px 22px;
      background: linear-gradient(90deg, rgba(230, 45, 187, 0.18), rgba(255, 122, 24, 0.12));
      font-size: 20px;
    }

    .fg-timetable-row {
      display: grid;
      align-items: center;
      padding: 18px 22px;
      gap: 20px;
      grid-template-columns: 1fr auto;
    }

    .fg-timetable-row + .fg-timetable-row {
      border-top: 1px solid rgba(255, 255, 255, 0.08);
    }

    .fg-timetable-row strong,
    .fg-timetable-row span {
      display: block;
    }

    .fg-timetable-row strong {
      font-size: 16px;
    }

    .fg-timetable-row span {
      margin-top: 5px;
      color: var(--muted);
      font-size: 13px;
    }

    .fg-timetable-row time {
      color: var(--orange);
      font-size: 16px;
      font-weight: 900;
      white-space: nowrap;
    }

    .fg-schedule-dialog-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 14px;
      margin-top: 30px;
    }

    .fg-schedule-dialog-actions .fg-button {
      flex: 1 1 240px;
      justify-content: center;
      text-align: center;
    }

    /* RESPONSIVE */

    @media (max-width: 920px) {
      .fg-menu {
        position: absolute;
        top: 86px;
        right: 20px;
        left: 20px;
        display: none;
        padding: 25px;
        border-radius: 18px;
        background: #121217;
        flex-direction: column;
        align-items: flex-start;
      }

      .fg-menu.fg-open {
        display: flex;
      }

      .fg-menu-toggle {
        display: block;
      }

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

      .fg-values-grid,
      .fg-location-grid {
        grid-template-columns: repeat(2, 1fr);
      }

      .fg-dreams-layout {
        grid-template-columns: 1fr;
      }
    }

    @media (max-width: 650px) {
      .fg-container {
        width: min(100% - 28px, 1180px);
      }

      .fg-section {
        padding: 75px 0;
      }

      .fg-hero {
        min-height: 780px;
      }

      .fg-hero-content {
        padding-top: 100px;
      }

      .fg-actions {
        flex-direction: column;
      }

      .fg-button {
        width: 100%;
      }

      .fg-stats {
        margin-top: -30px;
      }

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

      .fg-stat:nth-child(3) {
        border-left: 0;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
      }

      .fg-stat:nth-child(4) {
        border-top: 1px solid rgba(255, 255, 255, 0.1);
      }

      .fg-grid,
      .fg-values-grid,
      .fg-location-grid {
        grid-template-columns: 1fr;
      }

      .fg-featured-dream {
        min-height: 430px;
        padding: 28px;
      }

      .fg-footer-grid {
        flex-direction: column;
        align-items: flex-start;
      }
    }

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

      .fg-marquee {
        animation: none;
      }

      .fg-button,
      .fg-card {
        transition: none;
      }
    }

    /* Home: accesso unificato a rinnovi, iscrizioni e prove. */
    .fg-hero .fg-actions {
      align-items: flex-start;
    }

    .fg-start-action {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 10px;
    }

    .fg-start-action .fg-button {
      align-self: flex-start;
    }

    .fg-start-action p {
      width: 100%;
      margin: 0;
      color: #d0d0d8;
      font-size: 12px;
      line-height: 1.35;
      text-align: center;
    }

    @media (max-width: 600px) {
      .fg-hero .fg-start-action,
      .fg-start-action .fg-button {
        width: 100%;
      }
    }

    /* Rinnovi: tre passaggi e accesso al modulo esistente. */
    .fg-renewal {
      scroll-margin-top: 100px;
      background: radial-gradient(ellipse at top right, rgba(223, 34, 123, .13), transparent 60%), #0a0a10;
    }

    .fg-renewal .fg-title {
      max-width: 920px;
    }

    .fg-renewal-steps {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 20px;
      margin: 40px 0 0;
      padding: 0;
      list-style: none;
    }

    .fg-renewal-steps li {
      padding: 30px;
      border: 1px solid rgba(255, 255, 255, .13);
      border-radius: 24px;
      background: linear-gradient(145deg, rgba(255, 255, 255, .055), rgba(255, 255, 255, .015));
    }

    .fg-renewal-step {
      display: inline-block;
      padding: 8px 14px;
      border-radius: 30px;
      background: linear-gradient(120deg, #df227b, #ff6f1d);
      color: #fff;
      font-size: 14px;
      font-weight: 800;
    }

    .fg-renewal-steps h3 {
      margin: 24px 0;
      font-size: clamp(21px, 2.2vw, 27px);
      line-height: 1.3;
      letter-spacing: -.02em;
    }

    .fg-renewal-steps .fg-button {
      margin-top: 6px;
    }

    @media (max-width: 767px) {
      .fg-renewal-steps {
        grid-template-columns: 1fr;
      }

      .fg-renewal-steps li {
        padding: 26px;
      }
    }
