/* Laser Game — Perugia (hero + page shell) */

.page-laser-game {
  --lg-red: #e10600;
  --lg-red-hot: #ff2a1f;
  --lg-blue: #2f6bff;
  --lg-ink: #05050a;
}

.lg-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: min(92vh, 860px);
  padding:
    calc(var(--header-height) + clamp(1.75rem, 4vw, 3rem))
    clamp(1.25rem, 4vw, 3rem)
    clamp(2.25rem, 5vw, 3.5rem);
  background: var(--lg-ink);
  color: #fff;
}

.lg-hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

.lg-hero__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 68% center;
  transform: scale(1.04);
  animation: lgHeroDrift 18s ease-in-out infinite alternate;
}

.lg-hero__scrim {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      105deg,
      rgba(5, 5, 10, 0.94) 0%,
      rgba(5, 5, 10, 0.82) 38%,
      rgba(5, 5, 10, 0.35) 68%,
      rgba(5, 5, 10, 0.55) 100%
    ),
    radial-gradient(ellipse 50% 45% at 78% 40%, rgba(225, 6, 0, 0.22) 0%, transparent 70%),
    radial-gradient(ellipse 40% 40% at 12% 85%, rgba(47, 107, 255, 0.18) 0%, transparent 65%),
    linear-gradient(to top, rgba(5, 5, 10, 0.88) 0%, transparent 32%);
}

.lg-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse 45% 40% at 85% 30%, rgba(225, 6, 0, 0.12) 0%, transparent 70%),
    radial-gradient(ellipse 35% 35% at 8% 75%, rgba(47, 107, 255, 0.1) 0%, transparent 65%);
  animation: lgHeroAura 10s ease-in-out infinite alternate;
}

.lg-hero__inner {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  align-items: end;
  min-height: inherit;
}

.lg-hero__copy {
  max-width: 36rem;
  display: grid;
  gap: 1.15rem;
}

.lg-hero__eyebrow {
  margin: 0;
  font-family: "Gotham Bold", var(--font-body);
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--lg-red-hot);
}

.lg-hero__title {
  margin: 0;
  font-family: "Gotham Bold", var(--font-body);
  font-size: clamp(2.35rem, 6.2vw, 4.35rem);
  line-height: 0.95;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  text-wrap: balance;
}

.lg-hero__title-line {
  display: block;
  color: #fff;
}

.lg-hero__title-accent {
  display: block;
  margin-top: 0.12em;
  color: var(--lg-red-hot);
  text-shadow: 0 0 42px rgba(225, 6, 0, 0.35);
  animation: lgMissionPulse 4.5s ease-in-out infinite;
}

.lg-hero__lead {
  margin: 0;
  max-width: 34ch;
  font-size: clamp(0.98rem, 1.5vw, 1.12rem);
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.86);
}

.lg-hero__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem 0.9rem;
  margin-top: 0.25rem;
}

.lg-hero__btn {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  min-height: 3rem;
  padding: 0.7rem 1.2rem;
  border-radius: 6px;
  font-family: "Gotham Bold", var(--font-body);
  font-size: 0.82rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.lg-hero__btn--primary {
  background: var(--lg-red);
  color: #fff;
  border: 1px solid transparent;
  box-shadow: 0 10px 28px rgba(225, 6, 0, 0.35);
}

.lg-hero__btn--primary:hover {
  background: var(--lg-red-hot);
  transform: translateY(-1px);
  box-shadow: 0 14px 32px rgba(225, 6, 0, 0.42);
}

.lg-hero__btn--ghost {
  background: rgba(8, 10, 18, 0.55);
  color: #fff;
  border: 1px solid rgba(120, 170, 255, 0.55);
  backdrop-filter: blur(8px);
}

.lg-hero__btn--ghost:hover {
  border-color: #9bbcff;
  transform: translateY(-1px);
}

.lg-hero__btn svg {
  flex-shrink: 0;
}

.lg-hero__locale {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin: 0.15rem 0 0;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.78);
}

.lg-hero__locale svg {
  color: var(--lg-red-hot);
  flex-shrink: 0;
}

.lg-hero__signals {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.65rem;
  margin-top: 0.85rem;
  max-width: 34rem;
}

.lg-hero__signal {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  min-height: 3rem;
  padding: 0.55rem 0.7rem;
  border: 0;
  border-left: 2px solid var(--signal-accent, var(--lg-red));
  background: transparent;
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.78rem;
  line-height: 1.25;
  font-family: "Gotham Medium", var(--font-body);
}

.lg-hero__signal--missions {
  --signal-accent: var(--lg-red-hot);
}

.lg-hero__signal--rift {
  --signal-accent: var(--lg-blue);
}

.lg-hero__signal--rank {
  --signal-accent: #a855f7;
}

