html, body { font-variant-numeric: lining-nums; }
:root { font-feature-settings: "lnum" 1; }



    :root {
      --main: #2563eb;
      --accent: #22c55e;
      --dark: #020617;
      --soft: #f8fafc;
    }

    * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }

    body {
      font-family: Vazirmatn, system-ui;
      background: linear-gradient(180deg, #020617, #020617 72%, #f8fafc 76%);
      background: linear-gradient(180deg, #020617, #352687 72%, #f8fafc 76%);
      color: #020617;
    }

    /* ================= HERO ================= */
    .hero {
      padding: 50px 20px 120px;
      text-align: center;
      color: white;
    }

    .hero h1 {
      font-size: clamp(2.5rem, 6vw, 4rem);
      font-weight: 800;
    }

    .hero p {
      margin-top: 15px;
      font-size: 1.3rem;
      color: #c7d2fe;
    }

    .counter {
      margin-top: 25px;
      font-weight: 700;
      color: #facc15;
    }

    /* ================= PRICING ================= */
    .pricing {
      max-width: 1200px;
      margin: -60px auto 80px;
      padding: 0 20px;
    }

    .cards {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 30px;
    }

    /* ================= CARD ================= */
    .card {
      background: white;
      border-radius: 22px;
      padding: 45px 30px 45px;
      box-shadow: 0 20px 60px rgba(0, 0, 0, .08);
      position: relative;
      transition: .4s;
      text-align: center;
    }

    .card:hover {
      transform: translateY(-12px);
    }

    /* ================= PRO ================= */
    .card.pro {
      border: 3px solid var(--main);
      transform: scale(1.06);
      z-index: 5;
    }

    /* ================= BADGE ================= */
    .badge {
      position: absolute;
      top: -18px;
      left: 50%;
      transform: translateX(-50%);
      background: linear-gradient(135deg, #facc15, #eab308);
      color: #1e293b;
      padding: 7px 22px;
      border-radius: 50px;
      font-weight: 800;
      font-size: .9rem;
      z-index: 10;
      box-shadow: 0 6px 18px rgba(250, 204, 21, .45);
    }

    /* ================= TEXT ================= */
    .plan {
      font-size: 1.9rem;
      font-weight: 800;
      margin-top: 10px;
    }

    .price {
      margin: 18px 0 22px;
      font-size: 2.9rem;
      font-weight: 900;
      color: var(--main);
      display: flex;
      justify-content: center;
      align-items: baseline;
      gap: 6px;
    }

    .price small {
      font-size: 1rem;
      color: #64748b;
    }

    /* ================= FEATURES ================= */
    ul {
      list-style: none;
      margin-top: 25px;
      text-align: right;
    }

    li {
      margin-bottom: 14px;
      padding-right: 26px;
      position: relative;
      font-size: 1.05rem;
    }

    li::before {
      content: "✔";
      position: absolute;
      right: 0;
      color: var(--accent);
      font-weight: 900;
    }

    /* ================= BTN ================= */
    .btn {
      display: block;
      margin-top: 30px;
      background: var(--main);
      color: white;
      text-decoration: none;
      padding: 15px;
      border-radius: 14px;
      font-weight: 800;
      font-size: 1.15rem;
      text-align: center;
      transition: .3s;
    }

    .btn:hover {
      background: #1d4ed8;
    }

    .pro .btn {
      background: var(--accent);
      color: #022c22;
    }

    .pro .btn:hover {
      background: #16a34a;
    }

    /* ================= MOBILE ================= */
    @media(max-width:900px) {
      body {
        background: linear-gradient(180deg, #020617, #020617 70%, #f8fafc 75%);
      }

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

      .card.pro {
        transform: none;
      }

      .hero {
        padding: 50px 15px 105px;
      }
    }


/* ================= END OF Main Style ================= */


/* ================= COMPARISON ================= */

.compare{
  max-width:900px;
  margin:80px auto 60px;
padding: 30px 20px;
    background: #020617;
    border-radius: 25px;
}

.compare h2{
  text-align:center;
  font-size:2.2rem;
  font-weight:800;
  margin-bottom:35px;
  color: #33c55e;
  color: #020617;
  color: #ffffff;
}

.table-wrap{
  overflow-x:auto;
  background:white;
  border-radius:18px;
  box-shadow:0 15px 45px rgba(0,0,0,.08);
}

table{
  width:100%;
  border-collapse:collapse;
  min-width:750px;
    table-layout:fixed; /* خیلی مهم */
}

th,td{
  padding:18px 14px;
  text-align:center;
  border-bottom:1px solid #e5e7eb;
  font-size:1.05rem;
}

th{
  background:#f8fafc;
  font-weight:800;
}

td:first-child,
th:first-child{
  text-align:right;
  font-weight:600;
}

.pro-col{
  background:#d7ffdc;
  font-weight:700;
}

.check{
  color:var(--accent);
  font-size:1.4rem;
  font-weight:900;
}

.cross{
  color:#ef4444;
  font-size:1.3rem;
  font-weight:900;
}

/* کنترل عرض ستون ویژگی‌ها */
td:first-child,
th:first-child{
  max-width:180px;
  white-space:normal;
  line-height:1.5;
      background: #020617;
    color: aliceblue;
}

/* ================= WHO IS IT FOR ================= */

.audience{
  max-width:1200px;
  margin:90px auto 80px;
  padding:0 20px;
}

.audience h2{
  text-align:center;
  font-size:2.3rem;
  font-weight:900;
  margin-bottom:50px;
}

.audience-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:28px;
}

.audience-card{
  background:white;
  border-radius:20px;
  padding:32px 28px 36px;
  box-shadow:0 14px 40px rgba(0,0,0,.08);
  text-align:center;
  position:relative;
}

.audience-card.pro{
  border:2px solid var(--main);
  transform:translateY(-6px);
}

.audience-card h3{
  font-size:1.6rem;
  font-weight:900;
  margin-bottom:18px;
}

.audience-card p{
  font-size:1.05rem;
  line-height:1.7;
  color:#334155;
}

.audience-card .hint{
  margin-top:20px;
  font-weight:800;
  color:var(--accent);
}

/* Mobile */

@media(max-width:900px){

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

.audience-card.pro{
  transform:none;
}

}


/* ================= FAQ ================= */

.faq{
  max-width:1200px;
  margin:90px auto 80px;
  padding:0 20px;
}

.faq h2{
  text-align:center;
  font-size:2.3rem;
  font-weight:900;
  margin-bottom:15px;
}

.faq .subtitle{
  text-align:center;
  font-size:1.1rem;
  color:#475569;
  margin-bottom:45px;
}

.faq-list{
  max-width:900px;
  margin:0 auto;
}

.faq-item{
  background:white;
  border-radius:16px;
  margin-bottom:18px;
  box-shadow:0 10px 30px rgba(0,0,0,.07);
  overflow:hidden;
  border:1px solid #e5e7eb;
}

.faq-question{
  padding:20px 24px;
  font-weight:800;
  font-size:1.1rem;
  cursor:pointer;
  display:flex;
  justify-content:space-between;
  align-items:center;
  background:#f8fafc;
}

.faq-question span{
  font-size:1.4rem;
  transition:.3s;
}

.faq-answer{
  padding:0 24px;
  max-height:0;
  overflow:hidden;
  transition:.4s ease;
  font-size:1.05rem;
  line-height:1.8;
  color:#334155;
}

.faq-item.active .faq-answer{
  padding:22px 24px 26px;
  max-height:500px;
}

.faq-item.active .faq-question span{
  transform:rotate(45deg);
  color:var(--main);
}


/* ================= FINAL CTA ================= */

.final-cta{
  background:linear-gradient(135deg,#020617,#020617);
  color:white;
  padding:90px 20px 80px;
  text-align:center;
  position:relative;
}

.final-cta::before{
  content:"";
  position:absolute;
  inset:0;
  background:radial-gradient(circle at top,#2563eb33,transparent 60%);
}

.final-cta .inner{
  position:relative;
  max-width:800px;
  margin:0 auto;
}

.final-cta h2{
  font-size:2.6rem;
  font-weight:900;
  margin-bottom:20px;
}

.final-cta p{
  font-size:1.2rem;
  line-height:1.7;
  color:#c7d2fe;
  margin-bottom:35px;
}

.final-cta .cta-btn{
  display:inline-block;
  background:var(--accent);
  color:#022c22;
  padding:18px 40px;
  border-radius:16px;
  font-size:1.25rem;
  font-weight:900;
  text-decoration:none;
  transition:.3s;
}

.final-cta .cta-btn:hover{
  background:#16a34a;
  transform:translateY(-3px);
  box-shadow:0 12px 30px rgba(34,197,94,.35);
}

.final-cta .note{
  margin-top:18px;
  font-size:.95rem;
  color:#94a3b8;
}

/* ================= TRUST ================= */

.trust{
  text-align:center;
  padding:50px 20px 60px;

}

.trust h3{
  font-size:1.6rem;
  font-weight:900;
  margin-bottom:20px;
}

.trust-logos{
  display:flex;
  justify-content:center;
  gap:25px;
  margin-bottom:15px;
}

.trust-logos img{
  height:60px;
  opacity:.9;
}

.trust p{
  color:#475569;
  font-size:.95rem;
}

/* ================= PERFECT 3-COL FOOTER ================= */

.footer{
  background:#020617;
  color:#cbd5f5;
  padding:45px 20px 25px;
}

.footer-inner{
  max-width:1200px;
  margin:0 auto;
}

/* GRID */

.footer-top{
  display:grid;
  grid-template-columns:repeat(3, 1fr); /* سه ستون برابر */
  gap:40px;
  margin-bottom:28px;
  align-items:start;
}

/* COMMON COLUMN STYLE */

.footer-col{
  display:flex;
  flex-direction:column;
  align-items:center;   /* وسط‌چین افقی */
  text-align:center;    /* متن وسط */
}

/* Brand */

.footer-brand img{
  height:45px;
  margin-bottom:14px;
}

.footer-brand p{
  font-size:.95rem;
  line-height:1.7;
  color:#a5b4fc;
}

/* Links */

.footer h4{
  font-size:1.15rem;
  font-weight:900;
  margin-bottom:14px;
  color:white;
}

.footer ul{
  list-style:none;
  padding:0;
}

.footer li{
  margin-bottom:10px;
}

.footer a{
  color:#cbd5f5;
  text-decoration:none;
  font-size:.95rem;
}

/* Trust */

.footer-trust .logos{
  display:flex;
  justify-content:center; /* وسط واقعی */
  gap:18px;
  margin:10px 0 12px;
}

.footer-trust .logos img{
  height:44px;
  background:white;
  padding:5px;
  border-radius:7px;
}

/* Trust Text */

.footer-trust p{
  font-size:.85rem;
  line-height:1.6;
  color:#94a3b8;
  max-width:260px;
}

/* Bottom */

.footer-bottom{
  border-top:1px solid #1e293b;
  padding-top:15px;
  text-align:center;
  font-size:.85rem;
  color:#94a3b8;
}

/* ================= MOBILE ================= */

@media(max-width:900px){

.footer-top{
  grid-template-columns:1fr;
  gap:30px;
}

.footer-col{
  align-items:center;
  text-align:center;
}

}

.footer-col ul{
  margin-top:6px;
}


/* ================= WHATSAPP SUPPORT ================= */

.support{
  background:linear-gradient(135deg,#020617,#020617);
  padding:90px 20px 80px;
  position:relative;
}

.support::before{
  content:"";
  position:absolute;
  inset:0;
  background:radial-gradient(circle at top,#22c55e33,transparent 60%);
}

.support .inner{
  position:relative;
  max-width:900px;
  margin:0 auto;
  text-align:center;
  color:white;
}

/* Title */

.support h2{
  font-size:2.4rem;
  font-weight:900;
  margin-bottom:18px;
}

/* Text */

.support p{
  font-size:1.15rem;
  line-height:1.8;
  color:#c7f9cc;
  margin-bottom:35px;
  max-width:650px;
  margin-left:auto;
  margin-right:auto;
}

/* Button */

.support-btn{
  display:inline-flex;
  align-items:center;
  gap:10px;
  background:#22c55e;
  color:#022c22;
  padding:16px 34px;
  border-radius:16px;
  font-size:1.2rem;
  font-weight:900;
  text-decoration:none;
  transition:.3s;
}

.support-btn:hover{
  background:#16a34a;
  transform:translateY(-3px);
  box-shadow:0 12px 30px rgba(34,197,94,.4);
}

/* Note */

.support .note{
  margin-top:18px;
  font-size:.95rem;
  color:#a7f3d0;
}

/* Mobile */

@media(max-width:900px){

.support{
  padding:70px 15px 60px;
}

.support h2{
  font-size:2rem;
}

.support p{
  font-size:1.05rem;
}

}

/* ================= FINAL TRUST BOOST ================= */

.trust-boost{
/*   background:#f8fafc; */
  padding:70px 20px 65px;
/*   border-top:1px solid #e5e7eb;
  border-bottom:1px solid #e5e7eb; */
}

.trust-boost .inner{
  max-width:900px;
  margin:0 auto;
  text-align:center;
}

/* Title */

.trust-boost h3{
  font-size:2rem;
  font-weight:900;
  margin-bottom:18px;
  color:#f8fafc;
}


/* Text */

.trust-boost p{
  font-size:1.05rem;
  line-height:1.8;
  color:#c7d2fe;
  max-width:700px;
  margin:0 auto 28px;
}

/* Logos */

.trust-boost .logos{
  display:flex;
  justify-content:center;
  gap:24px;
  margin-bottom:20px;
}

.trust-boost .logos img{
  height:48px;
  background:white;
  padding:6px;
  border-radius:8px;
  box-shadow:0 6px 16px rgba(0,0,0,.06);
}

/* Badges */

.trust-boost .badges{
  display:flex;
  justify-content:center;
  gap:20px;
  margin-top:10px;
  flex-wrap:wrap;
}

.trust-boost .badge{
  background:#ecfeff;
  color:#0f172a;
  padding:8px 16px;
  border-radius:999px;
  font-size:.9rem;
  font-weight:700;
}

/* Mobile */

@media(max-width:900px){

.trust-boost{
  padding:55px 15px 50px;
}

.trust-boost h3{
  font-size:1.7rem;
}

}


/* ================= MICRO HEADER ================= */

.header{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  padding:22px 24px;
  z-index:20;
}

.header-inner{
  max-width:1200px;
  margin:0 auto;
  display:flex;
  justify-content:space-between;
  align-items:center;
}

/* Brand */

.header-brand{
  display:flex;
  align-items:center;
  gap:10px;
  color:white;
  font-weight:900;
  font-size:1.1rem;
  text-decoration:none;
}

.header-brand img{
  height:34px;
}

/* Mobile */

@media(max-width:900px){

.header{
  padding:18px 16px;
}

.header-brand{
  font-size:1rem;
}

.header-brand img{
  height:30px;
}

}

/* ================= MAIN HERO ================= */

.hero-main{
  padding:140px 20px 110px;
  text-align:center;
  color:white;
  position:relative;
}

.hero-main::before{
  content:"";
  position:absolute;
  inset:0;
  background:radial-gradient(circle at top,#2563eb55,transparent 60%);
}

.hero-wrap{
  position:relative;
  max-width:900px;
  margin:0 auto;
}

/* Title */

.hero-main h1{
  font-size:clamp(2rem,4.5vw,3.2rem); /* کوچیک‌تر و کنترل‌شده */
  font-weight:900;
  margin-bottom:18px;
  max-width:820px;   /* کنترل عرض */
  margin-left:auto;
  margin-right:auto;
  line-height:1.25;  /* شکست تمیز */
}

/* Subtitle */

.hero-sub{
  font-size:1.25rem;
  color:#c7d2fe;
  line-height:1.7;
  margin-bottom:35px;
}

/* Video */

.hero-video-box{
  max-width:720px;
  margin:0 auto 35px;
  border-radius:18px;
  overflow:hidden;
  box-shadow:0 25px 70px rgba(0,0,0,.35);
}

.hero-video-box video,
.hero-video-box iframe{
  width:100%;
  aspect-ratio:16/9;
  border:0;
}

/* CTA */

.hero-btn{
  display:inline-block;
  background:#22c55e;
  color:#022c22;
  padding:16px 36px;
  border-radius:16px;
  font-size:1.25rem;
  font-weight:900;
  text-decoration:none;
  transition:.3s;
}

.hero-btn:hover{
  background:#16a34a;
  transform:translateY(-3px);
}

/* Mini Trust */

.hero-mini-trust{
  margin-top:16px;
  font-size:.95rem;
  color:#a5b4fc;
}

/* Mobile */

@media(max-width:900px){

.hero-main{
  padding:120px 15px 90px;
}

.hero-main h1{
  font-size:2.3rem;
}

.hero-sub{
  font-size:1.1rem;
}

}

/* ================= TRUST INSTANT ================= */

.trust-instant{
  background:#ffffff;
  padding:90px 20px 80px;
}

.trust-instant .inner{
  max-width:1100px;
  margin:0 auto;
  text-align:center;
}

/* Title */

.trust-instant h2{
  font-size:2.2rem;
  font-weight:900;
  margin-bottom:15px;
  color:#020617;
}

.trust-instant .sub{
  font-size:1.1rem;
  color:#475569;
  margin-bottom:55px;
}

/* Grid */

.trust-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:32px;
}

/* Card */

.trust-card{
  background:#f8fafc;
  border-radius:20px;
  padding:36px 26px 40px;
  box-shadow:0 12px 35px rgba(0,0,0,.07);
  transition:.3s;
}

.trust-card:hover{
  transform:translateY(-6px);
  box-shadow:0 20px 50px rgba(0,0,0,.1);
}

.trust-icon{
  font-size:2.4rem;
  margin-bottom:18px;
}

/* Text */

.trust-card h3{
  font-size:1.4rem;
  font-weight:900;
  margin-bottom:14px;
}

.trust-card p{
  font-size:1rem;
  line-height:1.7;
  color:#334155;
}

/* Mobile */

@media(max-width:900px){

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

.trust-instant{
  padding:70px 15px 60px;
}

}

/* ================= PAIN & SOLUTION ================= */

.pain-solution{
  background:#f8fafc;
  padding:100px 20px 90px;
}

.pain-solution .inner{
  max-width:1000px;
  margin:0 auto;
}

/* Pain */

.pain{
  text-align:center;
  margin-bottom:70px;
}

.pain h2{
  font-size:2.3rem;
  font-weight:900;
  margin-bottom:22px;
  color:#020617;
}

.pain p{
  font-size:1.1rem;
  line-height:1.9;
  color:#334155;
  max-width:820px;
  margin:0 auto 35px;
}

.pain-list{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:26px;
}

.pain-item{
  background:white;
  padding:26px 22px;
  border-radius:16px;
  box-shadow:0 8px 25px rgba(0,0,0,.07);
  font-size:1rem;
  line-height:1.6;
}

/* Solution */

.solution{
  background:#020617;
  color:white;
  padding:60px 40px;
  border-radius:26px;
  text-align:center;
}

.solution h3{
  font-size:2rem;
  font-weight:900;
  margin-bottom:18px;
}

.solution p{
  font-size:1.1rem;
  line-height:1.8;
  color:#c7d2fe;
  max-width:750px;
  margin:0 auto 35px;
}

.solution-steps{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:26px;
}

.step{
  background:#020617;
  border:1px solid #1e293b;
  padding:26px 20px;
  border-radius:16px;
}

.step span{
  display:block;
  font-size:1.4rem;
  font-weight:900;
  color:#22c55e;
  margin-bottom:8px;
}

.step h4{
  font-size:1.2rem;
  font-weight:800;
  margin-bottom:8px;
}

.step p{
  font-size:.95rem;
  color:#c7d2fe;
}

/* Mobile */

@media(max-width:900px){

.pain-list,
.solution-steps{
  grid-template-columns:1fr;
}

.pain-solution{
  padding:80px 15px 70px;
}

.solution{
  padding:45px 20px;
}

}

/* ================= BENEFITS PRO ================= */

.benefits{
  background:#ffffff;
  padding:110px 20px 95px;
}

.benefits .inner{
  max-width:1200px;
  margin:0 auto;
  text-align:center;
}

/* Title */

.benefits h2{
  font-size:2.4rem;
  font-weight:900;
  margin-bottom:16px;
  color:#020617;
}

.benefits .sub{
  font-size:1.15rem;
  color:#475569;
  margin-bottom:60px;
  max-width:800px;
  margin-left:auto;
  margin-right:auto;
}

/* Grid */

.benefits-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr); /* 3 ستون */
  gap:34px;
}

/* Card */

.benefit-card{
  background:#f8fafc;
  border-radius:22px;
  padding:42px 32px 46px;
  text-align:center;
  box-shadow:0 14px 40px rgba(0,0,0,.08);
  transition:.35s;
  border:1px solid #e5e7eb;
}

.benefit-card:hover{
  transform:translateY(-7px);
  box-shadow:0 24px 65px rgba(0,0,0,.12);
  border-color:#c7d2fe;
}

/* Icon */

.benefit-icon{
  font-size:2.4rem;
  margin-bottom:18px;
}

/* Text */

.benefit-card h3{
  font-size:1.35rem;
  font-weight:900;
  margin-bottom:14px;
  color:#020617;
}

.benefit-card p{
  font-size:1rem;
  line-height:1.9;
  color:#334155;
}

/* Mobile */

@media(max-width:900px){

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

.benefits{
  padding:85px 15px 75px;
}

}

/* ================= BENEFIT MICRO OUTCOMES ================= */

.benefit-micro{
  margin-top:35px;
}

.micro-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px;
}

.micro-item{
  background:#f1f5f9;
/*   background: #b2ffbc; */
  padding:16px 14px;
  border-radius:12px;
  font-size:.95rem;
  line-height:1.6;
  color:#334155;
  text-align:center;
  font-weight:600;
}

/* Mobile */

@media(max-width:900px){

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

}

/* ================= GROWTH PATH ================= */

.growth-path{
  background:#f8fafc;
  padding:100px 20px 90px;
}

.growth-path .inner{
  max-width:1100px;
  margin:0 auto;
  text-align:center;
}

/* Title */

.growth-path h2{
  font-size:2.3rem;
  font-weight:900;
  margin-bottom:14px;
  color:#020617;
}

.growth-path .sub{
  font-size:1.1rem;
  color:#475569;
  margin-bottom:60px;
}

/* Steps */

.growth-steps{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:26px;
}

.growth-step{
  background:white;
  border-radius:22px;
  padding:38px 24px 42px;
  box-shadow:0 14px 40px rgba(0,0,0,.08);
  position:relative;
}

/* Number */

.growth-num{
  width:44px;
  height:44px;
  background:#2563eb;
  color:white;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:900;
  font-size:1.2rem;
  margin:0 auto 16px;
}

/* Text */

.growth-step h3{
  font-size:1.3rem;
  font-weight:900;
  margin-bottom:10px;
}

.growth-step p{
  font-size:.95rem;
  line-height:1.7;
  color:#334155;
}

/* Mobile */

@media(max-width:900px){

.growth-steps{
  grid-template-columns:1fr;
}

.growth-path{
  padding:80px 15px 70px;
}

}

/* ================= GUARANTEE ================= */

        .iis-guarantee-lite {
            --bg: #fffefc;
            --card: #ffffff;
            --muted: #6b7280;
            --text: #0f172a;
            --stroke: rgba(0, 0, 0, .08);
            --gold: #facc15;
            --amber: #f59e0b;
            --radius: 22px;
            --shadow: 0 12px 28px rgba(0, 0, 0, .06);

            font-family: "Vazirmatn", system-ui;
            color: var(--text);
/*             background: var(--bg); */
            padding: 32px 0;
        }

        .iis-guarantee-lite .g-wrap {
            max-width: 960px;
            margin: auto;
            padding: 28px 16px 64px;
        }

        /* Header */
        .iis-guarantee-lite .g-hero {
            display: flex;
            align-items: center;
            gap: 10px;
            justify-content: center;
            margin-bottom: 16px;
        }

        .iis-guarantee-lite .g-flame {
            font-size: 22px;
        }

        .iis-guarantee-lite .g-title {
            font-size: clamp(20px, 3.4vw, 28px);
            font-weight: 900;
/*             background: linear-gradient(90deg, #111, #6b4e00);
            -webkit-background-clip: text; */
            background-clip: text;
            color: #ffffff;
        }

        /* زیرعنوان */
        .iis-guarantee-lite .g-subtitle {
            text-align: center;
            color: var(--muted);
            font-size: 15.5px;
            margin-top: 4px;
            margin-bottom: 8px;
        }

        /* Card */
        .iis-guarantee-lite .g-card {
            position: relative;
            background: linear-gradient(180deg, #fff, #fffaf0);
            border: 1px solid var(--stroke);
            border-radius: var(--radius);
            box-shadow: var(--shadow);
            padding: 22px 20px 18px;
        }

        /* Seal badge */
        .iis-guarantee-lite .g-seal {
            position: absolute;
            inset-inline-end: 14px;
            inset-block-start: -18px;
            background: radial-gradient(circle at 30% 30%, #fff7bf, #ffe27a);
            border: 1px solid #f3d46a;
            color: #7a5d00;
            display: flex;
            align-items: center;
            gap: 8px;
            padding: 8px 12px;
            border-radius: 999px;
            font-weight: 900;
            box-shadow: 0 8px 18px rgba(0, 0, 0, .06);
        }

        .iis-guarantee-lite .g-seal svg {
            width: 20px;
            height: 20px;
        }

        .iis-guarantee-lite .g-seal .pct {
            background: #fff;
            border: 1px solid #f5e7aa;
            border-radius: 999px;
            padding: 2px 8px;
        }

        /* Text */
        .iis-guarantee-lite .g-headline {
            font-size: clamp(18px, 3vw, 22px);
            font-weight: 800;
            margin: 6px 0 10px;
            text-align: center;
        }

        .iis-guarantee-lite .g-text {
            color: var(--muted);
            line-height: 2;
            font-size: 16.8px;
            margin: 0;
        }

        .iis-guarantee-lite .g-text strong {
            color: #0f172a;
        }

        /* Highlight bar */
        .iis-guarantee-lite .g-bar {
            height: 9px;
            border-radius: 999px;
            margin: 14px auto 12px;
            width: 120px;
            background: linear-gradient(90deg, #fde68a, #facc15, #f59e0b);
            box-shadow: 0 6px 14px rgba(250, 204, 21, .35);
        }

        /* Subtle accent row */
        .iis-guarantee-lite .g-row {
            display: flex;
            gap: 10px;
            justify-content: center;
            margin-top: 10px;
            color: #7a5d00;
            font-weight: 800;
            font-size: 14px;
        }

        .iis-guarantee-lite .g-chip {
            background: #fff8dc;
            border: 1px solid #f5e7aa;
            padding: 6px 10px;
            border-radius: 999px;
        }

        /* Responsive */
        @media (max-width: 520px) {
            .iis-guarantee-lite .g-seal {
                inset-inline-end: 10px;
                transform: scale(.95);
            }
        }


/* ================= ELITE NOTE ================= */

.elite-note{
  margin-top:10px;
  font-size:.9rem;
  color:#64748b;
  text-align:center;
  line-height:1.5;
}

/* Optional: برجسته‌تر شدن کارت الیت */

.card.elite{
  border:2px solid #22c55e;
}


.pay-note{
  margin-top:10px;
  font-size:.9rem;
  color:#64748b;
  text-align:center;
  line-height:1.5;
}

/* ================= RESULTS SECTION ================= */

.results-section {
  padding: 140px 24px 160px;
  background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
  text-align: center;
}

.results-section .container {
  max-width: 1180px;
  margin: 0 auto;
}

/* Title */

.results-section .title {
  font-size: clamp(2.4rem, 5.5vw, 3.4rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  margin-bottom: 0.8rem;
  background: linear-gradient(90deg, #6366f1, #a5b4fc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Subtitle */

.results-section .subtitle {
  font-size: clamp(1.2rem, 3.8vw, 1.5rem);
  font-weight: 400;
  color: #64748b;
  max-width: 760px;
  margin: 0 auto 5rem;
  line-height: 1.6;
}

/* Grid */

.results-section .results-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.4rem 2.8rem;
  margin-bottom: 5rem;
}

/* Card */

.results-section .result-card {
  background: white;
  border-radius: 20px;
  padding: 2.6rem 2.2rem;
  box-shadow: 0 12px 36px rgba(0,0,0,0.08);
  border: 1px solid rgba(165,180,252,0.18);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  position: relative;
  overflow: hidden;
}

.results-section .result-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(165,180,252,0.06) 0%, transparent 60%);
  opacity: 0;
  transition: opacity 0.5s ease;
}

.results-section .result-card:hover::before {
  opacity: 1;
}

.results-section .result-card:hover {
  transform: translateY(-12px) scale(1.015);
  box-shadow: 0 30px 70px rgba(99,102,241,0.18);
  border-color: rgba(165,180,252,0.35);
}

/* Image */

.results-section .result-image {
  width: 100%;
  aspect-ratio: 4 / 3;
  background: #f1f5f9;
  border-radius: 14px;
  margin-bottom: 1.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.05rem;
  color: #94a3b8;
  border: 1px dashed rgba(165,180,252,0.25);
}

/* Text */

.results-section .result-main {
  font-size: clamp(1.25rem, 3.5vw, 1.5rem);
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 0.8rem;
  line-height: 1.4;
}

.results-section .result-sub {
  font-size: 1.05rem;
  color: #64748b;
  font-weight: 400;
  line-height: 1.6;
}

/* Badges */

.results-section .trust-badges {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.6rem 2.8rem;
  margin-top: 3rem;
}

.results-section .badge {
  font-size: 1.05rem;
  font-weight: 600;
  color: #1e293b;
  background: #ecfdf5;
  padding: 0.8rem 1.8rem;
  border-radius: 999px;
  border: 1px solid #10b981;
  box-shadow: 0 4px 12px rgba(16,185,129,0.1);
}

.results-section .badge-highlight {
  background: #6366f1;
  color: white;
  border: none;
  box-shadow: 0 6px 16px rgba(99,102,241,0.25);
}

/* Mobile */

@media (max-width: 768px) {

  .results-section {
    padding: 90px 20px 110px;
  }

  .results-section .results-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .results-section .result-card {
    padding: 2.2rem 1.8rem;
  }

  .results-section .trust-badges {
    gap: 1.2rem 2rem;
  }

}

/* ================= URGENT COUNTDOWN ================= */

.urgent-countdown{
  padding:90px 20px 85px;
  background:#020617;
  text-align:center;
}

.urgent-box{
  max-width:800px;
  margin:0 auto;
  background:linear-gradient(135deg,#7f1d1d,#991b1b,#b91c1c);
  border-radius:26px;
  padding:55px 40px 50px;
  color:white;
  box-shadow:0 25px 80px rgba(185,28,28,.45);
  position:relative;
  animation:pulse 2.5s infinite;
}

/* Glow */

.urgent-box::before{
  content:"";
  position:absolute;
  inset:-2px;
  background:linear-gradient(135deg,#facc15,#ef4444,#dc2626);
  border-radius:28px;
  z-index:-1;
  opacity:.6;
}

/* Title */

.urgent-box h2{
  font-size:2.3rem;
  font-weight:900;
  margin-bottom:12px;
}

/* Sub */

.urgent-sub{
  font-size:1.15rem;
  color:#fee2e2;
  margin-bottom:35px;
}

/* Timer */

.timer{
  display:flex;
  justify-content:center;
  gap:18px;
  margin-bottom:28px;
  flex-wrap:wrap;
  direction: ltr;
}

.time-box{
  background:rgba(255,255,255,.12);
  padding:18px 20px;
  border-radius:14px;
  min-width:90px;
  border:1px solid rgba(255,255,255,.25);
}

.time-box span{
  display:block;
  font-size:2.4rem;
  font-weight:900;
  line-height:1;
}

.time-box small{
  font-size:.85rem;
  opacity:.85;
}

/* Note */

.urgent-note{
  font-size:1rem;
  font-weight:700;
  color:#fef3c7;
}

/* Pulse */

@keyframes pulse{
  0%{ box-shadow:0 0 0 0 rgba(239,68,68,.6); }
  70%{ box-shadow:0 0 0 18px rgba(239,68,68,0); }
  100%{ box-shadow:0 0 0 0 rgba(239,68,68,0); }
}

/* Mobile */

@media(max-width:768px){

.urgent-box{
  padding:40px 22px 38px;
}

.urgent-box h2{
  font-size:1.9rem;
}

.time-box span{
  font-size:2rem;
}

}


/* ================= RESULTS (ISOLATED) ================= */

.js-results{
  padding:110px 24px 130px;
  background:linear-gradient(135deg,#f8fafc 0%,#f1f5f9 100%);
  text-align:center;
}

.js-results-wrap{
  max-width:1180px;
  margin:0 auto;
}

/* Title */

.js-results-title{
  font-size:clamp(2.4rem,5.5vw,3.4rem);
  font-weight:800;
  margin-bottom:12px;
  background:linear-gradient(90deg,#6366f1,#a5b4fc);
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
}

/* Subtitle */

.js-results-sub{
  font-size:1.25rem;
  color:#64748b;
  max-width:760px;
  margin:0 auto 60px;
  line-height:1.6;
}

/* Grid */

.js-results-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:28px;
  margin-bottom:50px;
}

/* Card */

.js-result-card{
  background:#ffffff;
  border-radius:20px;
  padding:30px 26px 34px;
  border:1px solid rgba(165,180,252,.2);
  box-shadow:0 12px 32px rgba(0,0,0,.08);
  transition:.3s;
  text-align:center;
}

.js-result-card:hover{
  transform:translateY(-6px);
  box-shadow:0 22px 55px rgba(99,102,241,.15);
}

/* Image */

.js-result-image{
  width:100%;
  aspect-ratio:4/3;
  background:#f1f5f9;
  border-radius:14px;
  margin-bottom:18px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:1rem;
  color:#94a3b8;
  border:1px dashed rgba(99,102,241,.25);
}

/* Text */

.js-result-main{
  font-size:1.3rem;
  font-weight:700;
  color:#1e293b;
  margin-bottom:8px;
  line-height:1.4;
}

.js-result-subtext{
  font-size:1.05rem;
  color:#64748b;
  line-height:1.6;
}

/* Badges */

.js-results-badges{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:14px 22px;
  margin-top:20px;
}

.js-results-badge{
  background:#ecfdf5;
  color:#065f46;
  font-size:.95rem;
  font-weight:700;
  padding:8px 18px;
  border-radius:999px;
  border:1px solid #22c55e;
}

.js-results-badge.main{
  background:#6366f1;
  color:white;
  border:none;
}

/* Mobile */

@media(max-width:768px){

.js-results{
  padding:85px 18px 100px;
}

.js-results-grid{
  grid-template-columns:1fr;
  gap:22px;
}

.js-result-card{
  padding:24px 20px 28px;
}

}

/* ================= EXIT POPUP ================= */

.exit-popup{
  position:fixed;
  inset:0;
  background:rgba(2,6,23,.75);
  backdrop-filter:blur(4px);
  display:none;
  justify-content:center;
  align-items:center;
  z-index:9999;
  padding:20px;
}

.exit-box{
  background:white;
  max-width:420px;
  width:100%;
  border-radius:20px;
  padding:36px 32px 34px;
  text-align:center;
  position:relative;
  box-shadow:0 30px 80px rgba(0,0,0,.25);
  animation:exitFade .35s ease;
}

/* Close */

.exit-close{
  position:absolute;
  top:12px;
  right:14px;
  background:none;
  border:none;
  font-size:26px;
  cursor:pointer;
  color:#64748b;
}

/* Text */

.exit-box h3{
  font-size:1.6rem;
  font-weight:900;
  margin-bottom:14px;
  color:#020617;
}

.exit-box p{
  font-size:1.05rem;
  color:#475569;
  line-height:1.6;
  margin-bottom:10px;
}

/* Button */

.exit-btn{
  display:block;
  margin:22px 0 14px;
  background:#22c55e;
  color:#022c22;
  text-decoration:none;
  padding:14px;
  border-radius:12px;
  font-weight:800;
  transition:.25s;
}

.exit-btn:hover{
  background:#16a34a;
}

/* Skip */

.exit-skip{
  font-size:.9rem;
  color:#64748b;
  cursor:pointer;
}

/* Animation */

@keyframes exitFade{
  from{
    opacity:0;
    transform:scale(.9);
  }
  to{
    opacity:1;
    transform:scale(1);
  }
}

/* Mobile: Disable */

@media(max-width:768px){

.exit-popup{
  display:none!important;
}

}

/* ========== JUMPSTART 3 SYSTEM ========== */

.js3-system{
  padding:120px 22px 130px;
  background:#ffffff;
  text-align:center;
}

.js3-wrap{
  max-width:1150px;
  margin:0 auto;
}

/* Title */

.js3-title{
  font-size:clamp(2.4rem,5vw,3.3rem);
  font-weight:900;
  color:#020617;
  margin-bottom:14px;
}

.js3-sub{
  font-size:1.2rem;
  color:#64748b;
  max-width:760px;
  margin:0 auto 70px;
  line-height:1.7;
}

/* Grid */

.js3-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:28px;
  margin-bottom:45px;
}

/* Card */

.js3-card{
  background:#f8fafc;
  border-radius:22px;
  padding:38px 28px 36px;
  border:1px solid #e5e7eb;
  box-shadow:0 14px 36px rgba(0,0,0,.07);
  transition:.35s;
  position:relative;
}

.js3-card:hover{
  transform:translateY(-6px);
  box-shadow:0 28px 65px rgba(0,0,0,.12);
}

/* Premium Card (MSM) */

.js3-card.premium{
  background:linear-gradient(180deg,#ffffff,#f8fafc);
  border:2px solid transparent;

  background-image:
    linear-gradient(#ffffff,#f8fafc),
    linear-gradient(135deg,#facc15,#f97316,#ef4444);

  background-origin:border-box;
  background-clip:padding-box,border-box;

  box-shadow:
    0 25px 60px rgba(249,115,22,.25),
    0 0 0 1px rgba(251,191,36,.4);

  transform:scale(1.04);
}

/* Level */

.js3-level{
  position:absolute;
  top:16px;
  right:16px;
  font-size:.75rem;
  font-weight:800;
  padding:6px 14px;
  border-radius:999px;
  color:white;
}

.js3-level.basic{ background:#2563eb; }
.js3-level.pro{ background:#16a34a; }
.js3-level.advanced{ background:#dc2626; }

/* Code */

.js3-code{
  width:70px;
  height:70px;
  border-radius:50%;
  margin:0 auto 18px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:900;
  font-size:1.3rem;
  background:#e0e7ff;
  color:#1e40af;
}

.js3-code.dsm{ background:#dbeafe; color:#1e40af; }
.js3-code.tbm{ background:#dcfce7; color:#166534; }
.js3-code.msm{ background:#fff7ed; color:#9a3412; border:1px solid #fed7aa; }

/* Text */

.js3-card h3{
  font-size:1.35rem;
  font-weight:800;
  margin-bottom:10px;
}

.js3-card p{
  font-size:1.05rem;
  color:#475569;
  line-height:1.6;
  margin-bottom:16px;
}

.js3-card small{
  font-size:.9rem;
  color:#94a3b8;
  font-weight:600;
}

/* Note */

.js3-note{
  font-size:.95rem;
  color:#64748b;
  font-weight:600;
}

/* Mobile */

@media(max-width:900px){

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

.js3-card{
  padding:32px 22px 30px;
}

}

/* ===== Automation Badge ===== */

.js3-auto{
  margin-top:12px;
  font-size:.85rem;
  font-weight:700;
  padding:6px 14px;
  border-radius:999px;
  display:inline-block;
}

/* Levels */

.js3-auto.low{
  background:#eff6ff;
  color:#1e40af;
  border:1px solid #bfdbfe;
}

.js3-auto.mid{
  background:#ecfdf5;
  color:#166534;
  border:1px solid #86efac;
}

.js3-auto.high{
  background:#fff7ed;
  color:#9a3412;
  border:1px solid #fed7aa;
}

/* ===== Automation Info Box ===== */

.js3-auto-box{
  max-width:920px;
  margin:35px auto 25px;
  padding:22px 26px 24px;

  background:linear-gradient(180deg,#f8fafc,#ffffff);
  border:1px solid #e5e7eb;
  border-radius:18px;

  box-shadow:0 10px 28px rgba(0,0,0,.06);
  text-align:justify;
}

/* Main */

.js3-auto-main{
  font-size:1.05rem;
  font-weight:600;
  color:#334155;
  line-height:1.8;
  margin-bottom:12px;
}

/* Human */

.js3-auto-human{
  font-size:1.02rem;
  color:#475569;
  line-height:1.9;
  font-weight:400;
}

.hideme{
visibility: hidden;
  display: none;
}

.header-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
}

.header-account{
  display:flex;
  align-items:center;
  gap:10px;
}

.account-btn,
.logout-btn{
  font-family:inherit;
  font-size:13px;
  padding:7px 10px;
  border-radius:10px;
  border:1px solid rgba(255,255,255,.15);
  background:rgba(255,255,255,.06);
  color:#fff;
  cursor:pointer;
}

.account-mobile{
  opacity:.7;
  font-size:12px;
  margin-right:6px;
  /* شماره اکانت با جهت LTR نمایش داده شود تا علامت + و پرانتز به درستی دیده شوند */
  direction:ltr;
  unicode-bidi: plaintext;
}

.logout-btn{
  background:rgba(239,68,68,.15);
  border-color:rgba(239,68,68,.35);
}


/*user profile modal*/
.modal{position:fixed;inset:0;background:rgba(0,0,0,.55);display:flex;align-items:center;justify-content:center;z-index:100}
.modal-card{width:min(520px,92vw);background:#0b1225;border:1px solid rgba(255,255,255,.1);border-radius:16px;overflow:hidden;color: rgb(255 255 255);
    text-align: center;}
.modal-head{display:flex;justify-content:space-between;align-items:center;padding:12px 14px;border-bottom:1px solid rgba(255,255,255,.08)}
.modal-close{background:transparent;border:0;color:#fff;font-size:22px;cursor:pointer}
.modal-body{padding:14px}
.row{display:grid;gap:8px;margin:10px 0}
.label{opacity:.8;font-size:13px}
.value{font-weight:600}
.input{width:100%;padding:10px;border-radius:12px;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.05);color:#fff;font-family:inherit}
.btn{padding:10px;border-radius:12px;border:1px solid rgba(255,255,255,.14);color:#fff;cursor:pointer;font-family:inherit}
.sep{border:0;border-top:1px solid rgba(255,255,255,.08);margin:12px 0}
.hint{margin-top:8px;font-size:13px;opacity:.85}
/*user profile modal END*/




/* ===== JumpStart OTP Modal (minimal) ===== */
.js-modal{position:fixed;inset:0;z-index:99999;display:none;}
.js-modal-backdrop{position:absolute;inset:0;background:rgba(0,0,0,.6);}
.js-modal-card{position:relative;width:min(420px,92vw);margin:10vh auto;background:#0b0f19;color:#eaeefc;border-radius:14px;padding:14px;border:1px solid rgba(255,255,255,.1);box-shadow:0 20px 60px rgba(0,0,0,.4)}
.js-modal-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:10px}
.js-modal-title{font-weight:800}
.js-modal-close{background:transparent;border:0;color:#eaeefc;font-size:22px;cursor:pointer}
.js-field{margin:10px 0}
.js-field label{display:block;font-size:13px;opacity:.85;margin-bottom:6px}
.js-field input{width:100%;padding:10px 12px;border-radius:10px;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.05);color:#eaeefc;outline:none}
.js-primary,.js-ghost{width:100%;padding:10px 12px;border-radius:10px;font-weight:800;cursor:pointer;margin-top:8px}
.js-primary{border:0;background:#4f46e5;color:#fff}
.js-ghost{border:1px solid rgba(255,255,255,.18);background:transparent;color:#eaeefc}
.js-hint{margin-top:8px;font-size:12px;line-height:1.7}
.js-result{font-weight:800;line-height:1.9;padding:8px 2px}

/* Results cards: keep images inside card */
.js-result-card{
  overflow: hidden;            /* مهم: نذاره چیزی بزنه بیرون */
}

.js-result-image{
  width: 100%;
  height: 180px;               /* ارتفاع ثابت برای تصویر */
  border-radius: 14px;
  overflow: hidden;
  background: rgba(255,255,255,.06);  /* اگر عکس نبود */
}

.js-result-image img{
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;           /* عکس کراپ میشه ولی بیرون نمیزنه */
}

/* --------------------------------------------------
   OTP Phone UI styles
   این بخش ظاهر ورودی شماره موبایل را مطابق طراحی ارسالی کاربر تنظیم می‌کند.
   کلاس‌ها با پیشوند otp- تعریف شده‌اند تا با سایر استایل‌ها تداخلی نداشته باشند.
   همهٔ این استایل‌ها فقط داخل مودال OTP فعال می‌شوند.
-------------------------------------------------- */

#jsModal #stepPhone .otp-wrap {
  width: 100%;
  margin-bottom: 20px;
}

#jsModal #stepPhone .otp-phone {
  direction: ltr;
  position: relative;
  display: flex;
  gap: 10px;
  align-items: stretch;
  padding: 10px;
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(255,255,255,.10), rgba(255,255,255,.06));
  border: 1px solid rgba(255,255,255,.12);
  backdrop-filter: blur(12px);
  box-shadow: 0 20px 60px rgba(0,0,0,.45);
  width: 100%;
}

#jsModal #stepPhone .otp-phone:focus-within {
  border-color: rgba(124,58,237,.45);
  box-shadow: 0 22px 70px rgba(0,0,0,.50), 0 0 0 4px rgba(124,58,237,.16);
}

#jsModal #stepPhone .otp-ctrl {
  height: 54px;
  border-radius: 14px;
  background: rgba(0,0,0,.18);
  border: 1px solid rgba(255,255,255,.10);
  transition: .15s ease;
  line-height: 1;
}

#jsModal #stepPhone .otp-ctrl:hover {
  border-color: rgba(255,255,255,.18);
}

#jsModal #stepPhone .otp-flag-btn {
  width: 72px;
  min-width: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  user-select: none;
  outline: none;
  padding: 0;
  position: relative;
  overflow: hidden;
}

#jsModal #stepPhone .otp-flag {
  width: 32px;
  height: 22px;
  border-radius: 7px;
  background-size: cover;
  background-position: center;
  border: 1px solid rgba(255,255,255,.14);
  box-shadow: 0 8px 20px rgba(0,0,0,.25);
}

#jsModal #stepPhone .otp-flag-btn.is-open .otp-flag {
  outline: 2px solid rgba(124,58,237,.55);
  outline-offset: 3px;
}

#jsModal #stepPhone .otp-flag-btn.is-open::after {
  content: "";
  position: absolute;
  inset: 10px;
  border-radius: 12px;
  border: 1px solid rgba(124,58,237,.35);
  box-shadow: 0 0 0 6px rgba(124,58,237,.08);
  animation: otp-pulse 1.2s ease-in-out infinite;
  pointer-events: none;
}

@keyframes otp-pulse {
  0% { transform: scale(.96); opacity: .45; }
  50% { transform: scale(1); opacity: .18; }
  100% { transform: scale(.96); opacity: .45; }
}

#jsModal #stepPhone .otp-number {
  flex: 1;
  padding: 0 14px;
  color: rgba(255,255,255,.92);
  outline: none;
  font-size: 15px;
  direction: ltr;
  text-align: left;
  background: transparent;
  border: none;
}

#jsModal #stepPhone .otp-number::placeholder {
  color: rgba(255,255,255,.45);
}

#jsModal #stepPhone .otp-number:focus {
  border-color: rgba(255,255,255,.18);
  background: rgba(0,0,0,.22);
}

#jsModal #stepPhone .otp-slot {
  flex: 1;
  min-width: 0;
  position: relative;
}

#jsModal #stepPhone .otp-slot > .otp-ctrl {
  width: 100%;
}

#jsModal #stepPhone .otp-picker {
  width: 100%;
  height: 54px;
  display: none;
  overflow: hidden;
  padding: 8px;
}

#jsModal #stepPhone .otp-picker.open {
  display: block;
}

#jsModal #stepPhone .otp-picker-inner {
  display: flex;
  flex-direction: column;
  gap: 8px;
  height: 100%;
}

#jsModal #stepPhone .otp-picker-top {
  display: flex;
  align-items: center;
  gap: 10px;
  height: 38px;
}

#jsModal #stepPhone .otp-search {
  flex: 1;
  height: 38px;
  border-radius: 12px;
  padding: 0 12px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(0,0,0,.22);
  color: rgba(255,255,255,.92);
  outline: none;
  font-size: 14px;
  direction: rtl;
  text-align: right;
}

#jsModal #stepPhone .otp-search::placeholder {
  color: rgba(255,255,255,.45);
}

#jsModal #stepPhone .otp-close {
  height: 38px;
  padding: 0 12px;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.06);
  color: rgba(255,255,255,.85);
  cursor: pointer;
  user-select: none;
  white-space: nowrap;
}

