@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src:
    url("./assets/fonts/montserrat-500.woff2") format("woff2"),
    url("./assets/fonts/montserrat-500.ttf") format("truetype");
}

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src:
    url("./assets/fonts/montserrat-600.woff2") format("woff2"),
    url("./assets/fonts/montserrat-600.ttf") format("truetype");
}

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src:
    url("./assets/fonts/montserrat-700.woff2") format("woff2"),
    url("./assets/fonts/montserrat-700.ttf") format("truetype");
}

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src:
    url("./assets/fonts/montserrat-800.woff2") format("woff2"),
    url("./assets/fonts/montserrat-800.ttf") format("truetype");
}

:root {
  --header-border: #2e9ac2;
  --text-primary: #5b5e67;
  --text-secondary: #6f727b;
  --accent: #6b287f;
  --accent-soft: #51c55a;
  --surface: #ffffff;
  --header-shell-border: #f0eff2;
  --header-shell-shadow: 0 2px 5px rgba(39, 46, 64, 0.04), 0 14px 34px rgba(39, 46, 64, 0.05);
  --shadow-pill: 0 16px 34px rgba(90, 102, 140, 0.12), 0 3px 10px rgba(90, 102, 140, 0.08);
  --shadow-menu: 0 24px 64px rgba(37, 44, 72, 0.18);
  --masthead-max: 1460px;
  --footer-max: 1660px;
  --gutter: clamp(16px, 2vw, 28px);
  --container-max: var(--masthead-max);
  --header-shell-max: calc(var(--masthead-max) + (var(--gutter) * 2));
}

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

html {
  scroll-behavior: smooth;
  overflow-x: clip;
}

body {
  margin: 0;
  min-width: 320px;
  font-family: "Montserrat", sans-serif;
  color: var(--text-primary);
  background: #ffffff;
  overflow-x: clip;
}

body.menu-open {
  overflow: hidden;
}

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

button {
  font: inherit;
  color: inherit;
}

img {
  max-width: 100%;
  display: block;
}

.page-shell {
  min-height: 100vh;
  background: #ffffff;
  overflow-x: clip;
}

.site-main--legal {
  padding-bottom: 76px;
}

.legal-page {
  width: min(100%, calc(var(--container-max) + (var(--gutter) * 2)));
  margin: 0 auto;
  padding: 8px var(--gutter) 0;
}

.legal-page__intro {
  max-width: 920px;
  padding: 18px 0 28px;
}

.legal-page__eyebrow {
  margin: 0;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #b8b2be;
}

.legal-page__title {
  margin: 18px 0 0;
  font-size: clamp(38px, 4vw, 58px);
  font-weight: 700;
  line-height: 0.98;
  letter-spacing: -0.05em;
  color: #535862;
}

.legal-page__lead {
  max-width: 720px;
  margin: 24px 0 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.58;
  letter-spacing: -0.024em;
  color: #9296a2;
}

.legal-page__card {
  max-width: 920px;
  padding: 36px 40px 42px;
  border: 1px solid #ebe7ef;
  border-radius: 32px;
  background: #ffffff;
  box-shadow: 0 20px 44px rgba(41, 38, 56, 0.07);
}

.legal-page__meta {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: -0.02em;
  color: #a29ca8;
}

.legal-page__section {
  scroll-margin-top: 120px;
}

.legal-page__section + .legal-page__section {
  margin-top: 28px;
  padding-top: 28px;
  border-top: 1px solid #f0ecf3;
}

.legal-page__section h2 {
  margin: 0;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.14;
  letter-spacing: -0.04em;
  color: #555a63;
}

.legal-page__section p,
.legal-page__section li {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.72;
  letter-spacing: -0.02em;
  color: #707580;
}

.legal-page__section p {
  margin: 16px 0 0;
}

.legal-page__section ul,
.legal-page__section ol {
  margin: 16px 0 0;
  padding-left: 22px;
}

.legal-page__section li + li {
  margin-top: 6px;
}

.legal-page__inline-link {
  color: #6b287f;
}

.legal-page__inline-link:hover,
.legal-page__inline-link:focus-visible {
  color: #4f1c60;
}

.site-header {
  padding: 12px 16px 18px;
}

.site-header__bar {
  width: min(100%, var(--header-shell-max));
  margin: 0 auto;
  background: var(--surface);
  border: 1px solid var(--header-shell-border);
  border-radius: 31px;
  box-shadow: var(--header-shell-shadow);
}

.site-header__inner {
  width: 100%;
  padding: 0 clamp(22px, 2vw, 34px) 0 clamp(24px, 2.1vw, 36px);
  min-height: 90px;
  display: grid;
  grid-template-columns: minmax(176px, 196px) minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(22px, 2vw, 38px);
}

.brand-pill,
.contact-pill {
  background: transparent;
  box-shadow: none;
}

.brand-pill {
  width: min(100%, 196px);
  padding: 0;
  border-radius: 0;
}

.brand-pill img {
  width: 100%;
  height: auto;
}

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

.site-nav__mobile-contact {
  display: none;
}

.site-nav__list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(18px, 1.7vw, 30px);
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-nav a {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.015em;
  color: #505759;
  transition: color 0.2s ease;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--accent);
}

.contact-pill {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 0;
  border-radius: 0;
}

.contact-pill__phone {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 4px;
  text-align: right;
}

.contact-pill__number {
  white-space: nowrap;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.03em;
  color: #585d66;
}

.contact-pill__status {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #18b64b;
}

.contact-pill__status-dot {
  width: 7px;
  height: 7px;
  flex: none;
  border-radius: 50%;
  background: var(--accent-soft);
  box-shadow: 0 0 0 2px rgba(81, 197, 90, 0.12);
}

.contact-pill__socials {
  display: flex;
  align-items: center;
  gap: 8px;
}

.social-link {
  position: relative;
  width: 36px;
  height: 36px;
  flex: none;
  display: grid;
  place-items: center;
  border-radius: 50%;
  overflow: hidden;
  transition: transform 0.2s ease;
}

.social-link:hover,
.social-link:focus-visible {
  transform: translateY(-1px);
}

.social-link img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  padding: 0;
  border: 0;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: var(--shadow-pill);
  cursor: pointer;
}

.menu-toggle span {
  position: absolute;
  left: 12px;
  width: 22px;
  height: 2px;
  border-radius: 999px;
  background: #50535c;
  transition: transform 0.24s ease, opacity 0.24s ease;
}

.menu-toggle {
  position: relative;
}

.menu-toggle span:nth-child(1) {
  top: 15px;
}

.menu-toggle span:nth-child(2) {
  top: 22px;
}

.menu-toggle span:nth-child(3) {
  top: 29px;
}

body.menu-open .menu-toggle span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

body.menu-open .menu-toggle span:nth-child(2) {
  opacity: 0;
}

body.menu-open .menu-toggle span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.menu-backdrop {
  position: fixed;
  inset: 0;
  z-index: 30;
  background: rgba(20, 26, 40, 0.38);
  backdrop-filter: blur(4px);
}

.site-main {
  background: #ffffff;
}

.hero {
  background: #ffffff;
}

.hero__inner {
  width: min(100%, calc(var(--masthead-max) + (var(--gutter) * 2)));
  margin: 0 auto;
  padding: 8px var(--gutter) 24px;
  display: grid;
  grid-template-columns: minmax(0, 760px) minmax(420px, 571px);
  justify-content: space-between;
  gap: clamp(28px, 2.6vw, 44px);
  align-items: start;
}

