:root {
  --brand-ink: #172033;
  --brand-muted: #647084;
  --brand-blue: #234feb;
  --brand-blue-2: #0b73ff;
  --brand-green: #14b86f;
  --brand-gold: #ffb020;
  --brand-soft: #f3f7ff;
  --brand-line: #dfe7f5;
}

body {
  color: var(--brand-ink);
  background: #fbfdff;
  direction: rtl;
  font-family: Vazirmatn, Tahoma, Arial, sans-serif;
  overflow-x: hidden;
}

.navbar-area.sticky {
  box-shadow: 0 12px 34px rgba(23, 32, 51, 0.08);
}

.scroll-top {
  display: none;
}

.section-title h1,
.section-title h3,
.single-process .content h3,
.single-feature .content h4,
.activity-card h4 {
  color: var(--brand-ink);
}

.hero-section {
  height: auto !important;
  min-height: 0;
  padding: 92px 0 86px;
}

.hero-shell {
  padding-top: 34px;
}

.hero-banner-slider {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 12px;
}

.banner-viewport {
  position: relative;
  min-height: 210px;
  overflow: hidden;
  border: 1px solid rgba(35, 79, 235, 0.14);
  border-radius: 18px;
  background: #07172f;
  box-shadow: 0 22px 60px rgba(23, 32, 51, 0.14);
}

.banner-slide {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
  align-items: center;
  gap: 24px;
  padding: 26px 34px;
  opacity: 0;
  transform: translateX(-18px);
  transition: opacity 0.45s ease, transform 0.45s ease;
  background: linear-gradient(135deg, #0a1d39 0%, #123b82 54%, #0da777 100%);
}

.banner-slide:nth-child(2) {
  background: linear-gradient(135deg, #15223b 0%, #234feb 55%, #ffb020 100%);
}

.banner-slide:nth-child(3) {
  background: linear-gradient(135deg, #07172f 0%, #0b73ff 56%, #14b86f 100%);
}

.banner-slide.is-active {
  opacity: 1;
  transform: translateX(0);
  z-index: 1;
}

.banner-content span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 3px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
}

.banner-content h2 {
  margin: 12px 0 8px;
  color: #fff;
  font-size: 30px;
  line-height: 1.55;
}

.banner-content p {
  max-width: 560px;
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
}

.banner-visual img {
  width: 100%;
  max-height: 178px;
  object-fit: contain;
}

.banner-dots {
  position: absolute;
  right: 28px;
  bottom: 18px;
  z-index: 2;
  display: flex;
  gap: 8px;
}

.banner-dots button {
  width: 9px;
  height: 9px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.42);
}

.banner-dots button.is-active {
  width: 26px;
  background: #fff;
}

.hero-content,
.feature-content-wrapper,
.single-process,
.activity-card,
.trust-stats .stat-card {
  border: 1px solid var(--brand-line);
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  box-shadow: 0 16px 40px rgba(23, 32, 51, 0.08);
}

.hero-content {
  margin-top: 54px;
  padding: 30px;
  border-radius: 18px;
}

.hero-section .hero-content > span {
  display: inline-flex;
  margin-bottom: 10px;
}

.hero-section .hero-content h1 {
  margin-bottom: 16px;
  font-family: Vazirmatn, Tahoma, Arial, sans-serif;
  font-size: 42px;
  font-weight: 800;
  line-height: 1.55;
}

.hero-section .hero-content h1 span {
  display: inline;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.hero-section .hero-content h1 [data-admin-text="hero_title_accent"] {
  color: var(--brand-blue);
}

.hero-section .hero-content p {
  font-family: Vazirmatn, Tahoma, Arial, sans-serif;
  font-size: 18px;
  line-height: 2;
}

.hero-section .hero-image {
  padding-top: 42px;
}

.hero-section .hero-image img {
  max-width: 100%;
}

.download-buttons ul {
  flex-wrap: wrap;
  gap: 10px;
}

.download-buttons li img {
  max-width: 180px;
}

.hero-content h1 [data-admin-text="hero_title_main"] {
  color: var(--brand-ink);
}

.feature-content-wrapper {
  padding: 26px;
  border-radius: 18px;
}

.single-process,
.activity-card,
.trust-stats .stat-card {
  border-radius: 16px;
}

.single-process {
  padding-top: 30px;
}

.process-visual {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 136px;
  height: 112px;
  margin: 0 auto 22px;
  border-radius: 16px;
  background: linear-gradient(180deg, #f4f8ff 0%, #ffffff 100%);
}

.process-visual img {
  width: 104px;
  height: 92px;
  object-fit: contain;
  filter: drop-shadow(0 12px 18px rgba(23, 32, 51, 0.12));
}

.single-process .content p,
.single-feature .content p,
.activity-card p,
.hero-content p {
  color: var(--brand-muted);
}

.service-more {
  border: 0;
  background: transparent;
  color: var(--brand-blue);
  font-weight: 700;
  padding: 0;
  cursor: pointer;
}

.bank-visual img {
  width: 100%;
  max-width: 520px;
  filter: drop-shadow(0 18px 34px rgba(23, 32, 51, 0.12));
}

.admin-link {
  opacity: 0.72;
}

.service-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.service-modal.is-open {
  display: flex;
}

.service-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(7, 23, 47, 0.62);
}

.service-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(620px, 100%);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 28px 80px rgba(7, 23, 47, 0.28);
  overflow: hidden;
}

.service-modal__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 24px;
  border-bottom: 1px solid var(--brand-line);
}

