/* RH solution page — modern layout (hero/nav unchanged) */

.binds-rebrand.binds-rhSolutionPage {
  --binds-rh-radius: 20px;
  --binds-rh-radius-sm: 14px;
  background: #fafbfc;
}

.binds-rebrand.binds-rhSolutionPage .u-section {
  padding-top: clamp(56px, 8vw, 88px);
  padding-bottom: clamp(56px, 8vw, 88px);
}

.binds-rebrand.binds-rhSolutionPage .binds-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--binds-primary);
  margin-bottom: 12px;
}

.binds-rebrand.binds-rhSolutionPage .binds-kicker::before {
  content: "";
  width: 20px;
  height: 2px;
  border-radius: 2px;
  background: var(--binds-primary);
  opacity: 0.5;
}

/* Sticky in-page nav */
.binds-rebrand .binds-rhNav {
  position: sticky;
  top: 72px;
  z-index: 20;
  margin: -8px 0 0;
  padding: 12px 0;
  background: rgba(250, 251, 252, 0.92);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(15, 23, 42, 0.06);
}

.binds-rebrand .binds-rhNav__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.binds-rebrand .binds-rhNav a {
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 750;
  color: var(--binds-text-2);
  text-decoration: none;
  border: 1px solid transparent;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.binds-rebrand .binds-rhNav a:hover {
  color: var(--binds-primary);
  background: #fff;
  border-color: rgba(var(--binds-primary-rgb), 0.12);
}

/* Sections */
.binds-rebrand .binds-rhSection {
  background: #ffffff;
}

.binds-rebrand .binds-rhSection--soft {
  background: #fafbfc;
}

.binds-rebrand .binds-rhSection--features {
  padding-top: clamp(40px, 6vw, 64px);
}

.binds-rebrand .binds-rhSection .binds-sectionHead {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.binds-rebrand .binds-rhSection .binds-sectionHead--left {
  margin-left: 0;
  margin-right: 0;
  text-align: left;
  max-width: 520px;
}

.binds-rebrand .binds-rhSection .binds-h2 {
  letter-spacing: -0.025em;
  line-height: 1.15;
}

.binds-rebrand .binds-rhSection .binds-lead {
  font-size: 1.05rem;
  line-height: 1.65;
  color: var(--binds-text-2);
}

/* Stats row */
.binds-rebrand .binds-rhStats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  max-width: 880px;
  margin: 40px auto 0;
}

.binds-rebrand .binds-rhStat {
  padding: 18px 16px;
  border-radius: var(--binds-rh-radius-sm);
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.06);
  text-align: center;
  box-shadow: 0 4px 20px rgba(15, 23, 42, 0.04);
}

.binds-rebrand .binds-rhStat strong {
  display: block;
  font-size: 1.5rem;
  font-weight: 950;
  letter-spacing: -0.03em;
  color: var(--binds-primary);
  line-height: 1.1;
}

.binds-rebrand .binds-rhStat span {
  display: block;
  margin-top: 4px;
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--binds-text-2);
  line-height: 1.3;
}

/* Highlight cards */
.binds-rebrand.binds-rhSolutionPage .binds-solutionHighlights {
  margin-top: 40px;
  gap: 16px;
}

.binds-rebrand.binds-rhSolutionPage .binds-solutionCard {
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.06);
  border-radius: var(--binds-rh-radius);
  padding: 22px 20px;
  box-shadow: 0 8px 28px rgba(15, 23, 42, 0.05);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.binds-rebrand.binds-rhSolutionPage .binds-solutionCard:hover {
  transform: translateY(-4px);
  border-color: rgba(var(--binds-primary-rgb), 0.14);
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.08);
}

/* Feature splits */
.binds-rebrand .binds-rhFeature {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
  gap: clamp(32px, 5vw, 56px);
  align-items: center;
}

.binds-rebrand .binds-rhFeature--reverse {
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
}

.binds-rebrand .binds-rhFeature--reverse .binds-rhFeature__content {
  order: 2;
}

.binds-rebrand .binds-rhFeature--reverse .binds-rhFeature__media {
  order: 1;
}