.hero__content {
  min-width: 0;
  max-width: 760px;
  padding-top: 6px;
}

.hero__title {
  margin: 0;
  max-width: 100%;
  font-size: clamp(36px, 3.7vw, 56px);
  font-weight: 700;
  line-height: 0.98;
  letter-spacing: -0.05em;
  color: #5c5f67;
}

.hero__title-line {
  display: block;
  max-width: 100%;
}

.hero__title-accent {
  color: var(--accent);
}

.hero__lead {
  max-width: 525px;
  margin: 26px 0 0;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.55;
  letter-spacing: -0.02em;
  color: #9698a1;
}

.hero__benefits {
  list-style: none;
  max-width: 560px;
  margin: 28px 0 0;
  padding: 0;
  display: grid;
  gap: 14px;
}

.hero__benefits li {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: -0.02em;
  color: #5f6169;
}

.hero__benefits li::before {
  content: "✓";
  width: 24px;
  height: 24px;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  background: #722f85;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  color: #ffffff;
}

.hero__media {
  width: min(100%, 571px);
  margin: 0;
  padding-top: 0;
  justify-self: end;
}

.hero__media img {
  width: 100%;
  height: auto;
  border-radius: 34px;
}

.authorized-status {
  background: #ffffff;
  border-bottom: 0;
}

.authorized-status__inner {
  width: min(100%, calc(var(--container-max) + (var(--gutter) * 2)));
  margin: 0 auto;
  padding: 36px var(--gutter) 34px;
}

.authorized-status__head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 376px);
  justify-content: space-between;
  gap: 24px 48px;
  align-items: start;
}

.authorized-status__intro {
  min-width: 0;
}

.authorized-status__eyebrow {
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #c0c1c6;
}

.authorized-status__eyebrow svg {
  width: 11px;
  height: 11px;
  fill: currentColor;
}

.authorized-status__title {
  margin: 20px 0 0;
  font-size: clamp(30px, 2.5vw, 38px);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.045em;
  color: #5c5f67;
}

.authorized-status__text {
  max-width: 376px;
  margin: 46px 0 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.65;
  letter-spacing: -0.02em;
  color: #a4a5ac;
}

.authorized-status__brands {
  list-style: none;
  margin: 34px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.authorized-status__brand {
  min-width: 0;
}

.authorized-status__brand-card {
  width: 100%;
  display: block;
  height: auto;
}

.about-company {
  background: #ffffff;
  border-bottom: 0;
}

.about-company__inner {
  width: min(100%, calc(var(--container-max) + (var(--gutter) * 2)));
  margin: 0 auto;
  padding: 40px var(--gutter) 34px;
}

.about-company__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 663px);
  justify-content: space-between;
  gap: 34px 48px;
  align-items: start;
}

.about-company__content {
  min-width: 0;
  padding-top: 106px;
}

.about-company__title {
  margin: 0;
  font-size: clamp(32px, 3vw, 47px);
  font-weight: 700;
  line-height: 1.04;
  letter-spacing: -0.05em;
  color: #5c5f67;
}

.about-company__text {
  max-width: 660px;
  margin: 28px 0 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.68;
  letter-spacing: -0.02em;
  color: #9f9fa7;
}

.about-company__note {
  margin: 30px 0 0;
  padding-left: 16px;
  border-left: 3px solid #743084;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: -0.02em;
  color: #5d6067;
}

.about-company__media {
  width: 100%;
  margin: 0;
}

.about-company__media img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 32px;
  box-shadow: 0 18px 40px rgba(40, 31, 44, 0.1);
}

.about-company__stats {
  list-style: none;
  margin: 34px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  background: #251827;
  border-radius: 24px;
  overflow: hidden;
}

.about-company__stat {
  min-width: 0;
  padding: 24px 34px 22px;
}

.about-company__stat + .about-company__stat {
  border-left: 1px solid rgba(255, 255, 255, 0.08);
}

.about-company__stat strong,
.about-company__stat span {
  display: block;
}

.about-company__stat strong {
  font-size: clamp(28px, 2vw, 40px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.04em;
  color: #ffffff;
}

.about-company__stat span {
  margin-top: 10px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: -0.02em;
  color: rgba(255, 255, 255, 0.58);
}

.services-pricing {
  background: #ffffff;
  border-bottom: 0;
}

.services-pricing__inner {
  width: min(100%, calc(var(--container-max) + (var(--gutter) * 2)));
  margin: 0 auto;
  padding: 42px var(--gutter) 34px;
}

.services-pricing__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px 40px;
}

.services-pricing__intro {
  min-width: 0;
}

.services-pricing__title {
  margin: 0;
  font-size: clamp(34px, 3vw, 48px);
  font-weight: 700;
  line-height: 1.04;
  letter-spacing: -0.05em;
  color: #5c5f67;
}

.services-pricing__lead {
  max-width: 560px;
  margin: 20px 0 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.66;
  letter-spacing: -0.02em;
  color: #a0a1a8;
}

.services-pricing__badge {
  margin: 0;
  flex: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  border: 1px solid #f0ecf6;
  border-radius: 14px;
  background: linear-gradient(180deg, #fffdfd 0%, #faf7fb 100%);
  box-shadow: 0 10px 24px rgba(103, 78, 128, 0.06);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #7d7886;
}

.services-pricing__badge svg {
  width: 15px;
  height: 15px;
  flex: none;
  fill: #c8bccd;
}

.services-pricing__table-wrap {
  margin-top: 28px;
  padding-bottom: 20px;
  border: 1px solid #f1ecf6;
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 12px 28px rgba(132, 119, 159, 0.08);
  overflow: hidden;
}

.services-pricing__table {
  width: 100%;
  border-collapse: collapse;
}

.services-pricing__table thead th {
  padding: 14px 24px;
  background: #faf7ff;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-align: left;
  color: #d3cedd;
}

.services-pricing__table thead th:last-child,
.services-pricing__table tbody td:last-child {
  width: 188px;
  text-align: right;
}

.services-pricing__table tbody tr {
  border-top: 1px solid #f3eef7;
}

.services-pricing__table tbody td {
  padding: 22px 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -0.02em;
  color: #656870;
}

.services-pricing__table tbody td:last-child {
  font-weight: 600;
  color: #6b6e76;
  white-space: nowrap;
}

.services-pricing__cta {
  display: block;
  width: fit-content;
  margin: 28px auto 0;
  padding: 16px 20px;
  border-radius: 18px;
  background: linear-gradient(180deg, #6f2e84 0%, #5d226f 100%);
  box-shadow: 0 12px 30px rgba(107, 40, 127, 0.28);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #ffffff;
}

.reviews-showcase {
  background: #ffffff;
  border-bottom: 0;
}

.reviews-showcase__inner {
  width: min(100%, calc(var(--masthead-max) + (var(--gutter) * 2)));
  margin: 0 auto;
  padding: 35px var(--gutter) 36px;
}

.reviews-showcase__card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 560px;
  gap: 28px;
  align-items: stretch;
  padding: 40px 60px;
  border-radius: 36px;
  background: #231823;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.03);
}

.reviews-showcase__content {
  min-width: 0;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.reviews-showcase__badge {
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px 10px 11px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.06);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.03);
}

.reviews-showcase__badge-mark,
.reviews-showcase__widget-mark {
  width: 22px;
  height: 22px;
  flex: none;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  background: #fc5c2f;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  color: #ffffff;
}

