/* Small compatibility layer for the PHP/HTML version. */
@font-face {
  font-family: "Font Awesome 6 Pro";
  src: url("../fonts/fa-light-300.ttf") format("truetype");
  font-style: normal;
  font-weight: 300;
  font-display: block;
}

@font-face {
  font-family: "Font Awesome 6 Pro";
  src: url("../fonts/fa-regular-400.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: block;
}

@font-face {
  font-family: "Font Awesome 6 Pro";
  src: url("../fonts/fa-solid-900.ttf") format("truetype");
  font-style: normal;
  font-weight: 900;
  font-display: block;
}

@font-face {
  font-family: "Font Awesome 6 Brands";
  src: url("../fonts/fa-brands-400.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: block;
}

.fa,
.fas,
.fa-solid {
  font-family: "Font Awesome 6 Pro" !important;
  font-weight: 900;
}

.far,
.fa-regular {
  font-family: "Font Awesome 6 Pro" !important;
  font-weight: 400;
}

.fal,
.fa-light {
  font-family: "Font Awesome 6 Pro" !important;
  font-weight: 300;
}

.fab,
.fa-brands {
  font-family: "Font Awesome 6 Brands" !important;
  font-weight: 400;
}

.fa-arrow-up::before {
  content: "\f062" !important;
}

.fa-arrow-right::before {
  content: "\f061" !important;
}

.fa-bars::before {
  content: "\f0c9" !important;
}

.fa-search::before {
  content: "\f002" !important;
}

.fa-check::before {
  content: "\f00c" !important;
}

.fa-play::before {
  content: "\f04b" !important;
}

.fa-star-sharp::before {
  content: "\e28b" !important;
}

.fa-angles-left::before {
  content: "\f100" !important;
}

.fa-angles-right::before {
  content: "\f101" !important;
}

.fa-chevron-double-left::before {
  content: "\f323" !important;
}

.fa-chevron-double-right::before {
  content: "\f324" !important;
}

.fa-share-alt::before {
  content: "\f1e0" !important;
}

.fa-facebook::before {
  content: "\f09a" !important;
}

.fa-facebook-f::before {
  content: "\f39e" !important;
}

.fa-instagram::before {
  content: "\f16d" !important;
}

.fa-linkedin::before {
  content: "\f08c" !important;
}

.fa-linkedin-in::before {
  content: "\f0e1" !important;
}

.fa-square-youtube::before {
  content: "\f431" !important;
}

.fa-twitter::before {
  content: "\f099" !important;
}

.fa-x-twitter::before {
  content: "\e61f" !important;
}

.fa-youtube::before {
  content: "\f167" !important;
}

.xb-faq .accordion_box .block .acc-btn .arrow::before {
  content: "\f067" !important;
  font-family: "Font Awesome 6 Pro" !important;
  font-weight: 900 !important;
}

.xb-faq .accordion_box .block.active-block .acc-btn .arrow::before {
  content: "\f068" !important;
}

.static-form-message {
  margin: 24px 0 0;
  padding: 14px 18px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 10px;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
}

.xb-header-menu .xb-menu-toggle {
  cursor: pointer;
}

html {
  scroll-behavior: smooth;
}

#section-three-discovery-call,
#home-who-we-are-intro,
#how-we-work-details,
#section-five-discovery-call,
#why-us,
#who-we-help,
#who-we-are-not-for,
#ready-to-start,
.home-remove-requested {
  display: none !important;
}

#home-hero .hero-icon {
  max-width: 280px;
  margin-left: auto;
  margin-right: 0 !important;
}

@media (min-width: 992px) {
  #home-hero.hero-style {
    min-height: 788px;
    position: relative;
  }
}

#home-hero .hero-icon img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

#home-hero .hero-btn {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 12px;
}

#home-hero .hero-btn button {
  border: 0;
}

#home-hero .hero-btn .agency-btn .text {
  font-size: 14px;
  line-height: 1;
}

.agency-btn .arrow {
  padding: 5px;
}

.philosophy-section-action {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

.home-dual-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
}

.home-dual-cta .thm-btn.agency-btn {
  margin: 0;
}

#home-hero .hero-btn .home-roi-toggle.agency-btn {
  width: auto !important;
  min-width: 0;
  padding: 0;
  flex: 0 0 auto;
  gap: 0;
  border: 0;
  background: transparent;
  white-space: nowrap;
}

#home-hero .hero-btn .home-roi-toggle.agency-btn .text {
  padding: 21.2px 16px;
  background: var(--color-primary);
}

#home-hero .hero-btn .home-roi-toggle.agency-btn .arrow {
  border: 0;
}

.home-hero-slider {
  position: relative;
  min-height: 230px;
}

.home-hero-slide {
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  min-height: 230px;
  opacity: 0;
  transform: translateY(18px);
  pointer-events: none;
  transition: opacity 0.55s ease, transform 0.55s ease;
}

.home-hero-slide.is-active {
  position: relative;
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.home-hero-slide .title {
  margin-bottom: 16px;
  line-height: 1.08;
}

.home-hero-slide .title span {
  display: inline-block;
}

.home-hero-slide .sub-title {
  max-width: 820px;
  line-height: 1.5;
}

.home-hero-slider-dots {
  position: relative;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: max-content;
  min-height: 18px;
  margin: 54px auto 0;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(8, 14, 33, 0.82), rgba(0, 255, 151, 0.12));
  box-shadow: 0 14px 38px rgba(0, 0, 0, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
}

.home-hero-slider-dots button {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.38);
  cursor: pointer;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.06);
  transition: width 0.28s ease, background 0.28s ease, box-shadow 0.28s ease, transform 0.28s ease;
}

.home-hero-slider-dots button:hover,
.home-hero-slider-dots button:focus-visible {
  background: rgba(0, 255, 151, 0.7);
  box-shadow: 0 0 0 5px rgba(0, 255, 151, 0.12);
  transform: translateY(-1px);
}

.home-hero-slider-dots button:focus-visible {
  outline: 2px solid rgba(0, 255, 151, 0.72);
  outline-offset: 4px;
}

.home-hero-slider-dots button.is-active {
  width: 34px;
  background: var(--color-primary);
  box-shadow: 0 0 22px rgba(0, 255, 151, 0.42);
}

@media (min-width: 992px) {
  #home-hero .home-hero-slider-dots {
    position: absolute;
    bottom: 20px;
    left: calc((100% - 960px) / 2 + 360px);
    margin: 0;
    transform: translateX(-50%);
  }
}

@media (min-width: 1200px) {
  #home-hero .home-hero-slider-dots {
    left: calc((100% - 1140px) / 2 + 427.5px);
  }
}

@media (min-width: 1400px) {
  #home-hero .home-hero-slider-dots {
    left: calc((100% - 1320px) / 2 + 495px);
  }
}

@media (prefers-reduced-motion: reduce) {

  .home-hero-slider-dots,
  .home-hero-slider-dots button {
    transition: none;
  }
}

.home-section-nav-section {
  position: relative;
  z-index: 2;
  padding: 34px 0;
  margin-top: -1px;
}

.home-section-nav-shell {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 26px 24px 24px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.075), rgba(0, 255, 151, 0.065));
  box-shadow: 0 20px 70px rgba(0, 0, 0, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
}

.home-section-nav-heading {
  position: relative;
  width: 100%;
  padding-top: 15px;
  text-align: center;
}

.home-section-nav-heading::before {
  position: absolute;
  top: 0;
  left: 50%;
  width: 46px;
  height: 4px;
  border-radius: 999px;
  background: var(--color-primary);
  box-shadow: 0 0 18px rgba(0, 255, 151, 0.48);
  transform: translateX(-50%);
  content: "";
}

.home-section-nav-title {
  display: block;
  color: var(--color-white);
  font-family: var(--font-heading);
  font-size: 26px;
  line-height: 1.1;
  letter-spacing: -0.04em;
}

.home-section-nav-subtitle {
  margin: 6px 0 0;
  color: var(--color-primary);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.45;
}

.home-section-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  margin: 0;
  padding: 20px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.home-section-nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 12px 18px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.055);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  transition: color 0.25s ease, background 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.home-section-nav a:hover,
.home-section-nav a:focus-visible {
  border-color: var(--color-primary);
  background: var(--color-primary);
  color: var(--color-secondary);
  box-shadow: 0 12px 32px rgba(0, 255, 151, 0.22);
  transform: translateY(-2px);
}

.home-section-nav a:focus-visible {
  outline: 2px solid rgba(0, 255, 151, 0.68);
  outline-offset: 4px;
}

.home-section-action .form-btn,
.home-pillar-cta .form-btn,
.how-work-more {
  gap: 0;
  padding: 0 5px 0 0 !important;
  color: var(--color-secondary);
  border: 0;
  border-radius: 30px;
  background: var(--color-primary) !important;
  overflow: clip;
  text-transform: uppercase;
}

.home-section-action .form-btn::before,
.home-pillar-cta .form-btn::before,
.how-work-more::before {
  content: "";
  align-self: stretch;
  width: 1px;
  order: 1;
  background: transparent;
}

.home-section-action .form-btn::after,
.home-pillar-cta .form-btn::after,
.how-work-more::after {
  content: "â†—";
  width: 46px;
  height: 46px;
  order: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 0;
  color: var(--color-white);
  border-radius: 50%;
  background: var(--color-secondary);
  font-size: 20px;
  line-height: 1;
  transition: transform 0.3s ease, background 0.3s ease;
}

.home-section-action .form-btn,
.home-pillar-cta .form-btn,
.how-work-more {
  padding-left: 20px !important;
  min-height: 56px;
  font-size: 14px;
  line-height: 1;
}

.home-section-action .form-btn:hover,
.home-pillar-cta .form-btn:hover,
.how-work-more:hover {
  color: var(--color-secondary) !important;
  background: var(--color-primary) !important;
}

.home-section-action .form-btn:hover::after,
.home-pillar-cta .form-btn:hover::after,
.how-work-more:hover::after {
  transform: translate(2px, -2px);
}

.ai-consulting-content {
  margin-top: 0;
}

.ai-consulting-kicker {
  display: inline-block;
  margin-bottom: 14px;
  color: var(--color-primary);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ai-consulting-title {
  max-width: 760px;
  margin: 0;
  color: var(--color-white);
  font-size: clamp(38px, 4.4vw, 68px);
  line-height: 1.08;
  letter-spacing: -0.045em;
}

.ai-consulting-title span {
  color: #9b9da5;
}

.ai-consulting-intro-copy {
  max-width: 650px;
  margin: 24px 0 0;
  color: #b2b3b7;
  font-size: 17px;
  line-height: 1.7;
}

.ai-consulting-lead {
  padding-left: 18px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.ai-consulting-lead p,
.ai-consulting-story p {
  color: #b2b3b7;
  font-size: 17px;
  line-height: 1.7;
}

.ai-consulting-lead p:last-child,
.ai-consulting-story p:last-child {
  margin-bottom: 0;
}

.ai-consulting-services {
  margin-top: 18px;
}

.ai-consulting-services .xb-feature-item,
.ai-consulting-services .xb-item--inner {
  height: 100%;
}

.ai-consulting-question {
  margin-top: 72px;
}

.ai-consulting-question-title {
  display: block;
}

.ai-consulting-question-title .title {
  max-width: 880px;
  margin: 0;
  color: var(--color-white);
  font-family: var(--font-heading);
  font-size: clamp(42px, 4.25vw, 62px);
  font-weight: 500;
  line-height: 1.32;
  letter-spacing: -0.04em;
}

.ai-consulting-question-title.about-sec-title .title span {
  overflow: hidden;
  margin: 0 8px;
  vertical-align: middle;
  border-radius: 100px;
}

.ai-consulting-question-title.about-sec-title .title span img {
  position: absolute !important;
  inset: 0 auto auto 0 !important;
  z-index: 0 !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: cover;
}

.ai-consulting-question-title.about-sec-title .title span:nth-child(1) {
  width: 52px;
  height: 52px;
}

.ai-consulting-question-title.about-sec-title .title span:nth-child(2) {
  width: 106px;
  height: 70px;
}

.ai-consulting-question-title.about-sec-title .title span:nth-child(3) {
  width: 230px;
  height: 44px;
  left: 14px;
  top: 8px;
}

.ai-consulting-question p {
  margin: 0;
  color: #b2b3b7;
  font-size: 17px;
  line-height: 1.7;
}

.ai-consulting-story {
  margin-top: 50px;
  padding: 52px 48px;
  overflow: hidden;
  border-radius: 10px;
  background: linear-gradient(209deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.035));
  box-shadow: 0 4px 24px -1px rgba(28, 9, 61, 0.2);
  backdrop-filter: blur(40px);
}

.ai-consulting-story blockquote {
  margin: 0 0 28px;
  color: var(--color-white);
  font-family: var(--font-heading);
  font-size: clamp(28px, 3vw, 43px);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.035em;
}

.ai-consulting-story__copy h3 {
  margin: 0 0 22px;
  color: var(--color-white);
  font-size: clamp(27px, 2.5vw, 38px);
  letter-spacing: -0.035em;
}

.ai-consulting-story__media {
  margin-top: 30px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.04);
}

.ai-consulting-story__media img {
  display: block;
  width: 100%;
  height: auto;
}

.home-client-section {
  position: relative;
  overflow: hidden;
}

.xb-header-logo img,
.xb-logo-mobile img {
  width: auto;
  object-fit: contain;
}

