@charset "UTF-8";
:root {
  --yellow: #ffe484;
  --blue: #244cf6;
  --cream: #fffaf0;
  --ink: #181b29;
  --orange: #ff8a24;
  --line: #dcd9cf;
  --display: "PingFang SC", "Microsoft YaHei", sans-serif;
  --body: "PingFang SC", "Microsoft YaHei", sans-serif;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 32px;
}
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
}
a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
h1,
h2,
h3,
p {
  margin: 0;
}
h1,
h2,
h3 {
  font-family: var(--display);
  font-weight: 800;
  line-height: 1.18;
  letter-spacing: -0.045em;
}
p {
  text-wrap: pretty;
}
a:focus-visible {
  outline: 3px solid var(--blue);
  outline-offset: 6px;
}
a:focus:not(:focus-visible) {
  outline: none;
}
.wrap {
  width: min(1240px, calc(100% - 96px));
  margin-inline: auto;
}
.skip-link {
  position: fixed;
  top: 10px;
  left: 16px;
  z-index: 10;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
  padding: 10px 20px;
  background: white;
}
.skip-link:focus {
  width: auto;
  height: auto;
  clip-path: none;
}
.hero-world {
  background: var(--yellow);
  overflow: hidden;
}
.creator-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  height: 106px;
}
.brand {
  display: block;
  flex-shrink: 0;
  width: 136px;
}
.creator-header nav {
  display: flex;
  gap: 38px;
  font-size: 15px;
  font-weight: 600;
}
.creator-header nav a:hover {
  color: var(--blue);
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
  padding: 15px 26px;
  border: 2px solid var(--ink);
  border-radius: 100px;
  box-shadow: 4px 4px 0 var(--ink);
  background: var(--cream);
  font-weight: 700;
  line-height: 1.6;
  transition: transform 0.18s, box-shadow 0.18s;
}
.button:hover {
  transform: translate(-2px, -2px);
  box-shadow: 6px 6px 0 var(--ink);
}
.button:active {
  transform: translate(3px, 3px);
  box-shadow: 1px 1px 0 var(--ink);
}
.button span {
  font-size: 25px;
  line-height: 1;
}
.button-small {
  padding: 10px 20px;
  font-size: 14px;
  gap: 16px;
}
.button-blue {
  background: var(--blue);
  color: white;
}
.creator-hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  min-height: 678px;
  padding-top: 28px;
  padding-bottom: 80px;
  gap: 10px;
}
.hero-copy {
  position: relative;
  z-index: 2;
}
.eyebrow,
.section-kicker {
  font-family: var(--body);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.13em;
  line-height: 1.5;
}
.eyebrow {
  margin-left: 12px;
  margin-bottom: 28px;
  letter-spacing: 0.2em;
}
.small-star {
  color: var(--orange);
  font-size: 22px;
  margin-right: 8px;
}
.title-paper {
  position: relative;
  display: inline-block;
  background: var(--cream);
  border-radius: 12px 28px 20px 12px;
  box-shadow: 0 9px 0 #e9c25466;
  transform: rotate(-4deg);
  padding: 18px 40px 22px 28px;
  margin-left: -10px;
}
.paper-tape {
  position: absolute;
  top: -16px;
  right: 54px;
  width: 92px;
  height: 29px;
  background: #ffae30b0;
  transform: rotate(9deg);
}
h1 {
  font-size: clamp(70px, 7.7vw, 108px);
  letter-spacing: -0.055em;
  color: var(--blue);
  line-height: 1.06;
}
h1 > span {
  display: block;
}
.title-line {
  color: var(--ink);
  display: flex !important;
  align-items: center;
  gap: 20px;
}
.title-line small {
  font-size: 22px;
  font-weight: 750;
  line-height: 1.16;
  background: var(--blue);
  color: white;
  padding: 12px 17px 13px;
  border-radius: 9px;
  letter-spacing: -0.04em;
  transform: rotate(3deg);
}
.hero-lead {
  font-size: 27px;
  font-weight: 750;
  line-height: 1.5;
  margin-top: 35px;
  letter-spacing: -0.025em;
}
.hero-description {
  font-size: 16px;
  line-height: 1.8;
  margin-top: 14px;
  color: #4e4936;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 26px;
  margin-top: 28px;
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  font-size: 14px;
  font-weight: 650;
}
.text-link:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}
.hero-art {
  position: relative;
  min-width: 0;
  align-self: stretch;
  display: flex;
  align-items: center;
}
.mascot {
  width: 124%;
  max-width: none;
  margin-left: -10%;
  position: relative;
  z-index: 1;
  mask-image: linear-gradient(
      to right,
      transparent,
      #000 8%,
      #000 92%,
      transparent
    ),
    linear-gradient(to bottom, transparent, #000 8%, #000 92%, transparent);
  mask-composite: intersect;
}
.art-orbit {
  position: absolute;
  width: 86%;
  aspect-ratio: 1;
  border: 1px dashed #e8bc49;
  border-radius: 50%;
  left: 7%;
  top: 12%;
  transform: rotate(-15deg);
}
.art-note {
  position: absolute;
  z-index: 2;
  right: 6%;
  top: 1%;
  transform: rotate(9deg);
  color: var(--blue);
  font-size: 21px;
  line-height: 1.25;
  text-align: center;
  font-style: italic;
}
.art-note strong {
  font-size: 30px;
}
.hero-spark {
  position: absolute;
  color: var(--orange);
  line-height: 1;
}
.spark-one {
  left: 3%;
  top: 8%;
  font-size: 55px;
  transform: rotate(12deg);
}
.spark-two {
  right: -2%;
  bottom: 12%;
  font-size: 50px;
}
.creator-sticker {
  position: absolute;
  bottom: 2%;
  left: 22%;
  z-index: 2;
  background: var(--cream);
  padding: 10px 23px;
  transform: rotate(5deg);
  border-radius: 8px;
  box-shadow: 0 6px 0 #dab53d77;
  font-size: 17px;
  font-weight: 750;
  white-space: nowrap;
}
.creator-sticker span {
  color: var(--blue);
  font-size: 25px;
  margin-right: 10px;
}
.word-strip {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
  overflow: hidden;
  background: var(--blue);
  color: white;
  min-height: 84px;
  padding: 18px 0;
  white-space: nowrap;
  font-size: 26px;
  font-weight: 850;
  letter-spacing: -0.02em;
}
.word-strip b {
  color: var(--yellow);
  font-weight: 400;
}
.about-section {
  padding-block: 112px;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(290px, 1fr) minmax(0, 1.22fr);
  gap: 32px;
  align-items: center;
}
.about-heading,
.about-copy {
  min-width: 0;
}
.about-heading h2 {
  font-size: clamp(36px, 3.3vw, 52px);
}
.creator-showcase {
  position: relative;
  min-width: 0;
  height: 474px;
  isolation: isolate;
}
.creator-clipping {
  --paper-angle: 0deg;
  position: absolute;
  display: block;
  width: 84%;
  padding: 12px;
  background: #fff;
  border: 1px solid #ded9ca;
  border-radius: 14px;
  box-shadow: 0 5px 0 #e8dbb4, 0 12px 26px #181b2910;
  transform: rotate(var(--paper-angle));
  transition: transform 180ms ease, box-shadow 180ms ease;
  cursor: default;
}
.creator-clipping:hover {
  z-index: 5;
  transform: translateY(-5px) rotate(0deg);
  box-shadow: 0 6px 0 var(--yellow), 0 16px 28px #181b291a;
}
.clipping-author {
  display: flex;
  gap: 8px;
  align-items: baseline;
  padding: 0 2px 9px;
  font-size: 10px;
  color: #77716a;
  line-height: 1.5;
}
.clipping-author strong {
  color: var(--blue);
  font-size: 12px;
}
.clipping-cover {
  position: relative;
  display: block;
  aspect-ratio: 784 / 333;
  overflow: hidden;
  border-radius: 7px;
  background: #f9f9f9;
}
.clipping-cover img {
  position: absolute;
  width: 105.357%;
  max-width: none;
  height: auto;
}
.cover-system img {
  left: -3.316%;
  top: -26.126%;
}
.cover-odd img {
  left: -2.551%;
  top: -26.426%;
}
.creator-clipping h3 {
  margin: 11px 2px 1px;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0;
  font-weight: 650;
}
.clipping-system {
  --paper-angle: -6deg;
  top: 0;
  left: 0;
  z-index: 3;
}
.clipping-system:before,
.clipping-odd:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: -10px;
  right: 24px;
  width: 63px;
  height: 20px;
  background: #ffe484d9;
  transform: rotate(8deg);
  pointer-events: none;
}
.clipping-odd {
  --paper-angle: 5deg;
  top: 235px;
  right: 0;
  z-index: 2;
}
.clipping-odd:before {
  right: auto;
  left: 25px;
  background: #6e88f9ba;
  transform: rotate(-12deg);
}
.clipping-article {
  --paper-angle: -11deg;
  top: 146px;
  right: 5px;
  width: 85%;
  padding: 8px;
  z-index: 1;
}
.clipping-article > img {
  width: 100%;
  border-radius: 7px;
}
.clipping-source {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-top: 8px;
  color: var(--blue);
  font-size: 10px;
}
.showcase-spark {
  position: absolute;
  left: 3%;
  bottom: 24px;
  color: var(--orange);
  font-size: 36px;
  line-height: 1;
  transform: rotate(-12deg);
  pointer-events: none;
}
.section-kicker {
  color: var(--blue);
  margin-bottom: 22px;
}
h2 {
  font-size: clamp(38px, 4vw, 56px);
  line-height: 1.2;
}
.blue-underline {
  position: relative;
  display: inline-block;
  color: var(--blue);
}
.blue-underline:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 5px;
  bottom: -8px;
  border-radius: 50%;
  background: var(--orange);
  transform: rotate(-4deg);
}
.hand-note {
  margin-top: 32px;
  color: var(--blue);
  font-size: 15px;
}
.intro-large {
  font-size: 23px;
  line-height: 1.7;
  font-weight: 650;
  margin-bottom: 20px;
}
.intro-large span {
  color: var(--blue);
}
.about-copy > p:not(.intro-large) {
  font-size: 15px;
  color: #62616a;
  line-height: 1.95;
}
.topic-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-block: 24px;
}
.topic-cloud span {
  border: 1px solid #d8d6ce;
  border-radius: 100px;
  padding: 4px 13px;
  font-size: 13px;
  color: #424451;
  background: #fffdf7;
}
.about-guance {
  border-top: 1px solid var(--line);
  padding-top: 20px;
  font-size: 13px !important;
}
.about-guance a {
  color: var(--blue);
  white-space: nowrap;
}
.create-section {
  background: var(--blue);
  color: white;
  padding: 90px 0 55px;
  border-radius: 52px 52px 0 0;
}
.create-section .section-kicker {
  color: #becbff;
}
.section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 48px;
  margin-bottom: 50px;
}
.yellow-word {
  color: var(--yellow);
}
.section-intro {
  font-size: 17px;
  line-height: 1.85;
  color: #e3e9ff;
  padding-bottom: 5px;
}
.create-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.create-card {
  border-radius: 22px;
  min-height: 340px;
  padding: 28px 36px 33px;
  color: var(--ink);
  background: var(--cream);
  position: relative;
  overflow: hidden;
}
.card-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--blue);
  font-size: 11px;
  letter-spacing: 0.1em;
  font-weight: 750;
  margin-bottom: 24px;
}
.card-meta > span:first-child {
  font-size: 20px;
  letter-spacing: -0.05em;
}
.create-card h3 {
  font-size: 30px;
  position: relative;
  z-index: 1;
  margin-bottom: 14px;
}
.create-card p {
  font-size: 15px;
  line-height: 1.85;
  position: relative;
  z-index: 1;
  color: #51505c;
}
.create-card ul {
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
  font-size: 13px;
  color: #56525e;
  position: relative;
  z-index: 1;
  line-height: 1.95;
}
.create-card li:before {
  content: "— ";
  color: var(--blue);
}
.practice-card,
.talk-card {
  background: #fff0b5;
}
.type-art {
  font-family: Georgia, serif;
  font-size: 102px;
  font-weight: 900;
  letter-spacing: -0.1em;
  line-height: 1;
  color: var(--blue);
  position: absolute;
  right: 28px;
  bottom: 16px;
  transform: rotate(-10deg);
  opacity: 0.95;
}
.type-art span {
  font-size: 45px;
  position: absolute;
  top: -22px;
  right: 8px;
  color: var(--orange);
  font-family: serif;
}
.code-art {
  font-family: monospace;
  font-size: 86px;
  right: 27px;
  bottom: 22px;
  transform: rotate(9deg);
}
.talk-art {
  font-size: 170px;
  bottom: -35px;
  letter-spacing: 0;
  right: 32px;
  color: var(--blue);
  pointer-events: none;
}
.build-art {
  font-size: 175px;
  right: 40px;
  bottom: -10px;
  color: var(--orange);
  font-weight: 400;
}
.cooperation-note {
  text-align: center;
  font-size: 13px;
  color: #dbe3ff;
  line-height: 1.8;
  margin: 35px 16px 0;
}
.support-section {
  padding-block: 112px;
  display: grid;
  grid-template-columns: 1fr 1.25fr;
  gap: 80px;
  align-items: center;
}
.support-heading > p:not(.section-kicker) {
  font-size: 16px;
  color: #64626c;
  margin-top: 28px;
}
.support-heading > .text-link {
  color: var(--blue);
  margin-top: 26px;
}
.support-note {
  position: relative;
  font-size: 43px;
  font-weight: 900;
  line-height: 1.04;
  letter-spacing: -0.06em;
  color: var(--blue);
  transform: rotate(-7deg);
  display: block;
  width: max-content;
  margin: 58px 0 10px 36px;
}
.support-note span {
  font-size: 33px;
}
.support-note i {
  font-size: 65px;
  color: var(--orange);
  position: absolute;
  right: -75px;
  top: 2px;
  font-style: normal;
}
.benefit-list {
  display: grid;
  gap: 14px;
}
.benefit {
  display: flex;
  gap: 20px;
  padding: 26px;
  border: 1px solid #e8e2d5;
  border-radius: 18px;
  background: #fffdf7;
}
.benefit-featured {
  padding-block: 30px;
  background: #fff0b5;
  border-color: #e8cf76;
  box-shadow: 0 5px 0 #eedfa8;
  margin-bottom: 5px;
}
.benefit > div {
  min-width: 0;
  flex: 1;
}
.benefit-number {
  font-size: 12px;
  color: var(--blue);
  font-weight: 700;
  padding-top: 5px;
}
.benefit h3 {
  font-size: 24px;
  letter-spacing: -0.02em;
  margin-bottom: 14px;
}
.benefit p {
  color: #66636a;
  font-size: 16px;
  line-height: 1.95;
}
.benefit-highlight {
  color: var(--blue);
  font-weight: 750;
}
.benefit-reward {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 10px;
}
.benefit-featured .benefit-highlight {
  font-size: 24px;
  line-height: 1.65;
  padding-inline: 3px;
  white-space: nowrap;
  background: #ffe484;
  border-radius: 4px;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
.benefit-mark {
  font-size: 30px;
  color: var(--blue);
  margin-left: auto;
  padding-left: 15px;
  line-height: 1;
}
.join-section {
  background: var(--yellow);
  padding: 83px 0 90px;
  position: relative;
  overflow: hidden;
}
.join-layout {
  display: grid;
  grid-template-columns: 1fr 390px;
  gap: 100px;
  align-items: center;
}
.join-copy h2 {
  font-size: clamp(44px, 5vw, 70px);
  line-height: 1.2;
}
.join-copy h2 > span {
  color: var(--blue);
}
.join-copy > p:not(.section-kicker) {
  margin-top: 25px;
  font-size: 16px;
  line-height: 1.85;
}
.contact-person {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 28px;
}
.person-initial {
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  flex-shrink: 0;
  background: var(--blue);
  border-radius: 50%;
  color: white;
  font-size: 27px;
  font-weight: 750;
}
.contact-details {
  display: grid;
  gap: 8px;
  min-width: 0;
}
.contact-name {
  display: flex;
  flex-wrap: wrap;
  gap: 0 15px;
  align-items: center;
  font-size: 14px;
  line-height: 24px;
}
.contact-name > span {
  color: #6b5827;
}
.contact-email {
  font-size: 14px;
  display: block;
  line-height: 24px;
  width: fit-content;
  margin: 0;
  text-decoration: none;
}
.contact-email:hover {
  color: var(--blue);
  text-decoration: none;
}
.qr-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: var(--cream);
  border: 2px solid var(--ink);
  border-radius: 18px;
  box-shadow: 9px 9px 0 var(--blue);
  padding: 32px 24px 28px;
  width: 322px;
  max-width: 100%;
  margin: auto;
  text-align: center;
}
.qr-tape {
  position: absolute;
  top: -15px;
  left: 50%;
  width: 108px;
  height: 30px;
  background: #4e6ff3c7;
  transform: translateX(-50%) rotate(-5deg);
}
.qr-card > p {
  font-size: 22px;
  font-weight: 750;
  color: var(--blue);
  margin-bottom: 22px;
}
.contact-qr {
  display: block;
  width: 220px;
  max-width: 100%;
  aspect-ratio: 1;
  background: white;
  padding: 8px;
  border-radius: 10px;
}
.contact-qr img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.qr-card > strong {
  font-size: 17px;
  margin-top: 20px;
}
.creator-footer {
  background: var(--cream);
  padding: 33px 0;
}
.creator-footer > .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
}
.creator-footer .brand {
  width: 115px;
}
.creator-footer p {
  font-size: 12px;
  color: #797580;
}
.creator-footer > .wrap > a:last-child {
  font-size: 13px;
  font-weight: 650;
}
.creator-footer a:last-child:hover {
  color: var(--blue);
}
@media (min-width: 1500px) {
  .creator-hero {
    min-height: 735px;
  }
  .hero-art .mascot {
    width: 132%;
    margin-left: -12%;
  }
}
@media (max-width: 1100px) {
  .wrap {
    width: calc(100% - 64px);
  }
  .creator-header nav {
    gap: 25px;
  }
  .creator-hero {
    min-height: 620px;
    padding-bottom: 65px;
  }
  .title-paper {
    padding: 20px 28px;
  }
  .title-line small {
    font-size: 17px;
    padding: 12px;
  }
  h1 {
    font-size: 80px;
  }
  .hero-lead {
    font-size: 24px;
  }
  .hero-actions {
    gap: 18px;
    flex-wrap: wrap;
  }
  .hero-actions .button {
    font-size: 14px;
  }
  .art-note {
    top: 6%;
    font-size: 17px;
  }
  .art-note strong {
    font-size: 24px;
  }
  .creator-sticker {
    font-size: 14px;
    left: 10%;
    bottom: 6%;
  }
  .about-section {
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1fr);
    gap: 42px 52px;
    padding-block: 90px;
  }
  .about-heading h2 {
    font-size: 48px;
  }
  .creator-showcase {
    width: min(100%, 370px);
    justify-self: center;
  }
  .about-copy {
    grid-column: 1 / -1;
  }
  .support-section {
    gap: 55px;
    padding-block: 90px;
  }
  .word-strip {
    gap: 28px;
    font-size: 22px;
  }
  .create-card {
    padding: 26px;
  }
  .create-card p {
    font-size: 14px;
  }
  .type-art {
    opacity: 0.2;
    right: 15px;
  }
  .create-card ul {
    font-size: 13px;
  }
  .join-layout {
    grid-template-columns: 1fr 320px;
    gap: 40px;
  }
  .qr-card {
    width: 292px;
  }
}
@media (max-width: 760px) {
  .wrap {
    width: calc(100% - 40px);
  }
  .creator-header {
    height: 82px;
    gap: 16px;
  }
  .brand {
    width: 118px;
  }
  .creator-header nav {
    display: none;
  }
  .button-small {
    padding: 8px 15px;
    font-size: 12px;
    gap: 12px;
    box-shadow: 3px 3px 0 var(--ink);
  }
  .creator-hero {
    grid-template-columns: 1fr;
    padding-top: 26px;
    padding-bottom: 45px;
    gap: 12px;
  }
  .hero-copy {
    width: 100%;
  }
  .eyebrow {
    font-size: 10px;
    margin-left: 0;
    margin-bottom: 20px;
  }
  .title-paper {
    margin-left: 0;
    padding: 16px 28px 20px 22px;
    max-width: 100%;
  }
  h1 {
    font-size: clamp(64px, 16vw, 96px);
  }
  .title-line {
    gap: 18px;
  }
  .title-line small {
    font-size: clamp(15px, 3.8vw, 21px);
    padding: 10px 13px;
  }
  .hero-lead {
    font-size: 24px;
    margin-top: 30px;
  }
  .hero-description {
    font-size: 14px;
    margin-top: 12px;
  }
  .hero-actions {
    margin-top: 24px;
    gap: 20px;
  }
  .hero-actions .button {
    font-size: 14px;
    padding: 13px 20px;
    gap: 18px;
  }
  .hero-actions .text-link {
    font-size: 12px;
    gap: 8px;
  }
  .hero-art {
    min-height: 310px;
    margin: 5px 0 0;
  }
  .mascot {
    width: 112%;
    margin-left: -6%;
  }
  .art-note {
    font-size: 16px;
    right: 1%;
    top: 0;
  }
  .art-note strong {
    font-size: 22px;
  }
  .creator-sticker {
    font-size: 13px;
    padding: 7px 15px;
    bottom: 0;
    left: 25%;
  }
  .creator-sticker span {
    font-size: 20px;
  }
  .spark-one {
    font-size: 35px;
    left: 0;
    top: 15%;
  }
  .spark-two {
    font-size: 34px;
    bottom: 15%;
    right: 0;
  }
  .word-strip {
    justify-content: flex-start;
    gap: 25px;
    font-size: 20px;
    min-height: 62px;
    padding: 14px 20px;
  }
  .about-section {
    grid-template-columns: 1fr;
    gap: 36px;
    padding-block: 66px;
  }
  .about-heading h2 {
    font-size: 40px;
  }
  .creator-showcase {
    width: min(100%, 360px);
    margin-block: 12px;
  }
  .clipping-odd {
    top: 231px;
  }
  h2 {
    font-size: 40px;
  }
  .section-kicker {
    font-size: 10px;
    margin-bottom: 18px;
  }
  .hand-note {
    margin-top: 24px;
    font-size: 13px;
  }
  .intro-large {
    font-size: 21px;
  }
  .desktop-break {
    display: none;
  }
  .about-copy > p:not(.intro-large) {
    font-size: 14px;
  }
  .topic-cloud {
    margin-block: 22px;
  }
  .about-guance {
    font-size: 12px !important;
  }
  .create-section {
    padding: 62px 0 36px;
    border-radius: 30px 30px 0 0;
  }
  .section-heading {
    display: block;
    margin-bottom: 30px;
  }
  .section-intro {
    font-size: 14px;
    margin-top: 22px;
  }
  .create-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .create-card {
    min-height: 315px;
    padding: 24px;
  }
  .card-meta {
    margin-bottom: 20px;
  }
  .create-card h3 {
    font-size: 28px;
  }
  .type-art {
    opacity: 0.65;
    right: 22px;
    bottom: 10px;
    font-size: 95px;
  }
  .create-card p {
    font-size: 14px;
  }
  .create-card ul {
    font-size: 12px;
  }
  .code-art {
    font-size: 72px;
    right: 20px;
    bottom: 24px;
  }
  .talk-art {
    font-size: 135px;
    right: 24px;
    bottom: -30px;
  }
  .build-art {
    font-size: 145px;
    bottom: 0;
  }
  .cooperation-note {
    font-size: 12px;
    text-align: left;
    margin: 25px 4px 0;
  }
  .support-section {
    grid-template-columns: 1fr;
    gap: 40px;
    padding-block: 66px;
  }
  .support-heading > p:not(.section-kicker) {
    font-size: 14px;
    margin-top: 24px;
  }
  .support-note {
    display: none;
  }
  .benefit {
    padding: 22px 18px;
    gap: 12px;
  }
  .benefit h3 {
    font-size: 22px;
    margin-bottom: 12px;
  }
  .benefit p {
    font-size: 14px;
  }
  .benefit-featured .benefit-highlight {
    font-size: 17px;
  }
  .benefit-mark {
    padding-left: 0;
    font-size: 26px;
  }
  .join-section {
    padding: 62px 0;
  }
  .join-layout {
    grid-template-columns: 1fr;
    gap: 42px;
  }
  .join-copy h2 {
    font-size: 46px;
  }
  .join-copy > p:not(.section-kicker) {
    font-size: 14px;
    margin-top: 20px;
  }
  .contact-person {
    margin-top: 23px;
  }
  .contact-email {
    font-size: 13px;
  }
  .qr-card {
    width: 290px;
    margin: 12px auto;
  }
  .creator-footer {
    padding: 30px 0;
  }
  .creator-footer > .wrap {
    flex-wrap: wrap;
    gap: 20px;
  }
  .creator-footer p {
    order: 3;
    width: 100%;
    font-size: 11px;
  }
  .creator-footer > .wrap > a:last-child {
    font-size: 12px;
  }
}
@media (max-width: 360px) {
  .wrap {
    width: calc(100% - 32px);
  }
  h1 {
    font-size: 60px;
  }
  .title-line small {
    font-size: 14px;
  }
  .title-paper {
    padding-inline: 18px;
  }
  .hero-actions {
    gap: 20px;
  }
  .hero-art {
    min-height: 280px;
  }
  .qr-card {
    width: 270px;
  }
  .type-art {
    opacity: 0.2;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    transition: none !important;
    animation: none !important;
  }
}
