@import url("https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:wght@500;600;700;800&family=Inter:wght@400;500;600;700;800&display=swap");

.aprendizpro-recursos-page,
.aprendizpro-recursos-page #page,
.aprendizpro-recursos-page .site,
.aprendizpro-recursos-page .site-content,
.aprendizpro-recursos-page .content-area,
.aprendizpro-recursos-page .site-main,
.aprendizpro-recursos-page article.page,
.aprendizpro-recursos-page .entry-content,
.aprendizpro-recursos-page .page-content {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.aprendizpro-recursos-page {
  overflow-x: clip;
}

.ap-page {
  --navy: #071a3b;
  --navy-2: #0d2857;
  --blue: #2468f2;
  --cyan: #29cdff;
  --violet: #7c35f4;
  --ink: #0c1f3c;
  --muted: #667991;
  --line: #dce7f2;
  --soft: #f4f8fd;
  --container: 1140px;
  --shadow: 0 18px 52px rgba(13, 39, 86, .11);
  position: relative;
  width: 100%;
  overflow: clip;
  color: var(--ink);
  background: #fff;
  font-family: Inter, Arial, sans-serif;
  font-size: 16px;
}

.ap-page *,
.ap-page *::before,
.ap-page *::after {
  box-sizing: border-box;
}

.ap-page a {
  color: inherit;
  text-decoration: none;
}

.ap-page p {
  margin: 0;
  color: var(--muted);
  line-height: 1.68;
}

.ap-page h1,
.ap-page h2,
.ap-page h3 {
  margin: 0;
  font-family: "Bricolage Grotesque", Inter, sans-serif;
  text-wrap: balance;
}

.ap-page h1 {
  font-size: clamp(2.65rem, 5.2vw, 4.65rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -.052em;
}

.ap-page h2 {
  font-size: clamp(2.1rem, 4.3vw, 3.4rem);
  font-weight: 700;
  line-height: 1.06;
  letter-spacing: -.043em;
  background: linear-gradient(115deg, #2756e9 0%, #258be2 65%, #24bce9 100%);
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
}

.ap-page h3 {
  font-size: 1.14rem;
  line-height: 1.25;
  letter-spacing: -.018em;
}

.ap-page svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ap-svg-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.ap-container {
  position: relative;
  z-index: 2;
  width: min(calc(100% - 48px), var(--container));
  margin-inline: auto;
}

.ap-section {
  position: relative;
  padding: 96px 0;
}

.ap-section--tinted {
  background: linear-gradient(180deg, #f8fbff, #f2f7fc);
}

.ap-section--dark {
  color: #fff;
  background: linear-gradient(135deg, #071a3b, #0e3470 58%, #342079);
}

.ap-section--dark h2 {
  background: linear-gradient(115deg, #fff 0%, #84eaff 56%, #c49aff 100%);
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
}

.ap-section--dark p {
  color: #bfd0e4;
}

.ap-kicker,
.ap-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #2366e8;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.ap-kicker svg,
.ap-eyebrow svg {
  width: 18px;
  height: 18px;
}

.ap-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 52px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 14px;
  font-size: .88rem;
  font-weight: 750;
  line-height: 1.1;
  white-space: nowrap;
  transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease;
}

.ap-button svg {
  width: 18px;
  height: 18px;
}

.ap-button:hover {
  transform: translateY(-2px);
}

.ap-button:focus-visible,
.ap-page a:focus-visible,
.ap-faq-item summary:focus-visible {
  outline: 3px solid rgba(41, 205, 255, .6);
  outline-offset: 3px;
}

.ap-page .ap-button--primary {
  color: #fff;
  background: linear-gradient(120deg, var(--blue), var(--violet));
  box-shadow: 0 13px 30px rgba(36, 104, 242, .24);
}

.ap-page .ap-button--ghost {
  color: #fff;
  border-color: rgba(255, 255, 255, .22);
  background: rgba(255, 255, 255, .08);
}

.ap-page .ap-button--outline {
  color: #154dc5;
  border-color: #c8d7eb;
  background: #fff;
}

.ap-page .ap-button--white {
  color: #1d55d7;
  background: #fff;
  box-shadow: 0 14px 32px rgba(5, 19, 48, .18);
}

.ap-page .ap-button--outline-white {
  color: #fff;
  border-color: rgba(255, 255, 255, .42);
  background: transparent;
}

.ap-reveal {
  opacity: 1;
  transform: none;
}

.ap-page.ap-js-ready .ap-reveal {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity .55s ease, transform .55s ease;
  transition-delay: var(--delay, 0ms);
}

.ap-page.ap-js-ready .ap-reveal.is-visible {
  opacity: 1;
  transform: none;
}

/* Hero */
.ap-hero {
  position: relative;
  min-height: 730px;
  padding: 78px 0 98px;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 76% 22%, rgba(41, 205, 255, .19), transparent 26%),
    radial-gradient(circle at 89% 74%, rgba(124, 53, 244, .22), transparent 29%),
    linear-gradient(135deg, #06152f 0%, #0a2858 58%, #1b1451 100%);
}

.ap-hero::before {
  position: absolute;
  inset: 0;
  content: "";
  opacity: .58;
  background-image:
    linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: linear-gradient(90deg, transparent, #000 42%);
}

.ap-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, .93fr) minmax(480px, 1.07fr);
  gap: 58px;
  align-items: center;
}

.ap-breadcrumb {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 32px;
  color: #9db0c9;
  font-size: .72rem;
}

.ap-breadcrumb a:hover {
  color: #fff;
}

.ap-hero__copy {
  max-width: 625px;
}

.ap-hero__copy .ap-eyebrow {
  margin-bottom: 18px;
  color: #86e8fa;
}

.ap-hero h1 {
  background: linear-gradient(118deg, #fff 8%, #8cecff 54%, #ba83ff 96%);
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
}

.ap-hero__lead {
  max-width: 620px;
  margin-top: 24px !important;
  color: #c6d4e5 !important;
  font-size: 1.05rem;
}

.ap-actions,
.ap-final__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.ap-actions {
  margin-top: 29px;
}

.ap-hero__proof {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 21px;
  margin-top: 28px;
  color: #c4d3e6;
  font-size: .72rem;
}

.ap-hero__proof span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.ap-hero__proof svg {
  width: 17px;
  height: 17px;
  color: #73e4f5;
}

.ap-ecosystem {
  position: relative;
  width: 100%;
  min-height: 550px;
  isolation: isolate;
}

.ap-ecosystem::before,
.ap-ecosystem::after,
.ap-eco-ring {
  position: absolute;
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.ap-ecosystem::before {
  top: 50%;
  left: 50%;
  width: min(96%, 570px);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, rgba(41, 205, 255, .045), transparent 68%);
}

.ap-ecosystem::after {
  top: 50%;
  left: 50%;
  width: min(72%, 410px);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, rgba(124, 53, 244, .06), transparent 70%);
}

.ap-eco-orbit {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  aspect-ratio: 1;
  border-radius: 50%;
  pointer-events: none;
  transform: translate(-50%, -50%);
}

.ap-eco-orbit--outer {
  width: min(88%, 520px);
  border: 1px solid rgba(111, 225, 255, .2);
  animation: ap-orbit-spin 28s linear infinite;
}

.ap-eco-orbit--middle-outer {
  width: min(75%, 445px);
  border: 1px solid rgba(255, 188, 87, .17);
  animation: ap-orbit-spin-reverse 24s linear infinite;
}

.ap-eco-orbit--middle-inner {
  width: min(63%, 370px);
  border: 1px dashed rgba(57, 211, 175, .2);
  animation: ap-orbit-spin 20s linear infinite;
}

.ap-eco-orbit--inner {
  width: min(50%, 295px);
  border: 1px dashed rgba(184, 125, 255, .25);
  animation: ap-orbit-spin-reverse 16s linear infinite;
}

.ap-eco-orbit i {
  position: absolute;
  width: 10px;
  aspect-ratio: 1;
  border: 2px solid rgba(255, 255, 255, .8);
  border-radius: 50%;
}

.ap-eco-orbit--outer i {
  top: -5px;
  left: calc(50% - 5px);
  background: #29cdff;
  box-shadow: 0 0 8px #29cdff, 0 0 20px rgba(41, 205, 255, .9);
}

.ap-eco-orbit--middle-outer i {
  top: calc(50% - 5px);
  right: -5px;
  background: #ffbc57;
  box-shadow: 0 0 8px #ffbc57, 0 0 18px rgba(255, 188, 87, .85);
}

.ap-eco-orbit--middle-inner i {
  bottom: -5px;
  left: calc(50% - 5px);
  background: #39d3af;
  box-shadow: 0 0 8px #39d3af, 0 0 18px rgba(57, 211, 175, .85);
}

.ap-eco-orbit--inner i {
  top: calc(50% - 5px);
  left: -5px;
  background: #9b62ff;
  box-shadow: 0 0 8px #9b62ff, 0 0 20px rgba(155, 98, 255, .9);
}

.ap-eco-ring {
  top: 50%;
  left: 50%;
  z-index: 2;
  width: min(54%, 310px);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, rgba(41, 205, 255, .17), rgba(124, 53, 244, .08) 46%, transparent 72%);
}

.ap-eco-core {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 4;
  display: flex;
  width: 166px;
  aspect-ratio: 1;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  transform: translate(-50%, -50%);
  background: linear-gradient(145deg, rgba(36, 104, 242, .95), rgba(124, 53, 244, .92));
  box-shadow: 0 0 0 20px rgba(255, 255, 255, .045), 0 28px 68px rgba(0, 0, 0, .3);
}

.ap-eco-core::before {
  position: absolute;
  z-index: -1;
  inset: -24px;
  border-radius: 50%;
  content: "";
  background: radial-gradient(circle, rgba(109, 229, 255, .36), rgba(103, 89, 255, .16) 48%, transparent 72%);
  animation: ap-core-glow 3.2s ease-in-out infinite;
}

.ap-eco-core svg {
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
  color: #9defff;
}

.ap-eco-core strong {
  font: 700 1rem/1.15 "Bricolage Grotesque", sans-serif;
}

.ap-eco-core small {
  margin-top: 5px;
  color: #d7e7fa;
  font-size: .6rem;
}

.ap-eco-node {
  position: absolute;
  z-index: 5;
  display: grid;
  width: 190px;
  min-height: 74px;
  grid-template-columns: 46px 1fr;
  gap: 10px;
  align-items: center;
  padding: 13px;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 19px;
  color: #fff;
  background: rgba(7, 24, 58, .83);
  box-shadow: 0 14px 38px rgba(0, 0, 0, .19);
  backdrop-filter: blur(12px);
}

.ap-eco-node > span {
  display: grid;
  width: 46px;
  aspect-ratio: 1;
  place-items: center;
  border-radius: 14px;
  color: #7fe6f7;
  background: linear-gradient(145deg, rgba(41, 205, 255, .18), rgba(124, 53, 244, .2));
}

.ap-eco-node svg {
  width: 23px;
  height: 23px;
}

.ap-eco-node strong,
.ap-eco-node small {
  display: block;
}

.ap-eco-node strong {
  font-size: .72rem;
}

.ap-eco-node small {
  margin-top: 3px;
  color: #afc0d6;
  font-size: .56rem;
  line-height: 1.35;
}

.ap-en-1 { top: 22px; left: 17%; }
.ap-en-2 { top: 104px; right: 0; }
.ap-en-3 { right: 1%; bottom: 101px; }
.ap-en-4 { bottom: 18px; left: 29%; }
.ap-en-5 { bottom: 118px; left: 0; }
.ap-en-6 { top: 115px; left: 0; }

.ap-eco-dot {
  position: absolute;
  width: 9px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #55e0f6;
  box-shadow: 0 0 18px #29cdff;
}

.ap-ed-1 { top: 18%; left: 55%; }
.ap-ed-2 { top: 48%; right: 5%; }
.ap-ed-3 { bottom: 18%; left: 47%; }
.ap-ed-4 { top: 50%; left: 7%; }

@keyframes ap-orbit-spin {
  from { transform: translate(-50%, -50%) rotate(0deg); }
  to { transform: translate(-50%, -50%) rotate(360deg); }
}

@keyframes ap-orbit-spin-reverse {
  from { transform: translate(-50%, -50%) rotate(360deg); }
  to { transform: translate(-50%, -50%) rotate(0deg); }
}

@keyframes ap-core-glow {
  0%,
  100% {
    opacity: .55;
    transform: scale(.9);
  }
  50% {
    opacity: 1;
    transform: scale(1.13);
  }
}

/* Soft background imagery */
.ap-section--visual {
  overflow: hidden;
  isolation: isolate;
}

.ap-section-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.ap-section-bg img {
  position: absolute;
  top: 0;
  right: 0;
  width: min(74%, 1420px);
  height: 100%;
  object-fit: cover;
  object-position: right center;
  opacity: .42;
  filter: saturate(.95);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, .22) 18%, #000 48%, #000 100%);
  mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, .22) 18%, #000 48%, #000 100%);
}

.ap-section-bg::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, .96) 32%, rgba(255, 255, 255, .44) 70%, rgba(255, 255, 255, .16) 100%);
}

