
body {
  font-family: 'Plus Jakarta Sans', sans-serif !important;
  color: #1a202c;
  background-color: #fcfbfa;
}

h1, h2, h3, .title, .gs4-heading h2, .gsf2-col-title {
  font-family: 'Cinzel', serif !important;
  letter-spacing: 0.02em;
}

/* Fix Header & Live bar styling */
.whb-main-header {
  background: #ffffff;
  box-shadow: 0 4px 20px rgba(0, 34, 80, 0.08);
}
.whb-top-bar {
  background: #f8fafc;
  border-bottom: 1px solid #e2e8f0;
  padding: 6px 0;
}
.whb-top-bar-inner {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}
.gs-live-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.gs-live-bar {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 12px;
  font-weight: 600;
}
.gs-live-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #fee2e2;
  color: #dc2626;
  padding: 2px 8px;
  border-radius: 999px;
  font-size: 10.5px;
  font-weight: 800;
  letter-spacing: 0.04em;
}
.gs-live-dot {
  width: 6px;
  height: 6px;
  background: #dc2626;
  border-radius: 50%;
  animation: pulse 1.5s infinite;
}
@keyframes pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.3; }
}
.gs-live-prices {
  display: flex;
  gap: 16px;
  color: #1e293b;
}
.gs-arrow-up {
  color: #16a34a;
  font-size: 10px;
}
.whb-flex-row {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  width: 100% !important;
}
.whb-general-header-inner {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  padding: 14px 0 !important;
}
.whb-general-header-inner .whb-col-left {
  display: flex !important;
  align-items: center !important;
  gap: 16px !important;
  flex: 0 0 auto !important;
}
.vat-free-badge-wrap {
  display: flex !important;
  align-items: center !important;
}
.whb-general-header-inner .whb-col-center {
  flex: 1 1 auto !important;
  display: flex !important;
  justify-content: center !important;
  padding: 0 16px !important;
}

/* Oval / Pill Live Price Bar matching Image 3 */
.gs-header-live-pill {
  display: inline-flex !important;
  align-items: center !important;
  gap: 14px !important;
  padding: 6px 20px 6px 8px !important;
  background: #ffffff !important;
  border: 1px solid rgba(212, 175, 55, 0.6) !important;
  border-radius: 999px !important;
  box-shadow: 0 3px 12px rgba(6, 28, 69, 0.05) !important;
  white-space: nowrap !important;
}
.gs-live-tag {
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  background: #fbf5e6 !important;
  color: #b48c26 !important;
  padding: 4px 12px !important;
  border-radius: 999px !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  letter-spacing: 0.05em !important;
}
.gs-live-tag .gs-live-dot {
  width: 7px !important;
  height: 7px !important;
  background: #cba237 !important;
  border-radius: 50% !important;
  display: inline-block !important;
  animation: livePillGlow 1.8s infinite !important;
}
@keyframes livePillGlow {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.4; transform: scale(0.85); }
}
.gs-live-tickers {
  display: inline-flex !important;
  align-items: center !important;
  gap: 14px !important;
  font-size: 12.5px !important;
  color: #0c213d !important;
}
.ticker-item {
  display: inline-flex !important;
  align-items: center !important;
  gap: 5px !important;
}
.ticker-symbol {
  font-weight: 800 !important;
  font-size: 12px !important;
  color: #071c3d !important;
  letter-spacing: 0.03em !important;
}
.ticker-val {
  font-weight: 700 !important;
  color: #071c3d !important;
}
.ticker-unit {
  font-size: 11.5px !important;
  color: #64748b !important;
  font-weight: 500 !important;
}
.ticker-divider {
  color: #cbd5e1 !important;
  font-size: 10px !important;
}
.gs-arrow-up {
  color: #16a34a !important;
  font-size: 9px !important;
}
.gs-arrow-down {
  color: #dc2626 !important;
  font-size: 9px !important;
}

/* Header Right Column Tools matching Image 3 */
.whb-general-header-inner .whb-col-right {
  display: flex !important;
  align-items: center !important;
  gap: 14px !important;
  flex: 0 0 auto !important;
}

