@font-face {
  font-family: "Oxanium";
  src: url("../fonts/Oxanium-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Oxanium";
  src: url("../fonts/Oxanium-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Oxanium";
  src: url("../fonts/Oxanium-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Oxanium";
  src: url("../fonts/Oxanium-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sarabun";
  src: url("../fonts/Sarabun-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sarabun";
  src: url("../fonts/Sarabun-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sarabun";
  src: url("../fonts/Sarabun-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sarabun";
  src: url("../fonts/Sarabun-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Sarabun", sans-serif;
  font-weight: 400;
  color: #020101;
}

main {
  margin-top: 76px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Oxanium", sans-serif;
  font-weight: 600;
}

.btn-primary {
  text-transform: uppercase;
  --bs-btn-color: #fff;
  --bs-btn-bg: #ED1C24;
  --bs-btn-border-color: #ED1C24;
  --bs-btn-hover-bg: #020101;
  --bs-btn-hover-border-color: #020101;
  --bs-btn-active-bg: #020101;
  --bs-btn-active-border-color: #020101;
  --bs-btn-active-shadow: none;
  --bs-btn-border-radius: 0;
  --bs-btn-padding-x: 30px;
  --bs-btn-padding-y: 15px;
  transition: all ease-in-out 0.3s;
}

.btn-secondary {
  text-transform: uppercase;
  --bs-btn-color: #fff;
  --bs-btn-bg: #020101;
  --bs-btn-border-color: #020101;
  --bs-btn-hover-bg: #ED1C24;
  --bs-btn-hover-border-color: #ED1C24;
  --bs-btn-active-bg: #ED1C24;
  --bs-btn-active-border-color: #ED1C24;
  --bs-btn-active-shadow: none;
  --bs-btn-border-radius: 0;
  --bs-btn-padding-x: 30px;
  --bs-btn-padding-y: 15px;
  transition: all ease-in-out 0.3s;
}

header {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0, rgba(0, 0, 0, 0.5) 145%);
}
header .navbar {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0, rgba(0, 0, 0, 0.5) 145%);
}
header .navbar-nav {
  gap: 10px;
}
header .navbar-brand {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
header .navbar-brand span {
  padding: 0;
}
header .nav-link {
  font-family: "Oxanium", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  padding: 20px 10px;
  color: #020101;
  border-bottom: 4px solid transparent;
}
header .nav-link:hover {
  color: #ED1C24;
  border-bottom: 4px solid #ED1C24;
}
header .navbar-nav .dropdown-menu {
  margin-top: -1px;
  border-radius: 0;
}
header .navbar-nav .dropdown-menu .dropdown-item {
  font-family: "Oxanium", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  color: #020101;
}
header .navbar-nav .dropdown-menu .dropdown-item:hover {
  color: #ED1C24;
}

footer {
  padding: 30px 0;
}
footer .footer-logo {
  margin-bottom: 10px;
}
footer .footer-logo .logo img {
  margin-bottom: 10px;
  max-width: 220px;
}
footer .footer-top {
  padding-bottom: 20px;
  border-bottom: 1px solid #020101;
}
footer .footer-top .info-company {
  display: flex;
  flex-direction: column;
  gap: 5px;
  color: rgb(108, 108, 108);
  font-size: 14px;
  margin-bottom: 16px;
}
footer .footer-top .info-company a {
  padding: 0;
  font-size: 14px;
  color: rgb(39, 39, 39);
}
footer .footer-top .info-company a:hover {
  color: #020101;
}
footer .footer-top .title {
  text-transform: uppercase;
}
footer .footer-top ul {
  padding-left: 0;
  list-style: none;
}
footer .footer-top ul a {
  text-decoration: none;
  color: rgb(39, 39, 39);
  font-size: 14px;
  transition: all 0.3s ease-in-out;
}
footer .footer-top ul a:hover {
  color: #020101;
}
footer .footer-bottom {
  padding-top: 30px;
}
footer .footer-bottom .footer-legal {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 576px) {
  footer .footer-top {
    text-align: center;
  }
  footer .footer-bottom .footer-legal {
    flex-direction: column;
    gap: 10px;
  }
}

.isuzu-hero {
  position: relative;
  min-height: 700px;
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: stretch;
  color: #fff;
}
.isuzu-hero__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
.isuzu-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.52);
}
.isuzu-hero .container {
  position: relative;
  z-index: 3;
  width: 100%;
  min-height: 700px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 30px;
  padding-bottom: 28px;
}
.isuzu-hero__content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.isuzu-hero__logo {
  width: 270px;
  margin-bottom: 15px;
}
.isuzu-hero__logo img {
  display: block;
  width: 100%;
  height: auto;
}
.isuzu-hero__title {
  margin: 0;
  color: #fff;
  font-family: "Oxanium", Arial, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.15;
  text-transform: uppercase;
}
.isuzu-hero__buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 65px;
  margin-top: 22px;
}
.isuzu-hero__button {
  min-width: 124px;
  height: 47px;
  padding: 0 25px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-family: "Oxanium", Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: all 0.25s ease;
}
.isuzu-hero__button--red {
  color: #fff;
  background: #ed2929;
}
.isuzu-hero__button--red:hover {
  color: #fff;
  background: #d91f1f;
}
.isuzu-hero__button--black {
  color: #fff;
  background: #000;
}
.isuzu-hero__button--black:hover {
  color: #fff;
  background: #222;
}
.isuzu-hero__stats {
  width: 100%;
  align-items: flex-end;
  margin: 0;
}
.isuzu-hero__stat {
  position: relative;
  min-height: 95px;
  padding: 0 15px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  text-align: center;
}
.isuzu-hero__stat-value {
  color: #fff;
  font-family: "Oxanium", Arial, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.1;
  white-space: nowrap;
}
.isuzu-hero__stat-label {
  margin-top: 5px;
  color: #fff;
  font-family: "Oxanium", Arial, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.2;
}
.isuzu-hero__ncap {
  position: absolute;
  left: 50%;
  bottom: 100px;
  max-width: 120px;
  transform: translateX(-50%);
}
.isuzu-hero__ncap img {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 1199.98px) {
  .isuzu-hero {
    min-height: 650px;
  }
  .isuzu-hero .container {
    min-height: 650px;
  }
  .isuzu-hero__logo {
    width: 240px;
  }
  .isuzu-hero__title {
    font-size: 36px;
  }
  .isuzu-hero__buttons {
    gap: 45px;
  }
  .isuzu-hero__stat-value {
    font-size: 28px;
  }
  .isuzu-hero__stat-label {
    font-size: 15px;
  }
}
@media (max-width: 991.98px) {
  .isuzu-hero {
    min-height: 680px;
  }
  .isuzu-hero .container {
    min-height: 680px;
    padding-top: 25px;
    padding-bottom: 30px;
  }
  .isuzu-hero__logo {
    width: 220px;
  }
  .isuzu-hero__title {
    font-size: 32px;
  }
  .isuzu-hero__buttons {
    gap: 25px;
  }
  .isuzu-hero__button {
    min-width: 120px;
    height: 44px;
    font-size: 15px;
  }
  .isuzu-hero__stat {
    min-height: 105px;
    margin-bottom: 20px;
  }
  .isuzu-hero__stat-value {
    font-size: 25px;
  }
  .isuzu-hero__stat-label {
    font-size: 14px;
  }
  .isuzu-hero__ncap {
    max-width: 100px;
  }
}
@media (max-width: 575.98px) {
  .isuzu-hero {
    min-height: 760px;
  }
  .isuzu-hero .container {
    min-height: 760px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .isuzu-hero__logo {
    width: 185px;
    margin-bottom: 12px;
  }
  .isuzu-hero__title {
    max-width: 330px;
    font-size: 27px;
    line-height: 1.15;
  }
  .isuzu-hero__buttons {
    width: 100%;
    gap: 12px;
    margin-top: 20px;
  }
  .isuzu-hero__button {
    min-width: 115px;
    height: 43px;
    padding: 0 18px;
    font-size: 14px;
  }
  .isuzu-hero__stats {
    margin-top: 25px;
  }
  .isuzu-hero__stat {
    min-height: 95px;
    padding: 0 5px;
    margin-bottom: 20px;
  }
  .isuzu-hero__stat-value {
    font-size: 22px;
  }
  .isuzu-hero__stat-label {
    max-width: 160px;
    margin-top: 4px;
    font-size: 13px;
  }
  .isuzu-hero__ncap {
    max-width: 75px;
  }
}
@media (max-width: 380px) {
  .isuzu-hero {
    min-height: 720px;
  }
  .isuzu-hero .container {
    min-height: 720px;
  }
  .isuzu-hero__logo {
    width: 165px;
  }
  .isuzu-hero__title {
    font-size: 24px;
  }
  .isuzu-hero__stat-value {
    font-size: 19px;
  }
  .isuzu-hero__stat-label {
    font-size: 12px;
  }
}

.isuzu-dmax-section {
  width: 100%;
  background: #fff;
  overflow: hidden;
}
.isuzu-dmax-section__image {
  width: 100%;
  height: 100%;
  min-height: 700px;
}
.isuzu-dmax-section__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.isuzu-dmax-section__content {
  height: 100%;
  min-height: 700px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 70px 8%;
}
.isuzu-dmax-section__category {
  display: block;
  margin-bottom: 18px;
  font-size: 15px;
  line-height: 1.3;
  font-weight: 400;
  color: #2d2d2d;
}
.isuzu-dmax-section__title {
  margin: 0 0 20px;
  font-family: "Oxanium", sans-serif;
  font-size: 42px;
  line-height: 1.08;
  font-weight: 700;
  color: #2d2d2d;
  text-transform: uppercase;
}
.isuzu-dmax-section__text {
  max-width: 680px;
}
.isuzu-dmax-section__text p {
  margin: 0 0 17px;
  font-size: 16px;
  line-height: 1.45;
  font-weight: 400;
  color: #242424;
}
.isuzu-dmax-section__text p:last-child {
  margin-bottom: 0;
}
.isuzu-dmax-section__buttons {
  display: flex;
  align-items: center;
  gap: 60px;
  margin-top: 28px;
}
.isuzu-dmax-section__buttons a {
  text-decoration: none;
}
@media (max-width: 1399.98px) {
  .isuzu-dmax-section__content {
    padding: 60px 7%;
  }
  .isuzu-dmax-section__title {
    font-size: 38px;
  }
  .isuzu-dmax-section__text p {
    font-size: 15px;
  }
  .isuzu-dmax-section__buttons {
    gap: 45px;
  }
}
@media (max-width: 1199.98px) {
  .isuzu-dmax-section__image {
    min-height: 650px;
  }
  .isuzu-dmax-section__content {
    min-height: 650px;
    padding: 50px 6%;
  }
  .isuzu-dmax-section__title {
    font-size: 32px;
  }
  .isuzu-dmax-section__text p {
    font-size: 14px;
  }
  .isuzu-dmax-section__buttons {
    gap: 30px;
    margin-top: 25px;
  }
}
@media (max-width: 991.98px) {
  .isuzu-dmax-section__image {
    height: 500px;
    min-height: 0;
  }
  .isuzu-dmax-section__image img {
    -o-object-position: center;
       object-position: center;
  }
  .isuzu-dmax-section__content {
    min-height: 0;
    padding: 55px 40px;
  }
  .isuzu-dmax-section__title {
    font-size: 36px;
  }
  .isuzu-dmax-section__text {
    max-width: 100%;
  }
  .isuzu-dmax-section__text p {
    font-size: 16px;
    line-height: 1.5;
  }
  .isuzu-dmax-section__buttons {
    gap: 35px;
  }
}
@media (max-width: 767.98px) {
  .isuzu-dmax-section__image {
    height: 400px;
  }
  .isuzu-dmax-section__content {
    padding: 45px 25px;
  }
  .isuzu-dmax-section__category {
    margin-bottom: 15px;
    font-size: 14px;
  }
  .isuzu-dmax-section__title {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 1.1;
  }
  .isuzu-dmax-section__text p {
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 1.5;
  }
  .isuzu-dmax-section__buttons {
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 25px;
  }
}
@media (max-width: 575.98px) {
  .isuzu-dmax-section__image {
    height: 320px;
  }
  .isuzu-dmax-section__content {
    padding: 40px 20px;
  }
  .isuzu-dmax-section__title {
    font-size: 27px;
  }
  .isuzu-dmax-section__text p {
    font-size: 14px;
  }
  .isuzu-dmax-section__buttons {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
}

.dmax-section {
  background-color: #f5f5f5;
  padding: 60px 0;
}

.dmax-card {
  background-color: #ffffff;
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.dmax-card__image-wrap {
  padding: 30px 20px 10px;
  border-bottom: 1px solid #e5e5e5;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 260px;
  height: 430px;
}

.dmax-card__image-wrap img {
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.dmax-card__body {
  padding: 30px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.dmax-card__eyebrow {
  color: #c8102e;
  font-size: 0.8rem;
  letter-spacing: 0.05em;
  margin-bottom: 8px;
  font-weight: 600;
}

.dmax-card__title {
  margin-bottom: 15px;
}

.dmax-card__desc {
  margin-bottom: 20px;
}

.dmax-card__stats {
  display: flex;
  border-top: 1px solid #e5e5e5;
  padding-top: 20px;
  margin-top: auto;
  margin-bottom: 25px;
}

.dmax-stat {
  flex: 1;
  text-align: center;
  padding: 0 8px;
  border-right: 1px solid #e5e5e5;
}

.dmax-stat:last-child {
  border-right: none;
}

.dmax-stat__value {
  display: block;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.2;
}

.dmax-stat__label {
  display: block;
  font-size: 0.7rem;
  letter-spacing: 0.03em;
  color: #6c757d;
  text-transform: uppercase;
  margin-top: 4px;
}

.dmax-card__cta {
  background-color: #c8102e;
  color: #ffffff;
  border: none;
  width: 100%;
  padding: 16px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  display: block;
}

.dmax-card__cta:hover {
  background-color: #a50d26;
  color: #ffffff;
}

@media (max-width: 767.98px) {
  .dmax-card__body {
    padding: 22px;
  }
  .dmax-stat__value {
    font-size: 1.15rem;
  }
  .dmax-stat__label {
    font-size: 0.62rem;
  }
}
@media (max-width: 400px) {
  .dmax-stat {
    padding: 0 4px;
  }
}
.engine-section {
  padding: 60px 0;
}

.engine-section__image-wrap {
  background-color: #0d0d0d;
  height: 100%;
  min-height: 420px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.engine-section__image-wrap img {
  max-width: 90%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.engine-section__content {
  padding: 20px 0 20px 40px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.engine-section__eyebrow {
  color: #c8102e;
  font-size: 0.8rem;
  letter-spacing: 0.1em;
  font-weight: 600;
  margin-bottom: 12px;
}

.engine-section__eyebrow-rule {
  width: 40px;
  height: 3px;
  background-color: #c8102e;
  margin-bottom: 20px;
}

.engine-section__title {
  line-height: 1.1;
  margin-bottom: 20px;
}

.engine-section__title .accent {
  color: #c8102e;
  display: block;
}

.engine-section__desc {
  max-width: 480px;
  margin-bottom: 25px;
}

.engine-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px 20px;
  border-top: 1px solid #e5e5e5;
  padding-top: 25px;
  max-width: 520px;
}

.engine-stat__value {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1;
}

.engine-stat__unit {
  font-weight: 700;
  font-size: 0.8rem;
  color: #c8102e;
  margin-left: 2px;
}

.engine-stat__label {
  display: block;
  font-size: 0.68rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #6c757d;
  margin-top: 6px;
}

@media (max-width: 991.98px) {
  .engine-section__content {
    padding: 30px 0 0 0;
  }
  .engine-section__image-wrap {
    min-height: 320px;
  }
}
@media (max-width: 575.98px) {
  .engine-stats {
    grid-template-columns: repeat(2, 1fr);
    max-width: 100%;
  }
  .engine-stat__value {
    font-size: 1.25rem;
  }
}
.offroad-section {
  position: relative;
  background-size: cover;
  background-position: center;
  padding: 90px 0;
  min-height: 630px;
  display: flex;
  align-items: center;
}

.offroad-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.55) 45%, rgba(0, 0, 0, 0.25) 100%);
}

.offroad-section__inner {
  position: relative;
  z-index: 2;
}

.offroad-section__content {
  max-width: 500px;
}

.offroad-section__eyebrow {
  color: #e42313;
  font-size: 0.8rem;
  letter-spacing: 0.1em;
  font-weight: 600;
  margin-bottom: 12px;
}

.offroad-section__eyebrow-rule {
  width: 40px;
  height: 3px;
  background-color: #e42313;
  margin-bottom: 20px;
}

.offroad-section__title {
  line-height: 1.1;
  margin-bottom: 20px;
  color: #ffffff;
}

.offroad-section__title .accent {
  color: #e42313;
  display: block;
}

.offroad-section__desc {
  color: #d9d9d9;
  margin-bottom: 25px;
}

.offroad-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 460px;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  border-left: 1px solid rgba(255, 255, 255, 0.25);
}

.offroad-stat {
  border-right: 1px solid rgba(255, 255, 255, 0.25);
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  padding: 18px 12px;
  text-align: center;
}

.offroad-stat__value {
  font-weight: 700;
  font-size: 1.35rem;
  line-height: 1;
  color: #ffffff;
}

.offroad-stat__value.is-red {
  color: #e42313;
}

.offroad-stat__unit {
  font-weight: 700;
  font-size: 0.75rem;
  color: #e42313;
  margin-left: 2px;
}

.offroad-stat__value.is-red .offroad-stat__unit {
  color: #ffffff;
}

.offroad-stat__label {
  display: block;
  font-size: 0.65rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #c2c2c2;
  margin-top: 8px;
}

@media (max-width: 767.98px) {
  .offroad-section {
    padding: 60px 0;
    min-height: auto;
  }
  .offroad-section::before {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.6) 100%);
  }
  .offroad-stats {
    max-width: 100%;
  }
  .offroad-stat__value {
    font-size: 1.1rem;
  }
}
@media (max-width: 400px) {
  .offroad-stats {
    grid-template-columns: repeat(2, 1fr);
  }
}
.adas-section {
  padding: 60px 0;
  background-color: #ffffff;
}

.adas-item {
  position: relative;
  background-color: #000000;
  aspect-ratio: 3/4;
  overflow: hidden;
}

.adas-item video,
.adas-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.adas-item__label {
  position: absolute;
  top: 12px;
  right: 12px;
  background-color: rgba(20, 20, 20, 0.85);
  color: #ffffff;
  padding: 6px 14px;
  text-align: center;
  line-height: 1.2;
}

.adas-item__label-title {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.adas-item__label-subtitle {
  font-size: 0.55rem;
  letter-spacing: 0.02em;
  color: #cfcfcf;
  margin-top: 2px;
}

.adas-cta-wrap {
  text-align: center;
  margin-top: 30px;
}

.adas-cta {
  background-color: #c8102e;
  color: #ffffff;
  border: none;
  padding: 16px 40px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.adas-cta:hover {
  background-color: #a50d26;
  color: #ffffff;
}

@media (max-width: 767.98px) {
  .adas-item {
    aspect-ratio: 4/3;
  }
}
.durability-section {
  padding: 70px 0;
  overflow: hidden;
}

.durability-section__content {
  max-width: 460px;
}

.durability-section__eyebrow {
  color: #c8102e;
  font-size: 0.8rem;
  letter-spacing: 0.1em;
  font-weight: 600;
  margin-bottom: 12px;
}

.durability-section__eyebrow-rule {
  width: 40px;
  height: 3px;
  background-color: #c8102e;
  margin-bottom: 20px;
}

.durability-section__title {
  line-height: 1.1;
  margin-bottom: 20px;
}

.durability-section__title .accent {
  color: #c8102e;
  display: block;
}

.durability-section__desc {
  margin-bottom: 30px;
}

.durability-features {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.durability-feature {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.durability-feature__icon {
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  background-color: #c8102e;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 1.1rem;
}

.durability-feature__title {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  margin-bottom: 4px;
}

.durability-feature__text {
  font-size: 0.85rem;
  margin-bottom: 0;
}

/* --- Coloana de imagini --- */
.durability-media {
  display: flex;
  flex-direction: column;
  gap: 20px;
  height: 100%;
}

.durability-media__main {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16/10;
}

.durability-media__main img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.durability-media__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.durability-media__small {
  aspect-ratio: 4/3;
  overflow: hidden;
  background-color: #000000;
}

.durability-media__small img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

@media (max-width: 991.98px) {
  .durability-section__content {
    max-width: 100%;
    margin-bottom: 40px;
  }
  .durability-media__main {
    clip-path: none;
  }
}
.exterior-section {
  padding: 60px 0;
  background-color: #ffffff;
}

.exterior-section__header {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 40px;
}

.exterior-section__eyebrow {
  color: #c8102e;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  font-weight: 600;
  margin-bottom: 10px;
}

.exterior-section__eyebrow-rule {
  width: 40px;
  height: 3px;
  background-color: #c8102e;
  margin: 0 auto 18px;
}

.exterior-section__title {
  margin-bottom: 18px;
}

.exterior-section__title .accent {
  color: #c8102e;
}

.exterior-section__desc {
  margin-bottom: 0;
}

.exterior-hero {
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  margin-bottom: 40px;
}

.exterior-hero img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.exterior-feature {
  border-top: 3px solid #c8102e;
  padding-top: 20px;
  height: 100%;
}

.exterior-feature__image {
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
  margin-bottom: 18px;
  background-color: #000000;
}

.exterior-feature__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.exterior-feature__title {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  margin-bottom: 10px;
}

.exterior-feature__title .tag {
  color: #c8102e;
}

.exterior-feature__text {
  font-size: 0.85rem;
  margin-bottom: 0;
}

@media (max-width: 767.98px) {
  .exterior-section__header {
    margin-bottom: 30px;
  }
  .exterior-hero {
    aspect-ratio: 4/3;
    margin-bottom: 30px;
  }
}/*# sourceMappingURL=style.css.map */