:root {
  --brand-blue: #015fc9;
  --ink: #16243d;
  --muted: #6d7c90;
  --panel: #f2f5f9;
  --line: #e8edf4;
  --soft-bg: #f7f9fd;
  --accent-red: #ff6f79;
  --hero-light: #f2f5f9;
  --white: #ffffff;
  --wide-shell: 1380px;
}

* {
  box-sizing: border-box;
}

html,
body {
  min-height: 100%;
}

body {
  margin: 0;
  font-family: "DM Sans", sans-serif;
  background: var(--white);
  color: var(--ink);
}

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

.site-header {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--white);
}

.site-header__inner {
  width: min(var(--wide-shell), calc(100% - 64px));
  min-height: 112px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

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

.brand__mark {
  width: 76px;
  height: 76px;
  display: inline-flex;
  flex: 0 0 auto;
  background: url("assets/logo.png") center / contain no-repeat;
}

.brand__name {
  font-size: 2.12rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.04em;
  color: var(--brand-blue);
  white-space: nowrap;
}

.nav-toggle {
  display: none;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 0;
  border-radius: 12px;
  background: var(--panel);
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 4px auto;
  background: var(--brand-blue);
  border-radius: 999px;
}

.header-panel {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 24px;
  flex: 1 1 auto;
}

.menu-shell {
  min-height: 56px;
  margin-right: 20px;
  padding: 8px 15px 8px 18px;
  border-radius: 12px;
  background: var(--panel);
  display: flex;
  align-items: center;
  gap: 2px;
}

.menu-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 16px;
  font-size: 1rem;
  font-weight: 500;
  color: #66778d;
  white-space: nowrap;
}

.menu-link--active {
  color: var(--brand-blue);
}

.menu-arrow {
  width: 12px;
  height: 12px;
  display: inline-flex;
}

.menu-arrow svg {
  width: 100%;
  height: 100%;
  display: block;
}

.menu-arrow path {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.menu-actions {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding-left: 18px;
}

.search-button {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  background: var(--brand-blue);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
}

.search-button svg {
  width: 21px;
  height: 21px;
  display: block;
}

.search-button circle,
.search-button path {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.4;
}

.quote-button {
  min-width: 146px;
  padding: 14px 26px;
  border-radius: 12px;
  background: var(--brand-blue);
  color: var(--white);
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
}

.call-card {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  flex: 0 0 auto;
}

.call-card__icon {
  width: 58px;
  height: 58px;
  display: inline-flex;
  color: var(--brand-blue);
}

.call-card__icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.call-card__icon circle {
  fill: #f2f5f9;
}

.call-card__icon path:first-of-type {
  fill: var(--brand-blue);
  stroke: none;
}

.call-card__icon path:last-of-type,
.call-card__icon path:nth-of-type(2) {
  fill: none;
  stroke: #19c0f3;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 3;
}

.call-card__copy {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.call-card__label {
  font-size: 1rem;
  font-weight: 400;
  color: #7a8796;
}

.call-card__number {
  font-size: 1rem;
  font-weight: 500;
  color: var(--ink);
}

.hero-banner {
  background: var(--brand-blue);
  overflow: hidden;
}

.hero-banner__inner {
  width: 100%;
  max-width: none;
  min-height: 790px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.84fr) minmax(520px, 1.16fr);
  align-items: center;
  gap: 24px;
  padding: 28px 0 52px max(32px, calc((100vw - var(--wide-shell)) / 2));
}

.hero-banner__content {
  max-width: 620px;
  color: var(--white);
}

.hero-banner__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 28px;
  padding: 10px 20px;
  border: 1px solid rgba(184, 211, 255, 0.92);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 14px 30px rgba(7, 51, 109, 0.12);
  color: var(--brand-blue);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-transform: none;
}

.hero-banner__eyebrow span[aria-hidden="true"] {
  color: #7caeff;
  font-weight: 600;
}

.hero-banner__title {
  margin: 0;
  font-size: clamp(4rem, 6vw, 6.4rem);
  line-height: 1.03;
  letter-spacing: -0.055em;
  font-weight: 800;
}

.hero-banner__description {
  max-width: 780px;
  margin: 28px 0 0;
  font-size: clamp(1rem, 1.2vw, 1.2rem);
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.95);
}

.hero-banner__actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 42px;
}

.hero-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-width: 225px;
  padding: 18px 34px;
  border-radius: 18px;
  font-size: 1.15rem;
  font-weight: 700;
  white-space: nowrap;
}

.hero-cta--light {
  background: var(--hero-light);
  color: var(--brand-blue);
}

.hero-cta--dark {
  background: #d6e4ff;
  color: #0c2e63;
}

.hero-cta__icon {
  width: 28px;
  height: 28px;
  display: inline-flex;
}

.hero-cta__icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.hero-cta__icon circle {
  fill: var(--brand-blue);
}

.hero-cta__icon path {
  fill: var(--white);
}

.hero-banner__visual {
  width: 100%;
  min-height: 580px;
  margin-left: 0;
  border-radius: 36px 0 0 36px;
  background: url("assets/hero4.png") center center / cover no-repeat;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.14);
}

.partners-section {
  padding: 86px 0 34px;
  background: var(--white);
  overflow: hidden;
}

.partners-section__inner {
  width: min(1300px, calc(100% - 64px));
  margin: 0 auto;
}

.partners-section__intro {
  max-width: 920px;
  margin: 0 auto 54px;
  text-align: center;
}

.partners-section__eyebrow {
  margin: 0 0 18px;
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--brand-blue);
  text-transform: uppercase;
}

.partners-section__title {
  margin: 0;
  font-size: clamp(2.25rem, 3.2vw, 3.5rem);
  line-height: 1.12;
  letter-spacing: -0.05em;
}

