html {
  scroll-behavior: smooth;
}

/* Offset anchor targets so the fixed nav doesn't cover section headings */
section[id] {
  scroll-margin-top: 120px;
}

:root {
  --bg: #071018;
  --bg-2: #041218;
  --text: #0b1220;
  --muted: rgba(11, 18, 32, 0.7);
  --muted-on-dark: rgba(255, 255, 255, 0.75);
  --card: #ffffff;
  --border: rgba(12, 18, 30, 0.12);
  --shadow: 0 30px 80px rgba(4, 11, 18, 0.25);
  --radius: 18px;
  --radius-sm: 12px;
  --teal: #0e4d4c;
  --teal-2: #0b3f40;
  --accent: #36d0c7;
  --accent-2: #7cf0e8;
  --secondary: #4095a8;
  --primary: #4095a8;
  --primary-2: #2c7f91;
  --max: 1120px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
}

body {
  margin: 0;
  font-family: "IBM Plex Sans", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  color: var(--text);
  background: #f6f7fb;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  color: inherit;
  text-decoration: none;
}

.container {
  width: 100%;
  max-width: 1354px;
  margin: 0 auto;
  padding: 0 60px;
  box-sizing: border-box;
}

.page {
  margin: 0 auto;
  padding-top: 60px;
  padding-bottom: 120px;
  background: #ffffff;
}

#main {
  margin-top: 42px;
}

#main > * + * {
  margin-top: 42px;
}
#workflow-metrics {
  margin-top: 78px;
}
#capabilities {
  margin-top: 78px;
}

.skip-link {
  position: absolute;
  left: -999px;
  top: 12px;
  background: #fff;
  border-radius: 10px;
  padding: 10px 12px;
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.25);
  z-index: 9999;
}
.skip-link:focus {
  left: 12px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 999px;
  padding: 10px 14px;
  font-weight: 600;
  font-size: 14px;
  border: 1px solid transparent;
  transition:
    transform 140ms ease,
    background-color 140ms ease,
    border-color 140ms ease,
    opacity 140ms ease;
  user-select: none;
}
.btn:active {
  transform: translateY(1px);
}

.btn--primary {
  background: #4095a8;
  color: #ffffff;
  box-shadow: 0 14px 30px rgba(64, 149, 168, 0.25);
}
.btn--primary:hover {
  opacity: 0.95;
}

.btn--ghost {
  background: transparent;
  border-color: #ffffff;
  color: rgba(255, 255, 255, 0.92);
}
.btn--ghost:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: #ffffff;
}

.btn--dark {
  background: #0b1220;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.08);
}
.btn--dark:hover {
  opacity: 0.94;
}

.btn--outline {
  background: transparent;
  color: rgba(11, 18, 32, 0.9);
  border-color: rgba(64, 149, 168, 0.55);
}
.btn--outline:hover {
  border-color: rgba(64, 149, 168, 0.8);
}

.btn--link {
  border-color: transparent;
  padding-inline: 8px;
  color: rgba(11, 18, 32, 0.78);
}
.btn--link:hover {
  color: rgba(11, 18, 32, 1);
}

.btn--lg {
  padding: 12px 18px;
  font-size: 15px;
}

.muted {
  color: #000000;
}
.muted--on-dark {
  color: var(--muted-on-dark);
}

.hero {
  position: relative;
  color: #fff;
  background: radial-gradient(1200px 500px at 50% 0%, rgba(54, 208, 199, 0.16), transparent 62%),
    linear-gradient(180deg, #06111b 0%, #040b12 60%, #071018 100%);
  overflow: clip;
  padding-top: 112px; /* 24px nav top + 64px pill height + 24px breathing room */
  border-radius: 24px;
  width: calc(100% - 32px);
  max-width: 1354px;
  min-height: 834px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
}

.hero__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  transform: scale(1.02);
  filter: saturate(0.95) contrast(0.98);
  opacity: 0.9;
  animation: hero-zoom 16s ease-in-out infinite;
  z-index: 0;
}

.hero__bg {
  position: absolute;
  inset: -1px;
  background:
    radial-gradient(900px 420px at 70% 20%, rgba(124, 240, 232, 0.12), transparent 60%),
    radial-gradient(900px 420px at 20% 10%, rgba(54, 208, 199, 0.12), transparent 55%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0));
  filter: saturate(1.05);
  pointer-events: none;
  z-index: 2;
}
.hero__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 80px 80px;
  opacity: 0.18;
  mask-image: radial-gradient(70% 60% at 50% 20%, #000 55%, transparent 85%);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
  z-index: 1;
  pointer-events: none;
}

.nav {
  position: fixed;
  top: 60px;
  left: 0;
  right: 0;
  z-index: 100;
  padding: 24px 60px;
  transition: top 0.3s ease, padding 0.3s ease;
}

.nav--scrolled {
  top: 0;
}

.nav--scrolled.nav--light {
  background: #ffffff;
}

.nav__pill {
  background: rgba(255, 255, 255, 0.10);
  border-radius: 48px;
  outline: 0.5px solid rgba(255, 255, 255, 0.6);
  height: 64px;
  padding: 0 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  max-width: 1234px;
  margin: 0 auto;
  transition: box-shadow 0.3s ease, backdrop-filter 0.3s ease, background 0.3s ease;
}

.nav--scrolled .nav__pill {
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.12);
}

/* Light variant — when nav has scrolled past the hero */
.nav--light .nav__pill {
  background: #ffffff;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  outline: 0.5px solid rgba(0, 0, 0, 0.08);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.brand__logo {
  display: block;
  height: 28px;
  width: auto;
}
/* Dark nav (default): show quaternary, hide secondary */
.brand__logo--light { display: none; }

/* Light nav: swap to secondary logo */
.nav--light .brand__logo--dark { display: none; }
.nav--light .brand__logo--light { display: block; }

.nav__links {
  display: flex;
  gap: 48px;
  font-size: 16px;
  font-weight: 400;
  font-family: 'IBM Plex Sans', sans-serif;
}
.nav__links a {
  color: #ffffff;
  padding: 8px 0;
  border-radius: 0;
  transition: color 0.3s ease, opacity 0.3s ease;
}
.nav__links a:hover {
  opacity: 0.75;
  background: transparent;
}

/* Light variant link colors */
.nav--light .nav__links a {
  color: #090909;
}

.nav__actions {
  display: flex;
  align-items: center;
  gap: 6px;
}

/* Hamburger button */
.nav__hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
  margin-left: 4px;
}
.nav__ham-bar {
  display: block;
  width: 22px;
  height: 2px;
  background: #fff;
  border-radius: 2px;
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.nav--light .nav__ham-bar {
  background: #090909;
}
.nav--open .nav__ham-bar:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav--open .nav__ham-bar:nth-child(2) { opacity: 0; }
.nav--open .nav__ham-bar:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Mobile menu */
.nav__mobile-menu {
  display: none;
}
.nav--open .nav__mobile-menu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  padding: 16px;
  background: #061018;
  border-radius: 20px;
  margin: 8px 0 0;
}
.nav--light.nav--open .nav__mobile-menu {
  background: #fff;
  box-shadow: 0 8px 24px rgba(0,0,0,0.1);
}
.nav__mobile-menu a {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  text-decoration: none;
  padding: 10px 4px;
  width: 100%;
}
.nav__mobile-menu a:hover {
  color: #fff;
}
.nav--light .nav__mobile-menu a {
  color: #090909;
}
.nav__mobile-menu .btn {
  margin-top: 8px;
  width: 100%;
  text-align: center;
}
.nav__mobile-menu .btn--nav-fill,
.nav--light .nav__mobile-menu .btn--nav-fill {
  color: #ffffff;
}

