.rr-hero {
  text-align: center;
  margin: 60px auto;
  max-width: 1100px;
  padding: 0 20px;
}

.rr-title {
  font-size: 2.4rem;
  font-weight: 700;
  color: #222;
  margin-bottom: 10px;
}

.rr-subtitle {
  font-size: 1rem;
  font-weight: 500;
  color: #7c3bed;
  margin-bottom: 18px;
}

.rr-desc {
  font-size: 1rem;
  color: #444;
  max-width: 720px;
  margin: 0 auto 32px auto;
  line-height: 1.6;
}

.rr-skills {
  display: block;
  margin-top: 10px;
  color: #888;
  font-size: 0.9rem;
}

.rr-preview {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap;
  margin: 45px auto;
}

.rr-preview img {
  width: 100%;
  border-radius: 12px;
}

.rr-meta-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  margin: 48px auto 0 auto;
  max-width: 1000px;
}

.rr-meta-card {
  background: #fff;
  border-radius: 12px;
  padding: 24px;
  text-align: center;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.05);
  transition: transform 0.2s ease;
}

.rr-meta-card:hover {
  transform: translateY(-4px);
}

.rr-meta-card-icon {
  font-size: 1.6rem;
  margin-bottom: 19px;
  color: #6d4c41;
}

.rr-meta-card h4 {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 8px;
  color: #717171;
}

.rr-meta-card p {
  font-size: 0.95rem;
  color: #353535;
  font-weight: 600;
}

.rr-section {
  max-width: 900px;
  margin: 10% auto;
  padding: 0 20px;
}

.rr-section-title {
  font-size: 24px;
  color: #353535;
  font-weight: 700;
  margin-bottom: 18px;
}

.rr-quote {
  background: #efe8fd;
  border-left: 2px solid #7c3bed;
  padding: 14px 18px;
  margin: 18px 0;
  font-style: italic;
  font-size: 16px;
  color: #7c3bed;
  border-radius: 6px;
  font-family: "serif", serif, "roboto";
  font-weight: 700;
}

.rr-question {
  color: #b97c3a;
  font-weight: 600;
  margin: 12px 0;
  font-size: 1.05rem;
}

@media (max-width: 768px) {
  .rr-preview {
    flex-direction: column;
  }
  .rr-meta-cards {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 480px) {
  .rr-meta-cards {
    grid-template-columns: 1fr;
  }
}
.rr-skills-meta {
  margin-top: 2%;
  font-size: 15px;
  color: #666;

  p {
    margin: 0;
    line-height: 1.6;
  }

  .dot {
    margin: 0 6px;
    color: #999;
    font-weight: bold;
  }
}

.rr-design-principle_icon {
  font-size: 1.3rem;
  margin-right: 4px;
  color: #ffc46b;
  flex-shrink: 0;
}

.rr-core-questions li {
  color: #2650a1;
  font-size: 1rem;
  margin-bottom: 8px;
  position: relative;
  padding-left: 0.8em;
}

.rr-core-questions li::marker,
.rr-core-questions li::before {
  color: #4f8cff;
}

.rr-table {
  width: 100%;
  margin: 0 0 24px;
  padding-top: 5%;
}

.rr-table table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  table-layout: fixed;
  word-wrap: break-word;
}

.rr-table th {
  background: #f3f1f6;
  text-align: left;
  padding: 14px 10px;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--main-color);
}

.rr-table td {
  padding: 12px 10px;
  font-size: 0.9rem;
  color: var(--main-color);
  border-top: 1px solid #eee;
  vertical-align: top;
}

.rr-table td b {
  font-size: 0.9rem;
  color: var(--main-color);
}

/* Optional zebra striping */
.rr-table tbody tr:nth-child(even) {
  background: #fafafa;
}

.rr-design-principle {
  background: #fff8ee;
  border-left: 2px solid #ffc46b;
  border-radius: 8px;
  padding: 16px 24px;
  margin: 10px 0 28px 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 1rem;
}

.rr-design-principle__header {
  display: flex;
  align-items: center;
  gap: 8px;
}

.rr-design-principle__icon img {
  width: 22px;
  height: 22px;
}

.rr-design-principle__label {
  font-weight: 600;
  color: #9f6102;
  font-size: 1rem;
}

.rr-core-questions {
  background: #f8fafc;
  border-radius: 8px;
  padding: 18px 24px;
  margin-bottom: 32px;
}

.rr-core-questions_title {
  font-weight: 600;
  color: #222;
  margin-bottom: 12px;
  font-size: 1.1rem;
}