.reviews-showcase__badge-text,
.reviews-showcase__widget-brand-text {
  display: flex;
  flex-direction: column;
}

.reviews-showcase__badge-text strong {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.1;
  color: #ffffff;
}

.reviews-showcase__badge-text span {
  margin-top: 2px;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.1;
  color: rgba(255, 255, 255, 0.34);
}

.reviews-showcase__title {
  margin: 42px 0 0;
  font-size: clamp(34px, 2.55vw, 42px);
  font-weight: 700;
  line-height: 0.98;
  letter-spacing: -0.055em;
  color: #ffffff;
}

.reviews-showcase__title-line {
  display: block;
}

.reviews-showcase__title-line--accent {
  color: #eef0f3;
}

.reviews-showcase__lead {
  max-width: 520px;
  margin: 24px 0 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.62;
  letter-spacing: -0.02em;
  color: rgba(245, 245, 247, 0.66);
}

.reviews-showcase__list {
  list-style: none;
  margin: 21px 0 0;
  padding: 0;
  display: grid;
  gap: 12px;
}

.reviews-showcase__list li {
  display: grid;
  grid-template-columns: 15px minmax(0, 1fr);
  align-items: start;
  gap: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.42;
  letter-spacing: -0.02em;
  color: rgba(245, 245, 247, 0.82);
}

.reviews-showcase__list svg {
  width: 15px;
  height: 15px;
  margin-top: 2px;
  fill: rgba(245, 245, 247, 0.72);
}

.reviews-showcase__stats {
  display: flex;
  align-items: stretch;
  gap: 8px;
  margin-top: auto;
  padding-top: 32px;
}

.reviews-showcase__stat {
  min-width: 0;
  padding: 13px 14px 11px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.06);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.03);
}

.reviews-showcase__stat strong,
.reviews-showcase__stat span {
  display: block;
}

.reviews-showcase__stat strong {
  font-size: 28px;
  font-weight: 700;
  line-height: 0.95;
  letter-spacing: -0.04em;
  color: #ffffff;
}

.reviews-showcase__stat span {
  margin-top: 6px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.1;
  color: rgba(255, 255, 255, 0.28);
}

.reviews-showcase__widget {
  width: 100%;
  max-width: 560px;
  height: 800px;
  min-width: 0;
  justify-self: stretch;
  align-self: start;
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  box-shadow: 0 16px 34px rgba(15, 11, 20, 0.18);
}

.reviews-showcase__widget-frame {
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #e6e6e6;
  border-radius: 24px;
  box-sizing: border-box;
  background: #ffffff;
}

.reviews-showcase__widget-credit {
  position: absolute;
  left: 0;
  bottom: 8px;
  width: 100%;
  max-height: 14px;
  padding: 0 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  text-decoration: none;
  font-family: "YS Text", "Montserrat", sans-serif;
  font-size: 10px;
  line-height: 1.4;
  color: #b3b3b3;
  box-sizing: border-box;
}

.reviews-showcase__widget-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.reviews-showcase__widget-brand {
  display: inline-flex;
  align-items: flex-start;
  gap: 10px;
}

.reviews-showcase__widget-brand-text strong {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: #6c6574;
}

.reviews-showcase__widget-brand-text span {
  margin-top: 5px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2;
  color: #ddd6e8;
}

.reviews-showcase__widget-score {
  flex: none;
  padding: 9px 12px 8px;
  border-radius: 12px;
  background: #fff6f1;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  color: #ff7c52;
}

.reviews-showcase__widget-list {
  display: grid;
  gap: 14px;
  margin-top: 28px;
}

.reviews-showcase__widget-review {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr) 20px;
  align-items: start;
  gap: 14px;
  padding: 15px 17px;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: inset 0 0 0 1px rgba(223, 217, 234, 0.52);
}

.reviews-showcase__widget-avatar {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #f0edf5;
}

.reviews-showcase__widget-lines {
  display: grid;
  gap: 8px;
  padding-top: 2px;
}

