﻿.home-hero {
  position: relative;
  isolation: isolate;
  min-height: calc(100vh - var(--header-height));
  display: grid;
  align-items: center;
  padding: clamp(66px, 9vh, 108px) 0 clamp(62px, 8vh, 104px);
  overflow: hidden;
}

.home-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 12% 6%, rgba(215, 36, 66, 0.46) 0%, rgba(215, 36, 66, 0) 36%),
    radial-gradient(circle at 88% 10%, rgba(14, 14, 18, 0.2) 0%, rgba(14, 14, 18, 0) 35%),
    radial-gradient(circle at 50% 26%, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0) 40%),
    linear-gradient(180deg, rgba(5, 5, 7, 0.12) 0%, rgba(5, 5, 7, 0.34) 48%, rgba(6, 6, 8, 0.62) 100%),
    url("../assets/slot1.png") center 28% / cover no-repeat;
  filter: saturate(1.08) contrast(1.08);
  transform: scale(1.02);
  z-index: 0;
  pointer-events: none;
}

.home-hero::after {
  content: "";
  position: absolute;
  inset: -8% -10%;
  background:
    radial-gradient(circle at 50% 60%, rgba(4, 7, 13, 0) 0%, rgba(4, 7, 13, 0.44) 70%, rgba(4, 7, 13, 0.62) 100%),
    repeating-linear-gradient(112deg, rgba(255, 255, 255, 0.038) 0 1px, rgba(255, 255, 255, 0) 1px 40px),
    repeating-linear-gradient(20deg, rgba(255, 255, 255, 0.018) 0 1px, rgba(255, 255, 255, 0) 1px 48px);
  mix-blend-mode: normal;
  opacity: 0.78;
  z-index: 0;
  pointer-events: none;
}


.hero-shell {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 20px;
  max-width: 920px;
  margin-inline: auto;
  text-align: center;
}
.hero-shell::before {
  content: "";
  position: absolute;
  top: clamp(80px, 9vw, 124px);
  left: 50%;
  transform: translateX(-50%);
  width: min(1080px, 96vw);
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(255, 146, 161, 0), rgba(255, 216, 223, 0.95) 48%, rgba(255, 146, 161, 0));
  box-shadow: 0 0 24px rgba(254, 126, 151, 0.72);
  z-index: -1;
  pointer-events: none;
}


.hero-shell::after {
  content: "";
  position: absolute;
  inset: -26px -44px;
  border-radius: 28px;
  background:
    radial-gradient(circle at 50% 14%, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0) 50%),
    linear-gradient(180deg, rgba(8, 8, 10, 0.12), rgba(5, 5, 7, 0.32));
  border: 1px solid rgba(255, 255, 255, 0.09);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.04),
    0 28px 70px rgba(0, 0, 0, 0.48);
  backdrop-filter: blur(1.6px);
  z-index: -2;
  pointer-events: none;
}

.hero-eyebrow {
  margin-bottom: 4px;
}

.home-hero #hero-title {
  font-size: clamp(2.45rem, 8.4vw, 5.8rem);
  line-height: 0.94;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  text-shadow: 0 12px 28px rgba(0, 0, 0, 0.55);
}

.hero-intro {
  width: min(100%, 860px);
  margin-inline: auto;
  font-size: clamp(1rem, 1.45vw, 1.58rem);
  line-height: 1.55;
  color: #e2e8f2;
  text-shadow: 0 8px 18px rgba(0, 0, 0, 0.52);
}

.hero-connect-card {
  width: min(100%, 500px);
  justify-self: center;
  padding: 24px;
  display: grid;
  gap: 12px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-left: 3px solid rgba(216, 29, 58, 0.92);
  border-radius: 14px;
  background:
    linear-gradient(180deg, rgba(7, 7, 9, 0.62) 0%, rgba(6, 6, 8, 0.54) 100%),
    radial-gradient(circle at 0% 8%, rgba(191, 29, 55, 0.25), rgba(191, 29, 55, 0));
  box-shadow: 0 20px 54px rgba(0, 0, 0, 0.44);
}

.hero-connect-card h2 {
  font-size: clamp(1.28rem, 2.5vw, 1.7rem);
}

.hero-connect-card p {
  font-size: 0.95rem;
  color: #c4ccd9;
}