.ap-section--visual-dark .ap-section-bg img {
  width: min(76%, 1450px);
  opacity: .3;
  filter: saturate(.88) contrast(.96);
}

.ap-section--visual-dark .ap-section-bg::after {
  background: linear-gradient(90deg, #071a3b 0%, rgba(7, 26, 59, .96) 32%, rgba(13, 44, 96, .68) 70%, rgba(39, 27, 94, .48) 100%);
}

/* Shared section layouts */
.ap-section-heading {
  max-width: 790px;
  margin-bottom: 46px;
}

.ap-section-heading--center {
  margin-inline: auto;
  text-align: center;
}

.ap-section-heading .ap-kicker,
.ap-faq-intro .ap-kicker,
.ap-decision-copy .ap-kicker {
  margin-bottom: 13px;
}

.ap-section-heading p {
  margin-top: 16px;
  font-size: 1rem;
}

.ap-intro-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 64px;
  row-gap: 36px;
  align-items: start;
}

.ap-intro-heading {
  grid-column: 1 / -1;
  width: 100%;
}

.ap-intro-heading .ap-kicker {
  margin-bottom: 13px;
}

.ap-intro-heading h2 {
  width: 100%;
  max-width: none;
}

.ap-intro-copy p {
  margin-top: 17px;
}

