.elementor-36139 .elementor-element.elementor-element-ab9c2fd{--display:flex;}body.elementor-page-36139:not(.elementor-motion-effects-element-type-background), body.elementor-page-36139 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#050505;}/* Start custom CSS for html, class: .elementor-element-10495f3 *//* =========================================================
   RFC EXPLAINS
   GEOGRAPHIC UNIONS IN USA RUGBY
   Dark Explainer Page
   ========================================================= */

.rfc-gu-explainer {
  --rfc-navy: #071a2f;
  --rfc-navy-2: #0b2440;
  --rfc-navy-3: #102e50;
  --rfc-green: #75ad32;
  --rfc-green-light: #9ed65d;
  --rfc-white: #ffffff;
  --rfc-text: #e8eef5;
  --rfc-muted: #b8c4d1;
  --rfc-border: rgba(255, 255, 255, 0.12);
  --rfc-border-soft: rgba(255, 255, 255, 0.075);
  --rfc-green-border: rgba(117, 173, 50, 0.42);
  --rfc-card: rgba(255, 255, 255, 0.045);

  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  color: var(--rfc-text);
  font-size: 17px;
  line-height: 1.7;
}

.rfc-gu-explainer *,
.rfc-gu-explainer *::before,
.rfc-gu-explainer *::after {
  box-sizing: border-box;
}

.rfc-gu-explainer p {
  margin: 0 0 18px;
  color: var(--rfc-text);
}

.rfc-gu-explainer strong {
  color: var(--rfc-white);
}

.rfc-gu-explainer a {
  color: var(--rfc-green-light);
}

.rfc-gu-explainer h2,
.rfc-gu-explainer h3 {
  color: var(--rfc-white);
}


/* =========================================================
   HERO
   ========================================================= */

.rfc-gu-intro {
  position: relative;
  overflow: hidden;
  margin: 0 0 28px;
  padding: 42px 44px;
  background:
    radial-gradient(
      circle at 100% 0%,
      rgba(117, 173, 50, 0.17),
      transparent 40%
    ),
    linear-gradient(
      135deg,
      #071a2f 0%,
      #0b2440 100%
    );
  border: 1px solid var(--rfc-border);
  border-radius: 18px;
}

.rfc-gu-intro::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  content: "";
  background: var(--rfc-green);
}