.partners-section__description {
  max-width: 840px;
  margin: 22px auto 0;
  font-size: 1.15rem;
  line-height: 1.75;
  color: #7c8796;
}

.partners-marquee {
  position: relative;
  display: grid;
  gap: 22px;
}

.partners-marquee::before,
.partners-marquee::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 72px;
  z-index: 2;
  pointer-events: none;
}

.partners-marquee::before {
  left: 0;
  background: linear-gradient(90deg, var(--white) 0%, rgba(255, 255, 255, 0) 100%);
}

.partners-marquee::after {
  right: 0;
  background: linear-gradient(270deg, var(--white) 0%, rgba(255, 255, 255, 0) 100%);
}

.partners-row {
  overflow: hidden;
}

.partners-track {
  display: flex;
  width: max-content;
  gap: 22px;
  animation: partners-scroll-left 34s linear infinite;
}

.partners-row--right .partners-track {
  animation-name: partners-scroll-right;
  animation-duration: 32s;
}

.company-logo {
  position: relative;
  width: 168px;
  height: 72px;
  flex: 0 0 auto;
  border: 1px solid #e7edf6;
  border-radius: 14px;
  background: var(--white);
  box-shadow: 0 10px 22px rgba(22, 36, 61, 0.06);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.company-logo__img {
  display: none;
  max-width: 74%;
  max-height: 34px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.company-logo__fallback {
  font-size: 1rem;
  font-weight: 700;
  color: #748299;
}

.company-logo.has-image .company-logo__fallback {
  display: none;
}

@keyframes partners-scroll-left {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@keyframes partners-scroll-right {
  from {
    transform: translateX(-50%);
  }

  to {
    transform: translateX(0);
  }
}

.services-section {
  background: var(--soft-bg);
  padding: 104px 0 118px;
}

.services-section__inner {
  width: min(1300px, calc(100% - 64px));
  margin: 0 auto;
}

.services-section__intro {
  max-width: 980px;
  margin: 0 auto 72px;
  text-align: center;
}

.services-section__eyebrow {
  margin: 0 0 18px;
  font-size: 1.35rem;
  font-weight: 500;
  color: var(--brand-blue);
}

.services-section__title {
  max-width: 900px;
  margin: 0 auto;
  font-size: clamp(2.45rem, 3.5vw, 3.7rem);
  line-height: 1.12;
  letter-spacing: -0.05em;
}

.services-section__description {
  max-width: 900px;
  margin: 26px auto 0;
  font-size: 1.25rem;
  line-height: 1.8;
  color: #7c8796;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  column-gap: 24px;
  row-gap: 48px;
}

.services-section__actions {
  display: flex;
  justify-content: center;
  margin-top: 42px;
}

.services-section__toggle {
  min-width: 180px;
  padding: 16px 28px;
  border: 0;
  border-radius: 999px;
  background: var(--brand-blue);
  color: var(--white);
  font: inherit;
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background-color 180ms ease;
}

.services-section__toggle:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 24px rgba(1, 95, 201, 0.18);
}

.service-card {
  position: relative;
  min-height: 100%;
  padding: 94px 26px 24px;
  border-radius: 14px;
  background: var(--white);
  box-shadow: 0 1px 0 rgba(22, 36, 61, 0.04);
  transition:
    background-color 180ms ease,
    transform 160ms ease,
    box-shadow 160ms ease,
    color 180ms ease;
}

.service-card:hover {
  background: var(--brand-blue);
  transform: translateY(-1px);
  box-shadow: 0 8px 16px rgba(1, 95, 201, 0.12);
}

.service-card__icon {
  position: absolute;
  top: -26px;
  left: 24px;
  width: 100px;
  height: 96px;
  border-radius: 12px;
  background: var(--white);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--brand-blue);
  box-shadow: 0 10px 22px rgba(22, 36, 61, 0.06);
  transition:
    background-color 180ms ease,
    color 180ms ease,
    box-shadow 180ms ease;
}

.service-card__icon svg {
  width: 46px;
  height: 46px;
  display: block;
}

.service-card__icon path {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.6;
}

.service-card__title {
  margin: 0 0 18px;
  font-size: 1.55rem;
  line-height: 1.2;
  letter-spacing: -0.03em;
  transition: color 180ms ease;
}

.service-card__text {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.65;
  color: #738194;
  transition: color 180ms ease;
}

.service-card:hover .service-card__title,
.service-card:hover .service-card__text {
  color: var(--white);
}

.service-card:hover .service-card__icon {
  background: var(--white);
  color: var(--brand-blue);
  box-shadow: 0 8px 16px rgba(4, 25, 65, 0.1);
}

.brands-section {
  padding: 0 0 112px;
  background: var(--white);
}

.brands-section__inner {
  width: min(1300px, calc(100% - 64px));
  margin: 0 auto;
}

.brands-section__intro {
  max-width: 940px;
  margin: 0 auto 54px;
  padding-top: 34px;
  text-align: center;
}

.brands-section__eyebrow {
  margin: 0 0 18px;
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--brand-blue);
  text-transform: uppercase;
}

.brands-section__title {
  margin: 0;
  font-size: clamp(2.25rem, 3.2vw, 3.45rem);
  line-height: 1.12;
  letter-spacing: -0.05em;
}

.brands-section__description {
  max-width: 860px;
  margin: 22px auto 0;
  font-size: 1.15rem;
  line-height: 1.75;
  color: #7c8796;
}

.brands-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid #d7e1ef;
  border-left: 1px solid #d7e1ef;
  background: var(--white);
}

.brand-tile {
  min-height: 136px;
  padding: 28px 20px;
  border-right: 1px solid #d7e1ef;
  border-bottom: 1px solid #d7e1ef;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: var(--white);
}

.brand-tile--pair {
  padding: 24px 20px;
}

