:root{--bg:#f6f8fb;--surface:#fff;--surface-2:#eef5f7;--text:#102033;--muted:#5a6a7d;--line:#d8e0e8;--primary:#0e6e6e;--primary-dark:#0b5757;--secondary:#d28b2e;--navy:#0d1b34;--success:#0f8a56;--danger:#b42318;--shadow:0 18px 40px #0f172a14}*{box-sizing:border-box}body{background:var(--bg);color:var(--text);margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button,input,textarea,select{font:inherit}.container{width:min(1120px,100% - 2rem);margin:0 auto}.site-header{z-index:10;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffeb;border-bottom:1px solid #d8e0e8d9;position:sticky;top:0}.nav-row{justify-content:space-between;align-items:center;gap:1rem;min-height:78px;display:flex}.brand{align-items:center;gap:.9rem;display:flex}.brand strong{font-size:1rem;display:block}.brand small{color:var(--muted);margin-top:.2rem;display:block}.brand-mark{background:linear-gradient(135deg, var(--primary), var(--secondary));color:#fff;width:48px;height:48px;box-shadow:var(--shadow);border-radius:16px;place-items:center;font-weight:700;display:grid}.nav-links{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.nav-links a{color:var(--muted);font-weight:600}.nav-links a.active,.nav-links a:hover{color:var(--primary)}.admin-link{background:var(--navy);border-radius:999px;padding:.65rem 1rem;color:#fff!important}.hero,.page-hero{color:#fff;background-position:50%;background-size:cover}.hero{padding:5.4rem 0}.page-hero{background:linear-gradient(135deg, var(--navy), #183b5b);padding:4rem 0 3rem}.page-hero.small{padding:3.6rem 0 2.7rem}.hero-grid,.split,.split-tight{align-items:center;gap:2rem;display:grid}.hero-grid{grid-template-columns:1.2fr .8fr}.split{grid-template-columns:1fr 1fr}.split-tight{grid-template-columns:1.45fr .55fr}.hero h1,.page-hero h1{margin:.75rem 0 1rem;font-size:clamp(2.1rem,4vw,4rem);line-height:1.05}.hero p,.page-hero p{color:#ffffffe0;max-width:700px;font-size:1.08rem}.eyebrow{color:#ffd59d;letter-spacing:.08em;text-transform:uppercase;font-size:.78rem;font-weight:700;display:inline-block}.hero-card,.info-card,.course-card,.side-panel,.form-card{background:var(--surface);box-shadow:var(--shadow);border:1px solid #d8e0e8cc;border-radius:24px}.hero-card{color:var(--text);padding:1.4rem}.hero-card ul{color:var(--muted);padding-left:1.2rem}.section{padding:4.2rem 0}.section.alt{background:linear-gradient(#fbfcfe 0%,#eef5f7 100%)}.section.banner{color:#fff;background-position:50%;background-size:cover}.banner-inner{justify-content:space-between;align-items:center;gap:1.5rem;display:flex}.section-head{margin-bottom:2rem}.section-head h2{margin:.45rem 0 .6rem;font-size:clamp(1.7rem,3vw,2.5rem)}.section-head p,.prose p{color:var(--muted);line-height:1.75}.cards{gap:1.2rem;display:grid}.cards.three{grid-template-columns:repeat(3,1fr)}.cards.two{grid-template-columns:repeat(2,1fr)}.info-card,.course-card,.side-panel,.form-card{padding:1.35rem}.course-card h3,.info-card h3,.side-panel h3{margin-top:0}.course-card p,.info-card p,.side-panel p{color:var(--muted);line-height:1.65}.meta-line{color:var(--navy);flex-wrap:wrap;gap:.65rem;margin:1rem 0;font-size:.9rem;display:flex}.meta-line span,.chip{background:#eef5f7;border:1px solid #d7e3e5;border-radius:999px;padding:.45rem .75rem}.hero-chip-row{flex-wrap:wrap;gap:.8rem;margin-top:1rem;display:flex}.inline-link{color:var(--primary);font-weight:700}.btn{cursor:pointer;border:0;border-radius:999px;justify-content:center;align-items:center;gap:.5rem;padding:.92rem 1.2rem;font-weight:700;transition:all .2s;display:inline-flex}.btn:hover{transform:translateY(-1px)}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover{background:var(--primary-dark)}.btn-secondary{color:#fff;background:#ffffff26;border:1px solid #fff3}.btn-light{color:var(--navy);background:#fff}.hero-actions{flex-wrap:wrap;gap:1rem;margin-top:1.2rem;display:flex}.split-image{object-fit:cover;width:100%;min-height:420px;box-shadow:var(--shadow);border-radius:28px}.prose{max-width:860px}.module-list{gap:1rem;margin-top:1.5rem;display:grid}.module-item{border:1px solid var(--line);background:#fff;border-radius:20px;grid-template-columns:64px 1fr;gap:1rem;padding:1rem 1.1rem;display:grid}.module-badge{background:linear-gradient(135deg, var(--primary), var(--secondary));color:#fff;border-radius:16px;place-items:center;width:52px;height:52px;font-weight:800;display:grid}.module-item h3{margin:0 0 .25rem}.module-item p{color:var(--muted);margin:0}.back-link{color:#ffd59d;cursor:pointer;background:0 0;border:0;margin-bottom:1rem;padding:0;font-weight:700}.form-shell{justify-content:center;display:flex}.form-card{width:min(760px,100%)}.grid{gap:1rem;display:grid}.grid.two{grid-template-columns:repeat(2,1fr)}label{gap:.45rem;margin-bottom:1rem;font-weight:600;display:grid}input,textarea,select{border:1px solid var(--line);background:#fff;border-radius:16px;width:100%;padding:.9rem 1rem}input:focus,textarea:focus,select:focus{border-color:var(--primary);outline:2px solid #0e6e6e2e}.msg{border-radius:16px;padding:.9rem 1rem}.msg.error{color:var(--danger);background:#fff1f0}.msg.success{color:var(--success);background:#ecfdf3}.site-footer{background:var(--navy);color:#fff;margin-top:2rem;padding:2.8rem 0}.footer-grid{grid-template-columns:1.2fr .8fr .8fr;gap:1rem;display:grid}.site-footer p{color:#ffffffbf;line-height:1.7}@media (width<=920px){.hero-grid,.split,.split-tight,.cards.three,.cards.two,.footer-grid,.grid.two{grid-template-columns:1fr}.banner-inner,.nav-row{flex-direction:column;align-items:flex-start}.nav-links{width:100%}}