#jsModal #stepPhone .otp-close:hover {
  border-color: rgba(255,255,255,.18);
}

#jsModal #stepPhone .otp-list {
  position: absolute;
  top: calc(54px + 10px);
  inset-inline: 0;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(18,24,40,.92), rgba(10,14,25,.92));
  border: 1px solid rgba(255,255,255,.12);
  box-shadow: 0 30px 90px rgba(0,0,0,.55);
  backdrop-filter: blur(14px);
  overflow: auto;
  max-height: 260px;
  padding: 6px;
  display: none;
  z-index: 30;
}

#jsModal #stepPhone .otp-list.open {
  display: block;
}

#jsModal #stepPhone .otp-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 10px;
  border-radius: 14px;
  cursor: pointer;
  border: 1px solid transparent;
  transition: .12s ease;
}

#jsModal #stepPhone .otp-item:hover {
  background: rgba(124,58,237,.12);
  border-color: rgba(124,58,237,.22);
}

#jsModal #stepPhone .otp-item .otp-meta {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
  flex: 1;
}

#jsModal #stepPhone .otp-item .otp-meta b {
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#jsModal #stepPhone .otp-item .otp-meta span {
  font-size: 12px;
  color: rgba(255,255,255,.65);
  direction: ltr;
  unicode-bidi: plaintext;
  text-align: right;
}