.reviews-showcase__widget-line {
  display: block;
  height: 7px;
  border-radius: 999px;
  background: linear-gradient(90deg, #eeeaf5 0%, #f4f1f9 100%);
}

.reviews-showcase__widget-line--short {
  width: 40%;
}

.reviews-showcase__widget-line--medium {
  width: 62%;
}

.reviews-showcase__widget-line--wide {
  width: 76%;
}

.reviews-showcase__widget-dots {
  width: 20px;
  height: 7px;
  margin-top: 4px;
  border-radius: 999px;
  background:
    radial-gradient(circle, #eee9f6 45%, transparent 50%) left center / 4px 4px no-repeat,
    radial-gradient(circle, #eee9f6 45%, transparent 50%) center center / 4px 4px no-repeat,
    radial-gradient(circle, #eee9f6 45%, transparent 50%) right center / 4px 4px no-repeat;
}

.reviews-showcase__widget-button {
  width: 110px;
  height: 40px;
  margin: 20px auto 0;
  border-radius: 12px;
  background: linear-gradient(180deg, #f4f1fa 0%, #efebf8 100%);
}

.reviews-showcase__widget-note {
  margin: 16px 0 0;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.38;
  color: #d5cfdf;
}

.faq-section {
  background: #ffffff;
  border-bottom: 0;
}

.faq-section__inner {
  width: min(100%, calc(var(--container-max) + (var(--gutter) * 2)));
  margin: 0 auto;
  padding: 36px var(--gutter) 34px;
}

.faq-section__layout {
  display: grid;
  grid-template-columns: minmax(0, 302px) minmax(0, 1fr);
  gap: 34px 30px;
  align-items: start;
}

.faq-section__intro {
  min-width: 0;
}

.faq-section__eyebrow {
  width: fit-content;
  margin: 0;
  padding: 8px 13px 7px;
  border: 1px solid #f2edf7;
  border-radius: 12px;
  background: linear-gradient(180deg, #fffefe 0%, #fbf8fd 100%);
  box-shadow: 0 10px 22px rgba(99, 82, 126, 0.05);
  font-size: 11px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: #c2bccd;
}

.faq-section__title {
  margin: 27px 0 0;
  font-size: clamp(32px, 2.4vw, 44px);
  font-weight: 700;
  line-height: 0.98;
  letter-spacing: -0.055em;
  color: #5c5f67;
}

.faq-section__text {
  max-width: 260px;
  margin: 22px 0 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.55;
  letter-spacing: -0.02em;
  color: #b2b3ba;
}

.faq-section__help-card {
  margin: 24px 0 0;
  padding: 22px 16px 15px;
  border-radius: 22px;
  background: linear-gradient(180deg, #241824 0%, #2a1d2c 100%);
  box-shadow: 0 14px 30px rgba(43, 27, 48, 0.15);
}

.faq-section__help-title {
  margin: 0;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.02;
  letter-spacing: -0.04em;
  color: #ffffff;
}

.faq-section__help-text {
  margin: 14px 0 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: -0.02em;
  color: rgba(255, 255, 255, 0.55);
}

.faq-section__help-link {
  margin-top: 18px;
  display: inline-flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 46px;
  padding: 12px 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.06);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.03);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: rgba(255, 255, 255, 0.76);
}

.faq-section__help-link svg {
  width: 14px;
  height: 14px;
  flex: none;
  fill: currentColor;
}

.faq-section__accordion {
  min-width: 0;
  display: grid;
  gap: 12px;
}

.faq-item {
  border: 1px solid #f1edf5;
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(96, 87, 123, 0.05);
  overflow: hidden;
}

.faq-item[open] {
  box-shadow: 0 14px 28px rgba(96, 87, 123, 0.08);
}

.faq-item__summary {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr) 28px;
  align-items: center;
  gap: 18px;
  padding: 16px 18px;
  cursor: pointer;
  list-style: none;
}

.faq-item__summary:focus {
  outline: none;
}

.faq-item__summary:focus-visible {
  outline: 2px solid rgba(107, 40, 127, 0.22);
  outline-offset: -2px;
}

.faq-item__summary::-webkit-details-marker {
  display: none;
}

.faq-item__number {
  width: 28px;
  height: 28px;
  flex: none;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  background: #faf7fd;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #d7d1de;
}

.faq-item[open] .faq-item__number {
  background: #6e2e82;
  color: #ffffff;
}

.faq-item__question {
  min-width: 0;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: -0.02em;
  color: #62656d;
}

.faq-item__toggle {
  width: 28px;
  height: 28px;
  position: relative;
  border: 1px solid #ede7f4;
  border-radius: 50%;
  background: #ffffff;
}

.faq-item__toggle::before,
.faq-item__toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 1.5px;
  border-radius: 999px;
  background: #a59cad;
  transform: translate(-50%, -50%);
}

.faq-item__toggle::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.faq-item[open] .faq-item__toggle {
  border-color: #6e2e82;
  background: #6e2e82;
}

.faq-item[open] .faq-item__toggle::before,
.faq-item[open] .faq-item__toggle::after {
  background: #ffffff;
}

.faq-item[open] .faq-item__toggle::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.faq-item[open] .faq-item__toggle::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.faq-item__content {
  padding: 0 74px 18px 64px;
}

.faq-item__content p {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: -0.02em;
  color: #b6b7be;
}

.contacts-section {
  position: relative;
  background: #ffffff;
  border-bottom: 0;
}

.contacts-section::after {
  content: "";
  position: absolute;
  top: 64px;
  right: 0;
  width: 184px;
  height: 420px;
  border: 22px solid rgba(229, 228, 233, 0.92);
  border-left: 0;
  border-radius: 220px 0 0 220px;
  opacity: 0.9;
  pointer-events: none;
}

.contacts-section__inner {
  width: min(100%, calc(var(--container-max) + (var(--gutter) * 2)));
  margin: 0 auto;
  padding: 26px var(--gutter) 36px;
}

.contacts-section__layout {
  display: grid;
  grid-template-columns: minmax(0, 542px) minmax(0, 1fr);
  gap: 26px 28px;
  align-items: stretch;
}

.contacts-section__content {
  min-width: 0;
  padding-bottom: 1px;
}

.contacts-section__title {
  margin: 0;
  font-size: clamp(34px, 2.8vw, 49px);
  font-weight: 700;
  line-height: 0.98;
  letter-spacing: -0.055em;
  color: #5c5f67;
}

.contacts-section__text {
  max-width: 430px;
  margin: 18px 0 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.55;
  letter-spacing: -0.02em;
  color: #b1b2b9;
}

.contacts-section__download {
  width: fit-content;
  margin-top: 24px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border: 1px solid #efe9f5;
  border-radius: 14px;
  background: linear-gradient(180deg, #fffefe 0%, #faf7fc 100%);
  box-shadow: 0 10px 22px rgba(99, 82, 126, 0.05);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #8f8497;
  text-decoration: none;
  cursor: pointer;
}

.contacts-section__download svg {
  width: 15px;
  height: 15px;
  flex: none;
  fill: currentColor;
}

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

.contacts-card {
  min-width: 0;
  min-height: 138px;
  padding: 16px 16px 15px;
  border: 1px solid #f0ebf5;
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(96, 87, 123, 0.05);
}

.contacts-card__icon {
  width: 28px;
  height: 28px;
  display: inline-grid;
  place-items: center;
  border-radius: 10px;
  background: #faf7fd;
}

.contacts-card__icon svg {
  width: 15px;
  height: 15px;
  fill: #6e2e82;
}

.contacts-card__label {
  display: block;
  margin-top: 14px;
  font-size: 10px;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #d2ccd9;
}

.contacts-card__value {
  display: block;
  margin-top: 8px;
  font-style: normal;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.02em;
  color: #60636b;
}

.contacts-card__value--email {
  font-size: 14px;
  word-break: break-word;
}

.contacts-card__value--address {
  max-width: 210px;
}

.contacts-card__status {
  margin-top: 6px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 10px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #7cb86b;
}

.contacts-card__status-dot {
  width: 5px;
  height: 5px;
  flex: none;
  border-radius: 50%;
  background: #6fd067;
}

.contacts-card__socials {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
}

.contacts-card__social {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 50%;
}

.contacts-card__social img {
  width: 100%;
  height: 100%;
  display: block;
}

.contacts-card__hint {
  display: block;
  margin-top: 8px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.35;
  color: #d0ccd7;
}

.contacts-card__hours {
  margin: 8px 0 0;
}

.contacts-card__hours div {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: baseline;
  gap: 8px;
}

.contacts-card__hours div + div {
  margin-top: 4px;
}

.contacts-card__hours dt,
.contacts-card__hours dd {
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: -0.02em;
  color: #8b8e96;
}

.contacts-card__hours dd {
  justify-self: end;
  color: #61646b;
}

.contacts-section__map {
  display: flex;
  position: relative;
  min-height: 422px;
  border-radius: 28px;
  background: #ffffff;
  box-shadow: 0 18px 40px rgba(96, 87, 123, 0.08), inset 0 0 0 1px rgba(238, 232, 244, 0.95);
  overflow: hidden;
}

.contacts-section__map-embed {
  flex: 1 1 auto;
  position: relative;
  width: 100%;
  height: 100%;
  min-height: inherit;
  overflow: hidden;
  background: #ffffff;
}

.contacts-section__map-link {
  position: absolute;
  left: 16px;
  right: 16px;
  z-index: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-decoration: none;
  font-size: 11px;
  line-height: 1.2;
  color: #c4c7cd;
}

.contacts-section__map-link--primary {
  top: 10px;
}

.contacts-section__map-link--secondary {
  top: 26px;
}

.contacts-section__map-link--tertiary {
  top: 42px;
}

.contacts-section__map-frame {
  display: block;
  width: 100%;
  height: 100%;
  min-height: inherit;
  border: 0;
  background: #ffffff;
}

.site-footer {
  margin-top: 42px;
  background: #211421;
  color: #f1edf5;
  overflow: hidden;
}

.site-footer__inner {
  width: min(100%, calc(var(--footer-max) + (var(--gutter) * 2)));
  margin: 0 auto;
  padding: 36px var(--gutter) 24px;
}

.site-footer__grid {
  display: grid;
  grid-template-columns: 392px 252px 518px;
  justify-content: space-between;
  align-items: start;
  gap: 32px 54px;
}

.site-footer__brand {
  max-width: 392px;
}

.site-footer__logo {
  width: min(100%, 159px);
  height: auto;
}

.site-footer__description {
  max-width: 338px;
  margin: 14px 0 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.02em;
  color: #7f7485;
}

.site-footer__phone {
  display: inline-block;
  margin-top: 22px;
  font-size: clamp(28px, 1.9vw, 33px);
  font-weight: 700;
  line-height: 0.98;
  letter-spacing: -0.055em;
  color: #ffffff;
}

.site-footer__status {
  margin: 12px 0 0;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #6dcb64;
}

.site-footer__status-dot {
  width: 8px;
  height: 8px;
  flex: none;
  border-radius: 50%;
  background: #6ad164;
  box-shadow: 0 0 0 4px rgba(105, 209, 100, 0.12);
}

.site-footer__meta,
.site-footer__schedule {
  margin: 20px 0 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.02em;
  color: #8b7f90;
}

.site-footer__schedule {
  margin-top: 2px;
  display: flex;
  flex-wrap: wrap;
  gap: 0 16px;
}

.site-footer__schedule span {
  position: relative;
}

.site-footer__schedule span + span::before {
  content: "\2022";
  position: absolute;
  left: -10px;
  color: #706674;
}

.site-footer__socials {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 18px;
}

.site-footer__social {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.045);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.site-footer__social img {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  display: block;
  border-radius: inherit;
}

.site-footer__nav {
  padding-top: 12px;
  justify-self: start;
  width: 100%;
}

.site-footer__nav-label {
  margin: 0;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #6f6676;
}

.site-footer__nav-list {
  list-style: none;
  margin: 18px 0 0;
  padding: 0;
  display: grid;
  gap: 16px;
}

.site-footer__nav a {
  font-size: 17px;
  font-weight: 500;
  line-height: 1.28;
  letter-spacing: -0.028em;
  color: #d4cfda;
  transition: color 0.2s ease;
}

.site-footer__nav a:hover,
.site-footer__nav a:focus-visible {
  color: #ffffff;
}

.site-footer__visual {
  justify-self: end;
  align-self: end;
  display: grid;
  place-items: end;
  width: 518px;
  min-height: 412px;
  margin-top: 6px;
}

.site-footer__visual-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0;
  object-fit: contain;
  box-shadow: none;
}

.site-footer__bottom {
  margin-top: -6px;
  padding-top: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.site-footer__copy {
  margin: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.02em;
  text-align: left;
  color: #756b7a;
}

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

.site-footer__legal a {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.02em;
  color: #8f8595;
  transition: color 0.2s ease;
}

.site-footer__legal a:hover,
.site-footer__legal a:focus-visible {
  color: #ffffff;
}

.site-footer__legal a[aria-current="page"] {
  color: #ffffff;
}

.brand-pill:focus-visible,
.site-nav a:focus-visible,
.contact-pill__phone:focus-visible,
.social-link:focus-visible,
.menu-toggle:focus-visible {
  outline: 2px solid rgba(107, 40, 127, 0.35);
  outline-offset: 3px;
}

@media (max-width: 1180px) {
  .site-main--legal {
    padding-bottom: 64px;
  }

  .legal-page__card {
    padding: 32px 30px 36px;
  }

  .site-header {
    padding-inline: 14px;
  }

  .site-header__inner {
    padding-inline: 22px;
    gap: 18px;
  }

  .site-nav__list {
    gap: 18px;
  }

  .site-nav a {
    font-size: 14px;
  }

  .contact-pill {
    gap: 12px;
    padding: 0;
  }

  .contact-pill__number {
    font-size: 15px;
  }

  .contact-pill__status {
    font-size: 10px;
  }

  .hero__inner {
    grid-template-columns: minmax(0, 1fr) minmax(340px, 450px);
    gap: 28px;
  }

  .hero__title {
    font-size: clamp(34px, 4vw, 48px);
  }

  .hero__lead {
    margin-top: 24px;
    font-size: 16px;
  }

  .hero__benefits {
    margin-top: 28px;
    gap: 16px;
  }

  .hero__benefits li {
    font-size: 15px;
  }

  .authorized-status__head {
    grid-template-columns: minmax(0, 1fr) minmax(280px, 340px);
    gap: 20px 36px;
  }

  .authorized-status__title {
    font-size: clamp(28px, 2.2vw, 34px);
  }

  .authorized-status__text {
    margin-top: 40px;
    font-size: 15px;
  }

  .about-company__content {
    padding-top: 90px;
  }

  .about-company__title {
    font-size: clamp(30px, 2.6vw, 42px);
  }

  .about-company__stat {
    padding-inline: 28px;
  }

  .services-pricing__title {
    font-size: clamp(30px, 2.6vw, 42px);
  }

  .services-pricing__table thead th,
  .services-pricing__table tbody td {
    padding-inline: 22px;
  }

  .reviews-showcase__card {
    grid-template-columns: minmax(0, 1fr) 500px;
    gap: 24px;
    padding-inline: 40px;
  }

  .reviews-showcase__title {
    font-size: clamp(31px, 2.35vw, 39px);
  }

  .reviews-showcase__lead,
  .reviews-showcase__list li {
    font-size: 13px;
  }

  .faq-section__layout {
    grid-template-columns: minmax(0, 290px) minmax(0, 1fr);
    gap: 30px 28px;
  }

  .faq-section__title {
    font-size: clamp(31px, 2.2vw, 40px);
  }

  .faq-section__text {
    font-size: 15px;
  }

  .contacts-section__layout {
    grid-template-columns: minmax(0, 520px) minmax(0, 1fr);
  }

  .contacts-section__title {
    font-size: clamp(31px, 2.45vw, 42px);
  }

  .site-footer__grid {
    grid-template-columns: minmax(320px, 360px) minmax(190px, 220px) minmax(360px, 460px);
    gap: 28px 40px;
  }

  .site-footer__phone {
    font-size: clamp(26px, 2vw, 31px);
  }

  .site-footer__nav a {
    font-size: 18px;
  }
}

@media (max-width: 920px) {
  .legal-page__intro {
    padding-top: 10px;
  }

  .legal-page__lead {
    font-size: 17px;
  }

  .legal-page__card {
    padding: 28px 24px 32px;
    border-radius: 26px;
  }

  .legal-page__section h2 {
    font-size: 22px;
  }

  .legal-page__section p,
  .legal-page__section li {
    font-size: 15px;
  }

  .site-header__inner {
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-areas: "brand toggle";
    min-height: 84px;
    padding-inline: 20px;
    gap: 14px;
  }

  .brand-pill {
    grid-area: brand;
    width: clamp(154px, 28vw, 184px);
  }

  .contact-pill {
    display: none;
  }

  .menu-toggle {
    display: inline-flex;
    grid-area: toggle;
    justify-self: end;
    align-items: center;
    width: 42px;
    height: 42px;
    border-radius: 14px;
    background: #faf9fb;
    box-shadow: none;
    border: 1px solid #f0edf4;
  }

  .menu-toggle span {
    left: 11px;
    width: 20px;
  }

  .menu-toggle span:nth-child(1) {
    top: 14px;
  }

  .menu-toggle span:nth-child(2) {
    top: 20px;
  }

  .menu-toggle span:nth-child(3) {
    top: 26px;
  }

  body.menu-open .menu-toggle span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }

  body.menu-open .menu-toggle span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }

  .site-nav {
    position: fixed;
    top: 16px;
    right: 16px;
    bottom: auto;
    z-index: 40;
    width: min(304px, calc(100vw - 32px));
    max-height: min(540px, calc(100vh - 32px));
    overflow: auto;
    padding: 72px 20px 22px;
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid #f0edf4;
    box-shadow: var(--shadow-menu);
    border-radius: 24px;
    transform: translateX(100%);
    transition: transform 0.28s ease;
  }

  body.menu-open .site-nav {
    transform: translateX(0);
  }

  .site-nav__list {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }

  .site-nav a {
    font-size: 17px;
    font-weight: 500;
  }

  .site-nav__mobile-contact {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    margin-top: 24px;
    padding-top: 18px;
    border-top: 1px solid #f0edf4;
  }

  .site-nav__mobile-phone {
    font-size: clamp(25px, 4vw, 31px);
    font-weight: 700;
    line-height: 0.98;
    letter-spacing: -0.05em;
    color: #575d66;
  }

  .site-nav__mobile-status {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #18b64b;
  }

  .site-nav__mobile-status-dot {
    width: 7px;
    height: 7px;
    flex: none;
    border-radius: 50%;
    background: var(--accent-soft);
    box-shadow: 0 0 0 2px rgba(81, 197, 90, 0.12);
  }

  .site-nav__mobile-socials {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .site-nav__mobile-socials .social-link {
    width: 40px;
    height: 40px;
  }

  .hero__inner {
    grid-template-columns: 1fr;
    gap: 24px;
    padding-top: 16px;
    padding-bottom: 28px;
  }

  .hero__content {
    padding-top: 0;
  }

  .hero__lead,
  .hero__benefits {
    max-width: 100%;
  }

  .hero__media {
    max-width: min(100%, 620px);
  }

  .authorized-status__inner {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .authorized-status__head {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .authorized-status__title {
    margin-top: 16px;
  }

  .authorized-status__text {
    max-width: 42ch;
    margin-top: 0;
  }

  .authorized-status__brands {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 28px;
  }

  .about-company__inner {
    padding-top: 32px;
    padding-bottom: 30px;
  }

  .about-company__grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .about-company__content {
    padding-top: 0;
  }

  .about-company__title {
    font-size: clamp(30px, 5vw, 40px);
  }

  .about-company__text {
    max-width: 100%;
  }

  .about-company__media {
    max-width: min(100%, 700px);
  }

  .about-company__stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 28px;
  }

  .about-company__stat:nth-child(3),
  .about-company__stat:nth-child(4) {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }

  .about-company__stat:nth-child(3) {
    border-left: 0;
  }

  .services-pricing__inner {
    padding-top: 34px;
    padding-bottom: 30px;
  }

  .services-pricing__head {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .services-pricing__lead {
    max-width: 100%;
  }

  .services-pricing__table thead th:last-child,
  .services-pricing__table tbody td:last-child {
    width: 170px;
  }

  .reviews-showcase__inner {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .reviews-showcase__card {
    grid-template-columns: 1fr;
    gap: 26px;
    padding: 32px 30px;
  }

  .reviews-showcase__content {
    max-width: 100%;
  }

  .reviews-showcase__lead {
    max-width: 100%;
  }

  .reviews-showcase__stats {
    margin-top: 24px;
    padding-top: 0;
  }

  .faq-section__inner {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .faq-section__layout {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .faq-section__text {
    max-width: 46ch;
  }

  .faq-section__help-card {
    max-width: 360px;
  }

  .contacts-section::after {
    width: 160px;
    height: 360px;
    top: 86px;
  }

  .contacts-section__inner {
    padding-top: 30px;
    padding-bottom: 32px;
  }

  .contacts-section__layout {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .contacts-section__map {
    min-height: 360px;
    order: 2;
  }

  .site-footer__inner {
    padding-top: 38px;
  }

  .site-footer__grid {
    grid-template-columns: minmax(0, 1fr) minmax(180px, 220px);
    gap: 28px 24px;
  }

  .site-footer__brand {
    max-width: 100%;
  }

  .site-footer__nav {
    padding-top: 0;
  }

  .site-footer__visual {
    width: min(100%, 320px);
    min-height: 0;
    grid-column: 2;
    grid-row: 1 / span 2;
    align-self: end;
  }

  .site-footer__visual-image {
    width: 100%;
    height: auto;
  }

  .site-footer__bottom {
    margin-top: 20px;
    align-items: flex-start;
    flex-direction: column;
  }

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

@media (max-width: 680px) {
  .site-main--legal {
    padding-bottom: 52px;
  }

  .legal-page {
    padding-top: 2px;
  }

  .legal-page__title {
    margin-top: 14px;
    font-size: 34px;
  }

  .legal-page__lead {
    margin-top: 18px;
    font-size: 16px;
    line-height: 1.6;
  }

  .legal-page__card {
    padding: 24px 18px 28px;
    border-radius: 22px;
  }

  .legal-page__meta {
    font-size: 13px;
  }

  .legal-page__section + .legal-page__section {
    margin-top: 22px;
    padding-top: 22px;
  }

  .legal-page__section h2 {
    font-size: 20px;
  }

  .legal-page__section p,
  .legal-page__section li {
    font-size: 14px;
    line-height: 1.68;
  }

  .site-header {
    padding: 10px 12px 16px;
  }

  .site-header__inner {
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-areas: "brand toggle";
    gap: 10px;
    min-height: 76px;
    padding-inline: 18px;
  }

  .brand-pill {
    grid-area: brand;
    width: clamp(138px, 38vw, 170px);
    padding-inline: 0;
  }

  .menu-toggle {
    grid-area: toggle;
    width: 40px;
    height: 40px;
    border-radius: 12px;
  }

  .social-link {
    width: 34px;
    height: 34px;
  }

  .hero__inner {
    gap: 22px;
    padding-top: 18px;
    padding-bottom: 24px;
  }

  .hero__title {
    font-size: clamp(31px, 8.2vw, 42px);
    line-height: 0.99;
  }

  .hero__lead {
    margin-top: 20px;
    font-size: 15px;
    line-height: 1.55;
  }

  .hero__benefits {
    margin-top: 24px;
    gap: 14px;
  }

  .hero__benefits li {
    grid-template-columns: 26px minmax(0, 1fr);
    gap: 12px;
    font-size: 15px;
  }

  .hero__benefits li::before {
    width: 26px;
    height: 26px;
    font-size: 13px;
  }

  .hero__media img {
    border-radius: 28px;
  }

  .authorized-status__inner {
    padding-top: 24px;
    padding-bottom: 26px;
  }

  .authorized-status__title {
    font-size: clamp(27px, 6vw, 34px);
  }

  .authorized-status__text {
    font-size: 15px;
    line-height: 1.6;
  }

  .authorized-status__brands {
    gap: 10px;
    margin-top: 24px;
  }

  .about-company__inner {
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .about-company__title {
    font-size: clamp(28px, 7.2vw, 38px);
  }

  .about-company__text {
    margin-top: 22px;
    font-size: 15px;
    line-height: 1.62;
  }

  .about-company__note {
    margin-top: 26px;
    font-size: 16px;
  }

  .about-company__media img {
    border-radius: 28px;
  }

  .about-company__stats {
    border-radius: 22px;
  }

  .about-company__stat {
    padding: 22px 24px 20px;
  }

  .about-company__stat strong {
    font-size: 30px;
  }

  .about-company__stat span {
    font-size: 14px;
  }

  .services-pricing__inner {
    padding-top: 28px;
    padding-bottom: 26px;
  }

  .services-pricing__title {
    font-size: clamp(29px, 7vw, 38px);
  }

  .services-pricing__lead {
    margin-top: 18px;
    font-size: 15px;
    line-height: 1.6;
  }

  .services-pricing__table-wrap {
    margin-top: 24px;
    border-radius: 22px;
  }

  .services-pricing__table thead th,
  .services-pricing__table tbody td {
    padding-inline: 20px;
  }

  .services-pricing__table tbody td {
    font-size: 15px;
  }

  .services-pricing__cta {
    margin-top: 24px;
    padding: 15px 18px;
    font-size: 15px;
  }

  .reviews-showcase__inner {
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .reviews-showcase__card {
    gap: 22px;
    padding: 24px 20px;
    border-radius: 28px;
  }

  .reviews-showcase__title {
    margin-top: 34px;
    font-size: clamp(29px, 5.8vw, 36px);
  }

  .reviews-showcase__lead,
  .reviews-showcase__list li {
    font-size: 13px;
  }

  .reviews-showcase__widget {
    width: 100%;
    height: 720px;
    border-radius: 22px;
  }

  .reviews-showcase__widget-frame {
    border-radius: 22px;
  }

  .reviews-showcase__widget-brand-text strong {
    font-size: 15px;
  }

  .reviews-showcase__widget-brand-text span,
  .reviews-showcase__widget-note {
    font-size: 11px;
  }

  .reviews-showcase__widget-score {
    padding-inline: 10px;
    font-size: 14px;
  }

  .reviews-showcase__widget-list {
    gap: 12px;
    margin-top: 22px;
  }

  .reviews-showcase__widget-review {
    grid-template-columns: 22px minmax(0, 1fr) 18px;
    gap: 12px;
    padding: 13px 14px;
  }

  .faq-section__inner {
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .faq-section__title {
    margin-top: 24px;
    font-size: clamp(29px, 6.2vw, 38px);
  }

  .faq-section__text {
    margin-top: 18px;
    font-size: 15px;
  }

  .faq-section__help-card {
    max-width: 100%;
    padding: 20px 16px 15px;
    border-radius: 20px;
  }

  .faq-section__help-title {
    font-size: 24px;
  }

  .faq-item {
    border-radius: 20px;
  }

  .faq-item__summary {
    gap: 14px;
    padding: 15px 16px;
  }

  .faq-item__question {
    font-size: 14px;
  }

  .faq-item__content {
    padding: 0 58px 16px 58px;
  }

  .faq-item__content p {
    font-size: 13px;
  }

  .contacts-section::after {
    width: 128px;
    height: 300px;
    top: 120px;
    border-width: 18px;
  }

  .contacts-section__inner {
    padding-top: 26px;
    padding-bottom: 28px;
  }

  .contacts-section__title {
    font-size: clamp(29px, 6.2vw, 38px);
  }

  .contacts-section__text {
    max-width: 100%;
    font-size: 15px;
  }

  .contacts-section__download {
    margin-top: 20px;
    font-size: 13px;
  }

  .contacts-section__cards {
    gap: 10px;
  }

  .contacts-card {
    min-height: 132px;
    padding: 14px 14px 13px;
    border-radius: 18px;
  }

  .contacts-card__value,
  .contacts-card__hours dt,
  .contacts-card__hours dd {
    font-size: 14px;
  }

  .contacts-section__map {
    min-height: 320px;
    border-radius: 24px;
  }

  .site-footer__phone {
    margin-top: 24px;
    font-size: 34px;
  }

  .site-footer__visual {
    width: min(100%, 280px);
    min-height: 0;
  }

  .site-footer__visual-image {
    width: 100%;
    height: auto;
  }

  .site-footer__nav-list {
    gap: 16px;
  }

  .site-footer__nav a {
    font-size: 19px;
  }
}

@media (max-width: 560px) {
  .site-header__inner {
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-areas: "brand toggle";
    row-gap: 0;
    padding-top: 11px;
    padding-bottom: 12px;
  }

  .site-nav {
    top: 12px;
    right: 12px;
    width: min(280px, calc(100vw - 24px));
    max-height: min(500px, calc(100vh - 24px));
    padding: 66px 18px 20px;
    border-radius: 22px;
  }

  .site-nav__mobile-contact {
    margin-top: 22px;
    padding-top: 16px;
  }

  .site-nav__mobile-phone {
    font-size: clamp(23px, 8vw, 28px);
  }

  .site-nav__mobile-socials .social-link {
    width: 38px;
    height: 38px;
  }

  .hero__inner {
    padding-inline: 16px;
  }

  .hero__title {
    font-size: clamp(28px, 9vw, 36px);
    letter-spacing: -0.045em;
  }

  .hero__lead {
    margin-top: 18px;
    font-size: 14px;
  }

  .hero__benefits {
    margin-top: 20px;
  }

  .authorized-status__inner {
    padding-inline: 16px;
  }

  .authorized-status__eyebrow {
    font-size: 10px;
    letter-spacing: 0.12em;
  }

  .authorized-status__title {
    margin-top: 14px;
    font-size: clamp(24px, 8vw, 30px);
  }

  .authorized-status__text {
    font-size: 14px;
  }

  .about-company__inner {
    padding-inline: 16px;
  }

  .about-company__title {
    font-size: clamp(26px, 8.4vw, 34px);
  }

  .about-company__text {
    font-size: 14px;
  }

  .about-company__note {
    padding-left: 14px;
    font-size: 15px;
  }

  .about-company__stats {
    grid-template-columns: 1fr;
  }

  .about-company__stat + .about-company__stat {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }

  .about-company__stat:nth-child(3),
  .about-company__stat:nth-child(4) {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }

  .services-pricing__inner {
    padding-inline: 16px;
  }

  .services-pricing__title {
    font-size: clamp(27px, 8.2vw, 34px);
  }

  .services-pricing__lead {
    font-size: 14px;
  }

  .services-pricing__badge {
    font-size: 13px;
  }

  .services-pricing__table thead {
    display: none;
  }

  .services-pricing__table,
  .services-pricing__table tbody,
  .services-pricing__table tr,
  .services-pricing__table td {
    display: block;
    width: 100%;
  }

  .services-pricing__table tbody tr {
    padding: 16px 18px;
  }

  .services-pricing__table tbody td {
    padding: 0;
  }

  .services-pricing__table tbody td + td {
    margin-top: 10px;
  }

  .services-pricing__table tbody td::before {
    content: attr(data-label);
    display: block;
    margin-bottom: 6px;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #c8c1d3;
  }

  .services-pricing__table tbody td:last-child {
    text-align: left;
  }

  .services-pricing__cta {
    width: calc(100% - 36px);
    text-align: center;
  }

  .reviews-showcase__inner {
    padding-inline: 16px;
  }

  .reviews-showcase__card {
    padding: 22px 16px 18px;
    border-radius: 24px;
  }

  .reviews-showcase__badge {
    padding-inline: 12px;
  }

  .reviews-showcase__title {
    margin-top: 28px;
    font-size: clamp(27px, 7.5vw, 33px);
  }

  .reviews-showcase__lead {
    margin-top: 18px;
    font-size: 14px;
  }

  .reviews-showcase__list {
    margin-top: 18px;
    gap: 10px;
  }

  .reviews-showcase__list li {
    font-size: 13px;
  }

  .reviews-showcase__stats {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
  }

  .reviews-showcase__stat {
    padding-inline: 12px;
  }

  .reviews-showcase__widget {
    height: 640px;
  }

  .reviews-showcase__widget-head {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .reviews-showcase__widget-score {
    align-self: flex-end;
  }

  .reviews-showcase__widget-review {
    grid-template-columns: 18px minmax(0, 1fr) 14px;
    gap: 10px;
    padding: 11px 12px;
    border-radius: 14px;
  }

  .reviews-showcase__widget-avatar {
    width: 18px;
    height: 18px;
  }

  .reviews-showcase__widget-line {
    height: 6px;
  }

  .reviews-showcase__widget-button {
    width: 96px;
    height: 34px;
    margin-top: 16px;
  }

  .faq-section__inner {
    padding-inline: 16px;
  }

  .faq-section__eyebrow {
    font-size: 10px;
  }

  .faq-section__title {
    font-size: clamp(27px, 8.2vw, 34px);
  }

  .faq-section__text {
    max-width: 100%;
    font-size: 14px;
  }

  .faq-section__help-card {
    margin-top: 20px;
    padding: 18px 14px 14px;
  }

  .faq-section__help-title {
    font-size: 22px;
  }

  .faq-section__help-text,
  .faq-section__help-link {
    font-size: 13px;
  }

  .faq-section__accordion {
    gap: 10px;
  }

  .faq-item {
    border-radius: 18px;
  }

  .faq-item__summary {
    grid-template-columns: 24px minmax(0, 1fr) 24px;
    gap: 12px;
    padding: 14px 14px;
  }

  .faq-item__number,
  .faq-item__toggle {
    width: 24px;
    height: 24px;
  }

  .faq-item__question {
    font-size: 13px;
  }

  .faq-item__toggle::before,
  .faq-item__toggle::after {
    width: 9px;
  }

  .faq-item__content {
    padding: 0 18px 14px 50px;
  }

  .contacts-section::after {
    display: none;
  }

  .contacts-section__inner {
    padding-inline: 16px;
    padding-bottom: 24px;
  }

  .contacts-section__title {
    font-size: clamp(27px, 8.2vw, 34px);
  }

  .contacts-section__text {
    font-size: 14px;
  }

  .contacts-section__cards {
    grid-template-columns: 1fr;
  }

  .contacts-card {
    min-height: 0;
  }

  .contacts-section__map {
    min-height: 260px;
    border-radius: 22px;
  }

  .site-footer__inner {
    padding-inline: 16px;
    padding-top: 32px;
    padding-bottom: 22px;
  }

  .site-footer__brand,
  .site-footer__nav,
  .site-footer__bottom {
    text-align: center;
  }

  .site-footer__logo {
    margin: 0 auto;
  }

  .site-footer__description {
    margin-inline: auto;
  }

  .site-footer__status,
  .site-footer__schedule,
  .site-footer__socials {
    justify-content: center;
  }

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

  .site-footer__nav-list {
    justify-items: center;
  }

  .site-footer__visual {
    display: none;
  }

  .site-footer__meta,
  .site-footer__schedule {
    font-size: 14px;
  }

  .site-footer__bottom {
    margin-top: 8px;
    align-items: center;
  }

  .site-footer__legal {
    justify-content: center;
  }
}

@media (max-width: 420px) {
  .site-header__inner {
    padding-inline: 12px;
    gap: 10px;
  }

  .brand-pill {
    width: min(100%, 150px);
    padding: 0;
    border-radius: 0;
  }

  .menu-toggle {
    width: 38px;
    height: 38px;
  }

  .menu-toggle span {
    left: 10px;
    width: 18px;
  }

  .menu-toggle span:nth-child(1) {
    top: 13px;
  }

  .menu-toggle span:nth-child(2) {
    top: 18px;
  }

  .menu-toggle span:nth-child(3) {
    top: 23px;
  }

  .site-nav {
    width: min(264px, calc(100vw - 20px));
    padding-inline: 16px;
  }

  .site-nav__mobile-phone {
    font-size: 22px;
  }

  .site-nav__mobile-status {
    font-size: 10px;
  }

  .hero__inner {
    padding-inline: 12px;
    padding-top: 16px;
    gap: 18px;
  }

  .hero__title {
    font-size: 27px;
  }

  .hero__lead {
    max-width: 34ch;
  }

  .hero__benefits li {
    font-size: 14px;
  }

  .hero__media img {
    border-radius: 24px;
  }

  .authorized-status__inner {
    padding-inline: 12px;
    padding-top: 22px;
  }

  .authorized-status__title {
    font-size: 24px;
  }

  .authorized-status__brands {
    gap: 8px;
  }

  .about-company__inner {
    padding-inline: 12px;
    padding-top: 22px;
  }

  .about-company__title {
    font-size: 25px;
  }

  .about-company__media img {
    border-radius: 24px;
  }

  .about-company__stat {
    padding-inline: 20px;
  }

  .services-pricing__inner {
    padding-inline: 12px;
    padding-top: 24px;
  }

  .services-pricing__table-wrap {
    border-radius: 20px;
  }

  .services-pricing__table tbody tr {
    padding-inline: 16px;
  }

  .services-pricing__cta {
    width: calc(100% - 32px);
  }

  .reviews-showcase__inner {
    padding-inline: 12px;
    padding-top: 22px;
  }

  .reviews-showcase__card {
    padding-inline: 14px;
    border-radius: 22px;
  }

  .reviews-showcase__badge {
    gap: 8px;
    padding: 9px 10px;
  }

  .reviews-showcase__badge-mark,
  .reviews-showcase__widget-mark {
    width: 20px;
    height: 20px;
    font-size: 12px;
  }

  .reviews-showcase__badge-text strong {
    font-size: 12px;
  }

  .reviews-showcase__badge-text span {
    font-size: 10px;
  }

  .reviews-showcase__title {
    font-size: 25px;
  }

  .reviews-showcase__widget {
    height: 560px;
    border-radius: 18px;
  }

  .reviews-showcase__widget-frame {
    border-radius: 18px;
  }

  .faq-section__inner {
    padding-inline: 12px;
    padding-top: 22px;
  }

  .faq-section__help-card {
    border-radius: 18px;
  }

  .faq-section__help-title {
    font-size: 20px;
  }

  .faq-section__help-link {
    min-height: 42px;
  }

  .faq-item__summary {
    padding-inline: 12px;
  }

  .faq-item__content {
    padding-left: 46px;
    padding-right: 14px;
  }

  .contacts-section__inner {
    padding-inline: 12px;
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .contacts-section__download {
    width: 100%;
    justify-content: center;
  }

  .contacts-card {
    padding-inline: 12px;
    border-radius: 16px;
  }

  .contacts-card__value,
  .contacts-card__hours dt,
  .contacts-card__hours dd {
    font-size: 13px;
  }

  .contacts-section__map {
    min-height: 220px;
    border-radius: 20px;
  }

  .site-footer__inner {
    padding-inline: 12px;
    padding-top: 28px;
  }

  .site-footer__logo {
    width: min(100%, 159px);
  }

  .site-footer__description {
    max-width: 31ch;
    margin-top: 16px;
    font-size: 14px;
  }

  .site-footer__phone {
    font-size: 27px;
  }

  .site-footer__status {
    gap: 7px;
    font-size: 10px;
  }

  .site-footer__meta,
  .site-footer__schedule {
    font-size: 13px;
  }

  .site-footer__schedule {
    display: grid;
    gap: 6px;
  }

  .site-footer__schedule span + span::before {
    content: none;
  }

  .site-footer__socials {
    margin-top: 24px;
  }

  .site-footer__social {
    width: 42px;
    height: 42px;
  }

  .site-footer__nav-list {
    margin-top: 22px;
  }

  .site-footer__nav a {
    font-size: 17px;
  }

  .site-footer__legal {
    gap: 8px 16px;
  }

  .site-footer__legal a,
  .site-footer__copy {
    font-size: 11px;
  }
}

@media (max-width: 360px) {
  .authorized-status__brands {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
