/* ==========================================
   How to Order — Bless Florist Tema Coklat
   ========================================== */

.how-to-order-page { background: var(--cream); }

/* ── Page Header ── */
.how-to-order-page .page-header {
  text-align: center;
  padding: 2.5rem 1rem 2rem;
}

.hto-header-icon {
  font-size: 56px;
  color: var(--amber);
  display: block;
  margin-bottom: 1rem;
}

.how-to-order-page .page-header h1 {
  font-family: 'Playfair Display', serif;
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--brown);
}

.how-to-order-page .page-header .lead {
  font-size: 1.05rem;
  color: var(--brown-lt);
  line-height: 1.9;
  max-width: 700px;
  margin: 0 auto;
}

.hto-divider {
  width: 80px;
  height: 3px;
  background: var(--amber);
  border-radius: 2px;
  margin-top: 1.25rem;
}

/* ── Order Step ── */
.order-step {
  display: flex;
  gap: 2rem;
  margin-bottom: 2.5rem;
  position: relative;
}

.order-step::before {
  content: '';
  position: absolute;
  left: 34px;
  top: 72px;
  bottom: -30px;
  width: 2px;
  background: linear-gradient(180deg, var(--amber) 0%, var(--cream-3) 100%);
}

.order-step-last::before { display: none; }

.step-number {
  flex-shrink: 0;
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, var(--brown) 0%, var(--amber) 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 18px rgba(42, 31, 14, .25);
  position: relative;
  z-index: 1;
}

.step-number span {
  font-family: 'Playfair Display', serif;
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
}

/* ── Step Content ── */
.step-content {
  flex: 1;
  background: var(--white);
  padding: 2rem;
  border-radius: 16px;
  border: 1px solid var(--cream-3);
  box-shadow: 0 2px 12px rgba(42, 31, 14, .06);
}

.step-title {
  font-family: 'Playfair Display', serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--brown);
  margin-bottom: .9rem;
}

.step-description {
  font-size: .97rem;
  line-height: 1.85;
  color: var(--brown-md);
  margin-bottom: 1rem;
}

.step-list {
  list-style: none;
  padding: 0;
  margin-bottom: 1.25rem;
}

.step-list li {
  font-size: .95rem;
  line-height: 1.8;
  color: var(--brown-md);
  margin-bottom: .55rem;
  padding-left: 1.8rem;
  position: relative;
}

.step-list li i {
  position: absolute;
  left: 0;
  top: .3rem;
  color: var(--amber);
  font-size: 1rem;
}

.step-list li strong { color: var(--brown); }

/* ── Step CTA button ── */
.hto-btn-outline {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  border: 2px solid var(--amber);
  color: var(--amber);
  background: transparent;
  padding: .65rem 1.5rem;
  border-radius: 50px;
  font-weight: 600;
  font-size: .93rem;
  text-decoration: none;
  transition: all .2s;
  margin-top: .5rem;
}

.hto-btn-outline:hover {
  background: var(--amber);
  color: #fff;
}

/* ── Contact Box ── */
.contact-box {
  background: #f0faf3;
  border: 1px solid #c3e6cb;
  border-left: 4px solid #25d366;
  border-radius: 12px;
  padding: 1.4rem 1.6rem;
  margin: 1.25rem 0;
}

.contact-box h5 {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--brown);
  margin-bottom: .75rem;
}