.ap-intro-copy p:first-child {
  margin-top: 0;
}

.ap-intro-copy .ap-button {
  margin-top: 27px;
}

.ap-outcome-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.ap-outcome-card {
  min-width: 0;
  padding: 23px;
  border: 1px solid #e0e9f3;
  border-radius: 20px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 9px 27px rgba(13, 39, 86, .06);
}

.ap-outcome-card span,
.ap-resource-card__icon,
.ap-objective-card > span,
.ap-decision-item > span {
  display: grid;
  place-items: center;
}

.ap-outcome-card span {
  width: 44px;
  aspect-ratio: 1;
  margin-bottom: 15px;
  border-radius: 13px;
  color: var(--blue);
  background: linear-gradient(145deg, #edf5ff, #efefff);
}

.ap-outcome-card p {
  margin-top: 7px;
  font-size: .78rem;
}

.ap-objective-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 17px;
}

.ap-objective-card {
  position: relative;
  min-width: 0;
  min-height: 232px;
  padding: 26px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 24px;
  background: rgba(255, 255, 255, .075);
  transition: transform .2s ease, background-color .2s ease;
}

.ap-objective-card:hover {
  transform: translateY(-4px);
  background: rgba(255, 255, 255, .105);
}

.ap-objective-card > span {
  width: 47px;
  aspect-ratio: 1;
  border: 1px solid rgba(41, 205, 255, .17);
  border-radius: 14px;
  color: #8cecff;
  background: rgba(41, 205, 255, .1);
}

