/* ===========================
   DIARY DELIVERY PAGE STYLES
   =========================== */

/* ---- Delivery Hero ---- */
.delivery-hero {
  padding: 10rem 2rem 5rem;
  background: var(--warm-white);
  text-align: center;
}

.delivery-hero .section-heading,
.delivery-hero .section-eyebrow {
  text-align: center;
}

.delivery-hero .section-body {
  margin: 0 auto;
  max-width: 560px;
}

/* ---- What Happens at Delivery ---- */
.delivery-outcome {
  background: var(--warm-white);
}

.delivery-outcome .section-body {
  max-width: none;
  margin-bottom: 3.5rem;
}

.outcome-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.5rem;
}

.outcome-icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: var(--sage-light);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
}

.outcome-icon svg {
  width: 24px;
  height: 24px;
  stroke: var(--sage);
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

.outcome-item h3 {
  font-family: var(--font-display);
  font-size: 1.3rem;
  font-weight: 400;
  color: var(--charcoal);
  margin-bottom: 0.5rem;
}

.outcome-item p {
  font-size: 0.88rem;
  color: var(--warm-brown);
  line-height: 1.7;
  font-weight: 300;
}

.outcome-grid + .section-body {
  margin-top: 3rem;
}

.outcome-grid ~ .section-body {
  max-width: none;
}

/* ---- Sneak Peek ---- */
.diary-preview {
  background: var(--cream);
}

.diary-preview .section-body {
  max-width: none;
  margin-bottom: 3rem;
}

.peek-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5rem;
}

.peek-item {
  text-align: center;
}

.peek-item .outcome-icon {
  margin-left: auto;
  margin-right: auto;
}

.peek-item p {
  font-size: 0.88rem;
  color: var(--warm-brown);
  line-height: 1.7;
  font-weight: 300;
  margin-bottom: 1.5rem;
}

.peek-list {
  text-align: left;
  max-width: 300px;
  margin: 0 auto 1.75rem;
}

/* ---- Delivery Methods ---- */
.delivery-methods {
  background: var(--cream);
}

.delivery-methods .section-body {
  max-width: none;
  margin-bottom: 3.5rem;
}

.method-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}

.method-card {
  background: var(--warm-white);
  border: 1px solid var(--blush-light);
  border-radius: 16px;
  padding: 2.25rem;
}

.method-icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: var(--blush-wash);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
}

.method-icon svg {
  width: 24px;
  height: 24px;
  stroke: var(--blush-dark);
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

.method-card h3 {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 400;
  color: var(--charcoal);
  margin-bottom: 0.5rem;
}

.method-card > p {
  font-size: 0.9rem;
  color: var(--warm-brown);
  line-height: 1.7;
  font-weight: 300;
  margin-bottom: 1.5rem;
}

.method-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.method-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  font-size: 0.88rem;
  color: var(--charcoal);
  line-height: 1.6;
}

.method-list li svg {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  margin-top: 3px;
  stroke: var(--sage);
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

/* ---- Delivery Warning ---- */
.delivery-warning {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-top: 2rem;
  padding: 1.25rem 1.5rem;
  background: var(--gold-light);
  border: 1px solid var(--gold);
  border-radius: 12px;
}

.delivery-warning svg {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  margin-top: 2px;
  stroke: var(--charcoal);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

.delivery-warning p {
  font-size: 0.9rem;
  color: var(--charcoal);
  line-height: 1.65;
  font-weight: 300;
}

.delivery-warning p strong {
  font-weight: 700;
}

/* ---- Before You Deliver Checklist ---- */
.delivery-checklist {
  background: var(--warm-white);
}

.delivery-checklist .section-body {
  margin-bottom: 2.5rem;
}

.checklist-list {
  list-style: none;
  max-width: 640px;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.checklist-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  font-size: 0.95rem;
  color: var(--warm-brown);
  line-height: 1.7;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid rgba(201, 160, 144, 0.25);
}

.checklist-list li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.checklist-list li svg {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  margin-top: 2px;
  stroke: var(--sage);
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

/* ---- Delivery CTA Button ---- */
.delivery-cta-btn {
  display: inline-block;
  padding: 0.85rem 2rem;
  background: var(--charcoal);
  color: #fff;
  border-radius: 100px;
  font-family: var(--font-body);
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  transition: all 0.4s var(--ease-out-expo);
}

.delivery-cta-btn:hover {
  background: var(--warm-brown);
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(47, 41, 38, 0.2);
}

/* ---- Responsive ---- */
@media (max-width: 900px) {
  .outcome-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
  }

  .peek-grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .method-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  .delivery-hero {
    padding: 8rem 1.25rem 4rem;
  }

  .outcome-grid {
    grid-template-columns: 1fr;
  }

  .method-card {
    padding: 1.75rem;
  }
}