#jsModal #stepPhone .otp-hint {
  margin: 10px 4px 0;
  font-size: 12px;
  color: rgba(255,255,255,.65);
  display: flex;
  align-items: center;
  /* جدا کردن مثال و برچسب کشور به دو سمت مخالف */
  justify-content: space-between;
  /* فاصله بین آیتم‌ها نیازی نیست زیرا space-between فاصله ایجاد می‌کند */
  width: 100%;
}

/* Hint for example mobile number per country */
#jsModal #stepPhone .otp-example {
  /* هم‌تراز و هم اندازه با چیپ */
  font-size: 12px;
  color: rgba(255,255,255,.65);
  direction: ltr;
  unicode-bidi: plaintext;
  white-space: nowrap;
}

/* --------------------------------------------------
   OTP Code UI (6 boxes) + Resend cooldown
   این استایل‌ها فقط در مودال OTP استفاده می‌شوند.
-------------------------------------------------- */

#jsModal .otp-inputs{
  display:flex;
  gap:10px;
  justify-content:center;
  align-items:center;
  padding: 10px 2px 2px;
}

#jsModal .otp-box{
  width: 46px;
  height: 54px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(0,0,0,.18);
  color: rgba(255,255,255,.92);
  font-size: 18px;
  text-align: center;
  outline: none;
  transition: .15s ease;
}

