/* رنگ‌های لوگو: گرادیان، شکل‌ها و جداکننده‌ها */

/* پس‌زمینه کلی صفحه */
.page-body {
  background-color: #ffffff;
  background-image:
    radial-gradient(ellipse 120% 90% at 100% -10%, rgba(181, 232, 250, 0.14), transparent 72%),
    radial-gradient(ellipse 100% 70% at 0% 25%, rgba(255, 122, 0, 0.04), transparent 68%),
    radial-gradient(ellipse 90% 60% at 95% 95%, rgba(159, 216, 56, 0.05), transparent 65%),
    radial-gradient(ellipse 70% 50% at 5% 90%, rgba(233, 30, 140, 0.03), transparent 60%);
  background-attachment: fixed;
}

/* لایه شکل‌های تزئینی داخل سکشن */
.deco-layer {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 0;
}

.deco-blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(88px);
  opacity: 0.16;
}

.deco-blob--orange {
  background: #ff7a00;
}

.deco-blob--green {
  background: #9fd838;
}

.deco-blob--blue {
  background: #b5e8fa;
}

.deco-blob--pink {
  background: #e91e8c;
}

.deco-blob--yellow {
  background: #ffb300;
}

/* فاصله بالا/پایین باند آمار (بدون لبه سخت با سکشن‌های مجاور) */
.stats-band-wrap {
  padding: 3rem 0 3.5rem;
  width: 100%;
}

/* باند گرادیانی آمار: گوشه گرد و محو شدن لبه‌ها (فقط پس‌زمینه) */
.section-band-gradient {
  position: relative;
  isolation: isolate;
}

.section-band-gradient::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(
    105deg,
    rgba(255, 122, 0, 0.05) 0%,
    rgba(159, 216, 56, 0.06) 35%,
    rgba(181, 232, 250, 0.12) 65%,
    rgba(233, 30, 140, 0.04) 100%
  );
}

/* فاصله یکنواخت بین سکشن‌های صفحه اصلی؛ blobها بیرون کلیپ نمی‌شوند */
.section-deco {
  overflow: visible;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

@media (max-width: 767px) {
  /* Less gap between hero image and next section heading on mobile */
  #hero-home.section-deco {
    padding-bottom: 1rem;
  }

  #hero-home + .section-deco {
    padding-top: 1.25rem;
  }

  /* Less gap under features carousel before courses heading */
  #features-home.section-deco {
    padding-bottom: 1rem;
  }

  #features-home + .section-deco {
    padding-top: 1.25rem;
  }

  #features-home .carousel-mobile__track {
    padding-bottom: 0;
  }

  /* Pull why-shaparak image up under stats on mobile */
  .stats-band-wrap {
    padding-bottom: 0.75rem;
  }

  #why-home.section-deco {
    padding-top: 0;
    padding-bottom: 1.5rem;
  }
}