/* Nav pill buttons */
.btn--nav-outline {
  padding: 8px 16px;
  border-radius: 24px;
  border: 1px solid #14cfdb;
  background: transparent;
  color: #ffffff;
  font-size: 14px;
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 500;
  line-height: 20px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  transition: background 0.2s ease, color 0.3s ease;
}
.btn--nav-outline:hover {
  background: rgba(20, 207, 219, 0.12);
}

.btn--nav-fill {
  padding: 8px 16px;
  border-radius: 24px;
  background: #14cfdb;
  color: #090909;
  font-size: 14px;
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 500;
  line-height: 20px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  transition: background 0.2s ease, color 0.3s ease;
}
.btn--nav-fill:hover {
  background: #0fb8c9;
}

/* Light variant button text */
.nav--light .btn--nav-outline {
  color: #090909;
  font-weight: 600;
  border-color: #4095a8;
}
.nav--light .btn--nav-fill {
  color: #ffffff;
  background: #4095a8;
}

.hero__content {
  position: relative;
  z-index: 3;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
}

.hero__bottom {
  position: relative;
  z-index: 3;
  padding-bottom: 48px;
}

@keyframes hero-zoom {
  0%,
  100% {
    transform: scale(1.02);
  }
  50% {
    transform: scale(1.08);
  }
}

.hero__title {
  margin: 18px auto 10px;
  font-family: Montserrat, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-size: clamp(38px, 5.4vw, 80px);
  line-height: 1.05;
  letter-spacing: -0.04em;
}

.hero__title-line {
  display: block;
}

.hero-rotator {
  --hero-rotator-step: 1.2em;
  display: inline-block;
  height: var(--hero-rotator-step);
  overflow: hidden;
  vertical-align: bottom;
  position: relative;
}

.hero-rotator__inner {
  display: block;
  will-change: transform;
  animation: hero-rotate 14s infinite;
}

.hero-rotator__item {
  display: block;
  height: var(--hero-rotator-step);
  letter-spacing: -0.01em;
}

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

@keyframes hero-rotate {
  /* 6 slots (5 items + 1 clone), each ~16.67% — hold ~12%, slide ~4.67% */
  0%, 12%          { transform: translateY(0); }
  16.67%, 28.67%   { transform: translateY(calc(-1 * var(--hero-rotator-step))); }
  33.33%, 45.33%   { transform: translateY(calc(-2 * var(--hero-rotator-step))); }
  50%, 62%         { transform: translateY(calc(-3 * var(--hero-rotator-step))); }
  66.67%, 78.67%   { transform: translateY(calc(-4 * var(--hero-rotator-step))); }
  83.33%, 100%     { transform: translateY(calc(-5 * var(--hero-rotator-step))); }
}

.hero__cta {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 22px;
}

.featured {
  margin-top: 42px;
  padding: 22px 18px 0;
}
.partners__track {
  margin: 0 auto;
  padding: 40px 18px;
  width: calc(100% - 32px);
  max-width: 1354px;
}
.partners__label {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 16px;
  color: #000000;
  opacity: 0.5;
  text-align: center;
  margin-bottom: 24px;
}
.partners__track .featured__track {
  gap: 70px;
  /* override padding-right to match partners gap */
  padding-right: 70px;
}
.partners__track .featured__track img {
  height: 34px;
  opacity: 0.4;
}
.partners__track .featured__track img[src*="benzinga"] {
  height: 29px;
}
.partners__track .featured__track img[src*="factset"],
.partners__track .featured__track img[src*="mtnews"] {
  height: 26px;
}
.featured__label {
  text-align: center;
  color: rgba(255, 255, 255, 0.85);
  font-size: 16px;
}
.featured__ticker {
  margin-top: 18px;
  overflow: hidden;
  position: relative;
}
/* Fade overlays — avoids mask-image compositor layer conflict with animated child */
.featured__ticker::before,
.featured__ticker::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 8%;
  z-index: 2;
  pointer-events: none;
}
.featured__ticker::before { left: 0; }
.featured__ticker::after  { right: 0; }

