.modelser-page .container {
  max-width: 1320px;
}

.modelser-hero {
  position: relative;
}

.modelser-hero-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  padding: 88px 6% 48px;
}

.modelser-hero-copy {
  max-width: 560px;
  color: #fff;
}

.modelser-hero-copy .title-img {
  max-width: 420px;
  margin-bottom: 18px;
}

.modelser-hero-copy p {
  font-size: clamp(16px, 1.5vw, 20px);
  font-weight: 700;
  line-height: 1.7;
}

.modelser-btn {
  display: inline-flex;
  margin: 10px 10px 0 0;
  padding: 12px 28px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  font-weight: 700;
  background: #f0ad00;
}

.modelser-btn:hover {
  color: #fff;
  background: #d99700;
}

.modelser-pain-card {
  height: 100%;
  padding: 18px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(15, 74, 142, 0.08);
}

.modelser-pain-card .head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.modelser-pain-card .head img {
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.modelser-pain-card .head span {
  color: #0e7aff;
  font-weight: 800;
}

.modelser-pain-card .divider {
  width: 100%;
  height: auto;
  margin-bottom: 12px;
}

.modelser-pain-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.75;
}

.modelser-zigzag .step-index {
  font-size: clamp(64px, 10vw, 120px);
  font-weight: 700;
  color: rgba(14, 122, 255, 0.12);
  line-height: 1;
}

.modelser-zigzag h3 {
  margin: 0 0 14px;
  font-size: clamp(22px, 2.4vw, 30px);
  font-weight: 800;
}

.modelser-zigzag p {
  color: var(--muted);
  line-height: 1.85;
}

.modelser-shot {
  border: 4px solid rgba(14, 122, 255, 0.18);
  border-radius: 24px;
  box-shadow: 0 18px 40px rgba(15, 74, 142, 0.12);
}

.modelser-footer-strip {
  padding: 56px 24px;
  text-align: center;
  color: #fff;
  font-size: clamp(22px, 3vw, 32px);
  font-weight: 800;
  background: linear-gradient(135deg, #0b3f86, #15c4ff);
}
