:root {
  --ink: #11171b;
  --ink-2: #182126;
  --paper: #f5f5f3;
  --white: #fff;
  --muted: #697177;
  --orange: #f2530b;
  --orange-2: #ff7418;
  --line: #dfe3e5;
  --shadow: 0 18px 45px rgba(12, 19, 23, .13);
  --radius: 18px;
}

* {
  box-sizing: border-box
}

html {
  scroll-behavior: smooth
}

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.55
}

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

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

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0
}

.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 99;
  background: #fff;
  padding: 10px 14px;
  transform: translateY(-150%)
}

.skip-link:focus {
  transform: none
}

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

.nav-wrap {
  height: 82px;
  display: flex;
  align-items: center;
  gap: 28px
}

.brand img {
  width: 210px;
  height: 70px;
  object-fit: contain;
  filter: drop-shadow(0 2px 6px rgba(0, 0, 0, .2))
}

.main-nav {
  display: flex;
  gap: 28px;
  margin-left: auto
}

.main-nav a {
  color: #000;
  font-weight: 700;
  font-size: .92rem;
  position: relative
}

.main-nav a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -9px;
  height: 2px;
  background: var(--orange);
  transition: .2s
}

.main-nav a:hover:after {
  right: 0
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 10px;
  font-weight: 800;
  transition: .2s;
  border: 1px solid transparent
}

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

.btn-primary {
  background: linear-gradient(135deg, var(--orange), var(--orange-2));
  color: #fff;
  box-shadow: 0 10px 25px rgba(242, 83, 11, .25)
}

.btn-outline {
  border-color: rgba(255, 255, 255, .65);
  color: #fff;
  background: rgba(10, 15, 18, .35)
}

.header-cta {
  min-height: 44px
}

.menu-toggle {
  display: none;
  background: none;
  color: #fff;
  border: 0;
  font-size: 1.7rem
}

.hero {
  position: relative;
  min-height: 610px;
  display: grid;
  align-items: center;
  color: #fff;
  overflow: hidden;
  background: #0e1418
}

.hero-media {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(7, 11, 14, .96) 0%, rgba(7, 11, 14, .72) 48%, rgba(7, 11, 14, .08) 100%), url("images/hero.webp") center/cover no-repeat;
  transform: scale(1.01)
}

.hero-content {
  position: relative;
  padding-block: 86px
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: .17em;
  color: var(--orange);
  font-size: .75rem;
  font-weight: 900;
  margin: 0 0 14px
}

.hero h1 {
  font-size: clamp(2.7rem, 5.4vw, 5.2rem);
  line-height: .99;
  letter-spacing: -.045em;
  max-width: 760px;
  margin: 0
}

.hero h1 span {
  color: var(--orange)
}

.hero-text {
  font-size: 1.12rem;
  max-width: 650px;
  color: #d8dee1;
  margin: 25px 0
}

.hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap
}

.trust-row {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
  margin-top: 35px;
  color: #c7ced2;
  font-size: .9rem
}

.section {
  padding: 94px 0
}

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

.centered {
  text-align: center;
  margin-inline: auto
}

.section h2 {
  font-size: clamp(2rem, 3.4vw, 3.4rem);
  line-height: 1.08;
  letter-spacing: -.035em;
  margin: 0 0 18px
}

.section-heading>p:last-child {
  color: var(--muted);
  font-size: 1.05rem
}

.services {
  background: #f8f8f6
}

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

.service-card {
  background: var(--ink);
  color: #fff;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  transition: .25s
}

.service-card:hover {
  transform: translateY(-7px)
}

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

.card-body {
  padding: 24px
}

.card-body h3 {
  display: inline;
  margin: 0 0 12px 8px;
  font-size: 1.15rem
}

.card-body p {
  color: #cbd1d4;
  font-size: .94rem;
  margin: 15px 0 0
}

.service-icon {
  color: var(--orange);
  font-size: 1.35rem
}

.about {
  background: #fff
}

.split {
  display: grid;
  grid-template-columns: .92fr 1.18fr;
  align-items: center;
  gap: 62px
}

.about p {
  color: #555f64
}

.about-image {
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  width: 100%;
  height: 480px;
  object-fit: cover
}

.stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 32px
}

.stats div {
  border-left: 3px solid var(--orange);
  padding-left: 14px
}

.stats strong {
  display: block;
  font-size: 1.35rem
}

.stats span {
  font-size: .82rem;
  color: var(--muted)
}

.differentials {
  padding: 66px 0;
  background: radial-gradient(circle at top, #202b31, #0f1519);
  color: #fff
}

.centered-text {
  text-align: center
}

.diff-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 30px
}

.diff-grid>div {
  text-align: center;
  padding: 10px 26px;
  border-right: 1px solid rgba(255, 255, 255, .16)
}

.diff-grid>div:last-child {
  border: 0
}

