.seed-feature-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.seed-features-page {
  direction: rtl;
  color: #17113f;
  background: #ffffff;
  overflow-x: hidden;
  overflow-x: clip;
}

.seed-features-page,
.seed-features-page * {
  box-sizing: border-box;
}

.seed-features-page h1,
.seed-features-page h2,
.seed-features-page h3,
.seed-features-page p,
.seed-features-page ul {
  margin: 0;
  letter-spacing: 0;
  word-spacing: normal;
  text-align: right;
}

.seed-features-page ul {
  padding: 0;
  list-style: none;
}

.seed-features-page a {
  color: inherit;
  text-decoration: none;
}

.seed-features-page button {
  color: inherit;
}

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

.seed-features-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #6c2bd9;
  font-size: 14px;
  line-height: 1.8;
  font-weight: 800;
}

.seed-features-eyebrow::before {
  width: 22px;
  height: 2px;
  border-radius: 99px;
  background: #18b8ae;
  content: "";
}

/* Hero */

.seed-features-hero {
  position: relative;
  isolation: isolate;
  padding: clamp(80px, 10vw, 135px) 0 115px;
  background:
    radial-gradient(circle at 86% 15%, rgba(118, 39, 223, 0.11), transparent 26%),
    radial-gradient(circle at 9% 80%, rgba(24, 184, 174, 0.09), transparent 24%),
    linear-gradient(180deg, #fbfaff, #ffffff);
}

.seed-features-hero::before {
  position: absolute;
  z-index: -1;
  top: 70px;
  right: 6%;
  width: 290px;
  height: 290px;
  border: 1px solid rgba(108, 43, 217, 0.07);
  border-radius: 50%;
  content: "";
}

.seed-features-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(430px, 0.92fr);
  align-items: center;
  gap: clamp(60px, 7vw, 110px);
}

.seed-features-hero__copy {
  position: relative;
  z-index: 2;
}

.seed-features-hero__copy h1 {
  max-width: 720px;
  margin-top: 17px;
  color: #17113f;
  font-size: clamp(42px, 3.2vw, 67px);
  line-height: 1.3;
  font-weight: 750;
  text-align:right;
}

.seed-features-hero__copy h1 span {
  display: block;
  color: #6c2bd9;
}

.seed-features-hero__copy > p {
  max-width: 680px;
  margin-top: 24px;
  color: #70697e;
  font-size: 16px;
  line-height: 2.15;
  font-weight: 500;
}

.seed-features-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 33px;
}

.seed-feature-button {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 12px 23px;
  border: 1px solid transparent;
  border-radius: 16px;
  font-size: 14px;
  font-weight: 850;
  transition:
    transform 220ms ease,
    box-shadow 220ms ease,
    border-color 220ms ease,
    background-color 220ms ease;
}

.seed-feature-button:hover {
  transform: translateY(-3px);
}

.seed-feature-button:focus-visible,
.seed-features-page button:focus-visible {
  outline: 3px solid rgba(24, 184, 174, 0.32);
  outline-offset: 4px;
}

