*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:"Inter","Segoe UI",system-ui,sans-serif;font-size:clamp(15px,1.1vw,17px);line-height:1.7;color:#222;background:#fff;overflow-x:clip}img,video{max-width:100%;height:auto;display:block}ul,ol{padding-left:1.5rem}p{margin-bottom:1rem}p:last-child{margin-bottom:0}a{color:#0f7c8b;text-decoration:none;transition:color .2s}a:hover{color:#0b6270}h1,h2,h3,h4,h5,h6{line-height:1.25;font-weight:700;color:#222}h1{font-size:clamp(2rem,4vw,3.25rem)}h2{font-size:clamp(1.6rem,3vw,2.4rem)}h3{font-size:clamp(1.25rem,2vw,1.75rem)}h4{font-size:1.2rem}.section-label{display:inline-block;font-size:.75rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#0f7c8b;margin-bottom:.75rem}.section-headline{max-width:36ch}.section-headline--center{text-align:center;margin-inline:auto}.section-subhead{font-size:1.05rem;color:#666;max-width:56ch;margin-top:.75rem}.section-subhead--center{margin-inline:auto;text-align:center}html,body{height:100%}body{display:flex;flex-direction:column;min-height:100vh}.site-main{flex:1}.container{max-width:1200px;margin-inline:auto;padding-inline:clamp(1rem,3vw,2rem)}.section{padding-block:clamp(3rem,8vw,6rem)}.section--alt{background:#f7f6f2}.section--teal{background:#0f7c8b;color:#fff}.section--teal h1,.section--teal h2,.section--teal h3{color:#fff}.section-header{margin-bottom:clamp(2rem,4vw,3.5rem)}.section-header--center{text-align:center}.grid-2{display:grid;grid-template-columns:repeat(auto-fit, minmax(min(100%, 420px), 1fr));gap:clamp(1rem,3vw,2rem)}.grid-3{display:grid;grid-template-columns:repeat(auto-fit, minmax(min(100%, 300px), 1fr));gap:clamp(1rem,3vw,2rem)}.grid-4{display:grid;grid-template-columns:repeat(auto-fit, minmax(min(100%, 240px), 1fr));gap:clamp(1rem,3vw,2rem)}.text-center{text-align:center}.text-teal{color:#0f7c8b}.text-coral{color:#f58c7b}.text-muted{color:#666}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mt-4{margin-top:2rem}.mb-0{margin-bottom:0}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border:0}@media(prefers-reduced-motion: no-preference){.fade-up{opacity:0;transform:translateY(24px);transition:opacity .5s ease,transform .5s ease}.fade-up.visible{opacity:1;transform:none}}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.8rem 1.75rem;border-radius:8px;font-weight:600;font-size:.95rem;letter-spacing:.02em;cursor:pointer;border:2px solid rgba(0,0,0,0);transition:all .2s ease;text-decoration:none;white-space:nowrap}.btn-primary{background:#0f7c8b;color:#fff;border-color:#0f7c8b}.btn-primary:hover{background:#0b6270;border-color:#0b6270;color:#fff;transform:translateY(-1px);box-shadow:0 4px 16px rgba(15,124,139,.3)}.btn-secondary{background:#f58c7b;color:#fff;border-color:#f58c7b}.btn-secondary:hover{background:#e8755f;border-color:#e8755f;color:#fff;transform:translateY(-1px);box-shadow:0 4px 16px rgba(245,140,123,.3)}.btn-outline{background:rgba(0,0,0,0);color:#0f7c8b;border-color:#0f7c8b}.btn-outline:hover{background:#0f7c8b;color:#fff}.btn-white{background:#fff;color:#0f7c8b;border-color:#fff}.btn-white:hover{background:#f7f6f2;color:#0b6270}.btn-lg{padding:1rem 2.25rem;font-size:1.05rem}.btn-sm{padding:.5rem 1.25rem;font-size:.875rem}.site-header{position:sticky;top:0;z-index:100;background:#fff;border-bottom:1px solid #e8e8e4;box-shadow:0 1px 3px rgba(0,0,0,.08)}.header-inner{display:flex;align-items:center;justify-content:space-between;padding-block:.65rem;gap:1.5rem}.custom-logo-link{display:flex;align-items:center;flex-shrink:0}.site-header img.custom-logo{height:140px;width:auto;max-width:320px;object-fit:contain}.site-header.scrolled .header-inner{padding-block:.4rem}.site-header.scrolled img.custom-logo{height:80px}.site-header.scrolled .account-btn__name{display:none}.site-logo{display:flex;align-items:center;gap:.75rem;text-decoration:none}.site-logo .logo-icon{width:44px;height:44px;background:#0f7c8b;border-radius:8px;display:flex;align-items:center;justify-content:center;font-weight:900;font-size:1.1rem;color:#fff;letter-spacing:-0.03em;flex-shrink:0}.site-logo .logo-text{display:flex;flex-direction:column;line-height:1.1}.site-logo .logo-name{font-size:1.3rem;font-weight:800;color:#222;letter-spacing:-0.02em}.site-logo .logo-name span{color:#0f7c8b}.site-logo .logo-tagline{font-size:.7rem;color:#666;letter-spacing:.08em;text-transform:uppercase;font-weight:500}.main-nav{display:flex;align-items:center;gap:.25rem}.nav-link{display:inline-flex;align-items:center;gap:.3rem;padding:.5rem .875rem;color:#222;font-weight:500;font-size:.9rem;border-radius:4px;border:none;background:none;cursor:pointer;font-family:"Inter","Segoe UI",system-ui,sans-serif;transition:color .2s,background .2s;white-space:nowrap;position:relative}.nav-link:hover,.nav-link[aria-expanded=true]{color:#0f7c8b;background:#e6f4f6}.nav-link.current-menu-item{color:#0f7c8b;font-weight:600}.nav-link.current-menu-item::after{content:"";position:absolute;bottom:5px;left:.875rem;right:.875rem;height:2px;background:#0f7c8b;border-radius:2px}.mega-chevron{transition:transform .2s;flex-shrink:0}.mega-trigger[aria-expanded=true] .mega-chevron{transform:rotate(180deg)}.mega-item{position:static}.mega-panel{position:absolute;left:0;right:0;top:100%;background:#fff;border-top:3px solid #0f7c8b;box-shadow:0 8px 32px rgba(0,0,0,.12);z-index:200;opacity:0;visibility:hidden;transform:translateY(-6px);transition:opacity .2s ease,transform .2s ease,visibility 0s .2s}.mega-panel.open{opacity:1;visibility:visible;transform:translateY(0);transition:opacity .2s ease,transform .2s ease,visibility 0s 0s}.mega-panel__inner{max-width:1200px;margin:0 auto;padding:1.5rem 2rem 1.25rem}.mega-panel__label{font-size:.7rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#0f7c8b;margin-bottom:.875rem;display:flex;align-items:center;gap:.5rem}.mega-panel__label::after{content:"";flex:1;height:1px;background:rgba(15,124,139,.2)}.mega-panel__grid{display:grid;grid-template-columns:repeat(4, 1fr);gap:1rem}.mega-panel__grid--courses{grid-template-columns:repeat(3, 1fr)}.mega-card{display:flex;gap:.875rem;align-items:flex-start;padding:.875rem;border-radius:8px;border:1px solid rgba(0,0,0,0);transition:border-color .15s,background .15s;text-decoration:none;color:#222}.mega-card:hover{border-color:rgba(15,124,139,.25);background:#e6f4f6;color:#222}.mega-card:hover .mega-card__title{color:#0f7c8b}.mega-card__img{position:relative;flex-shrink:0;width:64px;height:64px;border-radius:4px;overflow:hidden;background:#e6f4f6}.mega-card__img img{width:100%;height:100%;object-fit:cover}.mega-card__img-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#0f7c8b}.mega-card__body{display:flex;flex-direction:column;gap:.2rem;min-width:0}.mega-card__title{font-size:.875rem;font-weight:700;color:#222;line-height:1.3}.mega-card__desc{font-size:.775rem;color:#666;line-height:1.4}.mega-card__price{font-size:.8rem;font-weight:700;color:#0f7c8b;margin-top:.15rem}.mega-card__meta{display:inline-flex;align-items:center;gap:.3rem;font-size:.75rem;color:#666;margin-top:.2rem}.mega-card--course{flex-direction:column;gap:.625rem}.mega-card--course .mega-card__img{width:100%;height:130px;border-radius:4px}.mega-card--course .mega-card__img .lms-level-pill{position:absolute;top:.5rem;left:.5rem}.mega-panel__footer{margin-top:1.25rem;padding-top:1rem;border-top:1px solid rgba(15,124,139,.15);display:flex;justify-content:flex-end}.mega-panel__cta{display:inline-flex;align-items:center;gap:.5rem;font-size:.83rem;font-weight:600;color:#0f7c8b;background:rgba(15,124,139,.08);border-radius:4px;padding:.4rem .875rem;transition:background .2s,gap .2s}.mega-panel__cta:hover{background:rgba(15,124,139,.16);gap:.75rem}.header-actions{display:flex;align-items:center;gap:.75rem}.cart-link{position:relative;display:flex;align-items:center;gap:.4rem;padding:.5rem .875rem;color:#222;font-weight:600;font-size:.9rem;border-radius:4px;transition:all .2s}.cart-link:hover{color:#0f7c8b;background:#e6f4f6}.cart-count{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;background:#f58c7b;color:#fff;border-radius:99px;font-size:.7rem;font-weight:700;padding-inline:.3rem}.account-menu{position:relative}.account-btn{display:flex;align-items:center;gap:.4rem;padding:.35rem .75rem .35rem .35rem;background:#f7f6f2;border:1.5px solid #e8e8e4;border-radius:99px;cursor:pointer;font-family:"Inter","Segoe UI",system-ui,sans-serif;font-size:.85rem;font-weight:600;color:#222;transition:border-color .2s,background .2s;white-space:nowrap}.account-btn__avatar{width:28px !important;height:28px !important;border-radius:50% !important;object-fit:cover;flex-shrink:0}.account-btn__name{max-width:120px;overflow:hidden;text-overflow:ellipsis}.account-btn__chevron{transition:transform .2s;flex-shrink:0}.account-btn:hover,.account-btn[aria-expanded=true]{border-color:#0f7c8b;background:#e6f4f6;color:#0f7c8b}.account-btn[aria-expanded=true] .account-btn__chevron{transform:rotate(180deg)}.account-dropdown{position:absolute;right:0;top:calc(100% + .5rem);min-width:190px;background:#fff;border:1px solid #e8e8e4;border-radius:8px;box-shadow:0 8px 32px rgba(0,0,0,.12);list-style:none;margin:0;padding:.375rem 0;z-index:200;opacity:0;visibility:hidden;transform:translateY(-6px);transition:opacity .15s,transform .15s,visibility 0s .15s}.account-dropdown.open{opacity:1;visibility:visible;transform:translateY(0);transition:opacity .15s,transform .15s,visibility 0s 0s}.account-dropdown li a{display:flex;align-items:center;gap:.6rem;padding:.6rem 1rem;font-size:.875rem;font-weight:500;color:#222;transition:background .15s,color .15s}.account-dropdown li a svg{color:#666;flex-shrink:0;transition:color .15s}.account-dropdown li a:hover{background:#e6f4f6;color:#0f7c8b}.account-dropdown li a:hover svg{color:#0f7c8b}.account-dropdown__divider{border-top:1px solid #e8e8e4;margin:.375rem 0}.account-dropdown__logout:hover{background:rgba(245,140,123,.08) !important;color:#f58c7b !important}.account-dropdown__logout:hover svg{color:#f58c7b !important}.nav-toggle{display:none;background:none;border:none;cursor:pointer;padding:.5rem;color:#222}@media(max-width: 768px){.site-header img.custom-logo{height:60px;max-width:200px}.site-header.scrolled img.custom-logo{height:48px}.header-actions{gap:.375rem;position:relative;z-index:101}.account-btn__name{display:none}.main-nav{display:none}.main-nav.open{display:flex;flex-direction:column;align-items:stretch;position:fixed;top:0;left:0;right:0;bottom:0;background:#fff;padding:5rem 0 2rem;z-index:98;overflow-y:auto;gap:0}.nav-link{font-size:1rem;font-weight:500;padding:.875rem 1.5rem;width:100%;text-align:left;justify-content:space-between;border-radius:0;border-bottom:1px solid #e8e8e4;color:#222}.nav-link:hover,.nav-link[aria-expanded=true]{background:#f7f6f2;color:#0f7c8b}.nav-link.current-menu-item{color:#0f7c8b;font-weight:600}.nav-link.current-menu-item::after{display:none}.mega-item{width:100%;display:flex;flex-direction:column}.mega-panel{position:static;opacity:1;visibility:visible;transform:none;box-shadow:none;border:none;border-bottom:1px solid #e8e8e4;display:none;background:#f7f6f2}.mega-panel.open{display:block}.mega-panel__inner{padding:1rem 1.5rem}.mega-panel__grid{grid-template-columns:1fr 1fr}.mega-panel__grid--courses{grid-template-columns:1fr}.mega-card{padding:.5rem}.mega-card__img{height:60px}.mega-card--course .mega-card__img{height:80px}.nav-toggle{display:flex;align-items:center;justify-content:center}.header-actions .btn{display:none}}.site-footer{background:#222;color:hsla(0,0%,100%,.75);padding-block:clamp(3rem,6vw,5rem) 2rem}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr;gap:clamp(1.5rem,4vw,3rem);margin-bottom:3rem}@media(max-width: 900px){.footer-grid{grid-template-columns:1fr 1fr}}@media(max-width: 480px){.footer-grid{grid-template-columns:1fr}}.footer-logo{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem;text-decoration:none}.footer-logo__img{height:48px;width:auto;max-width:160px;object-fit:contain;filter:brightness(0) invert(1)}.footer-logo .logo-icon{width:40px;height:40px;background:#0f7c8b;border-radius:4px;display:flex;align-items:center;justify-content:center;font-weight:900;font-size:1rem;color:#fff}.footer-logo .logo-name{font-size:1.2rem;font-weight:800;color:#fff}.footer-logo .logo-name span{color:#0f7c8b}.footer-about{font-size:.88rem;line-height:1.65;color:hsla(0,0%,100%,.6);margin-bottom:1.25rem}.footer-contact a{color:#0f7c8b;font-size:.88rem;font-weight:500}.footer-col h4{color:#fff;font-size:.85rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;margin-bottom:1rem}.footer-links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.6rem}.footer-links a{font-size:.88rem;color:hsla(0,0%,100%,.6);transition:color .2s}.footer-links a:hover{color:#fff}.footer-bottom{border-top:1px solid hsla(0,0%,100%,.1);padding-top:1.5rem;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.75rem;font-size:.8rem;color:hsla(0,0%,100%,.4)}.footer-bottom a{color:hsla(0,0%,100%,.5)}.footer-bottom a:hover{color:#fff}.entry-hero.page-hero-section{background:linear-gradient(135deg, #0F7C8B 0%, #0a5e6a 100%);color:#fff}.entry-hero.page-hero-section .entry-header{min-height:140px !important;display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center;padding-block:2.5rem}.entry-hero.page-hero-section .page-title,.entry-hero.page-hero-section .entry-title{color:#fff !important;font-size:clamp(1.75rem,4vw,2.75rem) !important;font-weight:800 !important;margin:0 !important;letter-spacing:-0.02em}.entry-hero.page-hero-section .kadence-breadcrumbs{color:hsla(0,0%,100%,.7);font-size:.85rem;margin-top:.5rem}.entry-hero.page-hero-section .kadence-breadcrumbs a{color:hsla(0,0%,100%,.85)}.entry-hero.page-hero-section .kadence-breadcrumbs a:hover{color:#fff}.entry-hero.page-hero-section .kadence-breadcrumbs .kt-breadcrumbs-sep{color:hsla(0,0%,100%,.5)}
