/* Стилове само за static-top.php — горната част на страницата. */

.campaign-hero {
  position: relative;
  width: 100%;
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  text-align: center;
  color: #f4f6fb;
}

.campaign-hero__bg {
  position: absolute;
  inset: 0;
  background: #050505 url("images/hero.jpg") center / cover no-repeat;
  z-index: 0;
}

.campaign-hero__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.75);
  z-index: 1;
}

.campaign-hero__inner {
  position: relative;
  z-index: 2;
  max-width: min(92vw, 52rem);
  padding: clamp(1.5rem, 4vw, 3rem) 1.25rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: clamp(1rem, 3vh, 1.75rem);
}

.campaign-hero__label {
  margin: 0;
  font-weight: 700;
  font-size: clamp(0.7rem, 2.2vw, 0.85rem);
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.88);
}

.campaign-hero__title {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.15em;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1.08;
}

.campaign-hero__line {
  display: block;
  font-size: clamp(1.35rem, 5vw, 2.35rem);
  letter-spacing: 0.04em;
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.65);
}

.campaign-hero__line--red {
  color: #ff1e1e;
  font-size: clamp(1.85rem, 8vw, 3.75rem);
  letter-spacing: 0.02em;
  text-shadow:
    0 0 12px rgba(255, 40, 40, 0.95),
    0 0 28px rgba(255, 0, 0, 0.85),
    0 0 56px rgba(255, 30, 30, 0.55),
    0 0 96px rgba(200, 0, 0, 0.35),
    0 4px 20px rgba(0, 0, 0, 0.9);
}

.campaign-hero__sub {
  margin: 0;
  max-width: 36em;
  font-weight: 600;
  font-size: clamp(0.95rem, 2.6vw, 1.15rem);
  line-height: 1.55;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.92);
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.5);
}

.strip-pleven {
  position: relative;
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem 1rem;
  overflow: hidden;
}

.strip-pleven__bg {
  position: absolute;
  inset: 0;
  background: #0a1020 url("images/pleven.jpg") center / cover no-repeat;
}

.strip-pleven__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(5, 7, 15, 0.88) 0%,
    rgba(5, 7, 15, 0.45) 35%,
    rgba(5, 7, 15, 0.5) 65%,
    rgba(5, 7, 15, 0.92) 100%
  );
}

.strip-pleven__text {
  position: relative;
  z-index: 1;
  margin: 0;
  max-width: 22ch;
  font-weight: 900;
  font-size: clamp(1.5rem, 5vw, 2.5rem);
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #fff;
  text-shadow: 0 0 24px rgba(255, 40, 40, 0.4), 0 4px 20px rgba(0, 0, 0, 0.85);
}

.features {
  padding: 3rem 1rem 4rem;
  background: #05070f;
}

.features__inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  gap: 1.5rem;
}

@media (min-width: 768px) {
  .features__inner {
    grid-template-columns: repeat(3, 1fr);
  }
}

.card {
  padding: 1.75rem 1.5rem;
  border-radius: 14px;
  background: rgba(15, 23, 42, 0.55);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  text-align: center;
}

.card--red {
  box-shadow: 0 0 32px rgba(255, 40, 40, 0.55), inset 0 1px 0 rgba(255, 255, 255, 0.06);
  border-color: rgba(248, 113, 113, 0.25);
}

.card--green {
  box-shadow: 0 0 28px rgba(34, 197, 94, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.06);
  border-color: rgba(74, 222, 128, 0.22);
}

.card--blue {
  box-shadow: 0 0 28px rgba(59, 130, 246, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.06);
  border-color: rgba(96, 165, 250, 0.28);
}

.card__emoji {
  font-size: 2rem;
  margin-bottom: 0.75rem;
}

.card__title {
  margin: 0 0 0.75rem;
  font-weight: 900;
  font-size: 1rem;
  letter-spacing: 0.08em;
}

.card__body {
  margin: 0;
  font-size: 0.9rem;
  color: rgba(232, 238, 247, 0.78);
  line-height: 1.55;
}
