@charset "UTF-8";
@font-face {
  font-family: "Benzin";
  src: url("../fonts/Benzin-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Benzin";
  src: url("../fonts/Benzin-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Benzin";
  src: url("../fonts/Benzin-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
.header {
  position: sticky;
  top: 6px;
  z-index: 9999;
  padding: 0 10px;
  display: flex;
  justify-content: center;
  transition: transform 0.28s ease;
}
.header.is-hidden {
  transform: translateY(-120%);
}
.header__desktop {
  max-width: 1450px;
  width: 100%;
}
@media (width < 1024px) {
  .header__desktop {
    display: none;
  }
}
.header__bar {
  background: rgba(255, 255, 255, 0.58);
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(16px) saturate(120%);
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.65);
  position: relative;
  max-width: 100%;
  margin-inline: auto;
  min-height: 58px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 10px 14px;
  border-radius: 20px;
}
.header__bar::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  z-index: -1;
  pointer-events: none;
  background: radial-gradient(820px 560px at 12% 8%, rgba(92, 85, 186, 0.14), transparent 60%), radial-gradient(900px 640px at 86% 14%, rgba(92, 85, 186, 0.12), transparent 68%);
}
.header__logo img {
  display: block;
  height: 26px;
  width: auto;
}
.header__nav {
  display: flex;
  align-items: center;
  gap: 8px;
}
.header__link {
  text-decoration: none;
  color: #111;
  font: 700 13px "Montserrat", system-ui, -apple-system, sans-serif;
  padding: 6px 10px;
  border-radius: 10px;
  border: 1px solid transparent;
  transition: background 0.18s, border-color 0.18s;
}
.header__link:hover {
  background: rgba(17, 17, 17, 0.06);
  border-color: rgba(17, 17, 17, 0.06);
}
.header__radar {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgb(241.96, 241.4, 249.48);
  border: 1px solid rgba(92, 85, 186, 0.35);
  color: rgb(53.7405857741, 48.7907949791, 120.2092050209);
  font: 800 13px/1.2 "Montserrat", system-ui, -apple-system, sans-serif;
  box-shadow: 0 6px 14px rgba(92, 85, 186, 0.18);

}
.header__radar-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #5c55ba;
  box-shadow: 0 0 0 3px rgba(92, 85, 186, 0.25);
@media (width <= 1345px) {
	display:none;
}

}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 3px rgba(95, 85, 186, 0.25);
  }
  50% {
    box-shadow: 0 0 0 7px rgba(87, 85, 186, 0);
  }
  100% {
    box-shadow: 0 0 0 3px rgba(92, 85, 186, 0.25);
  }
}
.header__radar-dot {
  animation: pulse 2s infinite;

}
.header__pin {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-left: 6px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgb(241.96, 241.4, 249.48);
  border: 1px solid rgba(92, 85, 186, 0.26);
  color: #212121;
  font: 800 12px/1 "Montserrat", system-ui, -apple-system, sans-serif;
  box-shadow: 0 6px 12px rgba(92, 85, 186, 0.12);

	@media (width <= 1345px) {
	display:none;
}
}
.header__right {
  position: relative;
  display: flex;
  align-items: center;
  gap: 14px;
}
.header__avatar img {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
}
.header__phone {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: rgb(45.6317991632, 41.4288702929, 102.0711297071);
}
.header__phone-led {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: radial-gradient(closest-side, #5c55ba, rgb(144.1736401674, 139.4142259414, 208.0857740586));
  box-shadow: 0 0 0 3px rgba(92, 85, 186, 0.18), 0 0 10px rgba(92, 85, 186, 0.4);
@media (width <= 1345px) {
	display:none;
}

}
.header__phone-num {
  font: 800 15px/1.1 "Montserrat", system-ui, -apple-system, sans-serif;
  letter-spacing: 0.2px;
}
.header__phone:hover .header__phone-num {
  text-decoration: underline;
}
.header__btn {
  appearance: none;
  cursor: pointer;
  border-radius: 14px;
  padding: 12px 16px;
  font: 800 14px/1 "Montserrat", system-ui, -apple-system, sans-serif;
  color: #fff;
  background: linear-gradient(135deg, #7d86d6 0%, #555cba 58%, #433ca2 100%);
  border: 1px solid rgba(92, 85, 186, 0.35);
  box-shadow: 0 10px 22px rgba(92, 85, 186, 0.28);
  transition: transform 0.12s, box-shadow 0.18s, filter 0.18s;
}
.header__btn:hover {
  filter: brightness(1.03);
  box-shadow: 0 12px 26px rgba(92, 85, 186, 0.34);
}
.header__btn:active {
  transform: translateY(1px);
}

.callback-panel {
  position: absolute;
  top: 100%;
  right: 0;
  left: var(--panel-offset-left, 0);
  transform: translateY(8px);
  opacity: 0;
  pointer-events: none;
  transition: transform 0.22s ease, opacity 0.22s ease;
  z-index: 50;
}
.callback-panel.is-open {
  transform: translateY(16px);
  opacity: 1;
  pointer-events: auto;
}
.callback-panel__card {
  border-radius: 18px;
  background: rgba(33, 33, 33, 0.9);
  color: #f2f2f2;
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(16px);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.38);
  padding: 18px;
  width: 320px;
}
.callback-panel__top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
}
.callback-panel__brand {
  display: flex;
  gap: 10px;
  align-items: center;
}
.callback-panel__ava {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
}
.callback-panel__title {
  margin: 0;
  font: 800 18px/1 "Benzin", sans-serif;
  color: #f2f2f2;
}
.callback-panel__sub {
  margin: 4px 0 0;
  font: 600 13px/1.3 "Montserrat", system-ui, -apple-system, sans-serif;
  color: #d9dfd1;
}
.callback-panel__close {
  width: 24px;
  height: 24px;
  background: transparent;
  border: none;
  color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  padding: 0;
}
.callback-panel__close:hover {
  color: #fff;
}
.callback-panel__badges {
  list-style: none;
  padding: 0;
  margin: 10px 0 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.callback-panel__badges .badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgb(241.96, 241.4, 249.48);
  color: rgb(53.7405857741, 48.7907949791, 120.2092050209);
  font: 700 12px/1 "Montserrat", system-ui, -apple-system, sans-serif;
  border: 1px solid rgba(92, 85, 186, 0.28);
}
.callback-panel__badges .badge__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #5c55ba;
}
.callback-panel .form-group {
  margin-bottom: 12px;
}
.callback-panel .form-label {
  display: block;
  margin-bottom: 6px;
  font: 200 14px/1.2 "Montserrat", system-ui, -apple-system, sans-serif;
  color: #eee;
}
.callback-panel .form-input {
  width: 100%;
  height: 48px;
  border-radius: 16px;
  padding: 10px 12px;
  background: rgba(0, 0, 0, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #f2f2f2;
  font: 200 16px/1 "Montserrat", system-ui, -apple-system, sans-serif;
}
.callback-panel .form-input:focus {
  outline: none;
  border-color: #5c55ba;
}
.callback-panel__submit {
  display: block;
  width: 100%;
  height: 56px;
  border-radius: 16px;
  color: #fff;
  background: linear-gradient(135deg, #7d86d6 0%, #555cba 58%, #433ca2 100%);
  border: 1px solid rgba(92, 85, 186, 0.45);
  font: 800 18px/1 "Montserrat", system-ui, -apple-system, sans-serif;
  cursor: pointer;
}
.callback-panel__submit:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}
.callback-panel__ghost {
  display: flex;
  justify-content: center;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  font-size: 13px;
}
.callback-panel__ghost:hover {
  color: #fff;
}

.header__mobile {
  width: 100%;
}
@media (width >= 1024px) {
  .header__mobile {
    display: none;
  }
}
.header__mobile-bar {
  position: relative;
  isolation: isolate;
  min-height: 56px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 16px 16px 14px 14px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(16px) saturate(120%);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.18);
}
.header__mobile-bar::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  z-index: -1;
  pointer-events: none;
  background: radial-gradient(820px 560px at 12% 8%, rgba(92, 85, 186, 0.14), transparent 60%), radial-gradient(900px 640px at 86% 14%, rgba(92, 85, 186, 0.12), transparent 68%);
}
.header__mobile-logo {
  display: inline-grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
}
.header__mobile-logo img {
  height: 22px;
  width: 22px;
  display: block;
}
.header__mobile-center {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.header__mobile-ava img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
}
.header__mobile-phone {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
  padding: 9px 12px;
  border-radius: 12px;
  background: rgb(241.96, 241.4, 249.48);
  border: 1px solid rgba(92, 85, 186, 0.35);
  color: rgb(53.7405857741, 48.7907949791, 120.2092050209);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}
.header__mobile-phone-led {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #5c55ba;
  box-shadow: 0 0 0 4px rgba(92, 85, 186, 0.22);
}
.header__mobile-phone-num {
  font: 800 13px/1 "Montserrat", system-ui, -apple-system, sans-serif;
  letter-spacing: 0.2px;
}

.header__burger {
  display: inline-grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: rgb(241.96, 241.4, 249.48);
  border: 1px solid rgba(92, 85, 186, 0.35);
  color: #5c55ba;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.15);
  cursor: pointer;
}
.header__burger svg {
  filter: drop-shadow(0 2px 4px rgba(92, 85, 186, 0.2));
  fill: currentColor;
}

.mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: none;
}
.mobile-menu.is-open {
  display: block;
}
.mobile-menu.is-open .mobile-menu__backdrop {
  opacity: 1;
}
.mobile-menu.is-open .mobile-menu__sheet {
  transform: translateX(0);
}
.mobile-menu__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(4px);
  opacity: 0;
  transition: opacity 0.22s ease;
}
.mobile-menu__sheet {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: min(92vw, 420px);
  background: linear-gradient(180deg, rgba(21, 21, 21, 0.84) 0%, rgba(21, 21, 21, 0.94) 100%);
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(18px);
  box-shadow: -28px 0 80px rgba(0, 0, 0, 0.45);
  transform: translateX(100%);
  transition: transform 0.25s ease;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.mobile-menu__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px;
}
.mobile-menu__logo img {
  height: 20px;
}
.mobile-menu__close {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: #fff;
  width: 36px;
  height: 36px;
  border-radius: 12px;
  cursor: pointer;
}
.mobile-menu__nav {
  display: grid;
  gap: 8px;
  padding: 0 14px;
}
.mobile-menu__link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 12px;
  border-radius: 14px;
  text-decoration: none;
  color: #f2f2f2;
  font: 800 16px/1.15 "Montserrat", system-ui, -apple-system, sans-serif;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-menu__link .arrow-icon {
  width: 18px;
  height: 18px;
  opacity: 0.85;
}
.mobile-menu__contacts {
  margin-top: auto;
  padding: 14px;
  border-top: 1px dashed rgba(255, 255, 255, 0.1);
  display: grid;
  gap: 10px;
}
.mobile-menu .contact-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(92, 85, 186, 0.07);
  border: 1px solid rgba(92, 85, 186, 0.14);
  color: rgb(206.1, 204, 234.3);
  font: 700 12px/1 "Montserrat", system-ui, -apple-system, sans-serif;
}
.mobile-menu .contact-phone {
  color: rgb(189.8, 187, 227.4);
  text-decoration: none;
  font-weight: 800;
  font-size: 18px;
}

