/* ─── Fonts ─────────────────────────────────────────────────────────────── */
/* Self-hosted webfonts â fonts.googleapis.com is not reliably reachable from Iran,
   which left visitors on a fallback system font. Same families, same weights,
   same unicode-ranges as the previous @import. */
/* devanagari */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/assets/fonts/poppins-0.woff2) format('woff2');
  unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
}
/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/assets/fonts/poppins-1.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/assets/fonts/poppins-2.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* devanagari */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/assets/fonts/poppins-3.woff2) format('woff2');
  unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
}
/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/assets/fonts/poppins-4.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/assets/fonts/poppins-5.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* devanagari */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/assets/fonts/poppins-6.woff2) format('woff2');
  unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
}
/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/assets/fonts/poppins-7.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/assets/fonts/poppins-8.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Vazirmatn';
  src: url('/assets/fonts/Vazirmatn-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Vazirmatn';
  src: url('/assets/fonts/Vazirmatn-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Vazirmatn';
  src: url('/assets/fonts/Vazirmatn-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Vazirmatn';
  src: url('/assets/fonts/Vazirmatn-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* ─── Variables ──────────────────────────────────────────────────────────── */
:root {
  --gold:        #C9A84C;
  --gold-light:  #D4AF37;
  --gold-pale:   #F0E6C8;
  --cream:       #FDF8F0;
  --charcoal:    #1A1A1A;
  --charcoal-2:  #2A2A2A;
  --white:       #FFFFFF;
  --text:        #2D2D2D;
  --text-muted:  #6B6B6B;
  --border:      #E8DFC8;
  --shadow-sm:   0 2px 8px rgba(0,0,0,.07);
  --shadow-md:   0 4px 24px rgba(0,0,0,.09);
  --shadow-lg:   0 8px 40px rgba(0,0,0,.13);
  --radius:      12px;
  --radius-sm:   8px;
  --transition:  250ms ease;
  --font-fa:     'Vazirmatn', Tahoma, Arial, sans-serif;
  --font-num:    'Poppins', sans-serif;
  --container:   1240px;
}

/* ─── Reset ──────────────────────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font-fa);
  font-size: 16px;
  line-height: 1.65;
  color: var(--text);
  background: var(--cream);
  direction: rtl;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font-family: inherit; }
ul { list-style: none; }

/* ─── Typography ─────────────────────────────────────────────────────────── */
.eyebrow {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--gold);
}
.section-title {
  font-size: clamp(22px, 3vw, 30px);
  font-weight: 700;
  color: var(--charcoal);
  text-wrap: balance;
  line-height: 1.25;
}
.price-num {
  font-family: var(--font-num);
  font-weight: 600;
  color: var(--gold);
}

/* ─── Container ──────────────────────────────────────────────────────────── */
.container {
  width: 100%;
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: 24px;
}

/* ─── Buttons ────────────────────────────────────────────────────────────── */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 13px 28px;
  border-radius: var(--radius-sm);
  font-family: var(--font-fa);
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  border: none;
  transition: all var(--transition);
  white-space: nowrap;
  min-height: 48px;
}
.btn-gold {
  background: linear-gradient(135deg, var(--gold-light) 0%, var(--gold) 100%);
  color: var(--charcoal);
  box-shadow: 0 4px 16px rgba(201,168,76,.35);
}
.btn-gold:hover { transform: translateY(-2px); box-shadow: 0 6px 24px rgba(201,168,76,.45); }
.btn-gold:active { transform: translateY(0); }
.btn-outline {
  background: transparent;
  color: var(--gold);
  border: 1.5px solid var(--gold);
}
.btn-outline:hover { background: var(--gold-pale); }
.btn-sm { padding: 9px 18px; font-size: 14px; min-height: 38px; }
.btn-block { width: 100%; }

/* ─── Header ──────────────────────────────────────────────────────────────── */
.ig-ticker {
  overflow: hidden;
  direction: rtl;
  white-space: nowrap;
  background: linear-gradient(90deg, #15110d, #241d15, #15110d);
  border-bottom: 1px solid rgba(212,175,55,.28);
}
.ig-ticker-track {
  display: inline-flex;
  align-items: center;
  width: max-content;
  padding-block: 7px;
  animation: ig-tickmove 12s linear infinite;
  will-change: transform;
}
.ig-ticker:hover .ig-ticker-track { animation-play-state: paused; }
.ig-ticker-item {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding-inline: 18px;
  color: #e9d9a8;
  font-size: .85rem;
  font-weight: 700;
  flex: none;
}
.ig-ticker-dot { color: #d4af37; font-size: .55rem; }
.ig-ticker-lb { color: #c9b782; }
.ig-ticker-v { color: #ffd257; font-variant-numeric: tabular-nums; letter-spacing: .02em; }
.ig-ticker-u { color: #aaa08c; font-size: .7rem; }
@keyframes ig-tickmove { from { transform: translateX(0); } to { transform: translateX(-50%); } }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: var(--white);
  border-bottom: 1px solid var(--border);
  box-shadow: var(--shadow-sm);
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  height: 72px;
}
.site-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}
.logo-icon {
  width: 42px;
  height: 42px;
  background: linear-gradient(135deg, var(--gold-light), var(--gold));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
}
.logo-text { line-height: 1.2; }
.logo-text strong {
  display: block;
  font-size: 17px;
  font-weight: 700;
  color: var(--charcoal);
}
.logo-text small {
  display: block;
  font-size: 11px;
  color: var(--gold);
  font-family: var(--font-num);
  font-weight: 600;
  letter-spacing: .04em;
}

.main-nav { display: flex; align-items: center; gap: 4px; }
.main-nav a {
  padding: 8px 14px;
  font-size: 15px;
  font-weight: 500;
  color: var(--text);
  border-radius: 6px;
  transition: all var(--transition);
}
.main-nav a:hover,
.main-nav a[aria-current="page"] {
  color: var(--gold);
  background: var(--gold-pale);
}
.main-nav a.nav-coin-cta {
  color: var(--charcoal);
  background: linear-gradient(135deg, var(--gold-light) 0%, var(--gold) 100%);
  box-shadow: 0 4px 14px rgba(201,168,76,.25);
}
.main-nav a.nav-coin-cta:hover,
.main-nav a.nav-coin-cta[aria-current="page"] {
  color: var(--charcoal);
  transform: translateY(-1px);
  box-shadow: 0 7px 20px rgba(201,168,76,.34);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}
.header-price-badge {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  border: 1.5px solid var(--gold);
  border-radius: 20px;
  font-size: 12px;
  color: var(--charcoal);
}
.header-price-badge .lbl { color: var(--text-muted); }
.header-price-badge .val {
  font-family: var(--font-num);
  font-weight: 600;
  color: var(--gold);
  font-size: 13px;
}

.icon-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  color: var(--text);
  transition: all var(--transition);
  position: relative;
}
.icon-btn:hover { background: var(--gold-pale); color: var(--gold); }
.cart-badge {
  position: absolute;
  top: 2px;
  left: 2px;
  background: var(--gold);
  color: var(--white);
  font-size: 10px;
  font-weight: 700;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-num);
}

/* mobile menu toggle */
.menu-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
}
.menu-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--charcoal);
  border-radius: 2px;
  transition: all var(--transition);
}

