:root {
  --wnz-blue: #0063a8;
  --wnz-blue-dark: #004a80;
  --wnz-blue-deep: #00345f;
  --wnz-blue-soft: #eaf6fc;
  --wnz-gold: #fa9e25;
  --wnz-ink: #101828;
  --wnz-muted: #667085;
}

.section__title h2 {
  font-size: 50px;
  line-height: 1.2;
}

.section__title h2 span {
  color: var(--wnz-blue);
}

.section__pre-title {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}

.section__pre-title::before {
  content: "";
  flex: 0 0 34px;
  width: 34px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--wnz-gold) 0%, var(--wnz-blue) 100%);
  box-shadow: 0 4px 12px rgba(250, 158, 37, .22);
}

.section__pre-title i {
  display: none;
}

.section__pre-title span {
  color: var(--wnz-blue);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.1;
  text-transform: uppercase;
}

.section__pre-title span::after {
  display: none;
}

.section__title.text-center .section__pre-title,
.text-center .section__pre-title {
  justify-content: center;
}

.benefit-rail__intro .section__pre-title::before,
.testimonial-proof .section__pre-title::before,
.site-faq-intro .section__pre-title::before {
  background: linear-gradient(90deg, var(--wnz-gold) 0%, #ffffff 100%);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section__title h2 {
    font-size: 45px;
  }
}

@media (max-width: 575px) {
  .section__title h2 {
    font-size: 35px;
  }
}

html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

body,
body * {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

.site-logo-wrap,
.logo-sticky,
.site-footer-logo {
  background-color: #fff;
}

.site-logo-wrap img,
.site-sticky-logo img,
.site-footer-logo img,
.extra__info-logo img {
  max-width: 220px;
  width: 100%;
  height: auto;
}

.site-logo-wrap {
  min-height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.site-top-call a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 18px;
  color: #fff;
  background: var(--wnz-blue-dark);
  border-radius: 4px;
  font-weight: 700;
}

.site-call-btn i,
.site-cta__call i {
  margin-right: 8px;
}

.header__right-bottom.theme-gradient {
  background: linear-gradient(90deg, var(--wnz-blue) 0%, var(--wnz-blue-dark) 100%);
}

.site-header.header__transparent {
  top: 0;
  z-index: 20;
  background: linear-gradient(90deg, var(--wnz-blue-deep) 0%, var(--wnz-blue) 48%, var(--wnz-blue-dark) 100%);
  box-shadow: 0 12px 34px rgba(0, 29, 51, .18);
}

.site-header .container {
  position: relative;
  z-index: 1;
}

.site-header .site-logo-wrap {
  min-height: 102px;
  padding: 16px;
  background: linear-gradient(160deg, var(--wnz-blue) 0%, var(--wnz-blue-dark) 100%);
}

.site-header .site-logo-wrap a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(100%, 252px);
  padding: 10px 18px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 16px 32px rgba(0, 29, 51, .18);
}

.site-header .site-logo-wrap img {
  max-width: 210px;
  padding-left: 0;
}

.site-header .header__right-top {
  min-height: 32px;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: 24px;
  background: rgba(0, 52, 95, .94);
}

.site-header .header__info-text h6,
.site-header .header__info-text p {
  color: #fff;
}

.site-header .header__info-icon i,
.site-header .header__info-icon span i {
  color: var(--wnz-gold);
}

.site-header .header__right-bottom {
  margin-top: 0;
}

.sticky__header.sticky {
  background: linear-gradient(90deg, var(--wnz-blue) 0%, var(--wnz-blue-dark) 100%);
  box-shadow: 0 16px 42px rgba(0, 29, 51, .22);
}

.sticky__header .logo-sticky {
  padding: 10px 16px;
  border-radius: 0 0 8px 8px;
}

.sticky__header .main-menu-2 ul li a {
  color: #fff;
}

.sticky__header .main-menu-2 ul li:hover > a,
.sticky__header .main-menu-2 ul li.has-dropdown:hover a::after {
  color: var(--wnz-gold);
}

.sticky__header .site-call-btn {
  color: var(--wnz-blue-dark);
  background: #fff;
  box-shadow: 0 14px 30px rgba(0, 29, 51, .18);
}

.sticky__header .site-call-btn:hover {
  color: #111;
  background: var(--wnz-gold);
}

.sticky__header .extra__info-btn-2 {
  color: #fff;
  background: rgba(255, 255, 255, .12);
  border: 1px solid rgba(255, 255, 255, .28);
}

.sticky__header .extra__info-btn-2:hover {
  color: #111;
  background: var(--wnz-gold);
  border-color: var(--wnz-gold);
}

.main-menu ul li a,
.main-menu-2 ul li a {
  letter-spacing: 0;
}

.site-header .main-menu > nav > ul,
.sticky__header .sticky__menu > nav > ul {
  display: flex;
  align-items: center;
  gap: 4px;
}

.site-header .main-menu > nav > ul > li,
.sticky__header .sticky__menu > nav > ul > li {
  margin-right: 0;
}

.site-header .main-menu > nav > ul > li > a,
.sticky__header .sticky__menu > nav > ul > li > a {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 60px;
  padding: 0 16px;
  border-radius: 6px;
  color: #fff;
  font-weight: 800;
  line-height: 1;
  opacity: .94;
}

.sticky__header .sticky__menu > nav > ul > li > a {
  min-height: 54px;
}

.site-header .main-menu > nav > ul > li > a::before,
.sticky__header .sticky__menu > nav > ul > li > a::before {
  position: absolute;
  content: "";
  left: 16px;
  right: 16px;
  bottom: 10px;
  height: 2px;
  border-radius: 999px;
  background: var(--wnz-gold);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform .2s ease;
}

.site-header .main-menu > nav > ul > li:hover > a,
.site-header .main-menu > nav > ul > li.is-active > a,
.sticky__header .sticky__menu > nav > ul > li:hover > a,
.sticky__header .sticky__menu > nav > ul > li.is-active > a {
  color: #fff;
  background: rgba(255, 255, 255, .1);
  opacity: 1;
}

.site-header .main-menu > nav > ul > li:hover > a::before,
.site-header .main-menu > nav > ul > li.is-active > a::before,
.sticky__header .sticky__menu > nav > ul > li:hover > a::before,
.sticky__header .sticky__menu > nav > ul > li.is-active > a::before {
  transform: scaleX(1);
}

.site-header .header__btn,
.sticky__header .header__btn {
  margin-left: 18px;
}

.site-header .site-call-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 178px;
  background: rgba(0, 74, 128, .55);
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, .1), inset -1px 0 0 rgba(0, 0, 0, .08);
}

.site-header .site-call-btn:hover {
  color: #111;
  background: var(--wnz-gold);
}

.site-header .extra__info-btn {
  color: var(--wnz-blue-dark);
  background: #f7fbff;
  border-left: 1px solid rgba(0, 74, 128, .12);
}

.site-header .extra__info-btn:hover {
  color: #111;
  background: var(--wnz-gold);
}

.extra__info-inner {
  background: linear-gradient(160deg, var(--wnz-blue) 0%, var(--wnz-blue-dark) 58%, var(--wnz-blue-deep) 100%);
  color: #fff;
}

.extra__info-logo {
  margin-bottom: 28px;
  padding: 18px;
  background: #fff;
  border-radius: 8px;
}

.extra__info-close a {
  color: #fff;
}