.hero {
  position: relative;
  padding-top: 40px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .hero {
    padding-top: 80px;
  }
}
.hero__container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 16px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .hero__container {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
.hero__content {
  width: 100%;
  z-index: 2;
}
@media (min-width: 992px) {
  .hero__content {
    width: 60%;
    padding-right: 20px;
  }
}
.hero__title {
  font-family: "Benzin", sans-serif;
  font-weight: 800;
  font-size: clamp(24px, 5vw, 55px);
  line-height: 1.15;
  color: #212121;
  margin: 0 0 24px;
}
.hero__title-city {
  background: linear-gradient(135deg, #5c55ba 0%, #433ca2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.hero__benefits {
  margin-bottom: 20px;
}
.hero-chips {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.hero-chips__item {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 9px 14px;
  border-radius: 999px;
  background: linear-gradient(180deg, #242424, #1b1b1b);
  color: #f2f2f2;
  border: 1px solid rgba(255, 255, 255, 0.08);
  font-family: "Montserrat", system-ui, -apple-system, sans-serif;
  font-weight: 600;
  font-size: 13px;
  line-height: 1.1;
  letter-spacing: 0.2px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.04);
  transition: transform 0.2s ease;
}
.hero-chips__item:hover {
  transform: translateY(-1px);
  border-color: rgba(92, 85, 186, 0.3);
}
@media (max-width: 480px) {
  .hero-chips__item {
    padding: 6px 10px;
    font-size: 11px;
    gap: 6px;
  }
}
.hero-chips__dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #5c55ba;
  box-shadow: 0 0 0 6px rgba(92, 85, 186, 0.16), 0 0 0 10px rgba(92, 85, 186, 0.25);
}
@media (max-width: 480px) {
  .hero-chips__dot {
    width: 6px;
    height: 6px;
    box-shadow: 0 0 0 4px rgba(92, 85, 186, 0.16);
  }
}
.hero__rating {
  margin-top: 15px;
}

.rating {
  display: flex;
  align-items: center;
  gap: 14px;
  font-family: "Montserrat", system-ui, -apple-system, sans-serif;
}
.rating__logo {
  width: 45px;
  height: 32px;
  object-fit: contain;
  flex-shrink: 0;
}
.rating__stars {
  display: flex;
  align-items: center;
}
.rating__icon {
  width: 20px;
  height: 20px;
  fill: #ffb300;
}
.rating__text {
  font-size: 16px;
  color: #313437;
  font-weight: 500;
}
@media (max-width: 480px) {
  .rating {
    gap: 8px;
  }
  .rating__logo {
    width: 30px;
    height: 22px;
  }
  .rating__icon {
    width: 16px;
    height: 16px;
  }
  .rating__text {
    font-size: 13px;
  }
}

.hero__visual {
  width: 100%;
  position: relative;
  margin-top: 30px;
  display: flex;
  justify-content: center;
}
@media (min-width: 992px) {
  .hero__visual {
    width: 40%;
    margin-top: 0;
    justify-content: flex-end;
  }
}

.hero__images {
  position: relative;
  width: 100%;
  max-width: 500px;
}
@media (min-width: 992px) {
  .hero__images {
    max-width: none;
    margin-top: -50px;
  }
}

.hero__img-car {
  width: 100%;
  height: auto;
  display: block;
  z-index: 1;
  position: relative;
}
@media (min-width: 992px) {
  .hero__img-car {
    min-width: 600px;
  }
}

.hero__img-master {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 45%;
  max-width: 240px;
  height: auto;
  z-index: 2;
  filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.15));
}
@media (min-width: 992px) {
  .hero__img-master {
    display: none;
  }
}

.hero-pill {
  padding: 40px 16px;
}
.hero-pill__container {
  min-height: 200px;
  border-radius: 50px;
  padding: 28px 16px;
  background: #fff;
  border: 2px solid rgba(92, 85, 186, 0.38);
  position: relative;
  isolation: isolate;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.1), inset 0 2px 0 rgba(255, 255, 255, 0.65);
  max-width: 1400px;
  margin: 0 auto;
}
.hero-pill__container::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  z-index: -1;
  pointer-events: none;
  background: radial-gradient(780px 520px at 12% 10%, rgba(92, 85, 186, 0.26), transparent 62%), radial-gradient(900px 620px at 88% 14%, rgba(108.8333333333, 85, 186, 0.2), transparent 68%), #fff;
}
@media (min-width: 992px) {
  .hero-pill__container {
    border-radius: 200px;
    padding: 16px 35px;
  }
}
.hero-pill__grid {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  align-items: center;
  text-align: center;
}
@media (min-width: 992px) {
  .hero-pill__grid {
    grid-template-columns: 216px 1fr 380px;
    gap: 16px;
    text-align: left;
  }
}
.hero-pill__media {
  display: flex;
  justify-content: center;
}
.hero-pill .video-circle {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  border: 0;
  background: transparent;
  cursor: pointer;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.09);
  padding: 0;
}
.hero-pill .video-circle__poster, .hero-pill .video-circle__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-pill .video-circle__poster {
  z-index: 2;
  transition: opacity 0.3s;
}
.hero-pill .video-circle__poster.is-hidden {
  opacity: 0;
}
.hero-pill .video-circle__video {
  z-index: 1;
}
.hero-pill .video-circle__eq {
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 3;
  width: 36px;
  height: 26px;
  padding: 4px 6px;
  border-radius: 12px;
  background: rgba(33, 33, 33, 0.55);
  display: flex;
  align-items: flex-end;
  gap: 3px;
  opacity: 0;
  transform: translateY(4px);
  transition: all 0.2s;
}
.hero-pill .video-circle__eq i {
  width: 4px;
  height: 8px;
  border-radius: 2px;
  background: #5c55ba;
  animation: eq-anim 1s ease-in-out infinite;
}
.hero-pill .video-circle__eq i:nth-child(2) {
  animation-delay: 0.12s;
}
.hero-pill .video-circle__eq i:nth-child(3) {
  animation-delay: 0.24s;
}
.hero-pill .video-circle:not(.is-muted) .video-circle__eq {
  opacity: 1;
  transform: none;
}
.hero-pill__content {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.hero-pill__top {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}
@media (min-width: 992px) {
  .hero-pill__top {
    justify-content: flex-start;
  }
}
.hero-pill__meta {
  font-size: 13px;
  font-weight: 600;
  color: rgb(28.25, 27.2, 42.35);
}
.hero-pill__title {
  margin: 0;
  font-family: "Benzin", sans-serif;
  font-weight: 800;
  font-size: 22px;
  line-height: 1.16;
  color: #212121;
}
.hero-pill__title .text-highlight {
  background: linear-gradient(90deg, #433ca2, #5c55ba);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hero-pill__title .text-green {
  color: rgb(68.9405857741, 62.5907949791, 154.2092050209);
}
@media (min-width: 768px) {
  .hero-pill__title {
    font-size: 28px;
  }
}
.hero-pill__subtitle {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.45;
  color: rgb(55.2, 55.2, 55.2);
  opacity: 0.92;
}
.hero-pill__phone {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #111;
  text-decoration: none;
  font-family: "Montserrat", system-ui, -apple-system, sans-serif;
  font-weight: 800;
  font-size: 24px;
  letter-spacing: 0.05px;
  margin-top: 5px;
}
.hero-pill__phone svg {
  color: #5c55ba;
}
@media (min-width: 992px) {
  .hero-pill__phone {
    justify-content: flex-start;
    font-size: 28px;
  }
}
.hero-pill__facts {
  margin: 6px 0 0;
  display: grid;
  gap: 6px;
}
.hero-pill__facts .fact-item {
  display: flex;
  justify-content: center;
  gap: 10px;
  font-size: 13px;
}
@media (min-width: 992px) {
  .hero-pill__facts .fact-item {
    justify-content: flex-start;
  }
}
.hero-pill__facts .fact-item dt {
  font-weight: 700;
  color: rgb(28.25, 27.2, 42.35);
  min-width: 60px;
  text-align: left;
}
.hero-pill__facts .fact-item dd {
  margin: 0;
  font-weight: 700;
  color: #212121;
}
.hero-pill__actions {
  display: flex;
  justify-content: center;
}
@media (min-width: 992px) {
  .hero-pill__actions {
    justify-content: flex-end;
  }
}
.hero-pill__cta-wrap {
  width: 100%;
  max-width: 400px;
  display: grid;
  gap: 10px;
}
.hero-pill__note {
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
  color: rgb(28.25, 27.2, 42.35);
}

.status-badge {
  width: max-content;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgb(241.96, 241.4, 249.48);
  border: 1px solid rgba(92, 85, 186, 0.28);
  color: #212121;
  font-family: "Montserrat", system-ui, -apple-system, sans-serif;
  font-weight: 800;
  font-size: 14px;
  line-height: 1;
  box-shadow: 0 6px 14px rgba(92, 85, 186, 0.16);
}
.status-badge__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #5c55ba;
  box-shadow: 0 0 10px rgba(92, 85, 186, 0.6);
}

.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  border-radius: 16px;
  padding: 0 18px;
  font-family: "Montserrat", system-ui, -apple-system, sans-serif;
  font-weight: 800;
  font-size: 18px;
  color: #fff;
  background: radial-gradient(120% 120% at 50% 0%, rgb(144.1736401674, 139.4142259414, 208.0857740586) 0%, #5c55ba 45%, #433ca2 100%);
  border: 0;
  cursor: pointer;
  box-shadow: 0 10px 22px rgba(92, 85, 186, 0.32);
  transition: transform 0.12s ease, filter 0.18s ease, box-shadow 0.18s ease;
  width: 100%;
}
.btn-primary:hover {
  filter: brightness(1.04);
  box-shadow: 0 12px 26px rgba(92, 85, 186, 0.38);
}
.btn-primary:active {
  transform: translateY(1px);
}

@keyframes eq-anim {
  0%, 100% {
    height: 7px;
    opacity: 0.8;
  }
  50% {
    height: 18px;
    opacity: 1;
  }
}
.modal {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}
.modal[hidden] {
  display: none !important;
}
.modal:not([hidden]) {
  animation: fade-in 0.2s ease;
}
.modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.86);
  backdrop-filter: blur(4px);
}
.modal__container {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 620px;
  max-height: 95vh;
  overflow-y: auto;
  border-radius: 22px;
  isolation: isolate;
}
.modal__close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 10;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  border: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
  color: #5c55ba;
  transition: transform 0.2s;
}
.modal__close:hover {
  transform: scale(1.05);
}

.modal-form-wrapper {
  background: rgba(33, 33, 33, 0.55);
  backdrop-filter: blur(16px) saturate(120%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 22px;
  padding: 20px;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.45);
  color: #f2f2f2;
}

.order-form {
  display: grid;
  gap: 14px;
}
.order-form__head {
  display: grid;
  gap: 8px;
  margin-bottom: 10px;
}
.order-form__title {
  margin: 0;
  font-family: "Benzin", sans-serif;
  font-weight: 800;
  font-size: 20px;
  line-height: 1.25;
  color: #f2f2f2;
}
.order-form__meta {
  margin: 0;
  font-size: 13px;
  color: rgba(242, 242, 242, 0.7);
}
.order-form__grid {
  display: grid;
  gap: 12px;
}
@media (min-width: 576px) {
  .order-form__grid {
    grid-template-columns: 1fr 1fr;
  }
}
.order-form__actions {
  margin-top: 10px;
}
.order-form__legal {
  font-size: 11px;
  opacity: 0.6;
  text-align: center;
  margin: 0;
}

