/* Shkian Elementor — minimal professional heart-care hero */

.elementor-widget-shkian_hero,
.elementor-widget-shkian_hero .elementor-widget-container,
.elementor-element.elementor-widget-shkian_hero {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: visible !important;
}

.shk-hero {
  --shk-font: "Vazirmatn", system-ui, sans-serif;
  --shk-bg: #f8fafc;
  --shk-surface: #ffffff;
  --shk-text: #0f172a;
  --shk-muted: #64748b;
  --shk-soft: #94a3b8;
  --shk-primary: #0d9488;
  --shk-primary-dark: #0f766e;
  --shk-primary-soft: rgba(13, 148, 136, 0.08);
  --shk-border: rgba(15, 23, 42, 0.08);
  --shk-border-strong: rgba(15, 23, 42, 0.12);
  --shk-shadow: 0 20px 50px rgba(15, 23, 42, 0.06);
  --shk-radius: 20px;
  --shk-ease: cubic-bezier(0.16, 1, 0.3, 1);
  --shk-wrap: min(1140px, calc(100% - 2.5rem));
  position: relative;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  margin: 0;
  padding: clamp(2.5rem, 5vw, 4rem) 0 clamp(3rem, 6vw, 4.5rem);
  font-family: var(--shk-font) !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  color: var(--shk-text);
  background: var(--shk-bg);
  direction: rtl;
  text-align: right;
  -webkit-font-smoothing: antialiased;
}

.shk-hero *,
.shk-hero *::before,
.shk-hero *::after {
  box-sizing: border-box;
}

.shk-hero h1,
.shk-hero p,
.shk-hero a,
.shk-hero span,
.shk-hero strong,
.shk-hero li {
  font-family: var(--shk-font) !important;
}

.shk-hero__wrap {
  width: var(--shk-wrap);
  max-width: 100%;
  min-width: 0;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: clamp(1.25rem, 3vw, 2rem);
}

/* ─── Search ─── */
.shk-hero__search-wrap {
  position: relative;
  z-index: 20;
  width: 100%;
}

.shk-hero__search-form {
  position: relative;
  max-width: 520px;
  margin-inline: auto;
}

