/* Homepage fullscreen redesign, 2026-08-04.
   Loaded only by index.html so the rest of the site keeps its existing layout. */

@media (min-width: 761px) {
  html:has(body.home-page) {
    scroll-snap-type: y proximity;
  }

  .home-page .site-header .nav {
    border-color: rgba(120, 177, 235, 0.28);
    background: rgba(3, 12, 29, 0.78);
    box-shadow: 0 18px 54px rgba(0, 0, 0, 0.28);
    backdrop-filter: blur(22px);
    -webkit-backdrop-filter: blur(22px);
  }

  .home-page .site-header .brand,
  .home-page .site-header .nav-links,
  .home-page .site-header .nav-links a:not(.nav-cta) {
    color: rgba(245, 250, 255, 0.92);
  }

  .home-page .site-header .nav-links a:not(.nav-cta):hover,
  .home-page .site-header .nav-links a:not(.nav-cta):focus-visible {
    background: rgba(61, 177, 255, 0.14);
    color: #ffffff;
  }

  .home-page .site-header .nav-cta {
    border: 1px solid rgba(132, 226, 255, 0.35);
    background: #087fe7;
    color: #ffffff;
    box-shadow: 0 12px 30px rgba(0, 122, 231, 0.34);
  }

  .home-page #home-hero.hero-carousel {
    height: calc(100svh + 14px) !important;
    min-height: calc(100svh + 14px) !important;
    max-height: none !important;
    margin-top: -96px !important;
    padding-top: 96px !important;
    scroll-snap-align: start;
    background: #020817 !important;
  }

  .home-page #home-hero.hero-carousel .hero-slide {
    height: 100%;
    min-height: 100%;
    background:
      linear-gradient(180deg, rgba(2, 8, 23, 0.2) 0%, rgba(2, 8, 23, 0.3) 52%, rgba(2, 8, 23, 0.78) 100%),
      linear-gradient(90deg, rgba(2, 8, 23, 0.48), rgba(2, 8, 23, 0.12) 48%, rgba(2, 8, 23, 0.42)),
      var(--hero-carousel-bg) center / cover no-repeat,
      #020817 !important;
  }

  .home-page #home-hero.hero-carousel .hero-slide-data {
    background:
      linear-gradient(180deg, rgba(2, 8, 23, 0.18) 0%, rgba(2, 8, 23, 0.24) 54%, rgba(2, 8, 23, 0.74) 100%),
      image-set(
        url("home-hero-data-hub-20260808-v2.webp") type("image/webp"),
        url("home-hero-data-hub-20260808-v2.jpg") type("image/jpeg")
      ) center / cover no-repeat,
      #020817 !important;
  }

  .home-page #home-hero.hero-carousel .hero-slide-software,
  .home-page #home-hero.hero-carousel .hero-slide-delivery {
    background:
      linear-gradient(180deg, rgba(2, 8, 23, 0.28) 0%, rgba(2, 8, 23, 0.36) 54%, rgba(2, 8, 23, 0.78) 100%),
      linear-gradient(90deg, rgba(2, 8, 23, 0.16) 0%, rgba(2, 8, 23, 0.5) 30%, rgba(2, 8, 23, 0.5) 70%, rgba(2, 8, 23, 0.16) 100%),
      var(--hero-carousel-bg) center / cover no-repeat,
      #020817 !important;
  }

  .home-page #home-hero.hero-carousel .hero-inner {
    width: min(1320px, calc(100% - 64px));
    height: 100%;
    min-height: 100% !important;
    padding: 152px 0 128px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
  }

  .home-page #home-hero.hero-carousel .hero-content,
  .home-page #home-hero.hero-carousel .hero-slide-data .hero-content,
  .home-page #home-hero.hero-carousel .hero-slide-software .hero-content {
    width: min(1120px, 100%) !important;
    max-width: 1120px !important;
    margin: 0 auto !important;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .home-page #home-hero.hero-carousel .hero-slide-data .eyebrow {
    display: none;
  }

  .home-page #home-hero.hero-carousel .eyebrow {
    margin: 0 auto 20px;
  }

  .home-page #home-hero.hero-carousel h1,
  .home-page #home-hero.hero-carousel .hero-title,
  .home-page #home-hero.hero-carousel .hero-slide-data h1,
  .home-page #home-hero.hero-carousel .hero-slide-software .hero-title {
    width: 100%;
    max-width: 1120px !important;
    margin-inline: auto !important;
    color: #ffffff !important;
    font-size: clamp(46px, 4.4vw, 68px) !important;
    line-height: 1.08 !important;
    letter-spacing: -0.025em !important;
    text-align: center !important;
    text-wrap: balance;
  }

  .home-page #home-hero.hero-carousel h1 span,
  .home-page #home-hero.hero-carousel .hero-title span {
    display: block;
  }

  .home-page #home-hero.hero-carousel h1 span + span,
  .home-page #home-hero.hero-carousel .hero-title span + span {
    margin-top: 10px;
    background: linear-gradient(90deg, #82efff 0%, #4caaff 48%, #2d7dff 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent !important;
  }

  .home-page #home-hero.hero-carousel .hero-slogan,
  .home-page #home-hero.hero-carousel .hero-slide-data .hero-slogan {
    max-width: 900px !important;
    margin: 22px auto 0 !important;
    color: rgba(240, 247, 255, 0.9) !important;
    font-size: clamp(18px, 1.55vw, 22px) !important;
    font-weight: 650;
    line-height: 1.55;
    text-align: center;
  }

  .home-page #home-hero.hero-carousel .hero-copy,
  .home-page #home-hero.hero-carousel .hero-slide-data .hero-copy {
    max-width: 820px !important;
    margin: 12px auto 0 !important;
    color: rgba(214, 229, 245, 0.78) !important;
    font-size: 15px !important;
    line-height: 1.7 !important;
    text-align: center;
  }

  .home-page #home-hero.hero-carousel .hero-actions,
  .home-page #home-hero.hero-carousel .hero-slide-data .hero-actions {
    justify-content: center !important;
    margin-top: 28px !important;
  }

  .home-page #home-hero.hero-carousel .button {
    min-height: 54px;
    padding-inline: 24px;
    font-size: 16px;
  }

  .home-page #home-hero.hero-carousel .hero-proof-evidence {
    position: absolute;
    left: 50%;
    bottom: 24px;
    width: min(1240px, calc(100% - 80px)) !important;
    max-width: 1240px !important;
    margin: 0 !important;
    padding: 0 18px;
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 0 !important;
    border: 1px solid rgba(107, 188, 255, 0.28);
    border-radius: 20px;
    background: rgba(3, 16, 38, 0.78);
    transform: translateX(-50%);
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.28);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }

  .home-page #home-hero.hero-carousel .hero-proof-evidence > span {
    min-height: 78px !important;
    padding: 14px 24px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 4px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    text-align: center !important;
  }

  .home-page #home-hero.hero-carousel .hero-proof-evidence > span + span {
    border-left: 1px solid rgba(120, 194, 255, 0.22) !important;
  }

  .home-page #home-hero.hero-carousel .hero-proof-evidence strong {
    color: #eefaff;
    font-size: 15px;
  }

  .home-page #home-hero.hero-carousel .hero-proof-evidence small {
    color: #71dfff;
    font-size: 12px;
  }

  .home-page #home-hero.hero-carousel .hero-carousel-controls {
    left: 50% !important;
    right: auto !important;
    bottom: 120px !important;
    width: max-content;
    transform: translateX(-50%) !important;
  }

  .home-page #home-hero.hero-carousel .hero-slide:not(.hero-slide-data) .hero-proof {
    justify-content: center !important;
    margin-top: 24px !important;
  }

  .home-page main > .home-screen-section {
    position: relative;
    min-height: 100svh;
    padding: clamp(64px, 8vh, 88px) 0;
    display: flex;
    align-items: center;
    scroll-snap-align: start;
    overflow: hidden;
  }

  .home-page .home-screen-section > .container {
    width: min(1240px, calc(100% - 64px));
  }

  .home-page .home-section-light {
    background: #ffffff !important;
    color: #07111f;
  }

  .home-page .home-section-ice {
    background: #eaf3ff !important;
    color: #07111f;
  }

  .home-page .home-section-dark {
    background: #040b18 !important;
    color: #ffffff;
  }

  .home-page .home-screen-section .section-heading {
    grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
    align-items: end;
    gap: 64px;
    margin-bottom: 32px;
  }

  .home-page .home-screen-section .section-heading h2 {
    font-size: clamp(38px, 4vw, 56px);
    line-height: 1.06;
  }

  .home-page .home-screen-section .section-heading p {
    max-width: 680px;
    font-size: 15px;
    line-height: 1.75;
  }

  .home-page .home-heading-left .section-heading h2 {
    padding-left: 22px;
    border-left: 4px solid #1dbcf2;
  }

  .home-page .home-heading-right .section-heading h2 {
    grid-column: 2;
    grid-row: 1;
    padding-right: 22px;
    border-right: 4px solid #1dbcf2;
    text-align: right;
  }

  .home-page .home-heading-right .section-heading p {
    grid-column: 1;
    grid-row: 1;
  }

  .home-page .home-section-dark h2,
  .home-page .home-section-dark h3 {
    color: #ffffff !important;
  }

  .home-page .home-section-dark .section-heading p,
  .home-page .home-section-dark .card p,
  .home-page .home-section-dark .step p,
  .home-page .home-section-dark .quote-note {
    color: rgba(208, 225, 243, 0.76) !important;
  }

  .home-page #home-services .service-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 16px !important;
  }

  .home-page #home-services .service-card,
  .home-page #home-services .service-card.feature-card {
    grid-column: auto !important;
    min-height: 0 !important;
    padding: 12px 12px 18px !important;
    display: flex;
    flex-direction: column;
    border: 1px solid #dce8f5;
    border-radius: 20px;
    background: #ffffff !important;
    color: #07111f !important;
    box-shadow: 0 18px 48px rgba(24, 68, 116, 0.1);
  }

  .home-page #home-services .service-card-media {
    aspect-ratio: 16 / 9;
    border-radius: 14px;
  }

  .home-page #home-services .service-card-content {
    min-height: 0;
    padding: 0 8px;
    display: flex;
    flex: 1;
    flex-direction: column;
  }

  .home-page #home-services .service-card h3,
  .home-page #home-services .service-card.feature-card h3 {
    margin: 18px 0 10px;
    color: #07111f !important;
    font-size: 19px;
    line-height: 1.25;
  }

  .home-page #home-services .service-card p,
  .home-page #home-services .service-card.feature-card p {
    margin: 0 0 14px;
    color: #59697c !important;
    font-size: 13.5px;
    line-height: 1.65;
  }

  .home-page #home-services .service-card a,
  .home-page #home-services .service-card.feature-card a {
    margin-top: auto;
    color: #087fe7 !important;
    font-size: 13px;
  }

  .home-page #cases .showcase-grid {
    grid-template-columns: minmax(0, 1.15fr) minmax(340px, 0.85fr);
    grid-auto-rows: clamp(210px, 25vh, 248px);
    gap: 16px;
  }

  .home-page #cases .showcase-item {
    border-radius: 20px;
  }

  .home-page #cases .showcase-item figcaption {
    left: 18px;
    bottom: 18px;
    padding: 14px 16px;
  }

  .home-page #cases .section-more {
    margin-top: 20px;
  }

  .home-page #home-scenes .grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
  }

  .home-page #home-scenes .scene-card {
    min-height: clamp(190px, 23vh, 226px);
  }

  .home-page #home-process .split {
    width: 100%;
    grid-template-columns: minmax(360px, 0.86fr) minmax(0, 1.14fr);
    gap: 56px;
    align-items: center;
  }

  .home-page #home-process .split > div:first-child {
    grid-column: 2;
    grid-row: 1;
  }

  .home-page #home-process .insight-panel {
    position: relative;
    top: auto;
    grid-column: 1;
    grid-row: 1;
    min-height: 520px;
  }

  .home-page #home-process .eyebrow,
  .home-page #home-process h2 {
    margin-left: auto;
    text-align: right;
  }

  .home-page #home-process h2 {
    padding-right: 20px;
    border-right: 4px solid #1dbcf2;
    font-size: clamp(38px, 4vw, 54px);
  }

  .home-page #home-process .step {
    padding: 12px 0;
    border-top-color: rgba(129, 177, 224, 0.22);
  }

  .home-page #home-process .step h3 {
    font-size: 17px;
  }

  .home-page #home-process .step p {
    margin-top: 4px;
    font-size: 13px;
    line-height: 1.55;
  }

  .home-page #home-knowledge .grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
  }

  .home-page #home-knowledge .card {
    min-height: 170px;
    padding: 20px;
  }

  .home-page #home-knowledge .card h3 {
    font-size: 18px;
  }

  .home-page #home-knowledge .card p {
    font-size: 13px;
    line-height: 1.55;
  }

  .home-page main > .home-section-dark:not(#cases):not(#home-process):not(.faq-section) .grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
  }

  .home-page .home-section-dark .card,
  .home-page .home-section-dark .faq-grid article {
    border-color: rgba(88, 157, 221, 0.24);
    background: #0b1730;
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.2);
  }

  .home-page .home-section-dark .card a,
  .home-page .home-section-dark .faq-grid a {
    color: #54dfff;
  }

  .home-page .faq-section .faq-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
  }

  .home-page .faq-section .faq-grid article {
    min-height: 0;
    padding: 18px 20px;
  }

  .home-page .faq-section .faq-grid h3 {
    font-size: 16px;
    line-height: 1.35;
  }

  .home-page .faq-section .faq-grid p {
    margin-top: 8px;
    color: rgba(208, 225, 243, 0.74);
    font-size: 12.5px;
    line-height: 1.55;
  }

  /* Homepage content system, 2026-08-05. */
  .home-page .home-screen-section > .container {
    width: min(1240px, calc(100% - 64px));
  }

  .home-page .home-screen-section .section-heading {
    grid-template-columns: minmax(0, 1fr) minmax(380px, 1fr);
    gap: clamp(40px, 6vw, 82px);
    margin-bottom: 34px;
  }

  .home-page .home-screen-section .section-heading h2 {
    max-width: 620px;
    font-size: clamp(38px, 3.7vw, 52px);
    line-height: 1.08;
    text-wrap: balance;
  }

  .home-page .home-heading-right .section-heading h2 {
    justify-self: end;
  }

  .home-page .home-screen-section .section-heading p {
    max-width: 600px;
    color: #5b6878;
    font-size: 16px;
    line-height: 1.7;
  }

  .home-page .home-section-light {
    background: #f8fbff !important;
  }

  .home-page .home-section-ice {
    background: #e8f2ff !important;
  }

  .home-page #home-services .service-grid-priority {
    height: min(520px, 57vh);
    min-height: 470px;
    display: grid !important;
    grid-template-columns: minmax(0, 1.5fr) minmax(330px, 0.82fr) !important;
    grid-template-rows: repeat(3, minmax(0, 1fr));
    gap: 14px !important;
  }

  .home-page #home-services .service-card.service-card-primary.feature-card {
    grid-column: 1 !important;
    grid-row: 1 / 4;
    padding: 14px 14px 22px !important;
  }

  .home-page #home-services .service-card-primary .service-card-media {
    min-height: 0;
    flex: 1 1 auto;
    aspect-ratio: auto;
  }

  .home-page #home-services .service-card-primary .service-card-content {
    flex: 0 0 auto;
    padding: 0 12px;
  }

  .home-page #home-services .service-card-kicker {
    width: max-content;
    margin-top: 16px;
    border: 1px solid #b9ddfa;
    border-radius: 999px;
    padding: 5px 10px;
    color: #087fe7;
    background: #eef8ff;
    font-size: 12px;
    font-weight: 700;
  }

  .home-page #home-services .service-card-primary h3 {
    margin-top: 10px;
    font-size: 28px;
  }

  .home-page #home-services .service-card-primary p {
    max-width: 620px;
    margin-bottom: 12px;
    font-size: 15px;
  }

  .home-page #home-services .service-card-links {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
  }

  .home-page #home-services .service-card-compact {
    grid-column: 2 !important;
    min-height: 0 !important;
    padding: 9px !important;
    display: grid;
    grid-template-columns: 138px minmax(0, 1fr);
    align-items: stretch;
    overflow: hidden;
  }

  .home-page #home-services .service-card-compact .service-card-media {
    height: 100%;
    min-height: 0;
    aspect-ratio: auto;
    border-radius: 13px;
  }

  .home-page #home-services .service-card-compact .service-card-content {
    min-width: 0;
    padding: 4px 8px 4px 14px;
  }

  .home-page #home-services .service-card-compact h3 {
    margin: 4px 0 6px;
    font-size: 17px;
  }

  .home-page #home-services .service-card-compact p {
    margin-bottom: 6px;
    font-size: 12.5px;
    line-height: 1.5;
  }

  .home-page #home-services .service-card-compact a {
    font-size: 12.5px;
  }

  .home-page #cases .showcase-item figcaption small {
    display: block;
    margin-bottom: 6px;
    color: #71dfff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.04em;
  }

  .home-page #cases .showcase-item figcaption strong {
    line-height: 1.25;
  }

  .home-page #home-scenes .scene-feature-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 18px;
  }

  .home-page #home-scenes .scene-feature-grid .scene-card {
    min-height: clamp(280px, 36vh, 340px);
    border: 1px solid rgba(80, 132, 186, 0.26);
    border-radius: 22px;
    box-shadow: 0 22px 54px rgba(31, 80, 132, 0.14);
  }

  .home-page #home-scenes .scene-card-content {
    padding: 22px 22px 20px;
  }

  .home-page #home-scenes .scene-card-content h3 {
    margin-bottom: 8px;
    font-size: 24px;
  }

  .home-page #home-scenes .scene-card-content p {
    margin: 0 0 12px;
    color: rgba(239, 247, 255, 0.82);
    font-size: 14px;
  }

  .home-page #home-scenes .scene-card-content a {
    color: #70e5ff;
    font-size: 13px;
    font-weight: 700;
  }

  .home-page #home-scenes .scene-link-row {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
  }

  .home-page #home-scenes .scene-link-row span,
  .home-page #home-scenes .scene-link-row a {
    border: 1px solid rgba(71, 124, 179, 0.24);
    border-radius: 999px;
    padding: 9px 15px;
    background: rgba(255, 255, 255, 0.72);
    color: #21354c;
    font-size: 13px;
    text-decoration: none;
  }

  .home-page #home-scenes .scene-link-row span {
    border-color: transparent;
    padding-left: 0;
    background: transparent;
    font-weight: 700;
  }

  .home-page #home-scenes .scene-link-row .scene-link-all {
    border-color: #087fe7;
    background: #087fe7;
    color: #ffffff;
  }

  .home-page #home-process .process-timeline {
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 12px;
    list-style: none;
  }

  .home-page #home-process .process-timeline li {
    min-height: 214px;
    border: 1px solid rgba(98, 168, 232, 0.25);
    border-radius: 20px;
    padding: 24px 20px;
    background: #0b1730;
    box-shadow: 0 20px 46px rgba(0, 0, 0, 0.18);
  }

  .home-page #home-process .process-timeline span {
    display: block;
    margin-bottom: 44px;
    color: #50dafa;
    font-size: 13px;
    font-weight: 800;
  }

  .home-page #home-process .process-timeline h3 {
    margin: 0 0 10px;
    color: #ffffff;
    font-size: 19px;
  }

  .home-page #home-process .process-timeline p {
    margin: 0;
    color: rgba(208, 225, 243, 0.76);
    font-size: 13px;
    line-height: 1.6;
  }

  .home-page #home-process .process-ready {
    margin-top: 18px;
    border: 1px solid rgba(98, 168, 232, 0.25);
    border-radius: 20px;
    padding: 18px 20px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto;
    align-items: center;
    gap: 24px;
    background: #08162b;
  }

  .home-page #home-process .process-ready > div > span {
    display: block;
    margin-bottom: 4px;
    color: #50dafa;
    font-size: 11px;
    font-weight: 800;
  }

  .home-page #home-process .process-ready strong {
    color: #ffffff;
    font-size: 17px;
  }

  .home-page #home-process .process-ready p {
    margin: 5px 0 0;
    color: rgba(208, 225, 243, 0.72);
    font-size: 13px;
  }

  .home-page #home-process .process-ready ul {
    margin: 0;
    padding: 0;
    display: flex;
    gap: 8px;
    list-style: none;
  }

  .home-page #home-process .process-ready li {
    border: 1px solid rgba(112, 211, 244, 0.24);
    border-radius: 999px;
    padding: 7px 10px;
    color: #d8f5ff;
    font-size: 12px;
    white-space: nowrap;
  }

  .home-page #home-process .process-ready .button {
    margin: 0;
    white-space: nowrap;
  }

  .home-page #home-knowledge .guide-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
  }

  .home-page #home-knowledge .guide-card {
    min-height: 205px;
    border: 1px solid #dce8f5;
    border-radius: 20px;
    padding: 24px;
    background: #ffffff;
    box-shadow: 0 18px 46px rgba(24, 68, 116, 0.09);
  }

  .home-page #home-knowledge .guide-card > span {
    display: block;
    margin-bottom: 24px;
    color: #087fe7;
    font-size: 13px;
    font-weight: 800;
  }

  .home-page #home-knowledge .guide-card h3 {
    margin: 0 0 8px;
    color: #07111f;
    font-size: 21px;
  }

  .home-page #home-knowledge .guide-card p {
    margin: 0 0 14px;
    color: #5b6878;
    font-size: 14px;
    line-height: 1.6;
  }

  .home-page #home-knowledge .guide-card a {
    color: #087fe7;
    font-size: 13px;
    font-weight: 700;
  }

  .home-page #home-knowledge .guide-resource {
    margin-top: 16px;
    border: 1px solid #bcdcf6;
    border-radius: 20px;
    padding: 18px 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    background: #eaf6ff;
  }

  .home-page #home-knowledge .guide-resource span {
    display: block;
    margin-bottom: 4px;
    color: #087fe7;
    font-size: 12px;
    font-weight: 800;
  }

  .home-page #home-knowledge .guide-resource strong {
    color: #10233a;
    font-size: 16px;
  }

  .home-page #home-knowledge .guide-resource .button {
    border-color: #087fe7;
    background: #087fe7;
    color: #ffffff;
    box-shadow: 0 12px 28px rgba(8, 127, 231, 0.22);
  }

  .home-page #home-knowledge .guide-related {
    margin-top: 18px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 18px;
    color: #5b6878;
    font-size: 13px;
  }

  .home-page #home-knowledge .guide-related span {
    color: #10233a;
    font-weight: 700;
  }

  .home-page #home-knowledge .guide-related a {
    color: #087fe7;
  }

  .home-page #home-faq .faq-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(300px, 0.55fr);
    gap: 20px;
    align-items: stretch;
  }

  .home-page #home-faq .faq-list {
    display: grid;
    gap: 10px;
  }

  .home-page #home-faq .faq-list details {
    border: 1px solid rgba(98, 168, 232, 0.25);
    border-radius: 16px;
    background: #0b1730;
    overflow: hidden;
  }

  .home-page #home-faq .faq-list summary {
    padding: 17px 20px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
  }

  .home-page #home-faq .faq-list summary::marker {
    color: #50dafa;
  }

  .home-page #home-faq .faq-list details > div {
    border-top: 1px solid rgba(98, 168, 232, 0.18);
    padding: 0 20px 17px;
  }

  .home-page #home-faq .faq-list p {
    margin: 14px 0 0;
    color: rgba(208, 225, 243, 0.76);
    font-size: 13px;
    line-height: 1.65;
  }

  .home-page #home-faq .faq-contact-card {
    border: 1px solid rgba(98, 168, 232, 0.28);
    border-radius: 22px;
    padding: 28px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #0d1c39;
    box-shadow: 0 24px 56px rgba(0, 0, 0, 0.2);
  }

  .home-page #home-faq .faq-contact-card > span {
    color: #50dafa;
    font-size: 12px;
    font-weight: 800;
  }

  .home-page #home-faq .faq-contact-card h3 {
    margin: 14px 0 10px;
    font-size: 26px;
  }

  .home-page #home-faq .faq-contact-card p {
    margin: 0 0 22px;
    color: rgba(208, 225, 243, 0.76);
    font-size: 14px;
    line-height: 1.65;
  }

  .home-page #home-faq .faq-contact-card .button {
    margin-bottom: 16px;
    border-color: #087fe7;
    background: #087fe7;
    color: #ffffff;
    box-shadow: 0 12px 28px rgba(8, 127, 231, 0.26);
    text-align: center;
  }

  .home-page #home-faq .faq-contact-card > a:last-child {
    color: #72dfff;
    font-size: 13px;
    text-align: center;
  }

  .home-page #home-contact {
    min-height: 70svh;
    display: flex;
    align-items: center;
    scroll-snap-align: start;
  }
}

