/* ===== Guide / Instruction page ===== */

.guide-page {
  padding: 72px 0 96px;
  background:
    radial-gradient(1200px 500px at 50% -10%, #ffeadd 0%, transparent 60%),
    #ffffff;
}

.guide {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 24px;
}

/* Header */

.guide-header { margin-bottom: 56px; }

.guide-eyebrow {
  display: inline-block;
  margin: 0 0 18px;
  padding: 6px 16px;
  border-radius: 100px;
  background: var(--orange-soft);
  color: var(--orange);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.3px;
  text-transform: uppercase;
}

.guide-header h1 {
  margin: 0 0 12px;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -1.8px;
  color: var(--text-strong);
}

.guide-header .guide-lead {
  margin: 0 0 28px;
  font-size: 18px;
  line-height: 1.55;
  color: var(--text);
  max-width: 640px;
}

/* Quick steps overview */

.guide-overview {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: 56px;
}

.guide-overview-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  padding: 20px;
  background: #ffffff;
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-md);
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.guide-overview-item:hover {
  border-color: rgba(255, 119, 41, 0.25);
  box-shadow: var(--shadow-card);
}

.guide-overview-num {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--orange);
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.guide-overview-item strong {
  font-size: 15px;
  font-weight: 600;
  color: var(--text-strong);
  letter-spacing: -0.3px;
  line-height: 1.3;
}

/* Sections */

.guide-section {
  margin-bottom: 48px;
  background: #ffffff;
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-lg);
  overflow: hidden;
}

.guide-section-head {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 28px 32px 24px;
  border-bottom: 1px solid var(--border-soft);
}

.guide-section-num {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--orange);
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

.guide-section-head h2 {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.6px;
  color: var(--text-strong);
}

.guide-section-body {
  padding: 28px 32px 32px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* Download block */

.guide-download {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 20px 24px;
  background: var(--orange-soft);
  border-radius: var(--radius-md);
  flex-wrap: wrap;
}

.guide-download-text strong {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: var(--text-strong);
  margin-bottom: 4px;
}

.guide-download-text span {
  font-size: 13px;
  color: var(--text);
}

/* Note / Tip */

.guide-note {
  display: flex;
  gap: 14px;
  padding: 16px 20px;
  background: var(--orange-soft);
  border-left: 3px solid var(--orange);
  border-radius: 0 12px 12px 0;
  font-size: 14px;
  line-height: 1.55;
  color: var(--text-strong);
}

.guide-note-icon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  color: var(--orange);
  margin-top: 1px;
}

/* Steps list */

.guide-steps {
  display: flex;
  flex-direction: column;
  gap: 0;
  counter-reset: step;
}

.guide-step {
  display: flex;
  gap: 16px;
  padding: 14px 0;
  border-bottom: 1px solid var(--border-soft);
  align-items: flex-start;
}

.guide-step:last-child { border-bottom: 0; padding-bottom: 0; }
.guide-step:first-child { padding-top: 0; }

.guide-step-num {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--orange-soft);
  color: var(--orange);
  font-size: 13px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1px;
}

.guide-step-text {
  font-size: 15px;
  line-height: 1.55;
  color: var(--text);
}

.guide-step-text strong {
  color: var(--text-strong);
  font-weight: 600;
}

/* Sub-steps (e.g. unpacking) */

.guide-sub {
  padding: 16px 20px;
  background: var(--bg-soft);
  border-radius: var(--radius-sm);
  font-size: 14px;
  line-height: 1.6;
  color: var(--text);
}

.guide-sub p { margin: 0; }

/* CTA block */

.guide-cta {
  text-align: center;
  padding: 48px 32px;
  background: var(--orange-soft);
  border-radius: var(--radius-lg);
  margin-top: 8px;
}

.guide-cta h2 {
  margin: 0 0 10px;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -0.8px;
  color: var(--text-strong);
}

.guide-cta p {
  margin: 0 0 24px;
  font-size: 16px;
  color: var(--text);
}

/* Screenshots */

.guide-screenshot {
  margin: 4px 0 0;
  border-radius: var(--radius-md);
  overflow: hidden;
  border: 1px solid var(--border-soft);
  background: var(--bg-soft);
}

.guide-screenshot img {
  display: block;
  width: 100%;
  height: auto;
}

.guide-screenshot figcaption {
  padding: 10px 16px;
  font-size: 12px;
  color: var(--text-muted);
  text-align: center;
  border-top: 1px solid var(--border-soft);
  background: #ffffff;
}

/* Responsive */

@media (max-width: 600px) {
  .guide-page { padding: 48px 0 72px; }
  .guide-header h1 { font-size: 32px; letter-spacing: -1px; }
  .guide-header .guide-lead { font-size: 16px; }
  .guide-overview { grid-template-columns: 1fr; gap: 12px; margin-bottom: 40px; }
  .guide-section-head { padding: 20px 20px 16px; gap: 12px; }
  .guide-section-head h2 { font-size: 20px; }
  .guide-section-body { padding: 20px 20px 24px; }
  .guide-download { flex-direction: column; align-items: flex-start; }
  .guide-cta { padding: 36px 20px; }
  .guide-cta h2 { font-size: 24px; }
}