.hero-main-button {
  justify-self: center;
  width: min(100%, 300px);
  font-size: 1.02rem;
  padding: 16px 22px;
}

.hero-status-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.hero-status {
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  background: rgba(8, 8, 10, 0.62);
  padding: 10px 14px;
  color: #e2e8f3;
  font-size: 0.98rem;
  font-weight: 600;
}

.status-badge {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  display: inline-block;
}

.status-players {
  background: #ef5d79;
  box-shadow: 0 0 10px rgba(239, 93, 121, 0.72);
}

.status-live {
  background: #4de7cf;
  box-shadow: 0 0 10px rgba(77, 231, 207, 0.76);
}

.hero-socials {
  display: inline-flex;
  justify-self: center;
  align-items: center;
  gap: 12px;
  margin-top: 4px;
}

.social-link {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(8, 8, 11, 0.74);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}

.social-link:hover {
  transform: translateY(-1px);
  border-color: rgba(255, 255, 255, 0.35);
  background: rgba(10, 10, 14, 0.8);
}

.social-link img {
  width: 17px;
  height: 17px;
  object-fit: contain;
  opacity: 0.9;
}

.section-heading {
  margin-bottom: 22px;
}

.section-heading h2 {
  max-width: 20ch;
}

.home-page main > .section:not(.home-hero) {
  position: relative;
}

.home-page main > .section:not(.home-hero)::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.018) 0%, rgba(255, 255, 255, 0) 22%),
    radial-gradient(circle at 88% 8%, rgba(10, 10, 12, 0.07), rgba(10, 10, 12, 0) 38%);
}

.home-page main > .section:not(.home-hero) > .container {
  position: relative;
  z-index: 1;
}

.about-grid,
.feature-grid,
.join-steps,
.org-grid,
.faq-grid {
  display: grid;
  gap: 16px;
}

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

.trailer-section {
  position: relative;
  padding-top: 44px;
  overflow: hidden;
}

.trailer-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 10% 16%, rgba(217, 39, 68, 0.18) 0%, rgba(217, 39, 68, 0) 36%),
    radial-gradient(circle at 88% 10%, rgba(11, 11, 14, 0.14) 0%, rgba(11, 11, 14, 0) 36%),
    linear-gradient(180deg, rgba(6, 6, 8, 0.3), rgba(6, 6, 8, 0.56));
  pointer-events: none;
}

.trailer-section::after {
  content: "";
  position: absolute;
  inset: -12% -8%;
  background:
    repeating-linear-gradient(108deg, rgba(255, 255, 255, 0.03) 0 1px, rgba(255, 255, 255, 0) 1px 44px),
    repeating-linear-gradient(12deg, rgba(255, 255, 255, 0.018) 0 1px, rgba(255, 255, 255, 0) 1px 52px);
  mix-blend-mode: soft-light;
  opacity: 0.34;
  pointer-events: none;
}

.trailer-container {
  position: relative;
  z-index: 1;
}

.trailer-shell {
  position: relative;
  overflow: hidden;
  padding: clamp(22px, 3.4vw, 36px);
  border-color: rgba(255, 255, 255, 0.2);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(8, 8, 10, 0.56), rgba(6, 6, 8, 0.66));
  display: grid;
  gap: 22px;
  box-shadow: 0 30px 74px rgba(0, 0, 0, 0.55);
}

.trailer-shell::before {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  top: -220px;
  right: -120px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 112, 136, 0.24), rgba(255, 112, 136, 0));
  filter: blur(4px);
  pointer-events: none;
}

.trailer-shell::after {
  content: "";
  position: absolute;
  width: 360px;
  height: 360px;
  bottom: -190px;
  left: -90px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(12, 12, 16, 0.22), rgba(12, 12, 16, 0));
  filter: blur(4px);
  pointer-events: none;
}

.trailer-heading {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 10px;
  text-align: center;
  max-width: 78ch;
  margin-inline: auto;
}

.trailer-heading h2 {
  font-size: clamp(1.75rem, 4vw, 3rem);
  text-transform: uppercase;
  letter-spacing: -0.015em;
  text-shadow: 0 10px 28px rgba(0, 0, 0, 0.52);
}

.trailer-intro {
  margin-inline: auto;
  font-size: clamp(1rem, 1.28vw, 1.18rem);
  color: #d5dbe6;
  max-width: 72ch;
}

