:root {
  --landing-bg: #f3f5fb;
  --landing-card: #ffffff;
  --landing-border: #e9ecef;
  --landing-text: #111827;
  --landing-muted: #6b7280;
  --landing-accent: #1d3bff;
  --landing-accent-strong: #e0001a;
  --landing-shadow: 0 20px 50px rgba(15, 23, 42, 0.1);
  --bs-gutter-x: 10rem;
  font-family: "IRANSansWeb", "Vazirmatn", system-ui, -apple-system, sans-serif;
}

@font-face {
  font-family: "IRANSansWeb";
  src: url("/assets/fonts/iransans/IRANSansWeb(FaNum).woff2") format("woff2"),
    url("/assets/fonts/iransans/IRANSansWeb(FaNum).woff") format("woff"),
    url("/assets/fonts/iransans/IRANSansWeb(FaNum).ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "IRANSansWeb";
  src: url("/assets/fonts/iransans/IRANSansWeb(FaNum)_Bold.woff2") format("woff2"),
    url("/assets/fonts/iransans/IRANSansWeb(FaNum)_Bold.woff") format("woff"),
    url("/assets/fonts/iransans/IRANSansWeb(FaNum)_Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "IRANSans_Bold";
  src: url("/assets/fonts/iransans/IRANSansWeb(FaNum)_Bold.woff2") format("woff2"),
    url("/assets/fonts/iransans/IRANSansWeb(FaNum)_Bold.woff") format("woff"),
    url("/assets/fonts/iransans/IRANSansWeb(FaNum)_Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

* {
  box-sizing: border-box;
}

html,
body,
body * {
  font-family: "IRANSans_Bold", "IRANSansWeb", "Vazirmatn", sans-serif;
}

.mdi::before,
.mdi-set,
[class^="mdi-"]::before,
[class*=" mdi-"]::before {
  font-family: "Material Design Icons" !important;
}

body {
  margin: 0;
  background-color: var(--landing-bg);
  color: var(--landing-text);
}

.container,
.container-fluid {
  --bs-gutter-x: 10rem !important;
  max-width: 100%;
  padding-left: var(--bs-gutter-x) !important;
  padding-right: var(--bs-gutter-x) !important;
}

@media (max-width: 1399px) {
  .container,
  .container-fluid {
    --bs-gutter-x: 8rem !important;
  }
}

@media (max-width: 991px) {
  .container,
  .container-fluid {
    --bs-gutter-x: 2rem !important;
  }
}

.landing-body {
  min-height: 100vh;
  background: linear-gradient(180deg, rgba(243, 245, 251, 0.95), #ffffff);
}

.landing-nav {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(255, 255, 255, 0.97);
  border-bottom: 1px solid rgba(229, 231, 235, 0.9);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.landing-nav__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.75rem 0;
}

.landing-nav__logo {
  width: 64px;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

.landing-nav__brand {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
  color: inherit;
}

.landing-nav__icon {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  background: var(--landing-accent-strong);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.35rem;
  font-weight: 700;
}

.landing-nav__links {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  font-size: 0.95rem;
}

.landing-nav__links a {
  color: inherit;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s ease;
}

.landing-nav__actions {
  display: inline-flex;
  gap: 0.5rem;
  align-items: center;
  flex-wrap: wrap;
}

.landing-nav__links a:hover {
  color: var(--landing-accent);
}

.landing-nav__cta {
  white-space: nowrap;
}

.landing-nav__actions .btn {
  font-size: 0.85rem;
  padding: 0.4rem 1.25rem;
  border-radius: 999px;
  font-weight: 600;
}

.sf-auth-user {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  direction: rtl;
  text-align: right;
  white-space: nowrap;
}

.sf-welcome,
.sf-welcome-name {
  color: #ffffff;
  font-size: 0.85rem;
}

.sf-welcome-name {
  font-weight: 700;
}

.sf-cart-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 38px;
  padding: 0;
}

.sf-cart-badge {
  font-size: 11px;
}

.landing-footer {
  margin-top: 4rem;
  padding: 2rem 0;
  background: #030712;
  color: rgba(255, 255, 255, 0.8);
}

.landing-footer__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
}

.landing-footer__note {
  margin: 0;
}

.ind-slider {
  position: relative;
  min-height: calc(100vh - var(--sf-header-height, 80px));
  overflow: hidden;
  background: #050608;
}

.ind-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 700ms ease;
}

.ind-slide.active {
  opacity: 1;
}

.ind-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transform: scale(1.05);
  transition: transform 4000ms ease;
  filter: saturate(0.85) contrast(1.05);
}

.ind-slide.active .ind-bg {
  transform: scale(1.1);
}

.ind-overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 20% 0%, rgba(29, 59, 255, 0.16), rgba(0, 0, 0, 0.76)),
    linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.95));
}

.ind-content {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 3rem var(--bs-gutter-x);
}

.ind-copy {
  max-width: 720px;
}

.ind-eyebrow {
  font-size: 0.95rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 0.75rem;
}

.ind-title {
  font-size: clamp(2.75rem, 5vw, 3.8rem);
  line-height: 1.2;
  font-weight: 700;
  margin: 0;
  color: #ffffff;
}

.ind-description {
  margin: 1rem auto 1.5rem;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.8;
  font-size: 1.05rem;
}

.ind-actions {
  display: flex;
  justify-content: center;
}

.ind-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  padding: 0 32px;
  border-radius: 999px;
  border: 2px solid #ffffff;
  color: #ffffff;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.9rem;
  letter-spacing: 0.12em;
  transition: background 0.2s ease, color 0.2s ease;
}

.ind-btn:hover {
  background: #ffffff;
  color: #111827;
}

.ind-controls {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 clamp(0.75rem, 2.4vw, 2.2rem);
  pointer-events: none;
  z-index: 4;
}

.ind-arrow {
  pointer-events: auto;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(5, 5, 5, 0.4);
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
}

.ind-arrow:hover {
  border-color: rgba(224, 0, 26, 0.48);
  background: rgba(224, 0, 26, 0.2);
}

.ind-dots {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
}

.ind-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: transparent;
  transition: all 0.2s ease;
  cursor: pointer;
}

.ind-dot.active {
  width: 36px;
  border-color: var(--landing-accent-strong);
  background: var(--landing-accent-strong);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);
}

.ind-info-strip {
  position: absolute;
  inset: auto 0 0;
  padding: 0.5rem var(--bs-gutter-x);
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 0.6rem;
  backdrop-filter: blur(16px);
  background: rgba(9, 10, 15, 0.42);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  z-index: 3;
}

.ind-info-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.1rem;
  color: #ffffff;
}

.ind-info-card i {
  font-size: 1.6rem;
  color: var(--landing-accent);
}

.ind-info-title {
  margin: 0;
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.ind-info-subtitle {
  margin: 0;
  font-size: 0.95rem;
}

.sf-section-title {
  font-weight: 900;
  margin: 0;
  font-size: clamp(1.8rem, 3vw, 2.2rem);
}

.sf-section-sub {
  margin-top: 0.35rem;
  color: var(--landing-muted);
  font-size: 0.9rem;
}

.sf-link {
  color: var(--landing-accent);
  text-decoration: none;
  font-weight: 500;
}

.sf-category-slider {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.sf-slider-btn {
  border: 0;
  background: #ffffff;
  width: 38px;
  height: 38px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
  color: #1b1f23;
  cursor: pointer;
  flex: 0 0 auto;
}

.sf-slider-btn:hover {
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.18);
}

.sf-category-track {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  padding-bottom: 8px;
  scrollbar-width: thin;
  width: 100%;
}

.sf-category-track::-webkit-scrollbar {
  height: 8px;
}

.sf-category-track::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.25);
  border-radius: 999px;
}

.sf-category {
  flex: 0 0 220px;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid #e6e8ec;
  position: relative;
  height: 230px;
  background: #fdfdff;
  text-decoration: none;
  color: inherit;
}

