@font-face {
  font-family: Vazirmatn;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("/assets/vazirmatn-arabic.woff2") format("woff2");
  unicode-range:
    U+0600-06FF, U+0750-077F, U+0870-08FF, U+200C-200E, U+FB50-FDFF, U+FE70-FEFC;
}
@font-face {
  font-family: Vazirmatn;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("/assets/vazirmatn-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+2000-206F, U+2190-21FF;
}
:root {
  --forest: #173f35;
  --forest-dark: #103329;
  --cream: #f7f5ed;
  --paper: #fffdf7;
  --muted: #59655e;
  --coral: #df714a;
  --yellow: #f3cb70;
  --line: #dce0d4;
  --ink: #202f27;
}
* {
  box-sizing: border-box;
}
html {
  scroll-padding-top: 2rem;
}
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font:
    400 16px/1.9 Vazirmatn,
    Tahoma,
    sans-serif;
}
a {
  color: inherit;
  text-decoration: none;
  text-underline-offset: 5px;
}
a:hover {
  text-decoration: underline;
}
a:focus-visible,
summary:focus-visible {
  outline: 3px solid var(--coral);
  outline-offset: 5px;
  border-radius: 4px;
}
p,
h1,
h2,
h3,
figure,
dl {
  margin: 0;
}
h1,
h2,
h3 {
  color: var(--forest);
  line-height: 1.45;
  font-weight: 850;
  text-wrap: balance;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
svg {
  max-width: 100%;
}
.shell {
  width: min(1180px, calc(100% - 64px));
  margin-inline: auto;
}
.skip-link {
  position: absolute;
  z-index: 10;
  top: -80px;
  right: 24px;
  background: var(--forest);
  color: white;
  padding: 12px 22px;
}
.skip-link:focus {
  top: 10px;
}
.announcement {
  min-height: 38px;
  padding: 7px 20px;
  background: #e8eddf;
  color: #344939;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
}
.status-dot,
.sun-dot,
.line-dot {
  display: inline-block;
  border-radius: 50%;
}
.status-dot {
  width: 6px;
  height: 6px;
  background: #436c40;
  margin-inline-end: 9px;
  vertical-align: middle;
}
.site-header {
  min-height: 106px;
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--forest);
  flex-shrink: 0;
}
.brand:hover {
  text-decoration: none;
}
.brand > span {
  font-weight: 900;
  font-size: 28px;
  line-height: 1.25;
}
.brand small {
  display: block;
  font-size: 10px;
  letter-spacing: 3px;
  text-align: center;
  margin-top: 4px;
  font-weight: 650;
}
.desktop-nav {
  display: flex;
  gap: 25px;
  font-size: 13px;
  font-weight: 600;
}
.desktop-nav a {
  position: relative;
  padding-block: 10px;
}
.desktop-nav a[aria-current] {
  color: var(--forest);
  font-weight: 850;
}
.desktop-nav a[aria-current]::after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 3px;
  width: 16px;
  border-radius: 4px;
  background: var(--coral);
  inset-inline-start: 0;
}
.mobile-menu {
  display: none;
}
.hero {
  display: grid;
  grid-template-columns: 1.08fr 1fr;
  align-items: center;
  gap: 52px;
  padding-block: 66px 72px;
}
.eyebrow {
  font-size: 13px;
  font-weight: 650;
  color: #5b6b51;
  margin-bottom: 18px;
}
.sun-dot {
  width: 11px;
  height: 11px;
  background: var(--coral);
  margin-inline-end: 8px;
}
.hero h1 {
  font-size: clamp(39px, 4.4vw, 61px);
  line-height: 1.38;
  letter-spacing: -1.7px;
}
.hero h1 span {
  color: #b45332;
}
.lead {
  font-size: 17px;
  color: var(--muted);
  line-height: 2;
  max-width: 510px;
  margin-top: 25px;
}
.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 19px;
  min-height: 50px;
  padding: 12px 22px;
  border-radius: 11px;
  font-size: 13px;
  font-weight: 700;
  transition: background-color 0.15s;
}
.button:hover {
  text-decoration: none;
}
.primary {
  color: #fffdf5;
  background: var(--forest);
}
.primary:hover {
  background: #245646;
}
.secondary {
  border: 1px solid #c9cec1;
}
.secondary:hover {
  background: #eceee3;
}
.hero-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 28px;
  font-size: 11px;
  color: var(--muted);
}
.hero-facts span::before {
  content: "✓";
  color: var(--forest);
  margin-inline-end: 6px;
}
.hero-art {
  background: #eee9d9;
  border-radius: 150px 150px 24px 24px;
  min-width: 0;
  overflow: hidden;
  padding: 47px 22px 24px;
  position: relative;
}
.art-caption {
  display: grid;
  justify-items: center;
  gap: 5px;
  font-size: 12px;
  color: var(--forest);
}
.tiny-caps {
  letter-spacing: 2px;
  font-size: 10px;
  font-weight: 650;
}
.hero-art img {
  width: 100%;
  margin-top: 3px;
}
.hero-art figcaption {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 13px;
}
.line-dot {
  width: 7px;
  height: 7px;
  background: var(--coral);
}
.promise-band {
  background: var(--forest);
  color: var(--paper);
  padding-block: 35px;
}
.promise-grid {
  display: grid;
  grid-template-columns: 0.7fr 1.5fr 1fr;
  align-items: center;
  gap: 32px;
}
.promise-grid > p {
  font-size: 13px;
  color: #d9e3cd;
}
.promise-grid h2 {
  color: var(--paper);
  font-size: 24px;
}
.promise-grid a {
  justify-self: end;
  color: #f4da9a;
  font-size: 13px;
}
.section {
  margin-top: 86px;
}
.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 30px;
}
.section-heading h2,
.faq-section h2 {
  font-size: 30px;
}
.section-heading > p {
  font-size: 13px;
  color: var(--muted);
  max-width: 275px;
}
.section-heading .eyebrow {
  margin-bottom: 10px;
}
.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.steps article {
  border-top: 1px solid #b9c6b6;
  padding: 25px 8px 0;
}
.step-number {
  display: block;
  color: #9aa68f;
  font-size: 36px;
  margin-bottom: 14px;
  font-weight: 400;
  line-height: 1.2;
}
.steps h3 {
  font-size: 20px;
  margin-bottom: 10px;
}
.steps p {
  color: var(--muted);
  font-size: 14px;
}
.step-tag {
  margin-top: 18px;
  display: inline-block;
  color: #4c664a;
  background: #e7ecdf;
  padding: 3px 12px;
  border-radius: 30px;
  font-size: 11px;
}
.business-panel {
  display: grid;
  grid-template-columns: 1.45fr 1fr;
  gap: 50px;
  background: #e7ebdc;
  border-radius: 22px;
  padding: 48px 52px;
}
.business-panel h2 {
  font-size: 34px;
}
.business-panel p:not(.eyebrow) {
  max-width: 470px;
  color: #4f624f;
  margin-top: 18px;
  font-size: 14px;
}
.light {
  background: var(--paper);
  margin-top: 26px;
  color: var(--forest);
}
.business-note {
  border-inline-start: 1px solid #c4cdb9;
  padding-inline-start: 45px;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.large-asterisk {
  color: #af5b3f;
  font-size: 77px;
  line-height: 1.1;
}
.business-note p {
  font-size: 24px !important;
  color: var(--forest) !important;
  font-weight: 700;
}
.business-note a {
  font-size: 12px;
  margin-top: 24px;
}
.faq-section {
  display: grid;
  grid-template-columns: 0.8fr 1.4fr;
  gap: 80px;
}
.faq-section > div > p:not(.eyebrow) {
  font-size: 14px;
  color: var(--muted);
  margin-top: 16px;
}
.text-link {
  display: inline-block;
  margin-top: 26px;
  color: var(--forest);
  font-size: 13px;
  font-weight: 650;
}
.faq-list {
  display: grid;
  gap: 12px;
}
.question {
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--paper);
  padding: 18px 22px;
}
.question summary {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  cursor: pointer;
  font-weight: 700;
  color: var(--forest);
  font-size: 14px;
}
.question summary::-webkit-details-marker {
  display: none;
}
.question summary span {
  font-family: sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: #ad5334;
}
.question[open] summary span {
  transform: rotate(45deg);
}
.question p {
  margin-top: 17px;
  border-top: 1px solid var(--line);
  padding-top: 17px;
  color: var(--muted);
  font-size: 14px;
  line-height: 2;
}
.launch-card {
  display: flex;
  align-items: center;
  gap: 26px;
  border: 1px solid #d4d7c4;
  border-radius: 16px;
  padding: 28px 32px;
  margin-block: 84px;
}
.launch-symbol {
  font-size: 52px;
  color: #a55337;
  line-height: 1;
}
.launch-card h2 {
  font-size: 19px;
}
.launch-card p {
  margin-top: 8px;
  font-size: 12px;
  color: var(--muted);
}
.launch-card a {
  font-size: 12px;
  margin-inline-start: auto;
  white-space: nowrap;
}
.site-footer {
  padding-block: 52px 24px;
  border-top: 1px solid var(--line);
  background: #eeeee3;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 70px;
}
.footer-brand p {
  margin-top: 20px;
  font-size: 13px;
  color: var(--muted);
}
.footer-brand .footer-status {
  font-size: 11px;
}
.footer-grid nav {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: start;
  font-size: 12px;
  color: #4a5c4e;
}
.footer-grid nav h2 {
  font-size: 15px;
  margin-bottom: 5px;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  padding-top: 22px;
  margin-top: 40px;
  border-top: 1px solid #d5dbcf;
  font-size: 10px;
  color: #64715e;
}
.page-header {
  padding-block: 36px 42px;
  border-bottom: 1px solid var(--line);
}
.breadcrumb {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-size: 11px;
  color: var(--muted);
  margin-bottom: 36px;
}
.page-header .eyebrow {
  margin-bottom: 12px;
}
.page-header h1 {
  font-size: clamp(29px, 3.3vw, 44px);
  letter-spacing: -0.7px;
}
.page-intro {
  margin-top: 20px;
  max-width: 800px;
  color: var(--muted);
  font-size: 15px;
}
.page-content {
  margin-block: 48px 80px;
}
.reading-layout {
  display: grid;
  grid-template-columns: 245px minmax(0, 1fr);
  gap: 74px;
}
.reading-aside {
  align-self: start;
  font-size: 12px;
}
.reading-aside > p {
  color: var(--forest);
  font-weight: 750;
  margin-bottom: 15px;
}
.reading-aside nav {
  display: grid;
  gap: 15px;
  color: var(--muted);
  border-inline-start: 1px solid #c7d0bd;
  padding-inline-start: 18px;
}
.reading-status {
  background: #e9edde;
  padding: 18px;
  border-radius: 10px;
  margin-top: 32px;
  font-weight: 600;
  color: var(--forest);
}
.reading-status span {
  font-weight: 400;
  font-size: 11px;
}
.reading-body {
  max-width: 770px;
}
.reading-body section + section {
  margin-top: 32px;
  padding-top: 30px;
  border-top: 1px solid var(--line);
}
.reading-body h2 {
  font-size: 22px;
  margin-bottom: 14px;
}
.reading-body p,
.reading-body li {
  color: #505e51;
  font-size: 15px;
  line-height: 2.15;
}
.reading-body p + p {
  margin-top: 13px;
}
.reading-body ul {
  padding-inline-start: 22px;
  margin-block: 0;
}
.reading-body li + li {
  margin-top: 10px;
}
.reading-body li::marker {
  color: #a7593b;
}
.contact-layout {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 42px;
}
.contact-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 15px;
  padding: 30px;
}
.contact-card h2 {
  font-size: 22px;
  margin-bottom: 25px;
}
.contact-row {
  padding-block: 16px;
  border-top: 1px solid var(--line);
}
.contact-row dt {
  font-size: 12px;
  color: var(--muted);
}
.contact-row dd {
  margin: 7px 0 0;
  color: var(--forest);
  font-weight: 600;
  font-size: 15px;
  overflow-wrap: anywhere;
}
.unpublished {
  color: #737568;
  font-weight: 400;
  font-size: 13px;
}
.contact-note {
  align-self: start;
  padding: 30px;
  border-radius: 15px;
  background: #e9edde;
}
.contact-note h2 {
  font-size: 25px;
  margin-top: 18px;
}
.contact-note p {
  font-size: 14px;
  margin-top: 20px;
  color: #52614e;
}
.contact-note a {
  display: inline-block;
  margin-top: 25px;
  font-size: 13px;
}
@media (max-width: 1020px) {
  .desktop-nav {
    gap: 15px;
    font-size: 12px;
  }
  .hero {
    gap: 30px;
  }
  .hero h1 {
    font-size: 44px;
  }
  .hero .button {
    padding-inline: 15px;
    font-size: 12px;
  }
  .hero-art {
    padding-top: 35px;
  }
  .hero-facts {
    font-size: 10px;
    gap: 12px;
  }
  .faq-section {
    gap: 35px;
  }
  .reading-layout {
    grid-template-columns: 210px minmax(0, 1fr);
    gap: 35px;
  }
}
@media (max-width: 760px) {
  .shell {
    width: calc(100% - 36px);
  }
  .announcement {
    font-size: 11px;
  }
  .site-header {
    min-height: 86px;
  }
  .brand img {
    width: 41px;
  }
  .brand > span {
    font-size: 25px;
  }
  .desktop-nav {
    display: none;
  }
  .mobile-menu {
    display: block;
    position: relative;
    font-size: 13px;
  }
  .mobile-menu summary {
    cursor: pointer;
    display: flex;
    gap: 12px;
    align-items: center;
    list-style: none;
    padding: 10px;
  }
  .mobile-menu summary::-webkit-details-marker {
    display: none;
  }
  .mobile-menu nav {
    position: absolute;
    inset-inline-end: 0;
    top: 47px;
    width: 230px;
    background: var(--paper);
    padding: 14px;
    display: grid;
    gap: 5px;
    border: 1px solid var(--line);
    border-radius: 12px;
    z-index: 5;
    box-shadow: 0 10px 25px #173f3510;
  }
  .mobile-menu nav a {
    padding: 8px 12px;
  }
  .mobile-menu a[aria-current] {
    background: #e9edde;
    border-radius: 7px;
  }
  .hero {
    grid-template-columns: 1fr;
    padding-block: 36px 38px;
    gap: 32px;
  }
  .hero h1 {
    font-size: clamp(36px, 9vw, 52px);
    line-height: 1.4;
    letter-spacing: -1px;
  }
  .eyebrow {
    font-size: 12px;
    margin-bottom: 14px;
  }
  .lead {
    margin-top: 17px;
    font-size: 15px;
    max-width: none;
  }
  .actions {
    gap: 9px;
    margin-top: 23px;
  }
  .hero .button {
    min-height: 47px;
    gap: 12px;
    padding-inline: 15px;
    font-size: 12px;
  }
  .hero-facts {
    margin-top: 19px;
    font-size: 10px;
  }
  .hero-art {
    padding: 30px 20px 20px;
    max-width: 460px;
    width: 100%;
    justify-self: center;
    border-radius: 100px 100px 20px 20px;
  }
  .hero-art img {
    max-height: 285px;
    object-fit: contain;
  }
  .hero-art figcaption {
    font-size: 12px;
  }
  .promise-band {
    padding-block: 27px;
  }
  .promise-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .promise-grid h2 {
    font-size: 24px;
  }
  .promise-grid a {
    justify-self: start;
    margin-top: 7px;
    font-size: 12px;
  }
  .section {
    margin-top: 50px;
  }
  .section-heading {
    display: block;
    margin-bottom: 24px;
  }
  .section-heading h2,
  .faq-section h2 {
    font-size: 26px;
  }
  .section-heading > p {
    margin-top: 13px;
    max-width: none;
  }
  .steps {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .steps article {
    padding-top: 21px;
  }
  .step-number {
    font-size: 29px;
    margin-bottom: 12px;
  }
  .steps h3 {
    font-size: 21px;
  }
  .steps p {
    max-width: 520px;
  }
  .step-tag {
    margin-top: 13px;
  }
  .business-panel {
    grid-template-columns: 1fr;
    padding: 28px 24px;
    gap: 28px;
  }
  .business-panel h2 {
    font-size: 28px;
  }
  .business-note {
    border-inline-start: none;
    border-top: 1px solid #c4cdb9;
    padding-inline-start: 0;
    padding-top: 24px;
  }
  .large-asterisk {
    font-size: 52px;
  }
  .business-note p {
    font-size: 22px !important;
  }
  .faq-section {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .question {
    padding: 17px;
  }
  .question summary {
    gap: 12px;
    font-size: 13px;
  }
  .question p {
    font-size: 13px;
  }
  .text-link {
    margin-top: 16px;
  }
  .launch-card {
    flex-wrap: wrap;
    gap: 16px;
    margin-block: 50px;
    padding: 22px;
  }
  .launch-card h2 {
    font-size: 17px;
  }
  .launch-symbol {
    display: none;
  }
  .launch-card a {
    margin-inline-start: 0;
  }
  .site-footer {
    padding-top: 32px;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 28px 18px;
  }
  .footer-brand {
    grid-column: 1 / -1;
  }
  .footer-grid nav {
    font-size: 11px;
    gap: 9px;
  }
  .footer-grid nav h2 {
    font-size: 14px;
  }
  .footer-bottom {
    font-size: 9px;
    gap: 14px;
  }
  .page-header {
    padding-block: 24px 29px;
  }
  .breadcrumb {
    margin-bottom: 27px;
  }
  .page-header h1 {
    font-size: 29px;
  }
  .page-intro {
    font-size: 14px;
    margin-top: 16px;
  }
  .page-content {
    margin-block: 30px 45px;
  }
  .reading-layout {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .reading-aside nav {
    gap: 10px;
  }
  .reading-status {
    margin-top: 20px;
    padding: 15px;
  }
  .reading-body h2 {
    font-size: 21px;
  }
  .reading-body p,
  .reading-body li {
    font-size: 14px;
  }
  .contact-layout {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .contact-card,
  .contact-note {
    padding: 22px;
  }
  .contact-note h2 {
    font-size: 23px;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    transition: none !important;
    scroll-behavior: auto !important;
  }
}
