.wg-service-template {
  --wg-blue: #0432a1;
  --wg-blue-dark: #061845;
  --wg-yellow: #ffd303;
  --wg-lime: #b3d135;
  --wg-ink: #232323;
  --wg-muted: #4f4f4f;
  --wg-line: #dce3ee;
  --wg-paper: #f6f8fb;
  font-family: "Montserrat", Arial, sans-serif;
  color: var(--wg-ink);
  background: #fff;
}

.wg-service-template,
.wg-service-template * {
  box-sizing: border-box;
}

.es-badge-container {
  display: none !important;
}

.wg-service-template .container.wg-service-hero__inner {
  width: min(1820px, calc(100vw - clamp(30px, 5vw, 96px))) !important;
  max-width: calc(100vw - 30px) !important;
}

.wg-service-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: clamp(690px, calc(100dvh - 120px), 760px);
  background: var(--wg-blue-dark);
  color: #fff;
}

.wg-service-hero__media {
  position: absolute;
  inset: 0;
  z-index: -3;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 54% center;
}

.wg-service-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(3, 16, 42, 0.92) 0%, rgba(3, 16, 42, 0.78) 42%, rgba(3, 16, 42, 0.40) 66%, rgba(3, 16, 42, 0.62) 100%),
    linear-gradient(180deg, rgba(3, 16, 42, 0.12) 0%, rgba(3, 16, 42, 0.70) 100%);
}

.wg-service-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  z-index: -1;
  height: 132px;
  background: linear-gradient(180deg, rgba(4, 50, 161, 0), rgba(4, 50, 161, 0.92));
}

.wg-service-hero__inner {
  display: grid !important;
  grid-template-columns: minmax(0, 920px) minmax(340px, 410px);
  gap: clamp(34px, 5vw, 96px);
  justify-content: space-between;
  align-items: center;
  direction: ltr;
  min-height: clamp(580px, calc(100dvh - 150px), 700px);
  padding-top: clamp(38px, 5vw, 66px);
  padding-bottom: 118px;
}

.wg-service-hero__inner::before,
.wg-service-hero__inner::after {
  content: none !important;
  display: none !important;
}

.wg-service-hero__copy {
  grid-column: 1;
  grid-row: 1;
  min-width: 0;
  max-width: min(920px, calc(100vw - 30px));
  transform: translateY(-38px);
}

.wg-service-hero__title {
  width: 100%;
  max-width: min(920px, calc(100vw - 30px));
  margin: 0;
  color: #fff;
  font-size: clamp(52px, 4.75vw, 72px);
  line-height: 1.03;
  font-weight: 800;
  white-space: normal;
  text-wrap: balance;
}

.wg-service-hero__text {
  width: 100%;
  max-width: min(820px, calc(100vw - 30px));
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.90);
  font-size: clamp(16px, 1.28vw, 19px);
  line-height: 1.55;
  font-weight: 500;
}

.wg-service-hero__text::after {
  content: "";
  display: block;
  width: 98px;
  height: 3px;
  margin-top: 22px;
  background: var(--wg-yellow);
}

.wg-service-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.wg-service-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 24px;
  border-radius: 8px;
  border: 2px solid transparent;
  font-size: 16px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none !important;
  transition: transform 160ms cubic-bezier(0.23, 1, 0.32, 1), background-color 160ms cubic-bezier(0.23, 1, 0.32, 1), border-color 160ms cubic-bezier(0.23, 1, 0.32, 1);
}

.wg-service-btn:focus-visible {
  outline: 3px solid rgba(255, 211, 3, 0.55);
  outline-offset: 4px;
}

.wg-service-btn:active {
  transform: scale(0.97);
}

.wg-service-btn--primary {
  background: var(--wg-yellow);
  color: #111;
}

.wg-service-btn--primary:hover {
  background: #e9bf00;
  color: #111;
}

.wg-service-btn--secondary {
  background: #fff;
  color: var(--wg-blue);
}

.wg-service-btn--secondary:hover {
  background: #edf4ff;
  color: var(--wg-blue);
}

.wg-service-hero__benefits {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px 22px;
  width: min(100%, 940px);
  max-width: 940px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.wg-service-hero__benefits li {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  min-height: 34px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 15px;
  font-weight: 700;
}

.wg-service-hero__benefits i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  background: rgba(255, 211, 3, 0.16);
  color: var(--wg-yellow);
  font-size: 12px;
}

.wg-service-quote {
  grid-column: 2;
  grid-row: 1;
  justify-self: end;
  width: 100%;
  max-width: 410px;
  transform: translateY(20px);
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.96);
  padding: 22px;
  color: var(--wg-ink);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.24);
}

.wg-service-quote__header {
  display: grid;
  gap: 5px;
  margin-bottom: 16px;
}

.wg-service-quote__title {
  margin: 0;
  color: var(--wg-blue);
  font-size: 25px;
  line-height: 1.15;
  font-weight: 800;
}

.wg-service-quote__note {
  margin: 0;
  color: var(--wg-muted);
  font-size: 14px;
  line-height: 1.42;
  font-weight: 600;
}

.wg-service-quote .formajax {
  display: grid;
  gap: 10px;
}

.wg-service-quote input[type="text"],
.wg-service-quote input[type="tel"],
.wg-service-quote input[type="email"],
.wg-service-quote textarea {
  width: 100%;
  min-height: 44px;
  border: 1px solid var(--wg-line);
  border-radius: 8px;
  background: #fff;
  padding: 0 15px;
  color: var(--wg-ink);
  font-size: 15px;
  font-weight: 500;
  transition: border-color 160ms cubic-bezier(0.23, 1, 0.32, 1), box-shadow 160ms cubic-bezier(0.23, 1, 0.32, 1);
}

.wg-service-quote textarea {
  min-height: 72px;
  padding-top: 12px;
  resize: vertical;
}

.wg-service-quote input::placeholder,
.wg-service-quote textarea::placeholder {
  color: #6c7280;
}

.wg-service-quote input:focus,
.wg-service-quote textarea:focus {
  border-color: var(--wg-blue);
  box-shadow: 0 0 0 3px rgba(4, 50, 161, 0.14);
  outline: 0;
}

.wg-service-quote input[type="submit"] {
  min-height: 48px;
  border: 0;
  border-radius: 8px;
  background: var(--wg-blue);
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  cursor: pointer;
  transition: transform 160ms cubic-bezier(0.23, 1, 0.32, 1), background-color 160ms cubic-bezier(0.23, 1, 0.32, 1);
}

.wg-service-quote input[type="submit"]:hover {
  background: #06216b;
}

.wg-service-quote input[type="submit"]:active {
  transform: scale(0.97);
}

.wg-service-quote__micro {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 9px 0 0;
  color: var(--wg-muted);
  font-size: 13px;
  line-height: 1.45;
  font-weight: 600;
}

.wg-service-quote__micro i {
  color: var(--wg-blue);
}

.wg-service-hero__proof {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  overflow: hidden;
  background: #061a39;
  border-top: 1px solid rgba(255, 255, 255, 0.24);
  box-shadow: 0 -18px 54px rgba(3, 16, 42, 0.24);
}

.wg-service-trust__track {
  display: grid;
  grid-template-columns: 0.76fr 1.16fr 1.25fr 1.22fr 0.92fr 1.16fr;
  align-items: stretch;
  width: 100%;
  min-height: 108px;
  margin: 0 auto;
  padding: 0 clamp(34px, 4vw, 76px);
}

.wg-service-trust__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 0;
  min-height: 88px;
  padding: 14px clamp(14px, 2vw, 28px);
  color: #fff;
  text-align: center;
  text-decoration: none !important;
}

.wg-service-trust__item:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.20);
}

.wg-service-trust__item img {
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

.wg-service-trust__item--homeadvisor img {
  width: 61px;
}

.wg-service-trust__item--bbb img {
  width: 138px;
}

.wg-service-trust__item--google img {
  width: 126px;
}

.wg-service-trust__item--thumbtack img {
  width: 154px;
}

.wg-service-trust__item--yelp img {
  width: 92px;
}

.wg-service-trust__item--andersen img {
  width: 164px;
  padding: 6px;
  background: #fff;
}

.wg-service-trust__rating {
  display: block;
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.95);
  font-size: 15px;
  line-height: 1.2;
  font-weight: 800;
}

.wg-service-trust__item:focus-visible {
  outline: 3px solid rgba(255, 211, 3, 0.62);
  outline-offset: -6px;
}

.wg-service-shell {
  width: min(1480px, calc(100vw - clamp(30px, 5vw, 96px)));
  max-width: calc(100vw - 30px);
  margin: 0 auto;
}

.wg-service-quick {
  position: relative;
  overflow: hidden;
  background: #f6f8fb;
  padding: clamp(68px, 7vw, 108px) 0 clamp(72px, 7vw, 116px);
}

.wg-service-quick::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 1px;
  background: #dce3ee;
}

.wg-service-quick__header {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.72fr);
  gap: clamp(28px, 4.8vw, 76px);
  align-items: end;
  margin-bottom: clamp(28px, 4vw, 48px);
}

