@font-face { font-family: "Be Vietnam Pro"; font-style: normal; font-weight: 400; font-display: swap; src: url("assets/be-vietnam-pro-400-vi.woff2") format("woff2"); unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB; }
@font-face { font-family: "Be Vietnam Pro"; font-style: normal; font-weight: 400; font-display: swap; src: url("assets/be-vietnam-pro-400-latin.woff2") format("woff2"); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: "Be Vietnam Pro"; font-style: normal; font-weight: 500 700; font-display: swap; src: url("assets/be-vietnam-pro-600-vi.woff2") format("woff2"); unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB; }
@font-face { font-family: "Be Vietnam Pro"; font-style: normal; font-weight: 500 700; font-display: swap; src: url("assets/be-vietnam-pro-600-latin.woff2") format("woff2"); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: "Cormorant Garamond"; font-style: normal; font-weight: 600; font-display: swap; src: url("assets/cormorant-garamond-display-vi.woff2") format("woff2"); unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB; }
@font-face { font-family: "Cormorant Garamond"; font-style: normal; font-weight: 600; font-display: swap; src: url("assets/cormorant-garamond-display-latin.woff2") format("woff2"); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

:root {
  --ink: #151816;
  --ink-2: #252a27;
  --paper: #f4f1ea;
  --paper-2: #eae6dc;
  --white: #fffefa;
  --muted: #656b67;
  --line: rgba(21, 24, 22, 0.14);
  --lime: #c9f24a;
  --green: #1d694d;
  --blue: #2863d7;
  --orange: #d86138;
  --font-body: "Be Vietnam Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-display: "Cormorant Garamond", Georgia, serif;
  --shadow: 0 16px 48px rgba(21, 24, 22, 0.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.65;
  letter-spacing: 0;
  text-rendering: optimizeLegibility;
}
body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  background-image: linear-gradient(rgba(21,24,22,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(21,24,22,.025) 1px, transparent 1px);
  background-size: 48px 48px;
  content: "";
  pointer-events: none;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
[hidden] { display: none !important; }

.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 1000;
  padding: 10px 14px;
  background: var(--white);
  transform: translateY(-150%);
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 72px;
  padding: 12px max(24px, calc((100% - 1280px) / 2));
  border-bottom: 1px solid rgba(255,255,255,.08);
  background: rgba(21, 24, 22, .93);
  color: var(--white);
  backdrop-filter: blur(16px);
}
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; font-weight: 700; line-height: 1.1; }
.brand-mark { display: grid; width: 38px; height: 38px; place-items: center; background: var(--lime); color: var(--ink); border-radius: 4px; font-family: var(--font-display); font-size: 24px; font-weight: 400; }
.brand small { display: block; margin-top: 4px; color: #aeb6b0; font-size: 10px; font-weight: 500; text-transform: uppercase; }
.site-header nav { display: flex; gap: 28px; }
.site-header nav a { color: #c8cec9; font-size: 13px; text-decoration: none; }
.site-header nav a:hover { color: var(--white); }
.header-cta { min-height: 44px; padding: 10px 16px; border: 1px solid rgba(255,255,255,.26); border-radius: 4px; text-decoration: none; font-size: 13px; font-weight: 600; }
.header-cta span { margin-left: 8px; color: var(--lime); }

.hero {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(560px, 1.1fr);
  gap: 56px;
  align-items: center;
  min-height: 720px;
  padding: 80px max(24px, calc((100% - 1280px) / 2)) 96px;
  background: var(--ink);
  color: var(--white);
  overflow: hidden;
}
.hero-copy { max-width: 620px; }
.eyebrow { margin: 0 0 20px; color: var(--green); font-size: 12px; font-weight: 700; text-transform: uppercase; }
.hero .eyebrow, .walkthrough .eyebrow, .lessons .eyebrow, .register .eyebrow { color: var(--lime); }
.hero .eyebrow span { display: inline-block; width: 8px; height: 8px; margin-right: 8px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 6px rgba(201,242,74,.12); }
h1, h2, h3, p { text-wrap: pretty; }
h1, h2 { text-wrap: balance; }
h1 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 68px;
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: 0;
}
h1 em { color: var(--lime); font-weight: 400; }
.hero-lead { max-width: 590px; margin: 28px 0 0; color: #c4cbc5; font-size: 18px; line-height: 1.7; }
.hero-offer { display: flex; gap: 12px; margin: 28px 0 0; }
.hero-offer span { padding: 10px 14px; border: 1px solid rgba(255,255,255,.15); border-radius: 4px; color: #aeb7b0; font-size: 13px; }
.hero-offer strong { color: var(--white); font-size: 15px; }
.hero-actions { display: flex; gap: 12px; margin-top: 24px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 12px 20px; border: 1px solid transparent; border-radius: 4px; text-decoration: none; font-size: 14px; font-weight: 700; cursor: pointer; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button span { margin-left: 12px; }
.button-primary { background: var(--lime); color: var(--ink); }
.button-primary:hover { background: #d7ff62; }
.button-secondary { border-color: rgba(255,255,255,.24); background: transparent; color: var(--white); }
.button-secondary:hover { border-color: var(--white); }
.button.full { width: 100%; }
.trust-line { margin: 20px 0 0; color: #919b94; font-size: 12px; }

.hero-demo { position: relative; min-width: 0; border: 1px solid rgba(255,255,255,.14); border-radius: 8px; background: #202522; box-shadow: 0 36px 90px rgba(0,0,0,.42); overflow: hidden; }
.hero-demo::before { position: absolute; inset: -30% 20% auto; height: 240px; background: rgba(201,242,74,.1); filter: blur(90px); content: ""; pointer-events: none; }
.demo-topbar { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; min-height: 48px; padding: 0 16px; border-bottom: 1px solid rgba(255,255,255,.09); color: #9ca59f; font-size: 11px; }
.window-dots { display: flex; gap: 5px; }
.window-dots i { width: 7px; height: 7px; border-radius: 50%; background: #5d665f; }
.window-dots i:first-child { background: var(--orange); }
.window-dots i:nth-child(2) { background: #d4a23c; }
.window-dots i:last-child { background: var(--green); }
.secure-label { color: var(--lime); }
.demo-workspace { display: grid; grid-template-columns: 150px minmax(0, 1fr); min-height: 480px; }
.file-rail { padding: 16px 10px; border-right: 1px solid rgba(255,255,255,.08); background: rgba(0,0,0,.12); }
.file-item { display: flex; gap: 9px; align-items: center; padding: 10px 8px; border-radius: 4px; color: #aab2ac; }
.file-item + .file-item { margin-top: 6px; }
.file-item.active { background: rgba(201,242,74,.1); color: var(--white); }
.file-item b { display: grid; flex: 0 0 27px; width: 27px; height: 27px; place-items: center; border: 1px solid rgba(255,255,255,.13); border-radius: 3px; color: #91b7ff; font-size: 11px; }
.file-item:nth-child(2) b { color: #86d3aa; }
.file-item:nth-child(3) b { color: #edb36d; }
.file-item span { min-width: 0; font-size: 10px; font-weight: 600; }
.file-item small { display: block; margin-top: 2px; color: #727b75; font-size: 8px; }
.document-scene { display: flex; min-width: 0; flex-direction: column; background: #333935; }
.doc-toolbar { display: flex; justify-content: space-between; gap: 12px; min-height: 42px; padding: 12px 16px; border-bottom: 1px solid rgba(255,255,255,.07); color: #aeb6b0; font-size: 10px; }
.doc-toolbar b { color: var(--lime); font-weight: 500; }
.paper { width: min(88%, 390px); min-height: 350px; margin: 20px auto 16px; padding: 28px 32px; background: #fff; color: #262a27; box-shadow: 0 16px 40px rgba(0,0,0,.24); }
.paper p { margin: 0; }
.paper-country { text-align: center; font-family: Georgia, serif; font-size: 8px; font-weight: 700; }
.paper-motto { margin-top: 2px !important; text-align: center; font-family: Georgia, serif; font-size: 7px; text-decoration: underline; }
.paper h2 { margin: 24px 0 22px; font-family: Georgia, serif; font-size: 15px; text-align: center; }
.paper-field { display: grid; grid-template-columns: 74px 1fr; gap: 8px; padding: 8px 0; border-bottom: 1px solid #e2e4e2; font-size: 8px; }
.paper-field span { color: #747975; }
.paper-field strong { position: relative; font-weight: 600; }
.paper-field strong::after { position: absolute; right: 0; bottom: -5px; left: 0; height: 2px; background: var(--lime); transform: scaleX(0); transform-origin: left; content: ""; }
.hero-demo.demo-running .paper-field strong::after { animation: fieldScan 3.8s ease infinite; }
.hero-demo.demo-running .paper-field:nth-child(5) strong::after { animation-delay: .35s; }
.hero-demo.demo-running .paper-field:nth-child(6) strong::after { animation-delay: .7s; }
.hero-demo.demo-running .paper-field:nth-child(7) strong::after { animation-delay: 1.05s; }
.paper-signatures { display: flex; justify-content: space-between; margin-top: 24px; font-family: Georgia, serif; font-size: 7px; font-weight: 700; }
.review-bar { display: flex; justify-content: space-between; gap: 12px; padding: 10px 16px; background: #272c29; color: #aeb6b0; font-size: 9px; }
.review-bar span { display: flex; align-items: center; gap: 6px; }
.review-bar i { width: 6px; height: 6px; border-radius: 50%; background: var(--lime); }
.review-bar strong { color: #f6c487; font-weight: 500; }
@keyframes fieldScan { 0%, 15% { transform: scaleX(0); } 40%, 75% { transform: scaleX(1); } 90%, 100% { transform: scaleX(0); transform-origin: right; } }

.cad-scene { background: #171c19; }
.cad-canvas {
  position: relative;
  min-height: 300px;
  margin: 16px;
  border: 1px solid rgba(123, 191, 255, .2);
  border-radius: 4px;
  background-color: #0d1516;
  background-image: linear-gradient(rgba(89,139,145,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(89,139,145,.12) 1px, transparent 1px);
  background-size: 20px 20px;
  overflow: hidden;
}
.cad-canvas::before,
.cad-canvas::after { position: absolute; content: ""; pointer-events: none; }
.cad-canvas::before { inset: 0; background: radial-gradient(circle at 54% 48%, rgba(201,242,74,.08), transparent 44%); }
.cad-canvas::after { top: 14%; bottom: 12%; left: 47%; width: 1px; background: rgba(255,255,255,.08); transform: rotate(25deg); }
.cad-axis { position: absolute; left: 14px; bottom: 14px; width: 48px; height: 48px; color: #83e2a3; font-size: 8px; }
.cad-axis::before, .cad-axis::after { position: absolute; left: 6px; bottom: 6px; background: currentColor; content: ""; }
.cad-axis::before { width: 34px; height: 1px; }
.cad-axis::after { width: 1px; height: 34px; }
.cad-axis span:first-child { position: absolute; right: 0; bottom: 0; }
.cad-axis span:last-child { position: absolute; top: 0; left: 0; }
.cad-road { position: absolute; inset: 15% 8% 24%; transform: rotate(-7deg); }
.cad-road i { position: absolute; right: 0; left: 0; height: 3px; border-top: 1px solid #5ba4ff; border-bottom: 1px solid #5ba4ff; border-radius: 50%; transform: skewX(-18deg); box-shadow: 0 0 14px rgba(91,164,255,.2); }
.cad-road i:first-child { top: 18%; }
.cad-road i:nth-child(2) { top: 48%; border-color: #d6ff61; }
.cad-road i:last-child { top: 78%; }
.cad-node { position: absolute; width: 7px; height: 7px; border: 1px solid var(--lime); background: #0d1516; transform: rotate(45deg); }
.cad-node.n1 { top: 29%; left: 23%; }.cad-node.n2 { top: 43%; left: 44%; }.cad-node.n3 { top: 54%; left: 65%; }.cad-node.n4 { top: 67%; left: 79%; }
.cad-select { position: absolute; top: 16px; left: 16px; padding: 7px 9px; border: 1px solid rgba(201,242,74,.22); border-radius: 3px; background: rgba(8,14,14,.84); color: #aeb9b0; font-size: 8px; }
.cad-result { position: absolute; right: 14px; bottom: 14px; padding: 8px 10px; border: 1px solid rgba(201,242,74,.5); border-radius: 3px; background: #151d19; color: var(--lime); font-size: 9px; font-weight: 700; }
.cad-command { min-height: 74px; margin: 0; padding: 12px 16px; border-top: 1px solid rgba(255,255,255,.08); background: #111512; color: #9aa69e; font-family: ui-monospace, SFMono-Regular, Consolas, monospace; font-size: 8px; line-height: 1.65; white-space: pre-wrap; }
.cad-command span { color: #6fb4ff; }.cad-command strong { color: var(--lime); }
.cad-demo.demo-running .cad-select { animation: cadPrompt 5.2s ease both; }
.cad-demo.demo-running .cad-node { animation: cadNode 1.2s ease infinite alternate; }
.cad-demo.demo-running .cad-result { animation: cadResult 5.2s ease both; }
@keyframes cadPrompt { 0%, 10% { opacity: .45; transform: translateY(-4px); } 24%, 100% { opacity: 1; transform: translateY(0); } }
@keyframes cadNode { from { box-shadow: 0 0 0 rgba(201,242,74,0); } to { box-shadow: 0 0 12px rgba(201,242,74,.72); } }
@keyframes cadResult { 0%, 42% { opacity: .2; transform: translateY(5px); } 58%, 100% { opacity: 1; transform: translateY(0); } }

.proof-strip { display: grid; grid-template-columns: repeat(4, 1fr); max-width: 1280px; margin: -36px auto 0; position: relative; z-index: 2; background: var(--white); border: 1px solid var(--line); border-radius: 6px; box-shadow: var(--shadow); }
.proof-strip div { display: flex; align-items: center; gap: 12px; min-height: 96px; padding: 20px 24px; }
.proof-strip div + div { border-left: 1px solid var(--line); }
.proof-strip strong { font-family: var(--font-display); font-size: 26px; font-weight: 400; }
.proof-strip span { color: var(--muted); font-size: 12px; line-height: 1.45; }

.section { padding: 120px max(24px, calc((100% - 1180px) / 2)); }
.section-heading { max-width: 770px; margin-bottom: 48px; }
.section-heading.compact { max-width: 860px; }
.section-heading h2, .legal h2, .boundary h2, .instructor h2, .offer h2, .register h2 { margin: 0; font-family: var(--font-display); font-size: 52px; font-weight: 400; line-height: 1.08; }
.section-heading > p:last-child, .legal-copy > p, .offer-copy > p, .register-copy > p { margin: 22px 0 0; color: var(--muted); font-size: 17px; }
.section-heading.light h2 { color: var(--white); }
.section-heading.light > p:last-child { color: #aeb8b1; }

.pain-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.pain-grid article { min-height: 250px; padding: 28px; border: 1px solid var(--line); border-radius: 6px; background: rgba(255,254,250,.56); }
.pain-grid article:nth-child(2) { background: var(--ink); color: var(--white); }
.pain-grid span { color: var(--orange); font-size: 11px; font-weight: 700; }
.pain-grid h3 { margin: 66px 0 12px; font-family: var(--font-display); font-size: 26px; font-weight: 400; line-height: 1.15; }
.pain-grid p { margin: 0; color: var(--muted); font-size: 13px; }
.pain-grid article:nth-child(2) p { color: #aeb6b0; }

.walkthrough { background: var(--ink); color: var(--white); }
.walkthrough-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 56px; align-items: start; }
.work-steps { margin: 0; padding: 0; list-style: none; }
.work-steps li { display: flex; gap: 18px; padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.1); color: #7f8982; cursor: pointer; }
.work-steps li:first-child { border-top: 1px solid rgba(255,255,255,.1); }
.work-steps li.active { color: var(--white); }
.work-steps b { color: var(--lime); font-size: 11px; }
.work-steps span { display: block; }
.work-steps strong { display: block; font-size: 15px; }
.work-steps small { display: block; margin-top: 5px; color: #8e9891; font-size: 11px; line-height: 1.55; }
.work-output { min-height: 430px; padding: 24px; border: 1px solid rgba(255,255,255,.13); border-radius: 8px; background: #242925; box-shadow: 0 22px 60px rgba(0,0,0,.28); }
.output-head { display: flex; justify-content: space-between; gap: 16px; padding-bottom: 18px; border-bottom: 1px solid rgba(255,255,255,.1); }
.output-head span { color: var(--lime); font-size: 10px; font-weight: 700; }
.output-head b { font-size: 13px; }
.output-body { display: grid; gap: 12px; min-height: 270px; align-content: center; padding: 28px 4%; }
.input-file { display: grid; grid-template-columns: 38px 1fr auto; gap: 14px; align-items: center; padding: 14px; border: 1px solid rgba(255,255,255,.11); border-radius: 4px; background: rgba(0,0,0,.12); }
.input-file i { display: grid; width: 38px; height: 38px; place-items: center; border-radius: 3px; background: #2f5fab; font-style: normal; font-weight: 700; }
.input-file:nth-child(2) i { background: #27764e; }
.input-file:nth-child(3) i { background: #a55f2b; }
.input-file span { font-size: 12px; font-weight: 600; }
.input-file small { display: block; color: #8f9992; font-size: 9px; font-weight: 400; }
.input-file b { color: #7f8982; font-size: 9px; }
.work-output > p { margin: 0; padding-top: 16px; border-top: 1px solid rgba(255,255,255,.1); color: #9ea7a1; font-size: 11px; }
.output-placeholder { display: grid; min-height: 270px; place-items: center; text-align: center; }
.output-placeholder i { display: grid; width: 64px; height: 64px; margin: 0 auto 18px; place-items: center; border: 1px solid rgba(201,242,74,.5); border-radius: 50%; color: var(--lime); font-style: normal; font-size: 22px; }
.output-placeholder strong { display: block; font-family: var(--font-display); font-size: 25px; font-weight: 400; }
.output-placeholder small { display: block; max-width: 340px; margin-top: 8px; color: #9aa49d; font-size: 11px; }

.evidence-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.case-card { min-height: 460px; padding: 36px; border: 1px solid var(--line); border-radius: 8px; background: var(--white); position: relative; overflow: hidden; }
.case-card::after { position: absolute; right: -45px; bottom: -45px; width: 180px; height: 180px; border: 1px solid var(--line); border-radius: 50%; content: ""; }
.case-994 { background: var(--ink); color: var(--white); }
.case-label { color: var(--muted); font-size: 11px; font-weight: 700; text-transform: uppercase; }
.case-994 .case-label { color: #aab4ad; }
.case-label span { display: inline-grid; width: 28px; height: 28px; margin-right: 8px; place-items: center; border-radius: 50%; background: var(--lime); color: var(--ink); }
.case-card h3 { max-width: 500px; margin: 60px 0 16px; font-family: var(--font-display); font-size: 34px; font-weight: 400; line-height: 1.12; }
.case-card > p { max-width: 510px; margin: 0; color: var(--muted); font-size: 14px; }
.case-994 > p { color: #aeb6b0; }
.case-card ul { position: relative; z-index: 1; margin: 28px 0 0; padding: 0; list-style: none; }
.case-card li { padding: 9px 0; border-bottom: 1px solid var(--line); font-size: 12px; }
.case-994 li { border-color: rgba(255,255,255,.1); color: #d5dad6; }
.privacy-note { margin: 20px 0 0; padding: 18px 20px; border-left: 3px solid var(--green); background: rgba(29,105,77,.08); color: var(--muted); font-size: 12px; }
.privacy-note strong { color: var(--ink); }

.document-types { background: var(--paper-2); }
.document-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.document-grid article { min-height: 230px; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.document-grid span { color: var(--orange); font-size: 10px; font-weight: 700; }
.document-grid h3 { margin: 48px 0 10px; font-family: var(--font-display); font-size: 25px; font-weight: 400; }
.document-grid p { margin: 0; color: var(--muted); font-size: 13px; }

.legal { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; background: var(--white); }
.legal-copy > p { max-width: 590px; }
.legal-warning { display: grid; gap: 5px; margin-top: 30px; padding: 18px; border: 1px solid rgba(216,97,56,.28); border-radius: 4px; background: rgba(216,97,56,.06); }
.legal-warning strong { font-size: 13px; }
.legal-warning span { color: var(--muted); font-size: 11px; }
.legal-stack { align-self: center; }
.legal-stack article { display: grid; grid-template-columns: 38px 1fr; gap: 16px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.legal-stack article:first-child { border-top: 1px solid var(--line); }
.legal-stack b { display: grid; width: 34px; height: 34px; place-items: center; border-radius: 50%; background: var(--ink); color: var(--white); font-size: 10px; }
.legal-stack strong, .legal-stack small { display: block; }
.legal-stack strong { font-size: 14px; }
.legal-stack small { margin-top: 5px; color: var(--muted); font-size: 11px; line-height: 1.55; }
.legal-stack > p { margin: 18px 0 0; color: var(--muted); font-size: 10px; }

.lessons { background: var(--ink); color: var(--white); }
.lesson-list { border-top: 1px solid rgba(255,255,255,.12); }
.lesson-list article { display: grid; grid-template-columns: 90px 1fr 230px; gap: 28px; align-items: center; min-height: 170px; border-bottom: 1px solid rgba(255,255,255,.12); }
.lesson-number { font-family: var(--font-display); color: var(--lime); font-size: 34px; }
.lesson-list p { margin: 0 0 5px; color: #818c84; font-size: 10px; text-transform: uppercase; }
.lesson-list h3 { margin: 0; font-family: var(--font-display); font-size: 27px; font-weight: 400; }
.lesson-list span { display: block; max-width: 650px; margin-top: 8px; color: #aeb7b0; font-size: 12px; }
.lesson-list > article > strong { color: #d6dcce; font-size: 11px; font-weight: 500; }

.boundary { padding-bottom: 64px; }
.boundary-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; }
.boundary-grid ul { margin: 0; padding: 0; list-style: none; }
.boundary-grid li { display: flex; gap: 12px; padding: 15px 0; border-bottom: 1px solid var(--line); font-size: 14px; }
.boundary-grid li:first-child { border-top: 1px solid var(--line); }
.boundary-grid li span { color: var(--green); font-weight: 700; }
.boundary-note { margin: 56px 0 0; padding: 22px 24px; background: var(--ink); color: #aeb6b0; font-size: 12px; }
.boundary-note strong { color: var(--white); }

.instructor { display: grid; grid-template-columns: .85fr 1.15fr; gap: 72px; align-items: center; padding-top: 64px; }
.portrait-wrap { position: relative; }
.portrait-wrap img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; object-position: top center; border-radius: 6px; filter: saturate(.85) contrast(1.03); }
.portrait-wrap span { position: absolute; right: 12px; bottom: 12px; padding: 8px 10px; background: var(--lime); color: var(--ink); font-size: 10px; font-weight: 700; }
.instructor-copy > p { max-width: 620px; margin: 24px 0 0; color: var(--muted); font-size: 15px; }
.instructor-copy ul { margin: 28px 0 0; padding: 0; list-style: none; }
.instructor-copy li { padding: 10px 0 10px 22px; border-bottom: 1px solid var(--line); font-size: 12px; position: relative; }
.instructor-copy li::before { position: absolute; left: 0; color: var(--green); content: "✓"; }
.instructor-copy blockquote { margin: 32px 0 0; padding: 22px 0 0; border-top: 1px solid var(--line); font-family: var(--font-display); font-size: 23px; line-height: 1.35; }

.offer { display: grid; grid-template-columns: 1fr 520px; gap: 72px; align-items: center; background: var(--paper-2); }
.offer-copy { max-width: 560px; }
.text-link { display: inline-flex; margin-top: 24px; color: var(--green); font-size: 13px; font-weight: 700; text-decoration: none; }
.text-link span { margin-left: 10px; }
.price-card { padding: 34px; border: 1px solid var(--line); border-radius: 8px; background: var(--white); box-shadow: var(--shadow); }
.price-head { padding-bottom: 24px; border-bottom: 1px solid var(--line); }
.price-head span, .price-head strong, .price-head small { display: block; }
.price-head span { color: var(--muted); font-size: 11px; text-transform: uppercase; }
.price-head strong { margin-top: 8px; font-family: var(--font-display); font-size: 50px; font-weight: 400; line-height: 1; }
.price-head small { margin-top: 10px; color: var(--muted); font-size: 10px; }
.price-card ul { margin: 22px 0; padding: 0; list-style: none; }
.price-card li { display: flex; gap: 10px; padding: 8px 0; font-size: 12px; }
.price-card li span { color: var(--green); font-weight: 700; }
.price-card > p { margin: 14px 0 0; color: var(--muted); font-size: 9px; text-align: center; }

.faq-list { max-width: 900px; }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list details:first-child { border-top: 1px solid var(--line); }
.faq-list summary { display: flex; justify-content: space-between; gap: 18px; align-items: center; min-height: 70px; padding: 16px 0; font-weight: 600; list-style: none; cursor: pointer; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { font-size: 22px; font-weight: 400; transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 720px; margin: 0 0 24px; color: var(--muted); font-size: 13px; }

/* Cac khoa lien quan chi dieu huong, checkout van tach rieng */
.cross-upsell {
  padding: 96px max(24px, calc((100% - 1180px) / 2));
  border-top: 1px solid var(--line);
  background: linear-gradient(180deg, #efebe2 0%, var(--paper) 45%, #e8e4da 100%);
}
.cross-upsell-intro { max-width: 760px; margin-bottom: 40px; }
.cross-upsell-intro h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(34px, 4vw, 48px);
  font-weight: 400;
  line-height: 1.12;
}
.cross-upsell-intro > p:last-child {
  max-width: 680px;
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.65;
}
.cross-upsell-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.cross-card {
  display: flex;
  min-height: 460px;
  padding: 28px 24px 24px;
  flex-direction: column;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--white);
  box-shadow: 0 16px 42px rgba(21, 24, 22, .08);
}
.cross-badge {
  width: fit-content;
  padding: 6px 10px;
  border: 1px solid currentColor;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  opacity: .82;
}
.cross-kicker { margin: 20px 0 8px; font-size: 11px; font-weight: 700; text-transform: uppercase; }
.cross-card h3 { margin: 0; font-family: var(--font-display); font-size: 29px; font-weight: 400; line-height: 1.18; }
.cross-card > p:not(.cross-kicker) { margin: 14px 0 0; color: var(--muted); font-size: 14px; line-height: 1.6; }
.cross-card > strong { margin-top: auto; padding-top: 24px; font-size: 30px; line-height: 1; }
.cross-card .button { margin-top: 18px; justify-content: space-between; }
.cross-card .button b { font-size: 15px; }
.cross-card-full {
  border-color: rgba(201, 242, 74, .2);
  background: linear-gradient(145deg, #151816, #1d241f);
  color: #f4f7f1;
}
.cross-card-full > p:not(.cross-kicker) { color: #b7c0b5; }
.cross-card-full .cross-kicker { color: var(--lime); }
.cross-card-full .button-primary { border-color: transparent; background: var(--lime); color: var(--ink); }
.cross-card-word { border-color: rgba(63, 100, 153, .22); background: linear-gradient(150deg, #f8fbff, #e7eef8); color: #17263b; }
.cross-card-word .cross-kicker { color: #315e99; }
.cross-card-word .button-primary { border-color: transparent; background: #315e99; color: #fff; }
.cross-card-excel { border-color: rgba(35, 113, 76, .22); background: linear-gradient(150deg, #f5fbf6, #e3efe6); color: #173126; }
.cross-card-excel .cross-kicker { color: #23714c; }
.cross-card-excel .button-primary { border-color: transparent; background: #23714c; color: #fff; }

.register { display: grid; grid-template-columns: 1fr 520px; gap: 72px; padding: 112px max(24px, calc((100% - 1180px) / 2)) calc(112px + env(safe-area-inset-bottom)); background: var(--ink); color: var(--white); }
.register-copy { align-self: center; }
.register-copy > p { color: #aeb6b0; }
.contact-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 32px; }
.contact-cards a { display: grid; grid-template-columns: 1fr auto; padding: 16px; border: 1px solid rgba(255,255,255,.14); border-radius: 4px; text-decoration: none; }
.contact-cards span, .contact-cards strong { display: block; grid-column: 1; }
.contact-cards span { color: #8f9992; font-size: 9px; text-transform: uppercase; }
.contact-cards strong { margin-top: 4px; font-size: 12px; }
.contact-cards i { grid-column: 2; grid-row: 1 / 3; align-self: center; color: var(--lime); font-style: normal; }
.form-shell { min-height: 560px; padding: 32px; border-radius: 8px; background: var(--white); color: var(--ink); }
.form-title { display: flex; justify-content: space-between; align-items: center; margin-bottom: 22px; }
.form-title span { font-family: var(--font-display); font-size: 25px; }
.form-title b { padding: 6px 9px; border-radius: 3px; background: var(--ink); color: var(--lime); font-size: 10px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.form-shell label { display: block; margin-bottom: 14px; color: #4d534f; font-size: 10px; font-weight: 600; }
.form-shell label small { color: #858c87; font-weight: 400; }
.form-shell input, .form-shell select, .form-shell textarea { width: 100%; min-height: 46px; margin-top: 6px; padding: 11px 12px; border: 1px solid #cdd1ce; border-radius: 4px; background: #fff; color: var(--ink); font-size: 13px; outline: none; }
.form-shell textarea { min-height: 88px; resize: vertical; }
.form-shell input:focus, .form-shell select:focus, .form-shell textarea:focus { border-color: var(--green); box-shadow: 0 0 0 3px rgba(29,105,77,.1); }
.form-shell .check { display: flex; gap: 10px; align-items: flex-start; margin: 16px 0; font-size: 10px; line-height: 1.5; }
.form-shell .check input { flex: 0 0 18px; width: 18px; min-height: 18px; margin: 0; }
.form-status { margin: 12px 0 0; color: var(--muted); font-size: 9px; text-align: center; }
.form-status.error { color: #a63228; }
.honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; }
.success-panel { display: grid; min-height: 480px; align-content: center; text-align: center; }
.success-mark { display: grid; width: 64px; height: 64px; margin: 0 auto 20px; place-items: center; border-radius: 50%; background: var(--green); color: var(--white); font-size: 28px; }
.success-panel h3 { margin: 0; font-family: var(--font-display); font-size: 32px; font-weight: 400; }
.success-panel p { color: var(--muted); font-size: 13px; }
.success-panel > strong { margin: 0 0 22px; color: var(--green); font-size: 12px; }

.site-footer { display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 110px; padding: 24px max(24px, calc((100% - 1180px) / 2)); background: #101210; color: var(--white); }
.site-footer p { color: #7d867f; font-size: 10px; }
.site-footer nav { display: flex; gap: 18px; }
.site-footer nav a, .site-footer nav button { padding: 0; border: 0; background: none; color: #9da69f; font-size: 10px; text-decoration: none; cursor: pointer; }
.mobile-cta { display: none; }

.cookie-banner { position: fixed; right: 20px; bottom: 20px; z-index: 100; width: min(420px, calc(100% - 40px)); padding: 16px; border: 1px solid var(--line); border-radius: 6px; background: var(--white); box-shadow: var(--shadow); }
.cookie-banner p { margin: 0; color: var(--muted); font-size: 10px; }
.cookie-banner div { display: flex; justify-content: flex-end; gap: 8px; margin-top: 12px; }
.cookie-banner button { min-height: 40px; padding: 8px 12px; border: 1px solid var(--line); border-radius: 4px; background: transparent; font-size: 10px; cursor: pointer; }
.cookie-banner button:last-child { background: var(--ink); color: var(--white); }

.legal-page { background: var(--white); }
.policy-content { max-width: 820px; min-height: calc(100vh - 72px); padding: 88px 24px 120px; margin: 0 auto; }
.policy-content h1 { color: var(--ink); font-size: 56px; }
.policy-content h2 { margin: 48px 0 12px; font-family: var(--font-display); font-size: 28px; font-weight: 400; }
.policy-content p { color: var(--muted); }
.policy-content .button { margin-top: 36px; }

@media (max-width: 1100px) {
  .hero { grid-template-columns: 1fr; min-height: auto; padding-top: 72px; }
  .hero-copy { max-width: 800px; }
  .hero-demo { width: min(800px, 100%); }
  .proof-strip { width: calc(100% - 48px); }
  .proof-strip div { padding: 18px; }
  .pain-grid { grid-template-columns: 1fr 1fr; }
  .walkthrough-grid, .legal, .boundary-grid, .instructor, .offer, .register { gap: 44px; }
  .offer, .register { grid-template-columns: 1fr 460px; }
  .cross-upsell-grid { grid-template-columns: 1fr; }
  .cross-card { min-height: auto; }
}

@media (max-width: 820px) {
  .site-header { min-height: 64px; }
  .site-header nav, .header-cta { display: none; }
  h1 { font-size: 56px; }
  .section-heading h2, .legal h2, .boundary h2, .instructor h2, .offer h2, .register h2 { font-size: 43px; }
  .proof-strip { grid-template-columns: 1fr 1fr; margin-top: -24px; }
  .proof-strip div:nth-child(3) { border-left: 0; border-top: 1px solid var(--line); }
  .proof-strip div:nth-child(4) { border-top: 1px solid var(--line); }
  .section { padding-top: 88px; padding-bottom: 88px; }
  .walkthrough-grid, .legal, .boundary-grid, .instructor, .offer, .register { grid-template-columns: 1fr; }
  .work-steps { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
  .work-steps li, .work-steps li:first-child { min-height: 120px; padding: 14px; border: 1px solid rgba(255,255,255,.1); border-radius: 4px; }
  .evidence-grid { grid-template-columns: 1fr; }
  .document-grid { grid-template-columns: 1fr 1fr; }
  .lesson-list article { grid-template-columns: 68px 1fr; padding: 28px 0; }
  .lesson-list > article > strong { grid-column: 2; }
  .instructor { padding-top: 88px; }
  .portrait-wrap { max-width: 520px; }
  .offer-copy { max-width: 700px; }
  .price-card, .form-shell { width: min(560px, 100%); }
  .cross-upsell { padding-top: 88px; padding-bottom: 88px; }
  .register { padding-top: 88px; padding-bottom: calc(136px + env(safe-area-inset-bottom)); }
  .site-footer { padding-bottom: calc(96px + env(safe-area-inset-bottom)); }
  .mobile-cta { position: fixed; right: 0; bottom: 0; left: 0; z-index: 90; display: grid; grid-template-columns: 72px 72px 1fr; gap: 1px; padding: 8px max(10px, env(safe-area-inset-right)) calc(8px + env(safe-area-inset-bottom)) max(10px, env(safe-area-inset-left)); background: rgba(21,24,22,.96); backdrop-filter: blur(14px); }
  .mobile-cta a { display: grid; min-height: 48px; place-items: center; border: 1px solid rgba(255,255,255,.14); border-radius: 4px; color: var(--white); font-size: 11px; font-weight: 600; text-decoration: none; }
  .mobile-cta a:last-child { background: var(--lime); color: var(--ink); }
}

@media (max-width: 560px) {
  body { font-size: 16px; }
  .site-header { padding-right: 16px; padding-left: 16px; }
  .brand-mark { width: 34px; height: 34px; font-size: 21px; }
  .brand { font-size: 13px; }
  .hero { gap: 44px; padding: 56px 16px 72px; }
  h1 { font-size: 43px; line-height: 1.05; }
  .hero-lead { margin-top: 22px; font-size: 16px; line-height: 1.65; }
  .hero-offer { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
  .hero-offer span { padding: 9px; font-size: 10px; }
  .hero-offer strong { display: block; font-size: 13px; }
  .hero-actions { display: grid; }
  .button { min-height: 48px; }
  .trust-line { line-height: 1.6; }
  .demo-topbar { padding: 0 10px; }
  .secure-label { display: none; }
  .demo-workspace { grid-template-columns: 1fr; min-height: 420px; }
  .file-rail { display: grid; grid-template-columns: repeat(3, 1fr); gap: 5px; padding: 8px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.08); }
  .file-item, .file-item + .file-item { gap: 5px; margin: 0; padding: 7px 5px; }
  .file-item b { flex-basis: 24px; width: 24px; height: 24px; }
  .file-item span { font-size: 8px; }
  .file-item small { display: none; }
  .paper { width: 91%; min-height: 300px; margin-top: 12px; padding: 20px 22px; }
  .paper h2 { margin: 18px 0 14px; font-size: 13px; }
  .paper-field { grid-template-columns: 64px 1fr; padding: 7px 0; }
  .paper-signatures { margin-top: 18px; }
  .cad-canvas { min-height: 245px; margin: 10px; }
  .cad-command { min-height: 84px; font-size: 7px; }
  .review-bar { align-items: flex-start; flex-direction: column; }
  .proof-strip { width: calc(100% - 32px); }
  .proof-strip div { min-height: 82px; padding: 13px; }
  .proof-strip strong { font-size: 22px; }
  .proof-strip span { font-size: 10px; }
  .section { padding: 76px 16px; }
  .section-heading { margin-bottom: 34px; }
  .section-heading h2, .legal h2, .boundary h2, .instructor h2, .offer h2, .register h2 { font-size: 35px; line-height: 1.12; }
  .section-heading > p:last-child, .legal-copy > p, .offer-copy > p, .register-copy > p { margin-top: 18px; font-size: 15px; }
  .pain-grid { grid-template-columns: 1fr; }
  .pain-grid article { min-height: 190px; padding: 22px; }
  .pain-grid h3 { margin-top: 42px; }
  .walkthrough-grid { gap: 32px; }
  .work-steps { grid-template-columns: 1fr; }
  .work-steps li { min-height: auto; }
  .work-output { min-height: 380px; padding: 16px; }
  .output-head { display: block; }
  .output-head b { display: block; margin-top: 7px; }
  .output-body { min-height: 250px; padding-right: 0; padding-left: 0; }
  .input-file { grid-template-columns: 34px 1fr auto; gap: 10px; padding: 11px; }
  .input-file i { width: 34px; height: 34px; }
  .case-card { min-height: auto; padding: 26px 22px; }
  .case-card h3 { margin-top: 44px; font-size: 29px; }
  .document-grid { grid-template-columns: 1fr; }
  .document-grid article { min-height: 180px; padding: 22px; }
  .document-grid h3 { margin-top: 36px; }
  .legal { gap: 42px; }
  .lesson-list article { grid-template-columns: 46px 1fr; gap: 14px; }
  .lesson-number { font-size: 26px; }
  .lesson-list h3 { font-size: 23px; }
  .boundary-grid { gap: 34px; }
  .boundary-note { margin-top: 38px; }
  .instructor { gap: 42px; padding-top: 76px; }
  .instructor-copy blockquote { font-size: 21px; }
  .offer { gap: 42px; }
  .price-card { padding: 24px 20px; }
  .price-head strong { font-size: 43px; }
  .faq-list summary { min-height: 64px; font-size: 13px; }
  .cross-upsell { padding: 76px 16px; }
  .cross-upsell-intro { margin-bottom: 28px; }
  .cross-upsell-intro h2 { font-size: 35px; }
  .cross-card { padding: 24px 20px; }
  .cross-card h3 { font-size: 27px; }
  .register { gap: 42px; padding: 76px 16px calc(128px + env(safe-area-inset-bottom)); }
  .contact-cards { grid-template-columns: 1fr; }
  .form-shell { min-height: auto; padding: 24px 18px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .site-footer { display: grid; padding-right: 16px; padding-left: 16px; }
  .site-footer nav { flex-wrap: wrap; }
  .cookie-banner { right: 12px; bottom: calc(76px + env(safe-area-inset-bottom)); width: calc(100% - 24px); }
  .policy-content { padding-top: 64px; }
  .policy-content h1 { font-size: 42px; }
}

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


.floating-contact { position: fixed; right: 22px; bottom: 116px; z-index: 65; display: grid; justify-items: end; gap: 12px; }
.floating-contact-item { min-height: 58px; display: flex; align-items: center; justify-content: flex-end; gap: 10px; color: var(--white); text-decoration: none; }
.floating-contact-label { padding: 9px 12px; border-radius: 7px; background: rgba(18,21,18,.94); box-shadow: 0 10px 30px rgba(18,21,18,.2); font-size: 13px; font-weight: 700; opacity: 0; pointer-events: none; translate: 8px 0; transition: opacity .2s ease, translate .2s ease; }
.floating-contact-item:hover .floating-contact-label,
.floating-contact-item:focus-visible .floating-contact-label { opacity: 1; translate: 0; }
.floating-contact-icon { position: relative; width: 58px; height: 58px; display: grid; flex: 0 0 58px; place-items: center; border: 3px solid var(--white); border-radius: 50%; box-shadow: 0 10px 28px rgba(18,21,18,.2); font-size: 12px; font-weight: 800; transition: scale .2s ease; }
.floating-contact-icon::before { position: absolute; inset: -7px; z-index: -1; border: 2px solid currentColor; border-radius: inherit; content: ""; opacity: 0; animation: aulisp-contact-pulse 2.6s ease-out infinite; }
.floating-contact-zalo .floating-contact-icon { background: #0878f9; color: var(--white); letter-spacing: -.04em; }
.floating-contact-phone .floating-contact-icon { background: #4f7d34; color: var(--white); }
.floating-contact-phone .floating-contact-icon::before { animation-delay: 1.3s; }
.floating-contact-icon svg { width: 25px; height: 25px; fill: currentColor; }
.floating-contact-item:hover .floating-contact-icon,
.floating-contact-item:focus-visible .floating-contact-icon { scale: 1.06; }

@keyframes aulisp-contact-pulse {
  0% { opacity: .45; scale: .82; }
  75%, 100% { opacity: 0; scale: 1.28; }
}

