/* About Us — hero must match website-quality footprint (1250px grid + 90% visual slot) */

.ev-au-hero-v2 .ev-wrap {
  width: 100%;
  max-width: var(--ev-hero-max);
}

.ev-au-hero-v2 .ev-hero-v2-grid {
  width: 100%;
}

.ev-au-hero-v2 .ev-hero-v2-visual {
  width: 100%;
  min-width: 0;
  line-height: normal;
}

/* Same combined sizing as .ev-wq-hero-v2 picture + img */
.ev-au-hero-v2 .ev-hero-v2-visual .ev-au-hero-form-card {
  display: block;
  box-sizing: border-box;
  padding: 16px 18px 18px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.35);
}

@media (min-width: 601px) {
  .ev-au-hero-v2 .ev-hero-v2-visual .ev-au-hero-form-card {
    width: 90%;
    max-width: 90%;
    margin-left: auto;
    margin-right: 0;
  }
}

.ev-au-hero-v2 .ev-au-hero-eyebrow {
  margin: 0 0 14px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #60a5fa;
}

.ev-au-hero-v2 .ev-hero-v2-mid h2 .ev-accent {
  color: #3b82f6;
}

.ev-au-hero-v2 .ev-au-hero-body {
  margin: 0 0 14px;
  max-width: 480px;
  font-size: 16px;
  line-height: 1.65;
  color: #e2e8f0;
  font-weight: 400;
}

.ev-au-hero-v2 .ev-au-hero-body + .ev-au-hero-body {
  margin-bottom: 20px;
}

.ev-au-hero-v2 .ev-au-hero-body strong {
  color: #f1f5f9;
  font-weight: 600;
}

.ev-au-hero-v2 .ev-au-hero-body a {
  color: #93c5fd;
  font-weight: 600;
  text-decoration: none;
}

.ev-au-hero-v2 .ev-au-hero-body a:hover {
  color: #bfdbfe;
  text-decoration: underline;
}

.ev-au-hero-v2 .ev-au-hero-body a strong {
  color: inherit;
  font-weight: inherit;
}

