/* Webflow collection lists: hide empty-state when CMS items are rendered */
.w-dyn-list:has(.w-dyn-item) .w-dyn-empty {
  display: none !important;
}

.w-dyn-list:not(:has(.w-dyn-item)) .w-dyn-items:empty {
  display: none;
}

/* Articles list — primary image fills the card */
.collection-item-2[style*='background-image'] {
  background-size: cover !important;
  background-position: 50% !important;
  background-repeat: no-repeat !important;
}

.collection-item-2 .article-card-logo {
  opacity: 0;
}

/* Article spotlight — hover preview + link icon (Webflow IX2 a-3 / a-4) */
.articles-collection-wrapper .image-239 {
  opacity: 0;
  transition: opacity 0.35s ease;
}

.articles-collection-wrapper .img-curve-2.d {
  opacity: 0;
  transition: opacity 0.7s ease;
  pointer-events: none;
}

/* Latest article image visible by default (first item is sorted newest-first) */
.articles-collection-wrapper .w-dyn-item:first-child .img-curve-2.d {
  opacity: 1;
  z-index: 1;
}

.articles-collection-wrapper .collection-list:hover .w-dyn-item:first-child:not(:hover) .img-curve-2.d {
  opacity: 0;
}

.articles-collection-wrapper .w-dyn-item:hover .image-239,
.articles-collection-wrapper .w-dyn-item:hover .img-curve-2.d {
  opacity: 1;
}

.articles-collection-wrapper .w-dyn-item:hover .img-curve-2.d {
  z-index: 3;
}

.articles-collection-wrapper .article-title-wrap {
  transition: padding-left 0.25s ease, border-bottom-color 0.25s ease;
}

.articles-collection-wrapper .w-dyn-item:hover .article-title-wrap {
  padding-left: 4px;
  border-bottom-color: #0064b4;
}

.articles-collection-wrapper .yellow-dash {
  transition: width 0.25s ease;
}

.articles-collection-wrapper .w-dyn-item:hover .yellow-dash {
  width: 35px;
}

/* Case studies grid — CMS background image on cards */
.collection-item-3 .link-block-3[style*='background-image'] {
  background-size: cover !important;
  background-position: 50% !important;
  background-repeat: no-repeat !important;
  background-attachment: fixed !important;
}

@media screen and (max-width: 991px) {
  .collection-item-3 .link-block-3[style*='background-image'] {
    background-attachment: scroll !important;
  }
}

/* Default: title only; hover reveals intro + CTA */
.collection-item-3 .mini {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.45s ease, opacity 0.35s ease;
}

.collection-item-3 .link-block-3:hover .mini {
  max-height: 280px;
  opacity: 1;
}

@media (max-width: 991px) {
  .collection-item-3 .mini {
    max-height: none;
    opacity: 1;
    overflow: visible;
  }
}

/* Case study detail — horizontal thumbnail strip only */
.multi-img {
  overflow-x: auto;
  overflow-y: hidden;
}

/* Swiper min-heights (reinforce inline styles) */
.swiper.is-photos,
.swiper.is-projects {
  min-height: 420px;
}

.swiper.is-content {
  min-height: 1px;
}

.swiper,
.swiper-wrapper {
  width: 100%;
}

body .swiper-slide.is-photos {
  display: block !important;
}

/* Homepage / section project carousel */
.projects .slider-wrapper.swiper {
  overflow: visible;
}

.projects .slider-list.swiper-wrapper {
  align-items: stretch;
}

.projects .slider-item.swiper-slide,
.projects .slider-wrapper.swiper .swiper-slide.slider-item {
  width: 29vw;
  height: 38vw;
  max-width: 380px;
  max-height: 480px;
  margin-right: 28px;
  flex-shrink: 0;
}

.projects .section-header {
  margin-top: clamp(2.5rem, 5vw, 4.5rem);
  margin-bottom: 1.25rem;
}

