/* Selected homepage design 2. Scoped here so service-page styles stay independent. */
.home-page { background: #fff; }
.home-page .topbar { display: none; }
.home-page header { background: #fff; color: #19254e; box-shadow: none; border-bottom: 1px solid #dce3ef; }
.home-page .nav-inner { position: relative; width: min(1440px, calc(100% - 64px)); min-height: 90px; gap: 18px; }
.home-page .brand img { width: 270px; max-width: none; }
.home-page .desktop-nav { gap: 18px; font-size: 16px; font-weight: 700; }
.home-page .desktop-nav > a, .home-page .nav-dropdown > summary { min-height: 90px; padding-inline: 10px; color: #19254e; }
.home-page .desktop-nav > a.active, .home-page .desktop-nav > a:hover, .home-page .desktop-nav > a:focus-visible,
.home-page .nav-dropdown > summary:hover, .home-page .nav-dropdown > summary:focus-visible { color: #104cba; }
.home-page .desktop-nav > a::after, .home-page .nav-dropdown > summary::after { background: #1458df; }
.home-page header .nav-shop-link { padding-inline: 12px; font-size: 16px; color: #19254e; border-color: transparent; flex-direction: row-reverse; }
.home-page header .nav-shop-link svg { color: #1458df; }
.home-page header .nav-shop-link:hover { background: #f0f5fd; color: #104cba; }
.home-page .mobile-contact-actions a { color: #104cba; border-color: #d3dce9; }
.home-page .mobile-nav > summary { border-color: #d3dce9; }
.home-page .mobile-nav > summary span { background: #24305b; }
.home-page .mobile-nav-panel { background: #fff; border-color: #dce3ef; box-shadow: 0 12px 24px #24305b1a; }
.home-page .mobile-nav-panel a { color: #24305b; }
.home-page .mobile-nav-panel a:hover, .home-page .mobile-nav-panel a:focus-visible, .home-page .mobile-nav-panel a.active { color: #104cba; background: #eef4ff; }
.home-page .mobile-nav-label { color: #104cba; }
.home-page header .mobile-shop-entry { border-color: #dce3ef; }
.home-page a:focus-visible, .home-page summary:focus-visible { outline: 3px solid #104cba; outline-offset: 4px; }

.home-page main .hero { height: auto; min-height: 668px; padding: 0; background: #fff; color: #19254e; }
.home-page .hero::after, .home-page .hero h1::after { display: none; }
.home-page .hero-consulting { position: absolute; inset: 0 0 0 auto; width: 58%; height: 100%; object-fit: cover; object-position: 10% center; }
/* Fade the original photograph into the text surface; the image remains a real asset. */
.home-page .hero::before { content: ""; position: absolute; z-index: 1; inset: 0; pointer-events: none; background: linear-gradient(90deg, #fff 0%, #fff 44%, #ffffffcc 46%, #ffffff00 54%); }
.home-page .hero .wrap { position: relative; z-index: 2; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; width: min(1360px, calc(100% - 120px)); min-height: 668px; padding: 64px 0; }
.home-page .hero .eyebrow { color: #104cba; font-size: 16px; font-weight: 800; line-height: 1.4; letter-spacing: 1.7px; }
.home-page .hero h1 { max-width: min(595px, 44%); min-height: 0; margin: 20px 0 28px; color: #19254e; font-size: clamp(40px, 4.2vw, 64px); font-weight: 800; line-height: 1.1; letter-spacing: -.8px; text-transform: none; }
.home-page .hero .lead { max-width: min(510px, 44%); margin: 0; font-size: 21px; line-height: 1.45; color: #24305b; }
.home-page .hero .business-scope-note { display: flex; align-items: flex-start; gap: 12px; max-width: min(565px, 45%); margin: 32px 0 0; padding: 0; border: 0; color: #24305b; font-size: 16px; line-height: 1.5; }
.home-page .business-scope-note img { flex: 0 0 22px; margin-top: 1px; }
.home-page .hero .hero-actions { display: flex; flex-direction: row; align-items: center; gap: 36px; width: auto; margin: 34px 0 0; }
.home-page .hero-actions .button { width: auto; min-height: 62px; padding: 18px 28px; border: 0; border-radius: 5px; color: #fff; background: #1454dc; box-shadow: none; font-size: 17px; gap: 26px; }
.home-page .hero-actions .button::before, .home-page .hero-actions .button::after { display: none; }
.home-page .hero-actions .button:hover { background: #104cba; filter: none; transform: translateY(-1px); box-shadow: none; }
.home-page .hero-action-arrow { filter: invert(1); }
.home-page .hero-call-link { color: #19254e; text-decoration: none; font-size: 17px; gap: 12px; }
.home-page .hero-call-link svg { width: 24px; height: 24px; color: #1458df; }
.home-page .hero-call-link:hover { color: #104cba; text-decoration: underline; text-underline-offset: 4px; }
.home-page .hero-trust { margin: 30px 0 0; gap: 24px; color: #24305b; font-size: 15px; font-weight: 400; line-height: 1.5; }
.home-page .hero-trust li { display: flex; align-items: center; gap: 10px; }
.home-page .hero-trust li + li { padding-left: 24px; border-color: #d7dfed; }
.home-page .hero-trust img, .home-page .business-scope-note img, .home-page .service-arrow { filter: invert(23%) sepia(98%) saturate(2696%) hue-rotate(212deg) brightness(88%) contrast(103%); }

.home-page main .home-services { margin-top: 0; padding: 44px 0 42px; background: #fff; color: #19254e; border-top: 1px solid #dce3ef; }
.home-page .home-services > .wrap { width: min(1360px, calc(100% - 120px)); }
.home-page .home-services-title { margin: 0 0 34px; font-size: 38px; line-height: 1.2; font-weight: 800; color: #19254e; }
.home-page .home-services-grid { grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 0; align-items: stretch; }
.home-page .home-service-card { display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 12px; min-height: 134px; padding: 5px 10px; border: 0; border-radius: 0; color: #104cba; background: #fff; box-shadow: none; font-size: 17px; line-height: 1.5; transition: background-color .15s ease; }
.home-page .home-service-card + .home-service-card { border-left: 1px solid #dce3ef; }
.home-page .home-service-card:hover, .home-page .home-service-card:focus-visible { background: #f5f8fe; transform: none; box-shadow: none; }
.home-page .home-service-card > img { width: 76px; height: 76px; object-fit: contain; }
.home-page .home-service-card > span { display: inline-flex; align-items: center; justify-content: center; gap: 8px; white-space: nowrap; }
.home-page .home-service-card .service-arrow { width: 16px; height: 16px; flex: 0 0 16px; }

@media (min-width: 1161px) and (max-width: 1370px) {
  .home-page .nav-inner { width: calc(100% - 48px); gap: 12px; }
  .home-page .brand img { width: 218px; }
  .home-page .desktop-nav { gap: 6px; font-size: 15px; }
  .home-page .desktop-nav > a, .home-page .nav-dropdown > summary { padding-inline: 8px; }
  .home-page header .nav-shop-link { font-size: 15px; padding-inline: 8px; }
}
@media (min-width: 761px) and (max-width: 1160px) {
  .home-page .hero-consulting { width: 50%; }
  .home-page .hero::before { background: linear-gradient(90deg, #fff 0%, #fff 50%, #ffffffcc 54%, #ffffff00 63%); }
  .home-page .nav-inner { min-height: 76px; }
  .home-page .mobile-nav > summary { top: 17px; right: 0; }
  .home-page .hero .wrap { width: calc(100% - 64px); min-height: 590px; padding-block: 50px; }
  .home-page main .hero { min-height: 590px; }
  .home-page .hero h1 { max-width: 51%; font-size: 42px; }
  .home-page .hero .lead { max-width: 46%; font-size: 18px; }
  .home-page .hero .business-scope-note { max-width: 48%; font-size: 15px; }
  .home-page .hero-actions { gap: 16px; }
  .home-page .hero-actions .button { padding-inline: 18px; gap: 14px; min-height: 54px; font-size: 16px; }
  .home-page .hero-call-link { font-size: 15px; }
  .home-page .hero-trust { gap: 12px; font-size: 13px; }
  .home-page .hero-trust li + li { padding-left: 12px; }
  .home-page .home-services > .wrap { width: calc(100% - 64px); }
  .home-page .home-services-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); row-gap: 20px; }
  .home-page .home-service-card:nth-child(4) { border-left: 0; }
}
@media (max-width: 900px) {
  .home-page .nav-inner { width: calc(100% - 32px); min-height: 64px; gap: 8px; }
  .home-page .brand img { width: 174px; }
  .home-page .mobile-contact-actions { margin-right: 50px; gap: 5px; }
  .home-page .mobile-nav > summary { right: 0; top: 11px; }
  .home-page .mobile-nav-panel { max-height: calc(100dvh - 64px); overflow-y: auto; overscroll-behavior: contain; }
  .home-page main .hero { display: flex; flex-direction: column; min-height: 0; padding: 0; }
  .home-page .hero::before { display: none; }
  .home-page .hero .wrap { order: 0; width: calc(100% - 40px); min-height: 0; padding: 32px 0 28px; }
  .home-page .hero-consulting { position: static; order: 1; width: 100%; height: clamp(180px, 56vw, 300px); object-fit: cover; object-position: center 43%; }
  .home-page .hero .eyebrow { font-size: 12px; letter-spacing: 1.3px; }
  .home-page .hero h1 { max-width: 600px; min-height: 0; margin: 14px 0 18px; font-size: clamp(31px, 7.8vw, 45px); line-height: 1.12; letter-spacing: -.4px; }
  .home-page .hero .lead { max-width: 580px; font-size: 17px; line-height: 1.5; }
  .home-page .hero .business-scope-note { max-width: 560px; gap: 8px; margin-top: 22px; font-size: 14px; line-height: 1.45; }
  .home-page .business-scope-note img { flex-basis: 19px; width: 19px; height: 19px; }
  .home-page .hero .hero-actions { flex-direction: column; align-items: stretch; gap: 10px; width: 100%; margin-top: 24px; }
  .home-page .hero-actions .button { width: 100%; min-height: 52px; padding: 14px 18px; font-size: 16px; gap: 18px; }
  .home-page .hero-call-link { min-height: 44px; padding: 10px; align-self: center; font-size: 15px; }
  .home-page .hero-trust { width: 100%; gap: 10px; margin-top: 18px; font-size: 12px; line-height: 1.4; }
  .home-page .hero-trust li { gap: 6px; }
  .home-page .hero-trust img { width: 17px; height: 17px; }
  .home-page .hero-trust li + li { padding-left: 10px; }
  .home-page main .home-services { padding: 30px 0; }
  .home-page .home-services > .wrap { width: calc(100% - 40px); }
  .home-page .home-services-title { margin-bottom: 24px; max-width: 580px; font-size: 28px; line-height: 1.2; }
  .home-page .home-services-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px 0; }
  .home-page .home-service-card { min-height: 108px; padding: 4px; gap: 10px; font-size: 14px; }
  .home-page .home-service-card > img { width: 58px; height: 58px; }
  .home-page .home-service-card:nth-child(odd) { border-left: 0; }
  .home-page .home-service-card > span { gap: 3px; }
  .home-page .home-service-card .service-arrow { width: 12px; height: 12px; flex-basis: 12px; }
}
@media (max-width: 380px) {
  .home-page .brand img { width: 134px; }
  .home-page .mobile-contact-actions a { width: 36px; height: 40px; }
  .home-page .mobile-contact-actions { margin-right: 47px; gap: 4px; }
  .home-page .hero .wrap { padding-top: 26px; }
  .home-page .hero .lead { font-size: 16px; }
  .home-page .hero-trust { flex-wrap: nowrap; font-size: 11px; gap: 8px; }
  .home-page .hero-trust li + li { padding-left: 8px; }
  .home-page .hero-trust img { width: 15px; height: 15px; }
  .home-page .home-service-card { font-size: 13px; }
}
@media (prefers-reduced-motion: reduce) {
  .home-page .hero-actions .button, .home-page .home-service-card { transition: none; }
}