.trailer-stage {
  position: relative;
  z-index: 1;
  width: min(100%, 980px);
  margin-inline: auto;
  aspect-ratio: 16 / 9;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: #02050d;
  box-shadow:
    0 32px 72px rgba(0, 0, 0, 0.56),
    0 0 0 1px rgba(255, 255, 255, 0.07) inset;
  isolation: isolate;
}

.trailer-stage::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(7, 7, 9, 0.1), rgba(7, 7, 9, 0.34)),
    url("../assets/visuals/trailer-cover.svg") center / cover no-repeat;
  transition: transform 0.45s ease, filter 0.45s ease, opacity 0.32s ease;
  z-index: 0;
}

.trailer-stage::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 54%, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0) 40%),
    linear-gradient(180deg, rgba(8, 8, 10, 0.12) 0%, rgba(6, 6, 8, 0.42) 100%);
  transition: opacity 0.32s ease;
  z-index: 1;
}

.trailer-stage iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  z-index: 4;
}

.trailer-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.54);
  background: linear-gradient(135deg, rgba(9, 9, 12, 0.74), rgba(7, 7, 10, 0.82));
  color: #fff;
  padding: 10px 18px 10px 12px;
  font-family: var(--font-heading);
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow:
    0 18px 34px rgba(0, 0, 0, 0.42),
    0 0 16px rgba(255, 255, 255, 0.16);
  transition: transform 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease, opacity 0.24s ease;
}

.trailer-play:disabled {
  cursor: default;
  opacity: 0.95;
  border-color: rgba(255, 255, 255, 0.32);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.38);
}

.trailer-play-icon {
  width: 36px;
  height: 36px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.28);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 14px rgba(255, 255, 255, 0.16) inset;
}

.trailer-play-icon::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 12px;
  border-color: transparent transparent transparent #ffffff;
  margin-left: 2px;
}

.trailer-play-label {
  font-size: 0.76rem;
}

.trailer-placeholder-note {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 12px;
  z-index: 3;
  text-align: center;
  color: #d0d7e3;
  font-size: 0.86rem;
  text-shadow: 0 3px 12px rgba(0, 0, 0, 0.62);
}

.trailer-stage.is-ready:hover::before {
  transform: scale(1.03);
  filter: contrast(1.06);
}

.trailer-stage.is-ready:hover .trailer-play {
  transform: translate(-50%, -50%) scale(1.04);
  border-color: rgba(255, 255, 255, 0.74);
  box-shadow:
    0 20px 36px rgba(0, 0, 0, 0.44),
    0 0 20px rgba(255, 255, 255, 0.22);
}

.trailer-stage.is-playing::before,
.trailer-stage.is-playing::after,
.trailer-stage.is-playing .trailer-play,
.trailer-stage.is-playing .trailer-placeholder-note {
  opacity: 0;
  pointer-events: none;
}

.trailer-stage.is-ready .trailer-placeholder-note {
  display: none;
}

.trailer-foot {
  position: relative;
  z-index: 1;
  width: min(100%, 1020px);
  margin-inline: auto;
  display: grid;
  gap: 16px;
}

.trailer-highlights {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.trailer-highlight {
  padding: 16px;
  border-color: rgba(255, 255, 255, 0.16);
  background: linear-gradient(180deg, rgba(10, 15, 25, 0.58), rgba(7, 11, 18, 0.72));
  box-shadow: var(--shadow-soft);
}

.trailer-highlight h3 {
  font-size: 1rem;
  margin-bottom: 7px;
}

.trailer-highlight p {
  color: #c5ccda;
  font-size: 0.92rem;
}

.trailer-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
}

.trailer-config-note {
  margin: 0;
  text-align: center;
  font-size: 0.84rem;
  color: #9ca6b7;
}

.trailer-config-note code {
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 7px;
  padding: 2px 6px;
}

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