.brand-tile__img {
  display: block;
  max-width: 84%;
  max-height: 58px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.brand-tile__img--tres {
  max-width: 70%;
  max-height: 48px;
}

.brand-tile__pair {
  width: min(100%, 260px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.brand-tile--pair .brand-tile__img {
  max-width: 80%;
  max-height: 34px;
}

.coverage-section {
  padding: 104px 0 112px;
  background: var(--white);
}

.coverage-section__inner {
  width: min(1300px, calc(100% - 64px));
  margin: 0 auto;
}

.coverage-section__intro {
  max-width: 980px;
  margin: 0 auto 54px;
  text-align: center;
}

.coverage-section__eyebrow {
  margin: 0 0 18px;
  font-size: 1.35rem;
  font-weight: 500;
  color: var(--brand-blue);
}

.coverage-section__title {
  margin: 0;
  font-size: clamp(2.3rem, 3.4vw, 3.6rem);
  line-height: 1.12;
  letter-spacing: -0.05em;
}

.coverage-section__description {
  max-width: 920px;
  margin: 24px auto 0;
  font-size: 1.18rem;
  line-height: 1.8;
  color: #7c8796;
}

.coverage-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 24px;
}

.coverage-card {
  min-height: 100%;
  padding: 30px 28px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: var(--soft-bg);
  box-shadow: 0 10px 24px rgba(22, 36, 61, 0.04);
}

.coverage-card__title {
  margin: 0;
  font-size: 1.45rem;
  line-height: 1.2;
  letter-spacing: -0.03em;
}

.coverage-card__text {
  margin: 18px 0 0;
  font-size: 1rem;
  line-height: 1.75;
  color: #738194;
}

.coverage-section__supporting {
  max-width: 980px;
  margin: 34px auto 0;
  font-size: 1.06rem;
  line-height: 1.85;
  text-align: center;
  color: #66778d;
}

.about-section {
  padding: 0 0 112px;
  background: var(--soft-bg);
}

.about-section__inner {
  width: min(1300px, calc(100% - 64px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 46px;
}

.about-panel {
  min-height: 100%;
  padding: 48px;
  border-radius: 16px;
  background: var(--white);
}

.about-panel--visual {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.about-section__eyebrow {
  margin: 0 0 18px;
  font-size: 1.35rem;
  font-weight: 500;
  color: var(--brand-blue);
}

.about-section__title {
  margin: 0;
  max-width: 620px;
  font-size: clamp(2.15rem, 3vw, 3.45rem);
  line-height: 1.12;
  letter-spacing: -0.055em;
}

.about-section__text {
  margin: 26px 0 0;
  font-size: 1.05rem;
  line-height: 1.7;
  color: #738194;
}

.about-section__checks {
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 18px;
}

.about-section__checks li {
  position: relative;
  padding-left: 32px;
  font-size: 1.02rem;
  line-height: 1.5;
  color: var(--ink);
}

.about-section__checks li::before {
  content: "";
  position: absolute;
  top: 0.38em;
  left: 0;
  width: 18px;
  height: 10px;
  border-left: 3px solid var(--brand-blue);
  border-bottom: 3px solid var(--brand-blue);
  transform: rotate(-45deg);
}

.about-section__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 240px;
  margin-top: 30px;
  padding: 18px 34px;
  border-radius: 999px;
  background: var(--brand-blue);
  color: var(--white);
  font-size: 1.05rem;
  font-weight: 700;
}

.about-section__image-wrap {
  border-radius: 14px;
  background: var(--panel);
  overflow: hidden;
}

.about-section__image {
  display: block;
  width: 100%;
  height: auto;
}

.about-section__stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.about-stat {
  padding: 22px 18px 18px;
  border-radius: 14px;
  background: var(--panel);
}

.about-stat__value {
  margin: 0;
  font-size: clamp(2.25rem, 3vw, 3rem);
  font-weight: 800;
  line-height: 1;
  color: var(--brand-blue);
  letter-spacing: -0.04em;
}

.about-stat__value span {
  font-size: 0.9em;
}

.about-stat h3 {
  margin: 10px 0 0;
  font-size: 1.1rem;
  line-height: 1.35;
  font-weight: 500;
  color: var(--ink);
}

.offers-section {
  padding: 26px 0 40px;
  background: var(--soft-bg);
}

.offers-section__inner {
  width: min(1300px, calc(100% - 64px));
  margin: 0 auto;
}

.offers-section__card {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 48px;
  border: none;
  border-radius: 24px;
  background: var(--white);
  box-shadow: none;
  text-align: center;
}

.offers-section__eyebrow {
  margin: 0 0 18px;
  font-size: 1.35rem;
  font-weight: 500;
  color: var(--brand-blue);
}

.offers-section__title {
  margin: 0;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  font-size: clamp(2.2rem, 3vw, 3.35rem);
  line-height: 1.12;
  letter-spacing: -0.055em;
}

.offers-section__text {
  max-width: 980px;
  margin: 24px auto 0;
  font-size: 1.08rem;
  line-height: 1.72;
  color: #6e7f95;
}

.reviews-section {
  padding: 110px 0 120px;
  background: var(--white);
}

.reviews-section__inner {
  width: min(1300px, calc(100% - 64px));
  margin: 0 auto;
}

.reviews-section__intro {
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}

.reviews-section__eyebrow {
  margin: 0 0 18px;
  font-size: 1.35rem;
  font-weight: 500;
  color: var(--brand-blue);
}

.reviews-section__title {
  margin: 0;
  font-size: clamp(2.45rem, 3.5vw, 3.7rem);
  line-height: 1.12;
  letter-spacing: -0.05em;
}

.reviews-section__description {
  max-width: 900px;
  margin: 26px auto 0;
  font-size: 1.2rem;
  line-height: 1.7;
  color: #75839a;
}

.reviews-section__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 58px;
}

.reviews-section__label {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  color: #2467de;
}

.reviews-section__meta-stars {
  color: #ffb907;
  letter-spacing: 0.08em;
}

.reviews-section__controls {
  display: inline-flex;
  gap: 12px;
}

.reviews-control {
  width: 48px;
  height: 48px;
  padding: 0;
  border: 1px solid #d7e4ff;
  border-radius: 14px;
  background: var(--white);
  color: #2467de;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition:
    background-color 180ms ease,
    color 180ms ease,
    border-color 180ms ease,
    transform 180ms ease;
}

.reviews-control:hover {
  background: #f4f8ff;
  border-color: #bfd3ff;
  transform: translateY(-1px);
}

.reviews-control svg {
  width: 22px;
  height: 22px;
  display: block;
}

.reviews-control path {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.1;
}

.reviews-track {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 18px;
}

.review-card {
  min-height: 100%;
  padding: 26px 26px 24px;
  border: 1px solid #dfe6f2;
  border-radius: 24px;
  background: var(--white);
}

.review-card__header {
  display: flex;
  align-items: center;
  gap: 14px;
}

.review-card__avatar {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #eef4ff;
  border: 1px solid #d7e4ff;
  color: var(--brand-blue);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.35rem;
  font-weight: 700;
  flex: 0 0 auto;
}

.review-card__author h3 {
  margin: 0;
  font-size: 1.1rem;
  line-height: 1.3;
}

.review-card__author p {
  margin: 6px 0 0;
  font-size: 0.98rem;
  color: #7a8797;
}

.review-card__stars {
  margin: 22px 0 0;
  color: #ffb907;
  font-size: 1.1rem;
  letter-spacing: 0.1em;
}

.review-card__text {
  margin: 16px 0 0;
  font-size: 1rem;
  line-height: 1.75;
  color: #4b5d75;
}

.reviews-section__source {
  margin: 22px 0 0;
  text-align: center;
  font-size: 0.95rem;
  color: #7b8698;
}

.reviews-section__source a {
  color: #2467de;
  font-weight: 600;
}

.location-section {
  padding: 110px 0 120px;
  background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
}

.location-section__inner {
  width: min(1300px, calc(100% - 64px));
  margin: 0 auto;
}

.location-section__intro {
  max-width: 920px;
  margin: 0 auto;
  text-align: center;
}

.location-section__eyebrow {
  margin: 0 0 18px;
  font-size: 1.35rem;
  font-weight: 500;
  color: var(--brand-blue);
}

.location-section__title {
  margin: 0;
  font-size: clamp(2.45rem, 3.5vw, 3.8rem);
  line-height: 1.12;
  letter-spacing: -0.05em;
}

.location-section__description {
  max-width: 860px;
  margin: 24px auto 0;
  font-size: 1.18rem;
  line-height: 1.7;
  color: #708096;
}

.location-section__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 24px;
  margin-top: 56px;
}

.location-card,
.location-map {
  min-height: 100%;
  border: 1px solid #d8e4f5;
  border-radius: 24px;
  background: var(--white);
  box-shadow: 0 24px 55px rgba(46, 69, 112, 0.08);
}

.location-card {
  padding: 30px 24px 26px;
}

.location-card__title {
  margin: 0;
  font-size: clamp(1.9rem, 2.4vw, 2.3rem);
  line-height: 1.15;
  letter-spacing: -0.04em;
}

.location-card__text {
  margin: 16px 0 0;
  font-size: 1.08rem;
  line-height: 1.7;
  color: #6e7f95;
}

.location-card__address {
  margin-top: 24px;
  padding: 22px 20px;
  border: 1px solid #d9e6f8;
  border-radius: 18px;
  background: #fbfcff;
}

.location-card__label {
  margin: 0;
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #2467de;
}

.location-card__divider {
  width: 100%;
  height: 1px;
  margin: 14px 0 16px;
  background: rgba(36, 103, 222, 0.35);
}

.location-card__detail {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 12px;
}

.location-card__address-line {
  margin: 10px 0 0;
  font-size: 1.02rem;
  line-height: 1.6;
  color: #29466f;
}

.location-card__detail .location-card__address-line {
  margin: 0;
}

.location-card__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 56px;
  margin-top: 24px;
  padding: 16px 24px;
  border-radius: 16px;
  background: var(--brand-blue);
  color: var(--white);
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
}

.location-map {
  padding: 12px;
}

.location-map__frame {
  display: block;
  width: 100%;
  min-height: 420px;
  border: 0;
  border-radius: 20px;
  margin-top: 0;
}

.faq-section {
  padding: 104px 0 112px;
  background: var(--white);
}

.faq-section__inner {
  width: min(1300px, calc(100% - 64px));
  margin: 0 auto;
}

.faq-section__intro {
  max-width: 980px;
  margin: 0 auto 54px;
  text-align: center;
}

.faq-section__eyebrow {
  margin: 0 0 18px;
  font-size: 1.35rem;
  font-weight: 500;
  color: var(--brand-blue);
}

.faq-section__title {
  margin: 0;
  font-size: clamp(2.3rem, 3.4vw, 3.6rem);
  line-height: 1.12;
  letter-spacing: -0.05em;
}

.faq-section__description {
  max-width: 900px;
  margin: 24px auto 0;
  font-size: 1.18rem;
  line-height: 1.8;
  color: #7c8796;
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
}

.faq-card {
  min-height: 100%;
  padding: 30px 28px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: var(--soft-bg);
}

.faq-card__title {
  margin: 0;
  font-size: 1.3rem;
  line-height: 1.35;
  letter-spacing: -0.03em;
}

.faq-card__text {
  margin: 16px 0 0;
  font-size: 1rem;
  line-height: 1.75;
  color: #738194;
}

.contact-section {
  padding: 110px 0 120px;
  background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
}

.contact-section__inner {
  width: min(1300px, calc(100% - 64px));
  margin: 0 auto;
}

.contact-section__intro {
  max-width: 920px;
  margin: 0 auto;
  text-align: center;
}

.contact-section__eyebrow {
  margin: 0 0 18px;
  font-size: 1.35rem;
  font-weight: 500;
  color: var(--brand-blue);
}

.contact-section__title {
  margin: 0;
  font-size: clamp(2.7rem, 4vw, 4.2rem);
  line-height: 1.08;
  letter-spacing: -0.05em;
}

.contact-section__description {
  max-width: 860px;
  margin: 24px auto 0;
  font-size: 1.25rem;
  line-height: 1.65;
  color: #667890;
}

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

.contact-extra {
  margin-top: 24px;
}

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

.contact-extra__column {
  min-width: 0;
}

.contact-panel {
  min-height: 100%;
  border: 1px solid #d8e4f5;
  border-radius: 24px;
  background: var(--white);
  box-shadow: 0 24px 55px rgba(46, 69, 112, 0.08);
}

.contact-panel--info {
  padding: 30px 24px 26px;
}

.contact-panel--extra {
  padding: 28px 24px 26px;
}

.contact-panel__title {
  margin: 0;
  font-size: clamp(2rem, 2.5vw, 2.4rem);
  line-height: 1.15;
  letter-spacing: -0.04em;
}

.contact-panel__text {
  max-width: 520px;
  margin: 16px 0 0;
  font-size: 1.1rem;
  line-height: 1.7;
  color: #6e7f95;
}

.contact-panel__list {
  display: grid;
  gap: 14px;
  margin-top: 22px;
}

.contact-extra__content .contact-panel__list {
  margin-top: 0;
}

.contact-panel__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 16px 18px;
  border: 1px solid #d9e6f8;
  border-radius: 16px;
  background: #fbfcff;
}