@media (min-width: 1180px) {
  .home-page .home-screen-section > .container {
    width: min(1180px, calc(100% - 200px)) !important;
  }
}

@media (min-width: 761px) and (max-width: 1180px) {
  html:has(body.home-page) {
    scroll-snap-type: none;
  }

  .home-page main > .home-screen-section {
    min-height: auto;
    overflow: visible;
  }

  .home-page .home-screen-section .section-heading {
    gap: 34px;
  }

  .home-page #home-services .service-grid,
  .home-page #home-scenes .grid,
  .home-page main > .home-section-dark:not(#cases):not(#home-process):not(.faq-section) .grid,
  .home-page .faq-section .faq-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .home-page #home-services .service-grid-priority {
    height: auto;
    min-height: 0;
    grid-template-rows: auto !important;
  }

  .home-page #home-services .service-card.service-card-primary.feature-card {
    grid-column: 1 / 3 !important;
    grid-row: auto;
    min-height: 440px !important;
  }

  .home-page #home-services .service-card-compact {
    grid-column: auto !important;
    min-height: 160px !important;
  }

  .home-page #home-services .service-card-compact:last-child {
    grid-column: 1 / 3 !important;
  }

  .home-page #home-scenes .scene-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .home-page #home-scenes .scene-feature-grid .scene-card:last-child {
    grid-column: 1 / 3;
  }

  .home-page #home-process .process-timeline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-page #home-process .process-timeline li:last-child {
    grid-column: 1 / 3;
  }

  .home-page #home-process .process-ready {
    grid-template-columns: 1fr;
  }

  .home-page #home-knowledge .guide-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-page #home-knowledge .guide-card:last-child {
    grid-column: 1 / 3;
  }

  .home-page #home-faq .faq-layout {
    grid-template-columns: 1fr;
  }
}