.xb-header-logo img {
  max-width: 230px;
  height: 56px;
}

@media (min-width: 1200px) {
  #xb-header-area .header__wrap {
    justify-content: flex-start;
  }

  #xb-header-area .main-menu__wrap {
    margin-left: auto;
  }
}

#xb-header-area .header-bar-mobile {
  margin-left: auto;
}

.xb-logo-mobile img {
  max-width: 190px;
  height: 46px;
}

@media (min-width: 992px) {

  #home-problem,
  #home-method,
  #home-readiness-pillars,
  #home-documented-outcomes,
  #ai-tech-consulting,
  #our-philosophy,
  #where-we-can-help,
  #home-faq {
    padding-top: 110px !important;
    padding-bottom: 110px !important;
  }

  #home-documented-outcomes {
    padding-bottom: 95px !important;
  }
}

.home-pillars-section {
  isolation: isolate;
  background-size: cover;
  background-position: center calc(50% + var(--framework-parallax-y, 0px));
  will-change: background-position;
}

.home-pillars-section::before {
  position: absolute;
  content: "";
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(circle at 18% 14%, rgba(0, 255, 151, 0.22), transparent 28%),
    linear-gradient(180deg, rgba(0, 2, 15, 0.38), rgba(0, 2, 15, 0.78));
}

.home-pillars-section>.container {
  position: relative;
  z-index: 1;
}

.home-client-section .sec-title .content,
.home-method-intro {
  max-width: 680px;
  color: #b2b3b7;
  font-size: 17px;
  line-height: 1.7;
}

.sec-title .sub-title,
.contact-sec-title .sub-title {
  color: var(--color-primary) !important;
}

.sec-title .sub-title::before,
.sec-title .sub-title::after,
.contact-sec-title .sub-title::before,
.contact-sec-title .sub-title::after {
  background: var(--color-primary) !important;
}

.home-problem-section .about-sec-title .title {
  max-width: 760px;
  color: var(--color-white);
  line-height: 1.18;
}

.home-problem-section .about-sec-title .title span {
  overflow: hidden;
  margin: 0 8px;
  vertical-align: middle;
  border-radius: 100px;
}

.home-problem-section .about-sec-title .title span img {
  position: absolute !important;
  inset: 0 auto auto 0 !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: cover;
}

.home-problem-section .about-sec-title .title span:nth-child(1) {
  width: 90px;
  height: 54px;
}

.home-problem-copy,
.home-problem-closing,
.home-method-card,
.home-pillar-card,
.home-pillar-cta,
.home-outcome-card {
  border-radius: 12px;
  background: linear-gradient(209deg, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0.025));
  box-shadow: 0 4px 24px -1px rgba(28, 9, 61, 0.2);
  backdrop-filter: blur(35px);
}

.home-problem-copy {
  padding: 38px 34px;
}

.home-problem-copy p,
.home-problem-closing p,
.home-pillar-cta p {
  margin: 0 0 18px;
  color: #c7c8ce;
  font-size: 17px;
  line-height: 1.7;
}

.home-problem-copy p:last-child,
.home-problem-closing p:last-child,
.home-pillar-cta p:last-child {
  margin-bottom: 0;
}

.home-problem-copy h3 {
  margin: 0 0 18px;
  color: var(--color-white);
  font-size: clamp(28px, 2.8vw, 42px);
  line-height: 1.15;
  letter-spacing: -0.04em;
}

.home-problem-closing {
  padding: 26px 32px;
}

.home-problem-section {
  padding-top: clamp(88px, 9vw, 130px) !important;
  padding-bottom: clamp(82px, 8vw, 120px) !important;
}

.home-problem-manifesto {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: clamp(34px, 5vw, 58px);
  overflow: hidden;
  border: 1px solid rgba(0, 255, 151, 0.18);
  border-radius: 18px;
  background:
    radial-gradient(circle at 12% 8%, rgba(0, 255, 151, 0.12), transparent 30%),
    linear-gradient(209deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.025));
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(38px);
  counter-reset: problem-step;
}

.home-problem-manifesto::before,
.home-problem-manifesto::after {
  content: "";
  position: absolute;
  pointer-events: none;
  border-radius: 999px;
}

.home-problem-manifesto::before {
  width: 210px;
  height: 210px;
  right: -90px;
  top: -100px;
  background: rgba(0, 255, 151, 0.1);
  filter: blur(32px);
}

.home-problem-manifesto::after {
  width: 1px;
  top: 32px;
  bottom: 32px;
  left: 24px;
  background: linear-gradient(180deg, transparent, rgba(0, 255, 151, 0.38), transparent);
}

.home-problem-label {
  display: block;
  margin-bottom: clamp(22px, 3vw, 34px);
  color: rgba(0, 255, 151, 0.82);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.home-problem-statement {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  column-gap: clamp(16px, 2vw, 24px);
  align-items: start;
  margin: 0 0 clamp(18px, 2.4vw, 26px);
  padding: clamp(26px, 3.2vw, 38px) clamp(24px, 3.8vw, 42px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 18px;
  background:
    radial-gradient(circle at 88% 18%, rgba(0, 255, 151, 0.13), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.028));
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.22);
  color: var(--color-white);
  font-family: var(--font-heading);
  font-size: 32px;
  font-weight: 500;
  line-height: 1.16;
  letter-spacing: -0.045em;
  transform: translate3d(0, calc(var(--problem-parallax-y, 0px) + var(--problem-reveal-y, 0px)), 0) scale(var(--problem-reveal-scale, 1));
  transition:
    opacity 0.72s ease,
    transform 0.78s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.3s ease,
    box-shadow 0.3s ease;
  will-change: transform;
  counter-increment: problem-step;
}

.home-problem-animate-ready .home-problem-statement {
  --problem-reveal-y: 34px;
  --problem-reveal-scale: 0.985;
  opacity: 0.42;
}

.home-problem-animate-ready .home-problem-statement.is-visible {
  --problem-reveal-y: 0px;
  --problem-reveal-scale: 1;
  opacity: 1;
}

.home-problem-statement::before {
  content: "0" counter(problem-step);
  grid-column: 1;
  grid-row: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 28px;
  margin-top: 8px;
  margin-bottom: 0;
  border: 1px solid rgba(0, 255, 151, 0.28);
  border-radius: 999px;
  background: rgba(0, 255, 151, 0.08);
  color: rgba(0, 255, 151, 0.92);
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.06em;
}

.home-problem-statement-text {
  grid-column: 2;
  grid-row: 1;
  min-width: 0;
}

.home-problem-statement::after {
  content: "";
  position: absolute;
  inset: auto 24px 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(0, 255, 151, 0.62), transparent);
  opacity: 0.68;
}

.home-problem-statement:nth-of-type(2) {
  margin-left: clamp(0px, 3vw, 34px);
}

.home-problem-statement:nth-of-type(3) {
  margin-right: clamp(0px, 3vw, 34px);
}

.home-problem-statement:last-of-type {
  margin-bottom: 0;
}

.home-problem-statement:hover {
  border-color: rgba(0, 255, 151, 0.28);
  box-shadow: 0 24px 58px rgba(0, 0, 0, 0.28);
}

.home-problem-statement em {
  color: var(--color-primary);
  font-style: normal;
}

.home-problem-rule {
  display: none;
}

.home-problem-body {
  margin-top: clamp(28px, 4vw, 42px);
  max-width: 760px;
}

.home-problem-body p,
.home-problem-closing-copy {
  margin: 0;
  color: #c7c8ce;
  font-size: 17px;
  line-height: 1.72;
}

.home-problem-body p:not(:last-child) {
  margin-bottom: 16px;
}

.home-problem-body strong {
  color: var(--color-white);
  font-weight: 700;
}

.home-problem-close-rule {
  display: flex;
  align-items: center;
  gap: clamp(16px, 2.5vw, 28px);
  margin-top: clamp(30px, 4vw, 44px);
}

.home-problem-close-rule>span {
  flex: 1;
  height: 1px;
  background: rgba(0, 255, 151, 0.32);
}

.home-problem-close-rule mark {
  padding: 0;
  color: var(--color-white);
  background: transparent;
  font-family: var(--font-heading);
  font-size: 32px;
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: -0.045em;
  text-align: center;
  text-transform: none;
  white-space: normal;
}

.home-problem-close-rule mark span {
  color: var(--color-primary);
}

.home-problem-closing-copy {
  max-width: 620px;
  margin-top: 20px;
}

.home-method-grid {
  margin-top: 46px;
}

.home-method-card {
  position: relative;
  padding: 34px 30px;
  transition: border-color 0.25s ease, transform 0.25s ease;
}

.home-method-card:hover,
.home-pillar-card:hover,
.home-outcome-card:hover {
  border-color: rgba(0, 255, 151, 0.6);
  transform: translateY(-3px);
}

.home-method-number,
.home-outcome-code {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 58px;
  height: 38px;
  margin-bottom: 26px;
  border-radius: 999px;
  color: var(--color-primary);
  background: rgba(0, 255, 151, 0.1);
  font-weight: 700;
  letter-spacing: 0.08em;
}

.home-method-label {
  display: block;
  margin-bottom: 12px;
  color: #b2b3b7;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.home-method-card h3,
.home-pillar-card h3,
.home-outcome-card h3 {
  margin: 0 0 14px;
  color: var(--color-white);
  font-size: 27px;
  line-height: 1.2;
  letter-spacing: -0.03em;
}

.home-method-card p,
.home-pillar-card p,
.home-outcome-card p,
.home-outcome-card li {
  color: #bfc0c7;
  font-size: 16px;
  line-height: 1.65;
}

.home-method-card small {
  display: inline-block;
  margin-top: 24px;
  color: var(--color-primary);
  font-weight: 700;
}

.home-pillar-grid {
  justify-content: center;
}

@media (min-width: 1200px) {
  .home-pillar-grid > [class*="col-"] {
    flex: 0 0 20%;
    max-width: 20%;
    display: flex;
  }

  .home-pillar-grid .home-pillar-card {
    width: 100%;
  }
}

.home-pillar-card {
  min-height: 285px;
  padding: 30px 24px;
}

.home-pillar-card>span {
  display: inline-block;
  margin-bottom: 20px;
  color: var(--color-primary);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.home-pillar-card h3 {
  font-size: 24px;
}

.home-pillar-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 28px 32px;
}

.home-pillar-cta p {
  max-width: 760px;
}

.home-pillar-cta button,
.home-section-action button,
.home-roi-toggle {
  width: auto !important;
  border: 0;
}

.home-section-action .form-btn,
.home-pillar-cta .form-btn {
  display: inline-flex;
  width: auto !important;
  min-width: 0;
  align-items: center;
  justify-content: center;
}

.home-outcome-card {
  position: relative;
  padding: 34px 30px;
  overflow: hidden;
}

.home-outcomes-section .row>[class*="col-"] {
  animation: documented-outcome-float 5.8s ease-in-out infinite;
}

.home-outcomes-section .row>[class*="col-"]:nth-child(2) {
  animation-delay: -1.8s;
}

.home-outcomes-section .row>[class*="col-"]:nth-child(3) {
  animation-delay: -3.4s;
}

.home-outcome-card::after {
  content: "";
  position: absolute;
  inset: -40% auto auto -45%;
  width: 70%;
  height: 180%;
  pointer-events: none;
  background: linear-gradient(110deg, transparent, rgba(0, 255, 151, 0.12), transparent);
  transform: rotate(16deg) translateX(-80%);
  animation: documented-outcome-sheen 6.8s ease-in-out infinite;
}

.home-outcomes-section .row>[class*="col-"]:nth-child(2) .home-outcome-card::after {
  animation-delay: -2.2s;
}

.home-outcomes-section .row>[class*="col-"]:nth-child(3) .home-outcome-card::after {
  animation-delay: -4s;
}

@keyframes documented-outcome-float {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-9px);
  }
}

@keyframes documented-outcome-sheen {

  0%,
  44% {
    transform: rotate(16deg) translateX(-90%);
    opacity: 0;
  }

  58% {
    opacity: 1;
  }

  76%,
  100% {
    transform: rotate(16deg) translateX(240%);
    opacity: 0;
  }
}

.home-outcome-card strong {
  display: block;
  margin-bottom: 16px;
  color: var(--color-primary);
  font-size: 18px;
  line-height: 1.45;
}

.home-outcome-card ul {
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.home-outcome-card li {
  position: relative;
  padding-left: 18px;
}

.home-outcome-card li::before {
  position: absolute;
  content: "";
  left: 0;
  top: 12px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--color-primary);
}

.home-outcomes-evidence {
  display: grid;
  gap: 0;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.home-outcomes-section .sec-title {
  max-width: 780px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.home-outcome-evidence {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: stretch;
  min-height: 552px;
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.028), rgba(255, 255, 255, 0.012));
  opacity: 0;
  transform: translateY(28px);
  animation: documented-outcome-row-in 0.85s ease forwards;
}

.home-outcome-evidence:nth-child(2) {
  animation-delay: 0.12s;
}

.home-outcome-evidence:nth-child(3) {
  animation-delay: 0.24s;
}

.home-outcome-evidence--alt .home-outcome-evidence-image {
  order: 2;
}

.home-outcome-evidence--alt .home-outcome-evidence-content {
  order: 1;
}

.home-outcome-evidence-image {
  position: relative;
  min-height: 552px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.04);
}

