:root {
  --blue: #1c3657;
  --blue-dark: #142844;
  --orange: #ff7620;
  --muted: #5f6d7c;
  --soft-blue: #8aa9c8;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  color: var(--blue-dark);
  background: #fff;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 16px;
  letter-spacing: 0;
  overflow-x: hidden;
}

.page-wrap {
  max-width: 1120px;
}

.site-nav {
  min-height: 68px;
  background: #fff;
  box-shadow: 0 2px 12px rgba(28, 54, 87, 0.06);
  z-index: 20;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0;
}

.brand-mark {
  position: relative;
  width: 27px;
  height: 27px;
  border-radius: 2px;
  background: #2b699e;
  overflow: hidden;
}

.brand-mark::after {
  position: absolute;
  right: 2px;
  bottom: 2px;
  width: 22px;
  height: 12px;
  background: var(--orange);
  clip-path: polygon(0 100%, 100% 0, 72% 100%);
  content: "";
}

.brand-name {
  color: var(--blue);
  font-size: 31px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.5px;
}

.brand-suffix {
  color: var(--blue);
  font-size: 17px;
  font-weight: 500;
  margin-left: -4px;
  transform: translateY(2px);
}

.navbar .nav-link {
  color: #0f2137;
  font-size: 14px;
  font-weight: 600;
  padding: 8px 0;
}

.nav-cta,
.section-btn {
  min-width: 170px;
  border: 0;
  border-radius: 4px;
  background: var(--blue);
  box-shadow: 0 9px 18px rgba(28, 54, 87, 0.18);
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  padding: 13px 24px;
}

.nav-cta:hover,
.section-btn:hover {
  background: #102744;
}

.hero {
  position: relative;
  min-height: 585px;
  margin-top: 68px;
  overflow: hidden;
  background-image: url("../img/customer-hero.jpg");
  background-position: center;
  background-size: cover;
}

.hero-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #eff6f9 0%, #eff6f9 44%, rgba(239, 246, 249, 0.62) 58%, rgba(239, 246, 249, 0) 78%);
}

.hero-content {
  position: relative;
  z-index: 2;
  padding-top: 82px;
  padding-bottom: 96px;
}

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

.hero h1 {
  margin: 0 0 26px;
  color: #1e3859;
  font-size: clamp(34px, 4vw, 48px);
  font-weight: 800;
  line-height: 1.28;
}

.hero h1 span {
  color: #115f9b;
}

.hero p {
  margin-bottom: 34px;
  color: #223549;
  font-size: 19px;
  font-weight: 500;
}

.hero-btn {
  min-width: 220px;
  border: 0;
  border-radius: 4px;
  box-shadow: 0 9px 18px rgba(28, 54, 87, 0.12);
  font-size: 16px;
  font-weight: 700;
  padding: 15px 28px;
}

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

.btn-orange:hover {
  background: #f16614;
  color: #fff;
}

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

