@charset "UTF-8";
:root {
  /* ---- palette ---- */
  --ink: #14181b; /* graphite steel — primary dark */
  --ink-2: #1d2327; /* panel dark */
  --ink-3: #262d32; /* elevated dark */
  --line-dark: #33393e;
  --paper: #f7f5f0; /* warm off-white background */
  --surface: #ffffff;
  --line: #e6e2d8;
  --muted: #6d6f6b;
  --muted-2: #97998f;
  --orange: #ed5518; /* industrial safety orange */
  --orange-dark: #ed5518;
  --orange-tint: #fff0e8;
  --green: #0e5c3f; /* deep industrial green */
  --green-dark: #0a4530;
  --green-tint: #e8f3ec;
  --white: #ffffff;
  /* ---- shape / motion ---- */
  --radius-s: 4px;
  --radius-m: 8px;
  --radius-l: 14px;
  --ease: cubic-bezier(.22,.9,.3,1);
  --ease-out: cubic-bezier(.16,1,.3,1);
  --kerf: 26px; /* diagonal cut amount used across clip-paths */
  /* ---- elevation — layered, warm-tinted shadows (not generic grey) ---- */
  --shadow-xs: 0 1px 2px rgba(20,24,27,.06);
  --shadow-sm: 0 2px 6px -2px rgba(20,24,27,.10), 0 1px 2px rgba(20,24,27,.06);
  --shadow-md: 0 12px 28px -10px rgba(20,24,27,.16), 0 2px 6px -2px rgba(20,24,27,.08);
  --shadow-lg: 0 30px 60px -20px rgba(20,24,27,.24), 0 6px 16px -6px rgba(20,24,27,.10);
  --shadow-orange: 0 14px 28px -12px rgba(255,90,31,.38);
  /* ---- spacing scale (4px base) ---- */
  --sp-1: 4px;
  --sp-2: 8px;
  --sp-3: 12px;
  --sp-4: 16px;
  --sp-5: 24px;
  --sp-6: 32px;
  --sp-7: 48px;
  --sp-8: 64px;
  --sp-9: 96px;
  --de-v2-primary: #ff5722;
  --de-v2-primary-glow: rgba(255, 87, 34, 0.35);
  --de-v2-accent-red: #ef4444;
  --de-v2-bg-main: #f8fafc;
  --de-v2-card-bg: #ffffff;
  --de-v2-border: #e2e8f0;
  --de-v2-text-title: #0f172a;
  --de-v2-text-body: #475569;
  --de-v2-text-muted: #94a3b8;
  --de-primary-orange: #ff5722;
  --de-primary-hover: #e64a19;
  --de-bg-gray: #f8f9fa;
  --de-card-bg: #ffffff;
  --de-border-color: #e2e8f0;
  --de-text-main: #1e293b;
  --de-text-muted: #64748b;
}

*, *::before, *::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Morabba;
  color: var(--ink);
  direction: rtl;
  text-align: right;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

button {
  font-family: inherit;
  cursor: pointer;
}

input, select, textarea {
  font-family: inherit;
}

::selection {
  background: var(--orange);
  color: #fff;
}

/* focus visibility — deliberate, on-brand ring rather than the browser default */
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible {
  outline: none;
  outline-offset: 3px;
  border-radius: 1px;
}

/* subtle film-grain texture — used sparingly on dark panels for tactile depth */
.rtl {
  direction: rtl !important;
}

.ltr {
  direction: ltr !important;
}

.space-top {
  margin-top: 200px;
}

@font-face {
  font-display: swap;
  font-family: IRANYekan;
  font-weight: 500;
  src: local("?"), url("../../assets/font/fonts/ttf/IRANYekanMediumFaNum.ttf");
}
@font-face {
  font-display: swap;
  font-family: IRANYekan;
  font-weight: 600;
  src: local("?"), url("../../assets/font/fonts/ttf/IRANYekanBoldFaNum.ttf");
}
@font-face {
  font-display: swap;
  font-family: Morabba;
  font-weight: 600;
  src: local("?"), url("../../assets/font/fonts/ttf/MorabbaVF.woff2");
}
@font-face {
  font-display: swap;
  font-family: Morabba;
  font-weight: 600;
  src: local("?"), url("../../assets/font/fonts/ttf/MorabbaVF.woff2");
}
@font-face {
  font-display: swap;
  font-family: Morabba;
  font-weight: 400;
  src: local("?"), url("../../assets/font/fonts/ttf/Morabba-Medium.woff2");
}
@font-face {
  font-display: swap;
  font-family: Morabba;
  font-weight: 500;
  src: local("?"), url("../../assets/font/fonts/ttf/Morabba-SemiBold.woff2");
}
@font-face {
  font-display: swap;
  font-family: Morabba;
  font-weight: 300;
  src: local("?"), url("../../assets/font/fonts/ttf/Morabba-Regular.woff2");
}
@font-face {
  font-display: swap;
  font-family: IRANYekan;
  font-weight: 500;
  src: local("?"), url("../../assets/font/fonts/ttf/IRANYekanMediumFaNum.ttf");
}
@font-face {
  font-display: swap;
  font-family: OoohBaby;
  src: local("?"), url("../../assets/font/fonts/ttf/OoohBaby-Regular.ttf");
}
@media (min-width: 1400px) {
  .main-container {
    max-width: 75vw;
  }
}
@media (min-width: 1700px) {
  .main-container {
    max-width: 80vw;
  }
}
@media (min-width: 1600px) {
  .main-container {
    max-width: 80vw;
  }
}
@media (max-width: 1200px) {
  .main-container {
    max-width: 100%;
  }
}
@media (min-width: 1400px) {
  .main-container-product {
    max-width: 95vw;
  }
}
@media (min-width: 1700px) {
  .main-container-product {
    max-width: 95vw;
  }
}
@media (min-width: 1600px) {
  .main-container-product {
    max-width: 95vw;
  }
}
@media (max-width: 1200px) {
  .main-container-product {
    max-width: 100%;
  }
}
body {
  font-size: 13px;
  color: rgb(0, 0, 0);
  background: #ffffff;
  font-weight: 400;
  font-family: Morabba !important;
  overflow-x: hidden;
}

* {
  box-sizing: border-box;
  z-index: 0;
  scroll-behavior: smooth;
}

img {
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
}

::-webkit-scrollbar {
  background: #cecece;
  height: 5px;
  width: 8px;
}

::-webkit-scrollbar-thumb {
  background: #ed5518;
  border-radius: 2px;
}

::-webkit-scrollbar-thumb:hover {
  background: #f7a1ff;
}

a {
  text-decoration: none !important;
  cursor: pointer !important;
}

a:focus,
a:active {
  text-decoration: underline;
  outline: none;
  color: #AB7B00;
}

input,
select,
textarea {
  outline: none;
  cursor: pointer;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  margin: 0px;
  appearance: none !important;
}

input:focus,
select:focus,
textarea:focus {
  cursor: pointer;
  outline: none;
  box-shadow: none !important;
}

input[type=checkbox] {
  appearance: checkbox !important;
}

input[type=radio] {
  appearance: radio !important;
}

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

figure {
  margin: 0px;
}

p {
  margin-bottom: 0px;
  font-size: 15px;
  color: rgb(0, 0, 0);
  line-height: 30px;
}

h2 {
  margin: 0px;
  padding: 0px;
  font-weight: bold;
  color: rgb(34, 34, 34);
  font-size: 36px;
}

figure {
  margin-bottom: 0px;
  text-align: center;
}

input::-webkit-input-placeholder {
  color: #fff;
  font-family: "IRANYekanWeb";
  font-size: 14px;
}

input::placeholder {
  color: rgb(105, 105, 105) !important;
}

input:hover,
input:focus,
input:active {
  color: #000;
}

input:focus::-webkit-input-placeholder {
  color: #000;
}

label {
  display: block;
  margin-bottom: 5px;
  color: #AB7B00;
}

textarea {
  color: #000;
}

label.error {
  position: relative;
  background-position-y: 3px;
  padding-left: 20px;
  display: block;
  margin-top: 20px;
}

label.valid {
  display: block;
  position: absolute;
  right: 0px;
  left: auto;
  margin-top: -6px;
  width: 20px;
  height: 20px;
  background: transparent;
}

label.valid::after {
  content: "e";
  width: 100%;
  height: 100%;
  position: absolute;
  font-size: 16px;
  color: green;
}

.breadcrumb {
  color: #000;
  font-size: 16px;
  padding-right: 15px;
}
.breadcrumb a {
  color: #000;
}
.breadcrumb i {
  color: #ed5518;
}
.breadcrumb span {
  color: #fdf6f0;
  font-weight: 600;
  margin: 0px 8px;
}
.breadcrumb .active {
  color: #ed5518;
}

@media (max-width: 800px) {
  .breadcrumb {
    font-size: 14px;
  }
}
.form-control {
  font-family: Morabba !important;
}

input::placeholder {
  font-family: Morabba !important;
}

input,
button,
form,
select,
option,
textarea,
table {
  font-family: Morabba !important;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: none !important;
  position: relative;
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.swiper-slide {
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

/* override swipers transition */
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}

.swiper-container {
  padding: 10px 100px !important;
  overflow: hidden;
}

.pol-2 {
  direction: ltr !important;
}

.img-holder {
  /* ویدئوی پس‌زمینه */
  /* لایه تیره روی ویدئو */
  /* --- اسلایدر درگ‌شدنی محصولات (فقط عکس) --- */
  /* افکت محو شدن روی کارت‌ها */
  /* کارت‌هایی که از کادر خارج/دور می‌شن کمی شفاف و کوچک بشن */
  /* نشانگرهای زیر اسلایدر */
  /* تعریف انیمیشن گرم شدن المنت */
  /* کارت‌های عبور کرده (محو و کوچک) */
  /* دات‌های پیمایش */
  /* ریسپانسو سازی چیدمان بدون دست زدن به جاوااسکریپت */
  /* کلاسی که روی کلمه یا کل تیتر اعمال می‌شود */
}
.img-holder :root {
  --primary-color: #ff6b00;
  --white: #ffffff;
  --glass-bg: rgba(255, 255, 255, 0.12);
  --glass-border: rgba(255, 255, 255, 0.25);
  --glass-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
  --border-radius: 20px;
}
.img-holder .hero {
  position: relative;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 8%;
  overflow: hidden;
}
.img-holder .hero-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 1;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
.img-holder .hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(13, 15, 18, 0.85) 0%, rgba(13, 15, 18, 0.4) 100%);
  z-index: 2;
}
.img-holder .hero-content {
  position: relative;
  z-index: 3;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 40px;
  align-items: center;
}
.img-holder .hero-text h1 {
  font-size: 42px;
  font-weight: 800;
  line-height: 1.3;
  margin-bottom: 20px;
}
.img-holder .hero-text h1 span {
  color: var(--primary-color);
}
.img-holder .hero-text p {
  font-size: 16px;
  color: #e0e0e0;
  line-height: 1.8;
  margin-bottom: 30px;
  max-width: 500px;
}
.img-holder .btn-main {
  display: inline-block;
  background-color: var(--primary-color);
  color: var(--white);
  padding: 12px 32px;
  border-radius: 30px;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 4px 15px rgba(255, 107, 0, 0.4);
  transition: all 0.3s;
}
.img-holder .btn-main:hover {
  background-color: #e05e00;
  transform: translateY(-3px);
}
.img-holder .slider-container {
  width: 39.5vw;
  overflow: hidden;
  padding: 20px 0;
  cursor: grab;
}
.img-holder .slider-container:active {
  cursor: grabbing;
}
.img-holder .slider-track {
  display: flex;
  gap: 20px;
  transition: transform 0.5s ease-out;
  will-change: transform;
  margin-top: 50px;
}
.img-holder .slider-track {
  display: flex;
  gap: 20px;
  /* ترنزیشن طولانی‌تر و بسیار نرم */
  transition: transform 0.9s cubic-bezier(0.25, 1, 0.5, 1);
  will-change: transform;
}
.img-holder .product-card {
  min-width: 240px;
  height: 320px;
  object-fit: cover;
  background: var(--glass-bg);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid var(--glass-border);
  border-radius: var(--border-radius);
  box-shadow: var(--glass-shadow);
  padding: 0px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  /* padding: 8px 14px; */
  border-radius: 2%;
  background: rgba(255, 255, 255, 0.11);
  flex-shrink: 0;
  /* اضافه شدن ترنزیشن برای شفافیت و مقیاس */
  transition: opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1), transform 0.8s cubic-bezier(0.25, 1, 0.5, 1), border-color 0.3s, box-shadow 0.3s;
}
.img-holder .product-card img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 12px;
}
.img-holder .product-card.fade-out {
  transform: scale(0.92);
}
.img-holder .product-card:hover {
  border-color: var(--primary-color);
  box-shadow: 0 10px 30px rgba(255, 107, 0, 0.3);
}
.img-holder .product-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 14px;
  pointer-events: none; /* جلوگیری از درگ شدن خود عکس توسط مرورگر */
}
.img-holder .slider-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 20px;
}
.img-holder .dot {
  width: 10px;
  height: 10px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s;
}
.img-holder .dot.active {
  background: var(--primary-color);
  width: 25px;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .img-holder .hero {
    height: auto;
    padding: 100px 5% 60px;
  }
  .img-holder .hero-content {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .img-holder .hero-text p {
    margin: 0 auto 30px;
  }
  .img-holder .product-card {
    min-width: 200px;
    height: 270px;
  }
}
.img-holder .slider-container:active {
  cursor: grabbing;
}
.img-holder .slider-track {
  display: flex;
  gap: 2%;
  transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  will-change: transform;
}
.img-holder .product-card {
  flex: 0 0 23.5%;
  height: 360px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 24px;
  padding: 20px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  font-weight: bold;
  transition: opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1), transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}
.img-holder .product-card.fade-out {
  transform: scale(0.88);
}
.img-holder .slider-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 20px;
}
.img-holder .dot {
  width: 10px;
  height: 10px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.4s ease;
}
.img-holder .dot.active {
  background: #ff5500;
  width: 28px;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .img-holder .product-card {
    flex: 0 0 49%;
  }
}
@media (max-width: 576px) {
  .img-holder .product-card {
    flex: 0 0 100%;
  }
}
@keyframes heatingElement {
  0% {
    color: #4a4a4a; /* حالت سرد و خاموش (خاکستری مایل به تیره) */
    text-shadow: 0 0 0px rgba(255, 107, 0, 0), 0 0 0px rgba(255, 60, 0, 0);
  }
  30% {
    color: #ff3c00; /* شروع سرخ شدن و داغ شدن */
    text-shadow: 0 0 8px rgba(255, 60, 0, 0.6), 0 0 15px rgba(255, 60, 0, 0.4);
  }
  70% {
    color: #ff6b00; /* نارنجی بسیار داغ */
    text-shadow: 0 0 10px #ff6b00, 0 0 20px #ff3c00, 0 0 30px rgba(255, 107, 0, 0.8);
  }
  100% {
    color: #fff5ea; /* نقطه اوج حرارت: هسته سفید-زرد با هاله‌های شدید نارنجی */
    text-shadow: 0 0 5px #ffffff, 0 0 12px #ff8c00, 0 0 25px #ff4500, 0 0 45px #ff2200, 0 0 60px rgba(255, 69, 0, 0.8);
  }
}
.img-holder .product-card:hover {
  transform: translate(0);
}
.img-holder .slider-container {
  position: relative;
  width: 39.5vw;
  margin: 0 auto;
  overflow: hidden;
  padding: 40px 0;
  padding-left: 40px;
}
.img-holder .slider-track {
  display: flex;
  /* فاصله بین کارت‌ها بر اساس درصد */
  gap: 2%;
  transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  will-change: transform;
}
.img-holder .product-card {
  /* ۴ کارت در صفحه با احتساب gap درصدی */
  flex: 0 0 23.5%;
  height: 320px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: none !important;
  border-radius: 24px;
  padding: 0px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  object-fit: cover;
  font-weight: bold;
  /* انیمیشن محوشدن و کوچک شدن اسلایدهای رد شده */
  transition: opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1), transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}
.img-holder .product-card img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.img-holder .product-card.fade-out {
  transform: scale(0.88);
}
.img-holder .slider-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 20px;
}
.img-holder .dot {
  width: 10px;
  height: 10px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.4s ease;
  display: none;
}
.img-holder .dot.active {
  background: #ff5500;
  width: 28px;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .img-holder .product-card {
    flex: 0 0 49%; /* ۲ کارت در تبلت */
  }
}
@media (max-width: 576px) {
  .img-holder .product-card {
    flex: 0 0 100%; /* ۱ کارت در موبایل */
  }
}
.img-holder .element-glow {
  display: inline-block;
  font-weight: 900;
  letter-spacing: 1px;
  /* اجرای انیمیشن: ۴ ثانیه زمان گرم شدن، بی‌نهایت تکرار در حالت شناور (Alternate) */
  animation: heatingElement 3.5s ease-in-out infinite alternate;
}

/* =========================================================================
   Top utility bar + Navbar
   ========================================================================= */
.topbar {
  background: var(--ink);
  color: #c9cdd0;
  font-size: 13px;
  border-bottom: 1px solid var(--line-dark);
}

.topbar .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 38px;
}

.topbar-links {
  display: flex;
  gap: 22px;
  align-items: center;
}

.topbar-links a {
  color: #c9cdd0;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: color 0.2s;
}

.topbar-links a:hover {
  color: var(--orange);
}

.topbar-right {
  display: flex;
  gap: 18px;
  align-items: center;
}

.topbar svg {
  width: 14px;
  height: 14px;
}

.topbar .mono {
  font-size: 12px;
}

.navbar-main {
  position: sticky;
  top: 0;
  z-index: 200;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
  transition: box-shadow 0.3s var(--ease), border-color 0.3s var(--ease);
}

.navbar-main.is-scrolled {
  box-shadow: var(--shadow-sm);
  border-bottom-color: transparent;
}

.navbar-main .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 84px;
  gap: 32px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}

.brand-mark {
  width: 150px;
  background: var(--ink);
  position: relative;
  flex-shrink: 0;
  clip-path: polygon(0 8px, 8px 0, 100% 0, 100% calc(100% - 8px), calc(100% - 8px) 100%, 0 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.brand-mark span {
  color: var(--orange);
  font-weight: 700;
  font-size: 17px;
}

.brand-name {
  display: flex;
  flex-direction: column;
  line-height: 1.25;
}

.brand-name b {
  font-size: 18px;
  font-weight: 800;
}

.brand-name em {
  font-style: normal;
  font-size: 11px;
  color: var(--muted);
  letter-spacing: 0.08em;
  direction: ltr;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 36px;
}

.nav-links a {
  font-weight: 600;
  font-size: 15px;
  position: relative;
  padding: 6px 0;
}

.nav-links a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  transition: width 0.25s var(--ease);
}

.nav-links a:hover::after, .nav-links a.active::after {
  width: 100%;
}

.nav-links a.active {
  color: var(--orange);
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.nav-cart {
  position: relative;
}

.nav-cart .count {
  position: absolute;
  top: -6px;
  left: -6px;
  background: var(--orange);
  color: #fff;
  font-size: 10.5px;
  font-weight: 700;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo a {
  height: 60px;
  width: 100%;
  object-fit: contain;
  display: block;
}
.logo a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.nav-toggle {
  display: none;
}

:root {
  --primary:#ed5518;
  --primary-dark:#001b07;
  --primary-soft:#fdeaee;
  --text-dark:#3f4064;
  --text-gray:#717275;
  --text-faint:#9b9ba7;
  --border-color:#e3e3e3;
  --bg-light:#f1f2f4;
  --bg-page:#fafafa;
  --surface:#ffffff;
  --radius-sm:6px;
  --radius-md:10px;
  --radius-lg:16px;
  --radius-pill:999px;
  --shadow-sm:0 2px 10px rgba(30,20,30,.06);
  --shadow-md:0 12px 32px rgba(30,20,30,.10);
  --shadow-lg:0 24px 60px rgba(30,20,30,.16);
  --ease:cubic-bezier(.4,0,.2,1);
  --t-fast:.15s var(--ease);
  --t-base:.25s var(--ease);
  --container-max:1520px;
  --header-pad-x:24px;
  --font-family:"Vazirmatn", system-ui, sans-serif;
  --z-header:1000;
  --z-hello:1001;
  --z-cart:1002;
  --z-sidebar-overlay:1010;
  --z-sidebar:1011;
  --z-modal:1020;
  --z-mobile-search:1030;
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
    scroll-behavior: auto !important;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* ============ HELLO BAR ============ */
.hello-bar {
  background: linear-gradient(90deg, #ed5518 0%, var(--primary) 100%);
  color: #fff;
  text-align: center;
  padding: 10px 44px;
  font-size: 12.5px;
  font-weight: 500;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
  z-index: var(--z-hello);
}

.hello-bar a {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.7);
  white-space: nowrap;
}

.hello-bar .close-btn {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  transition: background var(--t-fast);
}

.hello-bar .close-btn:hover {
  background: rgba(255, 255, 255, 0.18);
}

/* ============ HEADER ============ */
header {
  background-color: var(--surface);
  border-bottom: 1px solid var(--border-color);
  position: sticky;
  top: 0;
  z-index: var(--z-header);
}

header.is-stuck {
  box-shadow: var(--shadow-sm);
}

.header-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0px;
  max-width: var(--container-max);
  margin: 0 auto;
  gap: 16px;
}

.menu-toggle {
  display: none;
  background: none;
  border: none;
  color: var(--text-dark);
  cursor: pointer;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius-sm);
  transition: background var(--t-fast);
  flex-shrink: 0;
}

.menu-toggle:hover {
  background: var(--bg-light);
}

.logo {
  flex-shrink: 0;
}

.logo img {
  height: 28px;
}

.mobile-search-trigger {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  color: var(--text-dark);
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius-sm);
  transition: background var(--t-fast);
  flex-shrink: 0;
}

.mobile-search-trigger:hover {
  background: var(--bg-light);
}

/* --- desktop search --- */
.search-container {
  flex: 1 1 auto;
  margin: 0 4px;
  max-width: 600px;
  min-width: 0;
}

.search-box {
  display: flex;
  align-items: center;
  background-color: var(--bg-light);
  border-radius: var(--radius-md);
  border: 1.5px solid transparent;
  padding: 4px 16px;
  transition: background var(--t-fast), border-color var(--t-fast), box-shadow var(--t-fast);
}

.search-box:focus-within {
  background-color: var(--surface);
  border-color: var(--primary);
  box-shadow: 0 0 0 4px var(--primary-soft);
}

.search-box .material-icons-round {
  margin-top: 8px;
  color: var(--text-gray);
  margin-left: 8px;
  flex-shrink: 0;
  font-size: 20px;
}

.search-box input {
  border: none;
  background: none;
  outline: none;
  width: 100%;
  font-size: 14px;
  color: #ccc;
  min-width: 0;
}

.search-box input::placeholder {
  color: #535353 !important;
}

/* --- header actions --- */
.header-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-shrink: 0;
}

.user-btn {
  display: flex;
  align-items: center;
  gap: 6px;
  background: none;
  border: 1px solid var(--border-color);
  padding: 0px 16px;
  border-radius: var(--radius-md);
  cursor: pointer;
  color: var(--text-dark);
  font-size: 13px;
  font-weight: 700;
  transition: background var(--t-fast), border-color var(--t-fast);
  white-space: nowrap;
}

.user-btn:hover {
  background-color: var(--bg-light);
  border-color: var(--bg-light);
}

.user-btn .material-icons-round {
  font-size: 19px;
}

.divider {
  width: 1px;
  height: 24px;
  background-color: var(--border-color);
  flex-shrink: 0;
}

.cart-container {
  position: relative;
}

.cart-btn {
  position: relative;
  background: none;
  border: none;
  cursor: pointer;
  color: var(--text-dark);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: var(--radius-sm);
  transition: background var(--t-fast);
}

.cart-btn i {
  font-size: 30px;
}

.user-btn i {
  font-size: 26px;
}

.cart-btn:hover {
  background-color: var(--bg-light);
}

.cart-badge {
  position: absolute;
  top: 2px;
  left: 2px;
  background-color: var(--primary);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  border-radius: 50%;
  min-width: 16px;
  height: 16px;
  padding: 0 2px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cart-dropdown {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  width: 320px;
  max-width: calc(100vw - 32px);
  background-color: var(--surface);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-lg);
  padding: 16px;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-8px);
  transition: opacity var(--t-base), transform var(--t-base), visibility var(--t-base);
  z-index: var(--z-cart);
}

.cart-dropdown.active {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.cart-empty {
  text-align: center;
  padding: 24px 8px;
  color: var(--text-gray);
  font-size: 13px;
}

.cart-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--border-color);
  margin-bottom: 12px;
}

.cart-item img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: var(--radius-sm);
  flex-shrink: 0;
}

.cart-item-details h5 {
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 4px;
  line-height: 1.5;
}

.cart-item-details p {
  font-size: 11px;
  color: var(--text-gray);
}

.cart-total {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 12px;
}

.cart-checkout-btn {
  display: block;
  width: 100%;
  text-align: center;
  background-color: var(--primary);
  color: #fff;
  padding: 11px;
  border-radius: var(--radius-sm);
  text-decoration: none;
  font-size: 12.5px;
  font-weight: 700;
  transition: background var(--t-fast);
}

.cart-checkout-btn:hover {
  background-color: var(--primary-dark);
}

/* ============ NAV BAR + MEGA MENU ============ */
.nav-bar {
  border-top: 1px solid var(--border-color);
  background-color: var(--surface);
}

.nav-container {
  max-width: var(--container-max);
  margin: 0 auto;
  display: flex;
  align-items: center;
  padding: 0 0;
}

.nav-links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.nav-item {
  position: relative;
}

.nav-link {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 8px 16px;
  font-size: 15.5px;
  color: var(--text-dark);
  text-decoration: none;
  font-weight: 700;
  cursor: pointer;
  background: none;
  border: none;
}

.nav-link .material-icons-round {
  font-size: 18px;
}

.nav-link:hover {
  color: var(--primary);
}

.nav-item.categories-trigger.open .nav-link {
  color: var(--primary);
}

.mega-menu {
  position: absolute;
  top: 100%;
  right: 0;
  width: min(1200px, 100vw - 48px);
  background-color: var(--surface);
  border: 1px solid var(--border-color);
  border-radius: 0 0 var(--radius-lg) var(--radius-lg);
  box-shadow: var(--shadow-lg);
  display: grid;
  grid-template-columns: 220px 1fr;
  height: 500px;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-8px);
  transition: opacity var(--t-base), transform var(--t-base), visibility var(--t-base);
}

.nav-item.categories-trigger.open .mega-menu {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.mega-sidebar {
  background-color: var(--bg-light);
  border-left: 1px solid var(--border-color);
  border-radius: 0 0 0 var(--radius-lg);
  overflow-y: auto;
  padding: 8px 0;
}

.sidebar-item {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 18px;
  font-size: 15.5px;
  cursor: pointer;
  color: var(--text-dark);
  background: none;
  border: none;
  border-right: 3px solid transparent;
  font-weight: 600;
  text-align: right;
  transition: background var(--t-fast), color var(--t-fast), border-color var(--t-fast);
}

.sidebar-item .material-icons-round {
  font-size: 16px;
  color: var(--text-faint);
  transform: scaleX(-1);
}

.sidebar-item:hover, .sidebar-item.active {
  background-color: var(--surface);
  color: var(--primary);
  border-right-color: var(--primary);
}

.sidebar-item:hover .material-icons-round, .sidebar-item.active .material-icons-round {
  color: var(--primary);
}

.mega-content {
  padding: 28px;
  overflow-y: auto;
  display: none;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.mega-content.active {
  display: grid;
}

.submenu-column .main-link {
  font-size: 16px;
  color: var(--text-dark);
  border-right: 2px solid var(--primary);
  padding-right: 8px;
  margin-bottom: 14px;
  font-weight: 700;
  margin-bottom: 12px;
  display: block;
}

.submenu-column li {
  margin-bottom: 2px;
}

.submenu-column li a {
  display: block;
  font-size: 15px;
  color: var(--text-gray);
  text-decoration: none;
  padding: 6px 6px;
  border-radius: var(--radius-sm);
  transition: color var(--t-fast), background var(--t-fast), padding var(--t-fast);
}

.submenu-column li a:hover {
  color: var(--primary);
  padding-right: 12px;
}

.submenu-promo {
  background: linear-gradient(150deg, rgba(249, 128, 48, 0.1294117647) 0%, #fff 100%);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-md);
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  height: fit-content;
  background-size: cover;
  height: 250px;
  background-repeat: no-repeat;
}

.submenu-promo .material-icons-round {
  color: var(--primary);
  background: #fff;
  box-shadow: var(--shadow-sm);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 6px;
}

.submenu-promo h5 {
  font-size: 13.5px;
  font-weight: 800;
  color: var(--text-dark);
}

.submenu-promo p {
  font-size: 12px;
  color: var(--text-gray);
  margin-bottom: 8px;
}

.promo-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  font-weight: 700;
  color: var(--primary);
  text-decoration: none;
}

.promo-link .material-icons-round {
  background: none;
  box-shadow: none;
  width: auto;
  height: auto;
  margin: 0;
  font-size: 16px;
}

/* ============ MOBILE SEARCH OVERLAY ============ */
.mobile-search-overlay {
  position: fixed;
  inset: 0;
  background-color: var(--surface);
  z-index: var(--z-mobile-search);
  display: flex;
  flex-direction: column;
  padding: 16px;
  visibility: hidden;
  opacity: 0;
  transform: translateY(12px);
  transition: opacity var(--t-base), transform var(--t-base), visibility var(--t-base);
}

.mobile-search-overlay.active {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.mobile-search-header {
  display: flex;
  align-items: center;
  gap: 12px;
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 12px;
}

.back-search-btn {
  background: none;
  border: none;
  cursor: pointer;
  color: var(--text-dark);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: var(--radius-sm);
  flex-shrink: 0;
  transition: background var(--t-fast);
}

.back-search-btn:hover {
  background: var(--bg-light);
}

.mobile-search-input-wrapper {
  flex-grow: 1;
  display: flex;
  align-items: center;
  background-color: var(--bg-light);
  border-radius: var(--radius-md);
  padding: 9px 12px;
}

.mobile-search-input-wrapper input {
  border: none;
  background: none;
  outline: none;
  width: 100%;
  font-size: 14px;
  color: var(--text-dark);
  padding-right: 8px;
  min-width: 0;
}

.mobile-search-suggestions {
  margin-top: 22px;
}

.mobile-search-suggestions h5 {
  font-size: 14px;
  font-weight: 700;
  color: var(--text-dark);
  margin-bottom: 12px;
}

.suggestion-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.suggestion-tag {
  background-color: var(--bg-light);
  padding: 7px 14px;
  border-radius: var(--radius-pill);
  font-size: 12.5px;
  color: var(--text-dark);
  text-decoration: none;
  transition: background var(--t-fast), color var(--t-fast);
}

.suggestion-tag:hover {
  background: var(--primary-soft);
  color: var(--primary);
}

/* ============ MOBILE SIDEBAR (drawer) ============ */
.mobile-sidebar-overlay {
  position: fixed;
  inset: 0;
  background-color: rgba(20, 10, 20, 0.5);
  z-index: var(--z-sidebar-overlay);
  visibility: hidden;
  opacity: 0;
  transition: opacity var(--t-base), visibility var(--t-base);
}

.mobile-sidebar-overlay.show {
  visibility: visible;
  opacity: 1;
}

.mobile-sidebar {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: min(84vw, 300px);
  background-color: var(--surface);
  z-index: var(--z-sidebar);
  box-shadow: var(--shadow-lg);
  transform: translateX(100%);
  transition: transform var(--t-base);
  overflow-y: auto;
  display: flex;
  flex-direction: column;
}

.mobile-sidebar.open {
  transform: translateX(0);
}

.mobile-sidebar-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 18px;
  border-bottom: 1px solid var(--border-color);
  flex-shrink: 0;
  background: var(--bg-light);
}

.mobile-sidebar-header img {
  height: 22px;
}

.close-sidebar-btn {
  background: none;
  border: none;
  cursor: pointer;
  color: var(--text-dark);
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius-sm);
  transition: background var(--t-fast);
}

.close-sidebar-btn:hover {
  background: rgba(0, 0, 0, 0.06);
}

.mobile-menu-list {
  padding: 6px 0;
}

.mobile-menu-item {
  border-bottom: 1px solid var(--border-color);
}

.mobile-menu-title {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 18px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  background: none;
  border: none;
  color: var(--text-dark);
  text-align: right;
  text-decoration: none;
}

.mobile-menu-title .arrow {
  transition: transform var(--t-fast);
  color: var(--text-faint);
  font-size: 20px;
}

.mobile-menu-item.active > .mobile-menu-title .arrow {
  color: var(--primary);
}

.mobile-menu-item.active > .mobile-menu-title {
  color: var(--primary);
}

.mobile-submenu {
  background-color: var(--bg-page);
  overflow: hidden;
  max-height: 0;
  transition: max-height var(--t-base);
}

.mobile-submenu.open {
  max-height: 1200px;
}

.mobile-sub-accordion-item {
  border-bottom: 1px solid var(--border-color);
}

.mobile-sub-accordion-title {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 18px 12px 30px;
  font-size: 13px;
  font-weight: 600;
  color: var(--text-dark);
  cursor: pointer;
  background: none;
  border: none;
  text-align: right;
}

.mobile-sub-accordion-title .arrow-inner {
  font-size: 18px;
  color: var(--text-faint);
  transition: transform var(--t-fast);
}

.mobile-sub-accordion-item.active > .mobile-sub-accordion-title .arrow-inner {
  color: var(--primary);
}

.mobile-sub-accordion-item.active > .mobile-sub-accordion-title {
  color: var(--primary);
}

.mobile-inner-content {
  background-color: var(--surface);
  overflow: hidden;
  max-height: 0;
  transition: max-height var(--t-base);
  padding: 0 40px;
}

.mobile-inner-content.open {
  max-height: 600px;
  padding: 8px 40px;
}

.mobile-inner-content li a {
  display: block;
  padding: 9px 0;
  font-size: 12.5px;
  color: var(--text-gray);
  text-decoration: none;
}

.mobile-inner-content li a:hover {
  color: var(--primary);
}

/* ============ LOGIN MODAL ============ */
.modal-overlay {
  position: fixed;
  inset: 0;
  background-color: rgba(20, 10, 20, 0.5);
  z-index: var(--z-modal);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px;
  visibility: hidden;
  opacity: 0;
  transition: opacity var(--t-base), visibility var(--t-base);
}

.modal-overlay.active {
  visibility: visible;
  opacity: 1;
}

.login-modal {
  background-color: var(--surface);
  width: 100%;
  max-width: 400px;
  border-radius: var(--radius-lg);
  padding: 32px 24px;
  box-shadow: var(--shadow-lg);
  position: relative;
  text-align: center;
  transform: translateY(14px) scale(0.98);
  opacity: 0;
  transition: transform var(--t-base), opacity var(--t-base);
}

.modal-overlay.active .login-modal {
  transform: translateY(0) scale(1);
  opacity: 1;
}

.login-modal .close-modal {
  position: absolute;
  top: 14px;
  left: 14px;
  background: none;
  border: none;
  cursor: pointer;
  color: var(--text-gray);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background var(--t-fast);
}

.login-modal .close-modal:hover {
  background: var(--bg-light);
}

.login-modal img {
  height: 32px;
  margin-bottom: 22px;
}

.login-modal h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 8px;
  text-align: right;
}

.login-modal p {
  font-size: 12.5px;
  color: var(--text-gray);
  margin-bottom: 20px;
  text-align: right;
  line-height: 1.8;
}

.login-modal label {
  display: block;
  font-size: 12px;
  color: var(--text-gray);
  text-align: right;
  margin-bottom: 6px;
}

.login-modal input {
  width: 100%;
  padding: 12px;
  border: 1px solid var(--border-color);
  border-radius: var(--radius-sm);
  font-size: 14px;
  margin-bottom: 16px;
  outline: none;
  transition: border-color var(--t-fast), box-shadow var(--t-fast);
}

.login-modal input:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 4px var(--primary-soft);
}

.login-modal button.submit-btn {
  width: 100%;
  background-color: var(--primary);
  color: #fff;
  border: none;
  padding: 13px;
  border-radius: var(--radius-sm);
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition: background var(--t-fast);
}

.login-modal button.submit-btn:hover {
  background-color: var(--primary-dark);
}

/* ============ HERO (demo placeholder) ============ */
.hero-section {
  padding: clamp(48px, 8vw, 100px) 20px;
  text-align: center;
  background-color: var(--bg-light);
  color: var(--text-gray);
  font-size: clamp(14px, 2vw, 18px);
  max-width: var(--container-max);
  margin: 0 auto;
}

/* ============ RESPONSIVE ============ */
@media (max-width: 1024px) {
  .nav-bar {
    display: none;
  }
  .menu-toggle, .mobile-search-trigger {
    display: flex;
  }
  .search-container {
    display: none;
  }
  .header-top {
    padding: 12px 16px;
  }
  .user-btn span:not(.material-icons-round) {
    display: none;
  }
  .user-btn {
    padding: 9px;
    border: none;
  }
}
@media (max-width: 480px) {
  .hello-bar {
    font-size: 11.5px;
    padding: 9px 40px;
  }
  .header-top {
    gap: 8px;
  }
  .logo img {
    height: 22px;
  }
  .header-actions {
    gap: 0px;
    background: #eee;
    height: 38px;
    display: flex;
    align-items: center;
    border-radius: 5px;
    padding: 0px 6px;
  }
  .divider {
    display: none;
  }
  .mobile-sidebar {
    width: 88vw;
  }
}
@media (max-width: 360px) {
  .hello-bar a {
    display: none;
  }
}
:root {
  --primary-color: #ff5200;
  --primary-hover: #e04800;
  --bg-light: #f8f9fa;
  --card-bg: #ffffff;
  --border-color: #e5e7eb;
  --text-dark: #1f2937;
  --text-muted: #6b7280;
}

.breadcrumb {
  font-size: 13px;
  color: var(--text-muted);
  margin-bottom: 20px;
}

.main-layout {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 32px;
  margin-bottom: 40px;
}

/* ----------------------------------------------------
   4. بخش پست وبلاگ (Article)
---------------------------------------------------- */
.blog-post {
  background: var(--card-bg);
  border-radius: 12px;
  border: 1px solid var(--border-color);
  padding: 32px;
}

.post-category {
  display: inline-block;
  background: rgba(255, 82, 0, 0.1);
  color: var(--primary-color);
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 12px;
}

.post-title {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 16px;
}

.post-meta {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 13px;
  color: var(--text-muted);
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
  margin-bottom: 24px;
}

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

.post-cover-img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 24px;
}

/* تایپوگرافی داخل متن وبلاگ */
.article-body {
  font-size: 15px;
  color: #374151;
}

.article-body p {
  margin-bottom: 20px;
  text-align: justify;
}

.article-body h2 {
  font-size: 20px;
  font-weight: bold;
  margin: 32px 0 16px 0;
  color: var(--text-dark);
  border-right: 4px solid var(--primary-color);
  padding-right: 10px;
}

.article-body h3 {
  font-size: 17px;
  font-weight: bold;
  margin: 24px 0 12px 0;
}

.article-body ul, .article-body ol {
  margin: 0 24px 20px 0;
}