.lg-hero__signal-icon {
  display: grid;
  place-items: center;
  width: 1.35rem;
  height: 1.35rem;
  color: var(--signal-accent, var(--lg-red));
  flex-shrink: 0;
}

.lg-hero__signal-icon svg {
  width: 100%;
  height: 100%;
}

@keyframes lgHeroDrift {
  from {
    transform: scale(1.04) translate3d(0, 0, 0);
  }
  to {
    transform: scale(1.08) translate3d(-1.2%, 0.8%, 0);
  }
}

@keyframes lgHeroAura {
  from {
    opacity: 0.75;
  }
  to {
    opacity: 1;
  }
}

@keyframes lgMissionPulse {
  0%,
  100% {
    text-shadow: 0 0 28px rgba(225, 6, 0, 0.28);
  }
  50% {
    text-shadow: 0 0 48px rgba(255, 42, 31, 0.48);
  }
}

@media (max-width: 900px) {
  .lg-hero {
    min-height: auto;
    padding-bottom: 2.5rem;
  }

  .lg-hero__image {
    object-position: 62% 35%;
    animation: none;
    transform: none;
  }

  .lg-hero__scrim {
    background:
      linear-gradient(
        180deg,
        rgba(5, 5, 10, 0.72) 0%,
        rgba(5, 5, 10, 0.88) 48%,
        rgba(5, 5, 10, 0.94) 100%
      ),
      radial-gradient(ellipse 70% 45% at 50% 18%, rgba(225, 6, 0, 0.2) 0%, transparent 70%);
  }

  .lg-hero__signals {
    grid-template-columns: 1fr;
    max-width: 22rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .lg-hero__image,
  .lg-hero::before,
  .lg-hero__title-accent {
    animation: none;
  }

  .lg-hero__image {
    transform: none;
  }
}

/* —— Showreel (sotto hero) —— */

.lg-reel {
  position: relative;
  background: #020206;
  padding: 0;
}

.lg-reel__frame {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  max-width: 1200px;
  margin: 0 auto;
  aspect-ratio: 16 / 9;
  background: #05050a;
  border-block: 1px solid rgba(255, 255, 255, 0.06);
}

.lg-reel__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.lg-reel__scrim {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(5, 5, 10, 0.35) 0%, transparent 28%, transparent 72%, rgba(5, 5, 10, 0.72) 100%),
    radial-gradient(ellipse 50% 40% at 50% 100%, rgba(225, 6, 0, 0.14) 0%, transparent 70%);
}

.lg-reel__caption {
  position: absolute;
  left: clamp(1rem, 3vw, 1.75rem);
  bottom: clamp(0.9rem, 2.5vw, 1.4rem);
  z-index: 2;
  margin: 0;
  display: grid;
  gap: 0.2rem;
  pointer-events: none;
}

.lg-reel__caption-eyebrow {
  font-family: "Gotham Bold", var(--font-body);
  font-size: 0.7rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--lg-red-hot);
}

.lg-reel__caption-title {
  font-family: "Gotham Bold", var(--font-body);
  font-size: clamp(1.05rem, 2.2vw, 1.35rem);
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #fff;
}

@media (max-width: 720px) {
  .lg-reel__frame {
    aspect-ratio: 16 / 10;
    max-width: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .lg-reel__video {
    display: none;
  }

  .lg-reel__frame {
    background:
      #05050a
      center / cover
      no-repeat
      url("../assets/images/laser-game-reel-poster.webp");
  }
}

/* —— Section 2: gameplay / missioni —— */

.lg-play {
  --lg-purple: #a855f7;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(3.5rem, 7vw, 5.5rem) clamp(1.25rem, 4vw, 3rem);
  background: #05050a;
  color: #fff;
}

.lg-play__glow {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse 45% 40% at 8% 20%, rgba(225, 6, 0, 0.16) 0%, transparent 70%),
    radial-gradient(ellipse 40% 35% at 92% 70%, rgba(47, 107, 255, 0.12) 0%, transparent 65%);
}

.lg-play__inner {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.18fr);
  gap: clamp(1.75rem, 4vw, 3rem);
  align-items: start;
}

.lg-play__intro {
  display: grid;
  gap: 1rem;
  padding-top: 0.35rem;
}

.lg-play__eyebrow {
  margin: 0;
  font-family: "Gotham Bold", var(--font-body);
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--lg-red-hot);
}

.lg-play__title {
  margin: 0;
  font-family: "Gotham Bold", var(--font-body);
  font-size: clamp(2rem, 4.6vw, 3.35rem);
  line-height: 0.98;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  text-wrap: balance;
}

.lg-play__body {
  display: grid;
  gap: 0.85rem;
  max-width: 38ch;
  font-size: 0.98rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.82);
}

.lg-play__body p {
  margin: 0;
}

