/* ===== THEME: MODERN CASINO BLACK–GOLD ===== */
:root {
  --primary-color: #FFD700;     /* золотой */
  --accent-color: #C5A300;      /* глубокий золотой */
  --bg-color: #0D0D0D;          /* почти чёрный фон */
  --card-bg: #1A1A1A;           /* карточки */
  --text-color: #F5F5F5;        /* светлый текст */
  --text-secondary: #AAAAAA;    /* вторичный текст */
  --font-family: 'Poppins', sans-serif;
}

/* ===== BASE ===== */
body {
  font-family: var(--font-family);
  color: var(--text-color);
  background-color: var(--bg-color);
  margin: 0;
  overflow-x: hidden;
}

/* ===== HEADER ===== */
.sw-header {
  position: relative;
  background: radial-gradient(circle at center, #0a0a0a 0%, #000 100%);
  color: #fff;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(255, 215, 0, 0.05);
}

/* === Верхний бар === */
.sw-header-top {
  background: rgba(255, 215, 0, 0.1);
  backdrop-filter: blur(5px);
  text-align: center;
  color: #FFD700;
  font-size: 0.9rem;
  letter-spacing: 0.5px;
  padding: 8px 0;
  border-bottom: 1px solid rgba(255, 215, 0, 0.2);
  text-shadow: 0 0 10px rgba(255,215,0,0.4);
}

.sw-header-top i {
  color: #FFD700;
  font-size: 1.1rem;
}

/* === Основная часть === */
.sw-header-main {
  position: relative;
  z-index: 2;
}

/* === Линки === */
.sw-link {
  color: #FFD700;
  text-decoration: none;
  font-weight: 500;
  transition: 0.3s ease;
  position: relative;
}

.sw-link::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, #FFD700, #FFB400);
  transition: width 0.3s ease;
}

.sw-link:hover::after {
  width: 100%;
}
.sw-link:hover {
  color: #fff;
}

/* === Логотип === */
.sw-logo-center {
  position: relative;
}

.sw-logo-main {
  height: 65px;
  z-index: 2;
  position: relative;
  transition: transform 0.5s ease, filter 0.5s ease;
  filter: drop-shadow(0 0 10px rgba(255,215,0,0.6));
}

.sw-logo-main:hover {
  transform: scale(1.08) rotate(-2deg);
  filter: drop-shadow(0 0 25px rgba(255,215,0,1));
}

/* Золотая аура */
.sw-logo-aura {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 160px;
  height: 160px;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, rgba(255,215,0,0.35), transparent 70%);
  border-radius: 50%;
  filter: blur(40px);
  animation: goldPulse 4s ease-in-out infinite;
  z-index: 1;
}

@keyframes goldPulse {
  0%,100% { opacity: 0.4; transform: translate(-50%, -50%) scale(1); }
  50% { opacity: 0.8; transform: translate(-50%, -50%) scale(1.1); }
}

