/* ============================================
   Promtia авто сугалаа — Style System
   Luxury dark theme with red-orange accents
   ============================================ */

:root {
  /* ===== ҮНДСЭН ӨНГӨ ===== */
  --primary: #1E5EFF;        /* 🔵 ИТГЭЛ (Primary blue) */
  --primary-dark: #1849cc;
  --primary-light: #4a7eff;
  --primary-50: #ebf1ff;     /* Цэнхэр-цагаан фон */
  --primary-100: #d6e3ff;

  --bg-0: #ffffff;           /* Цэвэр цагаан */
  --bg-1: #F8FAFC;           /* ⚪ Background */
  --bg-2: #eef2f7;
  --bg-3: #dde4ee;
  --line: #e2e8f0;
  --line-strong: #cbd5e1;

  --cta: #FF6A00;            /* 🟠 ДАРАХ (CTA orange) */
  --cta-dark: #e85d00;
  --cta-light: #ff8a33;
  --cta-50: #fff1e6;

  --success: #16C784;        /* 🟢 ХОЖИХ (Success green) */
  --success-dark: #0fa66c;
  --success-light: #4dd9a3;
  --success-50: #e7faf2;

  --text: #1A1A1A;           /* ⚫ УНШИХ (Text) */
  --text-2: #4a5568;
  --text-3: #718096;

  --danger: #e53e3e;
  --danger-50: #fef2f2;

  /* ===== АЛИАС ӨНГӨ (хуучин кодтой нийцтэй) ===== */
  --blue: var(--primary);
  --blue-dark: var(--primary-dark);
  --blue-light: var(--primary-light);
  --blue-50: var(--primary-50);
  --accent-red: var(--cta);
  --accent-orange: var(--cta);
  --accent-yellow: #ffa033;

  /* ===== ГРАДИЕНТ ===== */
  --grad-fire: linear-gradient(90deg, #FF6A00 0%, #ff8a33 50%, #ffa84a 100%);
  --grad-fire-2: linear-gradient(135deg, #FF6A00 0%, #ff8a33 100%);
  --grad-blue: linear-gradient(135deg, #1E5EFF 0%, #4a7eff 100%);
  --grad-blue-deep: linear-gradient(135deg, #1849cc 0%, #1E5EFF 100%);
  --grad-pink: linear-gradient(135deg, #FF6A00 0%, #ffa033 100%);
  --grad-success: linear-gradient(135deg, #16C784 0%, #4dd9a3 100%);

  /* ===== СҮҮДЭР ===== */
  --shadow-lg: 0 20px 60px -10px rgba(255, 106, 0, 0.35);
  --shadow-card: 0 12px 40px -12px rgba(30, 94, 255, 0.12);
  --shadow-blue: 0 12px 40px -12px rgba(30, 94, 255, 0.25);
  --shadow-cta: 0 8px 30px -8px rgba(255, 106, 0, 0.45);

  --radius-sm: 8px;
  --radius-md: 14px;
  --radius-lg: 22px;
  --radius-xl: 32px;
  --radius-pill: 999px;

  --font-display: 'Manrope', sans-serif;
  --font-body: 'Manrope', system-ui, sans-serif;
}

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

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-body);
  background: var(--bg-1);
  color: var(--text);
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  position: relative;
  min-height: 100vh;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button { font-family: inherit; cursor: pointer; border: none; background: none; color: inherit; }

.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ============================================
   BACKGROUND ATMOSPHERE — Light theme
   ============================================ */
.bg-noise {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  opacity: 0.025;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='3'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

.bg-glow {
  position: fixed;
  border-radius: 50%;
  filter: blur(140px);
  pointer-events: none;
  z-index: 0;
  opacity: 0.55;
}
.bg-glow--1 {
  width: 700px;
  height: 700px;
  background: radial-gradient(circle, #4a7eff 0%, transparent 70%);
  top: -250px;
  right: -200px;
}
.bg-glow--2 {
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, #FF6A00 0%, transparent 70%);
  top: 700px;
  left: -200px;
  opacity: 0.2;
}

/* ============================================
   HEADER
   ============================================ */
.header {
  position: sticky;
  top: 0;
  z-index: 100;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  background: rgba(255, 255, 255, 0.85);
  border-bottom: 1px solid var(--line);
}
.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 16px 24px;
}
.logo { display: flex; align-items: center; }
.logo__badge {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: var(--grad-blue-deep);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: 'Manrope', sans-serif;
  color: #fff;
  box-shadow: 0 6px 20px rgba(30, 111, 217, 0.35), inset 0 1px 0 rgba(255,255,255,0.2);
  border: 2px solid rgba(255,255,255,0.15);
  transform: rotate(-3deg);
  transition: transform 0.3s ease;
  overflow: hidden;
  position: relative;
}
.logo:hover .logo__badge { transform: rotate(0); }

/* Бодит лого зураг */
.logo__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
  z-index: 1;
}

/* Зураг олдохгүй үед текст харагдах placeholder */
.logo__text {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

.logo__top { font-size: 13px; line-height: 1; letter-spacing: 0.5px; }
.logo__bottom {
  font-family: 'Manrope', sans-serif;
  font-size: 8px;
  font-weight: 600;
  font-style: italic;
  margin-top: 3px;
  text-transform: lowercase;
  opacity: 0.95;
  letter-spacing: 0.3px;
}
.logo__badge--sm { width: 58px; height: 58px; }
.logo__badge--sm .logo__top { font-size: 10px; }
.logo__badge--sm .logo__bottom { font-size: 6px; }

.nav {
  display: flex;
  gap: 8px;
}
.nav a {
  padding: 8px 16px;
  border-radius: var(--radius-pill);
  font-size: 14px;
  font-weight: 600;
  color: var(--text-2);
  transition: all 0.2s;
}
.nav a:hover {
  color: var(--blue);
  background: var(--blue-50);
}

@media (max-width: 880px) {
  .nav { display: none; }
}

/* ============================================
   BUTTONS
   ============================================ */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 28px;
  border-radius: var(--radius-pill);
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.2px;
  transition: all 0.25s cubic-bezier(.4,0,.2,1);
  position: relative;
  overflow: hidden;
  white-space: nowrap;
}
.btn--sm { padding: 10px 20px; font-size: 13px; }
.btn--lg { padding: 18px 36px; font-size: 16px; }

/* Primary = ORANGE CTA (хамгийн чухал үйлдэл) */
.btn--primary {
  background: var(--grad-fire-2);
  color: #fff;
  box-shadow: 0 8px 30px -8px rgba(255, 122, 26, 0.55), inset 0 1px 0 rgba(255,255,255,0.3);
}
.btn--primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 40px -8px rgba(255, 122, 26, 0.7), inset 0 1px 0 rgba(255,255,255,0.35);
}
.btn--primary:active { transform: translateY(0); }

/* Ghost = BLUE (хоёрдогч үйлдэл, итгэл) */
.btn--ghost {
  background: var(--grad-blue);
  color: #fff;
  box-shadow: 0 8px 30px -8px rgba(30, 111, 217, 0.45), inset 0 1px 0 rgba(255,255,255,0.25);
}
.btn--ghost:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 40px -8px rgba(30, 111, 217, 0.6);
}

.btn__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: rgba(255,255,255,0.22);
  font-size: 14px;
  transition: transform 0.25s;
}
.btn:hover .btn__arrow { transform: translateX(3px); }

/* ============================================
   HERO
   ============================================ */
.hero {
  position: relative;
  z-index: 2;
  padding: 80px 0 60px;
}
.hero__grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 60px;
  align-items: center;
}
@media (max-width: 1024px) {
  .hero__grid { grid-template-columns: 1fr; gap: 40px; }
  .hero { padding: 40px 0; }
}

.badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 20px;
  border-radius: var(--radius-pill);
  background: var(--cta-50);
  border: 1px solid rgba(255, 106, 0, 0.3);
  font-size: 13px;
  font-weight: 700;
  color: var(--cta-dark);
  margin-bottom: 28px;
}
.badge__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--cta);
  box-shadow: 0 0 10px var(--cta);
  animation: pulse 2s infinite;
}
@keyframes pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.6; transform: scale(1.3); }
}