.home-outcome-evidence-image::after {
  position: absolute;
  content: "";
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(0, 2, 15, 0.05), rgba(0, 2, 15, 0.46)),
    radial-gradient(circle at 30% 20%, rgba(0, 255, 151, 0.22), transparent 34%);
  mix-blend-mode: screen;
}

.home-outcome-evidence-image img {
  width: 100%;
  height: 100%;
  min-height: 552px;
  object-fit: cover;
  filter: saturate(0.95) contrast(1.06);
  transform: scale(1.02);
  transition: transform 0.8s ease, filter 0.8s ease;
}

.home-outcome-evidence:hover .home-outcome-evidence-image img {
  filter: saturate(1.08) contrast(1.1);
  transform: scale(1.065);
}

.home-outcome-evidence-content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(30px, 3.6vw, 50px);
}

.home-outcome-evidence-content::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  width: 1px;
  height: 78%;
  background: linear-gradient(180deg, transparent, rgba(0, 255, 151, 0.42), transparent);
  transform: translateY(-50%);
}

.home-outcome-evidence--alt .home-outcome-evidence-content::before {
  right: 0;
  left: auto;
}

.home-outcome-evidence-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 22px;
  color: rgba(255, 255, 255, 0.62);
  font-family: var(--font-heading);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-outcome-evidence-meta span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.home-outcome-evidence-meta span+span::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--color-primary);
  box-shadow: 0 0 14px rgba(0, 255, 151, 0.7);
}

.home-outcome-evidence-content strong {
  display: block;
  margin-bottom: 16px;
  color: var(--color-primary);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
}

.home-outcome-evidence-content h3 {
  max-width: 620px;
  margin: 0 0 18px;
  color: var(--color-white);
  font-size: clamp(28px, 2.55vw, 38px);
  line-height: 1.12;
  letter-spacing: -0.045em;
}

.home-outcome-evidence-content p {
  max-width: 600px;
  margin: 0;
  color: #bfc0c7;
  font-size: 16px;
  line-height: 1.65;
}

.home-outcome-evidence-content ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.home-outcome-evidence-content li {
  min-height: 72px;
  padding: 13px 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.035);
  color: rgba(255, 255, 255, 0.84);
  font-size: 15px;
  line-height: 1.45;
}

.home-outcome-evidence-content li span {
  display: block;
  margin-bottom: 7px;
  color: var(--color-primary);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

@keyframes documented-outcome-row-in {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.philosophy-card .xb-item--inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  min-height: 355px;
  padding: 30px 26px;
}

.philosophy-card .xb-item--icon {
  flex: 0 0 72px;
  width: 72px;
  height: 72px;
}

.philosophy-card .xb-item--icon img {
  max-width: 44px;
  max-height: 44px;
}

.philosophy-card .xb-item--holder {
  flex: 1;
}

.philosophy-card .xb-item--title {
  margin: 0 0 10px;
  font-size: 24px;
  line-height: 1.25;
}

.philosophy-card .xb-item--content {
  line-height: 1.65;
}

.discovery-demo-cta {
  position: relative;
  min-height: 0;
  padding: 80px 0 90px;
  overflow: hidden;
  background-position: center;
}

.discovery-demo-cta::before {
  position: absolute;
  content: "";
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 2, 15, 0.96) 0%, rgba(0, 2, 15, 0.78) 42%, rgba(0, 2, 15, 0.06) 72%);
}

.discovery-demo-cta .container {
  position: relative;
  z-index: 1;
}

.discovery-call-intro {
  max-width: 710px;
  margin: 0;
}

.discovery-call-intro .sub-title {
  transform: none;
}

.discovery-call-section .sec-title .sub-title,
.section-five-discovery-cta .sec-title .sub-title,
.how-work-content-section .sec-title .sub-title,
.where-help-section .sec-title .sub-title,
.who-help-integration .sec-title .sub-title,
.home-faq-section .sec-title .sub-title,
.ready-start-combined-section .contact-sec-title .sub-title {
  display: inline-block !important;
  margin-bottom: 20px !important;
}

.sec-title--two .discovery-call-kicker {
  position: relative;
  display: inline-block !important;
  padding-left: 16px;
  color: var(--color-white);
  text-transform: capitalize;
}

.sec-title--two .discovery-call-kicker::before {
  display: none !important;
}

.sec-title--two .discovery-call-kicker::after {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  display: block !important;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--color-primary);
  transform: translateY(-50%);
}

.discovery-call-heading-row {
  display: block;
}

.discovery-call-intro .title {
  display: block !important;
  margin: 0 !important;
  color: var(--color-heading);
  font-size: clamp(44px, 4.15vw, 58px);
  line-height: 1.12;
  letter-spacing: -0.055em;
}

.discovery-call-action {
  display: inline-flex;
}

.discovery-form-toggle {
  border: 0;
}

.discovery-demo-cta .discovery-form-toggle {
  display: inline-flex;
  align-items: center;
  text-transform: uppercase;
}

.section-five-discovery-cta {
  background-position: center;
}

.section-five-discovery-cta .discovery-form-toggle {
  border: 0;
}

.discovery-form-toggle.agency-btn {
  gap: 0;
  padding: 0;
  background: transparent;
}

.discovery-form-toggle.agency-btn .text {
  padding: 21.2px 20px;
  background: var(--color-primary);
  font-size: 14px;
  line-height: 1;
}

.discovery-form-toggle.agency-btn .arrow {
  border: 0;
}

.where-help-section {
  overflow: hidden;
}

.where-help-title.about-sec-title .title span {
  overflow: hidden;
  vertical-align: middle;
}

.where-help-title .title {
  max-width: 1040px;
}

.where-help-grid {
  margin-top: 45px;
}

.where-help-action {
  margin-top: 50px;
}

.where-help-action .discovery-form-toggle {
  border: 0;
}

.where-help-card {
  position: relative;
  overflow: hidden;
  padding: 32px 28px;
  border-radius: 10px;
  background: linear-gradient(209deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.025));
  box-shadow: 0 4px 24px -1px rgba(28, 9, 61, 0.2);
  backdrop-filter: blur(35px);
  transition: border-color 0.25s ease, transform 0.25s ease;
}

.where-help-card:hover {
  border-color: rgba(0, 255, 151, 0.65);
  transform: translateY(-2px);
}

.where-help-card h3 {
  margin: 0 0 14px;
  color: var(--color-white);
  font-size: 23px;
  line-height: 1.3;
}

.where-help-card p {
  margin: 0;
  color: #b2b3b7;
  line-height: 1.65;
}

.why-us-document-section {
  min-height: 0;
  padding: 110px 0 115px;
  position: relative;
}

.why-us-document-section .xb-feature-content {
  max-width: 805px;
}

.why-us-document-intro {
  max-width: 690px;
  margin: 14px 0 0;
  color: #d4d5db;
  font-size: 17px;
  line-height: 1.65;
}

.why-us-document-card .xb-item--inner {
  min-height: 205px;
  align-items: flex-start;
  gap: 22px;
  padding: 28px 24px;
}

.why-us-document-card .xb-item--holder {
  flex: 1;
}

.why-us-document-card .xb-item--title {
  margin: 0 0 10px;
  font-size: 27px;
  line-height: 1.2;
}

.why-us-document-card p {
  margin: 0;
  color: #d3d4d9;
  font-size: 15.5px;
  line-height: 1.55;
}

.why-us-document-closing {
  max-width: 760px;
  margin: 34px 0 0;
  padding: 22px 26px;
  color: var(--color-white);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 10px;
  background: rgba(0, 2, 15, 0.32);
  backdrop-filter: blur(12px);
  font-size: 18px;
  line-height: 1.65;
}

.why-us-document-action {
  width: 100%;
  margin-top: 34px;
}

.why-us-document-action .discovery-form-toggle {
  border: 0;
}

.who-help-integration {
  background-position: center;
}

.who-help-integration .integration-container {
  position: relative;
  z-index: 1;
}

.who-help-integration .process-title .title {
  max-width: 620px;
}

.who-help-list {
  max-width: 660px;
}

.who-help-list li {
  align-items: flex-start;
  color: #d5d6dc;
  line-height: 1.55;
}

.who-help-check {
  position: relative;
  flex: 0 0 21px;
  width: 21px;
  height: 21px;
  margin-top: 2px;
  border-radius: 50%;
  background: rgba(0, 255, 151, 0.1);
}

.who-help-check::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 4px;
  width: 8px;
  height: 11px;
  border-right: 2px solid #00ff97;
  border-bottom: 2px solid #00ff97;
  transform: rotate(45deg);
}

.who-help-logo-wrap {
  max-height: 460px;
  padding: 18px 0;
}

.who-help-logo-wrap .integration-logo {
  width: 96px;
  height: 96px;
}

.who-help-logo-wrap .integration-logo img {
  max-width: 52px;
  max-height: 52px;
}

.who-help-action {
  width: 100%;
  margin-top: 38px;
}

.who-help-action .discovery-form-toggle {
  border: 0;
}

.who-not-awards-section {
  overflow: hidden;
  padding: 95px 0 105px !important;
  background:
    radial-gradient(circle at 78% 42%, rgba(0, 255, 151, 0.1), transparent 28%),
    #00020f;
}

.who-not-awards-section .sec-title {
  max-width: 680px;
}

.who-not-awards-copy {
  max-width: 640px;
  margin-top: 20px;
  color: #b2b3b7;
  font-size: 17px;
  line-height: 1.75;
}

.who-not-award-logo-wrap {
  max-height: 545px;
  padding: 18px 0;
}

.who-not-award-logo-wrap .award-logo {
  background: #11121d;
}

.who-not-award-logo-wrap .award-gradiant {
  pointer-events: none;
}

.who-we-are-not-for-legacy-section {
  display: none !important;
}

.who-we-help-legacy-section {
  display: none !important;
}

.why-us-legacy-section {
  display: none !important;
}

.ready-to-start-legacy-section {
  display: none !important;
}

.ready-start-combined-section {
  overflow: hidden;
  background-position: center;
}

.ready-start-combined-section .contact-sec-title .title {
  max-width: 640px;
}

.ready-start-copy {
  max-width: 610px;
  margin-top: 28px;
}

.ready-start-copy p {
  margin: 0 0 14px;
  color: #b2b3b7;
  font-size: 17px;
  line-height: 1.72;
}

.ready-start-lines {
  max-width: 610px;
  margin-top: 34px;
}

.ready-start-lines li {
  gap: 12px;
  align-items: flex-start;
  color: var(--color-white);
  font-size: 18px;
  line-height: 1.45;
}

.ready-start-lines li:not(:last-child) {
  margin-bottom: 20px;
}

.ready-start-line-icon {
  position: relative;
  display: inline-block;
  flex: 0 0 21px;
  width: 21px;
  height: 21px;
  margin-top: 2px;
}

.ready-start-line-icon::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: rgba(0, 255, 151, 0.12);
}

.ready-start-line-icon::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 4px;
  width: 7px;
  height: 11px;
  border-right: 2px solid #00ff97;
  border-bottom: 2px solid #00ff97;
  transform: rotate(45deg);
}

.ready-options-panel {
  padding: 38px 34px;
  background: rgba(10, 15, 32, 0.88);
  backdrop-filter: blur(28px);
}

.ready-options-panel .form-heading .title {
  margin-bottom: 8px;
  color: var(--color-white);
}

.ready-options-panel .form-heading .sub-title {
  margin: 0 auto;
  color: #b2b3b7;
  line-height: 1.6;
}

.ready-options-primary .discovery-form-toggle {
  border: 0;
}

.ready-options-or {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 34px 0 26px;
  color: var(--color-white);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.18em;
}

.ready-options-or::before,
.ready-options-or::after {
  content: "";
  flex: 1;
  height: 1px;
  background: rgba(255, 255, 255, 0.14);
}

.ready-options-title {
  margin: 0 0 18px;
  color: var(--color-white);
  font-size: 24px;
  line-height: 1.25;
  text-align: center;
}

.ready-option-list {
  display: grid;
  gap: 12px;
}

.ready-option-toggle {
  width: 100%;
  padding: 15px 18px;
  color: var(--color-white);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.045);
  font-size: 15px;
  line-height: 1.45;
  text-align: left;
  transition: color 0.22s ease, border-color 0.22s ease, background 0.22s ease, transform 0.22s ease;
}

.ready-option-toggle:hover,
.ready-option-toggle:focus-visible {
  color: var(--color-secondary);
  border-color: var(--color-primary);
  background: var(--color-primary);
  transform: translateY(-1px);
}

.section-fourteen-option-panel .xb-contact-form {
  width: min(680px, 100%);
}

.home-faq-section {
  background-position: center;
  background-size: cover;
}

.home-faq-section .sec-title .sub-title {
  visibility: visible !important;
}

.home-faq-intro {
  max-width: 720px;
  margin: 18px auto 0;
  color: #b2b3b7;
  font-size: 17px;
  line-height: 1.7;
}

.how-work-page .breadcrumb {
  overflow: hidden;
}

.how-work-inner-hero {
  overflow: hidden;
  background-position: center;
  background-size: cover;
}

.how-work-inner-hero .sec-title .title {
  max-width: 760px;
  font-size: clamp(40px, 4.2vw, 56px);
  line-height: 1.14;
  letter-spacing: -0.06em;
}

.how-work-animated-title {
  position: relative;
}