.form-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.form-field__label {
  font-size: 13px;
  font-weight: 700;
  color: #f2f2f2;
}
.form-field__label b {
  color: #5c55ba;
}

.form-input,
.form-select {
  width: 100%;
  box-sizing: border-box;
  height: 48px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.06);
  padding: 0 14px;
  color: #f2f2f2;
  font-family: "Montserrat", system-ui, -apple-system, sans-serif;
  font-size: 15px;
  transition: border-color 0.2s, background-color 0.2s, box-shadow 0.2s;
}
.form-input::placeholder,
.form-select::placeholder {
  color: rgba(242, 242, 242, 0.4);
}
.form-input:focus,
.form-select:focus {
  outline: none;
  border-color: #5c55ba;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 0 4px rgba(92, 85, 186, 0.15);
}

textarea.form-input {
  height: auto;
  padding-top: 12px;
  resize: vertical;
  min-height: 80px;
}

.form-select {
  appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23d0d5e6' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 16px;
}

.modal-success {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(8px);
  z-index: 5;
  border-radius: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: fade-in 0.3s;
}
.modal-success[hidden] {
  display: none !important;
}
.modal-success__card {
  background: rgba(33, 33, 33, 0.95);
  padding: 24px;
  border-radius: 18px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}
.modal-success__title {
  font-family: "Benzin", sans-serif;
  font-weight: 800;
  font-size: 22px;
  color: #f2f2f2;
  margin-bottom: 8px;
}
.modal-success__text {
  color: rgba(242, 242, 242, 0.8);
  margin-bottom: 16px;
}

.btn-outline {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #f2f2f2;
  padding: 8px 24px;
  border-radius: 12px;
  cursor: pointer;
  transition: background-color 0.2s;
}
.btn-outline:hover {
  background: rgba(255, 255, 255, 0.1);
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#rt-wm-toast-v12 {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 2147483647;
  pointer-events: none;
}
#rt-wm-toast-v12 .card {
  pointer-events: auto;
  min-width: min(560px, 92vw);
  max-width: min(760px, 96vw);
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 14px;
  padding: 18px;
  border-radius: 24px;
  background: rgba(33, 33, 33, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #fff;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  transform: scale(0.96);
  opacity: 0;
  transition: 0.22s ease;
  font-family: "Montserrat", system-ui, -apple-system, sans-serif;
}
#rt-wm-toast-v12 .card.show {
  transform: scale(1);
  opacity: 1;
}
#rt-wm-toast-v12 .left {
  position: relative;
  width: 56px;
  height: 56px;
}
#rt-wm-toast-v12 .left img {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 2px solid rgba(92, 85, 186, 0.6);
  display: block;
  object-fit: cover;
}
#rt-wm-toast-v12 .pulse {
  position: absolute;
  inset: -2px;
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(92, 85, 186, 0.55);
  animation: rtWM_toast_pulse 1.8s infinite;
}
#rt-wm-toast-v12 .body .title {
  font-family: "Benzin", sans-serif;
  font-weight: 800;
  font-size: 20px;
  line-height: 1.22;
  margin-bottom: 2px;
}
#rt-wm-toast-v12 .body .sub {
  font-family: "Montserrat", system-ui, -apple-system, sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.5;
  opacity: 0.95;
}
#rt-wm-toast-v12 .close {
  background: transparent;
  border: 0;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  color: rgb(206.1, 204, 234.3);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s;
}
#rt-wm-toast-v12 .close:hover {
  background: rgba(255, 255, 255, 0.06);
}
#rt-wm-toast-v12 .close svg {
  width: 24px;
  height: 24px;
}
@media (max-width: 560px) {
  #rt-wm-toast-v12 .card {
    min-width: 92vw;
    padding: 14px;
    border-radius: 18px;
  }
  #rt-wm-toast-v12 .title {
    font-size: 18px;
  }
  #rt-wm-toast-v12 .sub {
    font-size: 14px;
  }
}

@keyframes rtWM_toast_pulse {
  to {
    box-shadow: 0 0 0 14px rgba(92, 85, 186, 0);
  }
}
.breakdowns {
  padding: 40px 0 54px;
}
.breakdowns__container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 12px;
}
.breakdowns__header {
  text-align: center;
  margin: 0 auto 40px;
  padding: 0 12px;
}
.breakdowns__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  background: rgb(241.96, 241.4, 249.48);
  border-radius: 100px;
  font-family: "Montserrat", system-ui, -apple-system, sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: rgb(61.8493723849, 56.1527196653, 138.3472803347);
  margin-bottom: 16px;
}
.breakdowns__badge-dot {
  width: 8px;
  height: 8px;
  background: #5c55ba;
  border-radius: 50%;
  box-shadow: 0 0 0 3px rgba(92, 85, 186, 0.2);
  animation: pulse 2s infinite;
}
.breakdowns__title {
  font-family: "Benzin", sans-serif;
  font-weight: 800;
  font-size: clamp(28px, 5vw, 42px);
  color: #111;
  line-height: 1.2;
  margin: 0 0 12px;
}
.breakdowns__title span {
  background: linear-gradient(135deg, #7d86d6 0%, #555cba 58%, #433ca2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.breakdowns__subtitle {
  font-family: "Montserrat", system-ui, -apple-system, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #666;
  margin: 0;
}
.breakdowns__subtitle b {
  font-weight: 700;
  color: #111;
}
.breakdowns__grid {
  display: grid;
  gap: 14px;
  grid-template-columns: 1fr;
}
@media (min-width: 640px) {
  .breakdowns__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}
@media (min-width: 1024px) {
  .breakdowns__grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
  }
}
.breakdowns__cta {
  text-align: center;
  margin: 22px auto 0;
  padding: 0 12px;
}
.breakdowns__btn {
  padding: 14px 24px;
  font-size: 16px;
}

.breakdowns-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 16px 14px 18px;
  border-radius: 18px;
  background: linear-gradient(180deg, #ffffff 0%, #f4f5fd 100%);
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
  text-align: left;
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
  appearance: none;
}
.breakdowns-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.08);
}
.breakdowns-card:focus-visible {
  outline: 3px solid rgba(92, 85, 186, 0.35);
  outline-offset: 3px;
}
.breakdowns-card__icon {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: rgb(243.59, 243.1, 250.17);
  border: 1px solid rgba(92, 85, 186, 0.25);
  color: rgb(53.7405857741, 48.7907949791, 120.2092050209);
}
.breakdowns-card__icon svg {
  width: 22px;
  height: 22px;
}
.breakdowns-card__title {
  margin: 0 0 4px;
  font-family: "Montserrat", system-ui, -apple-system, sans-serif;
  font-weight: 800;
  font-size: 18px;
  line-height: 1.25;
  color: #212121;
  padding-right: 56px;
}
.breakdowns-card__desc {
  margin: 0;
  font-family: "Montserrat", system-ui, -apple-system, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  color: #444;
}
.breakdowns-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px;
}
.breakdowns-card__tag {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  font-family: "Montserrat", system-ui, -apple-system, sans-serif;
  font-weight: 800;
  font-size: 12.5px;
  color: #111;
}

.modal-breakdown {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
}
.modal-breakdown[hidden] {
  display: none;
}
.modal-breakdown__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.64);
  backdrop-filter: blur(6px);
}
.modal-breakdown__sheet {
  position: relative;
  z-index: 1;
  width: min(640px, 92vw);
  max-height: 88vh;
  overflow-y: auto;
  background: rgba(33, 33, 33, 0.94);
  color: #f2f2f2;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  padding: 20px;
  backdrop-filter: blur(16px);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.45);
}
.modal-breakdown__close {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
  width: 34px;
  height: 34px;
  border: none;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 1px 12px rgba(0, 0, 0, 0.25);
}
.modal-breakdown__close::before, .modal-breakdown__close::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 2px;
  background: #5c55ba;
  border-radius: 2px;
}
.modal-breakdown__close::before {
  transform: rotate(45deg);
}
.modal-breakdown__close::after {
  transform: rotate(-45deg);
}
.modal-breakdown__header {
  margin-bottom: 20px;
}
.modal-breakdown__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  background: rgb(241.96, 241.4, 249.48);
  border: 1px solid rgba(92, 85, 186, 0.25);
  border-radius: 999px;
  color: rgb(37.5230125523, 34.0669456067, 83.9330543933);
  font-family: "Montserrat", system-ui, -apple-system, sans-serif;
  font-size: 12.5px;
  margin-bottom: 8px;
}
.modal-breakdown__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #5c55ba;
}
.modal-breakdown__title {
  font-family: "Benzin", sans-serif;
  font-weight: 800;
  font-size: 21px;
  line-height: 1.2;
  margin: 4px 0 8px;
  color: #f2f2f2;
}
.modal-breakdown__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.modal-breakdown__tag {
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
  border-radius: 999px;
  background: #fff;
  color: #111;
  font-size: 12.5px;
  font-weight: 700;
}
.modal-breakdown__form .form-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: 1fr;
}
@media (min-width: 640px) {
  .modal-breakdown__form .form-grid {
    grid-template-columns: 1fr 1fr;
  }
}
.modal-breakdown__form .form-group--wide {
  grid-column: 1/-1;
}
.modal-breakdown__form .form-label {
  display: block;
  margin-bottom: 6px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.92);
}
.modal-breakdown__form .form-input,
.modal-breakdown__form .form-select {
  width: 100%;
  padding: 12px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  font-size: 14px;
  outline: none;
}
.modal-breakdown__form .form-input:focus,
.modal-breakdown__form .form-select:focus {
  border-color: rgba(92, 85, 186, 0.6);
  box-shadow: 0 0 0 4px rgba(92, 85, 186, 0.18);
}
.modal-breakdown__form .form-input.is-invalid,
.modal-breakdown__form .form-select.is-invalid {
  border-color: #ff4d4d;
  box-shadow: 0 0 0 3px rgba(255, 77, 77, 0.2);
  animation: shake 0.4s ease-in-out;
}
.modal-breakdown__form .form-input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.modal-breakdown__form .form-select {
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, #ccd2e3 50%), linear-gradient(135deg, #ccd2e3 50%, transparent 50%);
  background-position: right 14px top 50%, right 8px top 50%;
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
}
.modal-breakdown__form textarea.form-input {
  min-height: 100px;
  resize: vertical;
}
.modal-breakdown__submit {
  margin-top: 16px;
  width: 100%;
  height: 50px;
  border: 0;
  border-radius: 14px;
  background: #5c55ba;
  color: #fff;
  font-family: "Montserrat", system-ui, -apple-system, sans-serif;
  font-weight: 900;
  font-size: 16px;
  cursor: pointer;
  box-shadow: 0 12px 28px rgba(92, 85, 186, 0.35);
  transition: transform 0.1s;
}
.modal-breakdown__submit:hover {
  filter: brightness(1.05);
}
.modal-breakdown__submit:active {
  transform: translateY(1px);
}
.modal-breakdown__hint {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
  text-align: center;
  margin-top: 10px;
}