.extra__info-close a:hover,
.extra__info-content a:hover,
.extra__info-contact a:hover {
  color: var(--wnz-gold);
}

.extra__info-content h4,
.extra__info-content p,
.extra__info-content ul li,
.extra__info-contact i,
.extra__info-contact a {
  color: #fff;
}

.extra__info-contact ul li {
  align-items: flex-start;
  gap: 12px;
  line-height: 1.55;
}

.extra__info-contact i {
  flex: 0 0 auto;
  margin-top: 4px;
}

.extra__info-contact a {
  overflow-wrap: anywhere;
}

.extra__info-content p {
  color: rgba(255, 255, 255, .82);
}

.extra__info-inner .r-btn-white {
  color: var(--wnz-blue-dark);
  background: #fff;
  box-shadow: 0 16px 36px rgba(0, 29, 51, .24);
}

.extra__info-inner .r-btn-white:hover {
  color: #111;
  background: var(--wnz-gold);
}

.extra__info-inner .mean-container .mean-bar {
  margin-top: 0;
  background: transparent;
}

.extra__info-inner .mean-container .mean-nav {
  background: transparent;
}

.extra__info-inner .mean-container .mean-nav ul li a {
  color: #fff;
  border-top-color: rgba(255, 255, 255, .22);
}

.extra__info-inner .mobile-menu a,
.extra__info-inner .side-mobile-menu a {
  color: #fff;
}

.extra__info-inner .mobile-menu li.is-active > a,
.extra__info-inner .side-mobile-menu li.is-active > a {
  color: var(--wnz-gold);
  background: rgba(255, 255, 255, .08);
}

.extra__info-inner .mean-container .mean-nav ul li a:hover {
  color: var(--wnz-gold);
  background: rgba(255, 255, 255, .08);
}

.extra__info-inner .mobile-menu a:hover,
.extra__info-inner .side-mobile-menu a:hover {
  color: var(--wnz-gold);
}

.extra__info-inner .mean-container a.meanmenu-reveal {
  color: #fff;
  border-color: rgba(255, 255, 255, .65);
}

.extra__info-inner .mean-container a.meanmenu-reveal span {
  background: #fff;
}

.slider__content h1 {
  max-width: 720px;
  text-shadow: 0 6px 28px rgba(0, 0, 0, .35);
}

.home-hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  z-index: 0;
}

.home-slider .single-slider.has-hero-video::before {
  z-index: 1;
}

.home-slider .has-hero-video .container {
  z-index: 2;
}

.home-slider .single-slider::before,
.page__title::before,
.site-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(6, 22, 37, .82), rgba(6, 22, 37, .45), rgba(6, 22, 37, .18));
  z-index: 0;
}

.page__title {
  background-color: var(--wnz-blue-deep);
}

@media (prefers-reduced-motion: reduce) {
  .home-hero-video {
    display: none;
  }
}

@media (max-width: 767px) {
  .home-hero-video {
    display: none;
  }
}

.home-slider .container,
.page__title .container,
.site-cta .container {
  position: relative;
  z-index: 1;
}

.home-estimate .appointment__form-wrapper {
  z-index: 3;
}

.home-estimate__call {
  color: #fff;
  text-align: right;
}

.home-estimate__call span {
  display: block;
  color: rgba(255, 255, 255, .8);
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
}

.home-estimate__call a {
  color: #fff;
  font-size: 28px;
  font-weight: 800;
}

.estimate-form label {
  display: block;
  margin: 0;
}

.estimate-form span {
  display: block;
  margin-bottom: 6px;
  color: var(--wnz-ink);
  font-size: 14px;
  font-weight: 700;
}

.estimate-form input,
.estimate-form textarea {
  width: 100%;
  border: 1px solid #d0d5dd;
  border-radius: 6px;
  background: #fff;
  color: var(--wnz-ink);
  padding: 14px 16px;
  min-height: 52px;
  transition: border-color .2s ease, box-shadow .2s ease;
}

.estimate-form textarea {
  min-height: 118px;
  resize: vertical;
}

.estimate-form input:focus,
.estimate-form textarea:focus {
  border-color: var(--wnz-blue);
  box-shadow: 0 0 0 4px rgba(0, 99, 168, .14);
}

.estimate-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 16px;
}

.estimate-form__message {
  margin-bottom: 20px !important;
}

.lead-text {
  max-width: 820px;
  color: var(--wnz-muted);
  font-size: 18px;
  line-height: 1.7;
}

.about-source-card {
  position: relative;
  max-width: 520px;
  padding: 0 56px 78px 0;
}

.about-source-card::before {
  position: absolute;
  content: "";
  top: 34px;
  right: 12px;
  bottom: 48px;
  width: 58%;
  border-radius: 8px;
  background: linear-gradient(145deg, var(--wnz-blue-soft) 0%, rgba(250, 158, 37, .18) 100%);
}

.about-source-card img {
  position: relative;
  z-index: 1;
  display: block;
  width: min(100%, 430px);
  aspect-ratio: 313 / 350;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 24px 60px rgba(0, 52, 95, .16);
}

.about-source-stats {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: grid;
  width: min(330px, 70%);
  gap: 12px;
}

.about-source-stat {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 14px;
  min-height: 92px;
  padding: 18px 20px;
  border: 1px solid #dbe7ef;
  border-left: 4px solid var(--wnz-gold);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(16, 24, 40, .12);
}

.about-source-stat--primary {
  color: #fff;
  border-color: rgba(255, 255, 255, .18);
  border-left-color: var(--wnz-gold);
  background: linear-gradient(135deg, var(--wnz-blue) 0%, var(--wnz-blue-dark) 100%);
}

.about-source-stat strong {
  display: inline-block;
  min-width: 72px;
  color: inherit;
  font-size: 54px;
  font-weight: 900;
  font-variant-numeric: tabular-nums;
  line-height: .9;
}

.about-source-stat > span {
  color: var(--wnz-ink);
  font-size: 16px;
  font-weight: 800;
  line-height: 1.25;
}

.about-source-stat--primary > span {
  color: #fff;
}

.services__area .row:last-child {
  counter-reset: service-card;
}

.services__area .services__item {
  counter-increment: service-card;
  height: calc(100% - 30px);
  background: #fff;
  border: 1px solid #e7eef4;
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(16, 24, 40, .08);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.services__area .services__item::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--wnz-blue), var(--wnz-gold));
  z-index: 3;
}

.services__area .services__item:hover {
  border-color: rgba(0, 99, 168, .24);
  box-shadow: 0 26px 58px rgba(0, 52, 95, .14);
  transform: translateY(-6px);
}

.services__area .services__thumb {
  aspect-ratio: 16 / 10;
  overflow: hidden;
}

.services__area .services__thumb::before,
.services__area .services__thumb::after {
  display: none;
}

.services__area .services__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.01);
  transition: transform .35s ease;
}

.services__area .services__item:hover .services__thumb img {
  transform: scale(1.06);
}

.services__area .services__content,
.services__area .services__item:hover .services__content {
  position: static;
  bottom: auto;
  padding: 0;
}

