.sap-about {
  --sap-font: var(
    --sptm-font,
    "yekanbakh",
    "YekanBakh",
    "Yekan Bakh",
    "IRANYekanX",
    "Vazirmatn",
    Tahoma,
    Arial,
    sans-serif
  );
  --sap-primary: #000f59;
  --sap-accent: #ff7614;
  --sap-background: #f8f8f8;
  --sap-surface: #ffffff;
  --sap-text: #111827;
  --sap-muted: #64748b;
  --sap-line: color-mix(in srgb, var(--sap-primary) 10%, transparent);
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  color: var(--sap-text);
  background: var(--sap-background);
  font-family: var(--sap-font) !important;
  font-weight: var(--sptm-w-regular, 400);
  font-synthesis: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  isolation: isolate;
}

.sap-about,
.sap-about *,
.sap-about *::before,
.sap-about *::after {
  box-sizing: border-box;
}

.sap-about *,
.sap-about button {
  font-family: var(--sap-font) !important;
}

.sap-about a {
  color: inherit;
  text-decoration: none;
}

.sap-about button {
  font: inherit;
}

.sap-about::before,
.sap-about::after {
  position: absolute;
  z-index: -1;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  content: "";
  pointer-events: none;
  filter: blur(2px);
}

.sap-about::before {
  top: -280px;
  right: -230px;
  background: radial-gradient(
    circle,
    color-mix(in srgb, var(--sap-accent) 8%, transparent),
    transparent 68%
  );
}

.sap-about::after {
  bottom: -300px;
  left: -260px;
  background: radial-gradient(
    circle,
    color-mix(in srgb, var(--sap-primary) 7%, transparent),
    transparent 70%
  );
}

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

.sap-section {
  position: relative;
  padding-block: clamp(74px, 9vw, 124px);
}

.sap-section + .sap-section {
  padding-top: clamp(20px, 4vw, 52px);
}

.sap-section-head {
  width: min(720px, 100%);
  margin: 0 auto clamp(34px, 5vw, 58px);
  text-align: center;
}

.sap-eyebrow {
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  margin: 0 auto 14px !important;
  color: var(--sap-primary);
  font-size: 13px;
  font-weight: var(--sptm-w-semibold, 600);
  line-height: 1.8;
}

.sap-eyebrow i {
  width: 7px;
  height: 7px;
  flex: 0 0 7px;
  border-radius: 50%;
  background: var(--sap-accent);
  box-shadow: 0 0 0 5px
    color-mix(in srgb, var(--sap-accent) 11%, transparent);
}

.sap-section-head h2,
.sap-story__content h2 {
  margin: 0;
  color: var(--sap-text);
  font-size: clamp(32px, 4vw, 52px);
  font-weight: var(--sptm-w-heading, 800);
  line-height: 1.38;
  letter-spacing: -0.045em;
  text-wrap: balance;
}

.sap-section-head > p:last-child {
  max-width: 620px;
  margin: 18px auto 0;
  color: var(--sap-muted);
  font-size: 15px;
  line-height: 2;
  text-wrap: pretty;
}

/* Timeline */

