.elementor-106 .elementor-element.elementor-element-b258232{--display:flex;--margin-top:-40px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-106 .elementor-element.elementor-element-ce6fae2{--display:flex;}/* Start custom CSS for html, class: .elementor-element-e497f7d *//* =========================
   SEMUA MODEL HONDA
   ========================= */

#honda-all-models{
  padding: 100px 20px;
  background: transparent;
  font-family: "Poppins", system-ui, sans-serif;
  color:#111;
}

.am-wrap{
  max-width: 1100px;
  margin: 0 auto;
}

/* HEAD */
.am-head{
  max-width: 760px;
  margin-bottom: 36px;
}

.am-chip{
  display:inline-block;
  padding: 7px 14px;
  border-radius: 999px;
  background: rgba(228,22,45,.10);
  border: 1px solid rgba(228,22,45,.25);
  font-size: 12px;
  margin-bottom: 10px;
}

.am-title{
  font-size: clamp(2.2rem, 4vw, 2.8rem);
  font-weight: 950;
  margin-bottom: 6px;
}

.am-title span{ color:#E4162D; }

.am-desc{
  color:#374151;
  line-height: 1.7;
}

/* CARD */
.am-card{
  display:grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 20px;
  align-items:center;
  background:#ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 28px;
  padding: 22px;
  margin-bottom: 18px;
  box-shadow: 0 22px 60px rgba(0,0,0,.12);
}

.am-img{
  background:#fff;
  border-radius: 22px;
  border: 1px solid #e5e7eb;
  padding: 12px;
}

.am-img img{
  width: 100%;
  height: 220px;
  object-fit: contain;
  display:block;
}

/* INFO */
.am-info h2{
  font-size: 26px;
  font-weight: 950;
  margin-bottom: 6px;
}

.am-sub{
  color:#4b5563;
  line-height: 1.7;
  margin-bottom: 10px;
}

.am-spec{
  display:flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.am-spec span{
  font-size: 12px;
  font-weight: 800;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(0,0,0,.06);
}

/* PRICE BOX */
.am-priceBox{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 10px;
}

.am-priceBox div{
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  padding: 10px 12px;
  background: rgba(0,0,0,.04);
}

.am-label{
  display:block;
  font-size: 12px;
  color:#6b7280;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.am-priceBox strong{
  font-size: 20px;
  font-weight: 950;
}

.am-note{
  font-size: 13px;
  color:#374151;
  line-height: 1.6;
  margin-bottom: 12px;
}

/* CTA */
.am-wa{
  display:inline-flex;
  padding: 14px 26px;
  border-radius: 999px;
  background:#E4162D;
  color:#fff;
  font-weight: 950;
  text-decoration:none;
  box-shadow: 0 16px 36px rgba(228,22,45,.30);
}

.am-wa:hover{ background:#c1121f; }

/* RESPONSIVE */
@media(max-width: 900px){
  .am-card{
    grid-template-columns: 1fr;
    text-align:center;
  }
  .am-spec{
    justify-content:center;
  }
  .am-priceBox{
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c6d741b *//* =========================
   CTA – DECISION HELPER
   ========================= */

#honda-cta-decision{
  padding: 110px 20px 130px;
  background: transparent;
  font-family: "Poppins", system-ui, sans-serif;
  color:#111;
}

.hd-wrap{
  max-width: 1100px;
  margin: 0 auto;
}

/* Head */
.hd-head{
  max-width: 760px;
  margin-bottom: 36px;
}

.hd-chip{
  display:inline-block;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(0,0,0,.06);
  border: 1px solid rgba(0,0,0,.14);
  font-size: 12px;
  margin-bottom: 10px;
}

.hd-title{
  font-size: clamp(2.2rem, 4vw, 2.8rem);
  font-weight: 950;
  margin-bottom: 8px;
}

.hd-title span{
  color:#E4162D;
}

.hd-desc{
  color:#374151;
  line-height: 1.7;
}

/* Grid */
.hd-grid{
  display:grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.hd-option{
  border: 1px solid #e5e7eb;
  border-radius: 22px;
  padding: 20px;
  background:#ffffff;
  box-shadow: 0 18px 40px rgba(0,0,0,.10);
}

.hd-option h3{
  font-size: 18px;
  font-weight: 900;
  margin-bottom: 6px;
}

.hd-option p{
  color:#4b5563;
  line-height: 1.6;
  margin-bottom: 12px;
}

.hd-option a{
  font-weight: 900;
  color:#E4162D;
  text-decoration:none;
}

.hd-option a:hover{
  text-decoration: underline;
}

/* Foot */
.hd-foot{
  margin-top: 30px;
  text-align:center;
}

.hd-foot p{
  color:#374151;
  margin-bottom: 12px;
}

.hd-mainwa{
  display:inline-flex;
  padding: 14px 28px;
  border-radius: 999px;
  background:#E4162D;
  color:#fff;
  font-weight: 950;
  text-decoration:none;
  box-shadow: 0 16px 36px rgba(228,22,45,.30);
}

.hd-mainwa:hover{
  background:#c1121f;
}

/* Responsive */
@media(max-width: 800px){
  .hd-grid{
    grid-template-columns: 1fr;
  }
}/* End custom CSS */