* {
  box-sizing: border-box;
}

:root {
  --bg-1: #ffffff;
  --bg-2: #ffffff;
  --bg-3: #f7f8fb;
  --card: rgba(255, 255, 255, 0.92);
  --card-strong: rgba(255, 255, 255, 0.98);
  --stroke: rgba(15, 23, 42, 0.08);
  --text: #1f1d24;
  --muted: #626b7a;
  --primary: #d91e4b;
  --primary-2: #9f1239;
  --primary-3: #f8718f;
  --shadow: 0 24px 70px rgba(15, 23, 42, 0.08);
  --glow: 0 0 36px rgba(217, 30, 75, 0.10);
}

html, body {
  min-height: 100%;
}

body {
  margin: 0;
  color: var(--text);
  font-family: "Noto Sans Arabic", "Inter", system-ui, sans-serif;
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.98), transparent 24%),
    radial-gradient(circle at bottom left, rgba(244, 246, 250, 0.9), transparent 30%),
    linear-gradient(135deg, var(--bg-1) 0%, var(--bg-2) 56%, var(--bg-3) 100%);
  overflow-x: hidden;
}

.bg-grid {
  position: fixed;
  inset: 0;
  background-image:
    linear-gradient(rgba(15, 23, 42, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(15, 23, 42, 0.03) 1px, transparent 1px);
  background-size: 28px 28px;
  mask-image: radial-gradient(circle at center, black 42%, transparent 85%);
  pointer-events: none;
}

.bg-orb {
  position: fixed;
  border-radius: 50%;
  filter: blur(72px);
  pointer-events: none;
  opacity: 0.72;
}

.orb-1 {
  width: 360px;
  height: 360px;
  top: -40px;
  right: -40px;
  background: rgba(255, 255, 255, 0.92);
}

.orb-2 {
  width: 340px;
  height: 340px;
  bottom: -80px;
  left: -40px;
  background: rgba(243, 244, 247, 0.95);
}

.site-shell {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 24px;
  position: relative;
  z-index: 1;
}

.hero-card {
  width: min(100%, 1220px);
  border-radius: 34px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  background: linear-gradient(180deg, rgba(255,255,255,0.86), rgba(255,255,255,0.76));
  box-shadow: var(--shadow);
  overflow: hidden;
  backdrop-filter: blur(24px);
}

.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 22px;
  border-bottom: 1px solid rgba(217, 30, 75, 0.08);
  background: linear-gradient(180deg, rgba(255,255,255,0.68), rgba(255,255,255,0));
}

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

.brand-mark {
  width: 54px;
  height: 54px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  font-family: "Cinzel", serif;
  font-size: 30px;
  font-weight: 800;
  color: white;
  background: linear-gradient(135deg, var(--primary), var(--primary-2));
  border: 1px solid rgba(255,255,255,0.85);
  box-shadow: 0 14px 28px rgba(217, 30, 75, 0.18);
}

.brand-mini-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}


.brand-mark-image {
  width: 46px;
  height: 46px;
  object-fit: contain;
  filter: drop-shadow(0 10px 18px rgba(217, 30, 75, 0.22));
}

.brand-mini-text strong {
  font-family: "Cinzel", serif;
  font-size: 18px;
  letter-spacing: .08em;
}

.brand-mini-text span {
  color: var(--muted);
  font-size: 12px;
}