.lg-play__mission-line {
  margin: 0.35rem 0 0 !important;
  font-family: "Gotham Bold", var(--font-body);
  font-size: 0.92rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--lg-red-hot);
}

.lg-play__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.45rem;
}

.lg-play__list li {
  position: relative;
  padding-left: 1.1rem;
}

.lg-play__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 1px;
  background: var(--lg-red);
  box-shadow: 0 0 10px rgba(225, 6, 0, 0.55);
}

.lg-play__callout {
  margin: 0.6rem 0 0;
  padding: 1rem 1.1rem;
  border: 1px solid rgba(225, 6, 0, 0.55);
  box-shadow:
    inset 0 0 0 1px rgba(255, 42, 31, 0.12),
    0 0 28px rgba(225, 6, 0, 0.18);
  background: linear-gradient(135deg, rgba(225, 6, 0, 0.12), transparent 55%);
}

.lg-play__callout-text {
  display: block;
  font-family: "Gotham Bold", var(--font-body);
  font-size: clamp(1rem, 2vw, 1.2rem);
  letter-spacing: 0.02em;
  text-transform: uppercase;
  line-height: 1.25;
}

.lg-play__stage {
  display: grid;
  gap: 1rem;
}

.lg-hud {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 280px;
  border: 1px solid rgba(80, 150, 255, 0.45);
  box-shadow: 0 0 0 1px rgba(47, 107, 255, 0.12), 0 18px 40px rgba(0, 0, 0, 0.35);
}

.lg-hud__media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.lg-hud__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.lg-hud__shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5, 5, 10, 0.55) 0%, rgba(5, 5, 10, 0.2) 45%, rgba(5, 5, 10, 0.72) 100%),
    linear-gradient(180deg, rgba(5, 5, 10, 0.35) 0%, transparent 35%, rgba(5, 5, 10, 0.75) 100%);
}

.lg-hud__chrome {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 1rem;
  padding: 1.1rem 1.15rem 1.25rem;
  min-height: 280px;
  align-content: space-between;
}

.lg-hud__top {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.5rem 1rem;
}

.lg-hud__live {
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-family: "Gotham Bold", var(--font-body);
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--lg-red-hot);
}

.lg-hud__live-dot {
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: var(--lg-red-hot);
  box-shadow: 0 0 10px rgba(255, 42, 31, 0.8);
  animation: lgLivePulse 1.6s ease-in-out infinite;
}

.lg-hud__mission {
  margin: 0;
  font-family: "Gotham Medium", var(--font-body);
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.88);
}

.lg-hud__objectives {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.55rem;
  max-width: 18rem;
  margin-left: auto;
}

.lg-hud__objectives li {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.9);
  background: rgba(5, 8, 18, 0.55);
  border: 1px solid rgba(120, 170, 255, 0.28);
  padding: 0.45rem 0.65rem;
  backdrop-filter: blur(6px);
}

.lg-hud__obj-ico {
  width: 0.7rem;
  height: 0.7rem;
  flex-shrink: 0;
  border-radius: 1px;
}

.lg-hud__obj-ico--target {
  background: var(--lg-red-hot);
  box-shadow: 0 0 8px rgba(255, 42, 31, 0.7);
}

.lg-hud__obj-ico--shield {
  background: var(--lg-blue);
  box-shadow: 0 0 8px rgba(47, 107, 255, 0.7);
}

.lg-hud__obj-ico--flag {
  background: #5ec8ff;
  box-shadow: 0 0 8px rgba(94, 200, 255, 0.6);
}

.lg-hud__note {
  margin: 0;
  max-width: 36ch;
  font-size: 0.82rem;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.72);
}

.lg-play__pillars {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
}

.lg-pillar {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.lg-pillar--missions {
  border-color: rgba(225, 6, 0, 0.45);
}

.lg-pillar--strategy {
  border-color: rgba(47, 107, 255, 0.45);
}

.lg-pillar--ranking {
  border-color: rgba(168, 85, 247, 0.45);
}

.lg-pillar__media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.lg-pillar__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
}

.lg-pillar__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(5, 5, 10, 0.15) 0%, rgba(5, 5, 10, 0.88) 72%);
}

.lg-pillar__copy {
  position: relative;
  z-index: 1;
  padding: 1rem 0.9rem 1.05rem;
  display: grid;
  gap: 0.35rem;
}

.lg-pillar__label {
  margin: 0;
  font-family: "Gotham Bold", var(--font-body);
  font-size: 0.95rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.lg-pillar--missions .lg-pillar__label {
  color: var(--lg-red-hot);
}

.lg-pillar--strategy .lg-pillar__label {
  color: #7eb0ff;
}

.lg-pillar--ranking .lg-pillar__label {
  color: #c084fc;
}

.lg-pillar__text {
  margin: 0;
  font-size: 0.84rem;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.82);
}

