:root {
  --blue: #043f8f;
  --blue-dark: #06306c;
  --cyan: #00a7e1;
  --green: #79bf43;
  --lime: #a4cf3a;
  --yellow: #ffd44d;
  --ink: #14315a;
  --muted: #66748a;
  --line: #e6edf5;
  --soft: #f3f8fd;
  --white: #ffffff;
}

/* Closer homepage replica */
.site-header {
  height: 43px;
  background: #064aa7;
  box-shadow: none;
}

.site-header .topbar {
  min-height: 43px;
  width: min(980px, calc(100% - 32px));
}

.site-header .logo {
  font-size: 15px;
  position: relative;
  z-index: 2;
}

.site-header .logo-mark,
.site-header .logo-text,
.site-header .phone,
.site-header .nav a {
  color: #fff;
}

.site-header .trust {
  display: none;
}

.site-header .phone {
  font-size: 13px;
  font-weight: 800;
  position: relative;
  z-index: 2;
}

.site-header .nav {
  position: absolute;
  inset: 0 0 auto;
  width: min(610px, calc(100% - 280px));
  min-height: 43px;
  border: 0;
  gap: 18px;
  font-size: 10px;
  font-weight: 700;
}

.home-hero {
  width: 100%;
  min-height: 282px;
  display: grid;
  place-items: center;
  position: relative;
  overflow: hidden;
  color: #fff;
  text-align: center;
  background: #064aa7;
}

.home-hero-inner {
  width: min(520px, calc(100% - 32px));
  display: grid;
  justify-items: center;
  padding-bottom: 24px;
}

.home-hero h1 {
  margin: 0;
  font-size: clamp(28px, 4vw, 39px);
  line-height: 1.06;
  font-weight: 900;
}

.home-hero p {
  margin: 13px 0 30px;
  font-size: 12px;
  font-weight: 700;
}

.home-hero .postcode-form,
.home-blue-cta .postcode-form {
  width: 500px;
  min-height: 54px;
  border-radius: 4px;
  box-shadow: none;
}

.home-hero .postcode-form input,
.home-blue-cta .postcode-form input {
  font-size: 12px;
}

.home-hero .postcode-form button,
.home-blue-cta .postcode-form button {
  width: 132px;
  padding: 0 18px;
  font-size: 12px;
}

.home-hero small,
.home-blue-cta small {
  color: rgba(255, 255, 255, 0.9);
  font-size: 11px;
}

.blue-dots {
  width: 70px;
  height: 70px;
  background-image: radial-gradient(#1b8eea 1.3px, transparent 1.3px);
  background-size: 9px 9px;
}

.hero-dots {
  position: absolute;
  right: calc(50% - 360px);
  top: 70px;
}

.trust-section {
  padding: 20px 0 58px;
}

.trust-strip {
  width: min(780px, calc(100% - 32px));
  margin: 0 auto 24px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}

.trust-strip article {
  min-height: 92px;
  padding: 10px;
  border: 1px solid #e5edf6;
  background: #fff;
  font-size: 10px;
  color: #2a3d5c;
}

.trust-strip .stars,
.photo-reviews .stars {
  height: 16px;
  padding: 0 4px;
  font-size: 8px;
}

.trust-strip strong,
.photo-reviews strong {
  display: block;
  margin-top: 5px;
  color: #0d2142;
}

.trust-strip p,
.photo-reviews p {
  margin: 4px 0 0;
}

.photo-reviews {
  width: min(920px, calc(100% - 32px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}

.photo-reviews article {
  position: relative;
  min-height: 182px;
  overflow: hidden;
  border-radius: 4px;
  color: #fff;
  background: #173e65;
}

.photo-reviews img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.photo-reviews article::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.58));
}

.photo-reviews article div {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 12px;
  z-index: 1;
  font-size: 11px;
}

.slider-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
}

.slider-dots i {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #62bc57;
}

.home-split {
  width: min(780px, calc(100% - 32px));
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 54px;
  padding: 68px 0;
}

.home-copy h2,
.home-providers h2,
.home-reasons h2,
.home-faq h2,
.home-blue-cta h2,
.home-support h2 {
  margin: 0 0 18px;
  color: #061d3d;
  font-size: 27px;
  line-height: 1.12;
  font-weight: 900;
}

.home-copy p,
.home-reasons p {
  margin: 0 0 18px;
  font-size: 12px;
  line-height: 1.7;
  color: #18365d;
}

.home-copy .button-link,
.home-benefits .button-link {
  min-height: 38px;
  padding: 0 22px;
  border-radius: 2px;
  font-size: 11px;
  background: #064aa7;
}

.collage-img,
.person-img,
.advisor-img,
.home-support img {
  display: block;
  width: 100%;
}

.home-providers {
  width: 100%;
  max-width: none;
  background: #f4f7fb;
  padding: 58px 0 64px;
  position: relative;
}

.home-providers .providers {
  padding: 0;
}

.home-providers .providers h2 {
  font-size: 19px;
}

.home-providers .providers p {
  margin-bottom: 28px;
  font-size: 11px;
}

.providers-dots {
  position: absolute;
  left: calc(50% - 410px);
  top: 38px;
}

.home-providers .provider-grid {
  width: min(600px, calc(100% - 32px));
  margin: 0 auto;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
}

.home-providers .provider {
  min-height: auto;
  border: 0;
  box-shadow: none;
  background: transparent;
  font-size: 16px;
}

.steps {
  width: min(780px, calc(100% - 32px));
  padding: 80px 0;
}

.section-heading {
  max-width: 520px;
  margin-bottom: 48px;
}

.section-heading h2 {
  color: #061d3d;
  font-size: 28px;
}

.section-heading p {
  font-size: 12px;
  color: #18365d;
}

.step-grid {
  gap: 16px;
}

.step-grid article,
.reason-grid article {
  min-height: 210px;
  padding: 36px 22px 22px;
  border: 0;
  background: #f4f7fb;
  box-shadow: none;
  position: relative;
}

.step-icon,
.card-icon {
  position: absolute;
  left: 22px;
  top: -22px;
  width: 46px;
  height: 46px;
  border-radius: 3px;
  display: grid;
  place-items: center;
  background: #53b985;
  color: #fff;
  font-weight: 900;
}

.step-grid h3,
.reason-grid h3 {
  font-size: 15px;
}

.step-grid p,
.reason-grid p {
  font-size: 11px;
  line-height: 1.65;
}

.step-grid a,
.reason-grid a {
  color: #064aa7;
  font-size: 11px;
}

.home-support {
  width: 100%;
  max-width: none;
  display: grid;
  grid-template-columns: 390px 360px;
  align-items: center;
  justify-content: center;
  gap: 54px;
  padding: 64px 32px;
  background: #f4f7fb;
}

.home-support span {
  display: block;
  margin-bottom: 14px;
  color: #384b66;
  font-size: 11px;
}

.home-support h2 {
  margin-bottom: 16px;
}

.home-support a {
  color: #064aa7;
  font-weight: 800;
  font-size: 16px;
}

.home-reasons {
  width: min(780px, calc(100% - 32px));
  padding: 70px 0 84px;
}

.home-reasons-head {
  display: grid;
  grid-template-columns: 1fr 1.2fr auto;
  align-items: start;
  gap: 46px;
  margin-bottom: 58px;
}

.home-reasons .reason-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.home-benefits {
  width: 100%;
  max-width: none;
  grid-template-columns: minmax(260px, 390px) minmax(280px, 430px);
  justify-content: center;
  background: #f4f7fb;
  padding: 76px 32px;
}

.home-compare {
  grid-template-columns: minmax(300px, 430px) minmax(260px, 350px);
  padding: 78px 0;
}

.home-faq {
  width: 100%;
  max-width: none;
  padding: 64px 32px 76px;
  background: #064aa7;
  color: #fff;
}

.home-faq h2 {
  color: #fff;
  text-align: center;
  margin-bottom: 34px;
}

.home-faq details {
  width: min(780px, calc(100% - 32px));
  margin: 0 auto;
  border-color: rgba(255, 255, 255, 0.32);
  padding: 13px 0;
}

.home-faq summary {
  color: #fff;
  font-size: 13px;
}

.home-faq summary::marker {
  content: "+  ";
}

.home-faq p {
  color: rgba(255, 255, 255, 0.82);
  font-size: 12px;
}

.home-blue-cta {
  width: 100%;
  max-width: none;
  display: grid;
  justify-items: center;
  padding: 0 32px 70px;
  background: #064aa7;
  text-align: center;
}

.home-blue-cta h2 {
  color: #fff;
}