.ap-objective-card h3 {
  margin-top: 19px;
  color: #fff;
}

.ap-objective-card p {
  margin-top: 9px;
  font-size: .78rem;
}

.ap-objective-card em,
.ap-resource-card em {
  display: flex;
  align-items: center;
  gap: 7px;
  font-style: normal;
  font-weight: 800;
}

.ap-objective-card em {
  margin-top: 17px;
  color: #82e5f6;
  font-size: .68rem;
}

.ap-objective-card em svg,
.ap-resource-card em svg {
  width: 16px;
  height: 16px;
}

.ap-resource-groups {
  display: grid;
  gap: 68px;
}

.ap-resource-group__head {
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 20px;
  align-items: start;
  margin-bottom: 25px;
}

.ap-resource-group__number {
  color: #dde8f6;
  font: 700 3.7rem/1 "Bricolage Grotesque", sans-serif;
}

.ap-resource-group__head p {
  max-width: 720px;
  margin-top: 8px;
}

.ap-resource-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

@media (min-width: 1081px) {
  .ap-resource-group--governance .ap-resource-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .ap-resource-group--governance .ap-resource-card {
    grid-column: span 2;
  }

  .ap-resource-group--governance .ap-resource-card:nth-child(4) {
    grid-column: 2 / span 2;
  }

  .ap-resource-group--governance .ap-resource-card:nth-child(5) {
    grid-column: 4 / span 2;
  }
}