/* ─── Hero ───────────────────────────────────────────────────────────────── */
.hero {
  position: relative;
  min-height: 580px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: var(--charcoal);
}
.hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    100deg,
    rgba(26,26,26,.82) 0%,
    rgba(26,26,26,.72) 45%,
    rgba(26,26,26,.30) 100%
  );
}
.hero-content {
  position: relative;
  z-index: 2;
  max-width: 560px;
  padding-block: 80px;
}
.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 600;
  color: var(--gold);
  letter-spacing: .1em;
  margin-bottom: 20px;
}
.hero-eyebrow::before,
.hero-eyebrow::after {
  content: '';
  display: block;
  width: 28px;
  height: 1.5px;
  background: var(--gold);
}
.hero h1 {
  font-size: clamp(32px, 4.5vw, 52px);
  font-weight: 700;
  color: var(--white);
  line-height: 1.25;
  text-wrap: balance;
  margin-bottom: 18px;
}
.hero h1 span { color: var(--gold-light); }
.hero p {
  font-size: 18px;
  color: rgba(255,255,255,.78);
  margin-bottom: 36px;
  line-height: 1.7;
}
.hero-cta { display: flex; gap: 12px; flex-wrap: wrap; }
.btn-hero {
  padding: 15px 36px;
  font-size: 16px;
  min-height: 52px;
}
.btn-coin-hero {
  font-size: 17px;
  min-height: 56px;
  padding-inline: 42px;
  box-shadow: 0 8px 28px rgba(212,175,55,.42);
}

