.rx-stat-accent { color: #D26317; }

@keyframes v7-up {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: none; }
}

/* Hero */
.rx-hero {
  position: relative;
  background: linear-gradient(180deg, #EBF2F9 0%, #FBFDFF 62%);
  border-bottom: 1px solid rgba(13, 29, 45, 0.08);
  overflow: hidden;
}

.rx-hero__dots {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: radial-gradient(rgba(53, 127, 194, 0.1) 1px, transparent 1px);
  background-size: 26px 26px;
  -webkit-mask-image: linear-gradient(180deg, #000, transparent 68%);
  mask-image: linear-gradient(180deg, #000, transparent 68%);
}

.rx-testimonial-carousel__viewport {
  overflow: hidden;
  width: 100%;
  touch-action: pan-y;
}

.rx-testimonial-carousel__track {
  display: flex;
  align-items: stretch;
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.rx-testimonial-carousel__slide {
  flex: 0 0 100%;
  width: 100%;
  min-width: 0;
  box-sizing: border-box;
}

.rx-testimonial--carousel .rx-testimonial-panel {
  padding-bottom: 112px;
}

.rx-testimonial-carousel__controls {
  position: absolute;
  right: 64px;
  bottom: 56px;
  display: flex;
  align-items: center;
  gap: 18px;
}

.rx-testimonial-carousel__dots {
  display: flex;
  align-items: center;
  gap: 8px;
}

.rx-testimonial-carousel__dot {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(13, 29, 45, 0.18);
  cursor: pointer;
  transition: width 0.22s ease, background 0.22s ease;
}

.rx-testimonial-carousel__dot.is-active {
  width: 22px;
  background: #D26317;
}

.rx-testimonial-carousel__dot:focus-visible,
.rx-testimonial-carousel__btn:focus-visible {
  outline: 2px solid #357FC2;
  outline-offset: 2px;
}

.rx-testimonial-carousel__btns {
  display: flex;
  align-items: center;
  gap: 8px;
}

.rx-testimonial-carousel__btn {
  width: 40px;
  height: 40px;
  padding: 0;
  border-radius: 50%;
  border: 1px solid rgba(13, 29, 45, 0.12);
  background: #fff;
  color: #02304F;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: border-color 0.18s, background 0.18s, color 0.18s;
}

.rx-testimonial-carousel__btn:hover {
  border-color: #D26317;
  color: #D26317;
}

.rx-testimonial--carousel .rx-testimonial-panel__person {
  padding-right: 168px;
}

.rx-hero__glow {
  position: absolute;
  top: -150px;
  right: -110px;
  width: 480px;
  height: 480px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(210, 99, 23, 0.11), rgba(210, 99, 23, 0) 65%);
  pointer-events: none;
}

.rx-hero__inner {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 104px 40px 0;
}

.rx-hero__grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 64px;
  align-items: center;
}

.rx-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 12.5px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #357FC2;
  font-weight: 600;
  margin-bottom: 28px;
  animation: v7-up .6s ease-out both;
}

.rx-hero__eyebrow-line {
  width: 26px;
  height: 1.5px;
  background: #D26317;
}

.rx-hero__title {
  font-family: 'IBM Plex Serif', Georgia, serif;
  font-weight: 500;
  font-size: 56px;
  line-height: 1.06;
  letter-spacing: -0.02em;
  margin: 0 0 26px;
  color: #0D1D2D;
  text-wrap: balance;
  animation: v7-up .7s ease-out .08s both;
}

.rx-hero__title-line { display: inline; }
.rx-hero__title-highlight { font-style: italic; color: #D26317; }

.rx-hero__desc {
  font-size: 18px;
  line-height: 1.62;
  color: #4A5560;
  margin: 0 0 38px;
  max-width: 500px;
  animation: v7-up .7s ease-out .16s both;
}

.rx-hero__actions {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  animation: v7-up .7s ease-out .24s both;
}

.rx-hero__media-wrap {
  position: relative;
  animation: v7-up .8s ease-out .28s both;
}

.rx-hero__media {
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 40px 70px -40px rgba(2, 48, 79, 0.4);
}

.rx-hero__image,
.rx-hero__placeholder {
  width: 100%;
  height: 420px;
  object-fit: cover;
  display: block;
  background: #E7E3DC;
}

.rx-hero__caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 22px 24px;
  background: linear-gradient(0deg, rgba(2, 48, 79, 0.92), rgba(2, 48, 79, 0));
  color: #fff;
}

.rx-hero__caption-tag {
  font-size: 11.5px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #9FC2DE;
  margin-bottom: 4px;
}

.rx-hero__caption-title {
  font-family: 'IBM Plex Serif', Georgia, serif;
  font-size: 18px;
}

/* Proof metrics under hero */
.rx-hero__proof {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 64px 40px 0;
}

.rx-proof-grid {
  display: grid;
  gap: 0;
  border-top: 1px solid rgba(13, 29, 45, 0.1);
}

.rx-proof-grid[data-cols="1"] { grid-template-columns: repeat(1, 1fr); }
.rx-proof-grid[data-cols="2"] { grid-template-columns: repeat(2, 1fr); }
.rx-proof-grid[data-cols="3"] { grid-template-columns: repeat(3, 1fr); }
.rx-proof-grid[data-cols="4"] { grid-template-columns: repeat(4, 1fr); }

.rx-proof-cell {
  padding: 36px 36px 40px 0;
}

.rx-proof-cell:not(:last-child) {
  border-right: 1px solid rgba(13, 29, 45, 0.1);
  padding-right: 36px;
}

.rx-proof-cell:not(:first-child) {
  padding-left: 36px;
}

.rx-proof-value {
  font-family: 'IBM Plex Serif', Georgia, serif;
  font-weight: 600;
  font-size: 42px;
  letter-spacing: -0.02em;
  color: #02304F;
  line-height: 1;
}

.rx-proof-desc {
  margin-top: 14px;
  font-size: 14px;
  line-height: 1.5;
  color: #4A5560;
  max-width: 260px;
}

.rx-proof-source {
  margin-top: 12px;
  font-size: 11.5px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #D26317;
  font-weight: 600;
}

/* Shared section helpers (landing) */
.rx-section-head--baseline {
  align-items: baseline;
  margin-bottom: 52px;
}

.rx-section-head--on-dark { margin-bottom: 64px; }

.rx-section-num {
  font-family: 'IBM Plex Serif', Georgia, serif;
  font-style: italic;
  font-size: 20px;
  color: #357FC2;
}

.rx-section-num--on-dark { color: #6FA8D4; }

.rx-section-title {
  font-family: 'IBM Plex Serif', Georgia, serif;
  font-weight: 500;
  font-size: 38px;
  line-height: 1.14;
  letter-spacing: -0.02em;
}

.rx-section-title--md {
  font-size: 34px;
  line-height: 1.16;
  max-width: 740px;
}

.rx-section-title--sm {
  font-size: 32px;
  line-height: 1.16;
  max-width: none;
}

.rx-section-title--on-dark {
  color: #fff;
  max-width: 700px;
}

.rx-section-desc {
  font-size: 15.5px;
  line-height: 1.6;
  color: #4A5560;
  max-width: 600px;
  margin-top: 16px;
}

.rx-text-link {
  text-decoration: none;
  font-size: 14.5px;
  font-weight: 600;
  color: #357FC2;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: color .18s;
}

.rx-text-link:hover { color: #0D1D2D; }

/* Problem */
.rx-problem__grid {
  display: grid;
  grid-template-columns: 1.35fr 0.9fr;
  gap: 72px;
  align-items: center;
}

.rx-problem__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 28px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #357FC2;
}

.rx-problem__eyebrow-line {
  width: 28px;
  height: 1.5px;
  background: #D26317;
  flex-shrink: 0;
}

.rx-problem__copy .rx-section-title {
  margin: 0 0 28px;
  max-width: 520px;
}

.rx-problem__p {
  font-size: 16.5px;
  line-height: 1.78;
  color: #5A6570;
  margin: 0 0 20px;
  max-width: 540px;
}

.rx-problem__closing {
  font-size: 17.5px;
  line-height: 1.5;
  color: #0D1D2D;
  margin: 28px 0 0;
  font-weight: 700;
}

.rx-problem__card {
  background: #fff;
  border-radius: 12px;
  padding: 28px 30px 26px;
  box-shadow:
    0 1px 2px rgba(13, 29, 45, 0.04),
    0 18px 40px -16px rgba(13, 29, 45, 0.16);
  border: 1px solid rgba(13, 29, 45, 0.06);
  animation: v7-up .7s ease-out .12s both;
}

.rx-problem__card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 28px;
}

.rx-problem__card-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #8A94A0;
}