.home-blue-cta .postcode-form button {
  background: #53b985;
}

.footer {
  width: 100%;
  max-width: none;
  grid-template-columns: minmax(220px, 330px) minmax(300px, 600px);
  justify-content: center;
  gap: 54px;
  padding: 58px 32px 38px;
  background: #043f8f;
  color: #fff;
}

.footer .logo {
  font-size: 15px;
}

.footer .logo-mark,
.footer .logo-text,
.footer a,
.footer p,
.copyright {
  color: #fff;
}

.footer-links {
  grid-template-columns: repeat(2, minmax(140px, 1fr));
  color: #fff;
  font-size: 12px;
}

.copyright {
  border-color: rgba(255, 255, 255, 0.24);
}

@media (max-width: 820px) {
  .site-header {
    height: auto;
  }

  .site-header .topbar {
    justify-content: space-between;
  }

  .site-header .nav {
    position: static;
    width: min(100% - 24px, 980px);
    margin: 0 auto;
    overflow-x: auto;
    justify-content: flex-start;
  }

  .trust-strip,
  .photo-reviews,
  .home-providers .provider-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .home-split,
  .home-support,
  .home-reasons-head,
  .home-benefits,
  .home-compare,
  .footer {
    grid-template-columns: 1fr;
  }

  .home-reasons .reason-grid,
  .step-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }
}

/* Final source-page overrides: keep below legacy generated CSS */
body.home {
  overflow-x: hidden !important;
}

body.home #header.header-2 {
  height: auto !important;
  min-height: 85px !important;
  background: #0240ac !important;
}

body.home #header.header-2 .menu {
  display: flex !important;
  align-items: center !important;
  min-height: 85px !important;
  gap: 18px !important;
}

body.home #header.header-2 .menu__nav {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 17px !important;
  min-height: 0 !important;
  overflow: visible !important;
  border: 0 !important;
}

body.home #header.header-2 .menu__nav a {
  color: #fff !important;
  font-size: 13px !important;
  font-weight: 700 !important;
}

body.home #header.header-2 .menu__phone__number,
body.home #header.header-2 .menu__phone__text {
  color: #fff !important;
}

body.home .main {
  display: block !important;
}

body.home .site-head {
  padding-top: 166px !important;
  background: #0240ac !important;
}

body.home .site-head .title,
body.home .site-head .sub-title {
  color: #fff !important;
}

body.home .footer {
  max-width: none !important;
  width: 100% !important;
}

@media (max-width: 1180px) {
  body.home #header.header-2 .cus-tp-rating-area,
  body.home #header.header-2 .search-icon {
    display: none !important;
  }
}

@media (max-width: 960px) {
  body.home #header.header-2 .menu-items,
  body.home #header.header-2 .menu__phone {
    display: none !important;
  }

  body.home #header.header-2 .button-menu-mobile {
    display: block !important;
    width: 34px !important;
    height: 34px !important;
    border: 0 !important;
    background: transparent !important;
  }

  body.home #header.header-2 .button-menu-mobile::before,
  body.home #header.header-2 .button-menu-mobile::after {
    content: "" !important;
    display: block !important;
    width: 26px !important;
    height: 2px !important;
    margin: 8px auto !important;
    background: #fff !important;
  }
}

/* Source-style GoSwitch homepage rebuild */
:root {
  --gs-blue: #0240ac;
  --gs-green: #51b37f;
  --gs-dark: #1f2933;
  --gs-text: #4e5772;
  --gs-gray: #f5f7fa;
}

body.home {
  margin: 0;
  overflow-x: hidden;
  color: var(--gs-text);
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  background: #fff;
}

body.home *,
body.home *::before,
body.home *::after {
  box-sizing: border-box;
}

body.home a {
  color: inherit;
  text-decoration: none;
}

body.home img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

body.home .container {
  width: min(1170px, calc(100% - 32px));
  margin: 0 auto;
}

body.home .flex {
  display: flex;
}

body.home .grid {
  display: grid;
}

body.home .justify--between {
  justify-content: space-between;
}

body.home .align--center {
  align-items: center;
}

body.home .text-center {
  text-align: center;
}

body.home .bg-gray {
  background: var(--gs-gray);
}

body.home .h1,
body.home h1,
body.home h2,
body.home h3 {
  color: var(--gs-dark);
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  font-weight: 800;
}

body.home .h1 {
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.17;
}

#header.header-2 {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  color: #fff;
  background: var(--gs-blue);
  box-shadow: 0 2px 18px rgba(5, 24, 72, 0.12);
}

#header.header-2 .menu {
  align-items: center;
  min-height: 85px;
  gap: 18px;
}

#header.header-2 .logo-2 {
  flex: 0 0 auto;
}

#header.header-2 .cus-tp-rating {
  white-space: nowrap;
  line-height: 1.2;
}

#header.header-2 .cus-tp-rating strong,
#header.header-2 .cus-tp-rating small {
  display: flex;
  align-items: center;
  gap: 6px;
}

#header.header-2 .cus-tp-rating strong {
  font-size: 14px;
}

#header.header-2 .cus-tp-rating small {
  font-size: 11px;
  opacity: 0.88;
}

#header.header-2 .cus-tp-rating img {
  max-height: 16px;
  width: auto;
}

#header.header-2 .menu-items {
  flex: 1;
  min-width: 0;
}

#header.header-2 .menu__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 17px;
  margin: 0;
  padding: 0;
  list-style: none;
}

#header.header-2 .menu__nav a {
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.25;
}

#header.header-2 .search-icon img {
  width: 21px;
}

#header.header-2 .postcode-area {
  display: none;
}

#header.header-2 .menu__phone {
  justify-content: flex-end;
}

#header.header-2 .phone-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 3px;
}

#header.header-2 .phone-wrap > div {
  display: flex;
  align-items: center;
  gap: 8px;
}

#header.header-2 .menu__phone__number {
  color: #fff;
  font-weight: 800;
  font-size: 19px;
}

#header.header-2 .menu__phone__text {
  color: rgba(255, 255, 255, 0.78);
  font-size: 11px;
}

#header.header-2 .button-menu-mobile,
#header.header-2 .btn-sidebar-menu {
  display: none;
}

.offcanvas-area {
  display: none;
}

body.home .site-head {
  position: relative;
  z-index: 1;
  min-height: 455px;
  padding: 166px 15px 144px;
  color: #fff;
  background: var(--gs-blue);
  overflow: visible;
}

body.home .site-head .title {
  margin: 0;
  color: #fff;
  white-space: normal;
}

body.home .site-head .sub-title {
  margin-top: 16px;
  color: #fff;
  font-size: 18px;
}

body.home .search-head {
  position: absolute;
  left: 50%;
  bottom: -45px;
  width: 770px;
  max-width: calc(100% - 32px);
  transform: translateX(-50%);
}

body.home .search-base {
  position: relative;
  display: flex;
  width: 100%;
  height: 90px;
  padding: 10px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.08);
}

body.home .search-base__input {
  flex: 1;
  min-width: 0;
  height: 70px;
  border: 0;
  border-radius: 5px 0 0 5px;
  padding: 0 30px;
  color: var(--gs-dark);
  font-size: 16px;
  outline: 0;
}

body.home .search-base__button {
  width: 180px;
  height: 70px;
  border: 0;
  border-radius: 5px;
  background: var(--gs-green);
  color: #fff;
  cursor: pointer;
  font-weight: 800;
  font-size: 16px;
}

body.home .search-base__button[disabled] {
  opacity: 1;
  cursor: help;
}

body.home .tooltip,
body.home .form__error-message {
  display: none;
}

body.home .point-header {
  position: absolute;
  top: 42%;
  right: 14%;
  width: 110px;
  height: 96px;
  opacity: 0.45;
  background-image: radial-gradient(#59a5f4 2px, transparent 2px);
  background-size: 16px 16px;
}

body.home .index-section {
  padding: 86px 0;
}

body.home .section-excellent {
  padding-top: 95px;
  padding-bottom: 36px;
}

body.home .section-excellent__header {
  margin-bottom: 22px;
  color: var(--gs-text);
  font-size: 16px;
  font-weight: 400;
}

.trustpilot-card {
  width: min(480px, 100%);
  margin: 0 auto;
  padding: 22px 28px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 2px 30px rgba(227, 232, 240, 0.9);
  text-align: center;
}

.trustpilot-card strong {
  display: block;
  color: #111;
  font-size: 28px;
  line-height: 1.2;
}

.trustpilot-card span {
  display: block;
  color: #00b67a;
  letter-spacing: 3px;
  margin: 8px 0;
}

.trustpilot-card p {
  margin: 0;
}

.homepage-slider-reviews {
  padding-top: 20px;
  overflow: hidden;
}

.slider-reviews {
  display: flex;
  gap: 16px;
  width: 100%;
  padding: 0;
  animation: none;
}

.slider-reviews__item img {
  display: block;
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 14px 30px rgba(4, 64, 172, 0.12);
}

@keyframes gs-review-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-35%);
  }
}

