body.app-development-page main > section.app-services-expertise {
  margin-top: 0 !important;
}

body.app-development-page .hero .lead {
  font-size: 16px;
  line-height: 30px;
}

.app-services-expertise {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 36px 0 24px;
  background: #050605;
}

.app-services-expertise::before {
  position: absolute;
  inset: 0;
  z-index: -2;
  content: "";
  background-image:
    linear-gradient(rgba(183, 255, 0, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(183, 255, 0, .035) 1px, transparent 1px);
  background-size: 58px 58px;
  mask-image: linear-gradient(to right, #000 0, #000 75%, transparent 100%);
}

.app-services-expertise::after {
  position: absolute;
  top: -240px;
  left: -260px;
  z-index: -1;
  width: 680px;
  height: 680px;
  content: "";
  background: radial-gradient(circle, rgba(151, 231, 0, .24) 0, rgba(88, 139, 0, .08) 42%, transparent 72%);
  pointer-events: none;
}

.services-expertise-container.container {
  width: min(1484px, calc(100% - 64px));
  max-width: 1484px !important;
  margin-inline: auto;
}

.services-expertise-overview {
  display: block;
  max-width: 940px;
  margin: 0 auto 44px;
  text-align: center;
}

.services-expertise-heading {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.expertise-kicker {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
  padding: 0 18px;
  border: 1px solid rgba(183, 255, 0, .18);
  border-radius: 22px;
  background: rgba(19, 30, 7, .7);
  color: #b7ff00;
  box-shadow: inset 0 0 24px rgba(183, 255, 0, .05);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.expertise-kicker i {
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #b7ff00;
  box-shadow: 0 0 14px rgba(183, 255, 0, .8);
}

.services-expertise-heading h2 {
  margin: 0;
  color: #f4f5f2;
  font-size: 54px;
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: 0;
  text-align: center;
}

.services-expertise-heading h2 span {
  color: #b7ff00;
}

.expertise-heading-line {
  display: block;
  width: 38px;
  height: 3px;
  margin: 14px auto 10px;
  background: #b7ff00;
  box-shadow: 0 0 12px rgba(183, 255, 0, .42);
}

.services-expertise-heading > p {
  max-width: 610px;
  margin: 0 auto;
  color: #9ca19a;
  font-size: 17px;
  line-height: 1.55;
  text-align: center;
}

.services-expertise-summary {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px 34px 20px;
  border: 1px solid rgba(183, 255, 0, .28);
  border-radius: 24px;
  background: rgba(12, 16, 10, .9);
  box-shadow: inset 0 -28px 48px rgba(129, 203, 0, .05), 0 18px 48px rgba(0, 0, 0, .2);
}

.expertise-summary-copy {
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr);
  align-items: start;
  gap: 28px;
}

.expertise-brand-mark {
  display: grid;
  width: 76px;
  height: 76px;
  place-items: center;
  border: 1px solid rgba(183, 255, 0, .7);
  border-radius: 20px;
  background: rgba(10, 16, 6, .92);
  transform: rotate(30deg);
}

.expertise-brand-mark img {
  display: block;
  width: 54px;
  height: 54px;
  object-fit: contain;
  transform: rotate(-30deg);
}

.expertise-summary-copy p {
  margin: 0;
  color: #e2e4df;
  font-size: 17px;
  line-height: 1.55;
}

.expertise-benefits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, .14);
}

.expertise-benefits > span {
  display: flex;
  min-width: 0;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 0 20px;
  color: #f3f5ef;
}

.expertise-benefits > span + span {
  border-left: 1px solid rgba(255, 255, 255, .19);
}

.expertise-benefits img,
.capability-icon img,
.capability-arrow img {
  display: block;
  flex: 0 0 auto;
  filter: brightness(0) saturate(100%) invert(87%) sepia(81%) saturate(2095%) hue-rotate(28deg) brightness(109%) contrast(103%);
}

.expertise-benefits strong {
  min-width: 0;
  font-size: 15px;
  font-weight: 700;
  white-space: nowrap;
}

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

.service-capability-card {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 272px;
  flex-direction: column;
  align-items: flex-start;
  padding: 18px 26px 18px;
  overflow: hidden;
  border: 1px solid rgba(183, 255, 0, .18);
  border-radius: 18px;
  background: rgba(13, 18, 10, .82);
  box-shadow: inset 0 0 44px rgba(140, 210, 0, .035);
  color: #f2f4ef;
  text-decoration: none;
  transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.service-capability-card::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  content: "";
  background: radial-gradient(circle at 50% 0, rgba(183, 255, 0, .07), transparent 52%);
  pointer-events: none;
}

.service-capability-card > * {
  position: relative;
  z-index: 1;
}

.service-capability-card:hover,
.service-capability-card:focus-visible {
  border-color: rgba(183, 255, 0, .45);
  box-shadow: inset 0 0 44px rgba(140, 210, 0, .06), 0 14px 36px rgba(0, 0, 0, .22);
  color: #f2f4ef;
  transform: translateY(-3px);
}

.service-capability-card:focus-visible {
  outline: 2px solid #b7ff00;
  outline-offset: 3px;
}

.capability-index {
  position: absolute;
  top: 17px;
  right: 22px;
  color: rgba(183, 255, 0, .76);
  font-size: 20px;
  font-weight: 500;
}

.capability-icon {
  display: grid;
  width: 68px;
  height: 68px;
  margin-bottom: 13px;
  place-items: center;
  border: 1px solid rgba(183, 255, 0, .62);
  border-radius: 50%;
  background: rgba(25, 40, 8, .8);
  box-shadow: inset 0 0 22px rgba(183, 255, 0, .09), 0 0 22px rgba(183, 255, 0, .04);
}

.capability-icon img {
  width: 39px;
  height: 39px;
  object-fit: contain;
}

.service-capability-card h3 {
  margin: 0 0 5px;
  color: #f4f5f2;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}

.service-capability-card p {
  margin: 0;
  color: #a4a9a1;
  font-size: 14px;
  line-height: 1.42;
}

.capability-arrow {
  display: grid;
  width: 32px;
  height: 32px;
  margin-top: auto;
  place-items: center;
  border: 1px solid rgba(183, 255, 0, .24);
  border-radius: 7px;
  background: rgba(13, 25, 4, .82);
}

.capability-arrow img {
  width: 17px;
  height: 17px;
}

@media (max-width: 1240px) {
  .services-expertise-container.container {
    width: min(1160px, calc(100% - 48px));
  }

  .services-expertise-overview {
    max-width: 820px;
    margin-bottom: 34px;
  }

  .services-expertise-heading h2 {
    font-size: 47px;
  }

  .services-expertise-summary {
    padding: 28px 28px 24px;
  }

  .expertise-summary-copy {
    grid-template-columns: 68px minmax(0, 1fr);
    gap: 20px;
  }

  .expertise-brand-mark {
    width: 66px;
    height: 66px;
  }

  .expertise-brand-mark img {
    width: 46px;
    height: 46px;
  }

  .expertise-benefits > span {
    gap: 9px;
    padding: 0 10px;
  }

  .expertise-benefits strong {
    font-size: 13px;
  }

  .service-capability-card {
    padding-inline: 22px;
  }
}

@media (max-width: 1040px) {
  .app-services-expertise {
    padding-top: 56px;
  }

  .services-expertise-overview {
    max-width: 720px;
  }

  .services-expertise-heading {
    max-width: 720px;
    margin-inline: auto;
  }

  .services-expertise-heading h2 {
    font-size: 50px;
  }

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

@media (max-width: 680px) {
  .app-services-expertise {
    padding: 42px 0 48px;
  }

  .services-expertise-container.container {
    width: min(calc(100% - 32px), 1440px);
  }

  .services-expertise-overview {
    margin-bottom: 28px;
  }

  .expertise-kicker {
    min-height: 36px;
    gap: 9px;
    margin-bottom: 20px;
    padding: 0 13px;
    font-size: 10px;
    letter-spacing: 1px;
  }

  .services-expertise-heading h2 {
    font-size: 38px;
    line-height: 1.1;
  }

  .services-expertise-heading > p {
    font-size: 15px;
    line-height: 1.6;
  }

  .services-expertise-summary {
    padding: 24px 20px 20px;
    border-radius: 18px;
  }

  .expertise-summary-copy {
    grid-template-columns: minmax(0, 1fr);
    gap: 18px;
  }

  .expertise-summary-copy p {
    font-size: 15px;
    line-height: 1.6;
  }

  .expertise-benefits {
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
    margin-top: 22px;
    padding-top: 0;
  }

  .expertise-benefits > span {
    justify-content: flex-start;
    padding: 15px 0;
    border-top: 1px solid rgba(255, 255, 255, .14);
  }

  .expertise-benefits > span + span {
    border-left: 0;
  }

  .expertise-benefits strong {
    font-size: 14px;
  }

  .service-capability-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 14px;
  }

  .service-capability-card {
    min-height: 260px;
    padding: 18px 22px;
    border-radius: 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .service-capability-card {
    transition: none;
  }
}

body.app-development-page main > section.high-caliber-section {
  margin-top: 0 !important;
}

.high-caliber-section {
  position: relative;
  overflow: hidden;
  padding: 76px 0 84px;
  background: #030403;
}

.high-caliber-container.container {
  width: min(1484px, calc(100% - 64px));
  max-width: 1484px !important;
  margin-inline: auto;
}

.high-caliber-panel {
  position: relative;
  isolation: isolate;
  display: grid;
  min-height: 632px;
  grid-template-columns: minmax(0, .97fr) minmax(0, 1.03fr);
  align-items: center;
  overflow: hidden;
  border: 1px solid rgba(214, 224, 205, .28);
  border-radius: 24px;
  background: #080a08;
}

.high-caliber-panel::before {
  position: absolute;
  inset: 0;
  z-index: -2;
  content: "";
  background:
    radial-gradient(circle at 91% 90%, rgba(145, 229, 0, .22), transparent 38%),
    linear-gradient(105deg, rgba(5, 7, 5, .98) 0%, rgba(8, 11, 7, .98) 62%, rgba(16, 25, 8, .94) 100%);
}

.high-caliber-panel::after {
  position: absolute;
  top: 18px;
  bottom: 18px;
  left: 0;
  z-index: -1;
  width: 48%;
  content: "";
  background-image: radial-gradient(circle, rgba(183, 255, 0, .16) 1.1px, transparent 1.2px);
  background-size: 14px 14px;
  mask-image: linear-gradient(90deg, rgba(0, 0, 0, .9), transparent 82%);
  opacity: .42;
}

.high-caliber-visual {
  position: relative;
  align-self: stretch;
  min-width: 0;
  min-height: 630px;
  overflow: hidden;
}

.high-caliber-visual::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, transparent 68%, rgba(8, 10, 8, .96) 100%);
  pointer-events: none;
}

.high-caliber-visual img {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: min(620px, 104%);
  max-width: none;
  height: auto;
  transform: translate(-50%, -48.5%);
}

.high-caliber-content {
  position: relative;
  z-index: 1;
  max-width: 650px;
  padding: 64px 72px 64px 38px;
}

.high-caliber-content h2 {
  max-width: 590px;
  margin: 0;
  color: #f4f5f2;
  font-size: 48px;
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: 0;
}

.high-caliber-content h2 span {
  color: #b7ff00;
}

.high-caliber-line {
  display: block;
  width: 44px;
  height: 3px;
  margin: 24px 0 30px;
  background: #b7ff00;
  box-shadow: 0 0 14px rgba(183, 255, 0, .44);
}

.high-caliber-content p {
  max-width: 620px;
  margin: 0;
  color: #d2d5cf;
  font-size: 17px;
  line-height: 1.65;
}

.high-caliber-content p + p {
  margin-top: 28px;
}

.high-caliber-cta {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  gap: 14px;
  margin-top: 34px;
  padding: 7px 28px 7px 10px;
  border: 1px solid rgba(183, 255, 0, .86);
  border-radius: 28px;
  color: #b7ff00;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition: background-color .2s ease, color .2s ease, transform .2s ease;
}

.high-caliber-cta:hover,
.high-caliber-cta:focus-visible {
  background: #b7ff00;
  color: #071000;
  transform: translateY(-2px);
}

.high-caliber-cta:focus-visible {
  outline: 2px solid #f4f5f2;
  outline-offset: 3px;
}

.high-caliber-cta-icon {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid rgba(183, 255, 0, .58);
  border-radius: 50%;
  background: rgba(183, 255, 0, .08);
}

.high-caliber-cta-icon img {
  display: block;
  width: 17px;
  height: 17px;
  filter: brightness(0) saturate(100%) invert(87%) sepia(81%) saturate(2095%) hue-rotate(28deg) brightness(109%) contrast(103%);
  transform: rotate(45deg);
}

.high-caliber-cta:hover .high-caliber-cta-icon,
.high-caliber-cta:focus-visible .high-caliber-cta-icon {
  border-color: rgba(7, 16, 0, .36);
  background: rgba(7, 16, 0, .08);
}

.high-caliber-cta:hover .high-caliber-cta-icon img,
.high-caliber-cta:focus-visible .high-caliber-cta-icon img {
  filter: brightness(0) saturate(100%);
}

@media (max-width: 1240px) {
  .high-caliber-container.container {
    width: min(1160px, calc(100% - 48px));
  }

  .high-caliber-panel {
    min-height: 580px;
  }

  .high-caliber-visual {
    min-height: 578px;
  }

  .high-caliber-content {
    padding: 52px 42px 52px 24px;
  }

  .high-caliber-content h2 {
    font-size: 42px;
  }

  .high-caliber-content p {
    font-size: 16px;
  }
}

@media (max-width: 900px) {
  .high-caliber-section {
    padding: 56px 0 64px;
  }

  .high-caliber-panel {
    grid-template-columns: minmax(0, 1fr);
  }

  .high-caliber-visual {
    min-height: 540px;
  }

  .high-caliber-visual::after {
    background: linear-gradient(180deg, transparent 78%, rgba(8, 10, 8, .98) 100%);
  }

  .high-caliber-visual img {
    width: min(660px, 92%);
  }

  .high-caliber-content {
    max-width: 720px;
    padding: 18px 48px 56px;
  }
}

@media (max-width: 680px) {
  .high-caliber-section {
    padding: 44px 0 52px;
  }

  .high-caliber-container.container {
    width: min(calc(100% - 32px), 1440px);
    padding-inline: 0;
  }

  .high-caliber-panel {
    border-radius: 18px;
  }

  .high-caliber-visual {
    min-height: 390px;
  }

  .high-caliber-visual img {
    width: min(510px, 128%);
    transform: translate(-50%, -48%);
  }

  .high-caliber-content {
    padding: 8px 22px 34px;
  }

  .high-caliber-content h2 {
    font-size: 32px;
    line-height: 1.12;
  }

  .high-caliber-line {
    margin: 20px 0 24px;
  }

  .high-caliber-content p {
    font-size: 15px;
    line-height: 1.65;
  }

  .high-caliber-content p + p {
    margin-top: 22px;
  }

  .high-caliber-cta {
    width: 100%;
    justify-content: flex-start;
    margin-top: 28px;
    padding-right: 18px;
    font-size: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .high-caliber-cta {
    transition: none;
  }
}

body.app-development-page main > section.app-portfolio-cta-section,
body.app-development-page main > section.strategy-template-section,
body.app-development-page main > section.regulated-industries-section,
body.app-development-page main > section.app-features-section {
  margin-top: 0 !important;
}

.app-portfolio-cta-section,
.strategy-template-section,
.regulated-industries-section,
.app-features-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: #030403;
}

.app-portfolio-cta-section::before,
.strategy-template-panel::before,
.regulated-industries-panel::before,
.app-features-section::before {
  position: absolute;
  inset: 0;
  z-index: -2;
  content: "";
  background-image:
    linear-gradient(rgba(183, 255, 0, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(183, 255, 0, .035) 1px, transparent 1px);
  background-size: 58px 58px;
}

.app-portfolio-cta-section {
  min-height: 620px;
  display: grid;
  place-items: center;
  padding: 104px 0 112px;
}

.app-portfolio-cta-section::after {
  position: absolute;
  inset: -180px -120px;
  z-index: -1;
  content: "";
  background:
    radial-gradient(circle at 6% 3%, rgba(132, 205, 0, .28), transparent 36%),
    radial-gradient(circle at 74% 100%, rgba(160, 245, 0, .22), transparent 34%),
    linear-gradient(180deg, rgba(6, 9, 6, .45), rgba(3, 4, 3, .96));
  pointer-events: none;
}

.app-portfolio-cta-container.container,
.strategy-template-container.container,
.regulated-industries-container.container,
.app-features-container.container {
  width: min(1484px, calc(100% - 64px));
  max-width: 1484px !important;
  margin-inline: auto;
}

.app-portfolio-cta-container {
  text-align: center;
}

.section-pill {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  gap: 12px;
  padding: 0 22px;
  border: 1px solid rgba(183, 255, 0, .24);
  border-radius: 999px;
  background: rgba(17, 26, 7, .74);
  color: #b7ff00;
  box-shadow: inset 0 0 28px rgba(183, 255, 0, .05);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 2.6px;
  line-height: 1;
  text-transform: uppercase;
}

.section-pill img,
.outline-arrow-cta img,
.industry-proof-strip img,
.industry-card-icon img,
.app-feature-card img {
  display: block;
  filter: brightness(0) saturate(100%) invert(87%) sepia(81%) saturate(2095%) hue-rotate(28deg) brightness(109%) contrast(103%);
}

.section-pill-centered {
  justify-content: center;
  margin-bottom: 64px;
}

.app-portfolio-cta-container h2 {
  max-width: 1320px;
  margin: 0 auto;
  color: #f6f7f4;
  font-size: 68px;
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: 0;
}

.app-portfolio-cta-container h2 span,
.strategy-template-copy h2 span,
.regulated-industries-copy h2 span,
.app-features-heading h2 span {
  color: #b7ff00;
}

.app-portfolio-cta-container p {
  max-width: 1120px;
  margin: 44px auto 0;
  color: #c4c8c0;
  font-size: 26px;
  line-height: 1.72;
}

.outline-arrow-cta {
  display: inline-flex;
  min-height: 78px;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin-top: 62px;
  padding: 8px 52px;
  border: 2px solid rgba(183, 255, 0, .88);
  border-radius: 999px;
  color: #b7ff00;
  font-size: 26px;
  font-weight: 800;
  text-decoration: none;
  transition: background-color .2s ease, color .2s ease, transform .2s ease;
}

.outline-arrow-cta span {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
}

.outline-arrow-cta:hover,
.outline-arrow-cta:focus-visible {
  background: #b7ff00;
  color: #071000;
  transform: translateY(-2px);
}

.outline-arrow-cta:hover img,
.outline-arrow-cta:focus-visible img {
  filter: brightness(0) saturate(100%);
}

.outline-arrow-cta:focus-visible {
  outline: 2px solid #f5f7f0;
  outline-offset: 4px;
}

.strategy-template-section {
  padding: 86px 0 72px;
}

.strategy-template-panel {
  position: relative;
  isolation: isolate;
  display: grid;
  min-height: 642px;
  grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
  align-items: center;
  overflow: hidden;
  border: 1px solid rgba(220, 229, 211, .28);
  border-radius: 28px;
  background: #070907;
}

.strategy-template-panel::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background:
    radial-gradient(circle at 78% 52%, rgba(129, 210, 0, .2), transparent 34%),
    radial-gradient(circle at 6% 92%, rgba(129, 210, 0, .1), transparent 42%),
    linear-gradient(90deg, rgba(3, 4, 3, .98) 0%, rgba(7, 9, 7, .92) 46%, rgba(8, 11, 7, .84) 100%);
}

.strategy-template-copy {
  position: relative;
  z-index: 2;
  padding: 68px 0 68px 70px;
}

.strategy-template-copy h2,
.regulated-industries-copy h2,
.app-features-heading h2 {
  margin: 36px 0 0;
  color: #f6f7f4;
  font-size: 58px;
  font-weight: 800;
  line-height: 1.17;
  letter-spacing: 0;
}

.section-title-line {
  display: block;
  width: 48px;
  height: 4px;
  margin: 34px 0 30px;
  background: #b7ff00;
  box-shadow: 0 0 14px rgba(183, 255, 0, .42);
}

.strategy-template-copy p {
  max-width: 660px;
  margin: 0;
  color: #c1c5be;
  font-size: 20px;
  line-height: 1.72;
}

.strategy-template-copy .outline-arrow-cta {
  min-height: 70px;
  margin-top: 34px;
  padding: 8px 40px;
  font-size: 20px;
  gap: 20px;
}

.strategy-template-visual {
  position: relative;
  align-self: stretch;
  min-width: 0;
  min-height: 642px;
  overflow: hidden;
}

.strategy-template-visual::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, rgba(7, 9, 7, .95) 0%, transparent 24%, transparent 78%, rgba(7, 9, 7, .82) 100%);
  pointer-events: none;
}