.ap-resource-card {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 315px;
  flex-direction: column;
  padding: 27px;
  overflow: hidden;
  border: 1px solid #dce7f2;
  border-radius: 25px;
  background: #fff;
  box-shadow: 0 12px 33px rgba(13, 39, 86, .085);
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.ap-resource-card::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  content: "";
  background: linear-gradient(#2468f2, #29cdff);
}

.ap-resource-card:hover {
  transform: translateY(-4px);
  border-color: #c6d8eb;
  box-shadow: var(--shadow);
}

.ap-resource-card__icon {
  width: 50px;
  aspect-ratio: 1;
  border-radius: 15px;
  color: var(--blue);
  background: linear-gradient(145deg, #edf5ff, #f3edff);
}

.ap-resource-card h3 {
  margin-top: 21px;
}

.ap-resource-card p {
  margin-top: 9px;
  font-size: .79rem;
}

.ap-resource-card ul {
  display: grid;
  gap: 8px;
  margin: 17px 0 0;
  padding: 0;
  list-style: none;
}

.ap-resource-card li {
  position: relative;
  padding-left: 17px;
  color: #60748d;
  font-size: .69rem;
  line-height: 1.42;
}

.ap-resource-card li::before {
  position: absolute;
  top: .45em;
  left: 0;
  width: 7px;
  aspect-ratio: 1;
  border-radius: 50%;
  content: "";
  background: var(--cyan);
}

.ap-resource-card em {
  margin-top: auto;
  padding-top: 21px;
  color: #1c62d6;
  font-size: .7rem;
}

.ap-card-featured {
  grid-column: span 2;
  color: #fff;
  border-color: transparent;
  background: linear-gradient(135deg, #071d43, #123d81 58%, #391a7c);
}

.ap-card-featured::before {
  inset: 0 0 auto;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--cyan), var(--violet));
}

.ap-card-featured h3 {
  color: #fff;
  font-size: 1.38rem;
}

.ap-card-featured p,
.ap-card-featured li {
  color: #bdcee2;
}

.ap-card-featured em {
  color: #86e7f7;
}

.ap-card-featured .ap-resource-card__icon {
  color: #7de9f7;
  border: 1px solid rgba(255, 255, 255, .1);
  background: rgba(255, 255, 255, .09);
}

.ap-journey {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  margin-top: 42px;
}

.ap-journey-card {
  position: relative;
  min-width: 0;
  padding: 22px 18px;
  border: 1px solid #dce6f1;
  border-radius: 20px;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 8px 24px rgba(13, 39, 86, .06);
}

.ap-journey-card:not(:last-child)::after {
  position: absolute;
  top: 41px;
  right: -12px;
  width: 12px;
  height: 1px;
  content: "";
  background: #abc9ec;
}

.ap-journey-card b {
  display: grid;
  width: 36px;
  aspect-ratio: 1;
  place-items: center;
  border-radius: 11px;
  color: #fff;
  font-size: .7rem;
  background: linear-gradient(135deg, var(--blue), var(--violet));
}

.ap-journey-card h3 {
  margin-top: 15px;
  font-size: .92rem;
}

.ap-journey-card p {
  margin-top: 7px;
  font-size: .69rem;
}

.ap-journey-note {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  margin-top: 27px;
  padding: 21px 24px;
  border: 1px solid #cfe0f5;
  border-radius: 19px;
  background: rgba(234, 243, 255, .94);
}

.ap-journey-note svg {
  flex: 0 0 auto;
  color: var(--blue);
}

.ap-journey-note p {
  font-size: .77rem;
}

.ap-decision-layout {
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
  gap: 68px;
  align-items: start;
}

.ap-decision-copy p {
  margin-top: 16px;
}

.ap-decision-copy .ap-button {
  margin-top: 27px;
}

.ap-decision-list {
  display: grid;
  gap: 13px;
}

.ap-decision-item {
  display: grid;
  min-width: 0;
  grid-template-columns: 49px minmax(0, 1fr) auto;
  gap: 15px;
  align-items: center;
  padding: 18px 19px;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 18px;
  background: rgba(255, 255, 255, .085);
  backdrop-filter: blur(7px);
}

.ap-decision-item > span {
  width: 49px;
  aspect-ratio: 1;
  border-radius: 14px;
  color: #82e7f6;
  background: rgba(41, 205, 255, .11);
}

.ap-decision-item strong,
.ap-decision-item small {
  display: block;
}

.ap-decision-item strong {
  color: #fff;
  font-size: .79rem;
}

.ap-decision-item small {
  margin-top: 4px;
  color: #b9cadd;
  font-size: .63rem;
  line-height: 1.45;
}

.ap-decision-item em {
  color: #7ce3f4;
  font-size: .62rem;
  font-style: normal;
  font-weight: 800;
  white-space: nowrap;
}

.ap-faq-layout {
  display: grid;
  grid-template-columns: minmax(255px, .67fr) minmax(0, 1.33fr);
  gap: 72px;
  align-items: start;
}

.ap-faq-intro p {
  margin-top: 16px;
}

.ap-faq-intro .ap-button {
  margin-top: 25px;
}

.ap-faq-list {
  display: grid;
  gap: 11px;
}

.ap-faq-item {
  overflow: hidden;
  border: 1px solid #dce7f2;
  border-radius: 17px;
  background: #fff;
}

.ap-faq-item summary {
  position: relative;
  padding: 20px 56px 20px 21px;
  cursor: pointer;
  list-style: none;
  font-size: .84rem;
  font-weight: 600;
  line-height: 1.4;
}

.ap-faq-item summary::-webkit-details-marker {
  display: none;
}

.ap-faq-item summary span,
.ap-faq-item summary span::before {
  position: absolute;
  content: "";
  background: var(--blue);
  transition: transform .2s ease;
}

.ap-faq-item summary span {
  top: 28px;
  right: 22px;
  width: 15px;
  height: 2px;
}

.ap-faq-item summary span::before {
  top: -6px;
  left: 6px;
  width: 2px;
  height: 15px;
}

.ap-faq-item[open] summary span::before {
  transform: rotate(90deg);
}

.ap-faq-item > div {
  padding: 0 22px 21px;
}

.ap-faq-item p {
  font-size: .78rem;
}

.ap-final {
  padding: 76px 0;
  color: #fff;
  background:
    radial-gradient(circle at 85% 15%, rgba(41, 205, 255, .24), transparent 27%),
    linear-gradient(120deg, #0b2c66, #203ea4 57%, #6d2fd4);
}

.ap-final__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 54px;
  align-items: center;
}

.ap-final h2 {
  max-width: 750px;
  margin-top: 12px;
  color: #fff;
  background: none;
  -webkit-text-fill-color: currentColor;
}

.ap-final p {
  max-width: 720px;
  margin-top: 15px;
  color: #d8e5f6;
}

.ap-final .ap-eyebrow {
  color: #8be8f8;
}

.ap-final__actions {
  min-width: 250px;
  flex-direction: column;
}

.ap-final__actions .ap-button {
  width: 100%;
}

@media (min-width: 1025px) {
  .ap-page h1,
  .ap-page h2 {
    font-size: clamp(2.6rem, 2.9vw, 3rem) !important;
  }

  .ap-decision-copy,
  .ap-faq-intro {
    position: sticky;
    top: 96px;
  }
}

@media (min-width: 681px) and (max-width: 1024px) {
  .ap-page h1 {
    font-size: clamp(2.35rem, 4.1vw, 2.65rem);
  }

  .ap-page h2 {
    font-size: clamp(1.95rem, 3.5vw, 2.35rem);
  }
}

@media (max-width: 1080px) {
  .ap-hero__grid {
    grid-template-columns: minmax(0, .9fr) minmax(430px, 1.1fr);
    gap: 34px;
  }

  .ap-eco-node {
    width: 168px;
    grid-template-columns: 40px 1fr;
    padding: 11px;
  }

  .ap-eco-node > span {
    width: 40px;
  }

  .ap-objective-grid,
  .ap-resource-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ap-card-featured {
    grid-column: span 2;
  }

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

  .ap-journey-card::after {
    display: none;
  }
}

@media (max-width: 880px) {
  .ap-section {
    padding: 78px 0;
  }

  .ap-hero {
    min-height: auto;
    padding: 66px 0 74px;
  }

  .ap-hero__grid,
  .ap-intro-grid,
  .ap-decision-layout,
  .ap-faq-layout,
  .ap-final__inner {
    grid-template-columns: 1fr;
  }

  .ap-hero__copy {
    max-width: 720px;
  }

  .ap-ecosystem {
    width: min(100%, 650px);
    min-height: 520px;
    margin-inline: auto;
  }

  .ap-intro-grid,
  .ap-decision-layout,
  .ap-faq-layout {
    gap: 44px;
  }

  .ap-section-bg img {
    width: 100%;
    opacity: .3;
    -webkit-mask-image: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, .26) 38%, rgba(0, 0, 0, .12) 50%, rgba(0, 0, 0, .34) 65%, #000 100%);
    mask-image: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, .26) 38%, rgba(0, 0, 0, .12) 50%, rgba(0, 0, 0, .34) 65%, #000 100%);
  }

  .ap-section-bg::after {
    background: linear-gradient(90deg, rgba(255, 255, 255, .48), rgba(255, 255, 255, .82) 42%, rgba(255, 255, 255, .86) 58%, rgba(255, 255, 255, .48));
  }

  .ap-section--visual-dark .ap-section-bg img {
    width: 100%;
    opacity: .22;
  }

  .ap-section--visual-dark .ap-section-bg::after {
    background: linear-gradient(90deg, rgba(7, 26, 59, .58), rgba(7, 26, 59, .88) 42%, rgba(7, 26, 59, .9) 58%, rgba(39, 27, 94, .58));
  }

  .ap-final__actions {
    width: min(100%, 330px);
    min-width: 0;
  }
}

