/* ============================================
   PROCESS PAGE — Sovereign Editorial
   ============================================ */

/* ---- Hero ---- */
.process-hero {
  padding: 80px 0 60px;
  background: var(--surface);
  position: relative; overflow: hidden;
}
.process-hero .orb-1 {
  width: 700px; height: 700px;
  background: radial-gradient(circle, rgba(9,76,178,0.06) 0%, transparent 65%);
  top: -300px; right: -150px;
}
.process-hero__inner { position: relative; z-index: 1; max-width: 680px; }
.process-hero h1 {
  font-size: clamp(2.4rem, 4vw, 3.4rem);
  font-weight: 800; letter-spacing: -0.03em; line-height: 1.08; margin-bottom: 20px;
}
.process-hero h1 em { font-style: italic; font-weight: 300; color: var(--primary); }
.process-hero p { font-size: 1rem; line-height: 1.78; color: var(--on-surface-variant); max-width: 560px; }

/* ---- Timeline ---- */
.timeline-section { padding: 80px 0 100px; background: var(--surface-low); }
.timeline-eyebrow {
  font-size: 10px; font-weight: 700; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--primary);
  display: flex; align-items: center; gap: 10px; margin-bottom: 48px;
}
.timeline-eyebrow::before { content: ''; width: 20px; height: 2px; background: var(--primary); }

/* Alternating center-line timeline */
.timeline {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
}
/* Center vertical line */
.timeline::before {
  content: ''; position: absolute;
  left: 50%; top: 0; bottom: 0; width: 2px;
  transform: translateX(-50%);
  background: linear-gradient(180deg, rgba(9,76,178,0.25) 0%, rgba(9,76,178,0.06) 100%);
}

.timeline-step {
  display: grid;
  grid-template-columns: 1fr 60px 1fr;
  gap: 0;
  margin-bottom: 56px;
  position: relative;
  align-items: start;
}
.timeline-step:last-child { margin-bottom: 0; }

/* Odd steps: card on right */
.timeline-step:nth-child(odd) .step-content-left { visibility: hidden; }
.timeline-step:nth-child(odd) .step-content-right { padding-left: 40px; }
/* Even steps: card on left */
.timeline-step:nth-child(even) .step-content-right { visibility: hidden; }
.timeline-step:nth-child(even) .step-content-left { padding-right: 40px; text-align: left; }
.timeline-step:nth-child(even) .step-details { justify-items: start; }

.step-marker {
  display: flex; flex-direction: column; align-items: center;
  padding-top: 28px;
  position: relative; z-index: 2;
}
.step-dot {
  width: 18px; height: 18px; border-radius: 50%;
  background: var(--primary);
  box-shadow: 0 0 0 6px rgba(9,76,178,0.14);
  flex-shrink: 0;
}

.step-content,
.step-content-left,
.step-content-right {
  background: rgba(255,255,255,0.80);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255,255,255,0.85);
  border-radius: 20px;
  padding: 32px 30px;
  box-shadow: 0 4px 24px rgba(9,76,178,0.05);
  transition: all 0.3s;
}
.step-content:hover,
.step-content-left:hover,
.step-content-right:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 50px rgba(9,76,178,0.10);
}
.step-num {
  font-size: 10px; font-weight: 700; letter-spacing: 0.10em;
  text-transform: uppercase; color: var(--primary);
  margin-bottom: 10px;
}
.step-content h3,
.step-content-left h3,
.step-content-right h3 {
  font-size: 1.25rem; font-weight: 800;
  letter-spacing: -0.025em; margin-bottom: 12px; line-height: 1.25;
}
.step-content p,
.step-content-left p,
.step-content-right p {
  font-size: 0.90rem; line-height: 1.75; color: var(--on-surface-variant); margin-bottom: 18px;
}
.step-details {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px;
}
.step-detail {
  display: flex; align-items: flex-start; gap: 8px;
  font-size: 12px; line-height: 1.55; color: var(--on-surface-variant);
}
.step-detail svg { width: 14px; height: 14px; color: var(--primary); flex-shrink: 0; margin-top: 2px; }