#jsModal .otp-box:focus{
  border-color: rgba(124,58,237,.45);
  box-shadow: 0 0 0 4px rgba(124,58,237,.16);
}

#jsModal .otp-countdown{
  margin: 10px 0 6px;
  padding: 10px 12px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.05);
  font-size: 12px;
  color: rgba(255,255,255,.75);
  display:flex;
  align-items:center;
  gap:10px;
}

#jsModal .otp-countdown .bar{
  flex: 1;
  height: 8px;
  border-radius: 999px;
  background: rgba(0,0,0,.22);
  border: 1px solid rgba(255,255,255,.10);
  overflow:hidden;
}

#jsModal .otp-countdown .bar-inner{
  height:100%;
  width:0%;
  border-radius:999px;
  background: rgba(124,58,237,.65);
  transition: width .25s linear;
}

/*
  نــسخهٔ دوم از استایل‌های رابط کاربری OTP برای مودال پروفایل
  کپی‌شده از قوانین بالا با جایگزینی #profileModal به‌جای #jsModal #stepPhone.
  این بلاک باعث می‌شود تمام کلاس‌های otp در مودال تغییر شماره نیز ظاهر
  یکسانی داشته باشند.
*/

#profileModal .otp-wrap {
  width: 100%;
  margin-bottom: 20px;
}

