/* ===========================================
   مصالح ساختمانی محمد عرب
   Luxury Premium Style - Gold / Black Theme
   =========================================== */

:root {
  --color-bg: #0a0a0a;
  --color-bg-soft: #111111;
  --color-bg-card: #161616;
  --color-bg-elevated: #1c1c1c;
  --color-border: #2a2a2a;
  --color-gold: #d4af37;
  --color-gold-light: #f4d36b;
  --color-gold-dark: #b8941f;
  --color-gold-deep: #8b6914;
  --color-text: #ffffff;
  --color-text-muted: #9a9a9a;
  --color-text-soft: #cfcfcf;
  --gradient-gold: linear-gradient(135deg, #f4d36b 0%, #d4af37 45%, #b8941f 100%);
  --gradient-gold-soft: linear-gradient(135deg, rgba(244, 211, 107, 0.15) 0%, rgba(212, 175, 55, 0.05) 100%);
  --gradient-dark: linear-gradient(180deg, #0a0a0a 0%, #1a1a1a 100%);
  --shadow-gold: 0 10px 40px -10px rgba(212, 175, 55, 0.4);
  --shadow-gold-strong: 0 20px 60px -10px rgba(212, 175, 55, 0.6);
  --shadow-card: 0 20px 50px -20px rgba(0, 0, 0, 0.8);
  --transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}

body {
  font-family: 'Vazirmatn', sans-serif;
  background: var(--color-bg);
  color: var(--color-text);
  line-height: 1.7;
  overflow-x: hidden;
  direction: rtl;
}

/* Subtle texture / noise background */
body::before {
  content: '';
  position: fixed;
  inset: 0;
  background-image:
    radial-gradient(ellipse at 20% 0%, rgba(212, 175, 55, 0.08) 0%, transparent 50%),
    radial-gradient(ellipse at 80% 100%, rgba(212, 175, 55, 0.05) 0%, transparent 50%);
  pointer-events: none;
  z-index: 0;
}

/* ===== Scrollbar ===== */
::-webkit-scrollbar { width: 10px; }
::-webkit-scrollbar-track { background: #0a0a0a; }
::-webkit-scrollbar-thumb {
  background: var(--gradient-gold);
  border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover { background: var(--color-gold-light); }

/* ===== Selection ===== */
::selection {
  background: var(--color-gold);
  color: #000;
}

/* ===== Container ===== */
.container-x {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1.5rem;
  position: relative;
  z-index: 1;
}

/* ===== Header / Navbar ===== */
.navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  padding: 1.25rem 0;
  transition: var(--transition);
  background: rgba(10, 10, 10, 0.6);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid transparent;
}

.navbar.scrolled {
  padding: 0.75rem 0;
  background: rgba(10, 10, 10, 0.92);
  border-bottom: 1px solid rgba(212, 175, 55, 0.15);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  text-decoration: none;
  color: #fff;
}

.brand-logo {
  width: 58px;
  height: 58px;
  border-radius: 14px;
  background: linear-gradient(135deg, #1a1a1a 0%, #0a0a0a 100%);
  border: 1px solid rgba(212, 175, 55, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 25px -5px rgba(212, 175, 55, 0.25);
  position: relative;
  overflow: hidden;
  padding: 4px;
}

.brand-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 0 8px rgba(212, 175, 55, 0.3));
}

.brand-logo::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(212, 175, 55, 0.08), transparent 60%);
  pointer-events: none;
}

/* Hero showcase logo */
.hero-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
  position: relative;
}

.hero-logo-inner {
  width: 180px;
  height: 180px;
  border-radius: 30px;
  background: linear-gradient(135deg, #1a1a1a 0%, #0a0a0a 100%);
  border: 2px solid rgba(212, 175, 55, 0.4);
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow:
    0 30px 80px -20px rgba(212, 175, 55, 0.35),
    inset 0 0 60px rgba(212, 175, 55, 0.05);
  position: relative;
  overflow: hidden;
  animation: logoFloat 6s ease-in-out infinite;
}

.hero-logo-inner img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 0 20px rgba(212, 175, 55, 0.4));
}

.hero-logo-inner::before {
  content: '';
  position: absolute;
  inset: -50%;
  background: conic-gradient(from 0deg, transparent 70%, rgba(212, 175, 55, 0.3) 85%, transparent 100%);
  animation: rotateGlow 8s linear infinite;
}

.hero-logo-inner::after {
  content: '';
  position: absolute;
  inset: 3px;
  border-radius: 27px;
  background: linear-gradient(135deg, #1a1a1a 0%, #0a0a0a 100%);
}

.hero-logo-inner img {
  position: relative;
  z-index: 2;
}

@keyframes logoFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

@keyframes rotateGlow {
  to { transform: rotate(360deg); }
}

.brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1.15;
}

.brand-name {
  font-weight: 800;
  font-size: 1.05rem;
  background: var(--gradient-gold);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.brand-tag {
  font-size: 0.72rem;
  color: var(--color-text-muted);
  letter-spacing: 0.5px;
}

.nav-links {
  display: flex;
  gap: 0.5rem;
  list-style: none;
}

.nav-link {
  color: var(--color-text-soft);
  text-decoration: none;
  padding: 0.55rem 1rem;
  border-radius: 10px;
  font-weight: 500;
  font-size: 0.95rem;
  transition: var(--transition);
  position: relative;
}

.nav-link:hover, .nav-link.active {
  color: var(--color-gold-light);
  background: rgba(212, 175, 55, 0.08);
}

.nav-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.7rem 1.4rem;
  background: var(--gradient-gold);
  color: #0a0a0a;
  border-radius: 12px;
  font-weight: 700;
  text-decoration: none;
  transition: var(--transition);
  box-shadow: var(--shadow-gold);
}

.nav-cta:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-gold-strong);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: rgba(212, 175, 55, 0.1);
  border: 1px solid rgba(212, 175, 55, 0.2);
  color: var(--color-gold-light);
  cursor: pointer;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
}

/* ===== Mobile Menu ===== */
.mobile-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 85%;
  max-width: 360px;
  height: 100vh;
  background: rgba(15, 15, 15, 0.98);
  backdrop-filter: blur(30px);
  border-left: 1px solid rgba(212, 175, 55, 0.2);
  z-index: 1100;
  transform: translateX(100%);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  padding: 6rem 2rem 2rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

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

.mobile-menu .nav-link {
  font-size: 1.1rem;
  padding: 1rem 1.2rem;
  border: 1px solid transparent;
}

.mobile-menu .nav-link:hover,
.mobile-menu .nav-link.active {
  border-color: rgba(212, 175, 55, 0.2);
}

.mobile-close {
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: rgba(212, 175, 55, 0.1);
  border: 1px solid rgba(212, 175, 55, 0.2);
  color: var(--color-gold-light);
  cursor: pointer;
  font-size: 1.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mobile-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1050;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
  backdrop-filter: blur(4px);
}

.mobile-overlay.open {
  opacity: 1;
  pointer-events: auto;
}

/* ===== Hero ===== */
.hero {
  min-height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
  padding: 8rem 0 4rem;
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

.hero-bg::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 25% 30%, rgba(212, 175, 55, 0.12) 0%, transparent 45%),
    radial-gradient(ellipse at 75% 70%, rgba(184, 148, 31, 0.08) 0%, transparent 45%),
    linear-gradient(135deg, #161616 0%, #0a0a0a 100%);
  opacity: 1;
}

.hero-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 70% 30%, rgba(212, 175, 55, 0.15) 0%, transparent 50%),
    linear-gradient(180deg, rgba(10, 10, 10, 0.6) 0%, rgba(10, 10, 10, 0.95) 100%);
}

.hero-grid-overlay {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(212, 175, 55, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(212, 175, 55, 0.04) 1px, transparent 1px);
  background-size: 60px 60px;
  mask-image: radial-gradient(ellipse at center, black 0%, transparent 70%);
  -webkit-mask-image: radial-gradient(ellipse at center, black 0%, transparent 70%);
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.hero-content .hero-subtitle { margin-left: auto; margin-right: auto; }
.hero-content .hero-actions { justify-content: center; }

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.55rem 1.2rem;
  background: rgba(212, 175, 55, 0.08);
  border: 1px solid rgba(212, 175, 55, 0.3);
  border-radius: 100px;
  color: var(--color-gold-light);
  font-size: 0.85rem;
  font-weight: 500;
  margin-bottom: 1.5rem;
  backdrop-filter: blur(10px);
}

.hero-badge .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--color-gold-light);
  box-shadow: 0 0 12px var(--color-gold-light);
  animation: pulse 2s ease-in-out infinite;
}

@keyframes pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.6; transform: scale(1.3); }
}

.hero-title {
  font-size: clamp(2.5rem, 6vw, 4.8rem);
  font-weight: 900;
  line-height: 1.15;
  margin-bottom: 1.5rem;
  letter-spacing: -0.02em;
}

.hero-title .gold {
  background: var(--gradient-gold);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  position: relative;
  display: inline-block;
}

.hero-subtitle {
  font-size: clamp(1rem, 1.5vw, 1.25rem);
  color: var(--color-text-soft);
  max-width: 680px;
  margin-bottom: 2.5rem;
  line-height: 1.9;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 3rem;
}

/* ===== Buttons ===== */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  padding: 1rem 2rem;
  border-radius: 14px;
  font-weight: 700;
  font-size: 1rem;
  text-decoration: none;
  cursor: pointer;
  border: none;
  transition: var(--transition);
  position: relative;
  overflow: hidden;
  font-family: inherit;
  white-space: nowrap;
}

.btn-primary {
  background: var(--gradient-gold);
  color: #0a0a0a;
  box-shadow: var(--shadow-gold);
}

.btn-primary::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, transparent 30%, rgba(255, 255, 255, 0.4) 50%, transparent 70%);
  transform: translateX(100%);
  transition: transform 0.6s;
}

.btn-primary:hover::before { transform: translateX(-100%); }

.btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-gold-strong);
}

.btn-outline {
  background: rgba(212, 175, 55, 0.05);
  color: var(--color-gold-light);
  border: 1px solid rgba(212, 175, 55, 0.3);
  backdrop-filter: blur(10px);
}