.rx-problem__card-badge {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  border-radius: 999px;
  background: #E8F5EC;
  color: #1F7A3A;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

.rx-problem__chart {
  margin-bottom: 8px;
}

.rx-problem__bars {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 48px;
  min-height: 168px;
  padding: 0 12px 4px;
}

.rx-problem__bar-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  width: 88px;
}

.rx-problem__bar-value {
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
}

.rx-problem__bar-value--before { color: #9AA3AD; }
.rx-problem__bar-value--after {
  color: #0D1D2D;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.rx-problem__bar {
  display: block;
  width: 72px;
  border-radius: 4px 4px 2px 2px;
  transform-origin: bottom;
  animation: rx-problem-bar .7s ease-out .28s both;
}

.rx-problem__bar--before {
  height: 112px;
  background: #E4E8EC;
}

.rx-problem__bar--after {
  height: 78px;
  background: #D26317;
  animation-delay: .4s;
}

.rx-problem__bar-label {
  font-size: 13px;
  font-weight: 600;
}

.rx-problem__bar-label--before { color: #9AA3AD; }
.rx-problem__bar-label--after { color: #D26317; }

.rx-problem__card-note {
  margin: 22px 0 0;
  padding-top: 20px;
  border-top: 1px solid rgba(13, 29, 45, 0.08);
  font-size: 13.5px;
  line-height: 1.55;
  color: #6B7580;
}

@keyframes rx-problem-bar {
  from { transform: scaleY(0); opacity: 0.4; }
  to { transform: scaleY(1); opacity: 1; }
}

/* Diagnostic */
.rx-diagnostic {
  background: #F6F8FB;
  border-top: 1px solid rgba(13, 29, 45, 0.08);
  border-bottom: 1px solid rgba(13, 29, 45, 0.08);
}

.rx-diag-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 48px;
}

.rx-diag-card {
  background: #fff;
  border: 1px solid rgba(13, 29, 45, 0.1);
  border-radius: 8px;
  padding: 30px 26px;
  transition: box-shadow .2s, transform .2s, border-color .2s;
}

.rx-diag-card:hover {
  box-shadow: 0 22px 40px -28px rgba(2, 48, 79, 0.22);
  border-color: rgba(53, 127, 194, 0.28);
  transform: translateY(-3px);
}

.rx-diag-card__num {
  font-family: 'IBM Plex Serif', Georgia, serif;
  font-style: italic;
  font-size: 18px;
  color: #D26317;
  margin-bottom: 16px;
}

.rx-diag-card__title {
  font-size: 15.5px;
  font-weight: 600;
  color: #0D1D2D;
  margin-bottom: 10px;
  line-height: 1.3;
}

.rx-diag-card__desc {
  font-size: 13.5px;
  line-height: 1.6;
  color: #5A6570;
}

.rx-diag-charts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5px;
  margin-bottom: 48px;
}

.rx-diag-chart {
  background: #fff;
  border: 1px solid rgba(13, 29, 45, 0.1);
  border-radius: 8px;
  overflow: hidden;
}

.rx-diag-chart__img,
.rx-diag-chart__placeholder {
  display: block;
  width: 100%;
  height: 300px;
/*   object-fit: cover; */
  background: #EAF0F7;
}

/* Case studies */
.rx-cases-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 40px;
}

