@import url('./fonts/iransans/fontiran.css');
@import url('./fonts/peyda/fontiran.css');


body {
  background-color: #f1f5f6;
  font-family: iransansx;
}

.app-body {
  display: flex;
  justify-content: center;
  align-items: center;
}

.app {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}

.top-bar {
  background-color: #e6e7eb;
  border-radius: 50px;
  padding: 10px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  margin: 30px auto;
  position: relative;
  z-index: 1001;
  direction: ltr;
}

.circle-btn {
  background-color: white;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.circle-btn img {
  width: 48px;
  height: 48px;
  border-radius: 50px;
}

.menu-icon {
  width: 20px;
  height: 2px;
  background-color: #333;
  position: relative;
}

.menu-icon::before,
.menu-icon::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 2px;
  background-color: #333;
  left: 0;
}

.menu-icon::before {
  top: -6px;
}

.menu-icon::after {
  top: 6px;
}

.dropdown-menu-custom {
  position: absolute;
  top: 90px;
  right: 0;
  background: #e6e7eb;
  border-radius: 25px;
  padding: 20px 20px;
  width: 100%;
  z-index: 1002;
  display: none;
  text-align: right;
  direction: rtl;
}

.dropdown-menu-custom .menu-item {
  text-align: right;
  display: flex;
  align-items: center;
  padding: 16px 20px;
  border-bottom: 1px solid #d5d5d5;
  color: #000;
  font-weight: 500;
  font-size: 16px;
}



.dropdown-menu-custom .menu-item:last-child {
  border-bottom: none;

}

.dropdown-menu-custom .menu-item i {
  margin-left: 10px;
}

/* overlay */
.overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(72, 72, 100, 0.548);
  z-index: 1000;
  display: none;
}




.hero-section {
  text-align: center;
  padding: 20px 0px;
  background-color: #2b184d;
  margin: 0 10px;
  border-radius: 20px;
}

.gh-image {
  width: 250px;
}

.hero-title {
  font-size: 35px;
  font-weight: 900;
  color: #f7f6ff;
  margin-bottom:5px;
  font-family: peyda;
  line-height: 1.8;
  margin-top: 20px;
}

.hero-s-title {
  font-size: 17px;
  font-weight: 500;
  color: #f7f6ff;
  margin-bottom: 18px;
  font-family: peyda;
  line-height: 1.8;
}


.hero-description {
  padding: 0 30px;
  font-size: 16px;
  color: #dddcee;
  line-height: 1.7;
  font-weight: 500;
  margin-bottom: 8px;
  text-align: text;
  direction: rtl;
}

.app-button {
  background-color: #e2dfff;
  color: #2b184d;
  font-weight: 700;
  border: none;
  padding: 1rem 1.3rem;
  border-radius: 16px;
  font-size: 15px;
  transition: background 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}

.app-button i {
  margin-left: 8px;
  font-size: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.app-button:hover {
  background-color: #6a41cf;
}







.app-button-shop {
  background-color: #e2dfff;
  color: #2b184d;
  font-weight: 700;
  border: none;
  padding: 1rem 1.3rem;
  border-radius: 16px;
  font-size: 15px;
  transition: background 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}

.app-button-shop i {
  margin-left: 8px;
  font-size: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.app-button-shop:hover {
  background-color: #6a41cf;
}



.mobile-wrapper {
  position: relative;
  width: 250px;
  margin: 50px auto;
}

/* اسکرین‌شات پایه - در این حالت مخفی می‌شه چون داخل فریم هست */
.screenshot {
  display: none;
}

/* فریم آیفون X */
.iphone-x {
  width: 100%;
  height: 500px;
  background: #000;
  border-radius: 40px;
  padding: 8px;
  position: relative;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3) !important;
  overflow: hidden;
}

.screen {
  width: 100%;
  height: 100%;
  background: white;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
}

.screen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.notch {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 18px;
  background: #000;
  border-radius: 0 0 8px 8px;
  z-index: 10;
}

.btn-left,
.btn-right {
  position: absolute;
  width: 3px;
  height: 50px;
  background: #333;
  border-radius: 10px;
}

.btn-left {
  left: -6px;
  top: 80px;
}

.btn-right {
  right: -6px;
  top: 80px;
}

/* بدج‌ها */
.badge {
  position: absolute;
  padding: 10px 18px;
  border-radius: 40px;
  font-weight: bold;
  font-size: 12px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  box-shadow: 0 2px 6px rgba(62, 61, 82, 0.1);
  border: 3px solid #fff;
  white-space: nowrap;
  z-index: 999;
}

.badge-content {
  background: #d0f0d5;
  color: #2a7750;
  top: 40px;
  right: -50px;
}

.badge-reels {
  background: #e6d8ff;
  color: #6137bf;
  top: 120px;
  left: -50px;
}

.badge-ads {
  background: #fef2c0;
  color: #b07c00;
  top: 240px;
  right: -50px;
}

.badge-trend {
  background: #ffd6d6;
  color: #c10000;
  top: 300px;
  left: -50px;
}

.badge-hook {
  background: #dbf0ff;
  color: #004e75;
  top: 390px;
  right: -50px;
}

.badge i {
  font-style: normal;
  margin-left: 4px;
}






.box-intro {
  padding: 1rem;
  text-align: center;
  border: 1px solid #ebebf1;
  margin: 20px 10px;
  border-radius: 10px;

}

.section-title {
  font-size: 20px;
  line-height: 1.7;
  font-weight: 800;
  color: #353444;
  margin-bottom: 5px;
}



.image-wrapper {
  background-color: white;
  border-radius: 20px;
  padding: 10px;
  width: 80%;
  max-width: 450px;
  margin: 0 auto 30px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
}

.image-wrapper img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.subheading {
  font-size: 20px;
  font-weight: 700;
  color: #3e3e3e;
  margin-bottom: 10px;
}

.description {
  font-size: 15px;
  font-weight: 500;
  color: #353444;
  max-width: 300px;
  margin: 0 auto;
  line-height: 1.9;
  margin-top: 8px;
}

.highlight {
  color: #7b4fe1;
  font-weight: bold;
}













.daj-container {
  max-width: 600px;
  width: 100%;
  padding: 20px 10px;
  border-radius: 25px;
}

.daj-title {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #50525e;
  margin-bottom: 50px;
}

.step-wrapper {
  position: relative;
  padding-right:20px;
}

.step-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
  position: relative;
}