.wg-service-kicker {
  display: none;
}

.wg-service-section-title {
  grid-column: 1;
  grid-row: 1;
  max-width: 760px;
  margin: 0;
  color: var(--wg-blue-dark);
  font-size: clamp(34px, 3.2vw, 54px);
  line-height: 1.04;
  font-weight: 800;
  text-wrap: balance;
}

.wg-service-section-title::before {
  content: "";
  display: block;
  width: 74px;
  height: 3px;
  margin-bottom: 26px;
  background: var(--wg-yellow);
}

.wg-service-section-text {
  grid-column: 2;
  grid-row: 1;
  align-self: end;
  max-width: 650px;
  margin: 0;
  color: #39445a;
  font-size: clamp(16px, 1.2vw, 19px);
  line-height: 1.62;
  font-weight: 500;
}

.wg-service-quick__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid #dce3ee;
  background: #fff;
}

.wg-service-quick-card {
  display: grid;
  align-content: start;
  min-height: 238px;
  padding: clamp(24px, 2.6vw, 38px);
  border-right: 1px solid #dce3ee;
  background: #fff;
}

.wg-service-quick-card:last-child {
  border-right: 0;
}

.wg-service-quick-card--note {
  background: #061a39;
}

.wg-service-quick-card__number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 28px;
  border-radius: 50%;
  background: #edf4ff;
  color: var(--wg-blue);
  font-size: 14px;
  line-height: 1;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
}

.wg-service-quick-card--note .wg-service-quick-card__number {
  background: var(--wg-yellow);
  color: #111;
}

.wg-service-quick-card h3 {
  margin: 0;
  color: var(--wg-blue-dark);
  font-size: clamp(20px, 1.5vw, 26px);
  line-height: 1.15;
  font-weight: 800;
}

.wg-service-quick-card p {
  margin: 14px 0 0;
  color: #4f5a70;
  font-size: 15px;
  line-height: 1.6;
  font-weight: 500;
}

.wg-service-quick-card--note h3,
.wg-service-quick-card--note p {
  color: #fff;
}

.wg-service-quick-card--note p {
  color: rgba(255, 255, 255, 0.82);
}

.wg-service-compare {
  position: relative;
  overflow: hidden;
  background: #fff;
  padding: clamp(74px, 7vw, 116px) 0 clamp(82px, 7vw, 128px);
}

.wg-service-compare::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 1px;
  background: #e2e8f1;
}

.wg-service-compare__header {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(380px, 0.74fr);
  gap: clamp(28px, 4.8vw, 76px);
  align-items: end;
  margin-bottom: clamp(30px, 4.2vw, 54px);
}

.wg-service-compare__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 392px);
  gap: clamp(22px, 3vw, 38px);
  align-items: start;
}

.wg-service-compare-table {
  width: 100%;
  overflow: hidden;
  border: 1px solid var(--wg-line);
  border-radius: 8px;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
  background: #fff;
  box-shadow: 0 20px 54px rgba(6, 24, 69, 0.08);
}

.wg-service-compare-table th,
.wg-service-compare-table td {
  padding: clamp(18px, 2vw, 26px);
  border-right: 1px solid var(--wg-line);
  border-bottom: 1px solid var(--wg-line);
  vertical-align: top;
}

.wg-service-compare-table th:last-child,
.wg-service-compare-table td:last-child {
  border-right: 0;
}

.wg-service-compare-table tr:last-child th,
.wg-service-compare-table tr:last-child td {
  border-bottom: 0;
}

.wg-service-compare-table thead th {
  background: #061a39;
  color: #fff;
  font-size: 15px;
  line-height: 1.25;
  font-weight: 800;
}

.wg-service-compare-table thead th:nth-child(2) {
  background: var(--wg-blue);
}

.wg-service-compare-table tbody th {
  width: 22%;
  background: #f6f8fb;
  color: var(--wg-blue-dark);
  font-size: 15px;
  line-height: 1.35;
  font-weight: 800;
}

.wg-service-compare-table tbody td {
  color: #3e485e;
  font-size: 15px;
  line-height: 1.62;
  font-weight: 500;
}

.wg-service-compare-table tbody td:nth-child(2) {
  background: #fbfdff;
  box-shadow: inset 4px 0 0 rgba(255, 211, 3, 0.88);
  color: #26344f;
}

.wg-service-compare-mobile {
  display: none;
}

.wg-service-compare-note {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  background: #061a39;
  padding: clamp(26px, 2.7vw, 36px);
  color: #fff;
  box-shadow: 0 24px 60px rgba(6, 24, 69, 0.18);
}

.wg-service-compare-note::before {
  content: "";
  display: block;
  width: 76px;
  height: 3px;
  margin-bottom: 24px;
  background: var(--wg-yellow);
}

.wg-service-compare-note h3 {
  margin: 0;
  color: #fff;
  font-size: clamp(23px, 1.8vw, 30px);
  line-height: 1.12;
  font-weight: 800;
  text-wrap: balance;
}

.wg-service-compare-note ul {
  display: grid;
  gap: 13px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.wg-service-compare-note li {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 11px;
  align-items: start;
  color: rgba(255, 255, 255, 0.86);
  font-size: 15px;
  line-height: 1.45;
  font-weight: 600;
}

.wg-service-compare-note li::before {
  content: "";
  width: 9px;
  height: 9px;
  margin-top: 7px;
  border-radius: 50%;
  background: var(--wg-yellow);
  box-shadow: 0 0 0 5px rgba(255, 211, 3, 0.14);
}

.wg-service-text-link {
  display: inline-flex;
  align-items: center;
  margin-top: 28px;
  color: var(--wg-yellow);
  font-size: 15px;
  line-height: 1.2;
  font-weight: 800;
  text-decoration: none !important;
  border-bottom: 2px solid rgba(255, 211, 3, 0.55);
  transition: color 160ms cubic-bezier(0.23, 1, 0.32, 1), border-color 160ms cubic-bezier(0.23, 1, 0.32, 1);
}

.wg-service-text-link:hover {
  color: #fff;
  border-color: #fff;
}

.wg-service-text-link:focus-visible {
  outline: 3px solid rgba(255, 211, 3, 0.55);
  outline-offset: 5px;
}

.wg-service-cost {
  position: relative;
  overflow: hidden;
  background: #f5f7fb;
  padding: clamp(72px, 7vw, 112px) 0 clamp(82px, 7vw, 128px);
}

.wg-service-cost::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 1px;
  background: #e2e8f1;
}

.wg-service-cost__header {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(380px, 0.72fr);
  gap: clamp(28px, 4.8vw, 76px);
  align-items: end;
  margin-bottom: clamp(32px, 4.5vw, 60px);
}

.wg-service-cost__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 410px);
  gap: clamp(22px, 3vw, 38px);
  align-items: start;
}

.wg-service-cost__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.wg-service-cost-row {
  min-width: 0;
  min-height: 288px;
  display: grid;
  align-content: start;
  gap: 18px;
  border: 1px solid var(--wg-line);
  border-radius: 8px;
  background: #fff;
  padding: clamp(22px, 2.4vw, 32px);
  color: var(--wg-ink);
  box-shadow: 0 20px 52px rgba(6, 24, 69, 0.07);
}

.wg-service-cost-row--major {
  background: var(--wg-blue-dark);
  border-color: rgba(255, 255, 255, 0.14);
  color: #fff;
  box-shadow: 0 24px 70px rgba(6, 24, 69, 0.18);
}

.wg-service-cost-row__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.wg-service-cost-row__index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 8px;
  background: #edf4ff;
  color: var(--wg-blue);
  font-size: 14px;
  line-height: 1;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
}

.wg-service-cost-row--major .wg-service-cost-row__index {
  background: var(--wg-yellow);
  color: #061845;
}

.wg-service-cost-row__tag {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 10px;
  border-radius: 6px;
  background: #edf4ff;
  color: var(--wg-blue);
  font-size: 12px;
  line-height: 1.15;
  font-weight: 800;
  text-align: right;
}

