.rqw {
  direction: rtl;
  font-family: "Cairo", Tahoma, sans-serif;
  color: #201a19;
}

.rq-shell {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
}

.rq-hero,
.rq-expert,
.rq-most-read,
.rq-lessons,
.rq-table,
.rq-journey,
.rq-products,
.rq-testimonial {
  padding: 56px 0;
}

.rq-hero {
  --rq-accent: #ef3d37;
  --rq-bg-start: #103f20;
  --rq-bg-end: #89b85e;
}

.rq-hero__card {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
  display: grid;
  grid-template-columns: minmax(320px, 1.1fr) minmax(320px, 1fr);
  gap: 28px;
  align-items: stretch;
}

.rq-hero__copy {
  background: linear-gradient(135deg, var(--rq-bg-start) 0%, var(--rq-bg-end) 100%);
  border-radius: 24px;
  padding: 56px 48px;
  color: #fff;
  box-shadow: 0 20px 48px rgba(16, 63, 32, 0.18);
}

.rq-hero__badge {
  display: inline-block;
  margin-bottom: 18px;
  background: var(--rq-accent);
  color: #fff;
  padding: 8px 16px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
}

.rq-hero__title {
  margin: 0 0 18px;
  font-size: clamp(34px, 4.4vw, 62px);
  line-height: 1.1;
  font-weight: 900;
}

.rq-hero__desc {
  margin: 0 0 28px;
  font-size: 18px;
  line-height: 1.9;
  color: rgba(255, 255, 255, 0.9);
}

.rq-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.rq-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border-radius: 12px;
  padding: 14px 22px;
  font-weight: 800;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.rq-btn:hover {
  transform: translateY(-2px);
}

.rq-btn--primary {
  background: #fff;
  color: var(--rq-accent);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
}

.rq-btn--ghost {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.12);
}

.rq-hero__media {
  min-height: 420px;
}

.rq-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 24px;
  display: block;
}

.rq-row-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 16px;
  margin-bottom: 48px;
}

.rq-row-head__eyebrow,
.rq-products__eyebrow,
.rq-expert__eyebrow {
  display: inline-block;
  color: #dd3333;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.2em;
  margin-bottom: 8px;
}

.rq-row-head__title,
.rq-expert__section-title,
.rq-products__head h2,
.rq-table__head h2,
.rq-journey__head h2 {
  margin: 0;
  font-size: clamp(30px, 3vw, 40px);
  font-weight: 900;
  line-height: 1.2;
  color: #201a19;
}

.rq-row-head__link,
.rq-most-read__head a {
  color: #dd3333;
  text-decoration: none;
  font-size: 14px;
  font-weight: 800;
}

.rq-expert__header {
  text-align: center;
  margin-bottom: 56px;
}

