:root {
  --blue: #063b91;
  --blue-dark: #04265f;
  --green: #16a34a;
  --green-dark: #087b35;
  --ink: #0f172a;
  --muted: #64748b;
  --line: #e2e8f0;
  --soft: #f5f8fc;
  --white: #fff;
  --radius: 18px;
  --shadow: 0 16px 45px rgba(15, 23, 42, .09);
  --container: 1180px;
}

/* Flyer-style homepage */
.home-page {
  background: #fff;
  color: #062d68
}

.home-header {
  position: relative;
  z-index: 20;
  background: #fff;
  border-bottom: 1px solid #e5edf7
}

.flyer-nav {
  height: 88px;
  display: flex;
  align-items: center;
  gap: 18px
}

.home-page .brand {
  min-width: 320px;
  gap: 10px
}

.home-page .logo-mark {
  width: 68px;
  height: 74px
}

.home-page .brand-copy strong {
  font-size: 1.55rem;
  color: #073b87
}

.home-page .brand-copy span {
  font-size: .66rem
}

.home-page .brand-copy em {
  font-size: .55rem;
  font-weight: 700;
  color: #073b87;
  font-style: italic;
  margin-top: 6px
}

.home-page .navlinks {
  gap: 0;
  margin-left: auto
}

.home-page .navlinks a {
  font-size: .72rem;
  padding: 12px 10px;
  color: #062d68
}

.home-page .navlinks .active {
  color: #008d44;
  position: relative
}

.home-page .navlinks .active:after {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 4px;
  height: 2px;
  background: #00a64f
}

.nav-contact {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-left: 12px;
  border-left: 1px solid #dbe5f0;
  font-size: .67rem;
  font-weight: 800;
  line-height: 1.35;
  white-space: nowrap
}

.nav-contact>b {
  background: #079b48;
  color: #fff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  width: 25px;
  height: 25px;
  font-size: .82rem
}

.nav-contact small {
  display: block;
  font-size: .64rem
}

.nav-quote {
  margin-left: 2px;
  white-space: nowrap;
  border-radius: 5px;
  background: #009a4b;
  color: #fff;
  padding: 13px 16px;
  font-size: .75rem;
  font-weight: 800
}

.nav-quote b {
  font-size: 1.1rem;
  margin-left: 8px
}

.flyer-hero {
  height: 349px;
  position: relative;
  overflow: hidden;
  background: #06366f;
  color: #fff
}

.hero-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 42%;
  filter: saturate(.9)
}

.hero-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 37, 90, .96) 0%, rgba(2, 48, 102, .85) 34%, rgba(2, 38, 72, .20) 68%, rgba(1, 36, 81, .14))
}

.hero-content {
  position: relative;
  padding-top: 26px
}

.hero-label {
  display: inline-block;
  background: #008d43;
  border-radius: 5px;
  padding: 3px 8px;
  font-size: .62rem;
  font-weight: 800
}

.home-page h1 {
  color: #fff;
  font-size: 2rem;
  line-height: 1.07;
  letter-spacing: 0;
  margin: 8px 0 12px
}

.home-page h1 span {
  color: #63dc46
}

.hero-summary {
  max-width: 525px;
  font-size: .75rem;
  line-height: 1.48;
  color: #fff
}

.hero-actions {
  display: flex;
  gap: 14px;
  margin-top: 15px
}

.hero-actions .btn {
  font-size: .72rem;
  padding: 11px 19px;
  border-radius: 5px
}

.hero-primary {
  background: #00a94f;
  color: #fff
}

.hero-primary b {
  font-size: 1.1rem;
  margin-left: 8px
}

.hero-outline {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .9);
  background: rgba(0, 31, 81, .18)
}

.trust-points {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 23px;
  font-size: .65rem;
  font-weight: 700
}

.trust-points span {
  display: flex;
  align-items: center;
  gap: 8px
}

.trust-points b {
  font-size: 1.2rem
}

.trust-points i {
  height: 20px;
  border-left: 1px solid rgba(255, 255, 255, .45)
}

.hero-tagline {
  position: absolute;
  right: 5.5%;
  bottom: 16px;
  z-index: 2;
  text-align: center;
  font-weight: 700;
  font-style: italic;
  font-size: .73rem;
  line-height: 1.28;
  color: #fff
}

.home-services {
  padding: 13px 0 14px
}

.services-intro {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 15px
}

.home-page .section-kicker {
  color: #008b43;
  font-size: .69rem;
  line-height: 1;
  margin-bottom: 4px
}

.services-intro h2 {
  font-size: 1.28rem;
  line-height: 1.1;
  letter-spacing: 0;
  margin: 0 0 5px;
  color: #062f6d
}

.services-intro p:not(.section-kicker) {
  max-width: 690px;
  font-size: .72rem;
  line-height: 1.38;
  color: #3e5780
}

.view-services {
  border: 1px solid #15549f;
  border-radius: 5px;
  padding: 9px 13px;
  white-space: nowrap;
  font-size: .67rem;
  font-weight: 800;
  color: #003c87
}

.view-services b {
  font-size: 1rem;
  margin-left: 12px
}

.flyer-service-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px
}

.flyer-card {
  position: relative;
  min-width: 0;
  min-height: 208px;
  border: 1px solid #d7e3f1;
  border-radius: 5px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 2px 7px rgba(5, 48, 105, .04);
  transition: transform .2s, box-shadow .2s
}

.flyer-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 25px rgba(5, 48, 105, .15)
}

.card-photo {
  height: 106px;
  background-size: cover;
  background-position: center
}

.facility .card-photo {
  background-image: url('https://images.pexels.com/photos/5846256/pexels-photo-5846256.jpeg?auto=compress&cs=tinysrgb&w=700')
}