.wg-service-cost-row--major .wg-service-cost-row__tag {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.wg-service-cost-row h3 {
  margin: 0;
  color: var(--wg-blue-dark);
  font-size: clamp(21px, 1.55vw, 27px);
  line-height: 1.12;
  font-weight: 800;
  text-wrap: balance;
}

.wg-service-cost-row--major h3 {
  color: #fff;
}

.wg-service-cost-row p {
  max-width: 620px;
  margin: 0;
  color: #4f5a70;
  font-size: 15px;
  line-height: 1.58;
  font-weight: 500;
}

.wg-service-cost-row--major p {
  color: rgba(255, 255, 255, 0.82);
}

.wg-service-cost-row__checks {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 2px 0 0;
  padding: 0;
  list-style: none;
}

.wg-service-cost-row__checks li {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 6px 10px;
  border-radius: 6px;
  background: #f1f5fb;
  color: #3d4a61;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 800;
}

.wg-service-cost-row--major .wg-service-cost-row__checks li {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.wg-service-cost-panel {
  position: relative;
  border-radius: 8px;
  background: var(--wg-blue-dark);
  padding: clamp(26px, 2.8vw, 38px);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-top: 6px solid var(--wg-yellow);
  box-shadow: 0 28px 76px rgba(6, 24, 69, 0.22);
}

.wg-service-cost-panel__title {
  margin: 0;
  color: #fff;
  font-size: clamp(25px, 2vw, 33px);
  line-height: 1.1;
  font-weight: 800;
  text-wrap: balance;
}

.wg-service-cost-panel__title::before {
  content: "";
  display: block;
  width: 70px;
  height: 3px;
  margin-bottom: 24px;
  background: var(--wg-yellow);
}

.wg-service-cost-panel__text {
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 15px;
  line-height: 1.56;
  font-weight: 500;
}

.wg-service-cost-panel__steps {
  display: grid;
  gap: 14px;
  margin: 26px 0;
}

.wg-service-cost-panel__steps div {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 2px 14px;
  align-items: start;
  padding: 0 0 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.wg-service-cost-panel__steps div:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.wg-service-cost-panel__step-number {
  grid-row: span 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 8px;
  background: var(--wg-yellow);
  color: #061845;
  font-size: 14px;
  line-height: 1;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
}

.wg-service-cost-panel__step-title {
  color: #fff;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 800;
}

.wg-service-cost-panel__steps p {
  margin: 4px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  line-height: 1.42;
  font-weight: 500;
}

.wg-service-cost-panel__note {
  display: grid;
  gap: 4px;
  margin: 0 0 22px;
  padding: 14px 16px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  line-height: 1.42;
  font-weight: 600;
}

.wg-service-cost-panel__note-title {
  color: #fff;
  font-size: 14px;
}

.wg-service-cost-panel .wg-service-btn {
  width: 100%;
}

.wg-service-cost-panel .wg-service-text-link {
  margin-top: 20px;
  color: var(--wg-yellow);
  border-color: rgba(255, 211, 3, 0.38);
}

.wg-service-cost-panel .wg-service-text-link:hover {
  color: #fff;
  border-color: #fff;
}

.wg-service-cost-panel__guide {
  display: block;
  margin-top: 15px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  line-height: 1.45;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: rgba(255, 255, 255, 0.28);
  text-underline-offset: 5px;
}

.wg-service-cost-panel__guide:hover {
  color: var(--wg-yellow);
  text-decoration-color: var(--wg-yellow);
}
.wg-service-result {
  position: relative;
  overflow: hidden;
  background: #fff;
  padding: clamp(76px, 7vw, 118px) 0 clamp(84px, 7vw, 132px);
}

.wg-service-result::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 1px;
  background: #e2e8f1;
}

.wg-service-result__inner {
  display: grid;
  grid-template-columns: minmax(330px, 0.62fr) minmax(0, 1fr);
  gap: clamp(36px, 5vw, 84px);
  align-items: center;
}

.wg-service-result__copy {
  min-width: 0;
}

.wg-service-result__copy .wg-service-section-title {
  max-width: 620px;
}

.wg-service-result__lead,
.wg-service-result__text {
  max-width: 640px;
  margin: 22px 0 0;
  color: #39445a;
  font-size: clamp(16px, 1.18vw, 18px);
  line-height: 1.62;
  font-weight: 500;
}

.wg-service-result__text {
  margin-top: 14px;
}

.wg-service-result__text a {
  color: var(--wg-blue);
  font-weight: 800;
  text-decoration: underline;
  text-decoration-color: rgba(4, 50, 161, 0.25);
  text-underline-offset: 4px;
}

.wg-service-result__text a:hover {
  color: #061a39;
  text-decoration-color: #061a39;
}

.wg-service-result__bullets {
  display: grid;
  gap: 14px;
  max-width: 620px;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}

.wg-service-result__bullets li {
  position: relative;
  min-width: 0;
  padding-left: 32px;
  color: #4f5a70;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 600;
}

.wg-service-result__bullets li::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 7px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--wg-yellow);
  box-shadow: 0 0 0 5px rgba(255, 211, 3, 0.22);
}

.wg-service-result__bullets span {
  display: block;
  margin-bottom: 3px;
  color: var(--wg-blue-dark);
  font-weight: 800;
}

.wg-service-result__copy .wg-service-text-link {
  color: var(--wg-blue);
  border-color: rgba(4, 50, 161, 0.28);
}

.wg-service-result__copy .wg-service-text-link:hover {
  color: #061a39;
  border-color: #061a39;
}

.wg-service-result__media {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  min-width: 0;
}

.wg-service-result-photo {
  position: relative;
  overflow: hidden;
  min-height: clamp(560px, 45vw, 720px);
  margin: 0;
  border-radius: 8px;
  background: #061a39;
  box-shadow: 0 24px 60px rgba(6, 24, 69, 0.16);
}

.wg-service-result-photo img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  object-position: center;
}

.wg-service-result-photo figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: grid;
  gap: 5px;
  padding: 20px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 14px;
  line-height: 1.35;
  font-weight: 600;
  background: linear-gradient(180deg, rgba(6, 24, 69, 0), rgba(6, 24, 69, 0.92));
}

.wg-service-result-photo figcaption span {
  color: #fff;
  font-size: 22px;
  line-height: 1.05;
  font-weight: 800;
}

.wg-service-result-photo--after figcaption span {
  color: var(--wg-yellow);
}

.wg-service-scope {
  position: relative;
  overflow: hidden;
  background: #061a39;
  color: #fff;
  padding: clamp(74px, 7vw, 116px) 0 clamp(82px, 7vw, 128px);
}

.wg-service-scope::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 1px;
  background: rgba(255, 255, 255, 0.18);
}

.wg-service-scope__header {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(380px, 0.74fr);
  gap: clamp(28px, 4.8vw, 76px);
  align-items: end;
  margin-bottom: clamp(30px, 4.2vw, 54px);
}


.wg-service-scope .wg-service-section-title {
  color: #fff;
}

.wg-service-scope .wg-service-section-text {
  color: rgba(255, 255, 255, 0.78);
}

.wg-service-scope__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.18);
}

.wg-service-scope-card {
  display: grid;
  align-content: start;
  min-height: 310px;
  padding: clamp(24px, 2.5vw, 36px);
  background: #071f45;
  color: #fff;
  text-decoration: none !important;
  transition: transform 180ms cubic-bezier(0.23, 1, 0.32, 1), background-color 180ms cubic-bezier(0.23, 1, 0.32, 1);
}

.wg-service-scope-card:hover {
  background: #09285b;
  color: #fff;
}

.wg-service-scope-card:focus-visible {
  outline: 3px solid rgba(255, 211, 3, 0.62);
  outline-offset: -6px;
}

.wg-service-scope-card__index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 28px;
  border-radius: 50%;
  background: var(--wg-yellow);
  color: #111;
  font-size: 14px;
  line-height: 1;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
}

.wg-service-scope-card h3 {
  margin: 0;
  color: #fff;
  font-size: clamp(22px, 1.6vw, 28px);
  line-height: 1.12;
  font-weight: 800;
  text-wrap: balance;
}

.wg-service-scope-card p {
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 15px;
  line-height: 1.58;
  font-weight: 500;
}

.wg-service-scope-card__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  align-self: end;
  margin-top: 30px;
  color: var(--wg-yellow);
  font-size: 15px;
  line-height: 1.2;
  font-weight: 800;
}

.wg-service-scope-card__link i {
  font-size: 17px;
  transform: translateY(1px);
}

.wg-service-commercial {
  position: relative;
  overflow: hidden;
  background: var(--wg-paper);
  padding: clamp(74px, 7vw, 112px) 0 clamp(78px, 7vw, 120px);
}

.wg-service-commercial::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 1px;
  background: #dbe4f1;
}

.wg-service-commercial__header {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.72fr);
  gap: clamp(26px, 4.5vw, 70px);
  align-items: end;
  margin-bottom: clamp(30px, 4vw, 52px);
}

.wg-service-commercial__grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
}

.wg-service-commercial-card {
  display: grid;
  align-content: start;
  min-height: 286px;
  padding: clamp(24px, 2.4vw, 34px);
  border: 1px solid var(--wg-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(6, 24, 69, 0.06);
}

.wg-service-commercial-card:nth-child(1),
.wg-service-commercial-card:nth-child(2),
.wg-service-commercial-card:nth-child(3) {
  grid-column: span 2;
}

.wg-service-commercial-card:nth-child(4),
.wg-service-commercial-card:nth-child(5) {
  grid-column: span 3;
}

.wg-service-commercial-card > span:not(.wg-service-commercial-card__title) {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 24px;
  border-radius: 50%;
  background: #edf3ff;
  color: var(--wg-blue);
  font-size: 14px;
  line-height: 1;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
}

.wg-service-commercial-card__title {
  display: block;
  margin: 0;
  color: var(--wg-blue-dark);
  font-size: clamp(22px, 1.45vw, 27px);
  line-height: 1.14;
  font-weight: 800;
  text-wrap: balance;
}

a.wg-service-commercial-card__title {
  text-decoration: none !important;
  transition: color 0.18s ease, text-decoration-color 0.18s ease;
}

a.wg-service-commercial-card__title:hover {
  color: var(--wg-blue);
  text-decoration: underline !important;
  text-decoration-color: var(--wg-yellow) !important;
  text-underline-offset: 5px;
}

.wg-service-commercial-card p {
  margin: 14px 0 0;
  color: var(--wg-muted);
  font-size: 15px;
  line-height: 1.58;
  font-weight: 500;
}

.wg-service-commercial-card .wg-service-text-link {
  align-self: end;
  margin-top: 28px;
}


.wg-service-seo {
  position: relative;
  overflow: hidden;
  background: #fff;
  padding: clamp(76px, 7vw, 118px) 0 clamp(78px, 7vw, 124px);
}

.wg-service-seo::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 1px;
  background: #e2e8f1;
}

