@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css");
@import url("https://cdn.jsdelivr.net/gh/leetaewook/gmarket-sans-dynamic-subset/GmarketSans.css");

:root {
  --navy: #16233f;
  --navy-2: #0f1a31;
  --orange: #f56a0b;
  --orange-dark: #d95306;
  --teal: #0f8b8d;
  --teal-dark: #0a6f71;
  --ivory: #f6f2ec;
  --white: #ffffff;
  --light-gray: #e9e4dd;
  --text: #16233f;
  --text-gray: #667085;
  --soft-teal: #e8f5f4;
  --soft-orange: #fff0e5;
  --shadow-sm: 0 12px 28px rgba(22, 35, 63, 0.07);
  --shadow-md: 0 22px 60px rgba(22, 35, 63, 0.12);
  --radius-sm: 16px;
  --radius-md: 22px;
  --radius-lg: 30px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background: var(--white);
  font-family: Pretendard, "Pretendard Variable", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  letter-spacing: -0.018em;
  word-break: keep-all;
  overflow-wrap: break-word;
  -webkit-font-smoothing: antialiased;
}
body.modal-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; max-width: 100%; }
button, input, textarea, select { font: inherit; }

.skip-link {
  position: fixed;
  left: 16px;
  top: -60px;
  z-index: 200;
  padding: 10px 14px;
  border-radius: 10px;
  background: var(--orange);
  color: var(--white);
  font-weight: 700;
}
.skip-link:focus { top: 16px; }