.btn-outline:hover {
  background: rgba(212, 175, 55, 0.12);
  border-color: var(--color-gold-light);
  transform: translateY(-3px);
}

.btn-whatsapp {
  background: linear-gradient(135deg, #25d366 0%, #128c7e 100%);
  color: #fff;
  box-shadow: 0 10px 30px -10px rgba(37, 211, 102, 0.5);
}

.btn-whatsapp:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 40px -10px rgba(37, 211, 102, 0.7);
}

/* ===== Hero Stats ===== */
.hero-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  margin-top: 3rem;
  padding-top: 3rem;
  border-top: 1px solid rgba(212, 175, 55, 0.15);
}

.stat {
  text-align: right;
}

.stat-num {
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  font-weight: 900;
  background: var(--gradient-gold);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1;
  margin-bottom: 0.3rem;
}

.stat-label {
  color: var(--color-text-muted);
  font-size: 0.85rem;
}

/* ===== Sections ===== */
section {
  padding: 6rem 0;
  position: relative;
  z-index: 1;
}

.section-header {
  text-align: center;
  margin-bottom: 4rem;
  max-width: 720px;
  margin-inline: auto;
}

.section-eyebrow {
  display: inline-block;
  padding: 0.4rem 1rem;
  background: rgba(212, 175, 55, 0.1);
  border: 1px solid rgba(212, 175, 55, 0.25);
  border-radius: 100px;
  color: var(--color-gold-light);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

.section-title {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  margin-bottom: 1rem;
  line-height: 1.25;
}

.section-title .gold {
  background: var(--gradient-gold);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.section-desc {
  color: var(--color-text-muted);
  font-size: 1.05rem;
  line-height: 1.9;
}

/* ===== About preview / Services / Cards ===== */
.feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.5rem;
}

.feature-card {
  background: linear-gradient(180deg, rgba(28, 28, 28, 0.6) 0%, rgba(15, 15, 15, 0.6) 100%);
  border: 1px solid rgba(212, 175, 55, 0.1);
  border-radius: 20px;
  padding: 2rem;
  transition: var(--transition);
  position: relative;
  overflow: hidden;
  backdrop-filter: blur(10px);
}

.feature-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--gradient-gold-soft);
  opacity: 0;
  transition: var(--transition);
  pointer-events: none;
}

.feature-card:hover {
  transform: translateY(-8px);
  border-color: rgba(212, 175, 55, 0.4);
  box-shadow: var(--shadow-card);
}

.feature-card:hover::before { opacity: 1; }

.feature-icon {
  width: 64px;
  height: 64px;
  border-radius: 16px;
  background: var(--gradient-gold);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  color: #0a0a0a;
  margin-bottom: 1.25rem;
  box-shadow: var(--shadow-gold);
  position: relative;
  z-index: 1;
}

.feature-title {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 0.6rem;
  color: var(--color-text);
  position: relative;
  z-index: 1;
}

.feature-desc {
  color: var(--color-text-muted);
  font-size: 0.95rem;
  line-height: 1.8;
  position: relative;
  z-index: 1;
}

/* ===== Products / Categories Grid ===== */
.products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1.75rem;
}

.product-card {
  background: var(--color-bg-card);
  border: 1px solid rgba(212, 175, 55, 0.1);
  border-radius: 20px;
  overflow: hidden;
  transition: var(--transition);
  position: relative;
  display: flex;
  flex-direction: column;
}

.product-card:hover {
  transform: translateY(-8px);
  border-color: rgba(212, 175, 55, 0.5);
  box-shadow: var(--shadow-card), 0 0 0 1px rgba(212, 175, 55, 0.3);
}

.product-img {
  aspect-ratio: 4 / 3;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}

.product-img::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(0, 0, 0, 0.8) 100%);
}

.product-tag {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: rgba(10, 10, 10, 0.7);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(212, 175, 55, 0.3);
  color: var(--color-gold-light);
  padding: 0.35rem 0.85rem;
  border-radius: 100px;
  font-size: 0.75rem;
  font-weight: 600;
  z-index: 2;
}

.product-body {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.product-title {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: var(--color-text);
}

.product-desc {
  color: var(--color-text-muted);
  font-size: 0.9rem;
  line-height: 1.7;
  margin-bottom: 1.25rem;
  flex: 1;
}

.product-actions {
  display: flex;
  gap: 0.6rem;
}

.product-actions .btn {
  flex: 1;
  padding: 0.7rem 1rem;
  font-size: 0.88rem;
}

/* ===== Trust / Stats Strip ===== */
.trust-strip {
  background: linear-gradient(135deg, rgba(212, 175, 55, 0.06) 0%, rgba(15, 15, 15, 0.4) 100%);
  border-top: 1px solid rgba(212, 175, 55, 0.15);
  border-bottom: 1px solid rgba(212, 175, 55, 0.15);
  padding: 4rem 0;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 2rem;
  text-align: center;
}

.trust-item {
  position: relative;
}

.trust-num {
  font-size: clamp(2.5rem, 5vw, 3.8rem);
  font-weight: 900;
  background: var(--gradient-gold);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1;
  margin-bottom: 0.5rem;
  display: block;
}

.trust-label {
  color: var(--color-text-soft);
  font-size: 0.95rem;
  font-weight: 500;
}

/* ===== Testimonials ===== */
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1.5rem;
}

.testimonial {
  background: linear-gradient(180deg, rgba(28, 28, 28, 0.6) 0%, rgba(15, 15, 15, 0.8) 100%);
  border: 1px solid rgba(212, 175, 55, 0.1);
  border-radius: 20px;
  padding: 2rem;
  position: relative;
  transition: var(--transition);
}

.testimonial:hover {
  border-color: rgba(212, 175, 55, 0.3);
  transform: translateY(-5px);
}

.testimonial-quote {
  font-size: 3rem;
  color: var(--color-gold);
  opacity: 0.3;
  line-height: 1;
  margin-bottom: 0.5rem;
  font-family: serif;
}

.testimonial-text {
  color: var(--color-text-soft);
  line-height: 1.9;
  margin-bottom: 1.5rem;
  font-size: 0.97rem;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(212, 175, 55, 0.1);
}

.testimonial-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--gradient-gold);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0a0a0a;
  font-weight: 800;
  font-size: 1.1rem;
}

.testimonial-name { font-weight: 700; color: var(--color-text); }
.testimonial-role { font-size: 0.82rem; color: var(--color-text-muted); }

.stars {
  color: var(--color-gold-light);
  font-size: 0.9rem;
  margin-bottom: 1rem;
  letter-spacing: 2px;
}

/* ===== CTA Section ===== */
.cta-section {
  position: relative;
  overflow: hidden;
}

.cta-card {
  background: linear-gradient(135deg, #1a1a1a 0%, #0a0a0a 100%);
  border: 1px solid rgba(212, 175, 55, 0.3);
  border-radius: 32px;
  padding: 4rem 3rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.cta-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 30% 30%, rgba(212, 175, 55, 0.15) 0%, transparent 50%),
    radial-gradient(circle at 70% 70%, rgba(212, 175, 55, 0.1) 0%, transparent 50%);
}

.cta-content {
  position: relative;
  z-index: 1;
}

.cta-title {
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  font-weight: 800;
  margin-bottom: 1rem;
  line-height: 1.3;
}

.cta-desc {
  color: var(--color-text-soft);
  font-size: 1.1rem;
  margin-bottom: 2rem;
  max-width: 600px;
  margin-inline: auto;
}

.cta-actions {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}

/* ===== Footer ===== */
.footer {
  background: linear-gradient(180deg, #0a0a0a 0%, #050505 100%);
  border-top: 1px solid rgba(212, 175, 55, 0.15);
  padding: 4rem 0 2rem;
  position: relative;
  z-index: 1;
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.2fr;
  gap: 3rem;
  margin-bottom: 3rem;
}

.footer-col h4 {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 1.25rem;
  color: var(--color-gold-light);
  position: relative;
  padding-bottom: 0.75rem;
}

.footer-col h4::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40px;
  height: 2px;
  background: var(--gradient-gold);
}

.footer-about {
  color: var(--color-text-muted);
  line-height: 1.9;
  font-size: 0.92rem;
  margin: 1rem 0 1.5rem;
}

.footer-links {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}

