/* AI Readiness Tool landing – shares tokens with workshop AI */
@import url("./workshop-ai/base.css");
@import url("./workshop-robotics/sections/testimonials.css");
@import url("./workshop-robotics/sections/faqs.css");
@import url("./workshop-robotics/sections/floating-cta.css");
@import url("./workshop-robotics/sections/lead-form.css");

.ai-readiness-page {
  background: var(--ws-bg-page);
}

.ai-readiness-hero {
  position: relative;
  width: 100%;
  padding: calc(var(--ws-hero-offset-top) + 56px) 32px min(180px, 20vh);
  overflow: visible;
  min-height: clamp(700px, 82vh, 980px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
}

.ai-readiness-hero__gradient {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-color: #ffffff;
  background-image:
    radial-gradient(
      ellipse 64% 44% at 20% 2%,
      rgba(219, 239, 248, 0.64) 0%,
      rgba(231, 246, 251, 0.38) 40%,
      rgba(245, 251, 253, 0.2) 66%,
      rgba(255, 255, 255, 0) 100%
    ),
    radial-gradient(
      ellipse 68% 48% at 20% 98%,
      rgba(212, 236, 247, 0.68) 0%,
      rgba(226, 244, 252, 0.4) 42%,
      rgba(243, 251, 254, 0.22) 68%,
      rgba(255, 255, 255, 0) 100%
    ),
    radial-gradient(
      ellipse 37% 64% at 28% 54%,
      rgba(255, 255, 255, 0.99) 0%,
      rgba(255, 255, 255, 0.96) 52%,
      rgba(255, 255, 255, 0.72) 76%,
      rgba(255, 255, 255, 0.2) 90%,
      rgba(255, 255, 255, 0) 100%
    ),
    radial-gradient(
      ellipse 34% 88% at 56% 50%,
      rgba(255, 245, 236, 0.8) 0%,
      rgba(255, 247, 240, 0.55) 35%,
      rgba(255, 251, 247, 0.18) 68%,
      transparent 100%
    ),
    radial-gradient(
      ellipse 62% 48% at 100% 0%,
      rgba(255, 201, 170, 0.5) 0%,
      rgba(255, 227, 205, 0.28) 46%,
      transparent 70%
    ),
    linear-gradient(
      270deg,
      rgba(255, 240, 225, 0.86) 0%,
      rgba(255, 245, 234, 0.7) 24%,
      rgba(255, 251, 246, 0.2) 44%,
      rgba(244, 251, 252, 0.16) 56%,
      rgba(226, 245, 250, 0.58) 80%,
      rgba(216, 240, 247, 0.82) 100%
    );
  background-size:
    100% 100%;
  background-position:
    left top,
    left bottom,
    28% 54%,
    56% 50%,
    right top,
    center;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
}

@media (max-width: 991px) {
  .ai-readiness-page {
    padding-bottom: calc(86px + env(safe-area-inset-bottom));
  }

  .ai-readiness-hero {
    min-height: 0;
    padding-bottom: calc(104px + env(safe-area-inset-bottom));
  }

  .ai-readiness-hero__gradient {
    background-size:
      100% 100%;
    background-position:
      left top,
      left bottom,
      38% 45%,
      54% 52%,
      right top,
      center;
  }
}

.ai-readiness-hero__inner {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: clamp(40px, 5vw, 64px);
  max-width: 1240px;
  margin: 0 auto;
  flex: 0 1 auto;
  width: 100%;
}

.ai-readiness-hero__copy {
  position: relative;
  z-index: 2;
  flex: 1;
  min-width: 0;
  max-width: 540px;
}

.ai-readiness-hero__pill {
  display: inline-block;
  margin: 0 0 16px;
  padding: 8px 14px;
  border-radius: 999px;
  font-family: var(--ws-font-body);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
  color: #b45309;
  background: rgba(247, 148, 30, 0.15);
  border: 1px solid rgba(247, 148, 30, 0.35);
}

.ai-readiness-hero__title {
  margin: 0 0 20px;
  font-family: var(--ws-font-heading);
  font-size: clamp(36px, 4.2vw, 50px);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.02em;
  color: var(--ws-text-hero);
}

.ai-readiness-hero__subtitle {
  margin: 0 0 24px;
  font-family: var(--ws-font-body);
  font-size: 17px;
  line-height: 1.65;
  color: #52525b;
}

.ai-readiness-hero__cta-bar {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
}

.ai-readiness-hero__social-proof {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  margin-bottom: 28px;
}

.ai-readiness-hero__cta-bar .ai-readiness-hero__social-proof {
  margin-bottom: 0;
}

.ai-readiness-hero__avatars img {
  display: block;
  border-radius: 999px;
}

.ai-readiness-hero__social-text {
  margin: 0;
  font-family: var(--ws-font-body);
  font-size: 14px;
  line-height: 1.4;
  color: #71717a;
}

.ai-readiness-hero__cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 28px;
  border: none;
  border-radius: 999px;
  font-family: var(--ws-font-heading);
  font-size: 17px;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
  background: var(--ws-orange-gradient);
  box-shadow: 0 8px 24px rgba(240, 101, 42, 0.35);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  text-decoration: none;
}