@media (min-width: 768px) {
  .section-deco {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

/* دوره‌ها */
.course-theme-yellow {
  background: linear-gradient(160deg, #ffe082, #ffb300);
}

.course-theme-pink {
  background: linear-gradient(160deg, #f48fb1, #e91e8c);
}

.course-theme-cyan {
  background: linear-gradient(160deg, #b5e8fa, #5eb8e5);
}

.course-theme-navy {
  background: linear-gradient(160deg, #9fd838, #4caf50);
}

.feature-icon-orange {
  background: rgba(255, 240, 224, 0.55);
}

.feature-icon-green {
  background: rgba(237, 248, 212, 0.55);
}

.feature-icon-blue {
  background: rgba(232, 247, 252, 0.55);
}

.feature-icon-yellow {
  background: rgba(255, 248, 225, 0.55);
}

.feature-icon-pink {
  background: rgba(252, 228, 240, 0.55);
}

.newsletter-msg.is-success {
  color: #9fd838;
}

.newsletter-msg.is-error {
  color: #fca5a5;
}

/* منوی موبایل */
.site-nav-link {
  position: relative;
  display: block;
  border-radius: 0.75rem;
  padding: 0.625rem 0.875rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: #334155;
  transition:
    color 0.22s ease,
    background-color 0.22s ease,
    transform 0.22s ease;
}

.site-nav-link:hover {
  color: #ff7a00;
  background: rgba(255, 122, 0, 0.08);
}

.site-nav-link.is-active {
  color: #ff7a00;
  font-weight: 700;
  background: rgba(255, 122, 0, 0.12);
}

@media (max-width: 1023px) {
  .nav-toggle {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 0.625rem;
    padding: 0;
    transition: background-color 0.2s ease;
  }
}

@media (min-width: 1024px) {
  .nav-toggle {
    display: none;
  }
}

.nav-toggle:hover {
  background: rgba(255, 122, 0, 0.08);
}

.nav-toggle__bar {
  position: absolute;
  left: 50%;
  width: 1.5rem;
  height: 2px;
  margin-left: -0.75rem;
  border-radius: 999px;
  transition:
    transform 0.32s cubic-bezier(0.4, 0, 0.2, 1),
    top 0.32s cubic-bezier(0.4, 0, 0.2, 1),
    bottom 0.32s cubic-bezier(0.4, 0, 0.2, 1),
    opacity 0.2s ease;
}

.nav-toggle__bar--1 {
  top: 0.75rem;
  background: #ff7a00;
}

.nav-toggle__bar--2 {
  top: 50%;
  margin-top: -1px;
  background: #9fd838;
}

.nav-toggle__bar--3 {
  bottom: 0.75rem;
  background: #5eb8e5;
}

.nav-toggle.is-active .nav-toggle__bar--1 {
  top: 50%;
  margin-top: -1px;
  transform: rotate(45deg);
}

.nav-toggle.is-active .nav-toggle__bar--2 {
  opacity: 0;
  transform: scaleX(0);
}

.nav-toggle.is-active .nav-toggle__bar--3 {
  top: 50%;
  bottom: auto;
  margin-top: -1px;
  transform: rotate(-45deg);
}

@media (max-width: 1023px) {
  .site-header-shell {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
  }

  /* Keep brand on the right, app button on the left (RTL) */
  .site-header-brand {
    order: 1;
  }

  .site-header-actions {
    order: 2;
  }

  /* In RTL: first flex child is on the right → hamburger sits to the right of the logo */
  .site-header-brand .nav-toggle {
    order: 1;
  }

  .site-header-brand > a {
    order: 2;
  }

  .site-header-app-btn {
    white-space: nowrap;
  }

  .site-nav {
    position: absolute;
    inset-inline: 0;
    top: 100%;
    z-index: 50;
    display: block;
    overflow: hidden;
    max-height: 0;
    transform: translateY(-8px);
    background: #ffffff;
    padding-inline: 1.25rem;
    padding-block: 0;
    border-bottom: 1px solid transparent;
    box-shadow: none;
    pointer-events: none;
    transition:
      max-height 0.42s cubic-bezier(0.4, 0, 0.2, 1),
      transform 0.36s cubic-bezier(0.4, 0, 0.2, 1),
      padding 0.36s ease,
      border-color 0.25s ease,
      box-shadow 0.36s ease;
  }

  @media (min-width: 640px) {
    .site-nav {
      padding-inline: 2rem;
    }
  }

  .site-nav.is-open {
    max-height: 24rem;
    transform: translateY(0);
    padding-block: 1rem;
    border-bottom-color: rgb(226 232 240);
    box-shadow: 0 16px 32px rgba(15, 23, 42, 0.1);
    pointer-events: auto;
  }

  .site-nav li {
    opacity: 0;
    transform: translateY(-8px);
    transition:
      opacity 0.28s ease,
      transform 0.32s cubic-bezier(0.4, 0, 0.2, 1);
  }

  .site-nav.is-open li {
    opacity: 1;
    transform: translateY(0);
  }

  .site-nav.is-open li:nth-child(1) {
    transition-delay: 0.05s;
  }

  .site-nav.is-open li:nth-child(2) {
    transition-delay: 0.09s;
  }

  .site-nav.is-open li:nth-child(3) {
    transition-delay: 0.13s;
  }

  .site-nav.is-open li:nth-child(4) {
    transition-delay: 0.17s;
  }

  .site-nav.is-open li:nth-child(5) {
    transition-delay: 0.21s;
  }

  .site-nav.is-open li:nth-child(6) {
    transition-delay: 0.25s;
  }

  .site-nav:not(.is-open) li {
    transition-delay: 0s;
  }
}

@media (min-width: 1024px) {
  .site-nav {
    position: static;
    display: block;
    max-height: none;
    transform: none;
    overflow: visible;
    background: transparent;
    padding: 0;
    border-bottom: 0;
    box-shadow: none;
    pointer-events: auto;
  }

  .site-nav li {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

body.nav-open {
  overflow: hidden;
}

@media (min-width: 1024px) {
  body.nav-open {
    overflow: auto;
  }
}

.nav-toggle:focus-visible {
  outline: 2px solid #ff7a00;
  outline-offset: 2px;
}

/* Course buy modal: success / error messages */
.course-buy-message--success {
  border-color: rgba(76, 175, 80, 0.45);
  background-color: #edf8d4;
  color: #2e7d32;
}

.course-buy-message--error {
  border-color: #fecaca;
  background-color: #fef2f2;
  color: #b91c1c;
}

/* Promo popup (home consultation) */
.promo-popup-panel {
  animation: promo-popup-in 0.35s ease-out;
}

@keyframes promo-popup-in {
  from {
    opacity: 0;
    transform: translateY(12px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.promo-popup-image-wrap {
  max-height: min(70vh, 520px);
  overflow: hidden;
  background: #f8fafc;
}

.promo-popup-image-wrap img {
  object-fit: contain;
  object-position: center top;
}

/* سوالات متداول */
.faq-accordion {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.faq-item {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 1.5rem;
  background: rgba(255, 255, 255, 0.35);
  box-shadow: 0 8px 32px rgba(91, 184, 229, 0.06);
  backdrop-filter: blur(12px);
  transition:
    box-shadow 0.28s ease,
    border-color 0.28s ease,
    transform 0.28s ease;
}

.faq-item:has(.faq-trigger[aria-expanded='true']) {
  border-color: rgba(255, 122, 0, 0.22);
  box-shadow: 0 12px 40px rgba(255, 122, 0, 0.1);
}

.faq-item-heading {
  margin: 0;
}

.faq-trigger {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 1rem;
  padding: 1.25rem 1.25rem 1.25rem 1rem;
  text-align: right;
  color: #1e293b;
  transition: color 0.22s ease;
}

.faq-trigger:hover {
  color: #d96500;
}

.faq-number {
  display: grid;
  flex-shrink: 0;
  place-items: center;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 9999px;
  font-size: 0.95rem;
  font-weight: 800;
}

.faq-item--orange .faq-number {
  background: rgba(255, 122, 0, 0.14);
  color: #d96500;
}

.faq-item--pink .faq-number {
  background: rgba(233, 30, 140, 0.12);
  color: #c2186b;
}

.faq-item--green .faq-number {
  background: rgba(159, 216, 56, 0.18);
  color: #4caf50;
}

.faq-item--blue .faq-number {
  background: rgba(181, 232, 250, 0.55);
  color: #2b8fc4;
}

.faq-item--yellow .faq-number {
  background: rgba(255, 179, 0, 0.16);
  color: #e5a100;
}

.faq-question {
  flex: 1;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.65;
}

@media (min-width: 768px) {
  .faq-question {
    font-size: 1.125rem;
  }
}

.faq-toggle {
  position: relative;
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.55);
}

.faq-toggle::before,
.faq-toggle::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 9999px;
  background: #64748b;
  transform: translate(-50%, -50%);
  transition:
    transform 0.28s ease,
    background-color 0.28s ease,
    opacity 0.28s ease;
}

.faq-toggle::before {
  width: 0.85rem;
  height: 2px;
}

.faq-toggle::after {
  width: 2px;
  height: 0.85rem;
}

.faq-trigger[aria-expanded='true'] .faq-toggle::before {
  background: #ff7a00;
}

.faq-trigger[aria-expanded='true'] .faq-toggle::after {
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.6);
}

.faq-panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}

.faq-panel.is-open:not([hidden]) {
  max-height: none;
}

.faq-panel-inner {
  padding: 0 1.25rem 1.35rem 4.5rem;
}

.faq-panel-inner p {
  margin: 0 0 0.9rem;
  font-size: 0.98rem;
  line-height: 1.9;
  color: rgba(100, 116, 139, 0.92);
}

.faq-panel-inner p:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .faq-panel-inner {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}

.faq-aside-card {
  position: sticky;
  top: 6rem;
}

/* Blog post card: one-line title, two-line excerpt (not in compiled Tailwind) */
.blog-post-card__title,
.blog-post-card__excerpt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-width: 0;
  word-break: break-word;
}

.blog-post-card__title {
  -webkit-line-clamp: 1;
  line-clamp: 1;
}

.blog-post-card__excerpt {
  -webkit-line-clamp: 2;
  line-clamp: 2;
  line-height: 1.625;
}

/* Course intro video: keep horizontal frame, never crop poster/video */
.course-intro-video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #0f172a;
  object-fit: contain;
  object-position: center;
}

/* ─── Reels ─── */
.reels-page {
  direction: rtl;
  padding: 1rem 0 3rem;
}

.reels-page__inner {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 1.25rem;
}

@media (min-width: 640px) {
  .reels-page__inner {
    padding: 0 2rem;
  }
}

@media (min-width: 1024px) {
  .reels-page {
    padding: 1.25rem 0 4rem;
  }

  .reels-page__inner {
    padding: 0 3rem;
  }
}

.reels-page__header {
  margin-bottom: 1.75rem;
  text-align: center;
}

@media (min-width: 768px) {
  .reels-page__header {
    text-align: right;
    margin-bottom: 2.25rem;
  }
}

.reels-page__title {
  margin: 0 0 0.5rem;
  font-size: 1.5rem;
  font-weight: 700;
  color: #d96500;
}

@media (min-width: 768px) {
  .reels-page__title {
    font-size: 2.25rem;
  }
}

.reels-page__subtitle {
  margin: 0;
  font-size: 0.9rem;
  color: rgba(100, 116, 139, 0.9);
}

.reels-empty {
  margin: 0;
  padding: 2rem;
  text-align: center;
  border-radius: 1rem;
  background: #fff;
  color: #64748b;
  box-shadow: 0 8px 32px rgba(91, 184, 229, 0.06);
}

.reels-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 0.4rem;
  margin-bottom: 1.25rem;
  font-size: 0.875rem;
  color: #64748b;
}

.reels-breadcrumb a {
  font-weight: 600;
  color: #ff7a00;
  text-decoration: none;
}

.reels-breadcrumb a:hover {
  color: #d96500;
}

.reels-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
}

@media (min-width: 640px) {
  .reels-grid {
    gap: 1rem;
  }
}

@media (min-width: 768px) {
  .reels-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .reels-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.25rem;
  }
}

@media (min-width: 1280px) {
  .reels-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

.reel-card {
  display: block;
  height: 100%;
  text-decoration: none;
  color: inherit;
}

.reel-card__frame {
  position: relative;
  display: block;
  overflow: hidden;
  height: 100%;
  border-radius: 1.15rem;
  border: 1px solid rgba(255, 255, 255, 0.75);
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.08);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.reel-card:hover .reel-card__frame {
  transform: translateY(-2px);
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.12);
}

.reel-card__media {
  display: block;
  width: 100%;
  aspect-ratio: 9 / 16;
  object-fit: cover;
  background: #0f172a;
  transition: transform 0.3s ease;
}

.reel-card:hover .reel-card__media {
  transform: scale(1.03);
}

.reel-card__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(15, 23, 42, 0.78) 0%, rgba(15, 23, 42, 0.12) 42%, transparent 70%);
  pointer-events: none;
}

.reel-card__play {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.92);
  color: #ff7a00;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.18);
  transform: translate(-50%, -50%);
  pointer-events: none;
  transition: transform 0.2s ease;
}

