:root {
  --ink: #171916;
  --ink-soft: #2c302c;
  --muted: #696d66;
  --paper: #f7f5ef;
  --white: #fffefa;
  --line: #deddd5;
  --green: #315f48;
  --green-dark: #254a38;
  --green-pale: #dce9dc;
  --lime: #d9ef8b;
  --orange: #e99757;
  --blue: #87aeb3;
  --radius: 20px;
  --container: 1160px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, "PingFang SC", "Microsoft YaHei", system-ui, -apple-system, sans-serif;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 1000; padding: 10px 16px; border-radius: 8px; color: #fff; background: var(--ink); }
.skip-link:focus { top: 16px; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; border-bottom: 1px solid transparent; transition: background .25s ease, border-color .25s ease; }
.site-header.scrolled { border-color: rgba(222,221,213,.85); background: rgba(247,245,239,.9); backdrop-filter: blur(18px); }
.header-inner { height: 76px; display: flex; align-items: center; gap: 38px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 17px; font-weight: 800; letter-spacing: -.03em; }
.main-nav { display: flex; align-items: center; gap: 30px; margin-left: auto; }
.main-nav a { position: relative; color: #555a53; font-size: 13px; font-weight: 650; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 1px; background: var(--green); transition: right .2s ease; }
.main-nav a:hover::after, .main-nav a.active::after { right: 0; }
.main-nav a:hover, .main-nav a.active { color: var(--ink); }
.header-cta { min-height: 40px; display: inline-flex; align-items: center; padding: 0 18px; border-radius: 9px; color: #fff; background: var(--ink); font-size: 13px; font-weight: 750; transition: transform .2s ease, background .2s ease; }
.header-cta:hover { transform: translateY(-2px); background: var(--green); }
.menu-toggle { display: none; width: 42px; height: 42px; margin-left: auto; padding: 9px; border: 0; border-radius: 9px; background: #ebe9e2; }
.menu-toggle span { display: block; height: 2px; margin: 4px 0; background: var(--ink); transition: transform .2s ease, opacity .2s ease; }

.hero { overflow: hidden; padding: 150px 0 0; border-bottom: 1px solid var(--line); }
.hero-grid { min-height: 650px; display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 70px; padding-bottom: 85px; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; padding: 8px 12px; border: 1px solid #d7d9cf; border-radius: 99px; color: var(--green); background: rgba(255,255,255,.42); font-size: 12px; font-weight: 750; }
.eyebrow span { width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 4px var(--green-pale); }
h1, h2, h3, p { margin-top: 0; }
.hero h1 { margin: 26px 0 26px; font-size: clamp(48px,5.6vw,76px); line-height: 1.08; letter-spacing: -.065em; font-weight: 720; }
.hero h1 em { color: var(--green); font-family: Georgia, "Songti SC", serif; font-weight: 500; font-style: italic; letter-spacing: -.03em; }
.hero-lead { max-width: 560px; margin-bottom: 32px; color: var(--muted); font-size: 17px; line-height: 1.9; }
.hero-actions { display: flex; align-items: center; gap: 22px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 22px; padding: 0 23px; border: 1px solid transparent; border-radius: 10px; font-size: 14px; font-weight: 750; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: var(--green); box-shadow: 0 12px 25px rgba(49,95,72,.16); }
.button-primary:hover { background: var(--green-dark); box-shadow: 0 15px 30px rgba(49,95,72,.23); }
.button-text { min-height: auto; padding: 10px 0; border-bottom: 1px solid #9b9e97; border-radius: 0; }
.button-text:hover { color: var(--green); }
.hero-trust { display: flex; flex-wrap: wrap; gap: 11px 20px; margin-top: 25px; color: #6f746c; font-size: 11px; font-weight: 650; }
.hero-trust span { display: flex; align-items: center; gap: 7px; }
.hero-trust i { display: grid; width: 18px; height: 18px; place-items: center; border-radius: 50%; color: var(--green); background: var(--green-pale); font-size: 9px; font-style: normal; font-weight: 800; }

.learning-scene { position: relative; padding: 22px; border: 1px solid #dad8ce; border-radius: 26px; background: rgba(255,254,250,.76); box-shadow: 0 32px 70px rgba(47,47,38,.1); }
.learning-scene::before { content: ""; position: absolute; z-index: -1; width: 260px; height: 260px; right: -80px; top: -80px; border-radius: 50%; background: var(--green-pale); filter: blur(2px); opacity: .7; }
.scene-label { margin-bottom: 17px; color: #73786f; font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.scene-flow { display: grid; grid-template-columns: .82fr 58px 1.18fr; align-items: center; gap: 8px; }
.source-column { display: flex; flex-direction: column; gap: 10px; }
.source-heading { display: flex; align-items: center; gap: 8px; margin-bottom: 4px; color: #777b74; font-size: 10px; font-weight: 750; }
.source-heading span { color: var(--green); }
.file-card { display: grid; grid-template-columns: 38px 1fr 20px; align-items: center; gap: 9px; padding: 11px; border: 1px solid #e0dfd8; border-radius: 11px; background: #fff; }
.file-icon { display: grid; width: 38px; height: 38px; place-items: center; border-radius: 8px; color: #fff; font-size: 8px; font-weight: 800; }
.file-icon.pdf { background: #bb6757; }.file-icon.ppt { background: #d78545; }.file-icon.note { color: #3d624d; background: #dce9dc; }
.file-card strong, .file-card small { display: block; }.file-card strong { margin-bottom: 3px; font-size: 10px; }.file-card small { color: #969990; font-size: 8px; }
.file-check { display: grid; width: 18px; height: 18px; place-items: center; border-radius: 50%; color: var(--green); background: #e5eee5; font-size: 9px; font-weight: 800; }
.flow-arrow { color: #8a8e86; text-align: center; }
.flow-arrow span { display: block; margin-bottom: 5px; font-size: 8px; }.flow-arrow i { color: var(--green); font-size: 23px; font-style: normal; }
.knowledge-card { overflow: hidden; border: 1px solid #d6d8ce; border-radius: 14px; background: #fff; box-shadow: 0 16px 35px rgba(40,46,40,.08); }
.knowledge-top { display: flex; align-items: flex-start; justify-content: space-between; padding: 20px 18px 16px; border-bottom: 1px solid #ecebe5; }
.knowledge-top span { color: var(--green); font-size: 9px; font-weight: 800; letter-spacing: .1em; }.knowledge-top h2 { margin: 5px 0 0; font-size: 19px; letter-spacing: -.04em; }
.course-badge { padding: 6px 8px; border-radius: 6px; color: #4c654f; background: #e3ede1; font-size: 8px; font-weight: 750; }
.knowledge-section { padding: 15px 18px; }.knowledge-section > small, .importance small { color: #94978f; font-size: 8px; font-weight: 750; text-transform: uppercase; letter-spacing: .08em; }
.knowledge-section ul { margin: 11px 0 0; padding: 0; list-style: none; }.knowledge-section li { display: flex; align-items: center; gap: 9px; padding: 8px 0; border-top: 1px solid #efeee9; font-size: 10px; font-weight: 650; }.knowledge-section li span { color: #9b9e96; font-size: 8px; }
.importance { display: flex; align-items: center; justify-content: space-between; padding: 13px 18px; background: #f5f6ef; }
.importance div { display: flex; flex-direction: column; gap: 5px; }.importance strong { color: #d78b43; font-size: 11px; letter-spacing: 2px; }.importance > span { padding: 6px 8px; border-radius: 6px; color: #9c642d; background: #f7e3cb; font-size: 8px; font-weight: 750; }
.scene-caption { display: flex; align-items: center; gap: 8px; margin-top: 16px; color: #80847c; font-size: 9px; }.scene-caption span { width: 20px; height: 1px; background: var(--green); }
.hero-foot { height: 68px; display: flex; align-items: center; justify-content: center; gap: 24px; border-top: 1px solid var(--line); color: #8a8d86; font-family: Georgia, serif; font-size: 10px; letter-spacing: .2em; }.hero-foot i { width: 4px; height: 4px; border-radius: 50%; background: var(--green); }

.section { padding: 118px 0; }
.section-index { display: block; color: var(--green); font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.section-intro { margin-bottom: 55px; }
.section-intro h2, .capability-sticky h2 { margin: 22px 0 0; font-size: clamp(37px,4.5vw,59px); line-height: 1.14; letter-spacing: -.06em; font-weight: 690; }
.split-intro { display: grid; grid-template-columns: .65fr 1.35fr; gap: 60px; align-items: start; }
.split-intro h2 { margin-top: -9px; }.split-intro p { max-width: 520px; margin: 20px 0 0; color: var(--muted); line-height: 1.8; }

.problems-section { background: var(--white); }
.problem-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.problem-card { min-height: 430px; display: flex; flex-direction: column; padding: 24px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); transition: transform .25s ease, box-shadow .25s ease; }
.problem-card:hover { transform: translateY(-5px); box-shadow: 0 22px 50px rgba(43,47,40,.08); }
.problem-visual { position: relative; overflow: hidden; height: 178px; margin-bottom: 27px; border-radius: 13px; background: #eceae3; }
.card-number { margin-bottom: 12px; color: #9b9f97; font-size: 10px; font-weight: 800; letter-spacing: .12em; }
.problem-card h3 { margin-bottom: 10px; font-size: 21px; letter-spacing: -.04em; }.problem-card p { margin-bottom: 0; color: var(--muted); font-size: 14px; line-height: 1.8; }
.scattered span { position: absolute; padding: 11px 16px; border: 1px solid #d8d6cf; border-radius: 8px; background: #fff; box-shadow: 0 8px 16px rgba(42,44,40,.06); font-size: 9px; font-weight: 800; }
.scattered span:nth-child(1) { left: 20px; top: 25px; transform: rotate(-5deg); color: #b06436; }.scattered span:nth-child(2) { right: 27px; top: 16px; transform: rotate(7deg); color: #9c5045; }.scattered span:nth-child(3) { left: 75px; bottom: 24px; transform: rotate(3deg); color: var(--green); }.scattered span:nth-child(4) { right: 15px; bottom: 48px; transform: rotate(-8deg); color: #4d7078; }
.disconnected span { position: absolute; width: 28px; height: 28px; border: 7px solid #fff; border-radius: 50%; background: var(--green); box-shadow: 0 5px 12px rgba(49,95,72,.15); }.disconnected span:nth-child(1) { left: 34px; top: 35px; }.disconnected span:nth-child(2) { right: 40px; top: 31px; background: var(--orange); }.disconnected span:nth-child(3) { left: 47%; bottom: 26px; background: var(--blue); }.disconnected i { position: absolute; width: 75px; height: 1px; border-top: 1px dashed #babcb5; }.disconnected i:nth-of-type(1) { left: 73px; top: 55px; transform: rotate(-6deg); }.disconnected i:nth-of-type(2) { left: 43%; top: 97px; transform: rotate(58deg); }
.directionless span { position: absolute; left: 50%; top: 28px; display: grid; width: 58px; height: 58px; place-items: center; border-radius: 50%; color: #8e653f; background: #f3ddc5; transform: translateX(-50%); font-family: Georgia,serif; font-size: 29px; }
.directionless i { position: absolute; left: 50%; width: 90px; height: 8px; border-radius: 8px; background: #d8d8d0; transform: translateX(-50%); }.directionless i:nth-of-type(1) { bottom: 50px; }.directionless i:nth-of-type(2) { bottom: 32px; width: 65px; }.directionless i:nth-of-type(3) { bottom: 14px; width: 42px; }

.solution-section { border-bottom: 1px solid var(--line); }
.solution-steps { display: grid; grid-template-columns: repeat(3,1fr); margin: 80px 0 0; padding: 0; list-style: none; }
.solution-step { position: relative; min-height: 365px; padding: 0 45px; border-left: 1px solid var(--line); }.solution-step:first-child { padding-left: 0; border-left: 0; }.solution-step:last-child { padding-right: 0; }
.step-number { margin-bottom: 35px; color: #9a9d96; font-family: Georgia,serif; font-size: 13px; }
.step-symbol { position: relative; width: 102px; height: 102px; margin-bottom: 40px; border: 1px solid #d6d7ce; border-radius: 50%; background: var(--white); }
.step-label { color: var(--green); font-size: 10px; font-weight: 800; letter-spacing: .12em; }.solution-step h3 { margin: 9px 0 12px; font-size: 22px; letter-spacing: -.04em; }.solution-step p { max-width: 270px; color: var(--muted); font-size: 14px; line-height: 1.75; }
.collect span { position: absolute; width: 36px; height: 43px; border: 1px solid #b7bbb1; border-radius: 5px; background: var(--paper); }.collect span:nth-child(1) { left: 23px; top: 31px; transform: rotate(-9deg); }.collect span:nth-child(2) { left: 33px; top: 26px; }.collect span:nth-child(3) { left: 43px; top: 31px; transform: rotate(9deg); background: var(--green-pale); }
.organize span { position: absolute; height: 8px; left: 25px; right: 25px; border-radius: 9px; background: #bbc0b8; }.organize span:nth-child(1) { top: 29px; right: 38px; background: var(--green); }.organize span:nth-child(2) { top: 47px; }.organize span:nth-child(3) { top: 65px; right: 48px; background: var(--orange); }
.learn span { position: absolute; inset: 25px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--green); font-size: 22px; font-weight: 700; }

.capabilities-section { background: #e7e8df; }
.capability-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; align-items: start; }
.capability-sticky { position: sticky; top: 125px; }.capability-sticky p { max-width: 430px; margin: 24px 0 35px; color: var(--muted); line-height: 1.8; }
.course-tag { display: inline-flex; flex-direction: column; gap: 5px; padding: 18px 21px; border-left: 3px solid var(--green); background: rgba(255,255,255,.5); }.course-tag span { color: #858981; font-size: 9px; font-weight: 800; }.course-tag strong { font-size: 15px; }.course-tag small { color: #858981; font-size: 9px; }
.capability-list { border-top: 1px solid #c8cac0; }
.capability-item { min-height: 225px; display: grid; grid-template-columns: 40px 88px 1fr; align-items: center; gap: 25px; border-bottom: 1px solid #c8cac0; }
.capability-no { align-self: start; margin-top: 40px; color: #858981; font-family: Georgia,serif; font-size: 10px; }
.capability-icon { position: relative; width: 80px; height: 80px; border-radius: 18px; background: rgba(255,255,255,.7); }
.capability-item h3 { margin-bottom: 9px; font-size: 22px; letter-spacing: -.04em; }.capability-item p { margin-bottom: 12px; color: #575c55; line-height: 1.7; }.capability-item div > small { color: #858981; font-size: 10px; font-weight: 650; letter-spacing: .06em; }
.files-icon i { position: absolute; width: 31px; height: 38px; border: 1px solid #9fa59b; border-radius: 4px; background: #f8f7f1; }.files-icon i:nth-child(1) { left: 17px; top: 23px; transform: rotate(-8deg); }.files-icon i:nth-child(2) { left: 25px; top: 20px; }.files-icon i:nth-child(3) { left: 33px; top: 23px; transform: rotate(8deg); background: var(--green-pale); }
.structure-icon i { position: absolute; width: 12px; height: 12px; border-radius: 50%; background: var(--green); }.structure-icon i:nth-child(1) { left: 18px; top: 19px; }.structure-icon i:nth-child(2) { right: 17px; top: 18px; background: var(--orange); }.structure-icon i:nth-child(3) { left: 34px; bottom: 16px; background: var(--blue); }.structure-icon span { position: absolute; left: 27px; top: 30px; width: 30px; height: 25px; border-left: 1px solid #91978e; border-right: 1px solid #91978e; transform: skew(-25deg); }
.helper-icon span, .helper-icon i { position: absolute; display: grid; width: 33px; height: 33px; place-items: center; border-radius: 50%; font-size: 11px; font-style: normal; font-weight: 800; }.helper-icon span { left: 16px; top: 16px; color: #fff; background: var(--green); }.helper-icon i { right: 14px; bottom: 13px; color: var(--green); background: var(--green-pale); }
.review-icon span { position: absolute; left: 15px; top: 16px; padding: 7px 9px; border-radius: 6px; color: #835b36; background: #f0d9c0; font-size: 9px; font-weight: 800; }.review-icon i { position: absolute; left: 17px; height: 5px; border-radius: 5px; background: #aab0a6; }.review-icon i:nth-of-type(1) { width: 46px; bottom: 25px; }.review-icon i:nth-of-type(2) { width: 31px; bottom: 14px; background: var(--green); }

.case-section { color: #f7f5ef; background: var(--ink); }
.section-intro.light .section-index { color: var(--lime); }.section-intro.light p { color: #aeb1aa; }
.case-board { display: grid; grid-template-columns: 1fr 110px 1fr; align-items: stretch; border: 1px solid #42453f; border-radius: 24px; background: #20231f; }
.case-input, .case-output { padding: 32px; }.case-heading { display: flex; align-items: center; justify-content: space-between; margin-bottom: 28px; }.case-heading span { color: var(--lime); font-size: 10px; font-weight: 800; letter-spacing: .12em; }.case-heading strong { color: #93978f; font-size: 10px; font-weight: 650; }
.course-title-card { padding: 22px; border-radius: 13px; color: var(--ink); background: var(--lime); }.course-title-card small { font-size: 8px; font-weight: 800; letter-spacing: .15em; }.course-title-card h3 { margin: 11px 0 5px; font-size: 24px; letter-spacing: -.04em; }.course-title-card p { margin: 0; font-size: 11px; }
.case-input ul { margin: 16px 0 0; padding: 0; list-style: none; }.case-input li { display: grid; grid-template-columns: 34px 1fr 25px; align-items: center; gap: 11px; padding: 14px 0; border-bottom: 1px solid #393c37; }.mini-file { display: grid; width: 34px; height: 34px; place-items: center; border-radius: 7px; color: #fff; background: #536658; font-size: 9px; font-weight: 800; }.case-input li strong, .case-input li small { display: block; }.case-input li strong { margin-bottom: 4px; font-size: 12px; }.case-input li small { color: #858a82; font-size: 9px; }.case-input li b { color: #858a82; font-size: 10px; text-align: right; }
.case-transform { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 15px; border-left: 1px solid #42453f; border-right: 1px solid #42453f; color: var(--lime); }.case-transform span { writing-mode: vertical-rl; color: #747970; font-size: 8px; font-weight: 800; letter-spacing: .15em; }.case-transform i { font-size: 26px; font-style: normal; }
.review-path { margin: 0; padding: 0; list-style: none; }.review-path li { display: grid; grid-template-columns: 54px 1fr; gap: 14px; padding: 16px 0; border-top: 1px solid #3c3f3a; }.review-path li:first-child { border-top: 0; }.review-path li > span { display: grid; width: 44px; height: 44px; place-items: center; border: 1px solid #52564f; border-radius: 50%; color: var(--lime); font-family: Georgia,serif; font-size: 11px; }.review-path small, .review-path strong, .review-path p { display: block; }.review-path small { margin-bottom: 4px; color: #777c74; font-size: 8px; }.review-path strong { font-size: 15px; }.review-path p { margin: 4px 0 0; color: #93978f; font-size: 9px; }

.final-cta { padding: 90px 0; color: #fff; background: var(--green); }
.cta-inner { display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 80px; }.cta-inner > div:first-child > span { color: #bfd0bf; font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }.cta-inner h2 { margin: 18px 0 0; font-size: clamp(43px,5vw,66px); line-height: 1.1; letter-spacing: -.06em; }.cta-action { justify-self: end; max-width: 390px; }.cta-action p { color: #d2dfd2; line-height: 1.8; }.button-light { margin-top: 18px; color: var(--ink); background: var(--lime); }.button-light:hover { background: #e4f5a8; box-shadow: 0 14px 28px rgba(23,25,22,.18); }

.site-footer { padding: 52px 0 25px; background: var(--paper); }
.footer-main { display: grid; grid-template-columns: 1fr auto; align-items: start; gap: 40px; padding-bottom: 40px; }.footer-main > div > p { margin: 15px 0 0; color: var(--muted); font-size: 12px; }.footer-main nav { display: flex; gap: 24px; }.footer-main nav a, .footer-main nav button { padding: 0; border: 0; color: #5f645d; background: transparent; font-family: inherit; font-size: 12px; font-weight: 650; cursor: pointer; }.footer-main nav a:hover, .footer-main nav button:hover { color: var(--green); }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 23px; border-top: 1px solid var(--line); color: #92968e; font-size: 10px; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 980px) {
  .hero { padding-top: 125px; }.hero-grid { grid-template-columns: 1fr; gap: 65px; }.hero-copy { max-width: 720px; }.learning-scene { width: min(100%,720px); margin-inline: auto; }
  .capability-layout { gap: 45px; }.case-board { grid-template-columns: 1fr 80px 1fr; }
}

@media (max-width: 780px) {
  .section { padding: 85px 0; }.header-inner { height: 68px; }.menu-toggle { display: block; }.header-cta { display: none; }
  .main-nav { position: fixed; inset: 68px 14px auto; display: grid; gap: 3px; padding: 14px; border: 1px solid var(--line); border-radius: 14px; background: rgba(255,254,250,.98); box-shadow: 0 20px 45px rgba(35,37,32,.15); opacity: 0; visibility: hidden; transform: translateY(-8px); transition: .2s ease; }.main-nav a { padding: 12px; }.main-nav a::after { display: none; }.site-header.menu-active .main-nav { opacity: 1; visibility: visible; transform: translateY(0); }.site-header.menu-active .menu-toggle span:nth-child(1) { transform: translateY(6px) rotate(45deg); }.site-header.menu-active .menu-toggle span:nth-child(2) { opacity: 0; }.site-header.menu-active .menu-toggle span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .hero-grid { min-height: auto; }.hero h1 { font-size: clamp(44px,11vw,64px); }.scene-flow { grid-template-columns: 1fr; }.flow-arrow { transform: rotate(90deg); margin: 4px 0; }.learning-scene { padding: 17px; }
  .split-intro, .capability-layout, .cta-inner { grid-template-columns: 1fr; }.split-intro { gap: 28px; }.split-intro h2 { margin-top: 0; }
  .problem-grid { grid-template-columns: 1fr; }.problem-card { min-height: auto; }.problem-visual { height: 190px; }
  .solution-steps { grid-template-columns: 1fr; gap: 0; margin-top: 45px; }.solution-step, .solution-step:first-child, .solution-step:last-child { min-height: auto; display: grid; grid-template-columns: 55px 90px 1fr; gap: 20px; align-items: center; padding: 30px 0; border: 0; border-top: 1px solid var(--line); }.step-number, .step-symbol { margin: 0; }.step-symbol { width: 82px; height: 82px; }.collect span { transform: scale(.85); }.solution-step p { margin-bottom: 0; }
  .capability-sticky { position: static; }.capability-item { grid-template-columns: 32px 78px 1fr; }.capability-icon { width: 72px; height: 72px; }
  .case-board { grid-template-columns: 1fr; }.case-transform { min-height: 80px; flex-direction: row; border: 0; border-top: 1px solid #42453f; border-bottom: 1px solid #42453f; }.case-transform span { writing-mode: horizontal-tb; }.case-transform i { transform: rotate(90deg); }
  .cta-inner { gap: 35px; }.cta-action { justify-self: start; }.footer-main { grid-template-columns: 1fr; }.footer-main nav { flex-wrap: wrap; }
}

@media (max-width: 520px) {
  .container { width: min(calc(100% - 28px), var(--container)); }.hero { padding-top: 108px; }.hero-grid { padding-bottom: 65px; }.hero h1 { font-size: 43px; }.hero-lead { font-size: 15px; }.hero-actions { align-items: stretch; flex-direction: column; }.hero-actions .button-primary { width: 100%; }.button-text { align-self: center; }
  .hero-foot { gap: 12px; font-size: 8px; }.section-intro h2, .capability-sticky h2 { font-size: 37px; }
  .solution-step, .solution-step:first-child, .solution-step:last-child { grid-template-columns: 1fr; gap: 14px; }.step-number { display: none; }
  .capability-item { grid-template-columns: 25px 1fr; gap: 15px; padding: 27px 0; }.capability-no { grid-row: 1 / 3; margin-top: 5px; }.capability-icon { width: 72px; }.capability-item > div:last-child { grid-column: 2; }
  .case-input, .case-output { padding: 22px 18px; }.case-heading { align-items: flex-start; flex-direction: column; gap: 7px; }
  .final-cta { padding: 70px 0; }.footer-main nav { gap: 15px 20px; }.footer-bottom { flex-direction: column; gap: 8px; }
}

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