/* Final sitewide modernization layer. Loaded after legacy CSS so these rules win. */
:root {
  --site-modern-page: #eef6ff;
  --site-modern-ink: #061224;
  --site-modern-line: rgba(20, 83, 150, 0.13);
  --site-modern-dark: #06111f;
  --site-modern-dark-2: #0b1a2e;
  --site-modern-radius: 14px;
  --site-modern-shadow: 0 24px 70px rgba(9, 35, 70, 0.11);
  --site-banner-image: url("../images/sitewide/banner-v1.webp");
  --site-font-body: "Manrope", "Helvetica Neue", sans-serif;
  --site-font-display: "Geist", "Manrope", sans-serif;
}

/* Homepage motion and depth refresh */
.announcement-bar {
  position: relative !important;
  z-index: 80 !important;
  width: 100% !important;
  background: linear-gradient(90deg, #0477ff 0%, #18b7c7 48%, #1f7a62 100%) !important;
  color: #ffffff !important;
}

.announcement-bar a {
  display: flex !important;
  min-height: 48px !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 12px !important;
  padding: 10px 20px !important;
  color: inherit !important;
  font-family: var(--site-font-display) !important;
  font-size: 0.95rem !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
  text-align: center !important;
  text-decoration: none !important;
}

.announcement-dot {
  width: 10px !important;
  height: 10px !important;
  flex: 0 0 auto !important;
  border-radius: 999px !important;
  background: #4ade80 !important;
  box-shadow: 0 0 0 5px rgba(74, 222, 128, 0.16) !important;
}

.announcement-bar strong {
  display: inline-flex !important;
  min-height: 30px !important;
  align-items: center !important;
  padding: 0 14px !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, 0.95) !important;
  color: #07182d !important;
  font-size: 0.86rem !important;
  font-weight: 700 !important;
  white-space: nowrap !important;
}

.site-header {
  z-index: 70 !important;
}

.nav-resource-group {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
}

.nav-resource-group::after {
  position: absolute !important;
  top: 100% !important;
  right: -16px !important;
  left: -16px !important;
  height: 18px !important;
  content: "" !important;
}

.nav-resource-trigger {
  display: inline-flex !important;
  min-height: auto !important;
  align-items: center !important;
  gap: 5px !important;
  padding: 8px 12px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: transparent !important;
  color: inherit !important;
  font-family: var(--site-font-display) !important;
  font-size: 0.9rem !important;
  font-weight: 560 !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
  cursor: default !important;
}

.nav-resource-menu {
  position: absolute !important;
  top: calc(100% + 10px) !important;
  left: 50% !important;
  display: grid !important;
  width: 280px !important;
  padding: 10px !important;
  border: 1px solid rgba(15, 23, 42, 0.1) !important;
  border-radius: 8px !important;
  background: rgba(255, 255, 255, 0.97) !important;
  box-shadow: 0 24px 60px rgba(9, 35, 70, 0.16) !important;
  opacity: 0 !important;
  pointer-events: none !important;
  transform: translate(-50%, 8px) !important;
  transition: opacity 160ms ease, transform 160ms ease !important;
}

.nav-resource-group:hover .nav-resource-menu,
.nav-resource-group:focus-within .nav-resource-menu {
  opacity: 1 !important;
  pointer-events: auto !important;
  transform: translate(-50%, 0) !important;
}

.nav-links.nav-links-dropdown .nav-resource-menu a {
  display: grid !important;
  gap: 4px !important;
  min-height: 0 !important;
  padding: 12px !important;
  border-radius: 8px !important;
  color: #07182d !important;
}

.nav-links.nav-links-dropdown .nav-resource-menu a:hover,
.nav-links.nav-links-dropdown .nav-resource-menu a:focus-visible {
  background: #eef6ff !important;
  color: #07182d !important;
}

.nav-resource-menu strong,
.nav-resource-menu span {
  display: block !important;
  letter-spacing: 0 !important;
}

.nav-resource-menu strong {
  font-size: 0.93rem !important;
  font-weight: 700 !important;
}

.nav-resource-menu span {
  color: #52667d !important;
  font-family: var(--site-font-body) !important;
  font-size: 0.78rem !important;
  font-weight: 600 !important;
}

.hero.section-shell {
  grid-template-columns: minmax(0, 1fr) !important;
  justify-items: center !important;
  align-items: center !important;
  min-height: 620px !important;
  padding-top: 72px !important;
  padding-bottom: 78px !important;
  background:
    linear-gradient(90deg, rgba(3, 7, 18, 0.93) 0%, rgba(3, 7, 18, 0.76) 42%, rgba(3, 7, 18, 0.48) 100%),
    var(--site-banner-image),
    linear-gradient(135deg, #06111f 0%, #071827 58%, #102a39 100%) !important;
}

.hero-copy {
  width: min(100%, 980px) !important;
  max-width: 980px !important;
  margin: 0 auto !important;
  order: 1 !important;
  justify-items: center !important;
  text-align: center !important;
}

.hero-kicker,
.section-kicker {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 34px !important;
  padding: 0 12px !important;
  border: 1px solid rgba(125, 211, 252, 0.34) !important;
  border-radius: 999px !important;
  background: rgba(14, 165, 233, 0.13) !important;
  color: #8ee8ff !important;
  font-family: var(--site-font-display) !important;
  font-size: 0.78rem !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
}

.hero h1 {
  max-width: 920px !important;
  margin: 18px auto 0 !important;
  font-size: 3.45rem !important;
  line-height: 1.03 !important;
  letter-spacing: 0 !important;
  text-align: center !important;
  text-wrap: balance !important;
}

.hero-lede {
  max-width: 720px !important;
  margin: 22px auto 0 !important;
  font-size: 1.06rem !important;
  line-height: 1.62 !important;
  letter-spacing: 0 !important;
  text-align: center !important;
}

.hero-copy .hero-actions {
  display: flex !important;
  justify-content: center !important;
  justify-items: center !important;
  margin-top: 28px !important;
}

.hero-automation-visual {
  position: relative !important;
  display: grid !important;
  order: 2 !important;
  min-height: 420px !important;
  align-self: stretch !important;
  padding: 22px !important;
  border: 1px solid rgba(226, 232, 240, 0.15) !important;
  border-radius: 8px !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.06)),
    linear-gradient(135deg, rgba(8, 119, 255, 0.2), rgba(20, 184, 166, 0.12)) !important;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.26) !important;
  overflow: hidden !important;
}

.hero-automation-visual::before {
  content: "" !important;
  position: absolute !important;
  inset: 18px !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  border-radius: 8px !important;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.07) 1px, transparent 1px) !important;
  background-size: 38px 38px !important;
  pointer-events: none !important;
}

.hero-flow-card,
.hero-flow-core {
  position: absolute !important;
  z-index: 2 !important;
  display: grid !important;
  gap: 5px !important;
  width: min(205px, 42%) !important;
  padding: 14px !important;
  border: 1px solid rgba(226, 232, 240, 0.16) !important;
  border-radius: 8px !important;
  background: rgba(255, 255, 255, 0.93) !important;
  color: #07182d !important;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.2) !important;
}

.hero-flow-card span,
.hero-flow-card em,
.hero-flow-core span {
  font-size: 0.75rem !important;
  font-style: normal !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
}

.hero-flow-card span,
.hero-flow-core span {
  color: #0477ff !important;
  text-transform: uppercase !important;
}

.hero-flow-card strong,
.hero-flow-core strong {
  color: #07182d !important;
  font-size: 1rem !important;
  line-height: 1.2 !important;
  letter-spacing: 0 !important;
}

.hero-flow-card em {
  color: #52667d !important;
  line-height: 1.35 !important;
}

.hero-flow-card-source {
  top: 44px !important;
  left: 28px !important;
}

.hero-flow-card-data {
  top: 148px !important;
  right: 28px !important;
}

.hero-flow-card-action {
  right: 62px !important;
  bottom: 42px !important;
}

.hero-flow-core {
  left: 44px !important;
  bottom: 78px !important;
  width: min(235px, 48%) !important;
  background: #07182d !important;
  color: #ffffff !important;
}

.hero-flow-core strong {
  color: #ffffff !important;
}

.hero-flow-core span {
  color: #67e8f9 !important;
}

.hero-flow-line {
  position: absolute !important;
  z-index: 1 !important;
  height: 2px !important;
  border-radius: 999px !important;
  background: linear-gradient(90deg, rgba(103, 232, 249, 0), rgba(103, 232, 249, 0.75), rgba(74, 222, 128, 0)) !important;
  transform-origin: center !important;
}

.hero-flow-line-one {
  top: 155px !important;
  left: 165px !important;
  width: 210px !important;
  transform: rotate(12deg) !important;
}

.hero-flow-line-two {
  right: 122px !important;
  bottom: 165px !important;
  width: 190px !important;
  transform: rotate(84deg) !important;
}

.hero-flow-pulse {
  position: absolute !important;
  z-index: 3 !important;
  width: 42px !important;
  height: 10px !important;
  border-radius: 999px !important;
  background: #67e8f9 !important;
  box-shadow: 0 0 22px rgba(103, 232, 249, 0.64) !important;
  animation: atomation-flow-pulse 4.8s ease-in-out infinite !important;
}

.hero-flow-pulse-one {
  top: 147px !important;
  left: 210px !important;
}

.hero-flow-pulse-two {
  right: 135px !important;
  bottom: 202px !important;
  animation-delay: 1.6s !important;
}

.integration-strip {
  border-top: 1px solid rgba(15, 23, 42, 0.08) !important;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08) !important;
  background: rgba(255, 255, 255, 0.96) !important;
}

.workflow-demo-section {
  display: grid !important;
  grid-template-columns: minmax(0, 0.82fr) minmax(420px, 1fr) !important;
  align-items: center !important;
  gap: 48px !important;
  padding-top: 78px !important;
  padding-bottom: 78px !important;
}

.workflow-demo-copy {
  max-width: 520px !important;
}

.workflow-demo-copy .section-kicker {
  border-color: rgba(4, 119, 255, 0.18) !important;
  background: rgba(4, 119, 255, 0.08) !important;
  color: #0754b8 !important;
}

.workflow-demo-copy h2 {
  margin: 18px 0 0 !important;
  color: #07182d !important;
  font-family: var(--site-font-display) !important;
  font-size: 2.45rem !important;
  font-weight: 560 !important;
  line-height: 1.08 !important;
  letter-spacing: 0 !important;
}

.workflow-demo-copy p {
  margin: 18px 0 0 !important;
  color: #52667d !important;
  font-size: 1rem !important;
  font-weight: 600 !important;
  line-height: 1.62 !important;
  letter-spacing: 0 !important;
}

.workflow-demo-actions {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  gap: 14px !important;
  margin-top: 28px !important;
}

.workflow-demo-link {
  color: #0754b8 !important;
  font-weight: 800 !important;
  text-decoration: none !important;
}

.workflow-demo-link:hover,
.workflow-demo-link:focus-visible {
  color: #07182d !important;
}

.workflow-demo-board {
  position: relative !important;
  display: grid !important;
  gap: 12px !important;
  padding: 18px !important;
  border: 1px solid rgba(20, 83, 150, 0.13) !important;
  border-radius: 8px !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(255, 255, 255, 0.66)),
    linear-gradient(135deg, rgba(4, 119, 255, 0.08), rgba(20, 184, 166, 0.1)) !important;
  box-shadow: 0 24px 70px rgba(9, 35, 70, 0.11) !important;
  overflow: hidden !important;
}