.wg-service-seo__inner {
  display: grid;
  grid-template-columns: minmax(320px, 0.52fr) minmax(0, 1fr);
  gap: clamp(36px, 5vw, 84px);
  align-items: start;
}

.wg-service-seo__intro { min-width: 0; }

.wg-service-seo__intro p:not(.wg-service-kicker) {
  max-width: 620px;
  margin: 22px 0 0;
  color: #39445a;
  font-size: clamp(16px, 1.18vw, 18px);
  line-height: 1.62;
  font-weight: 500;
}

.wg-service-seo__content {
  display: grid;
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--wg-line);
  border-radius: 8px;
  background: var(--wg-line);
  box-shadow: 0 20px 54px rgba(6, 24, 69, 0.07);
}

.wg-service-seo-block {
  background: #fff;
  padding: clamp(24px, 2.4vw, 34px);
}

.wg-service-seo-block h3 {
  margin: 0;
  color: var(--wg-blue-dark);
  font-size: clamp(21px, 1.5vw, 26px);
  line-height: 1.16;
  font-weight: 800;
  text-wrap: balance;
}

.wg-service-seo-block p {
  margin: 12px 0 0;
  color: #4f5a70;
  font-size: 15px;
  line-height: 1.64;
  font-weight: 500;
}

.wg-service-seo-block a {
  color: var(--wg-blue);
  font-weight: 800;
  text-decoration: underline;
  text-decoration-color: rgba(4, 50, 161, 0.25);
  text-underline-offset: 4px;
}

.wg-service-seo-block a:hover {
  color: #061a39;
  text-decoration-color: #061a39;
}

.wg-service-areas {
  position: relative;
  overflow: hidden;
  background: #f6f8fb;
  padding: clamp(74px, 7vw, 116px) 0 clamp(82px, 7vw, 128px);
}

.wg-service-areas::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 1px;
  background: #e2e8f1;
}

.wg-service-areas__header {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(380px, 0.74fr);
  gap: clamp(28px, 4.8vw, 76px);
  align-items: end;
  margin-bottom: clamp(30px, 4.2vw, 54px);
}

.wg-service-areas__layout {
  display: grid;
  grid-template-columns: minmax(300px, 420px) minmax(0, 1fr);
  gap: clamp(22px, 3vw, 38px);
  align-items: stretch;
}

.wg-service-areas__primary {
  display: grid;
  align-content: start;
  border-radius: 8px;
  background: #061a39;
  padding: clamp(26px, 2.8vw, 38px);
  color: #fff;
  box-shadow: 0 24px 60px rgba(6, 24, 69, 0.14);
}

.wg-service-areas__primary::before {
  content: "";
  display: block;
  width: 76px;
  height: 3px;
  margin-bottom: 24px;
  background: var(--wg-yellow);
}

.wg-service-areas__primary-title {
  margin: 0;
  color: #fff;
  font-size: clamp(24px, 2vw, 32px);
  line-height: 1.12;
  font-weight: 800;
}

.wg-service-areas__primary p {
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 15px;
  line-height: 1.62;
  font-weight: 500;
}

.wg-service-areas__phones { display: grid; gap: 10px; margin-top: 28px; }

.wg-service-areas__phones a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border-radius: 8px;
  background: var(--wg-yellow);
  color: #111;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 800;
  text-align: center;
  text-decoration: none !important;
}

.wg-service-areas__phones a + a { background: #fff; color: var(--wg-blue); }

.wg-service-areas__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--wg-line);
  border-radius: 8px;
  background: var(--wg-line);
}

.wg-service-areas__grid a {
  display: flex;
  align-items: center;
  min-height: 74px;
  padding: 18px 20px;
  background: #fff;
  color: var(--wg-blue-dark);
  font-size: 15px;
  line-height: 1.25;
  font-weight: 800;
  text-decoration: none !important;
  transition: background-color 160ms cubic-bezier(0.23, 1, 0.32, 1), color 160ms cubic-bezier(0.23, 1, 0.32, 1);
}

.wg-service-areas__grid a:hover { background: #edf4ff; color: var(--wg-blue); }
.wg-service-areas__grid a:focus-visible { outline: 3px solid rgba(255, 211, 3, 0.62); outline-offset: -5px; }

.wg-service-faq {
  position: relative;
  overflow: hidden;
  background: #fff;
  padding: clamp(76px, 7vw, 118px) 0 clamp(84px, 7vw, 132px);
}

.wg-service-faq::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 1px;
  background: #e2e8f1;
}

.wg-service-faq__inner {
  display: grid;
  grid-template-columns: minmax(300px, 420px) minmax(0, 1fr);
  gap: clamp(34px, 5vw, 78px);
  align-items: start;
}

.wg-service-faq__intro {
  position: sticky;
  top: 24px;
  min-width: 0;
}

.wg-service-faq__intro p:not(.wg-service-kicker) {
  margin: 20px 0 0;
  color: #39445a;
  font-size: 16px;
  line-height: 1.62;
  font-weight: 500;
}

.wg-service-faq__intro .wg-service-btn { margin-top: 28px; }

.wg-service-faq__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--wg-line);
  border-radius: 8px;
  background: var(--wg-line);
  box-shadow: 0 20px 54px rgba(6, 24, 69, 0.07);
}

.wg-service-faq-item {
  min-width: 0;
  background: #fff;
  padding: clamp(22px, 2.3vw, 32px);
}

.wg-service-faq-item h3 {
  margin: 0;
  color: var(--wg-blue-dark);
  font-size: clamp(19px, 1.35vw, 24px);
  line-height: 1.18;
  font-weight: 800;
  text-wrap: balance;
}

.wg-service-faq-item p {
  margin: 12px 0 0;
  color: #4f5a70;
  font-size: 15px;
  line-height: 1.62;
  font-weight: 500;
}

.wg-service-team {
  position: relative;
  overflow: hidden;
  background: #f6f8fb;
  padding: clamp(76px, 7vw, 118px) 0 clamp(82px, 7vw, 126px);
}

.wg-service-team::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 1px;
  background: #e2e8f1;
}

.wg-service-team__header {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.72fr);
  gap: clamp(28px, 4.8vw, 76px);
  align-items: end;
  margin-bottom: clamp(30px, 4.4vw, 58px);
}

.wg-service-team__layout {
  display: grid;
  grid-template-columns: minmax(300px, 390px) minmax(0, 1fr);
  gap: clamp(22px, 3vw, 38px);
  align-items: stretch;
}

.wg-service-team__lead {
  border-radius: 8px;
  background: #061a39;
  padding: clamp(26px, 2.8vw, 38px);
  color: #fff;
  box-shadow: 0 24px 60px rgba(6, 24, 69, 0.14);
}

.wg-service-team__lead-title {
  margin: 0;
  color: #fff;
  font-size: clamp(24px, 2vw, 32px);
  line-height: 1.12;
  font-weight: 800;
  text-wrap: balance;
}

.wg-service-team__lead p {
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 15px;
  line-height: 1.62;
  font-weight: 500;
}

.wg-service-team__lead ul {
  display: grid;
  gap: 13px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.wg-service-team__lead li {
  position: relative;
  padding-left: 25px;
  color: #fff;
  font-size: 14px;
  line-height: 1.42;
  font-weight: 800;
}

.wg-service-team__lead li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.52em;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--wg-yellow);
  box-shadow: 0 0 0 5px rgba(255, 211, 3, 0.12);
}

.wg-service-team__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.wg-service-team-card {
  overflow: hidden;
  min-width: 0;
  border: 1px solid #dce3ee;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 38px rgba(6, 24, 69, 0.06);
}

.wg-service-team-card img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center top;
  background: #e8edf5;
}

.wg-service-team-card__info {
  padding: 17px 18px 18px;
}

.wg-service-team-card__name {
  display: block;
  margin: 0;
  color: var(--wg-blue-dark);
  font-size: 20px;
  line-height: 1.12;
  font-weight: 800;
}

.wg-service-team-card p {
  margin: 7px 0 0;
  color: #556175;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 700;
}
.wg-service-longtext {
  position: relative;
  overflow: hidden;
  background: #fff;
  padding: clamp(76px, 7vw, 118px) 0 clamp(82px, 7vw, 126px);
}

.wg-service-longtext::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 1px;
  background: #e2e8f1;
}