.strategy-template-visual img {
  position: absolute;
  top: 50%;
  right: -4%;
  display: block;
  width: min(780px, 108%);
  max-width: none;
  height: auto;
  transform: translateY(-50%);
}

.regulated-industries-section {
  padding: 66px 0 78px;
}

.regulated-industries-panel {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, .93fr) minmax(0, 1fr);
  gap: 78px;
  overflow: hidden;
  padding: 72px;
  border: 1px solid rgba(184, 205, 151, .22);
  border-radius: 28px;
  background: #070907;
  box-shadow: inset 0 0 0 1px rgba(183, 255, 0, .03);
}

.regulated-industries-panel::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background:
    radial-gradient(circle at 2% 4%, rgba(153, 232, 0, .28), transparent 32%),
    radial-gradient(circle at 100% 100%, rgba(153, 232, 0, .3), transparent 32%),
    linear-gradient(120deg, rgba(10, 15, 7, .94), rgba(4, 6, 4, .95) 55%, rgba(13, 20, 8, .92));
}

.regulated-industries-copy h2 {
  max-width: 720px;
}

.regulated-industries-copy p {
  max-width: 650px;
  margin: 0;
  color: #d4d7d1;
  font-size: 20px;
  line-height: 1.64;
}

.section-title-line-glow {
  width: 100%;
  max-width: 466px;
  height: 2px;
  margin-top: 28px;
  background: linear-gradient(90deg, #b7ff00, rgba(183, 255, 0, .18), transparent);
}

.section-title-line-glow::before {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-top: -3px;
  background: #b7ff00;
  box-shadow: 0 0 18px rgba(183, 255, 0, .9);
  content: "";
}

.industry-proof-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 690px;
  margin-top: 34px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 18px;
  background: rgba(8, 10, 8, .68);
}

