/* ============================================================
   Roshdname — richer visuals, icons, notebook hero
   ============================================================ */

body.page-roshd {
  --shell-teal: #024442;
  --shell-teal-mid: #0a514d;
  --shell-teal-deep: #013a3a;
  --shell-ink: #1c3331;
  --shell-muted: #6b7d7a;
  --shell-line: #dde6e4;
  --shell-line-strong: #c5d2cf;
  --shell-soft: #f4f7f6;
  --shell-mist: #eaf1ef;
  --shell-white: #ffffff;
  --shell-radius: 18px;
  --shell-radius-md: 24px;
  --shell-radius-lg: 30px;
  --shell-shadow: 0 10px 28px rgba(15, 62, 59, 0.06);
  --shell-shadow-hover: 0 16px 36px rgba(15, 62, 59, 0.1);
  --shell-content: 1080px;
  --shell-gutter: 24px;
  --shell-section-y: 80px;

  margin: 0;
  font-family: Vazirmatn, IRANSans, Tahoma, Arial, sans-serif;
  background: var(--shell-soft);
  color: var(--shell-ink);
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
}

body.page-roshd .chat-button,
body.page-roshd .chat-widget,
body.page-roshd #chatButton {
  display: none !important;
}

body.page-roshd .main-header {
  background: rgba(247, 248, 248, 0.92) !important;
  border-bottom: 1px solid var(--shell-line);
  box-shadow: none !important;
}

body.page-roshd .container:not(.nav-container) {
  width: min(var(--shell-content), calc(100% - 32px));
  max-width: var(--shell-content);
  margin-inline: auto;
  padding-inline: 0;
  box-sizing: border-box;
}

/* ---------- Shared ---------- */
body.page-roshd .rn-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  color: var(--shell-teal-mid);
  font-size: 0.86rem;
  font-weight: 700;
}

body.page-roshd .rn-kicker::before,
body.page-roshd .rn-kicker::after {
  content: "";
  width: 18px;
  height: 1px;
  background: currentColor;
  opacity: 0.4;
}

body.page-roshd .rn-kicker.light {
  color: rgba(255, 255, 255, 0.88);
}

body.page-roshd .rn-heading {
  margin: 0 0 14px;
  color: var(--shell-teal-mid);
  font-size: clamp(1.55rem, 3.4vw, 2.15rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.35;
}

body.page-roshd .rn-heading.light {
  color: #fff;
}

body.page-roshd .rn-lede {
  margin: 0;
  max-width: 34rem;
  color: var(--shell-muted);
  font-size: 1.02rem;
  line-height: 1.9;
}

body.page-roshd .section-head {
  margin-bottom: 36px;
  text-align: right;
}

body.page-roshd .section-head.is-center {
  text-align: center;
}

body.page-roshd .section-head.is-center .rn-lede {
  margin-inline: auto;
}

/* ---------- Hero ---------- */
body.page-roshd .rn-hero {
  position: relative;
  overflow: hidden;
  padding: 56px var(--shell-gutter) 56px;
  background:
    radial-gradient(ellipse 55% 50% at 95% 0%, rgba(2, 68, 66, 0.08), transparent 55%),
    linear-gradient(180deg, #f7faf9 0%, var(--shell-soft) 100%);
}

body.page-roshd .hero-glow {
  position: absolute;
  width: 380px;
  height: 380px;
  left: -60px;
  bottom: -140px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(2, 68, 66, 0.07), transparent 68%);
  pointer-events: none;
  animation: rnFloat 12s ease-in-out infinite;
}

body.page-roshd .hero-glow-2 {
  left: auto;
  right: -40px;
  top: -80px;
  bottom: auto;
  width: 280px;
  height: 280px;
  animation-delay: -4s;
  background: radial-gradient(circle, rgba(10, 85, 80, 0.08), transparent 70%);
}

@keyframes rnFloat {
  0%, 100% { transform: translate(0, 0); }
  50% { transform: translate(14px, -12px); }
}

body.page-roshd .hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 36px;
  align-items: center;
}

