:root {
  --black: #050608;
  --charcoal: #0b0f14;
  --panel: #101721;
  --panel-strong: #121b27;
  --blue: #3489fc;
  --warm-blue: #8bbcff;
  --text: #ffffff;
  --muted: #b9c5d6;
  --soft: #d7e7ff;
  --line: rgba(139, 188, 255, 0.18);
  --line-strong: rgba(139, 188, 255, 0.36);
  --safety: #ffd166;
  --support: #74e2c8;
  --shadow: 0 18px 80px rgba(0, 0, 0, 0.35);
  --glow: 0 0 36px rgba(52, 137, 252, 0.28);
}

* {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    linear-gradient(180deg, rgba(52, 137, 252, 0.12), transparent 460px),
    linear-gradient(180deg, var(--black) 0%, #080d12 42%, var(--black) 100%);
  color: var(--text);
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 0;
}

body.menu-open {
  overflow: hidden;
}

img,
svg {
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font: inherit;
}

.skip-link {
  left: 1rem;
  position: fixed;
  top: 1rem;
  z-index: 999;
  transform: translateY(-140%);
  border-radius: 8px;
  background: var(--warm-blue);
  color: var(--black);
  font-weight: 700;
  padding: 0.8rem 1rem;
  transition: transform 160ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.shell {
  margin-inline: auto;
  width: min(1120px, calc(100% - 2rem));
}

.section-anchor {
  scroll-margin-top: 6rem;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(5, 6, 8, 0.84);
  backdrop-filter: blur(18px);
}

.nav {
  align-items: center;
  display: flex;
  gap: 1.25rem;
  justify-content: space-between;
  min-height: 5rem;
}

.brand {
  align-items: center;
  display: inline-flex;
  min-width: 0;
}

.brand-mark {
  align-items: center;
  border-radius: 8px;
  display: inline-flex;
  height: 3.55rem;
  justify-content: center;
  overflow: hidden;
  position: relative;
  width: 12.7rem;
}

.brand-logo {
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.image-fallback {
  align-items: center;
  border: 1px dashed var(--line-strong);
  border-radius: 8px;
  color: var(--soft);
  display: none;
  font-size: 0.85rem;
  font-weight: 800;
  height: 100%;
  justify-content: center;
  padding: 0.4rem;
  text-align: center;
  width: 100%;
}

.image-missing .brand-logo {
  display: none;
}

.image-missing .image-fallback {
  display: flex;
}

.nav-panel {
  align-items: center;
  display: flex;
  gap: 0.25rem;
}

.nav-panel > a:not(.button) {
  border-radius: 8px;
  color: var(--muted);
  font-size: 0.95rem;
  font-weight: 700;
  padding: 0.75rem 0.85rem;
  transition: background 180ms ease, color 180ms ease;
}

.nav-panel > a:not(.button):hover,
.nav-panel > a:not(.button):focus-visible {
  background: rgba(255, 255, 255, 0.06);
  color: var(--text);
  outline: none;
}

.menu-toggle {
  align-items: center;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--text);
  display: none;
  flex-direction: column;
  gap: 0.32rem;
  height: 2.75rem;
  justify-content: center;
  width: 2.75rem;
}

.menu-toggle span {
  background: currentColor;
  border-radius: 999px;
  height: 2px;
  width: 1.25rem;
}

.button {
  align-items: center;
  border-radius: 8px;
  display: inline-flex;
  font-size: 0.95rem;
  font-weight: 800;
  gap: 0.55rem;
  justify-content: center;
  min-height: 3.1rem;
  padding: 0.9rem 1.15rem;
  text-align: center;
  transition: background 180ms ease, border-color 180ms ease, box-shadow 180ms ease, color 180ms ease, transform 180ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
  outline: none;
}

.button-primary {
  background: var(--blue);
  color: #ffffff;
  box-shadow: var(--glow);
}

.button-primary:hover,
.button-primary:focus-visible {
  background: var(--warm-blue);
  color: var(--black);
}

.button-secondary {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--line);
  color: var(--text);
}

.button-secondary:hover,
.button-secondary:focus-visible {
  background: rgba(139, 188, 255, 0.12);
  border-color: var(--warm-blue);
}

.button-small {
  min-height: 2.75rem;
  padding: 0.65rem 0.95rem;
}

.hero {
  isolation: isolate;
  min-height: 42rem;
  overflow: hidden;
  padding: 7.4rem 0 4rem;
  position: relative;
}

.hero-bg,
.hero-placeholder,
.hero-overlay,
.hero-grid {
  inset: 0;
  position: absolute;
}

.hero-bg {
  height: auto;
  min-height: 28rem;
  object-fit: contain;
  object-position: top center;
  opacity: 0.72;
  width: 100%;
  z-index: -4;
}

.hero-placeholder {
  align-items: center;
  background:
    linear-gradient(90deg, rgba(52, 137, 252, 0.12), transparent),
    linear-gradient(rgba(139, 188, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(139, 188, 255, 0.08) 1px, transparent 1px),
    var(--charcoal);
  background-size: auto, 42px 42px, 42px 42px, auto;
  color: var(--soft);
  display: flex;
  font-weight: 800;
  justify-content: center;
  z-index: -4;
}

.hero-overlay {
  background:
    radial-gradient(circle at 14% 20%, rgba(52, 137, 252, 0.1), transparent 20rem),
    linear-gradient(90deg, rgba(5, 6, 8, 0.9) 0%, rgba(5, 6, 8, 0.72) 48%, rgba(5, 6, 8, 0.66) 100%),
    linear-gradient(0deg, var(--black) 4%, rgba(5, 6, 8, 0.82) 38%, rgba(5, 6, 8, 0.44) 100%);
  z-index: -3;
}

.hero-grid {
  background-image:
    linear-gradient(rgba(139, 188, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(139, 188, 255, 0.05) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(180deg, transparent, black 18%, black 82%, transparent);
  opacity: 0.5;
  z-index: -2;
}

.hero-motion-layer {
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  z-index: -1;
}

.motion-map,
.motion-character {
  color: var(--warm-blue);
  fill: none;
  position: absolute;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 3;
}

.motion-map {
  height: min(38vw, 27rem);
  opacity: 0.28;
  right: -4rem;
  top: 6rem;
  width: min(64vw, 48rem);
}

.motion-character {
  bottom: 4.8rem;
  color: #d7e7ff;
  height: min(23vw, 17rem);
  opacity: 0.18;
  right: 5vw;
  width: min(22vw, 16rem);
}

.motion-route {
  stroke: rgba(139, 188, 255, 0.68);
  stroke-dasharray: 12 16;
  animation: routeFlow 12s linear infinite;
}

.route-two {
  animation-duration: 16s;
  animation-direction: reverse;
  opacity: 0.65;
}

.floating-pin,
.floating-shield,
.helper-person,
.helping-hand {
  animation: softFloat 6.5s ease-in-out infinite;
}

.floating-pin {
  color: var(--blue);
  fill: rgba(52, 137, 252, 0.08);
  stroke: currentColor;
}

.floating-shield {
  animation-delay: -2s;
  color: var(--support);
  fill: rgba(116, 226, 200, 0.05);
}

.helper-person {
  animation-duration: 7.5s;
  stroke: rgba(215, 231, 255, 0.9);
}

.helping-hand {
  animation-delay: -1.2s;
  animation-duration: 5.6s;
  stroke: rgba(139, 188, 255, 0.88);
}

.character-ground {
  stroke: rgba(139, 188, 255, 0.32);
}

.spark {
  animation: sparkleBlink 2.8s ease-in-out infinite;
  stroke: var(--support);
}

.spark-two {
  animation-delay: 1.1s;
}

.hero-signal {
  background: var(--support);
  border-radius: 999px;
  box-shadow: 0 0 0 0 rgba(116, 226, 200, 0.45), 0 0 18px rgba(116, 226, 200, 0.58);
  height: 0.5rem;
  opacity: 0.65;
  position: absolute;
  width: 0.5rem;
  animation: signalPulse 2.8s ease-out infinite;
}

.signal-one {
  left: 55%;
  top: 27%;
}

.signal-two {
  animation-delay: 0.9s;
  left: 72%;
  top: 17%;
}

.signal-three {
  animation-delay: 1.7s;
  left: 86%;
  top: 51%;
}

.hero-content {
  align-items: center;
  display: grid;
  gap: 3rem;
  grid-template-columns: minmax(0, 1.08fr) minmax(20rem, 0.92fr);
}

.hero-copy {
  max-width: 46rem;
}

.eyebrow {
  align-items: center;
  color: var(--warm-blue);
  display: inline-flex;
  font-size: 0.86rem;
  font-weight: 800;
  gap: 0.55rem;
  margin: 0 0 1rem;
  text-transform: uppercase;
}

.icon-dot {
  background: var(--support);
  border-radius: 999px;
  box-shadow: 0 0 20px rgba(116, 226, 200, 0.6);
  height: 0.55rem;
  width: 0.55rem;
  animation: statusBlink 1.75s ease-in-out infinite;
}

.hero h1,
.section-heading h2,
.community h2,
.volunteer h2 {
  color: var(--text);
  line-height: 1.05;
  margin: 0;
}

.hero h1 {
  font-size: 3.9rem;
  font-weight: 900;
  max-width: 50rem;
}

.hero-subtitle {
  color: #e1e9f5;
  font-size: 1.2rem;
  line-height: 1.75;
  margin: 1.5rem 0 0;
  max-width: 43rem;
}

.hero-actions,
.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 2rem;
}

.trust-strip {
  display: grid;
  gap: 0.75rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 2rem;
}

.trust-strip span {
  align-items: center;
  background: rgba(0, 0, 0, 0.28);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  color: #e5edf8;
  display: flex;
  font-size: 0.9rem;
  font-weight: 800;
  gap: 0.6rem;
  padding: 0.8rem 0.9rem;
}

.portal-panel,
.note-card,
.info-card,
.issue-card,
.step-card,
.volunteer-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.02)),
    rgba(9, 14, 20, 0.84);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.portal-panel {
  padding: 1.5rem;
}

.panel-status {
  align-items: center;
  color: var(--warm-blue);
  display: flex;
  font-size: 0.82rem;
  font-weight: 900;
  gap: 0.6rem;
  text-transform: uppercase;
}

.panel-status span {
  background: var(--support);
  border-radius: 999px;
  box-shadow: 0 0 20px rgba(116, 226, 200, 0.7);
  height: 0.7rem;
  width: 0.7rem;
  animation: statusBlink 1.75s ease-in-out infinite;
}

@keyframes statusBlink {
  0%,
  100% {
    opacity: 1;
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(116, 226, 200, 0.46), 0 0 20px rgba(116, 226, 200, 0.7);
  }

  48% {
    opacity: 0.38;
    transform: scale(0.82);
    box-shadow: 0 0 0 0 rgba(116, 226, 200, 0), 0 0 4px rgba(116, 226, 200, 0.28);
  }

  64% {
    opacity: 1;
    transform: scale(1.18);
    box-shadow: 0 0 0 10px rgba(116, 226, 200, 0.1), 0 0 26px rgba(116, 226, 200, 0.82);
  }
}

@keyframes routeFlow {
  to {
    stroke-dashoffset: -280;
  }
}

@keyframes softFloat {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(0, -12px, 0);
  }
}

