:root {
  --chrome-bg: #080f1d;
  --chrome-bg-deep: #050a14;
  --chrome-card: rgba(14, 24, 43, 0.82);
  --chrome-border: rgba(92, 125, 168, 0.28);
  --chrome-gold: #d4a373;
  --chrome-gold-light: #f0c78e;
  --chrome-cyan: #22d3ee;
  --chrome-text: #e5edf8;
  --chrome-muted: #9aabc2;
}
.navbar {
  position: sticky;
  top: 0;
  z-index: 1030;
  padding: 0.72rem 1rem;
  background: linear-gradient(110deg, rgba(5, 10, 20, 0.97), rgba(12, 23, 42, 0.96));
  border-bottom: 1px solid rgba(212, 163, 115, 0.2);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}
.navbar::after {
  content: "";
  position: absolute;
  right: 8%;
  bottom: -1px;
  left: 8%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(34, 211, 238, 0.8), rgba(212, 163, 115, 0.8), transparent);
  pointer-events: none;
}
.breadcrumb-wrap {
  display: flex;
  align-items: center;
  min-height: 50px;
}
.breadcrumb-wrap > .container {
  display: flex;
  align-items: center;
  width: 100%;
}
.breadcrumb-wrap nav {
  width: 100%;
}
.breadcrumb-wrap .breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  min-height: 1.5rem;
  margin: 0 !important;
  padding: 0 !important;
}
.breadcrumb-wrap .breadcrumb-item {
  display: flex;
  align-items: center;
  padding-left: 0;
  line-height: 1.5;
}
.breadcrumb-wrap .breadcrumb-item a,
.breadcrumb-wrap .breadcrumb-item.active {
  display: inline-flex;
  align-items: center;
  min-height: 1.5rem;
  line-height: 1.5;
}
.breadcrumb-wrap .breadcrumb-item + .breadcrumb-item::before {
  float: none;
  padding-right: 0.55rem;
  padding-left: 0.55rem;
  line-height: 1;
}
.navbar > .container {
  position: relative;
  max-width: 1420px;
}
.navbar-brand {
  display: inline-flex;
  align-items: center;
  padding: 0.34rem 0.5rem;
  border: 1px solid transparent;
  border-radius: 14px;
  transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
}
.navbar-brand:hover {
  background: rgba(34, 211, 238, 0.06);
  border-color: rgba(34, 211, 238, 0.18);
  transform: translateY(-1px);
}
.navbar-brand img {
  width: 200px;
  height: auto;
  max-height: 44px;
  object-fit: contain;
  filter: drop-shadow(0 0 12px rgba(212, 163, 115, 0.16));
}
.navbar .navbar-nav {
  gap: 0.25rem;
}
.navbar .nav-item {
  display: flex;
  align-items: center;
}
.navbar .nav-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0.58rem 0.78rem !important;
  color: #d4deed !important;
  border: 1px solid transparent;
  border-radius: 12px;
  font-size: 0.88rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  white-space: nowrap;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}
