/* Our Process page — brand palette aligned with site */

:root {
  --process-navy: #012970;
  --process-blue: #0d83fd;
  --process-blue-mid: #2563eb;
  --process-blue-soft: #e8f4ff;
  --process-sky: #f3f9ff;
  --process-slate: #4f5b73;
  --process-muted: #5b6478;
  --process-border: #dce8f8;
}

.process-hero {
  background: radial-gradient(
    circle at 50% 42%,
    #1b3f93 0%,
    #123172 36%,
    #0e2148 66%,
    #0b1b3a 100%
  );
  padding: 108px 0 44px;
  text-align: center;
  color: #ffffff;
  position: relative;
  overflow: hidden;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.process-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 22%, rgba(13, 131, 253, 0.2), transparent 44%),
    radial-gradient(circle at 82% 78%, rgba(96, 165, 250, 0.12), transparent 42%);
  pointer-events: none;
}

.process-hero .container {
  position: relative;
  z-index: 1;
}

.process-hero h1 {
  font-size: clamp(1.85rem, 5vw, 2.75rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  margin-bottom: 0;
  color: #ffffff;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.35);
}

.process-hero-lead {
  display: none;
}

.process-intro-section {
  padding-top: 48px;
  padding-bottom: 28px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.process-intro-heading {
  font-size: clamp(1.45rem, 4vw, 2rem);
  font-weight: 800;
  color: var(--process-navy);
  margin-bottom: 14px;
  letter-spacing: -0.02em;
}

.process-intro-text {
  font-size: 16px;
  line-height: 1.75;
  color: var(--process-slate);
  margin-bottom: 0;
}

.process-intro-image {
  width: 100%;
  border-radius: 18px;
  border: 1px solid var(--process-border);
  box-shadow: 0 18px 48px rgba(1, 41, 112, 0.1);
  object-fit: cover;
  min-height: 220px;
  max-height: 420px;
}

.process-steps-section {
  padding-top: 36px;
  padding-bottom: 48px;
  background: var(--process-sky);
}

.process-timeline {
  position: relative;
  max-width: 920px;
  margin: 0 auto;
  padding-left: 4px;
}

.process-timeline::before {
  content: "";
  position: absolute;
  left: 24px;
  top: 12px;
  bottom: 12px;
  width: 3px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--process-navy) 0%, var(--process-blue) 100%);
}

.process-timeline-item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  margin-bottom: 22px;
  position: relative;
}

.process-timeline-item:last-child {
  margin-bottom: 0;
}

.process-timeline-marker {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: linear-gradient(145deg, var(--process-navy) 0%, var(--process-blue) 100%);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 800;
  z-index: 1;
  box-shadow: 0 0 0 6px var(--process-blue-soft);
}

.process-timeline-marker i {
  font-size: 20px;
  line-height: 1;
}

