/* custom-responsive-container.css */

html,
body {
  scroll-behavior: smooth;
}

html {
  font-family: "Open Sans", "Helvetica", "Arial", sans-serif !important;
}
body {
  background-color: #ebebf0;
}

/* --- SITE PRELOADER --- */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #111111;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99999;
  overflow: hidden;
  transition:
    opacity 0.6s ease,
    visibility 0.6s ease;
}

.preloader-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
  max-width: 400px;
  padding: 20px;
}

.preloader-logo-container {
  position: relative;
  margin-bottom: 40px;
}

.preloader-logo {
  width: 120px;
  height: auto;
  filter: drop-shadow(0 0 15px rgba(168, 116, 41, 0.3));
}

.preloader-scan-line {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, transparent, #a87429, transparent);
  box-shadow: 0 0 10px #a87429;
  animation: scan 2s linear infinite;
  opacity: 0.7;
}

@keyframes scan {
  0% {
    top: 0;
  }
  100% {
    top: 100%;
  }
}

.preloader-progress-wrap {
  width: 100%;
  height: 4px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  position: relative;
  margin-bottom: 15px;
  overflow: hidden;
}

.preloader-progress-bar {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, #a87429, #eacc6b);
  box-shadow: 0 0 15px rgba(168, 116, 41, 0.5);
  transition: width 0.3s ease;
}

.preloader-percentage {
  color: #a87429;
  font-family: "Despair Display", sans-serif;
  font-weight: 800;
  font-size: 24px;
  margin-top: 10px;
}

.preloader-loading-text {
  color: rgba(255, 255, 255, 0.3);
  font-size: 10px;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-top: 20px;
  font-weight: 700;
}

/* Animation for the preloader exit */
.preloader-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

:root {
  --container-padding-x: 16px;
  --container-sm: 540px;
  --container-md: 720px;
  --container-lg: 960px;
  --container-xl: 1140px;
  --container-xxl: 1320px;
}
.font_DespairDisplay {
  font-family: "Despair Display";
}
.section_margin {
  padding-top: 100px;
}
/* Əsas responsive container */
.container-custom {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--container-padding-x);
  padding-right: var(--container-padding-x);
  box-sizing: border-box;
}

/* Full width container */
.container-fluid-custom {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--container-padding-x);
  padding-right: var(--container-padding-x);
  box-sizing: border-box;
}

/* Small devices */
@media (min-width: 576px) {
  .container-custom {
    max-width: var(--container-sm);
  }
}

/* Medium devices */
@media (min-width: 768px) {
  .container-custom {
    max-width: var(--container-md);
  }
}

/* Large devices */
@media (min-width: 992px) {
  .container-custom {
    max-width: var(--container-lg);
  }
}

/* Extra large devices */
@media (min-width: 1200px) {
  .container-custom {
    max-width: var(--container-xl);
  }
}

/* XXL devices */
@media (min-width: 1400px) {
  .container-custom {
    max-width: var(--container-xxl);
  }
}

/* Alternativ sabit ölçülü container class-lar */
.container-sm-custom,
.container-md-custom,
.container-lg-custom,
.container-xl-custom,
.container-xxl-custom {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--container-padding-x);
  padding-right: var(--container-padding-x);
  box-sizing: border-box;
}

.container-sm-custom {
  max-width: 540px;
}

.container-md-custom {
  max-width: 720px;
}

.container-lg-custom {
  max-width: 960px;
}

.container-xl-custom {
  max-width: 1140px;
}

.container-xxl-custom {
  max-width: 1320px;
}

/* header shrink on scroll */
.site-header .container-custom {
  padding-left: 28px;
  padding-right: 28px;
  transition:
    padding-left 0.35s ease,
    padding-right 0.35s ease;
}
.site-header.is-scrolled .container-custom {
  padding-left: 14px;
  padding-right: 14px;
}

/* all css */
.glass-card {
  background: url("../photos/all_curved.svg") left top no-repeat;
  background-size: 100% 16px;
  position: relative;
  min-height: 227px;
  font-size: 12px;
  width: 285px;
}
.glass-card::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 16px;
  bottom: 211px;
  background: url("../photos/top_curved.svg") left top repeat-y;
  background-size: 100% 1px;
}
.glass-card::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  background: url("../photos/bottom_curved.svg") no-repeat left bottom;
  background-size: 100% 211px;
  height: 211px;
}
.banner_left_list li {
  position: relative;
  padding-left: 20px;
}
.banner_left_list li::before {
  content: "";
  position: absolute;
  width: 13px;
  height: 13px;
  background: url("../photos/chek.svg") center/cover no-repeat;
  border-radius: 50%;
  left: 0px;
  top: 0%;
  transform: translateY(3px);
}
.btn-blue {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
  min-height: 47px;
  padding: 5px 15px 4px;
  line-height: 1;
  border-radius: 8px;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  background: #a87429;
  color: #fff;
  border: none;
  -webkit-transition: background 0.3s ease 0s;
  -o-transition: background 0.3s ease 0s;
  transition: background 0.3s ease 0s;
}
.glass-card .btn-blue {
  position: relative;
  z-index: 3;
  width: calc(100% - 56px);
}

#banner_text_background {
  font-weight: 700;
  text-align: center;
  font-size: 40px;
  text-transform: uppercase;
  background: linear-gradient(90deg, #000000, #f5dd05, #000);
  letter-spacing: 5px;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  background-repeat: no-repeat;
  background-size: 80%;
  animation: shine 5s linear infinite;
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.1;
  pointer-events: none;
  z-index: 0;
  font-size: 15vw;
}

@keyframes shine {
  0% {
    background-position-x: -500%;
  }
  100% {
    background-position-x: 500%;
  }
}
.main-banner-die {
  position: absolute;
  z-index: 2;
  right: 20px;
  bottom: 20%;
  width: 287px;
  max-width: 100%;
  height: 153px;
}
.main-banner-die:before {
  content: "";
  position: absolute;
  z-index: -1;
  background: url("../photos/right_top.svg") no-repeat;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.main-banner-die-title {
  font-weight: 600;
  font-size: 20px;
  position: relative;
  padding-left: 23px;
  margin-bottom: 20px;
}
.main-banner-die-title:before {
  content: "";
  width: 18px;
  height: 18px;
  background: #a87429;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 3px;
}
.main-banner-die-inner {
  padding: 0 20px;
}
.main-banner-die-descr {
  margin-bottom: 20px;
}
.main-banner-die:after {
  content: "";
  position: absolute;
  z-index: -2;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 34px);
  border-radius: 15px 0 15px 15px;
  transition: all 0.3s ease-in-out;
}