.industry-proof-strip span {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  padding: 18px 20px;
}

.industry-proof-strip span + span {
  border-left: 1px solid rgba(255, 255, 255, .18);
}

.industry-proof-strip strong {
  color: #f4f5f2;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.25;
}

.industry-proof-strip small {
  grid-column: 2;
  color: #9da39b;
  font-size: 13px;
  line-height: 1.35;
}

.industry-card-slider {
  position: relative;
  display: grid;
  min-height: 0;
  align-self: center;
}

.industry-card-stack {
  display: grid;
  max-height: 620px;
  gap: 22px;
  align-content: start;
  overflow-y: auto;
  padding: 2px 14px 2px 2px;
  border-radius: 24px;
  scroll-behavior: smooth;
  scroll-snap-type: y mandatory;
  scrollbar-width: none;
}

.industry-card-stack::-webkit-scrollbar {
  display: none;
}

.industry-card {
  display: grid;
  min-height: 192px;
  grid-template-columns: 150px minmax(0, 1fr);
  align-items: center;
  gap: 34px;
  padding: 34px 44px;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 24px;
  background: rgba(10, 13, 9, .74);
  box-shadow: inset 0 0 34px rgba(183, 255, 0, .035);
  scroll-snap-align: start;
}

.industry-card-icon {
  display: grid;
  width: 116px;
  height: 116px;
  place-items: center;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(183, 255, 0, .2), rgba(26, 39, 9, .78));
  box-shadow: inset 0 0 32px rgba(183, 255, 0, .1), 0 0 0 1px rgba(183, 255, 0, .18);
}