.process-timeline-card {
  flex: 1;
  min-width: 0;
  background: #ffffff;
  border: 1px solid var(--process-border);
  border-radius: 16px;
  padding: 18px 18px;
  box-shadow: 0 10px 28px rgba(1, 41, 112, 0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.process-timeline-card:hover {
  transform: translateY(-2px);
  border-color: rgba(13, 131, 253, 0.35);
  box-shadow: 0 16px 36px rgba(1, 41, 112, 0.1);
}

.process-timeline-step {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--process-blue);
  margin-bottom: 8px;
}

.process-timeline-card h3 {
  font-size: 18px;
  font-weight: 800;
  color: var(--process-navy);
  margin-bottom: 8px;
  line-height: 1.3;
}

.process-timeline-card p {
  margin: 0;
  color: var(--process-muted);
  font-size: 14px;
  line-height: 1.65;
}

.process-principles {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 40px;
}

.process-principle-card {
  background: #ffffff;
  border: 1px solid var(--process-border);
  border-radius: 14px;
  padding: 24px 18px;
  text-align: center;
  box-shadow: 0 8px 24px rgba(1, 41, 112, 0.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.process-principle-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 32px rgba(1, 41, 112, 0.08);
}

.process-principle-card i {
  width: 52px;
  height: 52px;
  margin: 0 auto 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  font-size: 24px;
  color: var(--process-blue);
  background: linear-gradient(145deg, #e8f4ff 0%, #f5faff 100%);
}

.process-principle-card h4 {
  font-size: 16px;
  font-weight: 800;
  color: var(--process-navy);
  margin-bottom: 6px;
}

.process-principle-card p {
  margin: 0;
  font-size: 13px;
  line-height: 1.55;
  color: var(--process-muted);
}

.process-cta-band {
  background: radial-gradient(
    circle at 28% 18%,
    #1b3f93 0%,
    #123172 42%,
    #0b1b3a 100%
  );
  border: 1px solid rgba(158, 208, 255, 0.14);
  border-radius: 20px;
  padding: 36px 24px;
  text-align: center;
  color: #ffffff;
  margin-top: 8px;
  box-shadow: 0 20px 48px rgba(1, 41, 112, 0.18);
}

.process-cta-band h2 {
  font-size: clamp(1.35rem, 4vw, 1.9rem);
  font-weight: 800;
  margin-bottom: 10px;
  color: #ffffff;
}

.process-cta-band p {
  max-width: 560px;
  margin: 0 auto 20px;
  color: rgba(234, 240, 255, 0.88);
  line-height: 1.65;
  font-size: 15px;
}

.process-cta-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.process-cta-actions .btn-process-primary,
.process-cta-actions .btn-process-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-weight: 700;
  padding: 12px 20px;
  border-radius: 10px;
  text-decoration: none;
  min-height: 46px;
  text-align: center;
}

.process-cta-actions .btn-process-primary {
  background: #ffffff;
  color: var(--process-navy);
  transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.process-cta-actions .btn-process-primary:hover {
  background: var(--process-blue-soft);
  color: var(--process-navy);
  transform: translateY(-1px);
  box-shadow: 0 8px 20px rgba(13, 131, 253, 0.2);
}

.process-cta-actions .btn-process-outline {
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: #ffffff;
  transition: background 0.2s ease, border-color 0.2s ease;
}

.process-cta-actions .btn-process-outline:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.75);
  color: #ffffff;
}

body.process-page .main {
  overflow-x: hidden;
}

@media (min-width: 992px) {
  .process-timeline-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    max-width: none;
    padding-left: 0;
  }

  .process-timeline-grid::before {
    display: none;
  }

  .process-timeline-grid .process-timeline-item {
    flex-direction: column;
    margin-bottom: 0;
    gap: 14px;
  }

  .process-timeline-grid .process-timeline-marker {
    width: 48px;
    height: 48px;
    box-shadow: 0 0 0 6px var(--process-blue-soft);
  }

  .process-timeline-grid .process-timeline-card {
    height: 100%;
    padding: 22px 24px;
  }

  .process-timeline-card h3 {
    font-size: 20px;
  }

  .process-timeline-card p {
    font-size: 15px;
  }
}

@media (max-width: 991px) {
  .process-principles {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 32px;
  }

  .process-intro-section .row {
    row-gap: 28px !important;
  }
}

@media (max-width: 767px) {
  .process-hero {
    padding-top: 96px !important;
    padding-bottom: 36px !important;
  }

  .process-intro-section {
    padding-top: 36px;
  }

  .process-intro-image {
    min-height: 200px;
    max-height: 280px;
  }

  .process-steps-section {
    padding-bottom: 36px;
  }

  .process-timeline {
    padding-left: 0;
    padding-right: 4px;
  }

  .process-timeline::before {
    left: 21px;
  }

  .process-timeline-marker {
    width: 44px;
    height: 44px;
    box-shadow: 0 0 0 5px var(--process-blue-soft);
  }

  .process-timeline-marker i {
    font-size: 18px;
  }

  .process-timeline-card {
    padding: 16px 14px;
  }

  .process-cta-band {
    border-radius: 16px;
    padding: 28px 18px;
  }

  .process-cta-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .process-cta-actions .btn-process-primary,
  .process-cta-actions .btn-process-outline {
    width: 100%;
  }
}

@media (max-width: 399px) {
  .process-timeline-item {
    gap: 12px;
  }

  .process-timeline::before {
    left: 19px;
  }

  .process-timeline-marker {
    width: 40px;
    height: 40px;
  }

  .process-timeline-card h3 {
    font-size: 16px;
  }
}