.article-body ul {
  padding-right: 10px;
}
.article-body ul li {
  list-style: auto;
}

.article-body li {
  margin-bottom: 8px;
}

blockquote {
  background: #fff8f5;
  border-right: 4px solid var(--primary-color);
  padding: 16px 20px;
  margin: 24px 0;
  font-style: italic;
  color: #4b5563;
  border-radius: 0 8px 8px 0;
}

mark {
  background-color: #ffefd5;
  color: #d97706;
  padding: 2px 6px;
  border-radius: 4px;
}

code {
  background: #f1f5f9;
  color: #e11d48;
  padding: 2px 8px;
  border-radius: 4px;
  font-family: monospace;
  font-size: 14px;
}

/* جدول مقاله */
.table-wrapper {
  overflow-x: auto;
  margin: 24px 0;
}

.custom-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  text-align: right;
}

.all-blog-img {
  height: 280px;
  width: 100%;
  object-fit: cover;
}
.all-blog-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.custom-table th, .custom-table td {
  padding: 12px 16px;
  border: 1px solid var(--border-color);
}

.custom-table th {
  background-color: #f3f4f6;
  font-weight: bold;
  color: var(--text-dark);
}

.custom-table tr:nth-child(even) {
  background-color: #fafafa;
}

/* اشتراک‌گذاری و پروژکتور نویسنده */
.post-footer-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  margin-top: 32px;
  border-top: 1px solid var(--border-color);
}

.tags-container {
  display: flex;
  gap: 8px;
}

.tag-item {
  background: #f3f4f6;
  color: var(--text-muted);
  padding: 4px 10px;
  border-radius: 6px;
  font-size: 14px;
}

.author-box {
  display: flex;
  align-items: center;
  gap: 16px;
  background: var(--bg-light);
  padding: 20px;
  border-radius: 8px;
  margin-top: 32px;
}

.author-avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
}

/* ----------------------------------------------------
   5. سایدبار (Sidebar)
---------------------------------------------------- */
.sidebar {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.sidebar-widget {
  background: var(--card-bg);
  border-radius: 12px;
  border: 1px solid var(--border-color);
  padding: 20px;
}

.widget-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 16px;
  padding-bottom: 8px;
  border-bottom: 2px solid var(--primary-color);
  display: inline-block;
}

/* ویجت جستجو */
.sidebar-search input {
  width: 100%;
  padding: 10px 14px;
  border: 1px solid var(--border-color);
  border-radius: 6px;
  outline: none;
  font-size: 13px;
}

/* ویجت مقالات اخیر */
.recent-posts-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.recent-post-item {
  display: flex;
  gap: 12px;
  align-items: center;
}

.recent-post-item img {
  width: 65px;
  height: 65px;
  border-radius: 6px;
  object-fit: cover;
  flex-shrink: 0;
}

.recent-post-info h4 {
  font-size: 13px;
  line-height: 1.4;
  margin-bottom: 4px;
  transition: color 0.2s;
}

.recent-post-info h4:hover {
  color: var(--primary-color);
}

.recent-post-date {
  font-size: 11px;
  color: var(--text-muted);
}

/* ویجت دسته‌بندی‌ها */
.category-list {
  list-style: none;
}

.category-list li {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
  border-bottom: 1px dashed var(--border-color);
  font-size: 13px;
}

.category-list li:last-child {
  border-bottom: none;
}

/* ----------------------------------------------------
   6. بخش محصولات مرتبط (انتهای وبلاگ)
---------------------------------------------------- */
.related-products-section {
  background: var(--card-bg);
  border-radius: 12px;
  border: 1px solid var(--border-color);
  padding: 28px;
  margin-bottom: 40px;
}

.section-headers {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.section-title {
  font-size: 18px !important;
  font-weight: bold;
}

.products-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.products-grid .product-card {
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 16px;
  text-align: center;
  transition: transform 0.2s, box-shadow 0.2s;
}
.products-grid .product-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
}
.products-grid .product-card img {
  width: 100%;
  height: 140px;
  object-fit: contain;
  margin-bottom: 12px;
}
.products-grid .product-card h4 {
  font-size: 13px;
  margin-bottom: 10px;
  line-height: 1.4;
  height: 36px;
  overflow: hidden;
}
.products-grid .product-price {
  font-size: 14px;
  font-weight: bold;
  color: var(--primary-color);
  margin-bottom: 12px;
}
.products-grid .btn-add-cart {
  width: 100%;
  background: var(--bg-light);
  border: 1px solid var(--border-color);
  padding: 8px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.2s;
}
.products-grid .btn-add-cart:hover {
  background: var(--primary-color);
  color: #fff;
  border-color: var(--primary-color);
}

/* ----------------------------------------------------
   7. بخش نظرات (Comments)
---------------------------------------------------- */
.comments-section {
  background: var(--card-bg);
  border-radius: 12px;
  border: 1px solid var(--border-color);
  padding: 28px;
  margin-bottom: 40px;
}

.comment-item {
  padding: 16px 0;
  border-bottom: 1px solid var(--border-color);
}

.comment-item:last-child {
  border-bottom: none;
}

.comment-header {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  margin-bottom: 8px;
}

.comment-author {
  font-weight: bold;
}

.comment-date {
  color: var(--text-muted);
}

.comment-text {
  font-size: 14px;
  color: #4b5563;
}

/* ----------------------------------------------------
   8. ریسپانسیو
---------------------------------------------------- */
@media (max-width: 992px) {
  .main-layout {
    grid-template-columns: 1fr;
  }
  .products-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .blog-post {
    padding: 16px;
  }
  .post-title {
    font-size: 20px;
  }
  .products-grid {
    grid-template-columns: 1fr;
  }
  .post-cover-img {
    height: 220px;
  }
}
.blog-archive-header {
  background: linear-gradient(135deg, #1a1a1a, #2d2d2d);
  color: #fff;
  padding: 40px 0;
  border-radius: 12px;
  margin: 20px 0 32px;
  text-align: center;
}

.blog-archive-header h1 {
  font-size: 28px;
  margin-bottom: 8px;
  color: #fff;
}

.blog-archive-header p {
  color: #ccc;
  font-size: 14px;
}

/* ----------------------------------------------------
   4. چیدمان اصلی (گرید مقالات + سایدبار)
---------------------------------------------------- */
.archive-layout {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 32px;
  margin-bottom: 40px;
}

/* ----------------------------------------------------
   5. لیست مقالات (Cards Grid)
---------------------------------------------------- */
.posts-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.blog-card {
  background: var(--card-bg);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.2s, box-shadow 0.2s;
}

.blog-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
}

.blog-card-img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.blog-card-body {
  padding: 20px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.blog-card-category {
  font-size: 11px;
  font-weight: bold;
  color: var(--primary-color);
  background: rgba(255, 82, 0, 0.1);
  padding: 2px 10px;
  border-radius: 12px;
  width: fit-content;
  margin-bottom: 10px;
}

.blog-card-title {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 10px;
  color: var(--text-dark);
  transition: color 0.2s;
}

.blog-card:hover .blog-card-title {
  color: var(--primary-color);
}

.blog-card-excerpt {
  font-size: 13px;
  color: var(--text-muted);
  line-height: 1.6;
  margin-bottom: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blog-card-footer {
  margin-top: auto;
  padding-top: 12px;
  border-top: 1px solid var(--border-color);
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  color: var(--text-muted);
}

/* ----------------------------------------------------
   6. سایدبار (جستجو، دسته‌بندی‌ها و تگ‌ها)
---------------------------------------------------- */
.sidebar {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.widget {
  background: var(--card-bg);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 20px;
}

.widget-title {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 16px;
  padding-bottom: 8px;
  border-bottom: 2px solid var(--primary-color);
  display: inline-block;
}

/* کادر جستجو */
.search-box {
  position: relative;
}

.search-box input {
  width: 100%;
  padding: 10px 14px 10px 36px;
  border: none;
  border-radius: 8px;
  outline: none;
  font-size: 13px;
  transition: border-color 0.2s;
}

.search-box input:focus {
  border-color: none;
}

.search-box button {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
  font-size: 14px;
  color: var(--text-muted);
}

/* لیست دسته‌بندی‌ها */
.categories-list {
  list-style: none;
}

.category-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0;
  border-bottom: 1px dashed var(--border-color);
  font-size: 13px;
  cursor: pointer;
  transition: color 0.2s;
}

.category-item:last-child {
  border-bottom: none;
}

.category-item:hover, .category-item.active {
  color: var(--primary-color);
  font-weight: bold;
}

.category-count {
  background: rgba(229, 229, 229, 0.8117647059);
  padding: 2px 15px;
  border-radius: 10px;
  font-size: 14px;
  color: var(--text-muted);
  width: 38px;
}

/* ابر تگ‌ها (Tag Cloud) */
.tags-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.tag-chip {
  background: var(--bg-light);
  border: 1px solid var(--border-color);
  padding: 6px 12px;
  border-radius: 16px;
  font-size: 14px;
  color: var(--text-dark);
  cursor: pointer;
  transition: all 0.2s;
}

.tag-chip:hover, .tag-chip.active {
  background: var(--primary-color);
  color: #fff;
  border-color: var(--primary-color);
}

/* ----------------------------------------------------
   7. صفحه‌بندی (Pagination)
---------------------------------------------------- */
.pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 32px;
  grid-column: span 2;
}

.page-btn {
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--card-bg);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  cursor: pointer;
  font-weight: bold;
  transition: all 0.2s;
}

.page-btn.active, .page-btn:hover {
  background: var(--primary-color);
  color: #fff;
  border-color: var(--primary-color);
}

/* ----------------------------------------------------
   8. فوتر
---------------------------------------------------- */
footer {
  background: #1a1a1a;
  color: #aaa;
  text-align: center;
  padding: 20px 0;
  font-size: 13px;
}

/* ----------------------------------------------------
   9. ریسپانسیو
---------------------------------------------------- */
@media (max-width: 992px) {
  .archive-layout {
    grid-template-columns: 1fr;
  }
  .post-title {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 16px;
  }
}
@media (max-width: 600px) {
  .posts-grid {
    grid-template-columns: 1fr;
  }
  .pagination {
    grid-column: span 1;
  }
  .post-title {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 16px;
  }
}
:root {
  --primary: #f95700; /* نارنجی صنعتی */
  --primary-hover: #e04e00;
  --primary-light: #fff5f0;
  --primary-border: #ffc4a8;
  --bg-body: #f4f5f7;
  --card-bg: #ffffff;
  --text-main: #1e2022;
  --text-muted: #6c757d;
  --border: #e2e8f0;
  --danger: #d90429;
  --danger-light: #ffe5e8;
  --discount: #10b981;
  --radius: 0px; /* گوشه‌های تیز */
  --shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.checkout-app {
  max-width: 1240px;
  margin: 0 auto;
  padding-bottom: 50px;
}

.page-title {
  margin-top: 20px;
  font-size: 20px;
  font-weight: 800;
  color: var(--text-main);
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 12px;
  border-right: 4px solid var(--primary);
  padding-right: 12px;
}

.dashboard-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr 1fr;
  gap: 28px;
  align-items: stretch;
}

.checkout-card {
  background: var(--card-bg);
  border: 1px solid var(--border);
  padding: 10px 15px;
  box-shadow: var(--shadow);
  margin-bottom: 15px;
  transition: all 0.3s ease;
}

.dashboard-grid .checkout-card {
  margin-bottom: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.checkout-card__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.checkout-card--address.hidden {
  display: none !important;
}

.checkout-card__header {
  font-size: 15px;
  font-weight: 800;
  color: var(--text-main);
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--border);
  display: flex;
  align-items: center;
  gap: 10px;
}

.checkout-card__header span {
  background: var(--primary);
  color: #fff;
  width: 26px;
  height: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 800;
}

/* جدول سبد خرید */
.cart-table {
  width: 100%;
  border-collapse: collapse;
  text-align: right;
}

.cart-table th {
  padding: 12px;
  background: #fafafa;
  color: var(--text-muted);
  font-weight: 700;
  font-size: 14px;
}

.cart-table td {
  padding: 10px 12px;
  vertical-align: middle;
}

.cart-table tr {
  border-top: 1px solid var(--border);
}

.product-info {
  display: flex;
  align-items: center;
  gap: 12px;
}

.product-img-wrapper {
  position: relative;
}

.product-img {
  width: 100%;
  height: 48px;
  border: 1px solid var(--border);
  background: #fff;
  object-fit: cover;
}

.discount-badge-ch {
  position: absolute;
  top: -6px;
  right: -6px;
  background: var(--primary);
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  padding: 1px 5px;
}

.product-title {
  font-weight: 700;
  color: var(--text-main);
}

.old-price {
  text-decoration: line-through;
  color: var(--text-muted);
  font-size: 11px;
}

.final-price {
  font-weight: 700;
  color: var(--text-main);
}

.qty-counter {
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--border);
  background: #fff;
}

.qty-btn {
  background: #f8f9fa;
  border: none;
  width: 26px;
  height: 26px;
  font-weight: 800;
  cursor: pointer;
  color: var(--text-main);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
}

.qty-btn:hover {
  background: var(--primary);
  color: #fff;
}

.qty-value {
  width: 28px;
  text-align: center;
  font-weight: 700;
  font-size: 14px;
}

.btn-remove {
  background: transparent;
  border: none;
  color: var(--text-muted);
  cursor: pointer;
  padding: 6px;
  transition: all 0.2s;
}

.btn-remove:hover {
  color: var(--danger);
  background: var(--danger-light);
}

.empty-cart-msg {
  text-align: center;
  padding: 20px;
  color: var(--text-muted);
  font-weight: 600;
}

/* فرم‌ها */
.form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 0px;
}

.form-group.full {
  grid-column: span 2;
}

.checkout-title {
  margin-top: 20px;
  font-size: 20px;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 12px;
  border-right: 4px solid var(--primary);
  padding-right: 12px;
  background: #14181b;
  border-right: none;
  padding: 10px 15px;
}

label {
  font-size: 14px;
  font-weight: 700;
  color: #6c757d;
}

input, textarea {
  width: 100%;
  padding: 10px 14px;
  border: 1px solid var(--border);
  font-size: 13px;
  color: var(--text-main);
  outline: none;
  background: #fff;
  transition: all 0.2s;
}

input:focus, textarea:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 2px rgba(249, 87, 0, 0.15);
}

/* Select2 */
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid var(--border);
  height: 42px;
  display: flex;
  align-items: center;
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 14px;
  font-size: 13px;
  color: var(--text-main);
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 40px;
  left: 10px;
  right: auto;
}

.select2-dropdown {
  border-color: var(--border);
  box-shadow: var(--shadow);
  font-size: 13px;
  padding: 6px;
}

.select2-search__field {
  padding: 8px !important;
  font-size: 14px;
  outline: none;
}

/* گزینه‌های ارسال */
.options-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.option-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid var(--border);
  padding: 12px 14px;
  cursor: pointer;
  background: #fff;
  transition: all 0.2s;
}

.option-card:hover {
  border-color: var(--primary);
  background: var(--primary-light);
}

.option-card.active {
  border-color: var(--primary);
  background: var(--primary-light);
  border-right: 4px solid var(--primary);
}

.option-right {
  display: flex;
  align-items: center;
  gap: 10px;
}

.option-right input[type=radio] {
  accent-color: var(--primary);
  width: 16px;
  height: 16px;
}

.option-sub {
  font-size: 11px;
  color: var(--text-muted);
}

.option-price {
  font-weight: 800;
  font-size: 12.5px;
  color: var(--primary);
}

/* درگاه‌های پرداخت */
.mini-gateways-container {
  margin-bottom: 16px;
}

.mini-gateways-title {
  font-size: 11px;
  font-weight: 700;
  color: var(--text-muted);
  margin-bottom: 8px;
}

.mini-gateways-grid {
  display: flex;
  gap: 8px;
}

.mini-gateway-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid var(--border);
  padding: 8px 12px;
  cursor: pointer;
  background: #ffffff;
  transition: all 0.2s;
  width: 50%;
  height: 70px;
}

.mini-gateway-item:hover {
  border-color: var(--primary);
}

.mini-gateway-item.active {
  border-color: var(--primary);
  background: var(--primary-light);
}

.mini-gateway-right {
  display: flex;
  align-items: center;
  gap: 8px;
}

.mini-gateway-right input[type=radio] {
  accent-color: var(--primary);
  width: 14px;
  height: 14px;
}

.mini-gateway-name {
  font-size: 11.5px;
  font-weight: 700;
  color: var(--text-main);
}

.option-title {
  color: #14181b;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
}

.gateway-icon {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* صورتحساب */
.invoice-box {
  background: #fafafa;
  border: 1px solid var(--border);
  padding: 16px;
  margin-bottom: 16px;
}

.invoice-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
  color: var(--text-muted);
  font-size: 12.5px;
}

.invoice-row.discount-row {
  color: var(--discount);
  font-weight: 700;
}

.invoice-row.total {
  border-top: 1px dashed var(--border);
  padding-top: 10px;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 14.5px;
  font-weight: 800;
  color: var(--text-main);
}

/* خلاصه‌ی جزییات در موبایل (زیر جدول) */
.mobile-cart-breakdown {
  display: none;
  margin-top: 16px;
  border-top: 2px dashed var(--border);
  padding-top: 16px;
}

.desktop-payable-row {
  display: flex;
}

.mobile-payable-row {
  display: none;
}

.btn-submit {
  width: 100%;
  background: var(--primary);
  color: #fff;
  border: none;
  padding: 14px;
  font-weight: 800;
  font-size: 14px;
  cursor: pointer;
  transition: background 0.2s;
  box-shadow: 0 4px 10px rgba(249, 87, 0, 0.2);
}

.btn-submit:hover {
  background: var(--primary-hover);
}

.btn-submit:disabled {
  background: var(--text-muted);
  cursor: not-allowed;
  box-shadow: none;
}

/* ===================================================
   استایل‌های اختصاصی حالت موبایل
=================================================== */
@media (max-width: 992px) {
  .product-img-wrapper {
    position: relative;
    width: 90px;
  }
  tr .old-price {
    text-align: left;
  }
  tr .final-price {
    text-align: left;
  }
  .feild-mobile {
    width: 50%;
  }
  .form-grid {
    display: flex;
    gap: 0;
  }
  .form-grid .form-group {
    margin-bottom: 15px;
  }
  .dashboard-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .dashboard-grid .checkout-card {
    height: auto;
  }
  .form-grid {
    grid-template-columns: 1fr;
  }
  .form-group.full {
    grid-column: span 1;
  }
  /* ۳ روش ارسال به‌صورت فلکس افقی (کنار هم) در موبایل */
  .options-list {
    flex-direction: row;
    gap: 8px;
  }
  .option-card {
    flex: 1;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 10px 6px;
  }
  .option-card.active {
    border-right: 1px solid var(--primary);
    border-bottom: 3px solid var(--primary);
  }
  .option-right {
    flex-direction: column;
    gap: 4px;
    align-items: center;
  }
  .option-title {
    font-size: 11px;
  }
  .option-sub {
    font-size: 9.5px;
  }
  .option-price {
    font-size: 11px;
    margin-top: 4px;
  }
  /* نمایش جزییات فاکتور زیر جدول در موبایل */
  .mobile-cart-breakdown {
    display: block;
  }
  /* مخفی کردن جزییات ریز قیمت از کارت ۴ در موبایل */
  .desktop-invoice-details {
    display: none;
  }
  .desktop-payable-row {
    display: none;
  }
  .mobile-payable-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 8px;
    margin-bottom: 8px;
    border-bottom: 1px dashed var(--border);
    font-size: 13.5px;
    font-weight: 800;
  }
  /* کارت ثابت ۳ و ۴ (پرداخت) در پایین صفحه موبایل */
  .checkout-summary-card {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    box-shadow: 0 -8px 20px rgba(0, 0, 0, 0.15);
    padding: 12px 16px;
    background: #ffffff;
  }
  .checkout-summary-card .checkout-card__header {
    display: none;
  }
  .mini-gateways-container {
    margin-bottom: 8px;
  }
  .mini-gateways-title {
    font-size: 10px;
    margin-bottom: 4px;
  }
  .mini-gateways-grid {
    flex-direction: row;
    gap: 8px;
  }
  .mini-gateway-item {
    flex: 1;
    padding: 6px 8px;
  }
  .mini-gateway-name {
    font-size: 11px;
  }
  .btn-submit {
    padding: 10px;
    font-size: 13px;
  }
}
:root {
  --digi-red: #ef394e;
  --digi-red-hover: #d82a3e;
  --bg-body: #f2f2f2;
  --card-bg: #ffffff;
  --text-main: #23254e;
  --text-muted: #81858b;
  --border: #e0e0e2;
  --purple-bg: #f0f0ff;
  --purple-text: #6200ee;
  --navy:#14171d;
  --navy-2:#1d222b;
  --brand:#f0501e;
  --brand-dark:#c93e12;
  --brand-tint:#fff1ea;
  --bg:#f4f5f8;
  --panel:#ffffff;
  --line:#e7e9ee;
  --line-2:#eef0f4;
  --ink:#171a21;
  --ink-2:#565b66;
  --muted:#9aa0ab;
  --star:#ffab00;
  --green:#1a9d5c;
  --blueprint:#0d3b66;
  --radius:14px;
  --radius-sm:8px;
  --shadow:0 2px 10px rgba(20,23,29,.05);
  --shadow-lg:0 18px 40px -12px rgba(20,23,29,.18);
  --input-bg: #f8fafc;
  --input-border: #cbd5e1;
}

/* --- ساختار صفحه (ستون چپ چسبان + ستون راست محتوا) --- */
.product-page-grid {
  display: grid;
  grid-template-columns: 1fr 350px;
  gap: 15px;
  align-items: start;
}

.main-content-column {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* --- بخش بالای صفحه --- */
.top-product-info {
  display: grid;
  grid-template-columns: 600px 1fr;
  gap: 20px;
  background: var(--card-bg);
  background: var(--panel);
  border: 1px solid #efefef;
  border-radius: var(--radius);
  padding: 22px;
  box-shadow: 0 2px 10px 0px rgba(20, 23, 29, 0.05);
  margin-top: 25px;
}

/* --- ستون عکس محصول (راست) --- */
.gallery-section {
  position: relative;
}

.amazing-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 6px 0px;
  border-radius: 4px;
  margin-bottom: 10px;
}

.amazing-header .offer-title {
  color: #ffffff;
  font-weight: 600;
  font-size: 15px;
  background: #0c0c0c;
  padding: 4px 13px;
}

.amazing-header .timer {
  background: #ed5518;
  color: #fff;
  padding: 2px 0px;
  border-radius: 4px;
  font-size: 11px;
}

.side-actions {
  position: absolute;
  top: 45px;
  right: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
  z-index: 5;
}

.side-actions button {
  background: none;
  border: none;
  cursor: pointer;
  color: #a1a3a8;
  font-size: 16px;
}

.side-actions button:hover {
  color: var(--text-main);
}

.main-image-box {
  width: 100%;
  height: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: crosshair;
  overflow: hidden;
}

.main-image-box img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  transition: transform 0.1s ease-out;
}

.thumbs-list {
  display: flex;
  gap: 6px;
  margin-top: 15px;
  justify-content: flex-start;
  overflow-x: auto;
}

.thumb-item {
  width: 52px;
  height: 52px;
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 2px;
  cursor: pointer;
  background: #fff;
  flex-shrink: 0;
}

.thumb-item.active {
  border-color: var(--digi-red);
}

.thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.report-link {
  font-size: 11px;
  color: var(--text-muted);
  margin-top: 10px;
  display: block;
}

/* --- ستون وسط (توضیحات، انتخاب سایز، ویژگی‌ها، امتیاز) --- */
.details-section {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding-right: 30px;
  padding-left: 18px;
}

.breadcrumbs {
  font-size: 14px;
  color: #636363;
  display: flex;
  gap: 6px;
  font-weight: 300;
  margin-bottom: 10px;
}

.details-section .product-title {
  font-size: 26px;
  font-weight: 600;
  color: #0c0c0c;
  margin-bottom: 0;
}

.p-description-content p {
  text-align: justify;
}

.dot-color {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: inline-block;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.ratings-row {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 11.5px;
  color: var(--text-muted);
  justify-content: flex-end;
}

.rating-star {
  color: #f9a825;
  font-weight: 700;
}

.tag-pill {
  background: #f2f2f2;
  padding: 2px 8px;
  border-radius: 12px;
  color: #5a5c60;
}

/* انتخاب رنگ */
.color-section {
  margin-top: 2px;
}

.color-title {
  margin-bottom: 6px;
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 15px;
  font-weight: 600;
  margin-top: 0px;
  color: #000000;
}

.color-circle {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #000;
  display: inline-block;
  border: 2px solid #000;
  outline: 2px solid #000;
  outline-offset: 1px;
}

/* اضافه شده: بخش انتخاب سایز کالا */
.size-selection-wrapper {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-top: 4px;
}

.size-title {
  font-weight: 700;
  font-size: 12.5px;
  color: var(--text-main);
}

.size-options {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.size-btn {
  border: 1px solid var(--border);
  background: #fff;
  padding: 6px 16px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.2s;
}

.size-btn:hover {
  border-color: #a1a3a8;
}

.size-btn.active {
  border: 2px solid var(--digi-red);
  color: var(--digi-red);
  background: #fff0f2;
}

/* بنر بنفش ارسال سریع */
.express-banner {
  background: rgba(240, 80, 30, 0.0588235294);
  border-radius: 8px;
  padding: 10px 14px;
  color: #4a148c;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12.5px;
}
.express-banner p {
  font-size: 15px;
  color: #000;
}
.express-banner img {
  height: 25px;
  width: 25px;
}

/* شبکه ویژگی‌های کالا */
.features-title {
  font-weight: 700;
  font-size: 13px;
  margin-top: 2px;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}

.feature-card {
  background: #f7f7f8;
  padding: 10px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.feature-card .label {
  font-size: 11px;
  color: var(--text-muted);
}

.feature-card .val {
  font-size: 14px;
  font-weight: 700;
  color: #3f4064;
}

.btn-all-features {
  background: none;
  border: 1px solid var(--border);
  padding: 6px 12px;
  border-radius: 8px;
  font-size: 11.5px;
  font-weight: 700;
  cursor: pointer;
  width: fit-content;
}

.return-policy-note {
  font-size: 11px;
  color: var(--text-muted);
  border-top: 1px solid var(--border);
  padding-top: 10px;
  margin-top: 2px;
}

/* بنر عضویت دیجی‌پلاس */
.plus-banner {
  border: 1px solid #fef5f2;
  border-radius: 8px;
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fffaf7;
  margin-top: 15px;
  position: relative;
}
.plus-banner::before {
  content: "";
  position: absolute;
  mask-image: linear-gradient(to right, black, transparent 60%);
  inset: 0px;
  background: repeating-linear-gradient(224deg, rgba(255, 85, 0, 0.123) 0px, rgba(255, 85, 0, 0.096) 10px, transparent 10px, transparent 20px);
}

.plus-title {
  color: #ed5518;
  font-weight: 600;
  font-size: 15px;
}

.plus-desc {
  font-size: 14px;
  margin-top: 8px;
  color: var(--text-muted);
}

/* --- ستون چپ: باکس خرید ثابت (Sticky) --- */
.sticky-column {
  position: sticky;
  top: 135px;
  z-index: 100;
  background: linear-gradient(rgba(240, 240, 241, 0.5019607843), rgba(240, 240, 241, 0.5019607843)), #fff;
  padding: 20px 17px;
  margin-top: 22px;
  border-radius: 10px;
  background: var(--panel);
  border: 1px solid #efefef;
  border-radius: var(--radius);
  padding: 22px;
  box-shadow: 0 2px 10px 0px rgba(20, 23, 29, 0.05);
}

.seller-card {
  background: #f7f7f8;
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.seller-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 700;
}

.seller-info-row {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  font-weight: 700;
}

.seller-rating {
  font-size: 11px;
  color: var(--text-muted);
  padding-right: 24px;
}

.seller-rating span {
  color: #2e7d32;
  font-weight: 700;
}

/* اضافه شده: بخش کنترل تعداد کالا در باکس فروشنده */
.quantity-control-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid var(--border);
  padding-top: 12px;
}

.quantity-title {
  font-size: 14px;
  font-weight: 700;
  color: var(--text-main);
}

.qty-counter {
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
}

.qty-btn {
  width: 32px;
  height: 32px;
  border: none;
  background: #fff;
  color: var(--digi-red);
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.1s;
}

.qty-btn:hover {
  background: #f2f2f2;
}

.qty-input {
  width: 30px;
  text-align: center;
  border: none;
  font-weight: 800;
  font-size: 13px;
  outline: none;
  color: var(--text-main);
}

.price-row {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 2px;
}

.old-price {
  text-decoration: line-through;
  color: #c0c2c5;
  font-size: 14px;
}

.discount-badge {
  background: var(--digi-red);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  padding: 1px 6px;
  border-radius: 10px;
}

.current-price {
  font-size: 20px;
  font-weight: 800;
  color: #0c0c0c;
}

.btn-buy-digi {
  background: var(--digi-red);
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 12px;
  font-size: 14px;
  font-weight: 700;
  width: 100%;
  cursor: pointer;
  text-align: center;
  transition: background 0.2s;
}

.btn-buy-digi:hover {
  background: var(--digi-red-hover);
}

.shipping-methods {
  border-top: 1px solid var(--border);
  padding-top: 10px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 11.5px;
}

.shipping-item {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #5a5c60;
}

.digiclub-row {
  border-top: 1px solid var(--border);
  padding-top: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 11.5px;
  font-weight: 700;
  color: #008eb2;
}

/* --- کارت‌های بخش‌های پایین (بدون تغییر) --- */
.content-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 8px;
  margin-top: 15px;
}

.glass-timer {
  position: absolute;
  /* bottom: -10px; */
  margin-right: 50px;
  /* left: 36%; */
  transform: translateX(-50%);
  background: linear-gradient(135deg, rgba(245, 87, 9, 0) 0%, rgba(255, 114, 70, 0.4) 100%);
  backdrop-filter: blur(16px) saturate(180%);
  -webkit-backdrop-filter: blur(16px) saturate(180%);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 4px;
  padding: 4px 12px;
  display: flex;
  align-items: center;
  gap: 8px;
  z-index: 2;
}

.pulse-indicator {
  width: 6px;
  height: 6px;
  background-color: #ed5518;
  border-radius: 50%;
  position: relative;
}

.pulse-indicator::after {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: 50%;
  border: 1px solid #ed5518;
  animation: miniPulse 1.8s infinite;
}

@keyframes miniPulse {
  0% {
    transform: scale(0.8);
    opacity: 1;
  }
  100% {
    transform: scale(2.2);
    opacity: 0;
  }
}
.timer-units {
  display: flex;
  align-items: center;
  gap: 4px;
  direction: ltr;
}

.unit-box {
  display: flex;
  align-items: baseline;
  gap: 1px;
}

.unit-num {
  color: #0f172a;
  font-size: 15px;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  display: inline-block;
  margin: 0px 4px;
}

.unit-num.flip {
  animation: softSlide 0.25s ease-out;
}

@keyframes softSlide {
  0% {
    transform: translateY(-3px);
    opacity: 0.5;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.section-header-p {
  background: #1e2022;
  color: #fff;
  padding: 12px 20px;
  font-size: 15px;
  font-weight: 700;
  border-right: 4px solid #ed5518;
}

.description-body {
  padding: 20px;
}

.desc-block {
  margin-bottom: 20px;
}

.desc-title {
  font-size: 14px;
  font-weight: 800;
  color: #ed5518;
  margin-bottom: 8px;
}

.desc-list {
  list-style: none;
  padding-right: 15px;
}

.desc-list li {
  position: relative;
  margin-bottom: 6px;
  padding-right: 15px;
}

.desc-list li::before {
  content: "■";
  color: var(--digi-red);
  font-size: 10px;
  position: absolute;
  right: 0;
  top: 2px;
}

.spec-table {
  width: 100%;
  border-collapse: collapse;
}

.spec-table tr:nth-child(even) {
  background-color: #fafafa;
}

.spec-table td {
  padding: 12px 20px;
  border-bottom: 1px solid var(--border);
}

.spec-label {
  width: 30%;
  font-weight: 600;
  color: #000000;
  background: #f1f1f1;
  border-left: 1px solid var(--border);
}

.spec-value {
  font-weight: 600;
  background: #f7f7f8;
}

.similar-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
}

.similar-table th {
  background: #f8f9fa;
  padding: 12px;
  border-bottom: 2px solid var(--border);
  text-align: right;
}

.similar-table td {
  padding: 12px;
  border-bottom: 1px solid var(--border);
  vertical-align: middle;
}

.sim-product-info {
  display: flex;
  align-items: center;
  gap: 12px;
}

.sim-img {
  width: 45px;
  height: 45px;
  object-fit: cover;
  border: 1px solid var(--border);
}

.btn-sm-view {
  padding: 6px 12px;
  border: 1px solid var(--digi-red);
  color: var(--digi-red);
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
  border-radius: 4px;
}

/* ========================================================
   استایل فشرده و کم‌جای ۶ صنعت (Compact 6-Grid)
======================================================== */
.compact-industries-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 10px;
}

.ind-mini-card {
  background: #ffffff;
  border: 1px solid var(--border, #e2e8f0);
  border-radius: 6px;
  padding: 12px 14px;
  transition: all 0.2s ease;
}

.ind-mini-card:hover {
  border-color: var(--primary, #f95700);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  transform: translateY(-2px);
}

.ind-mini-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}

.custom-builder-container .btn-submit {
  width: max-content !important;
}

.ind-mini-icon {
  width: 32px;
  height: 32px;
  background: rgba(249, 87, 0, 0.08);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px;
}

.ind-mini-icon i {
  color: var(--primary, #f95700);
  font-size: 18px;
}

.ind-mini-badge {
  font-size: 10px;
  font-weight: 700;
  padding: 2px 6px;
  border-radius: 4px;
  background: #f1f5f9;
  color: #475569;
}

.ind-mini-badge.acid {
  background: #e0f2fe;
  color: #0369a1;
}

.ind-mini-badge.food {
  background: #dcfce7;
  color: #15803d;
}

.ind-mini-badge.high-temp {
  background: #fee2e2;
  color: #b91c1c;
}

.ind-mini-card h3 {
  font-size: 13.5px;
  font-weight: 800;
  color: var(--text-main, #1e2022);
  margin-bottom: 4px;
}

.adv-card i {
  width: 30px;
  height: 30px;
  border-radius: 8px;
  background: #fff;
  color: var(--brand-dark);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 20px;
  margin-bottom: 10px;
}

.ind-mini-card p {
  font-size: 11.5px;
  color: var(--text-muted, #6c757d);
  line-height: 1.5;
  margin: 0;
}

/* ریسپانسیو برای تبلت و موبایل */
@media (max-width: 992px) {
  .compact-industries-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .compact-industries-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 992px) {
  .product-page-grid {
    grid-template-columns: 1fr;
  }
  .top-product-info {
    grid-template-columns: 1fr;
  }
  .sticky-column {
    position: static;
  }
}
.color-options {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.color-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1px solid var(--border);
  background: #fff;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.2s;
}

.custom-select-size {
  width: 100%;
  max-width: 280px;
  padding: 15px 12px;
  border: 1px solid var(--border);
  border-radius: 8px;
  background-color: #fff;
  font-size: 12.5px;
  font-weight: 700;
  color: var(--text-main);
  outline: none;
  cursor: pointer;
  transition: border-color 0.2s;
}

.variant-select {
  position: relative;
  border-top: 1px solid #eee;
  margin-bottom: 15px;
  margin-top: 5px;
}
.variant-select label {
  font-size: 15px;
  font-weight: 700;
  margin-top: 12px;
  color: #000000;
}

.variant-select select {
  width: 50%;
  height: 48px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
  padding: 0 42px 0 14px;
  font-family: inherit;
  font-size: 13.5px;
  color: var(--ink);
  appearance: none;
  font-weight: 600;
  transition: 0.15s;
  position: relative;
}

.variant-select select:focus {
  outline: none;
  border-color: var(--brand);
  box-shadow: 0 0 0 4px var(--brand-tint);
}

.variant-select .chev {
  position: relative;
  left: 32px;
  top: 10%;
  transform: translateY(-50%);
  pointer-events: none;
}

/* ===== BREADCRUMB ===== */
.breadcrumb {
  padding: 16px 0 4px;
  font-size: 12.5px;
  color: var(--muted);
}

.breadcrumb .container {
  display: flex;
  gap: 8px;
  align-items: center;
}

.breadcrumb b {
  color: var(--ink);
  font-weight: 600;
}

.breadcrumb span {
  opacity: 1;
  color: #000;
}

/* ===== PRODUCT HERO ===== */
.hero {
  padding: 20px 0 8px;
}

.page-grid {
  display: grid;
  grid-template-columns: 1.28fr 0.86fr;
  gap: 28px;
  align-items: start;
}

.main-col {
  min-width: 0;
}

.main-col > .gallery {
  margin-bottom: 0;
}

.main-col .feature-strip-inner {
  margin-top: 26px;
}

.main-col .info-section-inner {
  margin-top: 34px;
}

/* --- gallery / blueprint viewer --- */
.gallery {
  position: relative;
}

.gal-badges {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 5;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.gal-badge {
  background: var(--navy);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding: 5px 10px;
  border-radius: 6px;
  letter-spacing: 0.3px;
  text-align: center;
}

.gal-badge.pos {
  background: var(--brand);
}

.gal-fav {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 5;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: var(--shadow);
  transition: 0.15s;
}

.gal-fav:hover {
  background: var(--brand-tint);
  border-color: var(--brand);
}

.gal-fav svg {
  stroke: var(--ink-2);
}

.gal-fav.active svg {
  stroke: var(--brand);
  fill: var(--brand);
}

.viewer {
  position: relative;
  aspect-ratio: 1/1;
  border-radius: var(--radius);
  overflow: hidden;
  cursor: zoom-in;
  /* background: linear-gradient(rgba(13, 59, 102, 0.07) 1px, transparent 1px) 0 0/24px 24px, linear-gradient(90deg, rgba(13, 59, 102, 0.07) 1px, transparent 1px) 0 0/24px 24px, #f7f9fc; */
  border: 1px solid #ffffff;
  box-shadow: var(--shadow);
  display: flex;
  /* height: 450px; */
  width: 100%;
  align-items: center;
}

.viewer-inner {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.12s ease-out;
  transform-origin: 50% 50%;
  will-change: transform;
  height: 540px;
  padding: 15px;
  padding-top: 50px;
}

.viewer.zoomed .viewer-inner {
  transition: none;
}

.viewer-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  user-select: none;
  -webkit-user-drag: none;
}

.zoom-hint {
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(20, 23, 29, 0.78);
  color: #fff;
  font-size: 11.5px;
  padding: 6px 14px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  gap: 6px;
  opacity: 0;
  transition: 0.2s;
  pointer-events: none;
}

.viewer:hover .zoom-hint {
  opacity: 1;
}

.view-count {
  position: absolute;
  bottom: 12px;
  right: 14px;
  background: rgba(20, 23, 29, 0.7);
  color: #fff;
  font-size: 11.5px;
  padding: 4px 10px;
  border-radius: 6px;
}

.thumbs {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  margin-top: 12px;
}

.thumb {
  aspect-ratio: 1/1;
  border-radius: 10px;
  border: 1px solid #e5e7eb;
  background: #f7f9fc;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  overflow: hidden;
  transition: 0.15s;
  height: 95px;
  width: 125px;
}

.thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
  pointer-events: none;
}

.thumb:hover {
  border-color: #d8dde5;
}

.thumb.active {
  border-color: var(--brand);
  box-shadow: 0 0 0 3px var(--brand-tint);
}

.thumb.doc {
  background: var(--navy);
}

/* --- buybox --- */
.buybox {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 22px;
  box-shadow: var(--shadow);
  position: sticky;
  top: 96px;
  max-height: calc(100vh - 116px);
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: var(--line) transparent;
}

.buybox::-webkit-scrollbar {
  width: 6px;
}

.buybox::-webkit-scrollbar-thumb {
  background: var(--line);
  border-radius: 99px;
}

.sku-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  color: var(--muted);
  margin-bottom: 8px;
}

.avail {
  display: flex;
  align-items: center;
  gap: 5px;
  color: var(--green);
  font-weight: 600;
}

.avail::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 3px rgba(26, 157, 92, 0.18);
}

h1.title {
  font-size: 22px;
  font-weight: 800;
  margin: 0 0 8px;
  line-height: 1.5;
}

.rating-row {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  color: var(--ink-2);
  margin-bottom: 16px;
}

.stars {
  display: flex;
  gap: 2px;
}

.rating-row b {
  color: var(--ink);
}

.rating-row .divider {
  width: 1px;
  height: 12px;
  background: var(--line);
}

.sticky-column h1.title {
  font-size: 15px;
  font-weight: 500;
  margin: 0 0 8px;
  line-height: 1.5;
  color: #000;
}

.sticky-column .price-block {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 16px 0;
  border-top: 1px dashed var(--line);
  border-bottom: 1px dashed var(--line);
  margin-bottom: 16px;
  justify-content: space-between;
}

.sticky-column .price-old {
  font-size: 14.5px;
  color: var(--muted-2);
  text-decoration: line-through;
  text-align: center;
}

.sticky-column .qty-stepper {
  display: flex;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 10px;
  overflow: hidden;
  flex-shrink: 0;
  height: 42px;
}

.sticky-column .price-now {
  font-size: 22px;
  font-weight: 800;
  color: var(--ink);
}

.sticky-column .price-now small {
  font-size: 13px;
  font-weight: 600;
  color: var(--ink-2);
}

.sticky-column .price-save {
  margin-inline-start: auto;
  background: var(--brand-tint);
  color: var(--brand-dark);
  font-size: 11.5px;
  font-weight: 700;
  padding: 4px 9px;
  border-radius: 6px;
}

.sticky-column .field-label {
  font-size: 12.5px;
  font-weight: 700;
  color: var(--ink-2);
  margin-bottom: 8px;
  display: block;
}

.sticky-column .variant-note {
  font-size: 11.5px;
  color: var(--muted);
  margin-top: 5px;
}

.variant-note {
  margin-top: 10px;
}

.sticky-column .qty-cart-row {
  display: flex;
  gap: 10px;
  margin-bottom: 14px;
}

.sticky-column .qty-stepper button {
  width: 35px;
  height: 100%;
  background: var(--bg);
  border: none;
  font-size: 18px;
  color: var(--ink-2);
  font-weight: 700;
  transition: 0.15s;
}

.sticky-column .qty-stepper button:hover {
  background: var(--brand-tint);
  color: var(--brand-dark);
}

.sticky-column .qty-stepper input {
  width: 38px;
  height: 100%;
  border: none;
  border-inline: 1px solid var(--line);
  text-align: center;
  font-family: inherit;
  font-size: 15px;
  font-weight: 700;
  color: var(--ink);
}

.sticky-column .qty-stepper input:focus {
  outline: none;
}

.sticky-column .btn-cart {
  flex: 1;
  height: 52px;
  border: none;
  border-radius: 10px;
  background: var(--brand);
  color: #fff;
  font-weight: 800;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  transition: 0.15s;
  box-shadow: 0 10px 20px -8px rgba(240, 80, 30, 0.55);
}

.sticky-column .btn-cart:hover {
  background: var(--brand-dark);
}

.sticky-column .btn-cart:active {
  transform: translateY(1px);
}

.sticky-column .btn-cart.added {
  background: var(--green);
  box-shadow: 0 10px 20px -8px rgba(26, 157, 92, 0.5);
}

.sticky-column .buy-secondary {
  display: flex;
  gap: 10px;
  margin-bottom: 18px;
}

.sticky-column .btn-ghost {
  flex: 1;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
  color: var(--ink-2);
  font-size: 14px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 7px;
  transition: 0.15s;
  padding: 0px 12px;
}

.sticky-column .btn-ghost:hover {
  border-color: var(--navy);
  color: var(--navy);
}

.sticky-column .trust-list {
  display: grid;
  gap: 10px;
  padding-top: 5px;
}

.sticky-column .trust-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 12.5px;
  color: var(--ink-2);
  /* border-bottom: 1px solid #eee; */
  border-top: 1px dashed var(--line);
  /* border-bottom: 1px dashed var(--line); */
  padding-top: 12px;
}

.sticky-column .trust-item .ic {
  width: 30px;
  height: 30px;
  border-radius: 8px;
  background: var(--brand-tint);
  color: var(--brand-dark);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.sticky-column .trust-item b {
  color: var(--ink);
  font-weight: 700;
}

/* ===== FEATURE STRIP ===== */
.feature-strip {
  margin-top: 26px;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.btn-all-features i {
  margin-right: 10px;
  font-size: 14px;
}

.feature-card .ic {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  flex-shrink: 0;
  background: linear-gradient(145deg, var(--navy), var(--navy-2));
  color: var(--brand);
  display: flex;
  align-items: center;
  justify-content: center;
}

.feature-card .val {
  font-size: 16.5px;
  font-weight: 800;
  color: var(--ink);
}

.feature-card .lbl {
  font-size: 14px;
  color: var(--muted);
}

/* ===== INFO TABS ===== */
.info-section {
  margin-top: 34px;
}

.tabbar {
  display: flex;
  gap: 6px;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 6px;
  overflow-x: auto;
  margin-bottom: 18px;
}

.tabbar button {
  flex: 1;
  white-space: nowrap;
  border: none;
  background: transparent;
  padding: 12px 16px;
  border-radius: 9px;
  font-family: inherit;
  font-size: 13.5px;
  font-weight: 700;
  color: var(--ink-2);
  transition: 0.15s;
}

.tabbar button.active {
  background: var(--navy);
  color: #fff;
}

.tabbar button:hover:not(.active) {
  background: var(--bg);
  color: var(--ink);
}

.tabpanel {
  display: none;
}

.tabpanel.active {
  display: block;
  animation: fadein 0.25s ease;
}

@keyframes fadein {
  from {
    opacity: 0;
    transform: translateY(6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.panel-card {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 28px;
  box-shadow: var(--shadow);
}

/* description sections */
.desc-lead {
  font-size: 14.5px;
  color: var(--ink-2);
  margin: 0 0 26px;
  padding-bottom: 26px;
  border-bottom: 1px solid var(--line);
}

.desc-sections {
  display: grid;
  gap: 26px;
}

.desc-block-head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}

.desc-block-head .num {
  width: 32px;
  height: 32px;
  border-radius: 9px;
  background: var(--brand-tint);
  color: var(--brand-dark);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.desc-block-head h3 {
  font-size: 16px;
  font-weight: 800;
  margin: 0;
}

.adv-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.adv-item {
  display: flex;
  gap: 10px;
  background: var(--bg);
  border-radius: 10px;
  padding: 14px;
}

.adv-item .ic {
  color: var(--green);
  flex-shrink: 0;
  margin-top: 2px;
}

.adv-item b {
  display: block;
  font-size: 13.5px;
  margin-bottom: 3px;
}

.adv-item p {
  margin: 0;
  font-size: 12.5px;
  color: var(--ink-2);
}

.use-list {
  display: grid;
  gap: 10px;
}

.use-item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 12px 14px;
  border-radius: 10px;
  border: 1px solid var(--line-2);
}

.use-item .tag {
  flex-shrink: 0;
  background: var(--navy);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  padding: 5px 10px;
  border-radius: 6px;
}

.use-item p {
  margin: 0;
  font-size: 13px;
  color: var(--ink-2);
}

.note-box {
  display: flex;
  gap: 12px;
  background: #fff8ef;
  border: 1px solid #ffe1c2;
  border-radius: 10px;
  padding: 16px;
}

.note-box .ic {
  color: var(--brand-dark);
  flex-shrink: 0;
}

.note-box p {
  margin: 0;
  font-size: 13px;
  color: #7a4a1f;
}

/* specs table */
.spec-tabbar {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 22px;
}

.spec-tabbar button {
  border: 1px solid var(--line);
  background: #fff;
  padding: 9px 16px;
  border-radius: 999px;
  font-family: inherit;
  font-size: 12.5px;
  font-weight: 700;
  color: var(--ink-2);
  transition: 0.15s;
}

.spec-tabbar button.active {
  background: var(--brand);
  border-color: var(--brand);
  color: #fff;
}

.spec-group {
  display: none;
}

.spec-group.active {
  display: block;
  animation: fadein 0.25s ease;
}

.spec-group-head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
}

.spec-group-head .ic {
  width: 34px;
  height: 34px;
  border-radius: 9px;
  background: var(--navy);
  color: var(--brand);
  display: flex;
  align-items: center;
  justify-content: center;
}

.spec-group-head h4 {
  margin: 0;
  font-size: 15px;
  font-weight: 800;
}

.spec-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid var(--line);
  border-radius: 12px;
  overflow: hidden;
}

.spec-table tr {
  border-bottom: 1px solid var(--line-2);
}

.spec-table tr:last-child {
  border-bottom: none;
}

.spec-table tr:nth-child(even) {
  background: #fff;
}

.spec-table td {
  padding: 14px 18px;
  font-size: 13.5px;
  vertical-align: middle;
}

.spec-table td.k {
  color: var(--ink-2);
  width: 38%;
  display: flex;
  align-items: center;
  gap: 8px;
}

.spec-table td.k .dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--brand);
  flex-shrink: 0;
}

.spec-table td.v {
  font-weight: 700;
  color: var(--ink);
}

.spec-table td.v .bar-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}

