:root {
  --rm-ink: #18231f;
  --rm-muted: #65716c;
  --rm-green: #117a5d;
  --rm-green-2: #0a5944;
  --rm-coral: #ff6a4d;
  --rm-line: #d9e2dd;
  --rm-bg: #f7faf8;
  --rm-white: #fff;
  letter-spacing: 0;
}
* {
  box-sizing: border-box;
  letter-spacing: 0;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--rm-bg);
  color: var(--rm-ink);
  font-family: Inter, "Microsoft YaHei", Arial, sans-serif;
}
.rm-header {
  position: sticky;
  top: 0;
  z-index: 40;
  height: 64px;
  display: flex;
  align-items: center;
  gap: 34px;
  padding: 0 max(22px, calc((100vw - 1180px) / 2));
  border-bottom: 1px solid rgba(217, 226, 221, 0.9);
  background: rgba(247, 250, 248, 0.94);
  backdrop-filter: blur(16px);
}
.rm-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--rm-ink);
  text-decoration: none;
  white-space: nowrap;
}
.rm-brand > span {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 6px;
  background: var(--rm-ink);
  color: #fff;
  font-weight: 800;
}
.rm-brand strong {
  font-size: 15px;
}
.rm-header nav {
  display: flex;
  gap: 26px;
  margin-right: auto;
}
.rm-header nav a {
  color: #52605a;
  text-decoration: none;
  font-size: 13px;
}
.rm-header nav a:hover,
.rm-header nav a[aria-current="page"] {
  color: var(--rm-green);
}
.rm-header-actions {
  display: flex;
  gap: 8px;
  align-items: center;
}
.rm-icon-button {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid var(--rm-line);
  border-radius: 6px;
  background: #fff;
  color: var(--rm-ink);
  cursor: pointer;
}
.rm-icon-button svg {
  width: 18px;
}
.rm-button {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 17px;
  border: 1px solid var(--rm-green);
  border-radius: 6px;
  background: var(--rm-green);
  color: #fff;
  text-decoration: none;
  font: 700 13px inherit;
  cursor: pointer;
}
.rm-button:hover {
  background: var(--rm-green-2);
}
.rm-button.small {
  min-height: 38px;
  padding: 8px 13px;
}
.rm-button.ghost {
  border-color: rgba(255, 255, 255, 0.5);
  background: rgba(11, 24, 19, 0.42);
  color: #fff;
}
.rm-button svg {
  width: 17px;
}
.rm-hero {
  position: relative;
  min-height: calc(100vh - 116px);
  max-height: 860px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}
.rm-hero-media {
  position: absolute;
  inset: 0;
  background-color: #081410;
  background-image: url("https://www.quizmate.cn/assets/showcase-apply.png");
  background-position: right center;
  background-size: auto 100%;
  background-repeat: no-repeat;
}
.rm-hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(8, 20, 16, 0.96) 0%,
      rgba(8, 20, 16, 0.78) 42%,
      rgba(8, 20, 16, 0.22) 78%
    ),
    linear-gradient(0deg, rgba(8, 20, 16, 0.75), transparent 55%);
}
.rm-hero-copy {
  position: relative;
  width: min(1180px, calc(100% - 44px));
  margin: 0 auto;
  padding: 92px 0 80px;
  color: #fff;
}
.rm-eyebrow {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 16px;
  font-size: 12px;
  font-weight: 700;
  color: #bde8d9;
}
.rm-eyebrow span {
  width: 24px;
  height: 2px;
  background: var(--rm-coral);
}
.rm-eyebrow.dark {
  color: var(--rm-green);
}
.rm-hero h1 {
  max-width: 760px;
  margin: 0;
  color: #fff;
  font-size: 84px;
  line-height: 1.02;
  font-weight: 760;
}
.rm-hero h1 span {
  display: block;
}
.rm-hero-copy > p:not(.rm-eyebrow) {
  max-width: 650px;
  margin: 22px 0;
  color: #dce8e3;
  font-size: 17px;
  line-height: 1.8;
}
.rm-hero-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.rm-costs {
  display: flex;
  gap: 0;
  margin-top: 38px;
  color: #c9d8d2;
  font-size: 12px;
}
.rm-costs span {
  padding: 0 18px;
  border-left: 1px solid rgba(255, 255, 255, 0.24);
}
.rm-costs span:first-child {
  padding-left: 0;
  border-left: 0;
}
.rm-costs b {
  margin-left: 5px;
  color: #fff;
  font-size: 16px;
}
.rm-band {
  padding: 92px 22px;
}
.rm-inner {
  width: min(1180px, 100%);
  margin: 0 auto;
}
.rm-section-head {
  max-width: 760px;
  margin-bottom: 44px;
}
.rm-section-head p,
.rm-xhs-layout > div > p,
.rm-xhs-entry > div > p {
  margin: 0 0 10px;
  color: var(--rm-coral);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}
