/* Section 4 — shared What's Included (6 product pages) */

.ev-s4-included {
  background: var(--ev-section-2-bg, linear-gradient(180deg, #f8fbff 0%, #f4f8fc 100%));
  padding: 52px 0 56px;
  border-top: 1px solid #e8eef4;
}

.ev-s4-included > .ev-wrap {
  max-width: var(--ev-section-wrap-max, 1250px);
}

.ev-s4-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-s4-eyebrow:has(svg) {
  padding: 8px 18px 8px 14px;
}

.ev-s4-eyebrow-inner {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.ev-s4-eyebrow svg {
  flex-shrink: 0;
}

.ev-s4-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-s4-title .ev-accent {
  color: #2f80ff;
}

.ev-s4-lead {
  margin: 0 auto 16px;
  max-width: var(--ev-section-lead-max, 760px);
  text-align: center;
  font-size: 17px;
  line-height: 1.6;
  color: #5c6b7a;
}

.ev-s4-plan-line {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0 auto 36px;
  max-width: var(--ev-section-lead-max, 760px);
  text-align: center;
  font-size: 15px;
  line-height: 1.5;
  color: #334155;
}

.ev-s4-plan-line-icon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.ev-s4-plan-line strong {
  font-weight: 800;
  color: #0b163f;
}

.ev-s4-plan-line a,
.ev-s4-bar-sub a {
  color: #2f80ff;
  font-weight: 600;
  text-decoration: none;
}

.ev-s4-plan-line a:hover,
.ev-s4-bar-sub a:hover {
  text-decoration: underline;
}

.ev-s4-plan-line a strong,
.ev-s4-bar-sub a strong {
  color: inherit;
  font-weight: inherit;
}

.ev-s4-split {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  gap: 28px;
  align-items: start;
  max-width: 1180px;
  margin: 0 auto 28px;
}

.ev-s4-included--capstone .ev-s4-split {
  grid-template-columns: minmax(0, 0.5fr) minmax(0, 0.5fr);
}

.ev-s4-visual {
  min-width: 0;
}

.ev-s4-shot {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  box-shadow: 0 10px 28px rgba(11, 35, 64, 0.1);
  background: #fff;
}

.ev-s4-features {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.ev-s4-feature {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 14px 16px;
  background: #fff;
  border: 1px solid #e8eef4;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(11, 35, 64, 0.05);
}

.ev-s4-feature--blue,
.ev-s4-feature--green,
.ev-s4-feature--purple,
.ev-s4-feature--orange,
.ev-s4-feature--teal {
  border-left-width: 4px;
  border-left-style: solid;
}

.ev-s4-feature--blue {
  border-left-color: #2f80ff;
}

.ev-s4-feature--green {
  border-left-color: #22a06b;
}

.ev-s4-feature--purple {
  border-left-color: #8b5cf6;
}

.ev-s4-feature--orange {
  border-left-color: #f59e0b;
}

.ev-s4-feature--teal {
  border-left-color: #14b8a6;
}

.ev-s4-feature--hosting {
  margin-top: 8px;
  position: relative;
}

.ev-s4-feature--hosting::before {
  content: "";
  position: absolute;
  top: -5px;
  left: 0;
  right: 0;
  height: 1px;
  background: #dbe3ec;
}

.ev-s4-feature-icon {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  object-fit: contain;
}

.ev-s4-feature-copy {
  min-width: 0;
}

.ev-s4-feature-copy h3 {
  margin: 0 0 4px;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.35;
  color: #0b163f;
}

.ev-s4-feature-copy h3 a {
  color: inherit;
  text-decoration: none;
}

.ev-s4-feature-copy h3 a:hover {
  color: #2f80ff;
  text-decoration: underline;
}

.ev-s4-feature-copy p {
  margin: 0;
  font-size: 13px;
  line-height: 1.55;
  color: #5c6b7a;
  max-width: 36em;
}

.ev-s4-bar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.4fr);
  align-items: center;
  gap: 28px;
  max-width: 1180px;
  margin: 0 auto;
  padding: 22px 28px;
  background: #fff;
  border: 1px solid #e8eef4;
  border-radius: 16px;
  box-shadow: 0 6px 20px rgba(11, 35, 64, 0.06);
}

.ev-s4-bar-main {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  min-width: 0;
  flex: 1 1 340px;
}

.ev-s4-bar-icon {
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  object-fit: contain;
}

.ev-s4-bar-copy {
  min-width: 0;
}

.ev-s4-bar-lead {
  margin: 0 0 4px;
  font-size: 16px;
  line-height: 1.4;
  color: #0b163f;
}

.ev-s4-bar-lead strong {
  font-weight: 800;
}

.ev-s4-bar-sub {
  margin: 0;
  max-width: 30em;
  min-height: 2.85em;
  font-size: 14px;
  line-height: 1.5;
  color: #5c6b7a;
}

.ev-s4-bar-sub strong {
  font-weight: 800;
  color: #0b163f;
}

.ev-s4-bar-checklist {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px 16px;
  align-items: start;
  min-width: 0;
}

.ev-s4-bar-check {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  min-width: 0;
}

.ev-s4-bar-check img {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  object-fit: contain;
  margin-top: 1px;
}

.ev-s4-bar-check-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  min-width: 0;
  text-align: left;
}

.ev-s4-bar-check-copy strong {
  display: block;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
  color: #0b163f;
  white-space: nowrap;
}

.ev-s4-bar-check-copy span {
  display: block;
  min-height: 2.9em;
  font-size: 12px;
  line-height: 1.45;
  color: #5c6b7a;
}

@media (max-width: 900px) {
  .ev-s4-split,
  .ev-s4-included--capstone .ev-s4-split {
    grid-template-columns: 1fr;
    max-width: 520px;
    gap: 24px;
  }

  .ev-s4-bar {
    grid-template-columns: 1fr;
    text-align: center;
    padding: 20px 22px;
    gap: 20px;
  }

  .ev-s4-bar-main {
    flex: 0 0 auto;
    flex-direction: column;
    align-items: center;
  }

  .ev-s4-bar-checklist {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 320px;
    gap: 16px;
  }

  .ev-s4-bar-check-copy strong {
    white-space: normal;
  }

  .ev-s4-plan-line {
    flex-wrap: wrap;
    padding: 0 12px;
  }
}

@media (max-width: 640px) {
  .ev-s4-included {
    padding: 44px 0 48px;
  }

  .ev-s4-included--capstone .ev-s4-split {
    max-width: none;
    gap: 20px;
  }

  .ev-s4-feature-copy p {
    max-width: none;
  }

  .ev-s4-lead {
    font-size: 16px;
    margin-bottom: 14px;
  }

  .ev-s4-bar {
    padding: 18px 20px;
    gap: 16px;
  }

  .ev-s4-bar-checklist {
    max-width: 300px;
    gap: 14px;
  }
}
