.subtitle-stack {
  display: inline-grid;
  grid-template-columns: max-content;
  vertical-align: baseline;
  white-space: nowrap;
}
.subtitle-stack .state {
  grid-row: 1;
  grid-column: 1;
  white-space: nowrap;
  text-align: center;
}
.subtitle-stack .state-2 {
  opacity: 0;
  animation: subtitle-state-2 7s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
}
.subtitle-stack .state-3 {
  opacity: 0;
  font-weight: 900;
  animation: subtitle-state-3 7s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
}
.state-3-logo {
  display: inline-block;
  height: 2.4em;
  width: auto;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .state-3-logo {
    height: 2em;
  }
}
@keyframes subtitle-state-2 {
  0%,
  58% {
    opacity: 1;
  }
  68%,
  to {
    opacity: 0;
  }
}
@keyframes subtitle-state-3 {
  0%,
  68% {
    opacity: 0;
  }
  78%,
  to {
    opacity: 1;
  }
}
.section.hero-section.home {
  padding-top: 200px !important;
}
@media (max-width: 767px) {
  .section.hero-section.home {
    padding-top: 150px !important;
  }
}
.bg-blobs-wrapper {
  display: none !important;
}
.paragraph.hero-paragraph {
  font-size: 24px !important;
  line-height: 1.4 !important;
  font-weight: 400;
}
@media (max-width: 767px) {
  .paragraph.hero-paragraph {
    font-size: 19px !important;
    line-height: 1.45 !important;
  }
}
.hero-cta-single {
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 28px;
}
.hero-cta-single .hero-single-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: auto !important;
  margin-right: auto !important;
}
@media (prefers-reduced-motion: reduce) {
  .subtitle-stack .state-1,
  .subtitle-stack .state-2 {
    animation: none;
    opacity: 0;
    display: none;
  }
  .subtitle-stack .state-3 {
    animation: none;
    opacity: 1;
    font-weight: 900;
  }
}
#how-we-build .split-horizontal.section-grants {
  grid-column-gap: 40px;
}
.solutions-pillar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
  gap: 0;
  align-items: stretch;
  padding: 0;
  margin-bottom: 36px;
  background: linear-gradient(135deg, var(--neutral-200, #f5f9ff) 0%, #ffffff 70%);
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 18px;
  box-shadow: 0 8px 32px -16px #1111112e;
  text-decoration: none !important;
  color: inherit;
  overflow: hidden;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    border-color 0.2s ease;
}
.solutions-pillar:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 40px -16px #11111138;
  border-color: #c418414d;
}
.solutions-pillar-media {
  border-radius: 0;
  background: #0e0e16;
  display: flex;
  align-items: stretch;
  justify-content: stretch;
}
.solutions-pillar-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.solutions-pillar-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
  padding: 28px 28px 28px 40px;
}
.solutions-pillar-eyebrow {
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--rose, #c41841);
}
.home-solution-card-image {
  position: relative;
}
.solution-card-new-badge {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 12px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-indent: 0.14em;
  text-transform: uppercase;
  color: #fff;
  background: var(--rose, #c41841);
  padding: 8px 13px;
  border-radius: 8px;
  box-shadow: 0 4px 14px #c4184173;
  pointer-events: none;
}
.solutions-pillar-title-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 0;
}
.solutions-pillar-title {
  font-size: 32px;
  font-weight: 800;
  line-height: 1.1;
  color: var(--neutral-800, #1a1b1e);
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.solutions-pillar-icon {
  color: var(--rose, #c41841);
  font-size: 28px;
}
.solutions-pillar-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.solutions-pillar-pill {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--neutral-800, #1a1b1e);
  background: #c4184114;
  border: 1px solid rgba(196, 24, 65, 0.35);
  border-radius: 999px;
}
.solutions-pillar-headline {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  color: var(--neutral-800, #1a1b1e);
  margin: 0;
}
.solutions-pillar-sub {
  font-size: 15px;
  line-height: 1.55;
  color: var(--neutral-700, #3b3f44);
  margin: 0;
}
.solutions-pillar-bullets {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 8px;
}
.solutions-pillar-bullets li {
  position: relative;
  padding-left: 18px;
  font-size: 14px;
  line-height: 1.5;
  color: var(--neutral-700, #3b3f44);
}
.solutions-pillar-bullets li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--rose, #c41841);
}
.solutions-pillar-cta {
  margin-top: 8px;
}
body .solutions-pillar:hover .button-primary._2-buttons,
body .solutions-pillar .button-primary._2-buttons:hover,
body .solutions-pillar:focus-within .button-primary._2-buttons {
  background-color: var(--neutral-100, #ffffff) !important;
  color: var(--rose, #c41841) !important;
  border-color: var(--rose, #c41841) !important;
}
body .solutions-pillar:hover .button-primary._2-buttons .button-arrow,
body .solutions-pillar .button-primary._2-buttons:hover .button-arrow {
  color: var(--rose, #c41841) !important;
}
@media (max-width: 991px) {
  .solutions-pillar {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .solutions-pillar-media {
    max-height: 360px;
  }
  .solutions-pillar-title {
    font-size: 26px;
  }
  .solutions-pillar-headline {
    font-size: 18px;
  }
}
.ai-disruption-row {
  padding: 32px 0;
}
.ai-disruption {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 32px;
  align-items: center;
  width: 100%;
  padding: 44px 48px;
  border-radius: 22px;
  background: linear-gradient(135deg, #c4184114, #758bff1a);
  border: 1px solid rgba(196, 24, 65, 0.22);
  box-shadow: 0 12px 36px #1111110f;
  position: relative;
  overflow: hidden;
}
.ai-disruption:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--rose, #c41841) 0%, #758bff 100%);
}
.ai-disruption-pulse {
  position: relative;
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.ai-disruption-pulse i {
  font-size: 44px;
  color: var(--rose, #c41841);
  z-index: 2;
  filter: drop-shadow(0 4px 10px rgba(196, 24, 65, 0.25));
}
.ai-pulse-ring {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 2px solid var(--rose, #c41841);
  opacity: 0.35;
  animation: ai-pulse 2.6s ease-in-out infinite;
}
.ai-pulse-core {
  position: absolute;
  inset: 14px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(196, 24, 65, 0.18) 0%, transparent 70%);
  animation: ai-pulse-core 2.6s ease-in-out infinite;
}
@keyframes ai-pulse {
  0%,
  to {
    transform: scale(1);
    opacity: 0.35;
  }
  50% {
    transform: scale(1.18);
    opacity: 0.08;
  }
}
@keyframes ai-pulse-core {
  0%,
  to {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(0.9);
    opacity: 0.8;
  }
}
.ai-disruption-eyebrow {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--rose, #c41841);
  margin-bottom: 10px;
}
.ai-disruption-title {
  font-size: 34px;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--neutral-800, #1a1b1e);
  margin: 0 0 14px;
  line-height: 1.1;
}
.ai-disruption-body {
  font-size: 16px;
  line-height: 1.65;
  color: var(--neutral-700, #3b3f44);
  max-width: 840px;
  margin: 0;
}
.ai-disruption-body strong {
  color: var(--neutral-800, #1a1b1e);
  font-weight: 700;
}
@media (prefers-reduced-motion: reduce) {
  .ai-pulse-ring,
  .ai-pulse-core {
    animation: none;
  }
}
@media (max-width: 767px) {
  .ai-disruption {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 32px 24px;
    text-align: center;
  }
  .ai-disruption-pulse {
    width: 96px;
    height: 96px;
  }
  .ai-disruption-pulse i {
    font-size: 36px;
  }
  .ai-disruption-title {
    font-size: 26px;
  }
  .ai-disruption-body {
    font-size: 15px;
  }
}
.legend-swatch {
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 3px;
}
.legend-label {
  font-weight: 500;
}
.legend-pct {
  font-weight: 700;
  color: var(--neutral-800, #1a1b1e);
  font-variant-numeric: tabular-nums;
}