.hero__title {
  font-family: 'Manrope', sans-serif;
  font-size: clamp(48px, 8vw, 96px);
  line-height: 0.95;
  letter-spacing: -2px;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: var(--text);
}
.hero__title--accent {
  display: inline-block;
  background: var(--grad-fire);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
}
.hero__title--accent::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 8px;
  width: 100%;
  height: 6px;
  background: var(--grad-fire);
  opacity: 0.3;
  border-radius: 4px;
  filter: blur(8px);
}

.hero__sub {
  font-size: 18px;
  color: var(--text-2);
  margin-bottom: 36px;
  max-width: 480px;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 40px;
}

/* Progress card */
.progress-card {
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 24px;
  box-shadow: var(--shadow-card);
}
.progress-card__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-bottom: 14px;
  flex-wrap: wrap;
}
.progress-card__title {
  font-size: 15px;
  color: var(--text-2);
  display: flex;
  align-items: center;
  gap: 8px;
}
.progress-card__title strong { color: var(--text); font-weight: 700; }
.progress-card__icon {
  color: var(--accent-orange);
  font-size: 18px;
}
.progress-card__pct {
  font-family: 'Manrope', sans-serif;
  font-size: 32px;
  background: var(--grad-fire);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.progress-bar {
  width: 100%;
  height: 12px;
  background: var(--bg-2);
  border-radius: var(--radius-pill);
  overflow: hidden;
  margin-bottom: 14px;
  border: 1px solid var(--line);
}
.progress-bar__fill {
  height: 100%;
  background: var(--grad-fire);
  border-radius: var(--radius-pill);
  position: relative;
  transition: width 1s cubic-bezier(.4,0,.2,1);
  box-shadow: 0 0 20px rgba(255, 122, 26, 0.5);
}
.progress-bar__fill::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.4), transparent);
  animation: shimmer 2s infinite;
}
@keyframes shimmer {
  0% { transform: translateX(-100%); }
  100% { transform: translateX(100%); }
}
.progress-card__meta {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: var(--text-3);
  flex-wrap: wrap;
}
.progress-card__meta b { color: var(--text); font-weight: 700; }
.progress-card__meta .dot { color: var(--text-3); }

/* Hero visual — Blue car card */
.hero__visual {
  
  position: relative;
}
/* Hero tagline — ХАМГИЙН ОЛОН БЭЛЭН МӨНГӨНИЙ АЗТАНТАЙ */
.hero__tagline {
  font-family: var(--font-body);
  font-weight: 800;
  font-size: clamp(18px, 2.4vw, 30px);
  line-height: 1.25;
  letter-spacing: 0.5px;
  color: var(--text);
  text-transform: uppercase;
  margin-bottom: 24px;
  text-align: center;
  position: relative;
}

.hero__tagline::before {
  content: '';
  display: block;
  width: 60px;
  height: 4px;
  background: var(--grad-fire);
  margin: 0 auto 14px;
  border-radius: 2px;
}



