.ev-page {
  color: #07111f;
  background: #fff;
}

.ev-hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(110deg, #07111f 0%, #163141 52%, #eef2f5 52%, #fff 100%);
  min-height: 660px;
}

.ev-kicker {
  color: #00a3ad;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
  font-size: 14px;
}

.ev-title {
  color: #fff;
  font-size: clamp(38px, 6vw, 74px);
  line-height: 0.98;
  letter-spacing: 0;
  margin: 10px 0 14px;
  font-weight: 800;
}

.ev-subtitle {
  color: #d9e1e8;
  max-width: 560px;
  font-size: 18px;
  line-height: 1.55;
  margin-bottom: 26px;
}

.ev-price {
  display: inline-flex;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 4px;
  padding: 12px 16px;
  margin-bottom: 22px;
  background: rgba(255, 255, 255, 0.08);
}

.ev-price span {
  display: block;
  color: #aebbc6;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
}

.ev-price strong {
  font-size: 24px;
  line-height: 1;
}

.ev-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.ev-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 4px;
  border: 1px solid #fff;
  font-weight: 800;
  text-decoration: none;
  transition: 0.2s ease;
}

.ev-btn.primary {
  background: #00a3ad;
  border-color: #00a3ad;
  color: #fff;
}

.ev-btn.light {
  background: transparent;
  color: #fff;
}

.ev-btn.dark {
  background: #07111f;
  border-color: #07111f;
  color: #fff;
}

.ev-car {
  width: min(720px, 100%);
  filter: drop-shadow(0 28px 42px rgba(0, 0, 0, 0.28));
}

.ev-form-wrap {
  background: #fff;
  border-radius: 6px;
  padding: 18px;
  box-shadow: 0 20px 50px rgba(5, 20, 31, 0.2);
}

.ev-form-wrap .bannerform {
  position: static !important;
  width: 100% !important;
  max-width: none !important;
  transform: none !important;
  background: transparent;
  padding: 0;
  box-shadow: none;
}

.ev-form-wrap h3 {
  color: #07111f;
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 12px;
  letter-spacing: 0;
}

.ev-form-wrap h3 span {
  color: #00a3ad;
}

.ev-section {
  padding: 64px 0;
}

.ev-section.grey {
  background: #f4f6f8;
}

.ev-heading {
  font-size: clamp(28px, 4vw, 46px);
  font-weight: 800;
  margin-bottom: 14px;
  letter-spacing: 0;
}

.ev-copy {
  color: #5b6470;
  font-size: 17px;
  line-height: 1.65;
  max-width: 760px;
}

.ev-stat {
  border-left: 4px solid #00a3ad;
  padding-left: 18px;
  margin-top: 20px;
}

.ev-stat strong {
  display: block;
  font-size: 28px;
  color: #07111f;
  line-height: 1.1;
}

.ev-stat span {
  color: #5b6470;
}

.quick-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 24px;
}

.quick-list div {
  background: #fff;
  border: 1px solid #dde2e8;
  border-radius: 6px;
  padding: 14px 16px;
  font-weight: 800;
}

.feature-card {
  background: #fff;
  border: 1px solid #dde2e8;
  border-radius: 6px;
  height: 100%;
  overflow: hidden;
}

.feature-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  background: #eef2f5;
}

.feature-card .padded {
  padding: 18px;
}

.feature-card h3 {
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 8px;
  letter-spacing: 0;
}

.feature-card p {
  color: #5b6470;
  line-height: 1.55;
  margin: 0;
}

.cta-band {
  background: #07111f;
  color: #fff;
  padding: 42px 0;
}

.cta-band h2 {
  font-weight: 800;
  margin: 0 0 8px;
  letter-spacing: 0;
}

.cta-band p {
  color: #cbd5df;
  margin: 0;
}

@media (max-width: 991px) {
  .ev-hero {
    background: #07111f;
    min-height: auto;
  }

  .ev-title {
    font-size: 44px;
  }

  .ev-car {
    margin: 18px 0;
  }
}

@media (max-width: 575px) {
  .quick-list {
    grid-template-columns: 1fr;
  }

  .ev-btn {
    width: 100%;
  }
}