.language-switcher {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

.lang-btn {
  border: 1px solid rgba(217,30,75,0.12);
  background: rgba(255,255,255,0.65);
  color: var(--text);
  border-radius: 999px;
  padding: 10px 14px;
  min-width: 88px;
  cursor: pointer;
  transition: .25s ease;
  font-weight: 700;
  box-shadow: 0 6px 18px rgba(100, 45, 60, 0.06);
}

.lang-btn:hover,
.lang-btn.active {
  color: white;
  background: linear-gradient(135deg, var(--primary), var(--primary-2));
  border-color: rgba(255,255,255,0.32);
  box-shadow: var(--glow);
}

.hero {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.hero-visual {
  position: relative;
  min-height: 560px;
  border-radius: 30px;
  border: 1px solid rgba(217,30,75,0.09);
  background:
    radial-gradient(circle at center, rgba(255, 255, 255, 0.95), rgba(255, 235, 240, 0.74) 48%, rgba(255, 214, 225, 0.45) 100%),
    linear-gradient(180deg, rgba(255,255,255,0.9), rgba(255,245,248,0.88));
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.96), 0 16px 40px rgba(203, 89, 120, 0.08);
  overflow: hidden;
  isolation: isolate;
}

.hero-visual::before {
  content: "";
  position: absolute;
  inset: 8% 15% 20%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 135, 166, 0.24), rgba(255, 255, 255, 0) 68%, transparent 100%);
  filter: blur(12px);
  z-index: 0;
}

.hero-visual::after {
  content: "";
  position: absolute;
  inset: auto 20% 9%;
  height: 90px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 83, 124, 0.18), transparent 72%);
  filter: blur(20px);
  z-index: 0;
}

#logo3d,
.stars,
.logo-floor,
.hero-glow-ring {
  position: absolute;
}


#logo3d {
  inset: 0;
  z-index: 1;
  display: grid;
  place-items: center;
  perspective: 1600px;
}

.sticker-hero-wrap {
  position: relative;
  width: min(62vw, 390px);
  aspect-ratio: 1 / 1;
  display: grid;
  place-items: center;
  transform-style: preserve-3d;
  animation: stickerFloat 5.6s ease-in-out infinite;
  will-change: transform;
}

.sticker-hero {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 36px 42px rgba(217, 30, 75, 0.20)) drop-shadow(0 8px 18px rgba(217, 30, 75, 0.18));
  transform: translateZ(48px);
  user-select: none;
  -webkit-user-drag: none;
}

.sticker-hero-frame,
.sticker-hero-backglow,
.sticker-hero-shine {
  position: absolute;
  inset: 0;
  border-radius: 34px;
  pointer-events: none;
}

.sticker-hero-frame {
  inset: 9%;
  background: linear-gradient(135deg, rgba(255,255,255,0.28), rgba(255,255,255,0.02));
  border: 1px solid rgba(255,255,255,0.48);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.55), 0 24px 48px rgba(217, 30, 75, 0.10);
  transform: translateZ(10px) scale(0.94);
  backdrop-filter: blur(10px);
}

.sticker-hero-backglow {
  inset: 8%;
  background: radial-gradient(circle at center, rgba(255, 113, 153, 0.22), rgba(255,255,255,0.06) 56%, transparent 78%);
  filter: blur(20px);
  transform: translateZ(-30px) scale(1.06);
}

.sticker-hero-shine {
  inset: 12%;
  background: linear-gradient(125deg, rgba(255,255,255,0.0) 20%, rgba(255,255,255,0.42) 38%, rgba(255,255,255,0.0) 54%);
  mix-blend-mode: screen;
  transform: translateZ(72px) translateX(-12%);
  animation: shineSweep 4.8s ease-in-out infinite;
}

@keyframes stickerFloat {
  0%,100% { transform: translateY(0) rotateX(6deg) rotateY(-14deg); }
  25% { transform: translateY(-12px) rotateX(2deg) rotateY(10deg); }
  50% { transform: translateY(-20px) rotateX(-2deg) rotateY(-8deg); }
  75% { transform: translateY(-8px) rotateX(4deg) rotateY(14deg); }
}

@keyframes shineSweep {
  0%, 100% { opacity: 0.22; transform: translateZ(72px) translateX(-18%) skewX(-12deg); }
  50% { opacity: 0.7; transform: translateZ(72px) translateX(18%) skewX(-12deg); }
}

.hero-glow-ring {
  inset: 12% 19% 18%;
  border-radius: 50%;
  border: 1px solid rgba(255, 96, 135, 0.16);
  box-shadow: 0 0 0 18px rgba(255, 155, 182, 0.05), 0 0 90px rgba(255, 94, 132, 0.12);
  z-index: 0;
  animation: ringPulse 5s ease-in-out infinite;
}