.service-strip {
  background: linear-gradient(180deg, #f8fafc 0%, #fff 100%);
  padding: 34px 0 34px;
}

.service-card {
  min-height: 235px;
  padding: 28px 28px 26px;
  text-align: center;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 10px 26px rgba(28, 54, 87, 0.08);
}

.icon-duo {
  width: 56px;
  height: 56px;
  margin: 0 auto 14px;
}

.icon-duo svg {
  width: 100%;
  height: 100%;
  fill: var(--orange);
}

.icon-duo.core svg path:nth-child(1),
.icon-duo.core svg circle {
  fill: var(--soft-blue);
}

.service-card h2 {
  margin: 0 0 16px;
  color: var(--blue-dark);
  font-size: 23px;
  font-weight: 800;
  line-height: 1.15;
}

.service-card p {
  min-height: 56px;
  margin: 0 0 18px;
  color: #4d5d6b;
  font-size: 14.5px;
  font-weight: 500;
  line-height: 1.55;
  overflow-wrap: anywhere;
}

.service-card a {
  color: var(--orange);
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
}

.service-card a span {
  display: inline-block;
  margin-left: 10px;
  font-size: 22px;
  line-height: 0;
  transform: translateY(2px);
}

.about-section {
  padding: 54px 0 54px;
}

.about-photo {
  display: block;
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.about-section h2 {
  margin-bottom: 22px;
  font-size: 32px;
  font-weight: 800;
}

.about-section p {
  color: #26384d;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
}

.section-btn {
  min-width: 165px;
  margin-top: 14px;
}

.benefits {
  padding: 46px 0 58px;
  background: linear-gradient(180deg, #fff 0%, #f8fafc 100%);
}

.benefits h2 {
  margin-bottom: 26px;
  color: var(--blue-dark);
  font-size: 32px;
  font-weight: 400;
}

.benefits h2 strong {
  font-weight: 800;
}

.benefit-card {
  min-height: 180px;
  height: 100%;
  position: relative;
  padding: 24px 20px 20px 78px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 10px 24px rgba(28, 54, 87, 0.08);
}

.benefit-card h3 {
  min-height: 44px;
  margin: 0 0 14px;
  color: var(--blue-dark);
  font-size: 18px;
  font-weight: 800;
  line-height: 1.2;
}

.benefit-card p {
  margin: 0;
  color: #26384d;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.55;
}

.benefit-icon {
  position: absolute;
  left: 22px;
  top: 31px;
  width: 40px;
  height: 38px;
}

.helmet {
  border: 3px solid var(--blue);
  border-top-color: var(--orange);
  border-radius: 50% 50% 38% 38%;
}

.helmet::after {
  position: absolute;
  left: -5px;
  right: -5px;
  bottom: -4px;
  height: 5px;
  border-radius: 8px;
  background: var(--soft-blue);
  content: "";
}

.case {
  border-radius: 2px;
  background: linear-gradient(180deg, var(--soft-blue) 0 45%, var(--orange) 45% 100%);
}

.case::before {
  position: absolute;
  left: 12px;
  top: -7px;
  width: 13px;
  height: 8px;
  border: 3px solid var(--blue);
  border-bottom: 0;
  border-radius: 3px 3px 0 0;
  content: "";
}

.person {
  border-radius: 2px;
  background: var(--orange);
}

.person::before {
  position: absolute;
  left: 15px;
  top: 6px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #fff;
  content: "";
}

.person::after {
  position: absolute;
  left: 11px;
  top: 17px;
  width: 15px;
  height: 6px;
  border-radius: 7px 7px 2px 2px;
  background: #fff;
  content: "";
}

.calendar {
  border: 3px solid #2c6da2;
  border-radius: 2px;
}

.calendar::before {
  position: absolute;
  left: -3px;
  top: 4px;
  width: 40px;
  height: 7px;
  background: var(--soft-blue);
  content: "";
}

.calendar::after {
  position: absolute;
  left: 12px;
  top: 16px;
  width: 15px;
  height: 10px;
  border-bottom: 3px solid var(--orange);
  border-left: 3px solid var(--orange);
  transform: rotate(-45deg);
  content: "";
}

.project-gallery {
  padding: 18px 0 74px;
  background: #fff;
}

.gallery-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 28px;
}

.gallery-heading span {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--orange);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.gallery-heading h2 {
  max-width: 610px;
  margin: 0;
  color: var(--blue-dark);
  font-size: 36px;
  font-weight: 800;
  line-height: 1.18;
}

.gallery-heading p {
  max-width: 380px;
  margin: 0;
  color: #405266;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7;
}

.project-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr 0.9fr;
  grid-auto-rows: 230px;
  gap: 18px;
}

.project-tile {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 4px;
  background: #dbe4ee;
  box-shadow: 0 16px 36px rgba(28, 54, 87, 0.1);
}

.project-tile.large {
  grid-row: span 2;
}

.project-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.32s ease;
}

.project-tile::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(20, 40, 68, 0) 38%, rgba(20, 40, 68, 0.78) 100%);
  content: "";
}

.project-tile:hover img {
  transform: scale(1.04);
}

.project-caption {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 22px;
  z-index: 2;
  color: #fff;
}

.project-caption strong {
  display: block;
  margin-bottom: 4px;
  font-size: 18px;
  font-weight: 800;
}

.project-caption span {
  color: rgba(255,255,255,0.86);
  font-size: 13px;
  font-weight: 700;
}

.reference {
  position: relative;
  min-height: 310px;
  overflow: hidden;
  background: linear-gradient(90deg, #f4f7fb 0%, #fff 100%);
}

.reference-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background-image: url("../img/customer-reference.jpg");
  background-size: cover;
  background-position: center top;
  pointer-events: none;
}

.reference-copy {
  position: relative;
  z-index: 2;
  min-height: 310px;
  padding: 44px 0 36px 42px;
}

.quote-mark {
  height: 40px;
  color: #94b1d1;
  font-family: Georgia, serif;
  font-size: 76px;
  font-weight: 700;
  line-height: 0.8;
}

.reference blockquote {
  margin: 0 0 20px;
  color: #203a5a;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.35;
}

.reference blockquote::after {
  margin-left: 7px;
  color: #94b1d1;
  font-family: Georgia, serif;
  font-size: 52px;
  font-weight: 700;
  content: "“";
}

.reference p {
  margin-bottom: 22px;
  color: #465b70;
  font-size: 14px;
  font-weight: 500;
}

.btn-soft {
  min-width: 190px;
  border: 0;
  border-radius: 4px;
  background: #89aace;
  box-shadow: 0 9px 18px rgba(58, 99, 142, 0.22);
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  padding: 13px 24px;
}

.btn-soft:hover {
  background: #7599c1;
  color: #fff;
}