.rq-expert__line {
  width: 48px;
  height: 4px;
  margin: 18px auto 0;
  background: var(--rq-expert-accent, #dd3333);
  border-radius: 999px;
}

.rq-expert__body {
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
}

.rq-expert__portrait-wrap {
  position: relative;
  display: inline-block;
  margin-bottom: 26px;
}

.rq-expert__halo {
  position: absolute;
  inset: 0;
  background: rgba(221, 51, 51, 0.1);
  border-radius: 999px;
  transform: scale(1.1);
  transition: transform 0.5s ease;
}

.rq-expert__body:hover .rq-expert__halo {
  transform: scale(1.24);
}

.rq-expert__portrait {
  position: relative;
  z-index: 1;
  width: var(--rq-expert-image, 190px);
  height: var(--rq-expert-image, 190px);
  border-radius: 50% !important ;
  object-fit: cover;
  display: block;
  filter: grayscale(1);
  transition: filter 0.7s ease;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.rq-expert__body:hover .rq-expert__portrait {
  filter: grayscale(0);
}

.rq-expert__name {
  margin: 0 0 8px;
  font-size: var(--rq-expert-name, 32px);
  font-weight: 800;
  color: var(--rq-expert-title-color, #201a19);
}

.rq-expert__role {
  margin: 0 0 24px;
  color: var(--rq-expert-accent, #dd3333);
  font-size: var(--rq-expert-role, 18px);
  font-weight: 800;
}

.rq-expert__content-box {
  background: #fff1ef;
  border: 1px solid rgba(216, 194, 191, 0.6);
  border-radius: 12px;
  padding: 28px;
  margin-bottom: 24px;
}

.rq-expert__quote {
  margin: 0 0 18px;
  color: var(--rq-expert-muted, #534341);
  font-size: var(--rq-expert-quote, 18px);
  line-height: 1.9;
  font-style: italic;
}

.rq-expert__desc {
  color: var(--rq-expert-body-color, #201a19);
  font-size: var(--rq-expert-body, 15px);
  line-height: 1.95;
}

.rq-expert__button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--rq-expert-accent, #dd3333);
  color: #fff;
  text-decoration: none;
  padding: 14px 28px;
  border-radius: 10px;
  font-weight: 800;
  box-shadow: 0 12px 24px rgba(221, 51, 51, 0.2);
}

.rq-expert__section-title {
  font-size: var(--rq-expert-title, 58px);
  color: var(--rq-expert-title-color, #201a19);
}

.rq-expert__button svg,
.rq-expert__button i {
  width: 1em;
  height: 1em;
  font-size: 1em;
  line-height: 1;
  display: block;
}

.rq-most-read {
  padding-top: 18px;
}

.rq-most-read__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(216, 194, 191, 0.8);
  gap: 16px;
}

.rq-most-read__head h2 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  font-size: 28px;
  font-weight: 800;
}

.rq-most-read__icon {
  display: inline-flex;
  color: #dd3333;
  font-size: 22px;
}

.rq-most-read__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.rq-most-read__item {
  display: flex;
  gap: 16px;
  text-decoration: none;
  color: inherit;
  align-items: start;
}

.rq-most-read__item img {
  width: 80px;
  height: 80px;
  border-radius: 10px;
  object-fit: cover;
  flex: none;
}

.rq-most-read__content h4 {
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
  font-weight: 800;
  transition: color 0.25s ease;
}

.rq-most-read__item:hover h4 {
  color: #dd3333;
}

.rq-most-read__content span {
  display: block;
  margin-top: 8px;
  font-size: 10px;
  color: #534341;
  letter-spacing: 0.18em;
}

.rq-lessons {
  background: transparent;
}

.rq-lessons__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.42fr) minmax(320px, .78fr);
  gap: 32px;
}

.rq-lessons .rq-shell {
  background: var(--rq-lessons-bg, #f9ebe9);
  padding-top: 44px;
  padding-bottom: 44px;
}

.rq-lessons__featured {
  position: relative;
  min-height: 534px;
  overflow: hidden;
  border-radius: 12px;
  display: block;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 18px 40px rgba(32, 26, 25, 0.08);
}

.rq-lessons__featured img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s ease;
}

.rq-lessons__featured:hover img {
  transform: scale(1.05);
}

.rq-lessons__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(32, 26, 25, 0.86), transparent 55%);
}

.rq-lessons__play {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  z-index: 2;
  font-size: var(--rq-lessons-play, 28px);
  color: #fff;
}

.rq-lessons__play::before {
  content: "";
  width: 84px;
  height: 84px;
  background: rgba(221, 51, 51, 0.25);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  position: absolute;
}

.rq-lessons__play svg,
.rq-lessons__play i {
  position: relative;
  z-index: 1;
  width: 1em;
  height: 1em;
  font-size: 1em;
  line-height: 1;
  display: block;
}

.rq-lessons__featured-copy {
  position: absolute;
  right: 32px;
  left: 32px;
  bottom: 32px;
  z-index: 2;
}

