.product-subheader-bg {
  background: linear-gradient(135deg, #000000, #2b1d08, #000000);
}

.product-hero-card {
  border-radius: 18px;
  border: 1px solid rgba(255, 215, 0, 0.18);
  background: linear-gradient(145deg,
      rgba(255, 215, 0, 0.08),
      rgba(175, 126, 47, 0.1));
  box-shadow: 0 25px 70px rgba(0, 0, 0, 0.65);
  backdrop-filter: blur(10px);
}

.product-hero-visual {
  border-radius: 18px;
  border: 1px solid rgba(255, 215, 0, 0.18);
  background:
    radial-gradient(circle at 20% 20%,
      rgba(255, 215, 0, 0.28),
      transparent 50%),
    radial-gradient(circle at 80% 10%,
      rgba(175, 126, 47, 0.25),
      transparent 45%),
    linear-gradient(135deg,
      rgba(0, 0, 0, 0.85),
      rgba(43, 29, 8, 0.85),
      rgba(0, 0, 0, 0.85));
  min-height: 420px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 25px 70px rgba(0, 0, 0, 0.65);
}

.product-hero-visual::after {
  content: "";
  position: absolute;
  inset: -40px;
  background: radial-gradient(circle at 55% 45%,
      rgba(255, 215, 0, 0.14),
      transparent 55%);
  filter: blur(1px);
}
.structure-options-icon {
    border-radius: 18px;
}

.product-hero-visual .inner {
  position: relative;
  z-index: 1;
  height: 100%;
  padding: 34px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 10px;
}

.product-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 215, 0, 0.22);
  background: rgba(0, 0, 0, 0.35);
  color: rgba(255, 255, 255, 0.92);
  font-size: 13px;
  letter-spacing: 0.6px;
}

.product-badge i {
  color: #ffd700;
}

.product-btn-outline {
  /* background: transparent !important; */
  border: 1px solid rgba(255, 215, 0, 0.35) !important;
}

.product-card {
  border-radius: 16px;
  border: 1px solid rgba(255, 215, 0, 0.18);
  background: rgba(255, 255, 255, 0.03);
  box-shadow: 0 18px 55px rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(14px);
  padding: 22px;
  height: 100%;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease;
}

.key_features .product-card h4 {
  color: #000;
}


.key_features li {
  color: #000;
}

.key_features .product-card p {
  color: #000;
}

.product-card p {
  margin-bottom: 0px;
}

.product-card:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 215, 0, 0.3);
  box-shadow: 0 25px 70px rgba(0, 0, 0, 0.7);
}

.product-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #af7e2f, #ffd700);
  color: #000;
  flex: 0 0 auto;
}

.product-card-head {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 10px;
}

.product-muted {
  opacity: 0.9;
}

.product-mini-metric {
  border-radius: 16px;
  border: 1px solid rgba(255, 215, 0, 0.2);
  background: linear-gradient(145deg,
      rgba(255, 215, 0, 0.06),
      rgba(175, 126, 47, 0.08));
  padding: 18px 18px 16px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

.product-mini-metric strong {
  display: block;
  font-size: 20px;
  letter-spacing: 0.3px;
  color: #fff;
}

.product-mini-metric span {
  display: block;
  margin-top: 4px;
  color: #fff;
}

.product-table-wrap {
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(255, 215, 0, 0.18);
  background: rgba(255, 255, 255, 0.03);
  box-shadow: 0 25px 70px rgba(0, 0, 0, 0.55);
}

.product-table-head {
  padding: 18px 18px 14px;
  border-bottom: 1px solid rgba(255, 215, 0, 0.14);
  /* background: rgba(0, 0, 0, 0.25); */
}

.product-table-sub {
  font-size: 13px;
  opacity: 0.85;
  margin-top: 6px;
}

.product-table-wrap table {
  margin-bottom: 0;
}

.product-table-wrap thead th {
  background: rgba(0, 0, 0, 0.55);
  color: #fff;
  border-color: rgba(255, 215, 0, 0.18);
}

.product-table-wrap td,
.product-table-wrap th {
  font-size: 16px;
  font-weight: 600;
  border-color: rgba(255, 215, 0, 0.12);
}

.product-check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 10px;
  background: linear-gradient(135deg,
      rgba(175, 126, 47, 0.35),
      rgba(255, 215, 0, 0.3));
  border: 1px solid rgba(255, 215, 0, 0.22);
  color: #fff;
}

.product-spec-item {
  border-radius: 14px;
  border: 1px solid rgba(255, 215, 0, 0.14);
  background: rgb(167 127 51);
  padding: 14px 14px 12px;
  height: 100%;
}

.product-spec-item .k {
  font-size: 18px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  /* opacity: 0.8; */
  margin-bottom: 6px;
  color: #fff;
  font-weight: 700;
}

.product-spec-item .v {
  font-size: 14px;
  line-height: 1.6;
  color: #fff;
  /* opacity: 0.95; */
}

.product-bullets li {
  margin-bottom: 15px;
  color: #000;
  position: relative;
  list-style-type: none;
  display: flex;
  /* opacity: 0.95; */
}

.product-bullets li::before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #f9dd8d;
  margin-right: 9px;
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  background-color: #000;
  width: 25px;
  height: 25px;
  /* display: flex; */
  justify-content: center;
  align-content: center;
  border-radius: 100px;
  text-align: center;
}

.product-bullets li:last-child {
  margin-bottom: 0;
}

.product-accordion .accordion-item {
  border: 1px solid rgba(255, 215, 0, 0.18);
  background: rgba(255, 255, 255, 0.03);
  border-radius: 14px;
  overflow: hidden;
  margin-bottom: 12px;
}

.product-accordion .accordion-button {
  background: rgba(0, 0, 0, 0.35);
  color: #fff;
  box-shadow: none;
}

.product-accordion .accordion-button:focus {
  box-shadow: none;
}

.product-accordion .accordion-body {
  color: rgba(255, 255, 255, 0.85);
}

.product-cta {
  border-radius: 18px;
  border: 1px solid rgba(255, 215, 0, 0.18);
  background: rgba(255, 255, 255, 0.03);
  box-shadow: 0 25px 70px rgba(0, 0, 0, 0.65);
  backdrop-filter: blur(14px);
  padding: 30px;
}

@media (max-width: 767px) {
  .product-hero-visual .inner {
    padding: 24px;
  }

  .product-cta {
    padding: 22px;
  }
}


.features_table .table>:not(caption)>*>* {
  padding: 5px 1.4rem;
  font-size: 16px;
  font-weight: 600;
}




.structure-options-sec p {
  font-size: 24px;
  color: #8f6a2e;
  font-weight: 800;
  padding: 10px 0px;
}

.swatch-img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border: 1px solid #dee2e6;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s;
  width: 100%;
}

.swatch-img:hover {
  transform: scale(1.05);
}

.finish-group h5 {
  font-size: 1.1rem;
  font-weight: 600;
  color: #000000;
  background-color: var(--beige);
  font-size: 21px;
  font-weight: 700;
  border-radius: 10px;
  text-align: center;
}

.cabin-finishes p {
  color: #f5f5dc;
  line-height: 1.2;
  font-size: 15px;
  font-weight: lighter;
  margin-top: 15px;
}