/* Coded by @DevAiSaN */
@import url('https://cdn.jsdelivr.net/gh/rastikerdar/vazirmatn@v33.003/Vazirmatn-font-face.css');
*, *::before, *::after { box-sizing: border-box; }

html { overflow-x: hidden; }

body {
  margin: 0;
  font-family: 'Vazirmatn', system-ui, -apple-system, "Segoe UI", Tahoma, sans-serif;
  background: #f5f6f8;
  color: #1a2332;
  direction: rtl;
  font-size: 15px;
  line-height: 1.7;
  overflow-x: hidden;
}

a { text-decoration: none; color: inherit; }
ul { list-style: none; margin: 0; padding: 0; }
img { display: block; max-width: 100%; }
input, select, textarea, button { font-family: inherit; }

.wrap {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 1.25rem;
}

.bold { font-weight: 700; }
.highlight { color: #0b5cab; font-weight: 700; }
.highlight-orange { color: #f5c518; font-weight: 700; }
.splash {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.5s ease;
}

.splash-box {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.6rem;
  padding: 2rem;
}

.splash-logo-img {
  width: 100px;
  height: 100px;
  object-fit: contain;
  margin-bottom: 0.25rem;
}

.splash-name {
  font-size: 1.3rem;
  font-weight: 800;
  color: #0a3d6b;
}

.splash-desc { margin: 0; color: #6b7280; font-size: 0.9rem; font-weight: 500; }

.splash-bar {
  width: 240px;
  height: 6px;
  background: #e5e7eb;
  border-radius: 999px;
  overflow: hidden;
  margin-top: 0.4rem;
}

.splash-fill {
  width: 0%;
  height: 100%;
  background: linear-gradient(to left, #0b5cab, #f5c518);
  border-radius: inherit;
  transition: width 2.2s ease;
}

.splash-hint { margin: 0; font-size: 0.78rem; color: #9ca3af; }
.header {
  background: #fff;
  border-bottom: 3px solid #0b5cab;
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: 0 2px 10px rgba(11,92,171,0.08);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
  gap: 1rem;
}

.header-logo {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}

.logo-img-sm {
  width: 46px;
  height: 46px;
  flex-shrink: 0;
  object-fit: contain;
}

.logo-txt { display: flex; flex-direction: column; line-height: 1.3; }
.logo-txt strong { font-size: 0.92rem; color: #0a3d6b; font-weight: 800; }
.logo-txt span   { font-size: 0.75rem; color: #6b7280; font-weight: 500; }

.nav { display: flex; gap: 1.5rem; font-size: 0.87rem; font-weight: 500; }

.nav a {
  color: #374151;
  padding: 0.25rem 0;
  position: relative;
}

.nav a::after {
  content: '';
  position: absolute;
  bottom: 0; right: 0;
  width: 0; height: 2px;
  background: #0b5cab;
  transition: width 0.2s;
}

.nav a:hover::after { width: 100%; }

.topbar {
  background: #0a3d6b;
  color: #fff;
  font-size: 0.78rem;
  padding: 0.4rem 0;
}
.topbar .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
.topbar strong { color: #f5c518; }
.header-btn {
  background: #f5c518;
  color: #0a3d6b;
  padding: 0.45rem 1.1rem;
  border-radius: 5px;
  font-size: 0.85rem;
  font-weight: 700;
  white-space: nowrap;
  transition: background 0.2s;
}

.header-btn:hover { background: #d4a017; }
.hero {
  background: linear-gradient(135deg, #062844 0%, #0a3d6b 45%, #0b5cab 100%);
  color: #fff;
  padding: 3rem 0 3.5rem;
}

.hero-inner {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 2.5rem;
  align-items: center;
}

.hero-badge {
  display: inline-block;
  max-width: 100%;
  background: rgba(255,255,255,0.15);
  border: 1px solid rgba(255,255,255,0.35);
  padding: 0.25rem 0.75rem;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
  word-break: break-word;
}

.hero-text h1 { margin: 0 0 0.75rem; font-size: 1.85rem; line-height: 1.45; font-weight: 900; }
.hero-text p  { margin: 0 0 1rem; color: rgba(255,255,255,0.88); font-size: 0.95rem; font-weight: 400; }
.hero-skills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin: 0 0 1.25rem;
}
.hero-skills a {
  background: rgba(245,197,24,0.18);
  border: 1px solid rgba(245,197,24,0.55);
  color: #f5c518;
  font-size: 0.78rem;
  font-weight: 700;
  padding: 0.28rem 0.7rem;
  border-radius: 999px;
  transition: background 0.2s, color 0.2s;
}
.hero-skills a:hover {
  background: #f5c518;
  color: #0a3d6b;
}
.hero-btns    { display: flex; gap: 0.75rem; flex-wrap: wrap; }
.hero-facts {
  display: flex;
  align-items: stretch;
  justify-content: center;
  list-style: none;
  margin: 2rem auto 0;
  padding: 0.95rem 0 0;
  border-top: 1px solid rgba(255,255,255,0.16);
}
.hero-facts li {
  flex: 1;
  text-align: center;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.15px;
  line-height: 1.7;
  color: #e8eef4;
  padding: 0 1.1rem;
  border-left: 1px solid rgba(255,255,255,0.16);
}
.hero-facts li:last-child { border-left: none; }
.benefit-strip {
  background: #fff8dc;
  border-bottom: 1px solid #f0d56a;
}
.benefit-strip-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.5rem;
  padding: 0.75rem 1.25rem;
  text-align: center;
}
.benefit-strip-inner span {
  color: #0a3d6b;
  font-size: 0.8rem;
  font-weight: 800;
}
.mid-cta {
  margin-top: 1.5rem;
  background: #0a3d6b;
  color: #fff;
  border-radius: 10px;
  padding: 1.1rem 1.2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}
.mid-cta p {
  margin: 0;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.8;
}
.mid-cta .btn-orange { flex-shrink: 0; }

.btn-orange {
  background: #f5c518;
  color: #0a3d6b;
  padding: 0.6rem 1.5rem;
  border-radius: 5px;
  font-weight: 700;
  font-size: 0.9rem;
  transition: background 0.2s;
}
.btn-orange:hover { background: #d4a017; }

.btn-ghost {
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.5);
  color: #fff;
  padding: 0.6rem 1.5rem;
  border-radius: 5px;
  font-size: 0.9rem;
  font-weight: 500;
  transition: background 0.2s;
}
.btn-ghost:hover { background: rgba(255,255,255,0.22); }

.hero-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 0.85rem; }

.stat-card {
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.22);
  border-radius: 8px;
  padding: 0.85rem 1rem;
  text-align: center;
}

.stat-num { display: block; font-size: 1.1rem; font-weight: 800; margin-bottom: 0.2rem; }
.stat-lbl { display: block; font-size: 0.74rem; color: rgba(255,255,255,0.75); font-weight: 400; }
.choose {
  background: #fff;
  padding: 3rem 0;
}

.choose-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  margin-top: 2rem;
}

.choose-card {
  border-radius: 12px;
  border: 2px solid #e5e7eb;
  padding: 2.5rem 2rem;
  text-align: center;
  cursor: pointer;
  transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.choose-card:hover {
  box-shadow: 0 8px 28px rgba(0,0,0,0.12);
  transform: translateY(-3px);
}

.choose-card.green-card  { border-color: #0b5cab; background: #eef6fc; }
.choose-card.orange-card { border-color: #f5c518; background: #fff7ed; }

.choose-card.green-card:hover  { border-color: #1565a8; box-shadow: 0 8px 28px rgba(11,92,171,0.18); }
.choose-card.orange-card:hover { border-color: #d4a017; box-shadow: 0 8px 28px rgba(245,197,24,0.22); }

.choose-icon {
  width: 72px;
  height: 72px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.choose-icon.gi { background: #0b5cab; }
.choose-icon.oi { background: #f5c518; }

.choose-icon svg { width: 38px; height: 38px; fill: #fff; }

.choose-card h3 { margin: 0; font-size: 1.15rem; color: #1a2332; font-weight: 800; }
.choose-card p  { margin: 0; font-size: 0.86rem; color: #6b7280; line-height: 1.8; font-weight: 400; }

.choose-btn {
  display: inline-block;
  padding: 0.55rem 1.5rem;
  border-radius: 5px;
  font-size: 0.88rem;
  font-weight: 700;
  margin-top: 0.25rem;
}

.choose-btn.gb { background: #0b5cab; color: #fff; }
.choose-btn.ob { background: #f5c518; color: #0a3d6b; }
.section { padding: 2.75rem 0; }
.bg-light { background: #eef6fc; }
.bg-white { background: #fff; }

.sec-title {
  font-size: 1.35rem;
  font-weight: 800;
  margin: 0 0 0.5rem;
  color: #0a3d6b;
  position: relative;
  padding-bottom: 0.6rem;
}

.sec-title::after {
  content: '';
  position: absolute;
  bottom: 0; right: 0;
  width: 44px; height: 3px;
  background: #f5c518;
  border-radius: 2px;
}

.sec-sub { color: #4b5563; font-size: 0.9rem; margin: 0 0 1.75rem; font-weight: 400; }
.about-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.25rem; }

.about-card {
  background: #fff;
  border-radius: 8px;
  border: 1px solid #e5e7eb;
  padding: 1.5rem 1.25rem;
  box-shadow: 0 2px 8px rgba(0,0,0,.04);
}

.about-icon {
  width: 46px; height: 46px;
  border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 0.85rem;
}

.about-icon svg { width: 24px; height: 24px; fill: #fff; }
.about-icon.green  { background: #0b5cab; }
.about-icon.orange { background: #f5c518; }
.about-icon.blue   { background: #2563eb; }

.about-card h3 { margin: 0 0 0.5rem; font-size: 1rem; font-weight: 700; }
.about-card p  { margin: 0; font-size: 0.84rem; color: #4b5563; line-height: 1.8; }
.terms-grid { display: grid; grid-template-columns: 3fr 2fr; gap: 1.5rem; margin-bottom: 1.75rem; }

.terms-block {
  background: #fff;
  border-radius: 8px;
  border: 1px solid #e5e7eb;
  padding: 1.25rem;
}

.terms-block h3 {
  margin: 0 0 0.85rem;
  font-size: 0.97rem;
  font-weight: 700;
  color: #0a3d6b;
  border-bottom: 1px solid #e5e7eb;
  padding-bottom: 0.45rem;
}

.terms-table { width: 100%; border-collapse: collapse; font-size: 0.83rem; }
.terms-table th, .terms-table td { padding: 0.5rem 0.6rem; border: 1px solid #e5e7eb; text-align: center; }
.terms-table thead { background: #eef6fc; }
.terms-table thead th { color: #0a3d6b; font-weight: 700; }
.terms-table tbody tr:nth-child(even) { background: #f9fafb; }

.terms-list li {
  padding: 0.4rem 0;
  font-size: 0.83rem;
  color: #374151;
  border-bottom: 1px dashed #e5e7eb;
  line-height: 1.7;
}
.terms-list li:last-child { border-bottom: none; }

.skills-box {
  background: #fff;
  border-radius: 8px;
  border: 1px solid #e5e7eb;
  border-top: 5px solid #f5c518;
  padding: 1.4rem 1.25rem 1.25rem;
  margin-bottom: 1.5rem;
  scroll-margin-top: 84px;
}
.skills-box h3 {
  margin: 0 0 0.45rem;
  font-size: 1.05rem;
  color: #0a3d6b;
  font-weight: 800;
}
.skills-lead {
  margin: 0 0 1rem;
  font-size: 0.84rem;
  color: #4b5563;
  line-height: 1.8;
}
.skills-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.65rem;
}
.skills-grid span {
  display: block;
  background: #eef6fc;
  border: 1px solid #c5e0f5;
  color: #0a3d6b;
  border-radius: 8px;
  padding: 0.7rem 0.8rem;
  font-size: 0.82rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.6;
}
.skills-grid span.skill-hot {
  background: #fff8dc;
  border-color: #f5c518;
  color: #0a3d6b;
  grid-column: 1 / -1;
}
.skills-cta {
  display: block;
  margin-top: 1.1rem;
  background: #f5c518;
  color: #0a3d6b;
  text-align: center;
  font-weight: 800;
  font-size: 0.92rem;
  padding: 0.75rem 1rem;
  border-radius: 8px;
}

.process {
  background: #fff;
  border-radius: 8px;
  border: 1px solid #e5e7eb;
  padding: 1.5rem 1.25rem;
}

.process h3 { margin: 0 0 1.25rem; font-size: 0.97rem; color: #0a3d6b; font-weight: 700; }

.process-steps { display: flex; align-items: flex-start; gap: 0.5rem; flex-wrap: wrap; }

.step { display: flex; flex-direction: column; align-items: center; gap: 0.5rem; flex: 1; min-width: 130px; text-align: center; }

.step-num {
  width: 38px; height: 38px;
  border-radius: 999px;
  background: #0b5cab;
  color: #fff;
  font-size: 0.95rem;
  font-weight: 800;
  display: flex; align-items: center; justify-content: center;
}

.step-txt { display: flex; flex-direction: column; gap: 0.2rem; font-size: 0.8rem; }
.step-txt strong { color: #1a2332; font-size: 0.85rem; font-weight: 700; }
.step-txt span   { color: #6b7280; font-weight: 400; }
.step-arrow { color: #9ca3af; font-size: 1.3rem; margin-top: 0.55rem; flex-shrink: 0; }
.faq-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 1rem; }

.faq-item {
  background: #fff;
  border-radius: 8px;
  border: 1px solid #e5e7eb;
  padding: 1rem 1.25rem;
}

.faq-item h4 { margin: 0 0 0.4rem; font-size: 0.92rem; color: #0a3d6b; font-weight: 700; }
.faq-item p  { margin: 0; font-size: 0.83rem; color: #4b5563; line-height: 1.8; }
.app-single-row { display: grid; grid-template-columns: repeat(2,1fr); gap: 1.25rem; max-width: 720px; }

.app-box {
  background: #fff;
  border-radius: 10px;
  border: 1px solid #e5e7eb;
  padding: 1.5rem 1.25rem;
  display: flex; flex-direction: column; align-items: center;
  text-align: center; gap: 0.85rem;
  box-shadow: 0 2px 8px rgba(0,0,0,.04);
  cursor: pointer;
  transition: box-shadow 0.2s, transform 0.2s;
}

.app-box:hover { box-shadow: 0 6px 22px rgba(0,0,0,.1); transform: translateY(-2px); }

.app-icon-wrap {
  width: 68px; height: 68px;
  border-radius: 16px;
  display: flex; align-items: center; justify-content: center;
}

.android-bg { background: #3ddc84; }
.web-bg     { background: #1a73e8; }

.app-icon   { width: 38px; height: 38px; }

.app-txt { display: flex; flex-direction: column; gap: 0.2rem; }
.app-txt strong { font-size: 0.88rem; color: #111; font-weight: 700; }
.app-txt span   { font-size: 0.76rem; color: #6b7280; }
.form-page { min-height: 100vh; background: #f5f6f8; }

.form-hero {
  padding: 2.5rem 0;
  color: #fff;
}

.form-hero.green-hero  { background: linear-gradient(135deg, #0a3d6b, #0b5cab); }
.form-hero.orange-hero { background: linear-gradient(135deg, #c4940c, #f5c518); }

.form-hero h1 { margin: 0 0 0.5rem; font-size: 1.5rem; font-weight: 800; }
.form-hero p  { margin: 0; color: rgba(255,255,255,0.88); font-size: 0.9rem; }

.form-section { padding: 2.5rem 0 3rem; }

.form-card {
  background: #fff;
  border-radius: 12px;
  border: 1px solid #e5e7eb;
  padding: 2rem 1.75rem;
  box-shadow: 0 4px 18px rgba(0,0,0,.07);
  max-width: 720px;
  margin: 0 auto;
}

.form-card-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: #0a3d6b;
  margin: 0 0 1.5rem;
  padding-bottom: 0.6rem;
  border-bottom: 1px solid #e5e7eb;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 1.1rem;
}

.field { display: flex; flex-direction: column; gap: 0.3rem; font-size: 0.85rem; }
.field-full { grid-column: 1 / -1; }
.field span { color: #374151; font-weight: 500; }
.field em   { color: #dc2626; font-style: normal; margin-right: 0.2rem; }

.field input, .field select, .field textarea {
  border: 1px solid #d1d5db;
  border-radius: 5px;
  padding: 0.52rem 0.65rem;
  font-size: 0.85rem;
  background: #f9fafb;
  color: #111827;
  transition: border-color 0.15s, box-shadow 0.15s;
}

.field input:focus, .field select:focus, .field textarea:focus {
  outline: none;
  border-color: #0b5cab;
  box-shadow: 0 0 0 3px rgba(11,92,171,0.15);
  background: #fff;
}

.field textarea { resize: vertical; }

.form-footer {
  margin-top: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
}

.btn-submit-g, .btn-submit-o {
  border: none;
  border-radius: 5px;
  padding: 0.65rem 2.5rem;
  font-size: 0.93rem;
  font-weight: 700;
  cursor: pointer;
  color: #fff;
  transition: filter 0.2s;
}

.btn-submit-g { background: linear-gradient(to bottom, #1e88c8, #0b5cab); }
.btn-submit-o { background: linear-gradient(to bottom, #e6b800, #f5c518); }
.btn-submit-g:hover, .btn-submit-o:hover { filter: brightness(1.08); }

.btn-step-next, .btn-step-prev {
  border: none;
  border-radius: 5px;
  padding: 0.55rem 1.6rem;
  font-size: 0.88rem;
  font-weight: 600;
  cursor: pointer;
  transition: filter 0.2s;
}

.btn-step-next { background: #0b5cab; color: #fff; }
.btn-step-next.orange { background: #f5c518; }
.btn-step-prev { background: #e5e7eb; color: #374151; }
.btn-step-next:hover, .btn-step-prev:hover { filter: brightness(1.08); }

.form-note { font-size: 0.78rem; color: #6b7280; margin: 0; }
.wizard-steps {
  display: flex;
  gap: 0;
  margin-bottom: 2rem;
  border-bottom: 2px solid #e5e7eb;
}

.wizard-step {
  flex: 1;
  text-align: center;
  padding: 0.65rem 0.5rem;
  font-size: 0.82rem;
  font-weight: 600;
  color: #9ca3af;
  position: relative;
  cursor: default;
}

.wizard-step.active {
  color: #0a3d6b;
  font-weight: 700;
}

.wizard-step.active::after {
  content: '';
  position: absolute;
  bottom: -2px;
  right: 0;
  width: 100%;
  height: 3px;
  background: #0b5cab;
  border-radius: 2px;
}

.wizard-step.done { color: #0b5cab; }

.wizard-step .step-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 700;
  margin-left: 0.3rem;
  color: #fff;
  background: #d1d5db;
  vertical-align: middle;
}

.wizard-step.active .step-badge { background: #0b5cab; }
.wizard-step.done .step-badge   { background: #0b5cab; }

.form-step { display: none; }
.form-step.active { display: block; }

.info-side {
  background: #eef6fc;
  border-radius: 10px;
  border: 1px solid #c5e0f5;
  padding: 1.5rem;
  font-size: 0.84rem;
  color: #0d4a7f;
}

.info-side h4 { margin: 0 0 0.75rem; font-size: 0.95rem; font-weight: 700; }

.info-side ul { display: flex; flex-direction: column; gap: 0.5rem; }
.info-side li { display: flex; gap: 0.5rem; align-items: flex-start; line-height: 1.6; }
.info-side li::before { content: "✓"; color: #0b5cab; font-weight: 700; flex-shrink: 0; }

.form-two-col {
  max-width: 960px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 1.5rem;
}

.back-link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: rgba(255,255,255,0.9);
  font-size: 0.83rem;
  font-weight: 500;
  margin-bottom: 0.75rem;
}

.back-link svg { width: 16px; height: 16px; fill: currentColor; }
.footer { background: #111827; color: #e5e7eb; padding: 2.5rem 0 0; }

.footer-inner {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 2rem;
  padding-bottom: 2rem;
}

.footer-logo { display: flex; align-items: center; gap: 0.6rem; margin-bottom: 0.75rem; }
.footer-logo-img {
  width: 48px;
  height: 48px;
  object-fit: contain;
  background: #fff;
  border-radius: 10px;
  padding: 4px;
  filter: none;
}
.footer-logo strong { display: block; font-size: 0.88rem; font-weight: 700; }
.footer-logo span   { font-size: 0.74rem; color: #9ca3af; }

.footer-desc { font-size: 0.82rem; color: #9ca3af; margin: 0; line-height: 1.8; }

.footer-col h4 {
  font-size: 0.88rem;
  font-weight: 700;
  color: #f9fafb;
  margin: 0 0 0.85rem;
  border-bottom: 1px solid #374151;
  padding-bottom: 0.4rem;
}

.footer-col ul li { font-size: 0.8rem; color: #9ca3af; margin-bottom: 0.45rem; }
.footer-col ul a   { color: #9ca3af; transition: color 0.2s; }
.footer-col ul a:hover { color: #1e88c8; }

.footer-bottom {
  border-top: 1px solid #374151;
  padding: 0.85rem 1.25rem;
  display: flex;
  justify-content: space-between;
  font-size: 0.77rem;
  color: #6b7280;
}

.footer-bottom a { color: #1e88c8; }
@keyframes slideUp {
  from { opacity: 0; transform: translateY(40px); }
  to   { opacity: 1; transform: translateY(0); }
}

.anim-slide {
  opacity: 0;
  animation: slideUp 0.6s ease forwards;
}

.anim-slide.d1  { animation-delay: 0.1s; }
.anim-slide.d2  { animation-delay: 0.25s; }
.anim-slide.d3  { animation-delay: 0.4s; }
.anim-slide.d4  { animation-delay: 0.55s; }
.anim-slide.d5  { animation-delay: 0.7s; }
.anim-slide.d6  { animation-delay: 0.85s; }
.anim-slide.d7  { animation-delay: 1.0s; }
.anim-slide.d8  { animation-delay: 1.15s; }
.anim-slide.d9  { animation-delay: 1.3s; }
.anim-slide.d10 { animation-delay: 1.45s; }
.download-page-box {
  max-width: 780px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.dl-notice {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  background: #fffbeb;
  border: 2px solid #fbbf24;
  border-radius: 10px;
  padding: 1.25rem 1.5rem;
}

.dl-notice-icon svg { width: 32px; height: 32px; flex-shrink: 0; margin-top: 0.15rem; }

.dl-notice-text h3 {
  margin: 0 0 0.4rem;
  font-size: 1rem;
  font-weight: 800;
  color: #92400e;
}

.dl-notice-text p {
  margin: 0;
  font-size: 0.86rem;
  color: #78350f;
  line-height: 1.8;
}

.dl-card {
  background: #fff;
  border-radius: 12px;
  border: 2px solid #0b5cab;
  padding: 2rem 1.75rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
  box-shadow: 0 6px 24px rgba(11, 92, 171, 0.12);
}

.dl-card-head {
  display: flex;
  align-items: center;
  gap: 1rem;
  text-align: right;
}

.dl-card-head h3 { margin: 0; font-size: 1.1rem; font-weight: 800; color: #0a3d6b; }
.dl-card-head span { font-size: 0.82rem; color: #6b7280; }

.btn-download {
  display: inline-block;
  background: linear-gradient(to bottom, #1e88c8, #0b5cab);
  color: #fff;
  padding: 0.75rem 3rem;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 800;
  transition: filter 0.2s;
  box-shadow: 0 6px 20px rgba(11, 92, 171, 0.3);
}

.btn-download:hover { filter: brightness(1.08); }

.dl-size {
  margin: 0;
  font-size: 0.78rem;
  color: #9ca3af;
}

.dl-steps {
  background: #fff;
  border-radius: 10px;
  border: 1px solid #e5e7eb;
  padding: 1.5rem;
}

.dl-steps h3 {
  margin: 0 0 1.25rem;
  font-size: 0.95rem;
  font-weight: 700;
  color: #0a3d6b;
}

.dl-steps-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.dl-step-item {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
}

.dl-step-num {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: #0b5cab;
  color: #fff;
  font-size: 0.88rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.dl-step-item strong {
  display: block;
  font-size: 0.88rem;
  font-weight: 700;
  color: #1a2332;
  margin-bottom: 0.15rem;
}

.dl-step-item span {
  font-size: 0.82rem;
  color: #6b7280;
  line-height: 1.6;
}

.dl-reminders {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
@media (max-width: 1024px) {
  .hero-inner { grid-template-columns: 1fr; }
  .hero-stats { grid-template-columns: 1fr 1fr; }
  .about-grid { grid-template-columns: 1fr 1fr; }
  .terms-grid { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr 1fr; }
  .form-two-col { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
  .wrap { padding-left: 0.9rem; padding-right: 0.9rem; }
  .nav { display: none; }
  .header-inner { gap: 0.5rem; }
  .header-btn { padding: 0.4rem 0.75rem; font-size: 0.78rem; }
  .logo-img-sm { width: 38px; height: 38px; }
  .logo-txt strong { font-size: 0.82rem; }
  .topbar { font-size: 0.7rem; }
  .topbar .wrap { flex-wrap: wrap; gap: 0.25rem; }
  .hero { padding: 1.6rem 0 1.8rem; }
  .hero-text h1 { font-size: 1.28rem; }
  .hero-text p { font-size: 0.86rem; margin-bottom: 1rem; }
  .hero-badge { font-size: 0.72rem; padding: 0.2rem 0.6rem; }
  .hero-btns { flex-direction: column; }
  .hero-btns a { width: 100%; text-align: center; }
  .hero-facts { flex-direction: column; gap: 0.55rem; padding-top: 0.85rem; }
  .hero-facts li {
    border-left: none;
    padding: 0.15rem 0;
    font-size: 0.78rem;
  }
  .benefit-strip-inner { grid-template-columns: 1fr 1fr; }
  .mid-cta { flex-direction: column; text-align: center; }
  .mid-cta .btn-orange { width: 100%; }
  .hero-stats { grid-template-columns: 1fr 1fr; gap: 0.55rem; }
  .stat-card { padding: 0.7rem 0.55rem; }
  .stat-num { font-size: 0.92rem; }
  .choose { padding: 1.75rem 0; }
  .choose-card { padding: 1.4rem 1rem; }
  .choose-btn { width: 100%; }
  .section { padding: 1.75rem 0; }
  .sec-title { font-size: 1.12rem; }
  .choose-inner { grid-template-columns: 1fr; }
  .about-grid  { grid-template-columns: 1fr; }
  .faq-grid    { grid-template-columns: 1fr; }
  .app-single-row { grid-template-columns: 1fr; }
  .form-grid   { grid-template-columns: 1fr; }
  .process { padding: 1.1rem 0.9rem; }
  .process-steps { flex-direction: column; align-items: stretch; }
  .step { min-width: 0; flex-direction: row; text-align: right; align-items: center; }
  .step-arrow  { display: none; }
  .terms-block { overflow-x: auto; }
  .terms-table { min-width: 280px; }
  .skills-grid { grid-template-columns: 1fr 1fr; }
  .footer-inner  { grid-template-columns: 1fr; gap: 1.25rem; }
  .footer-bottom { flex-direction: column; gap: 0.35rem; text-align: center; }
  .wizard-steps { flex-wrap: wrap; }
  .dl-reminders { grid-template-columns: 1fr; }
  .info-side { padding: 1rem; }
  .dl-size { line-height: 1.8; }
  .dl-notice { flex-direction: column; padding: 1rem; gap: 0.6rem; }
  .dl-card { padding: 1.25rem 1rem; }
  .dl-card-head { flex-direction: column; text-align: center; }
  .dl-card-head > div { text-align: center; }
  .btn-download { width: 100%; padding: 0.75rem 1rem; text-align: center; }
  .form-hero { padding: 1.5rem 0; }
  .form-hero h1 { font-size: 1.2rem; }
  .form-section { padding: 1.4rem 0 2rem; }
  .official-sheet { margin: 0.75rem 0.75rem 1.5rem; }
  .official-head h1 { font-size: 1.2rem; }
  .official-meta { flex-direction: column; gap: 0.3rem; }
  .official-actions { flex-direction: column; }
  .official-actions a { width: 100%; text-align: center; }
  .splash-bar { width: min(240px, 72vw); }
}

@media (max-width: 480px) {
  .hero-stats { grid-template-columns: 1fr; }
  .header-logo .logo-txt span { display: none; }
  .choose-card h3 { font-size: 1rem; }
  .skills-grid { grid-template-columns: 1fr; }
}

.official-page { background: #e8eef4; }
.official-sheet {
  max-width: 860px;
  margin: 1.5rem auto 2.5rem;
  background: #fff;
  border: 1px solid #c5d4e2;
  box-shadow: 0 10px 30px rgba(10,61,107,0.08);
}
.official-head {
  background: linear-gradient(135deg, #062844 0%, #0a3d6b 40%, #0b5cab 100%);
  color: #fff;
  text-align: center;
  padding: 1.8rem 1.25rem 1.5rem;
  border-bottom: 7px solid #f5c518;
}
.official-badge {
  display: inline-block;
  background: #f5c518;
  color: #0a3d6b;
  font-size: 0.78rem;
  font-weight: 900;
  padding: 0.28rem 0.9rem;
  border-radius: 999px;
  margin-bottom: 0.85rem;
  letter-spacing: 0.2px;
}
.official-head img {
  width: 92px;
  height: 92px;
  margin: 0 auto 0.75rem;
  background: #fff;
  border-radius: 16px;
  padding: 8px;
  box-shadow: 0 8px 22px rgba(0,0,0,0.18);
}
.official-head h1 {
  margin: 0 0 0.35rem;
  font-size: 1.7rem;
  font-weight: 900;
  letter-spacing: -0.3px;
}
.official-sub {
  margin: 0 0 0.2rem;
  font-size: 0.95rem;
  font-weight: 700;
  color: #f5c518;
}
.official-lead {
  margin: 0;
  font-size: 0.88rem;
  font-weight: 600;
  color: #dbeafe;
}
.intro-text {
  font-size: 0.98rem !important;
  line-height: 2 !important;
  color: #1a2332 !important;
}
.c-blue { color: #0b5cab; font-weight: 800; }
.c-navy { color: #0a3d6b; font-weight: 800; }
.c-gold { color: #c4940c; font-weight: 800; }
.official-actions .official-btn {
  padding: 0.8rem 1.6rem;
  font-size: 0.95rem;
  border-radius: 8px;
  box-shadow: 0 6px 16px rgba(11,92,171,0.18);
}
.official-actions .official-btn.gold {
  box-shadow: 0 6px 16px rgba(245,197,24,0.35);
}
.official-meta {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.7rem 1.25rem;
  background: #fff8dc;
  border-bottom: 1px solid #f0d56a;
  font-size: 0.8rem;
  color: #0a3d6b;
  font-weight: 700;
}
.official-body { padding: 1.4rem 1.4rem 1.8rem; }
.official-body h2 {
  margin: 1.2rem 0 0.6rem;
  color: #0a3d6b;
  font-size: 1.05rem;
  border-right: 4px solid #f5c518;
  padding-right: 0.6rem;
}
.official-body p { color: #374151; font-size: 0.9rem; margin: 0 0 1rem; }
.official-actions {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
  margin: 1.25rem 0 0.5rem;
}
.official-btn {
  background: #0b5cab;
  color: #fff;
  padding: 0.65rem 1.4rem;
  border-radius: 6px;
  font-weight: 800;
  font-size: 0.9rem;
}
.official-btn.gold { background: #f5c518; color: #0a3d6b; }
.official-table { width: 100%; border-collapse: collapse; font-size: 0.84rem; margin: 0.75rem 0 1.25rem; }
.official-table th, .official-table td { border: 1px solid #c5d4e2; padding: 0.5rem 0.65rem; text-align: center; }
.official-table thead { background: #0a3d6b; color: #fff; }
.official-table tbody tr:nth-child(even) { background: #f4f8fc; }
.official-note {
  background: #f4f8fc;
  border: 1px solid #c5d4e2;
  padding: 0.9rem 1rem;
  font-size: 0.84rem;
  color: #0a3d6b;
  margin-bottom: 1rem;
}
.official-faq { margin: 0; padding: 0; }
.official-faq li { border-bottom: 1px dashed #d7e3ef; padding: 0.7rem 0; }
.official-faq strong { display: block; color: #0a3d6b; margin-bottom: 0.2rem; }
.official-faq span { color: #4b5563; font-size: 0.84rem; }

.bmi-banner {
  background: linear-gradient(135deg, #062844 0%, #0a3d6b 50%, #0b5cab 100%);
  color: #fff;
  padding: 2.4rem 0;
  border-bottom: 6px solid #f5c518;
}
.bmi-banner-inner {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.bmi-banner-inner img {
  width: 88px;
  height: 88px;
  background: #fff;
  border-radius: 16px;
  padding: 8px;
  flex-shrink: 0;
}
.bmi-banner-text h1 {
  margin: 0.45rem 0 0.5rem;
  font-size: 1.55rem;
  font-weight: 900;
}
.bmi-banner-text p { margin: 0; color: #dbeafe; font-size: 0.95rem; line-height: 1.9; }
.bmi-strip { background: #fff8dc; border-bottom: 1px solid #f0d56a; }
.bmi-strip-grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  text-align: center;
  padding: 1rem 1.25rem;
}
.bmi-strip-grid b { display: block; color: #0a3d6b; font-size: 1.05rem; font-weight: 900; }
.bmi-strip-grid span { color: #6b5300; font-size: 0.78rem; }
.bmi-paths {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-top: 1.25rem;
}
.bmi-path {
  display: block;
  background: #fff;
  border: 1px solid #c5d4e2;
  border-radius: 14px;
  padding: 1.4rem 1.25rem;
  box-shadow: 0 8px 22px rgba(10,61,107,0.06);
}
.bmi-path.blue { border-top: 6px solid #0b5cab; }
.bmi-path.gold { border-top: 6px solid #f5c518; }
.bmi-path em { font-style: normal; font-size: 0.75rem; font-weight: 800; color: #0b5cab; }
.bmi-path.gold em { color: #c4940c; }
.bmi-path h3 { margin: 0.35rem 0 0.5rem; color: #0a3d6b; font-size: 1.1rem; }
.bmi-path p { margin: 0 0 1rem; color: #5b6775; font-size: 0.86rem; line-height: 1.8; }
.bmi-path span {
  display: inline-block;
  background: #0b5cab;
  color: #fff;
  font-weight: 800;
  font-size: 0.82rem;
  padding: 0.45rem 0.9rem;
  border-radius: 7px;
}
.bmi-path.gold span { background: #f5c518; color: #0a3d6b; }
.bmi-split {
  display: grid;
  grid-template-columns: 1.4fr 0.8fr;
  gap: 1.5rem;
  align-items: start;
}
.bmi-checks { margin: 0; padding: 0; }
.bmi-checks li {
  position: relative;
  padding: 0.45rem 0 0.45rem 0;
  padding-right: 1.3rem;
  color: #374151;
  font-size: 0.9rem;
}
.bmi-checks li::before { content: "■"; color: #f5c518; position: absolute; right: 0; }
.bmi-aside {
  background: #0a3d6b;
  color: #fff;
  border-radius: 14px;
  padding: 1.2rem 1.15rem;
}
.bmi-aside h3 { margin: 0 0 0.7rem; color: #f5c518; font-size: 0.95rem; }
.bmi-aside ol { margin: 0; padding-right: 1.1rem; font-size: 0.85rem; line-height: 1.9; }
.bmi-terms {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 0.75rem;
  margin: 1rem 0 1.5rem;
}
.bmi-terms div {
  background: #fff;
  border: 1px solid #c5d4e2;
  border-radius: 10px;
  padding: 0.85rem 0.7rem;
  text-align: center;
}
.bmi-terms b { display: block; color: #0b5cab; font-size: 0.78rem; margin-bottom: 0.25rem; }
.bmi-terms span { color: #0a3d6b; font-weight: 800; font-size: 0.88rem; }
.bmi-timeline {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 0.75rem;
}
.bmi-timeline div {
  background: #fff;
  border-right: 4px solid #0b5cab;
  border-radius: 10px;
  padding: 0.9rem;
}
.bmi-timeline i {
  display: inline-flex;
  width: 26px; height: 26px;
  align-items: center; justify-content: center;
  background: #f5c518;
  color: #0a3d6b;
  border-radius: 50%;
  font-style: normal;
  font-weight: 900;
  font-size: 0.8rem;
  margin-bottom: 0.4rem;
}
.bmi-timeline b { display: block; color: #0a3d6b; font-size: 0.88rem; }
.bmi-timeline span { color: #6b7280; font-size: 0.78rem; }
.bmi-faq details {
  background: #fff;
  border: 1px solid #c5d4e2;
  border-radius: 10px;
  padding: 0.75rem 1rem;
  margin-bottom: 0.6rem;
}
.bmi-faq summary { cursor: pointer; font-weight: 800; color: #0a3d6b; }
.bmi-faq p { margin: 0.5rem 0 0; color: #4b5563; font-size: 0.86rem; }
@media (max-width: 768px) {
  .bmi-banner-inner, .bmi-split { display: block; }
  .bmi-banner-inner img { margin-bottom: 0.8rem; }
  .bmi-strip-grid, .bmi-paths, .bmi-terms, .bmi-timeline { grid-template-columns: 1fr 1fr; }
  .official-sheet { margin: 0.75rem 0.75rem 1.5rem; }
  .official-head h1 { font-size: 1.2rem; }
  .official-meta { flex-direction: column; gap: 0.3rem; }
  .official-actions { flex-direction: column; }
  .official-actions a { width: 100%; text-align: center; }
}
.official-foot {
  background: #0a3d6b;
  color: #c5d4e2;
  text-align: center;
  padding: 0.85rem 1rem;
  font-size: 0.78rem;
}
/* Coded by @DevAiSaN */