.step-badge {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  background-color: #e2e3f7;
  color: #6a5ae0;
  border-radius: 15px;
  text-align: center;
  line-height: 2.6;
  font-weight: bold;
  z-index: 1;
}

.step-line {
  position: absolute;
  right: 17px;
  top: 50px;
  width: 2px;
  height: calc(100% - 36px);
  background-color: #e2e3f7;
  z-index: 0;
}

.step-text {
  width: 260px;
  background-color: #edeef0;
  border-radius: 12px;
  padding: 15px 20px;
  font-size: 14px;
  color: #444;
  line-height: 1.7;
  margin-right: 50px;
}

.step-item:last-child .step-line {
  display: none;
}















.feedback-title {
  padding: 3rem 0;
  padding-bottom: 0;
  text-align: center;
  font-size: 16px;

}

.feedback-box {
  background-color: #f1f5f6;
  border-radius: 18px;
  padding: 10px;
  width: 100%;
  max-width: 400px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
  margin-bottom: 40px;
  margin: 30px 25px;
}

.feedback-item {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 20px 16px;
  margin-bottom: 10px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.feedback-item:last-child {
  margin-bottom: 0;
}
.avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  object-fit: cover;
}

.feedback-content {
  flex: 1;
}

.feedback-name {
  font-weight: bold;
  font-size: 13px;
  margin-bottom: 4px;
}

.feedback-text {
  font-size: 14px;
  color: #444;
  line-height: 1.7;
}

.cta-text {
  padding: 0rem;
  font-size: 20px;
  text-align: center;
  font-weight: 700;
  color: #333;
  margin-bottom: 20px;
  line-height: 1.9;
}

.cta-text strong {
  color: #5b5bf1;
}

.install-btn {
  background-color: #5b5bf1;
  color: white;
  border: none;
  border-radius: 12px;
  padding: 12px 24px;
  font-size: 15px;
  font-weight: bold;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
}

.install-btn:hover {
  background-color: #4747d6;
}



.faq-container {
  max-width: 600px;
  width: 100%;
  margin: 2rem 0;
  padding: 0 2rem;
  margin-bottom: 4rem;
}

.faq-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center;
  color: #333;
}

.faq-item {
  border: 1px solid #eee;
  border-radius: 10px;
  margin-bottom: 12px;
  overflow: hidden;
  transition: all 0.3s ease;
  background-color: #fff;
 
}

.faq-question {
  padding: 15px 20px;
  font-weight: bold;
  font-size: 14px;
  color: #222;
  cursor: pointer;
  position: relative;
}

.faq-question::after {
  content: '+';
  position: absolute;
  left: 20px;
  top: 16px;
  font-size: 18px;
  transition: transform 0.3s;
}

.faq-item.active .faq-question::after {
  content: '−';
  transform: rotate(180deg);
}

.faq-answer {
  padding: 0 20px;
  max-height: 0;
  overflow: hidden;
  color: #555;
  font-size: 14px;
  line-height: 1.7;
  transition: max-height 0.4s ease, padding 0.3s ease;
}

.faq-item.active .faq-answer {
  padding: 12px 20px 16px;
  max-height: 300px;
}












  /* مودال تمام‌صفحه */
  .modal-overlay {
    position: fixed;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(4px);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 999;
  }

  .modal {
    background-color: white;
    width: 100%;
    height: 100%;
    max-width: 480px;
    margin: auto;
    border-radius: 0;
    padding: 24px;
    overflow-y: auto;
    position: relative;
  }

  .modal h2 {
    font-size: 20px;
    margin-bottom: 16px;
  }

  .close-btn {
    position: absolute;
    top: 16px;
    left: 16px;
    background: none;
    border: none;
    font-size: 24px;
    color: #666;
    cursor: pointer;
  }

  @media (min-width: 600px) {
    .modal {
      border-radius: 16px;
      max-height: 90%;
    }
  }



  .install-box {
    background-color: #f3f0ff;
    border-radius: 24px;
    padding: 32px 24px;
    max-width: 420px;
    width: 100%;
    box-shadow: 0 2px 12px rgba(0,0,0,0.05);
    text-align: right;
  }

  .install-box h2 {
    font-size: 20px;
    text-align: center;
    margin-bottom: 24px;
    color: #333;
  }

  .platform-label {
    font-weight: bold;
    margin: 20px 0 10px;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 6px;
  }

  .step {
    font-size: 15px;
    margin-bottom: 10px;
    line-height: 1.8;
  }

  .badge {
    background-color: #fff;
    border: 1px solid #ddd;
    font-size: 13px;
    padding: 3px 8px;
    border-radius: 8px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 4px;
  }

  .note {
    font-size: 13px;
    color: #888;
    text-align: center;
    margin-top: 16px;
  }