.wg-service-longtext__inner {
  display: grid;
  grid-template-columns: minmax(300px, 430px) minmax(0, 1fr);
  gap: clamp(34px, 5vw, 78px);
  align-items: start;
}

.wg-service-longtext__intro p {
  max-width: 620px;
  margin: 22px 0 0;
  color: #39445a;
  font-size: clamp(16px, 1.18vw, 18px);
  line-height: 1.62;
  font-weight: 500;
}

.wg-service-longtext__body {
  border: 1px solid var(--wg-line);
  border-radius: 8px;
  background: #f7f9fc;
  padding: clamp(26px, 3vw, 44px);
  box-shadow: 0 20px 54px rgba(6, 24, 69, 0.07);
}

.wg-service-longtext__body > *:first-child { margin-top: 0; }
.wg-service-longtext__body > *:last-child { margin-bottom: 0; }

.wg-service-longtext__body p {
  margin: 18px 0 0;
  color: #4f5a70;
  font-size: 16px;
  line-height: 1.68;
  font-weight: 500;
}

.wg-service-longtext__body h3 {
  margin: 30px 0 0;
  color: var(--wg-blue-dark);
  font-size: clamp(21px, 1.5vw, 26px);
  line-height: 1.16;
  font-weight: 800;
  text-wrap: balance;
}
.wg-service-gallery {
  position: relative;
  overflow: hidden;
  background: #fff;
  padding: clamp(76px, 7vw, 118px) 0 clamp(82px, 7vw, 126px);
}

.wg-service-gallery::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 1px;
  background: #e2e8f1;
}

.wg-service-gallery__header {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.72fr);
  gap: clamp(28px, 4.8vw, 76px);
  align-items: end;
  margin-bottom: clamp(30px, 4.4vw, 58px);
}

.wg-service-gallery__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: none;
  gap: 16px;
}

.wg-service-gallery-card {
  position: relative;
  overflow: hidden;
  min-height: 0;
  margin: 0;
  border: 1px solid #d9e2ef;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(6, 24, 69, 0.1);
  display: grid;
  grid-template-rows: auto 1fr;
}

.wg-service-gallery-card--wide {
  grid-column: auto;
  grid-row: auto;
  min-height: 0;
}

.wg-service-gallery-card img {
  display: block;
  width: 100%;
  height: clamp(250px, 23vw, 340px);
  object-fit: cover;
  object-position: center;
  background: #e6edf7;
  transition: transform 320ms cubic-bezier(0.23, 1, 0.32, 1);
}

.wg-service-gallery-card::after {
  display: none;
}

.wg-service-gallery-card figcaption {
  position: relative;
  z-index: 1;
  padding: clamp(20px, 2vw, 28px);
  color: var(--wg-ink);
  background: #fff;
}

.wg-service-gallery-card__label {
  display: block;
  margin-bottom: 10px;
  color: var(--wg-blue);
  font-size: 12px;
  line-height: 1.2;
  font-weight: 800;
}

.wg-service-gallery-card__title {
  display: block;
  max-width: 620px;
  color: var(--wg-ink);
  font-size: clamp(20px, 1.45vw, 26px);
  line-height: 1.12;
  font-weight: 800;
  text-wrap: balance;
}

.wg-service-gallery-card figcaption p {
  max-width: 620px;
  margin: 10px 0 0;
  color: #42526b;
  font-size: 14px;
  line-height: 1.52;
  font-weight: 500;
}

.wg-service-gallery__link {
  margin-top: 26px;
}

.wg-service-work-gallery {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 16% 0%, rgba(255, 211, 3, 0.16), transparent 34%),
    linear-gradient(135deg, #061845 0%, #08245f 52%, #0432a1 100%);
  color: #fff;
  padding: clamp(76px, 7vw, 118px) 0 clamp(82px, 7vw, 126px);
}

.wg-service-work-gallery::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 1px;
  background: rgba(255, 255, 255, 0.14);
}

.wg-service-work-gallery__header {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.72fr);
  gap: clamp(28px, 4.8vw, 76px);
  align-items: end;
  margin-bottom: clamp(30px, 4.4vw, 58px);
}

.wg-service-work-gallery .wg-service-section-title {
  color: #fff;
}

.wg-service-work-gallery .wg-service-section-text {
  color: rgba(255, 255, 255, 0.78);
}

.wg-service-work-gallery__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.34fr) minmax(320px, 0.66fr);
  grid-template-rows: repeat(2, minmax(250px, 1fr));
  gap: 16px;
}

.wg-service-work-gallery-card {
  position: relative;
  overflow: hidden;
  min-width: 0;
  min-height: 0;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: #0a235b;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.24);
}

.wg-service-work-gallery-card--wide {
  grid-row: span 2;
}

.wg-service-work-gallery-card img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 260px;
  object-fit: cover;
  object-position: center;
  background: #102a64;
  transition: transform 320ms cubic-bezier(0.23, 1, 0.32, 1);
}

.wg-service-work-gallery-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(6, 24, 69, 0) 34%, rgba(6, 24, 69, 0.82) 100%);
  pointer-events: none;
}

.wg-service-work-gallery-card figcaption {
  position: absolute;
  inset: auto 0 0;
  z-index: 1;
  padding: clamp(20px, 2.4vw, 34px);
  color: #fff;
}

.wg-service-work-gallery-card__label {
  display: inline-flex;
  margin-bottom: 12px;
  color: var(--wg-yellow);
  font-size: 13px;
  font-weight: 900;
  line-height: 1.1;
}

.wg-service-work-gallery-card__title {
  display: block;
  max-width: 620px;
  color: #fff;
  font-size: clamp(21px, 1.85vw, 34px);
  font-weight: 900;
  line-height: 1.08;
  text-wrap: balance;
}

.wg-service-work-gallery-card figcaption p {
  max-width: 620px;
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.52;
}

.wg-service-work-gallery-card:not(.wg-service-work-gallery-card--wide) figcaption p {
  display: none;
}

@media (hover: hover) and (pointer: fine) {
  .wg-service-work-gallery-card:hover img {
    transform: scale(1.035);
  }
}

@media screen and (max-width: 991px) {
  .wg-service-work-gallery__header {
    grid-template-columns: 1fr;
  }

  .wg-service-work-gallery__grid {
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }

  .wg-service-work-gallery-card,
  .wg-service-work-gallery-card--wide {
    grid-row: auto;
  }

  .wg-service-work-gallery-card img {
    height: clamp(290px, 58vw, 460px);
  }
}

@media screen and (max-width: 767px) {
  .wg-service-work-gallery {
    padding: 54px 0 66px;
  }

  .wg-service-work-gallery-card img {
    height: clamp(260px, 76vw, 390px);
  }

  .wg-service-work-gallery-card figcaption {
    position: relative;
    inset: auto;
    background: #fff;
    color: var(--wg-blue-dark);
  }

  .wg-service-work-gallery-card::after {
    display: none;
  }

  .wg-service-work-gallery-card__title {
    color: var(--wg-blue-dark);
    font-size: 22px;
  }

  .wg-service-work-gallery-card figcaption p,
  .wg-service-work-gallery-card:not(.wg-service-work-gallery-card--wide) figcaption p {
    display: block;
    color: #42526b;
  }
}

.wg-service-cta {
  position: relative;
  overflow: hidden;
  background: #f6f8fb;
  padding: clamp(46px, 5vw, 78px) 0;
}

.wg-service-cta--after-gallery {
  background: #f6f8fb;
}

.wg-service-cta--before-team {
  background: #f6f8fb;
  padding-top: clamp(34px, 4vw, 64px);
}

.wg-service-cta__panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-areas:
    "copy actions"
    "facts facts";
  gap: clamp(24px, 3vw, 46px);
  align-items: center;
  overflow: hidden;
  border-radius: 8px;
  padding: clamp(28px, 4vw, 52px);
  background:
    radial-gradient(circle at 88% 0%, rgba(255, 211, 3, 0.20), transparent 34%),
    linear-gradient(135deg, #061a39 0%, #08245f 58%, #0432a1 100%);
  color: #fff;
  box-shadow: 0 26px 70px rgba(6, 24, 69, 0.18);
}

.wg-service-cta__panel--light {
  background:
    radial-gradient(circle at 88% 0%, rgba(255, 211, 3, 0.18), transparent 32%),
    #fff;
  color: var(--wg-ink);
  border: 1px solid #dbe4f0;
  box-shadow: 0 24px 64px rgba(6, 24, 69, 0.10);
}

.wg-service-cta__copy {
  grid-area: copy;
  min-width: 0;
}

.wg-service-cta__line {
  display: block;
  width: 72px;
  height: 3px;
  margin-bottom: 18px;
  background: var(--wg-yellow);
}

.wg-service-cta h2 {
  max-width: 760px;
  margin: 0;
  color: inherit;
  font-size: clamp(34px, 4.3vw, 62px);
  line-height: 0.98;
  font-weight: 900;
  text-wrap: balance;
}

.wg-service-cta p {
  max-width: 680px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.80);
  font-size: clamp(17px, 1.25vw, 20px);
  line-height: 1.48;
  font-weight: 600;
}

.wg-service-cta__panel--light p {
  color: #42526b;
}