.rx-case-card {
  text-decoration: none;
  display: block;
  border: 1px solid rgba(13, 29, 45, 0.1);
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  transition: box-shadow .2s, transform .2s;
}

.rx-case-card:hover {
  box-shadow: 0 24px 44px -30px rgba(2, 48, 79, 0.32);
  transform: translateY(-3px);
}

.rx-case-card__media {
  overflow: hidden;
  height: 170px;
}

.rx-case-card__img,
.rx-case-card__placeholder {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #E2EBF3;
  transition: transform .5s ease;
}

.rx-case-card:hover .rx-case-card__img {
  transform: scale(1.04);
}

.rx-case-card__body { padding: 24px 24px 26px; }

.rx-case-card__tag {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #D26317;
  margin-bottom: 10px;
}

.rx-case-card__title {
  font-family: 'IBM Plex Serif', Georgia, serif;
  font-size: 17px;
  line-height: 1.4;
  color: #0D1D2D;
  font-weight: 500;
}

/* Process */
.rx-process {
  position: relative;
  background: linear-gradient(160deg, #0D1D2D 0%, #0A1A28 60%, #08151F 100%);
  color: #fff;
  overflow: hidden;
}

.rx-process__glow {
  position: absolute;
  top: -10%;
  right: -5%;
  width: 560px;
  height: 560px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(53, 127, 194, 0.13), rgba(53, 127, 194, 0) 64%);
  pointer-events: none;
}