/* Hero context — dark background */
.hero .featured__ticker::before {
  background: linear-gradient(to right, #06111b, transparent);
}
.hero .featured__ticker::after {
  background: linear-gradient(to left, #06111b, transparent);
}

/* Partners context — white background */
.partners__track .featured__ticker::before {
  background: linear-gradient(to right, #ffffff, transparent);
}
.partners__track .featured__ticker::after {
  background: linear-gradient(to left, #ffffff, transparent);
}
.featured__track {
  display: flex;
  align-items: center;
  gap: 56px;
  /* padding-right = gap value so -50% lands exactly at the duplicate set's start */
  padding-right: 56px;
  width: max-content;
  animation: ticker 60s linear infinite;
  will-change: transform;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.featured__track img {
  height: 38px;
  width: auto;
  object-fit: contain;
  flex-shrink: 0;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
}
.featured__track img[src*="barronsadvisor"] {
  width: 124px;
  height: auto;
}
.featured__track img[src*="pwm"] {
  width: 92px;
  height: auto;
}
.featured__track img[src*="schwab"] {
  width: 106px;
  height: auto;
  margin-top: 2px;
}
.featured__track img[src*="authority"] {
  width: 171px;
  height: auto;
}
.featured__track img[src*="investmentnews"] {
  max-width: 192px;
  opacity: 0.9;
}
.featured__track img[src*="advisorpedia"] {
  width: 188px;
  height: auto;
}
.featured__track img[src*="financialadvisor"] {
  width: 118px;
  height: auto;
}
.featured__track img[src*="thinkadvisor"] {
  width: 178px;
  height: auto;
}
.featured__track img[src*="wealthmosaic"] {
  width: 230px;
  height: auto;
}
@keyframes ticker {
  from { transform: translate3d(0, 0, 0); }
  to   { transform: translate3d(-50%, 0, 0); }
}

.section {
  padding: 78px 0;
  width: calc(100% - 32px);
  max-width: 1354px;
  margin-left: auto;
  margin-right: auto;
}
.section--light {
  background: #ffffff;
}

#solutions {
  background: url('./assets/pebblesecuritybg.png') center / cover no-repeat;
  padding-top: 60px;
  padding-bottom: 0;
}
.section--tint {
  background: #f0f8f9;
}

/* Section-specific overrides */
#about {
  background: transparent;
}

.about__left {
  max-width: 443px;
}
.about__centered {
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
}
.about__centered .section__actions {
  justify-content: center;
}
.about__avatar {
  width: 80px;
  height: 80px;
  object-fit: contain;
  display: block;
  margin: 0 auto 16px;
}
.about__split {
  display: flex;
  align-items: flex-start;
  gap: 64px;
}
.about__split-left {
  flex: 0 0 calc(50% - 32px);
}
.about__split-left h2 {
  margin-bottom: 24px;
}
.about__split-right {
  flex: 0 0 calc(50% - 32px);
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 768px) {
  .about__split {
    flex-direction: column;
    gap: 32px;
  }
}

#workflows {
  background: transparent;
}

#innovative-solutions {
  border-radius: 24px;
  overflow: hidden;
}

.section--sand {
  background: #f8f6f2;
}

.section--teal {
  background: linear-gradient(180deg, var(--teal) 0%, var(--teal-2) 100%);
  color: #fff;
}
.section--banner {
  padding: 58px 0;
  background: #0a131c;
  color: #fff;
}

.section--discover {
  padding: 60px 0;
  margin-top: 0 !important;
}

.discover-cta {
  width: calc(100% - 32px);
  max-width: 1354px;
  margin: 0 auto;
  border-radius: 24px;
  overflow: hidden;
  position: relative;
  background: url(./colorizedpebbles%201.jpg) no-repeat center;
  background-size: cover;
  min-height: 285px;
}


.discover-cta__inner {
  position: relative;
  padding: 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 32px;
  text-align: center;
}

.discover-cta__title {
  margin: 0;
  color: #fff;
  font-size: clamp(32px, 4vw, 48px);
  font-family: Montserrat, system-ui, sans-serif;
  font-weight: 700;
}

.discover-cta__subtitle {
  margin: 0;
  color: #fff;
  font-size: 18px;
  font-family: IBM Plex Sans, system-ui, sans-serif;
  font-weight: 500;
  max-width: 72ch;
}

.discover-cta__actions {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  justify-content: center;
}
.section--footer {
  padding: 64px 0 36px;
  background: #061018;
  color: #fff;
  border-radius: 24px;
}

.pebble-difference {
  padding: 60px 60px;
  background:
    radial-gradient(ellipse 70% 60% at 15% 80%, rgba(20, 207, 219, 0.22), transparent 65%),
    radial-gradient(ellipse 55% 50% at 90% 15%, rgba(64, 149, 168, 0.18), transparent 60%),
    linear-gradient(150deg, #081e25 0%, #1c424a 55%, #0d2830 100%);
  color: #fff;
  border-radius: 24px;
  width: calc(100% - 32px);
  max-width: 1354px;
  margin-left: auto;
  margin-right: auto;
}

.pebble-difference__inner {
  max-width: 1317px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
}

.pebble-difference__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  text-align: center;
  max-width: 960px;
}

.pebble-difference__kicker {
  color: #14cfdb;
  font-size: 16px;
  font-family: Montserrat, system-ui, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.36px;
}

.pebble-difference__title {
  margin: 0;
  color: #fcfbf8;
  font-size: clamp(32px, 4vw, 48px);
  font-family: Montserrat, system-ui, sans-serif;
  font-weight: 700;
}

.pebble-difference__desc {
  margin: 0;
  color: #fcfbf8;
  font-size: 18px;
  font-family: IBM Plex Sans, system-ui, sans-serif;
  font-weight: 400;
  line-height: 1.4;
}

.pebble-difference__grid {
  width: 100%;
  max-width: 1317px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}

.pebble-diff-card {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  border-radius: 12px;
  border: 1px solid rgba(20, 207, 219, 0.3);
  background: rgba(0, 0, 0, 0.15);
}

.pebble-diff-card__icon {
  width: 80px;
  height: 80px;
  object-fit: contain;
  display: block;
  flex-shrink: 0;
  align-self: flex-start;
}

.pebble-diff-card__title {
  margin: 0 0 8px;
  color: #fcfbf8;
  font-size: 18px;
  font-family: Montserrat, system-ui, sans-serif;
  font-weight: 700;
}

.pebble-diff-card__desc {
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  font-family: IBM Plex Sans, system-ui, sans-serif;
  font-weight: 400;
  line-height: 1.4;
}

.pebble-diff-card__list {
  list-style: none;
  padding: 24px 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.pebble-diff-card__list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  font-family: IBM Plex Sans, system-ui, sans-serif;
}

.pebble-diff-card__list li::before {
  content: "";
  width: 24px;
  height: 24px;
  min-width: 24px;
  background: url(./check-circle.svg) no-repeat center;
  background-size: contain;
  margin-top: 2px;
}

.section__header {
  max-width: 72ch;
  margin-bottom: 24px;
}

.workflows-header {
  text-align: center;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.innovative-solutions__header {
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
}

.innovative-solutions__actions {
  justify-content: center;
}

.innovative-solutions__center-visual {
  margin-top: 48px;
  margin-bottom: -78px;
  padding: 0 60px;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s ease, transform 0.8s ease;
  transition-delay: 1s;
}

.section-reveal.is-visible .innovative-solutions__center-visual {
  opacity: 1;
  transform: translateY(0);
}

.innovative-solutions__center-img {
  width: 100%;
  display: block;
  object-fit: cover;
  object-position: center top;
}

.resources-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 24px;
  margin-bottom: 29px;
}
.resources-header__text {
  flex: 1;
}
@media (max-width: 768px) {
  .resources-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
}
#resources {
  padding-top: 0;
  padding-bottom: 60px;
}
#resources .container {
  padding-left: 0;
  padding-right: 0;
}
#resources h2 {
  font-size: 32px;
  margin-bottom: 0;
}

h2 {
  margin: 0 0 24px;
  letter-spacing: -0.02em;
  font-size: 48px;
  color: #000000;
  line-height: 1.12;
  font-family: Montserrat, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
}

.h3 {
  margin: 0 0 10px;
  letter-spacing: -0.02em;
  font-size: 22px;
  font-family: Montserrat, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
}

p {
  margin: 0 0 16px;
  font-size: 18px;
  color: #000000;
  line-height: 1.4;
}

.kicker {
  color: #4095a8;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 16px;
  font-family: Montserrat, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  margin-bottom: 12px;
}
.kicker--on-dark {
  color: #14cfdb;
}

.grid-2 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  align-items: center;
}
.grid-2--reverse > :first-child {
  order: 2;
}

.split {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  align-items: end;
}

.stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.stat {
  padding: 16px 14px;
  border-radius: var(--radius-sm);
  border: 1px solid var(--border);
  background: rgba(11, 18, 32, 0.02);
}
.stat__value {
  font-weight: 800;
  letter-spacing: -0.02em;
  font-size: 20px;
}
.stat__label {
  margin-top: 4px;
  font-size: 12px;
  color: rgba(11, 18, 32, 0.7);
  font-weight: 600;
}

.checklist {
  list-style: none;
  padding: 0;
  margin: 18px 0 18px;
  display: grid;
  gap: 10px;
}
.checklist li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: rgba(11, 18, 32, 0.82);
}
.checklist li::before {
  content: "";
  margin-top: 5px;
  width: 16px;
  height: 16px;
  border-radius: 6px;
  background: radial-gradient(circle at 30% 30%, var(--accent-2), var(--accent));
  box-shadow: 0 10px 22px rgba(54, 208, 199, 0.25);
  flex: 0 0 auto;
}

.section__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-top: 10px;
}

.mock {
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(11, 18, 32, 0.05), rgba(11, 18, 32, 0.02));
  border: 1px solid var(--border);
  overflow: hidden;
}
.mock--raised {
  box-shadow: var(--shadow);
}
.mock--flat {
  height: 280px;
  display: grid;
  place-items: center;
  background:
    radial-gradient(600px 220px at 50% 10%, rgba(54, 208, 199, 0.16), transparent 60%),
    linear-gradient(180deg, rgba(11, 18, 32, 0.06), rgba(11, 18, 32, 0.02));
}

.tabs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  padding: 14px 14px 0;
  background: rgba(255, 255, 255, 0.65);
  border-bottom: 1px solid rgba(11, 18, 32, 0.08);
}
.tab {
  padding: 10px 12px;
  text-align: center;
  border-radius: 12px 12px 0 0;
  font-weight: 600;
  font-size: 14px;
  color: rgba(11, 18, 32, 0.75);
}
.tab--active {
  color: rgba(11, 18, 32, 0.95);
  border-bottom: 2px solid var(--secondary);
}

