.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;
  }
}

/* v1.6.6: mobile-safe about imagery and compact long copy. */
@media (max-width: 680px) {
	.sap-about-home .sap-home-story--image {
		display: flex !important;
		flex-direction: column;
		aspect-ratio: auto;
		background: var(--sap-surface) !important;
	}

	.sap-about-home .sap-home-story--image .sap-home-story__image {
		position: relative;
		inset: auto;
		width: 100%;
		height: auto;
		aspect-ratio: 2 / 1;
		object-fit: contain;
		object-position: center;
		background: var(--sap-surface);
	}

	.sap-about-home .sap-home-story__copy--overlay {
		position: relative;
		inset: auto;
		max-width: none;
		width: 100%;
		padding: 15px 16px 17px;
		background: var(--sap-surface);
	}

	.sap-about-home .sap-home-story__copy--overlay h3,
	.sap-about-home .sap-home-story__copy--overlay p {
		overflow-wrap: anywhere;
		text-wrap: pretty;
	}
}

/* ============================================================
   v1.3.0 - numbers as a vertical column, timeline RTL horizontal
   ============================================================ */
@media (min-width: 901px) {
	.sap-counters {
		grid-template-columns: 1fr;
		align-content: start;
	}
}

.sap-timeline__viewport,
.sap-timeline__track {
	direction: rtl;
}


/* ============================================================
   v1.3.1 - home metrics as vertical column, home timeline
   horizontal right-to-left scroll
   ============================================================ */
@media (min-width: 901px) {
	.sap-home-metrics {
		grid-template-columns: 1fr !important;
		display: grid;
		gap: 10px;
		align-content: start;
	}
}

.sap-home-timeline {
	direction: rtl;
	display: flex;
	flex-wrap: nowrap;
	gap: 10px;
	overflow-x: auto;
	padding-bottom: 8px;
	scroll-snap-type: x proximity;
	-webkit-overflow-scrolling: touch;
}

.sap-home-timeline > li {
	flex: 0 0 auto;
	min-width: 155px;
	scroll-snap-align: start;
}

.sap-home-timeline::-webkit-scrollbar {
	height: 6px;
}

.sap-home-timeline::-webkit-scrollbar-thumb {
	background: rgba(0, 15, 89, .18);
	border-radius: 999px;
}


/* ============================================================
   v1.4.0 - About home redesign: balanced 3-box grid, vertical
   metric rows, horizontal RTL milestone row, responsive
   ============================================================ */
@media (min-width: 901px) {
	.sap-about-home .sap-home-grid {
		display: grid !important;
		grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
		gap: 18px !important;
	}

	.sap-about-home .sap-home-story {
		grid-column: 1 / span 7 !important;
		grid-row: 1;
		min-height: 0;
		grid-template-columns: minmax(0, 1fr) minmax(150px, 190px);
		align-items: center;
	}

	.sap-about-home .sap-home-metrics-card {
		grid-column: 8 / span 5 !important;
		grid-row: 1;
	}

	.sap-about-home .sap-home-timeline-card {
		grid-column: 1 / -1 !important;
		grid-row: 2;
	}
}

/* story card: content vertically centered, no empty middle */
.sap-about-home .sap-home-story__copy {
	justify-content: center;
	gap: 16px;
}

.sap-about-home .sap-home-story__visual {
	align-self: center;
}

/* metrics: clean vertical rows */
.sap-about-home .sap-home-metrics {
	display: flex !important;
	flex-direction: column;
	gap: 0 !important;
}

.sap-about-home .sap-home-metric {
	padding: 12px 4px;
	border-bottom: 1px solid color-mix(in srgb, var(--sap-primary) 9%, transparent);
}

.sap-about-home .sap-home-metric:last-child {
	border-bottom: 0;
}

.sap-about-home .sap-home-metric strong {
	font-size: clamp(24px, 2.2vw, 30px);
	font-weight: 800;
	color: var(--sap-primary);
	line-height: 1.2;
}

