:root {
  --navy: #08111f;
  --navy-2: #0d1a2d;
  --navy-3: #14233a;
  --ink: #101827;
  --muted: #647084;
  --line: #dfe5ec;
  --paper: #f5f7f9;
  --white: #fff;
  --lime: #b8f238;
  --lime-dark: #77a900;
  --blue: #5b7cff;
  --orange: #ffb86b;
  --radius: 22px;
  --shadow: 0 22px 70px rgba(10, 25, 47, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 84px; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: "Noto Sans KR", sans-serif; word-break: keep-all; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
.wrap { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.narrow { max-width: 760px; }
.skip-link { position: fixed; z-index: 200; top: -60px; left: 20px; padding: 12px 20px; color: var(--navy); background: var(--lime); border-radius: 8px; }
.skip-link:focus { top: 16px; }
.section { padding: 120px 0; }
.section-label, .eyebrow { margin: 0 0 18px; color: var(--blue); font: 700 12px/1.2 "DM Sans", sans-serif; letter-spacing: .18em; }
.section h2 { margin: 0; font-size: clamp(34px, 4.4vw, 58px); line-height: 1.18; letter-spacing: -.045em; }
.section h2 em { color: var(--blue); font-style: normal; }
.center-copy { text-align: center; }
.center-copy > p:last-child { margin: 24px auto 0; color: var(--muted); font-size: 18px; line-height: 1.8; }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; margin-bottom: 54px; }
.section-heading > p { max-width: 460px; margin: 0 0 6px; color: var(--muted); font-size: 16px; line-height: 1.75; }

.site-header { position: fixed; z-index: 100; top: 0; right: 0; left: 0; color: var(--white); border-bottom: 1px solid rgba(255,255,255,.11); transition: background .25s ease, box-shadow .25s ease; }
.site-header.scrolled { background: rgba(8,17,31,.94); box-shadow: 0 12px 32px rgba(0,0,0,.16); backdrop-filter: blur(14px); }
.header-inner { height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: var(--white); font: 600 18px/1 "DM Sans", sans-serif; letter-spacing: .055em; }
.brand > span:last-child { display: grid; grid-template-columns: auto auto; gap: 0 5px; align-items: center; }
.brand strong { font-weight: 700; }
.brand small { grid-column: 1 / -1; margin-top: 5px; color: #9eabbc; font-size: 7px; letter-spacing: .18em; }
.brand-symbol { position: relative; width: 34px; height: 34px; display: inline-flex; align-items: flex-end; justify-content: center; gap: 2px; padding: 7px; overflow: hidden; background: var(--lime); border-radius: 10px; transform: rotate(-4deg); }
.brand-symbol i { width: 5px; background: var(--navy); border-radius: 2px 2px 0 0; }
.brand-symbol i:nth-child(1) { height: 9px; }
.brand-symbol i:nth-child(2) { height: 16px; }
.brand-symbol i:nth-child(3) { height: 22px; }
.desktop-nav { display: flex; align-items: center; gap: 28px; margin-left: auto; }
.desktop-nav a { position: relative; color: #c7d0dc; font-size: 14px; font-weight: 600; }
.desktop-nav a:hover { color: var(--white); }
.desktop-nav a::after { content: ""; position: absolute; right: 50%; bottom: -10px; left: 50%; height: 2px; background: var(--lime); transition: left .2s ease, right .2s ease; }
.desktop-nav a:hover::after { right: 0; left: 0; }
.header-actions { display: flex; align-items: center; gap: 12px; }
.account-link { color: #c7d0dc; font-size: 13px; font-weight: 600; }
.mini-cta { padding: 10px 17px; color: var(--navy); background: var(--lime); border-radius: 999px; font-size: 13px; font-weight: 800; }
.menu-toggle { display: none; width: 42px; height: 42px; padding: 10px; border: 0; background: transparent; }
.menu-toggle span { display: block; height: 2px; margin: 5px 0; background: var(--white); }
.mobile-menu, .menu-dim { display: none; }

.hero { position: relative; min-height: 900px; padding: 166px 0 80px; overflow: hidden; color: var(--white); background: var(--navy); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .35; background-image: linear-gradient(rgba(91,124,255,.09) 1px, transparent 1px), linear-gradient(90deg, rgba(91,124,255,.09) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(to bottom, transparent 0, #000 20%, #000 75%, transparent 100%); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(1px); pointer-events: none; }
.hero-glow-one { top: -360px; right: -220px; width: 840px; height: 840px; background: radial-gradient(circle, rgba(91,124,255,.24), transparent 67%); }
.hero-glow-two { bottom: -330px; left: -200px; width: 700px; height: 700px; background: radial-gradient(circle, rgba(184,242,56,.12), transparent 68%); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 70px; }
.eyebrow { display: flex; align-items: center; gap: 10px; color: #d9e3ee; }
.eyebrow span { width: 26px; height: 2px; background: var(--lime); }
.hero h1 { margin: 0; font-size: clamp(48px, 6.8vw, 82px); line-height: 1.08; letter-spacing: -.055em; }
.hero h1 em { color: var(--lime); font-style: normal; }
.hero-lead { max-width: 670px; margin: 28px 0 0; color: #b9c6d5; font-size: 18px; line-height: 1.82; }
.experience-proof { display: flex; flex-wrap: wrap; align-items: center; gap: 9px 18px; max-width: 650px; margin-top: 24px; padding: 15px 18px; border: 1px solid rgba(184,242,56,.22); border-left: 3px solid var(--lime); border-radius: 12px; background: rgba(255,255,255,.045); }
.experience-proof strong { color: var(--white); font-size: 14px; }
.experience-proof strong b { margin-right: 5px; color: var(--lime); font: 800 22px/1 "DM Sans", sans-serif; }
.experience-proof > span { width: 1px; height: 25px; background: rgba(255,255,255,.18); }
.experience-proof p { flex-basis: 100%; margin: 0; color: #9eafc1; font-size: 12px; line-height: 1.6; }
.hero-actions { display: flex; gap: 12px; margin-top: 38px; }
.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 26px; padding: 0 24px; border: 1px solid transparent; border-radius: 12px; font-weight: 800; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-lime { color: var(--navy); background: var(--lime); box-shadow: 0 12px 32px rgba(184,242,56,.2); }
.button-lime:hover { background: #c8ff4d; box-shadow: 0 16px 36px rgba(184,242,56,.28); }
.button-ghost { color: var(--white); border-color: rgba(255,255,255,.25); background: rgba(255,255,255,.04); }
.hero-points { display: flex; flex-wrap: wrap; gap: 20px; margin: 30px 0 0; padding: 0; list-style: none; color: #d4dce6; font-size: 13px; }
.hero-points li::before { content: "✓"; margin-right: 7px; color: var(--lime); font-weight: 800; }
.hero-visual { position: relative; min-height: 570px; padding: 72px 46px 46px; border: 1px solid rgba(154,181,255,.24); border-radius: 28px; background: linear-gradient(145deg, rgba(29,48,78,.9), rgba(12,25,44,.95)); box-shadow: 0 40px 100px rgba(0,0,0,.34); }
.hero-visual::before { content: ""; position: absolute; inset: 0; border-radius: inherit; background: linear-gradient(130deg, rgba(255,255,255,.08), transparent 32%); pointer-events: none; }
.visual-top { position: absolute; top: 0; right: 0; left: 0; height: 48px; display: flex; align-items: center; gap: 7px; padding: 0 18px; color: #96a6b9; border-bottom: 1px solid rgba(255,255,255,.1); font: 700 9px/1 "DM Sans", sans-serif; letter-spacing: .15em; }
.visual-top span { margin-right: auto; }
.visual-top i { width: 7px; height: 7px; background: #41516a; border-radius: 50%; }
.visual-stage { position: relative; padding: 19px 20px; border: 1px solid rgba(255,255,255,.12); border-radius: 16px; background: rgba(8,17,31,.76); }
.visual-stage small { color: var(--blue); font: 700 9px/1 "DM Sans", sans-serif; letter-spacing: .14em; }
.visual-stage strong { display: block; margin: 7px 0 4px; font-size: 18px; }
.visual-stage p { margin: 0; color: #91a0b4; font-size: 12px; }
.stage-idea { width: 74%; }
.visual-connector { position: relative; width: 2px; height: 50px; margin-left: 70%; background: linear-gradient(var(--blue), var(--lime)); }
.visual-connector span { position: absolute; left: -4px; width: 10px; height: 10px; background: var(--navy); border: 2px solid var(--lime); border-radius: 50%; }
.visual-connector span:first-child { top: -1px; }
.visual-connector span:nth-child(2) { top: 20px; }
.visual-connector span:last-child { bottom: -1px; }
.stage-build { width: 86%; margin-left: auto; border-color: rgba(184,242,56,.35); box-shadow: 0 18px 45px rgba(0,0,0,.22); }
.stage-build > div { display: grid; grid-template-columns: repeat(4,1fr); gap: 7px; margin-top: 16px; }
.stage-build i { height: 32px; border-radius: 7px; background: linear-gradient(135deg, rgba(91,124,255,.75), rgba(91,124,255,.18)); }
.stage-build i:nth-child(2) { background: linear-gradient(135deg, rgba(184,242,56,.75), rgba(184,242,56,.16)); }
.stage-build i:nth-child(3) { background: linear-gradient(135deg, rgba(255,184,107,.75), rgba(255,184,107,.15)); }
.visual-launch { position: relative; margin-top: 52px; padding: 22px 68px 22px 23px; color: var(--navy); background: var(--lime); border-radius: 17px; box-shadow: 0 15px 42px rgba(184,242,56,.2); }
.visual-launch span { display: block; margin-bottom: 5px; color: #48640a; font: 700 9px/1 "DM Sans", sans-serif; letter-spacing: .14em; }
.visual-launch strong { font-size: 20px; }
.visual-launch b { position: absolute; top: 50%; right: 24px; font-size: 28px; transform: translateY(-50%); }
.floating-tag { position: absolute; padding: 9px 13px; color: #d9e3ee; border: 1px solid rgba(255,255,255,.15); border-radius: 999px; background: rgba(8,17,31,.88); font-size: 11px; font-weight: 700; box-shadow: 0 12px 30px rgba(0,0,0,.2); }
.tag-one { top: 170px; left: -28px; }
.tag-two { right: -22px; bottom: 102px; }
.outcome-bar { position: relative; z-index: 1; display: flex; justify-content: center; gap: 8px; margin-top: 90px; padding: 22px; color: #9facbc; border: 1px solid rgba(255,255,255,.08); border-radius: 14px; background: rgba(255,255,255,.03); font-size: 15px; }
.outcome-bar strong { color: var(--lime); }
.outcome-bar i { color: #d6dde7; font-style: normal; }

.problem-section { background: var(--paper); }
.reality-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; margin-top: 60px; }
.reality-grid article { padding: 30px 26px; border: 1px solid var(--line); border-radius: 17px; background: var(--white); transition: transform .2s ease, box-shadow .2s ease; }
.reality-grid article:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.reality-grid span { display: grid; width: 42px; height: 42px; place-items: center; color: var(--blue); background: #edf0ff; border-radius: 11px; font: 700 12px/1 "DM Sans", sans-serif; }
.reality-grid h3 { margin: 25px 0 9px; font-size: 20px; }
.reality-grid p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.7; }

.ownership-section { overflow: hidden; background: var(--white); }
.ownership-layout { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 72px; }
.ownership-copy > p:not(.section-label):not(.ownership-highlight) { margin: 28px 0 0; color: var(--muted); font-size: 16px; line-height: 1.85; }
.ownership-copy h2 em { color: var(--blue); }
.ownership-highlight { margin: 22px 0 0; padding: 19px 20px; color: #344155; border-left: 3px solid var(--blue); background: #f3f5ff; border-radius: 0 12px 12px 0; font-size: 15px; line-height: 1.75; }
.ownership-highlight strong { color: var(--blue); }
.ownership-link { display: inline-block; margin-top: 26px; }
.ownership-visual { position: relative; display: grid; grid-template-columns: 1fr 52px 1fr; align-items: center; padding: 34px; border: 1px solid var(--line); border-radius: 26px; background: var(--paper); box-shadow: var(--shadow); }
.ownership-visual::before { content: ""; position: absolute; top: -90px; right: -90px; width: 220px; height: 220px; border-radius: 50%; background: radial-gradient(circle, rgba(184,242,56,.22), transparent 68%); }
.ownership-visual article { position: relative; min-height: 330px; padding: 24px 20px; border-radius: 16px; }
.platform-box { color: #6e7a8c; border: 1px solid #d8dfe8; background: #fff; }
.own-box { color: var(--white); border: 1px solid #243750; background: linear-gradient(145deg, #15263e, #081421); box-shadow: 0 18px 46px rgba(8,17,31,.22); }
.box-head { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.box-head span { color: #8995a6; font: 700 8px/1 "DM Sans", sans-serif; letter-spacing: .12em; }
.own-box .box-head span { color: var(--lime); }
.box-head small { padding: 5px 8px; color: #697587; background: #eef1f5; border-radius: 999px; font-size: 9px; font-weight: 700; }
.own-box .box-head small { color: var(--navy); background: var(--lime); }
.ownership-visual h3 { margin: 26px 0 22px; color: var(--ink); font-size: 20px; }
.own-box h3 { color: var(--white); }
.ownership-visual ul { display: grid; gap: 14px; margin: 0; padding: 0; list-style: none; }
.ownership-visual li { position: relative; padding-left: 18px; font-size: 12px; line-height: 1.55; }
.ownership-visual li::before { content: ""; position: absolute; top: 8px; left: 0; width: 7px; height: 2px; background: #a5afbc; }
.own-box li { color: #d1dae5; }
.own-box li::before { height: 7px; border-radius: 50%; background: var(--lime); }
.ownership-shift { position: relative; z-index: 2; display: grid; justify-items: center; gap: 8px; }
.ownership-shift span { position: absolute; bottom: calc(100% + 17px); color: #8894a5; white-space: nowrap; font: 700 8px/1 "DM Sans", sans-serif; letter-spacing: .1em; }
.ownership-shift b { display: grid; width: 42px; height: 42px; place-items: center; color: var(--navy); background: var(--lime); border-radius: 50%; box-shadow: 0 8px 24px rgba(112,156,15,.28); }
.ai-assistant-card { display: grid; grid-template-columns: .72fr 1.28fr; align-items: center; gap: 50px; margin-top: 40px; padding: 38px 42px; color: var(--white); border-radius: 22px; background: var(--blue); }
.ai-assistant-card .section-label { margin-bottom: 12px; color: #dce2ff; }
.ai-assistant-card h3 { margin: 0; font-size: 28px; line-height: 1.35; letter-spacing: -.035em; }
.ai-assistant-card h3 em { color: var(--lime); font-style: normal; }
.ai-assistant-card ol { display: grid; grid-template-columns: repeat(4,1fr); margin: 0; padding: 0; list-style: none; }
.ai-assistant-card li { position: relative; padding: 6px 17px; border-left: 1px solid rgba(255,255,255,.2); }
.ai-assistant-card li > span { display: block; margin-bottom: 15px; color: var(--lime); font: 700 9px/1 "DM Sans", sans-serif; }
.ai-assistant-card strong { display: block; margin-bottom: 6px; font-size: 14px; }
.ai-assistant-card small { color: #d6ddff; font-size: 10px; line-height: 1.55; }

.difference-section { color: var(--white); background: var(--navy); }
.difference-section .section-heading > p { color: #9eabbc; }
.difference-section .section-label { color: var(--lime); }
.difference-section h2 em { color: var(--lime); }
.comparison { display: grid; grid-template-columns: 1fr 80px 1fr; align-items: stretch; }
.comparison article { padding: 38px; border-radius: var(--radius); }
.comparison article > small { font: 700 11px/1 "DM Sans", sans-serif; letter-spacing: .14em; }
.comparison ol { display: grid; gap: 18px; margin: 30px 0 0; padding: 0; list-style: none; counter-reset: compare; }
.comparison li { position: relative; padding: 16px 16px 16px 52px; border-radius: 12px; counter-increment: compare; }
.comparison li::before { content: counter(compare, decimal-leading-zero); position: absolute; left: 17px; color: #718096; font: 700 10px/1 "DM Sans", sans-serif; }
.comparison-old { color: #9faabc; border: 1px solid #28374c; background: #0c1829; }
.comparison-old li { background: rgba(255,255,255,.035); text-decoration: line-through; text-decoration-color: #536174; }
.comparison-new { color: var(--white); border: 1px solid rgba(184,242,56,.45); background: linear-gradient(140deg, #15263e, #0c192b); box-shadow: 0 22px 64px rgba(0,0,0,.23); }
.comparison-new > small { color: var(--lime); }
.comparison-new li { background: rgba(184,242,56,.08); }
.comparison-new li::before { color: var(--lime); }
.comparison-arrow { display: grid; place-items: center; color: var(--lime); font-size: 30px; }
.tool-note { display: flex; align-items: center; gap: 28px; margin-top: 34px; padding: 22px 28px; border: 1px dashed #354861; border-radius: 16px; color: #a7b3c2; }
.tool-note span { flex: 0 0 auto; color: var(--lime); font: 700 11px/1 "DM Sans", sans-serif; letter-spacing: .14em; }
.tool-note p { margin: 0; font-size: 14px; line-height: 1.7; }
.tool-note strong { color: var(--white); }

.courses-section { background: var(--white); }
.consulting-product { position: relative; display: grid; grid-template-columns: 92px 1fr 210px; align-items: center; gap: 28px; margin: 0 0 46px; padding: 32px 34px; overflow: hidden; color: var(--white); border-radius: 22px; background: linear-gradient(125deg, #172a45 0%, #08111f 72%); box-shadow: 0 22px 60px rgba(8,17,31,.18); }
.consulting-product::after { content: ""; position: absolute; right: -70px; bottom: -110px; width: 280px; height: 280px; border: 1px solid rgba(184,242,56,.22); border-radius: 50%; }
.consulting-badge { position: relative; z-index: 1; display: grid; width: 82px; height: 82px; place-content: center; text-align: center; color: var(--navy); background: var(--lime); border-radius: 50%; box-shadow: 0 14px 34px rgba(184,242,56,.2); }
.consulting-badge span { font: 700 30px/1 "DM Sans", sans-serif; }
.consulting-badge small { margin-top: 4px; font: 700 9px/1 "DM Sans", sans-serif; letter-spacing: .15em; }
.consulting-copy { position: relative; z-index: 1; }
.consulting-copy > p { margin: 0 0 10px; color: var(--lime); font: 700 9px/1 "DM Sans", sans-serif; letter-spacing: .15em; }
.consulting-copy h3 { margin: 0; font-size: 27px; line-height: 1.3; letter-spacing: -.035em; }
.consulting-copy h3 em { color: var(--lime); font-style: normal; }
.consulting-copy > span { display: block; max-width: 620px; margin-top: 10px; color: #aebaca; font-size: 13px; line-height: 1.7; }
.consulting-copy ul { display: flex; flex-wrap: wrap; gap: 8px; margin: 16px 0 0; padding: 0; list-style: none; }
.consulting-copy li { padding: 6px 9px; color: #dce3eb; border: 1px solid #35475e; border-radius: 999px; font-size: 10px; }
.consulting-buy { position: relative; z-index: 1; display: grid; justify-items: stretch; text-align: right; }
.consulting-buy > small { color: #8f9cae; font-size: 10px; }
.consulting-buy > strong { margin: 5px 0 14px; color: var(--lime); font-size: 27px; }
.consulting-buy > a { display: flex; align-items: center; justify-content: space-between; padding: 14px 16px; color: var(--navy); background: var(--lime); border-radius: 10px; font-size: 13px; font-weight: 800; text-align: left; }
.consulting-buy > span { margin-top: 8px; color: #8190a3; font-size: 9px; }
.course-grid { display: grid; grid-template-columns: repeat(3,1fr); align-items: stretch; gap: 18px; }
.course-card { position: relative; display: flex; flex-direction: column; padding: 34px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: 0 12px 40px rgba(10,25,47,.06); }
.course-card.featured { color: var(--white); border-color: var(--navy); background: var(--navy); transform: translateY(-14px); box-shadow: 0 30px 70px rgba(8,17,31,.23); }
.course-card.premium { background: linear-gradient(150deg, #f8fafc, #eef2f7); }
.popular { position: absolute; top: -14px; right: 25px; padding: 7px 14px; color: var(--navy); background: var(--lime); border-radius: 999px; font: 700 10px/1 "DM Sans", sans-serif; letter-spacing: .1em; }
.course-top { display: flex; align-items: center; justify-content: space-between; }
.course-top span { color: var(--blue); font: 700 12px/1 "DM Sans", sans-serif; letter-spacing: .12em; }
.featured .course-top span { color: var(--lime); }
.course-top small { color: var(--muted); }
.featured .course-top small { color: #95a5b8; }
.course-card h3 { margin: 24px 0 12px; font-size: 27px; letter-spacing: -.035em; }
.course-card > p { min-height: 76px; margin: 0; color: var(--muted); font-size: 15px; line-height: 1.72; }
.featured > p { color: #aab6c6; }
.course-result { margin: 26px 0 24px; padding: 17px 18px; border-radius: 12px; background: var(--paper); }
.featured .course-result { background: rgba(184,242,56,.1); }
.course-result small { display: block; margin-bottom: 5px; color: var(--muted); font-size: 11px; }
.featured .course-result small { color: #a8b5c4; }
.course-result strong { font-size: 15px; }
.course-card ul { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; }
.course-card li { position: relative; padding-left: 23px; color: #4e5b6e; font-size: 14px; }
.featured li { color: #d1d9e3; }
.course-card li::before { content: "✓"; position: absolute; left: 0; color: var(--blue); font-weight: 800; }
.featured li::before { color: var(--lime); }
.course-price { display: flex; align-items: flex-end; justify-content: space-between; margin-top: auto; padding-top: 30px; }
.course-price small { color: var(--muted); }
.featured .course-price small { color: #9daabc; }
.course-price strong { font-size: 25px; }
.course-button { display: flex; align-items: center; justify-content: space-between; margin-top: 18px; padding: 16px 18px; color: var(--white); background: var(--navy); border-radius: 11px; font-size: 14px; font-weight: 800; }
.featured .course-button { color: var(--navy); background: var(--lime); }
.course-button:hover span { transform: translateX(4px); }
.course-button span { transition: transform .2s ease; }
.course-disclaimer { margin: 24px 0 0; color: #7b8798; font-size: 12px; text-align: center; }

.curriculum-section { background: var(--paper); }
.curriculum-layout { display: grid; grid-template-columns: .8fr 1.2fr; align-items: start; gap: 90px; }
.curriculum-intro { position: sticky; top: 120px; }
.curriculum-intro > p:not(.section-label) { margin: 24px 0; color: var(--muted); font-size: 16px; line-height: 1.8; }
.text-link { color: var(--blue); font-size: 14px; font-weight: 800; }
.phase-list { border-top: 1px solid #cfd7e1; }
.phase-list article { display: grid; grid-template-columns: 58px 1fr; gap: 16px; padding: 27px 8px; border-bottom: 1px solid #cfd7e1; }
.phase-list article > span { color: var(--blue); font: 700 12px/1 "DM Sans", sans-serif; }
.phase-list h3 { margin: -4px 0 8px; font-size: 20px; }
.phase-list p { margin: 0; color: var(--muted); font-size: 14px; }

.projects-section { color: var(--white); background: #0d1929; }
.projects-section .section-heading > p { color: #9eabbc; }
.projects-section .section-label { color: var(--lime); }
.projects-section h2 em { color: var(--lime); }
.project-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }
.project-grid article { position: relative; min-height: 240px; padding: 30px; overflow: hidden; border: 1px solid #26374c; border-radius: 18px; background: linear-gradient(145deg, #13243a, #0c1727); }
.project-grid article::after { content: ""; position: absolute; right: -60px; bottom: -60px; width: 150px; height: 150px; border: 1px solid rgba(91,124,255,.35); border-radius: 50%; }
.project-grid span { color: var(--lime); font: 700 11px/1 "DM Sans", sans-serif; }
.project-grid h3 { margin: 34px 0 10px; font-size: 23px; }
.project-grid p { max-width: 240px; margin: 0; color: #9caabb; font-size: 14px; line-height: 1.7; }
.project-grid b { position: absolute; bottom: 28px; color: #dbe4ee; font-size: 12px; }

.workflow-section { background: var(--white); }
.workflow { display: grid; grid-template-columns: repeat(6,1fr); margin: 58px 0 0; padding: 0; list-style: none; }
.workflow li { position: relative; text-align: center; }
.workflow li:not(:last-child)::after { content: ""; position: absolute; z-index: 0; top: 26px; left: 68%; width: 64%; height: 1px; background: #cad3de; }
.workflow span { position: relative; z-index: 1; display: grid; width: 52px; height: 52px; margin: 0 auto 16px; place-items: center; color: var(--blue); border: 1px solid #cfd7e1; border-radius: 50%; background: var(--white); font: 700 13px/1 "DM Sans", sans-serif; }
.workflow li:last-child span { color: var(--navy); border-color: var(--lime); background: var(--lime); }
.workflow strong { display: block; margin-bottom: 5px; font-size: 17px; }
.workflow small { color: var(--muted); }

.consult-section { color: var(--white); background: linear-gradient(135deg, #101f34 0%, #08111f 64%); }
.consult-layout { display: grid; grid-template-columns: .9fr 1.1fr; align-items: start; gap: 90px; }
.consult-copy .section-label { color: var(--lime); }
.consult-copy h2 em { color: var(--lime); }
.consult-copy > p:not(.section-label) { margin: 28px 0; color: #aab6c5; font-size: 17px; line-height: 1.8; }
.consult-copy ul { display: grid; gap: 13px; margin: 0 0 28px; padding: 0; list-style: none; }
.consult-copy li::before { content: "✓"; margin-right: 10px; color: var(--lime); }
.consult-copy > small { display: block; padding: 16px 18px; color: #93a1b3; border: 1px solid #2b3c52; border-radius: 12px; font-size: 12px; line-height: 1.6; }
.consult-form { display: grid; gap: 18px; padding: 34px; color: var(--ink); background: var(--white); border-radius: var(--radius); box-shadow: 0 30px 80px rgba(0,0,0,.23); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.consult-form label { display: grid; gap: 8px; }
.consult-form label > span { font-size: 13px; font-weight: 700; }
.consult-form input, .consult-form select, .consult-form textarea { width: 100%; min-height: 50px; padding: 0 14px; color: var(--ink); border: 1px solid #d7dee8; border-radius: 9px; outline: 0; background: #fbfcfd; }
.consult-form textarea { min-height: 115px; padding-top: 13px; resize: vertical; }
.consult-form input:focus, .consult-form select:focus, .consult-form textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(91,124,255,.12); }
.privacy-check { display: flex !important; grid-template: none !important; flex-direction: row; align-items: flex-start; gap: 8px !important; }
.privacy-check input { width: 17px; min-height: 17px; margin-top: 2px; accent-color: var(--blue); }
.privacy-check span { color: var(--muted); font-size: 12px !important; font-weight: 500 !important; }
.submit-button { width: 100%; border: 0; }
.submit-button:disabled { cursor: wait; opacity: .7; }
.form-status { display: none; margin: 0; padding: 12px 14px; border-radius: 8px; font-size: 13px; line-height: 1.6; }
.form-status.success { display: block; color: #275400; background: #ebffd1; }
.form-status.error { display: block; color: #9e2431; background: #fff0f1; }
.ai-diagnosis-result { margin-top: 8px; padding: 27px; color: var(--white); background: linear-gradient(145deg, #0d1b2e, #08111f); border: 1px solid #26374c; border-radius: 16px; box-shadow: 0 24px 55px rgba(8,17,31,.2); scroll-margin-top: 95px; }
.ai-diagnosis-result[hidden] { display: none; }
.diagnosis-result-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; }
.diagnosis-result-head p { margin: 0 0 10px; color: var(--lime); font: 700 9px/1 "DM Sans", sans-serif; letter-spacing: .14em; }
.diagnosis-result-head h3 { margin: 0; font-size: 24px; line-height: 1.45; letter-spacing: -.035em; }
.diagnosis-score { flex: 0 0 65px; height: 65px; display: grid; place-content: center; text-align: center; color: var(--navy); background: var(--lime); border-radius: 50%; }
.diagnosis-score b { font: 800 22px/1 "DM Sans", sans-serif; }
.diagnosis-score small { margin-top: 4px; font-size: 9px; font-weight: 800; }
.diagnosis-summary { margin: 20px 0 13px; color: #b6c3d2; font-size: 13px; line-height: 1.75; }
.diagnosis-meter { height: 6px; overflow: hidden; background: #24344a; border-radius: 99px; }
.diagnosis-meter i { display: block; width: 0; height: 100%; background: linear-gradient(90deg, #5b7cff, var(--lime)); border-radius: inherit; transition: width .7s ease; }
.diagnosis-facts { display: grid; grid-template-columns: .7fr 1.3fr; gap: 9px; margin-top: 18px; }
.diagnosis-facts article { padding: 14px; background: rgba(255,255,255,.06); border: 1px solid #2c3d54; border-radius: 10px; }
.diagnosis-facts small { display: block; margin-bottom: 6px; color: #8190a4; font-size: 10px; }
.diagnosis-facts strong { color: var(--white); font-size: 13px; }
.diagnosis-block { margin-top: 23px; }
.diagnosis-block h4 { margin: 0 0 11px; font-size: 14px; }
.diagnosis-features { display: flex; flex-wrap: wrap; gap: 7px; margin: 0; padding: 0; list-style: none; }
.diagnosis-features li { padding: 8px 10px; color: #d9e2ed; background: #14263d; border: 1px solid #2a3e56; border-radius: 7px; font-size: 11px; }
.diagnosis-roadmap { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }
.diagnosis-roadmap li { display: grid; grid-template-columns: 33px 1fr; gap: 10px; align-items: start; }
.diagnosis-roadmap li > span { height: 30px; display: grid; place-items: center; color: var(--navy); background: var(--lime); border-radius: 7px; font: 800 10px/1 "DM Sans", sans-serif; }
.diagnosis-roadmap div { display: grid; gap: 3px; padding-top: 1px; }
.diagnosis-roadmap strong { font-size: 12px; }
.diagnosis-roadmap small { color: #8f9db0; font-size: 10px; line-height: 1.55; }
.diagnosis-warning { margin-top: 21px; padding: 15px; color: #e9eff6; background: rgba(91,124,255,.12); border-left: 3px solid #5b7cff; border-radius: 5px 9px 9px 5px; }
.diagnosis-warning strong { display: block; margin-bottom: 5px; color: #aebcff; font-size: 11px; }
.diagnosis-warning p { margin: 0; font-size: 11px; line-height: 1.65; }
.diagnosis-reason { margin: 18px 0 0; color: #aab7c7; font-size: 11px; line-height: 1.65; }
.diagnosis-actions { display: grid; grid-template-columns: 1.4fr .8fr; gap: 8px; margin-top: 17px; }
.diagnosis-actions a { min-height: 44px; display: grid; place-items: center; padding: 8px 12px; border-radius: 8px; font-size: 11px; font-weight: 800; text-align: center; }
.diagnosis-primary { color: var(--navy); background: var(--lime); }
.diagnosis-secondary { color: var(--white); border: 1px solid #42536a; }

.faq-section { background: var(--paper); }
.faq-layout { display: grid; grid-template-columns: .65fr 1.35fr; gap: 80px; }
.faq-list { border-top: 1px solid #cfd7e1; }
.faq-list details { border-bottom: 1px solid #cfd7e1; }
.faq-list summary { position: relative; padding: 24px 46px 24px 0; cursor: pointer; list-style: none; font-size: 17px; font-weight: 700; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { position: absolute; top: 22px; right: 8px; color: var(--blue); font-size: 22px; font-weight: 400; transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list p { margin: -5px 0 24px; padding-right: 45px; color: var(--muted); font-size: 14px; line-height: 1.8; }

.final-cta { padding: 90px 0; color: var(--white); background: var(--blue); }
.final-cta-inner { display: flex; align-items: flex-end; justify-content: space-between; gap: 50px; }
.final-cta small { color: #dbe1ff; font: 700 11px/1 "DM Sans", sans-serif; letter-spacing: .16em; }
.final-cta h2 { margin: 15px 0 0; font-size: clamp(34px, 4vw, 56px); line-height: 1.18; letter-spacing: -.045em; }
.final-cta p { margin: 0 0 20px; color: #e4e8ff; }

.site-footer { padding: 72px 0 28px; color: #a8b4c3; background: #050b14; }
.footer-grid { display: grid; grid-template-columns: 1.1fr .5fr 1fr; gap: 60px; }
.footer-brand { margin-bottom: 20px; }
.footer-grid > div:first-child > p { margin: 0; font-size: 14px; line-height: 1.8; }
.footer-grid nav { display: grid; align-content: start; gap: 10px; }
.footer-grid nav strong, .business-info > strong { margin-bottom: 6px; color: var(--white); font-size: 13px; }
.footer-grid nav a, .business-info span, .business-info a { font-size: 12px; }
.business-info { display: grid; gap: 7px; }
.business-info > div { display: flex; gap: 15px; margin-top: 6px; }
.copyright { margin-top: 48px; padding-top: 24px; border-top: 1px solid #1b2737; color: #657286; font: 600 10px/1 "DM Sans", sans-serif; letter-spacing: .08em; }
.mobile-cta { display: none; }

@media (max-width: 1040px) {
  .desktop-nav { gap: 16px; }
  .desktop-nav a { font-size: 12px; }
  .hero-grid { gap: 34px; }
  .hero-visual { min-height: 540px; padding-right: 32px; padding-left: 32px; }
  .course-card { padding: 28px; }
  .curriculum-layout, .consult-layout { gap: 50px; }
}

@media (max-width: 840px) {
  html { scroll-padding-top: 70px; }
  .wrap { width: min(100% - 30px, 700px); }
  .section { padding: 84px 0; }
  .site-header { background: rgba(8,17,31,.94); }
  .header-inner { height: 68px; }
  .desktop-nav, .header-actions .account-link, .mini-cta { display: none; }
  .menu-toggle { display: block; }
  .mobile-menu { position: fixed; z-index: 120; top: 0; right: 0; bottom: 0; width: min(360px, 88vw); display: flex; flex-direction: column; padding: 24px; color: var(--white); background: var(--navy); transform: translateX(105%); transition: transform .25s ease; }
  .mobile-menu[aria-hidden="false"] { transform: translateX(0); }
  .mobile-menu-top { display: flex; align-items: center; justify-content: space-between; padding-bottom: 24px; border-bottom: 1px solid #26364b; font: 700 18px/1 "DM Sans", sans-serif; }
  .mobile-menu-top button { color: var(--white); border: 0; background: transparent; font-size: 30px; }
  .mobile-menu nav { display: grid; gap: 0; }
  .mobile-menu nav a { padding: 18px 2px; border-bottom: 1px solid #1e2d41; font-weight: 700; }
  .mobile-menu > .button { margin-top: auto; }
  .menu-dim { position: fixed; z-index: 110; inset: 0; display: block; border: 0; background: rgba(0,0,0,.58); }
  body.menu-open { overflow: hidden; }
  .hero { min-height: 0; padding: 125px 0 62px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { text-align: center; }
  .eyebrow, .hero-actions, .hero-points { justify-content: center; }
  .hero-lead { margin-right: auto; margin-left: auto; }
  .hero-visual { width: min(560px, 100%); margin: 18px auto 0; }
  .outcome-bar { margin-top: 48px; }
  .reality-grid { grid-template-columns: 1fr 1fr; }
  .ownership-layout { grid-template-columns: 1fr; }
  .ownership-visual { max-width: 700px; }
  .ai-assistant-card { grid-template-columns: 1fr; }
  .section-heading { display: block; }
  .section-heading > p { margin-top: 20px; }
  .comparison { grid-template-columns: 1fr; gap: 14px; }
  .comparison-arrow { transform: rotate(90deg); }
  .course-grid { grid-template-columns: 1fr; width: min(560px, 100%); margin: 0 auto; }
  .consulting-product { grid-template-columns: 76px 1fr; }
  .consulting-buy { grid-column: 1 / -1; grid-template-columns: 1fr auto; align-items: center; gap: 0 20px; text-align: left; }
  .consulting-buy > strong { grid-row: 2; margin: 2px 0 0; }
  .consulting-buy > a { grid-column: 2; grid-row: 1 / 3; min-width: 180px; }
  .consulting-buy > span { grid-column: 1 / -1; }
  .course-card.featured { transform: none; }
  .course-card > p { min-height: 0; }
  .curriculum-layout, .consult-layout, .faq-layout { grid-template-columns: 1fr; }
  .curriculum-intro { position: static; }
  .project-grid { grid-template-columns: 1fr 1fr; }
  .workflow { grid-template-columns: repeat(3,1fr); gap: 36px 0; }
  .workflow li:nth-child(3)::after { display: none; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
}

@media (max-width: 560px) {
  .wrap { width: min(100% - 24px, 520px); }
  .section { padding: 70px 0; }
  .section h2 { font-size: 35px; }
  .section-heading { margin-bottom: 36px; }
  .brand { font-size: 15px; }
  .brand-symbol { width: 31px; height: 31px; }
  .hero { padding-top: 112px; }
  .hero h1 { font-size: clamp(42px, 12vw, 58px); }
  .hero-lead { font-size: 15px; line-height: 1.75; }
  .experience-proof { justify-content: center; gap: 9px 12px; margin-top: 20px; padding: 14px 12px; text-align: center; }
  .experience-proof strong { font-size: 12px; }
  .experience-proof strong b { font-size: 19px; }
  .experience-proof > span { height: 22px; }
  .experience-proof p { font-size: 11px; }
  .hero-actions { flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-points { display: grid; grid-template-columns: 1fr; gap: 9px; text-align: left; }
  .hero-visual { min-height: 500px; padding: 66px 20px 25px; }
  .stage-idea { width: 90%; }
  .stage-build { width: 95%; }
  .visual-launch { margin-top: 42px; }
  .floating-tag { display: none; }
  .outcome-bar { display: block; padding: 18px; line-height: 1.7; text-align: center; }
  .outcome-bar strong { display: block; font-size: 18px; }
  .reality-grid, .project-grid { grid-template-columns: 1fr; }
  .reality-grid { margin-top: 38px; }
  .ownership-layout { gap: 38px; }
  .ownership-visual { grid-template-columns: 1fr; gap: 44px; padding: 20px; }
  .ownership-visual article { min-height: 0; }
  .ownership-shift { transform: rotate(90deg); }
  .ai-assistant-card { padding: 28px 22px; }
  .ai-assistant-card ol { grid-template-columns: 1fr 1fr; gap: 22px 0; }
  .ai-assistant-card li:nth-child(odd) { border-left: 0; }
  .comparison article { padding: 26px 20px; }
  .tool-note { display: block; }
  .tool-note p { margin-top: 12px; }
  .course-card { padding: 28px 24px; }
  .consulting-product { grid-template-columns: 1fr; padding: 26px 22px; text-align: left; }
  .consulting-badge { width: 66px; height: 66px; }
  .consulting-badge span { font-size: 25px; }
  .consulting-copy h3 { font-size: 24px; }
  .consulting-copy ul { display: grid; grid-template-columns: 1fr 1fr; }
  .consulting-buy { grid-column: auto; grid-template-columns: 1fr; text-align: left; }
  .consulting-buy > strong { grid-row: auto; margin: 4px 0 13px; }
  .consulting-buy > a { grid-column: auto; grid-row: auto; min-width: 0; }
  .consulting-buy > span { grid-column: auto; }
  .curriculum-layout, .consult-layout, .faq-layout { gap: 40px; }
  .project-grid article { min-height: 220px; }
  .workflow { grid-template-columns: 1fr 1fr; gap: 32px 0; }
  .workflow li:nth-child(3)::after { display: block; }
  .workflow li:nth-child(2n)::after { display: none; }
  .form-row { grid-template-columns: 1fr; }
  .consult-form { padding: 24px 18px; }
  .ai-diagnosis-result { padding: 22px 17px; }
  .diagnosis-result-head h3 { font-size: 20px; }
  .diagnosis-score { flex-basis: 58px; height: 58px; }
  .diagnosis-score b { font-size: 19px; }
  .diagnosis-facts, .diagnosis-actions { grid-template-columns: 1fr; }
  .final-cta { padding: 70px 0; }
  .final-cta-inner { display: block; text-align: center; }
  .final-cta p { margin-top: 28px; }
  .final-cta .button { width: 100%; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > div:first-child { grid-column: auto; }
  .mobile-cta { position: fixed; z-index: 90; right: 0; bottom: 0; left: 0; display: grid; grid-template-columns: 1fr 1fr; padding: 9px 12px calc(9px + env(safe-area-inset-bottom)); background: rgba(8,17,31,.96); box-shadow: 0 -8px 30px rgba(0,0,0,.2); }
  .mobile-cta a { min-height: 46px; display: grid; place-items: center; color: var(--white); font-size: 13px; font-weight: 800; }
  .mobile-cta a:first-child { color: var(--navy); background: var(--lime); border-radius: 9px; }
  .site-footer { padding-bottom: 95px; }
}

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