.workflow-demo-board::before {
  content: "" !important;
  position: absolute !important;
  top: 42px !important;
  bottom: 42px !important;
  left: 36px !important;
  width: 2px !important;
  background: linear-gradient(180deg, #0477ff, #16a388, #4ade80) !important;
  opacity: 0.5 !important;
}

.workflow-demo-node {
  position: relative !important;
  z-index: 1 !important;
  display: grid !important;
  grid-template-columns: auto 1fr !important;
  column-gap: 14px !important;
  row-gap: 4px !important;
  padding: 16px !important;
  border: 1px solid rgba(20, 83, 150, 0.12) !important;
  border-radius: 8px !important;
  background: rgba(255, 255, 255, 0.9) !important;
  box-shadow: 0 14px 36px rgba(9, 35, 70, 0.08) !important;
  animation: atomation-demo-lift 9s ease-in-out infinite !important;
}

.workflow-demo-node:nth-child(2) {
  animation-delay: 0.35s !important;
}

.workflow-demo-node:nth-child(3) {
  animation-delay: 0.7s !important;
}

.workflow-demo-node:nth-child(4) {
  animation-delay: 1.05s !important;
}

.workflow-demo-node:nth-child(5) {
  animation-delay: 1.4s !important;
}

.workflow-demo-node span {
  grid-row: span 2 !important;
  display: grid !important;
  width: 40px !important;
  height: 40px !important;
  place-items: center !important;
  border-radius: 8px !important;
  background: #07182d !important;
  color: #ffffff !important;
  font-family: var(--site-font-display) !important;
  font-size: 0.84rem !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
}

.workflow-demo-node-active span {
  background: #0477ff !important;
}

.workflow-demo-node strong {
  color: #07182d !important;
  font-size: 1rem !important;
  line-height: 1.2 !important;
  letter-spacing: 0 !important;
}

.workflow-demo-node p {
  margin: 0 !important;
  color: #52667d !important;
  font-size: 0.88rem !important;
  font-weight: 600 !important;
  line-height: 1.42 !important;
  letter-spacing: 0 !important;
}

@keyframes atomation-flow-pulse {
  0%,
  100% {
    opacity: 0.35;
    transform: translateX(0);
  }
  50% {
    opacity: 1;
    transform: translateX(46px);
  }
}

@keyframes atomation-demo-lift {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-4px);
  }
}

@media (max-width: 1040px) {
  .nav-resource-group::after {
    content: none !important;
  }

  .nav-resource-group {
    display: grid !important;
    gap: 8px !important;
  }

  .nav-resource-trigger {
    display: none !important;
  }

  .nav-resource-menu {
    position: static !important;
    display: grid !important;
    width: auto !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    transform: none !important;
  }

  .nav-links.nav-links-dropdown .nav-resource-menu a {
    min-height: 44px !important;
    border: 1px solid rgba(102, 172, 255, 0.14) !important;
    background: rgba(255, 255, 255, 0.045) !important;
    color: #ffffff !important;
  }

  .nav-resource-menu span {
    color: rgba(226, 232, 240, 0.7) !important;
  }

  .hero.section-shell,
  .workflow-demo-section {
    grid-template-columns: 1fr !important;
  }

  .hero.section-shell {
    min-height: 0 !important;
  }

  .hero-copy {
    max-width: 760px !important;
    justify-items: center !important;
    text-align: center !important;
  }

  .hero h1,
  .hero-lede {
    margin-right: auto !important;
    margin-left: auto !important;
    text-align: center !important;
  }

  .hero-copy .hero-actions {
    justify-content: center !important;
  }

  .hero-automation-visual {
    width: min(100%, 620px) !important;
    min-height: 390px !important;
    justify-self: center !important;
  }

  .workflow-demo-copy {
    max-width: 720px !important;
    text-align: center !important;
    justify-self: center !important;
  }

  .workflow-demo-actions {
    justify-content: center !important;
  }
}

