﻿/* Section 5 — Why Eye Care Practices Trust Eyevertise (shared) */

.ev-trust {
  background: #fff;
  padding: 56px 0 64px;
  border-top: 1px solid #e8eef4;
}

.ev-trust .ev-wrap {
  max-width: 1260px;
}

.ev-trust-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-trust-eyebrow-inner {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.ev-trust-eyebrow svg {
  flex-shrink: 0;
}

.ev-trust-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-trust-title .ev-accent {
  color: #2f80ff;
}

.ev-trust-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-trust-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  width: 98%;
  max-width: 1260px;
  margin: 0 auto 28px;
}

.ev-trust-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 100%;
  padding: 24px 18px 22px;
  text-align: center;
  background: #fff;
  border: 1px solid #e8eef4;
  border-radius: 16px;
  box-shadow: 0 10px 32px rgba(11, 22, 63, 0.06);
}

.ev-trust-card img {
  display: block;
  width: 72px;
  height: 72px;
  margin-bottom: 16px;
  object-fit: contain;
}

.ev-trust-card h3 {
  margin: 0 0 10px;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: -0.02em;
  color: #0b163f;
}

.ev-trust-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  color: #5c6b7a;
}

/* Testimonial + stats band */
.ev-trust-proof {
  display: flex;
  align-items: stretch;
  gap: 0;
  width: 98%;
  max-width: 1260px;
  margin: 0 auto;
  padding: 28px 28px;
  background: #f4f9fd;
  border: 1px solid #d9e8f5;
  border-radius: 16px;
}

.ev-trust-quote {
  flex: 1 1 38%;
  min-width: 0;
  padding-right: 28px;
}

.ev-trust-quote-mark {
  display: block;
  margin-bottom: 8px;
  font-size: 56px;
  font-weight: 800;
  line-height: 1;
  color: #2f80ff;
  font-family: Georgia, "Times New Roman", serif;
}

.ev-trust-quote blockquote {
  margin: 0 0 14px;
  padding: 0;
  border: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.45;
  color: #0b163f;
}

.ev-trust-stars {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #e8a317;
  font-size: 18px;
  line-height: 1;
}

.ev-trust-stars span {
  color: #e8a317;
}

.ev-trust-stats {
  flex: 1 1 62%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  padding-left: 28px;
  border-left: 1px solid #d3dde7;
}

.ev-trust-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0 14px;
  border-right: 1px solid #d3dde7;
}

.ev-trust-stat:last-child {
  border-right: 0;
}

.ev-trust-stat img {
  display: block;
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
  object-fit: contain;
}

.ev-trust-stat-value {
  margin: 0 0 4px;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.03em;
  color: #2f80ff;
}

.ev-trust-stat-label {
  margin: 0 0 4px;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.3;
  color: #0b163f;
}

.ev-trust-stat-note {
  margin: 0;
  font-size: 12px;
  line-height: 1.35;
  color: #7f93a8;
}

@media (max-width: 1100px) {
  .ev-trust-cards {
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
  }

  .ev-trust-proof {
    flex-direction: column;
    width: 100%;
    padding: 24px 20px;
  }

  .ev-trust-quote {
    padding-right: 0;
    padding-bottom: 24px;
    border-bottom: 1px solid #d3dde7;
  }

  .ev-trust-stats {
    padding-left: 0;
    padding-top: 24px;
    border-left: 0;
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .ev-trust-stat {
    border-right: 0;
    padding: 0;
  }
}

@media (max-width: 700px) {
  .ev-trust {
    padding: 44px 0 48px;
  }

  .ev-trust-cards {
    grid-template-columns: 1fr;
    max-width: 400px;
  }

  .ev-trust-lead {
    margin-bottom: 28px;
    font-size: 16px;
  }

  .ev-trust-quote blockquote {
    font-size: 16px;
  }
}