.industry-card > div {
  min-width: 0;
  padding-left: 34px;
  border-left: 1px solid rgba(255, 255, 255, .22);
}

.industry-card h3 {
  margin: 0;
  color: #f6f7f4;
  font-size: 30px;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: 0;
}

.industry-card-line {
  display: block;
  width: 28px;
  height: 3px;
  margin: 16px 0 20px;
  background: #b7ff00;
}

.industry-card p {
  margin: 0;
  color: #c9cdc6;
  font-size: 20px;
  line-height: 1.5;
}

.industry-card-slider-controls {
  display: flex;
  justify-self: end;
  gap: 10px;
  margin-top: 14px;
}

.industry-card-slider-controls button {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(183, 255, 0, .45);
  border-radius: 50%;
  background: rgba(8, 12, 6, .9);
  cursor: pointer;
  box-shadow: 0 0 18px rgba(183, 255, 0, .09), inset 0 0 18px rgba(183, 255, 0, .08);
  transition: transform .2s ease, border-color .2s ease, background .2s ease;
}

.industry-card-slider-controls button:hover,
.industry-card-slider-controls button:focus-visible {
  border-color: rgba(183, 255, 0, .85);
  background: rgba(183, 255, 0, .12);
  transform: translateY(-2px);
}

.industry-card-slider-controls img,
.industry-card-icon img {
  filter: brightness(0) saturate(100%) invert(80%) sepia(99%) saturate(1237%) hue-rotate(22deg) brightness(105%) contrast(107%);
}

.industry-card-slider-controls [data-industry-up] img {
  transform: rotate(-45deg);
}

.industry-card-slider-controls [data-industry-down] img {
  transform: rotate(135deg);
}

.app-features-section {
  padding: 86px 0 92px;
}

.app-features-section::after {
  position: absolute;
  left: -260px;
  bottom: -340px;
  z-index: -1;
  width: 760px;
  height: 760px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(151, 231, 0, .24), rgba(61, 104, 0, .08) 44%, transparent 72%);
  content: "";
  pointer-events: none;
}

.app-features-heading {
  display: grid;
  grid-template-columns: minmax(0, .98fr) minmax(0, 1fr);
  gap: 90px;
  align-items: start;
}

.app-features-heading h2 {
  max-width: 760px;
}

.app-features-heading > p {
  max-width: 720px;
  margin: 0;
  color: #c3c7c0;
  font-size: 22px;
  line-height: 1.72;
}

.app-feature-slider {
  position: relative;
  margin-top: 50px;
}

.app-feature-slider-controls {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-bottom: 18px;
}

.app-feature-slider-controls button {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 1px solid rgba(183, 255, 0, .45);
  border-radius: 50%;
  background: rgba(8, 12, 6, .9);
  cursor: pointer;
  box-shadow: 0 0 18px rgba(183, 255, 0, .09), inset 0 0 18px rgba(183, 255, 0, .08);
  transition: transform .2s ease, border-color .2s ease, background .2s ease;
}

