.section--hero-delivery {
  background: linear-gradient(135deg, #fff7f3 0%, #ffe5e7 40%, #f7f7f9 100%);
}

.hero-delivery-grid {
  align-items: center;
  gap: var(--space-8);
}

.hero-delivery-image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-delivery-image {
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-lg);
}

.hero-delivery-actions,
.delivery-menu-cta,
.delivery-benefits-cta {
  flex-wrap: wrap;
}

.delivery-steps {
  list-style: none;
  padding-left: 0;
  margin-top: var(--space-4);
}

.delivery-steps li + li {
  margin-top: var(--space-4);
}

.delivery-steps h3 {
  font-size: var(--font-size-lg);
  margin-bottom: var(--space-2);
}

.delivery-contact-card {
  height: 100%;
}

.delivery-contact-list {
  list-style: none;
  padding-left: 0;
}

.delivery-contact-list li + li {
  margin-top: var(--space-2);
}

.delivery-menu-grid {
  align-items: center;
  gap: var(--space-8);
}

.delivery-menu-image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.delivery-menu-image {
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-lg);
}

.delivery-menu-highlights {
  margin-top: var(--space-4);
}

.delivery-pricing-grid {
  gap: var(--space-8);
}

.delivery-pricing-cards {
  margin-top: var(--space-4);
}

.delivery-pricing-item {
  height: 100%;
}

.delivery-pricing-note {
  color: var(--color-text-muted);
}

.delivery-benefits-list {
  margin-top: var(--space-4);
}

.delivery-testimonials-grid {
  align-items: center;
  gap: var(--space-8);
}

.delivery-testimonials-cards {
  margin-top: var(--space-4);
}

.delivery-testimonial blockquote {
  margin: 0;
}

.delivery-testimonials-image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.delivery-testimonials-image {
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-lg);
}

.delivery-faq-grid {
  gap: var(--space-8);
}

.delivery-faq-item + .delivery-faq-item {
  margin-top: var(--space-4);
}

.delivery-faq-sidecard {
  align-self: flex-start;
}

.delivery-form-grid {
  gap: var(--space-8);
}

.delivery-order-form {
  background-color: var(--color-bg-alt);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
  padding: var(--space-6);
}

.delivery-form-field-group + .delivery-form-field-group {
  margin-top: var(--space-4);
}

.delivery-form-fieldset {
  padding: 0;
}

.delivery-form-options {
  display: flex;
  flex-direction: column;
  gap: var(--space-2);
}

.delivery-radio-option,
.delivery-checkbox-option {
  display: flex;
  align-items: flex-start;
  gap: var(--space-2);
  font-size: var(--font-size-sm);
  color: var(--color-text);
}

.delivery-radio-option input,
.delivery-checkbox-option input {
  margin-top: 3px;
}

.delivery-form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-4);
  margin-top: var(--space-6);
}

@media (max-width: 768px) {
  .section {
    padding-top: var(--space-8);
    padding-bottom: var(--space-8);
  }

  .hero-delivery-grid,
  .delivery-menu-grid,
  .delivery-testimonials-grid,
  .delivery-pricing-grid,
  .delivery-faq-grid,
  .delivery-form-grid {
    gap: var(--space-6);
  }

  .delivery-order-form {
    padding: var(--space-4);
  }
}