.sf-category-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}

.sf-category:hover .sf-category-img {
  transform: scale(1.1);
}

.sf-category-title {
  position: absolute;
  bottom: 34px;
  right: 12px;
  left: 12px;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
  z-index: 1;
}

.sf-category .sf-muted {
  position: absolute;
  bottom: 12px;
  right: 0;
  left: 0;
  text-align: center;
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.85rem;
  z-index: 1;
}

.sf-tourph {
  pointer-events: none;
}

.sf-process {
  background-image: linear-gradient(180deg, rgba(4, 4, 9, 0.65), rgba(4, 4, 9, 0.92)),
    url("/assets/wallpapers/10.jpg");
  background-size: cover;
  background-position: center;
  color: #ffffff;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.sf-process-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin-bottom: 28px;
}

.sf-process-kicker {
  font-weight: 700;
  letter-spacing: 0.3em;
}

.sf-process-divider {
  display: flex;
  align-items: center;
  gap: 14px;
  color: #ff6a3d;
}

.sf-process-divider-line {
  width: 220px;
  height: 1px;
  background: rgba(255, 255, 255, 0.6);
}

.sf-process-cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.sf-process-card {
  background: rgba(255, 255, 255, 0.07);
  color: #f9fafc;
  padding: 1.1rem;
  font-weight: 700;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.4);
  cursor: pointer;
  transition: all 0.2s ease;
  text-align: center;
}

.sf-process-card:hover,
.sf-process-card.is-active {
  transform: translateY(-4px);
  border-color: rgba(255, 255, 255, 0.55);
  background: rgba(255, 255, 255, 0.12);
}

.sf-process-desc {
  max-width: 960px;
  margin: 1rem auto 0;
  text-align: center;
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.95rem;
  line-height: 1.8;
}

.sf-card {
  background: var(--landing-card);
  border-radius: 18px;
  border: 1px solid var(--landing-border);
  box-shadow: var(--landing-shadow);
}

.sf-page {
  background: #ffffff;
}

.sf-title {
  color: #111111;
  font-weight: 900;
}

.sf-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(29, 59, 255, 0.1);
  color: #1d3bff;
  font-size: 12px;
  font-weight: 600;
}

.sf-cart-header {
  padding: 12px 16px;
  background: #ffffff;
  border: 1px solid #e9ecef;
  border-radius: 16px;
  box-shadow: 0 10px 24px rgba(17, 24, 39, 0.06);
}

.sf-cart-table thead th {
  background: #f7f9fc;
  color: #111111;
  font-weight: 700;
  border-bottom: 1px solid #e9ecef;
  text-align: right;
  white-space: nowrap;
}

.sf-cart-table tbody td {
  vertical-align: middle;
  border-top: 1px solid #e9ecef;
}

.sf-orders-table thead th {
  background: #f7f9fc;
  color: #111111;
  font-weight: 700;
  border-bottom: 1px solid #e9ecef;
  text-align: right;
  white-space: nowrap;
}

.sf-orders-table tbody td {
  vertical-align: middle;
  border-top: 1px solid #e9ecef;
}

.sf-orders-toolbar {
  display: flex;
  justify-content: flex-start;
}

.sf-order-address {
  max-width: 360px;
  white-space: normal;
  line-height: 1.9;
}

.sf-status-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 86px;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
}

.sf-status-pill--pending {
  color: #8a5a00;
  background: #fff4d6;
}

.sf-status-pill--finalized {
  color: #0f5132;
  background: #d1e7dd;
}

.sf-status-pill--canceled {
  color: #842029;
  background: #f8d7da;
}

.sf-cart-product {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 240px;
}

.sf-cart-img {
  width: 72px;
  height: 72px;
  object-fit: contain;
  border-radius: 12px;
  background: #f8f9fa;
  border: 1px solid #e9ecef;
}

.sf-line-title {
  color: #111111;
  font-weight: 800;
  line-height: 1.7;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.sf-cart-desc {
  overflow-wrap: anywhere;
  word-break: break-word;
}

.sf-qty {
  width: 100px;
  background: #ffffff;
  border: 1px solid #e9ecef;
  color: #111111;
  margin-inline: auto;
}

.sf-summary-card {
  border: 1px solid #e9ecef;
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.06);
}

.sf-order-success-overlay {
  position: fixed;
  inset: 0;
  z-index: 1100;
  background: rgba(8, 13, 24, 0.58);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  opacity: 0;
  transition: opacity 0.18s ease;
}

.sf-order-success-overlay.is-visible {
  opacity: 1;
}

.sf-order-success-card {
  width: min(100%, 460px);
  background: #ffffff;
  border-radius: 18px;
  border: 1px solid #e9ecef;
  box-shadow: 0 24px 46px rgba(8, 13, 24, 0.3);
  text-align: center;
  padding: 28px 22px;
}

.sf-order-success-icon {
  width: 72px;
  height: 72px;
  border-radius: 22px;
  margin: 0 auto 14px;
  background: rgba(224, 0, 26, 0.12);
  color: var(--store-red);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 38px;
}

.sf-order-success-title {
  margin: 0;
  color: #111111;
  font-size: 22px;
  font-weight: 900;
}

.sf-order-success-subtitle {
  margin: 12px 0 0;
  color: #4b5563;
  line-height: 1.9;
}

.sf-order-success-btn {
  min-width: 140px;
  margin-top: 16px;
}

.sf-order-success-card.is-warning .sf-order-success-icon {
  background: rgba(245, 158, 11, 0.16);
  color: #d97706;
}

.sf-order-success-card.is-warning .sf-order-success-title {
  color: #92400e;
}

.sf-order-success-card.is-warning .sf-order-success-btn {
  background-color: #f59e0b;
  border-color: #f59e0b;
  color: #ffffff;
}

.sf-order-success-card.is-warning .sf-order-success-btn:hover {
  background-color: #d97706;
  border-color: #d97706;
}

.sf-product {
  padding: 1.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.sf-product-img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 14px;
  border: 1px solid #e9ecef;
  background: #f8f9fa;
}

.sf-product-title {
  color: var(--landing-text);
  font-weight: 800;
  font-size: 1rem;
  margin: 1rem 0 0.35rem;
}

.sf-nyt-title {
  color: var(--landing-accent-strong);
}

.sf-muted {
  color: var(--landing-muted);
  font-size: 0.9rem;
}

.sf-price {
  font-weight: 700;
  color: var(--landing-text);
}

.sf-project {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid #e9ecef;
}

.sf-project-img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  transition: transform 0.6s ease, filter 0.6s ease;
  filter: saturate(0.9) brightness(1.05);
}

.sf-project-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.9));
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1.5rem;
  gap: 0.5rem;
}

.sf-project-tag {
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  padding: 0.3rem 0.9rem;
  border-radius: 999px;
  font-size: 0.75rem;
  display: inline-flex;
}

.sf-project-title {
  margin: 0;
  color: #ffffff;
  font-weight: 800;
  font-size: 1.2rem;
}

.sf-project:hover .sf-project-img {
  transform: scale(1.05);
  filter: saturate(1.1) brightness(1.1);
}

.sf-newsletter {
  padding: 2rem;
  background:
    radial-gradient(circle at 20% 0%, rgba(29, 59, 255, 0.16), rgba(11, 15, 20, 0.95)),
    rgba(11, 15, 20, 0.95);
  color: #ffffff;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.25);
}

.mtc {
  position: relative;
  overflow: hidden;
  padding: 80px 0;
  background-image: linear-gradient(180deg, rgba(5, 5, 5, 0.65), rgba(5, 5, 5, 0.92)),
    url("/assets/wallpapers/21.jpg");
  background-size: cover;
  background-position: center;
  color: #ffffff;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.mtc::before,
.mtc::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 1;
  background: rgba(246, 195, 67, 0.18);
  border: 1px solid rgba(246, 195, 67, 0.35);
  box-shadow: 0 0 40px rgba(246, 195, 67, 0.2);
}