.navbar .nav-link::after {
  content: "";
  position: absolute;
  right: 50%;
  bottom: 5px;
  left: 50%;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--chrome-cyan), var(--chrome-gold));
  transform: translateX(-50%);
  transition: width 180ms ease;
}
.navbar .nav-link:hover,
.navbar .nav-link.active,
.navbar .nav-link[aria-current="page"] {
  color: var(--chrome-gold-light) !important;
  background: linear-gradient(135deg, rgba(34, 211, 238, 0.1), rgba(212, 163, 115, 0.1));
  border-color: rgba(212, 163, 115, 0.28);
  transform: translateY(-1px);
}
.navbar .nav-link:hover::after,
.navbar .nav-link.active::after,
.navbar .nav-link[aria-current="page"]::after {
  width: 24px;
}
.navbar .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 96px;
  min-height: 42px;
  border-radius: 12px;
  font-weight: 800;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, color 180ms ease;
}
.navbar .btn:hover {
  transform: translateY(-1px);
}
.navbar .btn-outline-gold {
  border: 1px solid var(--chrome-gold) !important;
  color: var(--chrome-gold-light) !important;
  background: rgba(212, 163, 115, 0.03);
}
.navbar .btn-outline-gold:hover {
  background: rgba(212, 163, 115, 0.14) !important;
  color: #fff5e8 !important;
  box-shadow: 0 8px 22px rgba(212, 163, 115, 0.14);
}
.navbar .btn-gold {
  border: 1px solid rgba(240, 199, 142, 0.72) !important;
  color: #08111f !important;
  background: linear-gradient(135deg, var(--chrome-gold-light), #bb8450) !important;
  box-shadow: 0 8px 22px rgba(212, 163, 115, 0.16);
}
.navbar .btn-gold:hover {
  color: #050a14 !important;
  box-shadow: 0 10px 26px rgba(212, 163, 115, 0.28);
}
.navbar .navbar-toggler {
  padding: 0.55rem 0.68rem;
  border: 1px solid rgba(212, 163, 115, 0.55);
  border-radius: 12px;
  background: rgba(14, 24, 43, 0.86);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.18);
}
.navbar .navbar-toggler:focus {
  box-shadow: 0 0 0 0.2rem rgba(34, 211, 238, 0.16);
}
.site-footer {
  position: relative;
  overflow: hidden;
  margin-top: clamp(48px, 7vw, 88px);
  padding: clamp(54px, 7vw, 82px) 0 24px;
  background: linear-gradient(135deg, var(--chrome-bg) 0%, #0b172a 58%, var(--chrome-bg-deep) 100%);
  border-top: 1px solid rgba(212, 163, 115, 0.22);
}
.site-footer::before,
.site-footer::after {
  content: "";
  position: absolute;
  width: 340px;
  height: 340px;
  border-radius: 50%;
  pointer-events: none;
}
.site-footer::before {
  top: -210px;
  right: -110px;
  background: radial-gradient(circle, rgba(34, 211, 238, 0.1), transparent 68%);
}
.site-footer::after {
  bottom: -240px;
  left: -120px;
  background: radial-gradient(circle, rgba(212, 163, 115, 0.1), transparent 68%);
}
.site-footer > .container {
  position: relative;
  z-index: 1;
  max-width: 1420px;
}
.footer-grid {
  display: grid;
  grid-template-columns: minmax(230px, 1.28fr) repeat(4, minmax(120px, 0.75fr)) minmax(190px, 0.95fr);
  gap: 34px 38px;
  align-items: start;
}
.site-footer .footer-brand {
  margin-bottom: 18px;
}
.site-footer .footer-brand img {
  display: block;
  width: 200px;
  max-width: 100%;
  height: auto;
  max-height: 44px;
  object-fit: contain;
  filter: drop-shadow(0 0 16px rgba(212, 163, 115, 0.14));
}
.site-footer .footer-desc {
  max-width: 370px;
  margin: 0 0 20px;
  color: var(--chrome-muted);
  font-size: 0.93rem;
  line-height: 1.85;
}
.footer-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}
.footer-badge {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  color: var(--chrome-gold-light);
  background: rgba(212, 163, 115, 0.08);
  border: 1px solid rgba(212, 163, 115, 0.22);
  border-radius: 999px;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}
