.rxrf-page .rxnow-page-title {
  display: none !important;
}
.rxrf-page .rxnow-page-content {
  margin-top: 0 !important;
}

/* Sitewide representative-opportunity entry points. */
.rxrf-nav-join > .wp-block-navigation-item__content {
  border: 1px solid #b9cfdf;
  border-radius: 10px;
  color: #174f83 !important;
  font-weight: 750;
  padding: 9px 12px !important;
  transition: background-color .18s ease, border-color .18s ease, color .18s ease;
}
.rxrf-nav-join > .wp-block-navigation-item__content:hover {
  background: #edf5fb;
  border-color: #75a9ca;
  color: #0b2f55 !important;
}
.rxrf-promo {
  align-items: center;
  background:
    radial-gradient(circle at 92% 12%, rgba(117, 199, 244, .23), transparent 31%),
    linear-gradient(130deg, #174f83, #0b2f55);
  border-radius: 28px;
  box-sizing: border-box;
  box-shadow: 0 24px 68px rgba(11, 47, 85, .17);
  color: #fff;
  display: grid;
  gap: clamp(30px, 6vw, 90px);
  grid-template-columns: minmax(0, 1fr) auto;
  margin-bottom: clamp(70px, 8vw, 118px) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-top: clamp(54px, 7vw, 96px) !important;
  max-width: min(1360px, calc(100% - 48px)) !important;
  overflow: hidden;
  padding: clamp(34px, 5vw, 66px);
  position: relative;
}
.rxrf-promo::after {
  border: 2px dashed rgba(191, 231, 255, .25);
  border-radius: 50%;
  content: "";
  height: 240px;
  pointer-events: none;
  position: absolute;
  right: -112px;
  top: -132px;
  width: 240px;
}
.rxrf-promo__copy {
  max-width: 840px;
  position: relative;
  z-index: 1;
}
.rxrf-promo__eyebrow {
  color: #bfe7ff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .14em;
  margin: 0 0 14px;
  text-transform: uppercase;
}
.rxrf-promo h2 {
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 4vw, 57px);
  font-weight: 500;
  letter-spacing: -.035em;
  line-height: 1.04;
  margin: 0 0 18px;
}
.rxrf-promo__copy > p:last-child {
  color: rgba(255, 255, 255, .8);
  font-size: clamp(16px, 1.4vw, 19px);
  line-height: 1.62;
  margin: 0;
  max-width: 760px;
}
.rxrf-promo__button {
  align-items: center;
  background: #d93633;
  border-radius: 13px;
  box-shadow: 0 13px 32px rgba(65, 10, 8, .26);
  color: #fff !important;
  display: inline-flex;
  font-weight: 800;
  gap: 10px;
  justify-content: center;
  min-height: 54px;
  padding: 14px 21px;
  position: relative;
  text-decoration: none !important;
  transition: transform .18s ease, box-shadow .18s ease;
  white-space: nowrap;
  z-index: 1;
}
.rxrf-promo__button:hover {
  box-shadow: 0 16px 38px rgba(65, 10, 8, .33);
  transform: translateY(-1px);
}
.rxrf-contact-opportunity {
  align-items: center;
  border-top: 1px solid #d8e5ee;
  color: #5e7182;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  justify-content: space-between;
  margin-top: 28px;
  padding-top: 22px;
}
.rxrf-contact-opportunity a {
  color: #174f83;
  font-weight: 800;
  text-decoration: none;
}
.rxrf-contact-opportunity a:hover {
  color: #0b2f55;
  text-decoration: underline;
}
.rxrf-promo__button:focus-visible,
.rxrf-nav-join > .wp-block-navigation-item__content:focus-visible,
.rxrf-contact-opportunity a:focus-visible {
  outline: 3px solid rgba(117, 199, 244, .7);
  outline-offset: 3px;
}

