/* ================================
   TOPCAR Product Info
================================ */

.topcar-product-info {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 30%, rgba(255, 204, 0, 0.22), transparent 34%),
    radial-gradient(circle at 60% 55%, rgba(255, 204, 0, 0.08), transparent 28%),
    #11110f;
  color: #fff;
  padding: 56px 0;
}

.topcar-product-info {
  position: relative;
  overflow: hidden;
  background: #11110f;
  color: #fff;
  padding: 56px 0;
}

.topcar-product-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-size: 100%;
  background-position: center;
  opacity: 1;
  filter: blur(0.1px);
  transform: scale(1.06);
  top: 0;
  left: 0;
}

.topcar-product-bg {
  opacity: 0.28;
}

.topcar-product-info::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(circle at 8% 30%, rgba(255, 204, 0, 0.26), transparent 34%),
    linear-gradient(90deg, rgba(17,17,15,0.96) 0%, rgba(17,17,15,0.25) 48%, rgba(17,17,15,0.0) 100%);
}

.topcar-product-info .container {
  position: relative;
  z-index: 2;
}


.topcar-product-info * {
  box-sizing: border-box;
}

.topcar-product-info .container {
  margin: 0 auto;
  padding: 0 24px;
}

.topcar-product-info .row {
  align-items: flex-start;
  row-gap: 32px;
}

.topcar-product-info a {
  color: inherit;
  text-decoration: none;
}

/* back link */
.topcar-product-info > .container > .row > .col-12:first-child a > div {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 32px;
  color: rgba(255, 255, 255, 0.72);
  font-weight: 700;
  font-size: 14px;
}

.topcar-product-info svg {
  width: 18px;
  height: 18px;
  stroke-width: 2;
}

/* badge */
.topcar-product-info .badge {
  align-items: center;
  gap: 10px;
  border: 1px solid #caa000;
  color: #ffcc00;
  background: rgba(255, 204, 0, 0.04);
  padding: 8px 18px;
  margin-bottom: 26px;
  font-weight: 900;
  font-size: 14px;
  min-width: auto;
  width: auto;
}

.topcar-product-info .badge svg {
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-right: 1em;
  transform: translateY(3px);
}

.topcar-product-info .badge span {
  display: inline-block;
}

/* left content */
.topcar-product-title {
  max-width: 760px;
  margin: 0 0 22px;
  font-size: clamp(44px, 5vw, 76px);
  line-height: 0.92;
  letter-spacing: 3px;
  font-weight: 950;
  color: #fff;
}

.topcar-product-title .flex {
    gap: 7.5px;
}

.topcar-product-subtitle {
    color: #e4dfd1;
    font-weight: 600;
    font-size: 22px;
    padding-bottom: 15px;
}

.topcar-product-info .topcar-product-noted {
    color: #d8d8d8;
    font-size: 14px;
}

.topcar-product-info .col-lg-6 > p {
  max-width: 660px;
  margin: 0 0 34px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 18px;
  line-height: 1.75;
  font-weight: 600;
}