.ev-au-hero-v2 .ev-au-hero-form-title {
  margin: 0 0 14px;
  font-family: "Inter Tight", var(--font, "Inter", system-ui, sans-serif);
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.25;
  color: var(--navy, #0b2340);
}

.ev-au-hero-v2 .ev-hero-v2-trust-lead {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px 18px;
  font-size: 15px;
  line-height: 1.35;
}

.ev-au-hero-v2 .ev-au-hero-trust-cols {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.ev-au-hero-v2 .ev-trust-col-label {
  font-size: 14px;
  line-height: 1.35;
}

.ev-trust-col-label--mobile {
  display: none;
}

.ev-au-hero-v2 .ev-au-hero-body--mobile {
  display: none;
}

@media (max-width: 600px) {

  .ev-first-screen:has(.ev-au-hero-v2) {
    min-height: 0;
  }

  .ev-au-hero-v2 .ev-hero-v2-top {
    padding: 12px 0 0;
  }

  .ev-au-hero-v2 .ev-hero-v2-grid {
    display: flex;
    flex-direction: column;
    gap: 14px;
    align-items: stretch;
    text-align: center;
  }

  .ev-au-hero-v2 .ev-hero-v2-copy {
    display: flex;
    flex-direction: column;
    align-items: center;
    order: 1;
    width: 100%;
    text-align: center;
  }

  .ev-au-hero-v2 .ev-au-hero-eyebrow {
    margin-bottom: 8px;
  }

  .ev-au-hero-v2 .ev-hero-v2-title {
    width: 100%;
    text-align: center;
    font-size: clamp(1.75rem, 8.2vw, 2.2rem);
    line-height: 1.12;
    margin-bottom: 10px;
    order: unset;
  }

  .ev-au-hero-v2 .ev-au-hero-body--desktop {
    display: none;
  }

  .ev-au-hero-v2 .ev-au-hero-body--mobile {
    display: block;
    max-width: none;
    margin: 0 0 12px;
    font-size: 16px;
    line-height: 1.55;
    text-align: center;
    color: #e2e8f0;
    order: unset;
  }

  .ev-au-hero-v2 .ev-hero-v2-ctas {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    margin-bottom: 12px;
    gap: 10px;
    order: unset;
  }

  .ev-au-hero-v2 .ev-hero-v2-cta,
  .ev-au-hero-v2 .ev-hero-v2-call {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    font-size: 17px;
    font-weight: 600;
    padding: 14px 22px;
  }

  .ev-au-hero-v2 .ev-hero-v2-cta {
    border: 1.5px solid transparent;
  }

  .ev-au-hero-v2 .ev-hero-v2-call {
    border: 1.5px solid #c5d4e3;
  }

  .ev-au-hero-v2 .ev-hero-v2-visual {
    order: 2;
    width: 100%;
    margin: 0;
  }

  .ev-au-hero-v2 .ev-hero-v2-visual .ev-au-hero-form-card {
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 14px 16px 16px;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.28);
  }

  .ev-au-hero-v2 .ev-hero-v2-mid {
    display: none;
  }

  .ev-au-hero-v2 .ev-hero-v2-fold {
    margin-top: 20px;
    margin-bottom: -20px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .ev-au-trust,
  .ev-au-trust.ev-trust {
    position: relative;
    z-index: 1;
    padding: 28px 0 64px;
  }

  .ev-first-screen .ev-au-hero-v2 .ev-hero-v2-trust-lead {
    font-size: 12px;
    padding: 8px 10px 4px;
  }

  .ev-first-screen .ev-au-hero-v2 .ev-trust-col-label--desktop {
    display: none;
  }

  .ev-first-screen .ev-au-hero-v2 .ev-trust-col-label--mobile {
    display: block;
  }

  .ev-first-screen .ev-au-hero-v2 .ev-trust-col-cap {
    display: none;
  }
}

@media (orientation: landscape) and (max-height: 520px) and (max-width: 932px) {

  .ev-first-screen:has(.ev-au-hero-v2) {
    min-height: calc(100dvh - var(--ev-header-h));
    min-height: calc(100vh - var(--ev-header-h));
  }

  .ev-au-hero-v2 .ev-wrap {
    padding-left: 24px;
    padding-right: 24px;
  }

  .ev-au-hero-v2 .ev-hero-v2-top {
    padding: 10px 0 6px;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .ev-au-hero-v2 .ev-hero-v2-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    gap: 12px 28px;
    align-items: center;
    text-align: left;
  }

  .ev-au-hero-v2 .ev-hero-v2-copy {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    grid-column: 1;
    grid-row: 1;
    min-width: 0;
    padding-right: 8px;
  }

  .ev-au-hero-v2 .ev-au-hero-body--desktop {
    display: none;
  }

  .ev-au-hero-v2 .ev-au-hero-body--mobile {
    display: block;
  }

  .ev-au-hero-v2 .ev-au-hero-eyebrow,
  .ev-au-hero-v2 .ev-hero-v2-title,
  .ev-au-hero-v2 .ev-au-hero-body--mobile,
  .ev-au-hero-v2 .ev-hero-v2-ctas {
    order: unset;
    width: 100%;
    text-align: left;
  }

  .ev-au-hero-v2 .ev-au-hero-eyebrow {
    font-size: 10px;
    letter-spacing: 0.12em;
    margin-bottom: 6px;
  }

  .ev-au-hero-v2 .ev-hero-v2-title {
    font-size: clamp(1.08rem, 2.8vw, 1.36rem);
    line-height: 1.18;
    margin-bottom: 8px;
  }

  .ev-au-hero-v2 .ev-au-hero-body--mobile {
    font-size: 12px;
    line-height: 1.45;
    margin-bottom: 10px;
    max-width: none;
    color: #e2e8f0;
  }

  .ev-au-hero-v2 .ev-hero-v2-ctas {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
    gap: 10px;
    margin-bottom: 0;
    margin-top: 2px;
    justify-content: flex-start;
  }

  .ev-au-hero-v2 .ev-hero-v2-cta,
  .ev-au-hero-v2 .ev-hero-v2-call {
    display: inline-flex;
    flex: 1 1 0;
    min-width: 0;
    min-height: 40px;
    width: auto;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 8px 10px !important;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.2;
    white-space: normal;
    text-align: center;
    gap: 6px;
  }

  .ev-au-hero-v2 .ev-hero-v2-cta {
    border: 1.5px solid transparent;
  }

  .ev-au-hero-v2 .ev-hero-v2-call {
    border: 1.5px solid #c5d4e3;
  }

  .ev-au-hero-v2 .ev-hero-v2-call img {
    width: 16px;
    height: 16px;
  }

  .ev-au-hero-v2 .ev-hero-v2-visual {
    grid-column: 2;
    grid-row: 1;
    order: unset;
    min-width: 0;
    padding-left: 4px;
  }

  .ev-au-hero-v2 .ev-hero-v2-visual .ev-au-hero-form-card {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 10px 12px 12px;
    max-height: min(48vh, 190px);
    overflow-y: auto;
    box-shadow: none;
  }

  .ev-au-hero-v2 .ev-hero-v2-mid {
    display: none;
  }

  .ev-au-hero-v2 .ev-hero-v2-fold {
    margin-top: 10px;
    margin-bottom: 0;
    padding-left: 24px;
    padding-right: 24px;
  }

  .ev-au-hero-v2 .ev-hero-v2-trust-cols {
    padding: 7px 10px;
  }
}

/* Mobile + landscape fold: short label under each icon */
@media (max-width: 932px) {
  .ev-first-screen .ev-au-hero-v2 .ev-au-hero-trust-cols {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 2px;
    padding: 2px 8px 10px;
  }

  .ev-first-screen .ev-au-hero-v2 .ev-trust-col--labeled {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    gap: 4px;
    padding: 4px 2px 6px;
  }

  .ev-first-screen .ev-au-hero-v2 .ev-trust-col-label {
    display: block;
    max-width: none;
    font-size: 10px;
    font-weight: 700;
    line-height: 1.15;
    color: #0f172a;
    letter-spacing: -0.02em;
  }

  .ev-first-screen .ev-au-hero-v2 .ev-trust-col-label--desktop {
    display: none;
  }

  .ev-first-screen .ev-au-hero-v2 .ev-trust-col-label--mobile {
    display: block;
  }

  .ev-first-screen .ev-au-hero-v2 .ev-trust-col-cap {
    display: none;
  }
}

@media (max-width: 380px) {
  .ev-first-screen .ev-au-hero-v2 .ev-trust-col-label {
    font-size: 9px;
  }
}

.ev-au-trust {
  padding-top: 56px;
}

/* Trust section — match hero handoff gradient (section 2) */
.ev-au-trust.ev-trust {
  background: var(--ev-section-2-solid, #f8fbff);
  padding: 56px 0 64px;
  border-top: none;
}

.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 0 12px;
  text-align: center;
  font-family: "Inter", system-ui, sans-serif;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.04em;
  color: #0b163f;
}

.ev-trust-title .ev-accent {
  color: #2f80ff;
}

.ev-trust-lead {
  margin: 0 auto 40px;
  max-width: 820px;
  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;
}

.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;
  }
}