.services__area .services__content-inner {
  min-height: 238px;
  padding: 50px 30px 30px;
  text-align: left;
  background: linear-gradient(180deg, #fff 0%, #f8fbfd 100%);
}

.services__area .services__icon {
  position: absolute;
  top: -38px;
  left: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 76px;
  height: 76px;
  margin: 0;
  background: linear-gradient(135deg, var(--wnz-blue) 0%, var(--wnz-blue-dark) 100%);
  border: 5px solid #fff;
  border-radius: 18px 18px 18px 4px;
  box-shadow: 0 18px 36px rgba(0, 52, 95, .24);
}

.services__area .services__icon::before {
  position: absolute;
  content: "";
  right: -7px;
  bottom: 12px;
  width: 20px;
  height: 20px;
  background: var(--wnz-gold);
  border: 4px solid #fff;
  border-radius: 50%;
}

.services__area .services__icon::after {
  position: absolute;
  content: counter(service-card, decimal-leading-zero);
  top: -13px;
  right: -13px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  height: 26px;
  padding: 0 8px;
  color: var(--wnz-blue-deep);
  background: var(--wnz-gold);
  border: 3px solid #fff;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
}

.services__area .services__icon i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: auto;
  line-height: 1;
  background: transparent;
  border-radius: 0;
}

.services__area .services__icon i::before {
  color: #fff;
  font-size: 34px;
}

.services__area .services__content-inner h3 {
  margin-bottom: 12px;
  color: var(--wnz-ink);
  font-size: 24px;
  line-height: 1.2;
}

.services__area .services__content-inner h3 a {
  color: inherit;
}

.services__area .services__content-inner h3 a:hover {
  color: var(--wnz-blue);
}

.services__area .services__content-inner p,
.services__area .services__item:hover .services__content .services__content-inner p {
  margin-bottom: 0;
  color: var(--wnz-muted);
  font-size: 16px;
  line-height: 1.65;
  visibility: visible;
  opacity: 1;
}

.features__area.benefit-rail {
  background: linear-gradient(180deg, #f7fbfd 0%, #fff 100%);
  overflow: hidden;
}

.features__area.benefit-rail::before {
  display: none;
}

.benefit-rail__intro {
  position: relative;
  height: 100%;
  min-height: 430px;
  padding: 44px 38px;
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(145deg, var(--wnz-blue-deep) 0%, var(--wnz-blue) 58%, var(--wnz-blue-dark) 100%);
  box-shadow: 0 24px 70px rgba(0, 52, 95, .2);
  overflow: hidden;
}

.benefit-rail__intro::after {
  position: absolute;
  content: "";
  left: 38px;
  right: 38px;
  bottom: 32px;
  height: 4px;
  border-radius: 999px;
  background: var(--wnz-gold);
}

.benefit-rail__intro .section__pre-title span,
.benefit-rail__intro .section__pre-title i {
  color: var(--wnz-gold);
}

.benefit-rail__intro h2 {
  margin: 18px 0 18px;
  color: #fff;
  font-size: 42px;
  line-height: 1.08;
}

.benefit-rail__intro p {
  margin-bottom: 30px;
  color: rgba(255, 255, 255, .86);
  font-size: 17px;
  line-height: 1.7;
}

.benefit-rail__list {
  height: 100%;
  padding-left: 42px;
}

.benefit-rail__item {
  display: grid;
  grid-template-columns: 74px 68px minmax(0, 1fr);
  gap: 22px;
  align-items: center;
  min-height: 126px;
  padding: 24px 0;
  border-bottom: 1px solid #dce7ef;
}

.benefit-rail__item:last-child {
  border-bottom: 0;
}

.benefit-rail__number {
  color: rgba(0, 99, 168, .18);
  font-size: 44px;
  font-weight: 900;
  line-height: 1;
}

.benefit-rail__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  color: var(--wnz-blue-deep);
  background: rgba(250, 158, 37, .18);
  box-shadow: inset 0 0 0 1px rgba(250, 158, 37, .28);
}

.benefit-rail__icon i {
  line-height: 1;
}

.benefit-rail__icon i::before {
  color: var(--wnz-blue);
  font-size: 34px;
}

.benefit-rail__content h3 {
  margin-bottom: 8px;
  color: var(--wnz-ink);
  font-size: 23px;
  line-height: 1.2;
}

.benefit-rail__content p {
  margin-bottom: 0;
  color: var(--wnz-muted);
  font-size: 15px;
  line-height: 1.7;
}

.mid-page-cta {
  padding: 0;
  background: #fff;
}

.mid-page-cta__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  padding: 34px 38px;
  border-radius: 8px;
  background: linear-gradient(100deg, var(--wnz-blue-deep) 0%, var(--wnz-blue) 62%, var(--wnz-blue-dark) 100%);
  box-shadow: 0 22px 60px rgba(0, 52, 95, .2);
}

.mid-page-cta__inner span {
  display: block;
  margin-bottom: 8px;
  color: var(--wnz-gold);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.mid-page-cta__inner h2 {
  margin: 0;
  color: #fff;
  font-size: 32px;
  line-height: 1.16;
}

.mid-page-cta__actions {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.mid-page-cta__phone {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 18px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .35);
  border-radius: 4px;
  font-weight: 900;
}

.mid-page-cta__phone i {
  margin-right: 8px;
  color: var(--wnz-gold);
}

.mid-page-cta__phone:hover {
  color: #111;
  background: #fff;
}

.rounded-img {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 22px 60px rgba(16, 24, 40, .16);
}

.why-card,
.education-card,
.mission-card {
  height: calc(100% - 30px);
  margin-bottom: 30px;
  padding: 32px;
  background: #fff;
  border: 1px solid #eef2f6;
  border-radius: 8px;
  box-shadow: 0 18px 45px rgba(16, 24, 40, .07);
}

.why-card h3,
.education-card h3,
.mission-card h2 {
  color: var(--wnz-ink);
  margin-bottom: 12px;
}

.why-card p,
.education-card p,
.mission-card p,
.mission-card li {
  color: var(--wnz-muted);
}

.why-effortless {
  position: relative;
  overflow: hidden;
}

.why-effortless h2 {
  margin: 14px 0 0;
  color: var(--wnz-ink);
  font-size: 46px;
  line-height: 1.08;
}

.why-effortless__intro {
  margin-bottom: 0;
  color: var(--wnz-muted);
  font-size: 18px;
  line-height: 1.75;
}

.why-effortless__card {
  position: relative;
  height: calc(100% - 30px);
  margin-bottom: 30px;
  padding: 34px 30px 32px;
  background: #fff;
  border: 1px solid #e6edf4;
  border-radius: 8px;
  box-shadow: 0 18px 44px rgba(16, 24, 40, .07);
  overflow: hidden;
}

.why-effortless__card::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--wnz-gold), var(--wnz-blue));
}

.why-effortless__card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  margin-bottom: 24px;
  color: var(--wnz-blue);
  background: var(--wnz-blue-soft);
  border-radius: 50%;
}

.why-effortless__card span i {
  line-height: 1;
}

.why-effortless__card span i::before {
  font-size: 26px;
}

.why-effortless__card h3 {
  margin-bottom: 13px;
  color: var(--wnz-ink);
  font-size: 24px;
  line-height: 1.2;
}

.why-effortless__card p {
  margin-bottom: 0;
  color: var(--wnz-muted);
  font-size: 16px;
  line-height: 1.65;
}

.process-roadmap {
  background: #fff;
}

.process-roadmap__summary {
  position: sticky;
  top: 115px;
  padding: 38px 34px;
  border-radius: 8px;
  background: #f7fbfd;
  border-left: 5px solid var(--wnz-gold);
}

.process-roadmap__summary h2 {
  margin: 18px 0 16px;
  color: var(--wnz-ink);
  font-size: 42px;
  line-height: 1.08;
}