.footer {
  padding: 54px 0 0;
  background:
    linear-gradient(180deg, rgba(20, 40, 68, 0.98), rgba(13, 28, 45, 0.98)),
    #142844;
  color: #fff;
  font-size: 16px;
}

.footer-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
  padding: 0 0 44px;
  margin-bottom: 44px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.footer-cta span {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--orange);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.footer-cta h2 {
  max-width: 650px;
  margin: 0;
  color: #fff;
  font-size: 31px;
  font-weight: 800;
  line-height: 1.16;
}

.footer-cta-actions {
  display: flex;
  flex: 0 0 auto;
  flex-wrap: wrap;
  gap: 12px;
}

.footer-cta .btn {
  min-width: 180px;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 800;
  padding: 14px 22px;
}

.footer-cta .btn-orange {
  background: var(--orange);
  color: #fff;
}

.footer-cta .btn-orange:hover {
  background: #f16614;
  color: #fff;
}

.footer-cta .btn-outline-light {
  border-color: rgba(255, 255, 255, 0.78);
  color: #fff;
  background: transparent;
}

.footer-cta .btn-outline-light:hover,
.footer-cta .btn-outline-light:focus-visible {
  border-color: #fff;
  color: var(--blue-dark);
  background: #fff;
}

.footer-main {
  padding: 0 0 48px;
}

.footer-logo {
  display: block;
  width: min(156px, 100%);
  margin-bottom: 26px;
}

.footer-logo img {
  display: block;
  width: 100%;
  height: auto;
}

.footer-contact-list {
  display: grid;
  max-width: 220px;
  gap: 18px;
}

.footer-contact-item {
  display: grid;
  gap: 4px;
}

.footer-contact-item span {
  color: rgba(255,255,255,0.74);
  font-size: 14px;
  font-weight: 600;
}

.footer-contact-list a {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  text-decoration: none;
}

.footer-contact-email {
  margin-top: -2px;
}

.footer h3 {
  margin: 8px 0 20px;
  color: #fff;
  font-size: 17px;
  font-weight: 800;
}

.footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer li {
  margin-bottom: 12px;
}

.footer a {
  color: rgba(255,255,255,0.76);
  text-decoration: none;
  transition: color 0.2s ease, transform 0.2s ease;
}

.footer a:hover {
  color: #fff;
}

.footer-location strong {
  display: block;
  margin-bottom: 12px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

.footer-location p {
  margin: 0 0 24px;
  color: rgba(255,255,255,0.78);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7;
}

.footer-location a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-size: 16px;
  font-weight: 800;
}

.footer-location a span {
  color: var(--orange);
  font-size: 22px;
  line-height: 1;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 24px 0 30px;
  border-top: 1px solid rgba(255,255,255,0.1);
  color: rgba(255,255,255,0.62);
  font-size: 14px;
  font-weight: 600;
}

.footer-bottom div {
  display: flex;
  gap: 20px;
}

.subpage-hero {
  position: relative;
  margin-top: 68px;
  overflow: hidden;
  background-image: url("../img/customer-hero.jpg");
  background-position: center;
  background-size: cover;
}

.about-hero {
  background-image: url("../img/customer-about.jpg");
  background-position: center;
}

.contact-hero {
  background-image: url("../img/customer-reference.jpg");
  background-position: center;
}

.offer-hero {
  background-image: url("../img/customer-hero.jpg");
  background-position: center;
}

.subpage-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #eef6f9 0%, #eef6f9 54%, rgba(238, 246, 249, 0.78) 76%, rgba(238, 246, 249, 0.48) 100%);
}

.subpage-hero-content {
  position: relative;
  z-index: 2;
  max-width: 1120px;
  padding-top: 72px;
  padding-bottom: 78px;
  overflow-wrap: anywhere;
}

.breadcrumb {
  margin-bottom: 28px;
  font-size: 14px;
  font-weight: 700;
}

.breadcrumb a {
  color: var(--orange);
  text-decoration: none;
}

.breadcrumb-item.active {
  color: var(--blue);
}

.subpage-hero h1 {
  max-width: 760px;
  margin: 0 0 26px;
  color: var(--blue-dark);
  font-size: clamp(42px, 5vw, 64px);
  font-weight: 800;
  line-height: 1.08;
}

.subpage-hero p {
  max-width: 820px;
  margin: 0 0 18px;
  color: #20364e;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.72;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.hero-proof span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  padding: 10px 16px;
  color: var(--blue-dark);
  background: rgba(255, 255, 255, 0.82);
  border-radius: 4px;
  box-shadow: 0 12px 26px rgba(28, 54, 87, 0.08);
  font-size: 14px;
  font-weight: 700;
}

.hero-proof strong {
  color: var(--orange);
  font-size: 22px;
  font-weight: 800;
}

