@media only screen and (max-width: 900px) {
  .hero-logo {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    height: 0 !important;
    width: 0 !important;
    pointer-events: none !important;
  }
}
.service-card {
  background: rgba(35,36,42,0.92);
  border-radius: 12px;
  padding: 2rem 1.5rem;
  flex: 1 1 250px;
  min-width: 220px;
  box-shadow: 0 2px 12px rgba(191,167,106,0.18);
  border: 1px solid #bfa76a;
  color: #fff;
  margin-bottom: 1rem;
}
.service-card h3 {
  color: #bfa76a;
  margin-bottom: 0.5rem;
}
html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}
/* Force hide STBstrategy badge on mobile */
/* Nav bar styles */


/* Navigation links always visible and styled as buttons on all screen sizes */
.nav-bar {
  display: flex;
  gap: 2rem;
  justify-content: center;
  align-items: center;
  background: transparent;
  padding: 2rem 0 1.5rem 0;
  border: none;
  position: relative;
}
.nav-link {
  color: #fff;
  background: linear-gradient(90deg, #bfa76a 60%, #23242a 100%);
  border: none;
  border-radius: 24px;
  padding: 0.75rem 2.5rem;
  font-weight: 700;
  text-decoration: none;
  font-size: 1.15rem;
  transition: background 0.2s, color 0.2s, box-shadow 0.2s;
  box-shadow: 0 2px 12px rgba(191,167,106,0.10);
  margin: 0 0.5rem;
  letter-spacing: 0.5px;
  min-width: 110px;
  text-align: center;
}
@media (max-width: 600px) {
  .hero-logo {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    height: 0 !important;
    width: 0 !important;
    pointer-events: none !important;
  }
  .nav-bar {
    gap: 0.7rem;
    padding: 0.2rem 0.2rem 1.2rem 0.2rem;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 0;
  }
  .nav-link {
    font-size: 0.98rem;
    padding: 0.5rem 0.7rem;
    min-width: 70px;
    margin: 0 0.2rem;
    border-radius: 16px;
    display: inline-block !important;
  }
}
.nav-link.active, .nav-link:hover {
  background: linear-gradient(90deg, #23242a 60%, #bfa76a 100%);
  color: #bfa76a;
  box-shadow: 0 4px 24px rgba(191,167,106,0.18);
}
.nav-link {
  color: #fff;
  background: linear-gradient(90deg, #bfa76a 60%, #23242a 100%);
  border: none;
  border-radius: 24px;
  padding: 0.75rem 2.5rem;
  font-weight: 700;
  text-decoration: none;
  font-size: 1.15rem;
  transition: background 0.2s, color 0.2s, box-shadow 0.2s;
  box-shadow: 0 2px 12px rgba(191,167,106,0.10);
  margin: 0 0.5rem;
  letter-spacing: 0.5px;
}
.nav-link.active, .nav-link:hover {
  background: linear-gradient(90deg, #23242a 60%, #bfa76a 100%);
  color: #bfa76a;
  box-shadow: 0 4px 24px rgba(191,167,106,0.18);
}
/* Logo in top left of hero banner */
.hero-logo {
  position: relative;
  top: 2.2rem;
  left: 0;
  font-size: 1.1rem;
  font-weight: 800;
  color: #bfa76a;
  background: linear-gradient(90deg, #23242a 60%, #bfa76a 100%);
  padding: 0.3rem 1rem;
  border-radius: 8px;
  text-shadow: 1px 2px 8px rgba(191,167,106,0.18), 0 2px 8px rgba(35,36,42,0.12);
  letter-spacing: 1px;
  z-index: 10;
  font-family: 'Inter', 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  max-width: 160px;
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: -0.5rem;
}
.headline-main {
  display: inline-block;
  font-size: 2.3rem;
  font-weight: 800;
  color: #23242a;
  margin-right: 0.3rem;
  letter-spacing: 1px;
}
/* Premium hero banner with gold/black gradient and image overlay */
.hero-banner {
  background: linear-gradient(90deg, #23242a 60%, #bfa76a 100%);
  color: #fff;
  padding: 4rem 0 3rem 0;
  text-align: center;
  position: relative;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(35,36,42,0.12);
  min-height: 420px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.hero-banner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('success.webp.jpg') center center/cover no-repeat;
  opacity: 0.35;
  z-index: 0;
}
.hero-banner > * {
  position: relative;
  z-index: 1;
}
.hero-title {
  font-size: 2.3rem;
  font-weight: 800;
  margin-bottom: 1rem;
  text-align: center;
  background: linear-gradient(90deg, #bfa76a 0%, #23242a 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.subheadline {
  font-size: 1.1rem;
  color: #23242a;
  margin-bottom: 2rem;
  text-shadow: 0 2px 8px rgba(191,167,106,0.10);
  text-align: center;
}
.hero-banner .cta {
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  align-self: center;
  background: linear-gradient(90deg, #bfa76a 60%, #23242a 100%);
  color: #fff;
  font-weight: 700;
  padding: 0.75rem 2rem;
  border-radius: 24px;
  text-decoration: none;
  font-size: 1.08rem;
  transition: box-shadow 0.2s, background 0.2s;
  border: none;
  cursor: pointer;
  box-shadow: 0 2px 12px rgba(191,167,106,0.12);
  letter-spacing: 0.5px;
}
.hero-banner .cta:hover {
  background: linear-gradient(90deg, #23242a 60%, #bfa76a 100%);
  box-shadow: 0 4px 24px rgba(191,167,106,0.18);
}
body {
  margin: 0;
  font-family: 'Inter', 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  background: linear-gradient(135deg, #23242a 60%, #bfa76a 100%);
  color: #23242a;
}
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
}
.hero {
  background: #1a2236;
  color: #fff;
  padding: 4rem 0 3rem 0;
  text-align: center;
}
.hero h1 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.subheadline {
  font-size: 1.25rem;
  margin-bottom: 2rem;
}
.cta {
  display: inline-block;
  background: #14b8a6;
  color: #fff;
  font-weight: 700;
  padding: 0.75rem 2rem;
  border-radius: 4px;
  text-decoration: none;
  font-size: 1rem;
  transition: background 0.2s;
  border: none;
  cursor: pointer;
}
.cta:hover {
  background: #0e8074;
}
.services {
  background: linear-gradient(135deg, #23242a 60%, #bfa76a 100%);
  padding: 3rem 0;
  text-align: center;
}
.services h2 {
  font-size: 2rem;
  margin-bottom: 2rem;
  color: #bfa76a;
}
.service-list {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
  align-items: stretch;
  max-width: 1200px;
  margin: 0 auto;
}
.service-item {
  background: rgba(35,36,42,0.92);
  border-radius: 12px;
  padding: 2rem 1.5rem;
  flex: 1 1 250px;
  min-width: 220px;
  box-shadow: 0 2px 12px rgba(191,167,106,0.18);
  border: 1px solid #bfa76a;
  color: #fff;
}
.service-item h3 {
  color: #bfa76a;
  margin-bottom: 0.5rem;
}
.contact {
  background: linear-gradient(135deg, #23242a 60%, #bfa76a 100%);
  padding: 3rem 0;
  text-align: center;
  color: #fff;
}
.contact h2 {
  font-size: 2rem;
  margin-bottom: 1.5rem;
}
.contact-form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: 400px;
  margin: 0 auto;
}
.contact-form input,
.contact-form textarea {
  padding: 0.75rem;
  border: 1px solid #d1d5db;
  border-radius: 4px;
  font-size: 1rem;
  font-family: inherit;
}
.contact-form textarea {
  min-height: 100px;
  resize: vertical;
}
.contact-form button.cta {
  margin-top: 0.5rem;
}
.cta {
  display: inline-block;
  background: linear-gradient(90deg, #bfa76a 60%, #23242a 100%);
  color: #fff;
  font-weight: 700;
  padding: 0.75rem 2rem;
  border-radius: 24px;
  text-decoration: none;
  font-size: 1.08rem;
  transition: box-shadow 0.2s, background 0.2s;
  border: none;
  cursor: pointer;
  box-shadow: 0 2px 12px rgba(191,167,106,0.12);
  letter-spacing: 0.5px;
}
.cta:hover {
  background: linear-gradient(90deg, #23242a 60%, #bfa76a 100%);
  box-shadow: 0 4px 24px rgba(191,167,106,0.18);
}
.services h2, .contact h2 {
  font-size: 1.5rem;
}
