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

:root {
  --bg:          #FAF8F5;
  --card-bg:     #FFFFFF;
  --card-bg2:    #F3EDE4;
  --surface:     #EDE8E0;

  --primary:     #4A0B1A;
  --primary-l:   #6D1028;
  --accent:      #8C1835;

  --neon:        #D4AF6A;
  --gold-l:      #E7D0A0;
  --champagne:   #F5E7C1;

  --pink:        #6D1028;
  --pink-l:      #B88A3B;

  --text:        #1C1714;
  --text-muted:  #7A6F68;
  --text-light:  #A89B93;

  --border:      rgba(212,175,106,0.15);
  --glow-p:      rgba(74,11,26,0.10);
  --glow-pk:     rgba(212,175,106,0.10);

  --radius:      14px;
  --radius-lg:   20px;
}

html { scroll-behavior: smooth; }

body {
  font-family: 'Inter', sans-serif;
  background-color: var(--bg);
  color: var(--text);
  line-height: 1.6;
  overflow-x: hidden;
}

h1, h2, h3, h4 {
  font-family: 'Inter', sans-serif;
  font-weight: 800;
  line-height: 1.2;
}

h2, h3, h4 { color: #3B1420; }

a  { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }

.navbar {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(255,253,250,0.94);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(212,175,106,0.18);
  box-shadow: 0 1px 24px rgba(42,7,16,0.06);
}

.navbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 20px;
  max-width: 1200px;
  margin: 0 auto;
  gap: 12px;
}

.logo {
  font-family: 'Orbitron', sans-serif;
  font-size: clamp(0.88rem, 1.9vw, 1.12rem);
  font-weight: 900;
  background: linear-gradient(135deg, #4A0B1A, #6D1028);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  white-space: nowrap;
  letter-spacing: 0.01em;
}

.nav-links { display: flex; align-items: center; gap: 2px; list-style: none; }
.nav-item  { position: relative; }

.nav-item > a {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 0.78rem;
  font-weight: 500;
  color: #5C4F46;
  padding: 7px 11px;
  border-radius: 8px;
  transition: color 0.18s, background 0.18s;
  white-space: nowrap;
}

.nav-item > a:hover,
.nav-item:hover > a {
  color: var(--primary);
  background: rgba(74,11,26,0.05);
}

.has-dropdown > a::after {
  content: '';
  display: inline-block;
  width: 5px; height: 5px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg) translateY(-1px);
  transition: transform 0.18s;
  flex-shrink: 0;
}
.has-dropdown:hover > a::after { transform: rotate(-135deg) translateY(2px); }

.nav-dropdown {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  min-width: 220px;
  background: rgba(255,253,250,0.98);
  border: 1px solid rgba(212,175,106,0.2);
  border-radius: 12px;
  padding: 6px;
  list-style: none;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-6px);
  transition: opacity 0.18s, transform 0.18s, visibility 0.18s;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow: 0 12px 40px rgba(42,7,16,0.10), 0 2px 8px rgba(0,0,0,0.04);
  z-index: 200;
}
.nav-item:hover .nav-dropdown { opacity: 1; visibility: visible; transform: translateY(0); }

.nav-dropdown li a {
  display: block;
  padding: 8px 12px;
  font-size: 0.78rem;
  color: #5C4F46;
  border-radius: 8px;
  transition: color 0.15s, background 0.15s;
  white-space: nowrap;
}
.nav-dropdown li a:hover { color: var(--primary); background: rgba(74,11,26,0.05); }