body.page-roshd .hero-brand {
  margin: 0 0 6px;
  color: var(--shell-teal);
  font-size: clamp(2.4rem, 5.5vw, 3.4rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.1;
}

body.page-roshd .rn-hero h1 {
  margin: 0 0 14px;
  color: var(--shell-ink);
  font-size: clamp(1.15rem, 2.4vw, 1.4rem);
  font-weight: 600;
  line-height: 1.55;
  max-width: 28rem;
}

body.page-roshd .rn-hero .lead {
  margin: 0 0 26px;
  max-width: 30rem;
  color: var(--shell-muted);
  font-size: 1.05rem;
  line-height: 1.9;
}

body.page-roshd .hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

body.page-roshd .hero-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 46px;
  padding: 0 20px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.92rem;
  text-decoration: none;
  transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

body.page-roshd .hero-btn.primary {
  background: var(--shell-teal);
  color: #fff;
  box-shadow: 0 12px 26px rgba(2, 68, 66, 0.2);
}

body.page-roshd .hero-btn.primary:hover {
  background: var(--shell-teal-deep);
  transform: translateY(-2px);
}

body.page-roshd .hero-btn.ghost {
  background: rgba(255, 255, 255, 0.9);
  color: var(--shell-teal-mid);
  border: 1px solid var(--shell-line-strong);
}

body.page-roshd .hero-btn.ghost:hover {
  transform: translateY(-2px);
  border-color: rgba(2, 68, 66, 0.35);
}

/* Notebook visual */
body.page-roshd .hero-visual {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 340px;
  padding: 20px 10px;
}

body.page-roshd .notebook {
  position: relative;
  width: min(280px, 78%);
  display: flex;
  border-radius: 18px 22px 22px 18px;
  box-shadow:
    0 24px 50px rgba(2, 68, 66, 0.18),
    0 4px 12px rgba(2, 68, 66, 0.08);
  transform: rotate(-2deg);
  animation: notebookIn 0.9s ease both;
}

@keyframes notebookIn {
  from { opacity: 0; transform: rotate(-6deg) translateY(18px); }
  to { opacity: 1; transform: rotate(-2deg) translateY(0); }
}

body.page-roshd .notebook-spine {
  width: 18px;
  border-radius: 16px 0 0 16px;
  background: linear-gradient(180deg, #0a5550, #013633);
}

body.page-roshd .notebook-page {
  flex: 1;
  padding: 26px 22px 22px;
  border-radius: 0 20px 20px 0;
  background:
    linear-gradient(180deg, #ffffff 0%, #f7faf8 100%);
  border: 1px solid rgba(194, 206, 203, 0.7);
  border-right: none;
}

body.page-roshd .notebook-badge {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  margin-bottom: 14px;
  border-radius: 14px;
  background: linear-gradient(145deg, #e8f2ef, #d7e8e3);
  color: var(--shell-teal-mid);
  font-size: 1.1rem;
}

body.page-roshd .notebook-title {
  margin: 0 0 4px;
  color: var(--shell-teal);
  font-size: 1.45rem;
  font-weight: 800;
  letter-spacing: -0.03em;
}

body.page-roshd .notebook-sub {
  margin: 0 0 18px;
  color: var(--shell-muted);
  font-size: 0.88rem;
}

body.page-roshd .notebook-lines {
  display: grid;
  gap: 10px;
  margin-bottom: 20px;
}

body.page-roshd .notebook-lines span {
  display: block;
  height: 3px;
  border-radius: 3px;
  background: linear-gradient(90deg, rgba(2, 68, 66, 0.12), rgba(2, 68, 66, 0.04));
}

body.page-roshd .notebook-lines span:nth-child(2) { width: 88%; }
body.page-roshd .notebook-lines span:nth-child(3) { width: 72%; }
body.page-roshd .notebook-lines span:nth-child(4) { width: 56%; }

body.page-roshd .notebook-footer {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  background: var(--shell-mist);
  color: var(--shell-teal-mid);
  font-size: 0.8rem;
  font-weight: 700;
}

body.page-roshd .float-chip {
  position: absolute;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(194, 206, 203, 0.8);
  box-shadow: 0 12px 28px rgba(15, 62, 59, 0.1);
  color: var(--shell-teal-mid);
  font-size: 0.82rem;
  font-weight: 700;
  animation: chipFloat 5s ease-in-out infinite;
}

body.page-roshd .float-chip i {
  color: var(--shell-teal);
}

body.page-roshd .float-chip-1 {
  top: 18%;
  left: 0;
  animation-delay: 0s;
}

body.page-roshd .float-chip-2 {
  bottom: 16%;
  right: 0;
  animation-delay: -2s;
}

@keyframes chipFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

/* ---------- Intro ---------- */
body.page-roshd .rn-intro {
  padding: var(--shell-section-y) var(--shell-gutter);
  background: var(--shell-white);
}

body.page-roshd .intro-layout {
  display: grid;
  grid-template-columns: 1.25fr 0.85fr;
  gap: 36px;
  align-items: start;
}

body.page-roshd .intro-lead {
  margin: 0 0 1.2rem;
  color: var(--shell-ink);
  font-size: 1.15rem;
  font-weight: 600;
  line-height: 1.85;
}

body.page-roshd .intro-main p:not(.intro-lead) {
  margin: 0 0 1rem;
  color: var(--shell-muted);
  font-size: 1.02rem;
  line-height: 1.95;
  max-width: 38rem;
}

body.page-roshd .intro-main p:last-child {
  margin-bottom: 0;
}

body.page-roshd .intro-chips {
  display: grid;
  gap: 12px;
}

body.page-roshd .intro-chip {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  align-items: center;
  padding: 16px 16px;
  border-radius: var(--shell-radius);
  background: var(--shell-soft);
  border: 1px solid transparent;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

body.page-roshd .intro-chip:hover {
  background: #fff;
  border-color: var(--shell-line-strong);
  box-shadow: var(--shell-shadow);
  transform: translateY(-2px);
}

body.page-roshd .chip-icon {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: linear-gradient(145deg, #eef5f3, #ddeae6);
  border: 1px solid rgba(214, 224, 221, 0.9);
  color: var(--shell-teal-mid);
  font-size: 1.05rem;
}

body.page-roshd .intro-chip strong {
  display: block;
  margin-bottom: 2px;
  color: var(--shell-teal-mid);
  font-size: 0.98rem;
  font-weight: 800;
}

body.page-roshd .intro-chip span {
  color: var(--shell-muted);
  font-size: 0.88rem;
  line-height: 1.6;
}

/* ---------- Quote ---------- */
body.page-roshd .rn-quote {
  padding: 28px var(--shell-gutter);
  background:
    radial-gradient(ellipse 70% 120% at 50% 50%, rgba(2, 68, 66, 0.05), transparent 70%),
    var(--shell-soft);
}

body.page-roshd .quote-block {
  margin: 0;
  padding: 40px 28px;
  text-align: center;
  border-radius: var(--shell-radius-lg);
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(213, 223, 221, 0.7);
  box-shadow: var(--shell-shadow);
}

body.page-roshd .quote-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  margin: 0 auto 16px;
  border-radius: 50%;
  background: linear-gradient(145deg, #e8f2ef, #d7e8e3);
  color: var(--shell-teal-mid);
  font-size: 1.1rem;
}

body.page-roshd .quote-block blockquote {
  margin: 0 auto;
  padding: 0;
  border: none;
  max-width: 30rem;
  color: var(--shell-teal-mid);
  font-size: clamp(1.15rem, 2.6vw, 1.45rem);
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: -0.02em;
}

/* ---------- Features ---------- */
body.page-roshd .rn-features {
  padding: var(--shell-section-y) var(--shell-gutter);
  background: var(--shell-white);
}

body.page-roshd .features-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

body.page-roshd .feature-card {
  padding: 26px 22px;
  border-radius: var(--shell-radius-md);
  background: var(--shell-soft);
  border: 1px solid transparent;
  transition: transform 0.25s ease, background 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

body.page-roshd .feature-card:hover {
  transform: translateY(-5px);
  background: #fff;
  border-color: rgba(194, 206, 203, 0.85);
  box-shadow: var(--shell-shadow-hover);
}

body.page-roshd .feature-card:nth-child(odd) {
  background: linear-gradient(160deg, #f2f7f5 0%, #eef4f2 100%);
}

body.page-roshd .feature-card:nth-child(odd):hover {
  background: #fff;
}

body.page-roshd .feature-icon {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  margin-bottom: 16px;
  border-radius: 16px;
  background: linear-gradient(145deg, #ffffff, #e8f2ef);
  border: 1px solid rgba(214, 224, 221, 0.95);
  color: var(--shell-teal-mid);
  font-size: 1.15rem;
  box-shadow: 0 6px 14px rgba(2, 68, 66, 0.06);
  transition: transform 0.25s ease, background 0.25s ease;
}

body.page-roshd .feature-card:hover .feature-icon {
  transform: scale(1.06);
  background: var(--shell-teal);
  color: #fff;
  border-color: var(--shell-teal);
}

body.page-roshd .feature-card h3 {
  margin: 0 0 8px;
  color: var(--shell-teal-mid);
  font-size: 1.05rem;
  font-weight: 800;
  line-height: 1.4;
}

body.page-roshd .feature-card p {
  margin: 0;
  color: var(--shell-muted);
  font-size: 0.92rem;
  line-height: 1.75;
}

/* ---------- Benefits ---------- */
body.page-roshd .rn-benefits {
  padding: var(--shell-section-y) var(--shell-gutter);
  background: var(--shell-soft);
}

body.page-roshd .benefits-shell {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 36px;
  align-items: center;
  padding: 36px 32px;
  border-radius: var(--shell-radius-lg);
  background: var(--shell-white);
  border: 1px solid rgba(213, 223, 221, 0.75);
  box-shadow: var(--shell-shadow);
}

body.page-roshd .benefits-list {
  display: grid;
  gap: 4px;
}

body.page-roshd .benefit-row {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 16px;
  align-items: start;
  padding: 16px 8px;
  border-bottom: 1px solid rgba(221, 230, 228, 0.9);
}

body.page-roshd .benefit-row:last-child {
  border-bottom: none;
}

body.page-roshd .benefit-num {
  color: #9aaba8;
  font-size: 0.88rem;
  font-weight: 700;
  padding-top: 2px;
}

body.page-roshd .benefit-row h3 {
  margin: 0 0 4px;
  color: var(--shell-teal-mid);
  font-size: 1.02rem;
  font-weight: 800;
}

body.page-roshd .benefit-row p {
  margin: 0;
  color: var(--shell-muted);
  font-size: 0.9rem;
  line-height: 1.7;
}

/* ---------- Process ---------- */
body.page-roshd .rn-process {
  padding: var(--shell-section-y) var(--shell-gutter);
  background:
    radial-gradient(ellipse 50% 40% at 50% 100%, rgba(2, 68, 66, 0.04), transparent 60%),
    var(--shell-white);
}

body.page-roshd .process-track {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  gap: 8px;
  align-items: stretch;
}

body.page-roshd .process-step {
  padding: 28px 22px 24px;
  text-align: center;
  border-radius: var(--shell-radius-md);
  background: var(--shell-soft);
  border: 1px solid transparent;
  box-shadow: var(--shell-shadow);
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

body.page-roshd .process-step:hover {
  transform: translateY(-4px);
  background: #fff;
  box-shadow: var(--shell-shadow-hover);
  border-color: rgba(194, 206, 203, 0.7);
}

body.page-roshd .process-join {
  width: 28px;
  align-self: center;
  height: 2px;
  border-radius: 2px;
  background: linear-gradient(90deg, transparent, rgba(2, 68, 66, 0.22), transparent);
}

body.page-roshd .step-index {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin: 0 auto 16px;
  border-radius: 50%;
  background: var(--shell-teal);
  color: #fff;
  font-size: 1.05rem;
  font-weight: 800;
  box-shadow: 0 10px 22px rgba(2, 68, 66, 0.18);
}

body.page-roshd .process-step h3 {
  margin: 0 0 8px;
  color: var(--shell-teal-mid);
  font-size: 1.08rem;
  font-weight: 800;
}

body.page-roshd .process-step p {
  margin: 0;
  color: var(--shell-muted);
  font-size: 0.92rem;
  line-height: 1.8;
}

/* ---------- Bundle ---------- */
body.page-roshd .rn-bundle {
  padding: var(--shell-section-y) var(--shell-gutter);
  background: var(--shell-soft);
}

body.page-roshd .bundle-panel {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 28px;
  align-items: center;
  padding: 36px 32px;
  border-radius: var(--shell-radius-lg);
  background:
    radial-gradient(ellipse 45% 70% at 100% 0%, rgba(255, 255, 255, 0.1), transparent 50%),
    linear-gradient(145deg, #0a5550 0%, #024442 100%);
  color: #fff;
  box-shadow: 0 22px 48px rgba(2, 68, 66, 0.2);
}

body.page-roshd .bundle-copy p {
  margin: 0;
  max-width: 32rem;
  color: rgba(255, 255, 255, 0.84);
  font-size: 1rem;
  line-height: 1.9;
}

body.page-roshd .bundle-items {
  display: grid;
  gap: 12px;
}

body.page-roshd .bundle-item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  align-items: center;
  padding: 18px 16px;
  border-radius: var(--shell-radius);
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

body.page-roshd .bundle-icon {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  font-size: 1.05rem;
}

body.page-roshd .bundle-item strong {
  display: block;
  margin-bottom: 2px;
  color: #fff;
  font-size: 1rem;
  font-weight: 800;
}

body.page-roshd .bundle-item span {
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.86rem;
  line-height: 1.55;
}

/* ---------- Voices / testimonials carousel ---------- */
body.page-roshd .rn-voices {
  padding: var(--shell-section-y) var(--shell-gutter);
  background: var(--shell-white);
}

body.page-roshd .rn-voices .testimonials-showcase {
  position: relative;
}

body.page-roshd .rn-voices .testimonials-swiper {
  overflow: hidden;
  padding: 4px 2px 8px;
}

body.page-roshd .rn-voices .testimonial-card {
  height: 100%;
  min-height: 220px;
  padding: 28px 24px;
  background: var(--shell-soft) !important;
  border: 1.5px solid var(--shell-line-strong) !important;
  border-radius: var(--shell-radius-md) !important;
  box-shadow: var(--shell-shadow) !important;
}

body.page-roshd .rn-voices .rating {
  display: flex;
  gap: 4px;
  margin-bottom: 14px;
  color: #c9a227;
  font-size: 0.85rem;
}

body.page-roshd .rn-voices .testimonial-text {
  margin: 0 0 22px;
  color: var(--shell-ink);
  font-size: 1.02rem;
  line-height: 1.9;
  font-weight: 500;
}

body.page-roshd .rn-voices .testimonial-author {
  display: flex;
  align-items: center;
  gap: 12px;
}

body.page-roshd .rn-voices .author-avatar {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--shell-teal) !important;
  color: #fff !important;
  font-size: 0.82rem;
  font-weight: 700;
  flex-shrink: 0;
}

body.page-roshd .rn-voices .author-info h4 {
  margin: 0 0 2px;
  color: var(--shell-teal-mid);
  font-size: 0.98rem;
  font-weight: 800;
}

body.page-roshd .rn-voices .author-info span {
  color: var(--shell-muted);
  font-size: 0.84rem;
}

body.page-roshd .rn-voices .swiper-pagination {
  position: relative;
  margin-top: 18px;
}

body.page-roshd .rn-voices .swiper-pagination-bullet {
  background: var(--shell-teal-mid);
  opacity: 0.28;
}

body.page-roshd .rn-voices .swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--shell-teal);
}

/* ---------- CTA ---------- */
body.page-roshd .rn-cta {
  padding: 48px var(--shell-gutter) 80px;
  background: var(--shell-soft);
}

body.page-roshd .cta-panel {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 34px 30px;
  border-radius: var(--shell-radius-lg);
  background:
    radial-gradient(ellipse 40% 80% at 0% 50%, rgba(255, 255, 255, 0.08), transparent 50%),
    var(--shell-teal);
  color: #fff;
  box-shadow: 0 20px 44px rgba(2, 68, 66, 0.2);
}

body.page-roshd .cta-copy h2 {
  margin: 0 0 8px;
  color: #fff;
  font-size: clamp(1.3rem, 2.8vw, 1.7rem);
  font-weight: 800;
  letter-spacing: -0.02em;
}

body.page-roshd .cta-copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.98rem;
  line-height: 1.75;
}

body.page-roshd .cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

body.page-roshd .cta-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 46px;
  padding: 0 20px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.92rem;
  text-decoration: none;
  transition: transform 0.2s ease, background 0.2s ease;
}

body.page-roshd .btn-solid {
  background: #fff;
  color: var(--shell-teal);
}

body.page-roshd .btn-solid:hover {
  transform: translateY(-2px);
  background: #f3f6f5;
}

body.page-roshd .btn-ghost {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.42);
}

body.page-roshd .btn-ghost:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-2px);
}

/* ---------- Reveal ---------- */
body.page-roshd .reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.65s ease, transform 0.65s ease;
}

body.page-roshd .reveal.is-in {
  opacity: 1;
  transform: translateY(0);
}

body.page-roshd .features-grid .feature-card.reveal:nth-child(1) { transition-delay: 0.02s; }
body.page-roshd .features-grid .feature-card.reveal:nth-child(2) { transition-delay: 0.08s; }
body.page-roshd .features-grid .feature-card.reveal:nth-child(3) { transition-delay: 0.14s; }
body.page-roshd .features-grid .feature-card.reveal:nth-child(4) { transition-delay: 0.2s; }
body.page-roshd .features-grid .feature-card.reveal:nth-child(5) { transition-delay: 0.26s; }
body.page-roshd .features-grid .feature-card.reveal:nth-child(6) { transition-delay: 0.32s; }

/* ---------- Responsive ---------- */
@media (max-width: 900px) {
  body.page-roshd .hero-grid,
  body.page-roshd .intro-layout,
  body.page-roshd .benefits-shell,
  body.page-roshd .bundle-panel {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  body.page-roshd .features-grid {
    grid-template-columns: 1fr;
  }

  body.page-roshd .process-track {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  body.page-roshd .process-join {
    width: 2px;
    height: 20px;
    margin-inline: auto;
    background: linear-gradient(180deg, transparent, rgba(2, 68, 66, 0.22), transparent);
  }

  body.page-roshd .benefits-shell {
    padding: 26px 20px;
  }

  body.page-roshd .float-chip-1 {
    top: 6%;
    left: 4%;
  }

  body.page-roshd .float-chip-2 {
    bottom: 4%;
    right: 4%;
  }
}

@media (min-width: 641px) and (max-width: 900px) {
  body.page-roshd .features-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  body.page-roshd {
    --shell-gutter: 16px;
    --shell-section-y: 56px;
  }

  body.page-roshd .rn-hero {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  body.page-roshd .hero-visual {
    min-height: 300px;
  }

  body.page-roshd .notebook {
    width: min(240px, 82%);
  }

  body.page-roshd .float-chip {
    font-size: 0.75rem;
    padding: 8px 11px;
  }

  body.page-roshd .bundle-panel,
  body.page-roshd .cta-panel,
  body.page-roshd .quote-block {
    padding: 24px 18px;
  }

  body.page-roshd .hero-actions {
    width: 100%;
  }

  body.page-roshd .hero-btn {
    flex: 1;
  }

  body.page-roshd .cta-panel {
    flex-direction: column;
    align-items: stretch;
  }

  body.page-roshd .cta-actions {
    width: 100%;
  }

  body.page-roshd .cta-actions a {
    flex: 1;
  }

  body.page-roshd .process-step {
    text-align: right;
  }

  body.page-roshd .step-index {
    margin-right: 0;
    margin-left: auto;
  }
}