/* === CTA кнопка === */
.sw-btn-cta {
  background: linear-gradient(90deg, #FFD700, #E6B800);
  color: #000;
  font-weight: 700;
  padding: 12px 24px;
  border-radius: 30px;
  box-shadow: 0 0 20px rgba(255,215,0,0.3);
  transition: 0.3s ease;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
}

.sw-btn-cta:hover {
  color: #000;
  transform: translateY(-3px);
  box-shadow: 0 0 35px rgba(255,215,0,0.7);
}

/* === Декоративный фон === */
.sw-header-bg .sw-gold-light {
  position: absolute;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  filter: blur(120px);
  opacity: 0.4;
  z-index: 0;
  background: radial-gradient(circle, rgba(255,215,0,0.3), transparent 80%);
  animation: moveGlow 10s ease-in-out infinite;
}

.sw-header-bg .left {
  top: -100px;
  left: -80px;
}

.sw-header-bg .right {
  bottom: -100px;
  right: -80px;
}

@keyframes moveGlow {
  0%,100% { transform: translate(0,0); }
  50% { transform: translate(15px,-15px); }
}
/* ===== HERO ===== */
.sw-hero {
  background: linear-gradient(180deg, #000 0%, #0d0d0d 100%);
  position: relative;
  overflow: hidden;
}

.sw-hero-title {
  font-size: 2.4rem;
  line-height: 1.3;
  color: #fff;
  text-shadow: 0 0 15px rgba(255, 215, 0, 0.1);
}

.text-gold {
  background: linear-gradient(90deg, #FFD700, #E6B800);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.sw-hero-desc {
  color: #ddd;
  max-width: 600px;
}

.sw-hero-feature i {
  transition: transform 0.3s ease, text-shadow 0.3s ease;
}

.sw-hero-feature:hover i {
  transform: scale(1.2);
  text-shadow: 0 0 20px rgba(255,215,0,0.6);
}

.sw-btn-cta {
  background: linear-gradient(90deg, #FFD700, #E6B800);
  color: #000;
  font-weight: 700;
  padding: 14px 28px;
  border-radius: 40px;
  box-shadow: 0 0 25px rgba(255,215,0,0.25);
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
}

.sw-btn-cta:hover {
  box-shadow: 0 0 45px rgba(255,215,0,0.7);
  transform: translateY(-3px);
}

/* === Иллюстрация === */
.sw-hero-img {
  position: relative;
}

.sw-hero-orb {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 250px;
  height: 250px;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, rgba(255,215,0,0.3), transparent 70%);
  border-radius: 50%;
  filter: blur(80px);
  animation: orbGlow 6s ease-in-out infinite;
}

@keyframes orbGlow {
  0%,100% { opacity: 0.5; transform: translate(-50%, -50%) scale(1); }
  50% { opacity: 0.8; transform: translate(-50%, -50%) scale(1.15); }
}

.sw-hero-icon {
  z-index: 2;
  text-shadow: 0 0 25px rgba(255,215,0,0.6);
}

/* === Подсветки === */
.sw-hero-glow-left,
.sw-hero-glow-right {
  position: absolute;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  filter: blur(150px);
  opacity: 0.35;
  background: radial-gradient(circle, rgba(255,215,0,0.25), transparent 70%);
  z-index: 0;
}

.sw-hero-glow-left {
  top: -100px;
  left: -150px;
  animation: floatLeft 10s ease-in-out infinite;
}

.sw-hero-glow-right {
  bottom: -100px;
  right: -150px;
  animation: floatRight 10s ease-in-out infinite;
}

@keyframes floatLeft {
  0%,100% { transform: translate(0,0); }
  50% { transform: translate(15px,10px); }
}

@keyframes floatRight {
  0%,100% { transform: translate(0,0); }
  50% { transform: translate(-15px,-10px); }
}
/* ===== OFFER CARD ===== */
.sw-offer {
  overflow: hidden;
}

.sw-parallax-bg {
  background-image: url('../img/casino-bg.jpg');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  filter: brightness(0.4);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.sw-offer-card {
  position: relative;
  z-index: 2;
  border: 1px solid rgba(255, 204, 0, 0.3);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.sw-offer-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 25px rgba(255, 204, 0, 0.4);
}

.sw-btn-glow {
  background: linear-gradient(90deg, #ffcc00, #ffdf4d);
  color: #111;
  border: none;
  font-weight: 600;
  padding: 0.75rem 2rem;
  border-radius: 50px;
  box-shadow: 0 0 15px rgba(255, 204, 0, 0.5);
  transition: all 0.3s ease;
}

.sw-btn-glow:hover {
  background: linear-gradient(90deg, #ffdf4d, #ffe680);
  box-shadow: 0 0 25px rgba(255, 230, 80, 0.8);
  transform: scale(1.05);
}

.sw-offer-details li {
  margin-bottom: 0.6rem;
  font-size: 1rem;
}

.sw-offer-details i {
  vertical-align: middle;
}
/* ===== RESPONSIBLE GAMING ===== */
.sw-responsible {
  background: #0f0f0f;
  color: #f0e6c8;
  padding: 80px 20px;
  font-family: 'Montserrat', sans-serif;
  position: relative;
}

.sw-section-title {
  color: #ffcc00;
  font-size: 2.5rem;
  font-weight: 800;
  text-align: center;
  text-shadow: 0 0 10px rgba(255, 204, 0, 0.6);
  margin-bottom: 1rem;
}

.sw-responsible-intro {
  color: #e6d8a8;
  font-size: 1.1rem;
  max-width: 750px;
  margin: 0 auto 50px auto;
}

.sw-responsible-card {
  background: linear-gradient(145deg, #1a1a1a, #252525);
  border-radius: 20px;
  padding: 25px;
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #ffcc00;
}

.sw-responsible-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 50px rgba(255, 204, 0, 0.4);
}

.sw-responsible-icon {
  font-size: 3rem;
  margin-bottom: 15px;
  display: inline-block;
  background: #ffcc00;
  color: #0f0f0f;
  padding: 15px;
  border-radius: 50%;
  box-shadow: 0 0 15px rgba(255, 204, 0, 0.5);
  animation: bounce 2s infinite;
}

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

.sw-responsible-card h3 {
  color: #ffdd33;
  font-weight: 700;
  margin-bottom: 10px;
}

.sw-responsible-card p {
  color: #e6d8a8;
  line-height: 1.6;
}
/* ===== FOOTER ===== */
.sw-footer {
  background: linear-gradient(180deg, #0d0d0d 0%, #1a1a1a 100%);
  position: relative;
  overflow: hidden;
}

.sw-footer::before {
  content: "";
  position: absolute;
  top: -30%;
  left: -20%;
  width: 150%;
  height: 200%;
  background: radial-gradient(circle at 50% 0, rgba(255, 204, 0, 0.08), transparent 70%);
  z-index: 0;
}

.sw-footer .container {
  position: relative;
  z-index: 2;
}

.sw-footer-links li {
  margin-bottom: 0.5rem;
}

.sw-footer-links a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  transition: color 0.3s ease, text-shadow 0.3s ease;
}

.sw-footer-links a:hover {
  color: #ffcc00;
  text-shadow: 0 0 8px rgba(255, 204, 0, 0.8);
}

.sw-footer-partners a {
  color: rgba(255, 204, 0, 0.7);
  transition: all 0.3s ease;
}

.sw-footer-partners a:hover {
  color: #fff;
  transform: scale(1.2);
  text-shadow: 0 0 10px rgba(255, 204, 0, 0.8);
}

.text-light-50 {
  color: rgba(255, 255, 255, 0.6);
}

hr.border-warning {
  border-color: rgba(255, 204, 0, 0.4) !important;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
  .sw-hero h1 { font-size: 2rem; }
  .sw-hero p { font-size: 1rem; }
  .sw-offer-card { margin-bottom: 20px; }
}