.brend-icon {
  width: 26%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  margin-right: 20px;
}
.brend-descr {
  color: #f0eff2;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.main_brands_wrapper .brand-card,
.car_cards_wrapper a {
  opacity: 0;
  transform: translateX(-50px);
}
.main_brands_wrapper .brand-card a:hover {
  transform: translateY(-10px);
}
.main_brands_wrapper a {
  transition: transform 0.3s ease;
}
.section_title {
  max-width: 400px;
  line-height: 50px;
}
.section_all_link {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 10px;
  text-transform: uppercase;
  font-weight: bold;
  padding: 15px 30px;
}
.section_all_link span {
  display: block;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
}
.section_all_link::after {
  content: "";
  width: 16px;
  height: 16px;
  display: block;
  background-color: currentColor; 
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Cpath d='M228.992 146.827 48.594 250.051c-17.497 9.998-38.04-7.264-31.166-26.206l34.642-95.842L17.428 32.16C10.554 13.178 31.097-4.045 48.594 5.953l180.398 103.224c14.606 8.319 14.568 29.331 0 37.65z'/%3E%3C/svg%3E")
    no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Cpath d='M228.992 146.827 48.594 250.051c-17.497 9.998-38.04-7.264-31.166-26.206l34.642-95.842L17.428 32.16C10.554 13.178 31.097-4.045 48.594 5.953l180.398 103.224c14.606 8.319 14.568 29.331 0 37.65z'/%3E%3C/svg%3E")
    no-repeat center / contain;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
}
.section_all_link:hover span {
  -webkit-transform: translateX(-5px);
  transform: translateX(-5px);
}
.section_all_link:hover::after {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.inViewScale {
  transform: scale(0);
}
.inquired_wrapper {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.question_list li {
  padding: 18px 20px;
  cursor: pointer;
  width: 49%;
  text-align: center;
  border-radius: 50px;
  border: 1px solid #ccc;
  transition: all 0.3s ease-in-out;
}
.question_list li:hover {
  border-color: #a87429;
  color: #a87429;
}
.question_list li.active {
  border-color: #a87429;
  color: #a87429;
  border-width: 3px;
}
.quiz-left {
  margin-left: 30px;
  width: calc(56.5% - 30px);
  max-width: 620px;
}
.quiz_right {
  margin-left: 30px;
  width: calc(43.5% - 30px);
  max-width: 470px;
  -webkit-align-self: flex-end;
  align-self: flex-end;
}
.quiz-image {
  margin-right: -30px;
  margin-left: -20px;
}
.progress_line {
  content: "";
  left: 2px;
  width: 25%;
  top: 2px;
  bottom: 2px;
  border-radius: 15px;
  position: absolute;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  background-color: transparent !important;
  background-image: url("../photos/progress.svg") !important;
  background-size: contain;
  background-repeat: repeat-x;
  background-position: center left;
  -webkit-animation: progress_bar 100s linear infinite;
  animation: progress_bar 100s linear infinite;
}
@keyframes progress_bar {
  0% {
    background-position: -52.0833333333vw center;
  }

  50% {
    background-position: 0 center;
  }

  100% {
    background-position: 52.0833333333vw center;
  }
}
.card_icon_link {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 102px;
  height: 102px;
  background: url("../photos/card_curve.svg") no-repeat;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.card_icon_link span {
  width: 62px;
  height: 62px;
  border-radius: 25px;
  background: #000;
  font-size: 17px;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.car_card:hover .card_icon_link span {
  transform: scale(1.05);
  background-color: #c9a227;
}
.car_card img {
  transition: all 0.3s ease-in-out;
}
.car_card:hover img {
  transform: scale(1.05);
}
.faq-btn {
  cursor: pointer;
  overflow: hidden;
  transition: all .3s ease-in-out;
}

.faq-title {
  color: #000
  transition: color 0.25s ease;
}
.faq-btn:hover {
  background-color: #fff;
  border-radius: 16px;
}
.faq-btn:hover .faq-title,
.faq-btn:hover .faq-icon {
  color: #111111;
}
.faq-title-active {
  color: #a87429;
}
.faq-icon {
  color: #111111;
  transition:
    color 0.25s ease,
    transform 0.3s ease;
}
.faq-icon-active {
  color: #a87429;
}
.faq-content {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transition:
    max-height 0.35s ease,
    opacity 0.35s ease;
}
.faq-content.is-open {
  max-height: 320px;
  opacity: 1;
}
.faq_promo_card {
  background: #ffffff;
  border: 1px solid #e8e8ed;
  box-shadow: 0 18px 35px rgba(0, 0, 0, 0.06);
}
.faq_promo_descr {
  color: #4b5563;
}
.faq_promo_list {
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
}
.faq_promo_list li {
  position: relative;
  padding-left: 26px;
  font-size: 16px;
  line-height: 1.6;
  color: #111111;
}
.faq_promo_list li + li {
  margin-top: 8px;
}
.faq_promo_list li::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #a87429;
  position: absolute;
  left: 0;
  top: 8px;
}
.faq_promo_btn {
  background: #000;
  border: 1px solid #000;
  transition: all 0.25s ease;
}
.faq_promo_btn:hover {
  background: #fff;
  color: #000;
}

.advantage_card_tooltip {
  position: absolute;
  bottom: calc(100% + 10px);
  left: 0;
  text-align: center;
  padding: 12px;
  border-radius: 12px;
  background-color: #fff;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s ease-in-out;
  pointer-events: none;
  font-size: 12px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.advantage_card:hover .advantage_card_tooltip {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.advantage_card svg path {
  fill: #a87429 !important;
}
.advantage_card_tooltip::after {
  content: "";
  position: absolute;
  z-index: 3;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  -webkit-filter: drop-shadow(0px 4px 30px rgba(77, 77, 77, 0.13));
  filter: drop-shadow(0px 4px 30px rgba(77, 77, 77, 0.13));
  bottom: -5px;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: rgba(255, 255, 255, 0.9);
}

/* contact card (was: cta) */
.contact_card {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(0, 1fr);
  background: #0f0f10;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.06);
  position: relative;
}
.contact_card__left {
  padding: 44px 112px 36px 44px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  background: linear-gradient(180deg, #ffffff 0 43%, #111111 43% 100%);
  position: relative;
  z-index: 2;
}
.contact_card__title {
  font-family: "Despair Display", "Open Sans", sans-serif;
  font-weight: 900;
  font-size: 32px;
  line-height: 1.15;
  text-transform: uppercase;
  color: #111111;
}
.contact_card__subtitle {
  font-size: 22px;
  font-weight: 600;
  color: #f3f4f6;
  line-height: 1.3;
  margin-top: 6px;
}
.contact_card__highlight {
  color: #a87429;
}
.contact_card__fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-top: 8px;
}
.contact_field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.contact_field__label {
  font-size: 13px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.78);
}
.contact_field__input {
  height: 52px;
  border-radius: 14px;
  border: 1px solid #e5e7eb;
  background: #fff;
  padding: 0 18px;
  font-size: 15px;
  color: #111111;
  transition:
    border-color 0.25s ease,
    box-shadow 0.25s ease;
  width: 100%;
}
.contact_field__input::placeholder {
  color: #9ca3af;
}
.contact_field__input:focus {
  outline: none;
  border-color: #a87429;
  box-shadow: 0 0 0 4px rgba(168, 116, 41, 0.16);
}
.contact_card__right {
  background: #0b0b0d;
  color: #fff;
  padding: 36px 36px 32px 86px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
  z-index: 2;
}
.contact_card__operator {
  position: absolute;
  left: 60.5%;
  bottom: -18px;
  transform: translateX(-50%);
  width: 230px;
  z-index: 3;
  pointer-events: none;
}
.contact_card__operator img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.contact_card__right_title {
  font-family: "Despair Display", "Open Sans", sans-serif;
  font-weight: 800;
  font-size: 22px;
  line-height: 1.2;
  text-transform: uppercase;
}
.contact_messengers {
  display: flex;
  gap: 22px;
  align-items: center;
  flex-wrap: wrap;
}
.contact_radio {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  user-select: none;
}
.contact_radio input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.contact_radio__mark {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.3);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition:
    border-color 0.2s ease,
    background-color 0.2s ease;
  position: relative;
  flex-shrink: 0;
}
.contact_radio__mark::after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #a87429;
  transform: scale(0);
  transition: transform 0.2s ease;
}
.contact_radio input:checked + .contact_radio__mark {
  border-color: #a87429;
}
.contact_radio input:checked + .contact_radio__mark::after {
  transform: scale(1);
}
.contact_radio__label {
  font-size: 16px;
  font-weight: 600;
}
.contact_card__policy {
  font-size: 12px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.55);
}
.contact_card__policy a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.contact_submit {
  margin-top: auto;
  align-self: stretch;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 16px 28px;
  background: #fff;
  color: #111111;
  border-radius: 14px;
  border: 1px solid #fff;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  cursor: pointer;
  transition:
    background-color 0.25s ease,
    color 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease,
    transform 0.25s ease;
}
.contact_submit:hover {
  background: #a87429;
  color: #fff;
  border-color: #a87429;
}
.contact_submit span {
  transition: transform 0.25s ease;
}
.contact_submit__icon {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  transition: transform 0.25s ease;
}
.contact_submit:hover span {
  transform: translateX(-5px);
}
.contact_submit:hover .contact_submit__icon {
  transform: translateX(5px);
}

@media (max-width: 992px) {
  .contact_card {
    grid-template-columns: 1fr;
  }
  .contact_card__left {
    padding: 36px 28px 32px;
  }
  .contact_card__right {
    padding: 28px;
  }
  .contact_card__operator {
    width: 150px;
    left: 50%;
    bottom: -12px;
  }
  .contact_card__title {
    font-size: 26px;
  }
}
@media (max-width: 576px) {
  .contact_card__fields {
    grid-template-columns: 1fr;
  }
  .contact_card__title {
    font-size: 22px;
  }
  .contact_card__subtitle {
    font-size: 18px;
  }
  .contact_card__operator {
    display: none;
  }
}

/* legacy cta (kept for compat — unused) */
.cta-box {
  position: relative;
  border-radius: 24px;
  border: 10px solid #fff;
  padding: 50px;
  min-height: 480px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.08);
  min-height: 520px;
}
.cta-content {
  position: relative;
  z-index: 3;
  max-width: 420px;
}
.cta-status {
  display: inline-block;
  margin-bottom: 15px;
  color: #a87429;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 14px;
}
.cta-content h2 {
  font-size: 26px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  margin-bottom: 15px;
  border-bottom: 1px solid #cccccc6b;
  max-width: 90%;
  padding-bottom: 6px;
  font-family: "Despair Display", "Open Sans", sans-serif;
}
.cta-content p {
  color: #6b7280a6;
  margin-bottom: 20px;
  max-width: 90%;
  font-size: 14px;
}
.cta-bg {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 52%;
  border-radius: 20px;
}
.cta-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.cta-rating {
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 5;
  display: flex;
  align-items: center;
  gap: 12px;
}
.stext {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 3px;
}
.cta-rating .stars {
  color: #ffc107;
  font-size: 18px;
  letter-spacing: 2px;
}
.cta-rating .stars {
  display: flex;
}
.cta-rating .stars svg {
  width: 18px;
  height: 18px;
  fill: #eab52f;
  filter: none;
}
.rating-text {
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
}
.rating-avatars {
  display: flex;
  margin-left: 10px;
}
.rating-avatars img {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #fff;
  margin-left: -10px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.cta-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 20px;
  background: linear-gradient(to left, rgba(0, 0, 0, 0.6), transparent);
}
.cta-girl {
  position: absolute;
  right: 40%;
  bottom: 0;
  z-index: 2;
}
.cta-girl img {
  height: 398px;
  object-fit: contain;
}
.onfooter-form {
  border: 1px solid #cccccc6b;
  position: absolute;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
  width: 98%;
  flex-direction: column;
  display: flex;
  gap: 14px;
  padding: 25px;
  border-radius: 20px;
  background: rgb(255 255 255 / 51%);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  z-index: 5;
}
.cta-socials {
  display: flex;
  gap: 15px;
  align-items: center;
}
.cta-socials p {
  font-size: 14px;
  opacity: 0.4;
  font-style: italic;
  font-weight: 600;
}
.cta-socials div {
  display: flex;
  gap: 8px;
  align-items: center;
}
.cta-socials div a {
  display: flex;
  line-height: 0;
}
.cta-socials img {
  width: 40px;
  height: 40px;
}
.cta-form {
  display: flex;
  gap: 14px;
}
.cta-form input {
  background: rgb(255, 255, 255);
  border: 1px solid rgb(230, 230, 230);
  border-radius: 10px;
  color: rgb(21, 21, 21);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  height: 50px !important;
  line-height: 24px;
  padding: 0 20px;
  transition: border-color 0.3s;
  width: 100%;
}
.cta-form input:placeholder-shown {
  padding-top: 0 !important;
}
.cta-form input {
  flex: 1;
  border-radius: 12px;
  border: none;
  background: #fff;
  font-size: 14px;
  border: 1px solid #ccc;
}
.form-policy {
  display: flex !important;
  align-items: flex-start !important;
  gap: 10px !important;
  font-size: 13px !important;
  line-height: 1.4 !important;
  margin: 14px 0 !important;
  cursor: pointer !important;
}
.form-policy a {
  color: inherit !important;
  text-decoration: underline !important;
}

.btn-premium {
  width: fit-content;
  position: relative;
  height: 50px;
  line-height: 14px;
  margin-inline: auto;
  cursor: pointer;
  position: relative;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  align-items: center;
  gap: 14px;
  z-index: 22;
  padding: 15px 30px;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #fff;
  text-decoration: none;
  background: #000;
  border: 1px solid #000;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
  overflow: hidden;
  transition: all 0.35s ease;
}
.cta-form button {
  padding: 15px 30px;
  border-radius: 12px;
  border: 1px solid #000;
  background: #000;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  cursor: pointer;
  transition: 0.3s;
}
.btn-premium::before {
  content: "";
  position: absolute;
  top: 0;
  left: -60%;
  width: 50%;
  height: 100%;
  background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.25), transparent);
  transform: skewX(-25deg);
  transition: 0.6s;
}
.btn-premium:hover {
  background: #fff;
  color: #000;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.18);
}
.cta-form button:hover {
  background: #fff;
  color: #000;
  transform: translateY(-2px);
}
.btn-premium:hover::before {
  left: 120%;
}

