.hero-section{
  padding:0 0 18px;
}

.hero-card{
  position:relative;
  overflow:hidden;
  min-height:520px;
  background:linear-gradient(115deg,rgba(0,31,91,.98),rgba(0,31,91,.76)), url('/assets/images/mauritius-hero.jpg') center/cover;
  border-radius:0 0 42px 42px;
  box-shadow:var(--shadow);
  display:grid;
  grid-template-columns:1fr 1fr;
  align-items:center;
}

.hero-bg-curve{
  position:absolute;
  right:-180px;
  bottom:-160px;
  width:620px;
  height:360px;
  background:var(--teal);
  border-radius:60% 0 0 0;
  opacity:.95;
}

.hero-content{
  position:relative;
  padding:70px 0 70px 64px;
  color:#fff;
  z-index:2;
}

.hero-content h1{
  max-width:520px;
  font-size:54px;
  line-height:1.05;
  margin:0 0 20px;
}

.hero-content h1::first-line{
  color:#fff;
}

.hero-sub{
  font-size:20px;
  font-weight:700;
}

.hero-content p{
  max-width:420px;
  line-height:1.7;
}

.hero-image{
  position:relative;
  z-index:2;
  align-self:end;
  padding:0 35px 42px 0;
}

.hero-image img{
  filter:drop-shadow(0 22px 32px rgba(0,0,0,.25));
}

.trust-strip{
  margin-top:-12px;
}

.trust-grid{
  background:#fff;
  border-radius:22px;
  box-shadow:var(--shadow);
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:16px;
  padding:26px;
}

.trust-grid div{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  color:var(--navy-dark);
}

.trust-grid span{
  color:var(--teal);
  font-size:22px;
}