@media (max-width: 720px) {
  .announcement-bar a {
    min-height: 44px !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
    padding: 9px 16px !important;
    font-size: 0.84rem !important;
  }

  .announcement-bar strong {
    min-height: 28px !important;
    font-size: 0.78rem !important;
  }

  .hero.section-shell {
    padding-top: 56px !important;
    padding-bottom: 58px !important;
  }

  .hero h1 {
    width: 100% !important;
    max-width: 100% !important;
    font-size: clamp(2.05rem, 8.6vw, 2.55rem) !important;
    line-height: 1.08 !important;
    letter-spacing: -0.035em !important;
    text-wrap: balance !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
  }

  .hero-lede {
    max-width: 31ch !important;
    font-size: 0.98rem !important;
  }

  .hero-copy .hero-actions {
    display: grid !important;
    width: 100% !important;
    max-width: 340px !important;
  }

  .hero-automation-visual {
    min-height: 515px !important;
    padding: 16px !important;
    align-content: center !important;
    gap: 12px !important;
  }

  .hero-flow-card,
  .hero-flow-core {
    position: relative !important;
    inset: auto !important;
    width: 100% !important;
    margin: 0 !important;
  }

  .hero-flow-line,
  .hero-flow-pulse {
    display: none !important;
  }

  .workflow-demo-section {
    gap: 28px !important;
    padding-top: 54px !important;
    padding-bottom: 58px !important;
  }

  .workflow-demo-copy h2 {
    font-size: 2rem !important;
  }

  .workflow-demo-actions {
    display: grid !important;
    align-items: stretch !important;
  }

  .workflow-demo-board {
    padding: 12px !important;
  }

  .workflow-demo-board::before {
    display: none !important;
  }

  .workflow-demo-node {
    grid-template-columns: 1fr !important;
    padding: 14px !important;
  }

  .workflow-demo-node span {
    grid-row: auto !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-flow-pulse,
  .workflow-demo-node {
    animation: none !important;
  }

  .nav-resource-menu {
    transition: none !important;
  }
}

.faq-page-hero.section-shell,
.faq-page-list.section-shell,
.faq-page-cta.section-shell {
  box-sizing: border-box !important;
  width: min(1160px, calc(100vw - 48px)) !important;
  max-width: calc(100vw - 48px) !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
}

@media (max-width: 720px) {
  .faq-page-hero.section-shell,
  .faq-page-list.section-shell,
  .faq-page-cta.section-shell {
    width: calc(100vw - 32px) !important;
    max-width: calc(100vw - 32px) !important;
  }
}

.faq-page-hero.section-shell,
.faq-page-list.section-shell,
.faq-page-cta.section-shell {
  box-sizing: border-box !important;
  width: min(1160px, calc(100vw - 48px)) !important;
  max-width: calc(100vw - 48px) !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
}

@media (max-width: 720px) {
  .faq-page-hero.section-shell,
  .faq-page-list.section-shell,
  .faq-page-cta.section-shell {
    width: calc(100vw - 32px) !important;
    max-width: calc(100vw - 32px) !important;
  }
}

/* FAQ page uses compact accordion rows, so keep section width tied to the viewport
   instead of the broader site shell padding rules that can create mobile overflow. */
.faq-page-hero.section-shell,
.faq-page-list.section-shell,
.faq-page-cta.section-shell {
  box-sizing: border-box !important;
  width: min(1160px, calc(100vw - 48px)) !important;
  max-width: calc(100vw - 48px) !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
}

@media (max-width: 720px) {
  .faq-page-hero.section-shell,
  .faq-page-list.section-shell,
  .faq-page-cta.section-shell {
    width: calc(100vw - 32px) !important;
    max-width: calc(100vw - 32px) !important;
  }
}

/* Absolute final mobile homepage guardrail: this block must stay at EOF. */
@media (max-width: 720px) {
  .announcement-bar a {
    width: 100% !important;
    box-sizing: border-box !important;
    line-height: 1.25 !important;
    white-space: normal !important;
    overflow-wrap: normal !important;
  }

  .hero.section-shell {
    max-width: 100vw !important;
    box-sizing: border-box !important;
    justify-items: center !important;
    overflow: hidden !important;
  }

  .hero-copy {
    width: 100% !important;
    max-width: 330px !important;
    margin-right: auto !important;
    margin-left: auto !important;
    justify-items: center !important;
    text-align: center !important;
  }

  .hero-kicker {
    max-width: 320px !important;
    min-height: 0 !important;
    margin-right: auto !important;
    margin-left: auto !important;
    justify-content: center !important;
    padding: 8px 12px !important;
    line-height: 1.25 !important;
    text-align: center !important;
    white-space: normal !important;
    overflow-wrap: normal !important;
  }

  .hero h1 {
    width: 100% !important;
    max-width: 330px !important;
    margin-right: auto !important;
    margin-left: auto !important;
    font-size: clamp(1.68rem, 6.8vw, 2rem) !important;
    line-height: 1.1 !important;
    letter-spacing: -0.035em !important;
    text-align: center !important;
    text-wrap: balance !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
  }

  .hero-lede {
    width: 100% !important;
    max-width: 330px !important;
    font-size: 0.94rem !important;
  }

  .hero-automation-visual {
    width: 100% !important;
    max-width: calc(100vw - 32px) !important;
    min-height: auto !important;
    box-sizing: border-box !important;
    justify-self: center !important;
  }
}

/* Absolute final mobile homepage guardrail: this block must stay at EOF. */
@media (max-width: 720px) {
  .announcement-bar a {
    width: 100% !important;
    box-sizing: border-box !important;
    line-height: 1.25 !important;
    white-space: normal !important;
    overflow-wrap: normal !important;
  }

  .hero.section-shell {
    max-width: 100vw !important;
    box-sizing: border-box !important;
    justify-items: center !important;
    overflow: hidden !important;
  }

  .hero-copy {
    width: 100% !important;
    max-width: 330px !important;
    margin-right: auto !important;
    margin-left: auto !important;
    justify-items: center !important;
    text-align: center !important;
  }

  .hero-kicker {
    max-width: 320px !important;
    min-height: 0 !important;
    margin-right: auto !important;
    margin-left: auto !important;
    justify-content: center !important;
    padding: 8px 12px !important;
    line-height: 1.25 !important;
    text-align: center !important;
    white-space: normal !important;
    overflow-wrap: normal !important;
  }

  .hero h1 {
    width: 100% !important;
    max-width: 330px !important;
    margin-right: auto !important;
    margin-left: auto !important;
    font-size: clamp(1.68rem, 6.8vw, 2rem) !important;
    line-height: 1.1 !important;
    letter-spacing: -0.035em !important;
    text-align: center !important;
    text-wrap: balance !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
  }

  .hero-lede {
    width: 100% !important;
    max-width: 330px !important;
    font-size: 0.94rem !important;
  }

  .hero-automation-visual {
    width: 100% !important;
    max-width: calc(100vw - 32px) !important;
    min-height: auto !important;
    box-sizing: border-box !important;
    justify-self: center !important;
  }
}

/* Absolute final mobile homepage guardrail: this block must stay at EOF. */
@media (max-width: 720px) {
  .announcement-bar a {
    width: 100% !important;
    box-sizing: border-box !important;
    line-height: 1.25 !important;
    white-space: normal !important;
    overflow-wrap: normal !important;
  }

  .hero.section-shell {
    max-width: 100vw !important;
    box-sizing: border-box !important;
    justify-items: center !important;
    overflow: hidden !important;
  }

  .hero-copy {
    width: 100% !important;
    max-width: 330px !important;
    margin-right: auto !important;
    margin-left: auto !important;
    justify-items: center !important;
    text-align: center !important;
  }

  .hero-kicker {
    max-width: 320px !important;
    min-height: 0 !important;
    margin-right: auto !important;
    margin-left: auto !important;
    justify-content: center !important;
    padding: 8px 12px !important;
    line-height: 1.25 !important;
    text-align: center !important;
    white-space: normal !important;
    overflow-wrap: normal !important;
  }

  .hero h1 {
    width: 100% !important;
    max-width: 330px !important;
    margin-right: auto !important;
    margin-left: auto !important;
    font-size: clamp(1.68rem, 6.8vw, 2rem) !important;
    line-height: 1.1 !important;
    letter-spacing: -0.035em !important;
    text-align: center !important;
    text-wrap: balance !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
  }

  .hero-lede {
    width: 100% !important;
    max-width: 330px !important;
    font-size: 0.94rem !important;
  }

  .hero-automation-visual {
    width: 100% !important;
    max-width: calc(100vw - 32px) !important;
    min-height: auto !important;
    box-sizing: border-box !important;
    justify-self: center !important;
  }
}

/* Final mobile homepage guardrail: prevent cached/legacy hero rules from clipping text. */
@media (max-width: 720px) {
  .announcement-bar a {
    width: 100% !important;
    box-sizing: border-box !important;
    line-height: 1.25 !important;
    white-space: normal !important;
    overflow-wrap: normal !important;
  }

  .hero.section-shell {
    max-width: 100vw !important;
    box-sizing: border-box !important;
    justify-items: center !important;
    overflow: hidden !important;
  }

  .hero-copy {
    width: 100% !important;
    max-width: calc(100vw - 32px) !important;
    margin-right: auto !important;
    margin-left: auto !important;
    justify-items: center !important;
    text-align: center !important;
  }

  .hero h1 {
    width: 100% !important;
    max-width: calc(100vw - 32px) !important;
    margin-right: auto !important;
    margin-left: auto !important;
    font-size: clamp(1.82rem, 7.4vw, 2.18rem) !important;
    line-height: 1.1 !important;
    letter-spacing: -0.035em !important;
    text-align: center !important;
    text-wrap: balance !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
  }

  .hero-lede {
    width: 100% !important;
    max-width: calc(100vw - 40px) !important;
  }

  .hero-automation-visual {
    width: 100% !important;
    max-width: calc(100vw - 32px) !important;
    min-height: auto !important;
    box-sizing: border-box !important;
    justify-self: center !important;
  }
}

html,
body {
  max-width: 100%;
  overflow-x: hidden;
  background: var(--site-modern-page) !important;
}

body {
  font-family: var(--site-font-body) !important;
  font-weight: 500 !important;
  color: var(--site-modern-ink) !important;
  background:
    radial-gradient(circle at 11% 9%, rgba(8, 119, 255, 0.11), transparent 28%),
    radial-gradient(circle at 90% 18%, rgba(36, 216, 238, 0.1), transparent 26%),
    linear-gradient(180deg, #f8fbff 0%, #eef6ff 46%, #f7fbff 100%) !important;
}

h1,
h2,
h3,
h4,
.site-brand,
.nav-menu a,
.header-cta,
.btn {
  font-family: var(--site-font-display) !important;
}

body::before {
  background-image:
    linear-gradient(rgba(8, 119, 255, 0.036) 1px, transparent 1px),
    linear-gradient(90deg, rgba(8, 119, 255, 0.036) 1px, transparent 1px) !important;
  background-size: 36px 36px !important;
  opacity: 0.75 !important;
}

.site-footer {
  width: min(calc(100% - 48px), 1440px) !important;
  max-width: 1440px !important;
}

.site-header {
  top: 0 !important;
  width: 100% !important;
  max-width: none !important;
  margin-top: 0 !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
  padding-right: clamp(16px, 2.4vw, 28px) !important;
  padding-left: clamp(16px, 2.4vw, 28px) !important;
  border-right: 0 !important;
  border-left: 0 !important;
  border-radius: 0 !important;
  border-color: rgba(15, 23, 42, 0.08) !important;
  background: rgba(255, 255, 255, 0.84) !important;
  box-shadow: 0 14px 44px rgba(9, 35, 70, 0.08) !important;
  backdrop-filter: blur(18px) saturate(155%) !important;
}

.section-shell,
.contact-us-inner,
.customer-success-stories-inner,
.customer-story-inner,
.blog-inner,
.about-us-inner,
.pricing-redesign-band > .section-shell,
.automation-ideas-page.automation-ideas-page-v3 .ideas-v3-wrap {
  width: min(100%, 1440px) !important;
  max-width: 1440px !important;
  margin-right: auto !important;
  margin-left: auto !important;
  padding-right: clamp(24px, 5vw, 80px) !important;
  padding-left: clamp(24px, 5vw, 80px) !important;
}

.section-shell,
.pricing-redesign-band,
.contact-us-action-section,
.contact-us-process,
.customer-success-stories-stage,
.customer-story-layout,
.blog-draft-section,
.blog-card-section,
.about-editorial-section,
.use-cases-showcase,
.automation-ideas-page.automation-ideas-page-v3 .ideas-v3-wrap {
  border-radius: 0 !important;
  box-shadow: none !important;
}

.section-shell:not(.priority-integration-guides) {
  background: transparent !important;
}

.hero.section-shell,
.directory-hero.section-shell,
.pricing-redesign-hero.section-shell,
.about-us-hero,
.about-page-hero.section-shell,
.contact-us-intro,
.customer-success-stories-hero,
.customer-story-hero,
.blog-hero {
  position: relative !important;
  isolation: isolate !important;
  width: 100vw !important;
  max-width: none !important;
  min-height: clamp(410px, 30vw, 500px) !important;
  margin-right: calc(50% - 50vw) !important;
  margin-left: calc(50% - 50vw) !important;
  padding: clamp(38px, 3.6vw, 58px) max(clamp(24px, 5vw, 80px), calc((100vw - 1440px) / 2 + 80px)) clamp(34px, 3vw, 48px) !important;
  overflow: hidden !important;
  border: 0 !important;
  border-radius: 0 !important;
  background:
    linear-gradient(90deg, rgba(3, 7, 18, 0.9) 0%, rgba(3, 7, 18, 0.72) 42%, rgba(3, 7, 18, 0.34) 100%),
    var(--site-banner-image),
    linear-gradient(135deg, var(--site-modern-dark) 0%, var(--site-modern-dark-2) 58%, #081322 100%) !important;
  background-position: center !important;
  background-size: cover !important;
  color: #fff !important;
  box-shadow: none !important;
}

.hero.section-shell::before,
.directory-hero.section-shell::before,
.pricing-redesign-hero.section-shell::before,
.about-us-hero::before,
.about-page-hero.section-shell::before,
.contact-us-intro::before,
.customer-success-stories-hero::before,
.customer-story-hero::before,
.blog-hero::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: -2 !important;
  pointer-events: none !important;
  background: linear-gradient(180deg, rgba(3, 7, 18, 0.08), rgba(3, 7, 18, 0.32)) !important;
  background-size: auto !important;
}

.hero.section-shell::after,
.directory-hero.section-shell::after,
.pricing-redesign-hero.section-shell::after,
.about-us-hero::after,
.about-page-hero.section-shell::after,
.contact-us-intro::after,
.customer-success-stories-hero::after,
.customer-story-hero::after,
.blog-hero::after {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: -1 !important;
  pointer-events: none !important;
  background: radial-gradient(circle at 16% 80%, rgba(34, 211, 238, 0.24), transparent 30%) !important;
  background-repeat: no-repeat !important;
  background-size: 100% 100% !important;
  opacity: 1 !important;
}

.hero.section-shell {
  display: grid !important;
  grid-template-columns: 1fr !important;
  align-items: start !important;
  gap: clamp(32px, 5vw, 76px) !important;
}

.directory-hero.section-shell,
.about-us-hero-grid,
.blog-hero-grid {
  grid-template-columns: 1fr !important;
}

.hero-copy {
  order: 1 !important;
}

.hero-scene {
  order: 2 !important;
  position: relative !important;
  inset: auto !important;
  z-index: 1 !important;
  height: clamp(250px, 24vw, 315px) !important;
  min-height: 0 !important;
  overflow: hidden !important;
  opacity: 1 !important;
}

.hero-scene,
.directory-connector-visual,
.about-us-hero-art,
.contact-us-hero-art {
  display: none !important;
}

.hero-copy,
.directory-hero-copy,
.about-us-hero-copy {
  width: 100% !important;
  max-width: 1100px !important;
  margin-right: auto !important;
  margin-left: auto !important;
  justify-items: center !important;
  text-align: center !important;
}

.hero-copy .hero-actions,
.directory-hero-actions {
  justify-content: center !important;
}

.hero-copy .hero-actions {
  align-items: center !important;
  justify-content: center !important;
  gap: 12px !important;
}

.hero-copy .hero-actions,
.directory-hero-actions,
.about-page-copy .hero-actions,
.about-us-hero .btn,
.customer-success-stories-hero .btn,
.blog-hero-actions {
  display: none !important;
}

.hero-copy .hero-actions .btn {
  min-width: 148px !important;
  min-height: 48px !important;
  padding: 0 20px !important;
  line-height: 1 !important;
}

.hero-copy .hero-actions .btn-secondary {
  border-color: rgba(226, 232, 240, 0.16) !important;
  background: rgba(255, 255, 255, 0.12) !important;
  color: #fff !important;
}

.hero-copy .hero-actions .btn-secondary:hover,
.hero-copy .hero-actions .btn-secondary:focus-visible {
  border-color: rgba(125, 211, 252, 0.42) !important;
  background: rgba(255, 255, 255, 0.18) !important;
}

.hero h1,
.directory-hero h1,
.pricing-redesign-hero h1,
.about-us-hero h1,
.about-page-copy h1,
.contact-us-intro h1,
.customer-success-stories-hero h1,
.customer-story-hero h1,
.blog-hero h1 {
  width: 100% !important;
  max-width: 1040px !important;
  margin-right: auto !important;
  margin-left: auto !important;
  color: #fff !important;
  font-family: var(--site-font-display) !important;
  font-size: clamp(2rem, 3.18vw, 3.28rem) !important;
  font-weight: 560 !important;
  line-height: 1.07 !important;
  letter-spacing: -0.042em !important;
  text-transform: none !important;
  text-align: center !important;
  text-wrap: balance !important;
}

.hero-lede,
.directory-hero p,
.pricing-redesign-hero > p:not(.pricing-redesign-label),
.about-us-hero-copy p:not(.about-kicker),
.about-page-copy p:not(.eyebrow),
.contact-us-intro-copy > p,
.customer-success-stories-hero p,
.customer-story-hero p,
.blog-hero-copy p {
  max-width: 640px !important;
  margin: clamp(34px, 5vw, 74px) auto 0 !important;
  color: rgba(226, 232, 240, 0.82) !important;
  font-family: var(--site-font-body) !important;
  font-size: clamp(0.98rem, 1.04vw, 1.08rem) !important;
  font-weight: 500 !important;
  line-height: 1.5 !important;
  text-align: center !important;
}

.directory-hero .integration-hero-kicker {
  display: inline-flex !important;
  width: fit-content !important;
  max-width: min(100%, 620px) !important;
  margin: 0 auto 18px !important;
  padding: 7px 12px !important;
  color: #9eeeff !important;
  font-size: 0.78rem !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  background: rgba(8, 145, 178, 0.16) !important;
  border: 1px solid rgba(125, 211, 252, 0.28) !important;
  border-radius: 999px !important;
}

.directory-hero .integration-hero-lede {
  max-width: 760px !important;
  margin: 22px auto 0 !important;
}

.integration-hero-actions {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  gap: 12px !important;
  margin-top: 24px !important;
}

.integration-hero-actions .btn {
  min-height: 46px !important;
}

.integration-hero-actions .btn-secondary {
  color: #ffffff !important;
  background: rgba(255, 255, 255, 0.12) !important;
  border-color: rgba(226, 232, 240, 0.18) !important;
}

.hero-scene .scene-block,
.hero-scene .scene-line {
  border-radius: 8px !important;
}

.hero-scene .block-a {
  top: 54px !important;
  right: 28px !important;
  width: min(78%, 380px) !important;
  height: 150px !important;
}

.hero-scene .block-b {
  top: 144px !important;
  right: 170px !important;
  width: min(64%, 300px) !important;
  height: 118px !important;
}

.hero-scene .line-a {
  top: 112px !important;
  right: -38px !important;
}

.hero-scene .line-b {
  top: 188px !important;
  right: -72px !important;
}

.hero-scene .line-c {
  top: 250px !important;
  right: 46px !important;
}

.directory-connector-visual {
  min-height: 0 !important;
  height: clamp(250px, 24vw, 315px) !important;
}

.services,
.recent-win-section,
.scale-section,
.workflow-steps-section,
.integration-directory,
.integrations-demo-cta,
.pricing-redesign-band,
.contact-us-action-section,
.contact-us-process,
.customer-success-stories-stage,
.blog-draft-section,
.blog-card-section,
.about-editorial-section,
.use-cases-showcase {
  position: relative !important;
  margin-top: 0 !important;
  padding-top: clamp(52px, 7vw, 92px) !important;
  padding-bottom: clamp(52px, 7vw, 92px) !important;
  background: transparent !important;
}

.service-card,
.home-process-panel,
.workflow-step,
.pricing-redesign-card,
.pricing-process-panel,
.pricing-final-cta,
.use-cases-card,
.use-cases-showcase__cta,
.integration-card,
.integrations-demo-cta,
.contact-us-call-card,
.contact-us-form-card,
.contact-us-intro-explain article,
.contact-us-process-step,
.customer-success-story-card,
.customer-success-helped-with,
.customer-success-coming-soon,
.customer-story-layout,
.blog-lane,
.blog-draft-card,
.blog-feature-card,
.about-full-section {
  border-radius: var(--site-modern-radius) !important;
  border-color: var(--site-modern-line) !important;
  box-shadow: var(--site-modern-shadow) !important;
}

a.integration-card {
  color: inherit;
  text-decoration: none;
}

.section-heading h2,
.compact-heading h2,
.pricing-section-heading h2,
.home-process-title,
.use-cases-showcase__heading h1,
.service-card h3,
.pricing-redesign-card h3,
.blog-card h2,
.about-us-section-copy h2 {
  font-family: var(--site-font-display) !important;
  font-weight: 560 !important;
  letter-spacing: -0.035em !important;
}

.services .section-heading {
  max-width: 1040px !important;
}

.services .section-heading h2 {
  display: grid !important;
  gap: 0.18em !important;
  color: var(--site-modern-ink) !important;
  font-size: clamp(2rem, 4vw, 3.65rem) !important;
  line-height: 1.02 !important;
}

.services .section-heading h2 span {
  display: block !important;
  max-width: none !important;
  margin-right: auto !important;
  margin-left: auto !important;
  color: var(--site-modern-ink) !important;
  background: none !important;
  -webkit-text-fill-color: currentColor !important;
  -webkit-background-clip: initial !important;
  background-clip: initial !important;
}

.services .section-heading h2 span:last-child {
  margin-top: 0.75rem !important;
  color: var(--site-modern-muted, #64748b) !important;
  font-size: clamp(1.25rem, 2vw, 1.75rem) !important;
  font-weight: 500 !important;
  line-height: 1.35 !important;
  letter-spacing: -0.01em !important;
}

.btn,
.header-cta,
button,
input,
textarea,
select {
  border-radius: 10px !important;
}

.btn,
.header-cta,
.nav-menu a,
.pricing-benefit h2,
.pricing-redesign-label,
.about-kicker {
  font-weight: 560 !important;
}

.integration-strip {
  width: 100vw !important;
  max-width: none !important;
  margin: 0 calc(50% - 50vw) !important;
  padding: 7px 0 9px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: rgba(255, 255, 255, 0.92) !important;
  box-shadow: none !important;
  clip-path: none !important;
}

.integration-logo-row {
  min-height: 34px !important;
}

.pricing-redesign-benefits {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 12px !important;
  max-width: 920px !important;
  margin-top: 22px !important;
}

.pricing-benefit {
  min-height: 0 !important;
  padding: 12px !important;
  border: 1px solid rgba(148, 163, 184, 0.18) !important;
  border-radius: 12px !important;
  background: rgba(255, 255, 255, 0.07) !important;
}

.pricing-benefit span {
  width: 38px !important;
  height: 38px !important;
}

.pricing-benefit h2,
.pricing-benefit p {
  color: rgba(241, 245, 249, 0.9) !important;
}

.pricing-benefit h2 {
  font-size: 0.88rem !important;
}

.pricing-benefit p {
  max-width: none !important;
  font-size: 0.72rem !important;
}

.contact-us-intro-explain {
  gap: 12px !important;
  margin-top: 22px !important;
}

.contact-us-intro-explain article {
  gap: 12px !important;
  padding: 16px !important;
  border-radius: 12px !important;
}

.contact-us-intro-explain span {
  width: 42px !important;
  height: 42px !important;
  border-radius: 12px !important;
}

.contact-us-intro-explain h3 {
  font-size: 1rem !important;
}

.contact-us-intro-explain p {
  font-size: 0.84rem !important;
  line-height: 1.42 !important;
}

.blog-feature-card {
  min-height: 0 !important;
  padding: clamp(20px, 2.2vw, 28px) !important;
  color: #fff !important;
}

.blog-feature-card h2,
.blog-feature-card p,
.blog-feature-card a {
  color: rgba(241, 245, 249, 0.92) !important;
}

.blog-feature-card span {
  color: #38bdf8 !important;
}

.blog-hero {
  min-height: clamp(260px, 22vw, 340px) !important;
  padding-top: clamp(44px, 4.5vw, 68px) !important;
  padding-bottom: clamp(38px, 4vw, 58px) !important;
}

.blog-hero-grid-simple {
  display: grid !important;
  grid-template-columns: 1fr !important;
  max-width: 980px !important;
  min-height: 0 !important;
  justify-items: center !important;
  text-align: center !important;
}

.blog-hero .blog-hero-copy {
  display: grid !important;
  gap: 14px !important;
  justify-items: center !important;
}

.blog-hero h1 {
  max-width: 860px !important;
  font-size: clamp(2rem, 3.1vw, 3.15rem) !important;
  line-height: 1.03 !important;
  letter-spacing: -0.045em !important;
}

.blog-hero-copy p {
  margin-top: 8px !important;
  max-width: 700px !important;
}

.workflow-steps-section {
  padding-top: clamp(44px, 6vw, 78px) !important;
}

.workflow-steps-list {
  gap: clamp(24px, 3.2vw, 42px) !important;
}

.workflow-step {
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1.05fr) !important;
  gap: clamp(24px, 4vw, 56px) !important;
  overflow: hidden !important;
  background: rgba(255, 255, 255, 0.72) !important;
}

.workflow-step.is-reversed {
  grid-template-columns: minmax(320px, 1.05fr) minmax(0, 0.95fr) !important;
}

.workflow-step-media {
  align-self: stretch !important;
  border-radius: 14px !important;
}

.workflow-step-media img {
  width: 100% !important;
  height: clamp(300px, 30vw, 430px) !important;
  aspect-ratio: auto !important;
  object-fit: cover !important;
}

.workflow-step-copy {
  align-content: center !important;
  padding: clamp(24px, 4vw, 54px) !important;
}

.about-us-story-image {
  aspect-ratio: 1 / 1 !important;
  max-height: 520px !important;
}

.about-us-story-image img {
  width: 100% !important;
  height: 100% !important;
  aspect-ratio: 1 / 1 !important;
  object-fit: cover !important;
  object-position: center !important;
}

.about-us-hero-copy h1,
.about-us-hero-copy p:not(.about-kicker) {
  color: #fff !important;
}

.about-us-hero-copy p:not(.about-kicker) {
  color: rgba(226, 232, 240, 0.82) !important;
}

@media (max-width: 980px) {
  .site-header,
  .site-footer {
    width: calc(100% - 24px) !important;
  }

  .site-header {
    width: 100% !important;
  }

  .hero.section-shell,
  .directory-hero.section-shell,
  .blog-hero-grid {
    grid-template-columns: 1fr !important;
  }

  .hero-copy,
  .directory-hero-copy,
  .about-us-hero-copy {
    justify-items: center !important;
    text-align: center !important;
  }

  .hero-copy .hero-actions,
  .directory-hero-actions {
    justify-content: center !important;
  }

  .pricing-redesign-benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    max-width: 560px !important;
  }

  .contact-us-intro-explain {
    grid-template-columns: 1fr !important;
    max-width: 640px !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }
}

@media (max-width: 720px) {
  .section-shell,
  .contact-us-inner,
  .customer-success-stories-inner,
  .customer-story-inner,
  .blog-inner,
  .about-us-inner,
  .pricing-redesign-band > .section-shell {
    width: 100% !important;
    padding-right: 16px !important;
    padding-left: 16px !important;
  }

  .hero.section-shell,
  .directory-hero.section-shell,
  .pricing-redesign-hero.section-shell,
  .about-us-hero,
  .about-page-hero.section-shell,
  .contact-us-intro,
  .customer-success-stories-hero,
  .customer-story-hero,
  .blog-hero {
    width: 100% !important;
    min-height: clamp(280px, 76vw, 350px) !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    padding: 34px 16px 30px !important;
    background-position: center !important;
  }

  .hero h1,
  .directory-hero h1,
  .pricing-redesign-hero h1,
  .about-us-hero h1,
  .about-page-copy h1,
  .contact-us-intro h1,
  .customer-success-stories-hero h1,
  .customer-story-hero h1,
  .blog-hero h1 {
    width: 100% !important;
    max-width: 12em !important;
    font-size: clamp(1.48rem, 6.3vw, 1.92rem) !important;
    font-weight: 560 !important;
    line-height: 1.08 !important;
    letter-spacing: -0.04em !important;
  }

  .hero-lede,
  .directory-hero p,
  .pricing-redesign-hero > p:not(.pricing-redesign-label),
  .about-us-hero-copy p:not(.about-kicker),
  .about-page-copy p:not(.eyebrow),
  .contact-us-intro-copy > p,
  .customer-success-stories-hero p,
  .customer-story-hero p,
  .blog-hero-copy p {
    margin-top: 24px !important;
    font-size: 0.98rem !important;
    line-height: 1.45 !important;
  }

  .hero-copy .hero-actions,
  .directory-hero-actions,
  .about-page-copy .hero-actions,
  .blog-hero-actions {
    display: flex !important;
    justify-content: center !important;
  }

  .about-us-hero .btn,
  .customer-success-stories-hero .btn {
    display: inline-flex !important;
  }

  .hero-scene,
  .about-us-hero-art {
    display: none !important;
  }

  .directory-connector-visual {
    height: 230px !important;
  }

  .pricing-redesign-benefits {
    gap: 8px !important;
    margin-top: 18px !important;
  }

  .pricing-benefit {
    padding: 10px !important;
  }

  .pricing-benefit h2 {
    font-size: 0.78rem !important;
  }

  .pricing-benefit p {
    font-size: 0.68rem !important;
    line-height: 1.25 !important;
  }

  .services .section-heading h2 {
    font-size: clamp(1.72rem, 8vw, 2.38rem) !important;
    line-height: 1.08 !important;
  }

  .services .section-heading h2 span {
    max-width: 13.5em !important;
  }

  .services .section-heading h2 span:last-child {
    font-size: clamp(1.08rem, 4.6vw, 1.35rem) !important;
  }

  .contact-us-intro-explain {
    display: none !important;
  }

  .blog-feature-card {
    width: 100% !important;
    max-width: 100% !important;
    padding: 18px !important;
  }

  .blog-feature-card h2 {
    font-size: 1.22rem !important;
    line-height: 1.12 !important;
  }

  .blog-feature-card p {
    font-size: 0.9rem !important;
    line-height: 1.45 !important;
  }

  .workflow-step,
  .workflow-step.is-reversed {
    grid-template-columns: 1fr !important;
  }

  .workflow-step.is-reversed .workflow-step-media,
  .workflow-step.is-reversed .workflow-step-copy {
    order: initial !important;
  }

  .workflow-step-copy {
    padding: 22px !important;
  }

  .workflow-step-media img {
    height: 240px !important;
  }

  .about-us-story-image {
    max-height: 356px !important;
  }
}

/* Footer social brand icons: final layer because site-modern.css loads after site.css. */
.site-footer .site-footer-social-link {
  width: 52px !important;
  height: 52px !important;
  min-width: 52px !important;
  padding: 0 !important;
  overflow: visible !important;
}

.site-footer .site-footer-social-link-facebook,
.site-footer .site-footer-social-link-instagram,
.site-footer .site-footer-social-link-linkedin,
.site-footer .site-footer-social-link-youtube,
.site-footer .site-footer-social-link-tiktok,
.site-footer .site-footer-social-link-github {
  background: rgba(255, 255, 255, 0.96) !important;
  border: 1px solid rgba(16, 69, 122, 0.14) !important;
  box-shadow: 0 16px 36px rgba(7, 24, 45, 0.1) !important;
}

.site-footer .site-footer-social-link-linkedin svg {
  fill: #0a66c2 !important;
}

.site-footer .site-footer-social-link-youtube svg {
  fill: #ff0033 !important;
}

.site-footer .site-footer-social-link-tiktok svg {
  fill: #111827 !important;
}

.site-footer .site-footer-social-link-github svg {
  fill: #24292f !important;
}

.site-footer .site-footer-social-brand-icon {
  display: block !important;
  width: 34px !important;
  height: 34px !important;
  max-width: none !important;
  max-height: none !important;
  min-width: 34px !important;
  min-height: 34px !important;
  object-fit: contain !important;
}

.site-footer .site-footer-social-brand-icon-facebook {
  width: 33px !important;
  height: 33px !important;
  min-width: 33px !important;
  min-height: 33px !important;
}

.site-footer .site-footer-social-brand-icon-instagram {
  width: 34px !important;
  height: 34px !important;
  min-width: 34px !important;
  min-height: 34px !important;
}

.site-footer .site-footer-resource-links {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 0.45rem 0.75rem !important;
  justify-content: flex-end !important;
}

.site-footer .site-footer-resource-links a {
  min-height: auto !important;
  padding: 0 !important;
  color: #42536a !important;
  font-size: 0.86rem !important;
  font-weight: 700 !important;
  line-height: 1.35 !important;
  text-decoration: none !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.site-footer .site-footer-resource-links a:hover,
.site-footer .site-footer-resource-links a:focus-visible {
  color: #0a6fba !important;
  text-decoration: underline !important;
  transform: none !important;
}

.site-footer .site-footer-socials {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 0.45rem 0.75rem !important;
  justify-content: flex-end !important;
}

.site-footer .site-footer-social-link,
.site-footer .site-footer-social-link-facebook,
.site-footer .site-footer-social-link-instagram,
.site-footer .site-footer-social-link-linkedin,
.site-footer .site-footer-social-link-youtube,
.site-footer .site-footer-social-link-tiktok,
.site-footer .site-footer-social-link-github {
  width: auto !important;
  height: auto !important;
  min-width: 0 !important;
  padding: 0 !important;
  color: #64748b !important;
  font-size: 0.78rem !important;
  font-weight: 650 !important;
  line-height: 1.35 !important;
  text-decoration: none !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.site-footer .site-footer-social-link:hover,
.site-footer .site-footer-social-link:focus-visible {
  color: #0a6fba !important;
  text-decoration: underline !important;
  transform: none !important;
}

/* Customer wins expansion. */
.customer-success-story-grid {
  display: grid !important;
  gap: 24px !important;
}

.customer-success-hero-stats {
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  gap: 12px !important;
  margin: 0 0 18px !important;
}

.customer-success-hero-stats div {
  border: 1px solid rgba(17, 135, 255, 0.16) !important;
  border-radius: 18px !important;
  background: rgba(255, 255, 255, 0.88) !important;
  box-shadow: 0 14px 34px rgba(7, 24, 45, 0.055) !important;
  padding: 15px !important;
}

.customer-success-hero-stats strong {
  display: block !important;
  color: #07182d !important;
  font-family: var(--site-font-display) !important;
  font-size: clamp(1.15rem, 2vw, 1.95rem) !important;
  font-weight: 680 !important;
  letter-spacing: -0.04em !important;
  line-height: 1 !important;
}

.customer-success-hero-stats span {
  display: block !important;
  margin-top: 8px !important;
  color: #52667d !important;
  font-size: 0.78rem !important;
  font-weight: 760 !important;
  line-height: 1.28 !important;
}

.customer-success-proof-strip {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 14px !important;
  margin: 0 0 24px !important;
}

.customer-success-proof-strip div,
.customer-success-metric {
  border: 1px solid rgba(17, 135, 255, 0.16) !important;
  border-radius: 22px !important;
  background:
    radial-gradient(circle at 100% 0%, rgba(17, 135, 255, 0.1), transparent 8rem),
    rgba(255, 255, 255, 0.94) !important;
  box-shadow: 0 18px 42px rgba(7, 24, 45, 0.07) !important;
  padding: 18px !important;
}

.customer-success-proof-strip strong,
.customer-success-metric strong {
  display: block !important;
  color: #07182d !important;
  font-family: var(--site-font-display) !important;
  font-size: clamp(1.85rem, 3.2vw, 3.15rem) !important;
  font-weight: 680 !important;
  letter-spacing: -0.055em !important;
  line-height: 0.95 !important;
}

.customer-success-proof-strip span,
.customer-success-metric span {
  display: block !important;
  margin-top: 9px !important;
  color: #52667d !important;
  font-size: 0.86rem !important;
  font-weight: 760 !important;
  line-height: 1.3 !important;
}

.customer-success-story-card-expanded {
  display: grid !important;
  gap: 18px !important;
}

.customer-success-story-card-expanded + .customer-success-story-card-expanded {
  margin-top: 0 !important;
}

.customer-success-story-type {
  display: inline-flex !important;
  width: fit-content !important;
  min-height: 34px !important;
  align-items: center !important;
  border: 1px solid rgba(17, 135, 255, 0.18) !important;
  border-radius: 999px !important;
  background: rgba(17, 135, 255, 0.08) !important;
  color: #0a66c2 !important;
  font-size: 0.76rem !important;
  font-weight: 820 !important;
  letter-spacing: 0.08em !important;
  padding: 0 12px !important;
  text-transform: uppercase !important;
}

.customer-success-story-card-expanded .customer-success-story-copy {
  display: grid !important;
  gap: 16px !important;
}

.customer-success-metric-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 12px !important;
}

.customer-success-metric {
  padding: 16px !important;
}

.customer-success-metric strong {
  color: #0a66c2 !important;
  font-size: clamp(1.6rem, 2.7vw, 2.55rem) !important;
}

.customer-success-story-card-expanded .customer-success-story-summary {
  margin-top: 0 !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

.customer-success-story-card-expanded .customer-success-story-results {
  margin-top: 0 !important;
}

.customer-success-tool-line {
  max-width: 920px !important;
  margin: 0 !important;
  color: #52667d !important;
  font-size: 0.94rem !important;
  font-weight: 720 !important;
  line-height: 1.5 !important;
}

.customer-success-card-actions {
  display: flex !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  gap: 12px !important;
}

.recent-win-section {
  background:
    radial-gradient(circle at 10% 10%, rgba(34, 211, 238, 0.16), transparent 18rem),
    radial-gradient(circle at 92% 12%, rgba(17, 135, 255, 0.18), transparent 20rem),
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(237, 248, 255, 0.92)) !important;
}

.recent-win-actions {
  display: flex !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  gap: 16px !important;
}

.recent-win-actions .btn {
  margin-top: 0 !important;
}

.recent-win-client-link {
  color: #087f72 !important;
  font-weight: 860 !important;
  text-decoration: none !important;
}

.recent-win-client-link:hover,
.recent-win-client-link:focus {
  color: #07182d !important;
  text-decoration: underline !important;
  text-underline-offset: 0.22em !important;
}

.recent-win-visual-feature {
  min-height: auto !important;
}

.recent-win-visual-feature img,
.customer-success-story-media img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
}

.recent-win-visual-feature img,
.customer-success-story-media {
  border: 1px solid rgba(13, 52, 93, 0.1) !important;
  border-radius: 28px !important;
  box-shadow: 0 24px 70px rgba(6, 20, 38, 0.12) !important;
}

.customer-success-story-media {
  overflow: hidden !important;
  margin: 0 0 clamp(24px, 4vw, 40px) !important;
  background: #eef8ff !important;
}

.customer-success-secondary-link {
  color: #0a66c2 !important;
  font-size: 0.92rem !important;
  font-weight: 820 !important;
  text-decoration: none !important;
}

.customer-success-secondary-link:hover {
  color: #07182d !important;
}

.customer-success-platforms p {
  max-width: 840px !important;
  margin: 14px 0 0 !important;
  color: #52667d !important;
  font-weight: 730 !important;
  line-height: 1.62 !important;
}

.customer-success-platform-grid {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
  margin-top: 22px !important;
}

.customer-success-platform-grid span {
  border: 1px solid rgba(17, 135, 255, 0.18) !important;
  border-radius: 999px !important;
  background: rgba(17, 135, 255, 0.08) !important;
  color: #07182d !important;
  font-size: 0.86rem !important;
  font-weight: 780 !important;
  line-height: 1 !important;
  padding: 11px 14px !important;
}

.customer-success-ai-discovery p {
  max-width: 760px !important;
  margin: 14px 0 0 !important;
  color: #52667d !important;
  font-weight: 730 !important;
  line-height: 1.62 !important;
}

@media (max-width: 760px) {
  .customer-success-hero-stats,
  .customer-success-proof-strip,
  .customer-success-metric-grid {
    grid-template-columns: 1fr !important;
  }

  .customer-success-story-card-expanded {
    padding: 22px !important;
  }

  .customer-success-story-card-expanded .customer-success-story-summary {
    grid-template-columns: 1fr !important;
  }

  .recent-win-actions {
    align-items: stretch !important;
    flex-direction: column !important;
  }

  .recent-win-visual-feature {
    min-height: auto !important;
  }
}
.directory-listings-page {
    background: #f6f9fc;
    color: #071322;
}

.directory-listings-inner {
    width: min(1080px, calc(100% - 40px));
    margin: 0 auto;
}

.directory-listings-hero {
    position: relative;
    overflow: hidden;
    padding: clamp(76px, 9vw, 120px) 0 clamp(56px, 7vw, 88px);
    color: #fff;
    background:
        radial-gradient(circle at 16% 20%, rgba(20, 184, 166, 0.22), transparent 32%),
        radial-gradient(circle at 84% 24%, rgba(37, 99, 235, 0.24), transparent 34%),
        linear-gradient(135deg, #06111f 0%, #071827 48%, #0b2d4f 100%);
}

.directory-listings-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(125, 211, 252, 0.12) 1px, transparent 1px),
        linear-gradient(90deg, rgba(125, 211, 252, 0.12) 1px, transparent 1px);
    background-size: 52px 52px;
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.78), transparent 78%);
    pointer-events: none;
}