.projects .h3-project-title {
  font-size: clamp(1.45rem, 1.85vw, 2rem);
  line-height: 1.25;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.projects .heading-248 {
  margin-top: 0.9rem;
  font-size: 1.05rem;
}

.projects .text-block-3 {
  font-size: 1.1rem;
}

.projects .pop-up-title {
  padding: 15px 18px;
}

.projects .image-240 {
  width: 48px;
}

/* Project cards — hover overlay swap (Webflow IX2 a-5 / a-6) */
.projects .slider-item .pop-up-title {
  opacity: 0;
  transform: translateY(58px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.projects .slider-item .project-cover {
  opacity: 1;
  transition: opacity 0.5s ease;
}

.projects .slider-item:hover .pop-up-title {
  opacity: 1;
  transform: translateY(0);
}

.projects .slider-item:hover .project-cover {
  opacity: 0;
}

@media screen and (max-width: 991px) {
  .projects .slider-item.swiper-slide,
  .projects .slider-wrapper.swiper .swiper-slide.slider-item {
    width: 42vw;
    height: 50vw;
    max-width: none;
    max-height: 400px;
  }
}

@media screen and (max-width: 767px) {
  .projects .slider-item.swiper-slide,
  .projects .slider-wrapper.swiper .swiper-slide.slider-item {
    width: 66vw;
    height: 380px;
  }

  .projects .section-header {
    margin-top: 2rem;
  }
}

/* Testimonials — Webflow w-slider via Swiper */
.testimonial-slider-b.w-slider,
.testimonial-slider-b.swiper {
  background-color: transparent !important;
  text-align: center;
  position: relative;
  overflow: hidden;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.testimonial-slider-b .w-slider-mask.swiper-wrapper,
.testimonial-slider-b .swiper-wrapper {
  overflow: hidden !important;
  height: auto;
  white-space: normal !important;
  width: 100%;
  position: relative;
  display: block !important;
  box-sizing: border-box;
  transform: none !important;
  transition: none !important;
}

.testimonial-slider-b .swiper-slide,
.testimonial-slider-b .w-slide,
.testimonial-slider-b .testimonial-slide-b {
  display: flex !important;
  justify-content: center;
  width: 100% !important;
  height: auto !important;
  margin-right: 0 !important;
  box-sizing: border-box;
  text-align: center;
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.testimonial-slider-b .swiper-slide-active,
.testimonial-slider-b .swiper-slide-active.w-slide,
.testimonial-slider-b .swiper-slide-active.testimonial-slide-b {
  visibility: visible;
  position: relative;
  pointer-events: auto;
}

.testimonial-slider-b .testimonial-card-e {
  width: 100%;
  padding-left: clamp(3.25rem, 10vw, 5.5rem);
  padding-right: clamp(3.25rem, 10vw, 5.5rem);
  transition: none;
}

.testimonial-slider-b .w-slider-arrow-left,
.testimonial-slider-b .w-slider-arrow-right,
.testimonial-slider-b .testimonial-left-arrow-b-3,
.testimonial-slider-b .testimonial-right-arrow-b-3 {
  top: 50% !important;
  bottom: auto !important;
  left: 0;
  right: auto;
  margin: 0 !important;
  transform: translateY(-50%);
  z-index: 5;
}

.testimonial-slider-b .w-slider-arrow-right,
.testimonial-slider-b .testimonial-right-arrow-b-3 {
  left: auto;
  right: 0;
}

.testimonial-slider-b .swiper-button-disabled {
  opacity: 0.35;
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  .testimonial-slider-b .testimonial-card-e {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

/* Hero pages: nav overlays the first section */
body.nav-overlay {
  overflow-x: clip;
}

body.nav-overlay .navbar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 500;
  background-color: transparent;
}

body.nav-overlay .navbar + section,
body.nav-overlay .navbar + div:not(.popup) {
  margin-top: 0;
}

/* Dark hero nav — white links and logo treatment */
.navbar.navbar-dark {
  color: #fff;
  background-color: transparent;
}

.navbar.navbar-dark .nav-link-2,
.navbar.navbar-dark .link-25,
.navbar.navbar-dark .dropdown-toggle {
  color: #fff;
}

.navbar.navbar-dark .search-input {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.5);
}

.navbar.navbar-dark .image-2 {
  filter: none;
}

/* YouTube lightbox */
.w-lightbox-figure--video {
  width: min(90vw, 940px);
  aspect-ratio: 16 / 9;
  margin: 0 auto;
}

.w-lightbox-figure--video .w-lightbox-embed iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

/* Nav dropdown polish */
@keyframes nav-dropdown-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@media screen and (min-width: 992px) {
  .nav-desktop .dropdown-toggle.w-dropdown-toggle {
    padding: 12px 36px 12px 16px;
    border-radius: 8px;
    transition: color 0.2s ease, background-color 0.2s ease;
    white-space: nowrap;
  }

  .nav-desktop .w-dropdown:hover .dropdown-toggle,
  .nav-desktop .w-dropdown.w--open .dropdown-toggle {
    color: var(--blue, #0064b4);
  }

  .navbar.navbar-dark .nav-desktop .w-dropdown:hover .dropdown-toggle,
  .navbar.navbar-dark .nav-desktop .w-dropdown.w--open .dropdown-toggle {
    color: var(--yellow, #ff9a00);
  }

  .nav-desktop .w-icon-dropdown-toggle {
    margin-right: 12px;
    opacity: 0.55;
    transition: transform 0.2s ease, opacity 0.2s ease;
  }

  .nav-desktop .w-dropdown.w--open .w-icon-dropdown-toggle {
    transform: rotate(180deg);
    opacity: 0.85;
  }

  .nav-desktop .dropdown-list.w-dropdown-list {
    top: 100%;
    left: 0;
    right: auto;
    min-width: 280px;
    max-width: 360px;
    width: max-content;
    padding: 8px;
    background: #fff;
    border: 1px solid rgba(15, 19, 36, 0.08);
    border-radius: 14px;
    box-shadow:
      0 4px 6px -1px rgba(15, 19, 36, 0.06),
      0 16px 32px -8px rgba(15, 19, 36, 0.12);
    overflow: hidden;
  }

  .nav-desktop .dropdown-list.w--open {
    padding-bottom: 8px;
    border-radius: 14px;
    animation: nav-dropdown-in 0.18s ease-out;
  }

  .nav-desktop .menu-link.w-dropdown-link {
    padding: 11px 14px;
    margin: 2px 0;
    border-radius: 8px;
    font-size: 15px;
    line-height: 1.35;
    color: var(--navy, #0f1324);
    white-space: normal;
    transform: none !important;
    transition: background-color 0.15s ease, color 0.15s ease;
  }

  .nav-desktop .menu-link.w-dropdown-link:hover {
    background-color: rgba(0, 100, 180, 0.07);
    color: var(--blue, #0064b4);
    transform: none !important;
  }

  .nav-desktop .menu-link-cta.w-dropdown-link {
    margin-top: 6px;
    padding-top: 12px;
    border-top: 1px solid rgba(15, 19, 36, 0.08);
    font-weight: 600;
    color: var(--blue, #0064b4);
  }

  .nav-desktop .menu-link-cta.w-dropdown-link:hover {
    background-color: rgba(255, 154, 0, 0.1);
    color: var(--navy, #0f1324);
  }

  /* Keep right-side menus inside the viewport */
  .nav-desktop .w-dropdown:nth-child(n + 3) .dropdown-list.w-dropdown-list {
    left: auto;
    right: 0;
  }
}

@media screen and (max-width: 991px) {
  .nav-mobile .dropdown {
    width: 100%;
  }

  .nav-mobile .dropdown-toggle.w-dropdown-toggle {
    width: 100%;
    padding: 14px 0;
    font-size: 18px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }

  .nav-mobile .w-dropdown.w--open .dropdown-toggle {
    color: var(--yellow, #ff9a00);
  }

  .nav-mobile .dropdown-list.w-dropdown-list {
    position: relative;
    background: transparent;
    padding: 4px 0 12px 16px;
    border-left: 2px solid rgba(255, 154, 0, 0.6);
    margin-left: 8px;
    margin-bottom: 8px;
  }

  .nav-mobile .dropdown-list.w--open {
    background-color: transparent;
    padding-bottom: 12px;
  }

  .nav-mobile .menu-link.w-dropdown-link {
    padding: 10px 12px;
    margin: 2px 0;
    font-size: 16px;
    line-height: 1.4;
    color: rgba(255, 255, 255, 0.92);
    white-space: normal;
    transform: none !important;
    border-radius: 6px;
    transition: background-color 0.15s ease, color 0.15s ease;
  }

  .nav-mobile .menu-link.w-dropdown-link:hover {
    background-color: rgba(255, 255, 255, 0.08);
    color: #fff;
    transform: none !important;
  }

  .nav-mobile .menu-link-cta.w-dropdown-link {
    margin-top: 8px;
    padding-top: 12px;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    font-weight: 600;
    color: var(--yellow, #ff9a00);
  }

  .nav-mobile .nav-link-2 {
    width: 100%;
    padding: 14px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    transform: none !important;
  }

  .nav-mobile .nav-link-2:hover {
    transform: none !important;
    color: var(--yellow, #ff9a00);
  }
}

/* FAQ accordions — CSS grid height animation (no JS height hacks) */
.faq-accordion .faq-question {
  transition: background-color 0.25s ease;
}

.faq-accordion .faq-answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.faq-accordion.w--open .faq-answer {
  grid-template-rows: 1fr;
}

.faq-accordion .faq-answer > * {
  min-height: 0;
  overflow: hidden;
}

.faq-accordion .faq-answer .margin-bottom.margin-small {
  display: block;
}

.faq-accordion .faq-icon-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: background-color 0.25s ease;
}

.faq-accordion .faq-icon-wrap .faq-icon {
  display: block;
  align-self: center;
  margin: 0;
  flex-shrink: 0;
  transform-origin: center center;
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateY(1px) rotate(0deg);
}

.faq-accordion.w--open .faq-icon-wrap .faq-icon {
  transform: translateY(1px) rotate(45deg);
}

@media (prefers-reduced-motion: reduce) {
  .faq-accordion .faq-answer {
    transition: none;
  }

  .faq-accordion .faq-icon-wrap .faq-icon {
    transition: none;
  }
}

/* FAQ page — layout, filters, and card polish */
.faq-component.main .faq-content > p {
  max-width: 42rem;
  color: #4a5568;
  line-height: 1.65;
}

.faq-component.main .filter_form-wrapper,
.faq-component.main .filter_form,
.faq-component.main .filter_wrapper,
.faq-component.main .page-padding,
.faq-component.main .container-5,
.faq-component.main .filter_grid {
  overflow: visible;
}

.faq-component.main .filter_grid {
  grid-column-gap: 2.5rem;
  align-items: start;
}

.faq-component.main .filter_column {
  position: sticky;
  top: 5.5rem;
  align-self: start;
  z-index: 2;
  max-height: calc(100vh - 6.5rem);
  overflow-x: visible;
  overflow-y: auto;
  overscroll-behavior: contain;
  border: 1px solid #e8edf2;
  border-radius: 1rem;
  box-shadow: 0 8px 30px rgba(15, 19, 36, 0.06);
  -webkit-overflow-scrolling: touch;
}

.faq-component.main .filter_block {
  border-bottom-color: #eef2f6;
}

.faq-component.main .filter_block-header {
  padding: 1.1rem 1.35rem;
}

.faq-component.main .filter_search-field {
  border: 1px solid #e2e8f0;
  border-radius: 0.85rem;
  background-color: #f8fafc;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.faq-component.main .filter_search-field:focus {
  border-color: var(--yellow);
  background-color: #fff;
  box-shadow: 0 0 0 3px rgba(255, 154, 0, 0.18);
  outline: none;
}

.faq-component.main .filter_results-text {
  color: #5f6b7a;
  font-size: 0.95rem;
  line-height: 1.5;
}

.faq-component.main .filter_results-text .text-color-green {
  color: var(--navy);
  font-weight: 700;
}

.faq-component.main .filter_reset-all.text-color-green {
  color: var(--navy);
  border-bottom-color: var(--yellow);
  font-weight: 600;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.faq-component.main .filter_reset-all.text-color-green:hover {
  color: var(--yellow);
}

.faq-component.main .filter_reset {
  display: inline-block;
  color: #6b7280;
  border-bottom-color: #d1d9e0;
  font-size: 0.875rem;
  font-weight: 600;
}

.faq-component.main .filter_reset:hover {
  color: var(--navy);
  border-bottom-color: var(--yellow);
}

.faq-component.main .collection-list-11 {
  grid-row-gap: 0.65rem;
  padding: 1rem 1.1rem 1.25rem;
}

.faq-component.main .fs-checkbox_field-4 {
  border-radius: 999rem;
  border-color: #e2e8f0;
  padding: 0.65rem 1.1rem;
  font-weight: 600;
  overflow: hidden;
  transition:
    border-color 0.2s ease,
    background-color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease;
}

.faq-component.main .fs-checkbox_field-4:hover {
  border-color: rgba(255, 154, 0, 0.55);
  background-color: rgba(255, 154, 0, 0.08);
  transform: translateY(-1px);
}

.faq-component.main .fs-checkbox_field-4:has(.w--redirected-checked),
.faq-component.main .fs-checkbox_field-4:has(.fs-checkbox_label-4.is-active) {
  border-color: var(--yellow);
}

.faq-component.main .fs-checkbox_field-4:has(.w--redirected-checked),
.faq-component.main .fs-checkbox_field-4:has(.fs-checkbox_label-4.is-active) {
  background-color: var(--yellow);
  box-shadow: 0 6px 18px rgba(255, 154, 0, 0.22);
}

.faq-component.main .fs-checkbox_field-4:has(.w--redirected-checked) .fs-checkbox_label-4,
.faq-component.main .fs-checkbox_field-4:has(.fs-checkbox_label-4.is-active) .fs-checkbox_label-4 {
  color: var(--navy);
}

.faq-component.main .fs-checkbox_button-4.w--redirected-checked {
  background-color: transparent;
  background-image: none;
  border: none;
  box-shadow: none;
}

.faq-component.main .fs-checkbox_label-4 {
  font-weight: 600;
  font-size: 0.9rem;
}

.faq-component.main .filter_header {
  border: 1px solid #e8edf2;
  border-radius: 0.85rem;
  background-color: #f8fafc;
  min-height: auto;
  padding: 0.85rem 1rem;
  margin-bottom: 0.25rem;
}

.faq-component.main .filter_tags-text {
  color: #6b7280;
  font-size: 0.9rem;
  font-weight: 500;
}

.faq-component.main .filter_tag {
  border-radius: 999rem;
  color: var(--navy);
  background-color: rgba(255, 154, 0, 0.16);
  border: 1px solid rgba(255, 154, 0, 0.35);
  padding: 0.4rem 2.25rem 0.4rem 0.9rem;
  font-weight: 600;
}

.faq-component.main .filter_tag-remove {
  opacity: 0.7;
  filter: none;
  margin-top: 0.15rem;
}

.faq-component.main .content_collection-list {
  grid-row-gap: 1rem;
}

.faq-component.main .faq-accordion {
  background-color: #fff;
  border: 1px solid #e8edf2;
  border-radius: 1rem;
  padding: 0;
  box-shadow: 0 4px 18px rgba(15, 19, 36, 0.04);
  transition:
    border-color 0.25s ease,
    box-shadow 0.25s ease,
    transform 0.25s ease;
}

.faq-component.main .faq-accordion:hover {
  border-color: rgba(255, 154, 0, 0.35);
  box-shadow: 0 10px 28px rgba(15, 19, 36, 0.08);
}

.faq-component.main .faq-accordion.w--open {
  border-color: rgba(255, 154, 0, 0.45);
  box-shadow: 0 12px 32px rgba(15, 19, 36, 0.1);
}

.faq-component.main .faq-topic-badge {
  display: inline-block;
  width: fit-content;
  margin: 1rem 1.35rem 0;
  padding: 0.3rem 0.75rem;
  border-radius: 999rem;
  background-color: rgba(0, 100, 180, 0.08);
  color: var(--blue, #0064b4);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.3;
  text-transform: uppercase;
}

.faq-component.main .faq-question {
  gap: 1rem;
  padding: 1.1rem 1.35rem 1.25rem;
  border-radius: 1rem;
}

.faq-component.main .faq-accordion.w--open .faq-question {
  padding-bottom: 0.85rem;
}

.faq-component.main .faq-question:hover {
  background-color: rgba(255, 154, 0, 0.04);
}

.faq-component.main .faq-question .heading-style-h5 {
  flex: 1;
  margin: 0;
  font-size: 1.1rem;
  line-height: 1.45;
}

.faq-component.main .faq-icon-wrap {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 999rem;
  background-color: rgba(255, 154, 0, 0.12);
}

.faq-component.main .faq-accordion.w--open .faq-icon-wrap {
  background-color: var(--yellow);
}

.faq-component.main .faq-icon-wrap .faq-icon {
  width: 1rem;
  height: 1rem;
}

.faq-component.main .faq-accordion.w--open .faq-icon-wrap .faq-icon {
  filter: brightness(0) invert(1);
}

.faq-component.main .faq-answer {
  padding: 0 1.35rem;
}

.faq-component.main .faq-accordion.w--open .faq-answer {
  padding-bottom: 1.35rem;
}

.faq-component.main .faq-answer .margin-bottom.margin-small {
  display: block;
}

.faq-component.main .faq-answer .rich-text-block {
  margin-top: 0;
  margin-bottom: 0;
  color: #4a5568;
  line-height: 1.7;
}

.faq-component.main .faq-answer .rich-text-block p {
  margin-bottom: 0.85rem;
}

.faq-component.main .faq-answer .rich-text-block p:last-child {
  margin-bottom: 0;
}

.faq-component.main .image-275 {
  display: block;
  max-width: 220px;
  margin: 2rem auto 0;
  opacity: 0.9;
}

.faq-component.main + .button.main,
.faq-component.main ~ .button.main {
  margin-top: 1.5rem;
}

@media screen and (max-width: 991px) {
  .faq-component.main .filter_grid {
    grid-template-columns: 1fr;
    grid-row-gap: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .faq-component.main .filter_column {
    position: static;
    top: auto;
    max-height: none;
    overflow-y: visible;
  }

  .faq-component.main .faq-question {
    padding: 1rem 1rem 1.1rem;
  }

  .faq-component.main .faq-topic-badge {
    margin: 0.85rem 1rem 0;
  }

  .faq-component.main .faq-answer {
    padding: 0 1rem 1.1rem;
  }

  .faq-component.main .faq-question .heading-style-h5 {
    font-size: 1rem;
  }
}

/* Our Values accordion (About Us) */
.value-wrap .faq-content-2 {
  display: none;
}

.value-wrap .faq-question-wrap.w--open .faq-content-2 {
  display: block;
}

.value-wrap .value-bar {
  cursor: pointer;
  width: 100%;
}

.value-wrap .plus {
  flex-shrink: 0;
  transition: transform 0.2s ease;
}

.value-wrap .plus #Line_19 {
  transition: opacity 0.2s ease;
}

.value-wrap .faq-question-wrap.w--open .plus #Line_19 {
  opacity: 0;
}

/* Product tabs — active states */
.tab-link-2.w--current,
.fr-tab.w--current,
.wat-tab.w--current,
.content-tab-link.w--current,
.tab-link-3.w--current {
  border-bottom-color: var(--yellow, #ff9a00);
}

.tabs-menu-3 .w-tab-link.w--current {
  background-color: var(--blue, #0064b4);
  color: #fff;
}

.tab-link-3.w--current {
  background-color: transparent;
  color: #000;
}

.w-tab-pane {
  display: none;
}

.w-tab-pane.w--tab-active {
  display: block;
}

/* Why LeakNet comparison tabs */
.comparison-block .fs-tabs_menu {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  gap: 0;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 18px;
  margin-bottom: 1.25rem;
  scrollbar-width: auto;
  scrollbar-color: #0064b4 rgba(0, 100, 180, 0.14);
}

.comparison-block .fs-tabs_menu::-webkit-scrollbar {
  height: 10px;
}

.comparison-block .fs-tabs_menu::-webkit-scrollbar:vertical {
  display: none;
  width: 0;
}

.comparison-block .fs-tabs_menu::-webkit-scrollbar-track {
  background: rgba(0, 100, 180, 0.1);
  border-radius: 999px;
}

.comparison-block .fs-tabs_menu::-webkit-scrollbar-thumb {
  background: linear-gradient(90deg, #005aad 0%, #0064b4 55%, #0078d4 100%);
  border-radius: 999px;
  box-shadow: 0 1px 2px rgba(0, 64, 120, 0.18);
}

.comparison-block .fs-tabs_menu::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(90deg, #004a94 0%, #005aad 55%, #0064b4 100%);
}

.comparison-block .fs-tabs_link {
  flex: 0 0 auto;
}

.comparison-block .fs-tabs_link.w--current {
  color: var(--color, #111);
  background-color: #fff;
  background-image: linear-gradient(to top, #0064b426, #0f132400);
  border-bottom: 4px solid var(--blue, #0064b4);
  border-right-style: none;
  margin-bottom: 10px;
}

.comp-grid .div-block-262 {
  grid-column: 1 / -1;
  width: 100%;
  max-width: 70%;
  justify-self: center;
  text-align: center;
}

.comp-grid .div-block-262 .paragraph-8 {
  max-width: 52rem;
  margin-left: auto;
  margin-right: auto;
}

/* Why LeakNet — comparison grid (mobile cards + desktop 3-col) */
.comp-compare {
  padding-top: clamp(1.25rem, 4vw, 2.875rem);
}

.comp-compare__header {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 0.75rem 1rem;
  margin-bottom: 1.25rem;
}

.comp-compare__brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  min-width: 0;
  text-align: center;
}

.comp-compare__logo {
  display: block;
  width: auto;
  max-width: min(100%, 120px);
  max-height: 72px;
  object-fit: contain;
}

.comp-compare__brand-name {
  margin: 0;
  color: var(--navy, #0f1324);
  font-family: Roboto, sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.3;
}

.comp-compare__brand-sub {
  margin: 0;
  color: #5f6470;
  font-family: Roboto, sans-serif;
  font-size: 0.75rem;
  line-height: 1.35;
}

.comp-compare__vs {
  margin: 0;
  color: var(--yellow, #ff9a00);
  font-family: Raleway, sans-serif;
  font-size: clamp(1.25rem, 4vw, 2.5rem);
  font-weight: 800;
  line-height: 1;
}

.comp-compare__rows {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.comp-compare__row {
  border: 1px solid rgb(0 100 180 / 0.12);
  border-radius: 12px;
  background: #fff;
  padding: 0.875rem 1rem;
}

.comp-compare__cell--label {
  margin-bottom: 0.65rem;
  color: var(--navy, #0f1324);
  font-family: Roboto, sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.35;
  text-align: left;
}

.comp-compare__pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.625rem;
}

.comp-compare__cell--quensus,
.comp-compare__cell--competitor {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  min-height: 3.25rem;
  padding: 0.55rem 0.4rem;
  border-radius: 8px;
  text-align: center;
}

.comp-compare__cell--quensus {
  background: rgb(255 154 0 / 0.1);
}

.comp-compare__cell--competitor {
  background: rgb(0 100 180 / 0.06);
}

.comp-compare__tag {
  color: #5f6470;
  font-family: Roboto, sans-serif;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.2;
  text-transform: uppercase;
}

.comp-compare__text {
  color: var(--navy, #0f1324);
  font-family: Roboto, sans-serif;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.3;
}

.comp-compare__icon {
  width: 22px;
  height: auto;
}

.comp-compare__extra {
  color: var(--navy, #0f1324);
  font-family: Roboto, sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.2;
}

.comp-compare__footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  margin-top: 1.75rem;
  padding-top: 1.5rem;
  text-align: center;
}

.comp-compare__intro {
  max-width: 52rem;
  margin: 0;
  color: var(--color, #3d4752);
  font-size: 1rem;
  line-height: 1.65;
}

.comp-compare__footer .button-yellow {
  min-width: 11rem;
}

@media screen and (min-width: 768px) {
  .comp-compare {
    display: grid;
    grid-template-columns: 1fr 1.15fr 1fr;
    column-gap: 1rem;
    row-gap: 1rem;
    place-items: center;
  }

  .comp-compare__header,
  .comp-compare__rows,
  .comp-compare__row,
  .comp-compare__pair {
    display: contents;
  }

  .comp-compare__brand-name,
  .comp-compare__brand-sub {
    font-size: 1rem;
  }

  .comp-compare__brand-sub {
    font-size: 0.875rem;
  }

  .comp-compare__logo {
    max-width: 50%;
    max-height: 75px;
  }

  .comp-compare__row {
    border: 0;
    border-radius: 0;
    background: transparent;
    padding: 0;
  }

  .comp-compare__cell--label {
    margin-bottom: 0;
    font-size: 1.2rem;
    text-align: center;
  }

  .comp-compare__cell--quensus,
  .comp-compare__cell--competitor {
    min-height: 0;
    padding: 0;
    background: transparent;
  }

  .comp-compare__tag {
    display: none;
  }

  .comp-compare__icon {
    width: 25px;
  }

  .comp-compare__footer {
    grid-column: 1 / -1;
    margin-top: 0.5rem;
    padding-top: 2.5rem;
  }
}

@media screen and (max-width: 767px) {
  .comparison-block {
    padding-left: 4%;
    padding-right: 4%;
  }

  .comparison-block .fs-tabs_collection-list-wrapper {
    overflow-x: visible;
    margin-inline: 0;
    padding-inline: 0;
  }

  .comp-compare__footer .button-yellow {
    width: 100%;
    max-width: 100%;
  }
}

.fs-tabs_collection-list .w-dyn-item {
  display: none;
}

.fs-tabs_collection-list .w-dyn-item.is-active {
  display: block;
}

/* Legal page: hardcoded iubenda policy content */
.legal-content {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 48px 10%;
  overflow-x: clip;
}

.legal-content .iubenda-policy {
  max-width: 100%;
  overflow-x: clip;
  margin-bottom: 3rem;
}

.legal-content .iubenda-policy--cookie {
  padding-top: 2rem;
  border-top: 1px solid rgba(0, 100, 180, 0.15);
}

.legal-content .iubenda-policy #iub-legalDoc > .container {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

.legal-content .iubenda-policy .aside-main-wrapper {
  display: block !important;
  padding: 0 !important;
  border: 0 !important;
}

.legal-content .iubenda-policy aside {
  width: 100% !important;
  max-width: 100%;
  position: static !important;
  margin-bottom: 2rem;
  padding: 0 !important;
}

.legal-content .iubenda-policy aside .close-dialog,
.legal-content .iubenda-policy .table-of-content-btn-wrapper,
.legal-content .iubenda-policy .card-buttons-group,
.legal-content .iubenda-policy .summary__cards-wrapper {
  display: none !important;
}

.legal-content .iubenda-policy main {
  width: 100% !important;
  min-width: 0;
  max-width: 100%;
}

.legal-content .iubenda-policy img,
.legal-content .iubenda-policy table,
.legal-content .iubenda-policy pre {
  max-width: 100%;
}

.legal-content .iubenda-policy .pre-footer,
.legal-content .iubenda-policy > #iub-legalDoc > .container > footer,
.legal-content .iubenda-policy .footer__credits {
  display: none;
}

.legal-content .iubenda-policy .iub_content,
.legal-content .iubenda-policy #wbars {
  max-width: 100%;
  overflow-x: clip;
}

.legal-content .iubenda-policy .iub_footer,
.legal-content .iubenda-policy .iub_notice {
  display: none;
}

/* Nav search — submit arrow inside the input */
form.search {
  position: relative;
}

form.search .search-input {
  width: 100%;
  min-width: 0;
  padding-right: 48px;
  box-sizing: border-box;
}

form.search .search-button {
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  margin-left: 0;
  width: 28px;
  height: 28px;
  min-width: 28px;
  padding: 0;
  line-height: 1;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Nav search expand/collapse (desktop) */
@media screen and (min-width: 992px) {
  .div-block-270 .div-block-415,
  .div-block-270 .search,
  .div-block-270 .mag,
  form.search .search-button {
    transition: width 0.5s ease-in-out, opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
  }

  .div-block-270:not(.nav-search-open) form.search .search-button {
    opacity: 0;
    transform: translateY(-50%) scale(0.75);
    pointer-events: none;
    transition-delay: 0s;
  }

  .div-block-270.nav-search-open form.search .search-button {
    opacity: 1;
    transform: translateY(-50%) scale(1);
    pointer-events: auto;
    transition-delay: 0.18s;
  }

  .div-block-270.nav-search-open .div-block-415 {
    width: 0;
  }

  .div-block-270.nav-search-open .search {
    width: 250px;
  }

  .div-block-270.nav-search-open .mag {
    opacity: 0;
    pointer-events: none;
  }
}

/* Search page */
.div-block-417 {
  padding-bottom: 4.5rem;
}

.search-page-label {
  margin: 0 0 0.5rem;
  color: var(--yellow, #ff9a00);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.search-page-subtitle {
  margin: 0 0 1.5rem;
  max-width: 52ch;
  color: #5f6470;
  font-size: 0.95rem;
  line-height: 1.55;
}

.search-results-panel {
  margin-top: 2rem;
}

.search-results-controls {
  margin-bottom: 2rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid rgb(0 100 180 / 0.1);
}

.search-results-count {
  margin: 0 0 1.25rem;
  color: #5f6470;
  font-size: 0.9rem;
}

.search-category-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
  margin-bottom: 1.25rem;
}

.search-category-filter {
  appearance: none;
  border: 1px solid rgb(0 100 180 / 0.16);
  border-radius: 999px;
  background: #fff;
  color: var(--navy, #0f1324);
  cursor: pointer;
  font: inherit;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1;
  padding: 0.55rem 1rem;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.search-category-filter:hover,
.search-category-filter:focus-visible {
  border-color: rgb(0 100 180 / 0.35);
  outline: none;
}

.search-category-filter.is-active {
  background: var(--yellow, #ff9a00);
  border-color: var(--yellow, #ff9a00);
  color: #fff;
}

.search-sort-row {
  display: flex;
  align-items: center;
  gap: 0.65rem;
}

.search-sort-label {
  color: #5f6470;
  font-size: 0.875rem;
  font-weight: 600;
}

.search-sort-select {
  appearance: none;
  border: 1px solid rgb(0 100 180 / 0.16);
  border-radius: 8px;
  background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%235f6470' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  color: var(--navy, #0f1324);
  cursor: pointer;
  font: inherit;
  font-size: 0.875rem;
  min-width: 11rem;
  outline: none;
  padding: 0.55rem 2.25rem 0.55rem 0.85rem;
  box-shadow: none;
}

.search-sort-select:focus,
.search-sort-select:focus-visible {
  border-color: rgb(0 100 180 / 0.35);
  box-shadow: 0 0 0 3px rgb(0 100 180 / 0.1);
  outline: none;
}

.search-filter-empty {
  margin-top: 1rem;
  padding: 1rem 1.25rem;
  border: 1px solid rgb(0 100 180 / 0.12);
  border-radius: 13px;
  background: rgb(0 100 180 / 0.04);
  color: #5f6470;
}

.search-filter-empty p {
  margin: 0;
}

#search-results {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.search-result-item {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 1.25rem 1.5rem;
  margin-bottom: 0;
  padding: 1.35rem 1.5rem;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.search-result-item:hover {
  border-color: rgb(0 100 180 / 0.22);
  box-shadow: 0 6px 20px rgb(15 19 36 / 0.06);
}

.search-result-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 12px;
  background: rgb(0 100 180 / 0.08);
  color: var(--blue, #0064b4);
}

.search-result-icon svg {
  width: 1.35rem;
  height: 1.35rem;
}

.search-result-icon--articles {
  background: rgb(0 100 180 / 0.1);
  color: var(--blue, #0064b4);
}

.search-result-icon--products {
  background: rgb(255 154 0 / 0.16);
  color: #c97800;
}

.search-result-icon--use-cases {
  background: rgb(15 19 36 / 0.08);
  color: var(--navy, #0f1324);
}

.search-result-icon--case-studies {
  background: rgb(0 100 180 / 0.14);
  color: #004f8f;
}

.search-result-body {
  min-width: 0;
}

.search-result-meta {
  margin-bottom: 0.5rem;
}

.search-result-category {
  display: inline-block;
  padding: 0.22rem 0.6rem;
  border-radius: 999px;
  background: rgb(0 100 180 / 0.08);
  color: var(--blue, #0064b4);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.2;
}

.search-result-category--products {
  background: rgb(255 154 0 / 0.14);
  color: #b36a00;
}

.search-result-category--use-cases {
  background: rgb(15 19 36 / 0.08);
  color: var(--navy, #0f1324);
}

.search-result-category--case-studies {
  background: rgb(0 100 180 / 0.12);
  color: #004f8f;
}

.search-result-title {
  display: block;
  margin: 0 0 0.5rem;
  font-size: 1.125rem;
  line-height: 1.35;
}

.search-result-title:hover {
  text-decoration: underline;
  text-underline-offset: 0.12em;
}

.search-result-excerpt {
  margin: 0;
  max-width: 62ch;
  color: #5f6470;
  font-size: 0.9375rem;
  line-height: 1.6;
}

.search-result-action {
  align-self: center;
  flex-shrink: 0;
  padding-left: 0.5rem;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
}

.search-result-action:hover {
  text-decoration: underline;
  text-underline-offset: 0.12em;
}

@media screen and (max-width: 767px) {
  .search-result-item {
    grid-template-columns: auto minmax(0, 1fr);
    align-items: start;
    gap: 1rem;
    padding: 1.15rem 1.25rem;
  }

  .search-result-action {
    grid-column: 1 / -1;
    align-self: auto;
    padding-left: 0;
    padding-top: 0.25rem;
  }
}

.search-no-results.filter_empty {
  margin-top: 1.5rem;
  border-radius: 13px;
  text-align: center;
}

.search-no-results.filter_empty .filter_empty-icon {
  width: 6rem;
  margin-bottom: 1rem;
}

/* Search page — FAQ sidebar header blend */
.div-block-418 .div-block-419 {
  background: linear-gradient(
    180deg,
    rgb(255 154 0 / 0.14) 0%,
    rgb(255 154 0 / 0.05) 55%,
    #fff 100%
  );
  padding-bottom: 1.25rem;
}

/* Search results */
.search-results-list {
  list-style: none;
  padding: 0;
  margin: 24px 0 0;
}

.search-results-list li {
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(0, 100, 180, 0.12);
}

.search-results-list a {
  color: var(--blue, #0064b4);
  font-weight: 600;
  text-decoration: none;
}

.search-results-list a:hover {
  text-decoration: underline;
}

.search-results-meta {
  font-size: 0.85rem;
  color: #666;
  margin-top: 4px;
}

.search-no-results {
  margin-top: 24px;
}

@media screen and (max-width: 991px) {
  .legal-content {
    padding-left: 5%;
    padding-right: 5%;
  }
}

/* Discover LeakNet hero CTA row */
.discover-leaknet-hero__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem 1.25rem;
  margin-top: 1.5rem;
}

.discover-leaknet-hero__actions .button-yellow,
.discover-leaknet-hero__actions .button-clear.white {
  width: auto;
  flex: 0 1 auto;
  margin: 0;
}

/* Homepage — Built-for-You Leak Detection CTA */
.leak-cta-wrap {
  margin-top: 5rem;
  margin-bottom: 2rem;
}

.leak-cta {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
  gap: clamp(2rem, 4vw, 4.5rem);
  align-items: center;
  padding: clamp(1.75rem, 3vw, 2.75rem);
  border-radius: 16px;
  background: var(--white);
  border: 1px solid rgb(15 19 36 / 0.1);
}

.leak-cta h2 {
  margin: 0 0 1rem;
  max-width: 18ch;
  color: var(--navy);
  font-family: Raleway, sans-serif;
  font-size: clamp(1.85rem, 3vw, 2.35rem);
  line-height: 1.12;
  text-wrap: balance;
}

.leak-cta__lead {
  margin: 0 0 1.25rem;
  max-width: 52ch;
  color: var(--color);
  font-size: 1rem;
  line-height: 1.65;
}

.leak-cta__link {
  color: var(--blue);
  text-decoration: underline;
  text-underline-offset: 0.15em;
}

.leak-cta__link:hover {
  color: var(--navy);
}

.leak-cta__benefits {
  margin: 0 0 1.25rem;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.75rem;
}

.leak-cta__benefits li {
  position: relative;
  padding-left: 1.75rem;
  color: var(--navy);
  font-size: 0.95rem;
  line-height: 1.5;
}

.leak-cta__benefits li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.55rem;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: var(--yellow);
}

.leak-cta__support {
  margin: 0 0 1.75rem;
  max-width: 52ch;
  color: var(--navy);
  font-size: 0.95rem;
  line-height: 1.55;
}

.leak-cta__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem 1.25rem;
  padding-top: 0.25rem;
}

.leak-cta__cta-label {
  margin: 0;
  color: var(--navy);
  font-family: Raleway, sans-serif;
  font-size: 1.05rem;
  font-weight: 600;
}

.leak-cta__button {
  min-width: 11rem;
}

.leak-cta__visual {
  display: flex;
  align-items: center;
  justify-content: center;
}

.leak-cta__visual-frame {
  position: relative;
  width: min(100%, 420px);
  padding: 2rem 1.5rem;
  border-radius: 16px;
  background: transparent;
}

.leak-cta__radar {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.leak-cta__radar-ring {
  position: absolute;
  border-radius: 50%;
  aspect-ratio: 1;
}

.leak-cta__radar-ring--pulse {
  width: 40%;
  border: 2px solid rgb(0 100 180 / 0.45);
  opacity: 0;
  animation: leak-cta-radar-pulse 3.6s ease-out infinite;
}

.leak-cta__radar-ring--pulse:nth-child(1) {
  animation-delay: 0s;
}

.leak-cta__radar-ring--pulse:nth-child(2) {
  animation-delay: 0.6s;
}

.leak-cta__radar-ring--pulse:nth-child(3) {
  animation-delay: 1.2s;
}

.leak-cta__radar-ring--pulse:nth-child(4) {
  animation-delay: 1.8s;
}

.leak-cta__radar-ring--pulse:nth-child(5) {
  animation-delay: 2.4s;
}

.leak-cta__radar-ring--pulse:nth-child(6) {
  animation-delay: 3s;
}

@keyframes leak-cta-radar-pulse {
  0% {
    transform: scale(0.55);
    opacity: 0.55;
  }

  70% {
    opacity: 0.12;
  }

  100% {
    transform: scale(2.15);
    opacity: 0;
  }
}

.leak-cta__product {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
}

.div-block-248 .leak-cta__visual-frame {
  width: 100%;
  max-width: 420px;
  align-self: stretch;
}

@media (prefers-reduced-motion: reduce) {
  .leak-cta__radar-ring--pulse {
    animation: none;
    opacity: 0;
  }
}

@media screen and (max-width: 991px) {
  .leak-cta-wrap {
    margin-top: 3.5rem;
  }

  .leak-cta {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .leak-cta h2 {
    max-width: none;
  }

  .leak-cta__visual {
    order: -1;
  }

  .leak-cta__actions {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media screen and (max-width: 479px) {
  .leak-cta {
    padding: 1.25rem;
    border-radius: 12px;
  }

  .leak-cta__visual-frame {
    padding: 1.5rem 1rem;
  }
}

/* LeakNet ROI calculator — no grey wrapper (matches page background) */
.leaknet-calculator {
  background: #fff !important;
}

/* Discover LeakNet — comparison CTA band */
.leak-compare {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(240px, 0.95fr);
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
  margin: clamp(3rem, 6vw, 5rem) 0;
  padding: clamp(2rem, 4vw, 3rem);
  border-radius: 16px;
  background: var(--white);
  border: 1px solid rgb(15 19 36 / 0.08);
}

.leak-compare__content {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.leak-compare h2 {
  margin: 0;
  max-width: 22ch;
  color: var(--navy);
  font-family: Raleway, sans-serif;
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  line-height: 1.15;
  text-wrap: balance;
}

.leak-compare__content p {
  margin: 0;
  max-width: 52ch;
  color: var(--color);
  font-size: 1rem;
  line-height: 1.65;
}

.leak-compare .button-blue {
  align-self: flex-start;
  margin-top: 0.25rem;
}

.leak-compare__visual {
  display: flex;
  align-items: center;
  justify-content: center;
}

.leak-compare__illustration {
  display: block;
  width: min(100%, 420px);
  height: auto;
}

@media screen and (max-width: 991px) {
  .leak-compare {
    grid-template-columns: 1fr;
    gap: 2rem;
    text-align: center;
  }

  .leak-compare h2 {
    max-width: none;
  }

  .leak-compare__content {
    align-items: center;
  }

  .leak-compare__content p {
    max-width: none;
  }

  .leak-compare .button-blue {
    align-self: center;
  }

  .leak-compare__visual {
    order: -1;
  }

  .leak-compare__illustration {
    width: min(100%, 320px);
  }
}

@media screen and (max-width: 479px) {
  .leak-compare {
    padding: 1.25rem;
    border-radius: 12px;
  }
}

/* Awards logo carousel — align with main content (_2x2-grid uses 80%) */
#noda-logo-04.section-medium-2 {
  padding-left: 0;
  padding-right: 0;
}

#noda-logo-04 .f-section-large-2 {
  padding: 0;
}

#noda-logo-04 .f-container-regular-2 {
  width: 80%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

#noda-logo-04 .f-logo-carousel-wrap {
  border-radius: 16px;
  padding: 24px 0;
  width: 100%;
  min-height: 168px;
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  #noda-logo-04 .f-container-regular-2 {
    width: 90%;
  }
}

#noda-logo-04 .f-logo-carousel {
  top: 24px;
  bottom: 24px;
  height: auto;
  display: flex;
  align-items: center;
}

#noda-logo-04 .f-logo-cell {
  width: 150px;
  height: 120px;
  align-items: center;
  justify-content: center;
  overflow: visible;
}

#noda-logo-04 .f-logo-cell img {
  display: block;
  max-width: 100%;
  max-height: 120px;
  width: auto;
  height: auto;
  object-fit: contain;
  object-position: center;
}

#noda-logo-04 .f-logo-cell img.smaller,
#noda-logo-04 .f-logo-cell img.image-337,
#noda-logo-04 .f-logo-cell img.image-338,
#noda-logo-04 .f-logo-cell img.image-339,
#noda-logo-04 .f-logo-cell img.image-340 {
  max-width: 100%;
  max-height: 120px;
  width: auto;
  overflow: visible;
}

#noda-logo-04 .f-logo-gradient-l,
#noda-logo-04 .f-logo-gradient-r {
  width: 240px;
}

@media screen and (max-width: 479px) {
  #noda-logo-04 .f-logo-gradient-l,
  #noda-logo-04 .f-logo-gradient-r {
    width: 100px;
  }
}

/* Use Cases page */
.uc-hero {
  padding-top: clamp(2.5rem, 5vw, 4.5rem);
  padding-bottom: clamp(2rem, 4vw, 3rem);
}

.uc-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: center;
}

.uc-hero__eyebrow {
  margin: 0 0 0.75rem;
  color: var(--blue);
  font-family: Roboto, sans-serif;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.uc-hero__title {
  margin: 0 0 1rem;
  max-width: 14ch;
  color: var(--navy);
  font-family: Raleway, sans-serif;
  font-size: clamp(2rem, 4.5vw, 3rem);
  font-weight: 700;
  line-height: 1.08;
  text-wrap: balance;
}

.uc-hero__lead {
  margin: 0 0 1.5rem;
  max-width: 52ch;
  color: var(--color);
  font-size: 1.0625rem;
  line-height: 1.65;
}

.uc-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1rem;
}

.uc-hero__visual-frame {
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: center;
  aspect-ratio: 560 / 400;
  min-height: 300px;
  padding: 0;
  background: transparent;
  border: none;
  box-shadow: none;
  overflow: visible;
}

@keyframes uc-hero-enter {
  from {
    opacity: 0;
    transform: rotate(var(--uc-tilt, 0deg)) translate3d(0, 24px, 0) scale(0.96);
  }

  to {
    opacity: 1;
    transform: rotate(var(--uc-tilt, 0deg)) translate3d(0, 0, 0) scale(1);
  }
}

@keyframes uc-hero-enter-right {
  from {
    opacity: 0;
    transform: rotate(var(--uc-tilt, 0deg)) translate3d(20px, 20px, 0) scale(0.96);
  }

  to {
    opacity: 1;
    transform: rotate(var(--uc-tilt, 0deg)) translate3d(0, 0, 0) scale(1);
  }
}

@keyframes uc-hero-float {
  0%,
  100% {
    transform: rotate(var(--uc-tilt, 0deg)) translate3d(0, 0, 0);
  }

  50% {
    transform: rotate(calc(var(--uc-tilt, 0deg) + 0.6deg)) translate3d(0, -7px, 0);
  }
}

@keyframes uc-hero-float-alt {
  0%,
  100% {
    transform: rotate(var(--uc-tilt, 0deg)) translate3d(0, 0, 0);
  }

  50% {
    transform: rotate(calc(var(--uc-tilt, 0deg) - 0.5deg)) translate3d(0, -5px, 0);
  }
}

@keyframes uc-hero-float-wide {
  0%,
  100% {
    transform: rotate(var(--uc-tilt, 0deg)) translate3d(0, 0, 0);
  }

  50% {
    transform: rotate(calc(var(--uc-tilt, 0deg) + 0.4deg)) translate3d(-2px, -6px, 0);
  }
}

.uc-hero-cards {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 280px;
  isolation: isolate;
}

.uc-hero-cards::before {
  content: '';
  position: absolute;
  inset: -4% -2%;
  z-index: 0;
  background-image:
    linear-gradient(rgb(0 100 180 / 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgb(0 100 180 / 0.045) 1px, transparent 1px);
  background-size: 18px 18px;
  mask-image: radial-gradient(circle at 58% 42%, #000 0%, rgb(0 0 0 / 0.15) 72%, transparent 100%);
  pointer-events: none;
}

.uc-hero-cards__card {
  position: absolute;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 14px;
  background: #fff;
  opacity: 0;
  box-shadow:
    0 1px 2px rgb(15 19 36 / 0.04),
    0 10px 32px rgb(15 19 36 / 0.1);
  will-change: transform, opacity;
  transform-origin: center center;
}

.uc-hero-cards__card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #ff9a00 0%, #0064b4 55%, #00aae6 100%);
  opacity: 0.85;
}

.uc-hero-cards__card--monitor {
  --uc-tilt: -4deg;
  top: 2%;
  left: 0;
  z-index: 1;
  width: 44%;
  padding: 0.8rem 0.9rem 0.75rem;
  animation:
    uc-hero-enter 0.7s cubic-bezier(0.22, 1, 0.36, 1) forwards,
    uc-hero-float 6.5s ease-in-out infinite;
  animation-delay: 0.15s, 0.85s;
}

.uc-hero-cards__card--protection {
  --uc-tilt: 3.5deg;
  bottom: 4%;
  left: 2%;
  z-index: 2;
  width: 48%;
  padding: 0.8rem 0.9rem 0.85rem;
  animation:
    uc-hero-enter 0.7s cubic-bezier(0.22, 1, 0.36, 1) forwards,
    uc-hero-float-alt 7.5s ease-in-out infinite;
  animation-delay: 0.3s, 1s;
}

.uc-hero-cards__card--solutions {
  --uc-tilt: -2deg;
  top: 0;
  right: 0;
  z-index: 3;
  width: 54%;
  padding: 0.85rem 0.95rem 0.9rem;
  animation:
    uc-hero-enter-right 0.75s cubic-bezier(0.22, 1, 0.36, 1) forwards,
    uc-hero-float-wide 5.8s ease-in-out infinite;
  animation-delay: 0.45s, 1.2s;
}

.uc-hero-cards__eyebrow {
  margin: 0 0 0.45rem;
  padding-top: 0.125rem;
  color: #8a9199;
  font-family: Roboto, sans-serif;
  font-size: 0.5625rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.uc-hero-cards__eyebrow--icon {
  display: flex;
  align-items: center;
  gap: 0.375rem;
}

.uc-hero-cards__title {
  margin: 0 0 0.5rem;
  color: var(--navy);
  font-family: Raleway, sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.25;
}

.uc-hero-cards__monitor-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
}

.uc-hero-cards__ring {
  position: relative;
  width: 4.5rem;
  flex-shrink: 0;
}

.uc-hero-cards__ring--full {
  width: 5rem;
}

@keyframes uc-hero-ring-draw {
  to {
    stroke-dashoffset: var(--uc-ring-target, 0);
  }
}

.uc-hero-cards__ring-progress {
  stroke-dashoffset: 201;
  animation: uc-hero-ring-draw 1s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.uc-hero-cards__card--monitor .uc-hero-cards__ring-progress {
  --uc-ring-target: 0;
  animation-delay: 0.55s;
}

.uc-hero-cards__ring-progress--coverage {
  --uc-ring-target: 0;
  animation-delay: 0.7s;
}

.uc-hero-cards__footer--ring .uc-hero-cards__ring {
  width: 2.75rem;
}

.uc-hero-cards__footer--ring .uc-hero-cards__ring-label {
  font-size: 0.625rem;
}

.uc-hero-cards__ring svg {
  display: block;
  width: 100%;
  height: auto;
}

.uc-hero-cards__ring-label {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--navy);
  font-family: Raleway, sans-serif;
  font-size: 0.8125rem;
  font-weight: 700;
}

.uc-hero-cards__sparkline {
  width: 100%;
  height: 18px;
}

.uc-hero-cards__sparkline svg {
  display: block;
  width: 100%;
  height: 100%;
}

.uc-hero-cards__inset {
  margin-bottom: 0.55rem;
  padding: 0.45rem 0.55rem;
  border-radius: 8px;
  background: #f7f9fc;
}

.uc-hero-cards__inset-label {
  margin: 0 0 0.25rem;
  color: #8a9199;
  font-family: Roboto, sans-serif;
  font-size: 0.5625rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.uc-hero-cards__inset-text {
  margin: 0;
  color: var(--color);
  font-family: Roboto, sans-serif;
  font-size: 0.6875rem;
  line-height: 1.45;
}

.uc-hero-cards__footer {
  display: flex;
  align-items: flex-end;
  margin-top: auto;
}

.uc-hero-cards__footer--ring {
  align-items: center;
  gap: 0.65rem;
}

.uc-hero-cards__footer-label {
  margin: 0;
  color: #8a9199;
  font-family: Roboto, sans-serif;
  font-size: 0.5625rem;
  line-height: 1.3;
}

.uc-hero-cards__footer-value {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  margin: 0;
  color: var(--navy);
  font-family: Raleway, sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.2;
}

.uc-hero-cards__tier-badge {
  flex-shrink: 0;
  display: block;
  width: 18px;
  height: 18px;
  object-fit: contain;
}

.uc-hero-cards__pill {
  padding: 0.2rem 0.5rem;
  border-radius: 999px;
  font-family: Roboto, sans-serif;
  font-size: 0.5625rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

.uc-hero-cards__pill--cool {
  background: rgb(0 100 180 / 0.1);
  color: #0064b4;
}

.uc-hero-cards__solutions-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  margin-bottom: 0.125rem;
}

.uc-hero-cards__solutions-head .uc-hero-cards__eyebrow {
  margin-bottom: 0;
}

.uc-hero-cards__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.uc-hero-cards__list li {
  padding: 0.5rem 0;
  border-bottom: 1px solid rgb(15 19 36 / 0.06);
}

.uc-hero-cards__list li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.uc-hero-cards__list-top {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.5rem;
  margin-bottom: 0.35rem;
}

.uc-hero-cards__list-name {
  color: var(--navy);
  font-family: Raleway, sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.25;
}

.uc-hero-cards__list-pct {
  color: #8a9199;
  font-family: Roboto, sans-serif;
  font-size: 0.625rem;
  font-weight: 700;
}

.uc-hero-cards__bar {
  height: 4px;
  margin-bottom: 0.35rem;
  border-radius: 999px;
  background: #e8f0f6;
  overflow: hidden;
}

.uc-hero-cards__bar span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #0064b4, #00aae6);
}

.uc-hero-cards__status {
  display: inline-block;
  padding: 0.15rem 0.45rem;
  border-radius: 999px;
  font-family: Roboto, sans-serif;
  font-size: 0.5625rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.uc-hero-cards__status--good {
  background: rgb(77 193 126 / 0.14);
  color: #2d8a55;
}

.uc-hero-cards__status--mid {
  background: rgb(255 154 0 / 0.12);
  color: #c47600;
}

.uc-clients {
  width: 80%;
  margin: clamp(2rem, 4vw, 3rem) auto clamp(1rem, 3vw, 2rem);
}

.uc-solutions {
  padding-top: clamp(2rem, 4vw, 3rem);
  padding-bottom: clamp(2.5rem, 5vw, 4rem);
}

.uc-solutions__header {
  margin-bottom: clamp(2.5rem, 5vw, 3.5rem);
}

.uc-solutions__bar {
  margin-top: 0;
  margin-bottom: 1.25rem;
}

.uc-solutions__heading {
  margin: 0 0 0.75rem;
  color: var(--navy);
  font-family: Raleway, sans-serif;
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  line-height: 1.15;
}

.uc-solutions__intro {
  margin: 0;
  max-width: 52rem;
  color: var(--color);
  font-size: 1.0625rem;
  line-height: 1.65;
}

.uc-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1.5rem, 2.5vw, 2rem);
  align-items: stretch;
}

.uc-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  border: 1px solid rgb(15 19 36 / 0.08);
  border-radius: 16px;
  background: var(--white);
  color: inherit;
  text-decoration: none;
  transition:
    border-color 0.25s ease,
    box-shadow 0.25s ease,
    transform 0.25s ease;
}

.uc-card:hover {
  border-color: rgb(0 100 180 / 0.22);
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgb(15 19 36 / 0.08);
}

.uc-card__media {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  aspect-ratio: 16 / 9;
  background: #eef1f4;
}

.uc-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.4s ease;
}

.uc-card:hover .uc-card__media img {
  transform: scale(1.03);
}

.uc-card__body {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 0.5rem;
  padding: 1.25rem 1.375rem 1.375rem;
}

.uc-card__title {
  margin: 0;
  color: var(--navy);
  font-family: Raleway, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.uc-card__excerpt {
  flex: 1;
  margin: 0;
  color: rgb(61 71 82 / 0.88);
  font-size: 0.875rem;
  line-height: 1.55;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.uc-card__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  margin-top: 0.75rem;
  padding-top: 0.875rem;
  border-top: 1px solid rgb(15 19 36 / 0.06);
  color: var(--blue);
  font-family: Roboto, sans-serif;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.uc-card__cta svg {
  flex-shrink: 0;
  transition: transform 0.25s ease;
}

.uc-card:hover .uc-card__cta svg {
  transform: translateX(3px);
}

.uc-tiers {
  margin-top: clamp(1rem, 3vw, 2rem);
  padding-top: clamp(2.5rem, 5vw, 4rem);
  padding-bottom: clamp(2rem, 4vw, 3rem);
}

.uc-tiers__inner {
  padding-top: 0 !important;
}

.uc-tiers__header {
  max-width: 720px;
  margin-bottom: 0.5rem;
}

.uc-tiers__header .yellow-bar {
  margin-bottom: 1.25rem;
}

.uc-tiers__header h2 {
  margin: 0 0 0.75rem;
}

.uc-tiers__header p {
  margin: 0 0 0.5rem;
  color: var(--color);
  line-height: 1.65;
}

@media screen and (max-width: 991px) {
  .uc-hero__grid {
    grid-template-columns: 1fr;
  }

  .uc-hero__title {
    max-width: none;
  }

  .uc-hero__visual {
    order: -1;
  }

  .uc-hero__visual-frame {
    aspect-ratio: 560 / 340;
    min-height: 280px;
  }

  .uc-hero-cards__card--monitor {
    width: 46%;
  }

  .uc-hero-cards__card--protection {
    width: 50%;
  }

  .uc-hero-cards__card--solutions {
    width: 56%;
  }

  .uc-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (max-width: 767px) {
  .uc-hero__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .uc-hero__actions .w-button {
    width: 100%;
    text-align: center;
  }

  .uc-hero__visual-frame {
    min-height: 320px;
  }

  .uc-hero-cards {
    min-height: 300px;
  }

  .uc-hero-cards__card--monitor {
    --uc-tilt: -2.5deg;
    top: 0;
    width: 52%;
  }

  .uc-hero-cards__card--protection {
    --uc-tilt: 2deg;
    bottom: 0;
    left: 0;
    width: 56%;
  }

  .uc-hero-cards__card--solutions {
    --uc-tilt: -1.5deg;
    top: 18%;
    width: 58%;
    padding: 0.8rem 0.9rem;
  }

  .uc-hero-cards__title {
    font-size: 0.875rem;
  }

  .uc-hero-cards__list-name {
    font-size: 0.6875rem;
  }

  .uc-grid {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .uc-card,
  .uc-card__media img {
    transition: none;
  }

  .uc-card:hover {
    transform: none;
  }

  .uc-card:hover .uc-card__media img {
    transform: none;
  }

  .uc-hero-cards__card {
    animation: none !important;
    opacity: 1 !important;
    transform: rotate(var(--uc-tilt, 0deg)) !important;
    will-change: auto;
  }

  .uc-hero-cards__ring-progress {
    animation: none !important;
    stroke-dashoffset: var(--uc-ring-target, 0) !important;
  }

  .uc-hero-cards__bp-pipe {
    animation: none !important;
    stroke-dashoffset: 0;
  }

  .uc-hero-cards__bp-pin {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
  }

  .uc-hero-cards__bp-cable {
    animation: none !important;
    stroke-dashoffset: 0;
  }
}

.articles-search-panel {
  margin-bottom: 2.75rem;
  padding: 1.5rem 1.65rem 1.4rem;
  border: 1px solid rgb(0 100 180 / 0.12);
  border-radius: 20px;
  background:
    linear-gradient(135deg, rgb(0 100 180 / 0.05) 0%, rgb(255 154 0 / 0.04) 100%),
    #fff;
  box-shadow: 0 14px 36px rgb(15 19 36 / 0.05);
}

.articles-search-copy {
  margin-bottom: 1.15rem;
}

.articles-search-eyebrow {
  margin: 0 0 0.35rem;
  color: var(--yellow, #ff9a00);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.articles-search-hint {
  margin: 0;
  max-width: 52ch;
  color: #5f6470;
  font-size: 0.95rem;
  line-height: 1.5;
}

.articles-search-form {
  margin: 0;
}

.articles-search-label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.articles-search-field {
  position: relative;
  display: flex;
  align-items: center;
}

.articles-search-icon {
  position: absolute;
  left: 1.1rem;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.15rem;
  height: 1.15rem;
  color: rgb(0 100 180 / 0.55);
  pointer-events: none;
  transition: color 0.2s ease, transform 0.2s ease;
}

.articles-search-icon svg {
  width: 100%;
  height: 100%;
}

.articles-search-input {
  width: 100%;
  height: 3.35rem;
  margin: 0;
  padding: 0 3.2rem 0 3rem;
  border: 1.5px solid rgb(0 100 180 / 0.16);
  border-radius: 999px;
  background: #fff;
  color: var(--navy, #0f1324);
  font: inherit;
  font-size: 1rem;
  line-height: 1.2;
  box-shadow: inset 0 1px 2px rgb(15 19 36 / 0.03);
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    background-color 0.2s ease;
}

.articles-search-input::placeholder {
  color: #8a909c;
}

.articles-search-input:hover {
  border-color: rgb(0 100 180 / 0.28);
}

.articles-search-input:focus {
  outline: none;
  border-color: var(--blue, #0064b4);
  box-shadow:
    0 0 0 4px rgb(0 100 180 / 0.12),
    inset 0 1px 2px rgb(15 19 36 / 0.03);
}

.articles-search-form.is-active .articles-search-input {
  border-color: rgb(255 154 0 / 0.45);
  background: #fffdf9;
}

.articles-search-form.is-active .articles-search-icon,
.articles-search-field:focus-within .articles-search-icon {
  color: var(--blue, #0064b4);
  transform: scale(1.05);
}

.articles-search-clear {
  position: absolute;
  right: 0.55rem;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.15rem;
  height: 2.15rem;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgb(0 100 180 / 0.08);
  color: var(--navy, #0f1324);
  cursor: pointer;
  transition:
    background-color 0.2s ease,
    color 0.2s ease,
    transform 0.2s ease,
    opacity 0.2s ease;
}

.articles-search-clear svg {
  width: 0.95rem;
  height: 0.95rem;
}

.articles-search-clear:hover,
.articles-search-clear:focus-visible {
  background: rgb(255 154 0 / 0.16);
  color: var(--navy, #0f1324);
  outline: none;
  transform: scale(1.04);
}

.articles-search-clear[hidden] {
  display: none;
}

.articles-search-status {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  min-height: 1.35rem;
  margin: 0.9rem 0 0 0.35rem;
  color: #5f6470;
  font-size: 0.9rem;
  transition: opacity 0.2s ease;
}

.articles-search-status[hidden] {
  display: none;
}

.articles-search-status::before {
  content: '';
  flex: 0 0 auto;
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 999px;
  background: var(--yellow, #ff9a00);
  opacity: 0;
  transform: scale(0.6);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.articles-search-form.is-active .articles-search-status::before {
  opacity: 1;
  transform: scale(1);
}

.articles-search-status strong {
  color: var(--navy, #0f1324);
  font-weight: 700;
}

#articles-grid {
  transition: opacity 0.2s ease;
}

#articles-grid.is-filtering {
  opacity: 0.45;
}

.articles-search-highlight {
  padding: 0 0.1em;
  border-radius: 0.2em;
  background: rgb(255 154 0 / 0.22);
  color: inherit;
  font-weight: 700;
}

#articles-search-empty {
  padding: 2rem 1.5rem;
  border: 1px dashed rgb(0 100 180 / 0.18);
  border-radius: 16px;
  background: rgb(0 100 180 / 0.03);
  color: #5f6470;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .articles-search-panel {
    padding: 1.15rem 1.1rem 1.1rem;
    border-radius: 16px;
  }

  .articles-search-input {
    height: 3.1rem;
    font-size: 0.95rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .articles-search-input,
  .articles-search-clear,
  .articles-search-icon,
  .articles-search-status,
  #articles-grid {
    transition: none;
  }
}

/* Case Studies page */
.cs-hero {
  padding-top: clamp(1rem, 3vw, 2rem);
  padding-bottom: clamp(2rem, 4vw, 3rem);
}

.cs-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: center;
}

.cs-hero__eyebrow {
  margin: 0 0 0.75rem;
  color: var(--blue);
  font-family: Roboto, sans-serif;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.cs-hero__title {
  margin: 0 0 1rem;
  max-width: 16ch;
  color: var(--navy);
  font-family: Raleway, sans-serif;
  font-size: clamp(2rem, 4.5vw, 3rem);
  font-weight: 700;
  line-height: 1.08;
  text-wrap: balance;
}

.cs-hero__lead {
  margin: 0 0 1.5rem;
  max-width: 54ch;
  color: var(--color);
  font-size: 1.0625rem;
  line-height: 1.65;
}

.cs-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1rem;
}

.cs-hero__visual-frame {
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: center;
  aspect-ratio: 560 / 400;
  min-height: 300px;
  padding: 0;
  background: transparent;
  border: none;
  box-shadow: none;
  overflow: visible;
}

.uc-hero-cards__card--blueprint {
  padding-bottom: 0.85rem;
}

.uc-hero-cards__card--blueprint .uc-hero-cards__title,
.uc-hero-cards__card--solutions .uc-hero-cards__title {
  margin-bottom: 0.45rem;
}

.uc-hero-cards__card--solutions .uc-hero-cards__list {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.uc-hero-cards__blueprint {
  display: flex;
  flex: 1;
  flex-direction: column;
  min-height: 0;
  overflow: hidden;
  border: 1px solid rgb(0 100 180 / 0.12);
  border-radius: 10px;
  background: linear-gradient(180deg, #edf3f8 0%, #f7fafd 100%);
}

.uc-hero-cards__blueprint-svg {
  display: block;
  width: 100%;
  height: auto;
}

.uc-hero-cards__bp-pipe {
  stroke-dasharray: 220;
  stroke-dashoffset: 220;
  animation: uc-hero-bp-pipe-draw 1.4s cubic-bezier(0.22, 1, 0.36, 1) 0.75s forwards;
}

@keyframes uc-hero-bp-pipe-draw {
  to {
    stroke-dashoffset: 0;
  }
}

.uc-hero-cards__bp-pin {
  transform-box: fill-box;
  transform-origin: center;
  opacity: 0;
  animation: uc-hero-bp-pin-plot 0.45s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.uc-hero-cards__bp-pin--1 {
  animation-delay: 1s;
}

.uc-hero-cards__bp-pin--2 {
  animation-delay: 1.15s;
}

.uc-hero-cards__bp-pin--3 {
  animation-delay: 1.3s;
}

.uc-hero-cards__bp-pin--4 {
  animation-delay: 1.55s;
}

.uc-hero-cards__bp-pin--5 {
  animation-delay: 1.75s;
}

.uc-hero-cards__bp-cable {
  stroke-dasharray: 28;
  stroke-dashoffset: 28;
  animation: uc-hero-bp-cable-draw 0.8s cubic-bezier(0.22, 1, 0.36, 1) 1.45s forwards;
}

@keyframes uc-hero-bp-cable-draw {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes uc-hero-bp-pin-plot {
  from {
    opacity: 0;
    transform: scale(0.4);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

.uc-hero-cards__blueprint-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.75rem;
  margin: 0;
  padding: 0.45rem 0.65rem 0.55rem;
  list-style: none;
  border-top: 1px solid rgb(0 100 180 / 0.1);
  background: rgb(255 255 255 / 0.72);
}

.uc-hero-cards__blueprint-legend li {
  display: flex;
  align-items: center;
  gap: 0.3rem;
  margin: 0;
  padding: 0;
  color: #5f6470;
  font-family: Roboto, sans-serif;
  font-size: 0.5625rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.uc-hero-cards__legend-dot {
  flex-shrink: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}

.uc-hero-cards__legend-dot--leaknet {
  background: #0064b4;
}

.uc-hero-cards__legend-dot--splash {
  background: #ff9a00;
}

.uc-hero-cards__legend-dot--cable {
  background: #00aae6;
}

/* Solutions page hero — sector-focused, cleaner hierarchy */
.solutions-hero-cards::after {
  content: '';
  position: absolute;
  inset: 4% 2% 2%;
  z-index: 0;
  border-radius: 50%;
  background: radial-gradient(circle at 48% 50%, rgb(0 100 180 / 0.09) 0%, transparent 72%);
  pointer-events: none;
}

.solutions-hero-cards .uc-hero-cards__card {
  border: 1px solid rgb(0 100 180 / 0.08);
  box-shadow:
    0 1px 2px rgb(15 19 36 / 0.04),
    0 14px 40px rgb(0 64 120 / 0.1);
}

/* Tight stacked cluster: back top-left → middle bottom-left → front overlapping right */
.solutions-hero-cards .uc-hero-cards__card--monitor {
  --uc-tilt: -3.5deg;
  top: 0;
  left: 0;
  right: auto;
  width: 36%;
  z-index: 1;
}

.solutions-hero-cards .uc-hero-cards__card--protection {
  --uc-tilt: 3deg;
  bottom: 0;
  left: 5%;
  right: auto;
  width: 44%;
  z-index: 2;
}

.solutions-hero-cards .uc-hero-cards__card--solutions {
  --uc-tilt: -1.5deg;
  top: 14%;
  left: 30%;
  right: auto;
  width: 66%;
  z-index: 3;
  box-shadow:
    0 2px 4px rgb(15 19 36 / 0.05),
    0 18px 48px rgb(0 64 120 / 0.14);
}

.solutions-hero-cards__live {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.solutions-hero-cards__pulse {
  flex-shrink: 0;
  width: 0.4375rem;
  height: 0.4375rem;
  border-radius: 50%;
  background: #2d8a55;
  box-shadow: 0 0 0 0 rgb(45 138 85 / 0.45);
  animation: solutions-hero-pulse 2.4s ease-out infinite;
}

@keyframes solutions-hero-pulse {
  0% {
    box-shadow: 0 0 0 0 rgb(45 138 85 / 0.45);
  }

  70% {
    box-shadow: 0 0 0 6px rgb(45 138 85 / 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgb(45 138 85 / 0);
  }
}

.solutions-hero-cards__sparkline {
  height: 22px;
}

.solutions-hero-cards__spark-line {
  stroke-dasharray: 160;
  stroke-dashoffset: 160;
  animation: solutions-hero-spark-draw 1.4s cubic-bezier(0.22, 1, 0.36, 1) 0.7s forwards;
}

.solutions-hero-cards__spark-area {
  opacity: 0;
  animation: solutions-hero-spark-fade 0.8s ease 1.2s forwards;
}

@keyframes solutions-hero-spark-draw {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes solutions-hero-spark-fade {
  to {
    opacity: 1;
  }
}

.solutions-hero-cards__caption {
  margin: 0.2rem 0 0;
  color: #5f6470;
  font-family: Roboto, sans-serif;
  font-size: 0.5625rem;
  line-height: 1.45;
  text-align: center;
  text-wrap: balance;
}

.solutions-hero-cards__brief {
  background: linear-gradient(135deg, #f7f9fc 0%, rgb(0 100 180 / 0.04) 100%);
}

.solutions-hero-cards__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.solutions-hero-cards__tags li {
  padding: 0.2rem 0.45rem;
  border: 1px solid rgb(0 100 180 / 0.12);
  border-radius: 999px;
  background: #fff;
  color: var(--color);
  font-family: Roboto, sans-serif;
  font-size: 0.5625rem;
  font-weight: 500;
  line-height: 1.3;
}

.solutions-hero-cards__tier {
  width: 100%;
  padding: 0.45rem 0.55rem;
  border-radius: 10px;
  background: linear-gradient(135deg, rgb(255 154 0 / 0.08) 0%, rgb(0 100 180 / 0.06) 100%);
}

.solutions-hero-cards__tier-value {
  font-size: 0.8125rem;
}

.solutions-hero-cards__coverage {
  display: grid;
  grid-template-columns: 4.25rem 1fr;
  gap: 0.55rem;
  align-items: stretch;
  margin-bottom: 0.45rem;
}

.solutions-hero-cards__stat {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.1rem;
  padding: 0.45rem 0.4rem;
  border-radius: 10px;
  background: linear-gradient(160deg, rgb(0 100 180 / 0.1) 0%, rgb(0 170 230 / 0.06) 100%);
  text-align: center;
}

.solutions-hero-cards__stat-num {
  color: var(--navy);
  font-family: Raleway, sans-serif;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}

.solutions-hero-cards__stat-lbl {
  color: #5f6470;
  font-family: Roboto, sans-serif;
  font-size: 0.5rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.2;
  text-transform: uppercase;
}

.solutions-hero-cards__clusters {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.35rem;
}

.solutions-hero-cards__cluster {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  min-width: 0;
  padding: 0.38rem 0.42rem;
  border: 1px solid rgb(0 100 180 / 0.1);
  border-radius: 8px;
  background: #f9fbfd;
}

.solutions-hero-cards__cluster-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 1.375rem;
  height: 1.375rem;
  border-radius: 6px;
  background: rgb(0 100 180 / 0.1);
  color: #0064b4;
}

.solutions-hero-cards__cluster-icon--sites {
  background: rgb(255 154 0 / 0.12);
  color: #c47600;
}

.solutions-hero-cards__cluster-icon--compliance {
  background: rgb(45 138 85 / 0.12);
  color: #2d8a55;
}

.solutions-hero-cards__cluster-icon--ops {
  background: rgb(0 170 230 / 0.12);
  color: #0088bb;
}

.solutions-hero-cards__cluster-icon svg {
  display: block;
  width: 0.75rem;
  height: 0.75rem;
  max-width: 0.75rem;
  max-height: 0.75rem;
}

.solutions-hero-cards__cluster-name {
  color: var(--navy);
  font-family: Raleway, sans-serif;
  font-size: 0.625rem;
  font-weight: 700;
  line-height: 1.2;
}

.solutions-hero-cards__foot {
  margin: 0;
  color: #5f6470;
  font-family: Roboto, sans-serif;
  font-size: 0.5625rem;
  line-height: 1.4;
  text-wrap: pretty;
}

.solutions-hero-cards .uc-hero-cards__card--solutions .uc-hero-cards__title {
  margin-bottom: 0.4rem;
}

.solutions-hero-cards .uc-hero-cards__card--solutions .uc-hero-cards__eyebrow {
  margin-bottom: 0.35rem;
}

@media screen and (max-width: 991px) {
  .solutions-hero-cards .uc-hero-cards__card--monitor {
    width: 38%;
  }

  .solutions-hero-cards .uc-hero-cards__card--protection {
    left: 4%;
    width: 46%;
  }

  .solutions-hero-cards .uc-hero-cards__card--solutions {
    top: 12%;
    left: 28%;
    width: 68%;
  }
}

@media screen and (max-width: 767px) {
  .solutions-hero-cards .uc-hero-cards__card--monitor {
    --uc-tilt: -2.5deg;
    width: 40%;
  }

  .solutions-hero-cards .uc-hero-cards__card--protection {
    --uc-tilt: 2.5deg;
    left: 3%;
    width: 48%;
  }

  .solutions-hero-cards .uc-hero-cards__card--solutions {
    --uc-tilt: -1deg;
    top: 12%;
    left: 26%;
    width: 70%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .solutions-hero-cards__pulse,
  .solutions-hero-cards__spark-line,
  .solutions-hero-cards__spark-area {
    animation: none !important;
  }

  .solutions-hero-cards__spark-line {
    stroke-dashoffset: 0;
  }

  .solutions-hero-cards__spark-area {
    opacity: 1;
  }
}

/* Products page hero — value-focused, distinct from Solutions */
.products-hero-cards__caption {
  margin: 0.15rem 0 0;
  color: #5f6470;
  font-family: Roboto, sans-serif;
  font-size: 0.5625rem;
  line-height: 1.45;
  text-align: center;
  text-wrap: balance;
}

.products-hero-cards .uc-hero-cards__footer-value--stat {
  font-size: 0.6875rem;
  line-height: 1.3;
}

.cs-hero-cards {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 300px;
  isolation: isolate;
}

.cs-hero-cards::before {
  content: '';
  position: absolute;
  inset: -4% -2%;
  z-index: 0;
  background-image:
    linear-gradient(rgb(0 100 180 / 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgb(0 100 180 / 0.045) 1px, transparent 1px);
  background-size: 18px 18px;
  mask-image: radial-gradient(circle at 58% 42%, #000 0%, rgb(0 0 0 / 0.15) 72%, transparent 100%);
  pointer-events: none;
}

.cs-hero-cards__card {
  position: absolute;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 14px;
  background: #fff;
  opacity: 0;
  box-shadow:
    0 1px 2px rgb(15 19 36 / 0.04),
    0 10px 32px rgb(15 19 36 / 0.1);
  will-change: transform, opacity;
  transform-origin: center center;
}

.cs-hero-cards__card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #ff9a00 0%, #0064b4 55%, #00aae6 100%);
  opacity: 0.85;
}

.cs-hero-cards__card--featured {
  --uc-tilt: -4deg;
  top: 0;
  left: 0;
  z-index: 1;
  width: 52%;
  padding: 1rem 1.05rem 0.95rem;
  text-align: center;
  background:
    linear-gradient(155deg, rgb(0 100 180 / 0.04) 0%, transparent 42%),
    #fff;
  animation:
    uc-hero-enter 0.7s cubic-bezier(0.22, 1, 0.36, 1) forwards,
    uc-hero-float 6.5s ease-in-out infinite;
  animation-delay: 0.15s, 0.85s;
}

.cs-hero-cards__card--featured::after {
  content: '';
  position: absolute;
  top: 0.85rem;
  right: 0.85rem;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgb(255 154 0 / 0.14) 0%, transparent 70%);
  pointer-events: none;
}

.cs-hero-cards__featured-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  margin-bottom: 0.125rem;
}

.cs-hero-cards__featured-head .cs-hero-cards__eyebrow {
  margin-bottom: 0;
}

.cs-hero-cards__pill--featured {
  background: rgb(255 154 0 / 0.12);
  color: #c46f00;
}

.cs-hero-cards__title--featured {
  font-size: 1.0625rem;
  letter-spacing: -0.01em;
}

.cs-hero-cards__card--featured .cs-hero-cards__deploy {
  margin-bottom: 0.55rem;
}

.cs-hero-cards__featured-panel {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.45rem;
}

.cs-hero-cards__featured-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.15rem;
  width: 100%;
  padding: 0.5rem 0.45rem 0.45rem;
}

.cs-hero-cards__featured-stat-num {
  color: var(--navy);
  font-family: Raleway, sans-serif;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}

.cs-hero-cards__featured-stat-lbl {
  color: #5f6470;
  font-family: Roboto, sans-serif;
  font-size: 0.5rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.cs-hero-cards__featured-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.35rem 0.65rem;
  margin: 0;
  padding: 0.4rem 0 0;
  list-style: none;
  border-top: 1px solid rgb(15 19 36 / 0.07);
  width: 100%;
}

.cs-hero-cards__featured-meta li {
  color: #5f6470;
  font-family: Roboto, sans-serif;
  font-size: 0.5625rem;
  font-weight: 500;
  line-height: 1.3;
}

.cs-hero-cards__featured-meta li span {
  color: var(--navy);
  font-family: Raleway, sans-serif;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
}

.cs-hero-cards__card--leak {
  --uc-tilt: 3.5deg;
  bottom: 0;
  left: 10%;
  z-index: 2;
  width: 48%;
  padding: 0.85rem 0.95rem 0.9rem;
  animation:
    uc-hero-enter 0.7s cubic-bezier(0.22, 1, 0.36, 1) forwards,
    uc-hero-float-alt 7.5s ease-in-out infinite;
  animation-delay: 0.3s, 1s;
}

.cs-hero-cards__card--outcomes {
  --uc-tilt: -2deg;
  top: 36%;
  right: 0;
  z-index: 3;
  width: 52%;
  padding: 0.95rem 1.05rem 1rem;
  animation:
    uc-hero-enter-right 0.75s cubic-bezier(0.22, 1, 0.36, 1) forwards,
    uc-hero-float-wide 5.8s ease-in-out infinite;
  animation-delay: 0.45s, 1.2s;
}

.cs-hero-cards__eyebrow {
  margin: 0 0 0.35rem;
  padding-top: 0.125rem;
  color: #8a9199;
  font-family: Roboto, sans-serif;
  font-size: 0.5625rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.cs-hero-cards__title {
  margin: 0 0 0.25rem;
  color: var(--navy);
  font-family: Raleway, sans-serif;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.25;
}

.cs-hero-cards__deploy {
  margin: 0 0 0.55rem;
  color: #5f6470;
  font-family: Roboto, sans-serif;
  font-size: 0.5625rem;
  font-weight: 500;
  line-height: 1.35;
}

.cs-hero-cards__hero-stat {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  margin-bottom: 0.55rem;
  padding: 0.45rem 0.55rem;
  border-radius: 10px;
  background: rgb(255 154 0 / 0.08);
}

.cs-hero-cards__hero-stat--compact {
  margin-bottom: 0.4rem;
  background: rgb(0 100 180 / 0.06);
}

.cs-hero-cards__hero-stat-num {
  color: var(--navy);
  font-family: Raleway, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}

.cs-hero-cards__hero-stat--compact .cs-hero-cards__hero-stat-num {
  font-size: 1.25rem;
}

.cs-hero-cards__hero-stat-lbl {
  color: #5f6470;
  font-family: Roboto, sans-serif;
  font-size: 0.5rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.cs-hero-cards__metric-list {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}

.cs-hero-cards__metric-top {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.5rem;
  margin-bottom: 0.3rem;
  color: #5f6470;
  font-family: Roboto, sans-serif;
  font-size: 0.5625rem;
  font-weight: 600;
}

.cs-hero-cards__metric-top span:last-child {
  color: var(--navy);
  font-weight: 700;
  font-variant-numeric: tabular-nums;
}

.cs-hero-cards__bar {
  height: 4px;
  border-radius: 999px;
  background: #e8f0f6;
  overflow: hidden;
}

.cs-hero-cards__bar span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #0064b4, #00aae6);
  transform-origin: left center;
  animation: cs-hero-bar-grow 1s cubic-bezier(0.22, 1, 0.36, 1) 0.7s both;
}

@keyframes cs-hero-bar-grow {
  from {
    transform: scaleX(0);
  }

  to {
    transform: scaleX(1);
  }
}

.cs-hero-cards__note {
  margin: 0;
  color: #5f6470;
  font-family: Roboto, sans-serif;
  font-size: 0.5625rem;
  line-height: 1.45;
}

.cs-hero-cards__note strong {
  color: var(--navy);
  font-weight: 700;
}

.cs-hero-cards__outcomes-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  margin-bottom: 0.125rem;
}

.cs-hero-cards__outcomes-head .cs-hero-cards__eyebrow {
  margin-bottom: 0;
}

.cs-hero-cards__pill {
  padding: 0.18rem 0.45rem;
  border-radius: 999px;
  background: rgb(0 100 180 / 0.1);
  color: #0064b4;
  font-family: Roboto, sans-serif;
  font-size: 0.5rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

.cs-hero-cards__feature-list {
  margin: 0.35rem 0 0;
  padding: 0;
  list-style: none;
}

.cs-hero-cards__feature-list li {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 0.45rem;
  padding: 0.4rem 0.45rem;
  border-radius: 8px;
  background: rgb(0 100 180 / 0.03);
}

.cs-hero-cards__feature-list li + li {
  margin-top: 0.35rem;
}

.cs-hero-cards__feature-dot {
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  flex-shrink: 0;
}

.cs-hero-cards__feature-dot--orange {
  background: #ff9a00;
}

.cs-hero-cards__feature-dot--blue {
  background: #0064b4;
}

.cs-hero-cards__feature-dot--sky {
  background: #00aae6;
}

.cs-hero-cards__feature-name {
  color: var(--navy);
  font-family: Raleway, sans-serif;
  font-size: 0.6875rem;
  font-weight: 700;
  line-height: 1.2;
}

.cs-hero-cards__feature-val {
  color: #5f6470;
  font-family: Roboto, sans-serif;
  font-size: 0.5625rem;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
}

@media screen and (max-width: 991px) {
  .cs-hero-cards {
    min-height: 280px;
  }

  .cs-hero-cards__card--featured {
    width: 54%;
  }

  .cs-hero-cards__featured-stat-num {
    font-size: 1.5rem;
  }

  .cs-hero-cards__card--leak {
    left: 8%;
    width: 50%;
  }

  .cs-hero-cards__card--outcomes {
    width: 54%;
  }
}

@media screen and (max-width: 767px) {
  .cs-hero-cards {
    min-height: 420px;
  }

  .cs-hero-cards__card--featured {
    top: 0;
    left: 0;
    width: 64%;
    padding: 0.85rem 0.9rem;
  }

  .cs-hero-cards__featured-stat-num {
    font-size: 1.375rem;
  }

  .cs-hero-cards__card--leak {
    bottom: 0;
    left: 6%;
    width: 66%;
  }

  .cs-hero-cards__card--outcomes {
    top: 34%;
    right: 0;
    width: 62%;
  }

  .cs-hero-cards__hero-stat-num {
    font-size: 1.25rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .cs-hero-cards__card {
    animation: none !important;
    opacity: 1 !important;
    transform: rotate(var(--uc-tilt, 0deg)) !important;
    will-change: auto;
  }

  .cs-hero-cards__bar span {
    animation: none !important;
    transform: none !important;
  }
}

.cs-featured {
  margin-bottom: clamp(1.5rem, 3vw, 2.5rem);
}

.cs-featured__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(1.1rem, 2.2vw, 1.6rem);
  max-width: 52rem;
  margin: 0 auto;
  text-align: center;
}

.cs-featured__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  width: 100%;
}

.cs-featured__media {
  width: 100%;
  margin: 0;
  overflow: hidden;
  border-radius: 20px;
}

.cs-featured__image {
  display: block;
  width: 100%;
  aspect-ratio: 21 / 9;
  min-height: 220px;
  max-height: 400px;
  object-fit: cover;
  object-position: center;
}

.cs-featured__eyebrow {
  margin: 0;
  color: var(--yellow, #ff9a00);
  font-family: Roboto, sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.cs-featured__title {
  margin: 0;
  color: var(--navy);
  font-family: Raleway, sans-serif;
  font-size: clamp(1.75rem, 3vw, 2.35rem);
  font-weight: 700;
  line-height: 1.12;
  text-wrap: balance;
}

.cs-featured__location {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.5rem 0.75rem;
  margin: 0;
  color: #5f6470;
  font-size: 0.9rem;
}


.cs-featured__solution {
  display: inline-flex;
  align-items: center;
  padding: 0.2rem 0.65rem;
  border-radius: 999px;
  background: rgb(0 100 180 / 0.08);
  color: var(--blue);
  font-family: Roboto, sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.cs-featured__intro {
  margin: 0;
  max-width: 44rem;
  color: var(--color);
  font-size: 1rem;
  line-height: 1.65;
}

.cs-featured__metrics {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0;
  width: 100%;
  max-width: 36rem;
  margin: 0.15rem 0 0;
  padding: 1.1rem 0 0;
  border-top: 1px solid rgb(15 19 36 / 0.08);
}

.cs-featured__metric {
  display: flex;
  flex: 1 1 0;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
  min-width: 5.5rem;
  padding: 0 1rem;
}

.cs-featured__metric + .cs-featured__metric {
  border-left: 1px solid rgb(15 19 36 / 0.08);
}

.cs-featured__metric dt {
  margin: 0;
  color: #5f6470;
  font-family: Roboto, sans-serif;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.cs-featured__metric dd {
  margin: 0;
  color: var(--navy);
  font-family: Raleway, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.1;
  font-variant-numeric: tabular-nums;
}

.cs-featured__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem 1rem;
  margin-top: 0.25rem;
}

.cs-clients {
  width: 80%;
  margin: clamp(1.5rem, 3vw, 2.5rem) auto clamp(3.5rem, 7vw, 5rem);
}

.cs-projects {
  padding-top: clamp(2rem, 4vw, 3rem);
  padding-bottom: clamp(2.5rem, 5vw, 4rem);
}

.cs-filters-panel {
  margin-bottom: 2rem;
}

.cs-filters-panel__label {
  margin: 0 0 0.75rem;
  color: #5f6470;
  font-family: Roboto, sans-serif;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.cs-filters-panel__status {
  margin: 0.85rem 0 0;
  color: #5f6470;
  font-size: 0.875rem;
  line-height: 1.5;
}

.cs-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 0;
}

.cs-filter {
  margin: 0;
  padding: 0.45rem 0.95rem;
  border: 1.5px solid rgb(0 100 180 / 0.16);
  border-radius: 999px;
  background: #fff;
  color: var(--navy);
  font: inherit;
  font-family: Roboto, sans-serif;
  font-size: 0.8125rem;
  font-weight: 600;
  line-height: 1.2;
  cursor: pointer;
  transition:
    border-color 0.2s ease,
    background-color 0.2s ease,
    color 0.2s ease,
    transform 0.2s ease;
}

.cs-filter:hover {
  border-color: rgb(0 100 180 / 0.32);
  background: rgb(0 100 180 / 0.04);
}

.cs-filter:focus-visible {
  outline: none;
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgb(0 100 180 / 0.14);
}

.cs-filter.is-active {
  border-color: var(--blue);
  background: var(--blue);
  color: #fff;
}

.cs-filter.is-active:hover {
  border-color: #00529e;
  background: #00529e;
}

.cs-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1.5rem, 2.5vw, 2rem);
  align-items: stretch;
  transition: opacity 0.2s ease;
}

#case-studies-grid.is-filtering {
  opacity: 0.45;
}

#case-studies-filter-empty {
  padding: 2rem 1.5rem;
  border: 1px dashed rgb(0 100 180 / 0.18);
  border-radius: 16px;
  background: rgb(0 100 180 / 0.03);
  color: #5f6470;
  text-align: center;
}

.cs-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  border: 1px solid rgb(15 19 36 / 0.08);
  border-radius: 16px;
  background: var(--white);
  color: inherit;
  text-decoration: none;
  transition:
    border-color 0.25s ease,
    box-shadow 0.25s ease,
    transform 0.25s ease;
}

.cs-card:hover {
  border-color: rgb(0 100 180 / 0.22);
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgb(15 19 36 / 0.08);
}

.cs-card__media {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  aspect-ratio: 16 / 9;
  background: #eef1f4;
}

.cs-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.4s ease;
}

.cs-card:hover .cs-card__media img {
  transform: scale(1.03);
}

.cs-card__badge {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  padding: 0.25rem 0.65rem;
  border-radius: 999px;
  background: rgb(255 255 255 / 0.94);
  color: var(--blue);
  font-family: Roboto, sans-serif;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  box-shadow: 0 4px 14px rgb(15 19 36 / 0.08);
}

.cs-card__body {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 0.45rem;
  padding: 1.25rem 1.375rem 1.375rem;
}

.cs-card__location {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: #5f6470;
  font-family: Roboto, sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
}

.cs-card__location .location-pin,
.cs-featured__location .location-pin {
  width: 0.9rem;
  height: 0.9rem;
  flex-shrink: 0;
  color: var(--blue, #0064b4);
}

.cs-card__title {
  margin: 0;
  color: var(--navy);
  font-family: Raleway, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.cs-card__excerpt {
  flex: 1;
  margin: 0;
  color: rgb(61 71 82 / 0.88);
  font-size: 0.875rem;
  line-height: 1.55;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.cs-card__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  margin-top: 0.75rem;
  padding-top: 0.875rem;
  border-top: 1px solid rgb(15 19 36 / 0.06);
  color: var(--blue);
  font-family: Roboto, sans-serif;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.cs-card__cta svg {
  flex-shrink: 0;
  transition: transform 0.25s ease;
}

.cs-card:hover .cs-card__cta svg {
  transform: translateX(3px);
}

@media screen and (max-width: 991px) {
  .cs-hero__grid {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .cs-featured__image {
    aspect-ratio: 16 / 10;
    min-height: 200px;
  }

  .cs-featured__metrics {
    max-width: 100%;
  }

  .cs-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (max-width: 767px) {
  .cs-featured__metrics {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.85rem 0;
    padding-top: 1rem;
  }

  .cs-featured__metric {
    min-width: 0;
    padding: 0;
    border-left: none;
  }

  .cs-featured__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .cs-featured__actions .w-button {
    width: 100%;
    text-align: center;
  }

  .cs-grid {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .cs-card,
  .cs-card__media img,
  #case-studies-grid {
    transition: none;
  }

  .cs-card:hover {
    transform: none;
  }

  .cs-card:hover .cs-card__media img {
    transform: none;
  }
}

.w-pagination-previous.w-pagination-disabled,
.w-pagination-next.w-pagination-disabled {
  opacity: 0.45;
  pointer-events: none;
}

/* Breadcrumbs */
.breadcrumbs {
  margin-top: 3rem;
  margin-bottom: 1.75rem;
}

.breadcrumbs a {
  text-decoration: none;
}

/* Pages that already have top padding — avoid double spacing */
.primary-wrap.internal-padding-100 > .breadcrumbs:first-child,
.primary-wrap._90vhmin.top-padding > .breadcrumbs:first-child,
.primary-wrap.grid-article.t-pad > .breadcrumbs:first-child {
  margin-top: 0;
}

.primary-wrap.grid-article > .breadcrumbs {
  grid-column: 1 / -1;
}

.primary-wrap.internal-padding-100.del-b > .breadcrumbs:first-child {
  margin-top: 0;
}

.breadcrumbs__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.25rem 0;
  list-style: none;
  margin: 0;
  padding: 0.6875rem 1.5rem;
  min-height: 2.375rem;
  width: fit-content;
  max-width: 100%;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.01em;
  background: linear-gradient(135deg, rgba(0, 100, 180, 0.07) 0%, rgba(0, 170, 230, 0.05) 100%);
  border: 1px solid rgba(0, 100, 180, 0.12);
  border-radius: 999px;
  box-shadow: 0 1px 2px rgba(15, 19, 36, 0.04);
}

.breadcrumbs__item {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  margin: 0;
  line-height: 1.4;
}

.breadcrumbs__item:not(:last-child)::after {
  content: "";
  display: inline-block;
  width: 0.3125rem;
  height: 0.3125rem;
  margin: 0 0.625rem;
  border-right: 1.5px solid rgba(15, 19, 36, 0.22);
  border-bottom: 1.5px solid rgba(15, 19, 36, 0.22);
  transform: rotate(-45deg);
  flex-shrink: 0;
}

.breadcrumbs__link {
  display: inline-flex;
  align-items: center;
  color: var(--color, #3d4752);
  text-decoration: none;
  line-height: 1.4;
  transition: color 0.2s ease;
}

.breadcrumbs__link:hover {
  color: var(--blue, #0064b4);
}

.breadcrumbs__link:focus-visible {
  outline: 2px solid var(--blue, #0064b4);
  outline-offset: 2px;
  border-radius: 3px;
}

.breadcrumbs__current {
  display: inline-flex;
  align-items: center;
  color: var(--blue, #0064b4);
  font-weight: 600;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .breadcrumbs {
    margin-top: 2rem;
    margin-bottom: 1.25rem;
  }

  .breadcrumbs__list {
    padding: 0.625rem 1.125rem;
    min-height: 2.125rem;
    font-size: 0.75rem;
    border-radius: 12px;
  }

  .breadcrumbs__item:not(:last-child)::after {
    margin: 0 0.5rem;
  }

  .breadcrumbs__current {
    white-space: normal;
  }
}

@media (prefers-reduced-motion: reduce) {
  .breadcrumbs__link {
    transition: none;
  }
}

/* ── Site-wide mobile polish ── */
html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  overflow-x: clip;
}

img,
video,
iframe {
  max-width: 100%;
}

.projects,
.swiper.is-projects,
.swiper.is-photos {
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .primary-wrap {
    width: min(100%, 94%);
    margin-left: auto;
    margin-right: auto;
  }

  .primary-wrap.internal-padding-100 {
    padding-top: clamp(3rem, 8vw, 5rem);
    padding-bottom: clamp(3rem, 8vw, 5rem);
  }

  .short-hero {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .div-block-55 {
    width: min(100%, 92%);
  }

  .article-wrap {
    width: min(100%, 94%);
    top: -24px;
  }

  .collection-list-3 {
    padding: 1rem;
  }

  .heading-16,
  .heading-18 {
    font-size: clamp(1.35rem, 5vw, 1.75rem);
    line-height: 1.25;
  }

  .main-para {
    font-size: 1rem;
    line-height: 1.55;
  }

  .client-wrap {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem 1.25rem;
    width: 92%;
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .hero-btn-wrap .button-yellow,
  .hero-btn-wrap .button-blue,
  .hero-btn-wrap .button-clear {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }

  .code-embed-3 {
    margin-top: 1.5rem;
    margin-bottom: 2rem;
    padding-inline: 0;
  }

  .div-block-408 {
    padding: 1rem 1rem 0;
  }

  .paragraph-148 {
    width: 100%;
    padding-inline: 0.25rem;
  }

  .div-block-409 {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

  .div-block-411 .button-yellow {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }

  .search-sort-row {
    flex-direction: column;
    align-items: stretch;
    gap: 0.5rem;
  }

  .search-sort-select {
    width: 100%;
    min-width: 0;
  }

  .search-category-filters {
    gap: 0.5rem;
  }
}

@media screen and (max-width: 479px) {
  .div-block-326 {
    width: min(calc(100vw - 2rem), 360px);
    height: auto;
    max-height: calc(100dvh - 2rem);
  }

  .div-block-316 {
    padding: 1.25rem 1rem;
    overflow-y: auto;
    max-height: calc(100dvh - 2rem);
  }

  .popup .form-2 .text-field,
  .popup .button-blue {
    width: 100%;
  }

  .leak-cta__actions .button-yellow,
  .leak-compare .button-blue {
    width: 100%;
    text-align: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .uc-hero-cards__card,
  .cs-hero-cards__card,
  .solutions-hero-cards__pulse,
  .leak-cta__radar-ring--pulse {
    animation: none !important;
  }
}


.partner-collaboration-page .aviva-section--protection {
  padding-bottom: clamp(3rem, 6vw, 5rem);
}

.partner-collaboration-page .aviva-offer {
  padding-block: clamp(2.5rem, 5vw, 4rem);
}

.partner-collaboration-page .aviva-offer__card {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  gap: clamp(1.75rem, 4vw, 3rem);
  align-items: center;
  padding: clamp(1.5rem, 3vw, 2rem);
  border: 1px solid rgb(0 100 180 / 0.14);
  border-radius: 20px;
  background:
    linear-gradient(145deg, rgb(0 36 68 / 0.04) 0%, rgb(255 154 0 / 0.06) 100%),
    var(--white, #fff);
  box-shadow: 0 18px 48px rgb(15 19 36 / 0.06);
}

.partner-collaboration-page .aviva-offer__content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.partner-collaboration-page .aviva-offer__eyebrow {
  margin: 0;
  color: var(--yellow, #ff9a00);
  font-family: Roboto, sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.partner-collaboration-page .aviva-offer__title {
  margin: 0;
  color: var(--navy);
  font-family: Raleway, sans-serif;
  font-size: clamp(1.65rem, 2.8vw, 2.15rem);
  font-weight: 700;
  line-height: 1.12;
  text-wrap: balance;
}

.partner-collaboration-page .aviva-offer__lead {
  margin: 0;
  max-width: 52ch;
  color: var(--color);
  font-size: 1rem;
  line-height: 1.65;
}

.partner-collaboration-page .aviva-offer__price {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  width: fit-content;
  max-width: 100%;
  padding: 1rem 1.15rem;
  border-left: 4px solid var(--yellow, #ff9a00);
  border-radius: 0 12px 12px 0;
  background: rgb(0 36 68 / 0.04);
}

.partner-collaboration-page .aviva-offer__price-main {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.35rem 0.5rem;
}

.partner-collaboration-page .aviva-offer__price-from {
  color: #5f6470;
  font-family: Roboto, sans-serif;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.partner-collaboration-page .aviva-offer__price-amount {
  color: var(--navy);
  font-family: Raleway, sans-serif;
  font-size: clamp(2rem, 4vw, 2.65rem);
  font-weight: 700;
  line-height: 1;
}

.partner-collaboration-page .aviva-offer__price-vat {
  color: var(--navy);
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  font-weight: 600;
}

.partner-collaboration-page .aviva-offer__price-note {
  margin: 0;
  color: var(--blue, #0064b4);
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.4;
}

.partner-collaboration-page .aviva-offer__includes {
  display: grid;
  gap: 0.65rem;
  margin: 0.15rem 0 0;
  padding: 0;
  list-style: none;
}

.partner-collaboration-page .aviva-offer__includes li {
  position: relative;
  padding-left: 1.35rem;
  color: var(--navy);
  font-size: 0.9375rem;
  line-height: 1.5;
}

.partner-collaboration-page .aviva-offer__includes li::before {
  content: "";
  position: absolute;
  top: 0.5rem;
  left: 0;
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 2px;
  background: var(--blue, #0064b4);
}

.partner-collaboration-page .aviva-offer__includes a {
  color: var(--blue, #0064b4);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 0.15em;
}

.partner-collaboration-page .aviva-offer__footnote {
  margin: 0;
  max-width: 52ch;
  color: #5f6470;
  font-size: 0.875rem;
  font-style: italic;
  line-height: 1.55;
}

.partner-collaboration-page .aviva-offer__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem 1rem;
  margin-top: 0.35rem;
}

.partner-collaboration-page .aviva-offer__visual {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: clamp(0.5rem, 2vw, 1rem);
}

.partner-collaboration-page .aviva-offer__image {
  display: block;
  width: min(100%, 420px);
  height: auto;
}

.partner-collaboration-page .aviva-case-study {
  margin-top: 0;
  padding-block: clamp(2.5rem, 5vw, 4rem);
}

.partner-collaboration-page .aviva-case-study__card {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(1.75rem, 4vw, 3rem);
  align-items: center;
  padding: clamp(1.25rem, 2.5vw, 1.75rem);
  border: 1px solid rgb(15 19 36 / 0.08);
  border-radius: 20px;
  background:
    linear-gradient(135deg, rgb(0 36 68 / 0.03) 0%, rgb(0 100 180 / 0.04) 100%),
    var(--white, #fff);
  box-shadow: 0 18px 48px rgb(15 19 36 / 0.06);
}

.partner-collaboration-page .aviva-case-study__media {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: 16px;
  aspect-ratio: 4 / 3;
  min-height: 240px;
}

.partner-collaboration-page .aviva-case-study__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.partner-collaboration-page .aviva-case-study__body {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.partner-collaboration-page .aviva-case-study__eyebrow {
  margin: 0;
  color: var(--yellow, #ff9a00);
  font-family: Roboto, sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.partner-collaboration-page .aviva-case-study__title {
  margin: 0;
  color: var(--navy);
  font-family: Raleway, sans-serif;
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  font-weight: 700;
  line-height: 1.15;
  text-wrap: balance;
}

.partner-collaboration-page .aviva-case-study__subtitle {
  margin: -0.35rem 0 0;
  color: var(--blue, #0064b4);
  font-family: Roboto, sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
}

.partner-collaboration-page .aviva-case-study__intro {
  margin: 0;
  max-width: 52ch;
  color: var(--color);
  font-size: 1rem;
  line-height: 1.65;
}

.partner-collaboration-page .aviva-case-study__highlights {
  display: grid;
  gap: 0.55rem;
  margin: 0.25rem 0 0;
  padding: 0;
  list-style: none;
}

.partner-collaboration-page .aviva-case-study__highlights li {
  position: relative;
  padding-left: 1.35rem;
  color: var(--navy);
  font-size: 0.9375rem;
  line-height: 1.45;
}

.partner-collaboration-page .aviva-case-study__highlights li::before {
  content: "";
  position: absolute;
  top: 0.45rem;
  left: 0;
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 2px;
  background: var(--yellow, #ff9a00);
}

.partner-collaboration-page .aviva-case-study__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  width: fit-content;
  margin-top: 0.35rem;
  color: var(--navy);
  font-family: Roboto, sans-serif;
  font-size: 0.9375rem;
  font-weight: 700;
  text-decoration: none;
  transition: color 0.2s ease, gap 0.2s ease;
}

.partner-collaboration-page .aviva-case-study__cta:hover,
.partner-collaboration-page .aviva-case-study__cta:focus {
  color: var(--blue, #0064b4);
  gap: 0.65rem;
}

.partner-collaboration-page .aviva-case-study__cta svg {
  flex-shrink: 0;
  transition: transform 0.2s ease;
}

.partner-collaboration-page .aviva-case-study__cta:hover svg,
.partner-collaboration-page .aviva-case-study__cta:focus svg {
  transform: translateX(2px);
}

@media screen and (max-width: 991px) {
  .partner-collaboration-page .aviva-offer__card {
    grid-template-columns: 1fr;
  }

  .partner-collaboration-page .aviva-offer__visual {
    order: -1;
    padding-top: 0;
  }

  .partner-collaboration-page .aviva-offer__image {
    width: min(100%, 320px);
  }

  .partner-collaboration-page .aviva-offer__actions .w-button {
    width: 100%;
    text-align: center;
  }

  .partner-collaboration-page .aviva-case-study__card {
    grid-template-columns: 1fr;
  }

  .partner-collaboration-page .aviva-case-study__media {
    aspect-ratio: 16 / 10;
    min-height: 0;
  }
}

.partner-collaboration-page .button-yellow,
.partner-c2a .button-yellow {
  color: #fff;
  text-decoration: none;
}

.partner-collaboration-page .button-yellow:hover,
.partner-collaboration-page .button-yellow:focus,
.partner-c2a .button-yellow:hover,
.partner-c2a .button-yellow:focus {
  color: #fff;
  text-decoration: none;
}

.partner-collaboration-page .hero_section .w-richtext a {
  color: #00aae6;
}

[data-hero-parallax] {
  isolation: isolate;
}

[data-hero-parallax] .hero_background {
  overflow: hidden;
}

[data-hero-parallax] [data-parallax-bg-image] {
  will-change: transform;
  transform: scale(1.08);
  transform-origin: center center;
}

[data-hero-parallax] [data-parallax-block] {
  will-change: transform;
  pointer-events: none;
}

@media (prefers-reduced-motion: reduce) {
  [data-hero-parallax] [data-parallax-bg-image],
  [data-hero-parallax] [data-parallax-block] {
    will-change: auto;
    transform: none !important;
  }

  [data-hero-parallax] [data-parallax-bg-image] {
    transform: none;
  }
}

.partner-hero-cta-col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.85rem;
  margin-left: auto;
}

.partner-hero-cta-note {
  margin: 0;
  max-width: 22rem;
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.9375rem;
  line-height: 1.45;
}

@media screen and (max-width: 991px) {
  .partner-hero-cta-col {
    margin-left: 0;
    margin-top: 1.5rem;
  }
}

/* Partner collaboration closing CTA */
.partner-c2a__grid.content_grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: clamp(2rem, 6vw, 9.3rem);
  align-items: center;
}

.partner-c2a__content {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  max-width: 36rem;
}

.partner-c2a__actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.85rem;
  margin-top: 0.35rem;
}

.partner-c2a__note {
  margin: 0;
  max-width: 30rem;
  color: #6b5843;
  font-size: 0.9375rem;
  line-height: 1.5;
}

.partner-c2a__image.content_image-wrapper {
  width: 100%;
  max-width: 24.5rem;
  justify-self: end;
}

.partner-c2a .image-cover-3 {
  display: block;
  width: 100%;
  height: auto;
  min-height: 22rem;
  max-height: 28rem;
  aspect-ratio: 7 / 9;
  object-fit: cover;
}

@media screen and (max-width: 991px) {
  .partner-c2a__grid.content_grid {
    grid-template-columns: 1fr;
  }

  .partner-c2a__image.content_image-wrapper {
    justify-self: stretch;
    max-width: none;
  }

  .partner-c2a .image-cover-3 {
    min-height: 18rem;
    max-height: none;
  }
}

/* ── Site footer (restructured) ── */
.site-footer {
  padding-block: clamp(3.5rem, 6vw, 5.5rem);
}

.site-footer__main {
  display: grid;
  grid-template-columns: minmax(11rem, 1.15fr) repeat(3, minmax(0, 1fr)) minmax(13rem, 1.35fr);
  gap: clamp(1.5rem, 3vw, 2.75rem);
  align-items: start;
}

.site-footer__brand {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
}

.site-footer__logo {
  display: inline-block;
}

.site-footer__contact {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.site-footer__contact-link {
  font-size: 0.9375rem;
  line-height: 1.4;
}

.site-footer__social.social-link-wrap {
  justify-content: flex-start;
  align-self: flex-start;
  gap: 0.35rem;
}

.site-footer__social .social-link-block {
  margin-left: 0;
  margin-right: 0.5rem;
}

.site-footer__company {
  margin: 0.25rem 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.8125rem;
  line-height: 1.45;
  max-width: 14rem;
}

.site-footer__nav {
  display: contents;
}

.site-footer__group {
  display: flex;
  flex-direction: column;
}

.site-footer__heading {
  margin: 0 0 0.85rem;
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.2;
  text-transform: uppercase;
}

.site-footer__group .primary-white-link {
  margin-bottom: 0.65rem;
  font-size: 0.9375rem;
  line-height: 1.35;
}

.site-footer__group .primary-white-link:last-child {
  margin-bottom: 0;
}

.site-footer__newsletter.mailing-list-wrapper {
  padding-bottom: 0;
}

.site-footer__newsletter .email-title {
  margin-bottom: 0.85rem;
  font-size: 1rem;
  line-height: 1.35;
}

.site-footer__badges.accreditation-badge {
  margin-top: clamp(2rem, 4vw, 3rem);
  padding-top: 0;
}

.site-footer__legal.footer-legal {
  padding-top: clamp(2rem, 4vw, 3rem);
  gap: 0.75rem;
}

.site-footer__legal-meta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
  color: silver;
  font-size: 0.875rem;
  text-align: center;
}

.site-footer__reg {
  color: rgba(255, 255, 255, 0.45);
  font-size: 0.75rem;
  font-style: normal;
}

.site-footer__legal-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.35rem 1.25rem;
}

.site-footer__legal-link {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.875rem;
  text-decoration: none;
}

.site-footer__legal-link:hover {
  color: #fff;
}

.site-footer__credit.link-3 {
  margin-bottom: 0;
}

@media screen and (max-width: 1199px) {
  .site-footer__main {
    grid-template-columns: minmax(10rem, 1fr) repeat(2, minmax(0, 1fr));
  }

  .site-footer__brand {
    grid-column: 1 / -1;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 1rem 1.5rem;
  }

  .site-footer__company {
    flex: 1 1 100%;
    max-width: none;
  }

  .site-footer__newsletter {
    grid-column: 1 / -1;
    max-width: 28rem;
  }
}

@media screen and (max-width: 767px) {
  .site-footer {
    padding-inline: 5%;
  }

  .site-footer__main {
    grid-template-columns: 1fr 1fr;
    gap: 2rem 1.5rem;
  }

  .site-footer__brand {
    flex-direction: column;
    align-items: flex-start;
  }

  .site-footer__newsletter {
    max-width: none;
  }

  .site-footer__legal-links {
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
  }
}

@media screen and (max-width: 479px) {
  .site-footer__main {
    grid-template-columns: 1fr;
  }

  .site-footer__badges.accreditation-badge {
    flex-direction: column;
    align-items: flex-start;
  }
}

