:root {
  --ink: #13221f;
  --muted: #5d6d69;
  --dark: #08231d;
  --deep: #0a342a;
  --green: #10966a;
  --teal: #0aa8a0;
  --blue: #1769d5;
  --amber: #f2a93b;
  --orange: #ef7b45;
  --line: #dce8e4;
  --soft: #f4faf7;
  --shadow: 0 18px 44px rgba(12, 54, 43, 0.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #fff; font-family: "Segoe UI", "Microsoft YaHei", Arial, sans-serif; line-height: 1.7; letter-spacing: 0; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }

.site-header { position: sticky; top: 0; z-index: 30; border-bottom: 1px solid rgba(220, 232, 228, 0.95); background: rgba(255, 255, 255, 0.9); backdrop-filter: blur(18px); }
.navigation { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }.brand { display: inline-flex; align-items: center; }.brand img { width: auto; height: 45px; object-fit: contain; }.main-nav { display: flex; align-items: center; gap: 28px; font-size: 14px; font-weight: 750; }.main-nav a { position: relative; padding: 10px 0; color: #26423a; }.main-nav a::after { content: ""; position: absolute; right: 0; bottom: 3px; left: 0; height: 2px; transform: scaleX(0); transform-origin: left; background: var(--green); transition: transform 0.2s ease; }.main-nav a:hover::after, .main-nav a:focus-visible::after { transform: scaleX(1); }
.menu-toggle { display: none; width: 42px; height: 42px; border: 0; background: transparent; padding: 7px; }.menu-toggle span { display: block; width: 22px; height: 2px; margin: 5px auto; background: #17392f; transition: transform 0.2s ease, opacity 0.2s ease; }.menu-toggle.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }.menu-toggle.is-open span:nth-child(2) { opacity: 0; }.menu-toggle.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.hero { position: relative; min-height: clamp(590px, 78vh, 760px); display: flex; align-items: center; overflow: hidden; background: var(--dark); }.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center right; }.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3, 25, 20, 0.97) 0%, rgba(3, 25, 20, 0.86) 31%, rgba(3, 25, 20, 0.38) 62%, rgba(3, 25, 20, 0.06) 100%), linear-gradient(180deg, rgba(3, 25, 20, 0.05) 58%, rgba(3, 25, 20, 0.78) 100%); }.hero-content { position: relative; padding: 90px 0 72px; color: #fff; }.eyebrow { margin: 0 0 10px; color: var(--green); font-size: 13px; line-height: 1.25; font-weight: 850; text-transform: uppercase; }.eyebrow.light { color: #83e7c1; }.hero h1 { max-width: 700px; margin: 0; color: #fff; font-size: clamp(47px, 6.8vw, 82px); line-height: 1.04; font-weight: 850; }.hero-lede { max-width: 590px; margin: 22px 0 0; color: #d4e7df; font-size: 19px; line-height: 1.8; }.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }.button { display: inline-flex; min-height: 45px; align-items: center; justify-content: center; gap: 9px; padding: 10px 18px; border: 1px solid transparent; border-radius: 3px; font-size: 15px; font-weight: 800; transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease; }.button:hover, .button:focus-visible { transform: translateY(-2px); }.button.primary { color: #fff; background: var(--green); box-shadow: 0 10px 24px rgba(16, 150, 106, 0.32); }.button.primary:hover, .button.primary:focus-visible { background: #0a7d58; }.button.secondary { color: #fff; border-color: rgba(219, 255, 243, 0.5); background: rgba(255, 255, 255, 0.08); }.button.secondary:hover, .button.secondary:focus-visible { border-color: #fff; background: rgba(255, 255, 255, 0.18); }.button.warm { color: #33230e; background: var(--amber); box-shadow: 0 10px 24px rgba(242, 169, 59, 0.28); }.hero-stats { display: flex; flex-wrap: wrap; gap: 28px; margin-top: 31px; }.hero-stats div { display: flex; align-items: baseline; gap: 8px; }.hero-stats b { color: #95f0c8; font-size: 26px; line-height: 1; }.hero-stats span { color: #d7ede5; font-size: 13px; font-weight: 700; }

.section { padding: 82px 0; }.section-heading { max-width: 760px; margin-bottom: 38px; }.section-heading.centered { margin-right: auto; margin-left: auto; text-align: center; }.section-heading h2 { margin: 0; font-size: clamp(32px, 4vw, 49px); line-height: 1.18; font-weight: 850; }.section-heading > p:not(.eyebrow) { margin: 16px 0 0; color: var(--muted); font-size: 16px; }

.intro-section { background: #fff; }.intro-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(390px, 0.95fr); gap: 74px; align-items: center; }.intro-copy h2 { margin: 0; font-size: clamp(31px, 4vw, 46px); line-height: 1.17; }.intro-copy p:not(.eyebrow) { margin: 18px 0 0; color: var(--muted); font-size: 16px; }.text-action { display: inline-flex; gap: 9px; margin-top: 26px; color: var(--green); font-size: 15px; font-weight: 850; }.text-action span { font-size: 18px; line-height: 1; }
.intro-diagram { position: relative; min-height: 390px; overflow: hidden; border-radius: 8px; background: radial-gradient(circle at 78% 18%, rgba(17, 181, 139, 0.48), transparent 28%), linear-gradient(135deg, #09271f, #0a4b3a); box-shadow: var(--shadow); }.diagram-head { height: 42px; display: flex; align-items: center; gap: 6px; padding-left: 18px; border-bottom: 1px solid rgba(200, 255, 233, 0.15); }.diagram-head span { width: 8px; height: 8px; border-radius: 50%; background: var(--orange); }.diagram-head span:nth-child(2) { background: var(--amber); }.diagram-head span:nth-child(3) { background: #73ddb7; }.diagram-row { position: relative; z-index: 1; display: flex; align-items: center; justify-content: center; gap: 15px; margin-top: 36px; }.diagram-row.short { margin-top: 26px; }.diagram-row i { min-width: 82px; padding: 8px; border: 1px solid rgba(190, 255, 234, 0.3); border-radius: 3px; color: #e8fff7; background: rgba(255, 255, 255, 0.09); font-size: 12px; font-style: normal; font-weight: 800; text-align: center; }.diagram-row b { width: 38px; height: 2px; background: #78e6be; }.diagram-code { position: absolute; right: 38px; bottom: 30px; left: 38px; display: grid; gap: 9px; padding: 20px; border: 1px solid rgba(190, 255, 234, 0.18); border-radius: 5px; background: rgba(1, 16, 12, 0.36); }.diagram-code em { display: block; width: 100%; height: 6px; border-radius: 2px; background: linear-gradient(90deg, #77e4bd 0 31%, transparent 31% 41%, #f2a93b 41% 63%, transparent 63%); }.diagram-code em:nth-child(2) { width: 84%; }.diagram-code em:nth-child(3) { width: 72%; }.diagram-code em:nth-child(4) { width: 90%; }.diagram-code em:nth-child(5) { width: 61%; }.diagram-node { position: absolute; display: grid; width: 56px; height: 56px; place-items: center; border: 1px solid rgba(222, 255, 245, 0.25); border-radius: 50%; color: #ddfff2; background: rgba(16, 150, 106, 0.28); box-shadow: 0 10px 22px rgba(0, 0, 0, 0.2); font-size: 11px; font-weight: 850; }.node-one { top: 82px; left: 40px; }.node-two { top: 145px; right: 34px; }.node-three { top: 78px; right: 115px; }

.fit-section { background: linear-gradient(135deg, #f4fbf7, #f8fbff 55%, #f4fbf8); }.fit-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }.fit-card { min-height: 218px; padding: 22px; border: 1px solid var(--line); border-radius: 8px; background: rgba(255, 255, 255, 0.88); box-shadow: 0 10px 25px rgba(12, 54, 43, 0.06); }.fit-card span { color: var(--green); font-size: 13px; font-weight: 850; }.fit-card h3 { margin: 30px 0 8px; font-size: 22px; line-height: 1.25; }.fit-card p { margin: 0; color: var(--muted); font-size: 14px; }.fit-card:nth-child(2) span { color: var(--teal); }.fit-card:nth-child(3) span { color: var(--blue); }.fit-card:nth-child(4) span { color: var(--orange); }

.value-section { background: #fff; }.value-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }.value-grid article { min-height: 218px; padding: 25px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }.value-grid b { color: var(--green); font-size: 14px; }.value-grid h3 { margin: 18px 0 9px; font-size: 20px; line-height: 1.35; }.value-grid p { margin: 0; color: var(--muted); font-size: 14px; }.value-grid article:nth-child(2) b { color: var(--teal); }.value-grid article:nth-child(3) b { color: var(--blue); }.value-grid article:nth-child(4) b { color: var(--orange); }

.capability-section { background: linear-gradient(180deg, #f2faf6 0%, #fff 100%); }.capability-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }.capability-card { overflow: hidden; border: 1px solid var(--line); border-radius: 8px; background: #fff; box-shadow: 0 11px 28px rgba(12, 54, 43, 0.07); transition: transform 0.22s ease, box-shadow 0.22s ease; }.capability-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }.capability-card img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }.capability-card span { display: block; margin: 17px 20px 5px; color: var(--green); font-size: 12px; font-weight: 850; text-transform: uppercase; }.capability-card h3 { margin: 0; padding: 0 20px; font-size: 22px; line-height: 1.28; }.capability-card p { min-height: 88px; margin: 11px 0 0; padding: 0 20px 22px; color: var(--muted); font-size: 14px; }

.curriculum { background: #f5faf8; }.curriculum-heading { display: flex; align-items: end; justify-content: space-between; gap: 36px; }.course-summary { display: grid; grid-template-columns: auto auto; gap: 0 10px; min-width: 205px; padding: 15px 18px; border-left: 3px solid var(--green); background: #e8f7ef; }.course-summary span { color: var(--green); font-size: 28px; font-weight: 850; line-height: 1; }.course-summary small { align-self: center; color: #527466; font-size: 12px; font-weight: 750; }.phase-tabs { display: flex; gap: 8px; overflow-x: auto; padding-bottom: 10px; scrollbar-width: thin; }.phase-tab { flex: 1 0 max-content; min-height: 48px; padding: 9px 14px; border: 1px solid #cfe2da; border-radius: 4px; color: #355c50; background: #fff; font-size: 13px; font-weight: 800; cursor: pointer; transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease; }.phase-tab b { margin-right: 6px; color: var(--green); font-size: 12px; }.phase-tab:hover, .phase-tab:focus-visible, .phase-tab.is-active { color: #fff; border-color: var(--green); background: var(--green); }.phase-tab.is-active b { color: #d3ffe8; }.phase-panel { margin-top: 16px; padding: 28px; border: 1px solid #d7e7df; border-radius: 8px; background: #fff; box-shadow: 0 12px 29px rgba(12, 54, 43, 0.06); }.phase-panel[hidden] { display: none; }.phase-intro { max-width: 850px; padding-bottom: 22px; border-bottom: 1px solid var(--line); }.phase-intro > span { color: var(--green); font-size: 12px; font-weight: 850; text-transform: uppercase; }.phase-intro h3 { margin: 6px 0 8px; font-size: 30px; line-height: 1.22; }.phase-intro p { margin: 0; color: var(--muted); font-size: 15px; }.module-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin-top: 22px; }.module-grid-four { grid-template-columns: repeat(4, minmax(0, 1fr)); }.module-grid-three { grid-template-columns: repeat(3, minmax(0, 1fr)); }.course-module { min-height: 218px; padding: 18px; border: 1px solid #dce9e4; border-radius: 6px; background: #fbfefd; }.course-module h4 { margin: 0; color: #17533f; font-size: 17px; line-height: 1.35; }.course-module p { margin: 9px 0 14px; color: var(--muted); font-size: 13px; line-height: 1.65; }.topic-list { display: flex; flex-wrap: wrap; gap: 6px; }.topic-list span { padding: 4px 7px; border-radius: 3px; color: #237158; background: #e3f5eb; font-size: 11px; font-weight: 750; line-height: 1.35; }.project-curriculum-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 15px; margin-top: 22px; }.project-curriculum { padding: 20px; border-top: 3px solid var(--green); background: #f6fbf8; }.project-curriculum:nth-child(2) { border-top-color: var(--teal); }.project-curriculum:nth-child(3) { border-top-color: var(--amber); }.project-curriculum h4 { margin: 0; font-size: 20px; }.project-curriculum > p { margin: 10px 0 16px; color: var(--muted); font-size: 14px; }.project-curriculum dl { display: grid; gap: 12px; margin: 0; }.project-curriculum dl div { padding-left: 12px; border-left: 2px solid #8fdcb9; }.project-curriculum dt { color: #23674f; font-size: 12px; font-weight: 850; }.project-curriculum dd { margin: 4px 0 0; color: #536b63; font-size: 13px; line-height: 1.6; }.interview-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; margin-top: 22px; }.interview-grid span { min-height: 74px; display: flex; align-items: center; padding: 14px; border-left: 3px solid var(--amber); background: #fff9ed; color: #5b4828; font-size: 14px; font-weight: 750; }

.project-advantages { background: #fff; }.advantage-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }.advantage-grid article { min-height: 184px; padding: 21px; border: 1px solid var(--line); border-radius: 7px; background: linear-gradient(145deg, #fff, #f4fbf7); }.advantage-grid b { color: var(--green); font-size: 20px; }.advantage-grid p { margin: 14px 0 0; color: var(--muted); font-size: 14px; }.advantage-grid article:nth-child(2) b { color: var(--teal); }.advantage-grid article:nth-child(3) b { color: var(--blue); }.advantage-grid article:nth-child(4) b { color: var(--orange); }

.outcome-section { position: relative; overflow: hidden; padding: 80px 0; color: #e9fff5; background: linear-gradient(125deg, #083129, #0b5d48 52%, #168d65); }.outcome-section::before { content: ""; position: absolute; inset: -20%; opacity: 0.3; background: repeating-linear-gradient(90deg, transparent 0 118px, rgba(255,255,255,0.17) 118px 136px, transparent 136px 238px); transform: rotate(-7deg); }.outcome-grid { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) 360px; gap: 70px; align-items: center; }.outcome-section h2 { margin: 0; color: #fff; font-size: clamp(31px, 4vw, 48px); line-height: 1.17; }.outcome-section p:not(.eyebrow) { max-width: 650px; margin: 18px 0 0; color: #d3f4e6; }.outcome-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }.outcome-list span { padding: 14px; border: 1px solid rgba(225, 255, 244, 0.25); border-radius: 5px; color: #e9fff5; background: rgba(2, 33, 24, 0.19); font-size: 14px; font-weight: 750; }.outcome-actions { margin-top: 28px; }

.site-footer { padding: 52px 0 22px; color: #d6e3df; background: #10221d; }.footer-grid { display: grid; grid-template-columns: 1.1fr 1.25fr 0.65fr; gap: 48px; }.site-footer h2 { margin: 0 0 14px; color: #fff; font-size: 17px; }.site-footer a, .site-footer p { display: block; margin: 7px 0; color: #b6c7c1; font-size: 14px; }.site-footer a:hover, .site-footer a:focus-visible { color: #7ce5b9; }.consultation-qr { width: 120px; padding: 7px; border-radius: 5px; background: #fff; }.copyright { width: min(1180px, calc(100% - 40px)); margin: 38px auto 0; padding-top: 20px; border-top: 1px solid rgba(187, 218, 204, 0.16); color: #849b91; font-size: 13px; text-align: center; }.copyright a { display: inline; margin: 0; }
.back-top { position: fixed; right: 22px; bottom: 22px; z-index: 24; display: grid; width: 44px; height: 44px; place-items: center; border: 0; border-radius: 50%; color: #fff; background: var(--green); box-shadow: 0 12px 28px rgba(16, 150, 106, 0.32); cursor: pointer; opacity: 0; pointer-events: none; transform: translateY(12px); transition: opacity 0.2s ease, transform 0.2s ease; }.back-top.is-visible { opacity: 1; pointer-events: auto; transform: translateY(0); }

@media (max-width: 1040px) { .fit-grid, .value-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }.capability-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }.capability-card:last-child { grid-column: 1 / -1; }.module-grid-four { grid-template-columns: repeat(2, minmax(0, 1fr)); }.advantage-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 820px) { .container { width: min(100% - 28px, 1180px); }.navigation { min-height: 66px; }.brand img { height: 39px; }.menu-toggle { display: block; }.main-nav { position: absolute; top: 66px; right: 14px; left: 14px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 10px 14px; border: 1px solid var(--line); border-radius: 8px; background: #fff; box-shadow: var(--shadow); }.main-nav.is-open { display: flex; }.main-nav a { padding: 10px 0; }.main-nav a::after { display: none; }.hero { min-height: 650px; align-items: flex-start; }.hero-image { object-position: 62% center; }.hero-shade { background: linear-gradient(180deg, rgba(3,25,20,0.87), rgba(3,25,20,0.55) 52%, rgba(3,25,20,0.78) 100%), linear-gradient(90deg, rgba(3,25,20,0.68), transparent); }.hero-content { padding: 82px 0 60px; }.hero-lede { font-size: 17px; }.section { padding: 58px 0; }.intro-layout { grid-template-columns: 1fr; gap: 34px; }.intro-diagram { min-height: 350px; }.node-two { right: 16px; }.node-three { right: 92px; }.curriculum-heading { align-items: start; flex-direction: column; gap: 0; }.course-summary { margin-bottom: 28px; }.module-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }.project-curriculum-grid { grid-template-columns: 1fr; }.outcome-grid { grid-template-columns: 1fr; gap: 32px; }.footer-grid { grid-template-columns: 1fr 1fr; gap: 30px; }.footer-grid > div:last-child { grid-column: 1 / -1; } }
@media (max-width: 560px) { .hero { min-height: 670px; }.hero h1 { font-size: 46px; }.hero-actions { display: grid; grid-template-columns: 1fr; }.button { width: 100%; }.hero-stats { gap: 15px; }.hero-stats b { font-size: 22px; }.hero-stats span { font-size: 11px; }.intro-diagram { min-height: 320px; }.diagram-row { gap: 7px; margin-top: 26px; }.diagram-row i { min-width: 66px; font-size: 10px; }.diagram-row b { width: 16px; }.diagram-code { right: 16px; bottom: 16px; left: 16px; }.diagram-node { transform: scale(0.75); }.node-one { top: 63px; left: 10px; }.node-two { top: 112px; right: 2px; }.node-three { top: 58px; right: 48px; }.fit-grid, .value-grid, .capability-grid, .module-grid, .module-grid-four, .module-grid-three, .interview-grid, .advantage-grid { grid-template-columns: 1fr; }.value-grid { border-right: 1px solid var(--line); }.capability-card:last-child { grid-column: auto; }.course-summary { width: 100%; }.phase-panel { padding: 18px; }.phase-intro h3 { font-size: 24px; }.course-module { min-height: 0; }.outcome-list { grid-template-columns: 1fr; }.footer-grid { grid-template-columns: 1fr; }.footer-grid > div:last-child { grid-column: auto; }.back-top { display: none; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; } }

@media (min-width: 900px) { .hero h1 { max-width: 900px; font-size: 72px; white-space: nowrap; } }
