.order-guide-page {
  padding: 2.5rem 0 4rem;
}

.order-guide-hero {
  text-align: center;
  max-width: 40rem;
  margin: 0 auto 3rem;
}

.order-guide-badge {
  display: inline-block;
  margin: 0 0 0.75rem;
  padding: 0.35rem 0.85rem;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--pink-deep);
  background: rgba(232, 165, 152, 0.2);
  border-radius: 999px;
}

.order-guide-hero h1 {
  margin: 0 0 1rem;
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  line-height: 1.25;
  color: var(--wood-dark);
}

.order-guide-lead {
  margin: 0;
  font-size: 1.0625rem;
  line-height: 1.65;
  color: var(--wood);
}

.order-guide-highlights {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  margin-bottom: 3.5rem;
}

.order-guide-card {
  position: relative;
  padding: 2rem 1.5rem 1.75rem;
  background: var(--white);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
  border: 1px solid rgba(139, 111, 92, 0.08);
  text-align: center;
  transition: transform var(--transition), box-shadow var(--transition);
}

.order-guide-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}

.order-guide-card-mint {
  border-color: rgba(159, 212, 196, 0.45);
  background: linear-gradient(180deg, var(--white) 0%, rgba(212, 237, 230, 0.35) 100%);
}

.order-guide-card-lavender {
  border-color: rgba(196, 181, 232, 0.45);
  background: linear-gradient(180deg, var(--white) 0%, rgba(232, 224, 245, 0.4) 100%);
}

.order-guide-card-peach {
  border-color: rgba(253, 232, 216, 0.9);
  background: linear-gradient(180deg, var(--white) 0%, rgba(253, 232, 216, 0.55) 100%);
}

.order-guide-card-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  margin-bottom: 0.75rem;
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--white);
  background: var(--pink-deep);
  border-radius: 50%;
  line-height: 1;
}

.order-guide-card-icon {
  display: block;
  font-size: 2.25rem;
  margin-bottom: 0.5rem;
}

.order-guide-card h2 {
  margin: 0 0 0.5rem;
  font-size: 1.125rem;
  line-height: 1.35;
  color: var(--wood-dark);
}

.order-guide-card-zero {
  margin: 0 0 0.75rem;
  font-size: 1.75rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  color: var(--pink-deep);
}

.order-guide-card-emphasis {
  margin: 0 0 0.75rem;
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 1.45;
  color: var(--wood-dark);
}

.order-guide-card-desc {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.6;
  color: var(--wood);
}

.order-guide-auto {
  margin-bottom: 3.5rem;
}

.order-guide-auto-inner {
  max-width: 44rem;
  margin: 0 auto;
  padding: 2.25rem 2rem 2rem;
  text-align: center;
  background: linear-gradient(
    145deg,
    rgba(212, 237, 230, 0.55) 0%,
    rgba(255, 252, 248, 0.95) 45%,
    rgba(253, 232, 216, 0.35) 100%
  );
  border: 1px solid rgba(159, 212, 196, 0.45);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
}

.order-guide-auto-badge {
  display: inline-block;
  margin: 0 0 0.85rem;
  padding: 0.3rem 0.75rem;
  font-size: 0.6875rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #2d6b5c;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 999px;
}

.order-guide-auto-title {
  margin: 0 0 1rem;
  font-size: clamp(1.5rem, 3.5vw, 2rem);
  line-height: 1.35;
  font-weight: 800;
  color: var(--wood-dark);
  letter-spacing: -0.02em;
}

.order-guide-auto-title-accent {
  color: #2d6b5c;
}

.order-guide-auto-lead {
  margin: 0 auto 1.5rem;
  max-width: 32rem;
  font-size: 1rem;
  line-height: 1.7;
  color: var(--wood);
}

.order-guide-auto-features {
  margin: 0 auto 1.25rem;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.85rem;
  max-width: 38rem;
  text-align: center;
}

.order-guide-auto-features li {
  padding: 1rem 0.75rem;
  background: rgba(255, 255, 255, 0.75);
  border-radius: var(--radius-sm);
  border: 1px solid rgba(139, 111, 92, 0.08);
}

.order-guide-auto-feature-icon {
  display: block;
  font-size: 1.5rem;
  margin-bottom: 0.35rem;
}

.order-guide-auto-features strong {
  display: block;
  margin-bottom: 0.2rem;
  font-size: 0.875rem;
  color: var(--wood-dark);
}

.order-guide-auto-features li span:last-child {
  display: block;
  font-size: 0.75rem;
  line-height: 1.45;
  color: var(--wood);
}

.order-guide-auto-note {
  margin: 0 0 1.25rem;
  font-size: 0.8125rem;
  line-height: 1.55;
  color: var(--wood);
}

.order-guide-auto-cta {
  min-width: 12rem;
}

.order-guide-flow {
  max-width: 52rem;
  margin: 0 auto 2.5rem;
}

.order-guide-methods {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
  align-items: start;
}

.order-guide-method {
  padding: 0.25rem 0;
}

.order-guide-method-label {
  margin: 0 0 0.25rem;
  font-size: 1.0625rem;
  font-weight: 800;
  color: var(--wood-dark);
  text-align: center;
}

.order-guide-method-desc {
  margin: 0 0 1rem;
  font-size: 0.8125rem;
  text-align: center;
  color: var(--wood);
}

.order-guide-method-auto .order-guide-method-label {
  color: #2d6b5c;
}

.order-guide-method-auto .order-guide-steps {
  border-color: rgba(159, 212, 196, 0.35);
}

.order-guide-method-auto .order-guide-step-num {
  color: #2d6b5c;
}

.order-guide-flow-title {
  margin: 0 0 1.25rem;
  font-size: 1.25rem;
  text-align: center;
  color: var(--wood-dark);
}

.order-guide-steps {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.order-guide-steps li {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  padding: 1.125rem 1.25rem;
  background: var(--white);
  border-radius: var(--radius-sm);
  box-shadow: var(--shadow-sm);
  border: 1px solid rgba(139, 111, 92, 0.08);
}

.order-guide-step-num {
  flex-shrink: 0;
  font-size: 0.875rem;
  font-weight: 800;
  color: var(--pink-deep);
}

.order-guide-steps h3,
.order-guide-steps h4 {
  margin: 0 0 0.25rem;
  font-size: 1rem;
  color: var(--wood-dark);
}

.order-guide-steps p {
  margin: 0;
  font-size: 0.875rem;
  color: var(--wood);
}

.order-guide-cta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
  margin-bottom: 2rem;
}

.order-guide-back {
  text-align: center;
  margin: 0;
  font-size: 0.875rem;
}

.order-guide-back a {
  font-weight: 600;
  color: var(--pink-deep);
}

@media (max-width: 900px) {
  .order-guide-highlights {
    grid-template-columns: 1fr;
  }

  .order-guide-auto-features {
    grid-template-columns: 1fr;
  }

  .order-guide-methods {
    grid-template-columns: 1fr;
  }

  .order-guide-auto-inner {
    padding: 1.75rem 1.25rem 1.5rem;
  }
}