body.home .row-home-a {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.95fr);
  gap: clamp(32px, 7vw, 92px);
  align-items: center;
}

body.home .row-home-a.flip-content {
  grid-template-columns: minmax(320px, 0.95fr) minmax(0, 1fr);
}

body.home .row-home-a h2,
body.home .section-connect__title,
body.home .help-support__text h2 {
  margin: 0 0 24px;
}

body.home .text p {
  margin: 0 0 18px;
}

body.home .btn,
body.home .btn--primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 30px;
  border-radius: 5px;
  background: var(--gs-green);
  color: #fff;
  font-weight: 800;
  transition: background 0.2s ease;
}

body.home .btn:hover {
  background: var(--gs-blue);
  color: #fff;
}

body.home .section-checkout__header {
  margin-bottom: 42px;
}

body.home .section-checkout__header h2 {
  margin: 0 0 8px;
}

body.home .section-checkout__content {
  display: grid;
  grid-template-columns: repeat(4, minmax(120px, 1fr));
  gap: 34px 42px;
  align-items: center;
  width: min(910px, 100%);
  margin: 0 auto;
  text-align: center;
}

body.home .section-checkout__content img {
  max-width: 145px;
  max-height: 86px;
  object-fit: contain;
}

body.home .section-connect__text {
  display: grid;
  grid-template-columns: minmax(280px, 0.85fr) minmax(320px, 1fr);
  gap: 64px;
  align-items: center;
  margin-bottom: 58px;
}

body.home .section-connect__block-flex {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

body.home .section-connect__block {
  display: block;
  color: inherit;
}

body.home .section-connect__item {
  position: relative;
  height: 100%;
  min-height: 330px;
  padding: 94px 34px 42px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 2px 24px rgba(111, 120, 146, 0.12);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

body.home .section-connect__item:hover {
  transform: translateY(-8px);
  box-shadow: 0 14px 38px rgba(111, 120, 146, 0.18);
}

body.home .item-pattern {
  position: absolute;
  top: -48px;
  left: 28px;
}

body.home .item-pattern img {
  width: 120px;
  height: 120px;
  object-fit: contain;
}

body.home .item-title {
  margin: 0 0 14px;
  font-size: 22px;
  line-height: 1.35;
}

body.home .learn-more {
  margin: 30px 0 0;
  color: var(--gs-blue);
  font-weight: 800;
}

body.home .help-support {
  overflow: hidden;
}

body.home .help-support .grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.86fr) minmax(320px, 1fr);
  gap: 64px;
  align-items: center;
}

body.home .help-support__text .h5 {
  margin-bottom: 12px;
  color: var(--gs-text);
  font-size: 20px;
  font-weight: 700;
}

body.home .help-support__phone a {
  color: var(--gs-blue);
  font-weight: 800;
}

body.home .help-support__img {
  text-align: center;
}

body.home .faq-container {
  padding: 78px 0 92px;
  background: var(--gs-blue);
  color: #fff;
}

body.home .faq-container h2 {
  margin: 0 0 36px;
  color: #fff;
  text-align: center;
}

body.home .faq-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.42);
}

body.home .faq-item h3 {
  position: relative;
  margin: 0;
  padding: 22px 44px 22px 0;
  color: #fff;
  cursor: pointer;
  font-size: 20px;
  line-height: 1.35;
}

body.home .faq-item h3::after {
  content: "+";
  position: absolute;
  right: 8px;
  top: 20px;
  font-size: 28px;
  font-weight: 500;
}

body.home .faq-item.active_faq h3::after {
  content: "-";
}

body.home .faq-item .collapse {
  display: none;
  padding: 0 56px 22px 0;
}

body.home .faq-item.active_faq .collapse {
  display: block;
}

body.home .newletter {
  padding: 84px 15px;
  background: var(--gs-blue);
  color: #fff;
}

body.home .newletter__title {
  margin: 0 0 42px;
  color: #fff;
  text-align: center;
}

body.home .yellow {
  color: #ffcc4a;
}

body.home footer .footer {
  display: block;
  padding: 0;
  background: var(--gs-blue);
  color: #fff;
}

body.home .footer__top {
  padding: 80px 0 52px;
}

body.home .footer__top .grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr;
  gap: 48px;
}

body.home .footer__top__text,
body.home .footer__social {
  margin: 8px 0;
  color: #fff;
  font-size: 13px;
}

body.home .footer-links {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

body.home .footer a {
  color: #fff;
}

body.home .footer__bottom {
  padding: 28px 0 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

body.home .footer-bottom-row {
  display: flex;
  justify-content: space-between;
  gap: 32px;
  align-items: center;
  color: #fff;
  font-size: 12px;
}

body.home .footer__menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 20px;
}

@media (max-width: 1100px) {
  #header.header-2 .cus-tp-rating-area,
  #header.header-2 .search-icon {
    display: none;
  }

  #header.header-2 .menu__nav {
    gap: 12px;
  }

  #header.header-2 .menu__nav a {
    font-size: 12px;
  }
}

@media (max-width: 860px) {
  #header.header-2 .menu-items,
  #header.header-2 .menu__phone {
    display: none;
  }

  #header.header-2 .button-menu-mobile {
    display: block;
    width: 34px;
    height: 34px;
    border: 0;
    background: transparent;
    cursor: pointer;
  }

  #header.header-2 .button-menu-mobile::before,
  #header.header-2 .button-menu-mobile::after {
    content: "";
    display: block;
    width: 26px;
    height: 2px;
    margin: 8px auto;
    background: #fff;
  }

  .offcanvas-area.active {
    position: fixed;
    inset: 0;
    z-index: 80;
    display: block;
    background: rgba(0, 0, 0, 0.42);
  }

  .offcanvas-inner {
    width: min(320px, 86vw);
    height: 100%;
    margin-left: auto;
    padding: 72px 28px;
    background: #fff;
  }

  .offcanvas-nav .menu {
    display: flex;
    flex-direction: column;
    gap: 22px;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .offcanvas-nav a {
    color: var(--gs-blue);
    font-weight: 800;
  }

  .offc-close-btn {
    position: absolute;
    top: 22px;
    right: 22px;
    width: 34px;
    height: 34px;
    border: 0;
    background: transparent;
  }

  .offc-close-btn::before,
  .offc-close-btn::after {
    content: "";
    position: absolute;
    left: 6px;
    top: 16px;
    width: 22px;
    height: 2px;
    background: var(--gs-blue);
  }

  .offc-close-btn::before {
    transform: rotate(45deg);
  }

  .offc-close-btn::after {
    transform: rotate(-45deg);
  }

  body.home .site-head {
    padding-top: 130px;
    padding-bottom: 70px;
  }

  body.home .search-head {
    position: relative;
    left: auto;
    bottom: auto;
    width: 100%;
    margin: 42px auto 0;
    transform: none;
  }

  body.home .search-base {
    height: auto;
    flex-direction: column;
  }

  body.home .search-base__input,
  body.home .search-base__button {
    width: 100%;
    border-radius: 5px;
  }

  body.home .row-home-a,
  body.home .row-home-a.flip-content,
  body.home .section-connect__text,
  body.home .section-connect__block-flex,
  body.home .help-support .grid,
  body.home .footer__top .grid {
    grid-template-columns: 1fr;
  }

  body.home .row-home-a.flip-content > div:first-child {
    order: 2;
  }

  body.home .section-checkout__content {
    grid-template-columns: repeat(2, minmax(120px, 1fr));
  }

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

  body.home .footer__menu {
    justify-content: flex-start;
  }
}

@media (max-width: 520px) {
  body.home .container {
    width: min(100% - 24px, 1170px);
  }

  body.home .index-section {
    padding: 58px 0;
  }

  body.home .site-head .title {
    font-size: 31px;
  }

  body.home .slider-reviews {
    grid-auto-columns: 240px;
    gap: 14px;
    padding: 0 16px;
  }

  body.home .section-connect__item {
    min-height: 0;
  }
}

/* Final override for supplied index header */
body:has(#header.header-2) #header.header-2 {
  position: absolute;
  inset: 0 0 auto;
  z-index: 50;
  height: 96px;
  background: #0648ad;
}

