:root {
  --navy: #14213d;
  --navy-light: #203255;
  --gold: #c9a45c;
  --gold-light: #e5cb91;
  --ink: #172033;
  --muted: #667085;
  --surface: #f6f4ef;
  --white: #ffffff;
  --border: #e6e8ec;
  --shadow: 0 22px 55px rgba(20, 33, 61, 0.12);
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 82px;
}

body {
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.7;
  background: var(--white);
}

a {
  transition: color .2s ease, background-color .2s ease, border-color .2s ease, transform .2s ease;
}

.skip-link {
  position: fixed;
  z-index: 2000;
  top: -100px;
  left: 1rem;
  padding: .75rem 1rem;
  color: var(--white);
  background: var(--navy);
  border-radius: .5rem;
}

.skip-link:focus {
  top: 1rem;
}

.navbar {
  padding-block: .85rem;
  background: rgba(14, 27, 51, .94);
  backdrop-filter: blur(14px);
  box-shadow: 0 1px 0 rgba(255, 255, 255, .08);
}

.navbar-brand {
  color: var(--white);
  font-weight: 750;
  letter-spacing: -.02em;
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  color: var(--gold-light);
  border: 1px solid rgba(229, 203, 145, .42);
  border-radius: 50%;
}

.navbar .nav-link {
  color: rgba(255, 255, 255, .78);
  font-weight: 600;
}

.navbar .nav-link:hover,
.navbar .nav-link:focus {
  color: var(--white);
}

.btn-gold {
  --bs-btn-color: #111c32;
  --bs-btn-bg: var(--gold-light);
  --bs-btn-border-color: var(--gold-light);
  --bs-btn-hover-color: #111c32;
  --bs-btn-hover-bg: #f0dba8;
  --bs-btn-hover-border-color: #f0dba8;
  --bs-btn-active-color: #111c32;
  --bs-btn-active-bg: #d8b86f;
  --bs-btn-active-border-color: #d8b86f;
  font-weight: 750;
}

.btn-primary-custom {
  color: var(--white);
  background: var(--navy);
  border: 1px solid var(--navy);
  font-weight: 700;
}

.btn-primary-custom:hover,
.btn-primary-custom:focus {
  color: var(--white);
  background: var(--navy-light);
  border-color: var(--navy-light);
  transform: translateY(-1px);
}

.hero-section {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  padding: 9.5rem 0 6rem;
  color: var(--white);
  background:
    radial-gradient(circle at 12% 20%, rgba(201, 164, 92, .18), transparent 30%),
    linear-gradient(125deg, #0c172d 0%, #172a4e 55%, #21365b 100%);
}

.hero-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(1px);
  opacity: .25;
}

.hero-orb-one {
  width: 320px;
  height: 320px;
  top: 120px;
  right: -130px;
  border: 1px solid rgba(229, 203, 145, .9);
}

.hero-orb-two {
  width: 160px;
  height: 160px;
  bottom: 40px;
  left: -55px;
  background: rgba(201, 164, 92, .2);
}

