/* Hero v2 — mockup trace + sticky header + fold bar at viewport bottom */



:root {

  --ev-header-h: 102px;

  --ev-scroll-anchor-gap: 4px;

  --ev-trust-overlap: 56px;

  --ev-header-max: 1300px;

  --ev-hero-max: 1250px;

  --ev-section-2-bg: linear-gradient(180deg, #f8fbff 0%, #f4f8fc 100%);

  --ev-hero-fold-bg: #f7fafe;

  --ev-section-2-solid: #f8fbff;

}



/* Fill viewport below real header height (no fixed px guess) */
body:has(.ev-hero-v2) {

  min-height: 100dvh;

  min-height: 100vh;

  display: flex;

  flex-direction: column;

}

body:has(.ev-hero-v2) #content {

  flex: 1 0 auto;

  display: block;

}

/* ASP.NET Web Forms: keep viewport/fold layout inside #form1 */
body:has(.ev-hero-v2) #form1 {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100%;
}

/* Exactly one viewport below header — trust bar sits on the fold at the bottom edge */
.ev-first-screen {

  position: relative;

  z-index: 3;

  min-height: calc(100dvh - var(--ev-header-h));

  min-height: calc(100vh - var(--ev-header-h));

  display: flex;

  flex-direction: column;

  overflow: visible;

}

/* Hero width: site.css .ev-wrap uses --max: 1440px */
.ev-hero-v2 .ev-wrap {

  max-width: var(--ev-hero-max);

}

.ev-head--hero-v2 .ev-head-inner {

  max-width: var(--ev-header-max);

}



.ev-head--hero-v2 {

  position: sticky;

  top: 0;

  z-index: 200;

  background: #fff;

  border-bottom: 1px solid #e8eef4;

  box-shadow: 0 1px 0 rgba(15, 23, 42, 0.04);

}



.ev-head--hero-v2 .ev-head-inner {

  min-height: 0;

  padding: 10px 32px;

  display: grid;

  grid-template-columns: auto minmax(0, 1fr) auto;

  align-items: center;

  gap: 16px 20px;

}



.ev-head--hero-v2 .ev-logo {

  flex-shrink: 0;

}



.ev-head--hero-v2 .ev-nav {

  flex: none;

  justify-self: center;

  width: 100%;

  max-width: 100%;

  gap: 2px;

}



.ev-head--hero-v2 .ev-nav a {

  position: relative;

  display: inline-block;

  color: #334155;

  font-weight: 500;

  font-size: 14px;

  padding: 8px 11px 12px;

  text-decoration: none;

  transition: color 0.15s ease;

}



.ev-head--hero-v2 .ev-nav a::after {

  content: "";

  position: absolute;

  left: 11px;

  right: 11px;

  bottom: 4px;

  height: 3px;

  border-radius: 2px;

  background: #1a5fa8;

  transform: scaleX(0);

  transform-origin: center;

  transition: transform 0.2s ease;

}



.ev-head--hero-v2 .ev-nav a:hover,

.ev-head--hero-v2 .ev-nav a:focus-visible,

.ev-head--hero-v2 .ev-nav a.is-active {

  color: #1a5fa8;

}



.ev-head--hero-v2 .ev-nav a:hover::after,

.ev-head--hero-v2 .ev-nav a:focus-visible::after,

.ev-head--hero-v2 .ev-nav a.is-active::after {

  transform: scaleX(1);

}



.ev-head--hero-v2 .ev-logo img {

  height: 75px;

  width: auto;

}



.ev-head--hero-v2 .ev-head-right {

  display: flex;

  align-items: center;

  flex-shrink: 0;

}



.ev-head--hero-v2 .ev-head-actions-col {

  display: flex;

  flex-direction: column;

  align-items: stretch;

  gap: 4px;

}



.ev-head--hero-v2 .ev-head-actions-row {

  display: flex;

  align-items: center;

  gap: 12px;

}



.ev-head--hero-v2 .ev-head-login {

  position: relative;

  flex-shrink: 0;

}



.ev-head--hero-v2 .ev-head-actions-row--meta {

  width: 100%;

  justify-content: center;

  gap: 4px;

}



.ev-head--hero-v2 .ev-head-login-btn {

  position: relative;

  display: inline-flex;

  align-items: center;

  gap: 4px;

  margin: 0;

  padding: 8px 6px 12px;

  border: 0;

  background: transparent;

  color: #334155;

  font-family: inherit;

  font-size: 14px;

  font-weight: 700;

  line-height: 1;

  cursor: pointer;

  white-space: nowrap;

  text-decoration: none;

  transition: color 0.15s ease;

}



.ev-head--hero-v2 .ev-head-login-btn::after {

  content: "";

  position: absolute;

  left: 6px;

  right: 6px;

  bottom: 4px;

  height: 3px;

  border-radius: 2px;

  background: #1a5fa8;

  transform: scaleX(0);

  transform-origin: center;

  transition: transform 0.2s ease;

}