.mock__topbar {
  display: flex;
  gap: 8px;
  padding: 12px 14px;
  border-bottom: 1px solid rgba(11, 18, 32, 0.08);
  background: rgba(255, 255, 255, 0.65);
}
.mock__topbar span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(11, 18, 32, 0.18);
}
.mock__content {
  padding: 16px 16px 18px;
  background: rgba(255, 255, 255, 0.65);
}
.mock__grid {
  margin-top: 14px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.mock__center {
  position: relative;
  width: min(280px, 72%);
  height: 160px;
}

.orb {
  position: absolute;
  border-radius: 999px;
  filter: blur(0.2px);
  opacity: 0.95;
}
.orb--a {
  width: 120px;
  height: 120px;
  left: 10%;
  top: 20%;
  background: radial-gradient(circle at 30% 30%, var(--accent-2), rgba(54, 208, 199, 0.2));
}
.orb--b {
  width: 96px;
  height: 96px;
  left: 42%;
  top: 10%;
  background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.05));
}
.orb--c {
  width: 88px;
  height: 88px;
  left: 62%;
  top: 46%;
  background: radial-gradient(circle at 30% 30%, var(--accent), rgba(54, 208, 199, 0.1));
}

.skeleton {
  border-radius: 12px;
  background: linear-gradient(90deg, rgba(11, 18, 32, 0.08), rgba(11, 18, 32, 0.04), rgba(11, 18, 32, 0.08));
  background-size: 180% 100%;
  animation: shimmer 2.2s infinite ease-in-out;
}
.skeleton--title {
  height: 18px;
  width: 56%;
}
.skeleton--line {
  height: 12px;
  width: 85%;
  margin-top: 10px;
}
.skeleton--card {
  height: 74px;
}
.skeleton--big {
  height: 210px;
  margin-top: 14px;
  border-radius: 14px;
}
@keyframes shimmer {
  0% {
    background-position: 0% 0%;
  }
  50% {
    background-position: 100% 0%;
  }
  100% {
    background-position: 0% 0%;
  }
}

.feature-row {
  display: grid;
  gap: 14px;
  margin-top: 18px;
}
.feature {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 12px;
  align-items: start;
}
.feature__icon {
  width: 34px;
  height: 34px;
  border-radius: 12px;
  background: radial-gradient(circle at 30% 30%, var(--accent-2), var(--accent));
  box-shadow: 0 14px 30px rgba(54, 208, 199, 0.22);
}
.feature__icon--alt {
  background: radial-gradient(circle at 30% 30%, #ffd2b5, #ff8d63);
  box-shadow: 0 14px 30px rgba(255, 141, 99, 0.18);
}
.feature__icon--alt2 {
  background: radial-gradient(circle at 30% 30%, #c9d6ff, #6b8cff);
  box-shadow: 0 14px 30px rgba(107, 140, 255, 0.18);
}
.feature__title {
  font-weight: 700;
  letter-spacing: -0.01em;
}
.feature__desc {
  font-size: 14px;
  margin-top: 4px;
}

.center-copy {
  text-align: center;
  max-width: 92ch;
  margin-inline: auto;
}
.center-copy p {
  margin-inline: auto;
}

/* ── New Supported Workflows (2-col carousel layout) ── */

.wf-new {
  display: flex;
  align-items: flex-start;
  gap: 64px;
}

.wf-new__left {
  flex: 0 0 443px;
  width: 443px;
  padding-top: 8px;
}

.wf-new__left h2 {
  margin-top: 16px;
}

.wf-new__left .muted {
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 18px;
  color: #000000;
}

.wf-nav {
  display: flex;
  gap: 12px;
}

.wf-dots {
  display: none;
}

.diff-dots {
  display: none;
}

.wf-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1.5px solid rgba(11, 18, 32, 0.25);
  background: transparent;
  color: #0b1220;
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease, opacity 0.2s ease;
}

.wf-arrow:hover:not(:disabled) {
  border-color: var(--secondary);
  color: var(--secondary);
}


.wf-new__right {
  flex: 1;
  min-width: 0;
}

.wf-cards-viewport {
  overflow: hidden;
}

.wf-cards-track {
  display: flex;
  gap: 20px;
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}

.wf-card {
  flex: 0 0 calc(50% - 10px);
  background: #F0F8F9;
  border-radius: 24px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  cursor: pointer;
}

.wf-card__image {
  width: 100%;
  height: 247px;
  border-radius: 14px;
  object-fit: cover;
  object-position: center top;
  display: block;
  flex-shrink: 0;
}

.wf-card__body {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.wf-card__category {
  font-family: Montserrat, system-ui, sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: var(--secondary);
  letter-spacing: -0.01em;
}

.wf-card__subtitle {
  font-family: Montserrat, system-ui, sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #0b1220;
  line-height: 1.35;
}

.wf-card__desc {
  font-size: 16px;
  color: #000000;
  line-height: 1.4;
  margin: 0;
}

/* Legacy (kept for backwards compat) */
.workflow-segments {
  margin-top: 48px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  align-items: start;
}

.workflow-visual {
  display: flex;
  min-height: 0;
}

.workflow-visual__box {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 24px;
  border: 1px solid rgba(11, 18, 32, 0.12);
  background: rgba(11, 18, 32, 0.06);
  padding: 32px 24px;
  text-align: center;
  min-height: 100%;
}

.workflow-visual__title {
  display: block;
  color: rgba(11, 18, 32, 0.6);
  font-size: 14px;
  font-family: Montserrat, system-ui, sans-serif;
  font-weight: 600;
  margin-bottom: 24px;
}

.workflow-visual__circles {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}

.workflow-visual__circle {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}

.workflow-visual__circle--teal {
  background: var(--secondary);
  opacity: 0.9;
}

.workflow-visual__circle--cyan {
  background: #14cfdb;
  opacity: 0.95;
}

.segments-list {
  display: grid;
  gap: 24px;
}

/* ── FAQ section ── */
#faq {
  padding-top: 0;
}
.faq-split {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (min-width: 820px) {
  .faq-split {
    flex-direction: row;
    align-items: flex-start;
    gap: 64px;
  }
}
.faq-split__left {
  flex: 1;
  padding-top: 8px;
}
.faq-split__left h2 {
  margin-top: 16px;
  margin-bottom: 12px;
}
.faq-split__right {
  flex: 1;
  min-width: 0;
}
/* Override segment title style for FAQ: larger, sentence-case */
.faq-split .segment__title {
  font-size: 17px;
  font-weight: 600;
  text-transform: none;
  letter-spacing: -0.01em;
  line-height: 1.4;
}

.segment {
  padding-bottom: 0;
  border-bottom: 1px solid rgba(11, 18, 32, 0.1);
}

.segment:last-child {
  border-bottom: none;
}

.segment__summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 16px 0;
  cursor: pointer;
  list-style: none;
  user-select: none;
}

.segment__summary::-webkit-details-marker {
  display: none;
}

.segment__summary::marker {
  display: none;
}

.segment__summary:hover .segment__title {
  color: var(--secondary);
}

.segment__summary:hover .segment__caret {
  color: var(--secondary);
}

.segment__summary:focus {
  outline: 2px solid var(--secondary);
  outline-offset: 2px;
}

.segment__caret {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin-left: auto;
  color: var(--text);
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.segment[open] .segment__caret {
  transform: rotate(180deg);
}

.segment__content {
  overflow: hidden;
  transition: height 0.38s cubic-bezier(0.4, 0, 0.2, 1);
}

.segment.is-closing .segment__caret {
  transform: rotate(0deg);
}

.segment__content-inner {
  padding: 4px 0 20px 0;
}

.segment__title {
  margin: 0;
  font-family: Montserrat, system-ui, sans-serif;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--text);
}

.segment__lead {
  margin: 0 0 8px;
  font-size: 16px;
  font-family: IBM Plex Sans, system-ui, sans-serif;
  font-weight: 400;
  color: rgba(11, 18, 32, 0.85);
  line-height: 1.4;
}

.segment__body {
  margin: 0 0 8px;
  font-size: 16px;
  font-family: IBM Plex Sans, system-ui, sans-serif;
  font-weight: 400;
  color: rgba(11, 18, 32, 0.78);
  line-height: 1.4;
}

.segment__body--muted {
  color: rgba(11, 18, 32, 0.65);
  font-size: 15px;
}

.stats-wide {
  margin-top: 78px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}
.stats-wide .stat {
  text-align: center;
  background: #fff;
  border: none;
}
.stats-wide .kicker {
  margin-bottom: 0;
}
.stat__value--big {
  font-size: clamp(34px, 4vw, 48px);
  line-height: 1.05;
  margin-top: 8px;
}

.cap-grid {
  margin-top: 22px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}
.cap {
  border-radius: var(--radius);
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.06);
  padding: 22px;
}
.cap__icon {
  width: 72px;
  height: 72px;
  border-radius: 18px;
  background: rgba(20, 207, 219, 0.22);
  border: 1px solid rgba(20, 207, 219, 0.35);
  margin-bottom: 14px;
}
.cap__icon--alt {
  background: rgba(20, 207, 219, 0.14);
}
.cap__icon--alt2 {
  background: rgba(20, 207, 219, 0.1);
}
.cap__title {
  margin: 0 0 10px;
  font-family: Montserrat, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-size: 20px;
  letter-spacing: -0.02em;
  color: rgba(255, 255, 255, 0.94);
}
.cap__desc {
  margin: 0 0 16px;
  color: rgba(255, 255, 255, 0.82);
}
.cap__list {
  list-style: none;
  padding: 16px;
  margin: 0;
  border-radius: 14px;
  border: 1px solid rgba(20, 207, 219, 0.35);
  background: rgba(0, 0, 0, 0.06);
  display: grid;
  gap: 10px;
}
.cap__list li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: rgba(255, 255, 255, 0.86);
  font-size: 15px;
  line-height: 1.45;
}
.cap__list li::before {
  content: "";
  margin-top: 5px;
  width: 10px;
  height: 10px;
  border-radius: 4px;
  background: #14cfdb;
  flex: 0 0 auto;
}

