body {
  background: #fffaf2;
  color: #112138;
  font-family: "Manrope", system-ui, sans-serif;
}

body main.pb7 {
  padding-bottom: 0;
}

body * {
  box-sizing: border-box;
}

.rv-shell {
  width: min(1160px, calc(100% - 2rem));
  margin: 0 auto;
}

.rv-topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(12px);
  background: rgba(255, 250, 242, 0.82);
  border-bottom: 1px solid rgba(17, 33, 56, 0.08);
}

.rv-topbar .rv-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 72px;
}

.rv-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  text-decoration: none;
  color: #112138;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.rv-brand-dot {
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: linear-gradient(135deg, #ff7a18, #ffd400);
  box-shadow: 0 0 0 4px rgba(255, 122, 24, 0.18);
}

.rv-nav {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.rv-nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 0.8rem;
  border-radius: 999px;
  text-decoration: none;
  color: #2d3d57;
  font-weight: 700;
}

.rv-nav a:hover {
  background: rgba(17, 33, 56, 0.05);
}

.rv-page-shell {
  background:
    radial-gradient(circle at 10% 12%, rgba(255, 122, 24, 0.14), transparent 30%),
    radial-gradient(circle at 88% 8%, rgba(66, 223, 190, 0.12), transparent 30%),
    #fffaf2;
}

.rv-page-hero {
  padding: 2.2rem 0 1rem;
}

.rv-page-hero-card {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(17, 33, 56, 0.08);
  border-radius: 24px;
  padding: 1.25rem;
  box-shadow: 0 16px 36px rgba(17, 33, 56, 0.08);
}

.rv-page-kicker {
  margin: 0;
  color: #ff6d2d;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 0.78rem;
}

.rv-page-title {
  margin: 0.4rem 0 0;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(1.8rem, 4vw, 3rem);
  line-height: 1.05;
  letter-spacing: -0.03em;
}

.rv-page-lead {
  margin: 0.75rem 0 0;
  color: #4f5f76;
  line-height: 1.6;
  max-width: 70ch;
}

.rv-page-meta {
  margin-top: 0.75rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  color: #5a687d;
  font-weight: 600;
  font-size: 0.9rem;
}

.rv-page-content-wrap {
  padding: 0.5rem 0 3rem;
}

.rv-page-content {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(17, 33, 56, 0.08);
  border-radius: 24px;
  padding: 1.2rem;
  box-shadow: 0 16px 34px rgba(17, 33, 56, 0.06);
}

.rv-page-content a {
  color: #0b5ecf;
  text-underline-offset: 3px;
}

.rv-page-content h1,
.rv-page-content h2,
.rv-page-content h3,
.rv-page-content h4 {
  color: #112138;
  font-family: "Space Grotesk", sans-serif;
  letter-spacing: -0.02em;
  line-height: 1.15;
  margin-top: 1.2em;
  margin-bottom: 0.45em;
}

.rv-page-content h1:first-child,
.rv-page-content h2:first-child,
.rv-page-content h3:first-child {
  margin-top: 0;
}

.rv-page-content p,
.rv-page-content li {
  color: #34445d;
  line-height: 1.7;
}

.rv-page-content ul,
.rv-page-content ol {
  padding-left: 1.2rem;
}

.rv-page-content hr {
  border: 0;
  border-top: 1px solid rgba(17, 33, 56, 0.1);
  margin: 1.2rem 0;
}

.rv-page-content blockquote {
  margin: 1rem 0;
  padding: 0.85rem 1rem;
  border-left: 4px solid #42dfbe;
  background: #f6fffc;
  border-radius: 12px;
}

.rv-page-content code {
  background: #f3f6fa;
  border-radius: 6px;
  padding: 0.1rem 0.3rem;
}

.rv-page-content pre {
  background: #101c2f;
  color: #eef6ff;
  border-radius: 14px;
  padding: 0.9rem;
  overflow: auto;
}

.rv-page-content pre code {
  background: transparent;
  color: inherit;
  padding: 0;
}

.rv-page-content img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
}

.rv-page-content .tc.mv4 {
  margin-top: 1.2rem;
  margin-bottom: 1.2rem;
}

.rv-page-content .tc.mv4 .flex,
.rv-page-content .tc.mv4 .flex.flex-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
}

.rv-page-content .tc.mv4 img {
  height: 44px;
  width: auto;
}

.rv-list-grid {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.rv-list-card {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(17, 33, 56, 0.08);
  border-radius: 20px;
  padding: 1rem;
  box-shadow: 0 12px 26px rgba(17, 33, 56, 0.06);
}

.rv-list-card-kicker {
  margin: 0;
  color: #047f69;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-weight: 800;
  font-size: 0.75rem;
}

.rv-list-card h2 {
  margin: 0.45rem 0 0;
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.35rem;
  letter-spacing: -0.02em;
}

.rv-list-card h2 a {
  color: #112138;
  text-decoration: none;
}

.rv-list-card h2 a:hover {
  color: #0b5ecf;
}

.rv-list-card p {
  margin: 0.55rem 0 0;
  color: #506076;
  line-height: 1.6;
}

.rv-list-card-link {
  margin-top: 0.75rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 0.9rem;
  border-radius: 12px;
  background: #112138;
  color: #fff;
  text-decoration: none;
  font-weight: 800;
}

.rv-page-bottom-links {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.rv-page-bottom-links a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 0.9rem;
  border-radius: 12px;
  text-decoration: none;
  border: 1px solid rgba(17, 33, 56, 0.12);
  background: rgba(255, 255, 255, 0.85);
  color: #22334d;
  font-weight: 700;
}

.rv-page-bottom-links a:hover {
  background: #fff;
}

.rv-footer {
  padding: 2rem 0 2.5rem;
  border-top: 1px solid rgba(17, 33, 56, 0.08);
  background: rgba(255, 255, 255, 0.66);
}

.rv-footer-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: space-between;
  align-items: flex-start;
}

.rv-footer p {
  margin: 0.35rem 0 0;
  color: #5a687d;
}

.rv-footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.rv-footer-links a {
  text-decoration: none;
  font-weight: 700;
  color: #22334d;
}

@media (max-width: 900px) {
  .rv-list-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .rv-topbar .rv-shell {
    min-height: auto;
    padding: 0.75rem 0;
    align-items: flex-start;
    flex-direction: column;
  }

  .rv-nav {
    width: 100%;
  }

  .rv-page-hero {
    padding-top: 1.4rem;
  }
}
