/* /Components/Layout/MainLayout.razor.rz.scp.css */
/*:root {
  --gold: #d4af37;
  --bg: #0b0b0d;
  --card: #141417;
  --text: #ffffff;
  --muted: #a8a8a8;
}

body {
  margin: 0;
  direction: rtl;
  background: var(--bg);
  color: white;
  font-family: Vazirmatn, sans-serif;
}

.container {
  width: min(1400px,92%);
  margin: auto;
}*/

/* HEADER */

/*.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  backdrop-filter: blur(18px);
  background: rgba(10,10,12,.75);
  border-bottom: 1px solid rgba(212,175,55,.08);
}

  .site-header .container {
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }*/

/* LOGO */

/*.logo {
  display: flex;
  align-items: center;
  gap: 15px;
  text-decoration: none;
}

.logo-icon {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: linear-gradient( 135deg, #f8d66d, #b8860b);
}

.title {
  display: block;
  color: white;
  font-size: 1.3rem;
  font-weight: 800;
}

.subtitle {
  display: block;
  color: #999;
  font-size: .8rem;
}*/

/* DESKTOP MENU */

/*.desktop-nav {
  display: flex;
  gap: 35px;
}

  .desktop-nav a {
    color: #ddd;
    text-decoration: none;
    transition: .3s;
  }

    .desktop-nav a:hover {
      color: var(--gold);
    }*/

/* BUTTONS */

/*.header-actions {
  display: flex;
  gap: 12px;
}

.btn-start {
  padding: 12px 22px;
  border-radius: 999px;
  background: linear-gradient( 135deg, #e9c45d, #c28a0e);
  color: black;
  font-weight: 700;
}

.btn-login {
  padding: 12px 22px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.1);
}*/

/* MOBILE */

/*.mobile-toggle {
  display: none;
  background: none;
  border: none;
}

  .mobile-toggle span {
    width: 28px;
    height: 3px;
    background: white;
    display: block;
    margin: 5px 0;
  }

.mobile-menu {
  position: fixed;
  top: 0;
  right: -340px;
  width: 320px;
  height: 100vh;
  background: #101012;
  transition: .35s;
  z-index: 1100;
  padding: 120px 30px;
}

  .mobile-menu.open {
    right: 0;
  }

  .mobile-menu a {
    display: block;
    color: white;
    text-decoration: none;
    margin-bottom: 25px;
  }

.mobile-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.65);
  opacity: 0;
  visibility: hidden;
  transition: .35s;
  z-index: 1090;
}

  .mobile-backdrop.show {
    opacity: 1;
    visibility: visible;
  }*/

/* RESPONSIVE */

/*@media(max-width:992px) {


  .desktop-nav,
  .header-actions {
    display: none;
  }

  .mobile-toggle {
    display: block;
  }
}*/


/***************************************************************************/

/*.gold-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(10,10,12,.85);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(212,175,55,.12);
}

  .gold-header .container {
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

.logo {
  display: flex;
  gap: 15px;
  text-decoration: none;
  color: white;
}

.logo-icon {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: linear-gradient( 135deg, #f2cf67, #ba8c17);
}

.desktop-nav {
  display: flex;
  gap: 35px;
}

.menu-item {
  position: relative;
}

  .menu-item > a {
    color: white;
    text-decoration: none;
    padding: 30px 0;
    display: flex;
    gap: 8px;
  }

.mega-menu {
  position: absolute;
  top: 100%;
  right: 0;
  min-width: 750px;
  display: none;
  gap: 40px;
  padding: 30px;
  border-radius: 24px;
  background: #141418;
  border: 1px solid rgba(212,175,55,.15);
}

.menu-item:hover .mega-menu {
  display: flex;
}

.mega-column {
  min-width: 180px;
}

  .mega-column h4 {
    color: #d4af37;
  }

  .mega-column a {
    display: block;
    padding: 8px 0;
    color: #ddd;
    text-decoration: none;
  }

.mobile-toggle {
  display: none;
  font-size: 32px;
  background: none;
  border: none;
  color: white;
}

.mobile-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.7);
  opacity: 0;
  visibility: hidden;
  transition: .3s;
}

  .mobile-overlay.show {
    opacity: 1;
    visibility: visible;
  }

.mobile-drawer {
  position: fixed;
  top: 0;
  right: -340px;
  width: 320px;
  height: 100vh;
  background: #111;
  transition: .3s;
  overflow: auto;
  padding: 120px 20px;
}

  .mobile-drawer.open {
    right: 0;
  }

.mobile-menu-header {
  display: flex;
  justify-content: space-between;
  padding: 15px 0;
  cursor: pointer;
}

.mobile-submenu {
  padding-right: 20px;
}

@media(max-width:992px) {


  .desktop-nav,
  .header-actions {
    display: none;
  }

  .mobile-toggle {
    display: block;
  }
}*/
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-uk6wgqcfn3] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-uk6wgqcfn3] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-uk6wgqcfn3] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-uk6wgqcfn3] {
    font-size: 1.1rem;
}

.bi[b-uk6wgqcfn3] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill[b-uk6wgqcfn3] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill[b-uk6wgqcfn3] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested[b-uk6wgqcfn3] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-uk6wgqcfn3] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-uk6wgqcfn3] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-uk6wgqcfn3] {
        padding-bottom: 1rem;
    }

    .nav-item[b-uk6wgqcfn3]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-uk6wgqcfn3]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-uk6wgqcfn3]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-uk6wgqcfn3] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-uk6wgqcfn3] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-uk6wgqcfn3] {
        display: none;
    }

    .nav-scrollable[b-uk6wgqcfn3] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Pages/Home.razor.rz.scp.css */


/***************************************************************************/
/* Coming Soon */

.coming-soon-section[b-qmf6xtxcl6] {
  width: min(1100px,90%);
  margin: 60px auto 80px;
  direction: rtl;
}

