
:root{
  --mc-forest:#1f5a45;
  --mc-forest-2:#173f35;
  --mc-green:#2f7d4a;
  --mc-green-2:#4f9a5f;
  --mc-lime:#8ccf3f;
  --mc-lime-soft:#eef8df;
  --mc-sage:#f3f8f2;
  --mc-sand:#f8f4ea;
  --mc-teal:#247d7b;
  --mc-teal-soft:#e6f5f4;
  --mc-gold:#c9a23f;
  --mc-gold-soft:#fbf4df;
  --mc-ink:#17352b;
  --mc-text:#4e665b;
  --mc-muted:#f4f8f4;
  --mc-white:#ffffff;
  --mc-line:#dce8df;
  --mc-danger:#9d302b;
  --mc-success:#1f6a3a;
  --mc-radius:22px;
  --mc-shadow:0 18px 55px rgba(23,63,53,.12);
  --mc-container:min(1200px,calc(100% - 40px));
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body.mcare-site{
  margin:0!important;
  color:var(--mc-text);
  background:#fff;
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
  font-size:16px;
  line-height:1.68;
  overflow-x:hidden;
}
body.mcare-site.admin-bar .mc-header{top:32px}
body.mcare-site a{text-decoration:none;color:var(--mc-green)}
body.mcare-site img{max-width:100%;height:auto}
body.mcare-site h1,
body.mcare-site h2,
body.mcare-site h3,
body.mcare-site h4{
  color:var(--mc-ink);
  line-height:1.12;
  margin:0 0 16px;
  font-weight:800;
  letter-spacing:-.025em;
}
body.mcare-site h1{font-size:clamp(2.35rem,5.2vw,4.8rem)}
body.mcare-site h2{font-size:clamp(1.9rem,3.7vw,3.2rem)}
body.mcare-site h3{font-size:clamp(1.12rem,1.8vw,1.42rem)}
body.mcare-site p{margin:0 0 18px}
.mc-container{width:var(--mc-container);margin-inline:auto}
.mc-main{display:block}
.mc-section{padding:76px 0}
.mc-section--tight{padding:48px 0}
.mc-section--muted{background:var(--mc-muted)}
.mc-section--forest{background:var(--mc-forest);color:#dce9e1}
.mc-section--forest h2,.mc-section--forest h3{color:#fff}
.mc-section--gold{background:var(--mc-gold-soft)}
.mc-kicker{
  display:inline-flex;
  align-items:center;
  gap:9px;
  margin-bottom:14px;
  color:var(--mc-green);
  font-size:.76rem;
  font-weight:850;
  letter-spacing:.13em;
  text-transform:uppercase;
}
.mc-kicker:before{content:"";width:28px;height:3px;border-radius:20px;background:var(--mc-lime)}
.mc-lead{font-size:clamp(1.05rem,1.5vw,1.22rem);max-width:780px;color:#5b6f64}
.mc-section-head{display:flex;justify-content:space-between;align-items:end;gap:32px;margin-bottom:34px}
.mc-section-head>p{max-width:580px;margin:0}
.mc-grid{display:grid;gap:24px}
.mc-grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}
.mc-grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}
.mc-grid--4{grid-template-columns:repeat(4,minmax(0,1fr))}
.mc-split{display:grid;grid-template-columns:1.05fr .95fr;gap:58px;align-items:center}
.mc-split--reverse{grid-template-columns:.95fr 1.05fr}
.mc-image-panel{position:relative;min-height:440px;border-radius:var(--mc-radius);overflow:hidden;box-shadow:var(--mc-shadow)}
.mc-image-panel img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.mc-icon-svg{width:1.2em;height:1.2em;flex:0 0 auto}
.mc-feature-icon{
  width:56px;height:56px;
  display:grid;place-items:center;
  border-radius:16px;
  color:var(--mc-green);
  background:var(--mc-lime-soft);
  margin-bottom:18px;
}
.mc-feature-icon .mc-icon-svg{width:28px;height:28px}
.mc-card{
  background:#fff;
  border:1px solid var(--mc-line);
  border-radius:18px;
  padding:28px;
  box-shadow:0 8px 30px rgba(10,50,36,.06);
  transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease;
}
.mc-card:hover{transform:translateY(-5px);box-shadow:var(--mc-shadow);border-color:#bfd5c3}
.mc-card p:last-child{margin-bottom:0}
.mc-card__link{display:inline-flex;align-items:center;gap:8px;margin-top:8px;font-weight:800}
.mc-card__link .mc-icon-svg{transition:transform .2s ease}
.mc-card:hover .mc-card__link .mc-icon-svg{transform:translateX(4px)}
.mc-media-card{padding:0;overflow:hidden}
.mc-media-card>img{width:100%;aspect-ratio:16/9;object-fit:cover}
.mc-media-card__body{padding:26px}
.mc-checklist{list-style:none;padding:0;margin:22px 0}
.mc-checklist li{position:relative;padding-left:31px;margin:10px 0}
.mc-checklist li:before{
  content:"✓";
  position:absolute;left:0;top:2px;
  width:21px;height:21px;
  display:grid;place-items:center;
  border-radius:50%;
  background:var(--mc-green);color:#fff;
  font-size:11px;font-weight:900;
}
.mc-tags{display:flex;flex-wrap:wrap;gap:8px;margin:18px 0}
.mc-tag{padding:6px 11px;border-radius:99px;background:#eff6ef;border:1px solid #d7e6d8;color:var(--mc-forest);font-size:.78rem;font-weight:800}
.mc-button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  min-height:48px;
  padding:0 22px;
  border:1px solid var(--mc-green);
  border-radius:999px;
  background:var(--mc-green);
  color:#fff!important;
  font-weight:850;
  cursor:pointer;
  box-shadow:0 9px 23px rgba(46,125,50,.21);
  transition:transform .2s ease,background .2s ease,border-color .2s ease;
}
.mc-button:hover{transform:translateY(-2px);background:var(--mc-forest);border-color:var(--mc-forest)}
.mc-button--lime{background:var(--mc-lime);border-color:var(--mc-lime);color:var(--mc-forest)!important}
.mc-button--lime:hover{background:#b0e64a;border-color:#b0e64a}
.mc-button--outline{background:transparent;color:var(--mc-green)!important;box-shadow:none}
.mc-button--outline:hover{color:#fff!important}
.mc-button--glass{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.62);color:#fff!important;box-shadow:none;backdrop-filter:blur(8px)}
.mc-button--glass:hover{background:#fff;border-color:#fff;color:var(--mc-forest)!important}
.mc-button--light{background:#fff;border-color:#fff;color:var(--mc-forest)!important}
.mc-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:26px}

/* Compact top bar and header */
.mc-topbar{background:var(--mc-forest-2);color:#d5e5dc;font-size:.78rem}
.mc-topbar__inner{min-height:30px;display:flex;justify-content:space-between;align-items:center;gap:20px}
.mc-topbar__group{display:flex;align-items:center;gap:18px}
.mc-topbar__group>*{display:inline-flex;align-items:center;gap:6px}
.mc-topbar a{color:#fff!important}
.mc-topbar .mc-icon-svg{width:14px;height:14px}
.mc-header{
  position:sticky;top:0;z-index:999;
  background:rgba(255,255,255,.97);
  border-bottom:1px solid rgba(10,56,38,.1);
  backdrop-filter:blur(14px);
  transition:box-shadow .2s ease;
}
.mc-header.is-scrolled{box-shadow:0 10px 30px rgba(7,45,31,.12)}
.mc-header__inner{min-height:76px;display:flex;align-items:center;gap:18px}
.mc-brand{display:flex;align-items:center;flex:0 0 auto;width:146px;height:66px;overflow:hidden}
.mc-brand img{display:block;width:auto;height:58px;object-fit:contain}
.mc-navigation{margin-left:auto}
.mc-navigation ul{list-style:none;margin:0;padding:0;display:flex;align-items:center;gap:0}
.mc-navigation li{position:relative}
.mc-navigation a{
  display:flex;align-items:center;
  padding:27px 10px;
  color:#243d31!important;
  font-size:.88rem;
  font-weight:780;
  white-space:nowrap;
}
.mc-navigation a:hover,
.mc-navigation .current-menu-item>a,
.mc-navigation .current-menu-ancestor>a{color:var(--mc-green)!important}
.mc-navigation .menu-item-has-children>a:after{content:"⌄";margin-left:5px;font-size:.78em}
.mc-navigation .sub-menu{
  display:none;
  position:absolute;top:76%;left:0;z-index:20;
  min-width:250px;
  padding:9px;
  background:#fff;
  border:1px solid var(--mc-line);
  border-radius:14px;
  box-shadow:var(--mc-shadow);
}
.mc-navigation li:hover>.sub-menu,
.mc-navigation li:focus-within>.sub-menu{display:block}
.mc-navigation .sub-menu a{padding:10px 12px;border-radius:9px;white-space:normal}
.mc-navigation .sub-menu a:hover{background:#eff6ef}
.mc-language-item{display:flex;align-items:center}
.mc-lang-switch{
  display:flex;align-items:center;gap:6px;
  margin-left:7px;padding:5px 8px;
  border:1px solid var(--mc-line);
  border-radius:999px;background:#f6f9f6;
  font-size:.78rem;font-weight:850;color:#98a69e;
}
.mc-lang-switch a{padding:2px 3px!important;color:#809087!important}
.mc-lang-switch a.is-current{color:var(--mc-green)!important}
.mc-header__cta{min-height:42px;padding:0 16px;font-size:.84rem;flex:0 0 auto}
.mc-menu-toggle{
  display:none;width:44px;height:44px;
  margin-left:auto;
  border:1px solid var(--mc-line);
  border-radius:11px;background:#fff;cursor:pointer;
}
.mc-menu-toggle span,
.mc-menu-toggle:before,
.mc-menu-toggle:after{content:"";display:block;width:21px;height:2px;margin:5px auto;background:var(--mc-ink);transition:.2s}

/* Hero slider */
.mc-slider{position:relative;overflow:hidden;background:var(--mc-forest-2)}
.mc-revslider-wrap{overflow:hidden}
.mc-slide{display:none;position:relative;min-height:650px;color:#fff}
.mc-slide.is-active{display:block;animation:mcFade .55s ease}
.mc-slide__bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.mc-slide__overlay{
  position:absolute;inset:0;
  background:
    linear-gradient(90deg,rgba(5,38,27,.95) 0%,rgba(5,38,27,.80) 43%,rgba(5,38,27,.35) 72%,rgba(5,38,27,.15) 100%);
}
.mc-slide__content{position:relative;z-index:2;min-height:650px;display:flex;align-items:center;padding:68px 0 92px}
.mc-slide__copy{max-width:720px}
.mc-slide__badge{
  display:inline-flex;
  padding:7px 12px;
  border-radius:999px;
  background:rgba(155,213,47,.18);
  border:1px solid rgba(195,238,115,.42);
  color:#d8ff91;
  font-size:.76rem;font-weight:900;letter-spacing:.13em;text-transform:uppercase;
}
.mc-slide h1{color:#fff;margin:18px 0 18px;font-size:clamp(2.5rem,5vw,4.7rem);text-shadow:0 3px 24px rgba(0,0,0,.25)}
.mc-slide p{max-width:690px;color:#eef7f1;font-size:clamp(1.02rem,1.8vw,1.25rem)}
.mc-slide__facts{display:flex;flex-wrap:wrap;gap:10px;margin-top:21px}
.mc-slide__facts span{
  display:inline-flex;align-items:center;gap:6px;
  padding:7px 11px;border-radius:999px;
  color:#fff;background:rgba(255,255,255,.1);
  border:1px solid rgba(255,255,255,.22);
  font-size:.84rem;font-weight:750;
}
.mc-slide__facts .mc-icon-svg{color:var(--mc-lime)}
.mc-slide__arrows{position:absolute;z-index:4;inset:50% 20px auto;display:flex;justify-content:space-between;pointer-events:none}
.mc-slide__arrow{
  pointer-events:auto;width:46px;height:46px;
  display:grid;place-items:center;
  border:1px solid rgba(255,255,255,.5);
  border-radius:50%;
  background:rgba(5,38,27,.42);
  color:#fff;font-size:26px;cursor:pointer;
}
.mc-slide__arrow:hover{background:var(--mc-green)}
.mc-slide__nav{position:absolute;z-index:4;left:50%;bottom:25px;transform:translateX(-50%);display:flex;gap:8px}
.mc-slide__dot{width:11px;height:11px;padding:0;border:2px solid #fff;border-radius:50%;background:transparent;cursor:pointer}
.mc-slide__dot.is-active{background:#fff}
@keyframes mcFade{from{opacity:.25}to{opacity:1}}

/* Homepage focus blocks */
.mc-priority-strip{background:#fff;border-bottom:1px solid var(--mc-line)}
.mc-priority-strip__grid{display:grid;grid-template-columns:repeat(4,1fr)}
.mc-priority-item{display:flex;align-items:center;gap:13px;padding:21px;border-right:1px solid var(--mc-line)}
.mc-priority-item:last-child{border-right:0}
.mc-priority-item .mc-feature-icon{width:43px;height:43px;margin:0;border-radius:13px}
.mc-priority-item .mc-feature-icon .mc-icon-svg{width:22px;height:22px}
.mc-priority-item strong{display:block;color:var(--mc-ink);font-size:.91rem}
.mc-priority-item small{display:block;color:#718077;font-size:.76rem}
.mc-training-feature{
  display:grid;grid-template-columns:1.05fr .95fr;
  border-radius:24px;overflow:hidden;
  background:#fff;border:1px solid var(--mc-line);
  box-shadow:var(--mc-shadow);
}
.mc-training-feature__image{min-height:420px;position:relative}
.mc-training-feature__image img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.mc-training-feature__content{padding:42px}
.mc-training-feature--gold{background:#fffdf7}
.mc-training-meta{display:flex;flex-wrap:wrap;gap:10px;margin:19px 0}
.mc-training-meta span{display:inline-flex;align-items:center;gap:7px;padding:7px 10px;border-radius:9px;background:#eff6ef;color:var(--mc-forest);font-size:.82rem;font-weight:780}
.mc-training-feature--gold .mc-training-meta span{background:var(--mc-gold-soft)}
.mc-spotlight{
  border-radius:24px;
  padding:42px;
  color:#fff;
  background:linear-gradient(125deg,var(--mc-forest-2),var(--mc-green));
  box-shadow:var(--mc-shadow);
}
.mc-spotlight h2,.mc-spotlight h3{color:#fff}
.mc-spotlight p{color:#dcece3}
.mc-spotlight-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:40px;align-items:center}
.mc-stat-row{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.mc-mini-stat{padding:20px;border:1px solid rgba(255,255,255,.18);border-radius:15px;background:rgba(255,255,255,.07)}
.mc-mini-stat strong{display:block;color:#fff;font-size:1.55rem}
.mc-mini-stat span{font-size:.78rem;color:#d4e5dc}

/* Page hero */
.mc-page-hero{position:relative;overflow:hidden;background:var(--mc-forest-2);color:#fff}
.mc-page-hero__bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.28}
.mc-page-hero:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(5,38,27,.98),rgba(5,38,27,.72) 60%,rgba(5,38,27,.35))}
.mc-page-hero__inner{position:relative;z-index:2;padding:78px 0 58px;max-width:850px}
.mc-page-hero h1{color:#fff;font-size:clamp(2.3rem,4.5vw,4rem)}
.mc-page-hero p{color:#dcebe3;font-size:1.1rem;max-width:730px}
.mc-breadcrumbs{display:flex;align-items:center;gap:8px;margin-bottom:14px;color:#bdd1c6;font-size:.82rem}
.mc-breadcrumbs a{color:#fff!important}

/* Training landing pages */
.mc-course-hero{position:relative;overflow:hidden;color:#fff;background:var(--mc-forest-2)}
.mc-course-hero__bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.mc-course-hero:after{
  content:"";position:absolute;inset:0;
  background:linear-gradient(90deg,rgba(5,38,27,.97) 0%,rgba(5,38,27,.82) 52%,rgba(5,38,27,.28) 100%);
}
.mc-course-hero--regulatory:after{
  background:linear-gradient(90deg,rgba(38,46,20,.96) 0%,rgba(38,46,20,.80) 52%,rgba(38,46,20,.23) 100%);
}
.mc-course-hero__inner{position:relative;z-index:2;min-height:610px;display:flex;align-items:center;padding:70px 0 84px}
.mc-course-hero__content{max-width:760px}
.mc-course-badges{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:17px}
.mc-course-badge{padding:7px 11px;border-radius:999px;background:rgba(155,213,47,.17);border:1px solid rgba(200,241,124,.45);color:#ddff9a;font-size:.74rem;font-weight:900;letter-spacing:.1em;text-transform:uppercase}
.mc-course-hero--regulatory .mc-course-badge{background:rgba(217,179,56,.18);border-color:rgba(241,214,126,.48);color:#ffe9a8}
.mc-course-hero h1{color:#fff;font-size:clamp(2.45rem,5.2vw,4.7rem)}
.mc-course-hero .mc-lead{color:#edf5f0;max-width:720px}
.mc-course-facts{display:flex;flex-wrap:wrap;gap:11px;margin:22px 0}
.mc-course-facts span{display:inline-flex;align-items:center;gap:7px;padding:8px 12px;border-radius:11px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.22);color:#fff;font-weight:780;font-size:.84rem}
.mc-course-facts .mc-icon-svg{color:var(--mc-lime)}
.mc-course-hero--regulatory .mc-course-facts .mc-icon-svg{color:#f0ce65}
.mc-course-price{display:inline-flex;align-items:center;gap:10px;margin-top:14px;padding:12px 16px;border-radius:13px;background:#fff;color:var(--mc-forest);font-weight:900}
.mc-course-price small{font-size:.78rem;color:#687a70;font-weight:700}
.mc-anchor-nav{position:sticky;top:76px;z-index:40;background:#fff;border-bottom:1px solid var(--mc-line);box-shadow:0 8px 24px rgba(7,45,31,.06)}
.mc-anchor-nav__inner{display:flex;align-items:center;gap:3px;overflow:auto}
.mc-anchor-nav a{padding:14px 13px;color:#3e5549!important;font-size:.84rem;font-weight:800;white-space:nowrap}
.mc-anchor-nav a:hover{color:var(--mc-green)!important;background:#f3f8f3}
.mc-anchor-nav .mc-anchor-cta{margin-left:auto;background:var(--mc-green);color:#fff!important;border-radius:999px;padding:9px 15px}
.mc-course-highlights{display:grid;grid-template-columns:repeat(4,1fr);gap:17px}
.mc-course-highlight{padding:24px;border-radius:17px;background:#fff;border:1px solid var(--mc-line)}
.mc-course-highlight .mc-feature-icon{width:48px;height:48px}
.mc-programme{width:100%;border-collapse:separate;border-spacing:0;overflow:hidden;border:1px solid var(--mc-line);border-radius:16px;background:#fff}
.mc-programme th{background:var(--mc-forest);color:#fff;text-align:left;padding:15px;font-size:.84rem}
.mc-programme td{padding:16px;vertical-align:top;border-top:1px solid var(--mc-line);font-size:.9rem}
.mc-programme tr:first-child td{border-top:0}
.mc-programme td:first-child{font-weight:850;color:var(--mc-forest);width:18%}
.mc-programme h4{font-size:1rem;margin-bottom:6px}
.mc-programme p{font-size:.86rem;margin:0}
.mc-programme-mobile{display:none}
.mc-speakers{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.mc-speaker{padding:22px;border-radius:16px;background:#fff;border:1px solid var(--mc-line)}
.mc-speaker strong{display:block;color:var(--mc-ink)}
.mc-speaker span{font-size:.85rem;color:#6a7b72}
.mc-sticky-register{
  position:fixed;right:18px;bottom:18px;z-index:90;
  display:inline-flex;align-items:center;gap:8px;
  padding:13px 18px;border-radius:999px;
  background:var(--mc-lime);color:var(--mc-forest)!important;font-weight:900;
  box-shadow:0 12px 34px rgba(4,39,27,.25);
}

/* Registration and contact forms */
.mc-form-shell{
  display:grid;grid-template-columns:.78fr 1.22fr;gap:28px;
  padding:30px;border-radius:22px;background:#fff;border:1px solid var(--mc-line);box-shadow:var(--mc-shadow)
}
.mc-form-intro{padding:18px;border-radius:17px;background:var(--mc-forest);color:#dcebe3}
.mc-form-intro h2,.mc-form-intro h3{color:#fff}
.mc-form-intro .mc-training-meta span{background:rgba(255,255,255,.1);color:#fff}
.mc-form,.mc-training-form{background:#fff}
.mc-form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}
.mc-field--full{grid-column:1/-1}
.mc-field label{display:block;margin-bottom:6px;color:var(--mc-ink);font-size:.84rem;font-weight:800}
.mc-field input,.mc-field select,.mc-field textarea{
  width:100%;padding:12px 13px;
  border:1px solid #cddbd0;border-radius:10px;
  background:#fbfdfb;color:var(--mc-ink);font:inherit;
}
.mc-field textarea{min-height:125px;resize:vertical}
.mc-field input:focus,.mc-field select:focus,.mc-field textarea:focus{outline:3px solid rgba(46,125,50,.12);border-color:var(--mc-green)}
.mc-checkbox label{display:flex;align-items:flex-start;gap:9px;font-weight:600}
.mc-checkbox input{width:18px;height:18px;margin-top:3px;flex:0 0 auto}
.mc-honeypot{position:absolute!important;left:-10000px!important}
.mc-form-message{padding:13px 15px;border-radius:10px;margin-bottom:17px;font-weight:700}
.mc-form-message--success{background:#e6f5e9;color:var(--mc-success)}
.mc-form-message--error{background:#fff0ee;color:var(--mc-danger)}
.mc-form-note{font-size:.78rem;color:#718077;margin-top:9px}
.mc-recaptcha-wrap{margin-top:8px}
.mc-recaptcha-wrap .g-recaptcha{transform-origin:left top}

/* Contact / blog / footer */
.mc-contact-layout{display:grid;grid-template-columns:.82fr 1.18fr;gap:30px}
.mc-contact-box{padding:32px;border-radius:20px;background:var(--mc-forest);color:#d9e8e0}
.mc-contact-box h2,.mc-contact-box h3{color:#fff}
.mc-contact-list{list-style:none;padding:0;margin:20px 0}
.mc-contact-list li{padding:12px 0;border-bottom:1px solid rgba(255,255,255,.13)}
.mc-contact-list a{color:#fff!important}
.mc-post-card{display:flex;flex-direction:column;height:100%;overflow:hidden;background:#fff;border:1px solid var(--mc-line);border-radius:17px;box-shadow:0 8px 28px rgba(9,49,34,.06)}
.mc-post-card__image{aspect-ratio:16/9;overflow:hidden;background:#edf3ee}
.mc-post-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .3s}
.mc-post-card:hover .mc-post-card__image img{transform:scale(1.04)}
.mc-post-card__body{display:flex;flex-direction:column;flex:1;padding:23px}
.mc-post-card__meta{margin-bottom:8px;color:var(--mc-green);font-size:.76rem;font-weight:850;letter-spacing:.08em;text-transform:uppercase}
.mc-post-card__body .mc-card__link{margin-top:auto}
.mc-cta-band{display:flex;align-items:center;justify-content:space-between;gap:30px;padding:38px;border-radius:22px;background:linear-gradient(120deg,var(--mc-forest),var(--mc-green));color:#fff;box-shadow:var(--mc-shadow)}
.mc-cta-band h2{color:#fff;margin-bottom:7px}
.mc-cta-band p{margin:0;color:#dcebe3;max-width:720px}

.mc-footer{background:#062a21;color:#cbded4}
.mc-footer__main{display:grid;grid-template-columns:1.28fr .95fr .95fr 1fr;gap:34px;padding:46px 0 30px}
.mc-footer h3{color:#fff;font-size:1rem;margin-bottom:14px}
.mc-footer__brand p{max-width:330px;font-size:.9rem}
.mc-footer__logo{display:block;width:112px;height:74px;object-fit:contain;object-position:left center;margin-bottom:12px}
.mc-footer ul{list-style:none;padding:0;margin:0}
.mc-footer li{margin:6px 0;font-size:.87rem}
.mc-footer a{color:#e2eee7!important}
.mc-footer a:hover{color:#b6ed65!important}
.mc-social{display:flex;gap:8px;margin-top:16px}
.mc-social a{width:34px;height:34px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.2);border-radius:50%}
.mc-social .mc-icon-svg{width:17px;height:17px}
.mc-footer__bottom{display:flex;justify-content:space-between;gap:20px;padding:16px 0;border-top:1px solid rgba(255,255,255,.12);font-size:.78rem}

/* UDesign cleanup */
body.mcare-site #wrapper-1,
body.mcare-site #wrapper-2,
body.mcare-site #wrapper-3,
body.mcare-site #wrapper-4{width:auto!important;min-width:0!important;background:none!important}
body.mcare-site .mc-page-content>.mc-section:first-child{padding-top:68px}
body.mcare-site .mc-page-content>.mc-section:last-child{padding-bottom:78px}
body.mcare-site .screen-reader-text{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}

@media(max-width:1120px){
  .mc-navigation a{padding-inline:7px;font-size:.83rem}
  .mc-header__cta{display:none}
  .mc-grid--4,.mc-course-highlights{grid-template-columns:repeat(2,1fr)}
  .mc-footer__main{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:920px){
  body.mcare-site.admin-bar .mc-header{top:46px}
  .mc-topbar{display:none}
  .mc-menu-toggle{display:block}
  .mc-navigation{
    display:none;position:absolute;top:70px;left:20px;right:20px;
    padding:9px;background:#fff;border:1px solid var(--mc-line);border-radius:15px;box-shadow:var(--mc-shadow)
  }
  .mc-navigation.is-open{display:block}
  .mc-navigation ul{display:block}
  .mc-navigation a{padding:11px 12px}
  .mc-navigation .sub-menu{position:static;display:block;box-shadow:none;border:0;padding:0 0 0 15px}
  .mc-lang-switch{display:inline-flex;margin:7px 0}
  .mc-split,.mc-split--reverse,.mc-contact-layout,.mc-form-shell,.mc-spotlight-grid,.mc-training-feature{grid-template-columns:1fr}
  .mc-training-feature__image{min-height:340px}
  .mc-image-panel{min-height:350px;order:-1}
  .mc-grid--3{grid-template-columns:repeat(2,1fr)}
  .mc-priority-strip__grid{grid-template-columns:repeat(2,1fr)}
  .mc-priority-item:nth-child(2){border-right:0}
  .mc-priority-item:nth-child(-n+2){border-bottom:1px solid var(--mc-line)}
  .mc-slide,.mc-slide__content{min-height:620px}
  .mc-slide__overlay{background:linear-gradient(90deg,rgba(5,38,27,.94),rgba(5,38,27,.62))}
  .mc-section-head{display:block}
  .mc-section-head>p{margin-top:14px}
  .mc-course-hero__inner{min-height:570px}
  .mc-anchor-nav{top:70px}
  .mc-speakers{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:680px){
  :root{--mc-container:min(100% - 28px,1200px)}
  body.mcare-site{font-size:15.5px}
  .mc-section{padding:58px 0}
  .mc-header__inner{min-height:68px}
  .mc-brand{width:120px;height:60px}
  .mc-brand img{height:51px}
  .mc-navigation{top:64px;left:14px;right:14px}
  .mc-grid--2,.mc-grid--3,.mc-grid--4,.mc-course-highlights,.mc-speakers{grid-template-columns:1fr}
  .mc-priority-strip__grid{grid-template-columns:1fr}
  .mc-priority-item{border-right:0;border-bottom:1px solid var(--mc-line)}
  .mc-priority-item:last-child{border-bottom:0}
  .mc-slide,.mc-slide__content{min-height:590px}
  .mc-slide__content{padding:56px 0 90px}
  .mc-slide__arrows{display:none}
  .mc-slide h1{font-size:clamp(2.15rem,11vw,3.15rem)}
  .mc-slide__facts{display:none}
  .mc-actions{flex-direction:column;align-items:stretch}
  .mc-button{width:100%}
  .mc-training-feature__content{padding:27px}
  .mc-training-feature__image{min-height:270px}
  .mc-stat-row{grid-template-columns:1fr}
  .mc-course-hero__inner{min-height:570px;padding:54px 0 78px}
  .mc-course-hero h1{font-size:clamp(2.12rem,10vw,3.3rem)}
  .mc-anchor-nav__inner{padding-right:10px}
  .mc-anchor-nav .mc-anchor-cta{display:none}
  .mc-programme{display:none}
  .mc-programme-mobile{display:grid;gap:14px}
  .mc-programme-card{padding:20px;border-radius:15px;background:#fff;border:1px solid var(--mc-line)}
  .mc-programme-card h3{font-size:1.05rem;color:var(--mc-green)}
  .mc-programme-card h4{font-size:.96rem;margin-top:14px;margin-bottom:5px}
  .mc-form-shell{padding:17px}
  .mc-form-grid{grid-template-columns:1fr}
  .mc-field--full{grid-column:auto}
  .mc-cta-band{display:block;padding:27px}
  .mc-cta-band .mc-actions{margin-top:20px}
  .mc-footer__main{grid-template-columns:1fr;padding:38px 0 25px}
  .mc-footer__logo{width:98px;height:66px}
  .mc-footer__bottom{display:block;text-align:center}
  .mc-footer__bottom a{display:inline-block;margin-top:7px}
  .mc-sticky-register{left:14px;right:14px;bottom:12px;justify-content:center}
}
@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}
}
/* Compatibility with content migrated from the previous draft */
.mc-section--deep{background:var(--mc-forest);color:#dce9e1}
.mc-section--deep h2,.mc-section--deep h3{color:#fff}
.mc-card__icon{width:52px;height:52px;display:grid;place-items:center;border-radius:15px;background:var(--mc-lime-soft);color:var(--mc-green);font-size:1.2rem;font-weight:900;margin-bottom:18px}
/* Horizontal logo sizing: compact header without empty space */
.mc-brand{width:178px;height:64px}
.mc-brand img{width:172px;height:auto;max-height:58px;object-fit:contain;object-position:left center}
.mc-footer__logo{width:150px;height:auto;max-height:54px;object-fit:contain;object-position:left center}
@media(max-width:680px){.mc-brand{width:148px;height:58px}.mc-brand img{width:144px;max-height:50px}.mc-footer__logo{width:135px;max-height:50px}}
.mc-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.mc-stat{padding:28px;border:1px solid rgba(255,255,255,.16);border-radius:17px;background:rgba(255,255,255,.07)}
.mc-stat__number{font-size:clamp(1.9rem,4vw,3rem);font-weight:900;color:#fff;line-height:1}
.mc-stat__label{margin-top:8px;color:#d4e4dc}
@media(max-width:900px){.mc-stats{grid-template-columns:repeat(2,1fr)}}
@media(max-width:560px){.mc-stats{grid-template-columns:1fr}}


/* =========================================================
   MCARE V3.3 — LIGHT PREMIUM AGRONOMIC DESIGN
   Final overrides loaded after UDesign.
   ========================================================= */

/* Global readability */
html body.mcare-site{
  background:#fff!important;
  color:var(--mc-text)!important;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}
html body.mcare-site .mc-page-content{
  overflow:hidden;
}
html body.mcare-site .mc-page-content h1,
html body.mcare-site .mc-page-content h2,
html body.mcare-site .mc-page-content h3,
html body.mcare-site .mc-page-content h4{
  color:var(--mc-ink)!important;
  -webkit-text-fill-color:currentColor!important;
  opacity:1!important;
  visibility:visible!important;
}
html body.mcare-site .mc-page-content p,
html body.mcare-site .mc-page-content li{
  color:var(--mc-text);
  opacity:1!important;
}
.mc-section--sage{background:var(--mc-sage)}
.mc-section--sand{background:var(--mc-sand)}
.mc-section--teal{background:var(--mc-teal-soft)}
.mc-section--muted{background:linear-gradient(180deg,#f7faf7 0%,#eef5ef 100%)}
.mc-section--gold{background:linear-gradient(180deg,#fffdf7 0%,var(--mc-gold-soft) 100%)}
.mc-section--forest{
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 88% 18%,rgba(140,207,63,.18),transparent 31%),
    radial-gradient(circle at 12% 90%,rgba(255,255,255,.08),transparent 32%),
    linear-gradient(135deg,var(--mc-forest-2),var(--mc-forest));
  color:#edf7f1!important;
}
.mc-section--forest:before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background-image:
    linear-gradient(120deg,transparent 0 48%,rgba(255,255,255,.025) 49% 51%,transparent 52%);
  background-size:90px 90px;
}
.mc-section--forest>.mc-container{position:relative;z-index:1}
html body.mcare-site .mc-section--forest h1,
html body.mcare-site .mc-section--forest h2,
html body.mcare-site .mc-section--forest h3,
html body.mcare-site .mc-section--forest h4{
  color:#fff!important;
}
html body.mcare-site .mc-section--forest p,
html body.mcare-site .mc-section--forest li,
html body.mcare-site .mc-section--forest .mc-lead,
html body.mcare-site .mc-section--forest .mc-section-head>p{
  color:#dcebe3!important;
}
html body.mcare-site .mc-section--forest .mc-card{
  background:#fff!important;
}
html body.mcare-site .mc-section--forest .mc-card h3,
html body.mcare-site .mc-section--forest .mc-card h4{
  color:var(--mc-ink)!important;
}
html body.mcare-site .mc-section--forest .mc-card p,
html body.mcare-site .mc-section--forest .mc-card li{
  color:#5b7066!important;
}

/* Header: compact, faithful MCARE logo */
html body.mcare-site .mc-topbar{
  background:var(--mc-forest-2)!important;
}
html body.mcare-site .mc-header{
  background:rgba(255,255,255,.98)!important;
  border-bottom:1px solid rgba(31,90,69,.12)!important;
}
html body.mcare-site .mc-header__inner{
  min-height:74px!important;
  gap:16px!important;
}
html body.mcare-site .mc-brand{
  width:188px!important;
  height:62px!important;
  padding:0!important;
  overflow:visible!important;
}
html body.mcare-site .mc-brand img{
  width:182px!important;
  height:auto!important;
  max-height:52px!important;
  max-width:182px!important;
  object-fit:contain!important;
  object-position:left center!important;
  margin:0!important;
}
html body.mcare-site .mc-navigation a{
  color:#27483a!important;
  padding:27px 9px!important;
  font-size:.86rem!important;
}
html body.mcare-site .mc-navigation a:hover,
html body.mcare-site .mc-navigation .current-menu-item>a,
html body.mcare-site .mc-navigation .current-menu-ancestor>a{
  color:var(--mc-green)!important;
}
.mc-lang-switch{
  background:#f2f7f2!important;
  border-color:#d4e3d7!important;
}
.mc-menu-toggle{
  position:relative;
  z-index:1002;
}

/* Modern cards and icons */
.mc-card,
.mc-course-highlight,
.mc-programme-card,
.mc-training-feature{
  border-color:rgba(47,125,74,.14)!important;
  box-shadow:0 12px 36px rgba(31,90,69,.08)!important;
}
.mc-card,
.mc-course-highlight{
  background:rgba(255,255,255,.98)!important;
}
.mc-card:hover,
.mc-course-highlight:hover{
  transform:translateY(-4px);
  box-shadow:0 20px 48px rgba(31,90,69,.14)!important;
}
.mc-feature-icon{
  background:linear-gradient(145deg,var(--mc-lime-soft),#f8fced)!important;
  color:var(--mc-green)!important;
  border:1px solid rgba(140,207,63,.25);
}
.mc-kicker{
  color:var(--mc-green)!important;
}
.mc-kicker:before{
  background:linear-gradient(90deg,var(--mc-lime),var(--mc-green))!important;
}
.mc-lead{color:#536a60!important}

/* Buttons */
.mc-button{
  background:linear-gradient(135deg,var(--mc-green),var(--mc-forest))!important;
  border-color:var(--mc-green)!important;
  color:#fff!important;
  box-shadow:0 10px 28px rgba(47,125,74,.20)!important;
}
.mc-button:hover{
  background:linear-gradient(135deg,var(--mc-forest),var(--mc-forest-2))!important;
  border-color:var(--mc-forest)!important;
}
.mc-button--lime{
  background:linear-gradient(135deg,#a3de50,var(--mc-lime))!important;
  border-color:var(--mc-lime)!important;
  color:#143a2d!important;
}
.mc-button--outline{
  background:#fff!important;
  color:var(--mc-green)!important;
  border-color:rgba(47,125,74,.34)!important;
  box-shadow:none!important;
}
.mc-button--outline:hover{
  background:var(--mc-green)!important;
  color:#fff!important;
}
.mc-button--glass{
  background:rgba(255,255,255,.10)!important;
  border-color:rgba(255,255,255,.64)!important;
  color:#fff!important;
  box-shadow:none!important;
}

/* Automatic hero slider */
.mc-slider{
  background:var(--mc-forest-2)!important;
}
.mc-slide,
.mc-slide__content{
  min-height:620px!important;
}
.mc-slide__bg{
  object-position:center center;
  filter:saturate(1.04) contrast(1.02);
}
.mc-slide{
  --mc-slide-accent:var(--mc-lime);
  --mc-slide-accent-soft:#e8ffba;
  --mc-slide-dark:rgba(18,60,46,.96);
  --mc-slide-mid:rgba(25,84,61,.78);
}
.mc-slide--bpe{
  --mc-slide-accent:#e6b946;
  --mc-slide-accent-soft:#ffeda9;
  --mc-slide-dark:rgba(43,55,28,.96);
  --mc-slide-mid:rgba(69,88,38,.78);
}
.mc-slide--regulatory{
  --mc-slide-accent:#65d1c9;
  --mc-slide-accent-soft:#d8fffc;
  --mc-slide-dark:rgba(17,61,62,.97);
  --mc-slide-mid:rgba(29,103,101,.78);
}
.mc-slide--registration{
  --mc-slide-accent:#9bd44a;
  --mc-slide-accent-soft:#e6ffbd;
  --mc-slide-dark:rgba(17,61,45,.97);
  --mc-slide-mid:rgba(35,105,67,.78);
}
.mc-slide--trials{
  --mc-slide-accent:#71d5aa;
  --mc-slide-accent-soft:#d8ffed;
  --mc-slide-dark:rgba(13,60,50,.97);
  --mc-slide-mid:rgba(23,107,87,.78);
}
html body.mcare-site .mc-slide__overlay{
  background:
    linear-gradient(90deg,var(--mc-slide-dark) 0%,var(--mc-slide-mid) 48%,rgba(18,54,41,.34) 76%,rgba(18,54,41,.09) 100%)!important;
}
html body.mcare-site .mc-slide__content{
  padding:64px 0 88px!important;
}
html body.mcare-site .mc-slide__copy{
  max-width:760px!important;
  padding:29px 31px 31px!important;
  border-radius:24px!important;
  background:linear-gradient(135deg,rgba(13,47,36,.66),rgba(13,47,36,.26))!important;
  border:1px solid rgba(255,255,255,.16)!important;
  box-shadow:0 26px 75px rgba(0,0,0,.18)!important;
  backdrop-filter:blur(5px);
}
html body.mcare-site .mc-slider .mc-slide h1{
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
  font-size:clamp(2.55rem,5vw,4.75rem)!important;
  line-height:1.02!important;
  text-shadow:0 4px 25px rgba(0,0,0,.38)!important;
  opacity:1!important;
}
html body.mcare-site .mc-slider .mc-slide p{
  color:#f5fbf7!important;
  text-shadow:0 2px 14px rgba(0,0,0,.22);
}
html body.mcare-site .mc-slide__badge{
  background:color-mix(in srgb,var(--mc-slide-accent) 18%,transparent)!important;
  border-color:color-mix(in srgb,var(--mc-slide-accent) 52%,transparent)!important;
  color:var(--mc-slide-accent-soft)!important;
}
html body.mcare-site .mc-slide__facts .mc-icon-svg{
  color:var(--mc-slide-accent)!important;
}
html body.mcare-site .mc-slide .mc-button--lime{
  background:var(--mc-slide-accent)!important;
  border-color:var(--mc-slide-accent)!important;
  color:#143a2d!important;
}
.mc-slide__progress{
  position:absolute;
  z-index:7;
  left:0;right:0;bottom:0;
  height:4px;
  background:rgba(255,255,255,.18);
}
.mc-slide__progress span{
  display:block;width:0;height:100%;
  background:var(--mc-lime);
}
.mc-slider.is-running .mc-slide__progress span{
  animation:mcSlideProgress var(--mc-slider-duration,5000ms) linear forwards;
}
@keyframes mcSlideProgress{from{width:0}to{width:100%}}

/* Page heroes */
.mc-page-hero{
  min-height:360px!important;
}
html body.mcare-site .mc-page-hero__bg{
  opacity:.66!important;
  filter:saturate(1.02) contrast(1.04)!important;
}
html body.mcare-site .mc-page-hero:after{
  background:linear-gradient(90deg,rgba(17,63,53,.97),rgba(31,90,69,.78) 58%,rgba(31,90,69,.28))!important;
}
html body.mcare-site .mc-page-hero__inner{
  min-height:360px!important;
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:54px 0!important;
}
html body.mcare-site .mc-page-hero h1{
  display:block!important;
  max-width:850px!important;
  margin:0 0 17px!important;
  padding:0!important;
  border:0!important;
  background:transparent!important;
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
  font-size:clamp(2.45rem,4.7vw,4.25rem)!important;
  line-height:1.04!important;
  text-shadow:0 4px 25px rgba(0,0,0,.34)!important;
}
html body.mcare-site .mc-page-hero p{
  color:#edf7f1!important;
  font-size:clamp(1rem,1.5vw,1.2rem)!important;
  max-width:720px;
}

/* Course hero and training pages */
.mc-course-hero__inner{
  min-height:610px!important;
}
.mc-course-hero:after{
  background:linear-gradient(90deg,rgba(18,63,49,.97) 0%,rgba(27,91,65,.79) 55%,rgba(20,65,49,.24) 100%)!important;
}
.mc-course-hero--regulatory:after{
  background:linear-gradient(90deg,rgba(16,61,62,.98) 0%,rgba(33,113,109,.79) 55%,rgba(22,70,67,.22) 100%)!important;
}
html body.mcare-site .mc-course-hero h1{
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
  font-size:clamp(2.55rem,5.1vw,4.75rem)!important;
  line-height:1.02!important;
  text-shadow:0 4px 26px rgba(0,0,0,.36)!important;
}
html body.mcare-site .mc-course-hero .mc-lead{
  color:#f0f8f3!important;
}
.mc-course-price{
  box-shadow:0 12px 34px rgba(0,0,0,.14);
}
.mc-anchor-nav{
  top:74px!important;
}
.mc-course-highlight{
  transition:transform .22s ease,box-shadow .22s ease;
}
.mc-course-highlight h3{
  color:var(--mc-ink)!important;
}
.mc-course-highlight p{
  color:#5a7065!important;
}
.mc-programme th{
  background:linear-gradient(135deg,var(--mc-forest-2),var(--mc-forest))!important;
}
.mc-course-hero--regulatory + .mc-anchor-nav .mc-anchor-cta{
  background:var(--mc-teal)!important;
}

/* Form: lighter, readable and mobile first */
.mc-form-shell{
  grid-template-columns:.78fr 1.22fr!important;
  background:#fff!important;
  border-color:rgba(47,125,74,.15)!important;
  padding:28px!important;
}
.mc-form-intro{
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 85% 10%,rgba(140,207,63,.20),transparent 34%),
    linear-gradient(145deg,var(--mc-forest-2),var(--mc-forest))!important;
  color:#eaf5ee!important;
  padding:30px!important;
}
.mc-form-intro:after{
  content:"";
  position:absolute;
  right:-50px;bottom:-55px;
  width:180px;height:180px;
  border:1px solid rgba(255,255,255,.10);
  border-radius:50%;
}
html body.mcare-site .mc-form-intro h2,
html body.mcare-site .mc-form-intro h3{
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
}
html body.mcare-site .mc-form-intro p{
  color:#e7f3ec!important;
}
.mc-field label{
  color:var(--mc-ink)!important;
}
.mc-field input,
.mc-field select,
.mc-field textarea{
  min-height:50px;
  border:1px solid #ceddd2!important;
  border-radius:13px!important;
  background:#fcfefc!important;
  color:var(--mc-ink)!important;
}
.mc-field textarea{min-height:132px}
.mc-field input:focus,
.mc-field select:focus,
.mc-field textarea:focus{
  outline:4px solid rgba(47,125,74,.11)!important;
  border-color:var(--mc-green)!important;
}
.mc-checkbox span{
  color:#425c50!important;
}
.mc-checkbox a{font-weight:800}
.mc-form-note{color:#74867d!important}

/* Footer: clear hierarchy, no unreadable headings */
.mc-footer{
  background:linear-gradient(145deg,#153c32,#0f3028)!important;
}
html body.mcare-site .mc-footer h3{
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
  opacity:1!important;
}
html body.mcare-site .mc-footer p,
html body.mcare-site .mc-footer li{
  color:#d8e7df!important;
}
.mc-footer__logo-wrap{
  display:inline-grid;
  place-items:center;
  width:108px;
  height:108px;
  padding:9px;
  margin-bottom:14px;
  border-radius:22px;
  background:#fff;
  box-shadow:0 14px 34px rgba(0,0,0,.16);
}
html body.mcare-site .mc-footer__logo{
  width:auto!important;
  height:90px!important;
  max-width:92px!important;
  max-height:90px!important;
  object-fit:contain!important;
  margin:0!important;
}
.mc-footer__main{padding-top:42px!important}
.mc-footer a:hover{color:#c8f27e!important}

/* Old-content compatibility */
.mc-trust,
.mc-priority-strip{
  background:#fff!important;
}
.mc-trust__inner{
  width:var(--mc-container)!important;
  margin:auto!important;
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
}
.mc-trust__item{
  display:grid!important;
  grid-template-columns:48px 1fr!important;
  gap:12px!important;
  align-items:center!important;
  min-height:96px!important;
  padding:18px!important;
  border-right:1px solid var(--mc-line)!important;
}
.mc-trust__icon{
  width:44px!important;height:44px!important;
  display:grid!important;place-items:center!important;
  border-radius:14px!important;
  background:var(--mc-lime-soft)!important;
  font-size:0!important;
}
.mc-trust__icon:before{
  content:"";
  width:23px;height:23px;
  background:var(--mc-green);
  -webkit-mask:center/contain no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M20 4C11 4 5 8 5 15c0 3 2 5 5 5 7 0 10-7 10-16ZM4 21c3-6 7-9 12-12'/%3E%3C/svg%3E");
  mask:center/contain no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M20 4C11 4 5 8 5 15c0 3 2 5 5 5 7 0 10-7 10-16ZM4 21c3-6 7-9 12-12'/%3E%3C/svg%3E");
}
.mc-trust__item strong{display:block;color:var(--mc-ink)!important}
.mc-trust__item span:not(.mc-trust__icon){display:block;color:#6b8075!important;font-size:.78rem}

/* Tablet */
@media(max-width:1120px){
  html body.mcare-site .mc-brand{width:160px!important}
  html body.mcare-site .mc-brand img{width:156px!important;max-width:156px!important}
}
@media(max-width:920px){
  html body.mcare-site.admin-bar .mc-header{top:46px}
  html body.mcare-site .mc-header__inner{min-height:68px!important}
  html body.mcare-site .mc-brand{width:154px!important;height:58px!important}
  html body.mcare-site .mc-brand img{width:150px!important;max-width:150px!important;max-height:44px!important}
  .mc-menu-toggle{display:block!important;margin-left:auto!important}
  .mc-navigation{
    display:none!important;
    position:absolute!important;
    top:68px!important;
    left:14px!important;
    right:14px!important;
    max-height:calc(100vh - 92px);
    overflow:auto;
    padding:12px!important;
    background:#fff!important;
    border:1px solid var(--mc-line)!important;
    border-radius:18px!important;
    box-shadow:0 24px 70px rgba(16,63,48,.20)!important;
  }
  .mc-navigation.is-open{display:block!important}
  .mc-navigation ul{display:block!important}
  html body.mcare-site .mc-navigation a{
    padding:12px 13px!important;
    border-radius:10px;
  }
  .mc-navigation .sub-menu{
    position:static!important;
    display:block!important;
    min-width:0!important;
    padding:2px 0 5px 16px!important;
    border:0!important;
    box-shadow:none!important;
  }
  .mc-navigation .sub-menu a{
    padding:9px 11px!important;
    font-size:.82rem!important;
  }
  .mc-lang-switch{
    margin:8px 0 2px!important;
  }
  .mc-slide,.mc-slide__content{min-height:570px!important}
  html body.mcare-site .mc-slide__copy{max-width:690px!important}
  .mc-course-hero__inner{min-height:560px!important}
  .mc-anchor-nav{top:68px!important}
  .mc-form-shell{grid-template-columns:1fr!important}
  .mc-form-intro{padding:26px!important}
  .mc-trust__inner{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .mc-trust__item:nth-child(even){border-right:0!important}
}

/* Mobile */
@media(max-width:680px){
  :root{--mc-container:min(100% - 28px,1200px)}
  html body.mcare-site{font-size:15px!important}
  .mc-section{padding:54px 0!important}
  .mc-section--tight{padding:38px 0!important}
  html body.mcare-site h1{font-size:clamp(2rem,11vw,3rem)!important}
  html body.mcare-site h2{font-size:clamp(1.75rem,8.8vw,2.45rem)!important}
  html body.mcare-site h3{font-size:1.16rem!important}
  .mc-section-head{display:block!important;margin-bottom:26px!important}
  .mc-section-head>p{margin-top:12px!important}
  html body.mcare-site .mc-header__inner{min-height:62px!important}
  html body.mcare-site .mc-brand{width:142px!important;height:54px!important}
  html body.mcare-site .mc-brand img{width:138px!important;max-width:138px!important;max-height:39px!important}
  .mc-menu-toggle{width:42px!important;height:42px!important}
  .mc-navigation{top:62px!important}
  .mc-grid--2,.mc-grid--3,.mc-grid--4,
  .mc-course-highlights,.mc-speakers,
  .mc-split,.mc-split--reverse,.mc-contact-layout,
  .mc-training-feature,.mc-spotlight-grid,
  .mc-footer__main{
    grid-template-columns:1fr!important;
  }
  .mc-card,.mc-course-highlight{padding:22px!important}
  .mc-image-panel{min-height:270px!important;order:-1}
  .mc-training-feature__image{min-height:245px!important}
  .mc-training-feature__content{padding:24px!important}
  .mc-priority-strip__grid{grid-template-columns:1fr!important}
  .mc-priority-item{
    border-right:0!important;
    border-bottom:1px solid var(--mc-line)!important;
    padding:16px!important;
  }
  .mc-priority-item:last-child{border-bottom:0!important}
  .mc-slide,.mc-slide__content{min-height:540px!important}
  html body.mcare-site .mc-slide__content{
    align-items:flex-end!important;
    padding:48px 0 68px!important;
  }
  html body.mcare-site .mc-slide__copy{
    width:100%!important;
    padding:22px 19px 23px!important;
    border-radius:19px!important;
    background:linear-gradient(145deg,rgba(13,47,36,.80),rgba(13,47,36,.55))!important;
  }
  html body.mcare-site .mc-slider .mc-slide h1{
    font-size:clamp(2rem,10.7vw,3rem)!important;
    margin:13px 0!important;
  }
  html body.mcare-site .mc-slider .mc-slide p{
    font-size:1rem!important;
    line-height:1.55!important;
  }
  .mc-slide__facts{display:none!important}
  .mc-slide__arrows{display:none!important}
  .mc-slide__nav{bottom:15px!important}
  .mc-actions{flex-direction:column!important;align-items:stretch!important}
  .mc-actions .mc-button{width:100%!important}
  .mc-page-hero{min-height:300px!important}
  html body.mcare-site .mc-page-hero__inner{min-height:300px!important;padding:45px 0!important}
  html body.mcare-site .mc-page-hero h1{
    font-size:clamp(2.05rem,10.8vw,3.15rem)!important;
  }
  .mc-course-hero__inner{
    min-height:560px!important;
    align-items:flex-end!important;
    padding:48px 0 66px!important;
  }
  html body.mcare-site .mc-course-hero h1{
    font-size:clamp(2.1rem,10.8vw,3.15rem)!important;
  }
  .mc-course-badges{gap:6px!important}
  .mc-course-badge{font-size:.66rem!important}
  .mc-course-facts{display:grid!important;grid-template-columns:1fr!important}
  .mc-course-price{
    display:flex!important;
    flex-direction:column!important;
    align-items:flex-start!important;
  }
  .mc-anchor-nav__inner{
    gap:0!important;
    padding-right:12px;
  }
  .mc-anchor-nav a{padding:13px 10px!important}
  .mc-anchor-nav .mc-anchor-cta{display:none!important}
  .mc-programme{display:none!important}
  .mc-programme-mobile{display:grid!important;gap:13px!important}
  .mc-form-shell{padding:14px!important;gap:16px!important}
  .mc-form-intro{padding:22px!important}
  .mc-form-grid{grid-template-columns:1fr!important;gap:13px!important}
  .mc-field--full{grid-column:auto!important}
  .mc-field input,.mc-field select,.mc-field textarea{font-size:16px!important}
  .mc-recaptcha-wrap{overflow:auto}
  .mc-footer__main{gap:25px!important;padding:36px 0 24px!important}
  .mc-footer__bottom{display:block!important;text-align:center!important}
  .mc-footer__bottom a{display:inline-block;margin-top:8px}
  .mc-footer__logo-wrap{width:96px;height:96px}
  html body.mcare-site .mc-footer__logo{height:80px!important;max-height:80px!important;max-width:82px!important}
  .mc-sticky-register{
    left:12px!important;right:12px!important;bottom:10px!important;
    justify-content:center!important;
    padding:12px 15px!important;
    font-size:.9rem!important;
  }
  body.mcare-page-bpe_training,
  body.mcare-page-regulatory_training{padding-bottom:72px!important}
  .mc-trust__inner{grid-template-columns:1fr!important}
  .mc-trust__item{border-right:0!important;border-bottom:1px solid var(--mc-line)!important}
}
@media(max-width:420px){
  :root{--mc-container:min(100% - 22px,1200px)}
  html body.mcare-site .mc-brand{width:128px!important}
  html body.mcare-site .mc-brand img{width:124px!important;max-width:124px!important}
  .mc-slide,.mc-slide__content{min-height:520px!important}
  html body.mcare-site .mc-slide__copy{padding:19px 16px 21px!important}
  .mc-course-hero__inner{min-height:540px!important}
  .mc-course-price{font-size:.9rem!important}
  .mc-form-intro,.mc-card,.mc-course-highlight{border-radius:16px!important}
}

@media(prefers-reduced-motion:reduce){
  .mc-slider.is-running .mc-slide__progress span{animation:none!important}
}

/* =========================================================
   MCARE V3.4 FINAL VISUAL CORRECTIONS
   Faithful logo, high contrast titles, agronomic light palette,
   automatic animated slider and stronger mobile layout.
   ========================================================= */
:root{
  --mc-forest:#174b3a;
  --mc-forest-2:#0d342a;
  --mc-green:#3f844b;
  --mc-green-2:#67a653;
  --mc-lime:#b5d96a;
  --mc-lime-soft:#f0f7df;
  --mc-sage:#f2f6f0;
  --mc-sand:#f8f4e9;
  --mc-teal:#287f7a;
  --mc-teal-soft:#e7f5f3;
  --mc-gold:#d1aa4a;
  --mc-gold-soft:#fbf5e5;
  --mc-ink:#15352a;
  --mc-text:#50675c;
  --mc-line:#dbe6dd;
}

/* Original vertical MCARE logo, compact and without empty space */
html body.mcare-site .mc-brand{
  width:92px!important;
  height:68px!important;
  padding:3px 0!important;
  overflow:visible!important;
}
html body.mcare-site .mc-brand img{
  display:block!important;
  width:auto!important;
  height:61px!important;
  max-width:88px!important;
  max-height:61px!important;
  object-fit:contain!important;
  object-position:center!important;
  margin:0!important;
}
html body.mcare-site .mc-header__inner{min-height:76px!important}

/* Eliminate all dark-on-dark headings caused by UDesign/WPBakery rules */
html body.mcare-site .mc-slider h1,
html body.mcare-site .mc-slider h2,
html body.mcare-site .mc-slider h3,
html body.mcare-site .mc-page-hero h1,
html body.mcare-site .mc-page-hero h2,
html body.mcare-site .mc-course-hero h1,
html body.mcare-site .mc-course-hero h2,
html body.mcare-site .mc-section--forest h1,
html body.mcare-site .mc-section--forest h2,
html body.mcare-site .mc-section--forest > .mc-container > h3,
html body.mcare-site .mc-section--forest .mc-section-head h2,
html body.mcare-site .mc-section--forest .mc-section-head h3,
html body.mcare-site .mc-footer h1,
html body.mcare-site .mc-footer h2,
html body.mcare-site .mc-footer h3,
html body.mcare-site .mc-footer h4{
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
  opacity:1!important;
}
html body.mcare-site .mc-section--forest .mc-section-head p,
html body.mcare-site .mc-section--forest > .mc-container > p,
html body.mcare-site .mc-section--forest .mc-lead{
  color:#dcebe2!important;
  opacity:1!important;
}
/* White cards inside dark sections remain readable */
html body.mcare-site .mc-section--forest .mc-card h1,
html body.mcare-site .mc-section--forest .mc-card h2,
html body.mcare-site .mc-section--forest .mc-card h3,
html body.mcare-site .mc-section--forest .mc-card h4,
html body.mcare-site .mc-section--forest .mc-course-highlight h3{
  color:var(--mc-ink)!important;
  -webkit-text-fill-color:var(--mc-ink)!important;
}
html body.mcare-site .mc-section--forest .mc-card p,
html body.mcare-site .mc-section--forest .mc-card li,
html body.mcare-site .mc-section--forest .mc-course-highlight p{
  color:#526b5f!important;
}

/* Slider: image-aware accents, guaranteed contrast and modern animation */
.mc-slide.is-active .mc-slide__bg{animation:mcKenBurns 5.4s ease-out both}
.mc-slide.is-active .mc-slide__copy{animation:mcCopyIn .65s cubic-bezier(.2,.75,.25,1) both}
@keyframes mcKenBurns{from{transform:scale(1.02)}to{transform:scale(1.075)}}
@keyframes mcCopyIn{from{opacity:0;transform:translateY(22px)}to{opacity:1;transform:none}}
html body.mcare-site .mc-slide__copy{
  background:linear-gradient(135deg,rgba(7,39,29,.78),rgba(12,48,36,.42))!important;
  border:1px solid rgba(255,255,255,.20)!important;
  box-shadow:0 25px 75px rgba(0,0,0,.26)!important;
}
html body.mcare-site .mc-slider .mc-slide h1{
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
  opacity:1!important;
  text-shadow:0 4px 26px rgba(0,0,0,.48)!important;
}
html body.mcare-site .mc-slider .mc-slide p{
  color:#fff!important;
  opacity:1!important;
  text-shadow:0 2px 14px rgba(0,0,0,.35)!important;
}
.mc-slide--bpe .mc-slide__overlay{
  background:linear-gradient(90deg,rgba(45,47,20,.96),rgba(80,83,34,.76) 48%,rgba(55,60,31,.26) 78%,transparent)!important;
}
.mc-slide--regulatory .mc-slide__overlay{
  background:linear-gradient(90deg,rgba(10,54,55,.97),rgba(31,101,98,.76) 48%,rgba(25,73,71,.25) 78%,transparent)!important;
}
.mc-slide--registration .mc-slide__overlay,
.mc-slide--trials .mc-slide__overlay{
  background:linear-gradient(90deg,rgba(10,52,38,.97),rgba(33,99,63,.76) 48%,rgba(22,68,48,.25) 78%,transparent)!important;
}

/* Page title banners: white title, brighter image and controlled height */
html body.mcare-site .mc-page-hero{
  min-height:330px!important;
  background:var(--mc-forest-2)!important;
}
html body.mcare-site .mc-page-hero__bg{
  opacity:.72!important;
  filter:saturate(1.08) contrast(1.05)!important;
}
html body.mcare-site .mc-page-hero:after{
  background:linear-gradient(90deg,rgba(10,48,36,.96),rgba(23,75,57,.74) 58%,rgba(20,64,49,.18))!important;
}
html body.mcare-site .mc-page-hero h1{
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
  text-shadow:0 4px 25px rgba(0,0,0,.42)!important;
}
html body.mcare-site .mc-breadcrumbs,
html body.mcare-site .mc-breadcrumbs a,
html body.mcare-site .mc-page-hero p{
  color:#f2faf5!important;
  opacity:1!important;
}

/* Modern light agronomic section alternation */
.mc-section--muted{background:linear-gradient(180deg,#f5f8f3,#eef4ed)!important}
.mc-section--gold{background:linear-gradient(180deg,#fbf7ec,#f7f1e2)!important}
.mc-section--forest{background:linear-gradient(145deg,var(--mc-forest),var(--mc-forest-2))!important}
.mc-card{border-radius:20px!important}

/* Footer logo faithful to the original; no artificial white square */
.mc-footer__logo-wrap{
  width:105px!important;
  height:105px!important;
  padding:0!important;
  background:transparent!important;
  box-shadow:none!important;
}
html body.mcare-site .mc-footer__logo{
  width:auto!important;
  height:100px!important;
  max-width:100px!important;
  max-height:100px!important;
  object-fit:contain!important;
}
html body.mcare-site .mc-footer p,
html body.mcare-site .mc-footer li,
html body.mcare-site .mc-footer a{color:#e0ece5!important}

/* Tablet and mobile: true one-column responsive design */
@media(max-width:920px){
  html body.mcare-site .mc-brand{width:82px!important;height:60px!important}
  html body.mcare-site .mc-brand img{height:54px!important;max-width:78px!important;max-height:54px!important}
  html body.mcare-site .mc-header__inner{min-height:66px!important}
  .mc-navigation{top:66px!important}
}
@media(max-width:680px){
  html body.mcare-site .mc-brand{width:72px!important;height:56px!important}
  html body.mcare-site .mc-brand img{height:50px!important;max-width:70px!important;max-height:50px!important}
  html body.mcare-site .mc-header__inner{min-height:60px!important}
  .mc-navigation{top:60px!important}
  .mc-topbar{display:none!important}
  .mc-slide,.mc-slide__content{min-height:560px!important}
  html body.mcare-site .mc-slide__bg{object-position:center!important}
  html body.mcare-site .mc-slide__copy{
    padding:21px 17px 22px!important;
    border-radius:18px!important;
  }
  html body.mcare-site .mc-slider .mc-slide h1{
    font-size:clamp(2rem,10.5vw,2.9rem)!important;
    line-height:1.04!important;
  }
  html body.mcare-site .mc-slider .mc-slide p{font-size:.98rem!important}
  html body.mcare-site .mc-page-hero{min-height:275px!important}
  html body.mcare-site .mc-page-hero__inner{min-height:275px!important;padding:40px 0!important}
  html body.mcare-site .mc-page-hero h1{font-size:clamp(2rem,10vw,3rem)!important}
  .mc-footer__logo-wrap{width:90px!important;height:90px!important}
  html body.mcare-site .mc-footer__logo{height:86px!important;max-width:86px!important;max-height:86px!important}
}
/* =========================================================
   MCARE V3.5 — MOBILE-FIRST + AGRI-BLOG + FORM ALIGNMENT
   Loaded after the legacy stylesheet to neutralise old rules.
   ========================================================= */
:root{
  --m35-ink:#14362b;
  --m35-green:#2f7446;
  --m35-green-dark:#0f3c2f;
  --m35-leaf:#83bd45;
  --m35-citrus:#d4a73f;
  --m35-teal:#2f817b;
  --m35-cream:#f8f4e8;
  --m35-mist:#f3f7f1;
  --m35-line:#dce8df;
  --m35-white:#fff;
  --m35-shadow:0 18px 50px rgba(15,60,47,.11);
}

html{overflow-x:hidden}
html.mc-menu-open,html.mc-menu-open body{overflow:hidden!important}
body.mcare-site{width:100%;max-width:100%;overflow-x:hidden!important;background:#fff!important}
body.mcare-site .mc-page-content,
body.mcare-site .mc-page-content>*{max-width:100%}
body.mcare-site img,body.mcare-site video,body.mcare-site iframe{max-width:100%;height:auto}

/* Header and mobile drawer */
html body.mcare-site .mc-header{isolation:isolate}
html body.mcare-site .mc-header__inner{min-height:72px!important}
html body.mcare-site .mc-brand{width:90px!important;height:66px!important;display:flex!important;align-items:center!important;justify-content:flex-start!important}
html body.mcare-site .mc-brand img{width:auto!important;height:60px!important;max-width:86px!important;max-height:60px!important;object-fit:contain!important;margin:0!important}
.mc-menu-backdrop{display:none}
.mc-menu-toggle{position:relative;z-index:1002}
.mc-menu-toggle span:not(.screen-reader-text),.mc-menu-toggle:before,.mc-menu-toggle:after{transition:transform .2s ease,opacity .2s ease}
.mc-menu-toggle[aria-expanded="true"] span:not(.screen-reader-text){opacity:0}
.mc-menu-toggle[aria-expanded="true"]:before{transform:translateY(7px) rotate(45deg)}
.mc-menu-toggle[aria-expanded="true"]:after{transform:translateY(-7px) rotate(-45deg)}

/* Strong title readability across sliders and inner pages */
html body.mcare-site .mc-slider .mc-slide h1,
html body.mcare-site .mc-page-hero h1,
html body.mcare-site .mc-course-hero h1{
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
  opacity:1!important;
  text-wrap:balance;
  text-shadow:0 4px 26px rgba(0,0,0,.42)!important;
}
html body.mcare-site .mc-slider .mc-slide p,
html body.mcare-site .mc-page-hero p,
html body.mcare-site .mc-course-hero .mc-lead{
  color:#f6fbf8!important;
  opacity:1!important;
}

/* Slider — desktop/tablet */
html body.mcare-site .mc-slide__copy{
  max-width:720px!important;
  padding:32px 34px 34px!important;
  border-radius:26px!important;
  background:linear-gradient(135deg,rgba(7,42,31,.86),rgba(9,48,36,.50))!important;
  border:1px solid rgba(255,255,255,.24)!important;
  backdrop-filter:blur(8px)!important;
}
html body.mcare-site .mc-slide__bg{filter:saturate(1.05) contrast(1.02)}
html body.mcare-site .mc-slide h1{font-size:clamp(2.55rem,5vw,4.65rem)!important;line-height:1.02!important}
html body.mcare-site .mc-slide p{font-size:clamp(1rem,1.55vw,1.2rem)!important;line-height:1.65!important}
.mc-slide__progress{height:4px!important;background:rgba(255,255,255,.16)!important}
.mc-slide__progress span{background:linear-gradient(90deg,var(--m35-leaf),#d8eb75)!important}

/* Generic WP/WPBakery containment */
body.mcare-site .vc_row,
body.mcare-site .wpb_row,
body.mcare-site .vc_column_container,
body.mcare-site .wpb_column,
body.mcare-site .vc_column-inner,
body.mcare-site .wpb_wrapper,
body.mcare-site .content-block,
body.mcare-site .content-block-background{max-width:100%!important;min-width:0!important}
body.mcare-site .wpb_wrapper:after{content:"";display:table;clear:both}
body.mcare-site table{max-width:100%}
body.mcare-site .mc-table-scroll{overflow-x:auto;-webkit-overflow-scrolling:touch}

/* Modern article archive / Agri-Blog */
.mc-blog-shell{padding:72px 0 88px;background:linear-gradient(180deg,#fff 0%,var(--m35-mist) 100%)}
.mc-blog-intro{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,.55fr);gap:42px;align-items:end;margin-bottom:38px}
.mc-blog-intro p{margin:0;max-width:610px}
.mc-articles-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:26px}
.mc-article-card{min-width:0;display:flex;flex-direction:column;overflow:hidden;background:#fff;border:1px solid var(--m35-line);border-radius:22px;box-shadow:0 9px 28px rgba(15,60,47,.07);transition:transform .25s ease,box-shadow .25s ease}
.mc-article-card:hover{transform:translateY(-6px);box-shadow:var(--m35-shadow)}
.mc-article-card__media{display:block;position:relative;aspect-ratio:16/10;overflow:hidden;background:#eaf1eb}
.mc-article-card__media:after{content:"";position:absolute;inset:auto 0 0;height:34%;background:linear-gradient(transparent,rgba(9,48,36,.24))}
.mc-article-card__media img{width:100%!important;height:100%!important;object-fit:cover!important;transition:transform .45s ease}
.mc-article-card:hover .mc-article-card__media img{transform:scale(1.055)}
.mc-article-card__body{display:flex;flex:1;flex-direction:column;padding:25px 25px 27px}
.mc-article-card__meta{display:flex;justify-content:space-between;gap:12px;margin-bottom:12px;color:#6a7c72;font-size:.75rem;font-weight:750}
.mc-article-card__meta span{color:var(--m35-green);letter-spacing:.08em;text-transform:uppercase}
.mc-article-card__title{font-size:clamp(1.25rem,1.8vw,1.55rem)!important;line-height:1.22!important;margin-bottom:12px!important}
.mc-article-card__title a{color:var(--m35-ink)!important}
.mc-article-card__body p{font-size:.94rem;color:#5a6e63}
.mc-article-card__link{display:inline-flex;align-items:center;gap:8px;margin-top:auto;padding-top:9px;color:var(--m35-green)!important;font-weight:850}
.mc-article-card__link svg{width:18px;height:18px}
.mc-pagination{display:flex;justify-content:center;flex-wrap:wrap;gap:8px;margin-top:40px}
.mc-pagination .page-numbers{display:grid;place-items:center;min-width:42px;height:42px;padding:0 12px;border-radius:999px;background:#fff;border:1px solid var(--m35-line);color:var(--m35-ink)!important;font-weight:800}
.mc-pagination .current,.mc-pagination a:hover{background:var(--m35-green);border-color:var(--m35-green);color:#fff!important}

/* Single article */
.mc-article-hero{position:relative;min-height:480px;display:flex;align-items:flex-end;overflow:hidden;background:var(--m35-green-dark);color:#fff}
.mc-article-hero__bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.64}
.mc-article-hero:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(6,36,27,.18),rgba(6,36,27,.94) 92%)}
.mc-article-hero__inner{position:relative;z-index:2;padding:100px 0 58px;max-width:920px}
.mc-article-hero__category{display:inline-flex;padding:7px 12px;border-radius:999px;background:rgba(131,189,69,.18);border:1px solid rgba(190,230,142,.48);color:#e8ffc4;font-size:.76rem;font-weight:900;letter-spacing:.1em;text-transform:uppercase}
.mc-article-hero h1{color:#fff!important;-webkit-text-fill-color:#fff!important;font-size:clamp(2.5rem,5.5vw,4.7rem)!important;line-height:1.04!important;margin:16px 0!important;text-wrap:balance;text-shadow:0 4px 26px rgba(0,0,0,.35)}
.mc-article-hero__meta{display:flex;flex-wrap:wrap;gap:12px 20px;color:#e7f1eb;font-size:.9rem}
.mc-article-layout{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:58px;align-items:start;padding:70px 0 86px}
.mc-article-content{min-width:0;font-size:1.06rem;line-height:1.82;color:#3f554a}
.mc-article-content>p:first-of-type{font-size:1.2rem;line-height:1.7;color:#314b3f}
.mc-article-content h2{margin-top:46px!important;font-size:clamp(1.75rem,3vw,2.55rem)!important}
.mc-article-content h3{margin-top:34px!important;font-size:clamp(1.35rem,2vw,1.75rem)!important}
.mc-article-content img{display:block;width:auto;max-width:100%;height:auto;border-radius:18px;margin:30px auto;box-shadow:0 12px 34px rgba(15,60,47,.10)}
.mc-article-content figure{max-width:100%;margin:32px 0}
.mc-article-content figcaption{text-align:center;color:#708077;font-size:.82rem;margin-top:8px}
.mc-article-content blockquote{margin:34px 0;padding:24px 27px;border-left:5px solid var(--m35-leaf);border-radius:0 18px 18px 0;background:var(--m35-mist);color:#28483a;font-size:1.12rem}
.mc-article-content ul,.mc-article-content ol{padding-left:1.35em}
.mc-article-content li{margin:.5em 0}
.mc-article-content table{width:100%;border-collapse:collapse;font-size:.92rem}
.mc-article-content th,.mc-article-content td{padding:13px;border:1px solid var(--m35-line);text-align:left;vertical-align:top}
.mc-article-content th{background:var(--m35-green-dark);color:#fff}
.mc-article-sidebar{position:sticky;top:102px;display:grid;gap:18px}
.mc-article-aside{padding:25px;border-radius:20px;background:linear-gradient(145deg,var(--m35-green-dark),#1f6448);color:#e9f4ed;box-shadow:var(--m35-shadow)}
.mc-article-aside h2,.mc-article-aside h3{color:#fff!important;-webkit-text-fill-color:#fff!important}
.mc-article-aside p{font-size:.92rem}
.mc-article-aside .mc-button{width:100%}
.mc-article-share{padding:22px;border:1px solid var(--m35-line);border-radius:18px;background:#fff}
.mc-article-share strong{display:block;margin-bottom:10px;color:var(--m35-ink)}
.mc-article-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:35px;padding-top:25px;border-top:1px solid var(--m35-line)}
.mc-article-tags a{padding:7px 11px;border-radius:999px;background:var(--m35-mist);color:var(--m35-green)!important;font-size:.8rem;font-weight:750}
.mc-related{padding:68px 0;background:var(--m35-mist)}
.mc-empty-state{padding:50px;border-radius:20px;background:#fff;text-align:center;border:1px solid var(--m35-line)}

/* Registration forms — checkbox and text on exactly the same line level */
html body.mcare-site .mc-checkbox{
  display:grid!important;
  grid-template-columns:20px minmax(0,1fr)!important;
  column-gap:12px!important;
  align-items:start!important;
  margin:4px 0 3px!important;
}
html body.mcare-site .mc-checkbox>input[type="checkbox"]{
  grid-column:1!important;
  width:19px!important;height:19px!important;
  min-width:19px!important;max-width:19px!important;
  margin:3px 0 0!important;padding:0!important;
  align-self:start!important;
  accent-color:var(--m35-green);
}
html body.mcare-site .mc-checkbox>label{
  grid-column:2!important;
  display:block!important;
  margin:0!important;padding:0!important;
  line-height:1.48!important;
  font-size:.9rem!important;font-weight:600!important;
  color:var(--m35-ink)!important;
}
/* Compatibility with V3.3 wrapper label markup */
html body.mcare-site .mc-checkbox>label:only-child{
  grid-column:1/-1!important;
  display:grid!important;
  grid-template-columns:20px minmax(0,1fr)!important;
  column-gap:12px!important;
  align-items:start!important;
}
html body.mcare-site .mc-checkbox>label:only-child input[type="checkbox"]{
  width:19px!important;height:19px!important;min-width:19px!important;
  margin:3px 0 0!important;padding:0!important;align-self:start!important;
  accent-color:var(--m35-green);
}
html body.mcare-site .mc-checkbox span{display:block!important;margin:0!important;padding:0!important;line-height:1.48!important}
html body.mcare-site .mcare-privacy-group label{
  display:grid!important;grid-template-columns:20px minmax(0,1fr)!important;align-items:start!important;gap:12px!important
}
html body.mcare-site .mcare-privacy-group input[type="checkbox"]{width:19px!important;height:19px!important;margin:3px 0 0!important}
html body.mcare-site .mcare-privacy-group span{line-height:1.48!important}

/* Tablet */
@media(max-width:1024px){
  .mc-articles-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .mc-article-layout{grid-template-columns:minmax(0,1fr) 260px;gap:36px}
  .mc-blog-intro{grid-template-columns:1fr}
}

/* Real mobile layout */
@media(max-width:920px){
  :root{--mc-container:min(100% - 34px,1200px)}
  body.mcare-site.admin-bar .mc-header{top:46px!important}
  .mc-topbar{display:none!important}
  html body.mcare-site .mc-header__inner{min-height:62px!important}
  html body.mcare-site .mc-brand{width:70px!important;height:58px!important}
  html body.mcare-site .mc-brand img{height:53px!important;max-width:67px!important;max-height:53px!important}
  .mc-menu-toggle{display:block!important;width:43px!important;height:43px!important;margin-left:auto!important}
  .mc-header__cta{display:none!important}
  .mc-menu-backdrop{display:block;position:fixed;z-index:998;inset:62px 0 0;background:rgba(5,30,23,.46);opacity:0;visibility:hidden;transition:.22s ease;backdrop-filter:blur(2px)}
  body.admin-bar .mc-menu-backdrop{inset:108px 0 0}
  .mc-menu-backdrop.is-open{opacity:1;visibility:visible}
  html body.mcare-site .mc-navigation{
    display:block!important;
    position:fixed!important;
    z-index:1001!important;
    top:62px!important;right:0!important;bottom:0!important;left:auto!important;
    width:min(88vw,370px)!important;
    padding:18px 18px 34px!important;
    overflow-y:auto!important;
    background:#fff!important;
    border:0!important;border-left:1px solid var(--m35-line)!important;
    border-radius:0!important;
    box-shadow:-20px 0 50px rgba(7,45,31,.18)!important;
    transform:translateX(105%)!important;
    visibility:hidden!important;
    transition:transform .25s ease,visibility .25s ease!important;
  }
  body.admin-bar .mc-navigation{top:108px!important}
  html body.mcare-site .mc-navigation.is-open{transform:translateX(0)!important;visibility:visible!important}
  html body.mcare-site .mc-navigation ul{display:block!important;width:100%!important}
  html body.mcare-site .mc-navigation li{display:block!important;width:100%!important;border-bottom:1px solid #edf2ee!important}
  html body.mcare-site .mc-navigation li:last-child{border-bottom:0!important}
  html body.mcare-site .mc-navigation a{display:flex!important;justify-content:space-between!important;padding:14px 6px!important;font-size:1rem!important;color:var(--m35-ink)!important}
  html body.mcare-site .mc-navigation .sub-menu{display:block!important;position:static!important;min-width:0!important;padding:0 0 8px 14px!important;border:0!important;box-shadow:none!important;background:transparent!important}
  html body.mcare-site .mc-navigation .sub-menu li{border-bottom:0!important}
  html body.mcare-site .mc-navigation .sub-menu a{padding:8px 6px!important;font-size:.91rem!important;color:#5a6e63!important}
  html body.mcare-site .mc-lang-switch{margin:14px 0 0!important;padding:8px 10px!important;width:max-content!important}

  /* All major grids collapse deliberately */
  .mc-grid--2,.mc-grid--3,.mc-grid--4,
  .mc-split,.mc-split--reverse,.mc-contact-layout,.mc-form-shell,.mc-spotlight-grid,.mc-training-feature,
  .mc-course-highlights,.mc-speakers,.mc-stat-row,.mc-priority-strip__grid,
  .mc-footer__main{grid-template-columns:1fr!important}
  .mc-section-head,.mc-cta-band{display:block!important}
  .mc-section-head>p{margin-top:14px!important}
  .mc-image-panel{min-height:310px!important;order:0!important}
  .mc-training-feature__image{min-height:280px!important}
  .mc-training-feature__content{padding:28px!important}

  /* WPBakery columns become full width */
  body.mcare-site .vc_row{margin-left:0!important;margin-right:0!important}
  body.mcare-site .vc_column_container,
  body.mcare-site .wpb_column{float:none!important;width:100%!important;display:block!important}
  body.mcare-site .vc_column-inner{padding-left:0!important;padding-right:0!important}

  /* Slider becomes an actual mobile hero */
  html body.mcare-site .mc-slide,
  html body.mcare-site .mc-slide__content{min-height:600px!important}
  html body.mcare-site .mc-slide__content{align-items:flex-end!important;padding:88px 0 58px!important}
  html body.mcare-site .mc-slide__bg{object-position:60% center!important}
  html body.mcare-site .mc-slide--bpe .mc-slide__bg{object-position:66% center!important}
  html body.mcare-site .mc-slide--regulatory .mc-slide__bg{object-position:62% center!important}
  html body.mcare-site .mc-slide__overlay{background:linear-gradient(180deg,rgba(7,39,29,.15) 0%,rgba(7,39,29,.58) 45%,rgba(7,39,29,.97) 100%)!important}
  html body.mcare-site .mc-slide__copy{width:100%!important;max-width:none!important;padding:24px 21px 25px!important;border-radius:22px!important;background:rgba(7,42,31,.80)!important}
  html body.mcare-site .mc-slide h1{font-size:clamp(2.15rem,8.8vw,3.25rem)!important;line-height:1.03!important;margin:14px 0!important}
  html body.mcare-site .mc-slide p{font-size:1rem!important;line-height:1.55!important}
  .mc-slide__facts{display:flex!important;gap:7px!important;overflow-x:auto!important;flex-wrap:nowrap!important;padding-bottom:2px!important;scrollbar-width:none}
  .mc-slide__facts::-webkit-scrollbar{display:none}
  .mc-slide__facts span{flex:0 0 auto!important;font-size:.76rem!important;padding:6px 9px!important}
  .mc-slide__arrows{display:none!important}
  .mc-slide__nav{bottom:18px!important}
  .mc-actions{display:grid!important;grid-template-columns:1fr!important;gap:10px!important;margin-top:20px!important}
  .mc-actions .mc-button{width:100%!important;min-height:48px!important;text-align:center!important}

  /* Inner page heroes */
  html body.mcare-site .mc-page-hero{min-height:310px!important}
  html body.mcare-site .mc-page-hero__inner{min-height:310px!important;display:flex!important;flex-direction:column!important;justify-content:flex-end!important;padding:72px 0 38px!important}
  html body.mcare-site .mc-page-hero__bg{opacity:.72!important;object-position:center!important}
  html body.mcare-site .mc-page-hero:after{background:linear-gradient(180deg,rgba(8,43,32,.20),rgba(8,43,32,.95))!important}
  html body.mcare-site .mc-page-hero h1{font-size:clamp(2rem,9vw,3.15rem)!important;line-height:1.04!important}
  html body.mcare-site .mc-page-hero p{font-size:1rem!important;line-height:1.55!important}
  .mc-breadcrumbs{font-size:.75rem!important;margin-bottom:10px!important}

  /* Course pages */
  .mc-course-hero__inner{min-height:600px!important;align-items:flex-end!important;padding:92px 0 60px!important}
  .mc-course-hero:after,.mc-course-hero--regulatory:after{background:linear-gradient(180deg,rgba(7,39,29,.18),rgba(7,39,29,.97))!important}
  .mc-course-hero h1{font-size:clamp(2.2rem,9vw,3.3rem)!important;line-height:1.03!important}
  .mc-course-facts{display:flex!important;flex-wrap:nowrap!important;overflow-x:auto!important;gap:8px!important;scrollbar-width:none}
  .mc-course-facts span{flex:0 0 auto!important}
  .mc-anchor-nav{top:62px!important}
  body.admin-bar .mc-anchor-nav{top:108px!important}
  .mc-anchor-nav__inner{overflow-x:auto!important;scrollbar-width:none!important}
  .mc-anchor-nav a{font-size:.79rem!important;padding:12px 10px!important}
  .mc-programme{display:none!important}
  .mc-programme-mobile{display:grid!important;gap:14px!important}
  .mc-programme-card{padding:20px!important;border-radius:18px!important;background:#fff!important;border:1px solid var(--m35-line)!important;box-shadow:0 8px 24px rgba(15,60,47,.06)!important}

  /* Forms */
  .mc-form-shell{padding:14px!important;gap:16px!important;border-radius:20px!important}
  .mc-form-intro{padding:23px!important;border-radius:17px!important}
  .mc-form-grid{grid-template-columns:1fr!important;gap:13px!important}
  .mc-field--full{grid-column:auto!important}
  .mc-field input,.mc-field select,.mc-field textarea{font-size:16px!important;min-height:48px!important}
  .mc-field textarea{min-height:130px!important}
  .mc-field .mc-button{width:100%!important}

  /* Articles */
  .mc-articles-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .mc-article-layout{grid-template-columns:1fr!important;gap:34px!important;padding:52px 0 68px!important}
  .mc-article-sidebar{position:static!important;grid-template-columns:repeat(2,minmax(0,1fr))}
  .mc-article-hero{min-height:440px!important}
  .mc-article-hero__inner{padding:94px 0 42px!important}
  .mc-article-hero h1{font-size:clamp(2.2rem,8vw,3.55rem)!important}
  .mc-article-content{font-size:1rem!important}

  /* Footer */
  .mc-footer__main{gap:26px!important;padding:38px 0 26px!important}
  .mc-footer__brand p{max-width:100%!important}
  .mc-footer__bottom{display:block!important;text-align:center!important}
  .mc-footer__bottom a{display:inline-block!important;margin-top:8px!important}
  .mc-sticky-register{left:12px!important;right:12px!important;bottom:10px!important;justify-content:center!important;width:auto!important}
}

@media(max-width:640px){
  :root{--mc-container:min(100% - 26px,1200px)}
  body.mcare-site{font-size:15.5px!important}
  .mc-section{padding:52px 0!important}
  .mc-section--tight{padding:38px 0!important}
  .mc-card,.mc-course-highlight{padding:22px!important;border-radius:18px!important}
  .mc-articles-grid{grid-template-columns:1fr!important;gap:20px!important}
  .mc-article-card__body{padding:22px!important}
  .mc-article-sidebar{grid-template-columns:1fr!important}
  .mc-article-hero{min-height:410px!important}
  .mc-article-hero__inner{padding:88px 0 35px!important}
  .mc-article-hero h1{font-size:clamp(2rem,10vw,3rem)!important}
  .mc-article-content>p:first-of-type{font-size:1.08rem!important}
  .mc-article-content h2{font-size:clamp(1.65rem,8vw,2.25rem)!important}
  .mc-article-content h3{font-size:clamp(1.3rem,6vw,1.65rem)!important}
  .mc-article-content table{display:block!important;overflow-x:auto!important;white-space:nowrap!important}
  .mc-blog-shell{padding:52px 0 68px!important}
  .mc-blog-intro{margin-bottom:28px!important}
  .mc-cta-band{padding:25px!important;border-radius:19px!important}
}

@media(max-width:420px){
  :root{--mc-container:min(100% - 22px,1200px)}
  html body.mcare-site .mc-slide,
  html body.mcare-site .mc-slide__content{min-height:570px!important}
  html body.mcare-site .mc-slide__content{padding-bottom:52px!important}
  html body.mcare-site .mc-slide__copy{padding:21px 17px 22px!important}
  html body.mcare-site .mc-slide h1{font-size:clamp(2rem,10.5vw,2.75rem)!important}
  .mc-slide__badge{font-size:.67rem!important}
  .mc-page-hero__inner{padding-left:0!important;padding-right:0!important}
  .mc-checkbox{column-gap:10px!important}
}

/* =========================================================
   MCARE V3.6 — RICH CONTENT, TRAINING ARCHIVES & REAL PHOTOS
   ========================================================= */

:root{
  --m36-forest:#0d382b;
  --m36-green:#2f7446;
  --m36-leaf:#86bd48;
  --m36-lime:#cfe978;
  --m36-gold:#c89a35;
  --m36-sand:#f7f1e4;
  --m36-mist:#f3f7f1;
  --m36-ink:#17392e;
  --m36-body:#4d6258;
  --m36-line:#dbe7de;
  --m36-shadow:0 20px 55px rgba(14,58,44,.12);
}

/* Better spacing and readable long-form blocks */
.mc-page-content{color:var(--m36-body)}
.mc-page-content .mc-section h2{max-width:900px;text-wrap:balance}
.mc-page-content .mc-section p{line-height:1.72}
.mc-rich-intro{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(300px,.85fr);gap:58px;align-items:center}
.mc-rich-intro__copy{max-width:720px}
.mc-rich-intro__media{position:relative;min-height:430px;border-radius:28px;overflow:hidden;box-shadow:var(--m36-shadow)}
.mc-rich-intro__media img{position:absolute;inset:0;width:100%!important;height:100%!important;object-fit:cover!important}
.mc-rich-intro__media:after{content:"";position:absolute;inset:auto 0 0;height:34%;background:linear-gradient(transparent,rgba(8,45,33,.28))}
.mc-rich-intro__caption{position:absolute;z-index:2;left:24px;right:24px;bottom:22px;padding:15px 18px;border-radius:16px;background:rgba(8,45,33,.78);color:#fff;font-size:.9rem;backdrop-filter:blur(7px)}

.mc-fact-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-top:30px}
.mc-fact{padding:20px;border:1px solid var(--m36-line);border-radius:18px;background:#fff;box-shadow:0 8px 24px rgba(14,58,44,.06)}
.mc-fact strong{display:block;color:var(--m36-forest);font-size:1.18rem;line-height:1.2}
.mc-fact span{display:block;margin-top:6px;color:#6a7d72;font-size:.84rem;line-height:1.45}

.mc-proof-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
.mc-proof-card{position:relative;overflow:hidden;min-height:310px;border-radius:24px;background:var(--m36-forest);box-shadow:var(--m36-shadow)}
.mc-proof-card img{position:absolute;inset:0;width:100%!important;height:100%!important;object-fit:cover!important;transition:transform .5s ease}
.mc-proof-card:hover img{transform:scale(1.045)}
.mc-proof-card:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(5,30,22,.04),rgba(5,30,22,.92))}
.mc-proof-card__body{position:absolute;z-index:2;left:0;right:0;bottom:0;padding:27px;color:#fff}
.mc-proof-card__body h3{color:#fff!important;-webkit-text-fill-color:#fff!important;margin-bottom:8px!important}
.mc-proof-card__body p{margin:0;color:#eef7f1;font-size:.92rem}

.mc-photo-mosaic{display:grid;grid-template-columns:1.2fr .8fr .8fr;grid-template-rows:260px 260px;gap:16px}
.mc-photo-mosaic figure{position:relative;overflow:hidden;margin:0;border-radius:22px;background:#e8f0e9}
.mc-photo-mosaic figure:first-child{grid-row:1/3}
.mc-photo-mosaic img{width:100%!important;height:100%!important;object-fit:cover!important;transition:transform .5s ease}
.mc-photo-mosaic figure:hover img{transform:scale(1.04)}
.mc-photo-mosaic figcaption{position:absolute;left:12px;right:12px;bottom:12px;padding:10px 12px;border-radius:12px;background:rgba(8,43,32,.75);color:#fff;font-size:.78rem;backdrop-filter:blur(6px)}

.mc-process{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;counter-reset:mcarestep}
.mc-process__item{position:relative;padding:28px 24px 25px;border:1px solid var(--m36-line);border-radius:22px;background:#fff;box-shadow:0 10px 28px rgba(14,58,44,.06)}
.mc-process__item:before{counter-increment:mcarestep;content:counter(mcarestep);display:grid;place-items:center;width:42px;height:42px;margin-bottom:18px;border-radius:14px;background:linear-gradient(135deg,var(--m36-forest),var(--m36-green));color:#fff;font-weight:900}
.mc-process__item h3{font-size:1.2rem!important}
.mc-process__item p{font-size:.92rem;margin-bottom:0}

.mc-edition-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}
.mc-edition-card{display:grid;grid-template-columns:180px minmax(0,1fr);min-height:250px;overflow:hidden;border:1px solid var(--m36-line);border-radius:24px;background:#fff;box-shadow:0 10px 32px rgba(14,58,44,.07)}
.mc-edition-card__media{position:relative;min-height:100%}
.mc-edition-card__media img{position:absolute;inset:0;width:100%!important;height:100%!important;object-fit:cover!important}
.mc-edition-card__body{padding:25px}
.mc-edition-card__meta{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:13px}
.mc-status{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;border-radius:999px;background:#eef5e8;color:#326943;font-size:.72rem;font-weight:900;letter-spacing:.05em;text-transform:uppercase}
.mc-status--open{background:#e7f7d6;color:#285d37}
.mc-status--past{background:#edf1ef;color:#586a60}
.mc-status--archive{background:#fff3d8;color:#7b5b15}
.mc-edition-card h3{margin-bottom:9px!important;font-size:1.34rem!important}
.mc-edition-card p{font-size:.92rem}
.mc-edition-card .mc-card__link{margin-top:9px}

.mc-timeline{position:relative;display:grid;gap:18px;padding-left:30px}
.mc-timeline:before{content:"";position:absolute;left:8px;top:8px;bottom:8px;width:2px;background:linear-gradient(var(--m36-leaf),var(--m36-green))}
.mc-timeline__item{position:relative;padding:22px 24px;border:1px solid var(--m36-line);border-radius:18px;background:#fff}
.mc-timeline__item:before{content:"";position:absolute;left:-29px;top:28px;width:16px;height:16px;border:4px solid #fff;border-radius:50%;background:var(--m36-green);box-shadow:0 0 0 2px var(--m36-green)}
.mc-timeline__date{display:block;margin-bottom:6px;color:var(--m36-green);font-size:.78rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}
.mc-timeline__item h3{font-size:1.2rem!important;margin-bottom:7px!important}
.mc-timeline__item p{margin:0;font-size:.92rem}

.mc-quote-panel{position:relative;padding:38px 42px;border-radius:28px;background:linear-gradient(135deg,var(--m36-forest),#1e684a);color:#fff;overflow:hidden}
.mc-quote-panel:after{content:"“";position:absolute;right:25px;top:-24px;color:rgba(207,233,120,.18);font-size:11rem;font-family:Georgia,serif}
.mc-quote-panel h2,.mc-quote-panel h3{color:#fff!important;-webkit-text-fill-color:#fff!important}
.mc-quote-panel p{position:relative;z-index:2;color:#eef8f1;font-size:1.08rem}
.mc-quote-panel__author{display:block;margin-top:16px;color:var(--m36-lime);font-weight:850}

.mc-pill-list{display:flex;flex-wrap:wrap;gap:10px;margin:22px 0 0;padding:0;list-style:none}
.mc-pill-list li{padding:9px 13px;border-radius:999px;background:#edf5e9;color:#2d6740;font-size:.82rem;font-weight:800}

.mc-service-matrix{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}
.mc-service-band{padding:29px;border:1px solid var(--m36-line);border-radius:24px;background:linear-gradient(145deg,#fff,var(--m36-mist));box-shadow:0 9px 28px rgba(14,58,44,.05)}
.mc-service-band__head{display:flex;align-items:center;gap:15px;margin-bottom:14px}
.mc-service-band__head .mc-feature-icon{flex:0 0 auto}
.mc-service-band__head h3{margin:0!important}
.mc-service-band ul{margin-bottom:0}

.mc-highlight-box{padding:25px 27px;border-left:5px solid var(--m36-leaf);border-radius:0 20px 20px 0;background:var(--m36-mist)}
.mc-highlight-box h3{margin-top:0!important}
.mc-highlight-box p:last-child{margin-bottom:0}

.mc-training-family{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
.mc-training-family__card{display:flex;flex-direction:column;min-height:100%;overflow:hidden;border:1px solid var(--m36-line);border-radius:24px;background:#fff;box-shadow:0 10px 32px rgba(14,58,44,.07)}
.mc-training-family__image{aspect-ratio:16/9;overflow:hidden}
.mc-training-family__image img{width:100%!important;height:100%!important;object-fit:cover!important;transition:transform .45s ease}
.mc-training-family__card:hover .mc-training-family__image img{transform:scale(1.04)}
.mc-training-family__body{display:flex;flex:1;flex-direction:column;padding:24px}
.mc-training-family__body p{font-size:.92rem}
.mc-training-family__body .mc-card__link{margin-top:auto}

.mc-contact-tiles{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-bottom:26px}
.mc-contact-tile{padding:23px;border:1px solid var(--m36-line);border-radius:20px;background:#fff}
.mc-contact-tile strong{display:block;color:var(--m36-forest);margin-bottom:5px}
.mc-contact-tile a{color:var(--m36-green)!important;font-weight:800}

.mc-gallery-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.mc-gallery-grid figure{margin:0;overflow:hidden;border-radius:20px;background:#edf3ee;aspect-ratio:4/3}
.mc-gallery-grid img{width:100%!important;height:100%!important;object-fit:cover!important;transition:transform .45s ease}
.mc-gallery-grid figure:hover img{transform:scale(1.045)}

.mc-subnav{display:flex;flex-wrap:wrap;gap:10px;padding:18px;border:1px solid var(--m36-line);border-radius:18px;background:#fff;box-shadow:0 8px 24px rgba(14,58,44,.05)}
.mc-subnav a{padding:9px 13px;border-radius:999px;background:var(--m36-mist);color:var(--m36-forest)!important;font-size:.82rem;font-weight:850}
.mc-subnav a:hover{background:var(--m36-green);color:#fff!important}

.mc-course-hero__bg,.mc-page-hero__bg,.mc-slide__bg{object-fit:cover!important}
.mc-page-hero:after{background:linear-gradient(90deg,rgba(7,42,31,.92),rgba(7,42,31,.48) 64%,rgba(7,42,31,.22))!important}
.mc-page-hero__inner{max-width:900px}
.mc-page-hero__inner p{max-width:720px}

@media(max-width:1100px){
  .mc-proof-grid,.mc-training-family{grid-template-columns:repeat(2,minmax(0,1fr))}
  .mc-process{grid-template-columns:repeat(2,minmax(0,1fr))}
  .mc-fact-strip{grid-template-columns:repeat(2,minmax(0,1fr))}
  .mc-photo-mosaic{grid-template-columns:1fr 1fr;grid-template-rows:280px 220px}
  .mc-photo-mosaic figure:first-child{grid-column:1/3;grid-row:auto}
}

@media(max-width:920px){
  .mc-rich-intro{grid-template-columns:1fr;gap:32px}
  .mc-rich-intro__media{min-height:340px}
  .mc-proof-grid,.mc-training-family,.mc-service-matrix,.mc-edition-grid,.mc-contact-tiles,.mc-gallery-grid{grid-template-columns:1fr!important}
  .mc-edition-card{grid-template-columns:1fr}
  .mc-edition-card__media{min-height:220px}
  .mc-photo-mosaic{grid-template-columns:1fr;grid-template-rows:none}
  .mc-photo-mosaic figure,.mc-photo-mosaic figure:first-child{grid-column:auto;grid-row:auto;min-height:240px}
  .mc-quote-panel{padding:30px 26px}
}

@media(max-width:620px){
  .mc-process,.mc-fact-strip{grid-template-columns:1fr}
  .mc-rich-intro__media{min-height:280px;border-radius:22px}
  .mc-proof-card{min-height:280px}
  .mc-edition-card__body,.mc-training-family__body{padding:21px}
  .mc-gallery-grid figure{aspect-ratio:16/11}
  .mc-subnav{padding:13px}
}

/* MCARE V3.7 — definitive lightweight responsive layer */
html{overflow-x:clip;-webkit-text-size-adjust:100%}
body.mcare-site{width:100%;max-width:100%;overflow-x:clip}
body.mcare-site img{display:block;max-width:100%;height:auto}
.mc-container{width:min(100% - 32px,1200px)!important;margin-inline:auto!important}
.mc-main{min-width:0}
.mc-main>*{min-width:0}
.mc-slide:not(.is-active){visibility:hidden;pointer-events:none}
.mc-slide.is-active{visibility:visible}
@media (min-width:921px){
  body.home .mc-main>section:nth-of-type(n+3){content-visibility:auto;contain-intrinsic-size:800px}
}
@media(max-width:920px){
  .mc-header{height:68px!important}
  .mc-header__inner{height:68px!important;min-height:68px!important;padding:0!important}
  .mc-brand{width:150px!important;height:58px!important;overflow:visible!important}
  html body.mcare-site .mc-brand img{width:auto!important;height:48px!important;max-width:150px!important;max-height:48px!important;object-fit:contain!important}
  .mc-menu-toggle{display:block!important;position:relative!important;z-index:1002!important;flex:0 0 44px!important}
  .mc-menu-backdrop{display:block!important;position:fixed!important;inset:68px 0 0!important;z-index:1000!important;border:0!important;background:rgba(4,28,20,.48)!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important;transition:opacity .2s ease,visibility .2s ease!important}
  .mc-menu-backdrop.is-open{opacity:1!important;visibility:visible!important;pointer-events:auto!important}
  html body.mcare-site .mc-navigation{display:block!important;position:fixed!important;z-index:1001!important;top:68px!important;right:0!important;bottom:0!important;left:auto!important;width:min(88vw,370px)!important;max-width:370px!important;padding:16px 18px 30px!important;background:#fff!important;overflow-y:auto!important;overscroll-behavior:contain!important;box-shadow:-16px 0 38px rgba(4,37,26,.18)!important;transform:translate3d(105%,0,0)!important;opacity:1!important;visibility:visible!important;transition:transform .24s ease!important}
  html body.admin-bar.mcare-site .mc-navigation{top:114px!important}
  html body.mcare-site .mc-navigation.is-open{transform:translate3d(0,0,0)!important}
  html.mc-menu-open,html.mc-menu-open body{overflow:hidden!important;touch-action:none}
  html body.mcare-site .mc-menu{display:block!important;margin:0!important;padding:0!important}
  html body.mcare-site .mc-menu>li{position:relative!important;display:block!important;margin:0!important;border-bottom:1px solid #e5eee8!important}
  html body.mcare-site .mc-menu>li>a{display:block!important;padding:14px 44px 14px 6px!important;font-size:1rem!important;line-height:1.35!important;color:#123c2d!important}
  .mc-submenu-toggle{position:absolute;right:0;top:7px;width:38px;height:38px;border:0;border-radius:9px;background:#edf5ef;color:#123c2d;font-size:0;cursor:pointer}
  .mc-submenu-toggle:before{content:"+";font-size:22px;line-height:1}
  .menu-item-has-children.is-submenu-open>.mc-submenu-toggle:before{content:"−"}
  html body.mcare-site .mc-navigation .sub-menu{display:none!important;position:static!important;min-width:0!important;margin:0!important;padding:0 0 10px 13px!important;border:0!important;background:transparent!important;box-shadow:none!important}
  html body.mcare-site .mc-navigation .menu-item-has-children.is-submenu-open>.sub-menu{display:block!important}
  html body.mcare-site .mc-navigation .sub-menu a{display:block!important;padding:9px 7px!important;font-size:.92rem!important;line-height:1.35!important;color:#51695e!important}
  .mc-slide,.mc-slide__content{min-height:clamp(520px,82svh,620px)!important}
  .mc-slide__content{padding:88px 0 45px!important}
  .mc-slide__copy{padding:22px 18px!important}
  .mc-slide h1{font-size:clamp(2rem,9vw,3.15rem)!important}
  .mc-page-hero__inner,.mc-course-hero__inner{min-height:auto!important}
  .mc-grid,.mc-grid--2,.mc-grid--3,.mc-grid--4,.mc-split,.mc-rich-intro,.mc-proof-grid,.mc-training-family,.mc-service-matrix,.mc-edition-grid,.mc-contact-layout,.mc-contact-tiles,.mc-gallery-grid,.mc-footer__main{min-width:0!important}
  table{max-width:100%}
}
@media(max-width:640px){
  .mc-container{width:min(100% - 24px,1200px)!important}
  .mc-section{padding-block:46px!important}
  .mc-rich-intro__media,.mc-image-panel{min-height:240px!important}
  .mc-slide__facts{display:none!important}
  .mc-sticky-register{left:10px!important;right:10px!important;bottom:8px!important;width:auto!important}
}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}

/* MCARE V3.8 — final fast responsive and mobile-menu corrections */
.mc-slide__picture{position:absolute;inset:0;display:block;width:100%;height:100%}
.mc-slide__picture>.mc-slide__bg{position:absolute;inset:0;width:100%!important;height:100%!important;object-fit:cover!important}
.mc-course-hero__bg,.mc-page-hero__bg{object-position:center}
.mc-brand img{max-width:100%;height:auto}
.mc-menu-backdrop{display:none}

@media(max-width:920px){
  html body.mcare-site .mc-topbar{display:none!important}
  html body.mcare-site .mc-header{position:sticky!important;top:0!important;height:66px!important;min-height:66px!important}
  html body.admin-bar.mcare-site .mc-header{top:46px!important}
  html body.mcare-site .mc-header__inner{height:66px!important;min-height:66px!important;padding-inline:0!important;gap:10px!important}
  html body.mcare-site .mc-brand{width:112px!important;height:56px!important;flex:0 0 112px!important}
  html body.mcare-site .mc-brand img{width:auto!important;height:49px!important;max-width:112px!important;object-fit:contain!important}
  html body.mcare-site .mc-header__cta{display:none!important}
  html body.mcare-site .mc-menu-toggle{display:block!important;width:44px!important;height:44px!important;margin-left:auto!important;flex:0 0 44px!important}
  html body.mcare-site .mc-menu-backdrop{display:block!important;position:fixed!important;inset:66px 0 0!important;z-index:1000!important;background:rgba(2,24,17,.52)!important;border:0!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important;transition:opacity .2s ease,visibility .2s ease!important}
  html body.admin-bar.mcare-site .mc-menu-backdrop{inset:112px 0 0!important}
  html body.mcare-site .mc-menu-backdrop.is-open{opacity:1!important;visibility:visible!important;pointer-events:auto!important}
  html body.mcare-site .mc-navigation{display:block!important;position:fixed!important;top:66px!important;right:0!important;bottom:0!important;left:auto!important;width:min(88vw,360px)!important;max-width:360px!important;margin:0!important;padding:14px 18px 30px!important;background:#fff!important;overflow-y:auto!important;overflow-x:hidden!important;overscroll-behavior:contain!important;box-shadow:-18px 0 40px rgba(3,34,23,.2)!important;transform:translate3d(104%,0,0)!important;transition:transform .22s ease!important;z-index:1001!important}
  html body.admin-bar.mcare-site .mc-navigation{top:112px!important}
  html body.mcare-site .mc-navigation.is-open{transform:translate3d(0,0,0)!important}
  html body.mcare-site .mc-navigation .mc-menu{display:block!important;width:100%!important;margin:0!important;padding:0!important}
  html body.mcare-site .mc-navigation .mc-menu>li{position:relative!important;display:block!important;width:100%!important;margin:0!important;border-bottom:1px solid #e4ede7!important}
  html body.mcare-site .mc-navigation .mc-menu>li>a{display:block!important;width:100%!important;padding:14px 46px 14px 5px!important;font-size:1rem!important;line-height:1.35!important;color:#143c2e!important;white-space:normal!important}
  html body.mcare-site .mc-navigation .menu-item-has-children>a:after{display:none!important}
  html body.mcare-site .mc-navigation .mc-submenu-toggle{position:absolute!important;top:7px!important;right:0!important;display:grid!important;place-items:center!important;width:39px!important;height:39px!important;padding:0!important;border:0!important;border-radius:10px!important;background:#edf5ef!important;color:#123c2d!important;cursor:pointer!important}
  html body.mcare-site .mc-navigation .mc-submenu-toggle:before{content:"+"!important;font-size:24px!important;line-height:1!important}
  html body.mcare-site .mc-navigation .menu-item-has-children.is-submenu-open>.mc-submenu-toggle:before{content:"−"!important}
  html body.mcare-site .mc-navigation .sub-menu{display:none!important;position:static!important;width:100%!important;min-width:0!important;margin:0!important;padding:0 0 10px 13px!important;border:0!important;background:transparent!important;box-shadow:none!important}
  html body.mcare-site .mc-navigation .menu-item-has-children.is-submenu-open>.sub-menu{display:block!important}
  html body.mcare-site .mc-navigation .sub-menu li{display:block!important;width:100%!important;border:0!important}
  html body.mcare-site .mc-navigation .sub-menu a{display:block!important;width:100%!important;padding:9px 6px!important;font-size:.92rem!important;line-height:1.38!important;color:#52695f!important;white-space:normal!important}
  html.mc-menu-open,html.mc-menu-open body{overflow:hidden!important;touch-action:none!important}
  .mc-slider{min-height:0!important}
  .mc-slide,.mc-slide__content{min-height:clamp(520px,78svh,610px)!important}
  .mc-slide__content{padding:72px 0 54px!important;align-items:flex-end!important}
  .mc-slide__copy{width:100%!important;max-width:none!important;padding:22px 18px!important;border-radius:22px!important}
  .mc-slide h1{font-size:clamp(2rem,8.7vw,3rem)!important;line-height:1.02!important}
  .mc-slide p{font-size:1rem!important;line-height:1.55!important}
  .mc-slide__arrows{display:none!important}
  .mc-slide__nav{bottom:17px!important}
  .mc-page-hero__inner{padding:58px 0 42px!important}
  .mc-page-hero h1{font-size:clamp(2rem,9vw,3rem)!important}
  .mc-course-hero__inner{padding-inline:0!important}
  .mc-course-hero__content{width:100%!important;max-width:100%!important}
}

@media(max-width:640px){
  .mc-container{width:calc(100% - 24px)!important;max-width:1200px!important}
  .mc-slide,.mc-slide__content{min-height:560px!important}
  .mc-slide__content{padding-top:60px!important;padding-bottom:52px!important}
  .mc-slide__copy{padding:20px 16px!important;background:rgba(5,42,30,.82)!important;backdrop-filter:blur(8px)!important}
  .mc-slide__badge{font-size:.72rem!important;letter-spacing:.08em!important}
  .mc-slide h1{font-size:clamp(1.95rem,10vw,2.7rem)!important}
  .mc-actions{gap:9px!important}
  .mc-actions .mc-button{width:100%!important;justify-content:center!important}
  .mc-rich-intro__media,.mc-image-panel,.mc-training-feature__image{min-height:230px!important}
  .mc-page-hero__inner{padding:46px 0 34px!important}
  .mc-section{padding-block:44px!important}
  .mc-form-grid{grid-template-columns:1fr!important}
  .mc-checkbox label{align-items:flex-start!important}
  .mc-checkbox input{flex:0 0 auto!important;margin-top:3px!important}
}

@media(max-width:380px){
  html body.mcare-site .mc-brand{width:98px!important;flex-basis:98px!important}
  html body.mcare-site .mc-brand img{height:44px!important;max-width:98px!important}
  html body.mcare-site .mc-navigation{width:92vw!important;padding-inline:15px!important}
  .mc-slide,.mc-slide__content{min-height:540px!important}
}

/* =========================================================
   MCARE V3.9 — DEFINITIVE HEADER / MENU FIX
   The previous header used the global 1200px content container and kept the
   desktop menu until 920px. With the full bilingual menu this caused wrapping,
   a giant header, and the Register button becoming a narrow vertical pill.
   This layer gives the header its own wider container and switches to the
   drawer before the desktop navigation can run out of room.
   ========================================================= */

/* Desktop header: one line only, independent from the 1200px content grid. */
html body.mcare-site .mc-header{
  position:sticky!important;
  top:0!important;
  z-index:9999!important;
  width:100%!important;
  min-height:74px!important;
  background:rgba(255,255,255,.98)!important;
}
html body.mcare-site.admin-bar .mc-header{top:32px!important}
html body.mcare-site .mc-header>.mc-container,
html body.mcare-site .mc-header .mc-header__inner{
  width:min(calc(100% - 32px),1520px)!important;
  max-width:1520px!important;
  min-height:74px!important;
  height:74px!important;
  margin-inline:auto!important;
  padding:0!important;
  display:flex!important;
  flex-flow:row nowrap!important;
  align-items:center!important;
  justify-content:flex-start!important;
  gap:14px!important;
  overflow:visible!important;
}
html body.mcare-site .mc-brand{
  display:flex!important;
  flex:0 0 86px!important;
  width:86px!important;
  min-width:86px!important;
  height:64px!important;
  align-items:center!important;
  justify-content:flex-start!important;
  overflow:hidden!important;
}
html body.mcare-site .mc-brand img{
  display:block!important;
  width:auto!important;
  height:58px!important;
  max-width:82px!important;
  max-height:58px!important;
  margin:0!important;
  object-fit:contain!important;
}
html body.mcare-site .mc-navigation{
  position:static!important;
  display:block!important;
  flex:1 1 auto!important;
  min-width:0!important;
  width:auto!important;
  margin:0 0 0 auto!important;
  padding:0!important;
  transform:none!important;
  visibility:visible!important;
  opacity:1!important;
  background:transparent!important;
  box-shadow:none!important;
  overflow:visible!important;
}
html body.mcare-site .mc-navigation .mc-menu{
  display:flex!important;
  flex-flow:row nowrap!important;
  align-items:center!important;
  justify-content:flex-end!important;
  width:100%!important;
  margin:0!important;
  padding:0!important;
  gap:0!important;
}
html body.mcare-site .mc-navigation .mc-menu>li{
  display:block!important;
  flex:0 0 auto!important;
  width:auto!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  white-space:nowrap!important;
}
html body.mcare-site .mc-navigation .mc-menu>li>a{
  display:flex!important;
  align-items:center!important;
  width:auto!important;
  min-height:44px!important;
  padding:0 8px!important;
  font-size:clamp(.76rem,.72vw,.88rem)!important;
  line-height:1.15!important;
  font-weight:700!important;
  white-space:nowrap!important;
  overflow:visible!important;
}
html body.mcare-site .mc-navigation .mc-language-item{
  display:flex!important;
  align-items:center!important;
}
html body.mcare-site .mc-navigation .mc-lang-switch{
  display:inline-flex!important;
  flex-flow:row nowrap!important;
  align-items:center!important;
  margin:0 2px!important;
  padding:6px 8px!important;
  white-space:nowrap!important;
}
html body.mcare-site .mc-header__cta{
  display:inline-flex!important;
  flex:0 0 auto!important;
  width:auto!important;
  min-width:max-content!important;
  min-height:42px!important;
  padding:0 15px!important;
  margin:0!important;
  white-space:nowrap!important;
  writing-mode:horizontal-tb!important;
}
html body.mcare-site .mc-menu-toggle,
html body.mcare-site .mc-menu-backdrop{display:none!important}

/* Keep the desktop header comfortable on ordinary laptops. */
@media (max-width:1450px) and (min-width:1281px){
  html body.mcare-site .mc-header__cta{display:none!important}
  html body.mcare-site .mc-navigation .mc-menu>li>a{padding-inline:7px!important;font-size:.79rem!important}
}

/* Drawer starts early enough for tablets, zoomed browsers and small laptops. */
@media(max-width:1280px){
  html body.mcare-site .mc-topbar{display:none!important}
  html body.mcare-site .mc-header{
    position:sticky!important;
    top:0!important;
    min-height:66px!important;
    height:66px!important;
  }
  html body.admin-bar.mcare-site .mc-header{top:46px!important}
  html body.mcare-site .mc-header>.mc-container,
  html body.mcare-site .mc-header .mc-header__inner{
    width:calc(100% - 28px)!important;
    max-width:none!important;
    min-height:66px!important;
    height:66px!important;
    flex-flow:row nowrap!important;
    padding:0!important;
    gap:10px!important;
  }
  html body.mcare-site .mc-brand{
    flex:0 0 108px!important;
    width:108px!important;
    min-width:108px!important;
    height:56px!important;
    overflow:hidden!important;
  }
  html body.mcare-site .mc-brand img{
    width:auto!important;
    height:48px!important;
    max-width:104px!important;
    max-height:48px!important;
  }
  html body.mcare-site .mc-header__cta{display:none!important}
  html body.mcare-site .mc-menu-toggle{
    display:grid!important;
    place-items:center!important;
    position:relative!important;
    z-index:10002!important;
    flex:0 0 44px!important;
    width:44px!important;
    height:44px!important;
    margin:0 0 0 auto!important;
  }
  html body.mcare-site .mc-menu-backdrop{
    display:block!important;
    position:fixed!important;
    inset:66px 0 0!important;
    z-index:10000!important;
    border:0!important;
    background:rgba(2,24,17,.52)!important;
    opacity:0!important;
    visibility:hidden!important;
    pointer-events:none!important;
    transition:opacity .2s ease,visibility .2s ease!important;
  }
  html body.admin-bar.mcare-site .mc-menu-backdrop{inset:112px 0 0!important}
  html body.mcare-site .mc-menu-backdrop.is-open{
    opacity:1!important;
    visibility:visible!important;
    pointer-events:auto!important;
  }
  html body.mcare-site .mc-navigation{
    display:block!important;
    position:fixed!important;
    top:66px!important;
    right:0!important;
    bottom:0!important;
    left:auto!important;
    z-index:10001!important;
    flex:none!important;
    width:min(88vw,380px)!important;
    max-width:380px!important;
    margin:0!important;
    padding:14px 18px 32px!important;
    background:#fff!important;
    overflow-y:auto!important;
    overflow-x:hidden!important;
    overscroll-behavior:contain!important;
    box-shadow:-18px 0 40px rgba(3,34,23,.20)!important;
    transform:translate3d(104%,0,0)!important;
    visibility:visible!important;
    opacity:1!important;
    transition:transform .22s ease!important;
  }
  html body.admin-bar.mcare-site .mc-navigation{top:112px!important}
  html body.mcare-site .mc-navigation.is-open{transform:translate3d(0,0,0)!important}
  html body.mcare-site .mc-navigation .mc-menu{
    display:block!important;
    width:100%!important;
    margin:0!important;
    padding:0!important;
  }
  html body.mcare-site .mc-navigation .mc-menu>li{
    position:relative!important;
    display:block!important;
    width:100%!important;
    margin:0!important;
    border:0!important;
    border-bottom:1px solid #e4ede7!important;
    white-space:normal!important;
  }
  html body.mcare-site .mc-navigation .mc-menu>li>a{
    display:block!important;
    width:100%!important;
    min-height:0!important;
    padding:14px 46px 14px 5px!important;
    font-size:1rem!important;
    line-height:1.35!important;
    color:#143c2e!important;
    white-space:normal!important;
  }
  html body.mcare-site .mc-navigation .menu-item-has-children>a:after{display:none!important}
  html body.mcare-site .mc-navigation .mc-submenu-toggle{
    position:absolute!important;
    top:7px!important;
    right:0!important;
    display:grid!important;
    place-items:center!important;
    width:39px!important;
    height:39px!important;
    padding:0!important;
    border:0!important;
    border-radius:10px!important;
    background:#edf5ef!important;
    color:#123c2d!important;
    cursor:pointer!important;
  }
  html body.mcare-site .mc-navigation .mc-submenu-toggle:before{
    content:"+"!important;
    font-size:24px!important;
    line-height:1!important;
  }
  html body.mcare-site .mc-navigation .menu-item-has-children.is-submenu-open>.mc-submenu-toggle:before{content:"−"!important}
  html body.mcare-site .mc-navigation .sub-menu{
    display:none!important;
    position:static!important;
    width:100%!important;
    min-width:0!important;
    margin:0!important;
    padding:0 0 10px 13px!important;
    border:0!important;
    background:transparent!important;
    box-shadow:none!important;
  }
  html body.mcare-site .mc-navigation .menu-item-has-children.is-submenu-open>.sub-menu{display:block!important}
  html body.mcare-site .mc-navigation .sub-menu li{display:block!important;width:100%!important;border:0!important}
  html body.mcare-site .mc-navigation .sub-menu a{
    display:block!important;
    width:100%!important;
    padding:9px 6px!important;
    font-size:.92rem!important;
    line-height:1.38!important;
    color:#52695f!important;
    white-space:normal!important;
  }
  html body.mcare-site .mc-navigation .mc-language-item{display:block!important}
  html body.mcare-site .mc-navigation .mc-lang-switch{
    display:inline-flex!important;
    margin:12px 0!important;
    padding:8px 10px!important;
  }
  html.mc-menu-open,html.mc-menu-open body{overflow:hidden!important;touch-action:none!important}
}

@media(max-width:782px){
  html body.mcare-site.admin-bar .mc-header{top:46px!important}
}
@media(max-width:600px){
  html body.mcare-site.admin-bar .mc-header{top:0!important}
  html body.admin-bar.mcare-site .mc-navigation{top:66px!important}
  html body.admin-bar.mcare-site .mc-menu-backdrop{inset:66px 0 0!important}
}
@media(max-width:380px){
  html body.mcare-site .mc-brand{flex-basis:96px!important;width:96px!important;min-width:96px!important}
  html body.mcare-site .mc-brand img{height:44px!important;max-width:92px!important}
  html body.mcare-site .mc-navigation{width:93vw!important;padding-inline:15px!important}
}