.spec-table td.v .bar {
  flex: 1;
  height: 6px;
  background: var(--line-2);
  border-radius: 99px;
  overflow: hidden;
  max-width: 140px;
}

.spec-table td.v .bar span {
  display: block;
  height: 100%;
  background: linear-gradient(90deg, var(--brand-dark), var(--brand));
}

/* reviews */
.rev-summary {
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: 32px;
  align-items: center;
  margin-bottom: 26px;
  padding-bottom: 26px;
  border-bottom: 1px solid var(--line);
}

.rev-score {
  text-align: center;
}

.rev-score .num {
  font-size: 44px;
  font-weight: 800;
}

.rev-score .stars {
  justify-content: center;
  margin: 6px 0;
}

.rev-score .count {
  font-size: 12.5px;
  color: var(--muted);
}

.rev-bars {
  display: grid;
  gap: 8px;
}

.rev-bar-row {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: var(--ink-2);
}

.rev-bar-row .track {
  flex: 1;
  height: 7px;
  background: var(--line-2);
  border-radius: 99px;
  overflow: hidden;
}

.rev-bar-row .track span {
  display: block;
  height: 100%;
  background: var(--star);
}

.rev-list {
  display: grid;
  gap: 16px;
}

.rev-item {
  border: 1px solid var(--line-2);
  border-radius: 12px;
  padding: 16px 18px;
}

.rev-head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
}

.rev-avatar {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--brand-tint);
  color: var(--brand-dark);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 13px;
}

.rev-name {
  font-size: 13.5px;
  font-weight: 700;
}

.rev-date {
  font-size: 11.5px;
  color: var(--muted);
  margin-inline-start: auto;
}

.rev-text {
  font-size: 13.5px;
  color: var(--ink-2);
  margin: 0;
}

/* ===== RELATED TABLE ===== */
.related {
  margin-top: 38px;
}

.section-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}

.section-head h2 {
  font-size: 18px;
  font-weight: 800;
  margin: 0;
}

.section-head a {
  font-size: 12.5px;
  color: var(--brand-dark);
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 4px;
}

.rel-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
}

.rel-table thead th {
  background: var(--bg);
  text-align: right;
  font-size: 11.5px;
  color: var(--muted);
  font-weight: 700;
  padding: 12px 18px;
  border-bottom: 1px solid var(--line);
}

.rel-table thead th:first-child {
  width: 74px;
}

.rel-table tbody tr {
  border-bottom: 1px solid var(--line-2);
  transition: 0.15s;
}

.rel-table tbody tr:last-child {
  border-bottom: none;
}

.rel-table tbody tr:hover {
  background: #fbfaf9;
}

.rel-table td {
  padding: 14px 18px;
  font-size: 13.5px;
  vertical-align: middle;
}

.rel-thumb {
  width: 52px;
  height: 52px;
  border-radius: 10px;
  background: var(--bg);
  border: 1px solid var(--line-2);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
}

.rel-thumb svg {
  width: 100%;
  height: 100%;
}

.rel-name {
  font-weight: 700;
  color: var(--ink);
  display: block;
  margin-bottom: 3px;
}

.rel-cat {
  font-size: 11.5px;
  color: var(--muted);
}

.rel-price {
  font-weight: 800;
  white-space: nowrap;
}

.rel-price small {
  font-weight: 500;
  font-size: 11px;
  color: var(--muted);
}

.rel-action {
  width: 38px;
  height: 38px;
  border-radius: 9px;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--ink-2);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.15s;
}

.rel-action:hover {
  background: var(--brand);
  border-color: var(--brand);
  color: #fff;
}

/* ===== LIGHTBOX ===== */
.expand-btn {
  position: absolute;
  bottom: 14px;
  left: 14px;
  z-index: 5;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(20, 23, 29, 0.78);
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.15s;
}

.expand-btn:hover {
  background: var(--brand);
}

.lightbox {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 10000;
  background: rgba(10, 12, 16, 0.94);
  align-items: center;
  justify-content: center;
}

.lightbox.open {
  display: flex;
  animation: fadein 0.18s ease;
}

.lb-stage {
  width: min(64vw, 620px);
  height: min(64vw, 620px);
  max-height: 74vh;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.lb-stage img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.lb-close {
  position: absolute;
  top: 22px;
  left: 22px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid #333a46;
  background: #1a1e26;
  color: #fff;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lb-close:hover {
  background: var(--brand);
  border-color: var(--brand);
}

.lb-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid #333a46;
  background: #1a1e26;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.15s;
}

.lb-nav:hover {
  background: var(--brand);
  border-color: var(--brand);
}

.lb-prev {
  right: 26px;
}

.lb-next {
  left: 26px;
}

.lb-counter {
  position: absolute;
  bottom: 26px;
  left: 50%;
  transform: translateX(-50%);
  background: #1a1e26;
  border: 1px solid #333a46;
  color: #c7cbd4;
  font-size: 12.5px;
  padding: 7px 16px;
  border-radius: 999px;
}

.lb-thumbs {
  position: absolute;
  bottom: 70px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
}

.lb-thumbs button {
  width: 44px;
  height: 44px;
  border-radius: 8px;
  border: 2px solid #333a46;
  background: #1a1e26;
  padding: 0;
  overflow: hidden;
}

.lb-thumbs button.active {
  border-color: var(--brand);
}

.lb-thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 600px) {
  .lb-stage {
    width: 88vw;
    height: 88vw;
  }
  .lb-prev {
    right: 10px;
  }
  .lb-next {
    left: 10px;
  }
  .lb-thumbs {
    display: none;
  }
}
/* ===== MINI STICKY BAR ===== */
.mini-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 70;
  background: #fff;
  border-top: 1px solid var(--line);
  box-shadow: 0 -8px 24px rgba(20, 23, 29, 0.08);
  padding: 12px 0;
  transform: translateY(110%);
  transition: transform 0.25s ease;
}

.mini-bar.show {
  transform: translateY(0);
}

.mini-bar .container {
  display: flex;
  align-items: center;
  gap: 16px;
}

.mini-bar .mtitle {
  font-size: 12.5px;
  font-weight: 700;
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mini-bar .mprice {
  font-size: 15px;
  font-weight: 800;
  white-space: nowrap;
}

.mini-bar .btn-cart {
  height: 44px;
  flex: none;
  padding: 0 22px;
}

.mini-bar .qty-stepper {
  height: 44px;
}

.product-en-title {
  color: #c7c7c7;
  font-weight: 300;
  font-size: 15px;
  margin-top: 5px;
  border-bottom: 1px solid #eee;
  padding-bottom: 8px;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 980px) {
  .page-grid {
    grid-template-columns: 1fr;
  }
  .buybox {
    position: static;
    max-height: none;
    overflow-y: visible;
  }
  .feature-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .adv-grid {
    grid-template-columns: 1fr;
  }
  .rev-summary {
    grid-template-columns: 1fr;
  }
  .foot-grid {
    grid-template-columns: 1fr 1fr;
  }
  .search-wrap {
    display: none;
  }
  .nav-strip {
    display: none;
  }
}
@media (max-width: 600px) {
  .thumbs {
    grid-template-columns: repeat(4, 1fr);
  }
  .feature-grid {
    grid-template-columns: 1fr 1fr;
  }
  .foot-grid {
    grid-template-columns: 1fr;
  }
  .price-now {
    font-size: 22px;
  }
  h1.title {
    font-size: 18px;
  }
}
.gal-share-wrap {
  position: absolute;
  top: 95px;
  left: 14px;
  z-index: 5;
}

.gal-share {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #fff1ea;
  border: 1px solid #f0501e;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: var(--shadow);
  transition: 0.15s;
}

.gal-share:hover {
  background: var(--brand-tint);
  border-color: var(--brand);
}

.gal-share svg {
  stroke: var(--ink-2);
}

.gal-share.active {
  background: var(--brand-tint);
  border-color: var(--brand);
}

.gal-share.active svg {
  stroke: var(--brand);
}

.share-popover {
  display: none;
  position: absolute;
  top: 0;
  left: 46px;
  width: 220px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  box-shadow: var(--shadow);
  padding: 12px;
  z-index: 6;
}

.share-popover.open {
  display: block;
  animation: fadein 0.15s ease;
}

.share-preview {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 10px;
  margin-bottom: 8px;
  border-bottom: 1px solid var(--line);
}

.share-preview img {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  object-fit: cover;
  flex-shrink: 0;
}

.share-preview span {
  font-size: 12.5px;
  font-weight: 600;
  color: var(--ink);
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.share-links {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.share-link {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 6px;
  border-radius: 8px;
  font-size: 12.5px;
  color: var(--ink-2);
  text-decoration: none;
  transition: 0.15s;
  width: 100%;
  text-align: right;
}

.share-link:hover {
  background: var(--bg);
  color: var(--ink);
}

.share-link svg {
  flex-shrink: 0;
}

/* =========================================================================
Stats strip
========================================================================= */
.stats-strip {
  background: var(--surface);
  border-bottom: 1px solid var(--line);
}

.stats-strip .container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.stat-cell {
  padding: 34px 26px;
  border-left: 1px solid var(--line);
  text-align: center;
}

.stat-cell:last-child {
  border-left: none;
}

.stat-num {
  font-size: 36px;
  font-weight: 700;
  color: var(--ink);
  direction: ltr;
  display: block;
}

.stat-num span {
  color: var(--orange);
}

.stat-label {
  margin-top: 8px;
  font-size: 13.5px;
  color: var(--muted);
  font-weight: 600;
}

/* =========================================================================
Generic section spacing
========================================================================= */
.section {
  padding: 50px 0;
  padding-top: 60px;
}

.section-sm {
  padding: 70px 0;
}

.cert-strip {
  margin-top: 40px;
  padding-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}

.cert-title {
  color: #cbd5e1;
  font-size: 0.85rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 8px;
}

.cert-badges {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.cert-chip {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #e2e8f0;
  font-size: 0.75rem;
  font-weight: 800;
  padding: 6px 14px;
  border-radius: 10px;
  letter-spacing: 0.5px;
}

.bg-ink {
  background: var(--ink);
  color: #fff;
}

.bg-ink p {
  color: #aeb2ae;
}

.bg-surface {
  background: var(--surface);
}

.bg-panel {
  background: #ffffff;
}

/* =========================================================================
About / company intro
========================================================================= */
.about-section {
  width: 100%;
  display: flex;
  align-items: center;
  /* background: #ffffff; */
  border-radius: 24px;
  padding: 20px 0px;
  position: relative;
  animation: fadeIn 0.8s cubic-bezier(0.16, 1, 0.3, 1) forwards;
  position: relative;
  z-index: 1;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* ۱. تصویر صنعتی و افکت‌های آن */
.image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.image-frame {
  position: relative;
  width: 100%;
  height: 475px;
  border-radius: 0px;
  overflow: hidden;
  border: 4px solid #ed5518;
  clip-path: polygon(20px 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%, 0 20px);
  transition: border-color 0.4s ease;
}

/* افکت درخشش نور روی عکس (Shimmer Animation) */
.image-frame::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 60%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  transform: skewX(-25deg);
  transition: left 0.75s ease;
}

.image-frame:hover::after {
  left: 150%;
}

.image-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1), filter 0.4s ease;
}

.image-frame:hover img {
  transform: scale(1.06);
  filter: contrast(1.05);
}

/* کادر نقطه چین پشت عکس با افکت شناور */
.image-wrapper::before {
  content: "";
  position: absolute;
  top: -16px;
  left: -5px;
  right: 12px;
  bottom: 12px;
  border: 3px solid #fe5500;
  z-index: 0;
  clip-path: polygon(20px 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%, 0 20px);
  transition: transform 0.4s ease, border-color 0.4s ease;
  transform: translate(19px, -5px);
  border-left: 0;
  border-bottom: 0;
}

.image-wrapper:hover::before {
  border-color: #ed5518;
}

/* ۲. محتوا و انیمیشن‌های متنی */
.content-box {
  display: flex;
  flex-direction: column;
  gap: 20px;
  z-index: 1;
}

.sub-title {
  color: #ed5518;
  font-size: 0.85rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.sub-title::before {
  content: "";
  width: 12px;
  height: 2px;
  background-color: #ed5518;
  transition: width 0.3s ease;
}

.about-section:hover .sub-title::before {
  width: 24px;
}

.main-title {
  color: #0f172a;
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 1.2;
}

.description {
  color: #353535;
  font-size: 16px;
  margin-bottom: 18px;
  text-align: justify;
}

/* ۳. کارت‌های آمار با افکت هاور تعاملی */
.stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  margin-top: 10px;
}

.stat-card {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-right: 4px solid #ed5518;
  padding: 16px;
  border-radius: 0;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
  overflow: hidden;
}

.stat-card::before {
  content: "";
  position: absolute;
  mask-image: linear-gradient(to right, black, transparent 60%);
  inset: 0px;
  background: repeating-linear-gradient(224deg, rgba(255, 85, 0, 0.21) 0px, rgba(255, 85, 0, 0.19) 10px, transparent 10px, transparent 20px);
}

.stat-card-icons {
  height: 40px;
  width: 40px;
  object-fit: contain;
  margin-bottom: 12px;
}

.stat-card-icons img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.stat-card:hover {
  background: #ffffff;
  border-color: #ed5518;
  box-shadow: 0 10px 20px rgba(255, 85, 0, 0.08);
  transform: translateY(-4px);
}

.stat-title {
  color: #0f172a;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 4px;
}

.stat-value {
  color: #ed5518;
  font-size: 16px;
  font-weight: 600;
}

/* ۴. دکمه‌ها و پالس تماس */
.actions-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 5px;
  flex-wrap: wrap;
}

.btn-industrial {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 28px;
  font-size: 0.9rem;
  font-weight: 800;
  text-decoration: none;
  color: #ffffff;
  background-color: #ed5518;
  border: 1px solid #ed5518;
  outline: 1px dashed rgba(255, 255, 255, 0.7);
  outline-offset: -5px;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  clip-path: polygon(12px 0, 100% 0, 100% calc(100% - 12px), calc(100% - 12px) 100%, 0 100%, 0 12px);
}

.btn-arrow {
  transition: transform 0.3s ease;
  display: inline-block;
}

.btn-industrial:hover {
  background-color: #ed5518;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(234, 88, 12, 0.35);
}

.btn-industrial:hover .btn-arrow {
  transform: translateX(4px);
}

/* باکس پشتیبانی با انیمیشن پالس */
.support-box {
  display: flex;
  align-items: center;
  position: relative;
  gap: 12px;
  padding: 10px 20px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 0;
  transition: all 0.3s ease;
  width: 99%;
  height: 70px;
  flex-direction: row;
  border-right: 4px solid #ed5518;
  justify-content: space-between;
  padding-left: 5px;
}

.support-box:hover {
  border-color: #cbd5e1;
  background: #ffffff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
}

.support-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #ffedd5;
  color: #ed5518;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  position: relative;
}

/* حلقه انیمیشنی پالس دور آیکون تماس */
.support-icon::before {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: 50%;
  border: 1.5px solid #ed5518;
  animation: pulse 2s infinite;
  opacity: 0;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 0.8;
  }
  100% {
    transform: scale(1.4);
    opacity: 0;
  }
}
.support-info {
  display: flex;
  flex-direction: row;
  margin-left: 10px;
  width: 82%;
  justify-content: space-between;
}

.support-label {
  color: #000;
  font-size: 16px;
  font-weight: 600;
}

.support-number {
  color: #ed5518;
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 0.5px;
}

@media (max-width: 992px) {
  .about-section {
    grid-template-columns: 1fr;
  }
  .stats-grid {
    grid-template-columns: 1fr;
  }
}
/* =========================================================================
Blueprint machine panels — signature illustration style
used in place of photography: technical line-drawings of the machines,
drawn on a dot-grid "engineering drawing" ground with corner tick marks.
========================================================================= */
.el-vec {
  height: 0;
  width: 100%;
  object-fit: contain;
  position: relative;
  top: 20px;
  z-index: 0;
}

.el-vec img {
  width: 100%;
  height: 500px;
  object-fit: contain;
  position: absolute;
  top: -272px;
  left: -765px;
  z-index: -2;
  transform: rotate(45deg);
  opacity: 0.8;
}

.blueprint {
  position: relative;
  width: 100%;
  height: 320px;
  padding: 10px;
  background-size: 16px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.blueprint.dark {
  background-color: var(--ink-2);
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0.09) 1px, transparent 1px);
}

.blueprint svg {
  width: 72%;
  height: 72%;
}

.blueprint .tick {
  position: absolute;
  width: 16px;
  height: 16px;
  border-color: var(--muted-2);
  opacity: 0.55;
}

.blueprint .tick.tl {
  top: 10px;
  right: 10px;
  border-top: 1.5px solid;
  border-right: 1.5px solid;
}

.blueprint .tick.tr {
  top: 10px;
  left: 10px;
  border-top: 1.5px solid;
  border-left: 1.5px solid;
}

.blueprint .tick.bl {
  bottom: 10px;
  right: 10px;
  border-bottom: 1.5px solid;
  border-right: 1.5px solid;
}

.blueprint .tick.br {
  bottom: 10px;
  left: 10px;
  border-bottom: 1.5px solid;
  border-left: 1.5px solid;
}

.blueprint .bp-tag {
  position: absolute;
  bottom: 10px;
  right: 32px;
  font-size: 9.5px;
  color: var(--muted-2);
  direction: ltr;
  letter-spacing: 0.04em;
}

.bp-stroke {
  fill: none;
  stroke: var(--ink);
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.bp-accent {
  fill: none;
  stroke: var(--orange);
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.bp-dash {
  fill: none;
  stroke: var(--muted-2);
  stroke-width: 1;
  stroke-dasharray: 3 4;
}

.bp-fill {
  fill: #eee;
  stroke: var(--ink);
  stroke-width: 1.6;
}

.blueprint.dark .bp-stroke {
  stroke: #d8d9d4;
}

.blueprint.dark .bp-fill {
  fill: var(--ink-2);
  stroke: #d8d9d4;
}

/* =========================================================================
Category cards
========================================================================= */
.category-section .reveal-item {
  margin-bottom: 30px;
}

.section-sm.bg-panel {
  position: relative;
  overflow: hidden;
  height: 470px;
}

.section-sm.bg-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(225deg, rgba(0, 0, 0, 0.02) 0 10px, transparent 10px 20px);
  -webkit-mask-image: linear-gradient(to left, black, transparent 60%);
  mask-image: linear-gradient(to right, black, transparent 60%);
  left: 0;
}

.cat-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid #f7f7f7;
}

.cart-cat-wrap {
  background: #fff;
  border: 1px solid #e6e2d8;
  height: 190px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 40px;
}

.cat-icon {
  width: 90px;
  height: 90px;
  margin: 0 auto 18px;
  background: #f7f7f7;
  color: var(--ink);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  transition: all 0.3s var(--ease);
  object-fit: contain;
  padding: 10px;
}

.cat-icon img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.cat-name {
  font-weight: 700;
  font-size: 15px;
  transition: color 0.3s;
  display: flex;
  justify-content: center;
}

.cat-count {
  display: block;
  margin-top: 6px;
  font-size: 11.5px;
  color: #ed5518;
  transition: color 0.3s;
}

.catgory-offset {
  margin-bottom: 40px;
  /* خط پایین و هاله نارنجی تدریجی تا نیمه کارت */
}

.catgory-offset .description {
  color: #afafaf !important;
  font-size: 16px;
  margin-bottom: 18px;
}

.catgory-offset .card {
  position: relative;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  overflow: hidden;
  min-height: 380px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 30px;
  transition: border-color 0.3s ease, transform 0.3s ease;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.4s ease;
}

.catgory-offset .card img {
  filter: grayscale(0.2) brightness(0.92);
  transition: transform 1.1s cubic-bezier(0.22, 1, 0.36, 1), filter 0.6s;
}

.catgory-offset .card::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 0;
  background: linear-gradient(0deg, rgba(179, 60, 0, 0.233) 0%, rgba(16, 7, 0, 0) 100%);
  opacity: 0;
  z-index: 2;
  pointer-events: none;
  transition: height 0.5s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.5s ease;
}

.catgory-offset .card:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 102, 0, 0.3);
}

.catgory-offset .card:hover::after {
  height: 50%;
  opacity: 1;
}

.card:hover {
  border-color: rgba(255, 102, 0, 0.5);
  transform: translateY(-4px);
}

.card:hover img {
  filter: grayscale(0) brightness(0.92) saturate(1.35);
  transform: scale(1.09);
}

/* تنظیمات عکس پس‌زمینه که با تگ img قرار گرفته */
.card-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

/* لایه تیره روی عکس برای خوانایی متون */
.card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.562) 100%);
  z-index: 1;
}

.card-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
}

.en-sublabel {
  color: #ff6600;
  font-size: 0.8rem;
  font-weight: bold;
  letter-spacing: 0.5px;
  margin-bottom: 6px;
  font-family: sans-serif;
}

.title {
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 800;
  margin-bottom: 8px;
}

/* تگ‌های بیضی‌شکل پایین */
.tags-group {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-bottom: 20px;
}

.tag {
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #d1d1d1;
  padding: 5px 14px;
  border-radius: 20px;
  font-size: 0.78rem;
  backdrop-filter: blur(4px);
}

.action-btn {
  color: #ff6600;
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: opacity 0.2s;
}

.action-btn:hover {
  opacity: 0.8;
}

@media (max-width: 768px) {
  .cards-container {
    grid-template-columns: 1fr;
  }
}
/* سایه تیره پس‌زمینه برای خوانایی متون */
.card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.92) 100%);
  z-index: 1;
}

.card-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: right;
}

.catgory-offset {
  margin-bottom: 30px;
}

.en-sublabel {
  color: #ff6600;
  font-size: 0.8rem;
  font-weight: bold;
  letter-spacing: 0.5px;
  margin-bottom: 6px;
  font-family: sans-serif;
}

.title {
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 800;
  margin-bottom: 8px;
}

/* تگ‌های بیضی‌شکل پایین */
.tags-group {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-bottom: 20px;
}

.tag {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #d1d1d1;
  padding: 5px 14px;
  border-radius: 20px;
  font-size: 0.78rem;
  backdrop-filter: blur(4px);
}

.action-btn {
  color: #ff6600;
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: opacity 0.2s;
}

.action-btn:hover {
  opacity: 0.8;
}

/* عکس‌های پس‌زمینه - مسیر فایل‌های تصویر خود را بگذارید */
.card-1 {
  background-image: url("band-mica-heater.jpg");
}

.card-2 {
  background-image: url("tubular-heater.jpg");
}

@media (max-width: 768px) {
  .cards-container {
    grid-template-columns: 1fr;
  }
}
/* =========================================================================
Product cards + slider
========================================================================= */
.cart-wrapping {
  /* ۱. ساختار اصلی کارت (RTL) */
  /* ۲. تصویر و تگ‌های بالای تصویر */
  /* تگ درصد تخفیف */
  /* تگ ارسال رایگان */
  /* ۳. تایمر شیشه‌ای (Frosted Glassmorphism) */
  /* ۴. جزئیات متن فارسی */
  /* تگ دسته‌بندی فارسی */
  /* اسم فارسی محصول */
  /* ۵. بخش قیمت‌ها و خرید */
  /* قیمت اصلی (خط‌خورده) */
  /* قیمت تخفیف‌خورده */
}

.cart-wrapping .product-card {
  background: #ffffff;
  border: 1px solid rgba(226, 232, 240, 0.753);
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  direction: rtl;
  text-align: right;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.cart-wrapping .product-card:hover {
  transform: translateY(-4px);
  box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.1);
}

.cart-wrapping .image-container {
  position: relative;
  width: 100%;
  height: 240px;
  background-color: #fff;
  border-bottom: 1px solid #f1f5f9;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cart-wrapping .image-container .wrapp-img-product {
  height: 230px;
  width: 100%;
  object-fit: cover;
  padding: 10px;
}

.cart-wrapping .image-container .wrapp-img-product img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.cart-wrapping .top-badges {
  position: absolute;
  top: 5px;
  right: 10px;
  left: 10px;
  display: flex;
  justify-content: space-between;
  z-index: 2;
  align-items: center;
}

.cart-wrapping .discount-badge {
  background: #ed5518;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  padding: 2px 12px;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(255, 59, 48, 0.3);
}

.cart-wrapping .shipping-badge {
  background: #0c0d10;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  padding: 2px 12px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  gap: 4px;
  box-shadow: 0 2px 8px rgba(16, 185, 129, 0.25);
}

.cart-wrapping .glass-timer {
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 87, 34, 0.19) 100%);
  backdrop-filter: blur(16px) saturate(180%);
  -webkit-backdrop-filter: blur(16px) saturate(180%);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 30px;
  padding: 4px 12px;
  display: flex;
  align-items: center;
  gap: 8px;
  z-index: 2;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.cart-wrapping .pulse-indicator {
  width: 6px;
  height: 6px;
  background-color: #ed5518;
  border-radius: 50%;
  position: relative;
}

.cart-wrapping .pulse-indicator::after {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: 50%;
  border: 1px solid #ed5518;
  animation: miniPulse 1.8s infinite;
}

@keyframes miniPulse {
  0% {
    transform: scale(0.8);
    opacity: 1;
  }
  100% {
    transform: scale(2.2);
    opacity: 0;
  }
}
.cart-wrapping .timer-units {
  display: flex;
  align-items: center;
  gap: 4px;
  direction: ltr;
}

.cart-wrapping .unit-box {
  display: flex;
  align-items: baseline;
  gap: 1px;
}

.cart-wrapping .unit-num {
  color: #0f172a;
  font-size: 15px;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  display: inline-block;
  margin: 0px 4px;
}

.cart-wrapping .unit-num.flip {
  animation: softSlide 0.25s ease-out;
}

@keyframes softSlide {
  0% {
    transform: translateY(-3px);
    opacity: 0.5;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.cart-wrapping .unit-lbl {
  color: #475569;
  font-size: 14px;
  font-weight: 600;
}

.cart-wrapping .unit-sep {
  color: #ed5518;
  font-size: 0.75rem;
  font-weight: 700;
}

.cart-wrapping .product-details {
  padding: 5px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 15px;
}

.cart-wrapping .category-tag {
  display: inline-block;
  font-size: 0.65rem;
  color: #ed5518;
  background-color: #ffeadf;
  padding: 2px 8px;
  border-radius: 6px;
  font-weight: 700;
  width: fit-content;
}

.cart-wrapping .product-name {
  font-size: 16px;
  font-weight: 600;
  color: #0f172a;
  line-height: 1.4;
  text-wrap: wrap;
}

.cart-wrapping .specs-grid {
  display: flex;
  justify-content: space-between;
  border-top: 1px dashed #e2e8f0;
  border-bottom: 1px dashed #e2e8f0;
  padding: 8px 0;
  font-size: 0.72rem;
  color: #64748b;
  font-weight: 500;
}

.cart-wrapping .action-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 2px;
}

.cart-wrapping .price-box {
  display: flex;
  flex-direction: column;
}

.cart-wrapping .old-price {
  font-size: 1rem;
  color: #696969;
  text-decoration: line-through;
  margin-bottom: -2px;
}

.cart-wrapping .discounted-price {
  font-size: 1.2rem;
  font-weight: 800;
  color: #0f172a;
}

.cart-wrapping .currency {
  font-size: 15px;
  margin-right: 5px;
  color: #64748b;
  font-weight: 500;
}

.cart-wrapping .buy-btn {
  background-color: #ed5518;
  color: #fff;
  border: none;
  width: 38px;
  height: 38px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
  box-shadow: 0 4px 12px #ed5518;
}

.cart-wrapping .buy-btn:hover {
  background-color: #ed5518;
  transform: scale(1.04);
}

.no-padding {
  padding: 0;
}

.widget-banner a.seggest-banner {
  height: 165px;
  width: 100%;
  object-fit: cover;
  display: block;
  border-radius: 10px;
}

.widget-banner a.seggest-banner img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.new-product-slider {
  position: relative;
  background: rgb(255, 255, 255);
  backdrop-filter: blur(25px);
  /* clip-path: polygon(0 20px, 20px 0, calc(100% - 20px) 0, 100% 20px, 100% calc(100% - 20px), calc(100% - 20px) 100%, 20px 100%, 0 calc(100% - 20px)); */
  padding: 30px;
  z-index: 1;
  border: 1px solid rgb(228, 234, 241);
  border-radius: 18px;
}

.new-product-slider .tech-badge {
  font-size: 14px;
  background: #ed5518;
  color: #fff;
  font-weight: 900;
  padding: 5px 22px;
  letter-spacing: 1px;
  clip-path: polygon(12px 0, 100% 0, 100% calc(100% - 12px), calc(100% - 12px) 100%, 0 100%, 0 12px);
}

.new-product-slider .header-title-box {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: -35px;
  margin-bottom: 55px;
}

.new-product-slider .section-title {
  color: #000;
  font-size: 1.3rem;
  font-weight: 900;
  display: flex;
  text-transform: uppercase;
  width: 100%;
  letter-spacing: -0.5px;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: center;
}

.new-product-slider .section-title::after {
  content: "";
  position: absolute;
  top: 105px;
  left: -1px;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, #e3e9f0, #ffdcc3, #FF5722);
}

.new-product-slider .section-title a {
  background: #ed5518;
  display: flex;
  align-items: center;
  padding: 10px 14px;
  background: #000;
  color: #fff !important;
  margin-left: 10px;
  font-size: 16px;
  font-weight: 500;
  clip-path: polygon(12px 0, 100% 0, 100% calc(100% - 12px), calc(100% - 12px) 100%, 0 100%, 0 12px);
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.new-product-slider .section-title a svg {
  height: 20px;
  width: 20px;
  margin-right: 5px;
}

.new-product-slider .section-title a:hover {
  background-color: #ed5518;
  color: #000;
}

.new-product-slider .section-title a:hover svg {
  position: relative;
  left: -4px;
}

.sales-product-slider {
  position: relative;
  background: rgba(241, 241, 241, 0.84);
  backdrop-filter: blur(25px);
  padding: 30px;
  z-index: 1;
  border: 1px solid rgba(255, 85, 0, 0.26);
  border-radius: 18px;
}

.sales-product-slider::before {
  content: "";
  position: absolute;
  mask-image: linear-gradient(to right, black, transparent 60%);
  inset: 0px;
  background: repeating-linear-gradient(224deg, rgba(255, 255, 255, 0.42) 0px, rgba(255, 255, 255, 0.51) 10px, transparent 10px, transparent 20px);
}

.sales-product-slider .tech-badge {
  font-size: 14px;
  background: #ed5518;
  color: #fff;
  font-weight: 900;
  padding: 5px 22px;
  letter-spacing: 1px;
  clip-path: polygon(12px 0, 100% 0, 100% calc(100% - 12px), calc(100% - 12px) 100%, 0 100%, 0 12px);
}

.sales-product-slider .header-title-box {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: -35px;
  margin-bottom: 22px;
}

.sales-product-slider .section-title {
  color: #000;
  font-size: 1.3rem;
  font-weight: 900;
  display: flex;
  text-transform: uppercase;
  width: 100%;
  letter-spacing: -0.5px;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: center;
}

.sales-product-slider .section-title span {
  background: #ed5518;
  padding: 10px 14px;
  color: #fff !important;
  margin-left: 10px;
  font-size: 16px;
  font-weight: 500;
  clip-path: polygon(12px 0, 100% 0, 100% calc(100% - 12px), calc(100% - 12px) 100%, 0 100%, 0 12px);
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  margin-left: 10px;
  clip-path: polygon(12px 0, 100% 0, 100% calc(100% - 12px), calc(100% - 12px) 100%, 0 100%, 0 12px);
}

.slider-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 40px;
  gap: 20px;
}

.slider-arrows {
  display: flex;
  gap: 10px;
  flex-shrink: 0;
}

.p-track {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding-bottom: 8px;
  scrollbar-width: none;
}

.p-track::-webkit-scrollbar {
  display: none;
}

.p-track .product-card {
  scroll-snap-align: start;
  flex: 0 0 290px;
}

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

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

.product-card {
  background: #fff;
  border: 1px solid var(--line);
  position: relative;
  transition: box-shadow 0.4s var(--ease-out), transform 0.4s var(--ease-out), border-color 0.3s;
  display: flex;
  flex-direction: column;
  padding: 10px;
}

.product-card:hover {
  box-shadow: var(--shadow-lg);
  transform: translateY(-6px);
  border-color: rgba(20, 24, 27, 0.1);
}

.product-media {
  position: relative;
  overflow: hidden;
}

.product-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s var(--ease);
}