#profileModal .otp-phone {
  direction: ltr;
  position: relative;
  display: flex;
  gap: 10px;
  align-items: stretch;
  padding: 10px;
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(255,255,255,.10), rgba(255,255,255,.06));
  border: 1px solid rgba(255,255,255,.12);
  backdrop-filter: blur(12px);
  box-shadow: 0 20px 60px rgba(0,0,0,.45);
  width: 100%;
}

#profileModal .otp-phone:focus-within {
  border-color: rgba(124,58,237,.45);
  box-shadow: 0 22px 70px rgba(0,0,0,.50), 0 0 0 4px rgba(124,58,237,.16);
}

#profileModal .otp-ctrl {
  height: 54px;
  border-radius: 14px;
  background: rgba(0,0,0,.18);
  border: 1px solid rgba(255,255,255,.10);
  transition: .15s ease;
  line-height: 1;
}

#profileModal .otp-ctrl:hover {
  border-color: rgba(255,255,255,.18);
}

#profileModal .otp-flag-btn {
  width: 72px;
  min-width: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  user-select: none;
  outline: none;
  padding: 0;
  position: relative;
  overflow: hidden;
}

#profileModal .otp-flag {
  width: 32px;
  height: 22px;
  border-radius: 7px;
  background-size: cover;
  background-position: center;
  border: 1px solid rgba(255,255,255,.14);
  box-shadow: 0 8px 20px rgba(0,0,0,.25);
}