.wg-service-cta__panel--light .wg-service-btn--secondary {
  background: #f8fbff;
  border-color: #dbe4f0;
  color: var(--wg-blue);
}

.wg-service-cta__panel--light .wg-service-btn--secondary:hover {
  background: #edf4ff;
  color: var(--wg-blue);
}

.wg-service-cta__actions {
  grid-area: actions;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px;
  min-width: min(100%, 430px);
}

.wg-service-cta__actions .wg-service-btn {
  min-width: 194px;
}

.wg-service-cta__panel:not(.wg-service-cta__panel--light) .wg-service-btn--secondary {
  background: rgba(255, 255, 255, 0.10);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.58);
}

.wg-service-cta__panel:not(.wg-service-cta__panel--light) .wg-service-btn--secondary:hover {
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
}

.wg-service-cta__facts {
  grid-area: facts;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  margin: 2px 0 0;
  padding: 0;
  list-style: none;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.16);
}

.wg-service-cta__panel--light .wg-service-cta__facts {
  border-color: #dbe4f0;
  background: #dbe4f0;
}

.wg-service-cta__facts li {
  position: relative;
  min-width: 0;
  padding: 18px 20px 18px 46px;
  background: rgba(3, 17, 45, 0.24);
  color: #fff;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 800;
}

.wg-service-cta__panel--light .wg-service-cta__facts li {
  background: #f6f8fb;
  color: var(--wg-ink);
}

.wg-service-cta__facts li::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 22px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--wg-yellow);
  box-shadow: inset 0 0 0 4px rgba(6, 24, 69, 0.18);
}

@media screen and (max-width: 991px) {
  .wg-service-cta__panel {
    grid-template-columns: 1fr;
    grid-template-areas:
      "copy"
      "actions"
      "facts";
  }

  .wg-service-cta__actions {
    justify-content: flex-start;
    min-width: 0;
  }

  .wg-service-cta__facts {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  .wg-service-cta {
    padding: 42px 0 54px;
  }

  .wg-service-cta__panel {
    padding: 24px;
  }

  .wg-service-cta h2 {
    font-size: clamp(30px, 10vw, 42px);
    line-height: 1.02;
  }

  .wg-service-cta__actions {
    width: 100%;
  }

  .wg-service-cta__actions .wg-service-btn {
    min-width: 0;
  }
}.wg-service-reviews {
  position: relative;
  overflow: hidden;
  background: #061a39;
  padding: clamp(76px, 7vw, 118px) 0 clamp(82px, 7vw, 126px);
}

.wg-service-reviews::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 1px;
  background: rgba(255, 255, 255, 0.12);
}

.wg-service-reviews .wg-service-section-title {
  color: #fff;
}

.wg-service-reviews__header {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.52fr);
  gap: clamp(28px, 4.8vw, 76px);
  align-items: end;
  margin-bottom: clamp(30px, 4.4vw, 58px);
}

.wg-service-reviews__score {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.07);
  padding: clamp(22px, 2.4vw, 34px);
  color: #fff;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.18);
}

.wg-service-reviews__value {
  display: block;
  color: var(--wg-yellow);
  font-size: clamp(42px, 4vw, 66px);
  line-height: 0.92;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
}

.wg-service-reviews__score span {
  display: block;
  margin-top: 10px;
  color: #fff;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 800;
}

.wg-service-reviews__score p {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  line-height: 1.55;
  font-weight: 500;
}

.wg-service-reviews__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.wg-service-review-card {
  display: grid;
  align-content: start;
  min-width: 0;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.07);
  padding: clamp(22px, 2.3vw, 32px);
  color: #fff;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.15);
}

.wg-service-review-card--featured {
  grid-column: auto;
  background: #fff;
  color: var(--wg-blue-dark);
}

.wg-service-review-card__top {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 20px;
}

.wg-service-review-card__name {
  color: inherit;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 800;
}

.wg-service-review-card__top span {
  color: var(--wg-yellow);
  font-size: 12px;
  line-height: 1.2;
  font-weight: 800;
  white-space: nowrap;
}

.wg-service-review-card--featured .wg-service-review-card__top span {
  color: var(--wg-blue);
}

.wg-service-review-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 15px;
  line-height: 1.62;
  font-weight: 500;
}

.wg-service-review-card--featured p {
  color: #3f4b62;
  font-size: clamp(17px, 1.3vw, 20px);
  line-height: 1.58;
}

.wg-service-reviews__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 24px;
  align-items: center;
  margin-top: 30px;
}

.wg-service-reviews__actions .wg-service-text-link {
  color: var(--wg-yellow);
}
@media (hover: hover) and (pointer: fine) {
  .wg-service-btn:hover {
    transform: translateY(-1px);
  }

  .wg-service-scope-card:hover,
  .wg-service-review-card:hover {
    transform: translateY(-2px);
  }

  .wg-service-gallery-card:hover img {
    transform: scale(1.035);
  }
}

@media screen and (max-width: 1199px) {
  .wg-service-template .container.wg-service-hero__inner {
    width: min(100% - 30px, 1120px) !important;
  }

  .wg-service-hero__inner {
    grid-template-columns: minmax(0, 1fr) minmax(340px, 410px);
    gap: 38px;
  }

  .wg-service-hero__title {
    font-size: clamp(42px, 4.45vw, 54px);
  }

  .wg-service-hero__benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 640px;
  }

  .wg-service-quote {
    transform: none;
  }

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

  .wg-service-quick-card:nth-child(2n) {
    border-right: 0;
  }

  .wg-service-quick-card:nth-child(-n+2) {
    border-bottom: 1px solid #dce3ee;
  }

  .wg-service-compare__layout {
    grid-template-columns: 1fr;
  }

  .wg-service-compare-note {
    display: grid;
    grid-template-columns: minmax(0, 0.72fr) minmax(0, 1fr);
    gap: 0 clamp(26px, 4vw, 52px);
  }

  .wg-service-compare-note::before {
    grid-column: 1 / -1;
  }

  .wg-service-compare-note ul {
    margin-top: 0;
  }

  .wg-service-compare-note .wg-service-text-link {
    grid-column: 1;
  }

  .wg-service-cost__layout {
    grid-template-columns: 1fr;
  }

  .wg-service-cost-panel {
    display: grid;
    grid-template-columns: minmax(0, 0.82fr) minmax(0, 1fr);
    gap: 0 clamp(26px, 4vw, 52px);
  }

  .wg-service-cost-panel__title,
  .wg-service-cost-panel__text,
  .wg-service-cost-panel__note,
  .wg-service-cost-panel .wg-service-btn,
  .wg-service-cost-panel .wg-service-text-link,
  .wg-service-cost-panel__guide {
    grid-column: 1;
  }

  .wg-service-cost-panel__steps {
    grid-column: 2;
    grid-row: 1 / span 7;
    margin: 0;
  }

  .wg-service-result__inner {
    grid-template-columns: 1fr;
  }

  .wg-service-result__copy .wg-service-section-title,
  .wg-service-result__lead,
  .wg-service-result__text,
  .wg-service-result__bullets {
    max-width: 820px;
  }

  .wg-service-result-photo {
    min-height: clamp(470px, 54vw, 640px);
  }

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

  .wg-service-scope-card {
    min-height: 260px;
  }

  .wg-service-commercial__header {
    grid-template-columns: 1fr;
  }

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

  .wg-service-commercial-card:nth-child(1),
  .wg-service-commercial-card:nth-child(2),
  .wg-service-commercial-card:nth-child(3),
  .wg-service-commercial-card:nth-child(4),
  .wg-service-commercial-card:nth-child(5) {
    grid-column: auto;
  }

  .wg-service-seo__inner,
  .wg-service-team__layout,
  .wg-service-longtext__inner,
  .wg-service-areas__layout,
  .wg-service-faq__inner {
    grid-template-columns: 1fr;
  }

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

  .wg-service-gallery__grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: none;
  }

  .wg-service-gallery-card--wide,
  .wg-service-review-card--featured {
    grid-column: span 2;
    grid-row: auto;
  }

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

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

  .wg-service-faq__intro {
    position: static;
    max-width: 760px;
  }
}

