/* Homepage promo band — ویژه پزشکان → /panel-pezeshkan/
   Injected by shkian-home; scoped to .shkian-doctor-promo only. */

.shkian-doctor-promo {
  --shk-dp-font: IRANSans, "Vazirmatn", Tahoma, sans-serif;
  --shk-dp-teal: #0f766e;
  --shk-dp-teal-light: #14b8a6;
  --shk-dp-teal-glow: rgba(20, 184, 166, 0.18);
  --shk-dp-ink: #0f172a;
  --shk-dp-muted: #475569;
  --shk-dp-surface: #ffffff;
  --shk-dp-ease: cubic-bezier(0.22, 1, 0.36, 1);

  direction: rtl;
  font-family: var(--shk-dp-font);
  -webkit-font-smoothing: antialiased;
  position: relative;
  overflow: hidden;
  padding: clamp(3rem, 7vw, 5.5rem) 0;
  background:
    radial-gradient(ellipse 80% 65% at 8% -10%, rgba(20, 184, 166, 0.18) 0%, transparent 55%),
    radial-gradient(ellipse 65% 55% at 95% 110%, rgba(3, 105, 161, 0.14) 0%, transparent 52%),
    linear-gradient(175deg, #f0faf9 0%, #f8fafc 45%, #fff 100%);
  border-block: 1px solid rgba(15, 118, 110, 0.12);
  scroll-margin-top: 5rem;
}

/* faint decorative rings */
.shkian-doctor-promo::before,
.shkian-doctor-promo::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.shkian-doctor-promo::before {
  width: 520px;
  height: 520px;
  top: -200px;
  inset-inline-end: -160px;
  border: 1.5px solid rgba(20, 184, 166, 0.12);
}

.shkian-doctor-promo::after {
  width: 340px;
  height: 340px;
  bottom: -140px;
  inset-inline-start: -100px;
  border: 1.5px solid rgba(3, 105, 161, 0.09);
}

.shkian-doctor-promo *,
.shkian-doctor-promo *::before,
.shkian-doctor-promo *::after {
  box-sizing: border-box;
}

/* ── inner ─────────────────────────────────────────────── */
.shkian-doctor-promo__inner {
  position: relative;
  z-index: 1;
  width: min(1160px, calc(100% - 3rem));
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(2rem, 4.5vw, 3rem);
}

/* ── header ─────────────────────────────────────────────── */
.shkian-doctor-promo__header {
  text-align: center;
  max-width: 660px;
}

.shkian-doctor-promo__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.35rem 0.9rem 0.35rem 0.7rem;
  border-radius: 999px;
  background: rgba(15, 118, 110, 0.09);
  border: 1px solid rgba(15, 118, 110, 0.16);
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--shk-dp-teal);
  letter-spacing: 0.01em;
  margin: 0 !important;
}

.shkian-doctor-promo__eyebrow svg {
  flex: 0 0 auto;
  stroke: var(--shk-dp-teal-light);
}

.shkian-doctor-promo__title {
  margin: 1rem 0 0 !important;
  font-size: clamp(1.55rem, 3.4vw, 2.3rem);
  font-weight: 800;
  line-height: 1.45;
  letter-spacing: -0.025em;
  color: var(--shk-dp-ink);
  text-wrap: balance;
}

.shkian-doctor-promo__lead {
  margin: 0.9rem 0 0 !important;
  font-size: clamp(0.95rem, 1.15vw, 1.05rem);
  font-weight: 500;
  line-height: 2;
  color: var(--shk-dp-muted);
}

/* ── feature tiles grid ─────────────────────────────────── */
.shkian-doctor-promo__tiles {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(0.75rem, 1.5vw, 1rem);
  margin: 0 !important;
  padding: 0;
  list-style: none;
}