.cleaning .card-photo {
  background-image: url('https://images.pexels.com/photos/4239013/pexels-photo-4239013.jpeg?auto=compress&cs=tinysrgb&w=700')
}

.maintenance .card-photo {
  background-image: url('https://images.pexels.com/photos/8005367/pexels-photo-8005367.jpeg?auto=compress&cs=tinysrgb&w=700')
}

.supplies .card-photo {
  background-image: url('https://images.pexels.com/photos/4481258/pexels-photo-4481258.jpeg?auto=compress&cs=tinysrgb&w=700')
}

.procurement .card-photo {
  background-image: url('https://images.pexels.com/photos/5668882/pexels-photo-5668882.jpeg?auto=compress&cs=tinysrgb&w=700')
}

.logistics .card-photo {
  background-image: url('https://images.pexels.com/photos/2226458/pexels-photo-2226458.jpeg?auto=compress&cs=tinysrgb&w=700')
}

.warehouse .card-photo {
  background-image: url('https://images.pexels.com/photos/1267338/pexels-photo-1267338.jpeg?auto=compress&cs=tinysrgb&w=700')
}

.environmental .card-photo {
  background-image: url('https://images.pexels.com/photos/6195123/pexels-photo-6195123.jpeg?auto=compress&cs=tinysrgb&w=700')
}

.import .card-photo {
  background-image: url('https://images.pexels.com/photos/1427107/pexels-photo-1427107.jpeg?auto=compress&cs=tinysrgb&w=700')
}

.contract .card-photo {
  background-image: url('https://images.pexels.com/photos/5327585/pexels-photo-5327585.jpeg?auto=compress&cs=tinysrgb&w=700')
}

.round-icon {
  width: 37px;
  height: 37px;
  border-radius: 50%;
  background: #0750a8;
  border: 3px solid #fff;
  position: absolute;
  top: 88px;
  left: 13px;
  color: #fff;
  display: grid;
  place-items: center;
  font-size: .88rem;
  box-shadow: 0 1px 4px #7691bb
}

.green-icon {
  background: #079b48
}

.flyer-card h3 {
  font-size: .68rem;
  line-height: 1.2;
  color: #003c87;
  margin: 14px 12px 6px 56px
}

.flyer-card p {
  font-size: .64rem;
  line-height: 1.35;
  color: #365378;
  margin: 0 12px
}

.flyer-card>span {
  position: absolute;
  bottom: 10px;
  left: 12px;
  color: #0053a8;
  font-size: .59rem;
  font-weight: 800
}

.industry-ribbon {
  padding: 0;
  background: linear-gradient(100deg, #06316f, #004a93);
  color: #fff
}

.industry-ribbon .container {
  min-height: 54px;
  display: flex;
  align-items: center;
  gap: 25px
}

.industry-ribbon strong {
  font-size: .83rem;
  white-space: nowrap
}

.industry-ribbon>b {
  font-size: 1.2rem
}

.industry-ribbon .container>div {
  display: flex;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  gap: 12px
}

.industry-ribbon span {
  white-space: nowrap;
  font-size: .54rem
}

.industry-ribbon span::first-letter {
  color: #69dc4a;
  font-size: 1.05rem
}

.home-page .footer {
  padding-top: 45px
}

.home-page .footer-bottom {
  margin-top: 25px
}

@media(max-width:1200px) {
  .flyer-nav {
    gap: 9px
  }

  .home-page .brand {
    min-width: 270px
  }

  .home-page .navlinks a {
    padding: 10px 6px;
    font-size: .65rem
  }

  .nav-contact {
    display: none
  }

  .flyer-service-grid {
    grid-template-columns: repeat(4, 1fr)
  }

  .industry-ribbon .container>div {
    overflow: hidden;
    justify-content: flex-start
  }

  .industry-ribbon span {
    padding-right: 15px
  }
}

@media(max-width:900px) {
  .flyer-nav {
    height: 76px
  }

  .home-page .flyer-nav {
    justify-content: flex-start;
    gap: 8px
  }

  .home-page .menu-toggle {
    margin-left: auto;
    margin-right: 0
  }

  .home-page .nav-quote {
    margin-left: 0
  }

  .home-page .logo-mark {
    width: 52px;
    height: 60px
  }

  .home-page .brand-copy strong {
    font-size: 1.2rem
  }

  .home-page .navlinks {
    top: 76px
  }

  .flyer-hero {
    height: 400px
  }

  .hero-tagline {
    display: none
  }

  .flyer-service-grid {
    grid-template-columns: repeat(3, 1fr)
  }

  .industry-ribbon .container {
    overflow: hidden
  }

  .industry-ribbon .container>div {
    width: max-content
  }

  .home-page .navlinks a {
    font-size: .84rem;
    padding: 11px
  }

  .home-page .navlinks .active:after {
    display: none
  }
}

@media(max-width:650px) {
  .home-page .brand {
    min-width: 0
  }

  .home-page .brand-copy span,
  .home-page .brand-copy em {
    display: none
  }

  .home-page .brand-copy strong {
    font-size: 1.1rem
  }

  .home-page .flyer-nav {
    gap: 6px
  }

  .home-page .menu-toggle {
    margin-left: auto;
    margin-right: 0
  }

  .home-page .nav-quote {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 0;
    padding: 5px 7px;
    font-size: .48rem;
    line-height: 1;
    white-space: nowrap
  }

  .home-page .nav-quote b {
    margin-left: 2px;
    font-size: .7rem
  }

  .flyer-hero {
    height: 390px
  }

  .hero-content {
    padding-top: 36px
  }

  .home-page h1 {
    font-size: 1.72rem
  }

  .hero-summary {
    font-size: .72rem
  }

  .trust-points {
    gap: 9px;
    font-size: .58rem
  }

  .trust-points i {
    display: none
  }

  .services-intro {
    align-items: flex-end
  }

  .services-intro h2 {
    font-size: 1.12rem
  }

  .services-intro p:not(.section-kicker) {
    font-size: .67rem
  }

  .view-services {
    padding: 7px 8px;
    font-size: .58rem
  }

  .flyer-service-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px
  }

  .flyer-card {
    min-height: 208px
  }

  .card-photo {
    height: 95px
  }

  .round-icon {
    top: 77px
  }

  .industry-ribbon {
    display: none
  }
}