/* blogs */
.blog_item {
  background: #fff;
  border-radius: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  position: relative;
  height: 100%;
}
.blog_grid {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.blog_item-title {
  min-height: 120px;
}
.blog_item-img {
  height: 220px;
}
.blog_item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: 1s;
}
.blog_item:hover img {
  transform: scale(1.2);
}

/* banner */

/* ceyhun copy css */

/* ========================================
   Quiz CTA Section — Premium Dark Design
   ======================================== */

#quiz-cta-section {
  overflow: hidden;
}

.quiz-cta__heading {
  text-align: center;
  margin-bottom: 36px;
}

.quiz-cta__label {
  display: inline-block;
  background: rgba(168, 116, 41, 0.12);
  color: #a87429;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 6px 18px;
  border-radius: 50px;
  border: 1px solid rgba(168, 116, 41, 0.3);
  margin-bottom: 16px;
}

.quiz-cta__title {
  font-family: "Despair Display", "Open Sans", sans-serif;
  font-size: clamp(28px, 3.5vw, 48px);
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1.15;
  color: #111111;
}

.quiz-cta__title-accent {
  color: #a87429;
}

/* Card */
.quiz-cta__card {
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 0;
  /* background: #111111; */
  border-radius: 32px;
  overflow: hidden;
  /* box-shadow: 0 40px 100px rgba(0, 0, 0, 0.18); */
  /* border: 1px solid rgba(255,255,255,0.06); */
}