/* Language Switcher pill */
.gsmg-premium-switcher {
  position: relative;
}
.gsmg-switcher-trigger {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  padding: 6px 14px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(212, 175, 55, 0.6) !important;
  background: #ffffff !important;
  color: #071c3d !important;
  cursor: pointer !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: 0.03em !important;
  box-shadow: 0 2px 8px rgba(6, 28, 69, 0.04) !important;
  transition: all 0.2s ease !important;
}
.gsmg-switcher-trigger:hover {
  border-color: #d4af37 !important;
  background: #fcfbfa !important;
}
.gsmg-chevron {
  font-size: 10px !important;
  color: #b48c26 !important;
}
.gsmg-switcher-menu {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  min-width: 140px;
  background: #ffffff;
  border: 1px solid rgba(212, 175, 55, 0.4);
  border-radius: 12px;
  box-shadow: 0 10px 28px rgba(6, 28, 69, 0.12);
  z-index: 1000;
  overflow: hidden;
  padding: 6px;
}
.gsmg-language-option {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 12px;
  border-radius: 6px;
  color: #071c3d;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  transition: background 0.15s ease;
}
.gsmg-language-option:hover {
  background: #fdf8eb;
  color: #b48c26;
}
.gsmg-language-option.is-current {
  background: #fbf5e6;
  color: #b48c26;
}

/* Header Circle Tool Buttons (Account, Cart, Search) */
.wd-header-my-account a,
.wd-header-cart a,
.wd-search-opener-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 42px !important;
  height: 42px !important;
  border-radius: 50% !important;
  border: 1px solid rgba(0, 34, 80, 0.15) !important;
  background: #ffffff !important;
  color: #071c3d !important;
  cursor: pointer !important;
  position: relative !important;
  transition: all 0.2s ease !important;
  text-decoration: none !important;
  padding: 0 !important;
  overflow: visible !important;
}
.wd-header-my-account a:hover,
.wd-header-cart a:hover,
.wd-search-opener-btn:hover {
  border-color: #d4af37 !important;
  color: #b48c26 !important;
  box-shadow: 0 4px 12px rgba(6, 28, 69, 0.08) !important;
}
.wd-header-my-account a .wd-tools-icon::before,
.wd-header-cart a .wd-tools-icon::before,
.wd-header-my-account a::before,
.wd-header-cart a::before,
.wd-search-opener-btn::before {
  display: none !important;
  content: none !important;
}
.wd-header-my-account .wd-tools-icon,
.wd-header-cart .wd-tools-icon {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  line-height: 0 !important;
  font-size: 0 !important;
}
.wd-header-my-account svg,
.wd-header-cart svg,
.wd-search-opener-btn svg {
  display: block !important;
  width: 20px !important;
  height: 20px !important;
  color: #071c3d !important;
}

.wd-header-cart .wd-cart-number {
  position: absolute !important;
  top: -4px !important;
  right: -4px !important;
  background: #ffffff !important;
  color: #071c3d !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  width: 17px !important;
  height: 17px !important;
  border-radius: 50% !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: 1px solid rgba(0, 34, 80, 0.15) !important;
  padding: 0 !important;
  line-height: 1 !important;
}

/* Dropdown popover search form */
.wd-search-dropdown-pop {
  position: absolute !important;
  top: calc(100% + 10px) !important;
  right: 0 !important;
  width: 320px !important;
  background: #ffffff !important;
  border: 1px solid rgba(212, 175, 55, 0.4) !important;
  border-radius: 12px !important;
  box-shadow: 0 12px 30px rgba(6, 28, 69, 0.14) !important;
  padding: 10px !important;
  z-index: 1000 !important;
}
.wd-search-dropdown-pop form {
  position: relative !important;
  display: flex !important;
  align-items: center !important;
}
.wd-search-dropdown-pop input.s {
  width: 100% !important;
  height: 40px !important;
  border-radius: 8px !important;
  border: 1px solid #cbd5e1 !important;
  padding: 0 40px 0 12px !important;
  font-size: 13px !important;
  outline: none !important;
  background: #f8fafc !important;
}
.wd-search-dropdown-pop input.s:focus {
  border-color: #071c3d !important;
  background: #fff !important;
}
.searchsubmit-btn {
  position: absolute !important;
  right: 6px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  width: 28px !important;
  height: 28px !important;
  border: none !important;
  background: transparent !important;
  color: #071c3d !important;
  cursor: pointer !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
}

/* Scroll To Top Vector Icon */
.scrollToTop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 44px;
  height: 44px;
  background: #071c3d url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23ffffff' stroke-width='2.5'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M5 15l7-7 7 7'/%3E%3C/svg%3E") no-repeat center / 20px !important;
  border-radius: 50%;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  z-index: 999;
}
.scrollToTop::after {
  display: none !important;
}

