.page-akesu {
  --ak-ink: #0b1722;
  --ak-ink-2: #142638;
  --ak-steel: #52677a;
  --ak-blue: #4f85a6;
  --ak-amber: #d79b43;
  --ak-sand: #f0e4cf;
  --ak-ivory: #f7f3ea;
  --ak-line: rgba(16, 37, 53, .16);
  --ak-white-line: rgba(255, 255, 255, .16);
  color: var(--ak-ink);
  background: var(--ak-ivory);
  font-family: "Noto Sans SC", "Microsoft YaHei", sans-serif;
}

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

.page-akesu .city-main { overflow: hidden; }
.page-akesu a { color: inherit; }
.page-akesu h1,
.page-akesu h2,
.page-akesu h3,
.page-akesu p { margin-top: 0; }
.page-akesu h1,
.page-akesu h2,
.page-akesu h3 { text-wrap: balance; }
.page-akesu .city-eyebrow { color: var(--ak-amber); }

.ak-hero {
  position: relative;
  min-height: 720px;
  display: flex;
  color: #fff;
  background: var(--ak-ink);
}

.ak-hero-media,
.ak-hero-media img,
.ak-hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.ak-hero-media img { object-fit: cover; }
.ak-hero-shade {
  background:
    linear-gradient(90deg, rgba(5, 14, 22, .96) 0%, rgba(7, 18, 28, .88) 35%, rgba(8, 20, 29, .36) 64%, rgba(7, 18, 27, .08) 100%),
    linear-gradient(0deg, rgba(4, 12, 19, .72), transparent 44%);
}

.ak-hero-shell {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 370px;
  grid-template-rows: auto 1fr;
  gap: 42px 76px;
  padding: 118px 0 70px;
}