.ai-readiness-hero__cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 28px rgba(240, 101, 42, 0.4);
  color: #fff;
  background: var(--ws-orange-gradient);
}

.ai-readiness-hero__cta:focus,
.ai-readiness-hero__cta:focus-visible {
  color: #fff;
  background: var(--ws-orange-gradient);
  outline: none;
}

.ai-readiness-hero__cta-arrow {
  flex-shrink: 0;
}

.ai-readiness-hero__visual {
  position: relative;
  z-index: 1;
  flex-shrink: 0;
  width: min(100%, 460px);
  display: flex;
  justify-content: flex-end;
}

.ai-readiness-hero__image-wrap {
  position: relative;
  border-radius: 16px;
  overflow: visible;
  box-shadow: 0 24px 48px rgba(15, 23, 42, 0.12);
  transform: translateX(32px);
}
@media (min-width: 992px) {
  .ai-readiness-hero__visual {
    width: min(100%, 420px);
    margin-left: -80px;
  }

  .ai-readiness-hero__image-wrap {
    transform: translateX(20px);
  }
}
.ai-readiness-hero__image {
  display: block;
  width: 100%;
  height: 420px;
  border-radius: 16px;
  object-fit: cover;
}

.ai-readiness-hero__badge {
  position: absolute;
  z-index: 2;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 10px;
  font-family: var(--ws-font-body);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.1);
  max-width: 220px;
}

.ai-readiness-hero__badge--light {
  color: #18181b;
  background: rgba(255, 255, 255, 0.62);
  border: 1px solid rgba(245, 146, 34, 0.55);
  backdrop-filter: saturate(160%) blur(64px);
  -webkit-backdrop-filter: saturate(160%) blur(64px);
}

.ai-readiness-hero__badge--light .ai-readiness-hero__badge-icon {
  flex-shrink: 0;
  color: #f28c38;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ai-readiness-hero__badge--accent {
  color: #ffffff;
  border: none;
  background: var(--ws-orange-gradient);
  box-shadow: 0 10px 28px rgba(240, 101, 42, 0.35);
  max-width: 200px;
}

.ai-readiness-hero__badge--accent .ai-readiness-hero__badge-icon {
  flex-shrink: 0;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.95;
}

.ai-readiness-hero__badge-label {
  display: block;
}

.ai-readiness-hero__badge-label--stacked {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  line-height: 1.25;
}

.ai-readiness-hero__badge-line {
  display: block;
}

.ai-readiness-hero__badge strong {
  font-weight: 700;
}

.ai-readiness-hero__badge--tl {
  align-items: flex-start;
  left: -84px;
  top: 10px;
  max-width: 178px;
}

.ai-readiness-hero__badge--bl {
  left: -76px;
  bottom: 58px;
  max-width: 200px;
}

.ai-readiness-hero__badge--br {
  right: -30px;
  bottom: -18px;
  max-width: 180px;
}