/* Header bottom navigation bar */
.whb-header-bottom {
  background: #002250 !important;
  border-bottom: 1px solid rgba(212, 175, 55, 0.2) !important;
}
.whb-header-bottom .menu {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 12px !important;
  margin: 0 auto !important;
  padding: 0 !important;
  list-style: none !important;
  width: 100% !important;
  max-width: 1240px !important;
}
.whb-header-bottom .menu > li {
  margin: 0 !important;
  padding: 0 !important;
  white-space: nowrap !important;
  position: relative !important;
}
.whb-header-bottom .menu > li.menu-item-has-children > a::after {
  display: none !important;
  content: none !important;
}
.whb-header-bottom .menu > li > a {
  color: #ffffff !important;
  background: transparent !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  letter-spacing: 0.04em !important;
  text-transform: uppercase !important;
  padding: 13px 8px !important;
  text-decoration: none !important;
  display: inline-flex !important;
  align-items: center !important;
  white-space: nowrap !important;
  transition: color 0.2s ease !important;
  position: relative !important;
}
.whb-header-bottom .menu > li > a:hover {
  color: #d4af37 !important;
  background: transparent !important;
}
.whb-header-bottom .menu > li.is-active > a {
  color: #ffffff !important;
}
.whb-header-bottom .menu > li.is-active > a::after {
  content: "" !important;
  position: absolute !important;
  bottom: 0 !important;
  left: 8px !important;
  right: 8px !important;
  height: 2.5px !important;
  background: #2563eb !important;
  border-radius: 2px !important;
}
.whb-header-bottom .menu > li .nav-arrow {
  font-size: 10px !important;
  margin-left: 5px !important;
  color: rgba(255, 255, 255, 0.7) !important;
}

/* Hero Carousel Overlay & Controls */
#gs4Hero.gs4-hero {
  position: relative !important;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 16px 36px rgba(7, 28, 61, 0.12);
  margin: 20px auto;
  max-width: 1240px;
}
.gs4-hero-arrow {
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  width: 44px !important;
  height: 44px !important;
  border-radius: 50% !important;
  background: rgba(255, 255, 255, 0.25) !important;
  backdrop-filter: blur(8px) !important;
  -webkit-backdrop-filter: blur(8px) !important;
  border: 1px solid rgba(255, 255, 255, 0.5) !important;
  color: #ffffff !important;
  cursor: pointer !important;
  z-index: 20 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  line-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  box-sizing: border-box !important;
  transition: background 0.2s, transform 0.2s, border-color 0.2s, color 0.2s !important;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.2) !important;
}
.gs4-hero-arrow svg {
  display: block !important;
  pointer-events: none !important;
  stroke: #ffffff !important;
}
.gs4-hero-arrow:hover {
  background: rgba(7, 28, 61, 0.8) !important;
  border-color: #d4af37 !important;
  color: #f1d77e !important;
  transform: translateY(-50%) scale(1.08) !important;
}
.gs4-hero-arrow:hover svg {
  stroke: #f1d77e !important;
}
.gs4-prev { left: 12px !important; }
.gs4-next { right: 12px !important; }

/* Perfect Circle Hero Pagination Dots */
.gs4-dots {
  position: absolute !important;
  bottom: 16px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  z-index: 20 !important;
  margin: 0 !important;
  padding: 0 !important;
}
.gs4-dots button {
  width: 12px !important;
  height: 12px !important;
  min-width: 12px !important;
  min-height: 12px !important;
  max-width: 12px !important;
  max-height: 12px !important;
  border-radius: 50% !important;
  border: 2px solid rgba(255, 255, 255, 0.9) !important;
  background: rgba(255, 255, 255, 0.35) !important;
  cursor: pointer !important;
  padding: 0 !important;
  margin: 0 !important;
  box-sizing: border-box !important;
  transition: all 0.25s ease !important;
  outline: none !important;
}
.gs4-dots button::before,
.gs4-dots button::after {
  display: none !important;
  content: none !important;
}
.gs4-dots button.is-active {
  width: 12px !important;
  height: 12px !important;
  border-radius: 50% !important;
  background: #d4af37 !important;
  border-color: #d4af37 !important;
  transform: scale(1.25) !important;
  box-shadow: 0 0 8px rgba(212, 175, 55, 0.6) !important;
}