.container { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
.section-pad { padding: 104px 0; }
.ivory-section { background: var(--ivory); }
.navy-section { background: var(--navy); color: var(--white); }
.teal-section { background: linear-gradient(135deg, var(--navy) 0%, var(--teal-dark) 100%); color: var(--white); }
.hidden { display: none !important; }
.desktop-only { display: inline-flex; }

.top-strip {
  position: relative;
  z-index: 70;
  min-height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  padding: 8px 20px;
  background: var(--navy);
  color: var(--white);
  font-size: 14px;
}
.top-strip strong { font-weight: 800; }
.top-strip a { color: var(--white); font-weight: 700; text-decoration: underline; text-underline-offset: 4px; }
.status-dot { width: 9px; height: 9px; flex: 0 0 auto; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 6px rgba(245, 106, 11, 0.18); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 60;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 74px;
  padding: 14px clamp(20px, 4vw, 56px);
  border-bottom: 1px solid rgba(233, 228, 221, 0.9);
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(18px);
}
.brand { display: inline-flex; align-items: center; gap: 11px; font-weight: 850; letter-spacing: -0.025em; }
.brand-mark { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 13px; background: var(--navy); color: var(--white); font-size: 13px; letter-spacing: 0; }
.brand-name { font-size: 17px; }
.nav { display: flex; align-items: center; gap: 24px; color: #344054; font-size: 15px; font-weight: 650; }
.nav a { position: relative; }
.nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -6px; height: 2px; background: var(--orange); transition: right 0.2s ease; }
.nav a:hover::after, .nav a:focus-visible::after { right: 0; }
.header-cta { display: inline-flex; align-items: center; justify-content: center; min-height: 42px; padding: 10px 18px; border-radius: 999px; background: var(--orange); color: var(--white); font-weight: 800; }
.header-cta:hover { background: var(--orange-dark); }

.hero { position: relative; padding-top: 82px; background: linear-gradient(180deg, #ffffff 0%, #fbf8f3 100%); overflow: hidden; }
.hero::before { content: ""; position: absolute; width: 520px; height: 520px; right: -230px; top: -190px; border-radius: 50%; background: radial-gradient(circle, rgba(15, 139, 141, 0.11) 0%, rgba(15, 139, 141, 0) 70%); pointer-events: none; }
.hero::after { content: ""; position: absolute; width: 440px; height: 440px; left: -240px; bottom: -260px; border-radius: 50%; background: radial-gradient(circle, rgba(245, 106, 11, 0.10) 0%, rgba(245, 106, 11, 0) 72%); pointer-events: none; }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.03fr) minmax(460px, 0.97fr); gap: 66px; align-items: center; }
.hero-copy { min-width: 0; }
.eyebrow { margin: 0 0 14px; color: var(--teal); font-size: 13px; font-weight: 850; letter-spacing: 0.1em; text-transform: uppercase; }
.hero-recruit-line { display: inline-flex; align-items: center; flex-wrap: wrap; gap: 9px; margin-bottom: 18px; padding: 8px 12px; border: 1px solid rgba(15, 139, 141, 0.18); border-radius: 999px; background: rgba(232, 245, 244, 0.8); color: #344054; font-size: 13px; line-height: 1.2; }
.hero-live { display: inline-flex; align-items: center; gap: 7px; color: var(--orange-dark); font-weight: 850; }
.hero-live i { width: 8px; height: 8px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 5px rgba(245, 106, 11, 0.13); }
.hero-line-divider { width: 1px; height: 14px; background: rgba(22, 35, 63, 0.16); }
.hero-recruit-line strong { color: var(--navy); font-weight: 900; }
.hero-recruit-line > span:last-child { color: var(--teal-dark); font-weight: 750; }
.eyebrow.orange { color: #ff9c58; }
.eyebrow.pale { color: #c9f2ed; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { text-wrap: balance; }
h1 { margin-bottom: 0; font-size: clamp(48px, 6vw, 76px); line-height: 1.08; letter-spacing: -0.055em; font-weight: 900; }
h2 { margin-bottom: 0; font-size: clamp(34px, 4.4vw, 54px); line-height: 1.16; letter-spacing: -0.045em; font-weight: 900; }
h3 { margin-bottom: 0; font-size: 21px; line-height: 1.35; font-weight: 800; letter-spacing: -0.03em; }
.hero-sub { max-width: 690px; margin: 26px 0 0; color: #475467; font-size: 19px; line-height: 1.72; }
.hero-keywords { display: flex; flex-wrap: wrap; gap: 8px; margin: 22px 0 0; padding: 0; list-style: none; }
.hero-keywords li { padding: 7px 11px; border: 1px solid var(--light-gray); border-radius: 999px; background: rgba(255, 255, 255, 0.78); color: #475467; font-size: 12px; font-weight: 800; }
.cta-row { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin-top: 32px; }
.hero-cta-row { margin-top: 24px; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 13px 21px; border: 1px solid transparent; border-radius: 999px; font-size: 15px; font-weight: 820; transition: transform 0.18s ease, background 0.18s ease, border-color 0.18s ease, color 0.18s ease; }
.btn:hover { transform: translateY(-1px); }
.btn.primary { background: var(--orange); color: var(--white); box-shadow: 0 12px 26px rgba(245, 106, 11, 0.2); }
.btn.primary:hover { background: var(--orange-dark); }
.btn.secondary { background: var(--white); color: var(--navy); border-color: var(--light-gray); }
.btn.secondary:hover { color: var(--orange); border-color: rgba(245, 106, 11, 0.5); }
.btn.soft { background: var(--soft-teal); color: var(--teal-dark); }
.btn.light { background: var(--white); color: var(--navy); }
.hero-proof-points { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 30px; }
.hero-proof-points div { position: relative; min-width: 0; min-height: 150px; padding: 18px 17px 17px; border: 1px solid var(--light-gray); border-radius: var(--radius-sm); background: rgba(255, 255, 255, 0.9); box-shadow: 0 10px 24px rgba(22, 35, 63, 0.045); }
.hero-proof-points div::after { content: ""; position: absolute; inset: auto 16px 0; height: 3px; border-radius: 999px 999px 0 0; background: linear-gradient(90deg, var(--orange), var(--teal)); opacity: 0.7; }
.hero-proof-points span { display: inline-grid; place-items: center; width: 30px; height: 30px; margin-bottom: 12px; border-radius: 10px; background: var(--soft-orange); color: var(--orange); font-size: 11px; font-weight: 900; }
.hero-proof-points strong { display: block; font-size: 15px; line-height: 1.35; }
.hero-proof-points small { display: block; margin-top: 7px; color: var(--text-gray); font-size: 12px; line-height: 1.55; }
.visual-shell { border: 1px solid rgba(233, 228, 221, 0.85); border-radius: var(--radius-lg); background: var(--white); box-shadow: var(--shadow-md); overflow: hidden; }
.dark-shell { border-color: rgba(255, 255, 255, 0.12); background: rgba(255, 255, 255, 0.04); box-shadow: none; }
.hero-visual-wrap { position: relative; padding: 0 0 76px 34px; }
.hero-visual { transform: translateY(2px); }
.hero-cohort-card { position: absolute; left: 0; right: 38px; bottom: 0; padding: 22px 24px 20px; border: 1px solid rgba(233, 228, 221, 0.95); border-radius: 22px; background: rgba(255, 255, 255, 0.96); box-shadow: 0 20px 48px rgba(22, 35, 63, 0.16); backdrop-filter: blur(18px); }
.hero-cohort-head { display: flex; justify-content: space-between; gap: 16px; align-items: start; }
.hero-cohort-head p { margin: 0 0 2px; color: var(--teal); font-size: 10px; font-weight: 900; letter-spacing: 0.12em; }
.hero-cohort-head strong { display: block; font-size: 13px; font-weight: 900; }
.hero-cohort-head > span { padding: 6px 9px; border-radius: 999px; background: var(--soft-orange); color: var(--orange-dark); font-size: 11px; font-weight: 900; }
.hero-cohort-card h2 { margin-top: 16px; font-size: 24px; line-height: 1.1; letter-spacing: -0.04em; }
.hero-cohort-card > p { margin: 7px 0 0; color: var(--text-gray); font-size: 13px; }
.hero-cohort-card dl { display: grid; grid-template-columns: 0.8fr 1.4fr 0.7fr; gap: 8px; margin: 16px 0 0; }
.hero-cohort-card dl div { min-width: 0; padding: 9px 10px; border-radius: 12px; background: var(--ivory); }
.hero-cohort-card dt { color: var(--text-gray); font-size: 9px; font-weight: 850; }
.hero-cohort-card dd { margin: 3px 0 0; font-size: 11px; font-weight: 800; line-height: 1.35; }
.hero-cohort-card > a { display: inline-flex; gap: 7px; align-items: center; margin-top: 14px; color: var(--teal-dark); font-size: 12px; font-weight: 900; }
.hero-cohort-card > a span { transition: transform 0.18s ease; }
.hero-cohort-card > a:hover span { transform: translateX(3px); }

.section-head { max-width: 780px; }
.section-head.center { margin: 0 auto 44px; text-align: center; }
.section-head p:not(.eyebrow) { margin: 18px 0 0; color: var(--text-gray); font-size: 18px; }
.split-head { max-width: none; display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 70px; align-items: end; margin-bottom: 38px; }
.split-head > p { margin: 0; color: var(--text-gray); font-size: 18px; }
.pain-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.pain-grid article { min-height: 230px; padding: 26px; border: 1px solid var(--light-gray); border-radius: var(--radius-md); background: var(--white); box-shadow: var(--shadow-sm); }
.pain-grid article > span { display: inline-grid; place-items: center; width: 38px; height: 38px; margin-bottom: 26px; border-radius: 12px; background: var(--soft-orange); color: var(--orange); font-size: 13px; font-weight: 900; }
.pain-grid p { margin: 12px 0 0; color: var(--text-gray); font-size: 15px; }

.statement-section { padding-top: 76px; padding-bottom: 76px; }
.statement-card { padding: 54px; border-radius: var(--radius-lg); background: var(--navy); color: var(--white); box-shadow: var(--shadow-md); }
.statement-card p { margin-bottom: 18px; color: #ffd7bb; font-size: 14px; font-weight: 850; letter-spacing: 0.08em; }
.statement-card h2 { max-width: 970px; font-size: clamp(30px, 4vw, 48px); }

.process-visual { margin: 36px 0 20px; }
.method-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.method-grid article { padding: 22px; border: 1px solid var(--light-gray); border-radius: var(--radius-md); background: var(--white); box-shadow: var(--shadow-sm); }
.method-grid span { display: inline-grid; place-items: center; width: 40px; height: 40px; margin-bottom: 18px; border-radius: 13px; background: var(--ivory); color: var(--orange); font-size: 13px; font-weight: 900; }
.method-grid p { margin: 10px 0 0; color: var(--text-gray); font-size: 14px; }

.evidence-grid { display: grid; grid-template-columns: 0.82fr 1.18fr; gap: 56px; align-items: center; }
.evidence-grid h2 { color: var(--white); }
.evidence-grid > div:first-child > p:not(.eyebrow) { margin: 22px 0 0; color: #d4d9e2; font-size: 18px; }
.evidence-note { margin-top: 24px; padding: 16px 18px; border-left: 3px solid var(--orange); border-radius: 0 14px 14px 0; background: rgba(255, 255, 255, 0.06); color: #edf0f5; font-weight: 700; }

.diagnosis-layout { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: 48px; align-items: center; }
.diagnosis-copy > p:not(.eyebrow) { margin: 22px 0 0; color: var(--text-gray); font-size: 18px; }
.diagnosis-types { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.diagnosis-types article { min-height: 170px; padding: 22px; border: 1px solid var(--light-gray); border-radius: var(--radius-md); background: var(--white); box-shadow: var(--shadow-sm); }
.diagnosis-types span { display: inline-grid; place-items: center; width: 36px; height: 36px; margin-bottom: 18px; border-radius: 12px; background: var(--soft-teal); color: var(--teal); font-size: 12px; font-weight: 900; }
.diagnosis-types strong { display: block; font-size: 17px; }
.diagnosis-types p { margin: 8px 0 0; color: var(--text-gray); font-size: 14px; }

.program-section-head { display: flex; justify-content: space-between; align-items: end; gap: 28px; margin-bottom: 38px; }
.program-subtitle { margin: 12px 0 0; color: var(--teal); font-size: 22px; font-weight: 800; }
.current-program-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 30px; align-items: stretch; }
.program-card-img { align-self: stretch; }
.program-card-img img { height: 100%; object-fit: cover; }
.program-info-card { padding: 32px; border: 1px solid var(--light-gray); border-radius: var(--radius-lg); background: var(--white); box-shadow: var(--shadow-sm); }
.program-summary { margin-bottom: 24px; color: #344054; font-size: 18px; font-weight: 650; }
.program-meta { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin: 0; }
.program-meta div { padding: 14px 15px; border: 1px solid var(--light-gray); border-radius: 14px; background: var(--ivory); }
.program-meta dt { color: var(--text-gray); font-size: 11px; font-weight: 800; }
.program-meta dd { margin: 4px 0 0; font-size: 14px; font-weight: 750; line-height: 1.45; }
.outputs-box { margin-top: 18px; padding: 20px; border-radius: 18px; background: var(--navy); color: var(--white); }
.outputs-box > strong { display: block; margin-bottom: 10px; color: #ffd7bb; font-size: 14px; }
.outputs-box ul { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px 18px; margin: 0; padding-left: 18px; font-size: 14px; }

.timeline { display: grid; gap: 14px; }
.timeline-item { display: grid; grid-template-columns: 76px 1fr 220px; gap: 20px; align-items: center; padding: 20px; border: 1px solid var(--light-gray); border-radius: var(--radius-md); background: var(--white); box-shadow: var(--shadow-sm); }
.timeline-item.featured { border-color: rgba(245, 106, 11, 0.45); box-shadow: 0 16px 36px rgba(245, 106, 11, 0.1); }
.session-no { width: 62px; height: 62px; display: grid; place-items: center; border-radius: 19px; background: var(--navy); color: var(--white); font-size: 20px; font-weight: 900; }
.timeline-item.featured .session-no { background: var(--orange); }
.timeline-body p { margin: 7px 0 0; color: var(--text-gray); }
.timeline-body ul { display: flex; flex-wrap: wrap; gap: 8px; margin: 12px 0 0; padding: 0; list-style: none; }
.timeline-body li { padding: 6px 10px; border-radius: 999px; background: var(--ivory); color: #475467; font-size: 12px; font-weight: 700; }
.session-output { padding: 14px 16px; border-radius: 16px; background: var(--soft-teal); }
.session-output small { display: block; margin-bottom: 4px; color: var(--teal-dark); font-size: 11px; font-weight: 850; }
.session-output strong { display: block; font-size: 14px; line-height: 1.5; }

.next-program-grid { display: grid; grid-template-columns: 0.95fr 1.05fr; gap: 52px; align-items: center; }
.next-program-copy > p:not(.eyebrow):not(.program-subtitle) { margin: 22px 0 0; color: #dce7e7; font-size: 18px; }
.next-program-copy .program-subtitle { color: #d4fffb; }
.next-meta { display: flex; flex-wrap: wrap; gap: 10px; margin: 24px 0 28px; }
.next-meta span { padding: 9px 13px; border: 1px solid rgba(255,255,255,0.2); border-radius: 999px; background: rgba(255,255,255,0.08); font-size: 13px; font-weight: 700; }

.staff-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.staff-card { min-height: 280px; padding: 28px; border: 1px solid var(--light-gray); border-radius: var(--radius-md); background: var(--white); box-shadow: var(--shadow-sm); }
.staff-avatar { width: 58px; height: 58px; display: grid; place-items: center; margin-bottom: 24px; border-radius: 18px; background: var(--navy); color: var(--white); font-weight: 900; }
.orange-bg { background: var(--orange); }
.teal-bg { background: var(--teal); }
.role-label { margin-bottom: 8px; color: var(--teal); font-size: 13px; font-weight: 850; }
.staff-card > p:last-child { margin: 12px 0 0; color: var(--text-gray); }

.system-grid { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 48px; align-items: center; }
.system-copy > p:not(.eyebrow) { margin: 22px 0 0; color: var(--text-gray); font-size: 18px; }
.check-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin: 24px 0 0; padding: 0; list-style: none; }
.check-list li { padding: 12px 14px; border: 1px solid var(--light-gray); border-radius: 14px; background: var(--white); font-size: 14px; font-weight: 800; }

.results-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.result-card { padding: 24px; border: 1px solid var(--light-gray); border-radius: var(--radius-md); background: var(--white); text-align: center; }
.result-card strong { display: block; color: var(--orange); font-size: 38px; line-height: 1; }
.result-card span { display: block; margin-top: 10px; color: var(--text-gray); font-size: 13px; font-weight: 700; }
.stories-grid, .reviews-grid, .mvp-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.story-card, .review-card, .mvp-card { padding: 24px; border: 1px solid var(--light-gray); border-radius: var(--radius-md); background: var(--white); box-shadow: var(--shadow-sm); }
.story-card .before-after { display: grid; grid-template-columns: 1fr auto 1fr; gap: 10px; align-items: center; margin-top: 16px; }
.story-card .before-after div { min-height: 120px; padding: 14px; border-radius: 14px; background: var(--ivory); font-size: 13px; }
.story-card .before-after span { color: var(--orange); font-weight: 900; }
.review-card blockquote { margin: 0; font-size: 17px; font-weight: 700; }
.review-card footer { margin-top: 18px; color: var(--text-gray); font-size: 13px; }
.mvp-card img { aspect-ratio: 16 / 10; object-fit: cover; border-radius: 14px; background: var(--ivory); }
.mvp-card h3 { margin-top: 16px; }

.faq-layout { display: grid; grid-template-columns: 0.7fr 1.3fr; gap: 64px; align-items: start; }
.faq-intro { margin: 18px 0 0; color: var(--text-gray); }
.faq-list { display: grid; gap: 10px; }
.faq-list details { border: 1px solid var(--light-gray); border-radius: 16px; background: var(--white); overflow: hidden; }
.faq-list summary { position: relative; padding: 18px 52px 18px 20px; cursor: pointer; font-weight: 800; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 20px; top: 50%; transform: translateY(-50%); color: var(--orange); font-size: 24px; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { margin: 0; padding: 0 20px 20px; color: var(--text-gray); }

.final-cta { background: var(--white); }
.final-card { padding: 62px 40px; border: 1px solid var(--light-gray); border-radius: var(--radius-lg); background: var(--ivory); text-align: center; }
.final-card > p:not(.eyebrow) { margin: 18px 0 0; color: var(--text-gray); font-size: 17px; }
.center-row { justify-content: center; }

.site-footer { padding: 54px 0 110px; background: var(--navy-2); color: var(--white); }
.footer-grid { display: flex; justify-content: space-between; gap: 40px; align-items: start; }
.footer-grid strong { font-size: 18px; }
.footer-grid p { margin: 8px 0 0; color: #aeb7c6; }
.footer-grid > div:last-child { display: flex; gap: 18px; color: #dfe4eb; font-size: 14px; font-weight: 700; }

.mobile-cta-bar { display: none; }
.modal-backdrop { position: fixed; inset: 0; z-index: 120; display: none; place-items: center; padding: 24px; background: rgba(15, 26, 49, 0.62); }
.modal-backdrop.active { display: grid; }
.modal { position: relative; width: min(560px, 100%); padding: 38px; border-radius: 28px; background: var(--white); box-shadow: 0 30px 90px rgba(0,0,0,0.28); }
.modal h2 { font-size: 36px; }
.modal > p:not(.eyebrow) { margin: 16px 0 0; color: var(--text-gray); font-size: 17px; }
.modal-close { position: absolute; top: 16px; right: 16px; width: 40px; height: 40px; border: 0; border-radius: 50%; background: var(--ivory); color: var(--navy); font-size: 25px; cursor: pointer; }

@media (max-width: 1080px) {
  .nav { display: none; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 820px; }
  .hero-visual-wrap { width: min(820px, 100%); margin: 0 auto; }
  .hero-visual { max-width: 760px; margin: 0 auto; }
  .pain-grid { grid-template-columns: repeat(2, 1fr); }
  .method-grid { grid-template-columns: repeat(2, 1fr); }
  .method-grid article:last-child { grid-column: span 2; }
  .evidence-grid, .diagnosis-layout, .current-program-grid, .next-program-grid, .system-grid { grid-template-columns: 1fr; }
  .program-card-img { max-height: none; }
  .program-card-img img { height: auto; }
  .timeline-item { grid-template-columns: 70px 1fr; }
  .session-output { grid-column: 2; }
  .staff-grid { grid-template-columns: 1fr; }
  .staff-card { min-height: 0; }
}

@media (max-width: 760px) {
  body { padding-bottom: 78px; }
  .container { width: min(100% - 28px, 1160px); }
  .section-pad { padding: 76px 0; }
  .top-strip { display: none; }
  .site-header { min-height: 64px; padding: 11px 14px; }
  .brand-name { display: none; }
  .header-cta { min-height: 40px; padding: 9px 15px; font-size: 14px; }
  .hero { padding-top: 56px; }
  .hero-recruit-line { border-radius: 18px; }
  .hero-line-divider { display: none; }
  h1 { font-size: clamp(42px, 12vw, 58px); }
  h2 { font-size: clamp(32px, 9vw, 44px); }
  .hero-sub { font-size: 18px; }
  .hero-keywords { gap: 7px; }
  .hero-keywords li { font-size: 11px; }
  .cta-row { align-items: stretch; }
  .btn { width: 100%; }
  .hero-proof-points { grid-template-columns: 1fr; }
  .hero-proof-points div { min-height: 0; display: grid; grid-template-columns: 42px 1fr; column-gap: 10px; align-items: center; }
  .hero-proof-points span { grid-row: 1 / 3; margin: 0; }
  .hero-proof-points small { margin-top: 4px; }
  .hero-visual-wrap { padding: 0; }
  .hero-cohort-card { position: relative; left: auto; right: auto; bottom: auto; margin-top: 14px; padding: 20px; }
  .hero-cohort-card dl { grid-template-columns: 1fr; }
  .split-head { grid-template-columns: 1fr; gap: 18px; }
  .pain-grid, .method-grid, .diagnosis-types, .program-meta, .outputs-box ul, .check-list, .results-grid, .stories-grid, .reviews-grid, .mvp-grid { grid-template-columns: 1fr; }
  .method-grid article:last-child { grid-column: auto; }
  .pain-grid article { min-height: 0; }
  .statement-card { padding: 34px 24px; }
  .process-visual { overflow-x: auto; }
  .process-visual img { min-width: 760px; }
  .program-section-head { align-items: start; }
  .desktop-only { display: none; }
  .program-info-card { padding: 22px; }
  .timeline-item { grid-template-columns: 1fr; }
  .session-output { grid-column: auto; }
  .session-no { width: 52px; height: 52px; border-radius: 16px; }
  .faq-layout { grid-template-columns: 1fr; gap: 30px; }
  .final-card { padding: 42px 22px; }
  .footer-grid { flex-direction: column; }
  .footer-grid > div:last-child { flex-wrap: wrap; }
  .mobile-cta-bar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 90; display: flex; align-items: center; justify-content: space-between; gap: 12px; min-height: 70px; padding: 10px 14px calc(10px + env(safe-area-inset-bottom)); border-top: 1px solid var(--light-gray); background: rgba(255,255,255,0.96); backdrop-filter: blur(18px); box-shadow: 0 -12px 30px rgba(22,35,63,0.08); }
  .mobile-cta-bar div { min-width: 0; }
  .mobile-cta-bar span { display: block; color: var(--orange); font-size: 11px; font-weight: 850; }
  .mobile-cta-bar strong { display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-size: 15px; }
  .mobile-cta-bar a { flex: 0 0 auto; padding: 10px 16px; border-radius: 999px; background: var(--orange); color: var(--white); font-size: 14px; font-weight: 850; }
  .modal { padding: 34px 22px; }
  .modal h2 { font-size: 30px; padding-right: 24px; }
}

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

/* ===== v0.6 approved landing visuals ===== */
.sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }
.top-strip { display: none; }
.site-header { min-height: 72px; }
.hero { padding-top: 70px; padding-bottom: 78px; background: linear-gradient(180deg, #fff 0%, #fcf9f5 100%); }
.hero-grid { width: min(1420px, calc(100% - 80px)); grid-template-columns: minmax(520px, .92fr) minmax(620px, 1.08fr); gap: 68px; }
.hero-recruit-line, .hero-keywords { display: none; }
.hero-copy .eyebrow { margin-bottom: 22px; }
.hero h1 { max-width: 680px; font-size: clamp(58px, 5.1vw, 82px); }
.hero-sub { max-width: 650px; margin-top: 28px; font-size: 18px; }
.hero-cta-row { margin-top: 30px; }
.hero-visual-wrap { padding: 0; }
.hero-visual-wrap::before { content: ""; position: absolute; width: 360px; height: 360px; right: -90px; top: -80px; border-radius: 50%; background: rgba(232,245,244,.72); z-index: -1; }
.hero-visual-wrap::after { content: ""; position: absolute; width: 150px; height: 130px; right: -38px; top: 285px; opacity: .55; background-image: radial-gradient(circle, rgba(15,139,141,.32) 1.5px, transparent 1.5px); background-size: 16px 16px; z-index: -1; }
.hero-visual { border-radius: 32px; background: transparent; box-shadow: none; border: 0; overflow: visible; }
.hero-proof-points { gap: 14px; margin-top: 36px; }
.hero-proof-points div { display: grid; grid-template-columns: 1fr 56px; grid-template-areas: "num icon" "title icon" "label icon" "desc desc"; align-content: start; min-height: 174px; padding: 20px 20px 18px; border-radius: 18px; }
.hero-proof-points .proof-number { grid-area: num; margin: 0 0 12px; }
.hero-proof-points .proof-icon { grid-area: icon; align-self: center; display: grid; place-items: center; width: 54px; height: 54px; border-radius: 16px; background: #f8f4ee; color: var(--navy); }
.hero-proof-points .proof-icon svg { width: 40px; height: 40px; fill: none; stroke: currentColor; stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; }
.hero-proof-points strong { grid-area: title; font-size: 17px; }
.hero-proof-points em { grid-area: label; margin-top: 5px; color: var(--teal); font-size: 12px; font-style: normal; font-weight: 750; }
.hero-proof-points small { grid-area: desc; margin-top: 13px; font-size: 12px; }
.hero-proof-points div::after { display: none; }
.hero-cohort-card { position: relative; left: auto; right: auto; bottom: auto; display: grid; grid-template-columns: 1.18fr repeat(3, 1fr); min-height: 154px; margin-top: 18px; padding: 0; overflow: hidden; border-radius: 26px; background: rgba(255,255,255,.98); }
.cohort-brand-panel { display: flex; flex-direction: column; justify-content: center; padding: 24px 26px; color: #fff; background: linear-gradient(135deg, #0d3850 0%, #0f8b8d 100%); }
.cohort-brand-panel p { margin: 0 0 8px; color: #d8fffb; font-size: 11px; font-weight: 900; letter-spacing: .07em; }
.cohort-brand-panel h2 { margin: 0; color: #fff; font-size: 25px; line-height: 1.18; letter-spacing: -.04em; }
.cohort-brand-panel h2::first-letter { color: inherit; }
.cohort-brand-panel span { display: none; }
.cohort-fact { position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; min-width: 0; padding: 20px 14px; text-align: center; }
.cohort-fact + .cohort-fact::before { content: ""; position: absolute; left: 0; top: 30px; bottom: 30px; width: 1px; background: var(--light-gray); }
.cohort-icon { display: grid; place-items: center; width: 42px; height: 42px; margin-bottom: 9px; color: var(--navy); }
.cohort-icon svg { width: 36px; height: 36px; fill: none; stroke: currentColor; stroke-width: 2.6; stroke-linecap: round; stroke-linejoin: round; }
.cohort-fact strong { font-size: 15px; }
.cohort-fact small { margin-top: 4px; color: var(--text-gray); font-size: 11px; }
.cohort-status-fact strong { color: var(--orange); font-size: 18px; }
.cohort-card-link { position: absolute; inset: 0; z-index: 2; }
.cohort-card-link:focus-visible { outline: 3px solid var(--orange); outline-offset: -4px; border-radius: 26px; }

#why { position: relative; overflow: hidden; background: #f8f4ee; }
#why::before { content: ""; position: absolute; width: 430px; height: 430px; right: -210px; top: -160px; border: 68px solid rgba(232,245,244,.72); border-radius: 50%; }
#why::after { content: ""; position: absolute; width: 170px; height: 130px; right: 18px; top: 14px; opacity: .46; background-image: radial-gradient(circle, rgba(15,139,141,.34) 1.5px, transparent 1.5px); background-size: 16px 16px; }
#why .container { position: relative; z-index: 1; width: min(1420px, calc(100% - 80px)); }
#why .split-head { grid-template-columns: 1.05fr .95fr; gap: 86px; align-items: center; margin-bottom: 58px; }
#why .split-head h2 { max-width: 720px; font-size: clamp(46px, 4.5vw, 70px); line-height: 1.14; }
#why .split-head > p { max-width: 610px; justify-self: end; color: #475467; font-size: 19px; line-height: 1.8; }
.pain-grid { position: relative; gap: 44px; }
.pain-grid article { position: relative; min-height: 438px; padding: 26px 28px 28px; border-radius: 26px; box-shadow: 0 16px 36px rgba(22,35,63,.07); }
.pain-grid article:not(:last-child)::after { content: ""; position: absolute; right: -34px; top: 50%; width: 24px; border-top: 2px dashed rgba(15,139,141,.32); transform: translateY(-50%); }
.pain-grid article:not(:last-child)::before { content: ""; position: absolute; right: -28px; top: calc(50% - 5px); width: 10px; height: 10px; border-radius: 50%; background: var(--teal); box-shadow: 14px 0 0 -2px rgba(15,139,141,.25); z-index: 2; }
.pain-grid .pain-number { display: inline-grid; place-items: center; width: 48px; height: 48px; margin: 0; border-radius: 15px; background: var(--soft-orange); color: var(--orange); font-size: 16px; font-weight: 900; }
.pain-icon { display: grid; place-items: center; width: 116px; height: 116px; margin: 10px auto 24px; border-radius: 50%; background: #faf7f2; color: var(--navy); }
.pain-icon svg { width: 82px; height: 82px; fill: none; stroke: currentColor; stroke-width: 2.8; stroke-linecap: round; stroke-linejoin: round; }
.pain-icon svg text { fill: #fff; stroke: none; font-family: Pretendard,Arial,sans-serif; font-size: 12px; font-weight: 900; }
.pain-grid h3 { min-height: 64px; font-size: 22px; line-height: 1.45; }
.pain-grid p { margin-top: 14px; font-size: 15px; line-height: 1.75; }

@media (max-width: 1240px) {
  .hero-grid, #why .container { width: min(1160px, calc(100% - 40px)); }
  .hero-grid { grid-template-columns: minmax(450px, .95fr) minmax(520px, 1.05fr); gap: 40px; }
  .hero h1 { font-size: clamp(54px, 5vw, 72px); }
  .hero-cohort-card { grid-template-columns: 1.1fr repeat(3, 1fr); }
  .pain-grid { gap: 24px; }
  .pain-grid article:not(:last-child)::after { right: -19px; width: 14px; }
  .pain-grid article:not(:last-child)::before { right: -15px; }
}

@media (max-width: 1080px) {
  .hero-grid { width: min(860px, calc(100% - 40px)); grid-template-columns: 1fr; }
  .hero-copy { max-width: none; }
  .hero-visual-wrap { width: 100%; }
  #why .container { width: min(860px, calc(100% - 40px)); }
  #why .split-head { grid-template-columns: 1fr; gap: 22px; }
  #why .split-head > p { justify-self: start; }
  .pain-grid { grid-template-columns: repeat(2, 1fr); gap: 22px; }
  .pain-grid article:not(:last-child)::after, .pain-grid article:not(:last-child)::before { display: none; }
  .pain-grid article { min-height: 390px; }
}

@media (max-width: 760px) {
  .site-header { min-height: 64px; }
  .hero { padding-top: 48px; padding-bottom: 68px; }
  .hero-grid, #why .container { width: min(100% - 28px, 680px); }
  .hero h1 { font-size: clamp(44px, 12vw, 60px); }
  .hero-sub { font-size: 17px; }
  .hero-proof-points div { grid-template-columns: 42px 1fr 48px; grid-template-areas: "num title icon" "num label icon" "desc desc desc"; min-height: 0; }
  .hero-proof-points .proof-number { align-self: start; margin: 0; }
  .hero-proof-points .proof-icon { width: 46px; height: 46px; }
  .hero-proof-points .proof-icon svg { width: 34px; height: 34px; }
  .hero-cohort-card { grid-template-columns: 1fr; }
  .cohort-brand-panel { min-height: 130px; }
  .cohort-fact { min-height: 112px; }
  .cohort-fact + .cohort-fact::before { left: 24px; right: 24px; top: 0; bottom: auto; width: auto; height: 1px; }
  #why .split-head h2 { font-size: clamp(40px, 11vw, 54px); }
  #why .split-head > p { font-size: 17px; }
  .pain-grid { grid-template-columns: 1fr; }
  .pain-grid article { min-height: 0; padding: 24px; }
  .pain-icon { width: 100px; height: 100px; }
  .pain-icon svg { width: 70px; height: 70px; }
  .pain-grid h3 { min-height: 0; }
}

/* ===== v0.7 brand statement / validation / evidence redesign ===== */
.statement-section {
  padding: 72px 0;
  background: #fbfaf8;
}
.statement-card {
  position: relative;
  overflow: hidden;
  padding: clamp(42px, 5vw, 72px) clamp(34px, 6vw, 78px);
  border-radius: 34px;
  background:
    radial-gradient(circle at 88% 22%, rgba(15,139,141,.16), transparent 30%),
    linear-gradient(135deg, #16233f 0%, #101d37 100%);
  color: var(--white);
  box-shadow: 0 28px 68px rgba(22,35,63,.14);
}
.statement-card::after {
  content: "";
  position: absolute;
  width: 250px;
  height: 190px;
  right: 22px;
  top: 18px;
  opacity: .24;
  background-image: radial-gradient(circle, rgba(255,255,255,.44) 1.4px, transparent 1.4px);
  background-size: 16px 16px;
  mask-image: linear-gradient(90deg, transparent 0%, #000 55%);
}
.statement-card p {
  position: relative;
  z-index: 1;
  margin: 0 0 22px;
  color: #ff9c58;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: .075em;
}
.statement-card h2 {
  position: relative;
  z-index: 1;
  max-width: 1080px;
  color: #fff;
  font-size: clamp(34px, 4.2vw, 58px);
  line-height: 1.28;
  letter-spacing: -.048em;
}
.statement-accent {
  position: relative;
  z-index: 1;
  display: block;
  width: 66px;
  height: 4px;
  margin-top: 34px;
  border-radius: 999px;
  background: var(--orange);
}

.method-section {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #fff 0%, #fcfaf7 100%);
}
.method-section::before {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  left: -230px;
  top: 120px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(15,139,141,.09), transparent 68%);
}
.method-section .container { position: relative; z-index: 1; }
.validation-flow {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
  align-items: stretch;
  margin-top: 50px;
}
.validation-step {
  --step-color: var(--navy);
  position: relative;
  min-width: 0;
  min-height: 340px;
  display: flex;
  flex-direction: column;
  padding: 24px 21px 22px;
  border: 1px solid rgba(22,35,63,.11);
  border-top: 5px solid var(--step-color);
  border-radius: 24px;
  background: rgba(255,255,255,.97);
  box-shadow: 0 18px 42px rgba(22,35,63,.075);
}
.validation-step:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 65px;
  right: -17px;
  width: 18px;
  border-top: 2px solid rgba(22,35,63,.16);
  z-index: 2;
}
.validation-step:not(:last-child)::before {
  content: "";
  position: absolute;
  top: 60px;
  right: -18px;
  width: 8px;
  height: 8px;
  border-top: 2px solid rgba(22,35,63,.28);
  border-right: 2px solid rgba(22,35,63,.28);
  transform: rotate(45deg);
  z-index: 3;
}
.step-navy { --step-color: var(--navy); }
.step-teal { --step-color: var(--teal); }
.step-orange { --step-color: var(--orange); }
.featured-step {
  transform: translateY(-10px);
  background: linear-gradient(180deg, #fff8f2 0%, #fff 42%);
  box-shadow: 0 24px 56px rgba(245,106,11,.14);
}
.step-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.step-number {
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background: var(--step-color);
  color: #fff;
  font-size: 14px;
  font-weight: 900;
}
.step-en {
  color: var(--step-color);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .075em;
}
.validation-step h3 {
  margin: 24px 0 20px;
  font-size: 22px;
  line-height: 1.28;
}
.step-question,
.step-output {
  padding: 15px 0;
  border-top: 1px solid var(--light-gray);
}
.step-question small,
.step-output small {
  display: block;
  margin-bottom: 6px;
  color: var(--text-gray);
  font-size: 11px;
  font-weight: 800;
}
.step-question strong,
.step-output strong {
  display: block;
  font-size: 14px;
  line-height: 1.55;
}
.step-output {
  margin-top: auto;
  padding: 14px 15px;
  border: 0;
  border-radius: 14px;
  background: color-mix(in srgb, var(--step-color) 8%, white);
}
.step-output small,
.step-output strong { color: var(--step-color); }

.evidence-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 8%, rgba(15,139,141,.18), transparent 28%),
    linear-gradient(145deg, #0f1a31 0%, #16233f 55%, #101d37 100%);
}
.evidence-section::after {
  content: "";
  position: absolute;
  width: 260px;
  height: 180px;
  right: 3vw;
  top: 28px;
  opacity: .17;
  background-image: radial-gradient(circle, rgba(255,255,255,.5) 1.3px, transparent 1.3px);
  background-size: 16px 16px;
}
.evidence-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, .78fr) minmax(580px, 1.22fr);
  gap: 54px;
  align-items: center;
}
.evidence-copy h2 {
  color: #fff;
  font-size: clamp(42px, 4.6vw, 68px);
  line-height: 1.18;
}
.evidence-copy > p:not(.eyebrow) {
  margin: 28px 0 0;
  color: #d8dee8;
  font-size: 18px;
  line-height: 1.9;
}
.evidence-note {
  margin-top: 30px;
  padding: 18px 20px;
  border: 1px solid rgba(255,255,255,.14);
  border-left: 4px solid var(--orange);
  border-radius: 0 16px 16px 0;
  background: rgba(255,255,255,.055);
  color: #fff;
  font-weight: 800;
}
.evidence-panel {
  min-width: 0;
  padding: 34px 34px 28px;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 30px;
  background: rgba(10,22,43,.32);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.04);
}
.evidence-panel-head h3 {
  margin: 0;
  color: #fff;
  font-size: 34px;
}
.evidence-panel-head p {
  margin: 7px 0 0;
  color: #cfd7e4;
  font-size: 15px;
}
.evidence-levels {
  display: flex;
  align-items: flex-end;
  gap: 10px;
  min-height: 390px;
  margin-top: 26px;
}
.evidence-level {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 20px 15px;
  border-radius: 18px;
  background: #f7f3ed;
  color: var(--navy);
  box-shadow: 0 9px 18px rgba(0,0,0,.14);
}
.evidence-level span {
  display: block;
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 2px solid rgba(22,35,63,.13);
  font-size: 22px;
  font-weight: 900;
}
.evidence-level strong {
  font-size: 16px;
  line-height: 1.35;
}
.evidence-level small {
  display: block;
  margin-top: 9px;
  color: #667085;
  font-size: 12px;
  line-height: 1.5;
}
.level-1 { height: 220px; }
.level-2 { height: 258px; }
.level-3 { height: 296px; }
.level-4 { height: 334px; }
.level-5 {
  height: 372px;
  background: linear-gradient(180deg, #ff791a 0%, #f56a0b 100%);
  color: #fff;
}
.level-5 span { border-bottom-color: rgba(255,255,255,.42); }
.level-5 small { color: #fff4eb; }
.evidence-decision {
  margin: 26px 0 0;
  padding-top: 22px;
  border-top: 1px solid rgba(255,255,255,.18);
  color: #eef2f7;
  font-size: 13px;
  font-weight: 750;
}

@media (max-width: 1180px) {
  .validation-flow { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .validation-step:not(:last-child)::after,
  .validation-step:not(:last-child)::before { display: none; }
  .featured-step { transform: none; }
  .evidence-grid { grid-template-columns: 1fr; }
  .evidence-copy { max-width: 760px; }
}

@media (max-width: 760px) {
  .statement-section { padding: 54px 0; }
  .statement-card { padding: 36px 24px 38px; border-radius: 24px; }
  .statement-card p { font-size: 11px; letter-spacing: .04em; }
  .statement-card h2 { font-size: clamp(30px, 9.5vw, 42px); line-height: 1.35; }
  .statement-card h2 br { display: none; }
  .statement-accent { margin-top: 26px; }
  .validation-flow { grid-template-columns: 1fr; gap: 16px; margin-top: 36px; }
  .validation-step { min-height: 0; padding: 22px 20px; }
  .validation-step:not(:last-child)::after {
    display: block;
    top: auto;
    right: auto;
    left: 34px;
    bottom: -17px;
    width: 2px;
    height: 17px;
    border: 0;
    background: rgba(22,35,63,.18);
  }
  .validation-step h3 { margin: 20px 0 14px; }
  .step-question,
  .step-output { padding-top: 13px; padding-bottom: 13px; }
  .evidence-section { padding-top: 84px; padding-bottom: 84px; }
  .evidence-grid { gap: 38px; }
  .evidence-copy h2 { font-size: clamp(40px, 11vw, 54px); }
  .evidence-copy > p:not(.eyebrow) { font-size: 16px; line-height: 1.8; }
  .evidence-panel { padding: 26px 20px 22px; border-radius: 24px; }
  .evidence-panel-head h3 { font-size: 28px; }
  .evidence-levels { display: grid; min-height: 0; gap: 10px; margin-top: 24px; }
  .evidence-level {
    height: auto !important;
    min-height: 104px;
    display: grid;
    grid-template-columns: 52px 1fr;
    grid-template-areas: "level title" "level desc";
    align-items: center;
    column-gap: 14px;
    padding: 16px;
  }
  .evidence-level span {
    grid-area: level;
    align-self: stretch;
    display: grid;
    place-items: center;
    margin: 0;
    padding: 0;
    border: 0;
    border-right: 1px solid rgba(22,35,63,.14);
  }
  .evidence-level strong { grid-area: title; }
  .evidence-level small { grid-area: desc; margin-top: 3px; }
  .level-5 span { border-right-color: rgba(255,255,255,.34); }
}

/* ===== v0.8 free diagnosis + current program redesign ===== */
.diagnosis-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 92% 10%, rgba(15,139,141,.09), transparent 26%),
    linear-gradient(180deg, #f8f4ee 0%, #f6f2ec 100%);
}
.diagnosis-section::after {
  content: "";
  position: absolute;
  width: 170px;
  height: 150px;
  right: 30px;
  top: 28px;
  opacity: .36;
  background-image: radial-gradient(circle, rgba(15,139,141,.36) 1.4px, transparent 1.4px);
  background-size: 16px 16px;
}
.diagnosis-layout-v2 {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(560px, 1.18fr);
  gap: clamp(48px, 6vw, 84px);
  align-items: center;
}
.diagnosis-copy-v2 h2 {
  max-width: 540px;
  font-size: clamp(42px, 4.2vw, 62px);
  line-height: 1.17;
  letter-spacing: -.052em;
}
.diagnosis-lead {
  max-width: 560px;
  margin: 25px 0 0;
  color: #536174;
  font-size: 17px;
  line-height: 1.9;
}
.diagnosis-checkpoints {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}
.diagnosis-checkpoints li {
  padding: 8px 12px;
  border: 1px solid rgba(15,139,141,.16);
  border-radius: 999px;
  background: rgba(255,255,255,.74);
  color: var(--teal-dark);
  font-size: 12px;
  font-weight: 800;
}
.diagnosis-microcopy {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0;
  margin: 24px 0 0;
  color: var(--text-gray);
  font-size: 13px;
  font-weight: 700;
}
.diagnosis-microcopy > * {
  position: relative;
  padding: 0 12px;
}
.diagnosis-microcopy > *:first-child { padding-left: 0; color: var(--navy); }
.diagnosis-microcopy > * + *::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #98a2b3;
  transform: translate(-50%, -50%);
}
.diagnosis-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 28px;
}
.diagnosis-text-link {
  color: var(--navy);
  font-size: 14px;
  font-weight: 800;
}
.diagnosis-text-link span { color: var(--orange); }
.diagnosis-results-v2 {
  padding: 30px;
  border: 1px solid rgba(22,35,63,.08);
  border-radius: 30px;
  background: rgba(255,255,255,.7);
  box-shadow: 0 24px 60px rgba(22,35,63,.08);
  backdrop-filter: blur(8px);
}
.diagnosis-results-head {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 14px;
  align-items: center;
  margin-bottom: 20px;
}
.diagnosis-results-head > span {
  grid-row: 1 / 3;
  display: inline-grid;
  place-items: center;
  min-height: 58px;
  padding: 0 14px;
  border-radius: 15px;
  background: var(--soft-teal);
  color: var(--teal);
  font-size: 11px;
  font-weight: 900;
  text-align: center;
}
.diagnosis-results-head h3 {
  margin: 0;
  font-size: 23px;
  line-height: 1.3;
}
.diagnosis-results-head p {
  margin: 4px 0 0;
  color: var(--text-gray);
  font-size: 13px;
}
.diagnosis-types-v2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.diagnosis-type-card {
  position: relative;
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 15px;
  min-height: 176px;
  padding: 22px;
  border: 1px solid var(--light-gray);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 12px 26px rgba(22,35,63,.045);
  transition: transform .2s ease, box-shadow .2s ease;
}
.diagnosis-type-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 34px rgba(22,35,63,.085);
}
.diagnosis-number {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 13px;
  background: var(--soft-teal);
  color: var(--teal);
  font-size: 12px;
  font-weight: 900;
}
.diagnosis-type-card strong,
.diagnosis-type-card b { display: block; }
.diagnosis-type-card strong {
  color: var(--navy);
  font-size: 15px;
  line-height: 1.35;
}
.diagnosis-type-card b {
  margin-top: 8px;
  color: #344054;
  font-size: 14px;
}
.diagnosis-type-card p {
  margin: 8px 0 0;
  color: var(--text-gray);
  font-size: 13px;
  line-height: 1.65;
}
.type-ready { border-top: 3px solid var(--navy); }
.type-mvp { border-top: 3px solid var(--teal); }
.type-problem { border-top: 3px solid #4e6b8f; }
.type-explore { border-top: 3px solid #8da5a6; }

.current-program-section {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #fff 0%, #fbfaf8 100%);
}
.current-program-section::before {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  left: -310px;
  bottom: -240px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(245,106,11,.09), transparent 68%);
}
.current-program-section .container { position: relative; z-index: 1; }
.program-showcase-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 34px;
  margin-bottom: 34px;
}
.program-label-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 12px;
}
.program-label-row .eyebrow { margin: 0; }
.program-status-pill {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 11px;
  border-radius: 999px;
  background: var(--soft-orange);
  color: var(--orange-dark);
  font-size: 12px;
  font-weight: 900;
}
.program-status-pill::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 0 0 4px rgba(245,106,11,.12);
}
.program-showcase-head h2 {
  font-size: clamp(48px, 5vw, 70px);
  line-height: 1.04;
  letter-spacing: -.055em;
}
.program-showcase-head .program-subtitle {
  margin-top: 14px;
  font-size: clamp(20px, 2.2vw, 28px);
}
.desktop-program-cta { flex: 0 0 auto; margin-bottom: 6px; }
.program-showcase {
  display: grid;
  grid-template-columns: minmax(0, .94fr) minmax(500px, 1.06fr);
  gap: 0;
  overflow: hidden;
  border: 1px solid rgba(22,35,63,.09);
  border-radius: 32px;
  background: #fff;
  box-shadow: 0 24px 64px rgba(22,35,63,.09);
}
.program-overview-v2,
.program-facts-v2 { padding: 38px; }
.program-overview-v2 {
  border-right: 1px solid var(--light-gray);
  background:
    radial-gradient(circle at 95% 5%, rgba(15,139,141,.11), transparent 32%),
    linear-gradient(180deg, #fff 0%, #fbfaf8 100%);
}
.program-summary {
  margin: 0;
  color: #344054;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.75;
}
.program-core-flow {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-top: 28px;
  padding: 18px;
  border-radius: 20px;
  background: var(--navy);
  color: #fff;
}
.program-core-flow span {
  flex: 1 1 0;
  min-width: 0;
  text-align: center;
}
.program-core-flow b,
.program-core-flow em { display: block; font-style: normal; }
.program-core-flow b {
  color: #b8e9e5;
  font-size: 11px;
  letter-spacing: .06em;
}
.program-core-flow em {
  margin-top: 4px;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
}
.program-core-flow i {
  flex: 0 0 auto;
  color: rgba(255,255,255,.34);
  font-style: normal;
}
.program-core-flow .flow-featured b,
.program-core-flow .flow-featured em { color: #ff9c58; }
.program-recommend { margin-top: 30px; }
.program-recommend h3,
.program-facts-head h3,
.program-outcomes-head h3 {
  margin: 0;
  font-size: 22px;
}
.program-recommend ul {
  display: grid;
  gap: 12px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}
.program-recommend li {
  position: relative;
  padding-left: 30px;
  color: #344054;
  font-size: 15px;
  font-weight: 650;
  line-height: 1.6;
}
.program-recommend li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 1px;
  display: grid;
  place-items: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--soft-teal);
  color: var(--teal);
  font-size: 12px;
  font-weight: 900;
}
.target-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
}
.target-tags span {
  padding: 7px 10px;
  border: 1px solid var(--light-gray);
  border-radius: 999px;
  background: #fff;
  color: var(--text-gray);
  font-size: 11px;
  font-weight: 800;
}
.program-facts-v2 { background: #fff; }
.program-facts-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 20px;
}
.program-facts-head p {
  margin: 0;
  color: var(--teal);
  font-size: 13px;
  font-weight: 850;
}
.program-meta-v2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 11px;
  margin: 0;
}
.program-meta-v2 > div {
  min-height: 88px;
  padding: 15px 16px;
  border: 1px solid #ebe6df;
  border-radius: 16px;
  background: #f8f5f0;
}
.program-meta-v2 .fact-wide { grid-column: span 2; min-height: 82px; }
.program-meta-v2 dt {
  color: var(--text-gray);
  font-size: 11px;
  font-weight: 850;
}
.program-meta-v2 dd {
  margin: 6px 0 0;
  color: var(--navy);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.48;
}
.program-outcomes-v2 {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(240px, .32fr) minmax(0, .68fr);
  gap: 30px;
  padding: 34px 38px;
  border-top: 1px solid var(--light-gray);
  background: #f8f5f0;
}
.program-outcomes-head .eyebrow { margin-bottom: 8px; }
.program-outcomes-head > p:last-child {
  margin: 12px 0 0;
  color: var(--text-gray);
  font-size: 13px;
  line-height: 1.7;
}
.outcome-grid-v2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.outcome-grid-v2 article {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 13px;
  min-height: 126px;
  padding: 18px;
  border: 1px solid var(--light-gray);
  border-radius: 18px;
  background: #fff;
}
.outcome-grid-v2 article > span {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 12px;
  background: var(--soft-teal);
  color: var(--teal);
  font-size: 11px;
  font-weight: 900;
}
.outcome-grid-v2 strong { display: block; font-size: 15px; }
.outcome-grid-v2 p {
  margin: 7px 0 0;
  color: var(--text-gray);
  font-size: 12px;
  line-height: 1.6;
}
.program-actions-v2 {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 24px 38px;
  border-top: 1px solid var(--light-gray);
  background: #fff;
}
.program-actions-v2 > p {
  margin: 0;
  max-width: 570px;
}
.program-actions-v2 > p strong,
.program-actions-v2 > p span { display: block; }
.program-actions-v2 > p strong { color: var(--navy); font-size: 14px; }
.program-actions-v2 > p span { margin-top: 3px; color: var(--text-gray); font-size: 12px; }
.program-actions-v2 .cta-row { margin: 0; flex: 0 0 auto; }

@media (max-width: 1180px) {
  .diagnosis-layout-v2 { grid-template-columns: 1fr; }
  .diagnosis-copy-v2 { max-width: 760px; }
  .program-showcase { grid-template-columns: 1fr; }
  .program-overview-v2 { border-right: 0; border-bottom: 1px solid var(--light-gray); }
  .program-outcomes-v2 { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  .diagnosis-section { padding-top: 82px; padding-bottom: 82px; }
  .diagnosis-layout-v2 { gap: 38px; }
  .diagnosis-copy-v2 h2 { font-size: clamp(38px, 11vw, 52px); }
  .diagnosis-lead { font-size: 16px; line-height: 1.8; }
  .diagnosis-actions { align-items: stretch; flex-direction: column; gap: 12px; }
  .diagnosis-actions .btn { width: 100%; }
  .diagnosis-text-link { text-align: center; }
  .diagnosis-results-v2 { padding: 20px; border-radius: 24px; }
  .diagnosis-results-head { grid-template-columns: 1fr; }
  .diagnosis-results-head > span { grid-row: auto; justify-self: start; min-height: auto; margin-bottom: 12px; padding: 7px 10px; border-radius: 999px; }
  .diagnosis-types-v2 { grid-template-columns: 1fr; }
  .diagnosis-type-card { min-height: 0; padding: 19px; }

  .current-program-section { padding-top: 82px; padding-bottom: 82px; }
  .program-showcase-head { align-items: flex-start; }
  .program-showcase-head h2 { font-size: clamp(44px, 12vw, 60px); }
  .desktop-program-cta { display: none; }
  .program-showcase { border-radius: 24px; }
  .program-overview-v2,
  .program-facts-v2,
  .program-outcomes-v2,
  .program-actions-v2 { padding: 24px 20px; }
  .program-summary { font-size: 17px; }
  .program-core-flow { display: grid; grid-template-columns: 1fr; gap: 8px; padding: 16px; }
  .program-core-flow span { display: grid; grid-template-columns: 34px 1fr; align-items: center; text-align: left; }
  .program-core-flow b { font-size: 10px; }
  .program-core-flow em { margin: 0; font-size: 13px; }
  .program-core-flow i { display: none; }
  .program-meta-v2 { grid-template-columns: 1fr; }
  .program-meta-v2 .fact-wide { grid-column: auto; }
  .program-meta-v2 > div { min-height: 0; }
  .program-outcomes-v2 { gap: 24px; }
  .outcome-grid-v2 { grid-template-columns: 1fr; }
  .program-actions-v2 { align-items: stretch; flex-direction: column; }
  .program-actions-v2 .cta-row { width: 100%; }
  .program-actions-v2 .btn { width: 100%; }
}
#current-schedule { white-space: pre-line; }

/* ===== v0.9 operating system redesign ===== */
.system-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 88% 10%, rgba(245,106,11,.07), transparent 23%),
    linear-gradient(180deg, #fbf8f3 0%, #fffdf9 100%);
}
.system-section::before {
  content: "";
  position: absolute;
  width: 220px;
  height: 170px;
  right: 2vw;
  top: 34px;
  opacity: .28;
  background-image: radial-gradient(circle, rgba(245,106,11,.38) 1.4px, transparent 1.4px);
  background-size: 15px 15px;
  mask-image: linear-gradient(90deg, transparent, #000 44%);
}
.system-section .container {
  width: min(1420px, calc(100% - 80px));
}
.system-showcase {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(390px, .78fr) minmax(720px, 1.22fr);
  gap: 70px;
  align-items: center;
}
.system-copy h2 {
  max-width: 590px;
  font-size: clamp(42px, 3.5vw, 54px);
  line-height: 1.18;
}
.system-copy h2 span { color: var(--navy); }
.system-copy > p:not(.eyebrow) {
  max-width: 620px;
  margin: 28px 0 0;
  color: #475467;
  font-size: 18px;
  line-height: 1.9;
}
.system-feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 30px;
}
.system-feature-card {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
  min-height: 76px;
  padding: 13px 16px;
  border: 1px solid rgba(233,228,221,.95);
  border-radius: 18px;
  background: rgba(255,255,255,.92);
  box-shadow: 0 12px 26px rgba(22,35,63,.055);
}
.system-feature-card strong {
  min-width: 0;
  font-size: 16px;
  line-height: 1.35;
}
.system-feature-icon {
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 15px;
  background: var(--soft-orange);
  color: var(--orange);
}
.system-feature-icon svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.system-public-note {
  margin-top: 18px;
  padding: 15px 17px;
  border-left: 3px solid var(--teal);
  border-radius: 0 14px 14px 0;
  background: rgba(232,245,244,.7);
  color: #526071;
  font-size: 13px;
  line-height: 1.7;
}
.system-public-note span {
  display: inline-block;
  margin-right: 7px;
  color: var(--teal-dark);
  font-weight: 900;
}
.system-preview-wrap {
  position: relative;
  min-width: 0;
}
.system-example-label {
  position: absolute;
  z-index: 4;
  right: 24px;
  top: -16px;
  padding: 8px 12px;
  border-radius: 999px;
  background: var(--orange);
  color: #fff;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .03em;
  box-shadow: 0 10px 22px rgba(245,106,11,.22);
}
.system-dashboard {
  overflow: hidden;
  border: 12px solid #122039;
  border-radius: 30px;
  background: #f8fafc;
  box-shadow: 0 28px 70px rgba(22,35,63,.20);
}
.dashboard-topbar {
  display: grid;
  grid-template-columns: 100px 1fr 100px;
  align-items: center;
  min-height: 58px;
  padding: 0 20px;
  background: linear-gradient(90deg, #0f1a31, #16233f);
  color: #fff;
}
.dashboard-topbar > strong {
  text-align: center;
  font-size: 15px;
  letter-spacing: -.01em;
}
.dashboard-dots { display: flex; gap: 8px; }
.dashboard-dots i { width: 12px; height: 12px; border-radius: 50%; background: #ff7043; }
.dashboard-dots i:nth-child(2) { background: #ffbd3c; }
.dashboard-dots i:nth-child(3) { background: #46b96b; }
.dashboard-actions { display: flex; justify-content: flex-end; gap: 12px; color: #d5dce7; font-size: 16px; }
.dashboard-stage-scroll {
  overflow-x: auto;
  scrollbar-width: thin;
  background: #fff;
  border-bottom: 1px solid #e8edf3;
}
.dashboard-stages {
  display: grid;
  grid-template-columns: repeat(6, minmax(112px, 1fr));
  min-width: 720px;
  margin: 0;
  padding: 24px 20px 20px;
  list-style: none;
}
.dashboard-stages li {
  position: relative;
  display: grid;
  justify-items: center;
  align-content: start;
  gap: 8px;
  min-width: 0;
  color: #7a8699;
  text-align: center;
}
.dashboard-stages li:not(:last-child)::after {
  content: "";
  position: absolute;
  left: calc(50% + 29px);
  right: calc(-50% + 29px);
  top: 26px;
  height: 2px;
  background: #e5eaf0;
}
.dashboard-stages li.done:not(:last-child)::after { background: rgba(15,139,141,.35); }
.dashboard-stages li span {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border: 1px solid #dfe5ec;
  border-radius: 50%;
  background: #fff;
  color: #758195;
  font-size: 12px;
  font-weight: 900;
  box-shadow: 0 5px 14px rgba(22,35,63,.05);
}
.dashboard-stages li.done span {
  border-color: rgba(15,139,141,.24);
  background: var(--soft-teal);
  color: var(--teal-dark);
}
.dashboard-stages li.active span {
  border-color: var(--orange);
  background: var(--soft-orange);
  color: var(--orange);
  box-shadow: 0 0 0 5px rgba(245,106,11,.10);
}
.dashboard-stages li strong {
  color: #425066;
  font-size: 12px;
  line-height: 1.35;
}
.dashboard-stages li.active strong { color: var(--orange-dark); }
.dashboard-stages li em {
  padding: 4px 8px;
  border-radius: 999px;
  background: var(--orange);
  color: #fff;
  font-size: 9px;
  font-style: normal;
  font-weight: 900;
}
.dashboard-body { padding: 18px; }
.dashboard-review-grid,
.dashboard-decision-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.dashboard-card {
  min-width: 0;
  padding: 17px;
  border: 1px solid #e4e9ef;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 8px 20px rgba(22,35,63,.045);
}
.dashboard-card-title {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #23324a;
}
.dashboard-card-title strong { font-size: 13px; }
.mini-icon {
  display: grid;
  place-items: center;
  width: 25px;
  height: 25px;
  border-radius: 9px;
  background: var(--soft-orange);
  color: var(--orange);
  font-size: 14px;
  font-weight: 900;
}
.assumption-card > p {
  margin: 13px 0 0;
  padding: 14px;
  border-radius: 12px;
  background: #fbfcfd;
  color: #445267;
  font-size: 13px;
  line-height: 1.7;
}
.mentor-message {
  margin-top: 13px;
  padding: 14px;
  border-radius: 12px;
  background: linear-gradient(135deg, #f7faff, #eef5ff);
  color: #445267;
  font-size: 12px;
  line-height: 1.65;
}
.mentor-card > small {
  display: block;
  margin-top: 9px;
  color: #8490a2;
  font-size: 10px;
}
.dashboard-metrics {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-top: 12px;
}
.dashboard-metrics article {
  position: relative;
  min-width: 0;
  padding: 14px;
  border: 1px solid #e4e9ef;
  border-radius: 15px;
  background: #fff;
}
.dashboard-metrics small {
  display: block;
  color: #526071;
  font-size: 10px;
  font-weight: 800;
}
.dashboard-metrics strong {
  display: block;
  margin-top: 6px;
  color: var(--navy);
  font-size: 28px;
  line-height: 1;
}
.dashboard-metrics strong em {
  margin-left: 3px;
  font-size: 11px;
  font-style: normal;
  font-weight: 800;
}
.dashboard-metrics article > span {
  position: absolute;
  right: 10px;
  top: 10px;
  padding: 3px 6px;
  border-radius: 999px;
  background: #f2f4f7;
  color: #8490a2;
  font-size: 8px;
  font-weight: 800;
}
.dashboard-decision-grid { margin-top: 12px; }
.evidence-card-demo {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 16px;
  align-items: center;
}
.evidence-card-demo small,
.decision-card-demo small {
  display: block;
  color: #667085;
  font-size: 10px;
  font-weight: 800;
}
.evidence-card-demo strong,
.decision-card-demo strong {
  display: block;
  margin-top: 4px;
  color: var(--orange);
  font-size: 27px;
  line-height: 1.1;
}
.evidence-card-demo span {
  display: block;
  margin-top: 5px;
  color: #526071;
  font-size: 10px;
}
.evidence-progress { display: flex; gap: 5px; align-items: center; }
.evidence-progress i {
  flex: 1 1 auto;
  height: 5px;
  border-radius: 999px;
  background: #e3e8ee;
}
.evidence-progress i:nth-child(-n+3) { background: var(--orange); }
.decision-card-demo p {
  margin: 8px 0 0;
  color: #526071;
  font-size: 11px;
  line-height: 1.55;
}
.dashboard-sample-note {
  margin: 12px 2px 0;
  color: #7a8699;
  font-size: 9px;
  line-height: 1.55;
  text-align: right;
}

@media (max-width: 1280px) {
  .system-section .container { width: min(1160px, calc(100% - 40px)); }
  .system-showcase { grid-template-columns: .82fr 1.18fr; gap: 42px; }
  .system-copy h2 { font-size: clamp(40px, 3.5vw, 52px); }
  .dashboard-topbar { grid-template-columns: 80px 1fr 80px; }
}

@media (max-width: 1080px) {
  .system-section .container { width: min(860px, calc(100% - 40px)); }
  .system-showcase { grid-template-columns: 1fr; gap: 48px; }
  .system-copy h2 { max-width: 720px; }
  .system-copy > p:not(.eyebrow) { max-width: 780px; }
  .system-feature-grid { max-width: 760px; }
}

@media (max-width: 760px) {
  .system-section .container { width: min(100% - 28px, 680px); }
  .system-copy h2 { font-size: clamp(38px, 10.8vw, 50px); }
  .system-copy > p:not(.eyebrow) { font-size: 16px; line-height: 1.8; }
  .system-feature-grid { grid-template-columns: 1fr; }
  .system-feature-card { min-height: 68px; }
  .system-public-note { font-size: 12px; }
  .system-example-label { right: 12px; top: -13px; }
  .system-dashboard { border-width: 8px; border-radius: 22px; }
  .dashboard-topbar { grid-template-columns: 58px 1fr 58px; min-height: 52px; padding: 0 12px; }
  .dashboard-topbar > strong { font-size: 11px; }
  .dashboard-dots { gap: 5px; }
  .dashboard-dots i { width: 8px; height: 8px; }
  .dashboard-actions { gap: 6px; font-size: 11px; }
  .dashboard-body { padding: 12px; }
  .dashboard-review-grid,
  .dashboard-decision-grid { grid-template-columns: 1fr; }
  .dashboard-metrics { grid-template-columns: repeat(2, 1fr); }
  .dashboard-sample-note { text-align: left; }
}

/* v0.10 사전접수·결제 안내 모달 */
.application-backdrop {
  position: fixed;
  inset: 0;
  z-index: 140;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(12, 24, 47, .74);
  backdrop-filter: blur(6px);
}
.application-backdrop.active { display: flex; }
.application-modal {
  position: relative;
  width: min(1120px, 100%);
  max-height: min(900px, calc(100vh - 48px));
  overflow: auto;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 32px 100px rgba(3, 15, 34, .38);
}
.application-close {
  position: absolute;
  z-index: 4;
  top: 16px;
  right: 16px;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  background: rgba(246,242,236,.95);
  color: var(--navy);
  font-size: 26px;
  cursor: pointer;
}
.application-modal-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  padding: 34px 74px 28px 36px;
  border-bottom: 1px solid #e8e4dd;
}
.application-modal-head h2 { margin: 0; color: var(--navy); font-size: clamp(30px, 3vw, 42px); }
.application-modal-head > div > p:last-child { margin: 10px 0 0; color: var(--text-gray); font-size: 15px; line-height: 1.7; }
.application-modal-head > div > p:last-child strong { color: var(--navy); }
.application-status {
  flex: 0 0 auto;
  margin-top: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  background: var(--soft-orange);
  color: var(--orange-dark);
  font-size: 12px;
  font-weight: 900;
}
.application-layout { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(300px, .75fr); }
.application-form-panel { min-width: 0; padding: 32px 36px 38px; }
.application-guide-panel {
  min-width: 0;
  padding: 32px;
  border-left: 1px solid #e8e4dd;
  background: linear-gradient(180deg, #faf8f4, #f6f2ec);
}
.form-section-title { display: flex; align-items: center; gap: 12px; margin-bottom: 18px; }
.form-section-title > span {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 12px;
  background: var(--soft-teal);
  color: var(--teal-dark);
  font-size: 12px;
  font-weight: 900;
}
.form-section-title strong { display: block; color: var(--navy); font-size: 18px; }
.form-section-title small { display: block; margin-top: 3px; color: #7a8698; font-size: 12px; }
.payment-title { margin-top: 28px; }
.payment-title > span { background: var(--soft-orange); color: var(--orange-dark); }
.form-grid { display: grid; gap: 16px; }
.form-grid.two-col { grid-template-columns: 1fr 1fr; }
#pre-registration-form label > span,
.business-payment-fields label > span {
  display: block;
  margin-bottom: 7px;
  color: #36445b;
  font-size: 13px;
  font-weight: 800;
}
#pre-registration-form label > span em { color: var(--orange); font-style: normal; }
#pre-registration-form input[type="text"],
#pre-registration-form input[type="tel"],
#pre-registration-form input[type="email"],
#pre-registration-form select,
#pre-registration-form textarea {
  width: 100%;
  border: 1px solid #dfe3e8;
  border-radius: 13px;
  background: #fff;
  color: var(--navy);
  font: inherit;
  font-size: 14px;
  outline: none;
  transition: border-color .16s ease, box-shadow .16s ease;
}
#pre-registration-form input[type="text"],
#pre-registration-form input[type="tel"],
#pre-registration-form input[type="email"],
#pre-registration-form select { height: 48px; padding: 0 14px; }
#pre-registration-form textarea { min-height: 82px; padding: 12px 14px; resize: vertical; line-height: 1.55; }
#pre-registration-form input:focus,
#pre-registration-form select:focus,
#pre-registration-form textarea:focus { border-color: var(--teal); box-shadow: 0 0 0 4px rgba(15,139,141,.09); }
.form-full { display: block; margin-top: 16px; }
.payment-choice-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.payment-choice {
  position: relative;
  display: block;
  min-height: 106px;
  padding: 16px;
  border: 1px solid #dfe3e8;
  border-radius: 16px;
  background: #fff;
  cursor: pointer;
  transition: border-color .18s ease, background .18s ease, transform .18s ease;
}
.payment-choice:hover { transform: translateY(-1px); border-color: #cfd6df; }
.payment-choice.selected,
.payment-choice:has(input:checked) { border-color: var(--orange); background: #fff8f1; box-shadow: 0 0 0 3px rgba(245,106,11,.08); }
.payment-choice input { position: absolute; top: 14px; right: 14px; accent-color: var(--orange); }
.payment-choice > span { margin: 0 !important; padding-right: 18px; }
.payment-choice b { display: block; color: var(--navy); font-size: 14px; }
.payment-choice small { display: block; margin-top: 8px; color: #667085; font-size: 12px; line-height: 1.55; }
.business-payment-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 14px; padding: 16px; border-radius: 16px; background: #f8fafb; }
.business-payment-fields[hidden] { display: none; }
.application-consents { display: grid; gap: 10px; margin-top: 22px; padding: 17px; border-radius: 16px; background: #f8fafb; }
.application-consents label { display: flex; align-items: flex-start; gap: 9px; cursor: pointer; }
.application-consents input { flex: 0 0 auto; margin-top: 3px; accent-color: var(--orange); }
.application-consents label > span { margin: 0 !important; color: #536174 !important; font-size: 12px !important; font-weight: 650 !important; line-height: 1.55; }
.application-form-error { min-height: 22px; margin: 13px 0 0; color: #c23a24; font-size: 12px; font-weight: 750; }
.application-submit { width: 100%; margin-top: 4px; }
.application-submit-note { margin: 11px 0 0; color: #7a8698; font-size: 11px; line-height: 1.55; text-align: center; }
.application-program-summary { padding: 22px; border-radius: 20px; background: var(--navy); color: #fff; }
.application-program-summary > span { color: #9ee0dc; font-size: 11px; font-weight: 900; letter-spacing: .08em; }
.application-program-summary > strong { display: block; margin-top: 7px; font-size: 26px; }
.application-program-summary > p { margin: 5px 0 0; color: #dce4ef; font-size: 13px; }
.application-program-summary dl { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin: 18px 0 0; }
.application-program-summary dl div { padding: 10px; border-radius: 12px; background: rgba(255,255,255,.08); }
.application-program-summary dt { color: #aeb9c9; font-size: 10px; }
.application-program-summary dd { margin: 4px 0 0; color: #fff; font-size: 13px; font-weight: 850; }
.application-flow-guide,
.payment-guide { margin-top: 24px; }
.application-flow-guide h3,
.payment-guide h3 { margin: 0 0 13px; color: var(--navy); font-size: 17px; }
.application-flow-guide ol { display: grid; gap: 11px; margin: 0; padding: 0; list-style: none; }
.application-flow-guide li { position: relative; display: flex; gap: 11px; }
.application-flow-guide li:not(:last-child)::after { content: ""; position: absolute; left: 15px; top: 32px; bottom: -11px; border-left: 1px dashed rgba(15,139,141,.34); }
.application-flow-guide li > b { z-index: 1; display: grid; place-items: center; flex: 0 0 31px; height: 31px; border-radius: 50%; background: #fff; color: var(--teal-dark); font-size: 10px; box-shadow: 0 3px 10px rgba(22,35,63,.07); }
.application-flow-guide li span { padding-top: 2px; }
.application-flow-guide li strong { display: block; color: var(--navy); font-size: 13px; }
.application-flow-guide li small { display: block; margin-top: 3px; color: #778397; font-size: 11px; line-height: 1.5; }
.payment-guide p { margin: 0 0 8px; padding: 10px 11px; border-radius: 11px; background: rgba(255,255,255,.82); color: #667085; font-size: 11px; line-height: 1.5; }
.payment-guide p strong { display: block; color: var(--navy); font-size: 12px; }
.application-guide-note { margin-top: 20px; padding: 13px; border-left: 3px solid var(--orange); border-radius: 0 12px 12px 0; background: #fff4e9; color: #6f543b; font-size: 11px; line-height: 1.6; }
.application-success { padding: 48px 20px; text-align: center; }
.application-success[hidden] { display: none; }
.success-mark { display: grid; place-items: center; width: 70px; height: 70px; margin: 0 auto 18px; border-radius: 50%; background: var(--soft-teal); color: var(--teal-dark); font-size: 34px; font-weight: 900; }
.application-success h3 { margin: 0; color: var(--navy); font-size: 30px; }
.application-success > p:not(.eyebrow) { max-width: 560px; margin: 14px auto 0; color: #667085; font-size: 15px; line-height: 1.75; }
.application-success ol { display: grid; grid-template-columns: repeat(4, 1fr); gap: 9px; max-width: 650px; margin: 28px auto; padding: 0; list-style: none; counter-reset: steps; }
.application-success li { padding: 13px 8px; border-radius: 13px; background: #f7f8fa; color: var(--navy); font-size: 12px; font-weight: 800; }
.registration-result-frame { position: absolute; width: 1px; height: 1px; border: 0; opacity: 0; pointer-events: none; }
.hp-field { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; }

@media (max-width: 900px) {
  .application-backdrop { padding: 14px; align-items: flex-start; }
  .application-modal { max-height: calc(100vh - 28px); border-radius: 22px; }
  .application-modal-head { padding: 28px 62px 22px 22px; }
  .application-status { display: none; }
  .application-layout { grid-template-columns: 1fr; }
  .application-form-panel { padding: 24px 22px 30px; }
  .application-guide-panel { border-top: 1px solid #e8e4dd; border-left: 0; padding: 24px 22px 30px; }
}
@media (max-width: 620px) {
  .application-backdrop { padding: 0; }
  .application-modal { width: 100%; max-height: 100vh; min-height: 100vh; border-radius: 0; }
  .application-modal-head { padding-top: 24px; }
  .application-modal-head h2 { font-size: 29px; }
  .application-modal-head > div > p:last-child { font-size: 13px; }
  .form-grid.two-col,
  .business-payment-fields { grid-template-columns: 1fr; }
  .payment-choice-grid { grid-template-columns: 1fr; }
  .payment-choice { min-height: 82px; }
  .application-success ol { grid-template-columns: 1fr 1fr; }
}

/* ===== v0.17 compact landing + larger desktop navigation ===== */

/* 데스크톱 상단 메뉴: 글자와 클릭 영역을 키워 작은 텍스트 링크처럼 보이지 않게 함 */
@media (min-width: 1081px) {
  .site-header {
    min-height: 78px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav {
    gap: 4px;
    font-size: 17px;
    font-weight: 800;
    letter-spacing: -0.025em;
  }

  .nav a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 10px 12px;
    border-radius: 11px;
    transition: background-color .18s ease, color .18s ease;
  }

  .nav a:hover,
  .nav a:focus-visible {
    background: var(--soft-teal);
    color: var(--teal-dark);
  }

  .nav a::after {
    left: 12px;
    right: calc(100% - 12px);
    bottom: 4px;
  }

  .nav a:hover::after,
  .nav a:focus-visible::after {
    right: 12px;
  }

  .header-cta {
    min-height: 46px;
    padding: 11px 20px;
    font-size: 16px;
  }
}

/* 전체 세로 길이를 줄이되 콘텐츠는 삭제하지 않는 압축형 레이아웃 */
@media (min-width: 761px) {
  .container {
    width: min(1120px, calc(100% - 48px));
  }

  .section-pad {
    padding: 76px 0;
  }

  .section-head.center {
    margin-bottom: 34px;
  }

  .section-head p:not(.eyebrow) {
    margin-top: 14px;
    font-size: 17px;
    line-height: 1.7;
  }

  .hero {
    padding-top: 54px;
    padding-bottom: 60px;
  }

  .hero-grid {
    width: min(1180px, calc(100% - 48px));
    grid-template-columns: minmax(470px, .96fr) minmax(540px, 1.04fr);
    gap: 44px;
  }

  .hero-copy .eyebrow {
    margin-bottom: 16px;
  }

  .hero h1 {
    max-width: 620px;
    font-size: clamp(52px, 4.7vw, 70px);
    line-height: 1.06;
  }

  .hero-sub {
    max-width: 610px;
    margin-top: 20px;
    font-size: 17px;
    line-height: 1.66;
  }

  .hero-cta-row {
    margin-top: 24px;
  }

  .hero-proof-points {
    gap: 10px;
    margin-top: 24px;
  }

  .hero-proof-points div {
    min-height: 142px;
    padding: 16px 16px 15px;
  }

  .hero-proof-points .proof-number {
    margin-bottom: 8px;
  }

  .hero-proof-points .proof-icon {
    width: 48px;
    height: 48px;
  }

  .hero-proof-points .proof-icon svg {
    width: 34px;
    height: 34px;
  }

  .hero-proof-points strong {
    font-size: 16px;
  }

  .hero-proof-points small {
    margin-top: 9px;
    line-height: 1.45;
  }

  .hero-visual-wrap::before {
    width: 310px;
    height: 310px;
    right: -70px;
    top: -58px;
  }

  .hero-cohort-card {
    min-height: 132px;
    margin-top: 14px;
  }

  .cohort-brand-panel {
    padding: 20px 22px;
  }

  .cohort-fact {
    padding: 16px 12px;
  }

  .cohort-icon {
    width: 38px;
    height: 38px;
    margin-bottom: 6px;
  }

  .cohort-icon svg {
    width: 31px;
    height: 31px;
  }

  #why .container,
  .system-section .container {
    width: min(1120px, calc(100% - 48px));
  }

  #why .split-head {
    gap: 54px;
    margin-bottom: 40px;
  }

  #why .split-head h2 {
    max-width: 620px;
    font-size: clamp(42px, 4vw, 58px);
  }

  #why .split-head > p {
    max-width: 520px;
    font-size: 17px;
    line-height: 1.7;
  }

  .pain-grid {
    gap: 18px;
  }

  .pain-grid article {
    min-height: 348px;
    padding: 22px 22px 24px;
  }

  .pain-grid article:not(:last-child)::after,
  .pain-grid article:not(:last-child)::before {
    display: none;
  }

  .pain-icon {
    width: 92px;
    height: 92px;
    margin: 8px auto 18px;
  }

  .pain-icon svg {
    width: 64px;
    height: 64px;
  }

  .pain-grid h3 {
    min-height: 56px;
    font-size: 20px;
  }

  .pain-grid p {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.65;
  }

  .statement-section {
    padding: 54px 0;
  }

  .statement-card {
    padding: 46px 54px;
  }

  .statement-card p {
    margin-bottom: 16px;
  }

  .statement-card h2 {
    font-size: clamp(32px, 3.8vw, 50px);
    line-height: 1.24;
  }

  .statement-accent {
    margin-top: 24px;
  }

  .validation-flow {
    gap: 12px;
    margin-top: 34px;
  }

  .validation-step {
    min-height: 292px;
    padding: 20px 17px 18px;
  }

  .step-number {
    width: 40px;
    height: 40px;
  }

  .validation-step h3 {
    margin: 18px 0 14px;
    font-size: 20px;
  }

  .step-question,
  .step-output {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .evidence-grid {
    gap: 42px;
  }

  .evidence-copy h2 {
    font-size: clamp(40px, 4.2vw, 58px);
  }

  .evidence-copy > p:not(.eyebrow) {
    margin-top: 20px;
    font-size: 17px;
    line-height: 1.72;
  }

  .evidence-note {
    margin-top: 22px;
    padding: 15px 17px;
  }

  .evidence-panel {
    padding: 27px 27px 24px;
  }

  .evidence-levels {
    min-height: 330px;
    margin-top: 20px;
  }

  .evidence-level {
    padding: 17px 12px;
  }

  .level-1 { height: 188px; }
  .level-2 { height: 220px; }
  .level-3 { height: 252px; }
  .level-4 { height: 284px; }
  .level-5 { height: 316px; }

  .evidence-decision {
    margin-top: 20px;
    padding-top: 17px;
  }

  .diagnosis-layout-v2 {
    gap: 52px;
  }

  .diagnosis-copy-v2 h2 {
    font-size: clamp(40px, 3.9vw, 56px);
  }

  .diagnosis-lead {
    margin-top: 19px;
    font-size: 16px;
    line-height: 1.72;
  }

  .diagnosis-checkpoints,
  .diagnosis-microcopy {
    margin-top: 18px;
  }

  .diagnosis-actions {
    margin-top: 22px;
  }

  .diagnosis-results-v2 {
    padding: 24px;
  }

  .diagnosis-type-card {
    min-height: 148px;
    padding: 18px;
  }

  .program-showcase-head {
    margin-bottom: 26px;
  }

  .program-showcase-head h2 {
    font-size: clamp(44px, 4.6vw, 62px);
  }

  .program-overview-v2,
  .program-facts-v2,
  .program-outcomes-v2,
  .program-actions-v2 {
    padding: 30px;
  }

  .program-summary {
    font-size: 18px;
    line-height: 1.65;
  }

  .program-core-flow {
    margin-top: 22px;
    padding: 15px;
  }

  .staff-card {
    min-height: 238px;
    padding: 24px;
  }

  .staff-avatar {
    margin-bottom: 18px;
  }

  .faq-layout {
    gap: 48px;
  }

  .final-card {
    padding: 48px 34px;
  }

  .site-footer {
    padding-top: 42px;
  }
}

@media (max-width: 760px) {
  .section-pad {
    padding: 64px 0;
  }

  .hero {
    padding-top: 42px;
    padding-bottom: 56px;
  }
}

/* v0.18 operating-system link */
.schedule-empty{padding:30px;border:1px dashed rgba(22,35,63,.25);border-radius:18px;background:#fff;text-align:center;color:#45516a}
.schedule-empty strong{display:block;color:#16233f;font-size:1.05rem;margin-bottom:6px}

/* 시간표는 서버의 최신 공개 데이터로 다시 그려진다. 초기 HTML의 과거 시간표가
   먼저 보였다가 최신 카드형으로 바뀌는 현상을 막기 위해, 완성 전에는 숨긴다. */
#schedule-list.schedule-list-pending { visibility: hidden; }

/* ===== v0.22 desktop density & balance ===== */
#current-operation { white-space: pre-line; }

.staff-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}
.staff-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 6px 10px;
  border-radius: 999px;
  background: #f5f7fa;
  color: #475467;
  font-size: 11px;
  font-weight: 800;
}

.session-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 12px;
}
.session-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 5px 8px;
  border-radius: 999px;
  background: #f3f6f8;
  color: #526071;
  font-size: 10px;
  font-weight: 800;
}
.session-description { font-size: 13px; line-height: 1.65; }
.mentoring-note {
  display: grid;
  grid-template-columns: minmax(210px, .32fr) minmax(0, .68fr);
  gap: 24px;
  align-items: center;
  margin-top: 20px;
  padding: 22px 24px;
  border: 1px solid rgba(15,139,141,.18);
  border-radius: 20px;
  background: linear-gradient(135deg, #f2fbfa, #fffaf5);
}
.mentoring-note > div span,
.mentoring-note > div strong { display: block; }
.mentoring-note > div span {
  color: var(--teal);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .08em;
}
.mentoring-note > div strong { margin-top: 5px; font-size: 20px; }
.mentoring-note p { margin: 0; color: #475467; font-size: 14px; line-height: 1.75; }
.mentoring-note b { color: var(--navy); }

@media (min-width: 1024px) {
  .container { width: min(1240px, calc(100% - 64px)); }
  .section-pad { padding: 84px 0; }

  /* Hero: wider, denser, stronger right-side panel */
  .hero-grid {
    width: min(1260px, calc(100% - 64px));
    grid-template-columns: minmax(500px, .96fr) minmax(610px, 1.04fr);
    gap: 48px;
  }
  .hero h1 { max-width: 650px; font-size: clamp(58px, 5vw, 76px); }
  .hero-sub { max-width: 640px; }
  .hero-keywords { gap: 8px; margin-top: 18px; }
  .hero-keywords li { padding: 8px 11px; font-size: 12px; }
  .hero-proof-points { gap: 12px; }
  .hero-proof-points div { min-height: 154px; }
  .hero-visual-wrap { align-self: stretch; display: flex; flex-direction: column; justify-content: center; }
  .hero-cohort-card { grid-template-columns: 1.25fr repeat(3, 1fr); min-height: 142px; }
  .cohort-brand-panel { padding: 22px 24px; }
  .cohort-brand-panel p { font-size: 11px; }
  .cohort-brand-panel h2 { font-size: 25px; }
  .cohort-fact { padding: 18px 12px; }
  .cohort-fact strong { font-size: 13px; line-height: 1.35; }
  .cohort-fact small { max-width: 130px; line-height: 1.4; }

  /* Problem cards: less empty vertical space */
  #why .container { width: min(1240px, calc(100% - 64px)); }
  .pain-grid { gap: 18px; }
  .pain-grid article { min-height: 318px; padding: 24px 24px 26px; }
  .pain-icon { width: 86px; height: 86px; margin: 8px auto 16px; }
  .pain-grid h3 { min-height: 56px; }

  /* Evidence: diagram gets more room */
  .evidence-grid { grid-template-columns: .68fr 1.32fr; gap: 48px; }
  .evidence-copy h2 { font-size: clamp(44px, 4vw, 58px); }
  .evidence-panel { padding: 34px 34px 28px; }

  /* Current program: overview stronger, facts more compact */
  .current-program-section .container { width: min(1240px, calc(100% - 64px)); }
  .program-showcase { grid-template-columns: minmax(0, 1.08fr) minmax(430px, .92fr); }
  .program-overview-v2 { padding: 36px 38px 34px; }
  .program-facts-v2 { padding: 34px; }
  .program-summary { max-width: 660px; }
  .program-meta-v2 { gap: 9px; }
  .program-meta-v2 > div { min-height: 76px; padding: 13px 14px; }
  .program-meta-v2 .fact-wide { min-height: 72px; }
  .program-meta-v2 dd { font-size: 13px; }
  .program-outcomes-v2 { grid-template-columns: minmax(260px, .34fr) minmax(0, .66fr); gap: 32px; padding: 32px 38px; }
  .outcome-grid-v2 article { min-height: 112px; padding: 16px; }

  /* Timetable: 2-column cards with balanced last row */
  #schedule .container { width: min(1240px, calc(100% - 64px)); }
  .timeline { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
  .timeline-item {
    grid-template-columns: 62px minmax(0, 1fr);
    align-content: start;
    align-items: start;
    min-height: 292px;
    padding: 22px;
  }
  .timeline-item:last-child:nth-child(odd) { grid-column: 1 / -1; min-height: 230px; }
  .timeline-item:last-child:nth-child(odd) .timeline-body { padding-right: 260px; }
  .timeline-item:last-child:nth-child(odd) .session-output {
    position: absolute;
    right: 22px;
    top: 22px;
    width: 235px;
  }
  .timeline-item:last-child:nth-child(odd) { position: relative; }
  .session-no { width: 56px; height: 56px; border-radius: 17px; }
  .timeline-body h3 { font-size: 20px; line-height: 1.42; }
  .timeline-body { min-width: 0; }
  .session-output { grid-column: 2; align-self: end; margin-top: 8px; }
  .facilitator-label { margin-top: 8px; }

  /* Staff cards: equal height with useful metadata */
  .staff-grid { gap: 20px; }
  .staff-card {
    display: flex;
    flex-direction: column;
    min-height: 302px;
    padding: 28px;
  }
  .staff-card > p:not(.role-label) { flex: 1 1 auto; margin: 12px 0 0; color: var(--text-gray); line-height: 1.72; }
  .staff-meta { margin-top: 20px; }

  /* System: screen is the hero of the section */
  .system-section .container { width: min(1280px, calc(100% - 64px)); }
  .system-showcase { grid-template-columns: minmax(360px, .68fr) minmax(720px, 1.32fr); gap: 44px; }
  .system-copy h2 { font-size: clamp(42px, 3.3vw, 52px); }
  .system-copy > p:not(.eyebrow) { font-size: 17px; line-height: 1.78; }
  .system-feature-grid { gap: 10px; margin-top: 24px; }
  .system-feature-card { min-height: 66px; padding: 10px 12px; }
  .system-feature-icon { width: 40px; height: 40px; border-radius: 13px; }
  .system-feature-icon svg { width: 24px; height: 24px; }
  .system-feature-card strong { font-size: 14px; }
  .system-dashboard { border-width: 10px; }

  /* Team & FAQ containers align with main content width */
  #staff .container, #faq .container { width: min(1240px, calc(100% - 64px)); }
}

@media (min-width: 1024px) and (max-width: 1180px) {
  .timeline { grid-template-columns: 1fr; }
  .timeline-item:last-child:nth-child(odd) { grid-column: auto; min-height: 292px; }
  .timeline-item:last-child:nth-child(odd) .timeline-body { padding-right: 0; }
  .timeline-item:last-child:nth-child(odd) .session-output { position: static; width: auto; }
}

@media (max-width: 760px) {
  .staff-meta { margin-top: 14px; }
  .session-meta { margin-bottom: 10px; }
  .mentoring-note { grid-template-columns: 1fr; gap: 10px; padding: 18px; }
  .mentoring-note > div strong { font-size: 18px; }
}

/* Sticky header anchor compensation */
section[id] { scroll-margin-top: 92px; }


/* v0.24: PROFILE CARDS - 현재 랜딩 구조 유지 + 사람/운영주체 신뢰 강화 */
.program-team-strip{display:flex;align-items:center;justify-content:center;gap:18px;margin:0 auto 26px;padding:14px 18px;border:1px solid #dfe8e5;border-radius:18px;background:linear-gradient(135deg,#f8fbfa,#fff9f4);max-width:720px}.program-team-strip>div{display:flex;align-items:baseline;gap:8px}.program-team-strip small{color:var(--text-gray);font-size:11px;font-weight:800}.program-team-strip strong{color:var(--navy);font-size:14px}.program-team-strip>span{color:#b4bdc6;font-weight:900}
.staff-card{display:flex;flex-direction:column;min-height:0;overflow:hidden;padding:0}.staff-photo-wrap{aspect-ratio:4/5;width:100%;overflow:hidden;background:#eef2f3}.staff-photo-wrap img{width:100%;height:100%;object-fit:cover;object-position:center top}.staff-photo-wrap.is-placeholder{display:grid;place-items:center;background:linear-gradient(145deg,#f2f5f6,#e8eeee);color:#8b97a4;font-size:13px;font-weight:850}.staff-card>.role-label,.staff-card>h3,.staff-card>.staff-org,.staff-card>.staff-description,.staff-card>.staff-careers,.staff-card>.staff-meta{margin-left:24px;margin-right:24px}.staff-card>.role-label{margin-top:22px}.staff-card>h3{margin-top:2px;margin-bottom:0;font-size:24px}.staff-org{margin-top:4px!important;margin-bottom:0!important;color:#5d6b7c!important;font-size:13px;font-weight:800}.staff-description{margin-top:12px!important;color:var(--text-gray);line-height:1.72}.staff-careers{margin-top:14px;margin-bottom:0;padding-left:18px;color:#596678;font-size:12px;line-height:1.65}.staff-careers li+li{margin-top:3px}.staff-meta{margin-top:auto!important;margin-bottom:24px!important;padding-top:18px}.staff-card.pm-card{border-color:#bfe1dd;box-shadow:0 18px 42px rgba(15,139,141,.10)}
@media(max-width:760px){.program-team-strip{align-items:stretch;flex-direction:column;gap:8px}.program-team-strip>span{display:none}.program-team-strip>div{justify-content:space-between}.staff-card>.role-label,.staff-card>h3,.staff-card>.staff-org,.staff-card>.staff-description,.staff-card>.staff-careers,.staff-card>.staff-meta{margin-left:20px;margin-right:20px}}

/* v0.25: TEAM CARD TIDY1 - GSMP 참고형 사진/텍스트 위계 정리 */
.staff-grid{
  align-items:stretch;
  gap:22px;
}
.staff-card{
  border-radius:22px;
  background:#fff;
}
.staff-photo-wrap{
  aspect-ratio:4/5;
  border-bottom:1px solid #edf1f2;
}
.staff-photo-wrap img{
  object-fit:cover;
  object-position:center top;
}
.staff-photo-wrap.is-placeholder{
  background:linear-gradient(145deg,#f5f7f7,#eaf0ef);
  color:#8a96a3;
}
.staff-card>.role-label,
.staff-card>h3,
.staff-card>.staff-org,
.staff-card>.staff-description,
.staff-card>.staff-careers,
.staff-card>.staff-meta{
  margin-left:24px;
  margin-right:24px;
}
.staff-card>.role-label{
  align-self:flex-start;
  display:inline-flex;
  align-items:center;
  min-height:28px;
  margin-top:20px;
  margin-bottom:8px;
  padding:6px 10px;
  border-radius:999px;
  background:#eef9f7;
  color:#087e80;
  font-size:11px;
  font-weight:900;
  line-height:1.2;
  letter-spacing:-.01em;
}
.staff-card>h3{
  min-height:34px;
  margin-top:0;
  margin-bottom:0;
  color:var(--navy);
  font-size:25px;
  line-height:1.28;
  letter-spacing:-.035em;
}
.staff-card>.staff-org{
  flex:none!important;
  min-height:20px;
  margin-top:5px!important;
  margin-bottom:0!important;
  color:#657286!important;
  font-size:12px;
  font-weight:800;
  line-height:1.45;
}
.staff-card>.staff-description{
  flex:none!important;
  min-height:68px;
  margin-top:14px!important;
  margin-bottom:0!important;
  color:#48566a!important;
  font-size:13px;
  line-height:1.72;
}
.staff-card>.staff-careers{
  min-height:88px;
  margin-top:14px;
  margin-bottom:0;
  padding-left:18px;
  color:#637084;
  font-size:11px;
  line-height:1.65;
}
.staff-card>.staff-careers li+li{margin-top:3px}
.staff-card>.staff-meta{
  display:flex;
  flex-wrap:wrap;
  gap:7px;
  margin-top:auto!important;
  margin-bottom:22px!important;
  padding-top:18px;
  border-top:1px solid #eef2f2;
}
.staff-card>.staff-meta span{
  margin:0;
  padding:6px 9px;
  border-radius:999px;
  background:#f5f7f8;
  color:#536176;
  font-size:10px;
  font-weight:850;
}
.staff-card.pm-card{
  border-color:#b9ded9;
  box-shadow:0 18px 42px rgba(15,139,141,.10);
}
.program-team-strip{
  max-width:760px;
  margin-bottom:28px;
  padding:15px 20px;
}
.program-team-strip small{font-size:11px}
.program-team-strip strong{font-size:15px}
@media(max-width:760px){
  .staff-card>.role-label,
  .staff-card>h3,
  .staff-card>.staff-org,
  .staff-card>.staff-description,
  .staff-card>.staff-careers,
  .staff-card>.staff-meta{margin-left:20px;margin-right:20px}
  .staff-card>.staff-description{min-height:0}
  .staff-card>.staff-careers{min-height:0}
}


/* v0.26: TEXT-ALIGN1 - 팀 카드 본문 행 정렬만 보정 */
.staff-card-body{
  display:grid;
  grid-template-rows: 38px 38px 28px 82px 100px auto;
  flex:1 1 auto;
  min-height:0;
  padding:20px 24px 22px;
}
.staff-card-body .staff-role-slot,
.staff-card-body .staff-name-slot,
.staff-card-body .staff-org-slot,
.staff-card-body .staff-description-slot,
.staff-card-body .staff-career-slot{
  min-width:0;
}
.staff-card-body .role-label,
.staff-card-body h3,
.staff-card-body .staff-org,
.staff-card-body .staff-description,
.staff-card-body .staff-careers,
.staff-card-body .staff-meta{
  margin-left:0!important;
  margin-right:0!important;
}
.staff-card-body .staff-role-slot{display:flex;align-items:flex-start}
.staff-card-body .role-label{
  align-self:flex-start;
  display:inline-flex;
  align-items:center;
  min-height:26px;
  margin:0;
  padding:6px 10px;
  border-radius:999px;
  background:#eef9f7;
  color:#087e80;
  font-size:11px;
  font-weight:900;
  line-height:1.2;
  letter-spacing:-.01em;
}
.staff-card-body .staff-name-slot{display:flex;align-items:flex-start}
.staff-card-body h3{
  margin:0;
  color:var(--navy);
  font-size:25px;
  line-height:1.28;
  letter-spacing:-.035em;
}
.staff-card-body .staff-org-slot{display:flex;align-items:flex-start}
.staff-card-body .staff-org{
  margin:0!important;
  color:#657286!important;
  font-size:12px;
  font-weight:800;
  line-height:1.45;
}
.staff-card-body .staff-org.is-empty{visibility:hidden}
.staff-card-body .staff-description-slot{display:flex;align-items:flex-start}
.staff-card-body .staff-description{
  margin:0!important;
  color:#48566a!important;
  font-size:13px;
  line-height:1.72;
}
.staff-card-body .staff-career-slot{overflow:hidden}
.staff-card-body .staff-careers{
  min-height:0;
  margin:0;
  padding-left:18px;
  color:#637084;
  font-size:11px;
  line-height:1.65;
}
.staff-card-body .staff-careers.is-empty{height:100%;padding:0}
.staff-card-body .staff-meta{
  align-self:end;
  display:flex;
  flex-wrap:wrap;
  gap:7px;
  margin:0!important;
  padding-top:16px;
  border-top:1px solid #eef2f2;
}
.staff-card-body .staff-meta span{
  margin:0;
  padding:6px 9px;
  border-radius:999px;
  background:#f5f7f8;
  color:#536176;
  font-size:10px;
  font-weight:850;
}
@media(max-width:760px){
  .staff-card-body{
    grid-template-rows:auto;
    gap:8px;
    padding:18px 20px 20px;
  }
  .staff-card-body .staff-meta{margin-top:8px!important}
}

/* v0.27 CONNECTION1: actual landing preview banner */
.preview-mode-banner{
  position:sticky;top:0;z-index:9999;
  width:100%;padding:10px 16px;text-align:center;
  background:#fff3e8;border-bottom:1px solid #f3c59d;
  color:#a64300;font-size:13px;font-weight:800;letter-spacing:-.01em;
}


/* v0.28 CONNECTION-FIX1: embedded admin preview */
html[data-embed-preview="Y"] body{min-width:0}
html[data-embed-preview="Y"] .preview-mode-banner{position:sticky;top:0;z-index:1000}

/* v0.32: image and text are separate in the hero visual */
.hero-flow-visual{position:relative;min-height:430px;padding:34px 26px 72px;overflow:hidden;border:1px solid var(--light-gray);background:#fff;box-shadow:var(--shadow-sm)}
.hero-flow-backdrop{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0}
.hero-flow-visual::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.30));z-index:1;pointer-events:none}
.hero-flow-overlay{position:relative;z-index:2;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;align-items:stretch;margin-top:54px}
.hero-flow-overlay article{min-width:0;min-height:215px;padding:18px 13px;border:1px solid rgba(22,35,63,.10);border-radius:22px;background:rgba(255,255,255,.94);box-shadow:0 12px 28px rgba(22,35,63,.08);display:flex;flex-direction:column;align-items:center;text-align:center}
.hero-flow-overlay article:nth-child(2),.hero-flow-overlay article:nth-child(4){background:rgba(234,247,246,.96)}
.hero-flow-overlay article:nth-child(3){background:rgba(255,242,232,.97)}
.hero-flow-overlay article>span{display:grid;place-items:center;width:38px;height:38px;border-radius:12px;background:var(--navy);color:#fff;font-size:12px;font-weight:900;margin-bottom:34px}
.hero-flow-overlay article:nth-child(2)>span,.hero-flow-overlay article:nth-child(4)>span{background:var(--teal)}
.hero-flow-overlay article:nth-child(3)>span{background:var(--orange)}
.hero-flow-overlay strong{font-size:17px;line-height:1.25;word-break:keep-all}.hero-flow-overlay small{margin-top:10px;color:var(--text-gray);font-size:11px;line-height:1.4;word-break:keep-all}
.hero-flow-footer{position:absolute;z-index:2;left:50%;bottom:24px;transform:translateX(-50%);padding:10px 18px;border-radius:999px;background:var(--teal);color:#fff;font-size:12px;font-weight:850;white-space:nowrap}
@media(max-width:900px){.hero-flow-visual{min-height:auto;padding:26px 18px 64px}.hero-flow-overlay{grid-template-columns:repeat(2,1fr);margin-top:20px}.hero-flow-overlay article:last-child{grid-column:1/-1}.hero-flow-overlay article{min-height:160px}.hero-flow-overlay article>span{margin-bottom:20px}}
@media(max-width:560px){.hero-flow-overlay{grid-template-columns:1fr}.hero-flow-overlay article:last-child{grid-column:auto}.hero-flow-footer{position:relative;left:auto;bottom:auto;transform:none;display:block;width:max-content;max-width:100%;margin:18px auto 0}}

/* v0.39 brand image */
.brand-logo{display:block;max-width:150px;max-height:42px;width:auto;height:auto;object-fit:contain}.footer-brand-line{display:flex;align-items:center;gap:10px;margin-bottom:8px}.footer-brand-mark{display:grid;place-items:center;width:34px;height:34px;border-radius:10px;background:#fff;color:var(--navy);font-size:11px;font-weight:900}.footer-brand-logo{display:block;max-width:150px;max-height:38px;width:auto;height:auto;object-fit:contain}.footer-brand-line strong{font-size:16px}

/* v0.41: hidden brand images must never reserve space or expose alt text. */
.brand-logo[hidden], .footer-brand-logo[hidden] { display:none !important; }


/* v0.44 SECTION BUILDER + BRIDGE SECTIONS */
.bridge-start-section{background:#16233f;padding-top:52px;padding-bottom:52px}.bridge-start-card{border:1px solid rgba(255,255,255,.13);border-radius:28px;padding:46px 54px;text-align:center;background:radial-gradient(circle at 75% 10%,rgba(39,180,168,.16),transparent 32%),linear-gradient(135deg,#192a4b,#111b32);box-shadow:0 22px 70px rgba(13,24,45,.22)}.bridge-start-card h2{color:#fff;font-size:clamp(28px,3.2vw,48px);line-height:1.22;margin:10px 0 30px}.bridge-start-card .pale{color:#8fe0d5}.bridge-flow{display:flex;align-items:center;justify-content:center;gap:12px;flex-wrap:wrap}.bridge-flow span{padding:10px 15px;border-radius:999px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);color:#fff;font-weight:800;font-size:13px;letter-spacing:.04em}.bridge-flow span:nth-of-type(4),.bridge-flow span:nth-of-type(5){color:#ffb158}.bridge-flow i{font-style:normal;color:#8fe0d5}.bridge-footer{color:#c9d4e7;margin:24px 0 0;font-weight:700}
.bridge-principles-section{background:#f5f8f8}.bridge-head{max-width:800px;margin-left:auto;margin-right:auto}.bridge-principle-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:34px}.bridge-principle-grid article{position:relative;background:#fff;border:1px solid #e1e7ea;border-radius:24px;padding:30px;min-height:260px;box-shadow:0 14px 40px rgba(25,39,67,.07);overflow:hidden}.bridge-principle-grid article:nth-child(2){transform:translateY(-8px);border-color:#b8dfd9}.bridge-principle-grid article:nth-child(3){border-color:#f1c79d}.bridge-no{font-size:12px;font-weight:900;color:#8794aa}.bridge-icon{width:48px;height:48px;border-radius:14px;margin:22px 0 18px;display:grid;place-items:center;font-size:24px;background:#eef2f7;color:#16233f}.bridge-principle-grid article:nth-child(2) .bridge-icon{background:#e8f7f4;color:#158f84}.bridge-principle-grid article:nth-child(3) .bridge-icon{background:#fff1e3;color:#d86b00}.bridge-principle-grid h3{font-size:24px;margin:0 0 12px}.bridge-principle-grid p{color:#596578;line-height:1.65;margin:0 0 22px}.bridge-principle-grid small{position:absolute;bottom:26px;font-weight:900;letter-spacing:.08em;color:#16233f}.bridge-principle-grid article:nth-child(2) small{color:#158f84}.bridge-principle-grid article:nth-child(3) small{color:#d86b00}
.bridge-fit-section{background:#f6f2e9}.bridge-fit-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:22px;margin-top:32px}.bridge-fit-grid article{border-radius:24px;padding:30px 34px;background:#fff;border:1px solid #e1e4e4}.bridge-fit-grid .fit-good{border-top:5px solid #239f92}.bridge-fit-grid .fit-caution{border-top:5px solid #e6913a}.fit-label{font-size:18px;font-weight:900;margin-bottom:20px}.fit-good .fit-label{color:#167f75}.fit-caution .fit-label{color:#ba6519}.bridge-fit-grid ul{list-style:none;padding:0;margin:0}.bridge-fit-grid li{position:relative;padding:11px 0 11px 24px;border-bottom:1px solid #edf0f1;color:#39465b;line-height:1.5}.bridge-fit-grid li:last-child{border-bottom:none}.fit-good li:before{content:'✓';position:absolute;left:0;color:#239f92;font-weight:900}.fit-caution li:before{content:'△';position:absolute;left:0;color:#e6913a;font-weight:900}.bridge-fit-closing{margin-top:22px;border-radius:20px;padding:22px 26px;background:#16233f;color:#fff;display:flex;align-items:center;justify-content:space-between;gap:24px}.bridge-fit-closing strong{font-size:18px;line-height:1.5;max-width:780px}
@media(max-width:900px){.bridge-principle-grid,.bridge-fit-grid{grid-template-columns:1fr}.bridge-principle-grid article:nth-child(2){transform:none}.bridge-start-card{padding:34px 22px}.bridge-fit-closing{flex-direction:column;align-items:flex-start}.bridge-flow{gap:8px}.bridge-flow i{display:none}}


/* v0.45 template switch: bridge design skins */
.bridge-start-section.template-b{background:linear-gradient(135deg,#f7fbfb 0%,#ecf7f5 55%,#fff5ea 100%)}
.bridge-start-section.template-b .bridge-start-card{background:linear-gradient(135deg,#ffffff,#f5fbfa);border:1px solid #dbe8e5;box-shadow:0 24px 60px rgba(23,36,63,.08);text-align:left;padding:40px 42px;position:relative;overflow:hidden}
.bridge-start-section.template-b .bridge-start-card:after{content:'';position:absolute;inset:auto -60px -80px auto;width:240px;height:240px;border-radius:50%;background:radial-gradient(circle,rgba(255,177,88,.24),transparent 60%)}
.bridge-start-section.template-b .bridge-start-card h2{color:#16233f;margin-bottom:24px}
.bridge-start-section.template-b .bridge-start-card .pale{color:#159688}
.bridge-start-section.template-b .bridge-flow{justify-content:flex-start;gap:10px}
.bridge-start-section.template-b .bridge-flow span{background:#fff;color:#16233f;border-color:#dce6e7;box-shadow:0 10px 20px rgba(21,150,136,.08)}
.bridge-start-section.template-b .bridge-flow span:nth-of-type(4),.bridge-start-section.template-b .bridge-flow span:nth-of-type(5){color:#d86b00;background:#fff7ef;border-color:#f4d4ad}
.bridge-start-section.template-b .bridge-flow i{color:#159688;font-weight:900}
.bridge-start-section.template-b .bridge-footer{color:#4e6178}

.bridge-principles-section.template-b{background:#fff}
.bridge-principles-section.template-b .bridge-head{text-align:left;max-width:920px}
.bridge-principles-section.template-b .bridge-principle-grid{display:grid;grid-template-columns:1fr;gap:16px;max-width:920px;margin:34px auto 0}
.bridge-principles-section.template-b .bridge-principle-grid article{display:grid;grid-template-columns:88px 56px 1fr auto;align-items:center;min-height:auto;padding:24px 28px;border-radius:22px}
.bridge-principles-section.template-b .bridge-principle-grid article:nth-child(2){transform:none}
.bridge-principles-section.template-b .bridge-no{font-size:28px;color:#16233f}
.bridge-principles-section.template-b .bridge-icon{margin:0}
.bridge-principles-section.template-b .bridge-principle-grid h3{margin:0 0 6px;font-size:22px}
.bridge-principles-section.template-b .bridge-principle-grid p{margin:0;max-width:540px}
.bridge-principles-section.template-b .bridge-principle-grid small{position:static;display:inline-flex;align-self:center;border-radius:999px;padding:9px 14px;background:#f4f7f8}

.bridge-fit-section.template-b{background:linear-gradient(180deg,#fffdf9 0%,#f7fbfb 100%)}
.bridge-fit-section.template-b .bridge-fit-grid{grid-template-columns:1fr;gap:16px}
.bridge-fit-section.template-b .bridge-fit-grid article{box-shadow:0 16px 30px rgba(23,36,63,.06)}
.bridge-fit-section.template-b .bridge-fit-closing{background:linear-gradient(135deg,#16233f,#1f375f);flex-direction:column;align-items:flex-start}
.bridge-fit-section.template-b .bridge-fit-closing .btn{align-self:flex-end}

@media(max-width:920px){
  .bridge-principles-section.template-b .bridge-principle-grid article{grid-template-columns:1fr;align-items:start}
  .bridge-principles-section.template-b .bridge-icon{margin:10px 0 12px}
  .bridge-principles-section.template-b .bridge-principle-grid small{margin-top:16px;justify-self:start}
}


/* v0.46 · section text/image composition + responsive overrides */
[data-section-id="hero"] .hero-copy,[data-section-id="next_program"] .next-program-copy{
  justify-self:var(--copy-justify-desktop,start);align-self:var(--copy-align-desktop,center);text-align:var(--copy-text-desktop,left);
  max-width:var(--copy-width-desktop,100%);transform:translate(var(--copy-x-desktop,0),var(--copy-y-desktop,0));transition:transform .18s ease,max-width .18s ease;
}
[data-section-id="hero"][data-desktop-layout="copy_right"] .hero-copy,[data-section-id="next_program"][data-desktop-layout="copy_right"] .next-program-copy{order:2}
[data-section-id="hero"][data-desktop-layout="copy_right"] .hero-visual-wrap,[data-section-id="next_program"][data-desktop-layout="copy_right"] .program-card-img{order:1}
[data-section-id="hero"][data-desktop-layout="copy_left"] .hero-copy,[data-section-id="next_program"][data-desktop-layout="copy_left"] .next-program-copy{order:1}
[data-section-id="hero"][data-desktop-layout="copy_left"] .hero-visual-wrap,[data-section-id="next_program"][data-desktop-layout="copy_left"] .program-card-img{order:2}
[data-section-id="hero"][data-desktop-layout="copy_top"] .hero-grid,[data-section-id="hero"][data-desktop-layout="copy_bottom"] .hero-grid,[data-section-id="next_program"][data-desktop-layout="copy_top"] .next-program-grid,[data-section-id="next_program"][data-desktop-layout="copy_bottom"] .next-program-grid{grid-template-columns:1fr}
[data-section-id="hero"][data-desktop-layout="copy_top"] .hero-copy,[data-section-id="next_program"][data-desktop-layout="copy_top"] .next-program-copy{order:1}
[data-section-id="hero"][data-desktop-layout="copy_top"] .hero-visual-wrap,[data-section-id="next_program"][data-desktop-layout="copy_top"] .program-card-img{order:2}
[data-section-id="hero"][data-desktop-layout="copy_bottom"] .hero-copy,[data-section-id="next_program"][data-desktop-layout="copy_bottom"] .next-program-copy{order:2}
[data-section-id="hero"][data-desktop-layout="copy_bottom"] .hero-visual-wrap,[data-section-id="next_program"][data-desktop-layout="copy_bottom"] .program-card-img{order:1}
@media(max-width:760px){
  [data-section-id="hero"] .hero-grid,[data-section-id="next_program"] .next-program-grid{grid-template-columns:1fr!important}
  [data-section-id="hero"] .hero-copy,[data-section-id="next_program"] .next-program-copy{justify-self:var(--copy-justify-mobile,start);align-self:var(--copy-align-mobile,start);text-align:var(--copy-text-mobile,left);max-width:var(--copy-width-mobile,100%);transform:translate(var(--copy-x-mobile,0),var(--copy-y-mobile,0))}
  [data-section-id="hero"][data-mobile-layout="copy_top"] .hero-copy,[data-section-id="next_program"][data-mobile-layout="copy_top"] .next-program-copy{order:1}
  [data-section-id="hero"][data-mobile-layout="copy_top"] .hero-visual-wrap,[data-section-id="next_program"][data-mobile-layout="copy_top"] .program-card-img{order:2}
  [data-section-id="hero"][data-mobile-layout="copy_bottom"] .hero-copy,[data-section-id="next_program"][data-mobile-layout="copy_bottom"] .next-program-copy{order:2}
  [data-section-id="hero"][data-mobile-layout="copy_bottom"] .hero-visual-wrap,[data-section-id="next_program"][data-mobile-layout="copy_bottom"] .program-card-img{order:1}
}

/* v0.46 · Hero visual overlay placement for external background artwork */
[data-section-id="hero"] .hero-flow-overlay{width:var(--overlay-width-desktop,100%);transform:translate(var(--overlay-x-desktop,0),var(--overlay-y-desktop,0))}
[data-section-id="hero"][data-overlay-desktop$="_left"] .hero-flow-overlay{margin-left:0;margin-right:auto}
[data-section-id="hero"][data-overlay-desktop$="_center"] .hero-flow-overlay{margin-left:auto;margin-right:auto}
[data-section-id="hero"][data-overlay-desktop$="_right"] .hero-flow-overlay{margin-left:auto;margin-right:0}
[data-section-id="hero"][data-overlay-desktop^="top_"] .hero-flow-overlay{margin-top:12px}
[data-section-id="hero"][data-overlay-desktop^="middle_"] .hero-flow-overlay{margin-top:54px}
[data-section-id="hero"][data-overlay-desktop^="bottom_"] .hero-flow-overlay{margin-top:104px}
@media(max-width:760px){
  [data-section-id="hero"] .hero-flow-overlay{width:var(--overlay-width-mobile,100%);transform:translate(var(--overlay-x-mobile,0),var(--overlay-y-mobile,0))}
  [data-section-id="hero"][data-overlay-mobile$="_left"] .hero-flow-overlay{margin-left:0;margin-right:auto}
  [data-section-id="hero"][data-overlay-mobile$="_center"] .hero-flow-overlay{margin-left:auto;margin-right:auto}
  [data-section-id="hero"][data-overlay-mobile$="_right"] .hero-flow-overlay{margin-left:auto;margin-right:0}
  [data-section-id="hero"][data-overlay-mobile^="top_"] .hero-flow-overlay{margin-top:20px}
  [data-section-id="hero"][data-overlay-mobile^="middle_"] .hero-flow-overlay{margin-top:44px}
  [data-section-id="hero"][data-overlay-mobile^="bottom_"] .hero-flow-overlay{margin-top:72px}
}


/* v0.48 · generic external-AI visual modes */
.section-ai-visual{
  width:min(1160px,calc(100% - 40px));
  margin:0 auto 34px;
  border-radius:24px;
  overflow:hidden;
}
.section-ai-visual img{
  display:block;
  width:100%;
  aspect-ratio:16/8;
  object-fit:cover;
}
.section-ai-visual img[data-desktop-fit="contain"]{object-fit:contain;background:rgba(255,255,255,.7)}
.section-ai-image-text.section-ai-pos-bottom > .section-ai-visual{margin:34px auto 0}
.section-ai-image-text.section-ai-pos-left,
.section-ai-image-text.section-ai-pos-right{
  display:grid;
  grid-template-columns:minmax(0,var(--section-ai-width,42%)) minmax(0,1fr);
  gap:42px;
  align-items:center;
  padding-left:max(20px,calc((100vw - 1160px)/2));
  padding-right:max(20px,calc((100vw - 1160px)/2));
}
.section-ai-image-text.section-ai-pos-right{grid-template-columns:minmax(0,1fr) minmax(0,var(--section-ai-width,42%))}
.section-ai-image-text.section-ai-pos-left > .section-ai-visual,
.section-ai-image-text.section-ai-pos-right > .section-ai-visual{
  width:100%;
  margin:0;
}
.section-ai-image-text.section-ai-pos-left > .container,
.section-ai-image-text.section-ai-pos-right > .container{
  width:100%;
  margin:0;
}
.section-ai-image-text.section-ai-pos-right > .section-ai-visual{order:2}
.section-ai-image-text.section-ai-pos-right > .container{order:1}
.section-ai-full-image{padding:0!important}
.section-ai-full-image > .section-ai-visual{
  width:100%;
  max-width:none;
  margin:0;
  border-radius:0;
}
.section-ai-full-image > .section-ai-visual img{
  width:100%;
  aspect-ratio:auto;
  max-height:none;
  object-fit:contain;
}
.section-original-hidden{display:none!important}
@media(max-width:820px){
  .section-ai-image-text.section-ai-pos-left,
  .section-ai-image-text.section-ai-pos-right{
    display:block;
    padding-left:0;
    padding-right:0;
  }
  .section-ai-image-text.section-ai-pos-left > .section-ai-visual,
  .section-ai-image-text.section-ai-pos-right > .section-ai-visual{
    width:min(1160px,calc(100% - 28px));
    margin:0 auto 24px;
  }
  .section-ai-image-text.section-ai-pos-left > .container,
  .section-ai-image-text.section-ai-pos-right > .container{
    width:min(1160px,calc(100% - 28px));
    margin:0 auto;
  }
  .section-ai-visual img[data-mobile-fit="contain"]{object-fit:contain}
  .section-ai-visual[data-mobile-position="bottom"]{order:2;margin-top:24px;margin-bottom:0}
}


/* v0.49 overlay text on external AI image */
.section-ai-overlay{position:relative;display:flex;justify-content:var(--section-overlay-justify,flex-start);align-items:var(--section-overlay-align,center);overflow:hidden;min-height:560px;padding:40px max(20px,calc((100vw - 1160px)/2))}
.section-ai-overlay > .section-ai-visual{position:absolute;inset:0;width:100%;height:100%;margin:0;max-width:none;border-radius:0;z-index:0}
.section-ai-overlay > .section-ai-visual img{width:100%;height:100%;aspect-ratio:auto;object-fit:cover}
.section-ai-overlay > .section-ai-visual img[data-desktop-fit="contain"]{object-fit:contain;background:rgba(255,255,255,.72)}
.section-ai-overlay > .container{position:relative;z-index:1;width:min(var(--section-overlay-width,48%), 100%);margin:0;transform:translate(var(--section-overlay-x,0px), var(--section-overlay-y,0px));text-align:var(--section-overlay-text-align,left)}
.section-ai-overlay > .container *{text-align:inherit}
.section-ai-overlay > .container .proof-statement{margin-left:0;margin-right:0}
.section-ai-overlay > .container .process-grid,.section-ai-overlay > .container .why-grid,.section-ai-overlay > .container .principle-grid,.section-ai-overlay > .container .fit-grid,.section-ai-overlay > .container .sessions-list,.section-ai-overlay > .container .team-grid,.section-ai-overlay > .container .faq-layout,.section-ai-overlay > .container .public-results-grid,.section-ai-overlay > .container .story-grid,.section-ai-overlay > .container .mvp-grid,.section-ai-overlay > .container .review-grid{backdrop-filter:blur(4px);background:rgba(255,255,255,.72);padding:16px;border-radius:18px}
.section-ai-overlay.navy-section > .container .level-panel,.section-ai-overlay.navy-section > .container .evidence-copy,.section-ai-overlay.system-section > .container .system-copy,.section-ai-overlay.system-section > .container .system-visual{backdrop-filter:blur(4px);background:rgba(10,19,35,.58);padding:18px;border-radius:18px}
@media(max-width:820px){
  .section-ai-overlay{min-height:0;padding:24px 14px;justify-content:var(--section-overlay-mobile-justify,center);align-items:var(--section-overlay-mobile-align,flex-start)}
  .section-ai-overlay > .container{width:min(var(--section-overlay-mobile-width,100%), 100%);transform:translate(var(--section-overlay-mobile-x,0px), var(--section-overlay-mobile-y,0px));text-align:var(--section-overlay-mobile-text-align,left)}
}


/* v0.54 · C형 섹션 전용 AI 스킨 + HTML 텍스트 슬롯 */
.section-ai-slots{
  position:relative;
  overflow:hidden;
  isolation:isolate;
}
.section-ai-slots > .section-ai-visual{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  max-width:none;
  margin:0;
  border-radius:0;
  z-index:0;
  pointer-events:none;
}
.section-ai-slots > .section-ai-visual img{
  display:block;
  width:100%;
  height:100%;
  aspect-ratio:auto;
  object-fit:cover;
}
.section-ai-slots > .section-ai-visual img[data-desktop-fit="contain"]{
  object-fit:contain;
  background:#faf7f1;
}
.section-ai-slots > .container{
  position:relative;
  z-index:1;
  transform:translate(var(--section-slot-x,0px), var(--section-slot-y,0px)) scale(var(--section-slot-scale,1));
  transform-origin:center center;
}

/* PC에서만 AI 스킨의 카드/도형 위에 HTML 문구를 슬롯처럼 얹습니다. */
@media (min-width:821px){
  .section-ai-slots-problem{
    background:#f8f4ed !important;
  }
  .section-ai-slots-problem .pain-grid article{
    background:transparent !important;
    border-color:transparent !important;
    box-shadow:none !important;
  }
  .section-ai-slots-problem .pain-icon{
    opacity:0 !important;
  }
  .section-ai-slots-problem .pain-number{
    box-shadow:none;
  }

  .section-ai-slots-method{
    background:#fff !important;
  }
  .section-ai-slots-method::before{
    display:none !important;
  }
  .section-ai-slots-method .validation-step{
    background:transparent !important;
    border-color:transparent !important;
    border-top-color:transparent !important;
    box-shadow:none !important;
  }
  .section-ai-slots-method .featured-step{
    transform:none !important;
    background:transparent !important;
    box-shadow:none !important;
  }
  .section-ai-slots-method .validation-step::before,
  .section-ai-slots-method .validation-step::after{
    display:none !important;
  }
  .section-ai-slots-method .step-output{
    background:transparent !important;
    box-shadow:none !important;
  }
}

/* 모바일 자동 최적화: 넓은 AI 스킨을 숨기고 기존 반응형 HTML 카드 디자인으로 복귀 */
@media (max-width:820px){
  .section-ai-slots[data-slot-mobile-auto="Y"] > .section-ai-visual{
    display:none !important;
  }
  .section-ai-slots[data-slot-mobile-auto="Y"] > .container{
    transform:none !important;
  }
}


/* v0.60 · 5단계 AI 디자인 + 동일 WYSIWYG HTML 텍스트 레이어 */
.method-ai-canvas{display:none}
@media (min-width:821px){
  .method-section.method-ai-canvas-active{padding:0!important;background:#fff}
  .method-section.method-ai-canvas-active::before{display:none}
  .method-section.method-ai-canvas-active > .container{display:none!important}
  .method-section.method-ai-canvas-active > .method-ai-canvas{position:relative;display:block;width:100%;overflow:hidden;background:#fff;container-type:inline-size}
  .method-ai-canvas>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block}
  .method-ai-layer{position:absolute;box-sizing:border-box;overflow:hidden;z-index:2;color:#13233e;font-size:calc(0.92cqw * var(--method-font-scale,1))}
  .method-ai-layer .method-canvas-head small{display:block;color:#087b76;font-weight:900;font-size:.72em}
  .method-ai-layer .method-canvas-head strong{display:block;margin-top:5px;font-size:2.1em;line-height:1.05;color:#14243f}
  .method-ai-layer .method-canvas-head p{margin:7px 0 0;font-size:.9em;line-height:1.45;color:#58687b}
  .method-ai-layer .method-canvas-step{font-size:1em;color:#13233e}
  .method-ai-layer .method-canvas-step-top{display:flex;justify-content:space-between;gap:5px}
  .method-ai-layer .method-canvas-step-top b{font-size:.8em}
  .method-ai-layer .method-canvas-step-top small{font-size:.6em;font-weight:900;color:#087b76}
  .method-ai-layer .method-canvas-step-title{display:block;margin:8px 0 10px;font-size:1.35em}
  .method-ai-layer .method-canvas-step>span{display:block;margin-top:6px;font-size:.58em;color:#68778a;font-weight:800}
  .method-ai-layer .method-canvas-step>p{margin:2px 0 0;font-size:.76em;line-height:1.3;font-weight:750}
  .method-ai-layer .method-canvas-step>p.output{color:#087b76}
}
@media (max-width:820px){
  .method-section.method-ai-canvas-active > .method-ai-canvas{display:none!important}
  .method-section.method-ai-canvas-active > .container{display:block!important}
}


/* v0.61 · AI 교체 미리보기는 기존 코드 디자인을 완전히 숨기고 HTML 텍스트만 새 이미지 위에 렌더링 */
@media (min-width:821px){
  .method-section.method-ai-canvas-active > .container{
    display:none!important;
    visibility:hidden!important;
    opacity:0!important;
    pointer-events:none!important;
  }
  .method-ai-layer-content{
    width:100%;height:100%;
    transform:translate(var(--method-text-x,0%),var(--method-text-y,0%));
  }
}


/* v0.62 · 공개 화면 개별 텍스트 위치 */
@media (min-width:821px){
  .method-ai-layer .method-canvas-item{
    position:relative;
    left:var(--method-item-x,0%);
    top:var(--method-item-y,0%);
    transform:scale(var(--method-item-scale,1));
    transform-origin:left top;
  }
}


/* v0.63 · 관리자와 실제 미리보기가 같은 캔버스 폭 비율로 글자를 렌더링 */
@supports not (font-size: 1cqw){
  .method-ai-layer{font-size:calc(12px * var(--method-font-scale,1))}
}


/* ==========================================================
   v0.67 ORIGINAL_DESIGN_SLIM1
   기존 v0.65 디자인/이미지 100% 유지
   중복 섹션만 숨기고 세로 여백만 축소
   ========================================================== */
.slim-hide-public{
  display:none !important;
}

/* 기존 섹션 모양은 그대로 두고 세로 길이만 약 15~20% 축소 */
body:not(.admin-page) .section-pad{
  padding-top:72px;
  padding-bottom:72px;
}

/* Hero는 기존 비주얼 유지. 첫 화면만 약간 압축 */
body:not(.admin-page) .hero.section-pad{
  padding-top:72px;
  padding-bottom:64px;
}

/* 현재 모집/시간표/사람/운영시스템 사이 여백만 정리 */
body:not(.admin-page) .current-program-section,
body:not(.admin-page) [data-section-id="schedule"],
body:not(.admin-page) [data-section-id="staff"],
body:not(.admin-page) .system-section,
body:not(.admin-page) [data-section-id="faq"]{
  padding-top:66px;
  padding-bottom:66px;
}

/* FAQ는 지나치게 길어지지 않게 */
body:not(.admin-page) [data-section-id="faq"] .faq-list{
  max-width:900px;
}

/* 최종 CTA와 footer 간격 축소 */
body:not(.admin-page) .final-cta{
  padding-top:62px;
  padding-bottom:62px;
}

@media (max-width: 760px){
  body:not(.admin-page) .section-pad,
  body:not(.admin-page) .hero.section-pad,
  body:not(.admin-page) .current-program-section,
  body:not(.admin-page) [data-section-id="schedule"],
  body:not(.admin-page) [data-section-id="staff"],
  body:not(.admin-page) .system-section,
  body:not(.admin-page) [data-section-id="faq"],
  body:not(.admin-page) .final-cta{
    padding-top:46px;
    padding-bottom:46px;
  }
}



/* ============================================================
   v0.68 CURATED LANDING — 기존 이미지/디자인 유지, 내용만 편집
   ============================================================ */

/* 현재 모집 안에서 Hero와 중복되는 흐름 설명은 숨김 */
body:not(.admin-page) .program-core-flow{
  display:none !important;
}

/* 상세 산출물 설명은 상세 프로그램 PDF로 이동 */
body:not(.admin-page) .program-outcomes-v2{
  display:none !important;
}

/* 제작진 소개는 기존 프로필 카드/사진 구조 그대로 사용하되,
   회차·산출물·긴 경력은 랜딩에서 숨김 */
body:not(.admin-page) [data-section-id="staff"] .staff-description-slot,
body:not(.admin-page) [data-section-id="staff"] .staff-career-slot,
body:not(.admin-page) [data-section-id="staff"] .staff-meta{
  display:none !important;
}

/* 미확정 멘토 안내 박스는 랜딩에서 일단 숨김 */
body:not(.admin-page) [data-section-id="schedule"] .mentoring-note{
  display:none !important;
}


/* ============================================================
   v0.70 UI_READABILITY_COMPACT1
   승인된 이미지/assets는 그대로. HTML/CSS/SVG만 수정.
   ============================================================ */

/* A. 창업 전 확인: 글씨 확대 + 아이콘 단순화 */
body:not(.admin-page) [data-section-id="problem"] .section-head{max-width:none}
body:not(.admin-page) [data-section-id="problem"] .pain-grid{gap:18px}
body:not(.admin-page) [data-section-id="problem"] .pain-grid article{
  min-height:300px;padding:24px 24px 26px
}
body:not(.admin-page) [data-section-id="problem"] .pain-icon{
  width:64px;height:64px;margin:10px auto 22px;border-radius:18px;
  background:#f4f8f7;border:1px solid rgba(15,139,141,.12);color:var(--navy)
}
body:not(.admin-page) [data-section-id="problem"] .pain-icon svg{
  width:36px;height:36px;stroke-width:2.15
}
body:not(.admin-page) [data-section-id="problem"] .pain-grid h3{
  min-height:66px;font-size:24px;line-height:1.38;letter-spacing:-.035em
}
body:not(.admin-page) [data-section-id="problem"] .pain-grid p{
  margin-top:10px;font-size:16px;line-height:1.65
}

/* B. 현재 모집: 비어 있는 항목 자체 제거 + 높이 압축 */
body:not(.admin-page) [data-section-id="current_program"] .program-showcase{
  grid-template-columns:minmax(0,1fr) minmax(420px,.88fr)
}
body:not(.admin-page) [data-section-id="current_program"] .program-overview-v2{
  padding:28px 32px 26px
}
body:not(.admin-page) [data-section-id="current_program"] .program-facts-v2{
  padding:28px 30px 26px
}
body:not(.admin-page) [data-section-id="current_program"] .program-recommend{margin-top:18px}
body:not(.admin-page) [data-section-id="current_program"] .program-recommend ul{
  margin-top:12px;gap:8px
}
body:not(.admin-page) [data-section-id="current_program"] .target-tags{margin-top:14px}
body:not(.admin-page) [data-section-id="current_program"] .program-meta-v2{
  grid-template-columns:repeat(2,minmax(0,1fr));gap:9px
}
body:not(.admin-page) [data-section-id="current_program"] .program-meta-v2 > div{
  min-height:66px;padding:12px 14px
}
body:not(.admin-page) [data-section-id="current_program"] .program-meta-v2 .fact-wide{
  min-height:64px
}
body:not(.admin-page) [data-section-id="current_program"] .program-meta-v2 > .is-empty-fact{
  display:none!important
}
body:not(.admin-page) [data-section-id="current_program"] [data-program-fact="price"]{order:1}
body:not(.admin-page) [data-section-id="current_program"] [data-program-fact="capacity"]{order:2}
body:not(.admin-page) [data-section-id="current_program"] [data-program-fact="apply-period"]{order:3}
body:not(.admin-page) [data-section-id="current_program"] [data-program-fact="schedule"]{order:4}
body:not(.admin-page) [data-section-id="current_program"] [data-program-fact="daytime"]{order:5}
body:not(.admin-page) [data-section-id="current_program"] [data-program-fact="location"]{order:6}
body:not(.admin-page) [data-section-id="current_program"] [data-program-fact="operation"]{order:7}
body:not(.admin-page) [data-section-id="current_program"] [data-program-fact="target"]{order:8}
body:not(.admin-page) [data-section-id="current_program"] .program-actions-v2{
  padding:16px 28px
}

/* C. 5회 프로그램: 읽을 수 있게 확대 + 핵심어만 골드 오렌지 */
body:not(.admin-page) [data-section-id="schedule"] .timeline{gap:16px}
body:not(.admin-page) [data-section-id="schedule"] .timeline-item{
  min-height:276px;padding:24px
}
body:not(.admin-page) [data-section-id="schedule"] .timeline-body h3{
  font-size:25px;line-height:1.38;letter-spacing:-.035em
}
body:not(.admin-page) [data-section-id="schedule"] .timeline-body > p{
  font-size:16px;line-height:1.6
}
body:not(.admin-page) [data-section-id="schedule"] .session-output small{font-size:12px}
body:not(.admin-page) [data-section-id="schedule"] .session-output strong{
  font-size:16px;line-height:1.5
}
body:not(.admin-page) [data-section-id="schedule"] .schedule-keyword{
  color:#c98216;font-weight:900
}
body:not(.admin-page) [data-section-id="schedule"] .session-no{font-size:18px}

/* D. 함께 만드는 사람들: PC 5명 한 줄 + 카드 축소 */
@media (min-width:1100px){
  body:not(.admin-page) [data-section-id="staff"] .container{
    width:min(1240px,calc(100% - 56px))
  }
  body:not(.admin-page) [data-section-id="staff"] .staff-grid{
    grid-template-columns:repeat(5,minmax(0,1fr));gap:14px
  }
  body:not(.admin-page) [data-section-id="staff"] .staff-card{
    min-width:0;border-radius:18px
  }
  body:not(.admin-page) [data-section-id="staff"] .staff-photo-wrap{aspect-ratio:4/5}
  body:not(.admin-page) [data-section-id="staff"] .staff-card-body{
    grid-template-rows:auto auto auto;gap:5px;padding:14px 14px 16px
  }
  body:not(.admin-page) [data-section-id="staff"] .staff-card-body .role-label{
    min-height:22px;padding:5px 8px;font-size:9px
  }
  body:not(.admin-page) [data-section-id="staff"] .staff-card-body h3{
    font-size:19px;line-height:1.25
  }
  body:not(.admin-page) [data-section-id="staff"] .staff-card-body .staff-org{
    font-size:10.5px;line-height:1.4
  }
}
@media (min-width:821px) and (max-width:1099px){
  body:not(.admin-page) [data-section-id="staff"] .staff-grid{
    grid-template-columns:repeat(3,minmax(0,1fr))
  }
}
@media (max-width:820px){
  body:not(.admin-page) [data-section-id="problem"] .pain-grid h3{font-size:22px}
  body:not(.admin-page) [data-section-id="problem"] .pain-grid p{font-size:15px}
  body:not(.admin-page) [data-section-id="current_program"] .program-showcase{grid-template-columns:1fr}
  body:not(.admin-page) [data-section-id="current_program"] .program-meta-v2{grid-template-columns:1fr}
  body:not(.admin-page) [data-section-id="schedule"] .timeline-body h3{font-size:22px}
}


/* ============================================================
   v0.71 GSMP_SCHEDULE_FOCUS1
   GSMP 참고: 회차 자체가 하나의 콘텐츠처럼 읽히는 구조.
   다른 섹션/이미지/카드 디자인은 변경하지 않음.
   ============================================================ */

body:not(.admin-page) [data-section-id="schedule"] .section-head{
  margin-bottom:34px;
}
body:not(.admin-page) [data-section-id="schedule"] .section-head h2{
  font-size:clamp(42px,4.4vw,62px);
  line-height:1.06;
  letter-spacing:-.055em;
}
body:not(.admin-page) [data-section-id="schedule"] .section-head .section-lead{
  max-width:760px;
  margin-left:auto;
  margin-right:auto;
  font-size:17px;
  line-height:1.7;
}

body:not(.admin-page) [data-section-id="schedule"] .timeline{
  display:grid;
  grid-template-columns:1fr;
  gap:14px;
}

body:not(.admin-page) [data-section-id="schedule"] .timeline-item.gsmp-session-card{
  position:relative;
  display:grid;
  grid-template-columns:118px minmax(0,1fr) minmax(270px,340px);
  gap:26px;
  align-items:center;
  min-height:176px;
  padding:24px 28px;
  border:1px solid rgba(22,35,63,.10);
  border-radius:24px;
  background:#fff;
  box-shadow:0 12px 28px rgba(22,35,63,.055);
}

body:not(.admin-page) [data-section-id="schedule"] .timeline-item.gsmp-session-card.featured{
  border-color:rgba(245,106,11,.34);
  box-shadow:0 16px 34px rgba(245,106,11,.08);
}

body:not(.admin-page) [data-section-id="schedule"] .session-index-block{
  align-self:stretch;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  justify-content:center;
  padding-right:22px;
  border-right:1px solid rgba(22,35,63,.09);
}
body:not(.admin-page) [data-section-id="schedule"] .session-index-block .session-no{
  display:grid;
  place-items:center;
  width:58px;
  height:58px;
  border-radius:17px;
  background:var(--navy);
  color:#fff;
  font-size:20px;
  font-weight:900;
}
body:not(.admin-page) [data-section-id="schedule"] .timeline-item.featured .session-index-block .session-no{
  background:var(--orange);
}
body:not(.admin-page) [data-section-id="schedule"] .session-index-block small{
  margin-top:9px;
  color:#7b8796;
  font-size:11px;
  font-weight:900;
  letter-spacing:.04em;
}

body:not(.admin-page) [data-section-id="schedule"] .timeline-body{
  min-width:0;
}
body:not(.admin-page) [data-section-id="schedule"] .session-meta{
  margin:0 0 12px;
  gap:7px;
}
body:not(.admin-page) [data-section-id="schedule"] .session-meta span{
  min-height:28px;
  padding:5px 9px;
  background:#f4f7f8;
  color:#667085;
  font-size:11px;
}
body:not(.admin-page) [data-section-id="schedule"] .timeline-body h3{
  margin:0;
  font-size:clamp(26px,2.35vw,34px);
  line-height:1.25;
  letter-spacing:-.045em;
}
body:not(.admin-page) [data-section-id="schedule"] .timeline-body .session-lead{
  margin:11px 0 0;
  max-width:780px;
  color:#667085;
  font-size:16px;
  line-height:1.65;
}
body:not(.admin-page) [data-section-id="schedule"] .schedule-keyword{
  color:#c98216;
  font-weight:950;
}

body:not(.admin-page) [data-section-id="schedule"] .session-side-info{
  display:grid;
  gap:10px;
  align-self:stretch;
  align-content:center;
}
body:not(.admin-page) [data-section-id="schedule"] .session-output,
body:not(.admin-page) [data-section-id="schedule"] .session-facilitator{
  grid-column:auto;
  position:static!important;
  width:auto!important;
  margin:0;
  padding:14px 16px;
  border-radius:16px;
}
body:not(.admin-page) [data-section-id="schedule"] .session-output{
  background:#eaf6f5;
}
body:not(.admin-page) [data-section-id="schedule"] .session-facilitator{
  background:#fbf7f1;
  border:1px solid #efe6dc;
}
body:not(.admin-page) [data-section-id="schedule"] .session-output small,
body:not(.admin-page) [data-section-id="schedule"] .session-facilitator small{
  display:block;
  margin:0 0 5px;
  color:var(--teal);
  font-size:10px;
  font-weight:950;
  letter-spacing:.08em;
}
body:not(.admin-page) [data-section-id="schedule"] .session-facilitator small{
  color:#9b6a28;
}
body:not(.admin-page) [data-section-id="schedule"] .session-output strong,
body:not(.admin-page) [data-section-id="schedule"] .session-facilitator strong{
  display:block;
  color:var(--navy);
  font-size:15px;
  line-height:1.45;
}

/* v0.80: 시간표 번호를 표지판이 아닌 단계 표시로 정리하고,
   AI-MVP 실습 회차에만 실제 강사를 명확히 노출합니다. */
body:not(.admin-page) [data-section-id="schedule"] .timeline-item.gsmp-session-card{
  grid-template-columns:68px minmax(0,1fr) minmax(270px,340px);
  gap:22px;
}
body:not(.admin-page) [data-section-id="schedule"] .session-index-block{
  padding-right:18px;
}
body:not(.admin-page) [data-section-id="schedule"] .session-index-block .session-no{
  width:38px;
  height:38px;
  border-radius:50%;
  background:#edf5f4;
  color:var(--teal);
  font-size:14px;
  font-weight:950;
}
body:not(.admin-page) [data-section-id="schedule"] .timeline-item.featured .session-index-block .session-no{
  background:#fff1e5;
  color:#d86a09;
}
body:not(.admin-page) [data-section-id="schedule"] .session-facilitator.instructor-feature{
  display:flex!important;
  align-items:center;
  gap:11px;
  padding:10px 13px;
  background:#f7fafb;
  border-color:#e1e9eb;
}
body:not(.admin-page) [data-section-id="schedule"] .instructor-feature img{
  width:42px;
  height:42px;
  flex:0 0 42px;
  border:2px solid #fff;
  border-radius:50%;
  object-fit:cover;
  object-position:center 18%;
  box-shadow:0 2px 8px rgba(22,35,63,.12);
}
body:not(.admin-page) [data-section-id="schedule"] .instructor-feature small{
  margin-bottom:3px;
  color:#087e80;
  font-size:8px;
}
body:not(.admin-page) [data-section-id="schedule"] .instructor-feature strong{
  font-size:14px;
  white-space:nowrap;
}
body:not(.admin-page) [data-section-id="schedule"] .instructor-feature em{
  color:#667085;
  font-size:11px;
  font-style:normal;
  font-weight:750;
}

/* 기존 2열/마지막 홀수 카드 특례를 v0.71에서 완전히 해제 */
@media (min-width:1181px){
  body:not(.admin-page) [data-section-id="schedule"] .timeline{
    grid-template-columns:1fr;
  }
  body:not(.admin-page) [data-section-id="schedule"] .timeline-item:last-child:nth-child(odd){
    grid-column:auto;
    min-height:176px;
  }
  body:not(.admin-page) [data-section-id="schedule"] .timeline-item:last-child:nth-child(odd) .timeline-body{
    padding-right:0;
  }
  body:not(.admin-page) [data-section-id="schedule"] .timeline-item:last-child:nth-child(odd) .session-output{
    position:static;
    width:auto;
  }
}

@media (max-width:980px){
  body:not(.admin-page) [data-section-id="schedule"] .timeline-item.gsmp-session-card{
    grid-template-columns:62px minmax(0,1fr);
    gap:20px;
  }
  body:not(.admin-page) [data-section-id="schedule"] .session-index-block{
    padding-right:14px;
  }
  body:not(.admin-page) [data-section-id="schedule"] .session-side-info{
    grid-column:2;
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media (max-width:680px){
  body:not(.admin-page) [data-section-id="schedule"] .section-head h2{
    font-size:38px;
  }
  body:not(.admin-page) [data-section-id="schedule"] .timeline-item.gsmp-session-card{
    grid-template-columns:1fr;
    gap:16px;
    padding:20px;
    min-height:0;
  }
  body:not(.admin-page) [data-section-id="schedule"] .session-index-block{
    align-self:auto;
    flex-direction:row;
    align-items:center;
    justify-content:flex-start;
    gap:10px;
    padding:0 0 14px;
    border-right:0;
    border-bottom:1px solid rgba(22,35,63,.09);
  }
  body:not(.admin-page) [data-section-id="schedule"] .session-index-block .session-no{
    width:38px;
    height:38px;
    border-radius:50%;
    font-size:14px;
  }
  body:not(.admin-page) [data-section-id="schedule"] .session-index-block small{
    margin:0;
  }
  body:not(.admin-page) [data-section-id="schedule"] .timeline-body h3{
    font-size:24px;
  }
  body:not(.admin-page) [data-section-id="schedule"] .timeline-body .session-lead{
    font-size:15px;
  }
  body:not(.admin-page) [data-section-id="schedule"] .session-side-info{
    grid-column:auto;
    grid-template-columns:1fr;
  }
}


/* ============================================================
   v0.72 SCHEDULE_META_MVP_LABEL_FIX1
   시간표 메타정보를 확실히 보이게 하고 공개용 v0.8 표현 제거
   ============================================================ */
body:not(.admin-page) [data-section-id="schedule"] .schedule-meta-visible{
  display:flex!important;
  flex-wrap:wrap;
  gap:8px;
  margin:0 0 13px!important;
  opacity:1!important;
  visibility:visible!important;
}
body:not(.admin-page) [data-section-id="schedule"] .schedule-meta-visible span{
  display:inline-flex!important;
  align-items:center;
  gap:6px;
  min-height:31px;
  padding:6px 10px;
  border:1px solid rgba(15,139,141,.14);
  border-radius:999px;
  background:#f4faf9;
  color:#475467;
  font-size:12px;
  font-weight:800;
}
body:not(.admin-page) [data-section-id="schedule"] .schedule-meta-visible span b{
  color:var(--teal);
  font-size:9px;
  font-weight:950;
  letter-spacing:.07em;
}
body:not(.admin-page) [data-section-id="schedule"] .session-lead{
  display:block!important;
  opacity:1!important;
  visibility:visible!important;
}
body:not(.admin-page) [data-section-id="schedule"] .session-facilitator{
  display:block!important;
}


/* ============================================================
   v0.73 CURRENT_PROGRAM_APPROVED1
   승인된 시안을 HTML/CSS로 구현. 평면 이미지 아님.
   ============================================================ */

body:not(.admin-page) [data-section-id="current_program"].current-program-approved{
  background:#fff;
}
body:not(.admin-page) [data-section-id="current_program"] .program-showcase-head{
  align-items:flex-end;
  margin-bottom:24px;
}
body:not(.admin-page) [data-section-id="current_program"] .program-showcase-head h2{
  margin-top:12px;
  font-size:clamp(58px,6vw,88px);
  line-height:.98;
  letter-spacing:-.065em;
}
body:not(.admin-page) [data-section-id="current_program"] .program-showcase-head .program-subtitle{
  margin-top:14px;
  color:var(--teal);
  font-size:clamp(24px,2.2vw,34px);
  font-weight:900;
  letter-spacing:-.035em;
}
body:not(.admin-page) [data-section-id="current_program"] .program-label-row{
  align-items:center;
  gap:14px;
}
body:not(.admin-page) [data-section-id="current_program"] .program-status-pill{
  padding:9px 15px;
  border:1px solid rgba(245,106,11,.18);
  border-radius:999px;
  background:#fff8f2;
  color:var(--orange);
  font-size:13px;
  font-weight:900;
}
body:not(.admin-page) [data-section-id="current_program"] .desktop-program-cta{
  min-height:58px;
  padding:0 28px;
  border-radius:999px;
  font-size:18px;
  box-shadow:0 12px 24px rgba(245,106,11,.18);
}

body:not(.admin-page) [data-section-id="current_program"] .approved-program-card{
  overflow:hidden;
  grid-template-columns:minmax(0,1fr) minmax(0,1.02fr);
  border:1px solid #e8e2da;
  border-radius:30px;
  background:#fff;
  box-shadow:0 18px 46px rgba(25,37,63,.07);
}
body:not(.admin-page) [data-section-id="current_program"] .program-overview-v2{
  padding:44px 46px 40px;
  border-right:1px solid #ebe5de;
  background:#fff;
}
body:not(.admin-page) [data-section-id="current_program"] .program-summary{
  max-width:670px;
  margin:0;
  color:var(--navy);
  font-size:clamp(22px,2vw,30px);
  line-height:1.58;
  font-weight:850;
  letter-spacing:-.04em;
}
body:not(.admin-page) [data-section-id="current_program"] .program-emphasis-orange{
  color:var(--orange);
  font-weight:950;
}
body:not(.admin-page) [data-section-id="current_program"] .program-emphasis-teal{
  color:var(--teal);
  font-weight:950;
}
body:not(.admin-page) [data-section-id="current_program"] .program-recommend{
  margin-top:38px;
}
body:not(.admin-page) [data-section-id="current_program"] .program-recommend h3{
  font-size:25px;
  letter-spacing:-.04em;
}
body:not(.admin-page) [data-section-id="current_program"] .program-recommend ul{
  margin-top:18px;
  gap:13px;
}
body:not(.admin-page) [data-section-id="current_program"] .program-recommend li{
  padding-left:31px;
  color:#25334d;
  font-size:16px;
  line-height:1.55;
}
body:not(.admin-page) [data-section-id="current_program"] .program-recommend li::before{
  width:21px;
  height:21px;
  background:#e5f5f4;
  color:var(--teal);
  font-size:12px;
}
body:not(.admin-page) [data-section-id="current_program"] .target-tags{
  margin-top:24px;
  gap:10px;
}
body:not(.admin-page) [data-section-id="current_program"] .target-tags span{
  padding:10px 14px;
  border-color:rgba(15,139,141,.24);
  background:#f7fbfa;
  font-size:13px;
}

body:not(.admin-page) [data-section-id="current_program"] .program-facts-v2{
  padding:42px 36px 36px;
  background:#fff;
}
body:not(.admin-page) [data-section-id="current_program"] .program-facts-head{
  margin-bottom:22px;
}
body:not(.admin-page) [data-section-id="current_program"] .program-facts-head h3{
  font-size:29px;
  letter-spacing:-.045em;
}
body:not(.admin-page) [data-section-id="current_program"] .program-facts-head p{
  color:var(--teal);
  font-size:13px;
  font-weight:900;
}
body:not(.admin-page) [data-section-id="current_program"] .program-meta-v2{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:11px;
}
body:not(.admin-page) [data-section-id="current_program"] .program-meta-v2 > div{
  display:grid;
  grid-template-columns:minmax(120px,auto) minmax(0,1fr);
  align-items:center;
  min-height:70px;
  padding:14px 18px;
  border:1px solid #e8e0d7;
  border-radius:17px;
  background:#fbf9f6;
}
body:not(.admin-page) [data-section-id="current_program"] .program-meta-v2 > .fact-wide{
  grid-column:1/-1;
}
body:not(.admin-page) [data-section-id="current_program"] .program-meta-v2 dt{
  display:flex;
  align-items:center;
  gap:10px;
  color:var(--teal);
  font-size:14px;
  font-weight:900;
}
body:not(.admin-page) [data-section-id="current_program"] .program-meta-v2 dd{
  margin:0;
  color:var(--navy);
  font-size:16px;
  line-height:1.45;
  font-weight:850;
}
body:not(.admin-page) [data-section-id="current_program"] .fact-icon{
  display:grid;
  place-items:center;
  width:27px;
  height:27px;
  flex:0 0 27px;
  color:var(--teal);
}
body:not(.admin-page) [data-section-id="current_program"] .fact-icon svg{
  width:26px;
  height:26px;
  fill:none;
  stroke:currentColor;
  stroke-width:2.2;
  stroke-linecap:round;
  stroke-linejoin:round;
}
body:not(.admin-page) [data-section-id="current_program"] .fact-hidden-approved{
  display:none!important;
}
body:not(.admin-page) [data-section-id="current_program"] .program-meta-v2 > .fact-venue{
  display:grid;
  grid-template-columns:minmax(120px,auto) minmax(0,1fr);
  align-items:start;
  gap:0;
  padding:18px;
}
body:not(.admin-page) [data-section-id="current_program"] .fact-venue dt{
  padding-top:2px;
}
body:not(.admin-page) [data-section-id="current_program"] .fact-venue dd{
  display:grid;
  gap:4px;
  padding-top:1px;
}
body:not(.admin-page) [data-section-id="current_program"] .fact-venue dd strong{
  font-size:16px;
}
body:not(.admin-page) [data-section-id="current_program"] .fact-venue dd span{
  color:#475467;
  font-size:14px;
  font-weight:700;
  line-height:1.45;
}
body:not(.admin-page) [data-section-id="current_program"] .venue-map{
  grid-column:1/-1;
  height:176px;
  margin-top:15px;
  overflow:hidden;
  border:1px solid #e9e2d9;
  border-radius:13px;
  background:#f4f1ec;
}
body:not(.admin-page) [data-section-id="current_program"] .venue-map iframe{
  display:block;
  width:100%;
  height:100%;
  border:0;
}
body:not(.admin-page) [data-section-id="current_program"] .venue-parking{
  grid-column:1/-1;
  margin:12px 0 0;
  padding:12px 14px;
  border:1px solid rgba(245,106,11,.25);
  border-radius:12px;
  background:#fff7f1;
  color:var(--orange);
  font-size:14px;
  font-weight:850;
}
body:not(.admin-page) [data-section-id="current_program"] .venue-parking span{
  margin-right:7px;
}

body:not(.admin-page) [data-section-id="current_program"] .approved-program-footer{
  grid-column:1/-1;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  padding:25px 44px;
  border-top:1px solid #ebe5de;
  background:#fff;
}
body:not(.admin-page) [data-section-id="current_program"] .approved-program-footer > p{
  flex:1 1 auto;
}
body:not(.admin-page) [data-section-id="current_program"] .approved-program-footer > p strong{
  color:var(--navy);
  font-size:23px;
  font-weight:900;
  letter-spacing:-.035em;
}
body:not(.admin-page) [data-section-id="current_program"] .approved-program-footer > p span{
  margin-top:7px;
  color:#667085;
  font-size:14px;
  line-height:1.55;
}
body:not(.admin-page) [data-section-id="current_program"] .approved-program-footer .cta-row{
  width:auto;
  flex:0 0 auto;
}
body:not(.admin-page) [data-section-id="current_program"] .approved-program-footer .btn.secondary{
  min-height:54px;
  padding:0 24px;
  border-radius:999px;
  font-size:16px;
  font-weight:900;
}

@media (max-width:980px){
  body:not(.admin-page) [data-section-id="current_program"] .program-showcase-head{
    align-items:flex-start;
  }
  body:not(.admin-page) [data-section-id="current_program"] .approved-program-card{
    grid-template-columns:1fr;
  }
  body:not(.admin-page) [data-section-id="current_program"] .program-overview-v2{
    border-right:0;
    border-bottom:1px solid #ebe5de;
  }
  body:not(.admin-page) [data-section-id="current_program"] .program-facts-v2{
    grid-column:1;
  }
  body:not(.admin-page) [data-section-id="current_program"] .approved-program-footer{
    grid-column:1;
  }
}

@media (max-width:680px){
  body:not(.admin-page) [data-section-id="current_program"] .program-showcase-head h2{
    font-size:50px;
  }
  body:not(.admin-page) [data-section-id="current_program"] .program-showcase-head .program-subtitle{
    font-size:23px;
  }
  body:not(.admin-page) [data-section-id="current_program"] .desktop-program-cta{
    width:100%;
    margin-top:18px;
  }
  body:not(.admin-page) [data-section-id="current_program"] .program-overview-v2,
  body:not(.admin-page) [data-section-id="current_program"] .program-facts-v2{
    padding:28px 22px;
  }
  body:not(.admin-page) [data-section-id="current_program"] .program-summary{
    font-size:21px;
  }
  body:not(.admin-page) [data-section-id="current_program"] .program-meta-v2{
    grid-template-columns:1fr;
  }
  body:not(.admin-page) [data-section-id="current_program"] .program-meta-v2 > div,
  body:not(.admin-page) [data-section-id="current_program"] .program-meta-v2 > .fact-wide{
    grid-column:1;
    grid-template-columns:110px minmax(0,1fr);
  }
  body:not(.admin-page) [data-section-id="current_program"] .program-meta-v2 > .fact-venue{
    grid-template-columns:110px minmax(0,1fr);
  }
  body:not(.admin-page) [data-section-id="current_program"] .venue-map{
    height:156px;
  }
  body:not(.admin-page) [data-section-id="current_program"] .approved-program-footer{
    align-items:stretch;
    flex-direction:column;
    padding:24px 22px;
  }
  body:not(.admin-page) [data-section-id="current_program"] .approved-program-footer .cta-row,
  body:not(.admin-page) [data-section-id="current_program"] .approved-program-footer .btn{
    width:100%;
  }
}

/* ============================================================
   v0.74 · DESKTOP IMAGE BANNER SLIDER
   - PC: 이미지 배너 롤링
   - Mobile: 기존 반응형 Hero 유지 (모바일 카드뉴스 배너 미사용)
   ============================================================ */
.home-anchor{position:absolute;top:0;left:0;width:1px;height:1px;pointer-events:none}
/* 배너 아래에 현재 모집을 처음부터 고정해, 데이터 수신 후 순서가 바뀌는 현상을 막습니다. */
main#main-content{display:flex;flex-direction:column}
main#main-content>.home-anchor{order:-3}
main#main-content>.hero-banner-slider{order:-2}
main#main-content>[data-layout-section="current_program"]{order:-1}
.hero-banner-slider{padding:22px 18px 34px;background:#fff}
.hero-banner-slider[hidden]{display:none!important}
.hero-banner-frame{position:relative;width:min(1480px,calc(100% - 12px));margin:0 auto;overflow:hidden;border:1px solid #e5e7eb;border-radius:14px;background:#f8f5ef;box-shadow:0 14px 34px rgba(22,35,63,.10)}
.hero-banner-track{display:flex;transform:translateX(0);transition:transform .52s cubic-bezier(.22,.61,.36,1);will-change:transform}
.hero-banner-slide{position:relative;flex:0 0 100%;min-width:100%;aspect-ratio:1916/821;background:#f8f5ef}
.hero-banner-slide>a,.hero-banner-slide>div{display:block;width:100%;height:100%}
.hero-banner-slide img{display:block;width:100%;height:100%;object-fit:contain;background:#f8f5ef;user-select:none;-webkit-user-drag:none}
.hero-banner-slide a{cursor:pointer}
.hero-banner-arrow{position:absolute;top:50%;z-index:5;display:grid;place-items:center;width:46px;height:46px;margin-top:-23px;border:0;border-radius:50%;background:rgba(16,28,49,.72);color:#fff;font-size:34px;line-height:1;cursor:pointer;backdrop-filter:blur(8px);box-shadow:0 8px 22px rgba(0,0,0,.14);transition:.16s}
.hero-banner-arrow:hover{background:rgba(16,28,49,.92);transform:scale(1.04)}
.hero-banner-arrow.prev{left:16px}.hero-banner-arrow.next{right:16px}
.hero-banner-controls{position:absolute;left:18px;bottom:16px;z-index:6;display:flex;align-items:center;gap:7px;padding:8px 10px;border-radius:999px;background:rgba(16,28,49,.72);color:#fff;backdrop-filter:blur(9px)}
.hero-banner-counter{min-width:42px;font-size:11px;font-weight:900;text-align:center}
.hero-banner-pause{display:grid;place-items:center;width:26px;height:26px;padding:0;border:0;border-radius:50%;background:transparent;color:#fff;font-size:12px;font-weight:900;cursor:pointer}
.hero-banner-pause:hover{background:rgba(255,255,255,.13)}
.hero-banner-dots{display:flex;align-items:center;gap:6px}
.hero-banner-dots button{width:8px;height:8px;padding:0;border:0;border-radius:50%;background:rgba(255,255,255,.52);cursor:pointer;transition:.18s}
.hero-banner-dots button.active{width:19px;border-radius:999px;background:#fff}
body.banner-slider-enabled [data-section-id="hero"]{display:none!important}
.hero-banner-slide picture{display:block;width:100%;height:100%}
@media(max-width:768px){
  .hero-banner-slider{
    display:block!important;
    padding:10px 9px 18px;
  }
  .hero-banner-frame{
    width:100%;
    border-radius:13px;
  }
  .hero-banner-slide{
    aspect-ratio:1122/1402;
    background:#f8f5ef;
  }
  .hero-banner-slide img{
    object-fit:contain;
    background:#f8f5ef;
  }
  /* v1.02 — mobile banner headline only.  The original raster artwork and all
     copy beneath the headline remain unchanged; this covers the baked-in title
     area and draws a smaller Gmarket Sans title in the same visual position. */
  .hero-banner-slide>a,.hero-banner-slide>div{position:relative;overflow:hidden}
  .mobile-banner-title-layer{
    position:absolute;z-index:2;display:flex;flex-direction:column;align-items:center;justify-content:center;
    color:#081d43;text-align:center;font-family:'Gmarket Sans',GmarketSansMedium,Pretendard,sans-serif;
    font-weight:700;letter-spacing:-.065em;line-height:1.05;pointer-events:none;
  }
  .mobile-banner-title-layer::before{
    content:"";position:absolute;z-index:-1;inset:-7px -10px;border-radius:22px;
    background:#fbfaf7;box-shadow:0 0 14px 10px rgba(251,250,247,.98);
  }
  .mobile-banner-title-layer span{display:block;white-space:nowrap}
  .mobile-banner-title-layer span+span{color:#078d8e;margin-top:.12em}
  .hero-banner-slide[data-banner-id="BNR-001"] .mobile-banner-title-layer{left:8%;right:8%;top:13.2%;height:19.7%;font-size:clamp(26px,8.9vw,38px)}
  .hero-banner-slide[data-banner-id="BNR-002"] .mobile-banner-title-layer{left:7%;right:7%;top:14.2%;height:18.2%;font-size:clamp(21px,7.15vw,30px)}
  .hero-banner-slide[data-banner-id="BNR-003"] .mobile-banner-title-layer{left:8%;right:43%;top:14.3%;height:17.3%;font-size:clamp(25px,8vw,34px)}
  .hero-banner-slide[data-banner-id="BNR-004"] .mobile-banner-title-layer{left:5%;right:5%;top:13.4%;height:18.8%;font-size:clamp(18px,5.8vw,25px)}
  .hero-banner-slide[data-banner-id="BNR-005"] .mobile-banner-title-layer{left:7%;right:30%;top:14.2%;height:17.5%;font-size:clamp(23px,7.7vw,33px)}
  .hero-banner-arrow{
    width:36px;
    height:36px;
    margin-top:-18px;
    font-size:27px;
  }
  .hero-banner-arrow.prev{left:7px}
  .hero-banner-arrow.next{right:7px}
  .hero-banner-controls{
    left:10px;
    bottom:9px;
    gap:5px;
    padding:6px 8px;
  }
  .hero-banner-counter{min-width:36px;font-size:10px}
  .hero-banner-pause{width:23px;height:23px;font-size:10px}
  .hero-banner-dots{gap:5px}
  .hero-banner-dots button{width:7px;height:7px}
  .hero-banner-dots button.active{width:16px}
}
@media(prefers-reduced-motion:reduce){.hero-banner-track{transition:none}}


/* ============================================================
   v0.75 · PC/MOBILE SINGLE SOURCE
   - 같은 배너/같은 링크/같은 섹션 데이터를 사용
   - 차이는 배치와 이미지 비율뿐
   ============================================================ */
.mobile-nav-toggle{
  display:none;
  width:42px;
  height:42px;
  padding:9px;
  border:1px solid var(--light-gray);
  border-radius:12px;
  background:#fff;
  cursor:pointer;
}
.mobile-nav-toggle span{
  display:block;
  height:2px;
  margin:4px 0;
  border-radius:999px;
  background:var(--navy);
}
@media(max-width:1080px){
  .site-header{
    position:relative;
  }
  .mobile-nav-toggle{
    display:block;
    flex:0 0 auto;
    margin-left:auto;
  }
  .site-header .nav{
    position:absolute;
    top:calc(100% + 6px);
    left:12px;
    right:12px;
    z-index:105;
    display:none;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:7px;
    padding:10px;
    border:1px solid var(--light-gray);
    border-radius:15px;
    background:rgba(255,255,255,.98);
    box-shadow:0 14px 34px rgba(22,35,63,.12);
    backdrop-filter:blur(16px);
  }
  .site-header.mobile-nav-open .nav{
    display:grid!important;
  }
  .site-header .nav a{
    display:flex;
    align-items:center;
    justify-content:center;
    min-height:42px;
    padding:9px 8px;
    border-radius:10px;
    background:#f7f9fa;
    font-size:13px;
  }
  .site-header .header-cta{
    margin-left:6px;
  }
}
@media(max-width:560px){
  .site-header{
    gap:7px;
  }
  .brand-mark{width:38px;height:38px}
  .mobile-nav-toggle{width:40px;height:40px}
  .header-cta{
    padding:9px 12px!important;
    font-size:12px!important;
  }
}

/* mobile body uses the same sections; prevent obsolete mobile Hero from reappearing */
@media(max-width:768px){
  body.banner-slider-enabled [data-section-id="hero"]{
    display:none!important;
  }
}



/* v0.76 mobile banner source + seamless loop polish */
.hero-banner-slide.is-clone{pointer-events:none}
@media(max-width:768px){
  .hero-banner-slide img{
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center center;
  }
}


/* ============================================================
   v1.02 EXPERT REVIEW NETWORK
   Recruitment-safe: public staff section content/visual enhancement only.
   Existing homepage rendering, application, tracking and admin flows untouched.
   ============================================================ */
body:not(.admin-page) [data-section-id="staff"] .section-head{
  max-width:900px;
  margin-left:auto;
  margin-right:auto;
}
body:not(.admin-page) [data-section-id="staff"] .section-head #staff-section-summary{
  max-width:840px;
  margin-left:auto;
  margin-right:auto;
  color:#647184;
  line-height:1.7;
}
body:not(.admin-page) [data-section-id="staff"] .staff-card-body .role-label{
  background:#e8f7f4;
  color:#078b89;
}
body:not(.admin-page) [data-section-id="staff"] .staff-card-body .staff-meta span{
  background:#f4fbfa;
  color:#078b89;
  border:1px solid #d8efeb;
}
.external-mentor-network{
  display:grid;
  grid-template-columns:minmax(280px,.82fr) minmax(0,1.5fr);
  gap:30px;
  align-items:center;
  margin-top:34px;
  padding:28px 30px;
  border:1px solid #dfe9e8;
  border-radius:24px;
  background:#fbfdfd;
}
.network-kicker{
  margin:0 0 7px;
  color:#078b89;
  font-size:11px;
  font-weight:900;
  letter-spacing:.11em;
}
.external-mentor-copy h3{
  margin:0;
  color:var(--navy);
  font-size:25px;
  line-height:1.3;
  letter-spacing:-.035em;
}
.external-mentor-copy p:not(.network-kicker){
  margin:12px 0 0;
  color:#5e6a7b;
  font-size:14px;
  line-height:1.72;
}
.network-link{
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin-top:16px;
  padding:10px 14px;
  border:1px solid #0b9997;
  border-radius:12px;
  color:#087f7d;
  font-size:13px;
  font-weight:900;
  text-decoration:none;
}
.network-link:hover{background:#f0faf8}
.external-mentor-fields{
  position:relative;
  display:grid;
  grid-template-columns:repeat(6,minmax(0,1fr));
  gap:9px;
}
.mentor-field{
  position:relative;
  z-index:1;
  display:flex;
  min-width:0;
  flex-direction:column;
  align-items:center;
  text-align:center;
}
.mentor-field-icon{
  display:grid;
  place-items:center;
  width:62px;
  height:62px;
  border:1px solid #cfe4e2;
  border-radius:50%;
  background:#fff;
  color:#078b89;
  font-size:11px;
  font-weight:950;
  letter-spacing:-.02em;
}
.mentor-field strong{
  margin-top:10px;
  color:var(--navy);
  font-size:14px;
}
.mentor-field small{
  margin-top:4px;
  color:#7b8796;
  font-size:10px;
  line-height:1.45;
}
.expert-review-message{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  max-width:720px;
  margin:18px auto 0;
  padding:10px 18px;
  border:1px solid #d8ece9;
  border-radius:999px;
  background:#f3faf9;
  color:#24566a;
  font-size:13px;
  text-align:center;
}
.expert-review-message > span{
  display:grid;
  flex:0 0 auto;
  place-items:center;
  width:22px;
  height:22px;
  border-radius:50%;
  background:#079996;
  color:#fff;
  font-weight:900;
}
@media(max-width:980px){
  .external-mentor-network{grid-template-columns:1fr}
  .external-mentor-fields{grid-template-columns:repeat(3,minmax(0,1fr))}
  .external-mentor-fields::before{display:none}
}
@media(max-width:600px){
  .external-mentor-network{
    margin-top:24px;
    padding:22px 18px;
    border-radius:20px;
  }
  .external-mentor-copy h3{font-size:22px}
  .external-mentor-fields{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px 8px}
  .mentor-field-icon{width:54px;height:54px}
  .expert-review-message{align-items:flex-start;border-radius:18px;font-size:12px;line-height:1.55}
}

/* v1.03 mentor-network refinement: industry-based categories, no connector line */
.external-mentor-fields .mentor-field strong{font-size:13px;line-height:1.35}
.external-mentor-fields .mentor-field small{max-width:120px}
body:not(.admin-page) [data-section-id="staff"] .staff-card-body .staff-meta:empty{display:none!important}


/* v1.04.4 schedule mentor reinforcement */
body:not(.admin-page) [data-section-id="schedule"] .schedule-inline-badge{
  display:inline-flex;align-items:center;gap:6px;margin-top:10px;padding:7px 12px;border:1px solid #6fc9c5;border-radius:999px;background:#f7fffe;color:#0b8d8c;font-size:12px;font-weight:800;line-height:1.2;
}
body:not(.admin-page) [data-section-id="schedule"] .schedule-bonus-row{
  margin:2px 0 12px;padding:14px 24px;border:1px dashed #42b7b5;border-radius:16px;background:#fbffff;display:flex;align-items:center;gap:18px;color:#102b50;box-sizing:border-box;
}
body:not(.admin-page) [data-section-id="schedule"] .schedule-bonus-row .schedule-bonus-label{
  flex:0 0 auto;padding:6px 12px;border-radius:999px;background:linear-gradient(135deg,#20aaa8,#008a8f);color:#fff;font-size:12px;font-weight:900;letter-spacing:.03em;
}
body:not(.admin-page) [data-section-id="schedule"] .schedule-bonus-row strong{font-size:17px;white-space:nowrap;}
body:not(.admin-page) [data-section-id="schedule"] .schedule-bonus-row>span:last-child{color:#617086;font-size:14px;}
@media (max-width:720px){
 body:not(.admin-page) [data-section-id="schedule"] .schedule-bonus-row{padding:14px 16px;gap:8px 12px;flex-wrap:wrap;}
 body:not(.admin-page) [data-section-id="schedule"] .schedule-bonus-row strong{font-size:16px;}
 body:not(.admin-page) [data-section-id="schedule"] .schedule-bonus-row>span:last-child{flex-basis:100%;font-size:13px;line-height:1.5;}
}