.reel-card:hover .reel-card__play {
  transform: translate(-50%, -50%) scale(1.06);
}

.reel-card__title {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0.85rem;
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.45;
  color: #fff;
  text-align: right;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.45);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  pointer-events: none;
}

.reels-home-panel {
  direction: rtl;
  padding: 1.25rem 1.1rem 1.4rem;
  border-radius: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.7);
  background:
    linear-gradient(135deg, rgba(233, 30, 140, 0.06), rgba(255, 255, 255, 0.72) 42%, rgba(181, 232, 250, 0.14));
  box-shadow: 0 8px 32px rgba(91, 184, 229, 0.06);
  backdrop-filter: blur(10px);
}

@media (min-width: 768px) {
  .reels-home-panel {
    padding: 1.5rem 1.5rem 1.65rem;
  }
}

.reels-home-panel__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.15rem;
}

.reels-home-panel__heading {
  min-width: 0;
  text-align: right;
}

.reels-home-panel__title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5rem;
  margin: 0 0 0.3rem;
  font-size: 1.4rem;
  font-weight: 700;
  color: #d96500;
}

@media (min-width: 768px) {
  .reels-home-panel__title {
    font-size: 1.75rem;
  }
}

.reels-home-panel__title-icon {
  color: #e91e8c;
  flex-shrink: 0;
}