.diff-grid b {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border: 2px solid var(--orange);
  border-radius: 50%;
  margin: 0 auto 14px;
  color: var(--orange);
  font-size: 1.4rem
}

.diff-grid h3 {
  margin: 0 0 8px
}

.diff-grid p {
  margin: 0;
  color: #c4ccd0;
  font-size: .9rem
}

.region {
  background: #f7f7f5
}

.region-grid {
  display: grid;
  grid-template-columns: 1fr .7fr .9fr;
  gap: 50px;
  align-items: center
}

.city-list {
  list-style: none;
  margin: 0;
  padding: 0;
  columns: 1
}

.city-list li {
  padding: 6px 0;
  font-weight: 700
}

.city-list li:before {
  content: "●";
  color: var(--orange);
  margin-right: 10px
}

.map-art {
  min-height: 230px;
  border-radius: var(--radius);
  background: radial-gradient(circle at 60% 45%, rgba(242, 83, 11, .17), transparent 34%), repeating-linear-gradient(25deg, transparent 0 18px, #e5e7e7 19px 20px);
  display: grid;
  place-items: center;
  color: var(--orange);
  position: relative
}

.map-art span {
  font-size: 4rem;
  filter: drop-shadow(0 10px 10px rgba(0, 0, 0, .12))
}

.map-art small {
  position: absolute;
  bottom: 30px;
  color: var(--ink);
  font-weight: 800
}

.contact-strip {
  background: linear-gradient(100deg, #f04b00, #f66f13);
  color: #fff;
  padding: 26px 0
}

.contact-strip-grid {
  display: grid;
  grid-template-columns: 1.25fr .8fr 1fr;
  align-items: center;
  gap: 34px
}

.contact-strip strong,
.contact-strip span {
  display: block
}

.contact-strip a {
  font-size: 1.8rem;
  font-weight: 900
}

.contact-strip address {
  font-style: normal;
  font-weight: 700
}

.contact {
  background: #fff
}

.contact-grid {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 55px;
  align-items: stretch
}

.contact-list {
  display: grid;
  gap: 15px;
  margin-top: 26px
}

.contact-list a,
.contact-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 15px;
  border: 1px solid var(--line);
  border-radius: 12px
}

.contact-list span {
  color: var(--orange);
  font-size: 1.3rem
}

.contact-list small {
  display: block;
  color: var(--muted)
}

.map {
  width: 100%;
  min-height: 490px;
  border: 0;
  border-radius: var(--radius);
  box-shadow: var(--shadow)
}

.site-footer {
  background: #0e1418;
  color: #cbd1d4;
  padding: 52px 0 0
}

.footer-grid {
  display: grid;
  grid-template-columns: .8fr 1.2fr .6fr;
  gap: 50px;
  align-items: start
}

.footer-grid img {
  width: 240px
}

.footer-grid p {
  max-width: 430px
}

.footer-grid nav {
  display: grid;
  gap: 7px
}

.footer-grid nav strong {
  color: #fff
}

.copyright {
  margin-top: 38px;
  border-top: 1px solid rgba(255, 255, 255, .1);
  padding: 17px;
  text-align: center;
  font-size: .8rem
}

.floating-call {
  position: fixed;
  right: 22px;
  bottom: 22px;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--orange);
  color: #fff;
  font-size: 1.5rem;
  box-shadow: 0 12px 28px rgba(0, 0, 0, .27);
  z-index: 40
}

@media(max-width:980px) {
  .main-nav {
    position: absolute;
    left: 20px;
    right: 20px;
    top: 76px;
    background: #151d22;
    padding: 20px;
    border-radius: 12px;
    display: none;
    flex-direction: column
  }

  .main-nav.open {
    display: flex
  }

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

  .header-cta {
    display: none
  }

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

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

  .diff-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px
  }

  .diff-grid>div {
    border: 0
  }

  .contact-strip-grid {
    grid-template-columns: 1fr
  }

  .about-image {
    height: 380px
  }

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

  .hero-media {
    background-position: 62% center
  }
}

@media(max-width:640px) {
  .container {
    width: min(100% - 26px, 1180px)
  }

  .nav-wrap {
    height: 70px
  }

  .brand img {
    width: 175px;
    height: 58px
  }

  .hero {
    min-height: 640px
  }

  .hero-content {
    padding-block: 70px
  }

  .hero h1 {
    font-size: 2.55rem
  }

  .hero-text {
    font-size: 1rem
  }

  .hero-actions .btn {
    width: 100%
  }

  .trust-row {
    gap: 12px;
    flex-direction: column
  }

  .section {
    padding: 70px 0
  }

  .service-grid,
  .diff-grid,
  .stats,
  .footer-grid {
    grid-template-columns: 1fr
  }

  .service-card img {
    height: 230px
  }

  .about-image {
    height: 290px
  }

  .contact-strip a {
    font-size: 1.55rem
  }

  .map {
    min-height: 390px
  }

  .floating-call {
    width: 52px;
    height: 52px
  }
}