html body.page-template-page-j1-ai-finder,
html body.page-template-page-j1-ai-finder.logged-in {
  float: none !important;
  width: 100% !important;
  max-width: 100% !important;
  overflow-x: clip !important;
  background: #F3F7FC !important;
}
html, body {
  margin: 0;
  padding: 0;
  background: #F3F7FC;
  overflow-x: clip;
  max-width: 100%;
}
.down-bar-shoping {
        display:none !important;
    }
    footer {
         display:none !important;
    }
    .box-link-w-t {
                 display:none !important;

    }
#j1-ai-finder {
  --navy: #02419B;
  --blue: #2878F0;
  --cyan: #35C7D0;
  --ink: #17233C;
  --muted: #64748B;
  --line: #D9E9FC;
  box-sizing: border-box;
  direction: rtl;
  width: 100%;
  max-width: min(1180px, 100%);
  margin: 35px auto;
  padding: 0 16px 40px;
  overflow-x: clip;
  color: var(--ink);
  font-family: IRANYekanX, IRANYekan, Tahoma, sans-serif;
  -moz-font-feature-settings: "ss02";
  -webkit-font-feature-settings: "ss02";
  font-feature-settings: "ss02";
}

#j1-ai-finder *,
#j1-ai-finder *::before,
#j1-ai-finder *::after {
  box-sizing: border-box;
  font-family: inherit;
}

#j1-ai-finder img {
  max-width: 100%;
  height: auto;
  border: 0;
}

#j1-ai-finder button {
  font: inherit;
  color: inherit;
  appearance: none;
  -webkit-appearance: none;
}

#j1-ai-finder .j1-ico {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  display: block;
}

#j1-ai-finder .j1-shell {
  position: relative;
  overflow: hidden;
  width: 100%;
  background: linear-gradient(145deg, #FFFFFF 0%, #F7FBFF 55%, #EEF8FF 100%);
  border: 1px solid var(--line);
  border-radius: 30px;
  padding: 34px;
  box-shadow: 0 18px 55px rgba(2, 65, 155, 0.09);
}

#j1-ai-finder .j1-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-bottom: 25px;
}

#j1-ai-finder .j1-brand {
  display: flex;
  align-items: center;
  gap: 11px;
}

#j1-ai-finder .j1-brand-logo {
  width: 48px;
  height: 48px;
  min-width: 48px;
  border-radius: 14px;
  background: #f2f2f2;
  display: grid;
  place-items: center;
  overflow: hidden;
}

#j1-ai-finder .j1-brand-logo img {
  width: 34px;
  height: 34px;
  object-fit: contain;
  display: block;
}

#j1-ai-finder .j1-brand b {
  display: block;
  color: var(--navy);
  font-size: 16px;
}

#j1-ai-finder .j1-brand small {
  display: block;
  color: var(--muted);
}

#j1-ai-finder .j1-progress-wrap {
  width: auto;
  min-width: 260px;
}

#j1-ai-finder .j1-progress-meta {
  display: flex;
  justify-content: space-between;
  color: var(--muted);
  font-size: 12px;
  margin-bottom: 7px;
}

#j1-ai-finder .j1-progress {
  height: 7px;
  background: #E4EDF8;
  border-radius: 99px;
  overflow: hidden;
}

#j1-ai-finder .j1-progress i {
  display: block;
  height: 100%;
  width: 0;
  background: linear-gradient(90deg, var(--cyan), var(--blue));
  border-radius: 99px;
  transition: 0.35s;
}

#j1-ai-finder .j1-screen { display: none; }
#j1-ai-finder .j1-screen.is-active { display: block; }

#j1-ai-finder .j1-start {
  text-align: center;
  padding: 38px 8% 46px;
}

#j1-ai-finder .j1-start-icon {
  width: 78px;
  height: 78px;
  border-radius: 25px;
  background: #E8FAF8;
  color: #087F78;
  display: grid;
  place-items: center;
  margin: 0 auto 22px;
}

#j1-ai-finder .j1-start-icon .j1-ico,
#j1-ai-finder .j1-start-icon svg {
  width: 40px;
  height: 40px;
}

#j1-ai-finder .j1-start h2,
#j1-ai-finder .j1-question h2,
#j1-ai-finder .j1-results h2 {
  color: var(--navy);
  font-size: 30px;
  line-height: 1.55;
  margin: 0;
  font-weight: 800;
  overflow-wrap: break-word;
}

#j1-ai-finder .j1-start p {
  max-width: 720px;
  margin: 12px auto 24px;
  color: var(--muted);
  line-height: 2;
}

#j1-ai-finder .j1-points {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 9px;
  margin-bottom: 26px;
}

#j1-ai-finder .j1-point {
  background: #FFFFFF;
  border: 1px solid var(--line);
  border-radius: 99px;
  padding: 7px 12px;
  color: #526078;
  font-size: 12px;
}