.seed-feature-button--primary {
  color: #ffffff !important;
  background: linear-gradient(135deg, #6c2bd9, #922be1);
  box-shadow: 0 16px 35px rgba(108, 43, 217, 0.22);
}

.seed-feature-button--secondary {
  color: #4f2696 !important;
  border-color: rgba(108, 43, 217, 0.17);
  background: rgba(255, 255, 255, 0.8);
}

.seed-feature-button--secondary:hover {
  border-color: rgba(108, 43, 217, 0.32);
  background: #ffffff;
}

.seed-features-hero__facts {
  display: flex;
  flex-wrap: wrap;
  gap: 17px;
  margin-top: 27px;
}

.seed-features-hero__facts span {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #817a8d;
  font-size: 11px;
  font-weight: 700;
}

.seed-features-hero__facts i {
  width: 7px;
  height: 7px;
  border: 2px solid #18b8ae;
  border-radius: 50%;
}

/* موکاپ Hero */

.seed-features-hero__visual {
  position: relative;
}

.seed-dashboard-preview {
  position: relative;
  min-height: 495px;
  padding: 23px;
  border: 1px solid rgba(108, 43, 217, 0.12);
  border-radius: 32px;
  background:
    linear-gradient(rgba(108, 43, 217, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(108, 43, 217, 0.025) 1px, transparent 1px),
    linear-gradient(145deg, #ffffff, #f7f4ff);
  background-size: 27px 27px, 27px 27px, auto;
  box-shadow:
    0 35px 75px rgba(30, 19, 70, 0.14),
    inset 0 1px 0 #ffffff;
}

.seed-dashboard-preview__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #6e687a;
  font-size: 11px;
  font-weight: 800;
}

.seed-dashboard-preview__top > div {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #8b8497;
  font-size: 9px;
}

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

.seed-dashboard-preview__body {
  display: grid;
  grid-template-columns: 45px 1fr;
  gap: 15px;
  margin-top: 24px;
}

.seed-dashboard-preview__sidebar {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 13px;
  padding: 16px 9px;
  border-radius: 16px;
  background: #211747;
}

.seed-dashboard-preview__sidebar span {
  width: 24px;
  height: 24px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 8px;
}

.seed-dashboard-preview__sidebar span.is-active {
  border-color: #7627df;
  background: #7627df;
  box-shadow: 0 8px 17px rgba(118, 39, 223, 0.34);
}

.seed-dashboard-preview__content {
  min-width: 0;
}

.seed-dashboard-preview__stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 9px;
}

.seed-dashboard-preview__stats article {
  min-width: 0;
  padding: 13px;
  border: 1px solid rgba(108, 43, 217, 0.08);
  border-radius: 15px;
  background: #ffffff;
}

.seed-dashboard-preview__stats small {
  display: block;
  overflow: hidden;
  color: #aaa3b5;
  font-size: 7px;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.seed-dashboard-preview__stats strong {
  display: block;
  margin-top: 7px;
  color: #17113f;
  font-size: 17px;
  font-weight: 900;
}

.seed-preview-line {
  display: block;
  width: 70%;
  height: 4px;
  margin-top: 8px;
  border-radius: 99px;
}

.seed-preview-line--purple {
  background: #7627df;
}

.seed-preview-line--green {
  background: #18b8ae;
}

.seed-preview-line--pink {
  background: #bf28d9;
}

.seed-dashboard-preview__main {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 10px;
  margin-top: 10px;
}

.seed-dashboard-preview__chart,
.seed-dashboard-preview__tooth {
  min-height: 190px;
  border: 1px solid rgba(108, 43, 217, 0.08);
  border-radius: 17px;
  background: #ffffff;
}

.seed-dashboard-preview__chart {
  display: flex;
  align-items: end;
  justify-content: center;
  gap: 8px;
  padding: 25px 18px;
}

.seed-dashboard-preview__chart span {
  width: 10px;
  border-radius: 99px 99px 4px 4px;
  background: #d9c9f5;
  animation: seedFeatureBars 2.8s ease-in-out infinite alternate;
}

.seed-dashboard-preview__chart span:nth-child(2),
.seed-dashboard-preview__chart span:nth-child(5) {
  background: #18b8ae;
}

.seed-dashboard-preview__chart span:nth-child(4) {
  background: #7627df;
}

.seed-dashboard-preview__chart span:nth-child(2) {
  animation-delay: 150ms;
}

.seed-dashboard-preview__chart span:nth-child(3) {
  animation-delay: 300ms;
}

.seed-dashboard-preview__chart span:nth-child(4) {
  animation-delay: 450ms;
}

.seed-dashboard-preview__tooth {
  display: grid;
  place-content: center;
  padding: 18px;
  text-align: center;
}

.seed-dashboard-preview__tooth > div {
  display: flex;
  justify-content: center;
  gap: 4px;
}

.seed-dashboard-preview__tooth i {
  width: 17px;
  height: 23px;
  border: 2px solid #d2c9df;
  border-radius: 9px 9px 7px 7px;
}

.seed-dashboard-preview__tooth i.is-active {
  border-color: #7627df;
  background: rgba(118, 39, 223, 0.12);
}

.seed-dashboard-preview__tooth strong {
  margin-top: 17px;
  color: #17113f;
  font-size: 10px;
  font-weight: 850;
}

.seed-dashboard-preview__tooth small {
  margin-top: 4px;
  color: #aaa3b5;
  font-size: 7px;
}

.seed-dashboard-preview__activity {
  min-height: 55px;
  display: grid;
  grid-template-columns: 28px 1fr 40px;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
  padding: 10px 13px;
  border: 1px solid rgba(108, 43, 217, 0.08);
  border-radius: 15px;
  background: #ffffff;
}

.seed-dashboard-preview__activity > i {
  width: 27px;
  height: 27px;
  border-radius: 9px;
  background: rgba(24, 184, 174, 0.13);
}

.seed-dashboard-preview__activity div {
  display: grid;
  gap: 6px;
}

.seed-dashboard-preview__activity span,
.seed-dashboard-preview__activity small {
  display: block;
  height: 5px;
  border-radius: 99px;
  background: #e3deea;
}

.seed-dashboard-preview__activity span {
  width: 60%;
}

.seed-dashboard-preview__activity small {
  width: 85%;
}

.seed-dashboard-preview__activity b {
  width: 38px;
  height: 17px;
  border-radius: 99px;
  background: rgba(118, 39, 223, 0.1);
}

.seed-dashboard-preview__floating {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 11px;
  min-width: 160px;
  padding: 12px;
  border: 1px solid rgba(108, 43, 217, 0.1);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 38px rgba(23, 17, 63, 0.13);
  backdrop-filter: blur(9px);
  animation: seedFeatureFloat 4s ease-in-out infinite;
}

.seed-dashboard-preview__floating--top {
  top: 73px;
  left: -47px;
}

.seed-dashboard-preview__floating--bottom {
  right: -38px;
  bottom: 55px;
  animation-delay: 800ms;
}

.seed-dashboard-preview__floating svg {
  width: 31px;
  height: 31px;
  padding: 7px;
  border-radius: 10px;
  color: #ffffff;
  background: #7627df;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
}

.seed-dashboard-preview__floating--bottom svg {
  background: #18b8ae;
}

.seed-dashboard-preview__floating small {
  display: block;
  color: #a09aaa;
  font-size: 7px;
}

.seed-dashboard-preview__floating strong {
  display: block;
  margin-top: 2px;
  color: #17113f;
  font-size: 9px;
}

/* معرفی کوتاه */

.seed-feature-intro {
  padding: 40px 0 100px;
  background: #ffffff;
}

.seed-feature-intro__content {
  display: grid;
  grid-template-columns: 150px 1fr 1fr;
  align-items: center;
  gap: 45px;
  padding: 36px 0;
  border-top: 1px solid rgba(108, 43, 217, 0.09);
  border-bottom: 1px solid rgba(108, 43, 217, 0.09);
}

.seed-feature-intro__content > span {
  color: #18a79e;
  font-size: 13px;
  font-weight: 850;
}

.seed-feature-intro__content h2 {
  color: #17113f;
  font-size: clamp(25px, 2.8vw, 36px);
  line-height: 1.6;
  font-weight: 900;
}

.seed-feature-intro__content p {
  color: #797283;
  font-size: 13px;
  line-height: 2;
}

/* عنوان سکشن */

.seed-feature-heading {
  max-width: 800px;
  margin: 0 auto 55px;
  text-align: center;
}

.seed-feature-heading .seed-features-eyebrow {
  justify-content: center;
}

.seed-feature-heading h2 {
  margin-top: 14px;
  color: #17113f;
  font-size: clamp(34px, 4.2vw, 54px);
  line-height: 1.5;
  font-weight: 900;
  text-align: center;
}

.seed-feature-heading h2 span {
  color: #6c2bd9;
}

.seed-feature-heading p {
  max-width: 680px;
  margin: 18px auto 0;
  color: #756e82;
  font-size: 15px;
  line-height: 2.05;
  text-align: center;
}

/* کاوشگر */

.seed-feature-explorer {
  scroll-margin-top: 120px;
  padding: 115px 0;
  background:
    radial-gradient(circle at 7% 25%, rgba(24, 184, 174, 0.06), transparent 20%),
    #f8f7fc;
}

.seed-feature-filters {
  display: flex;
  justify-content: center;
  gap: 7px;
  margin-bottom: 48px;
  padding: 6px;
  overflow-x: auto;
  border: 1px solid rgba(108, 43, 217, 0.08);
  border-radius: 18px;
  background: #ffffff;
  scrollbar-width: none;
}

.seed-feature-filters::-webkit-scrollbar {
  display: none;
}

.seed-feature-filters button {
  min-height: 45px;
  flex: 0 0 auto;
  padding: 9px 17px;
  border: 0;
  border-radius: 13px;
  color: #6e687a;
  background: transparent;
  font-size: 11px;
  font-weight: 800;
  cursor: pointer;
  transition:
    color 220ms ease,
    background-color 220ms ease,
    box-shadow 220ms ease;
}

.seed-feature-filters button.is-active {
  color: #ffffff;
  background: #6c2bd9;
  box-shadow: 0 9px 21px rgba(108, 43, 217, 0.2);
}

.seed-feature-explorer__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(420px, 0.95fr);
  align-items: start;
  gap: 28px;
}

.seed-feature-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.seed-feature-card {
  position: relative;
  width: 100%;
  min-width: 0;
  min-height: 126px;
  display: grid;
  grid-template-columns: 49px 1fr 27px;
  align-items: center;
  gap: 13px;
  padding: 18px;
  border: 1px solid rgba(108, 43, 217, 0.09);
  border-radius: 20px;
  background: #ffffff;
  cursor: pointer;
  text-align: right;
  transition:
    transform 230ms ease,
    border-color 230ms ease,
    box-shadow 230ms ease,
    background-color 230ms ease;
}

.seed-feature-card:hover {
  border-color: rgba(108, 43, 217, 0.22);
  transform: translateY(-4px);
  box-shadow: 0 17px 34px rgba(23, 17, 63, 0.08);
}

.seed-feature-card.is-active {
  border-color: #6c2bd9;
  background:
    radial-gradient(circle at 100% 0%, rgba(118, 39, 223, 0.08), transparent 40%),
    #ffffff;
  box-shadow: 0 18px 40px rgba(108, 43, 217, 0.13);
}

.seed-feature-card[hidden] {
  display: none;
}

.seed-feature-card__icon {
  width: 49px;
  height: 49px;
  display: grid;
  place-items: center;
  border-radius: 15px;
  color: #6c2bd9;
  background: #f0e8ff;
  transition:
    color 230ms ease,
    background-color 230ms ease;
}

.seed-feature-card.is-active .seed-feature-card__icon {
  color: #ffffff;
  background: #6c2bd9;
}

.seed-feature-card__icon svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.seed-feature-card__content {
  min-width: 0;
}

.seed-feature-card__content strong {
  display: block;
  color: #211a3d;
  font-size: 14px;
  line-height: 1.7;
  font-weight: 850;
}

.seed-feature-card__content small {
  display: block;
  margin-top: 4px;
  color: #8b8496;
  font-size: 9px;
  line-height: 1.8;
}

.seed-feature-card__arrow {
  width: 27px;
  height: 27px;
  display: grid;
  place-items: center;
  border-radius: 9px;
  color: #91899e;
  background: #f5f2f9;
  font-size: 12px;
  font-style: normal;
  transition:
    color 220ms ease,
    background-color 220ms ease,
    transform 220ms ease;
}

.seed-feature-card.is-active .seed-feature-card__arrow {
  color: #ffffff;
  background: #18b8ae;
  transform: translateX(-3px);
}

/* پنل جزئیات */

.seed-feature-spotlight {
  position: sticky;
  top: 115px;
  overflow: hidden;
  border: 1px solid rgba(108, 43, 217, 0.11);
  border-radius: 29px;
  background: #ffffff;
  box-shadow: 0 28px 65px rgba(23, 17, 63, 0.1);
}

.seed-feature-stage {
  position: relative;
  height: 340px;
  overflow: hidden;
  background:
    linear-gradient(rgba(108, 43, 217, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(108, 43, 217, 0.025) 1px, transparent 1px),
    linear-gradient(145deg, #f9f6ff, #effcfb);
  background-size: 25px 25px, 25px 25px, auto;
}

.seed-feature-stage::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 250px;
  height: 250px;
  border: 1px solid rgba(108, 43, 217, 0.08);
  border-radius: 50%;
  content: "";
  transform: translate(-50%, -50%);
}

.seed-feature-scene {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 34px;
  opacity: 0;
  pointer-events: none;
  transform: scale(0.94) translateY(12px);
  transition:
    opacity 350ms ease,
    transform 450ms cubic-bezier(0.22, 1, 0.36, 1);
}

.seed-feature-scene.is-active {
  opacity: 1;
  transform: scale(1) translateY(0);
}

/* صحنه پرونده */

.seed-scene-window {
  width: min(380px, 100%);
  padding: 16px;
  border: 1px solid rgba(108, 43, 217, 0.13);
  border-radius: 23px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 23px 48px rgba(23, 17, 63, 0.13);
}

.seed-scene-window__top {
  display: flex;
  align-items: center;
  gap: 6px;
  padding-bottom: 13px;
  border-bottom: 1px solid #eeeaf3;
}

.seed-scene-window__top span {
  width: 45%;
  height: 7px;
  margin-left: auto;
  border-radius: 99px;
  background: #e5ddef;
}

.seed-scene-window__top i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #cfc7d8;
}

.seed-record-scene {
  padding-top: 15px;
}

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

.seed-record-scene__profile > i {
  width: 38px;
  height: 38px;
  border-radius: 13px;
  background: linear-gradient(145deg, #7627df, #18b8ae);
}

.seed-record-scene__profile div {
  flex: 1;
}

.seed-record-scene__profile strong,
.seed-record-scene__profile span {
  display: block;
  height: 6px;
  border-radius: 99px;
  background: #ddd6e6;
}

.seed-record-scene__profile strong {
  width: 45%;
}

.seed-record-scene__profile span {
  width: 70%;
  margin-top: 7px;
  background: #eeeaf2;
}

.seed-record-scene__stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 7px;
  margin-top: 14px;
}

.seed-record-scene__stats span {
  height: 43px;
  border-radius: 12px;
  background: #f1ecf8;
}

.seed-record-scene__stats span:nth-child(2) {
  background: rgba(24, 184, 174, 0.11);
}

.seed-record-scene__timeline {
  display: grid;
  gap: 8px;
  margin-top: 14px;
}

.seed-record-scene__timeline div {
  display: grid;
  grid-template-columns: 20px 1fr;
  align-items: center;
  gap: 8px;
}

.seed-record-scene__timeline i {
  width: 20px;
  height: 20px;
  border-radius: 7px;
  background: rgba(118, 39, 223, 0.12);
}

.seed-record-scene__timeline span {
  height: 7px;
  border-radius: 99px;
  background: #ebe7ef;
}

/* پرونده تصویری */

.seed-imaging-scene {
  position: relative;
  width: min(370px, 100%);
}

.seed-imaging-scene__main {
  position: relative;
  height: 205px;
  overflow: hidden;
  border: 1px solid rgba(108, 43, 217, 0.13);
  border-radius: 23px;
  background:
    radial-gradient(circle at 50% 55%, rgba(86, 213, 204, 0.3), transparent 17%),
    linear-gradient(145deg, #211747, #482078);
  box-shadow: 0 22px 45px rgba(23, 17, 63, 0.2);
}

.seed-imaging-scene__main span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 95px;
  height: 120px;
  border: 8px solid rgba(255, 255, 255, 0.22);
  border-radius: 50% 50% 38% 38%;
  transform: translate(-50%, -50%);
}

.seed-imaging-scene__main i,
.seed-imaging-scene__main b {
  position: absolute;
  top: 52%;
  width: 66px;
  height: 92px;
  border: 5px solid rgba(86, 213, 204, 0.28);
  border-radius: 50%;
}

.seed-imaging-scene__main i {
  right: 48px;
}

.seed-imaging-scene__main b {
  left: 48px;
}

.seed-imaging-scene__thumbs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-top: 10px;
}