.rr-core-questions ul {
  margin: 0;
  padding-left: 22px;
}

.rr-core-questions ul li {
  color: #353535;
  font-size: 1rem;
  margin-bottom: 12px;
  position: relative;
  padding-left: 0;
  list-style: disc;
}

.rr-core-questions ul li::marker {
  color: #7c3bed;
  font-size: 1.2em;
}

.question_p {
  padding-top: 2%;
}

.rr-points-actions {
  background: #f8fafc;
  border-radius: 10px;
  display: flex;
  gap: 40px;
  padding: 32px 32px 32px 32px;
  align-items: flex-start;
  margin: 32px 0;
}

.rr-points-actions__left {
  flex: 1 1 340px;
}

.rr-points-actions__title {
  font-weight: 600;
  color: #222;
  font-size: 1.1rem;
  margin-bottom: 18px;
}

.rr-points-actions__list {
  margin: 0;
  padding-left: 22px;
}

.rr-points-actions__list li {
  color: #353535;
  font-size: 1rem;
  margin-bottom: 14px;
  position: relative;
  list-style: disc;
}

.rr-points-actions__list li::marker {
  color: #7fc85d;
  font-size: 1.2em;
}

.rr-points-actions__right {
  flex: 1 1 320px;
  display: flex;
  justify-content: flex-end;
}

.rr-bonus-rules__item {
  margin-bottom: 18px;
}

.rr-bonus-rules__item label {
  display: block;
  color: #444;
  font-size: 0.98rem;
  margin-bottom: 6px;
}

.rr-bonus-rules__input {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #e2e8f0;
  padding: 6px 10px;
}

.rr-bonus-rules__input img {
  width: 18px;
  height: 18px;
}

.rr-bonus-rules__input input {
  border: none;
  background: transparent;
  font-size: 1rem;
  color: #353535;
  width: 60px;
  outline: none;
}
.point-img {
  width: 75%;
}
@media (max-width: 900px) {
  .rr-points-actions {
    flex-direction: column;
    gap: 24px;
    padding: 18px 8px;
  }
  .rr-points-actions__right {
    justify-content: flex-start;
  }
}
.rr-design-principle__desc p {
  margin-left: 27px;
}
.earn-points {
  text-align: center;
  padding-top: 2%;
  padding-bottom: 2%;
}
.rr-progress-system {
  background: #f9f6fd;
  border-radius: 12px;
  padding: 32px 40px;
  margin: 32px 0;
}

.rr-progress-system__title {
  text-align: center;
  margin-bottom: 24px;
}

.rr-progress-system__content {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 80px;
}

.rr-progress-system__tiers,
.rr-progress-system__badges {
  flex: 1 1 220px;
}

.rr-progress-system__subtitle {
  font-weight: 600;
  color: #222;
  margin-bottom: 16px;
  font-size: 1rem;
}

.rr-progress-system__tiers ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.rr-progress-system__tiers li {
  display: flex;
  align-items: center;
  font-size: 1rem;
  color: #222;
  margin-bottom: 16px;
  gap: 10px;
}

.tier-dot {
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  margin-right: 8px;
  vertical-align: middle;
}

.tier-dot.bronze {
  background: #d97706;
}

.tier-dot.silver {
  background: #9ca3af;
}

.tier-dot.gold {
  background: #edca6e;
}

.tier-dot.vip {
  background: #9333ea;
}

.rr-progress-system__badge-row {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 1rem;
  color: #222;
}

.badge-img {
  width: 32px;
  height: 32px;
}

@media (max-width: 900px) {
  .rr-floating-gift-right {
    flex: 1 1 320px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .rr-progress-system {
    padding: 18px 8px;
  }
  .rr-progress-system__content {
    flex-direction: column;
    gap: 32px;
    align-items: center;
  }
}
.rr-core-features {
  margin: 64px auto 0 auto;
  max-width: 900px;
  text-align: center;
  padding-bottom: 10%;
}

.rr-core-features__title {
  text-align: start;
}

.rr-core-features__subtitle {
  font-size: 1rem;
  color: #444;
  margin-bottom: 32px;
  text-align: start;
}

.rr-core-features__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  margin: 0 auto;
  margin-bottom: 25px;
}

.rr-core-feature-card {
  background: #fff;
  border: 1px solid #ede9fe;
  border-radius: 12px;
  padding: 28px 28px 22px 28px;
  text-align: left;
  min-height: 120px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  transition: box-shadow 0.2s;
}

