/* ============================================================
   The Process — Page Styles
   ============================================================ */

/* ── Page Hero ── */
.page-hero {
  position: relative;
  height: 60vh;
  min-height: 440px;
  display: flex;
  align-items: flex-end;
  padding-bottom: 5rem;
  overflow: hidden;
}
.page-hero-bg {
  position: absolute;
  inset: 0;
}
.page-hero-bg img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center 35%;
}
.page-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(17,28,46,0.92) 0%, rgba(17,28,46,0.55) 60%, rgba(17,28,46,0.3) 100%);
}
.page-hero-content {
  position: relative;
  z-index: 2;
  animation: heroFadeUp 0.9s ease both;
}
.page-hero-title {
  font-size: clamp(2.4rem, 5vw, 4rem);
  font-weight: 800;
  color: var(--white);
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin-bottom: 1rem;
}
.page-hero-title em {
  font-style: normal;
  color: var(--accent-green);
}
.page-hero-sub {
  font-size: 1.1rem;
  color: rgba(255,255,255,0.7);
  font-weight: 300;
  max-width: 560px;
}

/* ── Process Intro ── */
.process-intro {
  padding: 6rem 0 4rem;
  background: var(--white);
}
.process-intro-inner {
  max-width: 720px;
}

/* ── Engagement Steps ── */
.engagement {
  padding: 2rem 0 7rem;
  background: var(--white);
}
.engagement-step {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 0 2rem;
  margin-bottom: 5rem;
}
.engagement-step:last-child { margin-bottom: 0; }

.step-visual {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.step-num-wrap {
  width: 64px; height: 64px;
  border-radius: 50%;
  background: var(--royal-blue);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 8px 24px rgba(34,62,145,0.3);
}
.step-num {
  font-size: 1.1rem;
  font-weight: 800;
  color: var(--white);
  letter-spacing: -0.02em;
}
.step-line {
  width: 2px;
  flex: 1;
  background: linear-gradient(to bottom, var(--royal-blue), rgba(34,62,145,0.1));
  margin-top: 0.75rem;
  min-height: 60px;
}
.engagement-step:last-child .step-line { display: none; }

.step-body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: start;
  padding-top: 0.75rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid var(--light-gray);
}
.engagement-step:last-child .step-body { border-bottom: none; }

.step-label {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--royal-blue);
  margin-bottom: 0.5rem;
}
.step-title {
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  font-weight: 800;
  color: var(--dark-navy);
  line-height: 1.2;
  margin-bottom: 1.25rem;
  letter-spacing: -0.02em;
}
.step-text {
  font-size: 0.95rem;
  color: var(--text-mid);
  line-height: 1.8;
  margin-bottom: 0.75rem;
}

.step-detail-box {
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
  margin-top: 1.5rem;
  padding: 1.25rem;
  background: var(--light-gray);
  border-radius: 8px;
}
.step-detail-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--dark-navy);
}
.step-detail-item svg { color: var(--royal-blue); flex-shrink: 0; }

.step-image img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 12px 40px rgba(17,28,46,0.12);
}

/* ── Cadence ── */
.cadence {
  padding: 7rem 0;
  background: var(--dark-navy);
}
.cadence-header {
  text-align: center;
  margin-bottom: 4rem;
}
.cadence-header .section-title { color: var(--white); }
.cadence-header .section-body {
  color: rgba(255,255,255,0.6);
  max-width: 580px;
}
.cadence-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
}
.cadence-card {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 8px;
  padding: 2rem 1.5rem;
  transition: background 0.3s, transform 0.3s;
}
.cadence-card:hover {
  background: rgba(255,255,255,0.08);
  transform: translateY(-4px);
}
.cadence-featured {
  background: var(--royal-blue) !important;
  border-color: var(--royal-blue) !important;
  box-shadow: 0 12px 40px rgba(34,62,145,0.4);
  transform: translateY(-8px);
}
.cadence-featured:hover { transform: translateY(-12px); }

.cadence-freq {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent-green);
  margin-bottom: 0.5rem;
}
.cadence-featured .cadence-freq { color: rgba(255,255,255,0.7); }

.cadence-name {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 0.35rem;
}
.cadence-duration {
  font-size: 0.78rem;
  color: rgba(255,255,255,0.45);
  margin-bottom: 1rem;
  font-weight: 500;
}
.cadence-featured .cadence-duration { color: rgba(255,255,255,0.65); }
.cadence-desc {
  font-size: 0.85rem;
  color: rgba(255,255,255,0.6);
  line-height: 1.7;
  margin-bottom: 1.25rem;
}
.cadence-featured .cadence-desc { color: rgba(255,255,255,0.8); }

.cadence-agenda {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  border-top: 1px solid rgba(255,255,255,0.1);
  padding-top: 1.25rem;
}
.cadence-agenda li {
  font-size: 0.82rem;
  color: rgba(255,255,255,0.55);
  padding-left: 1.1rem;
  position: relative;
  line-height: 1.5;
}
.cadence-agenda li::before {
  content: '–';
  position: absolute;
  left: 0;
  color: var(--accent-green);
}
.cadence-featured .cadence-agenda li { color: rgba(255,255,255,0.8); }

/* ── Expectations ── */
.expectations {
  padding: 7rem 0;
  background: var(--light-gray);
}
.expectations-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6rem;
  align-items: center;
}
.expectations-list {
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
  margin-top: 2.5rem;
}
.expectation-item {
  display: flex;
  gap: 1.25rem;
  align-items: flex-start;
}
.expectation-icon {
  font-size: 1.75rem;
  flex-shrink: 0;
  margin-top: 0.1rem;
}
.expectation-item h4 {
  font-size: 1rem;
  font-weight: 700;
  color: var(--dark-navy);
  margin-bottom: 0.35rem;
}
.expectation-item p {
  font-size: 0.875rem;
  color: var(--text-mid);
  line-height: 1.7;
}
.expectations-image {
  position: relative;
}
.expectations-image img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 20px 60px rgba(17,28,46,0.15);
}
.expectations-badge {
  position: absolute;
  bottom: -1.5rem;
  left: -1.5rem;
  background: var(--royal-blue);
  color: var(--white);
  padding: 1.25rem 1.75rem;
  border-radius: 8px;
  box-shadow: 0 8px 30px rgba(34,62,145,0.35);
}
.expectations-badge strong {
  display: block;
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 0.25rem;
}
.expectations-badge span {
  font-size: 0.75rem;
  opacity: 0.75;
  letter-spacing: 0.04em;
}

/* ── Responsive ── */
@media (max-width: 1024px) {
  .cadence-grid { grid-template-columns: repeat(2, 1fr); }
  .cadence-featured { transform: none; }
  .cadence-featured:hover { transform: translateY(-4px); }
  .expectations-grid { grid-template-columns: 1fr; gap: 3rem; }
  .expectations-image { order: -1; }
  .expectations-badge { bottom: 1rem; left: 1rem; }
}
@media (max-width: 768px) {
  .engagement-step {
    grid-template-columns: 48px 1fr;
    gap: 0 1rem;
  }
  .step-num-wrap { width: 48px; height: 48px; }
  .step-num { font-size: 0.9rem; }
  .step-body {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .step-image { display: none; }
  .cadence-grid { grid-template-columns: 1fr; }
  .step-detail-box { flex-direction: column; gap: 0.75rem; }
  .page-hero { height: 50vh; padding-bottom: 3rem; }
}