.directory-listings-hero .directory-listings-inner {
    position: relative;
    max-width: 820px;
    text-align: center;
}

.directory-listings-kicker {
    margin: 0 0 14px;
    color: #67e8f9;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.directory-listings-hero h1 {
    margin: 0;
    font-size: clamp(2.4rem, 6vw, 5.2rem);
    line-height: 0.96;
    letter-spacing: -0.06em;
}

.directory-listings-hero p:not(.directory-listings-kicker) {
    max-width: 690px;
    margin: 22px auto 0;
    color: rgba(226, 232, 240, 0.78);
    font-size: clamp(1rem, 1.7vw, 1.2rem);
    line-height: 1.65;
}

.directory-listings-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin-top: 30px;
}

.directory-listings-panel-wrap {
    padding: clamp(44px, 7vw, 76px) 0;
}

.directory-listings-panel {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 28px;
    align-items: center;
    padding: clamp(26px, 4vw, 44px);
    border: 1px solid rgba(15, 23, 42, 0.1);
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.86);
    box-shadow: 0 24px 80px rgba(15, 23, 42, 0.1);
}

.directory-listings-panel span {
    display: inline-flex;
    margin-bottom: 12px;
    color: #087ea4;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.directory-listings-panel h2 {
    margin: 0;
    color: #071322;
    font-size: clamp(1.55rem, 3vw, 2.35rem);
    line-height: 1.05;
    letter-spacing: -0.035em;
}