.process-roadmap__summary p {
  margin-bottom: 28px;
  color: var(--wnz-muted);
  font-size: 17px;
  line-height: 1.7;
}

.process-roadmap__steps {
  position: relative;
  padding-left: 52px;
}

.process-roadmap__steps::before {
  position: absolute;
  content: "";
  left: 22px;
  top: 18px;
  bottom: 18px;
  width: 2px;
  background: linear-gradient(180deg, var(--wnz-blue), var(--wnz-gold));
}

.process-roadmap__step {
  position: relative;
  display: grid;
  grid-template-columns: 70px minmax(0, 1fr);
  gap: 26px;
  align-items: start;
  padding: 0 0 34px;
}

.process-roadmap__step:last-child {
  padding-bottom: 0;
}

.process-roadmap__marker {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  border: 6px solid #fff;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, var(--wnz-blue) 0%, var(--wnz-blue-dark) 100%);
  box-shadow: 0 18px 34px rgba(0, 52, 95, .2);
  font-size: 18px;
  font-weight: 900;
}

.process-roadmap__content {
  padding: 24px 0 26px;
  border-bottom: 1px solid #e2eaf1;
}

.process-roadmap__step:last-child .process-roadmap__content {
  border-bottom: 0;
}

.process-roadmap__content h3 {
  margin-bottom: 10px;
  color: var(--wnz-ink);
  font-size: 25px;
  line-height: 1.2;
}

.process-roadmap__content p {
  max-width: 680px;
  margin-bottom: 0;
  color: var(--wnz-muted);
  font-size: 16px;
  line-height: 1.7;
}

.testimonial-proof {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(0, 52, 95, .97) 0%, rgba(0, 74, 128, .94) 48%, rgba(16, 24, 40, .98) 100%);
}

.testimonial-proof::before {
  position: absolute;
  content: "";
  inset: 0;
  background:
    linear-gradient(110deg, rgba(255, 255, 255, .08) 0 1px, transparent 1px 120px);
  opacity: .55;
}

.testimonial-proof .container {
  position: relative;
  z-index: 1;
}

.testimonial-proof .section__pre-title span,
.testimonial-proof .section__pre-title i {
  color: var(--wnz-gold);
}

.testimonial-proof h2 {
  max-width: 760px;
  margin: 0;
  color: #fff;
  font-size: 48px;
  line-height: 1.08;
}

.testimonial-proof__intro {
  margin: 0;
  color: rgba(255, 255, 255, .82);
  font-size: 17px;
  line-height: 1.7;
}

.testimonial-proof__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr);
  gap: 26px;
  align-items: stretch;
}

.testimonial-proof__featured,
.testimonial-proof__note {
  border-radius: 8px;
}

.testimonial-proof__featured {
  position: relative;
  grid-row: span 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 380px;
  padding: 44px;
  background: #fff;
  border-bottom: 5px solid var(--wnz-gold);
  box-shadow: 0 26px 70px rgba(0, 0, 0, .22);
}

.testimonial-proof__featured::before {
  position: absolute;
  content: "\f10d";
  right: 36px;
  top: 26px;
  color: rgba(0, 99, 168, .08);
  font-family: "Font Awesome 5 Pro";
  font-size: 96px;
  font-weight: 900;
  line-height: 1;
}

.testimonial-proof__featured p {
  position: relative;
  z-index: 1;
  margin: 22px 0 34px;
  color: var(--wnz-ink);
  font-size: 28px;
  line-height: 1.38;
}

.testimonial-proof__featured h3,
.testimonial-proof__note h3 {
  margin: 18px 0 0;
  color: inherit;
  font-weight: 900;
  line-height: 1.18;
}

.testimonial-proof__featured h3 {
  color: var(--wnz-blue-dark);
  font-size: 26px;
}

.testimonial-proof__note {
  padding: 28px 30px;
  background: rgba(255, 255, 255, .09);
  border: 1px solid rgba(255, 255, 255, .16);
  border-left: 4px solid var(--wnz-gold);
}

.testimonial-proof__note p {
  margin: 14px 0 22px;
  color: rgba(255, 255, 255, .9);
  font-size: 16px;
  line-height: 1.7;
}

.testimonial-proof__note h3 {
  color: #fff;
  font-size: 20px;
}

.testimonial-proof__stars {
  display: flex;
  gap: 5px;
  color: var(--wnz-gold);
  font-size: 14px;
}

.testimonial-proof__person {
  display: flex;
  align-items: center;
  gap: 14px;
}

.testimonial-proof__person > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  border-radius: 50%;
  color: #fff;
  background: var(--wnz-blue);
  font-weight: 900;
}

.testimonial-proof__featured .testimonial-proof__person > span {
  background: var(--wnz-blue-dark);
}

.testimonial-proof__person strong,
.testimonial-proof__person small {
  display: block;
}

.testimonial-proof__person strong {
  color: inherit;
  font-size: 18px;
  line-height: 1.2;
}

.testimonial-proof__person small {
  color: var(--wnz-muted);
  font-size: 13px;
}

.testimonial-proof__note .testimonial-proof__person strong {
  color: #fff;
}

.testimonial-proof__note .testimonial-proof__person small {
  color: rgba(255, 255, 255, .68);
}

.why-card i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  margin-bottom: 20px;
  border-radius: 50%;
  color: #fff;
  background: var(--wnz-blue);
  font-size: 24px;
}

.mission-card--dark {
  background: var(--wnz-blue-dark);
}

.mission-card--dark h2,
.mission-card--dark p,
.mission-card--dark li {
  color: #fff;
}

.check-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 24px;
}

.check-grid span {
  display: flex;
  align-items: center;
  min-height: 52px;
  padding: 13px 16px;
  border-radius: 6px;
  background: #fff;
  color: var(--wnz-ink);
  font-weight: 700;
}

.check-grid span::before {
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  margin-right: 10px;
  color: var(--wnz-gold);
}

.site-faq-section {
  background: linear-gradient(180deg, #f7fbfd 0%, #fff 100%);
  overflow: hidden;
}

.site-faq-layout {
  display: grid;
  grid-template-columns: minmax(280px, .82fr) minmax(0, 1.18fr);
  gap: 38px;
  align-items: start;
}

.site-faq-intro {
  position: sticky;
  top: 115px;
  padding: 42px 36px;
  color: #fff;
  background: linear-gradient(145deg, #061d32 0%, var(--wnz-blue-deep) 54%, var(--wnz-blue-dark) 100%);
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(0, 52, 95, .2);
}

.site-faq-intro .section__pre-title span,
.site-faq-intro .section__pre-title i {
  color: var(--wnz-gold);
}

.site-faq-intro h2 {
  margin: 18px 0 18px;
  color: #fff;
  font-size: 46px;
  line-height: 1.05;
}

.site-faq-intro p {
  margin-bottom: 28px;
  color: rgba(255, 255, 255, .86);
  font-size: 17px;
  line-height: 1.7;
}

.site-faq-proof {
  display: grid;
  gap: 12px;
  margin-bottom: 30px;
}

.site-faq-proof div {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  column-gap: 14px;
  align-items: center;
  min-height: 72px;
  padding: 12px;
  background: rgba(255, 255, 255, .09);
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 8px;
}

.site-faq-proof span {
  grid-row: span 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  color: #111827;
  background: var(--wnz-gold);
  border-radius: 50%;
}

.site-faq-proof i {
  line-height: 1;
}

.site-faq-proof strong {
  color: #fff;
  font-size: 16px;
  line-height: 1.2;
}

.site-faq-proof small {
  color: rgba(255, 255, 255, .74);
  font-size: 13px;
  line-height: 1.35;
}

.site-faq-panel {
  padding: 8px 0;
}

.site-faq__item {
  margin-bottom: 14px;
  background: #fff;
  border: 1px solid #dfe8f0;
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(16, 24, 40, .06);
  overflow: hidden;
}

.site-faq__item:last-child {
  margin-bottom: 0;
}

.site-faq__question {
  width: 100%;
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr) 42px;
  gap: 16px;
  align-items: center;
  min-height: 78px;
  padding: 18px 20px;
  border: 0;
  background: #fff;
  color: var(--wnz-ink);
  text-align: left;
  transition: color .2s ease, background-color .2s ease;
}

.site-faq__question[aria-expanded="true"] {
  color: #fff;
  background: var(--wnz-blue-deep);
}

.site-faq__count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  color: var(--wnz-blue);
  background: var(--wnz-blue-soft);
  border-radius: 50%;
  font-size: 22px;
  font-weight: 900;
}