.contact-box h5 i { color: #25d366; margin-right: .4rem; }
.contact-box a { color: var(--amber); font-weight: 600; text-decoration: none; }
.contact-box a:hover { color: var(--amber-dk); text-decoration: underline; }
.contact-box .small { color: var(--brown-lt); }

.hto-btn-wa {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  background: #25d366;
  color: #fff !important;
  text-decoration: none;
  padding: .65rem 1.4rem;
  border-radius: 50px;
  font-weight: 700;
  font-size: .93rem;
  transition: background .2s;
}

.hto-btn-wa:hover { background: #1ebe5d; }

/* ── Info Box ── */
.info-box {
  background: var(--cream-2);
  border: 1px solid var(--cream-3);
  border-left: 4px solid var(--amber);
  border-radius: 12px;
  padding: 1.4rem 1.6rem;
}

.info-box h5 {
  font-size: 1rem;
  font-weight: 700;
  color: var(--brown);
  margin-bottom: .65rem;
  display: flex;
  align-items: center;
  gap: .5rem;
}

.info-box h5 i { color: var(--amber); }

.info-box p {
  font-size: .93rem;
  line-height: 1.75;
  color: var(--brown-md);
  margin-bottom: .65rem;
}

.info-box p:last-child { margin-bottom: 0; }

.info-box-success {
  background: #f0faf3;
  border-color: #c3e6cb;
  border-left-color: #28a745;
}

.info-box-success h5 i { color: #28a745; }

/* ── Payment Methods ── */
.payment-methods { margin: 1.25rem 0; }

.payment-methods h5 {
  font-size: 1rem;
  font-weight: 700;
  color: var(--brown);
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: .5rem;
}

.payment-methods h5 i { color: var(--amber); }

.payment-card {
  background: var(--cream);
  border: 1px solid var(--cream-3);
  border-radius: 12px;
  padding: 1.4rem;
  height: 100%;
  transition: box-shadow .2s;
}

.payment-card:hover { box-shadow: 0 4px 16px rgba(42,31,14,.08); }

.payment-card h6 {
  font-size: 1rem;
  font-weight: 700;
  color: var(--brown);
  margin-bottom: .9rem;
  display: flex;
  align-items: center;
  gap: .5rem;
}

.payment-card h6 i { color: var(--amber); }

.payment-list {
  list-style: none;
  padding: 0;
  margin-bottom: .9rem;
}

.payment-list li {
  padding: .35rem 0 .35rem 1.3rem;
  position: relative;
  color: var(--brown-md);
  font-size: .92rem;
  border-bottom: 1px solid var(--cream-2);
}

.payment-list li:last-child { border-bottom: none; }

.payment-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: .65em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--amber);
}

.payment-card .small { color: var(--brown-lt); font-size: .82rem; }

/* ── Production Process ── */
.production-process { margin: 1.25rem 0; }

.process-card {
  background: var(--cream);
  border: 1px solid var(--cream-3);
  border-radius: 12px;
  padding: 1.5rem;
  height: 100%;
  text-align: center;
  transition: transform .25s, box-shadow .25s;
}

.process-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(42,31,14,.1);
}

.process-icon {
  width: 58px;
  height: 58px;
  background: linear-gradient(135deg, var(--brown) 0%, var(--amber) 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
}

.process-icon i { font-size: 1.4rem; color: #fff; }

.process-card h6 {
  font-size: .97rem;
  font-weight: 700;
  color: var(--brown);
  margin-bottom: .6rem;
}

.process-card p { font-size: .85rem; line-height: 1.65; color: var(--brown-lt); margin: 0; }

/* ── Shipping Info ── */
.shipping-info { margin: 1.25rem 0; }

.shipping-card {
  background: var(--cream);
  border: 1px solid var(--cream-3);
  border-radius: 12px;
  padding: 1.4rem;
  height: 100%;
}

.shipping-card h6 {
  font-size: 1rem;
  font-weight: 700;
  color: var(--brown);
  margin-bottom: .9rem;
  display: flex;
  align-items: center;
  gap: .5rem;
}

.shipping-card h6 i { color: var(--amber); }
.shipping-card p { color: var(--brown-md); line-height: 1.7; font-size: .93rem; }

.shipping-card-area { background: var(--white); }

.shipping-list {
  list-style: none;
  padding: 0;
  margin-bottom: .75rem;
}

.shipping-list li {
  padding: .3rem 0 .3rem 1.5rem;
  position: relative;
  color: var(--brown-md);
  font-size: .9rem;
}

.shipping-list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--amber);
  font-weight: 700;
}

.hto-badge {
  display: inline-block;
  padding: .3rem .9rem;
  border-radius: 50px;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .4px;
}