.ev-head--hero-v2 .ev-head-login-chev {

  font-size: 10px;

  opacity: 0.55;

  line-height: 1;

}



.ev-head--hero-v2 .ev-head-login:hover .ev-head-login-btn,

.ev-head--hero-v2 .ev-head-login:focus-within .ev-head-login-btn,

.ev-head--hero-v2 .ev-head-login-btn:hover,

.ev-head--hero-v2 .ev-head-login-btn:focus-visible {

  color: #1a5fa8;

}



.ev-head--hero-v2 .ev-head-login:hover .ev-head-login-btn::after,

.ev-head--hero-v2 .ev-head-login:focus-within .ev-head-login-btn::after,

.ev-head--hero-v2 .ev-head-login-btn:hover::after,

.ev-head--hero-v2 .ev-head-login-btn:focus-visible::after {

  transform: scaleX(1);

}



.ev-head--hero-v2 .ev-head-login-menu {

  position: absolute;

  top: calc(100% + 2px);

  right: 0;

  min-width: 180px;

  padding: 6px 0;

  background: #fff;

  border: 1px solid #e2e8f0;

  border-radius: 12px;

  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.12);

  z-index: 300;

  opacity: 0;

  visibility: hidden;

  pointer-events: none;

  transition: opacity 0.15s ease, visibility 0.15s ease;

}



.ev-head--hero-v2 .ev-head-login-menu::before {

  content: "";

  position: absolute;

  top: -10px;

  left: 0;

  right: 0;

  height: 10px;

}



.ev-head--hero-v2 .ev-head-login:hover .ev-head-login-menu,

.ev-head--hero-v2 .ev-head-login:focus-within .ev-head-login-menu {

  opacity: 1;

  visibility: visible;

  pointer-events: auto;

}



.ev-head--hero-v2 .ev-head-login-menu a {

  display: block;

  padding: 10px 16px;

  color: #334155;

  font-size: 14px;

  font-weight: 500;

  text-decoration: none;

}



.ev-head--hero-v2 .ev-head-login-menu a:hover,

.ev-head--hero-v2 .ev-head-login-menu a:focus-visible {

  background: #f8fafc;

  color: #1a5fa8;

}



.ev-head--hero-v2 .ev-btn-head {

  font-size: 13px;

  font-weight: 600;

  padding: 10px 36px;

  width: 100%;

  min-width: 240px;

  box-sizing: border-box;

  white-space: nowrap;

}





.ev-head--hero-v2 .ev-head-phone {

  position: relative;

  display: inline-block;

  color: #334155;

  font-weight: 700;

  font-size: 14px;

  padding: 8px 6px 12px;

  text-decoration: none;

  white-space: nowrap;

  line-height: 1;

  transition: color 0.15s ease;

}



.ev-head--hero-v2 .ev-head-phone::after {

  content: "";

  position: absolute;

  left: 6px;

  right: 6px;

  bottom: 4px;

  height: 3px;

  border-radius: 2px;

  background: #1a5fa8;

  transform: scaleX(0);

  transform-origin: center;

  transition: transform 0.2s ease;

}



.ev-head--hero-v2 .ev-head-phone:hover,

.ev-head--hero-v2 .ev-head-phone:focus-visible {

  color: #1a5fa8;

}



.ev-head--hero-v2 .ev-head-phone:hover::after,

.ev-head--hero-v2 .ev-head-phone:focus-visible::after {

  transform: scaleX(1);

}



/* Mobile menu chrome — hidden on desktop */
.ev-head--hero-v2 .ev-head-mobile-promo,
.ev-head--hero-v2 .ev-head-mobile-tools,
.ev-head--hero-v2 .ev-head-mobile-panel,
.ev-head--hero-v2 .ev-head-mobile-backdrop {
  display: none;
}

body.ev-mobile-nav-open {
  overflow: hidden;
}