.product-card:hover .product-media img {
  transform: scale(1.06);
}

.product-badges {
  position: absolute;
  top: 12px;
  right: 12px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  z-index: 2;
}

.product-quick {
  position: absolute;
  left: 12px;
  bottom: -46px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  transition: bottom 0.35s var(--ease-out);
}

.product-card:hover .product-quick {
  bottom: 12px;
}

.product-body {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
}

.product-cat {
  font-size: 11px;
  letter-spacing: 0.06em;
  color: var(--muted-2);
  text-transform: uppercase;
  direction: ltr;
  text-align: left;
}

.product-name {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  min-height: 48px;
}

.product-name a {
  transition: color 0.2s;
}

.product-name a:hover {
  color: var(--orange);
}

.product-specs {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 10px 0;
  border-top: 1px dashed var(--line);
  border-bottom: 1px dashed var(--line);
  height: 78px;
}

.product-specs span {
  font-size: 15px;
  color: var(--muted);
  display: flex;
  align-items: center;
  gap: 10px;
}

.product-rating {
  display: flex;
  align-items: center;
  gap: 6px;
}

.stars {
  display: flex;
  gap: 2px;
  color: var(--orange);
}

.stars svg {
  width: 13px;
  height: 13px;
}

.product-rating span {
  font-size: 14px;
  color: var(--muted);
}

.product-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 6px;
}

.product-price {
  display: flex;
  flex-direction: column;
}

.price-old {
  font-size: 12.5px;
  color: var(--muted-2);
  text-decoration: line-through;
}

.price-now {
  font-size: 19px;
  font-weight: 700;
  color: var(--ink);
}

.price-now small {
  font-size: 14px;
  font-weight: 500;
  color: var(--muted);
}

.add-cart-btn {
  width: 50px;
  height: 50px;
  border-radius: 19%;
  background: #ed5518;
  color: #000000;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.25s;
}

.add-cart-btn:hover {
  background: var(--orange);
}

.add-cart-btn svg {
  width: 19px;
  height: 19px;
}

/* =========================================================================
Why-us / capability strip with diagram
========================================================================= */
.capability {
  display: flex;
  grid-template-columns: 1fr 1fr;
  justify-content: space-between;
  align-items: center;
}

.capability-list {
  display: grid;
  gap: 0;
}

.hero-content-cap {
  padding: 0 !important;
}

.capability-item {
  display: flex;
  gap: 20px;
  padding: 26px 0;
}

.capability-item:first-child {
  padding-top: 0;
}

.capability-item .ico {
  width: 52px;
  height: 52px;
  border: 1px solid rgba(255, 255, 255, 0.466);
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--orange);
  border: 1px solid #ed5518;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%);
}

.capability-item .ico svg {
  width: 24px;
  height: 24px;
}

.capability-item b {
  font-size: 16.5px;
  display: block;
  margin-bottom: 6px;
  color: #fff;
}

.capability-item p {
  font-size: 14px;
  color: #aeb2ae;
}

.gauge-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gauge-card {
  background: var(--ink-2);
  background-image: url(../images/banner/cat-tubular.jpg);
  background-size: cover;
  border: 7px solid rgba(255, 255, 255, 0.1);
  padding: 40px;
  width: 100%;
  aspect-ratio: 1/1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 520px;
  box-shadow: 0 10px 20px rgb(0, 0, 0), 0 25px 50px -12px rgba(0, 0, 0, 0.95), inset 0 2px 4px rgba(255, 255, 255, 0);
}

.gauge-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10, 12, 14, 0.55) 0%, rgba(10, 12, 14, 0.35) 38%, rgba(10, 12, 14, 0.85) 100%), linear-gradient(90deg, rgba(10, 12, 14, 0.75) 0%, rgba(10, 12, 14, 0.15) 45%);
}

.capality-bg {
  padding-top: 0px;
  background: #121212;
  height: 785px;
}

.capality-bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 350px;
  height: 350px;
  border-radius: 50%;
  background: -o-linear-gradient(190deg, #eee 0%, rgba(115, 67, 210, 0) 100%);
  background: linear-gradient(260deg, #ff5722 0%, #FF5722 100%);
  -webkit-filter: blur(150px);
  filter: blur(150px);
  margin-right: -59%;
  margin-top: -19%;
  z-index: -1;
}

.capality-bg:after {
  content: "";
  position: absolute;
  bottom: -50%;
  right: 39px;
  width: 350px;
  height: 350px;
  border-radius: 50%;
  background: -o-linear-gradient(190deg, #eee 0%, rgba(115, 67, 210, 0) 100%);
  background: linear-gradient(260deg, #ff5722 0%, rgba(255, 87, 34, 0.4705882353) 100%);
  -webkit-filter: blur(150px);
  filter: blur(150px);
  margin-left: -160%;
  margin-top: 4%;
  z-index: -1;
}

.gauge-ring {
  position: relative;
  width: 220px;
  height: 220px;
  z-index: 1;
}

.gauge-ring svg {
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
}

.gauge-ring .bg {
  fill: none;
  stroke: rgba(255, 255, 255, 0.08);
  stroke-width: 10;
}

.gauge-ring .fg {
  fill: none;
  stroke: var(--orange);
  stroke-width: 10;
  stroke-linecap: round;
  stroke-dasharray: 628;
  stroke-dashoffset: 628;
  transition: stroke-dashoffset 1.8s var(--ease-out) 0.15s;
}

.gauge-wrap.in .fg {
  stroke-dashoffset: 60;
}

.gauge-center {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.gauge-center .num {
  font-size: 44px;
  color: #fff;
  font-weight: 700;
}

.gauge-center .lbl {
  font-size: 12.5px;
  color: #dadada;
  margin-top: 4px;
}

.gauge-caption {
  margin-top: 26px;
  text-align: center;
  z-index: 1;
}

.gauge-caption b {
  color: #fff;
  display: block;
  font-size: 15px;
}

.gauge-caption span {
  color: #aeb2ae;
  font-size: 13px;
}

.hero-content-cap {
  /* =========================================================
     SECTION 2: سابقه فعالیت‌ها (HERITAGE & HISTORY TIMELINE)
     ========================================================= */
  /* گرید تایم‌لاین سوابق */
  /* کارت هر دوره سابقه */
  /* ریسپانسو */
}

.hero-content-cap .bg-matrix {
  position: fixed;
  inset: 0;
  background: radial-gradient(circle at 50% 50%, rgba(0, 240, 255, 0.05) 0%, transparent 60%), linear-gradient(to right, rgba(255, 255, 255, 0.02) 1px, transparent 1px), linear-gradient(to bottom, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
  background-size: 100% 100%, 40px 40px, 40px 40px;
  z-index: 0;
  pointer-events: none;
}

.hero-content-cap .history-wrapper {
  position: relative;
  width: 100%;
  max-width: 1240px;
  background: rgba(4, 4, 4, 0.84);
  border: 1px solid rgba(0, 240, 255, 0.2);
  padding: 50px 40px;
  z-index: 1;
  clip-path: polygon(0 30px, 30px 0, calc(100% - 30px) 0, 100% 30px, 100% calc(100% - 30px), calc(100% - 30px) 100%, 30px 100%, 0 calc(100% - 30px));
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.9);
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.hero-content-cap .history-wrapper.in-view {
  opacity: 1;
  transform: translateY(0);
}

.hero-content-cap .history-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  padding-bottom: 20px;
}

.hero-content-cap .cta-diagonal {
  position: absolute;
  inset: 0;
  z-index: 1;
  opacity: 0.5;
  background: repeating-linear-gradient(115deg, rgba(255, 255, 255, 0.12) 0 2px, transparent 2px 46px);
}

.hero-content-cap .history-title {
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 900;
  margin-top: 8px;
}

.hero-content-cap .history-grid {
  position: relative;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  z-index: 2;
}

.hero-content-cap .history-card {
  position: relative;
  background: rgba(4, 4, 4, 0.84);
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 18px 20px;
  clip-path: polygon(12px 0, 100% 0, 100% calc(100% - 12px), calc(100% - 12px) 100%, 0 100%, 0 12px);
  transition: all 0.3s ease;
  margin-bottom: 20px;
  box-shadow: -20px 30px 50px rgba(0, 0, 0, 0.95), 0 0 15px rgba(0, 0, 0, 0.8);
}

.hero-content-cap .year-badge {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 600;
  color: #ed5518;
  background: #000;
  border: 1px solid rgba(255, 85, 0, 0.4);
  padding: 4px 12px;
  margin-bottom: 16px;
}

.hero-content-cap .history-card-title {
  color: #ffffff;
  font-size: 1.1rem;
  font-weight: 800;
  margin-bottom: 10px;
}

.hero-content-cap .history-card-desc {
  color: #8b949e;
  font-size: 0.85rem;
}

.hero-content-cap .history-card::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 2px;
  background: #ff5500;
  transition: width 0.4s ease;
}

.hero-content-cap .history-card:hover {
  background: rgba(30, 38, 48, 0.85);
  border-color: rgba(255, 85, 0, 0.4);
  transform: translateY(-5px);
}

.hero-content-cap .history-card:hover::before {
  width: 100%;
}

@media (max-width: 768px) {
  .hero-content-cap .history-header, .hero-content-cap .partners-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  .hero-content-cap .brand-card {
    width: 130px;
    height: 65px;
  }
}
.circle-card-wrapper {
  position: relative;
  width: 190px;
  height: 190px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

/* ۱. نوار نوری گرادینت که دور دایره می‌چرخد */
.rotating-ring {
  position: absolute;
  inset: -4px;
  border-radius: 50%;
  background: conic-gradient(from 0deg, transparent 0%, rgba(255, 87, 34, 0.6784313725) 40%, rgba(255, 87, 34, 0.0196078431) 50%, transparent 60%);
  animation: rotateRing 4s linear infinite;
  filter: blur(2px);
}

/* ۲. خط‌چین مدار چرخنده بیرونی */
.orbit-ring {
  position: absolute;
  inset: -12px;
  border-radius: 50%;
  border: 1px solid rgba(238, 238, 238, 0.2392156863);
  animation: rotateRing 12s linear infinite reverse;
  pointer-events: none;
}

@keyframes rotateRing {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.circle-card-3d {
  position: relative;
  width: 180px;
  height: 180px;
  background: rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  cursor: pointer;
  text-align: center;
  padding: 16px;
  box-sizing: border-box;
  transform-style: preserve-3d;
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.4s ease;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.6);
  z-index: 2;
}

/* حالت هوور (چرخش ۳D و واکنش نور چرخنده) */
.circle-card-wrapper:hover .circle-card-3d {
  transform: rotateX(15deg) rotateY(-15deg) translateZ(15deg);
  box-shadow: -12px 25px 40px rgba(0, 0, 0, 0.7), 0 0 25px rgba(197, 80, 34, 0.3);
}

.circle-card-wrapper:hover .rotating-ring {
  animation-duration: 2s; /* سرعت گرفتن چرخش با رفتن موس روی دایره */
  filter: blur(4px);
}

/* ========================================================
   استایل‌های ویژه بخش کاربرد در صنایع (Featured Industries)
======================================================== */
.featured-industries-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 15px;
}

.ind-featured-card {
  background: #ffffff;
  border: 1px solid var(--border, #e2e8f0);
  border-radius: 8px;
  padding: 24px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  flex-direction: column;
}

/* افکت هاور کارت‌ها */
.ind-featured-card:hover {
  transform: translateY(-6px);
  border-color: var(--primary, #f95700);
  box-shadow: 0 12px 24px rgba(249, 87, 0, 0.08);
}

.ind-featured-card::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 3px;
  background: var(--border, #e2e8f0);
  transition: background 0.3s ease;
}

.ind-featured-card:hover::before {
  background: var(--primary, #f95700);
}

/* هدر کارت شامل آیکون و بج */
.ind-card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}

.ind-icon-wrapper {
  width: 48px;
  height: 48px;
  background: rgba(249, 87, 0, 0.08);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.ind-icon-wrapper i {
  color: var(--primary, #f95700);
  font-size: 26px;
}

.ind-featured-card:hover .ind-icon-wrapper {
  background: var(--primary, #f95700);
}

.ind-featured-card:hover .ind-icon-wrapper i {
  color: #ffffff;
}

/* نشانگرها (Badges) */
.ind-badge {
  font-size: 11px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 20px;
  background: #f1f5f9;
  color: #475569;
}

.ind-badge.acid {
  background: #e0f2fe;
  color: #0369a1;
}

.ind-badge.food {
  background: #dcfce7;
  color: #15803d;
}

.ind-badge.high-temp {
  background: #fee2e2;
  color: #b91c1c;
}

/* تایپوگرافی کارت */
.ind-featured-card h3 {
  font-size: 16px;
  font-weight: 800;
  color: var(--text-main, #1e2022);
  margin-bottom: 8px;
}

.ind-desc {
  font-size: 13px;
  color: var(--text-muted, #6c757d);
  line-height: 1.6;
  margin-bottom: 16px;
  flex-grow: 1;
}

/* لیست قابلیت‌ها داخل کارت */
.ind-features-list {
  list-style: none;
  padding: 0;
  margin: 0;
  border-top: 1px dashed var(--border, #e2e8f0);
  padding-top: 12px;
}

.ind-features-list li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #334155;
  margin-bottom: 6px;
  font-weight: 500;
}

.ind-features-list li:last-child {
  margin-bottom: 0;
}

.ind-features-list li i {
  font-size: 16px;
  color: #10b981; /* سبز جهت تأیید فنی */
}

/* واکنش‌گرایی (Responsive) */
@media (max-width: 768px) {
  .featured-industries-grid {
    grid-template-columns: 1fr;
  }
}
/* ========================================================
   استایل‌های اختصاصی سکشن‌های جدید صفحه محصول
======================================================== */
.p-section-box {
  background: var(--card-bg, #ffffff);
  border: 1px solid var(--border, #e2e8f0);
  border-radius: var(--radius, 0px);
  padding: 28px;
  margin-bottom: 24px;
  box-shadow: var(--shadow, 0 4px 12px rgba(0, 0, 0, 0.05));
}

.p-section-title {
  border-right: 4px solid var(--primary, #f95700);
  padding-right: 12px;
  margin-bottom: 20px;
}

.p-section-title h2 {
  font-size: 20px;
  font-weight: 800;
  color: var(--text-main, #1e2022);
}

.section-desc {
  font-size: 13.5px;
  color: var(--text-muted, #6c757d);
  margin-bottom: 16px;
}

/* شبکه مزایا */
.p-advantages-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 20px;
}

.adv-card {
  background: var(--bg-body, #f4f5f7);
  padding: 16px;
  border-radius: 8px;
  border: 1px solid var(--border, #e2e8f0);
}

.adv-card h4 {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 6px;
  color: var(--text-main, #1e2022);
}

.adv-card p {
  font-size: 13px;
  color: var(--text-muted, #6c757d);
  line-height: 1.6;
}

/* ساخت المنت سفارشی */
.builder-table td {
  vertical-align: middle;
}

.builder-select, .builder-input {
  width: 100%;
  padding: 8px 12px;
  border: 1px solid var(--border, #e2e8f0);
  border-radius: 4px;
  font-size: 13px;
  background: #fff;
}

.builder-input::placeholder {
  font-size: 13px;
  color: #c7c7c7;
}

.builder-action-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fafafa;
  padding: 16px;
  border: 1px solid var(--border, #e2e8f0);
  margin-top: 16px;
}

.builder-total-price span {
  font-size: 13px;
  color: var(--text-muted, #6c757d);
}

.builder-total-price strong {
  color: var(--primary, #f95700);
  font-size: 15px;
}

/* کارت‌های صنایع */
.industries-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.industry-card {
  border: 1px solid var(--border, #e2e8f0);
  padding: 20px 15px;
  text-align: center;
  background: #fff;
  transition: transform 0.2s ease;
}

.industry-card:hover {
  transform: translateY(-4px);
  border-color: var(--primary, #f95700);
}

.ind-icon {
  font-size: 32px;
  margin-bottom: 10px;
}

.industry-card h3 {
  font-size: 14.5px;
  font-weight: 700;
  margin-bottom: 8px;
}

.industry-card p {
  font-size: 14px;
  color: var(--text-muted, #6c757d);
  line-height: 1.6;
}

/* آموزش نصب و نگهداری */
.guide-steps {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.guide-step-item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  background: #fafafa;
  padding: 16px;
  border-radius: 6px;
}

.step-number {
  background: var(--primary, #f95700);
  color: #fff;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  border-radius: 50%;
  flex-shrink: 0;
}

.step-content h4 {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 4px;
}

.step-content p {
  font-size: 13px;
  color: var(--text-muted, #6c757d);
}

.guide-warning-box {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #fff3cd;
  border: 1px solid #ffeeba;
  color: #856404;
  padding: 14px 18px;
  border-radius: 6px;
  margin-top: 16px;
}

.guide-warning-box i {
  font-size: 28px;
}

/* بخش کامنت‌ها */
.comment-form-box {
  background: var(--bg-body, #f4f5f7);
  padding: 20px;
  border-radius: 8px;
  margin-bottom: 24px;
}

.comment-form-box h3 {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 14px;
}

/* پاسخگویی موبایل (Responsive) */
@media (max-width: 992px) {
  .p-advantages-grid {
    grid-template-columns: 1fr;
  }
  .industries-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .builder-action-bar {
    flex-direction: column;
    gap: 12px;
    text-align: center;
  }
}
@media (max-width: 576px) {
  .industries-grid {
    grid-template-columns: 1fr;
  }
}
/* آیکون سپر دایره‌ای */
.shield-icon {
  width: 55px;
  height: 55px;
  background: linear-gradient(135deg, #ed5518, #af2900);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 16px rgba(197, 72, 34, 0.5);
  margin-bottom: 8px;
  transform: translateZ(20px);
  transition: transform 0.4s ease;
}

.shield-icon svg {
  width: 24px;
  height: 24px;
  fill: #fff;
}

.circle-card-wrapper:hover .shield-icon {
  transform: translateZ(30px) scale(1.1);
}

/* اطلاعات متنی */
.card-info {
  transform: translateZ(15px);
}

.card-info h4 {
  margin: 0;
  font-size: 0.95rem;
  font-weight: 800;
  color: #ffffff;
  line-height: 1.2;
}

.card-info p {
  margin: 4px 0 0 0;
  font-size: 0.7rem;
  color: #94a3b8;
  line-height: 1.3;
}

/* =========================================================
     SECTION 1: اسلایدر کاملاً پیوسته (SEAMLESS INFINITE SLIDER)
     ========================================================= */
.comment-slider {
  margin-top: 30px;
}

.partners-wrapper {
  position: relative;
  width: 100%;
  max-width: 1240px;
  background: rgba(13, 17, 23, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 40px 0;
  z-index: 1;
  clip-path: polygon(0 24px, 24px 0, calc(100% - 24px) 0, 100% 24px, 100% calc(100% - 24px), calc(100% - 24px) 100%, 24px 100%, 0 calc(100% - 24px));
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.9);
  overflow: hidden;
}

.partners-header {
  padding: 0 40px;
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
  padding-bottom: 16px;
}

.header-tag {
  font-size: 0.7rem;
  font-weight: 900;
  color: #ff5500;
  letter-spacing: 2px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.header-tag::before {
  content: "";
  width: 6px;
  height: 6px;
  background: #ff5500;
  box-shadow: 0 0 8px #ff5500;
}

.partners-title {
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 900;
  margin-top: 6px;
}

/* کانتینر اسلایدر بدون انقطاع */
.slider-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: flex;
  mask-image: linear-gradient(to right, transparent, black 12%, black 88%, transparent);
  -webkit-mask-image: linear-gradient(to right, transparent, black 12%, black 88%, transparent);
}

.slider-track {
  display: flex;
  gap: 20px;
  width: max-content;
  animation: seamlessScroll 20s linear infinite;
}

.slider-container:hover .slider-track {
  animation-play-state: paused;
}

/* کلید اصلاح بی‌نهایتی: انتقال تا مرز 50% با LTR جهت جلوگیری از بهم‌ریختگی RTL */
@keyframes seamlessScroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.brand-card {
  width: 200px;
  padding: 10px 19px;
  height: 100px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}

.banners-grid {
  margin-bottom: 70px;
}

.brand-logo-img {
  background-color: #fff;
}

.brand-logo {
  font-size: 1.1rem;
  font-weight: 900;
  color: #6e7681;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
}

.brand-logo svg {
  width: 24px;
  height: 24px;
  fill: #6e7681;
  transition: all 0.3s ease;
}

/* =========================================================================
Process steps (legit sequence: order flow)
========================================================================= */
.banners-section {
  margin: 40px auto;
  padding: 0 0px;
}

/* کارت اصلی بنر */
.banner-card {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  height: 320px; /* ارتفاع ثابت برای یکدستی */
}

.banner-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.18);
}

/* تصویر بنر */
.banner-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.banner-card:hover img {
  transform: scale(1.08);
}

/* لایه محتوا روی تصویر */
.banner-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 60%, transparent 100%);
  display: flex;
  flex-direction: column;
  justify-content: space-between; /* جداسازی متن (بالا/وسط) و دکمه (پایین) */
  padding: 24px 20px;
  color: #ffffff;
}

/* بخش متن‌ها */
.banner-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.banner-title {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.4;
}

.banner-subtitle {
  font-size: 0.85rem;
  color: #e0e0e0;
  line-height: 1.5;
}

/* دکمه هدایت مجزا */
.banner-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background-color: #ffffff;
  color: #111111;
  padding: 10px 16px;
  border-radius: 8px;
  font-size: 0.85rem;
  font-weight: bold;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.2s ease;
  width: fit-content; /* اندازه دکمه به اندازه متن داخلش */
  margin-top: auto; /* چسبیدن به پایین */
  background: var(--orange);
  color: #fff;
  box-shadow: var(--shadow-xs);
  clip-path: polygon(12px 0, 100% 0, 100% calc(100% - 12px), calc(100% - 12px) 100%, 0 100%, 0 12px);
}

.banner-btn:hover {
  transform: scale(1.05); /* بزرگ‌نمایی کوچک خود دکمه */
}

/* واکنش‌گرایی */
@media (max-width: 992px) {
  .banners-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .banners-grid {
    grid-template-columns: 1fr;
  }
  .banner-card {
    height: 280px;
  }
}
.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.process-step {
  padding: 36px 30px;
  border-left: 1px solid var(--line);
  position: relative;
}

.process-step:last-child {
  border-left: none;
}

.process-step .step-no {
  font-size: 50px;
  color: var(--orange);
  font-weight: 700;
}

.process-step h4 {
  font-size: 17px;
  margin-top: 14px;
}

.process-step p {
  font-size: 13.5px;
  margin-top: 10px;
}

.process-step svg {
  width: 26px;
  height: 26px;
  margin-top: 20px;
  color: var(--muted-2);
}

.sort-bar {
  display: flex;
  align-items: center;
  gap: 16px;
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 12px;
  margin-bottom: 16px;
  font-size: 14px;
}

.sort-title {
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: bold;
  color: #0c0c0c;
  white-space: nowrap;
}

.sort-options {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  flex-grow: 1;
}

.sort-options::-webkit-scrollbar {
  display: none;
}

.sort-item {
  color: #81858b;
  cursor: pointer;
  padding: 4px 0;
  transition: color 0.2s;
  font-size: 13px;
  font-weight: 400;
}

.sort-item.active {
  color: #ed5518;
  font-weight: bold;
}

.products-count {
  color: #81858b;
  margin-right: auto;
  white-space: nowrap;
}

/* ----------------------------------------------------
   5. ساختار Grid اصلی (سایدبار + لیست محصولات)
---------------------------------------------------- */
.main-content {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 20px;
}

/* نوار تگ‌ها */
.active-filters-container {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 10px 14px;
  margin-bottom: 16px;
  display: none;
  align-items: center;
  gap: 12px;
}

.tags-wrapper {
  display: flex;
  gap: 8px;
  align-items: center;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
  flex-grow: 1;
}

.tags-wrapper::-webkit-scrollbar {
  display: none;
}

.filter-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background-color: #f1f2f4;
  border: 1px solid #e0e0e0;
  color: #3f4044;
  font-size: 14px;
  padding: 6px 12px;
  border-radius: 16px;
  flex-shrink: 0;
}

.filter-tag .remove-tag {
  cursor: pointer;
  font-weight: bold;
  color: #81858b;
}

.clear-all-btn {
  background: none;
  border: none;
  color: #19bfd3;
  font-size: 14px;
  cursor: pointer;
  white-space: nowrap;
  margin-right: auto;
}

/* سایدبار فیلتر */
.filters-sidebar {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 16px;
  height: fit-content;
  position: sticky;
  top: 20px;
}

.filter-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 12px;
  border-bottom: 1px solid #eee;
  font-weight: bold;
  font-size: 16px;
}

.close-btn {
  display: none;
  background: none;
  border: none;
  font-size: 22px;
  cursor: pointer;
  color: #666;
}

.filter-group {
  border-bottom: 1px solid #f0f0f0;
  padding: 2px 0;
}

.filter-group:last-child {
  border-bottom: none;
}

.filter-title {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 2px !important;
  color: #0c0c0c;
}

.filter-options label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #5a5c60;
  margin-bottom: 8px;
  cursor: pointer;
}

.filter-options input[type=checkbox] {
  width: 16px;
  height: 16px;
  accent-color: #ed5518;
}

/* استایل فیلتر رنگ‌ها */
.color-options {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.color-item {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  cursor: pointer;
}

.color-circle {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #ccc;
  display: inline-block;
  flex-shrink: 0;
}

/* استایل سوئچ (کالاهای موجود) */
.switch-label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-size: 13px;
  color: #3f4044;
  font-weight: bold;
}

.toggle-switch {
  position: relative;
  width: 38px;
  height: 20px;
  appearance: none;
  background: #ccc;
  outline: none;
  border-radius: 20px;
  cursor: pointer;
  transition: background 0.3s;
}

.toggle-switch:checked {
  background: #ed5518;
}

.toggle-switch::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  top: 2px;
  right: 2px;
  background: #fff;
  transition: transform 0.3s;
}

.toggle-switch:checked::before {
  transform: translateX(-18px);
}

/* فیلتر قیمت */
.price-range-inputs {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.price-input-group {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #81858b;
}

.price-input-group input {
  width: 100%;
  padding: 6px 10px;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  font-size: 14px;
  outline: none;
}

.price-input-group input:focus {
  border-color: #ed5518;
}

/* شبکه‌ی محصولات */
.products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 16px;
}

.product-card {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 12px;
  text-align: center;
}

.product-card img {
  width: 100%;
  height: 180px;
  object-fit: contain;
  margin-bottom: 10px;
}

.product-title {
  font-size: 13px;
  line-height: 1.5;
  color: #3f4044;
  margin-bottom: 12px;
  text-align: right;
}

.product-price {
  font-weight: bold;
  color: #000;
  font-size: 15px;
  text-align: left;
}

/* ----------------------------------------------------
   6. بخش معرفی و توضیحات دسته‌بندی (Read More)
---------------------------------------------------- */
.category-description-section {
  margin-top: 32px;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  padding: 20px;
  position: relative;
}

.category-description-title {
  font-size: 16px;
  font-weight: bold;
  color: #0c0c0c;
  margin-bottom: 12px;
}

.category-description-content {
  position: relative;
  max-height: 80px;
  overflow: hidden;
  transition: max-height 0.4s ease-in-out;
  font-size: 14px;
  line-height: 30px;
  text-align: justify;
  color: #5a5c60;
}

.category-description-content::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 40px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgb(255, 255, 255));
  pointer-events: none;
  transition: opacity 0.3s;
}

.category-description-section.expanded .category-description-content {
  max-height: 1000px;
}

.category-description-section.expanded .category-description-content::after {
  opacity: 0;
}

.read-more-btn {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: none;
  border: none;
  color: #19bfd3;
  font-size: 13px;
  font-weight: bold;
  cursor: pointer;
  margin-top: 12px;
  padding: 0;
}

.read-more-btn .arrow {
  transition: transform 0.3s;
}

.category-description-section.expanded .read-more-btn .arrow {
  transform: rotate(180deg);
}

/* کنترل‌های موبایل */
.mobile-filter-btn {
  display: none;
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ed5518;
  color: #fff;
  border: none;
  padding: 12px 24px;
  border-radius: 25px;
  font-size: 14px;
  font-weight: bold;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  z-index: 99;
  cursor: pointer;
}

.backdrop {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
}

/* ----------------------------------------------------
   7. پاسخگویی (Responsive)
---------------------------------------------------- */
@media (max-width: 768px) {
  .main-content {
    grid-template-columns: 1fr;
  }
  .mobile-filter-btn {
    display: block;
  }
  .sort-bar {
    overflow-x: auto;
  }
  .products-count {
    display: none;
  }
  .filters-sidebar {
    position: fixed;
    bottom: -100%;
    left: 0;
    right: 0;
    top: auto;
    max-height: 80vh;
    overflow-y: auto;
    border-radius: 16px 16px 0 0;
    z-index: 101;
    transition: bottom 0.3s ease-in-out;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.2);
  }
  .filters-sidebar.active {
    bottom: 0;
  }
  .backdrop.active {
    display: block;
  }
  .close-btn {
    display: block;
  }
}
.slider-relative-wrapper {
  position: relative;
}

.categories-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  scroll-behavior: smooth;
}

.category-card {
  background-color: #ededed;
  border-radius: 16px;
  padding: 8px 10px;
  width: calc(15% - 12px);
  min-width: 140px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  color: #1f2937;
  transition: transform 0.2s ease, background-color 0.2s ease;
}

.category-card:hover {
  transform: translateY(-3px);
  background-color: #e0e2e5;
}

.card-image-box {
  width: 100%;
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2px;
}

.card-image-box img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.card-title {
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  color: #111827;
}

.slider-btn {
  display: none;
}

@media (max-width: 992px) {
  .page-layout {
    flex-direction: column;
  }
  .sidebar-filters {
    width: 100%;
  }
  .products-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .categories-wrapper {
    display: grid;
    grid-template-rows: repeat(2, 1fr);
    grid-auto-flow: column;
    grid-auto-columns: minmax(150px, 1fr);
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    justify-content: start;
    padding-bottom: 8px;
  }
  .categories-wrapper::-webkit-scrollbar {
    display: none;
  }
  .category-card {
    width: 100%;
    scroll-snap-align: center;
  }
  .slider-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    background-color: #ffffff;
    border: 1px solid #d1d5db;
    border-radius: 50%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    z-index: 10;
  }
  .slider-btn.prev-btn {
    right: -10px;
  }
  .slider-btn.next-btn {
    left: -10px;
  }
  .slider-btn.disabled {
    opacity: 0;
    pointer-events: none;
  }
}
.categories-container {
  background: #ffffff;
  padding: 24px;
  border-radius: 16px;
  border: 1px solid #e5e7eb;
  margin-bottom: 24px;
}

.section-header {
  text-align: center;
  margin-bottom: 20px;
}

.section-title {
  font-size: 26px;
  font-weight: 800;
  color: #111827;
  margin-bottom: 6px;
}

.section-subtitle {
  font-size: 14px;
  color: #6b7280;
  margin-bottom: 16px;
}

.pills-wrapper {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.pill-btn {
  background-color: #f3f4f6;
  color: #374151;
  padding: 6px 20px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  border: 1px solid transparent;
  transition: all 0.2s;
}

.pill-btn.active, .pill-btn:hover {
  background-color: #ffffff;
  border-color: #d1d5db;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

/* استایل کل گروه‌های فیلتر */
.filters-sidebar .filter-group {
  padding-bottom: 12px;
  margin-bottom: 0px;
}

/* استایل عنوان فیلترها (قابل کلیک) */
.filters-sidebar .filter-title {
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  user-select: none;
  padding: 6px 0;
}

/* ایجاد آیکون فلش خودکار در سمت چپ عنوان */
.filters-sidebar .filter-title::after {
  content: "\f0140"; /* آیکون mdi-chevron-down */
  font-family: "Material Design Icons";
  font-size: 20px;
  transition: transform 0.3s ease;
  display: inline-block;
}

/* انیمیشن محتوای داخل فیلتر */
.filters-sidebar .filter-group > *:not(.filter-title) {
  max-height: 1000px;
  transition: max-height 0.35s cubic-bezier(0, 1, 0, 1), opacity 0.25s ease, padding 0.3s ease, margin 0.3s ease;
  opacity: 1;
}

/* حالت بسته شدن گروه فیلتر */
.filters-sidebar .filter-group.collapsed > *:not(.filter-title) {
  max-height: 0 !important;
  opacity: 0;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  pointer-events: none;
}

/* چرخش فلش در حالت بسته */
.filters-sidebar .filter-group.collapsed .filter-title::after {
  transform: rotate(-90deg);
}

.md-switch {
  margin-bottom: 15px;
}

.md-switch:last-of-type {
  margin-bottom: 0px;
  display: flex;
  justify-content: space-between;
}

.md-switch .md-toggle {
  position: absolute;
  margin-left: -9999px;
  visibility: hidden;
}

.md-switch .md-toggle + label {
  display: block;
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.md-switch input.md-toggle-round + label {
  padding: 2px;
  width: 40px;
  height: 22px;
}

.md-switch input.md-toggle-round + label:before,
input.md-toggle-round + label:after {
  display: block;
  position: absolute;
  top: 0px;
  left: -5px;
  bottom: 1px;
  content: "";
}

.md-switch input.md-toggle-round + label:before {
  right: 1px;
  background: #dddddd;
  box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.24);
  border-radius: 60px;
  -webkit-transition: background 0.2s;
  -moz-transition: background 0.2s;
  transition: background 0.2s;
}

.md-switch input.md-toggle-round + label:after {
  width: 15px;
  height: 16px;
  margin: auto 4px;
  background: #ffffff;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.24);
  border-radius: 100%;
  -webkit-transition: margin 0.2s;
  -moz-transition: margin 0.2s;
  -o-transition: margin 0.2s;
  transition: margin 0.2s;
}

.md-switch input.md-toggle-round:checked + label:before {
  background-color: #ff490b;
  box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.24);
}

.md-switch input.md-toggle-round:checked + label:after {
  margin-left: 25px;
}

.md-switch {
  padding-top: 12px;
}

.middcell-page-wrapper {
  margin: 0 auto;
}

/* Breadcrumb */
.middcell-navigation-trail {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #81858b;
  margin-bottom: 16px;
  margin-top: 15px;
}

.middcell-navigation-trail a {
  color: #81858b;
  text-decoration: none;
}

/* Brand Hero Header */
.middcell-hero-card {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 16px;
  overflow: hidden;
  padding: 0;
  margin-bottom: 24px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.middcell-cover-banner {
  width: 100%;
  height: 220px;
  object-fit: cover;
  background-size: cover;
  background-position: center;
  position: relative;
}
.middcell-cover-banner img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.middcell-identity-bar {
  padding: 0 32px 24px 32px;
  display: flex;
  align-items: flex-end;
  gap: 24px;
  margin-top: -20px;
  position: relative;
  z-index: 2;
}

.middcell-avatar-frame {
  width: 120px;
  height: 120px;
  background: #fff;
  border: 3px solid #fff;
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  overflow: hidden;
}

.middcell-avatar-frame img {
  width: 90px;
  height: 90px;
  object-fit: contain;
}

.middcell-headline-group {
  flex-grow: 1;
  padding-bottom: 8px;
}

.middcell-primary-title {
  font-size: 24px;
  font-weight: bold;
  color: #0c0c0c;
  margin-bottom: 4px;
}

.middcell-secondary-title {
  font-size: 14px;
  color: #81858b;
  font-weight: normal;
}

.middcell-engagement-area {
  display: flex;
  gap: 12px;
  padding-bottom: 8px;
}

.middcell-subscribe-action {
  background-color: #ed5518;
  color: #fff;
  border: none;
  padding: 10px 24px;
  border-radius: 8px;
  font-weight: bold;
  font-size: 13px;
  cursor: pointer;
  transition: background 0.2s;
}

.middcell-subscribe-action:hover {
  background-color: #d8334a;
}

/* Key Features & Metrics */
.middcell-metrics-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 16px;
  margin-bottom: 24px;
  padding: 0;
}

.middcell-metric-box {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  padding: 16px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.middcell-metric-badge {
  width: 40px;
  height: 40px;
  background: #fef0f2;
  color: #ed5518;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

.middcell-metric-details .middcell-metric-num {
  font-size: 16px;
  font-weight: bold;
  color: #0c0c0c;
}

.middcell-metric-details .middcell-metric-lbl {
  font-size: 14px;
  color: #81858b;
  margin-top: 2px;
}

/* About Section */
.middcell-overview-panel {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  padding: 24px;
  margin-bottom: 32px;
}

.middcell-section-heading {
  font-size: 18px;
  font-weight: bold;
  color: #0c0c0c;
  margin-bottom: 12px;
  position: relative;
  padding-right: 12px;
}

.middcell-section-heading::before {
  content: "";
  position: absolute;
  right: 0;
  top: 3px;
  bottom: 3px;
  width: 4px;
  background-color: #ed5518;
  border-radius: 2px;
}

.middcell-biography-paragraph {
  font-size: 14px;
  line-height: 1.8;
  color: #5a5c60;
}

/* Catalog Section */
.middcell-showcase-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}

.middcell-inventory-counter {
  font-size: 14px;
  color: #81858b;
  background: #e0e0e0;
  padding: 4px 10px;
  border-radius: 12px;
}

.middcell-item-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 16px;
}

.middcell-item-tile {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  padding: 16px;
  text-align: center;
  transition: transform 0.2s, box-shadow 0.2s;
}

.middcell-item-tile:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.middcell-item-tile img {
  width: 100%;
  height: 180px;
  object-fit: contain;
  margin-bottom: 12px;
}

.middcell-item-caption {
  font-size: 13px;
  line-height: 1.5;
  color: #3f4044;
  margin-bottom: 12px;
  text-align: right;
  height: 40px;
  overflow: hidden;
}

.middcell-item-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 8px;
}

.middcell-item-price-tag {
  font-weight: bold;
  color: #0c0c0c;
  font-size: 15px;
}

/* Responsive Views */
@media (max-width: 768px) {
  body {
    padding: 12px;
  }
  .middcell-cover-banner {
    height: 140px;
  }
  .middcell-identity-bar {
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-top: -50px;
    padding: 0 16px 16px 16px;
  }
  .middcell-headline-group {
    padding-bottom: 0;
  }
  .middcell-engagement-area {
    width: 100%;
    justify-content: center;
    margin-top: 12px;
  }
  .middcell-subscribe-action {
    width: 100%;
  }
  .middcell-section-heading::before {
    right: 0;
  }
}
.element-builder-header {
  text-align: center;
  margin-bottom: 32px;
}

.element-builder-header h1 {
  font-size: 26px;
  color: var(--text-main);
  margin-bottom: 8px;
  font-weight: bold;
}

.element-builder-header p {
  color: var(--text-muted);
  font-size: 14px;
}

.element-layout-grid {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 24px;
  align-items: start;
}

.element-builder-card {
  background-color: var(--card-bg);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 24px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
}

.element-form-section {
  margin-bottom: 28px;
}

.element-section-title {
  font-size: 15px;
  color: var(--text-main);
  font-weight: bold;
  margin-bottom: 16px;
  border-right: 4px solid var(--primary-color);
  padding-right: 10px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.element-grid-form {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 16px;
}

.element-form-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.element-form-group label {
  font-size: 14px;
  color: var(--text-muted);
  font-weight: bold;
}

.element-form-control {
  background-color: var(--input-bg);
  border: 1px solid var(--input-border);
  border-radius: 8px;
  padding: 10px 12px;
  color: var(--text-main);
  font-size: 13px;
  outline: none;
  transition: all 0.2s;
  width: 100%;
}

.element-form-control:focus {
  border-color: var(--primary-color);
  background-color: #ffffff;
  box-shadow: 0 0 0 3px rgba(255, 87, 34, 0.1);
}

/* ----------------------------------------------------
   استیل اختصاصی و مدرن باکس آپلود فایل
---------------------------------------------------- */
.element-upload-container {
  grid-column: 1/-1;
}

.element-upload-box {
  border: 2px dashed var(--input-border);
  background-color: var(--input-bg);
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  position: relative;
}

.element-upload-box:hover, .element-upload-box.dragover {
  border-color: var(--primary-color);
  background-color: rgba(255, 87, 34, 0.03);
}

.element-upload-icon {
  width: 42px;
  height: 42px;
  fill: var(--primary-color);
  margin-bottom: 8px;
}

.element-upload-text {
  font-size: 13px;
  color: var(--text-main);
  font-weight: bold;
  margin-bottom: 4px;
}

.element-upload-subtext {
  font-size: 14px;
  color: var(--text-muted);
}

.element-file-input {
  display: none;
}

/* باکس کارت پیش‌نمایش عکس آپلود شده */
.element-preview-card {
  display: none;
  align-items: center;
  justify-content: space-between;
  background-color: #ffffff;
  border: 1px solid var(--border-color);
  border-radius: 10px;
  padding: 10px 14px;
  margin-top: 12px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.02);
}

.element-preview-info {
  display: flex;
  align-items: center;
  gap: 12px;
}

.element-preview-img {
  width: 54px;
  height: 54px;
  object-fit: cover;
  border-radius: 6px;
  border: 1px solid var(--border-color);
}

.element-preview-details {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.element-file-name {
  font-size: 13px;
  font-weight: bold;
  color: var(--text-main);
  max-width: 250px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.element-file-size {
  font-size: 11px;
  color: var(--text-muted);
}

.element-btn-remove-file {
  background-color: #fee2e2;
  color: #ef4444;
  border: none;
  border-radius: 6px;
  padding: 6px 12px;
  font-size: 14px;
  cursor: pointer;
  font-weight: bold;
  transition: all 0.2s;
}

.element-btn-remove-file:hover {
  background-color: #ef4444;
  color: #ffffff;
}

/* ----------------------------------------------------
   جدول داینامیک مشخصات
---------------------------------------------------- */
.element-table-wrapper {
  overflow-x: auto;
  margin-bottom: 16px;
  border: 1px solid var(--border-color);
  border-radius: 8px;
}

.element-dynamic-table {
  width: 100%;
  border-collapse: collapse;
  text-align: right;
  font-size: 13px;
  background-color: #ffffff;
}

.element-dynamic-table th {
  background-color: #f1f5f9;
  color: var(--text-main);
  padding: 12px 10px;
  border-bottom: 1px solid var(--border-color);
  white-space: nowrap;
  font-weight: bold;
}

.element-dynamic-table td {
  padding: 10px 6px;
  border-bottom: 1px solid var(--border-color);
  vertical-align: middle;
}

.element-dynamic-table tr:hover td {
  background-color: #f8fafc;
}

.element-btn-add {
  background-color: #fff;
  border: 1px dashed var(--primary-color);
  color: var(--primary-color);
  padding: 10px 16px;
  border-radius: 8px;
  cursor: pointer;
  font-size: 13px;
  font-weight: bold;
  transition: all 0.2s;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  width: 100%;
  justify-content: center;
}

.element-btn-add:hover {
  background-color: rgba(255, 87, 34, 0.05);
}

.element-btn-remove {
  background-color: #fee2e2;
  color: #ef4444;
  border: 1px solid #fca5a5;
  padding: 6px 10px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 14px;
  transition: all 0.2s;
}

.element-btn-remove:hover {
  background-color: #ef4444;
  color: #ffffff;
}

/* کارت خلاصه پیش‌فاکتور */
.element-summary-card {
  background-color: var(--card-bg);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 20px;
  position: sticky;
  top: 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
}

.element-summary-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--border-color);
}

.element-summary-row {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  margin-bottom: 12px;
  color: var(--text-muted);
}

.element-summary-row span:last-child {
  color: var(--text-main);
  font-weight: bold;
}

.element-summary-divider {
  border-top: 1px dashed var(--border-color);
  margin: 16px 0;
}

.element-btn-submit {
  background-color: var(--primary-color);
  color: #ffffff;
  border: none;
  width: 100%;
  padding: 12px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.2s;
  margin-top: 12px;
}

.element-btn-submit:hover {
  background-color: var(--primary-hover);
}

@media (max-width: 992px) {
  .element-layout-grid {
    grid-template-columns: 1fr;
  }
  .element-summary-card {
    position: static;
  }
}
.app-layout {
  display: flex;
  min-height: 100vh;
  max-width: 1280px;
  margin: 0 auto;
}

/* منوی کناری (Sidebar) مخصوص دسکتاپ */
.app-sidebar {
  width: 280px;
  background: #ffffff;
  border-left: 1px solid #e2e8f0;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  position: sticky;
  top: 0;
  height: 100vh;
}

.app-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f1f5f9;
}

.app-avatar {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  background: linear-gradient(135deg, #ff5722, #ff8a65);
  color: #ffffff;
  font-weight: 800;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.app-user-name {
  font-size: 15px;
  font-weight: 800;
  color: #0f172a;
}

.app-sidebar-nav {
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex: 1;
}

.app-nav-btn {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  border-radius: 12px;
  border: none;
  background: transparent;
  color: #64748b;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  text-align: right;
  width: 100%;
  transition: all 0.2s;
}

.app-nav-btn:hover {
  background: #f1f5f9;
  color: #0f172a;
}

.app-nav-btn.active {
  background: #fff3e0;
  color: #ff5722;
}

.app-nav-btn svg {
  width: 20px;
  height: 20px;
  stroke: currentColor;
}

/* محتوای اصلی */
.app-main {
  flex: 1;
  padding: 32px;
  max-width: 1000px;
}

.app-header-mobile {
  display: none;
}

.app-tab-panel {
  display: none;
}

.app-tab-panel.active {
  display: block;
}

.app-section-title {
  font-size: 18px;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 20px;
}

/* --- داشبورد دسکتاپ --- */
.app-stats-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-bottom: 24px;
}

.app-stat-card {
  background: #ffffff;
  padding: 20px;
  border-radius: 16px;
  border: 1px solid #e2e8f0;
}

.app-stat-val {
  font-size: 22px;
  font-weight: 900;
  color: #ff5722;
  margin-top: 6px;
}

.app-stat-lbl {
  font-size: 13px;
  color: #64748b;
  font-weight: 700;
}

.app-promo-card {
  background: linear-gradient(135deg, #0f172a, #1e293b);
  border-radius: 20px;
  padding: 24px;
  color: #fff;
  margin-bottom: 24px;
}

.app-promo-btn {
  display: inline-block;
  margin-top: 14px;
  padding: 10px 20px;
  background: #ff5722;
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  border-radius: 10px;
}

/* --- سفارشات --- */
.app-order-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 20px;
  margin-bottom: 16px;
}

.app-order-head {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #f1f5f9;
  padding-bottom: 12px;
  margin-bottom: 12px;
  font-size: 14px;
}

.app-status-pill {
  padding: 4px 10px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 700;
}

.app-status-pill.success {
  background: #dcfce7;
  color: #15803d;
}

.app-status-pill.shipping {
  background: #ffedd5;
  color: #c2410c;
}

/* --- فرم آدرس --- */
.app-address-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.app-tag-selector {
  display: flex;
  gap: 10px;
  margin-bottom: 16px;
}

.app-tag-chip {
  flex: 1;
  padding: 10px;
  text-align: center;
  background: #ffffff;
  border: 1px solid #cbd5e1;
  border-radius: 12px;
  font-size: 13px;
  font-weight: 700;
  color: #64748b;
  cursor: pointer;
}

.app-tag-chip.active {
  background: #fff3e0;
  border-color: #ff5722;
  color: #ff5722;
}

.app-btn-location {
  width: 100%;
  height: 44px;
  background: #e0f2fe;
  color: #0369a1;
  border: 1px dashed #0284c7;
  border-radius: 12px;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 16px;
  transition: all 0.2s;
}

.app-btn-location:hover {
  background: #bae6fd;
}

.app-input-wrap {
  margin-bottom: 14px;
}

.app-label {
  font-size: 13px;
  font-weight: 700;
  color: #475569;
  margin-bottom: 6px;
  display: block;
}

.app-input {
  width: 100%;
  height: 48px;
  padding: 0 16px;
  background: #ffffff;
  border: 1px solid #cbd5e1;
  border-radius: 12px;
  font-size: 14px;
  color: #0f172a;
  outline: none;
}

.app-input:focus {
  border-color: #ff5722;
}

.app-form-actions {
  display: flex;
  gap: 10px;
  margin-top: 14px;
}

.app-btn-primary {
  flex: 1;
  height: 48px;
  background: #ff5722;
  color: #ffffff;
  border: none;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
}

.app-btn-cancel {
  display: none;
  padding: 0 20px;
  height: 48px;
  background: #f1f5f9;
  color: #64748b;
  border: 1px solid #cbd5e1;
  border-radius: 12px;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
}

/* کارت آدرس */
.app-address-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 16px;
  margin-bottom: 12px;
}

.app-address-badge {
  display: inline-block;
  padding: 4px 10px;
  background: #ff5722;
  color: #ffffff;
  border-radius: 6px;
  font-size: 11px;
  font-weight: 800;
  margin-bottom: 10px;
}

.app-address-text {
  font-size: 14px;
  font-weight: 700;
  color: #0f172a;
  line-height: 1.6;
  margin-bottom: 8px;
}

.app-address-meta {
  font-size: 14px;
  color: #64748b;
  margin-bottom: 14px;
}

.app-address-actions {
  display: flex;
  gap: 10px;
  padding-top: 12px;
  border-top: 1px dashed #e2e8f0;
}

.app-act-btn {
  flex: 1;
  padding: 8px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 700;
  border: none;
  cursor: pointer;
  text-align: center;
}

.app-act-edit {
  background: #f0fdf4;
  color: #16a34a;
  border: 1px solid #bbf7d0;
}

.app-act-delete {
  background: #fef2f2;
  color: #dc2626;
  border: 1px solid #fecaca;
}

.app-bottom-nav {
  display: none;
}

/* =========================================================
   تنظیمات حالت موبایل (تغییر کامل چیدمان به نسخه موبایل)
========================================================= */
@media (max-width: 768px) {
  body {
    padding-bottom: 80px;
  }
  .app-layout {
    flex-direction: column;
  }
  .app-sidebar {
    display: none; /* حذف منوی دسکتاپ در موبایل */
  }
  .app-header-mobile {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #ffffff;
    padding: 16px 20px;
    border-bottom: 1px solid #e2e8f0;
    position: sticky;
    top: 0;
    z-index: 10;
  }
  .app-main {
    padding: 20px;
    max-width: 100%;
  }
  .app-address-grid {
    grid-template-columns: 1fr;
  }
  /* فعال شدن منوی شناور پایین در موبایل */
  .app-bottom-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 65px;
    background: #ffffff;
    border-top: 1px solid #e2e8f0;
    display: flex;
    justify-content: space-around;
    align-items: center;
    z-index: 100;
  }
  .app-mob-nav-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3px;
    background: none;
    border: none;
    color: #94a3b8;
    font-size: 10px;
    font-weight: 700;
    cursor: pointer;
    flex: 1;
  }
  .app-mob-nav-item.active {
    color: #ff5722;
  }
  .app-mob-nav-item svg {
    width: 20px;
    height: 20px;
    stroke: currentColor;
  }
}
.grain {
  position: relative;
  isolation: isolate;
}

.grain::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  opacity: 0.5;
  mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.35'/%3E%3C/svg%3E");
}

.grain > .container {
  position: relative;
  z-index: 1;
}

.hero-btn {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 16px;
  background: linear-gradient(135deg, rgba(30, 41, 59, 0.9) 0%, rgba(15, 23, 42, 0.95) 100%);
  border: 1px solid rgba(255, 85, 0, 0.4);
  padding: 16px 28px 16px 18px;
  border-radius: 0px;
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  backdrop-filter: blur(12px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.1);
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  overflow: hidden;
  cursor: pointer;
}
.hero-btn::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 2px;
  transition: transform 0.6s ease;
}
.hero-btn::hover {
  background: #FD7D01 !important;
  border: 1px solid #FD7D01 !important;
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
    scroll-behavior: auto !important;
  }
}
.container-narrow {
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ---- mono numerals used for specs / prices / hud ---- */
.mono {
  direction: ltr;
  unicode-bidi: isolate;
  letter-spacing: 0.02em;
}

/* =========================================================================
Typography
========================================================================= */
h1, h2, h3, h4, h5 {
  font-weight: 800;
  line-height: 1.22;
  margin: 0;
  text-wrap: balance;
}

.mono, .price-now, .price-old, .stat-num {
  font-variant-numeric: tabular-nums;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 12.5px;
  letter-spacing: 0.5px;
  color: #000000;
  border: 2px solid #ed5518;
  background: rgb(255, 255, 255);
  padding: 7px 14px;
  margin-bottom: 22px;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 15px), calc(100% - 15px) 100%, 0 100%);
  flex-direction: row;
  justify-content: flex-end;
}

.eyebrow::before {
  content: "";
  width: 22px;
  height: 2px;
  background: var(--orange);
  display: inline-block;
}

.eyebrow.on-dark {
  color: #ff8a5c;
  background: #000;
}

.eyebrow.green {
  color: var(--green);
}

.eyebrow.green::before {
  background: var(--green);
}

.section-title {
  font-size: clamp(28px, 3.6vw, 44px);
}

.section-lede {
  max-width: 640px;
  font-size: 17px;
  margin-top: 14px;
}

.section-head {
  margin-bottom: 48px;
}

.section-head.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.section-head.center .section-lede {
  margin-left: auto;
  margin-right: auto;
}

.section-head.split {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
}

.about {
  position: relative;
  overflow: hidden;
  padding: clamp(56px, 8vw, 110px) 24px;
  background: #f7f7f7;
}

/* machined blueprint grid, faint diagonal hazard corner */
.about::before {
  content: "";
  position: absolute;
  inset: 0;
  background-size: 48px 48px;
  -webkit-mask-image: radial-gradient(ellipse 65% 55% at 80% 0%, black, transparent 70%);
  opacity: 0.55;
  pointer-events: none;
}

.about::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(0, 0, 0, 0.66) 1px, rgba(0, 0, 0, 0.51) 1px), linear-gradient(90deg, rgba(46, 52, 62, 0.56) 1px, rgba(0, 0, 0, 0.18) 1px);
  background-size: 48px 48px;
  -webkit-mask-image: radial-gradient(ellipse 65% 55% at 80% 0%, black, transparent 70%);
  mask-image: radial-gradient(ellipse 65% 55% at 80% 0%, rgba(0, 0, 0, 0.7803921569), rgba(0, 0, 0, 0) 70%);
  opacity: 0.55;
  pointer-events: none;
}

.content-gap {
  color: #777777 !important;
}

.wrap {
  position: relative;
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(32px, 5vw, 72px);
  align-items: center;
}

.content {
  direction: rtl;
}

.eyebrow::before {
  content: "";
  width: 7px;
  height: 7px;
  background: #ed5518;
  box-shadow: 0 0 8px #ed5518;
}

h1 {
  font-weight: 800;
  font-size: clamp(30px, 4.2vw, 45px);
  line-height: 1.4;
  margin: 0 0 22px;
}

h1 span {
  color: #eee;
}

.content p {
  font-size: 18px;
  line-height: 2;
  color: #0e0e0e;
  margin: 0 0 20px;
  text-align: justify;
  max-width: 620px;
}

.stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: 34px;
  max-width: 560px;
}

.stat {
  position: relative;
  border-radius: 0px;
  padding: 20px 18px;
  display: flex;
  align-items: center;
  gap: 16px;
  background-color: #ffffff;
  transition: transform 0.25s ease, border-color 0.25s ease;
  border: 1px solid #ed5518;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%);
}

.stat:hover {
  transform: translateY(-3px);
  border-color: --amber-dark;
}

.stat .icon {
  flex-shrink: 0;
  width: 54px;
  height: 54px;
  border-radius: 8px;
  background: #ed5518;
  border: 1px solid #ed5518;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;
}

.stat .icon svg {
  width: 28px;
  height: 28px;
}

.stat .num {
  font-weight: 700;
  color: #000000;
  font-size: 21px;
  line-height: 1.2;
}

.stat .label {
  font-size: 13px;
  color: #000000;
  margin-top: 3px;
}

/* ===== Media column ===== */
.media {
  display: grid;
  gap: 18px;
}

.cta-card {
  position: relative;
  background: linear-gradient(135deg, #000000 0%, #0d2318 55%);
  border-radius: 14px;
  padding: 30px 28px;
  color: #fff;
  overflow: hidden;
  min-height: 190px;
  display: flex;
  align-items: center;
}

.cta-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(-45deg, rgba(0, 249, 62, 0.22) 0 10px, transparent 10px 20px);
  -webkit-mask-image: linear-gradient(to left, black, transparent 60%);
  mask-image: linear-gradient(to left, black, transparent 60%);
}

.cta-text {
  position: relative;
  z-index: 2;
  max-width: 62%;
}

.cta-text .tag {
  font-size: 11px;
  color: #eee;
  letter-spacing: 0.5px;
  display: block;
  margin-bottom: 8px;
}

.cta-text h3 {
  font-size: 20px;
  font-weight: 800;
  margin: 0 0 10px;
  line-height: 1.5;
}

.cta-text p {
  font-size: 16px;
  line-height: 1.85;
  width: 80%;
  margin: 0 0 18px;
  color: #ffffff;
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #eee;
  color: #1B1508;
  font-weight: 700;
  font-size: 14px;
  padding: 11px 22px;
  border-radius: 6px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: transform 0.2s ease, background 0.2s ease;
}

.btn:hover {
  transform: translateY(-2px);
  background: #FFB157;
}

.cta-figure {
  position: absolute;
  left: -10px;
  bottom: 0px;
  height: 82%;
  width: auto;
  -webkit-mask-image: linear-gradient(to right, transparent, black 25%);
  mask-image: linear-gradient(to right, transparent, black 25%);
}

.cta-figure img {
  height: 100%;
  width: auto;
  display: block;
  filter: grayscale(0.3) contrast(1.1) brightness(0.9);
  object-fit: cover;
}

.photo {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  aspect-ratio: 14/10.4;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%);
}

.photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: saturate(1.05) contrast(1.05);
  transition: transform 0.6s ease;
}

.photo:hover img {
  transform: scale(1.04);
}

.photo .coord {
  position: absolute;
  bottom: 12px;
  right: 14px;
  font-size: 11px;
  color: #eee;
  background: rgba(20, 23, 28, 0.65);
  padding: 4px 10px;
  border-radius: 4px;
  border: 1px solid rgba(255, 155, 43, 0.3);
  letter-spacing: 0.3px;
}

@media (max-width: 900px) {
  .wrap {
    grid-template-columns: 1fr;
  }
  .media {
    order: -1;
  }
  .content p {
    max-width: none;
  }
  .stats {
    max-width: none;
  }
  .hero-bg-video #myVideo {
    height: 600px;
    width: unset !important;
  }
  .cnc-vectors {
    height: 180px;
    width: 360px;
    object-fit: contain;
  }
  .cnc-vectors img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    position: relative;
    right: 0px;
  }
}
@media (max-width: 480px) {
  .stats {
    grid-template-columns: 1fr;
  }
  .cta-text {
    max-width: 68%;
  }
  .hero-bg-video #myVideo {
    height: 600px;
    width: unset !important;
  }
}
@media (prefers-reduced-motion: reduce) {
  .stat, .btn, .photo img {
    transition: none !important;
  }
}
/* =========================================================================
Signature motif — the kerf line (machined diagonal cut)
========================================================================= */
.kerf-top {
  clip-path: polygon(0 var(--kerf), 100% 0, 100% 100%, 0 100%);
}