.how-work-title-gif {
  position: relative;
  display: inline-block;
  overflow: hidden;
  margin: 0 8px;
  vertical-align: middle;
  border-radius: 999px;
}

.how-work-title-gif img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
}

.how-work-title-gif--circle {
  width: 48px;
  height: 48px;
}

.how-work-title-gif--pill {
  width: 96px;
  height: 44px;
}

.how-work-inner-lead,
.how-work-inner-copy {
  max-width: 700px;
  color: #b2b3b7;
  font-size: 17px;
  line-height: 1.7;
}

.how-work-inner-lead {
  margin: 28px 0 0;
  color: var(--color-white);
  font-size: 19px;
}

.how-work-inner-copy {
  margin: 18px 0 0;
}

.how-work-nowrap {
  white-space: nowrap;
}

.how-work-inner-video {
  position: relative;
  overflow: hidden;
  border-radius: 14px;
  background: linear-gradient(209deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.035));
  box-shadow: 0 4px 24px -1px rgba(28, 9, 61, 0.22);
}

.how-work-inner-video img {
  display: block;
  width: 100%;
  min-height: 360px;
  object-fit: cover;
}

.how-work-inner-video::after {
  position: absolute;
  content: "";
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 2, 15, 0.05), rgba(0, 2, 15, 0.34));
  pointer-events: none;
}

.how-work-inner-play {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 74px;
  height: 74px;
  border-radius: 50%;
  color: #00020f;
  background: var(--color-primary);
  transform: translate(-50%, -50%);
  box-shadow: 0 18px 60px rgba(0, 255, 151, 0.25);
}

.how-work-inner-pillars {
  margin-top: 56px;
}

.how-work-pillar {
  position: relative;
  padding: 34px 30px;
  overflow: hidden;
  border-radius: 12px;
  background: linear-gradient(209deg, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0.035));
}

.how-work-pillar__count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  margin-bottom: 28px;
  border-radius: 50%;
  color: var(--color-primary);
  background: rgba(0, 255, 151, 0.1);
  font-family: var(--font-heading);
  font-size: 22px;
}

.how-work-pillar h2 {
  margin: 0 0 12px;
  color: var(--color-white);
  font-size: 28px;
  line-height: 1.2;
}

.how-work-pillar p {
  margin: 0;
  color: #b2b3b7;
  line-height: 1.65;
}

.how-work-inner-steps {
  overflow: hidden;
}

.how-work-inner-steps .sec-title .title {
  line-height: 1.2;
}

.how-work-process-title {
  max-width: 980px;
  margin-right: auto;
  margin-left: auto;
}

.how-work-inner-step-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
}

.how-work-inner-step {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
  min-height: 100%;
  padding: 30px;
  border-radius: 12px;
  background: linear-gradient(209deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.03));
}

.how-work-inner-step__number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  border-radius: 16px;
  color: var(--color-primary);
  background:
    radial-gradient(circle at 35% 25%, rgba(0, 255, 151, 0.22), transparent 36%),
    rgba(255, 255, 255, 0.045);
  font-family: var(--font-heading);
  font-size: 28px;
  line-height: 1;
}

.how-work-inner-step h3 {
  margin: 0 0 14px;
  color: var(--color-white);
  font-size: 25px;
  line-height: 1.25;
}

.how-work-inner-step p {
  margin: 0 0 18px;
  color: #b2b3b7;
  line-height: 1.68;
}

.how-work-inner-step strong {
  display: inline-block;
  color: var(--color-white);
  font-weight: 700;
  line-height: 1.45;
}

.how-work-inner-cta {
  position: relative;
  padding: 90px 0;
  overflow: hidden;
  background-position: center;
  background-size: cover;
}

.how-work-inner-cta::before {
  position: absolute;
  content: "";
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 2, 15, 0.94), rgba(0, 2, 15, 0.76) 55%, rgba(0, 2, 15, 0.34));
}

.how-work-inner-cta .container {
  position: relative;
  z-index: 1;
}

.how-work-inner-cta .sec-title .title {
  max-width: 780px;
  color: var(--color-heading);
  font-size: clamp(38px, 4vw, 58px);
  line-height: 1.16;
  letter-spacing: -0.055em;
}

.how-work-inner-cta .form-btn,
.how-work-inner-options .form-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  min-width: 210px;
  border: 0;
}

.how-work-inner-options {
  overflow: hidden;
  background-position: center;
  background-size: cover;
}

.how-work-inner-options .ready-options-panel {
  max-width: 820px;
  margin: 0 auto;
}

.how-work-inner-options .ready-option-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.discovery-modal-open {
  overflow: hidden;
}

.discovery-form-panel {
  position: fixed;
  z-index: 2147483000;
  inset: 0;
  max-width: none;
  margin: 0;
  padding: 52px 20px 28px;
  overflow-y: auto;
  background: rgba(0, 2, 15, 0.86);
  backdrop-filter: blur(10px);
}

.discovery-form-panel[hidden] {
  display: none;
}

.discovery-form-panel:not([hidden]) {
  animation: discovery-modal-fade 0.28s ease-out both;
}

.discovery-form-panel .xb-contact-form {
  position: relative;
  width: min(720px, 100%);
  margin: 0 auto;
  padding: 22px 24px;
  background: rgba(10, 15, 32, 0.96);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.38);
}

.discovery-form-panel:not([hidden]) .xb-contact-form {
  animation: discovery-modal-rise 0.32s cubic-bezier(0.22, 1, 0.36, 1) both;
}

@keyframes discovery-modal-fade {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes discovery-modal-rise {
  from {
    opacity: 0;
    transform: translateY(16px) scale(0.985);
  }

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

.discovery-form-panel .form-heading {
  margin-bottom: 12px !important;
}

.discovery-form-panel .form-heading .title {
  font-size: 25px;
}

.discovery-form-panel .form-heading .sub-title {
  font-size: 14px;
}

.discovery-modal-close {
  position: absolute;
  z-index: 2;
  top: 14px;
  right: 14px;
  width: 32px;
  height: 32px;
  padding: 0;
  color: var(--color-white);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 50%;
  font-size: 21px;
  line-height: 28px;
}

.discovery-modal-close:hover,
.discovery-modal-close:focus-visible {
  color: var(--color-secondary);
  background: var(--color-primary);
  border-color: var(--color-primary);
}

.chai-phone-group {
  display: grid;
  grid-template-columns: minmax(108px, 0.55fr) minmax(0, 1.45fr);
  align-items: stretch;
  gap: 10px;
  width: 100%;
}

.chai-country-code-control,
.chai-mobile-number-control {
  min-width: 0;
}

.chai-country-code-select {
  width: 100%;
  height: 60px;
  padding: 10px 32px 10px 14px;
  color: var(--color-white);
  background-color: #2b3d66;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 5px;
  outline: none;
  font-size: 14px;
  font-weight: 500;
  text-overflow: ellipsis;
}

.chai-country-code-select:focus {
  border-color: var(--color-primary);
  box-shadow: 0 0 0 2px rgba(0, 255, 151, 0.12);
}

.chai-country-code-select option {
  color: var(--color-white);
  background: #10172a;
}

.chai-mobile-number-control input {
  width: 100%;
  padding-left: 20px !important;
}

.chai-mobile-number-control label {
  left: 20px !important;
}

.chai-mobile-number-control img {
  display: none;
}

.chai-field-error {
  margin: 7px 2px 0;
  color: #ff9b9b;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.35;
}

.chai-field-error[hidden] {
  display: none;
}

.xb-contact-input-form .xb-select-file span {
  white-space: nowrap;
  font-size: 12px;
}

.discovery-form-panel .chai-country-code-select {
  height: 42px;
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 13px;
}

.discovery-form-panel .xb-input-field input,
.discovery-form-panel .xb-input-field textarea {
  height: 42px;
  padding-left: 20px;
  color: var(--color-white);
  font-size: 14px;
}

.discovery-form-panel .xb-input-field label {
  left: 20px;
}

.discovery-field-label {
  display: block;
  margin-bottom: 5px;
  color: var(--color-white);
  font-size: 13px;
  font-weight: 500;
}

.discovery-form-panel .discovery-textarea-field textarea {
  height: 64px;
  padding: 10px 20px;
}

.discovery-form-panel .xb-select-field .nice-select {
  height: 42px;
  min-height: 42px;
  padding: 2px 20px;
  line-height: 36px;
  font-size: 14px;
}

.discovery-form-panel .xb-select-file {
  height: 42px;
}

.discovery-form-panel .xb-select-file span {
  top: 10px;
  left: 20px;
  font-size: 14px;
}

.discovery-form-panel .row.mt-none-20 {
  margin-top: -8px;
}

.discovery-form-panel .mt-20 {
  margin-top: 8px;
}

.discovery-form-panel .form-submit-btn {
  margin-top: 14px !important;
}

.discovery-form-panel .form-btn {
  min-height: 46px;
  padding: 12px 30px;
  font-size: 15px;
}

.home-roi-panel .xb-contact-form {
  max-width: 640px;
  overflow: visible;
}

.home-roi-form.xb-contact-input-form {
  position: relative;
  display: block !important;
  width: 100%;
  overflow: visible;
}

.home-roi-bot-track {
  position: absolute;
  top: -30px;
  left: 42px;
  right: 72px;
  height: 58px;
  pointer-events: none;
  z-index: 2;
}

.home-roi-bot {
  --home-roi-bot-size: 52px;
  position: absolute;
  top: 0;
  left: 0;
  width: var(--home-roi-bot-size);
  height: var(--home-roi-bot-size);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--color-white);
  background: transparent;
  border: 0;
  box-shadow: none;
  font-size: 34px;
  filter: drop-shadow(0 10px 18px rgba(0, 255, 151, 0.28));
  transform-origin: 50% 80%;
  animation:
    homeRoiBotFloat 7.4s ease-in-out infinite alternate,
    homeRoiBotChulbuli 1.85s ease-in-out infinite;
}

.home-roi-step {
  display: none;
  width: 100%;
}

.home-roi-step.is-active {
  display: grid;
  gap: 16px;
  animation: homeRoiStepSlide 0.34s cubic-bezier(0.22, 1, 0.36, 1) both;
  will-change: opacity, transform;
}

.home-roi-step .xb-input-field,
.home-roi-step .xb-select-field {
  display: block;
  width: 100%;
  min-height: 42px;
  max-width: 100%;
  float: none;
  clear: both;
}

.home-roi-step .nice-select,
.home-roi-step select {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 42px;
  max-width: 100%;
  float: none;
}

.home-roi-step .nice-select {
  position: relative;
  z-index: 5;
}

.home-roi-step .nice-select.open {
  z-index: 50;
}

.home-roi-step div.nice-select.open {
  margin-bottom: min(330px, 46vh);
}

.home-roi-step .nice-select .list {
  scrollbar-width: thin;
  scrollbar-color: var(--color-primary) rgba(255, 255, 255, 0.08);
  z-index: 60;
  max-height: min(330px, 46vh);
  overflow-y: auto;
}

.home-roi-step .nice-select .list::-webkit-scrollbar {
  width: 5px;
}

.home-roi-step .nice-select .list::-webkit-scrollbar-track {
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.08);
}

.home-roi-step .nice-select .list::-webkit-scrollbar-thumb {
  border-radius: 12px;
  background: linear-gradient(180deg, var(--color-primary), rgba(0, 255, 151, 0.62));
}

.home-roi-step .nice-select .list::-webkit-scrollbar-thumb:hover {
  background: var(--color-primary);
}

.home-roi-chat {
  position: relative;
  margin: 0;
  padding: 17px 20px;
  color: var(--color-white);
  border-radius: 14px 14px 14px 4px;
  background:
    linear-gradient(135deg, rgba(0, 255, 151, 0.16), rgba(44, 50, 254, 0.08)),
    rgba(0, 255, 151, 0.06);
  border: 1px solid rgba(0, 255, 151, 0.16);
  line-height: 1.6;
}

.home-roi-note {
  margin: -4px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  line-height: 1.5;
}

.home-roi-problem-grid {
  display: grid;
  gap: 14px;
}

.home-roi-problem-grid .discovery-textarea-field {
  min-height: 96px;
}

.home-roi-problem-grid textarea {
  min-height: 96px;
  padding-top: 26px;
  resize: vertical;
}

.home-roi-upload {
  display: grid;
  gap: 9px;
  padding: 14px 16px;
  border-radius: 12px;
  border: 1px dashed rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.04);
}

.home-roi-upload label {
  margin: 0;
  color: var(--color-white);
  font-weight: 600;
  line-height: 1.3;
}

.home-roi-upload label span {
  color: rgba(255, 255, 255, 0.62);
  font-weight: 500;
}

.home-roi-upload input {
  width: 100%;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
}

.home-roi-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 12px;
  margin-top: 26px;
  clear: both;
  position: relative;
}

.home-roi-controls .form-btn {
  width: auto !important;
  min-width: 120px;
  flex: 0 0 auto;
  position: static !important;
  inset: auto !important;
}

.home-roi-controls .form-btn:disabled {
  cursor: not-allowed;
  opacity: 0.45;
  filter: grayscale(0.25);
}

.home-roi-controls .home-roi-prev:disabled {
  display: none;
}

@keyframes homeRoiBotFloat {
  0% {
    left: 0;
    transform: translateY(-5px) rotate(-8deg);
  }

  50% {
    transform: translateY(6px) rotate(9deg);
  }

  100% {
    left: calc(100% - var(--home-roi-bot-size));
    transform: translateY(-4px) rotate(-6deg);
  }
}