.contact-panel--extra .contact-panel__item {
  align-items: flex-start;
}

.contact-panel__list--vertical .contact-panel__item {
  flex-direction: column;
  align-items: flex-start;
}

.contact-panel__list--vertical .contact-panel__value {
  text-align: left;
}

.contact-panel__label {
  font-size: 1rem;
  font-weight: 700;
  color: #29466f;
}

.contact-panel__value {
  font-size: 1rem;
  font-weight: 700;
  color: #2d6df3;
  text-align: right;
}

.contact-panel--visual {
  padding: 12px;
}

.contact-visual {
  position: relative;
  min-height: 370px;
  border-radius: 20px;
  background: #eef3fa;
  overflow: hidden;
}

.contact-visual::after {
  content: "";
  position: absolute;
  inset: 18px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: linear-gradient(180deg, rgba(1, 95, 201, 0.06), rgba(1, 95, 201, 0));
  pointer-events: none;
}

.contact-visual__image {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 370px;
  object-fit: cover;
  object-position: center;
}

body.cookies-panel-open {
  overflow: hidden;
}

.cookie-consent {
  position: fixed;
  right: 12px;
  bottom: 12px;
  width: min(470px, calc(100vw - 24px));
  z-index: 80;
  pointer-events: none;
}

.cookie-consent__inner {
  width: 100%;
  margin-left: 0;
  padding: 20px 22px 18px;
  border: 2px solid #d9d9d9;
  border-radius: 16px;
  background: #ffffff;
  color: var(--ink);
  box-shadow: 0 8px 20px rgba(7, 18, 35, 0.08);
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 14px;
  pointer-events: auto;
}