body:has(#header.header-2) #header .container {
  width: min(1500px, calc(100% - 96px));
  margin: 0 auto;
}

body:has(#header.header-2) #header .menu {
  min-height: 96px;
  display: grid;
  grid-template-columns: 180px 1fr 250px;
  align-items: start;
  gap: 28px;
  padding-top: 28px;
}

body:has(#header.header-2) #header .logo-2 {
  min-width: 0;
}

body:has(#header.header-2) #header .logo-2 img {
  width: 150px;
  display: block;
}

body:has(#header.header-2) #header .cus-tp-rating-area,
body:has(#header.header-2) #header .search-icon,
body:has(#header.header-2) #header .postcode-area,
body:has(#header.header-2) #header .button-menu-mobile,
body:has(#header.header-2) #header .btn-sidebar-menu {
  display: none;
}

body:has(#header.header-2) #header .menu-items {
  min-width: 0;
  display: flex;
  justify-content: flex-end;
}

body:has(#header.header-2) #header .menu__nav {
  display: flex;
  align-items: center;
  gap: 38px;
  list-style: none;
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

body:has(#header.header-2) #header .menu__nav a {
  color: #fff;
  font-size: 21px;
  line-height: 1.2;
  font-weight: 500;
}

body:has(#header.header-2) #header .menu__phone {
  justify-content: flex-end;
}

body:has(#header.header-2) #header .phone-wrap > div {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}

body:has(#header.header-2) #header .phone-wrap svg {
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
  color: #fff;
}

body:has(#header.header-2) #header .menu__phone__number {
  color: #fff;
  font-size: 29px;
  line-height: 1;
  font-weight: 900;
}

body:has(#header.header-2) #header .menu__phone__text {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  margin: 7px 0 0 32px;
  color: #fff;
  font-size: 16px;
  line-height: 1;
}

body:has(#header.header-2) #header .menu__phone__text::before {
  content: "";
  width: 12px;
  height: 12px;
  flex: 0 0 12px;
  border-radius: 50%;
  background: #ef2738;
}

body:has(#header.header-2) .home-hero {
  min-height: 504px;
  padding-top: 187px;
}

body:has(#header.header-2) .home-hero h1 {
  margin: 0;
  font-size: 54px;
  line-height: 1.28;
}

body:has(#header.header-2) .home-hero p {
  margin: 24px 0 66px;
  font-size: 21px;
}

body:has(#header.header-2) .home-hero .postcode-form {
  top: 0;
}

@media (max-width: 1500px) and (min-width: 1101px) {
  body:has(#header.header-2) #header .container {
    width: min(1320px, calc(100% - 48px));
  }

  body:has(#header.header-2) #header .menu {
    grid-template-columns: 156px 1fr 218px;
    gap: 18px;
  }

  body:has(#header.header-2) #header .menu__nav {
    gap: 22px;
  }

  body:has(#header.header-2) #header .menu__nav a {
    font-size: 17px;
  }

  body:has(#header.header-2) #header .menu__phone__number {
    font-size: 24px;
  }

  body:has(#header.header-2) #header .menu__phone__text {
    font-size: 14px;
  }
}

@media (max-width: 1100px) {
  body:has(#header.header-2) #header.header-2 {
    position: relative;
    height: auto;
  }

  body:has(#header.header-2) #header .container {
    width: min(100% - 24px, 720px);
  }

  body:has(#header.header-2) #header .menu {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 18px 0 12px;
  }

  body:has(#header.header-2) #header .logo-2,
  body:has(#header.header-2) #header .menu__phone {
    justify-content: center;
  }

  body:has(#header.header-2) #header .menu-items {
    justify-content: flex-start;
    overflow-x: auto;
  }

  body:has(#header.header-2) #header .menu__nav {
    gap: 22px;
    padding-bottom: 7px;
  }

  body:has(#header.header-2) #header .menu__nav a {
    font-size: 16px;
  }

  body:has(#header.header-2) #header .menu__phone__number {
    font-size: 23px;
  }

  body:has(#header.header-2) #header .menu__phone__text {
    margin-left: 32px;
    font-size: 13px;
  }

  body:has(#header.header-2) .home-hero {
    min-height: 420px;
    padding-top: 64px;
  }

  body:has(#header.header-2) .home-hero h1 {
    font-size: 35px;
    line-height: 1.15;
  }

  body:has(#header.header-2) .home-hero p {
    margin-bottom: 42px;
    font-size: 17px;
  }
}

/* Header implementation from supplied GoSwitch markup */
#header.header-2 {
  position: absolute;
  inset: 0 0 auto;
  z-index: 30;
  height: 96px;
  background: #0648ad;
  color: #fff;
}

#header .container {
  width: min(1500px, calc(100% - 96px));
  margin: 0 auto;
}

#header .flex {
  display: flex;
}

#header .justify--between {
  justify-content: space-between;
}

#header .align--center {
  align-items: center;
}

#header .menu {
  min-height: 96px;
  align-items: flex-start;
  gap: 24px;
  padding-top: 28px;
  position: relative;
}

#header .logo-2 {
  flex: 0 0 150px;
  align-items: center;
}

#header .logo-2 img {
  display: block;
  width: 150px;
  height: auto;
}

#header .cus-tp-rating-area {
  display: none;
}

#header .menu-items {
  flex: 1 1 auto;
  display: flex;
  justify-content: center;
  min-width: 0;
}

#header .menu__nav {
  list-style: none;
  margin: 0;
  padding: 0;
  align-items: center;
  gap: 38px;
  white-space: nowrap;
}

#header .menu__nav a {
  color: #fff;
  font-size: 21px;
  line-height: 1.2;
  font-weight: 500;
  text-decoration: none;
}

#header .search-icon,
#header .postcode-area,
#header .button-menu-mobile,
#header .btn-sidebar-menu {
  display: none;
}

#header .menu__phone {
  flex: 0 0 auto;
  color: #fff;
}

#header .phone-wrap > div {
  display: flex;
  align-items: center;
  gap: 8px;
}

#header .phone-wrap svg {
  width: 24px;
  height: 24px;
  color: #fff;
}

#header .menu__phone__number {
  color: #fff;
  font-size: 29px;
  line-height: 1;
  font-weight: 900;
}

#header .menu__phone__text {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 7px 0 0 32px;
  color: #fff;
  font-size: 16px;
  line-height: 1;
}

#header .menu__phone__text::before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #ef2738;
}

body:has(#header.header-2) .home-hero {
  min-height: 504px;
  padding-top: 187px;
}

body:has(#header.header-2) .home-hero p {
  margin-bottom: 66px;
}

@media (max-width: 1500px) {
  #header .container {
    width: min(1320px, calc(100% - 48px));
  }

  #header .menu__nav {
    gap: 24px;
  }

  #header .menu__nav a {
    font-size: 17px;
  }

  #header .menu__phone__number {
    font-size: 25px;
  }
}

@media (max-width: 1100px) {
  #header {
    position: relative;
    height: auto;
  }

  #header .menu {
    min-height: 82px;
    flex-wrap: wrap;
    align-items: center;
    padding: 18px 0;
  }

  #header .menu-items {
    order: 4;
    flex-basis: 100%;
    justify-content: flex-start;
    overflow-x: auto;
  }

  #header .menu__nav {
    gap: 24px;
    padding-bottom: 8px;
  }

  body:has(#header.header-2) .home-hero {
    padding-top: 72px;
  }
}

/* Step 1: index header, banner, and search section */
body:has(.home-hero) .site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 10;
  height: 96px;
  background: #0648ad;
}

body:has(.home-hero) .site-header .topbar {
  width: min(1720px, calc(100% - 120px));
  min-height: 96px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-top: 28px;
}

body:has(.home-hero) .site-header .logo {
  color: #fff;
  font-size: 54px;
  line-height: 1;
  font-weight: 900;
  font-style: italic;
  letter-spacing: -1px;
  text-transform: lowercase;
}

body:has(.home-hero) .site-header .logo-mark,
body:has(.home-hero) .site-header .logo-text {
  color: #fff;
}

body:has(.home-hero) .site-header .logo::after {
  content: "*";
  position: relative;
  top: -19px;
  left: -5px;
  font-style: normal;
  font-size: 21px;
}

body:has(.home-hero) .site-header .nav {
  position: absolute;
  left: 52%;
  top: 34px;
  transform: translateX(-50%);
  width: auto;
  min-height: 30px;
  display: flex;
  align-items: center;
  gap: 48px;
  margin: 0;
  padding: 0;
  overflow: visible;
  border: 0;
  font-size: 21px;
  font-weight: 500;
  white-space: nowrap;
}