/* Nigeria-sourced local photo set */
.flyer-hero .hero-photo {
  object-position: center 62%;
  filter: saturate(.88) contrast(1.04)
}

.facility .card-photo {
  background-image: url('../images/local/lagos-oshodi.jpg') !important
}

.cleaning .card-photo,
.environmental .card-photo {
  background-image: url('../images/local/nigerian-cleaner.jpg') !important;
  background-position: center 43%
}

.maintenance .card-photo,
.supplies .card-photo,
.procurement .card-photo {
  background-image: url('../images/local/nigeria-logistics.jpg') !important
}

.logistics .card-photo,
.warehouse .card-photo,
.import .card-photo {
  background-image: url('../images/local/nigeria-delivery.jpg') !important;
  background-position: center
}

.contract .card-photo {
  background-image: url('../images/local/lagos-marina.jpg') !important;
  background-position: center 62%
}

/* Keep the homepage header and core copy as readable as the inner pages. */
.home-page .navlinks a {
  font-size: .84rem !important;
  padding: 13px 11px !important
}

.home-page .nav-contact {
  font-size: .78rem !important
}

.home-page .nav-contact small {
  font-size: .71rem !important
}

.home-page .nav-quote {
  font-size: .84rem !important;
  padding: 14px 18px !important
}

.home-page .hero-label {
  font-size: .83rem !important
}

.home-page .hero-summary {
  font-size: 1.06rem !important;
  line-height: 1.6 !important
}

.home-page .flyer-card h3 {
  font-size: 1.03rem !important
}

.home-page .flyer-card p {
  font-size: .87rem !important;
  line-height: 1.52 !important
}

.home-page .flyer-card>span {
  font-size: .78rem !important
}

.page-hero .lead,
.detail-main p,
.card p {
  font-size: 1.03rem;
  line-height: 1.65
}

@media(max-width:1200px) {
  .home-page .navlinks a {
    font-size: .76rem !important;
    padding: 12px 7px !important
  }

  .home-page .nav-contact {
    display: none
  }
}

@media(max-width:900px) {
  .home-page .navlinks a {
    font-size: .92rem !important;
    padding: 12px !important
  }
}

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

html {
  scroll-behavior: smooth
}

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

a {
  text-decoration: none;
  color: inherit
}

img {
  max-width: 100%;
  display: block
}

.container {
  width: min(var(--container), calc(100% - 40px));
  margin: auto
}

.topbar {
  background: var(--blue-dark);
  color: #fff;
  font-size: .85rem
}

.topbar .container {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 9px 0
}

.topbar a:hover {
  color: #b8f3cd
}

header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, .96);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line)
}

.nav {
  height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px
}

.logo {
  width: 245px
}

.navlinks {
  display: flex;
  align-items: center;
  gap: 5px;
  list-style: none
}

.navlinks a,
.dropbtn {
  padding: 12px 13px;
  font-weight: 700;
  font-size: .92rem;
  color: #1e293b
}

.navlinks a:hover,
.navlinks .active,
.dropbtn:hover {
  color: var(--blue)
}

.dropdown {
  position: relative
}

.dropdown-menu {
  position: absolute;
  top: 48px;
  left: 0;
  width: 270px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  box-shadow: var(--shadow);
  padding: 8px;
  display: none
}

.dropdown:hover .dropdown-menu {
  display: block
}

.dropdown-menu a {
  display: block;
  padding: 9px 11px;
  border-radius: 9px;
  font-weight: 600
}

.dropdown-menu a:hover {
  background: var(--soft)
}

.nav-cta {
  background: var(--blue);
  color: #fff !important;
  border-radius: 10px;
  padding: 12px 17px !important
}

.nav-cta:hover {
  background: var(--blue-dark);
  color: #fff !important
}

.menu-toggle {
  display: none;
  border: 0;
  background: none;
  font-size: 1.7rem;
  color: var(--blue)
}

.hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #f7fbff 0%, #fff 58%, #f3fbf6 100%);
  padding: 92px 0 85px
}

.hero:before {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: rgba(22, 163, 74, .08);
  right: -170px;
  top: -180px
}

.hero:after {
  content: "";
  position: absolute;
  width: 330px;
  height: 330px;
  border-radius: 50%;
  background: rgba(6, 59, 145, .07);
  left: -180px;
  bottom: -210px
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 70px;
  align-items: center;
  position: relative;
  z-index: 1
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--green-dark);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-size: .78rem;
  margin-bottom: 18px
}

.eyebrow:before {
  content: "";
  width: 28px;
  height: 3px;
  background: var(--green);
  border-radius: 4px
}

h1 {
  font-size: clamp(2.5rem, 5vw, 4.7rem);
  line-height: 1.05;
  letter-spacing: -.045em;
  margin-bottom: 22px
}

h2 {
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1.12;
  letter-spacing: -.035em;
  margin-bottom: 16px
}

h3 {
  font-size: 1.25rem;
  line-height: 1.25;
  margin-bottom: 10px
}

.lead {
  font-size: 1.12rem;
  color: #475569;
  max-width: 680px
}

.actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 30px
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 13px 20px;
  border-radius: 10px;
  font-weight: 800;
  border: 1px solid transparent
}

.btn-primary {
  background: var(--blue);
  color: #fff
}

.btn-primary:hover {
  background: var(--blue-dark)
}

