body.theme-alpha {
  font-family: "Outfit", sans-serif;
  background: #06080d;
  color: #eef3ff;
}

h1, h2, h3, .navbar-brand strong {
  font-family: "Syne", sans-serif;
}

.site-nav {
  background: rgba(6, 8, 13, 0.74);
  backdrop-filter: blur(22px);
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.navbar-brand img {
  width: 56px;
  height: 56px;
  padding: 4px;
  background: #fff;
  object-fit: contain;
}

.navbar-brand span {
  display: grid;
}

.navbar-brand small {
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.7rem;
  color: rgba(255,255,255,0.62);
}

.navbar-brand strong,
.nav-link {
  color: #fff;
}

.nav-link:hover,
.nav-link:focus,
.nav-link.active,
.nav-link:active {
  color: #ffffff !important;
  opacity: 1;
}

.sticky-cta {
  position: fixed;
  right: 1.4rem;
  bottom: 1.4rem;
  z-index: 1050;
}

.sticky-cta a {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem 1.25rem;
  background: linear-gradient(135deg, #ff6c3d, #ffa15c);
  color: #120b08;
  text-decoration: none;
  font-weight: 800;
  white-space: nowrap;
  box-shadow: 0 24px 44px rgba(0, 0, 0, 0.24);
  transition: transform 0.24s ease, box-shadow 0.24s ease;
}

.sticky-cta a:hover,
.sticky-cta a:focus {
  transform: translateY(-2px);
  box-shadow: 0 28px 48px rgba(0, 0, 0, 0.28);
}

.hero-banner {
  min-height: 100vh;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 20% 10%, rgba(255,108,61,0.24), transparent 20%),
    radial-gradient(circle at 85% 25%, rgba(104,255,215,0.16), transparent 18%),
    linear-gradient(180deg, #05070b 0%, #0d1420 42%, #111c30 100%);
}

.city-noise {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px),
    linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px);
  background-size: 52px 52px;
  opacity: 0.7;
}

.hero-content {
  position: relative;
  z-index: 1;
  padding-top: 7rem;
  padding-bottom: 4rem;
}

.hero-top {
  max-width: 900px;
  margin-bottom: 2rem;
}

.hero-top h1 {
  font-size: clamp(2.8rem, 5vw, 5.6rem);
  margin-bottom: 1rem;
}

.eyebrow {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-weight: 700;
  font-size: 0.76rem;
  color: #7ae3d0;
}

.dispatch-panel,
.map-card,
.service-tile,
.maintenance-panel,
.contact-panel,
.quote-shell {
  border: 1px solid rgba(255,255,255,0.08);
  background: rgba(255,255,255,0.04);
}

.dispatch-panel,
.maintenance-panel,
.contact-panel {
  padding: 2rem;
  height: 100%;
}

.dispatch-panel p,
.section-head p,
.map-card p,
.service-tile p,
.contact-meta p,
.quote-copy p,
.site-footer p {
  color: rgba(238, 243, 255, 0.72);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin: 1.5rem 0;
}

.btn,
.btn-cta,
.btn-outline-light {
  border-radius: 999px;
  padding: 0.95rem 1.6rem;
  font-weight: 800;
}