@media (max-width: 900px) {

  :root {
    --ev-header-h: 56px;
  }

  .ev-head--hero-v2 .ev-head-inner {
    padding: 6px 12px;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 8px;
    align-items: center;
  }

  .ev-head--hero-v2 .ev-nav--desktop,
  .ev-head--hero-v2 .ev-head-right--desktop {
    display: none !important;
  }

  .ev-head--hero-v2 .ev-head-mobile-promo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    grid-column: 2;
    justify-self: center;
    min-width: 0;
    max-width: 100%;
    padding: 9px 14px;
    border-radius: 999px;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
  }

  .ev-head--hero-v2 .ev-head-mobile-tools {
    display: flex;
    align-items: center;
    gap: 0;
    flex-shrink: 0;
    grid-column: 3;
    justify-self: end;
    border: 1px solid #d8e2ec;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
  }

  .ev-head--hero-v2 .ev-logo img {
    height: 38px;
  }

  .ev-head--hero-v2 .ev-logo {
    grid-column: 1;
  }

  .ev-head--hero-v2 .ev-head-mobile-call {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 40px;
    border-radius: 0;
    border-right: 1px solid #e8eef4;
    text-decoration: none;
  }

  .ev-head--hero-v2 .ev-head-mobile-call img {
    width: 18px;
    height: 18px;
  }

  .ev-head--hero-v2 .ev-head-mobile-call:focus-visible {
    outline: 2px solid #1a5fa8;
    outline-offset: -2px;
  }

  .ev-head--hero-v2 .ev-head-menu-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    width: 42px;
    height: 40px;
    border: 0;
    border-radius: 0;
    background: #fff;
    color: #334155;
    cursor: pointer;
  }

  .ev-head--hero-v2 .ev-head-menu-btn:focus-visible {
    outline: 2px solid #1a5fa8;
    outline-offset: 2px;
  }

  .ev-head--hero-v2 .ev-head-menu-icon {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 18px;
    height: 14px;
  }

  .ev-head--hero-v2 .ev-head-menu-icon span {
    display: block;
    height: 2px;
    width: 100%;
    background: #1e293b;
    border-radius: 1px;
    transition: transform 0.2s ease, opacity 0.2s ease;
  }

  .ev-head--hero-v2.is-menu-open .ev-head-menu-icon span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .ev-head--hero-v2.is-menu-open .ev-head-menu-icon span:nth-child(2) {
    opacity: 0;
  }

  .ev-head--hero-v2.is-menu-open .ev-head-menu-icon span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .ev-head--hero-v2 .ev-head-mobile-panel {
    position: fixed;
    top: var(--ev-header-h);
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 199;
    display: none;
    flex-direction: column;
    gap: 20px;
    padding: 12px 20px 32px;
    background: #fff;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    box-shadow: inset 0 1px 0 #e8eef4;
  }

  .ev-head--hero-v2.is-menu-open .ev-head-mobile-panel {
    display: flex;
  }

  .ev-head--hero-v2 .ev-head-mobile-backdrop {
    position: fixed;
    inset: 0;
    z-index: 198;
    display: none;
    border: 0;
    padding: 0;
    margin: 0;
    background: rgba(15, 23, 42, 0.35);
    cursor: pointer;
  }

  .ev-head--hero-v2.is-menu-open .ev-head-mobile-backdrop {
    display: block;
  }

  .ev-head--hero-v2 .ev-nav--mobile {
    display: flex;
    flex-direction: column;
    gap: 0;
    width: 100%;
  }

  .ev-head--hero-v2 .ev-nav--mobile a {
    display: block;
    padding: 14px 0;
    font-size: 16px;
    font-weight: 600;
    border-bottom: 1px solid #e8eef4;
  }

  .ev-head--hero-v2 .ev-nav--mobile a::after {
    display: none;
  }

  .ev-head--hero-v2 .ev-head-mobile-actions {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 4px;
  }

  .ev-head--hero-v2 .ev-head-mobile-cta {
    min-width: 0;
    width: 100%;
    text-align: center;
    padding: 14px 20px;
    font-size: 15px;
  }

  .ev-head--hero-v2 .ev-head-mobile-link {
    display: block;
    padding: 12px 0;
    color: #334155;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    text-align: center;
    border-bottom: 1px solid #e8eef4;
  }

  .ev-head--hero-v2 .ev-head-mobile-link:hover,
  .ev-head--hero-v2 .ev-head-mobile-link:focus-visible {
    color: #1a5fa8;
  }

  .ev-head--hero-v2 .ev-head-mobile-phone {
    font-weight: 700;
    border-bottom: 0;
    padding-top: 16px;
  }

  :root {
    --ev-trust-overlap: 28px;
  }

  .ev-first-screen {
    min-height: 0;
  }

  .ev-hero-v2-fold {
    margin-top: 28px;
  }

  .ev-hero-v2-below {
    flex: 0 0 auto;
    min-height: var(--ev-trust-overlap);
    background: transparent;
  }

}

@media (max-width: 380px) {

  .ev-head--hero-v2 .ev-head-inner {
    padding: 6px 10px;
    gap: 6px;
  }

  .ev-head--hero-v2 .ev-logo img {
    height: 34px;
  }

  .ev-head--hero-v2 .ev-head-mobile-promo {
    padding: 8px 10px;
    font-size: 12px;
  }

  .ev-head--hero-v2 .ev-head-mobile-call,
  .ev-head--hero-v2 .ev-head-menu-btn {
    width: 38px;
    height: 38px;
  }

}



/* One viewport: hero content + mid copy + trust bar on the fold */

.ev-hero-v2 {

  background-color: #000b2e;

  background-image: url("/images/hero-bg-gradient.webp");

  background-repeat: no-repeat;

  background-position: center right;

  background-size: 85% 100%;

  background-attachment: fixed;

  color: #fff;

  flex: 1 1 auto;

  min-height: 0;

  display: flex;

  flex-direction: column;

  position: relative;

  z-index: 1;

  overflow: visible;

}



/* Let sections after the hero slide over the fixed gradient */
main#content > *:not(:first-child) {

  position: relative;

  z-index: 2;

}



