
/* V45: desktop visual master.
   Desktop uses the exact approved hero image. Mobile remains the V43 layout. */

@media (min-width: 1261px) {
  body.v10-home .v10-header-inner,
  .inner-page .v10-header-inner {
    min-height: 132px !important;
    max-width: 1480px !important;
    grid-template-columns: 535px 1fr auto !important;
    gap: 14px !important;
    padding: 0 18px !important;
  }

  body.v10-home .v10-brand,
  .inner-page .v10-brand {
    width: 520px !important;
    height: 126px !important;
    max-width: none !important;
  }

  body.v10-home .v10-brand img,
  .inner-page .v10-brand img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    object-position: left center !important;
  }

  body.v10-home .v10-nav,
  .inner-page .v10-nav {
    gap: 17px !important;
    font-size: 11.5px !important;
  }

  body.v10-home .v10-call,
  .inner-page .v10-call {
    padding: 0 17px !important;
    font-size: 13.5px !important;
  }
}

@media (min-width: 901px) and (max-width: 1260px) {
  body.v10-home .v10-header-inner,
  .inner-page .v10-header-inner {
    min-height: 114px !important;
    grid-template-columns: 390px 1fr auto !important;
    gap: 10px !important;
    padding: 0 14px !important;
  }

  body.v10-home .v10-brand,
  .inner-page .v10-brand {
    width: 380px !important;
    height: 108px !important;
    max-width: none !important;
  }

  body.v10-home .v10-nav,
  .inner-page .v10-nav {
    gap: 10px !important;
    font-size: 10.2px !important;
  }

  body.v10-home .v10-call,
  .inner-page .v10-call {
    padding: 0 12px !important;
    font-size: 12px !important;
  }
}

@media (min-width: 901px) {
  body.v10-home .v10-hero {
    position: relative !important;
    display: block !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    aspect-ratio: 1536 / 465 !important;
    background: url("assets/hero-approved-v45.webp") center center / 100% 100% no-repeat !important;
    border: 0 !important;
    overflow: hidden !important;
  }

  body.v10-home .v10-hero:before,
  body.v10-home .v10-hero:after,
  body.v10-home .v10-hero-photo {
    display: none !important;
    content: none !important;
  }

  /* Keep the real semantic copy in the DOM for search/accessibility,
     but the approved visual itself supplies the desktop hero typography. */
  body.v10-home .v10-hero-copy-panel {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    min-height: 0 !important;
    margin: -1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
    clip-path: inset(50%) !important;
    white-space: nowrap !important;
    border: 0 !important;
  }

  body.v10-home .v45-hotspots {
    position: absolute;
    inset: 0;
    z-index: 5;
    pointer-events: none;
  }

  body.v10-home .v45-hotspot {
    position: absolute;
    display: block;
    pointer-events: auto;
    background: transparent;
    border: 0;
    border-radius: 10px;
    text-indent: -9999px;
    overflow: hidden;
  }

  /* Coordinates correspond to the approved 1536x465 hero image. */
  body.v10-home .v45-call-hotspot {
    left: 4.45%;
    top: 70.2%;
    width: 15.3%;
    height: 12.2%;
  }

  body.v10-home .v45-text-hotspot {
    left: 20.5%;
    top: 70.2%;
    width: 15.5%;
    height: 12.2%;
  }

  body.v10-home .v10-trust {
    margin-top: 0 !important;
  }

  body.v10-home .v10-trust-grid > div {
    min-height: 72px !important;
    padding: 10px 20px !important;
  }

  body.v10-home .v10-overview {
    padding-top: 28px !important;
    padding-bottom: 52px !important;
  }
}

/* Mobile stays V43, with the slightly larger logo already approved there. */
@media (max-width: 900px) {
  body.v10-home .v45-hotspots { display: none !important; }
}