.reels-home-panel__subtitle {
  margin: 0;
  font-size: 0.9rem;
  color: rgba(100, 116, 139, 0.9);
}

.reels-home-panel__all {
  display: inline-flex;
  align-items: center;
  gap: 0.2rem;
  flex-shrink: 0;
  font-size: 0.9rem;
  font-weight: 700;
  color: #e91e8c;
  text-decoration: none;
  transition: color 0.15s ease;
}

.reels-home-panel__all:hover {
  color: #ff7a00;
}

.reel-detail {
  direction: rtl;
  display: grid;
  gap: 1.25rem;
  align-items: start;
}

@media (max-width: 767px) {
  .reel-detail__media-wrap {
    order: -1;
  }
}

@media (min-width: 768px) {
  .reel-detail {
    grid-template-columns: minmax(0, 1fr) minmax(0, 22rem);
    gap: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .reel-detail {
    grid-template-columns: minmax(0, 1fr) minmax(0, 24rem);
    gap: 1.75rem;
  }
}

.reel-detail__media-wrap {
  position: sticky;
  top: 6rem;
}

.reel-detail__media {
  overflow: hidden;
  border-radius: 1.35rem;
  border: 1px solid rgba(255, 255, 255, 0.8);
  background: #0f172a;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.14);
}

.reel-detail__player {
  display: block;
  width: 100%;
  aspect-ratio: 9 / 16;
  max-height: min(72vh, 640px);
  margin: 0 auto;
  background: #000;
  object-fit: contain;
}

.reel-detail__info {
  min-width: 0;
}

.reel-info-card {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1.25rem 1.2rem 1.35rem;
  border-radius: 1.35rem;
  border: 1px solid rgba(255, 122, 0, 0.12);
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.96), rgba(255, 248, 240, 0.92) 55%, rgba(232, 247, 252, 0.88));
  box-shadow: 0 12px 36px rgba(91, 184, 229, 0.1);
  text-align: right;
}

