/* صفحه اصلی سید — رنگ‌ها مستقیم نوشته شده‌اند و فونتی در این فایل تعریف نشده است. */

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: #17132f;
  background: #ffffff;
  line-height: 1.8;
  overflow-x: hidden;
}

body.menu-open {
  overflow: hidden;
}

button,
input,
textarea,
select {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

a {
  color: inherit;
  text-decoration: none;
}

img,
svg {
  display: block;
  max-width: 100%;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

.container {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

.section-space {
  padding-block: 120px;
}

.skip-link {
  position: fixed;
  z-index: 9999;
  top: 12px;
  right: 12px;
  padding: 10px 16px;
  color: #ffffff;
  background: #5b21b6;
  border-radius: 10px;
  transform: translateY(-160%);
  transition: transform 0.2s ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.page-progress {
  position: fixed;
  z-index: 1001;
  top: 0;
  right: 0;
  left: 0;
  height: 3px;
  pointer-events: none;
}

.page-progress span {
  display: block;
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, #0ca79d, #7928d8, #bd17df);
}

.site-header {
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  left: 0;
  border-bottom: 1px solid transparent;
  transition:
    background 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease;
}

.site-header.scrolled {
  background: rgba(255, 255, 255, 0.9);
  border-color: #ece8f5;
  box-shadow: 0 16px 42px rgba(38, 22, 75, 0.08);
  backdrop-filter: blur(18px);
}

.header-inner {
  min-height: 86px;
  display: flex;
  align-items: center;
  gap: 30px;
}

.brand {
  flex: 0 0 auto;
  min-width: 58px;
  min-height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.brand-logo {
  margin-top: 10px;
  width: 79px;
  height: 79px;
  object-fit: contain;
  position: relative;
  z-index: 2;
}

.brand-placeholder {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: #6c2bd9;
  font-size: 24px;
  font-weight: 900;
}

.brand-logo:not(.image-error) + .brand-placeholder {
  opacity: 0;
}

.primary-navigation {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 27px;
  margin-inline: auto;
}

.primary-navigation a {
  position: relative;
  color: #4d4761;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
}

.primary-navigation a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -9px;
  width: 0;
  height: 2px;
  background: #7928d8;
  transition: width 0.25s ease;
}

.primary-navigation a:hover::after,
.primary-navigation a:focus-visible::after {
  width: 100%;
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 10px;
  border: 0;
  border-radius: 12px;
  background: #f5f1fb;
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 100%;
  height: 2px;
  margin: 5px 0;
  background: #351c60;
  border-radius: 9px;
  transition:
    transform 0.2s ease,
    opacity 0.2s ease;
}

.button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 12px 25px;
  color: #ffffff;
  background: linear-gradient(135deg, #6c2bd9, #9a21d9);
  border: 1px solid transparent;
  border-radius: 15px;
  font-weight: 800;
  box-shadow: 0 14px 32px rgba(108, 43, 217, 0.2);
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-3px);
  box-shadow: 0 18px 38px rgba(108, 43, 217, 0.3);
}

.button-small {
  min-height: 44px;
  padding: 9px 18px;
  border-radius: 12px;
  font-size: 14px;
}

.button-outline {
  color: #5c2a9d;
  background: transparent;
  border-color: #cfc0e7;
  box-shadow: none;
}

.button-white {
  color: #5b21b6;
  background: #ffffff;
  box-shadow: 0 18px 44px rgba(20, 8, 52, 0.22);
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
}

.text-link span {
  transition: transform 0.2s ease;
}

.text-link:hover span {
  transform: translateX(-5px);
}

.purple-link {
  color: #6c2bd9;
}

.hero {
  position: relative;
  min-height: 820px;
  padding: 150px 0 90px;
  display: grid;
  align-items: center;
  overflow: hidden;
  background:
    radial-gradient(
      circle at 78% 38%,
      rgba(125, 54, 220, 0.12),
      transparent 26%
    ),
    linear-gradient(180deg, #fbfaff 0%, #ffffff 100%);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.35;
  background-image: radial-gradient(#c7b7e9 0.7px, transparent 0.7px);
  background-size: 28px 28px;
  mask-image: linear-gradient(to left, #000, transparent 60%);
}

.hero-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(4px);
  pointer-events: none;
}

.hero-glow-one {
  width: 520px;
  height: 520px;
  top: -260px;
  right: -160px;
  background: rgba(187, 24, 229, 0.08);
}

.hero-glow-two {
  width: 380px;
  height: 380px;
  bottom: -230px;
  left: -80px;
  background: rgba(12, 167, 157, 0.1);
}

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: center;
  gap: 60px;
}

.eyebrow,
.section-kicker {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  color: #6c2bd9;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.02em;
}

.eyebrow span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #0ca79d;
  box-shadow: 0 0 0 6px rgba(12, 167, 157, 0.1);
}

.hero h1 {
  max-width: 620px;
  margin-bottom: 24px;
  color: #17113f;
  font-size: clamp(42px, 5.2vw, 74px);
  line-height: 1.2;
  letter-spacing: -0.045em;
}

.hero h1 span {
  display: block;
  color: #7b24d3;
 
}

.hero-description {
  max-width: 600px;
  margin-bottom: 30px;
  color: #5f5a70;
  font-size: 19px;
  direction: rtl;
  text-align: right;
  letter-spacing: 0;
  word-spacing: normal;
  line-height: 2;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 32px;
}

.hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 22px;
  color: #625d71;
  font-size: 13px;
}

.hero-points li {
  display: flex;
  align-items: center;
  gap: 7px;
}

.hero-points i {
  width: 7px;
  height: 7px;
  border: 2px solid #0ca79d;
  border-radius: 50%;
}

.hero-visual {
  position: relative;
  min-height: 550px;
  display: grid;
  place-items: center;
  perspective: 1400px;
}

.orbit {
  position: absolute;
  border: 1px solid rgba(108, 43, 217, 0.15);
  border-radius: 50%;
  animation: orbit-spin 22s linear infinite;
}

.orbit::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  top: 19%;
  right: 3%;
  border-radius: 50%;
  background: #0ca79d;
  box-shadow: 0 0 0 8px rgba(12, 167, 157, 0.1);
}

.orbit-one {
  width: 510px;
  height: 510px;
}

.orbit-two {
  width: 405px;
  height: 405px;
  animation-direction: reverse;
  animation-duration: 17s;
}

.orbit-two::after {
  top: auto;
  right: auto;
  bottom: 8%;
  left: 13%;
  background: #bd17df;
}

@keyframes orbit-spin {
  to {
    transform: rotate(360deg);
  }
}

.system-card {
  position: relative;
  z-index: 3;
  width: min(660px, 100%);
  min-height: 430px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(108, 43, 217, 0.13);
  border-radius: 25px;
  box-shadow: 0 36px 80px rgba(57, 25, 105, 0.18);
  transform: rotateY(-6deg) rotateX(2deg);
  transition: transform 0.18s ease-out;
}

.system-topbar {
  height: 50px;
  padding: 0 18px;
  display: flex;
  align-items: center;
  gap: 9px;
  color: #454054;
  border-bottom: 1px solid #ede9f4;
  font-size: 12px;
  font-weight: 800;
}

.system-brand-dot {
  width: 10px;
  height: 10px;
  background: #7b24d3;
  border-radius: 50%;
}

.window-dots {
  display: flex;
  gap: 5px;
  margin-right: auto;
}

.window-dots i {
  width: 7px;
  height: 7px;
  background: #ddd6e8;
  border-radius: 50%;
}

.system-body {
  min-height: 380px;
  display: grid;
  grid-template-columns: 58px 1fr;
}

.system-sidebar {
  padding-top: 22px;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 20px;
  background: #faf8fd;
  border-left: 1px solid #ede9f4;
}

.system-sidebar span {
  width: 18px;
  height: 18px;
  border: 2px solid #cfc7dc;
  border-radius: 6px;
}

.system-sidebar span.active {
  border-color: #7b24d3;
  background: rgba(123, 36, 211, 0.13);
  box-shadow: 0 0 0 7px rgba(123, 36, 211, 0.06);
}

.system-content {
  padding: 25px;
}

.system-heading,
.mini-title,
.showcase-top,
.showcase-note {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.system-heading small,
.system-heading strong {
  display: block;
}

.system-heading small {
  color: #9993a7;
  font-size: 10px;
}

.system-heading strong {
  margin-top: 3px;
  font-size: 15px;
}
#hero-title {
  font-weight: 900px;
  font-size: 40px;
}
3hero-title span {
  font-weight: 750px;
  font-size: 33px;
}
.live-badge {
  padding: 5px 9px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: #167e76;
  background: #e9f8f6;
  border-radius: 20px;
  font-size: 9px;
}

.live-badge i {
  width: 6px;
  height: 6px;
  background: #0ca79d;
  border-radius: 50%;
}

.metric-row {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.metric-row article {
  padding: 12px;
  background: #fbfafe;
  border: 1px solid #eeeaf5;
  border-radius: 13px;
}

.metric-row span,
.metric-row small {
  display: block;
  color: #8b8499;
  font-size: 8px;
}

.metric-row strong {
  display: inline-block;
  margin: 4px 0;
  color: #281d3e;
  font-size: 22px;
}

.dashboard-grid {
  margin-top: 13px;
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 11px;
}

.chart-card,
.activity-card {
  min-height: 185px;
  padding: 14px;
  border: 1px solid #eeeaf5;
  border-radius: 15px;
}

.mini-title {
  color: #514b60;
  font-size: 9px;
  font-weight: 800;
}

.mini-title i {
  width: 5px;
  height: 5px;
  background: #c7c0d1;
  border-radius: 50%;
  box-shadow:
    9px 0 #c7c0d1,
    18px 0 #c7c0d1;
}

.chart-card svg {
  width: 100%;
  margin-top: 14px;
  overflow: visible;
}

.chart-area {
  fill: url(#chart-fill);
}
.chart-line {
  fill: none;
  stroke: #7928d8;
  stroke-width: 4;
  stroke-linecap: round;
}
.chart-card circle {
  fill: #ffffff;
  stroke: #7928d8;
  stroke-width: 3;
}

.activity-card ul {
  margin-top: 18px;
  display: grid;
  gap: 13px;
}

.activity-card li {
  display: grid;
  grid-template-columns: 7px 1fr auto;
  align-items: center;
  gap: 7px;
  color: #5b5568;
  font-size: 8px;
}

.activity-card b {
  width: 7px;
  height: 7px;
  border-radius: 50%;
}

.activity-card small {
  color: #9a94a6;
}
.teal {
  background: #0ca79d;
}
.purple {
  background: #7928d8;
}
.pink {
  background: #bd17df;
}

.real-dashboard-image,
#center-image {
  position: absolute;
  inset: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.image-error {
  display: none !important;
}

.floating-chip {
  position: absolute;
  z-index: 5;
  padding: 12px 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(108, 43, 217, 0.13);
  border-radius: 15px;
  box-shadow: 0 17px 42px rgba(52, 25, 91, 0.15);
  animation: float-chip 5s ease-in-out infinite;
}

.floating-chip small,
.floating-chip strong {
  display: block;
}
.floating-chip small {
  color: #8b8496;
  font-size: 9px;
}
.floating-chip strong {
  color: #332746;
  font-size: 11px;
}
.chip-patient {
  top: 65px;
  right: -22px;
}
.chip-stock {
  bottom: 60px;
  left: -35px;
  animation-delay: -2s;
}

.chip-icon {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  color: #ffffff;
  background: #7b24d3;
  border-radius: 10px;
  font-size: 22px;
}

.stock-ring {
  width: 39px;
  height: 39px;
  display: grid;
  place-items: center;
  color: #0a8179;
  border: 4px solid #0ca79d;
  border-left-color: #d8f2ef;
  border-radius: 50%;
  font-size: 9px;
  font-weight: 900;
}

@keyframes float-chip {
  50% {
    transform: translateY(-10px);
  }
}

.scroll-cue {
  position: absolute;
  z-index: 2;
  bottom: 25px;
  left: 50%;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 6px;
  color: #918a9f;
  font-size: 9px;
  transform: translateX(-50%);
}

.scroll-cue span {
  width: 22px;
  height: 34px;
  border: 1px solid #c9c1d6;
  border-radius: 14px;
}

.scroll-cue span::after {
  content: "";
  width: 3px;
  height: 6px;
  display: block;
  margin: 7px auto;
  background: #7b24d3;
  border-radius: 5px;
  animation: scroll-dot 1.8s ease infinite;
}

@keyframes scroll-dot {
  70% {
    transform: translateY(12px);
    opacity: 0;
  }
}

.trust-strip {
  padding: 32px 0;
  border-top: 1px solid #f0edf5;
  border-bottom: 1px solid #f0edf5;
}

.trust-inner {
  display: grid;
  grid-template-columns: 0.85fr 2fr;
  align-items: center;
  gap: 50px;
}

.trust-copy .section-kicker {
  margin-bottom: 5px;
}
.trust-copy h2 {
  margin: 0;
  color: #3d374b;
  font-size: 17px;
}

.trust-logos {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.trust-logo {
  min-height: 78px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  color: #696274;
  background: #fbfafc;
  border: 1px solid #f0edf4;
  border-radius: 14px;
  font-size: 11px;
  font-weight: 800;
}

.trust-logo img {
  width: 38px;
  height: 38px;
  object-fit: contain;
}

.trust-logo img.image-error {
  display: none;
}

.section-heading {
  margin-bottom: 58px;
}

.section-heading.centered {
  max-width: 720px;
  margin-inline: auto;
  margin-bottom: 60px;
  text-align: center;
}

.section-heading.centered .section-kicker {
  justify-content: center;
}

.section-heading h2,
.about-copy h2,
.faq-intro h2 {
  margin-bottom: 18px;
  color: #17113f;
  font-size: clamp(32px, 3.8vw, 52px);
  line-height: 1.35;
  letter-spacing: -0.035em;
  font-weight: 800;
}

.section-heading p,
.about-copy > p,
.faq-intro > p {
  color: #706a7b;
}

.section-heading.split {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  align-items: end;
  gap: 80px;
}

.section-heading.split > div:last-child {
  padding-bottom: 8px;
}

.problem-section {
  background: #ffffff;
}

.problem-map {
  position: relative;
  min-height: 450px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: end;
  gap: 22px;
}

.problem-card {
  position: relative;
  z-index: 2;
  min-height: 230px;
  padding: 28px;
  background: #ffffff;
  border: 1px solid #ebe6f2;
  border-radius: 22px;
  box-shadow: 0 18px 45px rgba(45, 24, 76, 0.07);
  transition:
    transform 0.25s ease,
    border-color 0.25s ease;
}

.problem-card:hover {
  transform: translateY(-8px);
  border-color: #c7b2e8;
}

.problem-one {
  align-self: start;
}
.problem-two {
  align-self: start;
}
.problem-three {
  grid-column: 2;
}

.card-number {
  position: absolute;
  top: 22px;
  left: 22px;
  color: #b9b2c2;
  font-size: 12px;
}

.problem-icon,
.feature-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  margin-bottom: 22px;
  color: #6c2bd9;
  background: #f3edfc;
  border-radius: 14px;
  font-size: 23px;
  font-style: normal;
  font-weight: 900;
}

.problem-card h3,
.feature-card h3 {
  margin-bottom: 10px;
  color: #272039;
  font-size: 20px;
}

.problem-card p,
.feature-card p {
  margin-bottom: 0;
  color: #716a7c;
  font-size: 14px;
}

.solution-core {
  position: absolute;
  z-index: 4;
  top: 145px;
  left: 50%;
  width: 145px;
  height: 145px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #ffffff;
  background: linear-gradient(145deg, #6c2bd9, #a71eda);
  border: 10px solid #ffffff;
  border-radius: 50%;
  box-shadow: 0 22px 55px rgba(108, 43, 217, 0.3);
  transform: translateX(-50%);
}

.solution-core strong {
  font-size: 30px;
}
.solution-core small {
  opacity: 0.8;
  font-size: 9px;
}

.core-pulse {
  position: absolute;
  inset: -22px;
  border: 1px solid rgba(108, 43, 217, 0.23);
  border-radius: 50%;
  animation: core-pulse 2.4s ease-out infinite;
}

@keyframes core-pulse {
  80%,
  100% {
    transform: scale(1.18);
    opacity: 0;
  }
}

.connection-lines {
  position: absolute;
  z-index: 1;
  inset: 0;
  width: 100%;
  height: 100%;
}

.connection-lines path {
  fill: none;
  stroke: #d6c6eb;
  stroke-width: 2;
  stroke-dasharray: 5 7;
}

.horizontal-story {
  height: 390vh;
  color: #ffffff;
  background: #17113f;
}

.story-sticky {
  position: sticky;
  top: 0;
  min-height: 100vh;
  padding: 90px 0 45px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background:
    radial-gradient(
      circle at 85% 15%,
      rgba(148, 46, 219, 0.22),
      transparent 27%
    ),
    radial-gradient(
      circle at 8% 90%,
      rgba(12, 167, 157, 0.12),
      transparent 25%
    ),
    #17113f;
}

.story-sticky::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.12;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.1) 1px, transparent 1px);
  background-size: 60px 60px;
  mask-image: linear-gradient(to bottom, #000, transparent 80%);
  pointer-events: none;
}

.story-header {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
}

.section-kicker.light {
  color: #55d4ca;
}

.story-header h2 {
  margin: 0;
  font-size: clamp(31px, 4vw, 48px);
}

.story-counter {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #81779e;
}

.story-counter span:first-child {
  color: #ffffff;
  font-size: 24px;
  font-weight: 900;
}
.story-counter i {
  width: 42px;
  height: 1px;
  background: #645a83;
}

.story-viewport {
  position: relative;
  z-index: 2;
  width: 100%;
  flex: 1;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.story-track {
  display: flex;
  direction: rtl;
  will-change: transform;
}

.story-panel {
  width: 100vw;
  flex: 0 0 100vw;
  padding-inline: max(24px, calc((100vw - 1180px) / 2));
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: center;
  gap: 90px;
}

.panel-copy {
  max-width: 500px;
}
.panel-step {
  color: #55d4ca;
  font-size: 12px;
  font-weight: 900;
}
.panel-copy h3 {
  margin: 14px 0 20px;
  font-size: clamp(29px, 3.8vw, 48px);
  line-height: 1.35;
}
.panel-copy p {
  color: #bdb7cd;
}
.panel-copy ul {
  margin-top: 25px;
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}
.panel-copy li {
  padding: 7px 12px;
  color: #d9d4e3;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  font-size: 11px;
}

.panel-visual {
  position: relative;
  width: min(490px, 100%);
  min-height: 330px;
  justify-self: center;
  background: linear-gradient(
    145deg,
    rgba(255, 255, 255, 0.12),
    rgba(255, 255, 255, 0.04)
  );
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 32px;
  box-shadow: 0 35px 75px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(12px);
}

.patient-file {
  padding: 45px;
}
.profile-head {
  display: flex;
  align-items: center;
  gap: 17px;
}
.profile-head i {
  width: 70px;
  height: 70px;
  background: linear-gradient(145deg, #55d4ca, #137f82);
  border-radius: 22px;
}
.profile-head span {
  width: 150px;
  height: 14px;
  background: rgba(255, 255, 255, 0.35);
  border-radius: 10px;
  box-shadow: 0 27px rgba(255, 255, 255, 0.12);
}
.profile-lines {
  margin-top: 50px;
  display: grid;
  gap: 14px;
}
.profile-lines b {
  width: 100%;
  height: 10px;
  background: rgba(255, 255, 255, 0.09);
  border-radius: 8px;
}
.profile-lines b:nth-child(2) {
  width: 78%;
}
.timeline {
  position: absolute;
  right: 55px;
  bottom: 35px;
  left: 55px;
  height: 2px;
  background: rgba(255, 255, 255, 0.12);
  display: flex;
  justify-content: space-between;
}
.timeline span {
  width: 15px;
  height: 15px;
  margin-top: -7px;
  background: #7b24d3;
  border: 4px solid #2a2250;
  border-radius: 50%;
}

.dental-map {
  display: grid;
  place-items: center;
}
.tooth-row {
  display: flex;
  gap: 10px;
}
.tooth-row i,
.tooth-mini i {
  width: 45px;
  height: 58px;
  display: block;
  background: rgba(255, 255, 255, 0.13);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 50% 50% 42% 42%;
  transform: rotate(4deg);
}
.tooth-row i:nth-child(even) {
  transform: rotate(-5deg);
}
.tooth-row i.selected {
  background: #9c32db;
  box-shadow: 0 0 0 8px rgba(156, 50, 219, 0.15);
}
.treatment-card {
  position: absolute;
  bottom: 30px;
  right: 30px;
  left: 30px;
  padding: 18px;
  background: rgba(8, 7, 28, 0.35);
  border-radius: 17px;
}
.treatment-card span {
  width: 90px;
  height: 8px;
  display: block;
  background: #55d4ca;
  border-radius: 8px;
}
.treatment-card b {
  width: 100%;
  height: 6px;
  display: block;
  margin-top: 10px;
  background: rgba(255, 255, 255, 0.12);
  border-radius: 8px;
}

.stock-visual {
  padding: 50px;
}
.stock-chart {
  height: 180px;
  display: flex;
  align-items: end;
  justify-content: center;
  gap: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.stock-chart i {
  width: 38px;
  height: 35%;
  background: #6b5a90;
  border-radius: 8px 8px 0 0;
}
.stock-chart i:nth-child(2) {
  height: 70%;
  background: #7b24d3;
}
.stock-chart i:nth-child(3) {
  height: 50%;
}
.stock-chart i:nth-child(4) {
  height: 88%;
  background: #0ca79d;
}
.stock-chart i:nth-child(5) {
  height: 63%;
}
.stock-alert {
  margin-top: 25px;
  padding: 12px 15px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #f4d8fa;
  background: rgba(189, 23, 223, 0.16);
  border: 1px solid rgba(189, 23, 223, 0.25);
  border-radius: 12px;
  font-size: 12px;
}
.stock-alert b {
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  background: #bd17df;
  border-radius: 8px;
}

.report-visual {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  padding: 45px;
}
.donut {
  width: 150px;
  height: 150px;
  display: grid;
  place-items: center;
  border: 20px solid #6c2bd9;
  border-left-color: #0ca79d;
  border-radius: 50%;
  transform: rotate(-28deg);
}
.donut span {
  font-size: 23px;
  font-weight: 900;
  transform: rotate(28deg);
}
.report-bars {
  display: grid;
  gap: 16px;
}
.report-bars i {
  height: 10px;
  width: 75%;
  background: #6c2bd9;
  border-radius: 10px;
}
.report-bars i:nth-child(2) {
  width: 100%;
  background: #0ca79d;
}
.report-bars i:nth-child(3) {
  width: 58%;
  background: #bd17df;
}
.report-bars i:nth-child(4) {
  width: 85%;
  background: #554972;
}
.ai-tag {
  position: absolute;
  top: 25px;
  left: 25px;
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  color: #17113f;
  background: #55d4ca;
  border-radius: 16px;
  font-weight: 900;
}

.story-progress {
  position: relative;
  z-index: 2;
  width: min(1180px, calc(100% - 48px));
  height: 2px;
  margin-inline: auto;
  background: #332b56;
}
.story-progress span {
  width: 0;
  height: 100%;
  display: block;
  background: linear-gradient(90deg, #0ca79d, #bd17df);
}

.features-section {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #fbfaff 0%, #f5f7fa 100%);
}

.features-section::before {
  content: "";
  position: absolute;
  width: 620px;
  height: 620px;
  top: -330px;
  left: -210px;
  background: radial-gradient(
    circle,
    rgba(108, 43, 217, 0.08),
    transparent 68%
  );
  border-radius: 50%;
  pointer-events: none;
}

.features-section .container {
  position: relative;
  z-index: 1;
}

.features-section .section-heading {
  margin-bottom: 52px;
}

.features-section .section-heading.split > div:last-child {
  max-width: 520px;
}

.bento-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 20px;
}

.feature-card {
  position: relative;
  min-height: 330px;
  padding: 32px;
  overflow: hidden;
  isolation: isolate;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid #e8e2ef;
  border-radius: 28px;
  box-shadow: 0 14px 38px rgba(36, 24, 64, 0.055);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    border-color 0.3s ease;
}

.feature-card::before {
  content: "";
  position: absolute;
  z-index: 0;
  width: 230px;
  height: 230px;
  top: -145px;
  left: -110px;
  background: radial-gradient(
    circle,
    rgba(108, 43, 217, 0.08),
    transparent 70%
  );
  border-radius: 50%;
}

.feature-card > * {
  position: relative;
  z-index: 1;
}

.feature-card:hover {
  transform: translateY(-6px);
  border-color: #dcd2e9;
  box-shadow: 0 24px 55px rgba(44, 27, 73, 0.1);
}

.feature-card h3 {
  max-width: 440px;
  margin-bottom: 11px;
  color: #17113f;
  font-size: 21px;
  line-height: 1.65;
}

.feature-card p {
  max-width: 470px;
  color: #70697b;
  line-height: 1.95;
}

/* کارت پرونده یکپارچه */

.feature-large {
  grid-column: span 8;
  min-height: 350px;
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  gap: 38px;
  background: linear-gradient(145deg, #ffffff 0%, #faf8fd 100%);
}

.feature-large .feature-copy {
  align-self: center;
}

.feature-large h3 {
  font-size: 25px;
}

.feature-large .feature-copy a {
  display: inline-block;
  margin-top: 22px;
  color: #6c2bd9;
  font-size: 13px;
  font-weight: 900;
}

/* کارت نمای دندان */

.feature-dental {
  grid-column: span 4;
  background: linear-gradient(145deg, #f5f0fc 0%, #ece7f8 100%);
  border-color: #dfd3f0;
}

.feature-dental::after {
  content: "";
  position: absolute;
  width: 190px;
  height: 190px;
  right: -75px;
  bottom: -95px;
  background: rgba(108, 43, 217, 0.08);
  border-radius: 50%;
}

/* کارت هشدار بیمار */

.feature-alert {
  grid-column: span 4;
  background: linear-gradient(145deg, #ffffff 0%, #f1faf9 100%);
  border-color: #dcefed;
}

/* کارت هوشمند */

.feature-dark {
  grid-column: span 4;
  color: #ffffff;
  background:
    radial-gradient(
      circle at 18% 15%,
      rgba(145, 48, 214, 0.28),
      transparent 34%
    ),
    radial-gradient(
      circle at 90% 90%,
      rgba(12, 167, 157, 0.13),
      transparent 35%
    ),
    #17113f;
  border: 0;
  box-shadow: 0 20px 48px rgba(23, 17, 63, 0.2);
}

.feature-dark h3 {
  color: #ffffff;
}

.feature-dark p {
  color: #c8c2d6;
}

/* کارت اسناد */

.feature-wide {
  grid-column: span 4;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.feature-document {
  background: linear-gradient(145deg, #ffffff 0%, #faf7fd 100%);
}

/* برچسب کارت‌ها */

.feature-tag,
.coming-badge {
  display: inline-block;
  margin-bottom: 28px;
  padding: 5px 19px;
  color: #6c2bd9;
  background: #f2ecfb;
  border-radius: 20px;
  font-size: 10px;
  font-weight: 900;
}

.feature-dental .feature-tag {
  color: #6423ad;
  background: rgba(108, 43, 217, 0.1);
}

.feature-alert .feature-tag {
  color: #087c75;
  background: rgba(12, 167, 157, 0.1);
}

.feature-dark .feature-tag {
  color: #71ddd5;
  background: rgba(85, 212, 202, 0.11);
}

.feature-document .feature-tag {
  color: #7a279f;
  background: #f5eafa;
}

/* تصویر شماتیک پرونده */

.record-preview {
  align-self: end;
  height: 260px;
  display: grid;
  grid-template-columns: 48px 1fr;
  background: #fbfafd;
  border: 1px solid #ebe5f1;
  border-radius: 20px 20px 0 0;
  box-shadow: 0 22px 45px rgba(42, 24, 68, 0.12);
  transform: translateY(42px);
}

.record-nav {
  padding-top: 22px;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 16px;
  background: #211747;
  border-radius: 0 18px 0 0;
}

.record-nav i {
  width: 13px;
  height: 13px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 4px;
}

.record-nav i:first-child {
  background: #55d4ca;
  border-color: #55d4ca;
  box-shadow: 0 0 0 5px rgba(85, 212, 202, 0.12);
}

.record-main {
  padding: 23px;
}

.record-person {
  display: flex;
  align-items: center;
  gap: 10px;
}

.record-person b {
  width: 38px;
  height: 38px;
  background: linear-gradient(145deg, #d9cdf0, #efeafa);
  border-radius: 12px;
}

.record-person span {
  width: 85px;
  height: 8px;
  background: #cbc4d5;
  border-radius: 5px;
  box-shadow: 0 16px #ece8f1;
}

.record-tabs {
  margin-top: 27px;
  display: flex;
  gap: 7px;
}

.record-tabs i {
  width: 55px;
  height: 20px;
  background: #ede8f5;
  border-radius: 6px;
}

.record-tabs i:first-child {
  background: #d9c8f3;
}

.record-table {
  margin-top: 15px;
  display: grid;
  gap: 9px;
}

.record-table span {
  height: 22px;
  background: #f0edf4;
  border-radius: 6px;
}

/* تصویر شماتیک دندان‌ها */

.tooth-mini {
  position: absolute;
  right: 32px;
  bottom: 46px;
  display: flex;
  align-items: end;
  gap: 7px;
}

.tooth-mini i {
  width: 36px;
  height: 48px;
  display: block;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(108, 43, 217, 0.2);
  border-radius: 50% 50% 42% 42%;
  box-shadow: 0 10px 22px rgba(77, 42, 115, 0.08);
}

.tooth-mini i:nth-child(2),
.tooth-mini i:nth-child(4) {
  transform: rotate(-4deg);
}

.tooth-mini i:nth-child(3) {
  height: 55px;
  background: linear-gradient(160deg, #8c38dc, #6c2bd9);
  border-color: #6c2bd9;
  box-shadow: 0 11px 25px rgba(108, 43, 217, 0.24);
  transform: translateY(-7px);
}

.tooth-status {
  position: absolute;
  right: 33px;
  bottom: 25px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.tooth-status i {
  width: 7px;
  height: 7px;
  background: #0ca79d;
  border-radius: 50%;
}

.tooth-status span {
  width: 35px;
  height: 4px;
  background: rgba(23, 17, 63, 0.15);
  border-radius: 4px;
}

.tooth-status span:last-child {
  width: 22px;
}

/* تصویر شماتیک هشدار بیمار */

.patient-alert-preview {
  position: absolute;
  right: 30px;
  bottom: 26px;
  left: 30px;
  padding: 15px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(12, 167, 157, 0.13);
  border-radius: 17px;
  box-shadow: 0 16px 32px rgba(13, 97, 91, 0.08);
  backdrop-filter: blur(8px);
}

.patient-alert-head,
.patient-alert-row {
  display: flex;
  align-items: center;
  gap: 10px;
}

.patient-alert-head {
  margin-bottom: 12px;
}

.patient-alert-head i {
  width: 30px;
  height: 30px;
  background: linear-gradient(145deg, #55d4ca, #0ca79d);
  border-radius: 10px;
}

.patient-alert-head span {
  width: 84px;
  height: 7px;
  background: #d6e8e6;
  border-radius: 7px;
  box-shadow: 0 13px #edf4f3;
}

.patient-alert-row {
  margin-top: 8px;
  padding: 8px 10px;
  background: #eef9f7;
  border-radius: 10px;
}

.patient-alert-row b {
  width: 23px;
  height: 23px;
  display: grid;
  place-items: center;
  color: #ffffff;
  background: #0ca79d;
  border-radius: 7px;
  font-size: 11px;
}

.patient-alert-row span {
  width: 68%;
  height: 6px;
  background: #bfe4df;
  border-radius: 6px;
}

.patient-alert-row.muted {
  background: #f6f8f9;
}

.patient-alert-row.muted b {
  color: #6c2bd9;
  background: #eee7f8;
}

.patient-alert-row.muted span {
  width: 48%;
  background: #dedbe5;
}

/* تصویر دستیار هوشمند */

.ai-orb {
  width: 82px;
  height: 82px;
  display: grid;
  place-items: center;
  margin: 2px 0 24px;
  background: radial-gradient(circle at 35% 28%, #aa59e5, #6c2bd9 58%, #30255b);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 25px;
  box-shadow:
    0 0 0 13px rgba(122, 41, 213, 0.08),
    0 0 42px rgba(151, 48, 216, 0.3);
}

.ai-spark {
  width: 30px;
  height: 30px;
  display: block;
  background: #ffffff;
  clip-path: polygon(
    50% 0,
    61% 39%,
    100% 50%,
    61% 61%,
    50% 100%,
    39% 61%,
    0 50%,
    39% 39%
  );
}

.feature-dark .coming-badge {
  position: absolute;
  right: 28px;
  bottom: 22px;
  margin: 0;
  color: #66d7ce;
  background: rgba(12, 167, 157, 0.14);
}

/* تصویر سند و تعهدنامه */

.document-preview {
  position: relative;
  height: 145px;
  margin-top: 20px;
}

.document-sheet {
  position: absolute;
  width: 72%;
  height: 120px;
  border-radius: 15px;
}

.document-sheet-back {
  top: 10px;
  right: 12px;
  background: #eee5f7;
  border: 1px solid #dfd2ec;
  transform: rotate(4deg);
}

.document-sheet-front {
  top: 0;
  right: 28px;
  padding: 14px;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid #e3daeb;
  box-shadow: 0 15px 30px rgba(58, 31, 85, 0.12);
}

.document-head {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.document-head i {
  width: 27px;
  height: 27px;
  display: grid;
  place-items: center;
  color: #ffffff;
  background: #6c2bd9;
  border-radius: 8px;
  font-size: 12px;
  font-style: normal;
}

.document-head span,
.document-sheet-front > b {
  display: block;
  height: 6px;
  background: #ddd6e6;
  border-radius: 6px;
}

.document-head span {
  width: 62px;
}

.document-sheet-front > b {
  width: 100%;
  margin-top: 8px;
}

.document-sheet-front > b.short {
  width: 58%;
}

.document-sheet svg {
  width: 95px;
  height: 30px;
  margin-top: 6px;
}

.document-sheet path {
  fill: none;
  stroke: #6c2bd9;
  stroke-width: 3;
  stroke-linecap: round;
}

.document-status {
  position: absolute;
  z-index: 3;
  bottom: 0;
  left: 4px;
  padding: 8px 10px;
  display: flex;
  align-items: center;
  gap: 7px;
  color: #087d76;
  background: #e8f8f6;
  border: 1px solid #ccece8;
  border-radius: 11px;
  box-shadow: 0 10px 20px rgba(12, 113, 105, 0.1);
  font-size: 9px;
  font-weight: 900;
}

.document-status i {
  width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
  color: #ffffff;
  background: #0ca79d;
  border-radius: 6px;
  font-style: normal;
}

.centers-section {
  position: relative;
  overflow: hidden;
  background: #ffffff;
}

.centers-section::before {
  content: "";
  position: absolute;
  width: 720px;
  height: 720px;
  top: 50%;
  left: -360px;
  background: radial-gradient(
    circle,
    rgba(108, 43, 217, 0.07),
    transparent 68%
  );
  border-radius: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

.centers-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  align-items: center;
  gap: 72px;
}

.centers-copy h2 {
  max-width: 610px;
  margin-bottom: 22px;
  color: #17113f;
  font-size: clamp(40px, 3.3vw, 62px);
  line-height: 1.3;
  letter-spacing: -0.035em;
  font-weight: 850;
}

.centers-copy > p {
  max-width: 610px;
  color: #716a7c;
  font-size: 15.5px;
  line-height: 2;
}

/* تب‌ها */

.center-tabs {
  margin: 34px 0 26px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 11px;
}

.center-tab {
  min-height: 58px;
  padding: 11px 13px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #4f485a;
  background: #fbfafc;
  border: 1px solid #e3ddea;
  border-radius: 15px;
  cursor: pointer;
  font-size: 13.5px;
  font-weight: 800;
  text-align: right;
  transition:
    color 0.25s ease,
    background 0.25s ease,
    border-color 0.25s ease,
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.center-tab:hover {
  border-color: #cfc3df;
  transform: translateY(-2px);
}

.center-tab-index {
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  display: grid;
  place-items: center;
  color: #6c2bd9;
  background: #eee7f8;
  border-radius: 10px;
  font-size: 10px;
  transition: inherit;
}

.center-tab.active {
  color: #ffffff;
  background: linear-gradient(135deg, #17113f, #30205f);
  border-color: #17113f;
  box-shadow: 0 14px 28px rgba(23, 17, 63, 0.17);
}

.center-tab.active .center-tab-index {
  color: #075e59;
  background: #55d4ca;
}

/* مزیت‌های هر مرکز */

.center-benefits {
  display: grid;
  grid-template-columns: 1fr;
  gap: 9px;
  color: #514b5c;
  font-size: 14.5px;
  font-weight: 700;
}

.center-benefits li {
  min-height: 45px;
  padding: 9px 12px;
  display: flex;
  align-items: center;
  gap: 11px;
  background: rgba(249, 248, 252, 0.76);
  border: 1px solid #ebe6f0;
  border-radius: 13px;
}

.center-benefits li::before {
  content: "";
  width: 25px;
  height: 4px;
  flex: 0 0 25px;
  background: linear-gradient(90deg, #6c2bd9, #55d4ca);
  border-radius: 10px;
}

/* محفظه تصویر */

.center-visual-stage {
  position: relative;
  min-height: 590px;
  display: grid;
  place-items: center;
  isolation: isolate;
}

.center-visual-glow {
  position: absolute;
  z-index: -3;
  width: 72%;
  aspect-ratio: 1;
  background: radial-gradient(
    circle,
    rgba(108, 43, 217, 0.15),
    rgba(85, 212, 202, 0.07) 44%,
    transparent 70%
  );
  border-radius: 50%;
  filter: blur(14px);
  animation: centerGlow 5.5s ease-in-out infinite;
}

/* مدارهای پشت تصویر */

.center-orbit {
  position: absolute;
  z-index: -2;
  border: 1px solid rgba(108, 43, 217, 0.13);
  border-radius: 50%;
  pointer-events: none;
}

.center-orbit-one {
  width: 76%;
  aspect-ratio: 1;
  animation: centerOrbit 22s linear infinite;
}

.center-orbit-two {
  width: 58%;
  aspect-ratio: 1;
  border-style: dashed;
  border-color: rgba(12, 167, 157, 0.17);
  animation: centerOrbitReverse 17s linear infinite;
}

/* تصویر اصلی */

.center-workflow-image {
  position: relative;
  z-index: 2;
  width: min(112%, 720px);
  max-width: none;
  height: auto;
  display: block;
  mix-blend-mode: multiply;
  filter: drop-shadow(0 24px 36px rgba(51, 30, 83, 0.15));
  animation: centerImageFloat 6s ease-in-out infinite;
  will-change: transform;
}

.center-visual-stage.is-switching .center-workflow-image {
  animation: centerImageSwitch 0.55s cubic-bezier(0.2, 0.75, 0.25, 1) both;
}

/* ذرات تزئینی */

.center-visual-particle {
  position: absolute;
  z-index: 3;
  width: 11px;
  height: 11px;
  background: #6c2bd9;
  border: 4px solid #f1eafa;
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(108, 43, 217, 0.12);
}

.particle-one {
  top: 15%;
  left: 10%;
  animation: centerParticle 4.8s ease-in-out infinite;
}

.particle-two {
  right: 9%;
  bottom: 19%;
  background: #0ca79d;
  border-color: #e3f7f5;
  animation: centerParticle 5.6s ease-in-out -1.2s infinite;
}

.particle-three {
  top: 25%;
  right: 19%;
  width: 8px;
  height: 8px;
  background: #55d4ca;
  border-color: #ecfbfa;
  animation: centerParticle 4.2s ease-in-out -2s infinite;
}

/* برچسب‌های شناور */

.center-floating-label {
  position: absolute;
  z-index: 5;
  min-height: 45px;
  padding: 9px 13px;
  display: flex;
  align-items: center;
  gap: 9px;
  color: #352d44;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(218, 208, 229, 0.88);
  border-radius: 14px;
  box-shadow: 0 16px 35px rgba(46, 28, 71, 0.11);
  backdrop-filter: blur(12px);
  font-size: 11px;
  font-weight: 900;
}

.center-label-primary {
  top: 14%;
  right: 2%;
}

.center-label-primary i {
  width: 9px;
  height: 9px;
  background: #0ca79d;
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(12, 167, 157, 0.11);
}

.center-label-secondary {
  left: 2%;
  bottom: 14%;
}

.center-label-secondary i {
  width: 28px;
  height: 4px;
  background: linear-gradient(90deg, #6c2bd9, #55d4ca);
  border-radius: 4px;
}

/* انیمیشن‌ها */

@keyframes centerImageFloat {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(-0.5deg);
  }

  50% {
    transform: translate3d(0, -15px, 0) rotate(0.5deg);
  }
}

@keyframes centerImageSwitch {
  0% {
    opacity: 0.45;
    transform: scale(0.965) translateY(10px);
  }

  100% {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}

@keyframes centerGlow {
  0%,
  100% {
    opacity: 0.7;
    transform: scale(0.94);
  }

  50% {
    opacity: 1;
    transform: scale(1.06);
  }
}

@keyframes centerOrbit {
  to {
    transform: rotate(360deg);
  }
}

@keyframes centerOrbitReverse {
  to {
    transform: rotate(-360deg);
  }
}

@keyframes centerParticle {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-13px);
  }
}

/* تبلت */

@media (max-width: 920px) {
  .center-visual-stage {
    min-height: 520px;
  }

  .center-workflow-image {
    width: min(105%, 680px);
  }
}

/* موبایل */

@media (max-width: 640px) {
  .center-tabs {
    grid-template-columns: 1fr;
  }

  .center-visual-stage {
    min-height: 410px;
    margin-top: 25px;
  }

  .center-workflow-image {
    width: 118%;
  }

  .center-floating-label {
    min-height: 39px;
    padding: 7px 10px;
    font-size: 9px;
  }

  .center-label-primary {
    top: 10%;
    right: 0;
  }

  .center-label-secondary {
    left: 0;
    bottom: 9%;
  }
}
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  gap: 18px;
}
.price-card {
  position: relative;
  min-height: 470px;
  padding: 34px;
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid #e7e1ef;
  border-radius: 24px;
}
.price-card.featured {
  min-height: 510px;
  padding-top: 48px;
  color: #fff;
  background: linear-gradient(155deg, #211946, #6b25b7);
  border: 0;
  box-shadow: 0 28px 65px rgba(67, 28, 116, 0.22);
}
.popular-label {
  position: absolute;
  top: 0;
  right: 32px;
  padding: 7px 14px;
  color: #5c238f;
  background: #56d5cc;
  border-radius: 0 0 11px 11px;
  font-size: 10px;
  font-weight: 900;
}
.plan-index {
  color: #b3aabb;
  font-size: 11px;
}
.price-card h3 {
  margin: 18px 0 10px;
  font-size: 28px;
}
.price-card p {
  min-height: 62px;
  color: #716a7c;
  font-size: 13px;
}
.price-card.featured p {
  color: #c8c1d5;
}
.price-card ul {
  margin: 25px 0 35px;
  display: grid;
  gap: 13px;
  font-size: 13px;
}
.price-card li::before {
  content: "✓";
  margin-left: 9px;
  color: #0ca79d;
  font-weight: 900;
}
.price-card .button {
  width: 100%;
  margin-top: auto;
}
.price-card.featured .button {
  color: #5e25a5;
  background: #fff;
}
.pricing-note {
  margin: 22px 0 0;
  color: #8a8392;
  font-size: 11px;
  text-align: center;
}

.about-preview {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(
      circle at 17% 48%,
      rgba(117, 39, 222, 0.08),
      transparent 27%
    ),
    radial-gradient(
      circle at 83% 35%,
      rgba(21, 180, 170, 0.07),
      transparent 25%
    ),
    linear-gradient(180deg, #ffffff 0%, #fbf9fd 100%);
}

.about-preview.section-space {
  padding-top: 94px;
  padding-bottom: 105px;
}

.about-preview::before {
  content: "";
  position: absolute;
  width: 620px;
  height: 620px;
  top: 50%;
  right: -330px;
  z-index: -1;
  border: 1px solid rgba(110, 38, 213, 0.07);
  border-radius: 50%;
  transform: translateY(-50%);
}

.about-preview::after {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  bottom: -280px;
  left: 12%;
  z-index: -1;
  background: rgba(102, 35, 185, 0.05);
  border-radius: 50%;
  filter: blur(30px);
}

.about-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: center;
  gap: 72px;
}

/* بخش تصویری و هسته سید */

.about-art {
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.about-system {
  position: relative;
  width: min(100%, 535px);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
}

.about-system::before {
  content: "";
  position: absolute;
  width: 60%;
  height: 60%;
  z-index: -1;
  background: radial-gradient(
    circle,
    rgba(109, 37, 209, 0.13),
    rgba(26, 184, 174, 0.05) 48%,
    transparent 72%
  );
  border-radius: 50%;
  filter: blur(18px);
  animation: aboutCoreGlow 5s ease-in-out infinite;
}

/* مدارها */

.about-ring {
  position: absolute;
  pointer-events: none;
  border-radius: 50%;
}

.about-ring-one {
  width: 91%;
  height: 91%;
  border: 1px dashed rgba(107, 38, 208, 0.16);
  animation: aboutOrbit 34s linear infinite;
}

.about-ring-two {
  width: 72%;
  height: 72%;
  border: 1px solid rgba(28, 179, 169, 0.16);
  animation: aboutOrbitReverse 27s linear infinite;
}

.about-ring-three {
  width: 51%;
  height: 51%;
  border: 1px solid rgba(111, 40, 214, 0.12);
}

.about-ring-one::before,
.about-ring-two::after {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  background: #18b8ae;
  border: 3px solid #ffffff;
  border-radius: 50%;
  box-shadow:
    0 0 0 1px rgba(24, 184, 174, 0.18),
    0 0 18px rgba(24, 184, 174, 0.45);
}

.about-ring-one::before {
  top: 14%;
  right: 13%;
}

.about-ring-two::after {
  bottom: 7%;
  left: 19%;
  background: #7c2bdf;
  box-shadow:
    0 0 0 1px rgba(124, 43, 223, 0.18),
    0 0 18px rgba(124, 43, 223, 0.4);
}

.about-system:hover .about-ring {
  animation-play-state: paused;
}

/* هسته مرکزی */

.system-core {
  position: relative;
  z-index: 5;
  width: 178px;
  height: 178px;
  display: grid;
  place-content: center;
  text-align: center;
  color: #ffffff;
  background:
    radial-gradient(
      circle at 32% 28%,
      rgba(255, 255, 255, 0.22),
      transparent 24%
    ),
    linear-gradient(145deg, #7729df, #4e1895);
  border: 13px solid #24194b;
  border-radius: 50%;
  box-shadow:
    0 0 0 18px rgba(119, 41, 223, 0.08),
    0 24px 70px rgba(55, 25, 104, 0.25);
}

.system-core::before {
  content: "";
  position: absolute;
  inset: -24px;
  z-index: -1;
  border: 1px solid rgba(115, 40, 214, 0.14);
  border-radius: 50%;
}

.system-core > span {
  margin-bottom: 3px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 9px;
  font-weight: 700;
}

.system-core strong {
  font-size: 35px;
  line-height: 1.2;
  font-weight: 900;
}

.core-status {
  margin-top: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 8px;
}

.core-status i {
  width: 6px;
  height: 6px;
  background: #51d8ce;
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(81, 216, 206, 0.1);
  animation: aboutStatusPulse 1.8s ease-in-out infinite;
}

/* خطوط اتصال */

.system-path {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  width: 34%;
  height: 1px;
  overflow: visible;
  background: linear-gradient(
    90deg,
    rgba(112, 39, 213, 0.08),
    rgba(112, 39, 213, 0.22)
  );
  transform-origin: left center;
  transition:
    height 250ms ease,
    background 250ms ease,
    box-shadow 250ms ease;
}

.system-path::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  top: 50%;
  right: 0;
  background: #17b6ac;
  border-radius: 50%;
  opacity: 0;
  transform: translateY(-50%);
  box-shadow: 0 0 14px rgba(23, 182, 172, 0.7);
}

.system-path.active {
  height: 2px;
  background: linear-gradient(90deg, #7929df, #18b8ae);
  box-shadow: 0 0 16px rgba(95, 36, 183, 0.18);
}

.system-path.active::after {
  opacity: 1;
  animation: aboutFlowDot 1.7s ease-in-out infinite;
}

.system-path-one {
  transform: rotate(-90deg);
}

.system-path-two {
  transform: rotate(-31deg);
}

.system-path-three {
  transform: rotate(31deg);
}

.system-path-four {
  transform: rotate(90deg);
}

.system-path-five {
  transform: rotate(149deg);
}

.system-path-six {
  transform: rotate(211deg);
}

/* گره‌های اطراف هسته */

.system-node {
  position: absolute;
  z-index: 7;
  min-width: 88px;
  min-height: 43px;
  padding: 8px 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #4d455a;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(64, 37, 104, 0.11);
  border-radius: 14px;
  box-shadow: 0 12px 30px rgba(49, 28, 80, 0.08);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  cursor: pointer;
  font-size: 11px;
  font-weight: 800;
  transition:
    color 250ms ease,
    background 250ms ease,
    border-color 250ms ease,
    box-shadow 250ms ease,
    transform 250ms ease;
}

.system-node i {
  width: 8px;
  height: 8px;
  background: #b8afc2;
  border-radius: 50%;
  transition:
    background 250ms ease,
    box-shadow 250ms ease;
}

.system-node:hover {
  color: #5e1eaa;
  border-color: rgba(106, 36, 200, 0.23);
}

.system-node.active {
  color: #ffffff;
  background: linear-gradient(115deg, #25194c, #6823b9);
  border-color: transparent;
  box-shadow:
    0 16px 35px rgba(67, 29, 119, 0.22),
    0 0 0 5px rgba(110, 38, 204, 0.06);
}

.system-node.active i {
  background: #53d9cf;
  box-shadow: 0 0 0 6px rgba(83, 217, 207, 0.12);
}

.system-node:focus-visible {
  outline: 3px solid rgba(24, 184, 174, 0.32);
  outline-offset: 4px;
}

.node-admission {
  top: 1%;
  left: 50%;
  transform: translateX(-50%);
}

.node-admission:hover,
.node-admission.active {
  transform: translateX(-50%) translateY(-4px);
}

.node-record {
  top: 22%;
  right: -1%;
}

.node-record:hover,
.node-record.active {
  transform: translateX(4px);
}

.node-treatment {
  right: 0;
  bottom: 22%;
}

.node-treatment:hover,
.node-treatment.active {
  transform: translateX(4px);
}

.node-inventory {
  bottom: 1%;
  left: 50%;
  transform: translateX(-50%);
}

.node-inventory:hover,
.node-inventory.active {
  transform: translateX(-50%) translateY(4px);
}

.node-tariff {
  bottom: 22%;
  left: 0;
}

.node-tariff:hover,
.node-tariff.active {
  transform: translateX(-4px);
}

.node-report {
  top: 22%;
  left: -1%;
}

.node-report:hover,
.node-report.active {
  transform: translateX(-4px);
}

/* وضعیت متغیر زیر نمودار */

.about-system-status {
  width: min(100%, 430px);
  min-height: 66px;
  margin-top: -9px;
  padding: 12px 16px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 13px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(59, 34, 94, 0.1);
  border-radius: 18px;
  box-shadow: 0 15px 38px rgba(46, 27, 74, 0.08);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.about-system-status > span {
  padding: 6px 9px;
  color: #138f88;
  background: #eafaf8;
  border-radius: 8px;
  font-size: 9px;
  font-weight: 800;
}

.about-system-status div {
  min-width: 0;
}

.about-system-status strong,
.about-system-status p {
  display: block;
  margin: 0;
  transition:
    opacity 180ms ease,
    transform 180ms ease;
}

.about-system-status strong {
  margin-bottom: 3px;
  color: #251c43;
  font-size: 12px;
  font-weight: 850;
}

.about-system-status p {
  overflow: hidden;
  color: #827a8b;
  font-size: 9.5px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.about-system-status > i {
  color: #7227d3;
  font-size: 18px;
  font-style: normal;
}

/* محتوای متنی */

.about-copy {
  position: relative;
}

.about-copy .section-kicker {
  margin-bottom: 15px;
}

.about-copy h2 {
  max-width: 670px;
  margin: 0 0 25px;
  color: #17113f;
  font-size: clamp(38px, 4vw, 58px);
  line-height: 1.48;
  letter-spacing: -0.035em;
  font-weight: 850;
}

.about-copy h2 span {
  display: block;
  color: #6320b1;
}

.about-description {
  max-width: 660px;
  margin: 0 0 30px;
  color: #6f6878;
  font-size: 14px;
  line-height: 2.15;
}

.about-values {
  margin-bottom: 30px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 11px;
}

.about-values > div {
  position: relative;
  min-height: 128px;
  padding: 17px 15px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(61, 35, 98, 0.09);
  border-radius: 17px;
  transition:
    transform 250ms ease,
    border-color 250ms ease,
    box-shadow 250ms ease;
}

.about-values > div::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  top: -28px;
  left: -22px;
  background: rgba(113, 39, 211, 0.07);
  border-radius: 50%;
}

.about-values > div:hover {
  border-color: rgba(107, 36, 199, 0.2);
  box-shadow: 0 14px 32px rgba(53, 30, 88, 0.08);
  transform: translateY(-4px);
}

.value-index {
  display: block;
  margin-bottom: 15px;
  color: #159d95;
  font-size: 9px;
  font-weight: 850;
}

.about-values strong {
  display: block;
  margin-bottom: 7px;
  color: #2a2140;
  font-size: 12px;
  line-height: 1.7;
  font-weight: 850;
}

.about-values p {
  margin: 0;
  color: #91899b;
  font-size: 9.5px;
  line-height: 1.7;
}

/* لینک داستان سید */

.about-cta {
  width: fit-content;
  min-width: 230px;
  min-height: 58px;
  padding: 10px 11px 10px 18px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  color: #ffffff;
  background: linear-gradient(110deg, #25194c, #6722b7);
  border-radius: 17px;
  box-shadow: 0 16px 35px rgba(66, 29, 117, 0.2);
  transition:
    transform 230ms ease,
    box-shadow 230ms ease;
}

.about-cta span {
  display: grid;
  gap: 2px;
  font-size: 12px;
  font-weight: 850;
}

.about-cta small {
  color: rgba(255, 255, 255, 0.59);
  font-size: 8.5px;
  font-weight: 600;
}

.about-cta > i {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  color: #4d168e;
  background: #55d8cf;
  border-radius: 11px;
  font-size: 18px;
  font-style: normal;
  transition: transform 230ms ease;
}

.about-cta:hover {
  box-shadow: 0 20px 45px rgba(66, 29, 117, 0.28);
  transform: translateY(-3px);
}

.about-cta:hover > i {
  transform: translateX(-4px);
}

/* انیمیشن‌ها */

@keyframes aboutOrbit {
  to {
    transform: rotate(360deg);
  }
}

@keyframes aboutOrbitReverse {
  to {
    transform: rotate(-360deg);
  }
}

@keyframes aboutCoreGlow {
  0%,
  100% {
    opacity: 0.72;
    transform: scale(0.96);
  }

  50% {
    opacity: 1;
    transform: scale(1.05);
  }
}

@keyframes aboutStatusPulse {
  0%,
  100% {
    opacity: 0.55;
    transform: scale(0.8);
  }

  50% {
    opacity: 1;
    transform: scale(1.15);
  }
}

@keyframes aboutFlowDot {
  0% {
    right: 100%;
    opacity: 0;
  }

  25% {
    opacity: 1;
  }

  100% {
    right: 0;
    opacity: 0;
  }
}

/* لپ‌تاپ */

@media (max-width: 1180px) {
  .about-grid {
    gap: 45px;
  }

  .about-system {
    width: min(100%, 475px);
  }

  .about-copy h2 {
    font-size: 43px;
  }

  .about-values strong {
    font-size: 11px;
  }
}

/* تبلت */

@media (max-width: 900px) {
  .about-preview.section-space {
    padding-top: 80px;
    padding-bottom: 85px;
  }

  .about-grid {
    grid-template-columns: 1fr;
    gap: 55px;
  }

  .about-copy {
    order: 1;
    max-width: 720px;
    margin: auto;
    text-align: center;
  }

  .about-art {
    order: 2;
  }

  .about-copy h2,
  .about-description {
    margin-right: auto;
    margin-left: auto;
  }

  .about-values {
    text-align: right;
  }

  .about-cta {
    margin-right: auto;
    margin-left: auto;
  }
}

/* گوشی */

@media (max-width: 600px) {
  .about-preview.section-space {
    padding-top: 70px;
    padding-bottom: 75px;
  }

  .about-copy h2 {
    font-size: 33px;
    line-height: 1.55;
  }

  .about-copy h2 span {
    display: inline;
  }

  .about-description {
    font-size: 13px;
    line-height: 2;
  }

  .about-values {
    grid-template-columns: 1fr;
  }

  .about-values > div {
    min-height: auto;
  }

  .about-system {
    width: min(100%, 410px);
  }

  .system-core {
    width: 142px;
    height: 142px;
    border-width: 10px;
  }

  .system-core strong {
    font-size: 28px;
  }

  .system-node {
    min-width: 70px;
    min-height: 38px;
    padding: 7px 9px;
    gap: 5px;
    font-size: 9.5px;
  }

  .system-node i {
    width: 6px;
    height: 6px;
  }

  .node-record,
  .node-treatment {
    right: 0;
  }

  .node-tariff,
  .node-report {
    left: 0;
  }

  .about-system-status {
    margin-top: 5px;
  }
}

/* توقف حرکت برای کاربرانی که انیمیشن را غیرفعال کرده‌اند */

@media (prefers-reduced-motion: reduce) {
  .about-ring,
  .about-system::before,
  .core-status i,
  .system-path::after {
    animation: none;
  }

  .system-node,
  .about-values > div,
  .about-cta,
  .about-cta > i {
    transition: none;
  }
}
.blog-preview {
  background: #fbfafc;
}
.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.blog-card {
  overflow: hidden;
  background: #fff;
  border: 1px solid #eae5ef;
  border-radius: 22px;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}
.blog-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 22px 45px rgba(42, 25, 67, 0.09);
}
.blog-image {
  position: relative;
  height: 230px;
  display: block;
  overflow: hidden;
  background: linear-gradient(145deg, #eee6f8, #e6f6f4);
}
.blog-image img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}
.blog-card:hover .blog-image img {
  transform: scale(1.04);
}
.image-placeholder {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: #8b7aa0;
  font-size: 12px;
}
.blog-content {
  padding: 25px;
}
.blog-content > span {
  color: #0b8f86;
  font-size: 10px;
  font-weight: 900;
}
.blog-content h3 {
  min-height: 62px;
  margin: 10px 0 22px;
  color: #2b2438;
  font-size: 17px;
  line-height: 1.7;
}
.blog-content > div {
  padding-top: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #9a93a2;
  border-top: 1px solid #eeeaf2;
  font-size: 10px;
}
.blog-content > div a {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  color: #6c2bd9;
  background: #f1eafa;
  border-radius: 9px;
  font-size: 16px;
}

/* بخش سؤالات متداول */

.faq-section {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(
      circle at 92% 20%,
      rgba(113, 39, 214, 0.09),
      transparent 26%
    ),
    radial-gradient(
      circle at 8% 85%,
      rgba(24, 184, 174, 0.07),
      transparent 24%
    ),
    linear-gradient(180deg, #ffffff 0%, #faf8fd 100%);
}

.faq-section.section-space {
  padding-top: 92px;
  padding-bottom: 100px;
}

.faq-section::before {
  content: "";
  position: absolute;
  width: 450px;
  height: 450px;
  top: 50%;
  right: -330px;
  z-index: -1;
  border: 1px solid rgba(111, 39, 211, 0.08);
  border-radius: 50%;
  transform: translateY(-50%);
}

.faq-grid {
  display: grid;
  grid-template-columns:
    minmax(300px, 0.76fr)
    minmax(0, 1.24fr);
  align-items: start;
  gap: 25px;
}

/* پنل معرفی FAQ */

.faq-intro {
  position: sticky;
  top: 110px;
  min-height: 485px;
  padding: 36px;
  overflow: hidden;
  background:
    radial-gradient(
      circle at 12% 86%,
      rgba(24, 184, 174, 0.12),
      transparent 25%
    ),
    linear-gradient(145deg, #f7f1ff, #f1fbfa);
  border: 1px solid rgba(72, 39, 111, 0.1);
  border-radius: 30px;
  box-shadow:
    0 24px 65px rgba(45, 26, 76, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.faq-intro::before {
  content: "؟";
  position: absolute;
  bottom: -95px;
  left: -15px;
  color: rgba(106, 37, 198, 0.045);
  font-size: 280px;
  line-height: 1;
  font-weight: 900;
  pointer-events: none;
}

.faq-intro::after {
  content: "";
  position: absolute;
  width: 160px;
  height: 160px;
  top: -95px;
  left: -75px;
  border: 1px dashed rgba(112, 39, 211, 0.11);
  border-radius: 50%;
  animation: faqDecorationSpin 24s linear infinite;
}

.faq-intro-content {
  position: relative;
  z-index: 2;
}

.faq-intro .section-kicker {
  margin-bottom: 14px;
}

.faq-intro h2 {
  max-width: 390px;
  margin: 0 0 18px;
  color: #17113f;
  font-size: clamp(34px, 3.2vw, 46px);
  line-height: 1.5;
  letter-spacing: -0.025em;
  font-weight: 850;
}

.faq-intro h2 span {
  display: block;
  color: #6722b7;
}

.faq-intro-description {
  max-width: 410px;
  margin: 0 0 23px;
  color: #706878;
  font-size: 13px;
  line-height: 2;
}

.faq-topics {
  margin-bottom: 25px;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.faq-topics span {
  padding: 7px 10px;
  color: #635b6c;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(67, 39, 104, 0.08);
  border-radius: 999px;
  font-size: 9px;
  font-weight: 750;
}

/* نوار پیشرفت */

.faq-guide {
  margin-bottom: 25px;
  padding: 16px;
  background: rgba(255, 255, 255, 0.73);
  border: 1px solid rgba(64, 37, 100, 0.08);
  border-radius: 17px;
}

.faq-guide-heading {
  margin-bottom: 11px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}

.faq-guide-heading span {
  color: #51495e;
  font-size: 10px;
  font-weight: 800;
}

.faq-guide-heading strong {
  color: #6822bb;
  font-size: 10px;
  font-weight: 900;
}

.faq-progress-track {
  height: 4px;
  overflow: hidden;
  background: #e8e0ee;
  border-radius: 10px;
}

.faq-progress-track i {
  width: 20%;
  height: 100%;
  display: block;
  background: linear-gradient(90deg, #18b8ae, #7628dc);
  border-radius: inherit;
  transition: width 400ms ease;
}

.faq-guide > p {
  margin: 10px 0 0;
  color: #948b9c;
  font-size: 8.5px;
}

/* دکمه تماس */

.faq-contact-button {
  min-height: 59px;
  padding: 10px 11px 10px 17px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: #ffffff;
  background: linear-gradient(110deg, #25194c, #6722b7);
  border-radius: 17px;
  box-shadow: 0 15px 34px rgba(67, 29, 117, 0.18);
  transition:
    transform 230ms ease,
    box-shadow 230ms ease;
}

.faq-contact-button > span {
  display: grid;
  gap: 2px;
  font-size: 12px;
  font-weight: 850;
}

.faq-contact-button small {
  color: rgba(255, 255, 255, 0.58);
  font-size: 8.5px;
  font-weight: 600;
}

.faq-contact-button > i {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  color: #4c178d;
  background: #54d8cf;
  border-radius: 11px;
  font-size: 18px;
  font-style: normal;
  transition: transform 230ms ease;
}

.faq-contact-button:hover {
  box-shadow: 0 20px 44px rgba(67, 29, 117, 0.26);
  transform: translateY(-3px);
}

.faq-contact-button:hover > i {
  transform: translateX(-4px);
}

/* فهرست سؤالات */

.faq-list {
  display: grid;
  gap: 12px;
  border: 0;
}

.faq-item {
  position: relative;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.91);
  border: 1px solid rgba(62, 35, 98, 0.1);
  border-radius: 21px;
  box-shadow: 0 12px 35px rgba(43, 27, 67, 0.045);
  transition:
    border-color 280ms ease,
    box-shadow 280ms ease,
    transform 280ms ease;
}

.faq-item::before {
  content: "";
  position: absolute;
  top: 16px;
  right: 0;
  bottom: 16px;
  width: 3px;
  background: linear-gradient(180deg, #7628dc, #18b8ae);
  border-radius: 5px 0 0 5px;
  opacity: 0;
  transform: scaleY(0.3);
  transition:
    opacity 280ms ease,
    transform 280ms ease;
}

.faq-item:hover {
  border-color: rgba(103, 34, 187, 0.2);
  transform: translateY(-2px);
}

.faq-item.open {
  background:
    radial-gradient(
      circle at 96% 12%,
      rgba(112, 39, 211, 0.055),
      transparent 24%
    ),
    #ffffff;
  border-color: rgba(104, 35, 189, 0.22);
  box-shadow:
    0 18px 48px rgba(55, 30, 91, 0.09),
    0 0 0 4px rgba(108, 36, 198, 0.025);
}

.faq-item.open::before {
  opacity: 1;
  transform: scaleY(1);
}

.faq-item h3 {
  margin: 0;
}

.faq-item button {
  width: 100%;
  padding: 21px 22px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 15px;
  color: #30283e;
  text-align: right;
  background: transparent;
  border: 0;
  cursor: pointer;
  font-size: 14px;
  font-weight: 850;
}

.faq-number {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  color: #7025cc;
  background: #f3ecfb;
  border-radius: 11px;
  font-size: 9px;
  font-weight: 900;
  transition:
    color 250ms ease,
    background 250ms ease,
    box-shadow 250ms ease;
}

.faq-item.open .faq-number {
  color: #ffffff;
  background: linear-gradient(135deg, #7528da, #571b9f);
  box-shadow: 0 9px 20px rgba(93, 31, 167, 0.2);
}

.faq-item button > span:not(.faq-number) {
  line-height: 1.8;
}

/* علامت مثبت و منفی */

.faq-item button > i {
  position: relative;
  width: 37px;
  height: 37px;
  flex: 0 0 37px;
  background: #f6f2fa;
  border: 1px solid rgba(75, 44, 111, 0.08);
  border-radius: 11px;
  transition:
    background 250ms ease,
    border-color 250ms ease,
    transform 250ms ease;
}

.faq-item button > i::before,
.faq-item button > i::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 2px;
  background: #6e25c3;
  border-radius: 5px;
  transform: translate(-50%, -50%);
  transition:
    opacity 250ms ease,
    transform 250ms ease;
}

.faq-item button > i::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.faq-item.open button > i {
  background: #eafaf8;
  border-color: rgba(24, 184, 174, 0.14);
  transform: rotate(180deg);
}

.faq-item.open button > i::before {
  background: #159d95;
}

.faq-item.open button > i::after {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(90deg) scaleY(0);
}

/* پاسخ سؤال */

.faq-answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 350ms ease;
}

.faq-answer p {
  min-height: 0;
  margin: 0;
  padding: 0 75px 0 24px;
  overflow: hidden;
  color: #746c7c;
  font-size: 12.5px;
  line-height: 2;
  opacity: 0;
  transform: translateY(-7px);
  transition:
    opacity 250ms ease,
    transform 300ms ease,
    padding-bottom 300ms ease;
}

.faq-item.open .faq-answer {
  grid-template-rows: 1fr;
}

.faq-item.open .faq-answer p {
  padding-bottom: 22px;
  opacity: 1;
  transform: translateY(0);
}

.faq-item button:focus-visible {
  outline: 3px solid rgba(24, 184, 174, 0.3);
  outline-offset: -3px;
  border-radius: 18px;
}

/* انیمیشن دکور */

@keyframes faqDecorationSpin {
  to {
    transform: rotate(360deg);
  }
}

/* تبلت */

@media (max-width: 920px) {
  .faq-section.section-space {
    padding-top: 82px;
    padding-bottom: 85px;
  }

  .faq-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .faq-intro {
    position: relative;
    top: auto;
    min-height: auto;
    padding: 31px;
    text-align: right;
  }

  .faq-intro .section-kicker {
    justify-content: flex-start;
  }

  .faq-intro h2,
  .faq-intro-description {
    max-width: 620px;
  }

  .faq-contact-button {
    max-width: 340px;
  }
}

/* گوشی */

@media (max-width: 600px) {
  .faq-section.section-space {
    padding-top: 68px;
    padding-bottom: 72px;
  }

  .faq-intro {
    padding: 24px;
    border-radius: 24px;
  }

  .faq-intro h2 {
    font-size: 31px;
  }

  .faq-topics {
    margin-bottom: 20px;
  }

  .faq-contact-button {
    max-width: none;
  }

  .faq-item {
    border-radius: 17px;
  }

  .faq-item button {
    padding: 17px 15px;
    grid-template-columns: auto 1fr auto;
    gap: 10px;
    font-size: 12.5px;
  }

  .faq-number {
    width: 32px;
    height: 32px;
    border-radius: 9px;
  }

  .faq-item button > i {
    width: 32px;
    height: 32px;
    border-radius: 9px;
  }

  .faq-answer p {
    padding-right: 58px;
    padding-left: 17px;
    font-size: 11.5px;
  }

  .faq-item.open .faq-answer p {
    padding-bottom: 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .faq-intro::after,
  .faq-progress-track i {
    animation: none;
  }

  .faq-item,
  .faq-item::before,
  .faq-answer,
  .faq-answer p,
  .faq-number,
  .faq-item button > i,
  .faq-item button > i::before,
  .faq-item button > i::after,
  .faq-contact-button,
  .faq-contact-button > i {
    transition: none;
  }
}

.final-cta {
  position: relative;
  padding: 110px 0;
  overflow: hidden;
  color: #fff;
  background: #211747;
  text-align: center;
}
.final-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.15;
  background-image: radial-gradient(#fff 0.7px, transparent 0.7px);
  background-size: 24px 24px;
  mask-image: radial-gradient(circle, #000, transparent 68%);
}
.cta-glow {
  position: absolute;
  width: 620px;
  height: 320px;
  top: 50%;
  left: 50%;
  background: rgba(135, 39, 213, 0.35);
  border-radius: 50%;
  filter: blur(70px);
  transform: translate(-50%, -50%);
}
.final-cta-inner {
  position: relative;
  z-index: 2;
  max-width: 850px;
}
.final-cta .section-kicker {
  justify-content: center;
}
.final-cta h2 {
  margin-bottom: 15px;
  font-size: clamp(35px, 5vw, 58px);
  line-height: 1.35;
}
.final-cta p {
  color: #c4bdd0;
}
.cta-actions {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
}
.cta-contact {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
  font-size: 13px;
}

.site-footer {
  padding: 70px 0 25px;
  color: #aca5b9;
  background: #130f2d;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.7fr repeat(3, 1fr);
  gap: 55px;
}
.footer-brand .brand {
  margin-bottom: 18px;
}
.footer-brand .brand-placeholder {
  color: #fff;
}
.footer-brand p {
  max-width: 250px;
  font-size: 12px;
}
.footer-grid h2 {
  margin-bottom: 20px;
  color: #fff;
  font-size: 14px;
}
.footer-grid > div:not(.footer-brand) {
  display: flex;
  flex-direction: column;
  gap: 9px;
  font-size: 12px;
}
.footer-grid a:hover {
  color: #62d3cb;
}
.footer-bottom {
  margin-top: 50px;
  padding-top: 22px;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 10px;
}
.footer-bottom p {
  margin: 0;
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 0.75s ease,
    transform 0.75s cubic-bezier(0.2, 0.75, 0.25, 1);
  transition-delay: 0ms;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

:focus-visible {
  outline: 3px solid rgba(12, 167, 157, 0.45);
  outline-offset: 4px;
}

@media (max-width: 1100px) {
  .primary-navigation {
    gap: 18px;
  }
  .primary-navigation a {
    font-size: 12px;
  }
  .hero-grid {
    gap: 35px;
  }
  .hero-visual {
    min-height: 480px;
  }
  .system-card {
    transform: none;
  }
  .orbit-one {
    width: 440px;
    height: 440px;
  }
  .orbit-two {
    width: 350px;
    height: 350px;
  }
  .story-panel {
    gap: 55px;
  }
  .centers-grid,
  .about-grid {
    gap: 55px;
  }
}

@media (max-width: 920px) {
  .container {
    width: min(100% - 36px, 760px);
  }
  .section-space {
    padding-block: 90px;
  }
  .menu-toggle {
    display: block;
    margin-right: auto;
  }
  .header-cta {
    display: none;
  }
  .primary-navigation {
    position: fixed;
    top: 78px;
    right: 18px;
    left: 18px;
    max-height: 0;
    padding: 0 22px;
    display: flex;
    align-items: stretch;
    flex-direction: column;
    gap: 0;
    overflow: hidden;
    background: #fff;
    border: 1px solid transparent;
    border-radius: 20px;
    box-shadow: 0 25px 70px rgba(38, 20, 68, 0.18);
    opacity: 0;
    pointer-events: none;
    transition:
      max-height 0.35s ease,
      padding 0.35s ease,
      opacity 0.2s ease;
  }
  .primary-navigation.open {
    max-height: 520px;
    padding: 15px 22px;
    border-color: #e9e3ef;
    opacity: 1;
    pointer-events: auto;
  }
  .primary-navigation a {
    padding: 13px 0;
    border-bottom: 1px solid #f0edf3;
    font-size: 14px;
  }
  .menu-toggle.active span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }
  .menu-toggle.active span:nth-child(2) {
    opacity: 0;
  }
  .menu-toggle.active span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }
  .hero {
    padding-top: 125px;
  }
  .hero-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .hero-copy {
    max-width: 720px;
    margin: auto;
  }
  .eyebrow,
  .hero-actions,
  .hero-points {
    justify-content: center;
  }
  .hero h1,
  .hero-description {
    margin-inline: auto;
  }
  .hero-visual {
    min-height: 520px;
  }
  .trust-inner {
    grid-template-columns: 1fr;
    gap: 20px;
    text-align: center;
  }
  .trust-copy .section-kicker {
    justify-content: center;
  }
  .problem-map {
    grid-template-columns: 1fr 1fr;
    min-height: 650px;
  }
  .problem-three {
    grid-column: 1 / -1;
    width: calc(50% - 11px);
    justify-self: center;
  }
  .solution-core {
    top: 280px;
  }
  .connection-lines {
    display: none;
  }
  .horizontal-story {
    height: auto;
  }
  .story-sticky {
    position: relative;
    min-height: auto;
    padding: 80px 0;
  }
  .story-header {
    margin-bottom: 45px;
  }
  .story-viewport {
    overflow: visible;
  }
  .story-track {
    width: min(calc(100% - 36px), 760px);
    margin: auto;
    display: grid;
    gap: 25px;
    transform: none !important;
  }
  .story-panel {
    width: 100%;
    padding: 35px;
    grid-template-columns: 1fr;
    gap: 35px;
    background: rgba(255, 255, 255, 0.035);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 27px;
  }
  .story-panel:nth-child(even) .panel-copy {
    order: 0;
  }
  .panel-visual {
    min-height: 300px;
  }
  .story-progress {
    display: none;
  }
  .feature-large {
    grid-column: span 12;
  }
  .feature-purple,
  .feature-card:nth-child(3),
  .feature-dark,
  .feature-wide {
    grid-column: span 6;
  }
  .centers-grid {
    grid-template-columns: 1fr;
  }
  .centers-copy {
    text-align: center;
  }
  .centers-copy .section-kicker,
  .center-tabs {
    justify-content: center;
  }
  .center-benefits {
    max-width: 520px;
    margin: auto;
    text-align: right;
  }
  .pricing-grid {
    grid-template-columns: 1fr;
    max-width: 560px;
    margin: auto;
  }
  .price-card,
  .price-card.featured {
    min-height: auto;
  }
  .about-grid {
    grid-template-columns: 1fr;
  }
  .about-copy {
    text-align: center;
  }
  .about-copy .section-kicker {
    justify-content: center;
  }
  .blog-grid {
    grid-template-columns: 1fr 1fr;
  }
  .blog-card:last-child {
    grid-column: 1 / -1;
    width: calc(50% - 10px);
    justify-self: center;
  }
  .faq-grid {
    grid-template-columns: 1fr;
    gap: 45px;
  }
  .faq-intro {
    position: static;
    text-align: center;
  }
  .faq-intro .section-kicker {
    justify-content: center;
  }
  .footer-grid {
    grid-template-columns: 1.5fr 1fr 1fr;
  }
  .footer-grid > div:last-child {
    grid-column: 2 / 4;
  }
}

@media (max-width: 640px) {
  .container {
    width: calc(100% - 28px);
  }
  .section-space {
    padding-block: 72px;
  }
  .header-inner {
    min-height: 76px;
  }
  .brand-logo {
    width: 48px;
    height: 48px;
  }
  .brand {
    min-width: 50px;
    min-height: 50px;
  }
  .hero {
    min-height: auto;
    padding: 115px 0 75px;
  }
  .hero h1 {
    font-size: 39px;
    letter-spacing: -0.03em;
  }
  .hero-description {
    font-size: 15px;
  }
  .hero-actions {
    flex-direction: column;
    gap: 15px;
  }
  .hero-actions .button {
    width: 100%;
  }
  .hero-points {
    display: grid;
    justify-content: start;
    max-width: 300px;
    margin: auto;
    text-align: right;
  }
  .hero-visual {
    min-height: 430px;
    margin-top: 15px;
  }
  .system-card {
    min-height: 350px;
    border-radius: 19px;
  }
  .system-body {
    min-height: 300px;
    grid-template-columns: 42px 1fr;
  }
  .system-sidebar {
    gap: 14px;
  }
  .system-sidebar span {
    width: 13px;
    height: 13px;
  }
  .system-content {
    padding: 15px;
  }
  .metric-row article {
    padding: 8px;
  }
  .metric-row strong {
    font-size: 16px;
  }
  .dashboard-grid {
    grid-template-columns: 1fr;
  }
  .activity-card {
    display: none;
  }
  .chart-card {
    min-height: 145px;
  }
  .orbit-one {
    width: 350px;
    height: 350px;
  }
  .orbit-two {
    width: 280px;
    height: 280px;
  }
  .floating-chip {
    transform: scale(0.86);
  }
  .chip-patient {
    top: 25px;
    right: -14px;
  }
  .chip-stock {
    bottom: 25px;
    left: -18px;
  }
  .scroll-cue {
    display: none;
  }
  .trust-logos {
    grid-template-columns: 1fr 1fr;
  }
  .section-heading {
    margin-bottom: 40px;
  }
  .section-heading h2,
  .about-copy h2,
  .faq-intro h2 {
    font-size: 31px;
  }
  .section-heading.split {
    grid-template-columns: 1fr;
    gap: 15px;
    text-align: center;
  }
  .section-heading.split .section-kicker {
    justify-content: center;
  }
  .problem-map {
    display: grid;
    grid-template-columns: 1fr;
    min-height: auto;
    gap: 13px;
  }
  .problem-card,
  .problem-three {
    width: 100%;
    grid-column: auto;
    align-self: auto;
    min-height: auto;
  }
  .solution-core {
    position: relative;
    top: auto;
    left: auto;
    width: 125px;
    height: 125px;
    grid-row: 4;
    margin: 25px auto 0;
    transform: none;
  }
  .story-sticky {
    padding: 65px 0;
  }
  .story-header {
    align-items: start;
  }
  .story-counter {
    margin-top: 8px;
  }
  .story-track {
    width: calc(100% - 28px);
  }
  .story-panel {
    padding: 25px 20px;
  }
  .panel-copy h3 {
    font-size: 27px;
  }
  .panel-visual {
    min-height: 245px;
  }
  .patient-file,
  .stock-visual,
  .report-visual {
    padding: 28px;
  }
  .tooth-row i {
    width: 33px;
    height: 44px;
  }
  .donut {
    width: 110px;
    height: 110px;
    border-width: 15px;
  }
  .feature-large {
    display: block;
  }
  .feature-large,
  .feature-purple,
  .feature-card:nth-child(3),
  .feature-dark,
  .feature-wide {
    grid-column: span 12;
  }
  .feature-card {
    min-height: 285px;
    padding: 25px;
  }
  .record-preview {
    margin-top: 30px;
  }
  .centers-copy h2 {
    font-size: 32px;
  }
  .center-benefits {
    grid-template-columns: 1fr;
  }
  .showcase-screen,
  .screen-placeholder {
    min-height: 315px;
  }
  .screen-placeholder {
    grid-template-columns: 45px 1fr;
  }
  .screen-placeholder .screen-main {
    padding: 18px;
  }
  .screen-content span,
  .screen-content i {
    height: 135px;
  }
  .about-art {
    min-height: 390px;
  }
  .about-circle {
    width: 250px;
    height: 250px;
  }
  .about-circle::after {
    inset: -50px;
  }
  .about-values {
    grid-template-columns: 1fr;
  }
  .blog-grid {
    grid-template-columns: 1fr;
  }
  .blog-card:last-child {
    grid-column: auto;
    width: 100%;
  }
  .blog-image {
    height: 210px;
  }
  .cta-actions {
    flex-direction: column;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 35px;
  }
  .footer-brand {
    grid-column: 1 / -1;
  }
  .footer-grid > div:last-child {
    grid-column: auto;
  }
  .footer-bottom {
    flex-direction: column;
    gap: 7px;
    text-align: center;
  }
}

@media (max-width: 390px) {
  .hero h1 {
    font-size: 34px;
  }
  .trust-logos {
    grid-template-columns: 1fr;
  }
  .story-header {
    display: block;
  }
  .story-counter {
    margin-top: 20px;
  }
  .panel-copy li {
    width: 100%;
  }
  .center-tabs {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .center-tab {
    width: 100%;
  }
  .footer-grid {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  .reveal {
    opacity: 1;
    transform: none;
  }
  .horizontal-story {
    height: auto;
  }
  .story-sticky {
    position: relative;
  }
  .story-track {
    width: min(calc(100% - 48px), 1180px);
    margin: auto;
    display: grid;
    gap: 25px;
    transform: none !important;
  }
  .story-panel {
    width: 100%;
    padding: 35px;
    background: rgba(255, 255, 255, 0.04);
    border-radius: 25px;
  }
}
.hero h1 {
  max-width: 620px;
  margin-bottom: 26px;
  color: #17113f;
  line-height: 1;
}

.hero h1 .hero-brand-name {
  display: block;
  margin-bottom: 22px;
  color: #6c2bd9;
  font-size: clamp(74px, 8vw, 118px);
  font-weight: 900;
  line-height: 0.82;
  letter-spacing: -0.065em;
}

.hero h1 .hero-main-message {
  display: block;
  max-width: 620px;
  color: #17113f;
  font-size: clamp(35px, 2.7vw, 58px);
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: -0.035em;
}

.hero-description {
  max-width: 600px;
  margin-bottom: 30px;
  color: #5f5a70;
  font-size: 18px;
  font-weight: 500;
  line-height: 2;
}
.system-card {
  position: relative;
  z-index: 3;
  width: min(690px, 100%);
  min-height: 388px;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #f8f6ff;
  border: 1px solid rgba(108, 43, 217, 0.13);
  border-radius: 25px;
  box-shadow: 0 36px 80px rgba(57, 25, 105, 0.18);
  transform: rotateY(-6deg) rotateX(2deg);
  transition: transform 0.18s ease-out;
}

.hero-product-slider {
  position: absolute;
  z-index: 20;
  inset: 0;
  overflow: hidden;
  background: #f8f6ff;
}

.hero-product-slide {
  position: absolute;
  inset: 0;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  transform: scale(1.025);
  transition:
    opacity 0.7s ease,
    visibility 0.7s ease,
    transform 1.2s cubic-bezier(0.2, 0.75, 0.25, 1);
}

.hero-product-slide.active {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.hero-product-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.hero-product-slide figcaption {
  position: absolute;
  right: 18px;
  bottom: 18px;
  padding: 8px 13px;
  color: #ffffff;
  background: rgba(23, 17, 63, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 11px;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.5;
  backdrop-filter: blur(10px);
}

.hero-slider-controls {
  position: absolute;
  z-index: 4;
  bottom: 20px;
  left: 20px;
  padding: 6px;
  display: flex;
  align-items: center;
  gap: 6px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(108, 43, 217, 0.12);
  border-radius: 20px;
  box-shadow: 0 10px 25px rgba(32, 20, 60, 0.12);
  backdrop-filter: blur(10px);
}

.hero-slider-controls button {
  width: 8px;
  height: 8px;
  padding: 0;
  background: #cbc3d8;
  border: 0;
  border-radius: 20px;
  cursor: pointer;
  transition:
    width 0.25s ease,
    background 0.25s ease;
}

.hero-slider-controls button.active {
  width: 26px;
  background: #6c2bd9;
}

.sr-only {
  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;
}
@media (max-width: 640px) {
  .hero h1 .hero-brand-name {
    margin-bottom: 18px;
    font-size: 68px;
  }

  .hero h1 .hero-main-message {
    font-size: 34px;
    line-height: 1.4;
    letter-spacing: -0.025em;
  }

  .hero-description {
    font-size: 15px;
  }

  .system-card {
    min-height: 0;
    border-radius: 19px;
  }

  .hero-product-slide figcaption {
    right: 10px;
    bottom: 10px;
    padding: 6px 9px;
    font-size: 8px;
  }

  .hero-slider-controls {
    bottom: 11px;
    left: 11px;
  }
}
.problem-section .section-heading.centered {
  width: 100%;
  max-width: 1180px;
}

#problem-title {
  font-size: clamp(32px, 3.4vw, 52px);
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: -0.035em;
}

@media (min-width: 921px) {
  #problem-title {
    white-space: nowrap;
  }
}
.problem-section {
  background: #ffffff;
}

.problem-map {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  column-gap: 22px;
  row-gap: 180px;
  padding-block: 24px;
}

.problem-card {
  position: relative;
  z-index: 2;
  width: 100%;
  min-height: 240px;
  padding: 28px;
  background: #ffffff;
  border: 1px solid #ebe6f2;
  border-radius: 22px;
  box-shadow: 0 18px 45px rgba(45, 24, 76, 0.07);
  transition:
    transform 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease;
}

.problem-card:hover {
  transform: translateY(-7px);
  border-color: #c7b2e8;
  box-shadow: 0 24px 55px rgba(45, 24, 76, 0.11);
}

/* خنثی‌کردن چیدمان قدیمی */

.problem-one,
.problem-two,
.problem-three,
.problem-four,
.problem-five,
.problem-six {
  grid-column: auto;
  align-self: stretch;
}

.challenge-card {
  background: #ffffff;
}

.benefit-card {
  background: linear-gradient(145deg, #ffffff, #f7fcfb);
  border-color: #d9efec;
}

.card-label {
  min-height: 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  padding: 3px 10px;
  border-radius: 20px;
  font-size: 10px;
  font-weight: 800;
}

.challenge-label {
  color: #6c2bd9;
  background: #f3edfc;
}

.benefit-label {
  color: #087e76;
  background: #e8f8f6;
}

.card-number {
  position: absolute;
  top: 24px;
  left: 24px;
  color: #b9b2c2;
  font-size: 12px;
}

.problem-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  margin-bottom: 20px;
  color: #6c2bd9;
  background: #f3edfc;
  border-radius: 14px;
  font-size: 22px;
  font-style: normal;
  font-weight: 900;
}

.benefit-card .problem-icon {
  color: #087e76;
  background: #e7f7f5;
}

.problem-card h3 {
  margin-bottom: 10px;
  color: #272039;
  font-size: 20px;
  font-weight: 800;
}

.problem-card p {
  margin-bottom: 0;
  color: #716a7c;
  font-size: 14px;
  line-height: 1.9;
}

.solution-core {
  position: absolute;
  z-index: 4;
  top: 50%;
  left: 50%;
  width: 150px;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #ffffff;
  background: linear-gradient(145deg, #6c2bd9, #a71eda);
  border: 10px solid #ffffff;
  border-radius: 50%;
  box-shadow: 0 22px 55px rgba(108, 43, 217, 0.3);
  transform: translate(-50%, -50%);
}

.solution-core strong {
  font-size: 30px;
  font-weight: 900;
}

.solution-core small {
  opacity: 0.82;
  font-size: 9px;
  font-weight: 600;
}

.core-pulse {
  position: absolute;
  inset: -22px;
  border: 1px solid rgba(108, 43, 217, 0.23);
  border-radius: 50%;
  pointer-events: none;
  animation: core-pulse 2.4s ease-out infinite;
}

.connection-lines {
  position: absolute;
  z-index: 1;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.connection-lines path {
  fill: none;
  stroke: #d6c6eb;
  stroke-width: 2;
  stroke-dasharray: 5 7;
}
@media (max-width: 920px) {
  .problem-section .section-heading.centered {
    max-width: 760px;
  }

  #problem-title {
    white-space: normal;
  }

  .problem-map {
    min-height: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    padding-block: 0;
  }

  .problem-card {
    width: 100%;
    min-height: 230px;
    grid-column: auto;
  }

  .problem-three,
  .problem-six {
    width: calc(50% - 9px);
    grid-column: 1 / -1;
    justify-self: center;
  }

  .solution-core {
    position: relative;
    top: auto;
    left: auto;
    width: 140px;
    height: 140px;
    grid-column: 1 / -1;
    margin: 36px auto;
    transform: none;
  }

  .connection-lines {
    display: none;
  }
}

@media (max-width: 640px) {
  .problem-map {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .problem-card,
  .problem-three,
  .problem-six {
    width: 100%;
    min-height: auto;
    grid-column: auto;
  }

  .solution-core {
    width: 130px;
    height: 130px;
    grid-column: auto;
    margin: 32px auto;
  }
}
.patient-file-image {
  min-height: 0;
  padding: 0;
  aspect-ratio: 3 / 2;
  overflow: hidden;
  background: #120d34;
}

.patient-file-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  transition: transform 0.6s cubic-bezier(0.2, 0.75, 0.25, 1);
}

.patient-file-image:hover img {
  transform: scale(1.025);
}
.panel-visual.story-visual-image {
  min-height: 0;
  padding: 0;
  aspect-ratio: 3 / 2;
  overflow: hidden;
  background: #120d34;
}

.story-visual-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  transition: transform 0.6s cubic-bezier(0.2, 0.75, 0.25, 1);
}

.story-visual-image:hover img {
  transform: scale(1.025);
}
.panel-visual.story-visual-image {
  display: block;
  min-height: 0;
  padding: 0;
  aspect-ratio: 3 / 2;
  overflow: hidden;
  background: #120d34;
}

.story-visual-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  transition: transform 0.6s cubic-bezier(0.2, 0.75, 0.25, 1);
}

.story-visual-image:hover img {
  transform: scale(1.025);
}
@media (max-width: 920px) {
  .features-section .feature-large {
    grid-column: span 12;
  }

  .features-section .feature-dental,
  .features-section .feature-alert,
  .features-section .feature-dark,
  .features-section .feature-wide {
    grid-column: span 6;
  }
}

@media (max-width: 640px) {
  .features-section .section-heading {
    margin-bottom: 40px;
  }

  .features-section .feature-large {
    display: block;
  }

  .features-section .feature-large,
  .features-section .feature-dental,
  .features-section .feature-alert,
  .features-section .feature-dark,
  .features-section .feature-wide {
    grid-column: span 12;
  }

  .features-section .feature-card {
    min-height: 285px;
    padding: 25px;
  }

  .features-section .feature-dental {
    min-height: 365px;
  }

  .features-section .feature-alert {
    min-height: 410px;
  }

  .features-section .feature-dark {
    min-height: 390px;
  }

  .features-section .record-preview {
    margin-top: 30px;
  }
}

@media (max-width: 390px) {
  .features-section .tooth-mini {
    right: 22px;
    gap: 5px;
  }

  .features-section .tooth-mini i {
    width: 32px;
    height: 43px;
  }

  .features-section .patient-alert-preview {
    right: 20px;
    left: 20px;
  }

  .features-section .document-sheet {
    width: 78%;
  }
}
.pricing-preview {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(
      circle at 10% 35%,
      rgba(28, 184, 174, 0.08),
      transparent 24%
    ),
    radial-gradient(
      circle at 90% 25%,
      rgba(126, 39, 225, 0.1),
      transparent 28%
    ),
    linear-gradient(180deg, #ffffff 0%, #faf8fd 100%);
}

.pricing-preview::before {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  top: 34%;
  left: 50%;
  z-index: -1;
  border: 1px solid rgba(113, 39, 218, 0.08);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.pricing-preview::after {
  content: "";
  position: absolute;
  width: 360px;
  height: 360px;
  top: 36%;
  left: 50%;
  z-index: -1;
  border: 1px dashed rgba(22, 177, 168, 0.09);
  border-radius: 50%;
  transform: translate(-50%, -50%) rotate(18deg);
}

.pricing-heading {
  position: relative;
  max-width: 850px;
  margin: 0 auto 72px;
}

.pricing-heading h2 {
  max-width: 820px;
  margin-right: auto;
  margin-left: auto;
}

.pricing-heading > p:last-child {
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
  line-height: 2;
}

.pricing-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  gap: 20px;
}

.pricing-grid::before {
  content: "";
  position: absolute;
  top: 48%;
  right: 8%;
  left: 8%;
  z-index: -1;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(22, 181, 171, 0.35),
    rgba(123, 39, 222, 0.38),
    transparent
  );
}

.price-card {
  --spotlight-x: 50%;
  --spotlight-y: 0%;

  position: relative;
  min-height: 520px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(45, 27, 86, 0.1);
  border-radius: 30px;
  box-shadow:
    0 20px 60px rgba(36, 23, 69, 0.07),
    0 2px 8px rgba(36, 23, 69, 0.03);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  transition:
    transform 300ms ease,
    border-color 300ms ease,
    box-shadow 300ms ease;
}

.price-card::before {
  content: "";
  position: absolute;
  top: 0;
  right: 28px;
  left: 28px;
  height: 3px;
  border-radius: 0 0 10px 10px;
  background: linear-gradient(90deg, #18b8ae, #7627df);
  opacity: 0.45;
}

.price-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: radial-gradient(
    320px circle at var(--spotlight-x) var(--spotlight-y),
    rgba(119, 39, 223, 0.1),
    transparent 68%
  );
  opacity: 0;
  transition: opacity 250ms ease;
}

.price-card > * {
  position: relative;
  z-index: 1;
}

.price-card:hover,
.price-card:focus-within {
  border-color: rgba(111, 38, 214, 0.24);
  box-shadow:
    0 28px 75px rgba(46, 24, 92, 0.12),
    0 6px 20px rgba(46, 24, 92, 0.05);
  transform: translateY(-8px);
}

.price-card:hover::after,
.price-card:focus-within::after {
  opacity: 1;
}

.price-card.featured {
  margin-top: -20px;
  margin-bottom: 20px;
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(145deg, #7428df, #19b9ae) border-box;
  border: 1px solid transparent;
  box-shadow:
    0 32px 80px rgba(78, 34, 137, 0.17),
    0 8px 24px rgba(78, 34, 137, 0.08);
}

.price-card.featured::before {
  height: 4px;
  opacity: 1;
}

.price-card.featured:hover {
  transform: translateY(-10px);
}

.popular-label {
  position: absolute;
  top: 16px;
  left: 20px;
  padding: 8px 12px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #4d1b86;
  background: #e9fffc;
  border: 1px solid rgba(18, 174, 164, 0.18);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
}

.popular-label span {
  width: 7px;
  height: 7px;
  background: #18b8ae;
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(24, 184, 174, 0.1);
}

.plan-top {
  min-height: 74px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}

.featured .plan-top {
  padding-top: 32px;
}

.plan-identity {
  display: flex;
  align-items: center;
  gap: 14px;
}

.plan-mark {
  position: relative;
  width: 58px;
  height: 58px;
  flex: 0 0 58px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 4px;
  padding: 14px;
  overflow: hidden;
  background: #f4effc;
  border: 1px solid rgba(110, 38, 211, 0.08);
  border-radius: 18px;
}

.plan-mark::before {
  content: "";
  position: absolute;
  width: 34px;
  height: 34px;
  top: -14px;
  left: -10px;
  background: rgba(118, 39, 223, 0.12);
  border-radius: 50%;
}

.plan-mark i {
  position: relative;
  width: 6px;
  display: block;
  background: #7428df;
  border-radius: 8px;
}

.plan-mark i:nth-child(1) {
  height: 13px;
  opacity: 0.55;
}

.plan-mark i:nth-child(2) {
  height: 24px;
}

.plan-mark i:nth-child(3) {
  height: 18px;
  background: #18b8ae;
}

.plan-mark-pro {
  background: linear-gradient(145deg, #211746, #6523b6);
  border-color: transparent;
  box-shadow: 0 12px 28px rgba(84, 34, 150, 0.2);
}

.plan-mark-pro i {
  background: #ffffff;
}

.plan-mark-pro i:nth-child(3) {
  background: #51d7ce;
}

.plan-mark-enterprise {
  background: #eafaf8;
}

.plan-mark-enterprise i {
  width: 8px;
  background: #18a99f;
}

.plan-mark-enterprise i:nth-child(1) {
  height: 20px;
}

.plan-mark-enterprise i:nth-child(2) {
  height: 28px;
  background: #7428df;
}

.plan-mark-enterprise i:nth-child(3) {
  height: 16px;
}

.plan-label {
  display: block;
  margin-bottom: 4px;
  color: #81788d;
  font-size: 11px;
  font-weight: 700;
}

.price-card h3 {
  margin: 0;
  color: #17113f;
  font-size: 25px;
  line-height: 1.4;
  font-weight: 850;
}

.plan-index {
  color: #b0a7ba;
  font-size: 12px;
  font-weight: 800;
}

.plan-description {
  min-height: 88px;
  margin: 24px 0 0;
  color: #6f6879;
  font-size: 13.5px;
  line-height: 2;
}

.plan-divider {
  position: relative;
  margin: 22px 0 20px;
  color: #92899e;
  font-size: 10px;
  font-weight: 700;
}

.plan-divider::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 86px;
  left: 0;
  height: 1px;
  background: #eee9f3;
}

.plan-features {
  margin: 0 0 30px;
  display: grid;
  gap: 14px;
  color: #312a45;
  font-size: 13px;
}

.plan-features li {
  display: grid;
  grid-template-columns: 22px 1fr;
  align-items: center;
  gap: 9px;
}

.plan-features li::before {
  content: "✓";
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  color: #0f9f96;
  background: #eafaf8;
  border-radius: 50%;
  font-size: 11px;
  font-weight: 900;
}

.featured .plan-features li::before {
  color: #ffffff;
  background: linear-gradient(135deg, #7327de, #1ab8ae);
}

.plan-footer {
  margin-top: auto;
  padding-top: 20px;
  border-top: 1px solid #eee9f3;
}

.plan-footer > span {
  display: block;
  margin-bottom: 16px;
  color: #908899;
  font-size: 10.5px;
}

.plan-cta {
  width: 100%;
  min-height: 52px;
  padding: 12px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border-radius: 15px;
  font-size: 13px;
  font-weight: 850;
  transition:
    transform 220ms ease,
    box-shadow 220ms ease,
    background-color 220ms ease;
}

.plan-cta i {
  font-size: 18px;
  font-style: normal;
  transition: transform 220ms ease;
}

.plan-cta:hover i {
  transform: translateX(-4px);
}

.plan-cta:hover {
  transform: translateY(-2px);
}

.plan-cta-outline {
  color: #6321ad;
  background: #ffffff;
  border: 1px solid rgba(103, 34, 183, 0.2);
}

.plan-cta-outline:hover {
  background: #f8f3ff;
  box-shadow: 0 12px 26px rgba(87, 32, 151, 0.1);
}

.plan-cta-primary {
  color: #ffffff;
  background: linear-gradient(110deg, #5820a7, #8426e4);
  box-shadow: 0 14px 30px rgba(103, 34, 183, 0.22);
}

.plan-cta-primary:hover {
  box-shadow: 0 18px 38px rgba(103, 34, 183, 0.3);
}

.pricing-advisor {
  position: relative;
  margin-top: 36px;
  padding: 24px 28px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 22px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(57, 33, 97, 0.09);
  border-radius: 24px;
  box-shadow: 0 16px 45px rgba(38, 24, 65, 0.05);
}

.advisor-visual {
  position: relative;
  width: 66px;
  height: 66px;
  display: grid;
  place-items: center;
  background: linear-gradient(145deg, #24184c, #6723b8);
  border-radius: 21px;
  box-shadow: 0 14px 30px rgba(68, 29, 120, 0.17);
}

.advisor-visual span {
  width: 13px;
  height: 13px;
  z-index: 2;
  background: #51d7ce;
  border-radius: 50%;
  box-shadow:
    0 0 0 8px rgba(81, 215, 206, 0.12),
    0 0 20px rgba(81, 215, 206, 0.5);
}

.advisor-visual i {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 50%;
}

.advisor-visual i:nth-of-type(1) {
  width: 38px;
  height: 38px;
}

.advisor-visual i:nth-of-type(2) {
  width: 52px;
  height: 52px;
  border-style: dashed;
}

.advisor-copy > span {
  display: block;
  margin-bottom: 5px;
  color: #159f97;
  font-size: 10.5px;
  font-weight: 800;
}

.advisor-copy strong {
  display: block;
  margin-bottom: 5px;
  color: #211847;
  font-size: 16px;
  font-weight: 850;
}

.advisor-copy p {
  margin: 0;
  color: #7d7588;
  font-size: 11.5px;
  line-height: 1.9;
}

.advisor-link {
  min-height: 48px;
  padding: 12px 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #6220ad;
  background: #f5effd;
  border-radius: 14px;
  font-size: 12px;
  font-weight: 850;
  white-space: nowrap;
  transition:
    transform 220ms ease,
    background-color 220ms ease;
}

.advisor-link:hover {
  background: #eee2fb;
  transform: translateX(-3px);
}

.pricing-note {
  margin: 22px 0 0;
  color: #8a8392;
  font-size: 10.5px;
  text-align: center;
}

/* لپ‌تاپ و تبلت */
@media (max-width: 980px) {
  .pricing-heading {
    margin-bottom: 52px;
  }

  .pricing-grid {
    max-width: 620px;
    margin-right: auto;
    margin-left: auto;
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .price-card,
  .price-card.featured {
    min-height: auto;
    margin: 0;
  }

  .price-card.featured {
    order: -1;
  }

  .plan-description {
    min-height: auto;
  }

  .pricing-advisor {
    max-width: 620px;
    margin-right: auto;
    margin-left: auto;
    grid-template-columns: auto 1fr;
  }

  .advisor-link {
    grid-column: 1 / -1;
    width: 100%;
  }
}

/* گوشی */
@media (max-width: 640px) {
  .pricing-heading {
    margin-bottom: 40px;
  }

  .pricing-heading h2 {
    font-size: 32px;
  }

  .price-card {
    padding: 23px;
    border-radius: 24px;
  }

  .plan-top {
    gap: 10px;
  }

  .plan-mark {
    width: 52px;
    height: 52px;
    flex-basis: 52px;
  }

  .price-card h3 {
    font-size: 22px;
  }

  .popular-label {
    top: 14px;
    left: 16px;
  }

  .pricing-advisor {
    padding: 22px;
    grid-template-columns: 1fr;
    text-align: center;
  }

  .advisor-visual {
    margin: auto;
  }

  .advisor-copy strong {
    font-size: 15px;
    line-height: 1.8;
  }
}

@media (prefers-reduced-motion: reduce) {
  .price-card,
  .plan-cta,
  .plan-cta i,
  .advisor-link {
    transition: none;
  }
}
/* بازطراحی بخش درباره سید */

.about-grid {
  grid-template-columns: 1.02fr 0.98fr;
  align-items: center;
  gap: 65px;
}

.about-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: right;
}

.about-copy .section-kicker {
  width: 100%;
  margin: 0 0 14px;
  text-align: right;
}

.about-copy h2 {
  width: 100%;
  max-width: 610px;
  margin: 0 0 22px;
  color: #17113f;
  font-size: clamp(34px, 3.25vw, 48px);
  line-height: 1.55;
  letter-spacing: -0.025em;
  text-align: right;
  font-weight: 850;
}

.about-copy h2 span {
  display: block;
  color: #6320b1;
}

.about-description {
  width: 100%;
  max-width: 610px;
  margin: 0 0 28px;
  color: #6f6878;
  font-size: 13.5px;
  line-height: 2.1;
  text-align: right;
}

.about-values {
  width: 100%;
  max-width: 610px;
}

.about-cta {
  align-self: flex-start;
  margin: 0;
}

/* تصویر شبکه‌ای جدید */

.about-network-art {
  min-height: 570px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.about-flow-board {
  position: relative;
  width: min(100%, 560px);
  aspect-ratio: 1.12 / 1;
  overflow: hidden;
  isolation: isolate;
  background:
    linear-gradient(rgba(111, 39, 211, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(111, 39, 211, 0.025) 1px, transparent 1px),
    radial-gradient(
      circle at 50% 50%,
      rgba(113, 39, 214, 0.08),
      transparent 33%
    ),
    rgba(255, 255, 255, 0.78);
  background-size:
    30px 30px,
    30px 30px,
    auto,
    auto;
  border: 1px solid rgba(62, 35, 99, 0.09);
  border-radius: 38px;
  box-shadow:
    0 30px 80px rgba(44, 26, 73, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
}

.about-flow-board::before {
  content: "";
  position: absolute;
  width: 230px;
  height: 230px;
  top: 50%;
  left: 50%;
  z-index: -1;
  background: radial-gradient(
    circle,
    rgba(111, 39, 213, 0.13),
    rgba(26, 184, 174, 0.04) 50%,
    transparent 73%
  );
  border-radius: 50%;
  filter: blur(18px);
  transform: translate(-50%, -50%);
  animation: flowAmbientPulse 5s ease-in-out infinite;
}

.flow-board-header {
  position: absolute;
  top: 20px;
  right: 22px;
  left: 22px;
  z-index: 7;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.flow-board-header > span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #3c344b;
  font-size: 10px;
  font-weight: 850;
}

.flow-board-header > span i {
  width: 7px;
  height: 7px;
  background: #18b8ae;
  border-radius: 50%;
  box-shadow: 0 0 0 6px rgba(24, 184, 174, 0.09);
}

.flow-board-header small {
  color: #9991a2;
  font-size: 8.5px;
  font-weight: 700;
}

/* خطوط متحرک */

.flow-connectors {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.flow-line {
  fill: none;
  stroke: rgba(107, 38, 202, 0.16);
  stroke-width: 1.5;
  stroke-linecap: round;
  vector-effect: non-scaling-stroke;
  transition:
    stroke 300ms ease,
    stroke-width 300ms ease,
    opacity 300ms ease;
}

.flow-line.active {
  stroke: #7627db;
  stroke-width: 2.2;
  stroke-dasharray: 9 11;
  filter: drop-shadow(0 0 5px rgba(107, 39, 201, 0.3));
  animation: flowLineMovement 1.4s linear infinite;
}

/* هسته جدید بدون حاشیه مشکی */

.flow-core {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  width: 150px;
  height: 150px;
  padding: 20px;
  display: grid;
  place-content: center;
  overflow: hidden;
  color: #ffffff;
  text-align: center;
  background:
    radial-gradient(
      circle at 25% 20%,
      rgba(255, 255, 255, 0.23),
      transparent 25%
    ),
    linear-gradient(145deg, #7829df, #53199d);
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 42px;
  box-shadow:
    0 22px 48px rgba(88, 29, 158, 0.22),
    0 0 0 9px rgba(113, 39, 211, 0.055);
  transform: translate(-50%, -50%);
  transition:
    transform 300ms ease,
    box-shadow 300ms ease;
}

.flow-core::after {
  content: "";
  position: absolute;
  width: 65%;
  height: 200%;
  top: -50%;
  left: -100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.19),
    transparent
  );
  transform: rotate(20deg);
  animation: flowCoreShine 5s ease-in-out infinite;
}

.flow-core > * {
  position: relative;
  z-index: 2;
}

.flow-core > span {
  margin-bottom: 3px;
  color: rgba(255, 255, 255, 0.63);
  font-size: 9px;
  font-weight: 700;
}

.flow-core strong {
  font-size: 35px;
  line-height: 1.2;
  font-weight: 900;
}

.flow-core small {
  margin-top: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  color: rgba(255, 255, 255, 0.69);
  font-size: 8px;
}

.flow-core small i {
  width: 6px;
  height: 6px;
  background: #52d9cf;
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(82, 217, 207, 0.12);
  animation: flowSignalPulse 1.8s ease-in-out infinite;
}

.about-flow-board.has-change .flow-core {
  box-shadow:
    0 26px 58px rgba(88, 29, 158, 0.27),
    0 0 0 12px rgba(113, 39, 211, 0.065);
  transform: translate(-50%, -50%) scale(1.025);
}

/* کارت ماژول‌ها */

.flow-module {
  position: absolute;
  z-index: 6;
  width: 145px;
  min-height: 62px;
  padding: 10px 11px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 9px;
  color: #3a3346;
  text-align: right;
  background: rgba(255, 255, 255, 0.93);
  border: 1px solid rgba(56, 33, 89, 0.1);
  border-radius: 17px;
  box-shadow: 0 13px 30px rgba(48, 29, 75, 0.07);
  cursor: pointer;
  transition:
    color 280ms ease,
    background 280ms ease,
    border-color 280ms ease,
    box-shadow 280ms ease,
    transform 280ms ease;
}

.module-index {
  width: 26px;
  height: 26px;
  display: grid;
  place-items: center;
  color: #7b2bdb;
  background: #f2eafb;
  border-radius: 8px;
  font-size: 8px;
  font-weight: 850;
}

.module-copy {
  min-width: 0;
}

.module-copy strong,
.module-copy small {
  display: block;
}

.module-copy strong {
  margin-bottom: 3px;
  font-size: 10.5px;
  font-weight: 850;
}

.module-copy small {
  overflow: hidden;
  color: #9a92a3;
  font-size: 7.5px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.module-signal {
  width: 7px;
  height: 7px;
  background: #c3bbc9;
  border-radius: 50%;
  transition:
    background 280ms ease,
    box-shadow 280ms ease;
}

.flow-module:hover {
  border-color: rgba(109, 38, 205, 0.24);
  transform: translateY(-3px);
}

.flow-module.active {
  color: #241843;
  background: #ffffff;
  border-color: rgba(112, 39, 211, 0.3);
  box-shadow:
    0 18px 38px rgba(67, 29, 113, 0.13),
    0 0 0 4px rgba(111, 38, 205, 0.05);
  transform: translateY(-4px);
}

.flow-module.active .module-index {
  color: #ffffff;
  background: linear-gradient(135deg, #7628dc, #591c9f);
}

.flow-module.active .module-signal {
  background: #18b8ae;
  box-shadow:
    0 0 0 5px rgba(24, 184, 174, 0.1),
    0 0 15px rgba(24, 184, 174, 0.36);
}

.flow-module:focus-visible {
  outline: 3px solid rgba(24, 184, 174, 0.3);
  outline-offset: 4px;
}

/* محل قرارگیری کارت‌ها */

.module-admission {
  top: 14%;
  right: 24px;
}

.module-record {
  top: 43%;
  right: 24px;
}

.module-treatment {
  top: 72%;
  right: 24px;
}

.module-inventory {
  top: 72%;
  left: 24px;
}

.module-tariff {
  top: 43%;
  left: 24px;
}

.module-report {
  top: 14%;
  left: 24px;
}

/* نوار توضیح پایین */

.flow-summary {
  width: min(100%, 470px);
  min-height: 68px;
  margin-top: 16px;
  padding: 11px 15px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 13px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(58, 34, 92, 0.1);
  border-radius: 18px;
  box-shadow: 0 15px 38px rgba(45, 28, 70, 0.07);
}

.flow-summary-icon {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  background: #eafaf8;
  border-radius: 12px;
}

.flow-summary-icon i {
  width: 10px;
  height: 10px;
  background: #18b8ae;
  border-radius: 50%;
  box-shadow: 0 0 0 7px rgba(24, 184, 174, 0.1);
}

.flow-summary div {
  min-width: 0;
}

.flow-summary strong,
.flow-summary p {
  display: block;
  margin: 0;
}

.flow-summary strong {
  margin-bottom: 3px;
  color: #251b41;
  font-size: 11.5px;
  font-weight: 850;
}

.flow-summary p {
  overflow: hidden;
  color: #8c8495;
  font-size: 9px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.flow-counter {
  color: #7026ce;
  font-size: 9px;
  font-weight: 850;
}

/* انیمیشن‌های جدید */

@keyframes flowLineMovement {
  to {
    stroke-dashoffset: -20;
  }
}

@keyframes flowAmbientPulse {
  0%,
  100% {
    opacity: 0.7;
    transform: translate(-50%, -50%) scale(0.94);
  }

  50% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.06);
  }
}

@keyframes flowCoreShine {
  0%,
  55% {
    left: -100%;
  }

  82%,
  100% {
    left: 145%;
  }
}

@keyframes flowSignalPulse {
  0%,
  100% {
    opacity: 0.6;
    transform: scale(0.8);
  }

  50% {
    opacity: 1;
    transform: scale(1.15);
  }
}

/* لپ‌تاپ */

@media (max-width: 1180px) {
  .about-grid {
    gap: 42px;
  }

  .about-copy h2 {
    font-size: 39px;
  }

  .about-flow-board {
    width: min(100%, 510px);
  }

  .flow-module {
    width: 132px;
  }
}

/* تبلت و موبایل */

@media (max-width: 900px) {
  .about-grid {
    grid-template-columns: 1fr;
  }

  .about-copy {
    order: 1;
    width: 100%;
    max-width: 680px;
    margin: auto;
    align-items: flex-start;
    text-align: right;
  }

  .about-copy h2,
  .about-description,
  .about-values {
    max-width: none;
    margin-right: 0;
    margin-left: 0;
    text-align: right;
  }

  .about-copy .section-kicker {
    text-align: right;
  }

  .about-cta {
    margin: 0;
    align-self: flex-start;
  }

  .about-network-art {
    order: 2;
    min-height: auto;
  }
}

@media (max-width: 600px) {
  .about-copy h2 {
    font-size: 31px;
    line-height: 1.6;
  }

  .about-copy h2 span {
    display: inline;
  }

  .about-flow-board {
    width: 100%;
    border-radius: 27px;
  }

  .flow-board-header {
    top: 14px;
    right: 15px;
    left: 15px;
  }

  .flow-core {
    width: 112px;
    height: 112px;
    padding: 12px;
    border-radius: 31px;
  }

  .flow-core strong {
    font-size: 27px;
  }

  .flow-core > span,
  .flow-core small {
    font-size: 7px;
  }

  .flow-module {
    width: 105px;
    min-height: 53px;
    padding: 7px;
    gap: 5px;
    border-radius: 13px;
  }

  .module-admission,
  .module-record,
  .module-treatment {
    right: 8px;
  }

  .module-inventory,
  .module-tariff,
  .module-report {
    left: 8px;
  }

  .module-index {
    width: 21px;
    height: 21px;
    font-size: 7px;
  }

  .module-copy strong {
    font-size: 9px;
  }

  .module-copy small {
    font-size: 6.5px;
  }

  .module-signal {
    display: none;
  }

  .flow-summary {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .about-flow-board::before,
  .flow-core::after,
  .flow-core small i,
  .flow-line.active {
    animation: none;
  }

  .flow-module,
  .flow-core {
    transition: none;
  }
}
/* =====================================
   Customer Reviews
===================================== */

.seed-reviews {
  position: relative;
  padding: 110px 0;
  overflow: hidden;
  background:
    radial-gradient(
      circle at 90% 10%,
      rgba(24, 184, 174, 0.1),
      transparent 27%
    ),
    radial-gradient(
      circle at 10% 90%,
      rgba(118, 39, 223, 0.1),
      transparent 30%
    ),
    #fbfaff;
}

.seed-reviews-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 44px;
}

.seed-reviews-title {
  max-width: 760px;
}

.seed-reviews-title h2 {
  margin: 0 0 16px;
  color: #17113f;
font-size: clamp(30px, 3.2vw, 48px);
  line-height: 1.45;
  letter-spacing: -0.035em;
  font-weight: 850;
}

.seed-reviews-title > p:last-child {
  max-width: 650px;
  margin: 0;
  color: #756e86;
  font-size: 17px;
  line-height: 2;
}

.seed-reviews-controls {
  display: flex;
  flex-shrink: 0;
  gap: 10px;
}

.seed-reviews-controls button {
  display: grid;
  width: 52px;
  height: 52px;
  padding: 0;
  place-items: center;
  border: 1px solid #ded7ef;
  border-radius: 50%;
  color: #6c2bd9;
  background: #ffffff;
  font-size: 23px;
  cursor: pointer;
  transition:
    color 180ms ease,
    background 180ms ease,
    border-color 180ms ease,
    transform 180ms ease;
}

.seed-reviews-controls button:hover {
  color: #ffffff;
  background: #6c2bd9;
  border-color: #6c2bd9;
  transform: translateY(-3px);
}

.seed-reviews-slider {
  display: flex;
  gap: 20px;
  padding: 8px 2px 26px;
  overflow-x: auto;
  scrollbar-width: none;
  scroll-snap-type: x mandatory;
  overscroll-behavior-inline: contain;
}

.seed-reviews-slider::-webkit-scrollbar {
  display: none;
}

.seed-review-card {
  width: calc((100% - 60px) / 4);
  min-width: calc((100% - 60px) / 4);
  scroll-snap-align: start;
}

.seed-review-card-link {
  display: flex;
  min-height: 300px;
  height: 100%;
  padding: 22px;
  flex-direction: column;
  color: inherit;
  text-decoration: none;
  border: 1px solid #e7e1f1;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow:
    0 18px 50px rgba(33, 23, 71, 0.06);
  transition:
    transform 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease;
}

.seed-review-card-link:hover {
  border-color: rgba(108, 43, 217, 0.34);
  box-shadow:
    0 25px 60px rgba(33, 23, 71, 0.12);
  transform: translateY(-7px);
}

.seed-review-card-head,
.seed-review-business,
.seed-review-card footer {
  display: flex;
  align-items: center;
}

.seed-review-card-head,
.seed-review-card footer {
  justify-content: space-between;
  gap: 18px;
}

.seed-review-business {
  min-width: 0;
  gap: 13px;
}

.seed-review-business img,
.seed-review-logo-placeholder {
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  border-radius: 14px;
}

.seed-review-business img {
  object-fit: contain;
  background: #f5f1fc;
}

.seed-review-logo-placeholder {
  display: grid;
  place-items: center;
  color: #6c2bd9;
  background: #f1eaff;
  font-size: 14px;
  font-weight: 900;
}

.seed-review-business > div,
.seed-review-card footer > div {
  display: grid;
  min-width: 0;
  gap: 5px;
}

.seed-review-business strong {
  overflow: hidden;
  color: #17113f;
  font-size: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.seed-review-business small,
.seed-review-card footer small {
  color: #7b748c;
  font-size: 12px;
  line-height: 1.7;
}

.seed-review-sample {
  flex-shrink: 0;
  padding: 7px 10px;
  border-radius: 999px;
  color: #76540b;
  background: #fff4cf;
  font-size: 11px;
}

.seed-review-card blockquote {
  margin: 27px 0 30px;
  color: #17113f;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.95;
}

.seed-review-card footer {
  margin-top: auto;
  padding-top: 20px;
  border-top: 1px solid #eeeaf4;
}

.seed-review-more {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  gap: 7px;
  color: #6c2bd9;
  font-size: 13px;
  font-weight: 800;
}

.seed-review-more i {
  font-style: normal;
  transition: transform 180ms ease;
}

.seed-review-card-link:hover .seed-review-more i {
  transform: translateX(-4px);
}

@media (max-width: 768px) {
  .seed-reviews {
    padding: 75px 0;
  }

  .seed-reviews-heading {
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 30px;
  }

  .seed-reviews-controls {
    align-self: flex-end;
  }

  .seed-review-card {
    width: calc(100vw - 54px);
    min-width: calc(100vw - 54px);
  }

  .seed-review-card-link {
    min-height: 350px;
    padding: 22px;
  }

  .seed-review-card blockquote {
    font-size: 18px;
  }
}
.seed-review-card footer strong {
  color: #17113f;
  font-size: 13px;
  line-height: 1.6;
}

.seed-review-card footer small {
  font-size: 11px;
  line-height: 1.6;
}

.seed-review-more {
  font-size: 11px;
}
@media (max-width: 1100px) and (min-width: 769px) {
  .seed-review-card {
    width: calc((100% - 20px) / 2);
    min-width: calc((100% - 20px) / 2);
  }
}
/* تصویر جدید کارت نمای دندان */

.seed-dental-visual {
  position: relative;
  display: grid;
  width: 100%;
  height: 215px;
  margin: 22px 0 0;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(108, 43, 217, 0.1);
  border-radius: 24px;
  background:
    radial-gradient(
      circle at 50% 52%,
      rgba(108, 43, 217, 0.12),
      transparent 42%
    ),
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.94),
      rgba(245, 239, 255, 0.92)
    );
  isolation: isolate;
}

.seed-dental-visual::before {
  position: absolute;
  z-index: -1;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: rgba(24, 184, 174, 0.1);
  filter: blur(28px);
  content: "";
}

.seed-dental-visual img {
  position: relative;
  z-index: 2;
  display: block;
  width: auto;
  height: 188px;
  object-fit: contain;
  filter: drop-shadow(0 15px 18px rgba(92, 43, 116, 0.17));
  animation: seedDentalFloat 4.5s ease-in-out infinite;
}

.seed-dental-ring {
  position: absolute;
  border: 1px dashed rgba(108, 43, 217, 0.18);
  border-radius: 50%;
  pointer-events: none;
}

.seed-dental-ring-one {
  width: 185px;
  height: 185px;
  animation: seedDentalRing 17s linear infinite;
}

.seed-dental-ring-two {
  width: 255px;
  height: 255px;
  border-color: rgba(24, 184, 174, 0.17);
  animation: seedDentalRingReverse 23s linear infinite;
}

.seed-dental-chip {
  position: absolute;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 11px;
  border: 1px solid rgba(108, 43, 217, 0.1);
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.94);
  color: #4c4560;
  box-shadow: 0 10px 25px rgba(42, 25, 80, 0.1);
  backdrop-filter: blur(9px);
  font-size: 10px;
  font-weight: 750;
}

.seed-dental-chip i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #18b8ae;
  box-shadow: 0 0 0 4px rgba(24, 184, 174, 0.11);
}

.seed-dental-chip-right {
  top: 17px;
  right: 15px;
}

.seed-dental-chip-left {
  bottom: 17px;
  left: 15px;
}

.seed-dental-chip-left i {
  background: #6c2bd9;
  box-shadow: 0 0 0 4px rgba(108, 43, 217, 0.1);
}

@keyframes seedDentalFloat {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-6px);
  }
}

@keyframes seedDentalRing {
  to {
    transform: rotate(360deg);
  }
}

@keyframes seedDentalRingReverse {
  to {
    transform: rotate(-360deg);
  }
}

@media (max-width: 720px) {
  .seed-dental-visual {
    height: 230px;
  }

  .seed-dental-visual img {
    height: 198px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .seed-dental-visual img,
  .seed-dental-ring {
    animation: none !important;
  }
}
/* تصویر متحرک دستیار هوشمند */

.seed-ai-visual {
  position: relative;
  display: grid;
  width: 100%;
  height: 220px;
  margin: 20px 0 18px;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(124, 91, 218, 0.2);
  border-radius: 24px;
  background:
    radial-gradient(
      circle at 50% 48%,
      rgba(108, 43, 217, 0.22),
      transparent 47%
    ),
    rgba(255, 255, 255, 0.025);
  isolation: isolate;
}

.seed-ai-visual::before {
  position: absolute;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: rgba(24, 184, 174, 0.12);
  filter: blur(35px);
  content: "";
}

.seed-ai-visual img {
  position: relative;
  z-index: 2;
  display: block;
  width: min(100%, 340px);
  height: auto;
  filter: drop-shadow(0 20px 28px rgba(8, 4, 30, 0.35));
  animation: seedAiFloat 5s ease-in-out infinite;
}

.seed-ai-glow {
  position: absolute;
  z-index: 1;
  width: 155px;
  height: 155px;
  border: 1px solid rgba(87, 221, 212, 0.25);
  border-radius: 50%;
  box-shadow:
    0 0 30px rgba(24, 184, 174, 0.12),
    inset 0 0 30px rgba(108, 43, 217, 0.11);
  animation: seedAiGlow 3.2s ease-in-out infinite;
}

.seed-ai-status {
  position: absolute;
  z-index: 4;
  right: 14px;
  bottom: 13px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 11px;
  border: 1px solid rgba(85, 221, 211, 0.18);
  border-radius: 100px;
  background: rgba(23, 17, 63, 0.9);
  color: rgba(255, 255, 255, 0.76);
  font-size: 10px;
  font-weight: 700;
  backdrop-filter: blur(10px);
}

.seed-ai-status i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #55ddd3;
  box-shadow: 0 0 0 4px rgba(85, 221, 211, 0.12);
}

@keyframes seedAiFloat {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-6px);
  }
}

@keyframes seedAiGlow {
  0%,
  100% {
    transform: scale(0.94);
    opacity: 0.45;
  }

  50% {
    transform: scale(1.08);
    opacity: 0.9;
  }
}

@media (max-width: 720px) {
  .seed-ai-visual {
    height: 235px;
  }

  .seed-ai-visual img {
    width: min(100%, 360px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .seed-ai-visual img,
  .seed-ai-glow {
    animation: none !important;
  }
}
.seed-reviews {
  overflow-anchor: none;
}

.seed-reviews-slider {
  overflow-anchor: none;
  overscroll-behavior-inline: contain;
}

.seed-review-card,
.seed-review-card img {
  overflow-anchor: none;
}

.seed-review-business img {
  display: block;
  width: 52px;
  height: 52px;
  flex: 0 0 52px;
  object-fit: contain;
}
/* ==================================================
   Animated SVG — Treatment safety and digital documents
   ================================================== */

.seed-safety-visual,
.seed-documents-visual {
  position: relative;
  display: grid;
  width: 100%;
  height: 220px;
  margin: 22px 0 0;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(108, 43, 217, 0.09);
  border-radius: 24px;
  isolation: isolate;
}

.seed-safety-visual {
  background:
    radial-gradient(
      circle at 50% 50%,
      rgba(24, 184, 174, 0.12),
      transparent 48%
    ),
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.97),
      rgba(237, 252, 250, 0.94)
    );
}

.seed-documents-visual {
  background:
    radial-gradient(
      circle at 50% 50%,
      rgba(108, 43, 217, 0.13),
      transparent 47%
    ),
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.97),
      rgba(247, 242, 255, 0.94)
    );
}

.seed-safety-visual img,
.seed-documents-visual img {
  position: relative;
  z-index: 2;
  display: block;
  width: min(100%, 390px);
  height: auto;
  object-fit: contain;
  transform-origin: center;
  filter: drop-shadow(0 17px 22px rgba(52, 31, 92, 0.13));
  animation: seedFeatureImageFloat 5s ease-in-out infinite;
}

.seed-documents-visual img {
  width: min(100%, 420px);
  animation-delay: 700ms;
}


/* حلقه پس‌زمینه ایمنی */

.seed-safety-orbit,
.seed-document-orbit {
  position: absolute;
  z-index: 1;
  width: 185px;
  height: 185px;
  border: 1px dashed rgba(108, 43, 217, 0.17);
  border-radius: 50%;
  pointer-events: none;
}

.seed-safety-orbit {
  border-color: rgba(24, 184, 174, 0.2);
  box-shadow:
    0 0 35px rgba(24, 184, 174, 0.08),
    inset 0 0 35px rgba(24, 184, 174, 0.05);
  animation: seedSafetyOrbit 19s linear infinite;
}

.seed-document-orbit {
  width: 205px;
  height: 205px;
  box-shadow:
    0 0 35px rgba(108, 43, 217, 0.08),
    inset 0 0 35px rgba(108, 43, 217, 0.05);
  animation: seedDocumentOrbit 22s linear infinite;
}


/* وضعیت ایمنی */

.seed-safety-status,
.seed-document-live-status {
  position: absolute;
  z-index: 4;
  right: 13px;
  bottom: 12px;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 8px 11px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 12px 27px rgba(36, 25, 72, 0.11);
  backdrop-filter: blur(10px);
}

.seed-safety-status {
  border: 1px solid rgba(24, 184, 174, 0.16);
}

.seed-document-live-status {
  border: 1px solid rgba(108, 43, 217, 0.13);
}

.seed-safety-status > i,
.seed-document-live-status > i {
  display: grid;
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
  place-items: center;
  border-radius: 10px;
  color: #ffffff;
  font-size: 14px;
  font-style: normal;
  font-weight: 900;
}

.seed-safety-status > i {
  background: linear-gradient(145deg, #55ddd3, #13aaa2);
  box-shadow: 0 7px 17px rgba(19, 170, 162, 0.22);
}

.seed-document-live-status > i {
  background: linear-gradient(145deg, #a23aed, #6c2bd9);
  box-shadow: 0 7px 17px rgba(108, 43, 217, 0.22);
}

.seed-safety-status > span,
.seed-document-live-status > span {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.seed-safety-status small,
.seed-document-live-status small {
  color: #888293;
  font-size: 9px;
  line-height: 1.4;
}

.seed-safety-status strong,
.seed-document-live-status strong {
  color: #302945;
  font-size: 10px;
  line-height: 1.5;
}


/* حرکت ملایم تصویر */

@keyframes seedFeatureImageFloat {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-5px);
  }
}

@keyframes seedSafetyOrbit {
  to {
    transform: rotate(360deg);
  }
}

@keyframes seedDocumentOrbit {
  to {
    transform: rotate(-360deg);
  }
}


/* تبلت و موبایل */

@media (max-width: 900px) {
  .seed-safety-visual,
  .seed-documents-visual {
    height: 230px;
  }

  .seed-safety-visual img,
  .seed-documents-visual img {
    width: min(100%, 410px);
  }
}

@media (max-width: 600px) {
  .seed-safety-visual,
  .seed-documents-visual {
    height: 215px;
    border-radius: 20px;
  }

  .seed-safety-visual img {
    width: min(100%, 350px);
  }

  .seed-documents-visual img {
    width: min(100%, 370px);
  }

  .seed-safety-status,
  .seed-document-live-status {
    right: 9px;
    bottom: 9px;
    padding: 7px 9px;
  }
}


/* احترام به تنظیم کاهش حرکت کاربر */

@media (prefers-reduced-motion: reduce) {
  .seed-safety-visual img,
  .seed-documents-visual img,
  .seed-safety-orbit,
  .seed-document-orbit {
    animation: none !important;
  }
}
.seed-patient-record-visual {
  position: relative;
  isolation: isolate;
  align-self: stretch;
  display: grid;
  place-items: center;
  width: 100%;
  min-width: 0;
  height: 330px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(108, 43, 217, 0.12);
  border-radius: 26px;
  background:
    radial-gradient(
      circle at 76% 22%,
      rgba(85, 212, 202, 0.16),
      transparent 30%
    ),
    radial-gradient(
      circle at 20% 82%,
      rgba(108, 43, 217, 0.13),
      transparent 34%
    ),
    linear-gradient(145deg, #ffffff, #f8f5fc);
}

.seed-patient-record-visual::before {
  content: "";
  position: absolute;
  z-index: 0;
  width: 260px;
  height: 260px;
  border: 1px solid rgba(108, 43, 217, 0.1);
  border-radius: 50%;
}

.seed-patient-record-visual::after {
  content: "";
  position: absolute;
  z-index: 0;
  width: 350px;
  height: 350px;
  border: 1px dashed rgba(85, 212, 202, 0.16);
  border-radius: 50%;
  animation: seed-record-rotate 24s linear infinite;
}

.seed-patient-record-visual img {
  position: relative;
  z-index: 2;
  display: block;
  width: min(100%, 600px);
  height: auto;
  max-height: 295px;
  object-fit: contain;
  filter: drop-shadow(0 22px 28px rgba(43, 25, 79, 0.14));
  animation: seed-record-float 5.5s ease-in-out infinite;
}

.seed-record-orbit {
  position: absolute;
  z-index: 1;
  display: block;
  border-radius: 50%;
  background: #55d4ca;
  box-shadow:
    0 0 0 7px rgba(85, 212, 202, 0.1),
    0 0 22px rgba(85, 212, 202, 0.35);
}

.seed-record-orbit-one {
  top: 18%;
  right: 8%;
  width: 9px;
  height: 9px;
  animation: seed-record-dot 4.5s ease-in-out infinite;
}

.seed-record-orbit-two {
  bottom: 16%;
  left: 7%;
  width: 7px;
  height: 7px;
  background: #8b35e8;
  box-shadow:
    0 0 0 7px rgba(139, 53, 232, 0.1),
    0 0 22px rgba(139, 53, 232, 0.32);
  animation: seed-record-dot 4.5s 1.2s ease-in-out infinite;
}

.seed-record-live-status {
  position: absolute;
  z-index: 4;
  right: 18px;
  bottom: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 12px;
  border: 1px solid rgba(85, 212, 202, 0.2);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 12px 28px rgba(38, 25, 64, 0.1);
  backdrop-filter: blur(10px);
}

.seed-record-live-status > i {
  width: 9px;
  height: 9px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: #13b8ae;
  box-shadow: 0 0 0 5px rgba(19, 184, 174, 0.12);
  animation: seed-record-pulse 2s ease-in-out infinite;
}

.seed-record-live-status > span {
  display: grid;
  gap: 2px;
  text-align: right;
}

.seed-record-live-status small {
  color: #8b8495;
  font-size: 10px;
  line-height: 1.4;
}

.seed-record-live-status strong {
  color: #211747;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 800;
}

@keyframes seed-record-float {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-8px);
  }
}

@keyframes seed-record-rotate {
  to {
    transform: rotate(360deg);
  }
}

@keyframes seed-record-dot {
  0%,
  100% {
    transform: translateY(0) scale(1);
  }

  50% {
    transform: translateY(-10px) scale(1.12);
  }
}

@keyframes seed-record-pulse {
  0%,
  100% {
    box-shadow: 0 0 0 5px rgba(19, 184, 174, 0.12);
  }

  50% {
    box-shadow: 0 0 0 10px rgba(19, 184, 174, 0);
  }
}

@media (max-width: 640px) {
  .seed-patient-record-visual {
    height: 280px;
    margin-top: 28px;
    border-radius: 22px;
  }

  .seed-patient-record-visual img {
    width: 108%;
    max-width: none;
    max-height: 250px;
  }

  .seed-record-live-status {
    right: 12px;
    bottom: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .seed-patient-record-visual::after,
  .seed-patient-record-visual img,
  .seed-record-orbit,
  .seed-record-live-status > i {
    animation: none;
  }
}
.footer-social-column {
  min-width: 0;
}

.footer-social-description {
  max-width: 270px;
  margin: 0 0 18px;
  color: rgba(255, 255, 255, 0.64);
  font-size: 12px;
  line-height: 1.9;
}

.footer-social-links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.site-footer .footer-social-link {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 14px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.07);
  transition:
    transform 0.25s ease,
    border-color 0.25s ease,
    background 0.25s ease;
}

.site-footer .footer-social-link:hover {
  color: #ffffff;
  transform: translateY(-4px);
  border-color: rgba(85, 212, 202, 0.52);
  background: rgba(85, 212, 202, 0.13);
}

.footer-social-link svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* آیکن تلگرام */

.footer-social-link:nth-child(2) svg {
  fill: currentColor;
  stroke-width: 1.1;
}

/* هماهنگ‌سازی لوگوی بله با سایر شبکه‌ها */

.footer-social-bale svg {
  overflow: visible;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.footer-social-bale .bale-logo-background {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
}

.footer-social-bale .bale-logo-check {
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}


/* هماهنگ‌سازی لوگوی ایتا با سایر شبکه‌ها */

.footer-social-eitaa svg {
  overflow: visible;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.footer-social-eitaa .eitaa-logo-background {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
}

.footer-social-eitaa .eitaa-logo-mark,
.footer-social-eitaa .eitaa-logo-tail {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}


/* ظاهر کاملاً یکسان هر چهار شبکه */

.site-footer .footer-social-link,
.site-footer .footer-social-bale,
.site-footer .footer-social-eitaa {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.07);
}
.site-footer .footer-social-bale img {
  width: 21px;
  height: 21px;
  display: block;
  object-fit: contain;
  filter: brightness(0) invert(1);
  opacity: 1;
  pointer-events: none;
}

.site-footer .footer-social-bale:hover img {
  filter: brightness(0) invert(1);
}
.site-footer .footer-social-link:hover,
.site-footer .footer-social-bale:hover,
.site-footer .footer-social-eitaa:hover {
  color: #ffffff;
  border-color: rgba(85, 212, 202, 0.52);
  background: rgba(85, 212, 202, 0.13);
  transform: translateY(-4px);
}

/* مودال */

.footer-social-modal {
  position: fixed;
  z-index: 10000;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 20px;
  visibility: hidden;
  opacity: 0;
  transition:
    opacity 0.25s ease,
    visibility 0.25s ease;
}

.footer-social-modal.is-open {
  visibility: visible;
  opacity: 1;
}

.footer-social-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(23, 17, 63, 0.68);
  backdrop-filter: blur(8px);
}

.footer-social-modal-box {
  position: relative;
  z-index: 1;
  width: min(100%, 470px);
  padding: 42px;
  overflow: hidden;
  border: 1px solid rgba(108, 43, 217, 0.14);
  border-radius: 28px;
  background:
    radial-gradient(
      circle at 100% 0,
      rgba(108, 43, 217, 0.13),
      transparent 38%
    ),
    radial-gradient(
      circle at 0 100%,
      rgba(85, 212, 202, 0.14),
      transparent 35%
    ),
    #ffffff;
  box-shadow: 0 35px 90px rgba(15, 9, 39, 0.28);
  text-align: center;
  transform: translateY(20px) scale(0.97);
  transition: transform 0.3s ease;
}

.footer-social-modal.is-open .footer-social-modal-box {
  transform: translateY(0) scale(1);
}

.footer-social-modal-close {
  position: absolute;
  top: 16px;
  left: 16px;
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 11px;
  color: #6e657a;
  background: #f4f0f8;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}

.footer-social-modal-icon {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin: 0 auto 20px;
  border-radius: 23px;
  background: linear-gradient(145deg, #211747, #6f28d1);
  box-shadow: 0 18px 34px rgba(89, 32, 168, 0.24);
}

.footer-social-modal-icon span {
  width: 7px;
  border-radius: 20px;
  background: #ffffff;
}

.footer-social-modal-icon span:nth-child(1) {
  height: 18px;
}

.footer-social-modal-icon span:nth-child(2) {
  height: 32px;
  background: #55d4ca;
}

.footer-social-modal-icon span:nth-child(3) {
  height: 24px;
}

.footer-social-modal-kicker {
  color: #168d85;
  font-size: 12px;
  font-weight: 900;
}

.footer-social-modal-box h2 {
  margin: 10px 0 0;
  color: #17113f;
  font-size: 27px;
  line-height: 1.55;
  font-weight: 900;
}

.footer-social-modal-box p {
  margin: 13px auto 0;
  color: #746d7d;
  font-size: 13px;
  line-height: 1.95;
}

.footer-social-modal-actions {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  margin-top: 26px;
}

.footer-social-continue,
.footer-social-cancel {
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  font-size: 13px;
  font-weight: 900;
}

.footer-social-continue {
  gap: 20px;
  padding: 0 20px;
  color: #ffffff;
  background: linear-gradient(135deg, #6b26d1, #9428e1);
  box-shadow: 0 13px 25px rgba(111, 38, 205, 0.2);
}

.footer-social-continue:hover {
  color: #ffffff;
}

.footer-social-continue > span:last-child {
  font-size: 19px;
}

.footer-social-cancel {
  padding: 0 18px;
  border: 1px solid #e8e0ef;
  color: #696071;
  background: #ffffff;
  cursor: pointer;
}

body.footer-social-modal-open {
  overflow: hidden;
}


/* حالت موبایل */

@media (max-width: 560px) {
  .footer-social-modal-box {
    padding: 38px 22px 25px;
    border-radius: 23px;
  }

  .footer-social-modal-box h2 {
    font-size: 23px;
  }

  .footer-social-modal-actions {
    grid-template-columns: 1fr;
  }

  .footer-social-cancel {
    min-height: 46px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .footer-social-link,
  .footer-social-modal,
  .footer-social-modal-box {
    transition: none;
  }
}
.site-footer .footer-social-eitaa svg {
  width: 21px !important;
  height: 21px !important;
  display: block;
  fill: #ffffff !important;
  stroke: none !important;
}

.site-footer .footer-social-eitaa svg path {
  fill: #ffffff !important;
  stroke: none !important;
  stroke-width: 0 !important;
}
.site-footer .footer-social-eitaa img {
  width: 21px;
  height: 21px;
  display: block;
  object-fit: contain;
  filter: brightness(0) invert(1);
  opacity: 1;
  pointer-events: none;
}

.site-footer .footer-social-eitaa:hover img {
  filter: brightness(0) invert(1);
}
/* =========================================
   دستیار هوشمند سید
========================================= */

.seed-ai-section {
  padding: 110px 24px;
  direction: rtl;
  background:
    radial-gradient(
      circle at 12% 15%,
      rgba(20, 184, 172, 0.09),
      transparent 28%
    ),
    radial-gradient(
      circle at 90% 88%,
      rgba(126, 38, 218, 0.09),
      transparent 30%
    ),
    #f8f7fc;
}

.seed-ai-container {
  width: min(100%, 1500px);
  margin: 0 auto;
  padding: 54px;
  display: grid;
grid-template-columns: minmax(0, 1fr) minmax(520px, 1.05fr);
  align-items: center;
  gap: 58px;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(72, 47, 126, 0.12);
  border-radius: 38px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 30px 90px rgba(31, 20, 72, 0.1);
}

.seed-ai-content,
.seed-ai-visual {
  min-width: 0;
  position: relative;
  z-index: 1;
}

.seed-ai-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 39px;
  margin-bottom: 20px;
  padding: 7px 15px;
  color: #087e78;
  border: 1px solid rgba(20, 184, 172, 0.16);
  border-radius: 100px;
  background: #e9faf8;
  font-size: 14px;
  font-weight: 800;
}

.seed-ai-eyebrow i {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #16b8ad;
  box-shadow: 0 0 0 6px rgba(22, 184, 173, 0.1);
  animation: seed-ai-status-pulse 2.2s ease-out infinite;
}

.seed-ai-content h2 {
  margin: 0;
  color: #17113f;
  font-size: clamp(38px, 3.3vw, 61px);
  font-weight: 750;
  line-height: 1.38;
  letter-spacing: -0.04em;
}

.seed-ai-content h2 span {
  display: block;
  color: #7c27d9;
}

.seed-ai-description {
  max-width: 650px;
  margin: 21px 0 0;
  color: #6e687d;
  font-size: 17px;
  font-weight: 400;
  line-height: 2;
}

.seed-ai-benefits {
  margin: 30px 0 0;
  padding: 0;
  display: grid;
  gap: 13px;
  list-style: none;
}

.seed-ai-benefits li {
  padding: 14px;
  display: flex;
  align-items: flex-start;
  gap: 13px;
  border: 1px solid rgba(74, 52, 121, 0.08);
  border-radius: 17px;
  background: #fbfafd;
  color: #6a6576;
  font-size: 14px;
  line-height: 1.8;
  transition:
    transform 250ms ease,
    border-color 250ms ease,
    background-color 250ms ease;
}

.seed-ai-benefits li:hover {
  transform: translateX(-5px);
  border-color: rgba(126, 39, 217, 0.18);
  background: #ffffff;
}

.seed-ai-benefits strong {
  margin-bottom: 2px;
  display: block;
  color: #211946;
  font-size: 15px;
  font-weight: 800;
}

.seed-ai-benefit-icon {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  display: grid;
  place-items: center;
  border-radius: 11px;
  background: #eee2fd;
}

.seed-ai-benefit-icon svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: #7d26da;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.seed-ai-actions {
  margin-top: 31px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.seed-ai-primary-button {
  min-height: 57px;
  padding: 13px 23px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  color: #ffffff;
  border-radius: 16px;
  background: linear-gradient(135deg, #7625d6, #9828e4);
  box-shadow: 0 16px 35px rgba(126, 38, 218, 0.22);
  text-decoration: none;
  font-size: 15px;
  font-weight: 800;
  transition:
    transform 250ms ease,
    box-shadow 250ms ease;
}

.seed-ai-primary-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 42px rgba(126, 38, 218, 0.3);
}

.seed-ai-primary-button span {
  font-size: 20px;
}

.seed-ai-secondary-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #292249;
  text-decoration: none;
  font-size: 14px;
  font-weight: 800;
}

.seed-ai-secondary-link span {
  color: #7d26da;
  transition: transform 200ms ease;
}

.seed-ai-secondary-link:hover span {
  transform: translateX(-5px);
}

/* تصویر */

.seed-ai-visual

.seed-ai-svg {
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  aspect-ratio: 720 / 600;
  display: block !important;
  position: relative;
  overflow: visible !important;
  object-fit: contain;
  filter: drop-shadow(0 24px 34px rgba(26, 16, 64, 0.16));
}

.seed-ai-visual-badge {
  min-height: 40px;
  padding: 8px 14px;
  position: absolute;
  top: 34px;
  right: 35px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 100px;
  background: rgba(18, 12, 53, 0.72);
  backdrop-filter: blur(12px);
  font-size: 12px;
  font-weight: 700;
}

.seed-ai-visual-badge span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #3dd4c8;
  animation: seed-ai-status-pulse 2.1s ease-out infinite;
}

.seed-ai-visual-note {
  margin: 13px 7px 0;
  color: #777181;
  font-size: 12px;
  line-height: 1.8;
  text-align: center;
}

/* انیمیشن SVG */

.seed-ai-orbit {
  transform-origin: 360px 292px;
}

.seed-ai-orbit-one {
  animation: seed-ai-rotate 24s linear infinite;
}

.seed-ai-orbit-two {
  animation: seed-ai-rotate-reverse 19s linear infinite;
}

.seed-ai-core {
  transform-origin: 360px 292px;
  animation: seed-ai-core-float 3.6s ease-in-out infinite;
}

.seed-ai-core-ring {
  transform-origin: 360px 292px;
  animation: seed-ai-rotate 8s linear infinite;
}

.seed-ai-core-glow {
  transform-origin: 360px 292px;
  animation: seed-ai-glow 2.8s ease-in-out infinite;
}

.seed-ai-input-card-one {
  animation: seed-ai-card-one 4.2s ease-in-out infinite;
}

.seed-ai-input-card-two {
  animation: seed-ai-card-two 4.6s ease-in-out infinite;
}

.seed-ai-result-card {
  animation: seed-ai-result 4s ease-in-out infinite;
}

.seed-ai-live-dot {
  transform-origin: 472px 519px;
  animation: seed-ai-live 1.8s ease-out infinite;
}

@keyframes seed-ai-rotate {
  to {
    transform: rotate(360deg);
  }
}

@keyframes seed-ai-rotate-reverse {
  to {
    transform: rotate(-360deg);
  }
}

@keyframes seed-ai-core-float {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-7px);
  }
}

@keyframes seed-ai-glow {
  0%,
  100% {
    opacity: 0.16;
    transform: scale(0.92);
  }

  50% {
    opacity: 0.33;
    transform: scale(1.08);
  }
}

@keyframes seed-ai-card-one {
  0%,
  100% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(5px, -7px);
  }
}

@keyframes seed-ai-card-two {
  0%,
  100% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(6px, 6px);
  }
}

@keyframes seed-ai-result {
  0%,
  100% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(-6px);
  }
}

@keyframes seed-ai-live {
  0% {
    opacity: 1;
    transform: scale(1);
  }

  70% {
    opacity: 0.3;
    transform: scale(1.7);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes seed-ai-status-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(22, 184, 173, 0.35);
  }

  70% {
    box-shadow: 0 0 0 8px rgba(22, 184, 173, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(22, 184, 173, 0);
  }
}

/* لپ‌تاپ کوچک */

@media (max-width: 1150px) {
  .seed-ai-container {
    padding: 40px;
    grid-template-columns: minmax(0, 0.95fr) minmax(400px, 1.05fr);
    gap: 35px;
  }

  .seed-ai-content h2 {
    font-size: clamp(36px, 4.2vw, 52px);
  }
}

/* تبلت و موبایل */

@media (max-width: 900px) {
  .seed-ai-section {
    padding: 75px 18px;
  }

  .seed-ai-container {
    padding: 38px 24px;
    grid-template-columns: 1fr;
    border-radius: 30px;
  }

  .seed-ai-content {
    order: 1;
  }

  .seed-ai-visual {
    width: min(100%, 650px);
    margin: 0 auto;
    order: 2;
  }

  .seed-ai-description {
    max-width: none;
  }
}

@media (max-width: 560px) {
  .seed-ai-section {
    padding: 55px 12px;
  }

  .seed-ai-container {
    padding: 31px 14px;
    gap: 30px;
    border-radius: 24px;
  }

  .seed-ai-content h2 {
    font-size: 32px;
    line-height: 1.5;
  }

  .seed-ai-description {
    font-size: 15px;
  }

  .seed-ai-benefits li {
    padding: 12px;
    font-size: 13px;
  }

  .seed-ai-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .seed-ai-primary-button {
    width: 100%;
  }

  .seed-ai-secondary-link {
    justify-content: center;
  }

  .seed-ai-visual {
    padding: 7px;
    border-radius: 21px;
  }

  .seed-ai-visual-badge {
    top: 18px;
    right: 18px;
    min-height: 34px;
    padding: 6px 10px;
    font-size: 10px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .seed-ai-section *,
  .seed-ai-section *::before,
  .seed-ai-section *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
.seed-ai-section .seed-ai-visual,
.seed-ai-section .seed-ai-svg {
  height: auto !important;
  max-height: none !important;
  overflow: visible !important;
}

.seed-ai-section .seed-ai-svg {
  width: 100% !important;
  aspect-ratio: 720 / 600;
}
@media (max-width: 900px) {
  .seed-ai-container {
    grid-template-columns: minmax(0, 1fr);
    overflow: visible !important;
  }

  .seed-ai-visual {
    width: min(100%, 650px);
    height: auto !important;
    margin: 0 auto;
    overflow: visible !important;
  }

  .seed-ai-svg {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 720 / 600;
  }
}
.hero-brand-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1;
  margin-bottom: 18px;
}

.hero-brand-subtitle {
  color: #6f6980;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 8px;
  letter-spacing: 0;
}

.hero-brand-name {
  color: #7b24d3;
  font-size: clamp(60px, 7vw, 92px);
  font-weight: 950;
  line-height: 0.95;
}

.hero-brand-en {
  margin-top: 8px;
  color: #0ca79d;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0.25em;
}
.hero-brand-lockup {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 25px;
}


.hero-brand-caption {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #777186;
  font-size: 15px;
  font-weight: 800;
  margin-bottom: 5px;
}

.hero-brand-caption span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #0ca79d;
}


.hero-brand-title {
  position: relative;
  display: inline-flex;
  flex-direction: column;
}


.persian-brand {
  color:#7928d8;
  font-size: clamp(90px, 12vw, 150px);
  font-weight: 1000;
  line-height: .85;
  letter-spacing: 8px;
  transform: scaleX(1.15);
  transform-origin:right center;
}


.hero-brand-title{
    position:relative;

    display:flex;
    flex-direction:column;
    align-items:flex-start;

    margin:0;
}


.persian-brand{
    color:#7928d8;

    font-size:clamp(90px, 12vw, 150px);
    font-weight:1000;

    line-height:.82;
    letter-spacing:8px;

    transform:scaleX(1.12);
    transform-origin:right center;
}


.english-brand{
    margin-top:10px;
    margin-right:8px;

    color:#0ca79d;

    font-family:"Bodoni Moda", Georgia, serif;

    font-size:13px;
    font-weight:600;

    line-height:1;

    letter-spacing:.38em;

    direction:ltr;
    text-align:left;
}


.english-brand-full{
    margin-top:8px;
    margin-right:8px;

    max-width:330px;

    color:#777186;

    font-family:"Bodoni Moda", Georgia, serif;

    font-size:10px;
    font-weight:500;

    line-height:1.5;

    letter-spacing:.08em;

    direction:ltr;
    text-align:left;

    opacity:.9;
}
.blog-grid{

display:grid;
grid-template-columns:repeat(3,1fr);
gap:24px;

}



.blog-card{

background:#fff;
border-radius:28px;
overflow:hidden;
border:1px solid #eee;
transition:.3s;

}



.blog-card:hover{

transform:translateY(-8px);

}



.blog-image{

height:240px;
display:flex;
align-items:center;
justify-content:center;
background:#f2f0fa;

}



.blog-image img{

width:100%;
height:100%;
object-fit:cover;

}



.image-placeholder{

color:#999;
font-size:14px;

}



.blog-content{

padding:25px;

}



.blog-content span{

color:#13aaa2;
font-size:13px;

}



.blog-content h3{

font-size:20px;
line-height:2;
margin:15px 0;

}



.blog-content h3 a{

text-decoration:none;
color:#20144d;

}



.blog-content div{

display:flex;
justify-content:space-between;
align-items:center;

}



.blog-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:24px;
}


@media(max-width:1200px){

.blog-grid{
    grid-template-columns:repeat(2,1fr);
}

}


@media(max-width:700px){

.blog-grid{
    grid-template-columns:1fr;
}

}
.blog-grid,
.seed-blog-grid {
    width:100%;
    max-width:1200px;
    margin:80px auto;
    padding:0 24px;

    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:28px;
}


.seed-blog-card {
    background:#fff;
    border-radius:32px;
    overflow:hidden;
    border:1px solid rgba(0,0,0,.05);
}


.seed-blog-image {
    height:220px;
    background:#f4f1fb;
}


.seed-blog-image img {
    width:100%;
    height:100%;
    object-fit:cover;
}


.seed-blog-content {
    padding:24px;
}


.seed-blog-content h2 {
    font-size:20px;
    line-height:2;
}


@media(max-width:1200px){

.blog-grid,
.seed-blog-grid{
grid-template-columns:repeat(2,1fr);
}

}


@media(max-width:700px){

.blog-grid,
.seed-blog-grid{
grid-template-columns:1fr;
}

}
.seed-ai-feature-section {
    padding:100px 0;
    background:#fbfaff;
}

.seed-feature-container {
    width:min(1240px, calc(100% - 40px));
    margin:auto;
}


.seed-ai-wrapper {
    display:grid;
    grid-template-columns: 1fr 1fr;
    gap:70px;
    align-items:center;
}


.seed-ai-label {
    color:#16aaa5;
    font-weight:800;
    font-size:15px;
}


.seed-ai-content h2 {
    color:#171143;
    font-size:48px;
    line-height:1.45;
    font-weight:900;
    margin:20px 0;
}


.seed-ai-content p {
    color:#777188;
    font-size:17px;
    line-height:2;
    margin-bottom:35px;
}


.seed-ai-feature-item {
    background:white;
    border:1px solid #ece6f6;
    border-radius:22px;
    padding:18px;
    display:flex;
    gap:18px;
    align-items:center;
    margin-bottom:16px;
}


.seed-ai-feature-item h3 {
    color:#211747;
    margin:0 0 8px;
    font-size:18px;
}


.seed-ai-feature-item span {
    color:#888;
    line-height:1.8;
    font-size:14px;
}


.seed-ai-icon {
    width:48px;
    height:48px;
    border-radius:15px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:24px;
}


.seed-ai-icon.purple {
    background:#f0e8ff;
    color:#7627df;
}


.seed-ai-icon.teal {
    background:#e1faf7;
    color:#16aaa5;
}


.seed-ai-demo {
    display:inline-block;
    margin-top:15px;
    color:#7627df;
    font-weight:800;
}


/* illustration */

.seed-ai-illustration {
    height:620px;
    background:
    radial-gradient(circle at top,#ffffff,#f7f2ff);
    border:1px solid #ece5f7;
    border-radius:35px;
    position:relative;
    overflow:hidden;
}


.seed-ai-flow-card {
    position:absolute;
    width:150px;
    height:100px;
    background:white;
    border:1px solid #eee5fa;
    border-radius:25px;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    gap:10px;
    box-shadow:0 15px 40px rgba(60,30,120,.08);
    color:#302650;
}


.seed-ai-flow-card b {
    font-size:25px;
}


.card-one {
    top:70px;
    right:80px;
}

.card-two {
    top:220px;
    right:210px;
}


.card-three {
    top:300px;
    right:80px;
}


.card-four {
    top:430px;
    right:210px;
}


.seed-ai-main-card {
    position:absolute;
    bottom:50px;
    left:80px;
    width:260px;
    padding:30px;
    background:white;
    border-radius:28px;
    text-align:center;
    border:1px solid #eee5fa;
}


.ai-circle {
    width:70px;
    height:70px;
    margin:auto;
    border-radius:50%;
    background:linear-gradient(135deg,#7627df,#16aaa5);
    color:white;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:28px;
    font-weight:900;
}


.seed-ai-main-card h3 {
    color:#211747;
}


.seed-ai-main-card p {
    color:#888;
    line-height:1.8;
}


.seed-ai-line {
    position:absolute;
    top:170px;
    right:170px;
    height:240px;
    width:180px;
    border-right:2px dashed #a982ef;
    border-bottom:2px dashed #a982ef;
    border-radius:0 0 80px 0;
}


@media(max-width:900px){

.seed-ai-wrapper{
    grid-template-columns:1fr;
}

.seed-ai-content h2{
    font-size:35px;
}

.seed-ai-illustration{
    height:500px;
}

}
/* ===========================
   AI FEATURE SECTION NEW UI
=========================== */

.features-section{
    background:#fbfaff;
    padding:50px 0;
}


.features-section .section-heading{
    display:none;
}


.bento-grid{

    display:grid;
    grid-template-columns:1fr 1fr;
    gap:40px;
    align-items:center;

}


/* کارت اصلی */

.feature-card{

    background:white;
    border:1px solid #eee8f8;
    border-radius:35px;
    box-shadow:0 20px 60px rgba(80,40,150,.08);
    overflow:hidden;

}


/* سمت متن */

.feature-copy{

    padding:50px;
    text-align:right;

}


.feature-tag{

    color:#0ca79d;
    font-size:16px;
    font-weight:900;

}


.feature-card h3{

    font-size:42px;
    line-height:1.5;
    color:#17113f;
    margin:20px 0;

}


.feature-card p{

    color:#77718a;
    font-size:18px;
    line-height:2;

}


/* تصویر سمت چپ */

.seed-ai-visual{

    height:600px;
    position:relative;
    display:flex;
    align-items:center;
    justify-content:center;

}


.seed-ai-visual img{

    width:90%;
    height:auto;
    object-fit:contain;

}


/* کارت های کوچک پایین */

.feature-ai{

    grid-column:1;
    grid-row:1;

}


.feature-large,
.feature-dental,
.feature-alert,
.feature-document{

    display:none;

}


/* سه آیتم داخل سمت راست */

.feature-ai::after{

    content:"مرور سریع پرونده";
    display:block;
    margin:0 50px 20px;
    padding:25px;
    border:1px solid #eee8f8;
    border-radius:22px;
    color:#30284d;
    font-weight:800;

}


/* موبایل */

@media(max-width:900px){

.bento-grid{

grid-template-columns:1fr;

}


.feature-card h3{

font-size:32px;

}


}
/* =========================
   AI CARDS FINAL STYLE
========================= */


.feature-ai{
    background:transparent;
    box-shadow:none;
    border:none;
}


/* سه کارت */

.feature-ai .feature-card-item,
.feature-ai .ai-card{

    background:#ffffff;
    border:1px solid #eee9f8;
    border-radius:24px;
    min-height:120px;
    margin-bottom:18px;
    padding:25px 30px;

    display:flex;
    align-items:center;
    gap:20px;

    transition:.3s ease;

}


.feature-ai .ai-card:hover{

    transform:translateY(-5px);

    box-shadow:
    0 20px 50px rgba(90,40,150,.10);

}


/* عنوان کارت */

.feature-ai .ai-card h4{

    margin:0 0 8px;

    color:#251b46;

    font-size:18px;

    font-weight:900;

}


/* توضیح کارت */

.feature-ai .ai-card p{

    margin:0;

    color:#8b859b;

    font-size:14px;

    line-height:1.9;

}


/* آیکن */

.feature-ai .ai-card-icon{

    width:52px;
    height:52px;

    flex:none;

    display:flex;

    align-items:center;
    justify-content:center;

    border-radius:16px;

    background:#f0e8ff;

    color:#7628d8;

    font-size:24px;

}


/* کارت اول */

.feature-ai .ai-card:nth-child(1)
.ai-card-icon{

background:#f1e9ff;

}


/* کارت دوم */

.feature-ai .ai-card:nth-child(2)
.ai-card-icon{

background:#e8fbfa;

color:#0ca79d;

}


/* کارت سوم */

.feature-ai .ai-card:nth-child(3)
.ai-card-icon{

background:#f4edff;

color:#8b42df;

}
.seed-ai-illustration{

    width:100%;
    height:100%;

    display:flex;
    align-items:center;
    justify-content:center;

    position:relative;

}



.seed-ai-illustration img{

    width:100%;

    height:100%;

    max-height:620px;

    object-fit:cover;

    border-radius:40px;

    display:block;

    box-shadow:
    0 30px 80px rgba(30,20,80,.12);

}
.home-pricing{
    position:relative;
    overflow:hidden;
    background:
        radial-gradient(
            circle at 82% 20%,
            rgba(123, 36, 211, .08),
            transparent 25%
        ),
        radial-gradient(
            circle at 12% 70%,
            rgba(12, 167, 157, .07),
            transparent 24%
        ),
        #ffffff;
}


.home-pricing__container{
    position:relative;
}


.home-pricing__heading{
    max-width:760px;
    margin:0 auto 35px;
    text-align:center;
}


.home-pricing__heading .section-kicker{
    justify-content:center;
}


.home-pricing__heading h2{
    margin:0 0 16px;
    color:#17113f;
    font-size:clamp(34px, 4vw, 52px);
    line-height:1.35;
    letter-spacing:-.035em;
}


.home-pricing__heading p:last-child{
    max-width:700px;
    margin:0 auto;
    color:#706a7b;
    font-size:15px;
    line-height:2;
}


/* Billing */

.home-pricing__billing{
    position:relative;
    width:min(430px,100%);
    min-height:72px;
    margin:0 auto 42px;
    padding:6px;

    display:grid;
    grid-template-columns:1fr 1fr;

    border-radius:20px;
    background:#ebe8f2;
}


.home-pricing__billing-button{
    position:relative;
    z-index:2;

    min-width:0;
    padding:9px 12px;

    display:grid;
    place-content:center;

    border:0;
    border-radius:15px;

    background:transparent;

    color:#3e3650;

    cursor:pointer;
}


.home-pricing__billing-button span{
    font-size:13px;
    font-weight:850;
}


.home-pricing__billing-button small{
    margin-top:2px;
    color:#918a9c;
    font-size:9px;
}


.home-pricing__billing-button.is-active{
    color:#ffffff;
}


.home-pricing__billing-button.is-active small{
    color:rgba(255,255,255,.68);
}


.home-pricing__billing-indicator{
    position:absolute;
    z-index:1;

    top:6px;
    right:6px;

    width:calc(50% - 9px);
    height:calc(100% - 12px);

    border-radius:15px;

    background:linear-gradient(
        135deg,
        #6c2bd9,
        #922be1
    );

    box-shadow:
        0 12px 25px rgba(108,43,217,.2);

    transition:
        transform .35s
        cubic-bezier(.22,1,.36,1);
}


.home-pricing__billing[data-period="lifetime"]
.home-pricing__billing-indicator{
    transform:translateX(-100%);
}


/* Grid */

.home-pricing__grid{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:20px;
    align-items:stretch;
}


/* Card */

.home-pricing__card{
    position:relative;

    min-width:0;
    min-height:560px;

    padding:30px;

    display:flex;
    flex-direction:column;

    overflow:hidden;

    border:1px solid rgba(108,43,217,.1);
    border-radius:28px;

    background:#ffffff;

    box-shadow:
        0 22px 55px rgba(23,17,63,.07);

    transition:
        transform .25s ease,
        box-shadow .25s ease,
        border-color .25s ease;
}


.home-pricing__card:hover{
    transform:translateY(-7px);

    border-color:
        rgba(108,43,217,.22);

    box-shadow:
        0 30px 65px rgba(23,17,63,.12);
}


/* Smart */

.home-pricing__card--smart{
    color:#ffffff;

    border-color:transparent;

    background:
        radial-gradient(
            circle at 10% 10%,
            rgba(86,213,204,.16),
            transparent 28%
        ),
        linear-gradient(
            145deg,
            #17113f,
            #461782
        );

    box-shadow:
        0 30px 70px rgba(49,19,98,.25);

    transform:translateY(-12px);
}


.home-pricing__card--smart:hover{
    transform:translateY(-18px);
}


/* Badge */

.home-pricing__badge{
    position:absolute;

    top:0;
    left:28px;

    padding:9px 17px;

    border-radius:
        0 0 13px 13px;

    color:#17113f;

    background:#56d5cc;

    font-size:10px;
    font-weight:900;
}


/* Number */

.home-pricing__number{
    color:#aaa4b5;
    font-size:12px;
    font-weight:850;
}


.home-pricing__card--smart
.home-pricing__number{
    color:rgba(255,255,255,.4);
}


/* Header */

.home-pricing__header{
    margin-top:25px;
}


.home-pricing__header > span{
    color:#18a79e;
    font-size:11px;
    font-weight:850;
}


.home-pricing__card--smart
.home-pricing__header > span{
    color:#56d5cc;
}


.home-pricing__header h3{
    margin:5px 0 0;

    color:#17113f;

    font-size:35px;
    line-height:1.5;
    font-weight:900;
}


.home-pricing__card--smart
.home-pricing__header h3{
    color:#ffffff;
}


.home-pricing__header p{
    min-height:62px;

    margin:9px 0 0;

    color:#7a7386;

    font-size:13px;
    line-height:1.95;
}


.home-pricing__card--smart
.home-pricing__header p{
    color:rgba(255,255,255,.62);
}


/* Price */

.home-pricing__price{
    margin-top:22px;
    padding:20px 0;

    border-top:
        1px solid rgba(108,43,217,.09);

    border-bottom:
        1px solid rgba(108,43,217,.09);
}


.home-pricing__card--smart
.home-pricing__price{
    border-color:
        rgba(255,255,255,.12);
}


.home-pricing__price > div{
    display:flex;
    align-items:baseline;
    gap:7px;
}


.home-pricing__price strong{
    color:#17113f;

    font-size:
        clamp(24px,2.4vw,33px);

    line-height:1.5;
    font-weight:900;

    transition:
        opacity .18s ease,
        transform .18s ease;
}


.home-pricing__card--smart
.home-pricing__price strong{
    color:#ffffff;
}


.home-pricing__price strong.is-changing{
    opacity:0;
    transform:translateY(5px);
}


.home-pricing__price span{
    color:#858090;
    font-size:10px;
    font-weight:700;
}


.home-pricing__card--smart
.home-pricing__price span{
    color:rgba(255,255,255,.58);
}


.home-pricing__price small{
    display:block;
    margin-top:4px;

    color:#918a9c;
    font-size:10px;
}


.home-pricing__card--smart
.home-pricing__price small{
    color:rgba(255,255,255,.48);
}


/* Features */

.home-pricing__features{
    margin:20px 0 0;

    display:grid;
    gap:10px;
}


.home-pricing__features li{
    color:#5f586d;
    font-size:12px;
    line-height:1.8;
}


.home-pricing__card--smart
.home-pricing__features li{
    color:rgba(255,255,255,.82);
}


/* Footer */

.home-pricing__footer{
    margin-top:auto;
    padding-top:25px;
}


.home-pricing__footer > span{
    display:block;
    margin-bottom:13px;

    color:#8d8698;
    font-size:10px;
}


.home-pricing__card--smart
.home-pricing__footer > span{
    color:rgba(255,255,255,.5);
}


/* Buttons */

.home-pricing__button{
    min-height:48px;

    display:flex;
    align-items:center;
    justify-content:space-between;

    padding:10px 16px;

    border-radius:14px;

    font-size:13px;
    font-weight:850;
}


.home-pricing__button--outline{
    color:#5c2a9d;
    border:1px solid #d7c9e9;
    background:transparent;
}


.home-pricing__button--white{
    color:#5b21b6;
    background:#ffffff;

    box-shadow:
        0 15px 35px rgba(5,2,19,.22);
}


/* Bottom */

.home-pricing__bottom{
    margin-top:28px;

    display:flex;
    align-items:center;
    justify-content:space-between;

    gap:20px;
}


.home-pricing__bottom p{
    margin:0;

    color:#918a99;
    font-size:11px;
}


.home-pricing__bottom a{
    color:#6c2bd9;
    font-size:12px;
    font-weight:850;
}


/* Responsive */

@media (max-width:900px){

    .home-pricing__grid{
        grid-template-columns:1fr;
    }

    .home-pricing__card--smart,
    .home-pricing__card--smart:hover{
        transform:none;
    }

    .home-pricing__bottom{
        flex-direction:column;
        align-items:flex-start;
    }

}


@media (max-width:600px){

    .home-pricing__billing{
        width:100%;
    }

    .home-pricing__billing-button span{
        font-size:11px;
    }

    .home-pricing__billing-button small{
        display:none;
    }

    .home-pricing__card{
        min-height:auto;
        padding:25px 21px;
        border-radius:24px;
    }

    .home-pricing__header h3{
        font-size:31px;
    }

    .home-pricing__price strong{
        font-size:27px;
    }

}
.story-video-cta{

    position:relative;

    margin-top:24px;
    padding:11px 13px;

    display:flex;
    align-items:center;
    gap:12px;

    width:min(100%, 390px);

    border:1px solid rgba(125, 75, 220, .28);
    border-radius:17px;

    background:
        linear-gradient(
            135deg,
            rgba(255,255,255,.08),
            rgba(255,255,255,.02)
        );

    color:#fff;

    text-decoration:none;

    overflow:hidden;

    transition:
        transform .28s ease,
        border-color .28s ease,
        background .28s ease,
        box-shadow .28s ease;
}


.story-video-cta::before{

    content:"";

    position:absolute;
    inset:0;

    background:
        linear-gradient(
            90deg,
            transparent,
            rgba(86,213,204,.09),
            transparent
        );

    transform:translateX(-100%);

    transition:transform .6s ease;

}


.story-video-cta:hover{

    transform:translateY(-3px);

    border-color:rgba(86,213,204,.7);

    background:
        linear-gradient(
            135deg,
            rgba(108,43,217,.25),
            rgba(86,213,204,.08)
        );

    box-shadow:
        0 14px 30px rgba(0,0,0,.18);

}


.story-video-cta:hover::before{

    transform:translateX(100%);

}


/* Play */

.story-video-cta__icon{

    flex:0 0 42px;

    width:42px;
    height:42px;

    display:grid;
    place-items:center;

    border-radius:13px;

    background:
        linear-gradient(
            135deg,
            #7b35df,
            #9a42e8
        );

    color:#fff;

    font-size:18px;

    box-shadow:
        0 8px 20px rgba(108,43,217,.28);

}


.story-video-cta__text{

    min-width:0;

    display:flex;
    flex-direction:column;

    gap:3px;

}


.story-video-cta__text strong{

    color:#fff;

    font-size:13px;
    font-weight:900;

}


.story-video-cta__text small{

    color:rgba(255,255,255,.56);

    font-size:10px;
    line-height:1.7;

}


/* Arrow */

.story-video-cta__arrow{

    margin-right:auto;

    width:32px;
    height:32px;

    display:grid;
    place-items:center;

    border-radius:10px;

    background:rgba(255,255,255,.07);

    color:#56d5cc;

    font-size:17px;

    transition:
        transform .25s ease,
        background .25s ease;

}


.story-video-cta:hover
.story-video-cta__arrow{

    transform:translateX(-4px);

    background:rgba(86,213,204,.12);

}


/* Mobile */

@media (max-width:700px){

    .story-video-cta{

        width:100%;

    }

}
@media (min-width: 900px) and (max-width: 1300px) and (orientation: landscape) {

    /* ---------- Base ---------- */

    .container {
        width: min(100% - 64px, 1160px);
    }

    .section-space {
        padding-block: 90px;
    }


    /* ---------- Header ---------- */

    .header-inner {
        min-height: 78px;
    }

    .primary-navigation {
        position: static !important;

        display: flex !important;
        flex-direction: row !important;
        align-items: center;
        justify-content: center;

        max-height: none !important;
        padding: 0 !important;

        gap: 22px;

        opacity: 1 !important;
        pointer-events: auto !important;

        background: transparent !important;
        border: 0 !important;
        box-shadow: none !important;
    }

    .primary-navigation a {
        padding: 0 !important;
        border: 0 !important;
        font-size: 12px;
        white-space: nowrap;
    }

    .menu-toggle {
        display: none !important;
    }

    .header-cta {
        display: inline-flex !important;
    }


    /* ---------- HERO ---------- */

    .hero {
        padding-top: 120px;
        padding-bottom: 80px;
    }

    .hero-grid {
        grid-template-columns: 0.95fr 1.05fr !important;
        align-items: center;
        gap: 35px;
    }

    .hero-copy {
        max-width: 100%;
        text-align: right;
    }

    .hero h1 {
        max-width: 100%;
        margin-bottom: 22px;
        font-size: 48px;
        line-height: 1.3;
    }

    .hero h1 .hero-brand-name {
        font-size: 82px;
        line-height: .85;
    }

    .hero h1 .hero-main-message {
        font-size: 38px;
        line-height: 1.45;
    }

    .hero-description {
        max-width: 560px;
        font-size: 14px;
        line-height: 2;
    }

    .hero-actions {
        justify-content: flex-start;
        gap: 14px;
    }

    .hero-points {
        justify-content: flex-start;
    }


    /* ---------- HERO VISUAL ---------- */

    .hero-visual {
        min-height: 500px;
    }

    .system-card {
        width: 100%;
        min-height: 430px;
        transform: none !important;
    }

    .system-body {
        grid-template-columns: 52px 1fr;
    }


    /* ---------- TRUST ---------- */

    .trust-inner {
        grid-template-columns: .8fr 1.8fr;
        gap: 30px;
    }


    /* ---------- STORY ---------- */

    .horizontal-story {
        height: 390vh !important;
    }

    .story-sticky {
        position: sticky !important;
        top: 0;
        min-height: 100vh !important;
        padding: 70px 0 !important;
    }

    .story-viewport {
        overflow: hidden !important;
    }

    .story-track {
        display: flex !important;
        gap: 0 !important;

        width: 400vw !important;

        transform: translate3d(0,0,0);
    }

    .story-panel {
        width: 100vw !important;
        flex: 0 0 100vw !important;

        padding-inline:
            max(45px, calc((100vw - 1160px) / 2)) !important;

        display: grid !important;

        grid-template-columns:
            minmax(0, .9fr)
            minmax(0, 1.1fr) !important;

        gap: 45px !important;

        background: transparent !important;
        border: 0 !important;
        border-radius: 0 !important;
    }

    .panel-copy {
        align-self: center;
    }

    .panel-copy h3 {
        font-size: 42px;
        line-height: 1.45;
    }

    .panel-copy p {
        max-width: 520px;
        font-size: 14px;
        line-height: 2;
    }

    .panel-visual {
        min-height: 420px;
        align-self: center;
    }


    /* ---------- FEATURES ---------- */

    .bento-grid {
        gap: 20px;
    }

    .feature-card {
        min-height: 300px;
    }


    /* ---------- AI ---------- */

    .seed-ai-section {
        padding: 90px 24px;
    }

    .seed-ai-container {
        grid-template-columns:
            minmax(0, 1fr)
            minmax(0, 1fr);

        gap: 40px;
    }

    .seed-ai-content h2 {
        font-size: 38px;
        line-height: 1.45;
    }


    /* ---------- PRICING ---------- */

    .home-pricing__grid {
        grid-template-columns: repeat(3, minmax(0,1fr));
        gap: 18px;
    }

    .home-pricing__card {
        min-height: 540px;
        padding: 26px 22px;
    }

    .home-pricing__card--smart {
        transform: translateY(-10px);
    }

    .home-pricing__header h3 {
        font-size: 31px;
    }

    .home-pricing__price strong {
        font-size: 24px;
    }


    /* ---------- ABOUT ---------- */

    .about-grid {
        grid-template-columns: .95fr 1.05fr !important;
        gap: 45px;
    }


    /* ---------- BLOG ---------- */

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


    /* ---------- FOOTER ---------- */

    .footer-grid {
        grid-template-columns:
            1.2fr
            1fr
            1fr
            1fr;

        gap: 25px;
    }
}
.hero-brand-title{
    position:relative;

    display:flex;
    flex-direction:column;
    align-items:flex-start;

    width:max-content;

    margin:0;
}


/* نام فارسی */

.persian-brand{
    display:block;

    color:#7928d8;

    font-size:clamp(90px, 11vw, 150px);
    font-weight:1000;

    line-height:.82;

    letter-spacing:7px;

    transform:scaleX(1.08);
    transform-origin:right center;
}


/* S.E.E.D. */

.english-brand{
    display:block;

    margin-top:14px;
    margin-right:8px;

    color:#0ca79d;

    font-family:"Bodoni Moda", Georgia, serif;

    font-size:15px;
    font-weight:600;

    line-height:1;

    letter-spacing:.33em;

    direction:ltr;
    text-align:left;

    transform:translateX(-3px);
}


/* عبارت کامل */

.english-brand-full{
    display:block;

    margin-top:9px;
    margin-right:8px;

    color:#817b8f;

    font-family:"Bodoni Moda", Georgia, serif;

    font-size:8px;
    font-weight:500;

    line-height:1.7;

    letter-spacing:.075em;

    direction:ltr;
    text-align:left;

    white-space:nowrap;

    opacity:.9;

    transform:translateX(-3px);
}
/* =========================================================
   SEED BRAND LOCKUP
   ========================================================= */

.hero-brand-title{
    display:flex;
    flex-direction:column;
    align-items:flex-start;

    width:max-content;

    direction:rtl;

    margin:0;
}


/* -------------------------
   نام اصلی
   ------------------------- */

.hero-brand-main{

    display:flex;

    align-items:flex-end;

    direction:rtl;

    gap:18px;

    width:max-content;
}


.persian-brand{

    display:block;

    color:#7928d8;

    font-size:clamp(90px, 11vw, 150px);

    font-weight:1000;

    line-height:.78;

    letter-spacing:7px;

    transform:scaleX(1.06);

    transform-origin:right center;
}


/* -------------------------
   S.E.E.D.
   ------------------------- */

.english-brand{

    display:block;

    margin-bottom:13px;

    color:#7928d8;

    font-family:"Bodoni Moda", Georgia, serif;

    font-size:16px;

    font-weight:900;

    line-height:1;

    letter-spacing:.28em;

    direction:ltr;

    white-space:nowrap;

    transform:translateX(4px);
}


/* -------------------------
   توضیحات پایین برند
   ------------------------- */

.hero-brand-meta{

    display:flex;

    flex-direction:column;

    align-items:flex-start;

    gap:6px;

    margin-top:14px;

    margin-right:8px;
}


.hero-brand-meta-item{

    display:flex;

    align-items:center;

    gap:8px;

    white-space:nowrap;
}


/* نقطه سبز */

.hero-brand-dot{

    flex:0 0 7px;

    width:7px;
    height:7px;

    border-radius:50%;

    background:#0ca79d;

    box-shadow:
        0 0 0 5px rgba(12,167,157,.09);
}


/* توضیح فارسی */

.hero-brand-persian-caption{

    color:#686173;

    font-size:12px;

    font-weight:800;

    line-height:1.5;

}


/* توضیح انگلیسی */

.hero-brand-meta-en{

   direction:ltr;
    justify-content:flex-start;
    align-self:flex-start;

}


.hero-brand-meta-en .english-brand-full{

   display:block;

    margin:0;

    color:#817b8f;

    font-family:"Bodoni Moda", Georgia, serif;

    font-size:10px;

    font-weight:500;

    line-height:1.4;

    letter-spacing:.045em;

    white-space:nowrap;

    direction:ltr;

    text-align:left;

    unicode-bidi:plaintext;

    opacity:.95;
}
.hero-brand-title{
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    width:max-content;
    margin:0;
}


.hero-brand-main{
    display:flex;
    align-items:flex-end;
    direction:rtl;
    gap:4px;
    width:max-content;
}


.persian-brand{
    display:block;

    color:#7928d8;

    font-size:clamp(100px, 11.5vw, 155px);

    font-weight:1000;

    line-height:.78;

    letter-spacing:7px;

    transform:scaleX(1.08);

    transform-origin:right center;
}


.hero-brand-en-stack{
     display:flex;
    flex-direction:column;
    align-items:flex-start;
    justify-content:flex-end;

    margin-bottom:-39px;

    direction:ltr;
    text-align:left;

    transform:translateX(100px);
}


.english-brand{
    display:block;

    color:#7928d8;

    font-family:"Bodoni Moda", Georgia, serif;

    font-size:22px;
font-weight:900;

    line-height:1;

    letter-spacing:.28em;

    direction:ltr;

    white-space:nowrap;
}


.english-brand-full{
    display:block;

    margin-top:11px;

    color:#817b8f;

    font-family:"Bodoni Moda", Georgia, serif;

    font-size:12px;

    font-weight:500;

    line-height:1.4;

    letter-spacing:.035em;

    direction:ltr;

    text-align:left;

    white-space:nowrap;

    opacity:.95;
}


.hero-brand-persian-caption{
    display:flex;
    align-items:center;

    gap:8px;

    margin-top:13px;
    margin-right:8px;

    color:#686173;

    font-size:14px;
font-weight:800;

    line-height:1.5;
}


.hero-brand-dot{
    flex:0 0 7px;

    width:7px;
    height:7px;

    border-radius:50%;

    background:#0ca79d;

    box-shadow:
        0 0 0 5px rgba(12,167,157,.09);
}
/* =========================================
   فوتر پنج‌ستونه و نشان نظام صنفی
========================================= */

/* دسکتاپ */

.site-footer .footer-grid {
  grid-template-columns:
    minmax(210px, 1.45fr)
    minmax(100px, 0.72fr)
    minmax(100px, 0.72fr)
    minmax(210px, 1.05fr)
    minmax(220px, 1.25fr) !important;
  gap: 32px !important;
  align-items: start;
}

.footer-social-column,
.footer-trust-column {
  min-width: 0;
}

.footer-trust-column {
  display: flex;
  flex-direction: column;
  gap: 9px;
}

/* کارت نظام صنفی */

.site-footer .footer-trust-badge {
  width: 100%;
  max-width: 250px;
  margin: 0;
  padding: 10px 11px 10px 14px;

  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  align-items: center;
  gap: 12px;

  position: relative;
  isolation: isolate;
  overflow: hidden;

  color: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 16px;

  background: rgba(255, 255, 255, 0.09);

  -webkit-backdrop-filter: blur(16px) saturate(125%);
  backdrop-filter: blur(16px) saturate(125%);

  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.15),
    0 14px 34px rgba(7, 4, 24, 0.2);

  text-decoration: none;

  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background-color 180ms ease;
}

.site-footer .footer-trust-badge::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;

  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.1),
    transparent 58%
  );

  pointer-events: none;
}

.site-footer .footer-trust-badge:hover {
  color: #ffffff;
  transform: translateY(-3px);
  border-color: rgba(98, 211, 203, 0.46);
  background: rgba(255, 255, 255, 0.12);
}

.site-footer .footer-trust-badge:active {
  transform: translateY(-1px);
}

.site-footer .footer-trust-badge:focus-visible {
  outline: 3px solid rgba(98, 211, 203, 0.72);
  outline-offset: 4px;
}

/* قاب سفید لوگو */

.footer-trust-badge__logo-wrap {
  height: 72px;

  display: grid;
  place-items: center;

  overflow: hidden;

  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 12px;

  background: rgba(255, 255, 255, 0.94);

  box-shadow:
    inset 0 1px 0 #ffffff,
    0 8px 18px rgba(7, 4, 24, 0.16);
}

.footer-trust-badge__logo {
  width: 76px;
  height: 61px;

  display: block;
  object-fit: contain;
}

.footer-trust-badge__label {
  min-width: 0;

  color: rgba(255, 255, 255, 0.82);

  font-size: 11px;
  font-weight: 700;
  line-height: 1.9;
}

/* لپ‌تاپ متوسط */

@media (min-width: 921px) and (max-width: 1300px) {
  .site-footer .footer-grid {
    grid-template-columns:
      minmax(180px, 1.35fr)
      minmax(85px, 0.72fr)
      minmax(85px, 0.72fr)
      minmax(180px, 1fr)
      minmax(200px, 1.2fr) !important;

    gap: 25px !important;
  }
}

/* تبلت */

@media (min-width: 641px) and (max-width: 920px) {
  .site-footer .footer-grid {
    grid-template-columns:
      minmax(190px, 1.4fr)
      minmax(150px, 1fr)
      minmax(150px, 1fr) !important;

    gap: 35px 25px !important;
  }

  .site-footer .footer-social-column {
    grid-column: 2;
  }

  .site-footer .footer-trust-column {
    grid-column: 3;
  }

  .site-footer .footer-trust-badge {
    max-width: 270px;
  }
}

/* موبایل */

@media (max-width: 640px) {
  .site-footer .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 35px 24px !important;
  }

  .site-footer .footer-brand {
    grid-column: 1 / -1;
  }

  .site-footer .footer-social-column,
  .site-footer .footer-trust-column {
    grid-column: auto;
  }

  .site-footer .footer-trust-badge {
    width: 100%;
    max-width: 270px;
  }
}

/* موبایل کوچک */

@media (max-width: 390px) {
  .site-footer .footer-grid {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .site-footer .footer-brand,
  .site-footer .footer-social-column,
  .site-footer .footer-trust-column {
    grid-column: auto;
  }

  .site-footer .footer-trust-badge {
    width: 100%;
    max-width: 290px;
  }
}

/* مرورگرهای بدون پشتیبانی از شیشه مات */

@supports not (
  (-webkit-backdrop-filter: blur(1px)) or
  (backdrop-filter: blur(1px))
) {
  .site-footer .footer-trust-badge {
    background: #292440;
  }
}

/* تنظیمات دسترسی‌پذیری */

@media (prefers-reduced-transparency: reduce) {
  .site-footer .footer-trust-badge {
    background: #292440;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .site-footer .footer-trust-badge {
    transition: none;
  }
}
/* =========================================
   لوگوهای مجوز داخل قاب شیشه‌ای
========================================= */

.site-footer .footer-trust-badge {
  width: 100%;
  max-width: 250px;
  padding: 10px;

  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  align-items: stretch;
  gap: 5px !important;
}

/* هر باکس سفید */

.site-footer .footer-trust-badge__item {
  width: 100%;
  height: 82px;
  min-width: 0;
  padding: 6px;

  display: grid;
  place-items: center;

  overflow: hidden;

  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: 12px;

  background: #ffffff;

  box-shadow:
    inset 0 1px 0 #ffffff,
    0 8px 18px rgba(7, 4, 24, 0.14);

  text-decoration: none;

  transition:
    transform 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease;
}

.site-footer .footer-trust-badge__item:hover {
  transform: translateY(-2px);
  border-color: rgba(98, 211, 203, 0.7);

  box-shadow:
    inset 0 1px 0 #ffffff,
    0 10px 22px rgba(7, 4, 24, 0.2);
}

.site-footer .footer-trust-badge__item:active {
  transform: translateY(0);
}

.site-footer .footer-trust-badge__item:focus-visible {
  outline: 3px solid rgba(98, 211, 203, 0.72);
  outline-offset: 3px;
}

/* لوگوی نظام صنفی */

.site-footer .footer-trust-badge__logo {
  width: 82px;
  height: 66px;
  max-width: 100%;

  display: block;
  object-fit: contain;
}

/* لوگوی اینماد */

.site-footer .footer-trust-badge__enamad img {
  width: auto;
  height: 68px;
  max-width: 100%;

  display: block;
  object-fit: contain;

  cursor: pointer;
}

/* حرکت فقط برای باکس‌های سفید باشد، نه قاب اصلی */

.site-footer .footer-trust-badge:hover {
  transform: none;
}

@media (max-width: 390px) {
  .site-footer .footer-trust-badge {
    max-width: 250px;
  }

  .site-footer .footer-trust-badge__item {
    height: 78px;
  }

  .site-footer .footer-trust-badge__logo,
  .site-footer .footer-trust-badge__enamad img {
    max-height: 64px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .site-footer .footer-trust-badge__item {
    transition: none;
  }
}
/* =========================================================
   MEDICAL + DENTAL SPECIALTIES
   ========================================================= */

.seed-specialties-section{

    position:relative;

    padding:
        50px 0;

    overflow:hidden;

    background:

        radial-gradient(
            circle at 80% 30%,
            rgba(121,40,216,.08),
            transparent 30%
        ),

        radial-gradient(
            circle at 15% 75%,
            rgba(12,167,157,.08),
            transparent 28%
        ),

        #ffffff;
}


.seed-specialties-wrapper{

    display:grid;

    grid-template-columns:
        minmax(0, 1fr)
        minmax(0, 1fr);

    align-items:center;

    gap:70px;

}


/* =========================
   Content
   ========================= */

.seed-specialties-content{

    max-width:650px;
}


.seed-specialties-kicker{

    display:inline-flex;

    align-items:center;

    gap:9px;

    color:#0ca79d;

    font-size:12px;

    font-weight:900;
}


.seed-specialties-kicker::before{

    content:"";

    width:8px;
    height:8px;

    border-radius:50%;

    background:#0ca79d;

    box-shadow:
        0 0 0 6px rgba(12,167,157,.08);

}


.seed-specialties-content h2{

    margin:
        18px 0 18px;

    color:#17113f;

    font-size:
        clamp(38px, 2.9vw, 58px);

    font-weight:900;

    /*line-height:1.35;*/

    letter-spacing:-.035em;
}


.seed-specialties-description{

    max-width:590px;

    margin:0 0 30px;

    color:#746d80;

    font-size:15px;

    line-height:2.1;
}


/* =========================
   Cards
   ========================= */

.seed-specialties-cards{

    display:grid;

    grid-template-columns:
        repeat(2, minmax(0,1fr));

    gap:14px;

    margin-top:28px;
}


.seed-specialty-card{

    position:relative;

    min-height:145px;

    padding:20px;

    display:flex;

    align-items:flex-start;

    gap:14px;

    overflow:hidden;

    border-radius:22px;

    border:1px solid rgba(121,40,216,.12);

    background:#ffffff;

    box-shadow:
        0 16px 40px rgba(24,14,58,.06);

    transition:
        transform .3s ease,
        border-color .3s ease,
        box-shadow .3s ease;
}


.seed-specialty-card:hover{

    transform:translateY(-5px);

    border-color:
        rgba(121,40,216,.3);

    box-shadow:
        0 22px 45px rgba(24,14,58,.1);

}


.seed-specialty-card--medical{

    background:
        linear-gradient(
            145deg,
            #ffffff,
            #f7fffe
        );
}


.seed-specialty-card--dental{

    background:
        linear-gradient(
            145deg,
            #ffffff,
            #faf7ff
        );
}


.seed-specialty-icon{

    flex:0 0 48px;

    width:48px;
    height:48px;

    display:grid;
    place-items:center;

    border-radius:15px;

    color:#7027d0;

    background:#f0e9ff;

    font-size:22px;
}


.seed-specialty-card--medical
.seed-specialty-icon{

    color:#0ca79d;

    background:#e4faf7;
}


.seed-specialty-card-content{

    min-width:0;
}


.seed-specialty-card-content > span{

    color:#9b93a5;

    font-size:10px;

    font-weight:800;
}


.seed-specialty-card-content h3{

    margin:3px 0 5px;

    color:#17113f;

    font-size:23px;

    font-weight:950;
}


.seed-specialty-card-content p{

    margin:0;

    color:#80788b;

    font-size:11px;

    line-height:1.9;
}


.seed-specialty-arrow{

    position:absolute;

    left:15px;
    bottom:14px;

    color:#7a32d7;

    font-size:17px;

    opacity:.7;
}


/* CTA */

.seed-specialties-cta{

    width:max-content;

    margin-top:24px;

    padding:13px 20px;

    display:inline-flex;

    align-items:center;

    gap:20px;

    border-radius:15px;

    color:#ffffff;

    background:
        linear-gradient(
            135deg,
            #25104d,
            #7027d0
        );

    font-size:12px;

    font-weight:900;

    text-decoration:none;

    box-shadow:
        0 15px 35px rgba(89,30,163,.2);

    transition:
        transform .25s ease,
        box-shadow .25s ease;
}


.seed-specialties-cta:hover{

    transform:translateY(-3px);

    box-shadow:
        0 20px 40px rgba(89,30,163,.3);

}


.seed-specialties-cta span{

    color:#59d7cf;

    font-size:18px;
}


/* =========================
   SVG
   ========================= */

.seed-specialties-visual{

    position:relative;

    min-height:540px;

    display:grid;

    place-items:center;
}


.seed-specialties-svg{

    position:relative;

    z-index:2;

    width:100%;

    max-width:620px;

    overflow:visible;
}


/* مسیرها */

.seed-specialty-path{

    fill:none;

    stroke:url(#seed-specialty-line);

    stroke-width:2;

    stroke-dasharray:8 9;

    opacity:.38;

    animation:
        seed-path-flow 4s linear infinite;
}


@keyframes seed-path-flow{

    to{

        stroke-dashoffset:-80;

    }

}


/* نقطه‌های متحرک */

.seed-specialty-pulse{

    fill:#56d5cc;

    filter:
        drop-shadow(
            0 0 7px rgba(86,213,204,.7)
        );
}


/* مرکز */

.seed-specialty-center > circle:first-child{

    fill:
        linear-gradient(
            145deg,
            #7027d0,
            #4c197f
        );

    fill:#7228d5;

    filter:
        drop-shadow(
            0 25px 35px rgba(92,35,165,.25)
        );
}


.seed-specialty-center-ring{

    fill:none;

    stroke:#56d5cc;

    stroke-width:2;

    stroke-dasharray:3 8;

    opacity:.8;

    animation:
        seed-ring-rotate 12s linear infinite;
}


@keyframes seed-ring-rotate{

    to{

        transform:
            rotate(360deg);

        transform-origin:
            310px 260px;

    }

}


.seed-center-small{

    fill:
        rgba(255,255,255,.66);

    font-size:11px;

    font-weight:700;
}


.seed-center-title{

    fill:#ffffff;

    font-size:38px;

    font-weight:1000;
}


/* کارت‌های SVG */

.seed-specialty-node rect{

    fill:#ffffff;

    stroke:
        rgba(121,40,216,.13);

    stroke-width:1.4;

    filter:
        drop-shadow(
            0 15px 30px rgba(23,17,63,.07)
        );
}


.seed-specialty-node--medical rect{

    stroke:
        rgba(12,167,157,.28);
}


.seed-specialty-node circle{

    fill:#e8faf7;

}


.seed-specialty-node--dental circle{

    fill:#f0e8ff;

}


.seed-svg-label{

    fill:#17113f;

    font-size:13px;

    font-weight:900;
}


.seed-svg-sub{

    fill:#8d8498;

    font-size:9px;
}


/* orbit */

.seed-specialties-orbit{

    position:absolute;

    inset:0;

    pointer-events:none;
}


.seed-orbit-dot{

    position:absolute;

    width:7px;
    height:7px;

    border-radius:50%;

    background:#56d5cc;

    box-shadow:
        0 0 0 7px rgba(86,213,204,.08);

    animation:
        seed-orbit-float
        5s
        ease-in-out
        infinite;
}


.seed-orbit-dot--one{

    top:18%;

    right:8%;
}


.seed-orbit-dot--two{

    top:72%;

    left:4%;

    animation-delay:1.2s;
}


.seed-orbit-dot--three{

    bottom:10%;

    right:35%;

    animation-delay:2.2s;
}


@keyframes seed-orbit-float{

    0%,
    100%{

        transform:translateY(0);

    }

    50%{

        transform:translateY(-12px);

    }

}


/* =========================
   Tablet
   ========================= */

@media (max-width:1100px){

    .seed-specialties-wrapper{

        grid-template-columns:
            1fr 1fr;

        gap:35px;

    }

    .seed-specialties-content h2{

        font-size:43px;

    }

    .seed-specialties-description{

        font-size:13px;

    }

    .seed-specialties-cards{

        grid-template-columns:1fr;

    }

}


/* =========================
   Mobile
   ========================= */

@media (max-width:700px){

    .seed-specialties-section{

        padding:40px 0;

    }

    .seed-specialties-wrapper{

        grid-template-columns:1fr;

        gap:45px;

    }

    .seed-specialties-content{

        max-width:none;

    }

    .seed-specialties-content h2{

        font-size:35px;

    }

    .seed-specialties-description{

        font-size:13px;

    }

    .seed-specialty-card{

        min-height:125px;

    }

    .seed-specialties-visual{

        min-height:430px;

    }

}
/* =========================================================
   MEDICAL + DENTAL IMAGE
   ========================================================= */

.seed-specialties-visual{
    position:relative;

    min-height:560px;

    display:flex;
    align-items:center;
    justify-content:center;

    isolation:isolate;
}


.seed-specialties-image-wrap{
    position:relative;

    width:100%;
    max-width:680px;

    display:flex;
    align-items:center;
    justify-content:center;
}


/* هاله نور پشت تصویر */

.seed-specialties-image-glow{
    position:absolute;

    width:72%;
    aspect-ratio:1;

    border-radius:50%;

    background:
        radial-gradient(
            circle,
            rgba(121,40,216,.16) 0%,
            rgba(121,40,216,.08) 35%,
            rgba(121,40,216,0) 72%
        );

    filter:blur(18px);

    z-index:-1;

    animation:
        seed-image-glow 5s ease-in-out infinite;
}


@keyframes seed-image-glow{

    0%,
    100%{
        transform:scale(1);
        opacity:.8;
    }

    50%{
        transform:scale(1.08);
        opacity:1;
    }

}


/* خود تصویر */

.seed-specialties-image{

    display:block;

    width:100%;
    height:auto;

    object-fit:contain;

    border-radius:28px;

    filter:
        drop-shadow(
            0 30px 50px rgba(31,18,73,.12)
        );

    transform:translateY(0);

    transition:
        transform .45s ease,
        filter .45s ease;
}


.seed-specialties-image:hover{

    transform:translateY(-7px);

    filter:
        drop-shadow(
            0 38px 60px rgba(31,18,73,.17)
        );

}


/* =========================================================
   SPECIALTIES LAYOUT
   ========================================================= */

.seed-specialties-wrapper{

    display:grid;

    grid-template-columns:
        minmax(0, .95fr)
        minmax(0, 1.05fr);

    align-items:center;

    gap:65px;
}


/* =========================================================
   CARDS
   ========================================================= */

.seed-specialties-cards{

    display:grid;

    grid-template-columns:
        repeat(2, minmax(0,1fr));

    gap:15px;

    margin-top:30px;
}


.seed-specialty-card{

    position:relative;

    min-height:155px;

    padding:22px;

    display:flex;

    align-items:flex-start;

    gap:14px;

    overflow:hidden;

    border-radius:22px;

    border:
        1px solid rgba(121,40,216,.11);

    background:#fff;

    box-shadow:
        0 18px 40px rgba(23,17,63,.06);

    transition:
        transform .3s ease,
        box-shadow .3s ease,
        border-color .3s ease;
}


.seed-specialty-card:hover{

    transform:translateY(-5px);

    border-color:
        rgba(121,40,216,.25);

    box-shadow:
        0 25px 55px rgba(23,17,63,.10);
}


.seed-specialty-card--medical{

    background:
        linear-gradient(
            145deg,
            #ffffff 35%,
            #f2fffd
        );
}


.seed-specialty-card--dental{

    background:
        linear-gradient(
            145deg,
            #ffffff 35%,
            #faf6ff
        );
}


.seed-specialty-icon{

    flex:0 0 50px;

    width:50px;
    height:50px;

    display:grid;
    place-items:center;

    border-radius:15px;

    color:#7928d8;

    background:#f0e8ff;

    font-size:23px;
}


.seed-specialty-card--medical
.seed-specialty-icon{

    color:#0ca79d;

    background:#e5faf7;
}


.seed-specialty-card-content{

    min-width:0;
}


.seed-specialty-card-content > span{

    display:block;

    margin-bottom:3px;

    color:#9a92a6;

    font-size:10px;

    font-weight:800;
}


.seed-specialty-card-content h3{

    margin:0 0 7px;

    color:#17113f;

    font-size:23px;

    font-weight:950;
}


.seed-specialty-card-content p{

    margin:0;

    color:#81798d;

    font-size:11px;

    line-height:1.9;
}


.seed-specialty-arrow{

    position:absolute;

    bottom:14px;
    left:15px;

    color:#7928d8;

    font-size:17px;

    opacity:.65;
}


/* =========================================================
   CTA
   ========================================================= */

.seed-specialties-cta{

    margin-top:25px;

    padding:14px 21px;

    display:inline-flex;

    align-items:center;

    gap:20px;

    border-radius:15px;

    background:
        linear-gradient(
            135deg,
            #24104d,
            #7427d2
        );

    color:#fff;

    font-size:12px;

    font-weight:900;

    text-decoration:none;

    box-shadow:
        0 18px 40px rgba(91,28,170,.20);

    transition:
        transform .25s ease,
        box-shadow .25s ease;
}


.seed-specialties-cta:hover{

    transform:translateY(-3px);

    box-shadow:
        0 25px 50px rgba(91,28,170,.28);
}


.seed-specialties-cta span{

    color:#58d6cf;

    font-size:18px;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width:1100px){

    .seed-specialties-wrapper{

        grid-template-columns:
            minmax(0,1fr)
            minmax(0,1fr);

        gap:35px;
    }

    .seed-specialties-content h2{

        font-size:43px;
    }

    .seed-specialties-image-wrap{

        max-width:560px;
    }

    .seed-specialties-cards{

        grid-template-columns:1fr;
    }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width:700px){

    .seed-specialties-section{

        padding:80px 0;
    }

    .seed-specialties-wrapper{

        grid-template-columns:1fr;

        gap:45px;
    }

    .seed-specialties-content h2{

        font-size:25px;
    }

    .seed-specialties-description{

        font-size:13px;
    }

    .seed-specialties-image-wrap{

        max-width:100%;
    }

    .seed-specialty-card{

        min-height:135px;
    }

}
/* =========================================================
   LANGUAGE SWITCHER
   ========================================================= */

.language-switcher{
    position:relative;

    margin-inline-start:16px;

    direction:ltr;
}


.language-switcher__current{

    display:flex;

    align-items:center;

    gap:8px;

    min-width:118px;

    height:42px;

    padding:0 12px;

    border:1px solid rgba(121,40,216,.14);

    border-radius:13px;

    background:#fff;

    color:#27213f;

    font-family:inherit;

    font-size:12px;

    font-weight:800;

    cursor:pointer;

    box-shadow:
        0 8px 24px rgba(40,20,80,.05);

    transition:
        .25s ease;
}


.language-switcher__current:hover{

    border-color:
        rgba(121,40,216,.30);

    box-shadow:
        0 12px 28px rgba(40,20,80,.09);
}


.language-switcher__flag{

    display:flex;

    align-items:center;

    justify-content:center;

    width:22px;

    height:16px;

    flex:0 0 22px;

    overflow:hidden;

    border-radius:3px;
}


.language-switcher__flag img{

    display:block;

    width:22px;

    height:16px;

    object-fit:cover;
}


.language-switcher__label{

    white-space:nowrap;

    flex:1;

    text-align:left;
}


.language-switcher__arrow{

    font-size:12px;

    color:#7928d8;

    transition:
        transform .25s ease;
}


.language-switcher.is-open
.language-switcher__arrow{

    transform:rotate(180deg);
}


/* Dropdown */

.language-switcher__menu{

    position:absolute;

    top:calc(100% + 8px);

    inset-inline-start:0;

    z-index:1000;

    min-width:145px;

    padding:6px;

    border:1px solid rgba(121,40,216,.12);

    border-radius:15px;

    background:#fff;

    box-shadow:
        0 20px 45px rgba(26,15,63,.14);
}


.language-switcher__option{

    width:100%;

    display:flex;

    align-items:center;

    gap:9px;

    padding:10px;

    border:0;

    border-radius:10px;

    background:transparent;

    color:#29233f;

    font-family:inherit;

    font-size:12px;

    font-weight:700;

    text-align:start;

    cursor:pointer;

    transition:
        background .2s ease,
        color .2s ease;
}


.language-switcher__option:hover{

    background:#f5efff;

    color:#7027d0;
}


.language-switcher__option.is-active{

    background:#f1eaff;

    color:#7027d0;
}


.language-switcher__option img{

    width:22px;

    height:16px;

    object-fit:cover;

    border-radius:3px;

    flex:0 0 22px;
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width:700px){

    .language-switcher{

        margin-inline-start:8px;
    }


    .language-switcher__current{

        min-width:48px;

        width:48px;

        padding:0 10px;
    }


    .language-switcher__current
    .language-switcher__label{

        display:none;
    }


    .language-switcher__arrow{

        margin-inline-start:auto;
    }

}

/* =========================================================
   PROJECT-INTERNATIONAL
   English / LTR alignment overrides
   Added after the existing stylesheet so the original
   visual system remains intact in Arabic/RTL.
   ========================================================= */

html[dir="ltr"] body {
    direction: ltr;
}

html[dir="ltr"] .hero-copy,
html[dir="ltr"] .hero-copy h1,
html[dir="ltr"] .hero-description,
html[dir="ltr"] .hero-points,
html[dir="ltr"] .hero-points li {
    direction: ltr;
    text-align: left;
}

html[dir="ltr"] .hero-description {
    direction: ltr;
    text-align: left;
}

html[dir="ltr"] .hero-actions {
    justify-content: flex-start;
}

html[dir="ltr"] .section-heading:not(.centered),
html[dir="ltr"] .section-heading.split,
html[dir="ltr"] .about-copy,
html[dir="ltr"] .centers-copy,
html[dir="ltr"] .faq-intro,
html[dir="ltr"] .faq-list,
html[dir="ltr"] .panel-copy,
html[dir="ltr"] .seed-ai-content,
html[dir="ltr"] .home-pricing__heading {
    direction: ltr;
    text-align: left;
}

html[dir="ltr"] .section-heading.split > div:last-child,
html[dir="ltr"] .about-copy,
html[dir="ltr"] .centers-copy,
html[dir="ltr"] .faq-intro {
    text-align: left;
}

html[dir="ltr"] .section-heading:not(.centered) .section-kicker,
html[dir="ltr"] .about-copy .section-kicker,
html[dir="ltr"] .centers-copy .section-kicker,
html[dir="ltr"] .faq-intro .section-kicker {
    justify-content: flex-start;
}

html[dir="ltr"] .seed-ai-feature-section {
    direction: ltr;
}

html[dir="ltr"] .seed-ai-wrapper {
    direction: ltr;
}

html[dir="ltr"] .seed-ai-content h2,
html[dir="ltr"] .seed-ai-content p,
html[dir="ltr"] .seed-ai-content .seed-ai-label,
html[dir="ltr"] .seed-ai-content .seed-ai-demo {
    text-align: left;
}

html[dir="ltr"] .center-tab {
    direction: ltr;
    text-align: left;
}

html[dir="ltr"] .center-benefits {
    direction: ltr;
    text-align: left;
}

html[dir="ltr"] .center-floating-label,
html[dir="ltr"] .center-status,
html[dir="ltr"] .center-label-primary,
html[dir="ltr"] .center-label-secondary {
    direction: ltr;
}

html[dir="ltr"] .story-panel {
    direction: ltr;
}

html[dir="ltr"] .panel-copy {
    direction: ltr;
    text-align: left;
}

html[dir="ltr"] .panel-copy ul {
    justify-content: flex-start;
}

html[dir="ltr"] .feature-card,
html[dir="ltr"] .feature-copy {
    direction: ltr;
    text-align: left;
}

html[dir="ltr"] .home-pricing__container,
html[dir="ltr"] .home-pricing__card {
    direction: ltr;
}

html[dir="ltr"] .home-pricing__heading {
    text-align: left;
    margin-inline: 0;
}

html[dir="ltr"] .home-pricing__heading .section-kicker {
    justify-content: flex-start;
}

html[dir="ltr"] .about-values {
    direction: ltr;
    text-align: left;
}

html[dir="ltr"] .about-cta,
html[dir="ltr"] .faq-contact-button {
    direction: ltr;
    text-align: left;
}

html[dir="ltr"] .blog-grid,
html[dir="ltr"] .blog-card,
html[dir="ltr"] .blog-content {
    direction: ltr;
    text-align: left;
}

html[dir="ltr"] .final-cta-inner,
html[dir="ltr"] .cta-actions {
    direction: ltr;
}

html[dir="ltr"] .final-cta-inner {
    text-align: left;
}

html[dir="ltr"] .primary-navigation a::after {
    right: auto;
    left: 0;
}

html[dir="ltr"] .window-dots {
    margin-left: auto;
    margin-right: 0;
}

html[dir="ltr"] .text-link:hover span {
    transform: translateX(5px);
}

/* Keep image/illustration positioning independent from text direction. */
html[dir="ltr"] .hero-visual,
html[dir="ltr"] .seed-specialties-visual {
    direction: ltr;
}

/* Prevent legacy RTL rules from forcing the main AI block right-aligned. */
html[dir="ltr"] .seed-ai-feature-section .seed-ai-content,
html[dir="ltr"] .seed-ai-feature-section .seed-ai-feature-item {
    direction: ltr;
    text-align: left;
}

/* Keep the existing horizontal story animation mechanics intact;
   only the individual panel content follows the active language. */
html[dir="ltr"] .story-track {
    direction: rtl;
}

html[dir="rtl"] .story-track {
    direction: rtl;
}