.mtc::before {
  width: 180px;
  height: 180px;
  top: -70px;
  right: 12%;
}

.mtc::after {
  width: 140px;
  height: 140px;
  bottom: -50px;
  left: 8%;
}

.mtc-content {
  position: relative;
  z-index: 2;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.mtc-typing {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 900;
  margin: 0;
}

.mtc-typed {
  display: inline-block;
  min-width: 8ch;
}

.mtc-cursor {
  animation: mtc-blink 1s step-end infinite;
}

.mtc-text {
  max-width: 720px;
  margin: 0;
  line-height: 1.9;
  color: rgba(255, 255, 255, 0.85);
}

.mtc-btn {
  height: 46px;
  padding: 0 28px;
  border-radius: 999px;
  border: 2px solid #ffffff;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  transition: background 0.2s ease, color 0.2s ease;
}

.mtc-btn:hover {
  background: #ffffff;
  color: #111827;
}

.landing-contact {
  border-radius: 24px;
  border: 1px solid #e4e6ed;
  padding: 2.5rem;
  background: var(--landing-card);
  box-shadow: var(--landing-shadow);
}

.landing-contact__inner {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.5rem;
}

.contact-card {
  background: #0f172a;
  border-radius: 18px;
  padding: 1.5rem;
  color: #ffffff;
}

.landing-form .form-control {
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.05);
  color: #ffffff;
}

.landing-form .form-control:focus {
  border-color: var(--landing-accent);
  box-shadow: 0 0 0 0.2rem rgba(29, 59, 255, 0.25);
}

.landing-form label {
  color: rgba(255, 255, 255, 0.85);
}

.landing-form .landing-alert {
  border-radius: 10px;
}

.landing-form .btn {
  border-radius: 12px;
}

.landing-link {
  color: var(--landing-accent);
  font-weight: 600;
  text-decoration: none;
}

.landing-link:hover {
  color: var(--landing-accent-strong);
}

@keyframes mtc-blink {
  50% {
    opacity: 0;
  }
}

@media (max-width: 991px) {
  .ind-slider {
    min-height: 480px;
    height: min(86vh, 640px);
  }

  .sf-process-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sf-category {
    flex: 0 0 45%;
  }
}

@media (max-width: 767px) {
  .landing-nav__inner {
    flex-direction: column;
    align-items: stretch;
  }

  .sf-category {
    flex: 0 0 70%;
  }
}
.landing-service-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.25rem;
}

.landing-service-card {
  border-radius: 18px;
  border: 1px solid #e9ecef;
  background: #ffffff;
  box-shadow: none;
  position: relative;
  overflow: hidden;
  transition: border-color 0.2s ease;
}

.landing-service-card:hover {
  border-color: #e9ecef;
}

.landing-service-media {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-bottom: 1px solid rgba(17, 24, 39, 0.08);
  background: #f8f9fb;
  transition: transform 0.6s ease, filter 0.6s ease;
  filter: saturate(0.9) brightness(1.05);
}

.landing-service-card:hover .landing-service-media {
  transform: scale(1.05);
  filter: saturate(1.1) brightness(1.1);
}

.landing-service-body {
  padding: 1rem 1.25rem 1.25rem;
}

.landing-service-footer {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: var(--landing-accent);
  font-weight: 600;
  margin-top: 1rem;
}

/* Store-like Razor theme overrides */
:root {
  --store-blue: #1d3bff;
  --store-red: #e0001a;
  --store-dark: #0b0f14;
}

.landing-body {
  background: #ffffff;
  color: #111111;
}

.landing-nav {
  background: rgba(11, 15, 20, 0.92);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: none;
  backdrop-filter: blur(10px);
}

.landing-nav__logo {
  width: auto;
  height: 44px;
  /* background: #ffffff; */
  padding: 0;
  border: none;
  border-radius: 0;
  display: block;
  box-shadow: none;
}

.landing-nav__title {
  display: block;
  color: white;
  font-size: 13px;
  line-height: 1.25;
  font-weight: 800;
  
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
}

.landing-nav__tagline {
  display: block;
  margin-top: 2px;
  text-align: center;
  font-size: 20px;
  font-weight: 800;
  color: #8fb1ff;
  line-height: 1.2;
  
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.45);
}

.landing-nav__links a {
  color: rgba(255, 255, 255, 0.78);
}

.landing-nav__links a:hover {
  color: #ffffff;
}

.landing-nav__actions {
  gap: 0.6rem;
}

.landing-nav__search {
  max-width: 420px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  overflow: hidden;
}

.landing-nav__search-input {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #ffffff;
  min-width: 230px;
  height: 38px;
  padding: 0 12px;
}

.landing-nav__search-input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.landing-nav__search-btn {
  width: 42px;
  height: 38px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-right: none;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.75);
}

.landing-body .btn-primary {
  background-color: var(--store-blue);
  border-color: var(--store-blue);
}

.landing-body .btn-warning {
  background-color: var(--store-red);
  border-color: var(--store-red);
  color: #ffffff;
}

.landing-form-section {
  min-height: calc(100vh - 190px);
  display: flex;
  align-items: center;
}

.landing-card {
  border-radius: 16px;
  background: #ffffff;
  border: 1px solid #e9ecef;
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.08);
}

.landing-card .form-control {
  border-radius: 12px;
  border-color: #e9ecef;
}

.landing-card .form-control:focus {
  border-color: rgba(29, 59, 255, 0.45);
  box-shadow: 0 0 0 3px rgba(29, 59, 255, 0.12);
}

.landing-footer {
  background: var(--store-dark);
}

@media (max-width: 992px) {
  .landing-nav__search {
    display: none;
  }

  .sf-cart-header {
    padding: 10px 12px;
  }
}

@media (max-width: 768px) {
  .sf-qty {
    width: 120px;
  }
}

/* Store typography parity */
* {
  font-family: "IRANSans_Bold", "IRANSansWeb", "Vazirmatn", sans-serif !important;
}

.mdi::before,
.mdi-set,
[class^="mdi-"]::before,
[class*=" mdi-"]::before {
  font-family: "Material Design Icons" !important;
  font-size: 16px !important;
}

.landing-nav__title {
  /* color: var(--store-red); */
  color: white;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 700;
  /* text-shadow:
    -1px -1px 0 #ffffff,
    1px -1px 0 #ffffff,
    -1px 1px 0 #ffffff,
    1px 1px 0 #ffffff; */
  
}

.landing-nav__tagline {
  display: block;
  margin-top: 2px;
  text-align: center;
  font-size: 20px;
  font-weight: 800;
  color: var(--store-red);
  font-family: "Vazirmatn", "IRANSansWeb", sans-serif;
 
}

.landing-nav__links a {
  font-size: 13px;
}

.ind-eyebrow {
  font-size: 13px;
  letter-spacing: 1px;
}

h1.ind-title {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 900;
  line-height: 1.65;
}

.ind-description {
  font-size: 13px;
  line-height: 1.9;
}

.ind-btn {
  font-size: 13px;
  font-weight: 800;
  padding: 0 26px;
}

.ind-info-title {
  font-size: 0.78rem;
  letter-spacing: 0.15rem;
}

.ind-info-subtitle {
  font-size: 0.88rem;
  letter-spacing: 0.03em;
}

h2.sf-section-title {
  color: #111111;
  font-weight: 800;
  font-size: calc(1.325rem + 0.9vw);
}

.sf-section-sub {
  margin-top: 6px;
  color: #6c757d;
  font-size: 13px;
}

.sf-link {
  color: var(--store-blue);
  font-size: 13px;
}

.sf-muted {
  color: #414b53;
  font-size: 13px;
}