#profileModal .otp-flag-btn.is-open .otp-flag {
  outline: 2px solid rgba(124,58,237,.55);
  outline-offset: 3px;
}

#profileModal .otp-flag-btn.is-open::after {
  content: "";
  position: absolute;
  inset: 10px;
  border-radius: 12px;
  border: 1px solid rgba(124,58,237,.35);
  box-shadow: 0 0 0 6px rgba(124,58,237,.08);
  animation: otp-pulse 1.2s ease-in-out infinite;
  pointer-events: none;
}

#profileModal .otp-number {
  flex: 1;
  padding: 0 14px;
  color: rgba(255,255,255,.92);
  outline: none;
  font-size: 15px;
  direction: ltr;
  text-align: left;
  background: transparent;
  border: none;
}

#profileModal .otp-number::placeholder {
  color: rgba(255,255,255,.45);
}

#profileModal .otp-number:focus {
  border-color: rgba(255,255,255,.18);
  background: rgba(0,0,0,.22);
}

#profileModal .otp-slot {
  flex: 1;
  min-width: 0;
  position: relative;
}

#profileModal .otp-slot > .otp-ctrl {
  width: 100%;
}

#profileModal .otp-picker {
  width: 100%;
  height: 54px;
  display: none;
  overflow: hidden;
  padding: 8px;
}