@media (max-width: 991px) {
  .ai-readiness-hero__badge {
    display: none;
  }

  .ai-readiness-hero__inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .ai-readiness-hero__visual {
    width: 100%;
    max-width: 480px;
    margin-left: 0;
    order: -1;
    justify-content: center;
  }

  .ai-readiness-hero__image {
    height: auto;
    min-height: 0;
    aspect-ratio: 4 / 3;
  }

  .ai-readiness-hero__image-wrap {
    transform: none;
  }

  .ai-readiness-hero__badge--tl {
    left: 8px;
    top: 8px;
  }

  .ai-readiness-hero__badge--bl {
    left: 8px;
    bottom: 52px;
  }

  .ai-readiness-hero__badge--br {
    right: 8px;
    bottom: 8px;
  }

  .ai-readiness-hero__cta-bar {
    position: fixed !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    z-index: 9999 !important;
    width: 100vw !important;
    padding: 12px 20px calc(12px + env(safe-area-inset-bottom));
    border-radius: 0;
    background: #ffffff;
    border: none;
    border-top: 1px solid rgba(226, 232, 240, 0.9);
    box-shadow: 0 -8px 24px rgba(15, 23, 42, 0.12);
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto !important;
  }

  .ai-readiness-hero__cta {
    padding: 13px 12px;
    border-radius: 7px;
    font-size: 12px;
    white-space: nowrap;
    box-shadow: 0 6px 18px rgba(240, 101, 42, 0.24);
  }

  .ai-readiness-hero__social-proof {
    justify-content: flex-end;
    gap: 8px;
    min-width: 0;
    flex: 1;
  }

  .ai-readiness-hero__social-text {
    font-size: 11px;
    line-height: 1.2;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  .ai-readiness-page {
    padding-bottom: 0;
  }

  .ai-readiness-hero {
    padding-top: calc(var(--ws-hero-offset-top) + 36px);
    padding-bottom: 72px;
  }

  .ai-readiness-hero__inner {
    flex-direction: row;
    align-items: center;
    gap: 28px;
  }

  .ai-readiness-hero__copy {
    text-align: left;
    max-width: 430px;
  }

  .ai-readiness-hero__visual {
    order: initial;
    max-width: 360px;
    justify-content: flex-end;
    margin-top: 0;
  }

  .ai-readiness-hero__cta-bar {
    position: static !important;
    width: auto !important;
    padding: 0;
    border: 0;
    box-shadow: none;
    background: transparent;
    z-index: auto !important;
  }

  .ai-readiness-hero__cta {
    padding: 14px 22px;
    border-radius: 999px;
    font-size: 15px;
    box-shadow: 0 8px 24px rgba(240, 101, 42, 0.35);
  }

  .ai-readiness-hero__social-proof {
    justify-content: flex-start;
    gap: 12px;
  }

  .ai-readiness-hero__social-text {
    font-size: 13px;
    line-height: 1.35;
    -webkit-line-clamp: unset;
    overflow: visible;
  }
}

@media (max-width: 768px) {
  .ai-readiness-hero {
    padding-top: calc(80px + 32px);
    padding-bottom: calc(104px + env(safe-area-inset-bottom));
    min-height: 0;
  }

  .ai-readiness-hero__gradient {
    background-image:
      radial-gradient(
        ellipse 120% 62% at 50% 8%,
        rgba(214, 238, 248, 0.92) 0%,
        rgba(232, 246, 252, 0.56) 42%,
        rgba(255, 255, 255, 0) 76%
      ),
      radial-gradient(
        ellipse 72% 30% at 50% 32%,
        rgba(255, 255, 255, 0.98) 0%,
        rgba(255, 255, 255, 0.92) 42%,
        rgba(255, 255, 255, 0.42) 68%,
        rgba(255, 255, 255, 0) 100%
      ),
      radial-gradient(
        ellipse 120% 62% at 50% 92%,
        rgba(255, 220, 196, 0.78) 0%,
        rgba(255, 238, 226, 0.42) 44%,
        rgba(255, 255, 255, 0) 78%
      ),
      linear-gradient(
        180deg,
        rgba(216, 240, 247, 0.56) 0%,
        rgba(236, 248, 252, 0.18) 42%,
        rgba(255, 248, 242, 0.16) 58%,
        rgba(255, 245, 236, 0.62) 100%
      );
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
  }

  .ai-readiness-hero__inner {
    align-items: center;
    gap: 26px;
  }

  .ai-readiness-hero__copy {
    max-width: 560px;
    text-align: center;
  }

  .ai-readiness-hero__visual {
    order: 1;
    margin-top: 0;
  }

  .ai-readiness-hero__pill {
    margin-bottom: 12px;
    font-size: 12px;
    padding: 9px 14px;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(247, 148, 30, 0.38);
    box-shadow: 0 10px 26px rgba(15, 23, 42, 0.08);
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
  }

  .ai-readiness-hero__title {
    font-size: 34px;
    line-height: 1.08;
    margin-bottom: 14px;
  }

  .ai-readiness-hero__subtitle {
    font-size: 14px;
    line-height: 1.55;
    margin-bottom: 0;
  }

  .ai-readiness-hero__cta-bar {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    width: 100vw;
    padding: 12px 20px calc(12px + env(safe-area-inset-bottom));
    border-radius: 0;
    background: #ffffff;
    border: none;
    border-top: 1px solid rgba(226, 232, 240, 0.9);
    box-shadow: 0 -8px 24px rgba(15, 23, 42, 0.12);
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
  }

  .ai-readiness-hero__cta {
    padding: 13px 12px;
    border-radius: 7px;
    font-size: 12px;
    white-space: nowrap;
    box-shadow: 0 6px 18px rgba(240, 101, 42, 0.24);
  }

  .ai-readiness-hero__social-proof {
    justify-content: flex-end;
    gap: 8px;
    min-width: 0;
    flex: 1;
  }

  .ai-readiness-hero__social-text {
    font-size: 11px;
    line-height: 1.2;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .ai-readiness-hero__badge {
    font-size: 12px;
    padding: 8px 10px;
    max-width: 160px;
  }
}

.ai-readiness-trust {
  padding: 72px 24px 80px;
  background: var(--ws-white);
}

.ai-readiness-trust__header {
  max-width: 720px;
  margin: 0 auto 48px;
  text-align: center;
}

.ai-readiness-trust__title {
  margin: 0 0 12px;
  font-family: var(--ws-font-heading);
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--ws-text-hero);
}

.ai-readiness-trust__subtitle {
  margin: 0;
  font-family: var(--ws-font-body);
  font-size: 17px;
  line-height: 1.65;
  color: #52525b;
}

.ai-readiness-trust__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  max-width: 920px;
  margin: 0 auto;
}

