.about-page {
  position: relative;
  direction: rtl;
  color: #17113f;
  background: #ffffff;
  overflow-x: hidden;
  overflow-x: clip;
}

.about-page,
.about-page * {
  box-sizing: border-box;
}

.about-page h1,
.about-page h2,
.about-page h3,
.about-page p,
.about-page blockquote {
  margin: 0;
  letter-spacing: 0;
  word-spacing: normal;
  text-align: right;
}

.about-page a {
  color: inherit;
  text-decoration: none;
}

.about-shell {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

.about-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 18px;
  color: #6c2bd9;
  font-size: 15px;
  line-height: 1.8;
  font-weight: 750;
}

.about-eyebrow::before {
  width: 22px;
  height: 2px;
  border-radius: 999px;
  background: #18b8ae;
  content: "";
}

/* Hero */

.about-hero {
  position: relative;
  isolation: isolate;
  padding: clamp(90px, 10vw, 140px) 0 110px;
  background:
    radial-gradient(circle at 88% 18%, rgba(118, 39, 223, 0.11), transparent 27%),
    radial-gradient(circle at 10% 78%, rgba(24, 184, 174, 0.09), transparent 25%),
    linear-gradient(180deg, #fbfaff 0%, #ffffff 100%);
}

.about-hero::before {
  position: absolute;
  z-index: -1;
  top: 34px;
  right: 5%;
  width: 260px;
  height: 260px;
  border: 1px solid rgba(108, 43, 217, 0.08);
  border-radius: 50%;
  content: "";
}

.about-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.9fr);
  align-items: center;
  gap: clamp(60px, 7vw, 110px);
}

.about-hero__copy {
  position: relative;
  z-index: 2;
}

.about-hero h1 {
  max-width: 690px;
  color: #17113f;
  font-size: clamp(42px, 3.3vw, 68px);
  line-height: 1.35;
  font-weight: 750;
}

.about-hero h1 span {
  display: block;
  color: #6c2bd9;
}

.about-hero__description {
  max-width: 670px;
  margin-top: 26px !important;
  color: #6f6982;
  font-size: 17px;
  line-height: 2.15;
  font-weight: 500;
}

.about-hero__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 13px;
  margin-top: 34px;
}

.about-button {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  padding: 12px 23px;
  border: 1px solid transparent;
  border-radius: 16px;
  font-size: 15px;
  font-weight: 800;
  transition:
    transform 220ms ease,
    box-shadow 220ms ease,
    border-color 220ms ease,
    background-color 220ms ease;
}

.about-button:hover {
  transform: translateY(-3px);
}

.about-button:focus-visible {
  outline: 3px solid rgba(24, 184, 174, 0.3);
  outline-offset: 4px;
}

.about-button--primary {
  color: #ffffff !important;
  background: linear-gradient(135deg, #6c2bd9, #8e28e4);
  box-shadow: 0 16px 35px rgba(108, 43, 217, 0.22);
}

.about-button--secondary {
  color: #4e2a9d !important;
  border-color: rgba(108, 43, 217, 0.18);
  background: rgba(255, 255, 255, 0.8);
}

.about-button--secondary:hover {
  border-color: rgba(108, 43, 217, 0.36);
  background: #ffffff;
}

.about-hero__note {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-top: 25px;
  color: #827b92;
  font-size: 13px;
  font-weight: 600;
}

.about-hero__note-dot {
  width: 8px;
  height: 8px;
  border: 2px solid #18b8ae;
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(24, 184, 174, 0.09);
}

/* تصویر مفهومی Hero */

.about-hero__visual {
  position: relative;
}

.about-system {
  position: relative;
  min-height: 510px;
  padding: 25px;
  border: 1px solid rgba(108, 43, 217, 0.12);
  border-radius: 34px;
  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, rgba(255, 255, 255, 0.97), rgba(247, 244, 255, 0.96));
  background-size: 28px 28px, 28px 28px, auto;
  box-shadow:
    0 32px 70px rgba(37, 24, 79, 0.12),
    inset 0 1px 0 #ffffff;
}