.lg-play__traits {
  margin: 0.25rem 0 0;
  padding: 0.9rem 0 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.lg-play__traits li {
  display: grid;
  gap: 0.2rem;
}

.lg-play__traits strong {
  font-family: "Gotham Bold", var(--font-body);
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #fff;
}

.lg-play__traits span {
  font-size: 0.82rem;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.7);
}

@keyframes lgLivePulse {
  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.55;
    transform: scale(0.85);
  }
}

@media (max-width: 980px) {
  .lg-play__inner {
    grid-template-columns: 1fr;
  }

  .lg-play__body {
    max-width: none;
  }

  .lg-hud__objectives {
    margin-left: 0;
    max-width: none;
  }
}

@media (max-width: 720px) {
  .lg-play__pillars,
  .lg-play__traits {
    grid-template-columns: 1fr;
  }

  .lg-pillar {
    min-height: 200px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .lg-hud__live-dot {
    animation: none;
  }
}

/* —— Section 3: Rift Controller / briefing —— */

.lg-brief {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(3.5rem, 7vw, 5.5rem) clamp(1.25rem, 4vw, 3rem) clamp(2.5rem, 5vw, 3.5rem);
  background: #05050a;
  color: #fff;
}

.lg-brief__glow {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse 42% 38% at 12% 18%, rgba(225, 6, 0, 0.14) 0%, transparent 70%),
    radial-gradient(ellipse 40% 36% at 88% 55%, rgba(47, 107, 255, 0.12) 0%, transparent 68%);
}

.lg-brief__inner {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.15fr);
  gap: clamp(1.5rem, 4vw, 2.75rem);
  align-items: center;
}

.lg-brief__copy {
  display: grid;
  gap: 0.95rem;
}

.lg-brief__eyebrow {
  margin: 0;
  font-family: "Gotham Bold", var(--font-body);
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--lg-red-hot);
}

.lg-brief__title {
  margin: 0;
  font-family: "Gotham Bold", var(--font-body);
  font-size: clamp(1.9rem, 4.4vw, 3.1rem);
  line-height: 0.98;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  text-wrap: balance;
}

.lg-brief__body {
  display: grid;
  gap: 0.75rem;
  max-width: 40ch;
  font-size: 0.98rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.82);
}

.lg-brief__body p {
  margin: 0;
}

.lg-brief__body strong {
  color: #fff;
  font-family: "Gotham Bold", var(--font-body);
  font-weight: 400;
}

.lg-brief__list-label {
  margin: 0.35rem 0 0;
  font-family: "Gotham Bold", var(--font-body);
  font-size: 0.82rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
}

.lg-brief__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.5rem;
  max-width: 22rem;
}

.lg-brief__list li {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  min-height: 2.65rem;
  padding: 0.45rem 0.75rem;
  border: 1px solid rgba(225, 6, 0, 0.45);
  box-shadow: 0 0 18px rgba(225, 6, 0, 0.08);
  background: rgba(12, 6, 8, 0.45);
  font-size: 0.92rem;
  color: rgba(255, 255, 255, 0.92);
}

.lg-brief__ico {
  display: grid;
  place-items: center;
  width: 1.2rem;
  height: 1.2rem;
  color: var(--lg-red-hot);
  flex-shrink: 0;
}

.lg-brief__ico svg {
  width: 100%;
  height: 100%;
}

.lg-brief__visual {
  position: relative;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(80, 150, 255, 0.35);
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.4);
  aspect-ratio: 16 / 11;
  background: #0a0a12;
}

.lg-brief__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 40%;
}

.lg-brief__visual::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, transparent 55%, rgba(5, 5, 10, 0.72) 100%),
    radial-gradient(ellipse 45% 40% at 70% 45%, rgba(47, 107, 255, 0.18) 0%, transparent 70%);
}

.lg-brief__badge {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  z-index: 1;
  margin: 0;
  display: grid;
  gap: 0.15rem;
  padding: 0.55rem 0.75rem;
  background: rgba(5, 5, 10, 0.72);
  border: 1px solid rgba(225, 6, 0, 0.45);
  backdrop-filter: blur(8px);
}

.lg-brief__badge-kicker {
  font-family: "Gotham Bold", var(--font-body);
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--lg-red-hot);
}