.ai-readiness-trust__card {
  position: relative;
  padding: 0 26px;
  border: none;
  background: transparent;
}

.ai-readiness-trust__card:not(:first-child)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  bottom: 6px;
  width: 1px;
  background: #e5e7eb;
}

.ai-readiness-trust__icon {
  margin-bottom: 12px;
}

.ai-readiness-trust__card-title {
  margin: 0 0 8px;
  font-family: var(--ws-font-heading);
  font-size: 19px;
  font-weight: 600;
  color: var(--ws-text-hero);
}

.ai-readiness-trust__card-text {
  margin: 0;
  font-family: var(--ws-font-heading);
  font-size: 13px;
  line-height: 1.45;
  color: #52525b;
}

@media (max-width: 900px) {
  .ai-readiness-trust {
    padding: 56px 20px 64px;
  }

  .ai-readiness-trust__header {
    margin-bottom: 30px;
  }

  .ai-readiness-trust__title {
    font-size: 28px;
    line-height: 1.2;
    margin-bottom: 10px;
  }

  .ai-readiness-trust__subtitle {
    font-size: 15px;
    line-height: 1.55;
  }

  .ai-readiness-trust__grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .ai-readiness-trust__card {
    padding: 26px 0;
    text-align: center;
  }

  .ai-readiness-trust__card:not(:first-child)::before {
    display: none;
  }

  .ai-readiness-trust__icon {
    display: flex;
    justify-content: center;
  }

  .ai-readiness-trust__card-title {
    font-size: 18px;
  }

  .ai-readiness-trust__card-text {
    max-width: 320px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 1.5;
  }

  .ai-readiness-trust__card:not(:last-child)::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: min(360px, 78%);
    height: 1px;
    background: #e5e7eb;
    transform: translateX(-50%);
  }
}

.ai-readiness-stats {
  position: relative;
  padding: 80px 24px;
  background: #ffffff;
  overflow: hidden;
}

.ai-readiness-stats::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(
      ellipse 58% 90% at 16% 50%,
      rgba(219, 239, 248, 0.52) 0%,
      rgba(232, 246, 252, 0.26) 44%,
      rgba(255, 255, 255, 0) 78%
    ),
    radial-gradient(
      ellipse 60% 90% at 88% 50%,
      rgba(255, 229, 209, 0.44) 0%,
      rgba(255, 241, 229, 0.22) 46%,
      rgba(255, 255, 255, 0) 80%
    );
}

.ai-readiness-stats > * {
  position: relative;
  z-index: 1;
}

.ai-readiness-stats__header {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 48px;
}

.ai-readiness-stats__eyebrow {
  margin: 0 0 8px;
  font-family: var(--ws-font-body);
  font-size: 15px;
  font-weight: 600;
  color: #f7941e;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.ai-readiness-stats__title {
  margin: 0;
  font-family: var(--ws-font-heading);
  font-size: 32px;
  font-weight: 700;
  color: var(--ws-text-hero);
}

