/* ==========================================================================
   VICTORYMOON — Lunar Silver theme
   Dark near-black body with cool moon-silver accents
   ========================================================================== */

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: #0C0E12;
  color: #EDF0F4;
  font-size: 16px;
  font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", Arial, sans-serif;
  line-height: 1.7;
  overflow-x: hidden;
}

a {
  color: #C9D1DC;
  text-decoration: none;
}

img {
  max-width: 100%;
}

/* --------------------------------------------------------------------------
   Scroll reveal (safe fallback via noscript in page head)
   -------------------------------------------------------------------------- */
.fade-up {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.fade-up.visible {
  opacity: 1;
  transform: translateY(0);
}

/* --------------------------------------------------------------------------
   Buttons
   -------------------------------------------------------------------------- */
.btn {
  display: inline-block;
  padding: 14px 28px;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.3px;
  text-align: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  background-color: #C9D1DC;
  color: #0C0E12;
}

.btn-primary:hover {
  box-shadow: 0 8px 22px #C9D1DC3A;
}

.btn-secondary {
  border: 1px solid #C9D1DC;
  color: #C9D1DC;
  background-color: transparent;
}

.btn-secondary:hover {
  background-color: #1A202B;
}

.btn-dark {
  background-color: #0C0E12;
  color: #EDF0F4;
  border: 1px solid #0C0E12;
}

.btn-dark:hover {
  box-shadow: 0 8px 22px #0C0E1266;
}

/* --------------------------------------------------------------------------
   Crumb-trail navigation
   -------------------------------------------------------------------------- */
.crumb-nav {
  position: sticky;
  top: 0;
  z-index: 60;
  background-color: #0C0E12;
  border-bottom: 1px solid #232936;
  transition: background-color 0.25s ease;
}

.crumb-nav.scrolled {
  background-color: #10141B;
}

.crumb-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.crumb-brand {
  color: #EDF0F4;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 3px;
}

.crumb-links {
  display: flex;
  align-items: center;
}

.crumb-links a {
  font-size: 13px;
  color: #9AA4B4;
  letter-spacing: 0.6px;
  padding: 6px 2px;
  border-bottom: 2px solid transparent;
  transition: color 0.2s ease;
}

.crumb-links a:hover {
  color: #EDF0F4;
}

.crumb-links a.active {
  color: #EDF0F4;
  border-bottom-color: #C9D1DC;
}

.crumb-slash {
  color: #C9D1DC;
  font-size: 13px;
  margin: 0 10px;
  user-select: none;
}

.nav-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
}

.nav-toggle .bar {
  display: block;
  width: 22px;
  height: 2px;
  background-color: #EDF0F4;
  margin: 5px 0;
  border-radius: 2px;
}

/* --------------------------------------------------------------------------
   Mirrored split hero
   -------------------------------------------------------------------------- */
.mirror-hero {
  display: flex;
  align-items: center;
  gap: 72px;
  max-width: 1180px;
  margin: 0 auto;
  padding: 96px 24px 88px;
}

.hero-graphic {
  flex: 1 1 40%;
  display: flex;
  justify-content: center;
}

.hero-copy {
  flex: 1 1 60%;
}

.moon-graphic {
  position: relative;
  width: 110px;
  height: 110px;
}

.moon-circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background-color: #C9D1DC;
}

.moon-overlay {
  position: absolute;
  top: -22px;
  left: -22px;
  width: 88px;
  height: 88px;
  border-radius: 50%;
  background-color: #0C0E12;
}

.moon-star {
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #9AA4B4;
}

.moon-star.star-1 {
  top: 16px;
  right: -34px;
}

.moon-star.star-2 {
  bottom: 4px;
  right: -18px;
}

.hero-chip {
  display: inline-block;
  background-color: #C9D1DC;
  color: #0C0E12;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  padding: 8px 16px;
  border-radius: 999px;
  margin-bottom: 24px;
}

.hero-title {
  font-size: 48px;
  line-height: 1.12;
  color: #EDF0F4;
  font-weight: 800;
  letter-spacing: -0.5px;
  margin-bottom: 22px;
}