.how-work {
  padding: 60px 0;
  position: relative;
  overflow: hidden;
}
.how-work__container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}
.how-work__header {
  text-align: center;
  margin-bottom: 40px;
}
.how-work__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  background: rgb(241.96, 241.4, 249.48);
  border-radius: 999px;
  font-size: 14px;
  color: rgb(53.7405857741, 48.7907949791, 120.2092050209);
  font-weight: 600;
  margin-bottom: 12px;
}
.how-work__badge-dot {
  width: 8px;
  height: 8px;
  background: #5c55ba;
  border-radius: 50%;
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 3px rgba(95, 85, 186, 0.25);
  }
  50% {
    box-shadow: 0 0 0 7px rgba(87, 85, 186, 0);
  }
  100% {
    box-shadow: 0 0 0 3px rgba(92, 85, 186, 0.25);
  }
}
.how-work__badge-dot {
  animation: pulse 2s infinite;
}
.how-work__title {
  font-family: "Benzin", sans-serif;
  font-size: clamp(26px, 5vw, 42px);
  font-weight: 900;
  color: #212121;
  margin: 0 0 12px;
  line-height: 1.2;
}
.how-work__title span {
  background: linear-gradient(135deg, #7d86d6 0%, #555cba 58%, #433ca2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.how-work__subtitle {
  font-size: 16px;
  color: #666;
  margin: 0;
}
.how-work__grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 640px) {
  .how-work__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .how-work__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.how-work__cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  margin-top: 40px;
}
@media (min-width: 640px) {
  .how-work__cta {
    flex-direction: row;
    justify-content: center;
  }
}
.how-work__tel {
  font-weight: 800;
  color: #5c55ba;
  text-decoration: none;
  font-size: 18px;
}
.how-work__tel:hover {
  text-decoration: underline;
}

.how-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 16px;
  border-radius: 22px;
  background: linear-gradient(180deg, #ffffff 0%, #f4f5fd 100%);
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  cursor: pointer;
}
.how-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.08);
}
.how-card__media {
  position: relative;
  overflow: hidden;
  border-radius: 14px;
  aspect-ratio: 1.45;
}
.how-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.how-card__number {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #5c55ba;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  box-shadow: 0 0 0 6px rgba(92, 85, 186, 0.2);
}
.how-card__title {
  font-size: 18px;
  font-weight: 800;
  color: #212121;
  margin: 0;
}
.how-card__text {
  font-size: 14px;
  line-height: 1.5;
  color: #555;
  margin: 0;
  flex-grow: 1;
}
.how-card__chip {
  display: inline-flex;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(92, 85, 186, 0.1);
  color: rgb(60.3230125523, 54.7669456067, 134.9330543933);
  font-size: 12px;
  font-weight: 700;
}

.brands {
  padding: 60px 0;
  background: radial-gradient(120% 200% at 50% 0%, #ffffff 0%, #f4f5fd 60%, #eef0fa 100%);
  position: relative;
  overflow: hidden;
}
.brands::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../img/noise-4.png");
  background-size: 280px;
  opacity: 0.06;
  pointer-events: none;
}
.brands__container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}
.brands__header {
  text-align: center;
  margin-bottom: 40px;
}
.brands__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  background: rgb(230.55, 229.5, 244.65);
  border-radius: 100px;
  font-size: 14px;
  color: rgb(69.9581589958, 63.5146443515, 156.4853556485);
  font-weight: 500;
  margin-bottom: 16px;
}
.brands__badge-dot {
  width: 8px;
  height: 8px;
  background: #5c55ba;
  border-radius: 50%;
  box-shadow: 0 0 0 3px rgba(92, 85, 186, 0.2);
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 3px rgba(95, 85, 186, 0.25);
  }
  50% {
    box-shadow: 0 0 0 7px rgba(87, 85, 186, 0);
  }
  100% {
    box-shadow: 0 0 0 3px rgba(92, 85, 186, 0.25);
  }
}
.brands__badge-dot {
  animation: pulse 2s infinite;
}
.brands__title {
  font-family: "Benzin", sans-serif;
  font-size: clamp(28px, 5vw, 42px);
  font-weight: 800;
  color: #111;
  margin: 0 0 12px;
  line-height: 1.2;
}
.brands__title span {
  color: #5c55ba;
}
.brands__subtitle {
  font-size: 16px;
  color: #666;
  margin: 0;
}
.brands__grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
  margin-bottom: 24px;
}
@media (max-width: 1024px) {
  .brands__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 768px) {
  .brands__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 576px) {
  .brands__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
.brands__more-wrapper {
  display: contents;
}
.brands__more-wrapper[hidden] {
  display: none;
}
.brands-card {
  position: relative;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 16px;
  background: radial-gradient(120% 150% at 20% 0%, #f4f5fd 0%, #f9fafd 40%, #ffffff 100%);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
  appearance: none;
  font-family: inherit;
}
.brands-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.08);
  border-color: rgba(92, 85, 186, 0.35);
}
.brands-card img {
  max-width: 100%;
  max-height: 45px;
  object-fit: contain;
  opacity: 0.9;
}
.brands-card--text {
  font-family: "Montserrat", system-ui, -apple-system, sans-serif;
  font-weight: 800;
  font-size: 18px;
  color: #212121;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  text-align: center;
}
.brands-card--small-text {
  font-size: 14px;
}
.brands__actions {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.brands__toggle-btn {
  padding: 12px 24px;
  background-color: transparent;
  border: 2px solid #5c55ba;
  color: #5c55ba;
  font-weight: 700;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.2s;
}
.brands__toggle-btn:hover {
  background-color: #5c55ba;
  color: #fff;
}

.team {
  padding: 40px 0;
  background-color: #fff;
}
.team__container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 16px;
}
.team__header {
  text-align: center;
  margin-bottom: 40px;
}
.team__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  background: rgb(241.96, 241.4, 249.48);
  border-radius: 100px;
  font-size: 14px;
  color: rgb(53.7405857741, 48.7907949791, 120.2092050209);
  font-weight: 500;
  margin-bottom: 16px;
}
.team__badge-dot {
  width: 8px;
  height: 8px;
  background: #5c55ba;
  border-radius: 50%;
  box-shadow: 0 0 0 3px rgba(92, 85, 186, 0.2);
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 3px rgba(95, 85, 186, 0.25);
  }
  50% {
    box-shadow: 0 0 0 7px rgba(87, 85, 186, 0);
  }
  100% {
    box-shadow: 0 0 0 3px rgba(92, 85, 186, 0.25);
  }
}
.team__badge-dot {
  animation: pulse 2s infinite;
}
.team__title {
  font-family: "Benzin", sans-serif;
  font-size: clamp(28px, 5vw, 42px);
  font-weight: 800;
  color: #212121;
  margin: 0 0 12px;
  line-height: 1.2;
}
.team__title span {
  background: linear-gradient(135deg, #7d86d6 0%, #555cba 58%, #433ca2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.team__subtitle {
  font-size: 16px;
  color: #666;
  margin: 0;
  line-height: 1.5;
}
.team__grid {
  display: grid;
  gap: 18px;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .team__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1280px) {
  .team__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.master-card {
  border-radius: 26px;
  overflow: hidden;
  background: #0e0e0e;
  border: 1px solid rgba(17, 17, 17, 0.08);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.35);
  content-visibility: auto;
  contain-intrinsic-size: 640px 640px;
}
.master-card__media {
  position: relative;
  aspect-ratio: 1/1;
  margin: 0;
  overflow: hidden;
  background: #000;
}
.master-card__video, .master-card__poster {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.master-card__video {
  z-index: 0;
  opacity: 0;
  transition: opacity 0.25s;
}
.master-card__poster {
  z-index: 1;
  transition: opacity 0.25s;
}
.master-card.is-playing .master-card__video {
  opacity: 1;
}
.master-card.is-playing .master-card__poster {
  opacity: 0;
  pointer-events: none;
}
.master-card.is-playing .master-card__play {
  display: none;
}
.master-card__overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}
.master-card__sound {
  position: absolute;
  right: 14px;
  top: 14px;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.45);
  border: 1px solid rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(10px) saturate(160%);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.35);
  pointer-events: auto;
  border: none;
}
@media (max-width: 640px) {
  .master-card__sound {
    display: none;
  }
}
.master-card__name {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 66px;
  max-width: 88%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.65);
}
@media (max-width: 640px) {
  .master-card__name {
    font-size: 14px;
    bottom: 60px;
    max-width: 92%;
  }
}
.master-card__cta {
  position: absolute;
  left: 50%;
  bottom: 18px;
  transform: translateX(-50%);
  height: 40px;
  padding: 0 22px;
  border-radius: 14px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  white-space: nowrap;
  min-width: 220px;
  max-width: calc(100% - 32px);
  font-family: "Montserrat", system-ui, -apple-system, sans-serif;
  font-size: 15px;
  font-weight: 800;
  color: #f2f2f2;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(12px) saturate(155%);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.45), 0 0 16px rgba(92, 85, 186, 0.28);
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
  pointer-events: auto;
}
.master-card__cta:hover {
  transform: translateX(-50%) translateY(-2px);
  background: rgba(255, 255, 255, 0.18);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.42), inset 0 1px 0 rgba(255, 255, 255, 0.55), 0 0 26px rgba(92, 85, 186, 0.38);
}
@media (max-width: 640px) {
  .master-card__cta {
    height: 36px;
    font-size: 14px;
    padding: 0 18px;
    bottom: 14px;
    min-width: 200px;
    box-shadow: none;
  }
}
.master-card__play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 24px;
  font-weight: 900;
  color: #0e140b;
  background: #fff;
  border: 1px solid rgba(255, 255, 255, 0.25);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.35);
  pointer-events: auto;
  cursor: pointer;
}
@media (max-width: 640px) {
  .master-card__play {
    left: 14px;
    top: 14px;
    transform: none;
    width: 48px;
    height: 48px;
    font-size: 18px;
    opacity: 0.96;
  }
}

.modal-master {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
}
.modal-master[hidden] {
  display: none !important;
  pointer-events: none;
  visibility: hidden;
}
.modal-master__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(6px);
}
.modal-master__container {
  position: relative;
  z-index: 1;
  padding: 20px 18px 22px;
  border-radius: 22px;
  background: rgba(33, 33, 33, 0.66);
  color: #f2f2f2;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 40px 120px rgba(0, 0, 0, 0.45);
  backdrop-filter: saturate(120%) blur(16px);
  margin: 12px;
}
.modal-master__close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  z-index: 10;
  background: #fff;
  border: 1px solid rgba(255, 255, 255, 0.25);
  box-shadow: 0 6px 22px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  display: grid;
  place-items: center;
}
.modal-master__close::before {
  content: "×";
  font-weight: 900;
  font-size: 32px;
  color: #5c55ba;
  line-height: 1;
  transform: translateY(-1px);
}
.modal-master__head {
  display: flex;
  align-items: flex-start;
  margin: 2px 6px 12px;
}
.modal-master__title {
  display: block;
  font-family: "Benzin", sans-serif;
  font-weight: 800;
  font-size: 20px;
}
.modal-master__sub {
  color: rgba(255, 255, 255, 0.7);
  display: block;
  margin-top: 4px;
}
.modal-master__form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.modal-master__form .form-label {
  color: rgba(255, 255, 255, 0.6);
}
.modal-master__form .form-input {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.14);
  color: #f2f2f2;
}
.modal-master__form .form-input:focus {
  border-color: #5c55ba;
}