.rx-process__inner {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 112px 40px;
}

.rx-process-steps {
  display: grid;
  gap: 0;
}

.rx-process-steps[data-cols="1"] { grid-template-columns: repeat(1, 1fr); }
.rx-process-steps[data-cols="2"] { grid-template-columns: repeat(2, 1fr); }
.rx-process-steps[data-cols="3"] { grid-template-columns: repeat(3, 1fr); }
.rx-process-steps[data-cols="4"] { grid-template-columns: repeat(4, 1fr); }

.rx-process-step {
  padding: 0 34px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.rx-process-step:first-child {
  border-left: 0;
  padding-left: 0;
}

.rx-process-step:last-child { padding-right: 0; }

.rx-process-step__num {
  font-family: 'IBM Plex Serif', Georgia, serif;
  font-weight: 600;
  font-size: 50px;
  line-height: 1;
  color: #37506A;
  margin-bottom: 22px;
}

.rx-process-step__title {
  font-weight: 600;
  font-size: 16.5px;
  color: #fff;
  margin-bottom: 12px;
}

.rx-process-step__desc {
  font-size: 13.5px;
  line-height: 1.6;
  color: #90A4B6;
}

/* Who we are */
.rx-who__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: center;
}

.rx-who__tag {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 22px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #357FC2;
}

.rx-who__tag-line {
  width: 26px;
  height: 1.5px;
  background: #D26317;
}

.rx-who__p {
  font-size: 16px;
  line-height: 1.75;
  color: #3D4A57;
  margin: 0 0 18px;
}

.rx-who__p--strong {
  color: #0D1D2D;
  font-weight: 600;
  margin-bottom: 28px;
}

.rx-who__media {
  border-radius: 6px;
  overflow: hidden;
}

.rx-who__img,
.rx-who__placeholder {
  display: block;
  width: 100%;
  height: 360px;
  object-fit: cover;
  background: #E2EBF3;
}

/* Two doors */
.rx-doors {
  background: #F6F8FB;
  border-top: 1px solid rgba(13, 29, 45, 0.08);
  border-bottom: 1px solid rgba(13, 29, 45, 0.08);
}

.rx-doors__heading {
  text-align: center;
  margin: 0 auto 56px;
  max-width: none;
}