.btn-secondary {
  border-color: #cbd5e1;
  background: #fff;
  color: var(--ink)
}

.btn-secondary:hover {
  border-color: var(--blue);
  color: var(--blue)
}

.hero-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 24px;
  box-shadow: var(--shadow);
  padding: 30px
}

.hero-card .brand-line {
  height: 5px;
  border-radius: 10px;
  background: linear-gradient(90deg, var(--blue) 0 62%, var(--green) 62%)
}

.hero-card h3 {
  margin-top: 24px;
  font-size: 1.45rem
}

.hero-list {
  list-style: none;
  margin-top: 16px
}

.hero-list li {
  display: flex;
  gap: 10px;
  padding: 9px 0;
  border-bottom: 1px solid #eef2f7;
  color: #334155
}

.hero-list li:last-child {
  border: 0
}

.check {
  color: var(--green);
  font-weight: 900
}

section {
  padding: 88px 0
}

.section-head {
  max-width: 760px;
  margin-bottom: 42px
}

.section-head.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto
}

.section-kicker {
  color: var(--blue);
  font-size: .8rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .1em;
  margin-bottom: 10px
}

.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px
}

.grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px
}

.card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 27px;
  background: #fff;
  transition: .25s;
  box-shadow: 0 5px 20px rgba(15, 23, 42, .03)
}

.card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
  border-color: #cbd5e1
}

.icon {
  width: 50px;
  height: 50px;
  border-radius: 13px;
  display: grid;
  place-items: center;
  background: #eaf1ff;
  color: var(--blue);
  font-size: 1.35rem;
  font-weight: 900;
  margin-bottom: 19px
}

.icon.green {
  background: #eaf8ef;
  color: var(--green-dark)
}

.card p {
  color: var(--muted)
}

.service-card {
  position: relative;
  min-height: 260px;
  display: flex;
  flex-direction: column
}

.service-number {
  font-size: .78rem;
  font-weight: 900;
  color: #94a3b8;
  margin-bottom: 14px
}

.service-card ul,
.check-list {
  list-style: none;
  margin-top: 15px
}

.service-card li,
.check-list li {
  margin: 7px 0;
  color: #475569;
  padding-left: 19px;
  position: relative
}

.service-card li:before,
.check-list li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--green);
  font-weight: 900
}

.service-card .more {
  margin-top: auto;
  color: var(--blue);
  font-weight: 800
}

.soft {
  background: var(--soft)
}

.band {
  background: linear-gradient(120deg, var(--blue-dark), var(--blue));
  color: #fff
}

.band p {
  color: #dbeafe
}

.band .btn-secondary {
  background: transparent;
  border-color: #7ea2d8;
  color: #fff
}

.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center
}

.panel {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 32px;
  box-shadow: var(--shadow)
}

.stat-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin-top: 25px
}

.stat {
  padding: 18px;
  background: var(--soft);
  border-radius: 13px
}

.stat strong {
  font-size: 1.6rem;
  color: var(--blue);
  display: block
}

.page-hero {
  background: linear-gradient(135deg, #f5f9ff, #f4fbf6);
  padding: 70px 0
}

.page-hero h1 {
  font-size: clamp(2.3rem, 4vw, 4rem);
  max-width: 850px
}

.breadcrumb {
  font-size: .88rem;
  color: var(--muted);
  margin-bottom: 18px
}

.breadcrumb a {
  color: var(--blue);
  font-weight: 700
}

.detail-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 30px
}

.detail-main h2 {
  margin-top: 34px
}

.detail-main h2:first-child {
  margin-top: 0
}

.detail-main p {
  color: #475569;
  margin-bottom: 16px
}

.detail-side {
  position: sticky;
  top: 110px;
  height: max-content
}

.side-nav {
  list-style: none
}

.side-nav li {
  border-bottom: 1px solid var(--line)
}

.side-nav a {
  display: block;
  padding: 12px 0;
  color: #334155;
  font-weight: 700
}

.side-nav a:hover {
  color: var(--blue)
}

.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 18px
}

.tag {
  padding: 8px 12px;
  border-radius: 999px;
  background: #eef4ff;
  color: var(--blue);
  font-weight: 700;
  font-size: .86rem
}

.product-group {
  margin-top: 38px
}

.product-group h3 {
  color: var(--blue);
  border-left: 4px solid var(--green);
  padding-left: 12px
}

.two-col-list {
  columns: 2;
  column-gap: 40px
}

.two-col-list li {
  break-inside: avoid
}

.faq {
  border: 1px solid var(--line);
  border-radius: 14px;
  margin: 10px 0;
  background: #fff
}

.faq summary {
  cursor: pointer;
  padding: 18px 20px;
  font-weight: 800
}

.faq p {
  padding: 0 20px 18px;
  color: #64748b
}

.contact-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 25px
}

.contact-item {
  display: flex;
  gap: 14px;
  padding: 16px 0;
  border-bottom: 1px solid var(--line)
}

.contact-item:last-child {
  border: 0
}

.contact-item .icon {
  width: 42px;
  height: 42px;
  min-width: 42px;
  margin: 0;
  font-size: 1rem
}

form {
  display: grid;
  gap: 14px
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px
}

label {
  font-size: .86rem;
  font-weight: 800;
  color: #334155
}

input,
textarea,
select {
  width: 100%;
  margin-top: 6px;
  border: 1px solid #cbd5e1;
  border-radius: 10px;
  padding: 13px 14px;
  font: inherit;
  outline: none;
  background: #fff
}

input:focus,
textarea:focus,
select:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(6, 59, 145, .08)
}

textarea {
  min-height: 150px;
  resize: vertical
}

.footer {
  background: #061a3b;
  color: #dbeafe;
  padding: 60px 0 25px
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 35px
}

.footer h3 {
  color: #fff;
  font-size: 1rem
}

.footer p {
  color: #9fb4d3
}