#j1-ai-finder .j1-btn {
  border: 0;
  border-radius: 13px;
  min-height: 48px;
  padding: 0 23px;
  font-weight: 800;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  text-decoration: none;
  cursor: pointer;
  width: auto;
}

#j1-ai-finder .j1-primary {
  background: var(--blue);
  color: #FFFFFF;
  box-shadow: 0 10px 22px rgba(40, 120, 240, 0.22);
}

#j1-ai-finder .j1-primary:hover { background: #1767D8; }

#j1-ai-finder .j1-secondary {
  background: #FFFFFF;
  color: var(--navy);
  border: 1px solid #BCD6F7;
}

#j1-ai-finder .j1-question {
  max-width: 900px;
  margin: 0 auto;
  padding: 18px 0 8px;
}

#j1-ai-finder .j1-question-head {
  text-align: center;
  margin-bottom: 24px;
}

#j1-ai-finder .j1-question-head p {
  color: var(--muted);
  margin: 7px 0 0;
}

#j1-ai-finder .j1-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  width: 100%;
}

#j1-ai-finder .j1-option {
  position: relative;
  width: 100%;
  min-width: 0;
  min-height: 67px;
  border: 1px solid var(--line);
  background: #FFFFFF;
  border-radius: 16px;
  padding: 14px 16px;
  text-align: right;
  color: #34445C;
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  white-space: normal;
}

#j1-ai-finder .j1-option.is-selected {
  border: 1px solid var(--blue);
  background: #EEF6FF;
  color: var(--navy);
  box-shadow: 0 0 0 2px rgba(40, 120, 240, 0.10);
}

#j1-ai-finder .j1-option-icon {
  width: 35px;
  height: 35px;
  min-width: 35px;
  border-radius: 11px;
  background: #F1F6FC;
  display: grid;
  place-items: center;
  color: var(--blue);
}

#j1-ai-finder .j1-option-icon .j1-ico,
#j1-ai-finder .j1-option-icon svg {
  width: 18px;
  height: 18px;
}

#j1-ai-finder .j1-option.is-selected .j1-option-icon {
  background: var(--blue);
  color: #FFFFFF;
}

#j1-ai-finder .j1-option-text {
  display: block;
  min-width: 0;
  width: auto;
}

#j1-ai-finder .j1-option-text b {
  display: block;
  font-size: 14px;
  overflow-wrap: break-word;
  white-space: normal;
}

#j1-ai-finder .j1-option-text small {
  display: block;
  color: var(--muted);
  font-size: 11px;
  margin-top: 2px;
}

#j1-ai-finder .j1-multi-note {
  font-size: 12px;
  color: var(--muted);
  text-align: center;
  margin-top: 13px;
}

#j1-ai-finder .j1-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-top: 28px;
  padding-top: 20px;
  border-top: 1px solid #E5EDF7;
}

#j1-ai-finder .j1-error {
  color: #B42318;
  background: #FFF0EF;
  border: 1px solid #FFC5C0;
  border-radius: 11px;
  padding: 8px 11px;
  font-size: 12px;
  display: none;
  width: auto;
}

#j1-ai-finder .j1-error.show { display: block; }

#j1-ai-finder .j1-results-head {
  text-align: center;
  padding: 12px 0 28px;
}

#j1-ai-finder .j1-results-head p {
  color: var(--muted);
  max-width: 760px;
  margin: 9px auto 0;
  line-height: 2;
}

#j1-ai-finder .j1-result-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 18px;
  width: 100%;
}

#j1-ai-finder .j1-card {
  grid-column: span 2;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-width: 0;
  width: 100%;
  background: #FFFFFF;
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 12px 12px 20px;
  min-height: 0;
  box-shadow: 0 10px 30px rgba(2, 65, 155, 0.07);
}

#j1-ai-finder .j1-card.top {
  border: 1px solid #9BC3FA;
  box-shadow: 0 14px 34px rgba(40, 120, 240, 0.12);
}

#j1-ai-finder .j1-card:nth-child(4) { grid-column: 2 / span 2; }
#j1-ai-finder .j1-card:nth-child(5) { grid-column: 4 / span 2; }

#j1-ai-finder .j1-media {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 14px;
  overflow: hidden;
  background: #EEF3FA;
  border: 1px solid #E3EBF5;
  margin-bottom: 14px;
}

#j1-ai-finder .j1-media img,
#j1-ai-finder .j1-brand-mark {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

#j1-ai-finder .j1-brand-mark {
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #02419B, #2878F0);
  color: #FFFFFF;
  font-weight: 900;
  font-size: 22px;
}

#j1-ai-finder .j1-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 12px;
}

#j1-ai-finder .j1-rank,
#j1-ai-finder .j1-match {
  border-radius: 99px;
  padding: 5px 10px;
  font-size: 10px;
  font-weight: 800;
}