.ak-hero .city-crumb {
  grid-column: 1 / -1;
  align-self: start;
  display: flex;
  gap: 10px;
  align-items: center;
  color: rgba(255,255,255,.66);
  font-size: 13px;
}
.ak-hero .city-crumb a { text-decoration: none; }
.ak-hero .city-crumb strong { color: #fff; }
.ak-hero-copy { align-self: center; max-width: 720px; }
.ak-hero-copy h1 {
  margin: 0 0 28px;
  max-width: 700px;
  font-size: clamp(52px, 5vw, 60px);
  line-height: 1.12;
  letter-spacing: -.045em;
}
.ak-hero-copy h1 em { color: var(--ak-sand); font-style: normal; }
.ak-hero-copy > p:last-of-type {
  max-width: 660px;
  margin-bottom: 34px;
  color: rgba(255,255,255,.76);
  font-size: 17px;
  line-height: 1.9;
}
.ak-hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.ak-hero-actions a {
  min-width: 176px;
  min-height: 52px;
  padding: 0 22px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  border: 1px solid rgba(255,255,255,.36);
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 800;
  transition: background .25s ease, color .25s ease, border-color .25s ease;
}
.ak-hero-actions a:first-child { color: var(--ak-ink); background: var(--ak-sand); border-color: var(--ak-sand); }
.ak-hero-actions a:hover { background: #fff; border-color: #fff; color: var(--ak-ink); }

.ak-hero-desk {
  align-self: end;
  padding: 24px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 18px;
  border: 1px solid var(--ak-white-line);
  background: rgba(8, 21, 31, .68);
  box-shadow: 0 28px 70px rgba(0,0,0,.26);
  backdrop-filter: blur(12px);
}
.ak-hero-desk div { display: grid; gap: 5px; }
.ak-hero-desk span { color: var(--ak-amber); font-size: 10px; font-weight: 900; letter-spacing: .16em; }
.ak-hero-desk b { font-size: 15px; }
.ak-hero-desk > i { width: 1px; background: var(--ak-white-line); }
.ak-hero-desk p { grid-column: 1 / -1; margin: 12px 0 0; color: rgba(255,255,255,.64); font-size: 11px; letter-spacing: .04em; }

.ak-first-ad { background: var(--ak-ivory); }
.ak-section-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 440px);
  gap: 70px;
  align-items: end;
  margin-bottom: 54px;
}
.ak-section-head h2,
.ak-platform-head h2,
.ak-copy h2,
.ak-faq h2,
.ak-closing h2 {
  margin-bottom: 0;
  font-size: clamp(42px, 4.2vw, 47px);
  line-height: 1.16;
  letter-spacing: -.045em;
}
.ak-section-head > p {
  margin-bottom: 4px;
  color: var(--ak-steel);
  font-size: 16px;
  line-height: 1.9;
}
.ak-section-head.is-light h2 { color: #fff; }
.ak-section-head.is-light > p { color: rgba(255,255,255,.68); }

.ak-chain { padding: 118px 0 124px; background: var(--ak-ivory); }
.ak-chain-console { border-top: 1px solid var(--ak-line); }
.ak-chain-tabs {
  --ak-progress: 0;
  position: relative;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  border-bottom: 1px solid var(--ak-line);
}
.ak-chain-tabs::before,
.ak-chain-progress {
  position: absolute;
  top: -2px;
  left: 0;
  height: 3px;
  content: "";
}
.ak-chain-tabs::before { width: 100%; background: rgba(18,45,64,.08); }
.ak-chain-progress {
  z-index: 1;
  width: calc((16.6667% / 2) + (83.3333% * var(--ak-progress)));
  background: var(--ak-amber);
  transition: width .35s ease;
}
.ak-chain-tabs button {
  position: relative;
  min-height: 112px;
  padding: 26px 18px 22px;
  display: grid;
  align-content: center;
  gap: 8px;
  border: 0;
  border-right: 1px solid var(--ak-line);
  color: var(--ak-steel);
  background: transparent;
  cursor: pointer;
  font: inherit;
  text-align: left;
}
.ak-chain-tabs button:first-of-type { border-left: 1px solid var(--ak-line); }
.ak-chain-tabs button b { color: var(--ak-amber); font-size: 11px; letter-spacing: .12em; }
.ak-chain-tabs button span { font-size: 15px; font-weight: 800; }
.ak-chain-tabs button.is-active { color: #fff; background: var(--ak-ink-2); }
.ak-chain-tabs button:focus-visible { z-index: 2; outline: 3px solid var(--ak-amber); outline-offset: -3px; }

.ak-chain-panels { min-height: 330px; background: #fff; }
.ak-chain-panels article {
  min-height: 330px;
  padding: 58px 64px;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, .8fr);
  gap: 80px;
  align-items: center;
}
.ak-chain-panels article[hidden] { display: none !important; }
.ak-chain-panels article > div > span { color: var(--ak-amber); font-size: 11px; font-weight: 900; letter-spacing: .14em; }
.ak-chain-panels h3 { margin: 12px 0 16px; font-size: 29px; line-height: 1.35; }
.ak-chain-panels p { margin: 0; color: var(--ak-steel); font-size: 15px; line-height: 1.9; }
.ak-chain-panels ul { margin: 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; list-style: none; }
.ak-chain-panels li { padding: 20px 8px 20px 22px; border: 1px solid var(--ak-line); margin: -1px 0 0 -1px; font-size: 14px; font-weight: 800; }

.ak-matrix { padding: 120px 0; color: #fff; background: var(--ak-ink); }
.ak-readiness-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.ak-readiness-grid article,
.ak-readiness-grid aside {
  min-height: 265px;
  margin: -1px 0 0 -1px;
  padding: 32px;
  border: 1px solid var(--ak-white-line);
  display: flex;
  flex-direction: column;
}
.ak-readiness-grid article span { color: var(--ak-amber); font-size: 10px; font-weight: 900; letter-spacing: .14em; }
.ak-readiness-grid h3 { margin: 32px 0 15px; font-size: 25px; }
.ak-readiness-grid p { margin-bottom: 22px; color: rgba(255,255,255,.67); font-size: 14px; line-height: 1.8; }
.ak-readiness-grid b { margin-top: auto; color: var(--ak-sand); font-size: 12px; letter-spacing: .08em; }
.ak-readiness-grid aside { justify-content: center; background: var(--ak-amber); color: var(--ak-ink); }
.ak-readiness-grid aside i { width: 38px; height: 4px; background: var(--ak-ink); }
.ak-readiness-grid aside h3 { margin: 24px 0 14px; }
.ak-readiness-grid aside p { color: rgba(10,24,35,.76); margin-bottom: 0; }

.ak-register { padding: 128px 0; background: #fff; }
.ak-workbench,
.ak-growth-grid { display: grid; grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr); gap: 88px; align-items: center; }
.ak-copy > p:not(.city-eyebrow):not(.ak-boundary) { color: var(--ak-steel); font-size: 16px; line-height: 1.9; }
.ak-copy h2 { margin-bottom: 26px; }
.ak-pair-list { margin: 34px 0; border-top: 1px solid var(--ak-line); }
.ak-pair-list > div {
  min-height: 76px;
  display: grid;
  grid-template-columns: 38px 1fr auto;
  gap: 18px;
  align-items: center;
  border-bottom: 1px solid var(--ak-line);
}
.ak-pair-list i { color: var(--ak-amber); font-style: normal; font-size: 11px; font-weight: 900; }
.ak-pair-list span { display: grid; gap: 4px; }
.ak-pair-list b { font-size: 15px; }
.ak-pair-list small { color: var(--ak-steel); font-size: 12px; }
.ak-pair-list em { color: var(--ak-blue); font-style: normal; font-size: 12px; font-weight: 900; }
.ak-boundary { margin: 0; padding-left: 17px; border-left: 3px solid var(--ak-amber); color: var(--ak-steel); font-size: 13px; line-height: 1.8; }
.ak-photo { position: relative; margin: 0; overflow: hidden; background: var(--ak-ink); }
.ak-photo img { width: 100%; min-height: 530px; display: block; object-fit: cover; }
.ak-photo figcaption {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 22px;
  padding: 19px 22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  color: #fff;
  background: rgba(8,21,31,.82);
  backdrop-filter: blur(10px);
}
.ak-photo figcaption span { color: var(--ak-amber); font-size: 10px; font-weight: 900; letter-spacing: .13em; }
.ak-photo figcaption b { font-size: 13px; }

.ak-accounting { padding: 124px 0 128px; background: var(--ak-sand); }
.ak-wide-photo { position: relative; margin: 0; background: var(--ak-ink); overflow: hidden; }
.ak-wide-photo img { width: 100%; max-height: 610px; display: block; object-fit: cover; }
.ak-wide-photo figcaption {
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 28px;
  min-height: 58px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: #fff;
  background: rgba(8,21,31,.82);
  backdrop-filter: blur(10px);
}
.ak-wide-photo figcaption span { white-space: nowrap; font-size: 9px; font-weight: 900; letter-spacing: .08em; }
.ak-wide-photo figcaption i { height: 1px; flex: 1; background: rgba(255,255,255,.25); }
.ak-ledger-row { display: grid; grid-template-columns: repeat(4, 1fr); background: #fff; }
.ak-ledger-row article { min-height: 190px; padding: 28px; border-right: 1px solid var(--ak-line); }
.ak-ledger-row article:last-child { border: 0; }
.ak-ledger-row i { color: var(--ak-amber); font-style: normal; font-size: 11px; font-weight: 900; }
.ak-ledger-row b { display: block; margin: 30px 0 12px; font-size: 18px; }
.ak-ledger-row p { margin: 0; color: var(--ak-steel); font-size: 13px; line-height: 1.75; }

.ak-platform { padding: 126px 0; color: #fff; background: #102436; }
.ak-platform-head { margin-bottom: 54px; display: flex; justify-content: space-between; gap: 50px; align-items: end; }
.ak-platform-head > div { max-width: 780px; }
.ak-platform-head h2 { margin-bottom: 24px; }
.ak-platform-head p:last-child { margin-bottom: 0; color: rgba(255,255,255,.68); font-size: 16px; line-height: 1.9; }
.ak-platform-head > span { padding: 10px 14px; border: 1px solid var(--ak-white-line); color: var(--ak-amber); font-size: 10px; font-weight: 900; letter-spacing: .15em; }
.ak-platform-grid { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(340px, .65fr); gap: 22px; }
.ak-platform-shot { position: relative; min-height: 500px; margin: 0; overflow: hidden; background: #08131d; }
.ak-platform-shot img { width: 100%; height: 100%; min-height: 500px; display: block; object-fit: cover; object-position: left center; }
.ak-platform-shot figcaption { position: absolute; left: 18px; bottom: 18px; padding: 10px 13px; background: rgba(6,16,24,.78); color: rgba(255,255,255,.75); font-size: 11px; }
.ak-workspaces { display: grid; grid-template-columns: 1fr 1fr; }
.ak-workspaces article { min-height: 239px; margin: 0 -1px -1px 0; padding: 26px; border: 1px solid var(--ak-white-line); }
.ak-workspaces i { width: 30px; height: 30px; display: grid; place-items: center; border: 1px solid var(--ak-amber); color: var(--ak-amber); font-style: normal; font-size: 10px; font-weight: 900; }
.ak-workspaces b { display: block; margin: 34px 0 12px; font-size: 18px; }
.ak-workspaces p { margin: 0; color: rgba(255,255,255,.62); font-size: 13px; line-height: 1.75; }
.ak-platform-note {
  grid-column: 1 / -1;
  padding: 24px 28px;
  display: grid;
  grid-template-columns: 200px 1fr auto;
  align-items: center;
  gap: 32px;
  color: var(--ak-ink);
  background: var(--ak-amber);
}
.ak-platform-note b { font-size: 16px; }
.ak-platform-note p { margin: 0; font-size: 13px; line-height: 1.75; }
.ak-platform-note a { font-size: 13px; font-weight: 900; text-decoration: none; white-space: nowrap; }

.ak-change { padding: 126px 0; color: #fff; background: #263645; }
.ak-change-matrix { display: grid; grid-template-columns: repeat(4, 1fr); }
.ak-change-matrix > * {
  min-height: 340px;
  margin: -1px 0 0 -1px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--ak-white-line);
  color: #fff;
  text-decoration: none;
  transition: background .25s ease, transform .25s ease;
}
.ak-change-matrix a:hover { background: rgba(255,255,255,.06); transform: translateY(-5px); }
.ak-change-matrix span { color: var(--ak-amber); font-size: 10px; font-weight: 900; letter-spacing: .12em; }
.ak-change-matrix h3 { margin: 68px 0 16px; font-size: 23px; }
.ak-change-matrix p { color: rgba(255,255,255,.67); font-size: 14px; line-height: 1.8; }
.ak-change-matrix b { margin-top: auto; color: var(--ak-sand); font-size: 12px; }

.ak-growth { padding: 128px 0; background: #fff; }
.ak-growth-grid { grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr); }
.ak-growth .ak-photo img { min-height: 590px; }
.ak-product-links { margin-top: 34px; border-top: 1px solid var(--ak-line); }
.ak-product-links a {
  min-height: 105px;
  display: grid;
  grid-template-columns: 32px 1fr auto;
  align-items: center;
  gap: 17px;
  border-bottom: 1px solid var(--ak-line);
  text-decoration: none;
}
.ak-product-links i { color: var(--ak-amber); font-style: normal; font-size: 10px; font-weight: 900; }
.ak-product-links span { display: grid; gap: 7px; }
.ak-product-links b { font-size: 15px; }
.ak-product-links small { color: var(--ak-steel); font-size: 12px; }
.ak-product-links em { color: var(--ak-blue); font-style: normal; font-size: 11px; font-weight: 900; }

.ak-reading { padding: 124px 0 130px; background: var(--ak-ivory); }
.ak-article-chain { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); }
.ak-article-chain a {
  min-height: 360px;
  margin: -1px 0 0 -1px;
  padding: 26px;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--ak-line);
  color: var(--ak-ink);
  text-decoration: none;
  transition: background .25s ease, color .25s ease, transform .25s ease;
}
.ak-article-chain a:hover { color: #fff; background: var(--ak-ink-2); transform: translateY(-5px); }
.ak-article-chain i { color: var(--ak-amber); font-style: normal; font-size: 11px; font-weight: 900; }
.ak-article-chain span { margin-top: 60px; color: var(--ak-blue); font-size: 11px; font-weight: 900; }
.ak-article-chain h3 { margin: 16px 0; font-size: 18px; line-height: 1.6; }
.ak-article-chain b { margin-top: auto; font-size: 11px; }

.ak-faq { padding: 126px 0; background: #fff; }
.ak-faq-grid { display: grid; grid-template-columns: minmax(300px, 390px) 1fr; gap: 95px; }
.ak-faq header { position: sticky; top: 110px; align-self: start; }
.ak-faq header > p:last-child { margin: 26px 0 0; color: var(--ak-steel); font-size: 14px; line-height: 1.85; }
.ak-faq-list { border-top: 1px solid var(--ak-line); }
.ak-faq-list details { border-bottom: 1px solid var(--ak-line); }
.ak-faq-list summary {
  min-height: 106px;
  display: grid;
  grid-template-columns: 34px 1fr 22px;
  gap: 18px;
  align-items: center;
  cursor: pointer;
  list-style: none;
}
.ak-faq-list summary::-webkit-details-marker { display: none; }
.ak-faq-list summary i { color: var(--ak-amber); font-style: normal; font-size: 10px; font-weight: 900; }
.ak-faq-list summary span { font-size: 16px; font-weight: 800; line-height: 1.65; }
.ak-faq-list summary b { font-size: 20px; font-weight: 400; transition: transform .25s ease; }
.ak-faq-list details[open] summary b { transform: rotate(45deg); }
.ak-faq-list details > p { margin: -5px 40px 28px 52px; color: var(--ak-steel); font-size: 14px; line-height: 1.9; }

.ak-final-ad { background: var(--ak-ink); }
.ak-closing { padding: 116px 0 124px; color: #fff; text-align: center; background: var(--ak-ink); }
.ak-closing .city-shell { max-width: 900px; }
.ak-closing-line { margin: 0 auto 44px; display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; }
.ak-closing-line i { height: 4px; background: var(--ak-amber); opacity: .2; }
.ak-closing-line i:nth-child(-n+3) { opacity: 1; }
.ak-closing > div > p { color: var(--ak-amber); font-size: 10px; font-weight: 900; letter-spacing: .16em; }
.ak-closing h2 { margin: 22px 0 27px; }
.ak-closing span { display: block; color: rgba(255,255,255,.68); font-size: 14px; line-height: 1.9; }

@media (max-width: 1060px) {
  .ak-hero-shell { grid-template-columns: minmax(0, 1fr) 320px; gap: 36px; }
  .ak-section-head { gap: 40px; }
  .ak-chain-tabs button { padding-inline: 12px; }
  .ak-chain-panels article { gap: 46px; padding: 48px; }
  .ak-workbench,
  .ak-growth-grid { gap: 48px; }
  .ak-platform-grid { grid-template-columns: 1fr; }
  .ak-platform-shot { min-height: 440px; }
  .ak-workspaces article { min-height: 190px; }
  .ak-article-chain { grid-template-columns: repeat(3, 1fr); }
  .ak-faq-grid { gap: 52px; }
}

@media (max-width: 760px) {
  .ak-hero { min-height: 760px; }
  .ak-hero-shade { background: linear-gradient(0deg, rgba(5,14,22,.96) 2%, rgba(5,14,22,.79) 56%, rgba(5,14,22,.18) 100%); }
  .ak-hero-shell { grid-template-columns: 1fr; grid-template-rows: auto 1fr auto; gap: 24px; padding: 92px 0 28px; }
  .ak-hero-copy { align-self: end; }
  .ak-hero-copy h1 { margin-bottom: 20px; font-size: clamp(36px, 10.2vw, 40px); line-height: 1.16; }
  .ak-hero-copy > p:last-of-type { margin-bottom: 22px; font-size: 14px; line-height: 1.75; }
  .ak-hero-actions { gap: 8px; }
  .ak-hero-actions a { min-width: 0; min-height: 46px; padding: 0 15px; flex: 1; gap: 8px; font-size: 12px; }
  .ak-hero-desk { align-self: auto; padding: 16px; gap: 12px; }
  .ak-hero-desk p { margin-top: 4px; font-size: 9px; }
  .ak-section-head { grid-template-columns: 1fr; gap: 19px; margin-bottom: 36px; }
  .ak-section-head h2,
  .ak-platform-head h2,
  .ak-copy h2,
  .ak-faq h2,
  .ak-closing h2 { font-size: clamp(29px, 8.3vw, 33px); line-height: 1.22; }
  .ak-section-head > p { font-size: 14px; line-height: 1.75; }
  .ak-chain,
  .ak-matrix,
  .ak-register,
  .ak-accounting,
  .ak-platform,
  .ak-change,
  .ak-growth,
  .ak-reading,
  .ak-faq { padding: 78px 0; }
  .ak-chain-tabs { grid-template-columns: repeat(3, 1fr); }
  .ak-chain-progress { display: none; }
  .ak-chain-tabs button { min-height: 84px; padding: 15px 12px; border-bottom: 1px solid var(--ak-line); }
  .ak-chain-tabs button:nth-of-type(3n+1) { border-left: 1px solid var(--ak-line); }
  .ak-chain-tabs button span { font-size: 12px; }
  .ak-chain-panels { min-height: 0; }
  .ak-chain-panels article { min-height: 0; grid-template-columns: 1fr; gap: 30px; padding: 34px 22px; }
  .ak-chain-panels h3 { font-size: 23px; }
  .ak-chain-panels p { font-size: 14px; }
  .ak-chain-panels li { padding: 16px 8px 16px 14px; font-size: 12px; }
  .ak-readiness-grid { grid-template-columns: 1fr; }
  .ak-readiness-grid article,
  .ak-readiness-grid aside { min-height: 230px; padding: 26px; }
  .ak-workbench,
  .ak-growth-grid { grid-template-columns: 1fr; gap: 45px; }
  .ak-pair-list > div { grid-template-columns: 30px 1fr auto; gap: 10px; }
  .ak-pair-list small { max-width: 195px; }
  .ak-photo img,
  .ak-growth .ak-photo img { min-height: 390px; }
  .ak-photo figcaption { left: 12px; right: 12px; bottom: 12px; padding: 14px; }
  .ak-photo figcaption span { font-size: 8px; }
  .ak-wide-photo img { min-height: 320px; object-fit: cover; }
  .ak-wide-photo figcaption { left: 10px; right: 10px; bottom: 10px; padding: 0 10px; gap: 4px; overflow: hidden; }
  .ak-wide-photo figcaption span { font-size: 6px; letter-spacing: 0; }
  .ak-wide-photo figcaption i { min-width: 4px; }
  .ak-ledger-row { grid-template-columns: 1fr 1fr; }
  .ak-ledger-row article { min-height: 175px; padding: 22px; border-bottom: 1px solid var(--ak-line); }
  .ak-ledger-row article:nth-child(2) { border-right: 0; }
  .ak-platform-head { margin-bottom: 36px; display: block; }
  .ak-platform-head > span { margin-top: 22px; display: inline-block; }
  .ak-platform-shot,
  .ak-platform-shot img { min-height: 260px; }
  .ak-workspaces { grid-template-columns: 1fr 1fr; }
  .ak-workspaces article { min-height: 185px; padding: 20px; }
  .ak-workspaces b { margin-top: 24px; font-size: 16px; }
  .ak-platform-note { grid-template-columns: 1fr; gap: 10px; padding: 22px; }
  .ak-change-matrix { grid-template-columns: 1fr 1fr; }
  .ak-change-matrix > * { min-height: 280px; padding: 22px; }
  .ak-change-matrix h3 { margin-top: 45px; font-size: 20px; }
  .ak-growth-grid .ak-photo { order: 2; }
  .ak-product-links a { grid-template-columns: 25px 1fr; padding: 12px 0; }
  .ak-product-links em { grid-column: 2; }
  .ak-article-chain { grid-template-columns: 1fr; }
  .ak-article-chain a { min-height: 235px; padding: 24px; }
  .ak-article-chain span { margin-top: 28px; }
  .ak-faq-grid { grid-template-columns: 1fr; gap: 42px; }
  .ak-faq header { position: static; }
  .ak-faq-list summary { min-height: 96px; grid-template-columns: 25px 1fr 18px; gap: 10px; }
  .ak-faq-list summary span { font-size: 14px; }
  .ak-faq-list details > p { margin: -2px 28px 24px 35px; font-size: 13px; }
  .ak-closing { padding: 74px 0 82px; }
  .ak-closing-line { gap: 7px; margin-bottom: 32px; }
}

@media (max-width: 390px) {
  .ak-workspaces article { min-height: 198px; padding: 17px; }
  .ak-workspaces p { font-size: 12px; }
  .ak-change-matrix > * { min-height: 295px; padding: 18px; }
  .ak-change-matrix p { font-size: 13px; }
  .ak-wide-photo figcaption span { font-size: 5.5px; }
}

@media (prefers-reduced-motion: reduce) {
  .page-akesu *,
  .page-akesu *::before,
  .page-akesu *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .ak-change-matrix a:hover { transform: none; }
}