/* ─── Price Strip ────────────────────────────────────────────────────────── */
.live-price-intro {
  padding: 14px 16px 12px;
  text-align: center;
  direction: rtl;
  background: linear-gradient(180deg, #fffdf8 0%, #faf5e8 100%);
  border-bottom: 1px solid #eadfc4;
  scroll-margin-top: 76px;
}
.live-price-note,
.live-price-ago {
  display: flex;
  align-items: center;
  justify-content: center;
}
.live-price-note {
  gap: 8px;
  color: #775705;
  font-size: 14px;
  font-weight: 700;
}
.live-price-ago {
  gap: 5px;
  margin-top: 4px;
  color: #746b59;
  font-size: 11px;
}
.live-price-dot,
.live-price-ago-dot {
  display: inline-block;
  border-radius: 50%;
  flex: none;
}
.live-price-dot {
  width: 10px;
  height: 10px;
  background: #e6b800;
  box-shadow: 0 0 8px rgba(230,184,0,.7);
  animation: livePriceBlink 1.1s steps(1,end) infinite;
}
.live-price-dot-sm { width: 9px; height: 9px; }
.live-price-ago-dot {
  width: 6px;
  height: 6px;
  background: #1768cf;
  box-shadow: 0 0 5px rgba(23,104,207,.55);
  animation: livePriceBlinkBlue 1.1s steps(1,end) infinite;
}
@keyframes livePriceBlink {
  0%, 50% { background: #e6b800; box-shadow: 0 0 8px rgba(230,184,0,.7); }
  50.01%, 100% { background: #332b18; box-shadow: none; }
}
@keyframes livePriceBlinkBlue { 0%, 50% { opacity: 1; } 50.01%, 100% { opacity: .25; } }

.price-strip {
  background: var(--charcoal-2);
  padding: 0;
  max-width: 100%;
  overflow: hidden;
  scroll-margin-top: 76px;
}
.price-strip-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-radius: 0;
}
.price-tile {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 18px 16px;
  border-inline-start: 1px solid rgba(255,255,255,.07);
  gap: 4px;
  min-width: 0;
}
.price-tile:last-child { border-inline-start: none; }
.price-tile-label {
  font-size: 12px;
  color: rgba(255,255,255,.55);
  font-weight: 500;
}
.price-tile-value {
  font-family: var(--font-num);
  font-size: 17px;
  font-weight: 700;
  color: var(--gold-light);
  max-width: 100%;
  overflow-wrap: anywhere;
  text-align: center;
}
.price-tile-change {
  font-size: 11px;
  font-family: var(--font-num);
  font-weight: 600;
}
.price-tile-change.up   { color: #4caf50; }
.price-tile-change.down { color: #f44336; }
.trading-closed-banner {
  margin: 0;
  padding: 12px 16px;
  background: #991b1b;
  color: #fff;
  direction: rtl;
  text-align: center;
  font-size: 16px;
  font-weight: 800;
  box-shadow: 0 4px 14px rgba(153,27,27,.28);
}

/* ─── Section common ─────────────────────────────────────────────────────── */
.section { padding-block: 72px; }
.section-sm { padding-block: 48px; }
.section-header {
  text-align: center;
  margin-bottom: 48px;
}
.section-header .eyebrow { margin-bottom: 8px; }
.section-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 12px;
}
.section-divider::before,
.section-divider::after {
  content: '';
  flex: 1;
  max-width: 80px;
  height: 1.5px;
  background: var(--gold);
  opacity: .4;
}
.section-divider-icon { color: var(--gold); opacity: .7; }

/* ─── Category Cards ─────────────────────────────────────────────────────── */
.categories { background: var(--white); }
.cat-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 16px;
}
.cat-card {
  position: relative;
  aspect-ratio: 1;
  border-radius: var(--radius);
  overflow: hidden;
  cursor: pointer;
  box-shadow: var(--shadow-sm);
  transition: transform var(--transition), box-shadow var(--transition);
}
.cat-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.cat-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 350ms ease;
}
.cat-card:hover img { transform: scale(1.06); }
.cat-card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(26,26,26,.7) 0%, rgba(26,26,26,.1) 60%);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 12px;
}
.cat-card-name {
  font-size: 13px;
  font-weight: 700;
  color: var(--white);
  text-shadow: 0 1px 4px rgba(0,0,0,.5);
}