.footer-links a {
  color: var(--color-text-muted);
  text-decoration: none;
  font-size: 0.92rem;
  transition: var(--transition);
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.footer-links a:hover {
  color: var(--color-gold-light);
  transform: translateX(-5px);
}

.footer-contact {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.footer-contact-item {
  display: flex;
  gap: 0.8rem;
  align-items: flex-start;
  color: var(--color-text-muted);
  font-size: 0.92rem;
}

.footer-contact-icon {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: rgba(212, 175, 55, 0.1);
  border: 1px solid rgba(212, 175, 55, 0.2);
  color: var(--color-gold-light);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.socials {
  display: flex;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.social-link {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: rgba(212, 175, 55, 0.08);
  border: 1px solid rgba(212, 175, 55, 0.2);
  color: var(--color-gold-light);
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: var(--transition);
  font-size: 1rem;
}

.social-link:hover {
  background: var(--gradient-gold);
  color: #0a0a0a;
  transform: translateY(-3px);
  box-shadow: var(--shadow-gold);
}

.footer-bottom {
  border-top: 1px solid rgba(212, 175, 55, 0.1);
  padding-top: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  color: var(--color-text-muted);
  font-size: 0.88rem;
}

/* ===== Floating Buttons ===== */
.float-actions {
  position: fixed;
  bottom: 1.5rem;
  left: 1.5rem;
  z-index: 999;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.float-btn {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #fff;
  font-size: 1.5rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
  transition: var(--transition);
  position: relative;
}

.float-btn.whatsapp {
  background: linear-gradient(135deg, #25d366 0%, #128c7e 100%);
}

.float-btn.phone {
  background: var(--gradient-gold);
  color: #0a0a0a;
}

.float-btn:hover {
  transform: scale(1.1);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.5);
}

.float-btn::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 2px solid currentColor;
  opacity: 0;
  animation: ripple 2s ease-out infinite;
}

@keyframes ripple {
  0% { opacity: 0.6; transform: scale(1); }
  100% { opacity: 0; transform: scale(1.6); }
}

/* ===== Mobile Bottom Bar ===== */
.mobile-action-bar {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(10, 10, 10, 0.95);
  backdrop-filter: blur(20px);
  border-top: 1px solid rgba(212, 175, 55, 0.2);
  padding: 0.75rem;
  z-index: 998;
  gap: 0.5rem;
}

.mobile-action-bar a {
  flex: 1;
  padding: 0.85rem;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-weight: 700;
  text-decoration: none;
  font-size: 0.95rem;
}

/* ===== Page Header (inner pages) ===== */
.page-header {
  padding: 10rem 0 5rem;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(ellipse at center top, rgba(212, 175, 55, 0.15) 0%, transparent 60%),
    var(--color-bg);
  text-align: center;
  border-bottom: 1px solid rgba(212, 175, 55, 0.1);
}

.page-header::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(212, 175, 55, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(212, 175, 55, 0.05) 1px, transparent 1px);
  background-size: 50px 50px;
  mask-image: radial-gradient(ellipse at center, black 0%, transparent 70%);
  -webkit-mask-image: radial-gradient(ellipse at center, black 0%, transparent 70%);
}

.page-title {
  font-size: clamp(2.2rem, 5vw, 3.5rem);
  font-weight: 900;
  margin-bottom: 1rem;
  position: relative;
}

.page-title .gold {
  background: var(--gradient-gold);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.page-breadcrumb {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--color-text-muted);
  font-size: 0.92rem;
  position: relative;
}

.page-breadcrumb a {
  color: var(--color-gold-light);
  text-decoration: none;
}

/* ===== Contact ===== */
.contact-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 3rem;
  align-items: start;
}

.contact-info-card {
  background: linear-gradient(180deg, rgba(28, 28, 28, 0.6) 0%, rgba(15, 15, 15, 0.6) 100%);
  border: 1px solid rgba(212, 175, 55, 0.15);
  border-radius: 24px;
  padding: 2.5rem;
}

.contact-info-item {
  display: flex;
  gap: 1.2rem;
  padding: 1.25rem 0;
  border-bottom: 1px solid rgba(212, 175, 55, 0.08);
}

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

.contact-info-icon {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  background: var(--gradient-gold);
  color: #0a0a0a;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  flex-shrink: 0;
  box-shadow: var(--shadow-gold);
}

.contact-info-label {
  font-size: 0.85rem;
  color: var(--color-text-muted);
  margin-bottom: 0.25rem;
}

.contact-info-value {
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--color-text);
  text-decoration: none;
}

.contact-form-card {
  background: linear-gradient(180deg, rgba(28, 28, 28, 0.6) 0%, rgba(15, 15, 15, 0.6) 100%);
  border: 1px solid rgba(212, 175, 55, 0.15);
  border-radius: 24px;
  padding: 2.5rem;
}

.form-group {
  margin-bottom: 1.25rem;
}

.form-label {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 0.9rem;
  color: var(--color-text-soft);
  font-weight: 500;
}

.form-control {
  width: 100%;
  padding: 0.95rem 1.1rem;
  background: rgba(10, 10, 10, 0.6);
  border: 1px solid rgba(212, 175, 55, 0.2);
  border-radius: 12px;
  color: #fff;
  font-family: inherit;
  font-size: 0.97rem;
  transition: var(--transition);
}

.form-control:focus {
  outline: none;
  border-color: var(--color-gold);
  background: rgba(10, 10, 10, 0.9);
  box-shadow: 0 0 0 4px rgba(212, 175, 55, 0.1);
}

textarea.form-control {
  resize: vertical;
  min-height: 130px;
}

.map-wrap {
  margin-top: 3rem;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid rgba(212, 175, 55, 0.2);
  height: 420px;
  position: relative;
}

.map-wrap iframe {
  width: 100%;
  height: 100%;
  border: 0;
  filter: invert(0.9) hue-rotate(180deg) saturate(0.7);
}

/* ===== About page ===== */
.about-hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}

.about-img {
  border-radius: 24px;
  overflow: hidden;
  aspect-ratio: 4 / 5;
  background-size: cover;
  background-position: center;
  position: relative;
  border: 1px solid rgba(212, 175, 55, 0.2);
}

.about-img::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(10, 10, 10, 0.6) 100%);
}

.about-text h2 {
  font-size: clamp(1.8rem, 3.5vw, 2.5rem);
  font-weight: 800;
  line-height: 1.3;
  margin-bottom: 1.25rem;
}

.about-text p {
  color: var(--color-text-muted);
  line-height: 2;
  margin-bottom: 1.25rem;
  font-size: 1rem;
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.5rem;
  margin-top: 4rem;
}

.value-card {
  background: linear-gradient(180deg, rgba(28, 28, 28, 0.5) 0%, rgba(15, 15, 15, 0.7) 100%);
  border: 1px solid rgba(212, 175, 55, 0.1);
  border-radius: 20px;
  padding: 2rem;
  text-align: center;
  transition: var(--transition);
}

.value-card:hover {
  border-color: rgba(212, 175, 55, 0.4);
  transform: translateY(-5px);
}

.value-icon {
  width: 72px;
  height: 72px;
  margin: 0 auto 1.25rem;
  border-radius: 50%;
  background: var(--gradient-gold);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  color: #0a0a0a;
  box-shadow: var(--shadow-gold);
}

/* ===== Filter Chips (products page) ===== */
.filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 3rem;
  justify-content: center;
}

.filter-chip {
  padding: 0.65rem 1.4rem;
  background: rgba(28, 28, 28, 0.6);
  border: 1px solid rgba(212, 175, 55, 0.15);
  border-radius: 100px;
  color: var(--color-text-soft);
  cursor: pointer;
  transition: var(--transition);
  font-family: inherit;
  font-size: 0.93rem;
  font-weight: 500;
}

.filter-chip:hover {
  border-color: rgba(212, 175, 55, 0.4);
  color: var(--color-gold-light);
}

.filter-chip.active {
  background: var(--gradient-gold);
  color: #0a0a0a;
  border-color: transparent;
  font-weight: 700;
  box-shadow: var(--shadow-gold);
}

/* ===== AOS-like animations ===== */
.fade-up {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.fade-up.in-view {
  opacity: 1;
  transform: translateY(0);
}

.fade-in {
  opacity: 0;
  transition: opacity 1s ease;
}

.fade-in.in-view { opacity: 1; }

/* ===== Responsive ===== */
@media (max-width: 1024px) {
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .about-hero { grid-template-columns: 1fr; gap: 2rem; }
  .about-img { aspect-ratio: 16 / 10; max-width: 600px; }
  .contact-grid { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
  .nav-links, .nav-cta { display: none; }
  .menu-toggle { display: flex; }
  .hero { padding: 7rem 0 3rem; min-height: auto; }
  .hero-stats { grid-template-columns: repeat(2, 1fr); gap: 1.5rem 1rem; }
  section { padding: 4rem 0; }
  .section-header { margin-bottom: 2.5rem; }
  .footer-grid { grid-template-columns: 1fr; gap: 2rem; }
  .footer-bottom { flex-direction: column; text-align: center; }
  .cta-card { padding: 2.5rem 1.5rem; }
  .contact-info-card, .contact-form-card { padding: 1.5rem; }
  .float-actions { bottom: 1.5rem; }
  .mobile-action-bar { display: none !important; }
  .container-x { padding: 0 1rem; }
}

@media (max-width: 480px) {
  .hero-actions { flex-direction: column; }
  .hero-actions .btn { width: 100%; }
  .cta-actions { flex-direction: column; }
  .cta-actions .btn { width: 100%; }
}

/* ============================================
   PACK 1: VISUAL & UX UPGRADES
   ============================================ */

/* ===== Preloader ===== */
.preloader {
  position: fixed;
  inset: 0;
  background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 100%);
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 1.75rem;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}

.preloader.hidden {
  opacity: 0;
  visibility: hidden;
}

.preloader-logo {
  width: 130px;
  height: 130px;
  border-radius: 24px;
  background: linear-gradient(135deg, #1a1a1a, #0a0a0a);
  border: 2px solid rgba(212, 175, 55, 0.4);
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 60px rgba(212, 175, 55, 0.3);
}

.preloader-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: relative;
  z-index: 2;
  filter: drop-shadow(0 0 10px rgba(212, 175, 55, 0.4));
}

.preloader-logo::before {
  content: '';
  position: absolute;
  inset: -50%;
  background: conic-gradient(from 0deg, transparent 60%, var(--color-gold) 80%, transparent 100%);
  animation: rotateGlow 2s linear infinite;
}

.preloader-logo::after {
  content: '';
  position: absolute;
  inset: 3px;
  border-radius: 22px;
  background: linear-gradient(135deg, #1a1a1a, #0a0a0a);
}

.preloader-text {
  font-size: 0.9rem;
  letter-spacing: 8px;
  font-weight: 600;
  background: var(--gradient-gold);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: textPulse 1.5s ease-in-out infinite;
}

.preloader-progress {
  width: 200px;
  height: 2px;
  background: rgba(212, 175, 55, 0.15);
  border-radius: 100px;
  overflow: hidden;
  position: relative;
}

.preloader-progress::after {
  content: '';
  position: absolute;
  top: 0;
  left: -40%;
  width: 40%;
  height: 100%;
  background: var(--gradient-gold);
  border-radius: 100px;
  animation: progressSlide 1.4s ease-in-out infinite;
}

@keyframes textPulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.5; }
}

@keyframes progressSlide {
  0% { left: -40%; }
  100% { left: 100%; }
}

/* ===== Marquee Strip ===== */
.marquee {
  background: linear-gradient(90deg, #0a0a0a 0%, #1a1a1a 50%, #0a0a0a 100%);
  border-top: 1px solid rgba(212, 175, 55, 0.15);
  border-bottom: 1px solid rgba(212, 175, 55, 0.15);
  overflow: hidden;
  position: relative;
  z-index: 5;
  padding: 0.85rem 0;
}

.marquee-track {
  display: flex;
  gap: 3rem;
  animation: marqueeScroll 35s linear infinite;
  white-space: nowrap;
  width: max-content;
}

.marquee-item {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--color-text-soft);
}