/* LEFT */
.quiz-cta__left {
  padding: 44px 48px 44px 48px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  background: #ffffff;
  position: relative;
}

.quiz-cta__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(168, 116, 41, 0.08);
  color: #a87429;
  font-size: 14px;
  font-weight: 600;
  padding: 8px 16px;
  border-radius: 50px;
  border: 1px solid rgba(168, 116, 41, 0.2);
  width: fit-content;
}

.quiz-cta__left-title {
  font-size: 20px;
  font-weight: 600;
  color: #333;
  margin-top: -8px;
}

/* Progress */
.quiz-cta__progress-wrap {
  position: relative;
}

.quiz-cta__progress-track {
  background: #edeef6;
  border-radius: 50px;
  height: 44px;
  position: relative;
  overflow: hidden;
}

.quiz-cta__progress-fill {
  position: absolute;
  left: 2px;
  top: 2px;
  bottom: 2px;
  width: 25%;
  border-radius: 50px;
  background: linear-gradient(90deg, #a87429, #d4a55a);
  transition: width 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.quiz-cta__progress-steps {
  position: relative;
  z-index: 2;
  display: flex;
  height: 100%;
}

.quiz-cta__step {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 600;
  color: #999;
  cursor: default;
  transition: color 0.3s ease;
}

.quiz-cta__step.active {
  color: #fff;
}

.quiz-cta__step.done {
  color: rgba(255, 255, 255, 0.75);
}

/* Questions */
.quiz-cta__body {
  position: relative;
  min-height: 200px;
}

.quiz-cta__question {
  display: none;
  flex-direction: column;
  gap: 16px;
  animation: quizFadeIn 0.35s ease;
}

.quiz-cta__question.active {
  display: flex;
}

@keyframes quizFadeIn {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.quiz-cta__q-title {
  font-size: 18px;
  font-weight: 700;
  color: #111;
  line-height: 1.4;
}

.quiz-cta__options {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.quiz-cta__option {
  padding: 14px 18px;
  border-radius: 50px;
  border: 2px solid #e0e0e0;
  font-size: 15px;
  font-weight: 500;
  color: #333;
  cursor: pointer;
  text-align: center;
  transition: all 0.25s ease;
  background: #fafafa;
}

.quiz-cta__option:hover {
  border-color: #a87429;
  color: #a87429;
  background: rgba(168, 116, 41, 0.06);
}

.quiz-cta__option.selected {
  border-color: #a87429;
  color: #a87429;
  background: rgba(168, 116, 41, 0.08);
  border-width: 3px;
}

/* Nav */
.quiz-cta__nav {
  display: flex;
  gap: 12px;
  align-items: center;
}

.quiz-cta__nav-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 28px;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.25s ease;
  border: 2px solid transparent;
}

.quiz-cta__nav-btn--prev {
  background: transparent;
  border-color: #ddd;
  color: #888;
}

.quiz-cta__nav-btn--prev:not(:disabled):hover {
  border-color: #111;
  color: #111;
}

.quiz-cta__nav-btn--prev:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.quiz-cta__nav-btn--next {
  background: #111;
  color: #fff;
  flex: 1;
  justify-content: center;
}

.quiz-cta__nav-btn--next:hover {
  background: #a87429;
}

.quiz-cta__nav-btn--next.quiz-finish {
  background: linear-gradient(135deg, #a87429, #d4a55a);
}

/* RIGHT */
.quiz-cta__right {
  background: linear-gradient(160deg, #1a1a1a 0%, #0d0d0d 100%);
  padding: 36px 32px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.quiz-cta__right::before {
  content: "";
  position: absolute;
  top: -80px;
  right: -80px;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: rgba(168, 116, 41, 0.1);
  filter: blur(60px);
  pointer-events: none;
}

/* Car image */
.quiz-cta__car-wrap {
  position: relative;
  width: 100%;
  text-align: center;
}

.quiz-cta__car-glow {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  height: 30px;
  background: rgba(168, 116, 41, 0.25);
  border-radius: 50%;
  filter: blur(20px);
}

.quiz-cta__car-img {
  width: 100%;
  max-width: 340px;
  object-fit: contain;
  filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.5));
  position: relative;
  z-index: 1;
}

/* Promo box */
.quiz-cta__promo-box {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding: 18px 22px;
  display: flex;
  align-items: center;
  gap: 14px;
  width: 100%;
  backdrop-filter: blur(10px);
}

.quiz-cta__promo-icon {
  font-size: 28px;
  line-height: 1;
  flex-shrink: 0;
}

.quiz-cta__promo-text {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.5;
}

.quiz-cta__promo-text strong {
  color: #d4a55a;
}

/* Stats */
.quiz-cta__stats {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 100%;
}

.quiz-cta__stat {
  flex: 1;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.quiz-cta__stat-num {
  font-size: 24px;
  font-weight: 900;
  color: #a87429;
  font-family: "Despair Display", "Open Sans", sans-serif;
}

.quiz-cta__stat-label {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.4;
}

.quiz-cta__stat-divider {
  width: 1px;
  height: 40px;
  background: rgba(255, 255, 255, 0.12);
}

/* =============================================
   Premium Offers Section — Glassmorphism Design
   ============================================= */

#prem-offers-section {
  overflow: visible;
}

.prem-offers__bg {
  background: transparent;
  position: relative;
  padding: 0 0 20px;
}

/* Hide old glow divs */
.prem-offers__glow {
  display: none;
}

.prem-offers__bg .container-custom {
  position: relative;
  z-index: 1;
}

/* Header */
.prem-offers__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 40px;
}

.prem-offers__header-left {
  flex: 1;
}

.prem-offers__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #a87429;
  padding: 6px 16px;
  border: 1px solid rgba(168, 116, 41, 0.3);
  border-radius: 50px;
  background: rgba(168, 116, 41, 0.07);
  backdrop-filter: blur(8px);
  margin-bottom: 14px;
}

.prem-offers__eyebrow::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #a87429;
  display: block;
  animation: pulse-dot 2s ease-in-out infinite;
}

@keyframes pulse-dot {
  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.5;
    transform: scale(0.7);
  }
}

