@font-face {
  font-family: iranyekan;
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/iranyekan/woff/iranyekan-medium.woff") format("woff"), url("../fonts/iranyekan/woff2/iranyekan-medium.woff2") format("woff2");
}
@font-face {
  font-family: iranyekan;
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/iranyekan/woff/iranyekan-semibold.woff") format("woff"), url("../fonts/iranyekan/woff2/iranyekan-semibold.woff2") format("woff2");
}
@font-face {
  font-family: iranyekan;
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/iranyekan/woff/iranyekan-semibold.woff") format("woff"), url("../fonts/iranyekan/woff2/iranyekan-semibold.woff2") format("woff2");
}
@font-face {
  font-family: iranyekan;
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/iranyekan/woff/iranyekan-bold.woff") format("woff"), url("../fonts/iranyekan/woff2/iranyekan-bold.woff2") format("woff2");
}
@font-face {
  font-family: iranyekan;
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/iranyekan/woff/iranyekan-regular.woff") format("woff"), url("../fonts/iranyekan/woff2/iranyekan-regular.woff2") format("woff2");
}
/*!
 *  zarinpal icon font. Generated by Iconly: https://iconly.io/
 */
@font-face {
  font-display: auto;
  font-family: "zarinpal";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/icons/zarinpal.eot?1722166292982");
  src: url("../fonts/icons/zarinpal.eot?#iefix") format("embedded-opentype"), url("../fonts/icons/zarinpal.woff2?1722166292982") format("woff2"), url("../fonts/icons/zarinpal.woff?1722166292982") format("woff"), url("../fonts/icons/zarinpal.ttf?1722166292982") format("truetype"), url("../fonts/icons/zarinpal.svg?1722166292982#zarinpal") format("svg");
}
i {
  display: inline-block;
  font-family: "zarinpal" !important;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.icon-threads:before {
  content: "\e000";
}

.icon-twitter:before {
  content: "\e001";
}

.icon-telegram:before {
  content: "\e002";
}

.icon-instagram:before {
  content: "\e003";
}

.icon-speed:before {
  content: "\e01a";
}

.icon-income:before {
  content: "\e01b";
}

.icon-develop:before {
  content: "\e01c";
}

.icon-ux:before {
  content: "\e01d";
}


/* color variables */
body {
  position: relative;
  font-size: 16px;
  font-family: "iranyekan", sans-serif;
  font-weight: normal;
  direction: rtl;
  text-align: right;
  color: #111012;              /* ✔ متن تیره */
  background-color: #F9F9FB;   /* ✔ بک‌گراند روشن */
}

.feature-card {
    margin-bottom: 48px; /* فاصله استاندارد بین کارت‌ها */
}
a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s ease;
}

img, video {
  max-width: 100%;
  height: auto;
}