.marquee-item i {
  color: var(--color-gold-light);
  font-size: 1rem;
}

.marquee-sep {
  color: var(--color-gold);
  font-size: 1.2rem;
  opacity: 0.5;
}

@keyframes marqueeScroll {
  to { transform: translateX(50%); }
}

/* ===== Back-to-top Button ===== */
.back-to-top {
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: rgba(10, 10, 10, 0.85);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(212, 175, 55, 0.3);
  color: var(--color-gold-light);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  z-index: 998;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.back-to-top.visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.back-to-top:hover {
  background: var(--gradient-gold);
  color: #0a0a0a;
  transform: translateY(-5px);
}

.back-to-top svg.progress-ring {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
  pointer-events: none;
}

.back-to-top .progress-ring circle {
  fill: none;
  stroke-width: 2;
  cx: 50%;
  cy: 50%;
  r: 25;
}

.back-to-top .progress-ring .bg {
  stroke: rgba(212, 175, 55, 0.1);
}

.back-to-top .progress-ring .fg {
  stroke: var(--color-gold-light);
  stroke-dasharray: 157;
  stroke-dashoffset: 157;
  transition: stroke-dashoffset 0.15s linear;
}

/* ===== Lightbox ===== */
.lightbox {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.95);
  backdrop-filter: blur(20px);
  z-index: 9000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
  padding: 2rem;
}

.lightbox.open {
  opacity: 1;
  visibility: visible;
}

.lightbox-img {
  max-width: 90vw;
  max-height: 85vh;
  border-radius: 20px;
  border: 1px solid rgba(212, 175, 55, 0.3);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.6), 0 0 100px rgba(212, 175, 55, 0.15);
  object-fit: contain;
  transform: scale(0.9);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.lightbox.open .lightbox-img { transform: scale(1); }

.lightbox-close {
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(212, 175, 55, 0.15);
  border: 1px solid rgba(212, 175, 55, 0.4);
  color: var(--color-gold-light);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  transition: var(--transition);
}

.lightbox-close:hover {
  background: var(--gradient-gold);
  color: #0a0a0a;
  transform: rotate(90deg);
}

.lightbox-caption {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  color: var(--color-gold-light);
  font-size: 1.1rem;
  font-weight: 600;
  background: rgba(10, 10, 10, 0.7);
  padding: 0.75rem 1.5rem;
  border-radius: 100px;
  border: 1px solid rgba(212, 175, 55, 0.3);
}

.product-img.clickable { cursor: zoom-in; }

/* ===== Real product photos ===== */
.product-img.with-photo {
  position: relative;
  background: #161616;
  overflow: hidden;
}
.product-img.with-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.7s cubic-bezier(0.4, 0, 0.2, 1), filter 0.5s;
  filter: brightness(0.95) contrast(1.05);
}
.product-img.with-photo::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 0%, transparent 55%, rgba(10, 10, 10, 0.5) 100%),
    linear-gradient(0deg, transparent 70%, rgba(0, 0, 0, 0.18) 100%);
  z-index: 2;
  pointer-events: none;
}
.product-img.with-photo::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(212, 175, 55, 0) 0%, rgba(212, 175, 55, 0) 60%, rgba(212, 175, 55, 0.08) 100%);
  z-index: 2;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.5s;
}
.product-img.with-photo .product-tag { z-index: 3; }
.product-card:hover .product-img.with-photo img {
  transform: scale(1.08);
  filter: brightness(1.05) contrast(1.1);
}
.product-card:hover .product-img.with-photo::after { opacity: 1; }

/* ===== Custom Cursor (desktop only) ===== */
@media (hover: hover) and (pointer: fine) {
  body, a, button, [role="button"], input, select, textarea, label {
    cursor: none !important;
  }

  .custom-cursor {
    position: fixed;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    background: var(--color-gold-light);
    border-radius: 50%;
    pointer-events: none;
    z-index: 99999;
    transform: translate(-50%, -50%);
    transition: transform 0.1s, width 0.25s, height 0.25s, background 0.25s;
    mix-blend-mode: difference;
  }

  .custom-cursor-ring {
    position: fixed;
    top: 0;
    left: 0;
    width: 36px;
    height: 36px;
    border: 1.5px solid rgba(212, 175, 55, 0.6);
    border-radius: 50%;
    pointer-events: none;
    z-index: 99998;
    transform: translate(-50%, -50%);
    transition: transform 0.25s ease, width 0.25s, height 0.25s, border-color 0.25s;
  }

  .custom-cursor.hover {
    width: 20px;
    height: 20px;
  }

  .custom-cursor-ring.hover {
    width: 60px;
    height: 60px;
    border-color: var(--color-gold-light);
    background: rgba(212, 175, 55, 0.08);
  }
}

@media (hover: none) {
  .custom-cursor, .custom-cursor-ring { display: none !important; }
}

/* ===== Section Transition / Parallax helpers ===== */
.parallax-bg {
  will-change: transform;
}

.section-divider {
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, rgba(212, 175, 55, 0.3) 50%, transparent 100%);
  margin: 0 auto;
  max-width: 1000px;
}

/* ===== Improved hover effects on cards ===== */
.product-card .product-img {
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.product-card:hover .product-img {
  transform: scale(1.05);
}

/* ===== Mobile back-to-top adjust ===== */
@media (max-width: 768px) {
  .back-to-top {
    bottom: 5.5rem;
    right: 1rem;
    left: auto;
    width: 48px;
    height: 48px;
  }
}

/* ============================================
   MANAGER / FOUNDER PROFILE
   ============================================ */
.manager-photo-wrap {
  position: relative;
}

.manager-photo-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 5;
  border-radius: 24px;
  overflow: hidden;
  background: linear-gradient(135deg, #1a1a1a 0%, #0a0a0a 100%);
  border: 1px solid rgba(212, 175, 55, 0.2);
  box-shadow:
    0 30px 80px rgba(0, 0, 0, 0.6),
    0 0 0 1px rgba(212, 175, 55, 0.08) inset,
    0 0 60px rgba(212, 175, 55, 0.15);
}

.manager-photo-frame::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 0%, transparent 55%, rgba(10, 10, 10, 0.92) 100%);
  z-index: 2;
  pointer-events: none;
}

.manager-photo-frame::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 24px;
  padding: 2px;
  background: var(--gradient-gold);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  opacity: 0.55;
  pointer-events: none;
  z-index: 3;
}

.manager-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
  position: relative;
  z-index: 1;
  filter: contrast(1.05) saturate(1.05);
}

.manager-photo-placeholder {
  position: absolute;
  inset: 0;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  text-align: center;
  padding: 2rem;
  z-index: 1;
  background: linear-gradient(135deg, #2a2a2a 0%, #0d0d0d 100%);
}

.manager-photo-placeholder i {
  font-size: 6rem;
  color: rgba(212, 175, 55, 0.4);
  filter: drop-shadow(0 10px 30px rgba(212, 175, 55, 0.3));
}

.manager-photo-placeholder span {
  font-size: 1.1rem;
  font-weight: 700;
  background: var(--gradient-gold);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 1px;
}

.manager-photo-placeholder small {
  font-size: 0.78rem;
  color: var(--color-text-muted);
  font-family: monospace;
  direction: ltr;
  opacity: 0.7;
}

.manager-badge {
  position: absolute;
  bottom: 1.25rem;
  right: 1.25rem;
  left: 1.25rem;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 0.85rem;
  padding: 0.85rem 1.1rem;
  background: rgba(10, 10, 10, 0.75);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(212, 175, 55, 0.3);
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.manager-badge > i {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--gradient-gold);
  color: #0a0a0a;
  font-size: 1.1rem;
  flex-shrink: 0;
}

.manager-badge-title {
  font-size: 1rem;
  font-weight: 800;
  color: #fff;
  letter-spacing: 0.5px;
}

.manager-badge-sub {
  font-size: 0.78rem;
  color: var(--color-gold-light);
  opacity: 0.85;
  margin-top: 0.1rem;
}

.manager-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: 2rem;
  padding: 1.25rem;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(212, 175, 55, 0.06) 0%, rgba(212, 175, 55, 0.02) 100%);
  border: 1px solid rgba(212, 175, 55, 0.15);
}

.manager-stat {
  text-align: center;
  padding: 0.25rem;
}

.manager-stat-num {
  display: block;
  font-size: 1.6rem;
  font-weight: 900;
  background: var(--gradient-gold);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  letter-spacing: 0.5px;
  margin-bottom: 0.25rem;
}

.manager-stat-label {
  font-size: 0.82rem;
  color: var(--color-text-muted);
}

@media (max-width: 768px) {
  .manager-stats {
    grid-template-columns: repeat(3, 1fr);
    gap: 0.5rem;
    padding: 1rem 0.75rem;
  }
  .manager-stat-num { font-size: 1.25rem; }
  .manager-stat-label { font-size: 0.72rem; }
  .manager-badge-title { font-size: 0.9rem; }
  .manager-badge-sub { font-size: 0.7rem; }
}

/* ============================================
   ILLUSTRATED PRODUCT CARDS (Custom Luxury)
   ============================================ */

.product-img-icon {
  font-size: 5.5rem;
  color: rgba(255, 255, 255, 0.18);
  position: relative;
  z-index: 3;
  filter: drop-shadow(0 8px 25px rgba(0, 0, 0, 0.4));
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.product-card:hover .product-img-icon {
  transform: scale(1.18) rotate(-4deg);
  color: rgba(212, 175, 55, 0.55);
  filter: drop-shadow(0 8px 30px rgba(212, 175, 55, 0.55));
}

.product-img.illustrated {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.product-img.illustrated::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 25% 20%, rgba(212, 175, 55, 0.22) 0%, transparent 55%),
    radial-gradient(circle at 75% 80%, rgba(0, 0, 0, 0.55) 0%, transparent 65%);
  z-index: 1;
}

.product-img.illustrated::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 1px 1px, rgba(255, 255, 255, 0.07) 1px, transparent 0);
  background-size: 18px 18px;
  z-index: 1;
}

/* Decorative geometric shapes for extra depth */
.product-img.illustrated .deco-shape {
  position: absolute;
  border-radius: 50%;
  z-index: 1;
  pointer-events: none;
}