.app-feature-slider-controls button:hover,
.app-feature-slider-controls button:focus-visible {
  border-color: rgba(183, 255, 0, .85);
  background: rgba(183, 255, 0, .12);
  transform: translateY(-2px);
}

.app-feature-slider-controls img {
  filter: brightness(0) saturate(100%) invert(80%) sepia(99%) saturate(1237%) hue-rotate(22deg) brightness(105%) contrast(107%);
}

.app-feature-slider-controls [data-feature-prev] img {
  transform: rotate(225deg);
}

.app-feature-slider-controls [data-feature-next] img {
  transform: rotate(45deg);
}

.app-feature-viewport {
  overflow-x: auto;
  padding: 2px;
  border-radius: 18px;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.app-feature-viewport::-webkit-scrollbar {
  display: none;
}

.app-feature-grid {
  display: flex;
  flex-wrap: nowrap;
  gap: 28px;
}

.app-feature-card {
  display: flex;
  flex: 0 0 calc((100% - 140px) / 6);
  min-height: 252px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 28px 20px;
  border: 1px solid rgba(183, 255, 0, .24);
  border-radius: 18px;
  background: rgba(12, 17, 10, .76);
  box-shadow: inset 0 0 34px rgba(183, 255, 0, .035);
  text-align: center;
  scroll-snap-align: start;
}

.app-feature-card span {
  display: grid;
  width: 106px;
  height: 106px;
  place-items: center;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(183, 255, 0, .18), rgba(28, 44, 8, .72));
}

.app-feature-card h3 {
  min-height: 62px;
  margin: 28px 0 0;
  color: #f3f5f0;
  font-size: 21px;
  font-weight: 800;
  line-height: 1.32;
  letter-spacing: 0;
}

.app-feature-card i {
  display: block;
  width: 30px;
  height: 3px;
  margin-top: 24px;
  background: #b7ff00;
  box-shadow: 0 0 10px rgba(183, 255, 0, .42);
}

.ai-app-section {
  position: relative;
  isolation: isolate;
  padding: 34px 0 78px;
  background: #050605;
}

.ai-app-container.container {
  width: min(1800px, calc(100% - 112px));
  max-width: 1800px !important;
  margin-inline: auto;
}

.ai-app-panel {
  position: relative;
  display: grid;
  min-height: 690px;
  grid-template-columns: minmax(0, .95fr) minmax(560px, 1.05fr);
  align-items: stretch;
  overflow: hidden;
  border: 1px solid rgba(183, 255, 0, .12);
  border-radius: 54px;
  background:
    radial-gradient(circle at 74% 48%, rgba(159, 255, 34, .25), rgba(61, 98, 0, .08) 31%, transparent 56%),
    linear-gradient(118deg, rgba(5, 7, 4, .98) 0%, rgba(8, 12, 7, .96) 44%, rgba(4, 6, 4, .99) 100%);
  box-shadow: 0 28px 80px rgba(0, 0, 0, .34), inset 0 0 90px rgba(183, 255, 0, .035);
}

.ai-app-panel::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  content: "";
  background-image:
    linear-gradient(rgba(183, 255, 0, .025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(183, 255, 0, .025) 1px, transparent 1px);
  background-size: 48px 48px;
  opacity: .7;
  pointer-events: none;
}

.ai-app-panel::after {
  position: absolute;
  right: -140px;
  bottom: -160px;
  z-index: 0;
  width: 860px;
  height: 360px;
  content: "";
  background: radial-gradient(ellipse, rgba(183, 255, 0, .28), rgba(92, 144, 0, .12) 34%, transparent 68%);
  filter: blur(4px);
  transform: rotate(-9deg);
  pointer-events: none;
}

.ai-app-copy,
.ai-app-visual {
  position: relative;
  z-index: 1;
}

.ai-app-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 68px 0 58px 96px;
}

.ai-app-brand {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 32px;
  color: #f4f6f1;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.ai-app-brand strong {
  color: #b7ff00;
  font-weight: 700;
}

.ai-app-brand-mark {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
}

.ai-app-brand-mark img {
  width: 44px;
  height: 44px;
  object-fit: contain;
}

.ai-app-copy h2 {
  max-width: 760px;
  margin: 0;
  color: #f4f5f2;
  font-size: clamp(58px, 4.8vw, 88px);
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: 0;
}

.ai-app-copy h2 span,
.ai-app-copy p strong {
  color: #b7ff00;
}

.ai-app-copy p {
  max-width: 690px;
  margin: 28px 0 0;
  color: #d7dbd3;
  font-size: 23px;
  line-height: 1.48;
}

.ai-app-cta {
  display: inline-flex;
  min-height: 68px;
  align-items: center;
  gap: 16px;
  margin-top: 34px;
  padding: 8px 38px;
  border-radius: 999px;
  background: #b7ff00;
  color: #050605;
  box-shadow: 0 0 34px rgba(183, 255, 0, .34);
  font-size: 20px;
  font-weight: 900;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease;
}

.ai-app-cta:hover,
.ai-app-cta:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 0 44px rgba(183, 255, 0, .48);
}

.ai-app-cta span {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
}

.ai-app-cta img {
  width: 22px;
  height: 22px;
  filter: brightness(0);
}

.ai-app-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, max-content));
  align-items: center;
  gap: 0;
  margin-top: 44px;
}

.ai-app-proof span {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  align-items: center;
  gap: 18px;
  min-width: 188px;
  padding: 0 28px;
  color: #f1f4ed;
}

.ai-app-proof span:first-child {
  padding-left: 0;
}

.ai-app-proof span + span {
  border-left: 1px solid rgba(255, 255, 255, .22);
}

.ai-app-proof img {
  width: 42px;
  height: 42px;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(79%) sepia(99%) saturate(1242%) hue-rotate(24deg) brightness(108%) contrast(106%);
}

.ai-app-proof strong {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.35;
}

.ai-app-visual {
  min-height: 690px;
}

.ai-app-visual > img {
  position: absolute;
  right: 13%;
  bottom: -38px;
  width: min(690px, 76%);
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 34px 42px rgba(0, 0, 0, .5));
}

.ai-floating-card {
  position: absolute;
  z-index: 2;
  display: grid;
  width: 112px;
  height: 112px;
  place-items: center;
  border: 1px solid rgba(183, 255, 0, .32);
  border-radius: 24px;
  background: rgba(20, 27, 15, .56);
  box-shadow: inset 0 0 30px rgba(183, 255, 0, .06), 0 18px 40px rgba(0, 0, 0, .22);
  transform: rotate(12deg);
  backdrop-filter: blur(10px);
}

.ai-floating-card img {
  width: 42px;
  height: 42px;
  filter: brightness(0) saturate(100%) invert(79%) sepia(99%) saturate(1242%) hue-rotate(24deg) brightness(108%) contrast(106%);
}

.ai-floating-card-one {
  top: 144px;
  left: 11%;
}