@keyframes homeRoiBotChulbuli {

  0%,
  100% {
    scale: 1 1;
  }

  18% {
    scale: 1.08 0.92;
  }

  24% {
    scale: 0.94 1.08;
  }

  32% {
    scale: 1 1;
  }

  72% {
    scale: 1 1;
  }

  78% {
    scale: 1.14 0.72;
  }

  84% {
    scale: 1 1;
  }
}

@keyframes homeRoiStepSlide {
  0% {
    opacity: 0;
    transform: translateX(24px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@media (prefers-reduced-motion: reduce) {

  .home-roi-bot,
  .home-roi-step.is-active {
    animation: none;
  }
}

.define-problem-grid .how-work-inner-step {
  min-height: 100%;
}

.define-problem-grid .how-work-inner-step:nth-child(3) {
  grid-column: span 2;
}

.explore-industries-list-section,
.explore-industries-value {
  overflow: hidden;
}

.explore-industries-list-section .sec-title .title {
  max-width: 780px;
  line-height: 1.18;
}

.explore-industries-note {
  max-width: 520px;
  margin: 0 0 0 auto;
  color: #b2b3b7;
  font-size: 17px;
  line-height: 1.7;
}

.explore-industries-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.explore-industry-card {
  position: relative;
  min-height: 104px;
  padding: 22px 20px 22px 24px;
  color: var(--color-white);
  background:
    radial-gradient(circle at 18% 20%, rgba(0, 255, 151, 0.13), transparent 34%),
    linear-gradient(209deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.03));
  border-radius: 12px;
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 18px;
  line-height: 1.28;
  text-align: left;
  transition: color 0.25s ease, border-color 0.25s ease, transform 0.25s ease, background 0.25s ease;
}

.explore-industry-card::before {
  content: "";
  position: absolute;
  top: 24px;
  left: 0;
  width: 3px;
  height: 28px;
  border-radius: 0 999px 999px 0;
  background: var(--color-primary);
  opacity: 0.85;
}

.explore-industry-card:hover,
.explore-industry-card:focus-visible {
  color: var(--color-primary);
  border-color: rgba(0, 255, 151, 0.44);
  background:
    radial-gradient(circle at 18% 20%, rgba(0, 255, 151, 0.22), transparent 40%),
    linear-gradient(209deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.04));
  transform: translateY(-3px);
}

.explore-industries-value {
  background-position: center;
  background-size: cover;
}

.explore-value-panel {
  padding: 54px;
  border-radius: 16px;
  background:
    radial-gradient(circle at 80% 0%, rgba(0, 255, 151, 0.12), transparent 34%),
    linear-gradient(209deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.035));
}

.explore-value-panel .sec-title .title {
  max-width: 660px;
  font-size: clamp(34px, 3.5vw, 52px);
  line-height: 1.15;
  letter-spacing: -0.055em;
}

.explore-value-list {
  display: grid;
  gap: 16px;
  margin: 0;
}

.explore-value-list li {
  position: relative;
  padding: 18px 20px 18px 54px;
  color: var(--color-white);
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 12px;
  line-height: 1.5;
}

.explore-value-list li::before {
  content: "\f00c";
  position: absolute;
  top: 17px;
  left: 20px;
  color: var(--color-primary);
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
}

.explore-value-ready {
  margin: 26px 0 0;
  color: var(--color-primary);
  font-family: var(--font-heading);
  font-size: 24px;
  line-height: 1.35;
}

.how-work-content-section {
  background-position: center;
  background-size: cover;
}

.how-work-content-section .sec-title .title {
  line-height: 1.2;
}

.how-work-content-section .sec-title .sub-title {
  margin-bottom: 20px;
}

.how-work-heading-copy {
  max-width: 520px;
  margin: 0 0 8px auto;
  color: #b2b3b7;
  font-size: 17px;
  line-height: 1.7;
}

.how-work-services {
  margin-top: 45px;
}

.how-work-service-card .xb-item--inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 25px;
  min-height: 225px;
  padding: 30px 26px;
}

.how-work-service-card .xb-item--icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 66px;
  height: 66px;
}

.how-work-service-card .xb-item--icon img {
  max-width: 42px;
  max-height: 42px;
}

.how-work-service-card .xb-item--title {
  margin: auto 0 0;
  font-size: 23px;
  line-height: 1.3;
}

.how-work-context {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(280px, 0.55fr);
  align-items: center;
  gap: 55px;
  margin-top: 65px;
  padding: 42px 46px;
  border-radius: 10px;
  background: linear-gradient(209deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.035));
  backdrop-filter: blur(35px);
}

.how-work-context p {
  margin: 0;
  color: #b2b3b7;
  font-size: 18px;
  line-height: 1.7;
}

.how-work-context blockquote {
  margin: 0;
  padding-left: 28px;
  color: var(--color-white);
  border-left: 2px solid var(--color-primary);
  font-family: var(--font-heading);
  font-size: 28px;
  line-height: 1.3;
}

.how-work-visual-panel {
  margin: 38px 0 0;
  overflow: hidden;
  border-radius: 12px;
  background: linear-gradient(209deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.035));
  box-shadow: 0 4px 24px -1px rgba(28, 9, 61, 0.2);
}

.how-work-visual-panel img {
  display: block;
  width: 100%;
  height: auto;
}

.how-work-process {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
  margin-top: 55px;
}

.how-work-step {
  position: relative;
  display: flex;
  min-height: 100%;
  flex-direction: column;
  align-items: stretch;
  gap: 20px;
  overflow: hidden;
  padding: 20px;
  border-radius: 10px;
  background: linear-gradient(209deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.035));
  box-shadow: 0 4px 24px -1px rgba(28, 9, 61, 0.2);
  backdrop-filter: blur(35px);
  transition: border-color 0.25s ease, transform 0.25s ease;
}

.how-work-feature-card--wide {
  grid-column: span 2;
}

.how-work-step:hover {
  border-color: rgba(0, 255, 151, 0.65);
  transform: translateY(-2px);
}

.how-work-step-visual {
  position: relative;
  display: flex;
  min-height: 190px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 8px;
  background:
    radial-gradient(circle at 25% 25%, rgba(0, 255, 151, 0.22), transparent 34%),
    linear-gradient(145deg, rgba(7, 12, 36, 0.95), rgba(10, 16, 49, 0.72));
  box-shadow: 0 4px 24px -1px rgba(28, 9, 61, 0.2);
}

.how-work-step-visual::before,
.how-work-step-visual::after {
  position: absolute;
  content: "";
  pointer-events: none;
}

.how-work-step-visual::before {
  inset: 18px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 8px;
}

.how-work-step-visual::after {
  width: 160px;
  height: 160px;
  border: 1px dashed rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  animation: spin 22s linear infinite;
}

.how-work-step-number {
  position: relative;
  z-index: 1;
  color: var(--color-primary);
  font-family: var(--font-heading);
  font-size: 66px;
  line-height: 1;
  letter-spacing: 0;
  text-shadow: 0 0 26px rgba(0, 255, 151, 0.28);
}

.how-work-step-copy h3 {
  margin: 0 0 10px;
  color: var(--color-white);
  font-size: 20px;
  line-height: 1.35;
}

.how-work-feature-card--wide .how-work-step-copy h3 {
  font-size: 22px;
}

.how-work-step-copy p {
  margin: 0;
  color: #b2b3b7;
  line-height: 1.65;
}

.how-work-duration {
  align-self: flex-start;
  max-width: 185px;
  margin-top: auto;
  padding: 9px 13px;
  color: var(--color-white);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.05);
  font-size: 13px;
  line-height: 1.35;
  text-align: center;
}

.how-work-feature-card--wide .how-work-step-copy p {
  max-width: 700px;
}

.how-work-more-wrap {
  margin-top: 35px;
  text-align: center;
}

.how-work-more {
  width: auto;
  min-width: 140px;
  display: inline-flex;
  justify-content: center;
}

#ai-tech-consulting,
#home-problem,
#home-method,
#home-readiness-pillars,
#home-documented-outcomes,
#our-philosophy,
#trust-building,
#who-we-help-previous,
#how-we-work,
#how-we-work-details,
#section-five-discovery-call,
#where-we-can-help,
#why-us,
#who-we-help,
#who-we-are-not-for,
#ready-to-start,
#home-faq {
  scroll-margin-top: 90px;
}