.cookie-consent__top {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.cookie-consent__icon {
  width: 40px;
  height: 40px;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #111111;
}

.cookie-consent__icon svg {
  width: 32px;
  height: 32px;
  display: block;
}

.cookie-consent__icon path,
.cookie-consent__icon circle {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.cookie-consent__copy {
  flex: 1 1 auto;
}

.cookie-panel__eyebrow {
  margin: 0 0 8px;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(1, 95, 201, 0.72);
}

.cookie-consent__title {
  margin: 0;
  max-width: 340px;
  font-size: clamp(1.2rem, 1.8vw, 1.55rem);
  line-height: 1.16;
  letter-spacing: -0.04em;
  color: #111111;
}

.cookie-panel__title {
  margin: 0;
  font-size: 1rem;
  line-height: 1.25;
  letter-spacing: -0.02em;
  color: var(--ink);
}

.cookie-consent__text {
  margin: 14px 0 0;
  max-width: 340px;
  font-size: 0.78rem;
  line-height: 1.5;
  color: #6a6a6a;
}

.cookie-panel__text {
  margin-top: 8px;
  max-width: none;
  font-size: 0.88rem;
  line-height: 1.55;
  color: var(--muted);
}

.cookie-consent__inline-link {
  color: #111111;
  font-weight: 700;
}

.cookie-panel__links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 16px;
  margin-top: 18px;
}

.cookie-panel__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--brand-blue);
  font-size: 0.84rem;
  font-weight: 700;
}

.cookie-panel__link::after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
}

.cookie-consent__actions,
.cookie-panel__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.cookie-consent__actions {
  justify-content: flex-start;
  flex: 0 0 auto;
  width: auto;
  gap: 12px;
  padding-left: 54px;
}

.cookie-consent__button {
  min-height: 34px;
  padding: 0 18px;
  flex: 0 0 auto;
  border-radius: 9px;
  border: 0;
  font: inherit;
  font-size: 0.76rem;
  font-weight: 700;
  cursor: pointer;
  transition:
    transform 180ms ease,
    background-color 180ms ease,
    color 180ms ease,
    box-shadow 180ms ease;
}