.soc-card {
  border-radius: var(--radius);
  border: 1px solid var(--border);
  background: #fff;
  padding: 18px;
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 18px;
  align-items: center;
  box-shadow: 0 18px 50px rgba(4, 11, 18, 0.08);
}
.soc-badge {
  width: 90px;
  height: auto;
  flex-shrink: 0;
}
.soc-title {
  font-family: Montserrat, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  font-size: 20px;
  margin-bottom: 6px;
}

.compliance-badges {
  margin-top: 60px;
  padding: 0 60px 60px;
}

.compliance-badges__row {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 32px;
  border-top: 1px solid #5cafc1;
  padding-top: 60px;
}

.compliance-badge {
  flex: 1 1 0;
  min-width: 140px;
  max-width: 200px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  text-align: left;
}

.compliance-badge__icon {
  width: 60px;
  height: 60px;
  object-fit: contain;
}

.compliance-badge__text {
  max-width: 156px;
  color: var(--text);
  font-size: 18px;
  font-family: IBM Plex Sans, system-ui, sans-serif;
  font-weight: 400;
  line-height: 1.4;
}

.innovative-solutions__visual {
  min-height: 320px;
  align-self: stretch;
  overflow: hidden;
  border-radius: 16px 0 0 0;
}

.innovative-solutions__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left top;
  display: block;
}

.innovative-solutions__topics {
  font-size: 15px;
  line-height: 1.4;
}

.embed-container {
  width: 100%;
}

.embed-frame {
  width: 100%;
  height: 600px; /* fallback — overridden by pebble-embed-resize message */
  display: block;
  border: none;
  background: transparent;
}

@media (min-width: 820px) {
  .innovative-solutions__visual {
    margin-right: -60px;
    margin-bottom: -78px;
  }
}

.pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 8px 12px;
  font-weight: 600;
  font-size: 13px;
  background: #f0f8f9;
  color: var(--secondary);
}

.steps {
  margin-top: 18px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}
.step {
  padding: 18px 18px 16px;
  border-radius: var(--radius);
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.06);
}
.step__kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  letter-spacing: -0.02em;
  width: 44px;
  height: 30px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.9);
  font-size: 12px;
}
.step__title {
  margin: 12px 0 6px;
  letter-spacing: -0.02em;
  font-size: 18px;
}
.step__desc {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  line-height: 1.4;
}

.badge-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}
.badge {
  border: 1px solid var(--border);
  border-radius: 999px;
  padding: 8px 12px;
  font-weight: 700;
  font-size: 12px;
  background: rgba(11, 18, 32, 0.02);
}

.quote {
  border-radius: var(--radius);
  border: 1px solid var(--border);
  background: #fff;
  box-shadow: 0 22px 60px rgba(4, 11, 18, 0.08);
  padding: 18px 18px 16px;
}
.quote__mark {
  font-size: 46px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.04em;
  color: rgba(54, 208, 199, 0.6);
}
.quote__text {
  margin: -4px 0 14px;
  font-weight: 600;
  letter-spacing: -0.01em;
}
.quote__meta {
  display: flex;
  gap: 12px;
  align-items: center;
}
.avatar {
  width: 38px;
  height: 38px;
  border-radius: 999px;
  background: radial-gradient(circle at 30% 30%, #d6f7f4, #5ddbd2);
  border: 1px solid rgba(12, 18, 30, 0.1);
}
.quote__name {
  font-weight: 800;
  letter-spacing: -0.02em;
}

.banner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  align-items: center;
  border-radius: 22px;
  padding: 28px 22px;
  background:
    radial-gradient(900px 240px at 50% 0%, rgba(54, 208, 199, 0.18), transparent 60%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02));
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
}
.banner__title {
  margin: 0 0 8px;
  letter-spacing: -0.02em;
  font-size: clamp(24px, 3vw, 34px);
}
.banner__subtitle {
  margin: 0;
  color: rgba(255, 255, 255, 0.75);
}
.banner__actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

/* Mobile carousel wrapper */
.cards-carousel {
  margin-top: 18px;
}
@media (max-width: 819px) {
  .cards-carousel {
    overflow: hidden;
    margin-left: -24px;
    margin-right: -24px;
  }
}

.cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
@media (max-width: 819px) {
  .cards {
    display: flex;
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
    gap: 16px;
    padding: 4px 24px 12px;
  }
  .cards::-webkit-scrollbar {
    display: none;
  }
  .cards .res-card {
    flex: 0 0 100%;
    scroll-snap-align: start;
  }
}