/* Homepage services v5: faithful reconstruction of the approved architecture section. */
@media (min-width: 961px) {
  .home-page #home-services {
    min-height: 100svh;
    padding-top: clamp(30px, 4.2vh, 44px);
    padding-bottom: clamp(30px, 4.2vh, 44px);
    align-items: flex-start;
    background: #eef2fc !important;
  }

  .home-page #home-services > .container {
    width: min(1280px, calc(100% - 88px)) !important;
  }

  .home-page #home-services .section-heading {
    position: relative;
    z-index: 6;
    max-width: 560px;
    margin-bottom: 8px;
    display: block;
  }

  .home-page #home-services .section-heading h2 {
    padding-left: 16px;
    border-left-width: 3px;
    font-size: clamp(34px, 2.8vw, 42px);
    line-height: 1.08;
  }

  .home-page #home-services .section-heading p {
    max-width: 520px;
    margin: 9px 0 0 19px;
    color: #586d84;
    font-size: 13px;
    line-height: 1.65;
  }

  .home-page #home-services .service-architecture {
    position: relative;
    width: min(1180px, 100%);
    height: 500px;
    min-height: 500px;
    margin: -4px auto 0;
    display: grid;
    grid-template-columns: 132px 24px minmax(620px, 820px) 24px 122px;
    justify-content: center;
    align-items: center;
    gap: 9px;
  }

  .home-page #home-services .service-flow-column {
    position: relative;
    z-index: 4;
    padding: 13px 10px;
    border-color: #d6e5f6;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 15px 38px rgba(40, 83, 132, 0.08);
  }

  .home-page #home-services .service-flow-column > strong {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
  }

  .home-page #home-services .service-flow-column ul {
    gap: 5px;
  }

  .home-page #home-services .service-flow-column li {
    min-height: 43px;
    padding: 7px 8px;
    gap: 8px;
    border-color: transparent;
    border-radius: 9px;
    color: #31506f;
    background: transparent;
    font-size: 12px;
    white-space: nowrap;
  }

  .home-page #home-services .service-inputs {
    transform: translate(18px, -78px);
  }

  .home-page #home-services .service-outputs {
    transform: translate(-52px, -78px);
  }

  .home-page #home-services .service-flow-column li .ti {
    flex-basis: 26px;
    width: 26px;
    height: 26px;
    border-radius: 7px;
    color: #176fd0;
    background: #edf5ff;
    font-size: 16px;
  }

  .home-page #home-services .service-flow-arrow {
    visibility: hidden;
  }

  .home-page #home-services .service-platform.service-platform-visual {
    min-height: 500px;
  }

  .home-page #home-services .service-platform-art {
    top: -106px;
    right: auto;
    bottom: auto;
    left: 50%;
    z-index: 1;
    width: 1120px;
    max-width: none;
    height: auto;
    transform: translateX(-50%) scale(1.08, 0.91);
    pointer-events: none;
  }

  .home-page #home-services .service-platform-art img {
    width: 100%;
    height: auto;
    object-fit: initial;
  }

  .home-page #home-services .service-layer-links {
    z-index: 3;
    transform: translateY(-25px);
  }

  .home-page #home-services .service-layer-link {
    min-width: 220px;
    padding: 7px 14px;
    border-color: rgba(102, 182, 244, 0.18);
    border-radius: 8px;
    background: rgba(3, 25, 57, 0.48);
    box-shadow: none;
  }

  .home-page #home-services .service-layer-link strong {
    font-size: 12px;
  }

  .home-page #home-services .service-layer-one { top: 21%; }
  .home-page #home-services .service-layer-two { top: 30%; }
  .home-page #home-services .service-layer-three { top: 42%; }
  .home-page #home-services .service-layer-four { top: 55%; }

  .home-page #home-services .service-platform-visual footer {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
  }
}

@media (min-width: 961px) and (max-width: 1180px) {
  .home-page #home-services > .container {
    width: min(1080px, calc(100% - 56px)) !important;
  }

  .home-page #home-services .service-architecture {
    width: 100%;
    grid-template-columns: 116px 18px minmax(560px, 720px) 18px 112px;
    gap: 6px;
  }

  .home-page #home-services .service-platform-art {
    width: 980px;
  }

  .home-page #home-services .service-layer-link {
    min-width: 204px;
  }
}