/* ─── Product Cards ──────────────────────────────────────────────────────── */
.products { background: var(--cream); }
.product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.product-card {
  background: var(--white);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: transform var(--transition), box-shadow var(--transition);
  display: flex;
  flex-direction: column;
}
.product-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); }
.product-card-img {
  aspect-ratio: 1;
  overflow: hidden;
  position: relative;
  background: var(--gold-pale);
}
.product-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 350ms ease;
}
.product-card:hover .product-card-img img { transform: scale(1.06); }
.product-card-badge {
  position: absolute;
  top: 10px;
  right: 10px;
  background: var(--gold);
  color: var(--white);
  font-size: 11px;
  font-weight: 700;
  padding: 3px 8px;
  border-radius: 20px;
}
.product-card-body {
  padding: 16px;
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 10px;
}
.product-card-cat {
  font-size: 12px;
  color: var(--gold);
  font-weight: 600;
}
.product-card-name {
  font-size: 15px;
  font-weight: 700;
  color: var(--charcoal);
  line-height: 1.4;
}
.product-card-price {
  font-family: var(--font-num);
  font-size: 17px;
  font-weight: 600;
  color: var(--gold);
}
.product-card-price-label {
  font-family: var(--font-fa);
  font-size: 12px;
  color: var(--text-muted);
  font-weight: 400;
  margin-inline-start: 4px;
}
.product-card-footer {
  margin-top: auto;
  display: flex;
  gap: 8px;
  align-items: center;
}

/* ─── Testimonials ───────────────────────────────────────────────────────── */
.testimonials { background: var(--white); }
.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.testimonial-card {
  background: var(--cream);
  border-radius: var(--radius);
  padding: 28px 24px;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--border);
  transition: box-shadow var(--transition);
}
.testimonial-card:hover { box-shadow: var(--shadow-md); }
.testimonial-stars {
  display: flex;
  gap: 3px;
  color: var(--gold);
  margin-bottom: 14px;
}
.testimonial-body {
  font-size: 15px;
  color: var(--text);
  line-height: 1.75;
  margin-bottom: 20px;
}
.testimonial-author {
  display: flex;
  align-items: center;
  gap: 12px;
}
.testimonial-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--gold-light), var(--gold));
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-size: 18px;
  font-weight: 700;
  flex-shrink: 0;
}
.testimonial-name { font-weight: 700; font-size: 15px; color: var(--charcoal); }
.testimonial-city { font-size: 13px; color: var(--text-muted); }