/* ---- Image Bento ---- */
.process-visual { padding: 60px 0; background: var(--surface); position: relative; overflow: hidden; }
.process-visual .orb-v1 {
  width: 500px; height: 500px;
  background: radial-gradient(circle, rgba(9,76,178,0.05) 0%, transparent 65%);
  top: -200px; left: -100px;
}
.bento-wrap {
  position: relative; z-index: 1;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  grid-template-rows: auto auto;
  gap: 16px;
}
.bento-card {
  border-radius: 20px; overflow: hidden;
  position: relative;
  transition: transform 0.3s;
}
.bento-card:hover { transform: translateY(-3px); }
.bento-card img { width: 100%; height: 100%; object-fit: cover; display: block; }
.bento-card--lg { grid-row: span 2; min-height: 340px; }
.bento-card--sm { min-height: 165px; }
.bento-overlay {
  position: absolute; bottom: 0; left: 0; right: 0;
  padding: 28px;
  background: linear-gradient(transparent, rgba(0,0,0,0.65));
  color: white;
}
.bento-overlay h3 { font-size: 1.1rem; font-weight: 700; margin-bottom: 6px; }
.bento-overlay p { font-size: 12px; line-height: 1.6; opacity: 0.85; }

/* ---- Guarantee ---- */
.guarantee { padding: 100px 0; background: var(--surface-low); }
.guarantee__inner {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 60px; align-items: center;
}
.guarantee h2 {
  font-size: 2.2rem; font-weight: 800; letter-spacing: -0.03em; line-height: 1.10;
  margin-bottom: 16px;
}
.guarantee > .container > .guarantee__inner > div:first-child > p {
  font-size: 1rem; line-height: 1.75; color: var(--on-surface-variant); margin-bottom: 32px;
}
.guarantee-items { display: flex; flex-direction: column; gap: 20px; }
.guarantee-item {
  display: flex; gap: 16px; align-items: flex-start;
}
.guarantee-item-icon {
  width: 40px; height: 40px; border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  background: var(--electric-blue-glow); color: var(--primary);
  flex-shrink: 0;
}
.guarantee-item h4 { font-size: 14px; font-weight: 700; margin-bottom: 4px; }
.guarantee-item p { font-size: 13px; line-height: 1.6; color: var(--on-surface-variant); }

.guarantee-visual {
  background: rgba(255,255,255,0.75);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255,255,255,0.80);
  border-radius: 20px; overflow: hidden;
  box-shadow: 0 20px 60px rgba(9,76,178,0.08);
}
.guarantee-visual img { width: 100%; height: 400px; object-fit: cover; display: block; }

/* ---- CTA ---- */
.process-cta {
  padding: 100px 0; background: var(--surface);
  position: relative; overflow: hidden;
}
.process-cta .orb-c1 {
  width: 500px; height: 500px;
  background: radial-gradient(circle, rgba(9,76,178,0.05) 0%, transparent 65%);
  bottom: -100px; right: -100px;
}
.process-cta__inner {
  position: relative; z-index: 1;
  display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center;
}
.process-cta__inner h2 {
  font-size: 2.2rem; font-weight: 800; letter-spacing: -0.03em; line-height: 1.10; margin-bottom: 16px;
}
.process-cta__inner p {
  font-size: 1rem; line-height: 1.75; color: var(--on-surface-variant); margin-bottom: 28px;
}

/* ---- Responsive ---- */
@media (max-width: 1024px) {
  .bento-wrap { grid-template-columns: 1fr; }
  .bento-card--lg { grid-row: span 1; min-height: 280px; }
  .guarantee__inner { grid-template-columns: 1fr; }
  .process-cta__inner { grid-template-columns: 1fr; }
  /* Collapse alternating timeline to single-column */
  .timeline::before { left: 20px; top: 0; transform: none; }
  .timeline-step {
    grid-template-columns: 40px 1fr;
    gap: 16px;
  }
  .timeline-step:nth-child(odd) .step-content-left,
  .timeline-step:nth-child(even) .step-content-right { display: none; }
  .timeline-step:nth-child(odd) .step-content-right,
  .timeline-step:nth-child(even) .step-content-left {
    visibility: visible;
    padding-left: 0;
    padding-right: 0;
    text-align: left;
    grid-column: auto;
  }
  .timeline-step { display: flex; align-items: flex-start; gap: 16px; }
  .step-marker { flex-shrink: 0; }
  .step-content-left,
  .step-content-right { flex: 1; }
}
@media (max-width: 768px) {
  .step-content-left,
  .step-content-right { padding: 24px 20px; }
  .step-details { grid-template-columns: 1fr; }
  .bento-card--sm { min-height: 160px; }
}