.about-system::before {
  position: absolute;
  right: -35px;
  bottom: 54px;
  width: 120px;
  height: 120px;
  border-radius: 32px;
  background: rgba(24, 184, 174, 0.08);
  transform: rotate(18deg);
  content: "";
  filter: blur(1px);
}

.about-system__top {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #716a82;
  font-size: 12px;
  font-weight: 700;
}

.about-system__status {
  display: flex;
  align-items: center;
  gap: 7px;
}

.about-system__status i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #18b8ae;
  box-shadow: 0 0 0 5px rgba(24, 184, 174, 0.1);
}

.about-system__sources {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px;
  margin-top: 34px;
}

.about-system__source {
  display: flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 8px 5px;
  border: 1px solid rgba(108, 43, 217, 0.1);
  border-radius: 13px;
  color: #777083;
  background: rgba(255, 255, 255, 0.8);
  font-size: 11px;
  font-weight: 700;
  transition:
    color 300ms ease,
    border-color 300ms ease,
    background-color 300ms ease,
    transform 300ms ease,
    box-shadow 300ms ease;
}

.about-system__source i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #cdc7d8;
  transition: background-color 300ms ease;
}

.about-system__source.is-active {
  color: #ffffff;
  border-color: #6c2bd9;
  background: #6c2bd9;
  transform: translateY(-5px);
  box-shadow: 0 12px 24px rgba(108, 43, 217, 0.2);
}

.about-system__source.is-active i {
  background: #56d5cc;
}

.about-system__path {
  position: relative;
  width: 2px;
  height: 46px;
  margin: 18px auto;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(108, 43, 217, 0.12);
}