/* Homepage services v8 terminal cascade overrides. */
@media (min-width: 961px) {
  .home-page #home-services .section-heading p {
    max-width: 350px;
  }

  .home-page #home-services .service-architecture-v8 {
    margin-top: -114px;
  }
}

@media (min-width: 1500px) and (min-height: 800px) {
  .home-page #home-services .service-architecture-v8 {
    margin-top: -112px;
  }
}

/* Compact PC header polish: retain the complete desktop navigation without
   allowing the company name or language switch to wrap. */
@media (min-width: 921px) and (max-width: 1100px) {
  .home-page .nav {
    width: calc(100vw - 36px);
    max-width: 1000px;
    padding-inline: 16px 10px;
    gap: 14px;
  }

  .home-page .brand {
    flex: 0 0 auto;
    gap: 8px;
    font-size: 14px;
    white-space: nowrap;
  }

  .home-page .brand span {
    white-space: nowrap;
  }

  .home-page .brand-mark {
    width: 36px;
    height: 36px;
  }

  .home-page .nav-links {
    min-width: 0;
    gap: 2px;
  }

  .home-page .nav-links a:not(.nav-cta) {
    padding-inline: 8px;
    font-size: 13px;
  }

  .home-page .nav-links .locale-switch {
    width: auto;
    height: auto;
    padding-inline: 6px;
    font-size: 13px;
    white-space: nowrap;
    overflow-wrap: normal;
  }

  .home-page .nav-links .nav-cta {
    padding-inline: 14px;
    font-size: 13px;
    white-space: nowrap;
  }

  .home-page.nav-surface-light .nav {
    background: rgba(255, 255, 255, 0.985) !important;
  }

  .home-page.nav-surface-dark .nav {
    background: linear-gradient(135deg, rgba(4, 13, 30, 0.985), rgba(8, 26, 52, 0.97)) !important;
  }
}

/* Homepage services v9: code-drawn relationships, larger type and calmer spacing. */
.home-page #home-services .service-connector-code {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
  overflow: visible;
  pointer-events: none;
}

.home-page #home-services .service-connector-code #service-arrow-thin path {
  fill: #abc7ea;
}

.home-page #home-services .service-connector-code #service-arrow-flow path {
  fill: #d8e4f7;
}

.home-page #home-services .service-connector-thin,
.home-page #home-services .service-connector-operations-line {
  fill: none;
  stroke: #b9cee9;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
}

.home-page #home-services .service-connector-thin {
  opacity: 0.92;
}

.home-page #home-services .service-connector-flow,
.home-page #home-services .service-connector-flow-highlight {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
}

.home-page #home-services .service-connector-flow {
  stroke: #dbe6f8;
  stroke-width: 23;
  opacity: 0.82;
}

.home-page #home-services .service-connector-flow-highlight {
  stroke: rgba(255, 255, 255, 0.72);
  stroke-width: 8;
}

.home-page #home-services .service-connector-operations-line {
  stroke: #c5d7ee;
  opacity: 0.86;
}

@media (min-width: 961px) {
  .home-page #home-services {
    padding-top: clamp(54px, 6.5vh, 72px);
    padding-bottom: clamp(24px, 3vh, 36px);
  }

  .home-page #home-services .section-heading {
    max-width: 680px;
    margin-bottom: 16px;
  }

  .home-page #home-services .section-heading h2 {
    padding-left: 18px;
    border-left-width: 4px;
    font-size: clamp(40px, 3.15vw, 54px);
    font-weight: 900;
    line-height: 1.12;
    letter-spacing: -0.035em;
  }

  .home-page #home-services .section-heading p {
    max-width: 430px;
    margin: 13px 0 0 22px;
    font-size: clamp(15px, 1vw, 17px);
    font-weight: 500;
    line-height: 1.85;
  }

  .home-page #home-services .service-section-link {
    margin: 18px 0 0 22px;
    font-size: clamp(15px, 1vw, 17px);
    font-weight: 800;
  }

  .home-page #home-services .service-architecture-v8 {
    margin-top: -72px;
  }

  .home-page #home-services .service-capability {
    width: clamp(230px, 18vw, 270px);
  }

  .home-page #home-services .service-capability h3,
  .home-page #home-services .service-operations h3 {
    margin-bottom: 12px;
    gap: 9px;
    font-size: clamp(18px, 1.2vw, 21px);
    font-weight: 800;
    line-height: 1.42;
    letter-spacing: 0.01em;
  }

  .home-page #home-services .service-capability h3 > .ti,
  .home-page #home-services .service-operations h3 > .ti {
    font-size: 23px;
  }

  .home-page #home-services .service-capability li {
    min-height: 31px;
    gap: 5px;
    font-size: clamp(14px, 0.92vw, 16px);
    font-weight: 500;
    line-height: 1.68;
  }

  .home-page #home-services .service-capability li .ti {
    font-size: 17px;
  }

  .home-page #home-services .service-capability-ingest,
  .home-page #home-services .service-capability-software {
    top: 185px;
  }

  .home-page #home-services .service-capability-visual {
    top: 16px;
  }

  .home-page #home-services .service-stack-visual {
    top: -4px;
  }

  .home-page #home-services .service-terminal-card {
    flex-basis: 158px;
    padding: 15px 16px;
    gap: 7px;
    border-radius: 16px;
  }

  .home-page #home-services .service-terminal-card li {
    min-height: 31px;
    gap: 10px;
    font-size: clamp(13px, 0.84vw, 15px);
    font-weight: 700;
  }

  .home-page #home-services .service-terminal-card li .ti {
    width: 24px;
    font-size: 22px;
  }

  .home-page #home-services .service-flow-node {
    flex-basis: 102px;
    width: 102px;
    height: 102px;
    font-size: 14px;
  }

  .home-page #home-services .service-flow-node .ti {
    font-size: 24px;
  }

  .home-page #home-services .service-operations {
    width: clamp(500px, 40vw, 610px);
  }

  .home-page #home-services .service-operations ul {
    padding: 12px 16px;
    gap: 9px;
  }

  .home-page #home-services .service-operations li {
    gap: 7px;
    font-size: clamp(12px, 0.78vw, 14px);
  }

  .home-page #home-services .service-operations li .ti {
    font-size: 19px;
  }
}

@media (min-width: 1500px) and (min-height: 800px) {
  .home-page #home-services .service-architecture-v8 {
    margin-top: -62px;
  }

  .home-page #home-services .service-capability-ingest,
  .home-page #home-services .service-capability-software {
    top: 220px;
  }

  .home-page #home-services .service-stack-visual {
    top: 4px;
  }
}

@media (max-width: 960px) {
  .home-page #home-services .service-connector-code {
    display: none;
  }
}

/* Homepage services v8 final relationship and title alignment overrides. */
@media (min-width: 961px) {
  .home-page #home-services .section-heading p {
    max-width: 350px;
  }

  .home-page #home-services .service-architecture-v8 {
    margin-top: -114px;
  }

  .home-page #home-services .service-capability-route {
    position: absolute;
    color: #88afe5;
    font-size: 31px;
    filter: drop-shadow(0 4px 7px rgba(55, 109, 183, 0.14));
  }

  .home-page #home-services .service-capability-ingest .service-capability-route {
    right: -30px;
    bottom: -2px;
  }

  .home-page #home-services .service-capability-visual .service-capability-route {
    bottom: -8px;
    left: -34px;
  }

  .home-page #home-services .service-capability-software .service-capability-route {
    top: 34px;
    left: -38px;
  }
}

@media (min-width: 1500px) and (min-height: 800px) {
  .home-page #home-services .service-architecture-v8 {
    margin-top: -112px;
  }
}

@media (max-width: 960px) {
  .home-page #home-services .service-capability-route {
    display: none;
  }
}

/* Homepage services v8: complete design-reference information architecture. */
.home-page #home-services {
  background: #eef2fc !important;
}

.home-page #home-services .service-section-link {
  margin: 16px 0 0 19px;
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #2c73d5;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.home-page #home-services .service-section-link .ti {
  font-size: 18px;
  transition: transform 180ms ease;
}

.home-page #home-services .service-section-link:hover .ti,
.home-page #home-services .service-section-link:focus-visible .ti {
  transform: translateX(4px);
}

.home-page #home-services .service-architecture-v8 {
  position: relative;
  width: 100%;
  min-height: 520px;
  color: #173353;
}

.home-page #home-services .service-capability {
  position: absolute;
  z-index: 4;
  width: clamp(200px, 17vw, 252px);
}

.home-page #home-services .service-capability h3,
.home-page #home-services .service-operations h3 {
  margin: 0 0 9px;
  display: flex;
  align-items: center;
  gap: 7px;
  color: #172f4d;
  font-size: clamp(15px, 1.04vw, 18px);
  line-height: 1.35;
}

.home-page #home-services .service-capability h3 > .ti,
.home-page #home-services .service-operations h3 > .ti {
  color: #267bdc;
  font-size: 20px;
}

.home-page #home-services .service-capability ul,
.home-page #home-services .service-operations ul,
.home-page #home-services .service-terminal-card {
  margin: 0;
  padding: 0;
  list-style: none;
}

.home-page #home-services .service-capability li {
  min-height: 27px;
  display: flex;
  align-items: center;
  gap: 3px;
  color: #526b87;
  font-size: clamp(12px, 0.78vw, 14px);
  line-height: 1.55;
}

.home-page #home-services .service-capability li .ti {
  color: #4c8cdf;
  font-size: 15px;
}

.home-page #home-services .service-capability-ingest {
  top: 170px;
  left: 6.5%;
}

.home-page #home-services .service-capability-visual {
  top: 4px;
  right: 5.5%;
}

.home-page #home-services .service-capability-software {
  top: 170px;
  right: 5.5%;
}

.home-page #home-services .service-stack-visual {
  position: absolute;
  top: -22px;
  left: 50%;
  z-index: 2;
  width: clamp(520px, 48vw, 700px);
  margin: 0;
  transform: translateX(-50%);
  pointer-events: none;
}

.home-page #home-services .service-stack-visual picture,
.home-page #home-services .service-stack-visual img {
  width: 100%;
  height: auto;
  display: block;
}

.home-page #home-services .service-stack-visual img {
  filter: drop-shadow(0 18px 22px rgba(55, 112, 191, 0.14));
}

