:root {
  --ink: #20263c;
  --ink-soft: #716e70;
  --muted: #9e958c;
  --paper: #fcfaf7;
  --line: #e6ded4;
  --lavender: #8172c4;
  --lavender-pale: #f0edff;
  --yellow: #fff1b9;
  --blue: #dff2f7;
  --green: #e4f2df;
  --coral: #ffe3d9;
  --shadow: 0 18px 46px rgba(50, 43, 37, .08);
  --radius-xl: 30px;
  --radius-lg: 22px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  min-width: 320px;
  background:
    radial-gradient(circle at 12% 0%, rgba(255,255,255,.92), transparent 28rem),
    var(--paper);
  color: var(--ink);
  font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; }

button, a { -webkit-tap-highlight-color: transparent; }

.site-shell {
  width: min(100%, 1180px);
  min-height: 100vh;
  margin: 0 auto;
  padding: 24px 28px 48px;
}

.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 68px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
  text-decoration: none;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  flex: 0 0 auto;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fffaf2;
  box-shadow: 0 10px 22px rgba(57, 47, 36, .08);
  font-size: 31px;
}

.brand-copy { min-width: 0; }

.brand-cn,
.brand-en {
  display: block;
  color: var(--muted);
  font-weight: 850;
  white-space: nowrap;
}

.brand-cn { font-size: 14px; letter-spacing: -.02em; }

.brand-en {
  margin-top: 2px;
  font-size: 13px;
  letter-spacing: .14em;
}

.header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}

.header-action,
.back-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 8px 15px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255,255,255,.82);
  color: var(--ink);
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: 0 7px 18px rgba(50, 43, 37, .04);
}

.header-action.primary {
  border-color: var(--ink);
  background: var(--ink);
  color: #fff;
}

.header-action:hover,
.back-link:hover { transform: translateY(-1px); }

.site-nav {
  display: flex;
  width: min(100%, 560px);
  max-width: 100%;
  margin: 18px auto 0;
  padding: 4px;
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255,255,255,.78);
  box-shadow: 0 10px 24px rgba(50, 43, 37, .05);
  scrollbar-width: none;
}

.site-nav::-webkit-scrollbar { display: none; }

.site-nav a {
  flex: 1 1 0;
  padding: 10px 19px;
  border-radius: 999px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 850;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}

.site-nav a.active {
  background: #eee9e2;
  color: var(--ink);
}

.site-nav a:focus-visible,
.header-action:focus-visible,
.back-link:focus-visible,
.game-item:focus-visible,
.contact-link:focus-visible,
.cta-link:focus-visible {
  outline: 3px solid rgba(129,114,196,.42);
  outline-offset: 3px;
}

.page-hero {
  width: min(100%, 700px);
  margin: 48px auto 36px;
  text-align: center;
}

.eyebrow {
  margin: 0 0 8px;
  color: var(--lavender);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.page-hero h1 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(32px, 5vw, 52px);
  font-weight: 900;
  letter-spacing: -.06em;
  line-height: 1.12;
}

.page-hero p {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: clamp(16px, 2vw, 20px);
  font-weight: 650;
}

.game-list {
  display: grid;
  gap: 14px;
  width: min(100%, 720px);
  margin: 0 auto;
}

.game-item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 18px;
  min-height: 112px;
  padding: 20px 28px;
  overflow: hidden;
  border-radius: var(--radius-lg);
  color: #fff;
  text-decoration: none;
  box-shadow: var(--shadow);
  transition: transform .2s ease, box-shadow .2s ease;
}

.game-item::after {
  content: attr(data-number);
  position: absolute;
  top: 7px;
  right: 24px;
  color: rgba(255,255,255,.19);
  font-size: 58px;
  font-weight: 900;
  line-height: 1;
}

.game-item::before {
  content: "";
  position: absolute;
  top: -65px;
  right: -25px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: rgba(255,255,255,.12);
}

