:root {
  --navy: #07172d;
  --navy-2: #0d203c;
  --navy-3: #152b49;
  --gold: #c79136;
  --gold-light: #e1b35e;
  --ivory: #f7f5f0;
  --paper: #fffefb;
  --ink: #152033;
  --muted: #6d7480;
  --line: #dedbd4;
  --shadow: 0 16px 40px rgba(19, 31, 49, .1);
  --serif: "Noto Sans KR", Pretendard, "Apple SD Gothic Neo", Arial, sans-serif;
  --sans: "Noto Sans KR", Pretendard, "Apple SD Gothic Neo", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 82px; }
body { margin: 0; max-width: 100%; color: var(--ink); background: var(--ivory); font-family: var(--sans); font-size: 15px; font-weight: 400; line-height: 1.65; letter-spacing: -.015em; -webkit-font-smoothing: antialiased; overflow-x: hidden; overflow-wrap: break-word; }
body.menu-lock, body.modal-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
img { display: block; max-width: 100%; }
.shell { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.skip-link { position: fixed; left: 14px; top: -70px; z-index: 9999; padding: 12px 18px; color: #fff; background: #111; border-radius: 8px; }
.skip-link:focus { top: 14px; }
.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; }

.site-header { position: sticky; top: 0; z-index: 80; color: #fff; background: rgba(7, 23, 45, .97); border-bottom: 1px solid rgba(255,255,255,.1); transition: box-shadow .2s ease; }
.site-header.scrolled { box-shadow: 0 8px 24px rgba(0,0,0,.18); }
.header-inner { height: 76px; display: flex; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; flex: 0 0 auto; }
.brand-mark { position: relative; display: grid; place-items: center; width: 47px; height: 47px; border: 2px solid var(--gold-light); border-radius: 50%; color: #fff; font-family: Georgia, serif; }
.brand-mark::before { content: ""; position: absolute; inset: 5px 11px 5px 5px; border: 2px solid var(--gold); border-right-color: transparent; border-radius: 50%; transform: rotate(-16deg); }
.brand-mark i { position: relative; z-index: 1; font-size: 22px; font-style: italic; color: #fff; }
.brand-mark b { position: absolute; right: -3px; top: -8px; color: var(--gold-light); font-size: 15px; }
.brand-name { font-family: var(--serif); font-size: 18px; letter-spacing: .08em; white-space: nowrap; }
.desktop-nav { flex: 1; display: flex; justify-content: center; align-items: center; gap: 27px; }
.desktop-nav a { position: relative; font-size: 13px; color: rgba(255,255,255,.82); white-space: nowrap; }
.desktop-nav a::after { content: ""; position: absolute; left: 50%; bottom: -12px; width: 0; height: 2px; background: var(--gold); transition: width .2s ease, left .2s ease; }
.desktop-nav a:hover, .desktop-nav a.active { color: #fff; }
.desktop-nav a:hover::after, .desktop-nav a.active::after { left: 0; width: 100%; }
.login-link { min-width: 75px; padding: 10px 16px; text-align: center; font-size: 13px; border: 1px solid rgba(255,255,255,.35); border-radius: 8px; }
.header-language { flex: 0 0 auto; }
.header-language select { min-height: 38px; padding: 0 30px 0 10px; color: #fff; background: #10233e; border: 1px solid rgba(255,255,255,.28); border-radius: 8px; font-size: 11px; outline: none; }
.header-language select:focus { border-color: var(--gold-light); }
.menu-button { display: none; width: 43px; height: 43px; padding: 9px; border: 0; background: transparent; }
.menu-button span { display: block; height: 2px; margin: 5px 0; background: #fff; }
.mobile-menu { position: fixed; z-index: 102; top: 0; right: 0; width: min(360px, 88vw); height: 100dvh; padding: 18px 22px; color: #fff; background: var(--navy); transform: translateX(105%); transition: transform .25s ease; }
.mobile-menu.open { transform: translateX(0); }
.mobile-menu-head { display: flex; justify-content: space-between; align-items: center; padding-bottom: 20px; border-bottom: 1px solid rgba(255,255,255,.13); }
.mobile-close { border: 0; background: none; color: #fff; font-size: 34px; }
.mobile-menu nav { display: grid; margin-top: 16px; }
.mobile-menu nav a { padding: 15px 4px; border-bottom: 1px solid rgba(255,255,255,.1); font-size: 16px; }
.menu-dim, .modal-backdrop { position: fixed; inset: 0; z-index: 100; border: 0; background: rgba(2, 9, 19, .62); backdrop-filter: blur(3px); }

.hero-section { color: #fff; background: var(--navy); padding: 26px 0 28px; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 3fr) minmax(255px, 1fr); gap: 20px; }
.hero-card { position: relative; min-height: 390px; overflow: hidden; border: 1px solid rgba(225,179,94,.6); border-radius: 15px; background: #0b1d36 url("img/jaehwan-consulting.png") 69% center/cover no-repeat; box-shadow: inset 0 0 0 1px rgba(255,255,255,.04); }
.hero-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,18,35,.98) 0%, rgba(5,18,35,.91) 37%, rgba(5,18,35,.34) 67%, rgba(5,18,35,.08) 100%); }
.hero-copy { position: relative; z-index: 2; width: 58%; padding: 52px 42px; }
.eyebrow, .section-kicker { margin: 0 0 8px; color: var(--gold); font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.hero-copy h1 { margin: 0; font-family: var(--serif); font-size: clamp(34px, 4.1vw, 54px); font-weight: 500; line-height: 1.32; letter-spacing: -.04em; }
.hero-copy h1 strong { font-weight: 700; }
.hero-copy > p:not(.eyebrow) { margin: 20px 0 0; color: rgba(255,255,255,.82); font-size: 15px; line-height: 1.9; }
.hero-actions { display: flex; gap: 12px; margin-top: 28px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 20px; min-height: 48px; padding: 0 25px; border-radius: 8px; font-weight: 700; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-gold { color: #fff; background: linear-gradient(135deg, #b87d24, #d9a94e); box-shadow: 0 10px 22px rgba(190,133,41,.22); }
.button-outline { color: #fff; border: 1px solid rgba(255,255,255,.62); background: rgba(5,18,35,.4); }

.mentor-summary { min-height: 390px; padding: 22px 20px 15px; color: var(--ink); background: var(--paper); border: 1px solid #eee9df; border-radius: 15px; }
.mentor-summary-head { display: flex; justify-content: space-between; align-items: start; }
.mentor-summary-head div { display: grid; }
.mentor-summary-head span { font-family: var(--serif); font-size: 19px; font-weight: 700; }
.mentor-summary-head small { color: #8a8c92; font-size: 9px; letter-spacing: .14em; }
.mentor-summary-head > i { color: var(--gold); font-size: 24px; }
.portrait-drawing { position: relative; width: 130px; height: 122px; margin: 12px auto 7px; }
.portrait-head { position: absolute; left: 45px; top: 3px; width: 48px; height: 60px; border: 2px solid #24344c; border-radius: 47% 47% 50% 50%; transform: rotate(3deg); }
.portrait-head::before { content: ""; position: absolute; left: -5px; top: -8px; width: 52px; height: 24px; border-radius: 70% 50% 15% 10%; background: #132238; transform: rotate(-8deg); }
.portrait-head::after { content: ""; position: absolute; left: 11px; top: 27px; width: 25px; height: 9px; border-bottom: 1px solid #24344c; border-radius: 50%; }
.portrait-body { position: absolute; left: 17px; bottom: 0; width: 102px; height: 65px; border: 2px solid #24344c; border-bottom: 0; border-radius: 50% 50% 0 0; }
.portrait-body::before, .portrait-body::after { content: ""; position: absolute; top: 16px; width: 55px; height: 2px; background: #24344c; }
.portrait-body::before { left: 4px; transform: rotate(30deg); }
.portrait-body::after { right: 4px; transform: rotate(-30deg); }
.mentor-summary ul { display: grid; gap: 7px; margin: 9px 0 13px; padding: 0; list-style: none; font-size: 12px; }
.mentor-summary li::before { content: "✧"; color: var(--gold); margin-right: 9px; }
.mentor-summary > p { margin: 0 -13px; padding: 9px 10px; color: #fff; background: var(--navy); border-radius: 8px; text-align: center; font-size: 10px; }

.quick-nav-section { display: none; color: var(--ink); background: var(--paper); border-bottom: 1px solid var(--line); }
.quick-nav { display: grid; grid-template-columns: repeat(4, 1fr); }
.quick-nav a { display: grid; place-items: center; gap: 3px; padding: 13px 3px; border-right: 1px solid var(--line); }
.quick-nav a:last-child { border-right: 0; }
.quick-nav span { font-size: 20px; }
.quick-nav strong { font-size: 11px; }

.section-light { background: var(--ivory); }
.mentor-section { padding: 64px 0 36px; }
.mentor-panel { display: grid; grid-template-columns: 240px minmax(0,1fr) 280px; gap: 38px; align-items: center; padding: 38px 44px; background: var(--paper); border: 1px solid var(--line); border-radius: 14px; box-shadow: var(--shadow); }
.mentor-illustration { position: relative; min-height: 270px; display: grid; place-items: center; overflow: hidden; background: linear-gradient(145deg, #edf0f4, #fbf8f1); border-radius: 12px; }
.sun-ring { position: absolute; width: 200px; height: 200px; border: 1px solid rgba(199,145,54,.35); border-radius: 50%; box-shadow: 0 0 0 22px rgba(199,145,54,.05), 0 0 0 48px rgba(199,145,54,.04); }
.portrait-drawing.large { width: 190px; height: 200px; margin-top: 50px; transform: scale(1.4); }
.mentor-copy h2, .ai-intro h2, .section-heading-row h2 { margin: 0; font-family: var(--serif); font-size: clamp(28px, 3vw, 42px); line-height: 1.42; letter-spacing: -.04em; }
.mentor-copy h2 em, .ai-intro h2 em { color: var(--gold); font-style: normal; }
.mentor-copy > p:not(.section-kicker) { margin: 17px 0 0; color: #535b66; font-size: 14px; line-height: 1.85; }
.mentor-strengths { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 22px; }
.mentor-strengths span { padding: 6px 11px; color: #745118; background: #f5ead7; border-radius: 99px; font-size: 12px; font-weight: 600; }
.text-link { display: inline-flex; gap: 14px; margin-top: 22px; color: var(--navy); font-weight: 700; border-bottom: 1px solid var(--navy); }
.mentor-quote { padding: 28px; color: #fff; background: var(--navy); border-radius: 12px; }
.mentor-quote > span { display: block; height: 32px; color: var(--gold-light); font-family: Georgia, serif; font-size: 52px; line-height: 1; }
.mentor-quote blockquote { margin: 13px 0 20px; font-family: var(--serif); font-size: 18px; line-height: 1.75; }
.mentor-quote small { color: rgba(255,255,255,.58); }

.ai-saju-section { position: relative; overflow: hidden; padding: 76px 0; color: #fff; background: var(--navy); }
.ai-saju-section::before { content: ""; position: absolute; right: -120px; top: -150px; width: 520px; height: 520px; border: 1px solid rgba(199,145,54,.16); border-radius: 50%; box-shadow: 0 0 0 65px rgba(199,145,54,.025), 0 0 0 130px rgba(199,145,54,.02); }
.ai-saju-grid { position: relative; display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: center; }
.section-kicker.gold { color: var(--gold-light); }
.ai-intro h2 { font-size: clamp(32px, 3.7vw, 48px); }
.ai-intro > p:not(.section-kicker):not(.privacy-note) { color: rgba(255,255,255,.72); max-width: 540px; }
.ai-intro ol { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 30px 0 18px; padding: 0; list-style: none; }
.ai-intro li { display: flex; align-items: center; gap: 12px; padding: 14px; border: 1px solid rgba(255,255,255,.12); border-radius: 9px; background: rgba(255,255,255,.04); }
.ai-intro li > span { color: var(--gold-light); font-weight: 700; font-size: 12px; }
.ai-intro li div { display: grid; }
.ai-intro li strong { font-size: 13px; }
.ai-intro li small { color: rgba(255,255,255,.54); font-size: 10px; }
.privacy-note { color: rgba(255,255,255,.48); font-size: 11px; }

.saju-form { padding: 30px; color: var(--ink); background: var(--paper); border-radius: 15px; box-shadow: 0 22px 60px rgba(0,0,0,.2); }
.form-title { display: flex; justify-content: space-between; align-items: end; margin-bottom: 18px; }
.form-title span { font-family: var(--serif); font-size: 24px; font-weight: 700; }
.form-title small { color: var(--muted); font-size: 11px; }
.calendar-toggle { display: grid; grid-template-columns: 1fr 1fr; margin-bottom: 16px; padding: 4px; background: #edf0f3; border-radius: 9px; }
.calendar-toggle input { position: absolute; opacity: 0; pointer-events: none; }
.calendar-toggle span { display: block; padding: 9px; text-align: center; border-radius: 7px; cursor: pointer; font-size: 13px; font-weight: 600; }
.calendar-toggle input:checked + span { color: #fff; background: var(--navy); box-shadow: 0 4px 10px rgba(7,23,45,.2); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.field { display: grid; gap: 6px; min-width: 0; }
.field.full { grid-column: 1 / -1; }
.field > span { color: #323a47; font-size: 12px; font-weight: 600; }
.field > span em { color: #8a8f97; font-style: normal; font-weight: 500; }
.field input, .field select, .field textarea { width: 100%; min-height: 46px; padding: 11px 12px; color: var(--ink); background: #fff; border: 1px solid #d8d9dc; border-radius: 8px; outline: none; }
.field textarea { min-height: 82px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(199,145,54,.12); }
.field small { color: #92969d; font-size: 9px; }
.saju-agree { display: flex; align-items: flex-start; gap: 8px; margin: 15px 0 0; color: #737a84; font-size: 10px; cursor: pointer; }
.saju-agree input { margin-top: 3px; accent-color: var(--gold); }
.saju-error { min-height: 20px; margin: 7px 0; color: #b33d3d; font-size: 11px; }
.saju-submit { display: flex; align-items: center; justify-content: center; gap: 18px; width: 100%; min-height: 52px; color: #fff; background: linear-gradient(135deg, #af761f, #d6a44c); border: 0; border-radius: 8px; font-weight: 700; cursor: pointer; }
.saju-submit:disabled { cursor: wait; opacity: .66; }
.member-gate { min-height: 510px; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; }
.member-gate-icon { display: grid; place-items: center; width: 66px; height: 66px; margin-bottom: 16px; color: var(--gold-light); background: var(--navy); border-radius: 50%; font-size: 30px; box-shadow: 0 0 0 8px rgba(199,145,54,.09); }
.member-gate h3 { margin: 0; font-family: var(--serif); font-size: 27px; line-height: 1.5; }
.member-gate > p:not(.section-kicker) { max-width: 420px; margin: 13px auto; color: var(--muted); font-size: 12px; }
.member-gate ul { display: grid; gap: 7px; margin: 9px 0 22px; padding: 0; list-style: none; text-align: left; font-size: 12px; }
.member-gate li::before { content: "✓"; margin-right: 8px; color: var(--gold); font-weight: 700; }
.member-gate-actions { display: flex; gap: 9px; width: min(360px, 100%); }
.member-gate-actions .button { flex: 1; }
.member-register { color: var(--navy); border: 1px solid var(--navy); background: #fff; }
.member-gate > small { margin-top: 12px; color: #92969d; font-size: 10px; }

.products-section { padding: 54px 0 22px; }
.products-layout { display: grid; grid-template-columns: minmax(0, 1fr) 250px; gap: 20px; }
.products-main, .process-card, .language-card, .content-preview, .reviews-section .shell { padding: 24px; background: var(--paper); border: 1px solid var(--line); border-radius: 13px; box-shadow: 0 8px 24px rgba(24,31,41,.05); }
.section-heading-row { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 20px; }
.section-heading-row h2 { font-size: 25px; }
.section-heading-row > p { margin: 0; color: var(--muted); font-size: 12px; }
.product-scroller { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.product-card { position: relative; display: flex; flex-direction: column; min-width: 0; padding: 18px 13px 13px; text-align: center; border: 1px solid #dfdfdf; border-radius: 10px; background: #fff; transition: transform .2s ease, box-shadow .2s ease; }
.product-card:hover { transform: translateY(-3px); box-shadow: 0 12px 24px rgba(17,31,50,.1); }
.product-card.featured { border-color: rgba(199,145,54,.65); }
.recommend { position: absolute; top: -10px; right: 10px; padding: 3px 8px; color: #fff; background: var(--gold); border-radius: 99px; font-size: 9px; }
.product-icon { display: grid; place-items: center; width: 43px; height: 43px; margin: 0 auto 12px; color: var(--gold-light); background: var(--navy); border-radius: 50%; font-size: 18px; }
.product-card h3 { margin: 0; font-family: var(--serif); font-size: 16px; }
.product-card p { flex: 1; margin: 9px 0; color: #737983; font-size: 11px; }
.product-card strong { margin-bottom: 12px; font-size: 17px; }
.product-card > a { display: block; padding: 9px 7px; color: #fff; background: linear-gradient(135deg, #b47b25, #d3a04a); border-radius: 6px; font-size: 12px; font-weight: 700; }
.process-card { padding: 24px 18px; }
.process-card h3 { margin: -2px 0 15px; font-family: var(--serif); font-size: 19px; }
.process-card ol { display: grid; gap: 11px; margin: 0; padding: 0; list-style: none; }
.process-card li { display: grid; grid-template-columns: 24px 35px 1fr; gap: 8px; align-items: center; }
.process-card li > span { color: var(--gold); font-size: 11px; font-weight: 700; }
.process-card li > i { display: grid; place-items: center; width: 32px; height: 32px; color: #fff; background: var(--navy); border-radius: 6px; font-style: normal; font-size: 12px; }
.process-card li div { display: grid; }
.process-card li strong { font-size: 12px; }
.process-card li small { color: #92969d; font-size: 9px; }

.support-section { padding: 0 0 22px; }
.support-grid { display: grid; grid-template-columns: .9fr 1.3fr; gap: 20px; }
.section-heading-row.compact { align-items: center; margin-bottom: 13px; }
.section-heading-row.compact h2 { font-size: 19px; }
.section-heading-row.compact > small, .section-heading-row.compact > a { color: var(--muted); font-size: 10px; }
.language-card > p { margin: 0 0 16px; color: var(--muted); font-size: 11px; }
.language-options { display: grid; grid-template-columns: repeat(5, 1fr); gap: 7px; }
.language-options button { display: grid; justify-items: center; padding: 9px 4px; background: #fff; border: 1px solid #dfdfdf; border-radius: 8px; cursor: pointer; }
.language-options button.selected { border-color: var(--gold); box-shadow: 0 0 0 2px rgba(199,145,54,.12); }
.language-options button span { font-size: 18px; }
.language-options button strong { margin-top: 3px; font-size: 10px; }
.language-options button small { color: var(--muted); font-size: 8px; }
.content-cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 9px; }
.content-card { position: relative; display: flex; flex-direction: column; justify-content: space-between; min-height: 118px; padding: 12px; overflow: hidden; color: #fff; border-radius: 8px; background: #13243b; }
.content-card::after { content: ""; position: absolute; right: -20px; bottom: -28px; width: 88px; height: 88px; border: 1px solid rgba(230,181,93,.32); border-radius: 50%; box-shadow: 0 0 0 14px rgba(230,181,93,.04); }
.content-card.c2 { background: linear-gradient(145deg, #3c2518, #0b1423); }
.content-card.c3 { background: linear-gradient(145deg, #153249, #111827); }
.content-card.c4 { background: linear-gradient(145deg, #292247, #121828); }
.content-card span { position: relative; z-index: 1; color: var(--gold-light); font-size: 9px; }
.content-card strong { position: relative; z-index: 1; font-family: var(--serif); font-size: 12px; line-height: 1.55; }

.reviews-section { padding: 0 0 56px; }
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.review-grid article { padding: 18px; border: 1px solid #e2e0da; border-radius: 8px; }
.review-grid span { color: var(--gold); letter-spacing: .12em; font-size: 12px; }
.review-grid p { margin: 8px 0 10px; font-size: 12px; }
.review-grid small { color: var(--muted); }

.final-cta { padding-bottom: 0; color: #fff; background: var(--ivory); }
.final-cta-inner { display: flex; align-items: center; gap: 22px; padding: 20px 34px; background: var(--navy); border-radius: 12px 12px 0 0; }
.cta-phone { display: grid; place-items: center; width: 50px; height: 50px; color: #fff; background: var(--gold); border-radius: 50%; font-size: 22px; }
.final-cta-inner div { flex: 1; }
.final-cta-inner strong { font-family: var(--serif); font-size: 19px; }
.final-cta-inner p { margin: 2px 0 0; color: rgba(255,255,255,.62); font-size: 11px; }
.final-cta-inner .button { min-width: 245px; }
.site-footer { color: #fff; background: var(--navy); border-top: 1px solid rgba(255,255,255,.12); }
.footer-inner { display: flex; flex-wrap: wrap; align-items: center; gap: 18px 40px; min-height: 78px; padding: 25px 0; }
.footer-inner .brand { transform: scale(.82); transform-origin: left center; }
.footer-inner nav { display: flex; gap: 18px; flex: 1; }
.footer-inner nav a, .footer-inner > span { color: rgba(255,255,255,.6); font-size: 10px; }
.business-info { display: grid; flex: 0 0 100%; gap: 4px; padding-top: 18px; color: rgba(255,255,255,.57); border-top: 1px solid rgba(255,255,255,.1); font-size: 10px; line-height: 1.65; }
.business-info strong { color: rgba(255,255,255,.88); font-size: 11px; }
.business-info small { margin-top: 3px; color: rgba(255,255,255,.4); }
.mobile-sticky { display: none; }

/* Member my page */
.mypage-main { min-height: 70vh; background: var(--ivory); }
.mypage-hero { padding: 54px 0; color: #fff; background: linear-gradient(135deg,#07172d,#102f52); }
.mypage-hero-inner { display: grid; grid-template-columns: minmax(0,1fr) 500px; gap: 42px; align-items: center; }
.mypage-hero h1 { margin: 5px 0 12px; font-family: var(--serif); font-size: clamp(34px,4vw,52px); line-height: 1.35; }
.mypage-hero p:not(.section-kicker) { margin: 0; color: rgba(255,255,255,.65); }
.mypage-quick-actions { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; }
.mypage-quick-actions a { display: grid; grid-template-columns: 44px 1fr; gap: 2px 13px; align-items: center; padding: 19px; color: #fff; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.14); border-radius: 12px; }
.mypage-quick-actions a:hover { background: rgba(255,255,255,.12); }
.mypage-quick-actions span { grid-row: 1 / 3; display: grid; place-items: center; width: 44px; height: 44px; color: var(--navy); background: var(--gold-light); border-radius: 50%; font-size: 18px; }
.mypage-quick-actions strong { font-size: 14px; }
.mypage-quick-actions small { color: rgba(255,255,255,.55); font-size: 10px; }
.mypage-content { padding: 38px 0 70px; }
.mypage-stats { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 12px; margin-bottom: 18px; }
.mypage-stats article { display: grid; grid-template-columns: 1fr auto; align-items: end; padding: 21px 24px; background: #fff; border: 1px solid var(--line); border-radius: 12px; }
.mypage-stats small { grid-column: 1 / -1; color: var(--gold); font-size: 9px; font-weight: 700; letter-spacing: .12em; }
.mypage-stats strong { color: var(--navy); font-family: var(--serif); font-size: 34px; }
.mypage-stats span { padding-bottom: 6px; color: var(--muted); font-size: 11px; }
.mypage-layout { display: grid; grid-template-columns: 290px minmax(0,1fr); gap: 18px; align-items: start; }
.mypage-profile-card, .mypage-orders, .mypage-review-panel { background: #fff; border: 1px solid var(--line); border-radius: 14px; box-shadow: 0 12px 35px rgba(8,23,45,.05); }
.mypage-profile-card { position: sticky; top: 90px; padding: 25px; }
.mypage-profile-card h2, .mypage-section-head h2, .mypage-review-panel h2 { margin: 0; font-family: var(--serif); font-size: 24px; }
.mypage-profile-card dl { display: grid; gap: 13px; margin: 25px 0; }
.mypage-profile-card dl div { padding-bottom: 11px; border-bottom: 1px solid #eeeae3; }
.mypage-profile-card dt { color: var(--muted); font-size: 9px; }
.mypage-profile-card dd { margin: 3px 0 0; overflow-wrap: anywhere; font-size: 12px; font-weight: 600; }
.mypage-profile-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; }
.mypage-profile-actions a { padding: 10px 7px; color: #535b66; background: #f5f3ef; border-radius: 7px; text-align: center; font-size: 10px; font-weight: 600; }
.mypage-orders { padding: 26px; }
.mypage-section-head { display: flex; justify-content: space-between; align-items: end; margin-bottom: 20px; }
.mypage-section-head > a { color: var(--muted); font-size: 11px; }
.mypage-order-list { display: grid; gap: 12px; }
.mypage-order-card { padding: 20px; border: 1px solid #e4e0d8; border-radius: 11px; }
.mypage-order-top { display: flex; justify-content: space-between; align-items: center; }
.mypage-order-top > small { color: var(--muted); font-size: 10px; }
.order-status { padding: 5px 9px; border-radius: 99px; font-size: 9px; font-weight: 700; }
.order-status.paid { color: #146b3a; background: #e7f6ed; }
.order-status.pending { color: #845d17; background: #fbf0d8; }
.order-status.cancelled { color: #8b3030; background: #fae8e8; }
.mypage-order-card h3 { margin: 13px 0; font-family: var(--serif); font-size: 20px; }
.mypage-order-card dl { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 7px 18px; margin: 0; padding: 13px; background: #f8f7f4; border-radius: 8px; }
.mypage-order-card dl div { display: flex; gap: 9px; min-width: 0; }
.mypage-order-card dt { color: var(--muted); font-size: 10px; }
.mypage-order-card dd { margin: 0; overflow-wrap: anywhere; font-size: 10px; font-weight: 600; }
.mypage-order-card > p { margin: 13px 0 0; color: #656c76; font-size: 11px; line-height: 1.7; }
.mypage-order-actions { display: flex; gap: 7px; margin-top: 15px; }
.mypage-order-actions .button { min-height: 39px; padding: 0 14px; font-size: 10px; }
.mypage-empty { padding: 55px 20px; text-align: center; }
.mypage-empty > span { display: grid; place-items: center; width: 58px; height: 58px; margin: 0 auto; color: var(--gold-light); background: var(--navy); border-radius: 50%; font-size: 23px; }
.mypage-empty h3 { margin: 16px 0 5px; font-family: var(--serif); }
.mypage-empty p { margin: 0 0 18px; color: var(--muted); font-size: 11px; }
.mypage-empty .button { min-height: 42px; font-size: 11px; }
.mypage-review-panel { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin-top: 18px; padding: 25px; }
.mypage-review-panel p:not(.section-kicker) { margin: 5px 0 0; color: var(--muted); font-size: 11px; }
.mypage-review-panel > div:last-child { display: flex; gap: 7px; }
.mypage-review-panel .button { min-height: 42px; font-size: 10px; }

.result-modal, .consult-modal { position: fixed; inset: 0; z-index: 120; display: grid; place-items: center; padding: 24px; }
.result-modal[hidden], .consult-modal[hidden] { display: none; }
.result-window { position: relative; z-index: 121; width: min(920px, 100%); max-height: calc(100dvh - 48px); overflow: auto; background: var(--paper); border-radius: 15px; box-shadow: 0 30px 90px rgba(0,0,0,.4); }
.result-header { position: sticky; top: 0; z-index: 4; display: flex; align-items: center; gap: 18px; padding: 12px 18px; color: #fff; background: var(--navy); }
.result-header .brand { transform: scale(.78); transform-origin: left center; }
.result-header .ai-live { flex: 1; display: flex; align-items: center; justify-content: center; gap: 7px; color: var(--gold-light); font-size: 10px; font-weight: 800; letter-spacing: .12em; }
.ai-live i { width: 7px; height: 7px; background: #6fe39a; border-radius: 50%; box-shadow: 0 0 0 5px rgba(111,227,154,.1); }
.result-header > button, .consult-close { width: 38px; height: 38px; color: #fff; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.15); border-radius: 8px; font-size: 24px; cursor: pointer; }
.result-body { padding: 34px; }
.result-hero { padding: 28px; color: #fff; background: linear-gradient(135deg, #081a32, #172f50); border-radius: 12px; }
.result-hero small { color: var(--gold-light); letter-spacing: .12em; }
.result-hero h2 { margin: 8px 0 9px; font-family: var(--serif); font-size: 32px; }
.result-hero p { margin: 0; color: rgba(255,255,255,.72); }
.pillar-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; margin-top: 18px; }
.pillar-grid article { padding: 12px; text-align: center; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.13); border-radius: 8px; }
.pillar-grid article span { display: block; color: rgba(255,255,255,.55); font-size: 10px; }
.pillar-grid article strong { display: block; margin-top: 2px; font-family: var(--serif); font-size: 20px; }
.result-section { margin-top: 28px; }
.result-section h3 { display: flex; align-items: center; gap: 8px; margin: 0 0 12px; font-family: var(--serif); font-size: 20px; }
.result-section h3 span { display: grid; place-items: center; width: 28px; height: 28px; color: #fff; background: var(--gold); border-radius: 50%; font-family: var(--sans); font-size: 11px; }
.result-section > p { color: #4f5865; line-height: 1.85; }
.result-card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.result-card-grid article { padding: 16px; border: 1px solid var(--line); border-radius: 9px; background: #fff; }
.result-card-grid strong { display: block; margin-bottom: 5px; color: var(--gold); font-size: 11px; }
.result-card-grid p { margin: 0; font-size: 12px; }
.result-duo { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.result-duo article { padding: 20px; background: #f3f1eb; border-radius: 10px; }
.result-duo h4 { margin: 0 0 8px; font-family: var(--serif); }
.result-duo p { margin: 0; color: #535c68; font-size: 12px; line-height: 1.8; }
.guidance-list { display: grid; gap: 8px; margin: 0; padding: 0; list-style: none; }
.guidance-list li { padding: 12px 14px; background: #f7f5f0; border-left: 3px solid var(--gold); font-size: 12px; }
.result-cta { display: flex; align-items: center; gap: 18px; margin-top: 30px; padding: 22px; color: #fff; background: var(--navy); border-radius: 10px; }
.result-cta div { flex: 1; }
.result-cta strong { font-family: var(--serif); font-size: 18px; }
.result-cta p { margin: 3px 0 0; color: rgba(255,255,255,.6); font-size: 11px; }
.result-disclaimer { margin-top: 18px; color: #8a9098; font-size: 10px; text-align: center; }

.consult-window { position: relative; z-index: 121; width: min(660px, 100%); max-height: calc(100dvh - 40px); overflow: auto; padding: 34px; background: var(--paper); border-radius: 15px; box-shadow: 0 30px 90px rgba(0,0,0,.4); }
.consult-window h2 { margin: 0; font-family: var(--serif); font-size: 28px; }
.consult-lead { margin: 8px 0 18px; color: var(--muted); font-size: 12px; }
.consult-close { position: absolute; top: 14px; right: 14px; color: var(--ink); background: #f2f2f2; border-color: #ddd; }
.payment-notice { display: grid; padding: 12px 14px; margin-bottom: 18px; color: #62430f; background: #fbf3e3; border: 1px solid #ead3a9; border-radius: 8px; }
.payment-notice strong { font-size: 12px; }
.payment-notice span { font-size: 10px; }
.consult-form > .field { margin-bottom: 13px; }

/* Shared subpages */
.subpage-body { min-height: 100vh; background: #f4f2ed; }
.subpage-header .desktop-nav { justify-content: flex-end; }
.subpage-header .header-inner { gap: 20px; }
.subpage-hero { color: #fff; background: var(--navy); }
.subpage-hero > .shell { min-height: 330px; display: block; padding-top: 58px; padding-bottom: 60px; }
.subpage-hero h1 { max-width: 780px; margin: 0; font-family: var(--serif); font-size: clamp(38px, 5vw, 62px); font-weight: 600; line-height: 1.3; letter-spacing: -.045em; }
.subpage-hero p:not(.section-kicker) { max-width: 700px; margin: 18px 0 0; color: rgba(255,255,255,.7); font-size: 15px; }
.subpage-hero .button { margin-top: 25px; }
.compact-hero > .shell { min-height: 300px; }
.compact-hero h1 { font-size: clamp(34px, 4.2vw, 52px); }
.payment-page .compact-hero > .shell { min-height: 0; display: block; padding-top: 64px; padding-bottom: 66px; }
.payment-hero-copy { max-width: 760px; }
.payment-hero-copy h1 { font-size: clamp(34px, 4vw, 48px); line-height: 1.35; }
.payment-hero-copy p:not(.section-kicker) { max-width: 640px; margin-top: 14px; line-height: 1.75; }
.dark-brand { color: var(--ink); }
.dark-brand .brand-mark { color: var(--navy); background: var(--navy); }

/* Payment page */
.payment-content { padding: 54px 0 76px; }
.payment-grid { display: grid; grid-template-columns: minmax(300px, .8fr) minmax(0, 1.2fr); gap: 24px; align-items: start; }
.payment-products, .payment-form-panel { min-width: 0; padding: 28px; background: var(--paper); border: 1px solid var(--line); border-radius: 14px; box-shadow: var(--shadow); }
.payment-step-title { display: flex; align-items: center; gap: 12px; margin-bottom: 20px; }
.payment-step-title > span { display: grid; place-items: center; width: 38px; height: 38px; color: #fff; background: var(--navy); border-radius: 50%; font-size: 12px; font-weight: 700; }
.payment-step-title > div { display: grid; }
.payment-step-title strong { font-family: var(--serif); font-size: 19px; }
.payment-step-title small { color: var(--muted); font-size: 9px; letter-spacing: .14em; }
.payment-product-list { display: grid; gap: 10px; }
.payment-product-card { position: relative; display: grid; grid-template-columns: 46px minmax(0,1fr) auto; align-items: center; gap: 12px; padding: 14px; border: 1px solid #dedede; border-radius: 10px; cursor: pointer; transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease; }
.payment-product-card:hover, .payment-product-card.selected { border-color: var(--gold); box-shadow: 0 8px 18px rgba(199,145,54,.12); transform: translateY(-1px); }
.payment-product-card input { position: absolute; opacity: 0; }
.payment-product-card .product-icon { width: 40px; height: 40px; margin: 0; font-size: 15px; }
.payment-product-card > div { display: grid; }
.payment-product-card > div strong { font-family: var(--serif); font-size: 14px; }
.payment-product-card > div small { color: var(--muted); font-size: 10px; }
.payment-product-card > b { color: var(--navy); font-size: 14px; }
.paid-contact-link { display: grid; grid-template-columns: 32px 1fr 20px; gap: 10px; align-items: center; margin-top: 18px; padding: 13px; color: #fff; background: var(--navy); border-radius: 9px; }
.paid-contact-link > span { display: grid; place-items: center; width: 30px; height: 30px; color: var(--navy); background: var(--gold-light); border-radius: 50%; font-weight: 700; }
.paid-contact-link > div { display: grid; }
.paid-contact-link strong { font-size: 11px; }
.paid-contact-link small { color: rgba(255,255,255,.58); font-size: 9px; }
.paid-contact-link i { font-style: normal; font-size: 20px; }
.payment-form { display: grid; gap: 16px; }
.payment-form .field textarea { min-height: 140px; }
.secure-payment-note { display: flex; align-items: center; gap: 12px; padding: 13px; color: #62430f; background: #fbf3e3; border: 1px solid #ead3a9; border-radius: 9px; }
.secure-payment-note > span { display: grid; place-items: center; width: 34px; height: 34px; color: #fff; background: var(--gold); border-radius: 50%; }
.secure-payment-note p { display: grid; margin: 0; }
.secure-payment-note strong { font-size: 12px; }
.secure-payment-note small { font-size: 10px; }
.payment-login-gate { min-height: 400px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.payment-login-gate > span { display: grid; place-items: center; width: 62px; height: 62px; color: var(--gold-light); background: var(--navy); border-radius: 50%; font-size: 28px; }
.payment-login-gate h2 { margin: 18px 0 8px; font-family: var(--serif); font-size: 24px; }
.payment-login-gate p { margin: 0 0 20px; color: var(--muted); font-size: 12px; }
.payment-login-gate > div { display: flex; gap: 8px; }

/* Mentor detail */
.mentor-detail-hero { padding: 54px 0; color: #fff; background: var(--navy); }
.mentor-detail-grid { display: grid; grid-template-columns: minmax(0,1fr) 360px 230px; gap: 22px; align-items: center; }
.mentor-detail-copy { min-width: 0; }
.mentor-badge { display: inline-flex; margin-bottom: 15px; padding: 6px 11px; color: var(--gold-light); border: 1px solid rgba(225,179,94,.45); border-radius: 99px; font-size: 10px; }
.mentor-detail-copy h1 { margin: 0; font-family: var(--serif); font-size: clamp(34px,4.4vw,56px); font-weight: 600; line-height: 1.36; letter-spacing: -.045em; word-break: keep-all; }
.mentor-detail-copy > p:not(.section-kicker) { max-width: 620px; color: rgba(255,255,255,.68); }
.mentor-detail-actions { display: flex; gap: 10px; margin-top: 24px; }
.mentor-detail-photo { min-height: 0; aspect-ratio: 4 / 3; background: #0a1c34 url("img/jaehwan-consulting.png") center/cover no-repeat; border: 1px solid rgba(225,179,94,.38); border-radius: 16px; }
.mentor-profile-card { padding: 23px 18px; color: var(--ink); background: var(--paper); border-radius: 14px; }
.mentor-profile-card > span { font-family: var(--serif); font-size: 18px; font-weight: 600; }
.mentor-profile-card > strong { display: block; margin-top: 20px; color: var(--gold); font-family: var(--serif); font-size: 43px; line-height: 1; }
.mentor-profile-card > small { color: var(--muted); font-size: 9px; }
.mentor-profile-card ul { display: grid; gap: 8px; margin: 22px 0; padding: 0; list-style: none; font-size: 11px; }
.mentor-profile-card li::before { content: "✧"; margin-right: 7px; color: var(--gold); }
.mentor-profile-card a { font-size: 11px; font-weight: 700; border-bottom: 1px solid var(--ink); }
.mentor-story-section { padding: 74px 0; }
.mentor-story-grid { display: grid; grid-template-columns: 110px minmax(0,1fr) 320px; gap: 42px; }
.story-index > span { display: block; color: #e1d9ca; font-family: var(--serif); font-size: 74px; line-height: 1; }
.story-copy h2, .subsection-heading h2, .faq-layout h2, .mentor-review-cta h2 { margin: 0; font-family: var(--serif); font-size: clamp(29px,3.2vw,42px); font-weight: 600; line-height: 1.45; letter-spacing: -.04em; }
.story-copy h2 em { color: var(--gold); font-style: normal; }
.story-copy p { margin: 20px 0 0; color: #59616b; line-height: 1.9; }
.mentor-story-grid blockquote { align-self: start; margin: 0; padding: 30px; color: #fff; background: var(--navy); border-radius: 13px; }
.mentor-story-grid blockquote > span { color: var(--gold-light); font-family: Georgia,serif; font-size: 52px; line-height: .8; }
.mentor-story-grid blockquote p { font-family: var(--serif); font-size: 18px; line-height: 1.9; }
.mentor-story-grid blockquote small { color: rgba(255,255,255,.55); }
.mentor-specialties, .mentor-faq, .mentor-products-section { padding: 68px 0; background: #fff; }
.subsection-heading { margin-bottom: 28px; }
.subsection-heading > p:not(.section-kicker) { margin: 9px 0 0; color: var(--muted); }
.subsection-heading.centered { text-align: center; }
.specialty-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 13px; }
.specialty-grid article { position: relative; padding: 26px 22px; border: 1px solid var(--line); border-radius: 12px; }
.specialty-grid article > span { position: absolute; right: 15px; top: 13px; color: #d6d0c7; font-weight: 700; }
.specialty-grid article > i { display: grid; place-items: center; width: 44px; height: 44px; color: var(--gold-light); background: var(--navy); border-radius: 50%; font-style: normal; font-size: 19px; }
.specialty-grid h3 { margin: 16px 0 8px; font-family: var(--serif); font-size: 18px; }
.specialty-grid p { margin: 0; color: var(--muted); font-size: 12px; }
.case-section { padding: 68px 0; }
.case-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 15px; }
.case-grid article { padding: 25px; color: #fff; background: linear-gradient(145deg,#0b1c34,#183653); border-radius: 12px; }
.case-grid small { color: var(--gold-light); letter-spacing: .12em; }
.case-grid h3 { margin: 30px 0 9px; font-family: var(--serif); font-size: 20px; }
.case-grid p { margin: 0; color: rgba(255,255,255,.68); font-size: 12px; line-height: 1.8; }
.case-disclaimer { color: var(--muted); font-size: 10px; text-align: center; }
.faq-layout { display: grid; grid-template-columns: 330px minmax(0,1fr); gap: 50px; }
.faq-list { display: grid; }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { padding: 18px 4px; cursor: pointer; font-weight: 600; }
.faq-list p { margin: 0; padding: 0 4px 18px; color: var(--muted); font-size: 13px; }
.mentor-product-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 13px; }
.mentor-product-grid article { position: relative; display: flex; flex-direction: column; align-items: center; padding: 25px 16px 15px; text-align: center; border: 1px solid var(--line); border-radius: 12px; }
.mentor-product-grid article.featured { border-color: var(--gold); box-shadow: 0 10px 24px rgba(199,145,54,.13); }
.mentor-product-grid article > b { position: absolute; right: 12px; top: -9px; padding: 3px 9px; color: #fff; background: var(--gold); border-radius: 99px; font-size: 9px; }
.mentor-product-grid article > span { display: grid; place-items: center; width: 46px; height: 46px; color: var(--gold-light); background: var(--navy); border-radius: 50%; }
.mentor-product-grid h3 { margin: 14px 0 6px; font-family: var(--serif); font-size: 17px; }
.mentor-product-grid p { flex: 1; margin: 0; color: var(--muted); font-size: 11px; }
.mentor-product-grid strong { margin: 15px 0 12px; font-size: 18px; }
.mentor-product-grid a { width: 100%; padding: 10px; color: #fff; background: var(--gold); border-radius: 7px; font-size: 12px; font-weight: 700; }
.mentor-review-cta { padding: 44px 0; color: #fff; background: var(--navy); }
.mentor-review-cta .shell { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.mentor-review-cta p:not(.section-kicker) { color: rgba(255,255,255,.63); }
.mentor-review-cta .shell > div:last-child { display: flex; gap: 8px; }

/* Verified reviews */
.verified-review-section { padding: 54px 0 76px; }
.review-summary-bar { display: flex; align-items: center; justify-content: space-between; margin-bottom: 22px; padding: 18px 22px; background: #fff; border: 1px solid var(--line); border-radius: 11px; }
.review-summary-bar strong { color: var(--gold); font-family: var(--serif); font-size: 30px; }
.review-summary-bar span { margin-left: 6px; }
.review-summary-bar p { margin: 0; color: var(--muted); font-size: 12px; }
.review-summary-bar i { color: #fff; background: var(--gold); border-radius: 50%; padding: 2px 5px; font-style: normal; }
.verified-review-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 14px; }
.verified-review-grid article { display: flex; flex-direction: column; min-height: 260px; padding: 22px; background: #fff; border: 1px solid var(--line); border-radius: 11px; }
.verified-review-grid header { display: flex; justify-content: space-between; }
.verified-review-grid header span { color: var(--gold); letter-spacing: .1em; }
.verified-review-grid header b { padding: 3px 7px; color: #49654d; background: #e7f3e8; border-radius: 99px; font-size: 9px; }
.verified-review-grid h2 { margin: 17px 0 8px; font-family: var(--serif); font-size: 17px; }
.verified-review-grid p { flex: 1; margin: 0; color: #59616b; font-size: 12px; line-height: 1.8; }
.verified-review-grid footer { display: grid; margin-top: 18px; padding-top: 13px; border-top: 1px solid #eee; }
.verified-review-grid footer span { font-weight: 600; }
.verified-review-grid footer small { color: var(--muted); }
.empty-state { display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 340px; padding: 30px; text-align: center; background: #fff; border: 1px solid var(--line); border-radius: 12px; }
.empty-state > span { color: var(--gold); font-size: 36px; }
.empty-state h2 { margin: 12px 0 5px; font-family: var(--serif); }
.empty-state p { color: var(--muted); }
.review-write-page, .content-write-page, .payment-result-page { min-height: 100vh; display: grid; place-items: center; padding: 38px 18px; }
.review-write-card, .content-write-card, .payment-result-card { width: min(720px,100%); padding: 34px; background: #fff; border: 1px solid var(--line); border-radius: 14px; box-shadow: var(--shadow); }
.review-write-card > h1, .content-write-card > h1, .payment-result-card h1 { margin: 22px 0 8px; font-family: var(--serif); font-size: 32px; }
.review-write-card > p, .content-write-card > p, .payment-result-card > p { color: var(--muted); }
.review-write-card form, .content-write-card form { display: grid; gap: 15px; margin-top: 22px; }
.rating-field { display: flex; gap: 7px; padding: 0; border: 0; }
.rating-field legend { margin-bottom: 7px; font-size: 12px; font-weight: 600; }
.rating-field label span { display: block; padding: 7px 10px; border: 1px solid var(--line); border-radius: 7px; cursor: pointer; }
.rating-field input { position: absolute; opacity: 0; }
.rating-field input:checked + span { color: #fff; background: var(--gold); border-color: var(--gold); }
.content-body-input { min-height: 260px !important; }

/* Content board */
.content-hero > .shell { min-height: 360px; display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.content-hero > .shell .button { flex: 0 0 auto; }
.content-board { padding: 40px 0 76px; }
.content-filter { display: flex; gap: 7px; margin-bottom: 20px; }
.content-filter button { padding: 8px 16px; background: #fff; border: 1px solid var(--line); border-radius: 99px; cursor: pointer; }
.content-filter button.active { color: #fff; background: var(--navy); border-color: var(--navy); }
.content-board-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.content-board-grid article { min-width: 0; overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: 12px; }
.content-board-thumb { position: relative; display: flex; align-items: end; justify-content: space-between; min-height: 220px; padding: 16px; color: #fff; background: linear-gradient(145deg,#11233f,#0a1729) center/cover no-repeat; }
.content-board-thumb::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg,rgba(4,12,24,.72),transparent 60%); }
.content-board-thumb span, .content-board-thumb b { position: relative; z-index: 1; }
.content-board-thumb span { display: grid; place-items: center; width: 39px; height: 39px; background: var(--gold); border-radius: 50%; }
.content-board-thumb b { font-size: 9px; letter-spacing: .12em; }
.content-board-grid article > div { padding: 18px; }
.content-board-grid small { color: var(--muted); font-size: 9px; }
.content-board-grid h2 { margin: 8px 0 5px; font-family: var(--serif); font-size: 18px; }
.content-board-grid p { margin: 0; color: var(--muted); font-size: 12px; }
.content-view-page { padding-bottom: 70px; }
.content-article { padding-top: 52px; }
.back-link { display: inline-block; margin-bottom: 24px; color: var(--muted); font-size: 12px; }
.content-article > header { padding: 38px; text-align: center; background: #fff; border: 1px solid var(--line); border-radius: 13px; }
.content-article > header > span { color: var(--gold); font-size: 10px; font-weight: 700; letter-spacing: .13em; }
.content-article > header h1 { margin: 12px 0; font-family: var(--serif); font-size: clamp(30px,4vw,48px); }
.content-article > header p { color: var(--muted); }
.content-article > header small { color: #92969d; }
.video-embed { position: relative; margin-top: 22px; padding-top: 56.25%; overflow: hidden; border-radius: 12px; }
.video-embed iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.article-gallery { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; margin-top: 22px; }
.article-gallery img { width: 100%; height: auto; border-radius: 10px; }
.article-body { margin-top: 22px; padding: 40px; background: #fff; border: 1px solid var(--line); border-radius: 12px; line-height: 2; }
.comment-section { margin-top: 30px; }
.comment-section > .shell { padding: 28px; background: #fff; border: 1px solid var(--line); border-radius: 12px; }
.comment-section h2 { font-family: var(--serif); }
.comment-section h2 span { color: var(--gold); }
.comment-list article { padding: 15px 0; border-top: 1px solid #eee; }
.comment-list header { display: flex; justify-content: space-between; }
.comment-list small { color: var(--muted); }
.comment-list p { margin: 6px 0 0; }
.comment-form { display: flex; gap: 8px; margin-top: 18px; }
.comment-form textarea { flex: 1; min-height: 84px; padding: 12px; border: 1px solid var(--line); border-radius: 8px; resize: vertical; }
.comment-form button { width: 110px; color: #fff; background: var(--navy); border: 0; border-radius: 8px; font-weight: 700; }
.comment-login { display: block; padding: 13px; text-align: center; background: #f4f1ea; border-radius: 8px; }

/* Payment result */
.result-status { display: inline-flex; margin-top: 28px; padding: 5px 10px; border-radius: 99px; font-size: 11px; font-weight: 700; }
.result-status.success { color: #376545; background: #e6f2e7; }
.result-status.pending { color: #7c5a1b; background: #f8edd8; }
.paid-summary { display: grid; gap: 7px; margin: 24px 0; }
.paid-summary div { display: flex; justify-content: space-between; gap: 20px; padding: 10px 0; border-bottom: 1px solid #eee; }
.paid-summary dt { color: var(--muted); }
.paid-summary dd { margin: 0; font-weight: 600; text-align: right; }
.mentor-contact-unlocked { display: grid; justify-items: center; gap: 8px; padding: 26px; color: #fff; background: var(--navy); border-radius: 12px; }
.mentor-contact-unlocked small { color: var(--gold-light); letter-spacing: .12em; }
.mentor-contact-unlocked strong { font-family: var(--serif); font-size: 34px; }
.mentor-contact-unlocked a { padding: 8px 18px; color: var(--navy); background: var(--gold-light); border-radius: 99px; font-weight: 700; }
.result-actions { display: flex; gap: 8px; margin-top: 20px; }
.result-actions .button { flex: 1; }
.home-review-empty { padding: 28px; text-align: center; background: #fff; border: 1px solid var(--line); border-radius: 10px; }
.home-review-empty p { margin: 0; color: var(--muted); }
.home-review-empty .text-link { justify-content: center; }

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

@media (max-width: 1050px) {
  .desktop-nav { gap: 16px; }
  .desktop-nav a { font-size: 11px; }
  .brand-name { font-size: 16px; }
  .mentor-panel { grid-template-columns: 210px 1fr; }
  .mentor-quote { grid-column: 1 / -1; }
  .products-layout { grid-template-columns: minmax(0, 1fr); min-width: 0; }
  .products-main, .process-card { min-width: 0; }
  .process-card ol { grid-template-columns: repeat(4, 1fr); }
  .process-card li { grid-template-columns: 28px 1fr; }
  .process-card li > span { grid-row: 1 / 3; }
  .process-card li > i { display: none; }
}

@media (max-width: 840px) {
  html { scroll-padding-top: 68px; }
  .shell { width: min(100% - 28px, 720px); }
  .header-inner { height: 66px; }
  .site-header .brand-mark { width: 40px; height: 40px; }
  .site-header .brand-name { font-size: 15px; }
  .desktop-nav, .login-link { display: none; }
  .menu-button { display: block; margin-left: auto; }
  .hero-section { padding: 16px 0 18px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-card { min-height: 380px; background-position: 59% center; }
  .hero-copy { width: 66%; padding: 38px 28px; }
  .hero-copy h1 { font-size: 38px; }
  .mentor-summary { min-height: 0; display: grid; grid-template-columns: 120px 1fr; align-items: center; }
  .mentor-summary-head { grid-column: 2; }
  .mentor-summary .portrait-drawing { grid-row: 1 / 3; grid-column: 1; }
  .mentor-summary ul { grid-column: 2; }
  .mentor-summary > p { grid-column: 1 / -1; }
  .quick-nav-section { display: block; }
  .mentor-panel { grid-template-columns: 180px 1fr; padding: 28px; gap: 24px; }
  .mentor-illustration { min-height: 240px; }
  .mentor-copy h2 { font-size: 30px; }
  .ai-saju-grid { grid-template-columns: 1fr; gap: 34px; }
  .ai-intro ol { grid-template-columns: repeat(4, 1fr); }
  .ai-intro li { display: grid; }
  .support-grid { grid-template-columns: minmax(0, 1fr); min-width: 0; }
  .support-grid > *, .reviews-section .shell { min-width: 0; }
  .language-options { grid-template-columns: repeat(5, 1fr); }
  .product-scroller { width: 100%; max-width: 100%; min-width: 0; grid-template-columns: none; grid-auto-flow: column; grid-auto-columns: 170px; overflow-x: auto; scroll-snap-type: x mandatory; overscroll-behavior-inline: contain; padding-bottom: 8px; }
  .product-card { scroll-snap-align: start; }
  .content-cards { width: 100%; max-width: 100%; min-width: 0; grid-template-columns: none; grid-auto-flow: column; grid-auto-columns: 140px; overflow-x: auto; overscroll-behavior-inline: contain; }
  .mypage-hero-inner { grid-template-columns: 1fr; gap: 26px; }
  .mypage-layout { grid-template-columns: 1fr; }
  .mypage-profile-card { position: static; }
}

@media (max-width: 600px) {
  body { padding-bottom: calc(72px + env(safe-area-inset-bottom)); }
  .shell { width: calc(100% - 20px); }
  .brand-mark { width: 39px; height: 39px; }
  .brand-name { font-size: 14px; }
  .hero-grid { gap: 10px; }
  .hero-card { min-height: 330px; background-size: auto 100%; background-position: 62% center; border-radius: 12px; }
  .hero-card::after { background: linear-gradient(90deg, rgba(5,18,35,.96) 0%, rgba(5,18,35,.77) 49%, rgba(5,18,35,.08) 78%); }
  .hero-copy { width: 72%; padding: 28px 18px; }
  .hero-copy .eyebrow { display: none; }
  .hero-copy h1 { font-size: 27px; line-height: 1.42; }
  .hero-copy > p:not(.eyebrow) { margin-top: 13px; font-size: 11px; line-height: 1.75; }
  .hero-copy > p br { display: none; }
  .hero-actions { gap: 8px; margin-top: 18px; }
  .hero-actions .button { min-height: 41px; padding: 0 14px; gap: 8px; font-size: 11px; }
  .mentor-summary { padding: 16px; grid-template-columns: 86px minmax(0, 1fr); column-gap: 12px; }
  .mentor-summary-head span { font-family: var(--sans); font-size: 15px; font-weight: 700; letter-spacing: -.03em; }
  .mentor-summary-head small { font-size: 8px; }
  .mentor-summary .portrait-drawing { transform: scale(.66); transform-origin: center; margin-left: -20px; }
  .mentor-summary ul { gap: 5px; margin: 5px 0 10px; font-size: 10px; line-height: 1.55; }
  .mentor-summary li:nth-child(3), .mentor-summary li:nth-child(4) { display: none; }
  .mentor-summary > p { padding: 7px; font-size: 9px; }
  .quick-nav-section .shell { width: 100%; }
  .quick-nav strong { font-size: 10px; }
  .mentor-section { padding: 26px 0 20px; }
  .mentor-panel { grid-template-columns: minmax(0, 1fr); gap: 18px; padding: 22px 20px; }
  .mentor-illustration { display: none; }
  .mentor-copy { min-width: 0; }
  .mentor-copy .section-kicker { margin-bottom: 8px; }
  .mentor-copy h2 { font-family: var(--sans); font-size: 23px; font-weight: 700; line-height: 1.48; letter-spacing: -.04em; }
  .mentor-copy h2 br { display: none; }
  .mentor-copy > p:not(.section-kicker) { margin-top: 12px; font-size: 13px; line-height: 1.75; }
  .mentor-copy > p:nth-of-type(3) { display: none; }
  .mentor-strengths { gap: 5px; margin-top: 12px; }
  .mentor-strengths span { padding: 5px 8px; font-size: 10px; }
  .text-link { margin-top: 15px; font-size: 12px; }
  .mentor-quote { grid-column: 1 / -1; padding: 18px; }
  .mentor-quote blockquote { font-family: var(--sans); font-size: 14px; line-height: 1.75; }
  .ai-saju-section { padding: 42px 0; }
  .ai-intro h2 { font-size: 29px; }
  .ai-intro > p:not(.section-kicker):not(.privacy-note) { font-size: 12px; }
  .ai-intro ol { grid-template-columns: 1fr 1fr; gap: 7px; margin-top: 21px; }
  .ai-intro li { padding: 10px; }
  .ai-intro li strong { font-size: 11px; }
  .ai-intro li small { font-size: 8px; }
  .saju-form { padding: 20px 16px; }
  .form-title { align-items: start; }
  .form-title span { font-size: 19px; }
  .form-title small { max-width: 100px; text-align: right; font-size: 9px; }
  .form-grid { grid-template-columns: 1fr; gap: 10px; }
  .field.full { grid-column: auto; }
  .products-section { padding-top: 25px; }
  .products-main, .process-card, .language-card, .content-preview, .reviews-section .shell { padding: 16px; }
  .section-heading-row { align-items: center; margin-bottom: 14px; }
  .section-heading-row h2 { font-size: 19px; }
  .section-heading-row > p { display: none; }
  .product-scroller { grid-template-columns: none; grid-auto-columns: 155px; margin-right: 0; }
  .product-card { padding: 16px 10px 10px; }
  .product-card h3 { font-size: 14px; }
  .product-card strong { font-size: 14px; }
  .process-card ol { grid-template-columns: repeat(4, 1fr); gap: 5px; }
  .process-card li { display: grid; grid-template-columns: 1fr; justify-items: center; text-align: center; }
  .process-card li > span { grid-row: auto; color: var(--navy); background: #f2eadb; border-radius: 50%; width: 30px; height: 30px; display: grid; place-items: center; }
  .process-card li small { display: none; }
  .support-grid { gap: 10px; }
  .language-options { width: 100%; max-width: 100%; min-width: 0; grid-template-columns: none; grid-auto-flow: column; grid-auto-columns: 80px; overflow-x: auto; overscroll-behavior-inline: contain; margin-right: 0; padding-bottom: 6px; }
  .content-cards { grid-template-columns: none; grid-auto-columns: 132px; margin-right: 0; }
  .review-grid { width: 100%; max-width: 100%; min-width: 0; grid-template-columns: none; grid-auto-flow: column; grid-auto-columns: 230px; overflow-x: auto; overscroll-behavior-inline: contain; margin-right: 0; padding-bottom: 8px; }
  .reviews-section { padding-bottom: 24px; }
  .final-cta { display: none; }
  .footer-inner { display: grid; gap: 10px; padding: 22px 0; }
  .footer-inner .brand { display: none; }
  .footer-inner nav { gap: 12px; }
  .business-info { gap: 7px; padding-top: 14px; font-size: 10px; line-height: 1.7; }
  .business-info span { display: block; }
  .mypage-hero { padding: 34px 0; }
  .mypage-hero h1 { font-size: 32px; }
  .mypage-quick-actions { gap: 7px; }
  .mypage-quick-actions a { grid-template-columns: 36px 1fr; padding: 13px 10px; gap: 2px 8px; }
  .mypage-quick-actions span { width: 36px; height: 36px; font-size: 15px; }
  .mypage-quick-actions strong { font-size: 11px; }
  .mypage-quick-actions small { font-size: 8px; }
  .mypage-content { padding: 20px 0 35px; }
  .mypage-stats { gap: 6px; }
  .mypage-stats article { display: block; padding: 14px 10px; text-align: center; }
  .mypage-stats small { display: block; font-size: 7px; }
  .mypage-stats strong { display: block; margin: 2px 0; font-size: 26px; }
  .mypage-stats span { font-size: 8px; }
  .mypage-profile-card, .mypage-orders { padding: 18px; }
  .mypage-order-card { padding: 15px; }
  .mypage-order-card dl { grid-template-columns: 1fr; }
  .mypage-order-actions { display: grid; }
  .mypage-review-panel { display: grid; padding: 18px; }
  .mypage-review-panel > div:last-child { display: grid; }
  .mobile-sticky { position: fixed; z-index: 75; left: 10px; right: 10px; bottom: calc(8px + env(safe-area-inset-bottom)); display: grid; grid-template-columns: 44px 1fr 30px; align-items: center; min-height: 58px; padding: 6px 13px; color: #fff; background: var(--navy); border: 1px solid rgba(255,255,255,.16); border-radius: 13px; box-shadow: 0 12px 30px rgba(0,0,0,.25); }
  .mobile-sticky > span { display: grid; place-items: center; width: 39px; height: 39px; color: #fff; background: var(--gold); border-radius: 50%; }
  .mobile-sticky strong { text-align: center; font-size: 14px; }
  .mobile-sticky i { font-style: normal; font-size: 22px; }
  .result-modal, .consult-modal { padding: 8px; }
  .result-window, .consult-window { max-height: calc(100dvh - 16px); border-radius: 12px; }
  .result-header { padding: 8px 10px; }
  .result-header .brand { display: none; }
  .result-header .ai-live { justify-content: flex-start; }
  .result-body { padding: 17px; }
  .result-hero { padding: 20px 16px; }
  .result-hero h2 { font-size: 24px; }
  .pillar-grid { grid-template-columns: repeat(4, 1fr); gap: 5px; }
  .pillar-grid article { padding: 8px 4px; }
  .pillar-grid article strong { font-size: 16px; }
  .result-card-grid { grid-template-columns: 1fr; }
  .result-duo { grid-template-columns: 1fr; }
  .result-cta { display: grid; }
  .consult-window { padding: 27px 16px 20px; }
}

/* Responsive subpages */
@media (max-width: 1040px) {
  .mentor-detail-grid { grid-template-columns: minmax(0, 1fr) 300px; }
  .mentor-profile-card { grid-column: 1 / -1; display: grid; grid-template-columns: auto auto 1fr auto; align-items: center; gap: 12px 22px; }
  .mentor-profile-card > strong { margin: 0; }
  .mentor-profile-card > small { grid-column: 2; }
  .mentor-profile-card ul { grid-column: 3; grid-row: 1 / 3; grid-template-columns: repeat(2, minmax(0, 1fr)); margin: 0; }
  .mentor-profile-card a { grid-column: 4; grid-row: 1 / 3; }
  .mentor-story-grid { grid-template-columns: 80px minmax(0, 1fr); }
  .mentor-story-grid blockquote { grid-column: 1 / -1; }
  .specialty-grid, .mentor-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 840px) {
  .subpage-body { padding-bottom: 0; }
  .subpage-header .header-inner { gap: 10px; }
  .subpage-header .desktop-nav { display: none; }
  .subpage-header .header-language { margin-left: auto; }
  .subpage-header .login-link { display: inline-flex; min-width: auto; padding: 8px 11px; }
  .subpage-hero > .shell { min-height: 250px; }
  .compact-hero > .shell { min-height: 240px; }
  .payment-grid { grid-template-columns: minmax(0, 1fr); }
  .payment-products, .payment-form-panel { min-width: 0; }
  .mentor-detail-grid { grid-template-columns: minmax(0, 1fr) 250px; }
  .mentor-detail-photo { min-height: 0; aspect-ratio: 4 / 3; }
  .mentor-profile-card { display: block; }
  .mentor-profile-card > strong { margin-top: 14px; }
  .mentor-profile-card ul { margin: 16px 0; }
  .mentor-story-grid { gap: 22px; }
  .case-grid, .verified-review-grid, .content-board-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .faq-layout { grid-template-columns: minmax(0, 1fr); gap: 22px; }
  .mentor-review-cta .shell { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 600px) {
  .subpage-header .brand-name { display: none; }
  .subpage-header .brand-mark { width: 38px; height: 38px; }
  .header-language select { max-width: 105px; padding: 7px 23px 7px 8px; }
  .subpage-header .login-link { font-size: 11px; }
  .subpage-hero > .shell, .compact-hero > .shell { min-height: 0; padding-top: 36px; padding-bottom: 38px; }
  .subpage-hero h1, .compact-hero h1 { font-family: var(--sans); font-size: 28px; font-weight: 700; line-height: 1.42; letter-spacing: -.04em; }
  .payment-page .compact-hero > .shell { padding-top: 38px; padding-bottom: 40px; }
  .payment-hero-copy { width: 100%; }
  .payment-hero-copy h1 { max-width: 330px; margin-top: 7px; }
  .payment-hero-copy p:not(.section-kicker) { max-width: 340px; margin-top: 13px; line-height: 1.7; }
  .subpage-hero .button { width: auto; min-height: 44px; margin-top: 21px; padding: 0 20px; font-size: 13px; }
  .content-hero > .shell { display: block; }
  .subpage-hero p:not(.section-kicker) { font-size: 12px; }
  .payment-content { padding: 22px 0 42px; }
  .payment-products, .payment-form-panel { padding: 18px 14px; }
  .payment-product-card { grid-template-columns: 38px minmax(0, 1fr); padding: 12px; }
  .payment-product-card > div strong { font-family: var(--sans); font-size: 14px; font-weight: 700; }
  .payment-product-card > b { grid-column: 2; }
  .payment-login-gate { min-height: 250px; padding: 16px 4px; }
  .payment-login-gate > span { width: 52px; height: 52px; font-size: 23px; }
  .payment-login-gate h2 { max-width: 100%; margin-top: 15px; font-family: var(--sans); font-size: 19px; font-weight: 700; line-height: 1.45; letter-spacing: -.035em; word-break: keep-all; }
  .payment-login-gate p { max-width: 280px; margin-bottom: 18px; font-size: 12px; line-height: 1.65; word-break: keep-all; }
  .payment-login-gate .button { min-height: 44px; padding: 0 22px; font-size: 13px; }
  .mentor-detail-hero { padding: 26px 0; }
  .mentor-detail-grid { grid-template-columns: minmax(0, 1fr); }
  .mentor-detail-copy h1 { font-family: var(--sans); font-size: 28px; font-weight: 700; line-height: 1.48; }
  .mentor-detail-photo { min-height: 0; aspect-ratio: 4 / 3; background-position: center; }
  .mentor-story-section, .mentor-specialties, .case-section, .mentor-faq, .mentor-products-section { padding: 42px 0; }
  .mentor-story-grid { grid-template-columns: minmax(0, 1fr); }
  .story-index { display: flex; justify-content: space-between; align-items: center; }
  .story-index > span { font-size: 44px; }
  .specialty-grid, .case-grid, .mentor-product-grid, .verified-review-grid, .content-board-grid { grid-template-columns: minmax(0, 1fr); }
  .mentor-review-cta .shell > div:last-child { width: 100%; flex-direction: column; }
  .mentor-review-cta .button { width: 100%; }
  .verified-review-section, .content-board { padding: 24px 0 44px; }
  .review-summary-bar { align-items: flex-start; gap: 10px; padding: 15px; }
  .review-summary-bar p { text-align: right; }
  .review-write-card, .content-write-card, .payment-result-card { padding: 24px 18px; }
  .review-write-card > h1, .content-write-card > h1, .payment-result-card h1 { font-size: 27px; }
  .rating-field { flex-wrap: wrap; }
  .content-filter { overflow-x: auto; }
  .content-filter button { flex: 0 0 auto; }
  .content-board-thumb { min-height: 190px; }
  .content-article { padding-top: 28px; }
  .content-article > header, .article-body, .comment-section > .shell { padding: 22px 16px; }
  .article-gallery { grid-template-columns: minmax(0, 1fr); }
  .comment-form { flex-direction: column; }
  .comment-form button { width: 100%; min-height: 44px; }
  .result-actions { flex-direction: column; }
  .mentor-contact-unlocked strong { font-size: 27px; }
}