.binds-rebrand .binds-rhMetricList {
  display: grid;
  gap: 12px;
  margin-top: 20px;
}

.binds-rebrand .binds-rhMetric {
  padding: 14px 16px;
  border-radius: var(--binds-rh-radius-sm);
  background: #fafbfc;
  border: 1px solid rgba(15, 23, 42, 0.05);
}

.binds-rebrand .binds-rhMetric strong {
  display: block;
  font-size: 0.92rem;
  font-weight: 850;
  color: var(--binds-text);
  margin-bottom: 4px;
}

.binds-rebrand .binds-rhMetric span {
  font-size: 0.88rem;
  line-height: 1.5;
  color: var(--binds-text-2);
}

/* Content blocks (expanded partial) */
.binds-rebrand .binds-rhProse {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.binds-rebrand .binds-rhProse p,
.binds-rebrand .binds-rhTopic p {
  line-height: 1.7;
  color: var(--binds-text-2);
}

.binds-rebrand .binds-rhCallout {
  padding: 20px 22px;
  border-radius: var(--binds-rh-radius-sm);
  margin-bottom: 20px;
  border: 1px solid transparent;
}

.binds-rebrand .binds-rhCallout h3 {
  font-size: 1.05rem;
  margin: 0 0 10px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.binds-rebrand .binds-rhCallout p,
.binds-rebrand .binds-rhCallout ul {
  margin: 0;
  line-height: 1.65;
  color: var(--binds-text-2);
}

.binds-rebrand .binds-rhCallout ul {
  padding-left: 20px;
  margin-top: 10px;
}

.binds-rebrand .binds-rhCallout--info {
  background: #f0f7ff;
  border-color: rgba(59, 130, 246, 0.15);
}

.binds-rebrand .binds-rhCallout--info h3 { color: #1e40af; }

.binds-rebrand .binds-rhCallout--success {
  background: #f0fdf4;
  border-color: rgba(34, 197, 94, 0.18);
}

.binds-rebrand .binds-rhCallout--success h3 { color: #166534; }

.binds-rebrand .binds-rhCallout--tip {
  background: #fffbeb;
  border-color: rgba(245, 158, 11, 0.2);
}

.binds-rebrand .binds-rhCallout--tip h3 { color: #854d0e; }

.binds-rebrand .binds-rhTags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  margin-top: 24px;
}

.binds-rebrand .binds-rhTags a {
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--binds-text);
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  text-decoration: none;
  transition: border-color 0.2s ease, color 0.2s ease;
}

.binds-rebrand .binds-rhTags a:hover {
  border-color: rgba(var(--binds-primary-rgb), 0.25);
  color: var(--binds-primary);
}

.binds-rebrand .binds-rhCardGrid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  max-width: 960px;
  margin: 0 auto 28px;
}

.binds-rebrand .binds-rhPanelCard {
  background: #fff;
  border-radius: var(--binds-rh-radius);
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, 0.06);
  box-shadow: 0 8px 32px rgba(15, 23, 42, 0.06);
}

.binds-rebrand .binds-rhPanelCard__head {
  padding: 16px 20px;
  background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
  color: #fff;
  font-weight: 800;
  font-size: 0.92rem;
}

.binds-rebrand .binds-rhPanelCard__body {
  padding: 20px;
}

.binds-rebrand .binds-rhPanelCard__body h4 {
  font-size: 0.92rem;
  color: #0f172a;
  margin: 0 0 8px;
}

.binds-rebrand .binds-rhPanelCard__body h4:not(:first-child) {
  margin-top: 16px;
}

.binds-rebrand .binds-rhPanelCard__body ul,
.binds-rebrand .binds-rhPanelCard__body ol {
  margin: 0 0 12px;
  padding-left: 20px;
  line-height: 1.6;
  color: var(--binds-text-2);
  font-size: 0.92rem;
}

.binds-rebrand .binds-rhQuestionBlock {
  max-width: 820px;
  margin: 0 auto;
}

.binds-rebrand .binds-rhQuestionBlock h3 {
  font-size: 1.12rem;
  margin: 32px 0 8px;
  color: var(--binds-text);
  font-weight: 850;
}

.binds-rebrand .binds-rhQuestionBlock h3:first-of-type {
  margin-top: 8px;
}

.binds-rebrand .binds-rhQuestionBlock ol {
  margin: 0 0 8px;
  padding-left: 22px;
  line-height: 1.75;
  color: var(--binds-text-2);
}

.binds-rebrand .binds-rhQuestionBlock .binds-rhCallout {
  margin-top: 32px;
}

.binds-rebrand .binds-rhBenefits h3 {
  font-size: 1.15rem;
  margin: 0 0 20px;
  font-weight: 850;
  color: var(--binds-text);
}

.binds-rebrand .binds-rhSolutionCards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
  max-width: 960px;
  margin: 0 auto 28px;
}