/* Fix mobile nav sidebar */
.mobile-nav.wd-opened {
  transform: translateX(0) !important;
  visibility: visible !important;
}
.wd-close-side-opened {
  opacity: 1 !important;
  visibility: visible !important;
}

/* Hero Carousel */
#gs4Hero.gs4-hero {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 16px 36px rgba(7, 28, 61, 0.12);
  width: 100%;
}
.gs4-hero-track {
  display: flex !important;
  width: 100% !important;
  transition: transform 0.5s ease-in-out !important;
}
.gs4-slide {
  flex: 0 0 100% !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 100% !important;
  box-sizing: border-box !important;
  overflow: hidden !important;
}

/* Product Carousel Wrapper & Flanking Arrows */
.gs4-product-carousel {
  position: relative !important;
  padding: 0 20px !important;
  margin-top: 24px !important;
}
.gs4-products {
  overflow-x: auto !important;
  scroll-behavior: smooth !important;
  padding: 8px 4px 16px !important;
  scrollbar-width: thin !important;
}
.gs4-products .products {
  display: flex !important;
  flex-wrap: nowrap !important;
  gap: 20px !important;
}
.gs4-products .wd-product {
  flex: 0 0 280px !important;
  min-width: 280px !important;
  max-width: 280px !important;
}
.gs4-product-arrow {
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  z-index: 25 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 44px !important;
  height: 44px !important;
  padding: 0 !important;
  margin: 0 !important;
  box-sizing: border-box !important;
  border: 1px solid rgba(212, 175, 55, 0.45) !important;
  border-radius: 50% !important;
  color: #061c45 !important;
  background: #ffffff !important;
  box-shadow: 0 6px 20px rgba(6, 28, 69, 0.18) !important;
  line-height: 0 !important;
  cursor: pointer !important;
  transition: all 0.2s ease !important;
}
.gs4-product-arrow svg {
  display: block !important;
  pointer-events: none !important;
}
.gs4-product-arrow:hover {
  background: #071c3d !important;
  color: #f1d77e !important;
  border-color: #d4af37 !important;
  transform: translateY(-50%) scale(1.08) !important;
}
.gs4-product-prev {
  left: -10px !important;
}
.gs4-product-next {
  right: -10px !important;
}