.footer-link-group,
.footer-contact {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer-title {
  margin-bottom: 7px;
  color: var(--chrome-gold-light);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: none;
}
.footer-links {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-footer .footer-links a,
.site-footer .footer-contact a {
  position: relative;
  width: fit-content;
  color: var(--chrome-text);
  font-size: 0.9rem;
  text-decoration: none;
  transition: color 180ms ease, transform 180ms ease;
}
.site-footer .footer-links a::before {
  content: "›";
  display: inline-block;
  width: 0;
  overflow: hidden;
  color: var(--chrome-cyan);
  opacity: 0;
  transition: width 180ms ease, opacity 180ms ease;
}
.site-footer .footer-links a:hover,
.site-footer .footer-contact a:hover {
  color: var(--chrome-gold-light);
  transform: translateX(2px);
}
.site-footer .footer-links a:hover::before {
  width: 13px;
  opacity: 1;
}
.site-footer .footer-contact > a {
  color: var(--chrome-gold-light);
  font-weight: 700;
}
.site-footer .footer-contact p {
  max-width: 245px;
  margin: 0;
  color: var(--chrome-muted);
  font-size: 0.88rem;
  line-height: 1.75;
}
.footer-account-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  margin-top: 5px;
}
.footer-account-links a {
  color: var(--chrome-cyan) !important;
  font-size: 0.82rem !important;
}
.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-top: 38px;
  padding-top: 20px;
  color: var(--chrome-muted);
  border-top: 1px solid var(--chrome-border);
  font-size: 0.82rem;
}
.content-media-section {
  padding: clamp(38px, 5vw, 68px) 0;
}
.content-media-section .content-media-intro {
  max-width: 760px;
  margin: 0 auto 24px;
  text-align: center;
}
.content-media-section .content-media-intro p:last-child {
  max-width: 680px;
  margin-right: auto;
  margin-left: auto;
  color: var(--chrome-muted);
}
.content-media-frame {
  max-width: 860px;
  margin: 0 auto;
  padding: clamp(10px, 1.8vw, 18px);
  background: linear-gradient(145deg, rgba(18, 32, 56, 0.9), rgba(7, 14, 27, 0.94));
  border: 1px solid rgba(212, 163, 115, 0.24);
  border-radius: 22px;
  box-shadow: 0 20px 46px rgba(0, 0, 0, 0.24), 0 0 0 1px rgba(34, 211, 238, 0.05) inset;
}
.content-media-frame img {
  display: block;
  width: 100%;
  max-width: 820px;
  height: auto;
  margin: 0 auto;
  border: 1px solid rgba(229, 237, 248, 0.12);
  border-radius: 16px;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.24);
}
.media-stack > [class*="col-"] {
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
}
@media (max-width: 1320px) {
  .navbar {
    padding: 0.64rem 0.78rem;
  }
  .navbar-expand-lg .navbar-toggler {
    display: inline-flex !important;
  }
  .navbar-expand-lg .navbar-collapse {
    display: none !important;
  }
  .navbar-expand-lg .navbar-collapse.show {
    display: block !important;
  }
  .navbar-brand img {
    width: min(200px, 54vw);
    max-height: 38px;
  }
  .navbar .navbar-collapse {
    margin-top: 0.75rem;
    padding: 0.7rem;
    background: rgba(7, 15, 29, 0.98);
    border: 1px solid rgba(212, 163, 115, 0.2);
    border-radius: 18px;
    box-shadow: 0 20px 42px rgba(0, 0, 0, 0.32);
  }
  .navbar .navbar-nav {
    align-items: stretch !important;
    gap: 0.25rem !important;
  }
  .navbar .nav-item {
    width: 100%;
  }
  .navbar .nav-link,
  .navbar .btn {
    width: 100%;
  }
  .navbar .nav-link {
    justify-content: flex-start;
    padding: 0.72rem 0.84rem !important;
  }
  .navbar .nav-link::after {
    right: auto;
    left: 0.84rem;
    transform: none;
  }
  .navbar .nav-link:hover::after,
  .navbar .nav-link.active::after,
  .navbar .nav-link[aria-current="page"]::after {
    width: 24px;
  }
  .navbar .nav-item.ms-lg-1,
  .navbar .nav-item.ms-lg-2 {
    margin-top: 0.3rem;
    margin-left: 0 !important;
  }
  .navbar .btn {
    justify-content: center;
  }
  .footer-grid {
    grid-template-columns: repeat(3, minmax(170px, 1fr));
  }
}
@media (max-width: 767.98px) {
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .site-footer .footer-desc {
    max-width: 520px;
  }
  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }
}