.modal-video {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: grid;
  place-items: center;
}
.modal-video[hidden] {
  display: none !important;
  pointer-events: none;
  visibility: hidden;
}
.modal-video__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(8px);
}
.modal-video__container {
  position: relative;
  z-index: 1;
  margin: 0 12px;
  border-radius: 24px;
  padding: 30px 18px 22px;
  background: rgba(22, 22, 22, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 48px 140px rgba(0, 0, 0, 0.6);
}
.modal-video__close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid rgba(255, 255, 255, 0.25);
  box-shadow: 0 6px 22px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  display: grid;
  place-items: center;
  z-index: 10;
}
.modal-video__close::before {
  content: "×";
  font-weight: 900;
  font-size: 32px;
  color: #5c55ba;
  line-height: 1;
  transform: translateY(-1px);
}
.modal-video__wrap {
  border-radius: 16px;
  overflow: hidden;
  background: #000;
}
.modal-video__player {
  width: 100%;
  height: auto;
  display: block;
}

.gallery {
  position: relative;
  padding: 60px 0;
  background-color: #fff;
  overflow: hidden;
}
.gallery__container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 15px;
}
.gallery__title {
  font-family: "Benzin", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
  color: #5c6b7f;
  margin: 0 0 25px;
  text-align: left;
}
@media (max-width: 768px) {
  .gallery__title {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.gallery__carousel {
  width: 100%;
  padding-bottom: 30px;
}
.gallery__slide {
  height: auto;
  display: flex;
  justify-content: center;
}
.gallery__image {
  display: block;
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 15px;
  filter: brightness(1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
@media (max-width: 768px) {
  .gallery__image {
    height: 250px;
  }
}
.gallery__image:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(92, 85, 186, 0.15);
}
.gallery .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #ccc;
  opacity: 0.5;
  transition: all 0.3s ease;
}
.gallery .swiper-pagination-bullet-active {
  background: #5c55ba;
  opacity: 1;
  transform: scale(1.2);
  box-shadow: 0 0 0 3px rgba(92, 85, 186, 0.25);
}

.map-section {
  position: relative;
  background-color: #fff;
  padding-bottom: 0;
  margin-top: -40px;
  z-index: 2;
}
.map-section__container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 1rem;
  box-sizing: border-box;
}

.map-header {
  position: relative;
  overflow: hidden;
  padding: 1.5rem 0 2rem;
  text-align: left;
}
.map-header__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: -1;
}
.map-header__title {
  font-family: "Benzin", sans-serif;
  font-weight: 800;
  font-size: clamp(1.5rem, 4vw, 2.8rem);
  line-height: 1.15;
  margin: 0 0 0.5rem;
  color: #212121;
}
.map-header__desc {
  font-family: "Montserrat", system-ui, -apple-system, sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  margin: 0 0 1rem;
  opacity: 0.9;
  color: #111;
}
.map-header__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  padding: 0;
  margin: 0;
  list-style: none;
}
.map-header__chip {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 0.75rem;
  border-radius: 999px;
  background: rgb(241.96, 241.4, 249.48);
  border: 1px solid rgba(0, 0, 0, 0.06);
  font-family: "Montserrat", system-ui, -apple-system, sans-serif;
  font-weight: 600;
  font-size: 0.8rem;
  color: rgb(60.3230125523, 54.7669456067, 134.9330543933);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
}
@media (min-width: 768px) {
  .map-header__chip {
    font-size: 0.85rem;
  }
}
.map-header__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #5c55ba;
  box-shadow: 0 0 0 4px rgba(92, 85, 186, 0.22);
}

.map-widget {
  position: relative;
  width: 100%;
  height: 60vh;
  min-height: 500px;
  max-height: 800px;
  border-radius: 24px;
  overflow: hidden;
  background: #f4f5fd;
  border: 1px solid rgba(0, 0, 0, 0.06);
  isolation: isolate;
  margin-bottom: 2rem;
}
.map-widget__canvas {
  position: absolute;
  inset: 0;
  z-index: 1;
  outline: none;
}
.map-widget__glow {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 2;
  background: radial-gradient(circle at var(--x, 50%) var(--y, 50%), rgba(92, 85, 186, 0.12), transparent 55%);
  animation: map-zone-breathe 3.5s ease-in-out infinite;
}

@keyframes map-zone-breathe {
  0% {
    opacity: 0.25;
  }
  50% {
    opacity: 0.42;
  }
  100% {
    opacity: 0.25;
  }
}
.map-ui {
  position: absolute;
  z-index: 1100;
}
.map-ui--badge {
  left: 12px;
  top: 12px;
  background: rgba(255, 255, 255, 0.9);
  color: #111;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 14px;
  padding: 12px 18px;
  font-family: "Montserrat", system-ui, -apple-system, sans-serif;
  font-weight: 600;
  font-size: 0.85rem;
  pointer-events: none;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  display: flex;
  align-items: center;
  gap: 10px;
}
.map-ui--badge .dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #5c55ba;
}
.map-ui--time {
  right: 12px;
  top: 12px;
  background: rgba(255, 255, 255, 0.96);
  color: #111;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 14px;
  padding: 10px 12px;
  font-family: "Montserrat", system-ui, -apple-system, sans-serif;
  font-weight: 700;
  font-size: 0.75rem;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.1);
}
.map-ui--geo-btn {
  left: 12px;
  bottom: 12px;
  background: #fff;
  color: #111;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 14px;
  padding: 12px 14px;
  font-family: "Montserrat", system-ui, -apple-system, sans-serif;
  font-weight: 700;
  font-size: 0.8rem;
  cursor: pointer;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.1);
  pointer-events: auto;
  animation: map-btn-pulse 2.2s ease-in-out infinite;
}
.map-ui--geo-btn:disabled {
  opacity: 0.6;
  animation: none;
}
.map-ui--eta {
  left: 12px;
  bottom: 66px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  padding: 10px 12px;
  font-family: "Montserrat", system-ui, -apple-system, sans-serif;
  font-weight: 700;
  font-size: 0.75rem;
  color: #212121;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.1);
  display: none;
}
.map-ui--cta {
  right: 12px;
  bottom: 12px;
  background: #5c55ba;
  color: #fff;
  border: none;
  border-radius: 14px;
  padding: 14px 18px;
  font-family: "Montserrat", system-ui, -apple-system, sans-serif;
  font-weight: 700;
  font-size: 0.9rem;
  text-decoration: none;
  box-shadow: 0 6px 14px rgba(92, 85, 186, 0.22);
  pointer-events: auto;
  transition: transform 0.2s, background-color 0.2s;
}
.map-ui--cta:hover {
  background-color: #433ca2;
}
.map-ui--toasts {
  left: 50%;
  top: 16px;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  gap: 10px;
  pointer-events: none;
  width: max-content;
}

@keyframes map-btn-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(92, 85, 186, 0.34);
  }
  70% {
    box-shadow: 0 0 0 12px rgba(92, 85, 186, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(92, 85, 186, 0);
  }
}
.map-toast {
  background: rgba(255, 255, 255, 0.98);
  color: #111;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 14px;
  padding: 10px 14px;
  font-family: "Montserrat", system-ui, -apple-system, sans-serif;
  font-weight: 700;
  font-size: 0.75rem;
  white-space: nowrap;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
  opacity: 0;
  transform: translateY(-8px);
  transition: opacity 0.28s ease, transform 0.28s ease;
}
.map-toast.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.map-center-card {
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(6px);
  color: #212121;
  border: 1px solid rgba(0, 0, 0, 0.06);
  padding: 12px 14px 14px;
  border-radius: 16px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
  width: 220px;
  text-align: left;
  font-family: "Montserrat", system-ui, -apple-system, sans-serif;
}
.map-center-card__head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 6px;
}
.map-center-card__logo {
  width: 28px;
  height: 28px;
  object-fit: contain;
  border-radius: 6px;
}
.map-center-card__title {
  font-family: "Montserrat", system-ui, -apple-system, sans-serif;
  font-weight: 800;
  font-size: 0.95rem;
  margin: 0;
}
.map-center-card__row {
  font-size: 0.8rem;
  opacity: 0.9;
  margin: 2px 0;
}
.map-center-card__row a {
  color: inherit;
  text-decoration: none;
  font-weight: 600;
}
.map-center-card__btn {
  display: block;
  margin-top: 10px;
  background: #5c55ba;
  color: #fff !important;
  font-weight: 800;
  font-size: 0.8rem;
  padding: 10px 12px;
  border-radius: 14px;
  text-decoration: none;
  text-align: center;
  box-shadow: 0 4px 12px rgba(92, 85, 186, 0.18);
}
.map-center-card__btn:hover {
  filter: brightness(1.05);
}

.map-pin-wrap {
  position: relative;
  width: 24px;
  height: 24px;
  transform: translate(-50%, -50%);
}
.map-pin-wrap .pin-dot {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 14px;
  height: 14px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 3px rgba(92, 85, 186, 0.35);
}
.map-pin-wrap .pin-ring {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 2px solid #5c55ba;
  opacity: 0.7;
  animation: map-pulse-ring 1.9s ease-out infinite;
}

@keyframes map-pulse-ring {
  0% {
    transform: translate(-50%, -50%) scale(0.65);
    opacity: 0.9;
  }
  70% {
    transform: translate(-50%, -50%) scale(1.35);
    opacity: 0.08;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.6);
    opacity: 0;
  }
}
.map-marker-wrap {
  position: relative;
  transform: translate(-50%, -50%);
  text-align: center;
}
.map-marker-wrap img {
  display: block;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.15));
}
.map-marker-wrap--car img {
  width: 38px;
  height: auto;
}
.map-marker-wrap--master img {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.12);
  border: 2px solid #5c55ba;
  background: #fff;
}
.map-marker-wrap .marker-pill {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -8px);
  top: -26px;
  display: flex;
  gap: 6px;
  align-items: center;
  white-space: nowrap;
  background: rgba(255, 255, 255, 0.95);
  color: #2b322b;
  border: 1px solid rgba(0, 0, 0, 0.06);
  padding: 6px 8px;
  border-radius: 999px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(2px);
  font-family: "Montserrat", system-ui, -apple-system, sans-serif;
  font-size: 0.7rem;
  font-weight: 700;
}
.map-marker-wrap .marker-pill .action-btn {
  display: inline-block;
  padding: 6px 8px;
  font-weight: 800;
  background: #5c55ba;
  color: #fff;
  border-radius: 999px;
  text-decoration: none;
  box-shadow: 0 3px 8px rgba(92, 85, 186, 0.18);
}
.map-marker-wrap--master .marker-pill {
  top: auto;
  margin-top: 6px;
  position: relative;
  transform: none;
  left: auto;
  display: inline-flex;
}

.flash-text {
  animation: map-text-flash 800ms ease-out;
}