.rfc-gu-eyebrow,
.rfc-gu-kicker {
  display: block;
  margin: 0 0 10px;
  color: var(--rfc-green-light);
  font-size: 0.72rem;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.rfc-gu-intro h2 {
  max-width: 850px;
  margin: 0 0 18px;
  color: var(--rfc-white);
  font-size: clamp(2rem, 4vw, 3.25rem);
  font-weight: 850;
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.rfc-gu-lead {
  max-width: 900px;
  margin-bottom: 22px !important;
  color: var(--rfc-white) !important;
  font-size: 1.18rem;
  line-height: 1.6;
}

.rfc-gu-intro > p:not(.rfc-gu-lead) {
  max-width: 900px;
  color: var(--rfc-muted);
}


/* =========================================================
   QUICK ANSWER
   ========================================================= */

.rfc-gu-answer {
  max-width: 920px;
  margin-top: 30px;
  padding: 22px 24px;
  background: rgba(117, 173, 50, 0.1);
  border: 1px solid var(--rfc-green-border);
  border-left: 4px solid var(--rfc-green);
  border-radius: 10px;
}

.rfc-gu-answer__label {
  display: block;
  margin-bottom: 8px;
  color: var(--rfc-green-light);
  font-size: 0.7rem;
  font-weight: 850;
  line-height: 1.2;
  letter-spacing: 0.12em;
}

.rfc-gu-answer p {
  margin: 0;
  color: var(--rfc-white);
  font-size: 1rem;
}


/* =========================================================
   AT A GLANCE
   ========================================================= */

.rfc-gu-glance {
  margin: 0 0 24px;
  padding: 30px;
  background: var(--rfc-navy);
  border: 1px solid var(--rfc-border);
  border-radius: 14px;
}

.rfc-gu-glance h2 {
  margin: 0 0 23px;
  color: var(--rfc-white);
  font-size: 1.7rem;
  font-weight: 800;
  line-height: 1.2;
}


/* =========================================================
   MAIN STRUCTURE FLOW
   ========================================================= */

.rfc-gu-flow {
  display: grid;
  grid-template-columns:
    minmax(0, 1fr) auto
    minmax(0, 1fr) auto
    minmax(0, 1fr) auto
    minmax(0, 1fr);
  gap: 9px;
  align-items: stretch;
}

.rfc-gu-flow__item {
  display: flex;
  min-width: 0;
  min-height: 110px;
  padding: 17px;
  justify-content: center;
  flex-direction: column;
  background: var(--rfc-card);
  border: 1px solid var(--rfc-border);
  border-radius: 9px;
}

.rfc-gu-flow__item--highlight {
  background: rgba(117, 173, 50, 0.12);
  border-color: var(--rfc-green-border);
}

.rfc-gu-flow__item span {
  display: block;
  margin-bottom: 6px;
  color: var(--rfc-green-light);
  font-size: 0.64rem;
  font-weight: 850;
  line-height: 1.2;
  letter-spacing: 0.1em;
}

.rfc-gu-flow__item strong {
  display: block;
  color: var(--rfc-white);
  font-size: 0.92rem;
  line-height: 1.35;
}

.rfc-gu-flow > b {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--rfc-green);
  font-size: 1.3rem;
  font-weight: 900;
}

.rfc-gu-glance-note {
  margin: 19px 0 0 !important;
  padding-top: 16px;
  color: var(--rfc-muted) !important;
  font-size: 0.84rem;
  border-top: 1px solid var(--rfc-border);
}


/* =========================================================
   ON THIS PAGE
   ========================================================= */

.rfc-gu-jump {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 34px;
  padding: 16px 18px;
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid var(--rfc-border);
  border-radius: 10px;
}

.rfc-gu-jump > span {
  display: flex;
  align-items: center;
  margin-right: 5px;
  color: var(--rfc-green-light);
  font-size: 0.67rem;
  font-weight: 850;
  letter-spacing: 0.1em;
}

.rfc-gu-jump a {
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
  color: #dce6ef !important;
  font-size: 0.76rem;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none !important;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid var(--rfc-border);
  border-radius: 6px;
}

.rfc-gu-jump a:hover,
.rfc-gu-jump a:focus-visible {
  color: var(--rfc-white) !important;
  background: rgba(117, 173, 50, 0.08);
  border-color: var(--rfc-green);
}


/* =========================================================
   NUMBERED SECTIONS
   ========================================================= */

.rfc-gu-section {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 24px;
  margin: 0;
  padding: 38px 0;
  border-top: 1px solid var(--rfc-border);
  scroll-margin-top: 100px;
}

.rfc-gu-section__number {
  display: flex;
  width: 52px;
  height: 52px;
  align-items: center;
  justify-content: center;
  color: var(--rfc-green-light);
  font-size: 0.85rem;
  font-weight: 900;
  line-height: 1;
  background: rgba(117, 173, 50, 0.1);
  border: 1px solid var(--rfc-green-border);
  border-radius: 50%;
}

.rfc-gu-section__content {
  min-width: 0;
  max-width: 920px;
}

.rfc-gu-section__content h2 {
  margin: 0 0 18px;
  color: var(--rfc-white);
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 820;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.rfc-gu-section__content h3 {
  margin: 24px 0 10px;
  color: var(--rfc-white);
  font-size: 1.15rem;
  line-height: 1.3;
}

.rfc-gu-section__content > p {
  max-width: 850px;
}


/* =========================================================
   CALLOUTS
   ========================================================= */

.rfc-gu-callout,
.rfc-gu-warning {
  max-width: 850px;
  margin: 25px 0;
  padding: 19px 21px;
  border-radius: 9px;
}

.rfc-gu-callout {
  background: rgba(117, 173, 50, 0.09);
  border: 1px solid var(--rfc-green-border);
  border-left: 4px solid var(--rfc-green);
}

.rfc-gu-warning {
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid var(--rfc-border);
  border-left: 4px solid #d6a742;
}

.rfc-gu-callout > span,
.rfc-gu-warning > span {
  display: block;
  margin-bottom: 7px;
  font-size: 0.68rem;
  font-weight: 850;
  line-height: 1.2;
  letter-spacing: 0.1em;
}

.rfc-gu-callout > span {
  color: var(--rfc-green-light);
}

.rfc-gu-warning > span {
  color: #f0c96d;
}

.rfc-gu-callout p,
.rfc-gu-warning p {
  margin: 0;
  color: var(--rfc-text);
}


/* =========================================================
   PURPOSE CARDS
   ========================================================= */

.rfc-gu-purpose-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 11px;
  max-width: 850px;
  margin: 25px 0 5px;
}

.rfc-gu-purpose-grid > div {
  min-width: 0;
  padding: 19px;
  background: var(--rfc-navy);
  border: 1px solid var(--rfc-border);
  border-radius: 10px;
}

.rfc-gu-purpose-grid span {
  display: block;
  margin-bottom: 5px;
  color: var(--rfc-green-light);
  font-size: 0.63rem;
  font-weight: 850;
  letter-spacing: 0.1em;
}

.rfc-gu-purpose-grid strong {
  display: block;
  margin-bottom: 7px;
  font-size: 1rem;
}

.rfc-gu-purpose-grid p {
  margin: 0;
  color: var(--rfc-muted);
  font-size: 0.82rem;
  line-height: 1.5;
}


/* =========================================================
   RESPONSIBILITY LIST
   ========================================================= */

.rfc-gu-list {
  max-width: 820px;
  margin: 20px 0 25px;
  padding: 0;
  list-style: none;
}

.rfc-gu-list li {
  position: relative;
  margin: 0 0 8px;
  padding: 10px 14px 10px 37px;
  color: var(--rfc-text);
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid var(--rfc-border-soft);
  border-radius: 7px;
}

.rfc-gu-list li::before {
  position: absolute;
  top: 10px;
  left: 14px;
  color: var(--rfc-green-light);
  content: "✓";
  font-weight: 900;
}


/* =========================================================
   GU VS LEAGUE
   ========================================================= */

.rfc-gu-compare {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  max-width: 850px;
  margin: 25px 0;
}

.rfc-gu-compare > div {
  padding: 22px;
  background: var(--rfc-navy);
  border: 1px solid var(--rfc-border);
  border-radius: 10px;
}

.rfc-gu-compare > div:first-child {
  border-top: 3px solid var(--rfc-green);
}

.rfc-gu-compare > div:last-child {
  border-top: 3px solid rgba(255, 255, 255, 0.25);
}

.rfc-gu-compare span {
  display: block;
  margin-bottom: 6px;
  color: var(--rfc-green-light);
  font-size: 0.64rem;
  font-weight: 850;
  letter-spacing: 0.1em;
}

.rfc-gu-compare h3 {
  margin: 0 0 9px;
  color: var(--rfc-white);
  font-size: 1.15rem;
}

.rfc-gu-compare p {
  margin: 0;
  color: var(--rfc-muted);
  font-size: 0.87rem;
}


/* =========================================================
   REAL-WORLD EXAMPLE
   ========================================================= */

.rfc-gu-example {
  max-width: 850px;
  margin: 25px 0;
  padding: 22px;
  background:
    linear-gradient(
      135deg,
      rgba(117, 173, 50, 0.11),
      rgba(7, 26, 47, 0.75)
    );
  border: 1px solid var(--rfc-green-border);
  border-radius: 11px;
}

.rfc-gu-example > span {
  display: block;
  margin-bottom: 5px;
  color: var(--rfc-green-light);
  font-size: 0.65rem;
  font-weight: 850;
  letter-spacing: 0.1em;
}

.rfc-gu-example h3 {
  margin: 0 0 12px;
  color: var(--rfc-white);
  font-size: 1.25rem;
}

.rfc-gu-example p:last-child {
  margin-bottom: 0;
}


/* =========================================================
   SUPER REGIONS
   ========================================================= */

.rfc-gu-super-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  max-width: 850px;
  margin: 24px 0;
}