.binds-rebrand .binds-rhSolutionCard {
  padding: 26px 24px;
  background: #fff;
  border-radius: var(--binds-rh-radius);
  border: 1px solid rgba(15, 23, 42, 0.06);
  box-shadow: 0 8px 28px rgba(15, 23, 42, 0.05);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.binds-rebrand .binds-rhSolutionCard:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 36px rgba(15, 23, 42, 0.08);
}

.binds-rebrand .binds-rhSolutionCard__icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  margin-bottom: 16px;
  font-size: 1.25rem;
  background: rgba(var(--binds-primary-rgb), 0.1);
  color: var(--binds-primary);
}

.binds-rebrand .binds-rhSolutionCard__icon--teal {
  background: rgba(var(--binds-teal-rgb), 0.12);
  color: var(--binds-teal);
}

.binds-rebrand .binds-rhSolutionCard__icon--accent {
  background: rgba(var(--binds-accent-rgb), 0.12);
  color: var(--binds-accent);
}

.binds-rebrand .binds-rhSolutionCard h3 {
  margin: 0 0 10px;
  font-size: 1.1rem;
  font-weight: 850;
  color: var(--binds-text);
}

.binds-rebrand .binds-rhSurveyList {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.binds-rebrand .binds-rhSurveyList li {
  padding: 10px 0;
  border-bottom: 1px solid rgba(15, 23, 42, 0.06);
  font-size: 0.9rem;
  line-height: 1.45;
  color: var(--binds-text-2);
}

.binds-rebrand .binds-rhSurveyList li strong {
  color: var(--binds-text);
}

/* FAQ accordion */
.binds-rebrand .binds-rhFaq {
  max-width: 720px;
  margin: 0 auto;
  display: grid;
  gap: 10px;
}

.binds-rebrand .binds-rhFaq details {
  border-radius: var(--binds-rh-radius-sm);
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.06);
  overflow: hidden;
  transition: box-shadow 0.2s ease;
}

.binds-rebrand .binds-rhFaq details[open] {
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
}

.binds-rebrand .binds-rhFaq summary {
  padding: 18px 20px;
  font-weight: 800;
  font-size: 0.95rem;
  color: var(--binds-text);
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.binds-rebrand .binds-rhFaq summary::-webkit-details-marker {
  display: none;
}

.binds-rebrand .binds-rhFaq summary::after {
  content: "+";
  font-size: 1.2rem;
  font-weight: 400;
  color: var(--binds-primary);
  flex-shrink: 0;
}

.binds-rebrand .binds-rhFaq details[open] summary::after {
  content: "−";
}

.binds-rebrand .binds-rhFaq details p {
  margin: 0;
  padding: 0 20px 18px;
  line-height: 1.65;
  color: var(--binds-text-2);
  font-size: 0.92rem;
}

/* Topic cards grid */
.binds-rebrand .binds-rhTopics {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  max-width: 960px;
  margin: 0 auto;
}

.binds-rebrand .binds-rhTopic {
  padding: 28px 26px;
  background: #fff;
  border-radius: var(--binds-rh-radius);
  border: 1px solid rgba(15, 23, 42, 0.06);
  box-shadow: 0 6px 24px rgba(15, 23, 42, 0.04);
}

.binds-rebrand .binds-rhTopic h2 {
  font-size: 1.15rem;
  margin: 0 0 12px;
  letter-spacing: -0.02em;
}

.binds-rebrand .binds-rhTopic ul {
  margin: 12px 0 0;
  padding-left: 20px;
  line-height: 1.7;
  color: var(--binds-text-2);
}

/* How it works — modern light */
.binds-rebrand .binds-rhSteps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  max-width: 900px;
  margin: 0 auto;
}