@keyframes map-text-flash {
  0% {
    color: #111;
    text-shadow: 0 0 0 rgba(92, 85, 186, 0);
  }
  40% {
    color: rgb(53.7405857741, 48.7907949791, 120.2092050209);
    text-shadow: 0 0 6px rgba(92, 85, 186, 0.5);
  }
  100% {
    color: rgb(61.8493723849, 56.1527196653, 138.3472803347);
    text-shadow: 0 0 0 rgba(92, 85, 186, 0);
  }
}
.reviews {
  padding: 60px 0;
  overflow: hidden;
}
.reviews__container {
  width: min(100%, 1300px);
  margin: 0 auto;
  padding: 0 16px;
}
.reviews__header {
  text-align: center;
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.reviews__top-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
  flex-wrap: wrap;
  justify-content: center;
}
.reviews__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  background: rgb(238.7, 238, 248.1);
  border-radius: 100px;
  font-size: 14px;
  color: rgb(53.7405857741, 48.7907949791, 120.2092050209);
  font-weight: 600;
}
.reviews__badge-dot {
  width: 6px;
  height: 6px;
  background: #5c55ba;
  border-radius: 50%;
  box-shadow: 0 0 0 2px rgba(92, 85, 186, 0.2);
}
.reviews__moderation-count {
  font-size: 13px;
  color: #888;
  background: #f5f5f5;
  padding: 6px 12px;
  border-radius: 100px;
}
.reviews__moderation-count b {
  color: #212121;
}
.reviews__title {
  font-family: "Benzin", sans-serif;
  font-size: clamp(28px, 5vw, 42px);
  font-weight: 800;
  color: #212121;
  margin: 0 0 12px;
  line-height: 1.1;
}
.reviews__title span {
  color: #5c55ba;
}
.reviews__subtitle {
  font-size: 16px;
  color: #666;
  margin: 0 0 24px;
  max-width: 600px;
}
.reviews__add-btn {
  min-width: 180px;
}

.reviews-carousel {
  position: relative;
}
.reviews-carousel__track {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  padding: 10px 4px 30px;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}
.reviews-carousel__track::-webkit-scrollbar {
  display: none;
}
.reviews-carousel__arrows {
  position: absolute;
  top: 50%;
  left: -20px;
  right: -20px;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  z-index: 5;
}
@media (max-width: 1024px) {
  .reviews-carousel__arrows {
    display: none;
  }
}
.reviews-carousel__arrow {
  pointer-events: auto;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #fff;
  color: #212121;
  border: 1px solid rgba(0, 0, 0, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  cursor: pointer;
  transition: all 0.2s ease;
}
.reviews-carousel__arrow:hover {
  background: #5c55ba;
  color: #fff;
  border-color: #5c55ba;
}

.review-card {
  flex: 0 0 320px;
  scroll-snap-align: start;
  background: #fff;
  border-radius: 20px;
  padding: 24px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
  display: flex;
  flex-direction: column;
  height: auto;
}
@media (max-width: 480px) {
  .review-card {
    flex: 0 0 280px;
  }
}
.review-card__head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}
.review-card__avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  background: #eee;
}
.review-card__avatar--placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: #5c55ba;
  background: rgb(238.7, 238, 248.1);
  font-size: 18px;
}
.review-card__meta {
  display: flex;
  flex-direction: column;
}
.review-card__name {
  font-size: 16px;
  font-weight: 700;
  color: #212121;
  line-height: 1.2;
}
.review-card__date {
  font-size: 12px;
  color: #999;
  margin-bottom: 2px;
}
.review-card__rating {
  font-size: 14px;
  color: #ffb300;
  letter-spacing: 1px;
}
.review-card__body {
  font-size: 15px;
  line-height: 1.5;
  color: #444;
  margin-bottom: 20px;
  flex-grow: 1;
}
.review-card__footer {
  padding-top: 16px;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  display: flex;
  gap: 12px;
}

.review-action {
  background: none;
  border: none;
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  color: #888;
  cursor: pointer;
  padding: 4px 8px;
  border-radius: 6px;
  transition: all 0.2s;
}
.review-action:hover {
  background: rgba(0, 0, 0, 0.04);
  color: #212121;
}
.review-action--active.review-action--like {
  color: #5c55ba;
  background: rgb(246.85, 246.5, 251.55);
}
.review-action--active.review-action--dislike {
  color: #e53935;
  background: rgb(253.7, 245.1, 244.9);
}

.modal-review {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s, visibility 0.2s;
}
.modal-review[aria-hidden=false] {
  opacity: 1;
  visibility: visible;
}
.modal-review__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
  backdrop-filter: blur(4px);
}
.modal-review__container {
  position: relative;
  width: 100%;
  max-width: 500px;
  background: rgba(33, 33, 33, 0.95);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  padding: 32px;
  color: #fff;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
  transform: translateY(20px);
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}
.modal-review[aria-hidden=false] .modal-review__container {
  transform: translateY(0);
}
.modal-review__close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  border: none;
  font-size: 20px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  line-height: 1;
  transition: background 0.2s;
}
.modal-review__close:hover {
  background: rgba(255, 255, 255, 0.2);
}
.modal-review__head {
  text-align: center;
  margin-bottom: 24px;
}
.modal-review__title {
  font-family: "Benzin", sans-serif;
  font-size: 24px;
  font-weight: 800;
  margin: 0 0 8px;
  color: #fff;
}
.modal-review__sub {
  color: rgba(255, 255, 255, 0.6);
  margin: 0;
  font-size: 14px;
}
.modal-review__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
@media (max-width: 480px) {
  .modal-review__grid {
    grid-template-columns: 1fr;
  }
}
.modal-review__legal {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.4);
  text-align: center;
  margin-top: 12px;
}
.modal-review .form-group {
  margin-bottom: 16px;
}
.modal-review .form-label {
  display: block;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 8px;
  font-weight: 500;
}
.modal-review .form-input {
  width: 100%;
  height: 50px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  padding: 12px 16px;
  font-family: "Montserrat", system-ui, -apple-system, sans-serif;
  font-size: 16px;
  color: #fff;
  transition: all 0.2s;
}
.modal-review .form-input::placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.modal-review .form-input:focus {
  outline: none;
  border-color: #5c55ba;
  background: rgba(255, 255, 255, 0.12);
  box-shadow: 0 0 0 4px rgba(92, 85, 186, 0.15);
}
.modal-review textarea.form-input {
  height: auto;
  resize: none;
  min-height: 100px;
}
.modal-review button[type=submit] {
  width: 100%;
  height: 54px;
  margin-top: 8px;
  background: linear-gradient(135deg, #7d86d6 0%, #555cba 58%, #433ca2 100%);
  border: none;
  border-radius: 14px;
  color: #fff;
  font-family: "Benzin", sans-serif;
  font-weight: 800;
  font-size: 16px;
  cursor: pointer;
  box-shadow: 0 10px 20px rgba(92, 85, 186, 0.25);
  transition: transform 0.2s, box-shadow 0.2s;
}
.modal-review button[type=submit]:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 24px rgba(92, 85, 186, 0.35);
}
.modal-review button[type=submit]:disabled {
  opacity: 0.7;
  cursor: not-allowed;
  transform: none;
}

.star-rating {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  gap: 6px;
}
.star-rating input {
  display: none;
}
.star-rating label {
  font-size: 36px;
  color: rgba(255, 255, 255, 0.2);
  cursor: pointer;
  transition: color 0.2s, transform 0.2s;
}
.star-rating label:hover, .star-rating label:hover ~ label {
  color: #ffb300;
  transform: scale(1.1);
}
.star-rating input:checked ~ label {
  color: #ffb300;
  text-shadow: 0 0 15px rgba(255, 179, 0, 0.4);
}

.file-upload {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px;
  border: 1px dashed rgba(255, 255, 255, 0.3);
  border-radius: 12px;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.03);
  transition: border-color 0.2s, background 0.2s;
}
.file-upload:hover {
  border-color: rgba(255, 255, 255, 0.6);
  background: rgba(255, 255, 255, 0.06);
}
.file-upload input {
  display: none;
}
.file-upload__btn {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  padding: 8px 14px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 500;
}
.file-upload__text {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.faq {
  padding: 80px 0;
  position: relative;
  background-color: transparent;
}
.faq__container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 16px;
}
.faq__header {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 20px;
  padding: 24px;
  border-radius: 20px;
  margin-bottom: 24px;
  background: rgba(255, 255, 255, 0.58);
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(16px) saturate(120%);
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.65);
  background: rgba(33, 33, 33, 0.95);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 991px) {
  .faq__header {
    grid-template-columns: 1fr;
    text-align: center;
    justify-items: center;
  }
}
.faq__master {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 768px) {
  .faq__master {
    flex-direction: column;
  }
}
.faq__avatar {
  margin: 0;
  width: 96px;
  height: 96px;
  flex-shrink: 0;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid rgba(92, 85, 186, 0.6);
}
.faq__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.faq__info {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (max-width: 768px) {
  .faq__info {
    align-items: center;
  }
}
.faq__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  background-color: rgb(241.96, 241.4, 249.48);
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  color: rgb(53.7405857741, 48.7907949791, 120.2092050209);
  width: fit-content;
}
.faq__badge-dot {
  width: 8px;
  height: 8px;
  background-color: #5c55ba;
  border-radius: 50%;
  box-shadow: 0 0 8px rgba(92, 85, 186, 0.9);
}
.faq__title {
  margin: 0;
  font-family: "Benzin", sans-serif;
  font-size: clamp(20px, 4vw, 32px);
  line-height: 1.15;
  font-weight: 800;
  color: #fff;
}
.faq__subtitle {
  margin: 0;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
}
.faq__subtitle strong {
  color: #fff;
}
.faq__actions {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 12px;
}
@media (max-width: 991px) {
  .faq__actions {
    align-items: center;
    width: 100%;
  }
}
.faq__phone {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  text-decoration: none;
  font-family: "Benzin", sans-serif;
  font-weight: 800;
  font-size: 25px;
  letter-spacing: 2%;
  transition: color 0.2s;
}
.faq__phone:hover {
  color: #5c55ba;
}
.faq__ask-btn {
  appearance: none;
  border: 1px solid rgba(92, 85, 186, 0.5);
  background: linear-gradient(135deg, #7d86d6 0%, #555cba 58%, #433ca2 100%);
  color: #fff;
  font-family: "Benzin", sans-serif;
  font-weight: 800;
  padding: 12px 20px;
  border-radius: 14px;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s;
}
.faq__ask-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(92, 85, 186, 0.3);
}
.faq__list {
  display: grid;
  gap: 12px;
}