@keyframes ringPulse {
  0%, 100% { transform: scale(1); opacity: 0.9; }
  50% { transform: scale(0.96); opacity: 0.65; }
}

.stars {
  inset: 0;
  pointer-events: none;
  background-image:
    radial-gradient(circle at 10% 14%, rgba(255,124,153,0.8) 0 1px, transparent 1.5px),
    radial-gradient(circle at 18% 8%, rgba(255,163,183,0.7) 0 1px, transparent 1.5px),
    radial-gradient(circle at 25% 23%, rgba(255,210,220,0.7) 0 1px, transparent 1.5px),
    radial-gradient(circle at 36% 12%, rgba(255,124,153,0.55) 0 1px, transparent 1.5px),
    radial-gradient(circle at 45% 16%, rgba(255,193,205,0.7) 0 1px, transparent 1.5px),
    radial-gradient(circle at 58% 10%, rgba(255,145,171,0.7) 0 1px, transparent 1.5px),
    radial-gradient(circle at 67% 18%, rgba(255,193,205,0.65) 0 1px, transparent 1.5px),
    radial-gradient(circle at 79% 12%, rgba(255,124,153,0.65) 0 1px, transparent 1.5px),
    radial-gradient(circle at 88% 22%, rgba(255,193,205,0.75) 0 1px, transparent 1.5px),
    radial-gradient(circle at 12% 78%, rgba(255,170,185,0.65) 0 1px, transparent 1.5px),
    radial-gradient(circle at 24% 84%, rgba(255,130,150,0.6) 0 1px, transparent 1.5px),
    radial-gradient(circle at 31% 70%, rgba(255,190,205,0.75) 0 1px, transparent 1.5px),
    radial-gradient(circle at 49% 82%, rgba(255,160,180,0.68) 0 1px, transparent 1.5px),
    radial-gradient(circle at 66% 74%, rgba(255,124,153,0.65) 0 1px, transparent 1.5px),
    radial-gradient(circle at 78% 86%, rgba(255,170,190,0.75) 0 1px, transparent 1.5px),
    radial-gradient(circle at 90% 71%, rgba(255,140,155,0.72) 0 1px, transparent 1.5px);
  opacity: .92;
  z-index: 2;
}

.hero-copy {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 10px;
}

.hero-copy-outside {
  position: relative;
  padding: 2px 18px 4px;
  z-index: 3;
}

.eyebrow,
.section-label,
.order-banner {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 9px 14px;
  border-radius: 999px;
  background: rgba(217, 30, 75, 0.08);
  border: 1px solid rgba(217, 30, 75, 0.12);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
}

.eyebrow,
.section-label {
  color: var(--primary-2);
  text-transform: uppercase;
}

.hero-title {
  margin: 0;
  font-family: "Cinzel", serif;
  font-size: clamp(44px, 6vw, 82px);
  line-height: .98;
  letter-spacing: .08em;
  background: linear-gradient(180deg, #6d1028 0%, #d91e4b 46%, #ff7b9c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-text,
.hero-subtext,
.section-note {
  margin: 0;
  color: var(--muted);
}

.hero-text {
  font-size: clamp(22px, 3vw, 31px);
  font-weight: 800;
  color: #2b1d25;
}

.hero-subtext {
  font-size: clamp(15px, 2vw, 19px);
  max-width: 52ch;
  line-height: 1.9;
}

.logo-floor {
  left: 50%;
  bottom: 42px;
  transform: translateX(-50%);
  width: 300px;
  height: 52px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(217, 30, 75, 0.26), rgba(0,0,0,0) 72%);
  filter: blur(22px);
  z-index: 1;
  animation: floorPulse 3.8s ease-in-out infinite;
}

@keyframes floorPulse {
  0%,100% { transform: translateX(-50%) scale(1); opacity: .42; }
  50% { transform: translateX(-50%) scale(.9); opacity: .24; }
}

.social-section {
  padding: 0 24px 28px;
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
  flex-wrap: wrap;
}

.section-heading h2 {
  margin: 10px 0 0;
  font-family: "Cinzel", serif;
  font-size: clamp(25px, 3vw, 34px);
  letter-spacing: .04em;
}

.section-note {
  font-size: 14px;
  max-width: 36ch;
  line-height: 1.8;
}

.order-banner {
  margin: 0 auto 14px;
  color: white;
  background: linear-gradient(135deg, var(--primary), var(--primary-2));
  border: none;
  box-shadow: 0 16px 30px rgba(217, 30, 75, 0.14);
}

.social-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.order-group {
  grid-column: span 2;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  padding: 18px;
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(250,251,253,0.96));
  border: 1px solid rgba(15, 23, 42, 0.06);
  box-shadow: 0 16px 34px rgba(15, 23, 42, 0.06);
}

