/*
 * Shared AJAIA service-detail presentation layer.
 * The original Framer content remains in place; this file only changes its
 * visual system to match the approved AI Training & Enablement service page.
 */

@font-face {
  font-family: "Poppins";
  src:
    url("/static/local/training-v3/assets/asset-11.woff2") format("woff2-variations"),
    url("/static/local/training-v3/assets/asset-11.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src:
    url("/static/local/training-v3/assets/asset-12.woff2") format("woff2-variations"),
    url("/static/local/training-v3/assets/asset-12.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fragment Mono";
  src: url("/static/local/training-v3/assets/asset-14.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

body.service-template-page {
  --service-ink-900: #001d6b;
  --service-ink-800: #052782;
  --service-sky-400: #97c2f8;
  --service-sky-300: #b6d4fa;
  --service-sky-100: #e1eeff;
  --service-sky-50: #f1f7ff;
  --service-paper: #fff;
  --service-text: #1b1c1c;
  --service-muted: #35405a;
  --service-line-light: rgba(0, 29, 107, 0.12);
  --service-line-dark: rgba(255, 255, 255, 0.13);
  --service-ease: cubic-bezier(0.19, 1, 0.22, 1);
  margin: 0;
  overflow-x: hidden;
  background: var(--service-paper);
  color: var(--service-text);
}

body.service-template-page [data-service-template-main] {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  min-height: 0 !important;
  overflow: visible !important;
  background: var(--service-paper);
}

/* Hero */
body.service-template-page [data-service-template-hero] {
  position: relative !important;
  display: flex !important;
  width: 100% !important;
  min-height: clamp(650px, 76vh, 790px) !important;
  padding: clamp(148px, 15vh, 188px) 0 clamp(100px, 12vh, 142px) !important;
  align-items: center !important;
  overflow: hidden !important;
  isolation: isolate;
  background:
    radial-gradient(90% 74% at 82% 18%, rgba(47, 91, 200, 0.24), transparent 70%),
    #07163f !important;
}

body.service-template-page [data-service-template-hero]::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  z-index: 2;
  height: 1px;
  background: rgba(151, 194, 248, 0.2);
}

.service-template-neural-wrap {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
  -webkit-mask-image: linear-gradient(to bottom, #000 0%, #000 76%, transparent 100%);
  mask-image: linear-gradient(to bottom, #000 0%, #000 76%, transparent 100%);
}

.service-template-neural {
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.68;
}

body.service-template-page [data-service-template-hero] > [data-framer-name="Container"] {
  position: relative !important;
  z-index: 3 !important;
  display: flex !important;
  width: min(1120px, calc(100% - 96px)) !important;
  max-width: none !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 auto !important;
  padding: 0 !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: visible !important;
}

body.service-template-page [data-service-template-hero] [data-framer-name="Text Content"] {
  display: flex !important;
  width: min(920px, 100%) !important;
  max-width: none !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 auto !important;
  padding: 0 !important;
  flex-direction: column !important;
  align-items: center !important;
  text-align: center !important;
  overflow: visible !important;
}

body.service-template-page [data-service-template-hero] [data-framer-name="Image"] {
  display: none !important;
}

body.service-template-page [data-service-template-hero] h1 {
  max-width: 980px !important;
  margin: 0 auto !important;
  color: #f1f7ff !important;
  font-family: "Poppins", sans-serif !important;
  font-size: clamp(46px, 5.2vw, 78px) !important;
  font-weight: 500 !important;
  line-height: 1.02 !important;
  letter-spacing: -0.055em !important;
  text-align: center !important;
  text-wrap: balance;
}

body.service-template-page [data-service-template-hero] h1 * {
  color: inherit !important;
  font: inherit !important;
}

body.service-template-page [data-service-template-hero] p {
  width: auto !important;
  max-width: 760px !important;
  margin: 24px auto 0 !important;
  color: rgba(255, 255, 255, 0.82) !important;
  font-family: "Montserrat", sans-serif !important;
  font-size: 17px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 1.68 !important;
  letter-spacing: -0.01em !important;
  text-align: center !important;
  text-wrap: pretty;
}

body.service-template-page [data-service-template-hero] form {
  display: flex !important;
  width: min(560px, 100%) !important;
  max-width: none !important;
  margin: 36px auto 0 !important;
  padding: 8px !important;
  gap: 8px !important;
  align-items: center !important;
  border: 1px solid rgba(255, 255, 255, 0.22) !important;
  background: rgba(255, 255, 255, 0.065) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05) !important;
}

body.service-template-page [data-service-template-form] {
  display: flex !important;
  width: min(560px, 100%) !important;
  max-width: none !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 36px auto 0 !important;
  padding: 8px !important;
  gap: 8px !important;
  align-items: center !important;
  border: 1px solid rgba(255, 255, 255, 0.22) !important;
  background: rgba(255, 255, 255, 0.065) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05) !important;
}

body.service-template-page [data-service-template-form] > * {
  position: relative !important;
  inset: auto !important;
  display: flex !important;
  width: 100% !important;
  max-width: none !important;
  height: auto !important;
  min-height: 0 !important;
  gap: 8px !important;
  align-items: center !important;
  transform: none !important;
}

body.service-template-page [data-service-template-form] > * > label {
  width: auto !important;
  min-width: 0 !important;
  height: 48px !important;
  flex: 1 1 auto !important;
}

body.service-template-page [data-service-template-form] > * > :last-child {
  width: auto !important;
  height: 48px !important;
  flex: 0 0 auto !important;
}

body.service-template-page [data-service-template-form] label > * {
  width: 100% !important;
  height: 48px !important;
}

body.service-template-page [data-service-template-hero] form > * {
  min-width: 0 !important;
}

body.service-template-page [data-service-template-hero] input {
  min-width: 0 !important;
  height: 48px !important;
  flex: 1 1 auto !important;
  padding: 0 16px !important;
  border: 0 !important;
  outline: 0 !important;
  background: transparent !important;
  color: #fff !important;
  font-family: "Montserrat", sans-serif !important;
  font-size: 14px !important;
  box-shadow: none !important;
}

body.service-template-page [data-service-template-hero] input::placeholder {
  color: rgba(255, 255, 255, 0.55) !important;
}

body.service-template-page [data-service-template-hero] button,
body.service-template-page [data-service-template-hero] form a {
  display: inline-flex !important;
  min-width: 112px !important;
  height: 48px !important;
  padding: 0 20px !important;
  align-items: center !important;
  justify-content: center !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: var(--service-sky-400) !important;
  color: var(--service-ink-900) !important;
  font-family: "Montserrat", sans-serif !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  transition:
    background 240ms var(--service-ease),
    transform 240ms var(--service-ease) !important;
}

body.service-template-page [data-service-template-hero] button:hover,
body.service-template-page [data-service-template-hero] form a:hover {
  background: var(--service-sky-300) !important;
  transform: translateY(-1px);
}

/* Proof metrics */
body.service-template-page [data-service-template-stats] {
  position: relative !important;
  z-index: 2;
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  height: auto !important;
  min-height: 0 !important;
  padding: clamp(40px, 4.5vw, 64px) 0 !important;
  overflow: hidden !important;
  background: #061f72 !important;
}

body.service-template-page [data-service-template-stats]::before,
body.service-template-page [data-service-template-stats]::after {
  content: "";
  position: absolute;
  top: 0;
  width: 20px;
  height: 20px;
  background: #fff;
}

body.service-template-page [data-service-template-stats]::before {
  left: 0;
}

body.service-template-page [data-service-template-stats]::after {
  left: 22px;
  transform: translateY(22px);
}

body.service-template-page [data-service-template-stats-grid] {
  display: grid !important;
  width: min(1460px, calc(100% - 96px)) !important;
  max-width: none !important;
  height: auto !important;
  margin: 0 auto !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 1px !important;
  padding: 0 !important;
  background: rgba(255, 255, 255, 0.13) !important;
}

body.service-template-page
  [data-service-template-stats-grid]
  + [data-service-template-stats-grid] {
  margin-top: 1px !important;
}

body.service-template-page [data-service-template-stat] {
  display: flex !important;
  width: auto !important;
  min-width: 0 !important;
  height: auto !important;
  min-height: 156px !important;
  padding: 28px 30px !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: center !important;
  background: #1f3f8b !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  opacity: 0;
  transform: translateY(16px);
  transition:
    opacity 1.35s var(--service-ease) var(--stat-delay),
    transform 1.35s var(--service-ease) var(--stat-delay),
    background 260ms var(--service-ease) !important;
}

body.service-template-page [data-service-template-stat] > *,
body.service-template-page [data-service-template-stat] > * > * {
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

body.service-template-page
  [data-service-template-stats].service-template-stats-visible
  [data-service-template-stat] {
  opacity: 1;
  transform: translateY(0);
}

body.service-template-page [data-service-template-stat]:hover {
  background: #27499b !important;
}

body.service-template-page [data-service-template-stat] p {
  display: flex !important;
  width: 100% !important;
  margin: 0 !important;
  flex-direction: column !important;
  color: #fff !important;
  font-family: "Montserrat", sans-serif !important;
  font-style: normal !important;
  text-align: left !important;
}

.service-template-stat__value {
  display: block;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: clamp(50px, 4.6vw, 76px);
  font-weight: 400;
  line-height: 0.95;
  letter-spacing: -0.06em;
}

.service-template-stat__number {
  display: inline;
  color: inherit;
  font: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}

.service-template-stat__suffix {
  display: inline-block;
  vertical-align: top;
  margin-top: 0.05em;
  margin-left: 0.12em;
  color: inherit;
  font-family: "Poppins", sans-serif;
  font-size: 0.34em;
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -0.02em;
}

.service-template-stat__label {
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(15px, 1.15vw, 19px);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.025em;
}

/* Main service content */
body.service-template-page [data-service-template-content-section] {
  width: 100% !important;
  max-width: none !important;
  height: auto !important;
  min-height: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
  background: var(--service-paper) !important;
}

body.service-template-page [data-service-template-content-section] > [data-framer-name="Container"],
body.service-template-page [data-service-template-content-section] [data-framer-name="Content and Image"],
body.service-template-page [data-service-template-content] {
  display: flex !important;
  width: 100% !important;
  max-width: none !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  flex-direction: column !important;
  gap: 0 !important;
  overflow: visible !important;
}

body.service-template-page [data-service-template-part] {
  --service-part-bg: var(--service-paper);
  position: relative !important;
  display: block !important;
  width: min(1240px, calc(100% - 96px)) !important;
  max-width: none !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 auto !important;
  padding: 0 !important;
  overflow: visible !important;
  background: var(--service-part-bg) !important;
  box-shadow: 0 0 0 100vmax var(--service-part-bg);
  clip-path: inset(0 -100vmax);
  color: var(--service-text);
}

body.service-template-page [data-service-template-part].is-first {
  padding-top: clamp(84px, 8vw, 120px) !important;
}

body.service-template-page [data-service-template-part].is-last {
  padding-bottom: clamp(92px, 8.5vw, 132px) !important;
}

body.service-template-page [data-service-template-part]:not(.is-first) {
  padding-top: clamp(28px, 3vw, 48px) !important;
}

body.service-template-page [data-service-template-part]:not(.is-last) {
  padding-bottom: clamp(28px, 3vw, 48px) !important;
}

body.service-template-page .service-template-part--overview {
  --service-part-bg: var(--service-paper);
}

body.service-template-page.service-template-route--full-stack-ai-implementation
  .service-template-part--overview.is-first {
  display: grid !important;
  grid-template-columns: minmax(0, 1.15fr) minmax(330px, 0.85fr) !important;
  column-gap: clamp(56px, 7vw, 96px) !important;
  row-gap: 18px !important;
  align-items: start !important;
  padding-top: clamp(88px, 7.5vw, 112px) !important;
  padding-bottom: clamp(60px, 5vw, 76px) !important;
}

body.service-template-page.service-template-route--full-stack-ai-implementation
  .service-template-part--overview.is-first
  > h2 {
  grid-column: 1 !important;
  grid-row: 1 / span 3 !important;
  max-width: 100% !important;
  font-size: clamp(42px, 3.8vw, 58px) !important;
  line-height: 1.02 !important;
}

body.service-template-page.service-template-route--full-stack-ai-implementation
  .service-template-part--overview.is-first
  > p {
  grid-column: 2 !important;
  max-width: 48ch !important;
  margin: 0 !important;
}

body.service-template-page.service-template-route--full-stack-ai-implementation
  .service-template-part--overview[data-framer-name="Wrapper"] {
  display: none !important;
}

body.service-template-page .service-template-part--partners,
body.service-template-page .service-template-part--deliverables,
body.service-template-page .service-template-part--audience {
  --service-part-bg: var(--service-sky-50);
}

body.service-template-page .service-template-part--integrations,
body.service-template-page .service-template-part--impact,
body.service-template-page .service-template-part--ready {
  --service-part-bg: var(--service-ink-900);
  color: #fff;
}

body.service-template-page .service-template-part--difference,
body.service-template-page .service-template-part--faq {
  --service-part-bg: var(--service-paper);
}

body.service-template-page [data-service-template-part] > * {
  max-width: 100% !important;
}

body.service-template-page [data-service-template-part] h2 {
  max-width: 900px !important;
  margin: 0 !important;
  color: var(--service-ink-900) !important;
  font-family: "Poppins", sans-serif !important;
  font-size: clamp(36px, 4.1vw, 62px) !important;
  font-weight: 400 !important;
  line-height: 1.04 !important;
  letter-spacing: -0.055em !important;
  text-wrap: balance;
}

body.service-template-page [data-service-template-part] h2 * {
  color: inherit !important;
  font: inherit !important;
}

body.service-template-page [data-service-template-part] h3 {
  color: var(--service-ink-900) !important;
  font-family: "Montserrat", sans-serif !important;
  font-weight: 600 !important;
}

body.service-template-page [data-service-template-part] p,
body.service-template-page [data-service-template-part] blockquote,
body.service-template-page [data-service-template-part] li {
  max-width: 72ch;
  color: var(--service-muted) !important;
  font-family: "Montserrat", sans-serif !important;
  font-size: 16px !important;
  font-style: normal !important;
  line-height: 1.7 !important;
  letter-spacing: -0.012em !important;
}

body.service-template-page .service-template-part--integrations h2,
body.service-template-page .service-template-part--impact h2,
body.service-template-page .service-template-part--ready h2,
body.service-template-page .service-template-part--integrations h3,
body.service-template-page .service-template-part--impact h3,
body.service-template-page .service-template-part--ready h3 {
  color: var(--service-sky-100) !important;
}

body.service-template-page .service-template-part--integrations p,
body.service-template-page .service-template-part--integrations blockquote,
body.service-template-page .service-template-part--integrations li,
body.service-template-page .service-template-part--impact p,
body.service-template-page .service-template-part--impact blockquote,
body.service-template-page .service-template-part--impact li,
body.service-template-page .service-template-part--ready p,
body.service-template-page .service-template-part--ready blockquote,
body.service-template-page .service-template-part--ready li {
  color: rgba(255, 255, 255, 0.8) !important;
}

body.service-template-page [data-service-template-part] [data-framer-name="Wrapper"] {
  width: 100% !important;
  max-width: none !important;
}

/* Cards */
body.service-template-page [data-service-template-cards] {
  display: grid !important;
  width: 100% !important;
  max-width: none !important;
  height: auto !important;
  min-height: 0 !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 14px !important;
}

body.service-template-page [data-service-template-cards] > * {
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;
  height: auto !important;
  min-height: 0 !important;
}

body.service-template-page [data-service-template-cards] > * > * {
  height: 100% !important;
  min-height: 0 !important;
}

body.service-template-page [data-service-template-cards] p {
  margin: 0 !important;
}

body.service-template-page [data-service-template-cards] > * {
  transition:
    transform 260ms var(--service-ease),
    background 260ms var(--service-ease),
    border-color 260ms var(--service-ease);
}

body.service-template-page [data-service-template-cards] > *:hover {
  transform: translateY(-3px);
}

/* Partners and integrations */
body.service-template-page .service-template-part--partners [data-framer-name="Our Partners"],
body.service-template-page .service-template-part--integrations [data-framer-name="Our Partners"] {
  width: 100% !important;
  max-width: none !important;
  height: auto !important;
  min-height: 0 !important;
}

body.service-template-page .service-template-part--partners img,
body.service-template-page .service-template-part--integrations img {
  max-width: 100%;
  filter: none;
}

body.service-template-page.service-template-route--full-stack-ai-implementation
  .service-template-part--partners.is-first {
  display: flex !important;
  flex-direction: column !important;
  gap: 0 !important;
  padding-top: clamp(84px, 8vw, 112px) !important;
  padding-bottom: clamp(80px, 7vw, 104px) !important;
}

body.service-template-page.service-template-route--full-stack-ai-implementation
  .service-template-part--partners.is-first
  > h2 {
  max-width: 760px !important;
}

body.service-template-page.service-template-route--full-stack-ai-implementation
  .service-template-part--partners.is-first
  > p {
  max-width: 80ch !important;
  margin-top: 18px !important;
}

body.service-template-page
  [data-service-template-partner-source] {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

body.service-template-page .service-template-partner-carousel {
  width: 100%;
  margin-top: clamp(42px, 5vw, 68px);
  overflow: hidden;
  position: relative;
  isolation: isolate;
  background: rgb(255 255 255 / 52%);
  border-top: 1px solid rgb(0 29 107 / 18%);
  border-bottom: 1px solid rgb(0 29 107 / 18%);
}

body.service-template-page .service-template-partner-carousel:focus-visible {
  outline: 3px solid var(--service-sky-400);
  outline-offset: 4px;
}

body.service-template-page .service-template-partner-viewport {
  width: 100%;
  overflow: hidden;
}

body.service-template-page .service-template-partner-track {
  display: flex;
  width: max-content;
  will-change: transform;
  animation: service-partner-rail 48s linear infinite;
}

body.service-template-page .service-template-partner-group {
  display: flex;
  flex: none;
  gap: 12px;
  padding: 12px 12px 12px 0;
}

body.service-template-page .service-template-partner-item {
  display: flex;
  flex: none;
  align-items: center;
  justify-content: center;
  gap: 13px;
  width: clamp(190px, 17vw, 236px);
  min-height: 94px;
  padding: 20px 24px;
  background: #fff;
  border: 1px solid rgb(0 29 107 / 14%);
  transition:
    transform 240ms var(--service-ease),
    border-color 240ms var(--service-ease),
    background 240ms var(--service-ease);
}

body.service-template-page .service-template-partner-item:hover {
  transform: translateY(-3px);
  background: #f8fbff;
  border-color: rgb(0 78 214 / 38%);
}

body.service-template-page
  .service-template-partner-item[data-show-label]::after {
  content: attr(data-partner-label);
  color: var(--service-navy-900);
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: -0.01em;
}

body.service-template-page .service-template-partner-logo {
  display: block;
  width: auto;
  max-width: 100%;
  height: 34px;
  object-fit: contain;
}

body.service-template-page
  .service-template-partner-item[data-show-label]
  .service-template-partner-logo {
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
}

body.service-template-page
  .service-template-partner-item--openai
  .service-template-partner-logo {
  max-width: 128px;
}

body.service-template-page
  .service-template-partner-item--anthropic
  .service-template-partner-logo {
  max-width: 142px;
}

body.service-template-page
  .service-template-partner-item--azure
  .service-template-partner-logo {
  max-width: 130px;
}

body.service-template-page
  .service-template-partner-item--aws
  .service-template-partner-logo {
  max-width: 110px;
}

body.service-template-page
  .service-template-partner-item--google-cloud
  .service-template-partner-logo {
  max-width: 150px;
}

body.service-template-page
  .service-template-partner-item--snowflake
  .service-template-partner-logo {
  max-width: 148px;
}

body.service-template-page
  .service-template-partner-item--pinecone
  .service-template-partner-logo {
  max-width: 154px;
}

body.service-template-page
  .service-template-partner-item--weaviate
  .service-template-partner-logo {
  max-width: 150px;
}

body.service-template-page
  .service-template-partner-carousel:hover
  .service-template-partner-track,
body.service-template-page
  .service-template-partner-carousel:focus-within
  .service-template-partner-track {
  animation-play-state: paused;
}

@keyframes service-partner-rail {
  to {
    transform: translateX(-50%);
  }
}

/* Difference */
body.service-template-page .service-template-part--difference {
  display: block !important;
}

body.service-template-page .service-template-part--difference > :first-child {
  display: grid !important;
  width: 100% !important;
  max-width: none !important;
  height: auto !important;
  min-height: 0 !important;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr) !important;
  column-gap: clamp(48px, 7vw, 108px) !important;
  row-gap: 18px !important;
  align-items: start !important;
}

body.service-template-page .service-template-part--difference > :first-child > h2 {
  grid-column: 1 !important;
  grid-row: 1 !important;
}

body.service-template-page .service-template-part--difference > :first-child > :not(h2) {
  grid-column: 2 !important;
  margin-block: 0 !important;
}

/* Impact */
body.service-template-page .service-template-part--impact h2 {
  max-width: 1000px !important;
}

body.service-template-page .service-template-part--impact a,
body.service-template-page .service-template-part--impact button,
body.service-template-page .service-template-part--ready a,
body.service-template-page .service-template-part--ready button {
  border-radius: 0 !important;
}

/* FAQ */
body.service-template-page .service-template-part--faq [data-framer-name="Faqs and Tag"] {
  display: grid !important;
  width: 100% !important;
  max-width: none !important;
  height: auto !important;
  min-height: 0 !important;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr) !important;
  gap: clamp(48px, 7vw, 110px) !important;
  align-items: start !important;
}

body.service-template-page .service-template-part--faq h3 {
  position: relative !important;
  margin: 0 !important;
  padding: 24px 54px 24px 0 !important;
  border-top: 1px solid var(--service-line-light);
  font-size: 17px !important;
  line-height: 1.4 !important;
  cursor: pointer;
  transition: color 220ms var(--service-ease);
}

body.service-template-page
  .service-template-part--faq
  [data-service-template-faq-question]::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 0;
  display: grid;
  width: 32px;
  height: 32px;
  translate: 0 -50%;
  place-items: center;
  border: 1px solid var(--service-line-light);
  color: var(--service-ink-900);
  font-family: "Montserrat", sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 1;
  transition:
    rotate 260ms var(--service-ease),
    background 220ms var(--service-ease);
}

body.service-template-page
  .service-template-part--faq
  [data-service-template-faq-question]:hover {
  color: #174cad !important;
}

body.service-template-page
  .service-template-part--faq
  [data-service-template-faq-question]:hover::after {
  background: var(--service-sky-100);
}

body.service-template-page
  .service-template-part--faq
  [data-service-template-faq-question][aria-expanded="true"]::after {
  rotate: 45deg;
}

body.service-template-page .service-template-part--faq blockquote {
  margin: 0 !important;
  padding: 0 48px 24px 0 !important;
  overflow: hidden !important;
  max-height: 680px;
  opacity: 1;
  transition:
    max-height 420ms var(--service-ease),
    opacity 240ms ease,
    padding 420ms var(--service-ease);
}

body.service-template-page
  .service-template-part--faq
  [data-service-template-faq-answer][aria-hidden="true"] {
  max-height: 0 !important;
  padding-bottom: 0 !important;
  opacity: 0;
}

body.service-template-page .service-template-part--faq h3:last-of-type {
  border-bottom: 0;
}

/* Audience and final CTA */
body.service-template-page .service-template-part--ready {
  text-align: center;
}

body.service-template-page .service-template-part--ready h2,
body.service-template-page .service-template-part--ready p {
  margin-inline: auto !important;
  text-align: center !important;
}

body.service-template-page .service-template-part--ready > * {
  margin-inline: auto !important;
}

body.service-template-page [data-service-template-part] a:focus-visible,
body.service-template-page [data-service-template-part] button:focus-visible,
body.service-template-page [data-service-template-hero] input:focus-visible {
  outline: 3px solid var(--service-sky-400) !important;
  outline-offset: 3px !important;
}

@media (max-width: 980px) {
  body.service-template-page [data-service-template-hero] > [data-framer-name="Container"],
  body.service-template-page [data-service-template-stats-grid],
  body.service-template-page [data-service-template-part] {
    width: min(100% - 48px, 760px) !important;
  }

  body.service-template-page [data-service-template-stats-grid] {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body.service-template-page .service-template-part--difference,
  body.service-template-page .service-template-part--difference > :first-child,
  body.service-template-page .service-template-part--faq [data-framer-name="Faqs and Tag"] {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 42px !important;
  }

  body.service-template-page
    .service-template-part--difference
    > :first-child
    > h2,
  body.service-template-page
    .service-template-part--difference
    > :first-child
    > :not(h2) {
    grid-column: 1 !important;
    grid-row: auto !important;
  }

  body.service-template-page.service-template-route--full-stack-ai-implementation
    .service-template-part--overview.is-first {
    grid-template-columns: minmax(0, 1fr) !important;
    row-gap: 22px !important;
  }

  body.service-template-page.service-template-route--full-stack-ai-implementation
    .service-template-part--overview.is-first
    > h2,
  body.service-template-page.service-template-route--full-stack-ai-implementation
    .service-template-part--overview.is-first
    > p {
    grid-column: 1 !important;
    grid-row: auto !important;
    max-width: 100% !important;
  }
}

@media (max-width: 640px) {
  body.service-template-page [data-service-template-hero] {
    min-height: 660px !important;
    padding: 126px 0 84px !important;
  }

  body.service-template-page [data-service-template-hero] > [data-framer-name="Container"],
  body.service-template-page [data-service-template-stats-grid],
  body.service-template-page [data-service-template-part] {
    width: calc(100% - 36px) !important;
  }

  body.service-template-page [data-service-template-hero] h1 {
    font-size: clamp(36px, 9.5vw, 46px) !important;
  }

  body.service-template-page [data-service-template-hero] p {
    font-size: 15px !important;
    line-height: 1.62 !important;
  }

  body.service-template-page [data-service-template-hero] form {
    padding: 12px !important;
    flex-wrap: wrap !important;
  }

  body.service-template-page [data-service-template-form] {
    padding: 12px !important;
  }

  body.service-template-page [data-service-template-form] > * {
    flex-wrap: wrap !important;
  }

  body.service-template-page [data-service-template-form] > * > label,
  body.service-template-page [data-service-template-form] > * > :last-child {
    width: 100% !important;
    flex: 1 0 100% !important;
  }

  body.service-template-page [data-service-template-hero] input,
  body.service-template-page [data-service-template-hero] button,
  body.service-template-page [data-service-template-hero] form a {
    width: 100% !important;
    flex: 1 0 100% !important;
  }

  body.service-template-page [data-service-template-stats-grid],
  body.service-template-page [data-service-template-cards] {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  body.service-template-page [data-service-template-stat] {
    min-height: 132px !important;
  }

  body.service-template-page [data-service-template-part] h2 {
    font-size: clamp(32px, 9vw, 44px) !important;
  }

  body.service-template-page .service-template-part--faq h3 {
    padding-right: 0 !important;
    font-size: 16px !important;
  }

  body.service-template-page .service-template-part--faq blockquote {
    padding-right: 0 !important;
  }

  body.service-template-page .service-template-partner-carousel {
    margin-top: 36px;
  }

  body.service-template-page .service-template-partner-item {
    width: 180px;
    min-height: 82px;
    padding: 16px 18px;
  }

  body.service-template-page .service-template-partner-logo {
    height: 30px;
  }

  body.service-template-page
    .service-template-partner-item[data-show-label]
    .service-template-partner-logo {
    width: 28px;
    height: 28px;
    flex-basis: 28px;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.service-template-page *,
  body.service-template-page *::before,
  body.service-template-page *::after {
    scroll-behavior: auto !important;
  }

  body.service-template-page [data-service-template-stat] {
    opacity: 1;
    transform: none;
    transition: none !important;
  }

  body.service-template-page .service-template-partner-viewport {
    overflow-x: auto;
    scroll-snap-type: x proximity;
    scrollbar-width: thin;
  }

  body.service-template-page .service-template-partner-track {
    animation: none !important;
  }

  body.service-template-page .service-template-partner-group:last-child {
    display: none;
  }

  body.service-template-page .service-template-partner-item {
    scroll-snap-align: start;
  }
}