@media screen and (max-width: 991px) {
  .wg-service-hero {
    min-height: auto;
  }

  .wg-service-hero::before {
    background:
      linear-gradient(180deg, rgba(3, 16, 42, 0.92) 0%, rgba(3, 16, 42, 0.78) 56%, rgba(3, 16, 42, 0.90) 100%),
      linear-gradient(90deg, rgba(3, 16, 42, 0.82), rgba(3, 16, 42, 0.38));
  }

  .wg-service-hero__media {
    object-position: 63% center;
  }

  .wg-service-hero__inner {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-top: 54px;
    padding-bottom: 30px;
  }

  .wg-service-hero__copy,
  .wg-service-quote {
    grid-column: auto;
    grid-row: auto;
    justify-self: start;
    transform: none;
  }

  .wg-service-quote {
    max-width: 560px;
  }

  .wg-service-hero__proof {
    position: static;
    width: 100%;
  }

  .wg-service-trust__track {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    min-height: auto;
    padding: 0 15px;
  }

  .wg-service-trust__item {
    min-height: 84px;
    padding: 14px 18px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.26);
  }

  .wg-service-trust__item:not(:last-child) {
    border-right: 0;
  }

  .wg-service-trust__item:not(:nth-child(3n)) {
    border-right: 1px solid rgba(255, 255, 255, 0.26);
  }

  .wg-service-trust__item:nth-last-child(-n+3) {
    border-bottom: 0;
  }

  .wg-service-shell {
    width: min(100% - 30px, 720px);
  }

  .wg-service-quick__header,
  .wg-service-compare__header,
  .wg-service-cost__header,
  .wg-service-scope__header,
  .wg-service-gallery__header,
  .wg-service-team__header,
  .wg-service-reviews__header,
  .wg-service-areas__header {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .wg-service-section-title,
  .wg-service-section-text {
    grid-column: auto;
    grid-row: auto;
    align-self: auto;
  }

  .wg-service-section-title,
  .wg-service-section-text {
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .wg-service-template .container.wg-service-hero__inner {
    width: 100% !important;
    max-width: 100% !important;
    padding-right: 15px !important;
    padding-left: 15px !important;
  }

  .wg-service-hero__inner {
    gap: 28px;
    padding-top: 38px;
  }

  .wg-service-hero__copy {
    width: 100%;
    max-width: 100%;
  }

  .wg-service-hero__title {
    max-width: calc(100vw - 30px);
    font-size: clamp(32px, 8.7vw, 38px);
    line-height: 1.05;
    overflow-wrap: break-word;
  }

  .wg-service-hero__text {
    max-width: calc(100vw - 30px);
    font-size: 16px;
    line-height: 1.55;
    overflow-wrap: break-word;
  }

  .wg-service-hero__actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .wg-service-btn {
    width: 100%;
  }

  .wg-service-hero__benefits {
    grid-template-columns: 1fr;
  }

  .wg-service-quote {
    padding: 20px;
  }

  .wg-service-trust__track {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 0;
  }

  .wg-service-trust__item,
  .wg-service-trust__item:nth-last-child(-n+3) {
    min-height: 76px;
    padding: 11px 12px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.26);
  }

  .wg-service-trust__item:not(:nth-child(3n)) {
    border-right: 0;
  }

  .wg-service-trust__item:not(:nth-child(2n)) {
    border-right: 1px solid rgba(255, 255, 255, 0.26);
  }

  .wg-service-trust__item:nth-last-child(-n+2) {
    border-bottom: 0;
  }

  .wg-service-trust__rating {
    font-size: 13px;
  }

  .wg-service-trust__item--bbb img,
  .wg-service-trust__item--thumbtack img,
  .wg-service-trust__item--andersen img {
    width: 124px;
  }

  .wg-service-quick {
    padding: 54px 0 64px;
  }

  .wg-service-quick__grid {
    grid-template-columns: 1fr;
  }

  .wg-service-quick-card,
  .wg-service-quick-card:nth-child(2n),
  .wg-service-quick-card:nth-child(-n+2) {
    min-height: auto;
    padding: 24px;
    border-right: 0;
    border-bottom: 1px solid #dce3ee;
  }

  .wg-service-quick-card:last-child {
    border-bottom: 0;
  }

  .wg-service-quick-card__number {
    margin-bottom: 18px;
  }

  .wg-service-compare {
    padding: 54px 0 66px;
  }

  .wg-service-compare__layout {
    gap: 18px;
  }

  .wg-service-compare-table {
    display: none !important;
    overflow: visible;
    width: 100%;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .wg-service-compare-mobile {
    display: grid;
    gap: 14px;
  }

  .wg-service-compare-card {
    overflow: hidden;
    border: 1px solid var(--wg-line);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 14px 34px rgba(6, 24, 69, 0.07);
  }

  .wg-service-compare-card h3 {
    margin: 0;
    padding: 16px 18px;
    background: #061a39;
    color: #fff;
    font-size: 15px;
    line-height: 1.3;
    font-weight: 800;
  }

  .wg-service-compare-card__item {
    padding: 16px 18px;
    border-bottom: 1px solid #e6edf6;
    background: #fff;
  }

  .wg-service-compare-card__item:last-child {
    border-bottom: 0;
    background: #f7f9fc;
  }

  .wg-service-compare-card__item--repair {
    box-shadow: inset 4px 0 0 rgba(255, 211, 3, 0.88);
  }

  .wg-service-compare-card__label {
    display: block;
    margin-bottom: 6px;
    color: var(--wg-blue);
    font-size: 12px;
    line-height: 1.3;
    font-weight: 800;
  }

  .wg-service-compare-card__item:last-child .wg-service-compare-card__label {
    color: #5b6577;
  }

  .wg-service-compare-card__item p {
    margin: 0;
    color: #3e485e;
    font-size: 14px;
    line-height: 1.55;
    font-weight: 500;
  }

  .wg-service-compare-table thead {
    display: none;
  }

  .wg-service-compare-table tbody {
    display: grid !important;
    width: 100%;
    gap: 14px;
  }

  .wg-service-compare-table tr {
    display: block !important;
    width: 100%;
    overflow: hidden;
    border: 1px solid var(--wg-line);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 14px 34px rgba(6, 24, 69, 0.07);
  }

  .wg-service-compare-table tbody th {
    display: block !important;
    width: auto;
    padding: 17px 18px;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
    background: #061a39;
    color: #fff;
  }

  .wg-service-compare-table tbody td {
    display: block !important;
    width: 100%;
    padding: 16px 18px;
    border: 0;
    border-bottom: 1px solid #e6edf6;
    background: #fff;
    font-size: 14px;
  }

  .wg-service-compare-table tbody td:nth-child(2) {
    box-shadow: inset 4px 0 0 rgba(255, 211, 3, 0.88);
  }

  .wg-service-compare-table tbody td:last-child {
    border-bottom: 0;
    background: #f7f9fc;
  }

  .wg-service-compare-table tbody td::before {
    content: attr(data-label);
    display: block;
    margin-bottom: 6px;
    color: var(--wg-blue);
    font-size: 12px;
    line-height: 1.3;
    font-weight: 800;
  }

  .wg-service-compare-table tbody td:last-child::before {
    color: #5b6577;
  }

  .wg-service-compare-note {
    display: block;
    padding: 24px;
  }

  .wg-service-compare-note ul {
    margin-top: 22px;
  }

  .wg-service-cost {
    padding: 54px 0 66px;
  }

  .wg-service-cost__layout {
    gap: 18px;
  }

  .wg-service-cost__list {
    grid-template-columns: 1fr;
  }

  .wg-service-cost-row {
    min-height: 0;
    gap: 16px;
    padding: 24px;
  }

  .wg-service-cost-row__index {
    width: 44px;
    height: 44px;
    font-size: 14px;
  }

  .wg-service-cost-row__top {
    align-items: flex-start;
  }

  .wg-service-cost-row__tag {
    max-width: 150px;
  }

  .wg-service-cost-panel {
    display: block;
    padding: 24px;
  }

  .wg-service-cost-panel__steps {
    margin-top: 22px;
  }

  .wg-service-result {
    padding: 54px 0 66px;
  }

  .wg-service-result__inner {
    gap: 28px;
  }

  .wg-service-result__media {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .wg-service-result-photo {
    min-height: 500px;
  }

  .wg-service-result-photo figcaption {
    padding: 18px;
  }

  .wg-service-scope {
    padding: 54px 0 66px;
  }

  .wg-service-scope__grid {
    grid-template-columns: 1fr;
  }

  .wg-service-scope-card {
    min-height: auto;
    padding: 24px;
  }

  .wg-service-scope-card__index {
    margin-bottom: 20px;
  }

  .wg-service-scope-card__link {
    margin-top: 22px;
  }

  .wg-service-seo,
  .wg-service-gallery,
  .wg-service-team,
  .wg-service-reviews,
  .wg-service-commercial,
  .wg-service-longtext,
  .wg-service-areas,
  .wg-service-faq {
    padding: 54px 0 66px;
  }

  .wg-service-seo__inner,
  .wg-service-team__layout,
  .wg-service-longtext__inner,
  .wg-service-areas__layout,
  .wg-service-faq__inner {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .wg-service-seo-block,
  .wg-service-team__lead,
  .wg-service-review-card,
  .wg-service-reviews__score,
  .wg-service-longtext__body,
  .wg-service-areas__primary,
  .wg-service-faq-item {
    padding: 24px;
  }

  .wg-service-gallery__grid,
  .wg-service-reviews__grid,
  .wg-service-commercial__grid,
  .wg-service-areas__grid,
  .wg-service-faq__list {
    grid-template-columns: 1fr;
  }

  .wg-service-commercial__header {
    display: block;
    margin-bottom: 24px;
  }

  .wg-service-commercial-card {
    min-height: 0;
    padding: 24px;
  }

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

  .wg-service-gallery__grid,
  .wg-service-reviews__grid {
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }

  .wg-service-gallery-card,
  .wg-service-gallery-card--wide {
    grid-column: auto;
    grid-row: auto;
    min-height: 0;
  }

  .wg-service-gallery-card img {
    height: clamp(220px, 62vw, 320px);
  }

  .wg-service-review-card,
  .wg-service-review-card--featured,
  .wg-service-review-card:last-child {
    grid-column: auto;
  }

  .wg-service-review-card__top {
    display: block;
  }

  .wg-service-review-card__top span {
    margin-top: 7px;
  }

  .wg-service-areas__grid a {
    min-height: 58px;
    padding: 16px 18px;
  }

  .wg-service-team-card__info {
    padding: 14px;
  }

  .wg-service-team-card__name {
    font-size: 17px;
  }

  .wg-service-team-card p {
    font-size: 12px;
  }

  .wg-service-faq__intro .wg-service-btn {
    width: 100%;
  }
}

.wg-service-steps,
.wg-service-why,
.wg-service-map,
.wg-service-related {
  position: relative;
  overflow: hidden;
  padding: 88px 0 104px;
}

.wg-service-steps {
  background:
    linear-gradient(180deg, #fff 0%, #f7faff 100%);
}

.wg-service-why,
.wg-service-map {
  background: #f6f8fb;
}

.wg-service-related {
  background:
    radial-gradient(circle at 15% 0%, rgba(255, 211, 3, 0.15), transparent 32%),
    linear-gradient(135deg, #061845 0%, #08245f 52%, #0432a1 100%);
  color: #fff;
}

.wg-service-steps__header,
.wg-service-why__header,
.wg-service-map__header,
.wg-service-related__header {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(340px, 0.68fr);
  gap: clamp(28px, 5vw, 84px);
  align-items: end;
  margin-bottom: 42px;
}

.wg-service-steps__header .wg-service-section-text,
.wg-service-why__header .wg-service-section-text,
.wg-service-map__header .wg-service-section-text,
.wg-service-related__header .wg-service-section-text {
  max-width: 640px;
}

.wg-service-related .wg-service-section-title {
  color: #fff;
}

.wg-service-related .wg-service-section-text {
  color: rgba(255, 255, 255, 0.76);
}

.wg-service-steps__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid var(--wg-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(6, 24, 69, 0.09);
}

.wg-service-step-card {
  position: relative;
  display: grid;
  grid-template-rows: auto auto 1fr;
  gap: 18px;
  min-width: 0;
  min-height: 260px;
  padding: 28px 22px 26px;
}

.wg-service-step-card + .wg-service-step-card {
  border-left: 1px solid var(--wg-line);
}

.wg-service-step-card::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 4px;
  background: var(--wg-yellow);
}

.wg-service-step-card__number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 8px;
  background: #eef4ff;
  color: var(--wg-blue);
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
}

.wg-service-step-card h3,
.wg-service-why-card h3 {
  margin: 0;
  color: var(--wg-blue-dark);
  font-size: clamp(20px, 1.7vw, 26px);
  font-weight: 900;
  line-height: 1.08;
  text-wrap: balance;
}

.wg-service-step-card p,
.wg-service-why-card p {
  margin: 0;
  color: #4e5a6e;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.62;
}

.wg-service-why__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.wg-service-why-card {
  min-width: 0;
  min-height: 236px;
  padding: 26px;
  border: 1px solid rgba(4, 50, 161, 0.12);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(6, 24, 69, 0.06);
}

.wg-service-why-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-bottom: 28px;
  border-radius: 8px;
  background: var(--wg-yellow);
  color: var(--wg-blue-dark);
  font-size: 13px;
  font-weight: 900;
}

.wg-service-why-card p {
  margin-top: 14px;
}

.wg-service-map__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(360px, 0.65fr);
  gap: 24px;
  align-items: stretch;
}

.wg-service-map__frame {
  min-height: 500px;
  overflow: hidden;
  border: 1px solid var(--wg-line);
  border-radius: 8px;
  background: #dfe7f2;
  box-shadow: 0 24px 70px rgba(6, 24, 69, 0.1);
}

.wg-service-map__frame iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 500px;
  border: 0;
}