.coming-soon-box[b-qmf6xtxcl6] {
  background: linear-gradient(145deg,#0e0e0e,#060606);
  border: 1px solid rgba(212,175,55,0.25);
  border-radius: 22px;
  padding: 40px 30px;
  text-align: center;
  box-shadow: 0 0 40px rgba(212,175,55,0.08), inset 0 0 30px rgba(212,175,55,0.05);
}

.coming-soon-badge[b-qmf6xtxcl6] {
  display: inline-block;
  background: rgba(212,175,55,0.15);
  color: #d4af37;
  padding: 6px 14px;
  border-radius: 30px;
  font-size: 13px;
  margin-bottom: 14px;
  border: 1px solid rgba(212,175,55,0.35);
}

.coming-soon-title[b-qmf6xtxcl6] {
  font-size: 1.6rem;
  color: #f1d27a;
  margin-bottom: 10px;
}

.coming-soon-text[b-qmf6xtxcl6] {
  color: #bbb;
  font-size: 0.95rem;
  line-height: 1.9;
  max-width: 600px;
  margin: auto;
}

/* mobile */

@media(max-width:640px) {

  .coming-soon-box[b-qmf6xtxcl6] {
    padding: 30px 20px;
  }

  .coming-soon-title[b-qmf6xtxcl6] {
    font-size: 1.4rem;
  }
}

/***************************************************************************/

.hero-container[b-qmf6xtxcl6] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  padding: 80px 10%;
  /*background: linear-gradient(135deg, #0f0f0f 0%, #1a1a1a 100%);*/
  color: white;
  direction: rtl;
  min-height: 80vh;
}

.hero-content[b-qmf6xtxcl6] {
  flex: 1;
}

.badge[b-qmf6xtxcl6] {
  display: inline-block;
  color: #d4af37;
  background: rgba(212, 175, 55, 0.1);
  padding: 8px 16px;
  border-radius: 50px;
  font-weight: 500;
  margin-bottom: 20px;
  border: 1px solid rgba(212, 175, 55, 0.3);
}

h1[b-qmf6xtxcl6] {
  font-size: 3.2rem;
  margin-bottom: 20px;
  line-height: 1.3;
}

.highlight[b-qmf6xtxcl6] {
  color: #d4af37;
  text-shadow: 0 0 10px rgba(212, 175, 55, 0.3);
}

p[b-qmf6xtxcl6] {
  font-size: 1.15rem;
  line-height: 1.8;
  color: #b3b3b3;
  margin-bottom: 20px;
}

.hero-image-wrapper[b-qmf6xtxcl6] {
  flex: 1;
  display: flex;
  justify-content: center;
}

  .hero-image-wrapper img[b-qmf6xtxcl6] {
    width: 100%;
    max-width: 550px;
    border-radius: 15px;
    border: 2px solid #d4af37;
    box-shadow: 0 15px 35px rgba(212, 175, 55, 0.2);
    transition: transform 0.3s ease;
  }

    .hero-image-wrapper img:hover[b-qmf6xtxcl6] {
      transform: scale(1.02);
    }

.actions[b-qmf6xtxcl6] {
  display: flex;
  gap: 15px;
  margin-top: 30px;
}

.btn-primary[b-qmf6xtxcl6] {
  background: #d4af37;
  color: #000;
  padding: 12px 30px;
  border-radius: 8px;
  border: none;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.3s;
}

  .btn-primary:hover[b-qmf6xtxcl6] {
    background: #f1c40f;
  }

.btn-secondary[b-qmf6xtxcl6] {
  background: transparent;
  border: 1px solid #d4af37;
  color: #d4af37;
  padding: 12px 30px;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s;
}

  .btn-secondary:hover[b-qmf6xtxcl6] {
    background: rgba(212, 175, 55, 0.1);
  }

/* ریسپانسیو */
@media (max-width: 992px) {
  .hero-container[b-qmf6xtxcl6] {
    flex-direction: column;
    text-align: center;
    padding: 40px 5%;
  }

  h1[b-qmf6xtxcl6] {
    font-size: 2.2rem;
  }

  .actions[b-qmf6xtxcl6] {
    justify-content: center;
  }

  .hero-image-wrapper[b-qmf6xtxcl6] {
    margin-top: 40px;
  }
}

/*************************************************************************/
.why-section[b-qmf6xtxcl6] {
  padding: 90px 10%;
  /*background: radial-gradient(circle at top right, rgba(212, 175, 55, 0.08), transparent 25%), linear-gradient(180deg, #111111 0%, #0a0a0a 100%);*/
  color: #fff;
  direction: rtl;
  position: relative;
  overflow: hidden;
}

.why-header[b-qmf6xtxcl6] {
  text-align: center;
  max-width: 850px;
  margin: 0 auto 55px;
}

.why-badge[b-qmf6xtxcl6] {
  display: inline-block;
  padding: 8px 18px;
  border-radius: 999px;
  background: rgba(212, 175, 55, 0.12);
  color: #d4af37;
  border: 1px solid rgba(212, 175, 55, 0.25);
  font-size: 0.95rem;
  margin-bottom: 18px;
}

.why-header h2[b-qmf6xtxcl6] {
  font-size: 2.5rem;
  margin-bottom: 18px;
  color: #ffffff;
  line-height: 1.4;
}

.why-header p[b-qmf6xtxcl6] {
  color: #b8b8b8;
  line-height: 1.9;
  font-size: 1.05rem;
  margin: 0;
}

