/*
Theme Name: 별이쌤 일대일 영어과외 V13.9 All Reviews
Theme URI: https://byeolenglish365.com/
Author: Byeol English
Description: 대학생·성인 중심의 깔끔하고 안정적인 1:1 영어과외 디자인. 전국 지역/과목/후기/FAQ 관리자 기능 유지.
Version: 13.9
Text Domain: byeol-english
*/
:root{
  --navy:#0a2342;
  --navy-2:#123c68;
  --blue:#1261a6;
  --blue-soft:#eaf1f6;
  --text:#182a3a;
  --muted:#526575;
  --line:#dde4e9;
  --surface:#f6f8fa;
  --surface-2:#eef3f6;
  --white:#ffffff;
  --max:1180px;
  --radius:18px;
  --shadow:0 18px 46px rgba(16,42,67,.08);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:#fff;color:var(--text);font-family:Pretendard,"Noto Sans KR","Apple SD Gothic Neo",Arial,sans-serif;line-height:1.7;word-break:keep-all;-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none}
img{display:block;width:100%;height:auto}
button,input,select,textarea{font:inherit}
button{color:inherit}
.skip-link{position:absolute;left:-9999px}.skip-link:focus{left:16px;top:16px;z-index:9999;background:#fff;border:1px solid var(--line);padding:10px 14px;border-radius:8px}
.v11-container,.content-wrap{width:min(calc(100% - 48px),var(--max));margin:0 auto}
.v11-kicker,.section-kicker{display:block;margin:0 0 12px;color:var(--blue);font-size:11px;line-height:1.2;font-weight:800;letter-spacing:.16em}
.v11-kicker.light{color:#b7d0e3}

/* header */
.v11-header{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.96);backdrop-filter:blur(12px);border-bottom:1px solid rgba(221,228,233,.9)}
.v11-header-inner{height:78px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:38px}
.v11-brand{display:inline-flex;align-items:center;gap:11px;min-width:0}
.v11-brand-mark{display:grid;place-items:center;width:38px;height:38px;border-radius:12px;background:var(--navy);color:#fff;font-family:Georgia,"Times New Roman",serif;font-size:21px;font-weight:700}
.v11-brand-copy{display:flex;flex-direction:column;line-height:1.18;min-width:0}
.v11-brand-copy strong{font-size:16px;letter-spacing:-.03em;white-space:nowrap}
.v11-brand-copy small{margin-top:4px;color:#8795a0;font-size:8px;font-weight:800;letter-spacing:.18em}
.v11-nav{display:flex;align-items:center;justify-content:center;gap:28px;font-size:13px;font-weight:700;color:#394a57}
.v11-nav a{padding:8px 0;transition:.2s}.v11-nav a:hover{color:var(--blue)}
.v11-header-cta{display:inline-flex;align-items:center;justify-content:center;height:42px;padding:0 18px;border-radius:10px;background:var(--navy);color:#fff;font-size:13px;font-weight:800}
.v11-header-cta:hover{background:var(--navy-2)}
.v11-menu-toggle{display:none}

/* homepage hero */
.v11-hero{padding:64px 0 58px;background:linear-gradient(180deg,#fff 0%,#fbfcfd 100%)}
.v11-hero-grid{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(420px,.92fr);gap:72px;align-items:center}
.v11-hero-copy{padding:12px 0}
.v11-hero-copy h1{max-width:690px;margin:0 0 24px;font-size:clamp(44px,5.1vw,66px);line-height:1.14;letter-spacing:-.055em;font-weight:780}
.v11-hero-copy h1 em{font-style:normal;color:var(--blue)}
.v11-hero-copy>p{max-width:650px;margin:0 0 28px;color:#566570;font-size:17px;line-height:1.85}
.v11-hero-actions{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:28px}
.v11-hero-actions a,.v11-detail-actions a{display:inline-flex;align-items:center;justify-content:center;min-width:132px;height:48px;padding:0 20px;border:1px solid #cbd5dc;border-radius:10px;background:#fff;color:var(--navy);font-size:13px;font-weight:800;transition:.2s}
.v11-hero-actions a.primary,.v11-detail-actions a.primary{background:var(--navy);border-color:var(--navy);color:#fff}
.v11-hero-actions a:hover,.v11-detail-actions a:hover{transform:translateY(-1px);border-color:var(--blue)}
.v11-hero-keywords{display:flex;flex-wrap:wrap;gap:8px}
.v11-hero-keywords span{padding:7px 10px;border-radius:999px;background:var(--surface);color:#66747f;font-size:11px;font-weight:700}
.v11-hero-visual{position:relative;padding:0 0 26px 28px}
.v11-hero-image{aspect-ratio:4/5;max-height:540px;overflow:hidden;border-radius:24px;background:var(--surface);box-shadow:var(--shadow)}
.v11-hero-image img{width:100%;height:100%;object-fit:cover;object-position:center}
.v11-hero-card{position:absolute;left:0;bottom:0;width:min(86%,360px);padding:18px 20px;border:1px solid var(--line);border-radius:14px;background:rgba(255,255,255,.97);box-shadow:0 14px 36px rgba(16,42,67,.12)}
.v11-hero-card span{display:block;color:var(--blue);font-size:9px;font-weight:900;letter-spacing:.15em;margin-bottom:5px}
.v11-hero-card strong{font-size:13px;line-height:1.55}

/* focus strip */
.v11-focus{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:#fff}
.v11-focus-grid{display:grid;grid-template-columns:repeat(4,1fr)}
.v11-focus-grid>div{padding:26px 24px;border-right:1px solid var(--line)}
.v11-focus-grid>div:first-child{border-left:1px solid var(--line)}
.v11-focus-grid span{display:block;margin-bottom:10px;color:#9aabb7;font-size:10px;font-weight:800}
.v11-focus-grid strong{display:block;margin-bottom:4px;color:var(--navy);font-size:17px}
.v11-focus-grid p{margin:0;color:var(--muted);font-size:12px;line-height:1.55}

/* general section headings */
.v11-section-head{display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,430px);gap:56px;align-items:end;margin-bottom:38px}
.v11-section-head.narrow{grid-template-columns:minmax(0,1fr) minmax(260px,360px)}
.v11-section-head h2{margin:0;font-size:clamp(32px,4vw,48px);line-height:1.22;letter-spacing:-.045em;color:var(--navy)}
.v11-section-head>p{margin:0;color:var(--muted);font-size:14px;line-height:1.8}

/* courses */
.v11-course-section{padding:92px 0;background:#fff}
.v11-course-section.home{padding-top:96px}
.v11-featured-courses{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-bottom:54px}
.v11-featured-courses a{min-height:210px;padding:24px;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);transition:.2s}
.v11-featured-courses a:hover{transform:translateY(-3px);background:#fff;box-shadow:var(--shadow);border-color:#cbd6de}
.v11-featured-courses span,.v11-course-grid a>span{display:block;color:var(--blue);font-size:10px;font-weight:900;letter-spacing:.1em}
.v11-featured-courses h3,.v11-course-grid h3{margin:14px 0 8px;color:var(--navy);font-size:21px;letter-spacing:-.03em}
.v11-featured-courses p,.v11-course-grid p{margin:0;color:var(--muted);font-size:13px;line-height:1.7}
.v11-featured-courses em,.v11-course-grid em{display:inline-block;margin-top:20px;color:#506a7e;font-size:11px;font-style:normal;font-weight:800}
.v11-all-courses-head{display:flex;align-items:center;justify-content:space-between;gap:20px;padding-top:28px;border-top:1px solid var(--line);margin-bottom:22px}
.v11-all-courses-head h3{margin:0;color:var(--navy);font-size:20px}
.v11-filter{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:7px}
.v11-filter button{border:1px solid var(--line);border-radius:999px;background:#fff;padding:7px 12px;color:#5d6c77;font-size:11px;font-weight:700;cursor:pointer}
.v11-filter button.is-active{background:var(--navy);border-color:var(--navy);color:#fff}
.v11-course-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.v11-course-grid a{min-height:196px;padding:22px;border:1px solid var(--line);border-radius:15px;background:#fff;transition:.2s}
.v11-course-grid a:hover{border-color:#bccbd5;box-shadow:0 12px 34px rgba(16,42,67,.08);transform:translateY(-2px)}
.v11-course-grid.compact{grid-template-columns:repeat(3,1fr)}
.v11-course-grid.compact a{min-height:185px}

/* method */
.v11-method{padding:92px 0;background:var(--surface)}
.v11-method-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
.v11-method-grid>div{min-height:210px;padding:24px;border-radius:16px;background:#fff;border:1px solid var(--line)}
.v11-method-grid b{display:block;margin-bottom:26px;color:#8ea2b2;font-size:11px}
.v11-method-grid strong{display:block;margin-bottom:10px;color:var(--navy);font-size:18px}
.v11-method-grid p{margin:0;color:var(--muted);font-size:13px}

/* reviews */
.v11-reviews,.v11-local-reviews{padding:92px 0;background:#fff}
.v11-review-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:10px}
.v11-review-grid article{display:flex;flex-direction:column;min-height:250px;padding:21px;border:1px solid var(--line);border-radius:15px;background:#fff}
.v11-review-grid article:hover{border-color:#c5d1d9;box-shadow:0 10px 26px rgba(16,42,67,.05)}
.v11-review-grid span,.v11-local-review-grid span{color:var(--blue);font-size:10px;font-weight:800}
.v11-review-grid h3,.v11-local-review-grid h3{margin:18px 0 10px;color:var(--navy);font-size:16px;line-height:1.55;letter-spacing:-.025em}
.v11-review-grid p,.v11-local-review-grid p{margin:0;color:var(--muted);font-size:12px;line-height:1.75}
.v11-review-grid small{margin-top:auto;padding-top:18px;color:#94a0a9;font-size:10px}
.v11-review-more{margin-top:22px;text-align:right}.v11-review-more a{color:var(--blue);font-size:12px;font-weight:800}
.v11-local-reviews{background:var(--surface)}
.v11-local-review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.v11-local-review-grid article{padding:24px;border:1px solid var(--line);border-radius:15px;background:#fff}

/* regions */
.v11-regions{padding:92px 0;background:var(--surface)}
.v11-region-finder{border:1px solid var(--line);border-radius:18px;background:#fff;overflow:hidden}
.region-tab-row{display:flex;flex-wrap:wrap;gap:7px;padding:18px;border-bottom:1px solid var(--line);background:#fff}
.region-tab-row button{border:1px solid var(--line);border-radius:9px;background:#fff;padding:9px 13px;color:#51616c;font-size:12px;font-weight:700;cursor:pointer}
.region-tab-row button:hover,.region-tab-row button.is-active{border-color:var(--navy);background:var(--navy);color:#fff}
.region-directory-panel{padding:24px;background:#fbfcfd}
.region-directory-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:18px}
.region-directory-head span{color:var(--blue);font-size:10px;font-weight:800;letter-spacing:.1em}
.region-directory-head h3{margin:4px 0 0;color:var(--navy);font-size:24px}
.region-directory-head p{margin:0;color:var(--muted);font-size:12px}
.region-city-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}
.region-city-card{border:1px solid var(--line);border-radius:12px;background:#fff;overflow:hidden}
.region-city-card-head{display:grid;grid-template-columns:1fr auto 22px;gap:8px;align-items:center;min-height:62px;padding:13px 14px;cursor:pointer;list-style:none}
.region-city-card-head::-webkit-details-marker{display:none}
.region-city-card-head h4{margin:0;color:var(--navy);font-size:14px}.region-city-card-head span{color:#8b99a3;font-size:10px}.region-city-card-head b{color:var(--blue);font-size:16px;text-align:right}
.region-city-card[open] .region-city-card-head b{transform:rotate(45deg)}
.town-link-list{display:flex;flex-wrap:wrap;gap:7px;padding:0 14px 14px;border-top:1px solid #eef2f5}
.town-link-list a{margin-top:10px;padding:6px 9px;border-radius:7px;background:var(--surface);color:#51616c;font-size:11px}.town-link-list a:hover{background:var(--blue-soft);color:var(--navy)}
.region-help{padding:20px;color:var(--muted)}

/* trial */
.v11-trial{padding:62px 0;background:var(--navy);color:#fff}
.v11-trial-inner{display:grid;grid-template-columns:1fr auto;gap:46px;align-items:center}
.v11-trial h2{margin:0 0 10px;font-size:34px;letter-spacing:-.035em}.v11-trial p{margin:0;color:#c9d4dc;font-size:14px}
.v11-trial-actions{display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end}
.v11-trial-actions a{display:inline-flex;align-items:center;justify-content:center;height:44px;padding:0 16px;border:1px solid rgba(255,255,255,.25);border-radius:9px;color:#fff;font-size:12px;font-weight:800}.v11-trial-actions a.primary{background:#fff;color:var(--navy);border-color:#fff}

/* FAQ */
.v11-faq{padding:92px 0;background:#fff}
.v11-faq-inner{max-width:960px}
.v11-faq-head{margin-bottom:28px;text-align:center}.v11-faq-head h2{margin:0 0 10px;color:var(--navy);font-size:40px;letter-spacing:-.04em}.v11-faq-head p{margin:0;color:var(--muted);font-size:13px}
.v11-faq-list{border-top:1px solid var(--line)}
.v11-faq-list details{border-bottom:1px solid var(--line)}
.v11-faq-list summary{display:grid;grid-template-columns:1fr 26px;gap:20px;align-items:center;min-height:74px;padding:18px 4px;cursor:pointer;list-style:none}
.v11-faq-list summary::-webkit-details-marker{display:none}
.v11-faq-list summary span{color:var(--navy);font-size:15px;font-weight:750;line-height:1.55}
.v11-faq-list summary i{font-size:20px;font-style:normal;color:#7990a0;text-align:center;transition:.2s}
.v11-faq-list details[open] summary i{transform:rotate(45deg)}
.v11-faq-answer{padding:0 48px 22px 4px}
.v11-faq-answer p{margin:0;max-width:760px;color:var(--muted);font-size:14px;line-height:1.85}

/* bottom CTA / footer */
.v11-bottom-cta{padding:72px 0;background:#eaf1f6}
.v11-bottom-cta-inner{display:grid;grid-template-columns:1fr auto;gap:52px;align-items:end}
.v11-bottom-cta h2{margin:0 0 12px;color:var(--navy);font-size:38px;line-height:1.3;letter-spacing:-.04em}.v11-bottom-cta p{margin:0;color:#647580;font-size:13px}
.v11-bottom-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;min-width:310px}
.v11-bottom-actions a{display:flex;align-items:center;justify-content:center;height:44px;border:1px solid #c4d1da;border-radius:9px;background:#fff;color:var(--navy);font-size:12px;font-weight:800}.v11-bottom-actions a.primary{grid-column:1/3;background:var(--navy);border-color:var(--navy);color:#fff}
.v11-footer{padding:32px 0;background:#fff;border-top:1px solid var(--line)}
.v11-footer-inner{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:36px}
.v11-footer-links{display:flex;justify-content:center;gap:20px;color:#657581;font-size:11px;font-weight:700}.v11-footer-inner>p{margin:0;color:#97a3ab;font-size:9px;letter-spacing:.05em}.v11-mobile-bar{display:none}

/* detail pages */
.v11-detail-hero{padding:62px 0 58px;background:var(--surface)}
.v11-detail-hero-grid{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(360px,.9fr);gap:68px;align-items:center}
.v11-breadcrumb{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:24px;color:#8795a0;font-size:11px}.v11-breadcrumb a{color:#5e7485}
.v11-detail-copy h1{margin:0 0 18px;color:var(--navy);font-size:clamp(38px,4.5vw,56px);line-height:1.18;letter-spacing:-.05em}.v11-detail-copy>p{max-width:660px;margin:0 0 26px;color:var(--muted);font-size:16px}
.v11-detail-actions{display:flex;flex-wrap:wrap;gap:9px}
.v11-detail-image{position:relative;aspect-ratio:4/3;overflow:hidden;border-radius:22px;background:#fff;box-shadow:var(--shadow)}.v11-detail-image>img{width:100%;height:100%;object-fit:cover}.v11-image-caption{position:absolute;left:18px;right:18px;bottom:18px;padding:13px 15px;border-radius:12px;background:rgba(255,255,255,.94);backdrop-filter:blur(8px)}.v11-image-caption span{display:block;color:var(--blue);font-size:9px;font-weight:900;letter-spacing:.1em}.v11-image-caption strong{display:block;margin-top:2px;color:var(--navy);font-size:13px}
.v11-detail-body{padding:80px 0;background:#fff}.v11-article-grid{display:grid;grid-template-columns:220px minmax(0,760px);gap:72px;justify-content:center}.v11-article-side{align-self:start;position:sticky;top:106px;padding:20px;border:1px solid var(--line);border-radius:14px;background:var(--surface)}.v11-article-side>strong{display:block;color:var(--navy);font-size:18px}.v11-article-side>p{margin:2px 0 16px;color:var(--blue);font-size:12px}.v11-article-side ul{margin:0;padding:14px 0 0 18px;border-top:1px solid var(--line);color:var(--muted);font-size:12px}.v11-article-side li+li{margin-top:7px}
.v11-article>section{margin-bottom:66px}.v11-section-label{display:block;margin-bottom:12px;color:var(--blue);font-size:10px;font-weight:900;letter-spacing:.14em}.v11-article h2{margin:0 0 22px;color:var(--navy);font-size:34px;line-height:1.32;letter-spacing:-.04em}.v11-article p{margin:0 0 17px;color:#596873;font-size:15px}.v11-article p.lead{color:var(--text);font-size:18px;font-weight:700}.v11-info-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:8px 0 66px}.v11-info-grid>section{padding:22px;border:1px solid var(--line);border-radius:14px;background:var(--surface)}.v11-info-grid>section>span{color:var(--blue);font-size:9px;font-weight:900;letter-spacing:.12em}.v11-info-grid h3{margin:8px 0 12px;color:var(--navy);font-size:18px}.v11-info-grid ul{margin:0;padding-left:18px;color:var(--muted);font-size:13px}.v11-info-grid.vertical{grid-template-columns:1fr}.v11-step-list{margin-top:24px;border-top:1px solid var(--line)}.v11-step-list>div{display:grid;grid-template-columns:42px 190px 1fr;gap:14px;padding:16px 0;border-bottom:1px solid var(--line);align-items:start}.v11-step-list b{color:#90a2ae;font-size:10px}.v11-step-list strong{color:var(--navy);font-size:14px}.v11-step-list span{color:var(--muted);font-size:12px}.v11-inline-cta{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:16px;padding:24px;border-radius:14px;background:var(--navy);color:#fff}.v11-inline-cta span{color:#b7d0e3;font-size:9px;font-weight:800;letter-spacing:.13em}.v11-inline-cta h3{margin:4px 0 0;font-size:20px}.v11-inline-cta>a{display:inline-flex;align-items:center;justify-content:center;height:42px;padding:0 16px;border-radius:8px;background:#fff;color:var(--navy);font-size:12px;font-weight:800}
.v11-course-overview{padding:86px 0;background:#fff}.v11-course-overview-grid{display:grid;grid-template-columns:minmax(0,1fr) 380px;gap:70px;align-items:start}.v11-course-overview h2{margin:0 0 18px;color:var(--navy);font-size:44px;line-height:1.25;letter-spacing:-.045em}.v11-course-overview p{margin:0;color:var(--muted);font-size:15px}.v11-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:24px}.v11-tags span{padding:7px 10px;border-radius:8px;background:var(--surface);color:#5a6d79;font-size:11px;font-weight:700}

/* review write page */
.review-page-main{background:#fff}.review-page-hero{padding:72px 0 56px;background:var(--surface);border-bottom:1px solid var(--line)}.review-page-head h1{margin:0 0 16px;color:var(--navy);font-size:48px;line-height:1.2;letter-spacing:-.045em}.review-page-head p{max-width:720px;margin:0;color:var(--muted);font-size:14px}.review-write-section,.review-board-section{padding:78px 0}.review-write-grid{display:grid;grid-template-columns:300px 1fr;gap:56px}.review-write-copy h2{margin:0 0 12px;color:var(--navy);font-size:30px}.review-write-copy p{margin:0;color:var(--muted);font-size:13px}.review-write-points{display:grid;gap:8px;margin-top:22px}.review-write-points span{padding:10px 0;border-bottom:1px solid var(--line);color:#657681;font-size:11px}.review-form-card{padding:26px;border:1px solid var(--line);border-radius:16px;background:var(--surface)}.review-form{display:grid;grid-template-columns:1fr 1fr;gap:14px}.review-form label{display:grid;gap:6px}.review-form label span{color:var(--navy);font-size:11px;font-weight:800}.review-form input,.review-form select,.review-form textarea{width:100%;border:1px solid #ccd7de;border-radius:8px;background:#fff;padding:11px 12px;color:var(--text);outline:none}.review-form input:focus,.review-form select:focus,.review-form textarea:focus{border-color:var(--blue);box-shadow:0 0 0 3px rgba(47,100,143,.08)}.review-form-wide,.review-form-guide,.review-submit{grid-column:1/3}.review-form-guide{margin:0;color:#7a8994;font-size:10px}.review-submit{height:46px;border:0;border-radius:9px;background:var(--navy);color:#fff;font-weight:800;cursor:pointer}.review-form-message{padding:12px 14px;margin-bottom:16px;border-radius:8px;font-size:12px}.review-form-message.success{background:#e8f5ec;color:#2f6840}.review-form-message.error{background:#fff0f0;color:#8e3b3b}.section-head{display:flex;justify-content:space-between;gap:30px;align-items:end;margin-bottom:28px}.section-head h2{margin:0;color:var(--navy);font-size:32px}.section-head p{margin:0;color:var(--muted);font-size:12px}.review-board-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.review-board-card{padding:22px;border:1px solid var(--line);border-radius:14px;background:#fff}.review-card-top{display:flex;justify-content:space-between;gap:10px}.review-label,.review-source{color:var(--blue);font-size:9px;font-weight:800}.review-board-card h3{margin:16px 0 10px;color:var(--navy);font-size:17px;line-height:1.55}.review-board-card p{margin:0;color:var(--muted);font-size:12px}.review-board-meta{display:flex;justify-content:space-between;margin-top:18px;padding-top:12px;border-top:1px solid var(--line);color:#8a98a2;font-size:10px}.review-empty{padding:28px;border:1px solid var(--line);border-radius:14px;background:var(--surface)}
.standard-page{padding:72px 0}.wp-entry{max-width:850px;margin:0 auto}.wp-entry h1{color:var(--navy);font-size:40px;letter-spacing:-.04em}.entry-content{color:#53636e}



/* v12 — 대학생·성인 중심 가독성 강화 + 자동 메인 슬라이드 */
.v12-hero-slider{padding:0;position:relative}
.v12-hero-stage{position:relative;aspect-ratio:16/11;max-height:570px;border-radius:26px;overflow:hidden;background:#e9eef3;box-shadow:0 22px 58px rgba(10,35,66,.13)}
.v12-hero-slide{position:absolute;inset:0;margin:0;opacity:0;visibility:hidden;transition:opacity .7s ease,visibility .7s ease}
.v12-hero-slide.is-active{opacity:1;visibility:visible;z-index:1}
.v12-hero-slide img{width:100%;height:100%;object-fit:cover;object-position:center}
.v12-hero-nav{position:absolute;z-index:4;left:18px;right:18px;bottom:16px;display:flex;align-items:center;justify-content:space-between;pointer-events:none}
.v12-hero-arrow{pointer-events:auto;width:38px;height:38px;border:1px solid rgba(255,255,255,.75);border-radius:50%;background:rgba(7,28,51,.72);backdrop-filter:blur(7px);color:#fff;font-size:23px;line-height:1;cursor:pointer}
.v12-hero-dots{display:flex;gap:7px;padding:8px 10px;border-radius:999px;background:rgba(7,28,51,.68);backdrop-filter:blur(7px);pointer-events:auto}
.v12-hero-dots button{width:7px;height:7px;padding:0;border:0;border-radius:50%;background:rgba(255,255,255,.52);cursor:pointer}
.v12-hero-dots button.is-active{width:20px;border-radius:999px;background:#fff}
.v11-hero-visual{padding:0}
.v11-hero-image{max-height:none}

.v12-course-overview{padding:96px 0;background:linear-gradient(180deg,#fff 0%,#f7f9fb 100%)}
.v12-course-overview-grid{grid-template-columns:minmax(0,1.45fr) minmax(330px,.55fr);gap:64px}
.v12-course-copy h2{max-width:850px;margin:0 0 26px;color:var(--navy);font-size:clamp(40px,4.5vw,56px);line-height:1.18;letter-spacing:-.05em}
.v12-course-lead{margin:0;color:#24394c!important;font-size:18px!important;line-height:2!important;font-weight:500;letter-spacing:-.01em}
.v12-course-core{margin-top:38px;padding:30px;border:1px solid #cfdbe5;border-radius:20px;background:#fff;box-shadow:0 16px 44px rgba(10,35,66,.06)}
.v12-course-core-head span,.v12-course-methods>span,.v12-course-aside section>span{display:block;margin-bottom:7px;color:var(--blue);font-size:10px;font-weight:900;letter-spacing:.14em}
.v12-course-core-head h3,.v12-course-methods h3,.v12-course-aside h3{margin:0;color:var(--navy);font-size:23px;line-height:1.35;letter-spacing:-.035em}
.v12-course-step-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:20px}
.v12-course-step-grid>div{display:grid;grid-template-columns:38px 1fr;gap:10px;align-items:center;min-height:76px;padding:16px;border-radius:14px;background:#edf4fa;border:1px solid #d8e6f1}
.v12-course-step-grid b{display:grid;place-items:center;width:32px;height:32px;border-radius:10px;background:var(--navy);color:#fff;font-size:10px}
.v12-course-step-grid strong{color:#102f4f;font-size:15px;line-height:1.45}
.v12-course-methods{margin-top:30px;padding:30px;border-radius:20px;background:var(--navy);color:#fff}
.v12-course-methods>span{color:#9cc5ea}
.v12-course-methods h3{color:#fff;margin-bottom:18px}
.v12-course-methods>div{display:grid;grid-template-columns:32px 1fr;gap:13px;padding:15px 0;border-top:1px solid rgba(255,255,255,.15)}
.v12-course-methods b{display:grid;place-items:center;width:28px;height:28px;border-radius:50%;background:#fff;color:var(--navy);font-size:11px}
.v12-course-methods p{margin:0!important;color:#e5edf4!important;font-size:15px!important;line-height:1.8!important}
.v12-course-aside{display:grid;gap:14px;position:sticky;top:104px}
.v12-course-aside section{padding:26px;border:1px solid #cfdae3;border-radius:18px;background:#fff}
.v12-course-aside h3{font-size:20px;margin-bottom:16px}
.v12-course-aside ul{display:grid;gap:10px;margin:0;padding:0;list-style:none}
.v12-course-aside li{position:relative;padding:0 0 0 16px;color:#33495c;font-size:14px;line-height:1.75}
.v12-course-aside li:before{content:"";position:absolute;left:0;top:.8em;width:6px;height:6px;border-radius:50%;background:var(--blue)}

/* 대학생·성인 사용자가 읽기 쉽게 기본 대비를 강화 */
.v11-featured-courses h3,.v11-course-grid h3,.v11-review-grid h3,.v11-local-review-grid h3{color:#0a2b4c}
.v11-featured-courses p,.v11-course-grid p,.v11-review-grid p,.v11-local-review-grid p,.v11-section-head>p{color:#526575}
.v11-featured-courses a,.v11-course-grid a{border-color:#d3dde5}

/* responsive */
@media(max-width:1080px){
  .v11-header-inner{grid-template-columns:auto auto;justify-content:space-between}.v11-nav{position:absolute;top:78px;left:0;right:0;display:none;flex-direction:column;align-items:stretch;gap:0;padding:12px 24px 20px;background:#fff;border-bottom:1px solid var(--line);box-shadow:0 12px 28px rgba(16,42,67,.08)}.v11-nav.is-open{display:flex}.v11-nav a{padding:12px 0;border-bottom:1px solid #eef2f5}.v11-header-cta{display:none}.v11-menu-toggle{display:grid;width:42px;height:42px;border:1px solid var(--line);border-radius:10px;background:#fff;place-content:center;gap:4px}.v11-menu-toggle span{display:block;width:18px;height:1.5px;background:var(--navy)}.v11-menu-toggle em{display:none}
  .v11-hero-grid,.v11-detail-hero-grid{grid-template-columns:1fr 420px;gap:42px}.v11-review-grid{grid-template-columns:repeat(3,1fr)}.v11-course-grid,.v11-featured-courses{grid-template-columns:repeat(2,1fr)}.v11-method-grid{grid-template-columns:repeat(2,1fr)}.region-city-grid{grid-template-columns:repeat(2,1fr)}.v11-course-overview-grid{grid-template-columns:1fr 340px;gap:42px}.v11-article-grid{grid-template-columns:190px minmax(0,1fr);gap:38px}.review-write-grid{grid-template-columns:240px 1fr}.review-board-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:820px){
  .v11-container,.content-wrap{width:min(calc(100% - 32px),var(--max))}.v11-hero{padding:42px 0 44px}.v11-hero-grid,.v11-detail-hero-grid,.v11-course-overview-grid,.v11-trial-inner,.v11-bottom-cta-inner{grid-template-columns:1fr}.v11-hero-grid{gap:36px}.v11-hero-visual{max-width:520px;padding-left:18px}.v11-hero-image{aspect-ratio:5/4;max-height:none}.v11-hero-copy h1{font-size:48px}.v11-focus-grid{grid-template-columns:repeat(2,1fr)}.v11-focus-grid>div:nth-child(2){border-right:1px solid var(--line)}.v11-focus-grid>div:nth-child(n+3){border-top:1px solid var(--line)}.v11-section-head{grid-template-columns:1fr;gap:16px}.v11-review-grid{grid-template-columns:repeat(2,1fr)}.v11-course-grid.compact{grid-template-columns:repeat(2,1fr)}.v11-all-courses-head{align-items:flex-start;flex-direction:column}.v11-filter{justify-content:flex-start}.v11-trial-actions{justify-content:flex-start}.v11-bottom-actions{min-width:0;max-width:360px}.v11-footer-inner{grid-template-columns:1fr;justify-items:start}.v11-footer-links{justify-content:flex-start;flex-wrap:wrap}.v11-article-grid{grid-template-columns:1fr}.v11-article-side{position:static}.v11-info-grid{grid-template-columns:1fr}.review-write-grid{grid-template-columns:1fr}
}
@media(max-width:600px){
  body{padding-bottom:56px}.v11-container,.content-wrap{width:min(calc(100% - 28px),var(--max))}.v11-header-inner{height:68px}.v11-nav{top:68px}.v11-brand-mark{width:34px;height:34px;border-radius:10px;font-size:18px}.v11-brand-copy strong{font-size:14px}.v11-brand-copy small{font-size:7px}.v11-menu-toggle{width:38px;height:38px}
  .v11-hero{padding:34px 0 38px}.v11-hero-copy h1{font-size:39px;line-height:1.2}.v11-hero-copy>p{font-size:14px;line-height:1.8}.v11-hero-actions a,.v11-detail-actions a{flex:1;min-width:0;height:46px}.v11-hero-keywords{gap:6px}.v11-hero-visual{padding:0 0 20px 12px}.v11-hero-image{aspect-ratio:4/3;border-radius:18px}.v11-hero-card{width:calc(100% - 26px);padding:14px 15px}.v11-hero-card strong{font-size:11px}
  .v11-focus-grid{grid-template-columns:1fr 1fr}.v11-focus-grid>div{padding:18px 14px}.v11-focus-grid strong{font-size:14px}.v11-focus-grid p{font-size:10px}
  .v11-course-section,.v11-method,.v11-reviews,.v11-local-reviews,.v11-regions,.v11-faq{padding:66px 0}.v11-section-head h2{font-size:34px}.v11-section-head>p{font-size:12px}.v11-featured-courses,.v11-course-grid,.v11-course-grid.compact,.v11-method-grid,.v11-review-grid,.v11-local-review-grid,.region-city-grid{grid-template-columns:1fr}.v11-featured-courses a,.v11-course-grid a{min-height:auto;padding:20px}.v11-review-grid article{min-height:auto}.v11-method-grid>div{min-height:auto}.v11-all-courses-head{padding-top:20px}.v11-filter{width:100%;overflow-x:auto;flex-wrap:nowrap;padding-bottom:4px}.v11-filter button{white-space:nowrap}
  .region-tab-row{flex-wrap:nowrap;overflow-x:auto;padding:14px}.region-tab-row button{white-space:nowrap}.region-directory-panel{padding:16px}.region-directory-head{display:block}.region-directory-head p{margin-top:8px}.region-city-card-head{min-height:58px}
  .v11-trial{padding:48px 0}.v11-trial h2{font-size:28px}.v11-trial-actions{display:grid;grid-template-columns:1fr 1fr}.v11-trial-actions a.primary{grid-column:1/3}.v11-faq-head h2{font-size:34px}.v11-faq-list summary{min-height:68px;padding:16px 2px}.v11-faq-list summary span{font-size:14px}.v11-faq-answer{padding:0 30px 18px 2px}.v11-faq-answer p{font-size:13px}
  .v11-bottom-cta{padding:54px 0}.v11-bottom-cta h2{font-size:30px}.v11-bottom-actions{width:100%;max-width:none}.v11-mobile-bar{position:fixed;z-index:130;left:0;right:0;bottom:0;height:56px;display:grid;grid-template-columns:1fr 1fr 1.25fr;background:#fff;border-top:1px solid var(--line);box-shadow:0 -8px 22px rgba(16,42,67,.08)}.v11-mobile-bar a{display:grid;place-items:center;color:var(--navy);font-size:12px;font-weight:800;border-right:1px solid var(--line)}.v11-mobile-bar a:last-child{background:var(--navy);color:#fff;border-right:0}
  .v11-detail-hero{padding:36px 0 40px}.v11-detail-copy h1{font-size:38px}.v11-detail-copy>p{font-size:14px}.v11-detail-image{aspect-ratio:4/3}.v11-detail-body{padding:58px 0}.v11-article h2{font-size:28px}.v11-article p.lead{font-size:16px}.v11-step-list>div{grid-template-columns:34px 1fr;gap:6px 10px}.v11-step-list span{grid-column:2}.v11-inline-cta{display:block}.v11-inline-cta>a{margin-top:14px;width:100%}.v11-course-overview{padding:62px 0}.v11-course-overview h2{font-size:34px}
  .review-page-hero{padding:52px 0 42px}.review-page-head h1{font-size:36px}.review-write-section,.review-board-section{padding:58px 0}.review-form{grid-template-columns:1fr}.review-form-wide,.review-form-guide,.review-submit{grid-column:auto}.review-board-grid{grid-template-columns:1fr}.section-head{display:block}.section-head p{margin-top:8px}.wp-entry h1{font-size:32px}
}


/* v12 responsive balance */
@media(max-width:1080px){
  .v12-course-overview-grid{grid-template-columns:minmax(0,1fr) 320px;gap:40px}
}
@media(max-width:820px){
  .v12-hero-stage{aspect-ratio:16/10;max-height:none}
  .v12-course-overview-grid{grid-template-columns:1fr;gap:30px}
  .v12-course-aside{position:static;grid-template-columns:1fr 1fr}
  .v12-course-lead{font-size:17px!important;line-height:1.9!important}
}
@media(max-width:600px){
  .v11-hero{padding:30px 0 36px}
  .v11-hero-grid{gap:28px}
  .v11-hero-copy h1{font-size:36px;line-height:1.18;margin-bottom:18px}
  .v11-hero-copy>p{font-size:14px;line-height:1.75;margin-bottom:22px}
  .v12-hero-stage{aspect-ratio:4/3;border-radius:16px;box-shadow:0 14px 34px rgba(10,35,66,.1)}
  .v12-hero-nav{left:10px;right:10px;bottom:10px}
  .v12-hero-arrow{width:34px;height:34px;font-size:20px}
  .v12-hero-dots{padding:7px 9px;gap:6px}
  .v12-course-overview{padding:62px 0}
  .v12-course-copy h2{font-size:32px;line-height:1.24;margin-bottom:20px}
  .v12-course-lead{font-size:16px!important;line-height:1.9!important}
  .v12-course-core,.v12-course-methods{padding:20px;border-radius:16px;margin-top:26px}
  .v12-course-core-head h3,.v12-course-methods h3{font-size:20px}
  .v12-course-step-grid{grid-template-columns:1fr;gap:8px;margin-top:16px}
  .v12-course-step-grid>div{min-height:66px;padding:13px}
  .v12-course-step-grid strong{font-size:14px}
  .v12-course-methods>div{grid-template-columns:28px 1fr;gap:10px;padding:13px 0}
  .v12-course-methods p{font-size:14px!important;line-height:1.7!important}
  .v12-course-aside{grid-template-columns:1fr;gap:10px}
  .v12-course-aside section{padding:20px;border-radius:15px}
  .v12-course-aside li{font-size:13px;line-height:1.7}
}


/* v13 — 과정 비율 정리 / 상세 후기 복원 / 성인 중심 정보 구조 */
.v11-featured-courses,.v11-course-grid{align-items:stretch}
.v11-featured-courses a,.v11-course-grid a{display:flex;flex-direction:column;height:100%}
.v11-featured-courses p,.v11-course-grid p{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}
.v11-featured-courses p{-webkit-line-clamp:3;min-height:66px}
.v11-course-grid p{-webkit-line-clamp:5;min-height:110px}
.v11-featured-courses em,.v11-course-grid em{margin-top:auto;padding-top:18px}
.v11-featured-courses a{min-height:245px}
.v11-course-grid a{min-height:300px}

.v13-detail-body{padding:74px 0 84px}
.v13-detail-wrap{max-width:980px}
.v13-lesson-guide{display:grid;grid-template-columns:minmax(260px,.8fr) minmax(0,1.2fr);gap:40px;align-items:center;margin-bottom:58px;padding:28px 30px;border:1px solid #d7e0e7;border-radius:18px;background:#f7f9fb}
.v13-lesson-title .v11-kicker{margin-bottom:8px}
.v13-lesson-title strong{display:block;color:var(--navy);font-size:23px;line-height:1.35;letter-spacing:-.035em}
.v13-lesson-title p{margin:8px 0 0;color:#657583;font-size:13px;line-height:1.7}
.v13-lesson-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin:0;padding:0;list-style:none}
.v13-lesson-steps li{min-width:0;padding:14px 12px;border-left:1px solid #d8e1e8}
.v13-lesson-steps b{display:block;margin-bottom:7px;color:#7b91a3;font-size:10px;letter-spacing:.08em}
.v13-lesson-steps span{display:block;color:#173650;font-size:13px;font-weight:800;line-height:1.45}
.v13-article{max-width:820px;margin:0 auto}

.v13-course-overview{padding:92px 0 98px}
.v13-course-overview-inner{max-width:980px}
.v13-course-copy h2{max-width:900px}
.v13-course-copy .v12-course-lead{max-width:930px}
.v13-profile-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:34px}
.v13-profile-grid section{padding:26px 28px;border:1px solid #d2dde5;border-radius:17px;background:#fff}
.v13-profile-grid section>span{display:block;margin-bottom:7px;color:var(--blue);font-size:10px;font-weight:900;letter-spacing:.13em}
.v13-profile-grid h3{margin:0 0 14px;color:var(--navy);font-size:21px;letter-spacing:-.03em}
.v13-profile-grid ul{display:grid;gap:9px;margin:0;padding:0;list-style:none}
.v13-profile-grid li{position:relative;padding-left:16px;color:#3d5264;font-size:14px;line-height:1.75}
.v13-profile-grid li:before{content:"";position:absolute;left:0;top:.8em;width:6px;height:6px;border-radius:50%;background:var(--blue)}
.v13-course-core{margin-top:30px}
.v13-course-methods{margin-top:18px}
.v13-course-reviews{padding-top:80px}

/* 상세페이지의 추천/집중 영역도 본문 아래 정보 블록처럼 보이도록 정돈 */
.v13-article .v11-info-grid{margin-top:24px}
.v13-article .v11-info-grid>section{background:#f8fafb}

/* 첫 화면 슬라이드는 자동 전환을 기본으로 하며 사진 중심 비율을 유지 */
.v12-hero-stage{aspect-ratio:16/10}
.v12-hero-slide img{object-position:center 42%}

@media(max-width:1080px){
  .v11-course-grid{grid-template-columns:repeat(2,1fr)}
  .v11-course-grid a{min-height:280px}
  .v13-lesson-guide{grid-template-columns:1fr;gap:24px}
}
@media(max-width:820px){
  .v13-course-overview-inner,.v13-detail-wrap{max-width:none}
  .v13-profile-grid{grid-template-columns:1fr}
  .v13-lesson-steps{grid-template-columns:repeat(2,1fr)}
  .v13-lesson-steps li:nth-child(3),.v13-lesson-steps li:nth-child(4){border-top:1px solid #d8e1e8}
  .v11-course-grid a{min-height:250px}
}
@media(max-width:600px){
  .v11-featured-courses a,.v11-course-grid a{min-height:auto}
  .v11-featured-courses p,.v11-course-grid p{-webkit-line-clamp:unset;min-height:0}
  .v13-lesson-guide{margin-bottom:42px;padding:22px 18px;border-radius:15px}
  .v13-lesson-title strong{font-size:20px}
  .v13-lesson-steps{gap:0}
  .v13-lesson-steps li{padding:13px 10px}
  .v13-lesson-steps span{font-size:12px}
  .v13-course-overview{padding:58px 0 66px}
  .v13-profile-grid{gap:10px;margin-top:26px}
  .v13-profile-grid section{padding:20px;border-radius:14px}
  .v13-profile-grid h3{font-size:19px}
  .v13-profile-grid li{font-size:13px;line-height:1.7}
  .v13-course-reviews{padding-top:58px}
  .v12-hero-stage{aspect-ratio:4/3}
}

/* =========================================================
   v13.1 MOBILE BALANCE
   360–430px 중심 모바일 비율 / 가독성 / 카드 균형 보정
   ========================================================= */
html,body{max-width:100%;overflow-x:hidden}

@media(max-width:820px){
  .v11-container,.content-wrap{width:calc(100% - 36px);max-width:100%;}
  .v11-header-inner{gap:14px}
  .v11-brand{max-width:calc(100vw - 86px)}
  .v11-brand-copy strong{overflow:hidden;text-overflow:ellipsis}

  .v11-hero-grid,.v11-detail-hero-grid{grid-template-columns:minmax(0,1fr);gap:30px}
  .v11-hero-copy,.v11-detail-copy{min-width:0}
  .v11-hero-visual{width:100%;max-width:none;padding:0}
  .v12-hero-stage{width:100%;aspect-ratio:16/10}
  .v11-detail-image{width:100%;max-width:none}

  .v11-featured-courses,.v11-course-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
  .v11-featured-courses a,.v11-course-grid a{min-width:0}
  .v11-featured-courses h3,.v11-course-grid h3{overflow-wrap:anywhere}

  .v13-lesson-guide{padding:24px;gap:20px}
  .v13-lesson-steps{width:100%;grid-template-columns:repeat(2,minmax(0,1fr));gap:0;border:1px solid #d8e1e8;border-radius:14px;overflow:hidden;background:#fff}
  .v13-lesson-steps li{min-height:86px;padding:14px;border:0!important;border-right:1px solid #d8e1e8!important;border-bottom:1px solid #d8e1e8!important}
  .v13-lesson-steps li:nth-child(2n){border-right:0!important}
  .v13-lesson-steps li:nth-last-child(-n+2){border-bottom:0!important}

  .v13-profile-grid{grid-template-columns:1fr;gap:12px}
  .v12-course-step-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
  .v12-course-step-grid>div{min-width:0}

  .v11-section-head{grid-template-columns:1fr;gap:12px;margin-bottom:28px}
  .v11-section-head>p{max-width:640px}

  .v11-review-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .v11-local-review-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .v11-faq-inner{grid-template-columns:1fr;gap:26px}
}

@media(max-width:600px){
  :root{--radius:15px}
  body{font-size:15px;padding-bottom:62px}
  .v11-container,.content-wrap{width:calc(100% - 28px);max-width:100%}

  /* header */
  .v11-header-inner{height:64px}
  .v11-nav{top:64px;padding:8px 18px 16px}
  .v11-brand{gap:8px;max-width:calc(100vw - 74px)}
  .v11-brand-mark{width:32px;height:32px;border-radius:9px;font-size:17px;flex:0 0 32px}
  .v11-brand-copy strong{font-size:13px;letter-spacing:-.035em}
  .v11-brand-copy small{margin-top:2px;font-size:6.5px;letter-spacing:.14em}
  .v11-menu-toggle{width:36px;height:36px;border-radius:9px}

  /* home hero */
  .v11-hero{padding:28px 0 34px}
  .v11-hero-grid{gap:24px}
  .v11-hero-copy{padding:0}
  .v11-kicker,.section-kicker{font-size:9px;letter-spacing:.13em;margin-bottom:9px}
  .v11-hero-copy h1{font-size:clamp(31px,9vw,37px);line-height:1.16;letter-spacing:-.05em;margin:0 0 16px}
  .v11-hero-copy>p{font-size:14px;line-height:1.72;margin:0 0 20px;color:#465c6d}
  .v11-hero-actions{display:grid;grid-template-columns:1fr;gap:8px;margin-bottom:18px}
  .v11-hero-actions a,.v11-detail-actions a{width:100%;min-width:0;height:48px;padding:0 15px;border-radius:10px;font-size:13px}
  .v11-hero-keywords{flex-wrap:nowrap;overflow-x:auto;padding:0 0 3px;scrollbar-width:none}
  .v11-hero-keywords::-webkit-scrollbar{display:none}
  .v11-hero-keywords span{flex:0 0 auto;padding:6px 9px;font-size:10px}
  .v11-hero-visual{padding:0}
  .v11-hero-image,.v12-hero-stage{aspect-ratio:4/3;border-radius:16px;max-height:none}
  .v12-hero-slide img{object-position:center 40%}
  .v12-hero-nav{left:10px;right:10px;bottom:9px}
  .v12-hero-arrow{width:32px;height:32px;font-size:19px}
  .v12-hero-dots{padding:6px 8px;gap:6px}

  /* four focus boxes */
  .v11-focus-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .v11-focus-grid>div{display:flex;flex-direction:column;min-height:112px;padding:16px 13px}
  .v11-focus-grid strong{font-size:14px;line-height:1.35;margin-bottom:6px}
  .v11-focus-grid p{font-size:10.5px;line-height:1.55}

  /* section rhythm */
  .v11-course-section,.v11-method,.v11-reviews,.v11-local-reviews,.v11-regions,.v11-faq{padding:54px 0}
  .v11-course-section.home{padding-top:58px}
  .v11-section-head{gap:10px;margin-bottom:24px}
  .v11-section-head h2{font-size:clamp(28px,8vw,33px);line-height:1.24;letter-spacing:-.045em}
  .v11-section-head>p{font-size:13px;line-height:1.7}

  /* course cards: mobile에서 길이와 비율 통일 */
  .v11-featured-courses,.v11-course-grid,.v11-course-grid.compact{grid-template-columns:1fr;gap:10px;margin-bottom:36px}
  .v11-featured-courses a{min-height:200px;padding:20px}
  .v11-course-grid a,.v11-course-grid.compact a{min-height:226px;padding:20px}
  .v11-featured-courses h3,.v11-course-grid h3{margin:10px 0 7px;font-size:19px;line-height:1.35}
  .v11-featured-courses p{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;min-height:65px;font-size:13px;line-height:1.65}
  .v11-course-grid p{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:5;overflow:hidden;min-height:106px;font-size:13px;line-height:1.62}
  .v11-featured-courses em,.v11-course-grid em{padding-top:12px;margin-top:auto;font-size:11px}
  .v11-all-courses-head{gap:14px;padding-top:18px;margin-bottom:16px}
  .v11-all-courses-head h3{font-size:19px}
  .v11-filter{margin:0 -2px;width:calc(100% + 4px);gap:6px}
  .v11-filter button{padding:7px 11px;font-size:10.5px}

  /* method */
  .v11-method-grid{grid-template-columns:1fr;gap:9px}
  .v11-method-grid>div{display:grid;grid-template-columns:34px 1fr;gap:2px 12px;min-height:0;padding:18px}
  .v11-method-grid b{grid-row:1/3;margin:0;padding-top:1px}
  .v11-method-grid strong{margin:0 0 4px;font-size:16px}
  .v11-method-grid p{font-size:12.5px;line-height:1.65}

  /* reviews: 모바일은 세로로 길게 쌓지 않고 스와이프 */
  .v11-review-grid,.v11-local-review-grid{display:flex;gap:10px;overflow-x:auto;scroll-snap-type:x mandatory;padding:2px 14px 10px 0;margin-right:-14px;scrollbar-width:none}
  .v11-review-grid::-webkit-scrollbar,.v11-local-review-grid::-webkit-scrollbar{display:none}
  .v11-review-grid article,.v11-local-review-grid article{flex:0 0 min(84vw,330px);min-height:230px;padding:20px;scroll-snap-align:start}
  .v11-local-review-grid article{min-height:210px}
  .v11-review-grid h3,.v11-local-review-grid h3{font-size:15px;line-height:1.5;margin:15px 0 9px}
  .v11-review-grid p,.v11-local-review-grid p{font-size:12.5px;line-height:1.68}
  .v11-review-more{margin-top:14px;text-align:left}

  /* detail hero */
  .v11-detail-hero{padding:28px 0 34px}
  .v11-detail-hero-grid{gap:22px}
  .v11-detail-copy h1{font-size:clamp(29px,8.5vw,36px);line-height:1.2;letter-spacing:-.045em;margin-bottom:14px}
  .v11-detail-copy>p{font-size:14px;line-height:1.72}
  .v11-detail-actions{display:grid;grid-template-columns:1fr;gap:8px}
  .v11-detail-image{aspect-ratio:4/3;border-radius:16px;overflow:hidden}
  .v11-image-caption{left:10px;right:10px;bottom:10px;width:auto;padding:12px 14px}

  /* region + course detail */
  .v13-detail-body{padding:46px 0 58px}
  .v13-detail-wrap,.v13-course-overview-inner{width:100%;max-width:none}
  .v13-lesson-guide{margin-bottom:34px;padding:18px;border-radius:14px;gap:18px}
  .v13-lesson-title strong{font-size:19px;line-height:1.4}
  .v13-lesson-title p{font-size:12.5px;line-height:1.65}
  .v13-lesson-steps{grid-template-columns:repeat(2,minmax(0,1fr));border-radius:12px}
  .v13-lesson-steps li{display:flex;flex-direction:column;justify-content:center;min-height:82px;padding:12px}
  .v13-lesson-steps b{font-size:9px;margin-bottom:5px}
  .v13-lesson-steps span{font-size:12.5px;line-height:1.42}
  .v13-article{max-width:none}
  .v11-article section{margin-bottom:42px}
  .v11-article h2{font-size:25px;line-height:1.35;margin-bottom:15px}
  .v11-article p,.v11-article p.lead{font-size:14px;line-height:1.82}
  .v11-info-grid{grid-template-columns:1fr;gap:10px}
  .v11-info-grid>section{padding:18px!important;border-radius:14px}
  .v11-info-grid h3{font-size:18px}
  .v11-info-grid li{font-size:13px;line-height:1.65}
  .v11-step-list>div{grid-template-columns:34px minmax(0,1fr);gap:4px 9px;padding:15px 0}
  .v11-step-list strong{font-size:14px;line-height:1.45}
  .v11-step-list span{grid-column:2;font-size:12px;line-height:1.6}
  .v11-inline-cta{padding:18px;border-radius:14px}
  .v11-inline-cta h3{font-size:18px}

  /* course overview */
  .v13-course-overview{padding:48px 0 58px}
  .v12-course-copy h2{font-size:clamp(27px,8vw,32px);line-height:1.28;margin-bottom:16px}
  .v12-course-lead{font-size:15px!important;line-height:1.85!important}
  .v13-profile-grid{gap:10px;margin-top:22px}
  .v13-profile-grid section{padding:18px;border-radius:14px}
  .v13-profile-grid h3{font-size:18px;margin-bottom:11px}
  .v13-profile-grid li{font-size:13px;line-height:1.68}
  .v12-course-core,.v12-course-methods{padding:18px;border-radius:15px;margin-top:22px}
  .v12-course-core-head h3,.v12-course-methods h3{font-size:19px}
  .v12-course-step-grid{grid-template-columns:1fr;gap:8px;margin-top:14px}
  .v12-course-step-grid>div{grid-template-columns:34px minmax(0,1fr);min-height:64px;padding:12px;border-radius:12px}
  .v12-course-step-grid b{width:30px;height:30px;border-radius:9px}
  .v12-course-step-grid strong{font-size:13.5px;line-height:1.45}
  .v12-course-methods>div{grid-template-columns:28px minmax(0,1fr);gap:10px;padding:12px 0}
  .v12-course-methods p{font-size:13.5px!important;line-height:1.68!important}
  .v13-course-reviews{padding-top:50px}

  /* region directory */
  .v11-region-finder{border-radius:14px}
  .region-tab-row{padding:12px;gap:6px}
  .region-tab-row button{padding:8px 11px;font-size:11px;border-radius:8px}
  .region-directory-panel{padding:14px}
  .region-directory-head h3{font-size:20px;line-height:1.4}
  .region-directory-head p{font-size:12px}
  .region-city-grid{grid-template-columns:1fr;gap:8px}
  .region-city-card{border-radius:12px}
  .region-city-card-head{min-height:56px;padding:13px 14px}
  .town-link-list{grid-template-columns:repeat(2,minmax(0,1fr));padding:10px}
  .town-link-list a{min-width:0;padding:9px 8px;font-size:11px;text-align:center}

  /* trial / FAQ / footer */
  .v11-trial{padding:42px 0}
  .v11-trial h2{font-size:27px}
  .v11-trial p{font-size:13px;line-height:1.7}
  .v11-trial-actions{grid-template-columns:1fr;gap:8px}
  .v11-trial-actions a.primary{grid-column:auto}
  .v11-trial-actions a{width:100%;height:46px}
  .v11-faq-inner{gap:20px}
  .v11-faq-head h2{font-size:30px;line-height:1.25}
  .v11-faq-head p{font-size:13px;line-height:1.65}
  .v11-faq-list summary{min-height:62px;padding:15px 0;gap:12px}
  .v11-faq-list summary span{font-size:14px;line-height:1.5}
  .v11-faq-list summary i{flex:0 0 26px;width:26px;height:26px}
  .v11-faq-answer{padding:0 28px 16px 0}
  .v11-faq-answer p{font-size:13.5px;line-height:1.72}

  .v11-bottom-cta{padding:44px 0}
  .v11-bottom-cta h2{font-size:27px;line-height:1.3}
  .v11-bottom-cta p{font-size:13px;line-height:1.7}
  .v11-bottom-actions{display:grid;grid-template-columns:1fr;gap:8px;width:100%;max-width:none}
  .v11-bottom-actions a{width:100%;height:46px}
  .v11-footer{padding:34px 0 82px}
  .v11-footer-inner{gap:20px}
  .v11-footer-links{gap:12px 16px;font-size:11px}
  .v11-footer p{font-size:10px}
  .v11-mobile-bar{height:58px;grid-template-columns:1fr 1fr 1.25fr}
  .v11-mobile-bar a{font-size:11.5px}
}

@media(max-width:390px){
  .v11-container,.content-wrap{width:calc(100% - 24px)}
  .v11-brand-copy strong{font-size:12.5px}
  .v11-hero-copy h1{font-size:30px}
  .v11-section-head h2{font-size:28px}
  .v11-focus-grid>div{min-height:108px;padding:14px 11px}
  .v11-featured-courses a{min-height:194px;padding:18px}
  .v11-course-grid a,.v11-course-grid.compact a{min-height:218px;padding:18px}
  .v13-lesson-guide{padding:16px}
  .v13-lesson-steps li{min-height:78px;padding:11px 9px}
  .town-link-list{grid-template-columns:1fr 1fr}
}


/* =========================================================
   v13.2 COURSE CLEANUP
   과목 소개 상단 관리 안내 문구 삭제 / 상세 이미지 캡션 박스 제거
   ========================================================= */
.v11-detail-image .v11-image-caption{display:none!important}
#courses .v11-section-head{grid-template-columns:1fr}
#courses .v11-section-head>div{max-width:760px}
@media(max-width:600px){
  #courses .v11-section-head{gap:0}
}

/* =========================================================
   v13.3 CONTACT + LARGER VISUALS
   ========================================================= */
@media(min-width:1081px){
  .v11-hero-grid{grid-template-columns:minmax(0,.9fr) minmax(540px,1.1fr);gap:54px}
  .v12-hero-stage{aspect-ratio:16/11;min-height:500px;max-height:620px}
  .v11-detail-hero-grid{grid-template-columns:minmax(0,.92fr) minmax(500px,1.08fr);gap:54px}
  .v11-detail-image{aspect-ratio:16/10;min-height:420px}
}

.v133-floating-contact{
  position:fixed;right:18px;top:50%;z-index:140;transform:translateY(-50%);
  width:104px;border:1px solid #d9e2e8;border-radius:18px;overflow:hidden;
  background:#fff;box-shadow:0 18px 48px rgba(10,35,66,.16)
}
.v133-floating-contact a{display:flex;min-height:82px;padding:12px 8px;align-items:center;justify-content:center;flex-direction:column;gap:3px;border-bottom:1px solid #e4eaee;background:#fff;transition:.2s}
.v133-floating-contact a:last-child{border-bottom:0}
.v133-floating-contact a:hover{background:#f3f7fa;transform:translateX(-2px)}
.v133-floating-contact a.trial{background:var(--navy);color:#fff}
.v133-floating-contact a.trial:hover{background:var(--navy-2)}
.v133-floating-contact span{font-size:8px;font-weight:900;letter-spacing:.12em;color:#7d91a0}
.v133-floating-contact a.trial span{color:#bcd5e8}
.v133-floating-contact strong{font-size:12px;line-height:1.3;letter-spacing:-.02em;color:var(--navy)}
.v133-floating-contact a.trial strong{color:#fff}


@media(max-width:1080px){
  .v133-floating-contact{right:10px;width:94px}
  .v133-floating-contact a{min-height:74px}
}
@media(max-width:820px){
  .v133-floating-contact{display:none}
  .v11-hero-visual{max-width:none}
  .v12-hero-stage{aspect-ratio:16/10}
  .v11-detail-image{aspect-ratio:16/10}
}
@media(max-width:600px){
  .v11-hero-image,.v12-hero-stage{aspect-ratio:5/4}
  .v11-detail-image{aspect-ratio:5/4}
}
@media(max-width:360px){
}


/* =========================================================
   v13.4 LOCAL CONTENT + CONTACT BALANCE
   지역·동네·과목별 짧은 콘텐츠 / 지역 과정 카드 축소 / 문의 박스 통일
   ========================================================= */

/* 지역 과정 카드: PC에서도 과도하게 크지 않게 */
.v11-course-grid.compact{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}
.v11-course-grid.compact a{min-height:168px;padding:17px 17px 15px;border-radius:13px}
.v11-course-grid.compact a>span{font-size:9px}
.v11-course-grid.compact h3{margin:9px 0 6px;font-size:17px;line-height:1.38}
.v11-course-grid.compact p{min-height:0;-webkit-line-clamp:3;font-size:11.5px;line-height:1.58}
.v11-course-grid.compact em{padding-top:8px;margin-top:auto;font-size:10px}

/* 지역별 본문은 짧고 키워드가 먼저 보이도록 */
.v134-diagnosis{padding-bottom:2px}
.v134-diagnosis h2{margin-bottom:13px}
.v134-diagnosis .lead{font-weight:650;color:#263f55}
.v134-local-flow{margin-top:8px}

/* 모든 문의 박스를 같은 계열로 통일 */
.v133-floating-contact{width:112px;border:0;border-radius:16px;box-shadow:0 16px 42px rgba(10,35,66,.22)}
.v133-floating-contact a{min-height:76px;border:0!important;color:#fff}
.v133-floating-contact a.phone{background:#0a2342}
.v133-floating-contact a.sms{background:#1261a6}
.v133-floating-contact a.trial{background:#f0c75e;color:#0a2342}
.v133-floating-contact a.phone span,.v133-floating-contact a.sms span{color:#cfe1ef}
.v133-floating-contact a.phone strong,.v133-floating-contact a.sms strong{color:#fff}
.v133-floating-contact a.trial span,.v133-floating-contact a.trial strong{color:#0a2342}
.v133-floating-contact a:hover{filter:brightness(1.04);transform:translateX(-3px)}
.v133-floating-contact strong{font-size:12.5px}


/* 페이지 최하단 문의도 같은 비율 */
.v11-bottom-actions{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;min-width:0;width:min(100%,520px)}
.v11-bottom-actions a,.v11-bottom-actions a.primary{grid-column:auto!important;height:50px;border:0;font-size:12px;font-weight:850}
.v11-bottom-actions a:nth-child(1){background:#fff;color:#0a2342}
.v11-bottom-actions a:nth-child(2){background:#1261a6;color:#fff}
.v11-bottom-actions a:nth-child(3){background:#f0c75e!important;color:#0a2342!important}

/* 모바일 하단 고정 문의는 3등분 */
.v11-mobile-bar{grid-template-columns:repeat(3,minmax(0,1fr));height:62px}
.v11-mobile-bar a{border-right:0;font-size:12px;font-weight:850}
.v11-mobile-bar a:nth-child(1){background:#0a2342;color:#fff}
.v11-mobile-bar a:nth-child(2){background:#1261a6;color:#fff}
.v11-mobile-bar a:nth-child(3){background:#f0c75e;color:#0a2342}

@media(max-width:1080px){
  .v11-course-grid.compact{grid-template-columns:repeat(3,minmax(0,1fr))}
}

@media(max-width:820px){
  .v11-course-grid.compact{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}
  .v11-course-grid.compact a{min-height:164px;padding:15px}
  .v11-course-grid.compact h3{font-size:16px}
  .v11-course-grid.compact p{font-size:11.5px}
  .v133-floating-contact{display:none}
}

@media(max-width:600px){
  body{padding-bottom:72px}
  .v11-container,.content-wrap{width:calc(100% - 36px);max-width:100%}

  /* 지역 과정은 모바일 2칸 고정 */
  .v11-course-grid.compact{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important;margin-bottom:30px}
  .v11-course-grid.compact a{min-height:170px!important;padding:14px 12px!important;border-radius:12px}
  .v11-course-grid.compact a>span{font-size:8px}
  .v11-course-grid.compact h3{margin:8px 0 5px;font-size:14px!important;line-height:1.38;word-break:keep-all;overflow-wrap:break-word}
  .v11-course-grid.compact p{display:-webkit-box!important;-webkit-box-orient:vertical;-webkit-line-clamp:3!important;overflow:hidden;min-height:55px!important;font-size:10.8px!important;line-height:1.55!important}
  .v11-course-grid.compact em{padding-top:7px;font-size:9.5px}

  /* 진단/학습 흐름: 좌우 여백과 읽기 비율 */
  .v13-detail-body{padding-top:38px}
  .v134-diagnosis h2{font-size:22px!important;line-height:1.38}
  .v134-diagnosis p,.v134-diagnosis .lead{font-size:13.5px!important;line-height:1.76!important}
  .v134-local-flow{margin-top:0}
  .v134-local-flow>div{padding:11px 0}


  /* 최하단 상담 영역 3칸 정렬 */
  .v11-bottom-cta{padding:40px 0}
  .v11-bottom-actions{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:6px;width:100%;max-width:none}
  .v11-bottom-actions a,.v11-bottom-actions a.primary{width:100%;height:44px!important;padding:0 4px;font-size:10.8px;border-radius:9px;white-space:nowrap}
  .v11-mobile-bar{height:62px;grid-template-columns:repeat(3,minmax(0,1fr))!important}
  .v11-mobile-bar a{font-size:11px!important;white-space:nowrap;padding:0 3px}
}

@media(max-width:390px){
  .v11-container,.content-wrap{width:calc(100% - 32px)}
  .v11-course-grid.compact{gap:7px!important}
  .v11-course-grid.compact a{min-height:166px!important;padding:13px 10px!important}
  .v11-course-grid.compact h3{font-size:13.5px!important}
  .v11-course-grid.compact p{font-size:10.4px!important;min-height:52px!important}
  .v11-bottom-actions a,.v11-bottom-actions a.primary{font-size:10.2px}
  .v11-mobile-bar a{font-size:10.5px!important}
}


/* =========================================================
   v13.5 RESPONSIVE CLEAN + UNIFIED COURSES
   PC/mobile layout separation, working filters, floating contact
   ========================================================= */

/* 홈 과정: 제목/분류/전체 과정을 하나의 정렬된 영역으로 통합 */
.v135-course-head{display:grid;grid-template-columns:minmax(0,1fr) minmax(430px,.9fr);gap:44px;align-items:end;margin-bottom:28px;padding-bottom:26px;border-bottom:1px solid var(--line)}
.v135-course-title h2{margin:0;color:var(--navy);font-size:clamp(34px,4vw,48px);line-height:1.22;letter-spacing:-.045em}
.v135-course-title p{max-width:620px;margin:15px 0 0;color:var(--muted);font-size:13.5px;line-height:1.8}
.v135-course-filter{justify-content:flex-end;align-content:flex-end}
.v135-course-filter button{min-height:38px;padding:8px 14px;border-radius:999px;transition:.18s}
.v135-course-filter button:hover{border-color:#aebfcb;background:#f7fafc}
.v135-course-filter button.is-active{background:var(--navy);border-color:var(--navy);color:#fff;box-shadow:0 7px 18px rgba(10,35,66,.12)}
.v135-course-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;align-items:stretch}
.v135-course-grid a{min-height:196px!important;padding:21px!important}
.v135-course-grid p{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;min-height:66px!important;font-size:12.5px;line-height:1.65}
.v135-course-grid em{padding-top:14px;margin-top:auto}
.v135-course-grid [hidden]{display:none!important}

/* 학습 방식 제목은 화면 폭이 줄어도 겹치지 않도록 */
.v11-method .v11-section-head h2{font-size:clamp(34px,4vw,48px);line-height:1.25;word-break:keep-all;overflow-wrap:normal}
.v11-method .v11-section-head{align-items:end}

/* PC 우측 문의는 스크롤 시 뷰포트를 따라 움직임 */
@media(min-width:821px){
  .v133-floating-contact{display:flex!important;position:fixed!important;right:18px!important;top:50%!important;bottom:auto!important;transform:translateY(-50%)!important;z-index:999!important;flex-direction:column;will-change:transform;isolation:isolate}
}


/* FAQ 긴 답변 가독성 */
.v11-faq-answer p{max-width:820px;white-space:normal}

@media(max-width:1080px){
  .v135-course-head{grid-template-columns:1fr;gap:20px;align-items:start}
  .v135-course-filter{justify-content:flex-start}
  .v135-course-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
}

@media(max-width:820px){
  .v135-course-section{padding:66px 0}
  .v135-course-head{margin-bottom:22px;padding-bottom:20px}
  .v135-course-title h2{font-size:34px}
  .v135-course-title p{font-size:13px}
  .v135-course-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}
  .v135-course-grid a{min-height:180px!important;padding:17px!important;border-radius:13px}
  .v135-course-grid h3{font-size:17px;line-height:1.35}
  .v135-course-grid p{min-height:60px!important;font-size:11.5px;-webkit-line-clamp:3}
  .v11-method .v11-section-head h2{font-size:34px;line-height:1.28}
  .v11-method .v11-section-head h2 br{display:none}
  .v133-floating-contact{display:none!important}
}

@media(max-width:600px){
  body{padding-bottom:70px}
  .v11-container,.content-wrap{width:calc(100% - 32px)}
  .v135-course-section{padding:52px 0}
  .v135-course-head{gap:17px;margin-bottom:18px;padding-bottom:18px}
  .v135-course-title h2{font-size:29px;line-height:1.3;letter-spacing:-.04em}
  .v135-course-title h2 br{display:none}
  .v135-course-title p{margin-top:10px;font-size:12.5px;line-height:1.72}
  .v135-course-filter{display:flex;flex-wrap:nowrap;gap:7px;max-width:100%;overflow-x:auto;padding:1px 1px 7px;scrollbar-width:none;-webkit-overflow-scrolling:touch}
  .v135-course-filter::-webkit-scrollbar{display:none}
  .v135-course-filter button{flex:0 0 auto;min-height:36px;padding:7px 12px;font-size:10.5px;white-space:nowrap}
  .v135-course-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important}
  .v135-course-grid a{min-height:170px!important;padding:14px 12px!important}
  .v135-course-grid a>span{font-size:8px}
  .v135-course-grid h3{margin:8px 0 6px;font-size:14px!important;line-height:1.4;word-break:keep-all}
  .v135-course-grid p{min-height:54px!important;font-size:10.7px!important;line-height:1.55!important;-webkit-line-clamp:3!important}
  .v135-course-grid em{font-size:9.5px;padding-top:8px}

  .v11-method{padding:58px 0}
  .v11-method .v11-section-head{gap:10px;margin-bottom:24px}
  .v11-method .v11-section-head h2{font-size:28px!important;line-height:1.32!important;letter-spacing:-.04em}
  .v11-method .v11-section-head h2 br{display:none!important}
  .v11-method .v11-section-head>p{font-size:12.5px;line-height:1.7}
  .v11-method-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
  .v11-method-grid>div{min-height:155px;padding:17px 14px;border-radius:13px}
  .v11-method-grid b{margin-bottom:16px;font-size:9.5px}
  .v11-method-grid strong{font-size:15px;line-height:1.4}
  .v11-method-grid p{font-size:11.5px;line-height:1.65}

  .v11-faq{padding:58px 0}
  .v11-faq-head{margin-bottom:20px}
  .v11-faq-head h2{font-size:31px}
  .v11-faq-list summary{min-height:66px;padding:15px 0;gap:12px}
  .v11-faq-list summary span{font-size:13.5px;line-height:1.5}
  .v11-faq-answer{padding:0 20px 20px 0}
  .v11-faq-answer p{font-size:12.5px;line-height:1.82}

  .v11-mobile-bar{display:grid!important;position:fixed!important;left:0;right:0;bottom:0;z-index:999!important;height:62px;grid-template-columns:repeat(3,minmax(0,1fr))!important;box-shadow:0 -8px 24px rgba(10,35,66,.12)}
}

@media(max-width:390px){
  .v11-container,.content-wrap{width:calc(100% - 28px)}
  .v135-course-title h2{font-size:27px}
  .v135-course-grid{gap:7px!important}
  .v135-course-grid a{min-height:166px!important;padding:13px 10px!important}
  .v135-course-grid h3{font-size:13.5px!important}
  .v135-course-grid p{font-size:10.3px!important}
  .v11-method .v11-section-head h2{font-size:26px!important}
  .v11-method-grid>div{min-height:150px;padding:15px 12px}
}

/* v13.6 BRIGHT RESPONSIVE + LOCAL KEYWORD CLEANUP */
:root{--navy:#28445f;--navy-2:#355d7d;--blue:#5c8fbb;--blue-soft:#edf6fb;--text:#273b4b;--muted:#667986;--line:#e3ebf0;--surface:#f9fbfc;--surface-2:#f2f7fa;--shadow:0 16px 42px rgba(65,94,119,.08)}
body{background:#fff;color:var(--text)}
.v11-header{background:rgba(255,255,255,.98);border-bottom-color:#e7edf1}.v11-brand-mark{background:#6f9bbd}.v11-header-cta{background:#6e99bc}.v11-header-cta:hover{background:#5d88aa}
.v11-hero{background:linear-gradient(180deg,#fff 0%,#f8fbfd 100%)}.v11-hero-copy h1 em{color:#5c8fbb}.v11-hero-actions a.primary,.v11-detail-actions a.primary{background:#6e99bc;border-color:#6e99bc}.v11-hero-keywords span{background:#f0f6f9;color:#637a8b}
.v11-focus,.v11-course-section,.v11-reviews,.v11-local-reviews{background:#fff}.v11-method{background:linear-gradient(180deg,#f8fbfd 0%,#f3f8fb 100%)}.v11-method-grid>div{background:rgba(255,255,255,.97);border-color:#e0eaf0;box-shadow:0 8px 24px rgba(79,111,137,.045)}.v11-method-grid b{color:#8aa8bd}
.v135-course-filter button.is-active{background:#6e99bc;border-color:#6e99bc;box-shadow:none}.v135-course-filter button:hover{background:#f2f7fa;border-color:#cbdbe5}
.v12-course-methods{background:#f2f7fa!important;color:var(--text)!important;border:1px solid #dfe9ef!important}.v12-course-methods>span{color:#6d99ba!important}.v12-course-methods h3{color:#304d64!important}.v12-course-methods>div{border-top-color:#dbe6ed!important}.v12-course-methods b{background:#fff!important;color:#5e86a5!important;border:1px solid #dce7ee}.v12-course-methods p{color:#526a7b!important}
.v11-trial{background:#edf6fb;color:#30485b;border-top:1px solid #e0ebf1;border-bottom:1px solid #e0ebf1}.v11-trial .v11-kicker.light{color:#6e99b8}.v11-trial p{color:#617786}.v11-trial-actions a{background:#fff;border-color:#d3e1e9;color:#35546b}.v11-trial-actions a.primary{background:#7ea5c2;border-color:#7ea5c2;color:#fff}
.v133-floating-contact{background:#fff;border:1px solid #e1e9ef!important;box-shadow:0 14px 36px rgba(66,91,112,.13)!important}.v133-floating-contact a{color:#38546a!important;border-bottom:1px solid #edf1f4!important}.v133-floating-contact a.phone{background:#fff!important}.v133-floating-contact a.sms{background:#eef6fb!important}.v133-floating-contact a.trial{background:#fff6d9!important;color:#4b5861!important}.v133-floating-contact a span,.v133-floating-contact a strong{color:inherit!important}
.v11-mobile-bar{background:#fff!important;border-top:1px solid #dfe8ee!important;box-shadow:0 -7px 22px rgba(61,87,108,.1)!important}.v11-mobile-bar a{color:#3e5a6e!important;border-right:1px solid #e8eef2!important}.v11-mobile-bar a:nth-child(1){background:#fff!important}.v11-mobile-bar a:nth-child(2){background:#eef6fb!important}.v11-mobile-bar a:nth-child(3){background:#fff6d9!important}
[class*="course-contact"],.v134-contact{display:none!important}
.v11-method .v11-section-head{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(290px,390px)!important;gap:54px!important;align-items:end!important}.v11-method .v11-section-head h2{position:relative!important;display:block!important;margin:0!important;max-width:650px!important;font-size:clamp(34px,4vw,47px)!important;line-height:1.28!important;letter-spacing:-.04em!important;white-space:normal!important;word-break:keep-all!important;overflow-wrap:normal!important}.v11-method .v11-section-head>p{position:relative!important;margin:0!important;line-height:1.8!important}
@media(max-width:820px){.v11-method .v11-section-head{display:block!important}.v11-method .v11-section-head h2{max-width:none!important;font-size:32px!important;line-height:1.35!important}.v11-method .v11-section-head h2 br{display:none!important}.v11-method .v11-section-head>p{margin-top:14px!important;max-width:600px!important}}
@media(max-width:600px){.v11-method{padding:52px 0!important}.v11-method .v11-section-head{display:block!important;margin:0 0 22px!important;padding:0!important;min-height:0!important;height:auto!important;overflow:visible!important}.v11-method .v11-section-head>div{display:block!important;min-width:0!important;width:100%!important}.v11-method .v11-section-head h2{display:block!important;width:100%!important;max-width:100%!important;margin:0!important;padding:0!important;font-size:26px!important;line-height:1.42!important;letter-spacing:-.035em!important;white-space:normal!important;word-break:keep-all!important;overflow:visible!important;text-overflow:clip!important}.v11-method .v11-section-head h2 br{display:none!important}.v11-method .v11-section-head>p{display:block!important;width:100%!important;margin:12px 0 0!important;padding:0!important;font-size:12.5px!important;line-height:1.75!important;white-space:normal!important}.v11-method-grid{grid-template-columns:1fr!important;gap:9px!important}.v11-method-grid>div{display:grid!important;grid-template-columns:36px minmax(0,1fr)!important;gap:2px 12px!important;min-height:0!important;padding:16px 17px!important}.v11-method-grid b{grid-row:1/3!important;margin:0!important;padding-top:2px!important}.v11-method-grid strong{margin:0 0 3px!important;font-size:15.5px!important}.v11-method-grid p{font-size:11.8px!important;line-height:1.65!important}.v12-course-methods{padding:18px!important}.v12-course-methods h3{font-size:19px!important;line-height:1.4!important}.v12-course-methods>div{grid-template-columns:27px minmax(0,1fr)!important;gap:10px!important}.v12-course-methods p{font-size:13px!important;line-height:1.75!important}}


/* v13.7 VIBRANT READABLE COLORS + MOBILE TITLE FIX */
:root{--navy:#183b63;--navy-2:#27507d;--blue:#2f7ed3;--blue-soft:#eef6ff;--text:#203547;--muted:#5f7486;--line:#d9e5ef;--surface:#f8fbff;--surface-2:#eef5fb;--shadow:0 18px 44px rgba(24,59,99,.09)}
.v11-header{background:rgba(255,255,255,.985)!important;border-bottom-color:#e4edf5!important}
.v11-brand-mark,.v11-header-cta,.v11-hero-actions a.primary,.v11-detail-actions a.primary,.v135-course-filter button.is-active{background:var(--navy)!important;border-color:var(--navy)!important;color:#fff!important}
.v11-header-cta:hover,.v11-hero-actions a.primary:hover,.v11-detail-actions a.primary:hover{background:var(--navy-2)!important}
.v11-kicker,.section-kicker,.v11-featured-courses span,.v11-course-grid a>span,.v11-review-grid span,.v11-local-review-grid span{color:var(--blue)!important}
.v11-hero{background:linear-gradient(180deg,#fbfdff 0%,#f2f8ff 100%)!important}
.v11-hero-copy h1,.v11-section-head h2,.v11-faq-head h2,.v11-focus-grid strong{color:var(--navy)!important}
.v11-hero-copy h1 em{color:var(--blue)!important}
.v11-hero-keywords span{background:#edf5ff!important;color:#4d6b86!important}
.v11-method{background:linear-gradient(180deg,#f7fbff 0%,#edf5fc 100%)!important}
.v11-method-grid>div,.v11-course-grid a,.v11-featured-courses a,.v11-review-grid article,.v11-local-review-grid article,.v11-region-finder,.v11-hero-card{border-color:var(--line)!important;box-shadow:var(--shadow)}
.v11-trial{background:linear-gradient(180deg,#eef6ff 0%,#e6f1ff 100%)!important;border-top:1px solid #d7e6f5!important;border-bottom:1px solid #d7e6f5!important}
.v11-trial-actions a{background:#fff!important;border-color:#cddfed!important;color:var(--navy)!important}
.v11-trial-actions a.primary{background:var(--blue)!important;border-color:var(--blue)!important;color:#fff!important}
.v133-floating-contact{background:#fff!important;border:1px solid #d8e4ef!important;box-shadow:0 18px 42px rgba(24,59,99,.18)!important}
.v133-floating-contact a{border-bottom:1px solid #e8eff5!important;transition:.18s ease!important}
.v133-floating-contact a.phone{background:#183b63!important;color:#fff!important}
.v133-floating-contact a.sms{background:#2f7ed3!important;color:#fff!important}
.v133-floating-contact a.trial{background:#ffca55!important;color:#183b63!important}
.v133-floating-contact a.phone span,.v133-floating-contact a.sms span{color:#dbe9f7!important}
.v133-floating-contact a.phone strong,.v133-floating-contact a.sms strong{color:#fff!important}
.v133-floating-contact a.trial span,.v133-floating-contact a.trial strong{color:#183b63!important}
.v133-floating-contact a:hover{filter:brightness(1.03)!important;transform:translateX(-3px)!important}
.v11-bottom-actions a:nth-child(1),.v11-mobile-bar a:nth-child(1){background:#183b63!important;color:#fff!important}
.v11-bottom-actions a:nth-child(2),.v11-mobile-bar a:nth-child(2){background:#2f7ed3!important;color:#fff!important}
.v11-bottom-actions a:nth-child(3),.v11-mobile-bar a:nth-child(3){background:#ffca55!important;color:#183b63!important}
.v11-mobile-bar{border-top:1px solid #d8e4ef!important;box-shadow:0 -10px 24px rgba(24,59,99,.14)!important}
.v11-method .v11-section-head>div{min-width:0!important}
.v11-method .v11-section-head h2 span{display:block}
@media(max-width:820px){.v11-method .v11-section-head h2{font-size:31px!important;line-height:1.36!important;letter-spacing:-.035em!important}}
@media(max-width:600px){.v11-method .v11-section-head,.v11-method .v11-section-head.narrow{display:block!important;gap:0!important}.v11-method .v11-section-head>div{display:block!important;max-width:100%!important}.v11-method .v11-section-head h2{display:block!important;width:100%!important;max-width:100%!important;font-size:24px!important;line-height:1.42!important;letter-spacing:-.03em!important;white-space:normal!important;word-break:keep-all!important;overflow-wrap:anywhere!important}.v11-method .v11-section-head h2 span{display:block!important}.v11-method .v11-section-head>p{margin-top:12px!important}.v11-method-grid{grid-template-columns:1fr!important}.v11-method-grid>div{min-height:auto!important}}
@media(max-width:390px){.v11-method .v11-section-head h2{font-size:22px!important;line-height:1.44!important}}


/* v13.9 ALL MANUAL REVIEWS */
.v11-review-grid{align-items:stretch}
.v11-review-grid article{height:100%}
@media(max-width:1180px){.v11-review-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}
@media(max-width:980px){.v11-review-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:720px){.v11-review-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:480px){.v11-review-grid{grid-template-columns:1fr}}