.kerf-bottom {
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - var(--kerf)), 0 100%);
}

.kerf-both {
  clip-path: polygon(0 var(--kerf), 100% 0, 100% calc(100% - var(--kerf)), 0 100%);
}

.kerf-divider {
  position: relative;
  height: 64px;
  margin-top: -1px;
}

.kerf-divider svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.cut-rule {
  position: relative;
  height: 1px;
  background: var(--line);
  overflow: visible;
}

.cut-rule::after {
  content: "";
  position: absolute;
  top: -1px;
  right: 0;
  width: 64px;
  height: 3px;
  background: var(--orange);
}

/* dashed "toolpath" line, decorative */
.toolpath {
  position: absolute;
  border: none;
  stroke: var(--orange);
  stroke-width: 1.5;
  stroke-dasharray: 6 7;
  fill: none;
  opacity: 0.5;
}

/* =========================================================================
Buttons
========================================================================= */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 15px 28px;
  border-radius: 2px;
  border: 1px solid transparent;
  font-weight: 700;
  font-size: 15px;
  white-space: nowrap;
  transition: transform 0.3s var(--ease-out), background 0.25s var(--ease), color 0.25s var(--ease), border-color 0.25s var(--ease), box-shadow 0.3s var(--ease-out);
  position: relative;
}

.btn svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  transition: transform 0.3s var(--ease-out);
}

.btn:active {
  transform: translateY(0) scale(0.98) !important;
  transition-duration: 0.1s;
}

.btn-primary {
  background: var(--orange);
  color: #000;
  box-shadow: var(--shadow-xs);
  clip-path: polygon(12px 0, 100% 0, 100% calc(100% - 12px), calc(100% - 12px) 100%, 0 100%, 0 12px);
}

.btn-primary:hover {
  background: #637c69;
  clip-path: 0;
}

.btn-primary:hover svg {
  transform: translateX(-3px);
}

.btn-dark {
  background: var(--ink);
  color: #fff;
  box-shadow: var(--shadow-xs);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%);
}

.btn-dark:hover {
  background: #000;
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
}

.btn-outline {
  clip-path: polygon(12px 0, 100% 0, 100% calc(100% - 12px), calc(100% - 12px) 100%, 0 100%, 0 12px);
  background-color: rgba(255, 255, 255, 0.03);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(4px);
}

.btn-outline:hover {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.08);
}

.btn-outline-dark {
  background: transparent;
  border-color: var(--ink);
  color: var(--ink);
}

.btn-outline-dark:hover {
  background: var(--ink);
  color: #fff;
}

.btn-green {
  background: var(--green);
  color: #fff;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%);
}

.btn-green:hover {
  background: var(--green-dark);
  transform: translateY(-2px);
}

.btn-block {
  width: 100%;
}

.btn-sm {
  padding: 10px 18px;
  font-size: 13.5px;
}

.btn-icon {
  width: 44px;
  height: 44px;
  padding: 0;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--ink);
  transition: 0.25s var(--ease);
}

.btn-icon:hover {
  background: var(--ink);
  color: #fff;
  border-color: var(--ink);
}

.btn-icon.filled {
  background: var(--ink);
  color: #fff;
}

/* =========================================================================
Buttons row / badges / chips
========================================================================= */
.badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 11px;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.02em;
  border-radius: 2px;
}

.badge-orange {
  background: var(--orange);
  color: #fff;
}

.badge-green {
  background: var(--green);
  color: #fff;
}

.badge-dark {
  background: var(--ink);
  color: #fff;
}

.badge-outline {
  background: #fff;
  border: 1px solid var(--line);
  color: var(--ink);
}

.badge-soft-green {
  background: var(--green-tint);
  color: var(--green);
}

.badge-soft-orange {
  background: var(--ink);
  color: var(--orange);
}

/* =========================================================================
HERO
========================================================================= */
.cnc-vectors {
  height: 500px;
  width: 700px;
  object-fit: contain;
}
.cnc-vectors img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  position: relative;
  right: -70px;
}

.hero-bg-video {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.hero-bg-video #myVideo {
  width: 100%;
}

.hero {
  position: relative;
  height: 760px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: var(--ink);
  overflow: hidden;
  color: #fff;
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.hero-media video, .hero-media canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10, 12, 14, 0.99) 0%, rgba(10, 12, 14, 0.41) 38%, rgb(10, 12, 14) 100%), linear-gradient(90deg, rgba(10, 12, 14, 0.98) 0%, rgba(10, 12, 14, 0.46) 45%);
}

.image-holding {
  height: 450px;
  display: flex;
  align-items: center;
}

.hero-content {
  position: relative;
  z-index: 1;
}

.hero-content .container {
  display: flex;
  padding: 0px 85px;
  flex-direction: column;
}

.hero-content .container {
  display: flex;
  flex-direction: column;
}

.img-holder {
  align-self: flex-start;
  font-size: 14px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #ed5518;
  border-radius: 50%;
  margin-bottom: 26px;
}

.hero-tag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  align-self: flex-start;
  font-size: 16px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #ed5518;
  border: 1px solid rgba(255, 255, 255, 0.25);
  padding: 8px 14px;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.28);
  margin-bottom: 26px;
}

.hero-tag i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--orange);
  display: inline-block;
  box-shadow: 0 0 0 4px rgba(255, 250, 248, 0.25);
}

.hero h1 {
  font-size: clamp(38px, 5.6vw, 76px);
  max-width: 920px;
  color: #fff;
  font-weight: 800;
}

.hero h1 em {
  font-style: normal;
  color: var(--orange);
}

.hero-sub {
  max-width: 560px;
  margin-top: 22px;
  font-size: 17.5px;
  color: #d7d9d6;
  line-height: 1.9;
}

.hero-cta {
  display: flex;
  gap: 16px;
  margin-top: 38px;
  flex-wrap: wrap;
}

.hero-hud {
  position: relative;
  z-index: 2;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  margin-top: 70px;
  background: rgba(10, 12, 14, 0.6);
  backdrop-filter: blur(8px);
}

.hero-hud .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 60px;
  flex-wrap: wrap;
  gap: 0;
}

@keyframes heatingElement {
  0% {
    color: #ccc; /* حالت سرد و خاموش (خاکستری مایل به تیره) */
    text-shadow: 0 0 0px rgba(255, 107, 0, 0), 0 0 0px rgba(255, 60, 0, 0);
  }
  30% {
    color: #ff3c00; /* شروع سرخ شدن و داغ شدن */
    text-shadow: 0 0 8px rgba(255, 60, 0, 0.6), 0 0 10px rgba(255, 60, 0, 0.4);
  }
  70% {
    color: #ff6b00; /* نارنجی بسیار داغ */
    text-shadow: 0 0 10px #ff6b00, 0 0 20px #ff3c00, 0 0 20px rgba(255, 107, 0, 0.8);
  }
  100% {
    color: #fff5ea; /* نقطه اوج حرارت: هسته سفید-زرد با هاله‌های شدید نارنجی */
    text-shadow: 0 0 5px #ffffff, 0 0 12px #ff8c00, 0 0 15px #ff4500, 0 0 25px #ff2200, 0 0 0px rgba(255, 69, 0, 0.8);
  }
}
/* کلاسی که روی کلمه یا کل تیتر اعمال می‌شود */
.element-glow {
  display: inline-block;
  font-weight: 900;
  letter-spacing: 1px;
  /* اجرای انیمیشن: ۴ ثانیه زمان گرم شدن، بی‌نهایت تکرار در حالت شناور (Alternate) */
  animation: heatingElement 5.5s ease-in-out infinite alternate;
}

.hud-item {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 12px;
  color: #9aa0a3;
  direction: ltr;
  padding: 0 22px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  flex: 1;
  justify-content: center;
}

.hud-item:first-child {
  justify-content: flex-start;
  padding-right: 0;
}

.hud-item:last-child {
  border-left: none;
  justify-content: flex-end;
  padding-left: 0;
}

.hud-item b {
  color: #fff;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
}

.hud-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #33d17a;
  box-shadow: 0 0 0 3px rgba(51, 209, 122, 0.18);
  flex-shrink: 0;
}

.hero-scroll {
  position: absolute;
  bottom: 45px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  color: #c9cdd0;
  font-size: 14px;
  letter-spacing: 0.1em;
}

.hero-scroll .line {
  width: 1px;
  height: 120px;
  background: linear-gradient(#fff, transparent);
  animation: scrollpulse 1.8s ease-in-out infinite;
}

@keyframes scrollpulse {
  0% {
    opacity: 0.2;
    transform: scaleY(0.4);
    transform-origin: top;
  }
  50% {
    opacity: 1;
    transform: scaleY(1);
    transform-origin: top;
  }
  100% {
    opacity: 0.2;
    transform: scaleY(0.4);
    transform-origin: top;
  }
}
/* =========================================================================
Stats strip
========================================================================= */
.stats-strip {
  background: var(--surface);
  border-bottom: 1px solid var(--line);
}

.stats-strip .container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.stat-cell {
  padding: 34px 26px;
  border-left: 1px solid var(--line);
  text-align: center;
}

.stat-cell:last-child {
  border-left: none;
}

.stat-num {
  font-size: 36px;
  font-weight: 700;
  color: var(--ink);
  direction: ltr;
  display: block;
}

.stat-num span {
  color: var(--orange);
}

.stat-label {
  margin-top: 8px;
  font-size: 13.5px;
  color: var(--muted);
  font-weight: 600;
}

/* =========================================================================
Generic section spacing
========================================================================= */
.section {
  padding: 50px 0;
  padding-top: 60px;
}

.section-sm {
  padding: 70px 0;
}

.cert-strip {
  margin-top: 40px;
  padding-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}

.cert-title {
  color: #cbd5e1;
  font-size: 0.85rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 8px;
}

.cert-badges {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.cert-chip {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #e2e8f0;
  font-size: 0.75rem;
  font-weight: 800;
  padding: 6px 14px;
  border-radius: 10px;
  letter-spacing: 0.5px;
}

.bg-ink {
  background: var(--ink);
  color: #fff;
}

.bg-ink p {
  color: #aeb2ae;
}

.bg-surface {
  background: var(--surface);
}

.bg-panel {
  background: #ffffff;
}

/* =========================================================================
About / company intro
========================================================================= */
.about-section {
  width: 100%;
  display: flex;
  align-items: center;
  /* background: #ffffff; */
  border-radius: 24px;
  padding: 20px 0px;
  position: relative;
  animation: fadeIn 0.8s cubic-bezier(0.16, 1, 0.3, 1) forwards;
  position: relative;
  z-index: 1;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* ۱. تصویر صنعتی و افکت‌های آن */
.image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.image-frame {
  position: relative;
  width: 100%;
  height: 475px;
  border-radius: 0px;
  overflow: hidden;
  border: 4px solid #ed5518;
  clip-path: polygon(20px 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%, 0 20px);
  transition: border-color 0.4s ease;
}

/* افکت درخشش نور روی عکس (Shimmer Animation) */
.image-frame::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 60%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  transform: skewX(-25deg);
  transition: left 0.75s ease;
}

.image-frame:hover::after {
  left: 150%;
}

.image-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1), filter 0.4s ease;
}

.image-frame:hover img {
  transform: scale(1.06);
  filter: contrast(1.05);
}

/* کادر نقطه چین پشت عکس با افکت شناور */
.image-wrapper::before {
  content: "";
  position: absolute;
  top: -16px;
  left: -5px;
  right: 12px;
  bottom: 12px;
  border: 3px solid #fe5500;
  z-index: 0;
  clip-path: polygon(20px 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%, 0 20px);
  transition: transform 0.4s ease, border-color 0.4s ease;
  transform: translate(19px, -5px);
  border-left: 0;
  border-bottom: 0;
}

.image-wrapper:hover::before {
  border-color: #ed5518;
}

/* ۲. محتوا و انیمیشن‌های متنی */
.content-box {
  display: flex;
  flex-direction: column;
  gap: 20px;
  z-index: 1;
}

.sub-title {
  color: #ed5518;
  font-size: 0.85rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.sub-title::before {
  content: "";
  width: 12px;
  height: 2px;
  background-color: #ed5518;
  transition: width 0.3s ease;
}

.about-section:hover .sub-title::before {
  width: 24px;
}

.main-title {
  color: #0f172a;
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 1.2;
}

.description {
  color: #353535;
  font-size: 16px;
  margin-bottom: 18px;
  text-align: justify;
}

/* ۳. کارت‌های آمار با افکت هاور تعاملی */
.stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  margin-top: 10px;
}

.stat-card {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-right: 4px solid #ed5518;
  padding: 16px;
  border-radius: 0;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
  overflow: hidden;
}
.stat-card::before {
  content: "";
  position: absolute;
  mask-image: linear-gradient(to right, black, transparent 60%);
  inset: 0px;
  background: repeating-linear-gradient(224deg, rgba(255, 85, 0, 0.21) 0px, rgba(255, 85, 0, 0.19) 10px, transparent 10px, transparent 20px);
}

.stat-card-icons {
  height: 40px;
  width: 40px;
  object-fit: contain;
  margin-bottom: 12px;
}
.stat-card-icons img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.stat-card:hover {
  background: #ffffff;
  border-color: #ed5518;
  box-shadow: 0 10px 20px rgba(255, 85, 0, 0.08);
  transform: translateY(-4px);
}

.stat-title {
  color: #0f172a;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 4px;
}

.stat-value {
  color: #ed5518;
  font-size: 16px;
  font-weight: 600;
}

/* ۴. دکمه‌ها و پالس تماس */
.actions-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 5px;
  flex-wrap: wrap;
}

.btn-industrial {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 28px;
  font-size: 0.9rem;
  font-weight: 800;
  text-decoration: none;
  color: #ffffff;
  background-color: #ed5518;
  border: 1px solid #ed5518;
  outline: 1px dashed rgba(255, 255, 255, 0.7);
  outline-offset: -5px;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  clip-path: polygon(12px 0, 100% 0, 100% calc(100% - 12px), calc(100% - 12px) 100%, 0 100%, 0 12px);
}

.btn-arrow {
  transition: transform 0.3s ease;
  display: inline-block;
}

.btn-industrial:hover {
  background-color: #ed5518;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(234, 88, 12, 0.35);
}

.btn-industrial:hover .btn-arrow {
  transform: translateX(4px);
}

/* باکس پشتیبانی با انیمیشن پالس */
.support-box {
  display: flex;
  align-items: center;
  position: relative;
  gap: 12px;
  padding: 10px 20px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 0;
  transition: all 0.3s ease;
  width: 99%;
  height: 70px;
  flex-direction: row;
  border-right: 4px solid #ed5518;
  justify-content: space-between;
  padding-left: 5px;
}

.support-box:hover {
  border-color: #cbd5e1;
  background: #ffffff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
}

.support-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #ffedd5;
  color: #ed5518;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  position: relative;
}

/* حلقه انیمیشنی پالس دور آیکون تماس */
.support-icon::before {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: 50%;
  border: 1.5px solid #ed5518;
  animation: pulse 2s infinite;
  opacity: 0;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 0.8;
  }
  100% {
    transform: scale(1.4);
    opacity: 0;
  }
}
.support-info {
  display: flex;
  flex-direction: row;
  margin-left: 10px;
  width: 82%;
  justify-content: space-between;
}

.support-label {
  color: #000;
  font-size: 16px;
  font-weight: 600;
}

.support-number {
  color: #ed5518;
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 0.5px;
}

@media (max-width: 992px) {
  .about-section {
    grid-template-columns: 1fr;
  }
  .stats-grid {
    grid-template-columns: 1fr;
  }
}
/* =========================================================================
Blueprint machine panels — signature illustration style
used in place of photography: technical line-drawings of the machines,
drawn on a dot-grid "engineering drawing" ground with corner tick marks.
========================================================================= */
.el-vec {
  height: 0;
  width: 100%;
  object-fit: contain;
  position: relative;
  top: 20px;
  z-index: 0;
}