.seed-imaging-scene__thumbs span {
  height: 50px;
  border: 1px solid rgba(108, 43, 217, 0.1);
  border-radius: 13px;
  background: #ffffff;
}

.seed-imaging-scene__thumbs span:nth-child(2) {
  border-color: #6c2bd9;
  background: #f0e8ff;
}

.seed-imaging-scene__scan {
  position: absolute;
  top: 20px;
  right: 0;
  left: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, #56d5cc, transparent);
  box-shadow: 0 0 16px #56d5cc;
  animation: seedScan 3s linear infinite;
}

/* نمای دندان */

.seed-tooth-scene {
  width: min(390px, 100%);
  padding: 28px;
  border-radius: 25px;
  background: #ffffff;
  box-shadow: 0 22px 47px rgba(23, 17, 63, 0.12);
}

.seed-tooth-scene__arch {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 6px;
  min-height: 100px;
}

.seed-tooth-scene__arch i {
  width: 33px;
  height: 48px;
  border: 3px solid #d3c9de;
  border-radius: 16px 16px 12px 12px;
  background: #ffffff;
  transform: translateY(5px);
}

.seed-tooth-scene__arch i:nth-child(2),
.seed-tooth-scene__arch i:nth-child(6) {
  height: 57px;
}

.seed-tooth-scene__arch i:nth-child(3),
.seed-tooth-scene__arch i:nth-child(5) {
  height: 65px;
}

