/*
Theme Name: Союз-Москва Заглушка
Theme URI: https://soyuz-moscow.ru
Author: Союз-Москва
Description: Временная тема-заглушка (Maintenance / Coming Soon) для Торгового Дома «Союз-Москва»
Version: 1.1.0
*/

:root {
  --bg-primary: #121824;
  --bg-radial: radial-gradient(circle at center, #1b263b 0%, #0a0f18 100%);
  --gold-gradient: linear-gradient(135deg, #f7d98c 0%, #cba258 50%, #9a742c 100%);
  --gold-color: #d4af37;
  --text-muted: #94a3b8;
  --text-white: #f8fafc;
}

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

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  background: var(--bg-radial);
  color: var(--text-white);
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.maintenance-card {
  max-width: 640px;
  width: 100%;
  text-align: center;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(212, 175, 55, 0.25);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  padding: 48px 32px;
  border-radius: 24px;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.7);
}

.logo-wrapper {
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
}

.logo-wrapper img {
  max-width: 320px;
  width: 100%;
  height: auto;
  border-radius: 16px;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.55);
  border: 1px solid rgba(212, 175, 55, 0.3);
  display: block;
}

.badge {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  color: var(--gold-color);
  background: rgba(212, 175, 55, 0.1);
  border: 1px solid rgba(212, 175, 55, 0.35);
  padding: 6px 18px;
  border-radius: 50px;
  margin-bottom: 24px;
}

.title {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.5px;
  margin-bottom: 16px;
  line-height: 1.35;
  background: var(--gold-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.description {
  color: var(--text-muted);
  font-size: 16px;
  line-height: 1.65;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}