@keyframes sparkleBlink {
  0%,
  100% {
    opacity: 0.2;
    transform: scale(0.9);
  }

  45%,
  60% {
    opacity: 0.95;
    transform: scale(1.08);
  }
}

@keyframes signalPulse {
  0% {
    transform: scale(0.65);
    opacity: 0.85;
    box-shadow: 0 0 0 0 rgba(116, 226, 200, 0.42), 0 0 18px rgba(116, 226, 200, 0.58);
  }

  82% {
    transform: scale(1);
    opacity: 0;
    box-shadow: 0 0 0 28px rgba(116, 226, 200, 0), 0 0 34px rgba(116, 226, 200, 0.12);
  }

  100% {
    opacity: 0;
  }
}

.portal-panel h2 {
  font-size: 2rem;
  line-height: 1.18;
  margin: 1.4rem 0;
}

.portal-mini-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.portal-mini-grid div {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.05);
  padding: 1rem;
}

.portal-mini-grid strong,
.portal-mini-grid small {
  display: block;
}

.portal-mini-grid strong {
  margin-top: 1rem;
}

.portal-mini-grid small {
  color: var(--muted);
  margin-top: 0.35rem;
}

.founder,
.how,
.volunteer {
  background: rgba(11, 15, 20, 0.92);
  border-block: 1px solid rgba(255, 255, 255, 0.1);
}