/* ─── About teaser ───────────────────────────────────────────────────────── */
.about-teaser { background: var(--cream); }
.about-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}
.about-img {
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  aspect-ratio: 16/10;
}
.about-img img { width: 100%; height: 100%; object-fit: cover; }
.about-text .section-header { text-align: right; margin-bottom: 24px; }
.about-text p { color: var(--text-muted); line-height: 1.8; margin-bottom: 24px; }
.about-stats {
  display: flex;
  gap: 32px;
  margin-bottom: 32px;
}
.stat { text-align: center; }
.stat-num {
  font-family: var(--font-num);
  font-size: 28px;
  font-weight: 700;
  color: var(--gold);
  line-height: 1;
}
.stat-label { font-size: 13px; color: var(--text-muted); margin-top: 4px; }

/* ─── Footer ─────────────────────────────────────────────────────────────── */
.site-footer {
  background: var(--charcoal);
  color: rgba(255,255,255,.75);
}
.footer-top {
  padding-block: 64px 40px;
  display: grid;
  grid-template-columns: 1.8fr 1fr 1fr 1fr;
  gap: 48px;
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.footer-brand .logo-text strong { color: var(--white); }
.footer-brand .logo-text small  { color: var(--gold); }
.footer-brand-text {
  font-size: 14px;
  color: rgba(255,255,255,.55);
  line-height: 1.8;
  margin-block: 16px;
}
.footer-contact-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: rgba(255,255,255,.65);
  margin-bottom: 8px;
}
.footer-contact-item svg { color: var(--gold); flex-shrink: 0; }
.footer-col-title {
  font-size: 15px;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--gold);
  display: inline-block;
}
.footer-links li { margin-bottom: 10px; }
.footer-links a {
  font-size: 14px;
  color: rgba(255,255,255,.58);
  transition: color var(--transition);
}
.footer-links a:hover { color: var(--gold); }
.footer-bottom {
  padding-block: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 13px;
  color: rgba(255,255,255,.35);
  flex-wrap: wrap;
  gap: 12px;
}
.trust-badges {
  display: flex;
  gap: 12px;
}
.trust-badge {
  width: 52px;
  height: 52px;
  border-radius: 8px;
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold);
  font-size: 22px;
}
.footer-official-info {
  margin-bottom: 18px;
  padding: 12px;
  border-radius: 8px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.1);
  color: rgba(255,255,255,.7);
  font-size: 13px;
  line-height: 1.9;
}
.footer-official-info strong {
  color: var(--white);
}

/* ─── Page header (inner pages) ──────────────────────────────────────────── */
.page-hero {
  background: linear-gradient(135deg, var(--charcoal) 0%, var(--charcoal-2) 100%);
  padding-block: 48px;
  text-align: center;
  color: var(--white);
}
.page-hero h1 { font-size: 28px; font-weight: 700; margin-bottom: 8px; }
.breadcrumb {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 14px;
  color: rgba(255,255,255,.5);
}
.breadcrumb a { color: var(--gold); }

/* ─── Stub page ──────────────────────────────────────────────────────────── */
.stub-content {
  text-align: center;
  padding-block: 96px;
  color: var(--text-muted);
}
.stub-content svg { margin-inline: auto; margin-bottom: 24px; color: var(--gold); opacity: .4; }
.stub-content h2 { font-size: 22px; font-weight: 700; color: var(--charcoal); margin-bottom: 12px; }

/* ─── Utilities ──────────────────────────────────────────────────────────── */
.text-gold   { color: var(--gold); }
.text-center { text-align: center; }
.d-flex      { display: flex; }
.align-center { align-items: center; }
.gap-8       { gap: 8px; }
.mt-8        { margin-top: 8px; }
.mt-16       { margin-top: 16px; }