.services-overview {
  padding: 54px 0;
  background: linear-gradient(180deg, #f7fafc 0%, #fff 100%);
}

.service-jump {
  display: block;
  height: 100%;
  min-height: 188px;
  padding: 28px;
  color: var(--blue-dark);
  text-decoration: none;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 14px 34px rgba(28, 54, 87, 0.08);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.service-jump:hover {
  color: var(--blue-dark);
  transform: translateY(-4px);
  box-shadow: 0 18px 38px rgba(28, 54, 87, 0.12);
}

.service-jump-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-bottom: 20px;
  color: #fff;
  background: var(--orange);
  border-radius: 4px;
  font-size: 17px;
  font-weight: 800;
}

.service-jump strong {
  display: block;
  margin-bottom: 10px;
  color: var(--blue-dark);
  font-size: 21px;
  font-weight: 800;
}

.service-jump span:last-child {
  display: block;
  color: #506173;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.55;
}

.service-details {
  padding: 28px 0 18px;
  background: #fff;
}

.detail-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 64px;
  align-items: center;
  padding: 68px 0;
  border-bottom: 1px solid rgba(28, 54, 87, 0.08);
}

.detail-panel.reverse .detail-media {
  order: 2;
}

.detail-panel.reverse .detail-copy {
  order: 1;
}

.detail-media {
  min-height: 330px;
  border-radius: 4px;
  box-shadow: 0 18px 42px rgba(28, 54, 87, 0.12);
  background-size: cover;
  background-position: center;
}

.detail-media.betonbohren {
  background-image: linear-gradient(rgba(20, 40, 68, 0.06), rgba(20, 40, 68, 0.06)), url("../img/work-core-drill.jpg");
}

.detail-media.betonsaegen {
  background-image: linear-gradient(rgba(20, 40, 68, 0.06), rgba(20, 40, 68, 0.06)), url("../img/work-wall-saw.jpg");
  background-position: center;
}

.detail-media.seilsaege {
  background-image: linear-gradient(rgba(20, 40, 68, 0.08), rgba(20, 40, 68, 0.08)), url("../img/work-wire-saw.jpg");
}

.detail-media.betonschneiden {
  background-image: linear-gradient(rgba(20, 40, 68, 0.08), rgba(20, 40, 68, 0.08)), url("../img/work-floor-saw.jpg");
}