/* specs */
.topcar-product-info ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.topcar-product-info .col-lg-6:first-of-type > ul {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.topcar-product-info .col-lg-6:first-of-type > ul li > div {
  min-height: 104px;
  padding: 22px 20px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background:
    linear-gradient(115deg, rgba(255, 204, 0, 0.12), transparent 45%),
    rgba(255, 255, 255, 0.08);
  color: #fff;
  font-size: 0;
}

.topcar-product-info .col-lg-6:first-of-type > ul li > div::first-line {
  color: rgba(255, 255, 255, 0.48);
  font-size: 13px;
  font-weight: 800;
}

.topcar-product-info .topcar-product-year {
  white-space: pre-line;
  line-height: 1.45;
  font-weight: 950;
}

.topcar-product-info .topcar-product-year {
  font-size: 17px;
}

/* right card */
.topcar-product-info .price-contact,
.topcar-product-info .controls,
.topcar-product-note {
  background: #fff;
  color: #050505;
}

.topcar-product-info .col-lg-6:last-child {
  max-width: 520px;
  margin-left: auto;
  background: #fff;
  padding: 30px 32px 24px;
  color: #050505;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.42);
}

.topcar-product-sidebar {
  max-width: 520px;
  margin-left: auto;
  background: #fff;
  padding: 30px 32px 24px;
  color: #050505;
  box-shadow: 0 24px 70px rgba(0,0,0,.42);
}

.topcar-product-info .price-contact h4 {
  margin: 0 0 20px;
  color: #9d8200;
  text-transform: uppercase;
  letter-spacing: 0.28em;
  font-size: 14px;
  font-weight: 950;
}

.topcar-product-info .price {
  margin-bottom: 10px;
  font-size: 36px;
  line-height: 1;
  font-weight: 950;
  color: #000;
}

.topcar-product-info .price,
.topcar-product-info .price * {
  color: #000;
  text-decoration: none;
}

.topcar-product-info .monthly {
  color: #9d8200;
  font-size: 16px;
  font-weight: 950;
}

.topcar-product-info .monthly .monthly-wrapper  { 
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
}

.topcar-product-info .monthly .topcar-product-installment {
  display: flex;
  align-items: center;
  gap: 6px;
}

.topcar-product-info .price-contact p {
  margin: 12px 0 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #e7e7e7;
  color: #8a8a8a;
  font-size: 13px;
  font-weight: 700;
}

.topcar-installment-link div{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    text-decoration: underline;
}

.topcar-product-listbox {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.topcar-product-listbox li {
    border: 1px solid #6d6d6d;
    background-color: rgba(255, 255, 255, 0.2);
    padding: 1em;
    flex: 0 0 23.88%;
    max-width: 23.88%;
}

.topcar-product-listbox li.highlights{
    flex: 0 0 50%;
    max-width: 50%; 
}

.topcar-product-listbox li .label {
    font-weight: bold;
    color: #ffcc00;
}

.topcar-product-listbox li .topcar-product-listbox-value {
    color: #fff;
    font-weight: bold;
}

/* buttons */
.topcar-product-info .controls ul {
  display: grid;
  gap: 12px;
}

.topcar-product-info .controls a {
  display: block;
}

.topcar-product-info .controls a > div {
  min-height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  border: 1px solid #d8d8d8;
  color: #050505;
  font-size: 16px;
  font-weight: 950;
}

.topcar-product-info .controls li:first-child a > div {
  background: #ffcc00;
  border-color: #ffcc00;
}

.topcar-product-info .controls svg {
  width: 18px;
  height: 18px;
}

/* info note */
.topcar-product-note {
  margin-top: 24px;
  padding: 20px;
  border: 1px solid #e4dfd1;
  background: #f7f4ee;
}

.topcar-product-note > div {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.topcar-product-note svg {
  color: #b49100;
  width: 16px;
  height: 16px;
}

.topcar-product-note p {
  margin: 0;
  color: #6d6d6d;
  font-size: 14px;
  line-height: 1.75;
  font-weight: 600;
}

.topcar-product-note > div p {
  color: #050505;
  font-weight: 950;
}

/* ================================
   Tablet portrait
================================ */
@media (max-width: 991.98px) {
  .topcar-product-info {
    padding: 44px 0 64px;
  }

  .topcar-product-info .container {
    max-width: 760px;
  }

  .topcar-product-info .col-lg-6:last-child {
    max-width: 100%;
    margin: 0;
    padding: 30px 26px 26px;
  }

  .topcar-product-info .col-lg-6:first-of-type > ul {
    grid-template-columns: repeat(4, 1fr);
  }

  .topcar-product-title {
    font-size: clamp(52px, 7vw, 68px);
  }
}

/* ================================
   Mobile
================================ */
@media (max-width: 575.98px) {
  .topcar-product-info {
    padding: 32px 0 48px;
  }

  .topcar-product-info .container {
    padding: 0 19px;
  }

  .topcar-product-info > .container > .row > .col-12:first-child a > div {
    margin-bottom: 28px;
    font-size: 13px;
  }

  .topcar-product-info .badge {
    justify-content: flex-start;
    padding: 12px 16px;
    margin-bottom: 20px;
    font-size: 13px;
  }

  .topcar-product-title {
    margin-bottom: 20px;
    font-size: 40px;
    line-height: 0.98;
    letter-spacing: -0.075em;
  }

  .topcar-product-info .col-lg-6 > p {
    margin-bottom: 28px;
    font-size: 17px;
    line-height: 1.7;
  }

  .topcar-product-info .col-lg-6:first-of-type > ul {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .topcar-product-info .col-lg-6:first-of-type > ul li > div {
    min-height: 78px;
    padding: 18px 16px;
  }

  .topcar-product-info .col-lg-6:last-child {
    padding: 26px 24px 24px;
  }

  .topcar-product-info .price-contact h4 {
    font-size: 13px;
  }

  .topcar-product-info .price {
    font-size: 32px;
  }

  .topcar-product-info .controls a > div {
    min-height: 54px;
    font-size: 15px;
  }

  .topcar-product-listbox li{
      flex: 0 0 48%;
      max-width: 48%; 
  }

  .topcar-product-listbox li.highlights {
        flex: 0 0 100%;
        max-width: 100%;
  }
}


.icon-tiktok {
    width: 20px;
    height: 20px;
}