.home-page #home-services .service-stack-visual figcaption {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.home-page #home-services .service-connector-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block;
  pointer-events: none;
}

.home-page #home-services .service-connector-overlay img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: fill;
}

.home-page #home-services .service-input-flow,
.home-page #home-services .service-output-flow {
  position: absolute;
  bottom: 0;
  z-index: 5;
  width: min(31%, 430px);
  min-width: 330px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(7px, 0.75vw, 13px);
}

.home-page #home-services .service-input-flow {
  left: 0;
}

.home-page #home-services .service-output-flow {
  right: 0;
}

.home-page #home-services .service-terminal-card {
  flex: 0 0 142px;
  padding: 12px 14px;
  display: grid;
  gap: 5px;
  border: 1px solid #d5e2f3;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 14px 34px rgba(53, 88, 132, 0.08);
}

.home-page #home-services .service-terminal-card li {
  min-height: 27px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #45617f;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}

.home-page #home-services .service-terminal-card li .ti {
  width: 21px;
  color: #214f91;
  font-size: 19px;
  text-align: center;
}

.home-page #home-services .service-flow-node {
  flex: 0 0 94px;
  width: 94px;
  height: 94px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 2px;
  border: 1px solid #d3e1f4;
  border-radius: 50%;
  color: #28599c;
  background: rgba(231, 239, 255, 0.96);
  box-shadow: 0 0 0 12px rgba(226, 235, 252, 0.58), 0 12px 28px rgba(57, 99, 156, 0.11);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
}

.home-page #home-services .service-flow-node .ti {
  color: #2e79dc;
  font-size: 22px;
}

.home-page #home-services .service-route-arrow,
.home-page #home-services .service-route-corner {
  flex: 0 0 auto;
  color: #6f9ce2;
  filter: drop-shadow(0 5px 8px rgba(63, 117, 195, 0.18));
}

.home-page #home-services .service-route-arrow {
  font-size: 42px;
}

.home-page #home-services .service-route-corner {
  font-size: 52px;
}

.home-page #home-services .service-operations {
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 6;
  width: clamp(410px, 37vw, 560px);
  transform: translateX(-50%);
}

.home-page #home-services .service-operations h3 {
  justify-content: center;
  margin-bottom: 10px;
}

.home-page #home-services .service-operations-route {
  position: absolute;
  top: -34px;
  left: 50%;
  color: #82a9e1;
  font-size: 27px;
  transform: translateX(-50%);
  filter: drop-shadow(0 4px 7px rgba(55, 109, 183, 0.14));
}

.home-page #home-services .service-operations ul {
  padding: 10px 14px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 7px;
  border: 1px solid #d2e1f4;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 14px 32px rgba(53, 88, 132, 0.07);
}

.home-page #home-services .service-operations li {
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  color: #49637f;
  font-size: 11px;
  font-weight: 700;
  white-space: nowrap;
}

.home-page #home-services .service-operations li .ti {
  color: #357fd9;
  font-size: 18px;
}

@media (min-width: 961px) {
  .home-page #home-services .service-architecture-v8 {
    height: clamp(500px, 60vh, 580px);
    min-height: clamp(500px, 60vh, 580px);
    margin-top: clamp(-116px, -8vh, -74px);
  }
}

@media (min-width: 1500px) and (min-height: 800px) {
  .home-page #home-services .service-architecture-v8 {
    height: clamp(610px, 66vh, 680px);
    min-height: clamp(610px, 66vh, 680px);
    margin-top: clamp(-104px, -7vh, -72px);
  }

  .home-page #home-services .service-capability-ingest,
  .home-page #home-services .service-capability-software {
    top: 205px;
  }

  .home-page #home-services .service-stack-visual {
    top: -12px;
    width: clamp(650px, 46vw, 790px);
  }
}

@media (min-width: 761px) and (max-width: 1180px) {
  .home-page #home-services .service-capability-ingest {
    left: 1%;
  }

  .home-page #home-services .service-capability-visual,
  .home-page #home-services .service-capability-software {
    right: 1%;
  }

  .home-page #home-services .service-stack-visual {
    width: clamp(500px, 53vw, 610px);
  }

  .home-page #home-services .service-input-flow,
  .home-page #home-services .service-output-flow {
    min-width: 302px;
  }

  .home-page #home-services .service-terminal-card {
    flex-basis: 126px;
    padding: 10px;
  }

  .home-page #home-services .service-flow-node {
    flex-basis: 82px;
    width: 82px;
    height: 82px;
    box-shadow: 0 0 0 8px rgba(226, 235, 252, 0.58), 0 10px 22px rgba(57, 99, 156, 0.1);
    font-size: 12px;
  }

  .home-page #home-services .service-route-arrow {
    font-size: 33px;
  }

  .home-page #home-services .service-route-corner {
    font-size: 39px;
  }

  .home-page #home-services .service-operations {
    width: 430px;
  }
}

@media (max-width: 960px) {
  .home-page #home-services .service-connector-overlay {
    display: none;
  }

  .home-page #home-services .service-section-link {
    margin-left: 0;
  }

  .home-page #home-services .service-architecture-v8 {
    min-height: 0;
    margin-top: 28px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }

  .home-page #home-services .service-capability,
  .home-page #home-services .service-stack-visual,
  .home-page #home-services .service-input-flow,
  .home-page #home-services .service-output-flow,
  .home-page #home-services .service-operations {
    position: static;
    width: auto;
    min-width: 0;
    transform: none;
  }

  .home-page #home-services .service-capability {
    padding: 18px;
    border: 1px solid #d5e2f3;
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.88);
  }

  .home-page #home-services .service-stack-visual {
    grid-column: 1 / -1;
    grid-row: 2;
    max-width: 680px;
    justify-self: center;
  }

  .home-page #home-services .service-capability-software {
    grid-column: 1 / -1;
  }

  .home-page #home-services .service-input-flow,
  .home-page #home-services .service-output-flow {
    width: 100%;
  }

  .home-page #home-services .service-operations {
    grid-column: 1 / -1;
  }

}

@media (max-width: 620px) {
  .home-page #home-services .service-architecture-v8 {
    grid-template-columns: 1fr;
  }

  .home-page #home-services .service-capability-software,
  .home-page #home-services .service-stack-visual,
  .home-page #home-services .service-operations {
    grid-column: 1;
  }

  .home-page #home-services .service-input-flow,
  .home-page #home-services .service-output-flow {
    flex-wrap: wrap;
  }

  .home-page #home-services .service-route-corner {
    display: none;
  }

  .home-page #home-services .service-operations ul {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 760px) {
  .home-page .mobile-app-actions {
    width: min(194px, 100%) !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  html:has(body.home-page) {
    scroll-snap-type: none;
  }
}

