:root {
  --dbg-bg: #fafbfc;
  --dbg-card: #ffffff;
  --dbg-border: #e5e7eb;
  --dbg-text: #1f2937;
  --dbg-subtext: #4b5563;
  --dbg-blue: #1d4ed8;
  --rp-logo-blue: #1b56c0;
  --dbg-green: #0f9d58;
  --dbg-red: #e11d48;
  --dbg-shadow: 0 10px 25px rgba(0,0,0,0.08);
  --rp-ink: #0a1f33;
  --rp-ink-soft: #123253;
  --rp-ice: #e8f0ff;
  --rp-sky: #3b82f6;
  --rp-sky-strong: #2563eb;
  --rp-mint: #34d399;
  --rp-amber: #f59e0b;
  --rp-deep: #0a1025;
  --rp-card: #0f1833;
  --rp-select-chevron-color: #334155;
  --rp-select-chevron-size: 5px;
  --rp-select-chevron-right: 18px;
  --rp-select-chevron-right-inner: 13px;
  --rp-select-padding-right: 36px;
  --rp-select-chevron-size-compact: 4px;
  --rp-select-chevron-right-compact: 10px;
  --rp-select-chevron-right-inner-compact: 6px;
  --rp-select-padding-right-compact: 22px;
}

.rp-brand-row {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  justify-content: space-between;
}

.rp-search form.rp-autocomplete-host {
  height: 44px;
}
.rp-nav-wrap .rp-nav-bar {
  height: 56px;
  min-height: 56px;
  padding: 0 16px;
  display: flex;
  align-items: center;
}

.rp-nav {
  display: flex;
  align-items: center;
  gap: 16px;
}

.rp-nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 16px;
  line-height: 1.2;
  text-decoration: none;
}

.rp-menu-toggle,
.rp-account-btn {
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 8px;
  border: none;
  background: transparent;
  color: #e6edff;
  cursor: pointer;
}

.rp-menu-toggle {
  color: #e6edff;
  display: none;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 8px;
  border: none;
  background: transparent;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.15s ease, box-shadow 0.15s ease;
}

.rp-menu-toggle svg {
  display: block;
}

.rp-deals-btn,
.rp-best-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.rp-icon-emoji {
  font-size: 20px;
  line-height: 1;
}

.rp-mobile-menu.is-open {
  pointer-events: auto;
}

.rp-mobile-menu-panel {
  position: absolute;
  top: 0;
  left: 0;
  width: min(320px, 88vw);
  height: 100%;
  background: #ffffff;
  transform: translateX(-100%);
  box-shadow: 0 18px 34px -30px rgba(15, 23, 42, 0.7);
  transition: transform 0.55s cubic-bezier(0.22, 0.61, 0.36, 1);
  will-change: transform;
  display: flex;
  flex-direction: column;
}

.rp-mobile-menu.is-open .rp-mobile-menu-panel {
  transform: translateX(0);
}

.home-shell {
  color: var(--rp-ink);
  background: var(--dbg-bg);
}

.home-hero-area {
  position: relative;
  contain: paint;
  background: radial-gradient(120% 120% at 10% 10%, rgba(99, 102, 241, 0.22), transparent 30%),
              radial-gradient(80% 80% at 80% 0%, rgba(14, 165, 233, 0.28), transparent 36%), #0a1025;
  color: #e8edff;
  min-height: 620px;
}

.home-hero-area::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(60% 60% at 70% 60%, rgba(52, 211, 153, 0.18), transparent 40%);
  opacity: 0.9;
  pointer-events: none;
  z-index: 0;
}

.home-hero {
  position: relative;
  padding: 24px 16px;
  background: transparent;
  color: inherit;
  z-index: 50;
}

.home-hero::after {
  content: none;
}

.home-hero-grid {
  position: relative;
  z-index: 1;
  max-width: 1220px;
  margin: 0 auto;
  display: grid;
  gap: 32px;
  align-items: center;
  line-height: 1.7;
}

.home-hero-secondary {
  margin-top: 0;
  padding: 16px 16px 64px;
  background: transparent;
  color: inherit;
  position: relative;
  z-index: 10;
}

.home-hero-copy h1 {
  margin: 0 0 16px;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0;
  max-width: none;
  width: 100%;
  opacity: 1;
  visibility: visible;
  transform: none;
  animation: none;
  transition: none;
}

.home-hero-copy h1 + p {
  margin-top: 0;
}

.home-purpose {
  margin: 0 0 10px;
  font-size: 18px;
  color: #dbe7ff;
  font-weight: 600;
}

.home-hero-bullets {
  margin: 0 0 12px;
  padding-left: 18px;
  display: grid;
  gap: 6px;
  color: #c7d7ff;
  font-size: 15px;
}

.home-hero-bullets li {
  margin: 0;
}

.home-method-link {
  margin-bottom: 12px;
}

.home-method-link a {
  color: #9bd1ff;
  font-weight: 700;
  text-decoration: underline;
}

#home-search-form {
  min-height: 56px;
  contain: layout;
}

#home-search-form input {
  height: 56px;
  box-sizing: border-box;
  font-size: 1rem;
}

.home-search input {
  flex: 1;
  min-width: 0;
  background: transparent;
  border: none;
  outline: none;
  color: #f5f8ff;
  font-size: 1rem;
  padding: 10px 4px;
  height: 56px;
  box-sizing: border-box;
}

.home-search input::placeholder {
  color: #9cb3e3;
}

.home-search button {
  background: linear-gradient(135deg, #0ea5e9 0%, #2563eb 100%);
  color: #fff;
  border: none;
  border-radius: 12px;
  padding: 12px 16px;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 18px 34px -30px rgba(15, 23, 42, 0.7);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.home-search-icon {
  color: #76c7ff;
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.home-search .rp-autocomplete {
  z-index: 1200;
}

.home-hero-cta-row {
  margin-top: 20px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.home-hero-cta-row .home-btn {
  padding: 10px 14px;
  font-size: 14px;
}

.home-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 16px;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,0.5);
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}

.home-btn.primary {
  background: #fff;
  color: #0f172a;
  border-color: #fff;
  box-shadow: 0 18px 34px -30px rgba(15, 23, 42, 0.7);
}

.home-btn.ghost {
  border-color: rgba(255, 255, 255, 0.35);
  color: #f8fbff;
  background: rgba(255,255,255,0.08);
}

.home-stat-card {
  padding: 14px 12px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  box-shadow: 0 18px 34px -30px rgba(15, 23, 42, 0.7);
  min-height: 96px;
}

.home-stat-label {
  display: block;
  font-size: 13px;
  color: #b8c7ef;
}

.home-stat-value {
  display: block;
  font-size: 26px;
  font-weight: 700;
  margin: 6px 0;
}

.home-stat-card p {
  margin: 0;
  color: #c0cff5;
  font-size: 14px;
  line-height: 1.3;
  min-height: 36px;
}

.home-trust-strip {
  background: linear-gradient(90deg, #f8fafc, #eef2ff);
  border-bottom: 1px solid #dbe4ff;
}

.home-trust-inner {
  max-width: 1220px;
  margin: 0 auto;
  padding: 10px 16px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
  color: #0f172a;
  font-size: 13px;
  font-weight: 700;
}

.home-trust-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 36px;
  padding: 8px 12px;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  box-shadow: 0 18px 34px -30px rgba(15, 23, 42, 0.7);
  white-space: nowrap;
}

.home-trust-item::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #38bdf8;
  box-shadow: 0 18px 34px -30px rgba(15, 23, 42, 0.7);
}

.home-trust-item a {
  color: #0f172a;
  font-weight: 800;
}

.dbg-price {
  font-weight: 700;
  color: #0f172a;
  font-size: 14px;
  margin: 4px 0;
}

.home-hero,
.home-hero * {
  animation: none !important;
  transition: none !important;
}

.rp-search button:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 34px -30px rgba(15, 23, 42, 0.7);
}

.rp-search button:active {
  transform: translateY(0);
}

.rp-autocomplete {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid #d7deeb;
  border-radius: 12px;
  box-shadow: 0 18px 34px -30px rgba(15, 23, 42, 0.7);
  max-height: 420px;
  overflow-y: auto;
  padding: 6px 0;
  z-index: 5000;
}

.rp-autocomplete-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  text-decoration: none;
  color: #0f172a;
  font-weight: 600;
  border-bottom: 1px solid #edf1f7;
}

.rp-autocomplete-item:last-child {
  border-bottom: none;
}

.rp-autocomplete-item.is-active,
.rp-autocomplete-item:hover {
  background: #f1f6ff;
}

.rp-autocomplete-label {
  flex: 1;
}

.rp-autocomplete-sold {
  font-size: 12px;
  font-weight: 600;
  color: #64748b;
  text-align: right;
  white-space: nowrap;
}

.rp-menu-toggle:hover {
  background: rgba(255, 255, 255, 0.12);
  transform: translateY(-1px);
  box-shadow: 0 18px 34px -30px rgba(15, 23, 42, 0.7);
}

.rp-menu-toggle:active,
.rp-menu-toggle:focus {
  background: transparent;
  box-shadow: 0 18px 34px -30px rgba(15, 23, 42, 0.7);
}

.rp-account-btn {
  display: none;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 8px;
  border: none;
  background: transparent;
  color: #e6edff;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.15s ease;
}

.rp-account-btn:hover {
  background: rgba(255, 255, 255, 0.12);
  transform: translateY(-1px);
}

.rp-deals-btn {
  display: none;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 8px;
  border: none;
  background: transparent;
  color: #e6edff;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.15s ease;
}

.rp-deals-btn:hover {
  background: rgba(255, 255, 255, 0.12);
  transform: translateY(-1px);
}

.rp-best-btn {
  display: none;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 8px;
  border: none;
  background: transparent;
  color: #e6edff;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.15s ease;
}

.rp-best-btn:hover {
  background: rgba(255, 255, 255, 0.12);
  transform: translateY(-1px);
}

.rp-mobile-menu-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 16px 12px;
  background: #1b56c0;
  color: #ffffff;
  font-weight: 800;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.rp-mobile-menu-title {
  display: grid;
  gap: 2px;
}

.rp-mobile-menu-title-eyebrow {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  opacity: 0.7;
}

.rp-mobile-menu-title-main {
  font-size: 18px;
}

.rp-mobile-menu-close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: transparent;
  color: #ffffff;
  cursor: pointer;
}

.rp-mobile-menu-inner {
  padding: 16px;
  display: grid;
  gap: 12px;
  overflow-y: auto;
}

.rp-mobile-menu-section {
  padding-bottom: 14px;
  border-bottom: 1px solid #e5e7eb;
}

.rp-mobile-menu-section:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.rp-mobile-menu-section-title {
  font-weight: 800;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #64748b;
  margin-bottom: 8px;
}
.rp-mobile-menu-section-subtitle {
  font-weight: 700;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #94a3b8;
  margin: 10px 0 4px;
}