.site-faq__question[aria-expanded="true"] .site-faq__count {
  color: #111827;
  background: var(--wnz-gold);
}

.site-faq__text {
  font-size: 18px;
  font-weight: 900;
  line-height: 1.35;
}

.site-faq__toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  color: var(--wnz-blue);
  background: #f7fbff;
  border-radius: 50%;
  line-height: 1;
  transition: transform .2s ease, color .2s ease, background-color .2s ease;
}

.site-faq__question[aria-expanded="true"] .site-faq__toggle {
  color: #111827;
  background: #fff;
  transform: rotate(45deg);
}

.site-faq__answer {
  padding: 24px 30px 28px 82px;
  color: var(--wnz-muted);
  font-size: 16px;
  line-height: 1.75;
  background: #fff;
}

.certification-strip {
  padding: 78px 0 70px;
  background: linear-gradient(180deg, #f7fbfd 0%, #fff 100%);
  border-top: 1px solid #e7eef4;
}

.certification-strip .client__slider {
  border-bottom: 0;
}

.certification-strip .client__slider-title h4 {
  display: inline-block;
  min-width: min(100%, 340px);
  margin: 0;
  padding: 0 72px;
  color: var(--wnz-blue);
  font-size: 16px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.certification-strip .client__slider-title h4::before,
.certification-strip .client__slider-title h4::after {
  width: 52px;
  background: var(--wnz-gold);
}

.certification-strip__logos {
  margin-top: 8px;
}

.certification-strip__logos .owl-stage {
  display: flex;
  align-items: stretch;
}

.certification-strip__logos .owl-item {
  display: flex;
}

.certification-strip__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 86px;
  padding: 10px 24px;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.certification-strip__logo img {
  max-width: 220px;
  max-height: 72px;
  width: auto !important;
  height: auto;
  object-fit: contain;
}

.service-area-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.service-area-list span,
.license-list span {
  display: inline-flex;
  padding: 7px 10px;
  border-radius: 4px;
  color: #fff;
  background: rgba(255, 255, 255, .1);
  font-size: 13px;
}

.license-list {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.footer__top {
  position: relative;
  overflow: hidden;
}

.footer__top::before {
  position: absolute;
  content: "";
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 36, 66, .95) 0%, rgba(0, 52, 95, .9) 48%, rgba(0, 20, 36, .86) 100%);
  z-index: 0;
}

.footer__top > .container {
  position: relative;
  z-index: 1;
}

.footer__bg-img {
  right: 0;
  bottom: 0;
  opacity: .38;
}

.footer__widget-content p,
.footer__contact ul li .text,
.footer__contact ul li .text a,
.footer__links ul li a {
  color: rgba(255, 255, 255, .88);
}

.footer__contact ul li .text a:hover,
.footer__links ul li a:hover {
  color: var(--wnz-gold);
}

.footer__contact ul li .icon i {
  color: var(--wnz-gold);
}

.site-cta {
  padding: 92px 0;
  background-size: cover;
  background-position: center;
}

.site-cta__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(360px, 1fr);
  gap: 34px;
  align-items: center;
}