.shkian-doctor-promo__tile {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  padding: clamp(1rem, 2vw, 1.35rem);
  border-radius: 16px;
  background: var(--shk-dp-surface);
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow:
    0 1px 3px rgba(15, 23, 42, 0.05),
    0 4px 16px rgba(15, 23, 42, 0.045);
  transition: transform 0.25s var(--shk-dp-ease), box-shadow 0.25s var(--shk-dp-ease);
}

.shkian-doctor-promo__tile:hover {
  transform: translateY(-3px);
  box-shadow:
    0 2px 6px rgba(15, 23, 42, 0.06),
    0 10px 28px rgba(15, 118, 110, 0.1);
  border-color: rgba(15, 118, 110, 0.22);
}

.shkian-doctor-promo__tile-icon {
  display: grid;
  place-items: center;
  width: 2.5rem;
  height: 2.5rem;
  flex: 0 0 auto;
  border-radius: 12px;
  background: var(--shk-dp-teal-glow);
  color: var(--shk-dp-teal);
}

.shkian-doctor-promo__tile-icon svg {
  width: 1.2rem;
  height: 1.2rem;
}

.shkian-doctor-promo__tile div {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.shkian-doctor-promo__tile strong {
  font-size: 0.88rem;
  font-weight: 800;
  line-height: 1.4;
  color: var(--shk-dp-ink);
}

.shkian-doctor-promo__tile span {
  font-size: 0.77rem;
  font-weight: 500;
  line-height: 1.6;
  color: var(--shk-dp-muted);
}

/* ── footer / cta ───────────────────────────────────────── */
.shkian-doctor-promo__footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
}

.shkian-doctor-promo__cta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.65rem;
}

.shkian-doctor-promo__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  min-height: 2.85rem;
  padding: 0.75rem 1.65rem;
  border: 1.5px solid transparent;
  border-radius: 999px;
  font-family: inherit;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.22s var(--shk-dp-ease), background 0.2s, box-shadow 0.2s,
    border-color 0.2s, color 0.2s;
}

.shkian-doctor-promo__btn svg {
  flex: 0 0 auto;
  transition: transform 0.2s var(--shk-dp-ease);
}

.shkian-doctor-promo__btn:hover svg {
  transform: translateX(-3px);
}

.shkian-doctor-promo__btn--primary {
  background: linear-gradient(135deg, var(--shk-dp-teal) 0%, #0e6b64 100%);
  color: #ffffff;
  box-shadow:
    0 4px 14px rgba(15, 118, 110, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.shkian-doctor-promo__btn--primary:hover {
  background: linear-gradient(135deg, #0a5e57 0%, #0b6059 100%);
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(15, 118, 110, 0.32);
}

.shkian-doctor-promo__btn--ghost {
  background: var(--shk-dp-surface);
  border-color: rgba(15, 23, 42, 0.15);
  color: var(--shk-dp-muted);
}

.shkian-doctor-promo__btn--ghost:hover {
  border-color: var(--shk-dp-teal);
  color: var(--shk-dp-teal);
  transform: translateY(-2px);
}

.shkian-doctor-promo__note {
  margin: 0 !important;
  font-size: 0.78rem;
  font-weight: 600;
  color: #94a3b8;
  letter-spacing: 0.01em;
}

/* ── responsive ─────────────────────────────────────────── */
@media (max-width: 900px) {
  .shkian-doctor-promo__inner {
    width: min(1160px, calc(100% - 2.5rem));
  }

  .shkian-doctor-promo__tiles {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 600px) {
  .shkian-doctor-promo__tiles {
    grid-template-columns: minmax(0, 1fr);
  }

  .shkian-doctor-promo__btn {
    width: 100%;
    justify-content: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .shkian-doctor-promo__tile,
  .shkian-doctor-promo__btn,
  .shkian-doctor-promo__btn svg {
    transition: none;
  }

  .shkian-doctor-promo__tile:hover,
  .shkian-doctor-promo__btn:hover {
    transform: none;
  }
}