button:focus, .btn:focus {
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.text-gold {
  color: #B11226 !important;
}

.text-primary {
  color: #B11226 !important;
}

.text-blue {
  color: #607FFF !important;
}

.border-gray {
  border-color: #545457 !important;
}

.card-bg-dark {
  background-color: #19191A !important;
}

.feature-card-img img {
    max-width: 340px;
    width: 80%;
}



/* container */
.page {
  overflow-x: hidden;
}
.page > div {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media only screen and (max-width: 767px) {
  .page > div {
    gap: 24px;
  }
}

.page-container {
  padding: 0 16px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media only screen and (min-width: 576px) {
  .page-container {
    width: calc(100% - 32px);
  }
}
@media only screen and (min-width: 1200px) {
  .page-container {
    max-width: 1350px;
  }
}

/* buttons */
.btn {
  position: relative;
  border-radius: 100px;
  border: 0;
  overflow: hidden;
}
.btn:before {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  transition: 0.3s width ease;
}
.btn:hover:before {
  width: 100%;
}

.btn-gold {
  display: inline-block;
  background-color: #0A33FF;
  padding: 14px 32px;
  font-size: 18px;
  font-weight: 700;
  color: #2C2C2D;
  line-height: 22px;
}
@media only screen and (max-width: 767px) {
  .btn-gold {
    font-size: 16px;
    line-height: 20px;
  }
}
.btn-gold:before {
  background-color: #B11226 !important;
}

.btn-light {
  display: inline-block;
  background-color: #FCFCFD;
  padding: 14px 32px;
  font-size: 18px;
  font-weight: 700;
  color: #2C2C2D;
  line-height: 22px;
}
@media only screen and (max-width: 767px) {
  .btn-light {
    font-size: 16px;
    line-height: 20px;
  }
}
.btn-light:before {
  background-color: #F1F1F3 !important;
}

.btn-text {
  position: relative;
  z-index: 1;
  color: #2C2C2D;
}

/* page headings */
.heading1 {
  font-size: 32px;
  line-height: 41px;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .heading1 {
    font-size: 28px;
    line-height: 40px;
  }
}

.heading2 {
  font-size: 28px;
  line-height: 36px;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .heading2 {
    font-size: 24px;
    line-height: 35px;
  }
}

.heading3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
}
@media only screen and (max-width: 767px) {
  .heading3 {
    font-size: 20px;
    line-height: 26px;
  }
}

.heading4 {
  font-size: 28px;
  font-weight: 600;
  line-height: 38px;
}
@media only screen and (max-width: 991px) {
  .heading4 {
    font-size: 20px;
    line-height: 23px;
  }
}

.text-body1 {
  font-size: 18px;
  line-height: 30px;
}
@media only screen and (max-width: 575px) {
  .text-body1 {
    font-size: 16px;
    line-height: 26px;
  }
}

.text-body2 {
  font-size: 20px;
  line-height: 32px;
  font-weight: 500;
}
@media only screen and (max-width: 575px) {
  .text-body2 {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
  }
}

.text-body3 {
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
}

.custom-radius {
  border-radius: 42px;
}
@media only screen and (max-width: 767px) {
  .custom-radius {
    border-radius: 32px;
  }
}

/* main navbar */
.main-navbar {
  width: 100%;
  padding: 24px 0;
  background-color: #FFFFFF;     /* سفید خالص */
  border-bottom: 1px solid #E5E7EB; /* خط جداکننده خیلی ملایم */
  z-index: 10;

  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

  z-index: 2;
}

.main-navbar .new-logo {
  width: 144px;
  height: 34px;
}

@media only screen and (max-width: 575px) {
  .main-navbar .btn-gold {
    padding: 14px 16px;
  }
}
/* hero header */
/* دسکتاپ */
.hero-header-title {
    font-size: 48px !important;
    line-height: 1.3 !important;
}

/* تبلت */
@media (max-width: 992px) {
    .hero-header-title {
        font-size: 36px !important;
    }
}

/* موبایل */
@media (max-width: 576px) {
    .hero-header-title {
        font-size: 28px !important;
    }
}

.page-circle-gold-1:before {
  content: "";
  width: 250px;
  height: 238px;
  position: absolute;
  top: 134px;
  right: -84px;
  background: #B11226;
  border-radius: 100%;
  filter: blur(200px);
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .page-circle-gold-1:before {
    width: 118px;
    height: 118px;
    top: -30px;
    right: 30px;
    filter: blur(100px);
  }
}

.page-circle-primary-1:before {
  content: "";
  width: 310px;
  height: 310px;
  background-color: #B11226;
  position: absolute;
  top: 256px;
  left: 218px;
  border-radius: 100%;
  filter: blur(200px);
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .page-circle-primary-1:before {
    width: 180px;
    height: 180px;
    bottom: 0;
    top: unset;
    left: 0;
    filter: blur(100px);
  }
}

.page-circle-gold-2:before {
  content: "";
  width: 214px;
  height: 204px;
  position: absolute;
  top: 290px;
  right: 140px;
  background: #B11226;
  border-radius: 100%;
  filter: blur(200px);
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .page-circle-gold-2:before {
    width: 108px;
    height: 108px;
    top: 200px;
    right: 0;
    filter: blur(100px);
  }
}

.page-circle-primary-2:before {
  content: "";
  width: 262px;
  height: 249px;
  background-color: #B11226;
  position: absolute;
  top: 550px;
  left: 0;
  border-radius: 100%;
  filter: blur(200px);
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .page-circle-primary-2:before {
    width: 163px;
    height: 163px;
    bottom: -30px;
    top: unset;
    left: 0;
    filter: blur(100px);
  }
}

.page-wave-1 {
  position: absolute;
  width: 348px;
  height: 190px;
  top: 7%;
  right: -1%;
  background-image: url("../images/wave.svg");
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .page-wave-1 {
    background-image: url("../images/wave-sm.svg");
    width: 248px;
    height: 106px;
    top: -4%;
  }
}

.page-wave-2 {
  position: absolute;
  width: 314px;
  height: 113px;
  bottom: -24%;
  left: 0;
  background-image: url("../images/wave-2.svg");
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .page-wave-2 {
    background-image: url("../images/wave-2-sm.svg");
    width: 260px;
    height: 71px;
    bottom: -10%;
    left: -32px;
  }
}

.hero-header-container {
  --bs-aspect-ratio: 43%;
  background-image: url("../images/hero-mask-bg.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  margin-top: 64px;
}
@media only screen and (max-width: 991px) {
  .hero-header-container {
    margin-top: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-header-container {
    --bs-aspect-ratio: 100%;
    background-image: url("../images/hero-mask-bg-sm.png");
    margin-top: 32px;
    min-height: 385px;
  }
}
@media only screen and (max-width: 575px) {
  .hero-header-container {
    min-height: 100%;
  }
}

.hero-header .hero-header-title {
  font-size: 54px;
  font-weight: 700;
  line-height: 70px;
  color: #F9F9FB;
}
@media only screen and (max-width: 575px) {
  .hero-header .hero-header-title {
    font-size: 30px;
    line-height: 50px;
  }
}
.hero-header .hero-header-subtitle {
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
  color: #F9F9FB;
}
@media only screen and (max-width: 575px) {
  .hero-header .hero-header-subtitle {
    font-size: 16px;
    line-height: 27px;
    font-weight: 400;
  }
}
.hero-header .hero-header-inner {
  padding: 48px 80px;
}
@media only screen and (max-width: 1199px) {
  .hero-header .hero-header-inner {
    padding: 48px 64px;
  }
}
@media only screen and (max-width: 991px) {
  .hero-header .hero-header-inner {
    padding: 64px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-header .hero-header-inner {
    padding: 48px 24px;
    height: 85%;
  }
}
.hero-header .hero-header-content {
  position: relative;
  padding: 22px 20px 22px 0;
}
@media only screen and (min-width: 992px) {
  .hero-header .hero-header-content {
    flex-shrink: 0;
  }
}
.hero-header .hero-header-content:before {
  content: "";
  height: 100%;
  width: 4px;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 24px;
  background: linear-gradient(180deg, #B11226 0%, rgba(255, 214, 10, 0) 100%);
}
@media only screen and (max-width: 767px) {
  .hero-header .hero-header-content {
    padding: 32px 20px 32px 0;
  }
}
.hero-header .hero-header-cta {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 32%;
}
@media only screen and (max-width: 767px) {
  .hero-header .hero-header-cta {
    bottom: 3%;
    width: 71%;
  }
}
@media only screen and (max-width: 575px) {
  .hero-header .hero-header-cta {
    bottom: 2%;
  }
}
.hero-header .hero-header-btn {
  font-size: 18px;
  padding: 22px 2px;
}
@media only screen and (max-width: 1199px) {
  .hero-header .hero-header-btn {
    font-size: 16px;
    padding: 5% 2px;
  }
}
@media only screen and (max-width: 991px) {
  .hero-header .hero-header-btn {
    font-size: 14px;
    padding: 4% 2px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-header .hero-header-btn {
    font-size: 18px;
    padding: 5% 2px;
  }
}
@media only screen and (max-width: 575px) {
  .hero-header .hero-header-btn {
    font-size: 16px;
  }
}
@media only screen and (max-width: 380px) {
  .hero-header .hero-header-btn {
    font-size: 14px;
    padding: 4% 2px;
  }
}

#lottie-animation {
  position: relative;
  width: 80%;
  margin-right: auto;
}
@media only screen and (min-width: 1200px) {
  #lottie-animation {
    width: 420px;
    height: 388px;
  }
}
#lottie-animation:before {
  content: "";
  position: absolute;
  background: rgba(18, 42, 165, 0.74);
  filter: blur(100px);
  -webkit-filter: blur(100px);
  border-radius: 100%;
  width: 268px;
  height: 268px;
  top: 43px;
  left: 42px;
}

/* فاصله بیشتر برای سکشن برندها در موبایل */
@media (max-width: 576px) {
    .brand-section {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
        margin-top: 30px !important;
        margin-bottom: 30px !important;
    }
}


/* main content */
.item-card {
  background: linear-gradient(
    135deg,
    #FFFFFF 0%,          /* سفید خالص */
  );

  border: 1px solid #F3E8C9;  /* بوردر زرد بسیار ملایم */
  border-radius: 32px;
  padding: 24px 16px;

  box-shadow:
    0 8px 24px rgba(177, 18, 38, 0.08); /* سایه نرم */
}
@media only screen and (min-width: 992px) {
  .item-card {
    min-height: 294px;
  }
}
.item-card .item-card-icon {
  font-size: 42px;
}
@media only screen and (max-width: 767px) {
  .item-card .item-card-icon {
    font-size: 32px;
  }

}

.feature-card {
  position: relative;
  --bs-aspect-ratio: 24%;
  background-image: url("../images/features-card-bg.png");
  background-size: contain;
  background-repeat: no-repeat;
  border-radius: 50px;
}
@media only screen and (max-width: 1399px) {
  .feature-card {
    border-radius: 42px;
  }
}
@media only screen and (max-width: 1199px) {
  .feature-card {
    border-radius: 35px;
  }
}
@media only screen and (max-width: 991px) {
  .feature-card {
    border-radius: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .feature-card {
    --bs-aspect-ratio: 64%;
    background-image: url("../images/features-card-bg-sm.png");
    background-position: center;
    width: 80%;
    margin: auto;
  }
}
@media only screen and (max-width: 575px) {
  .feature-card {
    border-radius: 35px;
    width: 100%;
  }
}
.feature-card .feature-card-content {
  padding: 70px 48px;
}
@media only screen and (min-width: 768px) {
  .feature-card .feature-card-content {
    padding: 64px 32px;
  }
}
@media only screen and (min-width: 992px) {
  .feature-card .feature-card-content {
    padding: 64px 24px;
    width: 65%;
  }
}
@media only screen and (min-width: 1200px) {
  .feature-card .feature-card-content {
    padding: 64px 30px;
    width: 38%;
  }
}
@media only screen and (max-width: 767px) {
  .feature-card .feature-card-content {
    padding: 0 48px;
    margin: auto;
  }
}
@media only screen and (max-width: 575px) {
  .feature-card .feature-card-content {
    width: 100%;
  }
}
@media only screen and (max-width: 380px) {
  .feature-card .feature-card-content {
    padding: 0 24px;
  }
}
.feature-card .feature-card-img {
  width: 480px;
}
.feature-card .feature-card-img img {
  object-fit: cover;
}
@media only screen and (max-width: 1199px) {
  .feature-card .feature-card-img img {
    object-fit: contain;
  }
}
.feature-card.feature-card-circle:after {
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
  bottom: 0;
  right: 0;
  border-radius: 100%;
  filter: blur(100px);
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .feature-card.feature-card-circle:after {
    top: 0;
    bottom: unset;
    right: 40%;
  }
}
.feature-card.feature-card-circle.gold:after {
  background: #B11226;
}
.feature-card.feature-card-circle.primary:after {
  background: #B11226;
}

.cta-card {
  border: 1px solid #F1F1F3;
  border-radius: 42px;
  overflow: hidden;
  padding: 42px 64px;
}
@media only screen and (max-width: 1199px) {
  .cta-card {
    padding: 45px 48px 58px 48px;
  }
}
@media only screen and (max-width: 767px) {
  .cta-card {
    padding: 42px 16px;
  }
}
.cta-card .cta-card-title {
  color: #F9F9FB;
}
.cta-card .cta-card-btn {
  padding: 22px 64px;
}
@media only screen and (max-width: 767px) {
  .cta-card .cta-card-btn {
    padding: 14px 32px;
  }
}

/* footer section */
.footer {
  position: relative;
  padding-top: 99px;
  padding-bottom: 60px;
  color: #F9F9FB;
}
@media only screen and (max-width: 767px) {
  .footer {
    padding-top: 119px;
    padding-bottom: 37px;
  }
}
.footer .footer-divider {
  display: block;
  border-bottom: 1px solid #A0A0A4;
  width: 100%;
  margin: 40px 0;
}
@media only screen and (max-width: 767px) {
  .footer .footer-divider {
    margin: 24px 0;
  }
}
.footer .footer-main-text {
  font-size: 28px;
  font-weight: 700;
  line-height: 44px;
  color: #F9F9FB;
  text-align: right;
}
@media only screen and (max-width: 991px) {
  .footer .footer-main-text {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .footer .footer-main-text {
    font-size: 20px;
    line-height: 32px;
  }
}
.footer .footer-support {
  font-size: 18px;
  line-height: 30px;
  color: #F9F9FB;
  text-align: right;
}
.footer .footer-logo {
  max-height: 24px;
}
.footer .footer-social a:hover {
  color: #B11226;
}



/* ===========================
   TIMER WRAPPER  
   فاصله بیشتر بین باکس‌ها
=========================== */
.timer-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 28px; /* فاصله کلی بین آیتم‌ها */
    margin: 50px 0;
    direction: rtl;
}

/* ===========================
   TIMER ITEM  
=========================== */
.timer-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 6px; /* کنترل فاصله بین باکس‌ها */
}

/* ===========================
   NUMBER BOX
=========================== */
.timer-box {
  width: 120px;
  height: 150px;
  background: linear-gradient(
    145deg,
    #2B2B2E 0%,    /* زغالی روشن */
    #1C1C1F 55%,   /* زغالی تیره */
    #0E0E10 100%   /* زغالی خیلی تیره (نزدیک مشکی) */
  );
  border-radius: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 8px 20px rgba(0,0,0,0.35);
}

.timer-box span {
    font-size: 70px;
    font-weight: 800;
    color: #fff;
}

/* ===========================
   LABEL (روز – ساعت – دقیقه – ثانیه)
=========================== */
.timer-label {
    margin-top: 12px;
    font-size: 20px;
    color: #8A8A8F;
}

/* ===========================
   SEPARATOR (:)
=========================== */
.timer-separator {
    font-size: 72px;
    font-weight: 400;
    color: #ffffff;
    opacity: 0.7;
    
    /* جداسازی کنترل‌شده بین آیتم‌ها */
    margin: 0 2px;
    
    /* تنظیم عمودی برای وسط‌چین‌شدن با باکس‌ها */
    margin-bottom: 42px;
}
/* 🔥 CTA – دکمه یلدایی قرمز + قرمز تیره */
.btn-gold {
    display: inline-block;
    padding: 14px 32px;
    font-size: 18px;
    font-weight: 700;
    border: none;
    border-radius: 100px;

    /* گرادیان قرمز اناری واقعی */
    background: linear-gradient(
        135deg,
        #B11226 0%,    /* قرمز اناری */
        #8A0E1D 100%   /* قرمز تیره */
    );

    color: #fff !important;
    position: relative;
    overflow: hidden;
    transition: all .25s ease;
}

/* افکت هاور */
.btn-gold:hover {
    background: linear-gradient(
        135deg,
        #D7263D 0%,   /* قرمز روشن‌تر */
        #B11226 100%  /* اناری تیره */
    );

    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(177, 18, 38, 0.35);
}
.btn-gold:before {
  background: linear-gradient(
    135deg,
    #D7263D 0%,
    #B11226 100%
  ) !important;
}


/* متن */
.btn-gold .btn-text {
    color: #fff !important;
    position: relative;
    z-index: 2;
}


/* ===========================
   🔥 MOBILE RESPONSIVE TIMER FIX
  
=========================== */

@media (max-width: 768px) {

    /* کل ردیف تایمر */
    .timer-wrapper {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 28px 0px !important;
        justify-items: center !important;
        align-items: center !important;
        width: 100% !important;
        margin: 40px auto !important;
    }

    /* باکس هر آیتم */
    .timer-item {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        margin: 0 !important;
    }

    /* باکس اعداد */
    .timer-box {
        width: 120px !important;
        height: 140px !important;
        border-radius: 15px !important;
    }

    .timer-box span {
        font-size: 42px !important;
    }

    /* عنوان‌ها (روز، ساعت...) */
    .timer-label {
        margin-top: 6px !important;
        font-size: 15px !important;
    }

    /* جداکننده ":" مخفی شود */
    .timer-separator {
        display: none !important;
    }
}
/* ============================
   🔥 Feature Cards Entry Animation
   برای ۳ کارت سکشن بالایی
============================ */

/* حالت اولیه قبل از لود */
.feature-card {
    opacity: 0;
    transform: translateY(30px) scale(.96);
    animation: featureCardIn .9s ease-out forwards;
}

/* تأخیر کارت دوم */
.feature-card:nth-of-type(2) {
    animation-delay: .25s;
}

/* تأخیر کارت سوم */
.feature-card:nth-of-type(3) {
    animation-delay: .5s;
}

/* انیمیشن */
@keyframes featureCardIn {
    0% {
        opacity: 0;
        transform: translateY(30px) scale(.96);
    }
    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

/* افکت Hover طبیعی */
.feature-card:hover {
    transform: translateY(-10px) scale(1.03);
    transition: transform .35s ease, box-shadow .35s ease;
     box-shadow: 0 18px 40px rgba(34,197,94,0.25);
}
/*# sourceMappingURL=style.css.map */

/* فاصله بین کارت‌های سکشن "خرید با طعم سرمایه‌گذاری" در موبایل */
@media (max-width: 991.98px) {
    .page-container .feature-card {
        margin-bottom: 1.5rem; /* حدود 24px */
    }

    .page-container .feature-card:last-of-type {
        margin-bottom: 0; /* کارت آخر اضافه فاصله نداشته باشد */
    }
}

#discount-rain {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 4;
  overflow: hidden;
}

.discount-drop {
  position: absolute;
  top: -50px;
  font-weight: 900;
  opacity: 0.95;
  user-select: none;
  animation-name: discountFall;
  animation-timing-function: linear;
  filter: drop-shadow(0 4px 6px rgba(0,0,0,.25));
}

@keyframes discountFall {
  to {
    transform: translateY(110vh) rotate(360deg);
    opacity: 0;
  }
}

.footer {
  position: relative;
  padding-top: 99px;
  padding-bottom: 60px;
}


.footer .text-center span {
  color: #6B7280; /* خاکستری ملایم */
}
.hero-header .hero-header-title,
.hero-header .hero-header-subtitle {
  color: #374151; /* خاکستری تیره */
}
/* متن داخل کارت‌های سکشن طولانی‌ترین شب سال */
.feature-card,
.feature-card h3,
.feature-card p {
  color: #FFFFFF;
}
/* ===========================
   CTA – Zarinpal Blue
=========================== */

.btn-gold {
    display: inline-block;
    padding: 14px 32px;
    font-size: 18px;
    font-weight: 700;
    border: none;
    border-radius: 100px;

    /* آبی زرین‌پال */
    background: linear-gradient(
        135deg,
        #0A33FF 0%,
        #0826C9 100%
    );

    color: #FFFFFF !important;
    position: relative;
    overflow: hidden;
    transition: all .25s ease;
}

/* Hover */
.btn-gold:hover {
    background: linear-gradient(
        135deg,
        #1F4BFF 0%,
        #0A33FF 100%
    );

    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(10, 51, 255, 0.35);
}

/* افکت قبل hover */
.btn-gold:before {
    background: linear-gradient(
        135deg,
        #1F4BFF 0%,
        #0A33FF 100%
    ) !important;
}

/* متن داخل CTA */
.btn-gold .btn-text {
    color: #FFFFFF !important;
    position: relative;
    z-index: 2;
}

/* بهبود فاصله متن داخل کارت‌های معرفی برندها */
.feature-card .feature-card-content {
  padding: 80px 64px;
}

/* دسکتاپ */
@media (max-width: 1200px) {
  .feature-card .feature-card-content {
    padding: 72px 56px;
  }
}

/* تبلت */
@media (max-width: 992px) {
  .feature-card .feature-card-content {
    padding: 64px 48px;
  }
}

/* موبایل */
@media (max-width: 767px) {
  .feature-card .feature-card-content {
    padding: 40px 32px;
  }
}

/* فاصله بین تیتر و زیرتیتر در Hero */
.hero-header-title {
    margin-bottom: 24px !important;
}

.hero-header-subtitle {
    margin-top: 0;
}