.sap-timeline {
  position: relative;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.sap-timeline::before,
.sap-timeline::after {
  position: absolute;
  z-index: 5;
  top: 0;
  bottom: 0;
  width: clamp(58px, 8vw, 98px);
  content: "";
  pointer-events: none;
}

.sap-timeline::before {
  right: 0;
  background: linear-gradient(
    90deg,
    transparent,
    color-mix(in srgb, var(--sap-background) 96%, transparent)
  );
}

.sap-timeline::after {
  left: 0;
  background: linear-gradient(
    270deg,
    transparent,
    color-mix(in srgb, var(--sap-background) 96%, transparent)
  );
}

.sap-timeline__toolbar {
  position: absolute;
  z-index: 8;
  inset: 0;
  display: block;
  margin: 0;
  pointer-events: none;
}

.sap-about .sap-timeline__button {
  position: absolute;
  top: 50%;
  width: 44px !important;
  min-width: 44px !important;
  height: 44px !important;
  min-height: 44px !important;
  display: grid;
  place-items: center;
  margin: 0 !important;
  padding: 0 !important;
  border: 1px solid color-mix(in srgb, var(--sap-primary) 14%, transparent) !important;
  border-radius: 50% !important;
  color: var(--sap-primary) !important;
  background: var(--sap-surface) !important;
  box-shadow: 0 10px 28px rgba(0, 15, 89, 0.1) !important;
  cursor: pointer;
  pointer-events: auto;
  appearance: none;
  -webkit-appearance: none;
  transform: translateY(-50%);
  transition:
    color 200ms ease,
    background 200ms ease,
    border-color 200ms ease,
    box-shadow 200ms ease,
    transform 200ms ease;
}

.sap-about .sap-timeline__button--next {
  left: 3px;
}

.sap-about .sap-timeline__button--prev {
  right: 3px;
}

.sap-about .sap-timeline__button:hover {
  border-color: var(--sap-primary) !important;
  color: #fff !important;
  background: var(--sap-primary) !important;
  box-shadow: 0 14px 32px rgba(0, 15, 89, 0.18) !important;
  transform: translateY(calc(-50% - 2px));
}

.sap-about .sap-timeline__button:focus-visible {
  outline: 3px solid
    color-mix(in srgb, var(--sap-primary) 20%, transparent);
  outline-offset: 2px;
}

.sap-about .sap-timeline__button svg {
  width: 17px;
  height: 17px;
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.sap-about .sap-timeline__button svg path {
  fill: none !important;
  stroke: currentColor !important;
}

.sap-timeline__viewport {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 8px clamp(66px, 8vw, 98px) 15px;
  outline: none;
  scrollbar-width: none;
  overscroll-behavior-inline: contain;
  scroll-snap-type: inline proximity;
  -webkit-overflow-scrolling: touch;
}

.sap-timeline__viewport::-webkit-scrollbar {
  display: none;
}

.sap-timeline__track {
  position: relative;
  width: max-content;
  min-width: 100%;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(255px, 1fr);
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sap-timeline__track::before {
  position: absolute;
  top: 27px;
  right: 20px;
  left: 20px;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    color-mix(in srgb, var(--sap-primary) 22%, transparent) 8%,
    color-mix(in srgb, var(--sap-primary) 22%, transparent) 92%,
    transparent
  );
  content: "";
}

.sap-milestone {
  position: relative;
  min-width: 0;
  padding-top: 55px;
  scroll-snap-align: start;
}

.sap-milestone__marker {
  position: absolute;
  top: 17px;
  right: 22px;
  z-index: 2;
  width: 21px;
  height: 21px;
  display: grid;
  place-items: center;
  border: 1px solid color-mix(in srgb, var(--sap-primary) 20%, transparent);
  border-radius: 50%;
  background: var(--sap-surface);
  box-shadow: 0 5px 16px rgba(0, 15, 89, 0.08);
}

.sap-milestone__marker span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--sap-primary);
  transition:
    background 240ms ease,
    transform 240ms ease;
}

.sap-milestone__card {
  height: 100%;
  min-height: 195px;
  padding: 20px 22px;
  border: 0;
  border-radius: 0;
  background: transparent;
  transition:
    transform 300ms cubic-bezier(0.22, 1, 0.36, 1);
}

.sap-milestone:hover .sap-milestone__card {
  box-shadow: none;
  transform: translateY(-3px);
}

.sap-milestone:hover .sap-milestone__marker span {
  background: var(--sap-accent);
  transform: scale(1.25);
}

.sap-milestone time {
  display: block;
  margin-bottom: 15px;
  color: var(--sap-accent);
  font-size: 14px;
  font-weight: var(--sptm-w-semibold, 600);
}

.sap-milestone h3 {
  margin: 0;
  color: var(--sap-primary);
  font-size: 18px;
  font-weight: var(--sptm-w-heading, 700);
  line-height: 1.65;
}

.sap-milestone p {
  margin: 11px 0 0;
  color: var(--sap-muted);
  font-size: 13px;
  line-height: 1.95;
}

.sap-timeline__progress {
  display: none;
}

.sap-timeline__progress span {
  width: var(--sap-progress, 0%);
  height: 100%;
  display: block;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--sap-primary), var(--sap-accent));
  transition: width 180ms ease-out;
}

/* Story and counters */