/* Carousel dots */
.cards-dots {
  display: none;
}
@media (max-width: 819px) {
  .cards-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 20px;
  }
}
.cards-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(12, 18, 30, 0.18);
  transition: background 0.2s ease, transform 0.2s ease;
}
.cards-dot.is-active {
  background: #4095a8;
  transform: scale(1.25);
}
.card {
  display: grid;
  grid-template-columns: 1fr;
  border-radius: var(--radius);
  overflow: hidden;
  transition: transform 160ms ease;
}
.card:hover {
  transform: translateY(-2px);
}
.card__thumb {
  height: 317px;
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  background: #4095A8;
}
.card__thumb--b,
.card__thumb--c {
  background: #4095A8;
}
.card__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
/* ── Shared play button overlay ── */
.play-btn {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.play-btn__circle {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: rgba(255,255,255,0.18);
  border: 1.5px solid rgba(255,255,255,0.5);
  backdrop-filter: blur(6px);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.15s ease, transform 0.15s ease;
}
.res-card:hover .play-btn__circle,
.card:hover .play-btn__circle {
  background: rgba(255,255,255,0.28);
  transform: scale(1.08);
}

/* ── Shared resource card (used on landing + resources page) ── */
.res-card {
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(12, 18, 30, 0.09);
  box-shadow: 0 8px 32px rgba(4, 11, 18, 0.06);
  text-decoration: none;
  color: inherit;
  transition: transform 160ms ease, box-shadow 160ms ease;
}
.res-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 56px rgba(4, 11, 18, 0.10);
}
.res-card__thumb {
  height: 200px;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
  background: #4095A8;
}
.res-card__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.res-card__body {
  padding: 22px 24px 26px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
}
.res-card__meta {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
}
.res-card__title {
  margin: 0;
  font-family: Montserrat, system-ui, sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.3;
  color: #050f24;
}
.res-card__excerpt {
  margin: 0;
  font-size: 14px;
  color: rgba(11, 18, 32, 0.62);
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
/* Pill variants */
.pill--video {
  background: #f0eeff;
  color: #5b3fd4;
}
.pill--announcement {
  background: #fff8e6;
  color: #9a6000;
}
.card__body {
  padding: 16px 16px 18px;
}
.card__tag {
  display: inline-flex;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: rgba(11, 18, 32, 0.6);
}
.card__title {
  margin-top: 8px;
  font-family: Montserrat, system-ui, sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  font-size: 24px;
  line-height: 1.2;
  color: #050f24;
}
.card__meta {
  margin-top: 10px;
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
  font-size: 13px;
}

.footer {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}
.footer__col a {
  display: block;
  padding: 6px 0;
  color: rgba(255, 255, 255, 0.74);
}
.footer__col a:hover {
  color: rgba(255, 255, 255, 0.9);
}
/* ── Filter buttons (shared) ───────────────────────────────────── */
.filter-btn {
  display: inline-flex;
  align-items: center;
  padding: 8px 18px;
  border-radius: 999px;
  border: 1px solid rgba(64, 149, 168, 0.35);
  background: transparent;
  color: rgba(11, 18, 32, 0.7);
  font-size: 14px;
  font-weight: 500;
  font-family: 'IBM Plex Sans', system-ui, sans-serif;
  cursor: pointer;
  transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}
.filter-btn:hover {
  border-color: rgba(64, 149, 168, 0.7);
  color: #0b1220;
}
.filter-btn.is-active {
  background: #4095a8;
  border-color: #4095a8;
  color: #fff;
  font-weight: 600;
}

/* ── Supported Segments section ────────────────────────────────── */
.seg__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 48px;
}
.seg__header h2 {
  margin-bottom: 16px;
}
.seg__intro {
  max-width: 72ch;
}
.seg-filter-bar {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-top: 8px;
}
.seg__content {
  display: flex;
  align-items: center;
  gap: 32px;
}
.seg__content[hidden] {
  display: none;
}
.seg__preview-img {
  flex: 0 0 62%;
  display: block;
  width: 100%;
  max-width: 732px;
  height: auto;
  align-self: flex-end;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.seg__preview-img.seg-img--visible {
  opacity: 1;
}
.seg__info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.seg__info-title {
  font-family: Montserrat, system-ui, sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #090909;
  margin: 0 0 8px;
  line-height: 1.3;
}
.seg__info-desc {
  font-size: 18px;
  color: #050f24;
  font-family: 'IBM Plex Sans', sans-serif;
  margin: 0;
  line-height: 1.4;
}
.seg__focus {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.seg__focus .kicker {
  margin-bottom: 0;
}
.seg__focus-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.seg__focus-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  color: #050f24;
  font-family: 'IBM Plex Sans', sans-serif;
  line-height: 1.4;
}
.seg__focus-list li::before {
  content: "";
  width: 24px;
  height: 24px;
  min-width: 24px;
  background: url(./check-circle-teal.svg) no-repeat center;
  background-size: contain;
}
/* WMP insight card */
.wmp-card {
  background: #ffffff;
  border-radius: 24px;
  padding: 24px;
  box-shadow: 0 8px 32px rgba(4, 11, 18, 0.18);
  width: 100%;
}
.wmp-card__title {
  font-family: Montserrat, system-ui, sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #050f24;
  margin: 0 0 16px;
  line-height: 1.3;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.wmp-card__body {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.wmp-card__para {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 13px;
  color: #050f24;
  margin: 0;
  line-height: 1.4;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.wmp-card__para u {
  text-decoration-color: #4095a8;
  text-underline-offset: 2px;
}
/* animated-in state */
.wmp-card__title.wmp--visible,
.wmp-card__para.wmp--visible {
  opacity: 1;
}

#innovative-solutions-2 {
  border-radius: 24px;
  padding-bottom: 0;
  height: 818px;
  overflow: hidden;
}
#innovative-solutions-2 .filter-btn {
  border-color: rgba(5, 15, 36, 0.35);
  color: #050f24;
}
#innovative-solutions-2 .filter-btn:hover {
  border-color: rgba(5, 15, 36, 0.7);
  color: #050f24;
}
#innovative-solutions-2 .filter-btn.is-active {
  background: #050f24;
  border-color: #050f24;
  color: #fff;
}

/* ── Contact modal ─────────────────────────────────────────────── */
.modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 1000;
  background: rgba(5, 15, 36, 0.55);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}
.modal-backdrop.is-open {
  opacity: 1;
  pointer-events: all;
}
.modal {
  background: #fff;
  border-radius: 24px;
  padding: 48px;
  width: 100%;
  max-width: 600px;
  max-height: 90vh;
  overflow-y: auto;
  position: relative;
  transform: translateY(16px);
  transition: transform 0.25s ease;
}
.modal-backdrop.is-open .modal {
  transform: translateY(0);
}
.modal__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid rgba(12, 18, 30, 0.15);
  background: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6b7280;
  transition: border-color 0.2s ease, color 0.2s ease;
}
.modal__close:hover {
  border-color: #4095a8;
  color: #4095a8;
}
.modal__header {
  margin-bottom: 32px;
}
.modal__header h2 {
  margin-top: 12px;
  margin-bottom: 8px;
}
.modal__header p {
  font-size: 15px;
  color: #6b7280;
  margin: 0;
}
.modal__form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
@media (max-width: 768px) {
  .form-row {
    grid-template-columns: 1fr;
  }
  .modal {
    padding: 24px;
  }
}
.form-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.form-field label {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #374151;
  letter-spacing: 0.01em;
}
.form-field label .req {
  color: #4095a8;
  margin-left: 2px;
}
.form-field input,
.form-field textarea {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 15px;
  color: #050f24;
  background: #f9fafb;
  border: 1px solid rgba(12, 18, 30, 0.15);
  border-radius: 10px;
  padding: 12px 16px;
  width: 100%;
  box-sizing: border-box;
  outline: none;
  transition: border-color 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}