.footer-links {
  list-style: none
}

.footer-links li {
  margin: 8px 0
}

.footer-links a:hover {
  color: #8ef0b0
}

.footer-logo {
  width: 225px;
  background: #fff;
  padding: 7px;
  border-radius: 8px;
  margin-bottom: 18px
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, .12);
  margin-top: 38px;
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font-size: .82rem;
  color: #91a8c9
}

.note {
  padding: 15px 18px;
  border-left: 4px solid var(--green);
  background: #f0faf4;
  border-radius: 10px;
  color: #355b43;
  margin: 20px 0
}

.cta {
  text-align: center;
  max-width: 850px;
  margin: auto
}

.muted {
  color: var(--muted)
}

@media(max-width:900px) {
  .navlinks {
    display: none;
    position: absolute;
    top: 82px;
    left: 0;
    right: 0;
    background: #fff;
    border-bottom: 1px solid var(--line);
    padding: 15px 20px;
    flex-direction: column;
    align-items: stretch
  }

  .navlinks.open {
    display: flex
  }

  .dropdown-menu {
    position: static;
    display: block;
    width: auto;
    border: 0;
    box-shadow: none;
    padding: 0 0 0 15px
  }

  .dropdown-menu a {
    padding: 8px
  }

  .menu-toggle {
    display: block
  }

  .hero-grid,
  .split,
  .detail-grid,
  .contact-grid {
    grid-template-columns: 1fr
  }

  .hero {
    padding: 65px 0
  }

  .detail-side {
    position: static
  }

  .grid-4 {
    grid-template-columns: repeat(2, 1fr)
  }

  .footer-grid {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media(max-width:650px) {
  .container {
    width: min(var(--container), calc(100% - 28px))
  }

  .topbar .container {
    flex-direction: column;
    gap: 2px
  }

  .topbar {
    font-size: .78rem
  }

  .logo {
    width: 205px
  }

  .nav {
    height: 74px
  }

  .navlinks {
    top: 74px
  }

  section {
    padding: 65px 0
  }

  .grid-3,
  .grid-4,
  .form-grid,
  .stat-grid {
    grid-template-columns: 1fr
  }

  .two-col-list {
    columns: 1
  }

  h1 {
    font-size: 2.65rem
  }

  .hero-card {
    padding: 22px
  }

  .footer-grid {
    grid-template-columns: 1fr
  }

  .footer-bottom {
    flex-direction: column
  }
}

/* Visual service imagery */
.hero-visual {
  border-radius: 24px;
  overflow: hidden;
  box-shadow: var(--shadow);
  border: 1px solid var(--line);
  background: #fff
}

.hero-visual {
  min-height: 390px
}

.hero-visual img {
  width: 100%;
  height: 390px;
  object-fit: cover;
  display: block;
  filter: saturate(1.03)
}

.service-image {
  width: 100%;
  height: 190px;
  object-fit: cover;
  border-radius: 14px;
  margin-bottom: 20px;
  background: #f5f8fc;
  display: block;
  transition: transform .35s ease, filter .35s ease
}

.service-card:hover .service-image {
  transform: scale(1.025);
  filter: saturate(1.06)
}

.detail-visual {
  width: 100%;
  height: 430px;
  object-fit: cover;
  border-radius: 20px;
  margin-bottom: 32px;
  border: 1px solid var(--line);
  box-shadow: 0 12px 35px rgba(15, 23, 42, .08);
  display: block
}

/* Refined corporate brand lockup — logo mark + full company name */
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 315px;
  color: var(--blue);
}

.brand:hover {
  color: var(--blue);
}

.logo-mark {
  width: 58px;
  height: 64px;
  object-fit: contain;
  flex: 0 0 auto;
}

.brand-copy {
  display: flex;
  flex-direction: column;
  line-height: 1.08;
  white-space: nowrap;
}

.brand-copy strong {
  font-size: 1.38rem;
  letter-spacing: .015em;
  font-weight: 900;
}

.brand-copy span {
  font-size: .69rem;
  letter-spacing: .055em;
  color: var(--green-dark);
  font-weight: 900;
  margin-top: 5px;
}

.navlinks {
  flex-shrink: 0;
}

@media(max-width:900px) {
  .navlinks {
    display: none;
    position: absolute;
    top: 82px;
    left: 0;
    right: 0;
    background: #fff;
    border-bottom: 1px solid var(--line);
    padding: 15px 20px;
    flex-direction: column;
    align-items: stretch
  }

  .navlinks.open {
    display: flex
  }

  .dropdown-menu {
    position: static;
    display: block;
    width: auto;
    border: 0;
    box-shadow: none;
    padding: 0 0 0 15px
  }

  .dropdown-menu a {
    padding: 8px
  }

  .menu-toggle {
    display: block
  }

  .nav {
    height: 82px
  }
}

@media(max-width:650px) {
  .brand {
    min-width: 0;
    gap: 8px;
  }

  .logo-mark {
    width: 47px;
    height: 53px;
  }

  .brand-copy strong {
    font-size: 1.08rem;
  }

  .brand-copy span {
    font-size: .52rem;
    letter-spacing: .035em;
  }

  .nav {
    height: 74px
  }

  .navlinks {
    top: 74px
  }
}


/* Footer brand lockup */
.footer-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
}

.footer-logo-mark {
  width: 58px;
  height: 62px;
  object-fit: contain;
}

.footer-brand strong {
  display: block;
  color: #fff;
  font-size: 1.25rem;
  line-height: 1.05;
  letter-spacing: .015em;
}

.footer-brand span {
  display: block;
  color: #8ef0b0;
  font-size: .58rem;
  font-weight: 800;
  letter-spacing: .045em;
  margin-top: 5px;
  white-space: nowrap;
}

.footer-brand+p {
  margin-top: 0;
}