.faq-item {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 18px;
  overflow: hidden;
  transition: box-shadow 0.3s ease, border-color 0.3s ease;
}
.faq-item.is-open {
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.08);
  border-color: rgba(92, 85, 186, 0.3);
}
.faq-item.is-open .faq-item__icon {
  transform: rotate(180deg);
  color: #5c55ba;
}
.faq-item.is-open .faq-item__summary {
  color: #433ca2;
}
.faq-item.is-open .faq-item__wrapper {
  grid-template-rows: 1fr;
}
.faq-item__summary {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 24px;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  font-family: "Montserrat", system-ui, -apple-system, sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #212121;
  transition: color 0.2s;
}
.faq-item__summary:focus-visible {
  outline: 2px solid #5c55ba;
  outline-offset: -2px;
}
@media (max-width: 768px) {
  .faq-item__summary {
    font-size: 16px;
    padding: 18px;
  }
}
.faq-item__icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  margin-left: 16px;
}
.faq-item__icon {
  width: 100%;
  height: 100%;
  color: #ccc;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), color 0.3s;
}
.faq-item__wrapper {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.faq-item__inner {
  overflow: hidden;
  min-height: 0;
}
.faq-item__body {
  padding: 0 24px 24px;
  color: #444;
  line-height: 1.6;
  font-size: 16px;
}
@media (max-width: 768px) {
  .faq-item__body {
    padding: 0 18px 20px;
    font-size: 14px;
  }
}
.faq-item__ask-context {
  margin-top: 16px;
  display: inline-block;
  padding: 8px 16px;
  background-color: #f2f2f2;
  color: #212121;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 600;
  border: none;
  cursor: pointer;
  transition: background-color 0.2s;
}
.faq-item__ask-context:hover {
  background-color: rgb(229.25, 229.25, 229.25);
}

.faq__footer-btn-wrap {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}

.faq__footer-btn {
  width: 100%;
  max-width: 400px;
  height: 54px;
  border-radius: 14px;
  background: linear-gradient(135deg, #7d86d6 0%, #555cba 58%, #433ca2 100%);
  color: #fff;
  font-weight: 700;
  border: none;
  cursor: pointer;
  font-family: "Benzin", sans-serif;
  font-size: 16px;
  transition: 0.3s;
}
.faq__footer-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(92, 85, 186, 0.3);
}

.modal-ask {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.2s, visibility 0.2s;
}
.modal-ask.is-open {
  visibility: visible;
  opacity: 1;
}
.modal-ask__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
  backdrop-filter: blur(4px);
}
.modal-ask__container {
  position: relative;
  width: 100%;
  max-width: 560px;
  background: rgba(33, 33, 33, 0.95);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  padding: 24px;
  color: #fff;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
  transform: translateY(20px);
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}
.is-open .modal-ask__container {
  transform: translateY(0);
}
@media (max-width: 500px) {
  .modal-ask__container {
    padding: 20px;
  }
}
.modal-ask__close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  border: none;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s;
}
.modal-ask__close:hover {
  background: rgba(255, 255, 255, 0.2);
}
.modal-ask__header {
  margin-bottom: 20px;
}
.modal-ask__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgb(241.96, 241.4, 249.48);
  color: rgb(53.7405857741, 48.7907949791, 120.2092050209);
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 12px;
}
.modal-ask__badge-dot {
  width: 8px;
  height: 8px;
  background: #5c55ba;
  border-radius: 50%;
  box-shadow: 0 0 0 2px rgba(92, 85, 186, 0.2);
}
.modal-ask__title {
  margin: 0 0 8px 0;
  font-family: "Benzin", sans-serif;
  font-size: 24px;
  font-weight: 800;
}
.modal-ask__subtitle {
  margin: 0;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.5;
}
.modal-ask__form {
  display: grid;
  gap: 16px;
}
.modal-ask__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
@media (max-width: 500px) {
  .modal-ask__grid {
    grid-template-columns: 1fr;
  }
}
.modal-ask__input, .modal-ask__select, .modal-ask__textarea {
  width: 100%;
  height: 50px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 12px;
  padding: 0 16px;
  color: #fff;
  font-family: "Montserrat", system-ui, -apple-system, sans-serif;
  font-size: 16px;
  box-sizing: border-box;
  transition: border-color 0.2s, background 0.2s, box-shadow 0.2s;
}
.modal-ask__input:focus, .modal-ask__select:focus, .modal-ask__textarea:focus {
  outline: none;
  border-color: #5c55ba;
  background: rgba(255, 255, 255, 0.12);
  box-shadow: 0 0 0 4px rgba(92, 85, 186, 0.15);
}
.modal-ask__input::placeholder, .modal-ask__select::placeholder, .modal-ask__textarea::placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.modal-ask__textarea {
  height: auto;
  padding: 12px 16px;
  resize: none;
}
.modal-ask__label {
  display: block;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 6px;
  font-weight: 500;
}
.modal-ask__submit {
  width: 100%;
  height: 54px;
  margin-top: 8px;
  background: linear-gradient(135deg, #7d86d6 0%, #555cba 58%, #433ca2 100%);
  border: none;
  border-radius: 14px;
  color: #fff;
  font-family: "Benzin", sans-serif;
  font-weight: 800;
  font-size: 16px;
  cursor: pointer;
  box-shadow: 0 10px 20px rgba(92, 85, 186, 0.25);
  transition: transform 0.2s, box-shadow 0.2s;
}
.modal-ask__submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 24px rgba(92, 85, 186, 0.35);
}
.modal-ask__legal {
  text-align: center;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.4);
  margin: 0;
}

.seo-block {
  padding: 40px 0 60px;
}
.seo-block__container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 16px;
}
.seo-block__header {
  margin-bottom: 32px;
}
.seo-block__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgb(241.96, 241.4, 249.48);
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  color: rgb(53.7405857741, 48.7907949791, 120.2092050209);
}
.seo-block__badge-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #5c55ba;
  box-shadow: 0 0 0 3px rgba(92, 85, 186, 0.2);
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 3px rgba(95, 85, 186, 0.25);
  }
  50% {
    box-shadow: 0 0 0 7px rgba(87, 85, 186, 0);
  }
  100% {
    box-shadow: 0 0 0 3px rgba(92, 85, 186, 0.25);
  }
}
.seo-block__badge-dot {
  animation: pulse 2s infinite;
}
.seo-block__title {
  margin: 10px 0 0;
  font-family: "Benzin", sans-serif;
  font-weight: 800;
  font-size: clamp(24px, 4vw, 34px);
  line-height: 1.15;
  color: #111;
}
.seo-block__title span {
  background: linear-gradient(135deg, #7d86d6 0%, #555cba 58%, #433ca2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.seo-block__details {
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 20px;
  background: linear-gradient(180deg, #fff 0%, #f4f5fd 100%);
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  transition: all 0.3s ease;
}
.seo-block__details[open] .seo-block__toggle-icon {
  transform: rotate(180deg);
}
.seo-block__summary {
  list-style: none;
  padding: 16px;
  position: relative;
  display: flex;
  gap: 14px;
  align-items: flex-start;
  justify-content: space-between;
  cursor: default;
}
@media (width < 768px) {
  .seo-block__summary {
    flex-direction: column;
  }
}
.seo-block__summary::-webkit-details-marker {
  display: none;
}
.seo-block__lead {
  font-size: 16px;
  line-height: 1.65;
  color: #444;
  max-width: 980px;
}
.seo-block__lead strong {
  color: #5c55ba;
  font-weight: 700;
}
.seo-block__toggle {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  appearance: none;
  border: 0;
  border-radius: 14px;
  padding: 12px 14px;
  flex: 0 0 auto;
  font-family: "Benzin", sans-serif;
  font-weight: 800;
  font-size: 14px;
  background: linear-gradient(135deg, #7d86d6 0%, #555cba 58%, #433ca2 100%);
  color: #fff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
  cursor: pointer;
  transition: transform 0.08s ease;
}
.seo-block__toggle:active {
  transform: translateY(1px);
}
.seo-block__toggle-icon {
  width: 18px;
  height: 18px;
  fill: currentColor;
  transition: transform 0.2s ease;
}
.seo-block__body {
  padding: 4px 16px 24px;
  outline: 0;
}
.seo-block__body h3 {
  margin: 24px 0 12px;
  font-family: "Benzin", sans-serif;
  font-weight: 800;
  font-size: 20px;
  line-height: 1.25;
  color: #212121;
}
.seo-block__body p {
  margin: 0 0 10px;
  color: #444;
  font-size: 15px;
  line-height: 1.7;
}
.seo-block__list {
  margin: 0 0 10px 18px;
  color: #444;
  font-size: 15px;
  line-height: 1.7;
}
.seo-block__list--cols {
  padding-left: 18px;
  columns: 1;
  column-gap: 24px;
}
@media (min-width: 900px) {
  .seo-block__list--cols {
    columns: 2;
  }
}
.seo-block__steps {
  counter-reset: st;
  list-style: none;
  padding: 0;
  margin: 0 0 10px;
}
.seo-block__steps li {
  position: relative;
  padding-left: 38px;
  margin: 8px 0;
  color: #444;
  font-size: 15px;
  line-height: 1.6;
}
.seo-block__steps li::before {
  counter-increment: st;
  content: counter(st);
  position: absolute;
  left: 0;
  top: 0;
  width: 26px;
  height: 26px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  font-weight: 800;
  font-size: 13px;
  color: #fff;
  background: #5c55ba;
  box-shadow: 0 0 0 6px rgba(92, 85, 186, 0.18);
}
.seo-block__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 8px 0 12px;
}
.seo-block__chips li {
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(92, 85, 186, 0.08);
  color: rgb(61.8493723849, 56.1527196653, 138.3472803347);
  font-weight: 600;
  font-size: 13px;
}
.seo-block__faq-item {
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  padding-top: 10px;
  margin-top: 10px;
}
.seo-block__faq-item h4 {
  margin: 0 0 6px;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.3;
  color: #212121;
}
.seo-block__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}
.seo-block__nav a {
  text-decoration: none;
  padding: 8px 12px;
  border-radius: 12px;
  background: rgb(238.7, 238, 248.1);
  color: rgb(61.8493723849, 56.1527196653, 138.3472803347);
  font-weight: 600;
  font-size: 13px;
  border: 1px solid rgba(92, 85, 186, 0.25);
  transition: background 0.2s;
}
.seo-block__nav a:hover {
  background: rgb(230.55, 229.5, 244.65);
}

.contacts {
  padding: 40px 0 60px;
  position: relative;
}
.contacts__container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 16px;
}
.contacts__header {
  text-align: left;
  margin-bottom: 24px;
}
.contacts__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 100px;
  background: rgb(241.96, 241.4, 249.48);
  color: #212121;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 12px;
}
.contacts__badge-dot {
  width: 8px;
  height: 8px;
  background: #5c55ba;
  border-radius: 50%;
  box-shadow: 0 0 0 3px rgba(92, 85, 186, 0.2);
  animation: pulse 2s infinite;
}
.contacts__title {
  margin: 0;
  font-family: "Benzin", sans-serif;
  font-size: clamp(24px, 4vw, 36px);
  font-weight: 800;
  color: #212121;
  line-height: 1.15;
}
.contacts__grid {
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr;
}
@media (min-width: 980px) {
  .contacts__grid {
    grid-template-columns: minmax(320px, 420px) 1fr;
  }
}
.contacts__card {
  height: 100%;
  border-radius: 24px;
  background: rgba(33, 33, 33, 0.96);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(16px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
  padding: 24px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.contacts__top {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-bottom: 16px;
}
.contacts__ava {
  margin: 0;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid rgba(92, 85, 186, 0.55);
  flex-shrink: 0;
}
.contacts__ava img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contacts__chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(92, 85, 186, 0.15);
  color: rgb(189.8, 187, 227.4);
  border-radius: 100px;
  padding: 6px 12px;
  font-size: 13px;
  font-weight: 600;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.contacts__chip-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #5c55ba;
}
.contacts__name {
  margin-top: 6px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}
.contacts__phone {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 12px 0 20px;
  padding: 14px 16px;
  border-radius: 16px;
  background: #fff;
  color: #111;
  text-decoration: none;
  font-family: "Benzin", sans-serif;
  font-weight: 800;
  font-size: 20px;
  transition: transform 0.2s, box-shadow 0.2s;
}
.contacts__phone:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}
.contacts__phone svg {
  color: #5c55ba;
}
.contacts__info {
  margin: 0 0 24px;
}
.contacts__row {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  color: rgba(255, 255, 255, 0.7);
  margin-top: 12px;
  font-size: 15px;
}
.contacts__row dt {
  width: 70px;
  flex-shrink: 0;
  font-weight: 500;
}
.contacts__row dd {
  margin: 0;
  color: #fff;
  font-weight: 500;
}
.contacts__row dd strong {
  color: rgb(173.5, 170, 220.5);
}
.contacts__btn {
  margin-top: auto;
  width: 100%;
}
.contacts__gallery {
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr;
}
@media (min-width: 680px) {
  .contacts__gallery {
    grid-template-columns: 1fr 1fr;
  }
}
.contacts__image-wrapper {
  margin: 0;
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  min-height: 220px;
}
.contacts__image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}
.contacts__image-wrapper:hover img {
  transform: scale(1.03);
}
.contacts__tag {
  position: absolute;
  left: 14px;
  bottom: 14px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 100px;
  background: rgba(33, 33, 33, 0.85);
  backdrop-filter: blur(8px);
  color: #fff;
  font-family: "Benzin", sans-serif;
  font-weight: 700;
  font-size: 13px;
}
.contacts__tag-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #5c55ba;
}