.directory-listings-panel p {
    max-width: 630px;
    margin: 14px 0 0;
    color: #526174;
    font-size: 1rem;
    line-height: 1.65;
}

.directory-listings-badge {
    display: grid;
    place-items: center;
    min-width: 220px;
    padding: 24px;
    border: 1px solid rgba(14, 165, 233, 0.18);
    border-radius: 22px;
    background:
        radial-gradient(circle at 20% 20%, rgba(14, 165, 233, 0.14), transparent 36%),
        #f8fbff;
}

.directory-listings-badge img {
    display: block;
    max-width: 150px;
    height: auto;
}

.directory-listings-profiles {
    margin-top: 24px;
    padding: clamp(24px, 4vw, 40px);
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 28px;
    background:
        radial-gradient(circle at 90% 0%, rgba(14, 165, 233, 0.1), transparent 34%),
        rgba(255, 255, 255, 0.82);
    box-shadow: 0 20px 70px rgba(15, 23, 42, 0.08);
}

.directory-listings-profiles-heading {
    max-width: 740px;
}

.directory-listings-profiles-heading span {
    display: inline-flex;
    margin-bottom: 10px;
    color: #087ea4;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.directory-listings-profiles-heading h2 {
    margin: 0;
    color: #071322;
    font-size: clamp(1.45rem, 3vw, 2.15rem);
    line-height: 1.08;
    letter-spacing: -0.035em;
}