@media (max-width: 991px) {
  .home-section-nav-shell {
    gap: 16px;
  }

  .home-section-nav {
    justify-content: flex-start;
  }

  #home-hero .hero-icon {
    max-width: 180px;
    margin: 36px auto 0;
  }

  #home-hero .hero-icon img {
    max-width: 100%;
    height: auto;
  }

  .home-hero-slider {
    min-height: 230px;
  }

  .home-hero-slide {
    min-height: 230px;
  }

  .home-hero-slide .title {
    margin-bottom: 14px;
    font-size: 38px;
    line-height: 1.12;
  }

  .home-hero-slide .sub-title {
    font-size: 16px;
    line-height: 1.5;
  }

  #home-hero .hero-btn {
    flex-wrap: wrap;
  }

  .home-pillar-cta {
    align-items: flex-start;
    flex-direction: column;
  }

  .home-outcome-evidence,
  .home-outcome-evidence--alt {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .home-outcome-evidence--alt .home-outcome-evidence-image,
  .home-outcome-evidence--alt .home-outcome-evidence-content {
    order: initial;
  }

  .home-outcome-evidence-image,
  .home-outcome-evidence-image img {
    min-height: 360px;
  }

  .home-outcome-evidence-content::before,
  .home-outcome-evidence--alt .home-outcome-evidence-content::before {
    left: 50%;
    right: auto;
    top: 0;
    width: 78%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(0, 255, 151, 0.42), transparent);
    transform: translateX(-50%);
  }

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

  .how-work-inner-step-grid {
    grid-template-columns: 1fr;
  }

  .how-work-inner-cta .text-lg-end {
    text-align: left !important;
  }

  .how-work-feature-card--wide {
    grid-column: span 2;
  }

  .explore-industries-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  #home-hero.hero-style {
    min-height: 800px;
  }

  #home-hero .row {
    align-items: center;
  }

  #home-hero .col-lg-9 {
    order: 2;
  }

  #home-hero .col-lg-3 {
    order: 1;
  }

  #home-hero .hero-content {
    text-align: center;
  }

  .home-section-nav-section {
    padding: 26px 0;
  }

  .home-section-nav-shell {
    gap: 14px;
    padding: 20px 14px 18px;
    border-radius: 14px;
  }

  .home-section-nav-heading {
    padding-top: 12px;
  }

  .home-section-nav-heading::before {
    width: 36px;
    height: 3px;
  }

  .home-section-nav-title {
    font-size: 22px;
  }

  .home-section-nav-subtitle {
    max-width: 280px;
    margin-right: auto;
    margin-left: auto;
    font-size: 12.5px;
  }

  .home-section-nav {
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    margin-right: 0;
    padding: 15px 0 0;
    overflow-x: visible;
  }

  .home-section-nav a {
    flex: 0 1 calc(50% - 4px);
    min-height: 38px;
    padding: 10px 12px;
    font-size: 12px;
    line-height: 1.15;
    text-align: center;
    white-space: normal;
  }

  #home-hero .hero-icon {
    max-width: 132px;
    margin: 0 auto 22px !important;
    visibility: visible !important;
    animation: none !important;
    transform: none !important;
  }

  .home-hero-slider {
    min-height: 210px;
  }

  .home-hero-slide {
    min-height: 210px;
  }

  .home-hero-slide .title {
    font-size: 34px;
  }

  .home-hero-slide .sub-title {
    font-size: 16px;
    margin-right: auto;
    margin-left: auto;
  }

  #home-hero .hero-btn {
    justify-content: center;
    gap: 12px;
  }

  #home-hero .hero-btn .thm-btn {
    width: auto;
    justify-content: center;
  }

  #home-hero .hero-btn .home-roi-toggle.agency-btn {
    width: auto !important;
    min-width: 0;
  }

  #home-hero .hero-btn .home-roi-toggle.agency-btn .text {
    flex: 0 0 auto;
    text-align: center;
  }

  .ai-consulting-content {
    margin-top: 0;
  }

  .home-client-section {
    padding-top: 76px;
    padding-bottom: 76px;
  }

  .home-problem-copy,
  .home-problem-closing,
  .home-method-card,
  .home-pillar-card,
  .home-pillar-cta,
  .home-outcome-card {
    padding: 24px 20px;
  }

  .home-outcomes-evidence {
    gap: 42px;
  }

  .home-outcome-evidence-image,
  .home-outcome-evidence-image img {
    min-height: 280px;
  }

  .home-outcome-evidence-content {
    padding: 28px 20px 32px;
  }

  .home-outcome-evidence-meta {
    gap: 8px;
    font-size: 12px;
  }

  .home-outcome-evidence-content strong {
    font-size: 16px;
  }

  .home-outcome-evidence-content h3 {
    font-size: 28px;
    line-height: 1.14;
  }

  .home-outcome-evidence-content p {
    font-size: 16px;
  }

  .home-outcome-evidence-content ul {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 22px;
  }

  .home-outcome-evidence-content li {
    min-height: 0;
  }

  .home-problem-section .about-sec-title .title span:nth-child(1) {
    width: 58px;
    height: 38px;
  }

  .home-problem-manifesto {
    padding: 28px 20px;
    border-radius: 14px;
  }

  .home-problem-manifesto::after {
    display: none;
  }

  .home-problem-statement {
    grid-template-columns: 38px minmax(0, 1fr);
    column-gap: 14px;
    margin: 0 0 16px !important;
    padding: 22px 18px;
    border-radius: 14px;
    font-size: 20px;
    line-height: 1.16;
    letter-spacing: -0.035em;
    transform: none !important;
    will-change: auto;
  }

  .home-problem-statement::before {
    min-width: 38px;
    height: 25px;
    margin-bottom: 12px;
    margin-top: 8px;
    font-size: 11px;
  }

  .home-problem-label {
    margin-bottom: 22px;
  }

  .home-problem-body {
    margin-top: 24px;
  }

  .home-problem-body p,
  .home-problem-closing-copy {
    font-size: 16px;
  }

  .home-problem-close-rule {
    align-items: center;
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }

  .home-problem-close-rule>span {
    width: 100%;
    flex: none;
  }

  .home-problem-close-rule mark {
    font-size: 32px;
    white-space: normal;
  }

  .home-pillar-card {
    min-height: 0;
  }

  .home-roi-controls {
    flex-wrap: wrap;
  }

  .home-roi-bot-track {
    left: 22px;
    right: 58px;
  }

  .home-roi-bot {
    --home-roi-bot-size: 44px;
    font-size: 30px;
  }

  .home-roi-chat {
    padding: 15px 16px;
    font-size: 15px;
  }

  .home-roi-problem-grid .discovery-textarea-field,
  .home-roi-problem-grid textarea {
    min-height: 86px;
  }

  .home-roi-controls .form-btn {
    width: auto;
    min-width: 108px;
    padding-left: 22px;
    padding-right: 22px;
  }

  .how-work-inner-hero {
    padding-top: 85px;
    padding-bottom: 90px;
  }

  .how-work-inner-hero .sec-title .title,
  .how-work-inner-steps .sec-title .title {
    font-size: 34px;
    line-height: 1.18;
  }

  .how-work-title-gif {
    margin-right: 5px;
    margin-left: 5px;
  }

  .how-work-title-gif--circle {
    width: 32px;
    height: 32px;
  }

  .how-work-title-gif--pill {
    width: 64px;
    height: 32px;
  }

  .how-work-inner-lead {
    margin-top: 22px;
    font-size: 17px;
  }

  .how-work-inner-copy {
    font-size: 15.5px;
  }

  .how-work-inner-video img {
    min-height: 220px;
  }

  .how-work-inner-play {
    width: 58px;
    height: 58px;
  }

  .how-work-inner-pillars {
    margin-top: 36px;
  }

  .how-work-pillar {
    padding: 28px 24px;
  }

  .how-work-pillar h2 {
    font-size: 25px;
  }

  .how-work-inner-steps {
    padding-top: 85px;
    padding-bottom: 90px;
  }

  .how-work-inner-step {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 26px 22px;
  }

  .how-work-inner-step__number {
    width: 62px;
    height: 62px;
    font-size: 24px;
  }

  .how-work-inner-step h3 {
    font-size: 23px;
  }

  .how-work-inner-step p {
    font-size: 15.5px;
  }

  .how-work-inner-cta {
    padding: 80px 0 85px;
  }

  .how-work-inner-cta::before {
    background: linear-gradient(90deg, rgba(0, 2, 15, 0.97), rgba(0, 2, 15, 0.88) 72%, rgba(0, 2, 15, 0.6));
  }

  .how-work-inner-cta .sec-title .title {
    font-size: 32px;
    line-height: 1.16;
  }

  .how-work-inner-cta .form-btn,
  .how-work-inner-options .form-btn {
    width: min(290px, 100%);
    min-width: 0;
  }

  .how-work-inner-options {
    padding-top: 85px;
    padding-bottom: 90px;
  }

  .how-work-inner-options .ready-option-list {
    grid-template-columns: 1fr;
  }

  .define-problem-grid .how-work-inner-step:nth-child(3) {
    grid-column: auto;
  }

  .explore-industries-list-section,
  .explore-industries-value {
    padding-top: 85px;
    padding-bottom: 90px;
  }

  .explore-industries-note {
    margin-left: 0;
    font-size: 15.5px;
  }

  .explore-industries-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .explore-industry-card {
    min-height: 0;
    padding: 18px 18px 18px 22px;
    font-size: 17px;
  }

  .explore-industry-card::before {
    top: 19px;
    height: 24px;
  }

  .explore-value-panel {
    padding: 30px 22px;
  }

  .explore-value-panel .sec-title .title {
    font-size: 32px;
    line-height: 1.16;
  }

  .explore-value-list li {
    padding: 16px 18px 16px 48px;
    font-size: 15.5px;
  }

  .explore-value-list li::before {
    top: 16px;
    left: 18px;
  }

  .explore-value-ready {
    font-size: 21px;
  }

  .ai-consulting-title {
    font-size: 36px;
  }

  .ai-consulting-lead {
    padding-left: 14px;
  }

  .ai-consulting-lead p,
  .ai-consulting-intro-copy,
  .ai-consulting-question p,
  .ai-consulting-story p {
    font-size: 16px;
  }

  .ai-consulting-question {
    margin-top: 55px;
  }

  .ai-consulting-question h3 {
    font-size: 32px;
  }

  .ai-consulting-story {
    margin-top: 35px;
    padding: 34px 24px;
  }

  .ai-consulting-story__media {
    margin-top: 24px;
    border-radius: 10px;
  }

  .philosophy-card .xb-item--inner {
    flex-direction: column;
    gap: 22px;
    min-height: 0;
    padding: 28px 24px;
  }

  .philosophy-card .xb-item--title {
    font-size: 23px;
  }

  .discovery-demo-cta {
    min-height: 600px;
    padding: 85px 0 95px;
    background-position: 66% center;
  }

  .discovery-demo-cta::before {
    background: linear-gradient(90deg, rgba(0, 2, 15, 0.97) 0%, rgba(0, 2, 15, 0.88) 68%, rgba(0, 2, 15, 0.55) 100%);
  }

  .discovery-call-intro {
    max-width: 100%;
  }

  .discovery-call-intro .title {
    font-size: clamp(31px, 8.9vw, 36px);
    line-height: 1.12;
    letter-spacing: -0.045em;
  }

  .discovery-call-action {
    margin-top: 32px !important;
  }

  .discovery-demo-cta .discovery-form-toggle {
    font-size: 13px;
  }

  .section-five-discovery-cta .discovery-form-toggle {
    width: min(290px, 100%);
    min-width: 0;
  }

  .discovery-form-panel {
    padding: 28px 12px 16px;
  }

  .discovery-form-panel .xb-contact-form {
    padding: 20px 16px;
  }

  .discovery-modal-close {
    top: 10px;
    right: 10px;
  }

  .ready-start-combined-section {
    padding-top: 90px;
    padding-bottom: 95px;
  }

  .ready-start-combined-section .contact-sec-title .title {
    font-size: 34px;
    line-height: 1.18;
  }

  .ready-start-copy p {
    font-size: 15.5px;
  }

  .ready-options-panel {
    padding: 28px 20px;
  }

  .ready-options-panel .discovery-form-toggle {
    width: min(290px, 100%);
    min-width: 0;
  }

  .ready-options-title {
    font-size: 22px;
  }

  .ready-option-toggle {
    padding: 14px 16px;
  }

  .where-help-title .title {
    font-size: 32px;
    line-height: 1.18;
  }

  .where-help-title.about-sec-title .title span {
    margin-right: 4px;
    margin-left: 4px;
  }

  .where-help-title.about-sec-title .title span:nth-child(1) {
    width: 42px;
    height: 42px;
  }

  .where-help-title.about-sec-title .title span:nth-child(2) {
    width: 74px;
    height: 52px;
    margin-top: -6px;
  }

  .where-help-title.about-sec-title .title span:nth-child(3) {
    left: 4px;
    top: 5px;
    width: 160px;
    height: 34px;
  }

  .where-help-grid {
    margin-top: 32px;
  }

  .where-help-action {
    margin-top: 36px;
  }

  .where-help-action .discovery-form-toggle {
    width: min(290px, 100%);
    min-width: 0;
  }

  .where-help-card {
    padding: 28px 24px;
  }

  .why-us-document-section {
    padding: 85px 0 90px;
    background-position: 62% center !important;
  }

  .why-us-document-card .xb-item--inner {
    min-height: 0;
    padding: 25px 22px;
  }

  .why-us-document-card .xb-item--title {
    font-size: 24px;
  }

  .why-us-document-card p,
  .why-us-document-intro,
  .why-us-document-closing {
    font-size: 15.5px;
  }

  .why-us-document-closing {
    padding: 20px;
  }

  .why-us-document-action {
    margin-top: 28px;
  }

  .why-us-document-action .discovery-form-toggle {
    width: min(290px, 100%);
    min-width: 0;
  }

  .who-help-integration {
    padding-top: 70px;
    padding-bottom: 95px;
  }

  .who-help-integration .integration-content {
    padding-top: 0 !important;
  }

  .who-help-integration .process-title .title {
    font-size: 34px;
    line-height: 1.2;
  }

  .who-help-logo-wrap {
    max-height: 300px;
    margin-top: 32px;
  }

  .who-help-logo-wrap .xb-shape {
    display: none;
  }

  .who-help-logo-wrap .integration-logo {
    width: 72px;
    height: 72px;
  }

  .who-help-logo-wrap .integration-logo img {
    max-width: 42px;
    max-height: 42px;
  }

  .who-help-action {
    margin-top: 30px;
  }

  .who-help-action .discovery-form-toggle {
    width: min(290px, 100%);
    min-width: 0;
  }

  .who-not-awards-section {
    padding: 80px 0 90px !important;
  }

  .who-not-awards-section .title {
    font-size: 34px;
    line-height: 1.2;
  }

  .who-not-awards-copy {
    font-size: 15.5px;
  }

  .who-not-award-logo-wrap {
    max-height: 360px;
    justify-content: center;
  }

  .home-faq-section .xb-shape {
    display: none;
  }

  .how-work-heading-copy {
    margin-left: 0;
    font-size: 16px;
  }

  .how-work-services {
    margin-top: 25px;
  }

  .how-work-service-card .xb-item--inner {
    min-height: 0;
    padding: 26px 24px;
  }

  .how-work-context {
    grid-template-columns: 1fr;
    gap: 28px;
    margin-top: 45px;
    padding: 30px 24px;
  }

  .how-work-context p {
    font-size: 16px;
  }

  .how-work-context blockquote {
    padding-left: 20px;
    font-size: 24px;
  }

  .how-work-visual-panel {
    margin-top: 30px;
    border-radius: 10px;
  }

  .how-work-process {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .how-work-feature-card--wide {
    grid-column: auto;
  }

  .how-work-step {
    gap: 18px;
    padding: 25px 22px;
  }

  .how-work-step-visual {
    min-height: 150px;
  }

  .how-work-step-number {
    font-size: 52px;
  }

  .how-work-step-copy h3 {
    font-size: 22px;
  }

  .how-work-duration {
    max-width: none;
  }

}

.footer.footer-style-one.pt-145.bg_img,
.footer-style-one.pt-145.bg_img,
.xb-footer-wrap {
  padding-top: 0 !important;
}

.footer-audit-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 105px;
  padding: clamp(32px, 4vw, 54px);
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background: transparent;
  box-shadow: none;
}

.footer-audit-heading::before {
  display: none;
}

.footer-audit-copy,
.footer-audit-actions {
  position: relative;
  z-index: 1;
}

.footer-audit-copy {
  max-width: 760px;
}

.footer-audit-kicker {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
  color: var(--color-primary);
  font-family: var(--font-heading);
  font-size: 18px;
  font-weight: 700;
}

.footer-audit-kicker::before {
  content: "";
  width: 9px;
  height: 9px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--color-primary);
  box-shadow: 0 0 18px rgba(0, 255, 151, 0.75);
}

.footer-audit-title {
  margin: 0;
  color: #fff;
  font-family: var(--font-heading);
  font-size: 28px;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: -0.02em;
}

.footer-audit-copy p {
  max-width: 680px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
  line-height: 1.65;
}

.footer-audit-actions {
  display: flex;
  flex: 0 0 auto;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 14px;
}

.footer-audit-heading .agency-btn {
  width: auto !important;
  min-width: 0;
  flex: 0 0 auto;
  gap: 0;
  padding: 0;
  border: 0;
  background: transparent;
  white-space: nowrap;
}

.footer-audit-heading .agency-btn .text {
  padding: 21.2px 20px;
  background: var(--color-primary);
  font-size: 14px;
  line-height: 1;
}

.footer-audit-heading .home-roi-toggle.agency-btn .text {
  padding-right: 16px;
  padding-left: 16px;
}

.footer-audit-heading .agency-btn .arrow {
  border: 0;
}

.site-remove-client-testimonials {
  display: none !important;
}