.hero__tagline--accent {
  background: var(--grad-fire);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

@media (max-width: 900px) {
  .hero__tagline {
    margin-bottom: 16px;
    padding: 14px 20px;
  }
}
.car-card {
  position: relative;
  background:
    radial-gradient(ellipse at 30% 20%, rgba(74, 144, 226, 0.4), transparent 60%),
    linear-gradient(135deg, #0f4fa8 0%, #1e6fd9 50%, #4a90e2 100%);
  border-radius: var(--radius-xl);
  padding: 20px;
  border: 1px solid rgba(255,255,255,0.15);
  overflow: hidden;
  box-shadow: var(--shadow-blue), 0 30px 60px -20px rgba(15, 79, 168, 0.4);
  min-height: 420px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.car-card__shine {
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(255,255,255,0.2) 0%, transparent 30%);
  animation: rotateShine 12s linear infinite;
  pointer-events: none;
}
@keyframes rotateShine {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.car-card__plate {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(180deg, #ffb84a, #ff7a1a);
  color: #1a0a00;
  font-family: 'Manrope', sans-serif;
  letter-spacing: 4px;
  font-size: 14px;
  padding: 6px 16px;
  border-radius: 6px;
  box-shadow: 0 4px 12px rgba(255, 122, 26, 0.5);
  z-index: 2;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.25s ease;
  display: inline-block;
  white-space: nowrap;
}
.car-card__plate:hover {
  transform: translateX(-50%) translateY(-3px) scale(1.05);
  box-shadow: 0 8px 20px rgba(255, 122, 26, 0.7);
  background: linear-gradient(180deg, #ffc869, #ff8a2a);
}
.car-card__plate:active {
  transform: translateX(-50%) translateY(-1px) scale(1.02);
}
.car-svg {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  filter: drop-shadow(0 20px 30px rgba(0,0,0,0.5));
}

/* Бодит машины зураг — томоор харуулах */
.car-image {
  width: 100%;
  height: auto;
  max-height: 380px;
  object-fit: contain;
  position: relative;
  z-index: 1;
  border-radius: var(--radius-md);
  filter: drop-shadow(0 20px 30px rgba(0,0,0,0.4));
  display: block;
}

/* ============================================
   ДАРАХ БОЛОМЖТОЙ МАШИНЫ ЗУРАГ
   ============================================ */
.car-image-btn {
  position: relative;
  z-index: 1;
  width: 100%;
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  border-radius: var(--radius-md);
  overflow: hidden;
  transition: transform 0.3s;
}
.car-image-btn:hover {
  transform: scale(1.02);
}
.car-image-btn .car-image {
  filter: drop-shadow(0 20px 30px rgba(0,0,0,0.4));
  transition: filter 0.3s;
}
.car-image-btn:hover .car-image {
  filter: drop-shadow(0 25px 40px rgba(0,0,0,0.6)) brightness(1.05);
}

/* Hover-ын overlay */
.car-image-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(15, 79, 168, 0.85));
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding: 24px;
  gap: 8px;
  opacity: 0;
  transition: opacity 0.3s;
  border-radius: var(--radius-md);
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.car-image-btn:hover .car-image-overlay {
  opacity: 1;
}

/* ============================================
   LIGHTBOX (БҮТЭН ДЭЛГЭЦИЙН ЗУРАГ)
   ============================================ */
.lightbox {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.92);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  align-items: center;
  justify-content: center;
  padding: 20px;
  animation: fadeIn 0.3s ease-out;
}
.lightbox.show {
  display: flex;
  flex-direction: column;
}
@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

.lightbox__content {
  position: relative;
  max-width: 90%;
  max-height: 75vh;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.lightbox__image {
  max-width: 100%;
  max-height: 75vh;
  object-fit: contain;
  border-radius: var(--radius-md);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.6);
  animation: zoomIn 0.3s ease-out;
}
@keyframes zoomIn {
  from { transform: scale(0.9); opacity: 0; }
  to { transform: scale(1); opacity: 1; }
}

.lightbox__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  font-size: 32px;
  line-height: 1;
  cursor: pointer;
  transition: all 0.2s;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lightbox__close:hover {
  background: var(--cta);
  transform: rotate(90deg);
}

.lightbox__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  font-size: 36px;
  line-height: 1;
  cursor: pointer;
  transition: all 0.2s;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Manrope', sans-serif;
}
.lightbox__nav:hover {
  background: var(--cta);
  width: 60px;
  height: 60px;
}
.lightbox__nav--prev { left: 20px; }
.lightbox__nav--next { right: 20px; }

.lightbox__counter {
  margin-top: 16px;
  padding: 6px 16px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  border-radius: var(--radius-pill);
  font-family: 'Manrope', sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
}

/* Thumbnails */
.lightbox__thumbs {
  display: flex;
  gap: 10px;
  margin-top: 20px;
  padding: 10px;
  overflow-x: auto;
  max-width: 90%;
}
.lightbox__thumb {
  width: 70px;
  height: 70px;
  border-radius: 8px;
  border: 2px solid transparent;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.2s;
  flex-shrink: 0;
  background: none;
  padding: 0;
}
.lightbox__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lightbox__thumb:hover {
  border-color: var(--cta);
}
.lightbox__thumb--active {
  border-color: var(--cta);
  box-shadow: 0 0 0 2px var(--cta);
}

/* Mobile */
@media (max-width: 640px) {
  .lightbox__nav {
    width: 44px;
    height: 44px;
    font-size: 28px;
  }
  .lightbox__nav--prev { left: 8px; }
  .lightbox__nav--next { right: 8px; }
  .lightbox__close {
    width: 40px;
    height: 40px;
    font-size: 26px;
    top: 12px;
    right: 12px;
  }
  .lightbox__thumb {
    width: 50px;
    height: 50px;
  }
}

/* ============================================
   STATS
   ============================================ */
.stats {
  position: relative;
  z-index: 2;
  padding: 40px 0 80px;
}
.stats__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 768px) {
  .stats__grid { grid-template-columns: 1fr; }
}
.stat-card {
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 28px;
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: all 0.3s;
  box-shadow: var(--shadow-card);
}
.stat-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--grad-fire);
  opacity: 0;
  transition: opacity 0.3s;
}
.stat-card:hover { transform: translateY(-4px); border-color: var(--blue); }
.stat-card:hover::before { opacity: 1; }

.stat-card__icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 16px;
  border-radius: 16px;
  background: var(--blue-50);
  border: 1px solid rgba(30, 111, 217, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--blue);
}
.stat-card__num {
  font-family: 'Manrope', sans-serif;
  font-size: 44px;
  background: var(--grad-fire);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 6px;
}
.stat-card__label {
  font-size: 13px;
  letter-spacing: 1.5px;
  color: var(--text-3);
  text-transform: uppercase;
  font-weight: 600;
}

/* ============================================
   SECTION HEADS
   ============================================ */