.lg-brief__badge-title {
  font-family: "Gotham Bold", var(--font-body);
  font-size: 0.95rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.lg-brief__flow {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: clamp(1.75rem, 4vw, 2.5rem) auto 0;
  padding: 1rem 0 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.65rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.lg-brief__flow li {
  position: relative;
  display: grid;
  gap: 0.45rem;
  justify-items: start;
  padding: 0.55rem 0.65rem;
}

.lg-brief__flow li:not(:last-child)::after {
  content: "›";
  position: absolute;
  right: -0.15rem;
  top: 0.7rem;
  color: rgba(255, 42, 31, 0.7);
  font-size: 1.1rem;
  line-height: 1;
}

.lg-brief__flow li.is-accent {
  border: 1px solid rgba(225, 6, 0, 0.55);
  background: rgba(225, 6, 0, 0.1);
  box-shadow: 0 0 22px rgba(225, 6, 0, 0.12);
}

.lg-brief__flow-ico {
  display: grid;
  place-items: center;
  width: 1.35rem;
  height: 1.35rem;
  color: var(--lg-red-hot);
}

.lg-brief__flow-ico svg {
  width: 100%;
  height: 100%;
}

.lg-brief__flow-text {
  font-family: "Gotham Medium", var(--font-body);
  font-size: 0.82rem;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.88);
}

@media (max-width: 980px) {
  .lg-brief__inner {
    grid-template-columns: 1fr;
  }

  .lg-brief__body {
    max-width: none;
  }

  .lg-brief__visual {
    order: -1;
    aspect-ratio: 16 / 10;
  }
}

@media (max-width: 820px) {
  .lg-brief__flow {
    grid-template-columns: 1fr;
    gap: 0.35rem;
  }

  .lg-brief__flow li:not(:last-child)::after {
    display: none;
  }
}

/* —— Section 4: intensità / ritmo —— */

.lg-pace {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(3.25rem, 6.5vw, 5rem) clamp(1.25rem, 4vw, 3rem);
  background: #05050a;
  color: #fff;
}

.lg-pace__glow {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse 40% 35% at 18% 22%, rgba(225, 6, 0, 0.12) 0%, transparent 70%),
    radial-gradient(ellipse 38% 34% at 82% 78%, rgba(47, 107, 255, 0.1) 0%, transparent 68%);
}

.lg-pace__row {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(1.25rem, 3.5vw, 2.5rem);
  align-items: center;
}

.lg-pace__row + .lg-pace__row {
  margin-top: clamp(2rem, 5vw, 3.25rem);
}

.lg-pace__media {
  margin: 0;
  overflow: hidden;
  aspect-ratio: 4 / 5;
  background: #0a0a12;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.lg-pace__media--wide {
  aspect-ratio: 16 / 11;
}

.lg-pace__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
}

.lg-pace__copy {
  display: grid;
  gap: 0.85rem;
}

.lg-pace__eyebrow {
  margin: 0;
  font-family: "Gotham Bold", var(--font-body);
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--lg-red-hot);
}

.lg-pace__title {
  margin: 0;
  font-family: "Gotham Bold", var(--font-body);
  font-size: clamp(1.85rem, 4.2vw, 3rem);
  line-height: 0.98;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  text-wrap: balance;
}

.lg-pace__lead {
  margin: 0;
  max-width: 42ch;
  font-size: 0.98rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.82);
}

.lg-pace__lead strong {
  color: #fff;
  font-family: "Gotham Bold", var(--font-body);
  font-weight: 400;
}

.lg-pace__accent {
  margin: 0;
  font-family: "Gotham Bold", var(--font-body);
  font-size: 1rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: var(--lg-red-hot);
}

.lg-pace__actions {
  margin: 0.35rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 0.45rem;
}

.lg-pace__actions li {
  display: grid;
  gap: 0.35rem;
  justify-items: center;
  text-align: center;
}

.lg-pace__action-ico {
  display: grid;
  place-items: center;
  width: 1.55rem;
  height: 1.55rem;
  color: rgba(255, 255, 255, 0.9);
}

.lg-pace__action-ico svg {
  width: 100%;
  height: 100%;
}

.lg-pace__actions span:last-child {
  font-family: "Gotham Bold", var(--font-body);
  font-size: 0.62rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.2;
}

.lg-pace__footnote {
  margin: 0.25rem 0 0;
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.7);
}

.lg-pace__hits {
  display: grid;
  gap: 1.15rem;
  padding: 0.5rem 0;
}

.lg-pace__hit {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 0.85rem;
}

.lg-pace__hit-ico {
  display: grid;
  place-items: center;
  width: 2rem;
  height: 2rem;
  color: var(--lg-red-hot);
  flex-shrink: 0;
  filter: drop-shadow(0 0 10px rgba(255, 42, 31, 0.45));
}

.lg-pace__hit-ico svg {
  width: 100%;
  height: 100%;
}

.lg-pace__hit-text {
  font-family: "Gotham Bold", var(--font-body);
  font-size: clamp(1.35rem, 3vw, 1.85rem);
  letter-spacing: 0.02em;
  text-transform: uppercase;
  font-style: italic;
  line-height: 1.1;
  border-bottom: 2px solid rgba(225, 6, 0, 0.75);
  padding-bottom: 0.15rem;
}