.prem-offers__title {
  font-size: clamp(34px, 4.5vw, 56px);
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1.1;
  color: #111111;
  letter-spacing: -0.02em;
}

.prem-offers__header-right {
  text-align: right;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 16px;
}

.prem-offers__subtitle {
  font-size: 14px;
  color: #777;
  line-height: 1.65;
}

.prem-offers__view-all {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 28px;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.55);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  color: #111;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  text-decoration: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.07);
  transition:
    background 0.28s ease,
    color 0.28s ease,
    box-shadow 0.28s ease,
    gap 0.28s ease;
}
.prem-offers__view-all:hover {
  background: #111;
  color: #fff;
  border-color: #111;
  gap: 16px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
}

/* Grid */
.prem-offers__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

/* ── CARD ── */
.prem-card {
  display: flex;
  flex-direction: column;
  border-radius: 24px;
  overflow: hidden;
  text-decoration: none;
  /* glassmorphism base */
  background: rgba(255, 255, 255, 0.52);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border: 1px solid rgba(255, 255, 255, 0.75);
  box-shadow:
    0 4px 24px rgba(0, 0, 0, 0.07),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  transition:
    transform 0.38s cubic-bezier(0.34, 1.4, 0.64, 1),
    box-shadow 0.3s ease,
    border-color 0.3s ease;
  position: relative;
  opacity: 0;
  transform: translateY(40px);
}

.prem-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.1) 100%);
  pointer-events: none;
  z-index: 0;
}

.prem-card:hover {
  transform: translateY(-10px);
  box-shadow:
    0 20px 60px rgba(0, 0, 0, 0.14),
    0 0 0 1.5px rgba(168, 116, 41, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.95);
  border-color: rgba(168, 116, 41, 0.3);
}

/* Image */
.prem-card__img-wrap {
  position: relative;
  overflow: hidden;
  height: 196px;
  flex-shrink: 0;
  border-radius: 20px 20px 0 0;
  z-index: 1;
}

.prem-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.65s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  display: block;
}

.prem-card:hover .prem-card__img {
  transform: scale(1.09);
}

.prem-card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, transparent 35%, rgba(0, 0, 0, 0.3) 100%);
  transition: opacity 0.35s ease;
}

