
/* V8 — Premium supporting services section */
.related-premium-section{
  padding-top:105px;
  padding-bottom:120px;
  position:relative;
  overflow:hidden;
}
.related-premium-section::before{
  content:"";
  position:absolute;
  width:520px;height:520px;border-radius:50%;
  right:-230px;top:90px;
  background:radial-gradient(circle,rgba(80,164,199,.12) 0%,rgba(80,164,199,0) 70%);
  pointer-events:none;
}
.related-premium-section::after{
  content:"";
  position:absolute;
  width:460px;height:460px;border-radius:50%;
  left:-230px;bottom:-80px;
  background:radial-gradient(circle,rgba(161,199,88,.12) 0%,rgba(161,199,88,0) 70%);
  pointer-events:none;
}
.related-premium-section>.section-heading,
.related-premium-section>.related-grid{position:relative;z-index:1}
.related-premium-section .section-heading{max-width:650px;margin-bottom:44px}
.related-premium-section .section-heading h2{font-size:clamp(38px,4vw,58px);margin-bottom:0}

.related-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:30px;
  align-items:stretch;
}
.related-card--premium{
  min-height:650px;
  display:flex;
  flex-direction:column;
  overflow:hidden;
  border-radius:28px;
  border:1px solid transparent;
  background:linear-gradient(#fff,#fff) padding-box,
             linear-gradient(135deg,#b7d873 0%,#8accc1 48%,#6ab7df 100%) border-box;
  box-shadow:0 22px 52px rgba(13,42,46,.10);
  transition:transform .35s ease,box-shadow .35s ease;
}
.related-card--premium:hover{
  transform:translateY(-6px);
  box-shadow:0 30px 70px rgba(13,42,46,.15);
}
.related-card__media{position:relative;height:355px;overflow:hidden;background:#e8efe9}
.related-card__photo{
  width:100%;height:100%;border:0!important;border-radius:0!important;box-shadow:none!important;
}
.related-card__photo>img{
  width:100%!important;height:100%!important;object-fit:cover!important;object-position:center!important;
  filter:saturate(1.04) contrast(1.03) brightness(1.01);
}
.related-card__photo::after{
  content:"";position:absolute;inset:0;pointer-events:none;
  background:linear-gradient(180deg,rgba(7,25,30,0) 45%,rgba(7,25,30,.20) 100%);
}
.related-card__photo>figcaption{
  left:18px!important;bottom:18px!important;
  background:rgba(8,33,39,.64)!important;
  backdrop-filter:blur(10px);
}
.related-card__number{
  position:absolute;right:18px;top:18px;z-index:4;
  min-width:48px;height:48px;padding:0 13px;
  display:grid;place-items:center;
  border-radius:16px;
  background:rgba(255,255,255,.82);
  backdrop-filter:blur(12px);
  color:#173f3a;font-size:13px;font-weight:800;letter-spacing:.1em;
  box-shadow:0 9px 22px rgba(9,31,36,.10);
}
.related-card__body{
  padding:32px 34px 34px;
  display:flex;flex-direction:column;flex:1;
}
.related-card__kicker{
  display:inline-block;margin-bottom:10px;
  color:#477261;font-size:10px;font-weight:800;letter-spacing:.14em;text-transform:uppercase;
}
.related-card__body h3{
  margin:0 0 15px;
  font-size:clamp(26px,2.2vw,34px);
  line-height:1.12;color:#153d39;
}
.related-card__body>p{
  margin:0 0 23px;
  color:#53675f;font-size:15px;line-height:1.75;
  max-width:560px;
}
.related-card__chips{
  display:flex;flex-wrap:wrap;gap:9px;margin-bottom:28px;
}
.related-card__chips span{
  padding:8px 11px;border-radius:999px;
  background:linear-gradient(120deg,#eef5df,#e8f2f3);
  border:1px solid #d4e4d5;
  color:#355b50;font-size:11px;font-weight:650;
}
.related-card__link{margin-top:auto;align-self:flex-start;color:#1a5d52;font-size:13px}

@media(max-width:900px){
  .related-card--premium{min-height:590px}
  .related-card__media{height:300px}
  .related-card__body{padding:27px 27px 30px}
}
@media(max-width:650px){
  .related-premium-section{padding-top:70px;padding-bottom:85px}
  .related-grid{grid-template-columns:1fr;gap:24px}
  .related-card--premium{min-height:0;border-radius:22px}
  .related-card__media{height:250px}
  .related-card__body{padding:24px}
  .related-card__body h3{font-size:28px}
  .related-card__body>p{font-size:14px}
}
