:root {
  --blue: #1939b8;
  --navy: #091b66;
  --navy-2: #061345;
  --orange: #ff970f;
  --orange-dark: #ec7900;
  --ink: #11182b;
  --muted: #626b7f;
  --line: #e0e5f0;
  --soft: #f6f8fc;
  --blue-soft: #edf1ff;
  --white: #fff;
  --shadow: 0 22px 60px rgba(15, 32, 103, .14);
  --radius: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Inter, Montserrat, "Segoe UI", Arial, sans-serif; -webkit-font-smoothing: antialiased; }
body, button, input, select, textarea { font: inherit; }
img { display: block; max-width: 100%; }
a { color: inherit; }
.shell { width: min(1180px, calc(100% - 42px)); margin-inline: auto; }

.topbar { color: #e8edff; background: var(--navy); font-size: .74rem; font-weight: 700; }
.topbar-inner { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.topbar-links { display: flex; gap: 22px; }
.topbar a { display: inline-flex; align-items: center; gap: 7px; text-decoration: none; }
.topbar a:hover { color: #ffc463; }
.icon { width: 1.2em; height: 1.2em; flex: 0 0 auto; }

.site-header { position: sticky; z-index: 50; top: 0; background: rgba(255,255,255,.95); border-bottom: 1px solid rgba(9,27,102,.08); backdrop-filter: blur(14px); }
.header-inner { min-height: 86px; display: flex; align-items: center; gap: 25px; }
.logo { width: 128px; flex: 0 0 auto; }
.logo img { width: 100%; height: 60px; object-fit: contain; object-position: left center; }
.desktop-nav { display: flex; align-items: center; justify-content: center; gap: clamp(15px, 2vw, 28px); margin-left: auto; }
.desktop-nav a { position: relative; padding: 31px 0 28px; color: #30374b; font-size: .77rem; font-weight: 800; text-decoration: none; }
.desktop-nav a::after { content: ""; position: absolute; right: 0; bottom: 20px; left: 0; height: 3px; background: var(--orange); border-radius: 3px; transform: scaleX(0); transition: transform .2s ease; }
.desktop-nav a:hover, .desktop-nav a.active { color: var(--blue); }
.desktop-nav a:hover::after, .desktop-nav a.active::after { transform: scaleX(1); }
.menu-button { display: none; width: 46px; height: 46px; margin-left: auto; place-items: center; color: var(--blue); background: var(--blue-soft); border: 0; border-radius: 12px; cursor: pointer; }
.mobile-nav { display: none; position: absolute; z-index: 60; top: 73px; right: 14px; left: 14px; padding: 12px; background: var(--white); border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--shadow); }
.mobile-nav.open { display: grid; }
.mobile-nav a { padding: 13px 14px; color: var(--navy); border-radius: 9px; font-size: .86rem; font-weight: 800; text-decoration: none; }
.mobile-nav a:hover, .mobile-nav a.active { background: var(--blue-soft); }
.mobile-nav a:last-child { margin-top: 5px; color: var(--white); background: var(--orange); text-align: center; }

.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 0 22px; border: 2px solid transparent; border-radius: 12px; font-size: .84rem; font-weight: 900; text-decoration: none; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 43px; padding-inline: 16px; font-size: .73rem; }
.button-blue { color: var(--white); background: var(--blue); box-shadow: 0 13px 28px rgba(25,57,184,.24); }
.button-blue:hover { background: var(--navy); box-shadow: 0 17px 34px rgba(25,57,184,.31); }
.button-orange { color: var(--white); background: var(--orange); box-shadow: 0 12px 26px rgba(255,151,15,.25); }
.button-orange:hover { background: var(--orange-dark); }
.button-outline { color: var(--white); border-color: rgba(255,255,255,.35); background: transparent; }
.button-outline:hover { background: rgba(255,255,255,.1); border-color: var(--white); }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--blue); font-size: .86rem; font-weight: 900; text-decoration: none; }
.text-link:hover { color: var(--orange-dark); }
.eyebrow { margin: 0 0 16px; color: var(--blue); font-size: .73rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow::before { content: ""; display: inline-block; width: 24px; height: 3px; margin: 0 10px 3px 0; background: var(--orange); border-radius: 999px; }
.eyebrow-light { color: #cfd8ff; }

.home-hero { position: relative; padding: clamp(70px,9vw,125px) 0 88px; background: radial-gradient(circle at 7% 18%, rgba(255,151,15,.14) 0 9rem, transparent 9.1rem), radial-gradient(circle at 91% 86%, rgba(25,57,184,.1) 0 14rem, transparent 14.1rem), linear-gradient(180deg,#fff,#f7f9fd); overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: minmax(0,1.03fr) minmax(400px,.97fr); gap: clamp(48px,7vw,92px); align-items: center; }
.hero-copy h1, .page-hero h1 { margin: 0; color: var(--navy); font-size: clamp(3.1rem,6.2vw,6.05rem); line-height: .94; letter-spacing: -.065em; }
.hero-copy h1 span, .page-hero h1 span, .section-heading h2 span { color: var(--orange); }
.hero-lead { max-width: 650px; margin: 27px 0 0; color: var(--muted); font-size: clamp(1rem,1.5vw,1.14rem); line-height: 1.72; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 23px; margin-top: 31px; }
.hero-points { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 34px; }
.hero-points span { display: inline-flex; align-items: center; gap: 7px; padding: 8px 11px; color: #43506c; background: rgba(255,255,255,.82); border: 1px solid var(--line); border-radius: 9px; font-size: .72rem; font-weight: 750; }
.hero-points .icon { color: var(--orange-dark); }
.hero-visual { position: relative; min-height: 510px; }
.visual-dots { position: absolute; top: -22px; right: -22px; width: 145px; height: 145px; opacity: .3; background-image: radial-gradient(var(--blue) 2px,transparent 2px); background-size: 15px 15px; }
.visual-main { position: absolute; inset: 35px 32px 42px 52px; z-index: 2; padding: 18px; background: var(--white); border-radius: 30px; box-shadow: var(--shadow); transform: rotate(2deg); }
.visual-main::before { content: ""; position: absolute; z-index: -1; inset: 20px -28px -28px 32px; background: var(--blue); border-radius: 30px; }
.visual-top { min-height: 38px; display: flex; align-items: center; justify-content: space-between; color: var(--navy); font-size: .75rem; font-weight: 900; }
.visual-top b { padding: 5px 9px; color: var(--white); background: var(--orange); border-radius: 999px; font-size: .62rem; letter-spacing: .07em; }
.visual-main img { width: 100%; height: 285px; object-fit: cover; border-radius: 19px; }
.visual-caption { display: grid; gap: 5px; padding: 18px 5px 5px; }
.visual-caption strong { color: var(--navy); font-size: 1.02rem; }
.visual-caption span { color: var(--muted); font-size: .75rem; }
.floating { position: absolute; z-index: 4; display: flex; align-items: center; gap: 10px; padding: 12px 14px; background: var(--white); border: 1px solid #edf0f7; border-radius: 14px; box-shadow: 0 12px 32px rgba(15,32,103,.13); }
.floating.one { top: 82px; left: -8px; }
.floating.two { right: -3px; bottom: 58px; }
.floating-icon { display: grid; width: 41px; height: 41px; place-items: center; color: var(--white); background: var(--blue); border-radius: 11px; }
.floating-icon.orange { color: var(--navy); background: var(--orange); }
.floating small, .floating strong { display: block; }
.floating small { margin-bottom: 3px; color: #8a91a3; font-size: .61rem; text-transform: uppercase; }
.floating strong { color: var(--navy); font-size: .73rem; }
.visual-pill { position: absolute; z-index: 3; padding: 8px 12px; color: var(--navy); background: #ffc45a; border-radius: 9px; font-size: .66rem; font-weight: 900; }
.visual-pill.one { top: 27px; left: 23%; transform: rotate(-7deg); }
.visual-pill.two { right: 0; top: 168px; color: var(--white); background: var(--blue); transform: rotate(6deg); }

.trust-strip { color: var(--white); background: var(--navy); }
.trust-grid { display: grid; grid-template-columns: repeat(3,1fr); }
.trust-grid div { position: relative; min-height: 175px; padding: 37px clamp(24px,4vw,49px); border-right: 1px solid rgba(255,255,255,.12); }
.trust-grid div:last-child { border-right: 0; }
.trust-grid b { position: absolute; top: 22px; right: 27px; color: rgba(255,255,255,.09); font-size: 3.1rem; }
.trust-grid strong { position: relative; display: block; max-width: 230px; font-size: .98rem; line-height: 1.35; }
.trust-grid p { position: relative; margin: 11px 0 0; color: #bcc7ef; font-size: .78rem; line-height: 1.55; }

.section { padding: clamp(80px,10vw,132px) 0; }
.section-soft { background: var(--soft); }
.section-blue { position: relative; color: var(--white); background: var(--blue); overflow: hidden; }
.section-blue::before { content: ""; position: absolute; top: -170px; right: -95px; width: 375px; height: 375px; border: 68px solid rgba(255,255,255,.05); border-radius: 50%; }
.section-heading { margin-bottom: 46px; }
.section-heading h2, .content-copy h2, .visit-copy h2, .form-panel h2 { margin: 0; color: var(--navy); font-size: clamp(2.05rem,4.1vw,4rem); line-height: 1.04; letter-spacing: -.052em; }
.split-heading { display: grid; grid-template-columns: minmax(0,1.14fr) minmax(280px,.56fr); gap: 75px; align-items: end; }
.split-heading > p, .split-heading .heading-side p { margin: 0; color: var(--muted); font-size: .92rem; line-height: 1.7; }
.split-heading .text-link { margin-top: 18px; }
.center-heading { max-width: 760px; margin-right: auto; margin-left: auto; text-align: center; }

.course-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 23px; }
.course-card { display: flex; min-width: 0; flex-direction: column; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 8px 26px rgba(16,34,100,.06); overflow: hidden; transition: transform .25s ease, box-shadow .25s ease; }
.course-card:hover { box-shadow: var(--shadow); transform: translateY(-6px); }
.course-image { height: 215px; background: var(--blue-soft); overflow: hidden; }
.course-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.course-card:hover .course-image img { transform: scale(1.045); }
.course-body { display: flex; flex: 1; flex-direction: column; padding: 24px; }
.tag { width: fit-content; display: inline-flex; padding: 6px 9px; color: var(--blue); background: var(--blue-soft); border-radius: 7px; font-size: .61rem; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }
.course-body h3 { margin: 13px 0 8px; color: var(--navy); font-size: 1.18rem; line-height: 1.24; letter-spacing: -.025em; }
.course-body p { margin: 0 0 18px; color: var(--muted); font-size: .78rem; line-height: 1.64; }
.course-meta { display: flex; align-items: center; gap: 8px; margin-top: auto; padding-top: 16px; color: #6a7285; border-top: 1px solid var(--line); font-size: .7rem; font-weight: 750; }
.course-meta .icon { color: var(--orange-dark); }
.course-body .text-link { margin-top: 16px; font-size: .74rem; }

.why-grid { position: relative; display: grid; grid-template-columns: minmax(350px,.9fr) minmax(0,1fr); gap: clamp(58px,8vw,105px); align-items: center; }
.why-visual { position: relative; min-height: 470px; display: grid; place-items: center; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.12); border-radius: 34px; overflow: hidden; }
.big-acb { color: rgba(255,255,255,.1); font-family: Georgia,serif; font-size: clamp(6rem,13vw,11rem); font-weight: 700; letter-spacing: -.12em; transform: translateX(-.08em); }
.why-card { position: absolute; right: 27px; bottom: 27px; left: 27px; display: grid; grid-template-columns: 48px 1fr; column-gap: 12px; padding: 17px; color: var(--navy); background: var(--white); border-radius: 16px; box-shadow: var(--shadow); }
.why-card .floating-icon { grid-row: span 2; }
.why-card strong { font-size: .88rem; }
.why-card span:last-child { margin-top: 4px; color: var(--muted); font-size: .71rem; }
.section-blue .content-copy h2 { color: var(--white); }
.content-copy > p:not(.eyebrow) { margin: 23px 0 0; color: var(--muted); font-size: .92rem; line-height: 1.76; }
.section-blue .content-copy > p:not(.eyebrow) { color: #d6ddfb; }
.check-list { display: grid; gap: 11px; margin: 27px 0 31px; }
.check-list span { display: flex; align-items: center; gap: 10px; color: var(--navy); font-size: .84rem; font-weight: 800; }
.section-blue .check-list span { color: #f6f7ff; }
.check-list .icon { padding: 4px; color: var(--navy); background: var(--orange); border-radius: 50%; }

.article-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 23px; }
.article-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; transition: transform .25s ease, box-shadow .25s ease; }
.article-card:hover { box-shadow: var(--shadow); transform: translateY(-5px); }
.article-image { height: 225px; overflow: hidden; }
.article-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.article-card:hover img { transform: scale(1.04); }
.article-body { padding: 23px; }
.article-body h3 { margin: 13px 0 8px; color: var(--navy); font-size: 1.06rem; line-height: 1.35; letter-spacing: -.02em; }
.article-body p { margin: 0; color: var(--muted); font-size: .76rem; line-height: 1.62; }
.article-body .text-link { margin-top: 16px; font-size: .73rem; }

.visit { padding: 0 0 clamp(82px,9vw,124px); }
.visit-grid { display: grid; grid-template-columns: 1.08fr .92fr; background: var(--soft); border-radius: 34px; overflow: hidden; }
.map-art { position: relative; min-height: 475px; display: block; background: linear-gradient(37deg,transparent 46%,rgba(255,255,255,.82) 47% 52%,transparent 53%), linear-gradient(-23deg,transparent 43%,rgba(255,255,255,.7) 44% 49%,transparent 50%), #e7ebf9; overflow: hidden; }
.map-grid { position: absolute; inset: 0; opacity: .38; background-image: linear-gradient(rgba(25,57,184,.22) 1px,transparent 1px), linear-gradient(90deg,rgba(25,57,184,.22) 1px,transparent 1px); background-size: 55px 55px; transform: rotate(7deg) scale(1.15); }
.map-pin { position: absolute; top: 42%; left: 48%; display: grid; width: 70px; height: 70px; place-items: center; color: var(--white); background: var(--orange); border: 9px solid rgba(255,255,255,.86); border-radius: 50% 50% 50% 10%; box-shadow: var(--shadow); transform: rotate(-45deg); }
.map-pin .icon { width: 28px; height: 28px; transform: rotate(45deg); }
.map-label { position: absolute; top: calc(42% + 80px); left: calc(48% - 10px); padding: 9px 12px; color: var(--navy); background: var(--white); border-radius: 9px; box-shadow: 0 10px 28px rgba(15,32,103,.12); font-size: .67rem; line-height: 1.35; }
.visit-copy { padding: clamp(40px,6vw,76px); }
.visit-copy > p:not(.eyebrow) { margin: 21px 0 28px; color: var(--muted); font-size: .88rem; line-height: 1.7; }
.contact-line { display: grid; grid-template-columns: 44px 1fr; gap: 13px; align-items: center; padding: 14px 0; border-top: 1px solid var(--line); text-decoration: none; }
.contact-line > span:first-child { display: grid; width: 44px; height: 44px; place-items: center; color: var(--white); background: var(--blue); border-radius: 12px; }
.contact-line small, .contact-line strong, .contact-line em { display: block; }
.contact-line small { margin-bottom: 3px; color: #8991a4; font-size: .61rem; font-style: normal; letter-spacing: .06em; text-transform: uppercase; }
.contact-line strong { color: var(--navy); font-size: .8rem; }
.contact-line em { margin-top: 3px; color: var(--muted); font-size: .7rem; font-style: normal; }

.cta { position: relative; padding: 76px 0; color: var(--white); background: var(--navy); overflow: hidden; }
.cta::before, .cta::after { content: ""; position: absolute; width: 185px; height: 185px; border: 35px solid rgba(255,255,255,.045); border-radius: 50%; }
.cta::before { top: -90px; left: -55px; } .cta::after { right: -70px; bottom: -105px; }
.cta-inner { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.cta h2 { margin: 0; font-size: clamp(1.95rem,3.6vw,3.4rem); line-height: 1.03; letter-spacing: -.045em; }
.cta p:not(.eyebrow) { max-width: 670px; margin: 15px 0 0; color: #cbd4f6; font-size: .86rem; line-height: 1.65; }
.cta-actions { display: flex; flex: 0 0 auto; gap: 11px; }

.page-hero { position: relative; padding: clamp(80px,10vw,132px) 0; color: var(--white); background: radial-gradient(circle at 95% 10%,rgba(255,151,15,.22) 0 11rem,transparent 11.1rem), linear-gradient(135deg,var(--blue),var(--navy) 78%); overflow: hidden; }
.page-hero::before { content: ""; position: absolute; inset: 0; opacity: .13; background-image: radial-gradient(#fff 1.5px,transparent 1.5px); background-size: 24px 24px; mask-image: linear-gradient(90deg,transparent 40%,#000); }
.page-hero-inner { position: relative; display: grid; grid-template-columns: minmax(0,1fr) 300px; gap: 65px; align-items: center; }
.page-hero h1 { max-width: 900px; color: var(--white); font-size: clamp(2.85rem,5.7vw,5.5rem); }
.page-hero p:not(.eyebrow) { max-width: 690px; margin: 25px 0 0; color: #dbe2ff; font-size: .98rem; line-height: 1.72; }
.page-mark { display: flex; align-items: flex-end; justify-content: center; gap: 4px; color: rgba(255,255,255,.1); font-family: Georgia,serif; font-size: 8rem; font-weight: 700; letter-spacing: -.18em; }
.page-mark span:nth-child(2) { color: rgba(255,151,15,.3); transform: translateY(-25px); }
.page-hero .button { margin-top: 28px; }

.story-grid, .teacher-grid, .contact-grid { display: grid; grid-template-columns: 1fr .82fr; gap: clamp(55px,8vw,105px); align-items: center; }
.principles { position: relative; display: grid; padding: 23px; color: var(--white); background: var(--blue); border-radius: 32px; box-shadow: var(--shadow); overflow: hidden; }
.principles::before { content: ""; position: absolute; top: -80px; right: -70px; width: 200px; height: 200px; border: 38px solid rgba(255,255,255,.07); border-radius: 50%; }
.principles div { position: relative; display: grid; grid-template-columns: 48px 1fr; column-gap: 14px; padding: 23px 17px; border-bottom: 1px solid rgba(255,255,255,.14); }
.principles div:last-child { border-bottom: 0; }
.principles b { grid-row: span 2; color: var(--orange); font-size: 1.5rem; }
.principles strong { font-size: .98rem; }
.principles p { margin: 6px 0 0; color: #d4dcfb; font-size: .73rem; line-height: 1.55; }
.three-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 21px; }
.info-card { position: relative; padding: 32px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); }
.info-icon { display: grid; width: 52px; height: 52px; place-items: center; color: var(--white); background: var(--blue); border-radius: 15px; }
.info-card > b { position: absolute; top: 23px; right: 28px; color: #e7eaf2; font-size: 2.7rem; }
.info-card h3 { margin: 22px 0 9px; color: var(--navy); font-size: 1.15rem; }
.info-card p { margin: 0; color: var(--muted); font-size: .78rem; line-height: 1.64; }
.values-grid { display: grid; grid-template-columns: .82fr 1fr; gap: 85px; align-items: start; }
.value-list { display: grid; gap: 17px; }
.value-row { display: grid; grid-template-columns: 52px 1fr; gap: 15px; padding: 20px; background: var(--soft); border-radius: 16px; }
.value-row .info-icon { width: 52px; height: 52px; background: var(--orange); }
.value-row strong { color: var(--navy); }
.value-row p { margin: 6px 0 0; color: var(--muted); font-size: .76rem; line-height: 1.6; }

.course-cloud-wrap { display: grid; grid-template-columns: .72fr 1fr; gap: clamp(52px,8vw,105px); align-items: center; }
.course-cloud { display: flex; flex-wrap: wrap; gap: 9px; }
.course-cloud span { display: inline-flex; align-items: center; gap: 7px; padding: 10px 12px; color: var(--navy); background: var(--white); border: 1px solid var(--line); border-radius: 10px; font-size: .71rem; font-weight: 800; }
.course-cloud .icon { color: var(--orange-dark); }
.steps-bar { display: grid; grid-template-columns: repeat(3,1fr); padding: 18px; color: var(--white); background: var(--navy); border-radius: var(--radius); }
.step { display: grid; grid-template-columns: 48px 1fr; gap: 15px; padding: 24px; border-right: 1px solid rgba(255,255,255,.13); }
.step:last-child { border-right: 0; }
.step > b { display: grid; width: 46px; height: 46px; place-items: center; color: var(--navy); background: var(--orange); border-radius: 13px; }
.step h3 { margin: 2px 0 8px; font-size: 1rem; }
.step p { margin: 0; color: #cbd4f6; font-size: .73rem; line-height: 1.55; }

.teacher-visual { position: relative; min-height: 445px; display: grid; place-items: center; background: #fff7ea; border-radius: 32px; }
.teacher-board { width: 76%; display: grid; gap: 10px; padding: 34px; color: var(--white); background: var(--blue); border: 11px solid var(--white); border-radius: 18px; box-shadow: var(--shadow); transform: rotate(-3deg); }
.teacher-board small { color: #afbcf0; font-size: .66rem; letter-spacing: .1em; text-transform: uppercase; }
.teacher-board strong { font-family: Georgia,serif; font-size: 1.4rem; font-weight: 500; }
.teacher-board::after { content: ""; width: 80%; height: 3px; margin-top: 14px; background: var(--orange); border-radius: 999px; }
.teacher-badge { position: absolute; right: 18px; bottom: 34px; display: inline-flex; align-items: center; gap: 9px; padding: 13px 15px; color: var(--navy); background: var(--white); border-radius: 12px; box-shadow: 0 12px 30px rgba(15,32,103,.14); font-size: .73rem; font-weight: 900; }
.four-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 17px; }

.contact-grid { grid-template-columns: .85fr 1.15fr; align-items: start; }
.contact-cards { display: grid; gap: 11px; margin-top: 26px; }
.contact-card { display: grid; grid-template-columns: 48px 1fr; gap: 13px; align-items: center; padding: 15px; background: var(--soft); border: 1px solid transparent; border-radius: 14px; text-decoration: none; transition: transform .2s ease, border-color .2s ease; }
.contact-card:hover { border-color: #cbd3ee; transform: translateX(3px); }
.contact-card .info-icon { width: 48px; height: 48px; border-radius: 13px; }
.contact-card small, .contact-card strong, .contact-card em { display: block; }
.contact-card small { margin-bottom: 4px; color: #8b92a4; font-size: .6rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.contact-card strong { color: var(--navy); font-size: .81rem; line-height: 1.42; }
.contact-card em { margin-top: 4px; color: var(--muted); font-size: .68rem; font-style: normal; }
.form-panel { padding: clamp(29px,5vw,52px); background: var(--soft); border-radius: 32px; }
.form-panel h2 { font-size: clamp(1.95rem,3.6vw,3.1rem); }
.contact-form { display: grid; gap: 16px; margin-top: 27px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.contact-form label { display: grid; gap: 7px; color: var(--navy); font-size: .7rem; font-weight: 800; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; color: var(--ink); background: var(--white); border: 1px solid #d9deec; border-radius: 11px; outline: none; }
.contact-form input, .contact-form select { height: 50px; padding: 0 14px; }
.contact-form textarea { padding: 14px; resize: vertical; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(25,57,184,.11); }
.contact-form .button { width: fit-content; border: 0; }
.contact-form > small { color: #7d8496; font-size: .65rem; }
.wide-map { min-height: 390px; border-radius: 32px; }
.map-address { position: absolute; right: 32px; bottom: 32px; display: grid; gap: 4px; max-width: 360px; padding: 19px; color: var(--navy); background: var(--white); border-radius: 15px; box-shadow: var(--shadow); }
.map-address small { color: var(--orange-dark); font-size: .63rem; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }
.map-address strong { font-size: .88rem; }
.map-address span { color: var(--muted); font-size: .7rem; }

.site-footer { padding: 68px 0 23px; color: #c8d1f2; background: var(--navy-2); }
.footer-grid { display: grid; grid-template-columns: 1.25fr .65fr 1fr; gap: 65px; padding-bottom: 46px; }
.footer-brand img { width: 128px; height: 68px; object-fit: contain; object-position: left; }
.footer-brand p { max-width: 355px; margin: 17px 0 22px; font-size: .8rem; line-height: 1.7; }
.social { display: flex; gap: 8px; }
.social a { display: grid; width: 39px; height: 39px; place-items: center; color: var(--white); background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.11); border-radius: 10px; text-decoration: none; }
.social a:hover { color: var(--navy); background: var(--orange); }
.footer-title { margin: 12px 0 22px; color: var(--white); font-size: .8rem; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.footer-links { display: grid; gap: 11px; }
.footer-links a { width: fit-content; font-size: .78rem; text-decoration: none; }
.footer-links a:hover { color: var(--orange); }
.footer-contact { display: grid; gap: 17px; }
.footer-contact a { display: grid; grid-template-columns: 24px 1fr; gap: 9px; font-size: .75rem; line-height: 1.58; text-decoration: none; }
.footer-contact .icon { color: var(--orange); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 23px; color: #8895c4; border-top: 1px solid rgba(255,255,255,.1); font-size: .66rem; }

.not-found { min-height: 65vh; display: grid; place-items: center; padding: 80px 0; text-align: center; }
.not-found b { display: block; color: var(--orange); font-size: clamp(5rem,15vw,10rem); line-height: .9; }
.not-found h1 { margin: 20px 0 10px; color: var(--navy); font-size: clamp(2rem,5vw,4rem); }
.not-found p { max-width: 560px; margin: 0 auto 27px; color: var(--muted); line-height: 1.7; }

a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid #ffc153; outline-offset: 4px; }

@media (max-width: 1060px) {
  .desktop-nav { gap: 13px; }
  .desktop-nav a { font-size: .68rem; }
  .desktop-virtual { display: none; }
  .hero-grid { grid-template-columns: 1fr 420px; gap: 40px; }
  .hero-copy h1 { font-size: clamp(3rem,6vw,4.7rem); }
  .course-grid { grid-template-columns: repeat(2,1fr); }
  .four-grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 860px) {
  .desktop-nav, .desktop-virtual { display: none; }
  .menu-button { display: grid; }
  .hero-grid, .why-grid, .visit-grid, .story-grid, .teacher-grid, .contact-grid, .values-grid, .course-cloud-wrap { grid-template-columns: 1fr; }
  .hero-copy { text-align: center; }
  .hero-lead { margin-inline: auto; }
  .hero-actions, .hero-points { justify-content: center; }
  .hero-visual { width: min(600px,100%); margin-inline: auto; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-grid div { min-height: 138px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.12); }
  .trust-grid div:last-child { border-bottom: 0; }
  .split-heading { grid-template-columns: 1fr; gap: 24px; }
  .why-visual, .teacher-visual { width: min(580px,100%); margin-inline: auto; }
  .visit-grid { width: min(670px,100%); }
  .map-art { min-height: 365px; }
  .cta-inner { flex-direction: column; align-items: flex-start; }
  .page-hero-inner { grid-template-columns: 1fr; }
  .page-mark { display: none; }
  .three-grid, .steps-bar { grid-template-columns: 1fr; }
  .step { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.13); }
  .step:last-child { border-bottom: 0; }
  .footer-grid { grid-template-columns: 1.2fr .8fr; }
  .footer-grid > div:last-child { grid-column: 1/-1; }
}

@media (max-width: 600px) {
  .shell { width: min(100% - 28px,1180px); }
  .topbar-inner > span, .topbar-links a:first-child { display: none; }
  .topbar-inner { justify-content: center; }
  .header-inner { min-height: 72px; }
  .logo { width: 106px; }
  .logo img { height: 52px; }
  .home-hero { padding-top: 63px; }
  .hero-copy h1, .page-hero h1 { font-size: clamp(2.65rem,14vw,4.15rem); }
  .hero-actions { display: grid; gap: 17px; }
  .hero-visual { min-height: 425px; }
  .visual-main { inset: 42px 10px 42px 12px; }
  .visual-main::before { inset: 17px -10px -18px 18px; }
  .visual-main img { height: 217px; }
  .floating.one { top: 21px; left: -2px; }
  .floating.two { right: -4px; bottom: 18px; }
  .visual-pill, .visual-dots { display: none; }
  .section { padding: 78px 0; }
  .section-heading h2, .content-copy h2, .visit-copy h2, .form-panel h2 { font-size: clamp(1.95rem,10vw,2.95rem); }
  .course-grid, .four-grid { grid-template-columns: 1fr; }
  .course-image { height: 222px; }
  .why-visual, .teacher-visual { min-height: 385px; }
  .big-acb { font-size: 7rem; }
  .article-grid { grid-template-columns: 1fr; }
  .visit-copy { padding: 35px 21px; }
  .cta-actions { width: 100%; display: grid; }
  .footer-grid { grid-template-columns: 1fr; gap: 34px; }
  .footer-grid > div:last-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; text-align: center; }
  .page-hero { padding: 73px 0; }
  .principles { padding: 12px; }
  .form-row { grid-template-columns: 1fr; }
  .form-panel { padding: 28px 19px; }
  .contact-form .button { width: 100%; }
  .wide-map { min-height: 425px; }
  .map-address { right: 15px; bottom: 15px; left: 15px; }
}

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