/* Badge */
.prem-card__badge {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 3;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 4px 11px;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.4);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
}

.prem-card__badge--gold {
  background: rgba(168, 116, 41, 0.2);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-color: rgba(168, 116, 41, 0.55);
  color: #c4882a;
}

/* Body */
.prem-card__body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 16px 18px 16px;
  gap: 11px;
  position: relative;
  z-index: 1;
}

.prem-card__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8px;
}

.prem-card__name {
  font-size: 15px;
  font-weight: 700;
  color: #111;
  line-height: 1.3;
  flex: 1;
}

.prem-card__type {
  font-size: 10px;
  font-weight: 600;
  color: #888;
  background: rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 6px;
  padding: 3px 9px;
  white-space: nowrap;
  flex-shrink: 0;
}

/* Specs */
.prem-card__specs {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
  flex: 1;
}

.prem-card__specs li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  line-height: 1.4;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.prem-card__specs li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.prem-card__specs li span {
  color: #999;
}

.prem-card__specs li b {
  color: #222;
  font-weight: 600;
  text-align: right;
  max-width: 55%;
}

/* Card Footer */
.prem-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 12px;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
  gap: 10px;
}

.prem-card__price-wrap {
  display: flex;
  flex-direction: column;
  gap: 1px;
}

.prem-card__price-label {
  font-size: 10px;
  color: #aaa;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.prem-card__price {
  font-size: 19px;
  font-weight: 800;
  color: #111;
  letter-spacing: -0.02em;
}

.prem-card__arrow {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #555;
  flex-shrink: 0;
  transition:
    background 0.28s ease,
    color 0.28s ease,
    border-color 0.28s ease,
    transform 0.28s ease;
}

.prem-card:hover .prem-card__arrow {
  background: #111;
  border-color: #111;
  color: #fff;
  transform: rotate(45deg);
}

/* about page */
#about_wrapper_top,
#contact-top-wrapper,
#how_to_work_wrapper_top,
#reviews_wrapper_top,
#blogs_wrapper_top,
#services_wrapper_top {
  background: url("../photos/about_bg.jpg") 50% 150% / cover no-repeat;
  position: relative;
  background-attachment: fixed;
}
#about_wrapper_top::after,
#contact-top-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

/* =============================================
   Contact Premium Form Styles
   ============================================= */
#contact_form_wrapper input::placeholder,
#contact_form_wrapper textarea::placeholder {
  color: #555;
}

#contact_form_wrapper input,
#contact_form_wrapper textarea {
  transition: all 0.3s ease;
}

#contact_form_wrapper input:focus,
#contact_form_wrapper textarea:focus {
  background-color: #050505;
  box-shadow: 0 0 20px rgba(168, 116, 41, 0.15);
}

/* Checkbox Custom Styles */
#agree:checked {
  background-color: #a87429;
  border-color: #a87429;
}

@keyframes check-bounce {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

#agree:checked + svg {
  animation: check-bounce 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
}

/* =============================================
   Dark FAQ Section Styles
   ============================================= */
#faq_wrapper .faq-item {
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
}

#faq_wrapper .faq-content {
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

#faq_wrapper .faq-content.is-open {
  max-height: 500px; /* Adjust based on content */
  opacity: 1;
  padding-bottom: 24px;
}

#faq_wrapper .rotate-45 {
  transform: rotate(45deg);
}

#faq_wrapper .faq-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background: #fff;
  border-radius: 50%;
  transition: all 0.3s ease;
}

#faq_wrapper .faq-item .faq-title-active {
  color: #a87429;
}

#faq_wrapper .faq-icon-active {
  background: #a87429;
  color: #fff;
}

/* =============================================
   Comparison Cards Section Styles
   ============================================= */
#kontakty_podderjka .italic {
  font-family: "Despair Display", "Open Sans", sans-serif;
  letter-spacing: -0.01em;
}

#kontakty_podderjka .group:hover {
  box-shadow: 0 0 40px rgba(168, 116, 41, 0.1);
}

#kontakty_podderjka h3 {
  letter-spacing: 0.05em;
}

@media (max-width: 768px) {
  #kontakty_podderjka .text-5xl {
    font-size: 3rem;
  }
}

/* how to work page css */
#how_to_work_wrap {
  position: relative;
  overflow: hidden;
  padding: 104px 0 110px;
  color: #fff;
}

#how_to_work_wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top center, rgba(255, 255, 255, 0.06), transparent 32%), linear-gradient(180deg, rgba(255, 255, 255, 0.015), transparent 28%);
  pointer-events: none;
}

#how_to_work_wrap .how-work-shell {
  position: relative;
  z-index: 1;
}

#how_to_work_wrap .how-work-intro {
  text-align: center;
}

#how_to_work_wrap .how-work-eyebrow {
  margin-bottom: 14px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.82);
}

#how_to_work_wrap .how-work-title {
  margin-top: 30px;
  font-weight: 600;
  font-size: clamp(42px, 5vw, 72px);
  line-height: 0.94;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}

#how_to_work_wrap .how-work-copy {
  max-width: 620px;
  margin: 32px auto 0;
  font-size: 18px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.76);
}

#how_to_work_wrap .how-work-actions {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  margin-top: 30px;
}

#how_to_work_wrap .how-work-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 46px;
  padding: 0 30px;
  border-radius: 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition:
    transform 0.25s ease,
    background-color 0.25s ease,
    color 0.25s ease,
    border-color 0.25s ease;
}

#how_to_work_wrap .how-work-btn:hover {
  transform: translateY(-2px);
}

#how_to_work_wrap .how-work-btn--solid {
  background: #2c2c2c;
  color: #fff;
}

#how_to_work_wrap .how-work-btn--solid:hover {
  background: #3a3a3a;
}

#how_to_work_wrap .how-work-btn--ghost {
  color: rgba(255, 255, 255, 0.9);
}

#how_to_work_wrap .how-work-btn--ghost:hover {
  color: #fff;
}

#how_to_work_wrap .how-work-steps {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 26px;
  margin-top: 82px;
}

#how_to_work_wrap .how-work-steps::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 68%;
  height: 2px;
  background: rgba(255, 255, 255, 0.86);
}