.order-channels {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.order-card {
  min-height: 100%;
}


.social-card {
  display: flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
  color: inherit;
  border-radius: 24px;
  padding: 18px;
  position: relative;
  overflow: hidden;
  transition: transform .28s ease, border-color .28s ease, box-shadow .28s ease;
  border: 1px solid rgba(15, 23, 42, 0.07);
  background: linear-gradient(180deg, rgba(255,255,255,0.96), rgba(248,250,252,0.92));
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06), inset 0 1px 0 rgba(255,255,255,0.92);
}

.social-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, transparent 15%, rgba(255,255,255,0.85) 48%, transparent 78%);
  transform: translateX(125%);
  transition: transform .8s ease;
}

.social-card:hover {
  transform: translateY(-6px);
  border-color: rgba(217, 30, 75, 0.16);
  box-shadow: 0 22px 38px rgba(15, 23, 42, 0.10), 0 0 30px rgba(217,30,75,.05);
}

.social-card:hover::before {
  transform: translateX(-120%);
}

.social-icon {
  width: 58px;
  height: 58px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(217,30,75,0.08);
  flex: 0 0 auto;
  background: linear-gradient(180deg, rgba(255,255,255,1), rgba(248,250,252,0.95));
}

.social-icon svg {
  width: 26px;
  height: 26px;
  fill: var(--primary);
}

.social-whatsapp { box-shadow: inset 0 0 30px rgba(37, 211, 102, 0.14); }
.social-instagram { box-shadow: inset 0 0 30px rgba(193, 53, 132, 0.12); }
.social-tiktok { box-shadow: inset 0 0 30px rgba(255, 31, 53, 0.12); }
.social-facebook { box-shadow: inset 0 0 30px rgba(59, 89, 152, 0.12); }
.social-viber { box-shadow: inset 0 0 30px rgba(115, 96, 242, 0.12); }
.social-location { box-shadow: inset 0 0 30px rgba(255, 93, 108, 0.12); }

.social-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.social-text strong {
  font-size: 18px;
  color: #2b1d25;
}

.social-text small {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.7;
}

.social-arrow {
  font-size: 22px;
  color: var(--primary-3);
}

html[dir="rtl"] .brand-mini,
html[dir="rtl"] .social-card {
  flex-direction: row;
}

html[dir="rtl"] .brand-mini-text,
html[dir="rtl"] .social-text,
html[dir="rtl"] .section-heading {
  text-align: right;
}

html[dir="ltr"] .brand-mini,
html[dir="ltr"] .social-card {
  flex-direction: row;
}

html[dir="ltr"] .brand-mini-text,
html[dir="ltr"] .social-text,
html[dir="ltr"] .section-heading {
  text-align: left;
}

html[dir="ltr"] .hero-copy {
  text-align: center;
}

@media (max-width: 1080px) {
  .social-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .order-group {
    grid-column: span 2;
  }

  .hero-visual {
    min-height: 500px;
  }
}