.hto-badge-green { background: #d4edda; color: #155724; }
.hto-badge-amber { background: var(--cream-2); color: var(--amber-dk); }

/* ── Satisfaction Box ── */
.satisfaction-box {
  background: var(--cream-2);
  border: 1px solid var(--cream-3);
  border-left: 4px solid var(--amber);
  border-radius: 12px;
  padding: 1.4rem 1.6rem;
  margin-top: 1.25rem;
}

.satisfaction-box h5 {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--brown);
  margin-bottom: .75rem;
  display: flex;
  align-items: center;
  gap: .5rem;
}

.satisfaction-box h5 i { color: var(--amber); }
.satisfaction-box p { color: var(--brown-md); font-size: .93rem; line-height: 1.75; }
.satisfaction-box .small { color: var(--brown-lt); }

.rating-badge { text-align: center; }
.rating-badge i { color: var(--amber); font-size: 1.4rem; margin: 0 .05rem; }
.rating-badge p { color: var(--brown); font-size: .93rem; }

/* ── Order CTA ── */
.order-cta {
  background: linear-gradient(135deg, #3E2A14 0%, #7B4F2E 100%);
  border-radius: 20px;
  padding: 3.5rem 2rem;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.order-cta::before {
  content: '';
  position: absolute;
  top: -50px; right: -50px;
  width: 220px; height: 220px;
  border-radius: 50%;
  background: rgba(200,146,42,.1);
  pointer-events: none;
}

.order-cta h2 {
  font-family: 'Playfair Display', serif;
  font-size: 2rem;
  color: #fff;
  position: relative;
  z-index: 1;
}

.order-cta .lead {
  color: rgba(255,255,255,.85);
  font-size: 1.05rem;
  line-height: 1.8;
  position: relative;
  z-index: 1;
}

.cta-buttons {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}

.hto-cta-wa {
  display: inline-flex;
  align-items: center;
  gap: .6rem;
  background: #25d366;
  color: #fff !important;
  text-decoration: none;
  padding: .9rem 2.2rem;
  border-radius: 50px;
  font-weight: 700;
  font-size: 1.05rem;
  transition: all .25s;
}

.hto-cta-wa:hover {
  background: #1ebe5d;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0,0,0,.25);
}

.hto-cta-catalog {
  display: inline-flex;
  align-items: center;
  gap: .6rem;
  background: transparent;
  color: #fff !important;
  text-decoration: none;
  padding: .9rem 2.2rem;
  border-radius: 50px;
  border: 2px solid rgba(255,255,255,.6);
  font-weight: 700;
  font-size: 1.05rem;
  transition: all .25s;
}

.hto-cta-catalog:hover {
  background: rgba(255,255,255,.15);
  border-color: #fff;
  transform: translateY(-2px);
}

/* ── Responsive ── */
@media (max-width: 992px) {
  .how-to-order-page .page-header h1 { font-size: 2rem; }
  .order-step { gap: 1.5rem; }
  .step-number { width: 60px; height: 60px; }
  .step-number span { font-size: 1.5rem; }
  .order-step::before { left: 29px; top: 65px; }
  .step-title { font-size: 1.3rem; }
  .step-content { padding: 1.5rem; }
}

@media (max-width: 768px) {
  .how-to-order-page .page-header h1 { font-size: 1.7rem; }
  .hto-header-icon { font-size: 44px; }
  .order-step { flex-direction: column; gap: 1rem; }
  .order-step::before { display: none; }
  .step-number { margin: 0 auto; }
  .step-title { font-size: 1.2rem; }
  .step-description, .step-list li { font-size: .9rem; }
  .order-cta h2 { font-size: 1.6rem; }
  .order-cta { padding: 2.5rem 1.5rem; }
}

@media (max-width: 576px) {
  .how-to-order-page .page-header h1 { font-size: 1.5rem; }
  .step-number { width: 52px; height: 52px; }
  .step-number span { font-size: 1.3rem; }
  .step-content { padding: 1.2rem; }
  .step-title { font-size: 1.1rem; }
  .step-description, .step-list li { font-size: .87rem; }
  .payment-card, .shipping-card, .process-card { padding: 1.1rem; }
  .order-cta { padding: 2rem 1rem; }
  .order-cta h2 { font-size: 1.35rem; }
  .hto-cta-wa, .hto-cta-catalog { width: 100%; justify-content: center; }
}