body:has(.home-hero) .site-header .nav a {
  color: #fff;
}

body:has(.home-hero) .site-header .phone {
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  column-gap: 8px;
  color: #fff;
  font-size: 38px;
  line-height: 1;
  font-weight: 900;
}

body:has(.home-hero) .site-header .phone-icon {
  font-size: 32px;
  transform: rotate(-12deg);
}

body:has(.home-hero) .site-header .phone small {
  grid-column: 2;
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 7px 0 0;
  color: #fff;
  font-size: 21px;
  line-height: 1;
  font-weight: 500;
}

body:has(.home-hero) .site-header .phone small i {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #ef2738;
}

body:has(.home-hero) .home-hero {
  min-height: 504px;
  display: block;
  padding-top: 187px;
  overflow: visible;
  background: #0648ad;
}

body:has(.home-hero) .home-hero-inner {
  width: min(980px, calc(100% - 48px));
  margin: 0 auto;
  display: grid;
  justify-items: center;
  padding: 0;
}

body:has(.home-hero) .home-hero h1 {
  margin: 0;
  color: #fff;
  font-size: 54px;
  line-height: 1.28;
  letter-spacing: 0;
  font-weight: 900;
}

body:has(.home-hero) .home-hero p {
  margin: 24px 0 66px;
  color: #fff;
  font-size: 21px;
  line-height: 1.2;
  font-weight: 500;
}

body:has(.home-hero) .hero-dots {
  width: 114px;
  height: 120px;
  right: calc(50% - 730px);
  top: 188px;
  background-image: radial-gradient(
    rgba(18, 157, 226, 0.9) 3px,
    transparent 3px
  );
  background-size: 18px 18px;
}

body:has(.home-hero) .home-hero .postcode-form {
  width: 960px;
  max-width: calc(100vw - 48px);
  min-height: 112px;
  position: relative;
  top: 0;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 202px;
  align-items: center;
  padding: 14px;
  border-radius: 11px;
  overflow: visible;
  background: #fff;
  box-shadow: 0 22px 38px rgba(7, 29, 72, 0.12);
}

body:has(.home-hero) .home-hero .postcode-form input {
  min-height: 84px;
  padding: 0 36px;
  border: 0;
  color: #17294b;
  font-size: 21px;
}

body:has(.home-hero) .home-hero .postcode-form input::placeholder {
  color: #6f7c87;
  opacity: 1;
}

body:has(.home-hero) .home-hero .postcode-form button {
  width: 202px;
  min-height: 86px;
  border-radius: 6px;
  background: #55b881;
  font-size: 21px;
  font-weight: 900;
}

body:has(.home-hero) .home-hero [data-postcode-message] {
  display: none;
}

body:has(.home-hero) .trust-section {
  padding-top: 70px;
}

@media (max-width: 1180px) {
  body:has(.home-hero) .site-header .topbar {
    width: min(100% - 40px, 1000px);
  }

  body:has(.home-hero) .site-header .nav {
    left: 50%;
    gap: 20px;
    font-size: 16px;
  }

  body:has(.home-hero) .site-header .phone {
    font-size: 22px;
  }

  body:has(.home-hero) .home-hero h1 {
    font-size: 44px;
  }

  body:has(.home-hero) .home-hero {
    min-height: 504px;
    padding-top: 170px;
  }

  body:has(.home-hero) .home-hero p {
    margin-bottom: 58px;
  }
}

@media (max-width: 1500px) and (min-width: 1181px) {
  body:has(.home-hero) .site-header .topbar {
    width: min(1340px, calc(100% - 56px));
  }

  body:has(.home-hero) .site-header .logo {
    font-size: 42px;
  }

  body:has(.home-hero) .site-header .nav {
    left: 50%;
    gap: 26px;
    font-size: 18px;
  }

  body:has(.home-hero) .site-header .phone {
    font-size: 28px;
  }

  body:has(.home-hero) .site-header .phone small {
    font-size: 15px;
  }
}

@media (max-width: 820px) {
  body:has(.home-hero) .site-header {
    position: relative;
    height: auto;
  }

  body:has(.home-hero) .site-header .topbar {
    min-height: 78px;
    align-items: center;
    padding-top: 0;
  }

  body:has(.home-hero) .site-header .logo {
    font-size: 30px;
  }

  body:has(.home-hero) .site-header .nav {
    position: static;
    transform: none;
    width: min(100% - 24px, 960px);
    margin: 0 auto;
    padding-bottom: 12px;
    overflow-x: auto;
    justify-content: flex-start;
  }

  body:has(.home-hero) .site-header .phone {
    font-size: 18px;
  }

  body:has(.home-hero) .site-header .phone small {
    font-size: 12px;
  }

  body:has(.home-hero) .home-hero {
    min-height: 430px;
    padding-top: 64px;
  }

  body:has(.home-hero) .home-hero h1 {
    font-size: 35px;
  }

  body:has(.home-hero) .home-hero p {
    margin-bottom: 44px;
    font-size: 17px;
  }

  body:has(.home-hero) .home-hero .postcode-form {
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 10px;
  }

  body:has(.home-hero) .home-hero .postcode-form input,
  body:has(.home-hero) .home-hero .postcode-form button {
    width: 100%;
    min-height: 58px;
  }
}

/* Visual correction pass based on the supplied original screenshot */
body {
  background: #fff;
}

.site-header {
  position: relative;
  height: 32px;
}

.site-header .topbar {
  width: min(960px, calc(100% - 40px));
  min-height: 32px;
}

.site-header .logo {
  font-size: 12px;
  font-weight: 900;
}

.site-header .phone {
  font-size: 10px;
}

.site-header .nav {
  width: min(600px, calc(100% - 290px));
  min-height: 32px;
  gap: 17px;
  font-size: 8px;
  left: 50%;
  transform: translateX(-50%);
}

.home-hero {
  min-height: 260px;
  padding-top: 10px;
}

.home-hero-inner {
  width: min(520px, calc(100% - 32px));
  padding-bottom: 16px;
}

.home-hero h1 {
  font-size: 34px;
  line-height: 0.98;
  letter-spacing: 0;
}

.home-hero p {
  margin: 13px 0 25px;
  font-size: 10px;
}

.home-hero .postcode-form,
.home-blue-cta .postcode-form {
  width: 470px;
  min-height: 42px;
  border-radius: 2px;
}

.home-hero .postcode-form input,
.home-blue-cta .postcode-form input {
  min-height: 42px;
  padding: 0 18px;
  font-size: 10px;
}

.home-hero .postcode-form button,
.home-blue-cta .postcode-form button {
  width: 118px;
  min-height: 42px;
  font-size: 10px;
}

.home-hero small,
.home-blue-cta small {
  margin-top: 10px;
  font-size: 9px;
}

.hero-dots {
  right: calc(50% - 360px);
  top: 82px;
}

.trust-section {
  padding: 18px 0 72px;
}

.trust-strip {
  width: min(760px, calc(100% - 40px));
  grid-template-columns: repeat(5, 1fr);
  gap: 9px;
}

.trust-strip article {
  min-height: 82px;
  padding: 8px;
  font-size: 8px;
}

.photo-reviews {
  width: min(760px, calc(100% - 40px));
  grid-template-columns: repeat(5, 1fr);
  gap: 8px;
}

.photo-reviews article {
  min-height: 165px;
  border-radius: 3px;
}

.photo-reviews article div {
  font-size: 9px;
}

.home-split {
  width: min(760px, calc(100% - 40px));
  gap: 58px;
  padding: 76px 0;
}

.home-copy h2,
.home-reasons h2,
.home-support h2 {
  font-size: 22px;
  line-height: 1.05;
}

.home-copy p,
.home-reasons p {
  font-size: 10px;
  line-height: 1.72;
}

.home-copy .button-link,
.home-benefits .button-link {
  min-height: 30px;
  padding: 0 18px;
  font-size: 9px;
}

.home-providers {
  padding: 54px 0 62px;
}

.home-providers .providers h2 {
  margin-bottom: 8px;
  font-size: 16px;
}

.home-providers .providers p {
  font-size: 9px;
}

.home-providers .provider-grid {
  width: min(520px, calc(100% - 40px));
  gap: 15px;
}

.home-providers .provider {
  color: #d82716;
  font-size: 11px;
}

.steps {
  width: min(760px, calc(100% - 40px));
  padding: 78px 0 70px;
}

.section-heading h2 {
  font-size: 34px;
  line-height: 1.03;
}

.section-heading p {
  font-size: 10px;
}

.step-grid {
  gap: 17px;
}

