:root{--blue:#146df4;--ink:#14233a;--muted:#637187;--pale:#f2f6fc;--yellow:#ffd82f}*{box-sizing:border-box}body{margin:0;background:#fff;color:var(--ink);font-family:Arial,Helvetica,sans-serif;line-height:1.55}a{color:#075edb;text-decoration:none}header,main,footer{max-width:1180px;margin:auto}header{height:86px;display:flex;align-items:center;justify-content:space-between;padding:12px 24px}.brand{display:flex;align-items:center;gap:12px;color:var(--ink);font-weight:800;font-size:22px}.brand img{width:54px;height:54px;object-fit:contain}.brand small{display:block;font-size:11px;font-weight:600;letter-spacing:.08em;color:var(--muted)}nav{display:flex;gap:22px;align-items:center;font-size:15px;font-weight:700}.login{padding:10px 14px;border:1px solid #ccd9eb;border-radius:9px}.hero{max-width:none;background:radial-gradient(circle at 82% 25%,#59a1ff 0,#146df4 36%,#123761 100%);color:#fff;min-height:475px;padding:88px max(24px,calc((100% - 1080px)/2));display:flex;gap:72px;align-items:center}.hero>div{max-width:710px}.eyebrow,.tag{font-size:12px;font-weight:800;letter-spacing:.1em;color:#146df4;margin:0 0 9px}.hero .eyebrow{color:#ffe276}.hero h1{font-size:52px;line-height:1.04;max-width:700px;margin:0 0 18px}.lead{font-size:21px;max-width:650px}.buttons{display:flex;gap:12px;margin:28px 0}.primary,.secondary{display:inline-block;border-radius:9px;padding:13px 18px;font-weight:800}.primary{background:var(--yellow);color:#1b2a42}.secondary{border:1px solid #b9d2f8;color:#fff}.phone{font-weight:700}.phone a{color:#fff;font-size:19px}.hero aside{background:#fff;color:var(--ink);border-radius:18px;padding:28px;width:250px;box-shadow:0 14px 36px #081c3659}.hero aside strong{font-size:26px;display:block}.hero aside span{font-size:21px;font-weight:800;color:#146df4}.intro{max-width:900px;padding:58px 24px;text-align:center;font-size:20px}.intro strong{color:#146df4}section:not(.hero){padding:64px 24px}.section-title{max-width:720px;margin-bottom:28px}.section-title h2,.split h2,.network h2{font-size:36px;line-height:1.15;margin:0 0 12px}.course-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.course{border:1px solid #dce5f1;border-radius:15px;overflow:hidden;background:#fff}.course img{width:100%;height:155px;object-fit:cover}.course div{padding:20px}.course h3{font-size:22px;margin:0 0 8px}.course p{font-size:15px;color:#536177}.course .work{border-top:1px solid #e5ebf3;padding-top:14px}.modules{background:var(--pale);max-width:none!important}.modules>*{max-width:1132px;margin-left:auto;margin-right:auto}.module-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.module-grid article{background:#fff;border-radius:12px;padding:22px}.module-grid span{font-weight:800;color:#146df4}.module-grid h3{margin:7px 0}.split{display:grid;grid-template-columns:1.15fr .85fr;gap:65px;align-items:center}.split .primary{color:#17273e}.facts{background:#15365e;border-radius:16px;padding:8px 24px;color:#fff}.facts p{padding:17px 0;border-bottom:1px solid #ffffff33;display:grid;grid-template-columns:100px 1fr;gap:12px}.facts p:last-child{border:0}.facts strong{color:#ffe276}.network{background:#e8f1ff;border-radius:22px;margin:0 24px 70px;max-width:1132px!important}.network p{max-width:820px;font-size:18px}footer{border-top:1px solid #dce5f1;padding:34px 24px;display:flex;gap:18px;align-items:center;flex-wrap:wrap}footer img{width:48px}footer div{display:flex;flex-direction:column;margin-right:auto}footer span{color:var(--muted);font-size:13px}@media(max-width:780px){header{height:auto;flex-wrap:wrap}.brand{font-size:17px}nav{display:none}.hero{padding:55px 24px;min-height:auto}.hero h1{font-size:38px}.hero aside{display:none}.course-grid,.module-grid,.split{grid-template-columns:1fr}.section-title h2,.split h2,.network h2{font-size:30px}.buttons{flex-wrap:wrap}footer{flex-direction:column;align-items:flex-start}}
.province-picker{display:flex;gap:8px;align-items:end;flex-wrap:wrap;margin:23px 0}.province-picker label{width:100%;font-size:14px;font-weight:700}.province-picker select,.province-picker button,.province-list select,.province-list button{height:46px;border-radius:8px;padding:0 13px;font:inherit}.province-picker select,.province-list select{min-width:255px;border:1px solid #cbd8ea;background:#fff;color:var(--ink)}.province-picker button,.province-list button{border:0;background:var(--yellow);color:var(--ink);font-weight:800;cursor:pointer}.provinces{background:var(--pale)}.province-list{display:flex;gap:10px;max-width:600px}.editorial{background:#f8fafc}.editorial>div{max-width:850px;margin:auto}.editorial h2{font-size:32px;line-height:1.18;margin:0 0 14px}.editorial h3{font-size:22px;margin-top:28px}.editorial p{font-size:18px;color:#42526a}@media(max-width:780px){.province-picker select,.province-list select{width:100%;min-width:0}.province-list{flex-wrap:wrap}.province-list button{width:100%}}
.youtube{background:#eef5ff}.youtube-layout{max-width:1132px;display:grid;grid-template-columns:minmax(0,1.45fr) minmax(250px,.55fr);gap:30px;align-items:center}.youtube-frame{aspect-ratio:16/9;background:#12233b;border-radius:14px;overflow:hidden;box-shadow:0 14px 30px #10294a26}.youtube-frame iframe{width:100%;height:100%;border:0}.youtube-layout h3{font-size:26px;margin:0 0 8px}.youtube-layout p{color:#536177;margin-bottom:22px}.youtube .primary{color:#17273e}@media(max-width:780px){.youtube-layout{grid-template-columns:1fr}.youtube-layout>div:last-child{padding-top:4px}}
.latest-work .module-grid{grid-template-columns:repeat(3,1fr)}.latest-work .work-card{padding:0;overflow:hidden;border:1px solid #dce5f1;background:#fff}.work-card img{width:100%;height:185px;display:block;object-fit:cover;background:#e7eef4}.work-card div{padding:18px}.work-card p{margin:0 0 14px;color:#506277}.work-card strong{display:block;color:#14233a;font-size:17px}.work-card span{display:block;margin-top:4px;color:#738297;font-size:13px}.work-card .work-date{margin-top:10px;padding-top:10px;border-top:1px solid #e5ebf2;color:#738297;font-size:13px}@media(max-width:780px){.latest-work .module-grid{grid-template-columns:1fr}.work-card img{height:205px}}
.footer-brand{display:flex!important;gap:12px;align-items:center;min-width:210px}.footer-brand div{display:flex!important;flex-direction:column;margin-right:0!important}.footer-brand span{color:var(--muted);font-size:13px}.footer-nav{flex:1;min-width:280px;display:grid!important;grid-template-columns:repeat(2,minmax(190px,1fr));gap:22px;margin-right:0!important}.footer-nav section{display:block}.footer-nav strong{display:block;margin-bottom:8px}.footer-list{display:flex!important;flex-direction:row!important;flex-wrap:wrap;gap:5px 12px;margin-right:0!important}.footer-list a{font-size:13px;color:#536177}.footer-list a:hover{color:#075edb;text-decoration:underline}.footer-contact{display:flex!important;flex-direction:column;gap:5px;margin-right:0!important;font-weight:700}@media(max-width:780px){.footer-nav{grid-template-columns:1fr;width:100%}}
footer{display:block!important;max-width:1180px!important;padding:36px 24px!important}.footer-brand{margin:0 0 25px!important}.footer-nav{display:block!important;width:100%!important;min-width:0!important;margin:0!important}.footer-nav section{margin:0 0 25px}.footer-list{display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px 16px!important;width:100%}.footer-list a{line-height:1.25}.footer-contact{display:flex!important;flex-direction:row!important;gap:8px 20px;margin:0!important;padding-top:18px;border-top:1px solid #dce5f1}@media(max-width:780px){.footer-list{grid-template-columns:repeat(2,minmax(0,1fr))}.footer-contact{flex-direction:column!important}}