.section-head { margin-bottom: 48px; max-width: 720px; }
.section-eyebrow {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--blue);
  padding: 6px 14px;
  background: var(--blue-50);
  border: 1px solid rgba(30, 111, 217, 0.2);
  border-radius: var(--radius-pill);
  margin-bottom: 16px;
}
.section-title {
  font-family: 'Manrope', sans-serif;
  font-size: clamp(32px, 5vw, 56px);
  line-height: 1.05;
  letter-spacing: -1px;
  text-transform: uppercase;
  color: var(--text);
}
.section-title--center { text-align: center; }
.section-sub {
  font-size: 17px;
  color: var(--text-2);
  margin-top: 12px;
}
.grad-text {
  background: var(--grad-fire);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.grad-text--blue { background: var(--grad-blue); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.grad-text--pink { background: var(--grad-pink); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }

.section-divider {
  width: 120px;
  height: 3px;
  background: var(--grad-fire);
  border-radius: 4px;
  margin: 16px auto 0;
}

/* ============================================
   CHECK SECTION
   ============================================ */
.check {
  position: relative;
  z-index: 2;
  padding: 40px 0 80px;
}
.check-card {
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  padding: 4px;
  position: relative;
  box-shadow: var(--shadow-blue);
  overflow: hidden;
}
.check-card::before {
  content: '';
  position: absolute;
  inset: -2px;
  background: var(--grad-blue);
  border-radius: var(--radius-xl);
  z-index: -1;
  opacity: 0.25;
  filter: blur(20px);
}
.check-card__inner {
  background: #ffffff;
  border-radius: calc(var(--radius-xl) - 4px);
  padding: 40px;
}
.check-card__label {
  display: block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--blue);
  margin-bottom: 14px;
}

.check-card__hint {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-top: 12px;
  font-size: 13px;
  color: var(--text-3);
  flex-wrap: wrap;
}

.refresh-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 14px;
  background: var(--blue-50);
  border: 1px solid rgba(30, 111, 217, 0.25);
  border-radius: var(--radius-pill);
  color: var(--blue);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  transition: all 0.2s;
}
.refresh-btn:hover {
  background: rgba(30, 111, 217, 0.15);
  border-color: var(--blue);
}
.refresh-btn--loading svg {
  animation: spin 1s linear infinite;
}
.refresh-btn--success {
  background: var(--success-50);
  border-color: var(--success);
  color: var(--success-dark);
}
@keyframes spin {
  to { transform: rotate(360deg); }
}
.check-card__row {
  display: flex;
  gap: 12px;
  align-items: stretch;
}
@media (max-width: 640px) {
  .check-card__row { flex-direction: column; }
  .check-card__inner { padding: 28px 20px; }
}
.input-wrap {
  flex: 1;
  position: relative;
  display: flex;
  align-items: center;
}
.input-icon {
  position: absolute;
  left: 20px;
  font-family: 'Manrope', sans-serif;
  font-size: 22px;
  color: var(--blue);
  pointer-events: none;
}
#ticketInput {
  width: 100%;
  padding: 18px 20px 18px 50px;
  background: var(--bg-1);
  border: 1.5px solid var(--line-strong);
  border-radius: var(--radius-pill);
  color: var(--text);
  font-family: 'Manrope', sans-serif;
  font-size: 22px;
  letter-spacing: 2px;
  transition: all 0.2s;
}
#ticketInput:focus {
  outline: none;
  border-color: var(--blue);
  background: #ffffff;
  box-shadow: 0 0 0 4px rgba(30, 111, 217, 0.12);
}
#ticketInput::placeholder {
  color: var(--text-3);
  letter-spacing: normal;
  font-family: var(--font-body);
  font-size: 16px;
}

.check-result {
  margin-top: 20px;
  padding: 0;
  border-radius: var(--radius-md);
  font-size: 15px;
  min-height: 0;
  transition: all 0.3s;
  overflow: hidden;
}
.check-result.show {
  padding: 18px 20px;
  margin-top: 20px;
}
.check-result--win {
  background: linear-gradient(135deg, var(--success-50), #ffffff);
  border: 2px solid var(--success);
  color: var(--text);
  box-shadow: 0 8px 30px -8px rgba(22, 199, 132, 0.25);
}
.check-result--lose {
  background: var(--bg-1);
  border: 1px solid var(--line-strong);
  color: var(--text-2);
}
.check-result--invalid {
  background: var(--danger-50);
  border: 1px solid rgba(229, 62, 62, 0.3);
  color: var(--danger);
}
.check-result__title {
  font-family: 'Manrope', sans-serif;
  font-size: 18px;
  margin-bottom: 4px;
  letter-spacing: 1px;
  color: var(--text);
}

/* Result — customer info card */
.result-customer {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  padding: 20px;
  margin-bottom: 16px;
  background: linear-gradient(135deg, rgba(30,111,217,0.06), transparent);
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-md);
}
.result-customer__phone-block {
  flex: 1;
  min-width: 180px;
}
.result-customer__phone-label {
  font-size: 11px;
  letter-spacing: 1.5px;
  color: var(--text-3);
  text-transform: uppercase;
  margin-bottom: 4px;
  font-weight: 600;
}
.result-customer__phone-value {
  font-family: 'Manrope', sans-serif;
  font-size: 26px;
  letter-spacing: 2px;
  color: var(--text);
}
.result-customer__stat {
  text-align: center;
  padding: 0 16px;
  border-left: 1px solid var(--line-strong);
}
.result-customer__stat-num {
  font-family: 'Manrope', sans-serif;
  font-size: 28px;
  background: var(--grad-fire);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1;
}
.result-customer__stat-label {
  font-size: 11px;
  letter-spacing: 1.5px;
  color: var(--text-3);
  text-transform: uppercase;
  margin-top: 6px;
  font-weight: 600;
}
@media (max-width: 560px) {
  .result-customer__stat { border-left: none; padding: 0; }
  .result-customer__phone-value { font-size: 22px; }
}

/* Result sections */
.result-section { margin-bottom: 16px; }
.result-section:last-child { margin-bottom: 0; }
.result-section__head {
  font-family: 'Manrope', sans-serif;
  font-size: 14px;
  letter-spacing: 1.5px;
  color: var(--blue);
  margin-bottom: 12px;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--line);
}
.result-section--win .result-section__head {
  color: var(--success-dark);
  font-size: 18px;
}