.step-grid article,
.reason-grid article {
  min-height: 230px;
  padding: 42px 20px 20px;
  border-radius: 4px;
  background: #f7f9fc;
  box-shadow: 0 16px 32px rgba(14, 42, 80, 0.07);
}

.step-icon,
.card-icon {
  width: 44px;
  height: 44px;
  top: -22px;
  border-radius: 4px;
}

.home-support {
  grid-template-columns: 330px 330px;
  gap: 42px;
  padding: 62px 32px;
}

.home-support img {
  max-height: 245px;
}

.home-reasons {
  width: min(760px, calc(100% - 40px));
  padding: 68px 0 86px;
}

.home-reasons-head {
  gap: 54px;
}

.home-reasons .reason-grid {
  gap: 17px;
}

.home-benefits {
  grid-template-columns: 360px 430px;
  gap: 44px;
  padding: 76px 32px;
}

.home-compare {
  width: min(760px, calc(100% - 40px));
  grid-template-columns: 420px 300px;
  gap: 48px;
  padding: 80px 0;
}

.home-faq {
  padding-top: 62px;
}

.home-faq h2 {
  font-size: 25px;
}

.home-faq details {
  width: min(760px, calc(100% - 40px));
}

.home-blue-cta {
  padding-bottom: 72px;
}

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

.footer {
  grid-template-columns: 280px 560px;
  padding-top: 58px;
}

@media (max-width: 820px) {
  .site-header {
    height: auto;
  }

  .site-header .nav {
    width: min(100% - 24px, 960px);
    transform: none;
  }

  .home-hero h1 {
    font-size: 30px;
  }

  .home-hero .postcode-form,
  .home-blue-cta .postcode-form {
    width: min(100%, 470px);
  }

  .trust-strip,
  .photo-reviews,
  .home-providers .provider-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .home-split,
  .home-support,
  .home-reasons-head,
  .home-benefits,
  .home-compare,
  .footer {
    grid-template-columns: 1fr;
  }
}

/* Final source-page overrides: keep below every legacy generated rule */
body.home {
  overflow-x: hidden !important;
}

body.home #header.header-2 {
  height: auto !important;
  min-height: 85px !important;
  background: #0240ac !important;
}

body.home #header.header-2 .menu {
  display: flex !important;
  align-items: center !important;
  min-height: 85px !important;
  gap: 18px !important;
}

body.home #header.header-2 .menu__nav {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 17px !important;
  min-height: 0 !important;
  overflow: visible !important;
  border: 0 !important;
}

body.home #header.header-2 .menu__nav a {
  color: #fff !important;
  font-size: 13px !important;
  font-weight: 700 !important;
}

body.home #header.header-2 .menu__phone__number,
body.home #header.header-2 .menu__phone__text {
  color: #fff !important;
}

body.home .main {
  display: block !important;
}

body.home .site-head {
  padding-top: 166px !important;
  background: #0240ac !important;
}

body.home .site-head .title,
body.home .site-head .sub-title {
  color: #fff !important;
}

body.home .footer {
  max-width: none !important;
  width: 100% !important;
}

@media (max-width: 1180px) {
  body.home #header.header-2 .cus-tp-rating-area,
  body.home #header.header-2 .search-icon {
    display: none !important;
  }
}

@media (max-width: 960px) {
  body.home #header.header-2 .menu-items,
  body.home #header.header-2 .menu__phone {
    display: none !important;
  }

  body.home #header.header-2 .button-menu-mobile {
    display: block !important;
    width: 34px !important;
    height: 34px !important;
    border: 0 !important;
    background: transparent !important;
  }

  body.home #header.header-2 .button-menu-mobile::before,
  body.home #header.header-2 .button-menu-mobile::after {
    content: "" !important;
    display: block !important;
    width: 26px !important;
    height: 2px !important;
    margin: 8px auto !important;
    background: #fff !important;
  }
}

@media (max-width: 560px) {
  .home-hero .postcode-form,
  .home-blue-cta .postcode-form {
    width: min(100%, 500px);
  }

  .trust-strip {
    display: none;
  }

  .photo-reviews {
    grid-template-columns: 1fr;
  }
}

/* Final precedence pass for the original-style clone */
.site-header {
  height: 43px;
  background: #064aa7;
  box-shadow: none;
}

.site-header .topbar {
  min-height: 43px;
  width: min(980px, calc(100% - 32px));
}

.site-header .logo {
  font-size: 15px;
}

.site-header .logo-mark,
.site-header .logo-text,
.site-header .phone,
.site-header .nav a {
  color: #fff;
}

.site-header .trust {
  display: none;
}

.site-header .phone {
  font-size: 13px;
}

.site-header .nav {
  position: absolute;
  inset: 0 0 auto;
  width: min(610px, calc(100% - 280px));
  min-height: 43px;
  border: 0;
  gap: 18px;
  font-size: 10px;
}

.steps {
  width: min(780px, calc(100% - 32px));
  padding: 80px 0;
}

.home-providers .provider-grid {
  width: min(600px, calc(100% - 32px));
  margin: 0 auto;
  grid-template-columns: repeat(6, 1fr);
}

.home-providers .provider {
  min-height: auto;
  border: 0;
  box-shadow: none;
  background: transparent;
  font-size: 16px;
}

.footer {
  width: 100%;
  max-width: none;
  grid-template-columns: minmax(220px, 330px) minmax(300px, 600px);
  justify-content: center;
  gap: 54px;
  padding: 58px 32px 38px;
  background: #043f8f;
  color: #fff;
}

.footer .logo {
  font-size: 15px;
}

.footer .logo-mark,
.footer .logo-text,
.footer a,
.footer p,
.copyright {
  color: #fff;
}

.footer-links {
  grid-template-columns: repeat(2, minmax(140px, 1fr));
  color: #fff;
  font-size: 12px;
}

.copyright {
  border-color: rgba(255, 255, 255, 0.24);
}

@media (max-width: 820px) {
  .site-header {
    height: auto;
  }

  .site-header .nav {
    position: static;
    width: min(100% - 24px, 980px);
    overflow-x: auto;
    justify-content: flex-start;
  }

  .home-providers .provider-grid,
  .step-grid,
  .home-reasons .reason-grid,
  .trust-strip,
  .photo-reviews {
    grid-template-columns: 1fr;
  }

  .home-split,
  .home-support,
  .home-reasons-head,
  .home-benefits,
  .home-compare,
  .footer {
    grid-template-columns: 1fr;
  }
}

/* Final source-page overrides: keep below every legacy generated rule */
body.home {
  overflow-x: hidden !important;
}

body.home #header.header-2 {
  height: auto !important;
  min-height: 85px !important;
  background: #0240ac !important;
}

body.home #header.header-2 .menu {
  display: flex !important;
  align-items: center !important;
  min-height: 85px !important;
  gap: 18px !important;
}

body.home #header.header-2 .menu__nav {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 17px !important;
  min-height: 0 !important;
  overflow: visible !important;
  border: 0 !important;
}

body.home #header.header-2 .menu__nav a {
  color: #fff !important;
  font-size: 13px !important;
  font-weight: 700 !important;
}

body.home #header.header-2 .menu__phone__number,
body.home #header.header-2 .menu__phone__text {
  color: #fff !important;
}

body.home .main {
  display: block !important;
}

body.home .site-head {
  padding-top: 166px !important;
  background: #0240ac !important;
}

body.home .site-head .title,
body.home .site-head .sub-title {
  color: #fff !important;
}

body.home .footer {
  max-width: none !important;
  width: 100% !important;
}

@media (max-width: 1180px) {
  body.home #header.header-2 .cus-tp-rating-area,
  body.home #header.header-2 .search-icon {
    display: none !important;
  }
}

@media (max-width: 960px) {
  body.home #header.header-2 .menu-items,
  body.home #header.header-2 .menu__phone {
    display: none !important;
  }

  body.home #header.header-2 .button-menu-mobile {
    display: block !important;
    width: 34px !important;
    height: 34px !important;
    border: 0 !important;
    background: transparent !important;
  }

  body.home #header.header-2 .button-menu-mobile::before,
  body.home #header.header-2 .button-menu-mobile::after {
    content: "" !important;
    display: block !important;
    width: 26px !important;
    height: 2px !important;
    margin: 8px auto !important;
    background: #fff !important;
  }

  body.home #header.header-2 .button-menu-mobile::after {
    display: none !important;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, Arial, sans-serif;
  color: var(--ink);
  background: var(--white);
  line-height: 1.6;
}

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

img,
svg {
  max-width: 100%;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 6px 20px rgba(5, 35, 75, 0.08);
}

