:root {
  --how-ink: #0d1c2e;
  --how-copy: #3b3b3b;
  --how-muted: #64748b;
  --how-gold: #d4a017;
  --how-gold-dark: #795900;
  --how-soft: #fafaf7;
  --how-grey: #f5f5f7;
  --how-line: rgba(129, 118, 98, 0.16);
  --how-footer: #64748b;
  --how-max: 1200px;
}

.how-body {
  background: var(--how-grey);
  font-family: "Inter", sans-serif;
}

.how-body .rv60-nav a[aria-current="page"] {
  color: #1d1d1f;
  font-weight: 700;
}

.how-main,
.how-main *,
.how-footer,
.how-footer * {
  box-sizing: border-box;
}

.how-main {
  overflow: hidden;
  background: #fff;
  color: var(--how-copy);
  font-family: "Inter", sans-serif;
}

.how-hero {
  display: flex;
  min-height: 456px;
  flex-direction: column;
  align-items: center;
  gap: 23px;
  padding: 48px 24px;
  background:
    radial-gradient(560px 380px at 70% 18%, #fff7e3 0%, #fffaeb 16%, #fff 76%),
    #fff;
  text-align: center;
}

.how-pill {
  display: inline-flex;
  min-height: 29px;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 6px 16px;
  border: 1px solid #8499b6;
  border-radius: 9999px;
  background:
    radial-gradient(74px 28px at 50% 24%, rgba(255, 244, 216, 0.9), rgba(255, 244, 216, 0) 60%),
    linear-gradient(180deg, #fbfbfd 0%, #f5f5f7 62%, #fff 100%);
  color: var(--how-gold-dark);
  font-size: 14px;
  font-weight: 600;
  line-height: 16.8px;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}

.how-hero h1 {
  margin: 0;
  color: var(--how-ink);
  font-family: "Inter", sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.18;
  letter-spacing: 0;
}

.how-hero h1 span,
.how-section-head h2 span,
.how-deeper h2 span,
.how-final h2 span {
  color: var(--how-gold);
}

.how-lede {
  max-width: 768px;
  margin: -5px 0 0;
  color: var(--how-copy);
  font-size: 18px;
  line-height: 28.8px;
}

.how-primary,
.how-guide-capture button {
  display: inline-flex;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 9999px;
  background: linear-gradient(135deg, #b88700 0%, #d6a72b 100%);
  color: #fff !important;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}

.how-primary {
  min-height: 58px;
  margin-top: 17px;
  padding: 0 40px;
  box-shadow: 0 0 10px rgba(212, 160, 23, 0.15);
  font-size: 20px;
  line-height: 27px;
}

.how-trial {
  margin: -8px 0 0;
  color: var(--how-copy);
  font-size: 14px;
  font-weight: 600;
  line-height: 16.8px;
  letter-spacing: 0.7px;
}

.how-statbar {
  padding: 48px 40px;
  background: var(--how-soft);
}

.how-statbar-inner {
  display: grid;
  max-width: var(--how-max);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 48px;
  margin: 0 auto;
  text-align: center;
}

.how-statbar strong {
  display: block;
  color: var(--how-gold);
  font-family: "Inter", sans-serif;
  font-size: 48px;
  font-weight: 800;
  line-height: 52.8px;
  letter-spacing: 0;
}

.how-statbar p {
  margin: 7px 0 0;
  color: var(--how-copy);
  font-size: 14px;
  font-weight: 600;
  line-height: 16.8px;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}

.how-section {
  padding: 119px max(24px, calc((100vw - var(--how-max)) / 2)) 120px;
  background: var(--how-grey);
}

.how-section-head {
  display: grid;
  justify-items: center;
  gap: 16px;
  text-align: center;
}

.how-section-head p {
  margin: 0;
  color: var(--how-gold-dark);
  font-size: 14px;
  font-weight: 600;
  line-height: 16.8px;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}

.how-section-head h2 {
  margin: 0;
  color: var(--how-copy);
  font-family: "Inter", sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 43.2px;
}

.how-section-head small {
  display: block;
  max-width: 672px;
  color: var(--how-muted);
  font-size: 18px;
  font-weight: 400;
  line-height: 28.8px;
}

.how-rule-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
  margin-top: 64px;
}

.how-rule-card {
  min-height: 417px;
  padding: 33px;
  border: 1px solid var(--how-gold);
  border-radius: 16px;
  background: #fff;
}

.how-rule-card.wide {
  grid-column: span 2;
}

.how-rule-card span {
  display: block;
  color: var(--how-gold);
  font-family: "Inter", sans-serif;
  font-size: 40px;
  line-height: 60px;
}

.how-rule-card h3 {
  margin: 15px 0 0;
  color: var(--how-copy);
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 31.2px;
}

.how-rule-card p {
  margin: 16px 0 0;
  color: var(--how-copy);
  font-size: 16px;
  line-height: 24px;
}

.how-rule-card small {
  display: block;
  margin-top: 24px;
  color: var(--how-muted);
  font-size: 12px;
  font-style: italic;
  line-height: 18px;
}

.how-deeper {
  display: grid;
  gap: 32px;
  background: #fff;
}

.how-guide-card {
  width: 100%;
  max-width: var(--how-max);
  margin: 0 auto;
  padding: 25px;
  border: 1px solid rgba(129, 118, 98, 0.08);
  border-radius: 24px;
  background: var(--how-soft);
}

.how-guide-card h3 {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  color: var(--how-copy);
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}

.how-guide-card h3 span {
  display: inline-flex;
  width: 22px;
  flex: 0 0 22px;
  align-items: center;
  justify-content: center;
  color: var(--how-gold);
}

.how-guide-card h3 img {
  display: block;
  max-width: 22px;
  max-height: 22px;
}

.how-guide-card > p {
  margin: 4px 0 0;
  color: var(--how-muted);
  font-size: 14px;
  line-height: 20px;
}

.how-do-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-top: 24px;
}

.how-do-grid > div {
  padding: 25px;
  border: 1px solid;
  border-radius: 16px;
  background: #fff;
}

.how-do {
  border-color: rgba(34, 197, 94, 0.2) !important;
  background: #f7fff9 !important;
}

.how-dont {
  border-color: rgba(239, 68, 68, 0.2) !important;
  background: #fff8f8 !important;
}

.how-do-grid h4 {
  margin: 0 0 13px;
  font-size: 16px;
  line-height: 24px;
}

.how-do h4 {
  color: #16a34a;
}

.how-dont h4 {
  color: #dc2626;
}

.how-do-grid ul,
.how-guide-columns ol,
.how-final ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.how-do-grid li {
  position: relative;
  padding-left: 14px;
  color: var(--how-copy);
  font-size: 15px;
  line-height: 26px;
}

.how-do-grid li::before {
  content: "•";
  position: absolute;
  left: 0;
}

.how-program-step {
  margin-top: 16px;
  padding: 17px 24px;
  border-left: 4px solid var(--how-gold);
  border-radius: 12px;
  background: #fff;
}

.how-program-step h4 {
  margin: 0 0 10px;
  color: var(--how-copy);
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
}

.how-program-step p {
  margin: 0;
  color: var(--how-copy);
  font-size: 15px;
  line-height: 24px;
}

.how-upload-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin: 18px 0;
}

.how-upload-grid > div {
  padding: 18px;
  border-radius: 10px;
  background: var(--how-soft);
}

.how-upload-grid h5 {
  margin: 0 0 14px;
  color: var(--how-gold-dark);
  font-size: 13px;
  line-height: 18px;
}

.how-upload-grid table {
  width: 100%;
  border-collapse: collapse;
  color: var(--how-copy);
  font-size: 13px;
  line-height: 20px;
}

.how-upload-grid td {
  padding: 8px 0;
  border-top: 1px solid rgba(129, 118, 98, 0.14);
}

.how-upload-grid td:last-child {
  color: #16a34a;
  font-weight: 700;
  text-align: right;
}

.how-upload-grid tr:last-child td:last-child {
  color: #dc2626;
}

.how-program-note {
  margin: 18px 0 0 !important;
  padding: 16px 20px;
  border-radius: 999px;
  background: #f1eddf;
  color: var(--how-copy) !important;
  font-size: 14px !important;
  font-weight: 700;
}

.how-timeline {
  display: grid;
  gap: 12px;
  margin-top: 20px;
}

.how-timeline > div {
  display: grid;
  grid-template-columns: 90px 210px 96px minmax(0, 1fr);
  align-items: start;
  gap: 18px;
  padding: 16px 0;
  border-top: 1px solid rgba(129, 118, 98, 0.12);
}

.how-timeline time {
  color: var(--how-gold);
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.how-timeline h4 {
  margin: 0;
  color: var(--how-copy);
  font-size: 18px;
  line-height: 24px;
}

.how-timeline b {
  color: var(--how-gold-dark);
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.7px;
}

.how-timeline p {
  margin: 0;
  color: var(--how-copy);
  font-size: 15px;
  line-height: 24px;
}

.how-guide-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px;
  margin-top: 24px;
}

.how-guide-columns h4 {
  margin: 0 0 16px;
  color: var(--how-gold-dark);
  font-size: 14px;
  line-height: 20px;
}

.how-guide-columns li {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 12px;
  margin-top: 14px;
  color: var(--how-copy);
  font-size: 15px;
  line-height: 23px;
  counter-increment: guide-step;
}

.how-guide-columns ol {
  counter-reset: guide-step;
}

.how-guide-columns li::before {
  content: counter(guide-step);
  color: var(--how-gold);
  font-weight: 800;
}

.how-faq details {
  padding: 16px 0 17px;
  border-top: 1px solid rgba(129, 118, 98, 0.12);
}

.how-faq summary {
  color: var(--how-copy);
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  list-style: none;
}

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

.how-faq p {
  margin: 8px 0 0;
  color: var(--how-copy);
  font-size: 14px;
  line-height: 22px;
}

.how-guide-capture {
  padding: 48px 24px;
  background: var(--how-grey);
  text-align: center;
}

.how-guide-capture > div {
  position: relative;
  max-width: 720px;
  margin: 0 auto;
}

.how-guide-icon {
  position: absolute;
  top: -26px;
  right: -72px;
  width: 96px;
  height: 100px;
  opacity: 0.12;
}

.how-guide-capture h2 {
  margin: 0;
  color: var(--how-ink);
  font-family: "Inter", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
}

.how-guide-capture p {
  margin: 16px 0 0;
  color: var(--how-muted);
  font-size: 16px;
  line-height: 24px;
}

.how-guide-capture form {
  display: flex;
  max-width: 520px;
  gap: 12px;
  margin: 24px auto 0;
}

.how-guide-capture input {
  flex: 1;
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid rgba(129, 118, 98, 0.18);
  border-radius: 999px;
  color: var(--how-copy);
  font: inherit;
}

.how-guide-capture button {
  min-height: 44px;
  padding: 0 22px;
  font-size: 14px;
}

.how-guide-capture small {
  display: block;
  margin-top: 14px;
  color: rgba(59, 59, 59, 0.55);
  font-size: 12px;
  line-height: 18px;
}

.how-hidden {
  position: absolute;
  left: -9999px;
}

.how-final {
  padding: 96px 24px;
  background:
    radial-gradient(520px 330px at 58% 35%, #fff7e3 0%, #fffaeb 22%, #fff 100%);
  text-align: center;
}

.how-final h2 {
  margin: 0;
  color: var(--how-copy);
  font-family: "Inter", sans-serif;
  font-size: 48px;
  font-weight: 800;
  line-height: 52.8px;
  letter-spacing: 0;
}

.how-final p {
  max-width: 672px;
  margin: 16px auto 0;
  color: var(--how-copy);
  font-size: 18px;
  line-height: 28.8px;
}

.how-large {
  min-height: 71px;
  margin-top: 32px;
  padding: 0 48px;
  font-family: "Inter", sans-serif;
  font-size: 24px;
  box-shadow: 0 0 15px rgba(212, 160, 23, 0.2);
}

.how-final ul {
  display: flex;
  justify-content: center;
  gap: 32px;
  margin-top: 32px;
}

.how-final li {
  color: var(--how-copy);
  font-size: 16px;
  line-height: 24px;
}

.how-final li::before {
  content: "";
  display: inline-block;
  width: 16.3px;
  height: 12.025px;
  margin-right: 8px;
  background: url("/assets/how-to-use/check.svg") center / contain no-repeat;
}

.how-final small {
  display: block;
  margin-top: 16px;
  color: rgba(59, 59, 59, 0.6);
  font-size: 14px;
  line-height: 20px;
}

.how-final a {
  color: var(--how-gold-dark);
}

.how-footer {
  padding: 49px 48px 48px;
  border-top: 1px solid var(--how-soft);
  background: var(--how-footer);
  color: var(--how-soft);
  font-family: "Inter", sans-serif;
  text-align: center;
}

.how-footer a {
  color: inherit;
  text-decoration: underline;
}

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

.how-footer-heading {
  margin-top: 16px;
  padding: 6px 0;
  border-top: 1px solid #8499b6;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 26.98px;
}

.how-footer-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid #8499b6;
  border-bottom: 1px solid #8499b6;
}

.how-footer nav {
  display: grid;
  min-height: 155px;
  align-content: center;
  justify-items: center;
  gap: 16px;
}

.how-footer nav a {
  color: var(--how-soft);
  font-size: 14px;
  line-height: 21px;
  text-decoration: none;
}

.how-disclaimer,
.how-references p {
  color: rgba(250, 250, 247, 0.86);
  font-size: 11px !important;
  line-height: 17.88px !important;
}

.how-references {
  display: grid;
  gap: 14px;
  margin-top: 16px;
  padding: 16px 0 15px;
  border-top: 1px solid #8499b6;
}

.how-references h2 {
  margin: 0;
  color: var(--how-soft);
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

.how-footer-bottom {
  margin-top: 0 !important;
  padding-top: 48px;
  border-top: 1px solid #8499b6;
}

@media (max-width: 1080px) {
  .how-statbar-inner,
  .how-rule-grid,
  .how-do-grid,
  .how-upload-grid,
  .how-guide-columns {
    grid-template-columns: 1fr;
  }

  .how-rule-card.wide {
    grid-column: auto;
  }

  .how-timeline > div {
    grid-template-columns: 1fr;
    gap: 6px;
  }
}

@media (max-width: 760px) {
  .how-body .rv60-header-inner {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .how-body .rv60-nav {
    justify-content: center;
    flex-wrap: wrap;
    overflow: visible;
    padding-bottom: 0;
  }

  .how-body .rv60-actions {
    justify-content: center;
  }

  .how-hero h1,
  .how-final h2 {
    font-size: 38px;
    line-height: 1.12;
  }

  .how-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .how-guide-card {
    padding: 20px;
    border-radius: 18px;
  }

  .how-guide-capture form,
  .how-final ul {
    flex-direction: column;
    align-items: stretch;
  }

  .how-footer,
  .how-statbar {
    padding-right: 24px;
    padding-left: 24px;
  }

  .how-footer-grid {
    grid-template-columns: 1fr;
  }

  .how-guide-icon {
    display: none;
  }
}
