.snowfall-hero {
  position: relative;
  min-height: 88vh;
  background:
    linear-gradient(155deg, rgba(5, 24, 37, 0.84), rgba(4, 38, 80, 0.6)),
    url('/images/projects/snowfall-bg.png') no-repeat center center/cover;
}

.snowfall-hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 120px;
  pointer-events: none;
  background: linear-gradient(to bottom, rgba(4, 38, 80, 0), #042650 85%);
}

.snowfall-hero-content {
  position: relative;
  z-index: 1;
  max-width: 900px;
}

.snowfall-logo {
  width: 118px;
  height: 118px;
  object-fit: contain;
  background-color: #ffffff;
  border-radius: 50%;
  padding: 0;
  filter: drop-shadow(0 10px 24px rgba(0, 204, 255, 0.22));
}

.snowfall-headline {
  color: #00ccff;
  font-weight: 600;
}

.snowfall-section {
  background-color: #051825;
  color: #ffffff;
}

.snowfall-what,
.snowfall-use-cases {
  background:
    radial-gradient(circle at 12% 16%, rgba(0, 204, 255, 0.08), transparent 36%),
    #042650;
}

.snowfall-sovereignty,
.snowfall-platforms,
.snowfall-final-cta {
  background-color: #051825;
}

.snowfall-card {
  border: 1px solid rgba(0, 204, 255, 0.26);
  border-radius: 16px;
  background: linear-gradient(170deg, rgba(5, 24, 37, 0.84), rgba(4, 38, 80, 0.62));
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.3);
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.snowfall-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 0 0 1px rgba(0, 204, 255, 0.24), 0 20px 34px rgba(0, 0, 0, 0.34);
  border-color: rgba(0, 204, 255, 0.58);
}

.snowfall-card .small {
  color: #8feaff;
  letter-spacing: 0.04em;
  word-break: break-word;
}

.snowfall-sovereignty-box {
  max-width: 980px;
  padding: 2rem;
  border: 1px solid rgba(0, 204, 255, 0.26);
  border-radius: 16px;
  background: linear-gradient(160deg, rgba(4, 38, 80, 0.64), rgba(5, 24, 37, 0.76));
  box-shadow: 0 0 30px rgba(0, 204, 255, 0.08);
}

.snowfall-platforms-intro {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.btn-snow-primary {
  background-color: #00ccff;
  border: 1px solid #00ccff;
  color: #051825;
  font-weight: 700;
}

.btn-snow-primary:hover,
.btn-snow-primary:focus {
  background-color: #5ddfff;
  border-color: #5ddfff;
  color: #051825;
}

.btn-snow-secondary {
  border: 1px solid #00ccff;
  color: #ffffff;
  background: rgba(0, 204, 255, 0.08);
  font-weight: 600;
}

.btn-snow-secondary:hover,
.btn-snow-secondary:focus {
  background: rgba(0, 204, 255, 0.18);
  border-color: #6de4ff;
  color: #ffffff;
}

@media (max-width: 768px) {
  .snowfall-hero {
    min-height: 82vh;
  }

  .snowfall-sovereignty-box {
    padding: 1.35rem;
  }
}
