.rsnp {
  --rsnp-blue: #214985;
  --rsnp-blue-2: #3267ad;
  --rsnp-ink: #17243a;
  --rsnp-muted: #68758a;
  --rsnp-line: #dfe5ee;
  color: var(--rsnp-ink);
  font-family: inherit;
}

.rsnp .rsnp-hero h1 { color: #fff !important; }

.rsnp *, .rsnp *::before, .rsnp *::after { box-sizing: border-box; }
.rsnp-container { width: min(1120px, calc(100% - 40px)); margin-inline: auto; }

.rsnp-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(72px, 9vw, 118px) 0;
  color: #fff;
  text-align: center;
  background: linear-gradient(120deg, #173f79 0%, #3268ad 100%);
}

.rsnp-hero__circle { position: absolute; border-radius: 50%; background: rgba(255,255,255,.09); pointer-events: none; }
.rsnp-hero__circle--one { width: 270px; height: 270px; left: -70px; bottom: -170px; }
.rsnp-hero__circle--two { width: 240px; height: 240px; right: 6%; top: -105px; }
.rsnp-hero .rsnp-container { position: relative; z-index: 1; }
.rsnp-eyebrow { margin: 0 0 12px; font-size: 13px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; opacity: .78; }
.rsnp-hero h1 { margin: 0; color: #fff; font-size: clamp(42px, 6vw, 66px); line-height: 1; letter-spacing: .02em; text-transform: uppercase; }
.rsnp-hero p:last-child { max-width: 720px; margin: 23px auto 0; color: rgba(255,255,255,.86); font-size: clamp(16px, 2vw, 19px); line-height: 1.65; }

.rsnp-content { padding-block: clamp(60px, 8vw, 110px); }
.rsnp-premium + .rsnp-premium, .rsnp-level { margin-top: clamp(70px, 9vw, 118px); }
.rsnp-section-heading { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 22px; margin-bottom: 34px; }
.rsnp-section-heading span { height: 1px; background: var(--rsnp-line); }
.rsnp-section-heading h2 { margin: 0; color: var(--rsnp-blue); font-size: clamp(24px, 3vw, 34px); letter-spacing: .04em; text-align: center; text-transform: uppercase; }

.rsnp-featured { display: grid; grid-template-columns: minmax(280px, .85fr) minmax(0, 1.6fr); overflow: hidden; min-height: 390px; margin-top: 24px; border: 1px solid var(--rsnp-line); border-radius: 18px; background: #fff; box-shadow: 0 18px 48px rgba(21,51,91,.09); }
.rsnp-featured--diamond {
  position: relative;
  border-color: #c8d8ed;
  background: linear-gradient(135deg, #fff 0%, #f4f8fd 100%);
  box-shadow: 0 20px 54px rgba(32,73,133,.12), inset 0 1px 0 rgba(255,255,255,.95);
}
.rsnp-featured--diamond::before {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  content: "";
  background: linear-gradient(90deg, #9dbce2, #dce9f8 45%, #78a6d8);
}
.rsnp-featured--diamond .rsnp-featured__identity {
  background: linear-gradient(145deg, #fff 0%, #edf4fc 100%);
}
.rsnp-featured--diamond .rsnp-tier {
  color: #28578f;
  border: 1px solid #cfdded;
  background: linear-gradient(135deg, #f8fbff, #dfeaf7);
}
.rsnp-featured:nth-of-type(even) { grid-template-columns: minmax(0, 1.6fr) minmax(280px, .85fr); }
.rsnp-featured:nth-of-type(even) .rsnp-featured__identity { order: 2; }
.rsnp-featured--no-video { grid-template-columns: 1fr; min-height: 300px; }
.rsnp-featured--no-video .rsnp-featured__identity { padding-block: 56px; }
.rsnp-featured__identity { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: clamp(30px, 5vw, 58px); background: linear-gradient(145deg, #fff, #f5f8fc); }
.rsnp-tier { display: inline-flex; margin-bottom: 25px; padding: 8px 12px; border-radius: 999px; color: var(--rsnp-blue); background: #eaf1fb; font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.rsnp-featured--gold .rsnp-tier { color: #876513; background: #faf2d8; }
.rsnp-featured__identity .rsnp-logo { width: 100%; height: 86px; justify-content: flex-start; padding: 0; border: 0; background: transparent; }
.rsnp-featured__identity .rsnp-logo img { max-width: 250px; max-height: 78px; }
.rsnp-featured__identity h3 { margin: 24px 0 16px; color: var(--rsnp-ink); font-size: clamp(23px, 3vw, 31px); line-height: 1.18; }
.rsnp-link { color: var(--rsnp-blue); font-size: 14px; font-weight: 700; text-decoration: none; }
.rsnp-link:hover { color: var(--rsnp-blue-2); }
.rsnp-video { min-height: 390px; background: #0d1c31; }
.rsnp-video video { display: block; width: 100%; height: 100%; min-height: 390px; object-fit: cover; }

.rsnp-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.rsnp-card { display: flex; min-width: 0; min-height: 190px; flex-direction: column; align-items: center; justify-content: center; padding: 24px; border: 1px solid var(--rsnp-line); border-radius: 14px; background: #fff; box-shadow: 0 9px 28px rgba(21,51,91,.055); transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.rsnp-card:has(a):hover { transform: translateY(-3px); border-color: #bed0e8; box-shadow: 0 15px 34px rgba(21,51,91,.1); }
.rsnp-logo { display: flex; width: 100%; height: 104px; align-items: center; justify-content: center; padding: 8px; text-decoration: none; }
.rsnp-logo img { display: block; width: auto; height: auto; max-width: 100%; max-height: 92px; object-fit: contain; }
.rsnp-wordmark { color: var(--rsnp-blue); font-size: clamp(18px, 2.2vw, 25px); font-weight: 800; line-height: 1.15; text-align: center; letter-spacing: -.02em; }
.rsnp-card__name { margin-top: 12px; color: var(--rsnp-muted); font-size: 12px; font-weight: 700; letter-spacing: .05em; text-align: center; text-transform: uppercase; }
.rsnp-level--bronze .rsnp-card { min-height: 174px; }
.rsnp-level--partner .rsnp-card { min-height: 158px; }

@media (max-width: 820px) {
  .rsnp-featured, .rsnp-featured:nth-of-type(even) { grid-template-columns: 1fr; }
  .rsnp-featured:nth-of-type(even) .rsnp-featured__identity { order: 0; }
  .rsnp-video, .rsnp-video video { min-height: 0; aspect-ratio: 16 / 9; }
  .rsnp-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 540px) {
  .rsnp-container { width: min(100% - 28px, 1120px); }
  .rsnp-hero { padding-block: 62px; }
  .rsnp-section-heading { grid-template-columns: 1fr; gap: 0; }
  .rsnp-section-heading span { display: none; }
  .rsnp-grid { grid-template-columns: 1fr; gap: 12px; }
  .rsnp-card { min-height: 154px; }
  .rsnp-featured { border-radius: 14px; }
  .rsnp-featured__identity { align-items: center; padding: 34px 24px; text-align: center; }
  .rsnp-featured__identity .rsnp-logo { justify-content: center; }
}