.sap-about-home .sap-home-metric span {
	color: var(--sap-muted);
	font-size: 13px;
}

/* home timeline: horizontal RTL milestone row */
.sap-about-home .sap-home-timeline {
	display: flex !important;
	flex-direction: row !important;
	flex-wrap: nowrap !important;
	gap: 12px !important;
	overflow-x: auto !important;
	direction: rtl;
	margin-top: 16px !important;
	padding: 6px 2px 10px !important;
	scroll-snap-type: x proximity;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
}

.sap-about-home .sap-home-timeline::-webkit-scrollbar {
	display: none;
}

.sap-about-home .sap-home-timeline li {
	position: relative;
	flex: 0 0 auto;
	min-width: 190px;
	max-width: 220px;
	min-height: 0 !important;
	display: flex !important;
	flex-direction: column !important;
	gap: 6px !important;
	padding: 14px 14px 12px;
	background: color-mix(in srgb, var(--sap-primary) 3%, var(--sap-surface));
	border: 1px solid color-mix(in srgb, var(--sap-primary) 8%, transparent);
	border-top: 2px solid color-mix(in srgb, var(--sap-accent) 55%, transparent);
	border-radius: 12px;
	scroll-snap-align: start;
}

.sap-about-home .sap-home-timeline li:not(:last-child)::before {
	display: none !important;
}

.sap-about-home .sap-home-timeline li > i {
	width: 9px !important;
	height: 9px !important;
	margin: 0 !important;
	border: 0 !important;
	background: var(--sap-accent) !important;
	box-shadow: none !important;
}

.sap-about-home .sap-home-timeline time {
	color: var(--sap-accent);
	font-weight: 800;
	font-size: 13px;
}

.sap-about-home .sap-home-timeline b {
	color: var(--sap-primary);
	font-size: 13.5px;
	line-height: 1.6;
}

.sap-about-home .sap-home-timeline small {
	color: var(--sap-muted);
	font-size: 11.5px;
	line-height: 1.7;
}

/* mobile: stacked, compact */
@media (max-width: 900px) {
	.sap-about-home .sap-home-story {
		grid-template-columns: 1fr;
		min-height: 0;
	}

	.sap-about-home .sap-home-story__visual {
		display: none;
	}

	.sap-about-home .sap-home-metric {
		display: flex;
		align-items: baseline;
		justify-content: space-between;
		gap: 12px;
	}
}


/* ============================================================
   v1.4.1 - compact metrics, timeline nav/fade, no bottom void
   ============================================================ */
.sap-about-home .sap-home-metrics-card {
	min-height: 0 !important;
}

.sap-about-home .sap-home-metrics {
	height: 100%;
	justify-content: center;
	margin-top: 12px !important;
}

.sap-about-home .sap-home-metric {
	min-height: 0 !important;
	padding: 11px 4px !important;
	justify-content: center !important;
	background: transparent !important;
	border-radius: 0 !important;
	border-bottom: 1px solid color-mix(in srgb, var(--sap-primary) 9%, transparent);
}

.sap-about-home .sap-home-metric:last-child {
	border-bottom: 0;
}

.sap-about-home .sap-home-metric strong {
	font-size: clamp(23px, 2vw, 28px);
}

.sap-about-home .sap-home-metric span {
	margin-top: 3px;
}

/* timeline card: no empty bottom area */
.sap-about-home .sap-home-timeline-card {
	min-height: 0 !important;
}