.shk-hero__visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.shk-hero__search-bar {
  display: flex !important;
  align-items: center;
  gap: 0.5rem;
  padding: 0.35rem 0.35rem 0.35rem 0.9rem;
  background: var(--shk-surface);
  border: 1px solid var(--shk-border);
  border-radius: 999px;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.shk-hero__search-bar:focus-within {
  border-color: rgba(13, 148, 136, 0.35);
  box-shadow: 0 0 0 3px rgba(13, 148, 136, 0.1);
}

.shk-hero__search-icon {
  display: flex;
  flex-shrink: 0;
  color: var(--shk-soft);
  opacity: 0.75;
}

.shk-hero__search-input {
  flex: 1;
  min-width: 0;
  margin: 0 !important;
  padding: 0.45rem 0 !important;
  border: none !important;
  background: transparent !important;
  font-family: var(--shk-font) !important;
  font-size: 0.875rem !important;
  font-weight: 400 !important;
  color: var(--shk-text) !important;
  outline: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}

.shk-hero__search-input::placeholder {
  color: var(--shk-soft) !important;
}

.shk-hero__search-submit {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  flex-shrink: 0;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  border-radius: 50% !important;
  background: var(--shk-primary) !important;
  color: #fff !important;
  cursor: pointer;
  transition: background 0.2s, transform 0.2s;
}

.shk-hero__search-submit svg {
  transform: scaleX(-1);
}

.shk-hero__search-submit:hover {
  background: var(--shk-primary-dark) !important;
}

.shk-hero__search-suggestions {
  position: absolute;
  top: calc(100% + 0.35rem);
  right: 0;
  left: 0;
  z-index: 30;
  margin: 0 !important;
  padding: 0.5rem !important;
  list-style: none !important;
  background: var(--shk-surface);
  border: 1px solid var(--shk-border);
  border-radius: 14px;
  box-shadow: var(--shk-shadow);
  max-height: 280px;
  overflow-y: auto;
}

.shk-hero__search-item {
  display: flex !important;
  align-items: center;
  gap: 0.65rem;
  width: 100%;
  margin: 0 !important;
  padding: 0.65rem 0.75rem !important;
  border: none !important;
  border-radius: 10px !important;
  background: transparent !important;
  font-family: var(--shk-font) !important;
  font-size: 0.875rem !important;
  color: var(--shk-text) !important;
  text-align: right;
  cursor: pointer;
  transition: background 0.15s;
}

.shk-hero__search-item:hover,
.shk-hero__search-item:focus-visible {
  background: var(--shk-primary-soft) !important;
  outline: none;
}

.shk-hero__search-item svg {
  flex-shrink: 0;
  color: var(--shk-soft);
}

.shk-hero__search-meta {
  margin-inline-start: auto;
  font-size: 0.75rem !important;
  color: var(--shk-soft) !important;
}

.shk-hero__search-empty {
  padding: 0.75rem !important;
  font-size: 0.8125rem !important;
  color: var(--shk-muted) !important;
  text-align: center;
}

.shk-hero__grid {
  display: grid !important;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(2rem, 4vw, 3.5rem);
  align-items: center;
}

.shk-hero__content {
  min-width: 0;
}

/* ─── Copy ─── */
.shk-hero__eyebrow {
  display: inline-flex !important;
  align-items: center;
  gap: 0.45rem;
  margin: 0 0 1rem !important;
  padding: 0;
  font-size: 0.875rem !important;
  font-weight: 600 !important;
  line-height: 1.4 !important;
  color: var(--shk-primary-dark) !important;
  letter-spacing: normal !important;
  text-transform: none !important;
  background: none !important;
  border: none !important;
}

.shk-hero__eyebrow-icon {
  flex-shrink: 0;
  color: var(--shk-primary);
}

.shk-hero__title {
  margin: 0 0 1rem !important;
  padding: 0 !important;
  border: 0 !important;
  font-size: clamp(2rem, 4.5vw, 2.85rem) !important;
  font-weight: 800 !important;
  line-height: 1.3 !important;
  letter-spacing: -0.025em !important;
  color: var(--shk-text) !important;
}

.shk-hero__accent {
  color: var(--shk-primary) !important;
  -webkit-text-fill-color: var(--shk-primary);
}

.shk-hero__lead {
  max-width: 34rem;
  margin: 0 0 1.25rem !important;
  padding: 0 !important;
  font-size: 1.05rem !important;
  font-weight: 400 !important;
  line-height: 1.75 !important;
  color: var(--shk-muted) !important;
}

.shk-hero__chips {
  display: flex !important;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0 0 1.75rem !important;
  padding: 0 !important;
  list-style: none !important;
}

.shk-hero__chips li {
  display: inline-flex;
  align-items: center;
  padding: 0.35rem 0.85rem;
  font-size: 0.8125rem !important;
  font-weight: 500 !important;
  color: var(--shk-muted) !important;
  background: var(--shk-surface);
  border: 1px solid var(--shk-border);
  border-radius: 999px;
}

.shk-hero__cta {
  display: flex !important;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin: 0 0 1.5rem !important;
}

.shk-hero__btn {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  margin: 0 !important;
  padding: 0.75rem 1.5rem !important;
  font-size: 0.9375rem !important;
  font-weight: 600 !important;
  line-height: 1.3 !important;
  border-radius: 10px !important;
  border: 1.5px solid transparent !important;
  text-decoration: none !important;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s;
}

.shk-hero__btn:hover {
  text-decoration: none !important;
}

.shk-hero__btn--primary {
  background: var(--shk-primary) !important;
  color: #fff !important;
  border-color: var(--shk-primary) !important;
  box-shadow: 0 4px 14px rgba(13, 148, 136, 0.25);
}

.shk-hero__btn--primary:hover {
  background: var(--shk-primary-dark) !important;
  border-color: var(--shk-primary-dark) !important;
  color: #fff !important;
}

.shk-hero__btn--outline {
  background: var(--shk-surface) !important;
  color: var(--shk-text) !important;
  border-color: var(--shk-border-strong) !important;
}

.shk-hero__btn--outline:hover {
  border-color: var(--shk-primary) !important;
  color: var(--shk-primary) !important;
}

.shk-hero__trust {
  margin: 0 !important;
  padding: 0 !important;
  font-size: 0.8125rem !important;
  line-height: 1.5 !important;
  color: var(--shk-soft) !important;
}

.shk-hero__trust strong {
  font-weight: 700 !important;
  color: var(--shk-muted) !important;
}

/* ─── Heart-care panel ─── */
.shk-hero__panel {
  position: relative;
  min-width: 0;
  background: var(--shk-surface);
  border: 1px solid var(--shk-border);
  border-radius: var(--shk-radius);
  box-shadow: var(--shk-shadow);
  overflow: hidden;
}

.shk-hero__panel-bg {
  position: absolute;
  inset: 0 0 auto 0;
  height: 112px;
  background: linear-gradient(180deg, var(--shk-primary-soft) 0%, transparent 100%);
  pointer-events: none;
}

.shk-hero__panel-bg .shk-hero__ecg-svg {
  position: absolute;
  inset: 20px 1.25rem 12px;
  width: calc(100% - 2.5rem);
  height: calc(100% - 32px);
  display: block;
}

.shk-hero__ecg-wave {
  animation: shkHeroEcgPulse 1.15s ease-in-out infinite;
}

@keyframes shkHeroEcgPulse {
  0%, 44%, 100% {
    opacity: 0.58;
  }

  9% {
    opacity: 1;
  }

  18% {
    opacity: 0.72;
  }

  27% {
    opacity: 1;
  }

  36% {
    opacity: 0.64;
  }
}

@media (prefers-reduced-motion: reduce) {
  .shk-hero__ecg-wave {
    animation: none;
    opacity: 0.85;
  }

  .shk-hero__ecg-sweep animate {
    display: none;
  }
}

.shk-hero__panel-body {
  position: relative;
  padding: 7.5rem 1.75rem 1.5rem;
}

.shk-hero__panel-title {
  margin: 0 0 1.15rem !important;
  padding: 0 0 1rem !important;
  border-bottom: 1px solid var(--shk-border);
  font-size: 0.9375rem !important;
  font-weight: 700 !important;
  color: var(--shk-text) !important;
  text-align: center;
}

.shk-hero__care-list {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.shk-hero__care-list li {
  display: flex !important;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 0.85rem 1rem;
  background: var(--shk-bg);
  border: 1px solid var(--shk-border);
  border-radius: 12px;
}

.shk-hero__care-icon {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  color: var(--shk-primary);
  background: var(--shk-primary-soft);
}

.shk-hero__care-copy {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  min-width: 0;
}

.shk-hero__care-copy strong {
  display: block;
  font-size: 0.9375rem !important;
  font-weight: 700 !important;
  color: var(--shk-text) !important;
  line-height: 1.35 !important;
}

.shk-hero__care-copy span {
  font-size: 0.8125rem !important;
  font-weight: 400 !important;
  color: var(--shk-muted) !important;
  line-height: 1.45 !important;
}

@media (max-width: 900px) {
  .shk-hero__grid {
    grid-template-columns: 1fr !important;
    gap: 2rem;
  }

  .shk-hero__content {
    order: 2;
  }

  .shk-hero__panel {
    order: 1;
    max-width: 480px;
    margin-inline: auto;
    width: 100%;
  }
}

@media (max-width: 600px) {
  .shk-hero {
    --shk-wrap: min(1140px, calc(100% - 1.5rem));
  }

  .shk-hero__title {
    font-size: clamp(1.65rem, 7vw, 2.1rem) !important;
  }

  .shk-hero__lead {
    font-size: 0.9375rem !important;
  }

  .shk-hero__cta {
    flex-direction: column;
    align-items: stretch;
  }

  .shk-hero__btn {
    width: 100%;
    white-space: normal;
  }

  .shk-hero__search-form {
    max-width: 100%;
  }

  .shk-hero__search-input {
    font-size: 0.8125rem !important;
  }

  .shk-hero__panel-body {
    padding: 6.75rem 1.25rem 1.25rem;
  }
}
