.afrisud-demo-header {
  max-width: 920px;
  margin: 0 auto 1.4rem;
}

.afrisud-demo-kicker {
  margin-bottom: .35rem;
  color: #0f766e;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.afrisud-demo-header h2 {
  margin: 0 0 .65rem;
  font-size: clamp(1.65rem, 4vw, 2.65rem);
  line-height: 1.08;
}

.afrisud-demo-links {
  display: flex;
  gap: .6rem;
  align-items: center;
}

.afrisud-frame-shell {
  width: min(100%, 1440px);
  height: min(82vh, 940px);
  min-height: 720px;
  margin: 0 auto 2rem;
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, .12);
  border-radius: 20px;
  background: #f8fafc;
  box-shadow: 0 24px 70px rgba(15, 23, 42, .14);
}

.afrisud-frame {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

@media (max-width: 700px) {
  .afrisud-frame-shell {
    min-height: 820px;
    border-radius: 12px;
  }
}