.rfc-gu-super-grid > div {
  min-width: 0;
  padding: 17px 12px;
  text-align: center;
  background: var(--rfc-navy);
  border: 1px solid var(--rfc-border);
  border-radius: 9px;
}

.rfc-gu-super-grid span {
  display: block;
  margin-bottom: 5px;
  color: var(--rfc-green-light);
  font-size: 0.6rem;
  font-weight: 850;
  letter-spacing: 0.08em;
}

.rfc-gu-super-grid strong {
  display: block;
  color: var(--rfc-white);
  font-size: 0.95rem;
}


/* =========================================================
   MINI POSTSEASON FLOW
   ========================================================= */

.rfc-gu-mini-flow {
  display: grid;
  grid-template-columns:
    minmax(0, 1fr) auto
    minmax(0, 1fr) auto
    minmax(0, 1fr);
  gap: 8px;
  align-items: stretch;
  max-width: 850px;
  margin: 26px 0 17px;
}

.rfc-gu-mini-flow > div {
  min-width: 0;
  padding: 17px;
  background: var(--rfc-navy);
  border: 1px solid var(--rfc-border);
  border-radius: 8px;
}

.rfc-gu-mini-flow span {
  display: block;
  margin-bottom: 4px;
  color: var(--rfc-green-light);
  font-size: 0.6rem;
  font-weight: 850;
  letter-spacing: 0.08em;
}

