/* gallery.css — Google Photos version */

/* ── CTA Card ── */
.gallery-cta-card {
  text-align: center;
  padding: 36px 24px;
}

.gallery-cta-icon {
  font-size: 3.5rem;
  margin-bottom: 12px;
  animation: float 3s ease-in-out infinite;
}

.gallery-cta-title {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--deep);
  margin-bottom: 10px;
}

.gallery-cta-desc {
  font-size: 0.92rem;
  color: var(--text-muted);
  line-height: 1.6;
  margin-bottom: 24px;
}

.gallery-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 1rem;
  padding: 14px 32px;
  border-radius: var(--radius-full);
  text-decoration: none;
}

/* ── Instructions Card ── */
.instructions-card {
  padding: 24px;
}

.instructions-title {
  font-size: 1rem;
  font-weight: 700;
  color: var(--deep);
  margin-bottom: 16px;
  text-align: right;
}

.instructions-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.instructions-list li {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 0.9rem;
  color: var(--text-body);
  text-align: right;
}

.step-num {
  min-width: 30px;
  height: 30px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--blush), var(--rose));
  color: white;
  font-size: 0.82rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

/* ── Footnote ── */
.gallery-footnote {
  text-align: center;
  font-size: 0.8rem;
  color: var(--text-muted);
  padding-bottom: 24px;
}
