:root {
  --blue: #1e90ff;
  --blue-dark: #0e73d8;
  --blue-soft: #eaf5ff;
  --navy: #0d2c54;
  --navy-soft: #e9eef5;
  --mint: #2eccb3;
  --mint-dark: #128e7c;
  --mint-soft: #e9faf6;
  --coral: #ff6b6b;
  --coral-dark: #c84650;
  --coral-soft: #fff0f0;
  --cloud: #f2f6fb;
  --ink: #14243a;
  --muted: #617084;
  --line: #dbe5ef;
  --white: #fff;
  --shadow-sm: 0 12px 30px rgba(13, 44, 84, .08);
  --shadow-lg: 0 28px 72px rgba(13, 44, 84, .14);
  --page: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Pretendard, "Noto Sans KR", "Apple SD Gothic Neo", Arial, sans-serif; line-height: 1.6; word-break: keep-all; }
body, button, input, select { font: inherit; }
a { color: inherit; }
img { max-width: 100%; }
.page-width { width: var(--page); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 1000; padding: 10px 14px; color: var(--white); background: var(--navy); border-radius: 8px; }
.skip-link:focus { top: 16px; }
.visually-hidden { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }
.fixture-notice { padding: 6px 20px; color: #42556c; background: #eaf5ff; border-bottom: 1px solid #d2eaff; font-size: 12px; font-weight: 700; text-align: center; }

.site-header { position: relative; z-index: 50; background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(219,229,239,.8); }
.header-inner { width: var(--page); min-height: 76px; margin-inline: auto; display: flex; align-items: center; gap: 30px; }
.brand { display: inline-flex; align-items: center; flex: 0 0 auto; }
.brand img { width: 126px; display: block; }
.site-nav { display: flex; align-items: center; gap: 27px; margin-left: 24px; }
.site-nav a, .text-link { position: relative; color: #40536b; font-size: 14px; font-weight: 750; text-decoration: none; }
.site-nav a::after { content: ""; position: absolute; left: 0; right: 0; bottom: -27px; height: 3px; background: var(--blue); transform: scaleX(0); transition: transform .2s ease; }
.site-nav a:hover, .site-nav a.active, .text-link:hover { color: var(--blue-dark); }
.site-nav a.active::after { transform: scaleX(1); }
.header-actions { margin-left: auto; display: flex; align-items: center; gap: 17px; }
.menu-button { display: none; border: 0; color: var(--navy); background: transparent; font-size: 13px; font-weight: 800; cursor: pointer; }
.menu-lines, .menu-lines::before, .menu-lines::after { width: 20px; height: 2px; display: block; background: currentColor; content: ""; }
.menu-lines { position: relative; margin-bottom: 5px; }
.menu-lines::before { position: absolute; top: -6px; }
.menu-lines::after { position: absolute; top: 6px; }

.button { min-height: 50px; padding: 0 22px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid transparent; border-radius: 13px; font-weight: 800; text-decoration: none; cursor: pointer; transition: transform .15s ease, box-shadow .15s ease, background .15s ease; }
.button:hover { transform: translateY(-1px); }
.button:focus-visible, select:focus-visible, summary:focus-visible, a:focus-visible, button:focus-visible { outline: 3px solid rgba(30,144,255,.3); outline-offset: 3px; }
.button-primary { color: var(--white); background: var(--blue); box-shadow: 0 12px 25px rgba(30,144,255,.22); }
.button-primary:hover { background: var(--blue-dark); }
.button-secondary { color: var(--navy); background: var(--cloud); border-color: var(--line); }
.button-navy { color: var(--white); background: var(--navy); }
.button-white { color: var(--navy); background: var(--white); }
.button-small { min-height: 42px; padding-inline: 17px; border-radius: 11px; font-size: 14px; }
.button-block { width: 100%; }
.arrow-link { color: var(--navy); font-weight: 800; text-decoration: none; }
.arrow-link span { display: inline-block; margin-left: 4px; color: var(--blue); transition: transform .15s ease; }
.arrow-link:hover span { transform: translateX(4px); }

.home-hero { min-height: 650px; padding: 72px 0 82px; display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; gap: 70px; }
.eyebrow { margin: 0 0 16px; color: var(--blue-dark); font-size: 14px; font-weight: 900; letter-spacing: .055em; }
h1, h2, h3, p { overflow-wrap: break-word; }
.home-hero h1, .page-hero h1, .course-detail-copy h1, .article-heading h1, .message-panel h1, .auth-panel h1 { margin: 0; color: var(--navy); letter-spacing: -.052em; line-height: 1.13; }
.home-hero h1 { font-size: clamp(48px, 5.6vw, 76px); }
.home-hero h1 em { color: var(--blue); font-style: normal; }
.hero-lead { max-width: 620px; margin: 27px 0 0; color: var(--muted); font-size: 19px; }
.hero-actions { margin-top: 34px; display: flex; gap: 12px; flex-wrap: wrap; }
.hero-trust { margin: 28px 0 0; padding: 0; display: flex; gap: 21px; flex-wrap: wrap; color: #51647b; font-size: 13px; font-weight: 750; list-style: none; }
.hero-trust li::before { content: "✓"; margin-right: 7px; color: var(--mint-dark); font-weight: 900; }
.hero-experience { min-height: 480px; position: relative; display: grid; place-items: center; }
.experience-orbit { position: absolute; border: 1px solid #cfe5f8; border-radius: 50%; }
.orbit-one { width: 390px; height: 390px; }
.orbit-two { width: 285px; height: 285px; border-style: dashed; }
.experience-core { width: 190px; height: 190px; z-index: 2; display: flex; flex-direction: column; align-items: center; justify-content: center; border-radius: 50%; color: var(--white); background: linear-gradient(145deg, var(--blue), #53b2ff); box-shadow: 0 22px 55px rgba(30,144,255,.32); text-align: center; }
.experience-core span { font-size: 13px; font-weight: 800; opacity: .85; }
.experience-core strong { margin-top: 7px; font-size: 24px; line-height: 1.3; }
.floating-card { position: absolute; z-index: 3; width: 190px; padding: 16px 17px; border: 1px solid rgba(207,225,241,.9); border-radius: 16px; background: rgba(255,255,255,.95); box-shadow: var(--shadow-sm); }
.floating-card span { color: var(--blue); font-size: 12px; font-weight: 900; }
.floating-card strong, .floating-card small { display: block; }
.floating-card strong { margin-top: 2px; color: var(--navy); }
.floating-card small { color: var(--muted); }
.card-top { left: 0; top: 43px; }
.card-right { right: 0; top: 192px; }
.card-bottom { left: 30px; bottom: 22px; }

.process-strip { color: var(--white); background: var(--navy); }
.process-inner { min-height: 92px; display: flex; align-items: center; gap: 60px; }
.process-title { color: #bcd0e7; font-size: 13px; font-weight: 800; }
.process-inner ol { margin: 0; padding: 0; flex: 1; display: grid; grid-template-columns: repeat(4, 1fr); list-style: none; }
.process-inner li { display: flex; align-items: center; gap: 11px; position: relative; }
.process-inner li:not(:last-child)::after { content: ""; width: 34px; height: 1px; position: absolute; right: 20px; background: rgba(255,255,255,.22); }
.process-inner li span { width: 27px; height: 27px; display: grid; place-items: center; border-radius: 50%; color: var(--navy); background: var(--mint); font-size: 12px; font-weight: 900; }
.process-inner li strong { font-size: 14px; }

.section { padding: 112px 0; }
.section-soft { width: 100%; background: var(--cloud); }
.section-heading { margin-bottom: 42px; }
.section-heading h2, .final-cta h2, .simple-cta h2 { margin: 0; color: var(--navy); font-size: clamp(34px, 4.1vw, 52px); line-height: 1.2; letter-spacing: -.045em; }
.section-heading .heading-description { max-width: 700px; margin: 18px 0 0; color: var(--muted); }
.heading-row { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; }
.centered-heading { text-align: center; }
.course-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.course-card { min-width: 0; border: 1px solid var(--line); border-radius: 22px; overflow: hidden; background: var(--white); transition: transform .2s ease, box-shadow .2s ease; }
.course-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-sm); }
.course-card-link { height: 100%; display: flex; flex-direction: column; text-decoration: none; }
.course-card-top { min-height: 118px; padding: 22px; display: flex; align-items: flex-start; justify-content: space-between; background: var(--blue-soft); }
.theme-coral .course-card-top { background: var(--coral-soft); }
.theme-mint .course-card-top { background: var(--mint-soft); }
.course-icon { width: 55px; height: 55px; display: grid; place-items: center; border-radius: 17px; color: var(--white); background: var(--blue); font-size: 20px; font-weight: 900; box-shadow: 0 10px 25px rgba(30,144,255,.2); }
.theme-coral .course-icon { background: var(--coral); box-shadow: 0 10px 25px rgba(255,107,107,.18); }
.theme-mint .course-icon { background: var(--mint-dark); box-shadow: 0 10px 25px rgba(46,204,179,.18); }
.chip-row, .tag-list, .meta-row { display: flex; gap: 8px; align-items: center; flex-wrap: wrap; }
.status, .plain-chip, .visibility { display: inline-flex; min-height: 27px; padding: 3px 9px; align-items: center; border-radius: 999px; font-size: 12px; font-weight: 850; }
.status-open { color: #0b7565; background: #dff8f2; }
.status-almost_full { color: #a0363f; background: #ffe7e7; }
.status-coming_soon { color: #32658f; background: #e7f3ff; }
.status-waitlist_only { color: #70501a; background: #fff2cf; }
.status-closed, .status-completed { color: #596575; background: #edf0f4; }
.plain-chip { color: #52647b; background: rgba(255,255,255,.72); border: 1px solid rgba(219,229,239,.9); }
.course-card-body { padding: 25px 22px 22px; }
.card-kicker { margin: 0 0 9px; color: var(--blue-dark); font-size: 12px; font-weight: 850; }
.course-card h3, .content-card h3 { margin: 0; color: var(--navy); font-size: 22px; line-height: 1.35; letter-spacing: -.03em; }
.course-card-body > p:not(.card-kicker), .content-card-body > p { margin: 12px 0 19px; color: var(--muted); font-size: 14px; }
.tag-list span { padding: 4px 9px; border-radius: 8px; color: #506077; background: var(--cloud); font-size: 11px; font-weight: 750; }
.course-card-bottom { margin-top: auto; padding: 18px 22px; display: flex; justify-content: space-between; align-items: center; gap: 16px; border-top: 1px solid #e8eef4; }
.course-card-bottom div { display: flex; flex-direction: column; }
.course-card-bottom strong { color: var(--navy); font-size: 13px; }
.course-card-bottom div span { color: var(--muted); font-size: 12px; }
.course-card-bottom .arrow-link { font-size: 13px; }
.mobile-wide-link { display: none; }

.value-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.value-grid article { min-height: 260px; padding: 30px; border-radius: 22px; background: var(--white); }
.value-number { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 15px; color: var(--blue-dark); background: var(--blue-soft); font-weight: 900; }
.value-number.mint { color: var(--mint-dark); background: var(--mint-soft); }
.value-number.coral { color: var(--coral-dark); background: var(--coral-soft); }
.value-grid h3 { margin: 33px 0 11px; color: var(--navy); font-size: 23px; }
.value-grid p { margin: 0; color: var(--muted); }
.safety-callout { margin-top: 20px; padding: 34px 38px; display: flex; align-items: center; justify-content: space-between; gap: 28px; border-radius: 22px; color: var(--white); background: var(--navy); }
.safety-callout .eyebrow { color: #6fe0cd; }
.safety-callout h3 { margin: 0; font-size: 24px; }
.safety-callout p:not(.eyebrow) { margin: 7px 0 0; color: #c7d7e8; }

.content-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.content-card { min-width: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 20px; background: var(--white); transition: transform .2s ease, box-shadow .2s ease; }
.content-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-sm); }
.content-card > a { height: 100%; display: flex; flex-direction: column; text-decoration: none; }
.content-visual { min-height: 145px; padding: 20px; display: flex; align-items: flex-end; color: var(--blue-dark); background: linear-gradient(145deg, var(--blue-soft), #d9efff); }
.theme-coral .content-visual { color: var(--coral-dark); background: linear-gradient(145deg, var(--coral-soft), #ffe0df); }
.theme-mint .content-visual { color: var(--mint-dark); background: linear-gradient(145deg, var(--mint-soft), #d7f5ed); }
.theme-navy .content-visual { color: var(--white); background: linear-gradient(145deg, var(--navy), #234e78); }
.content-visual span { margin-right: auto; align-self: flex-start; font-size: 12px; font-weight: 850; }
.content-visual strong { font-size: 47px; line-height: 1; }
.content-visual small { margin-left: 4px; font-weight: 800; }
.content-card-body { padding: 21px; display: flex; flex: 1; flex-direction: column; }
.content-card-body .meta-row { justify-content: space-between; margin-bottom: 13px; color: var(--muted); font-size: 11px; font-weight: 750; }
.visibility { min-height: 24px; color: #52647b; background: var(--cloud); }
.visibility-public { color: #0b7565; background: var(--mint-soft); }
.visibility-members_only { color: var(--blue-dark); background: var(--blue-soft); }
.visibility-completers_only { color: var(--coral-dark); background: var(--coral-soft); }
.content-card-body .arrow-link { margin-top: auto; font-size: 13px; }
.section-note { margin: 23px 0 0; color: var(--muted); font-size: 13px; text-align: right; }

.final-cta { padding: 86px 0; color: var(--white); background: linear-gradient(125deg, var(--blue-dark), var(--blue)); }
.final-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 36px; }
.final-cta .eyebrow { color: #cce8ff; }
.final-cta h2 { color: var(--white); }

.page-hero { padding: 85px 0 62px; }
.page-hero h1 { max-width: 900px; font-size: clamp(42px, 5vw, 65px); }
.page-hero > p:last-child, .page-hero > div > p:last-child { max-width: 720px; margin: 23px 0 0; color: var(--muted); font-size: 18px; }
.compact-hero { border-bottom: 1px solid var(--line); }
.listing-layout { padding: 42px 0 110px; display: grid; grid-template-columns: 245px 1fr; gap: 42px; align-items: start; }
.filter-panel { padding: 22px; display: grid; gap: 17px; border: 1px solid var(--line); border-radius: 18px; background: var(--white); position: sticky; top: 22px; }
.filter-heading { display: flex; align-items: center; justify-content: space-between; padding-bottom: 13px; border-bottom: 1px solid var(--line); }
.filter-heading strong { color: var(--navy); }
.filter-heading a, .filter-reset { color: var(--blue-dark); font-size: 12px; font-weight: 800; }
.filter-panel label, .horizontal-filters label, .run-picker label { display: grid; gap: 7px; }
.filter-panel label > span, .horizontal-filters label > span, .run-picker label > span { color: var(--navy); font-size: 12px; font-weight: 850; }
select { width: 100%; min-height: 45px; padding: 8px 35px 8px 12px; border: 1px solid #ccd9e6; border-radius: 10px; color: var(--ink); background: var(--white); }
.results-heading { min-height: 48px; display: flex; align-items: flex-start; justify-content: space-between; }
.results-heading div { display: flex; align-items: baseline; gap: 9px; }
.results-heading strong { color: var(--navy); font-size: 18px; }
.results-heading span { color: var(--muted); font-size: 12px; }
.course-grid-listing { grid-template-columns: repeat(2, 1fr); }
.empty-state { min-height: 390px; padding: 50px 24px; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 1px dashed #c8d7e7; border-radius: 20px; background: var(--cloud); text-align: center; }
.empty-state > span { width: 50px; height: 50px; display: grid; place-items: center; border-radius: 50%; color: var(--blue-dark); background: var(--blue-soft); font-weight: 900; }
.empty-state h2 { margin: 20px 0 8px; color: var(--navy); font-size: 24px; }
.empty-state p { margin: 0 0 24px; color: var(--muted); }

.course-detail-hero { padding: 72px 0; background: var(--blue-soft); }
.course-detail-hero.theme-coral { background: var(--coral-soft); }
.course-detail-hero.theme-mint { background: var(--mint-soft); }
.course-detail-grid { display: grid; grid-template-columns: 1fr 380px; align-items: center; gap: 70px; }
.course-detail-copy h1 { max-width: 690px; margin-top: 14px; font-size: clamp(43px, 5vw, 66px); }
.course-detail-copy .eyebrow { margin-top: 24px; }
.detail-lead { max-width: 680px; margin: 22px 0 0; color: #4e6075; font-size: 18px; }
.large-tags { margin-top: 26px; }
.large-tags span { padding: 6px 11px; color: var(--navy); background: rgba(255,255,255,.7); }
.application-card { padding: 27px; border: 1px solid rgba(202,220,237,.9); border-radius: 22px; background: var(--white); box-shadow: var(--shadow-lg); }
.run-picker { margin-bottom: 20px; }
.application-facts { margin: 0; border-top: 1px solid var(--line); }
.application-facts div { padding: 13px 0; display: grid; grid-template-columns: 85px 1fr; gap: 12px; border-bottom: 1px solid #e9eef4; }
.application-facts dt { color: var(--muted); font-size: 12px; }
.application-facts dd { margin: 0; color: var(--navy); font-size: 13px; font-weight: 750; }
.application-price { padding: 20px 0; display: flex; align-items: center; justify-content: space-between; }
.application-price span { color: var(--muted); font-size: 13px; }
.application-price strong { color: var(--navy); font-size: 24px; }
.card-help { margin: 12px 0 0; color: var(--muted); font-size: 11px; text-align: center; }
.detail-anchor-nav { position: sticky; top: 0; z-index: 20; background: rgba(255,255,255,.96); border-bottom: 1px solid var(--line); }
.detail-anchor-nav > div { min-height: 58px; display: flex; gap: 30px; align-items: center; overflow-x: auto; }
.detail-anchor-nav a { flex: 0 0 auto; color: #4d6077; font-size: 13px; font-weight: 800; text-decoration: none; }
.split-heading { display: grid; grid-template-columns: 1fr .8fr; align-items: end; gap: 60px; }
.split-heading > p { margin: 0 0 8px; color: var(--muted); font-size: 18px; }
.learning-list { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.learning-list article { min-height: 150px; padding: 28px; display: flex; flex-direction: column; gap: 19px; border-right: 1px solid var(--line); }
.learning-list article:last-child { border-right: 0; }
.learning-list span { color: var(--blue); font-size: 12px; font-weight: 900; }
.learning-list strong { color: var(--navy); font-size: 19px; }
.class-timeline { display: grid; gap: 15px; }
.class-item { display: grid; grid-template-columns: 175px 1fr; overflow: hidden; border: 1px solid var(--line); border-radius: 20px; background: var(--white); }
.class-day { padding: 26px; color: var(--white); background: var(--navy); }
.class-day span, .class-day strong { display: block; }
.class-day span { color: #8fbee9; font-size: 12px; font-weight: 850; }
.class-day strong { margin-top: 8px; font-size: 18px; }
.class-content { padding: 25px 28px; }
.class-content > h3 { margin: 0; color: var(--navy); font-size: 22px; }
.class-content > p { margin: 6px 0 20px; color: var(--muted); }
.module-list { border-top: 1px solid #e7edf4; }
.module-row { min-height: 58px; padding: 11px 0; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-bottom: 1px solid #e7edf4; }
.module-row > div { display: grid; }
.module-row strong { color: var(--navy); font-size: 14px; }
.module-row div span { color: var(--muted); font-size: 12px; }
.module-state { flex: 0 0 auto; padding: 4px 8px; border-radius: 8px; font-size: 11px; font-weight: 800; }
.module-state.preview { color: var(--mint-dark); background: var(--mint-soft); }
.module-state.locked { color: #51647b; background: var(--cloud); }
.two-column-info { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; }
.two-column-info h2 { margin: 0; color: var(--navy); font-size: clamp(34px, 4vw, 50px); line-height: 1.2; letter-spacing: -.04em; }
.info-stack { border-top: 1px solid var(--line); }
.info-stack article { padding: 24px 0; border-bottom: 1px solid var(--line); }
.info-stack article > span { color: var(--blue-dark); font-size: 12px; font-weight: 850; }
.info-stack h3 { margin: 6px 0; color: var(--navy); font-size: 20px; }
.info-stack p { margin: 0; color: var(--muted); }
.outcome-section { width: 100%; color: var(--white); background: var(--navy); }
.outcome-inner { display: grid; grid-template-columns: 1fr .8fr; align-items: center; gap: 80px; }
.outcome-inner .eyebrow { color: #6fe0cd; }
.outcome-inner h2 { margin: 0; color: var(--white); font-size: clamp(34px, 4vw, 50px); line-height: 1.2; letter-spacing: -.04em; }
.outcome-card { padding: 30px; border: 1px solid rgba(255,255,255,.15); border-radius: 20px; background: rgba(255,255,255,.07); }
.outcome-card > span { color: #8fbee9; font-size: 12px; font-weight: 850; }
.outcome-card > strong { margin-top: 8px; display: block; font-size: 21px; }
.outcome-card ul { margin: 22px 0 0; padding: 0; display: grid; gap: 8px; color: #cfdaea; list-style: none; }
.outcome-card li::before { content: "✓"; margin-right: 9px; color: var(--mint); }

.content-hero { display: grid; grid-template-columns: 1fr 390px; align-items: end; gap: 60px; border-bottom: 1px solid var(--line); }
.access-legend { padding: 24px; display: grid; gap: 14px; border-radius: 18px; background: var(--cloud); }
.access-legend div { display: grid; grid-template-columns: 12px 1fr auto; align-items: center; gap: 10px; }
.access-legend small { color: var(--muted); }
.legend-mark { width: 10px; height: 10px; border-radius: 50%; background: var(--mint); }
.legend-mark.member { background: var(--blue); }
.legend-mark.completer { background: var(--coral); }
.content-list-section { padding: 40px 0 110px; }
.horizontal-filters { margin-bottom: 35px; padding: 17px; display: flex; align-items: flex-end; gap: 13px; border-radius: 16px; background: var(--cloud); }
.horizontal-filters label { width: 210px; }
.horizontal-filters .button { min-height: 45px; }
.filter-reset { min-height: 45px; padding: 0 10px; display: inline-flex; align-items: center; }
.content-grid-listing { margin-top: 10px; }

.article-header { padding: 82px 0 72px; background: var(--blue-soft); }
.article-header.theme-coral { background: var(--coral-soft); }
.article-header.theme-mint { background: var(--mint-soft); }
.article-header.theme-navy { color: var(--white); background: var(--navy); }
.article-heading { max-width: 900px; }
.article-heading h1 { max-width: 840px; margin-top: 18px; font-size: clamp(42px, 5.5vw, 66px); }
.theme-navy .article-heading h1 { color: var(--white); }
.article-heading > p { max-width: 750px; margin: 22px 0 0; color: #53647a; font-size: 18px; }
.theme-navy .article-heading > p { color: #c8d7e7; }
.article-meta { margin-top: 28px; display: flex; gap: 18px; color: #65768b; font-size: 12px; font-weight: 750; }
.theme-navy .article-meta { color: #a9bed4; }
.article-layout { padding: 72px 0 105px; display: grid; grid-template-columns: minmax(0, 720px) 270px; justify-content: space-between; gap: 70px; }
.article-body section { margin-bottom: 48px; }
.article-body h2 { margin: 0 0 15px; color: var(--navy); font-size: 28px; letter-spacing: -.025em; }
.article-body p { margin: 0 0 15px; color: #43566d; font-size: 17px; line-height: 1.85; }
.article-note { margin-top: 58px; padding: 27px; border-radius: 17px; background: var(--cloud); }
.article-note strong { color: var(--navy); font-size: 19px; }
.article-note p { margin: 7px 0 14px; font-size: 14px; line-height: 1.7; }
.article-aside { align-self: start; padding: 22px; border-top: 3px solid var(--navy); background: var(--cloud); }
.article-aside > strong { color: var(--navy); }
.article-aside dl { margin: 14px 0 0; }
.article-aside dl div { padding: 10px 0; display: grid; gap: 2px; border-top: 1px solid var(--line); }
.article-aside dt { color: var(--muted); font-size: 11px; }
.article-aside dd { margin: 0; color: var(--navy); font-size: 13px; font-weight: 700; }
.locked-content { max-width: 760px; padding: 90px 20px 105px; text-align: center; }
.lock-symbol { width: 68px; height: 68px; margin: 0 auto 22px; display: grid; place-items: center; border-radius: 50%; color: var(--blue-dark); background: var(--blue-soft); font-size: 23px; font-weight: 900; }
.locked-content h2 { margin: 0; color: var(--navy); font-size: 32px; letter-spacing: -.03em; }
.locked-content > p:not(.eyebrow) { max-width: 620px; margin: 15px auto 0; color: var(--muted); }
.lock-actions { margin: 28px 0 18px; display: flex; justify-content: center; gap: 10px; }
.locked-content small { color: var(--muted); }
.related-section { border-top: 1px solid var(--line); }

.statement-hero { padding-bottom: 85px; border-bottom: 1px solid var(--line); }
.principle-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.principle-grid article { min-height: 300px; padding: 31px; border: 1px solid var(--line); border-radius: 20px; }
.principle-grid article > span { color: var(--blue); font-size: 13px; font-weight: 900; }
.principle-grid h2 { margin: 50px 0 12px; color: var(--navy); font-size: 24px; }
.principle-grid p { margin: 0; color: var(--muted); }
.simple-cta { padding: 70px 0; background: var(--cloud); }
.simple-cta > div { display: flex; align-items: center; justify-content: space-between; gap: 35px; }

.faq-section { padding: 45px 0 110px; }
.faq-section details { border-bottom: 1px solid var(--line); }
.faq-section details:first-child { border-top: 1px solid var(--line); }
.faq-section summary { min-height: 80px; padding: 21px 12px; display: flex; align-items: center; gap: 18px; color: var(--navy); cursor: pointer; list-style: none; }
.faq-section summary::-webkit-details-marker { display: none; }
.faq-section summary > span, .faq-answer > span { width: 34px; height: 34px; flex: 0 0 34px; display: grid; place-items: center; border-radius: 50%; color: var(--blue-dark); background: var(--blue-soft); font-weight: 900; }
.faq-section summary strong { font-size: 18px; }
.faq-section summary::after { content: "+"; margin-left: auto; color: var(--blue); font-size: 24px; }
.faq-section details[open] summary::after { content: "−"; }
.faq-answer { padding: 4px 12px 28px; display: flex; gap: 18px; }
.faq-answer > span { color: var(--mint-dark); background: var(--mint-soft); }
.faq-answer p { margin: 4px 0 0; color: var(--muted); }
.faq-help { margin-top: 35px; padding: 27px; display: flex; align-items: center; justify-content: space-between; gap: 24px; border-radius: 18px; background: var(--cloud); }
.faq-help div { display: grid; }
.faq-help strong { color: var(--navy); }
.faq-help span { color: var(--muted); font-size: 13px; }

.auth-main { min-height: 680px; padding: 70px 20px 95px; display: grid; place-items: center; background: var(--cloud); }
.auth-panel { width: min(620px, 100%); padding: 42px; border: 1px solid var(--line); border-radius: 24px; background: var(--white); box-shadow: var(--shadow-sm); }
.auth-logo img { width: 120px; }
.stage-label { margin: 28px 0 11px; color: var(--blue-dark); font-size: 12px; font-weight: 900; }
.auth-panel h1 { font-size: 38px; }
.auth-panel > p:not(.stage-label):not(.auth-switch) { margin: 15px 0 25px; color: var(--muted); }
.auth-preview-box { margin-bottom: 24px; padding: 21px; border-radius: 14px; background: var(--cloud); }
.auth-preview-box strong { color: var(--navy); }
.auth-preview-box ul { margin: 10px 0 0; padding-left: 20px; color: var(--muted); }
.role-choice { margin-bottom: 23px; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.role-choice article { padding: 20px; border: 1px solid var(--line); border-radius: 15px; }
.role-choice span { color: var(--blue-dark); font-size: 11px; font-weight: 850; }
.role-choice h2 { margin: 7px 0 5px; color: var(--navy); font-size: 20px; }
.role-choice p { margin: 0; color: var(--muted); font-size: 13px; }
.auth-switch { margin: 20px 0 0; color: var(--muted); font-size: 13px; text-align: center; }
.auth-switch a { color: var(--blue-dark); font-weight: 800; }

.message-main { min-height: 610px; padding: 80px 20px; display: grid; place-items: center; background: var(--cloud); }
.message-panel { max-width: 620px; text-align: center; }
.message-panel > span { color: var(--blue); font-weight: 900; }
.message-panel h1 { margin-top: 12px; font-size: 42px; }
.message-panel p { margin: 15px 0 26px; color: var(--muted); }
.message-panel > div { display: flex; justify-content: center; gap: 10px; }

.site-footer { padding: 58px 0; background: #eaf0f6; }
.footer-inner { width: var(--page); margin-inline: auto; display: grid; grid-template-columns: 1.1fr .8fr 1fr; gap: 50px; }
.footer-brand img { width: 124px; }
.footer-brand p { max-width: 350px; margin: 15px 0 0; color: #52647a; font-size: 13px; }
.footer-links { display: grid; align-content: start; gap: 8px; }
.footer-links a { color: #455970; font-size: 13px; font-weight: 750; text-decoration: none; }
.footer-company { display: flex; flex-direction: column; align-items: flex-end; color: #66768a; font-size: 11px; text-align: right; }
.footer-company img { width: 130px; margin-bottom: 13px; opacity: .78; }

@media (max-width: 980px) {
  .site-nav { gap: 18px; margin-left: 5px; }
  .site-nav a { font-size: 13px; }
  .home-hero { gap: 30px; }
  .floating-card { width: 170px; }
  .content-grid { grid-template-columns: repeat(2, 1fr); }
  .course-detail-grid { grid-template-columns: 1fr 335px; gap: 35px; }
}

@media (max-width: 820px) {
  :root { --page: min(100% - 32px, 1180px); }
  .header-inner { min-height: 68px; }
  .brand img { width: 110px; }
  .menu-button { margin-left: auto; display: block; }
  .site-nav { display: none; position: absolute; left: 0; right: 0; top: 68px; margin: 0; padding: 17px 16px 22px; flex-direction: column; align-items: stretch; gap: 0; background: var(--white); border-bottom: 1px solid var(--line); box-shadow: var(--shadow-sm); }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 11px 8px; font-size: 15px; }
  .site-nav a::after { display: none; }
  .header-actions .text-link { display: none; }
  .header-actions { margin-left: 0; }
  .home-hero { min-height: auto; padding: 55px 0 70px; grid-template-columns: 1fr; }
  .hero-experience { min-height: 430px; }
  .process-inner { padding: 20px 0; display: block; }
  .process-title { display: block; margin-bottom: 15px; }
  .process-inner li:not(:last-child)::after { display: none; }
  .section { padding: 82px 0; }
  .course-grid { grid-template-columns: 1fr 1fr; }
  .course-grid .course-card:last-child:nth-child(odd) { grid-column: 1 / -1; }
  .value-grid { grid-template-columns: 1fr; }
  .value-grid article { min-height: auto; }
  .safety-callout { align-items: flex-start; flex-direction: column; }
  .listing-layout { grid-template-columns: 1fr; gap: 28px; }
  .filter-panel { position: static; grid-template-columns: repeat(3, 1fr); }
  .filter-heading { grid-column: 1 / -1; }
  .filter-panel .button { grid-column: 1 / -1; }
  .course-detail-grid, .split-heading, .two-column-info, .outcome-inner, .content-hero, .article-layout { grid-template-columns: 1fr; }
  .application-card { max-width: 560px; }
  .class-item { grid-template-columns: 145px 1fr; }
  .content-hero { gap: 35px; }
  .access-legend { max-width: 500px; }
  .article-layout { gap: 25px; }
  .article-aside { order: -1; }
  .principle-grid { grid-template-columns: 1fr; }
  .principle-grid article { min-height: auto; }
  .principle-grid h2 { margin-top: 24px; }
  .footer-inner { grid-template-columns: 1fr 1fr; }
  .footer-company { grid-column: 1 / -1; align-items: flex-start; text-align: left; }
}

@media (max-width: 560px) {
  :root { --page: min(100% - 28px, 1180px); }
  body { word-break: normal; }
  .fixture-notice { padding-inline: 12px; }
  .header-actions .button { min-height: 38px; padding-inline: 12px; font-size: 12px; }
  .home-hero { padding-top: 42px; }
  .home-hero h1 { font-size: 43px; }
  .hero-lead { font-size: 16px; }
  .hero-actions { display: grid; }
  .hero-actions .button { width: 100%; }
  .hero-trust { display: grid; gap: 7px; }
  .hero-experience { min-height: 380px; transform: scale(.9); margin: -18px -14px; }
  .orbit-one { width: 330px; height: 330px; }
  .orbit-two { width: 245px; height: 245px; }
  .experience-core { width: 165px; height: 165px; }
  .floating-card { width: 153px; padding: 13px; }
  .card-top { left: 0; }
  .card-right { right: 0; top: 160px; }
  .card-bottom { left: 10px; }
  .process-inner ol { grid-template-columns: 1fr 1fr; gap: 16px; }
  .section { padding: 68px 0; }
  .section-heading { margin-bottom: 30px; }
  .section-heading h2, .final-cta h2, .simple-cta h2 { font-size: 34px; }
  .heading-row { align-items: flex-start; }
  .desktop-link { display: none; }
  .course-grid, .content-grid { grid-template-columns: 1fr; }
  .course-grid .course-card:last-child:nth-child(odd) { grid-column: auto; }
  .mobile-wide-link { width: 100%; margin-top: 18px; display: inline-flex; }
  .safety-callout { padding: 27px 23px; }
  .safety-callout .button { width: 100%; }
  .section-note { text-align: left; }
  .final-cta { padding: 62px 0; }
  .final-cta-inner, .simple-cta > div { align-items: flex-start; flex-direction: column; }
  .final-cta .button, .simple-cta .button { width: 100%; }
  .page-hero { padding: 58px 0 45px; }
  .page-hero h1 { font-size: 39px; }
  .page-hero > p:last-child, .page-hero > div > p:last-child { font-size: 16px; }
  .filter-panel { grid-template-columns: 1fr; }
  .filter-heading, .filter-panel .button { grid-column: auto; }
  .course-grid-listing { grid-template-columns: 1fr; }
  .course-detail-hero { padding: 45px 0 55px; }
  .course-detail-copy h1 { font-size: 41px; }
  .application-card { padding: 21px; }
  .detail-anchor-nav > div { gap: 21px; }
  .learning-list { grid-template-columns: 1fr; }
  .learning-list article { min-height: auto; border-right: 0; border-bottom: 1px solid var(--line); }
  .learning-list article:last-child { border-bottom: 0; }
  .class-item { grid-template-columns: 1fr; }
  .class-day { padding: 17px 21px; }
  .class-content { padding: 21px; }
  .module-row { align-items: flex-start; flex-direction: column; gap: 8px; }
  .module-state { align-self: flex-start; }
  .horizontal-filters { align-items: stretch; flex-direction: column; }
  .horizontal-filters label { width: 100%; }
  .content-hero { padding-bottom: 48px; }
  .article-header { padding: 55px 0; }
  .article-heading h1 { font-size: 39px; }
  .article-meta { gap: 8px 13px; flex-wrap: wrap; }
  .article-layout { padding: 48px 0 75px; }
  .locked-content { padding-block: 65px 75px; }
  .locked-content h2 { font-size: 27px; }
  .lock-actions { flex-direction: column; }
  .statement-hero { padding-bottom: 58px; }
  .faq-section summary { align-items: flex-start; }
  .faq-help { align-items: stretch; flex-direction: column; }
  .auth-main { padding: 45px 14px 65px; }
  .auth-panel { padding: 29px 22px; }
  .auth-panel h1 { font-size: 32px; }
  .role-choice { grid-template-columns: 1fr; }
  .message-panel h1 { font-size: 34px; }
  .message-panel > div { flex-direction: column; }
  .footer-inner { grid-template-columns: 1fr; gap: 30px; }
  .footer-company { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