.wg-service-map__panel {
  display: grid;
  align-content: start;
  min-width: 0;
  padding: 34px;
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0)),
    var(--wg-blue-dark);
  color: #fff;
  box-shadow: 0 24px 70px rgba(6, 24, 69, 0.16);
}

.wg-service-map__panel-title {
  margin: 0;
  color: #fff;
  font-size: clamp(28px, 2.2vw, 38px);
  font-weight: 900;
  line-height: 1.04;
}

.wg-service-map__details {
  display: grid;
  gap: 0;
  margin: 28px 0 0;
}

.wg-service-map__details div {
  padding: 18px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.wg-service-map__details dt {
  margin: 0 0 7px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.wg-service-map__details dd {
  margin: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.45;
}

.wg-service-map__details a {
  color: #fff;
  text-decoration: none;
}

.wg-service-map__hours {
  margin-top: 10px;
  padding: 22px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.wg-service-map__hours-title {
  display: block;
  color: var(--wg-yellow);
  font-size: 15px;
  font-weight: 900;
}

.wg-service-map__hours ul {
  display: grid;
  gap: 12px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.wg-service-map__hours li {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  font-weight: 800;
}

.wg-service-map__hours-value {
  color: #fff;
  font-weight: 900;
}

.wg-service-map__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  margin-top: 26px;
}

.wg-service-map__actions .wg-service-text-link {
  color: #fff;
}

.wg-service-related__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.wg-service-related__grid a {
  position: relative;
  min-width: 0;
  min-height: 126px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  text-decoration: none;
  transition: transform 0.22s ease, background 0.22s ease, border-color 0.22s ease;
}

.wg-service-related__grid a:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 211, 3, 0.62);
  background: rgba(255, 255, 255, 0.12);
}

.wg-service-related__grid a:focus-visible {
  outline: 3px solid rgba(255, 211, 3, 0.72);
  outline-offset: 3px;
}

.wg-service-related__grid a > span:not(.wg-service-related__title) {
  display: block;
  margin-bottom: 28px;
  color: var(--wg-yellow);
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
}

.wg-service-related__title {
  display: block;
  color: #fff;
  font-size: clamp(18px, 1.35vw, 23px);
  font-weight: 900;
  line-height: 1.12;
  text-wrap: balance;
}

@media screen and (max-width: 1199px) {
  .wg-service-steps__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .wg-service-step-card + .wg-service-step-card {
    border-left: 0;
  }

  .wg-service-step-card {
    border-left: 1px solid var(--wg-line);
    border-top: 1px solid var(--wg-line);
  }

  .wg-service-step-card:nth-child(-n + 3) {
    border-top: 0;
  }

  .wg-service-step-card:nth-child(3n + 1) {
    border-left: 0;
  }

  .wg-service-why__grid,
  .wg-service-related__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wg-service-map__layout {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 991px) {
  .wg-service-steps__header,
  .wg-service-why__header,
  .wg-service-map__header,
  .wg-service-related__header {
    grid-template-columns: 1fr;
    gap: 18px;
  }

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

  .wg-service-step-card:nth-child(-n + 3),
  .wg-service-step-card:nth-child(3n + 1) {
    border-left: 1px solid var(--wg-line);
    border-top: 1px solid var(--wg-line);
  }

  .wg-service-step-card:nth-child(-n + 2) {
    border-top: 0;
  }

  .wg-service-step-card:nth-child(odd) {
    border-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .wg-service-steps,
  .wg-service-why,
  .wg-service-map,
  .wg-service-related {
    padding: 54px 0 66px;
  }

  .wg-service-steps__header,
  .wg-service-why__header,
  .wg-service-map__header,
  .wg-service-related__header {
    margin-bottom: 28px;
  }

  .wg-service-steps__grid,
  .wg-service-why__grid,
  .wg-service-related__grid {
    grid-template-columns: 1fr;
  }

  .wg-service-step-card,
  .wg-service-why-card,
  .wg-service-related__grid a {
    min-height: auto;
    padding: 24px;
  }

  .wg-service-step-card,
  .wg-service-step-card:nth-child(-n + 2),
  .wg-service-step-card:nth-child(odd),
  .wg-service-step-card:nth-child(-n + 3),
  .wg-service-step-card:nth-child(3n + 1) {
    border-left: 0;
    border-top: 1px solid var(--wg-line);
  }

  .wg-service-step-card:first-child {
    border-top: 0;
  }

  .wg-service-map__frame,
  .wg-service-map__frame iframe {
    min-height: 340px;
  }

  .wg-service-map__panel {
    padding: 24px;
  }

  .wg-service-map__actions {
    display: grid;
  }

  .wg-service-map__actions .wg-service-btn,
  .wg-service-map__actions .wg-service-text-link {
    width: 100%;
    justify-content: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .wg-service-btn,
  .wg-service-quote input,
  .wg-service-quote textarea,
  .wg-service-quote input[type="submit"],
  .wg-service-scope-card,
  .wg-service-related__grid a,
  .wg-service-gallery-card img,
  .wg-service-work-gallery-card img,
  .wg-service-team-card,
  .wg-service-review-card,
  .wg-service-areas__grid a {
    transition: none;
  }
}