.sap-story {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(35px, 6vw, 82px);
  align-items: center;
  padding: clamp(32px, 5vw, 66px);
  border: 1px solid color-mix(in srgb, var(--sap-primary) 8%, transparent);
  border-radius: clamp(30px, 4vw, 48px);
  background:
    radial-gradient(
      circle at 88% 0%,
      color-mix(in srgb, var(--sap-accent) 7%, transparent),
      transparent 31%
    ),
    var(--sap-surface);
  box-shadow: 0 28px 82px rgba(15, 23, 42, 0.06);
}

.sap-story--single {
  grid-template-columns: 1fr;
}

.sap-story--single .sap-story__content {
  max-width: 760px;
}

.sap-story--single .sap-counters {
  width: 100%;
}

.sap-story__content .sap-eyebrow {
  margin-right: 0 !important;
  margin-left: auto !important;
}

.sap-story__content h2 {
  font-size: clamp(26px, 3vw, 40px);
  line-height: 1.48;
  letter-spacing: -0.035em;
}

.sap-story__text {
  margin-top: 22px;
  color: var(--sap-muted);
  font-size: 15px;
  line-height: 2.15;
  text-align: justify;
  text-justify: inter-word;
}

.sap-story__text p {
  margin: 0 0 14px;
}

.sap-story__text p:last-child {
  margin-bottom: 0;
}

.sap-counters {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 13px;
}

.sap-counter {
  position: relative;
  min-height: 155px;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  overflow: hidden;
  padding: 22px;
  border: 1px solid color-mix(in srgb, var(--sap-primary) 8%, transparent);
  border-radius: 23px;
  background: color-mix(in srgb, var(--sap-background) 48%, var(--sap-surface));
  transition:
    border-color 260ms ease,
    box-shadow 300ms ease,
    transform 300ms cubic-bezier(0.22, 1, 0.36, 1);
}

.sap-counter:hover {
  border-color: color-mix(in srgb, var(--sap-primary) 17%, transparent);
  box-shadow: 0 18px 40px rgba(0, 15, 89, 0.07);
  transform: translateY(-4px);
}

.sap-counter__line {
  position: absolute;
  top: 18px;
  right: 20px;
  width: 32px;
  height: 3px;
  border-radius: 999px;
  background: var(--sap-accent);
}

.sap-counter strong {
  color: var(--sap-primary);
  font-size: clamp(32px, 4vw, 48px);
  font-weight: var(--sptm-w-heading, 800);
  line-height: 1.2;
  direction: ltr;
  text-align: right;
}

.sap-counter p {
  margin: 9px 0 0;
  color: var(--sap-muted);
  font-size: 13px;
  font-weight: var(--sptm-w-medium, 500);
  line-height: 1.7;
}

/* Partners */

.sap-partners-section {
  padding-bottom: clamp(80px, 10vw, 140px);
}

.sap-partners {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.sap-partner {
  position: relative;
  min-height: 235px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  overflow: hidden;
  padding: 28px;
  border: 1px solid color-mix(in srgb, var(--sap-primary) 8%, transparent);
  border-radius: 28px;
  background: var(--sap-surface);
  box-shadow: 0 10px 34px rgba(15, 23, 42, 0.035);
  transition:
    border-color 260ms ease,
    box-shadow 320ms ease,
    transform 320ms cubic-bezier(0.22, 1, 0.36, 1);
}

.sap-partner::before {
  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle at 50% 40%,
    color-mix(in srgb, var(--sap-primary) 5%, transparent),
    transparent 54%
  );
  content: "";
  opacity: 0;
  pointer-events: none;
  transition: opacity 300ms ease;
}

.sap-partner:hover {
  border-color: color-mix(in srgb, var(--sap-primary) 17%, transparent);
  box-shadow: 0 24px 58px rgba(0, 15, 89, 0.09);
  transform: translateY(-5px);
}

.sap-partner:hover::before {
  opacity: 1;
}

.sap-partner__logo {
  position: relative;
  z-index: 1;
  width: min(170px, 72%);
  height: 105px;
  display: grid;
  place-items: center;
}

.sap-partner__logo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  filter: grayscale(1);
  opacity: 0.7;
  transition:
    filter 300ms ease,
    opacity 300ms ease,
    transform 350ms cubic-bezier(0.22, 1, 0.36, 1);
}

.sap-partner:hover .sap-partner__logo img {
  filter: grayscale(0);
  opacity: 1;
  transform: scale(1.035);
}

