
.rf-glitter-page {
  --rf-ink: #0f403f;
  --rf-muted: #5d6b67;
  --rf-line: #dbe5e0;
  --rf-soft: #f5f7f6;
  --rf-panel: #ffffff;
  --rf-accent: #21665d;
  color: var(--rf-ink);
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 1.65;
  max-width: 1400px;
  margin: 0 auto;
  overflow-x: hidden;
}
.rf-glitter-page,
.rf-glitter-page *,
.rf-glitter-page *::before,
.rf-glitter-page *::after {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif !important;
}
.rf-glitter-page * {
  box-sizing: border-box;
}
.rf-glitter-page a {
  color: var(--rf-ink);
}
.rf-hero {
  position: relative;
  overflow: hidden;
  background: #eef2f0;
}
.rf-hero picture,
.rf-hero img {
  display: block;
  width: 100%;
}
.rf-hero img {
  min-height: 360px;
  object-fit: cover;
  object-position: center;
}
.rf-hero-copy {
  position: absolute;
  inset: 0 auto 0 0;
  width: min(56%, 720px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(28px, 5vw, 72px);
  background: none;
}
.rf-eyebrow {
  margin: 0 0 12px;
  color: #007a4d;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}
.rf-hero h1 {
  margin: 0 0 16px;
  color: var(--rf-ink);
  font-size: clamp(28px, 3.2vw, 46px);
  line-height: 1.14;
  font-weight: 800 !important;
}
.rf-hero h1 strong {
  font-weight: 800 !important;
}
.rf-hero p {
  margin: 0;
  max-width: 720px;
  color: #123936;
  font-size: clamp(15px, 1.2vw, 18px);
}
.rf-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 26px;
}
.rf-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 22px;
  border: 2px solid var(--rf-ink);
  border-radius: 5px;
  color: var(--rf-ink);
  font-weight: 700;
  text-decoration: none;
  text-align: center;
}
.rf-btn-primary {
  background: var(--rf-ink);
  color: #fff !important;
}
.rf-jump {
  padding: 12px 16px;
  text-align: center;
  font-size: 18px;
  line-height: 1.5;
}
.rf-section {
  padding: clamp(34px, 5vw, 64px) clamp(16px, 5vw, 72px);
}
.rf-section-soft {
  background: var(--rf-soft);
}
.rf-section-title {
  margin: 0 0 18px;
  color: var(--rf-ink) !important;
  font-size: 28px !important;
  line-height: 1.25;
  font-weight: 700 !important;
  text-align: center !important;
}
.rf-glitter-page h2.rf-section-title,
.rf-glitter-page .rf-section-title strong,
.rf-glitter-page .rf-section-title span {
  color: var(--rf-ink) !important;
  font-size: 28px !important;
  font-weight: 700 !important;
  line-height: 1.25;
}
.rf-section-lede {
  max-width: 960px;
  margin: 0 auto 28px;
  color: var(--rf-muted);
  font-size: 17px;
  text-align: center;
}
.rf-cert-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  max-width: 1050px;
  margin: 28px auto 0;
}
.rf-cert-card {
  text-align: center;
}
.rf-cert-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 96px;
  background: #fff;
}
.rf-cert-img img {
  max-width: 76%;
  max-height: 58px;
  object-fit: contain;
}
.rf-cert-card p {
  margin: 14px 0 0;
  color: #666;
  font-size: 14px;
  font-weight: 700;
}
.rf-two-col {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}
.rf-card {
  background: var(--rf-panel);
  border: 1px solid var(--rf-line);
  border-radius: 6px;
  padding: 22px;
}
.rf-card h3 {
  margin: 0 0 12px;
  color: var(--rf-ink);
  font-size: 20px;
  line-height: 1.3;
  font-weight: 700;
}
.rf-card ul,
.rf-card ol {
  margin: 0;
  padding-left: 22px;
}
.rf-card li + li {
  margin-top: 10px;
}
.rf-note {
  max-width: 1020px;
  margin: 22px auto 0;
  padding: 18px 20px;
  border-left: 5px solid var(--rf-accent);
  background: #edf4f1;
}
.rf-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--rf-line);
  border-radius: 6px;
  background: #fff;
}
.rf-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 760px;
}
.rf-table th,
.rf-table td {
  border-bottom: 1px solid var(--rf-line);
  border-right: 1px solid var(--rf-line);
  padding: 14px 16px;
  vertical-align: top;
  text-align: left;
}
.rf-table th {
  background: #eaf2ef;
  color: var(--rf-ink);
  font-weight: 800;
}
.rf-table th:last-child,
.rf-table td:last-child {
  border-right: 0;
}
.rf-table tr:last-child td {
  border-bottom: 0;
}
.rf-finish-grid,
.rf-guide-grid,
.rf-logo-grid,
.rf-gate-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
.rf-finish-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.rf-image-card {
  background: #fff;
  border: 1px solid var(--rf-line);
  border-radius: 6px;
  overflow: hidden;
}
.rf-image-card img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
.rf-image-card div {
  padding: 16px;
}
.rf-image-card h3 {
  margin: 0 0 8px;
  color: var(--rf-ink);
  font-size: 18px;
  line-height: 1.3;
  font-weight: 700;
}
.rf-image-card p {
  margin: 0;
  color: var(--rf-muted);
  font-size: 14px;
}
.rf-checklist {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  max-width: 1100px;
  margin: 0 auto;
  counter-reset: samplecheck;
}
.rf-check {
  position: relative;
  min-height: 88px;
  padding: 18px 18px 18px 58px;
  border: 1px solid var(--rf-line);
  border-radius: 6px;
  background: #fff;
}
.rf-check::before {
  counter-increment: samplecheck;
  content: counter(samplecheck);
  position: absolute;
  left: 18px;
  top: 18px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--rf-ink);
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 28px;
  text-align: center;
}
.rf-case {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.45fr);
  gap: 28px;
  align-items: start;
}
.rf-case figure {
  margin: 0;
  border: 1px solid var(--rf-line);
  border-radius: 6px;
  overflow: hidden;
  background: #fff;
}
.rf-case img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
.rf-case figcaption {
  padding: 10px 12px;
  color: var(--rf-muted);
  font-size: 13px;
}
.rf-case-text p {
  margin: 0 0 14px;
}
.rf-boundary {
  margin-top: 18px;
  padding: 16px;
  border-left: 5px solid var(--rf-accent);
  background: #edf4f1;
}
.rf-source-links {
  margin-top: 14px;
  font-size: 14px;
}
.rf-source-links a {
  font-weight: 700;
}
.rf-source-links a + a::before {
  content: " | ";
  color: var(--rf-muted);
  font-weight: 400;
}
.rf-guide-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 900px;
  margin: 0 auto;
}
.rf-guide-card {
  display: block;
  min-height: 130px;
  padding: 20px;
  border: 1px solid var(--rf-line);
  border-radius: 6px;
  background: #fff;
  text-decoration: none;
}
.rf-guide-card strong {
  display: block;
  margin-bottom: 8px;
  color: var(--rf-ink);
  font-size: 17px;
  text-decoration: underline;
}
.rf-guide-card span {
  color: var(--rf-muted);
}
.rf-cta {
  max-width: 860px;
  margin: 28px auto 0;
  padding: 24px;
  border: 1px solid var(--rf-line);
  border-radius: 6px;
  background: #fff;
  text-align: center;
}
.rf-cta p {
  margin: 0 0 18px;
  color: var(--rf-muted);
}
.rf-glitter-page h3,
.rf-glitter-page .rf-card h3,
.rf-glitter-page .rf-image-card h3 {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif !important;
  font-weight: 700 !important;
}
#explore-config-product {
  padding: 36px 16px 26px;
}
@media (max-width: 900px) {
  .rf-hero-copy {
    width: 64%;
    padding: 28px;
  }
  .rf-cert-grid,
  .rf-finish-grid,
  .rf-logo-grid,
  .rf-gate-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .rf-case,
  .rf-two-col,
  .rf-checklist,
  .rf-guide-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 640px) {
  .rf-glitter-page {
    max-width: 100%;
  }
  .rf-hero {
    min-height: 0;
  }
  .rf-hero img {
    min-height: 0;
    aspect-ratio: auto;
    height: auto;
  }
  .rf-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .3);
    z-index: 1;
    pointer-events: none;
  }
  .rf-hero-copy {
    inset: 0;
    width: 100%;
    padding: 22px;
    background: none;
    z-index: 2;
    justify-content: center;
  }
  .rf-eyebrow,
  .rf-hero h1,
  .rf-hero p {
    color: #fff;
    text-shadow: 0 1px 2px rgba(0,0,0,.28);
  }
  .rf-hero h1 {
    font-size: 27px;
  }
  .rf-hero p {
    font-size: 14px;
    line-height: 1.55;
  }
  .rf-actions {
    flex-direction: column;
    gap: 10px;
    margin-top: 18px;
  }
  .rf-btn {
    width: 100%;
    min-height: 44px;
    padding: 10px 14px;
  }
  .rf-btn:not(.rf-btn-primary) {
    color: #fff;
    border-color: #fff;
    background: rgba(0,0,0,.18);
  }
  .rf-section {
    padding: 34px 16px;
  }
  .rf-section-title {
    font-size: 28px !important;
  }
  .rf-section-lede {
    font-size: 16px;
  }
  .rf-cert-grid,
  .rf-finish-grid,
  .rf-logo-grid,
  .rf-gate-grid {
    grid-template-columns: 1fr;
  }
  .rf-cert-img {
    height: 92px;
  }
  .rf-table {
    min-width: 680px;
  }
  .rf-case img,
  .rf-image-card img {
    aspect-ratio: 16 / 10;
  }
}