#how_to_work_wrap .how-work-step {
  position: relative;
}

#how_to_work_wrap .how-work-step::before {
  content: "";
  position: absolute;
  top: 67%;
  left: 50%;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #fff;
  transform: translateX(-50%);
  box-shadow: 0 0 0 6px #0b0b0b;
}

#how_to_work_wrap .how-work-step__media {
  overflow: hidden;
  border: 1px solid #fff2;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 250px;
  margin: 0 auto;
  border-radius: 14px;
}
#how_to_work_wrap .how-work-step__media img {
  image-rendering: auto;
}
#how_to_work_wrap .how-work-step__icon {
  width: 44px;
  height: 44px;
  color: rgba(32, 32, 32, 0.18);
}

#how_to_work_wrap .how-work-step__content {
  padding-top: 50px;
  text-align: center;
}

#how_to_work_wrap .how-work-step__title {
  font-size: 22px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}

#how_to_work_wrap .how-work-step__text {
  margin-top: 10px;
  font-size: 15px;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.78);
}

@media (max-width: 1199px) {
  #how_to_work_wrap {
    padding: 88px 0 96px;
  }

  #how_to_work_wrap .how-work-steps {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px 22px;
  }

  #how_to_work_wrap .how-work-steps::before {
    display: none;
  }

  #how_to_work_wrap .how-work-step::before {
    top: 214px;
    opacity: 0;
  }

  #how_to_work_wrap .how-work-step__media {
    height: 170px;
  }

  #how_to_work_wrap .how-work-step__content {
    padding-top: 24px;
  }
}

@media (max-width: 767px) {
  #how_to_work_wrap {
    padding: 74px 0 82px;
  }

  #how_to_work_wrap .how-work-title {
    font-size: 34px;
  }

  #how_to_work_wrap .how-work-copy {
    font-size: 15px;
    margin-top: 18px;
  }

  #how_to_work_wrap .how-work-actions {
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
  }

  #how_to_work_wrap .how-work-btn {
    width: 100%;
  }

  #how_to_work_wrap .how-work-steps {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-top: 56px;
  }

  #how_to_work_wrap .how-work-step {
    padding-left: 22px;
  }

  #how_to_work_wrap .how-work-step::after {
    content: "";
    position: absolute;
    left: 4px;
    top: 210px;
    bottom: -30px;
    width: 2px;
    background: rgba(255, 255, 255, 0.5);
  }

  #how_to_work_wrap .how-work-step:last-child::after {
    display: none;
  }

  #how_to_work_wrap .how-work-step::before {
    top: 204px;
    left: 4px;
    opacity: 1;
    transform: none;
    box-shadow: 0 0 0 4px #0b0b0b;
  }

  #how_to_work_wrap .how-work-step__media {
    height: 180px;
  }

  #how_to_work_wrap .how-work-step__content {
    text-align: left;
  }
}

#artex_advantages_wrapper {
  padding: 44px 0 110px;
  color: #fff;
}

#artex_advantages_wrapper .advantages-shell {
  position: relative;
}

#artex_advantages_wrapper .advantages-intro {
  margin: 0 auto 52px;
  text-align: center;
}

#artex_advantages_wrapper .advantages-eyebrow {
  display: inline-block;
  margin-bottom: 16px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: rgba(255, 255, 255, 0.82);
}

#artex_advantages_wrapper .advantages-title {
  font-size: clamp(36px, 4.3vw, 64px);
  line-height: 0.95;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  font-weight: 500;
}

#artex_advantages_wrapper .advantages-copy {
  margin-top: 20px;
  font-size: 17px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.72);
}

#artex_advantages_wrapper .advantages-grid {
  display: grid;
  grid-template-columns: 0.9fr 0.9fr 2fr;
  gap: 14px;
  align-items: stretch;
}

#artex_advantages_wrapper .adv-card {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  background: #212121;
  transition:
    transform 0.28s ease,
    border-color 0.28s ease,
    box-shadow 0.28s ease;
}

#artex_advantages_wrapper .adv-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 255, 255, 0.22);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.22);
}

#artex_advantages_wrapper .adv-card__media {
  display: flex;
  align-items: center;
  overflow: hidden;
  justify-content: center;
  height: 186px;
  background: linear-gradient(180deg, #d8d8d8 0%, #d2d2d2 100%);
}

#artex_advantages_wrapper .adv-card__icon {
  width: 46px;
  height: 46px;
  color: rgba(36, 36, 36, 0.18);
}

#artex_advantages_wrapper .adv-card__body {
  display: flex;
  min-height: 162px;
  flex-direction: column;
  padding: 18px 12px 16px;
}

#artex_advantages_wrapper .adv-card__meta {
  margin-bottom: 10px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.78);
}

#artex_advantages_wrapper .adv-card__title {
  font-size: 29px;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}

#artex_advantages_wrapper .adv-card__text {
  margin-top: 12px;
  max-width: 220px;
  font-size: 15px;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.72);
}

#artex_advantages_wrapper .adv-card__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  padding-top: 14px;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
}

#artex_advantages_wrapper .adv-card__link svg {
  width: 12px;
  height: 12px;
}

#artex_advantages_wrapper .adv-card--feature {
  display: grid;
  grid-template-columns: 1.15fr 0.95fr;
  background: #232323;
}

#artex_advantages_wrapper .adv-card--feature .adv-card__media {
  height: 100%;
  min-height: 248px;
}

#artex_advantages_wrapper .adv-card--feature .adv-card__body {
  min-height: 248px;
  justify-content: center;
  padding: 24px 22px 20px 18px;
}

#artex_advantages_wrapper .adv-card--feature .adv-card__title {
  font-size: 25px;
}

#artex_advantages_wrapper .adv-card--feature .adv-card__text {
  max-width: 240px;
}

@media (max-width: 1199px) {
  #artex_advantages_wrapper {
    padding: 38px 0 96px;
  }

  #artex_advantages_wrapper .advantages-grid {
    grid-template-columns: 1fr 1fr;
  }

  #artex_advantages_wrapper .adv-card--feature {
    grid-column: 1 / -1;
  }
}