.home-page .container {
  width: min(1460px, calc(100% - 40px));
}

.home-page {
  background: #f3f4f6;
  color: #0d203d;
  font-family: Inter, "Segoe UI", sans-serif;
}

.home-header {
  background: rgba(255, 255, 255, 0.98);
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
  position: sticky;
  top: 0;
  z-index: 30;
}

.home-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 92px;
  gap: 22px;
}

.brand-block {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 300px;
}

.brand-mark {
  width: 56px;
  height: 58px;
  object-fit: contain;
  flex-shrink: 0;
}

.brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1.05;
}

.brand-text strong {
  color: #0a3d7a;
  font-size: clamp(1.4rem, 1.8vw, 2.2rem);
  font-weight: 900;
  letter-spacing: 0.02em;
}

.brand-text span {
  color: #0e7b4e;
  font-size: 0.68rem;
  letter-spacing: 0.06em;
  font-weight: 800;
  margin-top: 5px;
}

.home-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex: 1;
  list-style: none;
  margin-left: auto;
}

.home-links a {
  color: #1a2d45;
  font-size: 0.9rem;
  font-weight: 700;
  padding: 8px 10px;
  transition: color 0.2s ease;
}

.home-links a:hover,
.home-links a.active {
  color: #0d5b9b;
}

.home-utility {
  display: flex;
  align-items: center;
  gap: 12px;
}

.contact-line {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #1b2b3d;
  font-weight: 700;
  font-size: 0.9rem;
}

.mini-icon {
  display: inline-flex;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background: rgba(20, 120, 76, 0.12);
  color: #12714e;
  font-size: 0.78rem;
}

.request-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: linear-gradient(135deg, #0f6d47, #1a8d5d);
  color: #fff;
  border-radius: 8px;
  padding: 13px 20px;
  font-weight: 800;
  box-shadow: 0 10px 20px rgba(20, 109, 70, 0.18);
}

.home-main {
  background: #fff;
}

.home-hero {
  position: relative;
  min-height: 640px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: linear-gradient(90deg, rgba(7, 45, 70, 0.95), rgba(5, 81, 104, 0.6));
}

.hero-bg-image {
  position: absolute;
  inset: 0;
  background-image: url('https://images.unsplash.com/photo-1520607162513-77705c0f0d4a?auto=format&fit=crop&w=1600&q=80');
  background-size: cover;
  background-position: center;
  transform: scale(1.08);
  filter: saturate(0.75) brightness(0.78);
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 46, 74, 0.88) 0%, rgba(6, 58, 90, 0.82) 42%, rgba(8, 62, 82, 0.2) 100%);
}

.hero-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 42px;
  align-items: center;
  padding-top: 45px;
  padding-bottom: 45px;
}

.hero-copy {
  color: #fff;
  max-width: 760px;
}

.hero-kicker {
  display: inline-block;
  color: #dffcf6;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.hero-copy h1 {
  font-size: clamp(2.9rem, 4vw, 5rem);
  line-height: 0.96;
  letter-spacing: -0.06em;
  margin-bottom: 20px;
  max-width: 780px;
  color: #fff;
}

.hero-copy p {
  max-width: 700px;
  color: rgba(255, 255, 255, 0.85);
  font-size: 1.1rem;
  line-height: 1.6;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 28px;
}

.primary-btn,
.secondary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 52px;
  padding: 0 28px;
  border-radius: 10px;
  font-weight: 800;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.primary-btn {
  background: linear-gradient(135deg, #13a86f, #1ec47a);
  color: #fff;
  box-shadow: 0 12px 24px rgba(18, 140, 94, 0.32);
}

.secondary-btn {
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.primary-btn:hover,
.secondary-btn:hover,
.request-btn:hover,
.view-all:hover {
  transform: translateY(-1px);
}

.hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.hero-meta span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border: 1px solid rgba(255, 255, 255, 0.33);
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.06);
  color: #f1f7ff;
  font-weight: 700;
}

.hero-meta i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  color: #b9f9db;
  font-style: normal;
  font-size: 0.75rem;
}

.hero-visual {
  position: relative;
  width: min(100%, 660px);
  justify-self: end;
}

.hero-visual img {
  display: block;
  width: 100%;
  height: 520px;
  object-fit: cover;
  border-radius: 18px;
  box-shadow: 0 28px 55px rgba(0, 0, 0, 0.2);
}

.floating-brand {
  position: absolute;
  right: -18px;
  bottom: 28px;
  width: min(320px, 70%);
  padding: 14px 18px 14px 14px;
  border-radius: 18px;
  background: rgba(14, 131, 82, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.35);
  box-shadow: 0 22px 36px rgba(6, 52, 38, 0.22);
  display: flex;
  gap: 12px;
  align-items: center;
  color: #fff;
}

.mini-logo-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.35);
}

.mini-logo {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.24);
  font-weight: 900;
  font-size: 1rem;
}

.floating-brand span {
  font-size: 0.85rem;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.96);
}

.services-section {
  background: #f5f7fb;
  padding: 86px 0 40px;
}

.services-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 26px;
}

.heading-wrap {
  max-width: 860px;
}

.section-kicker {
  color: #0d5b9b;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.8rem;
  font-weight: 900;
  margin-bottom: 8px;
}

.services-head h2 {
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1.1;
  letter-spacing: -0.05em;
  color: #0f213d;
  margin-bottom: 8px;
}

.services-head p {
  color: #4b5d72;
  max-width: 860px;
}

.view-all {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(13, 91, 155, 0.5);
  color: #0d5b9b;
  background: rgba(255, 255, 255, 0.72);
  border-radius: 999px;
  padding: 12px 20px;
  font-weight: 800;
  white-space: nowrap;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
}