/* Footer must stack above main sections (z-index 2) on hero pages */
body:has(.ev-hero-v2) .ev-foot {

  position: relative;

  z-index: 5;

}



/* Mobile: fixed bg must sit outside the form (iOS Safari scrolls fixed nodes inside form) */
.ev-hero-bg-fixed {

  display: none;

}

@media (max-width: 932px) {

  body:has(.ev-hero-v2) .ev-hero-bg-fixed {

    display: block;

    position: fixed;

    top: 0;

    left: 0;

    right: 0;

    bottom: 0;

    width: 100%;

    height: 100dvh;

    background-color: #000b2e;

    background-image: url("/images/hero-bg-gradient.webp");

    background-repeat: no-repeat;

    background-position: center right;

    background-size: 85% 100%;

    z-index: 0;

    pointer-events: none;

  }

  body:has(.ev-hero-v2) #form1 {

    position: relative;

    z-index: 1;

  }

  main#content > :first-child {

    position: relative;

    z-index: 1;

  }

  .ev-hero-v2 {

    background-image: none;

    background-color: transparent;

    background-attachment: scroll;

  }

  .ev-hero-v2-below {

    background: transparent;

  }

}



/* Soft fade above trust bar so the fold transition isn’t a hard cut */

.ev-hero-v2::before {

  content: "";

  position: absolute;

  left: 0;

  right: 0;

  bottom: 0;

  height: 140px;

  pointer-events: none;

  background: linear-gradient(

    to bottom,

    transparent 0%,

    rgba(0, 11, 46, 0.35) 55%,

    rgba(255, 255, 255, 0.12) 100%

  );

  z-index: 1;

}



.ev-hero-v2-top {

  flex: 0 0 auto;

  position: relative;

  z-index: 2;

  padding: 44px 0 0;

}



.ev-hero-v2-grid {

  display: grid;

  grid-template-columns: minmax(0, 45%) minmax(0, 55%);

  gap: 8px 10px;

  align-items: start;

  width: 100%;

}



.ev-hero-v2-copy {

  padding-top: 10px;

}



.ev-hero-v2-title {

  margin: 0 0 14px;

  font-family: "Inter Tight", "Inter", system-ui, sans-serif;

  font-size: clamp(1.55rem, 3.1vw, 3.15rem);

  font-weight: 700;

  line-height: 1.1;

  color: #fff;

  letter-spacing: -0.03em;

  text-wrap: balance;

}



.ev-h1-line {

  display: block;

}

.ev-h1-line--desktop-only {
  display: block;
}

.ev-h1-line--mobile-only {
  display: none;
}

.ev-hero-v2-sub--mobile {
  display: none;
}

.ev-hero-v2-trust-lead-text--mobile {
  display: none;
}



.ev-hero-v2-title .ev-accent {

  color: #3b82f6;

}



.ev-hero-v2-sub {

  margin: 0 0 12px;

  max-width: 440px;

  font-size: 16px;

  line-height: 1.65;

  color: #e2e8f0;

  font-weight: 400;

}

.ev-hero-v2-value {

  margin: 0 0 18px;

  max-width: 440px;

  font-size: 16px;

  line-height: 1.65;

  color: #e2e8f0;

  font-weight: 400;

}

.ev-hero-v2 [class*="-hero-inclusion"] a {

  color: #93c5fd;

  font-weight: 600;

  text-decoration: none;

}

.ev-hero-v2 [class*="-hero-inclusion"] a:hover {

  color: #bfdbfe;

  text-decoration: underline;

}



.ev-hero-v2-ctas {

  display: flex;

  flex-wrap: wrap;

  align-items: center;

  gap: 12px;

  margin-bottom: 18px;

}



.ev-hero-v2-cta {

  display: inline-flex;

  align-items: center;

  gap: 8px;

  margin-bottom: 0;

  padding: 12px 22px;

  font-size: 16px;

  font-weight: 600;

  color: #fff;

  border: none;

  border-radius: 12px;

  text-decoration: none;

}



.ev-hero-v2-cta:hover {

  color: #fff;

}



.ev-hero-v2-call {

  padding: 12px 22px;

  font-size: 16px;

  font-weight: 700;

  color: #0b2340;

  background: #fff;

  border: 1.5px solid #c5d4e3;

  border-radius: 12px;

  box-shadow: 0 2px 8px rgba(11, 35, 64, 0.08);

}



.ev-hero-v2-call:hover {

  color: #0b2340;

  border-color: #9eb4c8;

  box-shadow: 0 3px 12px rgba(11, 35, 64, 0.12);

}



.ev-hero-v2-call img {

  width: 20px;

  height: 20px;

  flex-shrink: 0;

}



.ev-hero-v2-checks {

  list-style: none;

  margin: 0;

  padding: 0;

  display: flex;

  flex-direction: column;

  gap: 10px;

}



.ev-hero-v2-checks li {

  display: flex;

  align-items: center;

  gap: 10px;

  font-size: 15px;

  line-height: 1.4;

  color: #e2e8f0;

  font-weight: 400;

}



