/* ================================================= */
/*   VELAR THANK YOU PAGE — تصميم جديد كامل            */
/* ================================================= */

:root{
  --vt-blue:#0a58ff;
  --vt-dark:#111827;
  --vt-muted:#6b7280;
  --vt-border:rgba(17,24,39,.10);
}

.thanks_container{
  max-width:480px;
  margin:60px auto;
  padding:48px 32px !important;
  background:#fff;
  border:1px solid var(--vt-border);
  border-radius:16px;
  gap:0 !important;
}

/* إخفاء أنيميشن الكونفيتي المعقد بالكامل */
.thanks_content > div[height="300"] svg{
  display:none !important;
}

/* أيقونة صح بسيطة بدل الأنيميشن */
.thanks_content > div[height="300"]{
  width:80px !important;
  height:80px !important;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  background:rgba(10,88,255,.08);
  margin:0 auto 24px;
}

.thanks_content > div[height="300"]::before{
  content:"";
  width:34px;
  height:34px;
  background-repeat:no-repeat;
  background-position:center;
  background-size:contain;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Ccircle cx='12' cy='12' r='10' stroke='%230a58ff' stroke-width='1.7'/%3E%3Cpath d='M8 12.5l2.5 2.5L16 9.5' stroke='%230a58ff' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

/* العنوان */
.thanks_content h1{
  font-family:"Cairo",system-ui,sans-serif !important;
  font-size:22px !important;
  font-weight:800 !important;
  color:var(--vt-dark) !important;
  margin:0 0 12px !important;
}

/* الوصف */
.thanks_content p.text-center.text-xl{
  font-family:"Cairo",system-ui,sans-serif !important;
  font-size:14px !important;
  font-weight:500 !important;
  color:var(--vt-muted) !important;
  margin:0 0 4px !important;
  line-height:1.7 !important;
}

/* رابط "عرض أحدث العروض" */
.thanks_content .mt-6.text-center p.text-skin-primary{
  font-family:"Cairo",system-ui,sans-serif !important;
  font-size:13.5px !important;
  font-weight:700 !important;
  color:var(--vt-blue) !important;
  text-decoration:none !important;
  text-decoration-line:underline !important;
  text-underline-offset:4px !important;
  margin:22px 0 26px !important;
  cursor:pointer;
}

/* زرار العودة للرئيسية */
.thanks_content .mt-6.text-center .mb-12{
  margin-bottom:0 !important;
}

.thanks_content .mt-6.text-center a{
  display:inline-flex !important;
  align-items:center;
  gap:8px;
  background:var(--vt-dark) !important;
  color:#fff !important;
  font-family:"Cairo",system-ui,sans-serif !important;
  font-size:14px !important;
  font-weight:700 !important;
  padding:13px 28px !important;
  border-radius:999px !important;
  box-shadow:none !important;
  margin:0 !important;
  transition:background .15s ease, transform .15s ease;
}

.thanks_content .mt-6.text-center a:hover{
  background:#000000 !important;
  transform:translateY(-1px);
}

@media (max-width:640px){
  .thanks_container{
    margin:24px 16px;
    padding:36px 20px !important;
  }
  .thanks_content h1{
    font-size:19px !important;
  }
}