.seed-tooth-scene__arch i:nth-child(4) {
  height: 70px;
}

.seed-tooth-scene__arch i.is-selected {
  border-color: #7627df;
  background: rgba(118, 39, 223, 0.13);
  box-shadow: 0 0 0 6px rgba(118, 39, 223, 0.07);
}

.seed-tooth-scene__panel {
  display: grid;
  grid-template-columns: 1fr repeat(3, 30px);
  align-items: center;
  gap: 7px;
  margin-top: 25px;
  padding: 13px;
  border-radius: 14px;
  background: #f7f4fb;
}

.seed-tooth-scene__panel span {
  color: #6e6879;
  font-size: 9px;
  font-weight: 750;
}

.seed-tooth-scene__panel i {
  height: 30px;
  border-radius: 9px;
  background: #e8dff6;
}

.seed-tooth-scene__panel i:nth-child(3) {
  background: #18b8ae;
}

/* نسخه */

.seed-document-scene,
.seed-consent-scene {
  position: relative;
  width: min(350px, 90%);
}

.seed-document-scene__paper,
.seed-consent-scene__paper {
  position: relative;
  min-height: 235px;
  padding: 28px;
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 24px 50px rgba(23, 17, 63, 0.13);
}

.seed-document-scene__paper > span,
.seed-consent-scene__paper > span {
  display: block;
  width: 44%;
  height: 9px;
  margin-bottom: 25px;
  border-radius: 99px;
  background: #cfc2e5;
}

.seed-document-scene__paper > i,
.seed-consent-scene__paper > i {
  display: block;
  width: 100%;
  height: 7px;
  margin-top: 13px;
  border-radius: 99px;
  background: #ebe7ef;
}

.seed-document-scene__paper > i:nth-of-type(2),
.seed-consent-scene__paper > i:nth-of-type(2) {
  width: 78%;
}

.seed-document-scene__paper div {
  display: flex;
  gap: 8px;
  margin-top: 31px;
}

.seed-document-scene__paper b {
  width: 64px;
  height: 27px;
  border-radius: 9px;
  background: rgba(24, 184, 174, 0.12);
}

.seed-document-scene__paper b:last-child {
  background: rgba(118, 39, 223, 0.12);
}

.seed-document-scene__badge {
  position: absolute;
  top: -18px;
  left: -18px;
  width: 68px;
  height: 68px;
  display: grid;
  place-items: center;
  border: 5px solid #f5f2fa;
  border-radius: 21px;
  color: #ffffff;
  background: #7627df;
  font-size: 20px;
  font-weight: 900;
  transform: rotate(-7deg);
}

/* تعهدنامه */

.seed-consent-scene__paper svg {
  width: 100%;
  margin-top: 28px;
  overflow: visible;
}

.seed-consent-scene__paper svg path {
  fill: none;
  stroke: #7627df;
  stroke-linecap: round;
  stroke-width: 3;
}

.seed-consent-scene__check {
  position: absolute;
  left: -17px;
  bottom: -18px;
  width: 65px;
  height: 65px;
  display: grid;
  place-items: center;
  border: 5px solid #f5f2fa;
  border-radius: 50%;
  color: #ffffff;
  background: #18b8ae;
  font-size: 24px;
  font-weight: 900;
}

/* یادآوری */

.seed-reminder-scene {
  position: relative;
  width: min(360px, 100%);
}

.seed-reminder-scene__calendar {
  min-height: 230px;
  padding: 22px;
  border-radius: 23px;
  background: #ffffff;
  box-shadow: 0 22px 47px rgba(23, 17, 63, 0.12);
}

.seed-reminder-scene__calendar > span {
  display: block;
  width: 45%;
  height: 9px;
  margin-bottom: 25px;
  border-radius: 99px;
  background: #d7cbe8;
}

.seed-reminder-scene__calendar > div {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 9px;
}

.seed-reminder-scene__calendar i {
  height: 33px;
  border-radius: 10px;
  background: #f1edf5;
}

.seed-reminder-scene__calendar i.is-active {
  background: #7627df;
  box-shadow: 0 10px 21px rgba(118, 39, 223, 0.24);
}

.seed-reminder-scene__notification {
  position: absolute;
  left: -28px;
  bottom: -25px;
  min-width: 205px;
  display: grid;
  grid-template-columns: 42px 1fr;
  align-items: center;
  gap: 12px;
  padding: 13px;
  border: 1px solid rgba(24, 184, 174, 0.18);
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 18px 36px rgba(23, 17, 63, 0.13);
}

.seed-reminder-scene__notification > i {
  width: 42px;
  height: 42px;
  border-radius: 13px;
  background: #18b8ae;
}

.seed-reminder-scene__notification strong,
.seed-reminder-scene__notification span {
  display: block;
  height: 6px;
  border-radius: 99px;
  background: #dcd5e5;
}