/* Trust Section (UK Registered & Security Proofs) */
.gs4-trust {
  display: grid !important;
  grid-template-columns: 0.9fr 1.1fr !important;
  gap: 32px !important;
  align-items: center !important;
  padding: 40px !important;
  margin: 36px 0 !important;
  border: 1px solid rgba(212, 175, 55, 0.28) !important;
  border-radius: 28px !important;
  color: #fff !important;
  background: radial-gradient(circle at 92% 8%, rgba(212, 175, 55, 0.16), transparent 36%),
              linear-gradient(135deg, #071c3d 0%, #031229 100%) !important;
  box-shadow: 0 18px 48px rgba(6, 28, 69, 0.14) !important;
}
.gs4-trust-intro h2 {
  margin: 0 0 12px !important;
  color: #ffffff !important;
  font-size: clamp(28px, 3.5vw, 40px) !important;
  line-height: 1.12 !important;
}
.gs4-trust-intro p {
  max-width: 500px !important;
  margin: 0 0 20px !important;
  color: rgba(255, 255, 255, 0.8) !important;
  font-size: 14px !important;
  line-height: 1.6 !important;
}
.gs4-proof-grid {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important;
  gap: 16px !important;
}
.gs4-proof-grid article {
  display: grid !important;
  grid-template-columns: 44px 1fr !important;
  gap: 14px !important;
  align-items: start !important;
  padding: 18px !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  border-radius: 18px !important;
  background: rgba(255, 255, 255, 0.05) !important;
}
.gs4-proof-grid article > span {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 44px !important;
  height: 44px !important;
  border-radius: 12px !important;
  color: #07152d !important;
  background: linear-gradient(135deg, #fff2a4, #d4af37) !important;
  font-size: 13px !important;
  font-weight: 900 !important;
}
.gs4-proof-grid h3 {
  margin: 0 0 6px !important;
  color: #ffffff !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  line-height: 1.3 !important;
}
.gs4-proof-grid p {
  margin: 0 !important;
  color: rgba(255, 255, 255, 0.72) !important;
  font-size: 12px !important;
  line-height: 1.5 !important;
}

@media (max-width: 980px) {
  .gs4-trust {
    grid-template-columns: 1fr !important;
    padding: 30px 20px !important;
    text-align: center !important;
  }
  .gs4-trust-intro p {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .gs4-proof-grid {
    grid-template-columns: 1fr !important;
  }
}

/* Brand carousel styling */
.brand-carousel-wrap {
  padding: 36px 20px !important;
  margin: 32px 0 !important;
  background: #ffffff !important;
  border: 1px solid rgba(6, 28, 69, 0.08) !important;
  border-radius: 20px !important;
  box-shadow: 0 8px 24px rgba(6, 28, 69, 0.04) !important;
  text-align: center !important;
}
.brand-carousel-title {
  font-size: 12px !important;
  text-transform: uppercase !important;
  letter-spacing: 0.12em !important;
  color: #d4af37 !important;
  font-weight: 800 !important;
  margin-bottom: 20px !important;
  display: block !important;
}
.brand-logos-row {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 24px !important;
  flex-wrap: wrap !important;
}
.brand-badge {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  padding: 10px 18px !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 12px !important;
  background: #f8fafc !important;
  text-decoration: none !important;
  transition: all 0.2s ease !important;
}
.brand-badge:hover {
  transform: translateY(-3px) !important;
  border-color: #d4af37 !important;
  background: #ffffff !important;
  box-shadow: 0 8px 18px rgba(6, 28, 69, 0.08) !important;
}
.brand-badge-icon {
  width: 28px !important;
  height: 28px !important;
  border-radius: 50% !important;
  background: linear-gradient(135deg, #071c3d, #0c2d5e) !important;
  color: #f1d77e !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 12px !important;
  font-weight: 900 !important;
}
.brand-badge-text {
  text-align: left !important;
}
.brand-badge-text strong {
  display: block !important;
  font-size: 13px !important;
  color: #061c45 !important;
  font-weight: 700 !important;
}
.brand-badge-text span {
  display: block !important;
  font-size: 10px !important;
  color: #64748b !important;
  text-transform: uppercase !important;
  letter-spacing: 0.05em !important;
}

/* Subpage container layout */
.subpage-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 48px 20px 80px;
}
.subpage-header {
  text-align: center;
  margin-bottom: 48px;
}
.subpage-header h1 {
  font-size: clamp(32px, 4vw, 48px);
  color: #061c45;
  margin-bottom: 12px;
}
.subpage-header p {
  font-size: 16px;
  color: #556987;
  max-width: 680px;
  margin: 0 auto;
}
.subpage-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 28px;
}
.subpage-card {
  background: #ffffff;
  border: 1px solid rgba(6, 28, 69, 0.08);
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 8px 24px rgba(6, 28, 69, 0.04);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.subpage-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 36px rgba(6, 28, 69, 0.09);
  border-color: rgba(212, 175, 55, 0.4);
}

/* Long-form Subpage Architecture (Non-AI Slop) */
.subpage-hero-banner {
  background: radial-gradient(circle at 85% 15%, rgba(212, 175, 55, 0.18), transparent 45%),
              linear-gradient(135deg, #071c3d 0%, #031229 100%);
  border-radius: 24px;
  padding: 48px 40px;
  color: #ffffff;
  margin-bottom: 40px;
  border: 1px solid rgba(212, 175, 55, 0.3);
  box-shadow: 0 16px 40px rgba(6, 28, 69, 0.12);
  position: relative;
  overflow: hidden;
}
.subpage-breadcrumbs {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12.5px;
  color: rgba(255, 255, 255, 0.65);
  margin-bottom: 16px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.subpage-breadcrumbs a {
  color: #f1d77e;
  text-decoration: none;
  font-weight: 600;
}
.subpage-breadcrumbs span.separator {
  color: rgba(255, 255, 255, 0.4);
}
.subpage-hero-kicker {
  display: inline-block;
  background: rgba(212, 175, 55, 0.2);
  color: #f1d77e;
  border: 1px solid rgba(212, 175, 55, 0.45);
  padding: 4px 14px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.subpage-hero-banner h1 {
  font-size: clamp(30px, 3.8vw, 44px);
  color: #ffffff;
  margin: 0 0 14px;
  line-height: 1.18;
}
.subpage-hero-banner p {
  font-size: 15.5px;
  color: rgba(255, 255, 255, 0.85);
  max-width: 720px;
  line-height: 1.65;
  margin: 0 0 28px;
}
.subpage-metrics-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding-top: 24px;
}
.subpage-metric-item {
  display: flex;
  align-items: center;
  gap: 12px;
}
.subpage-metric-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(212, 175, 55, 0.18);
  border: 1px solid rgba(212, 175, 55, 0.4);
  color: #f1d77e;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  flex-shrink: 0;
}
.subpage-metric-text strong {
  display: block;
  font-size: 15px;
  color: #ffffff;
  font-weight: 700;
}
.subpage-metric-text span {
  display: block;
  font-size: 11.5px;
  color: rgba(255, 255, 255, 0.65);
}

/* Detailed Comparison Specification Tables */
.subpage-table-wrap {
  background: #ffffff;
  border: 1px solid rgba(6, 28, 69, 0.08);
  border-radius: 20px;
  padding: 32px;
  box-shadow: 0 8px 30px rgba(6, 28, 69, 0.04);
  margin: 40px 0;
  overflow-x: auto;
}
.subpage-table-title {
  margin-bottom: 20px;
}
.subpage-table-title h3 {
  font-size: 24px;
  color: #061c45;
  margin: 0 0 6px;
}
.subpage-table-title p {
  font-size: 14px;
  color: #64748b;
  margin: 0;
}
.subpage-table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  font-size: 13.5px;
}
.subpage-table th {
  background: #f8fafc;
  color: #061c45;
  font-weight: 800;
  padding: 14px 18px;
  border-bottom: 2px solid #e2e8f0;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.04em;
}
.subpage-table td {
  padding: 16px 18px;
  border-bottom: 1px solid #f1f5f9;
  color: #334155;
  vertical-align: middle;
}
.subpage-table tr:hover td {
  background: #fcfbfa;
}

/* Feature Split Section (Image + Strategic Content) */
.subpage-split-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
  margin: 48px 0;
  padding: 36px;
  background: #ffffff;
  border: 1px solid rgba(6, 28, 69, 0.08);
  border-radius: 20px;
  box-shadow: 0 8px 28px rgba(6, 28, 69, 0.04);
}
.subpage-split-img img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  border-radius: 14px;
  box-shadow: 0 10px 24px rgba(6, 28, 69, 0.12);
}
.subpage-split-content h2 {
  font-size: 28px;
  color: #061c45;
  margin: 0 0 14px;
  line-height: 1.25;
}
.subpage-split-content p {
  font-size: 14.5px;
  line-height: 1.7;
  color: #475569;
  margin-bottom: 16px;
}
.subpage-checklist {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
}
.subpage-checklist li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 600;
  color: #1e293b;
  margin-bottom: 10px;
}
.subpage-checklist li i {
  color: #16a34a;
  font-size: 14px;
}