.rfc-gu-mini-flow strong {
  display: block;
  font-size: 0.86rem;
  line-height: 1.35;
}

.rfc-gu-mini-flow > b {
  display: flex;
  align-items: center;
  color: var(--rfc-green);
  font-size: 1.15rem;
}

.rfc-gu-note {
  max-width: 850px;
  padding: 13px 16px;
  color: var(--rfc-muted) !important;
  font-size: 0.82rem;
  background: rgba(255, 255, 255, 0.035);
  border-radius: 7px;
}


/* =========================================================
   RELATED EXPLAINER BUTTON
   ========================================================= */

.rfc-gu-related-link {
  display: block;
  max-width: 650px;
  margin-top: 24px;
  padding: 17px 20px;
  color: var(--rfc-white) !important;
  text-decoration: none !important;
  background: var(--rfc-navy);
  border: 1px solid var(--rfc-green-border);
  border-radius: 9px;
  transition:
    transform 160ms ease,
    border-color 160ms ease,
    background 160ms ease;
}

.rfc-gu-related-link span {
  display: block;
  margin-bottom: 4px;
  color: var(--rfc-green-light);
  font-size: 0.65rem;
  font-weight: 850;
  letter-spacing: 0.1em;
}

.rfc-gu-related-link strong {
  color: var(--rfc-white);
  font-size: 0.95rem;
}

.rfc-gu-related-link:hover,
.rfc-gu-related-link:focus-visible {
  background: var(--rfc-navy-2);
  border-color: var(--rfc-green);
  transform: translateY(-2px);
}


/* =========================================================
   GU EXAMPLES
   ========================================================= */

.rfc-gu-example-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 9px;
  max-width: 850px;
  margin: 23px 0;
}

.rfc-gu-example-grid > div {
  min-width: 0;
  padding: 15px 16px;
  background: var(--rfc-navy);
  border: 1px solid var(--rfc-border);
  border-radius: 8px;
}