.eyebrow,
.section-kicker {
  display: inline-block;
  color: var(--gold-light);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.hero-section h1 {
  max-width: 760px;
  letter-spacing: -.045em;
  line-height: 1.07;
}

.hero-lead {
  max-width: 680px;
  color: rgba(255, 255, 255, .78);
  font-size: 1.13rem;
}

.hero-contact {
  font-size: .96rem;
}

.contact-mini-icon {
  display: inline-grid;
  place-items: center;
  width: 26px;
  height: 26px;
  margin-right: .35rem;
  color: var(--navy);
  background: var(--gold-light);
  border-radius: 50%;
  font-weight: 800;
}

.hero-image-wrap {
  position: relative;
  padding: 1rem;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 1.75rem;
  box-shadow: 0 30px 80px rgba(0, 0, 0, .3);
}

.hero-image {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 1.15rem;
}

.section-space {
  padding: 6rem 0;
}

.section-title {
  color: var(--navy);
  font-weight: 800;
  letter-spacing: -.035em;
  line-height: 1.15;
}

.section-heading {
  max-width: 760px;
}

.service-section {
  background: var(--white);
}

.service-checks {
  display: grid;
  gap: .8rem;
}

.service-checks li {
  display: flex;
  align-items: flex-start;
  gap: .75rem;
  color: var(--ink);
  font-weight: 600;
}

.check-icon {
  flex: 0 0 auto;
  display: inline-grid;
  place-items: center;
  width: 26px;
  height: 26px;
  color: var(--navy);
  background: #f1e5cb;
  border-radius: 50%;
  font-weight: 900;
}

.service-panel {
  position: relative;
  overflow: hidden;
  padding: 2.5rem;
  background: var(--surface);
  border: 1px solid #ece6d9;
  border-radius: 1.5rem;
}

.service-panel::after {
  content: "";
  position: absolute;
  width: 160px;
  height: 160px;
  right: -70px;
  bottom: -70px;
  border: 1px solid rgba(201, 164, 92, .45);
  border-radius: 50%;
}

.service-panel-icon {
  display: inline-grid;
  place-items: center;
  width: 78px;
  height: 78px;
  margin-bottom: 1.5rem;
  color: var(--gold-light);
  background: var(--navy);
  border-radius: 1.2rem;
}

.text-link {
  color: var(--navy);
  font-weight: 750;
  text-decoration: none;
}

.text-link:hover {
  color: #8d6c2f;
}

.advantages-section {
  background: var(--surface);
}

.advantage-card {
  padding: 2rem 1.6rem;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 1.25rem;
  box-shadow: 0 10px 32px rgba(20, 33, 61, .06);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.advantage-card:hover {
  transform: translateY(-7px);
  border-color: #ddc996;
  box-shadow: var(--shadow);
}

.advantage-icon {
  display: inline-grid;
  place-items: center;
  width: 64px;
  height: 64px;
  margin-bottom: 1.4rem;
  color: var(--gold-light);
  background: var(--navy);
  border-radius: 1rem;
}

.advantage-card h3 {
  color: var(--navy);
  font-weight: 750;
}

.contact-section {
  background: var(--white);
}

.contact-list {
  display: grid;
  gap: 1rem;
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem 1.1rem;
  color: var(--ink);
  background: #f8f9fb;
  border: 1px solid var(--border);
  border-radius: 1rem;
  text-decoration: none;
}

.contact-item:hover {
  color: var(--navy);
  border-color: var(--gold);
  transform: translateY(-2px);
}

.contact-item-icon {
  flex: 0 0 auto;
  display: inline-grid;
  place-items: center;
  width: 48px;
  height: 48px;
  color: var(--white);
  background: var(--navy);
  border-radius: 50%;
  font-weight: 800;
}

.contact-item span:last-child {
  display: flex;
  flex-direction: column;
}

.contact-item small {
  color: var(--muted);
}

.contact-note {
  padding: 1rem 1.1rem;
  color: #6b5a34;
  background: #fbf4e5;
  border-left: 4px solid var(--gold);
  border-radius: .35rem .8rem .8rem .35rem;
  font-size: .91rem;
}

.contact-form-card {
  padding: 2rem;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 1.5rem;
  box-shadow: var(--shadow);
}

.form-label {
  color: var(--navy);
  font-weight: 700;
}

.form-control {
  min-height: 50px;
  border-color: #d9dde4;
  border-radius: .75rem;
}

textarea.form-control {
  min-height: 155px;
}

.form-control:focus,
.form-check-input:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 .25rem rgba(201, 164, 92, .18);
}

.form-check-input:checked {
  background-color: var(--navy);
  border-color: var(--navy);
}

.honeypot {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
}

.site-footer {
  padding: 2.2rem 0;
  color: rgba(255, 255, 255, .85);
  background: #0d182d;
}

.site-footer a {
  color: var(--gold-light);
  text-decoration: none;
}

.site-footer a:hover {
  color: var(--white);
}

.footer-small {
  color: rgba(255, 255, 255, .56);
  font-size: .87rem;
}

.footer-separator {
  margin-inline: .45rem;
  color: rgba(255, 255, 255, .35);
}

@media (max-width: 991.98px) {
  .navbar-collapse {
    padding-top: 1rem;
  }

  .hero-section {
    min-height: auto;
    padding-top: 8.5rem;
  }

  .section-space {
    padding: 4.5rem 0;
  }
}

@media (max-width: 575.98px) {
  .hero-section {
    padding-bottom: 4.5rem;
  }

  .hero-section h1 {
    font-size: clamp(2.3rem, 12vw, 3.25rem);
  }

  .hero-image-wrap {
    padding: .65rem;
    border-radius: 1.2rem;
  }


  .service-panel,
  .contact-form-card {
    padding: 1.4rem;
  }

  .section-space {
    padding: 3.8rem 0;
  }

  .footer-separator {
    display: none;
  }

  .site-footer a {
    display: block;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}