/* Long-Form FAQ Accordion Section */
.subpage-faq-section {
  margin: 48px 0;
}
.subpage-faq-header {
  text-align: center;
  margin-bottom: 32px;
}
.subpage-faq-header h2 {
  font-size: 30px;
  color: #061c45;
  margin-bottom: 8px;
}
.subpage-faq-header p {
  color: #64748b;
  font-size: 15px;
}
.subpage-faq-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.subpage-faq-item {
  background: #ffffff;
  border: 1px solid rgba(6, 28, 69, 0.08);
  border-radius: 14px;
  padding: 24px;
  box-shadow: 0 4px 16px rgba(6, 28, 69, 0.03);
  transition: all 0.2s ease;
}
.subpage-faq-item:hover {
  border-color: rgba(212, 175, 55, 0.4);
  box-shadow: 0 8px 24px rgba(6, 28, 69, 0.07);
}
.subpage-faq-item h4 {
  font-size: 16px;
  color: #061c45;
  margin: 0 0 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.subpage-faq-item h4 i {
  color: #d4af37;
  font-size: 14px;
}
.subpage-faq-item p {
  font-size: 13.5px;
  line-height: 1.65;
  color: #64748b;
  margin: 0;
}

@media (max-width: 768px) {
  .subpage-split-row {
    grid-template-columns: 1fr;
    padding: 20px;
  }
  .subpage-faq-grid {
    grid-template-columns: 1fr;
  }
  .subpage-hero-banner {
    padding: 32px 20px;
  }
}

/* =========================================================
   Golden Star Met - Complete Dark Footer Styling
   ========================================================= */
.gsf2-footer,
.gsf2-footer * {
  box-sizing: border-box;
}

.gsf2-footer {
  --gsf2-navy: #071a31;
  --gsf2-navy-deep: #041120;
  --gsf2-panel: rgba(255, 255, 255, 0.045);
  --gsf2-line: rgba(255, 255, 255, 0.12);
  --gsf2-text: #f7f9fc;
  --gsf2-muted: rgba(255, 255, 255, 0.72);
  --gsf2-soft: rgba(255, 255, 255, 0.55);
  --gsf2-gold: #d4af37;
  --gsf2-gold-light: #f1d77e;

  position: relative;
  width: 100%;
  color: var(--gsf2-text);
  background:
    radial-gradient(circle at 14% 0%, rgba(212, 175, 55, 0.12), transparent 32%),
    linear-gradient(135deg, var(--gsf2-navy), var(--gsf2-navy-deep));
  border-top: 1px solid rgba(212, 175, 55, 0.26);
  padding: 48px 0 24px;
  margin-top: 40px;
}

.gsf2-shell {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
}

.gsf2-main {
  display: grid;
  grid-template-columns: minmax(280px, 320px) minmax(650px, 1fr);
  gap: 48px;
  align-items: start;
}

.gsf2-brand {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.gsf2-logo-link {
  display: inline-block;
  line-height: 0;
}

.gsf2-logo {
  display: block;
  max-height: 52px;
  width: auto;
  filter: brightness(0) invert(1);
}

.gsf2-intro {
  margin: 0;
  color: var(--gsf2-muted);
  font-size: 13.5px;
  line-height: 1.6;
}

.gsf2-company {
  display: flex;
  flex-direction: column;
  gap: 4px;
  color: var(--gsf2-soft);
  font-size: 11.5px;
  line-height: 1.45;
}

.gsf2-contact-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 6px;
}

.gsf2-contact-links a {
  display: inline-flex;
  align-items: center;
  padding: 6px 14px;
  color: var(--gsf2-gold-light) !important;
  border: 1px solid rgba(212, 175, 55, 0.35);
  border-radius: 999px;
  background: rgba(212, 175, 55, 0.08);
  text-decoration: none !important;
  font-size: 11.5px;
  font-weight: 700;
  transition: all 0.2s ease;
}

.gsf2-contact-links a:hover {
  border-color: rgba(212, 175, 55, 0.7);
  background: rgba(212, 175, 55, 0.18);
  transform: translateY(-1px);
}

.gsf2-right {
  min-width: 0;
}

.gsf2-links-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.gsf2-col-title {
  position: relative;
  margin: 0 0 14px;
  padding-bottom: 8px;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.gsf2-col-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 24px;
  height: 2px;
  border-radius: 2px;
  background: var(--gsf2-gold);
}

.gsf2-col a {
  display: block;
  margin: 0 0 8px;
  color: var(--gsf2-muted) !important;
  text-decoration: none !important;
  font-size: 13px;
  line-height: 1.5;
  transition: color 0.18s ease, transform 0.18s ease;
}

.gsf2-col a:hover {
  color: var(--gsf2-gold-light) !important;
  transform: translateX(3px);
}

.gsf2-payment-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 28px;
  padding: 14px 18px;
  border: 1px solid var(--gsf2-line);
  border-radius: 14px;
  background: var(--gsf2-panel);
}