.cookie-panel__button {
  min-height: 52px;
  padding: 0 22px;
  border-radius: 14px;
  border: 0;
  font: inherit;
  font-size: 0.98rem;
  font-weight: 700;
  cursor: pointer;
  transition:
    transform 180ms ease,
    background-color 180ms ease,
    color 180ms ease,
    box-shadow 180ms ease;
}

.cookie-consent__button:hover,
.cookie-panel__button:hover {
  transform: translateY(-1px);
}

.cookie-consent__button--primary {
  background: var(--brand-blue);
  color: #ffffff;
  box-shadow: none;
}

.cookie-panel__button--primary {
  background: var(--brand-blue);
  color: var(--white);
  box-shadow: 0 10px 24px rgba(1, 95, 201, 0.2);
}

.cookie-consent__button--secondary {
  background: #e7e7e7;
  color: #111111;
  box-shadow: none;
}

.cookie-panel__button--secondary {
  background: var(--panel);
  color: var(--ink);
  box-shadow: inset 0 0 0 1px rgba(22, 36, 61, 0.08);
}

.cookie-consent__button--ghost {
  background: transparent;
  color: var(--ink);
  box-shadow: inset 0 0 0 1px rgba(22, 36, 61, 0.12);
}

.cookie-panel__button--ghost {
  background: transparent;
  color: var(--ink);
  box-shadow: inset 0 0 0 1px rgba(22, 36, 61, 0.12);
}

.cookie-panel {
  position: fixed;
  inset: 0;
  z-index: 90;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding: 18px;
  pointer-events: none;
}

.cookie-panel__backdrop {
  position: absolute;
  inset: 0;
  background: transparent;
}

.cookie-panel__dialog {
  position: relative;
  width: min(360px, calc(100vw - 24px));
  max-height: min(calc(100vh - 36px), 520px);
  overflow: auto;
  padding: 18px 18px 16px;
  border-radius: 22px;
  background: var(--white);
  box-shadow: 0 20px 52px rgba(11, 26, 49, 0.24);
  pointer-events: auto;
}

.cookie-panel__close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 36px;
  height: 36px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: var(--panel);
  color: var(--ink);
  font-size: 1.35rem;
  cursor: pointer;
}

.cookie-panel__header {
  padding-right: 34px;
}

.cookie-panel__eyebrow {
  margin: 0 0 8px;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(1, 95, 201, 0.72);
}

.cookie-panel__title {
  font-size: 1rem;
  line-height: 1.25;
  letter-spacing: -0.02em;
  color: var(--ink);
}

.cookie-panel__text {
  margin-top: 8px;
  max-width: none;
  font-size: 0.88rem;
  line-height: 1.55;
  color: var(--muted);
}

.cookie-panel__footer {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid var(--line);
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 14px;
  flex-direction: column;
}

.cookie-panel__links {
  gap: 8px 12px;
  margin-top: 0;
}

.cookie-panel__link {
  font-size: 0.84rem;
  color: var(--brand-blue);
}

.site-footer__legal-button {
  padding: 0;
  border: 0;
  background: none;
  font: inherit;
  cursor: pointer;
}

@media (max-width: 960px) {
  .cookie-consent {
    right: 12px;
    bottom: 12px;
    width: min(470px, calc(100vw - 24px));
  }

  .cookie-consent__inner {
    padding: 18px 18px 16px;
  }

  .cookie-consent__actions {
    padding-left: 54px;
  }

  .cookie-panel__dialog {
    width: min(360px, calc(100vw - 28px));
    padding: 18px 18px 16px;
  }

  .cookie-panel__header {
    padding-right: 34px;
  }

  .cookie-panel__footer {
    align-items: stretch;
    flex-direction: column;
  }
}

@media (max-width: 640px) {
  .cookie-consent__actions,
  .cookie-panel__actions {
    width: 100%;
  }

  .cookie-consent {
    right: 12px;
    bottom: 12px;
    width: calc(100vw - 24px);
  }

  .cookie-consent__top {
    gap: 12px;
  }

  .cookie-consent__icon {
    width: 34px;
    height: 34px;
  }

  .cookie-consent__icon svg {
    width: 26px;
    height: 26px;
  }

  .cookie-consent__actions {
    width: 100%;
    gap: 10px;
    padding-left: 0;
  }

  .cookie-consent__button {
    flex: 1 1 calc(50% - 6px);
    width: auto;
    padding: 0 14px;
  }

  .cookie-panel {
    padding: 12px;
  }

  .cookie-panel__dialog {
    width: calc(100vw - 24px);
    max-height: calc(100vh - 24px);
    border-radius: 20px;
    padding: 18px 16px 14px;
  }

  .cookie-panel__close {
    top: 12px;
    right: 12px;
  }
}

.site-footer {
  padding: 72px 0 24px;
  background: var(--brand-blue);
  color: var(--white);
}

.site-footer__inner {
  width: min(1300px, calc(100% - 64px));
  margin: 0 auto;
}

.site-footer__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) repeat(3, minmax(0, 1fr));
  gap: 36px 28px;
  padding-bottom: 34px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.site-footer__column {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.site-footer__column--brand {
  padding-right: 24px;
}

.site-footer__brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
}

.site-footer__brand-mark {
  width: 46px;
  height: 46px;
  display: inline-flex;
  color: var(--white);
  flex: 0 0 auto;
}

.site-footer__brand-mark svg {
  width: 100%;
  height: 100%;
  display: block;
  fill: currentColor;
}

.site-footer__brand-name {
  font-size: 1.95rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.05em;
}

.site-footer__text {
  max-width: 320px;
  margin: 18px 0 0;
  font-size: 1.02rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.82);
}

.site-footer__social {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 16px;
}

.site-footer__social-link {
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition:
    background-color 180ms ease,
    border-color 180ms ease,
    transform 180ms ease;
}