@media (max-width: 900px) {
  .lg-pace__row,
  .lg-pace__row--media-right {
    grid-template-columns: 1fr;
  }

  .lg-pace__row--media-left .lg-pace__media {
    order: -1;
    aspect-ratio: 16 / 11;
  }

  .lg-pace__actions {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lg-pace__lead {
    max-width: none;
  }
}

@media (max-width: 520px) {
  .lg-pace__actions {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

/* —— Section 5: per tutti —— */

.lg-for-all {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(3.25rem, 6.5vw, 5rem) clamp(1.25rem, 4vw, 3rem);
  background: #05050a;
  color: #fff;
}

.lg-for-all__glow {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse 42% 40% at 18% 35%, rgba(225, 6, 0, 0.14) 0%, transparent 70%),
    radial-gradient(ellipse 36% 34% at 88% 70%, rgba(47, 107, 255, 0.1) 0%, transparent 68%);
}

.lg-for-all__inner {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1.05fr);
  gap: clamp(1.1rem, 3vw, 1.75rem);
  align-items: stretch;
}

.lg-for-all__hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 520px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: flex-end;
}

.lg-for-all__hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.lg-for-all__hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 25%;
}

.lg-for-all__hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(5, 5, 10, 0.35) 0%, rgba(5, 5, 10, 0.2) 35%, rgba(5, 5, 10, 0.88) 100%),
    linear-gradient(90deg, rgba(5, 5, 10, 0.55) 0%, transparent 55%);
}

.lg-for-all__hero-copy {
  position: relative;
  z-index: 1;
  padding: clamp(1.25rem, 3vw, 1.85rem);
  display: grid;
  gap: 0.75rem;
  max-width: 34rem;
}

.lg-for-all__eyebrow {
  margin: 0;
  font-family: "Gotham Bold", var(--font-body);
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--lg-red-hot);
}

.lg-for-all__title {
  margin: 0;
  font-family: "Gotham Bold", var(--font-body);
  font-size: clamp(1.7rem, 3.8vw, 2.7rem);
  line-height: 0.98;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.lg-for-all__title-line {
  display: block;
  color: #fff;
}

.lg-for-all__title-accent {
  display: block;
  margin-top: 0.12em;
  color: var(--lg-red-hot);
}

.lg-for-all__lead {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.84);
}

.lg-for-all__side {
  display: grid;
  gap: 0.85rem;
  align-content: start;
}

.lg-for-all__usps {
  margin: 0;
  padding: 0.9rem 0.85rem;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(8, 8, 14, 0.72);
}

.lg-for-all__usps li {
  display: grid;
  gap: 0.45rem;
  justify-items: start;
}

.lg-for-all__usp-ico {
  display: grid;
  place-items: center;
  width: 1.55rem;
  height: 1.55rem;
  color: var(--lg-red-hot);
}

.lg-for-all__usp-ico svg {
  width: 100%;
  height: 100%;
}

.lg-for-all__usps span:last-child {
  font-family: "Gotham Bold", var(--font-body);
  font-size: 0.72rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  line-height: 1.3;
  color: rgba(255, 255, 255, 0.9);
}

.lg-for-all__skills {
  display: grid;
  gap: 0.55rem;
}

.lg-for-all__skills-kicker {
  margin: 0;
  font-family: "Gotham Bold", var(--font-body);
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.65);
}

.lg-for-all__skills-grid {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.5rem;
}

.lg-for-all__skill {
  display: grid;
  gap: 0.4rem;
  align-content: start;
  min-height: 8.5rem;
  padding: 0.7rem 0.55rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(8, 8, 14, 0.65);
  border-top-width: 2px;
}

.lg-for-all__skill--blue { border-top-color: #3b82f6; }
.lg-for-all__skill--purple { border-top-color: #a855f7; }
.lg-for-all__skill--green { border-top-color: #22c55e; }
.lg-for-all__skill--cyan { border-top-color: #22d3ee; }
.lg-for-all__skill--red { border-top-color: var(--lg-red-hot); }

.lg-for-all__skill strong {
  font-family: "Gotham Bold", var(--font-body);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fff;
}

.lg-for-all__skill span {
  font-size: 0.78rem;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.72);
}

.lg-for-all__close {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: 0.85rem;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(8, 8, 14, 0.55);
  overflow: hidden;
}

.lg-for-all__close-media {
  margin: 0;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  max-height: 220px;
}

.lg-for-all__close-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 25%;
}

.lg-for-all__close-copy {
  display: grid;
  gap: 0.55rem;
  padding: 0.85rem 0.9rem 0.85rem 0;
}

.lg-for-all__close-copy p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.82);
}

.lg-for-all__close-accent {
  color: var(--lg-red-hot) !important;
  font-family: "Gotham Medium", var(--font-body);
}