@media (min-width: 992px) {
  .breadcrumb.bg_img {
    padding-top: 120px !important;
    padding-bottom: 75px !important;
  }

  main>section.pt-150,
  main>section.pt-145,
  main>section.pt-140,
  main>section.pt-135 {
    padding-top: 110px !important;
  }

  main>section.pb-165,
  main>section.pb-150,
  main>section.pb-140 {
    padding-bottom: 110px !important;
  }

  main>section.how-work-inner-hero,
  main>section.define-problem-hero,
  main>section.explore-industries-hero,
  main>section.explore-industries-value {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }

  main>section.hero-style--two {
    padding-top: 145px !important;
  }

  main>section.brand.pb-150 {
    padding-bottom: 100px !important;
  }
}

@media (max-width: 991px) {
  .footer-audit-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-audit-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 767px) {
  .breadcrumb.bg_img {
    padding-top: 95px !important;
    padding-bottom: 58px !important;
  }

  main>section.pt-150,
  main>section.pt-145,
  main>section.pt-140,
  main>section.pt-135,
  main>section.pt-120 {
    padding-top: 76px !important;
  }

  main>section.pb-165,
  main>section.pb-150,
  main>section.pb-140,
  main>section.pb-120 {
    padding-bottom: 76px !important;
  }

  main>section.hero-style--two {
    padding-top: 120px !important;
  }

  #home-problem,
  #home-method,
  #home-readiness-pillars,
  #home-documented-outcomes,
  #ai-tech-consulting,
  #our-philosophy,
  #where-we-can-help,
  #home-faq {
    padding-top: 76px !important;
    padding-bottom: 76px !important;
  }

  .philosophy-section-action {
    margin-top: 36px;
  }

  .footer-audit-heading {
    align-items: center;
    gap: 24px;
    margin-bottom: 36px;
    padding: 28px 20px;
  }

  .footer-audit-copy {
    text-align: center;
  }

  .footer-audit-copy p {
    margin-right: auto;
    margin-left: auto;
  }

  .footer-audit-title {
    font-size: 28px;
  }

  .footer-audit-copy p {
    font-size: 16px;
  }

  .footer-audit-actions {
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }

  .footer-audit-actions .agency-btn {
    width: auto !important;
  }
}

.title.title-line_height,
.sec-title .title.title-line_height {
  font-size: 60px !important;
  line-height: 1.12;
}

@media (max-width: 767px) {

  .title.title-line_height,
  .sec-title .title.title-line_height {
    font-size: 38px !important;
    line-height: 1.15;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto !important;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .home-problem-statement {
    transform: none !important;
    opacity: 1 !important;
  }

  .home-outcomes-section .row>[class*="col-"],
  .home-outcome-card::after,
  .home-outcome-evidence {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
}

.breadcrumb.bg_img {
  padding-top: 120px !important;
  padding-bottom: 40px !important;
}

.breadcrumb {
  align-items: center;
  min-height: 360px;
  margin: 0;
  padding: 150px 0 100px;
  display: flex;
}

.breadcrumb__title {
  letter-spacing: -.07em;
  color: var(--color-white);
  font-size: 46px;
  font-weight: 400;
  font-family: var(--font-heading);
  margin-top: 24px;
}

.thm-btn.agency-btn {
  width: auto !important;
  min-width: 0;
  max-width: max-content;
  flex: 0 0 auto;
  gap: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--color-secondary);
  display: inline-flex !important;
  font-size: 14px;
  line-height: 1;
  white-space: nowrap;
}

.thm-btn.agency-btn .text {
  display: inline-flex;
  align-items: center;
  min-height: 56.4px;
  padding: 21.2px 20px;
  background: var(--color-primary);
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  border-radius: 30px 0 0 30px;
  transition: 0.3s;
}

.thm-btn.agency-btn .arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56.4px;
  min-width: 56.4px;
  min-height: 56.4px;
  padding: 5px;
  border: 0;
  background: var(--color-primary);
  border-radius: 0 30px 30px 0;
  transition: 0.3s;
}

.thm-btn.agency-btn .arrow-icon {
  flex: 0 0 46px;
}

.thm-btn.agency-btn:hover {
  color: var(--color-secondary);
}

.thm-btn.agency-btn:hover .text,
.thm-btn.agency-btn:hover .arrow {
  border-radius: 30px;
}

#home-hero .hero-btn .home-roi-toggle.agency-btn .text,
.footer-audit-heading .home-roi-toggle.agency-btn .text,
.xb-project-content .xb-item--btn a.thm-btn.agency-btn .text {
  min-height: 56.4px;
  padding: 21.2px 20px;
}

.xb-project-content .xb-item--btn a.thm-btn.agency-btn .arrow {
  width: 56.4px;
  min-width: 56.4px;
  min-height: 56.4px;
  padding: 5px;
}

.xb-project-content .xb-item--btn a.thm-btn.agency-btn .arrow .arrow-icon {
  width: 46px;
  height: 46px;
}

.xb-project-content .xb-item--btn a.thm-btn.agency-btn .arrow .arrow-icon svg {
  width: 28px;
  height: 28px;
  top: 10px;
  left: 9px;
}

#home-projects .xb-project-inner .xb-item---btn {
  display: none !important;
}

.contact .xb-contact-items .form-btn {
  display: none !important;
}

.contact .xb-contact-items .xb-img {
  display: none !important;
}

.contact-info-grid-section .row > [class*="col-"] {
  display: flex;
}

.contact .xb-contact-items {
  width: 100%;
  height: 100%;
}

.contact-info-grid-section .xb-contact-items {
  padding: 14px;
}

.contact .xb-contact-items .xb-item--inner {
  width: 100%;
  height: 100%;
}

.contact .xb-contact-items .xb-item--holder {
  min-height: 150px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 18px;
  padding: 22px 20px;
  text-align: left;
}

.contact-card-icon {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(0, 255, 151, 0.36);
  border-radius: 50%;
  color: var(--color-primary);
  background:
    radial-gradient(circle at 30% 25%, rgba(0, 255, 151, 0.26), transparent 42%),
    rgba(255, 255, 255, 0.06);
  box-shadow: 0 10px 24px rgba(0, 255, 151, 0.12);
  flex: 0 0 38px;
}

.contact-card-icon svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.contact-card-copy {
  flex: 1 1 auto;
  min-width: 0;
}

.contact .xb-contact-items .xb-item--holder .xb-item--location {
  margin: 0 0 10px;
}

.contact .xb-contact-items .xb-item--holder .xb-item--contact_info {
  display: inline-block;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.contact .xb-contact-items .xb-item--holder .contact-address-text {
  font-size: 14px !important;
  line-height: 1.6 !important;
  letter-spacing: 0;
}

.contact-social-list {
  gap: 12px;
  margin: 22px 0 0;
  padding: 0;
}

@media (max-width: 575px) {
  .contact-info-grid-section .xb-contact-items {
    padding: 12px;
  }

  .contact .xb-contact-items .xb-item--holder {
    min-height: 130px;
    align-items: center;
    gap: 14px;
    padding: 22px 16px;
  }

  .contact-card-icon {
    width: 34px;
    height: 34px;
    flex-basis: 34px;
  }

  .contact-card-icon svg {
    width: 16px;
    height: 16px;
  }
}

.contact-social-list a {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 50%;
  color: var(--color-white);
  background: rgba(255, 255, 255, 0.06);
  transition: all 0.3s ease;
}

.contact-social-list a span {
  font-size: 12px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.02em;
  font-family: var(--font-body);
}

.contact-social-list a:hover {
  color: #00020f;
  border-color: var(--color-primary);
  background: var(--color-primary);
  transform: translateY(-3px);
}

.xb-social-media-wrap .xb-social-media-item .xb-social-fa-icon {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(0, 255, 151, 0.34);
  border-radius: 50%;
  color: var(--color-primary);
  background: rgba(0, 255, 151, 0.08);
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  transition: all 0.3s ease;
}

.xb-social-media-wrap .xb-social-media-item .xb-social-fa-icon i {
  color: currentColor;
  line-height: 1;
}

.xb-social-media-wrap .xb-social-media-item:hover .xb-social-fa-icon {
  color: var(--color-secondary);
  border-color: var(--color-primary);
  background: var(--color-primary);
}

@media (min-width: 992px) {
  .xb-service-item {
    height: 800px;
  }

  .xb-service-item .xb-item--title {
    font-size: 36px;
  }
}

@media (max-width: 991px) {
  .xb-service-item {
    height: auto;
  }

  .thm-btn.agency-btn {
    max-width: 100%;
  }

  .thm-btn.agency-btn .text {
    min-height: 54px;
    padding: 20px 16px;
    font-size: 14px;
    white-space: normal;
  }

  .thm-btn.agency-btn .arrow {
    width: 54px;
    min-width: 54px;
    min-height: 54px;
  }

  #home-hero .hero-btn .home-roi-toggle.agency-btn .text,
  .footer-audit-heading .home-roi-toggle.agency-btn .text,
  .xb-project-content .xb-item--btn a.thm-btn.agency-btn .text {
    min-height: 54px;
    padding: 20px 16px;
  }

  .xb-project-content .xb-item--btn a.thm-btn.agency-btn .arrow {
    width: 54px;
    min-width: 54px;
    min-height: 54px;
  }
}

/* Case Studies page: Aivora project.html-inspired portfolio tiles */
.case-studies-project-section .xb-project-wrap_2 {
  max-width: 1450px;
  margin: 0 auto;
}

.case-studies-project-section .xb-project-wrap_2 .xb-project-item {
  min-height: 520px;
  top: 0;
  padding: 0;
  position: relative;
  overflow: visible;
}

.case-studies-project-section .xb-project-wrap_2 .xb-project-item:not(:last-child) {
  margin-bottom: 95px;
}

.case-studies-project-section .xb-project-wrap_2 .xb-project-img {
  z-index: 1;
  width: min(850px, 64%);
  height: 520px;
  max-width: none;
  margin-left: auto;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 28px 90px rgba(0, 255, 151, 0.08);
}

.case-studies-project-section .xb-project-wrap_2 .xb-project-item:nth-child(even) .xb-project-img {
  margin-right: auto;
  margin-left: 0;
}

.case-studies-project-section .xb-project-wrap_2 .xb-project-img .xb-img,
.case-studies-project-section .xb-project-wrap_2 .xb-project-img .xb-img a {
  width: 100%;
  height: 100%;
}

.case-studies-project-section .xb-project-wrap_2 .xb-project-img .xb-img a {
  display: block;
}

.case-studies-project-section .xb-project-wrap_2 .xb-project-img .xb-img a:nth-child(2),
.case-studies-project-section .xb-project-wrap_2 .xb-project-img .xb-img a:nth-child(3),
.case-studies-project-section .xb-project-wrap_2 .xb-project-img .xb-img a:nth-child(4) {
  width: 100%;
  height: 100%;
}

.case-studies-project-section .xb-project-wrap_2 .xb-project-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.case-studies-project-section .xb-project-wrap_2 .xb-project-content {
  z-index: 2;
  max-width: 820px;
}

.case-studies-project-section .xb-project-wrap_2 .xb-project-content .xb-item--inner {
  width: 100%;
  min-height: 365px;
  padding: 54px 56px 58px;
  background:
    linear-gradient(135deg, rgba(0, 255, 151, 0.09), transparent 32%),
    linear-gradient(209deg, rgba(11, 14, 31, 0.86) 0%, rgba(8, 10, 22, 0.9) 100%);
  border-color: rgba(255, 255, 255, 0.18);
  box-shadow: 0 22px 80px rgba(0, 0, 0, 0.35);
}

.case-studies-project-section .xb-project-wrap_2 .xb-project-item:nth-child(even) .xb-project-content .xb-item--inner {
  padding: 54px 56px 58px;
}

.case-studies-project-section .xb-project-wrap_2 .xb-project-content .xb-item--title {
  max-width: 620px;
}

.case-studies-project-section .xb-project-wrap_2 .xb-project-content .xb-item--content {
  max-width: 680px;
  color: rgba(255, 255, 255, 0.78);
}

.case-studies-project-section .xb-project-wrap_2 .xb-project-content .xb-item--list {
  justify-content: flex-start;
  gap: clamp(24px, 5vw, 95px);
  margin-bottom: 0;
}

@media (max-width: 1199px) {
  .case-studies-project-section .xb-project-wrap_2 .xb-project-item {
    min-height: 470px;
  }

  .case-studies-project-section .xb-project-wrap_2 .xb-project-img {
    width: min(760px, 62%);
    height: 470px;
  }

  .case-studies-project-section .xb-project-wrap_2 .xb-project-content {
    max-width: 700px;
  }

  .case-studies-project-section .xb-project-wrap_2 .xb-project-content .xb-item--inner {
    min-height: 330px;
    padding: 44px 38px 48px;
  }

  .case-studies-project-section .xb-project-wrap_2 .xb-project-item:nth-child(even) .xb-project-content .xb-item--inner {
    padding: 44px 38px 48px;
  }
}

@media (max-width: 767px) {
  .case-studies-project-section .xb-project-wrap_2 .xb-project-item {
    min-height: 0;
    display: flex;
    flex-direction: column;
    padding: 0;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.04);
  }

  .case-studies-project-section .xb-project-wrap_2 .xb-project-item:not(:last-child) {
    margin-bottom: 28px;
  }

  .case-studies-project-section .xb-project-wrap_2 .xb-project-img {
    order: 1;
    display: block !important;
    width: 100%;
    height: 235px;
    margin: 0 !important;
    border: 0;
    border-radius: 10px 10px 0 0;
    box-shadow: none;
  }

  .case-studies-project-section .xb-project-wrap_2 .xb-project-content {
    order: 2;
    position: relative !important;
    inset: auto !important;
    width: 100%;
    max-width: none;
  }

  .case-studies-project-section .xb-project-wrap_2 .xb-project-content .xb-item--inner,
  .case-studies-project-section .xb-project-wrap_2 .xb-project-item:nth-child(even) .xb-project-content .xb-item--inner {
    width: 100%;
    min-height: 0;
    padding: 28px 22px 30px;
    border: 0;
    border-radius: 0 0 10px 10px;
    background:
      linear-gradient(135deg, rgba(0, 255, 151, 0.08), transparent 35%),
      rgba(11, 14, 31, 0.92);
  }

  .case-studies-project-section .xb-project-wrap_2 .xb-project-content .xb-item--title {
    font-size: 28px;
    line-height: 1.12;
  }

  .case-studies-project-section .xb-project-wrap_2 .xb-project-content .xb-item--content {
    font-size: 16px;
    line-height: 1.65;
  }

  .case-studies-project-section .xb-project-wrap_2 .xb-project-content .xb-item--list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 24px;
  }
}