.hero-sub {
  font-size: 18px;
  color: #9AA4B4;
  max-width: 560px;
  margin-bottom: 34px;
}

.hero-ctas {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

/* --------------------------------------------------------------------------
   Section headings
   -------------------------------------------------------------------------- */
.section-head {
  max-width: 760px;
  margin-bottom: 56px;
}

.section-kicker {
  display: block;
  color: #C9D1DC;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.section-title {
  font-size: 34px;
  line-height: 1.2;
  color: #EDF0F4;
  font-weight: 800;
  margin-bottom: 18px;
}

.section-intro {
  color: #9AA4B4;
  font-size: 17px;
}

/* --------------------------------------------------------------------------
   Duo panels
   -------------------------------------------------------------------------- */
.duo-panels {
  max-width: 1180px;
  margin: 0 auto;
  padding: 88px 24px;
}

.duo-row {
  display: flex;
  border-top: 1px solid #232936;
}

.duo-row:last-child {
  border-bottom: 1px solid #232936;
}

.duo-panel {
  flex: 1;
  padding: 44px 36px;
}

.duo-panel:first-child {
  border-right: 1px solid #232936;
}

.duo-title {
  font-size: 22px;
  color: #EDF0F4;
  font-weight: 700;
  margin-bottom: 14px;
}

.duo-text {
  color: #9AA4B4;
  font-size: 16px;
}

/* --------------------------------------------------------------------------
   Metric band
   -------------------------------------------------------------------------- */
.metric-band {
  background-color: #C9D1DC;
  padding: 64px 24px;
}

.metric-grid {
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
}

.metric-item {
  flex: 1;
  text-align: center;
  border-right: 1px solid #0C0E12;
  padding: 12px 20px;
}

.metric-item:last-child {
  border-right: none;
}

.metric-num {
  display: block;
  font-size: 44px;
  font-weight: 800;
  line-height: 1.15;
  color: #0C0E12;
  letter-spacing: -0.5px;
}

.metric-label {
  display: block;
  margin-top: 8px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #0C0E12;
}

/* --------------------------------------------------------------------------
   Statement band
   -------------------------------------------------------------------------- */
.statement-band {
  max-width: 1180px;
  margin: 0 auto;
  padding: 96px 24px 88px;
}

.statement-title {
  font-size: 28px;
  line-height: 1.35;
  color: #EDF0F4;
  font-weight: 700;
  max-width: 820px;
  margin-bottom: 20px;
}

.statement-text {
  color: #9AA4B4;
  font-size: 17px;
  max-width: 720px;
}

/* --------------------------------------------------------------------------
   CTA band
   -------------------------------------------------------------------------- */
.cta-band {
  background-color: #C9D1DC;
  padding: 84px 24px;
}

.cta-inner {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.cta-title {
  font-size: 34px;
  line-height: 1.25;
  color: #0C0E12;
  font-weight: 800;
  margin-bottom: 18px;
}

.cta-text {
  color: #0C0E12;
  font-size: 17px;
  margin-bottom: 30px;
}

/* --------------------------------------------------------------------------
   Page hero (secondary pages)
   -------------------------------------------------------------------------- */
.page-hero {
  max-width: 1180px;
  margin: 0 auto;
  padding: 80px 24px 56px;
}

.page-hero-inner {
  max-width: 820px;
}

.page-title {
  font-size: 42px;
  line-height: 1.15;
  color: #EDF0F4;
  font-weight: 800;
  letter-spacing: -0.4px;
  margin-bottom: 20px;
}

.page-sub {
  font-size: 18px;
  color: #9AA4B4;
  max-width: 680px;
}

/* --------------------------------------------------------------------------
   Services page — service blocks
   -------------------------------------------------------------------------- */
.service-blocks {
  max-width: 1180px;
  margin: 0 auto;
  padding: 24px 24px 64px;
}

.service-block {
  display: flex;
  gap: 40px;
  border-top: 1px solid #232936;
  padding: 52px 8px;
}

.service-block:last-child {
  border-bottom: 1px solid #232936;
}

.service-meta {
  flex: 0 0 90px;
  font-size: 32px;
  font-weight: 800;
  color: #C9D1DC;
  letter-spacing: 1px;
}

.service-body {
  flex: 1;
}

.service-title {
  font-size: 26px;
  color: #EDF0F4;
  font-weight: 700;
  margin-bottom: 16px;
}

.service-text {
  color: #9AA4B4;
  margin-bottom: 14px;
}

.service-text:last-child {
  margin-bottom: 0;
}

/* --------------------------------------------------------------------------
   Services page — process overview
   -------------------------------------------------------------------------- */
.process-overview {
  max-width: 1180px;
  margin: 0 auto;
  padding: 72px 24px 96px;
}

.process-grid {
  display: flex;
  gap: 24px;
}

.process-step {
  flex: 1;
  background-color: #161A20;
  border: 1px solid #232936;
  border-radius: 10px;
  padding: 28px 24px;
}

.process-num {
  display: block;
  font-size: 26px;
  font-weight: 800;
  color: #C9D1DC;
  margin-bottom: 12px;
}

.process-title {
  font-size: 18px;
  color: #EDF0F4;
  font-weight: 700;
  margin-bottom: 10px;
}

.process-text {
  color: #9AA4B4;
  font-size: 15px;
}

/* --------------------------------------------------------------------------
   Contact page
   -------------------------------------------------------------------------- */
.contact-layout {
  max-width: 1180px;
  margin: 0 auto;
  padding: 24px 24px 80px;
  display: flex;
  gap: 48px;
  align-items: flex-start;
}

.contact-form-wrap {
  flex: 1 1 54%;
}

.contact-info-wrap {
  flex: 1 1 46%;
}

.contact-heading {
  font-size: 24px;
  color: #EDF0F4;
  font-weight: 700;
  margin-bottom: 24px;
}

.contact-form {
  background-color: #161A20;
  border: 1px solid #232936;
  border-radius: 10px;
  padding: 32px;
}

.form-row {
  display: flex;
  gap: 20px;
}

.form-field {
  flex: 1;
  margin-bottom: 20px;
}

.form-field label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #C9D1DC;
  margin-bottom: 8px;
  letter-spacing: 0.4px;
}

.form-field input,
.form-field textarea {
  width: 100%;
  padding: 12px 14px;
  background-color: #0C0E12;
  border: 1px solid #232936;
  border-radius: 6px;
  color: #EDF0F4;
  font-size: 16px;
  font-family: inherit;
}

.form-field input:focus,
.form-field textarea:focus {
  outline: none;
  border-color: #C9D1DC;
}

.form-field textarea {
  resize: vertical;
}

.form-status {
  margin-top: 16px;
  color: #C9D1DC;
  font-size: 15px;
  min-height: 22px;
}

.info-card {
  background-color: #161A20;
  border: 1px solid #232936;
  border-radius: 10px;
  padding: 32px;
  margin-bottom: 32px;
}

.info-label {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #C9D1DC;
  margin-bottom: 6px;
  margin-top: 18px;
}

.info-label:first-of-type {
  margin-top: 0;
}

.info-value {
  color: #EDF0F4;
  font-size: 17px;
}

.info-note {
  color: #9AA4B4;
  font-size: 15px;
  margin-top: 22px;
  border-top: 1px solid #232936;
  padding-top: 18px;
}

.faq-card {
  background-color: #161A20;
  border: 1px solid #232936;
  border-radius: 10px;
  padding: 32px;
}

.faq-item {
  border-top: 1px solid #232936;
}

.faq-item:first-of-type {
  border-top: none;
}

.faq-q {
  width: 100%;
  background: none;
  border: none;
  text-align: left;
  cursor: pointer;
  padding: 18px 0;
  font-size: 17px;
  font-weight: 600;
  color: #EDF0F4;
  font-family: inherit;
}

.faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.faq-a p {
  color: #9AA4B4;
  padding-bottom: 20px;
  font-size: 15px;
}

/* --------------------------------------------------------------------------
   Bus footer
   -------------------------------------------------------------------------- */
.bus-footer {
  background-color: #0C0E12;
}

.footer-grid {
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
  padding: 72px 24px 56px;
}

.footer-col {
  flex: 1;
  padding: 0 26px;
  border-right: 1px solid #232936;
}

.footer-col:first-child {
  padding-left: 0;
}

.footer-col:last-child {
  padding-right: 0;
  border-right: none;
}

.footer-col-head {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #EDF0F4;
  margin-bottom: 20px;
}

.footer-led {
  width: 8px;
  height: 8px;
  background-color: #C9D1DC;
  flex-shrink: 0;
}

.footer-brand {
  color: #C9D1DC;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 3px;
  margin-bottom: 14px;
}

.footer-blurb {
  color: #9AA4B4;
  font-size: 14px;
  margin-bottom: 18px;
}

.footer-copy {
  color: #9AA4B4;
  font-size: 13px;
}

.footer-col a {
  display: block;
  color: #9AA4B4;
  font-size: 14px;
  padding: 6px 0;
  transition: color 0.2s ease;
}

.footer-col a:hover {
  color: #C9D1DC;
}

.footer-contact {
  color: #9AA4B4;
  font-size: 14px;
  margin-bottom: 10px;
}

.legal-strip {
  background-color: #08090C;
  padding: 20px 24px;
  text-align: center;
  font-size: 13px;
  color: #9AA4B4;
}

.legal-strip a {
  color: #9AA4B4;
}

.legal-strip a:hover {
  color: #C9D1DC;
}

.strip-sep {
  color: #C9D1DC;
  margin: 0 8px;
}

/* --------------------------------------------------------------------------
   Responsive
   -------------------------------------------------------------------------- */
@media (max-width: 920px) {
  .mirror-hero {
    flex-direction: column;
    gap: 40px;
    padding: 64px 24px 56px;
  }

  .hero-copy {
    order: -1;
  }

  .hero-title {
    font-size: 38px;
  }

  .metric-grid {
    flex-wrap: wrap;
  }

  .metric-item {
    flex: 1 1 45%;
    border-bottom: 1px solid #0C0E12;
  }

  .metric-item:nth-child(2n) {
    border-right: none;
  }

  .footer-grid {
    flex-wrap: wrap;
  }

  .footer-col {
    flex: 1 1 45%;
    border-right: none;
    border-bottom: 1px solid #232936;
    padding: 20px 12px;
  }

  .footer-col:first-child {
    padding-left: 12px;
  }

  .footer-col:last-child {
    padding-right: 12px;
    border-bottom: none;
  }

  .service-block {
    flex-direction: column;
    gap: 16px;
  }

  .service-meta {
    flex: none;
  }

  .process-grid {
    flex-wrap: wrap;
  }

  .process-step {
    flex: 1 1 40%;
  }

  .contact-layout {
    flex-direction: column;
  }
}

@media (max-width: 768px) {
  .crumb-links {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #161A20;
    flex-direction: column;
    align-items: flex-start;
    padding: 16px 24px 20px;
    border-bottom: 1px solid #232936;
  }

  .crumb-nav.open .crumb-links {
    display: flex;
  }

  .crumb-links a {
    display: block;
    padding: 12px 0;
    font-size: 16px;
    width: 100%;
    border-bottom: none;
  }

  .crumb-links a.active {
    border-bottom: none;
    color: #C9D1DC;
  }

  .crumb-slash {
    display: none;
  }

  .nav-toggle {
    display: block;
  }

  .duo-row {
    flex-direction: column;
  }

  .duo-panel:first-child {
    border-right: none;
    border-bottom: 1px solid #232936;
  }

  .duo-panel {
    padding: 32px 12px;
  }

  .metric-item {
    flex: 1 1 100%;
    border-right: none;
    border-bottom: 1px solid #0C0E12;
  }

  .metric-item:last-child {
    border-bottom: none;
  }

  .metric-num {
    font-size: 36px;
  }

  .statement-title {
    font-size: 24px;
  }

  .page-title {
    font-size: 34px;
  }

  .form-row {
    flex-direction: column;
    gap: 0;
  }

  .footer-col {
    flex: 1 1 100%;
  }
}