.ev-hero-v2-checks img {

  width: 18px;

  height: 18px;

  flex-shrink: 0;

}



.ev-hero-v2-visual {

  margin: 0;

  line-height: 0;

  align-self: start;

}



.ev-hero-v2-visual picture,
.ev-hero-v2-visual picture img {

  display: block;

  width: 100%;

  max-width: 100%;

  height: auto;

  margin-left: 0;

}



/* Tight gap under comparison image — mockup “Same Patient” sits close */

.ev-hero-v2-mid {

  flex: 0 0 auto;

  position: relative;

  z-index: 2;

  padding: 18px 24px 14px;

  margin-top: 4px;

  text-align: center;

}



.ev-hero-v2-mid h2 {

  margin: 0 0 10px;

  font-family: "Inter Tight", "Inter", system-ui, sans-serif;

  font-size: clamp(1.5rem, 2.4vw, 2rem);

  font-weight: 700;

  line-height: 1.2;

  color: #fff;

  letter-spacing: -0.02em;

}



.ev-hero-v2-mid-lead {

  margin: 0 auto 8px;

  max-width: 920px;

  font-size: clamp(0.95rem, 1.35vw, 1.0625rem);

  line-height: 1.55;

  color: #fff;

  font-weight: 400;

}



.ev-hero-v2-mid-desc {

  margin: 0 auto;

  max-width: 760px;

  font-size: clamp(0.95rem, 1.35vw, 1.0625rem);

  line-height: 1.55;

  color: #7ec8e8;

  font-weight: 400;

}



/* Optional breathing room — fold uses margin-top:auto, not this spacer */

.ev-hero-v2-spacer {

  display: none;

}



/* Trust bar pinned to bottom of first viewport (floating pill on the fold) */

.ev-hero-v2-fold {

  flex: 0 0 auto;

  position: relative;

  z-index: 6;

  margin-top: auto;

  margin-bottom: calc(-1 * var(--ev-trust-overlap));

  padding: 0 0 0;

}



.ev-hero-v2-trust-bar {

  display: grid;

  grid-template-columns: 248px 1fr;

  align-items: stretch;

  max-width: var(--ev-hero-max);

  margin: 0 auto;

  background: #fff;

  border: 1px solid #e2e8f0;

  border-radius: 18px;

  box-shadow:

    0 24px 56px rgba(0, 11, 46, 0.3),

    0 10px 28px rgba(15, 23, 42, 0.16),

    0 2px 8px rgba(15, 23, 42, 0.1);

  overflow: hidden;

}



.ev-hero-v2-trust-lead {

  display: flex;

  align-items: center;

  justify-content: center;

  margin: 0;

  padding: 20px 18px;

  font-size: 16px;

  font-weight: 700;

  line-height: 1.35;

  text-align: center;

  color: #0f172a;

  background: #f8fafc;

  border-right: 1px solid #e2e8f0;

}



.ev-hero-v2-trust-cols {

  display: grid;

  grid-template-columns: repeat(5, 1fr);

  align-items: stretch;

  min-width: 0;

}



.ev-trust-col {

  display: flex;

  flex-direction: column;

  align-items: center;

  justify-content: flex-start;

  gap: 6px;

  padding: 16px 10px 14px;

  text-align: center;

  border-right: 1px solid #e8eef4;

}



.ev-trust-col:last-child {

  border-right: none;

}



.ev-trust-col-brand {

  display: flex;

  flex-direction: row;

  align-items: center;

  justify-content: center;

  gap: 8px;

}



.ev-trust-col-brand img {

  width: 32px;

  height: 32px;

  flex-shrink: 0;

  object-fit: contain;

}



.ev-trust-col-brand h3 {

  margin: 0;

  font-size: 12px;

  font-weight: 700;

  line-height: 1.2;

  color: #0f172a;

  letter-spacing: -0.01em;

  text-align: left;

}



.ev-trust-col-stars {

  display: inline-flex;

  gap: 3px;

  line-height: 1;

}



.ev-trust-col-stars .ev-star {

  width: 15px;

  height: 15px;

  background: #e2e8f0;

  clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);

}



.ev-trust-col-stars .ev-star--full {

  background: #f0b429;

}



