/* Small compatibility layer for the PHP/HTML version. */
.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;
}

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

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

.home-section-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px 0;
  margin-top: 42px;
  padding: 18px 24px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(8px);
}

.home-section-nav a {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  transition: color 0.2s ease;
}

.home-section-nav a:hover,
.home-section-nav a:focus-visible {
  color: var(--color-primary);
}

.home-section-nav a:not(:last-child)::after {
  content: "|";
  margin: 0 12px;
  color: rgba(255, 255, 255, 0.42);
}

.ai-consulting-content {
  margin-top: 70px;
  padding-bottom: 120px;
}

.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;
}

.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);
}

.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;
}

.home-hidden-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: 20px;
  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);
}

.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;
}

.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,
#our-philosophy,
#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) {
  #ai-tech-consulting .hero-icon {
    max-width: 180px;
    margin: 36px auto 0;
  }

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

  .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-section-nav {
    justify-content: flex-start;
    margin-top: 32px;
    padding: 16px 18px;
  }

  .home-section-nav a {
    font-size: 13px;
  }

  .home-section-nav a:not(:last-child)::after {
    margin: 0 8px;
  }

  #ai-tech-consulting .hero-icon {
    max-width: 140px;
    margin-right: auto !important;
  }

  .ai-consulting-content {
    margin-top: 55px;
    padding-bottom: 80px;
  }

  .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: 12px;
  }

  .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;
  }

}

@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;
  }
}
