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

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

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

.aprendizpro-casos-page .entry-header,
.aprendizpro-casos-page .post-thumbnail {
  display: none;
}

.ap-page {
  --navy: #09285b;
  --ink: #0c274a;
  --muted: #637991;
  --blue: #2e64f5;
  --cyan: #28c9ec;
  --violet: #822bff;
  --green: #08ae91;
  --line: #d8e4f1;
  --soft: #f4f8fd;
  --container: 1140px;
  width: 100%;
  max-width: none;
  overflow: clip;
  color: var(--ink);
  background: #fff;
  font-family: Inter, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.62;
}

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

.ap-page a,
.ap-page a:hover,
.ap-page a:focus {
  color: inherit;
  text-decoration: none !important;
}

.ap-page p,
.ap-page h1,
.ap-page h2,
.ap-page h3 {
  margin-top: 0;
}

.ap-page p {
  color: var(--muted);
}

.ap-page h1,
.ap-page h2,
.ap-page h3,
.ap-page strong {
  font-family: "Bricolage Grotesque", Inter, sans-serif;
}

.ap-page h1,
.ap-page h2 {
  color: transparent;
  font-weight: 700;
  letter-spacing: -.045em;
  text-wrap: balance;
  background: linear-gradient(90deg, #3156f5 0%, #2f7ef0 48%, #1eb8ec 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ap-page h1 {
  font-size: clamp(2.55rem, 3.2vw, 3.4rem);
  line-height: 1.02;
}

.ap-page h2 {
  font-size: clamp(2.2rem, 3vw, 3.1rem);
  line-height: 1.04;
}

.ap-page h3 {
  color: var(--ink);
  line-height: 1.24;
}

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

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

.ap-icon {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ap-eyebrow,
.ap-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--blue);
  font-size: .71rem;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.ap-button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 13px 22px;
  border: 1px solid transparent;
  border-radius: 13px;
  font-size: .86rem;
  font-weight: 800;
  line-height: 1.2;
  white-space: nowrap;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

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

.ap-page .ap-button--primary {
  color: #fff;
  background: linear-gradient(135deg, var(--blue), var(--violet));
  box-shadow: 0 14px 34px rgba(46, 100, 245, .25);
}

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

.ap-page .ap-button--white {
  color: #1753cf;
  background: #fff;
}

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

.ap-hero {
  position: relative;
  min-height: 720px;
  padding: 76px 0 96px;
  isolation: isolate;
  background:
    radial-gradient(circle at 72% 21%, rgba(40,201,236,.2), transparent 26%),
    radial-gradient(circle at 91% 82%, rgba(130,43,255,.22), transparent 30%),
    linear-gradient(135deg, #06172f 0%, #0b315e 59%, #241653 100%);
}

.ap-hero::before {
  position: absolute;
  inset: 0;
  content: "";
  opacity: .78;
  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: 44px 44px;
  mask-image: linear-gradient(90deg, transparent, #000 42%, #000);
}

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

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

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

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

.ap-hero .ap-eyebrow {
  color: #7de9ff;
  margin-bottom: 18px;
}

.ap-hero h1 {
  color: #fff;
  background: none;
  -webkit-text-fill-color: #fff;
}

.ap-hero__lead {
  max-width: 590px;
  margin: 24px 0 0;
  color: #cad7e7 !important;
  font-size: 1.04rem;
}

.ap-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.ap-hero__proof {
  display: flex;
  width: max-content;
  max-width: none;
  flex-wrap: nowrap;
  gap: 14px;
  margin-top: 28px;
  color: #c6d3e3;
  font-size: .7rem;
}

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

.ap-hero__proof .ap-icon {
  width: 16px;
  height: 16px;
  color: #72e6fb;
}

.ap-case-map {
  position: relative;
  width: min(100%, 590px);
  aspect-ratio: 1;
  margin-inline: auto;
}

.ap-case-map::before {
  position: absolute;
  inset: 10%;
  border-radius: 50%;
  content: "";
  background: radial-gradient(circle, rgba(53,101,236,.16), rgba(32,195,238,.055) 48%, transparent 72%);
}

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

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

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

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

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

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

.ap-case-orbit--outer i {
  top: -5px;
  left: calc(50% - 5px);
  background: #38d8f4;
  box-shadow: 0 0 8px #38d8f4, 0 0 20px rgba(56,216,244,.9);
}

.ap-case-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-case-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-case-orbit--inner i {
  top: calc(50% - 5px);
  left: -5px;
  background: #9b52ff;
  box-shadow: 0 0 8px #9b52ff, 0 0 20px rgba(155,82,255,.9);
}

.ap-case-core {
  position: absolute;
  z-index: 4;
  left: 50%;
  top: 50%;
  display: flex;
  width: 168px;
  aspect-ratio: 1;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px 20px 34px;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  transform: translate(-50%,-50%);
  background: linear-gradient(145deg, #246cf2, #8732f2);
  box-shadow: 0 0 0 19px rgba(255,255,255,.045), 0 0 42px rgba(41,205,255,.22), 0 28px 64px rgba(0,0,0,.32);
  animation: ap-core-glow 3.4s ease-in-out infinite;
}

.ap-case-core .ap-icon {
  width: 39px;
  height: 39px;
  margin-bottom: 10px;
  color: #9af0ff;
}

.ap-case-core strong {
  font-size: .98rem;
  line-height: 1.08;
}

.ap-case-core small {
  margin-top: 6px;
  color: #d7e5f5;
  font-size: .57rem;
}

.ap-case-node {
  position: absolute;
  z-index: 5;
  display: flex;
  width: 185px;
  align-items: center;
  gap: 11px;
  padding: 13px 14px;
  border: 1px solid rgba(152,220,255,.17);
  border-radius: 17px;
  color: #fff;
  background: rgba(6,28,67,.83);
  box-shadow: 0 16px 36px rgba(0,0,0,.2);
  backdrop-filter: blur(10px);
}

.ap-case-node > span {
  display: grid;
  width: 39px;
  height: 39px;
  flex: 0 0 39px;
  place-items: center;
  border-radius: 12px;
  color: #8cecff;
  background: linear-gradient(135deg, rgba(41,205,255,.2), rgba(151,41,255,.28));
}

.ap-case-node .ap-icon {
  width: 20px;
  height: 20px;
}

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

.ap-case-node strong {
  font-size: .73rem;
}

.ap-case-node small {
  margin-top: 2px;
  color: #aebfd3;
  font-size: .54rem;
  line-height: 1.35;
}

.ap-cn-1 { left: 0; top: 13%; }
.ap-cn-2 { right: 0; top: 16%; }
.ap-cn-3 { right: 0; bottom: 13%; }
.ap-cn-4 { left: 0; bottom: 11%; }
.ap-cn-5 { left: 50%; top: 0; transform: translateX(-50%); }
.ap-cn-6 { left: 50%; bottom: 0; transform: translateX(-50%); }

@keyframes ap-spin { to { transform: translate(-50%,-50%) rotate(360deg); } }
@keyframes ap-spin-reverse { to { transform: translate(-50%,-50%) rotate(-360deg); } }
@keyframes ap-core-glow {
  50% { box-shadow: 0 0 0 23px rgba(255,255,255,.055), 0 0 58px rgba(41,205,255,.34), 0 28px 64px rgba(0,0,0,.32); }
}

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

.ap-section--tinted {
  background: #f6f9fd;
}

.ap-section--visual {
  overflow: hidden;
  isolation: isolate;
}

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

.ap-section-bg::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, #fff 0%, rgba(255,255,255,.98) 30%, rgba(255,255,255,.7) 60%, rgba(255,255,255,.24) 100%);
}

.ap-section-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: .54;
}

.ap-intro-grid,
.ap-scenario-layout,
.ap-faq-layout {
  display: grid;
  grid-template-columns: minmax(0, .84fr) minmax(0, 1.16fr);
  gap: 28px 60px;
  align-items: start;
}

.ap-intro-heading,
.ap-scenario-heading,
.ap-faq-heading {
  grid-column: 1 / -1;
  max-width: 880px;
}

.ap-scenario-heading,
.ap-faq-heading {
  grid-column: 1;
  grid-row: 1;
  max-width: none;
}

.ap-scenario-copy,
.ap-faq-intro {
  grid-column: 1;
  grid-row: 2;
}

.ap-scenario-list,
.ap-faq-list {
  grid-column: 2;
  grid-row: 1 / span 2;
}

.ap-intro-heading .ap-kicker,
.ap-scenario-heading .ap-kicker,
.ap-faq-heading .ap-kicker,
.ap-section-heading .ap-kicker {
  margin-bottom: 12px;
}

.ap-intro-heading h2,
.ap-scenario-heading h2,
.ap-faq-heading h2 {
  margin-bottom: 0;
}

.ap-intro-copy p,
.ap-scenario-copy p,
.ap-faq-intro p {
  font-size: .98rem;
}

.ap-intro-note {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 12px;
  margin-top: 24px;
  padding: 16px;
  border: 1px solid #d9e6f4;
  border-radius: 14px;
  background: rgba(255,255,255,.86);
}

.ap-intro-note .ap-icon {
  color: var(--green);
}

.ap-intro-note p {
  margin: 0;
  font-size: .76rem;
}

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

.ap-intro-card,
.ap-principle {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 19px;
  background: rgba(255,255,255,.92);
  box-shadow: 0 16px 36px rgba(20,55,91,.06);
}

.ap-intro-card > span,
.ap-principle > span,
.ap-flow-card > span,
.ap-scenario-item > span {
  display: grid;
  width: 43px;
  height: 43px;
  place-items: center;
  border-radius: 13px;
  color: var(--blue);
  background: #eef3ff;
}

.ap-intro-card h3,
.ap-principle h3 {
  margin: 16px 0 8px;
  font-size: 1rem;
}

.ap-intro-card p,
.ap-principle p {
  margin: 0;
  font-size: .76rem;
}

.ap-section-heading {
  max-width: 820px;
  margin-bottom: 38px;
}

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

.ap-section-heading h2 {
  margin-bottom: 14px;
}

.ap-section-heading p {
  margin-bottom: 0;
}

.ap-filter-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 9px;
  margin-bottom: 32px;
}

.ap-filter-row a {
  padding: 9px 13px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: #536b85;
  background: #fff;
  font-size: .67rem;
  font-weight: 750;
}

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

.ap-case-card {
  position: relative;
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 28px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 14px 38px rgba(20,55,91,.07);
  transition: transform .22s ease, box-shadow .22s ease;
}

body.aprendizpro-casos-page .ap-page a.ap-case-card,
body.aprendizpro-casos-page .ap-page a.ap-case-card:link,
body.aprendizpro-casos-page .ap-page a.ap-case-card:visited,
body.aprendizpro-casos-page .ap-page a.ap-case-card:hover,
body.aprendizpro-casos-page .ap-page a.ap-case-card:focus,
body.aprendizpro-casos-page .ap-page a.ap-case-card h3 {
  text-decoration: none !important;
}

.ap-case-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 50px rgba(20,55,91,.11);
}