.sap-partner__logo > svg {
  width: 58px;
  height: 58px;
  fill: none;
  stroke: color-mix(in srgb, var(--sap-primary) 36%, transparent);
  stroke-width: 1.2;
}

.sap-partner h3 {
  position: relative;
  z-index: 1;
  margin: 19px 0 0;
  color: var(--sap-text);
  font-size: 15px;
  font-weight: var(--sptm-w-semibold, 600);
  line-height: 1.7;
  text-align: center;
}

.sap-partner__arrow {
  position: absolute;
  top: 17px;
  left: 17px;
  z-index: 2;
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border: 1px solid color-mix(in srgb, var(--sap-primary) 10%, transparent);
  border-radius: 50%;
  color: var(--sap-muted);
  background: var(--sap-surface);
  opacity: 0;
  transform: translate(-4px, 4px);
  transition:
    opacity 220ms ease,
    color 220ms ease,
    background 220ms ease,
    transform 260ms ease;
}

a.sap-partner:hover .sap-partner__arrow {
  color: #fff;
  background: var(--sap-primary);
  opacity: 1;
  transform: none;
}

.sap-partner__arrow svg {
  width: 15px;
  height: 15px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* Homepage about bento */

.sap-about-home {
  padding: clamp(70px, 8vw, 108px) 24px;
  background: transparent;
}

.sap-about-home::before,
.sap-about-home::after {
  display: none;
}

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

.sap-home-heading {
  margin: 0 0 34px;
  text-align: center;
}

.sap-home-heading h2 {
  margin: 0;
  color: var(--sap-text);
  font-size: clamp(34px, 4.4vw, 54px);
  font-weight: var(--sptm-w-heading, 800);
  line-height: 1.3;
  letter-spacing: -0.045em;
}

.sap-home-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 16px;
}

.sap-home-card {
  position: relative;
  min-width: 0;
  overflow: hidden;
  padding: 28px;
  border: 1px solid color-mix(in srgb, var(--sap-primary) 8%, transparent);
  border-radius: 28px;
  background: var(--sap-surface);
  box-shadow: 0 10px 34px rgba(0, 15, 89, 0.04);
  transition:
    border-color 260ms ease,
    box-shadow 340ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 340ms cubic-bezier(0.22, 1, 0.36, 1);
}

.sap-home-card:hover {
  border-color: color-mix(in srgb, var(--sap-primary) 15%, transparent);
  box-shadow: 0 18px 46px rgba(0, 15, 89, 0.075);
  transform: translateY(-3px);
}

.sap-home-card h3,
.sap-home-card p,
.sap-home-card ul,
.sap-home-card ol {
  margin: 0;
}

.sap-home-card h3 {
  color: var(--sap-text);
  font-size: 19px;
  font-weight: var(--sptm-w-heading, 700);
  line-height: 1.65;
  letter-spacing: -0.025em;
}

.sap-home-card p {
  color: var(--sap-muted);
  font-size: 13.5px;
  line-height: 1.95;
}

.sap-home-card svg {
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.sap-home-card-head,
.sap-home-security-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}

.sap-home-card-head > div > span {
  display: block;
  margin-bottom: 3px;
  color: var(--sap-primary);
  font-size: 11.5px;
  font-weight: var(--sptm-w-semibold, 600);
}

.sap-home-icon,
.sap-home-mini-icon {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  color: var(--sap-primary);
  background: color-mix(in srgb, var(--sap-primary) 6%, var(--sap-surface));
}

.sap-home-icon {
  width: 44px;
  height: 44px;
  border: 1px solid color-mix(in srgb, var(--sap-primary) 9%, transparent);
  border-radius: 15px;
}

.sap-home-mini-icon {
  width: 38px;
  height: 38px;
  border-radius: 13px;
}

.sap-home-icon svg {
  width: 20px;
  height: 20px;
}

.sap-home-mini-icon svg {
  width: 18px;
  height: 18px;
}

.sap-home-story {
  grid-column: span 7;
  min-height: 388px;
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(180px, 0.7fr);
  padding: clamp(29px, 4vw, 44px);
  background:
    radial-gradient(
      circle at 4% 8%,
      color-mix(in srgb, var(--sap-accent) 8%, transparent),
      transparent 34%
    ),
    linear-gradient(
      145deg,
      color-mix(in srgb, var(--sap-primary) 3%, var(--sap-surface)),
      var(--sap-surface) 66%
    );
}