.rfc-gu-example-grid span {
  display: block;
  margin-bottom: 4px;
  color: var(--rfc-green-light);
  font-size: 0.59rem;
  font-weight: 850;
  letter-spacing: 0.08em;
}

.rfc-gu-example-grid strong {
  display: block;
  color: var(--rfc-white);
  font-size: 0.88rem;
}


/* =========================================================
   HISTORY FLOW
   ========================================================= */

.rfc-gu-history-flow {
  display: grid;
  grid-template-columns:
    minmax(0, 1fr) auto
    minmax(0, 1fr) auto
    minmax(0, 1fr) auto
    minmax(0, 1fr);
  gap: 8px;
  align-items: stretch;
  max-width: 850px;
  margin: 26px 0;
}

.rfc-gu-history-flow > div {
  min-width: 0;
  padding: 16px 13px;
  background: var(--rfc-navy);
  border: 1px solid var(--rfc-border);
  border-radius: 8px;
}

.rfc-gu-history-flow__current {
  background: rgba(117, 173, 50, 0.11) !important;
  border-color: var(--rfc-green-border) !important;
}

.rfc-gu-history-flow span {
  display: block;
  margin-bottom: 4px;
  color: var(--rfc-green-light);
  font-size: 0.57rem;
  font-weight: 850;
  letter-spacing: 0.07em;
}

.rfc-gu-history-flow strong {
  display: block;
  color: var(--rfc-white);
  font-size: 0.84rem;
  line-height: 1.35;
}

.rfc-gu-history-flow > b {
  display: flex;
  align-items: center;
  color: var(--rfc-green);
  font-size: 1.1rem;
}


/* =========================================================
   WHY FANS SHOULD CARE
   ========================================================= */

.rfc-gu-fans {
  margin: 38px 0;
  padding: 30px;
  background:
    linear-gradient(
      135deg,
      rgba(117, 173, 50, 0.1),
      rgba(7, 26, 47, 0.85)
    );
  border: 1px solid var(--rfc-green-border);
  border-radius: 14px;
}

.rfc-gu-fans > h2 {
  margin: 0 0 10px;
  color: var(--rfc-white);
  font-size: 1.65rem;
  line-height: 1.2;
}

.rfc-gu-fans > p {
  max-width: 800px;
  color: var(--rfc-muted);
}

.rfc-gu-fans-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 21px;
}

.rfc-gu-fans-grid > div {
  min-width: 0;
  padding: 18px;
  background: rgba(7, 26, 47, 0.72);
  border: 1px solid var(--rfc-border);
  border-radius: 9px;
}

.rfc-gu-fans-grid strong {
  display: block;
  margin-bottom: 6px;
  color: var(--rfc-green-light);
  font-size: 0.92rem;
}

.rfc-gu-fans-grid p {
  margin: 0;
  color: var(--rfc-muted);
  font-size: 0.79rem;
  line-height: 1.5;
}


/* =========================================================
   CONNECT THE DOTS
   ========================================================= */

.rfc-gu-related {
  margin: 38px 0;
  padding: 27px;
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid var(--rfc-border);
  border-radius: 12px;
}

.rfc-gu-related > h2 {
  margin: 0 0 12px;
  color: var(--rfc-white);
  font-size: 1.5rem;
}

.rfc-gu-related > p {
  max-width: 820px;
  color: var(--rfc-muted);
}


/* =========================================================
   FAQ
   ========================================================= */

.rfc-gu-faq {
  margin: 42px 0;
  padding-top: 34px;
  border-top: 1px solid var(--rfc-border);
  scroll-margin-top: 100px;
}

.rfc-gu-faq__header {
  margin-bottom: 20px;
}

.rfc-gu-faq__header h2 {
  margin: 0;
  color: var(--rfc-white);
  font-size: 1.8rem;
}

