@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;
}
:root {
  --ink: #082b78;
  --paper: #fffefb;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: IRANSansX, Tahoma, sans-serif;
  line-height: 1.65;
}
img {
  display: block;
  max-width: 100%;
}
button,
a {
  font: inherit;
}
.hero {
  height: min(36.6vw, 725px);
  min-height: 480px;
  background: url("assets/image/hero.webp") center/cover no-repeat;
  position: relative;
  overflow: hidden;
}
.hero-copy {
  position: absolute;
  z-index: 1;
  right: max(5vw, calc((100vw - 1780px) / 2));
  top: 13%;
  width: min(42%, 750px);
  text-align: center;
  color: #fff;
}
.brand {
  display: inline-flex;
  direction: ltr;
  align-items: center;
  gap: 16px;
  color: #fff;
  font-size: clamp(28px, 2.2vw, 43px);
  font-weight: 800;
  line-height: 1;
}
.brand img {
  width: clamp(82px, 16vw, 200px);
  opacity: 0.95;
}
.hero h1 {
  margin: 26px 0 12px;
  font-size: clamp(48px, 5.2vw, 100px);
  line-height: 1.12;
  font-weight: 800;
  letter-spacing: -2px;
  text-shadow: 0 4px 7px #0750a86b;
}
.hero h1 span {
  color: #82f3ff;
}
.hero p {
  margin: 0;
  font-size: clamp(19px, 1.55vw, 30px);
  line-height: 1.8;
  text-shadow: 0 2px 5px #00428c;
}
main {
  padding: 26px 3.2vw 0;
  background: linear-gradient(#fffefc, #fff);
}
.panel {
  max-width: 1800px;
  margin: 0 auto 28px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid #e7e7e7;
  border-radius: 40px;
  box-shadow: 0 12px 28px rgba(20, 45, 82, 0.1);
  padding: 22px 30px 28px;
}
.section-head {
  text-align: center;
  margin: 0 auto 14px;
  max-width: 1180px;
}
.section-head h2 {
  margin: 0;
  font-size: clamp(34px, 3.1vw, 60px);
  line-height: 1.25;
  font-weight: 800;
  letter-spacing: -1.5px;
}
.section-head p {
  margin: 2px 0 0;
  font-size: clamp(17px, 1.45vw, 28px);
  line-height: 1.7;
}
.values {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-top: 6px;
}
.value {
  text-align: center;
  min-width: 0;
}
.value img {
  height: 165px;
  width: 100%;
  object-fit: contain;
  margin: 0 auto -2px;
}
.value h3 {
  font-size: clamp(20px, 1.65vw, 31px);
  line-height: 1.25;
  margin: 0 0 2px;
  font-weight: 800;
}
.value p {
  font-size: clamp(15px, 1.2vw, 23px);
  line-height: 1.55;
  margin: 0 auto;
  max-width: 500px;
}
.value-arrow {
  display: none;
}
.secrets-panel {
  padding-bottom: 30px;
}
.carousel {
  position: relative;
}
.secrets {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 16px;
  direction: rtl;
}
.secret {
  position: relative;
  background: #fff;
  border-radius: 25px;
  border: 1px solid #ecf0f5;
  box-shadow: 0 8px 18px rgba(14, 56, 114, 0.09);
  min-width: 0;
}
.secret img {
  width: 100%;
  aspect-ratio: 1.28;
  object-fit: cover;
  border-radius: 25px;
}
.secret p {
  margin: 0;
  min-height: 94px;
  padding: 15px 10px 12px;
  display: grid;
  place-items: center;
  text-align: center;
  font-size: clamp(16px, 1.22vw, 23px);
  font-weight: 800;
  line-height: 1.45;
}
.num {
  position: absolute;
  top: -15px;
  left: 5px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #7ceef4;
  color: #052875;
  border: 2px solid #fff;
  font-size: 25px;
  font-weight: 800;
  z-index: 2;
  box-shadow: 0 2px 5px #26799552;
}
.nav,
.dots {
  display: none;
}
.site-footer {
  height: min(41.5vw, 808px);
  min-height: 600px;
  background: url("assets/image/footer.webp") center/cover no-repeat;
  position: relative;
  color: #fff;
  overflow: hidden;
}
.footer-card {
  position: absolute;
  right: 5.2%;
  top: 11%;
  width: min(29vw, 560px);
  min-height: 310px;
  border-radius: 45px;
  background: rgba(7, 47, 111);
  box-shadow:
    inset 0 0 26px #3ddfff82,
    0 12px 30px #002e7470;
  padding: 35px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.footer-card .brand img {
  width: clamp(90px, 8vw, 150px);
  filter: drop-shadow(0 5px 18px rgba(141, 221, 255, 0.55));
}
.footer-card p {
  font-size: clamp(17px, 1.35vw, 26px);
  line-height: 1.65;
  margin: 22px 0 18px;
}
.footer-card a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  background: #f7ffff;
  color: #082b78;
  text-decoration: none;
  border-radius: 999px;
  padding: 10px 30px;
  font-size: clamp(16px, 1.2vw, 23px);
  font-weight: 600;
  box-shadow: 0 3px 12px #001e5a7a;
}
.footer-card a svg,
.next svg,
.value-arrow svg {
  width: 22px;
  height: 22px;
  display: block;
  flex-shrink: 0;
}
.footer-card a svg,
.next svg {
  color: currentColor;
}
.closing {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 6%;
  width: 90%;
  text-align: center;
  text-shadow: 0 2px 5px #003065;
}
.closing > p {
  font-size: clamp(21px, 1.75vw, 34px);
  font-weight: 600;
  margin: 0 0 14px;
}
.partners {
  direction: ltr;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  font-size: clamp(29px, 2vw, 48px);
  font-weight: 800;
}
.totem .heart {
  color: #ff3973;
  font-size: 0.76em;
}
.partners .x {
  font-weight: 400;
}

.partners .brand img {
  width: clamp(80px, 7vw, 130px);
  filter: drop-shadow(0 4px 14px rgba(141, 221, 255, 0.45));
}
.tagline {
  font-size: clamp(18px, 1.4vw, 27px) !important;
  font-weight: 400 !important;
  margin-top: 8px !important;
}
@media (max-width: 996px) {
  .hero {
    height: 96vw;
    min-height: 0;
    background-size: auto 100%;
    background-position: 12% center;
  }
  .hero-copy {
    top: 5.5%;
    right: 5%;
    width: 90%;
    padding: 5vw 4vw 5.5vw;

    border-radius: 24px;
    background: rgba(7, 47, 111, 0.34);

    text-align: center;
  }
  .brand {
    font-size: 4.8vw;
    gap: 9px;
    justify-content: center;
    width: 100%;
    padding-right: 0;
  }
  .brand img {
    width: 24vw;
  }
  .hero h1 {
    font-size: 8.7vw;
    line-height: 1.08;
    margin: 3vw 0 2vw;
    padding-right: 0;
    letter-spacing: -1px;
  }
  .hero p {
    font-size: 3.65vw;
    line-height: 1.7;
    padding-right: 0;
  }
  main {
    padding: 14px 3.7vw 0;
  }
  .panel {
    border-radius: 28px;
    margin-bottom: 14px;
    padding: 14px 12px 16px;
    box-shadow: 0 8px 22px rgba(20, 45, 82, 0.11);
  }
  .section-head {
    margin-bottom: 12px;
    padding: 0 10px;
  }
  .section-head h2 {
    font-size: 6.3vw;
    letter-spacing: -0.6px;
  }
  .section-head p {
    font-size: 3.65vw;
    line-height: 1.55;
    margin-top: 2px;
  }
  .values {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 14px;
  }
  .value {
    height: 21.5vw;
    min-height: 82px;
    border-radius: 19px;
    position: relative;
    text-align: right;
    padding: 3.2vw 13vw 2vw 41%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .value:nth-child(1) {
    background: linear-gradient(90deg, #fff4fb, #fffafd);
  }
  .value:nth-child(2) {
    background: linear-gradient(90deg, #edfaff, #f7fcff);
  }
  .value:nth-child(3) {
    background: linear-gradient(90deg, #fff8e8, #fffdf8);
  }
  .value img {
    position: absolute;
    left: 0;
    bottom: -7%;
    width: 41%;
    height: 115%;
    object-fit: contain;
  }
  .value h3 {
    font-size: 4vw;
    margin: 0;
    white-space: nowrap;
  }
  .value p {
    font-size: 3.05vw;
    line-height: 1.45;
    margin: 0;
    max-width: none;
  }
  .value-arrow {
    position: absolute;
    right: 3%;
    top: 50%;
    transform: translateY(-50%);
    width: 8vw;
    height: 8vw;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: #ffe0f1;
    color: #bd0871;
    z-index: 2;
  }
  .value:nth-child(2) .value-arrow {
    background: #cdf2ff;
    color: #064dae;
  }
  .value:nth-child(3) .value-arrow {
    background: #ffebc1;
    color: #b36300;
  }
  .secrets-panel {
    padding: 12px 0 13px;
    overflow: hidden;
  }
  .secrets-panel .section-head {
    padding: 0 16px;
  }
  .secrets-panel .section-head h2 {
    font-size: 6.4vw;
  }
  .carousel {
    direction: rtl;
  }
  .secrets {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    padding: 0 13px 5px;
    direction: rtl;
    scroll-padding-inline: 12px;
    scrollbar-width: none;
  }
  .secrets::-webkit-scrollbar {
    display: none;
  }
  .secret {
    flex: 0 0 34.5%;
    border-radius: 18px;
    scroll-snap-align: center;
  }
  .secret img {
    aspect-ratio: 1.2;
    border-radius: 18px;
  }
  .secret p {
    font-size: 3.25vw;
    line-height: 1.35;
    min-height: 15vw;
    padding: 6px;
  }
  .num {
    top: -2px;
    left: 5px;
    width: 8vw;
    height: 8vw;
    font-size: 4.1vw;
  }
  .nav {
    display: grid;
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    z-index: 4;
    border: 0;
    background: #fff;
    color: #052875;
    width: 10vw;
    height: 10vw;
    border-radius: 50%;
    place-items: center;
    box-shadow: 0 3px 12px #16376e2e;
    cursor: pointer;
    padding: 0;
  }
  .nav.prev {
    left: -2px;
  }
  .nav.next {
    right: -2px;
  }
  .nav svg {
    width: 54%;
    height: 54%;
    display: block;
  }
  .dots {
    display: flex;
    direction: ltr;
    justify-content: center;
    gap: 7px;
    margin-top: 4px;
  }
  .dots .dot {
    width: 9px;
    height: 9px;
    border: 0;
    border-radius: 50%;
    background: #cbd2dc;
    padding: 0;
    cursor: pointer;
  }
  .dots .dot.is-active {
    background: #148bf0;
    width: 11px;
    height: 11px;
  }
  .site-footer {
    height: 125vw;
    min-height: 0;
    background-size: auto 100%;
    background-position: center top;
  }
  .footer-card {
    right: 5.5%;
    top: 31%;
    width: 89%;
    min-height: 0;
    border-radius: 22px;
    padding: 5vw 4vw;
    display: flex;
    gap: 3.5vw;
    direction: rtl;
    background-color: rgba(7, 47, 111, 0.34);
  }
  .footer-card .brand {
    font-size: 4.3vw;
    width: auto;
    padding: 0;
    gap: 7px;
    justify-content: center;
    white-space: nowrap;
  }
  .footer-card .brand img {
    width: 22vw;
  }
  .footer-card p {
    font-size: 3.5vw;
    line-height: 1.45;
    margin: 0;
    padding: 0;
    border: 0;
    direction: rtl;
  }
  .footer-card a {
    padding: 2.5vw 4vw;
    font-size: 3.4vw;
    gap: 7px;
    white-space: nowrap;
    direction: rtl;
    justify-content: center;
  }
  .closing {
    bottom: 4.5%;
    width: 94%;
  }
  .closing > p {
    font-size: 3.7vw;
    margin-bottom: 2vw;
  }
  .partners {
    font-size: 4.6vw;
    gap: 2.8vw;
  }
  .partners .brand {
    font-size: inherit;
    width: auto;
    padding: 6px 10px;
    gap: 7px;
  }
  .partners .brand img {
    width: 18vw;
  }
  .tagline {
    font-size: 3.5vw !important;
    margin-top: 1.4vw !important;
  }
}
.values,
.secrets {
  direction: ltr;
}
.value,
.secret {
  direction: rtl;
}
@media (max-width: 996px) {
  .carousel,
  .secrets {
    direction: ltr;
  }
}
