/* Shared header + footer layout for all pages */

.topbar {
  display: none !important;
}
:root {
  --lux-bg: #0b1220;
  --lux-panel: #111a2e;
  --lux-soft: #1b2640;
  --lux-gold: #d4af37;
  --lux-gold-soft: #f0d98a;
  --lux-text: #e5e7eb;
}

.header-container,
.header.container,
.header-main,
.nav-container,
.footer-container {
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
  height: 0 !important;
  min-height: 0 !important;
  overflow: hidden !important;
  border: none !important;
}

.topbar {
  display: none;
}

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

.topbar-left { display: flex; gap: 20px; color: #94a3b8; }
.topbar-left a { color: #94a3b8; }
.topbar-left a:hover { color: #fff; }
.topbar-right { display: flex; gap: 16px; }
.topbar-right a { color: #94a3b8; font-weight: 500; }
.topbar-right a:hover { color: #fff; }

.site-header {
  background: #ffffff;
  position: sticky;
  top: 0;
  z-index: 999;
  box-shadow: 0 6px 18px rgba(15, 23, 42, 0.1);
  border-bottom: 1px solid #d9e1ef;
}

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

.logo-wrap {
  flex: 0 0 auto;
  min-width: 320px;
  display: flex;
  align-items: center;
}

.logo-wrap a {
  display: inline-flex;
  align-items: center;
}

.logo-wrap img {
  height: 64px !important;
  width: auto !important;
  max-width: 100%;
  object-fit: contain;
  filter: none !important;
}

.main-nav {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
}

.main-nav a {
  padding: 9px 16px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  color: #1e3a5f;
  transition: background 0.2s, color 0.2s;
}

.main-nav a:hover,
.main-nav a.active {
  background: #eef4ff;
  color: #1f3f7a;
}

.nav-toggle {
  display: none;
  background: none;
  border: none;
  font-size: 26px;
  cursor: pointer;
  color: #1f3f7a;
}

.mobile-nav {
  display: none;
  flex-direction: column;
  background: #ffffff;
  border-top: 1px solid #d9e1ef;
  padding: 10px 20px 16px;
}

.mobile-nav a {
  padding: 10px 0;
  font-size: 15px;
  font-weight: 600;
  color: #1e3a5f;
  border-bottom: 1px solid #edf1f8;
}

.mobile-nav.open { display: flex; }

.page-title-hero {
  display: block !important;
  width: 100%;
  margin: 0 !important;
  background: radial-gradient(circle at top right, rgba(212, 175, 55, 0.22), transparent 45%), linear-gradient(135deg, #0b1220 0%, #111a2e 60%, #1b2640 100%);
  padding: 34px 20px;
  border-bottom: 1px solid rgba(212, 175, 55, 0.22);
  box-sizing: border-box;
}

/* No gap between site header and page title */
.wrapper > .page-title-hero + .page,
.page:has(> .page-title-hero) {
  margin-top: 0 !important;
}

.wrapper > .page-title-hero + .page {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.page-title-hero-inner {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  color: #ffffff;
}

.page-title-badge {
  display: inline-block;
  font-size: 11px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(212, 175, 55, 0.2);
  color: var(--lux-gold-soft);
  margin-bottom: 10px;
}

.page-title-hero h1 {
  font-size: 38px;
  line-height: 1.2;
  margin: 0 0 8px;
  color: #ffffff;
}

.page-title-hero p {
  margin: 0;
  color: #dbeafe;
  font-size: 15px;
}

.site-footer {
  background: linear-gradient(180deg, #0b1220, #070d1a);
  color: #94a3b8;
}

.footer-top {
  display: grid;
  grid-template-columns: 1.35fr 0.9fr 1.15fr 1.35fr;
  gap: 32px;
  padding: 52px 40px 36px;
  max-width: 1200px;
  margin: 0 auto;
  align-items: start;
}

.footer-col h4 {
  color: var(--lux-gold-soft);
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: left;
}

.footer-brand-title {
  color: var(--lux-gold-soft);
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.footer-brand-contact {
  margin: 14px 0 16px;
}

.footer-brand-contact.footer-contact-items {
  gap: 16px;
}

.footer-brand a.footer-contact-value {
  color: #d59b2d !important;
}

.footer-about {
  font-size: 14px;
  line-height: 1.75;
  margin: 0;
  color: #94a3b8;
  text-align: left;
}

.footer-col.footer-contact {
  margin-left: -91px;
}

.footer-contact-items {
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-align: left;
}

.footer-contact-item {
  display: grid;
  grid-template-columns: 28px 1fr;
  column-gap: 12px;
  align-items: start;
}

.footer-contact-icon {
  grid-column: 1;
  grid-row: 1 / span 2;
  color: #d59b2d;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
}

.footer-contact-icon svg {
  display: block;
  width: 22px;
  height: 22px;
}

.footer-contact-body {
  grid-column: 2;
  display: contents;
}

.footer-contact-label {
  grid-column: 2;
  display: block;
  font-size: 15px;
  font-weight: 700;
  color: #ffffff !important;
  margin: 0 0 3px;
  letter-spacing: 0.2px;
  line-height: 1.3;
  text-align: left;
}

.footer-contact-value {
  grid-column: 2;
  display: block;
  font-size: 14px;
  line-height: 1.6;
  color: #d59b2d !important;
  font-weight: 500;
  word-break: break-word;
  text-align: left;
}

.footer-contact a.footer-contact-value {
  color: #d59b2d !important;
  text-decoration: none;
}

.footer-contact a.footer-contact-value:hover {
  color: #f0d48d !important;
}

.footer-contact span.footer-contact-value {
  color: #d59b2d !important;
}

.footer-links ul { list-style: none; margin: 0; padding: 0; }
.footer-links ul li { margin-bottom: 10px; }
.footer-links ul li a {
  font-size: 14px;
  color: #94a3b8;
  font-weight: 500;
}

.footer-links ul li a:hover { color: #ffffff; }

.footer-inquiry-btn {
  display: inline-block;
  margin-top: 6px;
  padding: 10px 20px;
  border-radius: 999px;
  background: linear-gradient(135deg, #c2861f, #d59b2d);
  color: #1b2740 !important;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.footer-inquiry-btn:hover {
  filter: brightness(1.08);
  color: #1b2740 !important;
}

.footer-map {
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(212, 175, 55, 0.25);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.35);
  background: #1e293b;
}

.footer-map iframe {
  display: block;
  width: 100%;
  height: 200px;
  border: 0;
}

.footer-col p {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 8px;
}

.footer-col ul {
  list-style: none;
  text-align: left;
  margin: 0;
  padding: 0;
}
.footer-col ul li { margin-bottom: 8px; }
.footer-col ul li a { font-size: 14px; color: #94a3b8; }
.footer-col ul li a:hover { color: #fff; }
.footer-links a {
  color: inherit;
}
.footer-col:not(.footer-contact) a { color: #60a5fa; }
.footer-col:not(.footer-contact) a:hover { color: #93c5fd; }

.footer-bottom {
  border-top: 1px solid #1e293b;
  text-align: center;
  padding: 20px;
  font-size: 13px;
  color: #ffffff;
}

.footer-bottom p {
  margin: 0;
  color: #ffffff;
}

/* Final refinement pass */
html {
  scroll-behavior: smooth;
}

.site-header {
  backdrop-filter: none;
}

.main-nav a {
  position: relative;
}

.main-nav a::after {
  content: "";
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 5px;
  height: 2px;
  border-radius: 4px;
  background: #1f3f7a;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.2s ease;
}

.main-nav a:hover::after,
.main-nav a.active::after {
  transform: scaleX(1);
}

.site-footer .footer-col ul li a,
.site-footer .footer-col a {
  transition: color 0.2s ease;
}

.site-footer .footer-links ul li a:hover {
  color: #dbeafe;
}

a:focus-visible,
button:focus-visible {
  outline: 2px solid #60a5fa;
  outline-offset: 2px;
}

@media (max-width: 1024px) {
  .footer-top {
    grid-template-columns: 1fr 1fr;
    gap: 28px;
    padding: 40px 24px 28px;
  }

  .footer-col.footer-contact {
    margin-left: 0;
  }

  .footer-map-col {
    grid-column: 1 / -1;
  }

  .footer-map iframe {
    height: 220px;
  }
}

@media (max-width: 768px) {
  .main-nav { display: none; }
  .nav-toggle { display: block; }
  .logo-wrap {
    min-width: auto;
    max-width: 78%;
  }
  .logo-wrap img {
    height: 52px !important;
  }
  .page-title-hero { padding: 24px 14px; }
  .page-title-hero h1 { font-size: 28px; }
  .footer-top { grid-template-columns: 1fr; padding: 32px 20px; gap: 28px; }
  .topbar-left, .topbar-right { font-size: 12px; gap: 10px; }
}