.form-field input::placeholder,
.form-field textarea::placeholder {
  color: #9ca3af;
}
.form-field input:focus,
.form-field textarea:focus {
  border-color: #4095a8;
  box-shadow: 0 0 0 3px rgba(64, 149, 168, 0.12);
  background: #fff;
}
.form-field textarea {
  resize: vertical;
  min-height: 120px;
  line-height: 1.5;
}
.modal__submit {
  margin-top: 4px;
  width: 100%;
  padding: 14px 24px;
  font-size: 15px;
  justify-content: center;
}
.modal__success {
  display: none;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 16px;
  padding: 24px 0;
}
.modal__success-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: rgba(64, 149, 168, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #4095a8;
}
.modal__success h3 {
  margin: 0;
  font-size: 22px;
}
.modal__success p {
  margin: 0;
  color: #6b7280;
  font-size: 15px;
  line-height: 1.4;
}

/* ── Demo modal ── */
.demo-modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 1000;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.demo-modal-backdrop.is-open {
  opacity: 1;
  pointer-events: all;
}
.demo-modal {
  background:
    radial-gradient(ellipse 900px 700px at 20% 65%, rgba(20, 207, 219, 0.28), transparent 65%),
    radial-gradient(ellipse 700px 500px at 85% 20%, rgba(64, 149, 168, 0.22), transparent 60%),
    linear-gradient(150deg, #081e25 0%, #1c424a 55%, #0d2830 100%);
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(20px);
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.demo-modal-backdrop.is-open .demo-modal {
  transform: translateY(0);
}
.demo-modal__inner {
  width: calc(100% - 32px);
  max-width: 1354px;
}
.demo-modal__canvas {
  position: relative;
  width: 100%;
}
.demo-modal__intro {
  padding: 48px 0 32px;
  text-align: center;
}
.demo-modal__intro .kicker {
  color: #14cfdb;
}
.demo-modal__intro h2 {
  font-family: Montserrat, system-ui, sans-serif;
  font-size: 48px;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 14px;
  letter-spacing: -0.02em;
  line-height: 1.2;
}
.demo-modal__intro p {
  font-size: 18px;
  line-height: 1.4;
  color: #ffffff;
  margin: 0 auto;
  max-width: 900px;
}
.demo-modal__image {
  width: 100%;
  line-height: 0;
}
.demo-modal__image img,
.demo-modal__image picture {
  width: 100%;
  display: block;
}
.demo-modal__image img {
  width: 100%;
  height: auto;
  display: block;
}
.demo-modal__body {
  position: absolute;
  top: calc(50% - 40px);
  right: 40px;
  transform: translateY(calc(-50% + 20px));
  width: 400px;
  background: #ffffff;
  border-radius: 20px;
  padding: 24px;
  box-shadow: 0 24px 64px rgba(5, 15, 36, 0.16), 0 4px 20px rgba(5, 15, 36, 0.08);
  display: flex;
  flex-direction: column;
  max-height: 90vh;
  overflow-y: auto;
  opacity: 0;
  transition: opacity 0.35s ease 0.2s, transform 0.35s ease 0.2s;
}
.demo-modal-backdrop.is-open .demo-modal__body {
  opacity: 1;
  transform: translateY(-50%);
}

.demo-modal__close-wrap {
  position: absolute;
  top: 24px;
  right: 24px;
  display: flex;
  align-items: center;
  gap: 8px;
  z-index: 10;
}
.demo-modal__close-label {
  font-size: 14px;
  font-weight: 500;
  font-family: "IBM Plex Sans", system-ui, sans-serif;
  color: rgba(255, 255, 255, 0.7);
}
@media (max-width: 768px) {
  .demo-modal__close-label {
    display: none;
  }
}
.demo-modal__close {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.1);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.7);
  transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
}
.demo-modal__close:hover {
  border-color: #14cfdb;
  color: #14cfdb;
  background: rgba(20, 207, 219, 0.1);
}
.demo-modal__header {
  margin-bottom: 28px;
}
.demo-modal__header h2 {
  margin-top: 12px;
  margin-bottom: 8px;
  font-size: clamp(24px, 2.5vw, 36px);
}
.demo-modal__header p {
  font-size: 15px;
  color: #6b7280;
  margin: 0;
  line-height: 1.4;
}
@media (min-width: 640px) and (max-width: 1073px) {
  .demo-modal {
    overflow-y: auto;
    align-items: center;
    flex-direction: column;
    justify-content: flex-start;
    padding: 80px 32px 40px;
  }
  .demo-modal__inner {
    width: 100%;
    max-width: 700px;
  }
  .demo-modal__intro {
    text-align: center;
    padding-bottom: 28px;
  }
  .demo-modal__intro h2 {
    font-size: clamp(24px, 3.5vw, 36px);
  }
  .demo-modal__canvas {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
    padding-bottom: 0;
  }
  .demo-modal__image {
    width: 100%;
  }
  .demo-modal__body {
    position: static;
    top: auto;
    right: auto;
    transform: none;
    width: 100%;
    max-width: none;
    border-radius: 20px;
    box-shadow: 0 12px 40px rgba(5, 15, 36, 0.2);
    margin-top: 16px;
    max-height: none;
    opacity: 0;
    transition: opacity 0.35s ease 0.2s;
  }
  .demo-modal-backdrop.is-open .demo-modal__body {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 639px) {
  .demo-modal {
    overflow-y: auto;
    align-items: center;
    flex-direction: column;
    justify-content: flex-start;
    padding: 72px 16px 32px;
  }
  .demo-modal__inner,
  .demo-modal__canvas {
    width: 100%;
  }
  .demo-modal__intro {
    max-width: 100%;
    padding: 0 0 24px;
    text-align: left;
  }
  .demo-modal__intro h2 {
    font-size: clamp(26px, 6vw, 40px);
  }
  .demo-modal__canvas {
    padding-bottom: 0;
  }
  .demo-modal__image {
    display: none;
  }
  .demo-modal__body {
    position: static;
    transform: none;
    width: 100%;
    max-width: none;
    margin: 0;
    max-height: none;
    opacity: 0;
  }
  .demo-modal-backdrop.is-open .demo-modal__body {
    opacity: 1;
    transform: none;
  }
}

.footer__title {
  font-weight: 800;
  letter-spacing: -0.02em;
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.92);
}
.footer__bottom {
  margin-top: 26px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer__bottom-links {
  display: flex;
  gap: 14px;
}
.footer__bottom-links a {
  color: rgba(255, 255, 255, 0.72);
}
.footer__bottom-links a:hover {
  color: rgba(255, 255, 255, 0.9);
}

.mt-lg {
  margin-top: 36px;
}

@media (min-width: 820px) {
  .grid-2 {
    grid-template-columns: 1.05fr 0.95fr;
    gap: 38px;
  }
  #about .grid-2 {
    grid-template-columns: 443px 1fr;
    align-items: start;
  }
  #about .grid-2 > :first-child {
    position: sticky;
    top: 100px; /* clears the fixed nav */
  }
  .grid-2--reverse > :first-child {
    order: initial;
  }
  .split {
    grid-template-columns: 1.3fr 0.7fr;
    gap: 28px;
  }
  .steps {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .banner {
    grid-template-columns: 1.2fr 0.8fr;
    padding: 30px 28px;
  }
  .banner__actions {
    justify-content: flex-end;
  }
  .cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .workflow-segments {
    grid-template-columns: 1fr 1fr;
    gap: 48px;
  }
  .pebble-difference__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .pebble-difference {
    padding: 60px 60px;
  }
  .compliance-badges {
    padding: 0 60px 60px;
  }
  .compliance-badge {
    min-width: 160px;
  }
  .stats-wide {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .cap-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .footer {
    grid-template-columns: 1.4fr repeat(4, 1fr);
    gap: 26px;
    align-items: start;
  }
  .footer__bottom {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}

@media (min-width: 1200px) {
  .compliance-badges {
    padding: 0 60px 60px;
  }
  .compliance-badge {
    min-width: 0;
    flex: 1 1 0;
  }
}

/* Progressive nav link hiding */
@media (max-width: 1048px) {
  .nav__links a:nth-child(4) { display: none; } /* About */
}
@media (max-width: 960px) {
  .nav__links a:nth-child(3) { display: none; } /* Resources */
}
@media (max-width: 880px) {
  .nav__links a:nth-child(2) { display: none; } /* Capabilities */
}
@media (max-width: 820px) {
  .nav__links a:nth-child(1) { display: none; } /* Solutions */
}

@media (max-width: 768px) {
  .container {
    padding: 0 16px;
  }
  #main > * + * {
    margin-top: 48px;
  }
  .section {
    margin-left: 16px;
    margin-right: 16px;
    padding: 48px 0;
  }
  .section .container {
    padding-left: 0;
    padding-right: 0;
  }
  #resources .cards-carousel {
    margin-left: 0;
    margin-right: 0;
  }
  #resources .cards {
    padding-left: 16px;
    padding-right: 16px;
  }
  .wf-new {
    flex-direction: column;
    gap: 0;
  }
  .wf-new__left {
    width: 100%;
    flex: none;
  }
  .wf-nav {
    display: none;
  }
  .wf-new__right {
    width: 100%;
  }
  .wf-cards-viewport {
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .wf-cards-viewport::-webkit-scrollbar {
    display: none;
  }
  .wf-cards-track {
    flex-direction: row;
    width: max-content;
  }
  .wf-card {
    flex: 0 0 calc(100vw - 30px);
    scroll-snap-align: start;
  }
  .wf-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 20px;
  }
  .pebble-difference {
    padding: 60px 16px;
    margin-left: 16px;
    margin-right: 16px;
  }
  .pebble-difference__grid {
    display: flex;
    flex-direction: row;
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    gap: 16px;
  }
  .pebble-difference__grid::-webkit-scrollbar {
    display: none;
  }
  .pebble-diff-card {
    flex: 0 0 calc(100vw - 80px);
    scroll-snap-align: start;
  }
  .diff-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 20px;
  }
  .diff-dots .cards-dot {
    background: rgba(255, 255, 255, 0.35);
  }
  .diff-dots .cards-dot.is-active {
    background: #fff;
  }
  .nav__links { display: none; }
  .nav__actions { display: none; }
  .nav__hamburger { display: flex; }
  .nav {
    padding: calc(env(safe-area-inset-top, 20px) + 8px) 16px 8px;
    top: 0;
  }
  .page {
    padding-top: 0;
    padding-bottom: 0;
  }
  .hero {
    width: 100%;
    border-radius: 0 0 24px 24px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    min-height: 0;
  }
  .hero__content {
    padding-top: 132px;
    padding-bottom: 0;
    justify-content: flex-start;
    flex: 0 0 auto;
  }
  .hero__title {
    margin-top: 0;
    margin-bottom: 4px;
  }
  .hero__cta {
    margin-top: 8px;
  }
  .hero-rotator {
    --hero-rotator-step: 2.6em;
  }
  .featured {
    margin-top: 16px;
    margin-bottom: 32px;
  }
  .featured__ticker {
    margin-top: 6px;
  }
  .brand__logo {
    height: 20px;
  }
  .kicker {
    font-size: 14px;
  }
  h2 {
    font-size: 32px;
  }
  h3 {
    font-size: 20px;
  }
  p {
    font-size: 16px;
  }
  .pebble-diff-card__icon {
    height: 60px;
    width: auto;
    align-self: flex-start;
  }
  .pebble-diff-card__list {
    display: flex;
  }
  .compliance-badge__text {
    font-size: 16px;
  }
  .section--discover {
    padding: 60px 0;
  }
  .discover-cta {
    width: 100%;
    margin: 0;
  }
  .discover-cta__inner {
    padding: 24px;
  }
  #resources {
    padding-top: 0;
    padding-bottom: 0;
  }
  #innovative-solutions {
    padding-top: 60px;
  }
  .innovative-solutions__header {
    padding-left: 24px;
    padding-right: 24px;
  }
  .innovative-solutions__center-visual {
    padding-left: 24px;
    padding-right: 24px;
  }
  .compliance-badges {
    padding: 0 16px 60px;
  }
  .section--footer {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    border-radius: 24px 24px 0 0;
    padding-left: 24px;
    padding-right: 24px;
  }
  .section--footer .muted--on-dark {
    padding-top: 16px;
  }
}

