:root {
  --rv60-ink: #111113;
  --rv60-title: #1d1d1f;
  --rv60-text: #424245;
  --rv60-dark-grey: #3b3b3b;
  --rv60-gold: #b88700;
  --rv60-gold-bright: #d4a017;
  --rv60-gold-dark: #765400;
  --rv60-bg: #f5f5f7;
  --rv60-card: #ffffff;
  --rv60-line: #e8e8ed;
  --rv60-max: 1132px;
}

.rv60-body {
  margin: 0;
  background: var(--rv60-bg);
  color: var(--rv60-ink);
  font-family: "Inter", Arial, sans-serif;
  overflow-x: hidden;
}

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

.rv60-body a {
  color: inherit;
  text-decoration: none;
}

.rv60-body a:focus-visible,
.rv60-body button:focus-visible,
.rv60-body summary:focus-visible {
  outline: 3px solid #005fcc;
  outline-offset: 3px;
}

.rv60-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  justify-content: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  background: rgba(251, 251, 253, 0.78);
  backdrop-filter: blur(10px);
}

.rv60-header-inner {
  width: min(1348px, 100%);
  min-height: 75px;
  display: grid;
  grid-template-columns: 85px minmax(0, 1fr) 257px;
  gap: 60px;
  align-items: center;
  padding: 13px 24px 14px;
}

.rv60-logo-link,
.rv60-logo-link img {
  display: block;
  width: 85px;
  height: 48px;
}

.rv60-logo-link img {
  object-fit: cover;
}

.rv60-nav,
.rv60-actions {
  display: flex;
  align-items: center;
}

.rv60-nav {
  gap: 26px;
}

.rv60-nav a,
.rv60-signin {
  color: #1d1d1f;
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
  white-space: nowrap;
}

.rv60-nav-dropdown {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.rv60-nav-dropdown span,
.rv60-text-toggle span,
.rv60-inline-toggle span,
.rv60-card-toggle span {
  width: 9px;
  height: 9px;
  display: inline-block;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
}

.rv60-actions {
  justify-content: flex-end;
  gap: 18px;
}

.rv60-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--rv60-gold);
  border-radius: 9999px;
  background: linear-gradient(135deg, #b88700 0%, #d6a72b 100%);
  color: #fff !important;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
}

.rv60-button-small {
  min-height: 32px;
  padding: 8px 17px;
  font-size: 15px;
  line-height: 15px;
}