/* Homepage modules v3: selected full-page design, 2026-08-05. */
@media (min-width: 761px) {
  .home-page .home-v3-section {
    padding: clamp(58px, 7vh, 78px) 0;
    scroll-margin-top: 96px;
  }

  .home-page .home-v3-section > .container {
    width: min(1280px, calc(100% - 72px)) !important;
  }

  .home-page .home-v3-section .section-heading {
    margin-bottom: clamp(26px, 3.5vh, 36px);
  }

  .home-page .home-v3-section .section-heading h2 {
    font-size: clamp(36px, 3.4vw, 50px);
  }

  .home-page .home-v3-section .section-heading p {
    font-size: 16px;
  }

  .home-page .home-v3-section .ti,
  .home-page .home-cta-v3 .ti {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
  }

  .home-page #home-services {
    background: #f7faff !important;
  }

  .home-page .service-architecture {
    min-height: clamp(470px, 55vh, 540px);
    display: grid;
    grid-template-columns: 152px 30px minmax(0, 1fr) 30px 142px;
    align-items: center;
    gap: 12px;
  }

  .home-page .service-flow-column {
    padding: 18px 14px;
    border: 1px solid #d5e4f5;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 16px 40px rgba(34, 78, 128, 0.08);
  }

  .home-page .service-flow-column > strong {
    display: block;
    margin-bottom: 12px;
    color: #23364c;
    font-size: 13px;
    text-align: center;
  }

  .home-page .service-flow-column ul {
    margin: 0;
    padding: 0;
    display: grid;
    gap: 8px;
    list-style: none;
  }

  .home-page .service-flow-column li {
    min-height: 46px;
    padding: 8px 9px;
    display: flex;
    align-items: center;
    gap: 9px;
    border: 1px solid #e4edf8;
    border-radius: 11px;
    color: #50647a;
    background: #f8fbff;
    font-size: 12px;
    font-weight: 700;
  }

  .home-page .service-flow-column li .ti {
    flex: 0 0 28px;
    width: 28px;
    height: 28px;
    border-radius: 8px;
    color: #087fe7;
    background: #e9f4ff;
    font-size: 17px;
  }

  .home-page .service-flow-arrow {
    color: #258ee9;
    font-size: 26px;
    text-align: center;
  }

  .home-page .service-platform {
    min-width: 0;
    padding: 26px;
    border: 1px solid #285e9a;
    border-radius: 24px;
    color: #ffffff;
    background: #061a37;
    box-shadow: 0 28px 70px rgba(11, 59, 111, 0.24);
  }

  .home-page .service-platform header {
    margin-bottom: 20px;
    text-align: center;
  }

  .home-page .service-platform header > span {
    color: #5bddff;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.12em;
  }

  .home-page .service-platform header h3 {
    margin: 8px 0 8px;
    color: #ffffff !important;
    font-size: clamp(24px, 2.2vw, 32px);
  }

  .home-page .service-platform header p {
    margin: 0;
    color: #a8bed7;
    font-size: 13px;
  }

  .home-page .service-capabilities {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border: 1px solid rgba(107, 181, 247, 0.28);
    border-radius: 18px;
    overflow: hidden;
  }

  .home-page .service-capabilities a {
    min-width: 0;
    min-height: 176px;
    padding: 20px 14px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #ddecfb;
    background: #0a254c;
    text-align: center;
  }

  .home-page .service-capabilities a + a {
    border-left: 1px solid rgba(107, 181, 247, 0.22);
  }

  .home-page .service-capabilities a:hover,
  .home-page .service-capabilities a:focus-visible {
    color: #ffffff;
    background: #103567;
  }

  .home-page .service-capabilities a > .ti {
    width: 46px;
    height: 46px;
    margin-bottom: 15px;
    border: 1px solid rgba(95, 218, 255, 0.4);
    border-radius: 14px;
    color: #5bddff;
    background: #0b2f5e;
    font-size: 26px;
  }

  .home-page .service-capabilities strong {
    color: #ffffff;
    font-size: 15px;
  }

  .home-page .service-capabilities span {
    margin-top: 8px;
    color: #9eb5ce;
    font-size: 11px;
    line-height: 1.55;
  }

  .home-page .service-platform footer {
    margin-top: 16px;
    display: flex;
    justify-content: center;
    gap: 24px;
    color: #a8bed7;
    font-size: 12px;
  }

  .home-page .service-platform footer span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
  }

  .home-page .service-platform footer .ti {
    color: #5bddff;
    font-size: 16px;
  }

  .home-page #cases {
    padding-top: 64px;
    padding-bottom: 34px;
    background: #030c1c !important;
  }

  .home-page #cases .section-heading {
    margin-bottom: 24px;
  }

  .home-page .case-stage {
    min-height: 0;
    height: min(455px, 51vh);
    display: grid;
    grid-template-columns: minmax(0, 1.52fr) minmax(330px, 0.76fr);
    gap: 16px;
  }

  .home-page .case-featured,
  .home-page .case-supporting > article {
    min-height: 0;
    overflow: hidden;
    border: 1px solid rgba(87, 151, 218, 0.28);
    border-radius: 20px;
    background: #08172e;
    box-shadow: 0 22px 54px rgba(0, 0, 0, 0.2);
  }

  .home-page .case-featured {
    display: grid;
    grid-template-rows: 58% 42%;
  }

  .home-page .case-featured picture,
  .home-page .case-supporting picture {
    display: block;
    min-height: 0;
    overflow: hidden;
  }

  .home-page .case-featured img,
  .home-page .case-supporting img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
  }

  .home-page .case-featured-copy {
    padding: 22px 24px;
  }

  .home-page .case-featured-copy > span,
  .home-page .case-supporting article > div > span {
    color: #5bddff;
    font-size: 11px;
    font-weight: 800;
  }

  .home-page .case-featured-copy h3 {
    margin: 7px 0 7px;
    color: #ffffff !important;
    font-size: 21px;
    line-height: 1.3;
  }

  .home-page .case-featured-copy p {
    margin: 0;
    color: #aebfd3;
    font-size: 13px;
    line-height: 1.6;
  }

  .home-page .case-featured-copy dl {
    margin: 16px 0 14px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
  }

  .home-page .case-featured-copy dl div {
    padding-left: 12px;
    border-left: 2px solid #248bea;
  }

  .home-page .case-featured-copy dt {
    color: #748ca8;
    font-size: 10px;
  }

  .home-page .case-featured-copy dd {
    margin: 4px 0 0;
    color: #e7f3ff;
    font-size: 12px;
  }

  .home-page .case-featured-copy a,
  .home-page .case-supporting a {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: #62dcff;
    font-size: 12px;
    font-weight: 750;
  }

  .home-page .case-supporting {
    min-height: 0;
    display: grid;
    grid-template-rows: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

  .home-page .case-supporting > article {
    display: grid;
    grid-template-rows: 112px minmax(0, 1fr);
  }

  .home-page .case-supporting article > div {
    padding: 10px 14px;
  }

  .home-page .case-supporting h3 {
    margin: 4px 0;
    color: #ffffff !important;
    font-size: 15px;
    line-height: 1.28;
  }

  .home-page .case-supporting p {
    margin: 0 0 5px;
    overflow: hidden;
    color: #9eb3cc;
    font-size: 11.5px;
    line-height: 1.5;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .home-page #cases .section-more {
    margin: 14px 0 0;
    text-align: center;
  }

  .home-page #cases .section-more .button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
  }

  .home-page #home-scenes {
    background: #eef5ff !important;
  }

  .home-page .scene-panorama {
    min-height: clamp(400px, 50vh, 470px);
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 12px;
  }

  .home-page .scene-panorama > a {
    position: relative;
    min-width: 0;
    overflow: hidden;
    border: 1px solid #cadcf0;
    border-radius: 18px;
    color: #ffffff;
    background: #0a1930;
    box-shadow: 0 18px 44px rgba(35, 74, 116, 0.12);
  }

  .home-page .scene-panorama picture,
  .home-page .scene-panorama img {
    width: 100%;
    height: 100%;
    display: block;
  }

  .home-page .scene-panorama img {
    object-fit: cover;
    transition: transform 0.35s ease;
  }

  .home-page .scene-panorama > a:hover img,
  .home-page .scene-panorama > a:focus-visible img {
    transform: scale(1.035);
  }

  .home-page .scene-panorama > a > span {
    position: absolute;
    inset: auto 0 0;
    min-height: 122px;
    padding: 18px 15px;
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    column-gap: 9px;
    align-content: center;
    background: rgba(3, 15, 33, 0.88);
  }

  .home-page .scene-panorama > a .ti {
    grid-row: 1 / 3;
    width: 34px;
    height: 34px;
    border: 1px solid rgba(102, 219, 255, 0.42);
    border-radius: 10px;
    color: #5bddff;
    background: rgba(10, 48, 89, 0.92);
    font-size: 19px;
  }

  .home-page .scene-panorama strong {
    color: #ffffff;
    font-size: 16px;
  }

  .home-page .scene-panorama small {
    margin-top: 4px;
    color: #b6c9dc;
    font-size: 10.5px;
    line-height: 1.45;
  }

  .home-page .scene-more-links {
    margin-top: 18px;
    padding: 12px 16px;
    display: flex;
    align-items: center;
    gap: 10px;
    border-top: 1px solid #c9d9ec;
    color: #687b91;
    font-size: 12px;
  }

  .home-page .scene-more-links > span {
    margin-right: 6px;
    color: #21364e;
    font-weight: 800;
  }

  .home-page .scene-more-links a {
    padding: 7px 11px;
    border: 1px solid #c6d8ec;
    border-radius: 999px;
    color: #38536f;
    background: #ffffff;
  }

  .home-page .scene-more-links a:last-child {
    margin-left: auto;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    border-color: #087fe7;
    color: #ffffff;
    background: #087fe7;
  }

  .home-page #home-process {
    background: #041022 !important;
  }

  .home-page .delivery-journey {
    margin: 0;
    padding: 24px 0 0;
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 14px;
    border-top: 1px solid rgba(88, 188, 240, 0.36);
    list-style: none;
  }

  .home-page .delivery-journey li {
    position: relative;
    text-align: center;
  }

  .home-page .delivery-journey li::before {
    content: none;
  }

  .home-page .delivery-journey li > span {
    margin: 0 auto 12px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
  }

  .home-page .delivery-journey li > span .ti {
    width: 38px;
    height: 38px;
    border: 1px solid rgba(88, 188, 240, 0.35);
    border-radius: 12px;
    color: #5bddff;
    background: #0a2548;
    font-size: 21px;
  }

  .home-page .delivery-journey b {
    color: #68809a;
    font-size: 11px;
  }

  .home-page .delivery-journey h3 {
    margin: 0 0 6px;
    color: #ffffff !important;
    font-size: 15px;
  }

  .home-page .delivery-journey p {
    margin: 0 auto;
    max-width: 128px;
    color: #8fa5bd;
    font-size: 10.5px;
    line-height: 1.5;
  }

  .home-page .delivery-evidence {
    margin-top: 32px;
    min-height: 250px;
    padding: 18px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 44px minmax(0, 1fr) minmax(210px, 0.68fr);
    align-items: stretch;
    gap: 14px;
    border: 1px solid rgba(87, 151, 218, 0.26);
    border-radius: 20px;
    background: #081a34;
  }

  .home-page .delivery-evidence figure {
    position: relative;
    margin: 0;
    overflow: hidden;
    border-radius: 14px;
    background: #020918;
  }

  .home-page .delivery-evidence picture,
  .home-page .delivery-evidence img {
    width: 100%;
    height: 100%;
    display: block;
  }

  .home-page .delivery-evidence img {
    object-fit: cover;
  }

  .home-page .delivery-evidence figcaption {
    position: absolute;
    left: 12px;
    top: 12px;
    padding: 6px 9px;
    border: 1px solid rgba(107, 202, 255, 0.34);
    border-radius: 999px;
    color: #e8f8ff;
    background: rgba(3, 18, 38, 0.9);
    font-size: 10px;
    font-weight: 750;
  }

  .home-page .delivery-evidence > span {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #4abff2;
    font-size: 28px;
  }

  .home-page .delivery-evidence aside {
    padding: 18px;
    border-left: 1px solid rgba(91, 165, 229, 0.22);
  }

  .home-page .delivery-evidence aside strong {
    color: #ffffff;
    font-size: 15px;
  }

  .home-page .delivery-evidence aside ul {
    margin: 16px 0 0;
    padding: 0;
    display: grid;
    gap: 12px;
    color: #b1c3d7;
    font-size: 11.5px;
    list-style: none;
  }

  .home-page .delivery-evidence aside li {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .home-page .delivery-evidence aside .ti {
    color: #5bddff;
    font-size: 16px;
  }

  .home-page #home-knowledge {
    background: #f7faff !important;
  }

  .home-page .project-start-layout {
    min-height: clamp(450px, 55vh, 520px);
    display: grid;
    grid-template-columns: minmax(0, 1fr) 310px;
    grid-template-rows: minmax(0, 1fr) 62px;
    gap: 14px 16px;
  }

  .home-page .project-start-paths {
    grid-column: 1;
    grid-row: 1;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
  }

  .home-page .project-start-paths article {
    padding: 28px 23px 24px;
    display: flex;
    flex-direction: column;
    border: 1px solid #d6e4f3;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 16px 40px rgba(38, 76, 119, 0.08);
  }

  .home-page .project-start-paths h3 {
    margin: 0 0 12px;
    color: #101f31 !important;
    font-size: 21px;
    line-height: 1.3;
  }

  .home-page .project-start-paths p {
    margin: 0 0 17px;
    color: #5f7083;
    font-size: 13px;
    line-height: 1.72;
  }

  .home-page .project-card-points {
    margin: 0 0 22px;
    padding: 16px 0 0;
    display: grid;
    gap: 10px;
    border-top: 1px solid #e3ebf5;
    color: #2d455e;
    font-size: 12.5px;
    line-height: 1.45;
    list-style: none;
  }

  .home-page .project-card-points li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
  }

  .home-page .project-card-points .ti {
    flex: 0 0 auto;
    margin-top: 1px;
    color: #2688e9;
    font-size: 16px;
  }

  .home-page .project-start-paths .project-start-action {
    width: fit-content;
    min-height: 38px;
    margin-top: auto;
    padding: 0 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    border: 1px solid #bdd8f3;
    border-radius: 999px;
    color: #087fe7;
    background: #f3f8fe;
    box-shadow: 0 7px 18px rgba(42, 112, 183, 0.08);
    font-size: 12.5px;
    font-weight: 750;
    line-height: 1;
    transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
  }

  .home-page .project-start-paths .project-start-action:hover,
  .home-page .project-start-paths .project-start-action:focus-visible {
    border-color: #6fb7f3;
    background: #e7f3ff;
    box-shadow: 0 10px 24px rgba(42, 112, 183, 0.15);
    transform: translateY(-1px);
  }

  .home-page .project-assurances {
    grid-column: 1;
    grid-row: 2;
    min-height: 56px;
    margin: 0;
    padding: 0 18px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    align-items: center;
    border: 1px solid #d3e3f4;
    border-radius: 16px;
    color: #304b69;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 13px 32px rgba(38, 76, 119, 0.07);
    font-size: 12.5px;
    font-weight: 700;
    list-style: none;
  }

  .home-page .project-assurances li {
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    white-space: nowrap;
  }

  .home-page .project-assurances .ti {
    color: #2f84de;
    font-size: 20px;
  }

  .home-page .project-consult-card {
    grid-column: 2;
    grid-row: 1 / 3;
    padding: 32px 28px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border: 1px solid #b9d7f3;
    border-radius: 20px;
    color: #ffffff;
    background: #0a4d99;
    box-shadow: 0 22px 55px rgba(8, 96, 181, 0.2);
  }

  .home-page .project-consult-card h3 {
    margin: 0 0 12px;
    color: #ffffff !important;
    font-size: 25px;
    line-height: 1.3;
  }

  .home-page .project-consult-card p {
    margin: 0;
    color: #d6e8f8;
    font-size: 13px;
    line-height: 1.65;
  }

  .home-page .project-consult-card ul {
    margin: 22px 0;
    padding: 18px 0;
    display: grid;
    gap: 12px;
    border-block: 1px solid rgba(255, 255, 255, 0.18);
    color: #e4f1fb;
    font-size: 12px;
    list-style: none;
  }

  .home-page .project-consult-card li {
    display: flex;
    align-items: center;
    gap: 9px;
  }

  .home-page .project-consult-card li .ti {
    color: #8ce8ff;
    font-size: 17px;
  }

  .home-page .project-consult-card a:not(.button) {
    color: inherit;
  }

  .home-page .project-consult-card .button {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    border-color: #ffffff;
    border-radius: 999px;
    color: #087fe7;
    background: #ffffff;
    box-shadow: 0 12px 26px rgba(1, 33, 74, 0.18);
    text-align: center;
  }

  .home-page #home-faq {
    background: #030c1c !important;
  }

  .home-page #home-faq .section-heading h2 {
    grid-column: 1;
    grid-row: 1;
    justify-self: start;
    padding-left: 22px;
    padding-right: 0;
    border-left: 4px solid #1dbcf2;
    border-right: 0;
    text-align: left;
  }

  .home-page #home-faq .section-heading p {
    grid-column: 2;
    grid-row: 1;
  }

  .home-page .faq-layout-v3 {
    min-height: clamp(450px, 54vh, 510px);
    grid-template-columns: minmax(0, 1fr) 320px !important;
    gap: 20px !important;
  }

  .home-page #home-faq .faq-list {
    align-content: center;
    gap: 0;
    border-block: 1px solid rgba(83, 151, 217, 0.3);
  }

  .home-page #home-faq .faq-list details {
    border: 0;
    border-bottom: 1px solid rgba(83, 151, 217, 0.24);
    border-radius: 0;
    background: transparent;
  }

  .home-page #home-faq .faq-list details:last-child {
    border-bottom: 0;
  }

  .home-page #home-faq .faq-list summary {
    padding: 17px 10px 17px 4px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    list-style: none;
    font-size: 14px;
  }

  .home-page #home-faq .faq-list summary::-webkit-details-marker {
    display: none;
  }

  .home-page #home-faq .faq-list summary::after {
    content: none;
  }

  .home-page #home-faq .faq-list summary > .ti {
    flex: 0 0 auto;
    color: #5bddff;
    font-size: 18px;
    transition: transform 0.2s ease;
  }

  .home-page #home-faq .faq-list details[open] summary > .ti {
    transform: rotate(180deg);
  }

  .home-page #home-faq .faq-list details > div {
    padding: 0 46px 15px 4px;
    border-top: 0;
  }

  .home-page #home-faq .faq-list p {
    margin-top: 0;
    font-size: 12.5px;
  }

  .home-page #home-faq .faq-expert-card {
    padding: 25px;
    align-items: center;
    text-align: center;
  }

  .home-page #home-faq .faq-expert-card > .ti {
    width: 48px;
    height: 48px;
    border: 1px solid rgba(91, 221, 255, 0.34);
    border-radius: 14px;
    color: #5bddff;
    background: #0b2b55;
    font-size: 27px;
  }

  .home-page #home-faq .faq-expert-card h3 {
    font-size: 24px;
  }

  .home-page #home-faq .faq-expert-card img {
    width: 104px;
    height: 104px;
    margin-bottom: 18px;
    border: 8px solid #ffffff;
    border-radius: 8px;
    object-fit: cover;
  }

  .home-page #home-contact.home-cta-v3 {
    min-height: 330px;
    padding: 0;
    background: #0756c9;
  }

  .home-page #home-contact.home-cta-v3 .container {
    width: 100%;
    min-height: 330px;
    padding: 0;
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(420px, 0.9fr);
    gap: 0;
    background: transparent;
  }

  .home-page .home-cta-copy {
    padding: 48px max(44px, calc((100vw - 1280px) / 2));
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }

  .home-page .home-cta-copy > span {
    color: #8ce8ff;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
  }

  .home-page .home-cta-copy h2 {
    margin: 10px 0;
    color: #ffffff;
    font-size: clamp(30px, 3.2vw, 46px);
    line-height: 1.18;
  }

  .home-page .home-cta-copy p {
    margin: 0 0 24px;
    color: #d9eaff;
    font-size: 15px;
  }

  .home-page .home-cta-copy > div {
    display: flex;
    gap: 12px;
  }

  .home-page .home-cta-copy .button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border-color: #ffffff;
    color: #0756c9;
    background: #ffffff;
  }

  .home-page .home-cta-copy .button.secondary {
    color: #ffffff;
    background: transparent;
  }

  .home-page .home-cta-media {
    min-height: 330px;
    display: block;
    overflow: hidden;
  }

  .home-page .home-cta-media img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
  }
}