@media (min-width: 768px) {
  .reel-info-card {
    padding: 1.5rem 1.5rem 1.65rem;
    gap: 1.15rem;
  }
}

.reel-info-card__badge {
  display: inline-flex;
  align-self: flex-start;
  border-radius: 9999px;
  background: rgba(233, 30, 140, 0.12);
  padding: 0.3rem 0.75rem;
  font-size: 0.75rem;
  font-weight: 700;
  color: #e91e8c;
}

.reel-info-card__title {
  margin: 0;
  font-size: 1.55rem;
  font-weight: 700;
  line-height: 1.45;
  color: #d96500;
}

@media (min-width: 768px) {
  .reel-info-card__title {
    font-size: 1.9rem;
  }
}

.reel-info-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.reel-info-card__chip {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  border-radius: 9999px;
  border: 1px solid rgba(148, 163, 184, 0.25);
  background: rgba(255, 255, 255, 0.85);
  padding: 0.4rem 0.75rem;
  font-size: 0.8rem;
  font-weight: 600;
  color: #64748b;
}

.reel-info-card__chip svg {
  color: #ff7a00;
  flex-shrink: 0;
}

.reel-info-card__content {
  padding: 1rem 1.05rem;
  border-radius: 1rem;
  border: 1px solid rgba(15, 23, 42, 0.06);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.reel-info-card__content-title {
  margin: 0 0 0.55rem;
  font-size: 0.95rem;
  font-weight: 700;
  color: #0f172a;
}

.reel-info-card__content-text {
  margin: 0;
  font-size: 0.95rem;
  line-height: 2;
  color: #475569;
}

.reel-info-card__content-text--muted {
  color: #94a3b8;
}

.reels-related {
  margin-top: 2.5rem;
}

.reels-related__title {
  margin: 0 0 1.15rem;
  font-size: 1.2rem;
  font-weight: 700;
  color: #d96500;
  text-align: right;
}

