/* ===========================
   21-Day Reset Page
   =========================== */

/* ---- Shared Layout ---- */
.rr-section-inner {
  max-width: 1000px;
  margin: 0 auto;
}

.rr-eyebrow,
.rr-section-label {
  display: block;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text-muted, #5A5A5A);
  margin-bottom: 1rem;
  text-align: center;
}

.rr-section-heading {
  font-size: clamp(1.6rem, 3.5vw, 2.4rem);
  font-weight: 900;
  text-transform: uppercase;
  color: var(--text-primary, #D4D4D4);
  letter-spacing: -0.02em;
  line-height: 1.05;
  margin: 0 0 1rem;
  text-align: center;
}

.rr-section-desc {
  font-size: 0.95rem;
  line-height: 1.7;
  color: var(--text-secondary, #8A8A8A);
  max-width: 540px;
  margin: 0 auto 3.5rem;
  text-align: center;
}

/* ---- Hero ---- */
.rr-hero {
  min-height: 100vh;
  padding: 240px 5% 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.rr-hero .hero-bg {
  position: absolute;
  top: -15%; bottom: -15%; left: 0; right: 0;
  background-image: url('../images/index-landing-3.jpg');
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  will-change: transform;
  z-index: 0;
}

.rr-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.70);
  z-index: 1;
}

.rr-hero__inner {
  position: relative;
  z-index: 2;
  max-width: 700px;
  margin: 0 auto;
}

.rr-hero h1 {
  font-size: clamp(2.6rem, 4.5vw, 3.2rem);
  font-weight: 900;
  color: var(--text-primary, #D4D4D4);
  text-transform: uppercase;
  letter-spacing: -0.03em;
  line-height: 0.95;
  margin: 0 0 1.5rem;
}

.rr-hero__sub {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--text-secondary, #8A8A8A);
  max-width: 520px;
  margin: 0 auto 2.5rem;
}

/* ---- Pillars ---- */
.rr-pillars {
  padding: 96px 5%;
  border-top: 1px solid rgba(212, 212, 212, 0.06);
}

.rr-pillars__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border: 1px solid rgba(212, 212, 212, 0.08);
}

.rr-pillar {
  padding: 2.25rem 1.75rem;
  border-right: 1px solid rgba(212, 212, 212, 0.08);
  transition: background 0.2s ease;
}

.rr-pillar:last-child {
  border-right: none;
}

.rr-pillar:hover {
  background: rgba(212, 212, 212, 0.02);
}

.rr-pillar__icon {
  width: 28px;
  height: 28px;
  margin-bottom: 1.25rem;
  color: var(--text-muted, #5A5A5A);
}

.rr-pillar__icon svg {
  width: 100%;
  height: 100%;
}

.rr-pillar h3 {
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--text-primary, #D4D4D4);
  margin: 0 0 0.6rem;
}

.rr-pillar p {
  font-size: 0.82rem;
  line-height: 1.65;
  color: var(--text-secondary, #8A8A8A);
  margin: 0;
}

/* ---- Who It's For ---- */
.rr-for {
  padding: 96px 5%;
}

.rr-for__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border: 1px solid rgba(212, 212, 212, 0.08);
}

.rr-for__item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 2rem 2.25rem;
  border-right: 1px solid rgba(212, 212, 212, 0.08);
  border-bottom: 1px solid rgba(212, 212, 212, 0.08);
  transition: background 0.2s ease;
}

.rr-for__item:nth-child(2n) {
  border-right: none;
}

.rr-for__item:nth-last-child(-n+2) {
  border-bottom: none;
}

.rr-for__item:hover {
  background: rgba(212, 212, 212, 0.02);
}

.rr-for__check {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  color: var(--text-muted, #5A5A5A);
  margin-top: 3px;
}

.rr-for__item strong {
  display: block;
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--text-primary, #D4D4D4);
  margin-bottom: 0.4rem;
}

.rr-for__item p {
  font-size: 0.84rem;
  line-height: 1.65;
  color: var(--text-secondary, #8A8A8A);
  margin: 0;
}

/* ---- Packages ---- */
.rr-packages {
  padding: 96px 5%;
  border-top: 1px solid rgba(212, 212, 212, 0.06);
}

.rr-packages__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border: 1px solid rgba(212, 212, 212, 0.08);
}

.rr-package {
  padding: 2.5rem 2.25rem;
  display: flex;
  flex-direction: column;
  border-right: 1px solid rgba(212, 212, 212, 0.08);
  position: relative;
  transition: background 0.2s ease;
}

.rr-package:last-child {
  border-right: none;
}

.rr-package:hover {
  background: rgba(212, 212, 212, 0.02);
}

/* Featured package */
.rr-package--featured {
  background: rgba(212, 212, 212, 0.02);
}

.rr-package--featured:hover {
  background: rgba(212, 212, 212, 0.04);
}

.rr-package__badge {
  display: inline-block;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-muted, #5A5A5A);
  border: 1px solid rgba(212, 212, 212, 0.2);
  padding: 0.3rem 0.7rem;
  margin-bottom: 1.5rem;
  width: fit-content;
}

.rr-package__header {
  margin-bottom: 1.75rem;
}

.rr-package__name {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-muted, #5A5A5A);
  margin: 0 0 0.6rem;
}

.rr-package__tagline {
  font-size: 1rem;
  font-weight: 600;
  color: var(--text-primary, #D4D4D4);
  margin: 0 0 1.25rem;
  line-height: 1.4;
}

.rr-package__price {
  display: flex;
  align-items: baseline;
  gap: 0.35rem;
  margin-bottom: 0.4rem;
}

.rr-package__from {
  font-size: 0.78rem;
  color: var(--text-muted, #5A5A5A);
  font-weight: 500;
}

.rr-package__amount {
  font-size: 2.5rem;
  font-weight: 900;
  color: var(--text-primary, #D4D4D4);
  letter-spacing: -0.03em;
  line-height: 1;
}

.rr-package__duration {
  font-size: 0.78rem;
  color: var(--text-muted, #5A5A5A);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-weight: 600;
  margin: 0;
}
.rr-package__compare {
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--text-secondary, #8A8A8A);
  margin: 0.5rem 0 0;
  letter-spacing: 0.01em;
  border-left: 2px solid rgba(212, 212, 212, 0.25);
  padding-left: 0.65rem;
}

/* Feature list */
.rr-package__features {
  list-style: none;
  padding: 0;
  margin: 0 0 1.75rem;
  flex: 1;
}

.rr-package__features li {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  font-size: 0.88rem;
  color: var(--text-secondary, #8A8A8A);
  line-height: 1.5;
  padding: 0.55rem 0;
  border-bottom: 1px solid rgba(212, 212, 212, 0.05);
}

.rr-package__features li:last-child {
  border-bottom: none;
}

.rr-package__features svg {
  flex-shrink: 0;
  width: 14px;
  height: 14px;
  color: var(--text-muted, #5A5A5A);
  margin-top: 3px;
}

.rr-package--featured .rr-package__features svg {
  color: var(--text-muted, #5A5A5A);
}

.rr-package__positioning {
  font-size: 0.82rem;
  font-style: italic;
  color: var(--text-muted, #5A5A5A);
  margin: 0 0 1.75rem;
  line-height: 1.5;
}

/* Package CTA */
a.rr-package__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.8rem 1.5rem;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid rgba(212, 212, 212, 0.12);
  color: var(--text-primary, #D4D4D4);
  background: transparent;
  transition: all 0.2s ease;
  text-align: center;
}

.rr-package__cta:hover {
  background: rgba(212, 212, 212, 0.04);
  border-color: rgba(212, 212, 212, 0.22);
}

.rr-package__cta--primary,
a.rr-package__cta--primary {
  background: rgba(212, 212, 212, 0.08);
  border-color: rgba(212, 212, 212, 0.25);
  color: var(--text-primary, #D4D4D4);
}

.rr-package__cta--primary:hover,
a.rr-package__cta--primary:hover {
  background: rgba(212, 212, 212, 0.14);
  border-color: rgba(212, 212, 212, 0.35);
}

/* Note */
.rr-packages__note {
  margin-top: 2.5rem;
  text-align: center;
}

.rr-packages__note p {
  font-size: 0.84rem;
  color: var(--text-muted, #5A5A5A);
  line-height: 1.6;
  margin: 0;
}

.rr-packages__note a {
  color: var(--text-secondary, #8A8A8A);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.rr-packages__note a:hover {
  color: var(--text-primary, #D4D4D4);
}

/* ---- Shared Includes ---- */
.rr-shared {
  padding: 96px 5%;
  border-top: 1px solid rgba(212, 212, 212, 0.06);
}

.rr-shared__desc {
  font-size: 0.92rem;
  line-height: 1.65;
  color: var(--text-secondary, #8A8A8A);
  max-width: 500px;
  margin: 0 auto 3rem;
  text-align: center;
}

.rr-shared__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid rgba(212, 212, 212, 0.08);
}

.rr-shared__card {
  padding: 2.25rem 2rem;
  border-right: 1px solid rgba(212, 212, 212, 0.08);
  border-bottom: 1px solid rgba(212, 212, 212, 0.08);
  transition: background 0.2s ease;
}

.rr-shared__card:nth-child(3n) {
  border-right: none;
}

.rr-shared__card:nth-last-child(-n+3) {
  border-bottom: none;
}

.rr-shared__card:hover {
  background: rgba(212, 212, 212, 0.02);
}

.rr-shared__card h3 {
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--text-primary, #D4D4D4);
  margin: 0 0 0.6rem;
}

.rr-shared__card p {
  font-size: 0.84rem;
  line-height: 1.65;
  color: var(--text-secondary, #8A8A8A);
  margin: 0;
}

/* ---- Bottom CTA ---- */
.rr-bottom-cta {
  padding: 120px 5%;
  text-align: center;
  border-top: 1px solid rgba(212, 212, 212, 0.06);
}

.rr-bottom-cta h2 {
  font-size: clamp(1.8rem, 4vw, 3rem);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  color: var(--text-primary, #D4D4D4);
  margin: 0 0 1rem;
  line-height: 1.05;
}

.rr-bottom-cta p {
  font-size: 0.95rem;
  color: var(--text-secondary, #8A8A8A);
  line-height: 1.7;
  max-width: 460px;
  margin: 0 auto 2rem;
}

.rr-bottom-cta__note {
  font-size: 0.78rem !important;
  color: var(--text-muted, #5A5A5A) !important;
  margin: 1rem auto 0 !important;
}

/* ---- Responsive ---- */
@media (max-width: 1000px) {
  .rr-pillars__grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .rr-pillar:nth-child(3n) {
    border-right: none;
  }
  .rr-pillar:nth-child(n+4) {
    border-top: 1px solid rgba(212, 212, 212, 0.08);
  }
  .rr-pillar:nth-child(4),
  .rr-pillar:nth-child(5) {
    border-right: 1px solid rgba(212, 212, 212, 0.08);
  }
  .rr-pillar:last-child {
    border-right: none;
  }
}

@media (max-width: 768px) {
  .rr-hero {
    padding: 180px 5% 120px;
  }
  .rr-pillars__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .rr-pillar:nth-child(2n) {
    border-right: none;
  }
  .rr-pillar:nth-child(3n) {
    border-right: 1px solid rgba(212, 212, 212, 0.08);
  }
  .rr-pillar:nth-child(n+3) {
    border-top: 1px solid rgba(212, 212, 212, 0.08);
  }
  .rr-pillar:nth-child(5) {
    border-right: none;
  }
  .rr-for__grid {
    grid-template-columns: 1fr;
  }
  .rr-for__item {
    border-right: none;
  }
  .rr-for__item:nth-last-child(-n+2) {
    border-bottom: 1px solid rgba(212, 212, 212, 0.08);
  }
  .rr-for__item:last-child {
    border-bottom: none;
  }
  .rr-packages__grid {
    grid-template-columns: 1fr;
  }
  .rr-package {
    border-right: none;
    border-bottom: 1px solid rgba(212, 212, 212, 0.08);
  }
  .rr-package:last-child {
    border-bottom: none;
  }
  .rr-shared__grid {
    grid-template-columns: 1fr 1fr;
  }
  .rr-shared__card:nth-child(3n) {
    border-right: 1px solid rgba(212, 212, 212, 0.08);
  }
  .rr-shared__card:nth-child(2n) {
    border-right: none;
  }
  .rr-shared__card:nth-last-child(-n+3) {
    border-bottom: 1px solid rgba(212, 212, 212, 0.08);
  }
  .rr-shared__card:last-child {
    border-bottom: none;
  }
}

@media (max-width: 480px) {
  .rr-pillars__grid {
    grid-template-columns: 1fr;
  }
  .rr-pillar {
    border-right: none;
    border-top: 1px solid rgba(212, 212, 212, 0.08);
  }
  .rr-pillar:first-child {
    border-top: none;
  }
  .rr-shared__grid {
    grid-template-columns: 1fr;
  }
  .rr-shared__card {
    border-right: none;
    border-bottom: 1px solid rgba(212, 212, 212, 0.08);
  }
  .rr-shared__card:last-child {
    border-bottom: none;
  }
  .rr-shared__card:nth-last-child(-n+3) {
    border-bottom: 1px solid rgba(212, 212, 212, 0.08);
  }
}