.ai-readiness-stats__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
}

.ai-readiness-stats__center-badge {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  pointer-events: none;
}

.ai-readiness-stats__cell {
  text-align: center;
  position: relative;
}

.ai-readiness-stats__cell:not(:first-child)::before {
  content: "";
  position: absolute;
  left: -16px;
  top: 8px;
  bottom: 8px;
  width: 1px;
  background: #e7e7e9;
}

.ai-readiness-stats__value {
  margin: 0 0 6px;
  font-family: var(--ws-font-heading);
  font-size: 40px;
  font-weight: 700;
  line-height: 1.1;
  color: var(--ws-text-hero);
}

.ai-readiness-stats__label {
  margin: 0 0 10px;
  font-family: var(--ws-font-body);
  font-size: 17px;
  font-weight: 500;
  color: #3f3f46;
}

.ai-readiness-stats__note {
  margin: 0;
  font-family: var(--ws-font-body);
  font-size: 14px;
  line-height: 1.5;
  color: #71717a;
}

@media (max-width: 900px) {
  .ai-readiness-stats__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
    max-width: 520px;
  }

  .ai-readiness-stats__cell:not(:first-child)::before {
    display: none;
  }

  .ai-readiness-stats__cell {
    padding: 30px 18px;
  }

  .ai-readiness-stats__grid::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 10%;
    bottom: 10%;
    width: 1px;
    background: #e7e7e9;
    transform: translateX(-50%);
    z-index: 1;
  }

  .ai-readiness-stats__grid::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 10%;
    right: 10%;
    height: 1px;
    background: #e7e7e9;
    transform: translateY(-50%);
    z-index: 1;
  }

  .ai-readiness-stats__value {
    font-size: 34px;
  }

  .ai-readiness-stats__label {
    font-size: 15px;
    margin-bottom: 0;
  }

  .ai-readiness-stats__note {
    display: none;
  }

  .ai-readiness-stats__center-badge svg {
    width: 78px;
    height: 78px;
  }
}

@media (max-width: 520px) {
  .ai-readiness-stats {
    padding: 72px 18px;
  }

  .ai-readiness-stats__header {
    margin-bottom: 34px;
  }

  .ai-readiness-stats__title {
    font-size: 30px;
  }

  .ai-readiness-stats__cell {
    padding: 28px 14px;
  }

  .ai-readiness-stats__value {
    font-size: 32px;
  }

  .ai-readiness-stats__center-badge svg {
    width: 74px;
    height: 74px;
  }
}

@media (max-width: 768px) {
  .ai-readiness-stats {
    padding: 20px 20px 40px;
  }

  .ai-readiness-stats__header {
    margin-bottom: 22px;
  }

  .ai-readiness-stats__eyebrow {
    font-size: 13px;
    letter-spacing: 0.08em;
    margin-bottom: 8px;
  }

  .ai-readiness-stats__title {
    font-size: 28px;
    line-height: 1.2;
  }

  .ai-readiness-stats__grid {
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
    aspect-ratio: 416 / 332;
  }

  .ai-readiness-stats__cell {
    padding: 8px 6px 25px;
    justify-content: flex-end;
    display: flex;
    flex-direction: column;
  }

  .ai-readiness-stats__cell:nth-child(3),
  .ai-readiness-stats__cell:nth-child(5) {
    align-items: flex-end;
    text-align: right;
    padding-right: 26px;
    padding-left: 12px;
  }

  .ai-readiness-stats__cell:nth-child(2),
  .ai-readiness-stats__cell:nth-child(4) {
    align-items: flex-start;
    text-align: left;
    padding-left: 26px;
    padding-right: 12px;
  }

  .ai-readiness-stats__value {
    font-size: 24px;
    line-height: 1.2;
  }

  .ai-readiness-stats__label {
    font-size: 13px;
    line-height: 1.35;
  }

  .ai-readiness-stats__center-badge svg {
    width: 66px;
    height: 66px;
  }
}

.ai-readiness-reviews-more {
  display: flex;
  justify-content: center;
  padding: 16px 24px 64px;
  background: var(--ws-white);
}

.ai-readiness-reviews-more__link {
  font-family: var(--ws-font-body);
  font-size: 16px;
  font-weight: 600;
  color: #f7941e;
  text-decoration: none;
}

.ai-readiness-reviews-more__link:hover {
  text-decoration: underline;
}

.ai-readiness-faqs {
  background: var(--ws-bg-page);
}
