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:500;
}

.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;
}

.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}
.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;opacity:.8;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;           /* عکس کراپ میشه ولی بیرون نمیزنه */
}