.sf-category .sf-muted {
  font-size: 12px;
}

.sf-product-title {
  font-size: 14px;
  line-height: 1.8;
}

.sf-process-kicker {
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 0.2px;
}

.sf-process-card-title {
  font-size: 14px;
}

.sf-process-desc {
  font-size: 13px;
  line-height: 2;
  color: rgba(255, 255, 255, 0.8);
}

.sf-project-tag {
  font-size: 12px;
}

.sf-project-title {
  font-weight: 800;
  line-height: 1.7;
}

@media (min-width: 1200px) {
  h1.ind-title {
    font-size: 2.5rem;
  }

  h2.sf-section-title {
    font-size: 2rem;
  }
}

@media (max-width: 992px) {
  h1.ind-title {
    font-size: 26px;
  }
}

/* Cart parity with Store page */
.sf-page {
  background: var(--app-bg, #ffffff);
}

.sf-page .text-white {
  color: #111111 !important;
}

.sf-page .sf-muted {
  color: #6c757d;
  font-size: 13px;
}

.sf-page .sf-card {
  border-radius: 16px;
  background: #ffffff;
  border: 1px solid #e9ecef;
  box-shadow: none;
}

.sf-page .sf-cart-table {
  margin: 0;
}

.sf-page .sf-cart-table thead th {
  background: #f7f9fc;
  color: #111111;
  font-weight: 700;
  border-bottom: 1px solid #e9ecef;
  text-align: right;
  white-space: nowrap;
}

.sf-page .sf-cart-table tbody td {
  vertical-align: middle;
  border-top: 1px solid #e9ecef;
}

.sf-page .sf-cart-product {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 240px;
}

.sf-page .sf-cart-img {
  width: 72px;
  height: 72px;
  object-fit: contain;
  border-radius: 12px;
  background: #f8f9fa;
  border: 1px solid #e9ecef;
}

.sf-page .sf-cart-desc {
  overflow-wrap: anywhere;
  word-break: break-word;
}

.sf-page .sf-line-title {
  color: #111111;
  font-weight: 800;
  line-height: 1.7;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.sf-page .sf-qty {
  width: 100px;
  background: #ffffff;
  border: 1px solid #e9ecef;
  color: #111111;
}

.sf-page .sf-label {
  display: block;
  color: #6c757d;
  font-size: 13px;
  margin-bottom: 6px;
}

.sf-page .sf-required {
  color: #e0001a;
  margin-right: 4px;
  font-weight: 700;
}

.sf-page .sf-input {
  background: #ffffff;
  border: 1px solid #e9ecef;
  color: #111111;
}

.sf-page .sf-error {
  margin-top: 6px;
  color: #ff6b6b;
  font-size: 12px;
}

.sf-page .sf-mini {
  padding: 10px 0;
  border-bottom: 1px solid #e9ecef;
}

.sf-page .sf-mini:last-child {
  border-bottom: none;
}

.sf-page .sf-mini-title {
  color: #111111;
  font-weight: 700;
  font-size: 13px;
  line-height: 1.7;
}

.sf-page .sf-hr {
  border-color: #e9ecef;
}

@media (max-width: 768px) {
  .sf-page .sf-qty {
    width: 120px;
  }
}

/* Store page hero header */
.store-hero {
  position: relative;
  min-height: 320px;
  display: flex;
  align-items: center;
  color: #ffffff;
  background-color: #060606;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 40px;
}

.store-hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(8, 12, 18, 0.7);
}

.store-hero-content {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-top: 24px;
  padding-bottom: 24px;
}

.store-hero-text h1 {
  margin: 0 0 12px;
  font-size: clamp(2.2rem, 4vw, 3.2rem);
  font-weight: 800;
  color: #ffffff;
}

.store-hero-text {
  transform: translateY(-12px);
}

.store-hero-kicker {
  text-transform: uppercase;
  letter-spacing: 0.3rem;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 10px;
}

.store-hero-subtitle {
  margin: 0;
  max-width: 520px;
  line-height: 1.9;
  color: rgba(255, 255, 255, 0.85);
}

.store-hero-breadcrumbs {
  list-style: none;
  display: flex;
  gap: 10px;
  margin: 0;
  padding: 0;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.75);
}

.store-hero-breadcrumbs li::after {
  content: "/";
  margin: 0 6px;
  color: rgba(255, 255, 255, 0.4);
}

.store-hero-breadcrumbs li:last-child::after {
  content: "";
  margin: 0;
}

.store-hero-breadcrumbs a {
  color: #ffffff;
  text-decoration: none;
}

@media (max-width: 768px) {
  .store-hero-content {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* Home category slider parity with Store */
.sf-category-slider {
  --sf-category-card: clamp(180px, 22vw, 260px);
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
}

.sf-category-track {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  padding: 4px 2px;
  scroll-behavior: smooth;
  width: 100%;
}

.sf-category-track::-webkit-scrollbar {
  height: 6px;
}

.sf-category-track::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 999px;
}

.sf-category-item {
  flex: 0 0 var(--sf-category-card);
  scroll-snap-align: start;
}

.sf-slider-btn {
  border: 0;
  background: #ffffff;
  width: 38px;
  height: 38px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
  color: #1b1f23;
  cursor: pointer;
}

.sf-slider-btn:hover {
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.18);
}

.sf-slider-btn:focus-visible {
  outline: 2px solid rgba(29, 59, 255, 0.5);
  outline-offset: 2px;
}

.sf-category {
  display: block;
  padding: 0;
  position: relative;
  overflow: hidden;
  height: 230px;
  transition: transform 120ms ease, border-color 120ms ease;
}

.sf-category.sf-card {
  border-radius: 16px;
  background: #b0b3c0;
  border: 1px solid #e9ecef;
  box-shadow: none;
}

.sf-category:hover {
  transform: translateY(-2px);
  border-color: rgba(29, 59, 255, 0.35);
}

.sf-category-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 200ms ease;
}

.sf-category:hover .sf-category-img {
  transform: scale(1.08);
}

.sf-category-title {
  position: absolute;
  right: 14px;
  left: 14px;
  bottom: 34px;
  z-index: 2;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
}

.sf-category .sf-muted {
  position: absolute;
  right: 14px;
  left: 14px;
  bottom: 14px;
  z-index: 2;
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
  text-align: center;
}

.sf-category::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 60%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.65));
  z-index: 1;
  pointer-events: none;
}

@media (max-width: 575px) {
  .sf-category-slider {
    gap: 6px;
  }

  .sf-category-item {
    flex-basis: clamp(180px, 80vw, 320px);
  }

  .sf-slider-btn {
    width: 32px;
    height: 32px;
  }
}

/* Products page side menu (Store-like) */
.sf-products-category-panel {
  padding: 18px;
  background:
    linear-gradient(180deg, rgba(29, 59, 255, 0.08), rgba(29, 59, 255, 0)),
    #ffffff;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
  position: sticky;
  top: 90px;
}

.sf-products-category-header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  padding-bottom: 10px;
  border-bottom: 1px dashed rgba(15, 23, 42, 0.12);
  margin-bottom: 12px;
}

.sf-products-category-title {
  font-weight: 800;
  color: #111111;
}

.sf-products-category-sub {
  font-size: 12px;
  color: #6b7280;
}

.sf-products-category-btn {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 10px 12px;
  background: #f8fafc;
  color: #1f2937;
  font-size: 13px;
  font-weight: 600;
  text-align: right;
  text-decoration: none;
  transition: background 150ms ease, border-color 150ms ease, color 150ms ease, transform 150ms ease;
  margin-bottom: 10px;
}

.sf-products-category-btn:hover {
  background: rgba(29, 59, 255, 0.1);
  border-color: rgba(29, 59, 255, 0.35);
  transform: translateY(-1px);
}

