.home-paths,
.launch-map,
.trust-board,
.site-faq {
  padding: 18px 0 80px;
}

.home-paths__grid,
.launch-map__grid,
.trust-board__grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 18px;
}

.home-path-card,
.launch-map__card,
.trust-card {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  border: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.01)),
    rgba(10, 14, 9, 0.82);
  box-shadow: var(--shadow);
}

.home-path-card {
  grid-column: span 6;
  padding: 24px;
  display: grid;
  gap: 16px;
}

.home-path-card::before,
.launch-map__card::before,
.trust-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, transparent 0 38%, rgba(82, 255, 43, 0.06) 52%, transparent 68%);
  pointer-events: none;
}

.home-path-card__tag,
.launch-map__tag,
.trust-card__tag,
.comments-stage-meta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  padding: 9px 14px;
  border-radius: 999px;
  border: 1px solid rgba(82, 255, 43, 0.24);
  background: rgba(82, 255, 43, 0.08);
  color: var(--acid);
  font-family: "Orbitron", sans-serif;
  font-size: 12px;
  letter-spacing: 0.06em;
}

.home-path-card__tag::before,
.launch-map__tag::before,
.trust-card__tag::before,
.comments-stage-meta::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--acid);
  box-shadow: 0 0 14px rgba(82, 255, 43, 0.5);
}

.home-path-card h3,
.launch-map__card h3,
.trust-card h3 {
  position: relative;
  z-index: 1;
  margin: 0;
  font-size: clamp(24px, 3.1vw, 38px);
  line-height: 1.22;
}

.home-path-card p,
.launch-map__card p,
.trust-card p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.88;
}

.home-path-card ul {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.home-path-card li {
  padding-right: 16px;
  color: rgba(246, 248, 239, 0.84);
  line-height: 1.76;
  position: relative;
}

.home-path-card li::before {
  content: "";
  position: absolute;
  right: 0;
  top: 12px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--acid);
  box-shadow: 0 0 12px rgba(82, 255, 43, 0.36);
}

.home-path-card__actions {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.launch-map__grid {
  align-items: stretch;
}

.launch-map__card {
  grid-column: span 4;
  padding: 24px;
  display: grid;
  gap: 16px;
}

.launch-map__status {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  color: rgba(246, 248, 239, 0.78);
  font-size: 13px;
}

.launch-map__status.is-live {
  background: rgba(82, 255, 43, 0.12);
  color: var(--acid);
}

.launch-map__products {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.launch-map__products span {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
  color: rgba(246, 248, 239, 0.88);
  font-size: 14px;
}

.trust-board__shell {
  position: relative;
  overflow: hidden;
  padding: 30px;
  border-radius: 32px;
  border: 1px solid var(--line);
  background:
    radial-gradient(circle at 10% 20%, rgba(82, 255, 43, 0.12), transparent 24%),
    radial-gradient(circle at 84% 24%, rgba(98, 169, 255, 0.10), transparent 18%),
    linear-gradient(180deg, rgba(8, 12, 8, 0.96), rgba(6, 8, 5, 0.98));
  box-shadow: var(--shadow);
}

.trust-board__shell::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, transparent 0 35%, rgba(82, 255, 43, 0.06) 52%, transparent 70%);
  pointer-events: none;
}

.trust-board__grid {
  position: relative;
  z-index: 1;
}

.trust-card {
  grid-column: span 4;
  padding: 24px;
  display: grid;
  gap: 14px;
}

.trust-board__actions {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-top: 22px;
  padding-top: 22px;
  border-top: 1px solid rgba(82, 255, 43, 0.12);
}

.trust-board__actions p {
  margin: 0;
  max-width: 620px;
  color: var(--muted);
  line-height: 1.86;
}

.trust-board__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.footer-links--home {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  color: rgba(246, 248, 239, 0.76);
  font-size: 14px;
}

.footer-links--home a {
  transition: color 180ms ease;
}

.footer-links--home a:hover {
  color: var(--acid);
}

.footer-note {
  color: rgba(246, 248, 239, 0.62);
  font-size: 13px;
}

.comments-stage-meta {
  position: relative;
  z-index: 1;
  margin-top: 14px;
}

.cta-panel__actions {
  justify-content: center;
  margin-top: 24px;
  margin-bottom: 0;
}

.site-faq__shell {
  position: relative;
  overflow: hidden;
  padding: 30px;
  border-radius: 32px;
  border: 1px solid var(--line);
  background:
    radial-gradient(circle at 12% 16%, rgba(82, 255, 43, 0.11), transparent 24%),
    radial-gradient(circle at 84% 16%, rgba(188, 19, 254, 0.08), transparent 18%),
    linear-gradient(180deg, rgba(8, 12, 8, 0.96), rgba(6, 8, 5, 0.98));
  box-shadow: var(--shadow);
}

.site-faq__shell::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, transparent 0 34%, rgba(82, 255, 43, 0.05) 52%, transparent 70%);
  pointer-events: none;
}

.site-faq__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.site-faq-item {
  border-radius: 24px;
  border: 1px solid rgba(82, 255, 43, 0.12);
  background: rgba(255, 255, 255, 0.03);
  overflow: hidden;
}

.site-faq-item summary {
  position: relative;
  cursor: pointer;
  list-style: none;
  padding: 22px 56px 22px 22px;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.35;
}

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

.site-faq-item summary::after {
  content: "+";
  position: absolute;
  left: 22px;
  top: 18px;
  color: var(--acid);
  font-size: 28px;
  line-height: 1;
}

.site-faq-item[open] summary::after {
  content: "−";
}

.site-faq-item p {
  margin: 0;
  padding: 0 22px 22px;
  color: var(--muted);
  line-height: 1.9;
  font-size: 16px;
}

@media (max-width: 1120px) {
  .home-path-card,
  .launch-map__card,
  .trust-card {
    grid-column: span 12;
  }
}

@media (max-width: 720px) {
  .home-paths,
  .launch-map,
  .trust-board,
  .site-faq {
    padding-bottom: 56px;
  }

  .home-path-card,
  .launch-map__card,
  .trust-card,
  .trust-board__shell,
  .site-faq__shell {
    padding: 20px;
    border-radius: 24px;
  }

  .site-faq__grid {
    grid-template-columns: 1fr;
  }

  .home-path-card__actions,
  .trust-board__buttons {
    display: grid;
    grid-template-columns: 1fr;
  }

  .home-path-card__actions a,
  .trust-board__buttons a,
  .trust-board__buttons button {
    width: 100%;
    justify-content: center;
  }

  .trust-board__actions {
    align-items: stretch;
  }

  .footer-links--home {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