.game-item:nth-child(1) { background: linear-gradient(135deg, #e35a6b, #d94559); }
.game-item:nth-child(2) { background: linear-gradient(135deg, #d7ad4e, #c79734); }
.game-item:nth-child(3) { background: linear-gradient(135deg, #63aa8d, #4e987d); }
.game-item:nth-child(4) { background: linear-gradient(135deg, #8f82d4, #786bc1); }

.game-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 42px rgba(50, 43, 37, .14);
}

.game-icon,
.game-info,
.game-arrow { position: relative; z-index: 1; }

.game-icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  flex: 0 0 auto;
  border-radius: 15px;
  background: rgba(255,255,255,.2);
  font-size: 27px;
}

.game-info { flex: 1; }

.game-name {
  font-size: 24px;
  font-weight: 900;
  line-height: 1.2;
}

.game-desc {
  margin-top: 4px;
  color: rgba(255,255,255,.86);
  font-size: 15px;
  font-weight: 650;
}

.game-arrow {
  color: rgba(255,255,255,.86);
  font-size: 33px;
  font-weight: 400;
}

.contact-panel {
  width: min(100%, 720px);
  margin: 42px auto 0;
  padding: 22px 24px;
  border: 2px dashed #cfc3ec;
  border-radius: var(--radius-lg);
  background: #faf7ff;
  text-align: center;
}

.contact-panel p {
  margin: 0 0 13px;
  color: var(--lavender);
  font-size: 15px;
  font-weight: 850;
}

.contact-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 9px 20px;
  border-radius: 999px;
  background: var(--lavender);
  color: #fff;
  font-size: 14px;
  font-weight: 850;
  text-decoration: none;
}

.contact-link.secondary {
  margin-left: 8px;
  background: #fff;
  color: var(--lavender);
  border: 1px solid #d8d0ed;
}

.footer-brand {
  margin-top: 40px;
  color: #c4bbb0;
  font-size: 13px;
  line-height: 1.8;
  text-align: center;
}

.footer-brand-sub { color: #d2c9c1; }

.about-hero {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 22px;
  align-items: stretch;
  margin: 48px auto 24px;
}

.about-hero-copy,
.about-hero-card,
.belief-card,
.growth-card,
.path-panel,
.contact-card {
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow);
}

.about-hero-copy {
  padding: 42px 42px 38px;
  background: var(--ink);
  color: #fff;
}

.about-hero-copy .eyebrow { color: #c9bdf7; }

.about-hero-copy h1 {
  max-width: 580px;
  margin: 0;
  font-size: clamp(36px, 5vw, 61px);
  font-weight: 900;
  letter-spacing: -.07em;
  line-height: 1.08;
}

.about-hero-copy p {
  max-width: 520px;
  margin: 22px 0 0;
  color: rgba(255,255,255,.72);
  font-size: 17px;
  font-weight: 650;
}

.about-hero-card {
  position: relative;
  overflow: hidden;
  padding: 32px;
  background: linear-gradient(145deg, #e7e0ff, #f9f6ff);
}

.about-hero-card::before,
.about-hero-card::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: rgba(255,255,255,.58);
}

.about-hero-card::before { width: 240px; height: 240px; top: -105px; right: -74px; }
.about-hero-card::after { width: 150px; height: 150px; bottom: -85px; left: -60px; }

.about-hero-card > * { position: relative; z-index: 1; }

.card-kicker {
  color: var(--lavender);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.about-hero-card h2 {
  margin: 55px 0 15px;
  font-size: clamp(26px, 4vw, 40px);
  font-weight: 900;
  letter-spacing: -.055em;
  line-height: 1.18;
}

.about-hero-card p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 15px;
  font-weight: 650;
}

.intro-section { margin-top: 24px; }

.section-label {
  margin: 0 0 10px;
  color: var(--lavender);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.section-heading {
  margin: 0;
  font-size: clamp(26px, 4vw, 40px);
  font-weight: 900;
  letter-spacing: -.055em;
  line-height: 1.15;
}

.section-lead {
  max-width: 660px;
  margin: 12px 0 0;
  color: var(--ink-soft);
  font-size: 17px;
  font-weight: 650;
}

.belief-grid {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: 18px;
  margin-top: 22px;
}

.belief-card,
.growth-card { padding: 30px; }

.belief-card { background: var(--yellow); }
.growth-card { background: var(--lavender-pale); }

.belief-card h3,
.growth-card h3 {
  margin: 0 0 18px;
  font-size: 25px;
  font-weight: 900;
  letter-spacing: -.045em;
  line-height: 1.22;
}

.belief-card p,
.growth-card p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 15px;
  font-weight: 650;
}

.growth-path {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin-top: 24px;
}

.growth-step {
  padding: 15px 12px;
  border-radius: 17px;
  background: rgba(255,255,255,.68);
}

.growth-step strong,
.growth-step span { display: block; }

.growth-step strong { font-size: 15px; font-weight: 900; }
.growth-step span { margin-top: 3px; color: var(--ink-soft); font-size: 12px; font-weight: 650; }

.method-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 22px;
}

.method-card {
  padding: 25px;
  border-radius: var(--radius-lg);
  background: #fff;
  box-shadow: var(--shadow);
}

.method-card:nth-child(1) { background: var(--blue); }
.method-card:nth-child(2) { background: var(--coral); }
.method-card:nth-child(3) { background: var(--green); }

.method-card .method-num {
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
}

.method-card h3 {
  margin: 34px 0 7px;
  font-size: 23px;
  font-weight: 900;
  letter-spacing: -.045em;
}

.method-card p { margin: 0; color: var(--ink-soft); font-size: 14px; font-weight: 650; }

.contact-card {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 22px;
  align-items: center;
  margin-top: 24px;
  padding: 30px;
  background: #fff;
}

.contact-card h2 { margin: 0; font-size: 28px; font-weight: 900; letter-spacing: -.05em; }
.contact-card p { margin: 8px 0 0; color: var(--ink-soft); font-size: 15px; font-weight: 650; }

.cta-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 9px; }

.cta-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 18px;
  border-radius: 999px;
  background: var(--ink);
  color: #fff;
  font-size: 14px;
  font-weight: 850;
  text-decoration: none;
}

.cta-link.light { background: #f4f1ec; color: var(--ink); }
.cta-link.lavender { background: var(--lavender); }

.preview-note {
  width: max-content;
  max-width: 100%;
  margin: 34px auto 0;
  padding: 7px 12px;
  border: 1px solid #e1dcd4;
  border-radius: 999px;
  color: #a69d93;
  font-size: 11px;
  font-weight: 750;
}

@media (max-width: 760px) {
  .site-shell { padding: 16px 16px 36px; }

  .topbar { align-items: flex-start; }
  .brand { gap: 10px; }
  .brand-mark { width: 46px; height: 46px; border-radius: 14px; font-size: 25px; }
  .brand-cn { font-size: 11px; }
  .brand-en { font-size: 10px; letter-spacing: .11em; }

  .header-actions { gap: 5px; }
  .header-action { min-height: 34px; padding: 6px 10px; font-size: 11px; }

  .site-nav { width: 100%; margin-top: 12px; }
  .site-nav a { padding: 9px 5px; font-size: 12px; }

  .page-hero { margin: 36px auto 24px; }
  .page-hero p { font-size: 15px; }

  .game-item { min-height: 88px; padding: 15px 17px; gap: 12px; }
  .game-icon { width: 40px; height: 40px; border-radius: 12px; font-size: 22px; }
  .game-name { font-size: 19px; }
  .game-desc { font-size: 12px; }
  .game-arrow { font-size: 27px; }
  .game-item::after { right: 14px; font-size: 43px; }

  .contact-panel { margin-top: 28px; padding: 18px 14px; }
  .contact-panel p { font-size: 13px; }
  .contact-link { width: 100%; min-height: 40px; font-size: 13px; }
  .contact-link.secondary { margin: 8px 0 0; }

  .about-hero { grid-template-columns: 1fr; margin-top: 34px; }
  .about-hero-copy { padding: 30px 24px; }
  .about-hero-copy p { font-size: 15px; }
  .about-hero-card { min-height: 275px; padding: 24px; }
  .about-hero-card h2 { margin-top: 48px; }

  .belief-grid,
  .method-grid { grid-template-columns: 1fr; }
  .belief-card, .growth-card { padding: 24px; }
  .growth-path { grid-template-columns: repeat(2, 1fr); }
  .method-card h3 { margin-top: 22px; }

  .contact-card { grid-template-columns: 1fr; padding: 24px; }
  .contact-card h2 { font-size: 25px; }
  .cta-links { justify-content: flex-start; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .header-action, .back-link, .game-item { transition: none; }
  .header-action:hover, .back-link:hover, .game-item:hover { transform: none; }
}

/* 认识我们独立预览页：参照 about-xiao-en.html 的彩色大卡片结构。 */
.about-page { --about-paper: #f8f1e8; }

.about-intro-hero {
  position: relative;
  overflow: hidden;
  margin-top: 40px;
  padding: clamp(32px, 6vw, 58px);
  border-radius: 34px;
  background: var(--ink);
  color: #fffaf1;
  box-shadow: var(--shadow);
}

.about-intro-hero::before,
.about-intro-hero::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.about-intro-hero::before {
  width: 350px;
  height: 350px;
  top: -200px;
  right: -120px;
  background: rgba(151,136,221,.38);
}

.about-intro-hero::after {
  width: 230px;
  height: 230px;
  left: -110px;
  bottom: -145px;
  background: rgba(239,185,75,.23);
}

.about-intro-copy { position: relative; z-index: 1; max-width: 820px; }

.about-eyebrow,
.about-card-label {
  margin: 0;
  color: var(--lavender);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .16em;
  line-height: 1.3;
  text-transform: uppercase;
}

.about-intro-hero .about-eyebrow { color: #f4c76d; }

.about-intro-copy h1 {
  margin: 15px 0 13px;
  font-size: clamp(42px, 7vw, 74px);
  font-weight: 900;
  letter-spacing: -.07em;
  line-height: .98;
}

.about-intro-copy > p:not(.about-eyebrow) {
  max-width: 700px;
  margin: 0;
  color: rgba(255,250,241,.76);
  font-size: clamp(15px, 2vw, 20px);
  font-weight: 650;
  line-height: 1.7;
}

.about-meta { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 24px; }

.about-meta span {
  padding: 8px 12px;
  border: 1px solid rgba(255,255,255,.19);
  border-radius: 999px;
  color: rgba(255,250,241,.82);
  background: rgba(255,255,255,.06);
  font-size: 11px;
  font-weight: 850;
}

.about-info-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px;
  margin-top: 25px;
}

.about-info-card {
  min-height: 232px;
  padding: 28px;
  border-radius: 28px;
  box-shadow: 0 14px 36px rgba(54,43,31,.07);
}

.about-card-yellow { background: #ffe3a5; }
.about-card-lilac { background: #e5ddff; }
.about-card-mint { background: #dff1e8; }
.about-card-coral { background: #f9dfdb; }

.about-info-card h2,
.about-belief-card h2,
.about-why-card h2,
.about-audience-card h2,
.about-test-card h2,
.about-join-card h2 {
  margin: 18px 0 10px;
  font-size: clamp(27px, 4vw, 42px);
  font-weight: 900;
  letter-spacing: -.06em;
  line-height: 1.08;
}

.about-info-card p,
.about-belief-card p,
.about-why-card > p,
.about-audience-card p,
.about-test-card p,
.about-join-card p {
  margin: 0;
  color: rgba(37,48,71,.74);
  font-size: 15px;
  font-weight: 650;
  line-height: 1.72;
}

.about-service-line {
  display: inline-block;
  margin-top: 20px;
  padding-top: 13px;
  border-top: 1px solid rgba(37,48,71,.14);
  color: rgba(37,48,71,.62);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .03em;
}

.about-games-card { grid-column: 1 / -1; min-height: 0; }

.about-belief-card,
.about-why-card,
.about-audience-card,
.about-test-card {
  margin-top: 15px;
  padding: clamp(26px, 4vw, 38px);
  border: 1px solid rgba(37,48,71,.1);
  border-radius: 30px;
  background: rgba(255,255,255,.68);
  box-shadow: 0 14px 36px rgba(54,43,31,.06);
}

.about-belief-card h2 { margin-top: 12px; }
.about-belief-card > p { max-width: 860px; font-size: clamp(18px, 2.4vw, 25px); line-height: 1.55; }
.about-belief-note { margin-top: 16px; color: var(--lavender); font-size: 14px; font-weight: 850; }

.about-why-card { background: #fffdf9; }
.about-why-card h2 { margin-top: 13px; max-width: 850px; font-size: clamp(32px, 5vw, 58px); }
.about-why-card > p { margin-top: 16px; color: var(--muted); }

.about-growth {
  margin-top: 22px;
  padding: 17px 22px;
  border-radius: 24px;
  background: #f1ece5;
}

.about-growth-heading { display: none; }
.about-growth-heading span,
.about-growth-heading strong,
.about-growth-heading p { display: block; }
.about-growth-heading span { color: var(--lavender); font-size: 12px; font-weight: 900; letter-spacing: .15em; }
.about-growth-heading strong { margin-top: 7px; font-size: 24px; font-weight: 900; letter-spacing: -.045em; }
.about-growth-heading p { margin: 6px 0 0; color: rgba(37,48,71,.64); font-size: 14px; font-weight: 650; }

.about-growth-path {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
  gap: 10px;
  align-items: stretch;
  margin-top: 0;
}

.about-growth-step {
  padding: 7px 2px;
  border-radius: 12px;
  background: transparent;
}

.about-growth-step strong,
.about-growth-step span { display: block; }
.about-growth-step strong { font-size: 15px; font-weight: 900; white-space: nowrap; }
.about-growth-step span { margin-top: 3px; color: rgba(37,48,71,.59); font-size: 12px; font-weight: 650; line-height: 1.35; }
.about-growth-arrow { display: grid; place-items: center; color: #aca3b6; font-size: 22px; font-weight: 900; }

.about-audience-card { background: #f4f1ec; }
.about-audience-grid { display: grid; grid-template-columns: 1fr; gap: 0; margin-top: 18px; }
.about-audience-grid p { margin: 0; padding: 10px 0; border-bottom: 1px solid rgba(37,48,71,.12); color: rgba(37,48,71,.69); font-size: 14px; font-weight: 650; line-height: 1.5; }
.about-audience-grid p:first-child { padding-top: 0; }
.about-audience-grid p:last-child { padding-bottom: 0; border-bottom: 0; }

.about-test-card { display: grid; grid-template-columns: 1fr 122px; gap: 22px; align-items: center; background: #fffdf9; }
.about-test-card h2 { margin-top: 12px; }
.about-test-qr { display: block; width: 122px; height: 122px; padding: 7px; border: 1px solid var(--line); border-radius: 17px; background: #fff; }
.about-test-qr img { display: block; width: 100%; height: 100%; object-fit: cover; }

.about-join-card {
  margin-top: 15px;
  padding: clamp(28px, 5vw, 44px);
  border-radius: 32px;
  color: #fffaf1;
  background: linear-gradient(135deg, #67759a, #8573d2);
  box-shadow: var(--shadow);
}

.about-join-card .about-card-label { color: #e5ddff; }
.about-join-card h2 { margin-top: 13px; max-width: 900px; font-size: clamp(34px, 5vw, 60px); }
.about-join-card p { max-width: 850px; color: rgba(255,250,241,.79); }

.about-join-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.about-join-actions a,
.about-join-actions button { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 10px 18px; border: 1px solid rgba(255,255,255,.27); border-radius: 999px; color: #fffaf1; background: rgba(255,255,255,.13); font-size: 14px; font-weight: 850; text-decoration: none; cursor: pointer; }
.about-join-actions .about-join-primary { border-color: #fffaf1; color: var(--ink); background: #fffaf1; }

@media (max-width: 760px) {
  .about-intro-hero { margin-top: 28px; padding: 30px 23px 33px; border-radius: 27px; }
  .about-intro-copy h1 { font-size: 47px; }
  .about-intro-copy > p:not(.about-eyebrow) { font-size: 14px; }
  .about-info-grid { grid-template-columns: 1fr; gap: 10px; margin-top: 22px; }
  .about-info-card { min-height: 0; padding: 21px; border-radius: 23px; }
  .about-info-card h2 { margin-top: 13px; font-size: 31px; }
  .about-info-card p { font-size: 13px; }
  .about-belief-card, .about-why-card, .about-audience-card, .about-test-card { padding: 21px; border-radius: 24px; }
  .about-belief-card > p { font-size: 17px; }
  .about-why-card h2 { font-size: 35px; }
  .about-growth { padding: 13px 11px; }
  .about-growth-path { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
  .about-growth-arrow { display: none; }
  .about-audience-grid { grid-template-columns: 1fr; gap: 8px; }
  .about-audience-grid { gap: 0; }
  .about-audience-grid p { padding: 9px 0; font-size: 13px; }
  .about-audience-grid p:first-child { padding-top: 0; }
  .about-test-card { grid-template-columns: 1fr 90px; gap: 11px; }
  .about-test-card h2 { font-size: 29px; }
  .about-test-card p { font-size: 12px; }
  .about-test-qr { width: 90px; height: 90px; padding: 5px; }
  .about-join-card { padding: 22px; border-radius: 25px; }
  .about-join-card h2 { font-size: 34px; }
  .about-join-card p { font-size: 13px; }
  .about-join-actions a, .about-join-actions button { width: 100%; }
}