@keyframes fadeUp {
  from { opacity: 0; transform: translateY(16px); }
  to   { opacity: 1; transform: translateY(0); }
}

.featured-reveal {
  opacity: 0;
  animation: fadeUp 0.5s ease forwards;
  animation-delay: var(--featured-delay, 0ms);
}

.section-reveal {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.section-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.badge-reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.5s ease, transform 0.5s ease;
  transition-delay: calc(1000ms + var(--badge-delay, 0ms));
}
.section-reveal.is-visible .badge-reveal {
  opacity: 1;
  transform: translateY(0);
}

.card-reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.5s ease, transform 0.5s ease;
  transition-delay: calc(1000ms + var(--card-delay, 0ms));
}
.section-reveal.is-visible .card-reveal {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .skeleton {
    animation: none;
  }
  .btn,
  .card {
    transition: none;
  }
  .hero-rotator__inner {
    animation: none;
    transform: none;
  }
  .hero__img {
    animation: none;
  }
  .section-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
  .featured-reveal {
    opacity: 1;
    animation: none;
  }
  .badge-reveal,
  .card-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}


/* ── Resources featured body: mobile padding ─────────────────── */
@media (max-width: 768px) {
  .res-featured__body {
    padding: 22px 24px 26px !important;
  }
}

@media (max-width: 1024px) {
  #innovative-solutions-2 {
    height: auto;
  }
  .seg__content {
    flex-direction: column-reverse;
    padding-left: 24px;
    padding-right: 24px;
  }
  .seg__preview-img {
    flex: none;
    width: 100%;
    max-width: 100%;
    align-self: auto;
  }
  .seg__info-title {
    font-size: 18px;
  }
  .seg__info-desc {
    font-size: 16px;
  }
  .seg__header {
    padding-left: 16px;
    padding-right: 16px;
  }
  .seg-filter-bar {
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-self: stretch;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding-bottom: 4px;
  }
  .seg-filter-bar::-webkit-scrollbar {
    display: none;
  }
  .seg-btn {
    flex-shrink: 0;
  }
}

/* ── Resources: view-all control ──────────────────────── */
.res-card[data-mob-hidden] {
  display: none !important;
}
.res-view-all-wrap {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}
.res-view-all-wrap.is-hidden {
  display: none !important;
}
.res-view-all-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #4095a8;
  background: transparent;
  border: none;
  padding: 10px 4px;
  cursor: pointer;
  transition: opacity 0.15s;
}
.res-view-all-btn:hover {
  opacity: 0.75;
}