/* ─── Form utilities ─────────────────────────────────────────────────────── */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.form-label {
  font-size: 14px;
  font-weight: 600;
  color: var(--charcoal);
}
.form-input {
  width: 100%;
  padding: 11px 14px;
  border: 1.5px solid var(--border);
  border-radius: 8px;
  font-family: var(--font-fa);
  font-size: 15px;
  color: var(--text);
  background: var(--white);
  outline: none;
  transition: border-color var(--transition), box-shadow var(--transition);
}
.form-input:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(201,168,76,.12);
}
textarea.form-input { resize: vertical; }
.form-alert-error {
  background: #fff3f3;
  border: 1px solid #fca5a5;
  border-radius: 8px;
  padding: 12px 16px;
  font-size: 14px;
  color: #b91c1c;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

/* ─── Coin prices page ──────────────────────────────────────────────────── */
.coin-page-hero {
  background:
    radial-gradient(circle at 18% 24%, rgba(212,175,55,.22), transparent 34%),
    linear-gradient(135deg, var(--charcoal) 0%, var(--charcoal-2) 100%);
}
.coin-section { background: var(--cream); }
.coin-note {
  max-width: 760px;
  margin: -20px auto 32px;
  padding: 14px 18px;
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  background: var(--white);
  color: var(--text-muted);
  text-align: center;
  line-height: 1.9;
}
.coin-tables {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items: start;
}
.coin-table-card,
.coin-form-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow-md);
  overflow: hidden;
}
.coin-table-title {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 18px 20px;
  border-bottom: 1px solid var(--border);
  background: linear-gradient(135deg, #fff 0%, #fdf7e8 100%);
}
.coin-table-title h3 {
  font-size: 20px;
  font-weight: 700;
  color: var(--charcoal);
  line-height: 1.5;
}
.coin-table-icon {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: var(--charcoal);
  background: linear-gradient(135deg, var(--gold-light), var(--gold));
  box-shadow: 0 8px 22px rgba(201,168,76,.28);
}
.coin-table-wrap { overflow-x: auto; }
.coin-table {
  width: 100%;
  min-width: 620px;
  border-collapse: collapse;
}
.coin-table th {
  padding: 12px 14px;
  text-align: right;
  font-size: 13px;
  font-weight: 700;
  color: var(--text-muted);
  background: #F8F4EE;
  border-bottom: 1px solid var(--border);
  white-space: nowrap;
}
.coin-table td {
  padding: 14px;
  border-bottom: 1px solid #F0EBE0;
  vertical-align: middle;
}
.coin-table tr:last-child td { border-bottom: none; }
.coin-name {
  font-weight: 700;
  color: var(--charcoal);
  white-space: nowrap;
}
.coin-price {
  font-family: var(--font-num);
  color: var(--gold);
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}
.coin-actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.coin-form-card {
  margin-top: 28px;
  padding: 28px;
}
.coin-alert {
  padding: 13px 16px;
  border-radius: var(--radius-sm);
  margin-block: 18px;
  font-size: 14px;
}
.coin-alert-success {
  background: rgba(39,174,96,.1);
  color: #1E8449;
  border: 1px solid rgba(39,174,96,.2);
}
.coin-alert-closed,
.coin-closed-inline {
  background: rgba(185,28,28,.08);
  color: #b91c1c;
  border: 1px solid rgba(185,28,28,.2);
  font-weight: 700;
}
.coin-alert-closed {
  font-size: 20px;
  text-align: center;
  padding: 20px;
}
.coin-closed-inline {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 14px;
  border-radius: var(--radius-sm);
  white-space: nowrap;
}
.coin-form {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-top: 18px;
}
.coin-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 160px;
  gap: 18px;
}
.coin-selected-box {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 14px;
  border-radius: var(--radius-sm);
  background: var(--gold-pale);
  color: var(--text);
}
.coin-selected-box span { color: var(--text-muted); font-size: 14px; }
.coin-selected-box strong { color: var(--charcoal); font-size: 15px; }