.directory-listings-profiles-heading p {
    margin: 12px 0 0;
    color: #526174;
    line-height: 1.65;
}

.directory-listings-profile-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-top: 22px;
}

.directory-listings-profile-card {
    display: flex;
    min-height: 148px;
    flex-direction: column;
    gap: 10px;
    padding: 18px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 20px;
    background: rgba(248, 251, 255, 0.92);
    color: inherit;
    text-decoration: none;
    transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.directory-listings-profile-card:hover,
.directory-listings-profile-card:focus-visible {
    transform: translateY(-3px);
    border-color: rgba(14, 165, 233, 0.32);
    box-shadow: 0 18px 42px rgba(14, 165, 233, 0.12);
}

.directory-listings-profile-card strong {
    color: #071322;
    font-size: 1.04rem;
}

.directory-listings-profile-card span {
    color: #526174;
    font-size: 0.92rem;
    line-height: 1.55;
}

@media (max-width: 720px) {
    .directory-listings-inner {
        width: min(100% - 28px, 1080px);
    }

    .directory-listings-panel {
        grid-template-columns: 1fr;
        text-align: left;
    }

    .directory-listings-badge {
        min-width: 0;
        width: 100%;
    }

    .directory-listings-profile-grid {
        grid-template-columns: 1fr;
    }

    .directory-listings-profile-card {
        min-height: 0;
    }
}

.atomation-resource-page {
    background: linear-gradient(180deg, #eff5fb 0%, #f8fbfe 28%, #ffffff 100%);
    color: #071322;
}

.resource-shell {
    width: min(1120px, calc(100% - 48px));
    margin: 0 auto;
}

.resource-hero {
    padding: 88px 0 44px;
}

.resource-hero-dark {
    background:
        radial-gradient(circle at 20% 20%, rgba(56, 189, 248, 0.2), transparent 32%),
        radial-gradient(circle at 80% 18%, rgba(96, 165, 250, 0.18), transparent 28%),
        linear-gradient(180deg, #071322 0%, #0a1d33 100%);
    color: #f8fbff;
}

.resource-hero-light {
    background:
        radial-gradient(circle at 18% 22%, rgba(14, 165, 233, 0.1), transparent 30%),
        radial-gradient(circle at 86% 10%, rgba(59, 130, 246, 0.08), transparent 28%),
        linear-gradient(180deg, #f8fbfe 0%, #ecf4fb 100%);
}

.resource-pill {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 14px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.resource-hero-light .resource-pill {
    background: rgba(14, 165, 233, 0.08);
    border-color: rgba(14, 165, 233, 0.18);
    color: #0f5c9b;
}

.resource-hero h1 {
    margin: 0;
    font-size: clamp(2.5rem, 5vw, 4.4rem);
    line-height: 0.96;
    letter-spacing: -0.05em;
}

.resource-hero p {
    max-width: 760px;
    margin: 18px 0 0;
    font-size: 1.08rem;
    line-height: 1.7;
    color: inherit;
    opacity: 0.88;
}

.resource-card {
    border: 1px solid rgba(10, 30, 60, 0.08);
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 26px 70px rgba(8, 25, 48, 0.08);
    padding: 28px;
}

.resource-heading span {
    display: inline-block;
    margin-bottom: 10px;
    color: #0f5c9b;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.resource-heading h2 {
    margin: 0;
    font-size: clamp(1.55rem, 2.4vw, 2.15rem);
    line-height: 1.05;
    letter-spacing: -0.03em;
}

.resource-heading p,
.resource-card p,
.resource-card li {
    color: #526174;
    line-height: 1.68;
}

.calculator-layout,
.checklist-layout,
.resource-grid-two,
.resource-grid-three {
    display: grid;
    gap: 22px;
    padding: 28px 0 56px;
}

.calculator-layout {
    grid-template-columns: minmax(0, 1.1fr) minmax(360px, 0.9fr);
    align-items: start;
}

.checklist-layout,
.resource-grid-three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

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

.calculator-form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-top: 22px;
}

.calculator-form label {
    display: grid;
    gap: 8px;
}

.calculator-form span {
    color: #22364a;
    font-size: 0.92rem;
    font-weight: 600;
}

.calculator-form input {
    width: 100%;
    padding: 14px 16px;
    border: 1px solid rgba(10, 30, 60, 0.12);
    border-radius: 16px;
    background: #f8fbfe;
    color: #071322;
    font: inherit;
}

.calculator-metrics {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-top: 22px;
}

.calculator-metrics article {
    padding: 18px;
    border-radius: 20px;
    background: linear-gradient(180deg, #f7fbff 0%, #edf5fc 100%);
    border: 1px solid rgba(10, 30, 60, 0.08);
}

.calculator-metrics strong {
    display: block;
    color: #071322;
    font-size: clamp(1.45rem, 2.2vw, 2rem);
    line-height: 1;
    letter-spacing: -0.04em;
}

.calculator-metrics span {
    display: block;
    margin-top: 8px;
    color: #526174;
    font-size: 0.92rem;
}

.calculator-notes {
    margin-top: 22px;
}

.calculator-notes ul,
.resource-check-list,
.resource-chip-list {
    margin: 14px 0 0;
    padding: 0;
    list-style: none;
}

.calculator-notes li,
.resource-check-list li,
.resource-chip-list li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 10px;
}

.calculator-notes li::before,
.resource-check-list li::before,
.resource-chip-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.62rem;
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: linear-gradient(135deg, #0ea5e9 0%, #2563eb 100%);
}

.resource-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 22px;
}

.resource-card a {
    color: #0b6dff;
    font-weight: 600;
    text-decoration: none;
}

.atomation-checklist-page {
    overflow: hidden;
}

.checklist-hero {
    position: relative;
    padding: 76px 0 64px;
    overflow: hidden;
}

.checklist-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(rgba(96, 165, 250, 0.08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(96, 165, 250, 0.08) 1px, transparent 1px);
    background-size: 42px 42px;
    mask-image: radial-gradient(circle at 50% 40%, #000 0%, transparent 72%);
}

.checklist-hero::after {
    content: "";
    position: absolute;
    inset: auto -12% -38% -12%;
    height: 260px;
    pointer-events: none;
    background: radial-gradient(circle at 50% 50%, rgba(14, 165, 233, 0.28), transparent 62%);
}

.checklist-hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.06fr) minmax(360px, 0.72fr);
    gap: 34px;
    align-items: center;
}

.checklist-hero-copy {
    max-width: 780px;
}

.checklist-hero .resource-pill {
    color: #bdeaff;
    background: rgba(8, 31, 56, 0.82);
    border-color: rgba(125, 211, 252, 0.22);
}

.checklist-hero h1 {
    max-width: 780px;
    font-size: clamp(2.35rem, 4.6vw, 4.9rem);
}

.checklist-hero p {
    max-width: 680px;
}

.checklist-hero .btn-secondary {
    color: #e9f7ff;
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.2);
}

.checklist-flow-card {
    position: relative;
    display: grid;
    gap: 12px;
    padding: 26px;
    border: 1px solid rgba(125, 211, 252, 0.22);
    border-radius: 24px;
    background:
        radial-gradient(circle at 18% 18%, rgba(34, 211, 238, 0.2), transparent 28%),
        linear-gradient(180deg, rgba(8, 31, 56, 0.92), rgba(3, 12, 25, 0.92));
    box-shadow: 0 30px 90px rgba(2, 8, 23, 0.34);
}

.checklist-flow-card::before {
    content: "";
    position: absolute;
    inset: 12px;
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    pointer-events: none;
}

.checklist-flow-node {
    position: relative;
    z-index: 1;
    padding: 14px 16px;
    border: 1px solid rgba(125, 211, 252, 0.24);
    border-radius: 16px;
    color: #f8fbff;
    background: rgba(255, 255, 255, 0.08);
    font-weight: 700;
    letter-spacing: -0.01em;
}

.checklist-flow-line {
    position: relative;
    z-index: 1;
    width: 2px;
    height: 22px;
    margin-left: 22px;
    background: linear-gradient(180deg, rgba(14, 165, 233, 0), #22d3ee, rgba(14, 165, 233, 0));
}

.checklist-flow-line::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -1px;
    width: 7px;
    height: 7px;
    border-right: 2px solid #67e8f9;
    border-bottom: 2px solid #67e8f9;
    transform: translateX(-50%) rotate(45deg);
}

.checklist-flow-card p {
    position: relative;
    z-index: 1;
    margin: 6px 0 0;
    color: rgba(232, 247, 255, 0.76);
    font-size: 0.95rem;
    line-height: 1.55;
}

.checklist-intro-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin-top: -28px;
    padding-bottom: 28px;
    position: relative;
    z-index: 2;
}

.checklist-intro-grid article {
    padding: 20px;
    border: 1px solid rgba(10, 30, 60, 0.08);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 24px 60px rgba(8, 25, 48, 0.08);
}

.checklist-intro-grid strong,
.checklist-intro-grid span {
    display: block;
}

.checklist-intro-grid strong {
    color: #071322;
    font-size: 0.98rem;
}

.checklist-intro-grid span {
    margin-top: 8px;
    color: #526174;
    line-height: 1.55;
    font-size: 0.94rem;
}

.checklist-layout-polished {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    padding-top: 0;
}

.checklist-layout-polished .checklist-card {
    padding: 24px;
}