.site-footer__social-link:hover {
  background: rgba(255, 255, 255, 0.18);
  border-color: rgba(255, 255, 255, 0.28);
  transform: translateY(-1px);
}

.site-footer__social-link svg {
  width: 18px;
  height: 18px;
  display: block;
}

.site-footer__social-link path,
.site-footer__social-link circle,
.site-footer__social-link rect {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.site-footer__social-link[aria-label="Facebook"] path {
  fill: currentColor;
  stroke: none;
}

.site-footer__heading {
  margin: 0 0 8px;
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--white);
}

.site-footer__link {
  width: fit-content;
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.75;
  transition:
    color 180ms ease,
    transform 180ms ease;
}

.site-footer__link:hover {
  color: var(--white);
  transform: translateX(2px);
}

.site-footer__contact-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.75;
}

.site-footer__contact-icon {
  width: 20px;
  height: 20px;
  color: rgba(255, 255, 255, 0.9);
  flex: 0 0 auto;
  margin-top: 3px;
}

.site-footer__contact-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.site-footer__contact-icon path,
.site-footer__contact-icon circle {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.site-footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-top: 22px;
}

.site-footer__copyright {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.72);
}

.site-footer__copyright a {
  color: var(--white);
  font-weight: 700;
}

.site-footer__legal {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 18px;
}

.site-footer__legal-link {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.78);
  transition: color 180ms ease;
}

.site-footer__legal-link:hover {
  color: var(--white);
}