/* timeline: edge fade (left + right) */
.sap-about-home .sap-home-timeline {
	-webkit-mask-image: linear-gradient(to left, transparent 0, #000 5%, #000 95%, transparent 100%);
	mask-image: linear-gradient(to left, transparent 0, #000 5%, #000 95%, transparent 100%);
}

/* remove the dot above the year, bigger year */
.sap-about-home .sap-home-timeline li > i {
	display: none !important;
}

.sap-about-home .sap-home-timeline time {
	font-size: 17px !important;
}

/* timeline nav buttons */
.sap-about-home .sap-home-timeline__nav {
	display: inline-flex;
	gap: 7px;
}

.sap-about-home .sap-home-timeline__btn {
	width: 34px;
	height: 34px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	border: 1px solid color-mix(in srgb, var(--sap-primary) 14%, transparent);
	border-radius: 10px;
	background: var(--sap-surface);
	color: var(--sap-primary);
	cursor: pointer;
	transition: background-color 180ms ease, color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.sap-about-home .sap-home-timeline__btn:hover {
	background: var(--sap-accent);
	border-color: var(--sap-accent);
	color: #fff;
	transform: translateY(-1px);
}

.sap-about-home .sap-home-timeline__btn svg {
	width: 16px;
	height: 16px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
}


/* ============================================================
   v1.4.2 - metrics 2x2 tiles, framed story image, smart fades,
   button state fix
   ============================================================ */
/* metrics: 2x2 tiles that fill the card (no empty space) */
.sap-about-home .sap-home-metrics-card {
	display: flex;
	flex-direction: column;
}

.sap-about-home .sap-home-metrics {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	grid-template-rows: repeat(2, minmax(0, 1fr));
	gap: 12px !important;
	flex: 1;
	height: auto !important;
	justify-content: stretch !important;
	margin-top: 16px !important;
}

.sap-about-home .sap-home-metric {
	min-height: 0 !important;
	padding: 16px 14px !important;
	justify-content: center !important;
	align-items: center !important;
	text-align: center;
	background: color-mix(in srgb, var(--sap-primary) 4%, var(--sap-surface)) !important;
	border: 1px solid color-mix(in srgb, var(--sap-primary) 9%, transparent) !important;
	border-radius: 16px !important;
	transition: border-color 200ms ease, transform 200ms ease;
}

.sap-about-home .sap-home-metric:hover {
	border-color: color-mix(in srgb, var(--sap-accent) 45%, transparent) !important;
	transform: translateY(-2px);
}

.sap-about-home .sap-home-metric strong {
	font-size: clamp(24px, 2.1vw, 30px);
	text-align: center;
}

.sap-about-home .sap-home-metric span {
	margin-top: 4px;
}

/* story: framed image (top + left navy frame like the concept) */
@media (min-width: 901px) {
	.sap-about-home .sap-home-story {
		grid-template-columns: minmax(0, 1fr) minmax(200px, 34%);
	}
}

.sap-about-home .sap-home-story__visual--image {
	width: 100%;
}

.sap-about-home .sap-home-story__frame {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 3;
	overflow: hidden;
	border-radius: 16px;
	border-top: 6px solid #000f59;
	border-left: 6px solid #000f59;
	background: var(--sap-background);
	box-shadow: 0 16px 38px rgba(0, 15, 89, .14);
}

.sap-about-home .sap-home-story__frame img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

@media (max-width: 900px) {
	.sap-about-home .sap-home-story__visual--image {
		display: block;
		order: -1;
	}
}

/* timeline: fades hide at the edge you have reached */
.sap-about-home .sap-home-timeline-card.sap-timeline--at-start .sap-home-timeline {
	-webkit-mask-image: linear-gradient(to right, transparent 0, #000 8%);
	mask-image: linear-gradient(to right, transparent 0, #000 8%);
}

.sap-about-home .sap-home-timeline-card.sap-timeline--at-end .sap-home-timeline {
	-webkit-mask-image: linear-gradient(to left, transparent 0, #000 8%);
	mask-image: linear-gradient(to left, transparent 0, #000 8%);
}

.sap-about-home .sap-home-timeline-card.sap-timeline--at-start.sap-timeline--at-end .sap-home-timeline {
	-webkit-mask-image: none;
	mask-image: none;
}

/* slider buttons: kill stuck red focus/active state */
.sap-about-home .sap-home-timeline__btn {
	-webkit-tap-highlight-color: transparent;
}

.sap-about-home .sap-home-timeline__btn:focus,
.sap-about-home .sap-home-timeline__btn:active {
	background: var(--sap-surface);
	border-color: color-mix(in srgb, var(--sap-primary) 14%, transparent);
	color: var(--sap-primary);
	outline: none;
	transform: none;
	box-shadow: none;
}

.sap-about-home .sap-home-timeline__btn:focus-visible {
	outline: 2px solid var(--sap-accent);
	outline-offset: 2px;
}

.sap-about-home .sap-home-timeline__btn:hover:active {
	background: var(--sap-accent);
	border-color: var(--sap-accent);
	color: #fff;
}


/* ============================================================
   v1.4.3 - story card: flat single color; image mode turns the
   whole card into the uploaded mockup (exact 2:1 ratio)
   ============================================================ */
.sap-about-home .sap-home-story {
	background: var(--sap-surface) !important;
}

.sap-about-home .sap-home-story--image {
	display: block !important;
	min-height: 0 !important;
	padding: 0 !important;
	aspect-ratio: 2 / 1;
	overflow: hidden;
}

.sap-about-home .sap-home-story__image {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}


/* ============================================================
   v1.4.4 - title/description overlay on the story mockup
   ============================================================ */
.sap-about-home .sap-home-story--image .sap-home-story__image {
	position: absolute;
	inset: 0;
}

.sap-about-home .sap-home-story__copy--overlay {
	position: absolute;
	z-index: 2;
	inset-inline-start: 0;
	bottom: 0;
	max-width: 74%;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	gap: 10px;
	padding: clamp(16px, 2.6vw, 28px);
	background: linear-gradient(to top, rgba(255, 255, 255, .92), rgba(255, 255, 255, 0));
}

.sap-about-home .sap-home-story__copy--overlay p {
	margin: 0;
}

@media (max-width: 900px) {
	.sap-about-home .sap-home-story__copy--overlay {
		max-width: 100%;
		padding: 14px 16px;
	}
}


/* ============================================================
   v1.4.5 - orange metrics + refined brand timeline palette
   ============================================================ */
.sap-about-home .sap-home-metrics-card .sap-home-card-head > div > span,
.sap-about-home .sap-home-metrics-card .sap-home-metric strong {
	color: var(--sap-accent) !important;
}

.sap-about-home .sap-home-metrics-card .sap-home-icon {
	color: var(--sap-accent);
	background: color-mix(in srgb, var(--sap-accent) 9%, var(--sap-surface));
	border-color: color-mix(in srgb, var(--sap-accent) 22%, transparent);
}

.sap-about-home .sap-home-metric {
	background: color-mix(in srgb, var(--sap-accent) 3.5%, var(--sap-surface)) !important;
	border-color: color-mix(in srgb, var(--sap-accent) 13%, transparent) !important;
}

.sap-about-home .sap-home-metric:hover {
	background: color-mix(in srgb, var(--sap-accent) 6%, var(--sap-surface)) !important;
	border-color: color-mix(in srgb, var(--sap-accent) 30%, transparent) !important;
}

.sap-about-home .sap-home-timeline li {
	position: relative;
	overflow: hidden;
	background: linear-gradient(145deg, #fff 0%, color-mix(in srgb, var(--sap-primary) 2.8%, #fff) 100%) !important;
	border: 1px solid color-mix(in srgb, var(--sap-primary) 10%, transparent) !important;
	box-shadow: 0 7px 20px rgba(0, 15, 89, .035);
	transition: background-color 220ms ease, border-color 220ms ease, box-shadow 260ms ease;
}

.sap-about-home .sap-home-timeline li::after {
	display: none;
	content: none;
}

.sap-about-home .sap-home-timeline li:hover {
	border-color: color-mix(in srgb, var(--sap-primary) 18%, transparent) !important;
	box-shadow: 0 9px 24px rgba(0, 15, 89, .055);
}

.sap-about-home .sap-home-timeline time {
	display: inline-flex;
	align-items: center;
	align-self: flex-start;
	width: fit-content;
	min-height: 27px;
	padding: 3px 9px;
	color: #e85f00 !important;
	background: color-mix(in srgb, var(--sap-accent) 10%, #fff);
	border: 1px solid color-mix(in srgb, var(--sap-accent) 18%, transparent);
	border-radius: 999px;
	font-size: 14px !important;
	line-height: 1.3;
}

.sap-about-home .sap-home-timeline b {
	color: var(--sap-primary) !important;
}

.sap-about-home .sap-home-timeline small {
	color: #718096 !important;
}

.sap-about-home .sap-home-timeline__btn,
.sap-about-home .sap-home-timeline__btn:focus,
.sap-about-home .sap-home-timeline__btn:active {
	color: var(--sap-primary);
	background: color-mix(in srgb, var(--sap-primary) 2.5%, #fff);
	border-color: color-mix(in srgb, var(--sap-primary) 17%, transparent);
}

.sap-about-home .sap-home-timeline__btn:hover,
.sap-about-home .sap-home-timeline__btn:hover:active {
	color: #fff;
	background: var(--sap-primary);
	border-color: var(--sap-primary);
	box-shadow: 0 7px 17px rgba(0, 15, 89, .14);
}


/* ============================================================
   v1.4.7 - compact year + title timeline for the homepage
   ============================================================ */
.sap-about-home .sap-home-timeline {
	align-items: stretch;
	gap: 10px !important;
	padding-block: 5px 9px !important;
}

.sap-about-home .sap-home-timeline li {
	flex: 1 0 176px;
	min-width: 176px;
	max-width: 210px;
	min-height: 126px !important;
	justify-content: flex-start;
	padding: 18px 17px !important;
	background: color-mix(in srgb, var(--sap-primary) 2.4%, #fff) !important;
	border: 1px solid color-mix(in srgb, var(--sap-primary) 9%, transparent) !important;
	border-radius: 15px;
	box-shadow: 0 6px 18px rgba(0, 15, 89, .03);
	transition: background-color 200ms ease, border-color 200ms ease, box-shadow 220ms ease;
}

.sap-about-home .sap-home-timeline li > div {
	display: flex;
	width: 100%;
	min-width: 0;
	flex-direction: column;
	padding: 0;
}

.sap-about-home .sap-home-timeline time {
	display: inline-flex;
	align-items: center;
	align-self: flex-start;
	gap: 8px;
	width: auto;
	min-height: 0;
	margin: 0;
	padding: 0;
	color: var(--sap-accent) !important;
	background: transparent;
	border: 0;
	border-radius: 0;
	font-size: 20px !important;
	font-weight: 850;
	line-height: 1.2;
}

.sap-about-home .sap-home-timeline time::before {
	width: 7px;
	height: 7px;
	flex: 0 0 7px;
	border: 2px solid color-mix(in srgb, var(--sap-accent) 22%, #fff);
	border-radius: 50%;
	background: var(--sap-accent);
	box-shadow: 0 0 0 3px color-mix(in srgb, var(--sap-accent) 8%, transparent);
	content: "";
}

.sap-about-home .sap-home-timeline b {
	display: block;
	margin-top: 14px;
	color: var(--sap-primary) !important;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.75;
	text-align: right;
}

.sap-about-home .sap-home-timeline small {
	display: none !important;
}

.sap-about-home .sap-home-timeline li:hover {
	background: color-mix(in srgb, var(--sap-primary) 4%, #fff) !important;
	border-color: color-mix(in srgb, var(--sap-primary) 16%, transparent) !important;
	box-shadow: 0 9px 23px rgba(0, 15, 89, .05);
	transform: none;
}

@media (max-width: 680px) {
	.sap-about-home .sap-home-timeline li {
		flex-basis: 168px;
		min-width: 168px;
		min-height: 118px !important;
		padding: 16px 15px !important;
	}

	.sap-about-home .sap-home-timeline time {
		font-size: 18px !important;
	}

	.sap-about-home .sap-home-timeline b {
		margin-top: 11px;
		font-size: 13.5px;
	}
}

/* ============================================================
   v1.4.8 - dashed milestone card borders
   ============================================================ */
.sap-about-home .sap-home-timeline li {
	border: 1.5px dashed color-mix(in srgb, var(--sap-primary) 23%, transparent) !important;
}

.sap-about-home .sap-home-timeline li:hover {
	border-color: color-mix(in srgb, var(--sap-accent) 42%, var(--sap-primary)) !important;
}

/* ============================================================
   v1.4.9 - consistent homepage section rhythm
   ============================================================ */
.sap-about-home {
	padding-block: clamp(28px, 3vw, 44px);
}

@media (max-width: 680px) {
	.sap-about-home {
		padding-block: clamp(24px, 7vw, 32px);
	}
}

/* ============================================================
   v1.5.0 - directional journey rail below homepage milestones
   ============================================================ */
.sap-about-home .sap-home-journey {
	position: relative;
	height: 25px;
	margin: 2px 8px 0;
	overflow: hidden;
	direction: rtl;
}

.sap-about-home .sap-home-journey::before {
	position: absolute;
	top: 9px;
	right: 10px;
	left: 14px;
	height: 1px;
	background: linear-gradient(270deg,
		color-mix(in srgb, var(--sap-primary) 42%, transparent) 0%,
		color-mix(in srgb, var(--sap-primary) 16%, transparent) 68%,
		color-mix(in srgb, var(--sap-accent) 58%, transparent) 100%);
	content: "";
}

.sap-about-home .sap-home-journey__stops {
	position: absolute;
	top: 5px;
	right: 10px;
	left: 18px;
	display: grid;
	grid-template-columns: repeat(var(--sap-journey-stops), minmax(0, 1fr));
	align-items: center;
	pointer-events: none;
}

.sap-about-home .sap-home-journey__stops i {
	justify-self: center;
	width: 9px;
	height: 9px;
	border: 2px solid #fff;
	border-radius: 50%;
	background: color-mix(in srgb, var(--sap-primary) 58%, #fff);
	box-shadow: 0 0 0 1px color-mix(in srgb, var(--sap-primary) 15%, transparent);
}

.sap-about-home .sap-home-journey__stops i:first-child {
	background: var(--sap-primary);
}

.sap-about-home .sap-home-journey__stops i:last-child {
	background: var(--sap-accent);
}

.sap-about-home .sap-home-journey__arrow {
	position: absolute;
	top: 5px;
	left: 5px;
	width: 9px;
	height: 9px;
	border-bottom: 1.8px solid var(--sap-accent);
	border-left: 1.8px solid var(--sap-accent);
	transform: rotate(45deg);
}

.sap-about-home .sap-home-journey__flow {
	position: absolute;
	top: 7px;
	left: calc(100% - 28px);
	width: 28px;
	height: 5px;
	border-radius: 999px;
	background: linear-gradient(90deg, transparent, var(--sap-accent));
	filter: drop-shadow(0 0 4px color-mix(in srgb, var(--sap-accent) 42%, transparent));
	animation: sap-journey-flow 4.8s cubic-bezier(.45, 0, .25, 1) infinite;
}

@keyframes sap-journey-flow {
	0% { left: calc(100% - 28px); opacity: 0; }
	12% { opacity: .9; }
	82% { opacity: .9; }
	100% { left: 5px; opacity: 0; }
}

@media (max-width: 680px) {
	.sap-about-home .sap-home-journey {
		margin-inline: 4px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.sap-about-home .sap-home-journey__flow {
		display: none;
		animation: none;
	}
}

/* ============================================================
   v1.5.1 - navy brand palette for the homepage metrics card
   ============================================================ */
.sap-about-home .sap-home-metrics-card .sap-home-card-head > div > span,
.sap-about-home .sap-home-metrics-card .sap-home-metric strong {
	color: var(--sap-primary) !important;
}

.sap-about-home .sap-home-metrics-card .sap-home-icon {
	color: var(--sap-primary);
	background: color-mix(in srgb, var(--sap-primary) 5.5%, var(--sap-surface));
	border-color: color-mix(in srgb, var(--sap-primary) 16%, transparent);
}

.sap-about-home .sap-home-metric {
	background: color-mix(in srgb, var(--sap-primary) 2.8%, var(--sap-surface)) !important;
	border-color: color-mix(in srgb, var(--sap-primary) 11%, transparent) !important;
}

.sap-about-home .sap-home-metric:hover {
	background: color-mix(in srgb, var(--sap-primary) 5%, var(--sap-surface)) !important;
	border-color: color-mix(in srgb, var(--sap-primary) 23%, transparent) !important;
}

/* ============================================================
   v1.5.2 - aligned responsive journey rail + scroll progress
   ============================================================ */
.sap-about-home .sap-home-timeline__scroller {
	width: 100%;
	overflow-x: auto;
	overflow-y: hidden;
	direction: rtl;
	scroll-snap-type: x proximity;
	scrollbar-width: none;
	-webkit-overflow-scrolling: touch;
}

.sap-about-home .sap-home-timeline__scroller::-webkit-scrollbar {
	display: none;
}

.sap-about-home .sap-home-timeline__scroller:focus-visible {
	outline: 2px solid color-mix(in srgb, var(--sap-primary) 20%, transparent);
	outline-offset: 4px;
	border-radius: 14px;
}

.sap-about-home .sap-home-timeline__content {
	width: 100%;
	min-width: var(--sap-timeline-min);
}

.sap-about-home .sap-home-timeline {
	display: grid !important;
	grid-template-columns: repeat(var(--sap-journey-stops), minmax(0, 1fr));
	align-items: stretch;
	gap: 10px !important;
	width: 100%;
	margin: 16px 0 0 !important;
	padding: 5px 0 9px !important;
	overflow: visible !important;
	-webkit-mask-image: none !important;
	mask-image: none !important;
}

.sap-about-home .sap-home-timeline li {
	width: auto !important;
	min-width: 0 !important;
	max-width: none !important;
	margin: 0 !important;
	scroll-snap-align: center;
}

.sap-about-home .sap-home-journey {
	position: relative;
	height: 25px;
	margin: 4px 0 0;
	overflow: visible;
	direction: rtl;
}

.sap-about-home .sap-home-journey::before,
.sap-about-home .sap-home-journey__arrow,
.sap-about-home .sap-home-journey__flow {
	display: none !important;
	content: none !important;
	animation: none !important;
}

.sap-about-home .sap-home-journey__stops {
	position: static;
	display: grid;
	grid-template-columns: repeat(var(--sap-journey-stops), minmax(0, 1fr));
	align-items: center;
	gap: 10px;
	width: 100%;
	height: 20px;
	pointer-events: none;
}

.sap-about-home .sap-home-journey__stops > i {
	--sap-segment-progress: 0%;
	position: relative;
	display: block;
	justify-self: stretch;
	width: 100%;
	height: 20px;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.sap-about-home .sap-home-journey__stops > i::after {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	width: 9px;
	height: 9px;
	border: 2px solid #fff;
	border-radius: 50%;
	background: color-mix(in srgb, #ff7614 24%, #fff);
	box-shadow: 0 0 0 1px color-mix(in srgb, #ff7614 20%, transparent);
	content: "";
	transform: translate(-50%, -50%);
	transition: background-color 180ms ease, box-shadow 180ms ease;
}

.sap-about-home .sap-home-journey__stops > i:not(:last-child)::before {
	position: absolute;
	top: calc(50% - .5px);
	right: 50%;
	width: calc(100% + 10px);
	height: 1.5px;
	background: linear-gradient(
		to left,
		#ff7614 0 var(--sap-segment-progress),
		color-mix(in srgb, #ff7614 16%, transparent) var(--sap-segment-progress) 100%
	);
	content: "";
	transition: background 80ms linear;
}

.sap-about-home .sap-home-journey__stops > i.is-reached::after {
	background: #ff7614;
	box-shadow: 0 0 0 3px color-mix(in srgb, #ff7614 10%, transparent);
}

.sap-about-home .sap-home-timeline__nav[hidden],
.sap-about-home .sap-home-timeline-card:not(.sap-timeline--has-overflow) .sap-home-timeline__nav {
	display: none !important;
}

.sap-about-home .sap-home-timeline-card.sap-timeline--has-overflow .sap-home-timeline__nav:not([hidden]) {
	display: inline-flex !important;
}

.sap-about-home .sap-home-timeline__btn:disabled {
	opacity: .34;
	cursor: default;
	pointer-events: none;
}

.sap-about-home .sap-home-timeline-card.sap-timeline--has-overflow .sap-home-timeline__scroller {
	-webkit-mask-image: linear-gradient(to left, transparent 0, #000 4%, #000 96%, transparent 100%);
	mask-image: linear-gradient(to left, transparent 0, #000 4%, #000 96%, transparent 100%);
}

.sap-about-home .sap-home-timeline-card:not(.sap-timeline--has-overflow) .sap-home-timeline__scroller {
	-webkit-mask-image: none;
	mask-image: none;
}

@media (max-width: 680px) {
	.sap-about-home .sap-home-timeline {
		margin-top: 13px !important;
	}

	.sap-about-home .sap-home-journey {
		margin-top: 3px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.sap-about-home .sap-home-journey__stops > i,
	.sap-about-home .sap-home-journey__stops > i::before,
	.sap-about-home .sap-home-journey__stops > i::after {
		transition: none !important;
	}
}

/* v1.7.1: fluid story-caption typography from wide desktop to mobile. */
.sap-about-home .sap-home-story__copy--overlay p:not(.sap-home-status) {
	color: #263b63;
	font-size: clamp(15.5px, calc(13px + .32vw), 18px);
	font-weight: var(--sptm-w-medium, 500);
	line-height: 1.85;
	letter-spacing: -.008em;
	text-wrap: pretty;
}

@media (min-width: 681px) and (max-width: 1100px) {
	.sap-about-home .sap-home-story__copy--overlay p:not(.sap-home-status) {
		font-size: clamp(15px, 1.6vw, 16.5px);
		line-height: 1.88;
	}
}

@media (max-width: 680px) {
	.sap-about-home .sap-home-story__copy--overlay p:not(.sap-home-status) {
		font-size: clamp(14.5px, 3.85vw, 16px);
		line-height: 1.9;
		letter-spacing: 0;
	}

	.sap-about-home .sap-home-story--image {
		display: flex !important;
		flex-direction: column;
		min-height: 0 !important;
		aspect-ratio: auto !important;
		overflow: hidden;
	}

	.sap-about-home .sap-home-story--image .sap-home-story__image {
		position: relative !important;
		inset: auto !important;
		width: 100%;
		height: auto !important;
		aspect-ratio: 2 / 1;
		object-fit: contain;
		object-position: center;
	}

	.sap-about-home .sap-home-story__copy--overlay {
		position: relative !important;
		inset: auto !important;
		width: 100%;
		max-width: none;
		padding: 16px 18px 20px;
		background: var(--sap-surface);
	}

	.sap-about-home .sap-home-story__copy--overlay p:not(.sap-home-status) {
		width: 100%;
		max-width: none;
		margin: 0;
		white-space: normal;
		overflow-wrap: break-word;
		word-break: normal;
	}
}