/* Won ticket card */
.ticket-card--win {
  display: block;
  padding: 20px;
  background: linear-gradient(135deg, var(--success-50), #ffffff);
  border: 1.5px solid var(--success);
  border-radius: var(--radius-md);
}
.ticket-card__prize {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  font-size: 18px;
  color: var(--text);
  font-weight: 600;
  margin-bottom: 8px;
}
.ticket-card__prize b { font-weight: 700; }
.ticket-card__sub {
  font-size: 14px;
  color: var(--text-2);
  font-weight: 400;
}

/* Tier badges */
.tier {
  display: inline-block;
  font-family: 'Manrope', sans-serif;
  font-size: 11px;
  letter-spacing: 1.5px;
  padding: 4px 10px;
  border-radius: 4px;
  color: #fff;
}
.tier--grand { background: linear-gradient(90deg, #ff5a1a, #ff7a1a); box-shadow: 0 4px 12px rgba(255,90,26,0.4); }
.tier--super { background: linear-gradient(90deg, #ff7a1a, #ffa033); color: #1a0a00; }
.tier--gold   { background: linear-gradient(90deg, #ffa033, #ffb84a); color: #1a0a00; }

/* Transaction list */
.tx-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.tx-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 16px;
  background: var(--bg-1);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  transition: all 0.2s;
}
.tx-item:hover {
  border-color: var(--line-strong);
  background: var(--bg-2);
}
.tx-item__left {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.tx-item__date {
  font-size: 12px;
  color: var(--text-3);
}
.tx-item__amount {
  font-family: 'Manrope', sans-serif;
  font-size: 18px;
  color: var(--success);
  letter-spacing: 0.5px;
}
.tx-item__count {
  display: inline-flex;
  padding: 6px 14px;
  background: var(--blue-50);
  border: 1px solid rgba(30, 111, 217, 0.25);
  border-radius: var(--radius-pill);
  font-size: 13px;
  font-weight: 600;
  color: var(--blue);
}

.tx-item__codes {
  font-size: 12px;
  color: var(--text-3);
  margin-top: 4px;
  font-family: 'Manrope', sans-serif;
  letter-spacing: 0.5px;
}

/* СУГАЛААНЫ КОДУУД */
.codes-info {
  background: var(--cta-50);
  color: var(--cta-dark);
  border: 1px solid rgba(255, 106, 0, 0.25);
  padding: 10px 14px;
  border-radius: var(--radius-md);
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 14px;
  text-align: center;
}

.ticket-codes {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  max-height: 200px;
  overflow-y: auto;
  padding: 14px;
  background: linear-gradient(135deg, rgba(30, 94, 255, 0.04), rgba(255, 106, 0, 0.04));
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
}

.ticket-code {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 14px;
  background: #ffffff;
  border: 2px solid var(--cta);
  border-radius: var(--radius-pill);
  font-family: 'Manrope', sans-serif;
  font-size: 14px;
  letter-spacing: 0.5px;
  color: var(--cta);
  font-weight: 700;
  min-width: 75px;
  box-shadow: 0 2px 8px rgba(255, 106, 0, 0.15);
  transition: all 0.2s;
}

.ticket-code:hover {
  background: var(--cta);
  color: #ffffff;
  transform: translateY(-2px) scale(1.05);
  box-shadow: 0 4px 16px rgba(255, 106, 0, 0.4);
}

/* Scroll bar */
.ticket-codes::-webkit-scrollbar { width: 6px; }
.ticket-codes::-webkit-scrollbar-track { background: var(--line); border-radius: 3px; }
.ticket-codes::-webkit-scrollbar-thumb { background: var(--cta); border-radius: 3px; }

/* Result warning */
.result-warning {
  margin-top: 14px;
  padding: 12px 16px;
  background: var(--cta-50);
  border: 1px solid rgba(255, 106, 0, 0.3);
  border-radius: var(--radius-md);
  color: var(--cta-dark);
  font-size: 13px;
  line-height: 1.5;
}
.result-warning b { color: var(--text); }

.result-message {
  margin-top: 14px;
  padding: 14px;
  text-align: center;
  background: var(--bg-1);
  border-radius: var(--radius-md);
  color: var(--text-2);
  font-size: 14px;
}

/* When found (not won) */
.check-result--found {
  background: #ffffff;
  border: 1px solid var(--line);
  color: var(--text);
}

/* ============================================
   BANK INFO CARD
   ============================================ */
.bank-card {
  margin-top: 50px;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  padding: 4px;
  position: relative;
  box-shadow: var(--shadow-blue);
  overflow: hidden;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
.bank-card::before {
  content: '';
  position: absolute;
  inset: -2px;
  background: var(--grad-blue);
  border-radius: var(--radius-xl);
  z-index: -1;
  opacity: 0.2;
  filter: blur(20px);
}
.bank-card__header {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 24px 28px 20px;
  background: linear-gradient(90deg, var(--blue-50), transparent);
  border-bottom: 1px solid var(--line);
  color: var(--blue);
}
.bank-card__header h3 {
  font-family: 'Manrope', sans-serif;
  font-size: 22px;
  letter-spacing: 1px;
  color: var(--text);
  text-transform: uppercase;
}
.bank-card__body {
  background: #ffffff;
  padding: 28px;
  border-radius: 0 0 calc(var(--radius-xl) - 4px) calc(var(--radius-xl) - 4px);
}
.bank-row {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
}
.bank-row:last-child { border-bottom: none; }
.bank-row__label {
  flex: 0 0 140px;
  font-size: 13px;
  color: var(--text-3);
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-weight: 700;
}
.bank-row__value {
  flex: 0 1 auto;
  font-size: 16px;
  color: var(--text);
  font-weight: 600;
}
.bank-row__value--copy {
  font-family: 'Manrope', sans-serif;
  font-size: 22px;
  letter-spacing: 2px;
  color: var(--blue);
}
.bank-row__value--price {
  font-family: 'Manrope', sans-serif;
  font-size: 24px;
  background: var(--grad-fire);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.bank-row--highlight {
  background: linear-gradient(90deg, rgba(255,122,26,0.06), transparent);
  margin: 8px -28px 0;
  padding: 14px 28px;
  border-bottom: none;
  border-top: 1px solid var(--line-strong);
}
.bank-row--warning {
  margin-top: 16px;
  background: var(--cta-50);
  border: 1px solid rgba(255, 106, 0, 0.25);
  border-radius: var(--radius-md);
  padding: 14px 16px;
  font-size: 13px;
  color: var(--cta-dark);
  line-height: 1.5;
  flex-wrap: wrap;
}
.bank-row--warning b { color: var(--text); }

.copy-btn {
  padding: 8px 16px;
  background: var(--blue-50);
  border: 1px solid rgba(30, 111, 217, 0.25);
  border-radius: var(--radius-pill);
  color: var(--blue);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  transition: all 0.2s;
  flex-shrink: 0;
  cursor: pointer;
}
.copy-btn:hover {
  background: rgba(30, 111, 217, 0.15);
  border-color: var(--blue);
}
.copy-btn--success {
  background: var(--success-50);
  border-color: var(--success);
  color: var(--success-dark);
}

@media (max-width: 560px) {
  .bank-row { flex-wrap: wrap; }
  .bank-row__label { flex: 0 0 100%; }
  .bank-card__body { padding: 20px; }
  .bank-card__header { padding: 20px; }
  .bank-row--highlight { margin: 8px -20px 0; padding: 14px 20px; }
}

code {
  font-family: monospace;
  background: var(--blue-50);
  padding: 2px 6px;
  border-radius: 4px;
  color: var(--blue-dark);
  font-size: 0.95em;
  font-weight: 600;
}

/* Facebook пэйж рүү очдог линк */
.fb-link {
  color: var(--cta);
  font-weight: 700;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  transition: all 0.2s ease;
}
.fb-link:hover {
  color: var(--cta-dark);
  border-bottom-color: var(--cta);
}
/* Footer дотор байх үед */
.footer__col .fb-link {
  color: var(--accent-yellow);
  font-weight: 700;
}
.footer__col .fb-link:hover {
  color: #fff;
  border-bottom-color: var(--accent-yellow);
}

/* ============================================
   RECENT TRANSACTIONS
   ============================================ */
.recent {
  position: relative;
  z-index: 2;
  padding: 40px 0 80px;
}
.recent-list {
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  overflow: hidden;
  max-height: 600px;
  overflow-y: auto;
  box-shadow: var(--shadow-card);
}
.recent-list::-webkit-scrollbar { width: 8px; }
.recent-list::-webkit-scrollbar-track { background: var(--bg-1); }
.recent-list::-webkit-scrollbar-thumb { background: var(--line-strong); border-radius: 4px; }

.recent-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 24px;
  border-bottom: 1px solid var(--line);
  transition: all 0.2s;
  gap: 16px;
}
.recent-item:last-child { border-bottom: none; }
.recent-item:hover { background: var(--blue-50); }
.recent-item__num {
  font-family: 'Manrope', sans-serif;
  font-size: 18px;
  letter-spacing: 1px;
  color: var(--text);
}
.recent-item__time {
  font-size: 12px;
  color: var(--text-3);
  padding: 3px 10px;
  background: var(--bg-1);
  border-radius: var(--radius-pill);
}
.recent-item__tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 12px;
  background: linear-gradient(90deg, rgba(255,122,26,0.12), rgba(255,184,74,0.06));
  border: 1px solid rgba(255, 122, 26, 0.3);
  border-radius: var(--radius-pill);
  font-size: 12px;
  font-weight: 700;
  color: var(--accent-orange);
}
.recent-item__arrow {
  color: var(--accent-orange);
  font-size: 18px;
}
.recent-item__left {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

/* ============================================
   WINNERS
   ============================================ */
.winners {
  position: relative;
  z-index: 2;
  padding: 80px 0;
  background: linear-gradient(180deg, var(--bg-1) 0%, var(--bg-0) 100%);
}
.winners-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 900px) {
  .winners-grid { grid-template-columns: 1fr; max-width: 480px; margin: 0 auto; }
}
.winner {
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: all 0.3s;
  box-shadow: var(--shadow-card);
}
.winner:hover {
  transform: translateY(-6px);
  border-color: var(--accent-orange);
  box-shadow: 0 20px 40px -10px rgba(255, 122, 26, 0.3);
}
.winner__photo {
  height: 280px;
  background:
    radial-gradient(ellipse at 70% 60%, rgba(255,122,26,0.15), transparent 60%),
    linear-gradient(135deg, #0f4fa8 0%, #1e6fd9 100%);
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid var(--line);
  overflow: hidden;
}
.winner__photo::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: 
    linear-gradient(0deg, transparent 49.5%, rgba(255, 255, 255, 0.05) 50%, transparent 50.5%),
    linear-gradient(90deg, transparent 49.5%, rgba(255, 255, 255, 0.05) 50%, transparent 50.5%);
  background-size: 30px 30px;
  pointer-events: none;
}
.winner__badge {
  position: absolute;
  top: 16px;
  right: 16px;
  font-family: 'Manrope', sans-serif;
  font-size: 11px;
  letter-spacing: 1.5px;
  padding: 6px 12px;
  border-radius: var(--radius-pill);
  background: var(--grad-fire-2);
  color: #fff;
  box-shadow: 0 4px 12px rgba(255,90,0,0.4);
}
.winner__title {
  font-family: 'Manrope', sans-serif;
  font-size: 42px;
  letter-spacing: 2px;
  background: linear-gradient(180deg, #ffd87a 0%, #ff7a1a 50%, #ff5a1a 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 2px 20px rgba(255,90,26,0.4);
  filter: drop-shadow(0 0 8px rgba(255, 184, 74, 0.4));
  position: relative;
  z-index: 1;
}
.winner__plate {
  margin-top: 16px;
  font-family: 'Manrope', sans-serif;
  font-size: 14px;
  letter-spacing: 4px;
  padding: 6px 18px;
  background: linear-gradient(180deg, #ffb84a, #ff7a1a);
  color: #1a0a00;
  border-radius: 6px;
  position: relative;
  z-index: 1;
}
.winner__body {
  padding: 24px;
}
.winner__body p {
  font-size: 14px;
  line-height: 1.5;
  color: var(--text-2);
}

/* ============================================
   HOW IT WORKS
   ============================================ */
.how {
  position: relative;
  z-index: 2;
  padding: 80px 0;
}
.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 900px) {
  .steps { grid-template-columns: 1fr; }
}
.step {
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 32px;
  position: relative;
  transition: all 0.3s;
  box-shadow: var(--shadow-card);
}
.step:hover {
  border-color: var(--blue);
  transform: translateY(-3px);
  box-shadow: var(--shadow-blue);
}
.step__num {
  font-family: 'Manrope', sans-serif;
  font-size: 64px;
  background: var(--grad-fire);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 0.9;
  margin-bottom: 16px;
  opacity: 0.95;
}
.step h3 {
  font-family: 'Manrope', sans-serif;
  font-size: 22px;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: var(--text);
}
.step p {
  color: var(--text-2);
  font-size: 15px;
}

/* ============================================
   FAQ
   ============================================ */
.faq {
  position: relative;
  z-index: 2;
  padding: 60px 0 100px;
}
.faq-list {
  max-width: 820px;
  margin: 0 auto;
}
.faq-item {
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  margin-bottom: 12px;
  overflow: hidden;
  transition: all 0.2s;
  box-shadow: 0 2px 8px rgba(15, 79, 168, 0.04);
}
.faq-item[open] {
  border-color: rgba(30, 111, 217, 0.4);
  background: linear-gradient(135deg, var(--blue-50), #ffffff);
}
.faq-item summary {
  padding: 20px 24px;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  color: var(--text);
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: '+';
  font-family: 'Manrope', sans-serif;
  font-size: 24px;
  color: var(--blue);
  transition: transform 0.3s;
}
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-item__body {
  padding: 0 24px 20px;
  color: var(--text-2);
  font-size: 15px;
}

/* ============================================
   FOOTER
   ============================================ */
.footer {
  position: relative;
  z-index: 2;
  border-top: 1px solid var(--line);
  background: var(--grad-blue-deep);
  color: #fff;
  padding: 60px 0 0;
}
.footer__inner {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 40px;
}
@media (max-width: 768px) {
  .footer__inner { grid-template-columns: 1fr; }
}
.footer__brand p {
  color: rgba(255,255,255,0.75);
  font-size: 14px;
  max-width: 360px;
  margin-top: 16px;
}
.footer__col h4 {
  font-family: 'Manrope', sans-serif;
  font-size: 14px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--accent-yellow);
  margin-bottom: 16px;
}
.footer__col p, .footer__col a {
  display: block;
  font-size: 14px;
  color: rgba(255,255,255,0.75);
  margin-bottom: 8px;
  transition: color 0.2s;
}
.footer__col a:hover { color: var(--accent-orange); }
.footer__bottom {
  padding: 20px 24px;
  border-top: 1px solid rgba(255,255,255,0.1);
  text-align: center;
  color: rgba(255,255,255,0.5);
  font-size: 13px;
}

/* Footer logo стилийг шинэчлэх */
.footer__brand .logo__badge {
  background: rgba(255,255,255,0.12);
  border: 2px solid rgba(255,255,255,0.2);
}

/* ============================================
   ANIMATIONS
   ============================================ */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}
.hero__content > * { animation: fadeUp 0.7s ease-out backwards; }
.hero__content > *:nth-child(1) { animation-delay: 0.1s; }
.hero__content > *:nth-child(2) { animation-delay: 0.2s; }
.hero__content > *:nth-child(3) { animation-delay: 0.3s; }
.hero__content > *:nth-child(4) { animation-delay: 0.4s; }
.hero__content > *:nth-child(5) { animation-delay: 0.5s; }
.hero__visual { animation: fadeUp 0.9s ease-out 0.3s backwards; }


/* ============================================
   ХҮСЭЛТИЙН ТЕКСТ + ОДНУУДЫН ЭФФЕКТ
   ============================================ */

/* Дарагддаг Badge */
.badge--clickable {
  cursor: pointer;
  border: 1px solid rgba(255, 106, 0, 0.3);
  background: var(--cta-50);
  color: var(--cta-dark);
  font-size: 13px;
  font-weight: 700;
  padding: 10px 20px;
  border-radius: var(--radius-pill);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 28px;
  transition: all 0.25s ease;
  font-family: inherit;
  position: relative;
  overflow: hidden;
}
/* 2 мөртэй badge */
.badge--multiline {
  flex-direction: column;
  gap: 6px;
  text-align: center;
  padding: 14px 28px;
  position: relative;
  padding-left: 38px;
  padding-right: 38px;
}

.badge--multiline .badge__dot {
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
}

.badge__main {
  display: block;
  color: var(--cta-dark);
  font-weight: 700;
}

.badge__cta {
  display: block;
  font-family: 'Manrope', sans-serif;
  font-size: 15px;
  letter-spacing: 1.5px;
  background: linear-gradient(135deg, #FF6A00, #FFD700, #FF6A00);
  background-size: 200% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: ctaShimmer 2s linear infinite;
  text-shadow: 0 0 20px rgba(255, 106, 0, 0.3);
}

@keyframes ctaShimmer {
  0% { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}

/* Hover үед ✨ icon-ийг нуух (multiline дээр шаардлагагүй) */
.badge--multiline::after {
  display: none;
}
.badge--clickable:hover {
  transform: translateY(-2px) scale(1.02);
  background: rgba(255, 106, 0, 0.15);
  border-color: var(--cta);
  box-shadow: 0 8px 25px -5px rgba(255, 106, 0, 0.4);
}
.badge--clickable::after {
  content: '✨';
  margin-left: 4px;
  font-size: 14px;
  opacity: 0.9;
  animation: sparkleHint 2s ease-in-out infinite;
}
@keyframes sparkleHint {
  0%, 100% { transform: scale(1) rotate(0deg); opacity: 0.7; }
  50% { transform: scale(1.3) rotate(180deg); opacity: 1; }
}

/* Хүсэл Overlay */
.wish-overlay {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 99999;
  background: linear-gradient(135deg, 
    rgba(15, 25, 80, 0.92) 0%,
    rgba(80, 30, 120, 0.88) 50%,
    rgba(15, 25, 80, 0.92) 100%);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  align-items: center;
  justify-content: center;
  padding: 20px;
  animation: overlayFadeIn 0.6s ease-out;
}
.wish-overlay.show {
  display: flex;
}
@keyframes overlayFadeIn {
  from { opacity: 0; backdrop-filter: blur(0); }
  to { opacity: 1; backdrop-filter: blur(15px); }
}

.wish-overlay__content {
  position: relative;
  max-width: 90%;
  z-index: 2;
  text-align: center;
  padding: 40px 20px;
}

.wish-text {
  color: #fff;
  text-align: center;
  animation: wishAppear 1.5s ease-out;
}

@keyframes wishAppear {
  0% { opacity: 0; transform: scale(0.7) translateY(30px); filter: blur(15px); }
  60% { filter: blur(2px); }
  100% { opacity: 1; transform: scale(1) translateY(0); filter: blur(0); }
}

.wish-text__line {
  font-family: var(--font-body);
  font-weight: 600;
  font-size: clamp(22px, 4vw, 38px);
  line-height: 1.4;
  margin-bottom: 14px;
}

/* Үг бүрийг өөр өнгөтэй болгох */
.word {
  display: inline-block;
  font-weight: 800;
  margin: 0 6px;
  filter: drop-shadow(0 0 15px currentColor);
  opacity: 0;
  animation: wordPop 0.8s ease-out forwards;
}

/* "Таны хүслийг" — алтан шар (нар) */
.word-1 {
  color: #FFD700;
  text-shadow: 0 0 20px rgba(255, 215, 0, 0.6);
  animation-delay: 0.5s;
}

/* "наранд шивнэж" — улбар шар (нар буцалж байгаа) */
.word-2 {
  color: #FF8C00;
  text-shadow: 0 0 20px rgba(255, 140, 0, 0.6);
  animation-delay: 0.9s;
}

/* "Саранд даатгалаа" — цайвар цэнхэр (саран гэрэлтэй) */
.word-3 {
  color: #87CEEB;
  text-shadow: 0 0 20px rgba(135, 206, 235, 0.7), 0 0 40px rgba(135, 206, 235, 0.4);
  animation-delay: 1.3s;
}

@keyframes wordPop {
  0% {
    opacity: 0;
    transform: scale(0.5) translateY(20px);
    filter: blur(10px) drop-shadow(0 0 0 currentColor);
  }
  60% {
    transform: scale(1.15) translateY(-5px);
  }
  100% {
    opacity: 1;
    transform: scale(1) translateY(0);
    filter: blur(0) drop-shadow(0 0 15px currentColor);
  }
}


.wish-text__final {
  font-family: var(--font-body);
  font-weight: 900;
  font-size: clamp(40px, 7vw, 80px);
  background: linear-gradient(135deg, 
    #FFD700 0%, 
    #FF6A00 25%, 
    #FFD700 50%, 
    #FF1493 75%, 
    #FFD700 100%);
  background-size: 200% 200%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 1px;
  margin: 24px 0 16px;
  filter: drop-shadow(0 0 30px rgba(255, 215, 0, 0.7))
          drop-shadow(0 0 60px rgba(255, 106, 0, 0.5));
  opacity: 0;
  animation: 
    finalGlow 1s ease-out 1.4s forwards,
    gradientShift 3s ease-in-out 2.4s infinite;
  text-transform: uppercase;
}

@keyframes gradientShift {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}

@keyframes lineSlideIn {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes finalGlow {
  0% { opacity: 0; transform: scale(0.5); filter: drop-shadow(0 0 0 rgba(255, 165, 0, 0)); }
  60% { transform: scale(1.15); }
  100% { opacity: 1; transform: scale(1); filter: drop-shadow(0 0 30px rgba(255, 165, 0, 0.6)); }
}

.wish-text__emojis {
  font-size: clamp(32px, 5vw, 52px);
  letter-spacing: 12px;
  opacity: 0;
  animation: emojiBounce 1s ease-out 2s forwards;
}

@keyframes emojiBounce {
  0% { opacity: 0; transform: scale(0); }
  60% { transform: scale(1.3); }
  100% { opacity: 1; transform: scale(1); }
}

/* Хаах товч */
.wish-overlay__close {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  font-size: 32px;
  line-height: 1;
  cursor: pointer;
  transition: all 0.3s;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.wish-overlay__close:hover {
  background: var(--cta);
  transform: rotate(90deg) scale(1.1);
  border-color: var(--cta);
}

/* ОДНУУДЫН CONTAINER */
.stars-container {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
  z-index: 1;
}

/* Од нэг бүр */
.star {
  position: absolute;
  pointer-events: none;
  opacity: 0;
  animation: starPulse var(--duration, 3s) ease-in-out infinite;
  animation-delay: var(--delay, 0s);
  filter: drop-shadow(0 0 10px currentColor);
}

@keyframes starPulse {
  0%, 100% {
    opacity: 0;
    transform: scale(0) rotate(0deg);
  }
  50% {
    opacity: 1;
    transform: scale(1) rotate(180deg);
  }
}

/* Унаж буй од */
.star--falling {
  animation: starFall var(--duration, 5s) linear infinite;
}
@keyframes starFall {
  0% {
    opacity: 0;
    transform: translateY(-100vh) translateX(0) rotate(0deg);
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(100vh) translateX(var(--drift, 50px)) rotate(720deg);
  }
}

/* Mobile */
@media (max-width: 640px) {
  .wish-overlay__close {
    width: 42px;
    height: 42px;
    font-size: 26px;
    top: 16px;
    right: 16px;
  }
  .wish-text__emojis {
    letter-spacing: 8px;
  }
  
  /* Mobile дээр анимэйшнийг хөнгөвчлөх */
  .wish-overlay {
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
  }
  
  /* Хүнд filter-ийг арилгаж зөвхөн text-shadow ашиглах */
  .word {
    filter: none !important;
    margin: 0 4px;
    display: inline;
  }
  .word-1 {
    text-shadow: 0 0 15px rgba(255, 215, 0, 0.8), 0 2px 8px rgba(0,0,0,0.3);
  }
  .word-2 {
    text-shadow: 0 0 15px rgba(255, 140, 0, 0.8), 0 2px 8px rgba(0,0,0,0.3);
  }
  .word-3 {
    text-shadow: 0 0 15px rgba(135, 206, 235, 0.8), 0 2px 8px rgba(0,0,0,0.3);
  }
  
  /* wishAppear-ийн blur-ийг мөн арилгах (mobile дээр гацдаг) */
  @keyframes wishAppear {
    0% { opacity: 0; transform: scale(0.85) translateY(20px); }
    100% { opacity: 1; transform: scale(1) translateY(0); }
  }
  
  /* Однуудын тоог багасгах — performance-д хэрэгтэй */
  .star {
    filter: none;
    text-shadow: 0 0 8px currentColor;
  }
  
  /* Final текст — drop-shadow хөнгөвчлөх */
  .wish-text__final {
    filter: none !important;
    text-shadow: 0 0 30px rgba(255, 215, 0, 0.6), 0 4px 12px rgba(0,0,0,0.4);
  }
}

/* ============================================
   MANROPE FONT — Ү/Ө үсгийг бүрэн дэмжих
   ============================================ */

/* Russo One-аас Manrope руу шилжүүлэх үед хэмжээг хэвээр үлдээх */
.hero__title,
.section-title,
.section-title__accent,
.hero__title--accent,
.bank-card__head h2,
h1, h2 {
  font-weight: 900 !important;
  letter-spacing: -0.5px;
}

h3, h4, h5, h6,
.bank-row__value--copy,
.bank-row__value--price,
.car-card__plate,
.tier {
  font-weight: 800 !important;
}

.section-title__sub,
.faq-item__title {
  font-weight: 700 !important;
}