.sf-products-category-btn.is-active {
  background: rgba(29, 59, 255, 0.18);
  border-color: var(--store-blue);
  color: var(--store-blue);
  box-shadow: 0 10px 22px rgba(29, 59, 255, 0.18);
  font-weight: 800;
}

@media (max-width: 991px) {
  .sf-products-category-panel {
    position: static;
    top: auto;
  }
}

/* Multi-line description safety across pages */
.sf-card,
.sf-product,
.sf-cart-product > div,
.sf-project-overlay,
.sf-mini,
.contact-card {
  min-width: 0;
}

.ind-description,
.store-hero-subtitle,
.sf-product-title,
.sf-product .sf-muted,
.sf-category-title,
.sf-category .sf-muted,
.sf-project-title,
.sf-cart-desc,
.sf-line-title,
.sf-mini-title,
.contact-card p,
.landing-form p,
.landing-card p {
  white-space: normal !important;
  overflow-wrap: anywhere;
  word-break: break-word;
}

/* Final parity with Store theme */
:root {
  --sf-blue: #1d3bff;
  --sf-red: #e0001a;
  --sf-border: #e9ecef;
  --sf-muted-text: #6c757d;
}

.landing-body,
.sf-page {
  background: #ffffff;
  color: #111111;
}

.sf-card,
.landing-card,
.contact-card {
  border-radius: 16px;
  background: #ffffff;
  border: 1px solid var(--sf-border);
  box-shadow: none;
}

.sf-muted,
.landing-card .text-muted,
.landing-form .text-muted {
  color: var(--sf-muted-text) !important;
  font-size: 13px;
}

.form-control,
.sf-input {
  background: #ffffff;
  border: 1px solid var(--sf-border);
  color: #111111;
}

.form-control:focus,
.sf-input:focus {
  border-color: rgba(29, 59, 255, 0.35);
  box-shadow: 0 0 0 0.2rem rgba(29, 59, 255, 0.08);
}

.btn-warning,
.sf-page .btn-warning {
  background-color: var(--sf-red);
  border-color: var(--sf-red);
  color: #ffffff;
}

.landing-nav .btn-outline-light {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.7);
  background: transparent;
}

.sf-page .btn-outline-light {
  color: var(--sf-blue);
  border-color: var(--sf-border);
  background: #ffffff;
}

.sf-page .btn-outline-light:hover {
  color: var(--sf-blue);
  background: rgba(29, 59, 255, 0.08);
  border-color: rgba(29, 59, 255, 0.35);
}

/* Process section parity with storefront */
.sf-process {
  background-image: linear-gradient(180deg, rgba(5, 5, 5, 0.65), rgba(5, 5, 5, 0.85)),
    url("/assets/wallpapers/10.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  color: #ffffff;
  border-top: 0;
  border-bottom: 0;
  --sf-brand: #ff6a3d;
  --sf-brand-strong: #e05531;
  --sf-brand-soft: #ff8a66;
}

.sf-process-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  margin-bottom: 28px;
}

.sf-process-kicker {
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 0.2px;
}

.sf-process-divider {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  color: #ff6a3d;
}

.sf-process-divider-line {
  width: 220px;
  height: 1px;
  background: rgba(255, 255, 255, 0.35);
}

.sf-process-divider-icon {
  color: var(--sf-brand);
  font-size: 18px;
}

.sf-process-all-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.35rem 0.95rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  transition: background-color 160ms ease, color 160ms ease, border-color 160ms ease;
}

.sf-process-all-link--lower {
  margin-top: 10px;
}

.sf-process-all-link:hover {
  background: #ffffff;
  color: #111111;
  border-color: #ffffff;
}

.sf-process-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 22px;
  margin-bottom: 26px;
}

.sf-process-card {
  background-color: #0f1217;
  background-size: 105%;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 280px;
  display: block;
  text-align: right;
  padding: 0;
  border-radius: 18px;
  transition:
    background-size 0.6s ease,
    filter 0.6s ease,
    border-color var(--sf-ease),
    box-shadow var(--sf-ease);
  box-shadow: none;
  border: 1px solid #e9ecef;
  cursor: default;
  font-family: inherit;
  overflow: hidden;
  position: relative;
  filter: saturate(0.9) brightness(1.05);
}

.sf-process-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.9));
  transition: background var(--sf-ease);
}

.sf-process-card-overlay {
  position: relative;
  z-index: 1;
  min-height: 280px;
  width: 100%;
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  color: #ffffff;
}

.sf-process-card-title {
  font-size: 15px;
  margin: 0;
  color: #ffffff;
}

.sf-process-card-desc {
  margin: 0;
  font-size: 13px;
  line-height: 1.9;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.85);
}

.sf-process-card-btn {
  margin-top: auto;
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 96px;
  min-height: 34px;
  padding: 0.35rem 0.95rem;
  border-radius: 999px;
  text-decoration: none;
  background-image: linear-gradient(135deg, #e0001a, #b70015);
  border: 1px solid #b70015;
  color: #ffffff;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  box-shadow: 0 12px 24px rgba(183, 0, 21, 0.28);
  transition: transform var(--sf-ease), box-shadow var(--sf-ease), filter var(--sf-ease), border-color var(--sf-ease);
}

.sf-process-card.is-active,
.sf-process-card:hover {
  background-size: 112%;
  box-shadow: none;
  border-color: #e9ecef;
  filter: saturate(1.1) brightness(1.1);
}

.sf-process-card.is-active::before,
.sf-process-card:hover::before {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.82));
}

.sf-process-card.is-active {
  border-color: #e9ecef;
}

.sf-process-card-btn:hover {
  transform: translateY(-1px);
  border-color: #d10019;
  box-shadow: 0 16px 30px rgba(183, 0, 21, 0.35);
  filter: brightness(1.03);
}

.sf-process-desc {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
  font-size: 13px;
  line-height: 2;
  color: rgba(255, 255, 255, 0.8);
}

@media (max-width: 991px) {
  .sf-process-divider-line {
    width: 120px;
  }

  .sf-process-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sf-process {
    background-attachment: scroll;
  }
}

@media (max-width: 575px) {
  .sf-process-cards {
    grid-template-columns: 1fr;
  }
}

