/* ===== CR04 typography + perks styling ===== */
#rec1782882853{
  background-color:#0F0F0F;
}

/* Base text color inside cover */
#rec1782882853 .t-cover__wrapper,
#rec1782882853 .t-cover__content{
  color:#fff;
}

/* Title (H1) */
#rec1782882853 .t-title,
#rec1782882853 h1,
#rec1782882853 .t-cover__title{
  font-weight:700;
  letter-spacing:-0.02em;
  line-height:1.08;
  max-width:760px;
  margin-bottom:14px;
}

/* Subtitle (lead) */
#rec1782882853 .t-descr,
#rec1782882853 .t-cover__descr{
  color:rgba(255,255,255,0.72);
  font-weight:400;
  line-height:1.35;
  max-width:680px;
  margin-bottom:18px;
}

/* Decorative Arabic mark */
#rec1782882853 .arabic-mark{
  display:inline-block;
  font-size:44px;
  line-height:1;
  opacity:0.28;
  margin:4px 0 10px 0;
}

/* Perks as pills */
#rec1782882853 .perk{
  display:inline-flex;
  align-items:center;
  padding:10px 12px;
  border-radius:999px;
  background:rgba(255,255,255,0.06);
  border:1px solid rgba(255,255,255,0.10);
  color:rgba(255,255,255,0.86);
  font-size:14px;
  line-height:1;
  margin:8px 10px 0 0;
  white-space:nowrap;
}

/* 2-column layout for perks on desktop */
@media (min-width: 960px){
  #rec1782882853 .perks-wrap{
    display:grid;
    grid-template-columns:repeat(2, max-content);
    gap:10px 12px;
    margin-top:12px;
  }
  #rec1782882853 .perks-wrap .perk{
    margin:0;
  }
}

/* Mobile tuning */
@media (max-width: 480px){
  #rec1782882853 .perk{
    font-size:13px;
    padding:9px 11px;
  }
}
