
:root{
  --mcip-navy:#082d6c;
  --mcip-blue:#123f86;
  --mcip-red:#d71920;
  --mcip-red-dark:#b8141b;
  --mcip-light:#f5f8fc;
  --mcip-white:#fff;
  --mcip-border:#dce5ef;
  --mcip-text:#172033;
  --mcip-muted:#5e687a;
  --mcip-shadow:0 16px 42px rgba(8,45,108,.10);
}
*{box-sizing:border-box}
body.mcip-public-page{margin:0;background:var(--mcip-light);font-family:Arial,Helvetica,sans-serif;color:var(--mcip-text);line-height:1.6}
.mcip-shell{min-height:100vh}
.mcip-header{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:18px 5vw;background:#fff;border-bottom:1px solid var(--mcip-border)}
.mcip-brand{font-size:26px;font-weight:900;color:var(--mcip-navy)}
.mcip-brand span{color:var(--mcip-red)}
.mcip-brand small{display:block;font-size:10px;letter-spacing:.09em;color:#566}
.mcip-header-contact{display:flex;gap:10px;align-items:center}
.mcip-header-contact a{color:var(--mcip-navy);font-weight:800;text-decoration:none}
.mcip-directory-hero,.mcip-form-hero{padding:72px 20px;text-align:center;background:linear-gradient(135deg,var(--mcip-navy),var(--mcip-blue));color:#fff}
.mcip-kicker{font-size:13px;font-weight:900;letter-spacing:.14em;color:#ff7e84}
.mcip-directory-hero h1,.mcip-form-hero h1{font-size:clamp(38px,6vw,64px);line-height:1.05;margin:8px 0 12px}
.mcip-directory-hero p,.mcip-form-hero p{max-width:850px;margin:0 auto;font-size:18px}
.mcip-directory-grid{max-width:1180px;margin:0 auto;padding:38px 18px 75px;display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.mcip-service-card{display:block;padding:25px;background:#fff;border:1px solid var(--mcip-border);border-radius:17px;text-decoration:none;color:var(--mcip-text);box-shadow:var(--mcip-shadow);transition:.2s}
.mcip-service-card:hover{transform:translateY(-4px)}
.mcip-service-icon{font-size:31px}
.mcip-service-card strong{display:block;color:var(--mcip-navy);font-size:20px;margin:12px 0 6px}
.mcip-service-card small{color:var(--mcip-muted)}
.mcip-main{max-width:1100px;margin:0 auto;padding:34px 18px 80px}
.mcip-role-tabs{display:flex;gap:12px;flex-wrap:wrap}
.mcip-role-tab{border:2px solid var(--mcip-navy);background:#fff;color:var(--mcip-navy);border-radius:9px;padding:13px 19px;font-weight:900;cursor:pointer}
.mcip-role-tab.active{background:var(--mcip-red);border-color:var(--mcip-red);color:#fff}
.mcip-public-notice{margin:20px 0;padding:16px;background:#fff;border-left:5px solid var(--mcip-red);border-radius:8px}
.mcip-form{background:#fff;border:1px solid var(--mcip-border);border-radius:18px;box-shadow:var(--mcip-shadow);overflow:hidden}
.mcip-role-panel{display:none;padding:28px}
.mcip-role-panel.active{display:block}
.mcip-progress-wrap{margin-bottom:28px}
.mcip-progress-label{color:var(--mcip-navy);font-weight:900;margin-bottom:7px}
.mcip-progress{height:9px;background:#e9eef5;border-radius:999px;overflow:hidden}
.mcip-progress-bar{height:100%;width:14.285%;background:linear-gradient(90deg,var(--mcip-red),#ef4b52);transition:.25s}
.mcip-step{display:none}
.mcip-step.active{display:block}
.mcip-step-heading{display:flex;gap:15px;align-items:flex-start;margin-bottom:22px}
.mcip-step-heading>span{width:44px;height:44px;border-radius:50%;display:grid;place-items:center;background:var(--mcip-red);color:#fff;font-weight:900;flex:0 0 auto}
.mcip-step-heading h2{margin:0;color:var(--mcip-navy);font-size:27px}
.mcip-step-heading p{margin:3px 0;color:var(--mcip-muted)}
.mcip-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:17px}
.mcip-field{display:flex;flex-direction:column;gap:7px}
.mcip-field-wide{grid-column:1/-1}
.mcip-field span{font-weight:800;color:var(--mcip-navy)}
.mcip-field input,.mcip-field textarea,.mcip-field select{width:100%;padding:12px 13px;border:1px solid var(--mcip-border);border-radius:9px;font:inherit}
.mcip-field textarea{min-height:105px;resize:vertical}
.mcip-check-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:11px;margin-bottom:18px}
.mcip-check-grid label,.mcip-certification{display:flex;gap:9px;align-items:flex-start}
.mcip-step-actions{display:flex;justify-content:space-between;gap:12px;margin-top:28px}
.mcip-button{border:0;border-radius:9px;padding:13px 21px;font-weight:900;cursor:pointer}
.mcip-button-primary{background:var(--mcip-red);color:#fff}
.mcip-button-primary:hover{background:var(--mcip-red-dark)}
.mcip-button-secondary{background:var(--mcip-navy);color:#fff}
.mcip-button[disabled]{opacity:.45;cursor:not-allowed}
.mcip-submit-error{margin-top:18px;padding:13px;background:#fff0f0;color:#8b1015;border-radius:8px}
.mcip-confirmation{padding:36px;background:#fff;border:2px solid var(--mcip-navy);border-radius:17px;text-align:center}
.mcip-confirmation h2{color:var(--mcip-navy)}
.mcip-confirmation-number{display:inline-block;padding:10px 15px;background:var(--mcip-light);color:var(--mcip-red);border-radius:8px}
.mcip-honeypot{position:absolute!important;left:-9999px!important;opacity:0!important}
.mcip-footer{text-align:center;padding:34px 20px;background:#061f4b;color:#fff}
.mcip-footer p{margin:4px 0}
@media(max-width:900px){.mcip-directory-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:680px){
  .mcip-header{flex-direction:column;text-align:center}
  .mcip-header-contact{flex-wrap:wrap;justify-content:center}
  .mcip-directory-grid,.mcip-grid,.mcip-check-grid{grid-template-columns:1fr}
  .mcip-role-tab{width:100%}
  .mcip-role-panel{padding:21px}
  .mcip-step-actions{flex-direction:column}
  .mcip-button{width:100%}
}


/* v1.0.1 approved logo and intake-center design */
.mcip-header{
  min-height:106px;
  padding:12px 5vw;
}
.mcip-logo-link{
  display:flex;
  align-items:center;
  flex:0 0 auto;
}
.mcip-logo{
  display:block;
  width:300px;
  max-width:34vw;
  max-height:82px;
  object-fit:contain;
  object-position:left center;
}
.mcip-header-contact{
  font-size:15px;
}
.mcip-directory-hero{
  position:relative;
  overflow:hidden;
  padding:74px 20px;
  background:
    radial-gradient(circle at 85% 42%,rgba(255,255,255,.08),transparent 24%),
    linear-gradient(135deg,#061f4b,#123f86);
}
.mcip-directory-hero::after{
  content:"";
  position:absolute;
  inset:auto -40px -90px auto;
  width:390px;
  height:390px;
  border:1px solid rgba(255,255,255,.10);
  border-radius:50%;
}
.mcip-directory-grid{
  grid-template-columns:repeat(4,1fr);
  max-width:1320px;
}
.mcip-service-card{
  min-height:220px;
  display:flex;
  flex-direction:column;
}
.mcip-service-card small{
  flex:1;
}
.mcip-card-cta{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  align-self:flex-start;
  margin-top:18px;
  padding:9px 15px;
  border:1px solid #b9c8dc;
  border-radius:999px;
  color:var(--mcip-navy);
  font-size:14px;
  font-weight:900;
}
.mcip-service-card:hover .mcip-card-cta{
  background:var(--mcip-navy);
  color:#fff;
  border-color:var(--mcip-navy);
}
@media(max-width:1100px){
  .mcip-directory-grid{grid-template-columns:repeat(3,1fr)}
}
@media(max-width:900px){
  .mcip-logo{width:250px;max-width:50vw}
  .mcip-directory-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:680px){
  .mcip-header{min-height:auto}
  .mcip-logo{width:220px;max-width:80vw}
  .mcip-directory-grid{grid-template-columns:1fr}
  .mcip-service-card{min-height:auto}
}


/* v1.0.2 exact approved intake-center design */
body.mcip-public-page{
  background:#f4f7fb;
}

.mcip-header{
  min-height:160px;
  padding:10px 3.5vw;
  background:#fff;
  align-items:center;
}

.mcip-logo-link{
  display:flex;
  align-items:center;
  min-height:140px;
}

.mcip-logo{
  width:520px;
  max-width:48vw;
  max-height:140px;
  object-fit:contain;
  object-position:left center;
}

.mcip-header-contact{
  font-size:18px;
  font-weight:900;
  gap:14px;
}

.mcip-header-contact a{
  display:inline-flex;
  align-items:center;
  gap:7px;
}

.mcip-directory-hero{
  min-height:280px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  position:relative;
  overflow:hidden;
  padding:44px 20px 58px;
  background:
    linear-gradient(rgba(5,33,79,.92),rgba(5,33,79,.92)),
    radial-gradient(circle at 12% 50%,rgba(255,255,255,.10),transparent 30%),
    radial-gradient(circle at 88% 45%,rgba(255,255,255,.09),transparent 30%),
    linear-gradient(135deg,#071f4d,#123f86);
  border-bottom:7px solid #d71920;
}

.mcip-directory-hero::before{
  content:"";
  position:absolute;
  left:-90px;
  bottom:-120px;
  width:420px;
  height:420px;
  border-radius:50%;
  border:2px solid rgba(255,255,255,.07);
}

.mcip-directory-hero::after{
  content:"";
  position:absolute;
  right:-130px;
  top:-120px;
  width:420px;
  height:420px;
  border-radius:50%;
  border:2px solid rgba(255,255,255,.07);
}

.mcip-kicker{
  display:inline-flex;
  align-self:center;
  padding:8px 18px;
  border-radius:999px;
  background:var(--mcip-red);
  color:#fff;
  letter-spacing:.04em;
  font-size:15px;
  box-shadow:0 8px 18px rgba(215,25,32,.25);
}

.mcip-directory-hero h1{
  margin-top:15px;
  font-size:clamp(42px,5.2vw,76px);
  letter-spacing:-.03em;
}

.mcip-directory-hero p{
  max-width:900px;
  font-size:20px;
  line-height:1.45;
}

.mcip-directory-grid{
  max-width:1320px;
  grid-template-columns:repeat(4,1fr);
  gap:14px;
  padding-top:22px;
  padding-bottom:28px;
}

.mcip-service-card{
  min-height:160px;
  padding:18px 20px 16px;
  border-radius:10px;
  box-shadow:0 8px 20px rgba(8,45,108,.08);
  border-color:#e4eaf1;
}

.mcip-service-card:hover{
  transform:translateY(-3px);
  box-shadow:0 12px 28px rgba(8,45,108,.13);
}

.mcip-service-icon{
  font-size:27px;
  line-height:1;
}

.mcip-service-card strong{
  font-size:18px;
  line-height:1.25;
  margin:10px 0 5px;
}

.mcip-service-card small{
  font-size:14px;
  line-height:1.35;
}

.mcip-card-cta{
  margin-top:12px;
  padding:7px 16px;
  font-size:13px;
  border-radius:7px;
  align-self:center;
  min-width:145px;
}

.mcip-security-strip{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:10px;
  align-items:center;
  padding:11px 3vw;
  background:#082d6c;
  color:#fff;
  font-size:13px;
  font-weight:800;
  text-align:center;
}

.mcip-footer{
  display:none;
}

@media(max-width:1100px){
  .mcip-logo{width:420px;max-width:52vw}
  .mcip-directory-grid{grid-template-columns:repeat(3,1fr)}
  .mcip-security-strip{grid-template-columns:repeat(2,1fr)}
}

@media(max-width:800px){
  .mcip-header{
    min-height:auto;
    flex-direction:column;
    gap:10px;
    padding:14px 18px;
  }
  .mcip-logo-link{min-height:auto}
  .mcip-logo{
    width:380px;
    max-width:86vw;
    max-height:120px;
  }
  .mcip-header-contact{
    font-size:15px;
    flex-wrap:wrap;
    justify-content:center;
  }
  .mcip-directory-grid{grid-template-columns:repeat(2,1fr)}
}

@media(max-width:560px){
  .mcip-logo{
    width:320px;
    max-width:92vw;
    max-height:105px;
  }
  .mcip-directory-hero{
    min-height:320px;
    padding:38px 18px 48px;
  }
  .mcip-directory-hero h1{
    font-size:40px;
  }
  .mcip-directory-hero p{
    font-size:17px;
  }
  .mcip-directory-grid{
    grid-template-columns:1fr;
  }
  .mcip-security-strip{
    grid-template-columns:1fr;
  }
}


/* v1.0.3 complete redesign */
.mcip-header{
  min-height:150px;
  padding:8px 4vw 10px;
  background:#fff;
  border-bottom:1px solid #e8edf3;
  box-shadow:0 2px 12px rgba(8,45,108,.05);
}

.mcip-logo-link{
  min-height:130px;
  display:flex;
  align-items:center;
}

.mcip-logo{
  width:620px !important;
  max-width:none !important;
  max-height:none !important;
  height:auto !important;
  object-fit:contain;
  object-position:left center;
}

.mcip-header-contact{
  font-size:18px;
  gap:18px;
}

.mcip-header-contact a{
  color:#082d6c;
  font-weight:900;
  letter-spacing:.01em;
}

.mcip-directory-hero{
  min-height:330px;
  padding:0;
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
  border-bottom:6px solid #d71920;
  background:
    radial-gradient(circle at 14% 50%,rgba(255,255,255,.08),transparent 30%),
    radial-gradient(circle at 86% 50%,rgba(255,255,255,.07),transparent 30%),
    linear-gradient(120deg,#061d48 0%,#0b2f6e 56%,#16478f 100%);
}

.mcip-directory-hero::before{
  content:"";
  position:absolute;
  left:-60px;
  bottom:-140px;
  width:430px;
  height:430px;
  border-radius:50%;
  border:2px solid rgba(255,255,255,.07);
}

.mcip-directory-hero::after{
  content:"";
  position:absolute;
  right:-80px;
  top:-150px;
  width:460px;
  height:460px;
  border-radius:50%;
  border:2px solid rgba(255,255,255,.07);
}

.mcip-hero-overlay{
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg,rgba(0,0,0,.05),transparent 30%,transparent 70%,rgba(0,0,0,.05));
}

.mcip-hero-content{
  position:relative;
  z-index:2;
  max-width:1150px;
  margin:0 auto;
  padding:44px 20px 54px;
  text-align:center;
  color:#fff;
}

.mcip-kicker{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:9px 18px;
  border-radius:999px;
  background:#ec1f28;
  color:#fff;
  font-size:15px;
  letter-spacing:.03em;
  font-weight:900;
  box-shadow:0 10px 22px rgba(215,25,32,.28);
}

.mcip-directory-hero h1{
  margin:18px 0 10px;
  font-size:clamp(46px,5.5vw,78px);
  line-height:1;
  letter-spacing:-.035em;
  text-shadow:0 3px 16px rgba(0,0,0,.12);
}

.mcip-hero-divider{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  margin:12px auto 14px;
  width:min(360px,70%);
  color:#d71920;
}

.mcip-hero-divider span{
  height:2px;
  background:#d71920;
  flex:1;
}

.mcip-hero-divider b{
  font-size:18px;
}

.mcip-directory-hero p{
  font-size:19px;
  line-height:1.5;
  max-width:920px;
}

.mcip-directory-grid{
  max-width:1240px;
  grid-template-columns:repeat(4,1fr);
  gap:14px;
  padding:18px 16px 30px;
}

.mcip-service-card{
  min-height:168px;
  padding:18px 20px 16px;
  border-radius:12px;
  border:1px solid #e5ebf2;
  background:#fff;
  box-shadow:0 7px 20px rgba(8,45,108,.08);
}

.mcip-service-card:hover{
  transform:translateY(-4px);
  box-shadow:0 14px 28px rgba(8,45,108,.14);
  border-color:#c9d6e6;
}

.mcip-service-icon{
  font-size:28px;
}

.mcip-service-card strong{
  font-size:18px;
  line-height:1.2;
  margin:10px 0 6px;
}

.mcip-service-card small{
  font-size:14px;
  line-height:1.35;
}

.mcip-card-cta{
  min-width:148px;
  margin-top:13px;
  padding:8px 16px;
  border-radius:8px;
  background:#fff;
}

.mcip-security-strip{
  position:sticky;
  bottom:0;
  z-index:50;
  background:#082d6c;
  border-top:1px solid rgba(255,255,255,.08);
  box-shadow:0 -6px 16px rgba(8,45,108,.12);
}

@media(max-width:1200px){
  .mcip-logo{
    width:500px !important;
  }
  .mcip-directory-grid{
    grid-template-columns:repeat(3,1fr);
  }
}

@media(max-width:900px){
  .mcip-header{
    min-height:auto;
    flex-direction:column;
    gap:8px;
    padding:12px 18px;
  }
  .mcip-logo-link{
    min-height:auto;
  }
  .mcip-logo{
    width:420px !important;
    max-width:88vw !important;
  }
  .mcip-header-contact{
    font-size:15px;
    flex-wrap:wrap;
    justify-content:center;
  }
  .mcip-directory-grid{
    grid-template-columns:repeat(2,1fr);
  }
}

@media(max-width:560px){
  .mcip-logo{
    width:340px !important;
    max-width:94vw !important;
  }
  .mcip-directory-hero{
    min-height:360px;
  }
  .mcip-directory-hero h1{
    font-size:42px;
  }
  .mcip-directory-hero p{
    font-size:17px;
  }
  .mcip-directory-grid{
    grid-template-columns:1fr;
  }
  .mcip-security-strip{
    position:static;
  }
}


/* v1.0.4 approved design based on the user's reference image */
body.mcip-public-page{
  background:#f7f9fc;
}

.mcip-header{
  min-height:155px;
  padding:8px 3.5vw;
  background:#fff;
  box-shadow:none;
  border-bottom:1px solid #e9edf3;
}

.mcip-logo-link{
  min-height:135px;
}

.mcip-logo{
  width:470px !important;
  max-width:46vw !important;
  max-height:132px !important;
  height:auto !important;
  object-fit:contain;
  object-position:left center;
}

.mcip-header-contact{
  font-size:18px;
  gap:16px;
}

.mcip-directory-hero{
  min-height:225px;
  padding:0;
  background:
    linear-gradient(90deg,rgba(3,26,65,.97),rgba(9,43,96,.94),rgba(8,45,108,.92)),
    url('../images/approved-intake-design-reference.jpg') center 34%/cover no-repeat;
  border-bottom:6px solid #d71920;
}

.mcip-hero-overlay{
  background:
    linear-gradient(90deg,rgba(3,26,65,.72),rgba(8,45,108,.58),rgba(3,26,65,.68));
}

.mcip-hero-content{
  padding:28px 20px 34px;
}

.mcip-kicker{
  padding:8px 17px;
  font-size:14px;
  background:#ef1d2a;
}

.mcip-directory-hero h1{
  font-size:clamp(42px,4.7vw,68px);
  margin:14px 0 6px;
  line-height:1.03;
}

.mcip-hero-divider{
  width:min(330px,68%);
  margin:8px auto 10px;
}

.mcip-directory-hero p{
  font-size:17px;
  line-height:1.4;
}

.mcip-directory-grid{
  max-width:1100px;
  grid-template-columns:repeat(4,1fr);
  gap:10px;
  padding:12px 14px 18px;
}

.mcip-service-card{
  min-height:150px;
  padding:15px 17px 13px;
  border-radius:10px;
  box-shadow:0 5px 15px rgba(8,45,108,.07);
}

.mcip-service-icon{
  font-size:25px;
}

.mcip-service-card strong{
  font-size:16px;
  margin:8px 0 4px;
}

.mcip-service-card small{
  font-size:12px;
  line-height:1.3;
}

.mcip-card-cta{
  min-width:130px;
  margin-top:10px;
  padding:6px 12px;
  font-size:12px;
  border-radius:7px;
}

.mcip-security-strip{
  position:static;
  grid-template-columns:repeat(4,1fr);
  padding:9px 2.5vw;
  font-size:12px;
  background:#082d6c;
}

@media(max-width:1100px){
  .mcip-logo{
    width:400px !important;
    max-width:50vw !important;
  }
  .mcip-directory-grid{
    grid-template-columns:repeat(3,1fr);
  }
}

@media(max-width:850px){
  .mcip-header{
    min-height:auto;
    flex-direction:column;
    gap:8px;
    padding:12px 18px;
  }
  .mcip-logo-link{
    min-height:auto;
  }
  .mcip-logo{
    width:360px !important;
    max-width:86vw !important;
    max-height:115px !important;
  }
  .mcip-directory-grid{
    grid-template-columns:repeat(2,1fr);
  }
  .mcip-security-strip{
    grid-template-columns:repeat(2,1fr);
  }
}

@media(max-width:560px){
  .mcip-logo{
    width:300px !important;
    max-width:92vw !important;
    max-height:98px !important;
  }
  .mcip-directory-hero{
    min-height:280px;
  }
  .mcip-directory-hero h1{
    font-size:38px;
  }
  .mcip-directory-grid{
    grid-template-columns:1fr;
  }
  .mcip-security-strip{
    grid-template-columns:1fr;
  }
}


/* v1.0.5 client-focused conversion design */
html{scroll-behavior:smooth}

.mcip-directory-hero{
  min-height:430px;
}

.mcip-hero-content{
  max-width:1180px;
  padding:42px 20px 45px;
}

.mcip-directory-hero h1{
  max-width:1050px;
  margin:17px auto 8px;
  font-size:clamp(44px,5vw,74px);
}

.mcip-directory-hero h2{
  margin:0 auto 8px;
  color:#fff;
  font-size:clamp(19px,2vw,28px);
  font-weight:800;
  letter-spacing:.01em;
}

.mcip-directory-hero p{
  max-width:900px;
  margin:0 auto;
  font-size:17px;
}

.mcip-hero-cta{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  margin-top:22px;
  padding:13px 24px;
  border-radius:9px;
  background:#d71920;
  color:#fff;
  font-weight:900;
  text-decoration:none;
  box-shadow:0 12px 24px rgba(215,25,32,.28);
  transition:.2s ease;
}

.mcip-hero-cta:hover{
  transform:translateY(-2px);
  background:#b9141b;
  color:#fff;
}

.mcip-trust-row{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:9px 18px;
  margin-top:23px;
  color:#fff;
  font-size:13px;
  font-weight:800;
}

.mcip-trust-row span{
  padding:7px 10px;
  border:1px solid rgba(255,255,255,.20);
  border-radius:999px;
  background:rgba(255,255,255,.07);
}

.mcip-service-card{
  position:relative;
  overflow:hidden;
}

.mcip-service-card::before{
  content:"";
  position:absolute;
  left:0;
  top:0;
  width:4px;
  height:100%;
  background:linear-gradient(#d71920,#082d6c);
  opacity:0;
  transition:.2s ease;
}

.mcip-service-card:hover::before{
  opacity:1;
}

.mcip-how-it-works{
  padding:70px 20px;
  background:#fff;
}

.mcip-section-heading{
  max-width:760px;
  margin:0 auto 35px;
  text-align:center;
}

.mcip-section-heading>span,
.mcip-help-choice>div>span{
  color:#d71920;
  font-size:13px;
  font-weight:900;
  letter-spacing:.13em;
}

.mcip-section-heading h2,
.mcip-help-choice h2{
  margin:7px 0 8px;
  color:#082d6c;
  font-size:clamp(32px,4vw,48px);
  line-height:1.1;
}

.mcip-section-heading p{
  margin:0;
  color:#5e687a;
  font-size:17px;
}

.mcip-process-grid{
  max-width:1240px;
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:16px;
}

.mcip-process-grid article{
  min-height:230px;
  padding:24px 20px;
  border:1px solid #dce5ef;
  border-radius:15px;
  background:#f8fafd;
  text-align:center;
  box-shadow:0 8px 22px rgba(8,45,108,.06);
}

.mcip-process-grid article b{
  display:grid;
  place-items:center;
  width:48px;
  height:48px;
  margin:0 auto 15px;
  border-radius:50%;
  background:#d71920;
  color:#fff;
  font-size:20px;
}

.mcip-process-grid h3{
  margin:0 0 9px;
  color:#082d6c;
  font-size:18px;
}

.mcip-process-grid p{
  margin:0;
  color:#5e687a;
  font-size:14px;
}

.mcip-help-choice{
  max-width:1180px;
  margin:45px auto 65px;
  padding:34px 38px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:30px;
  border-radius:18px;
  background:linear-gradient(135deg,#061f4b,#123f86);
  color:#fff;
  box-shadow:0 18px 40px rgba(8,45,108,.18);
}

.mcip-help-choice h2{
  color:#fff;
}

.mcip-help-choice p{
  margin:0;
  max-width:650px;
}

.mcip-help-actions{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  justify-content:flex-end;
}

.mcip-help-actions a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:190px;
  padding:13px 17px;
  border-radius:9px;
  background:#d71920;
  color:#fff;
  font-weight:900;
  text-decoration:none;
}

.mcip-help-actions a:last-child{
  background:#fff;
  color:#082d6c;
}

@media(max-width:1050px){
  .mcip-process-grid{grid-template-columns:repeat(3,1fr)}
}

@media(max-width:760px){
  .mcip-directory-hero{min-height:520px}
  .mcip-trust-row{gap:8px}
  .mcip-process-grid{grid-template-columns:repeat(2,1fr)}
  .mcip-help-choice{
    margin-left:18px;
    margin-right:18px;
    flex-direction:column;
    text-align:center;
  }
  .mcip-help-actions{justify-content:center}
}

@media(max-width:520px){
  .mcip-directory-hero{min-height:650px}
  .mcip-trust-row{flex-direction:column;align-items:center}
  .mcip-process-grid{grid-template-columns:1fr}
  .mcip-help-choice{padding:28px 20px}
  .mcip-help-actions a{width:100%}
}


/* v1.0.6 universal approved background across every intake */
.mcip-directory-hero,
.mcip-form-hero{
  position:relative;
  overflow:hidden;
  background:
    linear-gradient(90deg,rgba(4,26,65,.90),rgba(8,45,108,.78),rgba(4,26,65,.84)),
    url('../images/mamatravel-intake-background.jpg') center center/cover no-repeat !important;
  border-bottom:6px solid #d71920;
}

.mcip-directory-hero{
  min-height:470px;
}

.mcip-form-hero{
  min-height:310px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:0;
  text-align:center;
  color:#fff;
}

.mcip-form-hero-overlay{
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg,rgba(3,26,65,.72),rgba(8,45,108,.48),rgba(3,26,65,.70));
}

.mcip-form-hero-content{
  position:relative;
  z-index:2;
  width:100%;
  max-width:1080px;
  margin:0 auto;
  padding:44px 20px 50px;
}

.mcip-form-hero h1{
  margin:16px 0 8px;
  color:#fff;
  font-size:clamp(42px,5vw,70px);
  line-height:1.05;
  letter-spacing:-.03em;
  text-shadow:0 3px 16px rgba(0,0,0,.22);
}

.mcip-form-hero h2{
  margin:0 auto 8px;
  color:#fff;
  font-size:clamp(18px,2vw,26px);
  font-weight:800;
}

.mcip-form-hero p{
  max-width:820px;
  margin:0 auto;
  color:#fff;
  font-size:17px;
  line-height:1.5;
}

.mcip-form-hero .mcip-hero-divider{
  width:min(320px,65%);
  margin:10px auto 12px;
}

/* Matching form container treatment on every service */
.mcip-main{
  position:relative;
  max-width:1120px;
}

.mcip-main::before{
  content:"";
  position:absolute;
  inset:18px 0 auto;
  height:110px;
  border-radius:20px;
  background:linear-gradient(180deg,rgba(8,45,108,.05),transparent);
  pointer-events:none;
}

.mcip-form{
  position:relative;
  z-index:1;
  border-radius:20px;
  box-shadow:0 18px 44px rgba(8,45,108,.12);
}

.mcip-role-tabs,
.mcip-public-notice{
  position:relative;
  z-index:2;
}

.mcip-role-tab{
  box-shadow:0 6px 14px rgba(8,45,108,.08);
}

.mcip-step-heading>span{
  box-shadow:0 8px 18px rgba(215,25,32,.20);
}

.mcip-field input:focus,
.mcip-field textarea:focus,
.mcip-field select:focus{
  outline:none;
  border-color:#123f86;
  box-shadow:0 0 0 3px rgba(18,63,134,.12);
}

@media(max-width:760px){
  .mcip-directory-hero{
    min-height:560px;
  }
  .mcip-form-hero{
    min-height:380px;
  }
  .mcip-form-hero-content{
    padding:40px 18px 46px;
  }
}

@media(max-width:520px){
  .mcip-directory-hero{
    min-height:680px;
  }
  .mcip-form-hero{
    min-height:430px;
  }
  .mcip-form-hero h1{
    font-size:38px;
  }
  .mcip-form-hero h2{
    font-size:18px;
  }
}