.checklist-layout-polished .resource-heading span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin-bottom: 16px;
    border-radius: 14px;
    color: #e9f7ff;
    background: linear-gradient(135deg, #071322, #0b6dff);
    letter-spacing: 0.02em;
}

.checklist-layout-polished .resource-heading h2 {
    font-size: clamp(1.18rem, 1.7vw, 1.48rem);
    line-height: 1.12;
}

.checklist-layout-polished .resource-check-list li {
    margin-bottom: 12px;
    font-size: 0.95rem;
    line-height: 1.55;
}

.checklist-stack-list {
    display: grid;
    gap: 12px;
    margin-top: 22px;
}

.checklist-stack-item {
    padding: 16px;
    border: 1px solid rgba(10, 30, 60, 0.08);
    border-radius: 18px;
    background: linear-gradient(180deg, #ffffff, #f4f9fd);
}

.checklist-stack-item h3 {
    margin: 0;
    color: #071322;
    font-size: 1rem;
    letter-spacing: -0.02em;
}

.checklist-stack-item p {
    margin: 8px 0 0;
    color: #22364a;
    font-weight: 650;
    line-height: 1.5;
}

.checklist-stack-item span {
    display: block;
    margin-top: 8px;
    color: #64748b;
    font-size: 0.88rem;
    line-height: 1.55;
}

.checklist-cta-card {
    background:
        radial-gradient(circle at 12% 14%, rgba(14, 165, 233, 0.16), transparent 30%),
        linear-gradient(180deg, #071322, #0b1c32);
    color: #f8fbff;
    border-color: rgba(125, 211, 252, 0.18);
}

.checklist-cta-card .resource-heading span,
.checklist-cta-card .resource-heading h2,
.checklist-cta-card p,
.checklist-cta-card li {
    color: inherit;
}

.checklist-cta-card p,
.checklist-cta-card li {
    opacity: 0.82;
}

.checklist-cta-card .btn-secondary {
    color: #e9f7ff;
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.2);
}

.checklist-cta-card .btn-primary {
    color: #ffffff !important;
}

@media (max-width: 900px) {
    .checklist-hero-grid,
    .checklist-intro-grid,
    .calculator-layout,
    .checklist-layout,
    .resource-grid-two,
    .resource-grid-three {
        grid-template-columns: 1fr;
    }

    .calculator-form,
    .calculator-metrics {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .resource-shell {
        width: min(100% - 28px, 1120px);
    }

    .resource-hero {
        padding: 72px 0 36px;
    }

    .resource-card {
        padding: 22px;
        border-radius: 22px;
    }

    .checklist-hero {
        padding: 58px 0 48px;
    }

    .checklist-hero h1 {
        font-size: clamp(2.25rem, 12vw, 3.55rem);
        line-height: 0.98;
    }

    .checklist-flow-card {
        padding: 20px;
    }

    .checklist-intro-grid {
        margin-top: -18px;
    }
}

/* Homepage refresh final override layer */
.announcement-bar {
  position: relative !important;
  z-index: 80 !important;
  width: 100% !important;
  background: linear-gradient(90deg, #0477ff 0%, #18b7c7 48%, #1f7a62 100%) !important;
  color: #ffffff !important;
}

.announcement-bar a {
  display: flex !important;
  min-height: 48px !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 12px !important;
  padding: 10px 20px !important;
  color: inherit !important;
  font-family: var(--site-font-display) !important;
  font-size: 0.95rem !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
  text-align: center !important;
  text-decoration: none !important;
}

.announcement-dot {
  width: 10px !important;
  height: 10px !important;
  flex: 0 0 auto !important;
  border-radius: 999px !important;
  background: #4ade80 !important;
  box-shadow: 0 0 0 5px rgba(74, 222, 128, 0.16) !important;
}

.announcement-bar strong {
  display: inline-flex !important;
  min-height: 30px !important;
  align-items: center !important;
  padding: 0 14px !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, 0.95) !important;
  color: #07182d !important;
  font-size: 0.86rem !important;
  font-weight: 700 !important;
  white-space: nowrap !important;
}

.site-header {
  z-index: 70 !important;
}

.nav-resource-group {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
}

.nav-resource-group::after {
  position: absolute !important;
  top: 100% !important;
  right: -16px !important;
  left: -16px !important;
  height: 18px !important;
  content: "" !important;
}

.nav-resource-trigger {
  display: inline-flex !important;
  min-height: auto !important;
  align-items: center !important;
  gap: 5px !important;
  padding: 8px 12px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: transparent !important;
  color: inherit !important;
  font-family: var(--site-font-display) !important;
  font-size: 0.9rem !important;
  font-weight: 560 !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
  cursor: default !important;
}

.nav-resource-menu {
  position: absolute !important;
  top: calc(100% + 10px) !important;
  left: 50% !important;
  display: grid !important;
  width: 280px !important;
  padding: 10px !important;
  border: 1px solid rgba(15, 23, 42, 0.1) !important;
  border-radius: 8px !important;
  background: rgba(255, 255, 255, 0.97) !important;
  box-shadow: 0 24px 60px rgba(9, 35, 70, 0.16) !important;
  opacity: 0 !important;
  pointer-events: none !important;
  transform: translate(-50%, 8px) !important;
  transition: opacity 160ms ease, transform 160ms ease !important;
}

.nav-resource-group:hover .nav-resource-menu,
.nav-resource-group:focus-within .nav-resource-menu {
  opacity: 1 !important;
  pointer-events: auto !important;
  transform: translate(-50%, 0) !important;
}

.nav-links.nav-links-dropdown .nav-resource-menu a {
  display: grid !important;
  gap: 4px !important;
  min-height: 0 !important;
  padding: 12px !important;
  border-radius: 8px !important;
  color: #07182d !important;
}

.nav-links.nav-links-dropdown .nav-resource-menu a:hover,
.nav-links.nav-links-dropdown .nav-resource-menu a:focus-visible {
  background: #eef6ff !important;
  color: #07182d !important;
}

.nav-resource-menu strong,
.nav-resource-menu span {
  display: block !important;
  letter-spacing: 0 !important;
}

.nav-resource-menu strong {
  font-size: 0.93rem !important;
  font-weight: 700 !important;
}

.nav-resource-menu span {
  color: #52667d !important;
  font-family: var(--site-font-body) !important;
  font-size: 0.78rem !important;
  font-weight: 600 !important;
}

.hero.section-shell {
  grid-template-columns: minmax(0, 1fr) !important;
  justify-items: center !important;
  align-items: center !important;
  min-height: 620px !important;
  padding-top: 72px !important;
  padding-bottom: 78px !important;
  background:
    linear-gradient(90deg, rgba(3, 7, 18, 0.93) 0%, rgba(3, 7, 18, 0.76) 42%, rgba(3, 7, 18, 0.48) 100%),
    var(--site-banner-image),
    linear-gradient(135deg, #06111f 0%, #071827 58%, #102a39 100%) !important;
}

.hero-copy {
  width: min(100%, 980px) !important;
  max-width: 980px !important;
  margin: 0 auto !important;
  order: 1 !important;
  justify-items: center !important;
  text-align: center !important;
}

.hero-kicker,
.section-kicker {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 34px !important;
  padding: 0 12px !important;
  border: 1px solid rgba(125, 211, 252, 0.34) !important;
  border-radius: 999px !important;
  background: rgba(14, 165, 233, 0.13) !important;
  color: #8ee8ff !important;
  font-family: var(--site-font-display) !important;
  font-size: 0.78rem !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
}

.hero h1 {
  max-width: 920px !important;
  margin: 18px auto 0 !important;
  font-size: 3.45rem !important;
  line-height: 1.03 !important;
  letter-spacing: 0 !important;
  text-align: center !important;
  text-wrap: balance !important;
}

.hero-lede {
  max-width: 720px !important;
  margin: 22px auto 0 !important;
  font-size: 1.06rem !important;
  line-height: 1.62 !important;
  letter-spacing: 0 !important;
  text-align: center !important;
}

.hero-copy .hero-actions {
  display: flex !important;
  justify-content: center !important;
  justify-items: center !important;
  margin-top: 28px !important;
}

.hero-automation-visual {
  position: relative !important;
  display: grid !important;
  order: 2 !important;
  min-height: 420px !important;
  align-self: stretch !important;
  padding: 22px !important;
  border: 1px solid rgba(226, 232, 240, 0.15) !important;
  border-radius: 8px !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.06)),
    linear-gradient(135deg, rgba(8, 119, 255, 0.2), rgba(20, 184, 166, 0.12)) !important;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.26) !important;
  overflow: hidden !important;
}

.hero-automation-visual::before {
  content: "" !important;
  position: absolute !important;
  inset: 18px !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  border-radius: 8px !important;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.07) 1px, transparent 1px) !important;
  background-size: 38px 38px !important;
  pointer-events: none !important;
}

.hero-flow-card,
.hero-flow-core {
  position: absolute !important;
  z-index: 2 !important;
  display: grid !important;
  gap: 5px !important;
  width: min(205px, 42%) !important;
  padding: 14px !important;
  border: 1px solid rgba(226, 232, 240, 0.16) !important;
  border-radius: 8px !important;
  background: rgba(255, 255, 255, 0.93) !important;
  color: #07182d !important;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.2) !important;
}

.hero-flow-card span,
.hero-flow-card em,
.hero-flow-core span {
  font-size: 0.75rem !important;
  font-style: normal !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
}

.hero-flow-card span,
.hero-flow-core span {
  color: #0477ff !important;
  text-transform: uppercase !important;
}

.hero-flow-card strong,
.hero-flow-core strong {
  color: #07182d !important;
  font-size: 1rem !important;
  line-height: 1.2 !important;
  letter-spacing: 0 !important;
}

.hero-flow-card em {
  color: #52667d !important;
  line-height: 1.35 !important;
}

.hero-flow-card-source {
  top: 44px !important;
  left: 28px !important;
}

.hero-flow-card-data {
  top: 148px !important;
  right: 28px !important;
}

.hero-flow-card-action {
  right: 62px !important;
  bottom: 42px !important;
}

.hero-flow-core {
  left: 44px !important;
  bottom: 78px !important;
  width: min(235px, 48%) !important;
  background: #07182d !important;
  color: #ffffff !important;
}

.hero-flow-core strong {
  color: #ffffff !important;
}

.hero-flow-core span {
  color: #67e8f9 !important;
}

.hero-flow-line {
  position: absolute !important;
  z-index: 1 !important;
  height: 2px !important;
  border-radius: 999px !important;
  background: linear-gradient(90deg, rgba(103, 232, 249, 0), rgba(103, 232, 249, 0.75), rgba(74, 222, 128, 0)) !important;
  transform-origin: center !important;
}

.hero-flow-line-one {
  top: 155px !important;
  left: 165px !important;
  width: 210px !important;
  transform: rotate(12deg) !important;
}

.hero-flow-line-two {
  right: 122px !important;
  bottom: 165px !important;
  width: 190px !important;
  transform: rotate(84deg) !important;
}

.hero-flow-pulse {
  position: absolute !important;
  z-index: 3 !important;
  width: 42px !important;
  height: 10px !important;
  border-radius: 999px !important;
  background: #67e8f9 !important;
  box-shadow: 0 0 22px rgba(103, 232, 249, 0.64) !important;
  animation: atomation-flow-pulse 4.8s ease-in-out infinite !important;
}

.hero-flow-pulse-one {
  top: 147px !important;
  left: 210px !important;
}

.hero-flow-pulse-two {
  right: 135px !important;
  bottom: 202px !important;
  animation-delay: 1.6s !important;
}

.integration-strip {
  border-top: 1px solid rgba(15, 23, 42, 0.08) !important;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08) !important;
  background: rgba(255, 255, 255, 0.96) !important;
}