.rp-mobile-menu a {
  display: flex;
  min-height: 48px;
  padding: 12px 10px;
  align-items: center;
  border-radius: 0;
  background: transparent;
  border: none;
  color: #0f172a;
  font-weight: 700;
  text-decoration: none;
}

.rp-mobile-menu a:hover {
  color: #0b3fa7;
}

.rp-menu-open {
  overflow: hidden;
}

.rp-action-icon {
  display: inline-flex;
  align-items: center;
  margin-right: 6px;
  color: #dbe7ff;
}

.rp-action:hover {
  background: rgba(255, 255, 255, 0.16);
  transform: translateY(-1px);
  box-shadow: 0 18px 34px -30px rgba(15, 23, 42, 0.7);
}

.rp-action:active {
  transform: translateY(0);
}

.rp-action-cart {
  background: linear-gradient(135deg, #0c63f6 0%, #0a5ed6 100%);
  border-color: rgba(255, 255, 255, 0.26);
  color: #fff;
  box-shadow: 0 18px 34px -30px rgba(15, 23, 42, 0.7);
}

.dbg-load-more-wrap {
  display: flex;
  justify-content: center;
  margin: 10px 0 22px;
}

.dbg-load-more {
  display: none;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border-radius: 10px;
  border: none;
  background: linear-gradient(135deg, #1a85f2 0%, #0d7ae0 100%);
  color: #fff;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 18px 34px -30px rgba(15, 23, 42, 0.7);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.dbg-load-more:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 34px -30px rgba(15, 23, 42, 0.7);
}

.dbg-load-more:disabled {
  opacity: 0.6;
  cursor: default;
  transform: none;
  box-shadow: 0 18px 34px -30px rgba(15, 23, 42, 0.7);
}

.dbg-related,
.dbg-intents {
  margin-top: 10px;
}

.dbg-related h3,
.dbg-intents h3 {
  margin: 6px 0;
  font-size: 15px;
  font-weight: 600;
  color: var(--dbg-text);
}

.dbg-related-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.dbg-related-links a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid var(--dbg-border);
  color: var(--dbg-text);
  text-decoration: none;
  font-size: 13px;
  background: #fff;
}

.dbg-related-links a:hover {
  border-color: var(--dbg-primary);
  color: var(--dbg-primary);
}

.dbg-meta-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid var(--dbg-border);
  border-bottom: 1px solid var(--dbg-border);
  padding: 4px 0;
  margin-top: 4px;
  color: var(--dbg-subtext);
  font-size: 14px;
}

.dbg-meta-left {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
}

.dbg-meta-updated-short {
  display: none;
}

.dbg-faq {
  margin-top: 28px;
  padding: 18px 20px;
  border: 1px solid var(--dbg-border);
  border-radius: 16px;
  background: #fff;
}

.dbg-faq h2 {
  margin: 0 0 12px 0;
  font-size: 20px;
}

.dbg-faq-list {
  display: grid;
  gap: 10px;
}

.dbg-faq-item {
  border: 1px solid var(--dbg-border);
  border-radius: 12px;
  padding: 10px 12px;
  background: #f9fafb;
}

.dbg-faq-item summary {
  cursor: pointer;
  font-weight: 600;
}

.dbg-faq-item p {
  margin: 8px 0 0 0;
  color: var(--dbg-subtext);
}

.dbg-meta-links {
  display: flex;
  align-items: center;
  gap: 5px;
  flex-wrap: wrap;
}

.dbg-meta-check {
  color: #16a34a;
  font-size: 16px;
}

.dbg-meta-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--dbg-border);
}

.dbg-meta-disclosure {
  color: #4b5563;
  text-decoration: none;
  font-weight: 500;
}

.dbg-meta-disclosure:hover {
  text-decoration: underline;
}

.dbg-meta-link {
  color: #0f172a;
  text-decoration: none;
  padding: 8px 12px;
  border-radius: 10px;
  background: #fff;
  border: 1px solid #e2e8f0;
  box-shadow: 0 18px 34px -30px rgba(15, 23, 42, 0.7);
  transition: color 0.15s ease, background 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
  font-size: 14px;
  font-weight: 600;
}

.dbg-meta-link:hover {
  color: #0b1f35;
  background: #f1f5f9;
  border-color: #cbd5f5;
  box-shadow: 0 18px 34px -30px rgba(15, 23, 42, 0.7);
}

.dbg-meta-sep {
  color: #94a3b8;
  margin: 0 4px;
  font-weight: 700;
}

.dbg-meta-right {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
}

.dbg-disclosure {
  position: relative;
}

.dbg-disclosure summary {
  list-style: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--dbg-subtext);
  padding-right: 10px;
}

.dbg-disclosure summary::-webkit-details-marker {
  display: none;
}

.dbg-disclosure-icon {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid var(--dbg-border);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  line-height: 2;
  color: var(--dbg-subtext);
}

.dbg-disclosure-panel {
  position: absolute;
  right: 0;
  top: 28px;
  width: min(360px, 80vw);
  background: #111827;
  color: #f9fafb;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 10px;
  padding: 12px 36px 12px 14px;
  font-size: 13px;
  line-height: 1.45;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
  box-shadow: 0 18px 34px -30px rgba(15, 23, 42, 0.7);
  z-index: 5;
}