.about-system__path span {
  position: absolute;
  top: -22px;
  left: 0;
  width: 100%;
  height: 22px;
  border-radius: inherit;
  background: linear-gradient(180deg, transparent, #18b8ae);
  animation: aboutFlow 1.8s linear infinite;
}

.about-system__core {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 82px 1fr;
  align-items: center;
  gap: 20px;
  min-height: 190px;
  padding: 27px;
  overflow: hidden;
  border-radius: 26px;
  color: #ffffff;
  background:
    radial-gradient(circle at 12% 20%, rgba(86, 213, 204, 0.16), transparent 30%),
    linear-gradient(135deg, #17113f, #3b176f);
  box-shadow: 0 22px 44px rgba(23, 17, 63, 0.2);
}

.about-system__core::after {
  position: absolute;
  left: -54px;
  bottom: -72px;
  width: 190px;
  height: 190px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  content: "";
}

.about-system__core-mark {
  position: relative;
  z-index: 2;
  width: 78px;
  height: 78px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 23px;
  background: linear-gradient(145deg, #7627df, #922be1);
  box-shadow: 0 14px 30px rgba(118, 39, 223, 0.35);
}

.about-system__core-mark span {
  font-size: 32px;
  font-weight: 900;
}

.about-system__core-copy {
  position: relative;
  z-index: 2;
}

.about-system__core-copy small {
  display: block;
  color: #56d5cc;
  font-size: 11px;
  font-weight: 700;
}

.about-system__core-copy strong {
  display: block;
  margin-top: 3px;
  font-size: 31px;
  font-weight: 900;
}

.about-system__core-copy p {
  min-height: 52px;
  margin-top: 7px !important;
  color: rgba(255, 255, 255, 0.68);
  font-size: 12px;
  line-height: 1.9;
  transition:
    opacity 180ms ease,
    transform 180ms ease;
}

.about-system__core-copy p.is-changing {
  opacity: 0;
  transform: translateY(5px);
}

.about-system__result {
  position: relative;
  z-index: 2;
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 18px;
  padding: 14px 18px;
  border: 1px solid rgba(24, 184, 174, 0.18);
  border-radius: 18px;
  background: rgba(240, 253, 252, 0.88);
}

.about-system__result small {
  display: block;
  color: #18a79e;
  font-size: 10px;
  font-weight: 800;
}

.about-system__result strong {
  display: block;
  margin-top: 3px;
  color: #17113f;
  font-size: 12px;
  line-height: 1.7;
}

.about-system__result > span {
  width: 35px;
  height: 35px;
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 11px;
  color: #ffffff;
  background: #18b8ae;
}

/* عنوان عمومی سکشن */

.about-section-heading {
  max-width: 770px;
  margin: 0 auto 70px;
  text-align: center;
}

.about-section-heading .about-eyebrow {
  justify-content: center;
}

.about-section-heading h2 {
  color: #17113f;
  font-size: clamp(34px, 4.1vw, 53px);
  line-height: 1.45;
  font-weight: 900;
  text-align: center;
}

.about-section-heading h2 span {
  color: #6c2bd9;
}

.about-section-heading > p {
  max-width: 680px;
  margin: 21px auto 0 !important;
  color: #756e83;
  font-size: 16px;
  line-height: 2.1;
  text-align: center;
}

/* داستان */

.about-story {
  position: relative;
  padding: 120px 0;
  background: #ffffff;
}

.about-story__layout {
  display: grid;
  grid-template-columns: minmax(290px, 0.78fr) minmax(0, 1.22fr);
  align-items: start;
  gap: clamp(55px, 7vw, 100px);
}

.about-story__statement {
  position: sticky;
  top: 130px;
  padding: 35px;
  border: 1px solid rgba(108, 43, 217, 0.1);
  border-radius: 28px;
  background:
    radial-gradient(circle at 10% 10%, rgba(24, 184, 174, 0.11), transparent 35%),
    #faf9ff;
}

.about-story__statement > span {
  color: #6c2bd9;
  font-size: 13px;
  font-weight: 800;
}

.about-story__statement blockquote {
  margin-top: 18px !important;
  color: #17113f;
  font-size: clamp(22px, 1.4vw, 31px);
  line-height: 1.85;
  text-align:justify;
  font-weight: 850;
}

.about-story__statement-footer {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-top: 28px;
  padding-top: 20px;
  border-top: 1px solid rgba(108, 43, 217, 0.09);
  color: #746d80;
  font-size: 12px;
  font-weight: 700;
}

.about-story__statement-footer i {
  width: 20px;
  height: 3px;
  border-radius: 99px;
  background: linear-gradient(90deg, #18b8ae, #6c2bd9);
}

.about-story__timeline {
  position: relative;
  --story-progress: 0;
}

.about-story__timeline::before,
.about-story__timeline::after {
  position: absolute;
  top: 40px;
  right: 25px;
  bottom: 40px;
  width: 2px;
  border-radius: 999px;
  content: "";
}

.about-story__timeline::before {
  background: #ece8f4;
}

.about-story__timeline::after {
  background: linear-gradient(180deg, #18b8ae, #7627df);
  transform: scaleY(var(--story-progress));
  transform-origin: top;
  transition: transform 500ms ease;
}

.about-story__step {
  position: relative;
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 24px;
  min-height: 190px;
  padding: 12px 0 45px;
}

.about-story__marker {
  position: relative;
  z-index: 2;
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(108, 43, 217, 0.12);
  border-radius: 17px;
  color: #90899e;
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(23, 17, 63, 0.06);
  transition:
    color 300ms ease,
    background-color 300ms ease,
    border-color 300ms ease,
    transform 300ms ease;
}

.about-story__marker span {
  font-size: 12px;
  font-weight: 850;
}

.about-story__content {
  padding: 7px 0 0;
}

.about-story__content small {
  color: #18a79e;
  font-size: 12px;
  font-weight: 800;
}

.about-story__content h3 {
  margin-top: 9px !important;
  color: #17113f;
  font-size: clamp(22px, 2.3vw, 29px);
  line-height: 1.55;
  font-weight: 850;
}

.about-story__content p {
  max-width: 620px;
  margin-top: 12px !important;
  color: #777082;
  font-size: 14px;
  line-height: 2.05;
}

.about-story__step.is-active .about-story__marker {
  color: #ffffff;
  border-color: #6c2bd9;
  background: #6c2bd9;
  transform: scale(1.08);
  box-shadow: 0 14px 28px rgba(108, 43, 217, 0.22);
}

/* ماموریت */

.about-mission {
  padding: 110px 0;
  background: #f8f7fc;
}

.about-mission__statement {
  position: relative;
  padding: clamp(38px, 6vw, 70px);
  overflow: hidden;
  border-radius: 34px;
  color: #ffffff;
  background:
    radial-gradient(circle at 10% 20%, rgba(24, 184, 174, 0.2), transparent 27%),
    radial-gradient(circle at 90% 90%, rgba(142, 40, 228, 0.24), transparent 34%),
    linear-gradient(135deg, #17113f, #2c1558);
}

.about-mission__statement::after {
  position: absolute;
  left: -65px;
  top: -80px;
  width: 240px;
  height: 240px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  content: "";
}

.about-mission__label {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #56d5cc;
  font-size: 13px;
  font-weight: 800;
}

.about-mission__label span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #56d5cc;
  box-shadow: 0 0 0 6px rgba(86, 213, 204, 0.1);
}

.about-mission__statement h2 {
  position: relative;
  z-index: 2;
  max-width: 870px;
  margin-top: 22px !important;
  color: #ffffff;
  font-size: clamp(34px, 4.3vw, 55px);
  line-height: 1.55;
  font-weight: 900;
}

.about-mission__statement h2 span {
  color: #56d5cc;
}

.about-mission__statement p {
  position: relative;
  z-index: 2;
  max-width: 670px;
  margin-top: 18px !important;
  color: rgba(255, 255, 255, 0.68);
  font-size: 15px;
  line-height: 2;
}

.about-values {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 22px;
}

.about-value-card {
  min-height: 280px;
  padding: 29px;
  border: 1px solid rgba(108, 43, 217, 0.09);
  border-radius: 25px;
  background: #ffffff;
  transition:
    transform 250ms ease,
    box-shadow 250ms ease,
    border-color 250ms ease;
}

.about-value-card:hover {
  border-color: rgba(108, 43, 217, 0.2);
  transform: translateY(-7px);
  box-shadow: 0 20px 45px rgba(35, 21, 75, 0.08);
}

.about-value-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.about-value-card__top > span {
  color: #aca6b8;
  font-size: 12px;
  font-weight: 800;
}

.about-value-card__mark {
  position: relative;
  width: 55px;
  height: 55px;
  display: grid;
  place-items: center;
  border-radius: 17px;
  background: #f2ebff;
}

.about-value-card__mark--focus i:first-child {
  width: 25px;
  height: 25px;
  border: 2px solid #6c2bd9;
  border-radius: 50%;
}

.about-value-card__mark--focus i:last-child {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #18b8ae;
}

.about-value-card__mark--connect {
  display: flex;
  gap: 4px;
}

.about-value-card__mark--connect i {
  width: 8px;
  height: 26px;
  border-radius: 99px;
  background: #6c2bd9;
}

.about-value-card__mark--connect i:nth-child(2) {
  height: 36px;
  background: #18b8ae;
}

.about-value-card__mark--data {
  display: flex;
  align-items: end;
  justify-content: center;
  gap: 4px;
}

.about-value-card__mark--data i {
  width: 7px;
  height: 17px;
  border-radius: 99px;
  background: #6c2bd9;
}

.about-value-card__mark--data i:nth-child(2) {
  height: 29px;
  background: #18b8ae;
}

.about-value-card__mark--data i:nth-child(3) {
  height: 22px;
  background: #922be1;
}

.about-value-card h3 {
  margin-top: 29px !important;
  color: #17113f;
  font-size: 21px;
  line-height: 1.6;
  font-weight: 850;
}

.about-value-card p {
  margin-top: 12px !important;
  color: #777082;
  font-size: 14px;
  line-height: 2;
}

/* تیم */

.about-team {
  padding: 120px 0;
  background: #ffffff;
}

.about-team__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  align-items: center;
  gap: clamp(55px, 8vw, 105px);
}

.about-team__copy h2 {
  max-width: 590px;
  color: #17113f;
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.5;
  font-weight: 900;
}

.about-team__copy h2 span {
  display: block;
  color: #6c2bd9;
}

.about-team__copy > p {
  max-width: 610px;
  margin-top: 22px !important;
  color: #756e82;
  font-size: 15px;
  line-height: 2.1;
}

.about-team__facts {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.about-team__facts span {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 13px;
  border: 1px solid rgba(24, 184, 174, 0.14);
  border-radius: 12px;
  color: #4e4960;
  background: #f5fcfb;
  font-size: 12px;
  font-weight: 700;
}

.about-team__facts i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #18b8ae;
}

.about-team__cards {
  position: relative;
  display: grid;
  gap: 13px;
}

.about-team__cards::before {
  position: absolute;
  top: 22px;
  right: -28px;
  bottom: 22px;
  width: 2px;
  border-radius: 99px;
  background: linear-gradient(#18b8ae, #6c2bd9, #922be1);
  content: "";
}

.about-team-card {
  position: relative;
  padding: 24px 27px;
  border: 1px solid rgba(108, 43, 217, 0.09);
  border-radius: 22px;
  background: #fbfaff;
  transition:
    transform 230ms ease,
    border-color 230ms ease,
    background-color 230ms ease;
}

.about-team-card::before {
  position: absolute;
  top: 31px;
  right: -34px;
  width: 12px;
  height: 12px;
  border: 3px solid #ffffff;
  border-radius: 50%;
  background: #6c2bd9;
  box-shadow: 0 0 0 1px rgba(108, 43, 217, 0.15);
  content: "";
}

.about-team-card:hover {
  border-color: rgba(108, 43, 217, 0.2);
  background: #ffffff;
  transform: translateX(-6px);
}

.about-team-card > span {
  color: #18a79e;
  font-size: 11px;
  font-weight: 850;
}

.about-team-card h3 {
  margin-top: 7px !important;
  color: #17113f;
  font-size: 19px;
  line-height: 1.6;
  font-weight: 850;
}

.about-team-card p {
  margin-top: 7px !important;
  color: #7b7487;
  font-size: 13px;
  line-height: 1.95;
}

/* CTA */

.about-final {
  padding: 0 0 110px;
  background: #ffffff;
}

.about-final__box {
  position: relative;
  min-height: 280px;
  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 85% 20%, rgba(86, 213, 204, 0.17), transparent 28%),
    linear-gradient(135deg, #17113f, #351267);
}

.about-final__copy {
  position: relative;
  z-index: 2;
}

.about-final__copy > span {
  color: #56d5cc;
  font-size: 13px;
  font-weight: 800;
}

.about-final__copy h2 {
  max-width: 760px;
  margin-top: 12px !important;
  color: #ffffff;
  font-size: clamp(30px, 3.7vw, 48px);
  line-height: 1.55;
  font-weight: 900;
}

.about-final__copy p {
  max-width: 650px;
  margin-top: 15px !important;
  color: rgba(255, 255, 255, 0.66);
  font-size: 14px;
  line-height: 2;
}

.about-button--light {
  position: relative;
  z-index: 2;
  min-width: 190px;
  color: #4f209c !important;
  background: #ffffff;
  box-shadow: 0 15px 35px rgba(7, 3, 23, 0.2);
}

.about-final__decoration i {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
}

.about-final__decoration i:nth-child(1) {
  top: -130px;
  left: -80px;
  width: 330px;
  height: 330px;
}

.about-final__decoration i:nth-child(2) {
  top: -70px;
  left: -20px;
  width: 210px;
  height: 210px;
}

.about-final__decoration i:nth-child(3) {
  right: 46%;
  bottom: -58px;
  width: 110px;
  height: 110px;
  background: rgba(108, 43, 217, 0.12);
}

/* انیمیشن ورود */

.about-js .about-reveal {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 700ms ease,
    transform 700ms cubic-bezier(0.22, 1, 0.36, 1);
}

.about-js .about-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes aboutFlow {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(70px);
  }
}

/* لپ‌تاپ و تبلت */

@media (max-width: 1050px) {
  .about-hero__grid,
  .about-team__grid {
    grid-template-columns: 1fr;
  }

  .about-hero__copy {
    max-width: 760px;
  }

  .about-hero__visual {
    width: min(680px, 100%);
    margin-inline: auto;
  }

  .about-story__layout {
    grid-template-columns: 1fr;
  }

  .about-story__statement {
    position: relative;
    top: auto;
  }

  .about-team__cards {
    margin-right: 28px;
  }
}

@media (max-width: 800px) {
  .about-shell {
    width: min(100% - 32px, 680px);
  }

  .about-hero,
  .about-story,
  .about-mission,
  .about-team {
    padding-top: 85px;
    padding-bottom: 85px;
  }

  .about-values {
    grid-template-columns: 1fr;
  }

  .about-value-card {
    min-height: auto;
  }

  .about-final__box {
    grid-template-columns: 1fr;
  }

  .about-button--light {
    width: fit-content;
  }
}

/* موبایل */

@media (max-width: 600px) {
  .about-shell {
    width: calc(100% - 24px);
  }

  .about-hero {
    padding-top: 70px;
  }

  .about-hero h1 {
    font-size: clamp(34px, 10vw, 44px);
  }

  .about-hero__description {
    font-size: 15px;
    line-height: 2;
  }

  .about-hero__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .about-button {
    width: 100%;
  }

  .about-system {
    min-height: auto;
    padding: 17px;
    border-radius: 25px;
  }

  .about-system__top {
    align-items: flex-start;
    gap: 10px;
  }

  .about-system__sources {
    grid-template-columns: repeat(3, 1fr);
  }

  .about-system__source:nth-child(4),
  .about-system__source:nth-child(5) {
    grid-column: span 1;
  }

  .about-system__core {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .about-system__core-mark {
    margin-inline: auto;
  }

  .about-system__core-copy small,
  .about-system__core-copy strong,
  .about-system__core-copy p {
    text-align: center;
  }

  .about-section-heading {
    margin-bottom: 48px;
  }

  .about-section-heading h2 {
    font-size: 34px;
  }

  .about-story__statement {
    padding: 27px;
  }

  .about-story__step {
    grid-template-columns: 44px 1fr;
    gap: 16px;
  }

  .about-story__marker {
    width: 44px;
    height: 44px;
    border-radius: 14px;
  }

  .about-story__timeline::before,
  .about-story__timeline::after {
    right: 21px;
  }

  .about-mission__statement {
    border-radius: 26px;
  }

  .about-mission__statement h2 {
    font-size: 33px;
  }

  .about-team__cards {
    margin-right: 18px;
  }

  .about-team__cards::before {
    right: -18px;
  }

  .about-team-card::before {
    right: -24px;
  }

  .about-final {
    padding-bottom: 70px;
  }

  .about-final__box {
    padding: 32px 24px;
    border-radius: 26px;
  }

  .about-button--light {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .about-page *,
  .about-page *::before,
  .about-page *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .about-js .about-reveal {
    opacity: 1;
    transform: none;
  }
}
.about-mission .about-values {
  width: 100%;
  max-width: none;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  gap: 22px;
  margin: 28px 0 0;
}

.about-mission .about-value-card {
  width: 100%;
  max-width: none;
  min-width: 0;
  min-height: 300px;
  height: 100%;
}
@media (max-width: 900px) {
  .about-mission .about-values {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-mission .about-value-card:last-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 600px) {
  .about-mission .about-values {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .about-mission .about-value-card:last-child {
    grid-column: auto;
  }

  .about-mission .about-value-card {
    min-height: auto;
  }
}
.contact-section{

padding:120px 0;
direction:rtl;

}


.contact-wrapper{

max-width:1200px;
margin:auto;

background:
linear-gradient(
135deg,
#ffffff,
#f7f3ff
);

border-radius:40px;

padding:70px;

display:flex;

align-items:center;

gap:70px;

border:1px solid #eee;

}



.contact-info{

flex:1;

}



.section-tag{

color:#13bdb5;
font-weight:700;

}



.contact-info h2{

font-size:48px;

color:#151338;

margin:20px 0;

}



.contact-info p{

color:#777;

font-size:18px;

line-height:2;

}




.contact-cards{

margin-top:40px;

display:flex;

flex-direction:column;

gap:18px;

}



.contact-card{

display:flex;

align-items:center;

gap:20px;

background:white;

padding:20px;

border-radius:22px;

box-shadow:0 15px 40px rgba(40,20,100,.06);

}



.contact-card .icon{

width:55px;

height:55px;

border-radius:18px;

display:flex;

align-items:center;

justify-content:center;

background:#eee5ff;

color:#6d28d9;

font-size:25px;

}



.contact-card small{

display:block;

color:#999;

}



.contact-card strong{

color:#17153b;

font-size:18px;

}




.contact-animation{

width:420px;

height:420px;

position:relative;

display:flex;

align-items:center;

justify-content:center;

}



.contact-box{

width:260px;

height:260px;

background:
linear-gradient(
145deg,
#21154d,
#5720bd
);

border-radius:50px;

display:flex;

align-items:center;

justify-content:center;

position:relative;

}



.contact-box svg{

position:absolute;

width:220px;

fill:none;

stroke:#38d5cf;

stroke-width:3;

animation:rotate 12s linear infinite;

}



.phone-icon{

font-size:70px;

color:white;

}




@keyframes rotate{

from{
transform:rotate(0)
}

to{
transform:rotate(360deg)
}

}




.pulse-circle{

position:absolute;

width:350px;

height:350px;

border-radius:50%;

background:#7c3aed22;

animation:pulse 3s infinite;

}



@keyframes pulse{

50%{

transform:scale(1.15);

opacity:.3;

}

}
.contact-section{
padding:120px 0;
direction:rtl;
}


.contact-wrapper{

max-width:1200px;
margin:auto;

display:grid;
grid-template-columns:0.9fr 1.1fr;

gap:70px;

padding:70px;

border-radius:40px;

background:
linear-gradient(135deg,#ffffff,#f6f1ff);

border:1px solid rgba(108,43,217,.12);

box-shadow:
0 30px 80px rgba(30,20,80,.08);

}



.contact-info h2{

font-size:48px;
color:#17113f;
margin:20px 0;

}


.contact-info p{

font-size:17px;
line-height:2;
color:#777;

}



.contact-cards{

margin-top:40px;
display:flex;
flex-direction:column;
gap:18px;

}



.contact-card{

display:flex;

align-items:center;

gap:20px;

padding:22px;

background:#fff;

border-radius:25px;

box-shadow:
0 15px 35px rgba(30,20,80,.06);

transition:.3s;

}


.contact-card:hover{

transform:translateY(-5px);

}



.contact-card .icon{

width:60px;
height:60px;

display:grid;
place-items:center;

border-radius:20px;

background:#eee5ff;

color:#6c2bd9;

}



.contact-card svg{

width:28px;
height:28px;

}



.contact-card small{

display:block;
color:#999;

}


.contact-card strong{

display:block;

font-size:20px;

color:#17113f;

margin-top:5px;

}



.contact-visual{

display:flex;

align-items:center;

justify-content:center;

position:relative;

}



.contact-svg{

width:330px;

height:330px;

border-radius:50%;

background:
linear-gradient(145deg,#6c2bd9,#351267);

display:flex;

align-items:center;

justify-content:center;

box-shadow:
0 30px 70px rgba(108,43,217,.3);

}



.contact-svg svg{

width:220px;
height:220px;

fill:none;

stroke:#56d5cc;

stroke-width:4;

animation:contactPulse 3s infinite;

}



.contact-floating{

position:absolute;

bottom:40px;

right:30px;

background:white;

padding:15px 25px;

border-radius:20px;

box-shadow:0 20px 40px rgba(0,0,0,.1);

color:#6c2bd9;

font-weight:800;

}



@keyframes contactPulse{

50%{

transform:scale(1.08);

}

}



@media(max-width:900px){

.contact-wrapper{

grid-template-columns:1fr;

padding:30px;

}

.contact-info h2{

font-size:36px;

}

}
.contact-us-section{
    width: 100%;
    padding: 80px 0;
}

.contact-us-wrapper{
    max-width: 1200px;
    margin: 0 auto;
    padding: 48px;
    background: linear-gradient(180deg, #fbfaff 0%, #f6f3ff 100%);
    border: 1px solid #ece6ff;
    border-radius: 36px;
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 36px;
    align-items: center;
    overflow: hidden;
    position: relative;
}

.contact-us-content{
    order: 2;
}

.contact-us-label{
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    color: #18b7b0;
    margin-bottom: 14px;
}

.contact-us-title{
    font-size: 37px;
    line-height: 1.4;
    color: #17123f;
    margin: 0 0 18px;
    font-weight: 800;
}

.contact-us-text{
    font-size: 20px;
    line-height: 2;
    color: #6e6a86;
    margin: 0 0 30px;
}

.contact-info-list{
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.contact-info-card{
    background: #ffffff;
    border: 1px solid #ece6ff;
    border-radius: 24px;
    padding: 22px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    box-shadow: 0 10px 30px rgba(80, 44, 154, 0.06);
    transition: 0.3s ease;
}

.contact-info-card:hover{
    transform: translateY(-4px);
    box-shadow: 0 18px 40px rgba(80, 44, 154, 0.10);
}

.contact-info-text{
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.contact-info-text span{
    font-size: 15px;
    color: #8f8aa8;
    font-weight: 600;
}

.contact-info-text strong{
    font-size: 20px;
    color: #1b1648;
    font-weight: 700;
    direction: ltr;
}

.contact-info-icon{
    width: 64px;
    height: 64px;
    border-radius: 20px;
    background: linear-gradient(135deg, #f3ecff 0%, #ede7ff 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6e37f5;
    font-size: 30px;
    flex-shrink: 0;
}

.contact-us-visual{
    order: 1;
    min-height: 560px;
    border-radius: 32px;
    position: relative;
    overflow: hidden;
    background-image:
       
        url('pictures/website-image-optimized-11.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.24);
}

.contact-us-visual::before{
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at top left, rgba(0, 255, 210, 0.14), transparent 28%),
        radial-gradient(circle at bottom right, rgba(144, 82, 255, 0.18), transparent 32%);
    pointer-events: none;
}

.contact-visual-badge{
    position: absolute;
    left: 24px;
    bottom: 24px;
    background: rgba(255,255,255,0.9);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255,255,255,0.75);
    border-radius: 18px;
    padding: 14px 18px;
    box-shadow: 0 12px 28px rgba(16, 12, 40, 0.10);
}

.contact-visual-badge span{
    font-size: 15px;
    color: #2f2662;
    font-weight: 800;
}

@media (max-width: 992px){
    .contact-us-wrapper{
        grid-template-columns: 1fr;
        padding: 28px;
    }

    .contact-us-content{
        order: 2;
    }

    .contact-us-visual{
        order: 1;
        min-height: 360px;
    }

    .contact-us-title{
        font-size: 30px;
    }

    .contact-info-text strong{
        font-size: 24px;
    }
}

@media (max-width: 576px){
    .contact-us-section{
        padding: 56px 0;
    }

    .contact-us-wrapper{
        padding: 18px;
        border-radius: 24px;
    }

    .contact-us-title{
        font-size: 32px;
    }

    .contact-us-text{
        font-size: 16px;
    }

    .contact-info-card{
        padding: 18px;
        border-radius: 18px;
    }

    .contact-info-icon{
        width: 54px;
        height: 54px;
        font-size: 24px;
    }

    .contact-info-text strong{
        font-size: 20px;
    }

    .contact-us-visual{
        min-height: 280px;
        border-radius: 22px;
    }
}