.workflow-demo-section {
  display: grid !important;
  grid-template-columns: minmax(0, 0.82fr) minmax(420px, 1fr) !important;
  align-items: center !important;
  gap: 48px !important;
  padding-top: 78px !important;
  padding-bottom: 78px !important;
}

.workflow-demo-copy {
  max-width: 520px !important;
}

.workflow-demo-copy .section-kicker {
  border-color: rgba(4, 119, 255, 0.18) !important;
  background: rgba(4, 119, 255, 0.08) !important;
  color: #0754b8 !important;
}

.workflow-demo-copy h2 {
  margin: 18px 0 0 !important;
  color: #07182d !important;
  font-family: var(--site-font-display) !important;
  font-size: 2.45rem !important;
  font-weight: 560 !important;
  line-height: 1.08 !important;
  letter-spacing: 0 !important;
}

.workflow-demo-copy p {
  margin: 18px 0 0 !important;
  color: #52667d !important;
  font-size: 1rem !important;
  font-weight: 600 !important;
  line-height: 1.62 !important;
  letter-spacing: 0 !important;
}

.workflow-demo-actions {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  gap: 14px !important;
  margin-top: 28px !important;
}

.workflow-demo-link {
  color: #0754b8 !important;
  font-weight: 800 !important;
  text-decoration: none !important;
}

.workflow-demo-link:hover,
.workflow-demo-link:focus-visible {
  color: #07182d !important;
}

.workflow-demo-board {
  position: relative !important;
  display: grid !important;
  gap: 12px !important;
  padding: 18px !important;
  border: 1px solid rgba(20, 83, 150, 0.13) !important;
  border-radius: 8px !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(255, 255, 255, 0.66)),
    linear-gradient(135deg, rgba(4, 119, 255, 0.08), rgba(20, 184, 166, 0.1)) !important;
  box-shadow: 0 24px 70px rgba(9, 35, 70, 0.11) !important;
  overflow: hidden !important;
}

.workflow-demo-board::before {
  content: "" !important;
  position: absolute !important;
  top: 42px !important;
  bottom: 42px !important;
  left: 36px !important;
  width: 2px !important;
  background: linear-gradient(180deg, #0477ff, #16a388, #4ade80) !important;
  opacity: 0.5 !important;
}

.workflow-demo-node {
  position: relative !important;
  z-index: 1 !important;
  display: grid !important;
  grid-template-columns: auto 1fr !important;
  column-gap: 14px !important;
  row-gap: 4px !important;
  padding: 16px !important;
  border: 1px solid rgba(20, 83, 150, 0.12) !important;
  border-radius: 8px !important;
  background: rgba(255, 255, 255, 0.9) !important;
  box-shadow: 0 14px 36px rgba(9, 35, 70, 0.08) !important;
  animation: atomation-demo-lift 9s ease-in-out infinite !important;
}

.workflow-demo-node:nth-child(2) {
  animation-delay: 0.35s !important;
}

.workflow-demo-node:nth-child(3) {
  animation-delay: 0.7s !important;
}

.workflow-demo-node:nth-child(4) {
  animation-delay: 1.05s !important;
}

.workflow-demo-node:nth-child(5) {
  animation-delay: 1.4s !important;
}

.workflow-demo-node span {
  grid-row: span 2 !important;
  display: grid !important;
  width: 40px !important;
  height: 40px !important;
  place-items: center !important;
  border-radius: 8px !important;
  background: #07182d !important;
  color: #ffffff !important;
  font-family: var(--site-font-display) !important;
  font-size: 0.84rem !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
}

.workflow-demo-node-active span {
  background: #0477ff !important;
}

.workflow-demo-node strong {
  color: #07182d !important;
  font-size: 1rem !important;
  line-height: 1.2 !important;
  letter-spacing: 0 !important;
}

.workflow-demo-node p {
  margin: 0 !important;
  color: #52667d !important;
  font-size: 0.88rem !important;
  font-weight: 600 !important;
  line-height: 1.42 !important;
  letter-spacing: 0 !important;
}

@keyframes atomation-flow-pulse {
  0%,
  100% {
    opacity: 0.35;
    transform: translateX(0);
  }
  50% {
    opacity: 1;
    transform: translateX(46px);
  }
}

@keyframes atomation-demo-lift {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-4px);
  }
}

@media (max-width: 1040px) {
  .nav-resource-group::after {
    content: none !important;
  }

  .nav-resource-group {
    display: grid !important;
    gap: 8px !important;
  }

  .nav-resource-trigger {
    display: none !important;
  }

  .nav-resource-menu {
    position: static !important;
    display: grid !important;
    width: auto !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    transform: none !important;
  }

  .nav-links.nav-links-dropdown .nav-resource-menu a {
    min-height: 44px !important;
    border: 1px solid rgba(102, 172, 255, 0.14) !important;
    background: rgba(255, 255, 255, 0.045) !important;
    color: #ffffff !important;
  }

  .nav-resource-menu span {
    color: rgba(226, 232, 240, 0.7) !important;
  }

  .hero.section-shell,
  .workflow-demo-section {
    grid-template-columns: 1fr !important;
  }

  .hero.section-shell {
    min-height: 0 !important;
  }

  .hero-copy {
    max-width: 760px !important;
    justify-items: center !important;
    text-align: center !important;
  }

  .hero h1,
  .hero-lede {
    margin-right: auto !important;
    margin-left: auto !important;
    text-align: center !important;
  }

  .hero-copy .hero-actions {
    justify-content: center !important;
  }

  .hero-automation-visual {
    width: min(100%, 620px) !important;
    min-height: 390px !important;
    justify-self: center !important;
  }

  .workflow-demo-copy {
    max-width: 720px !important;
    text-align: center !important;
    justify-self: center !important;
  }

  .workflow-demo-actions {
    justify-content: center !important;
  }
}

@media (max-width: 720px) {
  .announcement-bar a {
    min-height: 44px !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
    padding: 9px 16px !important;
    font-size: 0.84rem !important;
  }

  .announcement-bar strong {
    min-height: 28px !important;
    font-size: 0.78rem !important;
  }

  .hero.section-shell {
    padding-top: 56px !important;
    padding-bottom: 58px !important;
  }

  .hero h1 {
    width: 100% !important;
    max-width: 100% !important;
    font-size: clamp(2.05rem, 8.6vw, 2.55rem) !important;
    line-height: 1.08 !important;
    letter-spacing: -0.035em !important;
    text-wrap: balance !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
  }

  .hero-lede {
    max-width: 31ch !important;
    font-size: 0.98rem !important;
  }

  .hero-copy .hero-actions {
    display: grid !important;
    width: 100% !important;
    max-width: 340px !important;
  }

  .hero-automation-visual {
    min-height: 515px !important;
    padding: 16px !important;
    align-content: center !important;
    gap: 12px !important;
  }

  .hero-flow-card,
  .hero-flow-core {
    position: relative !important;
    inset: auto !important;
    width: 100% !important;
    margin: 0 !important;
  }

  .hero-flow-line,
  .hero-flow-pulse {
    display: none !important;
  }

  .workflow-demo-section {
    gap: 28px !important;
    padding-top: 54px !important;
    padding-bottom: 58px !important;
  }

  .workflow-demo-copy h2 {
    font-size: 2rem !important;
  }

  .workflow-demo-actions {
    display: grid !important;
    align-items: stretch !important;
  }

  .workflow-demo-board {
    padding: 12px !important;
  }

  .workflow-demo-board::before {
    display: none !important;
  }

  .workflow-demo-node {
    grid-template-columns: 1fr !important;
    padding: 14px !important;
  }

  .workflow-demo-node span {
    grid-row: auto !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-flow-pulse,
  .workflow-demo-node {
    animation: none !important;
  }

  .nav-resource-menu {
    transition: none !important;
  }
}
.integration-spoke-use-cases {
  display: grid;
  gap: 10px;
  max-width: 880px;
}

.integration-spoke-use-case {
  border: 1px solid rgba(33, 107, 189, 0.16);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 12px 28px rgba(13, 45, 84, 0.06);
  overflow: hidden;
}

.integration-spoke-use-case summary {
  display: grid;
  grid-template-columns: 34px 1fr;
  align-items: center;
  gap: 12px;
  min-height: 68px;
  padding: 14px 18px;
  cursor: pointer;
  list-style: none;
}

.integration-spoke-use-case summary::-webkit-details-marker {
  display: none;
}

.integration-spoke-use-case__icon {
  position: relative;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: #e8f3ff;
  border: 1px solid rgba(0, 117, 255, 0.22);
}

.integration-spoke-use-case__icon::before,
.integration-spoke-use-case__icon::after {
  position: absolute;
  inset: 50% auto auto 50%;
  width: 12px;
  height: 2px;
  background: #0477ff;
  border-radius: 999px;
  content: "";
  transform: translate(-50%, -50%);
}

.integration-spoke-use-case__icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.integration-spoke-use-case[open] .integration-spoke-use-case__icon::after {
  opacity: 0;
}

.integration-spoke-use-case__copy {
  display: grid;
  gap: 3px;
}

.integration-spoke-use-case strong {
  color: #071a33;
  font-family: var(--site-font-display);
  font-size: clamp(1.05rem, 2vw, 1.25rem);
  line-height: 1.2;
}

.integration-spoke-use-case p {
  margin: 0;
  padding: 0 18px 18px 64px;
  color: #405872;
  font-size: 0.98rem;
  font-weight: 600;
  line-height: 1.55;
  overflow-wrap: break-word;
}

.integration-faq-section {
  padding-top: clamp(42px, 6vw, 68px) !important;
  padding-bottom: clamp(42px, 6vw, 68px) !important;
}

.integration-faq-heading {
  max-width: 760px !important;
  gap: 10px !important;
  margin-bottom: clamp(20px, 3vw, 28px) !important;
}

.integration-faq-heading h2 {
  max-width: 760px !important;
  color: var(--site-modern-ink) !important;
  font-size: clamp(1.7rem, 3vw, 2.45rem) !important;
  line-height: 1.08 !important;
  letter-spacing: -0.025em !important;
}

.integration-faq-heading p {
  max-width: 620px !important;
  color: #50657c !important;
  font-size: clamp(0.95rem, 1.15vw, 1.05rem) !important;
  font-weight: 560 !important;
  line-height: 1.55 !important;
}

.integration-faq-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: start;
  gap: clamp(14px, 1.8vw, 20px);
}

.integration-faq-card {
  display: flex !important;
  min-height: 0 !important;
  flex-direction: column !important;
  justify-content: flex-start !important;
  gap: 12px !important;
  padding: clamp(22px, 2.2vw, 26px) !important;
  overflow-wrap: break-word;
}

.integration-faq-card h3 {
  margin: 0 !important;
  color: #071a33 !important;
  font-size: clamp(1.02rem, 1.25vw, 1.16rem) !important;
  font-weight: 720 !important;
  line-height: 1.24 !important;
  letter-spacing: 0 !important;
}

.integration-faq-card p {
  margin: 0 !important;
  color: #405872 !important;
  font-size: 1rem !important;
  font-weight: 560 !important;
  line-height: 1.6 !important;
}

@media (max-width: 980px) {
  .integration-faq-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .integration-spoke-use-case summary {
    grid-template-columns: 30px 1fr;
    padding: 13px 14px;
  }

  .integration-spoke-use-case p {
    padding-right: 14px;
    padding-left: 56px;
  }

  .integration-faq-section {
    padding-top: 38px !important;
    padding-bottom: 38px !important;
  }

  .integration-faq-heading {
    gap: 8px !important;
    margin-bottom: 18px !important;
  }

  .integration-faq-heading h2 {
    font-size: clamp(1.45rem, 7vw, 1.9rem) !important;
    line-height: 1.12 !important;
  }

  .integration-faq-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .integration-faq-card {
    gap: 10px !important;
    padding: 20px !important;
  }
}