@media (max-width: 1200px) {
  .site-header__inner {
    width: min(100% - 40px, 1300px);
    gap: 18px;
  }

  .menu-link {
    padding-inline: 12px;
  }

  .menu-actions {
    padding-left: 10px;
    gap: 10px;
  }

  .call-card__copy {
    display: none;
  }

  .hero-banner__inner {
    width: 100%;
    max-width: none;
    grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
    gap: 20px;
    padding: 28px 0 52px max(20px, calc((100vw - 1300px) / 2));
  }

  .hero-banner__content {
    max-width: 560px;
  }

  .hero-banner__visual {
    min-height: 520px;
    border-radius: 30px 0 0 30px;
  }

  .partners-section__inner {
    width: min(100% - 40px, 1300px);
  }

  .services-section__inner {
    width: min(100% - 40px, 1300px);
  }

  .brands-section__inner {
    width: min(100% - 40px, 1300px);
  }

  .coverage-section__inner {
    width: min(100% - 40px, 1300px);
  }

  .about-section__inner {
    width: min(100% - 40px, 1300px);
  }

  .offers-section__inner {
    width: min(100% - 40px, 1300px);
  }

  .reviews-section__inner {
    width: min(100% - 40px, 1300px);
  }

  .location-section__inner {
    width: min(100% - 40px, 1300px);
  }

  .faq-section__inner {
    width: min(100% - 40px, 1300px);
  }

  .contact-section__inner {
    width: min(100% - 40px, 1300px);
  }

  .site-footer__inner {
    width: min(100% - 40px, 1300px);
  }

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

  .reviews-track {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .site-header__inner {
    min-height: 84px;
    position: relative;
  }

  .nav-toggle {
    display: inline-block;
    flex: 0 0 auto;
  }

  .header-panel {
    position: absolute;
    top: calc(100% + 12px);
    right: 0;
    left: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
    padding-bottom: 16px;
    background: var(--white);
  }

  .header-panel.is-open {
    display: flex;
  }

  .menu-shell {
    margin-right: 0;
    flex-direction: column;
    align-items: stretch;
    padding: 16px;
    gap: 4px;
  }

  .menu-link {
    justify-content: space-between;
    padding: 12px 8px;
  }

  .menu-actions {
    padding: 12px 0 0;
    justify-content: space-between;
  }

  .call-card {
    padding: 8px 4px 0;
  }

  .call-card__copy {
    display: flex;
  }

  .hero-banner__inner {
    width: min(100% - 40px, 1300px);
    max-width: none;
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 34px;
    padding: 78px 0 86px;
  }

  .hero-banner__visual {
    width: 100%;
    margin: 0;
    min-height: 460px;
    border-radius: 28px;
    background-position: center 42%;
  }

  .partners-section {
    padding: 74px 0 26px;
  }

  .services-section {
    padding: 88px 0 94px;
  }

  .coverage-section {
    padding: 88px 0 94px;
  }

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

  .about-section__inner {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .about-panel {
    padding: 36px;
  }

  .offers-section {
    padding: 20px 0 32px;
  }

  .offers-section__card {
    padding: 34px 30px;
  }

  .brands-section {
    padding: 0 0 94px;
  }

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

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

  .reviews-section {
    padding: 88px 0 94px;
  }

  .reviews-section__meta {
    flex-direction: column;
    align-items: flex-start;
  }

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

  .location-section {
    padding: 92px 0 98px;
  }

  .location-section__grid {
    grid-template-columns: 1fr;
  }

  .location-map__frame {
    min-height: 360px;
  }

  .faq-section {
    padding: 88px 0 94px;
  }

  .contact-section {
    padding: 92px 0 98px;
  }

  .contact-section__grid {
    grid-template-columns: 1fr;
  }

  .contact-extra__content {
    grid-template-columns: 1fr;
  }

  .contact-visual {
    min-height: 320px;
  }

  .site-footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .site-footer__column--brand {
    grid-column: span 2;
    padding-right: 0;
  }
}

@media (max-width: 640px) {
  .site-header__inner {
    width: min(100% - 24px, 1300px);
  }

  .brand__mark {
    width: 58px;
    height: 58px;
  }

  .brand__name {
    font-size: 1.6rem;
  }

  .menu-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .search-button,
  .quote-button {
    width: 100%;
  }

  .call-card {
    gap: 12px;
  }

  .call-card__label,
  .call-card__number {
    font-size: 0.95rem;
  }

  .hero-banner__inner {
    width: min(100% - 24px, 1300px);
    padding: 58px 0 70px;
  }

  .partners-section__inner {
    width: min(100% - 24px, 1300px);
  }

  .hero-banner__eyebrow {
    gap: 8px;
    margin-bottom: 18px;
    padding: 9px 16px;
    font-size: 0.92rem;
  }

  .hero-banner__description {
    margin-top: 22px;
    font-size: 0.98rem;
  }

  .hero-banner__actions {
    margin-top: 30px;
  }

  .hero-cta {
    width: 100%;
    min-width: 0;
  }

  .hero-banner__visual {
    min-height: 340px;
    border-radius: 22px;
    background-position: center 44%;
  }

  .partners-marquee::before,
  .partners-marquee::after {
    width: 28px;
  }

  .partners-section__intro {
    margin-bottom: 34px;
  }

  .partners-section__eyebrow {
    margin-bottom: 14px;
    font-size: 0.95rem;
  }

  .partners-section__description {
    margin-top: 18px;
    font-size: 1rem;
    line-height: 1.7;
  }

  .company-logo {
    width: 142px;
    height: 64px;
  }

  .services-section__inner {
    width: min(100% - 24px, 1300px);
  }

  .brands-section__inner {
    width: min(100% - 24px, 1300px);
  }

  .coverage-section__inner {
    width: min(100% - 24px, 1300px);
  }

  .about-section__inner {
    width: min(100% - 24px, 1300px);
  }

  .offers-section__inner {
    width: min(100% - 24px, 1300px);
  }

  .reviews-section__inner {
    width: min(100% - 24px, 1300px);
  }

  .location-section__inner {
    width: min(100% - 24px, 1300px);
  }

  .faq-section__inner {
    width: min(100% - 24px, 1300px);
  }

  .contact-section__inner {
    width: min(100% - 24px, 1300px);
  }

  .site-footer__inner {
    width: min(100% - 24px, 1300px);
  }

  .services-section__intro {
    margin-bottom: 56px;
  }

  .services-section__eyebrow {
    font-size: 1.05rem;
  }

  .services-section__description {
    font-size: 1rem;
    line-height: 1.7;
  }

  .brands-section__intro {
    padding-top: 26px;
    margin-bottom: 44px;
  }

  .brands-section__eyebrow {
    font-size: 1.05rem;
  }

  .brands-section__description {
    font-size: 1rem;
    line-height: 1.7;
  }

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

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

  .service-card {
    padding: 84px 22px 24px;
  }

  .service-card__icon {
    width: 88px;
    height: 84px;
  }

  .service-card__title {
    font-size: 1.35rem;
  }

  .about-panel {
    padding: 28px 22px;
  }

  .coverage-section {
    padding: 72px 0 84px;
  }

  .coverage-section__eyebrow {
    margin-bottom: 14px;
    font-size: 1.05rem;
  }

  .coverage-section__description,
  .coverage-section__supporting {
    font-size: 1rem;
    line-height: 1.7;
  }

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

  .about-section__eyebrow {
    font-size: 1.05rem;
  }

  .about-section__text {
    font-size: 1rem;
  }

  .offers-section__eyebrow {
    font-size: 1.05rem;
  }

  .offers-section__text {
    font-size: 1rem;
  }

  .about-section__button {
    width: 100%;
    min-width: 0;
  }

  .about-section__stats {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .reviews-section__description {
    font-size: 1rem;
    line-height: 1.7;
  }

  .location-section {
    padding: 72px 0 84px;
  }

  .location-section__eyebrow {
    margin-bottom: 14px;
    font-size: 1.05rem;
  }

  .location-section__description {
    font-size: 1rem;
    line-height: 1.7;
  }

  .location-section__grid {
    margin-top: 42px;
  }

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

  .location-card__item {
    flex-direction: column;
    align-items: flex-start;
  }

  .location-card__value {
    text-align: left;
  }

  .location-map__frame {
    min-height: 280px;
  }

  .faq-section {
    padding: 72px 0 84px;
  }

  .faq-section__eyebrow {
    margin-bottom: 14px;
    font-size: 1.05rem;
  }

  .faq-section__description {
    font-size: 1rem;
    line-height: 1.7;
  }

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

  .contact-section {
    padding: 72px 0 84px;
  }

  .contact-section__eyebrow {
    margin-bottom: 14px;
    font-size: 1.05rem;
  }

  .contact-section__description {
    font-size: 1rem;
    line-height: 1.7;
  }

  .contact-section__grid {
    margin-top: 42px;
  }

  .contact-panel--info {
    padding: 26px 22px 22px;
  }

  .contact-panel__item {
    flex-direction: column;
    align-items: flex-start;
  }

  .contact-panel__value {
    text-align: left;
  }

  .contact-visual {
    min-height: 260px;
  }

  .contact-visual__image {
    min-height: 260px;
  }

  .reviews-section__eyebrow {
    font-size: 1.05rem;
  }

  .reviews-section__label {
    flex-wrap: wrap;
    gap: 10px;
    font-size: 0.92rem;
  }

  .reviews-section__controls {
    width: 100%;
  }

  .reviews-control {
    flex: 1 1 0;
  }

  .review-card {
    padding: 22px 20px;
  }

  .site-footer {
    padding: 56px 0 22px;
  }

  .site-footer__grid {
    grid-template-columns: 1fr;
    gap: 32px;
    padding-bottom: 28px;
  }

  .site-footer__column--brand {
    grid-column: auto;
    padding-right: 0;
  }

  .site-footer__brand-name {
    font-size: 1.6rem;
  }

  .site-footer__social {
    gap: 10px;
  }

  .site-footer__bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .site-footer__legal {
    gap: 14px;
    justify-content: flex-start;
  }
}