.founder,
.report-types,
.how,
.report,
.about,
.volunteer {
  padding: 5rem 0;
}

.two-column {
  align-items: center;
  display: grid;
  gap: 3rem;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
}

.section-heading h2,
.community h2,
.volunteer h2 {
  font-size: 3rem;
  font-weight: 900;
}

.section-heading p,
.community p,
.volunteer p {
  color: var(--muted);
  font-size: 1.06rem;
  line-height: 1.75;
}

.section-heading.centered {
  margin-inline: auto;
  max-width: 47rem;
  text-align: center;
}

.note-card {
  color: #eef5ff;
  font-size: 1.08rem;
  line-height: 1.75;
  padding: 2rem;
  position: relative;
}

.glow-card {
  position: relative;
}

.glow-card::before {
  background: linear-gradient(135deg, rgba(52, 137, 252, 0.7), rgba(116, 226, 200, 0.2), rgba(139, 188, 255, 0.5));
  border-radius: inherit;
  content: "";
  inset: -1px;
  opacity: 0.48;
  position: absolute;
  z-index: -1;
}

.quote-mark {
  color: var(--blue);
  display: block;
  font-size: 4rem;
  font-weight: 900;
  line-height: 0.8;
}

.card-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 3rem;
}

.issue-card {
  padding: 1.25rem;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.issue-card:hover,
.issue-card:focus-within {
  border-color: var(--blue);
  box-shadow: var(--glow);
  transform: translateY(-4px);
}

.issue-card h3,
.info-card h3 {
  font-size: 1.12rem;
  line-height: 1.3;
  margin: 1rem 0 0;
}

.issue-card p,
.info-card p,
.step-card p {
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.65;
}

.mini-icon {
  align-items: center;
  background: rgba(52, 137, 252, 0.14);
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--warm-blue);
  display: inline-flex;
  height: 2.9rem;
  justify-content: center;
  width: 2.9rem;
}

