﻿:root {
  --bg: #eef1f7;
  --surface: #ffffff;
  --ink: #0f1e49;
  --muted: #5f6c86;
  --blue: #1a2f70;
  --blue-2: #224aa3;
  --red: #0b67b2;
  --line: #d7deed;
  --shadow: 0 10px 28px rgba(10, 26, 76, 0.08);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Manrope", "Plus Jakarta Sans", "Segoe UI", Arial, sans-serif;
  color: var(--ink);
  background: var(--bg);
  line-height: 1.5;
}

a { color: var(--blue-2); text-decoration: none; }
a:hover { text-decoration: underline; }
img { max-width: 100%; display: block; }

.container { width: min(1320px, 92vw); margin: 0 auto; }

h1, h2, h3, h4 { margin: 0; line-height: 1.15; }
p { margin: 0; color: var(--muted); }

.pill {
  display: inline-flex;
  align-items: center;
  padding: 0.36rem 0.82rem;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  background: #e6edff;
  color: #375fd0;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0.65rem 1.3rem;
  border-radius: 12px;
  font-weight: 700;
  border: 2px solid transparent;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.btn:hover { text-decoration: none; transform: translateY(-1px); }
.btn-primary {
  background: linear-gradient(135deg, #0b67b2, #00a5ed);
  color: #fff;
  box-shadow: 0 8px 20px rgba(182, 33, 52, 0.28);
}
.btn-outline { border-color: #fff; color: #fff; background: transparent; }
.btn-dark-outline { border-color: var(--ink); color: var(--ink); background: #fff; }
.btn-light { background: #fff; color: var(--blue); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 80;
  background: #15296a;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.nav-wrap {
  min-height: 86px;
  display: flex;
  align-items: center;
  gap: 1.2rem;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.68rem;
  color: #fff;
  font-weight: 800;
  min-width: 290px;
}
.brand:hover { text-decoration: none; }
.brand img { width: 40px; height: 40px; object-fit: contain; }
.brand-text { font-size: 1.02rem; white-space: nowrap; }

.nav-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1;
  gap: 1rem;
}
.nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.45rem;
  flex: 1;
}
.nav-list > li { position: relative; }
.nav-list a,
.dropdown-toggle {
  color: #f1f4ff;
  font-size: 0.95rem;
  font-weight: 700;
}
.nav-list a:hover,
.dropdown-toggle:hover { color: #fff; text-decoration: none; }

.dropdown-toggle {
  background: none;
  border: 0;
  font-family: inherit;
  display: inline-flex;
  align-items: center;
  gap: 0.34rem;
  cursor: pointer;
  padding: 0;
}
.dropdown-menu {
  list-style: none;
  margin: 0;
  padding: 0.5rem;
  position: absolute;
  top: calc(100% + 12px);
  left: 50%;
  transform: translateX(-50%);
  min-width: 280px;
  border-radius: 12px;
  background: #fff;
  border: 1px solid #dae2f3;
  box-shadow: 0 16px 30px rgba(6, 16, 44, 0.18);
  display: none;
}
.has-dropdown.open .dropdown-menu { display: block; }
@media (min-width: 961px) {
  .has-dropdown:hover .dropdown-menu { display: block; }
}
.dropdown-menu li { list-style: none; }
.dropdown-menu a {
  display: block;
  color: #10234f;
  padding: 0.58rem 0.72rem;
  border-radius: 8px;
}
.dropdown-menu a:hover { background: #ecf2ff; }

.nav-actions {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
}
.nav-phone {
  color: #8fa3de;
  font-weight: 700;
  white-space: nowrap;
}
.nav-phone:hover { color: #c7d5ff; text-decoration: none; }
.nav-quote {
  min-height: 44px;
  border-radius: 12px;
  padding: 0.5rem 1.15rem;
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 38px;
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,0.4);
  background: rgba(255,255,255,0.1);
  cursor: pointer;
}
.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: #fff;
}

.hero {
  position: relative;
  overflow: hidden;
  color: #fff;
  padding: 5rem 0 4rem;
}
.hero video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, rgba(4, 10, 8, 0.84) 0%, rgba(11, 103, 178, 0.55) 100%);
}
.hero-content {
  position: relative;
  z-index: 1;
  max-width: 860px;
  margin: 0 auto;
  text-align: center;
}
.hero-content .pill {
  background: rgba(235, 241, 255, 0.22);
  color: #e8eeff;
}
.hero h1 {
  margin-top: 0.9rem;
  font-size: clamp(2rem, 4vw, 3.6rem);
  color: #fff;
}
.hero p {
  margin: 1.1rem auto 0;
  max-width: 740px;
  font-size: 1.03rem;
  color: #d8e1fb;
}
.cta-row {
  margin-top: 1.7rem;
  display: flex;
  gap: 0.85rem;
  justify-content: center;
  flex-wrap: wrap;
}
.quick-facts {
  margin: 2.4rem auto 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 560px;
}
.fact {
  border-right: 1px solid rgba(255,255,255,0.2);
  padding: 0 1rem;
}
.fact:last-child { border-right: 0; }
.fact strong { display: block; color: #fff; font-size: 3rem; line-height: 1; }
.fact span { color: #c6d2fb; font-size: 0.86rem; text-transform: uppercase; letter-spacing: 0.05em; font-weight: 700; }

main section { padding: 5rem 0; }
.section-head {
  max-width: 780px;
  text-align: center;
  margin: 0 auto 2.1rem;
}
.section-head h2 { margin-top: 0.68rem; font-size: clamp(1.8rem, 2.8vw, 2.5rem); }
.section-head p { margin-top: 0.72rem; font-size: 1.02rem; }

.about-grid,
.standards-grid,
.service-area-grid,
.quote-grid,
.content-grid,
.grid-2 {
  display: grid;
  gap: 1.55rem;
}
.about-grid,
.standards-grid,
.service-area-grid,
.quote-grid { grid-template-columns: 1fr 1fr; }
.service-area-grid,
.quote-grid { align-items: start; }
.content-grid { grid-template-columns: 1.7fr 1fr; }
.grid-2 { grid-template-columns: 1.2fr 0.8fr; align-items: start; }

.about-text h2,
.standards-text h2 { margin-top: 0.72rem; font-size: clamp(1.5rem, 2.4vw, 2.15rem); }
.about-text > p,
.standards-text > p { margin-top: 1rem; font-size: 1rem; }

.check-list {
  margin-top: 1.25rem;
  display: grid;
  gap: 0.78rem;
}
.check-item {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 0.5rem;
  align-items: start;
}
.check-item::before { content: "✓"; color: #2f5fd4; font-weight: 800; margin-top: 2px; }
.check-item strong { display: block; color: #0f214f; font-size: 1.02rem; }
.check-item span { font-size: 0.95rem; color: var(--muted); }

.frame-card {
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  border: 1px solid #cfd8ec;
  background: #dbe3f1;
  min-height: 0;
  aspect-ratio: 16 / 9;
}
.frame-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.float-badge {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  background: rgba(255,255,255,0.94);
  border-radius: 14px;
  padding: 0.7rem 0.92rem;
  box-shadow: var(--shadow);
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
}
.float-dot {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  background: #2f59c7;
  color: #fff;
  display: grid;
  place-items: center;
  font-weight: 800;
}
.float-label span { color: #6c7b97; text-transform: uppercase; font-size: 0.72rem; font-weight: 700; display: block; }
.float-label strong { color: #13295f; font-size: 1.04rem; }

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.05rem;
}
.service-card {
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #d8dfef;
  box-shadow: 0 6px 18px rgba(14, 30, 78, 0.06);
}
.service-media {
  height: auto;
  aspect-ratio: 16 / 9;
  background: #dce3f0;
}
.service-media img { width: 100%; height: 100%; object-fit: cover; }
.service-body { padding: 0.95rem 1rem 1.05rem; }
.service-body h3 {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 1.06rem;
  color: #1a2f70;
}
.service-icon {
  width: 1.45rem;
  height: 1.45rem;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: #edf2ff;
  color: #2b4faa;
  font-size: 0.88rem;
}
.service-body p { margin-top: 0.5rem; font-size: 0.96rem; color: #5e6c88; }
.service-body a {
  margin-top: 0.72rem;
  display: inline-block;
  font-size: 0.83rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-weight: 800;
}
.center-cta {
  margin-top: 1.6rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  justify-content: center;
}

.standards-list {
  margin-top: 1.2rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.72rem 1rem;
}
.standards-list div {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 0.45rem;
  color: #5f6c86;
  font-size: 0.93rem;
}
.standards-list div::before { content: "✓"; color: #2f5fd4; font-weight: 800; }

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.9rem;
}
.process-card {
  border-radius: 16px;
  background: #fff;
  border: 1px solid var(--line);
  padding: 1.15rem;
}
.process-num {
  width: 38px;
  height: 38px;
  border-radius: 999px;
  background: #3c64d6;
  color: #fff;
  display: grid;
  place-items: center;
  font-weight: 800;
}
.process-card h3 { margin-top: 0.8rem; font-size: 1.14rem; }
.process-card p { margin-top: 0.55rem; font-size: 0.94rem; }

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 0.9rem;
}
.t-card {
  border-radius: 16px;
  background: #fff;
  border: 1px solid var(--line);
  padding: 1.1rem;
}
.stars { color: #eab308; letter-spacing: 0.08em; font-size: 0.9rem; }
.t-card blockquote {
  margin: 0.7rem 0 0;
  color: #243252;
  font-size: 0.96rem;
  min-height: 150px;
}
.t-meta {
  margin-top: 0.8rem;
  border-top: 1px solid var(--line);
  padding-top: 0.7rem;
  display: flex;
  gap: 0.65rem;
  align-items: center;
}
.t-avatar { width: 40px; height: 40px; border-radius: 999px; background: #e8edf8; }
.t-name { color: #172b63; font-weight: 700; }
.t-role { font-size: 0.88rem; }
.review-embed-wrap { margin-top: 1rem; }

.areas-section {
  background: #2b4bb9;
  color: #fff;
}
.areas-section .section-head h2,
.areas-section .section-head p { color: #fff; }
.areas-section .pill { background: rgba(255,255,255,0.18); color: #e9efff; }
.areas-card,
.map-card {
  border-radius: 18px;
  padding: 1.2rem;
  background: rgba(255,255,255,0.09);
  border: 1px solid rgba(255,255,255,0.25);
}
.areas-card h3 { color: #fff; }
.area-grid {
  margin-top: 0.9rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.64rem;
}
.area-item {
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,0.2);
  color: #edf2ff;
  background: rgba(255,255,255,0.08);
  padding: 0.65rem 0.75rem;
  font-weight: 600;
}
.areas-note { margin-top: 0.8rem; color: #dfe8ff; }
.map-card iframe { width: 100%; min-height: 420px; border: 0; border-radius: 12px; }

.faq-wrap {
  max-width: 980px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 0.3rem 1.05rem;
}
.faq-wrap details { border-bottom: 1px solid var(--line); padding: 0.95rem 0; }
.faq-wrap details:last-child { border-bottom: 0; }
.faq-wrap summary {
  cursor: pointer;
  list-style: none;
  font-size: 1.06rem;
  font-weight: 700;
  color: #152b63;
}
.faq-wrap summary::-webkit-details-marker { display: none; }
.faq-wrap p { margin-top: 0.48rem; font-size: 0.95rem; }

.cta-band {
  background: #3a58bf;
  color: #fff;
  text-align: center;
}
.cta-band .section-head h2,
.cta-band .section-head p { color: #fff; }

.quote-grid .embed,
.quote-grid .contact-panel,
.embed {
  border-radius: 18px;
  background: #fff;
  border: 1px solid var(--line);
  overflow: hidden;
}
.quote-grid .embed { min-height: 680px; }
.quote-grid .embed iframe,
.embed iframe { width: 100%; height: 100%; border: 0; }
.contact-panel { padding: 1.1rem; }
.contact-panel h3 { font-size: 1.06rem; color: #1a2f6d; }
.contact-panel p { margin-top: 0.65rem; font-size: 0.95rem; }

.footer {
  background: #161b45;
  color: #c7d0ec;
  padding: 4rem 0 1.3rem;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.25fr 1fr 1fr 1.2fr;
  gap: 1.25rem;
}
.footer-brand { margin-bottom: 0.75rem; }
.footer-brand .brand-text { color: #fff; font-size: 1rem; }
.footer h3 {
  color: #9caad0;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-size: 0.78rem;
  margin-bottom: 0.65rem;
}
.footer .footer-subhead { margin-top: 1rem; }
.footer p { color: #d5ddf3; line-height: 1.5; font-size: 0.95rem; }
.footer a { color: #f2f5ff; }
.copy {
  display: block;
  margin-top: 2.1rem;
  padding-top: 1.15rem;
  border-top: 1px solid rgba(255,255,255,0.14);
  text-align: center;
  color: #9eaad2;
}
.build-tag {
  display: inline-block;
  margin-left: 0.55rem;
  padding: 0.1rem 0.38rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: #dfe7ff;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.page-hero {
  padding: 3rem 0 2rem;
  background: linear-gradient(140deg, #e8f7ec 0%, #e8f2ff 100%);
  border-bottom: 1px solid #dbe4f3;
}
.page-hero h1 { font-size: clamp(1.6rem, 2.6vw, 2.35rem); }
.page-hero p { margin-top: 0.65rem; font-size: 1rem; max-width: 700px; }
.page-content { padding: 2rem 0 4rem; }

.content-main,
.side-card {
  background: #fff;
  border-radius: 14px;
  border: 1px solid #dde4f2;
}
.content-main { padding: 1.15rem; }
.content-main h2 { margin: 1.1rem 0 0.55rem; color: #132b64; font-size: 1.36rem; }
.content-main h2:first-child { margin-top: 0; }
.content-main p { color: #1f304f; line-height: 1.72; font-size: 0.99rem; }
.content-main ul { padding-left: 1.05rem; }
.content-main li { color: #1f304f; margin: 0.35rem 0; }

.sidebar { display: grid; gap: 0.85rem; align-content: start; }
.side-card { padding: 0.95rem; }
.side-card h3 { margin: 0 0 0.55rem; color: #132b63; }
.side-card img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 10px;
}

.service-hero { padding: 2.3rem 0 1.45rem; }
.service-hero-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 1rem;
  align-items: center;
}
.service-hero-photo {
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid #d7dfef;
  background: #fff;
}
.service-hero-photo img {
  width: 100%;
  height: 290px;
  object-fit: cover;
}
.service-sidebar { position: sticky; top: 102px; }
.media-card { padding: 0.5rem; }
.media-card img { height: 225px; border-radius: 10px; }
.service-faq { padding-top: 0.35rem; }

img, video { opacity: 1 !important; visibility: visible !important; }
video { background: #0f245f; }

@media (max-width: 1200px) {
  .services-grid,
  .testimonials-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .process-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .about-grid,
  .standards-grid,
  .service-area-grid,
  .quote-grid,
  .content-grid,
  .grid-2,
  .footer-grid,
  .service-hero-grid { grid-template-columns: 1fr; }
  .service-sidebar { position: static; }
  .frame-card { min-height: 460px; }
}

@media (max-width: 960px) {
  .brand { min-width: auto; }
  .brand-text { font-size: 0.95rem; }
  .nav-toggle { display: inline-block; margin-left: auto; }
  .nav-panel {
    display: none;
    position: absolute;
    top: 86px;
    left: 0;
    right: 0;
    background: #15296a;
    border-top: 1px solid rgba(255,255,255,0.15);
    padding: 0.9rem 1rem 1rem;
    flex-direction: column;
    align-items: stretch;
    gap: 0.5rem;
  }
  .nav-panel.open { display: flex; }
  .nav-list {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.15rem;
  }
  .nav-list a,
  .dropdown-toggle { padding: 0.35rem 0; }
  .dropdown-menu {
    position: static;
    transform: none;
    margin-top: 0.25rem;
    min-width: 0;
  }
  .nav-actions {
    flex-direction: column;
    align-items: stretch;
  }
  .nav-phone { padding: 0.35rem 0; }
  .nav-quote { width: 100%; }
  .hero { padding: 4rem 0 3.2rem; }
}

@media (max-width: 700px) {
  main section { padding: 4rem 0; }
  .services-grid,
  .testimonials-grid,
  .process-grid,
  .quick-facts,
  .area-grid { grid-template-columns: 1fr; }
  .fact { border-right: 0; border-bottom: 1px solid rgba(255,255,255,0.24); padding-bottom: 0.65rem; }
  .fact:last-child { border-bottom: 0; }
  .hero h1 { font-size: 2rem; }
  .service-media { height: 210px; }
}

/* Template alignment fixes */
.site-header {
  position: sticky;
  top: 0;
  z-index: 120;
  background: #171d49;
}
.nav-wrap {
  min-height: 78px;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  column-gap: 1.35rem;
}
.brand {
  min-width: 0;
  gap: 0.62rem;
}
.brand-text { font-size: 0.95rem; font-weight: 800; }
.nav-panel {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  column-gap: 1rem;
}
.nav-list {
  justify-content: center;
  gap: 1.3rem;
  flex: 0 1 auto;
  white-space: nowrap;
}
.nav-list li,
.nav-list ul li { list-style: none; }
.nav-list a,
.dropdown-toggle {
  font-size: 0.92rem;
  font-weight: 700;
}
.dropdown-menu {
  left: 50%;
  transform: translateX(-50%);
  min-width: 250px;
  padding: 0.44rem;
  border-radius: 10px;
  display: none !important;
}
.has-dropdown.open .dropdown-menu,
.has-dropdown:hover .dropdown-menu {
  display: block !important;
}
.dropdown-menu a { font-size: 0.9rem; padding: 0.5rem 0.62rem; }
.nav-actions {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
}
.nav-phone {
  color: #7f93ce;
  font-size: 1.02rem;
  font-weight: 700;
}
.nav-quote {
  min-height: 42px;
  padding: 0.5rem 1.05rem;
  border-radius: 10px;
}

.service-hero-dark {
  padding: 3.2rem 0 3.4rem;
  background: #171d49;
  color: #fff;
}
.service-hero-dark .pill {
  background: rgba(255, 255, 255, 0.12);
  color: #d9e2ff;
}
.service-breadcrumb {
  color: #aeb9e4;
  font-size: 0.84rem;
  margin-bottom: 0.9rem;
}
.service-hero-dark-wrap {
  max-width: 760px;
}
.service-hero-dark h1 {
  margin-top: 0.7rem;
  color: #fff;
  font-size: clamp(2rem, 4vw, 3.15rem);
}
.service-hero-dark p {
  margin-top: 0.9rem;
  color: #d3ddff;
  font-size: 1.03rem;
  max-width: 650px;
}
.cta-row-left {
  justify-content: flex-start;
}

.service-overview-alt {
  background: #f5f7fc;
}
.overview-grid-alt {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.35rem;
  align-items: start;
}
.overview-grid-alt h2 {
  margin-top: 0.75rem;
  font-size: clamp(1.8rem, 2.9vw, 2.55rem);
}
.overview-grid-alt p {
  margin-top: 0.9rem;
  font-size: 1rem;
  color: #5d6b87;
}
.overview-photo {
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #d8dfef;
  background: #dce3f1;
  min-height: 0;
  aspect-ratio: 16 / 9;
}
.overview-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-benefits-light {
  background: #eef2f8;
}
.benefit-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.benefit-card {
  background: #fff;
  border: 1px solid #d8dfef;
  border-radius: 20px;
  padding: 1.35rem;
}
.benefit-icon {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background: #e8eefb;
  color: #4f76df;
  display: grid;
  place-items: center;
  font-weight: 800;
  font-size: 1rem;
  margin-bottom: 0.8rem;
}
.benefit-card h3 {
  font-size: 1.08rem;
  color: #152b63;
}
.benefit-card p {
  margin-top: 0.5rem;
  font-size: 0.95rem;
  color: #60708f;
}

.service-zigzag {
  background: #f8f9fd;
}
.zigzag-wrap {
  display: grid;
  gap: 1.35rem;
}
.zigzag-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.35rem;
  align-items: center;
}
.zigzag-row.reverse .zigzag-text { order: 2; }
.zigzag-row.reverse .zigzag-media { order: 1; }
.zigzag-text h3 {
  font-size: clamp(1.6rem, 2.4vw, 2.2rem);
}
.zigzag-text p {
  margin-top: 0.7rem;
  font-size: 1.04rem;
}
.zigzag-media {
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #d9e0ef;
  background: #dce3f1;
  min-height: 0;
  aspect-ratio: 16 / 9;
}
.zigzag-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-scope-dark {
  background: #171d49;
  color: #fff;
}
.service-scope-dark .pill {
  background: rgba(255, 255, 255, 0.12);
  color: #d9e2ff;
}
.service-scope-dark .section-head h2,
.service-scope-dark .section-head p {
  color: #fff;
}
.scope-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.8rem 1rem;
  max-width: 900px;
  margin: 0 auto;
}
.scope-grid div {
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #e8ecff;
  padding: 0.85rem 1rem;
  font-weight: 600;
  font-size: 1rem;
}

.service-expertise {
  background: #eef2f8;
}
.expert-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}
.expert-card {
  border-radius: 20px;
  background: #fff;
  border: 1px solid #d8dfef;
  padding: 1.25rem;
}
.expert-card h3 {
  font-size: 1.1rem;
  color: #152b63;
}
.expert-card p {
  margin-top: 0.5rem;
  font-size: 0.95rem;
}

.service-faq-block {
  background: #f5f7fd;
  border-bottom: 8px solid #3a58bf;
}
.service-faq-block .faq-wrap {
  max-width: 980px;
}

@media (max-width: 1100px) {
  .nav-phone { display: none; }
  .nav-panel { grid-template-columns: 1fr auto; }
  .expert-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 960px) {
  .nav-wrap {
    grid-template-columns: auto auto;
    min-height: 72px;
  }
  .nav-toggle {
    display: inline-block;
    justify-self: end;
  }
  .nav-panel {
    display: none;
    position: absolute;
    top: 72px;
    left: 0;
    right: 0;
    background: #171d49;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    padding: 0.8rem 1rem 1rem;
    grid-template-columns: 1fr;
    row-gap: 0.5rem;
  }
  .nav-panel.open { display: grid; }
  .nav-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.2rem;
  }
  .dropdown-menu {
    position: static;
    transform: none;
    margin-top: 0.2rem;
    min-width: 0;
  }
  .nav-actions {
    justify-self: stretch;
    display: grid;
    grid-template-columns: 1fr;
  }
  .nav-phone {
    display: block;
  }
  .nav-quote { width: 100%; }
  .overview-grid-alt,
  .benefit-grid,
  .zigzag-row,
  .scope-grid,
  .expert-grid { grid-template-columns: 1fr; }
  .zigzag-row.reverse .zigzag-text,
  .zigzag-row.reverse .zigzag-media {
    order: unset;
  }
}

/* Final nav and service-card polish */
.site-header {
  background: #121a46 !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
}

.nav-wrap {
  display: flex !important;
  align-items: center !important;
  min-height: 80px !important;
  gap: 1.1rem !important;
}

.brand {
  flex: 0 0 auto !important;
  min-width: 300px !important;
}

.brand-text {
  font-size: 0.95rem !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
}

.nav-panel {
  flex: 1 !important;
  display: flex !important;
  align-items: center !important;
  gap: 1rem !important;
}

.nav-list {
  margin: 0 auto !important;
  display: flex !important;
  align-items: center !important;
  gap: 1.7rem !important;
  list-style: none !important;
  padding: 0 !important;
}

.nav-list > li,
.nav-list > li > ul > li {
  list-style: none !important;
}

.nav-list a,
.dropdown-toggle {
  font-size: 0.92rem !important;
  font-weight: 700 !important;
}

.dropdown-menu {
  list-style: none !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  min-width: 230px !important;
}

.dropdown-menu li {
  list-style: none !important;
}

.nav-actions {
  margin-left: auto !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 0.7rem !important;
}

.nav-phone {
  color: #d7e2ff !important;
  font-size: 0.94rem !important;
  font-weight: 700 !important;
}

.nav-phone:hover {
  color: #ffffff !important;
}

.nav-quote {
  min-height: 40px !important;
  padding: 0.46rem 1rem !important;
  border-radius: 10px !important;
}

.service-media {
  position: relative;
}

.service-media-badge {
  position: absolute;
  right: 0.8rem;
  bottom: -0.78rem;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: #edf3ff;
  color: #2b4faa;
  border: 1px solid #d4ddf4;
  box-shadow: 0 6px 16px rgba(19, 41, 95, 0.14);
  font-size: 0.9rem;
  line-height: 1;
}

.service-body {
  padding-top: 1.15rem;
}

.service-body h3 {
  font-size: 1.16rem;
}

.service-body p {
  max-width: 44ch;
}

@media (max-width: 1240px) {
  .brand {
    min-width: 250px !important;
  }
  .nav-list {
    gap: 1.2rem !important;
  }
}

@media (max-width: 960px) {
  .brand {
    min-width: 0 !important;
  }
  .nav-toggle {
    display: inline-block !important;
    margin-left: auto;
  }
  .nav-panel {
    display: none !important;
    position: absolute !important;
    top: 80px !important;
    left: 0 !important;
    right: 0 !important;
    background: #121a46 !important;
    border-top: 1px solid rgba(255, 255, 255, 0.12) !important;
    padding: 0.9rem 1rem 1rem !important;
    flex-direction: column !important;
    align-items: stretch !important;
  }
  .nav-panel.open {
    display: flex !important;
  }
  .nav-list {
    margin: 0 !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 0.3rem !important;
  }
  .nav-actions {
    margin-left: 0 !important;
    width: 100%;
    display: grid !important;
    gap: 0.55rem !important;
  }
  .nav-phone {
    display: block !important;
  }
  .nav-quote {
    width: 100%;
  }
}

/* v19 hard visual fixes */
.brand img {
  width: 52px !important;
  height: 52px !important;
  object-fit: contain !important;
  padding: 4px !important;
  border-radius: 12px !important;
  background: rgba(255, 255, 255, 0.96) !important;
  box-shadow: 0 8px 20px rgba(7, 17, 53, 0.32) !important;
}

.footer-brand img {
  width: 52px !important;
  height: 52px !important;
  object-fit: contain !important;
  padding: 4px !important;
  border-radius: 12px !important;
  background: rgba(255, 255, 255, 0.96) !important;
}

.hero {
  min-height: 82vh !important;
  max-height: 980px;
  display: flex;
  align-items: center;
  padding: 6.8rem 0 5.4rem !important;
}

.hero video {
  filter: brightness(0.7) contrast(1.08) saturate(1.04);
  transform: scale(1.03);
}

.hero::before {
  background: linear-gradient(108deg, rgba(4, 10, 8, 0.84) 0%, rgba(11, 103, 178, 0.64) 56%, rgba(154, 223, 165, 0.36) 100%) !important;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 20%, rgba(255, 255, 255, 0.12), transparent 50%),
    radial-gradient(circle at 50% 90%, rgba(0, 0, 0, 0.35), transparent 60%);
  pointer-events: none;
}

.hero-content {
  max-width: 980px !important;
}

.hero h1 {
  font-size: clamp(2.35rem, 5.2vw, 4.75rem) !important;
}

.hero p {
  font-size: 1.14rem !important;
  max-width: 820px !important;
}

.quick-facts {
  margin-top: 2.9rem !important;
  max-width: 640px !important;
}

@media (max-width: 960px) {
  .hero {
    min-height: 74vh !important;
    padding: 5.2rem 0 4.4rem !important;
  }
}

@media (max-width: 700px) {
  .brand img {
    width: 46px !important;
    height: 46px !important;
  }

  .hero {
    min-height: 68vh !important;
    padding: 4.4rem 0 3.7rem !important;
  }

  .hero h1 {
    font-size: clamp(2rem, 8.2vw, 2.8rem) !important;
  }
}

/* v21 mobile nav + typography refinement */
body {
  font-family: "Manrope", "Plus Jakarta Sans", "Segoe UI", Arial, sans-serif !important;
  font-size: 15px !important;
}

h1, h2, h3 {
  letter-spacing: -0.02em;
}

.brand-text {
  font-size: 0.9rem !important;
}

.nav-list a,
.dropdown-toggle,
.nav-phone,
.btn {
  font-size: 0.95rem !important;
}

.hero {
  min-height: 72vh !important;
  padding: 5.3rem 0 4.4rem !important;
}

.hero h1 {
  font-size: clamp(2.05rem, 4.7vw, 3.9rem) !important;
}

.hero p {
  font-size: 1rem !important;
}

.quick-facts strong {
  font-size: clamp(2rem, 4.2vw, 2.8rem) !important;
}

.quick-facts span {
  font-size: 0.8rem !important;
}

@media (max-width: 960px) {
  .nav-panel {
    padding: 0.75rem 0.85rem 0.9rem !important;
  }

  .nav-list {
    width: 100% !important;
    gap: 0.12rem !important;
  }

  .has-dropdown {
    width: 100% !important;
  }

  .has-dropdown .dropdown-toggle {
    width: 100% !important;
    justify-content: flex-start !important;
  }

  .dropdown-menu {
    position: static !important;
    left: auto !important;
    right: auto !important;
    transform: none !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    margin: 0.25rem 0 0.15rem !important;
    padding: 0.45rem 0.6rem !important;
    border-radius: 10px !important;
    overflow: visible !important;
    box-sizing: border-box !important;
  }

  .dropdown-menu a {
    display: block !important;
    width: 100% !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
    padding: 0.38rem 0.15rem !important;
    font-size: 0.94rem !important;
    line-height: 1.28 !important;
  }

  .hero {
    min-height: 64vh !important;
    padding: 4.3rem 0 3.4rem !important;
  }
}

/* Mile High palette override: light green + black + blue */
:root {
  --bg: #f2f8f3;
  --surface: #ffffff;
  --ink: #0b1510;
  --muted: #455448;
  --blue: #0b67b2;
  --blue-2: #00a5ed;
  --line: #d4e3d8;
  --shadow: 0 10px 28px rgba(8, 20, 14, 0.1);
}

body {
  background: var(--bg) !important;
  color: var(--ink) !important;
}

a {
  color: var(--blue) !important;
}

.site-header {
  background: #050a08 !important;
  border-bottom: 1px solid rgba(154, 223, 165, 0.28) !important;
}

.nav-list a,
.dropdown-toggle {
  color: #dff6e4 !important;
}

.nav-list a:hover,
.dropdown-toggle:hover,
.nav-phone:hover {
  color: #ffffff !important;
}

.nav-phone {
  color: #9adfa5 !important;
}

.btn-primary {
  background: linear-gradient(135deg, #0b67b2, #00a5ed) !important;
  color: #ffffff !important;
  box-shadow: 0 10px 22px rgba(11, 103, 178, 0.32) !important;
}

.btn-outline {
  border-color: #9adfa5 !important;
  color: #dff6e4 !important;
}

.pill {
  background: #d9f4dd !important;
  color: #114c1b !important;
}

.hero::before {
  background: linear-gradient(108deg, rgba(4, 10, 8, 0.84) 0%, rgba(9, 97, 162, 0.68) 58%, rgba(154, 223, 165, 0.38) 100%) !important;
}

.hero::after {
  background: radial-gradient(circle at 50% 20%, rgba(154, 223, 165, 0.2), transparent 50%), radial-gradient(circle at 50% 90%, rgba(0, 0, 0, 0.45), transparent 60%) !important;
}

.check-item::before,
.standards-list div::before,
.process-num {
  color: #0b67b2 !important;
  background: #d9ecff !important;
}

.process-num {
  color: #ffffff !important;
  background: #0b67b2 !important;
}

.service-icon,
.service-media-badge,
.benefit-icon {
  background: #e3f0ff !important;
  color: #0b67b2 !important;
}

.areas-section {
  background: linear-gradient(135deg, #06110b, #0b67b2) !important;
}

.cta-band {
  background: linear-gradient(135deg, #0b67b2, #0a3f6a) !important;
}

.page-hero {
  background: linear-gradient(140deg, #e8f7ec 0%, #e8f2ff 100%) !important;
}

.service-hero-dark,
.service-scope-dark {
  background: linear-gradient(135deg, #06110b, #0a3f6a) !important;
}

.service-faq-block {
  border-bottom: 8px solid #0b67b2 !important;
}

.footer {
  background: #050a08 !important;
}

.footer h3 {
  color: #9adfa5 !important;
}

.footer a {
  color: #dff6e4 !important;
}

.copy {
  color: #9ac8de !important;
}

/* Visibility and layout fixes requested */
.dropdown-menu {
  background: #000000 !important;
  border: 1px solid #2d2d2d !important;
  z-index: 240 !important;
}

.nav-list .dropdown-menu a,
.dropdown-menu a {
  color: #ffffff !important;
  font-weight: 700 !important;
  opacity: 1 !important;
}

.nav-list .dropdown-menu a:hover,
.dropdown-menu a:hover {
  color: #ffffff !important;
  background: #0b67b2 !important;
}

.contact-panel h3 {
  color: #0c3f72 !important;
}

.quote-photo-grid {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.6rem;
}

.quote-photo-grid img {
  width: 100%;
  height: 140px;
  object-fit: cover;
  border-radius: 12px;
  border: 1px solid #d1dfd6;
}

.contact-areas-card {
  background: #ffffff !important;
  border: 1px solid #d1dfd6 !important;
  color: #102016 !important;
}

.contact-areas-card h3,
.contact-areas-card p {
  color: #102016 !important;
}

.contact-areas-card .area-item {
  background: #edf7ef !important;
  border: 1px solid #d1e4d5 !important;
  color: #1b3625 !important;
}

.contact-areas-card .btn-light {
  background: #0b67b2 !important;
  color: #ffffff !important;
}

@media (max-width: 960px) {
  .quote-photo-grid img {
    height: 170px;
  }
}