/* Services page: keep existing card design, with balanced image-first content */
.service-page-service-list .xb-ser-item .xb-item--inner {
  padding: 34px;
}

.service-page-service-list .xb-ser-item .xb-item--img {
  height: 250px;
  margin-bottom: 28px;
}

.service-page-service-list .xb-ser-item .xb-item--img a:first-child,
.service-page-service-list .xb-ser-item .xb-item--img a:nth-child(2),
.service-page-service-list .xb-ser-item .xb-item--img a:nth-child(3),
.service-page-service-list .xb-ser-item .xb-item--img a:nth-child(4) {
  width: 100%;
  height: 100%;
}

.service-page-service-list .xb-ser-item .xb-item--title {
  padding-right: 70px;
  margin-bottom: 10px;
}

.service-page-service-list .xb-ser-item .xb-item--content {
  max-width: 100%;
  margin: 0;
}

.service-page-service-list .xb-ser-item .xb-item--icon {
  top: 50px;
  right: 50px;
}

@media (max-width: 1199px) {
  .service-page-service-list .xb-ser-item .xb-item--inner {
    padding: 30px;
  }

  .service-page-service-list .xb-ser-item .xb-item--img {
    height: 220px;
  }

  .service-page-service-list .xb-ser-item .xb-item--icon {
    top: 44px;
    right: 44px;
  }
}

@media (max-width: 767px) {
  .service-page-service-list .xb-ser-item .xb-item--inner {
    padding: 24px;
  }

  .service-page-service-list .xb-ser-item .xb-item--img {
    height: 185px;
    margin-bottom: 22px;
  }

  .service-page-service-list .xb-ser-item .xb-item--title {
    padding-right: 58px;
    max-width: 100%;
  }

  .service-page-service-list .xb-ser-item .xb-item--icon {
    top: 34px;
    right: 34px;
    width: 44px;
    height: 44px;
  }
}

/* Frontend section spacing standard */
@media (min-width: 768px) {
  body:not(.chai-admin-body) .ai-agency main>section:not(.breadcrumb):not(.hero-style):not(.hero-style--two) {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }



  body:not(.chai-admin-body) .ai-agency main>section#home-problem,
  body:not(.chai-admin-body) .ai-agency main>section#home-method,
  body:not(.chai-admin-body) .ai-agency main>section#home-readiness-pillars,
  body:not(.chai-admin-body) .ai-agency main>section#home-documented-outcomes,
  body:not(.chai-admin-body) .ai-agency main>section#ai-tech-consulting,
  body:not(.chai-admin-body) .ai-agency main>section#home-who-we-are-intro,
  body:not(.chai-admin-body) .ai-agency main>section#our-philosophy,
  body:not(.chai-admin-body) .ai-agency main>section#section-three-discovery-call,
  body:not(.chai-admin-body) .ai-agency main>section#how-we-work,
  body:not(.chai-admin-body) .ai-agency main>section#how-we-work-details,
  body:not(.chai-admin-body) .ai-agency main>section#section-five-discovery-call,
  body:not(.chai-admin-body) .ai-agency main>section#where-we-can-help,
  body:not(.chai-admin-body) .ai-agency main>section#why-us,
  body:not(.chai-admin-body) .ai-agency main>section#who-we-help,
  body:not(.chai-admin-body) .ai-agency main>section#home-projects,
  body:not(.chai-admin-body) .ai-agency main>section#who-we-are-not-for,
  body:not(.chai-admin-body) .ai-agency main>section#ready-to-start,
  body:not(.chai-admin-body) .ai-agency main>section#home-faq {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }

  body:not(.chai-admin-body) .ai-agency main>section#home-projects,
  body:not(.chai-admin-body) .ai-agency main>section#who-we-are-not-for,
  body:not(.chai-admin-body) .ai-agency main>section#our-philosophy,
  body:not(.chai-admin-body) .ai-agency main>section#where-we-can-help,
   body:not(.chai-admin-body) .ai-agency main>section#how-we-work,
  .case-studies-project-section{
    padding-bottom: 20px !important;
  }


.xb-footer-bottom .contact-method {
        font-size: 14px;
        line-height: 22px;
    }

    #faq .chai-page-intro__copy{
    margin: 0px auto 35px;
    }


}

@media (max-width: 767px) {
  body:not(.chai-admin-body) .ai-agency main>section:not(.breadcrumb):not(.hero-style):not(.hero-style--two) {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  body:not(.chai-admin-body) .ai-agency main>section#home-problem,
  body:not(.chai-admin-body) .ai-agency main>section#home-method,
  body:not(.chai-admin-body) .ai-agency main>section#home-readiness-pillars,
  body:not(.chai-admin-body) .ai-agency main>section#home-documented-outcomes,
  body:not(.chai-admin-body) .ai-agency main>section#ai-tech-consulting,
  body:not(.chai-admin-body) .ai-agency main>section#home-who-we-are-intro,
  body:not(.chai-admin-body) .ai-agency main>section#our-philosophy,
  body:not(.chai-admin-body) .ai-agency main>section#section-three-discovery-call,
  body:not(.chai-admin-body) .ai-agency main>section#how-we-work,
  body:not(.chai-admin-body) .ai-agency main>section#how-we-work-details,
  body:not(.chai-admin-body) .ai-agency main>section#section-five-discovery-call,
  body:not(.chai-admin-body) .ai-agency main>section#where-we-can-help,
  body:not(.chai-admin-body) .ai-agency main>section#why-us,
  body:not(.chai-admin-body) .ai-agency main>section#who-we-help,
  body:not(.chai-admin-body) .ai-agency main>section#home-projects,
  body:not(.chai-admin-body) .ai-agency main>section#who-we-are-not-for,
  body:not(.chai-admin-body) .ai-agency main>section#ready-to-start,
  body:not(.chai-admin-body) .ai-agency main>section#home-faq {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

 body:not(.chai-admin-body) .ai-agency main>section#home-projects,
  body:not(.chai-admin-body) .ai-agency main>section#who-we-are-not-for,
   body:not(.chai-admin-body) .ai-agency main>section#how-we-work,
   body:not(.chai-admin-body) .ai-agency main>section#where-we-can-help,
  body:not(.chai-admin-body) .ai-agency main>section#our-philosophy,.case-studies-project-section{
    padding-bottom: 20px !important;
  }

}

.about-cta-mix {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

#about-awards .award-logo {
  overflow: hidden;
  background: #0d101d;
  border: 1px solid rgba(0, 255, 151, 0.18);
}

#about-awards .award-logo::before {
  inset: 0;
  background-image: none;
  background: radial-gradient(circle at 50% 90%, rgba(0, 255, 151, 0.16), rgba(13, 16, 29, 0) 62%);
}

#about-awards .award-logo img {
  position: relative;
  z-index: 2;
  width: auto;
  height: auto;
  max-width: 72%;
  max-height: 74%;
  object-fit: contain;
}

/* Keep the Contact Us industry menu within the form flow when expanded. */
.main-contact-input-form .contact-industry-select {
  position: relative;
  z-index: 5;
  transition: margin-bottom 0.25s ease;
}

.main-contact-input-form div.contact-industry-select.open {
  z-index: 40;
  margin-bottom: min(230px, 40vh);
}

.main-contact-input-form .contact-industry-select .list {
  z-index: 45;
  max-height: min(220px, 38vh);
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-width: thin;
  scrollbar-color: var(--color-primary) rgba(255, 255, 255, 0.08);
}

.main-contact-input-form .contact-industry-select .list::-webkit-scrollbar {
  width: 5px;
}

.main-contact-input-form .contact-industry-select .list::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.08);
}

.main-contact-input-form .contact-industry-select .list::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: var(--color-primary);
}

/* Contact page form: balanced field hierarchy and a usable phone control. */
.contact .xb-contact-wrap {
  grid-template-columns: minmax(0, 0.96fr) minmax(0, 1.04fr);
  padding: 14px;
  border: 1px solid rgba(0, 255, 151, 0.16);
  background-color: rgba(6, 10, 24, 0.76);
}

.contact .xb-main-contact {
  padding: 42px 38px;
  background:
    radial-gradient(circle at 10% 10%, rgba(0, 255, 151, 0.08), transparent 36%),
    linear-gradient(145deg, rgba(18, 27, 51, 0.96), rgba(8, 14, 30, 0.96));
}

.contact .xb-main-contact .form-heading {
  max-width: 520px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 24px !important;
}

.main-contact-input-form {
  max-width: 620px;
  margin: 0 auto;
  padding: 0;
}

.main-contact-input-form .row {
  --bs-gutter-x: 16px;
}

.main-contact-input-form .contact-form-field {
  margin-top: 14px;
}

.main-contact-input-form .contact-phone-field {
  order: 1;
}

.main-contact-input-form .contact-industry-field {
  order: 2;
}

.main-contact-input-form .contact-problem-field {
  order: 3;
}

.main-contact-input-form .contact-upload-field {
  order: 4;
}

.main-contact-input-form .chai-phone-group {
  grid-template-columns: minmax(158px, 0.62fr) minmax(0, 1.38fr);
  gap: 14px;
}

.main-contact-input-form .chai-country-code-select,
.main-contact-input-form .xb-input-field input,
.main-contact-input-form .xb-input-field textarea,
.main-contact-input-form .xb-select-field .nice-select,
.main-contact-input-form .xb-select-file {
  border-color: rgba(255, 255, 255, 0.2);
  background-color: rgba(38, 55, 92, 0.82);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.main-contact-input-form .chai-country-code-select,
.main-contact-input-form .xb-input-field input,
.main-contact-input-form .xb-select-field .nice-select,
.main-contact-input-form .xb-select-file {
  height: 58px;
  min-height: 58px;
}

.main-contact-input-form .xb-input-field input:focus,
.main-contact-input-form .xb-input-field textarea:focus,
.main-contact-input-form .chai-country-code-select:focus,
.main-contact-input-form .xb-select-field .nice-select.open {
  border-color: rgba(0, 255, 151, 0.72);
  box-shadow: 0 0 0 3px rgba(0, 255, 151, 0.08);
}

.main-contact-input-form .xb-massage-field textarea {
  height: 116px;
  min-height: 116px;
  resize: vertical;
}

.main-contact-input-form .xb-select-file span {
  top: 18px;
  max-width: calc(100% - 70px);
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
  text-overflow: ellipsis;
}

.main-contact-input-form .form-submit-btn {
  display: flex;
  justify-content: center;
  margin-top: 28px !important;
}

.main-contact-input-form .form-btn {
  width: auto !important;
  min-width: 230px;
  justify-content: center;
  gap: 14px;
  padding: 14px 28px !important;
}

.contact .google-map {
  min-height: 660px;
}

@media (max-width: 991px) {
  .contact .xb-contact-wrap {
    grid-template-columns: minmax(0, 1fr);
  }

  .contact .xb-main-contact {
    padding: 40px 30px;
  }

  .contact .google-map {
    min-height: 420px;
  }
}

@media (max-width: 575px) {
  .contact .xb-contact-wrap {
    padding: 7px;
  }

  .contact .xb-main-contact {
    padding: 34px 18px 38px;
  }

  .main-contact-input-form .row {
    --bs-gutter-x: 12px;
  }

  .main-contact-input-form .contact-form-field {
    margin-top: 12px;
  }

  .main-contact-input-form .chai-phone-group {
    grid-template-columns: 112px minmax(0, 1fr);
    gap: 9px;
  }

  .main-contact-input-form .chai-country-code-select {
    padding-right: 24px;
    padding-left: 10px;
    font-size: 13px;
  }

  .main-contact-input-form .form-btn {
    min-width: 210px;
  }

  .contact .google-map {
    min-height: 340px;
  }
}

@media (max-width: 767px) {
  .about-cta-mix {
    justify-content: center;
  }

  /* Keep the native resume picker and its helper copy inside the application card. */
  .details-contact-input-form .cp-contact-bottom {
    flex-direction: column;
    align-items: stretch;
    gap: 24px;
    margin-top: 40px;
  }

  .details-contact-input-form .xb-upload_file,
  .details-contact-input-form .form-submit-btn {
    width: 100%;
    min-width: 0;
  }

  .details-contact-input-form .xb-upload_file input[type="file"] {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    overflow: hidden;
    font-size: 13px;
  }

  .details-contact-input-form .xb-upload_file .xb-content {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.55;
    overflow-wrap: anywhere;
  }
}
