/* Section 3 — shared Growth Plan Journey (6 product pillars) */

.ev-s3-journey {
  background: #fff;
  padding: 52px 0 56px;
  border-top: 1px solid #e8eef4;
  overflow: visible;
}

.ev-s3-journey > .ev-wrap {
  max-width: var(--ev-section-wrap-max, 1250px);
}

.ev-s3-eyebrow {
  display: table;
  margin: 0 auto 20px;
  padding: 8px 18px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #1a5fa8;
  background: #eef6fc;
  border: 1px solid #cfe3f5;
  border-radius: 999px;
}

.ev-s3-eyebrow:has(svg) {
  padding: 8px 18px 8px 14px;
}

.ev-s3-eyebrow-inner {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.ev-s3-eyebrow svg {
  flex-shrink: 0;
}

.ev-s3-title {
  margin: 0 auto 12px;
  max-width: var(--ev-section-title-max, 760px);
  text-align: center;
  font-family: var(--ev-section-title-font);
  font-size: var(--ev-section-title-size);
  font-weight: var(--ev-section-title-weight);
  line-height: var(--ev-section-title-line-height);
  letter-spacing: var(--ev-section-title-letter-spacing);
  color: var(--ev-section-title-color);
}

.ev-s3-title .ev-accent {
  color: #2f80ff;
}

.ev-s3-lead {
  margin: 0 auto 40px;
  max-width: var(--ev-section-lead-max, 760px);
  text-align: center;
  font-size: 17px;
  line-height: 1.6;
  color: #5c6b7a;
}

.ev-s3-lead strong {
  font-weight: 800;
  color: #0b163f;
}

.ev-s3-lead a {
  color: #2f80ff;
  font-weight: 600;
  text-decoration: none;
}

.ev-s3-lead a:hover {
  text-decoration: underline;
}

.ev-s3-lead a strong {
  color: inherit;
  font-weight: inherit;
}

.ev-s3-track {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: auto auto auto auto;
  column-gap: 12px;
  row-gap: 12px;
  position: relative;
  max-width: 1180px;
  margin: 0 auto 20px;
  overflow: visible;
}

.ev-s3-phase {
  display: contents;
}

.ev-s3-phase--1 > .ev-s3-phase-badge,
.ev-s3-phase--1 > h3,
.ev-s3-phase--1 > .ev-s3-phase-desc,
.ev-s3-phase--1 > .ev-s3-phase-shot {
  grid-column: 1;
}

.ev-s3-phase--2 > .ev-s3-phase-badge,
.ev-s3-phase--2 > h3,
.ev-s3-phase--2 > .ev-s3-phase-desc,
.ev-s3-phase--2 > .ev-s3-phase-shot {
  grid-column: 2;
}

.ev-s3-phase--3 > .ev-s3-phase-badge,
.ev-s3-phase--3 > h3,
.ev-s3-phase--3 > .ev-s3-phase-desc,
.ev-s3-phase--3 > .ev-s3-phase-shot {
  grid-column: 3;
}

.ev-s3-phase > .ev-s3-phase-badge {
  grid-row: 1;
  justify-self: center;
}

.ev-s3-phase > h3 {
  grid-row: 2;
  justify-self: center;
  text-align: center;
}

.ev-s3-phase > .ev-s3-phase-desc {
  grid-row: 3;
  justify-self: center;
  text-align: center;
}

.ev-s3-phase > .ev-s3-phase-shot {
  grid-row: 4;
  align-self: start;
}

.ev-s3-phase--1 > .ev-s3-phase-shot {
  transform-origin: left center;
}

.ev-s3-phase--2 > .ev-s3-phase-shot {
  transform-origin: center center;
}

.ev-s3-phase--3 > .ev-s3-phase-shot {
  transform-origin: right center;
}

.ev-s3-phase-badge {
  display: inline-block;
  padding: 7px 18px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
  line-height: 1;
}

.ev-s3-phase-badge--1 {
  background: #2f80ff;
}

.ev-s3-phase-badge--2 {
  background: #7b4fbe;
}

.ev-s3-phase-badge--3 {
  background: #22a06b;
}

.ev-s3-phase h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: -0.02em;
  color: #0b163f;
}

.ev-s3-phase-desc {
  margin: 0 0 18px;
  width: 100%;
  max-width: 320px;
  font-size: 14px;
  line-height: 1.55;
  color: #5c6b7a;
}

