﻿/* Home section â€” Assess, Align, Assure growth process (ev-aaa) */

/* Section 4 â€” Assess â†’ Align â†’ Assure (Jun 5 mockup trace) */

.ev-aaa {
  background: var(--ev-section-2-bg, linear-gradient(180deg, #f8fbff 0%, #f4f8fc 100%));
  padding: 56px 0 64px;
  border-top: 1px solid #e8eef4;
}

.ev-aaa .ev-wrap {
  max-width: 1250px;
}

.ev-aaa-eyebrow {
  display: table;
  margin: 0 auto 20px;
  padding: 8px 18px 8px 14px;
  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-aaa-eyebrow-inner {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.ev-aaa-eyebrow svg {
  flex-shrink: 0;
}

.ev-aaa-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-aaa-title .ev-accent {
  color: #2f80ff;
}

.ev-aaa-subtitle {
  margin: 0 0 12px;
  text-align: center;
  font-size: clamp(1.2rem, 2.4vw, 1.45rem);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #2f80ff;
}

.ev-aaa-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-aaa-flow {
  display: grid;
  grid-template-columns: 1fr minmax(12px, 40px) 1fr minmax(12px, 40px) 1fr;
  align-items: stretch;
  gap: 0;
  width: 98%;
  max-width: 1260px;
  margin: 0 auto 32px;
}

.ev-aaa-card {
  position: relative;
  width: 100%;
  min-width: 0;
  display: flex;
  flex-direction: column;
  padding: 22px 20px 18px;
  text-align: center;
  background: #fff;
  border: 1px solid #e8eef4;
  border-radius: 16px;
  box-shadow: 0 10px 32px rgba(11, 22, 63, 0.07);
}

.ev-aaa-num {
  position: absolute;
  top: 12px;
  left: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  border-radius: 50%;
  line-height: 1;
}

.ev-aaa-card--assess .ev-aaa-num {
  background: #2f80ff;
}

.ev-aaa-card--align .ev-aaa-num {
  background: #7b4fbe;
}

.ev-aaa-card--assure .ev-aaa-num {
  background: #22a06b;
}

.ev-aaa-icon {
  display: block;
  width: 88px;
  height: 88px;
  margin: 4px auto 14px;
  object-fit: contain;
}

.ev-aaa-card h3 {
  margin: 0 0 6px;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.ev-aaa-card--assess h3 {
  color: #2f80ff;
}

.ev-aaa-card--align h3 {
  color: #7b4fbe;
}

.ev-aaa-card--assure h3 {
  color: #22a06b;
}

.ev-aaa-tagline {
  margin: 0 0 10px;
  min-height: calc(2 * 1.35em);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
  color: #0b163f;
}

.ev-aaa-desc {
  margin: 0 0 14px;
  padding-bottom: 14px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  color: #5c6b7a;
  text-align: left;
  border-bottom: 1px solid #e8eef4;
}

.ev-aaa-list {
  list-style: none;
  margin: 0 0 16px;
  padding: 0;
  text-align: left;
  flex: 1 1 auto;
}

.ev-aaa-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  color: #3d4f63;
}

.ev-aaa-list li:last-child {
  margin-bottom: 0;
}

.ev-aaa-list img {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  margin-top: 1px;
  object-fit: contain;
}

.ev-aaa-payoff {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: auto;
  min-height: 92px;
  padding: 14px 12px;
  text-align: left;
  border-radius: 12px;
  box-sizing: border-box;
}

.ev-aaa-card--assess .ev-aaa-payoff {
  background: #eef6fc;
}

.ev-aaa-card--align .ev-aaa-payoff {
  background: #f3ebfc;
}

.ev-aaa-card--assure .ev-aaa-payoff {
  background: #e8f7ef;
}

.ev-aaa-payoff img {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.ev-aaa-payoff p {
  margin: 0;
  font-size: 13px;
  line-height: 1.45;
  color: #4a5a6a;
}

.ev-aaa-payoff strong {
  display: block;
  margin-bottom: 2px;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.3;
}

.ev-aaa-card--assess .ev-aaa-payoff strong {
  color: #2f80ff;
}

.ev-aaa-card--align .ev-aaa-payoff strong {
  color: #7b4fbe;
}

.ev-aaa-card--assure .ev-aaa-payoff strong {
  color: #22a06b;
}

.ev-aaa-arrow {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  padding: 0;
  z-index: 2;
}

.ev-aaa-arrow img {
  position: relative;
  z-index: 1;
  display: block;
  width: 32px;
  height: 32px;
  object-fit: contain;
}

/* Bottom CTA */
.ev-aaa-cta {
  display: flex;
  align-items: center;
  gap: 24px;
  width: 98%;
  max-width: 1260px;
  margin: 0 auto;
  padding: 22px 24px;
  background: #fff;
  border: 1px solid #d9e8f5;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(11, 22, 63, 0.05);
}

.ev-aaa-cta-icon {
  flex-shrink: 0;
  width: 72px;
  height: 72px;
  object-fit: contain;
}

.ev-aaa-cta-copy {
  flex: 1 1 auto;
  min-width: 0;
}

.ev-aaa-cta-copy h3 {
  margin: 0 0 6px;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.25;
  color: #0b163f;
}

.ev-aaa-cta-copy p {
  margin: 0;
  font-size: 15px;
  line-height: 1.5;
  color: #5c6b7a;
}

.ev-aaa-cta-action {
  flex-shrink: 0;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-left: 24px;
  border-left: 1px solid #d3dde7;
  text-align: center;
}

.ev-aaa-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 24px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
  border-radius: 12px;
}

.ev-aaa-cta-btn:hover {
  color: #fff;
}

.ev-aaa-cta-note {
  margin: 8px 0 0;
  font-size: 12px;
  font-weight: 500;
  color: #94a3b8;
}

@media (max-width: 1100px) {
  .ev-aaa-flow {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 400px;
    gap: 16px;
  }

  .ev-aaa-card {
    width: 100%;
  }

  .ev-aaa-arrow {
    display: none;
  }

  .ev-aaa-cta {
    flex-direction: column;
    width: 100%;
    max-width: 400px;
    text-align: center;
    padding: 22px 20px;
  }

  .ev-aaa-cta-action {
    align-self: auto;
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
    border-left: 0;
    border-top: 1px solid #d3dde7;
  }
}

@media (max-width: 600px) {
  .ev-aaa {
    padding: 44px 0 48px;
  }

  .ev-aaa-lead {
    margin-bottom: 28px;
    font-size: 16px;
  }

  .ev-aaa-cta-btn {
    white-space: normal;
  }
}