.ai-floating-card-two {
  top: 266px;
  right: 11%;
  transform: rotate(11deg);
}

.ai-floating-card-three {
  right: 18%;
  bottom: 188px;
  transform: rotate(16deg);
}

.industry-innovation-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 78px 0 92px;
  background: #050605;
}

.industry-innovation-section::before {
  position: absolute;
  inset: 0;
  z-index: -2;
  content: "";
  background-image:
    linear-gradient(rgba(183, 255, 0, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(183, 255, 0, .035) 1px, transparent 1px);
  background-size: 62px 62px;
  opacity: .85;
  pointer-events: none;
}

.industry-innovation-section::after {
  position: absolute;
  top: -260px;
  right: -220px;
  z-index: -1;
  width: 760px;
  height: 760px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(151, 231, 0, .26), rgba(68, 112, 0, .1) 42%, transparent 72%);
  content: "";
  pointer-events: none;
}

.industry-innovation-container.container {
  width: min(1392px, calc(100% - 112px));
  max-width: 1392px !important;
  margin-inline: auto;
}

.industry-innovation-container {
  position: relative;
}

.industry-innovation-container::before {
  position: absolute;
  left: -200px;
  bottom: -180px;
  width: 540px;
  height: 540px;
  border: 1px solid rgba(183, 255, 0, .16);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.industry-innovation-header {
  max-width: 980px;
  margin: 0 auto 44px;
  text-align: center;
}

.innovation-pill {
  margin-bottom: 26px;
}

.industry-innovation-header h2 {
  margin: 0;
  color: #f4f5f2;
  font-size: 58px;
  font-weight: 900;
  line-height: 1.14;
  letter-spacing: 0;
}

.industry-innovation-header h2 span {
  color: #b7ff00;
}

.industry-innovation-header p {
  max-width: 870px;
  margin: 22px auto 0;
  color: #c7cbc4;
  font-size: 19px;
  line-height: 1.62;
}

.innovation-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.innovation-card {
  min-height: 315px;
  padding: 28px 26px 24px;
  border: 1px solid rgba(183, 255, 0, .38);
  border-radius: 20px;
  background:
    radial-gradient(circle at 12% 14%, rgba(183, 255, 0, .12), transparent 35%),
    rgba(9, 13, 8, .83);
  box-shadow: inset 0 0 38px rgba(183, 255, 0, .035);
}

.innovation-card-head {
  display: grid;
  grid-template-columns: 106px minmax(0, 1fr);
  align-items: center;
  gap: 22px;
  margin-bottom: 30px;
}

.innovation-icon {
  display: grid;
  width: 96px;
  height: 96px;
  place-items: center;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(183, 255, 0, .26), rgba(33, 53, 8, .8) 66%);
  box-shadow: inset 0 0 26px rgba(183, 255, 0, .1), 0 0 28px rgba(183, 255, 0, .08);
}

.innovation-icon img {
  width: 56px;
  height: 56px;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(79%) sepia(99%) saturate(1242%) hue-rotate(24deg) brightness(108%) contrast(106%);
}