.detail-kicker {
  display: inline-block;
  margin-bottom: 12px;
  color: var(--orange);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.detail-copy h2 {
  margin: 0 0 22px;
  color: var(--blue-dark);
  font-size: 42px;
  font-weight: 800;
  line-height: 1.1;
}

.detail-copy p,
.detail-copy li {
  color: #26384d;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.75;
}

.detail-copy p {
  margin-bottom: 16px;
}

.detail-copy ul {
  margin: 18px 0 0;
  padding-left: 22px;
}

.detail-copy li::marker {
  color: var(--orange);
}

.service-cta {
  padding: 34px 0 72px;
  background: linear-gradient(180deg, #fff 0%, #f7fafc 100%);
}

.service-process {
  padding: 76px 0 42px;
  background: linear-gradient(180deg, #fff 0%, #f7fafc 100%);
}

.about-intro {
  padding: 76px 0;
  background: #fff;
}

.about-feature-img {
  display: block;
  width: 100%;
  min-height: 390px;
  object-fit: cover;
  border-radius: 4px;
  box-shadow: 0 18px 42px rgba(28, 54, 87, 0.12);
}

.about-intro h2 {
  margin: 0 0 22px;
  color: var(--blue-dark);
  font-size: 40px;
  font-weight: 800;
  line-height: 1.16;
}

.about-intro p {
  margin: 0 0 16px;
  color: #26384d;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.76;
}

.about-values {
  padding: 68px 0 76px;
  background: linear-gradient(180deg, #f7fafc 0%, #fff 100%);
}

.value-card {
  height: 100%;
  padding: 34px 30px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 14px 34px rgba(28, 54, 87, 0.08);
}

.value-card > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-bottom: 24px;
  color: #fff;
  background: var(--orange);
  border-radius: 4px;
  font-size: 17px;
  font-weight: 800;
}

.value-card h3 {
  margin: 0 0 14px;
  color: var(--blue-dark);
  font-size: 23px;
  font-weight: 800;
  line-height: 1.22;
}

.value-card p {
  margin: 0;
  color: #405266;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.7;
}

.about-story {
  padding: 78px 0;
  background: #fff;
}

.story-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 54px;
  align-items: stretch;
}

.story-copy,
.story-list {
  padding: 42px;
  border-radius: 4px;
}

.story-copy {
  background: #f7fafc;
}

.story-copy h2 {
  margin: 0 0 22px;
  color: var(--blue-dark);
  font-size: 38px;
  font-weight: 800;
  line-height: 1.18;
}

.story-copy p,
.story-list li {
  color: #26384d;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.76;
}

.story-copy p {
  margin: 0 0 16px;
}

.story-list {
  background: var(--blue);
  color: #fff;
  box-shadow: 0 18px 42px rgba(28, 54, 87, 0.14);
}

.story-list h3 {
  margin: 0 0 22px;
  color: #fff;
  font-size: 28px;
  font-weight: 800;
}

.story-list ul {
  margin: 0;
  padding-left: 22px;
}

.story-list li {
  margin-bottom: 12px;
  color: rgba(255, 255, 255, 0.9);
}

.story-list li::marker {
  color: var(--orange);
}

.about-process {
  padding-top: 70px;
}

.contact-section {
  padding: 82px 0;
  background: #fff;
}

.contact-panel {
  position: sticky;
  top: 96px;
  padding: 42px;
  background: #f7fafc;
  border-radius: 4px;
  box-shadow: 0 14px 34px rgba(28, 54, 87, 0.08);
}

.contact-panel h2 {
  margin: 0 0 18px;
  color: var(--blue-dark);
  font-size: 34px;
  font-weight: 800;
  line-height: 1.18;
}

.contact-panel p {
  margin: 0 0 30px;
  color: #405266;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.72;
}

.contact-list {
  display: grid;
  gap: 18px;
}

.contact-list div {
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(28, 54, 87, 0.1);
}

.contact-list div:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.contact-list strong {
  display: block;
  margin-bottom: 6px;
  color: var(--blue-dark);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.contact-list a,
.contact-list span {
  color: #26384d;
  text-decoration: none;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.55;
}

.contact-list a:hover {
  color: var(--orange);
}

.contact-form {
  padding: 42px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 18px 42px rgba(28, 54, 87, 0.12);
}

.contact-form .form-label {
  color: var(--blue-dark);
  font-size: 14px;
  font-weight: 800;
}

.contact-form .form-control,
.contact-form .form-select {
  min-height: 54px;
  border: 1px solid rgba(28, 54, 87, 0.16);
  border-radius: 4px;
  color: var(--blue-dark);
  font-size: 15px;
  font-weight: 500;
  padding: 14px 16px;
}

.contact-form textarea.form-control {
  min-height: 180px;
  resize: vertical;
}

.contact-form .form-control:focus,
.contact-form .form-select:focus,
.contact-form .form-check-input:focus {
  border-color: var(--orange);
  box-shadow: 0 0 0 0.2rem rgba(255, 118, 32, 0.16);
}

.contact-form .form-check-input:checked {
  background-color: var(--orange);
  border-color: var(--orange);
}

.contact-form .form-check-label {
  color: #405266;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.55;
}

.form-note {
  color: #657588;
  font-size: 14px;
  font-weight: 700;
}

.contact-support {
  padding: 72px 0 82px;
  background: linear-gradient(180deg, #f7fafc 0%, #fff 100%);
}

.offer-section {
  padding: 82px 0 56px;
  background: #fff;
}

.offer-layout {
  display: grid;
  grid-template-columns: minmax(300px, 0.82fr) minmax(0, 1.18fr);
  gap: 48px;
  align-items: start;
}

.offer-sidebar {
  position: sticky;
  top: 96px;
  padding: 42px;
  background: var(--blue);
  border-radius: 4px;
  box-shadow: 0 18px 42px rgba(28, 54, 87, 0.16);
}

.offer-sidebar h2 {
  margin: 0 0 18px;
  color: #fff;
  font-size: 34px;
  font-weight: 800;
  line-height: 1.18;
}

.offer-sidebar p {
  margin: 0 0 28px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.72;
}

.offer-checklist {
  display: grid;
  gap: 14px;
}

.offer-checklist div {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
}

.offer-checklist span {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  color: #fff;
  background: var(--orange);
  border-radius: 50%;
  font-size: 13px;
  font-weight: 800;
}

.offer-form {
  padding: 46px;
}

.form-section-title {
  margin-bottom: 26px;
}

.form-section-title span {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--orange);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.form-section-title h2 {
  margin: 0;
  color: var(--blue-dark);
  font-size: 30px;
  font-weight: 800;
  line-height: 1.2;
}

.form-divider {
  height: 1px;
  margin: 38px 0;
  background: rgba(28, 54, 87, 0.1);
}

.offer-support {
  padding-top: 64px;
}

.legal-hero {
  background-image: url("../img/customer-about.jpg");
  background-position: center 42%;
}

.legal-section {
  padding: 82px 0;
  background:
    linear-gradient(180deg, #fff 0%, #fff 72%, #f7fafc 100%);
}

.legal-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.44fr) minmax(0, 1fr);
  gap: 48px;
  align-items: start;
}

.legal-summary {
  position: sticky;
  top: 98px;
  padding: 42px;
  border: 1px solid rgba(29, 55, 83, 0.08);
  border-radius: 4px;
  background: #f7fafc;
  box-shadow: 0 22px 46px rgba(29, 55, 83, 0.08);
}

.legal-summary .eyebrow,
.legal-card .eyebrow {
  display: block;
  margin-bottom: 12px;
  color: var(--orange);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.legal-summary h2 {
  margin: 0 0 18px;
  color: var(--blue-dark);
  font-size: 34px;
  font-weight: 800;
  line-height: 1.12;
}

.legal-summary p {
  margin: 0 0 22px;
  color: #31465e;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.72;
}

.legal-contact {
  display: grid;
  gap: 12px;
  margin-top: 26px;
}

.legal-contact a,
.legal-contact span {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--blue-dark);
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.legal-contact i {
  color: var(--orange);
  font-size: 20px;
}

.legal-anchor-list {
  display: grid;
  gap: 9px;
  margin: 0 0 28px;
}

.legal-anchor-list a {
  color: var(--blue-dark);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.45;
  text-decoration: none;
}

.legal-anchor-list a::before {
  margin-right: 8px;
  color: var(--orange);
  content: "›";
}

.legal-anchor-list a:hover {
  color: var(--orange);
}

.legal-content {
  display: grid;
  gap: 22px;
}

.legal-card {
  padding: 34px 38px;
  border: 1px solid rgba(29, 55, 83, 0.08);
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(29, 55, 83, 0.06);
}

.legal-card h2 {
  margin: 0 0 18px;
  color: var(--blue-dark);
  font-size: 28px;
  font-weight: 800;
  line-height: 1.18;
}

.legal-card h3 {
  margin: 22px 0 10px;
  color: var(--blue-dark);
  font-size: 19px;
  font-weight: 800;
}

.legal-card p {
  margin: 0 0 14px;
  color: #26384d;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.78;
}

.legal-card p:last-child {
  margin-bottom: 0;
}

.legal-link-list {
  display: grid;
  gap: 8px;
  margin: 0;
  padding-left: 20px;
  color: #26384d;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.65;
}

.privacy-note {
  margin-top: 22px !important;
  padding: 16px 18px;
  border-left: 4px solid var(--orange);
  color: #5b4637 !important;
  background: #fff7f0;
  font-size: 14px !important;
  line-height: 1.65 !important;
}

.legal-card a {
  color: var(--orange);
  font-weight: 800;
  text-decoration: none;
}

.legal-card a:hover {
  color: var(--orange-dark);
}

.process-heading {
  max-width: 720px;
  margin-bottom: 30px;
}

.process-heading span {
  display: inline-block;
  margin-bottom: 12px;
  color: var(--orange);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.process-heading h2 {
  margin: 0;
  color: var(--blue-dark);
  font-size: 36px;
  font-weight: 800;
  line-height: 1.2;
  overflow-wrap: anywhere;
}

.process-card {
  height: 100%;
  padding: 30px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 14px 34px rgba(28, 54, 87, 0.08);
}

.process-card > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  margin-bottom: 22px;
  color: #fff;
  background: var(--blue);
  border-radius: 4px;
  font-size: 16px;
  font-weight: 800;
}

.process-card h3 {
  margin: 0 0 14px;
  color: var(--blue-dark);
  font-size: 22px;
  font-weight: 800;
  line-height: 1.25;
}

.process-card p {
  margin: 0;
  color: #405266;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.7;
}

.cta-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: 36px 42px;
  background: var(--blue);
  border-radius: 4px;
  box-shadow: 0 18px 42px rgba(28, 54, 87, 0.18);
}

.cta-box span {
  display: block;
  margin-bottom: 10px;
  color: #9fb8d2;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.cta-box h2 {
  max-width: 720px;
  margin: 0;
  color: #fff;
  font-size: 30px;
  font-weight: 800;
  line-height: 1.22;
}

.error-page {
  position: relative;
  min-height: 620px;
  margin-top: 68px;
  overflow: hidden;
  background-color: #eaf3f7;
  background-image: url("../img/customer-hero.jpg");
  background-position: center;
  background-size: cover;
}

.error-page::before {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #eef6f9 0%, rgba(238, 246, 249, 0.98) 48%, rgba(238, 246, 249, 0.76) 72%, rgba(238, 246, 249, 0.4) 100%);
  content: "";
}

.error-page__content {
  position: relative;
  z-index: 1;
  padding-top: 54px;
  padding-bottom: 76px;
}

.error-breadcrumb {
  margin-bottom: 32px;
}

.error-breadcrumb a {
  color: var(--orange);
  text-decoration: none;
}

.error-layout {
  display: grid;
  grid-template-columns: minmax(220px, 0.65fr) minmax(0, 1.35fr);
  gap: clamp(36px, 6vw, 78px);
  align-items: center;
}

.error-code {
  color: rgba(28, 54, 87, 0.13);
  font-size: clamp(110px, 15vw, 210px);
  font-weight: 800;
  letter-spacing: -0.08em;
  line-height: 0.8;
  text-shadow: 0 18px 40px rgba(28, 54, 87, 0.08);
}

.error-copy {
  max-width: 650px;
  padding: clamp(30px, 5vw, 52px);
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 22px 52px rgba(28, 54, 87, 0.13);
  backdrop-filter: blur(8px);
}

.error-copy h1 {
  margin: 0 0 20px;
  color: var(--blue-dark);
  font-size: clamp(36px, 4.6vw, 58px);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.08;
}

.error-copy > p {
  margin: 0;
  color: #405266;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.72;
}

.error-message {
  margin-top: 22px;
  padding: 13px 16px;
  border-left: 4px solid var(--orange);
  color: #6f3210;
  background: #fff4ec;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.55;
}

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

.error-secondary {
  border: 1px solid rgba(28, 54, 87, 0.22);
  color: var(--blue-dark);
  background: #fff;
}

.error-secondary:hover {
  border-color: var(--blue);
  color: #fff;
  background: var(--blue);
}

.error-help {
  padding: 76px 0 84px;
  background: linear-gradient(180deg, #f7fafc 0%, #fff 100%);
}

.error-help-heading {
  max-width: 760px;
  margin-bottom: 32px;
}

.error-help-heading > span {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--orange);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.error-help-heading h2 {
  margin: 0;
  color: var(--blue-dark);
  font-size: clamp(30px, 4vw, 42px);
  font-weight: 800;
  line-height: 1.2;
}

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

.error-link-card {
  position: relative;
  display: grid;
  min-height: 210px;
  align-content: start;
  padding: 30px;
  color: var(--blue-dark);
  text-decoration: none;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 14px 34px rgba(28, 54, 87, 0.09);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.error-link-card:hover {
  color: var(--blue-dark);
  transform: translateY(-4px);
  box-shadow: 0 20px 42px rgba(28, 54, 87, 0.14);
}

.error-link-card > span {
  margin-bottom: 22px;
  color: var(--orange);
  font-size: 14px;
  font-weight: 800;
}

.error-link-card strong {
  margin-bottom: 9px;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.2;
}

.error-link-card small {
  padding-right: 24px;
  color: #5f6d7c;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
}

.error-link-card b {
  position: absolute;
  right: 26px;
  bottom: 24px;
  color: var(--orange);
  font-size: 30px;
  font-weight: 500;
  line-height: 1;
}

@media (max-width: 991.98px) {
  .page-wrap {
    max-width: 720px;
  }

  .navbar-collapse {
    padding: 16px 0 8px;
  }

  .navbar .nav-link {
    font-size: 13px;
  }

  .hero {
    min-height: 460px;
  }

  .hero-content {
    padding-top: 70px;
  }

  .hero h1 {
    max-width: 600px;
    font-size: 34px;
  }

  .hero-copy {
    width: 100%;
  }

  .about-section {
    padding-top: 42px;
  }

  .reference-image {
    opacity: 0.26;
    width: 100%;
  }

  .reference-copy {
    background: rgba(255,255,255,0.72);
    padding-left: 0;
  }

  .gallery-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .project-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 220px;
  }

  .footer-cta {
    align-items: flex-start;
    flex-direction: column;
  }

  .subpage-hero-content {
    max-width: 720px;
  }

  .detail-panel,
  .detail-panel.reverse {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 52px 0;
  }

  .detail-panel.reverse .detail-media,
  .detail-panel.reverse .detail-copy {
    order: initial;
  }

  .cta-box {
    align-items: flex-start;
    flex-direction: column;
  }

  .process-heading h2 {
    font-size: 30px;
  }

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

  .contact-panel {
    position: static;
  }

  .offer-layout {
    grid-template-columns: 1fr;
  }

  .offer-sidebar {
    position: static;
  }

  .legal-layout {
    grid-template-columns: 1fr;
  }

  .legal-summary {
    position: static;
  }

  .error-layout {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .error-code {
    font-size: 112px;
  }

  .error-copy {
    max-width: 720px;
  }

  .error-link-grid {
    grid-template-columns: 1fr;
  }

  .error-link-card {
    min-height: 175px;
  }
}

@media (min-width: 768px) {
  .service-card:first-child h2 {
    white-space: nowrap;
  }
}

@media (max-width: 575.98px) {
  .site-nav {
    min-height: 58px;
  }

  .brand-name {
    font-size: 22px;
  }

  .hero {
    min-height: 520px;
    margin-top: 58px;
    background-position: 58% top;
  }

  .hero-shade {
    background: linear-gradient(90deg, #eff6f9 0%, #eff6f9 52%, rgba(239, 246, 249, 0.76) 72%, rgba(239, 246, 249, 0.2) 100%);
  }

  .hero-content {
    padding-top: 54px;
  }

  .hero h1 {
    max-width: 380px;
    font-size: 24px;
  }

  .service-card {
    padding: 30px 22px;
  }

  .service-card h2 {
    font-size: 24px;
  }

  .service-card p {
    font-size: 15px;
  }

  .hero p {
    font-size: 14px;
  }

  .hero-btn {
    width: 100%;
  }

  .service-strip,
  .about-section,
  .benefits {
    padding-left: 7px;
    padding-right: 7px;
  }

  .service-card,
  .benefit-card {
    min-height: auto;
  }

  .about-photo {
    height: auto;
  }

  .benefits h2,
  .about-section h2 {
    font-size: 21px;
  }

  .project-gallery {
    padding: 12px 7px 58px;
  }

  .gallery-heading h2 {
    font-size: 27px;
  }

  .gallery-heading p {
    font-size: 15px;
  }

  .project-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: 250px;
  }

  .project-tile.large {
    grid-row: span 1;
  }

  .reference {
    min-height: 300px;
  }

  .reference-copy {
    padding: 36px 12px;
  }

  .footer-cta {
    padding: 0 0 34px;
    margin-bottom: 34px;
  }

  .footer-cta h2 {
    font-size: 24px;
  }

  .footer-cta-actions,
  .footer-cta .btn {
    width: 100%;
  }

  .footer-main {
    padding-top: 0;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .subpage-hero {
    margin-top: 58px;
  }

  .subpage-hero-content {
    padding-top: 44px;
    padding-bottom: 50px;
    max-width: 100%;
  }

  .subpage-hero h1 {
    font-size: 32px;
    max-width: min(360px, calc(100vw - 70px));
  }

  .subpage-hero p {
    max-width: min(360px, calc(100vw - 70px));
    font-size: 15px;
    line-height: 1.65;
  }

  .services-overview,
  .service-details,
  .service-process,
  .service-cta {
    padding-left: 7px;
    padding-right: 7px;
  }

  .service-jump {
    min-height: auto;
  }

  .detail-media {
    min-height: 230px;
  }

  .detail-copy h2 {
    font-size: 32px;
  }

  .detail-copy p,
  .detail-copy li {
    font-size: 15px;
  }

  .about-intro,
  .about-values,
  .about-story,
  .contact-section,
  .contact-support {
    padding-left: 7px;
    padding-right: 7px;
  }

  .about-feature-img {
    min-height: 260px;
  }

  .about-intro h2,
  .story-copy h2 {
    font-size: 28px;
  }

  .about-intro p,
  .story-copy p,
  .story-list li {
    font-size: 15px;
  }

  .story-copy,
  .story-list {
    padding: 28px 22px;
  }

  .story-list h3 {
    font-size: 24px;
  }

  .contact-panel,
  .contact-form,
  .offer-sidebar {
    padding: 28px 22px;
  }

  .contact-panel h2 {
    font-size: 28px;
  }

  .contact-list a,
  .contact-list span {
    font-size: 15px;
  }

  .offer-section {
    padding-left: 7px;
    padding-right: 7px;
  }

  .legal-section {
    padding: 58px 7px;
  }

  .legal-summary,
  .legal-card {
    padding: 28px 22px;
  }

  .legal-summary h2 {
    font-size: 28px;
  }

  .legal-card h2 {
    font-size: 23px;
  }

  .legal-card p,
  .legal-contact a,
  .legal-contact span {
    font-size: 15px;
  }

  .offer-sidebar h2 {
    font-size: 28px;
  }

  .form-section-title h2 {
    font-size: 24px;
  }

  .offer-form {
    padding: 28px 22px;
  }

  .cta-box {
    padding: 28px 22px;
  }

  .cta-box h2 {
    font-size: 24px;
  }

  .hero-proof {
    display: grid;
    grid-template-columns: 1fr;
  }

  .hero-proof span {
    width: min(360px, calc(100vw - 70px));
  }

  .process-heading h2 {
    font-size: 24px;
  }

  .process-card {
    padding: 26px 22px;
  }

  .error-page {
    min-height: 0;
    margin-top: 58px;
  }

  .error-page__content {
    padding: 36px 19px 54px;
  }

  .error-breadcrumb {
    margin-bottom: 24px;
  }

  .error-code {
    font-size: 82px;
  }

  .error-copy {
    padding: 28px 22px;
  }

  .error-copy h1 {
    font-size: 34px;
  }

  .error-copy > p {
    font-size: 15px;
  }

  .error-actions,
  .error-actions .hero-btn {
    width: 100%;
  }

  .error-help {
    padding: 56px 7px 64px;
  }

  .error-help-heading h2 {
    font-size: 28px;
  }

  .error-link-card {
    min-height: 190px;
    padding: 26px 22px;
  }
}