.gsf2-payment-copy strong {
  display: block;
  color: #fff;
  font-size: 12.5px;
  line-height: 1.3;
}

.gsf2-payment-copy span {
  display: block;
  color: var(--gsf2-soft);
  font-size: 11px;
}

.gsf2-payment-logos {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.gsf2-payment-logos img {
  display: block;
  width: 38px;
  height: 24px;
  padding: 3px 5px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.95);
  object-fit: contain;
}

.gsf2-lower {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 28px;
  padding-top: 20px;
  border-top: 1px solid var(--gsf2-line);
}

.gsf2-assurance {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

.gsf2-assurance span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--gsf2-muted);
  font-size: 11.5px;
  font-weight: 600;
}

.gsf2-assurance .gsf2-icon-svg {
  width: 17px;
  height: 17px;
  color: #d4af37;
  flex-shrink: 0;
}

.gsf2-assurance img {
  width: 16px;
  height: 16px;
  object-fit: contain;
}

.gsf2-copyright {
  margin: 0;
  color: var(--gsf2-soft);
  font-size: 11px;
}

.gsf2-social {
  display: flex;
  align-items: center;
  gap: 8px;
}

.gsf2-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: var(--gsf2-gold-light) !important;
  border: 1px solid rgba(212, 175, 55, 0.25);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.04);
  transition: all 0.2s ease;
}