@media (max-width: 720px) {
  .order-group,
  .location-card {
    grid-column: span 1;
  }

  .order-channels {
    grid-template-columns: 1fr;
  }

  .site-shell {
    padding: 12px;
  }

  .hero-card {
    border-radius: 24px;
  }

  .topbar,
  .hero,
  .social-section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .topbar {
    flex-direction: column;
    align-items: stretch;
  }

  .brand-mini,
  .language-switcher {
    justify-content: center;
  }

  .hero {
    padding-top: 16px;
  }

  .hero-visual {
    min-height: 400px;
    border-radius: 24px;
  }

  .hero-glow-ring {
    inset: 14% 12% 20%;
  }

  .hero-copy-outside {
    padding: 0 8px 2px;
  }

  .hero-title {
    font-size: clamp(34px, 10vw, 54px);
  }

  .hero-text {
    font-size: clamp(18px, 6vw, 24px);
  }

  .hero-subtext {
    font-size: 14px;
  }

  .social-grid {
    grid-template-columns: 1fr;
  }

  .social-card {
    padding: 16px;
    border-radius: 20px;
  }

  .social-icon {
    width: 52px;
    height: 52px;
    border-radius: 16px;
  }
}


@media (max-width: 720px) {
  .sticker-hero-wrap { width: min(72vw, 320px); }
  .brand-mark-image { width: 50px; height: 50px; }
}


/* --- clean white hero update --- */
body {
  background: #ffffff !important;
}

.bg-grid,
.bg-orb,
.hero-visual::before,
.hero-visual::after,
.stars,
.hero-glow-ring,
.logo-floor,
.sticker-hero-frame,
.sticker-hero-backglow,
.sticker-hero-shine {
  display: none !important;
}

.hero-card {
  background: #ffffff !important;
  border: 1px solid rgba(15, 23, 42, 0.06) !important;
  box-shadow: 0 18px 50px rgba(15, 23, 42, 0.06) !important;
  backdrop-filter: none !important;
}

.topbar {
  background: #ffffff !important;
  border-bottom: 1px solid rgba(15, 23, 42, 0.06) !important;
}

.hero-visual {
  min-height: 620px !important;
  background: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}

#logo3d {
  perspective: 1800px;
}

.sticker-hero-wrap {
  width: min(78vw, 560px) !important;
  animation: stickerFloatClean 5.8s ease-in-out infinite !important;
}

.sticker-hero {
  width: 100% !important;
  height: auto !important;
  object-fit: contain !important;
  filter:
    drop-shadow(0 26px 34px rgba(217, 30, 75, 0.14))
    drop-shadow(0 10px 18px rgba(217, 30, 75, 0.10)) !important;
  transform: translateZ(60px) !important;
}

.brand-mark-image {
  width: 56px !important;
  height: 56px !important;
  filter: drop-shadow(0 10px 18px rgba(217, 30, 75, 0.18));
}

@keyframes stickerFloatClean {
  0%, 100% { transform: translateY(0) rotateX(5deg) rotateY(-10deg); }
  25% { transform: translateY(-10px) rotateX(2deg) rotateY(7deg); }
  50% { transform: translateY(-16px) rotateX(-1deg) rotateY(-5deg); }
  75% { transform: translateY(-8px) rotateX(3deg) rotateY(10deg); }
}

@media (max-width: 768px) {
  .hero-visual {
    min-height: 430px !important;
  }

  .sticker-hero-wrap {
    width: min(86vw, 420px) !important;
  }

  .brand-mark-image {
    width: 50px !important;
    height: 50px !important;
  }
}


/* --- luxury font update for ZANYAR SHOP text --- */
.brand-mini-text strong,
.hero-title {
  font-family: "Bodoni Moda", "Cinzel", serif !important;
  font-weight: 600 !important;
  letter-spacing: 0.10em !important;
  line-height: 1.04;
  background: linear-gradient(180deg, #6f081d 0%, #cf1f42 42%, #f04c66 72%, #6c071b 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent !important;
  text-shadow: 0 1px 0 rgba(255,255,255,0.35);
}

.brand-mini-text strong {
  font-size: clamp(20px, 2vw, 28px) !important;
  letter-spacing: 0.12em !important;
}

.hero-title {
  font-size: clamp(42px, 7vw, 94px) !important;
  margin: 0 0 10px !important;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .hero-title {
    font-size: clamp(30px, 10vw, 54px) !important;
    letter-spacing: 0.08em !important;
  }

  .brand-mini-text strong {
    font-size: 18px !important;
  }
}