/* Contact form */

.ev-contact-form {
  width: 100%;
}

.ev-contact-form-heading-wrap {
  margin-bottom: 16px;
}

.ev-contact-form-heading {
  margin: 0;
  font-family: "Inter Tight", var(--font, "Inter", system-ui, sans-serif);
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.25;
  color: var(--navy, #0b2340);
}

.ev-contact-form .ev-contact-form-error,
.ev-contact-form-error {
  display: block;
  margin: 0 0 14px;
  padding: 10px 12px;
  font-size: 14px;
  line-height: 1.45;
  color: #9b1c1c;
  background: #fef2f2;
  border: 1px solid #fecaca;
  border-radius: 8px;
}

.ev-contact-form-honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.ev-contact-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 16px;
}

.ev-contact-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.ev-contact-field--full {
  grid-column: 1 / -1;
}

.ev-contact-field label {
  font-size: 13px;
  font-weight: 600;
  color: var(--navy-mid, #1a3a5c);
  line-height: 1.3;
}

.ev-contact-req {
  color: #dc2626;
}

.ev-contact-input {
  width: 100%;
  box-sizing: border-box;
  padding: 10px 12px;
  font-family: var(--font, "Inter", system-ui, sans-serif);
  font-size: 15px;
  line-height: 1.4;
  color: var(--text, #334155);
  background: #fff;
  border: 1px solid #cfd8e3;
  border-radius: 8px;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.ev-contact-input:focus {
  outline: none;
  border-color: #1a5fa8;
  box-shadow: 0 0 0 3px rgba(26, 95, 168, 0.15);
}

.ev-contact-textarea {
  min-height: 96px;
  resize: vertical;
}

.ev-contact-form-actions {
  margin-top: 18px;
}

.ev-contact-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 12px 20px;
  font-family: var(--font, "Inter", system-ui, sans-serif);
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  border: none;
  border-radius: 999px;
  cursor: pointer;
}

.ev-contact-form .form-security-trap-wrap {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  border: 0 !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.ev-contact-form .form-security-trap {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
  border: 0 !important;
}

.ev-contact-form .field-error,
.ev-contact-form .quote-captcha-error {
  display: block;
  margin: 0 0 12px;
  font-size: 13px;
  line-height: 1.45;
  color: #9b1c1c;
}

.ev-contact-form .quote-turnstile-wrap {
  margin: 4px 0 12px;
  max-width: 100%;
  min-width: 0;
  overflow: hidden;
}

.ev-contact-form-success {
  padding: 8px 0 4px;
  text-align: left;
}

.ev-contact-form-success-lead {
  margin: 0 0 10px;
  font-family: "Inter Tight", var(--font, "Inter", system-ui, sans-serif);
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.25;
  color: var(--navy, #0b2340);
}

.ev-contact-form-success-body {
  margin: 0 0 12px;
  font-size: 15px;
  line-height: 1.55;
  color: var(--text, #334155);
}

.ev-contact-form-success-note {
  margin: 0 0 0;
  font-size: 14px;
  line-height: 1.5;
  color: var(--navy-mid, #1a3a5c);
}

.ev-contact-form-success-ctas {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 16px;
}

.ev-contact-form-success-ctas .ev-hero-v2-cta,
.ev-contact-form-success-ctas .ev-hero-v2-call {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 0;
  font-size: 15px;
  padding: 12px 16px;
  text-decoration: none;
  white-space: nowrap;
}

.ev-contact-form-success-ctas .ev-hero-v2-call img {
  display: block;
  width: 20px;
  height: 20px;
  max-width: none;
  flex-shrink: 0;
  margin: 0;
}

.ev-contact-form-success-note a {
  color: #1a5fa8;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.ev-contact-form-success-note a:hover,
.ev-contact-form-success-note a:focus-visible {
  color: var(--navy, #0b2340);
}

@media (max-width: 640px) {
  .ev-contact-form-grid {
    grid-template-columns: 1fr;
  }
}

