/* 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: #D81736; font-weight: 700; }
.highlight-orange { color: #FDBD51; 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: #8B1024;
}

.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, #D81736, #FDBD51);
  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 #D81736;
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: 0 2px 10px rgba(216,23,54,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: #8B1024; 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: #D81736;
  transition: width 0.2s;
}

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

.topbar {
  background: #2D2D2D;
  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: #FDBD51; }
.header-btn {
  background: #D81736;
  color: #fff;
  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: #B8142E; }
.hero {
  background: linear-gradient(135deg, #2B0A10 0%, #8B1024 45%, #D81736 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(253,189,81,0.18);
  border: 1px solid rgba(253,189,81,0.55);
  color: #FDBD51;
  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: #FDBD51;
  color: #8B1024;
}
.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: #F5F5F5;
  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: #FFF8EE;
  border-bottom: 1px solid #FDBD51;
}
.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: #8B1024;
  font-size: 0.8rem;
  font-weight: 800;
}
.mid-cta {
  margin-top: 1.5rem;
  background: #8B1024;
  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: #FDBD51;
  color: #8B1024;
  padding: 0.6rem 1.5rem;
  border-radius: 5px;
  font-weight: 700;
  font-size: 0.9rem;
  transition: background 0.2s;
}
.btn-orange:hover { background: #E0A43A; }

.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: #D81736; background: #FDF2F4; }
.choose-card.orange-card { border-color: #FDBD51; background: #FFF8EE; }

.choose-card.green-card:hover  { border-color: #B8142E; box-shadow: 0 8px 28px rgba(216,23,54,0.18); }
.choose-card.orange-card:hover { border-color: #E0A43A; box-shadow: 0 8px 28px rgba(253,189,81,0.22); }

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

.choose-icon.gi { background: #D81736; }
.choose-icon.oi { background: #FDBD51; }

.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: #D81736; color: #fff; }
.choose-btn.ob { background: #FDBD51; color: #8B1024; }
.section { padding: 2.75rem 0; }
.bg-light { background: #FDF2F4; }
.bg-white { background: #fff; }

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

.sec-title::after {
  content: '';
  position: absolute;
  bottom: 0; right: 0;
  width: 44px; height: 3px;
  background: #FDBD51;
  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: #D81736; }
.about-icon.orange { background: #FDBD51; }
.about-icon.blue   { background: #E03A52; }

.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: #8B1024;
  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: #FDF2F4; }
.terms-table thead th { color: #8B1024; 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 #FDBD51;
  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: #8B1024;
  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: #FDF2F4;
  border: 1px solid #F5D4A8;
  color: #8B1024;
  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: #FFF8EE;
  border-color: #FDBD51;
  color: #8B1024;
  grid-column: 1 / -1;
}
.skills-cta {
  display: block;
  margin-top: 1.1rem;
  background: #FDBD51;
  color: #8B1024;
  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: #8B1024; 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: #D81736;
  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: #8B1024; 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, #8B1024, #D81736); }
.form-hero.orange-hero { background: linear-gradient(135deg, #C49420, #FDBD51); }

.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: #8B1024;
  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: #D81736;
  box-shadow: 0 0 0 3px rgba(216,23,54,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, #E03A52, #D81736); }
.btn-submit-o { background: linear-gradient(to bottom, #e6b800, #FDBD51); }
.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: #D81736; color: #fff; }
.btn-step-next.orange { background: #FDBD51; }
.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: #8B1024;
  font-weight: 700;
}

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

.wizard-step.done { color: #D81736; }

.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: #D81736; }
.wizard-step.done .step-badge   { background: #D81736; }

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

.info-side {
  background: #FDF2F4;
  border-radius: 10px;
  border: 1px solid #F5D4A8;
  padding: 1.5rem;
  font-size: 0.84rem;
  color: #8B1024;
}

.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: #D81736; 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: #E03A52; }

.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: #E03A52; }
@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: #FFF8EE;
  border: 2px solid #F5A623;
  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 #D81736;
  padding: 2rem 1.75rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
  box-shadow: 0 6px 24px rgba(216, 23, 54, 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: #8B1024; }
.dl-card-head span { font-size: 0.82rem; color: #6b7280; }

.btn-download {
  display: inline-block;
  background: linear-gradient(to bottom, #E03A52, #D81736);
  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(216, 23, 54, 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: #8B1024;
}

.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: #D81736;
  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: #F5F5F5; }
.official-sheet {
  max-width: 860px;
  margin: 1.5rem auto 2.5rem;
  background: #fff;
  border: 1px solid #E8D4C8;
  box-shadow: 0 10px 30px rgba(139,16,36,0.08);
}
.official-head {
  background: linear-gradient(135deg, #2B0A10 0%, #8B1024 40%, #D81736 100%);
  color: #fff;
  text-align: center;
  padding: 1.8rem 1.25rem 1.5rem;
  border-bottom: 7px solid #FDBD51;
}
.official-badge {
  display: inline-block;
  background: #FDBD51;
  color: #8B1024;
  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: #FDBD51;
}
.official-lead {
  margin: 0;
  font-size: 0.88rem;
  font-weight: 600;
  color: #FDE8EC;
}
.intro-text {
  font-size: 0.98rem !important;
  line-height: 2 !important;
  color: #1a2332 !important;
}
.c-blue { color: #D81736; font-weight: 800; }
.c-navy { color: #8B1024; font-weight: 800; }
.c-gold { color: #C49420; 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(216,23,54,0.18);
}
.official-actions .official-btn.gold {
  box-shadow: 0 6px 16px rgba(253,189,81,0.35);
}
.official-meta {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.7rem 1.25rem;
  background: #FFF8EE;
  border-bottom: 1px solid #FDBD51;
  font-size: 0.8rem;
  color: #8B1024;
  font-weight: 700;
}
.official-body { padding: 1.4rem 1.4rem 1.8rem; }
.official-body h2 {
  margin: 1.2rem 0 0.6rem;
  color: #8B1024;
  font-size: 1.05rem;
  border-right: 4px solid #FDBD51;
  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: #D81736;
  color: #fff;
  padding: 0.65rem 1.4rem;
  border-radius: 6px;
  font-weight: 800;
  font-size: 0.9rem;
}
.official-btn.gold { background: #FDBD51; color: #8B1024; }
.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 #E8D4C8; padding: 0.5rem 0.65rem; text-align: center; }
.official-table thead { background: #8B1024; color: #fff; }
.official-table tbody tr:nth-child(even) { background: #FFF9F0; }
.official-note {
  background: #FFF9F0;
  border: 1px solid #E8D4C8;
  padding: 0.9rem 1rem;
  font-size: 0.84rem;
  color: #8B1024;
  margin-bottom: 1rem;
}
.official-faq { margin: 0; padding: 0; }
.official-faq li { border-bottom: 1px dashed #EEDDD4; padding: 0.7rem 0; }
.official-faq strong { display: block; color: #8B1024; margin-bottom: 0.2rem; }
.official-faq span { color: #4b5563; font-size: 0.84rem; }

.bmi-banner {
  background: linear-gradient(135deg, #2B0A10 0%, #8B1024 50%, #D81736 100%);
  color: #fff;
  padding: 2.4rem 0;
  border-bottom: 6px solid #FDBD51;
}
.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: #FDE8EC; font-size: 0.95rem; line-height: 1.9; }
.bmi-strip { background: #FFF8EE; border-bottom: 1px solid #FDBD51; }
.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: #8B1024; font-size: 1.05rem; font-weight: 900; }
.bmi-strip-grid span { color: #8B5A00; 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 #E8D4C8;
  border-radius: 14px;
  padding: 1.4rem 1.25rem;
  box-shadow: 0 8px 22px rgba(139,16,36,0.06);
}
.bmi-path.blue { border-top: 6px solid #D81736; }
.bmi-path.gold { border-top: 6px solid #FDBD51; }
.bmi-path em { font-style: normal; font-size: 0.75rem; font-weight: 800; color: #D81736; }
.bmi-path.gold em { color: #C49420; }
.bmi-path h3 { margin: 0.35rem 0 0.5rem; color: #8B1024; 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: #D81736;
  color: #fff;
  font-weight: 800;
  font-size: 0.82rem;
  padding: 0.45rem 0.9rem;
  border-radius: 7px;
}
.bmi-path.gold span { background: #FDBD51; color: #8B1024; }
.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: #FDBD51; position: absolute; right: 0; }
.bmi-aside {
  background: #8B1024;
  color: #fff;
  border-radius: 14px;
  padding: 1.2rem 1.15rem;
}
.bmi-aside h3 { margin: 0 0 0.7rem; color: #FDBD51; 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 #E8D4C8;
  border-radius: 10px;
  padding: 0.85rem 0.7rem;
  text-align: center;
}
.bmi-terms b { display: block; color: #D81736; font-size: 0.78rem; margin-bottom: 0.25rem; }
.bmi-terms span { color: #8B1024; 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 #D81736;
  border-radius: 10px;
  padding: 0.9rem;
}
.bmi-timeline i {
  display: inline-flex;
  width: 26px; height: 26px;
  align-items: center; justify-content: center;
  background: #FDBD51;
  color: #8B1024;
  border-radius: 50%;
  font-style: normal;
  font-weight: 900;
  font-size: 0.8rem;
  margin-bottom: 0.4rem;
}
.bmi-timeline b { display: block; color: #8B1024; font-size: 0.88rem; }
.bmi-timeline span { color: #6b7280; font-size: 0.78rem; }
.bmi-faq details {
  background: #fff;
  border: 1px solid #E8D4C8;
  border-radius: 10px;
  padding: 0.75rem 1rem;
  margin-bottom: 0.6rem;
}
.bmi-faq summary { cursor: pointer; font-weight: 800; color: #8B1024; }
.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: #8B1024;
  color: #E8D4C8;
  text-align: center;
  padding: 0.85rem 1rem;
  font-size: 0.78rem;
}

.home-v2 {
  background: #f3eee8;
  color: #1c1416;
  overflow-x: hidden;
}
.home-v2 .header {
  border-bottom: none;
  box-shadow: 0 1px 0 #eadfd4;
  position: sticky;
  top: 0;
}
.home-v2 .header-inner {
  position: relative;
  min-width: 0;
}
.home-v2 .header-logo { min-width: 0; }
.home-v2 .header-btn { border-radius: 999px; padding: 0.5rem 1.2rem; }
.m2-cta-short { display: none; }
.m2-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.75rem;
  min-width: 0;
}
.m2-top-short { display: none; }
.m2-top-links {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  min-width: 0;
  flex-shrink: 1;
}
.m2-top-links a {
  color: #d1d5db;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 42vw;
  direction: ltr;
  unicode-bidi: isolate;
}
.js-host {
  direction: ltr;
  unicode-bidi: isolate;
  overflow-wrap: anywhere;
}
.m2-head-actions { display: flex; align-items: center; gap: 0.5rem; flex-shrink: 0; }
.m2-menu-btn {
  display: none;
  border: 1px solid #eadfd4;
  background: #fff;
  color: #8B1024;
  border-radius: 8px;
  padding: 0.4rem 0.7rem;
  font-weight: 800;
  font-size: 0.78rem;
  cursor: pointer;
}
.home-v2 .nav.m2-nav {
  display: block;
  background: transparent;
  box-shadow: none;
}
.m2-nav-inner {
  display: flex;
  justify-content: flex-end;
  gap: 1.15rem;
  padding-bottom: 0.65rem;
}
.m2-nav a { font-weight: 600; }
@media (min-width: 769px) {
  .home-v2 .nav.m2-nav { border-top: 1px solid #f0e6dc; }
}

.m2-splash-ring {
  width: 118px;
  height: 118px;
  border-radius: 50%;
  border: 3px solid #FDBD51;
  box-shadow: 0 0 0 8px rgba(216,23,54,0.08);
  display: flex;
  align-items: center;
  justify-content: center;
}
.m2-splash-ring .splash-logo-img { width: 72px; height: 72px; margin: 0; }

.m2-hero {
  position: relative;
  padding: 3.4rem 0 3.6rem;
  background:
    radial-gradient(ellipse at 20% 10%, rgba(253,189,81,0.22), transparent 42%),
    linear-gradient(160deg, #1a0a0c 0%, #5c0e1c 48%, #D81736 100%);
  color: #fff;
  overflow: hidden;
}
.m2-hero::after {
  content: '';
  position: absolute;
  left: -80px;
  bottom: -90px;
  width: 280px;
  height: 280px;
  border: 18px solid rgba(253,189,81,0.16);
  border-radius: 50%;
  pointer-events: none;
}
.m2-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.35fr 0.85fr;
  gap: 2.2rem;
  align-items: stretch;
}
.m2-kicker {
  margin: 0 0 0.7rem;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.4px;
  color: #FDBD51;
}
.m2-kicker.dark { color: #D81736; }
.m2-hero-copy h1 {
  margin: 0 0 1rem;
  font-size: clamp(1.25rem, 4.2vw, 2.05rem);
  line-height: 1.45;
  font-weight: 900;
  overflow-wrap: break-word;
}
.m2-lead {
  margin: 0 0 1.4rem;
  color: rgba(255,255,255,0.88);
  font-size: 0.98rem;
  line-height: 2;
  max-width: 38rem;
}
.m2-hero-actions { display: flex; flex-wrap: wrap; gap: 0.7rem; margin-bottom: 1.4rem; }
.m2-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.72rem 1.35rem;
  border-radius: 999px;
  font-weight: 800;
  font-size: 0.9rem;
  transition: filter 0.2s, transform 0.2s, background 0.2s;
}
.m2-btn:hover { transform: translateY(-1px); filter: brightness(1.05); }
.m2-btn-gold { background: #FDBD51; color: #5c0e1c; }
.m2-btn-red { background: #D81736; color: #fff; }
.m2-btn-line { background: transparent; color: #fff; border: 1px solid rgba(255,255,255,0.45); }
.m2-hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem 1.4rem;
  color: rgba(255,255,255,0.86);
  font-size: 0.82rem;
}
.m2-hero-meta b { color: #FDBD51; margin-left: 0.25rem; }

.m2-hero-panel {
  background: #fff;
  color: #1c1416;
  border-radius: 22px;
  padding: 1.35rem 1.3rem 1.2rem;
  box-shadow: 0 18px 40px rgba(0,0,0,0.22);
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.m2-panel-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0.8rem;
  border-bottom: 1px dashed #eadfd4;
  font-size: 0.78rem;
  color: #7a6670;
}
.m2-panel-head strong { color: #D81736; font-size: 0.95rem; }
.m2-panel-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.7rem;
}
.m2-panel-stats li {
  background: #f8f3ee;
  border-radius: 14px;
  padding: 0.75rem 0.7rem;
}
.m2-panel-stats em {
  display: block;
  font-style: normal;
  font-weight: 900;
  font-size: 1.15rem;
  color: #8B1024;
}
.m2-panel-stats span { font-size: 0.74rem; color: #6b5b62; }
.m2-panel-cta {
  background: #D81736;
  color: #fff;
  text-align: center;
  border-radius: 12px;
  padding: 0.8rem 1rem;
  font-weight: 800;
}
.m2-panel-note { margin: 0; font-size: 0.75rem; color: #8a7a80; text-align: center; }

.m2-roles, .m2-paths, .m2-rules, .m2-faq, .m2-flow { scroll-margin-top: 88px; }
.m2-roles, .m2-paths, .m2-rules, .m2-faq { padding: 3.2rem 0; }
.m2-roles { background: #fff; }
.m2-sec-head {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  align-items: flex-end;
  margin-bottom: 1.8rem;
}
.m2-sec-head h2, .m2-flow h2, .m2-faq h2 {
  margin: 0;
  font-size: 1.45rem;
  font-weight: 900;
  color: #3a1018;
  line-height: 1.55;
}
.m2-sec-side {
  margin: 0;
  max-width: 22rem;
  font-size: 0.88rem;
  color: #5c4f55;
  line-height: 1.9;
}
.m2-role-board {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.9rem;
}
.m2-role-col {
  background: #f8f3ee;
  border: 1px solid #eadfd4;
  border-radius: 18px;
  padding: 1.15rem 1rem 1rem;
  min-height: 100%;
}
.m2-role-col.accent { background: #FDF2F4; border-color: #f3c5cc; }
.m2-role-col.gold { background: #FFF8EE; border-color: #FDBD51; }
.m2-role-col header {
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
  margin-bottom: 0.85rem;
  padding-bottom: 0.7rem;
  border-bottom: 2px solid #D81736;
}
.m2-role-col.gold header { border-bottom-color: #FDBD51; }
.m2-role-col header span {
  font-size: 0.72rem;
  font-weight: 900;
  color: #D81736;
}
.m2-role-col h3 { margin: 0; font-size: 0.98rem; font-weight: 800; }
.m2-role-col li {
  position: relative;
  padding: 0.45rem 0 0.45rem 0;
  padding-right: 0.9rem;
  font-size: 0.8rem;
  font-weight: 700;
  color: #3f3338;
  line-height: 1.7;
  border-bottom: 1px dashed #eadfd4;
}
.m2-role-col li:last-child { border-bottom: none; }
.m2-role-col li::before {
  content: '';
  position: absolute;
  right: 0;
  top: 0.85rem;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #D81736;
}
.m2-role-col li.hot {
  background: #fff;
  border: 1px solid #FDBD51;
  border-radius: 10px;
  padding: 0.55rem 0.7rem 0.55rem 0.55rem;
  color: #8B1024;
  font-weight: 800;
}
.m2-role-col li.hot::before { top: 1rem; right: 0.55rem; background: #FDBD51; }
.m2-role-foot {
  margin-top: 1.4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
  background: #1a0a0c;
  color: #fff;
  border-radius: 16px;
  padding: 1rem 1.2rem;
}
.m2-role-foot p { margin: 0; font-size: 0.88rem; font-weight: 700; }

.m2-paths { background: #f3eee8; }
.m2-path-split { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.m2-path {
  background: #fff;
  border-radius: 20px;
  padding: 1.6rem 1.4rem;
  border: 1px solid #eadfd4;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  min-height: 0;
  transition: transform 0.2s, box-shadow 0.2s;
}
.m2-path:hover { transform: translateY(-3px); box-shadow: 0 14px 30px rgba(90,20,30,0.1); }
.m2-path.alt { background: #8B1024; color: #fff; border-color: #8B1024; }
.m2-path em { font-style: normal; font-size: 0.75rem; font-weight: 800; color: #D81736; }
.m2-path.alt em { color: #FDBD51; }
.m2-path h3 { margin: 0; font-size: 1.2rem; }
.m2-path p { margin: 0; font-size: 0.86rem; line-height: 1.9; color: #5c4f55; flex: 1; }
.m2-path.alt p { color: rgba(255,255,255,0.86); }
.m2-path span {
  align-self: flex-start;
  background: #D81736;
  color: #fff;
  border-radius: 999px;
  padding: 0.4rem 0.9rem;
  font-size: 0.8rem;
  font-weight: 800;
}
.m2-path.alt span { background: #FDBD51; color: #5c0e1c; }

.m2-flow {
  background: #fff;
  padding: 3.2rem 0;
}
.m2-flow-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 2.4rem;
  align-items: center;
}
.m2-flow-text { color: #5c4f55; line-height: 2; margin: 0.8rem 0 1.2rem; }
.m2-rail { display: flex; flex-direction: column; gap: 0; }
.m2-rail li {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 0.9rem;
  position: relative;
  padding-bottom: 1.15rem;
}
.m2-rail li:not(:last-child)::after {
  content: '';
  position: absolute;
  right: 21px;
  top: 46px;
  bottom: 0;
  width: 2px;
  background: #eadfd4;
}
.m2-rail b {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #D81736;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
}
.m2-rail strong { display: block; font-size: 0.95rem; margin-bottom: 0.15rem; }
.m2-rail span { font-size: 0.82rem; color: #6b5b62; }

.m2-rules { background: #fffaf6; }
.m2-rule-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0.8rem; }
.m2-rule {
  background: #fff;
  border-radius: 16px;
  padding: 1.1rem 1rem;
  border-top: 4px solid #D81736;
  box-shadow: 0 8px 20px rgba(90,20,30,0.05);
}
.m2-rule:nth-child(2) { border-top-color: #FDBD51; }
.m2-rule:nth-child(4) { border-top-color: #FDBD51; }
.m2-rule strong { display: block; margin-bottom: 0.35rem; color: #8B1024; }
.m2-rule p { margin: 0; font-size: 0.82rem; color: #5c4f55; line-height: 1.8; }
.m2-notes {
  margin-top: 1.2rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.45rem 1.2rem;
}
.m2-notes li {
  font-size: 0.82rem;
  color: #4b3f44;
  padding-right: 0.9rem;
  position: relative;
}
.m2-notes li::before {
  content: '■';
  position: absolute;
  right: 0;
  color: #FDBD51;
  font-size: 0.55rem;
  top: 0.35rem;
}

.m2-faq { background: #fff; }
.m2-faq-wrap {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 2rem;
  align-items: start;
}
.m2-faq .m2-btn { margin-top: 1.1rem; }
.m2-acc details {
  background: #f8f3ee;
  border-radius: 14px;
  margin-bottom: 0.55rem;
  padding: 0.15rem 1rem;
  border: 1px solid #eadfd4;
}
.m2-acc summary {
  cursor: pointer;
  font-weight: 800;
  color: #3a1018;
  padding: 0.85rem 0;
  list-style: none;
}
.m2-acc summary::-webkit-details-marker { display: none; }
.m2-acc p {
  margin: 0 0 0.9rem;
  font-size: 0.86rem;
  color: #5c4f55;
  line-height: 1.85;
}

.home-v2 .footer { background: #161213; }

@media (max-width: 1100px) {
  .m2-hero-grid { grid-template-columns: 1fr; }
  .m2-role-board { grid-template-columns: 1fr 1fr; }
  .m2-flow-grid,
  .m2-faq-wrap { grid-template-columns: 1fr; }
  .m2-sec-head { flex-direction: column; align-items: stretch; gap: 0.7rem; }
  .m2-sec-side { max-width: none; }
  .m2-nav-inner { justify-content: flex-start; flex-wrap: wrap; gap: 0.7rem 1rem; }
}

@media (max-width: 900px) {
  .m2-rule-row { grid-template-columns: 1fr 1fr; }
  .m2-hero { padding: 2rem 0 2.1rem; }
  .m2-hero-panel { max-width: 520px; }
}

@media (max-width: 768px) {
  .home-v2 .m2-menu-btn { display: inline-flex; }
  .home-v2 .nav.m2-nav,
  .home-v2 .nav {
    display: none;
    position: static;
    background: #fff;
    box-shadow: 0 10px 20px rgba(0,0,0,0.06);
    padding: 0 0 0.4rem;
  }
  .home-v2 .nav.m2-nav.is-open,
  .home-v2 .nav.is-open { display: block; }
  .m2-nav-inner {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 0.2rem 0 0.6rem;
  }
  .m2-nav-inner a {
    padding: 0.7rem 0;
    border-bottom: 1px solid #f0e6dc;
  }
  .m2-top-full { display: none; }
  .m2-top-short { display: inline; }
  .m2-cta-full { display: none; }
  .m2-cta-short { display: inline; }
  .m2-hero { padding: 1.5rem 0 1.6rem; }
  .m2-hero-actions { flex-direction: column; }
  .m2-hero-actions .m2-btn,
  .m2-faq .m2-btn,
  .m2-flow .m2-btn,
  .m2-role-foot .m2-btn { width: 100%; }
  .m2-hero-meta { flex-direction: column; gap: 0.35rem; }
  .m2-hero-panel { max-width: none; }
  .m2-role-board,
  .m2-path-split,
  .m2-rule-row,
  .m2-notes { grid-template-columns: 1fr; }
  .m2-roles, .m2-paths, .m2-flow, .m2-rules, .m2-faq { padding: 1.7rem 0; }
  .m2-sec-head h2, .m2-flow h2, .m2-faq h2 { font-size: 1.12rem; }
  .m2-role-foot { flex-direction: column; text-align: center; }
  .m2-path { padding: 1.2rem 1.05rem; }
  .m2-role-col header { flex-wrap: wrap; }
  .home-v2 .footer-bottom { flex-direction: column; gap: 0.35rem; text-align: center; }
}

@media (max-width: 480px) {
  .m2-panel-stats { grid-template-columns: 1fr 1fr; }
  .m2-top-links a { max-width: 38vw; font-size: 0.72rem; }
  .m2-lead { font-size: 0.9rem; line-height: 1.85; }
  .m2-btn { padding: 0.7rem 1rem; }
}
/* Coded by @DevAiSaN */