.rv60-hero {
  padding: 51px max(24px, calc((100vw - var(--rv60-max)) / 2)) 52px;
  background:
    radial-gradient(70% 60% at 72% 17%, #fff7e3 0%, #fffaeb 18%, rgba(255,255,255,0) 58%),
    #fff;
}

.rv60-hero-grid {
  max-width: 1140px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 552px 568px;
  gap: 20px;
  align-items: start;
  min-height: 724px;
}

.rv60-hero-copy {
  padding-top: 12px;
}

.rv60-pill {
  width: max-content;
  max-width: 100%;
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 7px 13px;
  border: 1px solid rgba(184, 135, 0, 0.16);
  border-radius: 9999px;
  background: linear-gradient(138deg, rgba(255,244,216,0.9), rgba(232,242,255,0.9));
  color: var(--rv60-gold-dark);
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
  letter-spacing: 0.96px;
  text-transform: uppercase;
}

.rv60-hero-pill {
  background: linear-gradient(180deg, #fbfbfd 0%, #f5f5f7 62%, #fff 100%);
  border-color: rgba(184, 135, 0, 0.16);
  color: #64748b;
}

.rv60-hero-title {
  margin-top: 24px;
}

.rv60-hero-title img {
  display: block;
  width: 440px;
  height: 180px;
  object-fit: contain;
}

.rv60-hero h1 {
  max-width: 552px;
  margin: 0;
  color: #3b3b3b;
  font-size: 48px;
  line-height: 58px;
  font-weight: 700;
  letter-spacing: -0.31px;
}

.rv60-hero-text {
  max-width: 552px;
  margin: 23px 0 0;
  color: #3b3b3b;
  font-size: 16px;
  line-height: normal;
}

.rv60-hero-text strong {
  font-weight: 700;
  color: inherit;
}

.rv60-badge-stack {
  display: grid;
  gap: 9px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.rv60-badge-stack li {
  min-height: 29px;
  display: flex;
  align-items: center;
  padding: 7px 13px;
  border: 1px solid #d4a017;
  border-radius: 9999px;
  color: #64748b;
  font-size: 12px;
  line-height: 15px;
  font-weight: 700;
  text-transform: uppercase;
}

.rv60-stat-card {
  position: relative;
  overflow: hidden;
  margin-top: 189px;
  min-height: 535px;
  padding: 33px;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 4px 20px rgba(15, 23, 42, 0.05);
}

.rv60-stat-card::before {
  content: "";
  position: absolute;
  inset: 0 1px auto;
  height: 4px;
  background: linear-gradient(90deg, #0058be, #d8e2ff);
}

.rv60-card-kicker {
  margin: 0;
  color: #d4a017;
  font-size: 12px;
  line-height: 15px;
  font-weight: 700;
}

.rv60-stat-card h2 {
  margin: 12px 0 0;
  color: #0f172a;
  font-size: 20px;
  line-height: 26.98px;
}

.rv60-stats {
  margin-top: 11px;
}

.rv60-stats > div {
  display: grid;
  grid-template-columns: 124px 1fr;
  gap: 24px;
  align-items: center;
  padding: 16px 0 24px;
}

.rv60-stats > div + div {
  border-top: 1px solid #e2e8f0;
}

.rv60-stats > div > strong {
  display: inline-flex;
  align-items: center;
  color: #d4a017;
  font-size: 48px;
  line-height: normal;
  font-weight: 700;
  letter-spacing: -0.31px;
}

.rv60-stats > div > strong span {
  font-size: 36px;
  letter-spacing: 1px;
}

.rv60-stats p {
  max-width: 194px;
  margin: 0;
  color: #64748b;
  font-size: 16px;
  line-height: 19px;
}

.rv60-stats p strong {
  font-weight: 700;
}

.rv60-note {
  margin: 13px 0 0;
  color: #94a3b8;
  font-size: 12px;
  line-height: 15px;
  font-weight: 700;
}

.rv60-stick {
  margin: 26px 0 0;
  color: #d4a017;
  font-size: 16px;
  line-height: 19px;
  font-weight: 700;
}

.rv60-card-button {
  width: 100%;
  min-height: 51px;
  margin-top: 18px;
  font-size: 16px;
}

.rv60-trial-line {
  margin: 13px 0 0;
  color: #94a3b8;
  font-size: 12px;
  line-height: 15px;
  font-weight: 700;
  text-align: center;
}

.rv60-quote {
  max-width: 1120px;
  margin: 44px auto 0;
  padding: 32px 40px;
  border-radius: 32px;
  background: #f5f5f7;
  text-align: center;
}

.rv60-quote-head {
  display: grid;
  gap: 8px;
  justify-items: center;
}

.rv60-quote h2 {
  margin: 0;
  color: #000;
  font-size: 28px;
  line-height: 33.28px;
  font-weight: 700;
}

.rv60-quote p {
  margin: 0;
  color: #3b3b3b;
  font-size: 20px;
  line-height: 26.98px;
  font-style: normal;
}

.rv60-quote p + p,
.rv60-quote-extra p:first-child {
  margin-top: 24px;
}

.rv60-quote cite {
  display: block;
  margin: 0;
  color: #d4a017;
  font-size: 12px;
  line-height: 15px;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
}

.rv60-quote-body {
  margin-top: 16px;
}

.rv60-quote-extra {
  display: none;
}

.rv60-quote-expanded .rv60-quote-extra {
  display: block;
}

.rv60-section-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 13px;
  text-align: center;
}

.rv60-section-head h2 {
  margin: 0;
  color: #111113;
  font-size: 48px;
  line-height: 1.18;
  font-weight: 700;
  letter-spacing: -0.31px;
}

.rv60-section-head h2 span {
  color: #d4a017;
}

.rv60-section-head p:not(.rv60-pill) {
  max-width: 1174px;
  margin: 0;
  color: #424245;
  font-size: 20px;
  line-height: 26.98px;
}

.rv60-people,
.rv60-steps,
.rv60-trusted,
.rv60-pricing,
.rv60-faq {
  padding: 108px max(24px, calc((100vw - var(--rv60-max)) / 2));
}

.rv60-people {
  background: #f5f5f7;
}

.rv60-people .rv60-section-head h2 {
  color: #1d1d1f;
}

.rv60-people-grid {
  max-width: 1215px;
  margin: 42px auto 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  justify-content: center;
  gap: 24px;
}

.rv60-person-card {
  position: relative;
  min-height: 651px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 35px 22px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.08);
}

.rv60-person-content {
  display: grid;
  gap: 15px;
}

.rv60-person-card h3 {
  margin: 0;
  color: #3b3b3b;
  font-size: 28px;
  line-height: 33.28px;
}

.rv60-person-card h3 span {
  color: #d4a017;
}

.rv60-person-lead {
  margin: 0;
  color: #111113;
  font-size: 16px;
  line-height: normal;
  font-weight: 700;
  font-style: italic;
}

.rv60-person-card ul {
  display: grid;
  gap: 15px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.rv60-person-card li {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-left: 0;
  color: #3b3b3b;
  font-size: 16px;
  line-height: 1.16;
}

.rv60-person-card li::before {
  content: "";
  position: static;
  flex: 0 0 11px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: linear-gradient(102.3471909247638deg, rgb(184, 135, 0) 0%, rgb(214, 167, 43) 100%);
}

.rv60-price-card li::before,
.rv60-course-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.38em;
  border-radius: 50%;
}

.rv60-case {
  margin: 0;
  color: #111113;
  font-size: 12px;
  line-height: 15px;
}

.rv60-person-button {
  position: static;
  width: 100%;
  min-height: 52px;
  font-size: 16px;
}

.rv60-body:not(.rv60-people-expanded) .rv60-extra-person {
  display: none;
}

.rv60-text-toggle,
.rv60-inline-toggle,
.rv60-card-toggle {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 30px auto 0;
  padding: 0 8px;
  border: 0;
  background: transparent;
  color: #2e85eb;
  font-size: 18px;
  line-height: 29.25px;
  font-weight: 700;
  cursor: pointer;
}

.rv60-text-toggle[aria-expanded="true"] span,
.rv60-inline-toggle[aria-expanded="true"] span,
.rv60-card-toggle[aria-expanded="true"] span {
  transform: rotate(225deg) translate(-2px, -1px);
}

.rv60-card-toggle {
  margin: 0;
  color: #d4a017;
}

.rv60-quote-toggle {
  margin-top: 16px;
  color: #d4a017;
}

.rv60-person-card.rv60-person-collapsed {
  min-height: 300px;
  justify-content: flex-start;
}

.rv60-person-card.rv60-person-collapsed ul,
.rv60-person-card.rv60-person-collapsed .rv60-case,
.rv60-person-card.rv60-person-collapsed .rv60-person-button {
  display: none;
}

.rv60-person-card.rv60-person-collapsed .rv60-person-lead {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.rv60-steps {
  background: #fff;
}

.rv60-steps .rv60-section-head h2 {
  font-size: 50px;
  line-height: 51px;
}

.rv60-steps .rv60-section-head h2 span {
  color: #b88700;
}

.rv60-steps .rv60-section-head p {
  font-size: 22px;
  line-height: 31.24px;
}

.rv60-step-grid {
  margin-top: 56px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.rv60-step-card {
  min-height: 571px;
  padding: 29px;
  border-radius: 8px;
  background: #f5f5f7;
}

.rv60-step-card h3 {
  margin: 16px 0 0;
  color: #111113;
  font-size: 20px;
  line-height: 26.98px;
}

.rv60-step-card p:not(.rv60-pill) {
  margin: 16px 0 0;
  color: #424245;
  font-size: 17px;
  line-height: 25.16px;
}

.rv60-steps.rv60-steps-collapsed .rv60-step-card {
  min-height: 320px;
}

.rv60-inline-toggle {
  margin: 16px 0 0;
  color: #d4a017;
}

.rv60-trusted {
  position: relative;
  background:
    radial-gradient(1150px 1150px at 50% 0%, rgba(255, 244, 216, 0.88) 0%, rgba(255, 244, 216, 0) 34%),
    linear-gradient(180deg, #fff 0%, #f5f5f7 100%);
}

.rv60-trusted::before {
  content: "";
  position: absolute;
  top: 28px;
  left: max(24px, calc((100vw - var(--rv60-max)) / 2));
  right: max(24px, calc((100vw - var(--rv60-max)) / 2));
  height: 1px;
  background: linear-gradient(90deg, rgba(184, 135, 0, 0) 0%, rgba(184, 135, 0, 0.28) 50%, rgba(184, 135, 0, 0) 100%);
}

.rv60-trusted .rv60-section-head {
  max-width: 900px;
  margin: 0 auto;
}

.rv60-trusted .rv60-section-head h2 {
  font-size: 50px;
  line-height: 51px;
}

.rv60-trusted .rv60-section-head h2 span {
  color: #b88700;
}

.rv60-trusted .rv60-section-head p {
  max-width: 760px;
  font-size: 22px;
  line-height: 31.24px;
}

.rv60-trusted .rv60-section-head p strong {
  color: #b88700;
  font-weight: 700;
}

.rv60-trusted .rv60-section-head p.rv60-built-note {
  font-size: 17px;
  line-height: 24px;
  color: #424245;
}

.rv60-chip-kicker {
  max-width: 960px;
  margin: 64px auto 0;
  text-align: center;
  color: #94a3b8;
  font-size: 13px;
  line-height: 18px;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.rv60-chip-kicker + .rv60-chip-row {
  margin-top: 18px;
}

.rv60-chip-row {
  max-width: 960px;
  margin: 64px auto 0;
  padding: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 9px;
  list-style: none;
}

.rv60-chip-row li {
  min-height: 34px;
  padding: 6px 15px;
  border: 1px solid rgba(184,135,0,0.16);
  border-radius: 9999px;
  background: rgba(255,255,255,0.78);
  box-shadow: 0 10px 30px rgba(0,0,0,0.04);
  color: #1d1d1f;
  font-size: 14px;
  line-height: 21px;
  font-weight: 700;
}

.rv60-courses {
  padding: 16px max(24px, calc((100vw - var(--rv60-max)) / 2));
  background: #f5f5f7;
}

.rv60-course-card {
  max-width: 1132px;
  min-height: 384px;
  margin: 0 auto;
  padding: 48px 32px;
  border: none;
  border-top: 4px solid #2e85eb;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 16px 16px rgba(12, 12, 13, 0.1), 0 4px 2px rgba(12, 12, 13, 0.05);
  text-align: center;
}

.rv60-course-card h2 {
  margin: 0;
  color: #3b3b3b;
  font-size: 54px;
  line-height: 54px;
}

.rv60-course-card h2 span {
  color: #b88700;
}

.rv60-course-label {
  margin: 16px 0 0;
  color: #3b3b3b;
  font-size: 12px;
  line-height: 15px;
  font-weight: 400;
  letter-spacing: 1px;
}

.rv60-course-card > p:not(.rv60-course-label) {
  max-width: 814px;
  margin: 16px auto 0;
  color: #3b3b3b;
  font-size: 19px;
  line-height: 26.98px;
}

.rv60-course-button {
  width: 444px;
  max-width: 100%;
  min-height: 51px;
  margin-top: 16px;
  font-size: 16px;
}

.rv60-course-card ul {
  display: flex;
  justify-content: center;
  gap: 18px;
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
}

.rv60-course-card li {
  position: relative;
  padding-left: 16px;
  color: #3b3b3b;
  font-size: 14px;
  line-height: 20px;
}

.rv60-course-card li::before {
  width: 11.66px;
  height: 11.66px;
}

.rv60-pricing {
  background: #f5f5f7;
}

.rv60-pricing .rv60-section-head h2,
.rv60-faq h2 {
  font-size: 42px;
  line-height: 44px;
}

.rv60-pricing .rv60-section-head p {
  font-size: 22px;
  line-height: 31.24px;
}

.rv60-price-grid {
  margin-top: 52px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.rv60-price-card {
  position: relative;
  min-height: 628px;
  padding: 29px 29px 116px;
  border-radius: 8px;
  background: #fff;
}

.rv60-price-featured {
  background: #111113;
  color: #fff;
}

.rv60-price-card h3 {
  margin: 0;
  color: inherit;
  font-size: 20px;
  line-height: 28px;
}

.rv60-price-card h3 span {
  float: right;
  margin-top: 3px;
  padding: 4px 16px;
  border-radius: 9999px;
  background: #b88700;
  color: #111113;
  font-size: 12px;
  line-height: 12px;
}

.rv60-price {
  margin: 16px 0 0;
  color: inherit;
  font-size: 48px;
  line-height: 48px;
  font-weight: 700;
}

.rv60-price small {
  font-size: 20px;
}

.rv60-price-note,
.rv60-price-desc {
  margin: 16px 0 0;
  color: #424245;
  font-size: 14px;
  line-height: 21px;
}

.rv60-price-featured .rv60-price-desc {
  color: #fff;
}

.rv60-price-featured .rv60-price-note {
  color: #d4a017;
}

.rv60-price-card ul {
  display: grid;
  gap: 10px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.rv60-price-card li {
  position: relative;
  padding-left: 28px;
  color: inherit;
  font-size: 14px;
  line-height: 21px;
}

.rv60-price-card li::before {
  width: 20px;
  height: 20px;
  top: 0.08em;
  background: linear-gradient(135deg, #b88700, #d6a72b);
}

.rv60-price-button {
  position: absolute;
  left: 29px;
  right: 29px;
  bottom: 49px;
  min-height: 44px;
  font-size: 15px;
}

.rv60-price-foot {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 28px;
  margin: 0;
  font-size: 12px;
  line-height: 18px;
  font-style: italic;
  text-align: center;
}

.rv60-used {
  margin: 18px 0 0;
  color: #111113;
  font-size: 14px;
  line-height: 18px;
}

.rv60-faq {
  background: #f5f5f7;
}

.rv60-faq-inner {
  max-width: 920px;
  margin: 0 auto;
}

.rv60-faq h2 {
  margin: 0;
  color: #111113;
  text-align: center;
}

.rv60-faq-list {
  display: grid;
  gap: 10px;
  margin-top: 48px;
}

.rv60-faq details {
  border-radius: 8px;
  background: #fff;
}

.rv60-faq summary {
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 25px 21px 25px 26px;
  color: #111113;
  font-size: 21px;
  line-height: 26.88px;
  font-weight: 700;
  cursor: pointer;
  list-style: none;
}

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

.rv60-faq summary::after {
  content: "+";
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  display: grid;
  place-items: center;
  border: 1px solid #e8e8ed;
  border-radius: 9999px;
  color: #b88700;
  font-size: 20px;
  line-height: 20px;
}

.rv60-faq details[open] {
  padding: 0 25px 29px;
}

.rv60-faq details[open] summary {
  padding-left: 0;
  padding-right: 0;
}

.rv60-faq details[open] summary::after {
  content: "-";
}

.rv60-faq p {
  max-width: 781px;
  margin: 0 0 12px;
  color: #000;
  font-size: 16px;
  line-height: 28px;
}

.rv60-accessibility {
  padding: 24px max(24px, calc((100vw - 920px) / 2));
  background: #f5f5f7;
  text-align: center;
}

.rv60-accessibility h2,
.rv60-ai h2 {
  margin: 0;
  font-size: 20px;
  line-height: 28px;
}

.rv60-accessibility p {
  margin: 16px 0 0;
  color: #424245;
  font-size: 14px;
  line-height: 21px;
}

.rv60-ai {
  padding: 64px max(24px, calc((100vw - 920px) / 2));
  background: #f5f5f7;
  text-align: center;
}

.rv60-ai > div {
  padding: 16px 0;
  border-left: 5px solid #d4a017;
  border-right: 5px solid #d4a017;
  border-radius: 24px;
  background: #f5f5f7;
}

.rv60-ai p {
  max-width: 800px;
  margin: 8px auto 0;
  color: #3b3b3b;
  font-size: 12px;
  line-height: 15px;
}

.rv60-footer {
  padding: 66px max(24px, calc((100vw - var(--rv60-max)) / 2)) 32px;
  border-top: 1px solid rgba(0,0,0,0.08);
  background: #f5f5f7;
  color: #424245;
}

.rv60-footer p {
  margin: 0;
  font-size: 14px;
  line-height: 21px;
}

.rv60-footer-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 48px;
  margin-top: 16px;
  padding-bottom: 48px;
}

.rv60-footer h2,
.rv60-references h2 {
  margin: 0 0 16px;
  color: #000;
  font-size: 12px;
  line-height: 12px;
  font-weight: 700;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

.rv60-footer nav {
  display: grid;
  gap: 8px;
}

.rv60-footer nav a {
  color: #424245;
  font-size: 14px;
  line-height: 21px;
}

.rv60-disclaimer,
.rv60-references p {
  color: rgba(69,70,77,0.7);
  font-size: 11px !important;
  line-height: 17.88px !important;
}

.rv60-references {
  margin-top: 16px;
  padding-top: 47px;
}

.rv60-references p + p {
  margin-top: 14px;
}

.rv60-references a {
  text-decoration: underline;
}

.rv60-footer-bottom {
  margin-top: 32px;
  padding-top: 48px;
  border-top: 1px solid #d2d2d7;
}

/* Figma landing-page alignment overrides for the waitlist version. */
.rv60-hero-grid {
  min-height: 673px;
}

.rv60-hero-title img {
  width: 434px;
  height: 186px;
}

.rv60-stat-card {
  margin-top: 111px;
  min-height: 562px;
}

.rv60-faq {
  padding-top: 108px;
}

.rv60-faq-inner {
  padding: 0 40px;
}

.rv60-faq h2 {
  font-size: 44px;
  line-height: 44px;
}

.rv60-ai > div {
  max-width: 832px;
  margin: 0 auto;
  padding: 16px;
  background: #fff;
}

.rv60-ai h2 {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #3b3b3b;
}

.rv60-ai h2::before {
  content: "";
  width: 36px;
  height: 36px;
  border-radius: 9999px;
  background:
    radial-gradient(circle at 50% 50%, #fff 0 3px, transparent 4px),
    linear-gradient(135deg, #b88700 0%, #d6a72b 100%);
}

.rv60-footer {
  border-top: 1px solid #fafaf7;
  background: #64748b;
  color: #fafaf7;
  text-align: center;
}

.rv60-footer-grid {
  border-top: 1px solid #8499b6;
  border-bottom: 1px solid #8499b6;
  margin-top: 16px;
  padding: 0;
}

.rv60-footer-grid > div {
  display: grid;
  gap: 16px;
  justify-items: center;
  padding: 28px 0;
}

.rv60-footer h2,
.rv60-references h2,
.rv60-footer nav a,
.rv60-disclaimer,
.rv60-references p,
.rv60-footer p,
.rv60-footer a {
  color: #fafaf7;
}

.rv60-disclaimer,
.rv60-references p {
  color: rgba(250, 250, 247, 0.86) !important;
}

.rv60-footer-bottom {
  border-top-color: #8499b6;
}

@media (max-width: 1280px) {
  .rv60-header-inner {
    gap: 28px;
  }

  .rv60-nav {
    gap: 16px;
  }

  .rv60-hero-grid,
  .rv60-people-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rv60-stat-card {
    margin-top: 40px;
  }
}

@media (max-width: 900px) {
  .rv60-header-inner {
    grid-template-columns: auto auto;
    gap: 16px;
  }

  .rv60-nav {
    grid-column: 1 / -1;
    overflow-x: auto;
    padding-bottom: 8px;
  }

  .rv60-actions {
    justify-content: end;
  }

  .rv60-hero-grid,
  .rv60-people-grid,
  .rv60-step-grid,
  .rv60-price-grid,
  .rv60-footer-grid {
    grid-template-columns: 1fr;
  }

  .rv60-hero-title img {
    width: min(440px, 100%);
    height: auto;
  }

  .rv60-hero h1,
  .rv60-section-head h2,
  .rv60-steps .rv60-section-head h2,
  .rv60-course-card h2 {
    font-size: 38px;
    line-height: 1.12;
  }

  .rv60-stat-card {
    margin-top: 0;
  }

  .rv60-people,
  .rv60-steps,
  .rv60-trusted,
  .rv60-pricing,
  .rv60-faq {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .rv60-person-card,
  .rv60-price-card {
    min-height: auto;
  }

  .rv60-faq summary {
    font-size: 18px;
  }
}