.lg-for-all__close-title {
  font-family: "Gotham Bold", var(--font-body) !important;
  font-size: clamp(1.2rem, 2.4vw, 1.55rem) !important;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #fff !important;
  line-height: 1.1 !important;
}

@media (max-width: 980px) {
  .lg-for-all__inner {
    grid-template-columns: 1fr;
  }

  .lg-for-all__hero {
    min-height: 380px;
  }

  .lg-for-all__skills-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .lg-for-all__usps {
    grid-template-columns: 1fr;
  }

  .lg-for-all__skills-grid {
    grid-template-columns: 1fr 1fr;
  }

  .lg-for-all__close {
    grid-template-columns: 1fr;
  }

  .lg-for-all__close-media {
    max-height: 200px;
    aspect-ratio: 16 / 10;
  }

  .lg-for-all__close-copy {
    padding: 0 0.9rem 1rem;
  }
}

/* —— Section 6: eventi —— */

.lg-events {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(3.25rem, 6.5vw, 5rem) clamp(1.25rem, 4vw, 3rem);
  background: #05050a;
  color: #fff;
}

.lg-events__glow {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse 42% 40% at 12% 30%, rgba(225, 6, 0, 0.14) 0%, transparent 70%),
    radial-gradient(ellipse 38% 36% at 90% 70%, rgba(47, 107, 255, 0.12) 0%, transparent 68%);
}

.lg-events__inner {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.2fr);
  gap: clamp(1.25rem, 3.5vw, 2.25rem);
  align-items: stretch;
}

.lg-events__intro {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 100%;
  display: flex;
  align-items: flex-end;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.lg-events__intro-media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.lg-events__intro-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
}

.lg-events__intro-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(5, 5, 10, 0.25) 0%, rgba(5, 5, 10, 0.55) 45%, rgba(5, 5, 10, 0.92) 100%),
    linear-gradient(90deg, rgba(5, 5, 10, 0.45) 0%, transparent 60%);
}

.lg-events__intro-copy {
  position: relative;
  z-index: 1;
  padding: clamp(1.2rem, 3vw, 1.75rem);
  display: grid;
  gap: 0.75rem;
}

.lg-events__badge {
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  width: fit-content;
  padding: 0.35rem 0.65rem;
  border: 1px solid rgba(225, 6, 0, 0.55);
  font-family: "Gotham Bold", var(--font-body);
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--lg-red-hot);
}

.lg-events__badge-ico {
  display: grid;
  place-items: center;
  width: 0.95rem;
  height: 0.95rem;
}

.lg-events__badge-ico svg {
  width: 100%;
  height: 100%;
}

.lg-events__kicker {
  margin: 0;
  font-family: "Gotham Medium", var(--font-body);
  font-size: 0.82rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.78);
}

.lg-events__title {
  margin: 0;
  font-family: "Gotham Bold", var(--font-body);
  font-size: clamp(1.7rem, 3.8vw, 2.65rem);
  line-height: 0.98;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  text-wrap: balance;
}

.lg-events__title-accent {
  color: var(--lg-red-hot);
  display: inline-block;
}

.lg-events__lead {
  margin: 0;
  max-width: 34ch;
  font-size: 0.95rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.84);
}

.lg-events__lead strong {
  color: #fff;
  font-family: "Gotham Bold", var(--font-body);
  font-weight: 400;
}

.lg-events__stage {
  display: grid;
  gap: 0.85rem;
  align-content: start;
}

.lg-events__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
}

.lg-event {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: grid;
  grid-template-rows: 140px auto;
  text-decoration: none;
  color: inherit;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(8, 8, 14, 0.72);
  transition: border-color 0.2s ease, transform 0.2s ease;
}

.lg-event--red {
  border-color: rgba(225, 6, 0, 0.4);
}

.lg-event--blue {
  border-color: rgba(47, 107, 255, 0.4);
}

.lg-event:hover {
  transform: translateY(-2px);
}

.lg-event--red:hover {
  border-color: rgba(255, 42, 31, 0.75);
}

.lg-event--blue:hover {
  border-color: rgba(126, 176, 255, 0.75);
}

.lg-event__num {
  position: absolute;
  top: 0.55rem;
  left: 0.65rem;
  z-index: 2;
  font-family: "Gotham Bold", var(--font-body);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.7);
}

.lg-event__media {
  position: relative;
  overflow: hidden;
}

.lg-event__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
}

.lg-event__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(5, 5, 10, 0.55) 100%);
}

.lg-event__copy {
  display: grid;
  gap: 0.4rem;
  padding: 0.85rem 0.85rem 1rem;
}

.lg-event__name {
  margin: 0;
  font-family: "Gotham Bold", var(--font-body);
  font-size: 0.92rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.lg-event--red .lg-event__name {
  color: var(--lg-red-hot);
}

.lg-event--blue .lg-event__name {
  color: #7eb0ff;
}

.lg-event__copy p {
  margin: 0;
  font-size: 0.84rem;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.78);
}