.rfc-gu-faq details {
  margin: 0 0 8px;
  overflow: hidden;
  background: var(--rfc-navy);
  border: 1px solid var(--rfc-border);
  border-radius: 8px;
}

.rfc-gu-faq summary {
  position: relative;
  padding: 16px 48px 16px 18px;
  color: var(--rfc-white);
  font-size: 0.92rem;
  font-weight: 750;
  line-height: 1.4;
  cursor: pointer;
  list-style: none;
}

.rfc-gu-faq summary::-webkit-details-marker {
  display: none;
}

.rfc-gu-faq summary::after {
  position: absolute;
  top: 50%;
  right: 18px;
  color: var(--rfc-green-light);
  content: "+";
  font-size: 1.25rem;
  font-weight: 700;
  transform: translateY(-50%);
}

.rfc-gu-faq details[open] summary::after {
  content: "−";
}

.rfc-gu-faq details[open] summary {
  border-bottom: 1px solid var(--rfc-border);
}

.rfc-gu-faq details p {
  margin: 0;
  padding: 16px 18px;
  color: var(--rfc-muted);
  font-size: 0.88rem;
}


/* =========================================================
   RFC ACCURACY NOTE
   ========================================================= */

.rfc-gu-editorial-note {
  margin: 34px 0;
  padding: 20px 22px;
  background: rgba(117, 173, 50, 0.07);
  border: 1px solid var(--rfc-green-border);
  border-radius: 9px;
}

.rfc-gu-editorial-note > span {
  display: block;
  margin-bottom: 7px;
  color: var(--rfc-green-light);
  font-size: 0.67rem;
  font-weight: 850;
  letter-spacing: 0.1em;
}

.rfc-gu-editorial-note p {
  margin: 0;
  color: var(--rfc-muted);
  font-size: 0.84rem;
}


/* =========================================================
   SOURCES
   ========================================================= */

.rfc-gu-sources {
  margin: 34px 0;
  padding: 24px;
  background: rgba(255, 255, 255, 0.025);
  border: 1px solid var(--rfc-border);
  border-radius: 10px;
}

.rfc-gu-sources h2 {
  margin: 0 0 15px;
  color: var(--rfc-white);
  font-size: 1.15rem;
}

.rfc-gu-sources ul {
  margin: 0;
  padding-left: 20px;
}

.rfc-gu-sources li {
  margin: 7px 0;
  color: var(--rfc-muted);
  font-size: 0.82rem;
}

.rfc-gu-sources a {
  color: var(--rfc-green-light) !important;
  text-decoration: underline;
  text-decoration-color: rgba(158, 214, 93, 0.4);
  text-underline-offset: 3px;
}


/* =========================================================
   FULL RFC COVERAGE
   ========================================================= */

.rfc-gu-coverage {
  margin: 42px 0 10px;
  padding: 27px;
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid var(--rfc-border);
  border-radius: 13px;
}

.rfc-gu-coverage__eyebrow {
  margin-bottom: 6px;
  color: var(--rfc-green-light);
  font-size: 0.67rem;
  font-weight: 850;
  letter-spacing: 0.1em;
}

.rfc-gu-coverage > h2 {
  margin: 0 0 5px;
  color: var(--rfc-white);
  font-size: 1.45rem;
}

.rfc-gu-coverage > p {
  margin: 0 0 18px;
  color: var(--rfc-muted);
  font-size: 0.88rem;
}

.rfc-gu-coverage__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.rfc-gu-coverage__grid > a {
  display: flex;
  min-width: 0;
  min-height: 120px;
  padding: 16px;
  color: var(--rfc-white) !important;
  text-decoration: none !important;
  background: var(--rfc-navy);
  border: 1px solid var(--rfc-border);
  border-radius: 9px;
  flex-direction: column;
  transition:
    transform 160ms ease,
    border-color 160ms ease,
    background 160ms ease;
}