.rr-core-feature-card:hover {
  box-shadow: 0 2px 16px rgba(30, 60, 90, 0.08);
}

.rr-core-feature-card__header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

.rr-core-feature-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
}

.rr-core-feature-card__icon img {
  width: 24px;
  height: 24px;
}

.rr-core-feature-card__icon.earn img {
  filter: drop-shadow(0 0 0 #7c3bed);
}

.rr-core-feature-card__icon.conversion img {
  filter: drop-shadow(0 0 0 #38c172);
}

.rr-core-feature-card__icon.voucher img {
  filter: drop-shadow(0 0 0 #f43f5e);
}

.rr-core-feature-card__icon.tier img {
  filter: drop-shadow(0 0 0 #2563eb);
}

.rr-core-feature-card__desc {
  color: #444;
  font-size: 1rem;
  margin-left: 10px;
}

@media (max-width: 900px) {
  .rr-core-features__grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .rr-core-feature-card {
    padding: 18px 12px;
  }
}

@media (max-width: 900px) {
  .rr-floating-gift-section {
    flex-direction: column;
    gap: 24px;
    align-items: center;
  }
  .rr-floating-gift-mockup img {
    width: 100%;
    max-width: 340px;
  }
  .rr-floating-gift-circle {
    width: 120px;
    height: 120px;
  }
  .rr-floating-gift-circle img {
    width: 70px;
    height: 70px;
  }
}
.rr-floating-gift-section {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 56px;
  margin: 48px 0 0 0;
}

.rr-floating-gift-left {
  flex: 0 0 260px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.rr-floating-gift-circle {
  width: 125px;
  height: 125px;
  background: #f8f7fc;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 16px rgba(30, 60, 90, 0.1);
}

.rr-floating-gift-circle img {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  object-fit: contain;
}

.rr-floating-gift-right {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.rr-floating-gift-mockup img {
  width: 520px;
  max-width: 100%;
  border-radius: 8px;
  box-shadow: 0 2px 16px rgba(30, 60, 90, 0.08);
  margin-bottom: 18px;
  display: block;
}

.rr-floating-gift-label {
  text-align: center;
  font-weight: 600;
  color: #353535;
  font-size: 1.08rem;
  margin-top: 8px;
  letter-spacing: 0.01em;
}

@media (max-width: 900px) {
  .rr-floating-gift-circle {
    width: 80px;
    height: 80px;
    background: #f8f7fc;
    border-radius: 35%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 16px rgba(30, 60, 90, 0.1);
  }

  .rr-floating-gift-section {
    flex-direction: column;
    gap: 32px;
    align-items: center;
  }
  .rr-floating-gift-mockup img {
    width: 100%;
    max-width: 340px;
  }

  .rr-floating-gift-circle img {
    width: 70px;
    height: 70px;
  }
}

.rr-ux-checklist {
  background: #f8fafc;
  border-radius: 10px;
  padding: 28px 32px;
  margin: 32px 0;
}

.rr-ux-checklist__title {
  font-weight: 600;
  color: #222;
  font-size: 0.9rem;
  margin-bottom: 18px;
}

.rr-ux-checklist__items {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0;
}

.rr-ux-checklist__item {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.rr-ux-checklist__icon img {
  width: 32px;
  height: 32px;
  display: block;
}

.rr-ux-checklist__label {
  color: var(--main-color);
  font-size: 1rem;
  text-align: center;
  margin-top: 4px;
}

@media (max-width: 900px) {
  .rr-ux-checklist__items {
    flex-direction: row;
    gap: 18px;
  }
}

.rr-paragraph {
  font-size: 14px !important;
}
.highlight {
  font-family: "Montserrat" !important;
  font-size: 20px !important;
  color: var(--main-color) !important;
}
.quotes_width {
  width: 52%;
}

.header_margin {
  margin-top: 18px;
  margin-bottom: 0px;
}
.quote-card {
  background: #e9f0ff;
  border-radius: 12px;
  padding: 18px 32px;
  margin: 24px 0;
  font-size: 1.08rem;
  color: #1f6692;
  font-style: italic;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
  border-left: 2px solid #1f6692;
}

.header-bottom {
  padding-bottom: 5%;
}
.header-top {
  padding-top: 10%;
}

.sub-header-bottom {
  padding-bottom: 2%;
}

.sub-header-top {
  padding-top: 5%;
}

.img-space {
  padding-top: 3%;
}

.content-bottom {
  margin-bottom: 10%;
}

.margin-space {
  margin-bottom: 5%;
}