.ev-s3-phase-shot {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  box-shadow: 0 10px 28px rgba(11, 35, 64, 0.1);
  background: #fff;
  cursor: zoom-in;
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

@media (hover: hover) and (pointer: fine) {
  .ev-s3-phase-shot:hover {
    transform: scale(1.75);
    z-index: 40;
    box-shadow: 0 24px 56px rgba(11, 35, 64, 0.22);
    cursor: zoom-out;
  }
}

.ev-s3-repeat {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  max-width: var(--ev-section-lead-max, 760px);
  margin: 0 auto 28px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  color: #1a5fa8;
}

.ev-s3-repeat svg {
  flex-shrink: 0;
}

.ev-s3-close {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  max-width: 1180px;
  margin: 0 auto;
  padding: 20px 28px;
  background: #f0f6fb;
  border: 1px solid #dbe8f2;
  border-radius: 14px;
}

.ev-s3-close-main {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  min-width: 0;
  flex: 1 1 340px;
}

.ev-s3-close-icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  object-fit: contain;
}

.ev-s3-close-copy {
  min-width: 0;
}

.ev-s3-close-lead {
  margin: 0 0 4px;
  font-size: 16px;
  line-height: 1.4;
  color: #0b163f;
}

.ev-s3-close-lead strong {
  font-weight: 800;
}

.ev-s3-close-sub {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  color: #5c6b7a;
}

.ev-s3-close-points {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
  gap: 24px;
  margin: 0;
  padding: 0;
  list-style: none;
  flex: 1 1 480px;
}

.ev-s3-close-points li {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.ev-s3-close-points img {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.ev-s3-close-point {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}

.ev-s3-close-point-title {
  font-size: 14px;
  font-weight: 800;
  line-height: 1.3;
  color: #0b163f;
}

.ev-s3-close-point-sub {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  color: #5c6b7a;
}

@media (max-width: 900px) {
  .ev-s3-track {
    grid-template-columns: 1fr;
    grid-template-rows: none;
    max-width: 520px;
    row-gap: 0;
  }

  .ev-s3-phase {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 36px;
  }

  .ev-s3-phase--1 > .ev-s3-phase-badge,
  .ev-s3-phase--1 > h3,
  .ev-s3-phase--1 > .ev-s3-phase-desc,
  .ev-s3-phase--1 > .ev-s3-phase-shot,
  .ev-s3-phase--2 > .ev-s3-phase-badge,
  .ev-s3-phase--2 > h3,
  .ev-s3-phase--2 > .ev-s3-phase-desc,
  .ev-s3-phase--2 > .ev-s3-phase-shot,
  .ev-s3-phase--3 > .ev-s3-phase-badge,
  .ev-s3-phase--3 > h3,
  .ev-s3-phase--3 > .ev-s3-phase-desc,
  .ev-s3-phase--3 > .ev-s3-phase-shot {
    grid-column: auto;
    grid-row: auto;
  }

  .ev-s3-phase > h3 {
    margin: 14px 0 10px;
  }

  .ev-s3-phase-desc {
    margin-bottom: 18px;
  }

  .ev-s3-close {
    flex-direction: column;
    align-items: stretch;
    text-align: center;
    gap: 20px;
  }

  .ev-s3-close-main {
    flex: 0 0 auto;
    flex-direction: column;
    align-items: center;
  }

  .ev-s3-close-points {
    flex: 0 0 auto;
    flex-direction: column;
    align-items: stretch;
    align-self: center;
    gap: 16px;
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
  }

  .ev-s3-close-points li {
    justify-content: flex-start;
    width: 100%;
  }

  .ev-s3-close-point {
    align-items: flex-start;
    text-align: left;
  }
}

@media (max-width: 640px) {
  .ev-s3-journey {
    padding: 44px 0 48px;
  }

  .ev-s3-lead {
    font-size: 16px;
    margin-bottom: 28px;
  }

  .ev-s3-repeat {
    font-size: 14px;
    margin-bottom: 24px;
  }

  .ev-s3-close {
    padding: 18px 20px;
    gap: 16px;
  }

  .ev-s3-close-points {
    gap: 14px;
    max-width: 300px;
  }

  .ev-s3-close-points li {
    gap: 12px;
  }
}
