
: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}
}