.topbar,
.nav,
section,
.footer {
  width: 100%;
  margin: 0 auto;
}

.topbar {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.logo {
  display: inline-flex;
  align-items: baseline;
  font-size: 32px;
  font-weight: 900;
  letter-spacing: 0;
}

.logo-mark {
  color: var(--green);
}

.logo-text {
  color: var(--blue);
}

.trust {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #243d60;
}

.stars {
  display: inline-flex;
  align-items: center;
  height: 24px;
  padding: 0 7px;
  border-radius: 2px;
  color: var(--white);
  background: #00b67a;
  font-size: 12px;
  letter-spacing: 1px;
}

.phone {
  font-size: 24px;
  font-weight: 800;
  color: var(--blue);
}

.nav {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 34px;
  border-top: 1px solid var(--line);
  font-weight: 700;
  font-size: 15px;
  color: #203e66;
}

.nav a:hover,
.footer-links a:hover {
  color: var(--green);
}

.hero {
  width: 100%;
  background: linear-gradient(105deg, #083b86 0%, #036eb7 54%, #17b7df 100%);
  color: var(--white);
  overflow: hidden;
}

.hero-inner {
  width: min(1180px, calc(100% - 32px));
  min-height: 610px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  align-items: center;
  gap: 24px;
  position: relative;
}

.hero-copy {
  padding: 76px 0 92px;
  position: relative;
  z-index: 2;
}

.hero h1 {
  max-width: 650px;
  margin: 0 0 20px;
  font-size: clamp(42px, 5vw, 72px);
  line-height: 1.04;
  letter-spacing: 0;
  font-weight: 900;
}

.hero p {
  margin: 0 0 28px;
  font-size: 22px;
  font-weight: 700;
}

.postcode-form {
  display: flex;
  width: min(100%, 550px);
  min-height: 62px;
  background: var(--white);
  border-radius: 7px;
  box-shadow: 0 18px 42px rgba(5, 32, 70, 0.18);
  overflow: hidden;
}

.postcode-form input {
  flex: 1;
  min-width: 0;
  border: 0;
  padding: 0 22px;
  font: inherit;
  color: var(--ink);
  outline: none;
}

.postcode-form button,
.button-link {
  border: 0;
  background: var(--green);
  color: var(--white);
  font: inherit;
  font-weight: 800;
  padding: 0 30px;
  cursor: pointer;
  white-space: nowrap;
}

.postcode-form button:hover,
.button-link:hover {
  background: #69ad34;
}

small {
  display: block;
  margin-top: 11px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.85);
}

.review-link {
  display: inline-flex;
  margin-top: 32px;
  font-weight: 700;
  color: var(--white);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.hero-art {
  min-height: 520px;
  position: relative;
}

.hero-blob {
  position: absolute;
  inset: 34px -50px 10px 10px;
  border-radius: 42% 58% 45% 55%;
  background: linear-gradient(
    150deg,
    rgba(255, 255, 255, 0.98),
    rgba(226, 247, 255, 0.88)
  );
  box-shadow: inset 0 -24px 0 rgba(121, 191, 67, 0.16);
}

.hero-blob::before {
  content: "";
  position: absolute;
  width: 400px;
  height: 400px;
  right: -30px;
  top: 74px;
  border-radius: 50%;
  background: rgba(164, 207, 58, 0.26);
}

.person {
  position: absolute;
  width: 310px;
  height: 430px;
  right: 150px;
  bottom: 10px;
}

.head {
  position: absolute;
  top: 82px;
  left: 108px;
  width: 86px;
  height: 96px;
  border-radius: 45%;
  background: #f4bf88;
}

.hair {
  position: absolute;
  top: 50px;
  left: 91px;
  width: 120px;
  height: 96px;
  border-radius: 58% 42% 46% 54%;
  background: #18365e;
}

.shirt {
  position: absolute;
  left: 70px;
  bottom: 0;
  width: 180px;
  height: 240px;
  border-radius: 46% 46% 0 0;
  background: var(--green);
}

.arm {
  position: absolute;
  top: 220px;
  width: 68px;
  height: 170px;
  border-radius: 34px;
  background: #f0b57e;
}

.arm.left {
  left: 30px;
  transform: rotate(28deg);
}

.arm.right {
  right: 16px;
  transform: rotate(-25deg);
}

.bill-card,
.save-card {
  position: absolute;
  background: var(--white);
  border-radius: 8px;
  box-shadow: 0 18px 34px rgba(4, 33, 73, 0.2);
  color: var(--ink);
}

.bill-card {
  top: 95px;
  left: 48px;
  width: 180px;
  padding: 18px;
}

.bill-card span,
.save-card span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.bill-card strong {
  display: block;
  margin: 10px 0 12px;
  font-size: 40px;
  line-height: 1;
  color: var(--blue);
}

.bill-card i {
  display: block;
  width: 100%;
  height: 12px;
  border-radius: 20px;
  background: linear-gradient(90deg, var(--green) 66%, #dfe8f2 66%);
}

.save-card {
  right: 62px;
  bottom: 84px;
  width: 154px;
  padding: 18px;
}

.save-card strong {
  display: block;
  color: var(--green);
  font-size: 28px;
}

.split-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 74px;
  padding: 92px 0;
}

.split-section.alt {
  padding-top: 54px;
}

.copy-block h2,
.providers h2,
.section-heading h2,
.faq h2,
.final-cta h2,
.support-band h2 {
  margin: 0 0 20px;
  color: var(--blue);
  font-size: clamp(32px, 3.5vw, 50px);
  line-height: 1.12;
  font-weight: 900;
}

.copy-block p,
.section-heading p,
.reasons p,
.content p,
.faq p {
  margin: 0 0 22px;
  color: var(--muted);
  font-size: 17px;
}

.button-link {
  display: inline-flex;
  align-items: center;
  min-height: 52px;
  border-radius: 6px;
}

.image-panel {
  min-height: 390px;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #e7f4fd, #ffffff 58%, #e7f7d9);
  box-shadow: 0 24px 50px rgba(7, 45, 88, 0.12);
}

.people-panel::before,
.people-panel::after,
.support-panel::before,
.meter-panel::before {
  content: "";
  position: absolute;
  border-radius: 50%;
}

.people-panel::before {
  width: 190px;
  height: 190px;
  left: 48px;
  top: 54px;
  background: var(--cyan);
}

.people-panel::after {
  width: 230px;
  height: 230px;
  right: 44px;
  bottom: 35px;
  background: var(--green);
}

.circle-photo {
  position: absolute;
  inset: 54px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.8);
  border: 18px solid rgba(255, 255, 255, 0.55);
}

.mini-person {
  position: absolute;
  bottom: 36px;
  width: 122px;
  height: 168px;
  border-radius: 60px 60px 12px 12px;
}

.mini-person::before {
  content: "";
  position: absolute;
  top: -58px;
  left: 31px;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: #f2bd86;
}

.mini-person.blue {
  left: 76px;
  background: var(--blue);
}

.mini-person.green {
  right: 76px;
  background: var(--green);
}

.providers {
  text-align: center;
  padding: 52px 0 72px;
}

.providers p {
  margin: 0 0 34px;
  color: var(--muted);
  font-weight: 600;
}

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

.provider {
  min-height: 86px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 12px 28px rgba(5, 35, 75, 0.07);
  color: #ef4c23;
  font-size: 22px;
  font-weight: 900;
}

.provider span {
  color: var(--blue);
  font-size: 16px;
}

.provider.agl {
  color: #ed1c24;
  font-size: 31px;
}

.provider.dodo {
  color: #f58220;
  font-size: 30px;
}

.provider.origin {
  color: #f26b21;
}

.provider.ovo {
  color: #4a138c;
  font-size: 31px;
}

.provider.nrg {
  color: #175ea8;
}

.steps,
.reasons,
.faq {
  padding: 74px 0;
}

.section-heading {
  max-width: 880px;
  margin: 0 auto 42px;
  text-align: center;
}

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

.step-grid article,
.reason-grid article {
  min-height: 285px;
  padding: 34px 30px;
  border-radius: 8px;
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: 0 18px 38px rgba(6, 44, 85, 0.08);
}

.step-icon {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--green);
  color: var(--white);
  font-size: 24px;
  font-weight: 900;
  margin-bottom: 22px;
}

h3 {
  margin: 0 0 12px;
  color: var(--blue);
  font-size: 24px;
  line-height: 1.2;
}

.step-grid p,
.reason-grid p {
  margin: 0 0 20px;
  color: var(--muted);
}

.step-grid a,
.reason-grid a {
  color: var(--green);
  font-weight: 800;
}