.service-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  min-height: 100%;
  background: #fff;
  border: 1px solid rgba(148, 163, 184, 0.25);
  border-radius: 18px;
  box-shadow: 0 6px 18px rgba(15, 23, 42, 0.04);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.service-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 28px rgba(15, 23, 42, 0.08);
}

.service-card img {
  display: block;
  width: 100%;
  height: 195px;
  object-fit: cover;
}

.service-content {
  padding: 18px 16px 16px;
}

.service-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: linear-gradient(135deg, #0d6d47, #1aa460);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 900;
  margin-bottom: 14px;
}

.service-icon.blue {
  background: linear-gradient(135deg, #0f5aa1, #1f7ad5);
}

.service-card h3 {
  color: #11263f;
  font-size: 1.18rem;
  line-height: 1.3;
  margin-bottom: 10px;
  min-height: 66px;
}

.service-card p {
  color: #586f8f;
  font-size: 0.96rem;
  line-height: 1.5;
  margin-bottom: 12px;
}

.service-card a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #0d5b9b;
  font-size: 0.92rem;
  font-weight: 800;
}

.industries-strip {
  background: #0a2f5d;
  color: #fff;
  padding: 24px 0 30px;
}

.industries-wrap {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

.industries-wrap h3 {
  font-size: clamp(1.8rem, 2vw, 2.2rem);
  letter-spacing: -0.04em;
  color: #fff;
  margin-right: 10px;
}

.industry-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.industry-list span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 0.9rem;
  font-weight: 700;
}

.home-footer {
  background: #061a3b;
  color: #dfeafc;
  padding: 52px 0 22px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1.2fr;
  gap: 36px;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
}

.footer-logo-mark {
  width: 58px;
  height: 62px;
  object-fit: contain;
}

.footer-brand strong {
  display: block;
  color: #fff;
  font-size: 1.25rem;
  line-height: 1.05;
}

.footer-brand span {
  display: block;
  color: #0cc98b;
  font-size: 0.6rem;
  letter-spacing: 0.05em;
  font-weight: 800;
  margin-top: 4px;
}

.home-footer p,
.footer-links a,
.footer-links li {
  color: #b3c5e5;
}

.home-footer h3 {
  color: #fff;
  font-size: 1.04rem;
  margin-bottom: 12px;
}

.footer-links {
  list-style: none;
  display: grid;
  gap: 8px;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-top: 18px;
  margin-top: 36px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: #a7bbdc;
  font-size: 0.84rem;
}

@media (max-width: 1200px) {
  .home-links {
    gap: 4px;
  }

  .services-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .home-nav {
    flex-wrap: wrap;
    justify-content: center;
    padding: 18px 0;
  }

  .home-links {
    order: 3;
    width: 100%;
    flex-wrap: wrap;
  }

  .home-utility {
    margin-left: auto;
  }

  .hero-inner {
    grid-template-columns: 1fr;
    padding-top: 58px;
    padding-bottom: 60px;
  }

  .hero-copy {
    max-width: 100%;
  }

  .hero-visual {
    width: 100%;
    justify-self: center;
  }

  .services-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .services-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .home-page .container {
    width: min(1460px, calc(100% - 28px));
  }

  .brand-block {
    min-width: unset;
  }

  .brand-text strong {
    font-size: 1.1rem;
  }

  .brand-text span {
    letter-spacing: 0.04em;
  }

  .home-links {
    justify-content: flex-start;
  }

  .home-utility {
    width: 100%;
    justify-content: space-between;
  }

  .contact-line {
    font-size: 0.76rem;
  }

  .request-btn {
    padding: 10px 14px;
    font-size: 0.8rem;
  }

  .hero-copy h1 {
    font-size: 2.5rem;
  }

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

  .hero-visual img {
    height: 400px;
  }

  .floating-brand {
    right: 10px;
    bottom: 12px;
    width: min(280px, 78%);
  }

  .services-grid {
    grid-template-columns: 1fr;
  }

  .industries-wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  .industry-list {
    gap: 8px;
  }

  .industry-list span {
    min-height: 38px;
    font-size: 0.8rem;
    padding: 0 12px;
  }

  .footer-grid,
  .footer-bottom {
    grid-template-columns: 1fr;
    flex-direction: column;
  }

  .footer-bottom {
    display: flex;
  }
}

/* Site-wide type scale and page polish */
body {
  font-size: 16px
}