.el-vec img {
  width: 100%;
  height: 500px;
  object-fit: contain;
  position: absolute;
  top: -272px;
  left: -765px;
  z-index: -2;
  transform: rotate(45deg);
  opacity: 0.8;
}

.blueprint {
  position: relative;
  width: 100%;
  height: 240px;
  padding: 10px;
  background-size: 16px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.blueprint.dark {
  background-color: var(--ink-2);
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0.09) 1px, transparent 1px);
}

.blueprint svg {
  width: 72%;
  height: 72%;
}

.blueprint .tick {
  position: absolute;
  width: 16px;
  height: 16px;
  border-color: var(--muted-2);
  opacity: 0.55;
}

.blueprint .tick.tl {
  top: 10px;
  right: 10px;
  border-top: 1.5px solid;
  border-right: 1.5px solid;
}

.blueprint .tick.tr {
  top: 10px;
  left: 10px;
  border-top: 1.5px solid;
  border-left: 1.5px solid;
}

.blueprint .tick.bl {
  bottom: 10px;
  right: 10px;
  border-bottom: 1.5px solid;
  border-right: 1.5px solid;
}

.blueprint .tick.br {
  bottom: 10px;
  left: 10px;
  border-bottom: 1.5px solid;
  border-left: 1.5px solid;
}

.blueprint .bp-tag {
  position: absolute;
  bottom: 10px;
  right: 32px;
  font-size: 9.5px;
  color: var(--muted-2);
  direction: ltr;
  letter-spacing: 0.04em;
}

.bp-stroke {
  fill: none;
  stroke: var(--ink);
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.bp-accent {
  fill: none;
  stroke: var(--orange);
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.bp-dash {
  fill: none;
  stroke: var(--muted-2);
  stroke-width: 1;
  stroke-dasharray: 3 4;
}

.bp-fill {
  fill: #eee;
  stroke: var(--ink);
  stroke-width: 1.6;
}

.blueprint.dark .bp-stroke {
  stroke: #d8d9d4;
}

.blueprint.dark .bp-fill {
  fill: var(--ink-2);
  stroke: #d8d9d4;
}

/* =========================================================================
Category cards
========================================================================= */
.category-section .reveal-item {
  margin-bottom: 30px;
}

.section-sm.bg-panel {
  position: relative;
  overflow: hidden;
  height: 470px;
}
.section-sm.bg-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(225deg, rgba(0, 0, 0, 0.02) 0 10px, transparent 10px 20px);
  -webkit-mask-image: linear-gradient(to left, black, transparent 60%);
  mask-image: linear-gradient(to right, black, transparent 60%);
  left: 0;
}

.cat-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid #f7f7f7;
}

.cart-cat-wrap {
  background: #fff;
  border: 1px solid #e6e2d8;
  height: 190px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 40px;
}

.cat-icon {
  width: 90px;
  height: 90px;
  margin: 0 auto 18px;
  background: #f7f7f7;
  color: var(--ink);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  transition: all 0.3s var(--ease);
  object-fit: contain;
  padding: 10px;
}
.cat-icon img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.cat-name {
  font-weight: 700;
  font-size: 15px;
  transition: color 0.3s;
  display: flex;
  justify-content: center;
}

.cat-count {
  display: block;
  margin-top: 6px;
  font-size: 11.5px;
  color: #ed5518;
  transition: color 0.3s;
}

.catgory-offset {
  margin-bottom: 40px;
  /* خط پایین و هاله نارنجی تدریجی تا نیمه کارت */
}
.catgory-offset .description {
  color: #afafaf !important;
  font-size: 16px;
  margin-bottom: 18px;
}
.catgory-offset .card {
  position: relative;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  overflow: hidden;
  min-height: 380px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 30px;
  transition: border-color 0.3s ease, transform 0.3s ease;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.4s ease;
}
.catgory-offset .card img {
  filter: grayscale(0.2) brightness(0.92);
  transition: transform 1.1s cubic-bezier(0.22, 1, 0.36, 1), filter 0.6s;
}
.catgory-offset .card::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 0;
  background: linear-gradient(0deg, rgba(179, 60, 0, 0.233) 0%, rgba(16, 7, 0, 0) 100%);
  opacity: 0;
  z-index: 2;
  pointer-events: none;
  transition: height 0.5s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.5s ease;
}
.catgory-offset .card:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 102, 0, 0.3);
}
.catgory-offset .card:hover::after {
  height: 50%;
  opacity: 1;
}

.card:hover {
  border-color: rgba(255, 102, 0, 0.5);
  transform: translateY(-4px);
}
.card:hover img {
  filter: grayscale(0) brightness(0.92) saturate(1.35);
  transform: scale(1.09);
}

/* تنظیمات عکس پس‌زمینه که با تگ img قرار گرفته */
.card-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

/* لایه تیره روی عکس برای خوانایی متون */
.card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.562) 100%);
  z-index: 1;
}

.card-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
}

.en-sublabel {
  color: #ff6600;
  font-size: 0.8rem;
  font-weight: bold;
  letter-spacing: 0.5px;
  margin-bottom: 6px;
  font-family: sans-serif;
}

.title {
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 800;
  margin-bottom: 8px;
}

/* تگ‌های بیضی‌شکل پایین */
.tags-group {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-bottom: 20px;
}

.tag {
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #d1d1d1;
  padding: 5px 14px;
  border-radius: 20px;
  font-size: 0.78rem;
  backdrop-filter: blur(4px);
}

.action-btn {
  color: #ff6600;
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: opacity 0.2s;
}

.action-btn:hover {
  opacity: 0.8;
}

@media (max-width: 768px) {
  .cards-container {
    grid-template-columns: 1fr;
  }
}
/* سایه تیره پس‌زمینه برای خوانایی متون */
.card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.92) 100%);
  z-index: 1;
}

.card-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: right;
}

.catgory-offset {
  margin-bottom: 30px;
}

.en-sublabel {
  color: #ff6600;
  font-size: 0.8rem;
  font-weight: bold;
  letter-spacing: 0.5px;
  margin-bottom: 6px;
  font-family: sans-serif;
}

.title {
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 800;
  margin-bottom: 8px;
}

/* تگ‌های بیضی‌شکل پایین */
.tags-group {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-bottom: 20px;
}

.tag {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #d1d1d1;
  padding: 5px 14px;
  border-radius: 20px;
  font-size: 0.78rem;
  backdrop-filter: blur(4px);
}

.action-btn {
  color: #ff6600;
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: opacity 0.2s;
}

.action-btn:hover {
  opacity: 0.8;
}

/* عکس‌های پس‌زمینه - مسیر فایل‌های تصویر خود را بگذارید */
.card-1 {
  background-image: url("band-mica-heater.jpg");
}

.card-2 {
  background-image: url("tubular-heater.jpg");
}

@media (max-width: 768px) {
  .cards-container {
    grid-template-columns: 1fr;
  }
}
/* =========================================================================
Product cards + slider
========================================================================= */
.cart-wrapping {
  /* ۱. ساختار اصلی کارت (RTL) */
  /* ۲. تصویر و تگ‌های بالای تصویر */
  /* تگ درصد تخفیف */
  /* تگ ارسال رایگان */
  /* ۳. تایمر شیشه‌ای (Frosted Glassmorphism) */
  /* ۴. جزئیات متن فارسی */
  /* تگ دسته‌بندی فارسی */
  /* اسم فارسی محصول */
  /* ۵. بخش قیمت‌ها و خرید */
  /* قیمت اصلی (خط‌خورده) */
  /* قیمت تخفیف‌خورده */
}
.cart-wrapping .product-card {
  background: #ffffff;
  border: 1px solid rgba(226, 232, 240, 0.753);
  border-radius: 18px;
  overflow: hidden;
  position: relative;
  direction: rtl;
  text-align: right;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}
.cart-wrapping .product-card:hover {
  transform: translateY(-4px);
  box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.1);
}
.cart-wrapping .image-container {
  position: relative;
  width: 100%;
  height: 240px;
  background-color: #fff;
  border-bottom: 1px solid #f1f5f9;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cart-wrapping .image-container .wrapp-img-product {
  height: 230px;
  width: 100%;
  object-fit: cover;
  padding: 10px;
}
.cart-wrapping .image-container .wrapp-img-product img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cart-wrapping .top-badges {
  position: absolute;
  top: 5px;
  right: 10px;
  left: 10px;
  display: flex;
  justify-content: space-between;
  z-index: 2;
  align-items: center;
}
.cart-wrapping .discount-badge {
  background: #ed5518;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  padding: 2px 12px;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(255, 59, 48, 0.3);
}
.cart-wrapping .shipping-badge {
  background: #0c0d10;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  padding: 2px 12px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  gap: 4px;
  box-shadow: 0 2px 8px rgba(16, 185, 129, 0.25);
}
.cart-wrapping .glass-timer {
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 87, 34, 0.19) 100%);
  backdrop-filter: blur(16px) saturate(180%);
  -webkit-backdrop-filter: blur(16px) saturate(180%);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 30px;
  padding: 4px 12px;
  display: flex;
  align-items: center;
  gap: 8px;
  z-index: 2;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}
.cart-wrapping .pulse-indicator {
  width: 6px;
  height: 6px;
  background-color: #ed5518;
  border-radius: 50%;
  position: relative;
}
.cart-wrapping .pulse-indicator::after {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: 50%;
  border: 1px solid #ed5518;
  animation: miniPulse 1.8s infinite;
}
@keyframes miniPulse {
  0% {
    transform: scale(0.8);
    opacity: 1;
  }
  100% {
    transform: scale(2.2);
    opacity: 0;
  }
}
.cart-wrapping .timer-units {
  display: flex;
  align-items: center;
  gap: 4px;
  direction: ltr;
}
.cart-wrapping .unit-box {
  display: flex;
  align-items: baseline;
  gap: 1px;
}
.cart-wrapping .unit-num {
  color: #0f172a;
  font-size: 15px;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  display: inline-block;
  margin: 0px 4px;
}
.cart-wrapping .unit-num.flip {
  animation: softSlide 0.25s ease-out;
}
@keyframes softSlide {
  0% {
    transform: translateY(-3px);
    opacity: 0.5;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.cart-wrapping .unit-lbl {
  color: #475569;
  font-size: 14px;
  font-weight: 600;
}
.cart-wrapping .unit-sep {
  color: #ed5518;
  font-size: 0.75rem;
  font-weight: 700;
}
.cart-wrapping .product-details {
  padding: 5px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 15px;
}
.cart-wrapping .category-tag {
  display: inline-block;
  font-size: 0.65rem;
  color: #ed5518;
  background-color: #ffeadf;
  padding: 2px 8px;
  border-radius: 6px;
  font-weight: 700;
  width: fit-content;
}
.cart-wrapping .product-name {
  font-size: 16px;
  font-weight: 600;
  color: #0f172a;
  line-height: 1.4;
  text-wrap: wrap;
}
.cart-wrapping .specs-grid {
  display: flex;
  justify-content: space-between;
  border-top: 1px dashed #e2e8f0;
  border-bottom: 1px dashed #e2e8f0;
  padding: 8px 0;
  font-size: 0.72rem;
  color: #64748b;
  font-weight: 500;
}
.cart-wrapping .action-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 2px;
}
.cart-wrapping .price-box {
  display: flex;
  flex-direction: column;
}
.cart-wrapping .old-price {
  font-size: 1rem;
  color: #696969;
  text-decoration: line-through;
  margin-bottom: -2px;
}
.cart-wrapping .discounted-price {
  font-size: 1.2rem;
  font-weight: 800;
  color: #0f172a;
}
.cart-wrapping .currency {
  font-size: 15px;
  margin-right: 5px;
  color: #64748b;
  font-weight: 500;
}
.cart-wrapping .buy-btn {
  background-color: #ed5518;
  color: #fff;
  border: none;
  width: 38px;
  height: 38px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
  box-shadow: 0 4px 12px rgba(255, 85, 0, 0.2);
}
.cart-wrapping .buy-btn:hover {
  background-color: #ed5518;
  transform: scale(1.04);
}

.no-padding {
  padding: 0;
}

.widget-banner a.seggest-banner {
  height: 165px;
  width: 100%;
  object-fit: cover;
  display: block;
  border-radius: 10px;
}
.widget-banner a.seggest-banner img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.new-product-slider {
  position: relative;
  background: rgb(255, 255, 255);
  backdrop-filter: blur(25px);
  /* clip-path: polygon(0 20px, 20px 0, calc(100% - 20px) 0, 100% 20px, 100% calc(100% - 20px), calc(100% - 20px) 100%, 20px 100%, 0 calc(100% - 20px)); */
  padding: 30px;
  z-index: 1;
  border: 1px solid rgb(228, 234, 241);
  border-radius: 18px;
}
.new-product-slider .tech-badge {
  font-size: 14px;
  background: #ed5518;
  color: #fff;
  font-weight: 900;
  padding: 5px 22px;
  letter-spacing: 1px;
  clip-path: polygon(12px 0, 100% 0, 100% calc(100% - 12px), calc(100% - 12px) 100%, 0 100%, 0 12px);
}
.new-product-slider .header-title-box {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: -35px;
  margin-bottom: 55px;
}
.new-product-slider .section-title {
  color: #000;
  font-size: 1.3rem;
  font-weight: 900;
  display: flex;
  text-transform: uppercase;
  width: 100%;
  letter-spacing: -0.5px;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: center;
}
.new-product-slider .section-title::after {
  content: "";
  position: absolute;
  top: 105px;
  left: -1px;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, #e3e9f0, #ffdcc3, #FF5722);
}
.new-product-slider .section-title a {
  background: #ed5518;
  display: flex;
  align-items: center;
  padding: 10px 14px;
  background: #000;
  color: #fff !important;
  margin-left: 10px;
  font-size: 16px;
  font-weight: 500;
  clip-path: polygon(12px 0, 100% 0, 100% calc(100% - 12px), calc(100% - 12px) 100%, 0 100%, 0 12px);
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}
.new-product-slider .section-title a svg {
  height: 20px;
  width: 20px;
  margin-right: 5px;
}
.new-product-slider .section-title a:hover {
  background-color: #ed5518;
  color: #000;
}
.new-product-slider .section-title a:hover svg {
  position: relative;
  left: -4px;
}

.sales-product-slider {
  position: relative;
  background: rgba(241, 241, 241, 0.84);
  backdrop-filter: blur(25px);
  padding: 30px;
  z-index: 1;
  border: 1px solid rgba(255, 85, 0, 0.26);
  border-radius: 18px;
}
.sales-product-slider::before {
  content: "";
  position: absolute;
  mask-image: linear-gradient(to right, black, transparent 60%);
  inset: 0px;
  background: repeating-linear-gradient(224deg, rgba(255, 255, 255, 0.42) 0px, rgba(255, 255, 255, 0.51) 10px, transparent 10px, transparent 20px);
}
.sales-product-slider .tech-badge {
  font-size: 14px;
  background: #ed5518;
  color: #fff;
  font-weight: 900;
  padding: 5px 22px;
  letter-spacing: 1px;
  clip-path: polygon(12px 0, 100% 0, 100% calc(100% - 12px), calc(100% - 12px) 100%, 0 100%, 0 12px);
}
.sales-product-slider .header-title-box {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: -35px;
  margin-bottom: 22px;
}
.sales-product-slider .section-title {
  color: #000;
  font-size: 1.3rem;
  font-weight: 900;
  display: flex;
  text-transform: uppercase;
  width: 100%;
  letter-spacing: -0.5px;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: center;
}
.sales-product-slider .section-title span {
  background: #ed5518;
  padding: 10px 14px;
  color: #fff !important;
  margin-left: 10px;
  font-size: 16px;
  font-weight: 500;
  clip-path: polygon(12px 0, 100% 0, 100% calc(100% - 12px), calc(100% - 12px) 100%, 0 100%, 0 12px);
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  margin-left: 10px;
  clip-path: polygon(12px 0, 100% 0, 100% calc(100% - 12px), calc(100% - 12px) 100%, 0 100%, 0 12px);
}

.slider-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 40px;
  gap: 20px;
}

.slider-arrows {
  display: flex;
  gap: 10px;
  flex-shrink: 0;
}

.p-track {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding-bottom: 8px;
  scrollbar-width: none;
}

.p-track::-webkit-scrollbar {
  display: none;
}

.p-track .product-card {
  scroll-snap-align: start;
  flex: 0 0 290px;
}

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

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

.product-card {
  background: #fff;
  border: 1px solid var(--line);
  position: relative;
  transition: box-shadow 0.4s var(--ease-out), transform 0.4s var(--ease-out), border-color 0.3s;
  display: flex;
  flex-direction: column;
  padding: 10px;
}

.product-card:hover {
  box-shadow: var(--shadow-lg);
  transform: translateY(-6px);
  border-color: rgba(20, 24, 27, 0.1);
}

.product-media {
  position: relative;
  overflow: hidden;
}

.product-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s var(--ease);
}

.product-card:hover .product-media img {
  transform: scale(1.06);
}

.product-badges {
  position: absolute;
  top: 12px;
  right: 12px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  z-index: 2;
}

.product-quick {
  position: absolute;
  left: 12px;
  bottom: -46px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  transition: bottom 0.35s var(--ease-out);
}

.product-card:hover .product-quick {
  bottom: 12px;
}

.product-body {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
}

.product-cat {
  font-size: 11px;
  letter-spacing: 0.06em;
  color: var(--muted-2);
  text-transform: uppercase;
  direction: ltr;
  text-align: left;
}

.product-name {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  min-height: 48px;
}

.product-name a {
  transition: color 0.2s;
}

.product-name a:hover {
  color: var(--orange);
}

.product-specs {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 10px 0;
  border-top: 1px dashed var(--line);
  border-bottom: 1px dashed var(--line);
  height: 78px;
}

.product-specs span {
  font-size: 15px;
  color: var(--muted);
  display: flex;
  align-items: center;
  gap: 10px;
}

.product-rating {
  display: flex;
  align-items: center;
  gap: 6px;
}

.stars {
  display: flex;
  gap: 2px;
  color: var(--orange);
}

.stars svg {
  width: 13px;
  height: 13px;
}

.product-rating span {
  font-size: 12px;
  color: var(--muted);
}

.product-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 6px;
}

.product-price {
  display: flex;
  flex-direction: column;
}

.price-old {
  font-size: 12.5px;
  color: var(--muted-2);
  text-decoration: line-through;
}

.price-now {
  font-size: 19px;
  font-weight: 700;
  color: var(--ink);
}

.price-now small {
  font-size: 12px;
  font-weight: 500;
  color: var(--muted);
}

.add-cart-btn {
  width: 50px;
  height: 50px;
  border-radius: 19%;
  background: #ed5518;
  color: #000000;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.25s;
}

.add-cart-btn:hover {
  background: var(--orange);
}

.add-cart-btn svg {
  width: 19px;
  height: 19px;
}

/* =========================================================================
Why-us / capability strip with diagram
========================================================================= */
.capability {
  display: flex;
  grid-template-columns: 1fr 1fr;
  justify-content: space-between;
  align-items: center;
}

.capability-list {
  display: grid;
  gap: 0;
}

.hero-content-cap {
  padding: 0 !important;
}

.capability-item {
  display: flex;
  gap: 20px;
  padding: 26px 0;
}

.capability-item:first-child {
  padding-top: 0;
}

.capability-item .ico {
  width: 52px;
  height: 52px;
  border: 1px solid rgba(255, 255, 255, 0.466);
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--orange);
  border: 1px solid #ed5518;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%);
}

.capability-item .ico svg {
  width: 24px;
  height: 24px;
}

.capability-item b {
  font-size: 16.5px;
  display: block;
  margin-bottom: 6px;
  color: #fff;
}

.capability-item p {
  font-size: 14px;
  color: #aeb2ae;
}

.gauge-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gauge-card {
  background: var(--ink-2);
  background-image: url(../images/banner/cat-tubular.jpg);
  background-size: cover;
  border: 7px solid rgba(255, 255, 255, 0.1);
  padding: 40px;
  width: 100%;
  aspect-ratio: 1/1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 520px;
  box-shadow: 0 10px 20px rgb(0, 0, 0), 0 25px 50px -12px rgba(0, 0, 0, 0.95), inset 0 2px 4px rgba(255, 255, 255, 0);
}
.gauge-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10, 12, 14, 0.55) 0%, rgba(10, 12, 14, 0.35) 38%, rgba(10, 12, 14, 0.85) 100%), linear-gradient(90deg, rgba(10, 12, 14, 0.75) 0%, rgba(10, 12, 14, 0.15) 45%);
}

.capality-bg {
  padding-top: 0px;
  background: #121212;
  height: 785px;
}
.capality-bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 350px;
  height: 350px;
  border-radius: 50%;
  background: -o-linear-gradient(190deg, #eee 0%, rgba(115, 67, 210, 0) 100%);
  background: linear-gradient(260deg, #ff5722 0%, #FF5722 100%);
  -webkit-filter: blur(150px);
  filter: blur(150px);
  margin-right: -59%;
  margin-top: -19%;
  z-index: -1;
}
.capality-bg:after {
  content: "";
  position: absolute;
  bottom: -50%;
  right: 39px;
  width: 350px;
  height: 350px;
  border-radius: 50%;
  background: -o-linear-gradient(190deg, #eee 0%, rgba(115, 67, 210, 0) 100%);
  background: linear-gradient(260deg, #ff5722 0%, rgba(255, 87, 34, 0.4705882353) 100%);
  -webkit-filter: blur(150px);
  filter: blur(150px);
  margin-left: -160%;
  margin-top: 4%;
  z-index: -1;
}

.gauge-ring {
  position: relative;
  width: 220px;
  height: 220px;
  z-index: 1;
}

.gauge-ring svg {
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
}

.gauge-ring .bg {
  fill: none;
  stroke: rgba(255, 255, 255, 0.08);
  stroke-width: 10;
}

.gauge-ring .fg {
  fill: none;
  stroke: var(--orange);
  stroke-width: 10;
  stroke-linecap: round;
  stroke-dasharray: 628;
  stroke-dashoffset: 628;
  transition: stroke-dashoffset 1.8s var(--ease-out) 0.15s;
}

.gauge-wrap.in .fg {
  stroke-dashoffset: 60;
}

.gauge-center {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.gauge-center .num {
  font-size: 44px;
  color: #fff;
  font-weight: 700;
}

.gauge-center .lbl {
  font-size: 12.5px;
  color: #dadada;
  margin-top: 4px;
}

.gauge-caption {
  margin-top: 26px;
  text-align: center;
  z-index: 1;
}

.gauge-caption b {
  color: #fff;
  display: block;
  font-size: 15px;
}

.gauge-caption span {
  color: #aeb2ae;
  font-size: 13px;
}

.hero-content-cap {
  /* =========================================================
     SECTION 2: سابقه فعالیت‌ها (HERITAGE & HISTORY TIMELINE)
     ========================================================= */
  /* گرید تایم‌لاین سوابق */
  /* کارت هر دوره سابقه */
  /* ریسپانسو */
}
.hero-content-cap .bg-matrix {
  position: fixed;
  inset: 0;
  background: radial-gradient(circle at 50% 50%, rgba(0, 240, 255, 0.05) 0%, transparent 60%), linear-gradient(to right, rgba(255, 255, 255, 0.02) 1px, transparent 1px), linear-gradient(to bottom, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
  background-size: 100% 100%, 40px 40px, 40px 40px;
  z-index: 0;
  pointer-events: none;
}
.hero-content-cap .history-wrapper {
  position: relative;
  width: 100%;
  max-width: 1240px;
  background: rgba(4, 4, 4, 0.84);
  border: 1px solid rgba(0, 240, 255, 0.2);
  padding: 50px 40px;
  z-index: 1;
  clip-path: polygon(0 30px, 30px 0, calc(100% - 30px) 0, 100% 30px, 100% calc(100% - 30px), calc(100% - 30px) 100%, 30px 100%, 0 calc(100% - 30px));
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.9);
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}
.hero-content-cap .history-wrapper.in-view {
  opacity: 1;
  transform: translateY(0);
}
.hero-content-cap .history-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  padding-bottom: 20px;
}
.hero-content-cap .cta-diagonal {
  position: absolute;
  inset: 0;
  z-index: 1;
  opacity: 0.5;
  background: repeating-linear-gradient(115deg, rgba(255, 255, 255, 0.12) 0 2px, transparent 2px 46px);
}
.hero-content-cap .history-title {
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 900;
  margin-top: 8px;
}
.hero-content-cap .history-grid {
  position: relative;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  z-index: 2;
}
.hero-content-cap .history-card {
  position: relative;
  background: rgba(4, 4, 4, 0.84);
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 18px 20px;
  clip-path: polygon(12px 0, 100% 0, 100% calc(100% - 12px), calc(100% - 12px) 100%, 0 100%, 0 12px);
  transition: all 0.3s ease;
  margin-bottom: 20px;
  box-shadow: -20px 30px 50px rgba(0, 0, 0, 0.95), 0 0 15px rgba(0, 0, 0, 0.8);
}
.hero-content-cap .year-badge {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 600;
  color: #ed5518;
  background: #000;
  border: 1px solid rgba(255, 85, 0, 0.4);
  padding: 4px 12px;
  margin-bottom: 16px;
}
.hero-content-cap .history-card-title {
  color: #ffffff;
  font-size: 1.1rem;
  font-weight: 800;
  margin-bottom: 10px;
}
.hero-content-cap .history-card-desc {
  color: #8b949e;
  font-size: 0.85rem;
}
.hero-content-cap .history-card::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 2px;
  background: #ff5500;
  transition: width 0.4s ease;
}
.hero-content-cap .history-card:hover {
  background: rgba(30, 38, 48, 0.85);
  border-color: rgba(255, 85, 0, 0.4);
  transform: translateY(-5px);
}
.hero-content-cap .history-card:hover::before {
  width: 100%;
}
@media (max-width: 768px) {
  .hero-content-cap .history-header, .hero-content-cap .partners-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  .hero-content-cap .brand-card {
    width: 130px;
    height: 65px;
  }
}

.circle-card-wrapper {
  position: relative;
  width: 190px;
  height: 190px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

/* ۱. نوار نوری گرادینت که دور دایره می‌چرخد */
.rotating-ring {
  position: absolute;
  inset: -4px;
  border-radius: 50%;
  background: conic-gradient(from 0deg, transparent 0%, rgba(255, 87, 34, 0.6784313725) 40%, rgba(255, 87, 34, 0.0196078431) 50%, transparent 60%);
  animation: rotateRing 4s linear infinite;
  filter: blur(2px);
}

/* ۲. خط‌چین مدار چرخنده بیرونی */
.orbit-ring {
  position: absolute;
  inset: -12px;
  border-radius: 50%;
  border: 1px solid rgba(238, 238, 238, 0.2392156863);
  animation: rotateRing 12s linear infinite reverse;
  pointer-events: none;
}

@keyframes rotateRing {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.circle-card-3d {
  position: relative;
  width: 180px;
  height: 180px;
  background: rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  cursor: pointer;
  text-align: center;
  padding: 16px;
  box-sizing: border-box;
  transform-style: preserve-3d;
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.4s ease;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.6);
  z-index: 2;
}

/* حالت هوور (چرخش ۳D و واکنش نور چرخنده) */
.circle-card-wrapper:hover .circle-card-3d {
  transform: rotateX(15deg) rotateY(-15deg) translateZ(15deg);
  box-shadow: -12px 25px 40px rgba(0, 0, 0, 0.7), 0 0 25px rgba(197, 80, 34, 0.3);
}

.circle-card-wrapper:hover .rotating-ring {
  animation-duration: 2s; /* سرعت گرفتن چرخش با رفتن موس روی دایره */
  filter: blur(4px);
}

/* آیکون سپر دایره‌ای */
.shield-icon {
  width: 55px;
  height: 55px;
  background: linear-gradient(135deg, #ed5518, #af2900);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 16px rgba(197, 72, 34, 0.5);
  margin-bottom: 8px;
  transform: translateZ(20px);
  transition: transform 0.4s ease;
}

.shield-icon svg {
  width: 24px;
  height: 24px;
  fill: #fff;
}

.circle-card-wrapper:hover .shield-icon {
  transform: translateZ(30px) scale(1.1);
}

/* اطلاعات متنی */
.card-info {
  transform: translateZ(15px);
}

.card-info h4 {
  margin: 0;
  font-size: 0.95rem;
  font-weight: 800;
  color: #ffffff;
  line-height: 1.2;
}

.card-info p {
  margin: 4px 0 0 0;
  font-size: 0.7rem;
  color: #94a3b8;
  line-height: 1.3;
}

/* =========================================================
     SECTION 1: اسلایدر کاملاً پیوسته (SEAMLESS INFINITE SLIDER)
     ========================================================= */
.comment-slider {
  margin-top: 30px;
}

.partners-wrapper {
  position: relative;
  width: 100%;
  max-width: 1240px;
  background: rgba(13, 17, 23, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 40px 0;
  z-index: 1;
  clip-path: polygon(0 24px, 24px 0, calc(100% - 24px) 0, 100% 24px, 100% calc(100% - 24px), calc(100% - 24px) 100%, 24px 100%, 0 calc(100% - 24px));
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.9);
  overflow: hidden;
}

.partners-header {
  padding: 0 40px;
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
  padding-bottom: 16px;
}

.header-tag {
  font-size: 0.7rem;
  font-weight: 900;
  color: #ff5500;
  letter-spacing: 2px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.header-tag::before {
  content: "";
  width: 6px;
  height: 6px;
  background: #ff5500;
  box-shadow: 0 0 8px #ff5500;
}

.partners-title {
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 900;
  margin-top: 6px;
}

.customer-slider-wrap {
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 10%, black 90%, transparent 100%);
  mask-image: linear-gradient(to right, transparent 0%, black 10%, black 90%, transparent 100%);
  display: flex;
  flex-direction: row;
}

.img-cu {
  height: 320px;
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
}
.img-cu img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.brand-card {
  width: 200px;
  padding: 10px 19px;
  height: 100px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}

.banners-grid {
  margin-bottom: 70px;
}

.brand-logo-img {
  background-color: #fff;
}

.brand-logo {
  font-size: 1.1rem;
  font-weight: 900;
  color: #6e7681;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
}

.brand-logo svg {
  width: 24px;
  height: 24px;
  fill: #6e7681;
  transition: all 0.3s ease;
}

/* =========================================================================
Process steps (legit sequence: order flow)
========================================================================= */
.banners-section {
  margin: 40px auto;
  padding: 0 0px;
}

/* کارت اصلی بنر */
.banner-card {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  height: 320px; /* ارتفاع ثابت برای یکدستی */
}

.banner-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.18);
}

/* تصویر بنر */
.banner-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.banner-card:hover img {
  transform: scale(1.08);
}

/* لایه محتوا روی تصویر */
.banner-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 60%, transparent 100%);
  display: flex;
  flex-direction: column;
  justify-content: space-between; /* جداسازی متن (بالا/وسط) و دکمه (پایین) */
  padding: 24px 20px;
  color: #ffffff;
}

/* بخش متن‌ها */
.banner-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.banner-title {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.4;
}

.banner-subtitle {
  font-size: 0.85rem;
  color: #e0e0e0;
  line-height: 1.5;
}

/* دکمه هدایت مجزا */
.banner-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background-color: #ffffff;
  color: #111111;
  padding: 10px 16px;
  border-radius: 8px;
  font-size: 0.85rem;
  font-weight: bold;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.2s ease;
  width: fit-content; /* اندازه دکمه به اندازه متن داخلش */
  margin-top: auto; /* چسبیدن به پایین */
  background: var(--orange);
  color: #fff;
  box-shadow: var(--shadow-xs);
  clip-path: polygon(12px 0, 100% 0, 100% calc(100% - 12px), calc(100% - 12px) 100%, 0 100%, 0 12px);
}

.banner-btn:hover {
  transform: scale(1.05); /* بزرگ‌نمایی کوچک خود دکمه */
}

/* واکنش‌گرایی */
@media (max-width: 992px) {
  .banners-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .banners-grid {
    grid-template-columns: 1fr;
  }
  .banner-card {
    height: 280px;
  }
}
.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.process-step {
  padding: 36px 30px;
  border-left: 1px solid var(--line);
  position: relative;
}

.process-step:last-child {
  border-left: none;
}

.process-step .step-no {
  font-size: 50px;
  color: var(--orange);
  font-weight: 700;
}

.process-step h4 {
  font-size: 17px;
  margin-top: 14px;
}

.process-step p {
  font-size: 13.5px;
  margin-top: 10px;
}

.process-step svg {
  width: 26px;
  height: 26px;
  margin-top: 20px;
  color: var(--muted-2);
}

/* =========================================================================
Testimonials / trust
========================================================================= */
.trust-band {
  background: #f5f5f5;
  /* border-top: 1px solid var(--line-dark); */
  /* border-bottom: 1px solid var(--line-dark); */
  padding: 26px 0;
  overflow: hidden;
  margin-top: 50px;
}

.logo-marquee {
  display: flex;
  gap: 70px;
  align-items: center;
  animation: marquee 30s linear infinite;
  width: max-content;
}

.logo-marquee span {
  color: #5b6167;
  font-size: 15px;
  letter-spacing: 0.08em;
  white-space: nowrap;
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.testi-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.testi-card {
  background: #d3d3d3;
  border: 1px solid var(--line);
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%);
}

.testi-stars {
  display: flex;
  gap: 3px;
  color: var(--orange);
}

.testi-stars svg {
  width: 15px;
  height: 15px;
}

.testi-card p {
  font-size: 15px;
  color: var(--ink);
  line-height: 1.9;
}

.testi-who {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: auto;
  padding-top: 14px;
  border-top: 1px solid var(--line);
}

.testi-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #eee;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: var(--ink);
}

.testi-who b {
  display: block;
  font-size: 14px;
}

.testi-who span {
  font-size: 12.5px;
  color: var(--muted);
}

.certs-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 56px;
  flex-wrap: wrap;
  margin-top: 56px;
}

.article-media .blueprint {
  padding: 0;
}

.cert-item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 600;
}

.cert-item svg {
  width: 30px;
  height: 30px;
  color: var(--green);
}

/* =========================================================================
CTA banner
========================================================================= */
.cta-banner {
  position: relative;
  background: var(--ink);
  overflow: hidden;
  padding: 30px 0;
}

.cta-banner .container {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
}

.cta-banner h2 {
  color: #fff;
  font-size: 20px;
  max-width: 560px;
}

.cta-banner p {
  color: #aeb2ae;
  margin-top: 10px;
}

.cta-diagonal {
  position: absolute;
  inset: 0;
  z-index: 1;
  opacity: 0.5;
  background: repeating-linear-gradient(115deg, rgba(255, 255, 255, 0.12) 0 2px, transparent 2px 46px);
}

.btn-dark-color {
  color: #000;
}

/* =========================================================================
Insights / articles (SEO section)
========================================================================= */
.article-card {
  background: #fff;
  border: 1px solid var(--line);
  overflow: hidden;
}

.article-media {
  aspect-ratio: 16/10;
  overflow: hidden;
  background: #eee;
}

.article-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}

.article-card:hover .article-media img {
  transform: scale(1.06);
}

.article-body {
  padding: 22px;
}

.article-meta {
  display: flex;
  gap: 14px;
  align-items: center;
  font-size: 11.5px;
  color: var(--muted-2);
  margin-bottom: 12px;
  direction: ltr;
  justify-content: flex-end;
}

.article-body h4 {
  font-size: 19px;
  line-height: 1.6;
}

.liner-bg {
  position: relative;
}
.liner-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(-45deg, rgba(0, 0, 0, 0.07) 0 10px, transparent 10px 20px);
  -webkit-mask-image: linear-gradient(to left, black, transparent 60%);
  mask-image: linear-gradient(to left, black, transparent 60%);
}

.process-grid {
  background-color: #fff;
  z-index: 1;
  position: relative;
}

.article-body h4 a:hover {
  color: var(--orange);
}

.article-body p {
  font-size: 13.5px;
  margin-top: 10px;
}

.article-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
  font-weight: 700;
  font-size: 13.5px;
  color: #000000;
  background: #ed5518;
  padding: 10px;
}

.article-link svg {
  width: 15px;
  height: 15px;
}

/* =========================================================================
Footer
========================================================================= */
.element-site-footer {
  background-color: #14181b;
  color: #b0b0b0;
  padding: 0 24px 20px;
  font-size: 13px;
  border-bottom: 1px solid #2a2a2a;
}

/* ----------------------------------------------------
   ۱. بخش اعتمادسازی (ویژگی‌های خرید)
---------------------------------------------------- */
.site-footer {
  background-color: #ffffff;
  border-top: 1px solid var(--border-color);
  padding-top: 24px;
  direction: rtl;
  text-align: right;
}

/* ۱. ویژگی‌های فروشگاه */
.footer-features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 16px;
  padding-bottom: 32px;
  border-bottom: 1px solid var(--border-color);
  text-align: center;
}

.feature-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.feature-icon {
  width: 48px;
  height: 48px;
}

.feature-title {
  font-size: 13px;
  font-weight: bold;
  color: var(--text-main);
}

/* ۲. بدنه اصلی فوتر */
.footer-body {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 32px;
  padding: 32px 0;
  direction: ltr;
}

.newsletter-section {
  display: flex;
  gap: 20px;
  text-align: right;
  align-items: flex-start;
  flex-direction: column;
  /* flex-direction: row-reverse; */
  direction: rtl;
}

.newsletter-title {
  font-size: 13px;
  font-weight: bold;
  color: var(--text-main);
}

.newsletter-form {
  display: flex;
  gap: 8px;
  direction: rtl;
}

.newsletter-input {
  flex: 1;
  border: 1px solid var(--border-color);
  border-radius: 6px;
  padding: 8px 12px;
  font-size: 14px;
  outline: none;
  background-color: #fafafa;
  text-align: right;
}

.newsletter-btn {
  background-color: #ed5518;
  color: #fff;
  border: none;
  border-radius: 6px;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
}

.social-section {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.social-title {
  font-size: 14px;
  color: var(--text-muted);
}

.social-icons {
  display: flex;
  gap: 8px;
}

.social-icon {
  width: 36px;
  height: 36px;
  background-color: #fee2e2;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ed5518;
  text-decoration: none;
  transition: background-color 0.2s;
}

.social-icon:hover {
  background-color: #fca5a5;
}

.social-icon svg {
  width: 18px;
  height: 18px;
  fill: #ed5518;
}

.namad-cards {
  display: flex;
  gap: 12px;
  margin-top: 16px;
}

.namad-card {
  width: 80px;
  height: 90px;
  background-color: var(--bg-card);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--border-color);
}
.namad-card img {
  height: 40px;
}

/* لینک‌ها و درباره ما */
.links-and-about {
  display: flex;
  flex-direction: column;
  gap: 24px;
  text-align: right;
}

.footer-links-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.links-column h4 {
  font-size: 14px;
  font-weight: bold;
  color: var(--text-main);
  margin-bottom: 12px;
}

.links-column ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 0;
}

.links-column a {
  text-decoration: none;
  color: var(--text-muted);
  font-size: 14px;
  transition: color 0.2s;
}

.links-column a:hover {
  color: #ed5518;
}

.comb-ads {
  display: flex;
  width: 100%;
  gap: 12px;
}

.contact-card {
  width: 50%;
}

.about-section-f {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 12px;
  justify-content: start;
  text-align: right;
  align-items: flex-end;
}

.about-target {
  font-size: 14px;
  font-weight: bold;
  color: var(--text-main);
}

