.msc-contact-hero{
  position:relative;
  min-height:620px;
  padding:130px 0 90px;
  color:#fff;
  overflow:hidden;
  background:#061b3a;
}

.msc-contact-hero-bg{
  position:absolute;
  inset:0;
  background-size:cover;
  background-position:center;
  opacity:.38;
}

.msc-contact-hero:after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,rgba(6,27,58,.96),rgba(6,27,58,.72),rgba(185,20,28,.28));
}

.msc-contact-hero-inner{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:1.25fr .75fr;
  gap:40px;
  align-items:center;
}

.msc-contact-hero h1{
  color:#fff;
  font-size:clamp(44px,6vw,78px);
  line-height:.95;
  max-width:850px;
  margin:10px 0 20px;
}

.msc-contact-hero p{
  color:rgba(255,255,255,.9);
  max-width:760px;
  font-size:18px;
}

.msc-contact-hero-card{
  background:rgba(255,255,255,.96);
  color:#101827;
  border-radius:22px;
  padding:34px;
  box-shadow:0 28px 70px rgba(0,0,0,.28);
}

.msc-contact-hero-card h2{
  color:#061b3a;
  margin:12px 0;
}

.msc-contact-hero-card p{
  color:#46566b;
  font-size:16px;
}

.msc-pill{
  display:inline-block;
  background:#b9141c;
  color:#fff;
  font-weight:800;
  font-size:12px;
  letter-spacing:.08em;
  text-transform:uppercase;
  padding:8px 12px;
  border-radius:999px;
}

.msc-large-link{
  display:block;
  margin-top:18px;
  font-weight:900;
  color:#b9141c;
  word-break:break-word;
}

.msc-contact-proof{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:24px;
  color:#fff;
  font-weight:800;
}

.msc-contact-strip{
  background:#fff;
  padding:26px 0;
  box-shadow:0 12px 34px rgba(6,27,58,.08);
}

.msc-contact-strip-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
}

.msc-contact-strip-grid div{
  background:#fff8ea;
  border:1px solid #f1dfbd;
  border-radius:16px;
  padding:18px;
}

.msc-contact-strip-grid strong,
.msc-contact-strip-grid span{
  display:block;
}

.msc-contact-strip-grid strong{
  color:#061b3a;
  font-size:18px;
  margin-bottom:5px;
}

.msc-contact-main{
  display:grid;
  grid-template-columns:.85fr 1.15fr;
  gap:45px;
  align-items:start;
}

.msc-contact-card-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:18px;
}

.msc-info-card{
  background:#fff;
  border-radius:18px;
  padding:24px;
  box-shadow:0 16px 42px rgba(6,27,58,.1);
  border:1px solid #e8eef6;
}

.msc-info-card h3{
  color:#061b3a;
  margin-bottom:10px;
}

.msc-info-card a,
.msc-text-link{
  color:#b9141c;
  font-weight:900;
}

.msc-address-box{
  background:#fff8ea;
  border-left:5px solid #b9141c;
  padding:20px;
  margin:24px 0;
  border-radius:14px;
}

.msc-address-box span,
.msc-address-box strong{
  display:block;
}

.msc-map-card{
  display:block;
  position:relative;
  background:#fff;
  border-radius:20px;
  overflow:hidden;
  min-height:340px;
  box-shadow:0 18px 45px rgba(6,27,58,.12);
}

.msc-map-card img{
  width:100%;
  height:100%;
  min-height:340px;
  object-fit:cover;
  display:block;
}

.msc-map-card span{
  position:absolute;
  left:20px;
  bottom:20px;
  background:#b9141c;
  color:#fff;
  font-weight:900;
  padding:12px 18px;
  border-radius:999px;
}

@media(max-width:900px){
  .msc-contact-hero{
    min-height:auto;
    padding:95px 0 60px;
  }

  .msc-contact-hero-inner,
  .msc-contact-main{
    grid-template-columns:1fr;
  }

  .msc-contact-strip-grid,
  .msc-contact-card-grid{
    grid-template-columns:1fr;
  }
}