.binds-rebrand .binds-rhStep {
  text-align: center;
  padding: 28px 22px;
  background: #fff;
  border-radius: var(--binds-rh-radius);
  border: 1px solid rgba(15, 23, 42, 0.06);
  box-shadow: 0 8px 28px rgba(15, 23, 42, 0.05);
}

.binds-rebrand .binds-rhStep__icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 16px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  background: rgba(var(--binds-primary-rgb), 0.1);
  color: var(--binds-primary);
  font-size: 1.35rem;
}

.binds-rebrand .binds-rhStep h3 {
  margin: 0 0 8px;
  font-size: 1.05rem;
  font-weight: 850;
}

.binds-rebrand .binds-rhStep p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.5;
  color: var(--binds-text-2);
}

/* Benefits + CTA */
.binds-rebrand .binds-rhBenefits {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 28px;
  align-items: start;
  max-width: 1000px;
  margin: 0 auto;
}

.binds-rebrand .binds-rhBenefits__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.binds-rebrand .binds-rhBenefits__list li {
  display: flex;
  gap: 12px;
  margin-bottom: 14px;
  font-size: 0.92rem;
  line-height: 1.5;
  color: var(--binds-text-2);
}

.binds-rebrand .binds-rhBenefits__list i {
  color: #22c55e;
  margin-top: 3px;
  flex-shrink: 0;
}

.binds-rebrand .binds-rhCtaCard {
  padding: 32px 28px;
  text-align: center;
  background: #fff;
  border-radius: var(--binds-rh-radius);
  border: 1px solid rgba(15, 23, 42, 0.06);
  box-shadow: 0 12px 40px rgba(15, 23, 42, 0.08);
}

.binds-rebrand .binds-rhCtaCard h3 {
  margin: 0 0 10px;
  font-size: 1.2rem;
}

.binds-rebrand .binds-rhCtaCard p {
  margin: 0 0 20px;
  color: var(--binds-text-2);
  line-height: 1.55;
}

.binds-rebrand .binds-rhCtaCard .btn {
  min-width: 200px;
}

.binds-rebrand .binds-rhCtaCard__note {
  margin: 14px 0 0;
  font-size: 0.85rem;
  color: var(--binds-text-2);
}

.binds-rebrand .binds-rhCtaCard__link {
  display: inline-block;
  margin-top: 12px;
  font-weight: 700;
  color: var(--binds-primary);
  text-decoration: none;
}

/* More solutions */
.binds-rebrand.binds-rhSolutionPage .binds-solutionTile {
  border-radius: var(--binds-rh-radius-sm);
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.06);
  box-shadow: 0 4px 16px rgba(15, 23, 42, 0.04);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.binds-rebrand.binds-rhSolutionPage .binds-solutionTile:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
}

.binds-rebrand.binds-rhSolutionPage .binds-solutionSection--alt {
  background: transparent;
}

@media (max-width: 992px) {
  .binds-rebrand .binds-rhFeature,
  .binds-rebrand .binds-rhFeature--reverse {
    grid-template-columns: 1fr;
  }

  .binds-rebrand .binds-rhFeature--reverse .binds-rhFeature__content,
  .binds-rebrand .binds-rhFeature--reverse .binds-rhFeature__media {
    order: unset;
  }

  .binds-rebrand .binds-rhStats {
    grid-template-columns: repeat(2, 1fr);
  }

  .binds-rebrand .binds-rhBenefits {
    grid-template-columns: 1fr;
  }

  .binds-rebrand .binds-rhSteps {
    grid-template-columns: 1fr;
  }

  .binds-rebrand .binds-rhSurveyList {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .binds-rebrand .binds-rhNav {
    top: 60px;
  }

  .binds-rebrand .binds-rhNav__inner {
    justify-content: flex-start;
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 4px;
    -webkit-overflow-scrolling: touch;
  }

  .binds-rebrand .binds-rhNav a {
    flex-shrink: 0;
  }
}