.about-title {
  font-size: 13px;
  font-weight: bold;
  color: var(--text-main);
  margin-top: 8px;
}

.about-desc {
  font-size: 14px;
  color: var(--text-muted);
  line-height: 1.8;
  text-align: justify;
  direction: rtl;
}

/* ۳. کارت‌های تماس */
.footer-contacts {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-bottom: 24px;
  direction: rtl;
}

.contact-card {
  background-color: #f8fafc;
  border-radius: 8px;
  padding: 10px 16px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  font-size: 14px;
  color: var(--text-main);
  direction: rtl;
  text-align: right;
}

.contact-card-icon {
  width: 28px;
  height: 28px;
  background-color: #fee2e2;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.contact-card-icon svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: #ed5518;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.contact-card .contact-text {
  display: flex;
  align-items: center;
  gap: 6px;
  width: 100%;
  font-size: 15px;
  justify-content: flex-start;
}

.contact-card {
  font-size: 15px;
}

.contact-row {
  display: flex;
  gap: 12px;
  width: 100%;
  direction: rtl;
}

.contact-card.half {
  flex: 1;
}

/* ۴. کپی‌رایت */
.footer-bottom {
  background-color: var(--bg-gray-light);
  padding: 12px 16px;
  font-size: 11px;
  color: var(--text-muted);
  border-top: 1px solid var(--border-color);
  direction: rtl;
}

.bottom-container {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 992px) {
  .footer-body {
    grid-template-columns: 1fr;
  }
  .contact-row {
    flex-direction: column;
  }
  .footer-links-grid {
    grid-template-columns: 1fr;
  }
  .bottom-container {
    flex-direction: column;
    gap: 8px;
    text-align: center;
  }
}
.comb-ads {
  display: flex;
}

:root {
  --de-primary: #ff5722;
  --de-primary-glow: rgba(255, 87, 34, 0.25);
  --de-bg-main: #f8fafc;
  --de-card-bg: #ffffff;
  --de-border: #e2e8f0;
  --de-text-title: #0f172a;
  --de-text-body: #475569;
  --de-text-muted: #212b3a;
  --de-success: #10b981;
}

.searchable-select {
  width: 100%;
  padding: 10px 14px;
  border: 1px solid var(--border);
  font-size: 13px;
  color: var(--text-main);
  outline: none;
  background: #fff;
  transition: all 0.2s;
}

.de-wrapper {
  max-width: 1240px;
  margin: 0 auto;
}

/* نوار آدرس */
.de-breadcrumb {
  font-size: 13px;
  color: var(--de-text-muted);
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.de-breadcrumb a {
  color: var(--de-text-body);
  text-decoration: none;
  transition: color 0.2s;
}

.de-breadcrumb a:hover {
  color: var(--de-primary);
}

/* هدر صفحه */
.de-page-header {
  text-align: center;
  margin-bottom: 40px;
}

.de-page-title {
  font-size: 32px;
  font-weight: 900;
  color: var(--de-text-title);
  margin-bottom: 8px;
}

.de-page-subtitle {
  font-size: 15px;
  color: var(--de-text-muted);
  max-width: 600px;
  margin: 0 auto;
}

/* شبکه کارت‌های ارتباطی */
.de-info-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
  margin-bottom: 20px;
}

.de-info-card {
  background: var(--de-card-bg);
  border: 1px solid var(--de-border);
  border-radius: 20px;
  padding: 15px 20px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 0px;
  transition: all 0.3s ease;
  justify-content: space-between;
}

.de-info-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 87, 34, 0.3);
  box-shadow: 0 12px 24px -6px rgba(0, 0, 0, 0.06);
}

.de-info-icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: #fff5f2;
  color: var(--de-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-bottom: 10px;
}

.de-info-icon svg {
  width: 24px;
  height: 24px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
}

.de-info-content {
  height: 80px;
}

.de-info-content h3 {
  font-size: 16px;
  font-weight: 800;
  color: var(--de-text-title);
  margin-bottom: 6px;
}

.de-info-content p, .de-info-content a {
  font-size: 14px;
  color: var(--de-text-body);
  text-decoration: none;
  display: block;
  transition: color 0.2s;
}

.de-info-content a:hover {
  color: var(--de-primary);
}

/* بخش اصلی: فرم + نقشه */
.de-main-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  margin-bottom: 40px;
}

/* فرم تماس */
.de-form-card {
  background: var(--de-card-bg);
  border: 1px solid var(--de-border);
  border-radius: 24px;
  padding: 32px;
}

.de-form-title {
  font-size: 20px;
  font-weight: 800;
  color: var(--de-text-title);
  margin-bottom: 20px;
}

.de-form-group {
  margin-bottom: 20px;
}

.de-form-label {
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: var(--de-text-title);
  margin-bottom: 8px;
}

.de-form-input, .de-form-select, .de-form-textarea {
  width: 100%;
  background: #f8fafc;
  border: 1px solid var(--de-border);
  border-radius: 12px;
  padding: 12px 16px;
  font-size: 14px;
  color: var(--de-text-title);
  outline: none;
  transition: all 0.2s;
}

.de-form-input:focus, .de-form-select:focus, .de-form-textarea:focus {
  background: #fff;
  border-color: var(--de-primary);
  box-shadow: 0 0 0 4px var(--de-primary-glow);
}

.de-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.de-form-textarea {
  height: 130px;
  resize: vertical;
}

.de-submit-btn {
  width: 100%;
  height: 48px;
  background: var(--de-primary);
  color: #fff;
  border: none;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.de-submit-btn:hover {
  background: #e64a19;
  box-shadow: 0 6px 16px var(--de-primary-glow);
}

/* نقشه و شبکه‌های اجتماعی */
.de-side-card {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.de-map-box {
  background: var(--de-card-bg);
  border: 1px solid var(--de-border);
  border-radius: 24px;
  padding: 12px;
  height: 380px;
  position: relative;
  overflow: hidden;
}

#map {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  z-index: 1;
}

/* شبکه اجتماعی */
.de-social-box {
  background: var(--de-card-bg);
  border: 1px solid var(--de-border);
  border-radius: 24px;
  padding: 24px;
}

.de-social-title {
  font-size: 16px;
  font-weight: 800;
  color: var(--de-text-title);
  margin-bottom: 16px;
}

.de-social-links {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.de-social-item {
  flex: 1;
  min-width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 16px;
  border-radius: 12px;
  background: #f1f5f9;
  color: var(--de-text-title);
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  transition: all 0.2s;
}

.de-social-item:hover {
  background: var(--de-primary);
  color: #fff;
}

.de-social-item svg {
  width: 18px;
  height: 18px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
}

/* پیام موفقیت فرم */
.de-form-alert {
  display: none;
  background: #ecfdf5;
  border: 1px solid #a7f3d0;
  color: #047857;
  padding: 12px 16px;
  border-radius: 12px;
  font-size: 14px;
  margin-bottom: 20px;
  text-align: center;
}

@media (max-width: 900px) {
  .de-main-content {
    grid-template-columns: 1fr;
  }
  .de-form-row {
    grid-template-columns: 1fr;
  }
}
.map-section {
  max-width: 100%;
  padding: 0 0px;
  direction: rtl;
}

.map-container {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  border: 1px solid #e2e8f0;
}

/* ۱. هدر اصلی */
.company-hero-header {
  background: linear-gradient(135deg, #14181b 0%, #1e293b 100%);
  color: #ffffff;
  padding: 90px 24px;
  text-align: center;
  border-radius: 0 0 40px 40px;
  margin-bottom: 60px;
  position: relative;
  overflow: hidden;
}

.company-hero-title {
  font-size: 2.5rem;
  font-weight: 900;
  margin-bottom: 16px;
  color: #ffffff;
}

.company-hero-subtitle {
  font-size: 1.15rem;
  color: #94a3b8;
  max-width: 700px;
  margin: 0 auto;
}

/* عناوین عمومی بخش‌ها */
.company-section-head {
  text-align: center;
  margin-bottom: 40px;
}

.company-section-head h2 {
  font-size: 1.8rem;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 8px;
}

.company-section-head p {
  color: #64748b;
  font-size: 0.95rem;
}

/* ۲. معرفی شرکت و سابقه کار */
.company-about-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 40px;
  margin-bottom: 60px;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 40px;
  align-items: center;
}

.company-about-text h3 {
  font-size: 1.4rem;
  color: #0f172a;
  margin-bottom: 16px;
  font-weight: 800;
}

.company-about-text p {
  color: #1e293b;
  margin-bottom: 16px;
  text-align: justify;
  line-height: 1.7;
}

.company-history-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(24, 25, 27, 0.1);
  color: #ed5518;
  padding: 6px 16px;
  border-radius: 50px;
  font-size: 0.85rem;
  font-weight: 700;
  margin-bottom: 16px;
}

/* آمار سابقه کار */
.company-stats-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.company-stat-box {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 24px;
  text-align: center;
}

.company-stat-number {
  font-size: 2rem;
  font-weight: 900;
  color: #ed5518;
  display: block;
}

.company-stat-title {
  font-size: 0.85rem;
  color: #64748b;
  font-weight: 700;
}

/* ۳. خدمات شرکت */
.company-services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
  margin-bottom: 60px;
}

.company-service-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 32px 24px;
  transition: all 0.3s ease;
}

.company-service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 24px -8px rgba(0, 0, 0, 0.08);
  border-color: #ed5518;
}

.company-service-icon {
  width: 52px;
  height: 52px;
  background: rgba(124, 124, 124, 0.1);
  color: #ed5518;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  margin-bottom: 20px;
}
.company-service-icon img {
  width: 32px;
  height: 32px;
}

.company-service-card h3 {
  font-size: 1.2rem;
  color: #0f172a;
  margin-bottom: 12px;
  font-weight: 800;
}

.company-service-card p {
  font-size: 0.9rem;
  color: #64748b;
  line-height: 1.6;
}

/* ۴. معرفی مدیریت و تیم ارشد */
.company-management-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 32px;
  margin-bottom: 60px;
}

.company-manager-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 24px;
  padding: 32px;
  text-align: center;
  position: relative;
}

.company-manager-avatar {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background: #e2e8f0;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  font-weight: 800;
  color: #ed5518;
  border: 4px solid #f8fafc;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.company-manager-card h3 {
  font-size: 1.25rem;
  color: #0f172a;
  font-weight: 800;
}

.company-manager-role {
  display: inline-block;
  font-size: 0.85rem;
  color: #ed5518;
  font-weight: 700;
  margin-bottom: 14px;
}

.company-manager-bio {
  font-size: 0.88rem;
  color: #64748b;
  margin-bottom: 20px;
  line-height: 1.6;
}

.company-manager-socials {
  display: flex;
  justify-content: center;
  gap: 12px;
}

.company-manager-socials a {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: #f8fafc;
  color: #1e293b;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 0.9rem;
  transition: all 0.2s;
}

.company-manager-socials a:hover {
  background: #ed5518;
  color: #ffffff;
}

/* ۵. فراخوان به عمل (CTA) */
.company-cta-banner {
  background: linear-gradient(135deg, #ed5518 0%, #c5410d 100%);
  color: #ffffff;
  border-radius: 12px;
  padding: 48px 32px;
  text-align: center;
  margin-top: 30px;
}

.company-cta-banner h2 {
  font-size: 1.8rem;
  font-weight: 800;
  margin-bottom: 12px;
  color: #fff;
}

.company-cta-banner p {
  font-size: 1rem;
  opacity: 0.9;
  margin-bottom: 24px;
  color: #fff;
}

.company-cta-btn {
  display: inline-block;
  background: #ffffff;
  color: #ed5518;
  padding: 12px 32px;
  border-radius: 12px;
  font-weight: 800;
  text-decoration: none;
  transition: transform 0.2s;
}

.company-cta-btn:hover {
  transform: scale(1.05);
}

/* واکنش‌گرایی در موبایل */
@media (max-width: 868px) {
  .company-about-card {
    grid-template-columns: 1fr;
  }
  .company-hero-title {
    font-size: 1.8rem;
  }
}
.ceo-profile-container {
  width: 100%;
  margin: 0 auto;
}

/* هدر بخش درباره ما */
.ceo-profile-tag-wrapper {
  text-align: center;
  margin-bottom: 12px;
}

.ceo-profile-badge {
  display: inline-block;
  padding: 6px 20px;
  border-radius: 50px;
  background: rgba(37, 99, 235, 0.08);
  border: 1px solid rgba(37, 99, 235, 0.18);
  color: #ed5518;
  font-size: 0.85rem;
  font-weight: 800;
  letter-spacing: 0.5px;
}

.ceo-profile-title {
  text-align: center;
  font-size: 2.2rem;
  font-weight: 900;
  color: #0f172a;
  margin-bottom: 48px;
}

/* کارت تک‌مدیریتی تم روشن */
.ceo-profile-card {
  background: #ffffff;
  border: 1px solid #f0f0f0;
  border-radius: 12px;
  border-radius: 0px 0px 12px 12px;
  padding: 48px;
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 40px;
  align-items: center;
  box-shadow: 0 15px 35px -5px rgba(15, 23, 42, 0.06), 0 5px 15px -5px rgba(0, 0, 0, 0.02);
  transition: all 0.4s ease;
}

.ceo-profile-card::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(270deg, #ed5518, rgb(21, 19, 26));
}

.ceo-profile-card:hover {
  transform: translateY(-4px);
  border-color: rgba(37, 99, 235, 0.3);
  box-shadow: 0 25px 50px -12px rgba(37, 99, 235, 0.12), 0 0 20px rgba(37, 99, 235, 0.08);
}

/* بخش آواتار / تصویر مدیر */
.ceo-profile-avatar-box {
  position: relative;
  text-align: center;
}

.ceo-profile-avatar {
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: linear-gradient(135deg, #eff6ff, #dbeafe);
  border: 4px solid #ffffff;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3.5rem;
  font-weight: 900;
  color: #ed5518;
  position: relative;
  z-index: 2;
  object-fit: cover;
  box-shadow: 0 10px 25px rgba(235, 110, 37, 0.15);
}
.ceo-profile-avatar img {
  height: 100%;
  width: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.ceo-profile-avatar-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 200px;
  height: 200px;
  border-radius: 50%;
  filter: blur(25px);
  opacity: 0.18;
  transition: opacity 0.4s ease;
  z-index: 1;
}

.ceo-profile-card:hover .ceo-profile-avatar-glow {
  opacity: 0.35;
}

/* جزئیات متنی */
.ceo-profile-info h2 {
  font-size: 1.8rem;
  font-weight: 900;
  color: #0f172a;
  margin-bottom: 6px;
}

.ceo-profile-role {
  display: inline-block;
  font-size: 0.88rem;
  font-weight: 800;
  color: #ed5518;
  background: rgba(51, 53, 59, 0.08);
  padding: 4px 16px;
  border-radius: 20px;
  margin-bottom: 20px;
}

.ceo-profile-bio {
  font-size: 0.95rem;
  color: #64748b;
  line-height: 1.85;
  margin-bottom: 24px;
  text-align: justify;
}

/* نقل قول / پیام مدیر */
.ceo-profile-quote {
  background: #f1f5f9;
  border-right: 3px solid #ed5518;
  padding: 14px 20px;
  border-radius: 0 12px 12px 0;
  font-size: 0.9rem;
  color: #334155;
  margin-bottom: 28px;
}

/* فوتر کارت و شبکه‌های اجتماعی */
.ceo-profile-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  border-top: 1px solid #e2e8f0;
  padding-top: 20px;
}

.ceo-profile-contact-link {
  color: #64748b;
  text-decoration: none;
  font-size: 0.88rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: color 0.2s;
}

.ceo-profile-contact-link:hover {
  color: #ed5518;
}

.ceo-profile-social-links {
  display: flex;
  gap: 10px;
}

.ceo-profile-social-btn {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: #f1f5f9;
  border: 1px solid #e2e8f0;
  color: #0f172a;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 0.3s ease;
}
.ceo-profile-social-btn i {
  font-size: 22px;
  color: #ed5518;
}

.ceo-profile-social-btn svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.ceo-profile-social-btn:hover {
  background: #ed5518;
  color: #ffffff;
  border-color: #ed5518;
  transform: translateY(-3px);
  box-shadow: 0 8px 15px -3px rgba(37, 99, 235, 0.3);
}

/* پاسخگویی موبایل */
@media (max-width: 768px) {
  .ceo-profile-card {
    grid-template-columns: 1fr;
    padding: 32px 24px;
    text-align: center;
  }
  .ceo-profile-bio {
    text-align: center;
  }
  .ceo-profile-quote {
    border-right: none;
    border-top: 3px solid #ed5518;
    border-radius: 0 0 12px 12px;
  }
  .ceo-profile-footer {
    justify-content: center;
    flex-direction: column;
  }
}
.de-track-wrapper {
  background: #f8fafc;
  padding: 20px;
  direction: rtl;
  text-align: right;
}

/* نوار آدرس */
.de-track-breadcrumb {
  font-size: 13px;
  color: #94a3b8;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.de-track-breadcrumb a {
  color: #475569;
  text-decoration: none;
  transition: color 0.2s;
}

.de-track-breadcrumb a:hover {
  color: #ff5722;
}

/* باکس سربرگ و جستجو */
.de-track-search-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  padding: 36px 28px;
  text-align: center;
  box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.03);
  margin-bottom: 32px;
}

.de-track-title {
  font-size: 24px;
  font-weight: 900;
  color: #0f172a;
  margin-bottom: 8px;
}

.de-track-subtitle {
  font-size: 14px;
  color: #94a3b8;
  margin-bottom: 28px;
}

.de-track-form {
  display: flex;
  gap: 12px;
  max-width: 580px;
  margin: 0 auto;
}

.de-track-input-wrap {
  position: relative;
  flex: 1;
}

.de-track-input {
  width: 100%;
  height: 52px;
  background: #f1f5f9;
  border: 2px solid transparent;
  border-radius: 12px;
  padding: 0 16px 0 44px;
  font-size: 15px;
  font-weight: 600;
  color: #0f172a;
  outline: none;
  transition: all 0.2s;
}

.de-track-input:focus {
  background: #fff;
  border-color: #ff5722;
  box-shadow: 0 0 0 4px rgba(255, 87, 34, 0.25);
}

.de-track-input-icon {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: #94a3b8;
  pointer-events: none;
}

.de-track-btn {
  height: 52px;
  padding: 0 28px;
  background: #ff5722;
  color: #fff;
  border: none;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.2s;
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}
.de-track-btn svg {
  transform: rotate(180deg);
}

.de-track-btn:hover {
  background: #e64a19;
  box-shadow: 0 6px 16px rgba(255, 87, 34, 0.25);
}

/* کارت نتایج پیگیری */
.de-track-result {
  display: none; /* با جستجو فعال می‌شود */
  animation: fadeIn 0.4s ease;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* استپر مراحل (Progress Steps) */
.de-track-stepper-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  padding: 32px 24px;
  margin-bottom: 24px;
}

.de-track-stepper {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.de-track-stepper::before {
  content: "";
  position: absolute;
  top: 20px;
  right: 40px;
  left: 40px;
  height: 3px;
  background: #e2e8f0;
  z-index: 1;
}

.de-track-progress-line {
  position: absolute;
  top: 20px;
  right: 40px;
  height: 3px;
  background: #10b981;
  z-index: 1;
  transition: width 0.4s ease;
}

.de-track-step {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
}

.de-track-step-icon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #fff;
  border: 3px solid #cbd5e1;
  color: #94a3b8;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  margin-bottom: 10px;
  transition: all 0.3s;
}

.de-track-step.active .de-track-step-icon {
  border-color: #10b981;
  background: #10b981;
  color: #fff;
  box-shadow: 0 0 0 4px rgba(16, 185, 129, 0.2);
}

.de-track-step.completed .de-track-step-icon {
  border-color: #10b981;
  background: #10b981;
  color: #fff;
}

.de-track-step-lbl {
  font-size: 13px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 2px;
}

.de-track-step-time {
  font-size: 11px;
  color: #94a3b8;
}

/* باکس جزئیات کد پستی و وضعیت */
.de-track-info-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 16px;
  margin-bottom: 24px;
}

.de-track-info-box {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 16px 20px;
}

.de-track-info-label {
  font-size: 14px;
  color: #94a3b8;
  margin-bottom: 4px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.de-track-info-val {
  font-size: 16px;
  font-weight: 800;
  color: #0f172a;
}

.de-track-badge {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 700;
  background: #ecfdf5;
  color: #047857;
  border: 1px solid #a7f3d0;
}

/* جدول تاریخچه جابه‌جایی بسته */
.de-track-history-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  padding: 24px;
}

.de-track-history-title {
  font-size: 16px;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 16px;
}

.de-track-timeline {
  position: relative;
  padding-right: 20px;
  border-right: 2px dashed #e2e8f0;
}

.de-track-timeline-item {
  position: relative;
  margin-bottom: 20px;
}

.de-track-timeline-item:last-child {
  margin-bottom: 0;
}

.de-track-timeline-dot {
  position: absolute;
  right: -26px;
  top: 4px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ff5722;
  box-shadow: 0 0 0 4px #fff;
}

.de-track-timeline-date {
  font-size: 11px;
  color: #94a3b8;
}

.de-track-timeline-desc {
  font-size: 13px;
  font-weight: 700;
  color: #0f172a;
}

.de-track-timeline-sub {
  font-size: 14px;
  color: #475569;
}

@media (max-width: 650px) {
  .de-track-form {
    flex-direction: column;
  }
  .de-track-btn {
    justify-content: center;
  }
  .de-track-stepper::before, .de-track-progress-line {
    display: none;
  }
  .de-track-stepper {
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
  }
  .de-track-step {
    flex-direction: row;
    gap: 12px;
  }
  .de-track-step-icon {
    margin-bottom: 0;
  }
}
/* =========================================================================
Breadcrumb + page header (inner pages)
========================================================================= */
.page-header {
  background: var(--ink);
  position: relative;
  padding: 56px 0 68px;
  overflow: hidden;
}

.page-header::after {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(115deg, rgba(255, 90, 31, 0.06) 0 2px, transparent 2px 40px);
}

.page-header .container {
  position: relative;
  z-index: 2;
}

.breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  color: #9aa;
  margin-bottom: 16px;
  direction: rtl;
  direction: rtl;
  justify-content: flex-start;
}

.breadcrumb a {
  color: #c9cdd0;
}

.breadcrumb a:hover {
  color: var(--orange);
}

.page-header h1 {
  color: #fff;
  font-size: clamp(26px, 3.4vw, 40px);
}

/* =========================================================================
Shop layout: filters + grid
========================================================================= */
.shop-layout {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 40px;
  align-items: flex-start;
}

.filters {
  position: sticky;
  top: 104px;
}

.filter-block {
  border-bottom: 1px solid var(--line);
  padding-bottom: 24px;
  margin-bottom: 24px;
}

.filter-block:last-child {
  border-bottom: none;
}

.filter-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14.5px;
  font-weight: 700;
  margin-bottom: 16px;
}

.filter-title svg {
  width: 14px;
  height: 14px;
  color: var(--muted-2);
}

.check-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 7px 0;
  font-size: 14px;
  cursor: pointer;
}

.check-row input {
  accent-color: var(--orange);
  width: 16px;
  height: 16px;
}

.check-row .cnt {
  font-size: 11.5px;
  color: var(--muted-2);
}

.check-row-label {
  display: flex;
  align-items: center;
  gap: 10px;
}

.range-slider {
  margin-top: 10px;
}

.range-slider input[type=range] {
  width: 100%;
  accent-color: var(--orange);
}

.range-values {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: var(--muted);
  margin-top: 6px;
  direction: ltr;
}

.swatch-row {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.swatch {
  padding: 7px 14px;
  border: 1px solid var(--line);
  font-size: 12.5px;
  cursor: pointer;
  transition: 0.2s;
}

.swatch:hover, .swatch.active {
  border-color: var(--ink);
  background: var(--ink);
  color: #fff;
}

.shop-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 26px;
  flex-wrap: wrap;
  gap: 14px;
}

.shop-count {
  font-size: 14px;
  color: var(--muted);
}

.shop-count b {
  color: var(--ink);
}

.shop-controls {
  display: flex;
  align-items: center;
  gap: 14px;
}

.select-clean {
  appearance: none;
  border: 1px solid var(--line);
  background: #fff url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 24 24" fill="none" stroke="%236d6f6b" stroke-width="2"><path d="M6 9l6 6 6-6"/></svg>') no-repeat left 12px center;
  padding: 10px 34px 10px 14px;
  font-size: 13.5px;
  min-width: 170px;
}

.view-toggle {
  display: flex;
  border: 1px solid var(--line);
}

.view-toggle button {
  width: 40px;
  height: 40px;
  background: #fff;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--muted);
}

.view-toggle button.active {
  background: var(--ink);
  color: #fff;
}

.view-toggle button svg {
  width: 17px;
  height: 17px;
}

.chip-row {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 22px;
}

.chip {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  border: 1px solid var(--line);
  padding: 6px 12px;
  font-size: 12.5px;
}

.chip button {
  background: none;
  border: none;
  color: var(--muted);
  display: flex;
}

.chip button svg {
  width: 12px;
  height: 12px;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 56px;
}

.pagination a {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  font-size: 13.5px;
  transition: 0.2s;
}

.pagination a:hover, .pagination a.active {
  background: var(--ink);
  color: #fff;
  border-color: var(--ink);
}

.pagination a.nav {
  width: auto;
  padding: 0 16px;
  gap: 8px;
}

/* =========================================================================
Product detail page
========================================================================= */
.pd-layout {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 60px;
  padding: 35px 25px 25px;
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 8px;
}

.branch-page {
  background: #f3f3f3;
}

.pd-layout {
  margin-bottom: 40px;
}

.pd-tabs {
  padding: 35px 25px 25px;
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 8px;
}

/* ---- gallery: slides ---- */
.pd-main-wrap {
  position: relative;
}

.pd-viewport {
  aspect-ratio: 1/1;
  background: var(--surface);
  border: 1px solid var(--line);
  overflow: hidden;
  position: relative;
  cursor: zoom-in;
}

.pd-slides {
  position: relative;
  width: 100%;
  height: 100%;
}

.pd-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transform: scale(1.02);
  transition: opacity 0.45s var(--ease-out), transform 0.45s var(--ease-out), visibility 0s 0.45s;
}

.pd-slide.active {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  transition-delay: 0s;
}

.pd-slide .blueprint {
  transition: transform 0.35s var(--ease-out);
  transform-origin: center;
}

.pd-viewport:hover .pd-slide.active .blueprint {
  transform: scale(1.16);
}

.pd-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ink);
  box-shadow: var(--shadow-sm);
  transition: background 0.2s, color 0.2s, box-shadow 0.2s;
  opacity: 0;
}

.pd-main-wrap:hover .pd-nav {
  opacity: 1;
}

.pd-nav:hover {
  background: var(--ink);
  color: #fff;
  box-shadow: var(--shadow-md);
}

.pd-nav.prev {
  right: 14px;
}

.pd-nav.next {
  left: 14px;
}

.pd-zoom-tag {
  position: absolute;
  bottom: 14px;
  right: 14px;
  background: rgba(20, 24, 27, 0.82);
  color: #fff;
  font-size: 10.5px;
  padding: 7px 12px;
  display: flex;
  align-items: center;
  gap: 6px;
  z-index: 2;
  pointer-events: none;
}

.pd-counter {
  position: absolute;
  bottom: 14px;
  left: 14px;
  background: rgba(20, 24, 27, 0.82);
  color: #fff;
  font-size: 11.5px;
  padding: 7px 12px;
  z-index: 2;
  letter-spacing: 0.05em;
}

.pd-thumbs {
  display: flex;
  gap: 12px;
  margin-top: 14px;
}
.pd-thumbs .blueprint {
  height: 80px;
  padding: 0;
}

.pd-thumbs .thumb {
  width: 84px;
  height: 84px;
  border: 2px solid var(--line);
  overflow: hidden;
  cursor: pointer;
  flex-shrink: 0;
  transition: border-color 0.25s var(--ease-out), transform 0.25s var(--ease-out);
  padding: 0;
  background: none;
}

.pd-thumbs .thumb.active {
  border-color: var(--orange);
}

.pd-thumbs .thumb:hover {
  border-color: var(--ink);
  transform: translateY(-2px);
}

.pd-thumbs .thumb .blueprint {
  pointer-events: none;
}

.pd-dots {
  display: none;
  justify-content: center;
  gap: 8px;
  margin-top: 16px;
}

.pd-dots button {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--line);
  border: none;
  padding: 0;
  transition: 0.25s;
}

.pd-dots button.active {
  background: var(--orange);
  width: 20px;
  border-radius: 4px;
}

/* ---- lightbox ---- */
.pd-lightbox {
  position: fixed;
  inset: 0;
  background: rgba(10, 12, 14, 0.96);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s var(--ease-out), visibility 0s 0.35s;
}

.pd-lightbox.open {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}

.pd-lb-top {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 28px;
  z-index: 2;
}

.pd-lb-counter {
  color: #9aa0a3;
  font-size: 13px;
  letter-spacing: 0.05em;
}

.pd-lb-tools {
  display: flex;
  gap: 8px;
}

.pd-lb-tools button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
}

.pd-lb-tools button:hover {
  background: rgba(255, 255, 255, 0.16);
}

.pd-lb-tools button#pdLbClose {
  background: var(--orange);
  border-color: var(--orange);
  margin-right: 6px;
}

.pd-lb-tools button#pdLbClose:hover {
  background: var(--orange-dark);
}

.pd-lb-stage {
  width: min(78vw, 900px);
  height: min(78vh, 900px);
  position: relative;
  overflow: hidden;
  touch-action: none;
}

.pd-lb-frame {
  width: 100%;
  height: 100%;
  cursor: grab;
  transition: transform 0.25s var(--ease-out);
}

.pd-lb-frame.dragging {
  cursor: grabbing;
  transition: none;
}

.pd-lb-frame .blueprint {
  width: 100%;
  height: 100%;
}

.pd-lb-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
}

.pd-lb-nav:hover {
  background: rgba(255, 255, 255, 0.18);
}

.pd-lb-nav.prev {
  right: 28px;
}

.pd-lb-nav.next {
  left: 28px;
}

.pd-lb-hint {
  position: absolute;
  bottom: 24px;
  left: 0;
  right: 0;
  text-align: center;
  color: #6a6f73;
  font-size: 11px;
  letter-spacing: 0.04em;
  z-index: 2;
}

.pd-title-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
}

.pd-sku {
  font-size: 12px;
  color: var(--muted-2);
  direction: ltr;
  text-align: left;
}

.pd-title {
  font-size: clamp(24px, 2.6vw, 32px);
  margin-top: 8px;
}

.pd-meta-row {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 14px;
  flex-wrap: wrap;
}

.pd-stock {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13.5px;
  font-weight: 600;
  color: var(--green);
}

.pd-stock i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--green);
}

.pd-desc {
  margin-top: 20px;
  font-size: 15px;
  text-align: justify;
}

.pd-price-box {
  display: flex;
  align-items: baseline;
  gap: 14px;
  margin-top: 24px;
  padding: 22px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.pd-price-box .now {
  font-size: 32px;
  font-weight: 700;
}

.pd-price-box .old {
  font-size: 16px;
  color: var(--muted-2);
  text-decoration: line-through;
}

.pd-price-box .save {
  margin-right: auto;
}

.qty-stepper {
  display: flex;
  align-items: center;
  border: 1px solid var(--line);
  width: fit-content;
}

.qty-stepper button {
  width: 44px;
  height: 48px;
  background: #fff;
  border: none;
  font-size: 18px;
  color: var(--ink);
}

.qty-stepper input {
  width: 52px;
  text-align: center;
  border: none;
  border-right: 1px solid var(--line);
  border-left: 1px solid var(--line);
  height: 48px;
  font-size: 15px;
}

.pd-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 26px;
  flex-wrap: wrap;
}

.pd-actions .btn-primary {
  flex: 1;
  min-width: 200px;
}

.pd-trust {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
  margin-top: 30px;
}

.pd-trust div {
  background: #fff;
  padding: 18px;
  text-align: center;
}

.pd-trust svg {
  width: 24px;
  height: 24px;
  color: var(--orange);
  margin-bottom: 8px;
}

.pd-trust span {
  display: block;
  font-size: 12.5px;
  font-weight: 600;
}

.pd-tabs {
  margin-top: 0px;
}

.tab-nav {
  display: flex;
  gap: 6px;
  border-bottom: none;
  flex-wrap: wrap;
  margin-right: 25px;
}

.tab-nav button.active {
  color: #ffffff;
  border-color: var(--orange);
  background: #ed5518;
}

.tab-nav button {
  background: #fff;
  border: none;
  padding: 9px 20px;
  font-weight: 500;
  font-size: 15px;
  color: var(--muted);
  border-bottom: 1px solid rgba(0, 0, 0, 0.0509803922);
  margin-bottom: -1px;
  transition: 0.2s;
  margin-right: -2px;
  border-radius: 12px 12px 0px 0px;
}

.head-table {
  padding: 10px;
  background: #e7e7e7;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.head-table img {
  height: 25px;
  width: 25px;
}

.property {
  height: 60px;
  display: flex;
  align-items: center;
}
.property .qty-p {
  font-size: 17px;
  font-weight: 700;
  color: var(--ink);
}

.tab-panel {
  display: none;
  padding-top: 40px;
}

.tab-panel.active {
  display: block;
}
.tab-panel.active p {
  font-family: IRANYekan;
  font-weight: 500;
  color: #212121;
}

/* ---- spec sheet: at-a-glance strip ---- */
.spec-hero {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: #c9c9c9;
  border: 1px solid var(--line);
  margin-bottom: 35px;
  margin-top: 35px;
}

.spec-hero-item {
  background: #fff;
  padding: 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 8px;
}

.spec-hero-item svg {
  width: 24px;
  height: 24px;
  color: var(--orange);
}

.spec-hero-item .v {
  font-size: 19px;
  font-weight: 700;
  color: var(--ink);
}

.spec-hero-item .l {
  font-size: 12px;
  color: var(--muted);
}

/* ---- category quick-jump pills ---- */
.spec-pills {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 32px;
}

.spec-pills button {
  background: #fff;
  border: 1px solid var(--line);
  padding: 9px 18px;
  font-size: 13px;
  font-weight: 600;
  color: var(--muted);
  border-radius: 0px;
  transition: all 0.2s var(--ease-out);
}

.spec-pills button:hover {
  border-color: var(--ink);
  color: var(--ink);
}

.spec-pills button.active {
  background: var(--ink);
  border-color: var(--ink);
  color: #fff;
}

/* ---- grouped spec sections ---- */
.spec-groups {
  display: grid;
  gap: 44px;
}

.spec-group {
  scroll-margin-top: 120px;
}

.spec-group-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--line);
}

.spec-group-head .ico {
  width: 36px;
  height: 36px;
  background: #212529;
  color: var(--orange-dark);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.spec-group-head .ico svg {
  width: 18px;
  height: 18px;
}

.spec-group-head h4 {
  font-size: 16.5px;
}

.spec-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}

.spec-item {
  background: #fff;
  padding: 18px 20px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  position: relative;
  transition: background 0.2s;
}

.spec-item:hover {
  background: #eee;
}

.spec-item .label {
  font-size: 12.5px;
  color: var(--muted);
}

.spec-item .value {
  font-size: 14.5px;
  font-weight: 700;
  color: var(--ink);
}

.spec-item.bar-item {
  grid-column: span 1;
}

.spec-bar-track {
  height: 5px;
  background: #eee;
  margin-top: 4px;
  position: relative;
}

.spec-bar-fill {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, var(--orange), var(--orange-dark));
}

.spec-download-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  background: #f9f9f9;
  border: 1px dashed var(--muted-2);
  padding: 22px 26px;
  margin-top: 45px;
  margin-bottom: 45px;
}

.single-line {
  height: 50px;
  text-align: right;
}
.single-line::placeholder {
  color: #c7c7c7;
}

.login-logo {
  padding: 0px 75px;
}

.spec-download-cta b {
  font-size: 14.5px;
  display: block;
}

.spec-download-cta span {
  font-size: 13px;
  color: var(--muted);
}

.review-summary {
  display: flex;
  gap: 50px;
  align-items: center;
  padding: 30px;
  background: #eee;
  margin-bottom: 40px;
  margin-top: 40px;
  flex-wrap: wrap;
}

.review-score {
  text-align: center;
}

.review-score .big {
  font-size: 52px;
  font-weight: 700;
}

.review-bars {
  flex: 1;
  min-width: 220px;
  display: grid;
  gap: 8px;
}

.review-bar-row {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 12.5px;
}

.review-bar-row .bar {
  flex: 1;
  height: 6px;
  background: #e3e0d6;
  position: relative;
}

.review-bar-row .bar span {
  position: absolute;
  inset: 0;
  background: var(--orange);
}

.review-item {
  padding: 24px 0;
  border-bottom: 1px solid var(--line);
}

.review-item .rh {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.review-item .who {
  display: flex;
  align-items: center;
  gap: 12px;
}

.review-item p {
  font-size: 14.5px;
  margin-top: 8px;
}

/* =========================================================================
Cart page
========================================================================= */
.de-ship-breadcrumb {
  font-size: 14px;
  color: var(--de-text-muted);
  margin-bottom: 20px;
}

.de-ship-breadcrumb a {
  color: var(--de-text-muted);
  text-decoration: none;
}

.de-ship-breadcrumb a:hover {
  color: var(--de-primary-orange);
}

.de-ship-header {
  background-color: var(--de-card-bg);
  border: 1px solid var(--de-border-color);
  border-radius: 12px;
  padding: 32px;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  gap: 20px;
}

.de-ship-header-icon {
  width: 64px;
  height: 64px;
  background-color: #fff7ed;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.de-ship-header-icon svg {
  width: 32px;
  height: 32px;
  stroke: var(--de-primary-orange);
  fill: none;
  stroke-width: 2;
}

.de-ship-header-text h1 {
  font-size: 22px;
  color: var(--de-text-main);
  margin-bottom: 6px;
}

.de-ship-header-text p {
  font-size: 13px;
  color: var(--de-text-muted);
}

/* باکس پیگیری مرسوله */
.de-ship-tracking-card {
  background-color: #f1f5f9;
  border: 1px solid var(--de-border-color);
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.de-ship-tracking-info {
  display: flex;
  align-items: center;
  gap: 12px;
}

.de-ship-tracking-info svg {
  width: 24px;
  height: 24px;
  stroke: var(--de-primary-orange);
  fill: none;
  stroke-width: 2;
}

.de-ship-tracking-title {
  font-size: 13px;
  font-weight: bold;
  color: var(--de-text-main);
}

.de-ship-tracking-desc {
  font-size: 14px;
  color: var(--de-text-muted);
}

.de-ship-tracking-form {
  display: flex;
  gap: 8px;
}

.de-ship-tracking-input {
  padding: 10px 14px;
  border: 1px solid var(--de-border-color);
  border-radius: 6px;
  font-size: 14px;
  outline: none;
  width: 220px;
}

.de-ship-tracking-btn {
  background-color: var(--de-primary-orange);
  color: #fff;
  border: none;
  padding: 10px 16px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
}

/* روش‌های ارسال */
.de-ship-methods-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 20px;
  margin-bottom: 32px;
}

.de-ship-method-card {
  background-color: var(--de-card-bg);
  border: 1px solid var(--de-border-color);
  border-radius: 12px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.de-ship-method-head {
  display: flex;
  align-items: center;
  gap: 12px;
}

.de-ship-method-icon {
  width: 44px;
  height: 44px;
  background-color: #fff7ed;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.de-ship-method-icon svg {
  width: 22px;
  height: 22px;
  stroke: var(--de-primary-orange);
  fill: none;
  stroke-width: 2;
}

.de-ship-method-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  color: var(--de-text-main);
}

.de-ship-method-badge {
  align-self: flex-start;
  background-color: #f1f5f9;
  color: var(--de-text-main);
  font-size: 11px;
  padding: 4px 10px;
  border-radius: 4px;
  font-weight: bold;
}

.de-ship-method-desc {
  font-size: 14px;
  color: #000;
  line-height: 1.8;
  text-align: justify;
}

/* جدول زمان‌بندی */
.de-ship-table-card {
  background-color: var(--de-card-bg);
  border: 1px solid var(--de-border-color);
  border-radius: 12px;
  padding: 28px;
  margin-bottom: 32px;
}

.de-ship-table-title {
  font-size: 16px;
  font-weight: bold;
  color: var(--de-text-main);
  margin-bottom: 16px;
  border-right: 4px solid var(--de-primary-orange);
  padding-right: 12px;
}

.de-ship-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  text-align: right;
}