.service-modal__head h3 {
  margin: 0;
  font-size: 22px;
}

.service-modal__close {
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 999px;
  background: var(--brand-soft);
  color: var(--brand-ink);
  font-size: 24px;
  line-height: 1;
}

.service-modal__body {
  padding: 22px 24px 26px;
}

.service-modal__body p {
  margin-bottom: 14px;
  color: var(--brand-muted);
}

.service-modal__body ul {
  margin: 0;
  padding-right: 18px;
}

.service-modal__body li {
  margin-bottom: 8px;
  color: var(--brand-ink);
}

.admin-page {
  min-height: 100vh;
  padding: 40px 16px;
  background: #f4f8ff;
}

.admin-panel {
  max-width: 960px;
  margin: 0 auto;
  padding: 28px;
  border: 1px solid var(--brand-line);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(23, 32, 51, 0.09);
}

.admin-panel h1 {
  color: var(--brand-ink);
  font-size: 30px;
}

.admin-panel p {
  color: var(--brand-muted);
}

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

.admin-field {
  display: grid;
  gap: 8px;
}

.admin-field.full {
  grid-column: 1 / -1;
}

.admin-field label {
  color: var(--brand-ink);
  font-weight: 700;
}

.admin-field input,
.admin-field textarea {
  width: 100%;
  border: 1px solid var(--brand-line);
  border-radius: 12px;
  padding: 12px 14px;
  color: var(--brand-ink);
  background: #fbfdff;
}

.admin-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

@media (max-width: 991px) {
  .hero-section {
    padding-top: 86px;
    padding-bottom: 64px;
  }

  .banner-slide {
    grid-template-columns: 1fr;
    min-height: 340px;
    padding: 24px;
  }

  .banner-visual {
    text-align: center;
  }

  .hero-content {
    margin-top: 18px;
  }

  .hero-section .hero-content h1 {
    font-size: 34px;
  }
}

@media (max-width: 767px) {
  .hero-section .container {
    max-width: 100%;
    padding-right: 16px;
    padding-left: 16px;
  }

  .hero-banner-slider {
    padding: 0;
  }

  .banner-slide {
    padding: 22px 18px;
    text-align: center;
  }

  .banner-content h2 {
    font-size: 22px;
    line-height: 1.65;
  }

  .banner-content p {
    font-size: 14px;
    line-height: 2;
  }

  .banner-visual img {
    max-width: 280px;
  }

  .banner-viewport {
    min-height: 410px;
    border-radius: 16px;
  }

  .hero-content,
  .feature-content-wrapper {
    padding: 22px;
  }

  .hero-content {
    width: 100%;
    text-align: center;
  }

  .hero-section .hero-content h1 {
    font-size: 28px;
    line-height: 1.65;
    overflow-wrap: anywhere;
  }

  .hero-section .hero-content p {
    font-size: 16px;
  }

  .hero-section .hero-image {
    padding-top: 30px;
    text-align: center;
  }

  .hero-section .hero-image img {
    width: min(100%, 330px);
  }

  .admin-grid {
    grid-template-columns: 1fr;
  }

  .download-buttons ul {
    justify-content: center;
  }

  .download-buttons li img {
    max-width: 146px;
  }
}
