:root {
  --ink: #111714;
  --ink-soft: #1d2621;
  --paper: #f6f2e9;
  --paper-deep: #ece4d4;
  --white: #fffdf8;
  --orange: #f36a21;
  --orange-bright: #ff7a2e;
  --teal: #0d6554;
  --line: rgba(17, 23, 20, .14);
  --muted: #65706a;
  --header-height: 82px;
  --container: min(1180px, calc(100vw - 48px));
  --radius: 18px;
  --shadow: 0 24px 70px rgba(17, 23, 20, .12);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-height) + 16px); }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "Microsoft YaHei", "PingFang SC", "Noto Sans CJK SC", system-ui, sans-serif; font-size: 16px; line-height: 1.7; text-rendering: optimizeLegibility; }
body.nav-open { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
address { font-style: normal; }

.skip-link { position: fixed; z-index: 999; top: 8px; left: 8px; padding: 10px 16px; background: var(--white); color: var(--ink); transform: translateY(-150%); transition: transform .2s; }
.skip-link:focus { transform: translateY(0); }
.container { width: var(--container); margin-inline: auto; }
.section { padding: 112px 0; position: relative; }
.section--dark { background: var(--ink); color: var(--white); }
.section--warm { background: var(--paper-deep); }

.site-header { position: sticky; z-index: 100; top: 0; left: 0; width: 100%; height: var(--header-height); color: var(--white); background: var(--ink); border-bottom: 1px solid rgba(255, 255, 255, .15); transition: background-color .25s, box-shadow .25s, border-color .25s; }
.site-header.is-scrolled { background: rgba(17, 23, 20, .96); border-color: transparent; box-shadow: 0 10px 30px rgba(0, 0, 0, .16); backdrop-filter: blur(14px); }
.header-shell { width: min(1380px, calc(100vw - 48px)); height: 100%; margin: auto; display: flex; align-items: center; gap: 38px; }
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: max-content; }
.brand-mark { flex: 0 0 auto; width: 44px; height: 50px; display: block; overflow: hidden; }
.brand-mark img { width: auto; max-width: none; height: 50px; }
.brand-copy { display: flex; flex-direction: column; line-height: 1.15; }
.brand-copy strong { font-size: 17px; letter-spacing: .06em; }
.brand-copy small { margin-top: 5px; color: rgba(255, 255, 255, .64); font-size: 10px; letter-spacing: .05em; }
.site-nav { margin-left: auto; align-self: stretch; display: flex; align-items: center; gap: 32px; }
.site-nav a { height: 100%; display: grid; place-items: center; position: relative; color: rgba(255, 255, 255, .74); font-size: 15px; font-weight: 700; white-space: nowrap; }
.site-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 0; height: 4px; background: var(--orange); transition: right .25s ease; }
.site-nav a:hover, .site-nav a:focus-visible, .site-nav a.is-active, .site-nav a.active { color: #fff; }
.site-nav a.is-active::after, .site-nav a.active::after { right: 0; }
.header-contact { height: 49px; padding-left: 18px; border-left: 1px solid rgba(255, 255, 255, .24); display: flex; flex-direction: column; justify-content: center; line-height: 1.1; white-space: nowrap; }
.header-contact small { color: rgba(255, 255, 255, .56); font-size: 10px; letter-spacing: .14em; }
.header-contact strong { margin-top: 6px; font-family: Arial, sans-serif; font-size: 17px; letter-spacing: .03em; }
.nav-toggle { display: none; width: 46px; height: 46px; padding: 0; background: transparent; border: 1px solid rgba(255, 255, 255, .28); align-items: center; justify-content: center; flex-direction: column; gap: 5px; }
.nav-toggle span { display: block; width: 21px; height: 2px; background: #fff; transition: transform .2s, opacity .2s; }
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.hero { min-height: 760px; height: max(760px, 92vh); max-height: 940px; position: relative; display: grid; align-items: center; overflow: hidden; background: var(--ink); color: var(--white); }
.hero-media, .hero-media img, .hero-shade, .hero-grid { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-media img { object-fit: cover; object-position: center; }
.hero-shade { background: linear-gradient(90deg, rgba(8, 15, 12, .96) 0%, rgba(8, 15, 12, .88) 29%, rgba(8, 15, 12, .44) 56%, rgba(8, 15, 12, .08) 100%), linear-gradient(0deg, rgba(8, 15, 12, .55), transparent 42%); }
.hero-grid { opacity: .11; background-image: linear-gradient(rgba(255, 255, 255, .35) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .35) 1px, transparent 1px); background-size: 80px 80px; mask-image: linear-gradient(90deg, black, transparent 60%); }
.hero-inner { position: relative; z-index: 2; }
.hero-copy { width: min(660px, 58vw); }
.eyebrow { display: flex; align-items: center; gap: 13px; margin-bottom: 24px; color: #ffd6bd; font-size: 13px; font-weight: 800; letter-spacing: .16em; }
.eyebrow span { width: 44px; height: 3px; background: var(--orange); }
.hero h1 { max-width: 6.15em; margin: 0; font-size: clamp(56px, 6vw, 94px); line-height: 1.04; letter-spacing: -.055em; font-weight: 900; text-wrap: balance; }
.hero h1 span { color: var(--orange-bright); position: relative; }
.hero h1 span::after { content: ""; position: absolute; right: -16px; top: 5px; width: 9px; height: 9px; background: var(--orange); }
.hero h1 .hero-title-line { display: block; color: inherit; position: static; white-space: nowrap; }
.hero h1 .hero-title-line::after { content: none; }
.hero-lead { width: min(610px, 100%); margin: 28px 0 0; color: rgba(255, 255, 255, .76); font-size: 19px; line-height: 1.85; }
.hero-actions { display: flex; gap: 14px; margin-top: 36px; }
.button { min-height: 54px; padding: 0 24px; display: inline-flex; align-items: center; justify-content: center; gap: 20px; border: 0; border-radius: 2px; font-weight: 800; cursor: pointer; transition: transform .22s, background-color .22s, color .22s, border-color .22s; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid rgba(243, 106, 33, .4); outline-offset: 3px; }
.button--primary { background: var(--orange); color: #fff; }
.button--primary:hover { background: var(--orange-bright); }
.button--ghost { color: #fff; border: 1px solid rgba(255, 255, 255, .38); }
.button--ghost:hover { background: rgba(255, 255, 255, .09); border-color: rgba(255, 255, 255, .7); }
.hero-meta { display: flex; align-items: stretch; gap: 0; margin-top: 58px; border-top: 1px solid rgba(255, 255, 255, .2); width: min(620px, 100%); }
.hero-meta div { flex: 1; padding: 20px 20px 0 0; }
.hero-meta div + div { padding-left: 20px; border-left: 1px solid rgba(255, 255, 255, .18); }
.hero-meta strong, .hero-meta span { display: block; }
.hero-meta strong { font-size: 16px; letter-spacing: .03em; }
.hero-meta span { margin-top: 4px; color: rgba(255, 255, 255, .52); font-size: 12px; }
.hero-rail { position: absolute; z-index: 3; right: 0; bottom: 0; height: 44px; padding: 0 28px; display: flex; align-items: center; gap: 16px; background: var(--orange); color: #fff; font-size: 11px; font-weight: 800; letter-spacing: .12em; }
.hero-rail i { width: 4px; height: 4px; border-radius: 50%; background: #fff; opacity: .7; }

.section-head { display: flex; align-items: end; justify-content: space-between; gap: 50px; margin-bottom: 56px; }
.section-head > div { flex: 0 0 58%; }
.section-head > p { max-width: 470px; margin: 0 0 8px; color: var(--muted); font-size: 17px; line-height: 1.8; }
.section-head h2, .certificate-intro h2, .faq-title h2, .contact-copy h2 { margin: 8px 0 0; font-size: clamp(39px, 4.1vw, 63px); line-height: 1.15; letter-spacing: -.045em; }
.section-kicker { margin: 0; color: var(--orange); font-size: 12px; font-weight: 900; letter-spacing: .12em; }
.section-kicker--light { color: #ffc8a7; }
.section-head--dark h2 { color: var(--white); }
.section-head--dark > p { color: rgba(255, 255, 255, .72); }

/* The shared base theme uses a deliberately tiny utility-card caption. The
   forklift contact card needs to remain readable at normal desktop distance. */
.tool-phone-panel i { margin-top: 7px; color: rgba(255, 255, 255, .76); font-size: 13px; font-weight: 600; line-height: 1.45; }

.promise { background: var(--white); }
.promise-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); }
.promise-card { min-height: 330px; padding: 34px 34px 30px; position: relative; border-right: 1px solid var(--line); overflow: hidden; }
.promise-card:last-child { border-right: 0; }
.promise-card::after { content: ""; position: absolute; left: 0; bottom: 0; width: 0; height: 5px; background: var(--orange); transition: width .35s; }
.promise-card:hover::after { width: 100%; }
.promise-card--accent { background: var(--ink); color: #fff; }
.card-index { position: absolute; top: 26px; right: 28px; color: var(--orange); font: 900 12px/1 Arial, sans-serif; letter-spacing: .1em; }
.promise-card svg { width: 54px; height: 54px; margin: 22px 0 44px; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.promise-card h3 { margin: 0; font-size: 23px; }
.promise-card p { margin: 13px 0 0; color: var(--muted); font-size: 16px; }
.promise-card--accent p { color: rgba(255, 255, 255, .6); }

.training { overflow: hidden; }
.training::before { content: ""; position: absolute; width: 420px; height: 420px; right: -150px; top: 120px; border: 1px solid rgba(255, 255, 255, .05); border-radius: 50%; box-shadow: 0 0 0 70px rgba(255, 255, 255, .018), 0 0 0 140px rgba(255, 255, 255, .012); }
.training-workbench { position: relative; display: grid; grid-template-columns: 260px 1fr; min-height: 540px; background: #18201c; border: 1px solid rgba(255, 255, 255, .12); box-shadow: 0 30px 80px rgba(0, 0, 0, .24); }
.module-tabs { display: flex; flex-direction: column; border-right: 1px solid rgba(255, 255, 255, .12); }
.module-tab { flex: 1; min-height: 110px; padding: 0 28px; display: flex; align-items: center; gap: 20px; background: transparent; color: rgba(255, 255, 255, .58); border: 0; border-bottom: 1px solid rgba(255, 255, 255, .1); text-align: left; cursor: pointer; font-size: 16px; font-weight: 800; transition: background-color .2s, color .2s; }
.module-tab:last-child { border-bottom: 0; }
.module-tab span { color: var(--orange); font-family: Arial, sans-serif; font-size: 11px; letter-spacing: .1em; }
.module-tab:hover { background: rgba(255, 255, 255, .035); color: #fff; }
.module-tab.is-active { color: #fff; background: var(--orange); }
.module-tab.is-active span { color: #fff; }
.module-stage { min-width: 0; }
.module-panel { min-height: 100%; display: grid; grid-template-columns: 1.05fr 1fr; align-items: center; gap: 32px; padding: 64px 66px; }
.module-panel[hidden] { display: none; }
.module-label { margin: 0 0 16px; color: var(--orange); font-size: 12px; font-weight: 900; line-height: 1; letter-spacing: .12em; }
.module-copy h3 { margin: 0; font-size: clamp(30px, 3vw, 45px); line-height: 1.22; }
.module-copy > p:not(.module-label) { color: rgba(255, 255, 255, .62); font-size: 17px; }
.module-copy ul { margin: 26px 0 0; padding: 0; list-style: none; display: grid; gap: 11px; }
.module-copy li { position: relative; padding-left: 22px; color: rgba(255, 255, 255, .78); }
.module-copy li::before { content: ""; position: absolute; left: 0; top: .75em; width: 9px; height: 2px; background: var(--orange); }
.module-visual { min-height: 330px; position: relative; display: grid; place-items: center; background: rgba(255, 255, 255, .025); border: 1px solid rgba(255, 255, 255, .08); overflow: hidden; }
.visual-number { position: absolute; top: -28px; right: -3px; color: rgba(255, 255, 255, .035); font: 900 170px/1 Arial Black, sans-serif; }
.module-visual svg { width: 88%; position: relative; z-index: 1; fill: none; stroke: rgba(255, 255, 255, .72); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.module-visual svg .accent { stroke: var(--orange); stroke-width: 4; }
.module-visual svg .accent-fill { fill: var(--orange); stroke: var(--orange); }

.path { background: var(--white); }
.path-list { margin: 0; padding: 0; list-style: none; display: grid; grid-template-columns: repeat(5, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.path-list li { min-height: 280px; padding: 30px 25px; position: relative; display: flex; flex-direction: column; justify-content: space-between; border-right: 1px solid var(--line); }
.path-list li:last-child { border-right: 0; }
.path-list li::before { content: ""; position: absolute; top: -5px; left: 0; width: 10px; height: 10px; background: var(--paper); border: 2px solid var(--orange); border-radius: 50%; }
.path-list > li > span { color: var(--orange); font: 900 15px/1 Arial, sans-serif; }
.path-list strong { display: block; font-size: 21px; }
.path-list p { margin: 10px 0 0; color: var(--muted); font-size: 15px; line-height: 1.75; }

.programs { background: var(--paper-deep); }
.program-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.program-card { min-height: 430px; padding: 34px; display: flex; flex-direction: column; background: var(--white); border: 1px solid transparent; transition: transform .25s, border-color .25s, box-shadow .25s; }
.program-card:hover { transform: translateY(-6px); border-color: rgba(243, 106, 33, .42); box-shadow: var(--shadow); }
.program-card__badge { align-self: flex-start; padding: 6px 10px; color: var(--orange); background: rgba(243, 106, 33, .09); font-size: 11px; font-weight: 900; letter-spacing: .06em; }
.program-card h3 { margin: 26px 0 13px; font-size: 25px; line-height: 1.35; }
.program-card > p { margin: 0; color: var(--muted); font-size: 15px; }
.program-card dl { margin: 26px 0; border-top: 1px solid var(--line); }
.program-card dl > div { display: grid; grid-template-columns: 52px 1fr; gap: 14px; padding: 12px 0; border-bottom: 1px solid var(--line); }
.program-card dt { color: var(--orange); font-size: 11px; font-weight: 900; }
.program-card dd { color: #4c5852; font-size: 13px; line-height: 1.6; }
.program-card > strong { margin-top: auto; display: flex; justify-content: space-between; font-size: 14px; }
.program-card > strong b { color: var(--orange); }
.program-more { margin-top: 34px; display: flex; justify-content: center; }
.button--dark { color: #fff; background: var(--ink); }
.button--dark:hover { background: var(--orange); }

.audience-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.audience-card { min-height: 540px; position: relative; overflow: hidden; background: var(--ink); color: #fff; }
.audience-photo { position: absolute; inset: 0; display: flex; align-items: flex-start; justify-content: flex-end; padding: 28px; background: linear-gradient(0deg, rgba(11, 17, 14, .94), rgba(11, 17, 14, .08) 70%), radial-gradient(circle at 75% 20%, rgba(243, 106, 33, .4), transparent 32%), linear-gradient(130deg, #36443d, #141b18); }
.audience-card--company .audience-photo { background: linear-gradient(0deg, rgba(11, 17, 14, .94), rgba(11, 17, 14, .08) 70%), radial-gradient(circle at 25% 20%, rgba(13, 101, 84, .7), transparent 37%), linear-gradient(130deg, #2b3832, #121714); }
.audience-photo::before, .audience-photo::after { content: ""; position: absolute; border: 1px solid rgba(255, 255, 255, .12); }
.audience-photo::before { width: 250px; height: 250px; top: 42px; right: 42px; transform: rotate(18deg); }
.audience-photo::after { width: 160px; height: 160px; top: 88px; right: 88px; border-color: rgba(255, 255, 255, .2); transform: rotate(18deg); }
.audience-photo span { position: relative; z-index: 1; font-size: 64px; font-weight: 900; color: rgba(255, 255, 255, .1); writing-mode: vertical-rl; letter-spacing: .1em; }
.audience-content { position: absolute; z-index: 2; left: 0; right: 0; bottom: 0; padding: 42px; }
.audience-tag { color: #ffc8a7; font: 900 11px/1 Arial, sans-serif; letter-spacing: .18em; }
.audience-content h3 { max-width: 470px; margin: 14px 0 12px; font-size: 29px; line-height: 1.35; }
.audience-content p { max-width: 500px; margin: 0; color: rgba(255, 255, 255, .62); }
.audience-content a { display: inline-flex; gap: 20px; margin-top: 24px; color: #fff; border-bottom: 1px solid var(--orange); font-weight: 800; }

.certificate { background: var(--ink); color: #fff; }
.certificate-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; align-items: start; }
.certificate-intro { position: sticky; top: calc(var(--header-height) + 40px); }
.certificate-intro > p:not(.section-kicker) { margin: 26px 0 0; color: rgba(255, 255, 255, .62); font-size: 17px; }
.text-link { display: inline-flex; align-items: center; gap: 18px; margin-top: 28px; padding-bottom: 4px; border-bottom: 1px solid var(--orange); color: #fff; font-size: 14px; font-weight: 800; }
.fact-stack { display: grid; }
.fact-card { min-height: 190px; padding: 34px 0; display: grid; grid-template-columns: 92px 1fr; gap: 24px; border-top: 1px solid rgba(255, 255, 255, .16); }
.fact-card:last-child { border-bottom: 1px solid rgba(255, 255, 255, .16); }
.fact-card > span { color: var(--orange); font: 900 15px/1 Arial, sans-serif; }
.fact-card h3 { margin: 0; font-size: 24px; }
.fact-card p { margin: 10px 0 0; color: rgba(255, 255, 255, .62); font-size: 17px; }
.fact-card p strong { color: #fff; }

.faq { background: var(--white); }
.faq-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 90px; align-items: start; }
.accordion { border-top: 1px solid var(--line); }
.accordion-item { border-bottom: 1px solid var(--line); }
.accordion-item h3 { margin: 0; }
.accordion-item button { width: 100%; min-height: 84px; padding: 20px 4px; display: flex; align-items: center; justify-content: space-between; gap: 24px; background: transparent; border: 0; text-align: left; cursor: pointer; font-size: 18px; font-weight: 800; }
.accordion-item button i { flex: 0 0 28px; width: 28px; height: 28px; position: relative; border: 1px solid var(--line); border-radius: 50%; }
.accordion-item button i::before, .accordion-item button i::after { content: ""; position: absolute; background: var(--ink); transition: transform .2s; }
.accordion-item button i::before { width: 10px; height: 2px; top: 12px; left: 8px; }
.accordion-item button i::after { width: 2px; height: 10px; top: 8px; left: 12px; }
.accordion-item button[aria-expanded="true"] { color: var(--orange); }
.accordion-item button[aria-expanded="true"] i { border-color: var(--orange); }
.accordion-item button[aria-expanded="true"] i::before, .accordion-item button[aria-expanded="true"] i::after { background: var(--orange); }
.accordion-item button[aria-expanded="true"] i::after { transform: rotate(90deg); }
.accordion-panel { padding: 0 52px 27px 4px; }
.accordion-panel p { margin: 0; color: var(--muted); font-size: 16px; }

.contact { overflow: hidden; background: var(--teal); color: #fff; }
.contact-pattern { position: absolute; inset: 0; opacity: .13; background-image: linear-gradient(30deg, transparent 12%, rgba(255,255,255,.5) 12%, rgba(255,255,255,.5) 13%, transparent 13%, transparent 37%, rgba(255,255,255,.5) 37%, rgba(255,255,255,.5) 38%, transparent 38%); background-size: 100px 58px; }
.contact-layout { position: relative; display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: center; }
.contact-copy > p:not(.section-kicker) { max-width: 560px; color: rgba(255, 255, 255, .68); font-size: 17px; }
.contact-direct { margin-top: 34px; padding-top: 24px; border-top: 1px solid rgba(255, 255, 255, .2); display: grid; grid-template-columns: 1fr auto; align-items: center; }
.contact-direct span { grid-column: 1; color: rgba(255, 255, 255, .62); font-size: 12px; letter-spacing: .12em; }
.contact-direct strong { grid-column: 1; margin-top: 6px; font-family: Arial, sans-serif; font-size: 30px; }
.contact-direct button { grid-row: 1 / 3; grid-column: 2; padding: 8px 14px; background: transparent; color: #fff; border: 1px solid rgba(255, 255, 255, .35); cursor: pointer; font-size: 13px; }
.contact-copy address { margin-top: 22px; color: rgba(255, 255, 255, .6); font-size: 14px; }
.lead-form { padding: 42px; background: var(--white); color: var(--ink); box-shadow: var(--shadow); }
.form-head { display: flex; align-items: baseline; justify-content: space-between; padding-bottom: 24px; border-bottom: 1px solid var(--line); }
.form-head span { color: var(--orange); font-size: 11px; font-weight: 900; line-height: 1; letter-spacing: .12em; }
.form-head strong { font-size: 24px; }
.lead-form > label, .field-row label { display: grid; gap: 8px; margin-top: 20px; }
.lead-form label > span { font-size: 14px; font-weight: 800; }
.lead-form label small { color: var(--muted); font-weight: 400; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.lead-form input:not([type="checkbox"]), .lead-form select, .lead-form textarea { width: 100%; min-height: 52px; padding: 12px 14px; background: #f4f1ea; color: var(--ink); border: 1px solid transparent; border-radius: 0; outline: 0; }
.lead-form textarea { resize: vertical; }
.lead-form input:not([type="checkbox"]):focus, .lead-form select:focus, .lead-form textarea:focus { border-color: var(--orange); background: #fff; }
.lead-form .is-invalid { border-color: #bf2c2c !important; }
.consent { grid-template-columns: auto 1fr !important; align-items: center; gap: 9px !important; }
.consent input { width: 18px; height: 18px; accent-color: var(--orange); }
.consent span { font-size: 13px !important; font-weight: 400 !important; color: var(--muted); }
.honeypot { position: absolute !important; left: -9999px !important; width: 1px; height: 1px; overflow: hidden; }
.button--submit { width: 100%; margin-top: 22px; background: var(--ink); color: #fff; }
.button--submit:hover { background: var(--orange); }
.button--submit[disabled] { opacity: .58; cursor: wait; }
.form-status { min-height: 22px; margin: 12px 0 0; font-size: 13px; color: var(--muted); }
.form-status.is-error { color: #a11f1f; }
.form-status.is-success { color: var(--teal); }

.site-footer { padding: 54px 0 20px; background: #0b100e; color: #fff; }
.footer-main { display: flex; justify-content: space-between; align-items: center; gap: 32px; padding-bottom: 42px; }
.footer-brand { display: flex; align-items: center; gap: 15px; }
.footer-brand strong { display: block; font-size: 17px; }
.footer-brand p { margin: 3px 0 0; color: rgba(255, 255, 255, .48); font-size: 12px; }
.footer-links { display: flex; gap: 32px; color: rgba(255, 255, 255, .65); font-size: 14px; }
.footer-links a:hover { color: var(--orange); }
.footer-bottom { min-height: 52px; display: flex; justify-content: space-between; align-items: center; border-top: 1px solid rgba(255, 255, 255, .1); color: rgba(255, 255, 255, .38); font-size: 12px; }

.desktop-tool { position: fixed; z-index: 90; right: 22px; bottom: 28px; display: flex; align-items: flex-end; gap: 10px; }
.desktop-tool > button { width: 62px; height: 72px; padding: 8px 4px; display: grid; justify-items: center; align-content: center; gap: 5px; background: var(--orange); color: #fff; border: 0; box-shadow: 0 14px 30px rgba(17, 23, 20, .22); cursor: pointer; }
.desktop-tool > button svg, .mobile-dock svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.desktop-tool > button span { font-size: 11px; font-weight: 800; }
.desktop-contact-panel { width: 230px; padding: 18px; background: var(--white); color: var(--ink); box-shadow: var(--shadow); }
.desktop-contact-panel small, .desktop-contact-panel strong { display: block; }
.desktop-contact-panel small { color: var(--muted); font-size: 11px; }
.desktop-contact-panel strong { margin-top: 4px; font-family: Arial, sans-serif; font-size: 22px; }
.desktop-contact-panel button { margin-top: 10px; padding: 5px 9px; background: transparent; border: 1px solid var(--line); cursor: pointer; font-size: 12px; }
.mobile-dock { display: none; }
.toast { position: fixed; z-index: 130; left: 50%; bottom: 32px; padding: 11px 18px; background: var(--ink); color: #fff; box-shadow: var(--shadow); font-size: 14px; opacity: 0; pointer-events: none; transform: translate(-50%, 14px); transition: opacity .2s, transform .2s; }
.toast.is-visible { opacity: 1; transform: translate(-50%, 0); }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1100px) {
  :root { --container: min(100% - 40px, 980px); }
  .header-shell { width: calc(100vw - 40px); gap: 20px; }
  .brand-copy small { display: none; }
  .site-nav { gap: 20px; }
  .header-contact { display: none; }
  .module-panel { padding: 48px 42px; }
  .certificate-layout, .contact-layout { gap: 60px; }
}

@media (max-width: 860px) {
  :root { --header-height: 72px; --container: calc(100vw - 32px); }
  .section { padding: 82px 0; }
  .header-shell { width: calc(100vw - 32px); }
  .brand-copy strong { font-size: 15px; }
  .nav-toggle { display: flex; margin-left: auto; }
  .site-nav { position: fixed; top: var(--header-height); left: 0; right: 0; height: calc(100dvh - var(--header-height)); padding: 28px 24px 120px; display: grid; align-content: start; gap: 0; background: rgba(17, 23, 20, .99); transform: translateX(100%); transition: transform .28s ease; overflow-y: auto; }
  .site-nav.is-open { transform: translateX(0); }
  .site-nav a { height: 62px; display: flex; justify-content: space-between; border-bottom: 1px solid rgba(255, 255, 255, .12); font-size: 18px; }
  .site-nav a::after { left: auto; right: 0; bottom: 50%; width: 0; height: 3px; transform: translateY(50%); transition: width .2s; }
  .site-nav a.is-active::after { width: 30px; }
  .hero { min-height: 760px; height: 100svh; max-height: 880px; }
  .hero-media img { object-position: 68% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(8, 15, 12, .94), rgba(8, 15, 12, .63) 75%, rgba(8, 15, 12, .38)), linear-gradient(0deg, rgba(8, 15, 12, .76), transparent 48%); }
  .hero-copy { width: min(620px, 88vw); }
  .hero h1 { font-size: clamp(48px, 10vw, 72px); }
  .section-head, .section-head--split { display: block; }
  .section-head > div { width: 100%; }
  .section-head > p { margin-top: 24px; }
  .promise-grid { grid-template-columns: 1fr; }
  .promise-card { min-height: 270px; border-right: 0; border-bottom: 1px solid var(--line); }
  .promise-card:last-child { border-bottom: 0; }
  .training-workbench { grid-template-columns: 1fr; }
  .module-tabs { display: grid; grid-template-columns: 1fr 1fr; border-right: 0; border-bottom: 1px solid rgba(255, 255, 255, .12); }
  .module-tab { min-height: 72px; border-right: 1px solid rgba(255, 255, 255, .1); }
  .module-panel { grid-template-columns: 1fr; }
  .module-visual { min-height: 280px; }
  .path-list { grid-template-columns: 1fr 1fr; border: 0; gap: 1px; background: var(--line); }
  .path-list li { min-height: 230px; background: var(--white); border: 0; }
  .path-list li::before { display: none; }
  .path-list li:last-child { grid-column: span 2; }
  .program-grid { grid-template-columns: 1fr; }
  .program-card { min-height: 350px; }
  .certificate-layout, .faq-layout, .contact-layout { grid-template-columns: 1fr; gap: 52px; }
  .certificate-intro { position: static; }
  .audience-content { padding: 32px; }
  .desktop-tool { display: none; }
  .mobile-dock { position: fixed; z-index: 95; left: 0; right: 0; bottom: 0; height: 66px; padding: 7px 8px max(7px, env(safe-area-inset-bottom)); display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 7px; background: var(--white); border-top: 1px solid var(--line); box-shadow: 0 -10px 30px rgba(17, 23, 20, .12); }
  .mobile-dock a { min-width: 0; display: flex; align-items: center; justify-content: center; padding: 0 4px; color: var(--ink); font-size: 13px; font-weight: 800; line-height: 1; white-space: nowrap; }
  .mobile-dock__primary { background: var(--orange); color: #fff !important; }
  .site-footer { padding-bottom: 84px; }
  .toast { bottom: 82px; }
}

@media (max-width: 620px) {
  :root { --container: calc(100vw - 28px); }
  body { font-size: 15px; }
  .section { padding: 70px 0; }
  .header-shell { width: calc(100vw - 28px); gap: 12px; }
  .brand { gap: 8px; }
  .brand-mark { width: 35px; height: 41px; }
  .brand-mark img { height: 41px; }
  .brand-copy strong { font-size: 13px; letter-spacing: 0; }
  .hero { min-height: 700px; }
  .hero-media img { object-position: 65% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(8, 15, 12, .97), rgba(8, 15, 12, .75)), linear-gradient(0deg, rgba(8, 15, 12, .82), transparent); }
  .hero-copy { width: 100%; padding-top: 26px; }
  .eyebrow { font-size: 11px; }
  .hero h1 { font-size: clamp(43px, 13vw, 59px); letter-spacing: -.06em; }
  .hero-lead { margin-top: 22px; font-size: 16px; line-height: 1.75; }
  .hero-actions { display: grid; grid-template-columns: 1fr; gap: 10px; margin-top: 26px; }
  .button { min-height: 52px; }
  .hero-meta { margin-top: 35px; }
  .hero-meta div { padding: 16px 9px 0 0; }
  .hero-meta div + div { padding-left: 9px; }
  .hero-meta strong { font-size: 13px; }
  .hero-meta span { font-size: 10px; }
  .hero-rail { display: none; }
  .section-head { margin-bottom: 36px; }
  .section-head h2, .certificate-intro h2, .faq-title h2, .contact-copy h2 { font-size: 38px; }
  .section-head > p { margin-top: 18px; font-size: 15px; }
  .promise-card { padding: 28px; }
  .promise-card svg { margin-bottom: 34px; }
  .module-tabs { grid-template-columns: 1fr 1fr; }
  .module-tab { min-height: 62px; padding: 0 16px; gap: 10px; font-size: 14px; }
  .module-panel { padding: 34px 22px; }
  .module-copy h3 { font-size: 30px; }
  .module-visual { min-height: 210px; }
  .visual-number { font-size: 110px; }
  .path-list { grid-template-columns: 1fr; }
  .path-list li { min-height: 190px; }
  .path-list li:last-child { grid-column: auto; }
  .program-card { min-height: 320px; padding: 27px; }
  .audience-grid { grid-template-columns: 1fr; }
  .audience-card { min-height: 480px; }
  .audience-content { padding: 27px; }
  .audience-content h3 { font-size: 24px; }
  .fact-card { grid-template-columns: 48px 1fr; gap: 12px; }
  .faq-layout { gap: 38px; }
  .accordion-item button { min-height: 76px; font-size: 16px; }
  .lead-form { padding: 28px 20px; }
  .form-head { align-items: flex-start; flex-direction: column-reverse; gap: 10px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .contact-direct strong { font-size: 24px; }
  .footer-main, .footer-bottom { align-items: flex-start; flex-direction: column; }
  .footer-links { display: grid; grid-template-columns: 1fr 1fr; gap: 14px 30px; }
  .footer-bottom { padding: 18px 0; gap: 5px; }
}

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