.lg-event__copy strong {
  color: #fff;
  font-family: "Gotham Bold", var(--font-body);
  font-weight: 400;
}

.lg-events__cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.85rem 1.25rem;
  padding: 1rem 1.05rem;
  border: 1px solid rgba(225, 6, 0, 0.45);
  background: rgba(12, 6, 8, 0.55);
  box-shadow: 0 0 28px rgba(225, 6, 0, 0.1);
}

.lg-events__cta-text {
  margin: 0;
  flex: 1 1 16rem;
  max-width: 40rem;
  font-size: 0.92rem;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.86);
}

.lg-events__cta-accent {
  color: var(--lg-red-hot);
  font-family: "Gotham Bold", var(--font-body);
}

.lg-events__cta-text strong {
  color: #fff;
  font-family: "Gotham Bold", var(--font-body);
  font-weight: 400;
}

.lg-events__btn {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  min-height: 2.85rem;
  padding: 0.65rem 1.15rem;
  border: 1px solid rgba(255, 42, 31, 0.85);
  background: rgba(225, 6, 0, 0.15);
  color: #fff;
  text-decoration: none;
  font-family: "Gotham Bold", var(--font-body);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: 0 0 22px rgba(225, 6, 0, 0.25);
  transition: background 0.2s ease, transform 0.2s ease;
}

.lg-events__btn:hover {
  background: rgba(225, 6, 0, 0.35);
  transform: translateY(-1px);
}

@media (max-width: 980px) {
  .lg-events__inner {
    grid-template-columns: 1fr;
  }

  .lg-events__intro {
    min-height: 320px;
  }
}

@media (max-width: 720px) {
  .lg-events__grid {
    grid-template-columns: 1fr;
  }

  .lg-event {
    grid-template-rows: 160px auto;
  }
}

/* —— FAQ accordion —— */

.lg-faq {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(3.25rem, 6.5vw, 5rem) clamp(1.25rem, 4vw, 3rem) clamp(4rem, 8vw, 6rem);
  background: #05050a;
  color: #fff;
}

.lg-faq__glow {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse 40% 35% at 50% 0%, rgba(225, 6, 0, 0.12) 0%, transparent 70%),
    radial-gradient(ellipse 36% 32% at 85% 80%, rgba(47, 107, 255, 0.08) 0%, transparent 68%);
}

.lg-faq__inner {
  position: relative;
  z-index: 1;
  max-width: 820px;
  margin: 0 auto;
  display: grid;
  gap: 1.5rem;
}

.lg-faq__header {
  display: grid;
  gap: 0.65rem;
}

.lg-faq__eyebrow {
  margin: 0;
  font-family: "Gotham Bold", var(--font-body);
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--lg-red-hot);
}

.lg-faq__title {
  margin: 0;
  font-family: "Gotham Bold", var(--font-body);
  font-size: clamp(1.7rem, 3.8vw, 2.55rem);
  line-height: 1.05;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  text-wrap: balance;
}

.lg-faq__lead {
  margin: 0;
  max-width: 46ch;
  font-size: 0.95rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.75);
}

.lg-faq__list {
  display: grid;
  gap: 0.55rem;
}

.lg-faq__item {
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(8, 8, 14, 0.72);
}

.lg-faq__item[open] {
  border-color: rgba(225, 6, 0, 0.45);
  box-shadow: 0 0 24px rgba(225, 6, 0, 0.08);
}

.lg-faq__question {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.05rem;
  font-family: "Gotham Bold", var(--font-body);
  font-size: 0.95rem;
  line-height: 1.35;
  color: #fff;
}

.lg-faq__question::-webkit-details-marker {
  display: none;
}

.lg-faq__chevron {
  flex-shrink: 0;
  width: 0.7rem;
  height: 0.7rem;
  border-right: 2px solid var(--lg-red-hot);
  border-bottom: 2px solid var(--lg-red-hot);
  transform: rotate(45deg);
  transition: transform 0.2s ease;
  margin-top: -0.2rem;
}

.lg-faq__item[open] .lg-faq__chevron {
  transform: rotate(225deg);
  margin-top: 0.25rem;
}

.lg-faq__answer {
  padding: 0 1.05rem 1.1rem;
}

.lg-faq__answer p {
  margin: 0;
  padding-top: 0.15rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 0.85rem;
  font-size: 0.92rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.8);
}

.lg-faq__more {
  margin: 0.35rem 0 0;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.7);
}

.lg-faq__more a {
  color: var(--lg-red-hot);
  text-decoration: none;
  font-family: "Gotham Bold", var(--font-body);
}

.lg-faq__more a:hover {
  text-decoration: underline;
}