.site-cta__content span {
  color: var(--wnz-gold);
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.site-cta__content h2 {
  max-width: 620px;
  color: #fff;
  font-size: 48px;
  line-height: 1.1;
  margin: 12px 0 16px;
}

.site-cta__content p {
  color: rgba(255, 255, 255, .86);
  font-size: 18px;
  line-height: 1.7;
}

.site-cta__form {
  background: #fff;
  border-radius: 8px;
  padding: 28px;
  box-shadow: 0 22px 65px rgba(0, 0, 0, .28);
}

.simple-footer-bottom .footer__copyright p {
  margin: 0;
}

.contact-copy {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
  padding: 48px 42px;
  border-radius: 8px 0 0 8px;
  color: #fff;
  background:
    linear-gradient(145deg, rgba(0, 52, 95, .98) 0%, rgba(0, 99, 168, .94) 62%, rgba(0, 74, 128, .98) 100%),
    url("../img/roofing/roofing-detail.webp") center / cover no-repeat;
  overflow: hidden;
}

.contact-copy::after {
  position: absolute;
  content: "";
  left: 42px;
  right: 42px;
  bottom: 38px;
  height: 4px;
  border-radius: 999px;
  background: var(--wnz-gold);
}

.contact-copy > * {
  position: relative;
  z-index: 1;
}

.contact-copy span {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 16px;
  padding: 8px 12px;
  border-radius: 999px;
  color: var(--wnz-blue-deep);
  background: var(--wnz-gold);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .06em;
}

.contact-copy h2 {
  max-width: 420px;
  margin-bottom: 18px;
  color: #fff;
  font-size: 42px;
  line-height: 1.08;
}

.contact-copy p {
  max-width: 440px;
  margin-bottom: 28px;
  color: rgba(255, 255, 255, .84);
  font-size: 17px;
  line-height: 1.7;
}

.contact-copy a {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  color: #fff;
  font-size: 25px;
  font-weight: 900;
}

.contact-copy a:hover {
  color: var(--wnz-gold);
}

.contact__form .contact__form-inner {
  border: 1px solid #e1eaf1;
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(16, 24, 40, .11);
  overflow: hidden;
}

.contact__form .contact__form-wrapper {
  height: 100%;
  padding: 46px;
  background: #fff;
}

.contact__form .estimate-form {
  max-width: 760px;
}

.contact__form .estimate-form__grid {
  gap: 18px 20px;
  margin-bottom: 18px;
}

.contact__form .estimate-form span {
  margin-bottom: 8px;
  color: var(--wnz-blue-deep);
  font-size: 13px;
  letter-spacing: 0;
}

.contact__form .estimate-form input,
.contact__form .estimate-form textarea {
  min-height: 50px;
  border-color: #d9e4ec;
  border-radius: 5px;
  background: #f8fbfd;
  box-shadow: inset 0 1px 0 rgba(16, 24, 40, .03);
}

.contact__form .estimate-form input:hover,
.contact__form .estimate-form textarea:hover {
  border-color: #b9cbd8;
}

.contact__form .estimate-form input:focus,
.contact__form .estimate-form textarea:focus {
  background: #fff;
}

.contact__form .estimate-form textarea {
  min-height: 138px;
}

.contact__form .estimate-form button {
  min-width: 230px;
  border-radius: 5px;
}

.privacy-content h2 {
  margin-top: 34px;
  color: var(--wnz-ink);
}

.privacy-content p,
.privacy-content li {
  color: #5a6872;
  font-size: 17px;
  line-height: 1.75;
}

.privacy-content ul {
  margin: 0 0 24px;
  padding-left: 22px;
}

.privacy-content li {
  margin-bottom: 10px;
}

.privacy-content a {
  color: var(--wnz-blue);
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.privacy-content code {
  color: var(--wnz-ink);
  background: #eef5f8;
  border-radius: 4px;
  padding: 2px 6px;
  word-break: break-word;
}

.privacy-content__updated {
  display: inline-flex;
  margin-bottom: 22px;
  padding: 8px 12px;
  border-left: 4px solid var(--wnz-gold);
  background: #f6fafc;
  color: var(--wnz-ink);
}

.error-page span {
  display: block;
  color: var(--wnz-gold);
  font-size: 80px;
  font-weight: 900;
  line-height: 1;
}

.error-page h1 {
  color: var(--wnz-ink);
  margin-bottom: 16px;
}

@media (max-width: 991px) {
  .site-logo-wrap {
    min-height: 94px;
  }
  .site-cta__inner,
  .estimate-form__grid {
    grid-template-columns: 1fr;
  }
  .contact-copy {
    min-height: auto;
    border-radius: 8px 8px 0 0;
  }
  .contact__form .contact__form-wrapper {
    padding: 38px;
  }
  .site-cta__content h2 {
    font-size: 38px;
  }
  .certification-strip {
    padding: 62px 0 56px;
  }
  .about-source-card {
    margin-bottom: 50px;
  }
  .about__content.pl-60 {
    padding-left: 0;
  }
  .benefit-rail__intro {
    min-height: auto;
    margin-bottom: 34px;
  }
  .benefit-rail__list {
    padding-left: 0;
  }
  .process-roadmap__summary {
    position: relative;
    top: auto;
    margin-bottom: 38px;
  }
  .site-faq-layout {
    grid-template-columns: 1fr;
  }
  .site-faq-intro {
    position: relative;
    top: auto;
  }
  .process-roadmap__steps {
    padding-left: 0;
  }
  .why-effortless h2 {
    margin-bottom: 18px;
    font-size: 40px;
  }
  .process-roadmap__steps::before {
    left: 35px;
  }
  .mid-page-cta__inner {
    grid-template-columns: 1fr;
  }
  .mid-page-cta__actions {
    justify-content: flex-start;
  }
  .testimonial-proof h2 {
    font-size: 40px;
  }
  .testimonial-proof__intro {
    margin-top: 18px;
  }
  .testimonial-proof__layout {
    grid-template-columns: 1fr;
  }
  .testimonial-proof__featured {
    grid-row: auto;
    min-height: auto;
  }
  .home-estimate__call {
    text-align: left;
    margin-top: 18px;
  }
}

@media (max-width: 575px) {
  .slider__content {
    max-width: 100%;
  }

  .slider__content h1 {
    max-width: 340px;
    font-size: 40px;
    line-height: 1.08;
    overflow-wrap: anywhere;
  }

  .slider__content .slider__info span {
    display: block;
    max-width: 320px;
    white-space: normal;
  }

  .slider__content .slider__info h3 {
    font-size: 30px;
  }

  .slider__btn {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .slider__btn .r-btn {
    display: inline-flex;
    width: auto;
    min-width: 214px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    line-height: 1.2;
    margin-right: 0;
    margin-bottom: 0;
  }

  .slider__btn .r-btn i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    padding-left: 0;
    line-height: 1;
  }

  .home-slider .single-slider {
    background-position: center top;
  }

  .header__right-bottom {
    min-height: 60px;
  }

  .header__bar {
    margin-left: auto;
  }

  .site-logo-wrap img,
  .site-sticky-logo img,
  .site-footer-logo img {
    max-width: 180px;
  }
  .about-source-card {
    padding: 0;
  }
  .about-source-card::before {
    right: 0;
    bottom: auto;
    height: 70%;
    width: 72%;
  }
  .about-source-card img {
    width: 100%;
  }
  .about-source-stats {
    position: relative;
    right: auto;
    bottom: auto;
    width: calc(100% - 28px);
    margin: -34px auto 0;
  }
  .about-source-stat {
    min-height: 84px;
    padding: 16px;
  }
  .about-source-stat strong {
    font-size: 46px;
  }
  .about-source-stat > span {
    font-size: 15px;
  }
  .benefit-rail__intro {
    padding: 32px 26px 46px;
  }
  .benefit-rail__intro h2 {
    font-size: 34px;
  }
  .benefit-rail__intro::after {
    left: 26px;
    right: 26px;
    bottom: 26px;
  }
  .benefit-rail__item {
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 16px;
    min-height: auto;
    padding: 22px 0;
  }
  .benefit-rail__number {
    display: none;
  }
  .benefit-rail__icon {
    width: 52px;
    height: 52px;
  }
  .benefit-rail__icon i::before {
    font-size: 28px;
  }
  .process-roadmap__summary {
    padding: 30px 24px;
  }
  .process-roadmap__summary h2 {
    font-size: 34px;
  }
  .why-effortless h2 {
    font-size: 34px;
  }
  .why-effortless__card {
    padding: 28px 24px;
  }
  .process-roadmap__step {
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 18px;
    padding-bottom: 24px;
  }
  .process-roadmap__steps::before {
    left: 27px;
  }
  .process-roadmap__marker {
    width: 54px;
    height: 54px;
    border-width: 4px;
    font-size: 14px;
  }
  .process-roadmap__content {
    padding: 14px 0 22px;
  }
  .process-roadmap__content h3 {
    font-size: 21px;
  }
  .mid-page-cta__inner {
    padding: 28px 24px;
  }
  .mid-page-cta__inner h2 {
    font-size: 26px;
  }
  .mid-page-cta__actions .r-btn,
  .mid-page-cta__phone {
    width: 100%;
  }
  .testimonial-proof h2 {
    font-size: 34px;
  }
  .testimonial-proof__featured {
    padding: 32px 24px;
  }
  .testimonial-proof__featured p {
    font-size: 21px;
  }
  .testimonial-proof__featured::before {
    right: 22px;
    top: 22px;
    font-size: 64px;
  }
  .testimonial-proof__note {
    padding: 24px;
  }
  .site-cta__form,
  .contact__form .contact__form-wrapper,
  .why-card,
  .education-card,
  .mission-card {
    padding: 22px;
  }
  .contact-copy {
    padding: 34px 24px 48px;
  }
  .contact-copy::after {
    left: 24px;
    right: 24px;
    bottom: 26px;
  }
  .contact-copy h2 {
    font-size: 32px;
  }
  .contact-copy a {
    font-size: 22px;
  }
  .contact__form .estimate-form button {
    width: 100%;
  }
  .site-faq-intro {
    padding: 34px 24px;
  }
  .site-faq-intro h2 {
    font-size: 36px;
  }
  .site-faq__question {
    grid-template-columns: 40px minmax(0, 1fr) 36px;
    gap: 12px;
    min-height: 72px;
    padding: 16px;
  }
  .site-faq__count {
    width: 40px;
    height: 40px;
  }
  .site-faq__text {
    font-size: 16px;
  }
  .site-faq__toggle {
    width: 36px;
    height: 36px;
  }
  .site-faq__answer {
    padding: 20px 20px 24px;
  }
  .site-cta__content h2 {
    font-size: 32px;
  }
  .check-grid {
    grid-template-columns: 1fr;
  }
  .certification-strip .client__slider-title h4 {
    min-width: auto;
    padding: 0 48px;
    font-size: 14px;
  }
  .certification-strip .client__slider-title h4::before,
  .certification-strip .client__slider-title h4::after {
    width: 34px;
  }
  .certification-strip__logo {
    min-height: 82px;
    padding: 10px 16px;
  }
  .certification-strip__logo img {
    max-height: 62px;
  }
}

/* Modern navigation refresh */
.site-header.header__transparent {
  top: 18px;
  z-index: 90;
  background: transparent;
  box-shadow: none;
}

.site-header .container,
.site-sticky-nav .container {
  position: relative;
  z-index: 2;
}

.site-nav-shell {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  min-height: 78px;
  padding: 10px 12px;
  background: rgba(255, 255, 255, .96);
  border: 1px solid rgba(255, 255, 255, .74);
  border-radius: 8px;
  box-shadow: 0 20px 46px rgba(0, 29, 51, .2);
  backdrop-filter: blur(16px);
}

.site-nav-logo,
.site-sticky-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 214px;
  min-height: 58px;
  padding: 8px 16px;
  background: #fff;
  border: 1px solid rgba(0, 99, 168, .12);
  border-radius: 7px;
  box-shadow: 0 12px 28px rgba(0, 47, 82, .09);
}

.site-nav-logo img,
.site-sticky-logo img,
.extra__info-logo img {
  display: block;
  width: 100%;
  max-width: 178px;
  height: auto;
  padding-left: 0;
}

.site-nav-center {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  gap: 18px;
}

.site-nav-proof {
  align-items: center;
  gap: 10px;
  min-height: 42px;
  padding: 0 14px;
  color: var(--wnz-blue-deep);
  background: var(--wnz-blue-soft);
  border: 1px solid rgba(0, 99, 168, .12);
  border-radius: 999px;
  white-space: nowrap;
}

.site-nav-proof span {
  color: var(--wnz-muted);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.site-nav-proof strong {
  color: var(--wnz-blue-deep);
  font-size: 13px;
  font-weight: 900;
}

.site-primary-nav {
  min-width: 0;
  justify-content: center;
}

.site-primary-nav > ul,
.site-header .main-menu > ul,
.sticky__header .sticky__menu > ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: 100%;
  margin: 0;
  padding: 0;
}

.site-primary-nav > ul > li,
.site-header .main-menu > ul > li,
.sticky__header .sticky__menu > ul > li {
  display: block;
  margin-right: 0;
}

.site-primary-nav > ul > li > a,
.site-header .main-menu > ul > li > a,
.sticky__header .sticky__menu > ul > li > a,
.sticky__header .main-menu-2 ul li a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 14px;
  color: var(--wnz-ink);
  background: transparent;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 850;
  line-height: 1;
  letter-spacing: 0;
  opacity: 1;
  transition: color .2s ease, background-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.site-primary-nav > ul > li > a::before,
.site-header .main-menu > ul > li > a::before,
.sticky__header .sticky__menu > ul > li > a::before {
  display: none;
}

.site-primary-nav > ul > li:hover > a,
.site-primary-nav > ul > li.is-active > a,
.site-header .main-menu > ul > li:hover > a,
.site-header .main-menu > ul > li.is-active > a,
.sticky__header .sticky__menu > ul > li:hover > a,
.sticky__header .sticky__menu > ul > li.is-active > a {
  color: #fff;
  background: var(--wnz-blue);
  box-shadow: 0 10px 22px rgba(0, 99, 168, .22);
  transform: translateY(-1px);
}

.site-nav-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

.site-nav-phone,
.site-nav-quote,
.site-nav-menu {
  min-height: 48px;
  border-radius: 999px;
  font-weight: 900;
  line-height: 1;
  transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease, color .2s ease;
}

.site-nav-phone {
  align-items: center;
  gap: 9px;
  padding: 0 16px;
  color: var(--wnz-blue-deep);
  background: #f7fbff;
  border: 1px solid rgba(0, 99, 168, .12);
}

.site-nav-phone i {
  color: var(--wnz-gold);
  margin-right: 0;
}

.site-nav-quote {
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  color: #111827;
  background: var(--wnz-gold);
  border: 1px solid rgba(250, 158, 37, .78);
  box-shadow: 0 12px 26px rgba(250, 158, 37, .25);
}

.site-nav-menu.extra__info-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-height: 48px;
  color: #fff;
  background: var(--wnz-blue-deep);
  border: 1px solid rgba(0, 52, 95, .1);
  border-radius: 999px;
  line-height: 1;
}