#j1-ai-finder .j1-rank {
  background: #EEF6FF;
  color: var(--blue);
}

#j1-ai-finder .j1-match {
  background: #ECFDF8;
  color: #087F78;
}

#j1-ai-finder .j1-product {
  display: flex;
  gap: 13px;
  align-items: center;
  margin-bottom: 12px;
  min-width: 0;
}

#j1-ai-finder .j1-product > div {
  min-width: 0;
  width: 100%;
}

#j1-ai-finder .j1-product h3 {
  display: block;
  width: 100%;
  min-width: 0;
  margin: 0;
  color: var(--navy);
  font-size: 19px;
  line-height: 1.55;
  direction: ltr;
  text-align: left;
  unicode-bidi: isolate;
  overflow-wrap: break-word;
  white-space: normal;
}

#j1-ai-finder .j1-summary {
  color: #536278;
  font-size: 13px;
  line-height: 2;
  margin: 0 0 13px;
}

#j1-ai-finder .j1-why-title {
  color: var(--navy);
  font-size: 12px;
  font-weight: 800;
  margin: 0 0 4px;
}

#j1-ai-finder .j1-why {
  margin: 0 0 17px;
  padding: 0;
  list-style: none;
}

#j1-ai-finder .j1-why li {
  color: #526078;
  font-size: 12px;
  line-height: 1.8;
  margin: 5px 0;
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

#j1-ai-finder .j1-check {
  display: grid;
  place-items: center;
  width: 16px;
  min-width: 16px;
  height: 16px;
  margin-top: 3px;
  color: #15926F;
}

#j1-ai-finder .j1-check .j1-ico {
  width: 14px;
  height: 14px;
}

#j1-ai-finder .j1-card-note {
  font-size: 11px;
  color: #7A879A;
  background: #F7F9FC;
  border-radius: 11px;
  padding: 9px 10px;
  margin: auto 0 13px;
  line-height: 1.8;
}

#j1-ai-finder .j1-buy {
  width: 100%;
  background: var(--blue);
  color: #FFFFFF;
  border-radius: 13px;
  min-height: 47px;
  padding: 8px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 13px;
  font-weight: 800;
}

#j1-ai-finder .j1-buy:hover { background: #1767D8; }

#j1-ai-finder .j1-result-actions {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 24px;
}

#j1-ai-finder .j1-analysis {
  margin-top: 24px;
  background: #EEF7FF;
  border: 1px solid #CFE4FB;
  border-radius: 17px;
  padding: 17px 19px;
  color: #40516B;
  font-size: 13px;
  line-height: 2;
}

#j1-ai-finder .j1-analysis b { color: var(--navy); }

@media (max-width: 820px) {
  #j1-ai-finder .j1-shell {
    padding: 25px;
    border-radius: 26px;
  }
  #j1-ai-finder .j1-top {
    align-items: flex-start;
    flex-direction: column;
  }
  #j1-ai-finder .j1-progress-wrap {
    width: 100%;
    min-width: 0;
  }
  #j1-ai-finder .j1-start { padding: 38px 2% 46px; }
  #j1-ai-finder .j1-result-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  #j1-ai-finder .j1-card,
  #j1-ai-finder .j1-card:nth-child(4),
  #j1-ai-finder .j1-card:nth-child(5) {
    grid-column: auto;
  }
  #j1-ai-finder .j1-card:last-child:nth-child(odd) {
    grid-column: 1 / -1;
    width: calc(50% - 9px);
    justify-self: center;
  }
}

@media (max-width: 520px) {
  #j1-ai-finder { margin: 20px auto; }
  #j1-ai-finder .j1-shell {
    padding: 19px;
    border-radius: 22px;
  }
  #j1-ai-finder .j1-start { padding: 24px 0 30px; }
  #j1-ai-finder .j1-start h2,
  #j1-ai-finder .j1-question h2,
  #j1-ai-finder .j1-results h2 { font-size: 23px; }
  #j1-ai-finder .j1-options { grid-template-columns: 1fr; }
  #j1-ai-finder .j1-option { min-height: 62px; }
  #j1-ai-finder .j1-nav { flex-wrap: wrap; }
  #j1-ai-finder .j1-nav .j1-btn { flex: 1 1 0; }
  #j1-ai-finder .j1-error {
    width: 100%;
    order: -1;
  }
  #j1-ai-finder .j1-result-grid { grid-template-columns: 1fr; }
  #j1-ai-finder .j1-card,
  #j1-ai-finder .j1-card:nth-child(4),
  #j1-ai-finder .j1-card:nth-child(5),
  #j1-ai-finder .j1-card:last-child:nth-child(odd) {
    grid-column: auto;
    width: 100%;
    justify-self: stretch;
  }
  #j1-ai-finder .j1-card-top { align-items: flex-start; }
  #j1-ai-finder .j1-result-actions .j1-btn { width: 100%; }
}
