/* Star Plus audit improvements: faster first paint and conversion-focused CTAs. */
img {
  height: auto;
}

.hero-badge,
.hero-title,
.hero-desc,
.hero-actions {
  opacity: 1;
  transform: none;
  animation: none;
}

.btn-whatsapp {
  background: #25d366;
  color: #072d1b;
  border-color: #25d366;
  box-shadow: 0 8px 24px rgba(37, 211, 102, 0.24);
}

.btn-whatsapp:hover {
  background: #20bd5a;
  border-color: #20bd5a;
  color: #052515;
  transform: translateY(-2px);
}

.inline-cta {
  margin: 30px 0 34px;
  padding: 22px 24px;
  border: 1px solid rgba(201, 160, 78, 0.38);
  border-radius: 16px;
  background: linear-gradient(135deg, #fffaf0 0%, #f6f8fb 100%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  box-shadow: var(--shadow-sm);
}

.inline-cta > div:first-child {
  display: flex;
  flex-direction: column;
  gap: 5px;
  max-width: 520px;
}

.inline-cta strong {
  color: var(--navy);
  font-family: "Cairo", sans-serif;
  font-size: 1.1rem;
  line-height: 1.55;
}

.inline-cta span {
  color: var(--muted);
  line-height: 1.75;
}

.inline-cta-actions {
  display: flex;
  gap: 10px;
  flex: 0 0 auto;
}

.inline-cta .btn {
  padding: 12px 18px;
  white-space: nowrap;
}

.article-cta {
  margin: 26px 0 32px;
}

.sd-main a:not(.btn),
.post-body a:not(.btn) {
  color: #8d641d;
  text-decoration: underline;
  text-underline-offset: 3px;
  font-weight: 700;
}

@supports (content-visibility: auto) {
  body > .section:nth-of-type(n + 3),
  .site-footer {
    content-visibility: auto;
    contain-intrinsic-size: 1px 760px;
  }
}

@media (max-width: 768px) {
  .inline-cta {
    align-items: stretch;
    flex-direction: column;
    padding: 20px;
  }

  .inline-cta-actions {
    width: 100%;
    flex-direction: column;
  }

  .inline-cta .btn {
    width: 100%;
    justify-content: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