.btn-cta {
  border-radius: 999px;
  background: linear-gradient(135deg, #ff6c3d, #ffa15c);
  border: 0;
  color: #130c08;
}

.dispatch-stats {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.dispatch-stats strong,
.dispatch-stats span {
  display: block;
}

.dispatch-stats strong {
  font-size: 2rem;
  color: #fff;
}

.dispatch-stats span {
  color: rgba(238, 243, 255, 0.62);
}

.image-rig {
  display: grid;
  gap: 1rem;
}

.large-visual img {
  width: 100%;
  min-height: 420px;
  object-fit: cover;
}

.rig-meta {
  display: flex;
  gap: 1rem;
}

.rig-meta div {
  flex: 1;
  padding: 0.85rem 1rem;
  border: 1px solid rgba(255,255,255,0.08);
  background: rgba(255,255,255,0.03);
}

.rig-meta span {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.76rem;
}

.section-shell {
  padding: 5.5rem 0;
}

.section-head {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 2rem;
  margin-bottom: 2.5rem;
}

.section-head h2 {
  font-size: clamp(2rem, 4vw, 3.4rem);
  color: #fff;
}

.service-map-grid,
.service-board {
  display: grid;
  gap: 1rem;
}

.service-map-grid {
  grid-template-columns: repeat(3, 1fr);
}

.map-card {
  padding: 1.6rem;
}

.service-band {
  background: linear-gradient(180deg, rgba(255,108,61,0.04), rgba(104,255,215,0.02));
}

.service-board {
  grid-template-columns: repeat(3, 1fr);
}

.service-tile {
  padding: 1.8rem;
  position: relative;
  overflow: hidden;
}

.service-tile.accent {
  background: linear-gradient(180deg, rgba(255,108,61,0.14), rgba(255,255,255,0.04));
}

.service-tile i {
  font-size: 1.4rem;
  color: #ff9a63;
  margin-bottom: 1rem;
}

.service-tile ul {
  margin: 1rem 0 0;
  color: rgba(238, 243, 255, 0.72);
}

.visual-rail {
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.08);
  background: rgba(255,255,255,0.03);
}

.rail-track {
  display: flex;
  gap: 1rem;
  padding: 1rem;
  animation: rail-move 22s linear infinite;
}

.rail-track img {
  width: 360px;
  height: 260px;
  object-fit: cover;
  flex: 0 0 auto;
}

@keyframes rail-move {
  from { transform: translateX(0); }
  to { transform: translateX(-28%); }
}

.dark-stack {
  background: linear-gradient(180deg, rgba(8, 12, 18, 0.2), rgba(14, 19, 27, 0.8));
}

.maintenance-panel h2,
.contact-panel h3,
.quote-copy h2 {
  color: #fff;
}

.modern-accordion .accordion-item {
  border: 0;
  border-top: 1px solid rgba(255,255,255,0.08);
  background: transparent;
}

.modern-accordion .accordion-button {
  background: transparent;
  color: #fff;
  box-shadow: none;
  padding: 1.25rem 0;
}

.modern-accordion .accordion-button:not(.collapsed) {
  color: #7ae3d0;
}

.modern-accordion .accordion-body {
  color: rgba(238,243,255,0.74);
  padding: 0 0 1.25rem;
}

.contact-panel {
  display: grid;
  gap: 1.25rem;
}

.contact-map iframe {
  width: 100%;
  min-height: 170px;
  max-height: 170px;
}

.contact-meta a,
.site-footer a {
  color: #fff;
}

.social-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.social-strip a {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,0.1);
  color: #fff;
  text-decoration: none;
  background: rgba(255,255,255,0.04);
}

.quote-shell {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 2rem;
  padding: 2rem;
}

.quote-form .form-control {
  border-radius: 0;
  border: 1px solid rgba(255,255,255,0.1);
  background: rgba(255,255,255,0.05);
  color: #fff;
  padding: 1rem;
}

.quote-form .form-control::placeholder {
  color: rgba(238,243,255,0.52);
}

.quote-form .form-control:focus,
.social-strip a:focus,
.nav-link:focus,
.btn:focus,
.sticky-cta a:focus {
  outline: 2px solid #ff9a63;
  outline-offset: 2px;
  box-shadow: none;
}

.site-footer {
  padding: 2rem 0;
  border-top: 1px solid rgba(255,255,255,0.06);
  background: #05070b;
}

.site-footer .footer-links {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.form-label {
  color: #fff;
  font-weight: 700;
  margin-bottom: 0.45rem;
}

@media (max-width: 991px) {
  .sticky-cta {
    right: 1rem;
    left: 1rem;
    bottom: 1rem;
    top: auto;
  }

  .sticky-cta a {
    width: 100%;
    justify-content: center;
    transform: none;
    transform-origin: center;
  }

  .section-head,
  .service-map-grid,
  .service-board,
  .quote-shell,
  .dispatch-stats {
    grid-template-columns: 1fr;
  }

  .rig-meta {
    flex-direction: column;
  }
}