.support-band {
  width: 100%;
  min-height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(36px, 8vw, 130px);
  padding: 44px 32px;
  color: var(--white);
  background: linear-gradient(105deg, var(--blue-dark), var(--cyan));
}

.support-band span {
  display: block;
  margin-bottom: 8px;
  font-weight: 800;
  color: var(--yellow);
}

.support-band h2 {
  margin: 0;
  color: var(--white);
  font-size: clamp(28px, 3vw, 44px);
}

.support-band a {
  font-size: clamp(30px, 4vw, 54px);
  font-weight: 900;
}

.reasons {
  background: var(--soft);
  width: 100%;
  max-width: none;
}

.reasons > * {
  width: min(1180px, calc(100% - 32px));
  margin-left: auto;
  margin-right: auto;
}

.meter-panel {
  background: linear-gradient(140deg, #ddecff, #ffffff 52%, #e7f7d9);
}

.meter {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 270px;
  height: 270px;
  transform: translate(-50%, -50%);
  display: grid;
  place-items: center;
  border: 22px solid var(--white);
  border-radius: 50%;
  background: var(--blue);
  color: var(--white);
  font-size: 58px;
  font-weight: 900;
  box-shadow: 0 22px 40px rgba(7, 45, 88, 0.16);
}

.support-panel {
  background: linear-gradient(145deg, #e9f6ff, #fff, #edf9e3);
}

.headset {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 240px;
  height: 240px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 44px rgba(0, 167, 225, 0.18);
}

.headset::before,
.headset::after {
  content: "";
  position: absolute;
  background: var(--white);
}

.headset::before {
  width: 126px;
  height: 92px;
  left: 57px;
  top: 52px;
  border-radius: 60px 60px 20px 20px;
}

.headset::after {
  width: 116px;
  height: 36px;
  left: 62px;
  bottom: 54px;
  border-radius: 18px;
}

.faq {
  max-width: 880px;
}

.faq h2 {
  text-align: center;
  margin-bottom: 34px;
}

details {
  border-top: 1px solid var(--line);
  padding: 22px 0;
}

details:last-child {
  border-bottom: 1px solid var(--line);
}

summary {
  cursor: pointer;
  color: var(--blue);
  font-size: 21px;
  font-weight: 800;
}

.final-cta {
  width: 100%;
  max-width: none;
  display: grid;
  justify-items: center;
  padding: 72px 32px 82px;
  text-align: center;
  background: var(--green);
}

.final-cta h2 {
  color: var(--white);
}

.final-cta small {
  color: rgba(255, 255, 255, 0.92);
}

.final-cta .postcode-form button {
  background: var(--blue);
}

.footer {
  padding: 54px 0 32px;
}

.footer {
  display: grid;
  grid-template-columns: 1.2fr 1.7fr;
  gap: 48px;
}

.footer p {
  color: var(--muted);
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(160px, 1fr));
  gap: 12px 24px;
  color: #304a70;
  font-weight: 700;
}

.copyright {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  padding-top: 26px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 14px;
}

.local-sitemap {
  width: min(980px, calc(100% - 32px));
  margin: 0 auto;
  padding: 54px 0 80px;
}

.local-sitemap h1 {
  margin: 28px 0 8px;
  color: var(--blue);
  font-size: clamp(38px, 5vw, 64px);
  line-height: 1.08;
}

.local-sitemap > p {
  color: var(--muted);
  font-size: 18px;
}

.local-sitemap ul {
  list-style: none;
  margin: 34px 0 0;
  padding: 0;
  display: grid;
  gap: 10px;
}

.local-sitemap li {
  display: grid;
  grid-template-columns: minmax(190px, 0.8fr) 1.2fr;
  gap: 18px;
  align-items: center;
  padding: 16px 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.local-sitemap li a {
  color: var(--blue);
  font-weight: 900;
}

.local-sitemap li span {
  color: var(--muted);
}

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

  .nav {
    overflow-x: auto;
    justify-content: flex-start;
    gap: 22px;
    padding-bottom: 6px;
  }

  .hero-inner,
  .split-section,
  .footer {
    grid-template-columns: 1fr;
  }

  .hero-inner {
    min-height: auto;
  }

  .hero-copy {
    padding-bottom: 26px;
  }

  .hero-art {
    min-height: 430px;
  }

  .hero-blob {
    inset: 10px 0 24px;
  }

  .provider-grid,
  .step-grid,
  .reason-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .support-band {
    flex-direction: column;
    text-align: center;
  }
}

@media (max-width: 640px) {
  .topbar,
  .nav,
  section,
  .footer,
  .hero-inner,
  .reasons > * {
    width: min(100% - 0, 1180px);
  }

  .trust {
    flex-wrap: wrap;
    justify-content: center;
  }

  .logo {
    font-size: 30px;
  }

  .phone {
    font-size: 20px;
  }

  .nav {
    min-height: 44px;
    font-size: 14px;
  }

  .hero-copy {
    padding-top: 58px;
  }

  .hero h1 {
    font-size: 39px;
  }

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

  .postcode-form {
    flex-direction: column;
  }

  .postcode-form input {
    min-height: 58px;
  }

  .postcode-form button {
    min-height: 56px;
  }

  .hero-art {
    min-height: 350px;
  }

  .person {
    right: 38px;
    transform: scale(0.78);
    transform-origin: bottom right;
  }

  .bill-card {
    left: 22px;
    top: 52px;
    width: 150px;
  }

  .save-card {
    right: 24px;
    bottom: 52px;
  }

  .split-section,
  .steps,
  .reasons,
  .faq {
    padding: 56px 0;
  }

  .provider-grid,
  .step-grid,
  .reason-grid,
  .footer-links {
    grid-template-columns: 1fr;
  }

  .local-sitemap li {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .image-panel {
    min-height: 320px;
  }

  .circle-photo {
    inset: 34px;
  }

  .mini-person.blue {
    left: 40px;
  }

  .mini-person.green {
    right: 40px;
  }
}

/* Must stay last: original-site homepage styling overrides */
.site-header {
  height: 43px;
  background: #064aa7;
  box-shadow: none;
}

.site-header .topbar {
  min-height: 43px;
  width: min(980px, calc(100% - 32px));
}

.site-header .logo {
  font-size: 15px;
}

.site-header .logo-mark,
.site-header .logo-text,
.site-header .phone,
.site-header .nav a {
  color: #fff;
}

.site-header .trust {
  display: none;
}

.site-header .phone {
  font-size: 13px;
}

.site-header .nav {
  position: absolute;
  inset: 0 0 auto;
  width: min(610px, calc(100% - 280px));
  min-height: 43px;
  border: 0;
  gap: 18px;
  font-size: 10px;
}

.steps {
  width: min(780px, calc(100% - 32px));
  padding: 80px 0;
}

.home-providers .provider-grid {
  width: min(600px, calc(100% - 32px));
  margin: 0 auto;
  grid-template-columns: repeat(6, 1fr);
}

.home-providers .provider {
  min-height: auto;
  border: 0;
  box-shadow: none;
  background: transparent;
  font-size: 16px;
}

.footer {
  width: 100%;
  max-width: none;
  grid-template-columns: minmax(220px, 330px) minmax(300px, 600px);
  justify-content: center;
  gap: 54px;
  padding: 58px 32px 38px;
  background: #043f8f;
  color: #fff;
}

.footer .logo {
  font-size: 15px;
}

.footer .logo-mark,
.footer .logo-text,
.footer a,
.footer p,
.copyright {
  color: #fff;
}

.footer-links {
  grid-template-columns: repeat(2, minmax(140px, 1fr));
  color: #fff;
  font-size: 12px;
}

.copyright {
  border-color: rgba(255, 255, 255, 0.24);
}

.flex.align--center.phone-wrap.header2-phone {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 40px auto 0;
  position: relative;
}

.flex.align--center.phone-wrap.header2-phone .menu__phone__text::before {
  content: "";
  width: 12px;
  height: 12px;
  flex: 0 0 12px;
  border-radius: 50%;
  background: #ef2738;
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 820px) {
  .site-header {
    height: auto;
  }

  .site-header .nav {
    position: static;
    width: min(100% - 24px, 980px);
    overflow-x: auto;
    justify-content: flex-start;
  }

  .home-providers .provider-grid,
  .step-grid,
  .home-reasons .reason-grid,
  .trust-strip,
  .photo-reviews {
    grid-template-columns: 1fr;
  }

  .home-split,
  .home-support,
  .home-reasons-head,
  .home-benefits,
  .home-compare,
  .footer {
    grid-template-columns: 1fr;
  }
}
