.mayday-banner-link {
  color: inherit;
}

.mayday-banner {
  background: linear-gradient(135deg, #bb1128 0%, #d52c2c 48%, #f09b1c 100%);
  box-shadow: 0 14px 34px rgba(123, 18, 28, 0.18);
}

.mayday-content,
.mayday-side,
.mayday-panel,
.mayday-logo-wrap {
  position: relative;
  z-index: 2;
}

.mayday-kicker {
  display: inline-block;
  font-size: 0.78rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.88);
}

.mayday-title {
  font-size: 1.95rem;
  line-height: 1.08;
  max-width: 720px;
}

.mayday-text {
  max-width: 690px;
  font-size: 1rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.94);
}

.mayday-side {
  min-height: 100%;
}

.mayday-logo-wrap {
  width: 150px;
  min-width: 150px;
  height: 150px;
  padding: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1.25rem;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(4px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.mayday-logo {
  max-width: 100%;
  max-height: 120px;
  width: auto;
  height: auto;
  display: block;
  filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.16));
}

.mayday-panel {
  min-width: 220px;
  max-width: 255px;
  padding: 1rem 1.1rem;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
}

.mayday-panel-label {
  font-size: 1.4rem;
  line-height: 1.1;
  font-weight: 800;
  color: #bf152b;
  margin-bottom: 0.4rem;
}

.mayday-panel-text {
  font-size: 0.97rem;
  line-height: 1.4;
  color: #212529;
  margin-bottom: 0.85rem;
}

.mayday-panel-text strong {
  margin-top: 0.2rem;
  font-size: 1rem;
  line-height: 1.35;
  color: #bf152b;
}

.mayday-panel-link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.95rem;
  font-weight: 700;
  color: #bf152b;
}

.mayday-panel-arrow {
  transition: transform 0.2s ease;
}

.mayday-banner-link:hover .mayday-panel-arrow {
  transform: translateX(3px);
}

.mayday-banner-link:hover .mayday-banner {
  box-shadow: 0 18px 38px rgba(123, 18, 28, 0.22);
}

.mayday-decor {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.mayday-decor-1 {
  width: 300px;
  height: 300px;
  top: -145px;
  right: -90px;
  background: rgba(255, 255, 255, 0.09);
}

.mayday-decor-2 {
  width: 170px;
  height: 170px;
  bottom: -70px;
  right: 130px;
  background: rgba(255, 255, 255, 0.07);
}

.mayday-decor-3 {
  width: 110px;
  height: 110px;
  top: 24px;
  right: 310px;
  background: rgba(255, 255, 255, 0.05);
}

@media (max-width: 1199.98px) {
  .mayday-title {
    font-size: 1.75rem;
  }

  .mayday-logo-wrap {
    width: 138px;
    min-width: 138px;
    height: 138px;
  }

  .mayday-logo {
    max-height: 110px;
  }

  .mayday-panel {
    min-width: 205px;
  }
}

@media (max-width: 991.98px) {
  .mayday-title {
    font-size: 1.55rem;
  }

  .mayday-text {
    font-size: 0.96rem;
  }

  .mayday-side {
    justify-content: flex-start !important;
  }

  .mayday-logo-wrap {
    width: 128px;
    min-width: 128px;
    height: 128px;
  }

  .mayday-logo {
    max-height: 100px;
  }
}

@media (max-width: 767.98px) {
  .mayday-banner {
    border-radius: 1.25rem;
  }

  .mayday-title {
    font-size: 1.35rem;
  }

  .mayday-kicker {
    font-size: 0.72rem;
  }

  .mayday-text {
    font-size: 0.93rem;
    line-height: 1.45;
  }

  .mayday-side {
    flex-direction: column;
    align-items: stretch !important;
  }

  .mayday-logo-wrap {
    width: 100%;
    min-width: 0;
    height: auto;
    min-height: 110px;
  }

  .mayday-logo {
    max-height: 96px;
  }

  .mayday-panel {
    min-width: 0;
    max-width: none;
    width: 100%;
  }

  .mayday-decor-2,
  .mayday-decor-3 {
    display: none;
  }
}