.join-steps {
  list-style: none;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.org-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

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

.media-panel {
  --card-visual: url("../assets/visuals/vision.png");
  --card-visual-position: center;
  --card-accent-rgb: 225, 31, 63;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding: 0;
  min-height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: linear-gradient(180deg, rgba(8, 8, 10, 0.56), rgba(6, 6, 8, 0.68));
  isolation: isolate;
  transition: transform 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease;
}

.media-panel::before {
  content: "";
  height: 142px;
  display: block;
  background: var(--card-visual) var(--card-visual-position) / cover no-repeat;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  opacity: 0.96;
  transition: transform 0.42s ease;
}

.media-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 86% 8%, rgba(var(--card-accent-rgb), 0.14) 0%, rgba(var(--card-accent-rgb), 0) 40%),
    linear-gradient(180deg, rgba(10, 10, 12, 0.01) 0%, rgba(4, 4, 6, 0.28) 48%, rgba(3, 3, 5, 0.54) 100%);
  pointer-events: none;
  z-index: 0;
}

.media-panel > * {
  position: relative;
  z-index: 1;
  padding-inline: 18px;
}

.media-panel > h3,
.media-panel > summary {
  margin-top: 16px;
  font-size: 0.94rem;
  line-height: 1.36;
  display: grid;
  gap: 10px;
}

.media-panel > h3::after {
  content: "";
  width: 44px;
  height: 2px;
  border-radius: 999px;
  background: rgba(var(--card-accent-rgb), 0.96);
  box-shadow: 0 0 10px rgba(var(--card-accent-rgb), 0.48);
}

.media-panel > p {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 0.9rem;
  line-height: 1.52;
}

.media-panel > .text-link {
  margin-top: auto;
  margin-bottom: 16px;
  margin-left: 18px;
  margin-right: 18px;
  padding-inline: 10px;
  inline-size: 152px;
  min-block-size: 30px;
  max-inline-size: calc(100% - 36px);
  justify-content: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  align-self: start;
}

.join-steps li {
  display: grid;
  align-content: start;
}

.media-panel:hover {
  transform: translateY(-5px);
  border-color: rgba(255, 255, 255, 0.24);
  box-shadow: 0 28px 62px rgba(0, 0, 0, 0.5);
}

.media-panel:hover::before {
  transform: scale(1.05);
}

.media-vision { --card-visual: url("../assets/visuals/vision-real.png"); --card-visual-position: center 58%; --card-accent-rgb: 255, 92, 120; }
.media-experience { --card-visual: url("../assets/visuals/experience-real.png"); --card-visual-position: 50% 46%; --card-accent-rgb: 244, 82, 108; }
.media-direction { --card-visual: url("../assets/slot1.png"); --card-visual-position: 50% 46%; --card-accent-rgb: 214, 72, 92; }
.media-economy { --card-visual: url("../assets/visuals/economy-real.png"); --card-visual-position: center 42%; --card-accent-rgb: 255, 145, 62; }
.media-institutions { --card-visual: url("../assets/visuals/institutions-real.png"); --card-visual-position: 52% 52%; --card-accent-rgb: 220, 92, 112; }
.media-moderation { --card-visual: url("../assets/visuals/moderation-real.png"); --card-visual-position: 54% 34%; --card-accent-rgb: 255, 70, 95; }
.media-civil { --card-visual: url("../assets/visuals/civil-real.png"); --card-visual-position: 56% 54%; --card-accent-rgb: 222, 118, 92; }
.media-realestate { --card-visual: url("../assets/visuals/realestate-real.png"); --card-visual-position: center 46%; --card-accent-rgb: 245, 150, 74; }
.media-updates { --card-visual: url("../assets/visuals/updates-real.png"); --card-visual-position: 50% 44%; --card-accent-rgb: 255, 88, 122; }
.media-join-rules { --card-visual: url("../assets/visuals/join-rules-real.png"); --card-visual-position: center 28%; --card-accent-rgb: 255, 97, 110; }
.media-join-discord { --card-visual: url("../assets/visuals/join-discord-real.jpg"); --card-visual-position: center 50%; --card-accent-rgb: 212, 92, 112; }
.media-join-fivem { --card-visual: url("../assets/visuals/join-fivem-real-2.png"); --card-visual-position: center 50%; --card-accent-rgb: 255, 114, 78; }
.media-org-lspd { --card-visual: url("../assets/visuals/org-lspd-real.png"); --card-visual-position: center 44%; --card-accent-rgb: 224, 92, 112; }
.media-org-sams { --card-visual: url("../assets/visuals/org-sams-real.png"); --card-visual-position: center 42%; --card-accent-rgb: 255, 90, 100; }
.media-org-gov { --card-visual: url("../assets/visuals/org-gov-real.png"); --card-visual-position: 52% 42%; --card-accent-rgb: 216, 88, 110; }
.media-org-business { --card-visual: url("../assets/visuals/org-business-real.png"); --card-visual-position: center 44%; --card-accent-rgb: 255, 163, 72; }
.media-org-immobilier { --card-visual: url("../assets/visuals/org-immobilier-real.png"); --card-visual-position: 42% 50%; --card-accent-rgb: 241, 154, 74; }