#profileModal .otp-picker.open {
  display: block;
}

#profileModal .otp-picker-inner {
  display: flex;
  flex-direction: column;
  gap: 8px;
  height: 100%;
}

#profileModal .otp-picker-top {
  display: flex;
  align-items: center;
  gap: 10px;
  height: 38px;
}

#profileModal .otp-search {
  flex: 1;
  height: 38px;
  border-radius: 12px;
  padding: 0 12px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(0,0,0,.22);
  color: rgba(255,255,255,.92);
  outline: none;
  font-size: 14px;
  direction: rtl;
  text-align: right;
}

#profileModal .otp-search::placeholder {
  color: rgba(255,255,255,.45);
}

#profileModal .otp-close {
  height: 38px;
  padding: 0 12px;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.06);
  color: rgba(255,255,255,.85);
  cursor: pointer;
  user-select: none;
  white-space: nowrap;
}

#profileModal .otp-close:hover {
  border-color: rgba(255,255,255,.18);
}

#profileModal .otp-list {
  position: absolute;
  top: calc(54px + 10px);
  inset-inline: 0;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(18,24,40,.92), rgba(10,14,25,.92));
  border: 1px solid rgba(255,255,255,.12);
  box-shadow: 0 30px 90px rgba(0,0,0,.55);
  backdrop-filter: blur(14px);
  overflow: auto;
  max-height: 260px;
  padding: 6px;
  display: none;
  z-index: 30;
}

#profileModal .otp-list.open {
  display: block;
}

#profileModal .otp-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 10px;
  border-radius: 14px;
  cursor: pointer;
  border: 1px solid transparent;
  transition: .12s ease;
}

#profileModal .otp-item:hover {
  background: rgba(124,58,237,.12);
  border-color: rgba(124,58,237,.22);
}

#profileModal .otp-item .otp-meta {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
  flex: 1;
}

#profileModal .otp-item .otp-meta b {
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#profileModal .otp-item .otp-meta span {
  font-size: 12px;
  color: rgba(255,255,255,.65);
  direction: ltr;
  unicode-bidi: plaintext;
  text-align: right;
}

#profileModal .otp-hint {
  margin: 10px 4px 0;
  font-size: 12px;
  color: rgba(255,255,255,.65);
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

#profileModal .otp-example {
  font-size: 12px;
  color: rgba(255,255,255,.65);
  direction: ltr;
  unicode-bidi: plaintext;
  white-space: nowrap;
}

#jsModal #stepPhone .otp-chip {
  font-size: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.06);
  color: rgba(255,255,255,.82);
  white-space: nowrap;
  direction: ltr;
  unicode-bidi: plaintext;
}

#jsModal #stepPhone .otp-list::-webkit-scrollbar {
  width: 10px;
}

#jsModal #stepPhone .otp-list::-webkit-scrollbar-thumb {
  background: rgba(255,255,255,.12);
  border: 2px solid rgba(0,0,0,0);
  background-clip: padding-box;
  border-radius: 999px;
}


/* Resend OTP button in OTP step */
.btn.ghost{
  width: 100%;
  margin-top: 10px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.12);
  color: rgba(255,255,255,.85);
}
.btn.ghost:hover{ border-color: rgba(255,255,255,.18); }
.btn.ghost.is-disabled{ opacity:.65; cursor:not-allowed; }

#currentMobile{
        direction: ltr;
}


/* ================= Sticky Bar THEME (Dark/Light) ================= */

.sb{
  position: fixed;
  inset: auto 0 16px 0;
  z-index: 9999;
  display: flex;
  justify-content: center;
  pointer-events: none;
  padding: 0 12px;
}

.sb .chip[hidden]{ display:none !important; }
/* فونت فقط برای نوار */
.sb, .sb *{
  box-sizing: border-box;
  font-family: "Vazirmatn FD", Vazirmatn, system-ui, -apple-system, sans-serif !important;
  font-feature-settings: "ss01","ss03";
}

/* Dark variables */
.sb[data-theme="dark"]{
  --text: #e9eff7;
  --muted: #7f8894;
  --surface: #0f141b;
  --border: #21262d;
  --radius: 10px;
  --height: 48px;
  --shadow: 0 6px 20px rgba(0,0,0,0.45);
  --gold: #f1c453;
  --gold-hover: #e5b700;
}
/* Light variables */
.sb[data-theme="light"]{
  --text: #22262e;
  --muted: #6c7784;
  --surface: #ffffff;
  --border: #e2e8f0;
  --radius: 10px;
  --height: 48px;
  --shadow: 0 3px 12px rgba(0,0,0,0.05);
  --cta-bg: #374151;
  --cta-hover: #4b5563;
  --cta-text: #ffffff;
}

.sb__inner{
  width: min(1100px, 100%);
  pointer-events: auto;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  padding: 10px 20px;
  border-radius: var(--radius);
  background: var(--surface);
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
  position: relative;
  overflow: hidden;
  animation: sbFadeIn 0.4s ease both;
}
@keyframes sbFadeIn{
  from{ opacity:0; transform: translateY(16px); }
  to{ opacity:1; transform: translateY(0); }
}

.sb__left{ flex:1 1 auto; min-width:0; }
.sb__title{ font-size: clamp(14px, 3vw, 15px); font-weight:600; color: var(--text); }
.sb__sub{ font-size: clamp(12px, 2.6vw, 13px); color: var(--muted); font-weight:400; margin-top:2px; }

.sb__right{
  display:flex;
  align-items:center;
  gap:12px;
  flex-wrap:nowrap;
}

.chip{
  height: var(--height);
  display:flex;
  align-items:center;
  gap:10px;
  padding: 0 14px 0 12px;
  border-radius:6px;
  border:1px solid var(--border);
  transition: background 0.18s ease, border-color 0.18s ease;
}

/* Dark chip bg */
.sb[data-theme="dark"] .chip{
  background: rgba(255,255,255,0.035);
}
.sb[data-theme="dark"] .chip:hover{
  background: rgba(255,255,255,0.07);
  border-color: #2c343d;
}

/* Light chip bg */
.sb[data-theme="light"] .chip{
  background: rgba(0,0,0,0.015);
}
.sb[data-theme="light"] .chip:hover{
  background: rgba(0,0,0,0.03);
  border-color: #d1dbe7;
}