.innovation-card h3 {
  margin: 0;
  color: #f4f5f2;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}

.innovation-card h3 + i {
  display: block;
  width: 40px;
  height: 3px;
  margin-top: 14px;
  background: #b7ff00;
  box-shadow: 0 0 10px rgba(183, 255, 0, .42);
}

.innovation-card p {
  margin: 0;
  color: #d3d6d0;
  font-size: 17px;
  line-height: 1.6;
}

@media (max-width: 1600px) {
  .app-portfolio-cta-container.container,
  .strategy-template-container.container,
  .regulated-industries-container.container,
  .app-features-container.container,
  .ai-app-container.container,
  .industry-innovation-container.container {
    width: min(1120px, calc(100% - 80px));
  }

  .app-portfolio-cta-section {
    min-height: 520px;
    padding: 62px 0 64px;
  }

  .section-pill {
    min-height: 38px;
    gap: 10px;
    padding: 0 16px;
    font-size: 11px;
    letter-spacing: 1.8px;
  }

  .section-pill-centered {
    margin-bottom: 36px;
  }

  .app-portfolio-cta-container h2 {
    max-width: 1040px;
    font-size: 48px;
    line-height: 1.08;
  }

  .app-portfolio-cta-container p {
    max-width: 880px;
    margin-top: 24px;
    font-size: 17px;
    line-height: 1.58;
  }

  .outline-arrow-cta {
    min-height: 54px;
    gap: 14px;
    margin-top: 32px;
    padding: 8px 30px;
    font-size: 17px;
  }

  .outline-arrow-cta span {
    width: 26px;
    height: 26px;
  }

  .strategy-template-section {
    padding: 48px 0 50px;
  }

  .strategy-template-panel {
    min-height: 470px;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    border-radius: 22px;
  }

  .strategy-template-copy {
    padding: 34px 0 34px 42px;
  }

  .strategy-template-copy h2 {
    margin-top: 24px;
    font-size: 38px;
    line-height: 1.13;
  }

  .regulated-industries-copy h2,
  .app-features-heading h2 {
    margin-top: 24px;
    font-size: 39px;
    line-height: 1.14;
  }

  .strategy-template-copy .section-title-line {
    margin: 16px 0 18px;
  }

  .strategy-template-copy p {
    max-width: 520px;
    font-size: 14px;
    line-height: 1.54;
  }

  .strategy-template-copy .outline-arrow-cta {
    min-height: 48px;
    margin-top: 20px;
    padding-inline: 24px;
    font-size: 14px;
  }

  .strategy-template-visual {
    min-height: 470px;
  }

  .strategy-template-visual img {
    right: -5%;
    width: min(545px, 96%);
  }

  .regulated-industries-section {
    padding: 48px 0 50px;
  }

  .regulated-industries-panel {
    gap: 30px;
    padding: 34px;
    border-radius: 22px;
  }

  .regulated-industries-copy p {
    font-size: 15px;
    line-height: 1.52;
  }

  .section-title-line-glow {
    margin: 18px 0 20px;
  }

  .industry-proof-strip {
    margin-top: 22px;
    border-radius: 14px;
  }

  .industry-proof-strip span {
    gap: 10px;
    padding: 12px 14px;
  }

  .industry-proof-strip strong {
    font-size: 12px;
  }

  .industry-proof-strip small {
    font-size: 11px;
  }

  .industry-card-stack {
    max-height: 420px;
    gap: 16px;
  }

  .industry-card {
    min-height: 128px;
    grid-template-columns: 78px minmax(0, 1fr);
    gap: 16px;
    padding: 18px 22px;
    border-radius: 18px;
  }

  .industry-card-icon {
    width: 70px;
    height: 70px;
  }

  .industry-card-icon img {
    width: 38px;
    height: 38px;
  }

  .industry-card > div {
    padding-left: 18px;
  }

  .industry-card h3 {
    font-size: 21px;
  }

  .industry-card p {
    font-size: 13px;
    line-height: 1.42;
  }

  .industry-card-line {
    margin: 9px 0 10px;
  }

  .app-features-section {
    padding: 50px 0 54px;
  }

  .app-features-heading {
    gap: 42px;
  }

  .app-features-heading > p {
    font-size: 15px;
    line-height: 1.55;
  }

  .app-feature-slider {
    margin-top: 30px;
  }

  .app-feature-grid {
    gap: 16px;
  }

  .app-feature-card {
    flex-basis: calc((100% - 80px) / 6);
    min-height: 194px;
    padding: 20px 14px;
    border-radius: 16px;
  }

  .app-feature-card span {
    width: 74px;
    height: 74px;
  }

  .app-feature-card img {
    width: 40px;
    height: 40px;
  }

  .app-feature-card h3 {
    min-height: 46px;
    margin-top: 18px;
    font-size: 15px;
  }

  .app-feature-card i {
    margin-top: 15px;
  }

  .ai-app-section {
    padding: 28px 0 54px;
  }

  .ai-app-panel {
    min-height: 520px;
    grid-template-columns: minmax(0, .98fr) minmax(430px, 1.02fr);
    border-radius: 28px;
  }

  .ai-app-copy {
    padding: 44px 0 42px 48px;
  }

  .ai-app-brand {
    margin-bottom: 20px;
    font-size: 15px;
    letter-spacing: 3px;
  }

  .ai-app-brand-mark,
  .ai-app-brand-mark img {
    width: 32px;
    height: 32px;
  }

  .ai-app-copy h2 {
    max-width: 560px;
    font-size: 50px;
    line-height: 1.08;
  }

  .ai-app-copy p {
    max-width: 540px;
    margin-top: 22px;
    font-size: 17px;
    line-height: 1.55;
  }

  .ai-app-cta {
    min-height: 54px;
    margin-top: 26px;
    padding-inline: 28px;
    font-size: 15px;
  }

  .ai-app-proof {
    margin-top: 32px;
  }

  .ai-app-proof span {
    min-width: 146px;
    gap: 13px;
    padding-inline: 18px;
  }

  .ai-app-proof img {
    width: 32px;
    height: 32px;
  }

  .ai-app-proof strong {
    font-size: 14px;
  }

  .ai-app-visual {
    min-height: 520px;
  }

  .ai-app-visual > img {
    right: 4%;
    bottom: -34px;
    width: min(580px, 98%);
  }

  .ai-floating-card {
    width: 76px;
    height: 76px;
    border-radius: 18px;
  }

  .ai-floating-card img {
    width: 31px;
    height: 31px;
  }

  .ai-floating-card-one {
    top: 112px;
    left: 7%;
  }

  .ai-floating-card-two {
    top: 214px;
    right: 4%;
  }

  .ai-floating-card-three {
    right: 10%;
    bottom: 138px;
  }

  .industry-innovation-section {
    padding: 54px 0 58px;
  }

  .industry-innovation-header {
    max-width: 860px;
    margin-bottom: 32px;
  }

  .industry-innovation-header h2 {
    font-size: 42px;
    line-height: 1.16;
  }

  .industry-innovation-header p {
    max-width: 810px;
    margin-top: 18px;
    font-size: 16px;
    line-height: 1.55;
  }

  .innovation-card-grid {
    gap: 16px;
  }

  .innovation-card {
    min-height: 250px;
    padding: 22px 20px 20px;
    border-radius: 16px;
  }

  .innovation-card-head {
    grid-template-columns: 82px minmax(0, 1fr);
    gap: 16px;
    margin-bottom: 22px;
  }

  .innovation-icon {
    width: 72px;
    height: 72px;
  }

  .innovation-icon img {
    width: 42px;
    height: 42px;
  }

  .innovation-card h3 {
    font-size: 18px;
  }

  .innovation-card h3 + i {
    width: 34px;
    margin-top: 12px;
  }

  .innovation-card p {
    font-size: 14px;
    line-height: 1.52;
  }
}

@media (max-width: 1240px) {
  .app-portfolio-cta-container.container,
  .strategy-template-container.container,
  .regulated-industries-container.container,
  .app-features-container.container,
  .ai-app-container.container,
  .industry-innovation-container.container {
    width: min(1160px, calc(100% - 48px));
  }

  .app-portfolio-cta-container h2 {
    font-size: 46px;
  }

  .app-portfolio-cta-container p {
    font-size: 18px;
  }

  .strategy-template-panel {
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  }

  .strategy-template-copy {
    padding-left: 44px;
  }

  .strategy-template-copy h2,
  .regulated-industries-copy h2,
  .app-features-heading h2 {
    font-size: 40px;
  }

  .strategy-template-visual img {
    right: -10%;
    width: min(710px, 116%);
  }

  .regulated-industries-panel {
    gap: 38px;
    padding: 48px;
  }

  .industry-card {
    grid-template-columns: 112px minmax(0, 1fr);
    gap: 22px;
    padding: 28px;
  }

  .industry-card-icon {
    width: 96px;
    height: 96px;
  }

  .industry-card h3 {
    font-size: 26px;
  }

  .industry-card p {
    font-size: 17px;
  }

  .app-features-heading {
    gap: 46px;
  }

  .app-features-heading > p {
    font-size: 16px;
  }

  .app-feature-grid {
    gap: 22px;
  }

  .app-feature-card {
    flex-basis: calc((100% - 88px) / 5);
  }

  .ai-app-panel {
    grid-template-columns: minmax(0, .96fr) minmax(380px, 1.04fr);
  }

  .ai-app-copy {
    padding-left: 40px;
  }

  .ai-app-copy h2 {
    font-size: 44px;
  }

  .ai-app-proof {
    grid-template-columns: minmax(0, 1fr);
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 16px;
  }

  .ai-app-proof span {
    min-width: 0;
    padding: 13px 16px;
  }

  .ai-app-proof span:first-child {
    padding-left: 16px;
  }

  .ai-app-proof span + span {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, .14);
  }

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

@media (max-width: 1040px) {
  .strategy-template-panel,
  .regulated-industries-panel,
  .app-features-heading {
    grid-template-columns: minmax(0, 1fr);
  }

  .strategy-template-copy {
    padding: 48px 48px 0;
  }

  .strategy-template-visual {
    min-height: 520px;
  }

  .strategy-template-visual img {
    top: 52%;
    right: 50%;
    width: min(790px, 96%);
    transform: translate(50%, -50%);
  }

  .regulated-industries-panel {
    gap: 36px;
  }

  .app-feature-grid {
    gap: 18px;
  }

  .app-feature-card {
    flex-basis: calc((100% - 36px) / 3);
  }

  .ai-app-panel {
    grid-template-columns: minmax(0, 1fr);
  }

  .ai-app-copy {
    padding: 48px 44px 0;
  }

  .ai-app-copy h2 {
    max-width: 720px;
    font-size: 48px;
  }

  .ai-app-copy p {
    max-width: 720px;
  }

  .ai-app-proof {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .ai-app-proof span + span {
    border-top: 0;
    border-left: 1px solid rgba(255, 255, 255, .14);
  }

  .ai-app-visual {
    min-height: 500px;
  }

  .ai-app-visual > img {
    right: 50%;
    bottom: -34px;
    width: min(600px, 88%);
    transform: translateX(50%);
  }

  .ai-floating-card-one {
    top: 66px;
    left: 16%;
  }

  .ai-floating-card-two {
    top: 120px;
    right: 16%;
  }

  .ai-floating-card-three {
    right: 22%;
    bottom: 108px;
  }
}

@media (max-width: 680px) {
  .app-portfolio-cta-container.container,
  .strategy-template-container.container,
  .regulated-industries-container.container,
  .app-features-container.container,
  .ai-app-container.container,
  .industry-innovation-container.container {
    width: min(calc(100% - 32px), 1440px);
    padding-inline: 0;
  }

  .app-portfolio-cta-section {
    min-height: auto;
    padding: 72px 0 76px;
  }

  .section-pill {
    min-height: 38px;
    gap: 9px;
    padding: 0 14px;
    font-size: 10px;
    letter-spacing: 1.2px;
  }

  .section-pill-centered {
    margin-bottom: 38px;
  }

  .app-portfolio-cta-container h2,
  .strategy-template-copy h2,
  .regulated-industries-copy h2,
  .app-features-heading h2 {
    font-size: 36px;
    line-height: 1.15;
  }

  .app-portfolio-cta-container p {
    margin-top: 26px;
    font-size: 17px;
    line-height: 1.62;
  }

  .outline-arrow-cta {
    min-height: 58px;
    gap: 14px;
    margin-top: 36px;
    padding: 8px 24px;
    font-size: 17px;
  }

  .outline-arrow-cta span {
    width: 26px;
    height: 26px;
  }

  .strategy-template-section,
  .regulated-industries-section,
  .app-features-section,
  .ai-app-section,
  .industry-innovation-section {
    padding: 46px 0 54px;
  }

  .strategy-template-panel,
  .regulated-industries-panel,
  .ai-app-panel {
    border-radius: 18px;
  }

  .strategy-template-copy {
    padding: 28px 22px 0;
  }

  .section-title-line {
    margin: 22px 0 24px;
  }

  .strategy-template-copy p,
  .regulated-industries-copy p,
  .app-features-heading > p {
    font-size: 16px;
    line-height: 1.62;
  }

  .strategy-template-copy .outline-arrow-cta {
    width: 100%;
    justify-content: flex-start;
    min-height: 58px;
    padding-inline: 18px;
    font-size: 15px;
  }

  .strategy-template-visual {
    min-height: 350px;
  }

  .strategy-template-visual img {
    width: min(500px, 128%);
  }

  .regulated-industries-panel {
    gap: 28px;
    padding: 28px 22px;
  }

  .section-title-line-glow {
    max-width: 100%;
  }

  .industry-proof-strip {
    grid-template-columns: minmax(0, 1fr);
    margin-top: 28px;
  }

  .industry-proof-strip span + span {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, .16);
  }

  .industry-card-stack {
    max-height: 650px;
    gap: 16px;
  }

  .industry-card {
    min-height: auto;
    grid-template-columns: minmax(0, 1fr);
    gap: 20px;
    padding: 24px 20px;
    border-radius: 18px;
  }

  .industry-card-icon {
    width: 86px;
    height: 86px;
  }

  .industry-card-icon img {
    width: 44px;
    height: 44px;
  }

  .industry-card > div {
    padding-left: 0;
    border-left: 0;
  }

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

  .industry-card p {
    font-size: 15px;
    line-height: 1.55;
  }

  .app-features-heading {
    gap: 12px;
  }

  .app-feature-grid {
    gap: 14px;
  }

  .app-feature-slider {
    margin-top: 28px;
  }

  .app-feature-slider-controls {
    justify-content: flex-start;
  }

  .app-feature-slider-controls button {
    width: 48px;
    height: 48px;
  }

  .app-feature-card {
    flex-basis: min(232px, 72vw);
    min-height: 208px;
    padding: 24px 18px;
    border-radius: 16px;
  }

  .app-feature-card span {
    width: 86px;
    height: 86px;
  }

  .app-feature-card img {
    width: 48px;
    height: 48px;
  }

  .app-feature-card h3 {
    min-height: 0;
    margin-top: 22px;
    font-size: 20px;
  }

  .ai-app-panel {
    min-height: 0;
  }

  .ai-app-copy {
    padding: 28px 22px 0;
  }

  .ai-app-brand {
    gap: 11px;
    margin-bottom: 24px;
    font-size: 12px;
    letter-spacing: 2px;
  }

  .ai-app-brand-mark,
  .ai-app-brand-mark img {
    width: 30px;
    height: 30px;
  }

  .ai-app-copy h2 {
    font-size: 39px;
    line-height: 1.12;
  }

  .ai-app-copy p {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.6;
  }

  .ai-app-cta {
    width: 100%;
    min-height: 58px;
    justify-content: center;
    padding-inline: 18px;
    font-size: 15px;
  }

  .ai-app-proof {
    width: 100%;
    grid-template-columns: minmax(0, 1fr);
    margin-top: 28px;
  }

  .ai-app-proof span + span {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, .14);
  }

  .ai-app-visual {
    min-height: 360px;
  }

  .ai-app-visual > img {
    bottom: -20px;
    width: min(420px, 112%);
  }

  .ai-floating-card {
    width: 58px;
    height: 58px;
    border-radius: 14px;
  }

  .ai-floating-card img {
    width: 25px;
    height: 25px;
  }

  .ai-floating-card-one {
    top: 42px;
    left: 8%;
  }

  .ai-floating-card-two {
    top: 84px;
    right: 7%;
  }

  .ai-floating-card-three {
    right: 13%;
    bottom: 74px;
  }

  .industry-innovation-header {
    margin-bottom: 30px;
  }

  .industry-innovation-header h2 {
    font-size: 35px;
    line-height: 1.16;
  }

  .industry-innovation-header p {
    margin-top: 18px;
    font-size: 16px;
    line-height: 1.58;
  }

  .innovation-card-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 14px;
  }

  .innovation-card {
    min-height: auto;
    padding: 22px 20px;
    border-radius: 16px;
  }

  .innovation-card-head {
    grid-template-columns: 76px minmax(0, 1fr);
    gap: 16px;
    margin-bottom: 20px;
  }

  .innovation-icon {
    width: 68px;
    height: 68px;
  }

  .innovation-icon img {
    width: 38px;
    height: 38px;
  }

  .innovation-card h3 {
    font-size: 20px;
  }

  .innovation-card p {
    font-size: 15px;
    line-height: 1.58;
  }
}