.rq-lessons__featured-tag {
  display: inline-block;
  background: var(--rq-lessons-accent, #dd3333);
  color: #fff;
  padding: 6px 12px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 800;
  margin-bottom: 14px;
}

.rq-lessons__featured-copy h3 {
  margin: 0;
  font-size: var(--rq-lessons-featured, 30px);
  line-height: 1.35;
  font-weight: 800;
}

.rq-lessons__side {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.rq-lessons__mini {
  color: inherit;
  text-decoration: none;
}

.rq-lessons__mini-media {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 14px;
}

.rq-lessons__mini-media img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.rq-lessons__mini:hover .rq-lessons__mini-media img {
  transform: scale(1.05);
}

.rq-lessons__duration {
  position: absolute;
  left: 10px;
  bottom: 10px;
  background: rgba(32, 26, 25, 0.6);
  backdrop-filter: blur(5px);
  color: #fff;
  font-size: 12px;
  padding: 4px 8px;
  border-radius: 6px;
}

.rq-lessons__mini h4 {
  margin: 0;
  font-size: var(--rq-lessons-side, 18px);
  font-weight: 800;
  line-height: 1.55;
  transition: color 0.25s ease;
  color: var(--rq-lessons-heading, #201a19);
}

.rq-lessons__mini:hover h4 {
  color: var(--rq-lessons-accent, #dd3333);
}

.rq-lessons .rq-row-head__eyebrow,
.rq-lessons .rq-row-head__link {
  color: var(--rq-lessons-accent, #dd3333);
}

.rq-lessons .rq-row-head__title {
  font-size: var(--rq-lessons-title, 34px);
  color: var(--rq-lessons-heading, #201a19);
}

.rq-lessons__featured-copy h3,
.rq-lessons__duration {
  color: #fff;
}

.rq-table__head {
  text-align: center;
  margin-bottom: 32px;
}

.rq-table__head p,
.rq-journey__head p {
  max-width: 720px;
  margin: 10px auto 0;
  color: #534341;
  line-height: 1.9;
}

.rq-table__wrap {
  overflow: hidden;
  border: 1px solid #d8c2bf;
  border-radius: 12px;
  background: #fff1ef;
}

.rq-table table {
  width: 100%;
  border-collapse: collapse;
  text-align: right;
}

.rq-table thead {
  background: #dd3333;
  color: #fff;
}

.rq-table th,
.rq-table td {
  padding: 18px 24px;
  font-size: 15px;
}

.rq-table tbody tr {
  border-top: 1px solid rgba(216, 194, 191, 0.5);
  transition: background 0.2s ease;
}

.rq-table tbody tr:hover {
  background: #fff;
}

.rq-table tbody td:first-child,
.rq-table tbody td:last-child {
  color: #dd3333;
  font-weight: 700;
}

.rq-journey {
  background: transparent;
}

.rq-journey__head {
  text-align: center;
  margin-bottom: 56px;
}

.rq-journey .rq-shell {
  background: var(--rq-journey-bg, rgba(255, 232, 230, 0.4));
  padding-top: 46px;
  padding-bottom: 56px;
}

.rq-journey__grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 48px;
}

.rq-journey__line {
  position: absolute;
  top: 48px;
  left: 0;
  width: 100%;
  border-top: 2px dashed var(--rq-journey-line, rgba(221, 51, 51, 0.3));
}

.rq-journey__item {
  position: relative;
  z-index: 1;
  text-align: center;
}

.rq-journey__circle {
  width: var(--rq-journey-circle, 96px);
  height: var(--rq-journey-circle, 96px);
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  font-size: var(--rq-journey-icon, 34px);
  box-shadow: 0 16px 28px rgba(221, 51, 51, 0.18);
}

.rq-journey__circle svg,
.rq-journey__circle i {
  width: 1em;
  height: 1em;
  font-size: 1em;
  line-height: 1;
  display: block;
}

.rq-journey__item h3 {
  margin: 0 0 12px;
  font-size: var(--rq-journey-item-title, 22px);
  font-weight: 800;
  color: var(--rq-journey-title-color, #201a19);
}

.rq-journey__item p {
  margin: 0;
  color: var(--rq-journey-text-color, #534341);
  font-size: var(--rq-journey-item-text, 14px);
  line-height: 1.95;
  padding: 0 16px;
}

.rq-journey__head h2 {
  font-size: var(--rq-journey-title, 34px);
  color: var(--rq-journey-title-color, #201a19);
}

.rq-journey__head p {
  font-size: var(--rq-journey-subtitle, 18px);
  color: var(--rq-journey-text-color, #534341);
}

.rq-products__head {
  text-align: center;
  margin-bottom: 56px;
}

.rq-products__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 32px;
}

.rq-product {
  text-decoration: none;
  color: inherit;
  background: #fff;
  padding: 16px;
  border-radius: 12px;
  box-shadow: 0 0 0 1px rgba(216, 194, 191, 0.25);
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.rq-product:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 44px rgba(32, 26, 25, 0.08);
}

.rq-product img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 14px;
}

.rq-product h3 {
  margin: 0 0 6px;
  font-size: 14px;
  line-height: 1.7;
  font-weight: 800;
}

.rq-product__desc {
  margin: 0 0 14px;
  color: #534341;
  font-size: 10px;
  line-height: 1.8;
}

.rq-product__foot {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.rq-product__price {
  color: #dd3333;
  font-weight: 800;
}

.rq-product__cart {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  background: #dd3333;
  color: #fff;
  font-size: 14px;
}

.rq-product__cart svg,
.rq-product__cart i,
.rq-most-read__icon svg,
.rq-most-read__icon i,
.rq-cta__icon svg,
.rq-cta__icon i {
  width: 1em;
  height: 1em;
  font-size: 1em;
  line-height: 1;
  display: block;
}

.rq-cta {
  padding: 0;
}

.rq-cta__inner {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #dd3333 0%, #ef443d 100%);
  background-size: cover;
  background-position: center;
  color: #fff;
  padding: 84px 24px;
  text-align: center;
}

.rq-cta__inner::before,
.rq-cta__inner::after {
  content: "";
  position: absolute;
  inset: auto;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
}

.rq-cta__inner::before {
  width: 340px;
  height: 340px;
  top: -160px;
  right: -80px;
}

.rq-cta__inner::after {
  width: 420px;
  height: 420px;
  bottom: -220px;
  left: -120px;
}

.rq-cta__overlay {
  position: absolute;
  inset: 0;
  background: rgba(221, 51, 51, 0.9);
}

.rq-cta__content {
  position: relative;
  z-index: 1;
  max-width: 760px;
  margin: 0 auto;
}

.rq-cta__icon {
  font-size: 34px;
  margin-bottom: 18px;
}

.rq-cta__content h2 {
  margin: 0 0 24px;
  font-size: clamp(34px, 4vw, 50px);
  font-weight: 900;
  font-style: italic;
  line-height: 1.3;
}

.rq-cta__content p {
  margin: 0 0 28px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 18px;
}

.rq-cta__button {
  display: inline-block;
  background: #fff;
  color: #dd3333;
  text-decoration: none;
  font-weight: 800;
  border-radius: 8px;
  padding: 16px 28px;
  box-shadow: 0 16px 28px rgba(0, 0, 0, 0.12);
}

.rq-testimonial {
  position: relative;
  overflow: hidden;
  background: #fffbff;
}

.rq-testimonial__shell {
  position: relative;
  max-width: 900px;
}

.rq-testimonial__glow {
  position: absolute;
  border-radius: 999px;
  filter: blur(60px);
  opacity: 0.7;
}

.rq-testimonial__glow--top {
  width: 260px;
  height: 260px;
  top: -100px;
  right: -80px;
  background: rgba(221, 51, 51, 0.07);
}

.rq-testimonial__glow--bottom {
  width: 340px;
  height: 340px;
  left: -120px;
  bottom: -150px;
  background: rgba(119, 86, 82, 0.08);
}

.rq-testimonial__content {
  position: relative;
  z-index: 1;
  text-align: center;
}

.rq-testimonial__viewport {
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  position: relative;
  z-index: 1;
}

.rq-testimonial__viewport::-webkit-scrollbar {
  display: none;
}

.rq-testimonial__track {
  display: flex;
}

.rq-testimonial__slide {
  min-width: 100%;
  scroll-snap-align: center;
  padding: 0 4px;
  box-sizing: border-box;
}

.rq-testimonial__quote-mark {
  color: var(--rq-testimonial-accent, #dd3333);
  opacity: 0.4;
  font-size: 64px;
  margin-bottom: 24px;
}

.rq-testimonial__text {
  margin: 0 auto 24px;
  max-width: 760px;
  font-size: var(--rq-testimonial-quote-size, 28px);
  line-height: 2;
  font-style: italic;
  color: var(--rq-testimonial-quote, #201a19);
}

.rq-testimonial__meta {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.rq-testimonial__line {
  width: 48px;
  height: 2px;
  background: #d8c2bf;
  margin-bottom: 16px;
}

.rq-testimonial__meta h4 {
  margin: 0 0 4px;
  font-size: var(--rq-testimonial-name-size, 18px);
  font-weight: 800;
  color: var(--rq-testimonial-quote, #201a19);
}

.rq-testimonial__meta p {
  margin: 0;
  color: var(--rq-testimonial-meta, #534341);
  font-size: var(--rq-testimonial-role-size, 14px);
}

.rq-testimonial__dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 32px;
  position: relative;
  z-index: 2;
}

.rq-testimonial__dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #d8c2bf;
  border: 0;
  padding: 0;
  cursor: pointer;
}

.rq-testimonial__dot.is-active {
  background: var(--rq-testimonial-accent, #dd3333);
}

@media (max-width: 991px) {
  .rq-shell,
  .rq-hero__card {
    padding: 0 24px;
  }

  .rq-hero__card,
  .rq-lessons__grid {
    grid-template-columns: 1fr;
  }

  .rq-most-read__grid,
  .rq-products__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .rq-shell,
  .rq-hero__card {
    padding: 0 16px;
  }

  .rq-hero__copy {
    padding: 36px 24px;
  }

  .rq-row-head,
  .rq-most-read__head {
    flex-direction: column;
    align-items: flex-start;
  }

  .rq-most-read__grid,
  .rq-products__grid,
  .rq-journey__grid {
    grid-template-columns: 1fr;
  }

  .rq-journey__line {
    display: none;
  }

  .rq-testimonial__text {
    font-size: 20px;
  }

  .rq-lessons__featured {
    min-height: 360px;
  }

  .rq-cta__inner {
    padding: 64px 18px;
  }
}
