/* Section reorder + readability helpers */

/* Larger base text (layout.css sets body to 0.875em ≈ 14px) */
body.corporate {
  font-size: 17px;
  line-height: 1.65;
}

body.corporate p,
body.corporate .boxFeature p,
body.corporate .slice p {
  font-size: 1.05em;
  line-height: 1.65;
}

body.corporate #mainMenu ul li a {
  font-size: 1.08em;
}

body.corporate .btn {
  font-size: 1.05em;
}

body.corporate h2 {
  font-size: 1.75em;
}

body.corporate h3 {
  font-size: 1.35em;
}

.ev-stats-row {
  margin-top: 10px;
}

.ev-stats-row .span4 {
  padding: 12px 0;
}

.ev-stats-row h3 {
  font-size: 2.8em;
  line-height: 1;
  margin: 0 0 6px;
  color: #fff;
  text-shadow: none;
}

.ev-stats-row p {
  margin: 0;
  font-size: 17px;
  color: rgba(255, 255, 255, 0.9);
}

#trustStrip {
  background: #333;
  padding: 28px 0;
  border-bottom: 1px solid #e5e7eb;
}

#trustStrip h3 {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  text-align: center;
  margin: 0 0 20px;
  opacity: 0.85;
}

.ev-logo-strip {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px 12px;
}

.ev-logo-strip .ev-logo-cell,
.ev-logo-strip a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background: rgba(255, 255, 255, 0.95);
  padding: 6px;
  border-radius: 10px;
  width: 52px;
  height: 52px;
  box-sizing: border-box;
  opacity: 0.95;
  transition: opacity 0.2s, transform 0.2s;
}

.ev-logo-strip a {
  text-decoration: none;
}

.ev-logo-strip .ev-logo-cell:hover,
.ev-logo-strip a:hover {
  opacity: 1;
  transform: translateY(-1px);
}

.ev-logo-strip img {
  display: block;
  width: auto;
  height: auto;
  max-width: 40px;
  max-height: 40px;
  object-fit: contain;
  object-position: center;
}

.ev-steps-row {
  margin-bottom: 32px;
}

.ev-steps-row .span3 {
  text-align: center;
}

.ev-step-icon {
  width: 48px;
  height: 48px;
  line-height: 48px;
  border-radius: 50%;
  background: #003e80;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  margin: 0 auto 12px;
}

.ev-steps-row h3 {
  font-size: 16px;
  margin: 0;
}

#features > .container > .row:first-of-type p {
  font-size: 1.05em;
}

/* Framed feature cards — uniform grid */
#features .ev-features-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-bottom: 0;
}

#features .ev-features-grid::before,
#features .ev-features-grid::after {
  display: none;
}

#features .ev-features-grid > .span6 {
  width: auto !important;
  float: none !important;
  margin: 0 !important;
  display: flex;
  min-width: 0;
}

#features .boxFeature {
  border: 1px solid rgba(0, 62, 128, 0.2);
  background: rgba(255, 255, 255, 0.55);
  padding: 14px 14px 10px;
  border-radius: 10px;
  box-sizing: border-box;
  flex: 1;
  width: 100%;
  margin-bottom: 0;
}

#features .boxFeature.ev-priority {
  border-color: rgba(0, 97, 168, 0.35);
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 2px 8px rgba(0, 62, 128, 0.08);
}

#features .boxFeature .one_third {
  width: 28%;
}

#features .boxFeature .two_thirds {
  width: 68%;
}

@media (max-width: 767px) {
  body.corporate {
    font-size: 15px;
  }

  .ev-stats-row h3 {
    font-size: 2em;
  }

  .ev-stats-row p {
    font-size: 15px;
  }

  #features .ev-features-grid {
    display: block;
  }

  #features .ev-features-grid > .span6 {
    display: block;
    width: 100% !important;
    margin-bottom: 16px !important;
  }

  #features .boxFeature .one_third,
  #features .boxFeature .two_thirds {
    width: 100%;
  }

  .ev-logo-strip .ev-logo-cell,
  .ev-logo-strip a {
    width: 48px;
    height: 48px;
    padding: 5px;
    border-radius: 8px;
  }

  .ev-logo-strip img {
    max-width: 36px;
    max-height: 36px;
  }
}
