:root{--green:#72b124;--ink:#182b1c;--muted:#5b655d;--light:#f3f6ee;--line:#dfe5db}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--ink);font-size:16px;line-height:1.6}a{color:inherit;text-decoration:none}button{font:inherit;cursor:pointer}button,a,summary{-webkit-tap-highlight-color:transparent}a:focus-visible,button:focus-visible,summary:focus-visible{outline:3px solid #367fba;outline-offset:5px}.wrap{width:min(1200px,calc(100% - 80px));margin:auto}.topbar{background:var(--ink);color:white;font-size:14px;padding:8px 0}.topbar .wrap{display:flex;justify-content:space-between}.topbar a{font-weight:bold}header{background:#fff;position:sticky;top:0;z-index:10;border-bottom:1px solid var(--line)}.nav{height:92px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{font-size:52px;font-weight:900;line-height:.8;letter-spacing:-4px;display:inline-flex;align-items:center;gap:14px}.brand:after{content:'';width:9px;height:9px;border-radius:50%;background:var(--green);align-self:flex-start;order:-1;display:none}.brand span{font-size:11px;letter-spacing:2px;font-weight:600;border-left:1px solid #c8cfc5;padding:12px 0 12px 14px}.nav nav{display:flex;align-items:center;gap:28px;font-size:14px;font-weight:600}.nav nav a:hover,.text-link:hover{color:#497616}.campus{border:1px solid var(--ink);border-radius:6px;padding:11px 17px;font-size:14px;font-weight:600;white-space:nowrap}.campus span{margin-left:12px}.hero{background:var(--light);padding:62px 0 55px;overflow:hidden}.hero-grid{display:grid;grid-template-columns:1.12fr 1fr;gap:65px;align-items:center}.eyebrow{font-size:12px;letter-spacing:1.7px;font-weight:bold;margin:0 0 20px;color:#4c6c35}.hero h1{font-size:clamp(44px,4.8vw,66px);line-height:1.07;letter-spacing:-2.8px;margin:0 0 27px;font-weight:750}.hero em,h2 em{font-style:normal;color:#558921}.intro{font-size:18px;line-height:1.75;max-width:500px;color:var(--muted)}.actions{display:flex;gap:25px;align-items:center;flex-wrap:wrap;margin:30px 0}.button{display:inline-flex;align-items:center;justify-content:center;gap:25px;background:var(--green);border:0;border-radius:6px;font-weight:bold;padding:15px 22px;font-size:15px;line-height:1.5;color:#152712;transition:background .2s,transform .2s}.button:hover{background:#87c73b;transform:translateY(-2px)}.text-link{font-size:14px;text-decoration:underline;text-underline-offset:5px;font-weight:600}.hero-notes{display:flex;flex-wrap:wrap;gap:19px;font-size:13px;color:#52634b;margin-top:37px}.hero-visual{height:490px;position:relative}.hero-visual>img{width:100%;height:100%;object-fit:cover;object-position:center;border-radius:100px 8px 8px 8px;background:#dbe5d4}.photo-label{position:absolute;bottom:24px;left:-25px;display:flex;align-items:center;gap:17px;padding:20px 28px;background:white;border-radius:8px;box-shadow:0 8px 30px #17261c16}.photo-label strong{font-size:21px;line-height:1.25;display:block}.photo-label div>span{display:block;font-size:12px;color:var(--muted);margin-top:6px}.label-icon{background:#e9f3de;border-radius:50%;font-size:30px;color:#52811f;width:54px;height:54px;display:grid;place-items:center}.photo-top{position:absolute;top:20px;right:18px;background:#fffdf5ed;font-size:10px;letter-spacing:1.4px;padding:9px 13px;border-radius:30px;font-weight:bold}.benefits{display:grid;grid-template-columns:repeat(3,1fr);padding:32px 0;border-bottom:1px solid var(--line)}.benefits>div{display:flex;gap:21px;justify-content:center;border-right:1px solid var(--line);font-size:14px;line-height:1.5}.benefits>div:last-child{border:0}.benefits b{color:#6b953e;font-size:26px;font-weight:500}.catalog,.method{padding-top:85px;padding-bottom:70px}.section-head{display:flex;align-items:end;justify-content:space-between;gap:25px;margin-bottom:32px}h2{font-size:40px;line-height:1.15;letter-spacing:-1.5px;margin:0}.section-head .eyebrow{margin-bottom:12px}.section-head>p{color:var(--muted);font-size:15px;line-height:1.7;margin:0}.filters{display:flex;flex-wrap:wrap;gap:10px}.filters button{background:#fff;border:1px solid var(--line);padding:10px 18px;border-radius:24px;font-size:14px;color:#4c594c}.filters button.active{background:var(--ink);color:white;border-color:var(--ink)}.catalog-note{font-size:13px;color:var(--muted);margin:22px 0}.course-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.course{border:1px solid var(--line);border-radius:10px;overflow:hidden;background:white;display:flex;flex-direction:column}.course[hidden]{display:none}.course-top{padding:23px 24px 20px;background:#eff4e7;display:flex;align-items:center;justify-content:space-between;min-height:96px}.course:nth-child(3n+2) .course-top{background:#eef1f4}.course:nth-child(3n) .course-top{background:#f5f1e8}.course-symbol{font-weight:750;font-size:28px;letter-spacing:-1px;line-height:1}.course-type{font-size:11px;letter-spacing:1.2px;text-transform:uppercase;max-width:115px;text-align:right}.course-body{padding:23px;flex:1;display:flex;flex-direction:column}.course h3{font-size:21px;line-height:1.3;letter-spacing:-.4px;margin:0 0 12px}.course-body>p{font-size:14px;color:var(--muted);line-height:1.7;margin:0 0 20px}.course details{border-top:1px solid var(--line);margin-top:auto;font-size:14px;padding-top:14px}.course summary{font-weight:bold;cursor:pointer}.course ul{padding-left:18px;color:var(--muted);font-size:14px}.course .ask{font-size:14px;display:block;padding-top:14px;color:#4b751d;font-weight:bold}.result-count{font-size:13px;color:var(--muted);margin:18px 0 0}.funding{background:var(--ink);color:white;padding:75px 0}.funding-grid{display:grid;grid-template-columns:1fr 1fr;gap:95px;align-items:center}.funding .eyebrow{color:#b7d994}.funding h2{font-size:44px;line-height:1.15}.funding h2 em{color:#a3d374}.funding-grid>div>p:not(.eyebrow){color:#c5d0c5;max-width:450px;font-size:16px;margin:25px 0}.funding-panel{border:1px solid #50604e;background:#233726;padding:30px;border-radius:10px}.funding-panel h3{font-size:23px;margin:0 0 20px;letter-spacing:-.5px}.funding-panel>div{display:flex;gap:20px;margin:20px 0}.funding-panel>div>span{color:#addc7d;font-size:14px;padding-top:3px}.funding-panel>div p{margin:0;font-size:14px;color:#c2cfc1;line-height:1.6}.funding-panel strong{display:block;color:white;font-size:16px;margin-bottom:5px}.funding-panel .fine{border-top:1px solid #4c5b49;padding-top:17px;font-size:12px;line-height:1.6;color:#bec9bc}.official{font-size:12px;text-decoration:underline;text-underline-offset:3px}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:45px}.steps article{border-top:1px solid var(--line);padding-top:25px}.steps article>span{color:#608c34;font-size:22px}.steps h3{font-size:21px;margin:18px 0 10px}.steps p{color:var(--muted);font-size:15px}.faq{display:grid;grid-template-columns:.8fr 1.2fr;gap:80px;padding:20px 0 85px}.faq details{border-bottom:1px solid var(--line);padding:20px 0}.faq summary{font-weight:600;cursor:pointer;line-height:1.5;padding-right:20px}.faq details p{font-size:15px;color:var(--muted)}.contact{background:#e9f3df;border-radius:12px;display:flex;justify-content:space-between;align-items:center;padding:45px 48px;gap:30px;margin-bottom:65px}.contact h2{font-size:34px}.contact p:not(.eyebrow){color:var(--muted);font-size:15px;margin-bottom:0}.contact-actions{display:flex;align-items:center;flex-direction:column;gap:10px}.contact-actions>a:not(.button){font-size:15px}.contact-actions>a:nth-child(2){font-weight:bold;margin-top:8px}footer{display:flex;align-items:center;justify-content:space-between;padding-bottom:35px;gap:25px}footer .brand{font-size:38px}footer .brand span{font-size:9px}footer p,footer>a:last-child{font-size:13px;color:var(--muted)}.skip{position:fixed;top:-100px;background:white;z-index:100;padding:15px}.skip:focus{top:0}@media(min-width:1500px){.hero{padding:80px 0}}@media(max-width:1000px){.wrap{width:calc(100% - 48px)}.nav nav{gap:16px}.brand span{display:none}.hero-grid{gap:35px}.hero h1{font-size:48px}.hero-visual{height:440px}.hero-notes{gap:10px;font-size:12px}.funding-grid{gap:40px}.course-grid{gap:16px}.course-body{padding:20px}.faq{gap:40px}}@media(max-width:740px){html{scroll-padding-top:88px}.wrap{width:calc(100% - 36px)}.topbar{font-size:11px}.nav{height:76px;gap:12px}.brand{font-size:43px}.nav nav{margin-left:auto}.nav nav a{display:none}.nav nav a:first-child{display:block;font-size:14px}.campus{font-size:12px;padding:9px 11px}.campus span{margin-left:3px}.hero{padding:35px 0}.hero-grid{grid-template-columns:1fr;gap:30px}.eyebrow{font-size:10px;letter-spacing:1.2px}.hero h1{font-size:47px;letter-spacing:-2px;margin-bottom:20px}.intro{font-size:16px}.actions{gap:20px;margin:25px 0}.hero-notes{margin-top:23px;font-size:12px;gap:15px}.hero-visual{height:340px;margin-left:10px}.hero-visual>img{border-radius:70px 6px 6px 6px}.photo-label{left:-10px;bottom:18px;padding:16px 20px}.photo-label strong{font-size:18px}.photo-top{font-size:9px}.benefits{padding:24px 0;gap:12px}.benefits>div{display:block;font-size:11px;padding-right:5px;line-height:1.5}.benefits b{display:block;font-size:20px;margin-bottom:5px}.catalog,.method{padding:55px 0}.section-head{display:block;margin-bottom:24px}h2{font-size:32px;letter-spacing:-1px}.section-head>p{margin-top:16px;font-size:14px}.filters{gap:8px}.filters button{font-size:12px;padding:9px 13px}.catalog-note{font-size:12px}.course-grid{grid-template-columns:1fr}.course-top{min-height:80px}.course-body{padding:23px}.course h3{font-size:23px}.course-body>p{font-size:16px}.course-type{font-size:12px}.funding{padding:50px 0}.funding-grid{grid-template-columns:1fr;gap:30px}.funding h2{font-size:37px}.funding-panel{padding:24px}.funding .button{font-size:14px;gap:15px;padding:15px 17px}.steps{grid-template-columns:1fr;gap:16px}.steps article{padding-top:18px}.steps h3{margin:8px 0}.faq{grid-template-columns:1fr;gap:16px;padding:0 0 50px}.contact{display:block;padding:30px 24px;margin-bottom:40px}.contact h2{font-size:29px}.contact-actions{align-items:flex-start;margin-top:25px}footer{flex-wrap:wrap;gap:18px}footer p{margin:0}footer>a:last-child{width:100%}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}

.brand img{display:block;width:126px;height:46px;object-fit:contain;flex-shrink:0}.brand{letter-spacing:normal} @media(max-width:740px){.nav{gap:8px}.nav .brand img{width:110px;height:auto}}

.brand img{width:205px;height:auto;max-width:100%;object-fit:contain}footer .brand img{width:180px}@media(max-width:740px){.nav .brand img{width:140px;height:auto}}
.course-duration{color:#4b751d!important;font-weight:700;font-size:14px!important}.course-program-link{display:block;background:#edf5e4;padding:12px;margin-top:17px;border-radius:5px;font-size:14px;font-weight:700}.course-intro{background:var(--light);padding:30px 0 45px}.back-link{font-size:14px;display:inline-block;margin-bottom:30px;text-decoration:underline;text-underline-offset:4px}.course-intro h1{font-size:clamp(38px,5.5vw,66px);line-height:1.08;letter-spacing:-2px;margin:0 0 23px}.lead{font-size:19px;max-width:760px;color:var(--muted)}.course-facts{display:flex;gap:45px;flex-wrap:wrap;margin:30px 0}.course-facts span{font-size:14px;color:var(--muted)}.course-facts strong{display:block;font-size:23px;color:var(--ink)}.program-note{font-size:13px!important;color:var(--muted);line-height:1.7}.course-overview{display:grid;grid-template-columns:1.3fr 1fr;gap:70px;padding:65px 0}.course-overview p{line-height:1.8}.learning-list{padding-left:22px;margin-top:25px}.learning-list li{padding-left:5px;margin-bottom:14px}.course-aside{background:var(--light);padding:28px;border-radius:8px;align-self:start}.course-aside h3{margin:0 0 10px;font-size:21px}.course-aside h3:not(:first-child){margin-top:25px}.course-aside p{font-size:15px}.syllabus{padding-bottom:65px}.section-description{color:var(--muted);max-width:800px}.module{border:1px solid var(--line);border-radius:7px;margin:12px 0;overflow:hidden}.module summary{display:flex;gap:20px;align-items:center;cursor:pointer;padding:22px;background:#f8faf5;font-weight:600;list-style:none}.module summary:after{content:'+';font-size:23px;font-weight:400}.module[open] summary:after{content:'−'}.module-number{color:#558921;font-size:20px}.module-hours{margin-left:auto;white-space:nowrap;color:#567743;font-size:14px}.module-content{padding:7px 25px 22px}.module-content li{margin:9px 0}.practice{background:#eff5e8;padding:18px;font-size:15px}.practice strong{display:block;margin-bottom:5px}.hours-total{display:flex;justify-content:space-between;padding:20px 24px;background:var(--ink);color:white;border-radius:6px}.course-format{background:var(--light);padding:55px 0}.format-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:35px;margin-top:30px}.hour-number{font-size:38px;color:#578526}.format-grid h3{margin:10px 0}.format-grid p{color:var(--muted);font-size:15px}.schedule{border-top:1px solid var(--line);padding-top:23px;font-size:15px}.schedule strong{display:block;margin-bottom:8px}.course-reference{font-size:12px;color:var(--muted);margin-top:-30px;margin-bottom:40px}.course-reference a{text-decoration:underline}@media(max-width:740px){.course-intro{padding:22px 0 30px}.course-intro h1{letter-spacing:-1px}.lead{font-size:17px}.course-facts{display:grid;grid-template-columns:1fr 1fr;gap:20px}.course-overview{grid-template-columns:1fr;gap:25px;padding:40px 0}.course-aside{padding:23px}.module summary{padding:17px 13px;gap:10px;font-size:15px}.module-number{font-size:16px}.module-content{padding:6px 16px 17px}.module-content ul{padding-left:20px}.module-content li{font-size:15px}.format-grid{grid-template-columns:1fr;gap:12px}.format-grid article{border-bottom:1px solid var(--line)}.syllabus{padding-bottom:40px}.course-reference{margin-top:-15px}.hours-total{font-size:14px;padding:18px}}
/* Course information sheet */
.sheet-title{background:var(--light);padding:26px 0 45px;border-bottom:1px solid var(--line)}.breadcrumbs{display:flex;flex-wrap:wrap;gap:10px;font-size:13px;color:var(--muted);margin-bottom:28px}.breadcrumbs a{text-decoration:underline;text-underline-offset:3px}.sheet-title h1{font-size:clamp(36px,4.3vw,56px);line-height:1.13;letter-spacing:-1.9px;margin:0 0 20px}.sheet-title p:last-child{max-width:720px;color:var(--muted);font-size:18px;margin-bottom:0}.sheet-layout{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:45px;padding-top:42px;padding-bottom:60px}.sheet-main{min-width:0}.features-heading{display:flex;justify-content:space-between;align-items:center;gap:15px;margin-bottom:24px}.course-sheet h2{font-size:29px;letter-spacing:-.8px;line-height:1.25}.print-sheet{font-size:13px;white-space:nowrap;border:1px solid var(--line);background:white;border-radius:5px;padding:9px 12px;color:var(--muted)}.features-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;background:var(--line);border:1px solid var(--line);border-radius:8px;overflow:hidden}.features-grid>div{background:#f9fbf6;padding:22px 16px}.features-grid span{display:block;color:#64715d;font-size:10px;letter-spacing:.8px;margin-bottom:8px}.features-grid strong{font-size:18px;line-height:1.3;display:block}.key-features>.program-note{margin:16px 0 25px}.section-menu{display:flex;border-bottom:2px solid var(--line);background:white;position:sticky;top:92px;z-index:3;gap:8px;padding-top:8px}.section-menu a{padding:14px 24px;font-size:15px;font-weight:bold;border-bottom:3px solid transparent;margin-bottom:-2px}.section-menu a:hover,.section-menu a:focus-visible{background:#f1f6e9;border-bottom-color:var(--green)}.sheet-section{padding:38px 0 10px;scroll-margin-top:158px}.sheet-section>p,.sheet-section>ul{color:var(--muted);line-height:1.8}.sheet-section .eyebrow{margin-bottom:10px;color:#557d35}.didactic-unit{padding:22px 0;border-bottom:1px solid var(--line)}.didactic-unit h3{font-size:19px;line-height:1.5;position:relative;padding-right:45px;margin:0 0 16px}.didactic-unit h3>span{display:block;font-size:11px;letter-spacing:1px;color:#5a8535;margin-bottom:6px}.didactic-unit small{position:absolute;right:0;top:25px;font-size:14px;color:#5a8535}.didactic-unit ol{padding-left:23px;font-size:16px;color:var(--muted)}.didactic-unit li{padding-left:3px;margin:7px 0}.didactic-unit .practice{margin-bottom:0}.sheet-section .hours-total{margin-top:25px}.about-course>h3{margin-top:28px;font-size:21px}.about-method{background:var(--light);padding:25px;border-radius:8px;margin-top:30px}.about-method .format-grid{gap:20px}.about-method .hour-number{font-size:29px}.about-method h3{font-size:17px}.about-method .schedule{margin-bottom:0}.assessment{margin-top:35px}.assessment p{color:var(--muted)}.project-example{border-left:3px solid var(--green);padding:5px 0 5px 22px;margin-top:25px}.project-example p{color:var(--muted);font-size:15px}.sheet-sidebar{align-self:start;position:sticky;top:120px}.enquiry-card{padding:28px 24px;background:#edf5e3;border:1px solid #dbe7cf;border-radius:10px}.enquiry-label{font-size:10px;letter-spacing:1px;font-weight:bold;color:#597940}.enquiry-card h2{font-size:30px;margin:20px 0 15px}.enquiry-card>p{color:var(--muted);font-size:15px}.enquiry-card .button{width:100%;font-size:14px;padding:14px 12px;gap:4px;margin:9px 0}.enquiry-contact{display:flex;flex-direction:column;padding:18px 0 23px;gap:6px;border-bottom:1px solid #cbdcbe}.enquiry-contact span{font-size:12px;color:var(--muted)}.enquiry-contact a:nth-child(2){font-size:25px;font-weight:bold;letter-spacing:-.6px}.enquiry-contact a:last-child{font-size:14px}.enquiry-summary{display:grid;gap:9px;font-size:13px;padding:20px 0 0}.enquiry-summary span:before{content:'✓';margin-right:9px;color:#557d35}.back-catalog{font-size:14px;display:block;padding:20px 0;text-align:center}.course-sheet .contact h2{font-size:31px}@media(max-width:1000px){.sheet-layout{grid-template-columns:minmax(0,1fr) 285px;gap:25px}.features-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.features-heading{align-items:start}.features-heading h2{font-size:25px}.section-menu a{padding:13px 17px}.about-method .format-grid{grid-template-columns:1fr;gap:8px}}@media(max-width:740px){.sheet-title{padding:18px 0 30px}.sheet-title h1{letter-spacing:-1px}.sheet-title p:last-child{font-size:16px}.sheet-layout{display:flex;flex-direction:column;gap:30px;padding-top:28px}.sheet-sidebar{position:static}.features-heading{align-items:center}.features-heading h2{font-size:23px}.print-sheet{font-size:12px;padding:8px}.features-grid>div{padding:17px 13px}.features-grid strong{font-size:17px}.section-menu{top:76px;gap:0}.section-menu a{padding:14px 13px;font-size:14px;flex:1;text-align:center}.sheet-section{scroll-margin-top:138px;padding-top:30px}.course-sheet h2{font-size:26px}.sheet-section>p{font-size:16px}.didactic-unit h3{font-size:18px}.didactic-unit ol{font-size:15px}.about-method{padding:21px}.enquiry-card h2 br{display:none}.enquiry-card{padding:25px}.course-sheet .contact h2{font-size:27px}}@media print{header,.topbar,.skip,.sheet-sidebar,.section-menu,.print-sheet,.contact,.back-link,footer,.course-reference{display:none!important}.wrap{width:100%}.sheet-title{padding:10px 0;background:white}.sheet-title h1{font-size:28px}.breadcrumbs{display:none}.sheet-layout{display:block;padding:15px 0}.sheet-section{padding-top:20px}.didactic-unit{break-inside:avoid}.features-grid{grid-template-columns:repeat(3,1fr)}.course-sheet h2{font-size:22px}.didactic-unit ol,.sheet-section p{font-size:12px}.practice{background:#f5f5f5}.sheet-title .eyebrow{margin-bottom:8px}}
.section-menu button{font:inherit;padding:14px 24px;font-size:15px;font-weight:bold;border:0;border-bottom:3px solid transparent;margin-bottom:-2px;background:white;color:var(--muted);cursor:pointer}.section-menu button[aria-selected="true"]{background:#f1f6e9;border-bottom-color:var(--green);color:var(--ink)}.section-menu button:hover{background:#f1f6e9}.sheet-section[hidden]{display:none!important}@media(max-width:1000px){.section-menu button{padding:13px 17px}}@media(max-width:740px){.section-menu button{padding:14px 10px;font-size:14px;flex:1;text-align:center}}@media print{.sheet-section[hidden]{display:block!important}}

/* Course category navigation */
.courses-menu{position:relative}.courses-menu>summary{list-style:none;cursor:pointer;display:flex;align-items:center;gap:8px;white-space:nowrap;padding:12px 0;font-size:14px}.courses-menu>summary::-webkit-details-marker{display:none}.courses-menu[open]>summary{color:#497616}.menu-chevron{transition:transform .15s}.courses-menu[open] .menu-chevron{transform:rotate(180deg)}.courses-dropdown{position:absolute;top:100%;left:-20px;width:540px;max-width:calc(100vw - 40px);display:grid;grid-template-columns:1fr 1fr;gap:8px;padding:14px;background:#fff;border:1px solid var(--line);border-top:3px solid var(--green);border-radius:0 0 10px 10px;box-shadow:0 12px 30px #182b1c24}.nav nav .courses-dropdown a{display:block;padding:16px;border-radius:6px;font-size:14px;white-space:normal}.courses-dropdown a:hover{background:var(--light)}.courses-dropdown strong,.courses-dropdown span{display:block}.courses-dropdown strong{font-size:16px;line-height:1.4;margin-bottom:6px}.courses-dropdown span{font-size:14px;font-weight:400;color:var(--muted);line-height:1.5}
@media(max-width:1000px){.courses-dropdown{left:auto;right:0}}
@media(max-width:740px){.nav{height:auto;min-height:76px;flex-wrap:wrap;padding-top:12px;padding-bottom:8px}.nav nav{order:3;flex-basis:100%;margin:0;justify-content:center}.courses-menu{position:static}.nav{position:relative}.courses-dropdown{top:100%;left:0;right:0;width:100%;max-width:none;grid-template-columns:1fr}.courses-menu>summary{padding:7px 0}.nav nav>a{display:none}}
/* FIEX contact assistant */
.nav .brand img{width:185px;height:82px;object-fit:contain}footer .brand img{width:185px;height:auto}.fiex-help{position:fixed;left:20px;bottom:20px;z-index:40;font-size:14px;line-height:1.5;display:flex;flex-direction:column;align-items:flex-start;gap:12px}.fiex-help [hidden]{display:none!important}.help-greeting{width:280px;background:white;border:1px solid var(--line);border-radius:10px;box-shadow:0 8px 28px #182b1c26;display:flex;padding:12px;gap:8px}.greeting-text{border:0;background:none;text-align:left;color:var(--ink);padding:0;font-size:14px}.greeting-close,.help-close{border:0;border-radius:50%;width:28px;height:28px;flex-shrink:0;background:#edf1e9;font-size:22px;line-height:1;color:var(--ink)}.help-launch{height:56px;width:56px;border:3px solid white;border-radius:50%;background:var(--ink);color:white;box-shadow:0 5px 20px #182b1c40;font-size:27px;display:grid;place-items:center}.help-whatsapp{display:flex;align-items:center;gap:8px;background:#087c3c;color:white;border-radius:28px;padding:10px 15px;font-size:14px;font-weight:bold;box-shadow:0 5px 20px #182b1c24}.help-whatsapp>span:first-child{font-size:24px;line-height:1}.help-panel{width:350px;max-width:calc(100vw - 40px);max-height:calc(100dvh - 180px);overflow:auto;background:white;border:1px solid var(--line);border-radius:14px;box-shadow:0 12px 40px #182b1c40}.help-heading{display:flex;align-items:center;justify-content:space-between;gap:14px;background:var(--ink);color:white;padding:18px}.help-heading strong{font-size:18px;display:block}.help-heading span{display:block;font-size:14px;margin-top:3px}.help-content{padding:18px}.help-content>p{margin:0 0 16px}.help-options{display:grid;grid-template-columns:1fr;gap:8px}.help-options button{background:var(--light);border:1px solid var(--line);border-radius:7px;padding:10px 12px;text-align:left;font-size:14px;color:var(--ink)}.help-options button:hover,.help-options button[aria-pressed=true]{border-color:var(--green);background:#e6f2d9}.help-answer p{margin:16px 0 10px}.help-answer a{font-weight:bold;text-decoration:underline;text-underline-offset:3px;color:#42691b}.help-contact{display:block;padding-top:16px;margin-top:16px;border-top:1px solid var(--line);font-weight:bold;color:#087c3c}@media(max-width:740px){.nav .brand img{width:150px;height:72px}.fiex-help{left:12px;bottom:12px;gap:8px}.help-panel{max-width:calc(100vw - 24px);max-height:calc(100dvh - 155px)}.help-greeting{width:250px}.help-launch{width:50px;height:50px}}@media print{.fiex-help{display:none!important}}

.help-whatsapp{width:60px;height:60px;padding:0;border-radius:50%;display:grid;place-items:center;background:#25d366;color:#fff;box-shadow:0 6px 22px #182b1c2e}.help-whatsapp svg{display:block;width:36px;height:36px}.help-whatsapp:hover{background:#1cbd5b}
/* Share content row heights across each row of course cards. */
.course-grid>.course{display:grid;grid-template-rows:subgrid;grid-row:span 6;row-gap:0;min-width:0}
.course-grid>.course[hidden]{display:none}
.course-grid .course-body{display:grid;grid-template-rows:subgrid;grid-row:span 5;row-gap:0;min-width:0}
.course-grid .course-body>h3{grid-row:1}
.course-grid .course-duration{grid-row:2}
.course-grid .course-description{grid-row:3}
.course-grid .course-program-link,.course-grid .course-body>details{grid-row:4;align-self:start}
.course-grid .course-body>.ask{grid-row:5;align-self:start}
/* Conversation and agent contact screens */
.chat-redesign{width:370px;height:610px;max-height:calc(100dvh - 175px);display:flex;flex-direction:column;overflow:hidden;border-radius:10px}.chat-redesign .help-heading{background:#f5f7f9;color:var(--ink);padding:14px 12px;border-bottom:1px solid var(--line);gap:9px;flex-shrink:0}.chat-redesign .help-heading img{width:58px;height:36px;object-fit:contain}.chat-redesign .help-heading>div{flex:1}.chat-redesign .help-heading strong{font-size:16px}.chat-redesign .help-heading span{font-size:12px;color:var(--muted);line-height:1.4}.chat-redesign .help-close{border-radius:6px;width:34px;height:34px}.chat-section-title{text-align:center;font-size:18px;font-weight:bold;padding:10px;background:#eff6e8;color:#4b751d;border-bottom:1px solid var(--line);flex-shrink:0}.chat-view{display:flex;flex-direction:column;min-height:0;flex:1}.chat-messages{overflow:auto;flex:1;min-height:0;padding:12px;display:flex;flex-direction:column;align-items:flex-start;gap:12px}.chat-message{max-width:92%;font-size:14px;line-height:1.5;border-radius:8px;padding:12px;margin:0;overflow-wrap:anywhere;background:#f0f3f6;flex-shrink:0}.chat-message a{display:block;color:#42691b;font-weight:bold;margin-top:8px;text-decoration:underline}.chat-message.visitor{align-self:flex-end;background:#edf5e4}.agent-button,.chat-compose button,.agent-submit{border:0;background:#4b751d;color:white;border-radius:6px;font-weight:bold;padding:12px;font-size:14px}.agent-button{align-self:flex-end;position:sticky;top:0;flex-shrink:0}.chat-compose{display:flex;gap:8px;padding:10px;border-top:1px solid var(--line);background:white;flex-shrink:0}.chat-compose input{min-width:0;flex:1;border:1px solid #aab3a4;background:#f7f8f9;padding:12px;font:inherit;font-size:16px;border-radius:3px}.chat-compose button{font-size:16px}.chat-label{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%)}.agent-view{padding:12px;overflow:auto;min-height:0;flex:1}.back-chat{font-size:14px;border:1px solid var(--line);background:white;color:#4b751d;border-radius:4px;padding:6px 9px}.agent-view h3{font-size:16px;margin:10px 0 3px}.agent-view>p{font-size:14px;color:var(--muted);margin:0 0 14px}.agent-call{display:block;text-align:center;background:#4b751d;color:white;padding:15px 8px;border-radius:10px;font-weight:bold;box-shadow:0 0 0 6px #edf5e4;margin:12px 5px 25px;font-size:14px}.agent-fields{display:grid;grid-template-columns:1fr 1fr;gap:12px 8px}.agent-fields label{display:flex;flex-direction:column;gap:4px;font-size:14px;font-weight:bold;min-width:0}.agent-fields input{width:100%;min-width:0;border:1px solid #c7ceca;background:#f7f8f9;border-radius:3px;padding:10px 8px;font:inherit;font-weight:normal;font-size:16px}.agent-consent{display:flex;align-items:flex-start;gap:7px;margin:16px 0 10px;font-size:14px;line-height:1.5}.agent-consent input{margin:4px 0 0;flex-shrink:0;width:16px;height:16px}.agent-send-note{font-size:14px;line-height:1.5;color:var(--muted);margin:10px 0}.agent-submit{width:100%;font-size:16px}.agent-status{font-size:14px;margin:10px 0 0}.agent-status a{color:#42691b;text-decoration:underline}.chat-redesign input:focus-visible{outline:2px solid #367fba;outline-offset:2px}@media(max-width:740px){.chat-redesign{max-height:calc(100dvh - 155px)}}@media(max-width:350px){.agent-fields{grid-template-columns:1fr}}

/* Keep the contact action visible independently of form scrolling. */
.chat-redesign .agent-view{display:flex;flex-direction:column;padding:0;overflow:hidden}
.chat-redesign .agent-view[hidden]{display:none}
.agent-scroll{flex:1;min-height:0;overflow-y:auto;padding:10px 12px;overscroll-behavior:contain}
.agent-scroll h3{font-size:16px;margin:8px 0 3px}
.agent-scroll>p{font-size:14px;color:var(--muted);margin:0 0 10px}
.agent-scroll .agent-call{padding:10px 8px;margin:10px 5px 16px}
.agent-scroll .agent-fields{gap:8px}
.agent-scroll .agent-consent{margin:10px 0 8px}
.agent-scroll .agent-send-note{margin:8px 0 0}
.agent-status:empty{display:none}
.agent-footer{flex-shrink:0;padding:10px 12px;background:white;border-top:1px solid var(--line)}
/* Course-aware assistant: readable answers and always available contact controls. */
.chat-redesign{width:400px;height:650px}
.chat-section-title{font-size:16px;padding:7px 12px}
.chat-context{display:block;font-size:14px;line-height:1.35;font-weight:400;margin:3px auto 0;max-width:340px}
.chat-message{font-size:16px;line-height:1.55;max-width:96%}
.chat-message>p{margin:0;white-space:pre-line}
.chat-actions{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:8px 12px;border-top:1px solid var(--line);flex-shrink:0;background:#f8faf5}
.chat-actions .agent-button{position:static;padding:9px 12px}
.chat-actions>a{font-size:14px;font-weight:700;color:#42691b;white-space:nowrap}
.chat-suggestions{display:flex;flex-wrap:wrap;gap:7px;flex-shrink:0;width:100%}
.chat-suggestions button{font:inherit;font-size:14px;line-height:1.4;border:1px solid #b9cea4;border-radius:16px;color:#35551b;background:#f8fbf4;padding:8px 11px;text-align:left}
.chat-suggestions button:hover{background:#e9f3dc;border-color:#4b751d}
.fiex-help button:focus-visible,.fiex-help a:focus-visible,.agent-query textarea:focus-visible{outline:2px solid #367fba;outline-offset:2px}
.agent-course{font-size:14px;line-height:1.4;padding:8px;background:#eff6e8;border-radius:4px;margin:0 0 10px}
.agent-query{display:flex;flex-direction:column;gap:4px;font-size:14px;font-weight:700;margin-top:10px}
.agent-query textarea{resize:vertical;width:100%;border:1px solid #c7ceca;border-radius:3px;padding:8px;font:inherit;font-size:16px;font-weight:400;min-height:60px}
@media(max-width:480px){.chat-redesign{width:calc(100vw - 24px)}.chat-compose{padding:8px}.chat-actions{padding:7px 10px}.chat-message{padding:10px}.help-heading{min-height:64px}}
@media(max-height:650px){.fiex-help:has(.help-panel:not([hidden]))>.help-launch,.fiex-help:has(.help-panel:not([hidden]))>.help-whatsapp{display:none}.chat-redesign{max-height:calc(100dvh - 24px)}}

.chat-course-item{margin:16px 0}.chat-course-item>p{margin:0;white-space:pre-line}.chat-course-item>a{margin-top:6px}

/* Profesor virtual FIEX */
.help-launch{width:60px;height:60px;padding:0;overflow:hidden;transition:transform .2s,box-shadow .2s}
.help-launch img{display:block;width:100%;height:100%;object-fit:cover}
.help-launch:hover{transform:translateY(-2px) scale(1.03);box-shadow:0 8px 24px #182b1c52}
@media(max-width:740px){.help-launch{width:54px;height:54px}}

/* Navegación móvil compacta y accesos flotantes laterales */
.mobile-nav-toggle,.mobile-campus-link{display:none}
@media(max-width:740px){
  .nav{flex-wrap:nowrap!important;padding-top:8px!important;padding-bottom:8px!important;min-height:72px!important}
  .nav>.campus{display:none}
  .mobile-nav-toggle{display:grid;place-content:center;gap:5px;width:46px;height:46px;margin-left:auto;padding:11px;border:1px solid var(--line);border-radius:8px;background:#fff;color:var(--ink);flex:0 0 auto}
  .mobile-nav-toggle span{display:block;width:22px;height:2px;border-radius:2px;background:currentColor}
  .nav>nav{display:none;position:absolute;top:100%;left:0;right:0;z-index:30;margin:0!important;padding:10px 18px 16px;background:#fff;border-top:1px solid var(--line);border-bottom:3px solid var(--green);box-shadow:0 12px 28px #182b1c24;align-items:stretch!important;flex-direction:column;gap:3px!important}
  .nav>nav.mobile-open{display:flex}
  .nav>nav>a,.nav>nav .mobile-campus-link{display:block!important;padding:12px 10px!important;font-size:15px!important;border-radius:6px}
  .nav>nav>a:hover{background:var(--light)}
  .courses-menu{position:relative!important}
  .courses-menu>summary{justify-content:space-between;padding:12px 10px!important;font-size:15px!important}
  .courses-dropdown{position:static!important;width:100%!important;max-width:none!important;box-shadow:none!important;border:0!important;border-left:3px solid var(--green)!important;border-radius:0!important;padding:5px!important}
  .fiex-help{left:auto!important;right:12px;top:auto;bottom:12px!important;transform:none;gap:7px!important;padding:5px 4px;border:1px solid #dce5d6;border-radius:30px;background:#ffffffeb;box-shadow:0 6px 22px #182b1c20}
  .help-launch,.help-whatsapp{width:46px!important;height:46px!important}
  .help-whatsapp svg{width:28px!important;height:28px!important}
  .fiex-help:has(.help-panel:not([hidden])){inset:12px!important;transform:none;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none;align-items:flex-start}
  .fiex-help:has(.help-panel:not([hidden]))>.help-launch,.fiex-help:has(.help-panel:not([hidden]))>.help-whatsapp{display:none}
  .fiex-help:has(.help-panel:not([hidden]))>.help-panel{width:100%;height:100%;max-width:none;max-height:none}
}

/* ==========================================================
   SITE FOOTER v2 — sobrescribe el .wrap footer antiguo
   ========================================================== */
main + footer.wrap { display: none !important; }
body > footer.wrap:not(.site-footer) { display: none !important; }

.site-footer {
  background: #1a2820;
  color: #fff;
  padding: 64px 0 0;
  margin-top: 60px;
}
.site-footer * { box-sizing: border-box; }
.site-footer-inner {
  display: grid;
  grid-template-columns: 1.8fr 1fr 1fr 1.4fr;
  gap: 56px;
  padding: 0 32px 56px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  max-width: 1400px;
  margin: 0 auto;
  align-items: start;
}
.site-footer .footer-col h4 {
  color: #a8d15e;
  font-size: 13px;
  letter-spacing: 3px;
  font-weight: 600;
  margin: 0 0 28px;
  text-transform: uppercase;
}
.site-footer .footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.site-footer .footer-col li { margin-bottom: 16px; }
.site-footer .footer-col a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  transition: opacity 0.2s;
}
.site-footer .footer-col a:hover { opacity: 0.75; }
.site-footer .footer-col p {
  color: #fff;
  margin: 0 0 12px;
  font-size: 16px;
}

/* Columna marca */
.site-footer .footer-brand .footer-logo {
  display: inline-block;
  margin-bottom: 22px;
}
.site-footer .footer-brand .footer-logo img {
  display: block;
  width: 160px;
  height: auto;
  filter: brightness(0) invert(1);
}
.site-footer .footer-desc {
  color: #d1d5db;
  font-size: 15px;
  line-height: 1.55;
  margin: 0 0 26px;
}
.site-footer .footer-social {
  display: flex;
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.site-footer .footer-social li { margin: 0; }
.site-footer .footer-social a {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1.5px solid rgba(255,255,255,0.3);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: background 0.2s, border-color 0.2s;
}
.site-footer .footer-social a:hover {
  background: rgba(255,255,255,0.1);
  border-color: rgba(255,255,255,0.6);
  opacity: 1;
}

/* CTA campus */
.site-footer .footer-cta {
  text-align: right;
}
.site-footer .footer-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: #a8d15e;
  color: #1a2820 !important;
  padding: 18px 34px;
  border-radius: 100px;
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
  letter-spacing: 1.2px;
  transition: transform 0.2s, box-shadow 0.2s;
  white-space: nowrap;
}
.site-footer .footer-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(168,209,94,0.3);
  opacity: 1;
}
.site-footer .footer-cta > p {
  color: #d1d5db;
  font-size: 14px;
  margin-top: 14px;
  margin-right: 4px;
}

/* Barra inferior */
.site-footer-bottom {
  padding: 22px 0;
}
.site-footer-bottom .footer-bottom-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  color: #d1d5db;
  padding: 0 32px;
  max-width: 1400px;
  margin: 0 auto;
}
.site-footer-bottom nav {
  display: flex;
  gap: 18px;
  align-items: center;
}
.site-footer-bottom nav a {
  color: #d1d5db;
  text-decoration: none;
  transition: color 0.2s;
}
.site-footer-bottom nav a:hover { color: #fff; }
.site-footer-bottom nav .sep { color: rgba(255,255,255,0.25); }

/* Responsive */
@media (max-width: 1024px) {
  .site-footer-inner {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    padding-bottom: 40px;
  }
  .site-footer .footer-cta { text-align: left; }
}
@media (max-width: 640px) {
  .site-footer { padding-top: 48px; }
  .site-footer-inner { grid-template-columns: 1fr; gap: 36px; }
  .site-footer-bottom .footer-bottom-inner {
    flex-direction: column;
    gap: 12px;
    text-align: center;
  }
  .site-footer .footer-btn {
    padding: 16px 26px;
    font-size: 14px;
  }
}

/* ==========================================================
   SITE FOOTER — FIX ALINEACIÓN
   ========================================================== */
body .site-footer {
  padding: 72px 0 0 !important;
  margin-top: 80px !important;
}
body .site-footer-inner {
  padding: 0 40px 48px !important;
  align-items: start !important;
  gap: 48px !important;
  grid-template-columns: 1.6fr 1fr 1fr 1.5fr !important;
}

/* El asistente flotante NO debe tapar el logo del footer */
body .site-footer .footer-brand {
  padding-right: 20px;
}
body .site-footer .footer-brand .footer-logo img {
  width: 150px;
  margin-bottom: 20px;
}
body .site-footer .footer-desc {
  font-size: 15px;
  max-width: 260px;
  margin-bottom: 24px;
}

/* Redes: mantener alineación limpia */
body .site-footer .footer-social {
  display: flex !important;
  flex-wrap: nowrap;
  gap: 10px;
}
body .site-footer .footer-social a {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}

/* Enlaces columnas Formación y Contacto */
body .site-footer .footer-col:not(.footer-brand):not(.footer-cta) {
  padding-top: 6px;
}
body .site-footer .footer-col h4 {
  margin-bottom: 26px;
  white-space: nowrap;
}

/* CTA campus alineado a la derecha, con el botón cerca del top */
body .site-footer .footer-cta {
  text-align: right;
  padding-top: 6px;
}
body .site-footer .footer-btn {
  padding: 18px 32px;
  font-size: 14px;
  letter-spacing: 1.5px;
}

/* Barra inferior: FILA HORIZONTAL, no columnas */
body .site-footer-bottom {
  padding: 24px 0 32px !important;
}
body .site-footer-bottom .footer-bottom-inner {
  display: flex !important;
  flex-wrap: nowrap !important;
  justify-content: space-between !important;
  align-items: center !important;
  padding: 0 40px !important;
  gap: 24px;
}
body .site-footer-bottom > .wrap > span,
body .site-footer-bottom .footer-bottom-inner > span {
  white-space: nowrap;
  font-size: 14px;
  color: #d1d5db;
  flex-shrink: 0;
}
body .site-footer-bottom nav {
  display: flex !important;
  flex-wrap: nowrap !important;
  gap: 14px;
  align-items: center;
  flex-shrink: 0;
}
body .site-footer-bottom nav a {
  white-space: nowrap;
  font-size: 14px;
  color: #d1d5db;
  text-decoration: none;
}
body .site-footer-bottom nav .sep {
  color: rgba(255,255,255,0.25);
}

/* Responsive: en móvil, sí que colapsa */
@media (max-width: 900px) {
  body .site-footer-inner {
    grid-template-columns: 1fr 1fr !important;
    padding: 0 24px 40px !important;
  }
  body .site-footer .footer-cta { text-align: left; }
  body .site-footer-bottom .footer-bottom-inner {
    flex-direction: column !important;
    text-align: center;
    padding: 0 24px !important;
  }
}
@media (max-width: 560px) {
  body .site-footer-inner {
    grid-template-columns: 1fr !important;
    gap: 36px !important;
  }
}

/* ==========================================================
   FIX CRÍTICO: el CSS original tiene `footer{display:flex}` genérico
   que hace que .site-footer-inner y .site-footer-bottom aparezcan
   en la misma fila. Los forzamos a bloques apilados verticalmente.
   ========================================================== */
body footer.site-footer {
  display: block !important;
  flex-wrap: unset !important;
  width: 100% !important;
}
body footer.site-footer > .site-footer-inner,
body footer.site-footer > .site-footer-bottom {
  display: block;
  width: 100%;
}
body footer.site-footer > .site-footer-inner {
  display: grid !important;
}

/* Además ocultar el otro footer si por alguna razón se muestra */
body main ~ footer:not(.site-footer),
body > footer:not(.site-footer) {
  display: none !important;
}
