.tgb-ahmad-story {
  margin-top: 4rem;
  padding-top: 3rem;
  border-top: 1px solid rgba(0, 153, 214, .18);
}

.tgb-ahmad-story-shell {
  max-width: 1040px;
  margin: 0 auto;
}

.tgb-ahmad-kicker {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  margin-bottom: .8rem;
  color: #0099D6;
  font-size: 1rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .06em;
}

html[dir="rtl"] .tgb-ahmad-kicker {
  letter-spacing: 0;
}

.tgb-ahmad-kicker:before {
  content: "";
  width: 2rem;
  height: 2px;
  border-radius: 999px;
  background: #F26522;
}

.tgb-ahmad-title {
  margin: 0;
  color: #1B1464;
  font-size: clamp(1.55rem, 3vw, 2.45rem);
  line-height: 1.25;
  font-weight: 900;
}

.tgb-ahmad-lead {
  max-width: 800px;
  margin: 1rem 0 0;
  color: rgba(27, 20, 100, .72);
  font-size: 1.05rem;
  line-height: 1.8;
  font-weight: 500;
}

html[dir="rtl"] .tgb-ahmad-lead {
  margin-left: auto;
  margin-right: 0;
}

.tgb-ahmad-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .85rem;
  margin: 1.75rem 0 2rem;
}

.tgb-ahmad-metric {
  border: 1px solid rgba(0, 153, 214, .16);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(0, 153, 214, .08), rgba(242, 101, 34, .05));
  padding: 1rem;
}

.tgb-ahmad-metric strong {
  display: block;
  color: #F26522;
  font-size: 2rem;
  line-height: 1;
  font-weight: 900;
  font-family: Poppins, Tajawal, sans-serif;
}

.tgb-ahmad-metric span {
  display: block;
  margin-top: .35rem;
  color: rgba(27, 20, 100, .68);
  font-size: .9rem;
  line-height: 1.55;
  font-weight: 700;
}

.tgb-ahmad-card,
.tgb-ahmad-video-card {
  border: 1px solid rgba(27, 20, 100, .1);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(27, 20, 100, .08);
  overflow: hidden;
}

.tgb-ahmad-card {
  position: relative;
  margin-top: 2rem;
}

.tgb-ahmad-card:before {
  content: "";
  display: block;
  height: 4px;
  background: linear-gradient(90deg, #1B1464, #0099D6, #F26522, #ED1C24);
}

.tgb-ahmad-body {
  padding: clamp(1.25rem, 3vw, 2.25rem);
  columns: 1;
}

.tgb-ahmad-body p {
  margin: 0 0 1rem;
  color: rgba(27, 20, 100, .78);
  font-size: 1rem;
  line-height: 1.85;
  white-space: pre-line;
}

.tgb-ahmad-body p:last-child {
  margin-bottom: 0;
}

.tgb-ahmad-body .tgb-ahmad-quote {
  margin: 1.15rem 0;
  padding: 1rem 1.1rem;
  border-inline-start: 4px solid #0099D6;
  border-radius: 8px;
  background: rgba(0, 153, 214, .06);
  color: #1B1464;
  font-weight: 700;
}

.tgb-ahmad-body .tgb-ahmad-emphasis {
  color: #1B1464;
  font-weight: 800;
}

.tgb-ahmad-video-card {
  margin-top: 2rem;
  background: linear-gradient(180deg, #fff, #f8fbff);
}

.tgb-ahmad-video-copy {
  padding: 1.25rem clamp(1.25rem, 3vw, 2rem);
  border-bottom: 1px solid rgba(0, 153, 214, .14);
}

.tgb-ahmad-video-label {
  display: block;
  color: #0099D6;
  font-size: .82rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
}

html[dir="rtl"] .tgb-ahmad-video-label {
  letter-spacing: 0;
}

.tgb-ahmad-video-title {
  margin: .35rem 0 0;
  color: #1B1464;
  font-size: clamp(1.2rem, 2.2vw, 1.65rem);
  line-height: 1.45;
  font-weight: 900;
}

.tgb-ahmad-video-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  background: #0f1534;
}

.tgb-ahmad-video-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

html[lang="ur"] .tgb-ahmad-body p {
  line-height: 2.15;
}

@media (max-width: 768px) {
  .tgb-ahmad-story {
    margin-top: 3rem;
    padding-top: 2.25rem;
  }

  .tgb-ahmad-metrics {
    grid-template-columns: 1fr;
  }

  .tgb-ahmad-title {
    font-size: clamp(1.45rem, 7vw, 2.1rem);
  }
}