.site-nav-phone:hover,
.site-nav-quote:hover,
.site-nav-menu.extra__info-btn:hover {
  color: #fff;
  background: var(--wnz-blue-dark);
  box-shadow: 0 14px 28px rgba(0, 52, 95, .24);
  transform: translateY(-1px);
}

.site-nav-quote:hover {
  color: #fff;
}

.site-sticky-nav.sticky {
  padding: 10px 0;
  background: rgba(255, 255, 255, .88);
  box-shadow: 0 14px 34px rgba(0, 29, 51, .12);
  backdrop-filter: blur(14px);
}

.site-sticky-nav.sticky .site-nav-shell {
  min-height: 64px;
  padding: 7px 10px;
  box-shadow: none;
}

.site-sticky-nav .site-nav-shell--sticky {
  grid-template-columns: auto minmax(0, 1fr) auto;
}

.site-sticky-nav .site-nav-logo {
  width: 190px;
  min-height: 48px;
  padding: 6px 14px;
}

.site-sticky-nav .site-nav-logo img {
  max-width: 156px;
}

.site-sticky-nav .site-primary-nav {
  justify-self: center;
}

.site-sticky-nav .site-primary-nav > ul > li > a,
.sticky__header .main-menu-2 ul li a {
  min-height: 42px;
}