@media (min-width: 761px) and (max-width: 1180px) {
  .home-page .home-v3-section > .container {
    width: min(100% - 48px, 1040px) !important;
  }

  .home-page .service-architecture {
    grid-template-columns: 132px 22px minmax(0, 1fr) 22px 126px;
    gap: 8px;
  }

  .home-page .service-platform {
    padding: 20px;
  }

  .home-page .service-capabilities {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-page .service-capabilities a {
    min-height: 112px;
    padding: 14px 10px;
  }

  .home-page .service-capabilities a:nth-child(3) {
    border-left: 0;
    border-top: 1px solid rgba(107, 181, 247, 0.22);
  }

  .home-page .service-capabilities a:nth-child(4) {
    border-top: 1px solid rgba(107, 181, 247, 0.22);
  }

  .home-page .service-capabilities a > .ti {
    width: 36px;
    height: 36px;
    margin-bottom: 8px;
    font-size: 21px;
  }

  .home-page .scene-panorama {
    grid-template-columns: repeat(5, minmax(150px, 1fr));
  }

  .home-page .delivery-journey {
    gap: 7px;
  }

  .home-page .delivery-journey li > span {
    flex-direction: column;
  }

  .home-page .delivery-evidence {
    grid-template-columns: minmax(0, 1fr) 34px minmax(0, 1fr) 190px;
  }

  .home-page .project-start-layout {
    grid-template-columns: minmax(0, 1fr) 280px;
  }

  .home-page .project-start-paths article {
    padding: 22px 17px;
  }

  .home-page .project-start-paths h3 {
    font-size: 19px;
  }

  .home-page .project-start-paths p {
    font-size: 12px;
  }

  .home-page .project-card-points {
    font-size: 11.5px;
  }

  .home-page .project-assurances {
    padding-inline: 10px;
    font-size: 11px;
  }

  .home-page .project-assurances li {
    gap: 6px;
  }

  .home-page .project-assurances .ti {
    font-size: 17px;
  }
}

@media (min-width: 761px) and (max-width: 960px) {
  .home-page .home-v3-section {
    min-height: auto;
  }

  .home-page .home-v3-section .section-heading,
  .home-page #home-faq .section-heading {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .home-page .home-heading-right .section-heading h2,
  .home-page #home-faq .section-heading h2 {
    grid-column: 1;
    grid-row: 1;
    justify-self: start;
    padding-left: 18px;
    padding-right: 0;
    border-left: 4px solid #1dbcf2;
    border-right: 0;
    text-align: left;
  }

  .home-page .home-heading-right .section-heading p,
  .home-page #home-faq .section-heading p {
    grid-column: 1;
    grid-row: 2;
  }

  .home-page .service-architecture {
    grid-template-columns: 118px 18px minmax(0, 1fr) 18px 112px;
  }

  .home-page .service-flow-column {
    padding: 13px 10px;
  }

  .home-page .case-stage {
    grid-template-columns: 1fr;
  }

  .home-page .case-supporting {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: none;
  }

  .home-page .scene-panorama {
    min-height: 720px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .home-page .scene-panorama > a:last-child {
    grid-column: 2 / 4;
  }

  .home-page .delivery-journey {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    row-gap: 28px;
  }

  .home-page .delivery-evidence {
    grid-template-columns: 1fr 28px 1fr;
  }

  .home-page .delivery-evidence aside {
    grid-column: 1 / 4;
    border-top: 1px solid rgba(91, 165, 229, 0.22);
    border-left: 0;
  }

  .home-page .project-start-layout,
  .home-page .faq-layout-v3 {
    grid-template-columns: 1fr !important;
  }

  .home-page .project-start-layout {
    grid-template-rows: auto;
  }

  .home-page .project-start-paths,
  .home-page .project-assurances,
  .home-page .project-consult-card {
    grid-column: 1;
    grid-row: auto;
  }

  .home-page .project-consult-card,
  .home-page #home-faq .faq-expert-card {
    min-height: 300px;
  }

  .home-page #home-contact.home-cta-v3 .container {
    grid-template-columns: minmax(0, 1fr) 360px;
  }

  .home-page .home-cta-copy {
    padding-inline: 32px;
  }
}