.product-img.illustrated .deco-shape-1 {
  width: 200px;
  height: 200px;
  top: -100px;
  right: -50px;
  background: radial-gradient(circle, rgba(212, 175, 55, 0.15) 0%, transparent 70%);
}

.product-img.illustrated .deco-shape-2 {
  width: 150px;
  height: 150px;
  bottom: -75px;
  left: -30px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.08) 0%, transparent 70%);
}

/* Gold border on hover */
.product-img.illustrated {
  position: relative;
}

.product-card:hover .product-img.illustrated::before {
  background:
    radial-gradient(circle at 25% 20%, rgba(212, 175, 55, 0.35) 0%, transparent 55%),
    radial-gradient(circle at 75% 80%, rgba(0, 0, 0, 0.5) 0%, transparent 65%);
}

/* === Category-specific gradients === */
.cat-cement-gray { background: linear-gradient(135deg, #5a5d62 0%, #1a1c20 100%); }
.cat-cement-industrial { background: linear-gradient(135deg, #3a4248 0%, #12161a 100%); }
.cat-cement-white { background: linear-gradient(135deg, #b5b3ac 0%, #3a3830 100%); }

.cat-brick-clay { background: linear-gradient(135deg, #a04425 0%, #2a1410 100%); }
.cat-brick-facade { background: linear-gradient(135deg, #b85530 0%, #3a1c14 100%); }
.cat-brick-fire { background: linear-gradient(135deg, #d65a22 0%, #401208 100%); }

.cat-sand-washed { background: linear-gradient(135deg, #c89e60 0%, #3a2a14 100%); }
.cat-sand-wind { background: linear-gradient(135deg, #d8b572 0%, #423218 100%); }
.cat-gravel { background: linear-gradient(135deg, #786648 0%, #1f1810 100%); }

.cat-rebar-a3 { background: linear-gradient(135deg, #4a5560 0%, #14181c 100%); }
.cat-rebar-a2 { background: linear-gradient(135deg, #5e6770 0%, #1c1f24 100%); }

.cat-plaster-white { background: linear-gradient(135deg, #b8aa90 0%, #2c2820 100%); }
.cat-plaster-half { background: linear-gradient(135deg, #988a6c 0%, #2a2418 100%); }

.cat-block-cement { background: linear-gradient(135deg, #5a6064 0%, #1c1e20 100%); }
.cat-block-hebelex { background: linear-gradient(135deg, #95988e 0%, #2c2e2c 100%); }
.cat-block-leca { background: linear-gradient(135deg, #b0926a 0%, #38301e 100%); }

.cat-stone-powder { background: linear-gradient(135deg, #767880 0%, #20202a 100%); }
.cat-lime { background: linear-gradient(135deg, #c8c5bc 0%, #322f2c 100%); }
.cat-mixed { background: linear-gradient(135deg, #8b6914 0%, #2a1f0a 100%); }

/* ============================================
   CREDIBILITY PACK — Brands, Guarantees, Compare, Process
   ============================================ */

/* ===== BRANDS / SUPPLIERS ===== */
.brands-section {
  padding: 5rem 0;
  position: relative;
  background: linear-gradient(180deg, transparent 0%, rgba(212, 175, 55, 0.02) 50%, transparent 100%);
}
.brands-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1rem;
  margin-top: 2rem;
}
.brand-card {
  position: relative;
  padding: 1.5rem 1rem 1.2rem;
  background: linear-gradient(135deg, rgba(212, 175, 55, 0.04) 0%, rgba(212, 175, 55, 0.01) 100%);
  border: 1px solid rgba(212, 175, 55, 0.18);
  border-radius: 16px;
  text-align: center;
  transition: var(--transition);
  overflow: hidden;
}
.brand-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--gradient-gold);
  opacity: 0;
  transition: opacity 0.4s;
  z-index: 0;
}
.brand-card:hover {
  transform: translateY(-6px);
  border-color: rgba(212, 175, 55, 0.5);
  box-shadow: 0 20px 50px -15px rgba(212, 175, 55, 0.3);
}
.brand-card:hover::before { opacity: 0.06; }
.brand-card > * { position: relative; z-index: 1; }
.brand-icon {
  width: 52px;
  height: 52px;
  margin: 0 auto 0.85rem;
  border-radius: 14px;
  background: rgba(212, 175, 55, 0.1);
  border: 1px solid rgba(212, 175, 55, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  color: var(--color-gold-light);
  transition: var(--transition);
}
.brand-card:hover .brand-icon {
  background: var(--gradient-gold);
  color: #0a0a0a;
  border-color: transparent;
  transform: scale(1.08) rotate(-5deg);
}
.brand-name {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--color-text);
  margin-bottom: 0.3rem;
  line-height: 1.4;
}
.brand-tag {
  display: inline-block;
  padding: 0.15rem 0.6rem;
  background: rgba(212, 175, 55, 0.1);
  color: var(--color-gold-light);
  border-radius: 100px;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.3px;
}
.brands-note {
  margin-top: 2.5rem;
  text-align: center;
  color: var(--color-text-muted);
  font-size: 0.95rem;
  padding: 1rem 1.5rem;
  background: rgba(212, 175, 55, 0.05);
  border-radius: 14px;
  border: 1px dashed rgba(212, 175, 55, 0.25);
  display: inline-block;
  width: 100%;
}
.brands-note i { color: #25d366; margin-left: 0.5rem; }

/* ===== GUARANTEES / CERTIFICATIONS ===== */
.guarantees-section {
  padding: 5rem 0;
  position: relative;
}
.guarantees-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
  margin-top: 1rem;
}
.guarantee-card {
  position: relative;
  padding: 2rem 1.75rem;
  background: linear-gradient(160deg, rgba(28, 28, 28, 0.6) 0%, rgba(10, 10, 10, 0.85) 100%);
  border: 1px solid rgba(212, 175, 55, 0.2);
  border-radius: 22px;
  overflow: hidden;
  transition: var(--transition);
}
.guarantee-card::before {
  content: '';
  position: absolute;
  top: -2px; left: -2px; right: -2px; bottom: -2px;
  background: var(--gradient-gold);
  border-radius: 22px;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.4s;
}
.guarantee-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 30px 60px -20px rgba(212, 175, 55, 0.35);
}
.guarantee-card:hover::before { opacity: 0.4; }
.guarantee-ribbon {
  position: absolute;
  top: 1rem;
  left: 1rem;
  padding: 0.3rem 0.9rem;
  background: var(--gradient-gold);
  color: #0a0a0a;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.5px;
  border-radius: 100px;
  z-index: 2;
}
.guarantee-icon {
  width: 64px;
  height: 64px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(212, 175, 55, 0.18) 0%, rgba(212, 175, 55, 0.06) 100%);
  border: 1px solid rgba(212, 175, 55, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.75rem;
  color: var(--color-gold-light);
  margin-bottom: 1.25rem;
  transition: var(--transition);
}
.guarantee-card:hover .guarantee-icon {
  background: var(--gradient-gold);
  color: #0a0a0a;
  border-color: transparent;
}
.guarantee-card h3 {
  font-size: 1.15rem;
  font-weight: 700;
  margin-bottom: 0.6rem;
  color: var(--color-text);
}
.guarantee-card p {
  font-size: 0.92rem;
  color: var(--color-text-muted);
  line-height: 1.85;
}

/* ===== COMPARISON TABLE ===== */
.compare-section {
  padding: 5rem 0;
  background: linear-gradient(180deg, transparent 0%, rgba(212, 175, 55, 0.03) 50%, transparent 100%);
}
.compare-wrap {
  max-width: 900px;
  margin: 0 auto;
  overflow-x: auto;
}
.compare-table {
  min-width: 600px;
  border-radius: 20px;
  overflow: hidden;
  background: linear-gradient(160deg, rgba(28, 28, 28, 0.6) 0%, rgba(10, 10, 10, 0.85) 100%);
  border: 1px solid rgba(212, 175, 55, 0.2);
  box-shadow: 0 30px 80px -20px rgba(0, 0, 0, 0.6);
}
.compare-head, .compare-row {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr;
  align-items: stretch;
}
.compare-head {
  background: linear-gradient(135deg, rgba(212, 175, 55, 0.18) 0%, rgba(212, 175, 55, 0.08) 100%);
  border-bottom: 1px solid rgba(212, 175, 55, 0.25);
}
.compare-row {
  border-bottom: 1px solid rgba(212, 175, 55, 0.08);
  transition: var(--transition);
}
.compare-row:last-child { border-bottom: none; }
.compare-row:hover { background: rgba(212, 175, 55, 0.04); }
.compare-cell {
  padding: 1.1rem 1.25rem;
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 0.95rem;
}
.compare-feature {
  font-weight: 600;
  color: var(--color-text-soft);
  border-left: 1px solid rgba(212, 175, 55, 0.12);
}
.compare-feature i { color: var(--color-gold-light); }
.compare-us {
  justify-content: center;
  font-weight: 800;
  color: var(--color-gold-light);
  background: rgba(212, 175, 55, 0.05);
  border-left: 1px solid rgba(212, 175, 55, 0.12);
  position: relative;
}
.compare-head .compare-us {
  background: linear-gradient(135deg, rgba(244, 211, 107, 0.2) 0%, rgba(212, 175, 55, 0.1) 100%);
}
.compare-head .compare-us i {
  color: var(--color-gold);
  font-size: 1.1rem;
  filter: drop-shadow(0 0 8px rgba(212, 175, 55, 0.6));
}
.compare-other {
  justify-content: center;
  color: var(--color-text-muted);
}
.compare-cell .yes { color: #25d366; font-size: 1.4rem; filter: drop-shadow(0 0 6px rgba(37, 211, 102, 0.4)); }
.compare-cell .no { color: #d44; font-size: 1.4rem; opacity: 0.7; }
.compare-cell .maybe { color: #f4a022; font-size: 1.35rem; }

/* ===== ORDER PROCESS TIMELINE ===== */
.process-section { padding: 5rem 0; }
.process-timeline {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
  align-items: stretch;
  gap: 0;
}
.process-step {
  position: relative;
  padding: 2rem 1.5rem;
  background: linear-gradient(160deg, rgba(28, 28, 28, 0.6) 0%, rgba(10, 10, 10, 0.85) 100%);
  border: 1px solid rgba(212, 175, 55, 0.2);
  border-radius: 22px;
  text-align: center;
  transition: var(--transition);
  overflow: hidden;
}
.process-step::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: var(--gradient-gold);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.5s;
}
.process-step:hover {
  transform: translateY(-8px);
  box-shadow: 0 30px 60px -20px rgba(212, 175, 55, 0.3);
}
.process-step:hover::before { transform: scaleX(1); }
.process-num {
  position: absolute;
  top: 1rem;
  left: 1.25rem;
  font-size: 2.6rem;
  font-weight: 900;
  background: var(--gradient-gold);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  opacity: 0.35;
  line-height: 1;
}
.process-icon-wrap {
  width: 70px;
  height: 70px;
  margin: 0 auto 1.25rem;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(212, 175, 55, 0.18) 0%, rgba(212, 175, 55, 0.06) 100%);
  border: 2px solid rgba(212, 175, 55, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  color: var(--color-gold-light);
  transition: var(--transition);
  position: relative;
}
.process-icon-wrap::after {
  content: '';
  position: absolute;
  inset: -8px;
  border-radius: 50%;
  border: 1px dashed rgba(212, 175, 55, 0.25);
  animation: spinSlow 18s linear infinite;
}
@keyframes spinSlow { to { transform: rotate(360deg); } }
.process-step:hover .process-icon-wrap {
  background: var(--gradient-gold);
  color: #0a0a0a;
  border-color: transparent;
  transform: scale(1.1);
}
.process-title {
  font-size: 1.15rem;
  font-weight: 700;
  margin-bottom: 0.6rem;
  color: var(--color-text);
}
.process-desc {
  font-size: 0.9rem;
  color: var(--color-text-muted);
  line-height: 1.85;
}
.process-connector {
  align-self: center;
  width: 100%;
  min-width: 30px;
  height: 2px;
  background: linear-gradient(90deg, transparent 0%, rgba(212, 175, 55, 0.4) 50%, transparent 100%);
  position: relative;
}
.process-connector::after {
  content: '\f060';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--color-gold);
  font-size: 0.85rem;
  background: var(--color-bg);
  padding: 0 0.5rem;
}

@media (max-width: 992px) {
  .process-timeline {
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
  }
  .process-connector { display: none; }
}
@media (max-width: 540px) {
  .process-timeline { grid-template-columns: 1fr; }
}

/* ===== Hero Logo XL — bigger + shifted left (RTL flex-end) ===== */
.hero-logo-inner.hero-logo-xl {
  width: 280px;
  height: 280px;
  border-radius: 38px;
  padding: 1.25rem;
  box-shadow:
    0 40px 100px -20px rgba(212, 175, 55, 0.45),
    inset 0 0 80px rgba(212, 175, 55, 0.06);
}
.hero-logo-inner.hero-logo-xl::after { border-radius: 35px; }
.hero-logo-inner.hero-logo-xl img {
  filter: drop-shadow(0 0 28px rgba(212, 175, 55, 0.5));
}

@media (max-width: 992px) {
  .hero-logo-inner.hero-logo-xl { width: 220px; height: 220px; border-radius: 32px; }
  .hero-logo-inner.hero-logo-xl::after { border-radius: 29px; }
}
@media (max-width: 600px) {
  .hero-logo-inner.hero-logo-xl { width: 170px; height: 170px; border-radius: 26px; }
  .hero-logo-inner.hero-logo-xl::after { border-radius: 23px; }
  .hero-logo { justify-content: center !important; }
}

/* ============================================
   PACK 2: WOW FACTOR UPGRADES
   ============================================ */

/* ===== Light Theme (Ivory Luxury) ===== */
[data-theme="light"] {
  --color-bg: #f6f1e7;
  --color-bg-soft: #fbf7ee;
  --color-bg-card: #ffffff;
  --color-bg-elevated: #ffffff;
  --color-border: #e6dcc8;
  --color-text: #1a1410;
  --color-text-muted: #6b5d4a;
  --color-text-soft: #3a2f24;
  --gradient-dark: linear-gradient(180deg, #fbf7ee 0%, #ede4cf 100%);
  --shadow-card: 0 20px 50px -20px rgba(120, 90, 40, 0.25);
}

[data-theme="light"] body::before {
  background-image:
    radial-gradient(ellipse at 20% 0%, rgba(212, 175, 55, 0.18) 0%, transparent 50%),
    radial-gradient(ellipse at 80% 100%, rgba(212, 175, 55, 0.12) 0%, transparent 50%);
}

[data-theme="light"] .navbar { background: rgba(251, 247, 238, 0.85) !important; border-bottom: 1px solid rgba(212, 175, 55, 0.18); }
[data-theme="light"] .navbar.scrolled { background: rgba(251, 247, 238, 0.95) !important; }
[data-theme="light"] .nav-link { color: var(--color-text-soft); }
[data-theme="light"] .feature-card,
[data-theme="light"] .value-card,
[data-theme="light"] .product-card,
[data-theme="light"] .contact-info-card,
[data-theme="light"] .contact-form-card,
[data-theme="light"] .testimonial,
[data-theme="light"] .guarantee-card,
[data-theme="light"] .process-step { background: #fff; border: 1px solid rgba(212, 175, 55, 0.18); box-shadow: 0 10px 30px -15px rgba(120, 90, 40, 0.18); }
[data-theme="light"] .form-control { background: #fff; border: 1px solid rgba(212, 175, 55, 0.3); color: var(--color-text); }
[data-theme="light"] .footer { background: linear-gradient(180deg, #ede4cf 0%, #d9ccaa 100%); color: var(--color-text); }
[data-theme="light"] .footer h4, [data-theme="light"] .footer a { color: var(--color-text) !important; }
[data-theme="light"] .footer-about { color: var(--color-text-soft); }
[data-theme="light"] .marquee { background: rgba(212, 175, 55, 0.08); }
[data-theme="light"] .mobile-menu { background: #fbf7ee; }
[data-theme="light"] .back-to-top { background: rgba(255, 255, 255, 0.92); }
[data-theme="light"] .preloader { background: #fbf7ee; }
[data-theme="light"] .manager-photo-frame { background: linear-gradient(135deg, #fff 0%, #f0e6d0 100%); }

/* ===== Theme Toggle Button ===== */
.theme-toggle {
  position: relative;
  width: 56px;
  height: 30px;
  border-radius: 999px;
  background: rgba(212, 175, 55, 0.15);
  border: 1px solid rgba(212, 175, 55, 0.3);
  cursor: pointer;
  display: flex;
  align-items: center;
  padding: 2px;
  margin-left: 0.75rem;
  transition: var(--transition);
  flex-shrink: 0;
}
.theme-toggle:hover {
  background: rgba(212, 175, 55, 0.25);
  box-shadow: 0 0 0 4px rgba(212, 175, 55, 0.1);
}
.theme-toggle-thumb {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--gradient-gold);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  color: #0a0a0a;
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  transform: translateX(0);
}
[data-theme="light"] .theme-toggle-thumb { transform: translateX(-26px); }
.theme-toggle .sun, .theme-toggle .moon {
  position: absolute;
  font-size: 0.7rem;
  pointer-events: none;
  transition: opacity 0.3s;
}
.theme-toggle .moon { left: 8px; color: rgba(244, 211, 107, 0.9); opacity: 1; }
.theme-toggle .sun { right: 8px; color: rgba(212, 175, 55, 0.5); opacity: 0.5; }
[data-theme="light"] .theme-toggle .moon { opacity: 0.4; }
[data-theme="light"] .theme-toggle .sun { opacity: 1; color: #b8941f; }

/* ===== Cinematic Hero Background — Animated Particles + Aurora ===== */
.hero-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 30%, rgba(244, 211, 107, 0.12) 0%, transparent 25%),
    radial-gradient(circle at 80% 70%, rgba(212, 175, 55, 0.10) 0%, transparent 30%),
    radial-gradient(circle at 50% 50%, rgba(184, 148, 31, 0.06) 0%, transparent 40%);
  filter: blur(40px);
  animation: auroraDrift 18s ease-in-out infinite alternate;
  pointer-events: none;
  z-index: 1;
}
@keyframes auroraDrift {
  0%   { transform: translate(0, 0) scale(1); }
  33%  { transform: translate(-3%, 2%) scale(1.05); }
  66%  { transform: translate(2%, -2%) scale(1.08); }
  100% { transform: translate(-1%, 1%) scale(1.02); }
}

.hero-particles {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 2;
  overflow: hidden;
}
.hero-particle {
  position: absolute;
  width: 4px;
  height: 4px;
  background: radial-gradient(circle, rgba(244, 211, 107, 0.9) 0%, rgba(244, 211, 107, 0) 70%);
  border-radius: 50%;
  opacity: 0;
  animation: particleFloat var(--dur, 15s) linear infinite;
  animation-delay: var(--delay, 0s);
}
@keyframes particleFloat {
  0%   { transform: translateY(100vh) translateX(0) scale(0); opacity: 0; }
  10%  { opacity: 1; transform: translateY(85vh) translateX(20px) scale(1); }
  90%  { opacity: 1; }
  100% { transform: translateY(-10vh) translateX(-30px) scale(0.3); opacity: 0; }
}

/* Mouse-following glow */
.mouse-glow {
  position: fixed;
  top: 0;
  left: 0;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(212, 175, 55, 0.10) 0%, rgba(212, 175, 55, 0.03) 35%, transparent 70%);
  pointer-events: none;
  z-index: 1;
  transform: translate(-50%, -50%);
  mix-blend-mode: screen;
  transition: opacity 0.6s;
  opacity: 0;
}
.mouse-glow.active { opacity: 1; }
@media (hover: none) { .mouse-glow { display: none; } }

/* ===== 3D Tilt — Hero Logo ===== */
.hero-logo-inner {
  transform-style: preserve-3d;
  transition: transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}
.hero-logo-inner img { transform: translateZ(40px); }
.tilt-card {
  transform-style: preserve-3d;
  transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}
.tilt-shine {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(105deg, transparent 30%, rgba(244, 211, 107, 0.25) 50%, transparent 70%);
  opacity: 0;
  transition: opacity 0.3s;
  pointer-events: none;
  mix-blend-mode: screen;
}
.tilt-card:hover .tilt-shine { opacity: 1; }

/* ===== Enhanced Cursor with Text on Cards ===== */
.custom-cursor-ring {
  transition: width 0.3s cubic-bezier(0.34, 1.56, 0.64, 1),
              height 0.3s cubic-bezier(0.34, 1.56, 0.64, 1),
              background 0.3s, border-color 0.3s;
}
.custom-cursor-ring.view {
  width: 100px;
  height: 100px;
  background: rgba(212, 175, 55, 0.92);
  border-color: transparent;
  mix-blend-mode: normal;
}
.custom-cursor-ring.view::before {
  content: 'مشاهده';
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Vazirmatn', sans-serif;
  font-size: 0.9rem;
  font-weight: 800;
  color: #0a0a0a;
  letter-spacing: 0.5px;
}
.custom-cursor.view { opacity: 0; }

/* ===== GSAP Reveal helpers ===== */
.split-line { overflow: hidden; display: inline-block; }
.split-line > span { display: inline-block; transform: translateY(110%); }

/* ===== Mobile hide theme toggle to save space ===== */
@media (max-width: 880px) {
  .theme-toggle { display: none; }
  .mobile-menu .theme-toggle { display: flex; margin: 1.5rem auto 0; }
}

/* ============================================
   FULL RESPONSIVE OVERHAUL — All Breakpoints
   320px → 2560px+
   ============================================ */

/* Universal touch & smoothing */
* { -webkit-tap-highlight-color: transparent; }
img, svg { max-width: 100%; height: auto; }
.btn, button, a { min-height: 44px; }
input, textarea, select { font-size: 16px; }

/* ===== Ultra-wide (1920px+) ===== */
@media (min-width: 1920px) {
  .container-x { max-width: 1480px; padding: 0 2rem; }
  .hero-title { font-size: clamp(3.5rem, 5vw, 5.5rem); }
  .section-title { font-size: clamp(2.5rem, 3.5vw, 3.6rem); }
  .hero-content { max-width: 1100px; }
}

/* ===== Desktop / Large Laptop (1441-1920px) ===== */
@media (min-width: 1441px) and (max-width: 1919px) {
  .container-x { max-width: 1320px; padding: 0 2rem; }
}

/* ===== Standard Laptop (1281-1440px) ===== */
@media (min-width: 1281px) and (max-width: 1440px) {
  .container-x { max-width: 1200px; padding: 0 1.75rem; }
}

/* ===== iPad Pro / Small Laptop (1025-1280px) ===== */
@media (min-width: 1025px) and (max-width: 1280px) {
  .container-x { padding: 0 1.5rem; }
  .feature-grid, .values-grid, .guarantees-grid { grid-template-columns: repeat(3, 1fr); }
  .products-grid { grid-template-columns: repeat(3, 1fr); }
  .testimonials-grid { grid-template-columns: repeat(3, 1fr); }
  .brands-grid { grid-template-columns: repeat(6, 1fr); }
}

/* ===== iPad Landscape (769-1024px) ===== */
@media (min-width: 769px) and (max-width: 1024px) {
  .container-x { padding: 0 1.25rem; }
  .nav-inner { gap: 0.75rem; }
  .nav-cta span { display: none; }
  .nav-cta { padding: 0.6rem 0.9rem; }
  .hero { padding-top: 7rem; }
  .hero-logo-inner.hero-logo-xl { width: 240px; height: 240px; }
  .hero-title { font-size: clamp(2.4rem, 5vw, 3.6rem); }
  .hero-stats { grid-template-columns: repeat(4, 1fr); gap: 1rem; }
  .feature-grid, .values-grid, .guarantees-grid { grid-template-columns: repeat(2, 1fr); }
  .products-grid { grid-template-columns: repeat(3, 1fr); }
  .testimonials-grid { grid-template-columns: repeat(2, 1fr); }
  .brands-grid { grid-template-columns: repeat(4, 1fr); }
  .about-hero { grid-template-columns: 1fr 1fr; gap: 2rem; }
  .manager-photo-frame { aspect-ratio: 1 / 1; }
}

/* ===== iPad Portrait (601-768px) ===== */
@media (min-width: 601px) and (max-width: 768px) {
  .container-x { padding: 0 1.25rem; }
  .hero { padding: 6rem 0 3rem; }
  .hero-logo-inner.hero-logo-xl { width: 200px; height: 200px; border-radius: 30px; }
  .hero-logo-inner.hero-logo-xl::after { border-radius: 27px; }
  .hero-title { font-size: clamp(2rem, 5.5vw, 3rem); line-height: 1.2; }
  .hero-subtitle { font-size: 1.05rem; }
  .hero-stats { grid-template-columns: repeat(4, 1fr); gap: 1rem; }
  .stat-num { font-size: 1.8rem; }
  .feature-grid, .values-grid, .guarantees-grid { grid-template-columns: repeat(2, 1fr); }
  .products-grid { grid-template-columns: repeat(2, 1fr); }
  .testimonials-grid { grid-template-columns: repeat(2, 1fr); }
  .brands-grid { grid-template-columns: repeat(3, 1fr); }
  .trust-grid { grid-template-columns: repeat(4, 1fr); }
  .marquee { font-size: 0.85rem; }
}

/* ===== Mobile Large (481-600px) ===== */
@media (max-width: 600px) {
  .container-x { padding: 0 1rem; }
  .navbar { padding: 0.5rem 0; }
  .brand-text { display: flex; }
  .brand-name { font-size: 1rem; }
  .brand-tag { font-size: 0.7rem; }
  .brand-logo { width: 44px; height: 44px; }
  .hero { padding: 5rem 0 3rem; min-height: auto; }
  .hero-title { font-size: clamp(1.85rem, 7vw, 2.4rem); line-height: 1.25; }
  .hero-subtitle { font-size: 1rem; line-height: 1.85; margin-bottom: 2rem; }
  .hero-badge { font-size: 0.8rem; padding: 0.45rem 1rem; }
  .hero-stats { grid-template-columns: repeat(2, 1fr); gap: 1rem; }
  .stat-num { font-size: 1.6rem; }
  .stat-label { font-size: 0.8rem; }
  .section-title { font-size: clamp(1.6rem, 6vw, 2.2rem); }
  .section-desc { font-size: 0.95rem; }
  .section-eyebrow { font-size: 0.75rem; }
  .feature-grid, .values-grid, .guarantees-grid, .products-grid, .testimonials-grid { grid-template-columns: 1fr; gap: 1rem; }
  .brands-grid { grid-template-columns: repeat(2, 1fr); gap: 0.75rem; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-num { font-size: 2rem; }
  .feature-card, .value-card, .guarantee-card { padding: 1.5rem 1.25rem; }
  .feature-icon, .value-icon { width: 54px; height: 54px; font-size: 1.5rem; }
  .feature-title, .value-card h3, .guarantee-card h3 { font-size: 1.05rem; }
  .feature-desc, .guarantee-card p { font-size: 0.88rem; }
  .product-card { font-size: 0.95rem; }
  .product-img { aspect-ratio: 4 / 3; }
  .product-img-icon { font-size: 4rem; }
  .product-info { padding: 1rem; }
  .product-title { font-size: 1rem; }
  .testimonial { padding: 1.5rem 1.25rem; }
  .testimonial-text { font-size: 0.9rem; }
  .marquee { font-size: 0.75rem; padding: 0.5rem 0; margin-top: 70px; }
  .marquee-item i { font-size: 0.85rem; }
  .page-title { font-size: clamp(1.8rem, 7vw, 2.4rem); }
  .page-header { padding: 6rem 0 2rem; }
  .footer { padding: 3rem 0 1.5rem; }
  .footer h4 { font-size: 1rem; }
  .footer-about { font-size: 0.88rem; }
  .footer-links a { font-size: 0.88rem; }
  .footer-contact-item { font-size: 0.85rem; }
  .cta-title { font-size: clamp(1.6rem, 6vw, 2.2rem); }
  .cta-desc { font-size: 0.95rem; }
  .cta-card { padding: 2rem 1.25rem; }
  .float-actions { left: 1rem; gap: 0.6rem; }
  .float-btn { width: 50px; height: 50px; font-size: 1.25rem; }
  .back-to-top { width: 44px; height: 44px; }
  .compare-cell { padding: 0.85rem 0.6rem; font-size: 0.82rem; gap: 0.4rem; }
  .compare-cell .yes, .compare-cell .no, .compare-cell .maybe { font-size: 1.15rem; }
  .guarantee-icon { width: 54px; height: 54px; font-size: 1.5rem; }
  .guarantee-ribbon { font-size: 0.65rem; padding: 0.25rem 0.7rem; }
  .filter-chip { font-size: 0.8rem; padding: 0.5rem 1rem; }
  .testimonial-author { gap: 0.6rem; }
  .testimonial-avatar { width: 42px; height: 42px; font-size: 0.85rem; }
  .testimonial-name { font-size: 0.9rem; }
  .testimonial-role { font-size: 0.75rem; }
  .btn { padding: 0.75rem 1.25rem; font-size: 0.92rem; }
  .form-control { font-size: 16px; padding: 0.85rem 1rem; }
  .brand-card { padding: 1.1rem 0.75rem 0.9rem; }
  .brand-icon { width: 44px; height: 44px; font-size: 1.15rem; margin-bottom: 0.65rem; }
  .brand-name { font-size: 0.85rem; }
  .brand-tag { font-size: 0.68rem; }
  .process-step { padding: 1.5rem 1.25rem; }
  .process-num { font-size: 2rem; }
  .process-icon-wrap { width: 60px; height: 60px; font-size: 1.5rem; }
}

/* ===== Mobile Small (320-480px) ===== */
@media (max-width: 480px) {
  .container-x { padding: 0 0.85rem; }
  .nav-inner { padding: 0.4rem 0; }
  .brand-logo { width: 40px; height: 40px; }
  .brand-name { font-size: 0.95rem; }
  .brand-tag { font-size: 0.65rem; }
  .hero { padding: 4.5rem 0 2.5rem; }
  .hero-logo-inner.hero-logo-xl { width: 150px; height: 150px; border-radius: 24px; padding: 0.85rem; }
  .hero-logo-inner.hero-logo-xl::after { border-radius: 21px; }
  .hero-title { font-size: clamp(1.65rem, 8vw, 2rem); margin-bottom: 1rem; }
  .hero-subtitle { font-size: 0.92rem; line-height: 1.8; }
  .hero-actions { gap: 0.6rem; }
  .hero-actions .btn { width: 100%; }
  .hero-stats { gap: 0.75rem; }
  .stat-num { font-size: 1.4rem; }
  .stat-label { font-size: 0.72rem; }
  .marquee { font-size: 0.7rem; }
  .testimonials-grid { gap: 1rem; }
  .footer-contact-icon { width: 36px; height: 36px; font-size: 0.95rem; }
  .footer-grid { gap: 1.75rem; }
  .float-btn { width: 46px; height: 46px; font-size: 1.15rem; }
  .back-to-top { width: 40px; height: 40px; font-size: 0.95rem; }
  .mobile-action-bar a { font-size: 0.85rem; padding: 0.65rem 0.5rem; }
  .compare-cell { padding: 0.7rem 0.45rem; font-size: 0.76rem; }
  .compare-cell .yes, .compare-cell .no, .compare-cell .maybe { font-size: 1rem; }
  .compare-head .compare-us span { display: none; }
  .compare-head .compare-us i { font-size: 1.2rem; }
  .manager-photo-frame { aspect-ratio: 1 / 1.1; }
  .manager-badge { padding: 0.6rem 0.85rem; gap: 0.6rem; }
  .manager-badge > i { width: 36px; height: 36px; font-size: 0.95rem; }
  .manager-stats { padding: 0.85rem 0.5rem; gap: 0.4rem; }
  .manager-stat-num { font-size: 1.1rem; }
  .manager-stat-label { font-size: 0.66rem; }
  .filter-chip { font-size: 0.75rem; padding: 0.4rem 0.85rem; }
  .map-wrap iframe { min-height: 280px; }
  .preloader-logo { width: 90px; height: 90px; }
  .preloader-text { font-size: 1.1rem; letter-spacing: 0.3em; }
}

/* ===== Tiny Mobile (≤360px) ===== */
@media (max-width: 360px) {
  .container-x { padding: 0 0.75rem; }
  .brand-tag { display: none; }
  .hero-logo-inner.hero-logo-xl { width: 130px; height: 130px; }
  .hero-title { font-size: 1.55rem; }
  .hero-subtitle { font-size: 0.88rem; }
  .stat-num { font-size: 1.25rem; }
  .stat-label { font-size: 0.68rem; }
  .section-title { font-size: 1.45rem; }
  .feature-card, .value-card, .guarantee-card, .testimonial { padding: 1.25rem 1rem; }
  .btn { padding: 0.7rem 1rem; font-size: 0.88rem; }
}

/* ===== Landscape Mobile (special) ===== */
@media (max-width: 932px) and (orientation: landscape) and (max-height: 500px) {
  .hero { padding: 4.5rem 0 2rem; min-height: auto; }
  .hero-logo-inner.hero-logo-xl { width: 110px; height: 110px; border-radius: 20px; }
  .hero-logo-inner.hero-logo-xl::after { border-radius: 17px; }
  .hero-title { font-size: 1.75rem; margin-bottom: 0.85rem; }
  .hero-subtitle { font-size: 0.9rem; margin-bottom: 1.5rem; }
  .hero-actions { flex-direction: row; flex-wrap: wrap; }
  .hero-actions .btn { width: auto; flex: 1 1 auto; }
  .hero-stats { grid-template-columns: repeat(4, 1fr); margin-top: 1.5rem; }
}

/* ===== High-DPI / Retina ===== */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  body { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
}

/* ===== Reduced Motion ===== */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
  .hero-particle, .preloader-logo, .process-icon-wrap::after { animation: none !important; }
}

/* ===== Hero Tagline ===== */
.hero-tagline {
  font-size: clamp(1.1rem, 2.5vw, 1.5rem);
  font-weight: 700;
  letter-spacing: -0.01em;
  color: var(--color-text-soft);
  margin-bottom: 1rem;
}
.hero-tagline .gold {
  background: var(--gradient-gold);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* ===== FAQ Section ===== */
.faq-section {
  padding: var(--section-padding);
}
.faq-list {
  max-width: 860px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.faq-item {
  background: var(--color-bg-card);
  border: 1px solid var(--color-border);
  border-radius: 16px;
  overflow: hidden;
  transition: border-color 0.3s ease;
}
.faq-item:hover {
  border-color: rgba(212, 175, 55, 0.4);
}
.faq-item[open] {
  border-color: rgba(212, 175, 55, 0.5);
}
.faq-item summary {
  padding: 1.25rem 1.5rem;
  font-size: 1.05rem;
  font-weight: 600;
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--color-text);
  user-select: none;
}
.faq-item summary::after {
  content: '\002B';
  font-size: 1.4rem;
  font-weight: 300;
  color: var(--color-gold);
  transition: transform 0.3s ease;
  flex-shrink: 0;
  margin-right: 1rem;
}
.faq-item[open] summary::after {
  content: '\2212';
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item p {
  padding: 0 1.5rem 1.25rem;
  color: var(--color-text-muted);
  line-height: 1.9;
  font-size: 0.97rem;
}
.faq-item p a {
  color: var(--color-gold);
  text-decoration: none;
}
.light-theme .faq-item {
  background: var(--color-bg-card);
  border-color: var(--color-border);
}
.light-theme .faq-item summary { color: var(--color-text); }
.light-theme .faq-item p { color: var(--color-text-muted); }
.faq-service-area {
  max-width: 860px;
  margin: 1.5rem auto 0;
  font-size: 0.88rem;
  color: var(--color-text-muted);
  line-height: 1.9;
  text-align: center;
  opacity: 0.7;
}

/* ===== App Download Section ===== */
.app-download-section {
  padding: var(--section-padding);
  padding-bottom: calc(var(--section-padding) + 2rem);
  background: var(--color-bg-secondary);
  text-align: center;
}

.app-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  max-width: 700px;
  margin: 3rem auto 0;
}

.app-card {
  background: var(--color-bg-card);
  border: 1px solid rgba(212,175,55,0.2);
  border-radius: 20px;
  padding: 2.5rem 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.8rem;
  transition: var(--transition);
}

.app-card:hover {
  border-color: var(--color-gold);
  transform: translateY(-4px);
  box-shadow: 0 20px 40px -10px rgba(212,175,55,0.15);
}

.app-card-icon {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: var(--gradient-gold);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: #000;
  margin-bottom: 0.5rem;
}

.app-card h3 {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--color-text);
}

.app-card p {
  font-size: 0.9rem;
  color: var(--color-text-muted);
  text-align: center;
  line-height: 1.6;
}

.app-dl-btn {
  margin-top: 0.5rem;
  width: 100%;
  justify-content: center;
  text-decoration: none;
}

.app-size {
  font-size: 0.78rem;
  color: var(--color-text-soft);
  opacity: 0.7;
}

/* iOS Install Modal */
.ios-modal {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.75);
  backdrop-filter: blur(6px);
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}

.ios-modal.active {
  opacity: 1;
  pointer-events: all;
}

.ios-modal-box {
  background: var(--color-bg-card);
  border: 1px solid rgba(212,175,55,0.3);
  border-radius: 24px;
  padding: 2.5rem 2rem;
  max-width: 420px;
  width: 100%;
  text-align: center;
  position: relative;
}

.ios-modal-close {
  position: absolute;
  top: 1rem;
  left: 1rem;
  background: none;
  border: none;
  color: var(--color-text-muted);
  font-size: 1.2rem;
  cursor: pointer;
  padding: 0.3rem;
}

.ios-modal-icon {
  font-size: 3rem;
  color: var(--color-gold);
  margin-bottom: 1rem;
}

.ios-modal-box h3 {
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--color-text);
  margin-bottom: 1.5rem;
}

.ios-steps {
  text-align: right;
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.ios-steps li {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: var(--color-text);
  font-size: 0.95rem;
  background: rgba(212,175,55,0.06);
  border-radius: 12px;
  padding: 0.75rem 1rem;
}

.ios-steps li i {
  color: var(--color-gold);
  font-size: 1.1rem;
  width: 20px;
  flex-shrink: 0;
}

.ios-note {
  font-size: 0.85rem;
  color: var(--color-text-muted);
  margin-bottom: 1.5rem;
}

[data-theme="light"] .app-card {
  background: #fff;
  border: 1px solid rgba(212,175,55,0.18);
  box-shadow: 0 10px 30px -15px rgba(120,90,40,0.12);
}

[data-theme="light"] .ios-modal-box {
  background: #fff;
  border: 1px solid rgba(212,175,55,0.25);
}

[data-theme="light"] .ios-steps li {
  background: rgba(212,175,55,0.08);
}

@media (max-width: 600px) {
  .app-cards {
    grid-template-columns: 1fr;
    max-width: 340px;
  }
}

/* ===== Safe Areas (iPhone notch) ===== */
@supports (padding: max(0px)) {
  .navbar { padding-left: max(1rem, env(safe-area-inset-left)); padding-right: max(1rem, env(safe-area-inset-right)); }
  .mobile-action-bar { padding-bottom: max(0.5rem, env(safe-area-inset-bottom)); }
  .float-actions { left: max(1rem, env(safe-area-inset-left)); bottom: max(1.5rem, env(safe-area-inset-bottom)); }
  .back-to-top { right: max(1.5rem, env(safe-area-inset-right)); bottom: max(1.5rem, env(safe-area-inset-bottom)); }
}

/* ===== Print ===== */
@media print {
  .navbar, .marquee, .float-actions, .mobile-action-bar, .back-to-top, .preloader, .custom-cursor, .custom-cursor-ring, .mouse-glow, .hero-particles { display: none !important; }
  body { color: #000; background: #fff; }
  .section-title, .hero-title { color: #000; -webkit-text-fill-color: #000; }
}
