/* ================================================================
   BNS Healthcare — Result Detail Page Styles
   ================================================================ */

.rd-hero {
  background: var(--text); padding: 130px 60px 60px;
}
.rdh-inner { max-width: 900px; margin: 0 auto; }
.rd-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(255,255,255,.1); color: rgba(255,255,255,.7);
  font-size: 10px; font-weight: 700; letter-spacing: 2.5px;
  text-transform: uppercase; padding: 6px 14px; border-radius: 20px;
  border: 1px solid rgba(255,255,255,.12); margin-bottom: 18px;
}
.rd-badge::before {
  content: ''; width: 6px; height: 6px; border-radius: 50%;
  background: #4A9A6E; animation: blink 2s infinite;
}
.rd-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(26px, 4vw, 44px); font-weight: 500;
  color: var(--white); line-height: 1.15; margin-bottom: 14px;
}
.rd-sub {
  font-size: 15px; color: rgba(255,255,255,.55);
  font-weight: 300; line-height: 1.8; max-width: 640px; margin-bottom: 36px;
}
.rd-stats {
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
  background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1);
  border-radius: 16px; overflow: hidden; max-width: 700px;
}
.rds-item { padding: 20px 28px; text-align: center; flex: 1; }
.rds-n {
  font-family: 'Dancing Script', cursive; font-size: 28px;
  font-weight: 700; color: var(--rose-light); line-height: 1;
}
.rds-l { font-size: 10px; font-weight: 600; letter-spacing: 1.5px; text-transform: uppercase; color: rgba(255,255,255,.35); margin-top: 4px; }
.rds-div { width: 1px; background: rgba(255,255,255,.1); align-self: stretch; }

/* Before/After showcase */
.rd-ba-section { background: var(--ivory2); padding: 64px 60px; }
.rd-ba-inner { max-width: 960px; margin: 0 auto; }
.rd-ba-grid {
  display: grid; grid-template-columns: 1fr 60px 1fr;
  gap: 0; align-items: center; margin-bottom: 20px;
}
.rd-ba-card {
  background: var(--white); border-radius: 20px; overflow: hidden;
  border: 1px solid var(--border);
}
.rd-ba-card-after { border-color: var(--rose-pale); }
.rd-ba-img { height: 320px; background: var(--ivory2); }
.rd-ba-label {
  padding: 12px 18px; font-size: 10px; font-weight: 700;
  letter-spacing: 2px; text-transform: uppercase;
  background: var(--text); color: var(--white);
}
.rd-ba-label-after { background: var(--rose); }
.rd-ba-note { font-size: 12px; color: var(--text-light); padding: 10px 18px 14px; line-height: 1.6; }
.rd-ba-arrow {
  display: flex; align-items: center; justify-content: center;
  color: var(--rose);
}
.rd-disclaimer {
  font-size: 11px; color: var(--text-light); font-style: italic;
  text-align: center; max-width: 600px; margin: 0 auto;
}

/* Result body */
.rd-body {
  display: grid; grid-template-columns: 1fr 340px; gap: 48px;
  max-width: 1200px; margin: 0 auto; padding: 64px 60px;
  align-items: start;
}
.rd-main { min-width: 0; }

/* Timeline */
.rd-timeline { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.rdt-item { background: var(--white); border: 1px solid var(--border); border-radius: 18px; overflow: hidden; }
.rdt-month {
  padding: 12px 18px;
  background: var(--rose); color: var(--white);
  font-size: 10px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase;
}
.rdt-img { height: 160px; background: var(--ivory2); }
.rdt-desc { padding: 14px 16px; font-size: 12px; color: var(--text-mid); line-height: 1.75; font-weight: 300; }

/* Testimonial */
.rd-testimonial {
  background: var(--ivory); border: 1px solid var(--border);
  border-radius: 20px; padding: 36px; position: relative;
}
.rdtest-quote {
  font-family: 'Dancing Script', cursive; font-size: 80px;
  font-weight: 700; color: var(--rose-pale); line-height: .8;
  margin-bottom: 4px;
}
.rdtest-text {
  font-family: 'Playfair Display', serif; font-size: 16px;
  color: var(--text); line-height: 1.75; font-style: italic;
  margin-bottom: 24px;
}
.rdtest-author {
  display: flex; align-items: center; gap: 14px; flex-wrap: wrap;
}
.rdtest-av {
  width: 46px; height: 46px; border-radius: 50%;
  background: var(--rose-pale); display: flex; align-items: center;
  justify-content: center; font-family: 'Dancing Script', cursive;
  font-size: 22px; font-weight: 700; color: var(--rose);
}
.rdtest-name { font-size: 14px; font-weight: 600; color: var(--text); }
.rdtest-loc { font-size: 11px; color: var(--text-light); margin-top: 2px; }
.rdtest-stars { margin-left: auto; font-size: 18px; color: #F5A623; letter-spacing: 2px; }

/* Details grid */
.rd-details-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 0;
  border: 1px solid var(--border); border-radius: 16px; overflow: hidden;
}
.rdd-item {
  padding: 16px 20px; border-bottom: 1px solid var(--border);
  border-right: 1px solid var(--border);
}
.rdd-item:nth-child(even) { border-right: none; }
.rdd-item:nth-last-child(-n+2) { border-bottom: none; }
.rdd-label { font-size: 10px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: var(--text-light); margin-bottom: 4px; }
.rdd-val { font-size: 14px; font-weight: 500; color: var(--text); }

.sb-learn-link {
  display: inline-flex; align-items: center;
  font-size: 12px; font-weight: 700; letter-spacing: 1px;
  text-transform: uppercase; color: var(--rose);
  text-decoration: none; transition: gap .2s;
}
.sb-learn-link:hover { color: var(--brown); }

@media(max-width: 1100px) {
  .rd-ba-grid { grid-template-columns: 1fr; }
  .rd-ba-arrow { display: none; }
  .rd-body { grid-template-columns: 1fr; padding: 48px 28px; }
  .rd-hero { padding: 110px 28px 48px; }
  .rd-ba-section { padding: 48px 28px; }
  .rd-timeline { grid-template-columns: 1fr; }
}
@media(max-width: 768px) {
  .rd-hero { padding: 90px 16px 40px; }
  .rd-ba-section { padding: 40px 16px; }
  .rd-body { padding: 36px 16px; }
  .rd-stats { grid-template-columns: 1fr 1fr; }
  .rds-div { display: none; }
  .rd-details-grid { grid-template-columns: 1fr; }
  .rdd-item { border-right: none; }
}
