#s1 {
  background: linear-gradient(135deg, var(--bg) 0%, var(--bg2) 50%, var(--bg) 100%);
}

#s1 .cover-brand {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--text3);
  margin-bottom: 30px;
}

#s1 .subtitle {
  font-size: 22px;
  color: var(--text2);
  margin-top: 20px;
  font-weight: 400;
  max-width: 580px;
  line-height: 1.6;
}

.cover-graphic {
  position: absolute;
  right: 80px;
  top: 50%;
  transform: translateY(-50%);
  width: 260px;
  height: 260px;
  background: var(--card);
  border-radius: 50%;
  box-shadow: var(--card-shadow-lg);
  display: flex;
  align-items: center;
  justify-content: center;
}

.cover-graphic-inner {
  width: 180px;
  height: 180px;
  background: var(--blue-light);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.cover-graphic-inner .cg-label {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  text-align: center;
  color: var(--blue);
  line-height: 1.6;
}
