
.overview-card {
  margin: 24px 0 28px;
  padding: 30px;
  border-radius: 28px;
  background: radial-gradient(circle at top left, rgba(250,204,21,.18), transparent 34%), linear-gradient(135deg, #0f766e, #16a34a);
  color: #ffffff;
  box-shadow: 0 18px 50px rgba(15, 118, 110, 0.24);
}

.overview-topline {
  display: flex;
  justify-content: center;
  gap: 12px;
  align-items: center;
  margin-bottom: 18px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .05em;
  color: #fef08a;
}

.overview-topline strong {
  display: none;
}

.hero-main-layout {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.hero-logo-box {
  width: 88px;
  height: 88px;
  border-radius: 22px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 12px 24px rgba(0,0,0,.16);
  margin-bottom: 12px;
}

.hero-logo-box .provider-logo-image {
  width: 76px;
  height: 76px;
  object-fit: contain;
  box-shadow: none;
  padding: 4px;
  border-radius: 16px;
  background: #fff;
}

.hero-logo-box .logo-fallback {
  width: 76px;
  height: 76px;
  border-radius: 18px;
  font-size: 22px;
}

.hero-main-info {
  width: 100%;
  text-align: center;
}

.hero-main-info h2 {
  margin: 0 0 22px;
  font-size: clamp(30px, 4vw, 42px);
  color: #fff;
  line-height: 1.05;
}

.hero-exchange-row {
  width: min(760px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0,1fr) 52px minmax(0,1fr);
  gap: 18px;
  align-items: center;
}

.hero-amount-block {
  min-width: 0;
}

.hero-amount-block span {
  display: block;
  font-size: 13px;
  font-weight: 900;
  opacity: .92;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: .05em;
}

.hero-amount-block strong {
  display: block;
  font-size: clamp(32px, 4.2vw, 48px);
  line-height: 1;
  color: #fff;
  text-shadow: 0 6px 14px rgba(0,0,0,.16);
  word-break: keep-all;
}

.hero-amount-block small {
  display: block;
  margin-top: 8px;
  opacity: .85;
  font-size: 12px;
  font-weight: 800;
}

.hero-swap {
  width: 46px;
  height: 46px;
  border-radius: 999px;
  background: #facc15;
  color: #064e3b;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 900;
  margin: 0 auto;
  box-shadow: 0 8px 18px rgba(0,0,0,.14);
}

.hero-savings-line {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 18px;
  padding: 8px 18px;
  border-radius: 999px;
  background: rgba(255,255,255,.18);
  color: #dcfce7;
  font-size: 15px;
  font-weight: 900;
}

.overview-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
  margin-top: 28px;
}

.overview-item {
  background: rgba(255,255,255,.14);
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 18px;
  padding: 16px;
  text-align: center;
  backdrop-filter: blur(12px);
}

.overview-item span {
  display: block;
  font-size: 13px;
  opacity: .9;
  margin-bottom: 8px;
}

.overview-item strong {
  display: block;
  font-size: 18px;
  font-weight: 900;
}