.dbg-disclosure-close {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: none;
  background: rgba(255,255,255,0.08);
  color: #f9fafb;
  font-size: 18px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.dbg-disclosure-close:hover {
  background: rgba(255,255,255,0.16);
}

.dbg-disclosure[open] .dbg-disclosure-icon {
  color: #2563eb;
  border-color: rgba(37,99,235,0.6);
}

.dbg-card-compact {
  padding: 14px;
}

.dbg-card-compact .dbg-card-body {
  grid-template-columns: 140px 1fr 150px;
  grid-template-areas: "media details rating";
  align-items: center;
}

.dbg-card-compact .dbg-main-img img {
  width: 140px;
  height: 140px;
  object-fit: contain;
}

.dbg-card-compact .dbg-title-link {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.dbg-card-compact {
  margin-top: 6px;
}

.dbg-card-compact{
  margin: 6px 0 0;
}

.dbg-card-compact{
  margin-bottom: 4px;
}

.dbg-card-compact .dbg-score-box {
  width: 140px;
}

.dbg-card-compact .dbg-cta {
  width: 140px;
}

.dbg-card-link {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  min-width: 48px;
  padding: 8px 12px;
  line-height: 1.3;
  pointer-events: none;
}

.dbg-thumbs,
.dbg-thumb {
  position: relative;
  z-index: 3;
}

.dbg-title-link,
.dbg-cta {
  position: relative;
  z-index: 3;
}

.dbg-skeleton-card {
  overflow: hidden;
  pointer-events: none;
}

.dbg-skeleton-card .dbg-card-body {
  align-items: center;
}

.dbg-skeleton-ribbon {
  position: absolute;
  top: 0;
  right: 0;
  width: 140px;
  height: 26px;
  border-radius: 0 10px 0 10px;
  background: #e5e7eb;
}

.dbg-skeleton-rank {
  position: absolute;
  top: 50px;
  left: -16px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #e5e7eb;
  box-shadow: 0 18px 34px -30px rgba(15, 23, 42, 0.7);
}

.dbg-skeleton-media {
  width: 196px;
  aspect-ratio: 1 / 1;
  border-radius: 10px;
  background: #e5e7eb;
}

.dbg-skeleton-thumbs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 6px;
  max-width: 196px;
}

.dbg-skeleton-thumbs span {
  display: block;
  aspect-ratio: 1 / 1;
  border-radius: 8px;
  background: #e5e7eb;
}

.dbg-skeleton-line,
.dbg-skeleton-list span,
.dbg-skeleton-score,
.dbg-skeleton-cta {
  background: #e5e7eb;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.dbg-skeleton-line {
  height: 14px;
  margin-bottom: 10px;
}

.dbg-skeleton-line.lg {
  height: 18px;
  width: 90%;
}

.dbg-skeleton-line.md {
  width: 60%;
}

.dbg-skeleton-line.sm {
  width: 40%;
}

.dbg-skeleton-list {
  display: grid;
  gap: 8px;
  margin-top: 8px;
}

.dbg-skeleton-list span {
  height: 14px;
  width: 85%;
}

.dbg-skeleton-score {
  width: 150px;
  height: 110px;
  border-radius: 12px;
}

.dbg-skeleton-cta {
  width: 180px;
  height: 44px;
  border-radius: 10px;
}

.dbg-skeleton-card .dbg-skeleton-line,
.dbg-skeleton-card .dbg-skeleton-list span,
.dbg-skeleton-card .dbg-skeleton-score,
.dbg-skeleton-card .dbg-skeleton-cta,
.dbg-skeleton-card .dbg-skeleton-media,
.dbg-skeleton-card .dbg-skeleton-thumbs span,
.dbg-skeleton-card .dbg-skeleton-ribbon,
.dbg-skeleton-card .dbg-skeleton-rank {
  background: linear-gradient(100deg, #e5e7eb 20%, #f1f5f9 40%, #e5e7eb 60%);
  background-size: 200% 100%;
  animation: dbg-shimmer 1.2s ease-in-out infinite;
}

@keyframes dbg-shimmer{


  0% { background-position: 200% 0; }
  100% { background-position: -200% 0; }


}

.dbg-ribbon {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 6px 12px;
  border-radius: 0 10px 0 10px;
  color: #fff;
  font-weight: 600;
  font-size: 13px;
  box-shadow: 0 18px 34px -30px rgba(15, 23, 42, 0.7);
  min-width: 150px;
  text-align: center;
}

.dbg-ribbon.best-choice {
  background: linear-gradient(135deg, #1e3a8a 0%, #1e40af 100%);
}

.dbg-ribbon.value-money {
  background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
}

.dbg-ribbon.best-deal {
  background: linear-gradient(135deg, #0f766e 0%, #0d9488 100%);
}

.dbg-ribbon .dbg-ribbon-icon {
  width: 14px;
  height: 14px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'><path d='M12 2l2.9 6.1L22 9.2l-5 4.9 1.2 7.1L12 17.8 5.8 21.2 7 14.1 2 9.2l7.1-1.1z'/></svg>") center/contain no-repeat;
}

.dbg-ribbon.value-money .dbg-ribbon-icon {
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'><path d='M3 12l9 9 9-9-9-9-9 9zm6 1.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm6 0l-2.5-2.5-2.5 2.5L7 11l4.5-4.5L16 11l-2 2.5z'/></svg>") center/contain no-repeat;
}

.dbg-ribbon.best-deal .dbg-ribbon-icon {
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'><path d='M19 4H5a1 1 0 0 0-.8.4l-3 4A1 1 0 0 0 1 9v7a1 1 0 0 0 1 1h3v2a1 1 0 0 0 1.7.7L9.4 17H19a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2zm-9 9H6v-2h4v2zm8 0h-5v-2h5v2z'/></svg>") center/contain no-repeat;
}

.dbg-rank {
  position: absolute;
  top: 50px;
  left: -20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #eef2ff;
  border: 2px solid #e0e7ff;
  color: #4f46e5;
  font-weight: 700;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 18px 34px -30px rgba(15, 23, 42, 0.7);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
  z-index: 60;
  pointer-events: auto;
  cursor: pointer;
}

.dbg-card:hover .dbg-rank {
  transform: scale(1.02);
  box-shadow: 0 18px 34px -30px rgba(15, 23, 42, 0.7);
}

.dbg-thumb.active,
.dbg-thumb:hover {
  border-color: #3b82f6;
  transform: translateY(-1px);
}

.dbg-cat-id {
  background: none;
  border: 0;
  padding: 0;
  margin: 0;
  color: inherit;
  font: inherit;
  cursor: pointer;
  position: relative;
  z-index: 2;
}

.dbg-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 34px -30px rgba(15, 23, 42, 0.7);
}

.dbg-cta:active {
  transform: translateY(0);
}

.dbg-empty {
  padding: 24px;
  text-align: center;
  background: #fff7ed;
  border: 1px solid #fed7aa;
  border-radius: 12px;
  color: #9a3412;
}

.dbg-admin {
  margin: 12px 0 20px;
  padding: 16px 18px;
  border: 1px solid var(--dbg-border);
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 18px 34px -30px rgba(15, 23, 42, 0.7);
}

.dbg-admin-checked {
  background: #f3fbf4;
  border-color: #c7f0d0;
}

.dbg-admin-pending {
  background: #fff7ed;
  border-color: #fed7aa;
}

.dbg-admin h2 {
  margin: 0 0 12px;
  font-size: 18px;
}

.dbg-admin-form {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 12px 16px;
}

.dbg-admin-form label {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 13px;
  color: var(--dbg-subtext);
}

.dbg-admin-form input,
.dbg-admin-form select {
  padding: 8px 10px;
  border-radius: 10px;
  border: 1px solid var(--dbg-border);
  font-size: 14px;
}

.dbg-admin-submit {
  grid-column: 1 / -1;
  justify-self: flex-start;
  padding: 10px 16px;
  border-radius: 10px;
  border: none;
  background: #0d7ae0;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
}

.dbg-admin-actions {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.dbg-admin-actions-left {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.dbg-admin-actions-right {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-left: auto;
}

.dbg-admin-form .dbg-admin-switch {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex-direction: row;
  font-size: 13px;
  font-weight: 700;
  color: var(--dbg-subtext);
  cursor: pointer;
  user-select: none;
  white-space: nowrap;
}

.dbg-admin-summary-row .dbg-admin-switch {
  align-items: center;
}

.dbg-admin-summary-row .dbg-admin-switch-label {
  display: inline-flex;
  align-items: center;
  line-height: 26px;
  padding-top: 0;
  vertical-align: middle;
}

.dbg-admin-summary-row .dbg-admin-switch-track {
  margin-top: 0;
}

.dbg-admin-switch {
  cursor: pointer;
  align-items: center;
  line-height: 26px;
}

.dbg-admin-switch input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.dbg-admin-switch-track {
  position: relative;
  width: 46px;
  height: 26px;
  background: #7f7f7f;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  padding: 3px;
  transition: background 0.2s ease;
  vertical-align: middle;
}

.dbg-admin-switch:hover .dbg-admin-switch-track {
  background: #6b6b6b;
}

.dbg-admin-switch input:checked ~ .dbg-admin-switch-track:hover {
  background: #86dfa1;
}

.dbg-admin-check {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 600;
  color: #1f2937;
  cursor: pointer;
}

.dbg-admin-check input[type="checkbox"] {
  width: 16px;
  height: 16px;
  accent-color: #2563eb;
  cursor: pointer;
}

.dbg-admin-switch-thumb {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
  transform: translateX(0);
  transition: transform 0.2s ease;
  box-shadow: 0 18px 34px -30px rgba(15, 23, 42, 0.7);
  cursor: pointer;
}

.dbg-admin-switch input:checked ~ .dbg-admin-switch-track {
  background: #95e6a7;
}

.dbg-admin-switch input:checked ~ .dbg-admin-switch-track .dbg-admin-switch-thumb {
  transform: translateX(20px);
}

.dbg-admin-switch-no-anim .dbg-admin-switch-track,
.dbg-admin-switch-no-anim .dbg-admin-switch-thumb {
  transition: none !important;
}

.dbg-admin-switch-label {
  color: #1f2937;
  white-space: nowrap;
}

.dbg-admin-buttons {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.dbg-admin-delete {
  padding: 10px 16px;
  border-radius: 10px;
  border: 1px solid #fca5a5;
  background: #fee2e2;
  color: #991b1b;
  font-weight: 700;
  cursor: pointer;
}

.dbg-admin-notice {
  margin-bottom: 10px;
  padding: 8px 10px;
  background: #ecfdf3;
  border: 1px solid #bbf7d0;
  border-radius: 10px;
  color: #166534;
  font-size: 13px;
}

.dbg-admin-error {
  margin-bottom: 10px;
  padding: 8px 10px;
  background: #fef2f2;
  border: 1px solid #fecaca;
  border-radius: 10px;
  color: #b91c1c;
  font-size: 13px;
}

.dbg-admin-summary {
  margin: 6px 0 14px;
  font-weight: 600;
  color: #1f2937;
}

.dbg-admin-summary-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 6px 0 14px;
  flex-wrap: wrap;
}

.dbg-admin-summary-cell,
.dbg-admin-toggle-cell {
  display: flex;
  align-items: center;
  align-self: center;
  cursor: pointer;
}

.dbg-admin-summary-row .dbg-admin-summary {
  margin: 0;
  display: inline-flex;
  align-items: center;
  line-height: 26px;
}

.dbg-admin-summary strong {
  color: #0f172a;
  margin-right: 4px;
}

.dbg-admin-summary-keyword {
  font-weight: 800;
}

.dbg-dup-toggle {
  margin: 0;
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  align-self: center;
}

.rp-toggle-preload .dbg-admin-switch-track,
.rp-toggle-preload .dbg-admin-switch-thumb {
  transition: none !important;
}

.dbg-duplicate {
  opacity: 0.45;
}

.dbg-duplicate-hidden {
  display: none;
}

.sr-only {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  clip: rect(0,0,0,0);
}

.home-lede {
  font-size: 17px;
  color: #cbd5f5;
  max-width: none;
}

.home-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 0;
  background: transparent;
  border: none;
  font-size: 12px;
  color: #0f172a;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
}

.home-shell .home-section .home-eyebrow {
  background: transparent;
  border: none;
  color: #0f172a;
}

.home-hero .home-eyebrow {
  color: #e8edff;
}

.home-section-cta .home-eyebrow {
  color: #ffffff !important;
}

.home-eyebrow::after {
  content: "";
  display: inline-block;
  width: 28px;
  height: 2px;
  background: currentColor;
  border-radius: 999px;
  margin-left: 8px;
  opacity: 0.6;
}

.home-search input:focus {
  outline: none;
  box-shadow: 0 18px 34px -30px rgba(15, 23, 42, 0.7);
}

.home-search button:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 34px -30px rgba(15, 23, 42, 0.7);
}

.home-search button:active {
  transform: translateY(0);
}

.home-chips {
  margin: 16px 0 12px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.home-chip {
  background: rgba(255, 255, 255, 0.08);
  color: #e7eeff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  padding: 8px 12px;
  cursor: pointer;
  font-weight: 600;
  transition: background 0.15s ease, transform 0.15s ease;
}

.home-chip:hover {
  background: rgba(255, 255, 255, 0.16);
  transform: translateY(-1px);
}

.home-section-trending {
  padding-top: 18px;
  padding-bottom: 18px;
  background: #f8fafc;
  border-bottom: 1px solid #e2e8f0;
}

.home-section-trending .home-chips {
  margin: 0;
}

.home-section-trending .home-chip {
  background: #ffffff;
  color: #0f172a;
  border: 1px solid #e2e8f0;
  box-shadow: 0 18px 34px -30px rgba(15, 23, 42, 0.7);
}

.home-section-trending .home-chip:hover {
  background: #f1f5f9;
  transform: translateY(-1px);
}

.home-section-categories .home-chip {
  background: #ffffff;
  color: #0f172a;
  border: 1px solid #e2e8f0;
  box-shadow: 0 18px 34px -30px rgba(15, 23, 42, 0.7);
}

.home-section-categories .home-chip:hover {
  background: #f1f5f9;
  transform: translateY(-1px);
}

.home-trending-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

.home-trending-label {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #0f172a;
  font-weight: 800;
}

.home-meta {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 12px;
  margin: 12px 0 10px;
}

.home-meta-item {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: 8px;
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.04);
  color: #dbe7ff;
}

.home-meta-item p {
  margin: 4px 0 0;
  color: #b3c7ee;
  font-size: 14px;
}

.home-hero-media {
  position: relative;
}

.home-hero-cardstack {
  display: grid;
  gap: 14px;
  position: relative;
}

.home-hero-card {
  background: linear-gradient(140deg, rgba(255,255,255,0.06), rgba(255,255,255,0.02));
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 16px;
  padding: 16px;
  box-shadow: 0 18px 34px -30px rgba(15, 23, 42, 0.7);
  color: #f2f6ff;
  backdrop-filter: blur(6px);
}

.home-hero-card h3 {
  margin: 8px 0 6px;
  font-size: 20px;
}

.home-hero-card p {
  margin: 0 0 10px;
  color: #c9d5f5;
}

.home-hero-card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.home-hero-card-labels {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.home-hero-card-thumb {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.2);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.home-hero-card-thumb img {
  width: 38px;
  height: 38px;
  object-fit: contain;
  display: block;
  filter: drop-shadow(0 6px 10px rgba(0,0,0,0.25));
}

.home-top-products {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 16px;
  margin-top: 18px;
}

.home-top-product {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 16px;
  border-radius: 14px;
  background: #101a33;
  border: 1px solid rgba(255,255,255,0.08);
  color: #e2edff;
  text-decoration: none;
  font-weight: 600;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.home-top-product:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 34px -30px rgba(15, 23, 42, 0.7);
}

.home-deals-stack {
  margin: 0;
}

.home-deals-stack h3 {
  margin: 0 0 12px;
  font-size: 22px;
  color: #0f172a;
}

.home-deals-note {
  margin: -6px 0 14px;
  color: var(--dbg-subtext);
  font-size: 14px;
}

.home-hero-badge {
  background: #0ea5e9;
  color: #04213e;
  padding: 6px 10px;
  border-radius: 10px;
  font-weight: 700;
  box-shadow: 0 18px 34px -30px rgba(15, 23, 42, 0.7);
}

.home-hero-tag {
  color: #a6c3ff;
  font-weight: 700;
  border: 1px solid rgba(255,255,255,0.16);
  padding: 6px 10px;
  border-radius: 999px;
}

.home-hero-card-meta {
  display: flex;
  align-items: center;
  gap: 10px;
}

.home-rating {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: 700;
  color: #fbbf24;
}

.home-rating-star {
  font-size: 16px;
}

.home-rating-value {
  color: #e2e8ff;
}

.home-section {
  max-width: 1220px;
  margin: 0 auto;
  padding: 28px 16px;
  content-visibility: auto;
  contain-intrinsic-size: 800px;
}

.home-section:not(.home-section-pillars) {
  content-visibility: auto;
  contain-intrinsic-size: 800px;
}

.home-section-pillars {
  content-visibility: visible;
  contain-intrinsic-size: auto;
  min-height: 220px;
  contain: layout paint;
  display: grid;
  grid-template-rows: auto 1fr;
  margin-top: 0;
}

.home-section-pillars .home-section-heading p {
  line-height: 1.4;
  min-height: 1.4em;
}

.home-pillars {
  grid-auto-rows: 1fr;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 16px;
  margin-top: 18px;
}

.home-section-pillars img,
.home-section-pillars svg {
  width: 48px;
  height: 48px;
  display: block;
  flex-shrink: 0;
}

.home-pillar-card {
  min-height: 180px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #fff;
  border-radius: 16px;
  border: 1px solid #e5e7eb;
  padding: 18px;
  box-shadow: 0 18px 34px -30px rgba(15, 23, 42, 0.7);
}

.home-pillar-icon {
  width: 42px;
  height: 42px;
  display: inline-flex;
  border-radius: 12px;
  background: linear-gradient(135deg, #0ea5e9 0%, #2563eb 100%);
  color: #fff;
  font-weight: 700;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

.home-section + .home-section {
  margin-top: 0;
}

.home-section-heading p {
  margin: 0;
  color: #4b5563;
  max-width: 720px;
}

.home-pillar-card h3 {
  margin: 0 0 8px;
}

.home-pillar-card p {
  margin: 0;
  color: #4b5563;
}

.home-section-categories {
  margin-top: 0;
}

.home-category-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 18px;
}

.home-category-card {
  background: linear-gradient(145deg, #ffffff, #f8fbff);
  border: 1px solid #dce6ff;
  border-radius: 16px;
  padding: 18px;
  box-shadow: 0 18px 34px -30px rgba(15, 23, 42, 0.7);
  display: grid;
  gap: 14px;
}

.home-category-top h3 {
  margin: 6px 0 6px;
}

.home-category-top p {
  margin: 0;
  color: #475569;
}

.home-category-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  border-radius: 10px;
  background: rgba(37, 99, 235, 0.1);
  color: #1d4ed8;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 12px;
}

.home-category-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.home-tag {
  padding: 8px 10px;
  border-radius: 999px;
  background: #eef2ff;
  border: 1px solid #e0e7ff;
  color: #312e81;
  font-weight: 700;
  font-size: 13px;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.home-tag:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 34px -30px rgba(15, 23, 42, 0.7);
}

.home-category-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #0ea5e9;
  font-weight: 700;
}

.home-category-cta::after {
  content: "->";
  transition: transform 0.15s ease;
}

.home-category-card:hover .home-category-cta::after {
  transform: translateX(3px);
}

.home-popular-links {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  grid-auto-rows: minmax(48px, auto);
  gap: 12px;
  margin-top: 18px;
}

.home-popular-link {
  display: flex;
  align-items: center;
  min-height: 48px;
  padding: 12px 16px;
  line-height: 1.3;
  text-decoration: none;
  border-radius: 12px;
  background: #fff;
  border: 1px solid #e2e8f0;
  color: #0f172a;
  font-weight: 700;
  box-shadow: 0 18px 34px -30px rgba(15, 23, 42, 0.7);
  transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
}

.home-popular-text {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.home-popular-link:hover {
  transform: translateY(-1px);
  border-color: #bfdbfe;
  box-shadow: 0 18px 34px -30px rgba(15, 23, 42, 0.7);
}

.home-faq-list {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.home-faq-item {
  border-radius: 12px;
  border: 1px solid #e2e8f0;
  padding: 12px 14px;
  background: #fff;
  box-shadow: 0 18px 34px -30px rgba(15, 23, 42, 0.7);
}

.home-faq-item summary {
  cursor: pointer;
  font-weight: 700;
  color: #0f172a;
}

.home-faq-item p {
  margin: 8px 0 0;
  color: #475569;
}

.home-section-cta {
  margin: 0 auto;
}

.home-cta-card {
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: 20px;
  padding: 26px;
  border-radius: 20px;
  background: linear-gradient(120deg, #0ea5e9, #2563eb);
  color: #f8fbff;
  box-shadow: 0 18px 34px -30px rgba(15, 23, 42, 0.7);
}

.home-cta-copy h2 {
  margin: 8px 0 10px;
  font-size: 30px;
  line-height: 1.2;
}

.home-cta-copy p {
  margin: 0 0 12px;
  color: #dceafe;
}

.home-cta-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.home-cta-bullets {
  display: grid;
  gap: 10px;
  align-content: center;
}

.home-cta-bullet {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  border: 1px solid rgba(255,255,255,0.24);
  border-radius: 10px;
  background: rgba(255,255,255,0.08);
  color: #e8f0ff;
}

.home-chip:focus-visible,
.home-top-product:focus-visible,
.home-btn:focus-visible,
.home-category-cta:focus-visible,
.home-tag:focus-visible,
.home-popular-link:focus-visible,
.home-search button:focus-visible,
.home-faq-item summary:focus-visible {
  outline: 2px solid #38bdf8;
  outline-offset: 2px;
}

.dot {
  width: 12px;
  height: 12px;
  border-radius: 999px;
  display: inline-block;
}

.dot-blue {
  background: #38bdf8;
  box-shadow: 0 18px 34px -30px rgba(15, 23, 42, 0.7);
}

.dot-green {
  background: #34d399;
  box-shadow: 0 18px 34px -30px rgba(15, 23, 42, 0.7);
}

.dot-amber {
  background: #f59e0b;
  box-shadow: 0 18px 34px -30px rgba(15, 23, 42, 0.7);
}

.cat-mod-arrow svg,
.cat-link-card .cat-mod-arrow svg {
  width: 18px;
  height: 18px;
}

.cat-breadcrumbs {
  margin-top: 10px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  border-radius: 10px;
  background: rgba(255,255,255,0.08);
  color: #dbe7ff;
  font-weight: 600;
}

.cat-breadcrumbs a {
  color: #fff;
  text-decoration: none;
}

.cat-breadcrumbs a:hover {
  text-decoration: underline;
}

.category-intro {
  max-width: 100%;
  margin-bottom: 16px;
}

.category-intro__content {
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.category-intro__content.is-collapsed {
  max-height: 71px;
}

.category-intro__content.is-expanded {
  max-height: 1000px;
}

.category-intro__toggle {
  background: none;
  border: none;
  color: #000;
  font-weight: 500;
  cursor: pointer;
  padding: 4px 0;
}

.categories-intro {
  max-width: 100%;
  margin-bottom: 16px;
}

.categories-intro__content {
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.categories-intro__content.is-collapsed {
  max-height: 94px;
}

.categories-intro__content.is-expanded {
  max-height: 1000px;
}

.categories-intro__toggle {
  background: none;
  border: none;
  color: var(--rp-ink);
  font-weight: 500;
  cursor: pointer;
  padding: 4px 0;
}

.cat-filter {
  padding-top: 28px;
}

.cat-filter-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 14px;
}

.cat-filter-block {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 12px;
  box-shadow: 0 18px 34px -30px rgba(15, 23, 42, 0.7);
  display: grid;
  gap: 8px;
}

.cat-filter-block label {
  font-weight: 800;
  color: #0f172a;
  font-size: 14px;
}

.cat-filter-block select {
  width: 100%;
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid #d4d9e2;
  background: #f8fafc;
  font-weight: 700;
  color: #0f172a;
}

.cat-cta-row {
  margin-top: 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.cat-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 16px;
  border-radius: 12px;
  background: linear-gradient(135deg, #1d4ed8, #0ea5e9);
  color: #fff;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 18px 34px -30px rgba(15, 23, 42, 0.7);
}

.cat-note {
  color: #475569;
  font-size: 14px;
}

.cat-hide-toggle {
  margin: 12px 0 0;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 700;
  color: #1f2937;
}

.cat-section-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.cat-section-title-text {
  margin: 0;
}

.cat-hide-toggle-inline {
  margin: 0;
}

.cat-hide-switch {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  user-select: none;
}

.cat-hide-switch input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.cat-hide-switch-track {
  position: relative;
  width: 52px;
  height: 28px;
  background: #7f7f7f;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  padding: 3px;
  transition: background 0.2s ease;
}

.cat-hide-switch-thumb {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #fff;
  transform: translateX(0);
  transition: transform 0.2s ease;
  box-shadow: 0 18px 34px -30px rgba(15, 23, 42, 0.7);
}

.cat-hide-switch input:checked + .cat-hide-switch-track {
  background: #95e6a7;
}

.cat-hide-switch input:checked + .cat-hide-switch-track .cat-hide-switch-thumb {
  transform: translateX(24px);
}

.cat-hide-switch-label {
  font-size: 13px;
  font-weight: 700;
  color: #1f2937;
}

.cat-edit-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  color: #2563eb;
  cursor: pointer;
  transition: transform 0.15s ease, color 0.15s ease;
}

.cat-edit-btn:hover {
  color: #1d4ed8;
  transform: translateY(-1px);
}

.cat-admin-notice,
.cat-admin-error {
  margin-top: 12px;
  padding: 10px 12px;
  border-radius: 10px;
  font-weight: 600;
}

.cat-admin-notice {
  background: #f0fdf4;
  border: 1px solid #bbf7d0;
  color: #14532d;
}

.cat-admin-error {
  background: #fef2f2;
  border: 1px solid #fecaca;
  color: #7f1d1d;
}

.cat-link-card:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 34px -30px rgba(15, 23, 42, 0.7);
  border-color: #b6c7ff;
  background: linear-gradient(120deg, #eef3ff, #ffffff);
}

.cat-link-card.cat-card-checked,
.cat-mod-card.cat-card-checked {
  background: #f3fbf4;
  border-color: #c7f0d0;
}

.cat-link-card.cat-card-partial,
.cat-mod-card.cat-card-partial {
  background: #fff7ed;
  border-color: #fed7aa;
}

.cat-card-hidden {
  display: none;
}

.cat-groups {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.cat-group-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  padding: 16px;
  box-shadow: 0 18px 34px -30px rgba(15, 23, 42, 0.7);
  display: grid;
  gap: 12px;
}

.cat-group-header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 8px;
}

.cat-group-card h3 {
  margin: 0;
  font-size: 18px;
}

.cat-count {
  color: #475569;
  font-size: 13px;
  font-weight: 700;
  background: #eef2ff;
  border-radius: 999px;
  padding: 6px 10px;
  border: 1px solid #e0e7ff;
}

.cat-tag-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.cat-tag {
  display: inline-flex;
  align-items: center;
  padding: 9px 12px;
  border-radius: 10px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  color: #0f172a;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
}

.cat-tag:hover {
  transform: translateY(-1px);
  border-color: #c7d2fe;
  box-shadow: 0 18px 34px -30px rgba(15, 23, 42, 0.7);
}

.cat-mod-grid {
  margin-top: 14px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.cat-mod-card {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 10px;
  padding: 16px 18px;
  min-height: 86px;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  text-decoration: none;
  color: #0f172a;
  box-shadow: 0 18px 34px -30px rgba(15, 23, 42, 0.7);
  transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
}

.cat-mod-card:hover {
  transform: translateY(-2px);
  border-color: #c7d2fe;
  box-shadow: 0 18px 34px -30px rgba(15, 23, 42, 0.7);
}

.cat-mod-label {
  font-weight: 800;
  color: #1d4ed8;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 12px;
}

.cat-mod-target {
  font-weight: 700;
  color: #0f172a;
}

.cat-mod-h1 {
  display: block;
  font-weight: 800;
  color: #0f172a;
  line-height: 1.3;
}

.cat-mod-arrow {
  color: #2563eb;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  justify-self: end;
}

.cat-link-actions {
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.cat-edit-modal {
  position: fixed;
  inset: 0;
  display: none;
  z-index: 1200;
}

.cat-edit-modal.is-open {
  display: block;
}

.cat-edit-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.6);
}

.cat-edit-modal__panel {
  position: relative;
  background: #fff;
  width: min(460px, 92vw);
  margin: 18vh auto 0;
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 18px 34px -30px rgba(15, 23, 42, 0.7);
}

.cat-edit-modal__panel h3 {
  margin: 0 0 6px;
  font-size: 20px;
}

.cat-edit-modal__lede {
  margin: 0 0 14px;
  color: #475569;
}

.cat-edit-label {
  display: grid;
  gap: 6px;
  font-weight: 600;
  color: #111827;
}

.cat-edit-label input {
  padding: 10px 12px;
  border: 1px solid #cbd5f5;
  border-radius: 10px;
  font-size: 14px;
}

.cat-edit-actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 16px;
}

.cat-edit-cancel,
.cat-edit-save {
  border-radius: 10px;
  padding: 10px 16px;
  border: 1px solid transparent;
  cursor: pointer;
  font-weight: 700;
}

.cat-edit-cancel {
  background: #f1f5f9;
  color: #1f2937;
  border-color: #e2e8f0;
}

.cat-edit-save {
  background: #1d4ed8;
  color: #fff;
}

.cat-meta {
  margin-top: 10px;
  color: #475569;
  font-size: 14px;
}

.cat-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 0;
  background: transparent;
  border: none;
  font-size: 12px;
  color: #0f172a;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 700;
}

.rv-shell {
  max-width: min(1080px, calc(100% - 32px));
  margin: 0 auto;
  padding: 42px 16px 64px;
}

.rv-hero h1 {
  margin: 8px 0 10px;
  font-size: 32px;
}

.rv-hero .home-subtitle {
  margin: 0 0 8px;
  font-weight: 600;
  color: #1e293b;
}

.rv-hero p {
  margin: 0;
  color: #475569;
}

.rv-section {
  margin-top: 28px;
}

.rv-section h2 {
  margin: 0 0 12px;
  font-size: 22px;
}

.rv-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(240px, 300px));
  gap: 12px;
}

.rv-grid-searches {
  grid-template-columns: repeat(4, minmax(240px, 300px));
}

.rv-card {
  display: grid;
  gap: 10px;
  padding: 12px;
  border-radius: 14px;
  background: #fff;
  border: 1px solid #e2e8f0;
  text-decoration: none;
  color: #0f172a;
  box-shadow: 0 18px 34px -30px rgba(15, 23, 42, 0.7);
  transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
}

.rv-card:hover {
  transform: translateY(-2px);
  border-color: #c7d2fe;
  box-shadow: 0 18px 34px -30px rgba(15, 23, 42, 0.7);
}

.rv-card-img {
  aspect-ratio: 1 / 1;
  background: #f8fafc;
  border-radius: 10px;
  overflow: hidden;
  display: grid;
  place-items: center;
}

.rv-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rv-card-title {
  font-weight: 700;
  font-size: 15px;
}

.rv-empty {
  margin-top: 8px;
  color: #64748b;
  font-weight: 600;
}

@media (max-width: 700px) {
  .dbg-disclosure-panel {
    left: -1.5vw;
    right: auto;
    transform: none;
    width: 90vw;
    max-width: 90vw;
  }
}


@media (max-width: 1200px) {
  .rp-mainbar {
    min-height: 150px;
    height: 150px;
    grid-template-columns: 1fr;
    align-items: stretch;
    gap: 14px;
  }
  
  .rp-menu-toggle {
    display: inline-flex;
  }
  
  .rp-deals-btn {
    display: inline-flex;
  }
  
  .rp-best-btn {
    display: inline-flex;
  }
  
  .rp-search {
    max-width: 100%;
    margin-top: -10px;
    margin-bottom: 8px;
  }
  
  .rp-search form {
    width: 100%;
    margin-top: 4px;
  }
}

.rp-brand {
  width: 130px;
}

@media (max-width: 900px) {
  .rp-header-inner {
    gap: 12px;
  }
  
  .rp-brand-row {
    width: 100%;
    justify-content: flex-start;
  }
  
  .rp-brand {
    width: auto;
    justify-content: flex-start;
  }
  
  .rp-account-btn {
    display: inline-flex;
  }
  
  .rp-search {
    width: 100%;
    max-width: none;
  }
}

@media (max-width: 600px) {
  .rp-header-inner {
    padding: 12px;
  }
  
  .rp-brand {
    flex-direction: row;
    align-items: center;
  }
  
  .rp-search form {
    padding: 6px 3px;
  }
  
  .rp-search input {
    font-size: 13px;
  }
  
  .rp-search button {
    padding: 9px 12px;
    font-size: 13px;
  }
}

@media (max-width: 1100px) {
}

@media (max-width: 1200px) {
  .home-hero-area {
    min-height: 720px;
  }
  
  .home-hero-copy h1 {
    font-size: 2rem;
  }
}

@media (max-width: 900px) {
  .rp-header-inner {
    gap: 12px;
  }
  
  .rp-brand-row {
    width: 100%;
    justify-content: flex-start;
  }
  
  .rp-brand {
    width: auto;
    justify-content: flex-start;
  }
  
  .rp-search {
    width: 100%;
    max-width: none;
  }
  
  .rp-actions {
    width: 100%;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}

@media (max-width: 600px) {
  .rp-search {
    grid-area: auto;
  }
  
  .rp-header {
    height: 160px;
  }
  
  .rp-header-inner {
    padding: 12px;
  }
  
  .rp-brand {
    flex-direction: row;
    align-items: center;
  }
    
  .rp-search form {
    padding: 6px 3px;
  }
  
  .rp-search input {
    font-size: 13px;
  }
  
  .rp-search button {
    padding: 9px 12px;
    font-size: 13px;
  }
}

@media (max-width: 1200px) {
  .rp-actions {
    display: none;
  }
  
  .rp-menu-toggle {
    display: inline-flex;
  }
  
  .rp-deals-btn {
    display: inline-flex;
  }
  
  .rp-best-btn {
    display: inline-flex;
  }
  
  .rp-account-btn {
    display: inline-flex;
  }
  
  .rp-brand-row {
    width: 100%;
  }
  
  .rp-search {
    max-width: 100%;
    margin-top: -10px;
    margin-bottom: 8px;
  }
  
  .rp-search form {
    width: 100%;
    margin-top: 4px;
  }
}

@media (max-width: 700px) {
  .dbg-meta-bar {
    gap: 6px 10px;
    flex-wrap: nowrap;
  }
  
  .dbg-meta-links {
    flex: 1 1 auto;
    min-width: 0;
  }
  
  .dbg-meta-right {
    justify-content: flex-start;
  }
  
  .dbg-meta-left {
    justify-content: flex-start;
  }
  
  .dbg-meta-updated-full {
    display: none;
  }
  
  .dbg-meta-updated-short {
    display: inline;
  }
}

@media (max-width: 850px) {
  .dbg-meta-bar {
    flex-wrap: wrap;
  }
  
  .dbg-meta-right {
    flex-wrap: wrap;
    justify-content: flex-end;
  }
}

@media (max-width: 980px) {
  .dbg-card-body {
    grid-template-columns: minmax(0, 220px) minmax(0, 1fr);
    grid-template-areas: "media details"
          "media rating";
  }
  
  .dbg-rating {
    width: 100%;
  }
  
  .dbg-score-box {
    width: 100%;
  }
  
  .dbg-cta {
    width: 100%;
  }
  
  .dbg-card-compact .dbg-card-body {
    grid-template-columns: 140px minmax(0, 1fr);
    grid-template-areas: "media details"
          "media rating";
  }
  
  .dbg-card-compact .dbg-score-box,
      .dbg-card-compact .dbg-cta {
    width: 100%;
  }
}

@media (max-width: 700px) {
  .dbg-card-body {
    grid-template-columns: 1fr;
    grid-template-areas: "media"
          "details"
          "rating";
  }
  
  .dbg-media,
      .dbg-thumbs,
      .dbg-main-img,
      .dbg-main-img img {
    max-width: none;
    width: 100%;
  }
  
  .dbg-media {
    width: 100%;
    max-width: none;
  }
  
  .dbg-main-img {
    width: 100%;
  }
  
  .dbg-card-compact .dbg-card-body {
    grid-template-columns: 1fr;
    grid-template-areas: "media"
          "details"
          "rating";
  }
  
  .dbg-card-compact .dbg-score-box,
      .dbg-card-compact .dbg-cta {
    width: 100%;
  }
}

@media (max-width: 980px) and (min-width: 641px) {
  .dbg-card {
    padding: 16px;
  }
  
  .dbg-card-body {
    grid-template-columns: 220px minmax(0, 1fr) 170px;
    grid-template-areas: "media details rating";
    column-gap: 16px;
    row-gap: 12px;
    align-items: start;
  }
  
  .dbg-media {
    width: 100%;
    max-width: 220px;
  }
  
  .dbg-main-img img {
    max-width: 220px;
  }
  
  .dbg-details {
    min-width: 0;
  }
  
  .dbg-rating {
    align-items: center;
    margin-top: 0;
    width: 100%;
    gap: 10px;
    align-self: center;
    justify-self: stretch;
  }
  
  .dbg-score-box {
    width: 100%;
    max-width: 170px;
  }
  
  .dbg-cta {
    width: 100%;
    max-width: 170px;
  }
}

@media (max-width: 720px) {
  .dbg-admin-summary-row {
    display: none;
  }
}

@media (max-width: 720px) {
  .dbg-card-link {
    display: none;
  }
  
  .dbg-title-link {
    min-height: 48px;
  }
  
  .dbg-main-link {
    min-height: 48px;
  }
}

@media (max-width: 1100px) {
  .rv-grid,
      .rv-grid-searches {
    grid-template-columns: repeat(3, minmax(220px, 1fr));
  }
}

@media (max-width: 900px) {
  .rv-grid,
      .rv-grid-searches {
    grid-template-columns: repeat(2, minmax(200px, 1fr));
  }
}

@media (max-width: 700px) {
  .dbg-card-body {
    grid-template-columns: 1fr !important;
    grid-template-areas: "media"
          "details"
          "rating" !important;
  }
  
  .dbg-card-compact .dbg-card-body {
    grid-template-columns: 1fr !important;
    grid-template-areas: "media"
          "details"
          "rating" !important;
  }
}

@media (max-width: 620px) {
  .rv-grid,
      .rv-grid-searches {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1100px) {
  .home-cta-card {
    grid-template-columns: 1fr;
  }

  .home-category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  
  .cat-mod-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .home-hero-copy h1 {
    font-size: 2rem;
  }
  
  .home-section {
    padding: 28px 14px;
  }
  
  .home-hero-card {
    text-align: left;
  }
  
  .home-category-grid {
    grid-template-columns: 1fr;
  }
  
  .cat-mod-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  .home-popular-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.home {
  --b44-hero-bg:
    radial-gradient(900px 360px at 50% 78%, rgba(41, 129, 235, 0.32), transparent 70%),
    linear-gradient(180deg, #030b27 0%, #03123f 55%, #07215b 100%);
  --b44-grid-size: auto, auto;
}
.site-home {
  background: #f5f7fb;
  color: #0f172a;
  padding: 0 0 56px;
  font-family: var(--base-font);
}
.home .rp-header.site-header {
  background: #ffffff !important;
  border-bottom: 1px solid #e5e7eb;
  box-shadow: 0 18px 34px -30px rgba(15, 23, 42, 0.7);
}
.home .rp-header-inner {
  padding-top: 14px;
  padding-bottom: 14px;
}
.home .rp-mainbar {
  min-height: auto !important;
  height: auto !important;
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  align-items: center;
  gap: 12px;
}
.rp-brand-row {
  width: auto;
  justify-self: start;
}
.rp-home-center-nav {
  margin: 0;
  justify-self: center;
  display: inline-flex;
  align-items: center;
  gap: 0;
  padding: 2px;
  border: none;
  border-radius: 999px;
  background: #ffffff;
}
.rp-home-center-nav a {
  color: #0f172a;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  min-height: 44px;
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  border-radius: 999px;
}
.rp-home-nav-item {
  position: relative;
}
.rp-home-center-nav a:hover,
.rp-home-center-nav a:focus-visible {
  background: #f1f5f9;
}
.rp-home-nav-dropdown {
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  min-width: 400px !important;
  width: 340px;
  max-width: min(92vw, 420px);
  overflow: clip;
  overflow: hidden;
  overflow-x: hidden;
  overflow-y: hidden;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding: 0;
  border: 1px solid #cbd5e1;
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 18px 34px -30px rgba(15, 23, 42, 0.7);
  display: block;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(4px);
  z-index: 60;
  clip-path: inset(0 round 14px);
  transition: opacity 0.14s ease, transform 0.14s ease, visibility 0s linear 0.14s;
}
.rp-home-nav-dropdown::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}
.rp-home-nav-dropdown-inner {
  max-height: min(72vh, 560px);
  overflow: auto;
  padding: 8px;
  border-radius: 14px;
  scrollbar-width: thin;
  scrollbar-color: #cbd5e1 #f1f5f9;
}
.rp-home-nav-dropdown-inner::-webkit-scrollbar {
  width: 10px;
}
.rp-home-nav-dropdown-inner::-webkit-scrollbar-button,
.rp-home-nav-dropdown-inner::-webkit-scrollbar-button:single-button,
.rp-home-nav-dropdown-inner::-webkit-scrollbar-button:double-button,
.rp-home-nav-dropdown-inner::-webkit-scrollbar-button:start,
.rp-home-nav-dropdown-inner::-webkit-scrollbar-button:end,
.rp-home-nav-dropdown-inner::-webkit-scrollbar-button:vertical:decrement,
.rp-home-nav-dropdown-inner::-webkit-scrollbar-button:vertical:increment,
.rp-home-nav-dropdown-inner::-webkit-scrollbar-button:horizontal:decrement,
.rp-home-nav-dropdown-inner::-webkit-scrollbar-button:horizontal:increment {
  display: none;
  width: 0;
  height: 0;
  background: transparent;
  -webkit-appearance: none;
}
.rp-home-nav-dropdown-inner::-webkit-scrollbar-track {
  background: #f1f5f9;
  border-radius: 999px;
}
.rp-home-nav-dropdown-inner::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 999px;
  border: 2px solid #f8fafc;
}
.rp-home-nav-dropdown-inner::-webkit-scrollbar-thumb:hover {
  background: #94a3b8;
}
.rp-home-nav-dropdown::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -10px;
  height: 10px;
}
.rp-home-nav-dropdown a {
  width: 100%;
  justify-content: flex-start;
  min-height: 38px;
  padding: 0 12px;
  font-size: 15px;
  border-radius: 10px;
  white-space: nowrap;
  color: #0f172a;
}
.rp-home-nav-dropdown a:hover,
.rp-home-nav-dropdown a:focus-visible {
  background: #f1f5f9;
  color: #0f172a;
}
.rp-home-nav-dropdown-section-title {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #64748b;
  padding: 10px 12px 6px;
}
.rp-home-nav-dropdown-section-title:not(:first-child) {
  margin-top: 8px;
  border-top: 1px solid #e2e8f0;
}
.rp-home-nav-item-dropdown.is-dropdown-open .rp-home-nav-dropdown {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
  transition-delay: 0s;
}
@media (max-width: 760px) {
  .rp-home-nav-dropdown {
    min-width: 0;
    width: min(92vw, 460px);
    max-width: min(92vw, 460px);
  }
  .rp-home-nav-dropdown-inner {
    max-height: min(65vh, 520px);
  }
}
.rp-home-signin {
  justify-self: end;
  color: #0f172a;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
}
.rp-home-signin:hover,
.rp-home-signin:focus-visible {
  text-decoration: underline;
}

.rp-country-switch {
  position: relative;
  justify-self: end;
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0;
  z-index: 130;
  isolation: isolate;
  pointer-events: auto;
}

.rp-country-trigger {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 36px;
  padding: 0 2px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #334155;
  cursor: pointer;
  font-family: inherit;
  line-height: 1;
  user-select: none;
  position: relative;
  z-index: 131;
  pointer-events: auto;
}

.rp-country-trigger:hover,
.rp-country-trigger:focus-visible {
  color: #0f172a;
  outline: none;
}

.rp-country-flag-wrap,
.rp-country-item-flag-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  overflow: hidden;
  border: 1px solid #cbd5e1;
  box-shadow: 0 18px 34px -30px rgba(15, 23, 42, 0.7);
}

.rp-country-flag-wrap img,
.rp-country-item-flag-wrap img {
  width: 24px;
  height: 24px;
  object-fit: cover;
}

.rp-country-code {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.rp-country-menu {
  position: absolute;
  right: 0;
  top: calc(100% + 10px);
  min-width: 320px;
  max-height: min(70vh, 520px);
  overflow: clip;
  overflow: hidden;
  overflow-x: hidden;
  overflow-y: hidden;
  scrollbar-width: none;
  -ms-overflow-style: none;
  border: 1px solid #cbd5e1;
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 18px 34px -30px rgba(15, 23, 42, 0.7);
  z-index: 132;
  pointer-events: auto;
  clip-path: inset(0 round 14px);
}
.rp-country-menu::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

.rp-country-menu-inner {
  max-height: min(70vh, 520px);
  overflow: auto;
  padding: 8px;
  border-radius: 14px;
  scrollbar-width: thin;
  scrollbar-color: #cbd5e1 #f1f5f9;
}

.rp-country-menu-inner::-webkit-scrollbar {
  width: 10px;
}
.rp-country-menu-inner::-webkit-scrollbar-button,
.rp-country-menu-inner::-webkit-scrollbar-button:single-button,
.rp-country-menu-inner::-webkit-scrollbar-button:double-button,
.rp-country-menu-inner::-webkit-scrollbar-button:start,
.rp-country-menu-inner::-webkit-scrollbar-button:end,
.rp-country-menu-inner::-webkit-scrollbar-button:vertical:decrement,
.rp-country-menu-inner::-webkit-scrollbar-button:vertical:increment,
.rp-country-menu-inner::-webkit-scrollbar-button:horizontal:decrement,
.rp-country-menu-inner::-webkit-scrollbar-button:horizontal:increment {
  display: none;
  width: 0;
  height: 0;
  background: transparent;
  -webkit-appearance: none;
}

.rp-country-menu-inner::-webkit-scrollbar-track {
  background: #f1f5f9;
  border-radius: 999px;
}

.rp-country-menu-inner::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 999px;
  border: 2px solid #f8fafc;
}

.rp-country-group-label {
  padding: 6px 10px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #64748b;
}

.rp-country-item {
  width: 100%;
  border: 0;
  background: transparent;
  color: #0f172a;
  padding: 8px 10px;
  min-height: 42px;
  display: grid;
  grid-template-columns: 24px 26px 1fr;
  gap: 10px;
  align-items: center;
  text-align: left;
  border-radius: 10px;
  cursor: pointer;
}

.rp-country-item:hover,
.rp-country-item:focus-visible,
.rp-country-item.is-selected {
  background: #f1f5f9;
}

.rp-country-item-code {
  font-size: 13px;
  font-weight: 700;
  color: #0f172a;
}

.rp-country-item-text {
  font-size: 14px;
  font-weight: 600;
  color: #0f172a;
}
.site-home h1,
.site-home h2,
.site-home h3,
.site-home p,
.site-home a,
.site-home strong,
.site-home span,
.site-home input,
.site-home button {
  font-family: var(--base-font);
}
.b44-shell {
  width: min(1080px, calc(100% - 32px));
  margin: 0 auto;
  line-height: 1.55;
}
.b44-hero {
  position: relative;
  padding: 22px 0 28px;
  text-align: center;
  background: var(--b44-hero-bg);
  background-size: var(--b44-grid-size);
  overflow: hidden;
}
.b44-hero:after {
  content: none;
}
.b44-hero h1 {
  margin: 8px auto 0;
  max-width: 860px;
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1.5;
  letter-spacing: -0.02em;
  color: #edf3ff;
  position: relative;
  z-index: 1;
}
.b44-highlight {
  color: #31c8ff;
  background: linear-gradient(135deg, #78acff 0%, #3cb4f7 55%, #26d0be 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  display: inline-block;
}
.b44-highlight:after {
  content: "";
  position: absolute;
  left: 2%;
  right: 2%;
  bottom: -7px;
  border-bottom: 6px solid rgba(87, 179, 255, 0.95);
  border-radius: 100%;
}
.b44-sub {
  margin: 14px auto 0;
  max-width: 720px;
  font-size: 18px;
  line-height: 1.45;
  color: #b3c5e4;
  position: relative;
  z-index: 1;
}
.b44-search {
  margin: 20px auto 0;
  width: min(720px, 100%);
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(8, 23, 67, 0.75);
  border: 1px solid rgba(98, 147, 235, 0.5);
  border-radius: 14px;
  padding: 8px 8px 8px 14px;
  box-shadow: 0 18px 34px -30px rgba(15, 23, 42, 0.7);
  position: relative;
  z-index: 1;
}
.b44-search-icon {
  font-size: 20px;
  color: #7f95be;
  flex: 0 0 auto;
}
.b44-search input {
  flex: 1;
  border: 0;
  background: transparent;
  color: #edf3ff;
  font-size: 16px;
  min-width: 0;
}
.b44-search input::placeholder {
  color: #7188b5;
}
.b44-search input:focus {
  outline: none;
}
.b44-search button {
  border: 0;
  border-radius: 11px;
  min-height: 42px;
  padding: 0 20px;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  background: linear-gradient(135deg, #2d63dd 0%, #1ca8d6 100%);
  cursor: pointer;
}
.b44-stats {
  margin-top: 18px;
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
  color: #9ab0d6;
  position: relative;
  z-index: 1;
}
.b44-stats strong {
  color: #ffffff;
}
.b44-quick-links {
  margin-top: 18px;
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}
.b44-quick-links a {
  text-decoration: none;
  color: #d8e8ff;
  border: 1px solid rgba(118, 155, 220, 0.45);
  background: rgba(10, 28, 76, 0.5);
  border-radius: 999px;
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  padding: 0 14px;
  font-weight: 600;
  position: relative;
  z-index: 1;
}
.b44-section {
  margin-top: 32px;
}
.b44-head {
  text-align: center;
}
.b44-head h2 {
  margin: 0;
  font-size: clamp(28px, 3.5vw, 40px);
  line-height: 1.08;
  letter-spacing: -0.02em;
  color: #0f172a;
}
.b44-head p {
  margin: 10px 0 0;
  color: #5f6873;
  font-size: 16px;
}
.b44-head-row {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: flex-end;
  text-align: left;
}
.b44-link-more {
  color: #1d4ed8;
  text-decoration: none;
  font-weight: 700;
  white-space: nowrap;
}
.b44-cat-grid {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.b44-cat {
  border-radius: 18px;
  padding: 16px;
  min-height: 146px;
  text-decoration: none;
  border: 1px solid #dce3ef;
}
.b44-icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 700;
  font-family: var(--base-font);
  line-height: 1;
  margin-bottom: 10px;
}
.b44-icon-math {
  background: #e6ecff;
  color: #4a5fd1;
}
.b44-icon-currency {
  background: #def7ea;
  color: #099268;
}
.b44-icon-convert {
  background: #e3f2ff;
  color: #1570ef;
}
.b44-icon-local {
  background: #fff0cc;
  color: #b86e00;
}
.b44-icon-pair {
  background: #f0e8ff;
  color: #7a43d2;
}
.b44-icon-fast {
  background: #fff0cc;
  color: #bf7a00;
}
.b44-icon-private {
  background: #def7ea;
  color: #067647;
}
.b44-icon-free {
  background: #e8f0ff;
  color: #2f61d7;
}
.b44-icon-device {
  background: #f2e8ff;
  color: #8f46d4;
}
.b44-cat h3 {
  margin: 0;
  font-size: 21px;
  line-height: 1.1;
  color: #0f172a;
}
.b44-cat p {
  margin: 10px 0 0;
  font-size: 15px;
  line-height: 1.4;
  color: #445268;
}
.b44-cat-green {
  background: #e9f8f1;
}
.b44-cat-blue {
  background: #eaf1ff;
}
.b44-cat-violet {
  background: #f1edff;
}
.b44-cat-amber {
  background: #fff4dd;
}
.b44-tool-grid {
  margin-top: 22px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.b44-tool-card {
  background: #fff;
  border: 1px solid #dce3ef;
  border-radius: 16px;
  padding: 16px;
  text-decoration: none;
  min-height: 132px;
}
.b44-tool-card strong {
  display: block;
  color: #0f172a;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
}
.b44-tool-card span {
  display: block;
  margin-top: 10px;
  color: #5f6873;
  font-size: 15px;
  line-height: 1.4;
}
.b44-section-soft {
  padding-top: 12px;
}
.b44-feature-grid {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.b44-feature-grid article {
  background: #fff;
  border: 1px solid #dce3ef;
  border-radius: 16px;
  padding: 16px;
}
.b44-feature-grid h3 {
  margin: 0;
  font-size: 19px;
  color: #0f172a;
}
.b44-feature-grid p {
  margin: 8px 0 0;
  color: #5f6873;
  line-height: 1.4;
}
.b44-cta {
  margin-top: 24px;
  border-radius: 18px;
  background: linear-gradient(135deg, #2c5fd8 0%, #1b8ac7 100%);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px;
}
.b44-cta h3 {
  margin: 0;
  font-size: 26px;
}
.b44-cta p {
  margin: 8px 0 0;
  color: #e4efff;
  font-size: 15px;
}
.b44-cta-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.b44-cta-actions a {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  border-radius: 10px;
  padding: 0 14px;
  background: rgba(255, 255, 255, 0.17);
  border: 1px solid rgba(220, 235, 255, 0.45);
  color: #fff;
  text-decoration: none;
  font-weight: 700;
}

@media (max-width: 1100px) {
  .b44-cat-grid,
  .b44-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .b44-tool-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .rp-home-center-nav,
  .rp-home-signin {
    display: none;
  }
  .rp-mainbar {
    min-height: auto !important;
    height: auto !important;
    display: flex;
  }
  .rp-header-inner {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .b44-shell {
    width: calc(100% - 20px);
  }
  .b44-sub {
    font-size: 16px;
  }
  .b44-search {
    flex-direction: column;
    align-items: stretch;
    padding: 10px;
  }
  .b44-search button {
    width: 100%;
  }
  .b44-head-row {
    display: block;
    text-align: center;
  }
  .b44-link-more {
    display: inline-block;
    margin-top: 8px;
  }
  .b44-cat-grid,
  .b44-tool-grid,
  .b44-feature-grid {
    grid-template-columns: 1fr;
  }
  .b44-cta {
    display: block;
  }
  .b44-cta-actions {
    margin-top: 12px;
  }
}

@media (max-width: 480px) {
  .b44-hero {
    padding-top: 14px;
  }
  .b44-hero h1 {
    font-size: 32px;
  }
  .b44-search input {
    font-size: 16px;
  }
  .b44-stats {
    gap: 10px;
    font-size: 14px;
  }
}

/* Unified header layout across all pages */
.rp-header .rp-mainbar {
  min-height: auto !important;
  height: auto !important;
  display: grid;
  grid-template-columns: var(--rp-side-width, auto) auto var(--rp-side-width, auto);
  align-items: center;
  gap: 12px;
  position: relative;
  z-index: 1;
}

.rp-header .rp-brand-row {
  width: auto;
  justify-self: start;
  justify-content: flex-start;
}

.rp-header .rp-home-center-nav {
  justify-self: center;
  position: relative;
  z-index: 20;
}

.rp-header .rp-home-signin {
  justify-self: end;
}

.rp-header .rp-country-switch {
  width: var(--rp-side-width, auto);
  justify-self: end;
  justify-content: flex-end;
}

@media (max-width: 760px) {
  .rp-header .rp-home-center-nav,
  .rp-header .rp-home-signin {
    display: none;
  }

  .rp-header .rp-mainbar {
    display: flex !important;
    align-items: center;
    min-height: auto !important;
    height: auto !important;
  }

  .rp-header .rp-brand-row {
    width: 100%;
    justify-content: space-between;
  }
}

.site-footer {
  background: #ffffff;
  color: #1f2937;
  border-top: 1px solid #e5e7eb;
  margin-top: 56px;
}

.footer-container {
  width: 100%;
  margin: 0;
  box-sizing: border-box;
  padding: 38px clamp(18px, 4vw, 56px) 18px;
}

.footer-nav {
  display: grid;
  grid-template-columns: minmax(240px, 1.35fr) repeat(4, minmax(0, 1fr));
  gap: 32px;
}

.footer-section h3 {
  margin: 0 0 10px;
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: 0;
  text-transform: none;
  color: #111827;
}

.footer-brand {
  max-width: 360px;
}

.footer-brand-logo {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  min-height: 56px;
  margin-bottom: 12px;
}

.footer-brand-logo img {
  display: block;
  width: min(220px, 100%);
  height: auto;
}

.footer-brand p {
  margin: 0;
  color: #4b5563;
  font-size: 15px;
  line-height: 1.6;
}

.footer-section ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 8px;
}

.footer-section a {
  color: #374151;
  text-decoration: none;
  line-height: 1.45;
  font-size: 15px;
}

.footer-section a:hover,
.footer-section a:focus-visible {
  color: #1d4ed8;
  text-decoration: underline;
}

.footer-bottom {
  margin-top: 24px;
  padding-top: 14px;
  border-top: 1px solid #e5e7eb;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}

.footer-bottom small {
  color: #6b7280;
  font-size: 13px;
}

.footer-socials {
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer-social-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 36px;
  padding: 0 14px;
  border: 1px solid #dbe5f4;
  border-radius: 999px;
  background: linear-gradient(180deg, #ffffff, #f8fbff);
  color: #111827;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 16px 30px -28px rgba(15, 23, 42, 0.55);
}

.footer-social-link i {
  font-size: 15px;
  color: #1b56c0;
}

.footer-social-link:hover,
.footer-social-link:focus-visible {
  color: #1b56c0;
  border-color: #bfd1f3;
  text-decoration: none;
}

.footer-email {
  color: #6b7280;
  font-size: 13px;
  text-decoration: none;
  margin-left: auto;
}

.footer-email:hover,
.footer-email:focus-visible {
  color: #1d4ed8;
  text-decoration: underline;
}

@media (max-width: 1280px) {
  .footer-nav {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .footer-brand {
    grid-column: 1 / -1;
    max-width: 560px;
  }
}

@media (max-width: 900px) {
  .footer-nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px 24px;
  }

  .footer-brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 560px) {
  .footer-container {
    padding: 28px 14px 16px;
  }

  .footer-nav {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .footer-brand {
    grid-column: auto;
    max-width: none;
  }

  .footer-section {
    border-top: 1px solid #e5e7eb;
    padding-top: 12px;
  }

  .footer-section:first-child {
    border-top: 0;
    padding-top: 0;
  }

  .footer-email {
    width: 100%;
    margin-left: 0;
    text-align: left;
  }

  .footer-socials {
    width: 100%;
  }
}

/* Header responsiveness overrides for Calculist navigation. */
.rp-header .rp-deals-btn,
.rp-header .rp-best-btn,
.rp-header .rp-account-btn {
  display: none !important;
}

.rp-header .rp-menu-toggle {
  display: none !important;
}

.rp-header .rp-brand-row {
  gap: 10px;
}

.rp-header .rp-brand.site-logo img {
  width: 150px;
  height: auto;
  max-width: 150px;
  image-rendering: auto;
}

.rp-header.rp-header-compact .rp-home-center-nav {
  display: none !important;
}

.rp-header.rp-header-compact .rp-menu-toggle {
  display: inline-flex !important;
}

.rp-header.rp-header-compact .rp-mainbar {
  display: grid !important;
  grid-template-columns: auto 1fr auto;
  align-items: center;
}

.rp-header.rp-header-compact .rp-brand-row {
  width: auto;
  justify-content: flex-start;
  gap: 10px;
}

.rp-header.rp-header-compact .rp-home-signin {
  display: inline-flex !important;
  justify-self: end;
}

@media (max-width: 1050px) {
  .rp-header-inner {
    max-width: 100%;
  }

  .rp-header .rp-home-center-nav {
    display: none !important;
  }

  .rp-header .rp-menu-toggle {
    display: inline-flex !important;
  }

  .rp-header .rp-mainbar {
    display: grid !important;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 8px;
  }

  .rp-header .rp-brand-row {
    width: auto;
    justify-content: flex-start;
    gap: 10px;
  }

  .rp-header .rp-home-signin {
    display: inline-flex !important;
    justify-self: end;
    padding: 0 2px;
    min-height: 32px;
    margin-right: -2px;
  }

  .rp-header .rp-country-switch {
    display: inline-flex !important;
    justify-self: end;
  }

  .rp-header .rp-brand.site-logo img {
    width: 130px;
    max-width: 130px;
  }
}

@media (max-width: 600px) {
  .rp-header {
    height: auto !important;
    min-height: 0 !important;
  }

  .rp-header-inner {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
}

.content-shell {
  width: min(1080px, calc(100% - 32px));
  margin: 24px auto 56px;
  color: #0f172a;
}

.content-page-head {
  margin-bottom: 16px;
}

.content-breadcrumbs {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  color: #6b737c;
  margin-bottom: 8px;
}

.content-breadcrumbs a {
  color: #6b737c;
  text-decoration: none;
}

.content-breadcrumbs a:hover,
.content-breadcrumbs a:focus-visible {
  color: #2f6fdf;
  text-decoration: underline;
}

.content-page-head h1 {
  margin: 0 0 10px;
  font-size: 22px;
  line-height: 1.2;
  color: #101828;
}

.content-page-head p {
  margin: 0 0 6px;
  font-size: 16px;
  line-height: 1.7;
  color: #374151;
  max-width: 850px;
}

.content-card {
  background: #ffffff;
  border: 1px solid rgba(20, 24, 30, 0.08);
  border-radius: 12px;
  box-shadow: 0 18px 34px -30px rgba(15, 23, 42, 0.7);
  padding: 22px 20px;
}

.content-card + .content-card {
  margin-top: 16px;
}

.content-card h1 {
  margin: 0 0 10px;
  font-size: 22px;
  line-height: 1.2;
  color: #101828;
}

.content-card h2 {
  margin: 16px 0 8px;
  font-size: 1.45rem;
  line-height: 1.3;
  color: #101828;
}

.content-card h3 {
  margin: 14px 0 8px;
  font-size: 1.2rem;
  line-height: 1.35;
  color: #101828;
}

.content-card h1:first-child,
.content-card h2:first-child {
  margin-top: 0;
}

.content-card p {
  margin: 0 0 10px;
  font-size: 16px;
  line-height: 1.7;
  color: #374151;
}

.content-link-list {
  margin: 6px 0 10px;
  padding-left: 18px;
}

.content-link-list li {
  margin: 4px 0;
  font-size: 16px;
  line-height: 1.6;
  color: #374151;
}

.content-link-list a {
  color: #2f6fdf;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.content-link-list a:hover,
.content-link-list a:focus-visible {
  color: #1f5cc9;
}

.related-link-pills,
section[aria-label*="Related"] ul:not(.go-related-pills):not(.converters-quick-links):not(.calc-sidebar-list):not(.mort-faq):not(.loan-faq):not(.speed-faq),
section[aria-label*="related"] ul:not(.go-related-pills):not(.converters-quick-links):not(.calc-sidebar-list):not(.mort-faq):not(.loan-faq):not(.speed-faq) {
  margin: 10px 0 0;
  padding-left: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.related-link-pills > li,
section[aria-label*="Related"] ul:not(.go-related-pills):not(.converters-quick-links):not(.calc-sidebar-list):not(.mort-faq):not(.loan-faq):not(.speed-faq) > li,
section[aria-label*="related"] ul:not(.go-related-pills):not(.converters-quick-links):not(.calc-sidebar-list):not(.mort-faq):not(.loan-faq):not(.speed-faq) > li {
  margin: 0;
  padding: 0;
  display: inline-flex;
  list-style: none;
}

.related-link-pills > li > a,
section[aria-label*="Related"] ul:not(.go-related-pills):not(.converters-quick-links):not(.calc-sidebar-list):not(.mort-faq):not(.loan-faq):not(.speed-faq) > li > a,
section[aria-label*="related"] ul:not(.go-related-pills):not(.converters-quick-links):not(.calc-sidebar-list):not(.mort-faq):not(.loan-faq):not(.speed-faq) > li > a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 6px 12px;
  border-radius: 999px;
  border: 1px solid #bfd1ef;
  background: #ffffff;
  color: #0f172a;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
}

.related-link-pills > li > a:hover,
.related-link-pills > li > a:focus-visible,
section[aria-label*="Related"] ul:not(.go-related-pills):not(.converters-quick-links):not(.calc-sidebar-list):not(.mort-faq):not(.loan-faq):not(.speed-faq) > li > a:hover,
section[aria-label*="Related"] ul:not(.go-related-pills):not(.converters-quick-links):not(.calc-sidebar-list):not(.mort-faq):not(.loan-faq):not(.speed-faq) > li > a:focus-visible,
section[aria-label*="related"] ul:not(.go-related-pills):not(.converters-quick-links):not(.calc-sidebar-list):not(.mort-faq):not(.loan-faq):not(.speed-faq) > li > a:hover,
section[aria-label*="related"] ul:not(.go-related-pills):not(.converters-quick-links):not(.calc-sidebar-list):not(.mort-faq):not(.loan-faq):not(.speed-faq) > li > a:focus-visible {
  border-color: #2563eb;
  color: #1f5cc9;
  text-decoration: none;
}

main .calc-faq,
main .mort-faq,
main .loan-faq,
main .go-faq,
main .speed-faq {
  margin-top: 10px;
  display: grid;
  gap: 10px;
}

main .calc-faq-item,
main .mort-faq-item,
main .loan-faq-item,
main .go-faq-item,
main .speed-faq-item {
  border: 1px solid #d4d9e1;
  border-radius: 12px;
  background: #ffffff;
  overflow: hidden;
}

main .calc-faq-item summary,
main .mort-faq-item summary,
main .loan-faq-item summary,
main .go-faq-item summary,
main .speed-faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 12px 14px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.35;
  color: #0f172a;
  display: flex;
  align-items: center;
  gap: 10px;
}

main .calc-faq-item summary::-webkit-details-marker,
main .mort-faq-item summary::-webkit-details-marker,
main .loan-faq-item summary::-webkit-details-marker,
main .go-faq-item summary::-webkit-details-marker,
main .speed-faq-item summary::-webkit-details-marker {
  display: none;
}

main .calc-faq-item summary::before,
main .mort-faq-item summary::before,
main .loan-faq-item summary::before,
main .go-faq-item summary::before,
main .speed-faq-item summary::before {
  content: "\25B6";
  font-size: 11px;
  color: #334155;
  transform: translateY(-1px);
  transition: transform 0.15s ease;
}

main .calc-faq-item[open] summary::before,
main .mort-faq-item[open] summary::before,
main .loan-faq-item[open] summary::before,
main .go-faq-item[open] summary::before,
main .speed-faq-item[open] summary::before {
  transform: rotate(90deg) translateX(1px);
}

main .calc-faq-item > p,
main .mort-faq-item > p,
main .loan-faq-item > p,
main .go-faq-item > p,
main .speed-faq-item > p {
  margin: 0;
  padding: 0 14px 14px 34px;
  font-size: 15px;
  line-height: 1.65;
  color: #374151;
}

@media (max-width: 720px) {
  .content-shell {
    width: calc(100% - 24px);
    margin: 20px auto 40px;
  }

  .content-card {
    padding: 16px;
  }

  .content-card h1,
  .content-page-head h1 {
    font-size: 22px;
  }

  .content-page-head p,
  .content-card p,
  .content-link-list li {
    font-size: 15px;
  }

  .content-card h2 {
    font-size: 1.35rem;
  }

  .content-card h3 {
    font-size: 1.15rem;
  }
}

h2 {
  font-size: 22px !important;
}

/* Global list spacing, excluding pill-style link clusters */
main li {
  margin-left: 15px;
}

main .related-link-pills > li,
main ul[class*="pills"] > li,
main ol[class*="pills"] > li,
main .converters-quick-links > li,
main section[aria-label*="Related"] ul:not(.calc-faq):not(.mort-faq):not(.loan-faq):not(.go-faq):not(.speed-faq) > li,
main section[aria-label*="related"] ul:not(.calc-faq):not(.mort-faq):not(.loan-faq):not(.go-faq):not(.speed-faq) > li {
  margin-left: 0;
}