.ev-trust-col-stars .ev-star--half {

  background: linear-gradient(90deg, #f0b429 50%, #e2e8f0 50%);

}



.ev-trust-col-cap {

  margin: 0;

  font-size: 11px;

  line-height: 1.3;

  color: #64748b;

  font-weight: 400;

}



.ev-trust-col--hold {

  padding: 12px 8px;

  gap: 0;

}



.ev-trust-col-hold {

  display: block;

  width: auto;

  max-width: 100%;

  max-height: 88px;

  height: auto;

  object-fit: contain;

}



.ev-trust-col--labeled {

  padding: 18px 10px 16px;

  gap: 6px;

}



.ev-trust-col-icon {

  display: block;

  width: 36px;

  height: 36px;

  object-fit: contain;

  flex-shrink: 0;

}



.ev-trust-col-label {

  margin: 0;

  max-width: 11em;

  font-size: 12px;

  font-weight: 700;

  line-height: 1.3;

  color: #0f172a;

  letter-spacing: -0.01em;

}



.ev-hero-v2-below {

  flex: 0 0 var(--ev-trust-overlap);

  background: var(--ev-hero-fold-bg, #f7fafe);

  padding: 0;

  min-height: 0;

}



@media (max-width: 1100px) {

  .ev-hero-v2 {

    min-height: 0;

  }



  .ev-hero-v2-spacer {

    display: none;

  }



  .ev-hero-v2-grid {

    grid-template-columns: 1fr;

    gap: 20px;

  }



  .ev-hero-v2-copy {

    padding-top: 0;

  }



  .ev-hero-v2-sub {

    max-width: none;

  }



  .ev-hero-v2-visual picture,
  .ev-hero-v2-visual picture img {

    max-width: 520px;

    margin: 0 auto;

  }



  .ev-hero-v2-fold {

    margin-bottom: -40px;

    padding-left: 20px;

    padding-right: 20px;

  }



  .ev-hero-v2-trust-bar {

    grid-template-columns: 1fr;

    border-radius: 16px;

  }



  .ev-hero-v2-trust-lead {

    border-right: none;

    border-bottom: 1px solid #e2e8f0;

    justify-content: center;

    text-align: center;

    padding: 16px 18px;

    font-size: 16px;

  }



  .ev-hero-v2-trust-cols {

    grid-template-columns: repeat(2, 1fr);

  }



  .ev-trust-col:nth-child(2n) {

    border-right: none;

  }



  .ev-trust-col:nth-child(-n+4) {

    border-bottom: 1px solid #e8eef4;

  }

}



/* Home trust bar: keep full desktop layout above phone breakpoint */
@media (min-width: 601px) {

  .ev-first-screen .ev-hero-v2-trust-bar {

    display: grid;

    grid-template-columns: 248px 1fr;

    align-items: stretch;

    border-radius: 18px;

  }



  .ev-first-screen .ev-hero-v2-trust-lead {

    display: flex;

    align-items: center;

    justify-content: center;

    padding: 20px 18px;

    font-size: 16px;

    background: #f8fafc;

    border-right: 1px solid #e2e8f0;

    border-bottom: none;

  }



  .ev-first-screen .ev-hero-v2-trust-cols {

    display: grid;

    grid-template-columns: repeat(5, 1fr);

    align-items: stretch;

    gap: 0;

    overflow: visible;

    padding: 0;

  }



  .ev-first-screen .ev-trust-col {

    flex: unset;

    border: none;

    border-right: 1px solid #e8eef4 !important;

    border-radius: 0;

    background: transparent;

    padding: 16px 10px 14px;

  }



  .ev-first-screen .ev-trust-col:last-child {

    border-right: none !important;

  }



  .ev-first-screen .ev-trust-col-label,
  .ev-first-screen .ev-trust-col-cap {

    display: block;

  }

}



@media (max-width: 600px) {

  .ev-hero-v2 .ev-wrap {
    padding-left: 16px;
    padding-right: 16px;
  }

  .ev-hero-v2-top {

    padding: 12px 0 0;

  }

  .ev-hero-v2-grid {
    display: flex;
    flex-direction: column;
    gap: 14px;
  }

  /* Mobile-first flow: headline → short sub → CTAs → comparison → bullets */
  .ev-hero-v2-copy {
    display: contents;
  }

  .ev-h1-line--mobile-only {
    display: block;
  }

  .ev-h1-line--desktop-only {
    display: none;
  }

  .ev-hero-v2-sub--desktop {
    display: none;
  }

  .ev-hero-v2-sub--mobile {
    display: block;
  }

  .ev-hero-v2-trust-lead-text--desktop {
    display: none;
  }

  .ev-hero-v2-trust-lead-text--mobile {
    display: inline;
  }

  /* Home hero: centered copy + CTAs on mobile/tablet */
  .ev-first-screen .ev-hero-v2-grid {
    text-align: center;
    align-items: center;
  }

  .ev-first-screen .ev-hero-v2-title,
  .ev-first-screen .ev-hero-v2-sub,
  .ev-first-screen .ev-hero-v2-value,
  .ev-first-screen .ev-hero-v2-mid {
    text-align: center;
    width: 100%;
  }

  .ev-first-screen .ev-hero-v2-ctas {
    width: 100%;
    justify-content: center;
  }

  .ev-first-screen .ev-hero-v2-cta,
  .ev-first-screen .ev-hero-v2-call {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .ev-hero-v2-title {
    order: 1;
  }

  .ev-hero-v2-sub {
    order: 2;
    margin-bottom: 0;
  }

  .ev-hero-v2-value {
    order: 3;
    margin: 0 0 12px;
    max-width: none;
  }

  .ev-hero-v2-ctas {
    order: 4;
  }

  .ev-hero-v2-visual {
    order: 5;
    width: 100%;
    margin: 4px 0 2px;
  }

  .ev-hero-v2-checks {
    order: 6;
  }

  .ev-first-screen .ev-hero-v2-title {

    font-size: clamp(1.75rem, 8.2vw, 2.2rem);

    line-height: 1.12;

    margin-bottom: 12px;

  }

  .ev-hero-v2-title {

    font-size: clamp(1.55rem, 7.5vw, 1.95rem);

    line-height: 1.14;

    margin-bottom: 10px;

  }

  .ev-first-screen .ev-hero-v2-sub {

    font-size: 16px;

    line-height: 1.55;

  }

  .ev-first-screen .ev-hero-v2-value {

    font-size: 15px;

    line-height: 1.55;

    color: #cbd5e1;

  }

  .ev-hero-v2-sub,

  .ev-hero-v2-checks li,

  .ev-hero-v2-mid-lead,
  .ev-hero-v2-mid-desc {

    font-size: 15px;

  }

  .ev-first-screen .ev-hero-v2-checks li {
    font-size: 15px;
    line-height: 1.4;
  }

  .ev-first-screen .ev-hero-v2-checks img {
    width: 18px;
    height: 18px;
  }

  .ev-first-screen .ev-hero-v2-mid h2 {
    font-size: clamp(1.45rem, 5.5vw, 1.8rem);
  }

  .ev-first-screen .ev-hero-v2-cta,
  .ev-first-screen .ev-hero-v2-call {
    font-size: 17px;
    padding: 14px 22px;
  }

  .ev-hero-v2-sub {
    line-height: 1.5;
    color: #cbd5e1;
  }

  .ev-hero-v2-visual picture,
  .ev-hero-v2-visual picture img {

    max-width: 100%;

    width: 100%;

    max-height: 240px;

    object-fit: contain;

    margin: 0 auto;

  }

  .ev-hero-v2-checks {
    gap: 8px;
  }

  .ev-hero-v2-checks li {
    align-items: flex-start;
    font-size: 14px;
    line-height: 1.35;
  }

  .ev-hero-v2-checks img {
    width: 16px;
    height: 16px;
    margin-top: 2px;
  }

  .ev-hero-v2-mid {

    padding: 12px 0 8px;

    text-align: center;

  }

  .ev-hero-v2-mid-lead,
  .ev-hero-v2-mid-desc {
    display: none;
  }

  .ev-hero-v2-ctas {

    flex-direction: column;

    align-items: stretch;

    justify-content: center;

    margin-bottom: 12px;

    gap: 10px;

    width: 100%;

  }

  .ev-hero-v2-cta,

  .ev-hero-v2-call {

    width: 100%;

  }

  .ev-first-screen .ev-hero-v2-cta,

  .ev-first-screen .ev-hero-v2-call {

    display: flex;

    justify-content: center;

    align-items: center;

  }

  .ev-first-screen .ev-hero-v2-fold {

    margin-bottom: -20px;

    margin-top: 20px;

    padding-left: 12px;

    padding-right: 12px;

  }

  .ev-first-screen .ev-hero-v2-trust-bar {

    display: grid;

    grid-template-columns: 1fr;

    border-radius: 16px;

  }

  .ev-first-screen .ev-hero-v2-trust-lead {

    font-size: 13px;

    padding: 10px 12px 6px;

    border-right: none;

    border-bottom: none;

    background: #fff;

    text-align: center;

  }

  .ev-first-screen .ev-hero-v2-trust-cols {

    display: grid;

    grid-template-columns: repeat(5, 1fr);

    gap: 4px;

    padding: 2px 10px 12px;

    overflow: visible;

  }

  .ev-first-screen .ev-trust-col {

    border: none !important;

    border-radius: 0;

    padding: 2px;

    background: transparent;

    gap: 0;

  }

  .ev-first-screen .ev-trust-col-icon {

    width: 28px;

    height: 28px;

    margin: 0 auto;

  }

  .ev-first-screen .ev-trust-col-label,
  .ev-first-screen .ev-trust-col-cap {

    display: none;

  }

  .ev-hero-v2-fold {

    margin-bottom: -20px;

    margin-top: 20px;

    padding-left: 12px;

    padding-right: 12px;

  }

  .ev-hero-v2-below {

    padding-top: 0;

    background: transparent;

  }

}



/* Home hero: phone landscape — use horizontal space (2-col), tighter header */
@media (orientation: landscape) and (max-height: 520px) and (max-width: 932px) {

  body:has(.ev-hero-v2) .ev-hero-bg-fixed {

    background-size: 62% 100%;

    background-position: right center;

  }

  :root {

    --ev-header-h: 48px;

  }

  .ev-head--hero-v2 .ev-head-inner {

    padding: 4px 14px;

    gap: 8px;

    grid-template-columns: auto minmax(0, 1fr) auto;

  }

  .ev-head--hero-v2 .ev-head-mobile-promo {

    display: inline-flex;

    padding: 7px 12px;

    font-size: 12px;

  }

  .ev-head--hero-v2 .ev-head-mobile-tools {

    grid-column: 3;

    justify-self: end;

  }

  .ev-head--hero-v2 .ev-logo img {

    height: 32px;

  }

  .ev-head--hero-v2 .ev-head-mobile-call,
  .ev-head--hero-v2 .ev-head-menu-btn {

    width: 38px;

    height: 36px;

  }

  .ev-first-screen {

    min-height: 0;

  }

  .ev-first-screen .ev-h1-line--mobile-only {

    display: block;

  }

  .ev-first-screen .ev-h1-line--desktop-only {

    display: none;

  }

  .ev-first-screen .ev-hero-v2-sub--desktop {

    display: none;

  }

  .ev-first-screen .ev-hero-v2-sub--mobile {

    display: block;

  }

  .ev-first-screen .ev-hero-v2-trust-lead-text--desktop {

    display: none;

  }

  .ev-first-screen .ev-hero-v2-trust-lead-text--mobile {

    display: inline;

  }

  .ev-first-screen .ev-hero-v2 .ev-wrap {

    padding-left: 18px;

    padding-right: 18px;

  }

  .ev-first-screen .ev-hero-v2-top {

    padding: 4px 0 0;

  }

  .ev-first-screen .ev-hero-v2-grid {

    display: grid;

    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);

    gap: 4px 14px;

    align-items: center;

    text-align: left;

  }

  .ev-first-screen .ev-hero-v2-copy {

    display: flex;

    flex-direction: column;

    align-items: flex-start;

    grid-column: 1;

    grid-row: 1;

  }

  .ev-first-screen .ev-hero-v2-title {

    width: 100%;

    text-align: left;

    font-size: clamp(1rem, 2.5vw, 1.3rem);

    line-height: 1.14;

    margin-bottom: 4px;

  }

  .ev-first-screen .ev-hero-v2-sub {

    margin-bottom: 8px;

    max-width: 38ch;

    font-size: 11px;

    line-height: 1.35;

    text-align: left;

    color: #e2e8f0;

  }

  .ev-first-screen .ev-hero-v2-value {

    display: none;

  }

  .ev-first-screen .ev-hero-v2-ctas {

    flex-direction: row;

    flex-wrap: nowrap;

    align-items: stretch;

    gap: 8px;

    width: 100%;

    margin-bottom: 0;

    justify-content: flex-start;

  }

  .ev-first-screen .ev-hero-v2-cta,
  .ev-first-screen .ev-hero-v2-call {

    display: inline-flex;

    flex: 1 1 0;

    min-width: 0;

    min-height: 40px;

    width: auto;

    justify-content: center;

    align-items: center;

    box-sizing: border-box;

    padding: 8px 10px;

    font-size: 11px;

    font-weight: 600;

    line-height: 1.2;

    white-space: normal;

    text-align: center;

    gap: 6px;

  }

  .ev-first-screen .ev-hero-v2-cta {

    border: 1.5px solid transparent;

  }

  .ev-first-screen .ev-hero-v2-call {

    border: 1.5px solid #c5d4e3;

  }

  .ev-first-screen .ev-hero-v2-call img {

    width: 16px;

    height: 16px;

  }

  .ev-first-screen .ev-hero-v2-checks {

    display: none;

  }

  .ev-first-screen .ev-hero-v2-visual {

    grid-column: 2;

    grid-row: 1;

    width: 100%;

    margin: 0;

    align-self: center;

  }

  .ev-first-screen .ev-hero-v2-visual picture,
  .ev-first-screen .ev-hero-v2-visual picture img {

    max-height: min(44vh, 170px);

    width: 100%;

    object-fit: contain;

    margin: 0 auto;

  }

  .ev-first-screen .ev-hero-v2-mid {

    display: none;

  }

  .ev-first-screen .ev-hero-v2-fold {

    margin-top: 6px;

    margin-bottom: -8px;

    padding-left: 14px;

    padding-right: 14px;

  }

  .ev-first-screen .ev-hero-v2-trust-bar {

    display: grid;

    grid-template-columns: 1fr;

    border-radius: 12px;

  }

  .ev-first-screen .ev-hero-v2-trust-lead {

    display: none;

  }

  .ev-first-screen .ev-hero-v2-trust-cols {

    display: grid;

    grid-template-columns: repeat(5, 1fr);

    gap: 2px;

    padding: 8px 10px;

  }

  .ev-first-screen .ev-trust-col {

    border: none !important;

    padding: 0;

    background: transparent;

  }

  .ev-first-screen .ev-trust-col-icon {

    width: 22px;

    height: 22px;

    margin: 0 auto;

  }

  .ev-first-screen .ev-trust-col-label,
  .ev-first-screen .ev-trust-col-cap {

    display: none;

  }

}



@media (max-width: 380px) {

  .ev-first-screen .ev-hero-v2-title {

    font-size: clamp(1.65rem, 8.5vw, 2rem);

    letter-spacing: -0.025em;

  }

}


