@font-face {
  font-family: IRANSansX;
  src: url("assets/fonts/IRANSansXFaNum-Regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: IRANSansX;
  src: url("assets/fonts/IRANSansXFaNum-DemiBold.woff2") format("woff2");
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: IRANSansX;
  src: url("assets/fonts/IRANSansXFaNum-ExtraBold.woff2") format("woff2");
  font-weight: 800;
  font-display: swap;
}
@font-face {
  font-family: IRANSansX;
  src: url("assets/fonts/IRANSansXFaNum-Black.woff2") format("woff2");
  font-weight: 900;
  font-display: swap;
}
:root {
  --navy: #0b226f;
  --ink: #173176;
  --green: #08795f;
  --radius: 34px;
  --shadow: 0 12px 35px rgba(52, 45, 15, 0.08);
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: #f7f3e8;
  color: var(--ink);
  font-family: IRANSansX, Tahoma, sans-serif;
  line-height: 1.85;
}
main {
  max-width: 1600px;
  margin: auto;
  background: linear-gradient(90deg, #fffdf8, #fff, #fffdf8);
  overflow: hidden;
}
img {
  display: block;
  max-width: 100%;
}
h1,
h2,
h3,
h4,
p {
  margin-top: 0;
}
h2 {
  margin-bottom: 28px;
  color: var(--navy);
  font-size: clamp(1.7rem, 2.4vw, 2.55rem);
  font-weight: 900;
  line-height: 1.45;
  text-align: center;
}
.page-pad {
  padding-inline: clamp(28px, 5vw, 78px);
}
.section {
  position: relative;
  padding-top: 42px;
  padding-bottom: 42px;
}
.hero {
  position: relative;
  min-height: 850px;
  background: #fff;
}
.hero__visual {
  position: absolute;
  inset: 0 36% 0 0;
  overflow: hidden;
  border-bottom-left-radius: 38% 9%;
}
.hero__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 43% center;
}
.hero__copy {
  position: relative;
  z-index: 1;
  width: 43%;
  margin-right: auto;
  padding-top: 50px;
  text-align: center;
}
.brand {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #111d58;
  line-height: 1.2;
}
.brand img {
  width: 82px;
  height: 82px;
  object-fit: contain;
}
.brand strong,
.brand span {
  display: block;
  font-weight: 900;
  font-size: 1.25rem;
}
.brand small {
  font-size: 0.72rem;
  font-weight: 600;
}
.totem-brand {
  margin: 15px auto 25px;
  line-height: 1.1;
}
.totem-brand strong {
  display: block;
  font-family: Arial, sans-serif;
  font-size: 3.4rem;
  font-style: normal;
  letter-spacing: -5px;
  filter: drop-shadow(0 3px 1px rgba(0, 0, 0, 0.16));
  direction: ltr;
}
.totem-brand b {
  color: #7043e9;
}
.totem-brand i {
  color: #ef2e4d;
  font-style: normal;
}
.totem-brand em {
  color: #ff9e1a;
  font-style: normal;
}
.totem-brand span {
  color: #22a9d6;
}
.totem-brand small {
  font-size: 0.9rem;
  font-weight: 700;
  color: #293d83;
}
.hero h1 {
  font-size: clamp(2.4rem, 4.7vw, 5rem);
  line-height: 1.25;
  font-weight: 900;
  color: #071f67;
  margin: 0 0 28px;
}
.hero mark {
  background: none;
  color: #08765d;
}
.hero__copy > p {
  max-width: 580px;
  margin: 0 auto 15px;
  font-size: 1.08rem;
  font-weight: 500;
  line-height: 2;
}
.hero__copy .hero__lead {
  font-weight: 800;
  color: #133172;
}
.hero__steps {
  color: #0b8060 !important;
  font-size: 1.35rem !important;
  font-weight: 900 !important;
}
.hero__steps span {
  color: #ef9e27;
  padding: 0 7px;
}
.pillars {
  background:
    radial-gradient(circle at 85% 40%, #fff8df, transparent 25%), #fffefb;
}
.pillar-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.pillar {
  min-height: 315px;
  padding: 75px 20px 20px;
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-radius: 30px;
  text-align: center;
  box-shadow: var(--shadow);
  position: relative;
}
.pillar img {
  position: absolute;
  top: -29px;
  left: 50%;
  transform: translateX(-50%);
  width: 105px;
  height: 105px;
  object-fit: contain;
  filter: drop-shadow(0 8px 8px rgba(38, 29, 81, 0.18));
}
.pillar h3 {
  margin-bottom: 3px;
  font-size: 1.72rem;
  font-weight: 900;
}
.pillar h4 {
  margin-bottom: 7px;
  font-size: 1.18rem;
  font-weight: 800;
}
.pillar p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.8;
  color: #4c5788;
}
.pillar--purple {
  background: linear-gradient(145deg, #fff, #eee4ff);
  color: #7024dc;
}
.pillar--gold {
  background: linear-gradient(145deg, #fff, #fff2d5);
  color: #bc6900;
}
.pillar--cyan {
  background: linear-gradient(145deg, #fff, #e3f8fb);
  color: #08788a;
}
.pillar--pink {
  background: linear-gradient(145deg, #fff, #ffe8ed);
  color: #ce3156;
}
.slider-dots {
  display: none;
}
.journey {
  background: linear-gradient(180deg, #fff, #fff9ed);
}
.journey__inner {
  min-height: 420px;
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow);
  overflow: hidden;
  display: grid;
  grid-template-columns: 36% 64%;
  direction: ltr;
}
.journey__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 33% center;
}
.journey__content {
  padding: 25px 30px;
  direction: rtl;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.journey__steps {
  display: flex;
  align-items: center;
  justify-content: space-between;
  direction: rtl;
}
.step {
  text-align: center;
  min-width: 110px;
}
.step img {
  width: 92px;
  height: 92px;
  object-fit: contain;
  margin: auto;
}
.step h3 {
  font-size: 1.25rem;
  margin: -4px 0 0;
  font-weight: 900;
}
.step p {
  margin: 0;
  font-size: 0.76rem;
}
.arrow {
  font-size: 2.4rem;
  color: #24aadd;
  font-weight: 900;
}
.step--task {
  color: #8018d8;
}
.step--mission {
  color: #0875bc;
}
.step--feedback {
  color: #ef7315;
}
.step--progress {
  color: #178245;
}
.journey__text {
  margin-top: 14px;
  text-align: right;
  color: #4b5a8b;
  font-size: 0.94rem;
  line-height: 1.85;
}
.journey__text p {
  margin-bottom: 5px;
}
.journey__text strong {
  display: block;
  color: #11745d;
}
.paths {
  background: #fffdf7;
}
.path-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.path {
  min-height: 210px;
  border-radius: 27px;
  box-shadow: var(--shadow);
  display: flex;
  align-items: center;
  padding: 18px;
  overflow: hidden;
}
.path img {
  width: 46%;
  max-height: 175px;
  object-fit: contain;
}
.path h3 {
  font-size: 1.45rem;
  font-weight: 900;
  margin-bottom: 4px;
}
.path p {
  font-size: 0.95rem;
  line-height: 1.8;
  margin: 0;
  color: #4b5785;
}
.path--red {
  color: #cc2b4c;
  background: linear-gradient(135deg, #fff, #ffe9eb);
}
.path--blue {
  color: #155baf;
  background: linear-gradient(135deg, #fff, #e5f3ff);
}
.path--green {
  color: #0e7954;
  background: linear-gradient(135deg, #fff, #ddfae8);
}
.visible {
  background: #fff;
}
.visible__inner {
  display: grid;
  grid-template-columns: 55% 45%;
  direction: ltr;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  background: #fff;
}
.visible__visual {
  min-height: 390px;
}
.visible__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 29% center;
}
.visible__list {
  direction: rtl;
  padding: 30px 20px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  justify-content: center;
}
.visible__list article {
  display: flex;
  align-items: center;
  gap: 15px;
  background: #fff;
  border: 1px solid #f5f0df;
  border-radius: 22px;
  padding: 15px 20px;
  box-shadow: 0 5px 18px rgba(37, 57, 90, 0.06);
}
.visible__list p {
  margin: 0;
  line-height: 1.7;
}
.visible__list strong {
  color: #102c72;
}
.mini-icon {
  font-family: Arial, sans-serif;
  font-weight: 900;
  font-size: 1.8rem;
  min-width: 54px;
  text-align: center;
  text-shadow: 0 3px 6px #bbb;
}
.mini-icon--green {
  color: #35bd48;
}
.mini-icon--blue {
  color: #258dec;
}
.mini-icon--pink {
  color: #ed4773;
}
.experience {
  background: #fffdf8;
}
.experience__inner {
  display: grid;
  grid-template-columns: 48% 52%;
  gap: 40px;
  align-items: center;
}
.partners {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  direction: ltr;
}
.partners > b {
  color: #159bde;
  font-size: 2.7rem;
}
.partner {
  width: 210px;
  min-height: 140px;
  background: #fff;
  border: 1px solid #f2eee7;
  border-radius: 25px;
  box-shadow: var(--shadow);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #10256c;
  font-weight: 800;
  padding: 15px;
  line-height: 1.4;
}
.partner img {
  width: 70px;
  height: 70px;
  object-fit: contain;
}
.partner small {
  display: block;
  font-size: 0.72rem;
}
.partner--totem {
  flex-direction: column;
}
.partner--totem strong {
  display: block;
  font-family: Arial, sans-serif;
  font-size: 2.15rem;
  letter-spacing: -3px;
  filter: drop-shadow(0 2px 1px rgba(0, 0, 0, 0.12));
}
.partner--totem strong > b {
  color: #7043e9;
}
.partner--totem strong > i {
  color: #ef2e4d;
  font-style: normal;
}
.partner--totem strong > em {
  color: #ff9e1a;
  font-style: normal;
}
.partner--totem strong > span {
  color: #22a9d6;
}
.wordmark {
  font: bold 2rem Arial;
  color: #5b34df;
}
.experience__copy h3 {
  font-size: 1.35rem;
  margin-bottom: 6px;
}
.experience__copy p {
  margin-bottom: 7px;
  color: #4b5782;
}
.footer {
  min-height: 330px;
  background: url("assets/image/s4.webp") center bottom/cover no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.footer__content {
  margin-top: -25px;
}
.footer h2 {
  color: #08765d;
  margin-bottom: 22px;
}
.cta {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  background: linear-gradient(90deg, #6d16ed, #9a35f1);
  color: #fff;
  text-decoration: none;
  font-weight: 800;
  font-size: 1.2rem;
  padding: 13px 38px;
  border-radius: 999px;
  box-shadow: 0 8px 20px rgba(105, 33, 221, 0.3);
}
.cta:hover {
  transform: translateY(-2px);
}
@media (max-width: 900px) {
  :root {
    --radius: 26px;
  }
  .page-pad {
    padding-inline: 30px;
  }
  .section {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  h2 {
    font-size: 1.45rem;
    margin-bottom: 20px;
  }
  .hero {
    display: flex;
    flex-direction: column;
    min-height: auto;
    padding-top: 14px;
  }
  .hero__copy {
    display: contents;
  }
  .school-brand {
    order: 1;
    margin: 0 auto 4px;
  }
  .brand img {
    width: 56px;
    height: 56px;
  }
  .brand strong,
  .brand span {
    font-size: 0.9rem;
  }
  .brand small {
    font-size: 0.52rem;
  }
  .totem-brand {
    order: 2;
    margin: 6px auto;
  }
  .totem-brand strong {
    font-size: 2.7rem;
  }
  .totem-brand small {
    font-size: 0.72rem;
  }
  .hero h1 {
    order: 3;
    font-size: 2.35rem;
    line-height: 1.22;
    margin: 8px 25px 10px;
    text-align: center;
  }
  .hero__copy > p {
    order: 4;
    padding-inline: 38px;
    font-size: 0.88rem;
    line-height: 1.85;
    text-align: center;
    margin-bottom: 5px;
  }
  .hero__copy .hero__lead,
  .hero__steps {
    display: none;
  }
  .hero__visual {
    order: 5;
    position: relative;
    inset: auto;
    margin: 8px 30px 0;
    height: 320px;
    border-radius: 34px;
    overflow: hidden;
  }
  .hero__visual img {
    object-position: 38% center;
  }
  .pillar-grid {
    display: flex;
    overflow: hidden;
    gap: 12px;
    margin-inline: -12px;
    padding: 8px 12px 15px;
  }
  .pillar {
    flex: 0 0 80%;
    min-height: 170px;
    padding: 15px 26px;
    display: flex;
    align-items: center;
    text-align: right;
    gap: 15px;
  }
  .pillar img {
    position: static;
    transform: none;
    width: 110px;
    height: 110px;
    flex: none;
  }
  .pillar h3 {
    font-size: 1.4rem;
  }
  .pillar h4 {
    font-size: 1rem;
  }
  .pillar p {
    font-size: 0.82rem;
  }
  .slider-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
  }
  .slider-dots > * {
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #dce0ed;
  }
  .slider-dots b {
    background: #8d45eb;
  }
  .journey__inner {
    display: flex;
    flex-direction: column;
    background: transparent;
    box-shadow: none;
  }
  .journey__content {
    padding: 0;
  }
  .journey__steps {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }
  .step {
    width: 100%;
    height: 68px;
    border-radius: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    text-align: right;
  }
  .step img {
    width: 75px;
    height: 75px;
    margin: 0;
  }
  .step h3 {
    font-size: 1.25rem;
  }
  .step p {
    font-size: 0.75rem;
  }
  .step--task {
    background: #ffedf1;
  }
  .step--mission {
    background: #e8f8ff;
  }
  .step--feedback {
    background: #fff4df;
  }
  .step--progress {
    background: #e6ffed;
  }
  .arrow {
    height: 7px;
    line-height: 8px;
    transform: rotate(-90deg);
    font-size: 1.6rem;
    z-index: 2;
  }
  .journey__image {
    order: 2;
    height: 180px;
    border-radius: 23px;
    margin-top: 14px;
    object-position: 25% center;
  }
  .journey__text {
    order: 3;
    text-align: center;
    font-size: 0.8rem;
    line-height: 1.7;
    padding: 10px 8px 0;
  }
  .journey__text strong {
    margin-top: 4px;
  }
  .path-grid {
    display: flex;
    overflow: hidden;
    gap: 12px;
    margin-inline: -12px;
    padding: 5px 12px 14px;
  }
  .path {
    flex: 0 0 79%;
    min-height: 145px;
    padding: 12px;
  }
  .path img {
    width: 45%;
    max-height: 125px;
  }
  .path h3 {
    font-size: 1.2rem;
  }
  .path p {
    font-size: 0.8rem;
  }
  .visible__inner {
    display: flex;
    flex-direction: column;
    background: transparent;
    box-shadow: none;
  }
  .visible__visual {
    min-height: 180px;
    border-radius: 22px;
    overflow: hidden;
  }
  .visible__visual img {
    object-position: 28% center;
  }
  .visible__list {
    padding: 12px 0 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 6px;
  }
  .visible__list article {
    padding: 9px 6px;
    gap: 5px;
    border-radius: 15px;
    text-align: center;
    display: flex;
    flex-direction: column;
  }
  .visible__list p {
    font-size: 0.64rem;
    line-height: 1.55;
  }
  .mini-icon {
    min-width: auto;
    font-size: 1.3rem;
  }
  .experience__inner {
    display: flex;
    flex-direction: column;
    gap: 14px;
  }
  .partners {
    flex-direction: column;
    width: 100%;
    gap: 2px;
  }
  .partner {
    width: 62%;
    min-height: 65px;
    padding: 6px;
    border-radius: 17px;
  }
  .partner img {
    width: 44px;
    height: 44px;
  }
  .partner small {
    font-size: 0.58rem;
  }
  .partner--totem {
    min-height: 78px;
  }
  .wordmark {
    font-size: 1.7rem;
  }
  .partners > b {
    height: 24px;
    line-height: 24px;
    font-size: 2rem;
  }
  .experience__copy {
    text-align: center;
  }
  .experience__copy h3 {
    display: none;
  }
  .experience__copy p {
    font-size: 0.78rem;
    line-height: 1.75;
    margin: 0;
  }
  .footer {
    min-height: 300px;
    margin-top: -10px;
    padding-top: 60px;
    align-items: center;
    background-position: center bottom;
  }
  .footer h2 {
    font-size: 1.5rem;
  }
  .cta {
    font-size: 1rem;
    padding: 10px 30px;
  }
}
@media (max-width: 520px) {
  .page-pad {
    padding-inline: 18px;
  }
  .hero__visual {
    margin-inline: 18px;
    height: 285px;
  }
  .hero h1 {
    font-size: 2rem;
    margin-inline: 15px;
  }
  .hero__copy > p {
    padding-inline: 24px;
    font-size: 0.78rem;
  }
  .pillar {
    flex-basis: 88%;
  }
  .visible__list p {
    font-size: 0.58rem;
  }
  .path {
    flex-basis: 87%;
  }
  .journey__image {
    height: 145px;
  }
}

@media (max-width: 900px) {
  .mobile-slider {
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    overscroll-behavior-inline: contain;
    touch-action: pan-x pan-y;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }
  .mobile-slider::-webkit-scrollbar {
    display: none;
  }
  .mobile-slider > article {
    scroll-snap-align: center;
    scroll-snap-stop: always;
  }
  .slider-dots button {
    width: 11px;
    height: 11px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #dce0ed;
    cursor: pointer;
    transition:
      width 0.25s ease,
      background-color 0.25s ease,
      transform 0.25s ease;
  }
  .slider-dots button.is-active {
    width: 26px;
    border-radius: 999px;
    background: #8d45eb;
    transform: scale(1.05);
  }
  .slider-dots button:focus-visible {
    outline: 3px solid rgba(141, 69, 235, 0.28);
    outline-offset: 3px;
  }
}
@media (min-width: 901px) and (max-width: 1200px) {
  .hero {
    min-height: 730px;
  }
  .hero__copy {
    width: 48%;
  }
  .hero__visual {
    right: 42%;
  }
  .hero h1 {
    font-size: 3.1rem;
  }
  .pillar {
    padding-inline: 12px;
  }
  .journey__inner {
    grid-template-columns: 40% 60%;
  }
  .step {
    min-width: 80px;
  }
  .step img {
    width: 72px;
    height: 72px;
  }
  .arrow {
    font-size: 1.8rem;
  }
}

@media (min-width: 901px) {
  .hero__visual {
    inset: 0;
    border-radius: 0;
  }
  .hero__visual img {
    object-position: center center;
  }
  .hero__copy {
    width: 42%;
    min-height: 850px;
    margin-right: 0;
    margin-left: auto;
    padding: 42px clamp(34px, 4vw, 68px) 34px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.72),
      rgba(255, 255, 255, 0.94) 26%,
      rgba(255, 255, 255, 0.98)
    );
    box-shadow:
      -28px 0 55px rgba(255, 255, 255, 0.92),
      -10px 0 32px rgba(25, 43, 91, 0.1);
    backdrop-filter: blur(2px);
  }
  .hero__copy .school-brand {
    position: absolute;
    top: 34px;
    left: calc(-138% + 58px);
    width: 330px;
    text-shadow: 0 2px 8px rgba(255, 255, 255, 0.9);
  }
  .hero__copy .totem-brand {
    margin-top: 18px;
  }
  .journey__image {
    grid-column: 1;
    grid-row: 1;
  }
  .journey__content {
    grid-column: 2;
    grid-row: 1;
  }
  .journey > h2 {
    position: absolute;
    z-index: 3;
    top: 58px;
    right: 5%;
    margin: 0;
  }
  .journey__inner {
    position: relative;
    display: block;
    min-height: 455px;
    background: #fff;
  }
  .journey__image {
    position: absolute;
    inset: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
  }
  .journey__content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    width: 66%;
    min-height: 455px;
    margin: 0;
    padding: 105px 34px 28px;
    background: linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.25),
      rgba(255, 255, 255, 0.72) 28%,
      rgba(255, 255, 255, 0.88)
    );
    text-shadow: 0 1px 7px rgba(255, 255, 255, 0.95);
  }
  .journey__steps {
    margin-top: 0;
  }
  .journey__text {
    margin-top: 10px;
  }
  .visible > h2 {
    position: absolute;
    z-index: 3;
    top: 58px;
    right: 5%;
    width: 49%;
    margin: 0;
  }
  .visible__inner {
    position: relative;
    display: block;
    min-height: 440px;
  }
  .visible__visual {
    position: absolute;
    inset: 0;
    z-index: 0;
    min-height: 0;
  }
  .visible__visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
  }
  .visible__list {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;
    width: 52%;
    padding: 112px 30px 28px;
    background: linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.18),
      rgba(255, 255, 255, 0.7) 25%,
      rgba(255, 255, 255, 0.9)
    );
  }
}

@media (min-width: 901px) and (max-width: 1200px) {
  .hero__copy {
    min-height: 730px;
    width: 46%;
    padding-inline: 34px;
  }
  .hero__copy .school-brand {
    left: calc(-117% + 30px);
    width: 280px;
  }
  .journey > h2 {
    right: 5%;
    top: 54px;
  }
  .journey__inner,
  .journey__content {
    min-height: 430px;
  }
  .journey__content {
    width: 65%;
    margin: 0;
    padding: 98px 24px 24px;
  }
  .visible > h2 {
    top: 54px;
    right: 4%;
    width: 52%;
  }
  .visible__inner {
    min-height: 420px;
  }
  .visible__list {
    width: 55%;
    padding: 104px 20px 24px;
  }
}

/* Shared rhythm and final footer */
:root {
  --section-space: 96px;
  --body-size: 1rem;
  --body-line: 1.9;
  --muted: #4b5782;
}
.section {
  padding-top: var(--section-space);
  padding-bottom: var(--section-space);
}
.section p {
  line-height: var(--body-line);
}
.section h2 {
  letter-spacing: -0.035em;
}
.section h3 {
  line-height: 1.55;
}
.site-footer {
  min-height: 112px;
  background: #fffdf8;
  border-top: 1px solid #e9e4d8;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
  color: #1b2452;
}
.site-footer__nav {
  display: flex;
  align-items: center;
  gap: 0;
}
.site-footer__nav > a {
  position: relative;
  color: #1b2452;
  text-decoration: none;
  font-size: 0.92rem;
  font-weight: 600;
  padding: 8px 25px;
  white-space: nowrap;
}
.site-footer__nav > a + a:after {
  content: "";
  position: absolute;
  right: 0;
  top: 22%;
  width: 1px;
  height: 56%;
  background: #d5d0c6;
}
.site-footer__nav > a:hover {
  color: #6c2de1;
}
.site-footer__brand {
  direction: ltr;
  text-align: center;
  line-height: 1.1;
}
.site-footer__brand strong {
  display: block;
  font-family: Arial, sans-serif;
  font-size: 2.15rem;
  letter-spacing: -3px;
  filter: drop-shadow(0 2px 1px rgba(0, 0, 0, 0.12));
}
.site-footer__brand strong > b {
  color: #7043e9;
}
.site-footer__brand strong > i {
  color: #ef2e4d;
  font-style: normal;
}
.site-footer__brand strong > em {
  color: #ff9e1a;
  font-style: normal;
}
.site-footer__brand strong > span {
  color: #22a9d6;
}
.site-footer__brand small {
  display: block;
  margin-top: 4px;
  color: #5c6075;
  font-size: 0.65rem;
  direction: rtl;
}
.contact-link {
  display: flex !important;
  align-items: center;
  gap: 7px;
  color: #08795f !important;
}
.contact-link svg {
  width: 19px;
  height: 19px;
  fill: currentColor;
  flex: none;
}
.contact-link b {
  font-weight: 800;
  direction: ltr;
  unicode-bidi: isolate;
}

@media (max-width: 900px) {
  :root {
    --section-space: 62px;
    --body-size: 0.9rem;
    --body-line: 1.8;
  }
  .section {
    padding-top: var(--section-space);
    padding-bottom: var(--section-space);
  }
  .section + .section {
    border-top: 1px solid rgba(229, 222, 205, 0.42);
  }
  .site-footer {
    min-height: auto;
    padding-top: 27px;
    padding-bottom: 25px;
    flex-direction: column-reverse;
    gap: 18px;
  }
  .site-footer__brand strong {
    font-size: 2rem;
  }
  .site-footer__nav {
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 5px;
  }
  .site-footer__nav > a {
    font-size: 0.76rem;
    padding: 6px 13px;
  }
  .site-footer__nav > a + a:after {
    display: none;
  }
  .site-footer__nav .contact-link {
    width: 100%;
    justify-content: center;
    margin-top: 5px;
    font-size: 0.85rem;
  }
}

@media (max-width: 520px) {
  :root {
    --section-space: 52px;
  }
  .site-footer__nav > a {
    padding-inline: 9px;
  }
}
