/* V3: a launch invitation, led by gratitude and concrete package contents.
   Neutral materials, strong light/dark contrast, original brand orange in small accents. */
:root {
  --paper: #fafbfc;
  --navy: #14263d;
  --night: #091623;
  --silver: #e5e9ee;
  --body: #4d5967;
  --muted: #5d6a79;
  --lime: #f3c4a9;
  --lilac: #eef0f3;
  --pink: #e3e7ed;
  --tangerine: #d8dee7;
  --content: 1160px;
}
body { background: var(--paper); }
.goal-section { background: #eef1f4; border-top: 1px solid #dce2e8; }
.goal-section[hidden] { display: none; }
.goal-layout { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 36px 70px; align-items: start; }
.goal-intro { grid-column: 1; }
.goal-intro .body-copy { margin-top: 24px; font-size: 16px; max-width: 410px; }
.goal-action { grid-column: 1; grid-row: 2; }
.goal-values { font-size: 19px; line-height: 1.8; color: #677585; letter-spacing: -.025em; margin: 0 0 28px; }
.goal-values strong { color: var(--navy); font-weight: 600; }
.goal-button { background: transparent; color: var(--navy); border: 1px solid #8e9cac; gap: 30px; }
.goal-button:hover { background: #e0e6ec; }
.goal-button:focus-visible { outline: 3px solid #8a4b2b; outline-offset: 5px; }
.goal-help, .goal-boundary { font-size: 12px; line-height: 1.8; color: #586777; margin-top: 16px; max-width: 420px; }
.goal-boundary { padding-top: 16px; border-top: 1px solid #ced6df; }
.goal-example { grid-column: 2; grid-row: 1 / span 2; margin: 0; border: 1px solid #d3dce5; border-radius: 14px; background: #fff; box-shadow: 0 18px 45px #132c4310; overflow: hidden; }
.goal-example figcaption { display: flex; justify-content: space-between; gap: 12px; padding: 17px 26px; border-bottom: 1px solid #e4e9ee; font-size: 11px; color: #637383; background: #f8fafb; }
.goal-example figcaption span:first-child { font-weight: 650; color: #344c62; }
.goal-example-body { padding: 32px 30px 22px; }
.goal-saved { font-size: 12px; color: #3e665b; display: flex; align-items: center; gap: 8px; margin-bottom: 15px; }
.goal-saved > span { border-radius: 50%; width: 20px; height: 20px; display: inline-grid; place-items: center; background: #eaf1ee; }
.goal-example h3 { font-size: 27px; letter-spacing: -.045em; font-weight: 650; }
.goal-example h3 span { font-weight: 450; color: #677585; white-space: nowrap; }
.goal-date { padding: 18px 0 26px; border-bottom: 1px solid #dfe5eb; }
.goal-date > div { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.goal-date dt { font-size: 12px; color: #667688; }
.goal-date dd { font-size: 19px; letter-spacing: -.02em; }
.goal-prep-head { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; margin-top: 27px; }
.goal-prep-head h4 { font-size: 15px; font-weight: 650; }
.goal-prep-head > span { font-size: 10px; color: #667688; }
.goal-prep-list { list-style: none; padding: 0; margin: 12px 0 24px; }
.goal-prep-list li { display: flex; gap: 12px; align-items: flex-start; padding: 14px 0; border-bottom: 1px solid #edf0f3; font-size: 13px; line-height: 1.65; }
.goal-prep-list small { display: block; font-size: 10px; color: #718090; }
.goal-check { flex: 0 0 19px; height: 19px; border: 1px solid #bdc8d1; border-radius: 5px; margin-top: 1px; display: grid; place-items: center; }
.goal-check.checked { background: #20384f; color: #fff; border-color: #20384f; }
.goal-next { display: flex; align-items: center; justify-content: space-between; gap: 12px; background: #f0f3f6; padding: 18px; border-radius: 8px; }
.goal-next small { display: block; font-size: 10px; color: #647486; margin-bottom: 6px; }
.goal-next strong { font-size: 15px; font-weight: 650; }
.goal-next > span { font-size: 12px; white-space: nowrap; }
.goal-screen-note { margin-top: 14px; font-size: 10px; color: #6a7887; }
.goal-example-note { padding: 16px 30px; background: #f8fafb; border-top: 1px solid #e4e9ee; color: #637383; font-size: 10px; line-height: 1.7; }
@media (max-width: 760px) {
  .goal-layout { grid-template-columns: minmax(0, 1fr); gap: 28px; }
  .goal-intro, .goal-example, .goal-action { grid-column: 1; grid-row: auto; }
  .goal-example-body { padding: 25px 20px 20px; }
  .goal-example figcaption, .goal-example-note { padding-inline: 20px; }
  .goal-example h3 { font-size: 24px; }
  .goal-intro .body-copy { font-size: 15px; }
  .goal-intro .body-copy br { display: none; }
  .goal-values { font-size: 17px; margin-bottom: 20px; }
  .goal-button { width: 100%; justify-content: space-between; }
}
.review-strip { color: var(--navy); background: #eef0f3; padding-block: 8px; }
.review-strip strong, .review-strip button { color: var(--navy); }
.review-detail { color: #5d6a79; }
.review-actions { display: flex; align-items: center; gap: 20px; }
#motion-state { font-size: 11px; color: #4b5969; }
#hero-replay { text-decoration: underline; text-underline-offset: 3px; }
.site-header { background: var(--night); color: #edf1f7; border-bottom: 1px solid #ffffff15; }
.nav-inner { height: 76px; }
.wordmark { color: #f4f6fa; font-size: 26px; }
.nav-action { color: var(--night); background: #f5f7fb; border-radius: 6px; padding: 10px 19px; }
.nav-action:hover { color: var(--night); background: #f3d1bc; }
nav a:hover { color: #f3c4a9; }
.button { border-radius: 7px; min-height: 54px; font-weight: 600; }
.primary .icon { color: currentColor; }
.section-pad { padding-block: clamp(80px, 9vw, 124px); }
h2 { font-size: clamp(34px, 4vw, 54px); font-weight: 660; line-height: 1.23; letter-spacing: -.05em; }
.section-kicker { color: #8a4b2b; font-weight: 600; font-size: 13px; }

/* Full-width opening; the package, not a minimum price, is the focal offer. */
.hero.premium-hero {
  display: block; max-width: none; width: 100%; text-align: center;
  padding: 49px 0 0; margin: 0;
  background: var(--night); color: #f5f6f9;
}
.hero-inner { position: relative; }
.launch-label { display: flex; justify-content: center; align-items: center; gap: 17px; font-size: 13px; font-weight: 500; color: #edc4ac; margin-bottom: 26px; }
.launch-label i { display: inline-block; width: 1px; height: 11px; background: #ffffff40; }
.premium-hero h1 { font-size: clamp(44px, 5.3vw, 70px); line-height: 1.14; font-weight: 660; letter-spacing: -.055em; }
.premium-hero h1 .line-mask { display: block; overflow: hidden; padding-block: .055em; color: #f5f6f9; }
.premium-hero h1 .hero-line { display: block; color: #f5f6f9; }
.premium-hero h1 em { font: inherit; color: #eeb994; }
.premium-hero .hero-copy { color: #bac5d2; font-size: 16px; line-height: 1.8; margin: 24px auto 25px; max-width: 830px; }
.premium-hero .hero-actions { justify-content: center; gap: 13px; margin-top: 0; }
.premium-hero .hero-actions .primary { background: #f4f6fa; color: var(--night); font-size: 15px; }
.premium-hero .hero-actions .primary:hover { background: #f0c9af; }
.premium-hero .hero-actions .quiet { color: #f1f4f8; background: transparent; font-size: 14px; }
.premium-hero .hero-actions .quiet:hover { background: #ffffff0b; }
.premium-hero .hero-conditions { color: #a4b1c1; font-size: 11px; margin-top: 18px; }
.hero-package { margin-top: 43px; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); text-align: left; border-top: 1px solid #ffffff25; padding: 26px 0 31px; align-items: center; }
.package-sign { display: flex; align-items: center; gap: 16px; }
.premium-hero .hero-mark { width: 57px; height: 57px; margin: 0; padding: 0; background: none; border-radius: 0; }
.hero-mark .spoon-sweep path { fill: #edf0f5; }
.package-sign > span { color: #aab8c8; font-size: 11px; line-height: 1.8; }
.package-sign strong { font-size: 15px; font-weight: 550; color: #f0f3f7; }
.package-piece { padding-left: 28px; border-left: 1px solid #ffffff20; min-width: 0; }
.package-piece > span { display: block; color: #8e9eb1; font-size: 11px; margin-bottom: 10px; }
.package-piece > strong { font-size: 21px; font-weight: 550; letter-spacing: -.03em; }
.price-band { margin-bottom: 0; padding-block: 35px; border-top: 0; border-bottom-color: #dce1e7; grid-template-columns: minmax(0, 1fr) minmax(0, 3fr); column-gap: 0; }
.price-band > p { font-size: 15px; color: var(--body); }
.price-band > p strong { font-size: 16px; color: var(--navy); }
.price-overview dt { font-size: 13px; }
.price-overview dd { font-size: 27px; font-weight: 650; }

/* Large editorial copy and the actual contents have room to breathe. */
.bundle-section { background: var(--paper); }
.bundle-grid { grid-template-columns: 1.2fr 1fr; gap: 80px; }
.bundle-grid h2 span { color: var(--navy); }
.bundle-grid .body-copy { font-size: 16px; }
.bundle-stack > div { grid-template-columns: 27px 1fr; gap: 8px 17px; border-color: #ccd4de; padding-block: 26px; }
.bundle-stack > div:first-child { border-top-color: #ccd4de; }
.bundle-index { color: #8a4b2b; grid-row: span 2; align-self: start; padding-top: 7px; }
.bundle-stack strong { font-size: 25px; font-weight: 620; }
.bundle-stack > div > span:last-child { grid-column: 2; color: var(--body); font-size: 13px; margin-top: 3px; }
.bundle-stack > p { color: var(--muted); }
.eligibility-note { border-color: #d6dee7; margin-top: 65px; }
.eligibility-note > span { color: var(--muted); }
.eligibility-note strong { font-weight: 600; }

.learning-section { background: #e9edf2; }
.learning-card { border-radius: 14px; flex-basis: min(455px, 78vw); }
.learn-time { background: #f9fafc; }
.learn-cash { background: #192d43; color: #f2f5fa; }
.learn-question { background: #d5dee9; }
.learning-card h3 { font-size: 32px; font-weight: 620; line-height: 1.26; }
.learning-card-copy { padding: 34px 32px 24px; }
.learn-cash .feature-name, .learn-cash p, .learn-cash .learning-graphic > span { color: #c2cfde; }
.learning-graphic { min-height: 208px; }
.days-number { font-size: 124px; font-weight: 580; letter-spacing: -.07em; }
.cash-graphic > strong { color: #f2c6aa; font-size: 31px; font-weight: 600; }
.question-graphic > strong { font-size: 89px; font-weight: 550; letter-spacing: -.065em; }
.round-button { background: #d6dee8; }
.round-button:hover { background: #c3cfdd; }

.ot-section { background: #101820; }
.ot-section .section-heading,
.ot-section .ot-video-slot,
.ot-section .instructor-line { width: 100%; max-width: 840px; margin-inline: auto; }
.ot-section .section-kicker { color: #dfb49a; }
.ot-section h2 span { color: #f0f3f8; }
.ot-section .section-heading p:last-child { color: #b8c4d1; }
.ot-video-slot { position: relative; display: flex; align-items: flex-end; aspect-ratio: 16 / 9; overflow: hidden; border: 1px solid #344250; border-radius: 12px; background: #1b2734; }
.ot-video-slot::after { position: absolute; inset: 0; content: ""; background: linear-gradient(180deg, transparent 38%, rgb(16 24 32 / .48)); pointer-events: none; }
.ot-slot-copy { position: relative; z-index: 1; padding: 46px; }
.ot-slot-copy h3 { color: #f0f3f8; font-size: 31px; font-weight: 550; line-height: 1.42; letter-spacing: -.04em; }
.ot-label { color: #dfb49a; }
.instructor-line { margin-top: 29px; color: #b8c4d1; }
.instructor-line strong { color: #f0f3f8; font-weight: 600; }

.course-section { background: var(--paper); }
.course-section h2 span { color: #5c6c7d; }
.course-tabs { position: relative; isolation: isolate; gap: 4px; border-radius: 8px; background: #e8edf2; margin-bottom: 39px; }
.course-tabs::before { content: ''; position: absolute; left: 6px; top: 6px; bottom: 6px; width: var(--tab-width, calc((100% - 20px)/3)); background: var(--navy); border-radius: 5px; transform: translateX(var(--tab-x, 0px)); transition: transform .3s var(--ease), width .3s var(--ease); pointer-events: none; z-index: -1; }
.course-tabs button, .course-tabs button[aria-selected=true] { background: transparent; border-radius: 5px; }
.course-tabs button:hover:not([aria-selected=true]) { background: #d9e1ea80; }
.course-tabs button { font-size: 15px; font-weight: 550; }
#course-panel { gap: 64px; }
.course-visual { background: #182b42; color: #f0f3f8; border-radius: 10px; min-height: 480px; }
.course-visual[data-tone=principles] { background: #e2e7ed; color: #14263d; }
.course-visual[data-tone=management2] { background: #39434e; color: #f0f3f8; }
.course-visual-top { color: inherit; font-size: 12px; }
.course-visual > strong { font-size: clamp(52px,5.4vw,71px); font-weight: 610; }
.course-visual-top img { background: transparent; padding: 0; border-radius: 0; }
.course-visual[data-tone=principles] .course-visual-top img { background: #1c3047; border-radius: 50%; padding: 5px; }
.visual-bottom { color: inherit; border-color: #9caabc66; }
.course-kicker { color: #8a4b2b; }
.course-info h3 { font-weight: 660; }
.course-price strong { font-weight: 700; }
.apply-button { border-radius: 7px; }
.purchase-conditions { background: #eef1f5; }
.pdf-slot { background: #fff; border-color: #d1d9e3; border-radius: 8px; }
.pdf-slot:hover { background: #edf1f6; }
.conditions-section { background: #eff2f5; }
.conditions-grid h2 { font-size: 41px; }
.faqs details, .faqs details:first-child { border-color: #cdd6e0; }
.closing { background: var(--night); color: #edf1f7; }
.closing h2 { font-size: clamp(34px, 4.4vw, 57px); line-height: 1.25; font-weight: 620; }
.closing img { background: none; padding: 0; border-radius: 0; }
.closing p, .closing p.closing-kicker { color: #b8c7d9; }
.closing .inverse { background: #edf1f7; color: var(--night); }
.closing .inverse .icon { color: var(--night); }
.closing .inverse:hover { background: #f0c9af; }
.footer .wordmark { color: var(--navy); }
.mobile-dock { background: #f8fafc; }

@media (max-width: 1000px) {
  .premium-hero h1 { font-size: 56px; }
  .premium-hero .hero-copy { max-width: 650px; font-size: 15px; }
  .package-piece { padding-left: 20px; }
  .package-piece > strong { font-size: 18px; }
  .package-sign { gap: 9px; }
  .package-sign > span { font-size: 10px; }
  .package-sign strong { font-size: 13px; }
  .bundle-grid { gap: 40px; grid-template-columns: 1.1fr 1fr; }
  .bundle-grid h2 { font-size: 38px; }
  #course-panel { gap: 38px; }
  .conditions-grid h2 { font-size: 34px; }
}

/* Both rows share four equal columns, including matching divider positions. */
@media (min-width: 761px) {
  .package-piece { padding-inline: 14px; text-align: center; }
  .price-overview > div { padding-inline: 14px; border-left: 1px solid #d9d8ce; }
}

@media (max-width: 760px) {
  .review-strip { display: grid; grid-template-columns: 1fr; gap: 5px; padding: 9px 16px; }
  .review-detail { display: inline; font-size: 9px; }
  .review-actions { flex-direction: row; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 2px 10px; }
  .review-strip button { font-size: 10px; min-height: 22px; }
  .review-strip #review-toggle { display: flex; }
  #motion-state { order: 3; flex-basis: 100%; font-size: 9px; }
  .nav-inner { height: 65px; }
  .wordmark { font-size: 23px; }
  .nav-action { border-radius: 5px; font-size: 11px; padding: 7px 12px; }
  .hero.premium-hero { padding-top: 40px; }
  .launch-label { gap: 9px; font-size: 10px; margin-bottom: 23px; }
  .launch-label i { height: 9px; }
  .premium-hero h1 { font-size: clamp(30px, 8.25vw, 54px); line-height: 1.24; font-weight: 660; }
  .premium-hero .hero-copy { font-size: 14px; line-height: 1.85; margin: 23px auto 26px; }
  .premium-hero .hero-actions { flex-direction: column; gap: 7px; }
  .premium-hero .hero-actions .primary { font-size: 14px; width: 100%; max-width: 330px; min-height: 53px; }
  .premium-hero .hero-actions .quiet { min-height: 42px; font-size: 12px; }
  .premium-hero .hero-conditions { margin-top: 15px; font-size: 10px; max-width: 310px; margin-inline: auto; line-height: 1.85; }
  .hero-package { grid-template-columns: repeat(3, 1fr); padding: 21px 0 27px; margin-top: 30px; gap: 21px 0; }
  .package-sign { grid-column: 1/-1; gap: 10px; justify-content: center; text-align: left; }
  .premium-hero .hero-mark { width: 43px; height: 43px; }
  .package-sign > span { font-size: 10px; }
  .package-sign strong { font-size: 13px; }
  .package-piece { padding-left: 13px; }
  .package-piece:nth-child(2) { border-left: 0; padding-left: 0; }
  .package-piece > strong { font-size: 14px; }
  .package-piece > span { font-size: 10px; margin-bottom: 8px; }
  .price-band { grid-template-columns: 1fr; margin-bottom: 0; gap: 20px; padding-block: 28px; }
  .price-band > p, .price-band > p strong { font-size: 14px; }
  .price-overview dd { font-size: 25px; }
  h2 { font-size: 34px; }
  .section-pad { padding-block: 74px; }
  .section-kicker, .section-heading p.section-kicker { font-size: 11px; }
  .bundle-grid { grid-template-columns: 1fr; gap: 33px; }
  .bundle-grid h2 { font-size: 33px; }
  .bundle-grid .body-copy { font-size: 15px; }
  .bundle-stack strong { font-size: 23px; }
  .bundle-stack > div { grid-template-columns: 23px 1fr; gap: 7px 14px; padding-block: 24px; }
  .bundle-stack > div > span:last-child { grid-column: 2; font-size: 12px; }
  .eligibility-note { margin-top: 35px; }
  .learning-card { flex-basis: calc(100vw - 62px); }
  .learning-card-copy { padding: 29px 25px 24px; }
  .learning-card h3 { font-size: 28px; }
  .learning-card p { font-size: 14px; }
  .learning-graphic { padding-inline: 25px; min-height: 188px; }
  .days-number { font-size: 112px; }
  .cash-graphic > strong { font-size: 28px; }
  .question-graphic > strong { font-size: 80px; }
  .ot-section h2 { font-size: 32px; }
  .ot-video-slot { border-radius: 9px; }
  .ot-slot-copy { padding: 27px 24px; }
  .ot-slot-copy h3 { font-size: 24px; }
  .instructor-line { align-items: flex-start; flex-direction: column; gap: 10px; margin-top: 20px; }
  .instructor-line p { font-size: 12px; line-height: 1.6; }
  .course-section h2 { font-size: 34px; }
  .course-tabs { padding: 5px; gap: 4px; border-radius: 8px; }
  .course-tabs::before { left: 5px; top: 5px; bottom: 5px; }
  .course-tabs button { font-size: 12px; min-height: 46px; }
  #course-panel { grid-template-columns: 1fr; gap: 29px; }
  .course-visual { min-height: 310px; padding: 26px; }
  .course-visual > strong { font-size: 54px; }
  .course-visual-top { font-size: 11px; }
  .course-visual-top img { width: 46px; height: 46px; }
  .course-intro { font-size: 15px; }
  .conditions-grid h2 { font-size: 32px; }
  .closing h2 { font-size: 31px; }
  .closing p.closing-kicker { font-size: 11px; }
}

@media (max-width: 359px) {
  .launch-label { flex-direction: column; gap: 6px; font-size: 10px; }
  .launch-label i { display: none; }
  .premium-hero h1 { font-size: 28px; }
  .premium-hero .hero-copy { font-size: 13px; }
  .package-piece > strong { font-size: 12px; }
  .package-piece { padding-left: 10px; }
  .bundle-grid h2 { font-size: 29px; }
  h2, .course-section h2 { font-size: 31px; }
  .ot-section h2 { font-size: 29px; }
  .cash-graphic > strong { font-size: 23px; }
  .conditions-grid h2 { font-size: 29px; }
  .closing h2 { font-size: 28px; }
}

/* WAAPI controls V3 entrances. Content is always visible without JavaScript. */
h2[data-title-reveal] .title-line-mask,
h2[data-title-reveal] .title-line { display: block; color: inherit; }
h2[data-title-reveal] .title-line-mask { overflow: visible; }
.premium-hero .hero-mark, .premium-hero .spoon-sweep, .premium-hero .dollop-fall, .premium-hero .dollop-fall path { animation: none !important; }
.reveal.is-pending { opacity: 1; transform: none; }
/* Only three selected headings are prepared before first paint. The head script
   removes this gate if initialization fails; visible text is never hidden late. */
@media (prefers-reduced-motion: no-preference) {
  html[data-motion-boot] [data-motion-title]:not([data-motion-done]) {
    opacity: 0;
    transform: translateY(40px);
  }
}
@media (prefers-reduced-motion: reduce) {
  .course-tabs::before { transition: none; }
}

/* Publication chrome: the approved campaign gets website links and preparation status. */
.site-header { top: 0; }
.nav-inner { gap: 24px; }
.nav-inner > nav[aria-label="페이지 메뉴"] { margin-left: auto; gap: 24px; }
.account-nav { display: flex; gap: 16px; align-items: center; }
.account-nav a { display: inline-flex; align-items: center; min-height: 44px; white-space: nowrap; font-size: 13px; }
.account-nav .account-primary { padding: 0 16px; border: 1px solid #65717e; border-radius: 999px; }
.brand-home { display: inline-flex; align-items: center; min-height: 44px; flex-shrink: 0; }
.footer { flex-wrap: wrap; padding-block: 48px 40px; gap: 28px; }
.footer > span { margin-right: auto; }
.footer > a:last-of-type { min-height: 44px; display: inline-flex; align-items: center; }
@media(max-width: 900px) { .nav-inner > nav[aria-label="페이지 메뉴"] { display: none; } .account-nav { margin-left: auto; } }
@media(max-width: 640px) {
 .nav-inner { gap: 12px; height: 72px; }
 .nav-inner .account-nav > a { display: inline-flex; font-size: 12px; }
 .account-nav { gap: 12px; }
 .account-nav .account-primary { padding-inline: 12px; }
 .footer { padding-block: 36px 112px; gap: 20px; }
 .footer > span { flex-basis: 100%; order: 1; }
 .footer > a:last-of-type { margin-left: auto; }
 .company-info { order: 2; }
 .footer .company-info nav > a { display: inline-flex; }
}
.company-info { flex-basis: 100%; font-size: 12px; color: #526173; line-height: 1.8; }
.company-info nav { display:flex; flex-wrap:wrap; gap: 20px; margin-bottom: 12px; }
.company-info a { display:inline-flex; align-items:center; min-height:32px; }