.rxrf {
  --rxrf-navy: #0b2f55;
  --rxrf-blue: #174f83;
  --rxrf-red: #d93633;
  --rxrf-sky: #75c7f4;
  --rxrf-pale: #edf5fb;
  --rxrf-cream: #f7fbff;
  --rxrf-ink: #102a43;
  --rxrf-muted: #5e7182;
  --rxrf-line: #d8e5ee;
  color: var(--rxrf-ink);
  font-family: inherit;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  max-width: none !important;
  overflow: hidden;
  width: 100vw;
}
.rxrf *, .rxrf *::before, .rxrf *::after { box-sizing: border-box; }
.rxrf h1, .rxrf h2, .rxrf h3, .rxrf p { margin-top: 0; }
.rxrf__hero {
  align-items: center;
  background: radial-gradient(circle at 12% 18%, rgba(117, 199, 244, .18), transparent 28%), linear-gradient(135deg, #174f83, #103f70 56%, #0b2f55);
  color: white;
  display: grid;
  gap: clamp(46px, 7vw, 104px);
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, .92fr);
  min-height: 680px;
  padding: clamp(70px, 8vw, 116px) clamp(24px, 7vw, 112px);
  position: relative;
}
.rxrf__hero::after {
  border: 2px dashed rgba(117, 199, 244, .24);
  border-radius: 50%;
  content: "";
  height: 420px;
  position: absolute;
  right: -190px;
  top: -220px;
  width: 420px;
}
.rxrf__hero-copy, .rxrf__hero-panel { position: relative; z-index: 1; }
.rxrf__eyebrow {
  color: var(--rxrf-blue);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .15em;
  margin-bottom: 17px;
  text-transform: uppercase;
}
.rxrf__hero .rxrf__eyebrow, .rxrf__compensation .rxrf__eyebrow { color: #bfe7ff; }
.rxrf__hero h1 {
  color: white;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(54px, 6.1vw, 92px);
  font-weight: 500;
  letter-spacing: -.052em;
  line-height: .96;
  margin-bottom: 27px;
  max-width: 760px;
}
.rxrf__lede { color: rgba(255,255,255,.82); font-size: clamp(19px, 2vw, 24px); line-height: 1.55; max-width: 650px; }
.rxrf__hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 32px; }
.rxrf__button {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 13px;
  cursor: pointer;
  display: inline-flex;
  font-weight: 780;
  justify-content: center;
  line-height: 1.2;
  min-height: 52px;
  padding: 13px 20px;
  text-decoration: none !important;
  transition: transform .18s ease, box-shadow .18s ease;
}
.rxrf__button:hover { transform: translateY(-1px); }
.rxrf__button:focus-visible, .rxrf input:focus-visible, .rxrf select:focus-visible, .rxrf textarea:focus-visible {
  outline: 3px solid rgba(117,199,244,.72);
  outline-offset: 2px;
}
.rxrf__button--primary { background: var(--rxrf-red); box-shadow: 0 12px 30px rgba(87, 12, 10, .24); color: white !important; }
.rxrf__button--secondary { background: rgba(255,255,255,.07); border-color: rgba(255,255,255,.55); color: white !important; }
.rxrf__button--quiet { background: transparent; border-color: var(--rxrf-line); color: var(--rxrf-navy) !important; }
.rxrf__button[disabled] { cursor: wait; opacity: .62; transform: none; }
.rxrf__trust { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 30px; }
.rxrf__trust span { color: rgba(255,255,255,.8); font-size: 14px; font-weight: 700; }
.rxrf__hero-panel {
  background: rgba(255,255,255,.98);
  border: 1px solid rgba(255,255,255,.5);
  border-radius: 31px;
  box-shadow: 0 36px 88px rgba(0,15,24,.32);
  color: var(--rxrf-ink);
  max-width: 540px;
  padding: clamp(27px, 4vw, 43px);
}
.rxrf__panel-status { align-items: center; color: var(--rxrf-blue); display: flex; font-size: 12px; font-weight: 800; gap: 9px; letter-spacing: .09em; text-transform: uppercase; }
.rxrf__panel-status span { background: var(--rxrf-red); border-radius: 50%; box-shadow: 0 0 0 5px rgba(217,54,51,.13); height: 9px; width: 9px; }
.rxrf__hero-panel h2 { color: var(--rxrf-navy); font-family: Georgia, "Times New Roman", serif; font-size: clamp(27px, 3vw, 38px); font-weight: 500; line-height: 1.08; margin: 31px 0 0; }
.rxrf__path { align-items: center; display: flex; margin: 29px 0; }
.rxrf__path b { align-items: center; background: #dceaf3; border-radius: 50%; color: var(--rxrf-navy); display: flex; flex: 0 0 auto; font-size: 13px; height: 34px; justify-content: center; width: 34px; }
.rxrf__path b:first-child { background: var(--rxrf-red); box-shadow: 0 0 0 7px rgba(217,54,51,.12); color: white; }
.rxrf__path i { border-top: 2px dashed #9fc4db; flex: 1; }
.rxrf__mini-grid { display: grid; gap: 12px; grid-template-columns: 1fr 1fr; }
.rxrf__mini-grid div { background: var(--rxrf-pale); border-radius: 15px; padding: 16px; }
.rxrf__mini-grid small { color: var(--rxrf-muted); display: block; margin-bottom: 6px; }
.rxrf__mini-grid strong { color: var(--rxrf-navy); font-size: 15px; }

.rxrf__section { background: var(--rxrf-cream); padding: clamp(76px, 9vw, 130px) clamp(24px, 7vw, 112px); }
.rxrf__benefits { background: white; }
.rxrf__section-heading { max-width: 820px; }
.rxrf__section-heading h2, .rxrf__compensation h2, .rxrf__application-intro h2 {
  color: var(--rxrf-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(40px, 4.5vw, 65px);
  font-weight: 500;
  letter-spacing: -.043em;
  line-height: 1.03;
}
.rxrf__benefit-grid { display: grid; gap: 18px; grid-template-columns: repeat(4, 1fr); margin-top: 52px; }
.rxrf__benefit-grid article { background: var(--rxrf-pale); border: 1px solid #dbe9f2; border-radius: 23px; min-height: 275px; padding: 27px; }
.rxrf__benefit-grid article > span { color: var(--rxrf-blue); font-size: 13px; font-weight: 800; letter-spacing: .12em; }
.rxrf__benefit-grid h3 { color: var(--rxrf-navy); font-size: 22px; line-height: 1.16; margin: 47px 0 14px; }
.rxrf__benefit-grid p { color: var(--rxrf-muted); line-height: 1.65; }
.rxrf__compensation {
  align-items: center;
  background: linear-gradient(120deg, var(--rxrf-navy), #123f6a);
  color: white;
  display: grid;
  gap: clamp(36px, 7vw, 98px);
  grid-template-columns: 1fr .84fr;
  padding: clamp(76px, 9vw, 124px) clamp(24px, 7vw, 112px);
}
.rxrf__compensation h2 { color: white; }
.rxrf__compensation > div > p:last-child { color: rgba(255,255,255,.82); font-size: 20px; line-height: 1.65; }
.rxrf__compensation aside { background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.18); border-radius: 23px; padding: 29px; }
.rxrf__compensation aside > strong { color: #bfe7ff; display: block; font-size: 12px; letter-spacing: .12em; margin-bottom: 13px; text-transform: uppercase; }
.rxrf__compensation aside p { color: rgba(255,255,255,.8); font-size: 14px; line-height: 1.75; margin: 0; }
.rxrf__steps { border-top: 1px solid #d8e2e8; margin-top: 50px; }
.rxrf__steps article { align-items: start; border-bottom: 1px solid #d8e2e8; display: grid; gap: 27px; grid-template-columns: 52px 1fr; padding: 27px 0; }
.rxrf__steps article > span { align-items: center; background: var(--rxrf-navy); border-radius: 50%; color: white; display: flex; font-weight: 800; height: 44px; justify-content: center; width: 44px; }
.rxrf__steps h3 { color: var(--rxrf-navy); font-size: 23px; margin-bottom: 7px; }
.rxrf__steps p { color: var(--rxrf-muted); line-height: 1.62; margin: 0; }

.rxrf__application-section {
  background: #eaf3f9;
  display: grid;
  gap: clamp(38px, 6vw, 86px);
  grid-template-columns: .68fr 1.32fr;
  padding: clamp(76px, 9vw, 124px) clamp(24px, 7vw, 112px);
}
.rxrf__application-intro { align-self: start; position: sticky; top: 110px; }
.rxrf__application-intro h2 { font-size: clamp(38px, 4vw, 57px); }
.rxrf__application-intro > p { color: var(--rxrf-muted); line-height: 1.7; }
.rxrf__application-intro ul { color: var(--rxrf-navy); line-height: 1.9; padding-left: 20px; }
.rxrf__application-card {
  background: white;
  border: 1px solid #d8e6ef;
  border-radius: 27px;
  box-shadow: 0 24px 70px rgba(11,47,85,.1);
  min-height: 520px;
  padding: clamp(24px, 4vw, 47px);
  scroll-margin-top: 102px;
}
.rxrf__progress { margin-bottom: 37px; }
.rxrf__progress > div:first-child { color: var(--rxrf-muted); display: flex; font-size: 13px; font-weight: 750; justify-content: space-between; margin-bottom: 9px; }
.rxrf__progress > div:last-child { background: #e0eaf1; border-radius: 99px; height: 7px; overflow: hidden; }
.rxrf__progress > div:last-child span { background: linear-gradient(90deg, #4aa9df, var(--rxrf-blue)); display: block; height: 100%; transition: width .25s ease; width: 50%; }
.rxrf__form-heading { align-items: center; display: flex; gap: 15px; margin-bottom: 29px; }
.rxrf__form-heading > b { align-items: center; background: var(--rxrf-navy); border-radius: 13px; color: white; display: flex; flex: 0 0 auto; height: 48px; justify-content: center; width: 48px; }
.rxrf__form-heading h3 { color: var(--rxrf-navy); font-size: 27px; margin-bottom: 3px; }
.rxrf__form-heading p { color: var(--rxrf-muted); font-size: 13px; margin: 0; }
.rxrf__field-grid { display: grid; gap: 20px 18px; grid-template-columns: 1fr 1fr; }
.rxrf__field { display: block; position: relative; }
.rxrf__field--full { grid-column: 1 / -1; }
.rxrf__field > span, .rxrf__acknowledgments legend { color: var(--rxrf-navy); display: block; font-size: 13px; font-weight: 780; margin-bottom: 8px; }
.rxrf__field em { color: var(--rxrf-muted); font-style: normal; font-weight: 500; }
.rxrf input, .rxrf select, .rxrf textarea {
  background: #fbfdff;
  border: 1px solid #c9dae5;
  border-radius: 11px;
  color: var(--rxrf-ink);
  font: inherit;
  min-height: 50px;
  padding: 12px 13px;
  width: 100%;
}
.rxrf textarea { line-height: 1.5; min-height: 125px; resize: vertical; }
.rxrf__honeypot { height: 1px; left: -10000px; overflow: hidden; position: absolute; width: 1px; }
.rxrf__acknowledgments { border: 0; margin: 33px 0 0; padding: 0; }
.rxrf__acknowledgments > label { align-items: flex-start; background: #f6f9fb; border: 1px solid #dfeaf0; border-radius: 12px; cursor: pointer; display: flex; gap: 12px; margin-bottom: 10px; padding: 14px; }
.rxrf__acknowledgments input { accent-color: var(--rxrf-blue); flex: 0 0 auto; height: 18px; margin: 2px 0 0; min-height: 0; width: 18px; }
.rxrf__acknowledgments label span { color: #40596c; font-size: 13px; line-height: 1.55; }
.rxrf__error { background: #fff0ef; border: 1px solid #fac5c0; border-radius: 10px; color: #8e2522; font-size: 13px; margin: 18px 0 0; padding: 12px 14px; }
.rxrf__actions { align-items: center; display: flex; gap: 12px; justify-content: space-between; margin-top: 25px; }
.rxrf__actions--end { justify-content: flex-end; }
.rxrf__privacy-note { color: var(--rxrf-muted); font-size: 11px; line-height: 1.55; margin: 16px 0 0; text-align: right; }
.rxrf__privacy-note a { color: var(--rxrf-blue); }
.rxrf__confirmation { margin: 20px auto; max-width: 620px; padding: 29px 0; text-align: center; }
.rxrf__confirmation > span { align-items: center; background: var(--rxrf-red); border-radius: 50%; color: white; display: flex; font-size: 35px; font-weight: 900; height: 76px; justify-content: center; margin: 0 auto 27px; width: 76px; }
.rxrf__confirmation h3 { color: var(--rxrf-navy); font-family: Georgia, "Times New Roman", serif; font-size: 40px; font-weight: 500; }
.rxrf__confirmation > p { color: var(--rxrf-muted); line-height: 1.7; }
.rxrf__confirmation > div { background: var(--rxrf-pale); border-radius: 14px; margin: 25px 0; padding: 17px; }
.rxrf__confirmation small { color: var(--rxrf-muted); display: block; font-size: 11px; line-height: 1.55; }
.rxrf__confirmation strong { color: var(--rxrf-navy); display: block; font-size: 21px; letter-spacing: .05em; margin-top: 5px; }

.rxrf [hidden] { display: none !important; }

@media (max-width: 1050px) {
  .rxrf__hero { grid-template-columns: 1fr; }
  .rxrf__hero-panel { max-width: 680px; }
  .rxrf__benefit-grid { grid-template-columns: repeat(2, 1fr); }
  .rxrf__application-section { grid-template-columns: 1fr; }
  .rxrf__application-intro { position: static; }
}
@media (max-width: 720px) {
  .rxrf-promo {
    align-items: stretch;
    border-radius: 22px;
    grid-template-columns: 1fr;
    margin-bottom: 70px !important;
    margin-top: 50px !important;
    max-width: calc(100% - 32px) !important;
    padding: 31px 24px;
  }
  .rxrf-promo h2 { font-size: clamp(34px, 10vw, 47px); }
  .rxrf-promo__button { width: 100%; }
  .rxrf-contact-opportunity { align-items: flex-start; flex-direction: column; }
  .wp-block-navigation__responsive-container.is-menu-open .rxrf-nav-join > .wp-block-navigation-item__content {
    display: inline-flex;
    margin-top: 8px;
  }
  .rxrf__hero { min-height: auto; padding: 63px 20px 70px; }
  .rxrf__hero h1 { font-size: clamp(48px, 15vw, 68px); }
  .rxrf__lede { font-size: 18px; }
  .rxrf__hero-actions { align-items: stretch; flex-direction: column; }
  .rxrf__hero-actions .rxrf__button { width: 100%; }
  .rxrf__trust { align-items: flex-start; flex-direction: column; gap: 9px; }
  .rxrf__hero-panel { border-radius: 23px; padding: 24px; }
  .rxrf__mini-grid { grid-template-columns: 1fr; }
  .rxrf__section, .rxrf__compensation, .rxrf__application-section { padding-left: 20px; padding-right: 20px; }
  .rxrf__benefit-grid { grid-template-columns: 1fr; }
  .rxrf__benefit-grid article { min-height: 225px; }
  .rxrf__compensation { grid-template-columns: 1fr; }
  .rxrf__steps article { gap: 15px; grid-template-columns: 44px 1fr; }
  .rxrf__application-card { border-radius: 20px; padding: 22px 17px; }
  .rxrf__field-grid { grid-template-columns: 1fr; }
  .rxrf__field--full { grid-column: auto; }
  .rxrf__form-heading { align-items: flex-start; }
  .rxrf__form-heading h3 { font-size: 23px; }
  .rxrf__actions { align-items: stretch; flex-direction: column-reverse; }
  .rxrf__actions .rxrf__button { width: 100%; }
  .rxrf__privacy-note { text-align: center; }
  .rxrf__confirmation h3 { font-size: 34px; }
}
@media (prefers-reduced-motion: reduce) {
  .rxrf *, .rxrf *::before, .rxrf *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