.page-hero {
  padding: 82px 0 78px;
  background: linear-gradient(120deg, #f3f8ff 0%, #fff 54%, #effaf3 100%);
  border-bottom: 1px solid #e3edf8
}

.page-hero h1 {
  font-size: clamp(2.65rem, 4.2vw, 4.45rem);
  line-height: 1.06;
  letter-spacing: -.045em;
  color: #092d66
}

.page-hero .lead {
  font-size: 1.12rem;
  line-height: 1.65;
  max-width: 760px
}

.breadcrumb {
  font-size: .94rem
}

.detail-main {
  font-size: 1.04rem;
  line-height: 1.75
}

.detail-main p {
  margin-bottom: 20px
}

.detail-main h2 {
  font-size: clamp(1.8rem, 2.6vw, 2.65rem);
  color: #092d66
}

.card {
  padding: 30px
}

.card h3 {
  font-size: 1.3rem
}

.card p {
  font-size: 1rem;
  line-height: 1.6
}

.panel {
  padding: 34px
}

.panel h3 {
  font-size: 1.35rem
}

.side-nav a {
  font-size: .98rem;
  padding: 13px 0
}

.faq summary {
  font-size: 1.04rem;
  padding: 20px 22px
}

.faq p {
  font-size: 1rem;
  line-height: 1.65
}

.contact-item {
  font-size: 1rem
}

.footer {
  font-size: .96rem
}

.footer h3 {
  font-size: 1.08rem
}

/* Home page: match the inner pages' readable, professional scale */
.flyer-hero {
  height: 465px
}

.hero-content {
  padding-top: 45px
}

.hero-label {
  font-size: .75rem;
  padding: 5px 10px
}

.home-page h1 {
  font-size: clamp(2.7rem, 4.1vw, 4.35rem);
  line-height: 1.04;
  margin: 12px 0 16px
}

.hero-summary {
  max-width: 650px;
  font-size: 1.03rem;
  line-height: 1.58
}

.hero-actions {
  margin-top: 24px
}

.hero-actions .btn {
  font-size: .92rem;
  padding: 13px 23px
}

.trust-points {
  margin-top: 30px;
  font-size: .86rem;
  gap: 22px
}

.trust-points b {
  font-size: 1.4rem
}

.hero-tagline {
  font-size: .94rem;
  bottom: 28px
}

.home-services {
  padding: 50px 0 45px
}

.services-intro {
  margin-bottom: 28px
}

.home-page .section-kicker {
  font-size: .84rem;
  margin-bottom: 8px
}

.services-intro h2 {
  font-size: clamp(1.9rem, 2.7vw, 2.8rem);
  line-height: 1.13;
  margin-bottom: 10px
}

.services-intro p:not(.section-kicker) {
  font-size: 1rem;
  line-height: 1.55
}

.view-services {
  font-size: .86rem;
  padding: 12px 17px
}

.flyer-service-grid {
  gap: 18px
}

.flyer-card {
  min-height: 310px;
  border-radius: 10px
}

.card-photo {
  height: 142px
}

.round-icon {
  width: 48px;
  height: 48px;
  top: 119px;
  left: 16px;
  font-size: 1.1rem
}

.flyer-card h3 {
  font-size: 1rem;
  margin: 18px 15px 9px 70px
}

.flyer-card p {
  font-size: .84rem;
  line-height: 1.5;
  margin: 0 15px
}

.flyer-card>span {
  font-size: .75rem;
  bottom: 15px;
  left: 15px
}

.industry-ribbon .container {
  min-height: 68px
}

.industry-ribbon strong {
  font-size: 1.05rem
}

.industry-ribbon span {
  font-size: .72rem
}

.industry-ribbon span::first-letter {
  font-size: 1.28rem
}

@media(max-width:1200px) {
  .flyer-hero {
    height: 450px
  }

  .flyer-service-grid {
    grid-template-columns: repeat(4, 1fr)
  }

  .flyer-card {
    min-height: 300px
  }
}

@media(max-width:900px) {
  .page-hero {
    padding: 66px 0
  }

  .page-hero h1 {
    font-size: clamp(2.35rem, 6vw, 3.5rem)
  }

  .flyer-hero {
    height: 500px
  }

  .hero-content {
    padding-top: 52px
  }

  .home-page h1 {
    font-size: clamp(2.5rem, 6vw, 3.6rem)
  }

  .flyer-service-grid {
    grid-template-columns: repeat(3, 1fr)
  }

  .flyer-card {
    min-height: 295px
  }

  .card-photo {
    height: 130px
  }

  .round-icon {
    top: 107px
  }

  .industry-ribbon {
    display: block
  }
}

@media(max-width:650px) {
  body {
    font-size: 16px
  }

  .page-hero {
    padding: 54px 0
  }

  .page-hero .lead {
    font-size: 1rem
  }

  .card {
    padding: 24px
  }

  .flyer-hero {
    height: auto;
    min-height: 535px
  }

  .hero-content {
    padding-top: 52px;
    padding-bottom: 42px
  }

  .home-page h1 {
    font-size: 2.35rem
  }

  .hero-summary {
    font-size: .98rem;
    line-height: 1.55
  }

  .hero-actions .btn {
    font-size: .85rem;
    padding: 12px 16px
  }

  .trust-points {
    margin-top: 26px;
    font-size: .74rem;
    gap: 11px
  }

  .trust-points b {
    font-size: 1.15rem
  }

  .home-services {
    padding: 42px 0
  }

  .services-intro {
    align-items: flex-start;
    flex-direction: column
  }

  .services-intro h2 {
    font-size: 1.7rem
  }

  .services-intro p:not(.section-kicker) {
    font-size: .95rem
  }

  .view-services {
    font-size: .82rem
  }

  .flyer-service-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px
  }

  .flyer-card {
    min-height: 300px
  }

  .card-photo {
    height: 112px
  }

  .round-icon {
    width: 43px;
    height: 43px;
    top: 91px;
    left: 12px
  }

  .flyer-card h3 {
    font-size: .9rem;
    margin: 16px 10px 8px 60px
  }

  .flyer-card p {
    font-size: .75rem;
    margin: 0 10px
  }

  .flyer-card>span {
    font-size: .68rem;
    left: 10px
  }

  .industry-ribbon {
    display: none
  }
}

/* Responsive header consistency override. */
html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

.navlinks a,
.dropbtn,
.home-page .navlinks a {
  font-size: .84rem !important;
  padding: 11px 9px !important;
}

@media (max-width: 1200px) {
  .navlinks {
    display: none;
    position: absolute;
    top: 82px;
    left: 0;
    right: 0;
    z-index: 60;
    padding: 15px 20px;
    flex-direction: column;
    align-items: stretch;
    background: #fff;
    border-bottom: 1px solid var(--line);
  }

  .navlinks.open {
    display: flex;
  }

  .menu-toggle {
    display: block;
    margin-left: auto;
  }

  .dropdown-menu {
    position: static;
    display: block;
    width: auto;
    padding: 0 0 0 15px;
    border: 0;
    box-shadow: none;
  }

  .dropdown-menu a {
    padding: 8px !important;
  }

  .home-page .navlinks {
    top: 76px;
  }

  .home-page .navlinks a {
    padding: 11px !important;
  }

  .home-page .nav-contact {
    display: none;
  }
}