:root{--wine:#17365f;--wine-dark:#0d2545;--wine-soft:#e8eef6;--gold:#8a98aa;--ink:#172338;--muted:#6d7784;--line:#e4e9ef;--canvas:#f5f7fa;--green:#2e7d61;--blue:#17365f}*{box-sizing:border-box}body,html{min-height:100%}body{margin:0;background:var(--canvas);color:var(--ink);font-family:Inter,Manrope,Helvetica Neue,Arial,sans-serif}button,input{font:inherit}button{cursor:pointer}.app{min-height:100vh;display:flex}.sidebar{position:fixed;inset:0 auto 0 0;z-index:30;width:252px;display:flex;flex-direction:column;padding:27px 18px 20px;background:#fff;border-right:1px solid var(--line)}.side-head{display:flex;justify-content:space-between}.side-head>button{display:none;border:0;background:none}.brand{display:flex;align-items:center;gap:12px;padding:0 8px 26px}.brand-logo{width:54px;height:54px;padding:6px;border-radius:50%;object-fit:contain;background:#fff;border:1px solid #dce6f2;box-shadow:0 7px 18px #17365f1f}.brand span,.brand strong{display:block}.brand strong{font:18px Georgia,serif}.brand span{margin-top:2px;color:var(--muted);letter-spacing:.8px}.brand span,.sidebar nav label{font-size:9px;text-transform:uppercase}.sidebar nav label{display:block;padding:6px 12px 8px;margin-top:10px;color:#aaa3a5;font-weight:800;letter-spacing:1.1px}.sidebar nav button{width:100%;height:44px;display:flex;align-items:center;gap:12px;margin:3px 0;padding:0 13px;border:0;border-radius:10px;background:transparent;color:#686267;text-align:left;font-size:12px;font-weight:650}.sidebar nav button:hover{background:#faf7f6;color:var(--wine)}.sidebar nav button.active{background:var(--wine-soft);color:var(--wine)}.support{display:flex;align-items:center;gap:10px;margin-top:auto;padding:13px;border-radius:12px;background:#f8f5f2;color:var(--wine)}.support>span{flex:1}.support small,.support strong{display:block}.support strong{font-size:10px}.support small{margin-top:3px;color:var(--muted);font-size:8px}.main{width:calc(100% - 252px);margin-left:252px}.topbar{position:sticky;top:0;z-index:20;height:76px;display:flex;align-items:center;gap:24px;padding:0 37px;background:#fffffff0;border-bottom:1px solid var(--line);backdrop-filter:blur(12px)}.menu{display:none;border:0;background:none}.search{width:min(430px,45vw);display:flex;align-items:center;gap:10px;color:#aaa3a5}.search svg{width:18px}.search input{flex:1;border:0;outline:0;background:transparent;font-size:11px}.top-actions{display:flex;align-items:center;gap:20px;margin-left:auto}.bell{position:relative;display:grid;place-items:center;border:0;background:none;color:#777}.bell i{position:absolute;right:-6px;top:-7px;width:16px;height:16px;border:2px solid #fff;border-radius:50%;background:var(--wine);color:#fff;font-size:7px;font-style:normal;line-height:12px}.demo-badge{display:inline-flex;align-items:center;height:28px;padding:0 10px;border:1px solid #c7d6e8;border-radius:999px;background:#f7faff;color:var(--wine);font-size:8px;font-weight:850;white-space:nowrap}.role{position:relative}.role>button{display:flex;align-items:center;gap:10px;border:0;background:none}.role>button>b{width:38px;height:38px;display:grid;place-items:center;border-radius:50%;background:#efe5df;color:var(--wine);font-size:10px}.role>button>span{min-width:128px;text-align:left}.role small,.role strong{display:block}.role strong{font-size:10px}.role small{margin-top:3px;color:var(--muted);font-size:8px}.role svg{width:15px}.role-menu{position:absolute;top:52px;right:0;width:270px;padding:10px;border:1px solid var(--line);border-radius:14px;background:#fff;box-shadow:0 18px 50px #311e2329}.role-menu>label{display:block;padding:5px 10px 8px;color:#aaa3a5;font-size:8px;font-weight:800;text-transform:uppercase;letter-spacing:.8px}.role-menu button{width:100%;display:flex;align-items:center;justify-content:space-between;padding:9px 10px;border:0;border-radius:9px;background:transparent;text-align:left}.role-menu button.selected,.role-menu button:hover{background:var(--wine-soft)}.role-menu button b{color:var(--wine)}.role-menu .sign-out{margin-top:7px;border-top:1px solid var(--line);border-radius:0;color:#9c3f4d}.role-menu .sign-out:hover{background:#fff3f3}main{max-width:1480px;margin:0 auto;padding:37px 42px 60px}.page-head{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:27px}.eyebrow{color:var(--gold);font-size:8px;font-weight:850;text-transform:uppercase;letter-spacing:1.25px}h1,h2,p{margin-top:0}.page-head h1{margin:5px 0;font:500 clamp(27px,3vw,36px) Georgia,serif;letter-spacing:-.7px}.page-head p{margin:0;color:var(--muted);font-size:11px}.primary{height:43px;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0 17px;border:0;border-radius:9px;background:var(--wine);color:#fff;font-size:10px;font-weight:750;box-shadow:0 7px 16px #711f352e}.primary:hover{background:var(--wine-dark)}.metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:15px;margin-bottom:17px}.metrics.compact{grid-template-columns:repeat(3,minmax(0,1fr))}.metric{min-height:108px;display:flex;align-items:center;gap:12px;padding:18px;border:1px solid var(--line);border-radius:13px;background:#fff}.metric-icon{width:41px;height:41px;display:grid;place-items:center;flex:0 0 auto;border-radius:11px}.metric-icon.wine{background:var(--wine-soft);color:var(--wine)}.metric-icon.green{background:#e8f3ee;color:var(--green)}.metric-icon.blue{background:#eaf0f7;color:var(--blue)}.metric-icon.gold{background:#f6efe3;color:#9d742f}.metric>div:nth-child(2){flex:1}.metric small,.metric span,.metric strong{display:block}.metric span{color:var(--muted);font-size:8px}.metric strong{margin:3px 0 2px;font:600 20px Georgia,serif}.metric small{color:var(--green);font-size:7px}.metric>svg{color:#aaa3a5}.dashboard-grid{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(310px,.8fr);gap:17px;margin-bottom:17px}.dashboard-grid.lower{grid-template-columns:minmax(0,1.4fr) minmax(310px,.8fr)}.panel{padding:22px;border:1px solid var(--line);border-radius:14px;background:#fff}.panel-title{display:flex;align-items:center;justify-content:space-between}.panel-title h2{margin:4px 0 0;font:550 17px Georgia,serif}.panel-title button{border:0;background:none;color:#aaa3a5}.chart{height:205px;display:flex;align-items:flex-end;justify-content:space-around;gap:12px;margin-top:18px;padding:0 15px;border-bottom:1px solid var(--line);background:repeating-linear-gradient(180deg,transparent 0,transparent 49px,#f1eeeb 50px)}.chart>div{height:100%;flex:1;max-width:48px;display:flex;flex-direction:column;justify-content:flex-end;align-items:center;gap:7px}.chart>div>span{width:100%;border-radius:5px 5px 0 0;background:linear-gradient(#54739a,var(--wine))}.chart small{padding-bottom:7px;color:#999;font-size:8px}.chart-total{display:flex;align-items:flex-end;justify-content:space-between;margin-top:16px}.chart-total small,.chart-total strong{display:block}.chart-total small{color:var(--muted);font-size:8px}.chart-total strong{margin-top:3px;font:17px Georgia,serif}.chart-total>span{color:var(--green);font-size:8px;font-weight:800}.events{margin:19px 0 8px}.event{min-height:49px;display:grid;grid-template-columns:40px 3px 1fr;align-items:center;gap:11px}.event time{color:#aaa3a5;font-size:8px}.event i{height:33px;border-radius:5px;background:var(--wine)}.event i.blue{background:var(--blue)}.event i.gold{background:var(--gold)}.event i.green{background:var(--green)}.event small,.event strong{display:block}.event strong{font-size:9px}.event small{margin-top:3px;color:var(--muted);font-size:7px}.text-link{display:flex;align-items:center;gap:5px;padding:4px 0;border:0;background:none;color:var(--wine);font-size:8px;font-weight:800}.mini-list{margin-top:12px}.mini-row{display:grid;grid-template-columns:30px 1fr auto 75px;align-items:center;gap:10px;padding:9px 0;border-bottom:1px solid #f0ece9}.mini-row:last-child{border:0}.mini-row>b,.person>b{width:30px;height:30px;display:grid;place-items:center;border-radius:50%;background:#efe5df;color:var(--wine);font-size:7px}.mini-row small,.mini-row strong{display:block}.mini-row strong{font-size:8px}.mini-row small{margin-top:3px}.mini-row small,.mini-row time{color:var(--muted);font-size:7px}.mini-row time{text-align:right}.pill{display:inline-flex!important;width:max-content;align-items:center;padding:4px 7px;border-radius:99px;background:#f0eeec;color:#6e686b;font-size:7px!important;font-weight:800;white-space:nowrap}.pill.success{background:#e7f3ed;color:var(--green)}.pill.danger{background:#f8e9e9;color:#a34343}.pill.warning{background:#f7efdf;color:#916b28}.attention{margin-top:13px}.attention p{display:flex;align-items:center;gap:10px;margin:0;padding:11px 0;border-bottom:1px solid #f0ece9;color:var(--muted);font-size:8px}.attention p:last-child{border:0}.attention p>svg:first-child{width:32px;height:32px;padding:7px;border-radius:9px;background:var(--wine-soft);color:var(--wine)}.attention p span{flex:1}.attention p strong{color:var(--ink)}.attention p>svg:last-child{width:15px}.summary{display:grid;grid-template-columns:repeat(4,1fr);margin-bottom:17px;overflow:hidden;border:1px solid var(--line);border-radius:13px;background:#fff}.summary>div{padding:17px 20px;border-right:1px solid var(--line)}.summary>div:last-child{border:0}.summary span,.summary strong{display:block}.summary span{color:var(--muted);font-size:8px}.summary strong{margin-top:4px;font:22px Georgia,serif}.tabs{display:flex;gap:8px;margin:-10px 0 18px;overflow:auto}.tabs button{height:36px;padding:0 13px;border:1px solid var(--line);border-radius:999px;background:#fff;color:var(--muted);font-size:9px;font-weight:800;white-space:nowrap}.tabs button.active{border-color:#bdd0e6;background:var(--wine-soft);color:var(--wine)}.filters-bar{display:grid;grid-template-columns:minmax(220px,1fr) repeat(3,180px);gap:9px;margin-bottom:16px}.filters-bar label{display:flex;align-items:center;gap:8px;padding:0 12px;color:#96a0ad}.filters-bar input,.filters-bar label,.filters-bar select{border:1px solid var(--line);border-radius:9px;background:#fff}.filters-bar input,.filters-bar select{height:38px;width:100%;color:var(--ink);font-size:9px}.filters-bar input{border:0;outline:0}.filters-bar select{padding:0 9px}.toolbar{display:flex;gap:9px;margin:20px 0 12px}.toolbar label{min-width:260px;flex:1;display:flex;align-items:center;gap:9px;padding:0 12px;border:1px solid var(--line);border-radius:9px;background:#fff;color:#aaa3a5}.toolbar input{width:100%;height:37px;border:0;outline:0;background:none;font-size:9px}.toolbar button{height:38px;display:flex;align-items:center;gap:7px;padding:0 11px;border:1px solid var(--line);border-radius:8px;background:#fff;color:var(--muted);font-size:8px;font-weight:700}.table{overflow:hidden;border:1px solid var(--line);border-radius:12px;background:#fff}.tr{min-height:58px;display:grid;grid-template-columns:1.35fr 1.4fr .75fr .75fr .8fr;align-items:center;gap:15px;padding:8px 18px;border-bottom:1px solid #f0ece9;color:#5f5a5e;font-size:8px}.tr:last-child{border:0}.tr.th{min-height:40px;background:#faf8f6;color:#918b8f;font-size:7px;font-weight:800;text-transform:uppercase;letter-spacing:.5px}.person{display:flex!important;align-items:center;gap:10px}.person strong{color:var(--ink);font-size:8px}.programs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.new-card,.program{overflow:hidden;border:1px solid var(--line);border-radius:14px;background:#fff}.cover{height:95px;display:flex;align-items:flex-start;justify-content:space-between;padding:18px;color:#fff;background:linear-gradient(135deg,#244b78,#0d2545)}.cover.gold{background:linear-gradient(135deg,#8395aa,#42576f)}.cover.blue{background:linear-gradient(135deg,#547aa1,#17365f)}.cover img{width:54px;height:54px;object-fit:cover;border:2px solid #ffffffd9;border-radius:14px;box-shadow:0 10px 25px #0d25454d}.cover .pill{background:#ffffffdd;color:var(--green)}.program-body{padding:18px}.program-body h2{margin:6px 0;font:550 17px Georgia,serif}.program-body p{margin-bottom:17px;color:var(--muted);font-size:8px}.program-body .program-meta{margin:-9px 0 12px;color:#7e8a9a;font-size:7px}.capacity{display:flex;align-items:center;justify-content:space-between;color:var(--muted);font-size:8px}.capacity span{display:flex;gap:5px}.capacity strong{color:var(--ink)}.progress{height:5px;margin-top:8px;border-radius:10px;background:#eeeae7}.progress i{display:block;height:100%;border-radius:inherit;background:var(--wine)}.new-card{min-height:250px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;border-style:dashed;color:var(--wine)}.new-card strong{font-size:10px}.new-card span{color:var(--muted);font-size:8px}.program-button{padding:0;text-align:left;color:inherit;cursor:pointer}.program-button:hover{border-color:#c9b7bc;box-shadow:0 10px 28px #4d27300d}.inline-message{margin-bottom:15px;padding:12px 14px;border-radius:9px;background:#fff0f0;color:#9d3c4c;font-size:10px}.feature-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.feature-card{min-height:190px}.feature-card strong{display:block;margin:13px 0 7px;font:550 15px Georgia,serif}.feature-card p{margin:0;color:var(--muted);font-size:9px;line-height:1.7}.feature-icon{width:42px;height:42px;display:grid;place-items:center;border-radius:12px;background:var(--wine-soft);color:var(--wine)}.agenda-grid{display:grid;grid-template-columns:minmax(350px,.85fr) minmax(420px,1.15fr);gap:17px}.month,.week{display:grid;grid-template-columns:repeat(7,1fr);gap:4px}.week{margin-top:19px}.week b{padding-bottom:8px;color:var(--muted);font-size:8px;text-align:center}.month button{aspect-ratio:1.25;border:0;border-radius:7px;background:none;font-size:8px}.month button:hover{background:var(--wine-soft)}.month button.selected{background:var(--wine);color:#fff}.empty{min-height:350px;display:flex;flex-direction:column;align-items:center;justify-content:center;border:1px dashed #d8d1cd;border-radius:14px;background:#ffffff8c;color:var(--wine);text-align:center}.empty h2{margin:15px 0 5px;font:550 19px Georgia,serif}.empty p{color:var(--muted);font-size:9px}.auth-screen{min-height:100vh;display:grid;place-items:center;padding:24px;background:radial-gradient(circle at 80% 15%,#dfe8f2 0,transparent 30%),linear-gradient(135deg,#f8fafc,#edf2f7)}.auth-card{width:min(430px,100%);padding:38px;border:1px solid #dfe6ee;border-radius:19px;background:#fffffff2;box-shadow:0 25px 70px #142b461a}.auth-brand{display:flex;align-items:center;gap:12px;margin-bottom:30px}.auth-brand img{width:70px;height:70px;padding:8px;border-radius:50%;object-fit:contain;background:#fff;border:1px solid #dce6f2}.auth-brand span{font:20px Georgia,serif}.auth-card h1{margin:7px 0 6px;font:500 30px Georgia,serif}.auth-card>p{margin-bottom:24px;color:var(--muted);font-size:11px;line-height:1.6}.auth-card form{display:grid;gap:14px}.auth-card form label,.entity-form label{display:grid;gap:6px;color:#3e4b5b;font-size:9px;font-weight:750}.auth-card input,.entity-form input,.entity-form select,.entity-form textarea{width:100%;padding:11px 12px;border:1px solid #d5dde7;border-radius:8px;outline:0;background:#fff;color:var(--ink);font-size:11px}.auth-card input:focus,.entity-form input:focus,.entity-form select:focus,.entity-form textarea:focus{border-color:#6f88aa;box-shadow:0 0 0 3px #17365f12}.auth-card .primary{width:100%;margin-top:4px}.auth-toggle{width:100%;margin-top:18px;border:0;background:none;color:var(--wine);font-size:9px;font-weight:800}.demo-credentials{display:grid;gap:7px;padding:12px;border:1px solid #d8e4f1;border-radius:10px;background:#f7faff;color:#17365f;font-size:9px}.demo-credentials strong{font-size:10px}.demo-credentials span{color:#52627a;line-height:1.45}.demo-credentials b{color:#17365f}.demo-credentials details{border-top:1px solid #d8e4f1;padding-top:8px}.demo-credentials summary{cursor:pointer;color:#17365f;font-size:9px;font-weight:900}.demo-list{display:grid;gap:5px;max-height:190px;margin-top:8px;overflow:auto;padding:8px;border-radius:9px;background:#fff}.demo-list span{font-size:8px}.form-message{padding:10px 12px;border-radius:8px;background:#edf3fa;color:#17365f;font-size:9px;line-height:1.4}.auth-loading{padding:20px;color:var(--wine);font:18px Georgia,serif}.public-site{min-height:100vh;background:#f7f9fc;color:var(--ink)}.public-nav{position:sticky;top:0;z-index:25;gap:24px;padding:16px clamp(18px,5vw,70px);border-bottom:1px solid #e0e8f2;background:#fffffff2;backdrop-filter:blur(14px)}.public-brand,.public-nav{display:flex;align-items:center}.public-brand{gap:12px;color:var(--ink);text-decoration:none}.public-brand img{width:50px;height:50px;padding:6px;border-radius:50%;object-fit:contain;background:#fff;border:1px solid #dce6f2}.public-brand small,.public-brand strong{display:block}.public-brand strong{font:22px Georgia,serif;color:var(--wine)}.public-brand small{max-width:250px;color:var(--muted);font-size:9px;line-height:1.3}.public-nav nav{display:flex;gap:18px;margin-left:auto}.public-nav nav a{color:#4b5870;text-decoration:none;font-size:10px;font-weight:800}.public-nav-actions{display:flex;gap:8px}.public-actions button,.public-nav-actions button{height:40px;padding:0 15px;border:0;border-radius:999px;background:var(--wine);color:#fff;font-size:9px;font-weight:850}.public-main{max-width:none;margin:0;padding:0 0 58px}.public-hero{position:relative;min-height:calc(100vh - 83px);display:flex;align-items:center;padding:clamp(54px,8vw,110px) clamp(20px,8vw,120px);background-image:linear-gradient(90deg,#17365ff0,#17365fd1 42%,#17365f82 68%,#17365f30),url(/brand/hero-juridico-real.png);background-size:cover;background-position:50%}.public-hero:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#00000024,#00000008 45%,#00000050);pointer-events:none}.public-hero-content{position:relative;z-index:2;color:#fff}.public-hero-logo{width:126px;height:126px;margin-bottom:24px;padding:14px;border-radius:50%;object-fit:contain;background:#fff;border:1px solid #d9e5f4;box-shadow:0 18px 48px #07182d7a}.public-hero .eyebrow{color:#dbe5f0}.public-hero h1{margin:10px 0 14px;font:500 clamp(42px,6vw,78px) Georgia,serif;letter-spacing:-2px;line-height:.98;color:#fff}.public-hero p{max-width:650px;color:#e7edf5;font-size:14px;line-height:1.8}.public-contact,.public-section,.public-split{max-width:1180px;margin:28px auto;padding:34px;border:1px solid #dfe7f1;border-radius:26px;background:#fff}.public-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px}.public-actions a{height:43px;display:inline-flex;align-items:center;padding:0 17px;border-radius:999px;background:#fff;color:var(--wine);text-decoration:none;font-size:10px;font-weight:850}.public-actions a:nth-child(2){background:#ffffff24;border:1px solid #ffffff90;color:#fff}.public-contact h2,.public-section h2,.public-split h2{margin:8px 0 16px;font:500 34px Georgia,serif;color:#102b50}.public-programs{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}.public-benefits p,.public-events p,.public-programs article{margin:0;padding:18px;border:1px solid #e3eaf3;border-radius:16px;background:#f8fbff}.public-programs strong{display:block;margin-bottom:7px;color:var(--wine);font-size:12px}.public-benefits p,.public-events p,.public-programs p{color:var(--muted);font-size:10px;line-height:1.7}.public-split{display:grid;grid-template-columns:.9fr 1.1fr;gap:24px}.public-contact p,.public-split p{color:var(--muted);font-size:13px;line-height:1.8}.public-benefits{display:grid;gap:11px}.public-events{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.public-contact{display:grid;grid-template-columns:.8fr 1.2fr;gap:26px}.public-contact form{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.public-contact label{display:grid;gap:6px;color:#3e4b5b;font-size:9px;font-weight:800}.public-contact input,.public-contact select,.public-contact textarea{width:100%;padding:11px 12px;border:1px solid #d5dde7;border-radius:10px;outline:0;background:#fff;color:var(--ink);font-size:11px}.public-contact .wide{grid-column:1/-1}.public-footer{padding:28px;text-align:center;color:var(--muted);font-size:10px}.public-access{align-items:start;overflow:auto}.public-access>div{margin:40px auto}.public-philosophy{max-width:1180px;display:grid;grid-template-columns:.82fr 1.18fr;gap:34px;margin:28px auto;padding:42px;border:1px solid #cfddea;border-radius:30px;background:linear-gradient(135deg,#102b50,#17365f 58%,#244d7d);box-shadow:0 26px 70px #17365f1c;color:#fff}.public-philosophy h2{margin:8px 0 0;font:500 40px Georgia,serif;line-height:1.12;color:#fff}.public-philosophy .eyebrow{color:#d9e7f7}.philosophy-copy{display:grid;gap:15px}.philosophy-copy p{margin:0;color:#edf4fb;font-size:14px;line-height:1.86}.philosophy-pillars{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:8px}.philosophy-pillars article{padding:18px;border:1px solid #ffffff33;border-radius:18px;background:#ffffff12}.philosophy-pillars span,.philosophy-pillars strong{display:block}.philosophy-pillars strong{margin-bottom:8px;color:#fff;font-size:12px}.philosophy-pillars span{color:#dce8f5;font-size:10px;line-height:1.55}.public-academic{max-width:1180px;min-height:calc(100vh - 108px);display:grid;grid-template-columns:.92fr 1.08fr;gap:28px;align-content:center;margin:28px auto;padding:42px;border:1px solid #dfe7f1;border-radius:30px;background:#fff}.academic-intro h2{margin:8px 0 18px;font:500 42px Georgia,serif;line-height:1.08;color:#102b50}.academic-intro p{margin:0 0 14px;color:#52627a;font-size:13px;line-height:1.85}.courtroom-note{display:grid;gap:7px;margin-top:18px;padding:18px;border-radius:18px;background:linear-gradient(135deg,#17365f,#244d7d);color:#fff}.courtroom-note strong{font-size:13px}.courtroom-note span{color:#e7eef8;font-size:10px;line-height:1.7}.public-academic .public-programs{grid-template-columns:repeat(2,minmax(0,1fr));align-content:start}.public-events article span,.public-programs article span{display:block;margin-bottom:8px;color:#6f88aa;font-size:8px;font-weight:850;letter-spacing:.08em;text-transform:uppercase}.public-events article strong,.public-programs article strong{display:block;margin-bottom:8px;color:var(--wine);font-size:12px;line-height:1.35}.public-contact,.public-philosophy,.public-section{min-height:calc(100vh - 108px);align-content:center}.public-section{display:grid}.public-events{align-items:stretch}.public-events article{position:relative;display:grid;grid-template-columns:96px 1fr;gap:17px;align-content:start;margin:0;padding:20px;border:1px solid #dce7f3;border-radius:20px;background:linear-gradient(180deg,#fff,#f7fbff);box-shadow:0 18px 45px #17365f12;overflow:hidden}.public-events article:before{content:"";position:absolute;inset:0 0 auto;height:5px;background:linear-gradient(90deg,#17365f,#6f88aa)}.public-events article p{margin:0;color:#52627a;font-size:10px;line-height:1.7}.public-events article small{display:block;margin-top:13px;padding-top:12px;border-top:1px solid #dfe7f1;color:#17365f;font-size:9px;font-weight:800;line-height:1.45}.event-date{min-height:112px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;padding:13px 8px;border-radius:20px;background:linear-gradient(160deg,#17365f,#0d2545);color:#fff;text-align:center;box-shadow:0 16px 32px #17365f33}.event-date em,.event-date span,.event-date strong{display:block;color:#fff}.event-date strong{font:600 46px Georgia,serif;line-height:.9;letter-spacing:-1px}.event-date span{font-size:12px;font-weight:900;letter-spacing:.16em}.event-date em{margin-top:7px;padding-top:8px;width:100%;border-top:1px solid #ffffff35;font-style:normal;font-size:10px;font-weight:900;letter-spacing:.03em}.public-events .event-date strong{margin:0;color:#fff;font:600 46px Georgia,serif;line-height:.9;letter-spacing:-1px}.public-events .event-date span{margin:0;color:#fff;font-size:12px;font-weight:900;letter-spacing:.16em}.public-events .event-date em{color:#fff}.cart-button{display:inline-flex;align-items:center;gap:8px;background:#17365f!important}.cart-button span{min-width:22px;height:22px;display:inline-grid;place-items:center;border-radius:999px;background:#fff;color:#17365f;font-size:10px;font-weight:900}.hero-cart{display:grid;gap:4px;width:min(420px,100%);margin-top:20px;padding:16px 18px;border:1px solid #ffffff75;border-radius:18px;background:#ffffff1f;color:#fff;text-align:left;backdrop-filter:blur(10px)}.hero-cart span,.hero-cart strong{display:block}.hero-cart strong{font-size:13px}.hero-cart span{color:#e8f0fa;font-size:10px;line-height:1.5}.program-meta{display:flex;align-items:flex-end;justify-content:space-between;gap:10px;margin:14px 0;padding-top:12px;border-top:1px solid #dfe7f1}.program-meta b,.program-meta small{display:block}.program-meta b{color:#17365f;font-size:15px}.program-meta small{max-width:120px;color:#6b7788;font-size:8px;line-height:1.4;text-align:right}.program-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px}.program-actions button{min-height:36px;padding:0 10px;border:1px solid #cbd9e9;border-radius:10px;background:#fff;color:#17365f;font-size:8px;font-weight:900}.program-actions button:last-child{border-color:#17365f;background:#17365f;color:#fff}.public-cart{width:min(760px,100%);max-height:88vh;overflow:auto;margin:34px auto;padding:28px;border-radius:24px;background:#fff;box-shadow:0 30px 90px #102b5040}.public-cart .modal-head{margin-bottom:18px}.cart-empty{display:grid;gap:10px;padding:28px;border:1px dashed #cdd9e8;border-radius:18px;background:#f7fbff;text-align:center}.cart-empty strong{color:#102b50;font-size:16px}.cart-empty p{margin:0;color:#52627a;font-size:11px}.cart-empty a{width:max-content;margin:auto;padding:10px 14px;border-radius:999px;background:#17365f;color:#fff;text-decoration:none;font-size:9px;font-weight:900}.cart-list{display:grid;gap:10px}.cart-row{display:grid;grid-template-columns:1fr auto auto;gap:12px;align-items:center;padding:14px;border:1px solid #dfe7f1;border-radius:16px;background:#f8fbff}.cart-row small,.cart-row span,.cart-row strong{display:block}.cart-row span{margin-bottom:4px;color:#6f88aa;font-size:8px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.cart-row strong{color:#102b50;font-size:12px}.cart-row small{margin-top:4px;color:#52627a;font-size:8px}.cart-row b{color:#17365f;font-size:13px}.cart-row button{height:32px;padding:0 10px;border:1px solid #d6e2ef;border-radius:8px;background:#fff;color:#52627a;font-size:8px;font-weight:900}.cart-total{display:flex;align-items:center;justify-content:space-between;margin:14px 0;padding:16px 18px;border-radius:16px;background:#17365f;color:#fff}.cart-total span{font-size:10px;font-weight:800}.cart-total strong{font:500 24px Georgia,serif}.checkout-form{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.checkout-form label{display:grid;gap:6px;color:#3e4b5b;font-size:9px;font-weight:800}.checkout-form input,.checkout-form select,.checkout-form textarea{width:100%;padding:11px 12px;border:1px solid #d5dde7;border-radius:10px;outline:0;background:#fff;color:var(--ink);font-size:11px}.checkout-form .wide,.checkout-note{grid-column:1/-1}.checkout-note{margin:0;color:#6b7788;font-size:9px;line-height:1.5;text-align:center}.public-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(122px,1fr));gap:10px;width:min(680px,100%);margin-top:24px}.public-stats strong{display:grid;gap:4px;padding:14px 16px;border:1px solid #ffffff5c;border-radius:16px;background:#ffffff20;color:#fff;font:700 22px Georgia,serif;backdrop-filter:blur(8px)}.public-stats span{color:#e9f0f7;font:800 8px/1.35 system-ui,-apple-system,Segoe UI,sans-serif;letter-spacing:.08em;text-transform:uppercase}.provider-meta{display:grid;gap:6px;margin:12px 0;color:#52627a}.provider-meta small{display:block;padding:7px 9px;border-radius:9px;background:#eef4fb;color:#40516a;font-size:8px;font-weight:800;line-height:1.35}.opening-banner{display:grid;gap:4px;width:min(520px,100%);margin:22px 0 0;padding:16px 18px;border-left:5px solid #d8b432;border-radius:18px;background:#ffffff18;color:#fff;backdrop-filter:blur(8px)}.opening-banner span{color:#f3d766;font-size:9px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.opening-banner strong{font:600 22px Georgia,serif}.opening-banner small{color:#e9f1f8;font-size:10px;line-height:1.45}.academic-proof{display:grid;gap:12px}.academic-proof article{padding:20px;border:1px solid #dfe7f1;border-radius:18px;background:linear-gradient(135deg,#f9fbff,#eef5fb)}.academic-proof span,.academic-proof strong{display:block}.academic-proof strong{margin-bottom:7px;color:#17365f;font-size:13px}.academic-proof span{color:#52627a;font-size:10px;line-height:1.65}.course-catalog{max-width:1280px;margin:28px auto;padding:42px;border:1px solid #dfe7f1;border-radius:30px;background:#fff}.catalog-head{max-width:850px;margin-bottom:28px}.catalog-head h2{margin:8px 0 10px;font:600 clamp(44px,6vw,76px) Georgia,serif;line-height:.98;color:#102b50;letter-spacing:-1.8px}.catalog-head p{margin:0;color:#52627a;font-size:14px;line-height:1.75}.course-catalog .public-programs{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.course-catalog .public-programs article{position:relative;overflow:hidden;display:grid;gap:12px;padding:0;border:1px solid #dbe5ef;border-radius:24px;background:#fff;box-shadow:0 18px 48px #17365f12}.course-catalog .public-programs article:before{content:"";position:absolute;inset:0 auto 0 0;width:8px;background:linear-gradient(180deg,#17365f,#007c89 45%,#d8b432)}.course-card-top{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:22px 24px 0 32px}.course-card-top span{margin:0;color:#007c89;font-size:9px;font-weight:950;letter-spacing:.12em;text-transform:uppercase}.course-card-top b{padding:7px 10px;border-radius:999px;background:#e9f5f5;color:#007c89;font-size:8px;letter-spacing:.06em;text-transform:uppercase}.course-catalog .public-programs article>strong{margin:0;padding:0 24px 0 32px;color:#102b50;font:700 clamp(24px,2.6vw,34px) Georgia,serif;line-height:1.08}.course-catalog .public-programs article>p{margin:0;padding:0 24px 0 32px;color:#66748a;font-size:12px;line-height:1.75}.course-catalog .provider-meta{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin:2px 24px 0 32px}.course-catalog .provider-meta small{position:relative;min-height:44px;padding:9px 10px 9px 36px;background:#f3f7fb;color:#40516a;font-size:9px}.course-catalog .provider-meta small b,.course-catalog .provider-meta small em{display:block;font-style:normal}.course-catalog .provider-meta small b{color:#102b50;font-size:11px}.course-catalog .provider-meta small em{margin-top:3px;color:#66748a;font-size:8px;line-height:1.35}.meta-icon{position:absolute;left:10px;top:10px;width:18px;height:18px;border-radius:6px;background:#17365f}.meta-icon:after{content:"";position:absolute;inset:5px;border:1px solid #fff;border-radius:2px}.meta-icon.type{background:#007c89}.meta-icon.level{background:#d8b432}.meta-icon.person{background:#8b2f5d}.meta-icon.person:after{border-radius:50%}.program-meta{background:#f8fbff}.course-catalog .program-meta{display:flex;justify-content:flex-end;margin:4px 0 0;padding:18px 24px 0;border-top:1px solid #e5edf5}.course-catalog .program-meta div{display:grid;justify-items:end}.course-catalog .program-meta b{color:#102b50;font:800 34px Georgia,serif}.course-catalog .program-meta small{color:#66748a;font-size:10px;font-weight:900}.course-catalog .program-actions{grid-template-columns:1fr 1fr;margin:0;padding:0 24px 24px 32px}.course-catalog .program-actions button{min-height:44px;font-size:10px}.course-catalog .program-actions button:last-child{background:#007c89;border-color:#007c89}.enrollment-modal{width:min(920px,100%)}.invoice-fields{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;padding:16px;border:1px solid #dce7f3;border-radius:16px;background:#f8fbff}.invoice-fields h3{grid-column:1/-1}.legal-box{display:grid;gap:10px;padding:16px;border:1px solid #dce7f3;border-radius:16px;background:#f7faff}.legal-box strong{color:#102b50;font-size:13px}.legal-box p{margin:0;color:#52627a;font-size:10px;line-height:1.65}.legal-box label{display:flex!important;grid-template-columns:none!important;align-items:flex-start;gap:9px!important;color:#3e4b5b;font-size:10px;line-height:1.55}.legal-box input{width:auto!important;margin-top:2px}.legal-box a{color:#007c89;font-weight:900}.public-hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,430px);gap:38px;background:radial-gradient(circle at 82% 18%,#2b638f 0,transparent 26%),radial-gradient(circle at 72% 74%,#007c8980 0,transparent 28%),linear-gradient(135deg,#0d2545,#17365f 58%,#244d7d)}.public-hero:before{content:"";position:absolute;inset:auto 6% 8% auto;width:min(520px,42vw);height:min(520px,42vw);border:1px solid #ffffff24;border-radius:44% 56% 52% 48%;background:#ffffff0f;transform:rotate(-12deg)}.public-hero-content{max-width:790px}.hero-visual{position:relative;z-index:2;min-height:420px;align-self:center}.hero-visual:after,.hero-visual:before{content:"";position:absolute;border-radius:44px;background:#fff;box-shadow:0 28px 80px #061d3860}.hero-visual:before{inset:20px 18px 82px 44px;opacity:.13;transform:rotate(7deg)}.hero-visual:after{inset:86px 58px 26px 10px;opacity:.09;transform:rotate(-8deg)}.hero-card{position:absolute;display:grid;gap:8px;border:1px solid #ffffff52;border-radius:28px;background:#ffffff18;color:#fff;backdrop-filter:blur(18px);box-shadow:0 22px 70px #07182d45}.hero-card.primary{inset:58px 8px auto 18px;padding:28px}.hero-card.accent{right:52px;bottom:70px;width:180px;padding:24px;text-align:center;background:#ffffffec;color:#102b50}.hero-card span{color:#f3d766;font-size:10px;font-weight:950;letter-spacing:.12em;text-transform:uppercase}.hero-card strong{font:650 34px Georgia,serif;line-height:1}.hero-card small{color:#dce8f5;font-size:11px;line-height:1.55}.hero-card.accent strong{color:#007c89;font-size:40px}.hero-card.accent small{color:#52627a;font-weight:850;text-transform:uppercase}.public-stats strong b,.public-stats strong small{display:block}.public-stats strong b{font:700 30px Georgia,serif;line-height:.86}.public-stats strong small{color:#fff;font:900 11px system-ui,-apple-system,Segoe UI,sans-serif;letter-spacing:.12em}.opening-banner strong{font:650 19px Georgia,serif}.course-catalog,.public-academic,.public-contact,.public-section{background:linear-gradient(180deg,#fff,#f8fbff);box-shadow:0 18px 60px #17365f0f}.academic-proof article{position:relative;min-height:auto;padding:24px 24px 24px 92px;border-radius:24px;background:#fff;box-shadow:0 18px 44px #17365f12}.academic-proof strong{margin-bottom:9px;color:#102b50;font:650 18px Georgia,serif}.academic-proof span{font-size:11px;line-height:1.75}.proof-icon{position:absolute;left:24px;top:24px;width:46px;height:46px;border-radius:16px;background:#17365f}.proof-icon:after,.proof-icon:before{content:"";position:absolute}.proof-icon.judge:before{left:12px;top:12px;width:22px;height:14px;border:2px solid #fff;border-top:0;border-radius:0 0 12px 12px}.proof-icon.judge:after{left:21px;top:7px;width:3px;height:29px;background:#fff;border-radius:2px}.proof-icon.practice{background:#007c89}.proof-icon.practice:before{left:12px;top:13px;width:23px;height:18px;border:2px solid #fff;border-radius:4px}.proof-icon.practice:after{left:17px;top:20px;width:14px;height:2px;background:#fff;box-shadow:0 6px 0 #fff}.proof-icon.human{background:#8b2f5d}.proof-icon.human:before{left:17px;top:10px;width:12px;height:12px;border-radius:50%;background:#fff}.proof-icon.human:after{left:12px;top:25px;width:22px;height:11px;border-radius:14px 14px 6px 6px;background:#fff}.catalog-head h2{font-size:clamp(40px,5vw,62px)}.course-catalog .public-programs{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.course-catalog .public-programs article{gap:10px;border-radius:20px}.course-card-top{padding:18px 18px 0 26px}.course-catalog .public-programs article>strong{padding:0 18px 0 26px;font-size:clamp(20px,1.9vw,25px)}.course-catalog .public-programs article>p{padding:0 18px 0 26px;font-size:10px;line-height:1.65}.course-catalog .provider-meta{grid-template-columns:1fr;gap:6px;margin:0 18px 0 26px}.course-catalog .provider-meta small{min-height:36px;padding:8px 9px 8px 34px;font-size:8px}.course-catalog .provider-meta small b{font-size:10px}.course-catalog .program-meta{padding:13px 18px 0}.course-catalog .program-meta b{font-size:28px}.course-catalog .program-actions{padding:0 18px 18px 26px}.opening-event{position:relative;display:grid;grid-template-columns:1fr 170px;gap:22px;align-items:center;margin:10px 0 24px;padding:30px;border-radius:26px;overflow:hidden;background:linear-gradient(135deg,#102b50,#17365f 58%,#007c89);color:#fff;box-shadow:0 24px 70px #17365f22}.opening-event:after{content:"";position:absolute;right:-60px;top:-80px;width:300px;height:300px;border-radius:48% 52% 42% 58%;background:#ffffff18;transform:rotate(18deg)}.opening-event div{position:relative;z-index:1}.opening-event span{color:#f3d766;font-size:10px;font-weight:950;letter-spacing:.14em;text-transform:uppercase}.opening-event h3{margin:8px 0 10px;font:650 clamp(30px,4vw,48px) Georgia,serif;line-height:1.02}.opening-event p{max-width:760px;margin:0;color:#e8f1f8;font-size:13px;line-height:1.75}.opening-event-date{justify-self:end;width:150px;height:150px;display:grid;place-items:center;align-content:center;border:1px solid #ffffff5c;border-radius:32px;background:#ffffffec;color:#102b50;text-align:center}.opening-event-date small,.opening-event-date span,.opening-event-date strong{display:block}.opening-event-date strong{color:#007c89;font:750 58px Georgia,serif;line-height:.86}.opening-event-date span{color:#102b50;font-size:16px;font-weight:950;letter-spacing:.14em}.opening-event-date small{margin-top:8px;color:#52627a;font-size:11px;font-weight:900}.modal-backdrop{position:fixed;inset:0;z-index:60;display:grid;place-items:center;padding:20px;background:#21171a75;backdrop-filter:blur(3px)}.modal{width:min(680px,100%);max-height:90vh;overflow:auto;padding:25px;border-radius:16px;background:#fff;box-shadow:0 30px 90px #21171a3d}.modal-head{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:22px}.modal-head h2{margin:5px 0 0;font:500 24px Georgia,serif}.modal-head button{border:0;background:none;color:#777}.entity-form{display:grid;grid-template-columns:repeat(2,1fr);gap:15px}.entity-form .wide{grid-column:1/-1}.entity-form textarea{resize:vertical}.form-actions{display:flex;justify-content:flex-end;gap:9px;padding-top:5px}.danger-button,.secondary-button{height:40px;padding:0 14px;border:1px solid var(--line);border-radius:8px;background:#fff;color:var(--muted);font-size:9px;font-weight:800}.danger-button{margin-right:auto;border-color:#efd4d8;color:#a23d4e}.student-form{margin-top:4px}.student-form .panel-title{margin-bottom:18px}.check-field{display:flex!important;grid-template-columns:none!important;flex-direction:row;align-items:center;gap:9px!important}.check-field input{width:auto!important}.acceptance-card{padding:15px;border:1px solid #dce7f3;border-radius:12px;background:#f7faff}.acceptance-card p,.acceptance-card strong{display:block}.acceptance-card strong{font-size:12px}.acceptance-card p{margin:4px 0 10px;color:var(--muted);font-size:9px}.acceptance-card div{display:flex;flex-wrap:wrap;gap:8px}.acceptance-card a,.acceptance-card span{padding:7px 9px;border-radius:8px;background:#fff;color:var(--wine);font-size:8px;font-weight:800;text-decoration:none}.acceptance-card span{color:#9b6b23}.docs-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:17px}.institutional-docs{margin-bottom:17px}.doc-card p{color:var(--muted);font-size:10px;line-height:1.7}.doc-card>a{margin:7px 0 15px;color:var(--wine)}.doc-card>a,.upload-button{display:inline-flex;font-size:9px;font-weight:800}.upload-button{height:40px;width:max-content;align-items:center;gap:8px;padding:0 13px;border-radius:9px;background:var(--wine);color:#fff;cursor:pointer}.upload-button input,.upload-link input{display:none}.student-documents{margin-top:0}.document-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:17px}.document-item{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px;border:1px solid var(--line);border-radius:12px;background:#fbfcfe}.document-item small,.document-item span,.document-item strong{display:block}.document-item strong{font-size:10px}.document-item small,.document-item span,.muted{color:var(--muted);font-size:8px}.review-actions button,.upload-link{padding:8px 10px;border:1px solid #cdd9e8;border-radius:8px;background:#fff;color:var(--wine);font-size:8px;font-weight:800;white-space:nowrap}.review-actions{display:flex;gap:6px}.reservation-form{align-content:start}.reservation-list{display:grid;gap:9px;margin-top:16px}.reservation-row{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:13px;border:1px solid var(--line);border-radius:11px;background:#fbfcfe}.reservation-row small,.reservation-row span,.reservation-row strong{display:block}.reservation-row strong{font-size:10px}.reservation-row span{margin-top:3px;color:var(--muted);font-size:8px}.reservation-row small{margin-top:3px;color:#8a96a6;font-size:7px}.reservation-row select{min-width:118px;padding:8px;border:1px solid #d5dde7;border-radius:8px;background:#fff;color:var(--ink);font-size:8px}.public-stats{width:min(860px,100%);gap:12px}.public-stats strong{min-height:100px;align-content:center;gap:7px;padding:18px 20px;border-radius:24px;background:#ffffff18;text-transform:none}.public-stats strong b{color:#fff;font:700 27px/1.05 Georgia,serif;letter-spacing:-.3px}.public-stats strong span{max-width:190px;color:#e9f0f7;font:750 11px/1.35 system-ui,-apple-system,Segoe UI,sans-serif;letter-spacing:.01em;text-transform:none}.hero-card.primary{inset:36px 0 auto 10px;min-height:250px;align-content:end;padding:34px;background:linear-gradient(160deg,#ffffffef,#eef6fb)}.hero-card.primary span{color:#007c89}.hero-card.primary strong{color:#102b50;font-size:44px}.hero-card.primary small{color:#52627a;font-size:13px}.hero-card.accent{right:72px;bottom:38px}.public-philosophy{grid-template-columns:1fr;margin-top:28px;background:#fff;color:#102b50}.public-philosophy:before{content:"";height:9px;border-radius:999px;background:linear-gradient(90deg,#17365f,#007c89,#d8b432)}.public-philosophy h2{max-width:820px;color:#102b50}.public-philosophy .eyebrow{color:#6f88aa}.philosophy-copy{grid-template-columns:1fr 1fr;gap:18px}.philosophy-copy p{padding:22px;border:1px solid #dfe7f1;border-radius:22px;background:linear-gradient(180deg,#fff,#f4f8fc);color:#52627a}.philosophy-pillars{grid-column:1/-1}.philosophy-pillars article{background:#17365f;border:0}.course-catalog .provider-meta small{display:flex;align-items:flex-start;gap:8px;padding:9px 10px;border-radius:12px}.course-catalog .provider-meta svg{flex:0 0 auto;margin-top:1px;color:#007c89}.course-detail-link{display:inline-flex;align-items:center;gap:8px;width:max-content;margin:2px 18px 0 26px;padding:0;border:0;background:none;color:#007c89;font-size:10px;font-weight:900;text-decoration:underline;text-underline-offset:4px;cursor:pointer}.course-detail-link svg{color:#007c89}.course-detail-modal{width:min(780px,100%)}.course-detail-body{display:grid;gap:18px}.course-detail-body section{padding:18px;border:1px solid #dce7f3;border-radius:18px;background:#f8fbff}.course-detail-body h3{margin:0 0 8px;color:#102b50;font:650 18px Georgia,serif}.course-detail-body p{margin:0;color:#52627a;font-size:12px;line-height:1.75}.detail-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:9px}.detail-summary b,.detail-summary span,.detail-summary strong{display:grid;place-items:center;min-height:54px;padding:10px;border-radius:14px;background:#17365f;color:#fff;text-align:center;font-size:10px;font-weight:900}.detail-summary b{background:#007c89;font:800 16px Georgia,serif}.opening-event{min-height:360px;padding:42px}.opening-event h3{max-width:720px;font-size:clamp(40px,5vw,64px)}.opening-event p{font-size:16px}.opening-event-date{width:180px;height:180px}.opening-event-date strong{font-size:70px}.opening-event-date span{font-size:20px}.public-hero .eyebrow{color:#f1f5fa;font-size:12px;font-weight:850;letter-spacing:.03em;text-transform:none}.public-stats{width:min(930px,100%)}.public-stats strong{min-width:0;overflow:hidden}.public-stats strong b{font-family:Inter,Manrope,Helvetica Neue,Arial,sans-serif;font-size:25px;font-weight:900;line-height:1.12;letter-spacing:0}.public-stats strong:nth-child(4) b{font-size:18px;line-height:1.15}.public-stats strong span{font-size:11px;font-weight:800;letter-spacing:0}.hero-card.primary{inset:24px 0 auto 0;min-height:285px;padding:34px 172px 34px 34px}.hero-card.primary strong{font-size:40px}.hero-card.primary small{max-width:360px}.hero-card.accent{right:22px;bottom:18px;display:grid;place-items:center;padding:18px}.hero-card.accent strong{font-family:Inter,Manrope,Helvetica Neue,Arial,sans-serif;font-size:31px;font-weight:900;line-height:1.03;letter-spacing:0}.hero-card.accent small{display:none}.public-nav nav a{font-size:13px;font-weight:900;color:#33425a}.public-nav-actions button{font-size:12px;font-weight:900}.cart-button span,.public-brand small{font-size:11px}.student-hero{display:grid;grid-template-columns:300px 1fr;gap:24px}.student-card{align-self:start;display:grid;gap:13px;padding:20px;border:1px solid var(--line);border-radius:18px;background:#fff}.student-photo{height:170px;display:grid;place-items:center;border-radius:14px;background:linear-gradient(135deg,#17365f,#6f88aa);color:#fff;font:600 42px Georgia,serif}.student-card>strong{font:600 24px Georgia,serif;color:#102b50}.student-card p span,.student-card>span{color:var(--muted);font-size:9px}.student-card p{display:flex;justify-content:space-between;margin:0;padding-top:10px;border-top:1px solid var(--line)}.student-card p strong{font-size:10px}.student-rank{width:158px;aspect-ratio:1/1;display:grid;place-items:center;justify-self:center;border:12px solid #e6ebf2;border-right-color:#17365f;border-radius:50%;text-align:center}.student-rank b{font:600 38px Georgia,serif;color:#17365f}.student-rank small{display:block;color:var(--muted);font-size:8px}.student-main h1{margin:6px 0 18px;font:600 38px Georgia,serif;color:#102b50}.student-program{display:flex;align-items:center;gap:16px;margin-bottom:18px;padding:18px;border:1px solid var(--line);border-radius:16px;background:#fff}.student-program>svg{padding:8px;border-radius:14px;background:#17365f;color:#fff;box-sizing:content-box}.student-program span,.student-program strong{display:block}.student-program strong{font-size:14px;color:#102b50}.student-program span{margin-top:5px;color:var(--muted);font-size:9px}.student-program .pill{margin-left:auto}.student-apps{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.app-tile{min-height:180px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:22px;border:0;border-radius:18px;background:#17365f;color:#fff;text-align:center}.app-tile-icon{width:64px;height:64px;display:grid;place-items:center;margin-bottom:18px;border:1px solid #ffffff50;border-radius:20px;color:#fff}.app-tile-icon.wine{background:#244d7d}.app-tile-icon.green{background:#234f63}.app-tile-icon.gold{background:#6f88aa}.app-tile strong{font-size:13px}.app-tile p{max-width:220px;margin:9px 0 0;color:#dce8f5;font-size:9px;line-height:1.55}.teacher-layout{display:grid;grid-template-columns:1fr 1fr;gap:17px;margin-bottom:17px}.teacher-course-list{display:grid;gap:10px}.teacher-course{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:14px;border:1px solid var(--line);border-radius:14px;background:#fbfcfe}.teacher-course small,.teacher-course span,.teacher-course strong{display:block}.teacher-course strong{font-size:11px}.teacher-course span{margin-top:4px;color:var(--muted);font-size:8px}.teacher-course small{margin-top:3px;color:#17365f;font-size:8px;font-weight:800}.teacher-course button{height:34px;padding:0 10px;border:0;border-radius:9px;background:#17365f;color:#fff;font-size:8px;font-weight:850}.area-grid .app-tile{align-items:flex-start;text-align:left}.area-grid .app-tile-icon{margin-bottom:14px}.checkout-form h3{margin:4px 0 0;color:#102b50;font:600 15px Georgia,serif}.student-videos{margin-top:18px;padding:22px;border:1px solid var(--line);border-radius:18px;background:#fff}.video-player-demo{overflow:hidden;margin-top:16px;border:1px solid #dce7f3;border-radius:18px;background:#0d2545}.player-screen{min-height:280px;display:grid;place-items:center;align-content:center;gap:18px;padding:34px;background:radial-gradient(circle at 65% 25%,#ffffff24 0,transparent 34%),linear-gradient(135deg,#0d2545,#17365f);color:#fff;text-align:center}.player-screen>span{width:74px;height:74px;display:grid;place-items:center;border:1px solid #ffffff73;border-radius:50%;background:#ffffff24;font-size:24px}.player-screen small,.player-screen strong{display:block}.player-screen strong{font:500 28px Georgia,serif}.player-screen small{margin-top:8px;color:#dce8f5;font-size:10px}.player-controls{display:grid;grid-template-columns:auto 1fr auto;gap:14px;align-items:center;padding:14px;background:#07192f;color:#fff}.player-controls button{height:34px;padding:0 12px;border:1px solid #ffffff40;border-radius:999px;background:#ffffff12;color:#fff;font-size:9px;font-weight:850}.player-controls div{height:8px;overflow:hidden;border-radius:999px;background:#ffffff24}.player-controls div span{display:block;width:28%;height:100%;border-radius:999px;background:#fff}.player-controls small{color:#dce8f5;font-size:9px;font-weight:850}.video-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:18px}.video-card{overflow:hidden;border-radius:16px;background:#f8fbff}.video-thumb{height:132px;background:linear-gradient(135deg,#0d2545,#17365f)}.video-thumb span{width:52px;height:52px;background:#ffffff26;border:1px solid #ffffff66;font-size:18px}.video-thumb small{padding:6px 8px;background:#ffffff21;color:#fff;font-size:8px;font-weight:850}.video-card>div:last-child{padding:14px}.video-card p,.video-card strong{display:block}.video-card strong{font-size:12px;line-height:1.4}.video-card p{margin:7px 0 10px;color:var(--muted);font-size:9px}.video-card button{width:100%;height:36px;border:0;border-radius:9px;background:#17365f;color:#fff;font-size:9px;font-weight:850}.teacher-layout>.panel{min-width:0}.teacher-layout .table{max-width:100%;overflow-x:auto}@media(max-width:1100px){.metrics{grid-template-columns:repeat(2,1fr)}.dashboard-grid,.dashboard-grid.lower,.student-hero,.teacher-layout{grid-template-columns:1fr}.feature-grid,.programs,.student-apps,.video-grid{grid-template-columns:repeat(2,1fr)}.filters-bar{grid-template-columns:1fr 1fr}.public-academic,.public-contact,.public-hero,.public-philosophy,.public-split{grid-template-columns:1fr}.course-catalog .public-programs,.public-events,.public-programs{grid-template-columns:repeat(2,1fr)}}@media(max-width:780px){.sidebar{transform:translateX(-100%);transition:.25s;box-shadow:20px 0 50px #1e141629}.sidebar.open{transform:translateX(0)}.menu,.side-head>button{display:block}.backdrop{position:fixed;inset:0;z-index:25;border:0;background:#23191c59}.main{width:100%;margin:0}.topbar{height:66px;padding:0 18px}.search{flex:1;width:auto}.role>button>span{display:none}main{padding:25px 18px 50px}.agenda-grid,.docs-grid,.document-grid,.feature-grid,.programs,.student-apps,.video-grid{grid-template-columns:1fr}.table{overflow-x:auto}.tr{min-width:760px}.teacher-layout .tr{min-width:520px}.document-item,.reservation-row,.student-program,.teacher-course{align-items:flex-start;flex-direction:column}.teacher-course button{width:100%}.student-program .pill{margin-left:0}.public-nav{align-items:flex-start;flex-direction:column}.public-nav nav{margin-left:0;overflow:auto;width:100%}.public-hero{min-height:auto;padding:48px 20px}.hero-visual{min-height:300px}.hero-card.primary{inset:18px 0 auto 0}.hero-card.accent{right:20px;bottom:18px}.public-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.public-academic,.public-contact,.public-philosophy,.public-section{min-height:auto}.detail-summary,.philosophy-copy,.public-contact form{grid-template-columns:1fr}.public-contact .wide{grid-column:auto}.opening-event{grid-template-columns:1fr;padding:28px}.opening-event-date{justify-self:start}}@media(max-width:540px){.search{display:none}.top-actions{margin-left:auto}.page-head{display:block}.page-head .primary{width:100%;margin-top:18px}.metrics,.metrics.compact{grid-template-columns:1fr}.summary{grid-template-columns:repeat(2,1fr)}.summary>div:nth-child(2){border-right:0}.summary>div:nth-child(-n+2){border-bottom:1px solid var(--line)}.toolbar{flex-wrap:wrap}.toolbar label{min-width:100%}.filters-bar{grid-template-columns:1fr}.mini-row{grid-template-columns:30px 1fr auto}.chart-total>span,.mini-row time{display:none}.auth-card{padding:28px 22px}.entity-form{grid-template-columns:1fr}.entity-form .wide{grid-column:auto}.form-actions{flex-wrap:wrap}.danger-button{margin-right:0}.checkout-form,.course-catalog .provider-meta,.course-catalog .public-programs,.invoice-fields,.philosophy-pillars,.public-academic .public-programs,.public-events,.public-programs,.public-stats{grid-template-columns:1fr}.course-catalog,.public-academic,.public-contact,.public-philosophy,.public-section,.public-split{padding:24px}.cart-row,.public-events article{grid-template-columns:1fr}.event-date{width:86px}.course-catalog .program-actions,.program-actions{grid-template-columns:1fr}.program-meta{align-items:flex-start;flex-direction:column}.program-meta small{text-align:left}.checkout-form .wide,.checkout-note,.invoice-fields h3{grid-column:auto}.public-hero h1{font-size:38px}.academic-intro h2,.catalog-head h2,.hero-card.primary strong,.public-philosophy h2{font-size:32px}}.public-hero{grid-template-columns:minmax(0,1.05fr) minmax(380px,.95fr);gap:42px;padding-left:clamp(42px,7vw,112px);padding-right:clamp(32px,6vw,92px);overflow:hidden}.public-hero-content{min-width:0;max-width:760px}.public-hero h1{font-size:clamp(52px,5.4vw,76px);max-width:780px}.hero-visual{width:min(100%,560px);min-height:430px;display:grid;align-content:center;justify-self:end}.hero-card{position:relative}.hero-card.primary{inset:auto;min-height:auto;padding:32px 34px;background:linear-gradient(160deg,#fffffffa,#eef6fb)}.hero-card.primary strong{font-size:clamp(36px,3.4vw,52px);line-height:1.02}.hero-card.primary small{max-width:460px}.hero-card.accent{inset:auto;width:132px;height:132px;margin:-18px 28px 0 auto}.public-stats{grid-template-columns:repeat(4,minmax(0,1fr));width:min(920px,100%)}.public-stats strong{min-height:96px;padding:16px}.public-stats strong b{font-size:24px}.public-stats strong:nth-child(4) b{font-size:16px;line-height:1.2}.course-catalog .provider-meta .speaker-meta{align-items:flex-start}.speaker-meta>span{display:block;margin:0!important;color:#40516a!important;font-size:8px!important;font-weight:800!important;letter-spacing:0!important;text-transform:none!important}.speaker-meta b,.speaker-meta em{display:block}.speaker-meta b{margin-top:3px;color:#102b50;font-size:11px;line-height:1.35}.speaker-meta em{margin-top:3px;color:#66748a;font-size:9px;line-height:1.35;font-style:normal}.philosophy-copy .philosophy-wide{grid-column:1/-1}@media(max-width:1100px){.public-hero{grid-template-columns:1fr}.hero-visual{justify-self:start;width:min(100%,620px);min-height:auto}.public-stats{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:540px){.public-hero{padding-left:24px;padding-right:24px}.public-hero h1{font-size:42px}.hero-card.primary{padding:26px}.hero-card.accent{width:112px;height:112px;margin:-10px 12px 0 auto}.hero-card.accent strong{font-size:27px}.public-stats{grid-template-columns:1fr}.philosophy-copy .philosophy-wide{grid-column:auto}}.public-site,body,html{overflow-x:hidden}.public-nav{flex-wrap:nowrap}.public-brand{min-width:max-content}.public-brand small{max-width:none!important;white-space:nowrap;font-size:10px!important}.public-hero{width:100%;max-width:100vw;grid-template-columns:minmax(0,1fr) minmax(360px,500px)!important;gap:44px!important;align-items:center!important;padding:clamp(64px,8vw,104px) clamp(28px,6vw,92px)!important;overflow:hidden!important}.public-hero-content{width:100%;max-width:760px!important;min-width:0!important}.public-hero h1{max-width:760px!important;font-size:clamp(48px,5vw,74px)!important;line-height:1!important;letter-spacing:-1.4px!important}.public-hero p{max-width:720px}.hero-visual{position:relative!important;width:100%!important;max-width:500px!important;min-height:auto!important;flex-direction:column!important;align-items:flex-end!important;gap:16px!important;justify-self:end!important}.hero-visual:after,.hero-visual:before{display:none!important}.hero-card{position:static!important;inset:auto!important;transform:none!important;backdrop-filter:none!important}.hero-card.primary{width:100%!important;min-height:auto!important;padding:34px!important;border-radius:30px!important;background:linear-gradient(160deg,#ffffff,#eef6fb)!important;color:#102b50!important;box-shadow:0 24px 70px #07182d42!important}.hero-card.primary span{color:#007c89!important}.hero-card.primary strong{color:#102b50!important;font-size:clamp(34px,3.2vw,46px)!important;line-height:1.03!important}.hero-card.primary small{display:block!important;max-width:420px!important;color:#52627a!important;font-size:13px!important;line-height:1.55!important}.hero-card.accent{width:auto!important;height:auto!important;margin:0!important;padding:14px 18px!important;border-radius:18px!important;background:#ffffffed!important;box-shadow:0 16px 42px #07182d33!important}.hero-card.accent strong{color:#007c89!important;font-family:Inter,Manrope,Helvetica Neue,Arial,sans-serif!important;font-size:24px!important;font-weight:900!important;line-height:1!important}.public-stats{max-width:100%!important}.public-stats strong{overflow:visible!important}.public-stats strong:nth-child(4) b{font-size:15px!important}@media(max-width:1100px){.public-hero{grid-template-columns:1fr!important}.hero-visual{justify-self:start!important;align-items:flex-start!important;max-width:620px!important}.public-brand{min-width:0}.public-brand small{white-space:normal}}@media(max-width:540px){.public-hero{padding:44px 24px!important}.public-hero h1{font-size:40px!important}.hero-card.primary{padding:26px!important}.hero-card.primary strong{font-size:31px!important}.public-brand small{font-size:9px!important}}.course-catalog .provider-meta small{font-size:11px!important;color:#33425a!important}.course-catalog .provider-meta svg{width:18px!important;height:18px!important}.speaker-meta>span{font-size:11px!important}.speaker-meta b{font-size:13px!important}.speaker-meta em{color:#52627a!important}.course-detail-link{font-size:12px!important}.course-catalog,.public-academic,.public-contact,.public-philosophy,.public-section{scroll-margin-top:112px}@media(max-width:780px){.course-catalog,.public-academic,.public-contact,.public-philosophy,.public-section{scroll-margin-top:168px}}.hero-visual{display:flex!important;align-items:center!important;justify-content:center!important}.hero-opening-card{position:relative;z-index:3;width:min(100%,520px);padding:38px 38px 34px;border:1px solid #dbe7f2;border-radius:32px;background:#fffffff7;box-shadow:0 28px 80px #07182d40;color:#102b50}.hero-opening-card b,.hero-opening-card small,.hero-opening-card span,.hero-opening-card strong{display:block}.hero-opening-card span{margin-bottom:12px;color:#007c89;font-size:13px;font-weight:950;letter-spacing:.08em;text-transform:uppercase}.hero-opening-card strong{max-width:420px;color:#102b50;font:750 clamp(36px,3.2vw,52px)/1.02 Georgia,serif;letter-spacing:-.8px}.hero-opening-card small{max-width:420px;margin-top:18px;color:#52627a;font-size:15px;font-weight:750;line-height:1.55}.hero-opening-card b{width:max-content;margin-top:22px;padding:14px 18px;border-radius:18px;background:#e8f6f7;color:#007c89;font:950 26px/1 Inter,Manrope,Helvetica Neue,Arial,sans-serif;letter-spacing:.02em}.hero-visual .hero-card{display:none!important}@media(max-width:540px){.hero-opening-card{padding:28px}.hero-opening-card strong{font-size:32px}.hero-opening-card small{font-size:13px}.hero-opening-card b{font-size:22px}}.public-site{font-size:16px!important}.public-nav nav a{font-size:14px!important;line-height:1.2!important}.public-nav-actions button{font-size:13px!important}.public-brand small{font-size:11px!important;line-height:1.25!important}.academic-intro p,.catalog-head p,.opening-event p,.philosophy-copy p,.public-contact p,.public-hero p,.public-split p{font-size:16px!important;line-height:1.85!important}.cart-row button,.course-catalog .program-actions button,.program-actions button,.public-actions a{font-size:13px!important}.academic-proof span,.courtroom-note span,.philosophy-pillars span,.public-events article p,.public-events article small{font-size:13px!important;line-height:1.7!important}.academic-proof strong,.courtroom-note strong,.philosophy-pillars strong{font-size:18px!important}.course-catalog .public-programs article>p{font-size:15px!important;line-height:1.75!important;color:#4c5d75!important}.course-catalog .provider-meta small{min-height:56px!important;font-size:13px!important;line-height:1.45!important}.course-catalog .provider-meta svg{width:20px!important;height:20px!important}.speaker-meta>span{font-size:13px!important;line-height:1.45!important}.speaker-meta b,.speaker-meta em{line-height:1.35!important}.course-detail-link{font-size:14px!important}.course-catalog .program-meta small{font-size:12px!important}.checkout-form label,.public-contact label{font-size:13px!important;line-height:1.4!important}.checkout-form input,.checkout-form select,.checkout-form textarea,.public-contact input,.public-contact select,.public-contact textarea{font-size:15px!important;line-height:1.4!important;padding:13px 14px!important}.checkout-note,.legal-box label,.legal-box p{font-size:13px!important;line-height:1.65!important}.cart-empty p,.cart-row small{font-size:13px!important;line-height:1.5!important}.cart-row strong{font-size:15px!important;line-height:1.35!important}.cart-row b{font-size:16px!important}.course-detail-modal{width:min(1120px,calc(100vw - 48px))!important;padding:34px!important;border-radius:28px!important}.course-detail-modal .modal-head{gap:20px!important}.course-detail-modal .modal-head h2{font-size:clamp(36px,4vw,54px)!important;line-height:1.08!important;letter-spacing:-.6px!important}.course-detail-modal .modal-head button{font-size:20px!important;font-weight:650!important}.course-detail-body{gap:24px!important}.detail-summary{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:14px!important}.detail-summary b,.detail-summary span,.detail-summary strong{min-height:78px!important;padding:16px!important;border-radius:20px!important;font-size:16px!important;line-height:1.25!important}.detail-summary b{font-size:25px!important;line-height:1.15!important}.course-detail-body section{padding:30px 32px!important;border-radius:22px!important}.course-detail-body h3{margin-bottom:14px!important;font-size:clamp(30px,3vw,42px)!important;line-height:1.1!important}.course-detail-body p{font-size:20px!important;line-height:1.8!important;color:#40516a!important}.course-detail-body .program-actions button{min-height:58px!important;font-size:15px!important}@media(max-width:780px){.public-nav nav a{font-size:13px!important}.course-detail-modal{width:min(100%,calc(100vw - 24px))!important;padding:24px!important}.detail-summary{grid-template-columns:1fr!important}.course-detail-modal .modal-head h2{font-size:32px!important}.course-detail-body p{font-size:17px!important}.course-detail-body section{padding:22px!important}.academic-intro p,.catalog-head p,.opening-event p,.philosophy-copy p,.public-contact p,.public-hero p,.public-split p{font-size:15px!important}.course-catalog .public-programs article>p{font-size:14px!important}.course-catalog .provider-meta small,.speaker-meta em,.speaker-meta>span{font-size:12px!important}.speaker-meta b{font-size:14px!important}}@media(max-width:540px){.public-brand small{font-size:10px!important;white-space:normal!important}.course-catalog .program-actions button,.program-actions button,.public-actions a{font-size:13px!important}.course-detail-modal .modal-head{align-items:flex-start!important}.course-detail-modal .modal-head button{font-size:17px!important}.course-detail-body p{font-size:16px!important}.detail-summary b,.detail-summary span,.detail-summary strong{min-height:64px!important}.detail-summary b{font-size:21px!important}}.hero-opening-card{gap:16px!important}.hero-opening-card span{margin:0!important;font-size:14px!important;letter-spacing:.1em!important}.hero-opening-card b{order:2;margin:0!important;padding:13px 18px!important;border-radius:18px!important;background:#e8f6f7!important;font:950 clamp(28px,3vw,38px)/1 Inter,Manrope,Helvetica Neue,Arial,sans-serif!important;letter-spacing:.01em!important}.hero-opening-card strong{order:3;margin-top:2px!important;font-size:clamp(38px,3.4vw,56px)!important;line-height:1.02!important}.hero-opening-card small{order:4;margin-top:0!important;font-size:16px!important;line-height:1.6!important}.hero-opening-card span{order:1}@media(max-width:540px){.hero-opening-card{gap:13px!important}.hero-opening-card b{font-size:26px!important}.hero-opening-card strong{font-size:32px!important}.hero-opening-card small{font-size:14px!important}}.payment-notice{position:relative;z-index:4;width:min(1180px,calc(100% - 40px));display:flex;align-items:center;justify-content:space-between;gap:16px;margin:22px auto -6px;padding:18px 22px;border:1px solid #cfe4ee;border-left:7px solid #007c89;border-radius:18px;background:#f4fbfc;color:#102b50;font-size:16px;font-weight:800;line-height:1.5;box-shadow:0 14px 38px #17365f14}.payment-notice span{flex:1}.payment-notice button{min-height:42px;padding:0 16px;border:0;border-radius:999px;background:#17365f;color:#fff;font-size:13px;font-weight:900;white-space:nowrap}@media(max-width:540px){.payment-notice{width:calc(100% - 28px);margin-top:14px;font-size:14px}}.app{background:radial-gradient(circle at top right,#e7f3f7 0,transparent 36%),linear-gradient(180deg,#f7f9fc,#eef3f8)}.sidebar{background:#fffffffa;border-right:1px solid #dce7f3;box-shadow:18px 0 48px #17365f0a}.brand strong{color:#102b50;font-size:21px}.brand span{color:#52627a;text-transform:none;letter-spacing:0;font-size:10px;line-height:1.35}.sidebar nav label{color:#7e8da4;font-size:10px}.sidebar nav button{min-height:48px;color:#40516a;font-size:13px;font-weight:850}.sidebar nav button.active,.sidebar nav button:hover{background:#e8f0f8;color:#17365f}.support{background:linear-gradient(135deg,#17365f,#244d7d);color:#fff}.support small{color:#dce8f5}.topbar{background:#fffffff5;border-bottom:1px solid #dce7f3;box-shadow:0 12px 32px #17365f0a}.search input{font-size:13px}.role strong{font-size:12px;color:#102b50}.role small{font-size:10px}.role>button>b{background:#e8f0f8;color:#17365f}.demo-badge{height:32px;font-size:10px}.page-head{padding:28px;border:1px solid #dce7f3;border-radius:26px;background:linear-gradient(135deg,#fff,#f8fbff);box-shadow:0 22px 54px #17365f0c}.page-head h1{color:#102b50;font:650 clamp(32px,3.2vw,44px) Georgia,serif}.page-head p{max-width:760px;color:#52627a;font-size:15px;line-height:1.75}.eyebrow{color:#007c89;font-size:11px;letter-spacing:.12em}.primary{min-height:46px;border-radius:999px;background:#17365f;font-size:13px;font-weight:900;box-shadow:0 14px 34px #17365f1f}.primary:hover{background:#0d2545}.auth-card input,.entity-form input,.entity-form select,.entity-form textarea,.metric,.panel,.summary,.table,.toolbar button,.toolbar label{border-color:#dce7f3;border-radius:20px;background:#fff;box-shadow:0 16px 40px #17365f08}.attention p,.feature-card p,.metric span,.program-body p,.summary span,.toolbar button,.tr{font-size:13px;line-height:1.55}.metric strong,.summary strong{color:#102b50}.event small,.metric small,.mini-row small{font-size:11px}.panel-title h2{color:#102b50;font-size:24px}.panel-title button{display:none}.tr{min-height:68px;font-size:13px}.tr.th{min-height:46px;background:#f4f8fc;color:#52627a;font-size:11px}.person strong{font-size:13px}.mini-row>b,.person b{background:#e8f0f8;color:#17365f}.pill{padding:7px 10px;font-size:11px!important}.toolbar input{font-size:13px}.toolbar button{height:44px}.chart>div>span{background:linear-gradient(#007c89,#17365f)}.cover{background:linear-gradient(135deg,#17365f,#007c89)}.feature-card strong,.program-body h2{color:#102b50;font-size:20px}.feature-icon,.metric-icon.blue,.metric-icon.wine{background:#e8f0f8;color:#17365f}.app-tile{background:linear-gradient(135deg,#17365f,#244d7d);box-shadow:0 18px 44px #17365f12}.app-tile p{font-size:12px}.app-tile strong{font-size:16px}.form-message,.inline-message{border:1px solid #cfe4ee;border-radius:16px;background:#f4fbfc;color:#102b50;font-size:13px}@media(max-width:780px){.page-head{padding:22px}.page-head p{font-size:14px}.payment-notice{align-items:flex-start;flex-direction:column}.payment-notice button{width:100%}.attention p,.feature-card p,.metric span,.program-body p,.summary span,.toolbar button,.tr{font-size:12px}}.role-scope-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:17px;margin-bottom:17px}.role-scope-card{background:linear-gradient(135deg,#fff,#f8fbff)}.role-scope-card.limited{background:linear-gradient(135deg,#fff,#fbf7f7)}.scope-list{display:grid;gap:10px;margin-top:16px}.scope-list p{display:flex;align-items:flex-start;gap:10px;margin:0;padding:12px;border:1px solid #dce7f3;border-radius:15px;background:#fff;color:#40516a;font-size:13px;font-weight:700;line-height:1.55}.scope-list svg{flex:0 0 auto;margin-top:2px;color:#007c89}.role-scope-card.limited .scope-list svg{color:#9c3f4d}.sidebar nav{overflow:auto;padding-right:2px}.sidebar nav button span{line-height:1.25}.role-tasks{margin-top:0}.executive-filter{display:grid;grid-template-columns:1fr 170px 170px auto;gap:14px;align-items:end;margin-bottom:18px}.executive-filter small,.executive-filter strong{display:block}.executive-filter strong{color:#102b50;font-size:18px}.executive-filter small{margin-top:5px;color:#52627a;font-size:12px}.executive-filter label,.rubric-grid label{display:grid;gap:6px;color:#40516a;font-size:12px;font-weight:850}.executive-filter input,.rubric-grid input,.rubric-grid select{width:100%;height:42px;border:1px solid #dce7f3;border-radius:12px;background:#fff;color:#102b50;font-size:13px;padding:0 12px}.executive-projects{margin-bottom:18px}.project-list{display:grid;gap:12px;margin-top:14px}.project-row{display:grid;grid-template-columns:minmax(220px,1.2fr) 150px minmax(220px,1fr) auto;gap:14px;align-items:center;padding:16px;border:1px solid #dce7f3;border-radius:18px;background:#f8fbff}.project-row.done{background:#f3faf9;border-color:#bfe0de}.project-row small,.project-row span,.project-row strong{display:block}.project-row strong{color:#102b50;font-size:15px}.project-row p,.project-row small,.project-row span{color:#52627a;font-size:12px;line-height:1.55}.project-row p{margin:0}.project-progress b{display:block;margin-bottom:6px;color:#007c89;font-size:18px}.project-progress i{display:block;height:8px;overflow:hidden;border-radius:999px;background:#dce7f3}.project-progress span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#007c89,#17365f)}.project-row button,.row-actions button{height:38px;padding:0 12px;border:1px solid #cbd9e9;border-radius:999px;background:#fff;color:#17365f;font-size:12px;font-weight:900}.class-calendar{display:grid;gap:10px;margin-top:14px}.class-calendar article{display:grid;grid-template-columns:130px 1fr auto;gap:12px;align-items:center;padding:14px;border:1px solid #dce7f3;border-radius:16px;background:#f8fbff}.class-calendar time{display:grid;gap:4px;color:#17365f}.class-calendar time strong{font-size:13px}.class-calendar time span{font-size:12px;font-weight:900;color:#007c89}.class-calendar b,.class-calendar small{display:block}.class-calendar b{color:#102b50;font-size:14px}.class-calendar small{margin-top:4px;color:#52627a;font-size:12px}.class-calendar button{height:36px;padding:0 12px;border:0;border-radius:999px;background:#17365f;color:#fff;font-size:12px;font-weight:900}.secure-note{margin:14px 0 0;padding:12px 14px;border:1px solid #cfe4ee;border-radius:14px;background:#f4fbfc;color:#40516a!important;font-size:13px!important;line-height:1.65!important}.teacher-course.confirmed{border-color:#bfe0de;background:#f3faf9}.teacher-course.confirmed button{background:#007c89}.rubric-editor{margin:0 0 17px}.rubric-grid{display:grid;gap:12px;margin:14px 0}.rubric-grid article{display:grid;grid-template-columns:1fr 120px 180px;gap:12px;padding:14px;border:1px solid #dce7f3;border-radius:18px;background:#f8fbff}.row-actions{display:flex;align-items:center;gap:8px}.row-actions select{height:38px;border:1px solid #dce7f3;border-radius:999px;background:#fff;color:#102b50;font-size:12px;padding:0 10px}@media(max-width:1100px){.class-calendar article,.executive-filter,.project-row,.rubric-grid article{grid-template-columns:1fr}.class-calendar button,.project-row button{width:100%}.row-actions{width:100%;align-items:stretch;flex-direction:column}.row-actions button,.row-actions select{width:100%}.role-scope-grid{grid-template-columns:1fr}}.project-controls{display:flex;flex-wrap:wrap;gap:10px;margin:18px 0}.project-controls button{min-height:40px;padding:0 14px;border:1px solid #cbd9e9;border-radius:999px;background:#fff;color:#40516a;font-size:12px;font-weight:900}.project-controls button.active{border-color:#17365f;background:#17365f;color:#fff}.project-manager{display:grid;grid-template-columns:minmax(260px,.9fr) minmax(360px,1.1fr) minmax(260px,.65fr);gap:16px;align-items:start}.project-board{display:grid;gap:12px;max-height:640px;overflow:auto;padding-right:4px}.project-card{display:grid;gap:8px;width:100%;padding:16px;border:1px solid #dce7f3;border-radius:20px;background:#f8fbff;color:#102b50;text-align:left;box-shadow:0 12px 28px #17365f08}.project-card.active{border-color:#007c89;background:#f2fbfc}.project-card em,.project-card small,.project-card span{color:#52627a;font-size:12px;line-height:1.45}.project-card span{color:#007c89;font-weight:950;text-transform:uppercase;letter-spacing:.08em}.project-card strong{font-size:15px;line-height:1.35}.project-card em{font-style:normal}.project-detail,.project-new{padding:20px;border:1px solid #dce7f3;border-radius:24px;background:#fff;box-shadow:0 18px 42px #17365f0a}.project-detail-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:18px}.project-detail h3{margin:5px 0 7px;color:#102b50;font:650 24px Georgia,serif}.project-detail p{margin:0;color:#52627a;font-size:13px;line-height:1.55}.project-detail select,.project-new input,.project-new select,.virtual-create input{min-height:42px;border:1px solid #dce7f3;border-radius:13px;background:#fff;color:#102b50;font-size:13px;padding:0 12px}.project-detail label{display:grid;gap:8px;color:#40516a;font-size:13px;font-weight:850}.project-detail input[type=range]{width:100%;accent-color:#007c89}.project-checklist{display:grid;gap:10px;margin:18px 0}.project-checklist label{display:flex;align-items:center;gap:10px;padding:11px 12px;border:1px solid #dce7f3;border-radius:14px;background:#f8fbff;font-weight:800}.project-checklist input{accent-color:#007c89}.project-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px}.project-actions button,.project-new button,.secondary-button,.teacher-tools button,.video-card button{min-height:42px;border:1px solid #cbd9e9;border-radius:999px;background:#fff;color:#17365f;font-size:12px;font-weight:950}.project-actions button:last-child,.teacher-tools button:hover,.video-card button:hover{background:#17365f;color:#fff}.project-new{display:grid;gap:11px}.project-new strong{color:#102b50;font-size:18px}.teacher-workspace{margin-top:18px}.teacher-tools{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-top:16px}.teacher-tools article{padding:18px;border:1px solid #dce7f3;border-radius:20px;background:#f8fbff}.teacher-tools strong{display:block;color:#102b50;font-size:17px}.teacher-tools p{min-height:48px;margin:8px 0 14px;color:#52627a;font-size:13px;line-height:1.55}.virtual-create{display:grid;grid-template-columns:1fr auto;gap:12px;align-items:end;margin-bottom:17px}.virtual-create label{display:grid;gap:7px;color:#40516a;font-size:13px;font-weight:850}.video-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.video-card{display:grid;grid-template-columns:220px 1fr;gap:16px;padding:16px;border:1px solid #dce7f3;border-radius:24px;background:#fff;box-shadow:0 18px 42px #17365f0a}.video-thumb{min-height:142px;display:grid;place-items:center;position:relative;overflow:hidden;border-radius:18px;background:linear-gradient(135deg,#17365f,#007c89);color:#fff}.video-thumb span{width:62px;height:62px;display:grid;place-items:center;border:1px solid #ffffff99;border-radius:50%;background:#ffffff21;font-size:24px}.video-thumb small{position:absolute;left:12px;bottom:12px;padding:6px 10px;border-radius:999px;background:#ffffffe8;color:#17365f;font-size:11px;font-weight:950}.video-card strong{display:block;color:#102b50;font:650 20px Georgia,serif;line-height:1.2}.video-card p{margin:8px 0 12px;color:#52627a;font-size:13px;line-height:1.55}.video-card button{margin-top:12px;padding:0 18px}.feature-card .secondary-button{margin-top:14px;padding:0 14px}.app .student-apps.teacher-apps{margin-top:18px}@media(max-width:1180px){.project-manager{grid-template-columns:1fr}.teacher-tools{grid-template-columns:repeat(2,minmax(0,1fr))}.video-grid{grid-template-columns:1fr}}@media(max-width:680px){.project-detail-head,.virtual-create{grid-template-columns:1fr;display:grid}.project-actions,.teacher-tools,.video-card{grid-template-columns:1fr}.video-thumb{min-height:180px}.project-controls button{flex:1}.project-detail h3{font-size:21px}}.project-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:0 0 18px}.project-fields .wide{grid-column:1/-1}.project-fields input,.project-fields select,.project-fields textarea,.table input,.table select{width:100%;border:1px solid #dce7f3;border-radius:12px;background:#fff;color:#102b50;font-size:13px;padding:10px 12px}.project-fields textarea{resize:vertical}.project-new textarea{width:100%;border:1px solid #dce7f3;border-radius:13px;padding:11px 12px;color:#102b50;font-size:13px;resize:vertical}.course-type-badge{align-self:flex-start;padding:8px 10px;border-radius:999px;background:#ffffffdd;color:#17365f;font-size:11px;font-weight:950;text-transform:capitalize}.program-key-meta{display:grid;grid-template-columns:1fr;gap:8px;margin:12px 0}.program-key-meta strong{display:flex;align-items:center;min-height:38px;padding:9px 12px;border-radius:13px;background:#eef5fb;color:#102b50;font-size:14px!important;line-height:1.25}.certificate-layout,.crm-workspace,.evaluation-workspace,.finance-workspace{display:grid;grid-template-columns:minmax(360px,.8fr) minmax(420px,1.2fr);gap:17px;margin-bottom:17px}.crm-form .panel-title,.evaluation-workspace .panel-title,.finance-workspace .panel-title{grid-column:1/-1}.crm-pipeline{align-self:start}.pipeline-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;margin-top:16px}.pipeline-grid div{display:grid;gap:5px;min-height:104px;align-content:center;padding:14px;border:1px solid #dce7f3;border-radius:18px;background:linear-gradient(180deg,#fff,#f5f9fd);text-align:center}.pipeline-grid strong{color:#007c89;font-size:11px;text-transform:uppercase;letter-spacing:.08em}.pipeline-grid b{color:#102b50;font:750 30px Georgia,serif}.pipeline-grid small{color:#52627a;font-size:12px}.certificate-preview{padding:22px;border:1px solid #dce7f3;border-radius:24px;background:linear-gradient(135deg,#17365f,#007c89);box-shadow:0 18px 44px #17365f18}.certificate-paper{min-height:420px;display:grid;align-content:center;gap:22px;padding:42px;border-radius:18px;background:#fff;color:#102b50;text-align:center}.certificate-paper span{justify-self:center;width:82px;height:82px;display:grid;place-items:center;border:1px solid #dce7f3;border-radius:50%;font:750 28px Georgia,serif;color:#17365f}.certificate-paper h2{margin:0;font:750 38px Georgia,serif}.certificate-paper p{margin:0;color:#52627a;font-size:18px;line-height:1.8}.certificate-paper small{color:#007c89;font-size:13px;font-weight:900}.mini-primary{min-height:38px!important;padding:0 14px!important;font-size:12px!important}.student-history{margin-bottom:18px}.student-history .tr{grid-template-columns:1.2fr .7fr .7fr .9fr}.finance-workspace{align-items:start}.finance-workspace .secure-note{margin-top:14px}@media(max-width:1180px){.certificate-layout,.crm-workspace,.evaluation-workspace,.finance-workspace{grid-template-columns:1fr}.pipeline-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:680px){.pipeline-grid,.project-fields{grid-template-columns:1fr}.certificate-paper{min-height:320px;padding:26px}.certificate-paper h2{font-size:28px}.certificate-paper p{font-size:15px}.program-key-meta strong{font-size:13px!important}}.invoice-admin{margin:0 0 18px}.invoice-admin .table{margin-top:16px}.invoice-upload-grid{display:grid;grid-template-columns:minmax(220px,1fr) minmax(220px,1fr) auto;gap:12px;align-items:end;margin:16px 0}.invoice-upload-grid label{display:grid;gap:7px;color:#40516a;font-size:13px;font-weight:850}.invoice-upload-grid select{min-height:42px;border:1px solid #dce7f3;border-radius:13px;background:#fff;color:#102b50;font-size:13px;padding:0 12px}.student-finance{margin-bottom:18px}.student-finance .tr{grid-template-columns:1.25fr .7fr .7fr .7fr .85fr}.student-finance .secondary-button{width:max-content;min-height:36px;padding:0 14px}.student-hero+.student-videos,.student-main>.student-videos{scroll-margin-top:96px}.student-main .table .tr{font-size:13px}.student-main .table .th{font-size:11px}.document-item small{font-size:12px!important;line-height:1.55!important}.student-videos .panel-title h2{font-size:26px}.class-calendar small,.student-program span,.student-videos p{font-size:13px!important;line-height:1.55!important}.youtube-frame{position:relative;width:100%;aspect-ratio:16/9;overflow:hidden;background:#07192f}.youtube-frame iframe{position:absolute;inset:0;width:100%;height:100%;border:0}.student-payment-readonly .table,.student-videos .table{margin-top:14px}.app-tile{cursor:pointer}.app-tile:hover{transform:translateY(-2px);box-shadow:0 22px 54px #17365f1e}.student-module-grid{display:grid;grid-template-columns:minmax(420px,1fr) minmax(360px,.8fr);gap:18px;align-items:start}.class-calendar.full article{grid-template-columns:150px minmax(260px,1fr) auto}.class-calendar button:disabled{background:#dfe8f2;color:#52627a;cursor:not-allowed}.student-video-stage{display:grid;grid-template-columns:minmax(520px,1fr) minmax(280px,.45fr);gap:20px;align-items:center;margin-bottom:20px;padding:24px;border:1px solid #dce7f3;border-radius:26px;background:linear-gradient(135deg,#102b50,#17365f);color:#fff;box-shadow:0 22px 54px #17365f18}.student-video-stage h2{margin:8px 0;color:#fff;font:650 34px Georgia,serif;line-height:1.12}.student-video-stage p{margin:0 0 12px;color:#dce8f5;font-size:15px;line-height:1.55}.student-video-shelf{padding:24px;border:1px solid #dce7f3;border-radius:26px;background:#fff}.netflix-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-top:18px}.netflix-grid button{display:grid;gap:10px;padding:0 0 14px;border:1px solid #dce7f3;border-radius:20px;background:#f8fbff;color:#102b50;text-align:left;overflow:hidden}.netflix-grid small,.netflix-grid strong{display:block;padding:0 14px}.netflix-grid strong{font:650 16px Georgia,serif;line-height:1.25}.netflix-grid small{color:#52627a;font-size:12px;line-height:1.45}.student-task-list{display:grid;gap:18px}.assignment-card p{color:#40516a;font-size:15px;line-height:1.7}.assignment-meta{display:flex;flex-wrap:wrap;gap:10px;margin:12px 0}.assignment-meta span{padding:10px 12px;border-radius:999px;background:#eef5fb;color:#40516a;font-size:13px}.bibliography-box{margin:14px 0;padding:14px 16px;border:1px solid #dce7f3;border-radius:16px;background:#f8fbff}.bibliography-box strong{color:#102b50}.bibliography-box p{margin:5px 0 0!important;font-size:13px!important}.rubric-scale{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin:15px 0}.rubric-scale div{padding:13px;border:1px solid #dce7f3;border-radius:15px;background:#fff}.rubric-scale span,.rubric-scale strong{display:block}.rubric-scale strong{color:#007c89;font-size:13px}.rubric-scale span{margin-top:6px;color:#52627a;font-size:12px;line-height:1.45}.student-submit-box{display:grid;grid-template-columns:minmax(220px,.7fr) 1fr auto;gap:12px;align-items:end;margin-top:16px}.document-requirements label,.student-submit-box label{display:grid;gap:7px;color:#40516a;font-size:13px;font-weight:850}.document-requirements select,.student-submit-box input,.student-submit-box textarea{width:100%;border:1px solid #dce7f3;border-radius:13px;background:#fff;color:#102b50;font-size:13px;padding:10px 12px}.profile-photo-card{display:grid;justify-items:center;gap:16px}.profile-photo-card .student-photo{width:190px}.student-certificate-preview{background:linear-gradient(135deg,#0d2545,#17365f 55%,#007c89)}.certificate-paper.formal{position:relative;overflow:hidden;border:10px solid #f4f8fc;box-shadow:inset 0 0 0 2px #d7b84f}.certificate-paper.formal:before{content:"";position:absolute;inset:22px;border:1px solid #d7b84f;border-radius:12px;pointer-events:none}.certificate-paper.formal h2{color:#102b50;text-transform:none}.certificate-paper.formal p strong{color:#102b50}.certificate-paper.formal footer{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:10px;color:#52627a;font-size:12px}.document-requirements{margin-bottom:18px}.requirement-checks{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:14px}.requirement-checks label{display:flex;align-items:center;gap:10px;padding:12px;border:1px solid #dce7f3;border-radius:15px;background:#f8fbff}.requirement-checks input{accent-color:#007c89}.teacher-academic-grid{display:grid;grid-template-columns:minmax(380px,.9fr) minmax(420px,1fr);gap:17px;margin-bottom:17px}.teacher-task-list{display:grid;gap:12px}.teacher-task-list article{display:grid;gap:7px;padding:14px;border:1px solid #dce7f3;border-radius:18px;background:#f8fbff}.teacher-task-list strong{color:#102b50;font-size:16px}.teacher-task-list p,.teacher-task-list small,.teacher-task-list span{color:#52627a;font-size:13px;line-height:1.55}.teacher-task-list p{margin:0}@media(max-width:1180px){.student-module-grid,.student-video-stage,.teacher-academic-grid{grid-template-columns:1fr}.netflix-grid,.requirement-checks,.rubric-scale{grid-template-columns:repeat(2,minmax(0,1fr))}.student-submit-box{grid-template-columns:1fr}}@media(max-width:680px){.certificate-paper.formal footer,.netflix-grid,.requirement-checks,.rubric-scale{grid-template-columns:1fr}.student-video-stage h2{font-size:28px}.class-calendar.full article{grid-template-columns:1fr}}.program-body .program-meta{font-size:12px!important;line-height:1.4!important}.program-body p{font-size:14px!important;line-height:1.6!important}.program-key-meta strong{font-size:16px!important;min-height:44px!important}.program-body .capacity{margin-top:16px;font-size:15px!important;gap:14px}.program-body .capacity span{align-items:center;gap:7px;font-size:14px!important;font-weight:850;color:#40516a}.program-body .capacity strong{color:#102b50;font:800 25px Georgia,serif!important;white-space:nowrap}.entity-form label{font-size:13px!important}.entity-form input,.entity-form select,.entity-form textarea{font-size:14px!important;min-height:44px!important}@media(max-width:780px){.invoice-upload-grid,.student-finance .tr{grid-template-columns:1fr}.student-main .table .tr{min-width:720px}.program-body .capacity{align-items:flex-start;flex-direction:column}.program-body .capacity strong{font-size:24px!important}}.hero-carousel{position:relative!important;display:grid!important;grid-template-columns:minmax(0,1fr) minmax(360px,520px)!important;gap:44px!important;padding-bottom:128px!important}.hero-masterclass-slide{background-image:radial-gradient(circle at 78% 20%,#007c8960 0,transparent 30%),linear-gradient(120deg,#0d2545,#17365f 58%,#244d7d)!important}.masterclass-hero-copy h1{font-size:clamp(42px,4.8vw,68px)!important}.hero-masterclass-meta{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:22px 0}.hero-masterclass-meta strong{display:flex;align-items:center;gap:8px;min-height:58px;padding:12px 14px;border:1px solid #ffffff36;border-radius:17px;background:#ffffff16;color:#fff;font-size:14px;line-height:1.25}.hero-masterclass-card{position:relative;z-index:3;display:grid;gap:16px;width:min(100%,520px);padding:34px;border:1px solid #dbe7f2;border-radius:32px;background:#fffffff7;color:#102b50;box-shadow:0 28px 80px #07182d40}.hero-masterclass-card>span{color:#007c89;font-size:13px;font-weight:950;letter-spacing:.1em;text-transform:uppercase}.hero-masterclass-card h2{margin:0;color:#102b50;font:750 clamp(30px,3vw,46px)/1.05 Georgia,serif}.hero-masterclass-card>p{margin:0;color:#52627a;font-size:16px!important;line-height:1.55!important}.hero-faculty-box{padding:16px;border:1px solid #dce7f3;border-radius:20px;background:#f8fbff}.hero-faculty-box small,.hero-faculty-box strong{display:block}.hero-faculty-box strong{color:#102b50;font-size:15px}.hero-faculty-box small{margin-top:8px;color:#52627a;font-size:13px;line-height:1.6}.hero-price-box{display:grid;grid-template-columns:auto 1fr;gap:4px 12px;align-items:end;width:max-content;padding:16px 18px;border-radius:22px;background:#e8f6f7}.hero-price-box b{grid-row:1/3;color:#007c89;font:950 42px/1 Georgia,serif}.hero-price-box small{color:#102b50;font-size:12px;font-weight:900;text-transform:uppercase}.cart-price del,.detail-price del,.hero-price-box del,.price-stack del{color:#b42333;text-decoration:line-through;text-decoration-thickness:2px;font-weight:900}.hero-price-box del{font-size:18px}.hero-carousel-controls{position:absolute;left:clamp(28px,6vw,92px);right:clamp(28px,6vw,92px);bottom:42px;z-index:6;display:flex;align-items:center;justify-content:space-between;gap:18px}.hero-carousel-controls>button{min-height:42px;padding:0 16px;border:1px solid #ffffff66;border-radius:999px;background:#ffffff17;color:#fff;font-size:13px;font-weight:900}.hero-carousel-controls>div{display:flex;gap:8px;align-items:center}.hero-carousel-controls>div button{width:11px;height:11px;padding:0;border:1px solid #ffffff80;border-radius:50%;background:#ffffff33}.hero-carousel-controls>div button.active{width:32px;border-radius:999px;background:#fff}.price-stack{display:grid;gap:3px}.price-stack b{font-size:34px!important;color:#102b50}.price-stack small{font-size:12px!important;color:#52627a!important;text-align:left!important}.price-stack del{font-size:17px}.detail-price{display:grid!important;gap:4px!important;text-align:center!important}.detail-price i{color:#fff;font-style:normal}.detail-price del{font-size:18px}.cart-price{display:grid!important;gap:4px!important;text-align:right!important}.cart-price del{font-size:13px}.public-programs article{position:relative}.public-programs article:after{content:"Oferta por Apertura";position:absolute;top:14px;right:14px;padding:7px 10px;border-radius:999px;background:#fff3f3;color:#b42333;font-size:11px;font-weight:950}.opening-event-date small{font-size:12px!important}@media(max-width:1100px){.hero-carousel{grid-template-columns:1fr!important}.hero-masterclass-meta{grid-template-columns:1fr}.hero-carousel-controls{position:relative;left:auto;right:auto;bottom:auto;grid-column:1/-1;margin-top:8px}.hero-visual{max-width:640px!important}.hero-masterclass-card{width:100%}}@media(max-width:540px){.hero-carousel{padding-bottom:44px!important}.hero-masterclass-card{padding:26px}.hero-price-box{width:100%;grid-template-columns:1fr}.hero-price-box b{grid-row:auto;font-size:36px}.hero-carousel-controls{align-items:stretch;flex-direction:column}.hero-carousel-controls>button{width:100%}.hero-carousel-controls>div{justify-content:center}.price-stack b{font-size:30px!important}.public-programs article:after{position:static;display:inline-flex;width:max-content;margin:0 18px 10px 26px}}.hero-teacher-meta{grid-column:1/-1!important;align-items:flex-start!important;min-height:86px!important}.hero-teacher-meta b,.hero-teacher-meta em,.hero-teacher-meta span{display:block}.hero-teacher-meta b{color:#fff;font:950 clamp(28px,3.4vw,46px)/1.02 Georgia,serif;letter-spacing:-.8px}.hero-teacher-meta em{margin-top:8px;color:#dce8f5;font-size:18px;font-style:normal;font-weight:850;line-height:1.25}.hero-teacher-feature{display:grid;gap:6px;padding:18px;border:1px solid #dce7f3;border-radius:22px;background:linear-gradient(135deg,#f8fbff,#eef7f8)}.hero-teacher-feature span{color:#007c89;font-size:12px;font-weight:950;letter-spacing:.12em;text-transform:uppercase}.hero-teacher-feature strong{color:#102b50;font:950 clamp(34px,3.6vw,54px)/.98 Georgia,serif;letter-spacing:-1px}.hero-teacher-feature em{color:#52627a;font-size:19px;font-style:normal;font-weight:850;line-height:1.3}.hero-faculty-box small:empty,.hero-teacher-feature em:empty{display:none}@media(max-width:680px){.hero-teacher-meta b{font-size:30px}.hero-teacher-feature em,.hero-teacher-meta em{font-size:15px}.hero-teacher-feature strong{font-size:34px}}.hero-masterclass-slide .hero-masterclass-meta{grid-template-columns:repeat(2,minmax(0,1fr));max-width:640px}.hero-masterclass-slide .hero-masterclass-card{gap:20px;padding:38px}.hero-masterclass-slide .hero-teacher-feature{padding:0;border:0;background:transparent}.hero-masterclass-slide .hero-teacher-feature span{margin-bottom:4px}.hero-masterclass-slide .hero-teacher-feature strong{font-size:clamp(42px,4.6vw,68px);line-height:.95}.hero-masterclass-slide .hero-faculty-box{padding:20px;border-radius:24px}.hero-masterclass-slide .hero-faculty-box strong{font-size:18px}.hero-masterclass-slide .hero-faculty-box small{font-size:15px}.hero-masterclass-slide .hero-price-box{margin-top:2px}@media(max-width:680px){.hero-masterclass-slide .hero-masterclass-meta{grid-template-columns:1fr}.hero-masterclass-slide .hero-masterclass-card{padding:28px}.hero-masterclass-slide .hero-teacher-feature strong{font-size:38px}}.hero-carousel{min-height:clamp(620px,74vh,760px)!important;padding-top:clamp(38px,5vw,72px)!important;padding-bottom:92px!important}.hero-masterclass-slide{align-items:center!important}.hero-masterclass-slide .public-hero-content{max-width:720px}.hero-masterclass-slide .masterclass-hero-copy h1{font-size:clamp(40px,4.2vw,58px)!important;line-height:1!important}.hero-masterclass-slide .masterclass-hero-copy p{max-width:680px;font-size:16px!important;line-height:1.65!important}.hero-masterclass-slide .hero-visual{min-height:0}.hero-masterclass-slide .hero-masterclass-card{width:min(100%,540px);gap:16px;padding:30px 32px}.hero-masterclass-slide .hero-teacher-feature strong{font-size:clamp(34px,3.35vw,48px);line-height:1}.hero-role-box{display:grid;gap:6px;padding:15px 16px;border-radius:20px;background:#eef5fb;border:1px solid #dce7f3}.hero-role-box strong{color:#007c89;font-size:12px;font-weight:950;letter-spacing:.11em;text-transform:uppercase}.hero-role-box span{line-height:1.28}.hero-masterclass-slide .hero-faculty-box{padding:16px 18px}.hero-masterclass-slide .hero-faculty-box strong{font-size:16px}.hero-masterclass-slide .hero-faculty-box small{font-size:13px;line-height:1.55}.hero-masterclass-slide .hero-price-box b{font-size:36px}.hero-masterclass-slide .hero-price-box del{font-size:16px}.hero-masterclass-slide .hero-carousel-controls{bottom:30px}@media(max-width:1100px){.hero-carousel{min-height:auto!important;padding-bottom:40px!important}.hero-masterclass-slide .hero-visual{max-width:720px!important}.hero-masterclass-slide .hero-carousel-controls{margin-top:0}}@media(max-width:680px){.hero-masterclass-slide .masterclass-hero-copy h1{font-size:34px!important}.hero-masterclass-slide .masterclass-hero-copy p{font-size:14px!important}.hero-masterclass-slide .hero-teacher-feature strong{font-size:32px}.hero-role-box span{font-size:15px}}.hero-masterclass-slide{background-image:radial-gradient(circle at 78% 22%,color-mix(in srgb,var(--hero-accent,#007c89) 72%,transparent) 0,transparent 31%),linear-gradient(120deg,#0d2545 0,#17365f 58%,#244d7d 100%)!important}.hero-masterclass-slide .hero-masterclass-card{min-height:455px;max-height:455px;grid-template-rows:auto auto minmax(0,1fr) auto;overflow:hidden}.hero-masterclass-slide .hero-teacher-feature strong{display:-webkit-box;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:clamp(32px,3vw,43px)!important;line-height:1.02!important;letter-spacing:-.7px}.hero-role-box{padding:13px 16px;border-color:color-mix(in srgb,var(--hero-accent,#007c89) 38%,#dce7f3);background:linear-gradient(135deg,color-mix(in srgb,var(--hero-accent,#007c89) 13%,#fff),#f7fbff)}.hero-role-box span{display:block;color:#102b50;font-size:18px;font-weight:900;line-height:1.24}.hero-masterclass-slide .hero-faculty-box{border-color:color-mix(in srgb,var(--hero-accent,#007c89) 32%,#dce7f3)}.hero-masterclass-slide .hero-faculty-box strong{color:var(--hero-accent,#007c89)}.hero-masterclass-slide .hero-faculty-box small{display:-webkit-box;overflow:hidden;-webkit-line-clamp:6;-webkit-box-orient:vertical}.hero-masterclass-slide .hero-price-box{background:color-mix(in srgb,var(--hero-accent,#007c89) 13%,#fff)}.hero-masterclass-slide .hero-price-box b{color:var(--hero-accent,#007c89)}.hero-masterclass-slide .hero-carousel-controls{display:none!important}.hero-carousel{padding-bottom:54px!important}@media(max-width:1100px){.hero-masterclass-slide .hero-masterclass-card{min-height:auto;max-height:none}.hero-carousel{padding-bottom:38px!important}}@media(max-width:680px){.hero-masterclass-slide .hero-teacher-feature strong{-webkit-line-clamp:3;font-size:30px!important}.hero-masterclass-slide .hero-faculty-box small{-webkit-line-clamp:8}.hero-role-box span{font-size:15px}}:root{--ihp-navy:#102b50;--ihp-blue:#17365f;--ihp-teal:#007c89;--ihp-gold:#d8b432;--ihp-cream:#f7f3ea;--ihp-paper:#fffdf8;--ihp-ink:#0d223f;--ihp-muted:#536177}.public-site{background:radial-gradient(circle at 14% 6%,#e8f1f7 0,transparent 26%),radial-gradient(circle at 88% 12%,#dcecef 0,transparent 28%),linear-gradient(180deg,#fbfcfd,#f3f7fb 44%,#eef5f7)!important;color:var(--ihp-ink)!important}.public-site:before{content:"";position:fixed;inset:0;z-index:-1;opacity:.42;background-image:linear-gradient(90deg,#102b5008 1px,transparent 0),linear-gradient(#102b5006 1px,transparent 0);background-size:72px 72px}.public-nav{min-height:86px!important;background:#fffffff4!important;box-shadow:0 18px 58px #102b5010!important}.public-nav:before{content:"";position:absolute;left:0;right:0;top:0;height:4px;background:linear-gradient(90deg,var(--ihp-blue),var(--ihp-teal),var(--ihp-gold))}.public-brand strong{font-size:28px!important;letter-spacing:-.4px!important;color:var(--ihp-blue)!important}.public-brand small{color:var(--ihp-muted)!important;font-weight:700!important}.public-brand img{width:58px!important;height:58px!important;border:1px solid #d8e3ef!important;box-shadow:0 12px 36px #102b5014!important}.public-nav nav a{position:relative;font-size:13px!important;font-weight:900!important;letter-spacing:.01em!important}.public-nav nav a:after{content:"";position:absolute;left:0;right:0;bottom:-8px;height:2px;background:var(--ihp-gold);transform:scaleX(0);transform-origin:left;transition:transform .2s ease}.public-nav nav a:hover:after{transform:scaleX(1)}.public-nav-actions button{min-height:46px!important;padding:0 20px!important;border:1px solid #17365f18!important;box-shadow:0 12px 28px #102b5012!important}.public-nav-actions button:not(.cart-button){background:linear-gradient(135deg,var(--ihp-blue),#244d7d)!important}.cart-button{background:linear-gradient(135deg,var(--ihp-navy),var(--ihp-blue))!important}.public-main{padding-bottom:80px!important}.public-hero{border-bottom-left-radius:44px;border-bottom-right-radius:44px;box-shadow:0 38px 95px #102b5020}.hero-carousel{background-image:radial-gradient(circle at 72% 18%,#007c8952 0,transparent 30%),radial-gradient(circle at 18% 72%,#d8b43224 0,transparent 24%),linear-gradient(135deg,#081d38,#102b50 48%,#17365f)!important}.hero-carousel:before{display:block!important;content:"";position:absolute;inset:34px;border:1px solid #ffffff18;border-radius:34px;pointer-events:none;transform:none;background:linear-gradient(135deg,#ffffff10,transparent 34%,#d8b4320c)!important}.eyebrow,.public-hero .eyebrow{color:var(--ihp-teal)!important;font-size:12px!important;font-weight:950!important;letter-spacing:.18em!important;text-transform:uppercase!important}.public-hero .eyebrow{color:#d8edf0!important}.academic-intro h2,.catalog-head h2,.public-contact h2,.public-hero h1,.public-philosophy h2,.public-section h2{font-family:Georgia,Times New Roman,serif!important;letter-spacing:-1.2px!important}.public-hero h1{font-size:clamp(52px,5.7vw,86px)!important;line-height:.95!important}.public-hero p{color:#eff6fb!important;font-size:17px!important;max-width:760px!important}.public-actions a,.public-actions button{min-height:48px!important;padding:0 22px!important;border-radius:999px!important;font-size:13px!important;font-weight:950!important}.public-actions a:first-child,.public-actions button:first-child{background:#fff!important;color:var(--ihp-blue)!important;box-shadow:0 16px 38px #061d3828!important}.public-actions a:nth-child(2),.public-actions button:nth-child(2){border:1px solid #ffffff78!important;background:#ffffff14!important;color:#fff!important}.public-stats strong{border-color:#ffffff38!important;background:#ffffff12!important;box-shadow:inset 0 1px 0 #ffffff30,0 14px 40px #07182d20!important}.public-stats strong b{color:#fff!important}.public-stats span{color:#dce8f5!important}.hero-masterclass-card,.hero-opening-card{border:1px solid #ffffffb8!important;background:linear-gradient(145deg,#ffffff,#f8fbfd 58%,#eef7f8)!important;box-shadow:0 34px 92px #061d3840,inset 0 1px 0 #fff!important}.hero-masterclass-card:before,.hero-opening-card:before{content:"";position:absolute;left:28px;right:28px;top:18px;height:3px;border-radius:999px;background:linear-gradient(90deg,var(--hero-accent,var(--ihp-teal)),var(--ihp-gold));opacity:.9}.hero-opening-card{overflow:hidden!important}.hero-opening-card span{color:var(--ihp-teal)!important}.hero-opening-card strong{color:var(--ihp-navy)!important}.hero-opening-card b{background:linear-gradient(135deg,#e9f7f7,#fff8df)!important;color:var(--ihp-teal)!important}.hero-masterclass-slide .hero-teacher-feature strong{color:var(--ihp-navy)!important}.hero-role-box{border-left:5px solid var(--hero-accent,var(--ihp-teal))!important;border-radius:18px!important}.hero-faculty-box{background:#fff!important;box-shadow:inset 0 1px 0 #fff,0 12px 28px #102b5009!important}.hero-price-box{border:1px solid color-mix(in srgb,var(--hero-accent,var(--ihp-teal)) 34%,#d8e3ef)!important}.course-catalog,.public-academic,.public-contact,.public-philosophy,.public-section{position:relative;max-width:1320px!important;border-radius:38px!important;border:1px solid #dbe5ef!important;box-shadow:0 30px 85px #102b5012!important;overflow:hidden!important}.course-catalog:before,.public-academic:before,.public-contact:before,.public-philosophy:before,.public-section:before{content:"";position:absolute;left:36px;right:36px;top:24px;height:1px;background:linear-gradient(90deg,transparent,var(--ihp-gold),transparent);opacity:.75}.course-catalog,.public-academic,.public-contact,.public-section{background:linear-gradient(180deg,#fff,#fbfdff 58%,#f3f8fb)!important}.public-academic{grid-template-columns:.95fr 1.05fr!important;padding:clamp(34px,5vw,66px)!important}.academic-intro h2,.catalog-head h2,.public-contact h2,.public-section h2{color:var(--ihp-navy)!important}.academic-intro h2{font-size:clamp(42px,4.6vw,68px)!important;line-height:1.02!important}.academic-intro p{font-size:16px!important;color:#4e5f76!important}.courtroom-note{border:1px solid #ffffff35!important;background:linear-gradient(135deg,var(--ihp-blue),#244d7d 68%,var(--ihp-teal))!important;box-shadow:0 18px 45px #102b5018!important}.academic-proof{gap:18px!important}.academic-proof article{min-height:172px!important;border:1px solid #dfe8f2!important;border-radius:28px!important;background:linear-gradient(145deg,#fff,#f5f9fc)!important;box-shadow:0 18px 44px #102b500d!important}.proof-icon{box-shadow:0 14px 32px #102b5025!important}.course-catalog{padding:clamp(34px,5vw,66px)!important}.catalog-head{max-width:920px!important;margin-bottom:34px!important}.catalog-head h2{font-size:clamp(48px,5vw,72px)!important}.catalog-head p{max-width:850px;color:#4e5f76!important;font-size:17px!important}.course-catalog .public-programs{gap:20px!important}.course-catalog .public-programs article{border:1px solid #dbe5ef!important;border-radius:28px!important;background:linear-gradient(180deg,#fff,#f8fbfd)!important;box-shadow:0 24px 64px #102b5010!important;transition:transform .22s ease,box-shadow .22s ease}.course-catalog .public-programs article:hover{transform:translateY(-5px);box-shadow:0 32px 82px #102b5018!important}.course-catalog .public-programs article:before{width:7px!important;background:linear-gradient(180deg,var(--ihp-blue),var(--ihp-teal),var(--ihp-gold))!important}.course-catalog .public-programs article:after{top:18px!important;right:18px!important;border:1px solid #f3d0d4!important;background:#fff8f8!important;letter-spacing:.03em!important}.course-card-top{padding:24px 24px 0 34px!important}.course-card-top span{color:var(--ihp-teal)!important;font-size:11px!important}.course-catalog .public-programs article>strong{padding:0 24px 0 34px!important;color:var(--ihp-navy)!important;letter-spacing:-.4px!important}.course-catalog .public-programs article>p{padding:0 24px 0 34px!important;color:#4d5d73!important}.course-catalog .provider-meta{margin:2px 24px 0 34px!important}.course-catalog .provider-meta small{border:1px solid #dfe8f2!important;background:#f7fafc!important;border-radius:15px!important}.price-stack b{color:var(--ihp-navy)!important}.program-actions button{border-radius:999px!important}.program-actions button:last-child{background:linear-gradient(135deg,var(--ihp-teal),#0b6f78)!important;border-color:transparent!important;box-shadow:0 14px 30px #007c8924!important}.program-actions button:first-child{border-color:#cdd9e8!important}.public-philosophy{background:radial-gradient(circle at 88% 18%,#007c8942 0,transparent 32%),linear-gradient(135deg,#081d38,#102b50 54%,#17365f)!important;padding:clamp(34px,5vw,66px)!important}.public-philosophy h2{font-size:clamp(40px,4.2vw,62px)!important}.philosophy-copy p{color:#edf5fb!important;font-size:16px!important}.philosophy-copy p:not(.philosophy-wide){padding:22px;border:1px solid #ffffff25;border-radius:24px;background:#ffffff10}.philosophy-pillars article{border-radius:22px!important;border:1px solid #ffffff2f!important;background:#ffffff12!important;box-shadow:inset 0 1px 0 #ffffff18}.philosophy-pillars strong{color:#fff!important;font-size:17px!important}.opening-event{border:1px solid #ffffff2f!important;border-radius:30px!important;background:radial-gradient(circle at 88% 12%,#d8b43244 0,transparent 28%),linear-gradient(135deg,#102b50,#17365f 58%,#007c89)!important;box-shadow:0 28px 78px #102b5026!important}.opening-event h3{font-size:clamp(36px,4vw,58px)!important}.opening-event-date{border-radius:26px!important;box-shadow:0 20px 54px #07182d20!important}.public-contact{grid-template-columns:.72fr 1.28fr!important;padding:clamp(34px,5vw,62px)!important}.public-contact h2{font-size:clamp(42px,4.6vw,66px)!important}.public-contact form{padding:26px;border:1px solid #dfe8f2;border-radius:28px;background:#fff;box-shadow:0 18px 52px #102b500d}.public-contact label{color:#33425a!important;font-weight:950!important}.public-contact input,.public-contact select,.public-contact textarea{border-radius:16px!important;border-color:#cfdae8!important;background:#fbfdff!important}.public-contact input:focus,.public-contact select:focus,.public-contact textarea:focus{border-color:var(--ihp-teal)!important;box-shadow:0 0 0 4px #007c8917!important}.primary.wide{min-height:52px!important;border-radius:999px!important;background:linear-gradient(135deg,var(--ihp-blue),var(--ihp-teal))!important;box-shadow:0 18px 38px #102b501a!important}.public-footer{margin-top:30px;padding:36px!important;color:#637086!important}@media(max-width:1100px){.public-nav{flex-wrap:wrap!important}.public-academic,.public-contact,.public-philosophy{grid-template-columns:1fr!important}.course-catalog .public-programs{grid-template-columns:repeat(2,minmax(0,1fr))!important}.public-contact form{padding:22px}.public-hero{border-radius:0 0 28px 28px}}@media(max-width:680px){.course-catalog .public-programs{grid-template-columns:1fr!important}.course-catalog,.public-academic,.public-contact,.public-philosophy,.public-section{border-radius:26px!important}.course-catalog:before,.public-academic:before,.public-contact:before,.public-philosophy:before,.public-section:before{left:24px;right:24px}.public-nav nav{gap:14px!important}.public-contact form{grid-template-columns:1fr!important}.public-hero h1{font-size:42px!important}.academic-intro h2,.catalog-head h2,.public-contact h2,.public-philosophy h2,.public-section h2{font-size:34px!important}.course-catalog .public-programs article>strong{font-size:25px!important}}.hero-carousel.hero-masterclass-slide{grid-template-columns:minmax(0,1fr) minmax(500px,620px)!important;gap:clamp(34px,4vw,64px)!important;min-height:clamp(560px,68vh,690px)!important;padding-top:clamp(42px,5vw,72px)!important;padding-bottom:clamp(42px,5vw,68px)!important}.hero-masterclass-slide .public-hero-content{max-width:760px!important}.hero-masterclass-slide .masterclass-hero-copy h1{color:#ffffff!important;font-family:Inter,Manrope,Helvetica Neue,Arial,sans-serif!important;font-size:clamp(42px,4.2vw,60px)!important;font-weight:950!important;line-height:.96!important;letter-spacing:-.055em!important;text-wrap:balance}.hero-masterclass-slide .masterclass-hero-copy p{max-width:690px!important;font-size:18px!important;font-weight:650!important}.hero-masterclass-slide .hero-masterclass-meta{max-width:560px!important;gap:12px!important}.hero-masterclass-slide .hero-masterclass-meta strong{min-height:54px!important;border:1px solid #ffffff35!important;background:#ffffff14!important;font-size:15px!important;letter-spacing:.01em!important}.hero-masterclass-slide .hero-masterclass-card{width:min(100%,620px)!important;min-height:382px!important;max-height:382px!important;align-self:center!important;padding:28px 30px!important;border-radius:32px!important}.hero-masterclass-slide .hero-masterclass-card:before{left:30px!important;right:30px!important}.hero-masterclass-slide .hero-teacher-feature{min-width:0!important;padding-top:12px!important}.hero-masterclass-slide .hero-teacher-feature strong{display:-webkit-box!important;overflow:hidden!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:2!important;color:#102b50!important;font-family:Inter,Manrope,Helvetica Neue,Arial,sans-serif!important;font-size:clamp(28px,2.35vw,35px)!important;font-weight:950!important;letter-spacing:-.05em!important;text-wrap:balance}.hero-role-box{padding:11px 14px!important;border-radius:17px!important}.hero-role-box span{display:-webkit-box!important;overflow:hidden!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:2!important;color:#34435c!important;font-size:15px!important;line-height:1.25!important}.hero-masterclass-slide .hero-faculty-box{min-height:112px!important;padding:14px 16px!important;border-radius:18px!important}.hero-masterclass-slide .hero-faculty-box strong{margin-bottom:5px!important;font-family:Inter,Manrope,Helvetica Neue,Arial,sans-serif!important;font-size:12px!important;font-weight:950!important;letter-spacing:.12em!important;text-transform:uppercase!important}.hero-masterclass-slide .hero-faculty-box small{display:-webkit-box!important;overflow:hidden!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:4!important;color:#536177!important;font-size:12.5px!important}.hero-masterclass-slide .hero-price-box{min-height:70px!important;padding:13px 16px!important;border-radius:18px!important}.hero-masterclass-slide .hero-price-box b{font-family:Inter,Manrope,Helvetica Neue,Arial,sans-serif!important;font-size:30px!important;letter-spacing:-.04em!important}.course-catalog{padding:clamp(30px,4vw,54px)!important}.course-catalog .public-programs{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:16px!important}.course-catalog .public-programs article{min-height:0!important}.course-catalog .public-programs article:after{top:14px!important;right:14px!important;padding:6px 9px!important;font-size:10px!important}.course-card-top span{font-size:10px!important}.course-catalog .public-programs article>strong{display:-webkit-box!important;min-height:3.24em!important;max-height:3.24em!important;overflow:hidden!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:3!important;color:#102b50!important;font-family:Inter,Manrope,Helvetica Neue,Arial,sans-serif!important;font-size:clamp(18px,1.28vw,22px)!important;font-weight:950!important;letter-spacing:-.045em!important}.course-catalog .public-programs article>p{max-height:4.35em!important;font-size:12px!important;line-height:1.45!important}.course-catalog .provider-meta{grid-template-columns:1fr!important;gap:5px!important}.course-catalog .provider-meta small{min-height:33px!important;padding:7px 8px 7px 32px!important;border-radius:11px!important}.course-catalog .provider-meta svg{width:16px!important;height:16px!important}.speaker-meta span{display:block!important;line-height:1.2!important}.speaker-meta b{display:block!important;color:#102b50!important;line-height:1.15!important}.speaker-meta em{display:block!important;font-size:10px!important;line-height:1.2!important}.course-detail-link{min-height:32px!important;border-radius:12px!important;font-size:11px!important}.course-catalog .program-meta{margin-top:2px!important;padding:10px 18px 0!important}.price-stack b{font-family:Inter,Manrope,Helvetica Neue,Arial,sans-serif!important;font-size:27px!important;font-weight:950!important}.price-stack small{font-size:10px!important}.price-stack del{font-size:14px!important}.course-catalog .program-actions button{font-size:11px!important}@media (max-width:1280px){.course-catalog .public-programs{grid-template-columns:repeat(3,minmax(0,1fr))!important}}@media (max-width:1100px){.hero-carousel.hero-masterclass-slide{grid-template-columns:1fr!important;min-height:auto!important}.hero-masterclass-slide .hero-masterclass-card{width:100%!important;max-width:680px!important;min-height:auto!important;max-height:none!important}}@media (max-width:900px){.course-catalog .public-programs{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media (max-width:620px){.hero-masterclass-slide .masterclass-hero-copy h1{font-size:36px!important}.hero-masterclass-slide .hero-teacher-feature strong{min-height:auto!important;max-height:none!important;font-size:29px!important}.hero-role-box span{-webkit-line-clamp:3!important}.course-catalog .public-programs{grid-template-columns:1fr!important}}.hero-carousel.hero-masterclass-slide{grid-template-columns:minmax(0,1fr) minmax(430px,560px)!important;min-height:clamp(520px,63vh,640px)!important;padding:clamp(42px,5vw,70px) clamp(34px,6vw,92px) clamp(72px,6vw,88px)!important;gap:clamp(30px,4vw,58px)!important}.hero-carousel.hero-masterclass-slide:before{display:none!important}.hero-masterclass-slide .masterclass-hero-copy{padding:0!important}.hero-masterclass-slide .masterclass-hero-copy h1{max-width:780px!important;font-family:Georgia,Times New Roman,serif!important;font-size:clamp(43px,4.4vw,68px)!important;font-weight:650!important;line-height:.98!important;letter-spacing:-.04em!important}.hero-masterclass-slide .masterclass-hero-copy p{max-width:760px!important;font-size:clamp(17px,1.25vw,21px)!important;line-height:1.55!important;font-weight:760!important}.hero-masterclass-slide .hero-masterclass-card{width:min(100%,560px)!important;min-height:360px!important;max-height:360px!important;padding:27px 30px!important;border:1px solid #ffffffc9!important;border-radius:30px!important}.hero-masterclass-slide .hero-teacher-feature strong{min-height:2.12em!important;max-height:2.12em!important;font-family:Georgia,Times New Roman,serif!important;font-size:clamp(31px,2.55vw,42px)!important;font-weight:650!important;line-height:1.06!important;letter-spacing:-.04em!important}.hero-role-box{border-color:#dce7f3!important;background:linear-gradient(135deg,#f8fbff,#eef7f8)!important}.hero-role-box span{color:#102b50!important;font-size:16px!important;font-weight:850!important}.hero-masterclass-slide .hero-faculty-box{min-height:98px!important;border-color:#dce7f3!important}.hero-masterclass-slide .hero-faculty-box small{-webkit-line-clamp:3!important}.hero-masterclass-slide .hero-price-box{min-height:64px!important;border-color:#dce7f3!important;background:#f7fbfb!important}.hero-masterclass-slide .hero-price-box b{color:#007c89!important}.hero-carousel-dots{position:absolute;left:50%;bottom:28px;z-index:8;display:flex;align-items:center;justify-content:center;gap:9px;transform:translateX(-50%)}.hero-carousel-dots button{width:10px;height:10px;padding:0;border:1px solid #ffffffb8;border-radius:999px;background:#ffffff5c;box-shadow:0 6px 18px #07182d38}.hero-carousel-dots button.active{width:34px;background:#ffffff}.course-catalog .public-programs article{gap:9px!important;border-radius:24px!important}.course-card-top{padding:18px 22px 0 30px!important}.course-catalog .public-programs article>strong{min-height:2.35em!important;max-height:2.35em!important;padding:0 22px 0 30px!important;-webkit-line-clamp:2!important;font-size:clamp(24px,2vw,31px)!important;line-height:1.08!important}.course-catalog .public-programs article>p{max-height:3.05em!important;padding:0 22px 0 30px!important;-webkit-line-clamp:2!important;line-height:1.52!important}.course-catalog .provider-meta{margin:0 22px 0 30px!important}.course-catalog .provider-meta small{min-height:36px!important;padding:8px 9px 8px 34px!important}.speaker-meta b{font-size:12px!important}.speaker-meta em{font-size:11px!important}.course-detail-link{margin:0 22px 0 30px!important}.course-catalog .program-meta{padding:9px 22px 0!important}.course-catalog .program-meta b,.price-stack b{font-size:31px!important}.course-catalog .program-actions{padding:0 22px 18px 30px!important}@media (max-width:1100px){.hero-carousel.hero-masterclass-slide{grid-template-columns:1fr!important}.hero-masterclass-slide .hero-masterclass-card{max-width:640px!important;min-height:auto!important;max-height:none!important}}@media (max-width:980px){.course-catalog .public-programs{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media (max-width:620px){.course-catalog .provider-meta,.course-catalog .public-programs{grid-template-columns:1fr!important}.hero-masterclass-slide .masterclass-hero-copy h1{font-size:38px!important}}.hero-carousel.hero-masterclass-slide{grid-template-columns:minmax(0,1fr) minmax(440px,560px)!important;min-height:clamp(540px,64vh,660px)!important;background-image:radial-gradient(circle at 76% 24%,color-mix(in srgb,var(--hero-accent,#007c89) 46%,transparent) 0,transparent 34%),linear-gradient(135deg,#0d2545 0,#17365f 58%,#244d7d 100%)!important}.hero-carousel.hero-masterclass-slide:before,.hero-masterclass-slide .masterclass-hero-copy:after,.hero-masterclass-slide .masterclass-hero-copy:before,.hero-masterclass-slide .public-hero-content:after,.hero-masterclass-slide .public-hero-content:before{display:none!important;content:none!important}.hero-masterclass-slide .masterclass-hero-copy{border:0!important;outline:0!important;background:transparent!important;box-shadow:none!important;backdrop-filter:none!important}.hero-masterclass-slide .hero-masterclass-card{display:grid!important;grid-template-rows:auto auto auto auto!important;min-height:0!important;max-height:none!important;overflow:visible!important;gap:12px!important}.hero-masterclass-slide .hero-faculty-box{min-height:0!important;overflow:hidden!important}.hero-masterclass-slide .hero-faculty-box small{-webkit-line-clamp:2!important;font-size:13px!important;line-height:1.45!important}.hero-masterclass-slide .hero-price-box{position:relative!important;z-index:1!important;margin-top:0!important;align-self:end!important}.public-philosophy{display:grid!important;grid-template-columns:.82fr 1.18fr!important;gap:34px!important;min-height:auto!important;align-content:center!important;padding:clamp(38px,5vw,64px)!important;background:linear-gradient(180deg,#ffffff,#fbfdff 58%,#f3f8fb)!important;color:#102b50!important}.public-philosophy:before{content:""!important;position:absolute!important;left:36px!important;right:36px!important;top:24px!important;height:1px!important;border-radius:0!important;background:linear-gradient(90deg,transparent,#d8b432,transparent)!important;opacity:.75!important}.public-philosophy .eyebrow{color:#007c89!important}.public-philosophy h2{max-width:850px!important;color:#102b50!important;opacity:1!important;text-shadow:none!important;font-size:clamp(42px,4.4vw,64px)!important;line-height:1.04!important}.philosophy-copy{display:grid!important;grid-template-columns:1fr 1fr!important;gap:16px!important}.philosophy-copy p,.philosophy-copy p:not(.philosophy-wide){margin:0!important;padding:22px!important;border:1px solid #dfe7f1!important;border-radius:22px!important;background:linear-gradient(180deg,#ffffff,#f5f9fc)!important;color:#40516a!important;opacity:1!important;font-size:15px!important;line-height:1.75!important;text-shadow:none!important}.philosophy-copy .philosophy-wide,.philosophy-pillars{grid-column:1/-1!important}.philosophy-pillars{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:12px!important}.philosophy-pillars article{border:0!important;border-radius:20px!important;background:linear-gradient(135deg,#17365f,#244d7d)!important}.philosophy-pillars strong{color:#ffffff!important}.philosophy-pillars span{color:#dce8f5!important}@media (max-width:1100px){.public-philosophy{grid-template-columns:1fr!important}}@media (max-width:700px){.philosophy-copy,.philosophy-pillars{grid-template-columns:1fr!important}}.public-nav{background:linear-gradient(135deg,#0d2545,#17365f 62%,#244d7d)!important;border-bottom:1px solid #ffffff24!important;box-shadow:0 18px 58px #102b5026!important}.public-nav:before{background:linear-gradient(90deg,#d8b432,#007c89,#d8b432)!important}.public-brand strong{color:#ffffff!important}.public-brand small{color:#dce8f5!important}.public-brand img{background:#ffffff!important;border-color:#ffffffcc!important}.public-nav nav a{color:#f4f8fc!important}.public-nav nav a:after{background:#d8b432!important}.public-nav-actions button{border:1px solid #ffffff42!important;color:#ffffff!important;box-shadow:none!important}.cart-button,.public-nav-actions button,.public-nav-actions button:not(.cart-button){background:#ffffff14!important}.public-main{--site-container:1280px;--site-gutter:24px}.public-hero,.public-nav{padding-inline:max(var(--site-gutter),calc((100vw - var(--site-container)) / 2))!important}.public-hero{width:100%!important;margin:0!important}.section-container{width:min(calc(100% - (var(--site-gutter) * 2)),var(--site-container))!important;max-width:var(--site-container)!important;margin:28px auto!important}.course-catalog,.public-academic,.public-contact,.public-philosophy,.public-section{max-width:none!important}.public-academic{grid-template-columns:.88fr 1.12fr!important}.academic-proof{grid-template-columns:repeat(2,minmax(0,1fr))!important}.proof-icon.community{background:#244d7d}.proof-icon.community:before{left:13px;top:11px;width:8px;height:8px;border-radius:50%;background:#fff;box-shadow:12px 0 0 #fff}.proof-icon.community:after{left:10px;top:24px;width:26px;height:11px;border-radius:14px 14px 6px 6px;background:#fff}.hero-carousel .hero-carousel-controls{position:absolute!important;left:max(24px,calc((100vw - 1280px) / 2))!important;right:max(24px,calc((100vw - 1280px) / 2))!important;bottom:28px!important;z-index:8!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:18px!important}.hero-carousel .hero-carousel-controls>button{min-height:42px!important;padding:0 16px!important;border:1px solid #ffffff66!important;border-radius:999px!important;background:#ffffff17!important;color:#fff!important;font-size:13px!important;font-weight:900!important}.hero-carousel .hero-carousel-controls .hero-carousel-dots{position:static!important;left:auto!important;bottom:auto!important;transform:none!important}.hero-institutional-slide{grid-template-columns:minmax(0,1fr) minmax(420px,560px)!important;min-height:clamp(540px,64vh,660px)!important;padding-top:clamp(42px,5vw,72px)!important;padding-bottom:clamp(80px,7vw,108px)!important;background-image:radial-gradient(circle at 78% 22%,rgba(143,183,216,.16) 0,transparent 31%),linear-gradient(135deg,#05070b,#0b1220 48%,#0d2545)!important}.hero-institutional-slide:before{display:block!important;content:""!important;position:absolute!important;inset:34px!important;border:1px solid rgba(255,255,255,.12)!important;border-radius:34px!important;background:linear-gradient(135deg,rgba(255,255,255,.06),transparent 38%)!important;pointer-events:none!important}.institutional-hero-copy{position:relative;z-index:2;max-width:760px!important}.institutional-hero-copy h1{color:#fff!important;font:950 clamp(46px,5vw,78px)/.96 Georgia,Times New Roman,serif!important;letter-spacing:-1.4px!important}.institutional-hero-copy>p{max-width:720px!important;color:#dfe8f3!important;font-size:17px!important;line-height:1.7!important}.institutional-hero-copy .founding-statement{margin:18px 0!important;padding-left:20px!important;border-left:4px solid #8fb7d8!important;color:#fff!important;font-family:Georgia,Times New Roman,serif!important;font-size:clamp(25px,2.7vw,42px)!important;line-height:1.12!important}.institutional-hero-copy .founding-statement span{display:block}.public-footer{gap:12px!important}.public-footer a{color:#17365f;font-weight:950;text-decoration:none}.public-footer a:hover{text-decoration:underline;text-underline-offset:4px}.ihp-faculty-section{display:grid!important;grid-template-columns:minmax(0,1.1fr) minmax(420px,.9fr)!important;gap:28px!important;align-items:stretch!important;padding:clamp(34px,5vw,62px)!important}.ihp-faculty-feature{position:relative;overflow:hidden;display:grid;align-content:center;gap:22px;min-height:420px;padding:clamp(30px,4vw,54px);border-radius:34px;background:radial-gradient(circle at 92% 76%,rgba(0,124,137,.74) 0,transparent 34%),linear-gradient(135deg,#102b50,#17365f);color:#fff}.ihp-faculty-feature:after{content:"";position:absolute;right:-70px;bottom:-110px;width:390px;height:390px;border:1px solid rgba(255,255,255,.22);border-radius:50%}.ihp-faculty-feature .eyebrow{position:relative;z-index:1;color:#d8edf0!important}.ihp-faculty-feature h2{position:relative;z-index:1;max-width:760px;margin:0!important;color:#fff!important;font-size:clamp(44px,4.8vw,78px)!important;line-height:.98!important}.ihp-faculty-feature p{position:relative;z-index:1;max-width:780px;margin:0;color:#edf5fb;font-size:17px;line-height:1.75}.ihp-faculty-portraits{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.ihp-faculty-portraits article{display:grid;align-content:start;gap:14px;min-height:202px;padding:24px;border:1px solid #dbe5ef;border-radius:28px;background:linear-gradient(180deg,#fff,#f7fbfd);box-shadow:0 18px 48px rgba(16,43,80,.08)}.ihp-faculty-portraits div{display:grid;place-items:center;width:64px;height:64px;border-radius:20px;background:linear-gradient(135deg,#102b50,#007c89);color:#fff;font:900 18px/1 Georgia,Times New Roman,serif}.ihp-faculty-portraits strong{color:#102b50;font-size:18px;line-height:1.2}.ihp-faculty-portraits span{color:#52627a;font-size:14px;line-height:1.55}.hero-carousel .hero-carousel-controls>button{min-height:32px!important;border-color:rgba(255,255,255,.38)!important;background:rgba(255,255,255,.08)!important;color:rgba(255,255,255,.84)!important;font-size:11px!important;box-shadow:none!important}.hero-carousel .hero-carousel-controls>button:hover{background:rgba(255,255,255,.16)!important;color:#fff!important}.hero-carousel .hero-carousel-controls .hero-carousel-dots button{width:8px!important;height:8px!important}.hero-carousel .hero-carousel-controls .hero-carousel-dots button.active{width:24px!important}@media(max-width:1100px){.hero-institutional-slide{grid-template-columns:1fr!important}.hero-carousel .hero-carousel-controls{position:relative!important;left:auto!important;right:auto!important;bottom:auto!important;grid-column:1/-1!important;margin-top:10px!important}.ihp-faculty-section,.public-academic{grid-template-columns:1fr!important}}@media(max-width:700px){.public-main{--site-gutter:18px}.public-hero{padding-inline:18px!important}.academic-proof{grid-template-columns:1fr!important}.institutional-hero-copy h1{font-size:38px!important}.institutional-hero-copy .founding-statement{font-size:25px!important}.hero-carousel .hero-carousel-controls{align-items:stretch!important;flex-direction:column!important}.hero-carousel .hero-carousel-controls>button{width:100%}.ihp-faculty-section{padding:24px!important}.ihp-faculty-feature{min-height:auto;padding:28px}.ihp-faculty-feature h2{font-size:38px!important}.ihp-faculty-portraits{grid-template-columns:1fr}}.public-nav{background:rgba(255,255,255,.96)!important;border-bottom:1px solid #d8e3ef!important;box-shadow:0 18px 58px rgba(16,43,80,.1)!important}.public-nav:before{background:linear-gradient(90deg,#17365f,#007c89,#d8b432)!important}.public-brand strong{color:#17365f!important}.public-brand small{color:#536177!important}.public-nav nav a{color:#34435c!important}.cart-button,.public-nav-actions button,.public-nav-actions button:not(.cart-button){border:1px solid #17365f18!important;background:linear-gradient(135deg,#102b50,#17365f)!important;color:#fff!important;box-shadow:0 12px 28px rgba(16,43,80,.12)!important}.cart-button span{background:#ffffff!important;color:#17365f!important}.public-hero.hero-carousel{width:min(calc(100% - (var(--site-gutter) * 2)),var(--site-container))!important;max-width:var(--site-container)!important;margin:26px auto 30px!important;padding-inline:clamp(32px,5vw,76px)!important;border-radius:42px!important}.public-hero.hero-carousel:before{inset:28px!important;border-radius:30px!important}@media(max-width:1100px){.hero-institutional-slide{grid-template-columns:1fr!important}}@media(max-width:700px){.public-hero.hero-carousel{width:min(calc(100% - 24px),var(--site-container))!important;margin-top:14px!important;padding-inline:20px!important;border-radius:28px!important}}.public-hero.hero-carousel.hero-institutional-slide{min-height:clamp(540px,64vh,660px)!important;padding:clamp(44px,5vw,70px) clamp(34px,6vw,86px) clamp(82px,7vw,108px)!important;overflow:hidden!important;background:radial-gradient(circle at 82% 14%,rgba(23,54,95,.28) 0,transparent 34%),radial-gradient(circle at 18% 92%,rgba(0,124,137,.14) 0,transparent 31%),linear-gradient(135deg,#07090d,#0b0d12 52%,#141820)!important}.public-hero.hero-carousel.hero-institutional-slide:before{background:repeating-linear-gradient(0deg,rgba(255,255,255,.018) 0 1px,transparent 1px 5px),repeating-linear-gradient(90deg,rgba(255,255,255,.012) 0 1px,transparent 1px 7px)!important;opacity:.46!important}.public-hero.hero-carousel.hero-institutional-slide:after{content:"IHP";position:absolute;right:clamp(24px,5vw,66px);bottom:clamp(30px,5vw,64px);color:rgba(255,255,255,.03);font:950 clamp(96px,14vw,190px)/.8 Georgia,Times New Roman,serif;letter-spacing:-.08em;pointer-events:none}.institutional-cover{z-index:2;display:grid!important;align-content:center!important;gap:clamp(14px,1.8vw,22px)!important;width:min(100%,820px)!important;max-width:820px!important;min-height:100%;margin:0 auto!important;color:#f7f3ea!important;animation:ihpEditorialFade .7s ease both}.institutional-cover .eyebrow{color:rgba(247,243,234,.72)!important;font-size:clamp(10px,.85vw,12px)!important;font-weight:800!important;letter-spacing:.26em!important}.institutional-cover h1{display:grid!important;gap:0!important;margin:0!important;color:#f8f4ec!important;font:500 clamp(48px,6.2vw,90px)/.86 Georgia,Times New Roman,serif!important;letter-spacing:-.05em!important;text-transform:uppercase!important}.institutional-cover h1 span{display:block}.institutional-cover .founding-statement{max-width:660px!important;margin:clamp(6px,1vw,12px) 0 0!important;padding:0!important;border-left:0!important;color:#f7f3ea!important;font:400 clamp(20px,2.1vw,30px)/1.22 Georgia,Times New Roman,serif!important;letter-spacing:-.02em!important}.institutional-cover .founding-statement span{display:block;margin-top:4px}.institutional-cover>p:not(.founding-statement){max-width:620px!important;margin:0!important;color:rgba(247,243,234,.74)!important;font-size:clamp(14px,1.05vw,16px)!important;line-height:1.62!important}.editorial-link{margin-top:8px;text-decoration:none!important;font-size:13px!important;letter-spacing:.08em!important;text-transform:uppercase!important}.editorial-link:hover{color:#f7f3ea!important;text-decoration:underline!important;text-underline-offset:7px!important}@keyframes ihpEditorialFade{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@media(max-width:700px){.public-hero.hero-carousel.hero-institutional-slide{min-height:590px!important;padding:42px 22px 84px!important}.public-hero.hero-carousel.hero-institutional-slide:after{right:16px;bottom:34px;font-size:112px}.institutional-cover{gap:20px!important}.institutional-cover h1{font-size:clamp(42px,12.8vw,64px)!important;line-height:.9!important}.institutional-cover .founding-statement{font-size:clamp(20px,6vw,27px)!important}}.membership-page{--m-black:#0b0d12;--m-carbon:#141820;--m-ink:#f6f2ea;--m-muted:#aeb6c2;--m-silver:#d3d8de;--m-line:rgba(211,216,222,.2);--m-blue:#8fb7d8;min-height:100vh;background:radial-gradient(circle at 16% 8%,rgba(143,183,216,.09),transparent 28%),linear-gradient(180deg,#0b0d12,#11151d 45%,#f5f6f7 0,#f5f6f7);color:var(--m-ink);font-family:Inter,Manrope,Helvetica Neue,Arial,sans-serif}.membership-page *{box-sizing:border-box}.membership-nav{position:fixed;inset:0 0 auto;z-index:40;display:flex;align-items:center;gap:28px;min-height:82px;padding:16px max(24px,calc((100vw - 1320px) / 2));background:rgba(11,13,18,.78);border-bottom:1px solid rgba(211,216,222,.12);backdrop-filter:blur(18px)}.membership-brand{display:flex;align-items:center;gap:12px;color:var(--m-ink);text-decoration:none}.membership-brand img{width:48px;height:48px;padding:6px;border:1px solid rgba(255,255,255,.18);border-radius:50%;background:rgba(255,255,255,.96);object-fit:contain}.membership-brand small,.membership-brand strong{display:block}.membership-brand strong{font:500 25px/1 Georgia,Times New Roman,serif;letter-spacing:-.03em}.membership-brand small{max-width:260px;margin-top:4px;color:rgba(246,242,234,.68);font-size:11px;line-height:1.25}.membership-nav nav{display:flex;align-items:center;gap:24px;margin-left:auto}.membership-nav nav a{color:rgba(246,242,234,.72);font-size:12px;font-weight:750;letter-spacing:.03em;text-decoration:none}.membership-nav nav a:hover{color:#fff}.membership-main{max-width:none;margin:0;padding:0}.membership-hero{position:relative;display:grid;grid-template-columns:minmax(0,.92fr) minmax(360px,.72fr);align-items:center;gap:clamp(36px,6vw,92px);min-height:100vh;padding:118px max(24px,calc((100vw - 1320px) / 2)) 82px;overflow:hidden;background:linear-gradient(90deg,rgba(11,13,18,.96),rgba(11,13,18,.88) 48%,rgba(11,13,18,.54)),url(/brand/hero-juridico-real.png) 50% /cover}.membership-hero:before{content:"";position:absolute;inset:0;opacity:.26;background:repeating-linear-gradient(0deg,rgba(255,255,255,.028) 0 1px,transparent 1px 5px),repeating-linear-gradient(90deg,rgba(255,255,255,.014) 0 1px,transparent 1px 7px);pointer-events:none}.membership-hero-copy{position:relative;z-index:2;max-width:820px;animation:membershipFade .7s ease both}.membership-hero-copy>span,.membership-kicker{display:inline-block;color:var(--m-blue);font-size:12px;font-weight:850;letter-spacing:.22em;text-transform:uppercase}.membership-hero h1{margin:20px 0;color:var(--m-ink);font:500 clamp(64px,8vw,126px)/.86 Georgia,Times New Roman,serif;letter-spacing:-.075em}.membership-subtitle{max-width:650px;margin:0;color:rgba(246,242,234,.78);font-size:clamp(17px,1.5vw,21px);line-height:1.62}.membership-phrase{max-width:720px;margin:clamp(34px,4vw,54px) 0 0;color:#fff;font:400 clamp(28px,3.1vw,48px)/1.15 Georgia,Times New Roman,serif;letter-spacing:-.03em}.membership-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:34px}.membership-actions a{min-height:48px;display:inline-flex;align-items:center;justify-content:center;padding:0 24px;border:1px solid rgba(246,242,234,.28);border-radius:999px;color:var(--m-ink);font-size:13px;font-weight:850;text-decoration:none}.membership-actions a:first-child{border-color:#fff;background:var(--m-ink);color:var(--m-black)}.membership-actions a:hover{transform:translateY(-1px)}.membership-hero-photo{position:relative;z-index:2;min-height:min(62vh,610px);border:1px solid rgba(246,242,234,.22);border-radius:42px;background:linear-gradient(180deg,rgba(255,255,255,.1),rgba(255,255,255,.02)),linear-gradient(145deg,rgba(246,242,234,.1),rgba(143,183,216,.08));box-shadow:0 44px 110px rgba(0,0,0,.35)}.membership-hero-photo:before{content:"IHP";position:absolute;right:8%;bottom:7%;color:rgba(246,242,234,.08);font:950 clamp(82px,12vw,168px)/.8 Georgia,Times New Roman,serif;letter-spacing:-.08em}.membership-hero-photo:after{content:"";position:absolute;inset:42px;border:1px solid rgba(246,242,234,.12);border-radius:30px}.membership-form-section,.membership-product,.membership-section{width:min(calc(100% - 48px),1320px);margin:0 auto}.membership-section{padding:clamp(76px,9vw,132px) 0;color:#11151d}.membership-form-section h2,.membership-product h2,.membership-section h2{max-width:920px;margin:18px 0 0;color:#11151d;font:500 clamp(42px,5vw,78px)/.96 Georgia,Times New Roman,serif;letter-spacing:-.06em}.membership-form-section p,.membership-product p,.membership-section p{max-width:760px;color:#5b6572;font-size:clamp(16px,1.25vw,19px);line-height:1.75}.membership-definition{display:grid;grid-template-columns:.95fr 1.05fr;gap:clamp(28px,5vw,72px);align-items:end}.membership-definition p{margin:0}.membership-section-head{display:grid;grid-template-columns:.72fr 1.28fr;gap:48px;align-items:end;margin-bottom:34px}.membership-section-head h2{margin:0}.membership-benefits{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.membership-benefits article{min-height:250px;display:grid;align-content:space-between;padding:28px;border:1px solid #dde3ea;border-radius:28px;background:linear-gradient(180deg,#fff,#f8f9fa);box-shadow:0 22px 70px rgba(11,13,18,.07)}.membership-benefits small{color:#8d97a4;font:500 30px/1 Georgia,Times New Roman,serif}.membership-benefits strong{margin-top:42px;color:#11151d;font-size:22px;line-height:1.15}.membership-benefits p{margin:18px 0 0;font-size:14px;line-height:1.58}.membership-product{display:grid;grid-template-columns:minmax(0,.76fr) minmax(420px,1.24fr);gap:clamp(34px,6vw,88px);align-items:center;min-height:96vh;padding:clamp(72px,9vw,132px) 0;color:#11151d}.membership-product-copy{max-width:540px}.kit-stage{position:relative;min-height:610px;border-radius:42px;background:radial-gradient(circle at 44% 40%,rgba(143,183,216,.18),transparent 30%),linear-gradient(145deg,#f8f9fa,#e9edf1);box-shadow:inset 0 1px 0 #fff,0 32px 90px rgba(11,13,18,.12);overflow:hidden}.kit-stage>div{position:absolute;border:1px solid rgba(11,13,18,.1);background:#fff;box-shadow:0 24px 60px rgba(11,13,18,.12)}.kit-box{left:13%;top:18%;width:48%;height:42%;display:grid;place-items:center;border-radius:28px;background:linear-gradient(145deg,#151922,#0b0d12)!important}.kit-box span{color:rgba(246,242,234,.86);font:600 58px/1 Georgia,Times New Roman,serif;letter-spacing:-.06em}.kit-notebook{right:11%;top:13%;width:28%;height:44%;border-radius:20px}.kit-pen{right:18%;bottom:20%;width:42%;height:18px;border-radius:999px;transform:rotate(-18deg);background:linear-gradient(90deg,#0b0d12,#59606a,#d3d8de)!important}.kit-thermo{left:18%;bottom:12%;width:13%;height:34%;border-radius:26px 26px 18px 18px;background:linear-gradient(145deg,#fdfdfd,#cad2dc)!important}.kit-card{right:10%;bottom:12%;width:32%;height:18%;display:grid;place-items:center;border-radius:18px}.kit-card span{color:#11151d;font-size:11px;font-weight:850;letter-spacing:.12em;text-transform:uppercase}.kit-list{grid-column:1/-1;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.kit-list span{min-height:54px;display:flex;align-items:center;padding:12px 16px;border:1px solid #dde3ea;border-radius:18px;background:#fff;color:#343b46;font-size:13px;font-weight:780}.membership-certificate,.membership-wall{display:grid;grid-template-columns:.85fr 1.15fr;gap:clamp(32px,6vw,90px);align-items:center}.certificate-mockup{position:relative;min-height:390px;display:grid;align-content:center;gap:22px;padding:48px;border:1px solid #d8dee6;border-radius:26px;background:linear-gradient(90deg,transparent 0 47%,rgba(143,183,216,.18) 47% 53%,transparent 53%),linear-gradient(180deg,#fff,#f7f7f5);box-shadow:0 28px 88px rgba(11,13,18,.1)}.certificate-mockup:before{content:"";position:absolute;inset:28px;border:1px solid rgba(11,13,18,.12)}.certificate-mockup span{color:#677180;font-size:12px;font-weight:850;letter-spacing:.12em;text-transform:uppercase}.certificate-mockup strong{max-width:460px;color:#11151d;font:500 clamp(42px,4vw,66px)/.95 Georgia,Times New Roman,serif;letter-spacing:-.06em}.certificate-mockup small{color:#677180;font-size:13px;font-weight:760}.wall-render{min-height:460px;display:grid;grid-template-columns:.6fr 1fr .6fr;align-items:end;gap:14px;padding:38px;border-radius:36px;background:linear-gradient(180deg,rgba(11,13,18,.02),rgba(11,13,18,.08)),#e7eaed;perspective:900px}.wall-render div{min-height:310px;border:1px solid rgba(11,13,18,.08);background:repeating-linear-gradient(0deg,rgba(11,13,18,.07) 0 1px,transparent 1px 34px),linear-gradient(180deg,#f9fafb,#dfe4e9);box-shadow:0 20px 70px rgba(11,13,18,.1)}.wall-render div:first-child{transform:rotateY(16deg)}.wall-render div:last-child{transform:rotateY(-16deg)}.membership-call{display:grid;place-items:center;min-height:72vh;text-align:center}.membership-call h2,.membership-call p{margin-left:auto;margin-right:auto}.membership-form-section{display:grid;grid-template-columns:.74fr 1.26fr;gap:clamp(32px,5vw,84px);align-items:start;padding:clamp(76px,9vw,132px) 0;color:#11151d}.membership-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;padding:clamp(24px,4vw,42px);border:1px solid #dde3ea;border-radius:32px;background:#fff;box-shadow:0 28px 80px rgba(11,13,18,.09)}.membership-form label{display:grid;gap:8px;color:#343b46;font-size:12px;font-weight:850}.membership-form input,.membership-form select{width:100%;min-height:50px;padding:0 15px;border:1px solid #d5dce4;border-radius:15px;background:#f9fafb;color:#11151d;outline:0;font-size:15px}.membership-form input:focus,.membership-form select:focus{border-color:var(--m-blue);box-shadow:0 0 0 4px rgba(143,183,216,.2)}.membership-form button,.membership-form-message{grid-column:1/-1}.membership-form button{min-height:54px;border:0;border-radius:999px;background:#11151d;color:#fff;font-size:14px;font-weight:900}.membership-form-message{padding:14px 16px;border:1px solid rgba(143,183,216,.35);border-radius:16px;background:rgba(143,183,216,.12);color:#1d3f61;font-size:13px;line-height:1.45}.membership-footer{width:min(calc(100% - 48px),1320px);display:flex;align-items:center;gap:12px;margin:0 auto;padding:36px 0 48px;border-top:1px solid #dde3ea;color:#677180;font-size:13px}.membership-footer img{width:42px;height:42px;padding:5px;border:1px solid #d8dee6;border-radius:50%;background:#fff;object-fit:contain}.membership-footer a{margin-left:auto;color:#11151d;font-weight:850;text-decoration:none}@keyframes membershipFade{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1100px){.membership-nav{position:absolute;flex-wrap:wrap}.membership-nav nav{width:100%;margin-left:0;overflow-x:auto;padding-bottom:2px}.membership-certificate,.membership-definition,.membership-form-section,.membership-hero,.membership-product,.membership-section-head,.membership-wall{grid-template-columns:1fr}.membership-hero{padding-top:170px}.membership-hero-photo{min-height:440px;order:-1}.kit-list,.membership-benefits{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:680px){.membership-nav{padding:14px 18px}.membership-brand small{display:none}.membership-nav nav{gap:16px}.membership-hero{gap:28px;padding:150px 18px 64px}.membership-hero h1{font-size:clamp(52px,15vw,78px)}.membership-phrase{font-size:clamp(25px,7vw,34px)}.membership-actions{align-items:stretch;flex-direction:column}.kit-stage,.membership-hero-photo,.wall-render{min-height:360px;border-radius:28px}.membership-form-section,.membership-product,.membership-section{width:min(calc(100% - 36px),1320px);padding:62px 0}.membership-form-section h2,.membership-product h2,.membership-section h2{font-size:38px}.kit-list,.membership-benefits,.membership-form{grid-template-columns:1fr}.kit-box{width:55%;height:34%}.kit-notebook{width:30%;height:36%}.certificate-mockup{min-height:320px;padding:30px}.membership-footer{width:min(calc(100% - 36px),1320px);align-items:flex-start;flex-direction:column}.membership-footer a{margin-left:0}}.public-hero.hero-carousel.hero-institutional-slide{min-height:clamp(500px,60vh,620px)!important;display:grid!important;grid-template-columns:1fr!important;place-items:center!important;padding:clamp(52px,6vw,82px) clamp(28px,6vw,88px) clamp(78px,7vw,104px)!important;background:radial-gradient(circle at 72% 28%,rgba(143,183,216,.1),transparent 31%),radial-gradient(circle at 18% 82%,rgba(0,124,137,.08),transparent 34%),linear-gradient(135deg,#080a0f,#0b0d12 58%,#141820)!important}.public-hero.hero-carousel.hero-institutional-slide:before{inset:0!important;border:0!important;border-radius:inherit!important;opacity:.38!important;background:repeating-linear-gradient(0deg,rgba(255,255,255,.018) 0 1px,transparent 1px 5px),repeating-linear-gradient(90deg,rgba(255,255,255,.01) 0 1px,transparent 1px 7px)!important}.public-hero.hero-carousel.hero-institutional-slide:after{content:"IHP"!important;right:clamp(22px,5vw,72px)!important;bottom:clamp(28px,5vw,64px)!important;color:rgba(255,255,255,.025)!important;font-size:clamp(88px,13vw,176px)!important}.institutional-cover{width:min(100%,760px)!important;max-width:760px!important;min-height:0!important;justify-items:center!important;gap:clamp(14px,1.6vw,20px)!important;text-align:center!important}.institutional-cover h1{max-width:760px!important;font-size:clamp(44px,5.6vw,78px)!important;line-height:.88!important;font-weight:500!important;letter-spacing:-.055em!important}.institutional-cover .founding-statement{max-width:620px!important;font-size:clamp(20px,2vw,28px)!important;line-height:1.22!important}.institutional-cover>p:not(.founding-statement){max-width:600px!important;color:rgba(247,243,234,.7)!important;font-size:clamp(13px,1vw,15px)!important;line-height:1.68!important}.editorial-link{border:0!important;background:transparent!important;color:#8fb7d8!important;font-size:12px!important;font-weight:850!important;letter-spacing:.12em!important}.hero-carousel .hero-carousel-controls{bottom:30px!important}.hero-carousel .hero-carousel-controls>button{min-height:30px!important;padding:0 10px!important;border-color:rgba(255,255,255,.34)!important;background:rgba(255,255,255,.07)!important;font-size:10px!important;font-weight:800!important}.course-catalog .public-programs{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:18px!important}.course-catalog .public-programs article{min-height:650px!important;grid-template-rows:auto auto auto 1fr auto auto auto!important;gap:10px!important;align-content:start!important}.course-catalog .public-programs article>strong{display:block!important;font-family:Georgia,Times New Roman,serif!important;font-size:clamp(25px,2.05vw,32px)!important;font-weight:650!important;letter-spacing:-.035em!important}.course-catalog .public-programs article>p{display:-webkit-box!important;min-height:4.75em!important;max-height:4.75em!important;overflow:hidden!important;-webkit-box-orient:vertical!important;color:#52627a!important;font-size:13px!important;line-height:1.58!important}.course-catalog .provider-meta{gap:9px!important}.course-catalog .provider-meta small{min-height:58px!important;padding:10px 11px!important;font-size:12px!important;line-height:1.25!important}.course-catalog .provider-meta small b{margin-top:2px!important;color:#102b50!important;font-size:12px!important;line-height:1.2!important}.course-catalog .provider-meta .speaker-meta{min-height:92px!important}.speaker-meta b,.speaker-meta em,.speaker-meta>span{display:block!important}.speaker-meta b{font-size:15px!important;line-height:1.2!important}.speaker-meta em{font-size:13px!important;line-height:1.25!important}.course-catalog .program-actions,.course-detail-link{align-self:end!important}.membership-page{background:radial-gradient(circle at 74% 12%,rgba(143,183,216,.08),transparent 28%),linear-gradient(180deg,#0b0d12,#0f131a 52%,#f5f6f7 0,#f5f6f7)!important}.membership-nav{background:rgba(11,13,18,.84)!important}.membership-hero{grid-template-columns:1fr!important;place-items:center!important;min-height:92vh!important;padding-bottom:80px!important;text-align:center!important;background:radial-gradient(circle at 72% 22%,rgba(143,183,216,.08),transparent 30%),radial-gradient(circle at 22% 84%,rgba(0,124,137,.06),transparent 32%),linear-gradient(135deg,#080a0f,#0b0d12 58%,#141820)!important}.membership-hero:before{opacity:.34!important}.membership-hero-photo{display:none!important}.membership-hero-copy{max-width:920px!important;margin:0 auto!important}.membership-hero-copy>span{color:rgba(246,242,234,.68)!important;letter-spacing:.28em!important}.membership-hero h1{margin:24px auto 22px!important;max-width:900px!important;font-size:clamp(58px,9vw,128px)!important;line-height:.82!important;text-transform:uppercase!important}.membership-subtitle{max-width:680px!important;margin:0 auto!important;color:rgba(246,242,234,.7)!important}.membership-phrase{max-width:760px!important;margin:clamp(36px,4vw,56px) auto 0!important;color:#fff!important}.membership-actions{justify-content:center!important}.membership-actions a{background:transparent!important;border-color:rgba(246,242,234,.24)!important;color:var(--m-ink)!important}.membership-actions a:first-child{background:var(--m-ink)!important;color:var(--m-black)!important}.membership-form-section,.membership-product,.membership-section{width:min(calc(100% - 56px),1180px)!important}.membership-form-section h2,.membership-product h2,.membership-section h2{font-size:clamp(40px,4.6vw,72px)!important}.membership-benefits article{min-height:220px!important;border-radius:22px!important;box-shadow:none!important}.certificate-mockup,.kit-stage,.wall-render{box-shadow:0 22px 70px rgba(11,13,18,.09)!important}@media (max-width:1100px){.course-catalog .public-programs{grid-template-columns:repeat(2,minmax(0,1fr))!important}.course-catalog .public-programs article{min-height:0!important}}@media (max-width:700px){.public-hero.hero-carousel.hero-institutional-slide{min-height:520px!important;padding:42px 20px 82px!important}.institutional-cover h1{font-size:clamp(39px,12vw,58px)!important}.course-catalog .provider-meta,.course-catalog .public-programs{grid-template-columns:1fr!important}.course-catalog .public-programs article>p{min-height:auto!important;max-height:none!important;-webkit-line-clamp:unset!important}.membership-hero{min-height:86vh!important;padding:142px 20px 66px!important}.membership-hero h1{font-size:clamp(46px,14vw,72px)!important}}.public-hero.hero-carousel.founders-hero-slide{isolation:isolate!important;width:min(calc(100% - (var(--site-gutter, 32px) * 2)),var(--site-container,1320px))!important;max-width:var(--site-container,1320px)!important;min-height:clamp(500px,58vh,610px)!important;display:grid!important;grid-template-columns:1fr!important;place-items:center!important;margin:26px auto 30px!important;padding:clamp(54px,6vw,86px) clamp(26px,6vw,92px) clamp(82px,7vw,104px)!important;overflow:hidden!important;border-radius:42px!important;background:radial-gradient(circle at 76% 18%,rgba(143,183,216,.08),transparent 30%),radial-gradient(circle at 18% 84%,rgba(0,124,137,.07),transparent 32%),linear-gradient(135deg,#07080c,#0b0d12 58%,#121820)!important;box-shadow:0 38px 95px rgba(16,43,80,.2)!important}.public-hero.hero-carousel.founders-hero-slide:before{content:""!important;position:absolute!important;inset:0!important;border:0!important;border-radius:inherit!important;opacity:.34!important;background:repeating-linear-gradient(0deg,rgba(255,255,255,.018) 0 1px,transparent 1px 5px),repeating-linear-gradient(90deg,rgba(255,255,255,.01) 0 1px,transparent 1px 7px)!important;pointer-events:none!important;transform:none!important}.public-hero.hero-carousel.founders-hero-slide:after{content:"IHP"!important;position:absolute!important;right:clamp(24px,5vw,76px)!important;bottom:clamp(28px,5vw,66px)!important;z-index:-1!important;color:rgba(255,255,255,.028)!important;font:950 clamp(90px,14vw,180px)/.8 Georgia,Times New Roman,serif!important;letter-spacing:-.08em!important;pointer-events:none!important}.founders-slide-content{position:relative!important;z-index:2!important;width:min(100%,780px)!important;display:grid!important;justify-items:center!important;gap:clamp(15px,1.8vw,22px)!important;text-align:center!important;color:#f7f3ea!important;animation:ihpEditorialFade .7s ease both!important}.founders-kicker{display:block!important;color:rgba(247,243,234,.66)!important;font:800 clamp(10px,.85vw,12px)/1.2 Inter,Manrope,Helvetica Neue,Arial,sans-serif!important;letter-spacing:.28em!important;text-transform:uppercase!important}.founders-slide-content h1{display:grid!important;gap:0!important;margin:0!important;color:#f8f4ec!important;font:500 clamp(46px,6vw,82px)/.86 Georgia,Times New Roman,serif!important;letter-spacing:-.055em!important;text-transform:uppercase!important}.founders-slide-content h1 em,.founders-slide-content h1 span{display:block!important;color:inherit!important;font:inherit!important;font-style:normal!important}.founders-quote{max-width:650px!important;margin:4px 0 0!important;padding:0!important;border:0!important;color:#f7f3ea!important;font:400 clamp(20px,2.1vw,30px)/1.24 Georgia,Times New Roman,serif!important;letter-spacing:-.02em!important}.founders-quote span{display:block!important;margin-top:4px!important}.founders-copy{max-width:590px!important;margin:0!important;color:rgba(247,243,234,.7)!important;font:500 clamp(13px,1vw,15px)/1.68 Inter,Manrope,Helvetica Neue,Arial,sans-serif!important}.founders-link{display:inline-flex!important;align-items:center!important;min-height:auto!important;margin-top:4px!important;padding:0 0 6px!important;border:0!important;border-bottom:1px solid rgba(143,183,216,.64)!important;border-radius:0!important;background:transparent!important;color:#8fb7d8!important;box-shadow:none!important;font:850 12px/1 Inter,Manrope,Helvetica Neue,Arial,sans-serif!important;letter-spacing:.14em!important;text-decoration:none!important;text-transform:uppercase!important}.founders-link:hover{color:#f7f3ea!important;border-color:#f7f3ea!important}.founders-hero-slide .hero-carousel-controls{left:clamp(28px,6vw,92px)!important;right:clamp(28px,6vw,92px)!important;bottom:30px!important}.founders-hero-slide .hero-carousel-controls>button{min-height:30px!important;padding:0 10px!important;border-color:rgba(255,255,255,.34)!important;background:rgba(255,255,255,.07)!important;color:rgba(255,255,255,.82)!important;font-size:10px!important;font-weight:800!important;box-shadow:none!important}.founders-hero-slide .hero-carousel-dots button{width:8px!important;height:8px!important}.founders-hero-slide .hero-carousel-dots button.active{width:24px!important}@media (max-width:700px){.public-hero.hero-carousel.founders-hero-slide{width:min(calc(100% - 24px),var(--site-container,1320px))!important;min-height:520px!important;margin-top:14px!important;padding:42px 20px 82px!important;border-radius:28px!important}.founders-slide-content h1{font-size:clamp(39px,12vw,58px)!important}.founders-quote{font-size:clamp(20px,5.8vw,26px)!important}.founders-copy{font-size:13px!important}.founders-hero-slide .hero-carousel-controls{position:absolute!important;left:18px!important;right:18px!important;bottom:22px!important;flex-direction:row!important;align-items:center!important}.founders-hero-slide .hero-carousel-controls>button{width:auto!important}}.founders-page{--founders-black:#0b0d12;--founders-carbon:#161a20;--founders-ink:#f7f3ea;--founders-paper:#f7f5ef;--founders-muted:#68717d;--founders-line:rgba(18,24,32,.16);min-height:100vh;background:var(--founders-paper);color:#121820;font-family:Inter,Manrope,Helvetica Neue,Arial,sans-serif}.founders-page *{box-sizing:border-box}.founders-page main{max-width:none;margin:0;padding:0}.founders-nav{position:fixed;inset:0 0 auto;z-index:50;min-height:76px;gap:32px;padding:18px max(24px,calc((100vw - 1320px) / 2));color:var(--founders-ink);background:rgba(11,13,18,.76);border-bottom:1px solid rgba(247,243,234,.12);backdrop-filter:blur(18px)}.founders-brand,.founders-nav{display:flex;align-items:center}.founders-brand{gap:12px;color:inherit;text-decoration:none}.founders-brand img{width:42px;height:42px;padding:5px;border:1px solid rgba(247,243,234,.18);border-radius:50%;background:#fff;object-fit:contain}.founders-brand span{max-width:360px;color:rgba(247,243,234,.76);font-size:12px;font-weight:750;letter-spacing:.02em}.founders-nav nav{display:flex;align-items:center;gap:26px;margin-left:auto}.founders-footer a,.founders-nav nav a{color:rgba(247,243,234,.72);font-size:11px;font-weight:850;letter-spacing:.08em;text-decoration:none;text-transform:uppercase}.founders-footer a:hover,.founders-nav nav a:hover{color:#fff}.founders-screen{width:min(calc(100% - 56px),1320px);min-height:100vh;margin:0 auto;padding:clamp(96px,10vw,150px) 0;position:relative}.founders-hero{width:100%;min-height:100vh;display:grid;place-items:center;overflow:hidden;padding:118px 24px 72px;color:var(--founders-ink);background:radial-gradient(circle at 64% 24%,rgba(23,54,95,.34),transparent 31%),radial-gradient(circle at 18% 82%,rgba(255,255,255,.045),transparent 26%),linear-gradient(135deg,#050609,#0b0d12 62%,#151922)}.founders-hero:before{content:"";position:absolute;inset:0;opacity:.22;background:repeating-linear-gradient(0deg,rgba(255,255,255,.03) 0 1px,transparent 1px 5px),repeating-linear-gradient(90deg,rgba(255,255,255,.014) 0 1px,transparent 1px 7px);pointer-events:none}.founders-hero:after{content:"IHP";position:absolute;right:max(32px,8vw);bottom:max(34px,8vw);color:rgba(247,243,234,.035);font:800 clamp(110px,18vw,260px)/.8 Georgia,Times New Roman,serif;letter-spacing:-.12em}.founders-hero-inner{position:relative;z-index:2;width:min(100%,980px);display:grid;justify-items:center;text-align:center;animation:foundersFade .7s ease both}.founders-certificate-copy span,.founders-invitation-copy span,.founders-kicker,.founders-kit-copy span,.founders-section-head span,.founders-section-index,.founders-wall-copy span{color:#8fb7d8;font-size:12px;font-weight:850;letter-spacing:.22em;text-transform:uppercase}.founders-hero h1{margin:24px 0;color:var(--founders-ink);font:500 clamp(62px,8vw,132px)/.86 Georgia,Times New Roman,serif;letter-spacing:-.08em}.founders-statement{max-width:820px;margin:0;color:rgba(247,243,234,.88);font:400 clamp(26px,3vw,48px)/1.12 Georgia,Times New Roman,serif;letter-spacing:-.04em}.founders-statement span{display:block;margin-top:8px}.founders-primary-link{display:inline-flex;align-items:center;min-height:48px;margin-top:44px;padding:0 24px;border:1px solid rgba(247,243,234,.72);border-radius:999px;background:transparent;color:var(--founders-ink);font-size:12px;font-weight:900;letter-spacing:.08em;text-decoration:none;text-transform:uppercase}.founders-primary-link:hover{background:var(--founders-ink);color:var(--founders-black)}.founders-definition{display:grid;grid-template-columns:180px minmax(0,1fr);align-items:center;gap:clamp(36px,8vw,120px)}.founders-prose{max-width:990px}.founders-prose p{margin:0;color:#111820;font:400 clamp(30px,3.5vw,58px)/1.08 Georgia,Times New Roman,serif;letter-spacing:-.055em}.founders-prose p+p{margin-top:46px;color:#4f5863;font-size:clamp(22px,2.25vw,36px);line-height:1.26}.founders-benefits{display:grid;grid-template-columns:minmax(220px,.46fr) minmax(0,1fr);gap:clamp(42px,8vw,128px);align-items:start}.founders-section-head{position:sticky;top:112px}.founders-certificate-copy h2,.founders-invitation-copy h2,.founders-kit-copy h2,.founders-section-head h2,.founders-wall-copy h2{margin:18px 0 0;color:#101720;font:500 clamp(48px,5vw,86px)/.92 Georgia,Times New Roman,serif;letter-spacing:-.07em}.founders-benefit-list{display:grid;gap:0}.founders-benefit-list article{padding:34px 0 38px;border-bottom:1px solid var(--founders-line)}.founders-benefit-list article:first-child{border-top:1px solid var(--founders-line)}.founders-benefit-list h3{margin:0;color:#101720;font:500 clamp(30px,3vw,52px)/1 Georgia,Times New Roman,serif;letter-spacing:-.055em}.founders-benefit-list p{max-width:620px;margin:14px 0 0;color:var(--founders-muted);font-size:clamp(15px,1.15vw,18px);line-height:1.66}.founders-kit{width:100%;max-width:none;display:grid;grid-template-columns:minmax(240px,.28fr) minmax(0,1fr);align-items:center;gap:clamp(24px,5vw,84px);padding-left:max(28px,calc((100vw - 1320px) / 2));padding-right:max(28px,calc((100vw - 1320px) / 2));background:#ebe8df}.founders-kit-copy{max-width:340px}.founders-certificate-copy h2,.founders-invitation-copy h2,.founders-kit-copy h2,.founders-wall-copy h2{font-size:clamp(38px,4vw,70px)}.founders-certificate-copy p,.founders-invitation-copy p,.founders-kit-copy p,.founders-wall-copy p{margin:22px 0 0;color:#5a626d;font-size:clamp(16px,1.25vw,19px);line-height:1.68}.founders-kit-render{position:relative;min-height:min(72vh,720px);transform:translateZ(0)}.kit-lid{position:absolute;left:22%;top:14%;width:54%;height:26%;border:1px solid rgba(16,23,32,.12);border-radius:26px;background:linear-gradient(150deg,#161a20,#0b0d12);box-shadow:0 42px 92px rgba(11,13,18,.16);transform:perspective(900px) rotateX(58deg) rotate(-7deg)}.kit-base{position:absolute;left:15%;top:36%;width:66%;height:34%;display:grid;place-items:center;border-radius:30px;background:linear-gradient(145deg,#111820,#0b0d12);box-shadow:0 58px 120px rgba(11,13,18,.28)}.kit-base span{color:rgba(247,243,234,.82);font:500 clamp(66px,8vw,132px)/1 Georgia,Times New Roman,serif;letter-spacing:-.08em}.kit-paper{position:absolute;right:10%;top:25%;width:34%;height:42%;border:1px solid rgba(16,23,32,.12);border-radius:18px;background:linear-gradient(90deg,transparent 0 47%,rgba(23,54,95,.08) 47% 53%,transparent 53%),linear-gradient(180deg,#fff,#f2f0ea);box-shadow:0 34px 70px rgba(11,13,18,.12);transform:rotate(7deg)}.kit-card-minimal{position:absolute;left:8%;bottom:17%;width:28%;height:16%;border:1px solid rgba(16,23,32,.1);border-radius:20px;background:#f7f5ef;box-shadow:0 26px 56px rgba(11,13,18,.12);transform:rotate(-6deg)}.founders-certificate{display:grid;grid-template-columns:minmax(280px,.42fr) minmax(0,1fr);align-items:center;gap:clamp(36px,6vw,96px)}.founders-certificate-copy{max-width:430px}.founders-certificate-mockup{position:relative;min-height:min(64vh,620px);display:grid;align-content:center;gap:28px;padding:clamp(42px,7vw,92px);color:#101720;background:linear-gradient(90deg,transparent 0 48%,rgba(23,54,95,.08) 48% 52%,transparent 52%),linear-gradient(180deg,#fff,#f6f3ec);box-shadow:0 42px 120px rgba(11,13,18,.09)}.founders-certificate-mockup:before{content:"";position:absolute;inset:clamp(18px,3vw,42px);border:1px solid rgba(16,23,32,.16)}.founders-certificate-mockup span{position:relative;z-index:1;color:#6a7280;font-size:12px;font-weight:850;letter-spacing:.18em;text-transform:uppercase}.founders-certificate-mockup strong{position:relative;z-index:1;max-width:760px;color:#101720;font:500 clamp(62px,7vw,116px)/.86 Georgia,Times New Roman,serif;letter-spacing:-.08em}.founders-certificate-mockup small{position:relative;z-index:1;color:#17365f;font-size:13px;font-weight:850;letter-spacing:.08em;text-transform:uppercase}.founders-wall{width:100%;max-width:none;display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,.36fr);align-items:center;gap:clamp(30px,6vw,90px);padding-left:max(28px,calc((100vw - 1320px) / 2));padding-right:max(28px,calc((100vw - 1320px) / 2));background:#121820;color:var(--founders-ink)}.founders-wall-render{min-height:min(68vh,680px);display:grid;grid-template-columns:.9fr 1.2fr .9fr;align-items:end;gap:18px;perspective:1200px}.founders-wall-render i{display:block;height:82%;border:1px solid rgba(247,243,234,.08);background:repeating-linear-gradient(0deg,rgba(247,243,234,.08) 0 1px,transparent 1px 42px),linear-gradient(180deg,rgba(247,243,234,.1),rgba(247,243,234,.035))}.founders-wall-render i:first-child{height:66%;transform:rotateY(18deg);transform-origin:right}.founders-wall-render i:last-child{height:66%;transform:rotateY(-18deg);transform-origin:left}.founders-wall-copy{max-width:440px}.founders-wall-copy h2,.founders-wall-copy p{color:var(--founders-ink)}.founders-wall-copy p{color:rgba(247,243,234,.66)}.founders-invitation{display:grid;grid-template-columns:minmax(280px,.5fr) minmax(320px,.5fr);align-items:start;gap:clamp(34px,7vw,112px);min-height:auto;padding-top:clamp(110px,12vw,170px);padding-bottom:clamp(110px,12vw,170px)}.founders-invitation-copy{max-width:520px}.founders-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px 28px}.founders-form label{display:grid;gap:10px;color:#101720;font-size:12px;font-weight:850;letter-spacing:.08em;text-transform:uppercase}.founders-form input,.founders-form select,.founders-form textarea{width:100%;border:0;border-bottom:1px solid rgba(16,23,32,.28);border-radius:0;background:transparent;color:#101720;outline:0;padding:12px 0;font-size:17px;text-transform:none}.founders-form input:focus,.founders-form select:focus,.founders-form textarea:focus{border-bottom-color:#17365f}.founders-form button,.founders-form-wide,.founders-message{grid-column:1/-1}.founders-form button{justify-self:start;min-height:48px;margin-top:14px;padding:0 24px;border:1px solid #101720;border-radius:999px;background:#101720;color:#fff;font-size:12px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.founders-message{margin:0;color:#17365f;font-size:14px;line-height:1.55}.founders-footer{display:flex;align-items:center;gap:20px;min-height:92px;padding:28px max(24px,calc((100vw - 1320px) / 2));background:var(--founders-black);color:rgba(247,243,234,.66);font-size:13px}.founders-footer a{margin-left:auto}@keyframes foundersFade{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@media (max-width:980px){.founders-nav{position:absolute;flex-wrap:wrap;gap:14px}.founders-nav nav{width:100%;margin-left:0;overflow-x:auto;padding-bottom:3px}.founders-kit,.founders-screen,.founders-wall{width:min(calc(100% - 36px),1320px);min-height:auto;padding:92px 0}.founders-hero{width:100%;min-height:100vh;padding:138px 22px 76px}.founders-benefits,.founders-certificate,.founders-definition,.founders-invitation,.founders-kit,.founders-wall{grid-template-columns:1fr}.founders-section-head{position:static}.founders-kit,.founders-wall{max-width:none;width:100%;padding-left:28px;padding-right:28px}.founders-kit-render,.founders-wall-render{min-height:430px}.founders-certificate-mockup{min-height:420px}}@media (max-width:640px){.founders-brand span{display:none}.founders-nav{min-height:70px;padding:14px 18px}.founders-nav nav{gap:18px}.founders-hero h1{font-size:clamp(52px,16vw,76px)}.founders-statement{font-size:clamp(25px,7.4vw,34px)}.founders-prose p{font-size:clamp(29px,9vw,42px)}.founders-prose p+p{font-size:clamp(20px,6vw,28px)}.founders-benefit-list h3{font-size:31px}.founders-form{grid-template-columns:1fr}.founders-kit-render,.founders-wall-render{min-height:330px}.founders-certificate-mockup{min-height:340px;padding:34px 24px}.founders-certificate-mockup strong{font-size:clamp(44px,13vw,62px)}.founders-footer{align-items:flex-start;flex-direction:column}.founders-footer a{margin-left:0}}.founders-page{--founders-black:#080a0f;--founders-carbon:#11161d;--founders-ink:#f8f4ea;--founders-paper:#f5f1e8;--founders-blue:#17365f}.founders-footer,.founders-hero,.founders-wall{background:#080a0f!important}.founders-hero{background:radial-gradient(circle at 82% 20%,rgba(23,54,95,.22),transparent 34%),linear-gradient(135deg,#050608,#0b0d12 58%,#111820)!important}.founders-hero:before{opacity:.13!important}.founders-hero:after{color:rgba(248,244,234,.026)!important}.founders-hero .founders-kicker,.founders-wall-copy span{color:rgba(248,244,234,.76)!important;text-shadow:none!important}.founders-certificate-copy span,.founders-invitation-copy span,.founders-kit-copy span,.founders-section-head span,.founders-section-index{color:#17365f!important}.founders-wall-copy h2,.founders-wall-copy p{color:#f8f4ea!important}.founders-wall-copy p{color:rgba(248,244,234,.72)!important}.founders-kit{background:#eee9df!important}.founders-kit-render{min-height:min(68vh,650px)!important;isolation:isolate}.founders-kit-render:before{content:"";position:absolute;inset:9% 5% 12%;z-index:0;border-radius:42px;background:radial-gradient(circle at 50% 0,rgba(255,255,255,.9),rgba(255,255,255,.34) 28%,transparent 60%),linear-gradient(180deg,rgba(8,10,15,.08),rgba(8,10,15,.015));box-shadow:inset 0 1px 0 rgba(255,255,255,.62)}.kit-lid{top:16%!important;z-index:2;height:18%!important;border-radius:26px 26px 10px 10px!important;background:linear-gradient(150deg,#171b22,#090b10)!important;transform:perspective(900px) rotateX(62deg)!important;box-shadow:0 34px 72px rgba(8,10,15,.18)!important}.kit-base,.kit-lid{left:20%!important;width:60%!important}.kit-base{top:42%!important;z-index:1;height:27%!important;border-radius:24px!important;background:linear-gradient(145deg,#151a22,#080a0f)!important;box-shadow:0 46px 92px rgba(8,10,15,.24)!important}.kit-base:before{content:"";position:absolute;inset:18px;border:1px solid rgba(248,244,234,.13);border-radius:16px}.kit-base span{color:rgba(248,244,234,.72)!important;font-size:clamp(52px,6vw,104px)!important}.kit-paper{right:23%!important;top:29%!important;z-index:3;height:32%!important;border-radius:14px!important;background:linear-gradient(90deg,transparent 0 48%,rgba(23,54,95,.08) 48% 52%,transparent 52%),linear-gradient(180deg,#fff,#f4f0e8)!important;box-shadow:0 22px 48px rgba(8,10,15,.12)!important}.kit-card-minimal,.kit-paper{width:22%!important;transform:none!important}.kit-card-minimal{left:25%!important;bottom:23%!important;z-index:4;height:11%!important;border-radius:16px!important;background:#f8f4ea!important;box-shadow:0 18px 38px rgba(8,10,15,.1)!important}.founders-wall{background:radial-gradient(circle at 78% 24%,rgba(23,54,95,.18),transparent 34%),#080a0f!important}.founders-wall-render{min-height:min(62vh,590px)!important;display:grid!important;grid-template-columns:1fr!important;gap:0!important;overflow:hidden;border:1px solid rgba(248,244,234,.1);border-radius:2px;background:linear-gradient(90deg,rgba(248,244,234,.055),transparent 22%,transparent 78%,rgba(248,244,234,.055)),linear-gradient(180deg,rgba(248,244,234,.08),rgba(248,244,234,.025));box-shadow:inset 0 1px 0 rgba(248,244,234,.08),0 40px 90px rgba(0,0,0,.22);perspective:none!important}.founders-wall-render i{display:block!important;min-height:0!important;border:0!important;border-bottom:1px solid rgba(248,244,234,.085)!important;background:transparent!important}.founders-wall-render i,.founders-wall-render i:first-child,.founders-wall-render i:last-child{height:auto!important;transform:none!important}.founders-certificate-mockup{background:linear-gradient(90deg,transparent 0 49%,rgba(23,54,95,.065) 49% 51%,transparent 51%),linear-gradient(180deg,#fffdf8,#f4efe5)!important}@media (max-width:980px){.founders-kit-render{min-height:430px!important}.founders-wall-render{min-height:390px!important}}@media (max-width:640px){.founders-hero .founders-kicker,.founders-wall-copy span{color:rgba(248,244,234,.78)!important}.founders-kit-render{min-height:320px!important}.founders-wall-render{min-height:300px!important}.kit-base span{font-size:48px!important}}.whatsapp-floating{position:fixed;right:clamp(18px,3vw,34px);bottom:clamp(18px,3vw,34px);z-index:80;display:inline-flex;align-items:center;gap:10px;min-height:54px;padding:0 18px 0 12px;border:1px solid rgba(255,255,255,.56);border-radius:999px;background:#25d366;color:#fff;box-shadow:0 18px 45px rgba(16,43,80,.24);font-size:14px;font-weight:950;text-decoration:none}.whatsapp-floating span{width:34px;height:34px;display:grid;place-items:center;border-radius:50%;background:rgba(255,255,255,.18)}.whatsapp-floating svg{width:25px;height:25px;fill:currentColor}.whatsapp-floating:hover{transform:translateY(-2px);box-shadow:0 24px 58px rgba(16,43,80,.28)}.founders-link-disabled{cursor:default!important;border-color:rgba(248,244,234,.42)!important;color:rgba(248,244,234,.76)!important;pointer-events:none!important}.founders-link-disabled:after{content:""}.public-footer{display:flex!important;flex-wrap:wrap!important;align-items:center!important;justify-content:center!important;gap:14px!important}.public-footer>span:first-child{color:#637086}.public-socials{display:inline-flex;align-items:center;justify-content:center;gap:8px}.public-socials a{width:38px;height:38px;display:grid;place-items:center;border:1px solid #d8e3ef;border-radius:50%;background:#fff;color:#17365f!important;text-decoration:none!important;box-shadow:0 12px 28px rgba(16,43,80,.08)}.public-socials a span{font-size:12px;font-weight:950;letter-spacing:-.03em;text-transform:uppercase}.public-socials a:hover{border-color:#17365f;background:#17365f;color:#fff!important;transform:translateY(-1px)}.footer-soon{color:#17365f;font-size:12px;font-weight:950;letter-spacing:.03em}@media (max-width:680px){.whatsapp-floating{right:14px;bottom:14px;min-height:50px;padding-right:14px;font-size:13px}.public-footer{padding-bottom:86px!important}}.whatsapp-floating{width:58px!important;height:58px!important;min-height:58px!important;padding:0!important;justify-content:center!important;gap:0!important;border:2px solid rgba(255,255,255,.9)!important;border-radius:50%!important;background:#25d366!important;box-shadow:0 18px 45px rgba(16,43,80,.26)!important;font-size:0!important;line-height:0!important}.whatsapp-floating span{width:58px!important;height:58px!important;background:transparent!important}.whatsapp-floating svg{width:33px!important;height:33px!important}.contact-socials{display:flex;flex-wrap:wrap;gap:12px;margin-top:24px}.contact-socials a{width:46px;height:46px;display:grid;place-items:center;border:1px solid #d8e3ef;border-radius:50%;background:#fff;color:#17365f;text-decoration:none;box-shadow:0 14px 32px rgba(16,43,80,.1);transition:transform .18s ease,background .18s ease,color .18s ease}.contact-socials a svg{width:22px;height:22px;fill:currentColor}.contact-socials a:hover{transform:translateY(-2px);background:#17365f;color:#fff}.public-footer .public-socials{display:none!important}.course-catalog{max-width:min(1760px,calc(100% - 48px))!important}.course-catalog .public-programs{gap:14px!important}.course-catalog .public-programs article{min-height:625px!important;display:grid!important;grid-template-rows:auto auto auto auto auto 1fr auto auto!important;border-radius:22px!important}.course-catalog .public-programs article:nth-child(6n+1):before{background:linear-gradient(180deg,#17365f,#007c89,#d8b432)!important}.course-catalog .public-programs article:nth-child(6n+2):before{background:linear-gradient(180deg,#4f75a5,#007c89,#94bad1)!important}.course-catalog .public-programs article:nth-child(6n+3):before{background:linear-gradient(180deg,#102b50,#8b2f5d,#c9203b)!important}.course-catalog .public-programs article:nth-child(6n+4):before{background:linear-gradient(180deg,#0d2545,#ff6633,#d8b432)!important}.course-catalog .public-programs article:nth-child(6n+5):before{background:linear-gradient(180deg,#17365f,#9cad58,#007c89)!important}.course-catalog .public-programs article:nth-child(6n):before{background:linear-gradient(180deg,#102b50,#94bad1,#007c89)!important}.course-card-top span{line-height:1.2!important}.course-catalog .public-programs article>strong{min-height:auto!important;max-height:none!important;overflow:visible!important;-webkit-line-clamp:unset!important;font-size:clamp(18px,1.18vw,22px)!important;line-height:1.05!important}.course-catalog .public-programs article>p{max-height:4.2em!important;font-size:11px!important;line-height:1.4!important}.course-catalog .provider-meta{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:7px!important;margin:0 18px 0 28px!important}.course-catalog .provider-meta small{gap:8px!important;min-width:0!important;min-height:48px!important;padding:8px 9px!important;border-radius:13px!important;font-size:10.5px!important;line-height:1.18!important}.course-catalog .provider-meta small svg{position:static!important}.modality-meta b,.modality-meta span{display:block!important;min-width:0!important}.modality-meta span{line-height:1.15!important}.modality-meta b{margin-top:2px!important;line-height:1.1!important}.course-catalog .provider-meta .speaker-meta{min-height:70px!important}.course-detail-link{margin:0 18px 0 28px!important}.course-catalog .program-meta{align-self:end!important}.course-catalog .program-meta b,.price-stack b{font-size:29px!important}.course-catalog .program-actions{padding:0 18px 18px 28px!important}.course-catalog .program-actions button{padding:0 8px!important;font-size:10px!important}@media (max-width:620px){.course-catalog .provider-meta,.course-catalog .public-programs{grid-template-columns:1fr!important}}.public-main{padding-bottom:48px!important}.public-hero.hero-carousel{margin:18px auto 20px!important}.section-container{margin:20px auto!important}.course-catalog,.public-academic,.public-contact,.public-philosophy,.public-section{border-radius:30px!important}.public-hero.hero-carousel.founders-hero-slide{min-height:clamp(440px,52vh,540px)!important;padding:clamp(38px,4.6vw,62px) clamp(28px,5vw,76px) clamp(70px,6vw,88px)!important}.founders-slide-content{width:min(100%,690px)!important;gap:clamp(10px,1.35vw,16px)!important}.founders-kicker{font-size:10px!important;letter-spacing:.24em!important}.founders-slide-content h1{font-size:clamp(38px,5vw,66px)!important;line-height:.88!important}.founders-quote{max-width:560px!important;font-size:clamp(18px,1.75vw,25px)!important;line-height:1.22!important}.founders-copy{max-width:540px!important;font-size:13px!important;line-height:1.5!important}.founders-link{font-size:11px!important}.course-catalog{max-width:min(1780px,calc(100% - 32px))!important;padding:clamp(26px,3vw,42px)!important}.course-catalog .public-programs{grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:12px!important}.course-catalog .public-programs article{display:flex!important;flex-direction:column!important;min-height:auto!important;gap:7px!important;border-radius:20px!important}.course-card-top{padding:16px 16px 0 26px!important}.course-card-top span{font-size:8.5px!important}.course-catalog .public-programs article>strong{padding:0 16px 0 26px!important;font-size:clamp(17px,1.08vw,21px)!important;line-height:1.06!important}.course-catalog .public-programs article>p{max-height:3.9em!important;padding:0 16px 0 26px!important;line-height:1.32!important;-webkit-line-clamp:3!important}.course-catalog .provider-meta{gap:4px 10px!important;margin:2px 16px 0 26px!important}.course-catalog .provider-meta small{font-weight:850!important;line-height:1.2!important}.course-catalog .provider-meta .modality-meta,.course-catalog .provider-meta .speaker-meta{grid-column:1/-1!important}.modality-meta b,.modality-meta span,.speaker-meta b,.speaker-meta em,.speaker-meta span{text-transform:none!important;letter-spacing:0!important}.modality-meta span{display:flex!important;flex-wrap:wrap!important;gap:3px!important;align-items:baseline!important;color:#40516a!important;font-size:10px!important;line-height:1.2!important}.modality-meta b{display:inline!important;margin:0!important;color:#102b50!important;font-size:10px!important;white-space:normal!important}.course-catalog .provider-meta .speaker-meta{min-height:44px!important;margin-top:4px!important;padding-top:8px!important}.speaker-meta span{font-size:10px!important}.speaker-meta b{font-size:11px!important;line-height:1.16!important}.speaker-meta em{font-size:9.5px!important;line-height:1.15!important}.course-detail-link{min-height:28px!important;margin:0 16px 0 26px!important;padding:0!important;border:0!important;background:transparent!important;justify-content:flex-start!important}.course-catalog .program-meta{margin-top:auto!important;padding:8px 16px 0!important;border-top:1px solid #e5edf5!important;background:transparent!important}.course-catalog .program-meta b,.price-stack b{font-size:27px!important}.price-stack small{font-size:9px!important}.price-stack del{font-size:13px!important}.course-catalog .program-actions{gap:7px!important;padding:0 16px 16px 26px!important}.course-catalog .program-actions button{min-height:36px!important}@media (max-width:1500px){.course-catalog .public-programs{grid-template-columns:repeat(4,minmax(0,1fr))!important}}@media (max-width:1180px){.course-catalog .public-programs{grid-template-columns:repeat(3,minmax(0,1fr))!important}}@media (max-width:860px){.course-catalog .public-programs{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media (max-width:620px){.public-hero.hero-carousel.founders-hero-slide{min-height:470px!important}.course-catalog .provider-meta,.course-catalog .public-programs{grid-template-columns:1fr!important}}.opening-offer-note{display:flex!important;align-items:center!important;flex-wrap:wrap!important;gap:10px 14px!important;width:fit-content!important;max-width:100%!important;margin-top:18px!important;padding:12px 16px!important;border:1px solid #dfe8f2!important;border-left:5px solid #007c89!important;border-radius:999px!important;background:linear-gradient(135deg,#f8fbff,#eef8f8)!important;color:#102b50!important;box-shadow:0 16px 38px #102b500b!important}.opening-offer-note strong{color:#007c89!important;font-size:11px!important;font-weight:950!important;letter-spacing:.1em!important;text-transform:uppercase!important;white-space:nowrap!important}.opening-offer-note span{color:#40516a!important;font-size:12px!important;font-weight:750!important;line-height:1.35!important}.course-catalog .public-programs{align-items:start!important}.course-catalog .public-programs article{gap:8px!important;align-self:start!important}.course-catalog .public-programs article:after{display:none!important;content:none!important}.course-card-top{padding:18px 18px 0 28px!important}.course-card-top span{font-size:9px!important;line-height:1.15!important}.course-catalog .public-programs article>strong{padding:0 18px 0 28px!important;font-size:clamp(19px,1.15vw,23px)!important;line-height:1.04!important}.course-catalog .public-programs article>p{display:block!important;max-height:none!important;overflow:visible!important;-webkit-line-clamp:unset!important;padding:0 18px 0 28px!important;color:#4f6078!important;font-size:10.5px!important;font-weight:650!important;line-height:1.34!important}.course-catalog .provider-meta{display:grid!important;grid-template-columns:1fr 1fr!important;gap:7px 10px!important;margin:4px 18px 0 28px!important}.course-catalog .provider-meta small{display:flex!important;align-items:center!important;gap:7px!important;min-height:0!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;color:#40516a!important;font-size:10px!important;font-weight:760!important;letter-spacing:0!important;line-height:1.22!important;text-transform:none!important}.course-catalog .provider-meta small svg{flex:0 0 auto!important;width:15px!important;height:15px!important;color:#007c89!important}.course-catalog .provider-meta .modality-meta span,.course-catalog .provider-meta small span{display:inline!important;color:#40516a!important;font:inherit!important;letter-spacing:0!important;line-height:inherit!important;text-transform:none!important;white-space:normal!important}.course-catalog .provider-meta .modality-meta{grid-column:auto!important}.course-catalog .provider-meta .speaker-meta{grid-column:1/-1!important;display:grid!important;grid-template-columns:18px 1fr!important;gap:8px!important;align-items:start!important;margin-top:5px!important;padding-top:10px!important;border-top:1px solid #e5edf5!important}.course-catalog .provider-meta .speaker-meta span{display:grid!important;gap:2px!important;color:#52627a!important;font-size:10px!important;font-weight:850!important}.course-catalog .provider-meta .speaker-meta b{color:#102b50!important;font-size:11.5px!important;font-weight:950!important;line-height:1.13!important}.course-catalog .provider-meta .speaker-meta em{color:#52627a!important;font-size:9.5px!important;font-style:normal!important;font-weight:800!important;line-height:1.15!important}.course-detail-link{min-height:24px!important;margin:2px 18px 0 28px!important;font-size:10.5px!important}.course-catalog .program-meta{margin-top:6px!important;padding:8px 18px 0!important}.course-catalog .program-meta b,.price-stack b{font-size:24px!important}.price-stack small{font-size:8.5px!important}.price-stack del{font-size:12px!important}.course-catalog .program-actions{display:grid!important;grid-template-columns:1fr 1fr!important;gap:12px!important;padding:2px 18px 18px 28px!important}.course-catalog .program-actions button{min-width:0!important;min-height:38px!important;padding:0 10px!important;font-size:9.5px!important;line-height:1.15!important;white-space:normal!important}@media (min-width:1501px){.course-catalog .public-programs{grid-template-columns:repeat(5,minmax(0,1fr))!important}}@media (max-width:620px){.opening-offer-note{width:100%!important;border-radius:22px!important}.course-catalog .provider-meta{grid-template-columns:1fr!important}}.opening-offer-note{gap:12px 18px!important;padding:15px 20px!important;border:2px solid #c9203b!important;border-left-width:8px!important;background:linear-gradient(135deg,#fff,#fff7f8 58%,#f7fbff)!important;box-shadow:0 18px 44px #c9203b12,0 18px 44px #102b500b!important}.opening-offer-note strong{color:#b42333!important;font-size:clamp(14px,1.1vw,17px)!important;letter-spacing:.06em!important}.opening-offer-note span{color:#102b50!important;font-size:clamp(14px,1vw,16px)!important;font-weight:850!important}.course-catalog .provider-meta .modality-meta span,.course-catalog .provider-meta small,.course-catalog .provider-meta small span{color:#40516a!important;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif!important;font-size:10px!important;font-weight:760!important;letter-spacing:0!important;line-height:1.18!important;text-transform:none!important}.course-catalog .provider-meta .modality-meta span{display:inline-block!important}.course-catalog .provider-meta .modality-meta{align-items:center!important}.course-catalog .program-actions{gap:14px!important}@media (max-width:1500px){.opening-offer-note{width:100%!important;border-radius:24px!important}}.course-catalog .public-programs{align-items:stretch!important}.course-catalog .public-programs article{height:100%!important}.course-catalog .public-programs article>strong{color:#007c89!important;text-wrap:balance!important}.course-detail-link{margin-top:auto!important}.course-catalog .program-actions,.course-catalog .program-meta{margin-top:0!important}.public-hero.hero-carousel.hero-opening-slide{min-height:clamp(440px,52vh,540px)!important;grid-template-columns:minmax(0,1fr) minmax(320px,520px)!important;align-items:center!important;gap:clamp(22px,4vw,54px)!important;padding:clamp(38px,4.6vw,62px) clamp(28px,5vw,76px) clamp(70px,6vw,88px)!important;background:radial-gradient(circle at 78% 18%,#007c8952 0,transparent 30%),radial-gradient(circle at 18% 78%,#d8b43224 0,transparent 24%),linear-gradient(135deg,#081d38,#102b50 54%,#17365f)!important}.hero-opening-slide .opening-hero-copy{max-width:680px!important}.hero-opening-slide .opening-hero-copy h1{font-size:clamp(38px,4.6vw,64px)!important;line-height:.96!important;letter-spacing:-1px!important;margin:8px 0 12px!important}.hero-opening-slide .opening-hero-copy p{max-width:620px!important;color:#eff6fb!important;font-size:clamp(14px,1.15vw,17px)!important;font-weight:750!important;line-height:1.45!important}.opening-hero-visual{min-height:0!important}.hero-opening-card{position:relative!important;z-index:2!important;display:grid!important;gap:10px!important;width:min(100%,460px)!important;margin-left:auto!important;padding:clamp(22px,3vw,32px)!important;border:1px solid #ffffffb8!important;border-radius:34px!important;background:linear-gradient(145deg,#ffffff,#f8fbfd 58%,#eef7f8)!important;color:#102b50!important;box-shadow:0 34px 92px #061d3840,inset 0 1px 0 #fff!important}.hero-opening-card:before{content:""!important;position:absolute!important;left:22px!important;right:22px!important;top:14px!important;height:3px!important;border-radius:999px!important;background:linear-gradient(90deg,#007c89,#d8b432)!important}.opening-hero-photo{position:relative!important;overflow:hidden!important;height:clamp(118px,15vw,168px)!important;margin:6px 0 4px!important;border-radius:22px!important;background:#102b50!important}.opening-hero-photo:after{content:""!important;position:absolute!important;inset:0!important;background:linear-gradient(180deg,#102b5000,#102b5038)!important;pointer-events:none!important}.opening-hero-photo img{width:100%!important;height:100%!important;display:block!important;object-fit:cover!important;filter:saturate(.9) contrast(1.04)!important}.hero-opening-card span{margin-top:0!important;color:#007c89!important;font-size:9.5px!important;font-weight:950!important;letter-spacing:.16em!important;text-transform:uppercase!important}.hero-opening-card strong{color:#102b50!important;font:700 clamp(27px,3vw,38px)/.98 Georgia,Times New Roman,serif!important;letter-spacing:-.6px!important}.hero-opening-card p{max-width:390px!important;margin:0!important;color:#52627a!important;font-size:12.5px!important;font-weight:760!important;line-height:1.38!important}.hero-opening-card b{width:max-content!important;margin-top:2px!important;padding:10px 16px!important;border-radius:16px!important;background:#e9f7f7!important;color:#007c89!important;font:800 24px/1 Georgia,Times New Roman,serif!important}.hero-opening-card small{color:#52627a!important;font-size:10px!important;font-weight:900!important}.hero-price-box button,.opening-card-enroll{width:max-content!important;min-height:38px!important;padding:0 18px!important;border:0!important;border-radius:999px!important;background:#007c89!important;color:#fff!important;font-size:12px!important;font-weight:950!important;line-height:1!important;box-shadow:0 14px 30px #007c8924!important;cursor:pointer!important;text-decoration:none!important}.hero-price-box button{grid-column:1/-1!important;margin-top:4px!important}.hero-opening-slide .opening-hero-copy h1{max-width:760px!important;font-size:clamp(42px,4.9vw,72px)!important}.hero-opening-slide .opening-hero-copy p{max-width:690px!important;font-size:clamp(15px,1.25vw,18px)!important}.hero-opening-card strong{font-size:clamp(30px,3.1vw,42px)!important}.hero-opening-card b{order:2!important}.hero-opening-card p{order:4!important}.hero-opening-card small{order:5!important}.opening-card-enroll{order:6!important;display:inline-flex!important;align-items:center!important;justify-content:center!important}@media (max-width:900px){.public-hero.hero-carousel.hero-opening-slide{grid-template-columns:1fr!important;padding:38px 24px 82px!important}.hero-opening-card{margin:0!important}}.public-hero.hero-carousel.hero-opening-slide{position:relative!important;grid-template-columns:minmax(0,1fr)!important;min-height:clamp(500px,62vh,640px)!important;overflow:hidden!important;background:#102b50!important}.public-hero.hero-carousel.hero-opening-slide:before{display:none!important}.opening-full-bg{z-index:0!important;margin:0!important}.opening-full-bg,.opening-full-bg:after{position:absolute!important;inset:0!important}.opening-full-bg:after{content:""!important;background:linear-gradient(90deg,#081d38f2,#102b50d7 40%,#17365fa8 68%,#007c8955),linear-gradient(180deg,#061d3850,#061d38aa)!important}.opening-full-bg img{width:100%!important;height:100%!important;display:block!important;object-fit:cover!important;object-position:center!important;filter:saturate(.95) contrast(1.04)!important}.hero-opening-slide .opening-hero-copy{position:relative!important;z-index:2!important;max-width:860px!important}.hero-opening-slide .opening-hero-copy .eyebrow{color:#d8edf0!important}.hero-opening-slide .opening-hero-copy h1{max-width:860px!important;color:#fff!important;font-size:clamp(54px,7vw,102px)!important;line-height:.9!important;letter-spacing:-2.2px!important}.hero-opening-slide .opening-hero-copy p{max-width:720px!important;color:#f2f7fb!important;font-size:clamp(17px,1.45vw,22px)!important;line-height:1.48!important}.hero-opening-slide .hero-masterclass-meta{max-width:610px!important}.hero-opening-slide .hero-masterclass-meta strong{border-color:#ffffff58!important;background:#ffffff18!important;color:#fff!important;backdrop-filter:blur(12px)!important}.opening-date-mark{position:absolute!important;right:clamp(70px,8vw,150px)!important;top:50%!important;z-index:2!important;display:grid!important;justify-items:end!important;transform:translateY(-48%)!important;color:#fff!important;text-align:right!important;text-shadow:0 18px 42px #061d38cc!important}.opening-date-mark span{color:#fff!important;font:950 clamp(92px,11vw,170px)/.78 Inter,Manrope,Helvetica Neue,Arial,sans-serif!important;letter-spacing:-.08em!important}.opening-date-mark strong{margin-top:10px!important;color:#f4f8fb!important;font:850 clamp(38px,5vw,74px)/.9 Georgia,Times New Roman,serif!important;letter-spacing:-.05em!important}.opening-date-mark small{margin-top:18px!important;padding-top:16px!important;border-top:2px solid #d8b432!important;color:#d8edf0!important;font-size:clamp(18px,1.8vw,26px)!important;font-weight:950!important;letter-spacing:.08em!important;text-transform:uppercase!important}@media (max-width:760px){.public-hero.hero-carousel.hero-opening-slide{min-height:auto!important;padding:44px 22px 88px!important}.opening-full-bg:after{background:linear-gradient(180deg,#081d38f2,#102b50d8 62%,#007c8966)!important}.hero-opening-slide .opening-hero-copy h1{font-size:clamp(44px,14vw,64px)!important}.opening-date-mark{position:relative!important;right:auto!important;top:auto!important;justify-items:start!important;margin-top:18px!important;transform:none!important;text-align:left!important}.opening-date-mark span{font-size:76px!important}.opening-date-mark strong{font-size:38px!important}}.public-brand img{object-fit:contain!important;background:#fff!important}.hero-masterclass-slide .hero-masterclass-card{isolation:isolate!important;overflow:hidden!important}.hero-course-photo{position:absolute!important;inset:0 0 0 auto!important;z-index:0!important;width:48%!important;height:100%!important;margin:0!important;opacity:.34!important;pointer-events:none!important}.hero-course-photo:after{content:""!important;position:absolute!important;inset:0!important;background:linear-gradient(90deg,#ffffff,#ffffffdd 30%,#ffffff55 64%,#ffffff18),linear-gradient(180deg,#ffffff15,#102b5030)!important}.hero-course-photo img{width:100%!important;height:100%!important;display:block!important;object-fit:cover!important;object-position:center!important;filter:saturate(.92) contrast(1.04)!important}.hero-masterclass-slide .hero-faculty-box,.hero-masterclass-slide .hero-price-box,.hero-masterclass-slide .hero-role-box,.hero-masterclass-slide .hero-teacher-feature{position:relative!important;z-index:2!important}.opening-hero-photo img{object-position:center!important}@media (max-width:900px){.hero-course-photo{width:58%!important;opacity:.22!important}}.receipt-modal-backdrop{z-index:90!important;display:flex!important;align-items:center!important;justify-content:center!important;padding:20px!important;background:#07182dcc!important;backdrop-filter:blur(12px)!important}.ihp-receipt-modal{width:min(920px,calc(100vw - 28px))!important;max-height:calc(100vh - 32px)!important;overflow:auto!important;border:1px solid #dbe5ef!important;border-radius:34px!important;background:linear-gradient(180deg,#fff,#f7fbfd)!important;box-shadow:0 34px 110px #07182d66!important;color:#102b50!important}.receipt-modal-head{display:flex!important;align-items:flex-start!important;justify-content:space-between!important;gap:20px!important;padding:28px 30px 18px!important;border-bottom:1px solid #dbe5ef!important}.receipt-modal-head h2{margin:6px 0 8px!important;color:#102b50!important;font:650 clamp(34px,4vw,50px) Georgia,serif!important;letter-spacing:-.4px!important;line-height:1.05!important}.receipt-modal-head p{max-width:560px!important;margin:0!important;color:#52627a!important;font-size:15px!important;line-height:1.65!important}.receipt-modal-actions button:nth-child(2),.receipt-modal-head>button{min-height:42px!important;padding:0 16px!important;border:1px solid #d5e1ef!important;border-radius:999px!important;background:#fff!important;color:#17365f!important;font-size:13px!important;font-weight:900!important}.receipt-preview-card{margin:24px 30px!important;padding:26px!important;border:1px solid #dbe5ef!important;border-radius:28px!important;background:#fff!important;box-shadow:0 18px 52px #102b5010!important}.receipt-preview-brand{display:flex!important;align-items:center!important;gap:14px!important;padding-bottom:18px!important;border-bottom:4px solid #17365f!important}.receipt-preview-mark{width:58px!important;height:58px!important;display:grid!important;place-items:center!important;flex:0 0 auto!important;border:1px solid #dbe5ef!important;border-radius:50%!important;color:#17365f!important;font:800 20px Georgia,serif!important}.receipt-preview-brand span,.receipt-preview-brand strong{display:block!important}.receipt-preview-brand strong{color:#102b50!important;font:700 20px Georgia,serif!important}.receipt-preview-brand span{margin-top:4px!important;color:#007c89!important;font-size:12px!important;font-weight:900!important;letter-spacing:.12em!important;text-transform:uppercase!important}.receipt-preview-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important;margin-top:18px!important}.receipt-preview-grid>div{min-width:0!important;padding:14px!important;border:1px solid #e0e8f2!important;border-radius:16px!important;background:#f8fbff!important}.receipt-preview-grid b,.receipt-preview-grid small,.receipt-preview-grid span{display:block!important}.receipt-preview-grid small{color:#7e8da4!important;font-size:11px!important;font-weight:900!important;letter-spacing:.08em!important;text-transform:uppercase!important}.receipt-preview-grid b{margin-top:6px!important;color:#102b50!important;font-size:14px!important;word-break:break-word!important}.receipt-preview-grid span{margin-top:5px!important;color:#52627a!important;font-size:12px!important}.receipt-preview-items{display:grid!important;gap:10px!important;margin-top:18px!important}.receipt-preview-items>div{display:flex!important;justify-content:space-between!important;gap:16px!important;padding:14px 0!important;border-bottom:1px solid #e3ebf5!important}.receipt-preview-items small,.receipt-preview-items strong{display:block!important}.receipt-preview-items strong{color:#102b50!important;font-size:15px!important}.receipt-preview-items small{margin-top:5px!important;color:#52627a!important;font-size:12px!important;line-height:1.45!important}.receipt-preview-items b{flex:0 0 auto!important;color:#102b50!important;font-size:15px!important;white-space:nowrap!important}.receipt-preview-total{display:flex!important;justify-content:space-between!important;gap:20px!important;margin-top:18px!important;padding:20px!important;border-radius:20px!important;background:linear-gradient(135deg,#17365f,#007c89)!important;color:#fff!important}.receipt-preview-total span{font-size:13px!important;font-weight:900!important;letter-spacing:.12em!important;text-transform:uppercase!important}.receipt-preview-total strong{font:800 28px Georgia,serif!important}.receipt-modal-actions{display:flex!important;justify-content:flex-end!important;gap:12px!important;padding:0 30px 30px!important}.receipt-modal-actions .primary{min-height:48px!important;padding:0 22px!important}@media (max-width:640px){.receipt-modal-actions,.receipt-modal-head,.receipt-preview-items>div,.receipt-preview-total{flex-direction:column!important}.receipt-preview-grid{grid-template-columns:1fr!important}.receipt-preview-card{margin:18px!important;padding:20px!important}.receipt-modal-head{padding:24px 22px 14px!important}.receipt-modal-actions{padding:0 18px 22px!important}.receipt-modal-actions button{width:100%!important}}.seo-faq-section{display:grid!important;grid-template-columns:.8fr 1.2fr!important;gap:clamp(24px,4vw,56px)!important}.seo-faq-head h2{margin:10px 0 14px!important;max-width:560px!important;color:#102b50!important;font:650 clamp(38px,4vw,58px) Georgia,serif!important;line-height:1.04!important;letter-spacing:-.8px!important}.seo-faq-head p{max-width:520px!important;margin:0!important;color:#52627a!important;font-size:16px!important;line-height:1.75!important}.seo-faq-list{display:grid!important;gap:0!important;border-top:1px solid #dbe5ef!important}.seo-faq-list article{padding:22px 0!important;border-bottom:1px solid #dbe5ef!important}.seo-faq-list strong{display:block!important;margin-bottom:8px!important;color:#102b50!important;font-size:18px!important;font-weight:900!important}.seo-faq-list p{max-width:760px!important;margin:0!important;color:#52627a!important;font-size:15px!important;line-height:1.75!important}@media (max-width:820px){.seo-faq-section{grid-template-columns:1fr!important}}.faq-page{min-height:100vh;padding:clamp(28px,5vw,72px);background:radial-gradient(circle at 14% 4%,rgba(0,124,137,.12) 0,transparent 30%),radial-gradient(circle at 86% 12%,rgba(23,54,95,.12) 0,transparent 28%),linear-gradient(180deg,#fbfcfd,#f3f7fb);color:#102b50}.faq-hero,.faq-panel{max-width:1120px;margin:0 auto}.faq-hero{padding:clamp(34px,6vw,76px) 0 clamp(24px,4vw,46px)}.faq-back{display:inline-flex;align-items:center;margin-bottom:34px;color:#007c89;font-size:14px;font-weight:950;text-decoration:none}.faq-back:hover{text-decoration:underline;text-underline-offset:5px}.faq-hero h1{max-width:820px;margin:12px 0 18px;color:#102b50;font:650 clamp(46px,6vw,82px) Georgia,Times New Roman,serif;line-height:.98;letter-spacing:-1.4px}.faq-hero p{max-width:760px;margin:0;color:#52627a;font-size:clamp(17px,2vw,21px);line-height:1.7}.faq-panel{gap:0;margin-bottom:clamp(42px,7vw,90px);border-top:1px solid #d8e3ef;background:rgba(255,255,255,.72);backdrop-filter:blur(10px)}.faq-panel,.faq-panel article{display:grid;border-bottom:1px solid #d8e3ef}.faq-panel article{grid-template-columns:minmax(260px,.55fr) minmax(0,1fr);gap:clamp(20px,4vw,56px);padding:clamp(24px,4vw,44px) 0}.faq-panel article:last-child{border-bottom:0}.faq-panel h2{margin:0;color:#102b50;font:650 clamp(22px,2.4vw,32px) Georgia,Times New Roman,serif;line-height:1.12}.faq-panel p{max-width:720px;margin:0;color:#52627a;font-size:clamp(15px,1.7vw,18px);line-height:1.78}@media (max-width:760px){.faq-panel article{grid-template-columns:1fr;gap:12px}}