.why-grid[b-qmf6xtxcl6] {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.why-card[b-qmf6xtxcl6] {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(212, 175, 55, 0.12);
  border-radius: 20px;
  padding: 28px 24px;
  text-align: right;
  backdrop-filter: blur(10px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.22);
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

  .why-card:hover[b-qmf6xtxcl6] {
    transform: translateY(-8px);
    border-color: rgba(212, 175, 55, 0.45);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
  }

.why-icon[b-qmf6xtxcl6] {
  width: 58px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  border-radius: 16px;
  margin-bottom: 18px;
  background: linear-gradient(135deg, rgba(212, 175, 55, 0.22), rgba(212, 175, 55, 0.08));
  border: 1px solid rgba(212, 175, 55, 0.18);
}

.why-card h3[b-qmf6xtxcl6] {
  color: #d4af37;
  margin-bottom: 12px;
  font-size: 1.2rem;
}

.why-card p[b-qmf6xtxcl6] {
  color: #c8c8c8;
  line-height: 1.9;
  font-size: 0.98rem;
  margin: 0;
}

/* Tablet */
@media (max-width: 992px) {
  .why-section[b-qmf6xtxcl6] {
    padding: 70px 6%;
  }

  .why-grid[b-qmf6xtxcl6] {
    grid-template-columns: repeat(2, 1fr);
  }

  .why-header h2[b-qmf6xtxcl6] {
    font-size: 2rem;
  }
}

/* Mobile */
@media (max-width: 640px) {
  .why-section[b-qmf6xtxcl6] {
    padding: 60px 18px;
  }

  .why-grid[b-qmf6xtxcl6] {
    grid-template-columns: 1fr;
  }

  .why-header[b-qmf6xtxcl6] {
    margin-bottom: 35px;
  }

    .why-header h2[b-qmf6xtxcl6] {
      font-size: 1.7rem;
    }

    .why-header p[b-qmf6xtxcl6] {
      font-size: 0.98rem;
      line-height: 1.8;
    }

  .why-card[b-qmf6xtxcl6] {
    padding: 22px 18px;
    border-radius: 16px;
  }

  .why-icon[b-qmf6xtxcl6] {
    width: 52px;
    height: 52px;
    font-size: 1.4rem;
    border-radius: 14px;
  }
}

/*********************************************************************************/

.recipe-hero[b-qmf6xtxcl6] {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 40px;
  align-items: center;
  padding: 90px 10%;
  direction: rtl;
  /*background: radial-gradient(circle at top left, rgba(212, 175, 55, 0.10), transparent 28%), linear-gradient(180deg, #0f0f0f 0%, #090909 100%);*/
  color: #fff;
}

.recipe-content[b-qmf6xtxcl6] {
  text-align: right;
}

.recipe-badge[b-qmf6xtxcl6] {
  display: inline-block;
  padding: 8px 18px;
  border-radius: 999px;
  background: rgba(212, 175, 55, 0.12);
  border: 1px solid rgba(212, 175, 55, 0.25);
  color: #d4af37;
  font-size: 0.95rem;
  margin-bottom: 18px;
}

.recipe-content h2[b-qmf6xtxcl6] {
  font-size: 2.7rem;
  line-height: 1.4;
  margin-bottom: 18px;
  color: #ffffff;
}

.recipe-content p[b-qmf6xtxcl6] {
  color: #c7c7c7;
  line-height: 2;
  font-size: 1.05rem;
  margin-bottom: 28px;
  max-width: 620px;
}

.recipe-points[b-qmf6xtxcl6] {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-bottom: 30px;
}

.recipe-point[b-qmf6xtxcl6] {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(212, 175, 55, 0.14);
  border-radius: 16px;
  padding: 14px 16px;
  color: #f2f2f2;
  font-size: 0.98rem;
  backdrop-filter: blur(8px);
}

.recipe-actions[b-qmf6xtxcl6] {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.recipe-btn[b-qmf6xtxcl6] {
  display: inline-block;
  padding: 14px 24px;
  border-radius: 14px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
}

  .recipe-btn.primary[b-qmf6xtxcl6] {
    background: linear-gradient(135deg, #d4af37, #b88a1f);
    color: #111;
    box-shadow: 0 10px 30px rgba(212, 175, 55, 0.22);
  }

    .recipe-btn.primary:hover[b-qmf6xtxcl6] {
      transform: translateY(-3px);
      box-shadow: 0 14px 34px rgba(212, 175, 55, 0.30);
    }

  .recipe-btn.secondary[b-qmf6xtxcl6] {
    background: transparent;
    color: #d4af37;
    border: 1px solid rgba(212, 175, 55, 0.35);
  }

    .recipe-btn.secondary:hover[b-qmf6xtxcl6] {
      background: rgba(212, 175, 55, 0.08);
    }

.recipe-image[b-qmf6xtxcl6] {
  position: relative;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.45);
  border: 1px solid rgba(212, 175, 55, 0.18);
}

  .recipe-image img[b-qmf6xtxcl6] {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    min-height: 520px;
    transform: scale(1.01);
  }

/* Tablet */
@media (max-width: 992px) {
  .recipe-hero[b-qmf6xtxcl6] {
    grid-template-columns: 1fr;
    padding: 70px 6%;
  }

  .recipe-content h2[b-qmf6xtxcl6] {
    font-size: 2.1rem;
  }

  .recipe-image img[b-qmf6xtxcl6] {
    min-height: 420px;
  }
}

/* Mobile */
@media (max-width: 640px) {
  .recipe-hero[b-qmf6xtxcl6] {
    padding: 55px 18px;
  }

  .recipe-content h2[b-qmf6xtxcl6] {
    font-size: 1.75rem;
  }

  .recipe-content p[b-qmf6xtxcl6] {
    font-size: 0.98rem;
    line-height: 1.85;
  }

  .recipe-points[b-qmf6xtxcl6] {
    grid-template-columns: 1fr;
  }

  .recipe-btn[b-qmf6xtxcl6] {
    width: 100%;
    text-align: center;
  }

  .recipe-image img[b-qmf6xtxcl6] {
    min-height: 300px;
  }
}

/*********************************************************************************/
.food-hero-v2[b-qmf6xtxcl6] {
  position: relative;
  min-height: 90vh; /* کاهش ارتفاع کلی */
  background: #070707 url('/images/hero-food.png') center/cover no-repeat;
  display: flex;
  align-items: center;
  direction: rtl;
  padding: 40px 5%; /* کاهش حاشیه‌های دور */
  color: #fff;
}

.hero-overlay[b-qmf6xtxcl6] {
  position: absolute;
  inset: 0;
  /*background: linear-gradient( to left, rgba(0,0,0,0.98) 30%, rgba(0,0,0,0.92) 50%, rgba(0,0,0,0.78) 75%, rgba(0,0,0,0.6) 100% ), radial-gradient( circle at 70% 40%, rgba(212,175,55,0.08), transparent 60% );*/
  z-index: 1;
}

.hero-container1[b-qmf6xtxcl6] {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}

.hero-wrapper[b-qmf6xtxcl6] {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 40px;
  align-items: center;
  background: rgba(0, 0, 0, 0.15); /*  عدد آخر یعنی 45% شفافیت */

  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
}

/* کانتینر اصلی که شامل کل محتواست */
/*.hero-wrapper {
     تنظیم شفافیت زمینه 
    background: rgba(0, 0, 0, 0.45);*/ /* عدد آخر یعنی 45% شفافیت */

/*افکت محو کردن پشت کادر برای لوکس‌تر شدن */
/*backdrop-filter: blur(15px); 
    -webkit-backdrop-filter: blur(15px);*/

/*حاشیه ظریف طلایی برای جدا شدن از پس‌زمینه */
/*border: 1px solid rgba(212, 175, 55, 0.25);
    
    border-radius: 30px;
    padding: 40px;
}*/


/* تیتر اصلی */
.hero-title[b-qmf6xtxcl6] {
  font-size: clamp(2.5rem, 4vw, 3.8rem); /* سایز متعادل‌تر */
  line-height: 1.3;
  margin: 15px 0;
  font-weight: 800;
}

.gold-text[b-qmf6xtxcl6] {
  color: #d4af37;
}

.hero-badge[b-qmf6xtxcl6] {
  color: #d4af37;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.9rem;
  letter-spacing: 1px;
}

.hero-description[b-qmf6xtxcl6] {
  max-width: 600px;
  color: #ccc;
  line-height: 1.8;
  font-size: 1.1rem;
  margin-bottom: 30px;
}

/* دکمه‌ها */
.hero-actions[b-qmf6xtxcl6] {
  display: flex;
  gap: 20px;
  margin-bottom: 40px;
}

.btn-gold-lg[b-qmf6xtxcl6], .btn-outline-lg[b-qmf6xtxcl6] {
  padding: 15px 35px;
  border-radius: 50px;
  font-weight: bold;
  text-decoration: none;
  transition: 0.3s;
}

.btn-gold-lg[b-qmf6xtxcl6] {
  background: #d4af37;
  color: #000;
}

  .btn-gold-lg:hover[b-qmf6xtxcl6] {
    background: #f1c40f;
    transform: translateY(-3px);
  }

.btn-outline-lg[b-qmf6xtxcl6] {
  border: 1px solid #d4af37;
  color: #d4af37;
}

  .btn-outline-lg:hover[b-qmf6xtxcl6] {
    background: rgba(212, 175, 55, 0.1);
  }

/* ویژگی‌ها زیر دکمه‌ها */
.hero-features-grid[b-qmf6xtxcl6] {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  border-top: 1px solid rgba(255,255,255,0.1);
  padding-top: 25px;
  margin-bottom: 30px;
}

.f-item[b-qmf6xtxcl6] {
  display: flex;
  align-items: center;
  gap: 12px;
}

.f-icon[b-qmf6xtxcl6] {
  font-size: 1.5rem;
}

.f-text h4[b-qmf6xtxcl6] {
  margin: 0;
  font-size: 1rem;
  color: #d4af37;
}

.f-text p[b-qmf6xtxcl6] {
  margin: 0;
  font-size: 0.85rem;
  color: #888;
}

/* نقل قول */
.hero-quote[b-qmf6xtxcl6] {
  display: flex;
  align-items: center;
  gap: 15px;
  background: rgba(255,255,255,0.03);
  padding: 10px 20px;
  border-radius: 15px;
  max-width: fit-content;
}

  .hero-quote img[b-qmf6xtxcl6] {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 1px solid #d4af37;
  }

  .hero-quote p[b-qmf6xtxcl6] {
    margin: 0;
    font-style: italic;
    font-size: 0.9rem;
    color: #eee;
  }

.hero-visual .image-box[b-qmf6xtxcl6] {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  background: rgba(0,0,0,0.35); /* شفاف */
  backdrop-filter: blur(8px); /* افکت شیشه‌ای */

  border: 1px solid rgba(212,175,55,0.35);
}

.main-img[b-qmf6xtxcl6] {
  width: 100%;
  display: block;
  opacity: 0.85;
  filter: brightness(0.8);
}




.stats-overlay[b-qmf6xtxcl6] {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(0,0,0,0.8);
  display: flex;
  justify-content: space-around;
  padding: 15px 0;
  backdrop-filter: blur(10px);
}

.stat-box[b-qmf6xtxcl6] {
  text-align: center;
}

  .stat-box strong[b-qmf6xtxcl6] {
    display: block;
    color: #d4af37;
    font-size: 1.2rem;
  }

  .stat-box span[b-qmf6xtxcl6] {
    font-size: 0.75rem;
    color: #aaa;
  }

/* Responsive */
@media (max-width: 992px) {
  .hero-wrapper[b-qmf6xtxcl6] {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .hero-description[b-qmf6xtxcl6], .hero-actions[b-qmf6xtxcl6], .hero-quote[b-qmf6xtxcl6] {
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
  }

  .hero-features-grid[b-qmf6xtxcl6] {
    grid-template-columns: 1fr;
  }
}

/*********************************************************************************/
/*******************************************************************/ /*آمار*/
.trust-section[b-qmf6xtxcl6] {
  padding: 90px 10%;
  direction: rtl;
  color: #fff;
  position: relative;
  overflow: hidden;
  /* بدون پس‌زمینه جداگانه؛ از پس‌زمینه اصلی صفحه استفاده می‌کند */
  background: transparent;
}

.trust-container[b-qmf6xtxcl6] {
  max-width: 1200px;
  margin: 0 auto;
}

.trust-header[b-qmf6xtxcl6] {
  text-align: center;
  max-width: 780px;
  margin: 0 auto 55px;
}

.trust-badge[b-qmf6xtxcl6] {
  display: inline-block;
  padding: 8px 18px;
  border-radius: 999px;
  background: rgba(212,175,55,0.12);
  border: 1px solid rgba(212,175,55,0.25);
  color: #d4af37;
  font-size: 0.9rem;
  margin-bottom: 18px;
}

.trust-header h2[b-qmf6xtxcl6] {
  font-size: 2.35rem;
  margin-bottom: 18px;
  line-height: 1.45;
  color: #ffffff;
}

.trust-header p[b-qmf6xtxcl6] {
  color: #bdbdbd;
  font-size: 1.05rem;
  line-height: 1.95;
  margin: 0;
}

.trust-stats[b-qmf6xtxcl6] {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.trust-stat[b-qmf6xtxcl6] {
  background: rgba(255,255,255,0.035);
  border: 1px solid rgba(212,175,55,0.14);
  border-radius: 20px;
  padding: 30px 18px;
  text-align: center;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

  .trust-stat:hover[b-qmf6xtxcl6] {
    transform: translateY(-6px);
    border-color: rgba(212,175,55,0.42);
    box-shadow: 0 16px 36px rgba(0,0,0,0.28);
  }

  .trust-stat strong[b-qmf6xtxcl6] {
    display: block;
    color: #d4af37;
    font-size: 2rem;
    line-height: 1.2;
    margin-bottom: 10px;
  }

  .trust-stat span[b-qmf6xtxcl6] {
    display: block;
    color: #cfcfcf;
    font-size: 0.95rem;
    line-height: 1.7;
  }

/* Tablet */
@media (max-width: 992px) {
  .trust-section[b-qmf6xtxcl6] {
    padding: 70px 6%;
  }

  .trust-stats[b-qmf6xtxcl6] {
    grid-template-columns: repeat(2, 1fr);
  }

  .trust-header h2[b-qmf6xtxcl6] {
    font-size: 2rem;
  }
}

/* Mobile */
@media (max-width: 640px) {
  .trust-section[b-qmf6xtxcl6] {
    padding: 55px 18px;
  }

  .trust-stats[b-qmf6xtxcl6] {
    grid-template-columns: 1fr;
  }

  .trust-header[b-qmf6xtxcl6] {
    margin-bottom: 35px;
  }

    .trust-header h2[b-qmf6xtxcl6] {
      font-size: 1.65rem;
    }

    .trust-header p[b-qmf6xtxcl6] {
      font-size: 0.98rem;
      line-height: 1.85;
    }

  .trust-stat[b-qmf6xtxcl6] {
    padding: 24px 16px;
  }
}


/****************************************************************************************/ /*کسب و کار*/
.earn-section[b-qmf6xtxcl6] {
  padding: 110px 10%;
  direction: rtl;
  color: #fff;
  background: transparent;
  position: relative;
  overflow: hidden;
}

.earn-container[b-qmf6xtxcl6] {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 60px;
  align-items: center;
}

.earn-content[b-qmf6xtxcl6] {
  max-width: 650px;
}

.earn-badge[b-qmf6xtxcl6] {
  display: inline-block;
  padding: 8px 18px;
  border-radius: 999px;
  background: rgba(212, 175, 55, 0.10);
  border: 1px solid rgba(212, 175, 55, 0.28);
  color: #d4af37;
  font-size: 0.9rem;
  margin-bottom: 18px;
}

.earn-content h2[b-qmf6xtxcl6] {
  font-size: 2.8rem;
  line-height: 1.45;
  margin: 0 0 18px;
}

.gold-text[b-qmf6xtxcl6] {
  color: #d4af37;
  background: linear-gradient(90deg, #d4af37, #f8e08a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.earn-content p[b-qmf6xtxcl6] {
  color: #cfcfcf;
  font-size: 1.05rem;
  line-height: 1.95;
  margin: 0;
}

.earn-features[b-qmf6xtxcl6] {
  list-style: none;
  padding: 0;
  margin: 35px 0 0;
  display: grid;
  gap: 18px;
}

  .earn-features li[b-qmf6xtxcl6] {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    padding: 16px 18px;
    border-radius: 18px;
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(212,175,55,0.12);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
  }

.earn-icon[b-qmf6xtxcl6] {
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: rgba(212,175,55,0.12);
  border: 1px solid rgba(212,175,55,0.2);
  color: #d4af37;
  font-weight: 700;
  font-size: 0.9rem;
}

.earn-features strong[b-qmf6xtxcl6] {
  display: block;
  color: #fff;
  font-size: 1.05rem;
  margin-bottom: 4px;
}

.earn-features span[b-qmf6xtxcl6] {
  display: block;
  color: #bdbdbd;
  font-size: 0.95rem;
  line-height: 1.8;
}

.earn-actions[b-qmf6xtxcl6] {
  display: flex;
  gap: 14px;
  margin-top: 32px;
  flex-wrap: wrap;
}

.earn-btn-primary[b-qmf6xtxcl6],
.earn-btn-secondary[b-qmf6xtxcl6] {
  text-decoration: none;
  padding: 14px 22px;
  border-radius: 14px;
  font-weight: 600;
  transition: all 0.25s ease;
}

.earn-btn-primary[b-qmf6xtxcl6] {
  background: linear-gradient(135deg, #d4af37, #b88a1f);
  color: #111;
  box-shadow: 0 10px 25px rgba(212,175,55,0.18);
}

  .earn-btn-primary:hover[b-qmf6xtxcl6] {
    transform: translateY(-2px);
    box-shadow: 0 14px 28px rgba(212,175,55,0.26);
  }

.earn-btn-secondary[b-qmf6xtxcl6] {
  background: rgba(255,255,255,0.03);
  color: #fff;
  border: 1px solid rgba(212,175,55,0.18);
}

  .earn-btn-secondary:hover[b-qmf6xtxcl6] {
    border-color: rgba(212,175,55,0.42);
    transform: translateY(-2px);
  }

.earn-visual[b-qmf6xtxcl6] {
  position: relative;
  min-height: 520px;
}

.earn-image-frame[b-qmf6xtxcl6] {
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid rgba(212,175,55,0.18);
  box-shadow: 0 25px 60px rgba(0,0,0,0.45);
}

  .earn-image-frame img[b-qmf6xtxcl6] {
    width: 100%;
    display: block;
    object-fit: cover;
  }

.earn-float-card[b-qmf6xtxcl6] {
  position: absolute;
  min-width: 180px;
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(15,15,15,0.78);
  border: 1px solid rgba(212,175,55,0.24);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.35);
  animation: earnFloat-b-qmf6xtxcl6 3.5s ease-in-out infinite;
}

  .earn-float-card span[b-qmf6xtxcl6] {
    display: block;
    color: #bdbdbd;
    font-size: 0.85rem;
    margin-bottom: 6px;
  }

  .earn-float-card strong[b-qmf6xtxcl6] {
    display: block;
    color: #d4af37;
    font-size: 1.15rem;
  }

.earn-card-top[b-qmf6xtxcl6] {
  top: 26px;
  left: 12px;
}

.earn-card-bottom[b-qmf6xtxcl6] {
  bottom: 28px;
  right: 12px;
  animation-delay: 0.6s;
}


@keyframes earnFloat-b-qmf6xtxcl6 {
  0%, 100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
}

/* Responsive */
@media (max-width: 992px) {
  .earn-container[b-qmf6xtxcl6] {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .earn-content h2[b-qmf6xtxcl6] {
    font-size: 2.1rem;
  }

  .earn-visual[b-qmf6xtxcl6] {
    position: relative;
    min-height: 520px;
    max-width: 100%;
    overflow: hidden;
    border-radius: 28px;
  }

  .earn-card-top[b-qmf6xtxcl6] {
    left: 18px;
  }

  .earn-card-bottom[b-qmf6xtxcl6] {
    right: 18px;
  }
}

@media (max-width: 640px) {
  .earn-section[b-qmf6xtxcl6] {
    padding: 70px 18px;
  }

  .earn-content h2[b-qmf6xtxcl6] {
    font-size: 1.7rem;
  }

  .earn-content p[b-qmf6xtxcl6] {
    font-size: 0.98rem;
  }

  .earn-actions[b-qmf6xtxcl6] {
    flex-direction: column;
  }

  .earn-btn-primary[b-qmf6xtxcl6],
  .earn-btn-secondary[b-qmf6xtxcl6] {
    text-align: center;
  }

  .earn-float-card[b-qmf6xtxcl6] {
    min-width: 150px;
    padding: 14px 15px;
  }

  .earn-card-top[b-qmf6xtxcl6] {
    top: 14px;
    left: 12px;
  }

  .earn-card-bottom[b-qmf6xtxcl6] {
    bottom: 14px;
    right: 12px;
  }
}
/****************************************************************************************/ /*Profile*/
.gold-dual-section[b-qmf6xtxcl6] {
  position: relative;
  padding: 120px 8%;
  color: #fff;
  direction: rtl;
  background: transparent;
  overflow: hidden;
  max-width: 100%;
}


.gold-dual-container[b-qmf6xtxcl6] {
  position: relative;
  z-index: 2;
  max-width: 1300px;
  margin: 0 auto;
}

.gold-dual-orb[b-qmf6xtxcl6] {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.45;
  pointer-events: none;
}

.gold-dual-orb-1[b-qmf6xtxcl6] {
  width: 260px;
  height: 260px;
  background: rgba(212, 175, 55, 0.18);
  top: 5%;
  right: -80px;
}

.gold-dual-orb-2[b-qmf6xtxcl6] {
  width: 340px;
  height: 340px;
  background: rgba(255, 193, 7, 0.10);
  bottom: 8%;
  left: -120px;
}

.gold-dual-header[b-qmf6xtxcl6] {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 60px;
}

.gold-dual-badge[b-qmf6xtxcl6] {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 18px;
  margin-bottom: 22px;
  border-radius: 999px;
  color: #f1d98a;
  background: rgba(212, 175, 55, 0.08);
  border: 1px solid rgba(212, 175, 55, 0.22);
  backdrop-filter: blur(14px);
  font-size: 0.95rem;
}

.gold-dual-title[b-qmf6xtxcl6] {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.6rem);
  line-height: 1.35;
  font-weight: 800;
}

.gold-dual-title-accent[b-qmf6xtxcl6] {
  background: linear-gradient(135deg, #d4af37 0%, #f5e6a5 45%, #b8891a 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.gold-dual-description[b-qmf6xtxcl6] {
  margin: 22px auto 0;
  max-width: 760px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 1.05rem;
  line-height: 2;
}

.gold-dual-grid[b-qmf6xtxcl6] {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  align-items: stretch;
  margin-top: 40px;
}

.gold-dual-card[b-qmf6xtxcl6] {
  position: relative;
  padding: 30px;
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.03)), rgba(12, 12, 12, 0.72);
  border: 1px solid rgba(212, 175, 55, 0.18);
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(18px);
  overflow: hidden;
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

  .gold-dual-card:hover[b-qmf6xtxcl6] {
    transform: translateY(-6px);
    border-color: rgba(212, 175, 55, 0.35);
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.55);
  }

  .gold-dual-card[b-qmf6xtxcl6]::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top right, rgba(212, 175, 55, 0.10), transparent 45%);
    pointer-events: none;
  }

.gold-dual-card-top[b-qmf6xtxcl6] {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 18px;
  position: relative;
  z-index: 1;
}

.gold-dual-icon-wrap[b-qmf6xtxcl6] {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(212, 175, 55, 0.18), rgba(255, 255, 255, 0.06));
  border: 1px solid rgba(212, 175, 55, 0.22);
  font-size: 1.55rem;
}

.gold-dual-card-label[b-qmf6xtxcl6] {
  color: #d4af37;
  font-size: 0.88rem;
  margin-bottom: 4px;
  letter-spacing: 0.3px;
}

.gold-dual-card-title[b-qmf6xtxcl6] {
  margin: 0;
  font-size: 1.45rem;
  font-weight: 800;
}

.gold-dual-card-text[b-qmf6xtxcl6] {
  margin: 0 0 18px;
  color: rgba(255, 255, 255, 0.74);
  line-height: 1.95;
  position: relative;
  z-index: 1;
}

.gold-dual-feature-list[b-qmf6xtxcl6] {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 12px;
  position: relative;
  z-index: 1;
}

  .gold-dual-feature-list li[b-qmf6xtxcl6] {
    position: relative;
    padding-right: 22px;
    color: rgba(255, 255, 255, 0.82);
    line-height: 1.8;
  }

    .gold-dual-feature-list li[b-qmf6xtxcl6]::before {
      content: "";
      position: absolute;
      right: 0;
      top: 0.75em;
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: #d4af37;
      box-shadow: 0 0 12px rgba(212, 175, 55, 0.85);
    }

.gold-dual-card-footer[b-qmf6xtxcl6] {
  margin-top: 22px;
  display: flex;
  align-items: baseline;
  gap: 10px;
  position: relative;
  z-index: 1;
}

.gold-dual-metric[b-qmf6xtxcl6] {
  font-size: 1.7rem;
  font-weight: 900;
  color: #f4dc8d;
}

.gold-dual-metric-label[b-qmf6xtxcl6] {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.92rem;
}

.gold-dual-card-business[b-qmf6xtxcl6] {
  border-top: 2px solid rgba(212, 175, 55, 0.26);
}

.gold-dual-card-creator[b-qmf6xtxcl6] {
  border-top: 2px solid rgba(255, 215, 0, 0.20);
}

.gold-dual-visual[b-qmf6xtxcl6] {
  margin-top: 34px;
}

.gold-dual-image-frame[b-qmf6xtxcl6] {
  position: relative;
  border-radius: 28px;
  border: 1.5px solid rgba(212, 175, 55, 0.30);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.45);
  overflow: hidden;
  background: #000; /* پس‌زمینه مشکی برای جاهای خالی احتمالی */
  /* برای اینکه ارتفاع تصویر رو بزرگتر کنیم اما کامل بمونه */
  display: flex;
  justify-content: center;
  align-items: center;
}

  .gold-dual-image-frame img[b-qmf6xtxcl6] {
    width: 100%;
    max-width: 100%;
    height: 500px;
    object-fit: contain;
    border-radius: 0;
    padding: 20px;
    display: block;
  }

.gold-dual-image-overlay[b-qmf6xtxcl6] {
  position: absolute;
  inset: 0;
  border-radius: 26px; /* هماهنگ با کانتینر اصلی */
  background: linear-gradient(120deg, rgba(255,255,255,0.05), transparent 35%, transparent 65%, rgba(255,255,255,0.03));
  pointer-events: none;
  mix-blend-mode: screen;
}





/*.gold-dual-image-frame {
  position: relative;
  border-radius: 32px;
  padding: 10px;
  background: linear-gradient(135deg, rgba(212, 175, 55, 0.22), rgba(255,255,255,0.03));
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.55);
  overflow: hidden;
}*/
/*
  .gold-dual-image-frame img {
    width: 100%;
    display: block;
    border-radius: 24px;
    aspect-ratio: 16 / 7;
    object-fit: cover;
  }*/

/*.gold-dual-image-overlay {
  position: absolute;
  inset: 10px;
  border-radius: 24px;
  background: linear-gradient(120deg, rgba(255,255,255,0.10), transparent 35%, transparent 65%, rgba(255,255,255,0.06));
  pointer-events: none;
  mix-blend-mode: screen;
}*/

@media (max-width: 992px) {
  .gold-dual-section[b-qmf6xtxcl6] {
    padding: 90px 5%;
  }

  .gold-dual-grid[b-qmf6xtxcl6] {
    grid-template-columns: 1fr;
  }

  .gold-dual-header[b-qmf6xtxcl6] {
    margin-bottom: 40px;
  }

  .gold-dual-card[b-qmf6xtxcl6] {
    padding: 24px;
  }

  .gold-dual-image-frame img[b-qmf6xtxcl6] {
    height: 420px;
  }
}

@media (max-width: 640px) {
  .gold-dual-section[b-qmf6xtxcl6] {
    padding: 70px 18px;
  }

  .gold-dual-card-title[b-qmf6xtxcl6] {
    font-size: 1.2rem;
  }

  .gold-dual-title[b-qmf6xtxcl6] {
    line-height: 1.5;
  }

  .gold-dual-card-footer[b-qmf6xtxcl6] {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }

  .gold-dual-image-frame img[b-qmf6xtxcl6] {
    height: auto;
    min-height: 260px;
    padding: 12px;
  }
}



/*********************************************************************************/ /*Bertina*/
.lux-host-section[b-qmf6xtxcl6] {
  margin: 120px 6%;
  padding: 100px 8%;
  border-radius: 28px;
  background: radial-gradient(circle at 20% 20%, rgba(212,175,55,0.15), transparent 40%), radial-gradient(circle at 80% 70%, rgba(255,215,0,0.10), transparent 40%), linear-gradient(145deg,#0b0b0b,#050505);
  border: 1px solid rgba(212,175,55,0.25);
  box-shadow: 0 0 80px rgba(212,175,55,0.08), inset 0 0 50px rgba(212,175,55,0.05);
  direction: rtl;
  position: relative;
  overflow: hidden;
}

  .lux-host-section[b-qmf6xtxcl6]::before {
    content: "";
    position: absolute;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(212,175,55,0.25), transparent 70%);
    top: -200px;
    right: -150px;
    filter: blur(120px);
  }

  .lux-host-section[b-qmf6xtxcl6]::after {
    content: "";
    position: absolute;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(255,215,0,0.15), transparent 70%);
    bottom: -200px;
    left: -150px;
    filter: blur(120px);
  }

.lux-host-container[b-qmf6xtxcl6] {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.lux-host-badge[b-qmf6xtxcl6] {
  background: rgba(212,175,55,0.15);
  color: #f0d88c;
  padding: 8px 18px;
  border-radius: 999px;
  font-size: 0.85rem;
}

.lux-host-title[b-qmf6xtxcl6] {
  font-size: 2.6rem;
  color: #fff;
  margin: 20px 0;
}

.lux-host-desc[b-qmf6xtxcl6] {
  color: rgba(255,255,255,0.65);
  line-height: 2;
  margin-bottom: 35px;
}

.lux-host-btn[b-qmf6xtxcl6] {
  padding: 16px 34px;
  border-radius: 14px;
  text-decoration: none;
  font-weight: 700;
  color: #000;
  background: linear-gradient(135deg,#d4af37,#f1d98a,#b8891a);
  box-shadow: 0 10px 35px rgba(212,175,55,0.45);
  transition: 0.3s;
}

  .lux-host-btn:hover[b-qmf6xtxcl6] {
    transform: translateY(-4px);
    box-shadow: 0 15px 45px rgba(212,175,55,0.6);
  }

.lux-host-visual[b-qmf6xtxcl6] {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 20px;
}

.lux-host-feature-card[b-qmf6xtxcl6] {
  padding: 28px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(212,175,55,0.25);
  border-radius: 18px;
  color: #fff;
  font-weight: 600;
  backdrop-filter: blur(10px);
  transition: 0.3s;
}

  .lux-host-feature-card:hover[b-qmf6xtxcl6] {
    transform: translateY(-6px);
    border-color: rgba(212,175,55,0.45);
  }

@media (max-width: 900px) {

  .lux-host-container[b-qmf6xtxcl6] {
    grid-template-columns: 1fr;
    text-align: center;
  }
}

/*********************************************************************************/
/*************************************************************************/
/* Fix Horizontal Scroll */

.hero-container[b-qmf6xtxcl6],
.why-section[b-qmf6xtxcl6],
.recipe-hero[b-qmf6xtxcl6],
.food-hero-v2[b-qmf6xtxcl6],
.trust-section[b-qmf6xtxcl6],
.earn-section[b-qmf6xtxcl6],
.gold-dual-section[b-qmf6xtxcl6],
.lux-host-section[b-qmf6xtxcl6] {
  max-width: 100%;
}

.gold-dual-section[b-qmf6xtxcl6] {
  overflow: hidden;
}

.earn-visual[b-qmf6xtxcl6] {
  max-width: 100%;
  overflow: hidden;
}

.earn-card-top[b-qmf6xtxcl6] {
  left: 12px;
}

.earn-card-bottom[b-qmf6xtxcl6] {
  right: 12px;
}

.gold-dual-image-frame img[b-qmf6xtxcl6] {
  max-width: 100%;
  display: block;
}

.lux-host-section[b-qmf6xtxcl6] {
  width: min(88%,1400px);
  margin-left: auto;
  margin-right: auto;
}

/* Mobile fixes */

@media (max-width:640px) {

  .hero-actions[b-qmf6xtxcl6],
  .actions[b-qmf6xtxcl6],
  .recipe-actions[b-qmf6xtxcl6],
  .earn-actions[b-qmf6xtxcl6] {
    flex-direction: column;
    width: 100%;
  }

  .btn-gold-lg[b-qmf6xtxcl6],
  .btn-outline-lg[b-qmf6xtxcl6],
  .btn-primary[b-qmf6xtxcl6],
  .btn-secondary[b-qmf6xtxcl6] {
    width: 100%;
    text-align: center;
  }

  .gold-dual-section[b-qmf6xtxcl6] {
    padding-left: 18px;
    padding-right: 18px;
  }

  .gold-dual-image-frame img[b-qmf6xtxcl6] {
    height: auto;
    min-height: 260px;
    padding: 12px;
  }

  .lux-host-section[b-qmf6xtxcl6] {
    width: calc(100% - 36px);
    margin: 80px auto;
    padding: 60px 18px;
  }

  .lux-host-visual[b-qmf6xtxcl6] {
    grid-template-columns: 1fr;
  }

  .lux-host-title[b-qmf6xtxcl6] {
    font-size: 1.8rem;
  }
}

/*********************************************************************************/
.admin-panel-overlay[b-qmf6xtxcl6] {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.85);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  direction: rtl;
}

.admin-panel-box[b-qmf6xtxcl6] {
  background: #111;
  border: 1px solid #d4af37;
  padding: 30px;
  border-radius: 15px;
  width: 90%;
  max-width: 500px;
  color: #fff;
  box-shadow: 0 0 30px rgba(212,175,55,0.2);
}

.stat-grid[b-qmf6xtxcl6] {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  margin-bottom: 20px;
}

.recent-list[b-qmf6xtxcl6] {
  max-height: 300px;
  overflow-y: auto;
  background: #050505;
  padding: 10px;
  border-radius: 8px;
}

.visit-row[b-qmf6xtxcl6] {
  display: flex;
  justify-content: space-between;
  padding: 8px;
  border-bottom: 1px solid #222;
  font-size: 13px;
}

.visit-time[b-qmf6xtxcl6] {
  color: #d4af37;
}

.btn-close-admin[b-qmf6xtxcl6] {
  margin-top: 20px;
  width: 100%;
  padding: 10px;
  background: #d4af37;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

/*********************************************************************************/  /*لیست امکانات */
.landing-wrapper[b-qmf6xtxcl6] {
  padding: 80px 20px;
}


.landing-container[b-qmf6xtxcl6] {
  max-width: 1400px;
  margin: auto;
  padding: 50px;
  border-radius: 30px;
  position: relative;
  background: radial-gradient(circle at 10% 10%, rgba(212,175,55,0.15), transparent 35%), radial-gradient(circle at 90% 20%, rgba(147,51,234,0.12), transparent 40%), radial-gradient(circle at 50% 90%, rgba(220,38,38,0.08), transparent 45%), linear-gradient(140deg,#050505,#090611,#120806);
  border: 1px solid rgba(212,175,55,0.25);
  box-shadow: 0 0 0 1px rgba(212,175,55,0.15), 0 30px 80px rgba(0,0,0,0.6);
  backdrop-filter: blur(6px);
  overflow: hidden;
}


  .landing-container[b-qmf6xtxcl6]::before {
    content: "";
    position: absolute;
    inset: -2px;
    border-radius: 32px;
    background: linear-gradient(120deg,#d4af37,transparent,#d4af37);
    opacity: .15;
    z-index: -1;
  }



.golden-landing[b-qmf6xtxcl6] {
  direction: rtl;
  color: white;
  font-family: tahoma;
}



.hero[b-qmf6xtxcl6] {
  text-align: center;
  padding: 70px 20px;
  border-bottom: 1px solid rgba(212,175,55,0.3);
}



.hero-badge[b-qmf6xtxcl6] {
  background: #d4af3720;
  border: 1px solid #d4af3750;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 14px;
  color: #d4af37;
}



.title[b-qmf6xtxcl6] {
  font-size: 48px;
  margin-top: 10px;
  color: #d4af37;
}



.subtitle[b-qmf6xtxcl6] {
  font-size: 20px;
  margin-top: 10px;
  color: #ddd;
}



.btn-gold[b-qmf6xtxcl6] {
  margin-top: 25px;
  background: linear-gradient(45deg,#d4af37,#f6d365);
  border: none;
  padding: 12px 35px;
  border-radius: 30px;
  font-weight: bold;
  cursor: pointer;
  transition: .3s;
}


  .btn-gold:hover[b-qmf6xtxcl6] {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(212,175,55,.4);
  }



.features[b-qmf6xtxcl6] {
  padding: 50px 0;
}



.section-title[b-qmf6xtxcl6] {
  text-align: center;
  font-size: 32px;
  color: #d4af37;
  margin-bottom: 40px;
}



.features-grid[b-qmf6xtxcl6] {
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(260px,1fr));
  gap: 25px;
}



.card[b-qmf6xtxcl6] {
  background: #111;
  border-radius: 18px;
  padding: 25px;
  border: 1px solid #333;
  transition: .4s;
  position: relative;
  overflow: hidden;
}



  .card:hover[b-qmf6xtxcl6] {
    transform: translateY(-8px);
    border-color: #d4af37;
    box-shadow: 0 15px 40px rgba(212,175,55,.2);
  }



.icon[b-qmf6xtxcl6] {
  font-size: 30px;
  margin-bottom: 10px;
}



.card h3[b-qmf6xtxcl6] {
  color: #d4af37;
  margin-bottom: 10px;
}



.card ul[b-qmf6xtxcl6] {
  padding-right: 18px;
  line-height: 1.9;
  font-size: 14px;
}



.reveal[b-qmf6xtxcl6] {
  opacity: 0;
  transform: translateY(25px);
  animation: reveal-b-qmf6xtxcl6 .8s forwards;
}



.delay1[b-qmf6xtxcl6] {
  animation-delay: .1s;
}

.delay2[b-qmf6xtxcl6] {
  animation-delay: .2s;
}

.delay3[b-qmf6xtxcl6] {
  animation-delay: .3s;
}

delay4[b-qmf6xtxcl6] {
  animation-delay: .4s;
}



@keyframes reveal-b-qmf6xtxcl6 {

  to {
    opacity: 1;
    transform: translateY(0);
  }
}



@media(max - width:768px) {

  .landing-container[b-qmf6xtxcl6] {
    padding: 30px 20px;
  }

  .title[b-qmf6xtxcl6] {
    font-size: 32px;
  }
}



/*********************************************************************************/