.seed-reminder-scene__notification strong {
  width: 57%;
}

.seed-reminder-scene__notification span {
  width: 90%;
  margin-top: 7px;
  background: #eeeaf2;
}

/* هشدار */

.seed-alert-scene {
  width: min(370px, 100%);
}

.seed-alert-scene__patient {
  display: grid;
  grid-template-columns: 52px 1fr;
  align-items: center;
  gap: 13px;
  padding: 18px;
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 20px 43px rgba(23, 17, 63, 0.11);
}

.seed-alert-scene__patient > i {
  width: 52px;
  height: 52px;
  border-radius: 17px;
  background: linear-gradient(145deg, #7627df, #18b8ae);
}

.seed-alert-scene__patient strong,
.seed-alert-scene__patient span,
.seed-alert-scene__warning strong,
.seed-alert-scene__warning span {
  display: block;
  height: 7px;
  border-radius: 99px;
  background: #dcd5e5;
}

.seed-alert-scene__patient strong {
  width: 45%;
}

.seed-alert-scene__patient span {
  width: 72%;
  margin-top: 8px;
  background: #eeeaf2;
}

.seed-alert-scene__pulse {
  position: relative;
  height: 75px;
  overflow: hidden;
}

.seed-alert-scene__pulse::before {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  height: 2px;
  background: rgba(24, 184, 174, 0.15);
  content: "";
}

.seed-alert-scene__pulse span {
  position: absolute;
  top: 50%;
  right: 8%;
  width: 84%;
  height: 34px;
  border-right: 3px solid #18b8ae;
  border-bottom: 3px solid #18b8ae;
  transform: translateY(-50%) skewX(-40deg);
}

.seed-alert-scene__warning {
  display: grid;
  grid-template-columns: 44px 1fr;
  align-items: center;
  gap: 12px;
  padding: 14px;
  border: 1px solid rgba(196, 48, 105, 0.16);
  border-radius: 17px;
  background: #fff5f8;
}

.seed-alert-scene__warning b {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  color: #ffffff;
  background: #c43069;
  font-size: 19px;
}

.seed-alert-scene__warning strong {
  width: 62%;
  background: #dfb8c7;
}

.seed-alert-scene__warning span {
  width: 88%;
  margin-top: 7px;
  background: #efdbe2;
}

/* AI */

.seed-ai-scene {
  position: relative;
  width: min(380px, 100%);
  min-height: 250px;
}

.seed-ai-scene__core {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120px;
  height: 120px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(86, 213, 204, 0.25);
  border-radius: 35px;
  color: #ffffff;
  background:
    radial-gradient(circle at 30% 20%, rgba(86, 213, 204, 0.35), transparent 34%),
    linear-gradient(145deg, #17113f, #7627df);
  box-shadow:
    0 25px 50px rgba(63, 24, 125, 0.28),
    0 0 0 14px rgba(118, 39, 223, 0.07);
  transform: translate(-50%, -50%) rotate(-4deg);
}

.seed-ai-scene__core small {
  font-size: 28px;
  font-weight: 900;
}

.seed-ai-scene__core span,
.seed-ai-scene__core i {
  position: absolute;
  border-radius: 50%;
  content: "";
}

.seed-ai-scene__core span {
  width: 9px;
  height: 9px;
  top: 17px;
  right: 18px;
  background: #56d5cc;
  box-shadow: 0 0 14px #56d5cc;
}

.seed-ai-scene__core i {
  width: 8px;
  height: 8px;
  bottom: 18px;
  left: 20px;
  background: #bd31e1;
}

.seed-ai-scene__message {
  position: absolute;
  width: 145px;
  display: grid;
  grid-template-columns: 31px 1fr;
  align-items: center;
  gap: 9px;
  padding: 11px;
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 17px 34px rgba(23, 17, 63, 0.12);
}

.seed-ai-scene__message--one {
  top: 18px;
  right: 0;
}

.seed-ai-scene__message--two {
  left: 0;
  bottom: 17px;
}

.seed-ai-scene__message i {
  grid-row: span 2;
  width: 31px;
  height: 31px;
  border-radius: 10px;
  background: rgba(24, 184, 174, 0.14);
}

.seed-ai-scene__message span {
  height: 5px;
  border-radius: 99px;
  background: #ddd6e5;
}

.seed-ai-scene__message span:last-child {
  width: 70%;
  background: #eeeaf2;
}

/* انبار */

.seed-inventory-scene {
  width: min(370px, 100%);
}

.seed-inventory-scene__chart {
  height: 210px;
  display: flex;
  align-items: end;
  justify-content: center;
  gap: 15px;
  padding: 28px;
  border-radius: 23px;
  background: #ffffff;
  box-shadow: 0 22px 46px rgba(23, 17, 63, 0.12);
}

.seed-inventory-scene__chart i {
  width: 24px;
  border-radius: 9px 9px 3px 3px;
  background: #d8cced;
}

.seed-inventory-scene__chart i:nth-child(2),
.seed-inventory-scene__chart i:nth-child(5) {
  background: #18b8ae;
}

.seed-inventory-scene__chart i:nth-child(4) {
  background: #7627df;
}

.seed-inventory-scene__alert {
  width: calc(100% - 38px);
  display: grid;
  grid-template-columns: 41px 1fr;
  align-items: center;
  gap: 11px;
  margin: -28px auto 0;
  padding: 13px;
  border-radius: 15px;
  background: #4b176e;
  box-shadow: 0 16px 34px rgba(75, 23, 110, 0.25);
}

.seed-inventory-scene__alert b {
  width: 41px;
  height: 41px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  color: #ffffff;
  background: #bd31e1;
}

.seed-inventory-scene__alert strong,
.seed-inventory-scene__alert span {
  display: block;
  height: 6px;
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.42);
}

.seed-inventory-scene__alert strong {
  width: 55%;
}

.seed-inventory-scene__alert span {
  width: 86%;
  margin-top: 7px;
  background: rgba(255, 255, 255, 0.2);
}

/* گزارش */

.seed-report-scene {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 25px;
  width: min(390px, 100%);
  padding: 26px;
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 22px 47px rgba(23, 17, 63, 0.12);
}

.seed-report-scene__donut {
  width: 125px;
  height: 125px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background:
    radial-gradient(circle at center, #ffffff 53%, transparent 55%),
    conic-gradient(#7627df 0 67%, #18b8ae 67% 87%, #ede8f4 87%);
}

.seed-report-scene__donut span {
  color: #17113f;
  font-size: 20px;
  font-weight: 900;
}

.seed-report-scene__lines {
  display: grid;
  align-content: center;
  gap: 13px;
}

.seed-report-scene__lines span {
  height: 8px;
  border-radius: 99px;
  background: #e7e1ed;
}

.seed-report-scene__lines span:nth-child(1) {
  width: 70%;
  background: #7627df;
}

.seed-report-scene__lines span:nth-child(2) {
  width: 95%;
}

.seed-report-scene__lines span:nth-child(3) {
  width: 55%;
  background: #18b8ae;
}

.seed-report-scene__lines span:nth-child(4) {
  width: 80%;
}

.seed-report-scene__footer {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.seed-report-scene__footer i {
  height: 32px;
  border-radius: 10px;
  background: #f0ebf6;
}

/* متن پنل جزئیات */

.seed-feature-spotlight__copy {
  padding: 30px;
}

.seed-feature-spotlight__copy > span {
  color: #18a79e;
  font-size: 11px;
  font-weight: 850;
}

.seed-feature-spotlight__copy h3 {
  margin-top: 8px;
  color: #17113f;
  font-size: clamp(24px, 2.7vw, 34px);
  line-height: 1.55;
  font-weight: 900;
}

.seed-feature-spotlight__copy > p {
  margin-top: 13px;
  color: #756e81;
  font-size: 13px;
  line-height: 2.05;
}

.seed-feature-spotlight__copy ul {
  display: grid;
  gap: 9px;
  margin-top: 20px !important;
}

.seed-feature-spotlight__copy li {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #514b60;
  font-size: 11px;
  line-height: 1.8;
  font-weight: 700;
}

.seed-feature-spotlight__copy li i {
  width: 8px;
  height: 8px;
  border: 2px solid #18b8ae;
  border-radius: 50%;
}

.seed-feature-spotlight__link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 24px;
  color: #6c2bd9 !important;
  font-size: 12px;
  font-weight: 850;
}

.seed-feature-spotlight__link span {
  transition: transform 200ms ease;
}

.seed-feature-spotlight__link:hover span {
  transform: translateX(-4px);
}

/* جریان */

.seed-feature-flow {
  padding: 115px 0;
  background: #ffffff;
}

.seed-feature-flow__steps {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 17px;
}

.seed-feature-flow__steps::before {
  position: absolute;
  top: 70px;
  right: 12%;
  left: 12%;
  height: 2px;
  background: linear-gradient(90deg, #18b8ae, #6c2bd9, #bd31e1);
  content: "";
}

.seed-feature-flow__step {
  position: relative;
  z-index: 2;
  min-height: 285px;
  padding: 25px;
  border: 1px solid rgba(108, 43, 217, 0.09);
  border-radius: 23px;
  background: #ffffff;
  transition:
    transform 230ms ease,
    box-shadow 230ms ease,
    border-color 230ms ease;
}

.seed-feature-flow__step:hover {
  border-color: rgba(108, 43, 217, 0.2);
  transform: translateY(-7px);
  box-shadow: 0 20px 43px rgba(23, 17, 63, 0.09);
}

.seed-feature-flow__step > span {
  color: #a7a0b2;
  font-size: 10px;
  font-weight: 850;
}

.seed-feature-flow__icon {
  width: 67px;
  height: 67px;
  display: grid;
  place-items: center;
  margin-top: 19px;
  border: 7px solid #ffffff;
  border-radius: 21px;
  color: #ffffff;
  background: #6c2bd9;
  box-shadow:
    0 0 0 1px rgba(108, 43, 217, 0.12),
    0 14px 29px rgba(108, 43, 217, 0.2);
}

.seed-feature-flow__step:nth-child(2) .seed-feature-flow__icon,
.seed-feature-flow__step:nth-child(4) .seed-feature-flow__icon {
  background: #18b8ae;
}

.seed-feature-flow__icon svg {
  width: 27px;
  height: 27px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.seed-feature-flow__step h3 {
  margin-top: 22px;
  color: #17113f;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 850;
}

.seed-feature-flow__step p {
  margin-top: 9px;
  color: #817a8d;
  font-size: 11px;
  line-height: 2;
}

/* CTA */

.seed-feature-final {
  padding: 0 0 110px;
  background: #ffffff;
}

.seed-feature-final__box {
  position: relative;
  min-height: 285px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 45px;
  padding: clamp(38px, 6vw, 70px);
  overflow: hidden;
  border-radius: 34px;
  color: #ffffff;
  background:
    radial-gradient(circle at 86% 15%, rgba(86, 213, 204, 0.18), transparent 28%),
    linear-gradient(135deg, #17113f, #351268);
}

.seed-feature-final__box::after {
  position: absolute;
  left: -100px;
  bottom: -155px;
  width: 340px;
  height: 340px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 50%;
  content: "";
}

.seed-feature-final__box > div {
  position: relative;
  z-index: 2;
}

.seed-feature-final__box > div > span {
  color: #56d5cc;
  font-size: 12px;
  font-weight: 850;
}

.seed-feature-final__box h2 {
  max-width: 790px;
  margin-top: 11px;
  color: #ffffff;
  font-size: clamp(29px, 3.7vw, 47px);
  line-height: 1.55;
  font-weight: 900;
}

.seed-feature-final__box p {
  max-width: 650px;
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.64);
  font-size: 13px;
  line-height: 2;
}

.seed-feature-button--light {
  position: relative;
  z-index: 2;
  min-width: 190px;
  color: #4d1f94 !important;
  background: #ffffff;
  box-shadow: 0 15px 35px rgba(4, 1, 16, 0.22);
}

/* Reveal */

.features-js .seed-feature-reveal {
  opacity: 0;
  transform: translateY(26px);
  transition:
    opacity 650ms ease,
    transform 650ms cubic-bezier(0.22, 1, 0.36, 1);
}

.features-js .seed-feature-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* Animation */

@keyframes seedFeatureBars {
  from {
    transform: scaleY(0.72);
    transform-origin: bottom;
  }

  to {
    transform: scaleY(1);
    transform-origin: bottom;
  }
}

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

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

@keyframes seedScan {
  0% {
    transform: translateY(0);
    opacity: 0;
  }

  15% {
    opacity: 1;
  }

  85% {
    opacity: 1;
  }

  100% {
    transform: translateY(165px);
    opacity: 0;
  }
}

/* لپ‌تاپ */

@media (max-width: 1080px) {
  .seed-features-hero__grid {
    grid-template-columns: 1fr;
  }

  .seed-features-hero__copy {
    max-width: 780px;
  }

  .seed-features-hero__visual {
    width: min(700px, 100%);
    margin-inline: auto;
  }

  .seed-feature-explorer__layout {
    grid-template-columns: 1fr;
  }

  .seed-feature-spotlight {
    position: relative;
    top: auto;
    order: -1;
    width: min(720px, 100%);
    margin-inline: auto;
  }

  .seed-feature-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* تبلت */

@media (max-width: 850px) {
  .seed-features-shell {
    width: min(100% - 32px, 700px);
  }

  .seed-features-hero,
  .seed-feature-explorer,
  .seed-feature-flow {
    padding-top: 85px;
    padding-bottom: 85px;
  }

  .seed-feature-intro {
    padding-bottom: 85px;
  }

  .seed-feature-intro__content {
    grid-template-columns: 1fr;
    gap: 17px;
  }

  .seed-feature-flow__steps {
    grid-template-columns: repeat(2, 1fr);
  }

  .seed-feature-flow__steps::before {
    display: none;
  }

  .seed-feature-final__box {
    grid-template-columns: 1fr;
  }

  .seed-feature-button--light {
    width: fit-content;
  }
}

/* موبایل */

@media (max-width: 600px) {
  .seed-features-shell {
    width: calc(100% - 24px);
  }

  .seed-features-hero {
    padding-top: 65px;
  }

  .seed-features-hero__copy h1 {
    font-size: clamp(35px, 10vw, 44px);
  }

  .seed-features-hero__copy > p {
    font-size: 14px;
    line-height: 2;
  }

  .seed-features-hero__actions {
    flex-direction: column;
  }

  .seed-feature-button {
    width: 100%;
  }

  .seed-dashboard-preview {
    min-height: auto;
    padding: 16px;
    border-radius: 24px;
  }

  .seed-dashboard-preview__body {
    grid-template-columns: 35px 1fr;
    gap: 9px;
  }

  .seed-dashboard-preview__sidebar {
    padding-inline: 5px;
  }

  .seed-dashboard-preview__sidebar span {
    width: 21px;
    height: 21px;
  }

  .seed-dashboard-preview__stats article {
    padding: 9px;
  }

  .seed-dashboard-preview__main {
    grid-template-columns: 1fr;
  }

  .seed-dashboard-preview__tooth {
    min-height: 125px;
  }

  .seed-dashboard-preview__floating {
    display: none;
  }

  .seed-feature-heading {
    margin-bottom: 42px;
  }

  .seed-feature-heading h2 {
    font-size: 33px;
  }

  .seed-feature-filters {
    justify-content: flex-start;
  }

  .seed-feature-list {
    grid-template-columns: 1fr;
  }

  .seed-feature-card {
    min-height: 110px;
  }

  .seed-feature-stage {
    height: 300px;
  }

  .seed-feature-scene {
    padding: 24px 18px;
  }

  .seed-feature-spotlight__copy {
    padding: 24px 21px;
  }

  .seed-tooth-scene {
    padding: 20px 13px;
  }

  .seed-tooth-scene__arch {
    gap: 3px;
  }

  .seed-tooth-scene__arch i {
    width: 27px;
  }

  .seed-ai-scene__message {
    width: 115px;
  }

  .seed-report-scene {
    grid-template-columns: 100px 1fr;
    gap: 14px;
    padding: 19px;
  }

  .seed-report-scene__donut {
    width: 98px;
    height: 98px;
  }

  .seed-feature-flow__steps {
    grid-template-columns: 1fr;
  }

  .seed-feature-flow__step {
    min-height: auto;
  }

  .seed-feature-final {
    padding-bottom: 70px;
  }

  .seed-feature-final__box {
    padding: 32px 23px;
    border-radius: 26px;
  }

  .seed-feature-button--light {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .seed-features-page *,
  .seed-features-page *::before,
  .seed-features-page *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .features-js .seed-feature-reveal {
    opacity: 1;
    transform: none;
  }
}
/* =========================================
   بخش حالت آنلاین و آفلاین سید
========================================= */

.connection-section {
  padding: 110px 24px;
  direction: rtl;
  background:
    radial-gradient(
      circle at 92% 12%,
      rgba(139, 38, 222, 0.08),
      transparent 29%
    ),
    radial-gradient(
      circle at 8% 88%,
      rgba(20, 184, 172, 0.08),
      transparent 27%
    ),
    #f8f7fc;
}

.connection-container {
  width: min(100%, 1500px);
  margin: 0 auto;
  padding: 68px;
  overflow: hidden;
  position: relative;
  border: 1px solid rgba(92, 68, 145, 0.12);
  border-radius: 38px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 28px 80px rgba(33, 22, 77, 0.08);
}

.connection-container::before {
  content: "";
  width: 320px;
  height: 320px;
  position: absolute;
  top: -190px;
  right: -120px;
  pointer-events: none;
  border-radius: 50%;
  background: rgba(139, 38, 222, 0.07);
  filter: blur(4px);
}

.connection-container::after {
  content: "";
  width: 260px;
  height: 260px;
  position: absolute;
  bottom: -170px;
  left: -90px;
  pointer-events: none;
  border-radius: 50%;
  background: rgba(20, 184, 172, 0.08);
  filter: blur(4px);
}

.connection-heading {
  width: min(100%, 900px);
  margin: 0 auto 52px;
  position: relative;
  z-index: 1;
  text-align: center;
}

.connection-eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  margin-bottom: 18px;
  padding: 7px 16px;
  color: #7626d9;
  border: 1px solid rgba(118, 38, 217, 0.14);
  border-radius: 100px;
  background: #f5edff;
  font-size: 15px;
  font-weight: 700;
}

.connection-heading h2 {
  margin: 0;
  color: #17113f;
  font-size: clamp(34px, 3.5vw, 62px);
  font-weight: 850;
  line-height: 1.35;
  letter-spacing: -0.035em;
}

.connection-heading p {
  max-width: 760px;
  margin: 20px auto 0;
  color: #706b80;
  font-size: 18px;
  font-weight: 400;
  line-height: 2;
}

.connection-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  position: relative;
  z-index: 1;
}

.connection-card {
  min-width: 0;
  padding: 24px;
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  transition:
    transform 300ms ease,
    box-shadow 300ms ease,
    border-color 300ms ease;
}

.connection-card:hover {
  transform: translateY(-7px);
}

.connection-card-online {
  border: 1px solid rgba(118, 38, 217, 0.13);
  background:
    linear-gradient(
      145deg,
      rgba(248, 244, 255, 0.98),
      rgba(255, 255, 255, 0.98)
    );
  box-shadow: 0 22px 55px rgba(86, 39, 148, 0.09);
}

.connection-card-online:hover {
  border-color: rgba(118, 38, 217, 0.3);
  box-shadow: 0 28px 65px rgba(86, 39, 148, 0.14);
}

.connection-card-offline {
  border: 1px solid rgba(16, 174, 164, 0.16);
  background:
    linear-gradient(
      145deg,
      rgba(239, 253, 251, 0.98),
      rgba(255, 255, 255, 0.98)
    );
  box-shadow: 0 22px 55px rgba(15, 131, 125, 0.09);
}

.connection-card-offline:hover {
  border-color: rgba(16, 174, 164, 0.32);
  box-shadow: 0 28px 65px rgba(15, 131, 125, 0.14);
}

.connection-card-top {
  min-height: 42px;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.connection-status {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 8px 13px;
  color: #49415f;
  border: 1px solid rgba(60, 43, 99, 0.09);
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  font-weight: 700;
}

.connection-status i {
  width: 9px;
  height: 9px;
  flex: 0 0 9px;
  border-radius: 50%;
}

.connection-card-online .connection-status i {
  background: #852bdd;
  box-shadow: 0 0 0 6px rgba(133, 43, 221, 0.1);
  animation: connection-online-pulse 2.2s ease-out infinite;
}

.connection-card-offline .connection-status i {
  background: #14b8ac;
  box-shadow: 0 0 0 6px rgba(20, 184, 172, 0.1);
  animation: connection-offline-pulse 2.2s ease-out infinite;
}

.connection-number {
  color: rgba(23, 17, 63, 0.22);
  font-size: 15px;
  font-weight: 800;
}

.connection-illustration {
  min-height: 310px;
  margin-bottom: 28px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(64, 45, 107, 0.08);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.72);
}

.connection-illustration img {
  width: 100%;
  height: auto;
  max-height: 340px;
  display: block;
  object-fit: contain;
  transition: transform 450ms cubic-bezier(0.2, 0.75, 0.25, 1);
}

.connection-card:hover .connection-illustration img {
  transform: scale(1.025);
}

.connection-content {
  padding: 4px 8px 10px;
}

.connection-label {
  display: inline-block;
  margin-bottom: 13px;
  font-size: 14px;
  font-weight: 800;
}

.connection-card-online .connection-label {
  color: #7925db;
}

.connection-card-offline .connection-label {
  color: #078d86;
}

.connection-content h3 {
  margin: 0 0 14px;
  color: #17113f;
  font-size: clamp(25px, 2.2vw, 34px);
  font-weight: 800;
  line-height: 1.55;
  letter-spacing: -0.025em;
}

.connection-content > p {
  min-height: 88px;
  margin: 0 0 24px;
  color: #716c80;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.95;
}

.connection-benefits {
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
  list-style: none;
}

.connection-benefits li {
  min-height: 54px;
  padding: 10px 13px;
  display: flex;
  align-items: center;
  gap: 11px;
  color: #39334b;
  border: 1px solid rgba(59, 42, 98, 0.08);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.78);
  font-size: 15px;
  font-weight: 650;
  line-height: 1.7;
}

.benefit-icon {
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  display: grid;
  place-items: center;
  border-radius: 9px;
  font-size: 14px;
  font-weight: 900;
}

.connection-card-online .benefit-icon {
  color: #7925db;
  background: #f1e5ff;
}

.connection-card-offline .benefit-icon {
  color: #087e78;
  background: #dcf8f5;
}

.connection-footer {
  max-width: 820px;
  margin: 30px auto 0;
  padding: 16px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  position: relative;
  z-index: 1;
  color: #666074;
  border: 1px solid rgba(93, 68, 146, 0.1);
  border-radius: 18px;
  background: #faf9fd;
  text-align: center;
}

.connection-footer-icon {
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  display: grid;
  place-items: center;
  color: #ffffff;
  border-radius: 11px;
  background: linear-gradient(135deg, #8227dd, #16b8ad);
  font-size: 20px;
  font-weight: 800;
}

.connection-footer p {
  margin: 0;
  font-size: 14px;
  line-height: 1.8;
}

.connection-footer strong {
  margin-left: 5px;
  color: #211846;
  font-weight: 800;
}

/* انیمیشن چراغ وضعیت */

@keyframes connection-online-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(133, 43, 221, 0.3);
  }

  70% {
    box-shadow: 0 0 0 9px rgba(133, 43, 221, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(133, 43, 221, 0);
  }
}

@keyframes connection-offline-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(20, 184, 172, 0.3);
  }

  70% {
    box-shadow: 0 0 0 9px rgba(20, 184, 172, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(20, 184, 172, 0);
  }
}

/* لپ‌تاپ و تبلت */

@media (max-width: 1100px) {
  .connection-section {
    padding: 85px 20px;
  }

  .connection-container {
    padding: 50px 34px;
  }

  .connection-cards {
    gap: 20px;
  }

  .connection-card {
    padding: 19px;
  }

  .connection-illustration {
    min-height: 260px;
  }

  .connection-content > p {
    min-height: 120px;
  }
}

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

@media (max-width: 800px) {
  .connection-section {
    padding: 65px 16px;
  }

  .connection-container {
    padding: 42px 18px;
    border-radius: 28px;
  }

  .connection-heading {
    margin-bottom: 34px;
  }

  .connection-heading h2 {
    font-size: clamp(30px, 8vw, 43px);
  }

  .connection-heading p {
    font-size: 16px;
    line-height: 1.9;
  }

  .connection-cards {
    grid-template-columns: 1fr;
  }

  .connection-content > p {
    min-height: auto;
  }

  .connection-illustration {
    min-height: 250px;
  }

  .connection-footer {
    align-items: flex-start;
    text-align: right;
  }
}

/* موبایل کوچک */

@media (max-width: 480px) {
  .connection-section {
    padding: 48px 12px;
  }

  .connection-container {
    padding: 34px 12px;
    border-radius: 23px;
  }

  .connection-heading h2 {
    font-size: 30px;
    line-height: 1.5;
  }

  .connection-heading p {
    font-size: 15px;
  }

  .connection-card {
    padding: 13px;
    border-radius: 22px;
  }

  .connection-card-top {
    padding: 3px 3px 0;
  }

  .connection-status {
    font-size: 12px;
  }

  .connection-illustration {
    min-height: 205px;
    margin-bottom: 22px;
    border-radius: 18px;
  }

  .connection-content {
    padding: 2px 3px 7px;
  }

  .connection-content h3 {
    font-size: 24px;
  }

  .connection-content > p {
    font-size: 14px;
  }

  .connection-benefits li {
    min-height: 50px;
    font-size: 13px;
  }

  .connection-footer {
    padding: 14px;
  }
}

/* دسترسی‌پذیری حرکت */

@media (prefers-reduced-motion: reduce) {
  .connection-card,
  .connection-illustration img,
  .connection-status i {
    animation: none !important;
    transition: none !important;
  }
}