.modal-contact {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s;
}
.modal-contact[aria-hidden=false] {
  opacity: 1;
  visibility: visible;
}
.modal-contact__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.75);
  backdrop-filter: blur(4px);
}
.modal-contact__dialog {
  position: relative;
  width: 100%;
  max-width: 520px;
  background: #212121;
  border-radius: 24px;
  padding: 24px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  transform: translateY(20px);
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}
.modal-contact[aria-hidden=false] .modal-contact__dialog {
  transform: translateY(0);
}
.modal-contact__close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 36px;
  height: 36px;
  border: none;
  background: #f2f2f2;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #212121;
  transition: background 0.2s;
}
.modal-contact__close:hover {
  background: rgb(229.25, 229.25, 229.25);
}
.modal-contact__close svg {
  width: 20px;
  height: 20px;
}
.modal-contact__head {
  margin-bottom: 20px;
}
.modal-contact__pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  background: rgb(241.96, 241.4, 249.48);
  color: #212121;
  border-radius: 100px;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 10px;
}
.modal-contact__dot {
  width: 8px;
  height: 8px;
  background: #5c55ba;
  border-radius: 50%;
}
.modal-contact__title {
  margin: 0 0 8px;
  font-family: "Benzin", sans-serif;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.2;
  color: #fff;
}
.modal-contact__sub {
  margin: 0;
  font-size: 14px;
  color: #666;
}
.modal-contact__grid {
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 24px;
}
@media (max-width: 480px) {
  .modal-contact__grid {
    grid-template-columns: 1fr;
  }
}
.modal-contact__legal {
  font-size: 12px;
  color: #888;
  text-align: center;
  margin-top: 12px;
}

.form-field--wide {
  grid-column: 1/-1;
}

.footer {
  position: relative;
  background: #171717;
  color: rgba(255, 255, 255, 0.75);
  font-family: "Montserrat", system-ui, -apple-system, sans-serif;
  font-size: 14px;
  line-height: 1.6;
  padding: 50px 20px 46px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  overflow: hidden;
  margin-top: 40px;
}
.footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, rgba(92, 85, 186, 0.4), rgba(92, 85, 186, 0.8), rgba(92, 85, 186, 0.4));
  box-shadow: 0 0 12px rgba(92, 85, 186, 0.4);
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.footer::after {
  content: "";
  position: absolute;
  inset: -40% -20%;
  height: 340px;
  background: radial-gradient(600px 280px at 15% 40%, rgba(92, 85, 186, 0.16), transparent 60%), radial-gradient(520px 220px at 85% 20%, rgba(92, 85, 186, 0.1), transparent 65%), radial-gradient(360px 180px at 50% 90%, rgba(92, 85, 186, 0.08), transparent 70%);
  filter: blur(24px);
  pointer-events: none;
  animation: footer-drift 28s ease-in-out infinite alternate;
}
.footer__inner {
  width: min(100%, 1400px);
  margin: 0 auto;
  display: grid;
  gap: 32px;
  grid-template-columns: 1.1fr 0.9fr 1.2fr;
  align-items: start;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.footer__inner.is-visible {
  opacity: 1;
  transform: none;
}
@media (max-width: 1024px) {
  .footer__brand {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.footer__status-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgb(241.96, 241.4, 249.48);
  color: #111;
  font-weight: 600;
  font-size: 12.5px;
  padding: 5px 10px;
  border-radius: 40px;
  margin-bottom: 14px;
  box-shadow: 0 0 6px rgba(92, 85, 186, 0.3);
}
.footer__status-dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #5c55ba;
  border-radius: 50%;
  box-shadow: 0 0 6px #5c55ba;
}
.footer__logo img {
  width: 168px;
  height: auto;
  display: block;
  margin-bottom: 12px;
  filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.05));
}
@media (max-width: 1024px) {
  .footer__logo img {
    margin: 0 auto 12px;
  }
}
.footer__copy {
  margin: 0;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.55);
}
.footer__tagline {
  margin: 8px 0 0;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.68);
}
.footer__nav {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
}
@media (max-width: 1024px) {
  .footer__nav {
    align-items: center;
  }
}
.footer__link {
  color: rgba(255, 255, 255, 0.55);
  text-decoration: none;
  transition: color 0.2s ease;
}
.footer__link:hover {
  color: #5c55ba;
}
.footer__link--accent {
  color: #5c55ba;
  font-weight: 600;
}
.footer__dev {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.75);
}
.footer__payments {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer__contact-hint {
  margin: 6px 0 0;
  color: rgba(255, 255, 255, 0.55);
  font-size: 13px;
}
.footer__phone {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.25);
}
.footer__phone:hover {
  color: #5c55ba;
  border-bottom-color: transparent;
}

.payment-methods {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 8px;
}
.payment-methods__item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.03);
  color: rgba(255, 255, 255, 0.78);
  letter-spacing: 0.3px;
  white-space: nowrap;
  min-height: 40px;
  transition: all 0.25s ease;
  font-size: 13px;
}
.payment-methods__item:hover {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.05);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.22);
  color: #fff;
}
@media (max-width: 1024px) {
  .payment-methods {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 560px) {
  .payment-methods {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 1024px) {
  .footer__inner {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 26px;
  }
}
@keyframes footer-drift {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  50% {
    transform: translate3d(-2%, 2%, 0) scale(1.05);
  }
  100% {
    transform: translate3d(2%, -2%, 0) scale(1);
  }
}
.float-btn {
  position: fixed;
  right: 14px;
  bottom: 14px;
  z-index: 1000;
  font-family: "Montserrat", system-ui, -apple-system, sans-serif;
  isolation: isolate;
}
.float-btn__link {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  height: 60px;
  padding: 0 18px 0 14px;
  border-radius: 999px;
  text-decoration: none;
  color: #fff;
  cursor: pointer;
  outline: none;
  background: radial-gradient(120% 140% at 18% 10%, rgba(255, 255, 255, 0.18) 0%, rgba(255, 255, 255, 0.06) 42%, rgba(255, 255, 255, 0) 70%), radial-gradient(120% 160% at 85% 120%, rgba(92, 85, 186, 0.18) 0%, rgba(92, 85, 186, 0) 62%), linear-gradient(180deg, rgba(33, 33, 33, 0.62) 0%, rgba(18, 18, 18, 0.62) 100%);
  border: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(14px) saturate(120%);
  box-shadow: 0 18px 52px rgba(0, 0, 0, 0.4), 0 12px 28px rgba(0, 0, 0, 0.3), 0 12px 30px rgba(92, 85, 186, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.1);
  transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease, width 0.22s ease, padding 0.22s ease;
}
.float-btn__link::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0) 40%, rgba(92, 85, 186, 0.24));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  opacity: 0.95;
}
.float-btn__link:hover {
  transform: translateY(-1px);
  filter: saturate(1.04);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.46), 0 16px 34px rgba(0, 0, 0, 0.34), 0 16px 40px rgba(92, 85, 186, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.12);
}
.float-btn__icon-wrap {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: radial-gradient(120% 140% at 30% 20%, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0.08) 46%, rgba(255, 255, 255, 0.06) 100%), linear-gradient(135deg, rgba(92, 85, 186, 0.92), rgba(69.9581589958, 63.5146443515, 156.4853556485, 0.92));
  box-shadow: 0 10px 24px rgba(92, 85, 186, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.18);
}
.float-btn__icon {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: #fff;
  stroke-width: 2.2px;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.float-btn__text {
  display: flex;
  flex-direction: column;
  line-height: 1.05;
  overflow: hidden;
}
.float-btn__title {
  font-family: "Benzin", sans-serif;
  font-weight: 900;
  font-size: 14px;
  letter-spacing: 0.25px;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.42);
  white-space: nowrap;
}
.float-btn__subtitle {
  font-weight: 600;
  font-size: 12px;
  opacity: 0.88;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.42);
  white-space: nowrap;
}
.float-btn__dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #5c55ba;
  box-shadow: 0 0 0 0 rgba(92, 85, 186, 0.38);
  animation: float-pulse 2.2s infinite;
}
.float-btn[data-collapsed="1"] .float-btn__link {
  gap: 0;
  padding: 0;
  width: 60px;
  justify-content: center;
}
.float-btn[data-collapsed="1"] .float-btn__text,
.float-btn[data-collapsed="1"] .float-btn__dot {
  opacity: 0;
  width: 0;
  transform: translateX(6px);
  pointer-events: none;
}
.float-btn[data-collapsed="1"] .float-btn__icon-wrap {
  width: 44px;
  height: 44px;
}
@media (hover: hover) and (pointer: fine) {
  .float-btn[data-collapsed="1"] .float-btn__link:hover {
    width: auto;
    padding: 0 18px 0 14px;
    gap: 10px;
  }
  .float-btn[data-collapsed="1"] .float-btn__link:hover .float-btn__text,
  .float-btn[data-collapsed="1"] .float-btn__link:hover .float-btn__dot {
    opacity: 1;
    width: auto;
    transform: none;
  }
}
.float-btn.is-shaking .float-btn__link {
  animation: float-shake 0.42s ease;
}

@media (max-width: 520px) {
  .float-btn {
    right: 12px;
    bottom: 12px;
  }
  .float-btn__link {
    height: 58px;
  }
  .float-btn[data-collapsed="1"] .float-btn__link {
    width: 58px;
  }
}
@keyframes float-pulse {
  to {
    box-shadow: 0 0 0 14px rgba(92, 85, 186, 0);
  }
}
@keyframes float-shake {
  0%, 100% {
    transform: translateZ(0);
  }
  10% {
    transform: translate3d(-1px, 0, 0);
  }
  20% {
    transform: translate3d(1px, 0, 0);
  }
  30% {
    transform: translate3d(-1px, 0, 0);
  }
  40% {
    transform: translate3d(1px, 0, 0);
  }
  50% {
    transform: translate3d(0, 0, 0);
  }
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

body,
html {
  font-family: "Montserrat", system-ui, -apple-system, sans-serif;
  margin: 0;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

/*# sourceMappingURL=main.css.map */