@media (max-width: 680px) {
  .ap-container {
    width: min(calc(100% - 32px), var(--container));
  }

  .ap-page h1 {
    font-size: clamp(2.2rem, 10.2vw, 2.8rem);
  }

  .ap-page h2 {
    font-size: clamp(1.85rem, 8.6vw, 2.3rem);
  }

  .ap-section {
    padding: 68px 0;
  }

  .ap-hero {
    padding: 50px 0 62px;
  }

  .ap-breadcrumb {
    margin-bottom: 25px;
  }

  .ap-hero__lead {
    font-size: .96rem;
  }

  .ap-actions,
  .ap-final__actions {
    width: 100%;
    flex-direction: column;
  }

  .ap-actions .ap-button,
  .ap-final__actions .ap-button {
    width: 100%;
  }

  .ap-hero__proof {
    display: grid;
    grid-template-columns: 1fr;
  }

  .ap-ecosystem {
    min-height: 420px;
    margin-top: 10px;
  }

  .ap-ecosystem::before {
    inset: auto;
    top: 50%;
    left: 50%;
    width: min(94%, 400px);
  }

  .ap-ecosystem::after {
    inset: auto;
    top: 50%;
    left: 50%;
    width: min(70%, 296px);
  }

  .ap-eco-core {
    width: 116px;
    box-shadow: 0 0 0 12px rgba(255, 255, 255, .045), 0 22px 48px rgba(0, 0, 0, .27);
  }

  .ap-eco-core svg {
    width: 31px;
    height: 31px;
    margin-bottom: 7px;
  }

  .ap-eco-core strong {
    font-size: .76rem;
  }

  .ap-eco-core small {
    font-size: .47rem;
  }

  .ap-eco-node {
    width: 126px;
    min-height: 60px;
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 7px;
    padding: 8px;
    border-radius: 15px;
  }

  .ap-eco-node > span {
    width: 34px;
    border-radius: 11px;
  }

  .ap-eco-node svg {
    width: 18px;
    height: 18px;
  }

  .ap-eco-node strong {
    font-size: .57rem;
  }

  .ap-eco-node small {
    font-size: .44rem;
  }

  .ap-en-1 { top: 12px; left: 17%; }
  .ap-en-2 { top: 79px; right: 0; }
  .ap-en-3 { right: 0; bottom: 76px; }
  .ap-en-4 { bottom: 8px; left: 29%; }
  .ap-en-5 { bottom: 86px; left: 0; }
  .ap-en-6 { top: 86px; left: 0; }

  .ap-outcome-grid,
  .ap-objective-grid,
  .ap-resource-grid,
  .ap-journey {
    grid-template-columns: 1fr;
  }

  .ap-card-featured {
    grid-column: auto;
  }

  .ap-resource-group__head {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .ap-resource-group__number {
    font-size: 2.7rem;
  }

  .ap-resource-card {
    min-height: 0;
  }

  .ap-decision-item {
    grid-template-columns: 45px minmax(0, 1fr);
    gap: 13px;
  }

  .ap-decision-item > span {
    width: 45px;
  }

  .ap-decision-item em {
    grid-column: 2;
    white-space: normal;
  }

  .ap-journey-note {
    padding: 19px;
  }

  .ap-final {
    padding: 62px 0;
  }
}

@media (max-width: 390px) {
  .ap-container {
    width: min(calc(100% - 24px), var(--container));
  }

  .ap-ecosystem {
    min-height: 384px;
  }

  .ap-eco-node {
    width: 112px;
    grid-template-columns: 30px minmax(0, 1fr);
    padding: 7px;
  }

  .ap-eco-node > span {
    width: 30px;
  }

  .ap-eco-node small {
    display: none;
  }

  .ap-eco-core {
    width: 104px;
  }

  .ap-en-1 { left: 16%; }
  .ap-en-2 { top: 72px; }
  .ap-en-3 { bottom: 69px; }
  .ap-en-4 { left: 29%; }
  .ap-en-5 { bottom: 77px; }
  .ap-en-6 { top: 78px; }

  .ap-outcome-card,
  .ap-objective-card,
  .ap-resource-card {
    padding: 22px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ap-page *,
  .ap-page *::before,
  .ap-page *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}