.rm-section-head h2,
.rm-proof h2,
.rm-templates h2,
.rm-september h2,
.rm-xhs h2 {
  margin: 0;
  font-size: clamp(28px, 4vw, 46px);
  line-height: 1.2;
}
.rm-workflow {
  background: #fff;
}
.rm-workflow-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--rm-line);
  border-bottom: 1px solid var(--rm-line);
}
.rm-workflow-grid article {
  position: relative;
  min-height: 270px;
  padding: 28px 24px;
  border-right: 1px solid var(--rm-line);
}
.rm-workflow-grid article:last-child {
  border-right: 0;
}
.rm-workflow-grid article > span {
  position: absolute;
  right: 18px;
  top: 20px;
  color: #a8b4ae;
  font: 600 12px monospace;
}
.rm-workflow-grid svg {
  width: 28px;
  height: 28px;
  color: var(--rm-green);
}
.rm-workflow-grid h3 {
  margin: 62px 0 10px;
  font-size: 18px;
}
.rm-workflow-grid p {
  margin: 0;
  color: var(--rm-muted);
  font-size: 13px;
  line-height: 1.75;
}
.rm-proof {
  background: var(--rm-ink);
  color: #fff;
}
.rm-proof-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  gap: 70px;
  align-items: center;
}
.rm-proof-layout > div > p:not(.rm-eyebrow) {
  color: #b9c8c2;
  line-height: 1.8;
}
.rm-proof img {
  width: 100%;
  max-height: 520px;
  object-fit: cover;
  object-position: left top;
  border: 1px solid #496057;
  border-radius: 8px;
}
.rm-proof ul {
  display: grid;
  gap: 12px;
  padding: 0;
  list-style: none;
}
.rm-proof li {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #e2ebe7;
  font-size: 13px;
}
.rm-proof li svg {
  width: 16px;
  color: #7ee1bd;
}
.rm-templates {
  background: #edf4f0;
}
.rm-template-table {
  border-top: 1px solid #becdc5;
}
.rm-template-table > div {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1.2fr 90px;
  align-items: center;
  min-height: 64px;
  border-bottom: 1px solid #becdc5;
  font-size: 13px;
}
.rm-template-table .head {
  min-height: 44px;
  color: var(--rm-muted);
  font-size: 11px;
}
.rm-template-table em {
  justify-self: start;
  padding: 4px 7px;
  border-radius: 4px;
  background: #d9eee6;
  color: var(--rm-green);
  font-style: normal;
  font-size: 10px;
}
.rm-fact-note {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 24px 0 0;
  color: var(--rm-muted);
  font-size: 12px;
}
.rm-fact-note svg {
  width: 17px;
  color: var(--rm-green);
}
.rm-september {
  background: var(--rm-coral);
  color: #fff;
}
.rm-september-layout {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
}
.rm-september-layout > div:first-child {
  max-width: 720px;
}
.rm-september .rm-eyebrow {
  color: #fff;
}
.rm-september p:not(.rm-eyebrow) {
  line-height: 1.7;
}
.rm-countdown {
  margin-top: 22px;
  font: 700 24px monospace;
}
.rm-promo-actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.rm-september .rm-button {
  border-color: var(--rm-ink);
  background: var(--rm-ink);
}
.rm-xhs {
  background: #fff;
}
.rm-xhs-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
}
.rm-xhs-layout span {
  display: block;
  margin-top: 18px;
  color: var(--rm-muted);
  line-height: 1.8;
}
.rm-xhs-copy {
  padding-left: 32px;
  border-left: 3px solid var(--rm-coral);
}
.rm-xhs-copy p {
  color: var(--rm-muted);
  line-height: 1.8;
}
.rm-xhs-copy a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--rm-green);
  font-weight: 700;
  text-decoration: none;
}
.rm-xhs-copy svg {
  width: 16px;
}
.rm-final {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 70px max(22px, calc((100vw - 1180px) / 2));
  background: #dce9e3;
}
.rm-final p {
  margin: 0 0 8px;
  color: var(--rm-green);
  font-size: 12px;
  font-weight: 800;
}
.rm-final h2 {
  margin: 0;
  font-size: 32px;
}
.rm-footer {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 0 max(22px, calc((100vw - 1180px) / 2));
  background: var(--rm-ink);
  color: #aebdb7;
  font-size: 12px;
}
.rm-footer nav {
  display: flex;
  gap: 18px;
}
.rm-footer a {
  color: #dbe5e1;
  text-decoration: none;
}
.rm-recharge {
  min-height: calc(100vh - 140px);
  padding: 72px 22px;
}
.rm-recharge-head,
.rm-package-section,
.rm-usage,
.rm-xhs-entry {
  width: min(1180px, 100%);
  margin-left: auto;
  margin-right: auto;
}
.rm-recharge-head {
  max-width: 780px;
  margin-bottom: 42px;
  text-align: center;
}
.rm-recharge-head .rm-eyebrow {
  justify-content: center;
}
.rm-recharge-head h1 {
  margin: 0;
  font-size: clamp(34px, 5vw, 56px);
}
.rm-recharge-head > p:not(.rm-eyebrow) {
  color: var(--rm-muted);
  line-height: 1.75;
}
.rm-countdown-line {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 12px;
  padding: 8px 12px;
  border: 1px solid var(--rm-line);
  border-radius: 6px;
  background: #fff;
  font-size: 12px;
}
.rm-countdown-line svg {
  width: 16px;
  color: var(--rm-coral);
}
.rm-package-section .credit-package-grid {
  grid-template-columns: repeat(4, 1fr);
}
.rm-usage {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 50px;
  border-block: 1px solid var(--rm-line);
}
.rm-usage div {
  display: flex;
  align-items: baseline;
  gap: 10px;
  padding: 22px;
  border-right: 1px solid var(--rm-line);
}
.rm-usage div:last-child {
  border-right: 0;
}
.rm-usage strong {
  font-size: 28px;
  color: var(--rm-green);
}
.rm-usage span {
  color: var(--rm-muted);
  font-size: 12px;
}
.rm-xhs-entry {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-top: 60px;
  padding: 34px;
  border-left: 4px solid var(--rm-coral);
  background: #fff;
}
.rm-xhs-entry h2 {
  margin: 0 0 8px;
  font-size: 26px;
}
.rm-xhs-entry span {
  color: var(--rm-muted);
  font-size: 13px;
  line-height: 1.7;
}
.credit-modal[hidden] {
  display: none !important;
}
@media (max-width: 900px) {
  .rm-header nav {
    display: none;
  }
  .rm-header {
    gap: 12px;
  }
  .rm-header-actions {
    margin-left: auto;
  }
  .rm-hero {
    min-height: 720px;
  }
  .rm-hero-shade {
    background: linear-gradient(
      0deg,
      rgba(8, 20, 16, 0.97) 0%,
      rgba(8, 20, 16, 0.78) 64%,
      rgba(8, 20, 16, 0.38)
    );
  }
  .rm-hero-copy {
    padding-bottom: 48px;
  }
  .rm-hero h1 {
    font-size: 68px;
  }
  .rm-workflow-grid {
    grid-template-columns: 1fr 1fr;
  }
  .rm-workflow-grid article:nth-child(2) {
    border-right: 0;
  }
  .rm-workflow-grid article:nth-child(-n + 2) {
    border-bottom: 1px solid var(--rm-line);
  }
  .rm-proof-layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .rm-xhs-layout {
    grid-template-columns: 1fr;
    gap: 34px;
  }
  .rm-package-section .credit-package-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 620px) {
  .rm-header {
    padding-inline: 14px;
  }
  .rm-brand strong {
    font-size: 13px;
  }
  .rm-header-actions .small {
    font-size: 0;
    width: 38px;
    padding: 0;
  }
  .rm-header-actions .small svg {
    margin: 0;
  }
  .rm-hero h1 {
    font-size: 44px;
  }
  .rm-hero-copy > p:not(.rm-eyebrow) {
    font-size: 14px;
  }
  .rm-costs {
    flex-wrap: wrap;
    row-gap: 12px;
  }
  .rm-band {
    padding: 64px 18px;
  }
  .rm-workflow-grid {
    grid-template-columns: 1fr;
  }
  .rm-workflow-grid article {
    min-height: 220px;
    border-right: 0;
    border-bottom: 1px solid var(--rm-line) !important;
  }
  .rm-workflow-grid article:last-child {
    border-bottom: 0 !important;
  }
  .rm-template-table {
    overflow-x: auto;
  }
  .rm-template-table > div {
    min-width: 650px;
  }
  .rm-september-layout,
  .rm-final,
  .rm-xhs-entry {
    align-items: flex-start;
    flex-direction: column;
  }
  .rm-final {
    padding-block: 50px;
  }
  .rm-footer {
    padding-block: 22px;
    align-items: flex-start;
    flex-direction: column;
  }
  .rm-package-section .credit-package-grid,
  .rm-usage {
    grid-template-columns: 1fr;
  }
  .rm-usage div {
    border-right: 0;
    border-bottom: 1px solid var(--rm-line);
  }
  .rm-usage div:last-child {
    border-bottom: 0;
  }
  .rm-recharge {
    padding: 48px 14px;
  }
  .rm-xhs-entry {
    padding: 24px;
  }
}