.faq-grid .panel {
  padding: 18px;
  background: linear-gradient(180deg, rgba(10, 10, 12, 0.56), rgba(7, 7, 10, 0.68));
  border-color: rgba(255, 255, 255, 0.14);
}

.faq-grid summary {
  cursor: pointer;
  list-style: none;
  font-family: var(--font-heading);
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
}

.faq-grid summary::-webkit-details-marker {
  display: none;
}

.faq-grid details[open] summary {
  margin-bottom: 12px;
}

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

@media (max-width: 1080px) {
  .hero-shell::before {
    top: clamp(66px, 13vw, 92px);
  }

  .feature-grid,
  .join-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .trailer-highlights {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .home-hero {
    padding-top: 58px;
    padding-bottom: 92px;
  }

  .hero-shell {
    gap: 16px;
  }

  .hero-shell::before {
    top: 62px;
  }

  .hero-shell::after {
    inset: -16px -10px;
    border-radius: 18px;
  }

  .hero-intro {
    font-size: 1rem;
  }

  .hero-connect-card {
    padding: 20px;
  }

  .hero-main-button {
    width: 100%;
  }

  .hero-status-row {
    flex-direction: column;
  }

  .hero-status {
    width: min(100%, 320px);
    justify-content: center;
  }

  .about-grid,
  .feature-grid,
  .join-steps,
  .org-grid,
  .faq-grid {
    grid-template-columns: 1fr;
  }

  .trailer-section {
    padding-top: 24px;
  }

  .trailer-shell {
    padding: 16px;
    border-radius: 16px;
    gap: 16px;
  }

  .trailer-heading {
    text-align: left;
    margin-inline: 0;
  }

  .trailer-heading h2 {
    font-size: clamp(1.42rem, 7vw, 2rem);
  }

  .trailer-intro {
    margin-inline: 0;
  }

  .trailer-stage {
    border-radius: 14px;
  }

  .trailer-play {
    width: calc(100% - 20px);
    max-width: 324px;
    justify-content: center;
    padding: 9px 14px 9px 10px;
  }

  .trailer-play-label {
    font-size: 0.7rem;
    letter-spacing: 0.06em;
  }

  .trailer-placeholder-note {
    font-size: 0.78rem;
  }

  .trailer-highlights {
    grid-template-columns: 1fr;
  }

  .trailer-highlight {
    padding: 14px;
  }

  .trailer-config-note {
    text-align: left;
  }

  .media-panel::before {
    height: 120px;
  }

}

/* Home premium refinement */
.home-page .section-heading h2 {
  font-size: clamp(1.72rem, 3vw, 2.76rem);
}

.hero-shell {
  gap: clamp(16px, 2vw, 24px);
}

.hero-connect-card {
  border-radius: 16px;
  box-shadow:
    0 24px 56px rgba(0, 0, 0, 0.5),
    inset 0 0 0 1px rgba(255, 255, 255, 0.06);
}

.hero-status {
  backdrop-filter: blur(6px);
}

.about-grid,
.feature-grid,
.join-steps,
.org-grid,
.faq-grid {
  gap: 18px;
}

.trailer-shell {
  border-radius: 24px;
  box-shadow:
    0 34px 80px rgba(0, 0, 0, 0.56),
    inset 0 0 0 1px rgba(255, 255, 255, 0.06);
}

.trailer-highlight {
  border-radius: 14px;
}

.trailer-actions .button {
  min-width: 212px;
}

.media-panel {
  border-radius: 16px;
}

.media-panel > h3 {
  font-size: 1.02rem;
}

.media-panel > p {
  color: #d2d9e6;
}

.faq-grid .panel {
  border-radius: 14px;
}

.faq-grid summary {
  font-size: 1.04rem;
}

@media (max-width: 760px) {
  .trailer-actions .button {
    min-width: 0;
    width: 100%;
  }
}