.sap-home-story__copy {
  position: relative;
  z-index: 2;
  min-width: 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
  gap: 27px;
}

.sap-home-status,
.sap-home-verified,
.sap-home-badge {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 999px;
  color: var(--sap-primary);
  background: color-mix(in srgb, var(--sap-primary) 4%, var(--sap-surface));
  font-size: 11.5px;
  font-weight: var(--sptm-w-semibold, 600);
}

.sap-home-status {
  padding: 7px 12px;
  border: 1px solid color-mix(in srgb, var(--sap-primary) 11%, transparent);
}

.sap-home-status i,
.sap-home-verified i {
  width: 7px;
  height: 7px;
  flex: 0 0 7px;
  border-radius: 50%;
  background: var(--sap-accent);
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--sap-accent) 11%, transparent);
}

.sap-home-story h3 {
  max-width: 480px;
  margin-bottom: 12px;
  color: var(--sap-primary);
  font-size: clamp(27px, 3.2vw, 41px);
  line-height: 1.38;
  letter-spacing: -0.045em;
}

.sap-home-story p:not(.sap-home-status) {
  max-width: 530px;
  font-size: 14px;
  line-height: 2;
}

.sap-home-button {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 10px 17px;
  border: 1px solid var(--sap-primary);
  border-radius: 13px;
  color: #fff !important;
  background: var(--sap-primary);
  box-shadow: 0 9px 22px rgba(0, 15, 89, 0.14);
  font-size: 13px;
  font-weight: var(--sptm-w-semibold, 600);
  line-height: 1.5;
  transition:
    background 200ms ease,
    box-shadow 220ms ease,
    transform 220ms ease;
}

.sap-home-button svg {
  width: 16px;
  height: 16px;
}

.sap-home-button:hover {
  color: #fff !important;
  background: color-mix(in srgb, var(--sap-primary) 88%, #fff);
  box-shadow: 0 13px 27px rgba(0, 15, 89, 0.2);
  transform: translateY(-2px);
}

.sap-home-button:focus-visible {
  outline: 3px solid color-mix(in srgb, var(--sap-primary) 20%, transparent);
  outline-offset: 3px;
}

.sap-home-story__visual {
  position: relative;
  align-self: center;
  width: min(228px, 100%);
  aspect-ratio: 1;
  margin-inline: auto;
}

.sap-home-ecosystem__links,
.sap-home-ecosystem__hub,
.sap-home-ecosystem__module {
  position: absolute;
}

.sap-home-ecosystem::before {
  content: "";
  position: absolute;
  inset: 13%;
  border: 1px solid color-mix(in srgb, var(--sap-primary) 8%, transparent);
  border-radius: 50%;
  background:
    radial-gradient(circle at center, color-mix(in srgb, var(--sap-primary) 5%, transparent), transparent 58%);
}

.sap-home-ecosystem__links {
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  color: var(--sap-primary);
  opacity: 0.55;
}

.sap-home-ecosystem__links path {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.1;
  stroke-dasharray: 4 7;
}

.sap-home-ecosystem__links circle {
  fill: var(--sap-accent);
  stroke: var(--sap-surface);
  stroke-width: 2;
}

.sap-home-ecosystem__hub {
  top: 50%;
  left: 50%;
  width: 78px;
  height: 78px;
  display: grid;
  place-items: center;
  border: 7px solid color-mix(in srgb, var(--sap-primary) 7%, var(--sap-surface));
  border-radius: 26px;
  color: #fff;
  background: var(--sap-primary);
  box-shadow:
    0 18px 38px rgba(0, 15, 89, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.16);
  transform: translate(-50%, -50%) rotate(-4deg);
  transition: transform 480ms cubic-bezier(0.22, 1, 0.36, 1);
}

.sap-home-ecosystem__hub::before {
  content: "";
  position: absolute;
  inset: -12px;
  border: 1px solid color-mix(in srgb, var(--sap-primary) 15%, transparent);
  border-radius: 32px;
  opacity: 0;
  transform: scale(0.82);
}

.sap-about--motion.sap-js .sap-home-ecosystem__hub::before {
  animation: sapEcosystemSignal 3.8s ease-out infinite;
}

.sap-home-ecosystem__hub svg {
  width: 34px;
  height: 34px;
}

.sap-home-ecosystem__module {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border: 1px solid color-mix(in srgb, var(--sap-primary) 10%, transparent);
  border-radius: 16px;
  color: var(--sap-primary);
  background: color-mix(in srgb, var(--sap-surface) 96%, var(--sap-primary));
  box-shadow: 0 12px 25px rgba(0, 15, 89, 0.075);
  transition:
    border-color 320ms ease,
    box-shadow 420ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 420ms cubic-bezier(0.22, 1, 0.36, 1);
}

.sap-home-ecosystem__module svg {
  width: 21px;
  height: 21px;
}

.sap-home-ecosystem__module--one {
  top: 10%;
  right: 9%;
  color: var(--sap-accent);
}

.sap-home-ecosystem__module--two {
  top: 18%;
  left: 1%;
}

.sap-home-ecosystem__module--three {
  right: 3%;
  bottom: 8%;
}

.sap-home-ecosystem__module--four {
  bottom: 3%;
  left: 11%;
}

.sap-home-story:hover .sap-home-ecosystem__hub {
  transform: translate(-50%, -50%) rotate(0) scale(1.035);
}

.sap-home-story:hover .sap-home-ecosystem__module {
  border-color: color-mix(in srgb, var(--sap-primary) 17%, transparent);
  box-shadow: 0 15px 30px rgba(0, 15, 89, 0.1);
}

.sap-home-story:hover .sap-home-ecosystem__module--one,
.sap-home-story:hover .sap-home-ecosystem__module--three {
  transform: translateY(-3px);
}

.sap-home-story:hover .sap-home-ecosystem__module--two,
.sap-home-story:hover .sap-home-ecosystem__module--four {
  transform: translateY(3px);
}

@keyframes sapEcosystemSignal {
  0%, 52% { opacity: 0; transform: scale(0.82); }
  68% { opacity: 0.65; }
  100% { opacity: 0; transform: scale(1.28); }
}

.sap-home-metrics-card {
  grid-column: span 5;
  min-height: 388px;
}

.sap-home-metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 23px;
}