.rx-doors-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.rx-door {
  background: #fff;
  border: 1px solid rgba(13, 29, 45, 0.1);
  border-radius: 8px;
  padding: 44px 40px;
  transition: box-shadow .2s, transform .2s;
}

.rx-door:hover {
  box-shadow: 0 26px 48px -30px rgba(2, 48, 79, 0.3);
  transform: translateY(-4px);
}

.rx-door--orange { border-top: 3px solid #D26317; }
.rx-door--blue { border-top: 3px solid #357FC2; }

.rx-door__title {
  font-family: 'IBM Plex Serif', Georgia, serif;
  font-weight: 500;
  font-style: italic;
  font-size: 24px;
  color: #0D1D2D;
  margin-bottom: 14px;
}

.rx-door__desc {
  font-size: 15.5px;
  line-height: 1.65;
  color: #4A5560;
  margin: 0 0 28px !important;
}

body.rx-design.rx-landing .rx-page .rx-door .rx-btn-orange,
body.rx-design.rx-landing .rx-page .rx-door .rx-btn-dark {
  display: inline-block;
  margin-top: 0;
}

/* Testimonial */
.rx-testimonial {
  width: 100%;
  box-sizing: border-box;
}

.rx-testimonial-panel {
  width: 100%;
  max-width: none;
  box-sizing: border-box;
  border: 1px solid rgba(13, 29, 45, 0.1);
  border-radius: 10px;
  padding: 56px 64px;
  position: relative;
  overflow: hidden;
}

.rx-testimonial-panel__accent {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: #D26317;
}

.rx-testimonial-panel__label {
  font-size: 12.5px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #357FC2;
  font-weight: 600;
  margin-bottom: 28px;
}

.rx-testimonial-panel__quote {
  margin: 0 0 32px;
  max-width: 1200px;
  font-family: 'IBM Plex Serif', Georgia, serif;
  font-weight: 400;
  font-style: italic;
  font-size: 20px;
  line-height: 1.34;
  letter-spacing: -0.01em;
  color: #0D1D2D;
  text-align: justify;
}

.rx-testimonial-panel__mark {
  color: #D26317;
  font-style: normal;
}

.rx-testimonial-panel__person {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 20px;
}

.rx-testimonial-panel__avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #02304F;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: 'IBM Plex Serif', Georgia, serif;
  font-size: 15px;
  font-weight: 600;
  flex: 0 0 auto;
}

.rx-testimonial-panel__avatar--img {
  object-fit: cover;
  display: block;
}

.rx-testimonial-panel__name {
  font-weight: 600;
  font-size: 15px;
  color: #0D1D2D;
}

.rx-testimonial-panel__role {
  font-size: 13px;
  color: #5A6570;
  margin-top: 2px;
}

/* Final CTA */
.rx-talk {
  width: 100%;
  box-sizing: border-box;
  padding-top: 0;
  position: relative;
}

.rx-talk-panel {
  width: 100%;
  max-width: none;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #0D1D2D 0%, #023E66 100%);
  border-radius: 10px;
  padding: 76px 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
  flex-wrap: wrap;
}

.rx-talk-panel__glow {
  position: absolute;
  right: -140px;
  top: -140px;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(53, 127, 194, 0.3), rgba(53, 127, 194, 0) 68%);
  pointer-events: none;
}

.rx-talk-panel__copy {
  position: relative;
  flex: 1 1 280px;
  max-width: 640px;
  min-width: 0;
}

.rx-talk-panel__title {
  font-family: 'IBM Plex Serif', Georgia, serif;
  font-weight: 500;
  font-size: 32px;
  line-height: 1.16;
  letter-spacing: -0.02em;
  margin: 0 0 14px;
  color: #fff;
}

.rx-talk-panel__desc {
  font-size: 15.5px;
  line-height: 1.6;
  color: #A9BECF;
  margin: 0;
}

.rx-talk-panel__cta {
  position: relative;
  flex: none;
  padding: 18px 34px;
}