.badge-18 {
  background: linear-gradient(135deg, #4A0B1A, #6D1028);
  color: #E7D0A0;
  font-family: 'Orbitron', sans-serif;
  font-size: 0.65rem;
  font-weight: 700;
  padding: 4px 9px;
  border-radius: 6px;
  letter-spacing: 0.06em;
  white-space: nowrap;
  box-shadow: 0 2px 8px rgba(74,11,26,0.28);
}

.nav-toggle {
  display: none;
  background: none;
  border: 1px solid rgba(74,11,26,0.18);
  color: #5C4F46;
  padding: 7px 10px;
  border-radius: 8px;
  cursor: pointer;
  font-size: 1.1rem;
  transition: all 0.18s;
}
.nav-toggle:hover { border-color: var(--primary); color: var(--primary); }

footer {
  background: #0A0908;
  border-top: 1px solid rgba(212,175,106,0.12);
  padding: 60px 0 32px;
}

.footer-grid {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
  margin-bottom: 48px;
}

.footer-grid > div:first-child { flex: 1 1 320px; max-width: 480px; }
.footer-grid .footer-col { flex: 0 0 auto; }
.footer-cols-group { display: flex; gap: 20px; flex-wrap: wrap; }

.footer-logo {
  font-family: 'Orbitron', sans-serif;
  font-size: 1.05rem;
  font-weight: 900;
  background: linear-gradient(135deg, #E7D0A0, #D4AF6A);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 14px;
  display: block;
}

.footer-desc    { font-size: 0.82rem; color: rgba(240,232,220,0.50); line-height: 1.75; margin-bottom: 16px; }
.footer-address { font-size: 0.78rem; color: rgba(240,232,220,0.44); line-height: 1.85; }
.footer-address strong { color: rgba(240,232,220,0.78); }

.footer-col h3 {
  font-family: 'Orbitron', sans-serif;
  font-size: 0.66rem;
  font-weight: 700;
  color: #D4AF6A;
  text-transform: uppercase;
  letter-spacing: 0.10em;
  margin-bottom: 16px;
}
.footer-col ul { list-style: none; }
.footer-col ul li { margin-bottom: 9px; }
.footer-col ul li a { font-size: 0.82rem; color: rgba(240,232,220,0.44); transition: color 0.18s; }
.footer-col ul li a:hover { color: #D4AF6A; }

.footer-bottom {
  border-top: 1px solid rgba(212,175,106,0.08);
  padding-top: 24px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.footer-disclaimer {
  font-size: 0.7rem;
  color: rgba(212,175,106,0.34);
  line-height: 1.75;
  max-width: 700px;
}
.footer-disclaimer a { color: rgba(212,175,106,0.6); text-decoration: underline; }
.footer-disclaimer a:hover { color: #D4AF6A; }

.footer-badges { display: flex; gap: 10px; flex-wrap: wrap; align-items: center; }
.footer-badge {
  background: rgba(212,175,106,0.07);
  border: 1px solid rgba(212,175,106,0.16);
  color: rgba(212,175,106,0.58);
  font-size: 0.65rem;
  font-weight: 700;
  padding: 5px 11px;
  border-radius: 6px;
  font-family: 'Orbitron', sans-serif;
  letter-spacing: 0.06em;
}

@media (max-width: 1024px) {
  .footer-grid { gap: 32px; }
}

@media (max-width: 768px) {
  .nav-links {
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    position: absolute;
    top: 100%; left: 0; right: 0;
    background: rgba(255,253,250,0.98);
    border-bottom: 1px solid rgba(212,175,106,0.15);
    padding: 8px 0 12px;
    z-index: 999;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    box-shadow: 0 8px 24px rgba(42,7,16,0.08);
  }
  .nav-links.open { display: flex; }

  .nav-item > a {
    padding: 10px 20px;
    border-radius: 0;
    border-bottom: 1px solid rgba(74,11,26,0.05);
    justify-content: space-between;
  }

  .has-dropdown > a::after { transform: rotate(45deg); }
  .nav-item.is-open > a::after { transform: rotate(-135deg) translateY(2px); }

  .nav-dropdown {
    position: static;
    opacity: 1; visibility: visible; transform: none;
    backdrop-filter: none; -webkit-backdrop-filter: none;
    background: rgba(74,11,26,0.04);
    border: none; border-radius: 0;
    border-left: 2px solid rgba(212,175,106,0.25);
    box-shadow: none;
    padding: 4px 0;
    margin: 0 0 0 20px;
    min-width: 0;
    display: none; transition: none;
  }
  .nav-item.is-open .nav-dropdown { display: block; }
  .nav-dropdown li a { padding: 8px 16px; font-size: 0.75rem; border-radius: 0; }
  .nav-toggle { display: block; }
  .navbar-inner { flex-wrap: wrap; position: relative; }
  .footer-grid { flex-direction: column; gap: 24px; }
  .footer-grid > div:first-child { max-width: none; }
}

@media (max-width: 480px) { .footer-bottom { flex-direction: column; } }