.sap-home-metric {
  min-height: 120px;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  padding: 17px;
  border-radius: 18px;
  background: color-mix(in srgb, var(--sap-background) 62%, var(--sap-surface));
}

.sap-home-metric strong {
  color: var(--sap-primary);
  font-size: 29px;
  font-weight: var(--sptm-w-heading, 800);
  line-height: 1.2;
  direction: ltr;
  text-align: right;
}

.sap-home-metric span {
  margin-top: 7px;
  color: var(--sap-muted);
  font-size: 11.5px;
  font-weight: var(--sptm-w-medium, 500);
}

.sap-home-feature,
.sap-home-values-card {
  grid-column: span 4;
  min-height: 310px;
}

.sap-home-feature {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.sap-home-feature > .sap-home-icon {
  margin-bottom: 22px;
}

.sap-home-feature h3 {
  margin-bottom: 8px;
  color: var(--sap-primary);
}

.sap-home-feature > p {
  flex: 1;
}

.sap-home-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 19px !important;
  padding: 0;
  list-style: none;
}

.sap-home-tags li,
.sap-home-security-item em {
  padding: 5px 9px;
  border: 1px solid color-mix(in srgb, var(--sap-primary) 9%, transparent);
  border-radius: 999px;
  color: var(--sap-primary);
  background: color-mix(in srgb, var(--sap-primary) 4%, var(--sap-surface));
  font-size: 10.5px;
  font-style: normal;
  font-weight: var(--sptm-w-semibold, 600);
  line-height: 1.5;
}