.de-ship-table th {
  background-color: #f8fafc;
  padding: 12px;
  color: var(--de-text-main);
  border-bottom: 2px solid var(--de-border-color);
}

.de-ship-table td {
  padding: 12px;
  border-bottom: 1px solid var(--de-border-color);
  color: #000;
}

/* ایمن‌سازی و بسته‌بندی */
.de-ship-pack-card {
  background-color: var(--de-card-bg);
  border: 1px solid var(--de-border-color);
  border-radius: 12px;
  padding: 28px;
}

.de-ship-pack-title {
  font-size: 16px;
  font-weight: bold;
  color: var(--de-text-main);
  margin-bottom: 12px;
  border-right: 4px solid var(--de-primary-orange);
  padding-right: 12px;
}

.de-ship-pack-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 16px;
  margin-top: 16px;
}

.de-ship-step-item {
  background-color: #f8fafc;
  border-radius: 8px;
  padding: 16px;
  border: 1px dashed var(--de-border-color);
}

.de-ship-step-num {
  font-size: 14px;
  font-weight: bold;
  color: var(--de-primary-orange);
  margin-bottom: 4px;
}

.de-ship-step-text {
  font-size: 14px;
  color: var(--de-text-muted);
}

@media (max-width: 850px) {
  .de-ship-tracking-card {
    flex-direction: column;
    align-items: stretch;
  }
  .de-ship-tracking-form {
    flex-direction: column;
  }
  .de-ship-tracking-input {
    width: 100%;
  }
  .de-ship-table {
    display: block;
    overflow-x: auto;
  }
}
/* کلاس‌های اختصاصی صفحه قوانین (de-terms) */
.de-terms-breadcrumb {
  font-size: 14px;
  color: var(--de-text-muted);
  margin-bottom: 20px;
}

.de-terms-breadcrumb a {
  color: var(--de-text-muted);
  text-decoration: none;
}

.de-terms-breadcrumb a:hover {
  color: var(--de-primary-orange);
}

.de-terms-header {
  background-color: var(--de-card-bg);
  border: 1px solid var(--de-border-color);
  border-radius: 12px;
  padding: 32px;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  gap: 20px;
}

.de-terms-header-icon {
  width: 64px;
  height: 64px;
  background-color: #fff7ed;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.de-terms-header-icon svg {
  width: 32px;
  height: 32px;
  stroke: var(--de-primary-orange);
  fill: none;
  stroke-width: 2;
}

.de-terms-header-text h1 {
  font-size: 22px;
  color: var(--de-text-main);
  margin-bottom: 6px;
}

.de-terms-header-text p {
  font-size: 13px;
  color: #000;
}

.de-terms-layout {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 24px;
}

/* منوی جانبی چسبان */
.de-terms-sidebar {
  background-color: var(--de-card-bg);
  border: 1px solid var(--de-border-color);
  border-radius: 12px;
  padding: 16px;
  position: sticky;
  top: 20px;
  height: fit-content;
}

.de-terms-sidebar-title {
  font-size: 15px;
  font-weight: bold;
  color: var(--de-text-main);
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid var(--de-border-color);
}

.de-terms-sidebar ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.de-terms-sidebar a {
  font-size: 14px;
  color: #000;
  text-decoration: none;
  display: block;
  padding: 8px 12px;
  border-radius: 6px;
  transition: all 0.2s;
}

.de-terms-sidebar a:hover {
  background-color: #fff7ed;
  color: var(--de-primary-orange);
}

/* کارت محتوای اصلی */
.de-terms-content {
  background-color: var(--de-card-bg);
  border: 1px solid var(--de-border-color);
  border-radius: 12px;
  padding: 32px;
}

.de-terms-section {
  margin-bottom: 36px;
  scroll-margin-top: 30px;
}

.de-terms-section:last-child {
  margin-bottom: 0;
}

.de-terms-sec-title {
  font-size: 16px;
  font-weight: bold;
  color: var(--de-text-main);
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  border-right: 4px solid var(--de-primary-orange);
  padding-right: 12px;
}

.de-terms-sec-desc {
  font-size: 15px;
  color: #000;
  margin-bottom: 12px;
  text-align: justify;
}

.de-terms-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.de-terms-list li {
  font-size: 14px;
  color: #000;
  position: relative;
  padding-right: 22px;
  text-align: justify;
}

.de-terms-list li::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: var(--de-primary-orange);
  border-radius: 50%;
  position: absolute;
  right: 4px;
  top: 10px;
}

.de-terms-warning-box {
  background-color: #fef2f2;
  border: 1px solid #fee2e2;
  border-radius: 8px;
  padding: 16px;
  margin: 16px 0;
  font-size: 14px;
  color: #991b1b;
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.de-terms-warning-box svg {
  width: 20px;
  height: 20px;
  stroke: #991b1b;
  fill: none;
  stroke-width: 2;
  flex-shrink: 0;
}

/* آکاردئون سوالات متداول */
.de-terms-faq-container {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 16px;
}

.de-terms-faq-item {
  border: 1px solid var(--de-border-color);
  border-radius: 8px;
  overflow: hidden;
}

.de-terms-faq-header {
  width: 100%;
  background: #fafafa;
  padding: 14px 16px;
  border: none;
  text-align: right;
  font-size: 13px;
  font-weight: bold;
  color: var(--de-text-main);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.de-terms-faq-header svg {
  width: 16px;
  height: 16px;
  stroke: var(--de-text-muted);
  fill: none;
  stroke-width: 2;
  transition: transform 0.3s;
}

.de-terms-faq-item.de-terms-active .de-terms-faq-header svg {
  transform: rotate(180deg);
}

.de-terms-faq-body {
  padding: 0 16px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  font-size: 14px;
  color: var(--de-text-muted);
  background-color: #fff;
}

.de-terms-faq-item.de-terms-active .de-terms-faq-body {
  padding: 14px 16px;
  max-height: 200px;
  border-top: 1px solid var(--de-border-color);
}

@media (max-width: 850px) {
  .de-terms-layout {
    grid-template-columns: 1fr;
  }
  .de-terms-sidebar {
    display: none;
  }
  .de-terms-header {
    flex-direction: column;
    text-align: center;
  }
}
/* =========================================================================
Toast (cart add feedback)
========================================================================= */
.toast {
  position: fixed;
  bottom: 26px;
  left: 26px;
  background: var(--ink);
  color: #fff;
  padding: 16px 22px;
  display: flex;
  align-items: center;
  gap: 12px;
  z-index: 999;
  transform: translateY(140%);
  transition: transform 0.45s var(--ease-out);
  border-right: 3px solid var(--orange);
  max-width: 320px;
  box-shadow: var(--shadow-lg);
}

.toast.show {
  transform: translateY(0);
}

.toast svg {
  width: 20px;
  height: 20px;
  color: var(--orange);
  flex-shrink: 0;
}

.toast b {
  font-size: 13.5px;
  display: block;
}

.toast span {
  font-size: 12px;
  color: #aeb2ae;
}

/* نوار آدرس */
.de-deals-v2-breadcrumb {
  font-size: 13px;
  color: var(--de-v2-text-muted);
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 20px;
  padding-right: 20px;
}

.de-deals-v2-breadcrumb a {
  color: var(--de-v2-text-body);
  text-decoration: none;
  transition: color 0.2s;
}

.de-deals-v2-breadcrumb a:hover {
  color: var(--de-v2-primary);
}

/* بنر هیرو مدرن با پس‌زمینه گرید و Glow */
.de-deals-v2-hero {
  background: #0f172a;
  background-image: url(../images/banner/cat-immersion.jpg);
  background-size: 100% 100%, 100% 100%, 24px 24px, 24px 24px;
  background-size: cover;
  background-position: center;
  border-radius: 24px;
  padding: 48px;
  color: #ffffff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin-bottom: 36px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 20px 40px -15px rgba(15, 23, 42, 0.3);
  overflow: hidden;
}

.de-deals-v2-hero-body {
  max-width: 620px;
  z-index: 2;
}

.de-deals-v2-tag-top {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(255, 255, 255, 0);
  border: 1px solid rgb(226, 72, 25);
  color: #e04718;
  font-size: 14px;
  font-weight: 700;
  padding: 6px 14px;
  border-radius: 30px;
  margin-bottom: 16px;
  backdrop-filter: blur(4px);
}

.de-deals-v2-hero-title {
  font-size: 32px;
  font-weight: 900;
  line-height: 1.3;
  margin-bottom: 12px;
  background: linear-gradient(135deg, #ffffff 0%, #cbd5e1 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.de-deals-v2-hero-subtitle {
  font-size: 14px;
  color: #eee;
  margin-bottom: 28px;
  text-align: justify;
}

/* استایل تایمر گلاس‌مورفیسم با انیمیشن */
.de-deals-v2-timer-group {
  display: flex;
  gap: 12px;
}

.de-deals-v2-timer-card {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 10px 14px;
  min-width: 72px;
  text-align: center;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.de-deals-v2-timer-box {
  height: 30px;
  overflow: hidden;
  position: relative;
}

.de-deals-v2-timer-val {
  font-size: 22px;
  font-weight: 800;
  color: #ff7043;
  display: block;
  line-height: 30px;
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.35s;
}

.de-deals-v2-timer-val.slide-out {
  transform: translateY(-100%);
  opacity: 0;
}

.de-deals-v2-timer-val.slide-in {
  transform: translateY(100%);
  opacity: 0;
}

.de-deals-v2-timer-lbl {
  font-size: 11px;
  color: #eee;
  margin-top: 2px;
  display: block;
}

/* بج ویژه درصد تخفیف ۳D */
.de-deals-v2-hero-graphic {
  position: relative;
  z-index: 2;
}

.de-deals-v2-badge-3d {
  width: 160px;
  height: 160px;
  background: linear-gradient(145deg, var(--de-v2-primary), #d84315);
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  box-shadow: 0 15px 35px var(--de-v2-primary-glow);
  border: 4px solid rgba(255, 255, 255, 0.2);
  transform: rotate(-8deg);
  transition: transform 0.3s ease;
}

.de-deals-v2-badge-3d:hover {
  transform: rotate(0deg) scale(1.05);
}

.de-deals-v2-badge-3d .txt-small {
  font-size: 13px;
  opacity: 0.9;
}

.de-deals-v2-badge-3d .txt-large {
  font-size: 42px;
  font-weight: 900;
  line-height: 1;
}

/* نوار کنترل و دسته‌بندی‌ها */
.de-deals-v2-nav {
  background: var(--de-v2-card-bg);
  border: 1px solid var(--de-v2-border);
  border-radius: 16px;
  padding: 12px 20px;
  margin-bottom: 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}

.de-deals-v2-pills {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.de-deals-v2-pill-btn {
  background: transparent;
  color: var(--de-v2-text-body);
  border: none;
  padding: 8px 18px;
  border-radius: 30px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s;
}

.de-deals-v2-pill-btn:hover {
  background: #f1f5f9;
  color: var(--de-v2-text-title);
}

.de-deals-v2-pill-btn.active {
  background: var(--de-v2-primary);
  color: #ffffff;
  box-shadow: 0 4px 12px var(--de-v2-primary-glow);
}

/* شبکه کارت‌های محصول */
.de-deals-v2-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
  gap: 24px;
}

.de-deals-v2-card {
  background: var(--de-v2-card-bg);
  border: 1px solid var(--de-v2-border);
  border-radius: 18px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.de-deals-v2-card:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 87, 34, 0.3);
  box-shadow: 0 20px 30px -10px rgba(0, 0, 0, 0.07);
}

.de-deals-v2-ribbon {
  position: absolute;
  top: 16px;
  right: 16px;
  background: var(--de-v2-accent-red);
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  padding: 4px 10px;
  border-radius: 8px;
  z-index: 3;
  box-shadow: 0 4px 10px rgba(239, 68, 68, 0.3);
}

.de-deals-v2-img-wrap {
  width: 100%;
  height: 200px;
  background: #f8fafc;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  position: relative;
  overflow: hidden;
}

.de-deals-v2-img-wrap svg {
  width: 64px;
  height: 64px;
  stroke: #cbd5e1;
  fill: none;
  stroke-width: 1.5;
  transition: transform 0.3s ease;
}

.de-deals-v2-card:hover .de-deals-v2-img-wrap svg {
  transform: scale(1.1);
  stroke: var(--de-v2-primary);
}

.de-deals-v2-prod-title {
  font-size: 14px;
  font-weight: 700;
  color: var(--de-v2-text-title);
  margin-bottom: 12px;
  line-height: 1.6;
  height: 44px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* نوار وضعیت پیشرفت موجودی */
.de-deals-v2-progress-box {
  margin-bottom: 20px;
}

.de-deals-v2-progress-labels {
  display: flex;
  justify-content: space-between;
  font-size: 11px;
  color: var(--de-v2-text-muted);
  margin-bottom: 6px;
}

.de-deals-v2-progress-bar {
  height: 6px;
  background: #e2e8f0;
  border-radius: 10px;
  overflow: hidden;
}

.de-deals-v2-progress-fill {
  height: 100%;
  background: linear-gradient(90deg, #ff7043, #ef4444);
  border-radius: 10px;
}

.de-deals-v2-card-footer {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 12px;
  border-top: 1px dashed var(--de-v2-border);
}

.de-deals-v2-prices {
  display: flex;
  flex-direction: column;
}

.de-deals-v2-old-p {
  font-size: 14px;
  color: var(--de-v2-text-muted);
  text-decoration: line-through;
}

.de-deals-v2-new-p {
  font-size: 17px;
  font-weight: 900;
  color: var(--de-v2-primary);
}

.de-deals-v2-new-p span {
  font-size: 11px;
  font-weight: 400;
  color: var(--de-v2-text-body);
}

.de-deals-v2-action-btn {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: #f1f5f9;
  border: none;
  color: var(--de-v2-text-title);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s;
}

.de-deals-v2-action-btn svg {
  width: 20px;
  height: 20px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
}

.de-deals-v2-action-btn:hover {
  background: var(--de-v2-primary);
  color: #ffffff;
  box-shadow: 0 4px 12px var(--de-v2-primary-glow);
}

@media (max-width: 850px) {
  .de-deals-v2-hero {
    flex-direction: column;
    text-align: center;
    padding: 32px 20px;
    gap: 28px;
  }
  .de-deals-v2-hero-subtitle {
    text-align: center;
  }
  .de-deals-v2-timer-group {
    justify-content: center;
  }
  .de-deals-v2-nav {
    flex-direction: column;
    align-items: stretch;
  }
  .de-deals-v2-pills {
    overflow-x: auto;
    padding-bottom: 8px;
  }
}
@keyframes pgnOrangeFadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* انیمیشن پالس/تپش برای دکمه فعال */
@keyframes pgnOrangeGlow {
  0% {
    box-shadow: 0 0 0 0 rgba(249, 115, 22, 0.4);
  }
  70% {
    box-shadow: 0 0 0 8px rgba(249, 115, 22, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(249, 115, 22, 0);
  }
}
/* کانتینر اصلی */
.pgn-org-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  background-color: #ffffff;
  padding: 10px 20px;
  border-radius: 14px;
  border: 1px solid #eee;
  box-shadow: 0 6px 16px rgba(249, 115, 22, 0.08);
  direction: rtl;
  animation: pgnOrangeFadeIn 0.4s cubic-bezier(0.16, 1, 0.3, 1) forwards;
  width: max-content;
  margin-top: 40px;
  margin-bottom: 20px;
}
.pgn-org-wrapper i {
  font-size: 16px;
}

/* متن اطلاعات صفحه */
.pgn-org-info {
  font-size: 14px;
  color: #9a3412;
  font-weight: 600;
  white-space: nowrap;
}

/* لیست دکمه‌ها */
.pgn-org-nav {
  display: flex;
  align-items: center;
  gap: 8px;
}

/* استایل پایه دکمه‌ها */
.pgn-org-btn {
  width: 40px;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #44403c;
  font-size: 15px;
  font-weight: 700;
  background-color: #fff7ed;
  border-radius: 10px;
  border: 2px solid transparent;
  box-sizing: border-box;
  /* ترنزیشن نرم برای تمام ویژگی‌ها */
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
}

/* انیمیشن هوور (موس روی دکمه) */
.pgn-org-btn:hover {
  background-color: #ffedd5;
  color: #ed5518;
  border-color: #fdba74;
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(249, 115, 22, 0.15);
}

/* انیمیشن کلیک (کاهش اندازه موقع فشرده شدن) */
.pgn-org-btn:active {
  transform: translateY(0) scale(0.95);
}

/* دکمه صفحه فعال */
.pgn-org-btn.pgn-org-active {
  background-color: #f97316;
  color: #ffffff;
  border-color: #ed5518;
  animation: pgnOrangeGlow 2s infinite;
}

.pgn-org-btn.pgn-org-active:hover {
  background-color: #ed5518;
  color: #ffffff;
}

/* فلش‌های قبلی و بعدی */
.pgn-org-arrow {
  font-size: 20px;
  line-height: 1;
  color: #ed5518;
}

/* دکمه غیرفعال (Disabled) */
.pgn-org-btn.pgn-org-disabled {
  opacity: 0.4;
  cursor: not-allowed;
  pointer-events: none;
  background-color: #f5f5f4;
  color: #a8a29e;
}

/* =========================================================================
Utility / animation
========================================================================= */
/* =========================================================================
Responsive
========================================================================= */
@media (max-width: 1100px) {
  .cat-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .grid-4 {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-3 {
    grid-template-columns: repeat(2, 1fr);
  }
  .about-grid, .capability {
    grid-template-columns: 1fr;
  }
  .capability {
    gap: 50px;
  }
  .gauge-wrap {
    order: -1;
    max-width: 360px;
    margin: 0 auto;
  }
  .stats-strip .container {
    grid-template-columns: repeat(2, 1fr);
  }
  .stat-cell:nth-child(2) {
    border-left: none;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    row-gap: 40px;
  }
  .pd-layout {
    grid-template-columns: 1fr;
  }
  .cart-layout {
    grid-template-columns: 1fr;
  }
  .shop-layout {
    grid-template-columns: 1fr;
  }
  .filters {
    position: static;
  }
  .process-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .process-step:nth-child(2) {
    border-left: none;
  }
}
@media (max-width: 860px) {
  .nav-links, .topbar {
    display: none;
  }
  .nav-toggle {
    display: flex;
  }
  .navbar-main .container {
    height: 72px;
  }
  .hero {
    min-height: 82vh;
  }
  .hero-content {
    padding-top: 130px;
  }
  .hero-hud .container {
    height: auto;
    padding: 16px 24px;
    justify-content: flex-start;
    gap: 12px 0;
  }
  .hud-item {
    border-left: none !important;
    padding: 0 !important;
    justify-content: flex-start !important;
    flex: 0 0 50%;
  }
  .cat-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-4, .grid-3 {
    grid-template-columns: 1fr 1fr;
  }
  .section {
    padding: 70px 0;
  }
  .section-head.split {
    flex-direction: column;
    align-items: flex-start;
  }
  .testi-grid {
    grid-template-columns: 1fr;
  }
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .form-grid {
    grid-template-columns: 1fr;
  }
  .checkout-steps {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 14px 0;
  }
  .co-connector {
    width: 26px;
  }
  .co-step span {
    display: none;
  }
  .pd-trust {
    grid-template-columns: 1fr;
  }
  .pd-nav {
    opacity: 1;
  }
  .pd-dots {
    display: flex;
  }
  .spec-hero {
    grid-template-columns: repeat(2, 1fr);
  }
  .spec-grid {
    grid-template-columns: 1fr 1fr;
  }
  .spec-pills {
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 6px;
  }
  .pd-lb-stage {
    width: 94vw;
    height: 70vh;
  }
  .pd-lb-nav.prev {
    right: 10px;
  }
  .pd-lb-nav.next {
    left: 10px;
  }
  .review-summary {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 600px) {
  .cat-grid, .grid-4, .grid-3 {
    grid-template-columns: 1fr 1fr;
  }
  .stats-strip .container {
    grid-template-columns: 1fr 1fr;
  }
  .hero-cta {
    flex-direction: column;
    align-items: stretch;
  }
  .hero-cta .btn {
    width: 100%;
  }
  .about-media .float-card {
    position: static;
    margin-top: 16px;
    max-width: 100%;
  }
  .cart-product {
    flex-direction: column;
    align-items: flex-start;
  }
  .p-track .product-card {
    flex-basis: 72vw;
  }
  .spec-grid {
    grid-template-columns: 1fr;
  }
  .spec-hero {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 900px) {
  .wrap {
    grid-template-columns: 1fr;
  }
  .media {
    order: -1;
  }
  .content p {
    max-width: none;
  }
  .stats {
    max-width: none;
  }
  .hero-bg-video #myVideo {
    height: 600px;
    width: unset !important;
  }
  .cnc-vectors {
    height: 180px;
    width: 360px;
    object-fit: contain;
  }
  .cnc-vectors img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    position: relative;
    right: 0px;
  }
}
@media (max-width: 480px) {
  .stats {
    grid-template-columns: 1fr;
  }
  .cta-text {
    max-width: 68%;
  }
  .hero-bg-video #myVideo {
    height: 600px;
    width: unset !important;
  }
}
@media (prefers-reduced-motion: reduce) {
  .stat, .btn, .photo img {
    transition: none !important;
  }
}
@media (max-width: 991px) {
  .owl-nav {
    display: none;
  }
  .hero-bg-video #myVideo {
    height: 698px;
    width: unset !important;
  }
  .hero {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .hero-content {
    padding-top: 30px;
  }
  .hero-tag {
    margin-bottom: 5px;
  }
  .hero h1 {
    font-size: clamp(35px, 5.6vw, 76px);
    max-width: 920px;
    color: #fff;
    font-weight: 800;
    margin-bottom: 5px;
    margin-top: 10px;
  }
  .stat-cell {
    padding: 12px 18px;
    border-left: 1px solid var(--line);
    text-align: center;
  }
  .stat-num {
    font-size: 27px;
    font-weight: 700;
    color: var(--ink);
    direction: ltr;
    display: block;
  }
  .wrap {
    grid-template-columns: 1fr;
    display: flex;
    flex-direction: column-reverse;
  }
  .about::after {
    -webkit-mask-image: radial-gradient(ellipse 65% 55% at 80% 0%, black, transparent 70%);
    mask-image: radial-gradient(ellipse 65% 55% at 80% 0%, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0) 70%);
  }
  .content p {
    font-size: 17px;
    margin: 0 0 20px;
    text-align: justify;
    max-width: 620px;
  }
  .stat {
    position: relative;
    border-radius: 0px;
    padding: 5px 12px;
    width: 50%;
    gap: 5px;
  }
  .stats {
    display: flex;
  }
  .stat .icon {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background: #ed5518;
    border: 1px solid #ed5518;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000;
  }
  .stat .icon svg {
    width: 22px;
    height: 20px;
  }
  .cta-figure {
    position: absolute;
    left: -10px;
    top: 0px;
    height: 54%;
    width: auto;
    -webkit-mask-image: linear-gradient(to right, transparent, black 25%);
    mask-image: linear-gradient(to right, transparent, black 25%);
  }
  .cta-card .btn {
    width: 100%;
  }
  .cta-card {
    position: relative;
    background: linear-gradient(135deg, #000000 0%, #0d2318 55%);
    border-radius: 14px;
    padding: 15px 20px;
    color: #fff;
    overflow: hidden;
    min-height: 190px;
    display: flex;
    align-items: center;
  }
  .section-sm {
    padding: 50px 0;
  }
  .section-title {
    font-size: clamp(25px, 3.6vw, 44px);
  }
  .cat-name {
    font-weight: 700;
    font-size: 13px;
    transition: color 0.3s;
    display: flex;
    justify-content: center;
  }
  .cart-cat-wrap {
    background: #fff;
    border: 1px solid #e6e2d8;
    height: 155px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 35px;
  }
  .section-sm.bg-panel {
    position: relative;
    overflow: hidden;
    height: 395px;
  }
  .hero-content .container {
    display: flex;
    padding: 0px 32px;
    flex-direction: column;
    align-items: center;
  }
  .gauge-wrap {
    order: -1;
    max-width: 100%;
    margin: 0 auto;
  }
  .gauge-wrap .section-title {
    margin-right: 77px;
  }
  .process-step h4 {
    font-size: 15px;
    margin-top: 12px;
  }
  .process-step p {
    font-size: 12.5px;
    margin-top: 10px;
  }
  .process-step .step-no {
    font-size: 45px;
    font-weight: 700;
  }
  .gauge-caption {
    margin-top: 26px;
    text-align: center;
    z-index: 1;
    font-size: 18px;
  }
  .section-padding-in {
    padding: 0px 80px;
    padding-bottom: 40px;
  }
  .section-padding-in .section-title {
    padding-right: 78px;
  }
  .capability-item {
    display: flex;
    gap: 15px;
    padding: 12px 78px;
  }
  .eyebrow.on-dark {
    position: relative;
    right: 78px;
  }
  .process-grid {
    border: 3px solid var(--line);
  }
  .process-step {
    border: 1px solid var(--line);
  }
  .process-step {
    padding: 15px 20px;
    border-left: 1px solid var(--line);
    position: relative;
  }
}
@media (max-width: 500px) {
  .hero-bg-video #myVideo {
    height: 698px;
    width: unset !important;
  }
  .cnc-vectors {
    height: 180px;
    width: 360px;
    object-fit: contain;
  }
  .cnc-vectors img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    position: relative;
    right: 0px;
  }
  .hero-cta {
    display: flex;
    gap: 8px;
    margin-top: 8px;
    flex-wrap: wrap;
  }
  .img-holder {
    background: none;
    border: none;
  }
  .hero-hud {
    position: relative;
    z-index: 2;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    margin-top: -10px;
    background: rgba(10, 12, 14, 0.6);
    backdrop-filter: blur(8px);
  }
  .logo a {
    height: 42px;
    margin-right: -35px;
  }
  .hero-content .container {
    display: flex;
    padding: 0px 32px;
    flex-direction: column;
  }
  .hero-sub {
    max-width: 560px;
    margin-top: 0px;
    font-size: 14.5px;
    color: #ffffff;
    line-height: 1.9;
    text-align: justify;
    font-weight: 400;
  }
  .hero {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .btn-outline-dark {
    background-color: var(--bs-btn-active-bg);
    border-color: var(--bs-btn-active-border-color);
    color: #fff;
  }
  .breadcrumb {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #9aa;
    margin-bottom: 16px;
    direction: rtl;
    justify-content: flex-start;
  }
}
@media (max-width: 480px) {
  .product-cat {
    font-size: 14px;
    letter-spacing: 0.06em;
    color: var(--muted-2);
    text-transform: uppercase;
    direction: rtl;
    text-align: right;
  }
  .pd-title-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
    flex-direction: column-reverse;
  }
  .pd-price-box {
    display: flex;
    align-items: baseline;
    gap: 14px;
    margin-top: 24px;
    padding: 22px 0;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    justify-content: center;
  }
  .tab-nav {
    display: flex;
    gap: 6px;
    border-bottom: 1px solid var(--line);
    flex-wrap: wrap;
    justify-content: center;
  }
  .breadcrumb span {
    color: #000;
    font-weight: 600;
    margin: 0px 0px;
  }
  .tab-nav button {
    background: none;
    border: none;
    padding: 16px 10px;
    font-weight: 700;
    font-size: 16px;
    color: var(--muted);
    border-bottom: 2px solid transparent;
    margin-bottom: -1px;
    transition: 0.2s;
  }
  .grid-4 {
    grid-template-columns: 0fr -1fr;
    display: flex;
    flex-direction: column;
  }
  .spec-pills button {
    background: #fff;
    border: 1px solid var(--line);
    padding: 7px 10px;
    font-size: 13px;
    font-weight: 600;
    color: var(--muted);
    border-radius: 0px;
    transition: all 0.2s var(--ease-out);
  }
  .spec-item .value {
    font-size: 17.5px;
    font-weight: 700;
    color: var(--ink);
  }
  .spec-item .label {
    font-size: 17.5px;
    color: var(--muted);
    width: 140px;
    font-weight: 600;
  }
  .spec-pills {
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 6px;
    border-bottom: 3px solid #14181b;
    padding-bottom: 20px;
  }
  .tab-panel {
    text-align: justify;
  }
  .tab-panel h1 {
    font-weight: 600;
    font-size: 20px;
  }
  .tab-panel h2 {
    font-weight: 600;
    font-size: 18px;
  }
  .tab-panel h3 {
    font-weight: 600;
    font-size: 16px;
  }
  .tab-panel h4 {
    font-weight: 600;
    font-size: 14px;
  }
  .tab-panel h5, .tab-panel h6 {
    font-weight: 600;
    font-size: 13px;
  }
  .tab-panel p {
    font-size: 17px;
    line-height: 28px;
  }
  .tab-panel ul {
    list-style: circle;
    padding-right: 20px;
  }
  .add-cart-btn svg {
    width: 22px;
    height: 22px;
  }
  .pd-actions .btn-primary {
    flex: 1;
    min-width: 100%;
  }
  .pd-actions .btn-outline-dark {
    width: 100%;
    color: #fff;
  }
  .add-cart-btn {
    width: 52px;
    height: 52px;
    border-radius: 19%;
    background: #ed5518;
    color: #000000;
    border: none;
    display: flex;
    align-items: center;
    padding-right: 10px;
  }
  .mobile-sidebar-header img {
    height: 35px;
  }
  .text-muted {
    text-align: justify;
  }
  .about::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(0, 0, 0, 0.37) 1px, rgba(0, 0, 0, 0) 1px), linear-gradient(90deg, rgba(46, 52, 62, 0.51) 1px, rgba(0, 0, 0, 0.18) 1px);
    background-size: 48px 48px;
    -webkit-mask-image: radial-gradient(ellipse 65% 55% at 80% 0%, black, transparent 70%);
    mask-image: radial-gradient(ellipse 65% 55% at 80% 0%, rgba(0, 0, 0, 0.7803921569), rgba(0, 0, 0, 0) 70%);
    opacity: 0.55;
    pointer-events: none;
  }
  .close-sidebar-btn {
    font-size: 23px;
    padding: 0;
  }
  .menu-toggle i {
    font-size: 28px;
  }
  .footer-grid {
    display: flex;
    grid-template-columns: 1.4fr 0.9fr 0.9fr 1.1fr;
    gap: 50px;
    padding-bottom: 60px;
    border-bottom: 1px solid var(--line-dark);
    flex-wrap: wrap;
  }
  .footer-about {
    width: 100%;
  }
  .footer-divid {
    width: 50%;
  }
  .footer-bottom {
    padding: 26px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
    font-size: 13px;
    flex-direction: column-reverse;
  }
  .user-btn i {
    font-size: 27px;
    position: relative;
    top: 1px;
  }
  .mobile-search-trigger {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    color: #3f4064;
    width: 40px;
    height: -7px;
    align-items: center;
    justify-content: center;
    border-radius: var(--radius-sm);
    transition: background var(--t-fast);
    flex-shrink: 0;
    position: relative;
    left: -18px;
    height: 33px;
    top: 0px;
    border-left: 1px solid #eee;
    border-radius: 0;
    padding-top: 12px;
  }
  .cart-btn i {
    font-size: 27px;
  }
  .hero-bg-video #myVideo {
    height: 698px;
    width: unset !important;
  }
  .page-header {
    background: var(--ink);
    position: relative;
    padding: 25px 20px 28px;
    overflow: hidden;
  }
  .cnc-vectors {
    height: 180px;
    width: 360px;
    object-fit: contain;
  }
  .cnc-vectors img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    position: relative;
    right: 0px;
  }
  .logo a {
    height: 42px;
    margin-right: -35px;
  }
  .hero-content .container {
    display: flex;
    padding: 0px 32px;
    flex-direction: column;
  }
  .hero {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
.credit {
  background: #fff;
  position: relative;
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid #ddd;
  border-radius: 20px;
}

#whatsapp-chat {
  position: fixed;
  background: #fff;
  width: 350px;
  border-radius: 10px;
  box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
  bottom: 100px;
  z-index: 100000000000000000;
  overflow: hidden;
  z-index: 99;
  animation-name: showchat;
  animation-duration: 1s;
  transform: scale(1);
}

.bamikkalashow-chat {
  background: linear-gradient(to right top, #b7ed78, #19c24f);
  color: #fff;
  position: fixed;
  direction: rtl;
  z-index: 98;
  bottom: 25px;
  z-index: 100000000000000;
  font-size: 15px;
  padding: 1px 12px;
  height: 60px;
  width: 60px;
  border-radius: 50px;
  box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
  display: flex;
  align-items: center;
  justify-content: space-between;
  animation: ripple 2s linear infinite;
  outline: none;
  border: none;
  transition: all 0.3s linear 0s;
}

.wp-header-info {
  display: flex;
  align-items: center;
}

.wp-logo {
  width: 50px;
  height: 50px;
  padding: 5px;
  background-color: #fff;
  box-shadow: 0 0 0 6px rgba(0, 0, 0, 0.06);
  object-fit: contain;
  border-radius: 50%;
}

.wp-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 50%;
}

@keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 rgba(36, 255, 164, 0.3), 0 0 0 10px rgba(2, 207, 169, 0.113);
  }
  100% {
    box-shadow: 0 0 0 12px rgb(184, 253, 200), 0 0 0 10px rgba(2, 207, 169, 0.057);
  }
}
.bamikkalashow-chat:hover {
  width: 140px;
}

.bamikkalashow-chat:hover .chatwidget-text {
  display: block;
}

.chatwidget-text {
  display: none;
  margin-right: 10px;
  animation-name: showchat;
  animation-duration: 1s;
  transition: all ease-in-out 0.4s;
}

.bamikkalashow-chat i {
  transform: scale(1.2);
  animation-name: showchat;
  animation-duration: 1s;
  transition: all 0.3s linear 0s;
  font-size: 35px;
  top: 3px;
  position: relative;
}

.mdi-whatsapp {
  transition: all 1s ease;
}

.mdi-close {
  transition: all 1s ease;
}

.header-chat {
  background: linear-gradient(80deg, #34af80, #34af57 130%);
  color: #fff;
  padding: 25px 20px;
  direction: rtl;
}

.text-header {
  display: flex;
  flex-direction: column;
  margin-right: 10px;
}

.header-chat h3 {
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 600;
}

.header-chat p {
  font-size: 14px;
  line-height: 1.7;
  margin: 0;
  color: #fff;
}

.info-avatar {
  position: relative;
  direction: rtl;
  height: 65px;
  width: 65px !important;
  object-fit: cover;
  border-radius: 100%;
  background: #fff;
  border: 1px solid #eee;
  padding: 5px;
}

.info-avatar img {
  border-radius: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin-left: 10px;
}

.info-avatar:before {
  content: "\f5a3";
  z-index: 1;
  font-family: "Material Design Icons";
  background: #34af7c;
  color: #fff;
  width: 24px;
  display: flex;
  border-radius: 100%;
  position: absolute;
  top: 30px;
  font-size: 18px;
  left: -15px;
  height: 24px;
  align-items: center;
  justify-content: center;
}

a.information {
  padding: 10px 20px;
  display: flex;
  overflow: hidden;
  animation-name: showhide;
  direction: rtl;
  margin-bottom: 10px;
  border-right: 2px solid #34af7c;
  animation-duration: 2s;
  text-align: right;
  background-color: #ffffff;
  justify-content: space-between;
}

a.information:hover {
  background: #f1f1f1;
}

.info-chat span {
  display: block;
  color: #000;
}

.info-chat {
  margin-right: 20px;
  width: 65%;
}

#get-label,
span.chat-label {
  font-size: 17px;
  color: #000000;
  font-weight: 600;
}

#get-name,
span.chat-nama {
  margin: 5px 0 0;
  font-size: 15px;
  font-weight: 600;
  color: #222;
}

#get-label,
#get-name {
  color: #fff;
}

span.my-number {
  display: none;
}

.bamikkala-msg {
  color: #444;
  padding: 20px;
  font-size: 12.5px;
  text-align: center;
  border-top: 1px solid #ddd;
  direction: rtl;
  text-align: right;
}

.bamikkala-msg a {
  font-weight: 600;
  color: #34af7c;
}

textarea#chat-input {
  border: none;
  color: #000 !important;
  width: 100%;
  height: 40px;
  outline: none;
  resize: none;
  border-radius: 6px;
  background: #f7f7f7;
  padding: 10px 8px;
  text-align: right;
  direction: rtl;
}

a#send-it {
  color: #ffffff;
  width: 75px;
  font-size: 22px;
  margin-right: 5px;
  font-weight: 600;
  padding: 3px 10px;
  background: linear-gradient(80deg, #34af80, #34af57 130%);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.first-msg {
  background-color: #f5f5f5;
  background-image: url(../../assets/images/vectors/wp.webp);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 30px 15px;
  text-align: center;
}

.first-msg span {
  background: #e2e2e2;
  color: #333;
  font-size: 13px;
  line-height: 1.7;
  border-radius: 7px;
  padding: 12px 12px;
  display: inline-block;
  text-align: right;
  direction: rtl;
}

.start-chat .bamikkala-msg {
  display: flex;
}

#get-number {
  display: none;
}

a.close-chat {
  position: absolute;
  top: 5px;
  left: 15px;
  color: #fff;
  font-size: 20px;
}

@keyframes showhide {
  from {
    transform: scale(0.5);
    opacity: 0;
  }
}
@keyframes showchat {
  from {
    transform: scale(0);
    opacity: 0;
  }
}
@media screen and (max-width: 480px) {
  #whatsapp-chat {
    width: auto;
    left: 5%;
    right: 5%;
    font-size: 80%;
  }
}
/* 
 */
.hide {
  display: none;
  animation-name: showhide;
  animation-duration: 1.5s;
  transform: scale(1);
  opacity: 1;
}

article .show {
  display: block;
  animation-name: showhide;
  animation-duration: 1.5s;
  transform: scale(1);
  opacity: 1;
}

.chat-parent {
  padding: 15px;
  background-color: #f5f5f5;
  background-image: url(../../assets/images/vectors/wp.webp);
  background-size: cover;
  background-repeat: no-repeat;
}