.rfc-gu-coverage__grid > a:hover,
.rfc-gu-coverage__grid > a:focus-visible {
  background: var(--rfc-navy-2);
  border-color: var(--rfc-green);
  transform: translateY(-2px);
}

.rfc-gu-coverage__grid span {
  display: block;
  margin-bottom: 6px;
  color: var(--rfc-green-light);
  font-size: 0.62rem;
  font-weight: 850;
  letter-spacing: 0.08em;
}

.rfc-gu-coverage__grid strong {
  display: block;
  margin-bottom: 12px;
  color: var(--rfc-white);
  font-size: 0.95rem;
  line-height: 1.3;
}

.rfc-gu-coverage__grid em {
  display: block;
  margin-top: auto;
  color: var(--rfc-green-light);
  font-size: 0.67rem;
  font-style: normal;
  font-weight: 850;
}


/* =========================================================
   FOCUS / ACCESSIBILITY
   ========================================================= */

.rfc-gu-explainer a:focus-visible,
.rfc-gu-explainer summary:focus-visible {
  outline: 2px solid var(--rfc-green-light);
  outline-offset: 3px;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 900px) {

  .rfc-gu-flow {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rfc-gu-flow > b {
    display: none;
  }

  .rfc-gu-super-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rfc-gu-history-flow {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rfc-gu-history-flow > b {
    display: none;
  }

  .rfc-gu-fans-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 700px) {

  .rfc-gu-explainer {
    font-size: 16px;
  }

  .rfc-gu-intro {
    padding: 28px 20px;
    border-radius: 12px;
  }

  .rfc-gu-intro h2 {
    font-size: 2rem;
  }

  .rfc-gu-lead {
    font-size: 1.05rem;
  }

  .rfc-gu-answer {
    padding: 18px;
  }

  .rfc-gu-glance {
    padding: 22px 17px;
  }

  .rfc-gu-flow {
    grid-template-columns: 1fr;
  }

  .rfc-gu-flow__item {
    min-height: auto;
  }

  .rfc-gu-jump {
    gap: 6px;
    padding: 14px;
  }

  .rfc-gu-jump > span {
    width: 100%;
    margin: 0 0 4px;
  }

  .rfc-gu-section {
    display: block;
    padding: 31px 0;
  }

  .rfc-gu-section__number {
    width: 42px;
    height: 42px;
    margin-bottom: 14px;
    font-size: 0.75rem;
  }

  .rfc-gu-purpose-grid,
  .rfc-gu-compare,
  .rfc-gu-super-grid,
  .rfc-gu-example-grid,
  .rfc-gu-fans-grid,
  .rfc-gu-coverage__grid {
    grid-template-columns: 1fr;
  }

  .rfc-gu-mini-flow {
    grid-template-columns: 1fr;
  }

  .rfc-gu-mini-flow > b {
    justify-content: center;
    transform: rotate(90deg);
  }

  .rfc-gu-history-flow {
    grid-template-columns: 1fr;
  }

  .rfc-gu-fans {
    padding: 22px 17px;
  }

  .rfc-gu-related {
    padding: 22px 18px;
  }

  .rfc-gu-coverage {
    padding: 21px 17px;
  }

}


/* =========================================================
   VERY SMALL MOBILE
   ========================================================= */

@media (max-width: 420px) {

  .rfc-gu-jump a {
    width: 100%;
  }

  .rfc-gu-intro {
    padding: 25px 17px;
  }

  .rfc-gu-intro h2 {
    font-size: 1.8rem;
  }

}


/* =========================================================
   REDUCED MOTION
   ========================================================= */

@media (prefers-reduced-motion: reduce) {

  .rfc-gu-related-link,
  .rfc-gu-coverage__grid > a {
    transition: none;
  }

  .rfc-gu-related-link:hover,
  .rfc-gu-related-link:focus-visible,
  .rfc-gu-coverage__grid > a:hover,
  .rfc-gu-coverage__grid > a:focus-visible {
    transform: none;
  }

}/* End custom CSS */