.sap-home-badge {
  margin-top: 18px;
  padding: 6px 10px;
  color: color-mix(in srgb, var(--sap-accent) 72%, #b23b00);
  background: color-mix(in srgb, var(--sap-accent) 8%, var(--sap-surface));
}

.sap-home-values-card {
  display: flex;
  flex-direction: column;
}

.sap-home-values {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
  margin-top: 20px;
}

.sap-home-value {
  min-height: 86px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px;
  border-radius: 17px;
  background: color-mix(in srgb, var(--sap-background) 62%, var(--sap-surface));
}

.sap-home-value > span {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.sap-home-value b {
  color: var(--sap-text);
  font-size: 12.5px;
  font-weight: var(--sptm-w-semibold, 600);
}

.sap-home-value small {
  color: var(--sap-muted);
  font-size: 10.5px;
  line-height: 1.65;
}

.sap-home-security-card {
  grid-column: span 7;
  min-height: 390px;
  padding: 30px;
}

.sap-home-security-head {
  align-items: flex-start;
  margin-bottom: 23px;
}

.sap-home-verified {
  padding: 7px 11px;
}

.sap-home-security-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.sap-home-security-item {
  min-height: 128px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 16px;
  border-radius: 18px;
  background: color-mix(in srgb, var(--sap-background) 62%, var(--sap-surface));
}

.sap-home-security-item > div {
  min-width: 0;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.sap-home-security-item b {
  color: var(--sap-text);
  font-size: 13px;
  font-weight: var(--sptm-w-semibold, 600);
}

.sap-home-security-item p {
  margin-top: 3px;
  font-size: 11.5px;
  line-height: 1.75;
}

.sap-home-security-item em {
  margin-top: 9px;
}

.sap-home-timeline-card {
  grid-column: span 5;
  min-height: 390px;
}

.sap-home-timeline {
  margin-top: 21px !important;
  padding: 0;
  list-style: none;
}

.sap-home-timeline li {
  position: relative;
  min-height: 68px;
  display: grid;
  grid-template-columns: 13px minmax(0, 1fr);
  gap: 12px;
}

.sap-home-timeline li:not(:last-child)::before {
  position: absolute;
  top: 15px;
  right: 5px;
  width: 1px;
  height: calc(100% - 4px);
  background: color-mix(in srgb, var(--sap-primary) 10%, transparent);
  content: "";
}

.sap-home-timeline li > i {
  position: relative;
  z-index: 1;
  width: 11px;
  height: 11px;
  margin-top: 4px;
  border: 3px solid var(--sap-surface);
  border-radius: 50%;
  background: var(--sap-primary);
  box-shadow: 0 0 0 1px var(--sap-primary);
}

.sap-home-timeline li:first-child > i,
.sap-home-timeline li:last-child > i {
  background: var(--sap-accent);
  box-shadow: 0 0 0 1px var(--sap-accent);
}

.sap-home-timeline li > div {
  min-width: 0;
  display: flex;
  flex-direction: column;
  padding-bottom: 14px;
}

.sap-home-timeline time {
  margin-bottom: 2px;
  color: var(--sap-primary);
  font-size: 11px;
  font-weight: var(--sptm-w-semibold, 600);
}

.sap-home-timeline b {
  color: var(--sap-text);
  font-size: 13px;
  font-weight: var(--sptm-w-semibold, 600);
  line-height: 1.55;
}

.sap-home-timeline small {
  margin-top: 2px;
  color: var(--sap-muted);
  font-size: 11px;
  line-height: 1.65;
}

/* Motion — content stays visible without JavaScript. */

.sap-about--motion.sap-js .sap-reveal {
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 650ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 650ms cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: calc(var(--sap-index, 0) * 55ms);
}

.sap-about--motion.sap-js .sap-reveal.is-visible {
  opacity: 1;
  transform: none;
}

/* Tablet */

@media (max-width: 960px) {
  .sap-container {
    width: min(100% - 36px, 900px);
  }

  .sap-section {
    padding-block: 76px;
  }

  .sap-story {
    grid-template-columns: 1fr;
  }

  .sap-story__content {
    max-width: 680px;
  }

  .sap-partner {
    min-height: 210px;
  }

  .sap-about-home {
    padding: 64px 20px 76px;
  }

  .sap-home-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .sap-home-story,
  .sap-home-metrics-card,
  .sap-home-security-card,
  .sap-home-timeline-card {
    grid-column: span 6;
  }

  .sap-home-feature {
    grid-column: span 3;
  }

  .sap-home-values-card {
    grid-column: span 6;
  }

  .sap-home-metrics {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

/* Mobile */

@media (max-width: 680px) {
  .sap-container {
    width: min(100% - 24px, 620px);
  }

  .sap-section {
    padding-block: 58px;
  }

  .sap-section + .sap-section {
    padding-top: 16px;
  }

  .sap-section-head {
    margin-bottom: 30px;
  }

  .sap-section-head h2,
  .sap-story__content h2 {
    font-size: clamp(29px, 8.6vw, 38px);
    letter-spacing: -0.035em;
  }

  .sap-story__content h2 {
    font-size: clamp(25px, 7.5vw, 33px);
    line-height: 1.5;
  }

  .sap-section-head > p:last-child,
  .sap-story__text {
    font-size: 14px;
    line-height: 2;
  }

  .sap-timeline {
    padding: 0;
    border-radius: 0;
  }

  .sap-timeline::before,
  .sap-timeline::after,
  .sap-timeline__toolbar,
  .sap-timeline__progress {
    display: none;
  }

  .sap-timeline__viewport {
    overflow: visible;
    padding: 0;
  }

  .sap-timeline__track {
    width: 100%;
    min-width: 0;
    display: grid;
    grid-auto-flow: row;
    grid-auto-columns: auto;
    gap: 12px;
  }

  .sap-timeline__track::before {
    top: 12px;
    right: 17px;
    bottom: 12px;
    left: auto;
    width: 1px;
    height: auto;
    background: linear-gradient(
      180deg,
      transparent,
      color-mix(in srgb, var(--sap-primary) 23%, transparent) 8%,
      color-mix(in srgb, var(--sap-primary) 23%, transparent) 92%,
      transparent
    );
  }

  .sap-milestone {
    padding: 0 47px 0 0;
  }

  .sap-milestone__marker {
    top: 21px;
    right: 7px;
  }

  .sap-milestone__card {
    min-height: 0;
    padding: 17px 8px 19px;
    border-radius: 0;
  }

  .sap-story {
    gap: 32px;
    padding: 27px 18px;
    border-radius: 29px;
  }

  .sap-counters {
    gap: 10px;
  }

  .sap-counter {
    min-height: 135px;
    padding: 18px;
    border-radius: 20px;
  }

  .sap-counter strong {
    font-size: clamp(29px, 9vw, 40px);
  }

  .sap-partners {
    grid-template-columns: 1fr;
    gap: 11px;
  }

  .sap-partner {
    min-height: 185px;
    border-radius: 23px;
  }

  .sap-partner__arrow {
    opacity: 1;
    transform: none;
  }

  .sap-about-home {
    padding: 52px 14px 64px;
  }

  .sap-home-heading {
    margin-bottom: 26px;
  }

  .sap-home-heading h2 {
    font-size: clamp(30px, 9vw, 36px);
    letter-spacing: -0.035em;
  }

  .sap-home-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .sap-home-story,
  .sap-home-metrics-card,
  .sap-home-feature,
  .sap-home-values-card,
  .sap-home-security-card,
  .sap-home-timeline-card {
    grid-column: 1 / -1;
    min-height: auto;
    padding: 22px;
    border-radius: 23px;
  }

  .sap-home-story {
    grid-template-columns: 1fr;
  }

  .sap-home-story__visual {
    display: block;
    grid-row: 1;
    width: min(178px, 68vw);
    margin: 2px auto 10px;
  }

  .sap-home-story__copy {
    grid-row: 2;
    min-height: 0;
    gap: 23px;
  }

  .sap-home-story h3 {
    font-size: clamp(26px, 8vw, 34px);
  }

  .sap-home-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sap-home-feature {
    min-height: 290px;
  }

  .sap-home-security-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .sap-home-security-grid {
    grid-template-columns: 1fr;
  }

  .sap-home-security-item {
    min-height: 0;
  }
}

@media (max-width: 390px) {
  .sap-counters {
    grid-template-columns: 1fr;
  }

  .sap-counter {
    min-height: 120px;
  }

  .sap-home-metrics,
  .sap-home-values {
    grid-template-columns: 1fr;
  }

  .sap-home-metric {
    min-height: 105px;
  }

  .sap-home-button {
    width: 100%;
  }
}

@media (hover: none) {
  .sap-milestone:hover .sap-milestone__card,
  .sap-counter:hover,
  .sap-partner:hover {
    box-shadow: none;
    transform: none;
  }

  .sap-partner__logo img {
    filter: grayscale(0);
    opacity: 1;
  }

  .sap-home-card:hover {
    box-shadow: 0 10px 34px rgba(0, 15, 89, 0.04);
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sap-about *,
  .sap-about *::before,
  .sap-about *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  .sap-about--motion.sap-js .sap-reveal {
    opacity: 1 !important;
    transform: none !important;
  }
}