@media (max-width: 767px) {
  #artex_advantages_wrapper {
    padding: 30px 0 82px;
  }

  #artex_advantages_wrapper .advantages-intro {
    margin-bottom: 34px;
  }

  #artex_advantages_wrapper .advantages-title {
    font-size: 34px;
  }

  #artex_advantages_wrapper .advantages-copy {
    font-size: 15px;
  }

  #artex_advantages_wrapper .advantages-grid {
    grid-template-columns: 1fr;
  }

  #artex_advantages_wrapper .adv-card__media {
    height: 170px;
  }

  #artex_advantages_wrapper .adv-card__body {
    min-height: 0;
    padding: 18px 16px 16px;
  }

  #artex_advantages_wrapper .adv-card__title {
    font-size: 26px;
  }

  #artex_advantages_wrapper .adv-card__text {
    max-width: none;
  }

  #artex_advantages_wrapper .adv-card--feature {
    grid-template-columns: 1fr;
  }

  #artex_advantages_wrapper .adv-card--feature .adv-card__media {
    min-height: 190px;
  }

  #artex_advantages_wrapper .adv-card--feature .adv-card__body {
    min-height: 0;
    padding: 20px 16px 16px;
  }
}

/* reviews page css */
#reviews_wrapper {
  padding: 92px 26px 56px;
  background: radial-gradient(circle at top center, rgba(255, 255, 255, 0.06), transparent 36%), #242424;
  color: #fff;
}

#reviews_wrapper .reviews-shell {
  max-width: 1320px;
  margin: 0 auto;
}

#reviews_wrapper .reviews-intro {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

#reviews_wrapper .reviews-title {
  font-weight: 600;
  font-size: clamp(40px, 4.9vw, 78px);
  line-height: 80px;
  text-transform: uppercase;
}

#reviews_wrapper .reviews-copy {
  margin-top: 32px;
  font-size: 18px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.76);
}

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

#reviews_wrapper .review-card {
  min-height: 208px;
  padding: 16px 18px 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.02);
  transition:
    transform 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease;
}

#reviews_wrapper .review-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 255, 255, 0.22);
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.2);
}

#reviews_wrapper .review-stars {
  display: flex;
  gap: 3px;
  color: #fff;
}

#reviews_wrapper .review-stars svg {
  width: 16px;
  height: 16px;
  fill: orange;
}

#reviews_wrapper .review-text {
  margin-top: 14px;
  max-width: 320px;
  font-size: 15px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.92);
}

#reviews_wrapper .review-author {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 24px;
}

#reviews_wrapper .review-author__avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 999px;
  background: #e7e7e7;
  color: #8c8c8c;
  flex-shrink: 0;
}

#reviews_wrapper .review-author__avatar svg {
  width: 12px;
  height: 12px;
  fill: currentColor;
}

#reviews_wrapper .review-author__name {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
}

#reviews_wrapper .review-author__meta {
  margin-top: 2px;
  font-size: 15px;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.76);
}

@media (max-width: 1199px) {
  #reviews_wrapper {
    padding: 82px 22px 48px;
  }

  #reviews_wrapper .reviews-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  #reviews_wrapper .review-card {
    min-height: 0;
  }
}

@media (max-width: 767px) {
  #reviews_wrapper {
    margin-bottom: 48px;
    padding: 68px 18px 40px;
  }

  #reviews_wrapper .reviews-title {
    font-size: 34px;
  }

  #reviews_wrapper .reviews-copy {
    font-size: 15px;
  }

  #reviews_wrapper .reviews-grid {
    margin-top: 34px;
  }

  #reviews_wrapper .review-card {
    padding: 16px;
  }
}

#reviews_bottom_wrapper {
  padding: 92px 0 78px;
  background: radial-gradient(circle at top center, rgba(255, 255, 255, 0.03), transparent 34%), #0a0a0a;
  color: #fff;
}

#reviews_bottom_wrapper .reviews-bottom-shell {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 30px;
}

#reviews_bottom_wrapper .reviews-bottom-top {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 48px;
  align-items: start;
}

#reviews_bottom_wrapper .reviews-bottom-title {
  font-weight: 600;
  font-size: clamp(38px, 4.5vw, 70px);
  line-height: 80px;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}

#reviews_bottom_wrapper .reviews-bottom-copy {
  max-width: 470px;
  padding-top: 4px;
  font-size: 17px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.78);
}

#reviews_bottom_wrapper .reviews-bottom-stats {
  display: flex;
  justify-content: space-between;
  gap: 0;
  margin-top: 62px;
}

#reviews_bottom_wrapper .reviews-bottom-stat {
  min-height: 132px;
  padding: 10px 18px 10px 18px;
  border-left: 1px solid rgba(255, 255, 255, 0.14);
}

#reviews_bottom_wrapper .reviews-bottom-value {
  font-weight: 600;
  font-size: clamp(44px, 4.6vw, 74px);
  line-height: 0.95;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}

#reviews_bottom_wrapper .reviews-bottom-label {
  max-width: 260px;
  margin-top: 16px;
  font-size: 23px;
  line-height: 40px;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}

@media (max-width: 1199px) {
  #reviews_bottom_wrapper {
    padding: 82px 0 66px;
  }

  #reviews_bottom_wrapper .reviews-bottom-shell {
    padding: 0 22px;
  }

  #reviews_bottom_wrapper .reviews-bottom-top {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  #reviews_bottom_wrapper .reviews-bottom-copy {
    max-width: 620px;
  }

  #reviews_bottom_wrapper .reviews-bottom-stat {
    min-height: 0;
    padding: 0 0 0 18px;
  }
}

@media (max-width: 767px) {
  #reviews_bottom_wrapper {
    padding: 68px 0 54px;
  }

  #reviews_bottom_wrapper .reviews-bottom-shell {
    padding: 0 18px;
  }

  #reviews_bottom_wrapper .reviews-bottom-title {
    font-size: 34px;
  }

  #reviews_bottom_wrapper .reviews-bottom-copy {
    font-size: 15px;
  }

  #reviews_bottom_wrapper .reviews-bottom-value {
    font-size: 40px;
  }

  #reviews_bottom_wrapper .reviews-bottom-label {
    font-size: 20px;
  }
}

.blog_content p,
.blog_content p a,
.blog_content span,
.blog_content li {
  margin-top: 15px;
  text-align: justify;
}