.ic{
  width:30px; height:30px;
  border-radius:6px;
  display:grid;
  place-items:center;
  font-size:17px;
}

/* icon colors */
.sb[data-theme="dark"] .ic{
  color: var(--gold);
  background: rgba(241,196,83,0.09);
}
.sb[data-theme="light"] .ic{
  color: var(--muted);
  background: rgba(55,69,81,0.06);
}

.k{ font-size: clamp(12px, 2.6vw, 13px); color: var(--muted); font-weight:500; }
.v{
  font-size: clamp(15px, 3.6vw, 17px);
  font-weight:700;
  color: var(--text);
  letter-spacing: 0.4px;
  min-width: 60px;
  text-align:center;
}
.ltr{ direction:ltr; font-variant-numeric: tabular-nums; }

.cta{
  height: var(--height);
  display:flex;
  align-items:center;
  gap:8px;
  padding: 0 20px;
  border-radius:6px;
  border:none;
  font-size: clamp(13.5px, 3vw, 14.5px);
  font-weight:600;
  cursor:pointer;
  transition: background 0.18s ease, transform 0.16s ease;
  white-space:nowrap;
}

.sb[data-theme="dark"] .cta{
  background: var(--gold);
  color:#0d1117;
  box-shadow: 0 2px 8px rgba(241,196,83,0.28);
}
.sb[data-theme="dark"] .cta:hover{ background: var(--gold-hover); transform: translateY(-1px); }
.sb[data-theme="dark"] .cta:active{ transform: translateY(0); }

.sb[data-theme="light"] .cta{
  background: var(--cta-bg);
  color: var(--cta-text);
  box-shadow: 0 2px 6px rgba(55,69,81,0.12);
}
.sb[data-theme="light"] .cta:hover{ background: var(--cta-hover); transform: translateY(-1px); }
.sb[data-theme="light"] .cta:active{ transform: translateY(0); }

.cta .arrow{
  width:24px; height:24px;
  border-radius:4px;
  display:grid;
  place-items:center;
  font-size:14px;
}
.sb[data-theme="dark"] .cta .arrow{
  background: rgba(13,17,23,0.20);
  color:#0d1117;
}
.sb[data-theme="light"] .cta .arrow{
  background: rgba(255,255,255,0.15);
}

@media (max-width: 860px){
  .sb { bottom: env(safe-area-inset-bottom, 12px); }

  .sb__inner{
    padding: 10px 14px;
    gap: 10px;
    flex-wrap: wrap;
  }

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

  .sb__title{
    font-size: 14px;
    line-height: 1.35;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .sb__sub{
    font-size: 12.5px;
    line-height: 1.35;
    margin-top: 4px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  /* ✅ فقط دو چیپ همزمان داریم => 2 ستون */
  .sb__right{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    align-items: stretch;
  }

  /* چیپ‌ها 100% عرض ستون خودشون */
  .chip{
    width: 100%;
    justify-content: center;
    padding: 0 12px;
    gap: 8px;
  }

  /* value قطع نشه: اجازه بده دو خط بشه (به‌خصوص ظرفیت) */
  .v{
    min-width: 0;
    white-space: normal;
    overflow: hidden;
    text-overflow: clip;
    line-height: 1.2;
    max-height: 2.4em; /* دو خط */
  }

  /* اگر فقط یک چیپ نمایش داده شد، کل عرض رو بگیره */
  .sb__right .chip:only-of-type{
    grid-column: 1 / -1;
  }

  /* CTA همیشه پایین و تمام عرض */
  .cta{
    grid-column: 1 / -1;
    width: 100%;
    justify-content: center;
    height: 46px;
    padding: 0 18px;
  }
}
@media (max-width: 600px){
    
.timer{
    gap: 5px !important;
}
    .time-box span,h2,h3 {
        font-size: 19px !important;
    }
    .urgent-sub,.urgent-note,.sub,.faq .subtitle,.support p{
         font-size: 14px !important;
    }
    
    .hero h1{
        font-size: 22px !important; 
    }
  .sb__inner{
    flex-direction: column;
    flex-wrap: nowrap;
  }

  /* ✅ مهم: grid 860px را بشکن */
  .sb__right{
    display: flex !important;
    flex-direction: column;
    gap: 10px;
    width: 100%;
  }

  .chip{
    width: 100%;
    justify-content: center;
    padding: 0 14px;
  }

  .cta{
    width: 100%;
    justify-content: center;
  }

  /* تو موبایل خیلی باریک، محدودیت 2 خط را بردار */
  .v{
    max-height: none;
  }
}
@media (max-width: 480px){
  .sb__inner{
    padding: 8px 12px;
    border-radius: 8px;
  }

  .chip{
    height: 44px;
    padding: 0 8px;
    gap: 6px;
  }

  .ic{
    width: 26px;
    height: 26px;
    font-size: 15px;
  }

  .cta{
    height: 46px;
    padding: 0 18px;
  }

  /* مهم: min-width رو حذف کردیم */
  .v{
    font-size: 14px;
    min-width: 0;
    line-height: 1.2;
  }
}
@media (max-width: 320px){
  .sb{ padding: 0 8px; }

  .sb__inner{
    padding: 8px 10px;
    border-radius: 8px;
    gap: 8px;
  }

  .sb__title{
    font-size: 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .sb__sub{ display:none !important; }

  .chip{
    min-height: 40px;
    height: auto;
    padding: 0 10px;
    gap: 6px;
  }

  .ic{ display:none !important; }

  .k{ font-size: 11px; }

  .v{
    font-size: 13px;
    line-height: 1.15;
    min-width: 0;
  }

  .cta{
    height: 42px;
    padding: 0 14px;
    border-radius: 6px;
  }
}

/* ===== Ultra-small screens (watch / mini browser) ===== */
@media (max-width: 360px){
    
    .badge{
        width: 100% !important;
        top: 0px !important;
    }

  /* container padding کمتر تا محتوا نفس بکشه */
  .pricing{
    padding: 0 10px !important;
  }

  /* gap کمتر */
  .cards{
    gap: 14px !important;
  }

  /* کارت جمع‌وجورتر */
  .card{
    padding: 26px 16px 24px !important;
    border-radius: 18px !important;
  }

  /* تایپوگرافی داخل کارت کوچیک‌تر */
  .plan{
    font-size: 1.55rem !important;
  }

  .price{
    font-size: 2.3rem !important;
    margin: 14px 0 16px !important;
  }

  ul{
    margin-top: 16px !important;
  }

  li{
    font-size: .98rem !important;
    margin-bottom: 10px !important;
    padding-right: 22px !important;
  }

  .btn{
    margin-top: 18px !important;
    padding: 12px !important;
    border-radius: 12px !important;
    font-size: 1.05rem !important;
  }
}
@media (max-width: 320px){
  .pricing{ padding: 0 8px !important; }
  .card{ padding: 22px 14px 20px !important; }
}

/* نمایش/مخفی‌سازی نرم استیکی (بدون استفاده از hidden) */
.sb{
  transition: transform .35s ease, opacity .35s ease;
}

.sb.is-hidden-soft{
  opacity: 0;
  transform: translateY(18px);
  pointer-events: none;
}

.sb.is-hidden-soft{
  opacity: 0;
  transform: translateY(18px);
  filter: blur(2px);
  pointer-events: none;
}
.sb{ transition: transform .35s ease, opacity .35s ease, filter .35s ease; }



/* ===== Mini mode (near footer) ===== */
.sb.is-mini .sb__inner{
  padding: 8px 12px;
  gap: 10px;
}

.sb.is-mini .sb__sub{
  display: none !important;
}

.sb.is-mini .chip{
  height: 40px;
  padding: 0 10px;
}

.sb.is-mini .k{
  display: none;          /* برچسب‌ها (شروع تا/پایان تا/ظرفیت) حذف */
}

.sb.is-mini .ic{
  width: 24px;
  height: 24px;
  font-size: 14px;
}

.sb.is-mini .v{
  font-size: 14px;
  max-height: none;
}

.sb.is-mini .cta{
  height: 40px;
  padding: 0 14px;
  box-shadow: none;
}

.sb.is-mini .cta .arrow{
  width: 22px;
  height: 22px;
}

.toTop{
  position: fixed;
  right: 16px;     /* RTL: سمت راست */
  left: auto;
  bottom: 16px;    /* ثابت */
  z-index: 9998;
  width: 42px;
  height: 42px;
  border-radius: 12px;

  display: grid;
  place-items: center;

  border: 1px solid transparent;
  background: rgba(15,20,27,0.72);
  color: rgba(233,239,247,0.92);

  box-shadow: 0 10px 26px rgba(0,0,0,0.22);
  backdrop-filter: blur(8px);

  font-size: 18px;
  line-height: 1;
  cursor: pointer;

  opacity: 0;
  transform: translateY(10px);
  pointer-events: none;

  transition: opacity .22s ease, transform .22s ease, background .22s ease, border-color .22s ease;
}

.toTop.is-on{
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}