.mini-icon svg {
  height: 1.35rem;
  width: 1.35rem;
}

.mini-icon.large {
  height: 4rem;
  width: 4rem;
}

.mini-icon.large svg {
  height: 2rem;
  width: 2rem;
}

.steps {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 3.4rem;
  position: relative;
}

.steps::before {
  background: linear-gradient(90deg, transparent, rgba(52, 137, 252, 0.55), transparent);
  content: "";
  height: 1px;
  left: 2rem;
  position: absolute;
  right: 2rem;
  top: 2.05rem;
}

.step-card {
  padding: 1.25rem;
  position: relative;
}

.step-card small {
  color: var(--blue);
  display: block;
  font-size: 0.78rem;
  font-weight: 900;
  margin-top: 1.3rem;
  text-transform: uppercase;
}

.step-card h3 {
  font-size: 1.7rem;
  margin: 0.35rem 0 0;
}

.report-layout {
  max-width: 50rem;
}

.community {
  background:
    linear-gradient(135deg, rgba(52, 137, 252, 0.16), rgba(5, 6, 8, 0.96) 48%, rgba(116, 226, 200, 0.1));
  border-block: 1px solid rgba(255, 255, 255, 0.1);
  padding: 5rem 0;
}

.community-layout {
  align-items: center;
  display: grid;
  gap: 2rem;
  grid-template-columns: 10rem minmax(0, 1fr);
}

.community-icon {
  align-items: center;
  background: rgba(52, 137, 252, 0.15);
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--warm-blue);
  display: flex;
  height: 8rem;
  justify-content: center;
  width: 8rem;
}

.community-icon svg {
  height: 3.25rem;
  width: 3.25rem;
}

