:root{--navy:#102a43;--ink:#20374d;--muted:#63788b;--blue:#9bc9eb;--sky:#eef6fb;--line:#dbe7ef;--white:#fff;--radius:24px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);font:16px/1.6 Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:#fbfdff}a{color:inherit}.shell{width:min(1120px,calc(100% - 40px));margin:auto}.site-header{position:sticky;top:0;z-index:4;background:rgba(251,253,255,.9);backdrop-filter:blur(14px);border-bottom:1px solid rgba(219,231,239,.7)}.nav-wrap{min-height:76px;display:flex;align-items:center;gap:28px}.brand{display:flex;align-items:center;gap:10px;text-decoration:none;color:var(--navy);font-size:15px;letter-spacing:-.02em}.brand-mark{display:grid;place-items:center;width:34px;height:34px;border-radius:11px;background:var(--navy);color:#fff;font-weight:800}.brand strong{font-weight:750}nav{display:flex;gap:24px;margin-left:auto}nav a,.footer-links a{font-size:14px;text-decoration:none;color:var(--muted)}nav a:hover,.footer-links a:hover{color:var(--navy)}.lang-switch{display:flex;padding:4px;border:1px solid var(--line);border-radius:12px}.lang{border:0;background:transparent;color:var(--muted);padding:5px 8px;border-radius:8px;font-size:12px;cursor:pointer}.lang.active{background:var(--navy);color:#fff}.hero{display:grid;grid-template-columns:1.15fr .85fr;gap:80px;align-items:center;min-height:610px;padding:88px 0}.hero-copy .eyebrow,.eyebrow{margin:0 0 14px;color:#5d94bd;text-transform:uppercase;letter-spacing:.12em;font-size:11px;font-weight:800}.hero h1{max-width:680px;margin:0;color:var(--navy);font-size:clamp(48px,6vw,82px);line-height:1.04;letter-spacing:-.065em}.lead{max-width:540px;margin:28px 0;color:var(--muted);font-size:20px}.actions{display:flex;gap:12px;flex-wrap:wrap}.button{border:0;border-radius:13px;padding:13px 20px;font:inherit;font-weight:700;text-decoration:none;cursor:pointer}.primary{background:var(--navy);color:#fff}.primary:hover{background:#1d4669}.secondary{background:#e8f3fb;color:#235277}.micro{font-size:13px;color:var(--muted);margin-top:24px}.hero-card{position:relative;overflow:hidden;min-height:390px;padding:36px;border-radius:32px;background:linear-gradient(145deg,#dff1fc,#f5faff 62%,#fff);box-shadow:0 24px 70px rgba(38,93,132,.14);display:flex;flex-direction:column;justify-content:flex-end}.orb{position:absolute;width:240px;height:240px;right:-38px;top:-35px;border-radius:50%;background:radial-gradient(circle at 35% 35%,#fff,rgba(169,215,241,.35) 55%,transparent 70%)}.hero-card strong{position:relative;max-width:260px;color:var(--navy);font-size:30px;line-height:1.12;letter-spacing:-.04em}.card-label,.card-line,.hero-card small{position:relative}.card-label{color:#6096bb;text-transform:uppercase;font-size:11px;font-weight:800;letter-spacing:.12em}.card-line{width:46px;height:2px;background:#79b6dc;margin:20px 0}.hero-card small{color:var(--muted)}.section{padding:102px 0}.tint{max-width:none;background:var(--sky)}.tint>.shell{width:min(1120px,calc(100% - 40px));margin:auto}.section-heading{margin-bottom:44px}.section h2{max-width:690px;margin:0;color:var(--navy);font-size:clamp(34px,4vw,54px);line-height:1.08;letter-spacing:-.055em}.feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.feature-grid article,.class-card{padding:26px;border:1px solid var(--line);background:#fff;border-radius:20px}.icon{color:#6da7ce;font-weight:800;font-size:12px}.feature-grid h3{font-size:18px;line-height:1.2;margin:34px 0 10px;color:var(--navy)}.feature-grid p,.contact-info p,.profile p,.schedule p{color:var(--muted);margin:0}.split{display:flex;justify-content:space-between;align-items:end;gap:30px}.note{max-width:360px;color:var(--muted);font-size:13px}.class-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}.class-card strong{display:block;font-size:30px;letter-spacing:-.04em;color:var(--navy)}.class-card span{display:block;margin-top:10px;font-size:14px}.class-card small{display:block;color:#9a6c42;margin-top:18px;font-size:11px}.profile{display:grid;grid-template-columns:240px 1fr;align-items:center;gap:60px;max-width:900px}.portrait-placeholder{height:240px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,#e1f2fc,#b9dcf0);color:var(--navy);font-size:54px;font-weight:800;letter-spacing:-.1em}.role{font-weight:700;color:#356a91!important;margin:18px 0 15px!important}.schedule{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:80px}.schedule-card{min-height:190px;padding:30px;border-radius:22px;background:#fff;border:1px solid var(--line);display:flex;flex-direction:column;justify-content:center}.schedule-dot{width:10px;height:10px;border-radius:50%;background:#e2a56e;margin-bottom:22px}.schedule-card strong{color:var(--navy);font-size:20px;line-height:1.3}.schedule-card small{color:var(--muted);margin-top:14px}.contact-grid{display:grid;grid-template-columns:.65fr 1.35fr;gap:70px}.contact-info{display:flex;flex-direction:column;gap:13px}.contact-info a{color:#2e6e9b;font-weight:700}.contact-info p{margin-top:20px}form{display:flex;flex-direction:column;gap:16px}label{display:flex;flex-direction:column;gap:6px;color:var(--navy);font-size:13px;font-weight:700}input,select,textarea{width:100%;border:1px solid var(--line);border-radius:12px;background:#fff;padding:12px 14px;color:var(--ink);font:inherit;font-size:15px}input:focus,select:focus,textarea:focus{outline:3px solid #cce8f8;border-color:#77afd1}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}.check{flex-direction:row;align-items:flex-start;font-weight:400;color:var(--muted);font-size:12px}.check input{width:auto;margin-top:4px}.form-status{min-height:24px;margin:0;color:#397255;font-size:13px}.footer{padding:38px 0;border-top:1px solid var(--line);background:#fff}.footer-wrap{display:grid;grid-template-columns:1fr auto;gap:16px}.footer p{margin:5px 0;color:var(--muted);font-size:13px}.footer-links{display:flex;gap:18px}.footer-todo{grid-column:1/-1;color:#a16e41!important;font-size:11px!important}@media(max-width:800px){nav{display:none}.hero{grid-template-columns:1fr;gap:36px;padding:64px 0}.hero-card{min-height:290px}.feature-grid{grid-template-columns:1fr 1fr}.class-grid{grid-template-columns:repeat(2,1fr)}.profile,.schedule,.contact-grid{grid-template-columns:1fr;gap:32px}.portrait-placeholder{width:180px;height:180px;font-size:40px}.section{padding:72px 0}.footer-wrap{grid-template-columns:1fr}.footer-links{flex-wrap:wrap}.footer-todo{grid-column:auto}}@media(max-width:480px){.shell,.tint>.shell{width:min(100% - 28px,1120px)}.nav-wrap{gap:10px}.brand{font-size:13px}.lang-switch{margin-left:auto}.hero h1{font-size:47px}.feature-grid{grid-template-columns:1fr}.form-row{grid-template-columns:1fr}.split{display:block}.note{margin-top:20px}}