.extra__info-inner {
  width: min(390px, calc(100vw - 28px));
  padding: 30px;
  background: linear-gradient(160deg, #061d32 0%, var(--wnz-blue-deep) 54%, var(--wnz-blue-dark) 100%);
}

.extra__info-logo {
  display: inline-flex;
  padding: 14px 18px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 18px 38px rgba(0, 29, 51, .2);
}

.extra__info-logo img {
  max-width: 190px;
}

.extra__info-content h4 {
  color: #fff;
  font-size: 28px;
  line-height: 1.15;
}

.extra__info-content p,
.extra__info-contact a,
.extra__info-contact ul li,
.extra__info-contact i {
  color: rgba(255, 255, 255, .86);
}

.extra__info-inner .mobile-menu a,
.extra__info-inner .side-mobile-menu a,
.extra__info-inner .mean-container .mean-nav ul li a {
  color: #fff;
  font-weight: 800;
  letter-spacing: 0;
  border-top-color: rgba(255, 255, 255, .18);
}

.extra__info-inner .mobile-menu li.is-active > a,
.extra__info-inner .side-mobile-menu li.is-active > a,
.extra__info-inner .mobile-menu a:hover,
.extra__info-inner .side-mobile-menu a:hover,
.extra__info-contact a:hover {
  color: var(--wnz-gold);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .site-nav-shell {
    gap: 10px;
  }
  .site-nav-logo {
    width: 190px;
  }
  .site-primary-nav > ul > li > a,
  .site-header .main-menu > ul > li > a,
  .sticky__header .sticky__menu > ul > li > a {
    padding: 0 11px;
    font-size: 13px;
  }
  .site-nav-quote {
    padding: 0 16px;
  }
}

@media (max-width: 1199px) {
  .site-nav-shell {
    gap: 12px;
  }
  .site-nav-logo {
    width: 198px;
  }
}

@media (max-width: 991px) {
  .site-header.header__transparent {
    top: 12px;
  }
  .site-nav-shell,
  .site-sticky-nav .site-nav-shell--sticky {
    grid-template-columns: auto auto;
    justify-content: space-between;
    min-height: 68px;
    padding: 8px;
  }
  .site-nav-logo,
  .site-sticky-nav .site-nav-logo {
    width: 188px;
    min-height: 52px;
    padding: 7px 14px;
  }
  .site-nav-logo img,
  .site-sticky-nav .site-nav-logo img {
    max-width: 158px;
  }
  .site-nav-center {
    display: none;
  }
  .site-nav-menu.extra__info-btn {
    display: inline-flex;
  }
}

@media (max-width: 575px) {
  .site-header.header__transparent {
    top: 10px;
  }
  .site-nav-shell,
  .site-sticky-nav .site-nav-shell--sticky {
    min-height: 62px;
    padding: 7px;
    gap: 8px;
  }
  .site-nav-logo,
  .site-sticky-nav .site-nav-logo {
    width: 166px;
    min-height: 48px;
    padding: 6px 12px;
  }
  .site-nav-logo img,
  .site-sticky-nav .site-nav-logo img {
    max-width: 140px;
  }
  .site-nav-actions {
    gap: 7px;
  }
  .site-nav-menu.extra__info-btn {
    width: 46px;
    height: 46px;
    min-height: 46px;
  }
  .extra__info-inner {
    padding: 24px;
  }
}

#scroll {
  position: fixed;
  right: 24px;
  bottom: 24px;
  display: none;
  width: 46px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  color: #fff;
  background: var(--wnz-blue-deep);
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 999px;
  box-shadow: 0 14px 30px rgba(0, 29, 51, .28);
  z-index: 250;
}

#scroll:hover {
  color: #111827;
  background: var(--wnz-gold);
  transform: translateY(-2px);
}

#scroll i {
  line-height: inherit;
}

/* Motion layer */
.wnz-animate {
  opacity: 0;
  transform: translate3d(0, 34px, 0);
  transition:
    opacity .72s ease,
    transform .72s cubic-bezier(.2, .75, .24, 1),
    box-shadow .24s ease;
  transition-delay: var(--wnz-delay, 0ms);
}

.wnz-animate--slide {
  transform: translate3d(-22px, 24px, 0);
}

.wnz-animate--zoom {
  transform: translate3d(0, 28px, 0) scale(.96);
}

.wnz-animate--pop {
  transform: translate3d(0, 24px, 0) scale(.94);
}

.wnz-animate.wnz-inview {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

.site-nav-shell {
  animation: wnzNavDrop .62s cubic-bezier(.2, .75, .24, 1) both;
}

.home-hero-video {
  animation: wnzHeroDrift 18s ease-in-out infinite alternate;
}

.r-btn,
.site-nav-quote,
.site-nav-phone,
.mid-page-cta__phone {
  transition: transform .22s ease, box-shadow .22s ease, background-color .22s ease, color .22s ease;
}

.r-btn:hover,
.site-nav-quote:hover,
.site-nav-phone:hover,
.mid-page-cta__phone:hover {
  transform: translateY(-2px);
}

.r-btn:hover i,
.site-nav-quote:hover i,
.mid-page-cta__phone:hover i {
  animation: wnzIconNudge .58s ease both;
}

.services__item,
.why-card,
.why-effortless__card,
.mission-card,
.education-card,
.contact__info,
.site-faq__item,
.testimonial-proof__note,
.testimonial-proof__featured,
.certification-strip__logo {
  transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}

.services__item:hover,
.why-card:hover,
.why-effortless__card:hover,
.mission-card:hover,
.education-card:hover,
.contact__info:hover,
.site-faq__item:hover,
.testimonial-proof__note:hover,
.testimonial-proof__featured:hover {
  transform: translateY(-6px);
}

.why-card:hover,
.why-effortless__card:hover,
.mission-card:hover,
.education-card:hover,
.contact__info:hover,
.site-faq__item:hover {
  box-shadow: 0 24px 52px rgba(16, 24, 40, .12);
}

.mid-page-cta__inner,
.site-cta__inner,
.contact__form-inner {
  position: relative;
  overflow: hidden;
}

.mid-page-cta__inner::after,
.site-cta__inner::after,
.contact__form-inner::after {
  position: absolute;
  content: "";
  inset: 0;
  background: linear-gradient(115deg, transparent 0%, rgba(255, 255, 255, .16) 45%, transparent 68%);
  transform: translateX(-120%);
  pointer-events: none;
}

.mid-page-cta__inner.wnz-inview::after,
.site-cta__inner.wnz-inview::after,
.contact__form-inner.wnz-inview::after {
  animation: wnzSheen 1.15s ease .28s both;
}

.benefit-rail__item.wnz-inview .benefit-rail__icon,
.process-roadmap__step.wnz-inview .process-roadmap__marker,
.why-effortless__card.wnz-inview span,
.site-faq__item.wnz-inview .site-faq__count {
  animation: wnzBadgePop .72s cubic-bezier(.2, .8, .2, 1) both;
}

.process-roadmap__step.wnz-inview .process-roadmap__content,
.benefit-rail__item.wnz-inview .benefit-rail__content {
  animation: wnzTextSettle .72s ease both;
}

.testimonial-proof__stars i {
  animation: wnzStarGlow 2.6s ease-in-out infinite;
}

.testimonial-proof__stars i:nth-child(2) {
  animation-delay: .12s;
}

.testimonial-proof__stars i:nth-child(3) {
  animation-delay: .24s;
}

.testimonial-proof__stars i:nth-child(4) {
  animation-delay: .36s;
}

.testimonial-proof__stars i:nth-child(5) {
  animation-delay: .48s;
}

@keyframes wnzNavDrop {
  from {
    opacity: 0;
    transform: translate3d(0, -18px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes wnzHeroDrift {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.045) translate3d(-1.2%, .8%, 0);
  }
}

@keyframes wnzIconNudge {
  0%, 100% {
    transform: translateX(0);
  }
  45% {
    transform: translateX(4px);
  }
}

@keyframes wnzSheen {
  from {
    transform: translateX(-120%);
  }
  to {
    transform: translateX(120%);
  }
}

@keyframes wnzBadgePop {
  0% {
    opacity: .68;
    transform: scale(.78) rotate(-8deg);
  }
  58% {
    transform: scale(1.08) rotate(2deg);
  }
  100% {
    opacity: 1;
    transform: scale(1) rotate(0);
  }
}

@keyframes wnzTextSettle {
  from {
    opacity: .35;
    transform: translate3d(10px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes wnzStarGlow {
  0%, 100% {
    opacity: .88;
    transform: translateY(0) scale(1);
  }
  45% {
    opacity: 1;
    transform: translateY(-2px) scale(1.08);
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .001ms !important;
  }

  .wnz-animate {
    opacity: 1;
    transform: none;
  }
}