/* Featured products parity with Store home */
.sf-product {
  padding: 16px;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.sf-product-link {
  flex: 1 1 auto;
  display: block;
}

.sf-product-actions {
  margin-top: auto !important;
}

.sf-product-img {
  width: 100%;
  height: 170px;
  object-fit: contain;
  background: #f8f9fa;
  border-radius: 14px;
  border: 1px solid #e9ecef;
}

.sf-product-title {
  color: #111111;
  font-weight: 800;
  font-size: 14px;
  line-height: 1.8;
  margin: 0;
}

.sf-price {
  color: #111111;
  font-weight: 900;
}

.sf-detail-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0.35rem 0.9rem;
  border: 1px solid var(--sf-blue, #1d3bff);
  border-radius: 999px;
  background: rgba(29, 59, 255, 0.08);
  color: var(--sf-blue, #1d3bff) !important;
  font-size: 13px;
  line-height: 1;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.sf-detail-btn:hover {
  background: var(--sf-blue, #1d3bff);
  border-color: var(--sf-blue, #1d3bff);
  color: #ffffff !important;
  transform: translateY(-1px);
}

/* Product detail parity with storefront */
.sf-product-detail-page .sf-card {
  border-radius: 16px;
  background: #ffffff;
  border: 1px solid #e9ecef;
}

.sf-product-detail-page .sf-title {
  color: #111111;
  font-weight: 900;
  line-height: 1.7;
  font-size: 1.5rem;
}

.sf-product-detail-page .sf-main-img {
  width: 100%;
  height: 360px;
  object-fit: contain;
  border-radius: 14px;
  background: #f8f9fa;
  border: 1px solid #e9ecef;
}

.sf-product-detail-page .sf-thumb-btn {
  border: 1px solid #e9ecef;
  background: #ffffff;
  border-radius: 12px;
  padding: 6px;
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.sf-product-detail-page .sf-thumb-btn.active {
  border-color: rgba(224, 0, 26, 0.55);
}

.sf-product-detail-page .sf-thumb {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.sf-product-detail-page .sf-stock {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  border-radius: 999px;
  border: 1px solid #e9ecef;
  color: #6c757d;
  font-size: 13px;
}

.sf-product-detail-page .sf-stock.low {
  border-color: rgba(224, 0, 26, 0.35);
  color: var(--sf-red, #e0001a);
}

.sf-product-detail-page .sf-input {
  background: #ffffff;
  border: 1px solid #e9ecef;
  color: #111111;
}

.sf-product-detail-page .sf-hr {
  border-color: #e9ecef;
}

.sf-product-detail-page .sf-section-title {
  color: #111111;
  font-weight: 800;
  font-size: 1rem;
}

.sf-product-detail-page .sf-desc {
  line-height: 1.9;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  word-break: break-word;
  max-width: 100%;
}

/* Footer parity with Store */
.sf-footer {
  background: #070a0d;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.sf-footer a {
  display: block;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  margin-top: 8px;
  font-size: 13px;
}

.sf-footer a:hover {
  color: #ffffff;
}

.sf-footer .sf-footer-title {
  font-weight: 700;
  margin-bottom: 6px;
  color: #ffffff;
}

.sf-footer .sf-muted {
  color: rgba(255, 255, 255, 0.6) !important;
  font-size: 13px;
}

.sf-footer .sf-hr {
  border-color: rgba(255, 255, 255, 0.8);
}

.sf-footer .sf-logo {
 
  border-radius: 0;
  padding: 0;
  border: none;
  display: block;
}

.sf-footer .sf-footer-copy {
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  line-height: 1.9;
}

.sf-footer .sf-footer-copy img {
  margin-inline-start: 8px;
  vertical-align: middle;
}

/* Mid typing CTA parity with Store */
.mtc {
  padding: 84px 0;
  background-image: linear-gradient(180deg, rgba(5, 5, 5, 0.65), rgba(5, 5, 5, 0.85)),
    url("/assets/wallpapers/21.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  color: #ffffff;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.mtc-content {
  position: relative;
  z-index: 2;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.mtc-typing {
  font-weight: 900;
  line-height: 1.8;
  margin: 0;
  color: #ffffff !important;
}

.mtc-typed {
  display: inline-block;
  min-width: 8ch;
  margin-right: 10px;
  color: #ffffff !important;
}

.mtc-cursor {
  display: inline-block;
  opacity: 0.9;
  color: #ffffff !important;
  animation: mtc-blink 1s step-end infinite;
}

.mtc-text {
  max-width: 720px;
  margin: 0;
  color: #ffffff;
  line-height: 1.9;
  font-size: 14px;
}

.mtc-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 46px;
  padding: 0 28px;
  border-radius: 999px;
  border: 2px solid #ffffff;
  color: #ffffff;
  text-decoration: none;
  font-weight: 800;
  font-size: 13px;
  text-transform: uppercase;
  background: transparent;
  transition: background-color 160ms ease, color 160ms ease;
}

.mtc-btn:hover {
  background: #ffffff;
  color: #222222;
}

@media (max-width: 991px) {
  .mtc {
    background-attachment: scroll;
  }
}

@media (max-width: 992px) {
  .mtc {
    padding: 64px 0;
  }
}

/* Contact section parity with Store contact */
.sf-contact-page {
  background: linear-gradient(135deg, #f8f9fa 0%, #f1f3f5 100%);
}

.sf-contact-page .sf-card {
  background: #ffffff;
  border-radius: 16px;
  min-height: 600px;
  display: flex;
  flex-direction: column;
}

.sf-contact-page .sf-bordered {
  border: 2px solid #e5e7eb;
  border-radius: 16px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.sf-contact-page .sf-bordered:hover {
  border-color: var(--sf-blue, #1d3bff);
  box-shadow: 0 12px 24px rgba(29, 59, 255, 0.15);
  transform: translateY(-4px);
}

.sf-contact-page .sf-form-card,
.sf-contact-page .sf-info-card {
  background: linear-gradient(135deg, #ffffff 0%, rgba(29, 59, 255, 0.02) 100%);
}

.sf-contact-page .sf-card-header {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.sf-contact-page .sf-icon {
  font-size: 1.75rem;
  color: var(--sf-blue, #1d3bff);
  display: inline-flex;
}

.sf-contact-page .sf-section-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1f2a37;
  margin: 0;
  letter-spacing: -0.3px;
}

.sf-contact-page .sf-muted {
  color: #6b7280 !important;
  font-weight: 400;
  line-height: 1.6;
}

.sf-contact-page .sf-contact-row {
  display: flex;
  gap: 1rem;
  margin-bottom: 2rem;
  padding: 1.5rem;
  background: linear-gradient(135deg, #ffffff 0%, rgba(29, 59, 255, 0.02) 100%);
  border-radius: 12px;
  transition: all 0.3s ease;
  border: 1px solid #e5e7eb;
}

.sf-contact-page .sf-contact-row:hover {
  background: linear-gradient(135deg, #ffffff 0%, rgba(29, 59, 255, 0.05) 100%);
  transform: translateX(-4px);
}

.sf-contact-page .sf-contact-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, var(--sf-blue, #1d3bff) 0%, #1a2aff 100%);
  border-radius: 12px;
  color: #ffffff;
  font-size: 1.25rem;
  flex-shrink: 0;
}

.sf-contact-page .sf-contact-details {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  justify-content: center;
  flex: 1;
}

.sf-contact-page .sf-contact-label {
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 0.75rem;
  color: var(--sf-blue, #1d3bff);
}

.sf-contact-page .sf-contact-value {
  color: #374151;
  font-size: 1rem;
  font-weight: 500;
  word-break: break-word;
}

.sf-contact-page .form-label {
  font-weight: 600;
  margin-bottom: 0.75rem;
  color: #1f2a37;
  font-size: 0.95rem;
  letter-spacing: -0.3px;
}

.sf-contact-page .sf-input {
  border-radius: 10px;
  border: 1.5px solid #e5e7eb;
  background: #ffffff;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  font-size: 0.95rem;
}

.sf-contact-page .sf-input::placeholder {
  color: #9ca3af;
  font-weight: 400;
}

.sf-contact-page .sf-input:focus {
  border-color: var(--sf-blue, #1d3bff);
  box-shadow: 0 0 0 4px rgba(29, 59, 255, 0.1);
  outline: none;
  background: rgba(29, 59, 255, 0.02);
}

.sf-contact-page .sf-input:hover:not(:focus) {
  border-color: #d1d5db;
  background: #fafbfc;
}

.sf-contact-page .sf-error {
  color: #dc2626 !important;
  font-size: 0.85rem;
  margin-top: 0.5rem;
  display: flex;
  align-items: center;
  gap: 0.4rem;
  animation: sf-contact-slide-down 0.3s ease;
}

.sf-contact-page .sf-error:empty {
  display: none;
}

.sf-contact-page .sf-error::before {
  content: "⚠";
  font-size: 1rem;
}

.sf-contact-page .sf-message-animate {
  animation: sf-contact-slide-down 0.35s ease;
  border: 1px solid;
  border-radius: 10px;
}

.sf-contact-page .alert-success {
  background-color: #f0fdf4;
  border-color: #bbf7d0;
  color: #166534;
}

.sf-contact-page .alert-danger {
  background-color: #fef2f2;
  border-color: #fecaca;
  color: #991b1b;
}

.sf-contact-page .sf-submit-btn {
  min-width: 140px;
  padding: 0.75rem 2rem;
  background: linear-gradient(135deg, var(--sf-blue, #1d3bff) 0%, #1a2aff 100%);
  border: none;
  color: #ffffff;
  font-weight: 600;
  letter-spacing: 0.5px;
  border-radius: 10px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 12px rgba(29, 59, 255, 0.3);
}

.sf-contact-page .sf-submit-btn:hover:not(:disabled) {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(29, 59, 255, 0.4);
  background: linear-gradient(135deg, #1a2aff 0%, #0f1fff 100%);
}

[dir="rtl"] .sf-contact-page .sf-contact-row {
  flex-direction: row-reverse;
}

[dir="rtl"] .sf-contact-page .sf-card-header {
  flex-direction: row-reverse;
}

@keyframes sf-contact-slide-down {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 992px) {
  .sf-contact-page .sf-card {
    min-height: auto;
    padding: 1.5rem !important;
  }

  .sf-contact-page .sf-contact-row {
    margin-bottom: 1.5rem;
    padding: 1.25rem;
  }
}

@media (max-width: 576px) {
  .sf-contact-page .sf-contact-icon {
    width: 45px;
    height: 45px;
    font-size: 1.1rem;
  }

  .sf-contact-page .sf-section-title {
    font-size: 1.25rem;
  }

  .sf-contact-page .sf-submit-btn {
    width: 100%;
  }
}

/* Customer-friendly polish */
:root {
  --sf-radius-md: 12px;
  --sf-radius-lg: 16px;
  --sf-ease: 220ms cubic-bezier(0.2, 0.6, 0.2, 1);
}

.landing-nav__links a {
  position: relative;
  padding: 6px 12px;
  border-radius: 999px;
  transition: color var(--sf-ease), background-color var(--sf-ease), transform var(--sf-ease);
}

.landing-nav__links a::after {
  content: "";
  position: absolute;
  inset: auto 10px -2px;
  height: 2px;
  border-radius: 999px;
  background: #ffffff;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform var(--sf-ease);
}

.landing-nav__links a:hover {
  background: rgba(255, 255, 255, 0.08);
  transform: translateY(-1px);
}

.landing-nav__links a:hover::after,
.landing-nav__links a.is-active::after {
  transform: scaleX(1);
}

.landing-nav__links a.is-active {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.12);
}

.landing-nav__toggle {
  display: none;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  align-items: center;
  justify-content: center;
  padding: 0;
  flex: 0 0 auto;
}

.landing-nav__toggle i {
  font-size: 22px !important;
}

.landing-body .btn-warning,
.sf-page .btn-warning {
  background-image: linear-gradient(135deg, #e0001a, #b70015);
  border-color: #b70015;
  color: #ffffff;
  box-shadow: 0 12px 26px rgba(183, 0, 21, 0.28);
  transition: transform var(--sf-ease), box-shadow var(--sf-ease), filter var(--sf-ease);
}

.landing-body .btn-warning:hover,
.sf-page .btn-warning:hover {
  transform: translateY(-1px);
  box-shadow: 0 16px 30px rgba(183, 0, 21, 0.35);
  filter: brightness(1.03);
}

.sf-product-actions {
  margin-top: auto !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  min-height: 42px;
}

.sf-detail-btn {
  min-width: 92px;
  background: rgba(224, 0, 26, 0.08);
  border-color: rgba(224, 0, 26, 0.44);
  color: #b70015 !important;
  font-weight: 800;
}

.sf-detail-btn:hover {
  background: #e0001a;
  border-color: #e0001a;
  color: #ffffff !important;
}

.sf-product-actions .btn {
  min-width: 92px;
}

.sf-product {
  border-radius: var(--sf-radius-lg);
  transition: transform var(--sf-ease), box-shadow var(--sf-ease), border-color var(--sf-ease);
}

.sf-product:hover {
  transform: translateY(-4px);
  border-color: rgba(224, 0, 26, 0.22);
  box-shadow: 0 20px 36px rgba(15, 23, 42, 0.1);
}

.sf-product .sf-muted {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 2.8em;
}

.landing-form-section {
  position: relative;
  isolation: isolate;
}

.landing-form-section::before {
  content: "";
  position: absolute;
  inset: 18px 0;
  border-radius: 24px;
  background: linear-gradient(120deg, rgba(29, 59, 255, 0.06), rgba(224, 0, 26, 0.06));
  z-index: -1;
}

.landing-card {
  border-radius: var(--sf-radius-lg);
}

.sf-reveal {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 420ms ease, transform 420ms ease;
}

.sf-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 992px) {
  .landing-nav__inner {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.65rem;
  }

  .landing-nav__toggle {
    display: inline-flex;
    order: 2;
  }

  .landing-nav__actions {
    order: 3;
    width: 100%;
    justify-content: flex-start;
  }

  .landing-nav__links {
    order: 4;
    width: 100%;
    display: none;
    flex-direction: column;
    gap: 6px;
    padding: 10px;
    border-radius: 14px;
    background: rgba(7, 10, 13, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.1);
  }

  .landing-nav__links.is-open {
    display: flex;
  }

  .landing-nav__links a {
    width: 100%;
    text-align: right;
  }

  .landing-nav__links a::after {
    display: none;
  }

  .sf-product-actions .btn,
  .sf-detail-btn {
    min-width: 86px;
  }
}

/* About page */
.sf-about-page {
  background: linear-gradient(180deg, #f8fafc 0%, #ffffff 280px, #ffffff 100%);
}

.sf-about-page .sf-card {
  border-radius: 18px;
  border: 1px solid #e5e7eb;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.06);
}

.sf-about-intro-card {
  background:
    radial-gradient(circle at 100% 0%, rgba(29, 59, 255, 0.08), transparent 42%),
    #ffffff;
}

.sf-about-intro {
  margin: 0;
  color: #111827;
  font-size: 1.02rem;
  line-height: 2;
}

.sf-about-content {
  color: #374151;
  line-height: 2;
  white-space: pre-line;
}

.sf-about-quote {
  margin: 0;
  padding: 14px 16px;
  border-radius: 12px;
  border: 1px dashed rgba(224, 0, 26, 0.35);
  background: rgba(224, 0, 26, 0.04);
  color: #7f1d1d;
  font-weight: 600;
  display: flex;
  align-items: flex-start;
  gap: 8px;
  line-height: 1.9;
}

.sf-about-quote i {
  font-size: 22px !important;
}

.sf-about-media-card {
  background:
    linear-gradient(165deg, rgba(29, 59, 255, 0.06), rgba(224, 0, 26, 0.03)),
    #ffffff;
}

.sf-about-media-wrap {
  width: 100%;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid #e5e7eb;
  background: #f8fafc;
}

.sf-about-media {
  width: 100%;
  height: 280px;
  object-fit: cover;
  display: block;
}

.sf-about-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.sf-about-stat {
  border-radius: 12px;
  border: 1px solid #e5e7eb;
  background: #ffffff;
  padding: 12px 10px;
  text-align: center;
}

.sf-about-stat-value {
  display: block;
  color: #111827;
  font-weight: 900;
  font-size: 1.1rem;
}

.sf-about-stat-label {
  display: block;
  color: #6b7280;
  font-size: 12px;
  margin-top: 4px;
}

.sf-about-block {
  background: #ffffff;
}

.sf-about-block-head {
  display: flex;
  align-items: center;
  gap: 10px;
}

.sf-about-block-head h3 {
  color: #111827;
  font-size: 1.15rem;
  font-weight: 800;
}

.sf-about-block-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: rgba(29, 59, 255, 0.12);
  color: #1d3bff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px !important;
}

.sf-about-advantages {
  background:
    linear-gradient(180deg, rgba(29, 59, 255, 0.04), rgba(29, 59, 255, 0)),
    #ffffff;
}

.sf-about-adv {
  height: 100%;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  padding: 16px;
  background: #ffffff;
  display: flex;
  align-items: flex-start;
  gap: 8px;
  line-height: 1.9;
  color: #1f2937;
}

.sf-about-adv-index {
  color: #e0001a;
  font-weight: 900;
}

.sf-about-commitments {
  background: #ffffff;
}

.sf-about-timeline {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.sf-about-timeline-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 12px 14px;
  background: #fafbfc;
}

.sf-about-timeline-bullet {
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: rgba(29, 59, 255, 0.12);
  color: #1d3bff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.sf-about-timeline-text {
  color: #1f2937;
  line-height: 1.9;
}

.sf-about-cta {
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  padding: 26px;
  background:
    radial-gradient(circle at 0% 0%, rgba(255, 255, 255, 0.12), transparent 42%),
    linear-gradient(140deg, #0f172a, #111827);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.sf-about-cta-copy h3 {
  font-weight: 900;
}

.sf-about-cta-copy p {
  color: rgba(255, 255, 255, 0.84);
}

.sf-about-cta-phone {
  color: #fde68a;
  font-weight: 700;
}

.sf-about-cta-actions {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.sf-about-cta-secondary {
  color: #ffffff !important;
  border-color: rgba(255, 255, 255, 0.52) !important;
  background: transparent !important;
}

.sf-about-cta-secondary:hover {
  color: #111827 !important;
  background: #ffffff !important;
  border-color: #ffffff !important;
}

@media (max-width: 991px) {
  .sf-about-stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sf-about-cta {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 575px) {
  .sf-about-media {
    height: 220px;
  }

  .sf-about-stats {
    grid-template-columns: 1fr;
  }

  .sf-about-cta-actions {
    width: 100%;
  }

  .sf-about-cta-actions .btn {
    width: 100%;
  }
}

/* Global typography normalization */
:root {
  --sf-font-base: "IRANSansWeb", "Vazirmatn", sans-serif;
  --sf-font-title: "IRANSans_Bold", "IRANSansWeb", "Vazirmatn", sans-serif;
  --sf-size-xxs: 0.78rem;
  --sf-size-xs: 0.84rem;
  --sf-size-sm: 0.9rem;
  --sf-size-md: 0.97rem;
  --sf-size-lg: 1.08rem;
  --sf-size-xl: 1.34rem;
  --sf-size-2xl: 1.7rem;
}

html {
  font-size: 16px;
}

body,
p,
span,
div,
label,
input,
textarea,
select,
button,
a,
li,
td,
th {
  font-family: var(--sf-font-base) !important;
}

body {
  font-size: var(--sf-size-md);
  line-height: 1.85;
  color: #111827;
}

h1,
h2,
h3,
h4,
h5,
h6,
.sf-title,
.sf-section-title,
.store-hero-text h1 {
  font-family: var(--sf-font-title) !important;
  font-weight: 800;
  letter-spacing: -0.01em;
  line-height: 1.6;
}

h1,
.store-hero-text h1 {
  font-size: clamp(1.8rem, 3.2vw, 2.7rem);
}

h2,
.sf-section-title {
  font-size: clamp(1.35rem, 2.4vw, 2rem);
}

h3 {
  font-size: clamp(1.12rem, 2vw, 1.45rem);
}

h4,
h5,
h6 {
  font-size: var(--sf-size-lg);
}

.landing-nav__title {
  font-size: var(--sf-size-sm);
  font-weight: 800;
}


.landing-nav__links a,
.landing-nav__actions .btn {
  font-size: var(--sf-size-sm);
}

.store-hero-kicker,
.sf-about-stat-label,
.sf-contact-page .sf-contact-label {
  font-size: var(--sf-size-xs);
}

.store-hero-subtitle,
.ind-description,
.sf-muted,
.sf-contact-page .sf-muted,
.sf-about-content,
.sf-about-timeline-text,
.sf-process-desc {
  font-size: var(--sf-size-sm) !important;
  line-height: 2;
}

.sf-product-title,
.sf-project-title,
.sf-line-title,
.sf-mini-title {
  font-size: var(--sf-size-md);
  line-height: 1.9;
}

.btn,
.sf-detail-btn,
.sf-about-cta-actions .btn {
  font-size: var(--sf-size-sm);
  font-weight: 700;
}

.form-control,
.sf-input,
textarea.form-control {
  font-size: var(--sf-size-sm);
  line-height: 1.85;
}

.table th,
.table td {
  font-size: var(--sf-size-sm);
}

small,
.small {
  font-size: var(--sf-size-xxs);
}

@media (max-width: 992px) {
  html {
    font-size: 15px;
  }

  body {
    font-size: var(--sf-size-sm);
  }
}

/* Project pages */
.sf-project-link {
  display: block;
  text-decoration: none;
  color: inherit;
}

.sf-project-link:hover {
  color: inherit;
}

.sf-project-list-page .sf-project-card {
  min-height: 260px;
}

.sf-project-list-page .sf-project-overlay {
  gap: 0.25rem;
}

.sf-project-detail-page .sf-card {
  border-radius: 16px;
}

.sf-project-main-img {
  width: 100%;
  min-height: 360px;
  max-height: 480px;
  object-fit: cover;
  border-radius: 14px;
  border: 1px solid #e9ecef;
  background: #f8f9fa;
}

.sf-project-meta .sf-chip {
  font-size: 12px;
}

.sf-project-desc {
  white-space: pre-line;
  line-height: 2;
  overflow-wrap: anywhere;
}

@media (max-width: 768px) {
  .sf-project-main-img {
    min-height: 240px;
    max-height: 320px;
  }
}

@media print {
  .landing-nav,
  .sf-footer,
  .store-hero,
  .sf-orders-toolbar {
    display: none !important;
  }

  .sf-page {
    background: #ffffff !important;
  }

  .sf-page .container {
    max-width: 100% !important;
    padding: 0 !important;
  }

  .sf-card {
    border: 1px solid #dfe3e8 !important;
    box-shadow: none !important;
  }

  .table-responsive {
    overflow: visible !important;
  }
}

#royal_preloader {
  position: fixed;
  inset: 0;
  z-index: 2147483647;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

#royal_preloader.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

#royal_preloader.complete {
  opacity: 0;
  transition: opacity 0.2s linear 0.5s;
}

#royal_preloader.royal_preloader_text::before {
  content: "";
  position: absolute;
  inset: 0;
  background: transparent;
}

#royal_preloader.royal_preloader_text .royal_preloader_loader {
  --preloader-progress: 0;
  --preloader-start-offset: 18;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  height: 2em;
  line-height: 1;
  margin: 0;
  overflow: hidden;
  opacity: 0.96;
  white-space: nowrap;
  text-align: center;
  font-family: "Vazirmatn", "Open Sans", sans-serif;
  font-size: 72px;
  font-weight: 800;
  letter-spacing: 1px;
  text-shadow: 0 0 20px rgba(223, 226, 236, 0.26), 0 0 12px rgba(255, 72, 72, 0.16);
}

#royal_preloader.royal_preloader_text .royal_preloader_loader .royal_preloader_text_base,
#royal_preloader.royal_preloader_text .royal_preloader_loader .royal_preloader_text_mask {
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
}

#royal_preloader.royal_preloader_text .royal_preloader_loader .royal_preloader_text_base {
  background: linear-gradient(270deg, #f24a4a 0 40%, #ffffff 50% 60%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

#royal_preloader.royal_preloader_text .royal_preloader_loader .royal_preloader_text_mask {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  opacity: 1;
  will-change: clip-path;
  text-shadow: none;
  background: none;
  color: #000000;
  clip-path: inset(0 0 calc((var(--preloader-progress) * 0.82 + var(--preloader-start-offset)) * 1%) 0);
  transition: none;
}

#royal_preloader.royal_preloader_text .royal_preloader_percentage {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 220px;
  margin-left: -110px;
  margin-top: 44px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-family: "Open Sans", "Vazirmatn", sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 3px;
}