/* ─── Checkout grid responsive ───────────────────────────────────────────── */
@media (max-width: 900px) {
  .checkout-grid { grid-template-columns: 1fr !important; }
  .coin-tables,
  .coin-form-grid { grid-template-columns: 1fr; }
}

/* ─── Account grid responsive ────────────────────────────────────────────── */
@media (max-width: 768px) {
  .account-grid { grid-template-columns: 1fr !important; }
}

@media (max-width: 600px) {
  .ig-ticker-item { padding-inline: 13px; font-size: .78rem; }
  .live-price-intro { padding-block: 12px 10px; }
}

@media (prefers-reduced-motion: reduce) {
  .ig-ticker-track,
  .live-price-dot,
  .live-price-ago-dot { animation: none !important; }
  .ig-ticker-track { transform: none !important; will-change: auto; }
  .product-card,
  .product-card-img img,
  .cat-card,
  .cat-card img { transition: none !important; }
  #welcomeModal > div { animation: none !important; }
}

/* ─── Responsive ─────────────────────────────────────────────────────────── */
@media (max-width: 1100px) {
  .cat-grid { grid-template-columns: repeat(4, 1fr); }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 32px; }
}

@media (max-width: 768px) {
  /* normale Uhr mobil sichtbar (statt versteckt) — statisch, zentriert, kein Overlap (CR#786) */
  .ig-topbar { display: block !important; position: static !important; top: auto !important; right: auto !important;
    width: max-content; max-width: calc(100% - 20px); margin: 10px auto 2px !important; min-width: 0 !important;
    font-size: .74rem !important; padding: 6px 14px !important; box-shadow: 0 3px 12px rgba(0,0,0,.2) !important; }
  .main-nav { display: none; position: absolute; top: 72px; right: 0; left: 0;
    background: var(--white); flex-direction: column; padding: 16px 24px 24px;
    box-shadow: var(--shadow-md); border-top: 1px solid var(--border); }
  .main-nav.open { display: flex; }
  .menu-toggle { display: flex; }
  .header-price-badge { display: none; }
  .hero { min-height: 460px; }
  .hero-content { padding-block: 56px; }
  .price-strip-inner { grid-template-columns: repeat(2, 1fr); }
  .about-inner { grid-template-columns: 1fr; gap: 32px; }
  .about-img { order: -1; }
  .testimonial-grid { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr; gap: 28px; }
  .product-card-footer { flex-direction: column; align-items: stretch; }
  .product-card-footer .product-card-price { width: 100%; }
  .product-card-footer .btn { width: 100%; white-space: nowrap; }
  .cart-layout { grid-template-columns: minmax(0, 1fr) !important; gap: 20px !important; }
  .cart-item-card { flex-wrap: wrap; gap: 14px !important; }
  .cart-item-card > div { min-width: 0; }
  .cart-item-card > form { margin-inline-start: auto; }
  .cart-summary { position: static !important; padding: 22px !important; }
}

@media (max-width: 480px) {
  .cat-grid { grid-template-columns: repeat(3, 1fr); gap: 10px; }
  .product-grid { grid-template-columns: 1fr; }
  .hero h1 { font-size: 26px; }
  .hero p  { font-size: 15px; }
  .price-strip-inner { grid-template-columns: repeat(2, 1fr); }
  .price-tile { padding: 15px 8px; }
  .price-tile-value { font-size: 15px; }
  .about-stats { gap: 16px; flex-wrap: wrap; justify-content: center; }
}

@media (max-width: 390px) {
  :root { --container: 100%; }
  .container { padding-inline: 16px; }
  .cat-grid { grid-template-columns: repeat(2, 1fr); }
  .product-grid { grid-template-columns: 1fr; }
  .hero-cta { flex-direction: column; }
  .btn-hero { width: 100%; justify-content: center; }
  .price-strip-inner { grid-template-columns: 1fr 1fr; }
  .section { padding-block: 48px; }
}
