.hero {
  position: relative;
  height: 320px;
  min-height: 200px;
  background: url('image-25.png') center/cover no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  padding: 0 16px;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.049);
}

.hero-content {
  position: relative;
  z-index: 2;
}
.logo-img {
  width: 46px;
  height: 46px;
  margin-bottom: 14px;
  object-fit: contain;
}

.hero h1 {
  font-size: clamp(1.5rem, 5vw, 2.4rem);
  font-weight: 700;
  color: #1a1a1a;
  letter-spacing: 0.5px;
}

.breadcrumb {
  margin-top: 8px;
  font-size: 0.9rem;
  color: #333;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

.breadcrumb a {
  color: #333;
  text-decoration: none;
  font-weight: 500;
}

.breadcrumb span {
  margin: 0 6px;
  color: #b08d3e;
}

.checkout-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
  max-width: 1300px;
  margin: 0 auto;
  padding: 60px 24px 100px;
}

.billing-col {
  flex: 1 1 480px;
  min-width: 280px;
}

h1.title {
  font-size: 32px;
  font-weight: 700;
  margin: 0 0 32px;
  color: #1f1f1f;
}

.form-row {
  display: flex;
  gap: 24px;
  margin-bottom: 24px;
}

.form-group {
  flex: 1;
  margin-bottom: 24px;
}

.form-row .form-group {
  margin-bottom: 0;
}

label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #1f1f1f;
}

input[type="text"],
input[type="tel"],
input[type="email"],
select,
textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  font-size: 15px;
  font-family: inherit;
  color: #1f1f1f;
  background: #ffffff;
  outline: none;
}

input::placeholder,
textarea::placeholder {
  color: #9a9a9a;
}

input:focus,
select:focus,
textarea:focus {
  border-color: #b88746;
}

select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  color: #9a9a9a;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='9' viewBox='0 0 14 9'><path d='M1 1l6 6 6-6' stroke='%23333' stroke-width='1.6' fill='none' stroke-linecap='round' stroke-linejoin='round'/></svg>");
  background-repeat: no-repeat;
  background-position: right 16px center;
  padding-right: 40px;
  cursor: pointer;
}

select option {
  color: #1f1f1f;
}

textarea {
  min-height: 100px;
  resize: vertical;
}

.additional-info {
  margin-top: 8px;
}
.summary-col {
  flex: 1 1 420px;
  min-width: 280px;
}

.summary-header,
.summary-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.summary-header {
  padding-bottom: 20px;
  border-bottom: 1px solid #d9d9d9;
}

.summary-header h2 {
  font-size: 26px;
  font-weight: 700;
  margin: 0;
  color: #1f1f1f;
}

.product-line {
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
  border-bottom: 1px solid #d9d9d9;
  color: #9a9a9a;
  font-size: 15px;
}

.product-line .qty {
  color: #1f1f1f;
}

.summary-row {
  padding: 18px 0;
  border-bottom: 1px solid #d9d9d9;
  font-size: 15px;
  color: #1f1f1f;
}

.summary-row.total span:last-child {
  color: #b88746;
  font-size: 22px;
  font-weight: 700;
}

.summary-row span:first-child {
  font-weight: 600;
}

.payment-section {
  padding-top: 28px;
}

.payment-option {
  margin-bottom: 20px;
}

.payment-option-title {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 12px;
  color: #1f1f1f;
}

.radio-dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1.5px solid #1f1f1f;
  background: #1f1f1f;
  display: inline-block;
  flex-shrink: 0;
  position: relative;
}

.radio-dot.empty {
  background: #ffffff;
  border-color: #9a9a9a;
}

.payment-desc {
  color: #9a9a9a;
  font-size: 14px;
  line-height: 1.7;
  margin: 0 0 20px;
}

.payment-methods {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 24px;
}

.payment-methods label {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 600;
  color: #9a9a9a;
  cursor: pointer;
  margin: 0;
}

.payment-methods input[type="radio"] {
  width: 16px;
  height: 16px;
  accent-color: #1f1f1f;
  margin: 0;
}

.privacy-note {
  font-size: 14px;
  line-height: 1.8;
  color: #1f1f1f;
  margin-bottom: 32px;
}

.privacy-note strong {
  font-weight: 700;
}

.place-order-btn {
  display: block;
  width: 100%;
  max-width: 320px;
  padding: 18px;
  background: #ffffff;
  border: 1.5px solid #1f1f1f;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 500;
  font-family: inherit;
  color: #1f1f1f;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}

.place-order-btn:hover {
  background: #1f1f1f;
  color: #ffffff;
}

/* ---------- Responsive ---------- */
@media (max-width: 900px) {
  .checkout-wrapper {
    flex-direction: column;
    gap: 48px;
    padding: 40px 20px 60px;
  }

  .summary-col {
    order: 2;
  }

  .billing-col {
    order: 1;
  }
}

@media (max-width: 520px) {
  h1.title {
    font-size: 26px;
    margin-bottom: 24px;
  }

  .form-row {
    flex-direction: column;
    gap: 24px;
  }

  .form-row .form-group {
    margin-bottom: 0;
  }

  input[type="text"],
  input[type="tel"],
  input[type="email"],
  select,
  textarea {
    padding: 12px 14px;
    font-size: 14px;
  }

  .summary-header h2 {
    font-size: 22px;
  }

  .summary-row.total span:last-child {
    font-size: 19px;
  }

  .place-order-btn {
    max-width: 100%;
  }
}




.feature-bar {
  display: flex;
  height: 260px;
  max-width: 100%;
  justify-content: space-between;
  align-items: center;
  background-color: #f7ede1;
  border-radius: 6px;
  padding: 25px 40px;
  flex-wrap: wrap;
  margin-bottom: 60px;
  margin-top: 100px;
}

.feature-item {
  display: flex;
  align-items: center;
  gap: 15px;
  flex: 1;
  min-width: 200px;
  padding: 10px 15px;
}

.feature-item svg {
  width: 60px;
  height: 60px;
  flex-shrink: 0;
  stroke: #2b2b2b;
}

.feature-text h3 {
  margin: 0 0 4px 0;
  font-size: 16px;
  font-weight: 700;
  color: #2b2b2b;
}

.feature-text p {
  margin: 0;
  font-size: 13px;
  color: #9a9a9a;
}
@media (max-width: 700px) {
  .hero {
    height: auto;
    min-height: 220px;
    padding: 40px 16px;
  }

}

@media (max-width: 768px) {
  .feature-bar {
    height: auto;
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
    margin-bottom: 40px;
  }

  .feature-item {
    width: 100%;
    min-width: 0;
  }
}