.disclaimer {
  padding: 2.3rem 0;
}

.disclaimer-card {
  align-items: flex-start;
  background: rgba(255, 209, 102, 0.08);
  border: 1px solid rgba(255, 209, 102, 0.32);
  border-radius: 8px;
  display: flex;
  gap: 1rem;
  padding: 1.25rem;
}

.disclaimer-card .mini-icon {
  background: rgba(255, 209, 102, 0.13);
  color: var(--safety);
  flex: 0 0 auto;
}

.disclaimer-card p {
  color: #eef3fb;
  line-height: 1.65;
  margin: 0;
}

.about-cards {
  display: grid;
  gap: 1rem;
}

.info-card {
  padding: 1.5rem;
}

.volunteer-card {
  align-items: center;
  display: grid;
  gap: 2rem;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  padding: 2rem;
}

.footer {
  background: var(--black);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 3rem 0 2rem;
}

.footer-layout {
  display: grid;
  gap: 2rem;
  grid-template-columns: 1.2fr 0.8fr 0.8fr;
}

.footer-logo {
  height: 3.9rem;
  width: 14rem;
}

.footer-title {
  font-size: 1.2rem;
  font-weight: 900;
  margin: 1rem 0 0;
}

.footer-place,
.copyright {
  color: #8996a8;
}

.footer h2 {
  color: var(--warm-blue);
  font-size: 0.85rem;
  margin: 0 0 1rem;
  text-transform: uppercase;
}

.footer a {
  color: var(--muted);
  display: block;
  font-size: 0.95rem;
  margin: 0.7rem 0;
  overflow-wrap: anywhere;
  transition: color 180ms ease;
}

.footer a:hover,
.footer a:focus-visible {
  color: var(--text);
  outline: none;
}

.copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin: 2rem auto 0;
  padding-top: 1.5rem;
  width: min(1120px, calc(100% - 2rem));
}

[data-icon] svg {
  flex: 0 0 auto;
}

[data-icon]:not(.mini-icon):not(.community-icon) > svg {
  height: 1.1rem;
  width: 1.1rem;
}

[data-icon]:not(.mini-icon):not(.community-icon)::before {
  content: "";
}

@media (max-width: 980px) {
  .menu-toggle {
    display: inline-flex;
  }

  .nav-panel {
    background: rgba(5, 6, 8, 0.98);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    display: none;
    flex-direction: column;
    inset: 5rem 0 auto;
    padding: 1rem;
    position: fixed;
  }

  .nav-panel.is-open {
    display: flex;
  }

  .nav-panel > a {
    width: min(100%, 1120px);
  }

  .nav-panel > a:not(.button) {
    font-size: 1rem;
    padding: 1rem;
  }

  .hero-content,
  .two-column,
  .report-layout,
  .volunteer-card,
  .footer-layout {
    grid-template-columns: 1fr;
  }

  .portal-panel {
    max-width: 34rem;
  }

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

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

  .steps::before {
    display: none;
  }
}

@media (max-width: 720px) {
  .shell {
    width: min(100% - 1rem, 1120px);
  }

  .hero {
    min-height: 0;
    padding: 7rem 0 3.25rem;
  }

  .hero h1 {
    font-size: 2.45rem;
  }

  .hero-subtitle {
    font-size: 1.05rem;
  }

  .section-heading h2,
  .community h2,
  .volunteer h2 {
    font-size: 2.25rem;
  }

  .hero-actions,
  .button-row,
  .trust-strip,
  .portal-mini-grid,
  .card-grid,
  .steps,
  .community-layout {
    grid-template-columns: 1fr;
  }

  .hero-actions,
  .button-row {
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .community-icon {
    height: 5.5rem;
    width: 5.5rem;
  }

  .brand-mark {
    height: 3rem;
    width: 10.7rem;
  }

  .disclaimer-card {
    display: block;
  }

  .disclaimer-card .mini-icon {
    margin-bottom: 1rem;
  }

  .founder,
  .report-types,
  .how,
  .report,
  .about,
  .volunteer,
  .community {
    padding: 4rem 0;
  }
}

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

  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
}