/* Button polish for landing */
body.rx-design.rx-landing .rx-page .rx-btn-dark,
body.rx-design.rx-landing .rx-page .rx-btn-orange {
  border-radius: 999px;
}

body.rx-design.rx-landing .rx-page .rx-btn-outline {
  padding: 16px 6px;
  border-bottom-width: 2px;
  border-bottom-color: rgba(13, 29, 45, 0.16);
}

/* Responsive */
@media (max-width: 980px) {
  .rx-hero__grid,
  .rx-who__grid,
  .rx-problem__grid,
  .rx-doors-grid,
  .rx-diag-charts {
    grid-template-columns: 1fr;
  }

  .rx-problem__grid {
    gap: 48px;
  }

  .rx-proof-grid {
    grid-template-columns: 1fr !important;
    gap: 0;
  }

  .rx-proof-cell,
  .rx-proof-cell:not(:first-child),
  .rx-proof-cell:not(:last-child) {
    padding: 28px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(13, 29, 45, 0.1);
  }

  .rx-proof-cell:last-child { border-bottom: 0; }

  .rx-diag-grid {
    grid-template-columns: 1fr 1fr;
  }

  .rx-cases-grid {
    grid-template-columns: 1fr 1fr;
  }

  .rx-process-steps {
    grid-template-columns: 1fr 1fr !important;
    gap: 36px 0;
  }

  .rx-process-step {
    border-left: 0;
    padding: 0 24px 0 0;
  }

  .rx-process-step:nth-child(even) {
    padding: 0 0 0 24px;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
  }
}

@media (max-width: 768px) {
  .rx-hero__inner,
  .rx-hero__proof,
  .rx-process__inner {
    padding-left: 24px;
    padding-right: 24px;
  }

  .rx-hero__inner { padding-top: 72px; }

  .rx-hero__title { font-size: 40px; }

  .rx-hero__image,
  .rx-hero__placeholder { height: 300px; }

  .rx-section-title { font-size: 30px; }
  .rx-section-title--md { font-size: 28px; }

  .rx-diag-grid,
  .rx-cases-grid,
  .rx-process-steps {
    grid-template-columns: 1fr !important;
  }

  .rx-process-step,
  .rx-process-step:nth-child(even) {
    padding: 0 0 28px;
    border-left: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .rx-process-step:last-child {
    border-bottom: 0;
    padding-bottom: 0;
  }

  .rx-problem__grid {
    gap: 40px;
  }

  .rx-problem__card {
    max-width: 380px;
  }

  .rx-testimonial-panel {
    padding: 40px 28px;
  }

   .rx-testimonial-panel__quote {
        font-size: 16px;
    }

.rx-diag-chart__img, .rx-diag-chart__placeholder {
    height: 220px;
}
  .rx-diag-grid {
    margin-bottom: 9px;
}
.rx-testimonial-panel__person {
    display: flex;
    gap: 14px;
    margin-top: 20px;
}
.rx-testimonial--carousel .rx-testimonial-panel__person {
   padding-right: 5px;
}
}
  .rx-talk-panel {
    padding: 48px 28px;
  }

  .rx-talk-panel__title { font-size: 26px; }

  .rx-door { padding: 32px 28px; }

  .rx-who__img,
  .rx-who__placeholder { height: 280px; }
}

@media (max-width: 640px) {
  .rx-hero__title { font-size: 34px; }
  .rx-hero__desc { font-size: 16px; }
  .rx-proof-value { font-size: 36px; }
}

@media (prefers-reduced-motion: reduce) {
  .rx-hero__eyebrow,
  .rx-hero__title,
  .rx-hero__desc,
  .rx-hero__actions,
  .rx-hero__media-wrap,
  .rx-problem__card,
  .rx-problem__bar {
    animation: none;
  }

  .rx-diag-card:hover,
  .rx-case-card:hover,
  .rx-door:hover {
    transform: none;
  }
}