.ap-case-card__top {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 18px;
}

.ap-case-card__icon {
  display: grid;
  width: 50px;
  height: 50px;
  place-items: center;
  border-radius: 15px;
  color: var(--tone);
  background: linear-gradient(135deg, #edf4ff, #f5eaff);
}

.ap-case-card__tag {
  padding: 7px 10px;
  border-radius: 999px;
  color: #5e7189;
  background: #f2f6fb;
  font-size: .57rem;
  font-weight: 800;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.ap-case-card h3,
.ap-case-card > p,
.ap-case-card__problem,
.ap-case-card ul,
.ap-case-card em {
  position: relative;
}

.ap-case-card h3 {
  margin-bottom: 11px;
  font-size: 1.33rem;
}

.ap-case-card > p {
  margin-bottom: 0;
  font-size: .8rem;
}

.ap-case-card__problem {
  margin: 19px 0 17px;
  padding: 14px 16px;
  border: 1px solid #e1eaf4;
  border-radius: 14px;
  background: #f6f9fc;
}

.ap-case-card__problem strong,
.ap-case-card__problem span {
  display: block;
}

.ap-case-card__problem strong {
  margin-bottom: 4px;
  color: #174183;
  font-size: .7rem;
}

.ap-case-card__problem span {
  color: #657a92;
  font-size: .68rem;
  line-height: 1.48;
}

.ap-case-card ul {
  display: grid;
  gap: 7px;
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
}

.ap-case-card li {
  display: flex;
  gap: 8px;
  color: #526a83;
  font-size: .69rem;
}

.ap-case-card li::before {
  width: 6px;
  height: 6px;
  flex: 0 0 6px;
  margin-top: 7px;
  border-radius: 50%;
  content: "";
  background: var(--tone);
}

.ap-case-card em {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-top: auto;
  color: #1755cf;
  font-size: .71rem;
  font-style: normal;
  font-weight: 800;
}

.ap-case-card em .ap-icon {
  width: 16px;
  height: 16px;
}

.ap-case-card--cyan { --tone: #109fc2; --glow: rgba(41,205,255,.15); }
.ap-case-card--violet { --tone: #7738df; --glow: rgba(151,41,255,.13); }
.ap-case-card--green { --tone: #0d9f82; --glow: rgba(29,191,158,.13); }
.ap-case-card--orange { --tone: #c97700; --glow: rgba(245,158,11,.13); }

.ap-section--dark {
  color: #fff;
  background:
    radial-gradient(circle at 82% 24%, rgba(41,205,255,.15), transparent 27%),
    linear-gradient(135deg,#071d44,#12346f 58%,#321b7c);
}

.ap-section--dark h2,
.ap-section--dark h3 {
  color: #fff;
}

.ap-section--dark h2 {
  background: none;
  -webkit-text-fill-color: #fff;
}

.ap-section--dark .ap-kicker {
  color: #76e9ff;
}

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

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

.ap-flow-card {
  position: relative;
  min-height: 245px;
  padding: 22px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 19px;
  background: rgba(255,255,255,.08);
}

.ap-flow-card > span {
  color: #7de7ff;
  background: rgba(255,255,255,.1);
}

.ap-flow-card b {
  position: absolute;
  top: 24px;
  right: 22px;
  color: rgba(255,255,255,.54);
  font-size: .66rem;
}

.ap-flow-card h3 {
  margin: 31px 0 10px;
  font-size: 1.02rem;
}

.ap-flow-card p {
  margin: 0;
  color: #bfcee0;
  font-size: .74rem;
}

.ap-scenario-copy .ap-button,
.ap-faq-intro .ap-button {
  margin-top: 10px;
}

.ap-scenario-list {
  display: grid;
  gap: 12px;
}

.ap-scenario-item {
  display: grid;
  grid-template-columns: 46px minmax(0,1fr) auto;
  gap: 14px;
  align-items: center;
  padding: 15px 17px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(255,255,255,.94);
}

.ap-scenario-item > span {
  width: 42px;
  height: 42px;
}

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

.ap-scenario-item strong {
  font-size: .82rem;
}

.ap-scenario-item small {
  margin-top: 3px;
  color: var(--muted);
  font-size: .65rem;
}

.ap-scenario-item em {
  color: #53708c;
  font-size: .56rem;
  font-style: normal;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}

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

.ap-principle {
  min-height: 215px;
}

.ap-faq-intro {
  align-self: start;
}

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

.ap-faq-item {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(255,255,255,.95);
}

.ap-faq-item summary {
  position: relative;
  padding: 19px 48px 19px 20px;
  color: var(--ink);
  cursor: pointer;
  font-size: .8rem;
  font-weight: 600;
  line-height: 1.38;
  list-style: none;
}

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

.ap-faq-item summary span::before,
.ap-faq-item summary span::after {
  position: absolute;
  top: 50%;
  right: 21px;
  width: 14px;
  height: 2px;
  content: "";
  background: var(--blue);
  transition: transform .2s ease;
}

.ap-faq-item summary span::after {
  transform: rotate(90deg);
}

.ap-faq-item[open] summary span::after {
  transform: rotate(0);
}

.ap-faq-item > div {
  padding: 0 20px 19px;
}

.ap-faq-item p {
  margin: 0;
  font-size: .75rem;
}

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

.ap-related-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 14px 36px rgba(20,55,91,.06);
}

.ap-related-card > img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  margin: 0;
  object-fit: cover;
}

.ap-related-card > div {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 20px;
}

.ap-related-card span {
  align-self: flex-start;
  padding: 6px 9px;
  border-radius: 999px;
  color: #1755cf;
  background: #edf4ff;
  font-size: .55rem;
  font-weight: 800;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.ap-related-card h3 {
  margin: 14px 0 8px;
  font-size: 1.04rem;
}

.ap-related-card p {
  margin: 0 0 18px;
  font-size: .72rem;
}

.ap-related-card em {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: auto;
  color: #1755cf;
  font-size: .68rem;
  font-style: normal;
  font-weight: 800;
}

.ap-related-card em .ap-icon {
  width: 15px;
  height: 15px;
}

.ap-final {
  padding: 78px 0;
  color: #fff;
  background:
    radial-gradient(circle at 80% 20%, rgba(41,205,255,.2), transparent 30%),
    linear-gradient(135deg,#0a2a5f,#293d9e 57%,#6e2ee4);
}

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

.ap-final .ap-eyebrow {
  color: #83edff;
}

.ap-final h2 {
  max-width: 770px;
  margin: 14px 0;
  color: #fff;
  background: none;
  -webkit-text-fill-color: #fff;
}

.ap-final p {
  max-width: 720px;
  margin-bottom: 0;
  color: #d2def0;
}

.ap-final__actions {
  display: grid;
  min-width: 250px;
  gap: 11px;
}

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

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

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

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

  .ap-case-map {
    width: min(100%, 540px);
  }

  .ap-hero__proof {
    gap: 10px;
    font-size: .6rem;
  }

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

@media (max-width: 960px) {
  .ap-hero {
    min-height: auto;
  }

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

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

  .ap-scenario-heading,
  .ap-scenario-copy,
  .ap-scenario-list,
  .ap-faq-heading,
  .ap-faq-intro,
  .ap-faq-list {
    grid-column: 1;
    grid-row: auto;
  }

  .ap-case-map {
    width: min(100%, 620px);
  }

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

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

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

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

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

  .ap-page h1 {
    font-size: clamp(2rem, 9.8vw, 2.52rem);
  }

  .ap-page h2 {
    font-size: clamp(1.72rem, 8vw, 2.08rem);
  }

  .ap-hero {
    padding: 42px 0 70px;
  }

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

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

  .ap-button {
    width: 100%;
    padding-inline: 14px;
  }

  .ap-hero__proof {
    display: grid;
    width: 100%;
    gap: 12px;
  }

  .ap-case-map {
    width: 100%;
    max-width: 430px;
    min-height: 0;
  }

  .ap-case-core {
    width: 31%;
    min-width: 112px;
    padding: 12px 12px 20px;
  }

  .ap-case-core .ap-icon {
    width: 29px;
    height: 29px;
  }

  .ap-case-core strong {
    font-size: .78rem;
  }

  .ap-case-node {
    width: 31%;
    min-width: 112px;
    gap: 7px;
    padding: 9px;
    border-radius: 13px;
  }

  .ap-case-node > span {
    width: 31px;
    height: 31px;
    flex-basis: 31px;
    border-radius: 9px;
  }

  .ap-case-node .ap-icon {
    width: 17px;
    height: 17px;
  }

  .ap-case-node strong {
    font-size: .6rem;
    line-height: 1.2;
  }

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

  .ap-cn-1 { left: 0; top: 15%; }
  .ap-cn-2 { right: 0; top: 16%; }
  .ap-cn-3 { right: 0; bottom: 14%; }
  .ap-cn-4 { left: 0; bottom: 13%; }
  .ap-cn-5 { top: 1%; }
  .ap-cn-6 { bottom: 1%; }

  .ap-intro-cards,
  .ap-case-grid,
  .ap-flow-grid,
  .ap-principles,
  .ap-related-grid {
    grid-template-columns: 1fr;
  }

  .ap-case-card {
    padding: 23px;
  }

  .ap-case-card h3 {
    font-size: 1.2rem;
  }

  .ap-flow-card,
  .ap-principle {
    min-height: 0;
  }

  .ap-scenario-item {
    grid-template-columns: 44px 1fr;
  }

  .ap-scenario-item em {
    grid-column: 2;
  }

  .ap-section-bg::after {
    background: linear-gradient(180deg, rgba(255,255,255,.91) 0%, rgba(255,255,255,.58) 27%, rgba(255,255,255,.93) 53%, rgba(255,255,255,.55) 78%, rgba(255,255,255,.92) 100%);
  }

  .ap-section-bg img {
    object-position: center;
    opacity: .48;
  }

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

@media (max-width: 390px) {
  .ap-case-node {
    width: 34%;
    min-width: 104px;
    padding: 8px;
  }

  .ap-case-node > span {
    width: 29px;
    height: 29px;
    flex-basis: 29px;
  }

  .ap-case-core {
    min-width: 106px;
  }

  .ap-case-core small {
    display: none;
  }

  .ap-filter-row {
    justify-content: flex-start;
  }
}

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