.gsf2-social a:hover {
  color: #fff !important;
  border-color: rgba(212, 175, 55, 0.6);
  background: rgba(212, 175, 55, 0.15);
  transform: translateY(-2px);
}

.gsf2-social svg {
  width: 14px;
  height: 14px;
  fill: currentColor;
}

/* Responsive Footer */
@media (max-width: 980px) {
  .gsf2-main {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .gsf2-links-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }
  .gsf2-lower {
    flex-direction: column;
    text-align: center;
    gap: 12px;
  }
  .gsf2-assurance {
    justify-content: center;
  }
}

/* Hero Slide Overlay Polish */
.gs4-slide {
  position: relative;
}
.gs4-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(6, 28, 69, 0.92) 0%, rgba(6, 28, 69, 0.45) 55%, transparent 100%) !important;
  z-index: 2;
}
.gs4-hero-content {
  position: absolute;
  left: 56px;
  top: 50%;
  transform: translateY(-50%);
  max-width: 540px;
  color: #fff;
  z-index: 3;
}
.gs4-dark-kicker {
  display: inline-block;
  background: rgba(212, 175, 55, 0.2);
  color: #f1d77e;
  border: 1px solid rgba(212, 175, 55, 0.4);
  padding: 4px 12px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 8px;
}

/* ==========================================================================
   FONT AWESOME 5 GLOBAL ENFORCEMENT & FIX
   Ensure all Font Awesome 5 icons render crisply with correct font-family
   ========================================================================== */
.fa, .fas, .far, .fal, .fad, .fab {
  -moz-osx-font-smoothing: grayscale !important;
  -webkit-font-smoothing: antialiased !important;
  display: inline-block !important;
  font-style: normal !important;
  font-variant: normal !important;
  text-rendering: auto !important;
  line-height: 1 !important;
}

.fas, .fa {
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 900 !important;
}

.far {
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 400 !important;
}

.fab {
  font-family: "Font Awesome 5 Brands" !important;
  font-weight: 400 !important;
}

/* Subpage Split Row Layout & Responsiveness */
.subpage-split-row {
  display: flex !important;
  align-items: center !important;
  gap: 40px !important;
  background: #ffffff !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 16px !important;
  padding: 36px !important;
  margin-bottom: 45px !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03) !important;
  overflow: hidden !important;
}

.subpage-split-img,
.subpage-split-visual {
  flex: 0 0 45% !important;
  width: 45% !important;
  min-height: 320px !important;
  max-height: 420px !important;
  border-radius: 12px !important;
  overflow: hidden !important;
}

.subpage-split-img img,
.subpage-split-visual img {
  width: 100% !important;
  height: 100% !important;
  min-height: 320px !important;
  object-fit: cover !important;
  display: block !important;
  border-radius: 12px !important;
}

.subpage-split-content {
  flex: 1 1 55% !important;
  min-width: 0 !important;
}

.subpage-split-content h2 {
  font-family: 'Cinzel', serif !important;
  font-size: 26px !important;
  color: #061c45 !important;
  margin: 10px 0 16px !important;
  line-height: 1.3 !important;
}

.subpage-split-content p {
  color: #64748b !important;
  font-size: 14.5px !important;
  line-height: 1.7 !important;
  margin-bottom: 16px !important;
}

.subpage-checklist {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 0 24px !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 12px !important;
}

.subpage-checklist li {
  display: flex !important;
  align-items: flex-start !important;
  gap: 12px !important;
  font-size: 14px !important;
  color: #334155 !important;
  line-height: 1.5 !important;
}

.subpage-checklist li i {
  color: #10b981 !important;
  font-size: 16px !important;
  margin-top: 2px !important;
  flex-shrink: 0 !important;
}

@media (max-width: 860px) {
  .subpage-split-row {
    flex-direction: column !important;
    padding: 24px !important;
  }
  .subpage-split-img {
    width: 100% !important;
    flex: none !important;
    max-height: 260px !important;
  }
  .subpage-split-img img {
    min-height: 240px !important;
  }
}

