:root {
  --navy: #1d3557;
  --navy-2: #263f62;
  --navy-3: #132843;
  --ink: #172033;
  --muted: #657184;
  --line: #dfe5ed;
  --blue-pale: #e8eef7;
  --bg: #f8fafc;
  --white: #fff;
  --display: "Pretendard", "SUIT", "Noto Sans KR", "Apple SD Gothic Neo", "Malgun Gothic", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --serif: var(--display);
  --sans: "Pretendard", "SUIT", "Noto Sans KR", "Apple SD Gothic Neo", "Malgun Gothic", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --shadow: 0 28px 80px rgba(29, 53, 87, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: var(--sans); font-size: 16px; line-height: 1.72; letter-spacing: -.015em; word-break: keep-all; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { color: inherit; }
img, svg { display: block; max-width: 100%; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.narrow { max-width: 800px; }
.center { text-align: center; }
.section-padding { padding: 150px 0; }
.section-shell { position: relative; overflow: hidden; }
.skip-link { position: fixed; z-index: 999; top: 12px; left: 12px; padding: 10px 16px; color: #fff; background: var(--navy); border-radius: 6px; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: fixed; z-index: 100; inset: 0 0 auto; height: 82px; border-bottom: 1px solid transparent; transition: .35s ease; }
.site-header.scrolled { height: 70px; background: rgba(255,255,255,.9); border-color: rgba(29,53,87,.09); box-shadow: 0 8px 30px rgba(29,53,87,.04); backdrop-filter: blur(16px); }
.nav-wrap { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; gap: 11px; align-items: center; color: var(--navy); font-weight: 700; font-size: 17px; line-height: 1.15; letter-spacing: -.03em; }
.brand small { display: block; margin-top: 3px; font-size: 9px; font-weight: 500; letter-spacing: .14em; opacity: .58; }
.brand-mark { width: 31px; height: 31px; padding: 8px 7px; border-radius: 9px; display: inline-flex; flex-direction: column; justify-content: space-between; background: var(--navy); }
.brand-mark i { display: block; height: 2px; background: #fff; border-radius: 2px; }
.brand-mark i:nth-child(2) { width: 75%; }.brand-mark i:nth-child(3) { width: 48%; }
.desktop-nav { display: flex; align-items: center; gap: 40px; margin-left: 90px; }
.desktop-nav a { position: relative; color: #4b586b; font-size: 14px; font-weight: 500; }
.desktop-nav a.active { color: var(--navy); font-weight: 700; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 1px; background: var(--navy); transition: right .25s ease; }
.desktop-nav a:hover::after { right: 0; }
.nav-cta { padding: 10px 18px; border: 1px solid rgba(29,53,87,.35); border-radius: 100px; color: var(--navy); font-size: 13px; font-weight: 600; transition: .25s ease; }
.nav-cta:hover { color: #fff; background: var(--navy); transform: translateY(-2px); }
.menu-button, .mobile-nav { display: none; }

.hero { min-height: 840px; padding-top: 82px; background: linear-gradient(135deg, #f8fafc 0%, #fff 48%, #edf2f8 100%); }
.hero::before { content: ""; position: absolute; inset: 0; background-image: radial-gradient(rgba(29,53,87,.11) .7px, transparent .7px); background-size: 20px 20px; mask-image: linear-gradient(to right, transparent 3%, #000 45%, transparent 96%); opacity: .34; }
.hero-grid { position: relative; min-height: 758px; display: grid; grid-template-columns: .92fr 1.08fr; gap: 70px; align-items: center; }
.hero-copy { padding-bottom: 20px; }
.eyebrow, .section-label { margin: 0 0 26px; color: var(--navy); font-size: 11px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow { display: flex; gap: 10px; align-items: center; }
.eyebrow span { width: 26px; height: 1px; background: var(--navy); }
.hero h1 { margin: 0; color: var(--navy); font-family: var(--display); font-size: clamp(50px, 5.4vw, 76px); line-height: 1.22; letter-spacing: -.065em; font-weight: 800; }
h1 em, h2 em { font-style: normal; color: #567195; }
.hero-description { margin: 31px 0 36px; color: #5b6678; font-size: 17px; line-height: 1.9; letter-spacing: -.02em; }
.mobile-break, .mobile-only-break { display: none; }
.hero-actions { display: flex; gap: 28px; align-items: center; }
.button { min-height: 52px; padding: 0 24px; border: 0; border-radius: 12px; display: inline-flex; align-items: center; justify-content: center; gap: 25px; cursor: pointer; font-size: 14px; font-weight: 600; transition: transform .25s ease, box-shadow .25s ease, background .25s ease; }
.button:hover { transform: translateY(-3px); }
.button-primary { color: #fff; background: var(--navy); box-shadow: 0 12px 28px rgba(29,53,87,.22); }
.button-primary:hover { background: var(--navy-3); box-shadow: 0 16px 35px rgba(29,53,87,.28); }
.text-link { display: inline-flex; gap: 12px; align-items: center; color: var(--navy); font-size: 13px; font-weight: 600; }
.text-link span { transition: transform .25s ease; }.text-link:hover span { transform: translate(3px,-2px); }
.hero-proof { display: flex; margin-top: 65px; }
.hero-proof div { min-width: 126px; padding-right: 25px; margin-right: 25px; border-right: 1px solid var(--line); }
.hero-proof div:last-child { border: 0; margin: 0; padding: 0; }
.hero-proof strong { display: block; color: var(--navy); font-family: var(--serif); font-size: 21px; letter-spacing: -.04em; }
.hero-proof span { display: block; color: #8992a0; font-size: 10px; }
.hero-visual { position: relative; display: flex; justify-content: center; }
.plan-card { position: relative; z-index: 2; width: min(490px, 100%); padding: 29px; background: rgba(255,255,255,.92); border: 1px solid rgba(255,255,255,.95); border-radius: 24px; box-shadow: 0 38px 100px rgba(29,53,87,.17), inset 0 0 0 1px rgba(29,53,87,.035); backdrop-filter: blur(16px); transform: rotate(-.8deg); }
.plan-header { display: flex; align-items: flex-start; justify-content: space-between; }
.plan-header p { margin: 0 0 2px; color: #8b95a4; font-size: 10px; }.plan-header strong { color: var(--navy); font-family: var(--serif); font-size: 21px; }
.status-badge { padding: 6px 10px; display: flex; gap: 6px; align-items: center; color: #496481; background: #eef3f8; border-radius: 20px; font-size: 9px; font-weight: 600; }
.status-badge i { width: 5px; height: 5px; background: #7593b7; border-radius: 50%; box-shadow: 0 0 0 3px #dfe8f2; }
.week-row { margin: 25px 0 18px; display: grid; grid-template-columns: repeat(7, 1fr); gap: 5px; text-align: center; }
.week-row span { color: #a0a8b4; font-size: 8px; }
.week-row i { width: 28px; height: 28px; margin: 5px auto 0; display: flex; align-items: center; justify-content: center; border: 1px solid #e6eaf0; border-radius: 9px; font-style: normal; color: #fff; font-size: 9px; }
.week-row i.done { background: var(--navy); border-color: var(--navy); }.week-row i.today { position: relative; border-color: #7e98ba; }.week-row i.today::after { content: ""; width: 5px; height: 5px; border-radius: 50%; background: #7e98ba; }
.focus-box { padding: 16px 18px; background: #f5f7fa; border-radius: 14px; }
.focus-label { display: flex; justify-content: space-between; align-items: center; }.focus-label span { color: #8893a2; font-size: 9px; }.focus-label b { color: var(--navy); font-size: 11px; }
.focus-progress { height: 4px; margin: 12px 0 7px; background: #e0e6ed; border-radius: 3px; overflow: hidden; }.focus-progress i { display: block; width: 72%; height: 100%; background: linear-gradient(90deg, var(--navy), #7892b2); border-radius: inherit; }
.focus-box small { display: block; color: #9aa2ae; font-size: 8px; text-align: right; }
.plan-tasks { padding: 10px 0 6px; }
.plan-tasks > div { padding: 11px 3px; border-bottom: 1px solid #edf0f4; display: flex; align-items: center; gap: 12px; }
.plan-tasks > div > i { margin-left: auto; padding: 3px 7px; color: #8190a4; background: #f0f3f7; border-radius: 5px; font-style: normal; font-size: 7px; }
.task-icon { width: 29px; height: 29px; display: flex; align-items: center; justify-content: center; background: #e9eff6; border-radius: 8px; color: var(--navy); font-family: var(--serif); font-size: 11px; }.math-icon { background: #eef0f7; }.english-icon { background: #f2eee9; }
.plan-tasks p { margin: 0; line-height: 1.35; }.plan-tasks b { display: block; font-size: 10px; }.plan-tasks small { color: #939ba7; font-size: 8px; }
.plan-card blockquote { margin: 10px 0 0; padding: 14px 16px; color: #4b5f78; background: #edf2f7; border-radius: 12px; font-family: var(--serif); font-size: 10px; }
.plan-card cite { display: block; margin-top: 4px; color: #8f99a7; font-family: var(--sans); font-style: normal; font-size: 7px; }
.float-note { position: absolute; z-index: 3; padding: 12px 16px; display: flex; align-items: center; gap: 10px; background: rgba(255,255,255,.96); border: 1px solid rgba(29,53,87,.06); border-radius: 12px; box-shadow: 0 15px 35px rgba(29,53,87,.14); animation: float 5s ease-in-out infinite; }
.float-note > span { width: 28px; height: 28px; border-radius: 8px; display: flex; align-items: center; justify-content: center; color: #fff; background: var(--navy); font-size: 12px; }.float-note p { margin: 0; color: #9199a5; line-height: 1.35; font-size: 7px; }.float-note b { display: block; color: var(--navy); font-size: 11px; }
.note-top { top: 8%; right: -4%; }.note-bottom { bottom: 12%; left: -8%; animation-delay: -2s; }.note-bottom > span { color: var(--navy); background: #e4ebf4; }
@keyframes float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }
.hero-orbit { position: absolute; border: 1px solid rgba(87,114,150,.13); border-radius: 50%; }.orbit-one { width: 650px; height: 650px; right: -220px; top: 30px; }.orbit-two { width: 420px; height: 420px; right: -110px; top: 145px; }
.scroll-cue { position: absolute; left: 50%; bottom: 27px; display: flex; flex-direction: column; align-items: center; gap: 5px; color: #9aa4b1; font-size: 8px; letter-spacing: .13em; transform: translateX(-50%); }.scroll-cue i { color: var(--navy); font-size: 13px; font-style: normal; }

.belief { background: #fff; }
.section-label { margin-bottom: 23px; }
.serif-heading, .section-intro h2, .about-copy h2, .section-head h2, .faq-heading h2, .consult-copy h2, .blog-head h2 { margin: 0; color: var(--navy); font-family: var(--display); font-size: clamp(38px,4.4vw,58px); line-height: 1.28; letter-spacing: -.06em; font-weight: 800; }
.belief-heading span, .belief-heading em { display: block; }
.belief .narrow > p:not(.section-label) { margin: 28px 0 0; color: #798392; font-size: 15px; line-height: 1.9; }
.belief-line { margin-top: 55px; display: flex; align-items: center; justify-content: center; gap: 15px; }.belief-line span { width: 110px; height: 1px; background: linear-gradient(90deg, transparent, #cbd4df); }.belief-line span:last-child { background: linear-gradient(90deg, #cbd4df, transparent); }.belief-line i { color: #7590b1; font-style: normal; }

.about { background: var(--bg); }
.about-grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: 115px; align-items: center; }
.portrait-wrap { position: relative; padding-left: 32px; }
.portrait-card { position: relative; min-height: 590px; overflow: hidden; background: linear-gradient(145deg, #f3f6fa, #dfe7f1); border-radius: 180px 180px 24px 24px; box-shadow: 0 30px 70px rgba(29,53,87,.12); }
.portrait-card::before { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(to top, rgba(19,40,67,.48), transparent 38%); pointer-events: none; }
.portrait-card > img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; object-position: 50% 42%; }
.portrait-monogram { position: absolute; z-index: 1; left: 50%; top: 43%; color: var(--navy); font-family: var(--serif); font-size: 190px; line-height: 1; opacity: .83; transform: translate(-50%,-50%); }
.portrait-card svg { position: absolute; inset: 0; width: 100%; height: 100%; }
.portrait-caption { position: absolute; z-index: 2; right: 32px; bottom: 27px; color: #fff; font-size: 9px; letter-spacing: .14em; text-transform: uppercase; }
.signature-card { position: absolute; right: -37px; bottom: 64px; width: 180px; padding: 23px; color: #fff; background: rgba(29,53,87,.94); border-radius: 16px; box-shadow: 0 18px 45px rgba(29,53,87,.23); backdrop-filter: blur(10px); }
.signature-card span { font-family: var(--serif); font-size: 12px; line-height: 1.75; }.signature-card strong { display: block; margin-top: 15px; color: #b9c9db; font-family: cursive; font-size: 25px; font-weight: 400; text-align: right; transform: rotate(-7deg); }
.about-copy h2 { margin-bottom: 31px; }
.teacher-badges { margin: -5px 0 22px; display: flex; flex-wrap: wrap; gap: 8px; }.teacher-badges span { padding: 7px 11px; border: 1px solid #ccd7e3; border-radius: 100px; color: var(--navy); background: rgba(255,255,255,.65); font-size: 9px; font-weight: 600; }
.about-copy > p { color: #6e798a; font-size: 15px; line-height: 1.9; }
.about-copy .about-lead { margin: 0 0 22px; color: #39475c; font-family: var(--display); font-size: 18px; line-height: 1.8; font-weight: 700; letter-spacing: -.04em; }
.credentials { margin-top: 36px; border-top: 1px solid #dbe1e9; }
.credentials > div { padding: 18px 0; display: flex; align-items: flex-start; gap: 18px; border-bottom: 1px solid #dbe1e9; }
.credentials span { padding-top: 3px; color: #93a1b3; font-size: 9px; letter-spacing: .1em; }.credentials p { margin: 0; }.credentials b { display: block; color: var(--navy); font-size: 13px; }.credentials small { display: block; margin-top: 3px; color: #8c95a2; font-size: 10px; }
.about-copy .about-note { margin: 23px 0 0; color: #7890ad; font-family: var(--serif); font-size: 12px; }

.stories { color: #fff; background: var(--navy-3); overflow: hidden; }
.stories .container { position: relative; }.stories .container::before { content: "S"; position: absolute; right: -110px; top: -210px; color: rgba(255,255,255,.018); font-family: var(--serif); font-size: 600px; line-height: 1; }
.section-head { position: relative; display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 63px; }
.section-label.light { color: #a8bdd7; }
.section-head h2 { color: #fff; }.section-head h2 em { color: #a9bdd4; }.section-head > p { margin: 0 0 8px; color: #92a2b6; font-size: 13px; line-height: 1.8; }
.story-grid { position: relative; display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; align-items: stretch; }
.story-card { min-height: 365px; padding: 30px; display: flex; flex-direction: column; background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.1); border-radius: 20px; transition: transform .3s ease, background .3s ease; }
.story-card:hover { transform: translateY(-7px); background: rgba(255,255,255,.08); }
.story-card[hidden] { display: none; }
.story-card.featured { background: #fff; color: var(--ink); }
.story-meta { display: flex; align-items: center; justify-content: space-between; color: #97aabd; font-size: 9px; }.story-meta span { padding: 5px 9px; border: 1px solid rgba(255,255,255,.15); border-radius: 20px; }.featured .story-meta span { color: var(--navy); background: #edf2f7; border: 0; }.story-meta i { font-style: normal; }
.story-card h3 { margin: 28px 0 23px; color: #fff; font-family: var(--display); font-size: 20px; line-height: 1.48; letter-spacing: -.045em; font-weight: 800; }.featured h3 { color: var(--navy); font-size: 25px; }
.score-change { padding: 18px 22px; display: flex; justify-content: center; align-items: center; gap: 29px; background: #f3f6f9; border-radius: 14px; }.score-change div { text-align: center; }.score-change small { display: block; color: #a0a8b3; font-size: 8px; text-transform: uppercase; letter-spacing: .1em; }.score-change strong { color: #8f9dac; font-family: var(--serif); font-size: 38px; line-height: 1.2; }.score-change div:last-child strong { color: var(--navy); }.score-change em { font-family: var(--sans); font-size: 9px; font-style: normal; }.score-change > span { color: #b3bdc8; }
.story-card > p { margin: auto 0 20px; color: #9aabbd; font-size: 12px; line-height: 1.75; }.featured > p { color: #778292; }
.story-tags { display: flex; gap: 7px; flex-wrap: wrap; }.story-tags span { padding: 5px 8px; color: #99acbf; background: rgba(255,255,255,.06); border-radius: 5px; font-size: 8px; }.featured .story-tags span { color: #7388a2; background: #edf2f7; }
.mini-result { margin: 4px 0 23px; display: flex; align-items: center; gap: 9px; flex-wrap: wrap; }.mini-result strong { font-family: var(--serif); font-size: 27px; }.mini-result span { color: #7890aa; }.mini-result small { width: 100%; color: #75889d; font-size: 8px; }.text-result strong { font-size: 24px; }
.story-more-wrap { position: relative; margin: 32px 0 0; display: flex; justify-content: center; }
.story-more-button { min-width: 230px; min-height: 48px; padding: 0 20px; border: 1px solid rgba(255,255,255,.24); border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; color: #fff; background: rgba(255,255,255,.08); cursor: pointer; font-size: 12px; font-weight: 800; transition: transform .25s ease, background .25s ease, border-color .25s ease; }
.story-more-button span { min-width: 34px; padding: 4px 8px; border-radius: 999px; color: var(--navy); background: #fff; font-size: 10px; }
.story-more-button:hover { transform: translateY(-2px); background: rgba(255,255,255,.13); border-color: rgba(255,255,255,.36); }
.story-disclaimer { position: relative; margin: 24px 0 0; color: #6f849b; font-size: 8px; text-align: right; }
.stories-page .stories { padding-top: 150px; }
.story-page-head h1 { margin: 0; color: #fff; font-family: var(--display); font-size: clamp(38px,4.4vw,58px); line-height: 1.28; letter-spacing: -.06em; font-weight: 800; }
.story-page-head h1 em { color: #a9bdd4; font-style: normal; }
.story-page-actions { margin: 42px 0 0; display: flex; justify-content: center; align-items: center; gap: 24px; flex-wrap: wrap; }
.light-link { color: #d9e3ee; }

.process { background: #fff; }
.section-intro > p:last-child { margin: 20px 0 0; color: #7b8696; font-size: 13px; }
.timeline { position: relative; margin-top: 80px; display: grid; grid-template-columns: repeat(4,1fr); gap: 38px; }
.timeline-track { position: absolute; left: 11%; right: 11%; top: 74px; height: 1px; background: #dce3eb; }.timeline-track i { display: block; width: 75%; height: 100%; background: var(--navy); }
.timeline-item { position: relative; text-align: center; }
.timeline-number { margin-bottom: 24px; color: #98a5b5; font-size: 9px; letter-spacing: .12em; }
.timeline-icon { position: relative; z-index: 2; width: 56px; height: 56px; margin: 0 auto 28px; border: 1px solid #d7dfe8; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--navy); background: #fff; font-family: var(--serif); font-size: 20px; box-shadow: 0 0 0 9px #fff; }
.timeline-item:last-child .timeline-icon { color: #fff; background: var(--navy); border-color: var(--navy); }
.timeline-item span { color: #97a3b1; font-size: 8px; letter-spacing: .12em; text-transform: uppercase; }.timeline-item h3 { margin: 6px 0 13px; color: var(--navy); font-family: var(--display); font-size: 20px; font-weight: 800; letter-spacing: -.04em; }.timeline-item p { margin: 0; color: #7b8592; font-size: 12px; line-height: 1.8; }
.parent-report { margin-top: 75px; padding: 27px 34px; display: grid; grid-template-columns: auto 1.1fr 1fr; gap: 25px; align-items: center; background: var(--bg); border: 1px solid #e7ebf0; border-radius: 16px; }
.report-icon { width: 49px; height: 49px; display: flex; align-items: center; justify-content: center; color: var(--navy); background: var(--blue-pale); border-radius: 13px; font-size: 19px; }.parent-report small { color: #8c9bac; font-size: 8px; letter-spacing: .12em; text-transform: uppercase; }.parent-report h3 { margin: 2px 0 0; color: var(--navy); font-family: var(--serif); font-size: 16px; }.parent-report h3 em { color: #607b9c; font-style: normal; }.parent-report p { margin: 0; padding-left: 25px; border-left: 1px solid #dfe5ec; color: #828c99; font-size: 10px; line-height: 1.8; }
.report-showcase { position: relative; margin-top: 22px; padding: 36px; border: 1px solid #dfe6ee; border-radius: 22px; display: grid; grid-template-columns: .78fr 1.22fr; gap: 56px; align-items: center; background: linear-gradient(145deg,#f8fafc,#eef3f8); overflow: hidden; }
.report-showcase::before { content: ""; position: absolute; width: 340px; height: 340px; left: -200px; bottom: -210px; border: 1px solid rgba(29,53,87,.08); border-radius: 50%; box-shadow: 0 0 0 55px rgba(29,53,87,.025),0 0 0 110px rgba(29,53,87,.015); }
.report-showcase-copy { position: relative; z-index: 1; }
.report-kicker { margin: 0 0 15px; color: #8597ac; font-size: 8px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.report-showcase-copy h3 { margin: 0; color: var(--navy); font-family: var(--serif); font-size: 25px; line-height: 1.55; letter-spacing: -.035em; }
.report-showcase-copy > p:not(.report-kicker) { margin: 18px 0 25px; color: #748193; font-size: 11px; line-height: 1.9; }
.report-tabs { padding: 4px; display: grid; grid-template-columns: repeat(3,1fr); gap: 4px; background: #e3eaf2; border-radius: 11px; }
.report-tabs button { min-height: 38px; border: 0; border-radius: 8px; color: #7e8b9b; background: transparent; cursor: pointer; font-size: 10px; font-weight: 600; transition: .22s ease; }
.report-tabs button.active { color: var(--navy); background: #fff; box-shadow: 0 5px 16px rgba(29,53,87,.1); }
.report-tabs button:focus-visible, .report-expand:focus-visible, .report-preview:focus-visible { outline: 2px solid #718bab; outline-offset: 3px; }
.report-expand { margin-top: 18px; padding: 0; border: 0; display: inline-flex; gap: 9px; align-items: center; color: var(--navy); background: transparent; cursor: pointer; font-size: 10px; font-weight: 600; }
.report-expand span { transition: transform .2s ease; }.report-expand:hover span { transform: translate(2px,-2px); }
.report-preview { position: relative; z-index: 1; width: 100%; padding: 0; border: 1px solid rgba(29,53,87,.11); border-radius: 16px; display: block; overflow: hidden; color: inherit; background: #fff; box-shadow: 0 24px 55px rgba(29,53,87,.16); cursor: zoom-in; text-align: left; transition: transform .3s ease, box-shadow .3s ease; }
.report-preview:hover { transform: translateY(-5px); box-shadow: 0 30px 65px rgba(29,53,87,.2); }
.report-preview-bar { height: 40px; padding: 0 15px; border-bottom: 1px solid #e8edf2; display: flex; align-items: center; justify-content: space-between; background: #fff; }
.report-preview-bar i { color: #9ba7b4; font-size: 7px; font-style: normal; letter-spacing: .13em; }.report-preview-bar b { padding: 4px 8px; color: var(--navy); background: #eaf0f7; border-radius: 6px; font-size: 8px; }
.report-preview img { width: 100%; height: 560px; display: block; object-fit: contain; object-position: center; background: #eef3f8; }
.report-dialog { width: min(760px, calc(100% - 30px)); max-height: 92vh; padding: 0; border: 0; border-radius: 18px; background: #fff; box-shadow: 0 35px 100px rgba(10,24,43,.35); overflow: auto; }
.report-dialog::backdrop { background: rgba(10,24,43,.72); backdrop-filter: blur(5px); }
.report-dialog-head { position: sticky; z-index: 2; top: 0; min-height: 54px; padding: 0 18px; border-bottom: 1px solid #e5eaf0; display: flex; align-items: center; justify-content: space-between; color: var(--navy); background: rgba(255,255,255,.95); backdrop-filter: blur(10px); }
.report-dialog-head strong { font-family: var(--serif); font-size: 14px; }.report-dialog-head button { width: 34px; height: 34px; border: 0; border-radius: 50%; color: var(--navy); background: #edf2f7; cursor: pointer; font-size: 19px; line-height: 1; }
.report-dialog > img { width: 100%; height: auto; display: block; }

.program { background: var(--bg); }
.section-head.dark h2 { color: var(--navy); }.section-head.dark h2 em { color: #607b9d; }.section-head.dark > p { color: #7c8796; }
.program-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 17px; }
.program-card { position: relative; padding: 35px 31px; background: #fff; border: 1px solid #e3e8ee; border-radius: 19px; transition: transform .3s ease, box-shadow .3s ease; overflow: hidden; }.program-card:hover { transform: translateY(-8px); box-shadow: var(--shadow); }
.program-card.accent { color: #fff; background: var(--navy); border-color: var(--navy); box-shadow: 0 25px 60px rgba(29,53,87,.2); }
.popular-label { position: absolute; top: 17px; right: -28px; width: 130px; padding: 4px; color: var(--navy); background: #dbe5f1; font-size: 6px; letter-spacing: .12em; text-align: center; transform: rotate(38deg); }
.program-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 33px; color: #95a3b3; }.program-top span { font-family: var(--serif); font-size: 23px; }.program-top i { font-size: 8px; font-style: normal; letter-spacing: .1em; text-transform: uppercase; }
.accent .program-top { color: #9fb2c9; }
.program-card h3 { margin: 0 0 13px; color: var(--navy); font-family: var(--serif); font-size: 23px; }.accent h3 { color: #fff; }.program-card > p { margin: 0 0 30px; color: #7e8998; font-size: 12px; line-height: 1.8; }.accent > p { color: #b0bfd0; }
.program-card ul { margin: 0 0 34px; padding: 24px 0 0; border-top: 1px solid #e7ebf0; list-style: none; }.accent ul { border-color: rgba(255,255,255,.13); }.program-card li { margin: 11px 0; color: #4e5e70; font-size: 11px; }.accent li { color: #d1dbe6; }.program-card li::before { content: "✓"; margin-right: 10px; color: #7890ae; font-size: 8px; }
.grade-pill { display: inline-flex; padding: 7px 11px; color: var(--navy); background: #eef2f7; border-radius: 6px; font-size: 8px; font-weight: 600; }.accent .grade-pill { color: #dce6f1; background: rgba(255,255,255,.1); }

.main-local { background: linear-gradient(180deg,#fff,#f6f9fc); }
.main-local .section-head { color: var(--ink); }
.main-local .section-head h2 { color: var(--navy); }
.main-local .section-head p { color: #667589; }
.main-local-grid { display: grid; grid-template-columns: repeat(5,1fr); gap: 14px; }
.main-local-card { min-height: 190px; padding: 22px; border: 1px solid #dfe7f0; border-radius: 18px; display: flex; flex-direction: column; color: #5e6e83; background: #fff; box-shadow: 0 14px 34px rgba(29,53,87,.06); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.main-local-card:hover { transform: translateY(-5px); border-color: #bac9dc; box-shadow: 0 22px 50px rgba(29,53,87,.1); }
.main-local-card span { color: #7f90a5; font-size: 9px; font-weight: 700; }
.main-local-card strong { margin: 12px 0 10px; color: var(--navy); font-family: var(--display); font-size: 20px; line-height: 1.35; letter-spacing: -.05em; font-weight: 800; }
.main-local-card p { margin: 0; color: #667589; font-size: 11px; line-height: 1.75; }
.main-local-more { margin-top: 28px; padding: 22px 24px; border: 1px solid #dfe7f0; border-radius: 18px; display: flex; align-items: center; justify-content: space-between; gap: 20px; background: #fff; }
.main-local-more p { margin: 0; color: #65758a; font-size: 12px; line-height: 1.7; }
.main-local-more .button { flex: 0 0 auto; }

.testimonials { background: #fff; }
.testimonial-grid { margin-top: 65px; display: grid; grid-template-columns: repeat(3,1fr); gap: 17px; }
.testimonial-card { margin: 0; padding: 32px; background: var(--bg); border: 1px solid #e8ecf1; border-radius: 18px; transition: transform .3s ease; }.testimonial-card:hover { transform: translateY(-5px); }
.quote-mark { height: 37px; color: #b4c2d2; font-family: var(--serif); font-size: 47px; line-height: 1; }.testimonial-card > p { min-height: 130px; margin: 13px 0 27px; color: #566477; font-family: var(--serif); font-size: 13px; line-height: 1.95; }.testimonial-card footer { padding-top: 19px; border-top: 1px solid #e1e6ec; display: flex; align-items: center; justify-content: space-between; }.testimonial-card footer span { color: var(--navy); font-size: 10px; font-weight: 600; }.testimonial-card footer i { color: #9aa3ae; font-size: 8px; font-style: normal; }

.faq { background: var(--bg); }
.faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 100px; align-items: start; }
.faq-heading { position: sticky; top: 130px; }.faq-heading > p:not(.section-label) { margin: 24px 0 26px; color: #7a8594; font-size: 12px; line-height: 1.9; }
.faq-list details { border-bottom: 1px solid #dce2e9; }
.faq-list summary { padding: 25px 4px; display: flex; align-items: center; justify-content: space-between; cursor: pointer; list-style: none; color: var(--navy); font-size: 14px; font-weight: 600; }.faq-list summary::-webkit-details-marker { display: none; }.faq-list summary span { display: flex; gap: 22px; align-items: center; }.faq-list summary i { color: #9ba7b5; font-size: 8px; font-style: normal; font-weight: 400; }
.faq-list summary b { position: relative; width: 17px; height: 17px; }.faq-list summary b::before, .faq-list summary b::after { content: ""; position: absolute; top: 8px; left: 2px; width: 13px; height: 1px; background: var(--navy); transition: transform .25s ease; }.faq-list summary b::after { transform: rotate(90deg); }.faq-list details[open] summary b::after { transform: rotate(0); }
.faq-list details p { margin: -3px 45px 25px; color: #778393; font-size: 11px; line-height: 1.9; }

.consult { position: relative; color: #fff; background: var(--navy-3); overflow: hidden; }
.consult::before { content: ""; position: absolute; inset: 0; background-image: radial-gradient(rgba(255,255,255,.12) .7px, transparent .7px); background-size: 24px 24px; opacity: .17; mask-image: linear-gradient(to right,#000,transparent 70%); }
.consult-glow { position: absolute; width: 650px; height: 650px; left: -230px; bottom: -330px; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; box-shadow: 0 0 0 100px rgba(255,255,255,.018),0 0 0 200px rgba(255,255,255,.012); }
.consult-grid { position: relative; display: grid; grid-template-columns: .8fr 1.2fr; gap: 110px; align-items: center; }
.consult-copy h2 { color: #fff; }.consult-copy h2 em { color: #a9bdd4; }.consult-copy > p:not(.section-label) { margin: 28px 0 43px; color: #9cacc0; font-size: 13px; line-height: 1.9; }
.quick-call { position: relative; width: min(100%, 330px); margin: -20px 0 12px; padding: 15px 54px 15px 18px; border: 1px solid rgba(255,255,255,.2); border-radius: 13px; display: flex; align-items: center; justify-content: center; gap: 16px; color: #fff; background: rgba(255,255,255,.08); transition: transform .25s ease, background .25s ease, border-color .25s ease; }
.quick-call:hover { background: rgba(255,255,255,.12); border-color: rgba(255,255,255,.26); transform: translateY(-2px); }
.quick-call span { padding: 7px 11px; color: var(--navy); background: #fff; border-radius: 7px; font-size: 12px; font-weight: 800; line-height: 1; white-space: nowrap; }
.quick-call strong { font-family: var(--display); font-size: 22px; font-weight: 800; letter-spacing: .01em; line-height: 1; white-space: nowrap; }
.quick-call i { position: absolute; right: 24px; color: #a9bdd4; font-size: 22px; font-style: normal; line-height: 1; }
.direct-call-button,
.kakao-chat-button { width: min(100%,330px); min-height: 58px; margin: 0 0 10px; padding: 15px 18px; border-radius: 11px; display: flex; align-items: center; justify-content: center; gap: 10px; box-shadow: 0 12px 28px rgba(0,0,0,.12); font-size: 15px; font-weight: 800; transition: transform .2s ease, box-shadow .2s ease; }
.direct-call-button { border: 1px solid rgba(255,255,255,.82); color: var(--navy); background: #fff; }
.kakao-chat-button { margin-bottom: 32px; border: 1px solid #f4d345; color: #3a2929; background: #fee500; }
.direct-call-button:hover,
.kakao-chat-button:hover { transform: translateY(-2px); box-shadow: 0 16px 34px rgba(0,0,0,.18); }
.direct-call-button span,
.kakao-chat-button span { font-size: 18px; }
.consult-points { display: grid; gap: 20px; }.consult-points > div { display: flex; gap: 16px; align-items: center; }.consult-points i { width: 38px; height: 38px; display: flex; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,.24); border-radius: 50%; color: #d5e0ec; background: rgba(255,255,255,.06); font-size: 10px; font-weight: 800; font-style: normal; }.consult-points b { display: block; color: #fff; font-size: 14px; font-weight: 800; letter-spacing: -.025em; }.consult-points small { display: block; margin-top: 3px; color: #b6c5d7; font-size: 12px; line-height: 1.55; }
.consult-form { padding: 42px; color: var(--ink); background: #fff; border-radius: 21px; box-shadow: 0 30px 80px rgba(0,0,0,.18); }
.form-heading { padding-bottom: 21px; border-bottom: 1px solid #d9e1eb; display: flex; justify-content: space-between; align-items: center; }.form-heading span { color: var(--navy); font-family: var(--display); font-size: 24px; font-weight: 800; letter-spacing: -.045em; }.form-heading small { color: #68778b; font-size: 11px; font-weight: 700; }
.form-section { padding: 27px 0; border-bottom: 1px solid #e7ebf0; }
.form-section:last-child { padding-bottom: 0; border-bottom: 0; }
.form-section-title { display: flex; align-items: center; gap: 12px; }
.form-section-title > span { width: 32px; height: 32px; flex: 0 0 32px; border-radius: 9px; display: flex; align-items: center; justify-content: center; color: var(--navy); background: #eaf0f7; font-size: 10px; font-weight: 800; }
.form-section-title strong { display: block; color: var(--navy); font-family: var(--display); font-size: 17px; font-weight: 800; letter-spacing: -.035em; }
.form-section-title small { display: block; margin-top: 2px; color: #6d7a8c; font-size: 11px; font-weight: 500; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.form-section > .form-row { margin-top: 18px; }
.form-full { grid-column: 1 / -1; }
.form-full > small { margin-left: 4px; color: #7d8897; font-size: 11px; font-weight: 500; }
.consult-form label, .consult-form legend { color: #26364e; font-size: 12px; font-weight: 800; letter-spacing: -.015em; }
.consult-form input[type="text"], .consult-form input[type="tel"], .consult-form textarea { width: 100%; margin-top: 9px; padding: 15px 15px; color: var(--ink); background: #f8fafc; border: 1px solid #cfd9e6; border-radius: 10px; outline: 0; font-size: 14px; font-weight: 600; transition: border-color .2s, box-shadow .2s, background .2s; }.consult-form textarea { resize: vertical; min-height: 112px; }.consult-form input:focus, .consult-form textarea:focus { border-color: #567195; background: #fff; box-shadow: 0 0 0 4px rgba(88,116,151,.13); }
.consult-form input::placeholder, .consult-form textarea::placeholder { color: #8e99a8; font-weight: 500; }
.school-search-block { margin-top: 20px; }
.school-search-block > label { display: block; margin-bottom: 8px; }
.school-search-row { display: grid; grid-template-columns: 1fr auto; gap: 9px; }
.school-search-row input { margin-top: 0 !important; }
.school-search-row button { min-width: 145px; padding: 0 17px; border: 0; border-radius: 10px; display: inline-flex; align-items: center; justify-content: center; gap: 7px; color: #fff; background: var(--navy); cursor: pointer; font-size: 12px; font-weight: 800; transition: background .2s ease, transform .2s ease; }
.school-search-row button:hover { background: var(--navy-3); transform: translateY(-1px); }
.school-search-row button:focus-visible { outline: 2px solid #718bab; outline-offset: 2px; }
.school-results { margin-top: 10px; padding: 8px; border: 1px solid #dbe3ec; border-radius: 12px; background: #f8fafc; display: grid; gap: 6px; }
.school-results[hidden] { display: none; }
.school-result-button { width: 100%; padding: 12px 13px; border: 1px solid #e1e7ef; border-radius: 10px; text-align: left; color: #24364f; background: #fff; cursor: pointer; transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease; }
.school-result-button:hover,
.school-result-button:focus-visible { border-color: #9eb1c8; transform: translateY(-1px); box-shadow: 0 10px 22px rgba(29,53,87,.08); outline: none; }
.school-result-button strong { display: block; font-size: 13px; color: var(--navy); }
.school-result-button small { display: block; margin-top: 3px; font-size: 11px; color: #667487; }
.school-empty-result { margin: 0; padding: 10px 11px; color: #667487; font-size: 12px; line-height: 1.6; }
.consult-form fieldset { margin: 20px 0 0; padding: 0; border: 0; }.consult-form legend small { margin-left: 6px; color: #7d8897; font-size: 11px; font-weight: 500; }
.option-group { display: grid; gap: 7px; margin-top: 8px; }.grade-options { grid-template-columns: repeat(7,1fr); }.concern-options { grid-template-columns: repeat(3,1fr); }
.option-group input { position: absolute; opacity: 0; pointer-events: none; }.option-group label span { height: 42px; border: 1px solid #cfd9e6; border-radius: 9px; display: flex; align-items: center; justify-content: center; color: #536176; background: #fff; cursor: pointer; font-size: 12px; font-weight: 700; transition: .2s; }.option-group input:checked + span { color: var(--navy); background: #eaf0f7; border-color: #607b9d; font-weight: 800; box-shadow: inset 0 0 0 1px rgba(29,53,87,.08); }.option-group input:focus-visible + span { outline: 2px solid var(--navy); outline-offset: 2px; }
.message-label { display: block; margin-top: 20px; }
.field-hint { margin: 9px 0 0; color: #697689; font-size: 11px; line-height: 1.6; }
.privacy-check { margin-top: 18px; display: flex !important; align-items: center; gap: 8px; color: #536176 !important; font-size: 11px !important; font-weight: 600 !important; cursor: pointer; }.privacy-check input { accent-color: var(--navy); }
.form-submit { width: 100%; margin-top: 19px; }
.form-submit:disabled { opacity: .66; cursor: wait; transform: none; }
.form-message { min-height: 20px; margin: 12px 0 0; color: #355a84; font-size: 12px; font-weight: 700; text-align: center; }
.privacy-delivery-note { margin: 8px 0 0; color: #667487; font-size: 11px; line-height: 1.6; text-align: center; }
.form-honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; pointer-events: none !important; }

.blog { background: #fff; }
.blog-head { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 58px; }
.region-browser { margin: -24px 0 32px; padding: 25px; border: 1px solid #dfe6ed; border-radius: 17px; display: grid; grid-template-columns: .72fr 1.28fr; gap: 24px 36px; align-items: end; background: var(--bg); }
.region-browser-copy strong { display: block; color: var(--navy); font-family: var(--serif); font-size: 24px; }.region-browser-copy span { display: block; margin-top: 8px; color: #6f7f93; font-size: 15px; line-height: 1.55; }
.region-filter-grid { display: grid; grid-template-columns: repeat(6,1fr); gap: 8px; }
.region-filter-grid label:nth-child(-n+3) { grid-column: span 2; }
.region-filter-grid label:nth-child(n+4) { grid-column: span 3; }
.region-filter-grid label { color: #65758a; font-size: 15px; font-weight: 700; }
.region-filter-grid select,
.region-filter-grid input { width: 100%; height: 50px; margin-top: 8px; padding: 0 36px 0 15px; border: 1px solid #dce3eb; border-radius: 12px; color: var(--navy); background: #fff; outline: 0; font-size: 15px; font-weight: 600; }
.region-filter-grid select { cursor: pointer; }
.region-filter-grid input::placeholder { color: #a0acba; font-weight: 500; }
.region-filter-grid select:focus,
.region-filter-grid input:focus { border-color: #7f98b7; box-shadow: 0 0 0 3px rgba(88,116,151,.1); }.region-filter-grid select:disabled { color: #a6aeba; background: #f0f3f6; cursor: not-allowed; }
.region-browser-foot { grid-column: 1 / -1; padding-top: 15px; border-top: 1px solid #e1e6ec; display: flex; align-items: center; justify-content: space-between; color: #6f7f93; font-size: 14px; }.region-browser-foot button { padding: 0; border: 0; color: var(--navy); background: transparent; cursor: pointer; font-size: 14px; font-weight: 700; }
.blog-card[hidden] { display: none; }
.region-empty { padding: 50px 20px; border: 1px dashed #cfd8e3; border-radius: 17px; color: #8995a4; background: var(--bg); text-align: center; }.region-empty span { width: 42px; height: 42px; margin: 0 auto 14px; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--navy); background: #e7edf5; font-size: 18px; }.region-empty strong { display: block; color: var(--navy); font-family: var(--serif); font-size: 14px; }.region-empty p { margin: 6px 0 0; font-size: 9px; }
.blog-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.blog-card { border: 1px solid #e2e7ed; border-radius: 18px; overflow: hidden; transition: transform .3s ease, box-shadow .3s ease; }.blog-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); }.blog-card > a { display: block; }
.blog-visual { position: relative; height: 220px; padding: 24px; overflow: hidden; background: #e9eff6; }.blog-visual > span { position: relative; z-index: 2; color: #8699b0; font-size: 7px; letter-spacing: .16em; }
.blog-visual.has-thumbnail { padding: 0; background: #dfe7f0; }
.blog-visual.has-thumbnail img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .45s ease; }
.blog-card:hover .blog-visual.has-thumbnail img { transform: scale(1.045); }
.visual-one::before { content: ""; position: absolute; width: 150px; height: 180px; left: 50%; bottom: -42px; background: #fff; border-radius: 8px; box-shadow: 0 15px 30px rgba(29,53,87,.12); transform: translateX(-50%) rotate(-6deg); }.visual-one::after { content: ""; position: absolute; width: 80px; height: 6px; left: 50%; top: 102px; border-top: 1px solid #b8c5d4; border-bottom: 1px solid #b8c5d4; transform: translateX(-50%) rotate(-6deg); }.visual-one i { position: absolute; z-index: 2; width: 67px; height: 1px; left: 50%; top: 130px; background: #c5ced9; transform: translateX(-50%) rotate(-6deg); }.visual-one b { position: absolute; z-index: 3; width: 35px; height: 35px; right: 63px; bottom: 28px; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #fff; background: var(--navy); font-size: 10px; }
.visual-two { background: var(--navy); }.visual-two > span { color: #9eb0c5; }.visual-two > div { position: absolute; inset: 62px 38px 30px; display: flex; gap: 8px; align-items: flex-end; }.visual-two i { flex: 1; height: 55%; padding: 12px; color: #91a7c0; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.1); border-radius: 9px; font-style: normal; font-family: var(--serif); font-size: 10px; }.visual-two i:nth-child(2) { height: 78%; }.visual-two i:nth-child(3) { height: 100%; color: #fff; background: rgba(255,255,255,.13); }
.visual-three { background: #eeeae5; }.visual-three > span { color: #9d8f82; }.visual-three blockquote { position: absolute; right: 35px; bottom: 27px; margin: 0; color: #615a54; font-family: var(--serif); font-size: 25px; line-height: 1.5; }.visual-three::before { content: "“"; position: absolute; left: 36px; bottom: 0; color: rgba(97,90,84,.12); font-family: var(--serif); font-size: 150px; line-height: 1; }
.blog-content { padding: 25px 25px 23px; }.blog-content > span { color: #8795a5; font-size: 9px; }.blog-content h3 { min-height: 57px; margin: 9px 0 11px; color: var(--navy); font-family: var(--display); font-size: 18px; line-height: 1.45; font-weight: 800; letter-spacing: -.045em; }.blog-content p { min-height: 40px; margin: 0 0 23px; color: #7b8695; font-size: 11px; line-height: 1.7; }.blog-content small { padding-top: 16px; border-top: 1px solid #e7ebef; display: flex; justify-content: space-between; color: #a0a8b2; font-size: 9px; }.blog-content small i { color: var(--navy); font-size: 12px; font-style: normal; }

.local-page { background: var(--bg); }
.local-hero { padding: 185px 0 105px; text-align: center; background: linear-gradient(145deg,#f8fafc,#eaf0f7); overflow: hidden; }
.local-hero-inner { position: relative; }.local-hero-inner::before { content: ""; position: absolute; width: 520px; height: 520px; left: 50%; top: -260px; border: 1px solid rgba(29,53,87,.08); border-radius: 50%; transform: translateX(-50%); box-shadow: 0 0 0 90px rgba(29,53,87,.02),0 0 0 180px rgba(29,53,87,.012); }
.local-hero h1 { position: relative; margin: 0; color: var(--navy); font-family: var(--display); font-size: clamp(42px,5.4vw,64px); line-height: 1.25; letter-spacing: -.06em; font-weight: 800; }.local-hero h1 em { color: #607b9d; font-style: normal; }.local-hero-inner > p:not(.section-label) { position: relative; margin: 25px 0 0; color: #728093; font-size: 14px; line-height: 1.9; }
.local-path { position: relative; width: fit-content; margin: 34px auto 0; padding: 10px 15px; border: 1px solid rgba(29,53,87,.1); border-radius: 100px; display: flex; align-items: center; gap: 10px; color: #687b92; background: rgba(255,255,255,.7); font-size: 9px; }.local-path i { color: #a6b2c0; font-style: normal; }
.local-content { background: #fff; }.local-content .region-browser { margin: 0 0 45px; }.local-article-grid { margin-bottom: 85px; }
.local-feature-article { margin: -35px 0 70px; padding: clamp(30px,5vw,58px); border: 1px solid #e2e8f0; border-radius: 24px; background: linear-gradient(180deg,#fff,#f8fafc); box-shadow: 0 22px 65px rgba(29,53,87,.08); scroll-margin-top: 110px; }
.local-feature-article[hidden] { display: none; }
.feature-article-thumbnail { width: 100%; height: min(360px, 44vw); margin: 0 0 32px; border-radius: 18px; display: block; object-fit: cover; box-shadow: 0 18px 45px rgba(29,53,87,.11); }
.feature-article-kicker { margin-bottom: 14px; color: #6f829b; font-size: 9px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.local-feature-article h1, .local-feature-article h2 { max-width: 920px; margin: 0; color: var(--navy); font-family: var(--display); font-size: clamp(32px,4.3vw,48px); line-height: 1.3; letter-spacing: -.06em; font-weight: 800; }
.article-back-link { display: inline-flex; margin: 0 0 22px; color: var(--navy); font-size: 12px; font-weight: 800; }
.feature-article-lead { max-width: 880px; margin: 22px 0 0; color: #4d5e73; font-size: 15px; line-height: 2; word-break: keep-all; overflow-wrap: break-word; text-wrap: pretty; }
.feature-school-box { margin: 32px 0; display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; }
.feature-school-box > div { padding: 22px; border: 1px solid #dde5ee; border-radius: 17px; background: #fff; }
.feature-school-box strong { display: block; margin-bottom: 10px; color: var(--navy); font-size: 12px; }
.feature-school-box p, .local-feature-article section p { margin: 0; color: #58677b; font-size: 13px; line-height: 1.95; word-break: keep-all; overflow-wrap: break-word; text-wrap: pretty; }
.local-feature-article section { margin-top: 26px; padding-top: 26px; border-top: 1px solid #e7edf4; }
.local-feature-article h3 { margin: 0 0 10px; color: #263a57; font-size: 19px; line-height: 1.45; letter-spacing: -.04em; }
.feature-keyword-cloud { margin: 32px 0 0; display: flex; flex-wrap: wrap; gap: 8px; }
.feature-keyword-cloud span { padding: 8px 11px; border: 1px solid #d8e2ee; border-radius: 999px; color: #405574; background: #fff; font-size: 9px; font-weight: 700; }
.feature-article-cta { margin-top: 34px; padding: 24px; border-radius: 18px; display: flex; align-items: center; justify-content: space-between; gap: 24px; color: #fff; background: var(--navy-3); }
.feature-article-cta p { margin: 0; max-width: 680px; color: #d8e1ec; font-size: 11px; line-height: 1.9; word-break: keep-all; overflow-wrap: break-word; text-wrap: pretty; }
.feature-article-cta .button { flex: 0 0 auto; color: var(--navy); background: #fff; box-shadow: none; }
.local-consult { padding: 38px 42px; border-radius: 20px; display: flex; align-items: center; justify-content: space-between; gap: 30px; color: #fff; background: var(--navy-3); box-shadow: 0 25px 65px rgba(29,53,87,.18); }.local-consult small { color: #91a6be; font-size: 8px; letter-spacing: .13em; text-transform: uppercase; }.local-consult h2 { max-width: 620px; margin: 6px 0 0; font-family: var(--serif); font-size: 22px; line-height: 1.55; }.local-consult .button { flex: 0 0 auto; color: var(--navy); background: #fff; box-shadow: none; }

.site-footer { padding: 72px 0 110px; color: #9cabbc; background: #101f34; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .65fr 1fr 1fr; gap: 60px; }
.footer-brand { color: #fff; }.footer-brand .brand-mark { background: #fff; }.footer-brand .brand-mark i { background: var(--navy); }.footer-grid > div:first-child > p { margin: 25px 0 0; font-family: var(--serif); font-size: 12px; line-height: 1.8; }
.footer-links { display: flex; flex-direction: column; gap: 8px; font-size: 9px; }.footer-links strong { margin-bottom: 13px; color: #e4e9ef; font-size: 8px; letter-spacing: .13em; text-transform: uppercase; }.footer-links a:hover { color: #fff; }
.footer-action p { margin: 0 0 18px; color: #d3dce6; font-family: var(--serif); font-size: 12px; }.button-outline { min-height: 42px; padding: 0 17px; color: #d6e0eb; border: 1px solid rgba(255,255,255,.18); border-radius: 8px; font-size: 9px; }.button-outline:hover { background: rgba(255,255,255,.06); }
.footer-bottom { margin-top: 60px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.08); display: flex; justify-content: space-between; color: #66788d; font-size: 8px; }.footer-bottom div { display: flex; gap: 20px; }

.sticky-cta { position: fixed; z-index: 90; right: 24px; bottom: 24px; min-width: 250px; padding: 12px 15px; display: flex; align-items: center; gap: 12px; color: #fff; background: rgba(29,53,87,.96); border: 1px solid rgba(255,255,255,.16); border-radius: 14px; box-shadow: 0 16px 40px rgba(29,53,87,.28); backdrop-filter: blur(12px); transition: transform .3s ease, opacity .3s ease; }.sticky-cta:hover { transform: translateY(-4px); }.sticky-cta.hidden { opacity: 0; pointer-events: none; transform: translateY(15px); }.sticky-icon { width: 35px; height: 35px; display: flex; align-items: center; justify-content: center; color: var(--navy); background: #fff; border-radius: 10px; }.sticky-cta > span:nth-child(2) { line-height: 1.35; }.sticky-cta small { display: block; color: #9fb2c8; font-size: 7px; }.sticky-cta strong { font-size: 10px; }.sticky-cta > i { margin-left: auto; font-style: normal; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .8s cubic-bezier(.2,.7,.2,1), transform .8s cubic-bezier(.2,.7,.2,1); }.reveal.visible { opacity: 1; transform: translateY(0); }.delay-1 { transition-delay: .1s; }.delay-2 { transition-delay: .2s; }.delay-3 { transition-delay: .3s; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *,*::before,*::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; } .reveal { opacity: 1; transform: none; } }

@media (max-width: 1040px) {
  .desktop-nav { gap: 24px; margin-left: 30px; }
  .hero-grid { grid-template-columns: 1fr 1fr; gap: 25px; }.hero h1 { font-size: 50px; }.note-top { right: 0; }.note-bottom { left: -2%; }
  .about-grid { gap: 70px; }.portrait-card { min-height: 535px; }
  .consult-grid { gap: 65px; }
}

@media (max-width: 800px) {
  .container { width: min(100% - 32px, 620px); }
  .section-padding { padding: 96px 0; }
  .site-header { height: 68px; background: rgba(255,255,255,.94); border-bottom: 1px solid rgba(29,53,87,.08); backdrop-filter: blur(14px); }.site-header.scrolled { height: 62px; }.desktop-nav, .nav-cta { display: none; }
  .menu-button { width: 38px; height: 38px; padding: 10px; border: 0; display: flex; flex-direction: column; justify-content: center; gap: 6px; background: transparent; cursor: pointer; }.menu-button span { width: 18px; height: 1px; display: block; background: var(--navy); transition: .25s ease; }.menu-button[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }.menu-button[aria-expanded="true"] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .mobile-nav { position: fixed; z-index: 99; top: 78px; left: 18px; right: 18px; max-height: calc(100vh - 98px); padding: 12px; display: flex; flex-direction: column; gap: 4px; overflow-y: auto; background: #fff; border: 1px solid rgba(29,53,87,.1); border-radius: 22px; box-shadow: 0 24px 70px rgba(19,40,67,.22); opacity: 0; visibility: hidden; pointer-events: none; transform: translateY(-12px) scale(.98); transform-origin: top center; transition: opacity .22s ease, transform .22s ease, visibility .22s ease; }.mobile-nav.open { opacity: 1; visibility: visible; pointer-events: auto; transform: translateY(0) scale(1); }.mobile-nav a { min-height: 52px; padding: 15px 17px; border-bottom: 1px solid #e8edf3; border-radius: 14px; display: flex; align-items: center; justify-content: space-between; color: var(--navy); font-family: var(--display); font-size: 17px; font-weight: 800; letter-spacing: -.035em; }.mobile-nav a:last-child { border-bottom: 0; background: var(--navy); color: #fff; }.mobile-nav a::after { content: "→"; color: inherit; opacity: .55; font-size: 15px; }.mobile-nav a[aria-current="page"] { background: #eef3f8; }
  .hero { min-height: auto; padding-top: 68px; }.hero-grid { min-height: auto; padding: 85px 0 90px; grid-template-columns: 1fr; gap: 70px; }.hero-copy { text-align: center; }.eyebrow { justify-content: center; }.hero h1 { font-size: clamp(38px,10.5vw,54px); }.hero-description { font-size: 14px; }.hero-actions { justify-content: center; }.hero-proof { justify-content: center; margin-top: 50px; }.hero-proof div { min-width: 100px; padding-right: 16px; margin-right: 16px; }.hero-visual { width: min(100%, 520px); margin: 0 auto; }.note-top { right: -5px; }.note-bottom { left: -4px; }.scroll-cue { display: none; }
  .belief { padding: 105px 0; }
  .about-grid { grid-template-columns: 1fr; gap: 72px; }.portrait-wrap { width: min(88%, 430px); margin: 0 auto; padding-left: 0; }.signature-card { right: -25px; }.about-copy { text-align: center; }.credentials, .credentials > div { text-align: left; }
  .teacher-badges { justify-content: center; }
  .section-head { align-items: flex-start; flex-direction: column; gap: 25px; }.section-head > p br { display: none; }
  .story-grid { grid-template-columns: 1fr 1fr; }.story-card.featured { grid-column: 1 / -1; }.story-card { min-height: 390px; }
  .timeline { grid-template-columns: 1fr 1fr; gap: 55px 30px; }.timeline-track { display: none; }
  .parent-report { grid-template-columns: auto 1fr; }.parent-report p { grid-column: 1 / -1; padding: 15px 0 0; border-left: 0; border-top: 1px solid #dfe5ec; }
  .report-showcase { grid-template-columns: 1fr; gap: 34px; }.report-showcase-copy { text-align: center; }.report-tabs { width: min(100%,420px); margin-inline: auto; }.report-preview { width: min(100%,520px); margin-inline: auto; }.report-preview img { height: 640px; object-fit: contain; object-position: center; }
  .program-grid { grid-template-columns: 1fr; }.program-card { padding: 32px; }
  .main-local-grid { grid-template-columns: repeat(2,1fr); }
  .main-local-more { align-items: flex-start; flex-direction: column; }
  .main-local-more .button { width: auto; }
  .testimonial-grid { grid-template-columns: 1fr; }.testimonial-card > p { min-height: auto; }
  .faq-grid { grid-template-columns: 1fr; gap: 55px; }.faq-heading { position: static; text-align: center; }
  .consult-grid { grid-template-columns: 1fr; gap: 55px; }.consult-copy { text-align: center; }.quick-call, .direct-call-button, .kakao-chat-button { margin-left: auto; margin-right: auto; }.quick-call { text-align: left; }.consult-points { width: fit-content; margin: 0 auto; text-align: left; }
  .blog-grid { grid-template-columns: 1fr; }.blog-card a { display: grid; grid-template-columns: 42% 58%; }.blog-visual { height: auto; min-height: 220px; }.blog-content h3 { min-height: auto; }.blog-content p { min-height: auto; }
  .region-browser { grid-template-columns: 1fr; gap: 20px; }.region-browser-copy { text-align: center; }
  .footer-grid { grid-template-columns: 1.5fr 1fr 1fr; }.footer-action { display: none; }
  .local-consult { align-items: flex-start; flex-direction: column; }.local-consult .button { width: auto; }
}

@media (max-width: 560px) {
  body { font-size: 15px; }
  .container { width: calc(100% - 36px); }
  .section-padding { padding: 82px 0; }
  .brand { font-size: 15px; }.brand-mark { width: 29px; height: 29px; }
  .hero-grid { padding: 74px 0 80px; gap: 62px; }.hero h1 { line-height: 1.42; }.hero-description { margin: 25px 0 31px; font-size: 13px; }br.mobile-break, br.mobile-only-break { display: inline; }.desktop-break { display: none; }.hero-actions { flex-direction: column; gap: 20px; }.button { width: 100%; }.hero-proof { margin-top: 48px; }.hero-proof div { min-width: 0; flex: 1; margin-right: 11px; padding-right: 11px; }.hero-proof strong { font-size: 17px; }.hero-proof span { font-size: 8px; }
  .plan-card { padding: 20px; border-radius: 20px; }.plan-header strong { font-size: 17px; }.week-row i { width: 25px; height: 25px; }.float-note { padding: 9px 11px; }.float-note > span { width: 25px; height: 25px; }.note-top { top: -25px; right: 4px; }.note-bottom { left: -5px; bottom: -28px; }
  .serif-heading, .section-intro h2, .about-copy h2, .section-head h2, .faq-heading h2, .consult-copy h2, .blog-head h2 { font-size: 31px; }.section-label { margin-bottom: 18px; }
  .belief .narrow > p:not(.section-label) { font-size: 13px; }
  .portrait-card { min-height: 470px; }.portrait-monogram { font-size: 150px; }.signature-card { right: -12px; bottom: 40px; width: 155px; padding: 18px; }.about-copy .about-lead { font-size: 15px; }.about-copy > p { font-size: 12px; }
  .stories .container::before { display: none; }.story-grid { grid-template-columns: 1fr; }.story-card.featured { grid-column: auto; }.story-card { min-height: auto; padding: 27px; }.story-card h3 { margin: 26px 0 23px; }.story-card > p { margin-top: 28px; }
  .timeline { grid-template-columns: 1fr; gap: 45px; }.timeline-item { max-width: 300px; margin: 0 auto; }.timeline-icon { margin-bottom: 19px; }.parent-report { margin-top: 55px; padding: 22px; }
  .report-showcase { padding: 25px 20px; gap: 27px; }.report-showcase-copy h3 { font-size: 21px; }.report-showcase-copy > p:not(.report-kicker) { font-size: 10px; }.report-preview img { height: 430px; }.report-dialog { width: calc(100% - 20px); max-height: 94vh; border-radius: 14px; }
  .section-head { margin-bottom: 42px; }.section-head > p { font-size: 11px; }
  .main-local-grid { grid-template-columns: 1fr; gap: 12px; }
  .main-local-card { min-height: auto; padding: 21px; }
  .main-local-card strong { font-size: 19px; }
  .main-local-more { padding: 20px; }
  .main-local-more .button { width: 100%; }
  .testimonial-grid { margin-top: 46px; }
  .faq-list summary { padding: 22px 0; font-size: 12px; }.faq-list summary span { gap: 12px; }.faq-list details p { margin: -2px 27px 22px; font-size: 10px; }
  .quick-call { width: 100%; min-height: 70px; padding: 17px 54px 17px 18px; gap: 18px; }
  .quick-call span { font-size: 13px; padding: 8px 12px; }
  .quick-call strong { font-size: 25px; }
  .quick-call i { right: 26px; font-size: 24px; }
  .direct-call-button,
  .kakao-chat-button { width: 100%; min-height: 80px; font-size: 17px; gap: 12px; }
  .direct-call-button span,
  .kakao-chat-button span { font-size: 21px; }
  .consult-form { padding: 27px 20px; }.form-section { padding: 23px 0; }.form-section-title { align-items: flex-start; }.form-section-title small { line-height: 1.5; }.form-row { grid-template-columns: 1fr; gap: 15px; }.grade-options { grid-template-columns: repeat(3,1fr); }.concern-options { grid-template-columns: repeat(2,1fr); }.school-search-row { grid-template-columns: 1fr; }.school-search-row button { min-height: 42px; }
  .blog-head { align-items: flex-start; flex-direction: column; gap: 25px; }.blog-grid { gap: 15px; }.blog-card a { display: block; }.blog-visual { height: 200px; min-height: 0; }.blog-content { padding: 22px; }
  .region-browser { margin-top: -12px; padding: 20px 16px; }.region-filter-grid { grid-template-columns: 1fr; }.region-filter-grid label:nth-child(n) { grid-column: auto; }.region-browser-foot { align-items: flex-start; gap: 8px; }
  .local-hero { padding: 145px 0 80px; }.local-hero-inner > p:not(.section-label) br:not(.mobile-only-break) { display: none; }.local-path { gap: 6px; padding: 9px 11px; font-size: 8px; }.feature-article-cta .button { max-width: 100%; }.local-consult { padding: 28px 23px; }.local-consult h2 { font-size: 18px; }.local-consult .button { width: 100%; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 45px 25px; }.footer-grid > div:first-child { grid-column: 1 / -1; }.footer-bottom { align-items: flex-start; flex-direction: column; gap: 10px; }
  .sticky-cta { left: 12px; right: 12px; bottom: 14px; min-width: 0; min-height: 68px; padding: 12px 15px; gap: 13px; border-radius: 17px; box-shadow: 0 18px 46px rgba(29,53,87,.34); }.sticky-icon { width: 43px; height: 43px; border-radius: 13px; font-size: 18px; }.sticky-cta > span:nth-child(2) { display: block; flex: 1; }.sticky-cta small { display: block; margin-bottom: 2px; color: #c6d4e5; font-size: 11px; line-height: 1.3; }.sticky-cta strong { display: block; font-size: 15px; line-height: 1.28; }.sticky-cta > i { font-size: 19px; }
}
