/* v107 final color layer: interface chrome only, never user-uploaded media. */
:root {
  --lt-control-blue: #0b6ff6;
  --lt-control-blue-deep: #0759d6;
}

/* Public buttons and action links. */
body:not([data-page="admin"]) :is(
  .hero-cta,
  .page-hero .hero-cta,
  .banner-hero .hero-cta,
  .product-hero-banner .hero-cta,
  .job-apply .hero-cta,
  .open-release-actions .hero-cta,
  .product-topic-bottom .hero-cta,
  .article-external .hero-cta,
  .message-form .form-submit,
  .contact-submit,
  button[type="submit"],
  .solution-primary,
  .solution-secondary,
  .wide-button,
  .section-more-link,
  .news-card-action,
  .about-news-more button,
  .product-card-link-hint,
  .solution-file-link
) {
  border-color: var(--lt-control-blue) !important;
  background: var(--lt-control-blue) !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  box-shadow: 0 10px 24px rgba(11, 111, 246, 0.2) !important;
}

body:not([data-page="admin"]) :is(
  .hero-cta,
  .page-hero .hero-cta,
  .banner-hero .hero-cta,
  .product-hero-banner .hero-cta,
  .job-apply .hero-cta,
  .open-release-actions .hero-cta,
  .product-topic-bottom .hero-cta,
  .article-external .hero-cta,
  .message-form .form-submit,
  .contact-submit,
  button[type="submit"],
  .solution-primary,
  .solution-secondary,
  .wide-button,
  .section-more-link,
  .news-card-action,
  .about-news-more button,
  .product-card-link-hint,
  .solution-file-link
):is(:hover, :focus-visible) {
  border-color: var(--lt-control-blue-deep) !important;
  background: var(--lt-control-blue-deep) !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

body:not([data-page="admin"]) :is(
  .hero-cta,
  .page-hero .hero-cta,
  .banner-hero .hero-cta,
  .product-hero-banner .hero-cta,
  .job-apply .hero-cta,
  .open-release-actions .hero-cta,
  .product-topic-bottom .hero-cta,
  .article-external .hero-cta,
  .message-form .form-submit,
  .contact-submit,
  button[type="submit"],
  .solution-primary,
  .solution-secondary,
  .wide-button,
  .section-more-link,
  .news-card-action,
  .about-news-more button,
  .product-card-link-hint,
  .solution-file-link
) :is(span, i, svg) {
  color: #ffffff !important;
  fill: currentColor !important;
  stroke: currentColor !important;
  -webkit-text-fill-color: #ffffff !important;
}

/* Admin primary actions and selected navigation. */
body[data-page="admin"] :is(
  .cms-primary,
  .cms-save,
  .cms-action-primary,
  .cms-login-card button,
  .cms-upload-button,
  .cms-nav-parent-direct.is-active,
  .cms-nav-item.active
) {
  border-color: var(--lt-control-blue) !important;
  background: var(--lt-control-blue) !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  box-shadow: 0 8px 18px rgba(11, 111, 246, 0.16) !important;
}

body[data-page="admin"] :is(
  .cms-primary,
  .cms-save,
  .cms-action-primary,
  .cms-login-card button,
  .cms-upload-button,
  .cms-nav-parent-direct.is-active,
  .cms-nav-item.active
):is(:hover, :focus-visible) {
  border-color: var(--lt-control-blue-deep) !important;
  background: var(--lt-control-blue-deep) !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

body[data-page="admin"] :is(
  .cms-primary,
  .cms-save,
  .cms-action-primary,
  .cms-login-card button,
  .cms-upload-button,
  .cms-nav-parent-direct.is-active,
  .cms-nav-item.active
) :is(span, i, svg) {
  color: #ffffff !important;
  fill: currentColor !important;
  stroke: currentColor !important;
  -webkit-text-fill-color: #ffffff !important;
}

/* Authored dark surfaces. Images remain untouched. */
body:not([data-page="admin"]) :is(
  .blue-band,
  .news-home-section,
  .solution-kpi-grid div,
  .home-kpi-row > div:first-child,
  .product-home-item:nth-child(1),
  .product-story-image,
  .server-shell
) {
  background: var(--lt-control-blue) !important;
  color: #ffffff !important;
}

body:not([data-page="admin"]) .blue-band::before {
  background: linear-gradient(135deg, #0759d6 0%, #0b6ff6 58%, #1688ff 100%) !important;
  opacity: 1 !important;
}

body:not([data-page="admin"]) :is(
  .news-home-section,
  .solution-kpi-grid div,
  .home-kpi-row > div:first-child,
  .product-home-item:nth-child(1),
  .product-story-image,
  .server-shell
) :is(h1, h2, h3, h4, p, span, strong, em, a, small) {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

body:not([data-page="admin"]) .brand-badge {
  background: var(--lt-control-blue) !important;
  color: #ffffff !important;
}

body:not([data-page="admin"]) .product-home-item:nth-child(1):hover {
  background: var(--lt-control-blue-deep) !important;
}

body:not([data-page="admin"]) .server-shell {
  background: linear-gradient(145deg, #0759d6, #0b6ff6 58%, #1688ff) !important;
}

body:not([data-page="admin"]) .data-number-gradient {
  background-image: linear-gradient(105deg, #1268ff 0%, #22b8ff 55%, #6ee7f9 100%) !important;
}

/* v109 strategy band: give the statement room to breathe and keep all copy readable. */
body:not([data-page="admin"]) .blue-band > .section-inner {
  display: grid !important;
  grid-template-columns: minmax(330px, 0.82fr) minmax(0, 1.18fr) !important;
  column-gap: clamp(56px, 7vw, 112px) !important;
  align-items: start !important;
}

body:not([data-page="admin"]) .blue-band > .section-inner > .section-head {
  display: block !important;
  margin: 0 !important;
  padding-top: 4px !important;
}

body:not([data-page="admin"]) .blue-band > .section-inner > .section-head h2 {
  max-width: 440px !important;
  font-size: clamp(40px, 4.3vw, 64px) !important;
  line-height: 1.08 !important;
  letter-spacing: -0.015em !important;
}

body:not([data-page="admin"]) .blue-band > .section-inner > .section-head p {
  max-width: 430px !important;
  margin-top: 34px !important;
  color: rgba(255, 255, 255, 0.82) !important;
  font-size: 16px !important;
  line-height: 1.9 !important;
}

body:not([data-page="admin"]) .blue-band .strategy-grid {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 0 !important;
  margin: 0 !important;
  border-top: 1px solid rgba(255, 255, 255, 0.22) !important;
  background: transparent !important;
}

body:not([data-page="admin"]) .blue-band .strategy-item,
body:not([data-page="admin"]) .blue-band .strategy-item:nth-child(even),
body:not([data-page="admin"]) .blue-band .strategy-item:nth-child(even).is-visible {
  display: grid !important;
  grid-template-columns: minmax(92px, 0.28fr) minmax(0, 0.72fr) !important;
  column-gap: clamp(28px, 4vw, 64px) !important;
  align-items: start !important;
  min-height: 0 !important;
  padding: 30px 0 32px !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.22) !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  transform: none !important;
}

body:not([data-page="admin"]) .blue-band .strategy-item h3,
body:not([data-page="admin"]) .blue-band .strategy-item:nth-child(even) h3 {
  position: relative !important;
  margin: 0 !important;
  padding-left: 18px !important;
  color: #ffffff !important;
  font-size: 22px !important;
  line-height: 1.35 !important;
  font-weight: 820 !important;
  white-space: nowrap !important;
}

body:not([data-page="admin"]) .blue-band .strategy-item h3::before {
  content: "" !important;
  position: absolute !important;
  top: 0.58em !important;
  left: 0 !important;
  width: 10px !important;
  height: 2px !important;
  background: #39d9ff !important;
}

body:not([data-page="admin"]) .blue-band .strategy-item p,
body:not([data-page="admin"]) .blue-band .strategy-item:nth-child(even) p,
body:not([data-page="admin"]) .blue-band .strategy-item:nth-child(2) p,
body:not([data-page="admin"]) .blue-band .strategy-item:nth-child(3) p {
  margin: 0 !important;
  color: rgba(255, 255, 255, 0.96) !important;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.96) !important;
  font-size: 16px !important;
  font-weight: 570 !important;
  line-height: 1.85 !important;
}

body:not([data-page="admin"]) .blue-band .strategy-item:hover,
body:not([data-page="admin"]) .blue-band .strategy-item:nth-child(even):hover {
  background: rgba(255, 255, 255, 0.045) !important;
  transform: none !important;
}

@media (max-width: 900px) and (min-width: 761px) {
  body:not([data-page="admin"]) .blue-band > .section-inner {
    grid-template-columns: minmax(270px, 0.72fr) minmax(0, 1.28fr) !important;
    column-gap: 42px !important;
  }

  body:not([data-page="admin"]) .blue-band .strategy-item,
  body:not([data-page="admin"]) .blue-band .strategy-item:nth-child(even) {
    grid-template-columns: 88px minmax(0, 1fr) !important;
    column-gap: 22px !important;
  }
}

@media (max-width: 760px) {
  body:not([data-page="admin"]) .blue-band > .section-inner {
    display: block !important;
  }

  body:not([data-page="admin"]) .blue-band > .section-inner > .section-head {
    padding-top: 0 !important;
    margin-bottom: 34px !important;
  }

  body:not([data-page="admin"]) .blue-band > .section-inner > .section-head h2 {
    max-width: 100% !important;
    font-size: clamp(34px, 10vw, 48px) !important;
  }

  body:not([data-page="admin"]) .blue-band > .section-inner > .section-head p {
    max-width: 100% !important;
    margin-top: 22px !important;
    font-size: 15px !important;
  }

  body:not([data-page="admin"]) .blue-band .strategy-item,
  body:not([data-page="admin"]) .blue-band .strategy-item:nth-child(even),
  body:not([data-page="admin"]) .blue-band .strategy-item:nth-child(even).is-visible {
    grid-template-columns: 84px minmax(0, 1fr) !important;
    column-gap: 18px !important;
    padding: 22px 0 24px !important;
  }

  body:not([data-page="admin"]) .blue-band .strategy-item h3,
  body:not([data-page="admin"]) .blue-band .strategy-item:nth-child(even) h3 {
    padding-left: 15px !important;
    font-size: 18px !important;
  }

  body:not([data-page="admin"]) .blue-band .strategy-item h3::before {
    width: 8px !important;
  }

  body:not([data-page="admin"]) .blue-band .strategy-item p,
  body:not([data-page="admin"]) .blue-band .strategy-item:nth-child(even) p,
  body:not([data-page="admin"]) .blue-band .strategy-item:nth-child(2) p,
  body:not([data-page="admin"]) .blue-band .strategy-item:nth-child(3) p {
    font-size: 15px !important;
    line-height: 1.75 !important;
  }
}

/* v108 milestone timeline: a vertical narrative, not a stack of equal rows. */
body:not([data-page="admin"]) :is(.timeline-list, .about-history-list) {
  position: relative !important;
  display: grid !important;
  gap: 0 !important;
  max-height: none !important;
  overflow: visible !important;
  padding: 20px 0 18px !important;
  border: 0 !important;
}

body:not([data-page="admin"]) :is(.timeline-list, .about-history-list)::before {
  content: "" !important;
  position: absolute !important;
  z-index: 0 !important;
  top: 18px !important;
  bottom: 18px !important;
  left: 50% !important;
  width: 1px !important;
  background: linear-gradient(180deg, transparent, rgba(11, 111, 246, 0.28) 8%, rgba(11, 111, 246, 0.72) 50%, rgba(11, 111, 246, 0.28) 92%, transparent) !important;
}

body:not([data-page="admin"]) :is(.timeline-list, .about-history-list) > .timeline-item {
  position: relative !important;
  z-index: 1 !important;
  display: grid !important;
  grid-column: 1 / -1 !important;
  grid-template-columns: minmax(0, 1fr) 92px minmax(0, 1fr) !important;
  align-items: center !important;
  min-height: 154px !important;
  margin: 0 !important;
  padding: 12px 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  transform: none !important;
}

body:not([data-page="admin"]) :is(.timeline-list, .about-history-list) > .timeline-item::after {
  content: "" !important;
  position: absolute !important;
  top: 50% !important;
  z-index: -1 !important;
  width: clamp(30px, 4vw, 62px) !important;
  height: 1px !important;
  background: rgba(11, 111, 246, 0.26) !important;
}

body:not([data-page="admin"]) :is(.timeline-list, .about-history-list) > .timeline-item[data-timeline-position="left"]::after {
  right: calc(50% + 7px) !important;
}

body:not([data-page="admin"]) :is(.timeline-list, .about-history-list) > .timeline-item[data-timeline-position="right"]::after {
  left: calc(50% + 7px) !important;
}

body:not([data-page="admin"]) .timeline-entry-date {
  position: relative !important;
  min-width: 0 !important;
  grid-row: 1 !important;
}

body:not([data-page="admin"]) .timeline-entry-date::before {
  content: attr(data-timeline-number) !important;
  display: block !important;
  margin-bottom: 9px !important;
  color: #9aabc0 !important;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: 0.16em !important;
  line-height: 1 !important;
}

body:not([data-page="admin"]) .timeline-item[data-timeline-position="left"] .timeline-entry-date {
  grid-column: 1 !important;
  text-align: right !important;
  padding-right: 8px !important;
}

body:not([data-page="admin"]) .timeline-item[data-timeline-position="right"] .timeline-entry-date {
  grid-column: 3 !important;
  text-align: left !important;
  padding-left: 8px !important;
}

body:not([data-page="admin"]) .timeline-entry-date time {
  display: block !important;
  color: #0b6ff6 !important;
  font-size: clamp(18px, 2vw, 25px) !important;
  font-weight: 850 !important;
  letter-spacing: -0.01em !important;
  line-height: 1.2 !important;
}

body:not([data-page="admin"]) .timeline-entry-date[data-current="true"]::before {
  color: #0b6ff6 !important;
}

body:not([data-page="admin"]) .timeline-entry-date[data-current="true"] time {
  color: #0759d6 !important;
}

body:not([data-page="admin"]) .timeline-node {
  position: relative !important;
  z-index: 2 !important;
  grid-column: 2 !important;
  grid-row: 1 !important;
  justify-self: center !important;
  width: 14px !important;
  height: 14px !important;
  border: 3px solid #ffffff !important;
  border-radius: 50% !important;
  background: #0b6ff6 !important;
  box-shadow: 0 0 0 1px rgba(11, 111, 246, 0.48), 0 7px 16px rgba(11, 111, 246, 0.22) !important;
}

body:not([data-page="admin"]) .timeline-item[data-timeline-index="0"] .timeline-node {
  width: 18px !important;
  height: 18px !important;
  border-width: 4px !important;
  background: linear-gradient(135deg, #0759d6, #23c8ff) !important;
  box-shadow: 0 0 0 5px rgba(11, 111, 246, 0.12), 0 8px 20px rgba(11, 111, 246, 0.3) !important;
}

body:not([data-page="admin"]) .timeline-entry-content {
  min-width: 0 !important;
  width: 100% !important;
  max-width: 470px !important;
  grid-row: 1 !important;
  padding: 17px 20px !important;
  border-top: 1px solid rgba(130, 164, 198, 0.34) !important;
  border-bottom: 1px solid rgba(130, 164, 198, 0.34) !important;
  background: linear-gradient(90deg, rgba(241, 248, 255, 0.62), rgba(255, 255, 255, 0.04)) !important;
}

body:not([data-page="admin"]) .timeline-item[data-timeline-position="left"] .timeline-entry-content {
  grid-column: 3 !important;
  justify-self: start !important;
  border-left: 2px solid rgba(11, 111, 246, 0.6) !important;
}

body:not([data-page="admin"]) .timeline-item[data-timeline-position="right"] .timeline-entry-content {
  grid-column: 1 !important;
  justify-self: end !important;
  border-right: 2px solid rgba(11, 111, 246, 0.6) !important;
  background: linear-gradient(270deg, rgba(241, 248, 255, 0.62), rgba(255, 255, 255, 0.04)) !important;
}

body:not([data-page="admin"]) .timeline-entry-content p {
  margin: 0 !important;
  color: #435873 !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  line-height: 1.78 !important;
  overflow-wrap: anywhere !important;
}

body:not([data-page="admin"]) :is(.timeline-list, .about-history-list) > .timeline-item:hover .timeline-entry-content {
  border-color: rgba(11, 111, 246, 0.72) !important;
  background-color: rgba(232, 244, 255, 0.72) !important;
}

@media (max-width: 760px) {
  body:not([data-page="admin"]) :is(.timeline-list, .about-history-list) {
    padding: 12px 0 12px 28px !important;
  }

  body:not([data-page="admin"]) :is(.timeline-list, .about-history-list)::before {
    top: 16px !important;
    bottom: 16px !important;
    left: 8px !important;
  }

  body:not([data-page="admin"]) :is(.timeline-list, .about-history-list) > .timeline-item {
    display: grid !important;
    grid-template-columns: 18px minmax(0, 1fr) !important;
    align-items: start !important;
    min-height: 0 !important;
    row-gap: 11px !important;
    padding: 18px 0 !important;
  }

  body:not([data-page="admin"]) :is(.timeline-list, .about-history-list) > .timeline-item::after {
    display: none !important;
  }

  body:not([data-page="admin"]) .timeline-node,
  body:not([data-page="admin"]) .timeline-item[data-timeline-index="0"] .timeline-node {
    grid-column: 1 !important;
    grid-row: 1 / span 2 !important;
    align-self: start !important;
    justify-self: center !important;
    width: 12px !important;
    height: 12px !important;
    margin-top: 5px !important;
    border-width: 3px !important;
    box-shadow: 0 0 0 4px rgba(11, 111, 246, 0.1) !important;
  }

  body:not([data-page="admin"]) .timeline-item[data-timeline-position="left"] .timeline-entry-date,
  body:not([data-page="admin"]) .timeline-item[data-timeline-position="right"] .timeline-entry-date {
    grid-column: 2 !important;
    grid-row: 1 !important;
    padding: 0 !important;
    text-align: left !important;
  }

  body:not([data-page="admin"]) .timeline-entry-date::before {
    display: inline-block !important;
    margin: 0 9px 0 0 !important;
    font-size: 10px !important;
  }

  body:not([data-page="admin"]) .timeline-entry-date time {
    display: inline !important;
    font-size: 18px !important;
  }

  body:not([data-page="admin"]) .timeline-item[data-timeline-position="left"] .timeline-entry-content,
  body:not([data-page="admin"]) .timeline-item[data-timeline-position="right"] .timeline-entry-content {
    grid-column: 2 !important;
    grid-row: 2 !important;
    justify-self: stretch !important;
    max-width: none !important;
    padding: 12px 14px !important;
    border-top: 0 !important;
    border-right: 0 !important;
    border-bottom: 1px solid rgba(130, 164, 198, 0.34) !important;
    border-left: 2px solid rgba(11, 111, 246, 0.56) !important;
    background: linear-gradient(90deg, rgba(241, 248, 255, 0.68), transparent) !important;
  }

  body:not([data-page="admin"]) .timeline-entry-content p {
    font-size: 15px !important;
    line-height: 1.72 !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  body:not([data-page="admin"]) :is(.timeline-entry-content, .timeline-node) {
    transition: none !important;
  }
}

/* v110 cascade lock: strategy copy must stay white in every authored state. */
body:not([data-page="admin"]) .blue-band .strategy-grid > .strategy-item:nth-child(1) > h3,
body:not([data-page="admin"]) .blue-band .strategy-grid > .strategy-item:nth-child(2) > h3,
body:not([data-page="admin"]) .blue-band .strategy-grid > .strategy-item:nth-child(3) > h3,
body:not([data-page="admin"]) .blue-band .strategy-grid > .strategy-item:nth-child(1) > p,
body:not([data-page="admin"]) .blue-band .strategy-grid > .strategy-item:nth-child(2) > p,
body:not([data-page="admin"]) .blue-band .strategy-grid > .strategy-item:nth-child(3) > p {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

/* v112 team proof composition: three maintained proof points, no orphaned grid cell. */
body:not([data-page="admin"]) .material-copy .team-proof {
  display: grid !important;
  grid-template-columns: minmax(0, 1.12fr) minmax(0, 0.88fr) !important;
  gap: 1px !important;
  margin-top: 28px !important;
  padding: 1px !important;
  border: 1px solid rgba(126, 150, 176, 0.32) !important;
  background: rgba(126, 150, 176, 0.32) !important;
}

body:not([data-page="admin"]) .material-copy .team-proof > div {
  min-width: 0 !important;
  min-height: 154px !important;
  padding: clamp(24px, 2.3vw, 34px) !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: #ffffff !important;
  box-shadow: none !important;
}

body:not([data-page="admin"]) .material-copy .team-proof > div:nth-child(3) {
  grid-column: 1 / -1 !important;
  display: grid !important;
  grid-template-columns: minmax(170px, 0.72fr) minmax(0, 1.28fr) !important;
  align-items: center !important;
  column-gap: clamp(24px, 4vw, 56px) !important;
  min-height: 112px !important;
  background: linear-gradient(100deg, #f7fbff 0%, #ffffff 68%) !important;
}

body:not([data-page="admin"]) .material-copy .team-proof > div strong {
  min-width: 0 !important;
  color: #33445c !important;
  font-size: clamp(22px, 2.2vw, 32px) !important;
  line-height: 1.25 !important;
  overflow-wrap: anywhere !important;
}

body:not([data-page="admin"]) .material-copy .team-proof > div span {
  min-width: 0 !important;
  margin-top: 12px !important;
  color: #64748b !important;
  font-size: 15px !important;
  line-height: 1.75 !important;
  overflow-wrap: anywhere !important;
}

body:not([data-page="admin"]) .material-copy .team-proof > div:nth-child(3) span {
  margin-top: 0 !important;
}

@media (max-width: 760px) {
  body:not([data-page="admin"]) .material-copy .team-proof {
    grid-template-columns: 1fr !important;
    gap: 1px !important;
    margin-top: 24px !important;
  }

  body:not([data-page="admin"]) .material-copy .team-proof > div,
  body:not([data-page="admin"]) .material-copy .team-proof > div:nth-child(3) {
    grid-column: auto !important;
    display: block !important;
    min-height: 0 !important;
    padding: 22px 18px !important;
  }

  body:not([data-page="admin"]) .material-copy .team-proof > div strong {
    font-size: 22px !important;
  }

  body:not([data-page="admin"]) .material-copy .team-proof > div span,
  body:not([data-page="admin"]) .material-copy .team-proof > div:nth-child(3) span {
    margin-top: 9px !important;
    font-size: 14px !important;
  }
}

/* v113 contrast audit: every public image/text surface must remain readable. */
body:not([data-page="admin"]) :where(.news-card .thumb, .thumb:not(.thumb-image)) {
  --thumb-text: #071326;
  --thumb-muted: #53677f;
  color: var(--thumb-text) !important;
}

body:not([data-page="admin"]) :where(.news-card .thumb, .thumb:not(.thumb-image)) :where(.thumb-title, .thumb-sub) {
  color: var(--thumb-text) !important;
  text-shadow: 0 1px 10px rgba(255, 255, 255, 0.56) !important;
  -webkit-text-fill-color: currentColor !important;
}

body:not([data-page="admin"]) .news-home-section .news-card .thumb.image-tone-light :where(.thumb-title, .thumb-sub),
body:not([data-page="admin"]) .news-home-section .news-card .thumb.image-tone-unknown :where(.thumb-title, .thumb-sub) {
  color: #071326 !important;
  -webkit-text-fill-color: #071326 !important;
  text-shadow: 0 1px 10px rgba(255, 255, 255, 0.56) !important;
}

body:not([data-page="admin"]) .news-home-section .news-card .thumb.image-tone-light .thumb-sub,
body:not([data-page="admin"]) .news-home-section .news-card .thumb.image-tone-unknown .thumb-sub {
  color: #53677f !important;
  -webkit-text-fill-color: #53677f !important;
}

body:not([data-page="admin"]) .news-home-section .news-card .thumb.image-tone-dark :where(.thumb-title, .thumb-sub) {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.56) !important;
}

body:not([data-page="admin"]) .news-home-section .news-card .thumb.image-tone-dark .thumb-sub {
  color: rgba(255, 255, 255, 0.82) !important;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.82) !important;
}

body:not([data-page="admin"]) :where(.news-card .thumb, .thumb:not(.thumb-image)).image-tone-light,
body:not([data-page="admin"]) :where(.news-card .thumb, .thumb:not(.thumb-image)).image-tone-unknown {
  --thumb-text: #071326;
  --thumb-muted: #53677f;
}

body:not([data-page="admin"]) :where(.news-card .thumb, .thumb:not(.thumb-image)).image-tone-dark {
  --thumb-text: #ffffff;
  --thumb-muted: rgba(255, 255, 255, 0.82);
}

body:not([data-page="admin"]) :where(.news-card .thumb, .thumb:not(.thumb-image)) .thumb-sub {
  color: var(--thumb-muted) !important;
}

body:not([data-page="admin"]) .blue-band .news-card {
  color: #071326 !important;
  background: #ffffff !important;
}

body:not([data-page="admin"]) .blue-band .news-card :where(.news-card-title, .news-card-date) {
  color: #071326 !important;
  -webkit-text-fill-color: #071326 !important;
  text-shadow: none !important;
}

body:not([data-page="admin"]) .blue-band .news-card .news-card-date {
  color: #53677f !important;
  -webkit-text-fill-color: #53677f !important;
}

body:not([data-page="admin"]) .blue-band .news-card .news-card-action {
  color: #075ec8 !important;
  -webkit-text-fill-color: #075ec8 !important;
}

body:not([data-page="admin"]) :where(.scene-stage.image-tone-light, .scene-stage.image-tone-unknown) {
  --scene-text: #071326;
  --scene-muted: #425a70;
}

body:not([data-page="admin"]) .scene-stage.image-tone-dark {
  --scene-text: #ffffff;
  --scene-muted: rgba(255, 255, 255, 0.82);
}

body:not([data-page="admin"]) .scene-stage :where(.scene-feature-copy h2, .scene-feature-copy p) {
  color: var(--scene-text, #071326) !important;
  text-shadow: var(--scene-shadow, 0 1px 10px rgba(255, 255, 255, 0.5)) !important;
}

body:not([data-page="admin"]) .scene-stage .scene-feature-copy p {
  color: var(--scene-muted, #425a70) !important;
}

body:not([data-page="admin"]) :where(.product-story-image, .solution-visual).image-tone-light figcaption,
body:not([data-page="admin"]) :where(.product-story-image, .solution-visual).image-tone-unknown figcaption {
  --image-text-shadow: 0 1px 10px rgba(255, 255, 255, 0.58);
}

body:not([data-page="admin"]) :where(.product-story-image, .solution-visual).image-tone-dark figcaption {
  --image-text-shadow: 0 2px 16px rgba(0, 0, 0, 0.56);
}

body:not([data-page="admin"]) :where(.material-image, .product-story-image, .solution-visual, .scene-row-media, .solution-module-image, .job-cover-image, .article-cover) img {
  opacity: 1 !important;
  mix-blend-mode: normal !important;
}

/* v118 image surfaces: uploaded and designed image areas use square edges. */
html body:not([data-page="admin"]) :is(
  .product-detail-page .product-story-image,
  .product-topic-card figure,
  .product-topic-card figure img,
  .solution-card figure,
  .solution-card figure img,
  .material-image,
  .material-image img,
  .product-story-image,
  .product-story-image img,
  .capability-flow-media,
  .capability-flow-media img,
  .scene-row-media,
  .scene-row-media img,
  .solution-visual,
  .solution-visual img,
  .solution-module-image,
  .solution-module-image img,
  .solution-rich-item figure,
  .education-suite-core figure,
  .education-layer-item figure,
  .inspection-capability-showcase figure,
  .inspection-capability-showcase,
  .education-suite-core,
  .education-layer-item,
  .job-cover-image,
  .job-cover-image img,
  .article-cover,
  .article-cover img,
  .thumb,
  .thumb img,
  .cms-image-preview,
  .cms-image-preview img,
  .cms-image-field-preview,
  .cms-image-field-preview img,
  .cms-hero-preview,
  .cms-hero-preview img
) {
  border-radius: 0 !important;
}

html body[data-page="admin"] :is(
  .cms-record-summary figure,
  .cms-record-summary img,
  .cms-image-preview,
  .cms-image-preview img,
  .cms-image-field-preview,
  .cms-image-field-preview img,
  .cms-hero-preview,
  .cms-hero-preview img,
  .cms-thumb-preview,
  .cms-thumb-preview .thumb,
  .cms-mini-preview,
  .cms-mini-preview img
) {
  border-radius: 0 !important;
}

html body:not([data-page="admin"]) img,
html body[data-page="admin"] img {
  border-radius: 0 !important;
}

html body:not([data-page="admin"]) figure:has(> img),
html body:not([data-page="admin"]) picture:has(> img),
html body:not([data-page="admin"]) .thumb:has(> img),
html body[data-page="admin"] figure:has(> img),
html body[data-page="admin"] picture:has(> img),
html body[data-page="admin"] .thumb:has(> img) {
  border-radius: 0 !important;
}
@media (prefers-reduced-motion: reduce) {
  body:not([data-page="admin"]) :where(.news-card .thumb img, .solution-card figure img, .product-topic-card figure img) {
    transition: none !important;
  }
}

/* v120 home product hierarchy: one platform lead, four compact product routes. */
body:not([data-page="admin"]) .product-home-grid {
  display: grid !important;
  grid-template-columns: minmax(300px, 0.84fr) minmax(0, 1.16fr) !important;
  grid-template-rows: minmax(458px, auto) !important;
  gap: 18px !important;
  border: 0 !important;
  background: transparent !important;
  overflow: visible !important;
}

body:not([data-page="admin"]) .product-home-feature {
  grid-column: 1 !important;
  grid-row: 1 !important;
}

body:not([data-page="admin"]) .product-home-rail {
  grid-column: 2 !important;
  grid-row: 1 !important;
  grid-template-columns: minmax(0, 1fr) !important;
  grid-template-rows: repeat(4, minmax(0, 1fr)) !important;
}

body:not([data-page="admin"]) .product-home-rail-item,
body:not([data-page="admin"]) .product-home-rail-item:nth-child(1),
body:not([data-page="admin"]) .product-home-rail-item:nth-child(2),
body:not([data-page="admin"]) .product-home-rail-item:nth-child(3),
body:not([data-page="admin"]) .product-home-rail-item:nth-child(4) {
  grid-column: 1 !important;
  grid-row: auto !important;
  min-height: 0 !important;
  height: auto !important;
  background: #ffffff !important;
  color: #071326 !important;
}

body:not([data-page="admin"]) .product-home-rail-item:nth-child(1) :is(h3, p, span, em, a),
body:not([data-page="admin"]) .product-home-rail-item:nth-child(2) :is(h3, p, span, em, a),
body:not([data-page="admin"]) .product-home-rail-item:nth-child(3) :is(h3, p, span, em, a),
body:not([data-page="admin"]) .product-home-rail-item:nth-child(4) :is(h3, p, span, em, a) {
  color: inherit !important;
  -webkit-text-fill-color: currentColor !important;
}

/* Beat legacy first-card rules that predate the feature/rail markup. */
body:not([data-page="admin"]) .product-home-grid > .product-home-feature,
body:not([data-page="admin"]) .product-home-grid > .product-home-rail {
  grid-row: 1 !important;
}

html body:not([data-page="admin"]) .product-home-grid > .product-home-feature {
  min-height: 458px !important;
  background: linear-gradient(145deg, #edf6ff 0%, #e5f1ff 58%, #dcecff 100%) !important;
  color: #0a1729 !important;
}

html body:not([data-page="admin"]) .product-home-grid > .product-home-feature :is(h3, p, span, em, a) {
  color: inherit !important;
  -webkit-text-fill-color: currentColor !important;
}

html body:not([data-page="admin"]) .product-home-grid > .product-home-feature .product-home-index,
html body:not([data-page="admin"]) .product-home-grid > .product-home-feature .product-home-category {
  color: #4177b8 !important;
  -webkit-text-fill-color: #4177b8 !important;
}

html body:not([data-page="admin"]) .product-home-grid > .product-home-feature .product-home-label,
html body:not([data-page="admin"]) .product-home-grid > .product-home-feature .product-home-feature-link {
  color: #1469dc !important;
  -webkit-text-fill-color: #1469dc !important;
}

html body:not([data-page="admin"]) .product-home-feature-meta {
  padding-bottom: 14px !important;
}

html body:not([data-page="admin"]) .product-home-feature-copy {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

html body:not([data-page="admin"]) .product-home-feature h3 {
  margin-bottom: 14px !important;
  font-size: clamp(28px, 2.7vw, 40px) !important;
}

html body:not([data-page="admin"]) .product-home-feature p {
  max-width: 430px !important;
  font-size: 14px !important;
  line-height: 1.75 !important;
}

html body:not([data-page="admin"]) .product-home-feature-link {
  margin-top: auto !important;
  padding-top: 14px !important;
}

html body:not([data-page="admin"]) .product-home-rail {
  min-height: 458px !important;
  border-top: 1px solid #d5e2f0 !important;
  border-bottom: 1px solid #d5e2f0 !important;
}

html body:not([data-page="admin"]) .product-home-rail-item {
  padding: 16px 20px !important;
}

html body:not([data-page="admin"]) .product-home-rail-item h3 {
  margin-bottom: 4px !important;
  font-size: clamp(18px, 1.65vw, 24px) !important;
  line-height: 1.2 !important;
}

html body:not([data-page="admin"]) .product-home-rail-item p {
  font-size: 12px !important;
  line-height: 1.45 !important;
}

html body:not([data-page="admin"]) .product-home-grid .product-home-rail .product-home-rail-item {
  min-height: 0 !important;
  height: auto !important;
  background: #ffffff !important;
  color: #071326 !important;
}

html body:not([data-page="admin"]) .product-home-grid .product-home-rail .product-home-rail-item :is(h3, p, span, em, a) {
  color: inherit !important;
  -webkit-text-fill-color: currentColor !important;
}

html body:not([data-page="admin"]) .product-home-grid .product-home-rail .product-home-rail-item .product-home-index {
  color: #8ba5c0 !important;
  -webkit-text-fill-color: #8ba5c0 !important;
}

html body:not([data-page="admin"]) .product-home-grid .product-home-rail .product-home-rail-item .product-home-category,
html body:not([data-page="admin"]) .product-home-grid .product-home-rail .product-home-rail-item .product-home-arrow {
  color: #1470e7 !important;
  -webkit-text-fill-color: #1470e7 !important;
}

html body:not([data-page="admin"]) .product-home-grid .product-home-rail .product-home-rail-item p {
  color: #6b7c91 !important;
  -webkit-text-fill-color: #6b7c91 !important;
}

body:not([data-page="admin"]) .product-home-feature,
body:not([data-page="admin"]) .product-home-rail-item {
  border-radius: 0 !important;
  box-shadow: none !important;
  transform: none !important;
}

body:not([data-page="admin"]) .product-home-feature {
  display: flex !important;
  flex-direction: column !important;
  min-height: 526px !important;
  padding: clamp(30px, 4vw, 52px) !important;
  border: 1px solid #c8dcf3 !important;
  border-left: 4px solid var(--lt-control-blue) !important;
  background:
    linear-gradient(145deg, #edf6ff 0%, #e5f1ff 58%, #dcecff 100%) !important;
  color: #0a1729 !important;
  overflow: hidden !important;
}

body:not([data-page="admin"]) .product-home-feature::before,
body:not([data-page="admin"]) .product-home-feature::after,
body:not([data-page="admin"]) .product-home-rail-item::before,
body:not([data-page="admin"]) .product-home-rail-item::after {
  display: none !important;
  content: none !important;
}

body:not([data-page="admin"]) .product-home-feature:hover,
body:not([data-page="admin"]) .product-home-rail-item:hover {
  transform: translateY(-3px) !important;
  border-color: #7cb2f4 !important;
  box-shadow: 0 16px 34px rgba(19, 91, 180, 0.1) !important;
}

body:not([data-page="admin"]) .product-home-feature-meta,
body:not([data-page="admin"]) .product-home-rail-item {
  position: relative;
}

body:not([data-page="admin"]) .product-home-feature-meta {
  display: flex !important;
  align-items: center !important;
  gap: 14px !important;
  padding-bottom: 18px !important;
  border-bottom: 1px solid rgba(21, 102, 218, 0.2) !important;
}

body:not([data-page="admin"]) .product-home-index {
  color: var(--lt-control-blue) !important;
  -webkit-text-fill-color: var(--lt-control-blue) !important;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  letter-spacing: 0.08em !important;
}

body:not([data-page="admin"]) .product-home-category {
  color: #4177b8 !important;
  -webkit-text-fill-color: #4177b8 !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  letter-spacing: 0.04em !important;
}

body:not([data-page="admin"]) .product-home-feature-copy {
  max-width: 520px !important;
  margin-top: auto !important;
  margin-bottom: auto !important;
}

body:not([data-page="admin"]) .product-home-label {
  display: block !important;
  margin-bottom: 18px !important;
  color: #1469dc !important;
  -webkit-text-fill-color: #1469dc !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  letter-spacing: 0.16em !important;
}

body:not([data-page="admin"]) .product-home-feature h3 {
  margin: 0 0 18px !important;
  color: #071326 !important;
  -webkit-text-fill-color: #071326 !important;
  font-size: clamp(30px, 3.1vw, 46px) !important;
  font-weight: 900 !important;
  line-height: 1.16 !important;
  letter-spacing: -0.025em !important;
}

body:not([data-page="admin"]) .product-home-feature p {
  max-width: 510px !important;
  margin: 0 !important;
  color: #45617f !important;
  -webkit-text-fill-color: #45617f !important;
  font-size: 15px !important;
  line-height: 1.9 !important;
}

body:not([data-page="admin"]) .product-home-feature-link {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  width: min(100%, 220px) !important;
  padding-top: 18px !important;
  border-top: 1px solid rgba(21, 102, 218, 0.28) !important;
  color: #0b63d8 !important;
  -webkit-text-fill-color: #0b63d8 !important;
  font-size: 14px !important;
  font-weight: 900 !important;
}

body:not([data-page="admin"]) .product-home-feature-link i,
body:not([data-page="admin"]) .product-home-arrow {
  font-style: normal !important;
  transition: transform 180ms ease !important;
}

body:not([data-page="admin"]) .product-home-feature:hover .product-home-feature-link i,
body:not([data-page="admin"]) .product-home-rail-item:hover .product-home-arrow {
  transform: translate(4px, -3px) !important;
}

body:not([data-page="admin"]) .product-home-rail {
  display: grid !important;
  grid-template-rows: repeat(4, minmax(0, 1fr)) !important;
  min-height: 526px !important;
  border-top: 1px solid #d5e2f0 !important;
  border-bottom: 1px solid #d5e2f0 !important;
}

body:not([data-page="admin"]) .product-home-rail-item {
  display: grid !important;
  grid-template-columns: 42px minmax(0, 1fr) 26px !important;
  align-items: center !important;
  gap: 20px !important;
  min-height: 0 !important;
  padding: 22px 20px !important;
  border: 0 !important;
  border-bottom: 1px solid #d5e2f0 !important;
  background: #ffffff !important;
  color: #071326 !important;
}

body:not([data-page="admin"]) .product-home-rail-item:last-child {
  border-bottom: 0 !important;
}

body:not([data-page="admin"]) .product-home-rail-item .product-home-index {
  align-self: start !important;
  padding-top: 4px !important;
  color: #8ba5c0 !important;
  -webkit-text-fill-color: #8ba5c0 !important;
}

body:not([data-page="admin"]) .product-home-rail-copy {
  min-width: 0 !important;
}

body:not([data-page="admin"]) .product-home-rail-copy .product-home-category {
  display: block !important;
  margin-bottom: 6px !important;
  color: #1470e7 !important;
  -webkit-text-fill-color: #1470e7 !important;
}

body:not([data-page="admin"]) .product-home-rail-item h3 {
  margin: 0 0 7px !important;
  color: #101c2d !important;
  -webkit-text-fill-color: #101c2d !important;
  font-size: clamp(20px, 1.8vw, 28px) !important;
  font-weight: 850 !important;
  line-height: 1.25 !important;
}

body:not([data-page="admin"]) .product-home-rail-item p {
  display: -webkit-box !important;
  overflow: hidden !important;
  margin: 0 !important;
  color: #6b7c91 !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 2 !important;
  -webkit-text-fill-color: #6b7c91 !important;
  font-size: 13px !important;
  line-height: 1.65 !important;
}

body:not([data-page="admin"]) .product-home-arrow {
  justify-self: end !important;
  color: #1470e7 !important;
  -webkit-text-fill-color: #1470e7 !important;
  font-size: 22px !important;
  font-weight: 400 !important;
}

@media (max-width: 820px) {
  body:not([data-page="admin"]) .product-home-grid {
    grid-template-columns: 1fr !important;
  }

  body:not([data-page="admin"]) .product-home-feature,
  body:not([data-page="admin"]) .product-home-rail {
    min-height: 0 !important;
  }

  body:not([data-page="admin"]) .product-home-feature {
    min-height: 390px !important;
  }

  body:not([data-page="admin"]) .product-home-rail {
    grid-template-rows: none !important;
  }

  body:not([data-page="admin"]) .product-home-rail-item {
    min-height: 116px !important;
  }
}

@media (max-width: 520px) {
  body:not([data-page="admin"]) .product-home-feature {
    min-height: 350px !important;
    padding: 26px 22px !important;
  }

  body:not([data-page="admin"]) .product-home-feature h3 {
    font-size: 30px !important;
  }

  body:not([data-page="admin"]) .product-home-rail-item {
    grid-template-columns: 30px minmax(0, 1fr) 22px !important;
    gap: 12px !important;
    padding: 20px 16px !important;
  }
}

/* v129 five-business reference layout: equal cards, editorial heading, shared CTA. */
html body[data-page="home"] .product-home-five-grid {
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  gap: clamp(14px, 1.7vw, 24px) !important;
  align-items: stretch !important;
  min-width: 0 !important;
}

html body[data-page="home"] .product-home-five-card {
  position: relative !important;
  display: flex !important;
  flex-direction: column !important;
  min-width: 0 !important;
  min-height: 560px !important;
  padding: 54px 30px 28px !important;
  border: 1px solid #d6e2ee !important;
  border-radius: 8px !important;
  background: #ffffff !important;
  color: #071326 !important;
  -webkit-text-fill-color: #071326 !important;
  box-shadow: 0 10px 30px rgba(34, 78, 120, 0.06) !important;
  transform: none !important;
  overflow: hidden !important;
}

html body[data-page="home"] .product-home-five-card::before {
  content: "" !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 3px !important;
  background: #0b6ff6 !important;
  transform: scaleX(0) !important;
  transform-origin: left !important;
  transition: transform 220ms ease !important;
}

html body[data-page="home"] .product-home-five-card:hover,
html body[data-page="home"] .product-home-five-card:focus-visible {
  border-color: #b8d0eb !important;
  background: #fbfdff !important;
  box-shadow: 0 18px 40px rgba(34, 78, 120, 0.1) !important;
  transform: translateY(-4px) !important;
}

html body[data-page="home"] .product-home-five-card:hover::before,
html body[data-page="home"] .product-home-five-card:focus-visible::before {
  transform: scaleX(1) !important;
}

html body[data-page="home"] .product-home-five-card .product-home-category {
  display: block !important;
  min-height: 22px !important;
  margin: 0 0 42px !important;
  color: #0b6ff6 !important;
  -webkit-text-fill-color: #0b6ff6 !important;
  font-size: 16px !important;
  font-weight: 800 !important;
  line-height: 1.4 !important;
  text-align: left !important;
}

html body[data-page="home"] .product-home-five-card h3 {
  min-height: 68px !important;
  margin: 0 0 26px !important;
  color: #071326 !important;
  -webkit-text-fill-color: #071326 !important;
  font-size: clamp(22px, 1.9vw, 30px) !important;
  font-weight: 850 !important;
  line-height: 1.32 !important;
  letter-spacing: 0 !important;
  overflow-wrap: anywhere !important;
}

html body[data-page="home"] .product-home-five-card p {
  margin: 0 !important;
  color: #647a92 !important;
  -webkit-text-fill-color: #647a92 !important;
  font-size: 15px !important;
  line-height: 1.9 !important;
  overflow-wrap: anywhere !important;
}

html body[data-page="home"] .product-home-five-cta {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 12px !important;
  width: min(100%, 214px) !important;
  min-height: 52px !important;
  box-sizing: border-box !important;
  margin-top: auto !important;
  padding: 0 16px !important;
  border-radius: 6px !important;
  background: #0b6ff6 !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  box-shadow: 0 10px 22px rgba(11, 111, 246, 0.2) !important;
}

html body[data-page="home"] .product-home-five-cta i {
  font-style: normal !important;
  font-size: 23px !important;
  line-height: 1 !important;
  transition: transform 180ms ease !important;
}

html body[data-page="home"] .product-home-five-card:hover .product-home-five-cta i,
html body[data-page="home"] .product-home-five-card:focus-visible .product-home-five-cta i {
  transform: translateX(4px) !important;
}

@media (max-width: 1120px) {
  html body[data-page="home"] .product-home-five-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  html body[data-page="home"] .product-home-five-card {
    min-height: 470px !important;
    padding: 38px 24px 24px !important;
  }
}

@media (max-width: 760px) {
  html body[data-page="home"] .product-home-five-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px !important;
  }

  html body[data-page="home"] .product-home-five-card {
    min-height: 430px !important;
    padding: 30px 20px 20px !important;
  }

  html body[data-page="home"] .product-home-five-card .product-home-category {
    margin-bottom: 28px !important;
    font-size: 14px !important;
  }

  html body[data-page="home"] .product-home-five-card h3 {
    min-height: 58px !important;
    margin-bottom: 18px !important;
    font-size: 22px !important;
  }

  html body[data-page="home"] .product-home-five-card p {
    font-size: 14px !important;
    line-height: 1.78 !important;
  }

  html body[data-page="home"] .product-home-five-cta {
    width: 100% !important;
    min-height: 46px !important;
    padding: 0 12px !important;
    font-size: 13px !important;
  }
}

@media (max-width: 480px) {
  html body[data-page="home"] .product-home-five-grid {
    grid-template-columns: 1fr !important;
  }

  html body[data-page="home"] .product-home-five-card {
    min-height: 0 !important;
    padding: 28px 22px 22px !important;
  }

  html body[data-page="home"] .product-home-five-card .product-home-category {
    margin-bottom: 18px !important;
  }

  html body[data-page="home"] .product-home-five-card h3 {
    min-height: 0 !important;
    margin-bottom: 14px !important;
    font-size: 25px !important;
  }

  html body[data-page="home"] .product-home-five-card p {
    min-height: 0 !important;
    margin-bottom: 28px !important;
  }
}

/* v130 home about-news contrast: white cards need an explicit dark content layer. */
html body[data-page="home"] .home-about-news-section {
  background: #f3f8ff !important;
  color: #10243d !important;
  -webkit-text-fill-color: #10243d !important;
}

html body[data-page="home"] .home-about-news-section .section-head,
html body[data-page="home"] .home-about-news-section .section-head h2,
html body[data-page="home"] .home-about-news-section .section-head p {
  color: #10243d !important;
  -webkit-text-fill-color: #10243d !important;
}

html body[data-page="home"] .home-about-news-section .section-head p {
  color: #536a82 !important;
  -webkit-text-fill-color: #536a82 !important;
}

html body[data-page="home"] .home-about-news-section .news-card {
  color: #10243d !important;
  -webkit-text-fill-color: #10243d !important;
  background: #ffffff !important;
}

html body[data-page="home"] .home-about-news-section .news-card :is(.news-card-title, .news-card-date) {
  color: #10243d !important;
  -webkit-text-fill-color: #10243d !important;
  text-shadow: none !important;
}

html body[data-page="home"] .home-about-news-section .news-card .news-card-date {
  color: #536a82 !important;
  -webkit-text-fill-color: #536a82 !important;
}

html body[data-page="home"] .home-about-news-section .news-card .news-card-action,
html body[data-page="home"] .home-about-news-section .news-card .news-card-action i {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

@media (prefers-reduced-motion: reduce) {
  html body[data-page="home"] .product-home-five-card,
  html body[data-page="home"] .product-home-five-card::before,
  html body[data-page="home"] .product-home-five-cta i {
    transition: none !important;
  }
}

/* v129 final cascade lock: the reference layout is five equal columns, never the legacy mosaic. */
html body[data-page="home"] .product-home-five-grid {
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  grid-template-rows: minmax(560px, auto) !important;
  grid-auto-flow: row !important;
  grid-auto-rows: auto !important;
  gap: clamp(14px, 1.7vw, 24px) !important;
  border: 0 !important;
}

html body[data-page="home"] .product-home-five-grid > .product-home-five-card,
html body[data-page="home"] .product-home-five-grid > .product-home-five-card:nth-child(n) {
  grid-column: auto !important;
  grid-row: auto !important;
  grid-column-start: auto !important;
  grid-column-end: auto !important;
  grid-row-start: auto !important;
  grid-row-end: auto !important;
  width: auto !important;
  min-width: 0 !important;
  min-height: 560px !important;
  height: auto !important;
  box-sizing: border-box !important;
  border: 1px solid #d6e2ee !important;
  border-radius: 8px !important;
  background: #ffffff !important;
  color: #071326 !important;
  -webkit-text-fill-color: #071326 !important;
  box-shadow: 0 10px 30px rgba(34, 78, 120, 0.06) !important;
}

html body[data-page="home"] .product-home-five-grid > .product-home-five-card:nth-child(1),
html body[data-page="home"] .product-home-five-grid > .product-home-five-card:nth-child(4) {
  background: #ffffff !important;
  color: #071326 !important;
  -webkit-text-fill-color: #071326 !important;
}

html body[data-page="home"] .product-home-five-grid > .product-home-five-card :is(h3, p, span, i) {
  position: relative !important;
  z-index: 1 !important;
}

html body[data-page="home"] .product-home-five-grid > .product-home-five-card h3 {
  color: #071326 !important;
  -webkit-text-fill-color: #071326 !important;
}

html body[data-page="home"] .product-home-five-grid > .product-home-five-card p {
  color: #647a92 !important;
  -webkit-text-fill-color: #647a92 !important;
}

html body[data-page="home"] .product-home-five-grid > .product-home-five-card .product-home-category {
  color: #0b6ff6 !important;
  -webkit-text-fill-color: #0b6ff6 !important;
}

html body[data-page="home"] .product-home-five-grid > .product-home-five-card .product-home-five-cta,
html body[data-page="home"] .product-home-five-grid > .product-home-five-card .product-home-five-cta i {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

@media (max-width: 1120px) {
  html body[data-page="home"] .product-home-five-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    grid-template-rows: repeat(2, minmax(470px, auto)) !important;
  }

  html body[data-page="home"] .product-home-five-grid > .product-home-five-card,
  html body[data-page="home"] .product-home-five-grid > .product-home-five-card:nth-child(n) {
    grid-column: auto !important;
    grid-row: auto !important;
    min-height: 470px !important;
  }
}

@media (max-width: 760px) {
  html body[data-page="home"] .product-home-five-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    grid-template-rows: none !important;
  }

  html body[data-page="home"] .product-home-five-grid > .product-home-five-card,
  html body[data-page="home"] .product-home-five-grid > .product-home-five-card:nth-child(n) {
    min-height: 430px !important;
  }
}

@media (max-width: 480px) {
  html body[data-page="home"] .product-home-five-grid {
    grid-template-columns: minmax(0, 1fr) !important;
    grid-template-rows: none !important;
  }

  html body[data-page="home"] .product-home-five-grid > .product-home-five-card,
  html body[data-page="home"] .product-home-five-grid > .product-home-five-card:nth-child(n) {
    min-height: 0 !important;
  }
}

/* v131 terminal cascade: uploaded business-card images stay visible above legacy card fills. */
html body[data-page="home"] .product-home-five-grid > .product-home-five-card {
  position: relative !important;
  z-index: 0 !important;
  isolation: isolate !important;
}
html body[data-page="home"] .product-home-five-grid > .product-home-five-card:has(.product-home-five-background) {
  background: transparent !important;
  border-color: rgba(255, 255, 255, 0.36) !important;
}
html body[data-page="home"] .product-home-five-grid > .product-home-five-card .product-home-five-background {
  position: absolute !important;
  z-index: 0 !important;
  inset: 0 !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
  opacity: 1 !important;
  filter: none !important;
  mix-blend-mode: normal !important;
}
html body[data-page="home"] .product-home-five-grid > .product-home-five-card .product-home-five-scrim {
  position: absolute !important;
  z-index: 1 !important;
  inset: 0 !important;
  background: transparent !important;
  opacity: 0 !important;
  pointer-events: none !important;
}
html body[data-page="home"] .product-home-five-grid > .product-home-five-card .product-home-five-content {
  position: relative !important;
  z-index: 2 !important;
}
html body[data-page="home"] .product-home-five-grid > .product-home-five-card.image-tone-dark .product-home-five-scrim {
  background: linear-gradient(180deg, rgba(4, 18, 42, 0.08), rgba(4, 18, 42, 0.32)) !important;
  opacity: 1 !important;
}
html body[data-page="home"] .product-home-five-grid > .product-home-five-card.image-tone-dark :is(.product-home-category, h3, p) {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.55) !important;
}
html body[data-page="home"] .product-home-five-grid > .product-home-five-card.image-tone-light h3,
html body[data-page="home"] .product-home-five-grid > .product-home-five-card.image-tone-unknown h3 {
  color: #071326 !important;
  -webkit-text-fill-color: #071326 !important;
  text-shadow: none !important;
}
html body[data-page="home"] .product-home-five-grid > .product-home-five-card.image-tone-light p,
html body[data-page="home"] .product-home-five-grid > .product-home-five-card.image-tone-unknown p {
  color: #536a82 !important;
  -webkit-text-fill-color: #536a82 !important;
  text-shadow: none !important;
}
html body[data-page="home"] .product-home-five-grid > .product-home-five-card.image-tone-light .product-home-category,
html body[data-page="home"] .product-home-five-grid > .product-home-five-card.image-tone-unknown .product-home-category {
  color: #0b6ff6 !important;
  -webkit-text-fill-color: #0b6ff6 !important;
  text-shadow: none !important;
}
html body[data-page="home"] .product-home-five-grid > .product-home-five-card .product-home-five-cta,
html body[data-page="home"] .product-home-five-grid > .product-home-five-card .product-home-five-cta i {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}

/* v131 terminal cascade lock: keep the uploaded background, tone class, and copy layer above every older rule. */
html body[data-page="home"] .product-home-five-grid > .product-home-five-card {
  position: relative !important;
  z-index: 0 !important;
  isolation: isolate !important;
}

html body[data-page="home"] .product-home-five-grid > .product-home-five-card:has(.product-home-five-background) {
  background: transparent !important;
  border-color: rgba(255, 255, 255, 0.36) !important;
}

html body[data-page="home"] .product-home-five-grid > .product-home-five-card .product-home-five-background {
  position: absolute !important;
  z-index: 0 !important;
  inset: 0 !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
  opacity: 1 !important;
  filter: none !important;
  mix-blend-mode: normal !important;
}

html body[data-page="home"] .product-home-five-grid > .product-home-five-card .product-home-five-scrim {
  position: absolute !important;
  z-index: 1 !important;
  inset: 0 !important;
  background: transparent !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

html body[data-page="home"] .product-home-five-grid > .product-home-five-card .product-home-five-content {
  position: relative !important;
  z-index: 2 !important;
}

html body[data-page="home"] .product-home-five-grid > .product-home-five-card.image-tone-dark .product-home-five-scrim {
  background: linear-gradient(180deg, rgba(4, 18, 42, 0.08), rgba(4, 18, 42, 0.32)) !important;
  opacity: 1 !important;
}

html body[data-page="home"] .product-home-five-grid > .product-home-five-card.image-tone-dark :is(.product-home-category, h3, p) {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.55) !important;
}

html body[data-page="home"] .product-home-five-grid > .product-home-five-card.image-tone-dark :is(.product-home-category, p) {
  color: rgba(255, 255, 255, 0.88) !important;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.88) !important;
}

html body[data-page="home"] .product-home-five-grid > .product-home-five-card.image-tone-light :is(.product-home-category, h3, p),
html body[data-page="home"] .product-home-five-grid > .product-home-five-card.image-tone-unknown :is(.product-home-category, h3, p) {
  text-shadow: none !important;
}

html body[data-page="home"] .product-home-five-grid > .product-home-five-card.image-tone-light h3,
html body[data-page="home"] .product-home-five-grid > .product-home-five-card.image-tone-unknown h3 {
  color: #071326 !important;
  -webkit-text-fill-color: #071326 !important;
}

html body[data-page="home"] .product-home-five-grid > .product-home-five-card.image-tone-light p,
html body[data-page="home"] .product-home-five-grid > .product-home-five-card.image-tone-unknown p {
  color: #536a82 !important;
  -webkit-text-fill-color: #536a82 !important;
}

html body[data-page="home"] .product-home-five-grid > .product-home-five-card.image-tone-light .product-home-category,
html body[data-page="home"] .product-home-five-grid > .product-home-five-card.image-tone-unknown .product-home-category {
  color: #0b6ff6 !important;
  -webkit-text-fill-color: #0b6ff6 !important;
}

html body[data-page="home"] .product-home-five-grid > .product-home-five-card .product-home-five-cta,
html body[data-page="home"] .product-home-five-grid > .product-home-five-card .product-home-five-cta i {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

@media (prefers-reduced-motion: reduce) {
  html body[data-page="home"] .product-home-five-grid > .product-home-five-card,
  html body[data-page="home"] .product-home-five-grid > .product-home-five-card::before,
  html body[data-page="home"] .product-home-five-grid > .product-home-five-card .product-home-five-cta i {
    transition: none !important;
  }
}

/* v131 final cascade: uploaded card art is a visible layer, never hidden behind the legacy white fill. */
html body[data-page="home"] .product-home-five-grid > .product-home-five-card {
  position: relative !important;
  z-index: 0 !important;
  isolation: isolate !important;
}

html body[data-page="home"] .product-home-five-grid > .product-home-five-card:has(.product-home-five-background) {
  background: transparent !important;
  border-color: rgba(255, 255, 255, 0.36) !important;
}

html body[data-page="home"] .product-home-five-grid > .product-home-five-card .product-home-five-background {
  position: absolute !important;
  z-index: 0 !important;
  inset: 0 !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
  opacity: 1 !important;
  filter: none !important;
  mix-blend-mode: normal !important;
}

html body[data-page="home"] .product-home-five-grid > .product-home-five-card .product-home-five-scrim {
  position: absolute !important;
  z-index: 1 !important;
  inset: 0 !important;
  background: transparent !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

html body[data-page="home"] .product-home-five-grid > .product-home-five-card .product-home-five-content {
  position: relative !important;
  z-index: 2 !important;
}

html body[data-page="home"] .product-home-five-grid > .product-home-five-card.image-tone-dark .product-home-five-scrim {
  background: linear-gradient(180deg, rgba(4, 18, 42, 0.08), rgba(4, 18, 42, 0.32)) !important;
  opacity: 1 !important;
}

html body[data-page="home"] .product-home-five-grid > .product-home-five-card.image-tone-dark :is(.product-home-category, h3, p) {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.55) !important;
}

html body[data-page="home"] .product-home-five-grid > .product-home-five-card.image-tone-dark :is(.product-home-category, p) {
  color: rgba(255, 255, 255, 0.88) !important;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.88) !important;
}

html body[data-page="home"] .product-home-five-grid > .product-home-five-card.image-tone-light :is(.product-home-category, h3, p),
html body[data-page="home"] .product-home-five-grid > .product-home-five-card.image-tone-unknown :is(.product-home-category, h3, p) {
  text-shadow: none !important;
}

html body[data-page="home"] .product-home-five-grid > .product-home-five-card.image-tone-light h3,
html body[data-page="home"] .product-home-five-grid > .product-home-five-card.image-tone-unknown h3 {
  color: #071326 !important;
  -webkit-text-fill-color: #071326 !important;
}

html body[data-page="home"] .product-home-five-grid > .product-home-five-card.image-tone-light p,
html body[data-page="home"] .product-home-five-grid > .product-home-five-card.image-tone-unknown p {
  color: #536a82 !important;
  -webkit-text-fill-color: #536a82 !important;
}

html body[data-page="home"] .product-home-five-grid > .product-home-five-card.image-tone-light .product-home-category,
html body[data-page="home"] .product-home-five-grid > .product-home-five-card.image-tone-unknown .product-home-category {
  color: #0b6ff6 !important;
  -webkit-text-fill-color: #0b6ff6 !important;
}

html body[data-page="home"] .product-home-five-grid > .product-home-five-card .product-home-five-cta,
html body[data-page="home"] .product-home-five-grid > .product-home-five-card .product-home-five-cta i {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

@media (prefers-reduced-motion: reduce) {
  html body[data-page="home"] .product-home-five-grid > .product-home-five-card,
  html body[data-page="home"] .product-home-five-grid > .product-home-five-card::before,
  html body[data-page="home"] .product-home-five-grid > .product-home-five-card .product-home-five-cta i {
    transition: none !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  body:not([data-page="admin"]) .product-home-feature,
  body:not([data-page="admin"]) .product-home-rail-item,
  body:not([data-page="admin"]) .product-home-feature-link i,
  body:not([data-page="admin"]) .product-home-arrow {
    transition: none !important;
  }
}

/* v131 home business card backgrounds: user media stays visible, copy follows image tone. */
html body[data-page="home"] .product-home-five-card {
  isolation: isolate !important;
  overflow: hidden !important;
}

html body[data-page="home"] .product-home-five-card .product-home-five-background,
html body[data-page="home"] .product-home-five-card .product-home-five-scrim {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  pointer-events: none !important;
}

html body[data-page="home"] .product-home-five-card .product-home-five-background {
  z-index: -2 !important;
  display: block !important;
  object-fit: cover !important;
  object-position: center !important;
  opacity: 1 !important;
  filter: none !important;
  mix-blend-mode: normal !important;
}

html body[data-page="home"] .product-home-five-card .product-home-five-scrim {
  z-index: -1 !important;
  background: transparent !important;
  opacity: 0 !important;
  transition: opacity 180ms ease !important;
}

html body[data-page="home"] .product-home-five-card .product-home-five-content {
  position: relative !important;
  z-index: 1 !important;
  display: flex !important;
  flex: 1 1 auto !important;
  min-height: 0 !important;
  flex-direction: column !important;
}

html body[data-page="home"] .product-home-five-card.image-tone-dark {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  border-color: rgba(255, 255, 255, 0.42) !important;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.58) !important;
}

html body[data-page="home"] .product-home-five-card.image-tone-dark .product-home-five-scrim {
  background: linear-gradient(180deg, rgba(5, 18, 38, 0.1), rgba(5, 18, 38, 0.34)) !important;
  opacity: 1 !important;
}

html body[data-page="home"] .product-home-five-card.image-tone-dark :is(.product-home-category, h3, p) {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.58) !important;
}

html body[data-page="home"] .product-home-five-card.image-tone-dark .product-home-category,
html body[data-page="home"] .product-home-five-card.image-tone-dark p {
  color: rgba(255, 255, 255, 0.88) !important;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.88) !important;
}

html body[data-page="home"] .product-home-five-card.image-tone-light :is(.product-home-category, h3, p),
html body[data-page="home"] .product-home-five-card.image-tone-unknown :is(.product-home-category, h3, p) {
  text-shadow: none !important;
}

html body[data-page="home"] .product-home-five-card.image-tone-light h3,
html body[data-page="home"] .product-home-five-card.image-tone-unknown h3 {
  color: #071326 !important;
  -webkit-text-fill-color: #071326 !important;
}

html body[data-page="home"] .product-home-five-card.image-tone-light p,
html body[data-page="home"] .product-home-five-card.image-tone-unknown p {
  color: #536a82 !important;
  -webkit-text-fill-color: #536a82 !important;
}

html body[data-page="home"] .product-home-five-card.image-tone-light .product-home-category,
html body[data-page="home"] .product-home-five-card.image-tone-unknown .product-home-category {
  color: #0b6ff6 !important;
  -webkit-text-fill-color: #0b6ff6 !important;
}

html body[data-page="home"] .product-home-five-card .product-home-five-cta,
html body[data-page="home"] .product-home-five-card .product-home-five-cta i {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  text-shadow: none !important;
}

html body[data-page="home"] .product-home-five-card:has(.product-home-five-background) {
  background: #f4f8fc !important;
}

@media (prefers-reduced-motion: reduce) {
  html body[data-page="home"] .product-home-five-card .product-home-five-scrim {
    transition: none !important;
  }
}

/* v125 final product directory lock: prevent legacy card rules from reshaping the new markup. */
html body:not([data-page="admin"]) .product-home-grid {
  display: grid !important;
  grid-template-columns: minmax(0, 0.84fr) minmax(0, 1.16fr) !important;
  grid-template-rows: minmax(458px, auto) !important;
  gap: 18px !important;
  min-width: 0 !important;
}

html body:not([data-page="admin"]) .product-home-grid > .product-home-feature {
  grid-column: 1 !important;
  grid-row: 1 !important;
  min-width: 0 !important;
  min-height: 458px !important;
  height: auto !important;
  background: linear-gradient(145deg, #edf6ff 0%, #e5f1ff 58%, #dcecff 100%) !important;
  color: #0a1729 !important;
}

html body:not([data-page="admin"]) .product-home-grid > .product-home-feature::before,
html body:not([data-page="admin"]) .product-home-grid > .product-home-feature::after,
html body:not([data-page="admin"]) .product-home-grid .product-home-rail-item::before,
html body:not([data-page="admin"]) .product-home-grid .product-home-rail-item::after {
  display: none !important;
  content: none !important;
}

html body:not([data-page="admin"]) .product-home-grid > .product-home-feature > *,
html body:not([data-page="admin"]) .product-home-grid .product-home-rail-item > * {
  position: relative !important;
  z-index: 2 !important;
}

html body:not([data-page="admin"]) .product-home-grid > .product-home-feature :is(h3, p, span, a),
html body:not([data-page="admin"]) .product-home-grid > .product-home-feature h3,
html body:not([data-page="admin"]) .product-home-grid > .product-home-feature p {
  -webkit-text-fill-color: currentColor !important;
}

html body:not([data-page="admin"]) .product-home-grid > .product-home-feature h3 {
  color: #0a1729 !important;
  -webkit-text-fill-color: #0a1729 !important;
}

html body:not([data-page="admin"]) .product-home-grid > .product-home-feature p {
  color: #45617f !important;
  -webkit-text-fill-color: #45617f !important;
}

html body:not([data-page="admin"]) .product-home-grid > .product-home-feature .product-home-index,
html body:not([data-page="admin"]) .product-home-grid > .product-home-feature .product-home-category {
  color: #4177b8 !important;
  -webkit-text-fill-color: #4177b8 !important;
}

html body:not([data-page="admin"]) .product-home-grid > .product-home-feature .product-home-feature-link {
  color: #0b63d8 !important;
  -webkit-text-fill-color: #0b63d8 !important;
}

html body:not([data-page="admin"]) .product-home-grid > .product-home-rail {
  grid-column: 2 !important;
  grid-row: 1 !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  grid-template-rows: repeat(4, minmax(0, 1fr)) !important;
  min-width: 0 !important;
  min-height: 458px !important;
  height: auto !important;
}

html body:not([data-page="admin"]) .product-home-grid .product-home-rail-item,
html body:not([data-page="admin"]) .product-home-grid .product-home-rail-item:nth-child(1),
html body:not([data-page="admin"]) .product-home-grid .product-home-rail-item:nth-child(2),
html body:not([data-page="admin"]) .product-home-grid .product-home-rail-item:nth-child(3),
html body:not([data-page="admin"]) .product-home-grid .product-home-rail-item:nth-child(4) {
  grid-column: 1 !important;
  grid-row: auto !important;
  min-width: 0 !important;
  min-height: 0 !important;
  height: auto !important;
  padding: 16px 20px !important;
  border: 0 !important;
  border-bottom: 1px solid #d5e2f0 !important;
  border-radius: 0 !important;
  background: #ffffff !important;
  color: #071326 !important;
  box-shadow: none !important;
  transform: none !important;
}

html body:not([data-page="admin"]) .product-home-grid .product-home-rail-item:last-child {
  border-bottom: 0 !important;
}

html body:not([data-page="admin"]) .product-home-grid .product-home-rail-item h3 {
  margin: 0 0 4px !important;
  color: #101c2d !important;
  -webkit-text-fill-color: #101c2d !important;
  font-size: clamp(18px, 1.65vw, 24px) !important;
  line-height: 1.2 !important;
}

html body:not([data-page="admin"]) .product-home-grid .product-home-rail-item p {
  display: -webkit-box !important;
  overflow: hidden !important;
  margin: 0 !important;
  color: #536a82 !important;
  -webkit-text-fill-color: #536a82 !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 2 !important;
  font-size: 12px !important;
  line-height: 1.45 !important;
}

html body:not([data-page="admin"]) .product-home-grid .product-home-rail-item .product-home-category,
html body:not([data-page="admin"]) .product-home-grid .product-home-rail-item .product-home-arrow {
  color: #1470e7 !important;
  -webkit-text-fill-color: #1470e7 !important;
}

html body:not([data-page="admin"]) .product-home-grid .product-home-rail-item .product-home-index {
  color: #7895b3 !important;
  -webkit-text-fill-color: #7895b3 !important;
}

html body:not([data-page="admin"]) .product-home-grid .product-home-rail-item:hover {
  background: #f5f9fd !important;
  border-color: #c1d8f1 !important;
  transform: none !important;
  box-shadow: none !important;
}

@media (max-width: 820px) {
  html body:not([data-page="admin"]) .product-home-grid {
    grid-template-columns: minmax(0, 1fr) !important;
    grid-template-rows: auto auto !important;
    gap: 16px !important;
  }

  html body:not([data-page="admin"]) .product-home-grid > .product-home-feature {
    grid-column: 1 !important;
    grid-row: 1 !important;
    min-height: 330px !important;
    padding: 28px 24px !important;
  }

  html body:not([data-page="admin"]) .product-home-grid > .product-home-rail {
    grid-column: 1 !important;
    grid-row: 2 !important;
    grid-template-columns: minmax(0, 1fr) !important;
    grid-template-rows: repeat(4, minmax(106px, auto)) !important;
    min-height: 0 !important;
    height: auto !important;
  }

  html body:not([data-page="admin"]) .product-home-grid .product-home-rail-item,
  html body:not([data-page="admin"]) .product-home-grid .product-home-rail-item:nth-child(n) {
    grid-column: 1 !important;
    grid-row: auto !important;
    min-height: 106px !important;
    padding: 18px 16px !important;
  }
}

@media (max-width: 520px) {
  html body:not([data-page="admin"]) .product-home-grid > .product-home-feature {
    min-height: 300px !important;
    padding: 24px 20px !important;
  }

  html body:not([data-page="admin"]) .product-home-grid > .product-home-feature h3 {
    font-size: 30px !important;
  }

  html body:not([data-page="admin"]) .product-home-grid .product-home-rail-item {
    grid-template-columns: 28px minmax(0, 1fr) 20px !important;
    gap: 12px !important;
  }
}

/* v126 navigation dropdown palette: replace legacy black surfaces with brand blues. */
html body:not([data-page="admin"]) .mega {
  border-top: 1px solid rgba(11, 111, 246, 0.18) !important;
  border-bottom: 1px solid rgba(11, 111, 246, 0.2) !important;
  background: #f3f8ff !important;
  box-shadow: 0 22px 48px rgba(7, 67, 145, 0.18) !important;
}

html body:not([data-page="admin"]) .mega-shell {
  background: #f3f8ff !important;
}

html body:not([data-page="admin"]) .mega-side {
  background: linear-gradient(145deg, #0759d6 0%, #0b6ff6 58%, #1688ff 100%) !important;
  color: #ffffff !important;
}

html body:not([data-page="admin"]) .mega-side::after {
  background:
    linear-gradient(135deg, rgba(255,255,255,0.22), rgba(255,255,255,0) 58%),
    linear-gradient(145deg, rgba(117, 228, 255, 0.3), rgba(255,255,255,0.04)) !important;
  opacity: 0.52 !important;
}

html body:not([data-page="admin"]) .mega-side-title,
html body:not([data-page="admin"]) .mega-side-link,
html body:not([data-page="admin"]) .mega-side-link span {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

html body:not([data-page="admin"]) .mega-side p {
  color: rgba(255, 255, 255, 0.82) !important;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.82) !important;
}

html body:not([data-page="admin"]) .mega-grid {
  background: #f3f8ff !important;
}

html body:not([data-page="admin"]) .mega-col h3 {
  color: #0b6ff6 !important;
  -webkit-text-fill-color: #0b6ff6 !important;
}

html body:not([data-page="admin"]) .mega-link {
  border-left-color: transparent !important;
  color: #10243d !important;
}

html body:not([data-page="admin"]) .mega-link strong {
  color: #10243d !important;
  -webkit-text-fill-color: #10243d !important;
}

html body:not([data-page="admin"]) .mega-link span {
  color: #5a7290 !important;
  -webkit-text-fill-color: #5a7290 !important;
}

html body:not([data-page="admin"]) .mega-link:hover,
html body:not([data-page="admin"]) .mega-link:focus-visible {
  border-left-color: #0b6ff6 !important;
  background: #e3f0ff !important;
}

html body:not([data-page="admin"]) .mega-link:hover strong,
html body:not([data-page="admin"]) .mega-link:focus-visible strong {
  color: #0759d6 !important;
  -webkit-text-fill-color: #0759d6 !important;
}

@media (max-width: 760px) {
  html body:not([data-page="admin"]) .mobile-drawer {
    background: #f3f8ff !important;
    border-top-color: rgba(11, 111, 246, 0.18) !important;
    border-bottom-color: rgba(11, 111, 246, 0.2) !important;
    box-shadow: 0 20px 42px rgba(7, 67, 145, 0.16) !important;
  }

  html body:not([data-page="admin"]) .mobile-drawer a,
  html body:not([data-page="admin"]) .mobile-drawer button {
    border-bottom-color: rgba(11, 111, 246, 0.14) !important;
    color: #10243d !important;
    -webkit-text-fill-color: #10243d !important;
  }

  html body:not([data-page="admin"]) .mobile-drawer a:hover,
  html body:not([data-page="admin"]) .mobile-drawer button:hover {
    background: #e3f0ff !important;
    color: #0759d6 !important;
    -webkit-text-fill-color: #0759d6 !important;
  }
}

/* v127 about readability + business system composition: final visual authority. */
html body[data-page="about"] :is(
  .about-intro-section,
  .about-culture-section,
  .about-honor-section,
  .about-section,
  .about-section-head,
  .about-section-copy
) {
  color: #10243d !important;
  -webkit-text-fill-color: #10243d !important;
}

html body[data-page="about"] :is(
  .about-section h2,
  .about-section h3,
  .about-section strong,
  .about-section p,
  .about-section-copy,
  .about-section-head
) {
  color: #10243d !important;
  -webkit-text-fill-color: #10243d !important;
  text-shadow: none !important;
}

html body[data-page="about"] :is(
  .about-section p,
  .about-section-copy p,
  .about-section-head p,
  .about-culture-grid p,
  .about-honor-grid span,
  .about-intro-proof span
) {
  color: #536a82 !important;
  -webkit-text-fill-color: #536a82 !important;
}

html body[data-page="about"] :is(.about-kicker, .about-section .about-kicker) {
  color: #0759d6 !important;
  -webkit-text-fill-color: #0759d6 !important;
}

html body[data-page="about"] :is(
  .about-section,
  .about-section-head,
  .about-section-copy,
  .about-intro-proof,
  .about-advantage-card,
  .about-culture-grid article,
  .about-honor-grid article,
  .about-news-section,
  .about-news-item
) :is(h1, h2, h3, h4, p, strong, span, small, em, a) {
  text-shadow: none !important;
}

html body[data-page="about"] .about-intro-proof > div,
html body[data-page="about"] .about-advantage-card,
html body[data-page="about"] .about-culture-grid > article,
html body[data-page="about"] .about-honor-grid > article,
html body[data-page="about"] .about-news-item {
  background: #ffffff !important;
  color: #10243d !important;
  -webkit-text-fill-color: #10243d !important;
}

html body[data-page="about"] .about-advantage-card > span,
html body[data-page="about"] .about-news-item time,
html body[data-page="about"] .about-news-item time :is(span, strong) {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

html body[data-page="about"] :is(.page-hero, .banner-hero).image-tone-light :is(.hero-copy, .hero-copy h1, .hero-copy p, .hero-kicker) {
  color: #071326 !important;
  -webkit-text-fill-color: #071326 !important;
  text-shadow: 0 1px 12px rgba(255, 255, 255, 0.5) !important;
}

html body[data-page="about"] :is(.page-hero, .banner-hero).image-tone-light .hero-kicker {
  color: #0759d6 !important;
  -webkit-text-fill-color: #0759d6 !important;
  text-shadow: none !important;
}

html body[data-page="about"] .page-hero.image-tone-light .hero-copy > .hero-kicker {
  color: #0759d6 !important;
  -webkit-text-fill-color: #0759d6 !important;
}

/* The five businesses read as one directory: one anchor, one non-uniform rail. */
html body[data-page="home"] .product-home-grid {
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr) !important;
  grid-template-rows: minmax(470px, auto) !important;
  gap: 16px !important;
}

html body[data-page="home"] .product-home-grid > .product-home-feature {
  min-height: 470px !important;
  padding: 34px 36px 32px !important;
  border: 0 !important;
  border-left: 4px solid #71e5ff !important;
  background: linear-gradient(142deg, #064fc4 0%, #086fe8 62%, #1597d7 100%) !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  box-shadow: none !important;
  isolation: isolate !important;
}

html body[data-page="home"] .product-home-grid > .product-home-feature::before {
  display: block !important;
  content: "" !important;
  position: absolute !important;
  z-index: -1 !important;
  inset: auto -30px -84px auto !important;
  width: 270px !important;
  height: 270px !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  border-radius: 50% !important;
  box-shadow: 0 0 0 28px rgba(255, 255, 255, 0.05), 0 0 0 58px rgba(255, 255, 255, 0.035) !important;
}

html body[data-page="home"] .product-home-grid > .product-home-feature :is(h3, p, span, a) {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

html body[data-page="home"] .product-home-grid > .product-home-feature .product-home-feature-meta {
  padding-bottom: 20px !important;
  border-bottom-color: rgba(255, 255, 255, 0.28) !important;
}

html body[data-page="home"] .product-home-grid > .product-home-feature .product-home-category {
  color: rgba(255, 255, 255, 0.8) !important;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.8) !important;
}

html body[data-page="home"] .product-home-grid > .product-home-feature .product-home-feature-copy {
  margin: auto 0 !important;
  max-width: 25em !important;
}

html body[data-page="home"] .product-home-grid > .product-home-feature h3 {
  max-width: 8em !important;
  margin-bottom: 16px !important;
  font-size: clamp(32px, 3.2vw, 46px) !important;
  line-height: 1.12 !important;
  letter-spacing: 0 !important;
}

html body[data-page="home"] .product-home-grid > .product-home-feature p {
  max-width: 28em !important;
  color: rgba(255, 255, 255, 0.78) !important;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.78) !important;
  font-size: 14px !important;
  line-height: 1.8 !important;
}

html body[data-page="home"] .product-home-grid > .product-home-feature .product-home-feature-link {
  width: min(100%, 232px) !important;
  padding-top: 16px !important;
  border-top-color: rgba(255, 255, 255, 0.34) !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

html body[data-page="home"] .product-home-grid > .product-home-rail {
  grid-template-rows: 1.18fr 1fr 1fr 1fr !important;
  min-height: 470px !important;
  border: 1px solid #d3e2f1 !important;
  border-top: 4px solid #0b6ff6 !important;
  background: #ffffff !important;
}

html body[data-page="home"] .product-home-grid .product-home-rail-item {
  grid-template-columns: 46px minmax(0, 1fr) 28px !important;
  gap: 18px !important;
  padding: 17px 22px !important;
  border-bottom-color: #dbe6f0 !important;
  background: #ffffff !important;
}

html body[data-page="home"] .product-home-grid .product-home-rail-item:first-child {
  background: #f1f7ff !important;
}

html body[data-page="home"] .product-home-grid .product-home-rail-item:hover {
  background: #e9f3ff !important;
}

html body[data-page="home"] .product-home-grid .product-home-rail-item .product-home-index {
  align-self: start !important;
  padding-top: 3px !important;
  color: #0b6ff6 !important;
  -webkit-text-fill-color: #0b6ff6 !important;
  font-size: 12px !important;
}

html body[data-page="home"] .product-home-grid .product-home-rail-item h3 {
  max-width: 14em !important;
  margin-bottom: 5px !important;
  color: #10243d !important;
  -webkit-text-fill-color: #10243d !important;
  font-size: clamp(19px, 1.65vw, 24px) !important;
  line-height: 1.2 !important;
}

html body[data-page="home"] .product-home-grid .product-home-rail-item p {
  max-width: 42em !important;
  color: #60758b !important;
  -webkit-text-fill-color: #60758b !important;
  font-size: 12px !important;
  line-height: 1.5 !important;
}

html body[data-page="home"] .product-home-grid .product-home-rail-item .product-home-category {
  margin-bottom: 5px !important;
  color: #0b6ff6 !important;
  -webkit-text-fill-color: #0b6ff6 !important;
  font-size: 11px !important;
}

html body[data-page="home"] .product-home-grid .product-home-rail-item .product-home-arrow {
  color: #0b6ff6 !important;
  -webkit-text-fill-color: #0b6ff6 !important;
}

@media (max-width: 820px) {
  html body:not([data-page="admin"])[data-page="home"] .product-home-grid {
    grid-template-columns: minmax(0, 1fr) !important;
    grid-template-rows: auto auto !important;
    width: 100% !important;
  }

  html body:not([data-page="admin"])[data-page="home"] .product-home-grid > .product-home-feature,
  html body:not([data-page="admin"])[data-page="home"] .product-home-grid > .product-home-rail {
    grid-column: 1 !important;
    width: 100% !important;
  }

  html body:not([data-page="admin"])[data-page="home"] .product-home-grid > .product-home-feature {
    grid-row: 1 !important;
  }

  html body:not([data-page="admin"])[data-page="home"] .product-home-grid > .product-home-rail {
    grid-row: 2 !important;
  }

  html body[data-page="home"] .product-home-grid {
    grid-template-rows: auto auto !important;
  }

  html body[data-page="home"] .product-home-grid > .product-home-feature {
    min-height: 360px !important;
    padding: 28px 24px !important;
  }

  html body[data-page="home"] .product-home-grid > .product-home-rail {
    grid-template-rows: repeat(4, minmax(106px, auto)) !important;
    min-height: 0 !important;
  }
}

@media (max-width: 520px) {
  html body:not([data-page="admin"])[data-page="home"] .product-home-grid {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  html body[data-page="home"] .product-home-grid > .product-home-feature {
    min-height: 320px !important;
    padding: 24px 20px !important;
  }

  html body[data-page="home"] .product-home-grid > .product-home-feature h3 {
    font-size: 30px !important;
  }

  html body[data-page="home"] .product-home-grid .product-home-rail-item {
    grid-template-columns: 28px minmax(0, 1fr) 20px !important;
    gap: 12px !important;
    padding: 18px 16px !important;
  }
}

/* v129 EOF lock: five equal business cards must win over every legacy product mosaic rule. */
html body[data-page="home"] .product-home-five-grid {
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  grid-template-rows: minmax(560px, auto) !important;
  grid-auto-flow: row !important;
  grid-auto-rows: auto !important;
  gap: clamp(14px, 1.7vw, 24px) !important;
  border: 0 !important;
}

html body[data-page="home"] .product-home-five-grid > .product-home-five-card,
html body[data-page="home"] .product-home-five-grid > .product-home-five-card:nth-child(n) {
  grid-column: auto !important;
  grid-row: auto !important;
  grid-column-start: auto !important;
  grid-column-end: auto !important;
  grid-row-start: auto !important;
  grid-row-end: auto !important;
  width: auto !important;
  min-width: 0 !important;
  min-height: 560px !important;
  height: auto !important;
  box-sizing: border-box !important;
  border: 1px solid #d6e2ee !important;
  border-radius: 8px !important;
  background: #ffffff !important;
  color: #071326 !important;
  -webkit-text-fill-color: #071326 !important;
  box-shadow: 0 10px 30px rgba(34, 78, 120, 0.06) !important;
}

html body[data-page="home"] .product-home-five-grid > .product-home-five-card :is(h3, p, span, i) {
  position: relative !important;
  z-index: 1 !important;
}

html body[data-page="home"] .product-home-five-grid > .product-home-five-card h3 {
  color: #071326 !important;
  -webkit-text-fill-color: #071326 !important;
}

html body[data-page="home"] .product-home-five-grid > .product-home-five-card p {
  color: #647a92 !important;
  -webkit-text-fill-color: #647a92 !important;
}

html body[data-page="home"] .product-home-five-grid > .product-home-five-card .product-home-category {
  color: #0b6ff6 !important;
  -webkit-text-fill-color: #0b6ff6 !important;
}

html body[data-page="home"] .product-home-five-grid > .product-home-five-card .product-home-five-cta,
html body[data-page="home"] .product-home-five-grid > .product-home-five-card .product-home-five-cta i {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

@media (max-width: 1120px) {
  html body[data-page="home"] .product-home-five-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    grid-template-rows: repeat(2, minmax(470px, auto)) !important;
  }

  html body[data-page="home"] .product-home-five-grid > .product-home-five-card,
  html body[data-page="home"] .product-home-five-grid > .product-home-five-card:nth-child(n) {
    grid-column: auto !important;
    grid-row: auto !important;
    min-height: 470px !important;
  }
}

@media (max-width: 760px) {
  html body[data-page="home"] .product-home-five-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    grid-template-rows: none !important;
  }

  html body[data-page="home"] .product-home-five-grid > .product-home-five-card,
  html body[data-page="home"] .product-home-five-grid > .product-home-five-card:nth-child(n) {
    min-height: 430px !important;
  }
}

@media (max-width: 480px) {
  html body[data-page="home"] .product-home-five-grid {
    grid-template-columns: minmax(0, 1fr) !important;
    grid-template-rows: none !important;
  }

  html body[data-page="home"] .product-home-five-grid > .product-home-five-card,
  html body[data-page="home"] .product-home-five-grid > .product-home-five-card:nth-child(n) {
    min-height: 0 !important;
  }
}
