.hi-yenda-banner {
  --hi-yenda-ink: #071526;
  --hi-yenda-blue: #43b8ee;
  --hi-yenda-blue-dark: #168ec8;
  --hi-yenda-lime: #d7f56a;
  position: relative;
  z-index: 99990;
  width: 100%;
  margin: 0;
  border: 0;
  border-bottom: 3px solid var(--hi-yenda-blue);
  background:
    radial-gradient(circle at 12% 0%, rgba(67, 184, 238, .16), transparent 32%),
    linear-gradient(108deg, #071526 0%, #0a1d31 66%, #0f2b44 100%);
  color: #fff;
  box-shadow: 0 8px 28px rgba(7, 21, 38, .18);
  font-family: "Avenir Next", Avenir, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.45;
  text-align: left;
}

.hi-yenda-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .18;
  background-image:
    radial-gradient(circle at 18% 30%, var(--hi-yenda-blue) 0 2px, transparent 3px),
    radial-gradient(circle at 29% 70%, var(--hi-yenda-blue) 0 1px, transparent 2px),
    linear-gradient(130deg, transparent 19%, rgba(67,184,238,.24) 19.15%, transparent 19.3%);
}

.hi-yenda-banner *, .hi-yenda-banner *::before, .hi-yenda-banner *::after {
  box-sizing: border-box;
}

.hi-yenda-banner__inner {
  position: relative;
  z-index: 1;
  width: min(1180px, calc(100% - 48px));
  min-height: 164px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 118px minmax(0, 1fr) 175px;
  gap: 34px;
  align-items: center;
  padding: 25px 0;
}

.hi-yenda-banner__continuity {
  display: flex;
  align-items: center;
  min-width: 0;
}

.hi-yenda-banner__yenda {
  display: flex;
  align-items: center;
  gap: 9px;
}

.hi-yenda-banner__yenda img { width: 34px; height: 34px; object-fit: contain; }
.hi-yenda-banner__yenda strong { font-family: Georgia, "Times New Roman", serif; font-size: 25px; font-weight: 400; }

.hi-yenda-banner__copy { min-width: 0; }
.hi-yenda-banner__kicker {
  display: block;
  margin-bottom: 5px;
  color: var(--hi-yenda-blue);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.hi-yenda-banner h2 {
  margin: 0 0 7px;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(25px, 2.25vw, 34px);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -.025em;
}

.hi-yenda-banner__copy > p {
  max-width: 760px;
  margin: 0;
  color: rgba(255,255,255,.72);
  font-size: 13px;
  line-height: 1.48;
}

.hi-yenda-banner__compatibility {
  width: fit-content;
  max-width: 100%;
  margin-top: 11px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(255,255,255,.92);
  font-size: 11px;
  font-weight: 700;
}

.hi-yenda-banner__compatibility svg {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  padding: 3px;
  border-radius: 50%;
  background: var(--hi-yenda-lime);
  fill: none;
  stroke: var(--hi-yenda-ink);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.2;
}

.hi-yenda-banner__cta {
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 14px 16px;
  border: 1px solid rgba(255,255,255,.28);
  background: rgba(255,255,255,.06);
  color: #fff !important;
  text-decoration: none !important;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .09em;
  line-height: 1.2;
  text-transform: uppercase;
  transition: background-color .2s ease, border-color .2s ease, transform .2s ease;
}

.hi-yenda-banner__cta:hover,
.hi-yenda-banner__cta:focus {
  border-color: var(--hi-yenda-blue);
  background: var(--hi-yenda-blue-dark);
  color: #fff !important;
  transform: translateY(-2px);
}

.hi-yenda-banner a:focus-visible {
  outline: 3px solid var(--hi-yenda-lime);
  outline-offset: 4px;
}

@media (max-width: 900px) {
  .hi-yenda-banner__inner {
    grid-template-columns: minmax(0, 1fr) 160px;
    gap: 22px;
  }
  .hi-yenda-banner__continuity { display: none; }
}

@media (max-width: 640px) {
  .hi-yenda-banner__inner {
    width: min(100% - 32px, 560px);
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 21px 0 23px;
  }
  .hi-yenda-banner h2 { font-size: 27px; }
  .hi-yenda-banner__copy > p { font-size: 12.5px; }
  .hi-yenda-banner__compatibility { align-items: flex-start; line-height: 1.4; }
  .hi-yenda-banner__cta { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  .hi-yenda-banner__cta { transition: none; }
}