/* Homepage modules v4: generated visual assets matched to the approved design. */
@media (min-width: 761px) {
  .home-page .service-platform.service-platform-visual {
    position: relative;
    min-width: 0;
    min-height: 510px;
    padding: 0;
    overflow: visible;
    border: 0;
    border-radius: 0;
    color: #10233d;
    background: transparent;
    box-shadow: none;
  }

  .home-page .service-platform-visual .service-platform-intro {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
  }

  .home-page .service-platform-art {
    position: absolute;
    inset: -6px -20px 28px;
    display: block;
  }

  .home-page .service-platform-art img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
  }

  .home-page .service-layer-links {
    position: absolute;
    inset: 0;
    z-index: 2;
  }

  .home-page .service-layer-link {
    position: absolute;
    left: 50%;
    min-width: 238px;
    padding: 8px 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 1px solid rgba(110, 197, 255, 0.4);
    border-radius: 9px;
    color: #ffffff;
    background: rgba(4, 25, 57, 0.82);
    box-shadow: 0 8px 20px rgba(3, 25, 60, 0.16);
    transform: translateX(-50%);
    transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
  }

  .home-page .service-layer-link:hover,
  .home-page .service-layer-link:focus-visible {
    border-color: #5bddff;
    color: #ffffff;
    background: rgba(4, 42, 88, 0.94);
    transform: translateX(-50%) translateY(-2px);
  }

  .home-page .service-layer-link .ti {
    color: #5bddff;
    font-size: 17px;
  }

  .home-page .service-layer-link strong {
    color: #ffffff;
    font-size: 13px;
    letter-spacing: 0.02em;
  }

  .home-page .service-layer-one { top: 19%; }
  .home-page .service-layer-two { top: 34%; }
  .home-page .service-layer-three { top: 49%; }
  .home-page .service-layer-four { top: 64%; }

  .home-page .service-platform-visual footer {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3;
    margin: 0;
    color: #627992;
  }

  .home-page .service-platform-visual footer .ti {
    color: #178ddd;
  }

  .home-page .scene-panorama > a > span {
    min-height: 108px;
    background: linear-gradient(180deg, rgba(3, 15, 33, 0.62), rgba(3, 15, 33, 0.94));
  }
}

@media (min-width: 761px) and (max-width: 1180px) {
  .home-page .service-platform.service-platform-visual {
    min-height: 480px;
  }

  .home-page .service-platform-art {
    inset-inline: -10px;
  }

  .home-page .service-layer-link {
    min-width: 198px;
    padding: 7px 11px;
  }
}

/* Homepage services v7: clear input-platform-output flow and large-screen spacing. */
@media (min-width: 961px) {
  .home-page #home-services {
    min-height: 100svh;
    padding-top: clamp(34px, 4.5vh, 52px);
    padding-bottom: clamp(28px, 4vh, 44px);
    align-items: flex-start;
    background: #eef2fc !important;
  }

  .home-page #home-services > .container {
    width: min(1680px, calc(100% - 120px)) !important;
  }

  .home-page #home-services .section-heading {
    position: relative;
    z-index: 6;
    width: auto;
    max-width: 620px;
    margin-bottom: 8px;
    display: block;
  }

  .home-page #home-services .section-heading h2 {
    padding-left: 16px;
    border-left-width: 3px;
    font-size: clamp(34px, 2.8vw, 48px);
    line-height: 1.08;
  }

  .home-page #home-services .section-heading p {
    max-width: 580px;
    margin: 9px 0 0 19px;
    color: #586d84;
    font-size: clamp(13px, 0.82vw, 15px);
    line-height: 1.65;
  }

  .home-page #home-services .service-architecture {
    position: relative;
    left: auto;
    width: 100%;
    max-width: none;
    height: clamp(500px, 62vh, 620px);
    min-height: clamp(500px, 62vh, 620px);
    margin: -12px auto 0;
    display: grid;
    grid-template-columns:
      clamp(152px, 8vw, 160px)
      28px
      minmax(760px, 1fr)
      28px
      clamp(160px, 8vw, 160px);
    justify-content: center;
    align-items: center;
    gap: 8px;
    transform: none;
  }

  .home-page #home-services .service-flow-column {
    position: relative;
    z-index: 4;
    padding: clamp(13px, 1vw, 18px) clamp(10px, 0.75vw, 14px);
    border-color: #d6e5f6;
    border-radius: clamp(14px, 1vw, 18px);
    background: rgba(255, 255, 255, 0.97);
    box-shadow: 0 16px 40px rgba(40, 83, 132, 0.08);
  }

  .home-page #home-services .service-flow-column > strong {
    position: static;
    width: auto;
    height: auto;
    margin: 0 0 10px;
    padding: 0 2px 10px;
    overflow: visible;
    clip: auto;
    white-space: nowrap;
    border-bottom: 1px solid #e3ecf8;
    color: #173f72;
    font-size: clamp(13px, 0.82vw, 15px);
    font-weight: 700;
    line-height: 1.35;
    text-align: center;
  }

  .home-page #home-services .service-inputs {
    transform: translateY(-26px);
  }

  .home-page #home-services .service-outputs {
    transform: translate(-56px, -26px);
  }

  .home-page #home-services .service-flow-column ul {
    gap: clamp(5px, 0.45vw, 8px);
  }

  .home-page #home-services .service-flow-column li {
    min-height: clamp(48px, 3.1vw, 56px);
    padding: 7px 8px;
    gap: clamp(8px, 0.55vw, 10px);
    border-color: transparent;
    border-radius: 9px;
    color: #31506f;
    background: transparent;
    font-size: clamp(14px, 0.9vw, 16px);
    white-space: nowrap;
  }

  .home-page #home-services .service-flow-column li .ti {
    flex-basis: clamp(30px, 1.9vw, 34px);
    width: clamp(30px, 1.9vw, 34px);
    height: clamp(30px, 1.9vw, 34px);
    border-radius: 0;
    color: #0b2d69;
    background: transparent;
    font-size: clamp(24px, 1.5vw, 28px);
  }

  .home-page #home-services .service-flow-arrow {
    position: relative;
    z-index: 5;
    visibility: visible;
    display: grid;
    place-items: center;
    color: #2f80ed;
    font-size: clamp(25px, 1.65vw, 31px);
    line-height: 1;
    filter: drop-shadow(0 4px 9px rgba(47, 128, 237, 0.22));
  }

  .home-page #home-services .service-platform + .service-flow-arrow {
    transform: translateX(-36px);
  }

  .home-page #home-services .service-platform.service-platform-visual {
    min-height: 100%;
  }

  .home-page #home-services .service-platform-art {
    position: absolute;
    top: calc(50% + clamp(6px, 1vh, 12px));
    right: auto;
    bottom: auto;
    left: 50%;
    z-index: 1;
    width: clamp(1120px, 96vw, 1820px);
    max-width: none;
    height: auto;
    display: block;
    transform: translate(-50%, -50%) scale(0.99, 0.90);
    transform-origin: center;
    pointer-events: none;
  }

  .home-page #home-services .service-platform-art img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: initial;
  }

  .home-page #home-services .service-layer-links {
    position: absolute;
    inset: 0;
    z-index: 3;
    transform: translateY(clamp(6px, 1vh, 12px));
  }

  .home-page #home-services .service-layer-link {
    min-width: clamp(220px, 15vw, 286px);
    padding: clamp(7px, 0.5vw, 10px) clamp(14px, 0.8vw, 18px);
    border-color: rgba(102, 182, 244, 0.2);
    border-radius: 8px;
    background: rgba(3, 25, 57, 0.5);
    box-shadow: none;
  }

  .home-page #home-services .service-layer-link .ti {
    font-size: clamp(17px, 1vw, 20px);
  }

  .home-page #home-services .service-layer-link strong {
    font-size: clamp(12px, 0.8vw, 14px);
  }

  .home-page #home-services .service-layer-one {
    top: calc(50% - clamp(150px, 9.5vw, 180px) - 18px);
  }

  .home-page #home-services .service-layer-two {
    top: calc(50% - clamp(65px, 4.2vw, 80px) - 18px);
  }

  .home-page #home-services .service-layer-three {
    top: calc(50% + clamp(20px, 1.8vw, 34px) - 18px);
  }

  .home-page #home-services .service-layer-four {
    top: calc(50% + clamp(105px, 7vw, 134px) - 18px);
  }

  .home-page #home-services .service-platform-visual footer {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
  }
}

@media (min-width: 1500px) and (min-height: 800px) {
  .home-page #home-services .service-architecture {
    margin-top: clamp(42px, 6vh, 68px);
  }

  .home-page #home-services .service-outputs {
    transform: translateY(-26px);
  }

  .home-page #home-services .service-platform + .service-flow-arrow {
    transform: none;
  }
}

@media (min-width: 961px) and (max-width: 1180px) {
  .home-page #home-services > .container {
    width: calc(100% - 56px) !important;
  }

  .home-page #home-services .section-heading {
    max-width: 620px;
    display: block;
  }

  .home-page #home-services .section-heading p {
    margin: 9px 0 0 19px;
  }

  .home-page #home-services .service-architecture {
    grid-template-columns: 116px 18px minmax(560px, 1fr) 18px 112px;
    gap: 6px;
  }

  .home-page #home-services .service-platform-art {
    width: clamp(980px, 96vw, 1130px);
  }

  .home-page #home-services .service-layer-link {
    min-width: 204px;
  }
}

/* Homepage services v8 terminal cascade overrides. */
@media (min-width: 961px) {
  .home-page #home-services .section-heading p {
    max-width: 350px;
  }

  .home-page #home-services .service-architecture-v8 {
    margin-top: -114px;
  }
}

@media (min-width: 1500px) and (min-height: 800px) {
  .home-page #home-services .service-architecture-v8 {
    margin-top: -112px;
  }
}
