.sub-page {
  background: #fffaf5;
}

.sub-page .site-header {
  position: sticky;
}

.sub-hero {
  position: relative;
  min-height: 310px;
  overflow: hidden;
  background: #f8f0e8;
}

.sub-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.9) 45%, rgba(255,255,255,.28) 100%),
    var(--hero-image, url("assets/wig-store-busy-cn.png")) center / cover;
  filter: saturate(.92);
}

.sub-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 68% 45%, rgba(210, 139, 67, .22), transparent 33%);
}

.sub-hero-inner {
  position: relative;
  z-index: 1;
  min-height: 310px;
  display: grid;
  grid-template-columns: 47% 53%;
  align-items: center;
  gap: 24px;
}

.sub-kicker {
  margin: 0 0 12px;
  color: var(--brand);
  font-size: 15px;
  font-weight: 700;
}

.sub-hero h1 {
  margin: 0;
  color: #17120f;
  font-size: 42px;
  line-height: 1.22;
  font-weight: 900;
}

.sub-hero h1 span,
.accent {
  color: var(--brand);
}

.sub-hero p:not(.sub-kicker) {
  margin: 18px 0 27px;
  color: #4c423a;
  font-size: 15px;
  line-height: 1.8;
}

.sub-actions {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.sub-actions a,
.sub-actions button {
  min-width: 118px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e6d8cb;
  border-radius: 6px;
  background: rgba(255,255,255,.93);
  color: #3b3029;
  font-size: 14px;
  font-weight: 800;
}

.sub-actions a.primary,
.sub-actions button.primary {
  border-color: var(--brand);
  background: var(--brand);
  color: #fff;
}

.sub-orbit {
  position: relative;
  min-height: 250px;
}

.sub-orbit .orb {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 122px;
  height: 122px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: radial-gradient(circle, #bd773c, #8a4e18);
  box-shadow: 0 0 0 22px rgba(227,167,96,.12), 0 0 0 46px rgba(227,167,96,.08), 0 0 50px rgba(194,113,45,.45);
  transform: translate(-50%, -50%);
}

.sub-orbit .orb strong {
  display: block;
  font-size: 16px;
  text-align: center;
}

.sub-orbit .orb small {
  display: block;
  font-size: 11px;
  opacity: .86;
}

.orbit-tag {
  position: absolute;
  min-width: 92px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: rgba(255,255,255,.86);
  border: 1px solid #efd7c0;
  color: var(--brand);
  font-size: 12px;
  font-weight: 800;
  box-shadow: 0 10px 24px rgba(74, 42, 19, .1);
}

.ot1 { left: 19%; top: 31%; }
.ot2 { right: 14%; top: 24%; }
.ot3 { right: 9%; bottom: 31%; }
.ot4 { left: 18%; bottom: 22%; }

.section-block {
  padding: 42px 0;
}

.section-title {
  text-align: center;
  margin-bottom: 28px;
}

.section-title h2 {
  margin: 0 0 7px;
  font-size: 26px;
  line-height: 1.25;
}

.section-title p {
  margin: 0;
  color: #82786f;
  font-size: 14px;
}

.soft-card {
  border: 1px solid #efd8c3;
  border-radius: 8px;
  background: rgba(255,255,255,.88);
  box-shadow: 0 16px 38px rgba(71, 40, 18, .06);
}

.stats-strip {
  min-height: 86px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
  border-radius: 8px;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(54,33,18,.96), rgba(76,47,24,.9)),
    url("assets/wig-store-busy-cn.png") center / cover;
}

.stats-strip p {
  margin: 0;
  text-align: center;
}

.stats-strip strong {
  display: block;
  color: #f0a24b;
  font-size: 29px;
  line-height: 1;
}

.stats-strip span {
  display: block;
  margin-top: 8px;
  font-size: 13px;
}

.cta-pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin: 16px auto 0;
}

.cta-box {
  display: grid;
  grid-template-columns: 1fr 142px;
  align-items: center;
  min-height: 120px;
  overflow: hidden;
  padding-left: 28px;
  border: 1px solid #f0d1b0;
  border-radius: 8px;
  background: linear-gradient(90deg, rgba(255,249,242,.98), rgba(255,249,242,.83));
}

.cta-box h3 {
  margin: 0 0 8px;
  font-size: 20px;
}

.cta-box p {
  margin: 0 0 13px;
  color: #6f6259;
  font-size: 13px;
}

.cta-box a {
  width: 136px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 5px;
  background: var(--brand);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
}

.cta-box img {
  width: 142px;
  height: 120px;
  object-fit: cover;
}

.apply-layout {
  display: grid;
  grid-template-columns: 1fr 290px;
  gap: 20px;
  margin-top: -32px;
  position: relative;
  z-index: 3;
}

.apply-card {
  padding: 28px;
}

.apply-title {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 22px;
  padding-bottom: 18px;
  border-bottom: 1px solid #eee0d4;
}

.apply-title span {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border: 1px solid #efcfad;
  border-radius: 50%;
  color: var(--brand);
  font-size: 26px;
}

.apply-title h2 {
  margin: 0 0 6px;
  font-size: 28px;
}

.apply-title p {
  margin: 0;
  color: #84786f;
  font-size: 13px;
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px 20px;
}

.field.full {
  grid-column: 1 / -1;
}

.field label {
  display: block;
  margin-bottom: 8px;
  color: #3f342d;
  font-size: 13px;
  font-weight: 800;
}

.field label::after {
  content: " *";
  color: #b34724;
}

.input,
.textarea,
.select-like {
  width: 100%;
  min-height: 42px;
  display: flex;
  align-items: center;
  padding: 0 14px;
  border: 1px solid #eadfd6;
  border-radius: 7px;
  background: #fff;
  color: #aaa099;
  font-size: 13px;
}

.textarea {
  min-height: 86px;
  align-items: flex-start;
  padding-top: 13px;
}

.radio-row,
.check-grid {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  color: #5e5148;
  font-size: 13px;
}

.dot,
.box {
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-right: 6px;
  border: 1px solid #cdbdad;
  border-radius: 50%;
  vertical-align: -2px;
  background: #fff;
}

.box {
  border-radius: 3px;
}

.submit-btn {
  width: 100%;
  height: 45px;
  border: 0;
  border-radius: 6px;
  color: #fff;
  background: linear-gradient(90deg, #8a4e18, #9f571c);
  font-size: 17px;
  font-weight: 900;
  cursor: pointer;
}

.safe-note {
  margin: 10px 0 0;
  color: #958a82;
  text-align: center;
  font-size: 12px;
}

.side-card {
  padding: 25px 24px;
}

.side-card + .side-card {
  margin-top: 18px;
}

.side-card h3 {
  margin: 0 0 20px;
  color: var(--brand);
  font-size: 23px;
  text-align: center;
}

.benefit-list,
.process-list {
  display: grid;
  gap: 20px;
}

.benefit-list article,
.process-list article {
  display: grid;
  grid-template-columns: 45px 1fr;
  gap: 13px;
  align-items: start;
}

.benefit-list span,
.process-list span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid #efcfad;
  border-radius: 50%;
  color: var(--brand);
  font-weight: 900;
}

.benefit-list strong,
.process-list strong {
  display: block;
  margin-bottom: 4px;
  font-size: 14px;
}

.benefit-list small,
.process-list small {
  color: #83776e;
  font-size: 12px;
  line-height: 1.45;
}

.help-bar {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 86px;
  align-items: center;
  gap: 24px;
  margin: 18px auto 0;
  padding: 16px 26px;
}

.tabs {
  display: flex;
  justify-content: center;
  gap: 22px;
  flex-wrap: wrap;
  margin: -22px auto 22px;
  position: relative;
  z-index: 3;
}

.tabs a {
  min-width: 120px;
  height: 36px;
  display: grid;
  place-items: center;
  border: 1px solid #ead7c5;
  border-radius: 20px;
  background: #fff;
  color: #5d4d42;
  font-size: 13px;
  font-weight: 800;
}

.tabs a.active {
  background: var(--brand);
  color: #fff;
}

.case-feature {
  display: grid;
  grid-template-columns: 1fr 1.06fr 1fr;
  gap: 18px;
}

.case-before,
.case-after,
.case-numbers {
  padding: 18px;
}

.case-before img,
.case-after img {
  width: 100%;
  height: 214px;
  object-fit: cover;
  border-radius: 7px;
}

.case-before img {
  filter: grayscale(1);
}

.case-before h3,
.case-after h3,
.case-numbers h3 {
  margin: 0 0 14px;
  font-size: 18px;
}

.case-list {
  list-style: none;
  margin: 16px 0 0;
  padding: 0;
}

.case-list li {
  position: relative;
  margin-bottom: 14px;
  padding-left: 24px;
  color: #6d625a;
  font-size: 13px;
  line-height: 1.5;
}

.case-list li::before {
  content: "×";
  position: absolute;
  left: 0;
  top: 1px;
  width: 15px;
  height: 15px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #ddd5ce;
  color: #6d5748;
  font-size: 10px;
  font-weight: 900;
}

.case-after .case-list li::before {
  content: "✓";
  background: #dfa15d;
  color: #fff;
}

.case-numbers {
  text-align: center;
}

.metric-compare {
  display: grid;
  grid-template-columns: 1fr 34px 1fr;
  gap: 10px;
  align-items: center;
}

.metric-compare p {
  margin: 0 0 11px;
  padding: 10px;
  border-radius: 6px;
  background: #f7f3ef;
  color: #241c17;
  font-size: 17px;
  font-weight: 900;
}

.metric-compare .after {
  background: #fff1e3;
  color: var(--brand);
}

.metric-compare span {
  color: #d0965a;
  font-weight: 900;
}

.case-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.mini-case {
  overflow: hidden;
}

.mini-case img {
  width: 100%;
  height: 118px;
  object-fit: cover;
}

.mini-case div {
  padding: 18px;
}

.mini-case h3 {
  margin: 0 0 10px;
  font-size: 18px;
}

.mini-case p {
  margin: 0 0 15px;
  color: #6e625a;
  font-size: 13px;
  line-height: 1.6;
}

.mini-metrics {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  border-top: 1px solid #eee0d3;
  padding-top: 12px;
}

.mini-metrics strong {
  display: block;
  color: var(--brand);
  font-size: 17px;
}

.mini-metrics small {
  color: #7f736b;
  font-size: 10px;
}

.growth-steps {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
  text-align: center;
}

.growth-steps article {
  padding: 18px 14px;
}

.growth-steps span,
.belief-grid span,
.method-row span {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  margin: 0 auto 12px;
  border: 1px solid #efcfad;
  border-radius: 50%;
  color: var(--brand);
  font-size: 24px;
}

.testimonial {
  display: grid;
  grid-template-columns: 170px 1fr 360px;
  gap: 24px;
  align-items: center;
  padding: 20px 26px;
}

.testimonial img {
  width: 140px;
  height: 140px;
  object-fit: cover;
  border-radius: 8px;
}

.testimonial blockquote {
  margin: 0;
  color: #5a4f47;
  font-size: 15px;
  line-height: 1.8;
}

.testimonial-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-left: 1px solid #eee0d4;
}

.testimonial-metrics p {
  margin: 0;
  text-align: center;
}

.testimonial-metrics strong {
  display: block;
  color: var(--brand);
  font-size: 28px;
}

.belief-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.belief-grid article {
  min-height: 178px;
  padding: 28px 22px;
  text-align: center;
}

.belief-grid h3,
.method-row h3 {
  margin: 0 0 8px;
  font-size: 18px;
}

.belief-grid p,
.method-row p,
.trust-row p {
  margin: 0;
  color: #776c64;
  font-size: 13px;
  line-height: 1.65;
}

.method-row {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  text-align: center;
}

.trust-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.trust-row article {
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 16px;
  align-items: center;
  padding: 22px;
}

.trust-row span {
  color: var(--brand);
  font-size: 34px;
}

.about-cta {
  padding: 48px 0;
  background:
    linear-gradient(90deg, rgba(255,249,242,.92), rgba(255,249,242,.94)),
    url("assets/wig-store-busy-cn.png") center / cover;
}

.news-layout {
  display: grid;
  grid-template-columns: 180px 1fr 240px;
  gap: 24px;
}

.news-side,
.hot-side {
  padding: 22px;
  align-self: start;
}

.news-side h3,
.hot-side h3 {
  margin: 0 0 16px;
  font-size: 18px;
}

.cat-list,
.hot-list {
  display: grid;
  gap: 10px;
}

.cat-list a {
  height: 38px;
  display: flex;
  align-items: center;
  padding: 0 14px;
  border-radius: 6px;
  color: #5d4e45;
  font-size: 13px;
  font-weight: 700;
}

.cat-list a.active {
  background: var(--brand);
  color: #fff;
}

.search-bar {
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 18px;
  margin-bottom: 18px;
  color: #a29991;
}

.feature-news {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  overflow: hidden;
  margin-bottom: 24px;
}

.feature-news img {
  width: 100%;
  height: 212px;
  object-fit: cover;
}

.feature-news div {
  padding: 26px;
}

.feature-news h2 {
  margin: 0 0 14px;
  font-size: 24px;
  line-height: 1.35;
}

.feature-news p,
.news-card p {
  color: #6f655d;
  font-size: 13px;
  line-height: 1.7;
}

.news-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.news-card {
  overflow: hidden;
}

.news-card img {
  width: 100%;
  height: 126px;
  object-fit: cover;
}

.news-card div {
  padding: 15px;
}

.news-card h3 {
  margin: 0 0 8px;
  font-size: 15px;
  line-height: 1.45;
}

.meta {
  color: #9a8f87;
  font-size: 12px;
}

.hot-list article {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 10px;
  padding-bottom: 14px;
  border-bottom: 1px solid #eee3da;
}

.hot-list b {
  color: var(--brand);
}

.subscribe {
  display: grid;
  grid-template-columns: 1fr 320px;
  align-items: center;
  gap: 24px;
  margin-top: 28px;
  padding: 24px 34px;
}

.subscribe input {
  width: 100%;
  height: 42px;
  border: 1px solid #eaded4;
  border-radius: 6px;
  padding: 0 15px;
}

.subscribe button {
  width: 112px;
  height: 42px;
  margin-left: 10px;
  border: 0;
  border-radius: 6px;
  background: var(--brand);
  color: #fff;
  font-weight: 800;
}

.help-bar article {
  display: flex;
  align-items: center;
  gap: 13px;
  color: #57483e;
}

.help-bar span {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #fff2e8;
  color: var(--brand);
  font-size: 24px;
}

.qr-box {
  width: 68px;
  height: 68px;
  display: grid;
  place-items: center;
  background:
    linear-gradient(90deg, #3a2416 25%, transparent 25% 75%, #3a2416 75%) 0 0 / 15px 15px,
    linear-gradient(#3a2416 25%, transparent 25% 75%, #3a2416 75%) 0 0 / 15px 15px,
    #fff;
  border: 1px solid #e7d8ca;
  color: var(--brand);
  font-weight: 900;
}

@media (max-width: 900px) {
  .sub-hero-inner,
  .apply-layout,
  .help-bar {
    grid-template-columns: 1fr;
  }

  .sub-orbit {
    min-height: 240px;
  }

  .cta-pair,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .stats-strip {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
    padding: 22px 0;
  }

  .case-feature,
  .case-grid,
  .growth-steps,
  .testimonial,
  .belief-grid,
  .method-row,
  .trust-row,
  .news-layout,
  .feature-news,
  .news-grid,
  .subscribe {
    grid-template-columns: 1fr;
  }

  .testimonial-metrics {
    border-left: 0;
    border-top: 1px solid #eee0d4;
    padding-top: 18px;
  }
}

@media (max-width: 640px) {
  .sub-hero h1 {
    font-size: 34px;
  }

  .sub-orbit {
    transform: scale(.82);
    transform-origin: center top;
    margin-bottom: -34px;
  }

  .cta-box {
    grid-template-columns: 1fr;
    padding: 22px;
  }

  .cta-box img {
    display: none;
  }

  .stats-strip {
    grid-template-columns: 1fr;
  }

  .apply-card {
    padding: 22px 18px;
  }

  .apply-title {
    align-items: flex-start;
  }

  .apply-title h2 {
    font-size: 25px;
    line-height: 1.25;
  }

  .sub-page .header-inner {
    height: 70px;
  }
}

.apply-page {
  background: #fbf6f0;
}

.apply-page .site-header {
  position: sticky;
  background: rgba(255,255,255,.96);
}

.apply-page .active-action {
  box-shadow: 0 10px 22px rgba(133, 72, 24, .18);
}

.apply-hero {
  position: relative;
  min-height: 390px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.92) 41%, rgba(255,255,255,.26) 72%, rgba(255,255,255,.08) 100%),
    url("assets/service-provider-cn.png") right center / auto 100% no-repeat,
    linear-gradient(90deg, #fffaf4, #f2e4d6);
}

.apply-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 74% 38%, rgba(210, 139, 67, .18), transparent 30%),
    linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(230,202,174,.2) 100%);
  pointer-events: none;
}

.apply-hero-inner {
  position: relative;
  z-index: 1;
  min-height: 390px;
  display: flex;
  align-items: center;
}

.apply-hero-copy {
  width: min(560px, 58%);
}

.apply-hero h1 {
  margin: 0;
  color: #17120f;
  font-size: 46px;
  line-height: 1.18;
  font-weight: 900;
}

.apply-hero h1 span {
  margin-left: 8px;
  color: var(--brand);
}

.apply-hero-copy > p:not(.sub-kicker) {
  margin: 20px 0 28px;
  color: #4d4239;
  font-size: 16px;
  line-height: 1.85;
}

.apply-badges {
  display: grid;
  grid-template-columns: repeat(4, minmax(98px, 1fr));
  gap: 18px;
  max-width: 520px;
}

.apply-badges article {
  min-height: 78px;
  display: grid;
  place-items: center;
  gap: 8px;
  border: 1px solid rgba(231, 208, 187, .75);
  border-radius: 8px;
  background: rgba(255,255,255,.82);
  box-shadow: 0 14px 30px rgba(79, 45, 20, .08);
}

.apply-badges span {
  color: var(--brand);
  font-size: 24px;
  line-height: 1;
}

.apply-badges strong {
  color: #3a2f28;
  font-size: 13px;
}

.apply-main {
  position: relative;
  z-index: 3;
  margin-top: -54px;
}

.apply-form {
  padding: 26px 44px 30px;
  border-radius: 10px;
  background: rgba(255,255,255,.95);
  box-shadow: 0 18px 46px rgba(79,45,20,.12);
}

.apply-form-heading {
  margin-bottom: 22px;
  text-align: center;
}

.apply-form-heading h2 {
  margin: 0 0 8px;
  color: #17120f;
  font-size: 30px;
  line-height: 1.25;
}

.apply-form-heading p {
  margin: 0;
  color: #7d7168;
  font-size: 14px;
}

.store-type {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin: 0 auto 22px;
  padding: 0;
  border: 0;
}

.type-card {
  position: relative;
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  border: 1px solid #eaded3;
  border-radius: 8px;
  background: #fff;
  color: #5d5148;
  cursor: pointer;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.type-card input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.type-card .type-icon {
  color: var(--brand);
  font-size: 27px;
  line-height: 1;
}

.type-card strong {
  font-size: 17px;
}

.type-card:has(input:checked) {
  border-color: var(--brand);
  background: linear-gradient(90deg, rgba(255,249,242,.98), rgba(255,255,255,.95));
  box-shadow: inset 0 0 0 1px rgba(133, 72, 24, .16), 0 12px 24px rgba(133, 72, 24, .08);
}

.type-card:has(input:checked)::after {
  content: "✓";
  position: absolute;
  right: 18px;
  top: 50%;
  width: 21px;
  height: 21px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--brand);
  font-size: 13px;
  transform: translateY(-50%);
}

.apply-content-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 306px;
  gap: 34px;
}

.partner-fields[hidden] {
  display: none;
}

.apply-page .field label::after {
  content: "";
}

.apply-page .required::after {
  content: " *";
  color: #b34724;
}

.apply-form .field {
  position: relative;
}

.apply-form input[type="text"],
.apply-form input[type="tel"],
.apply-form select,
.apply-form textarea {
  width: 100%;
  min-height: 42px;
  border: 1px solid #eadfd6;
  border-radius: 7px;
  background: #fff;
  color: #3d332c;
  font: inherit;
  font-size: 13px;
  outline: 0;
  transition: border-color .2s ease, box-shadow .2s ease;
}

.apply-form input[type="text"],
.apply-form input[type="tel"],
.apply-form select {
  padding: 0 14px;
}

.apply-form textarea {
  min-height: 74px;
  padding: 13px 14px 24px;
  resize: vertical;
}

.apply-form input:focus,
.apply-form select:focus,
.apply-form textarea:focus {
  border-color: #c98245;
  box-shadow: 0 0 0 3px rgba(201,130,69,.14);
}

.choice-block {
  margin-top: 17px;
}

.choice-block > label,
.apply-form .field label {
  display: block;
  margin-bottom: 8px;
  color: #3f342d;
  font-size: 13px;
  font-weight: 800;
}

.choice-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px 14px;
}

.inline-choices {
  display: flex;
  gap: 22px;
  flex-wrap: wrap;
}

.choice-grid label,
.inline-choices label {
  position: relative;
  min-height: 31px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 12px;
  border: 1px solid #eadfd6;
  border-radius: 6px;
  background: #fff;
  color: #6a5e55;
  font-size: 13px;
  cursor: pointer;
}

.inline-choices label {
  border: 0;
  padding: 0;
  background: transparent;
}

.choice-grid input,
.inline-choices input {
  width: 13px;
  height: 13px;
  accent-color: var(--brand);
}

.choice-grid label:has(input:checked) {
  border-color: #c98245;
  background: #fff9f2;
  color: var(--brand);
  box-shadow: inset 0 0 0 1px rgba(201,130,69,.12);
}

.field-error {
  min-height: 18px;
  margin: 5px 0 0;
  color: #b34724;
  font-size: 12px;
  line-height: 1.4;
}

.field.has-error input,
.field.has-error textarea,
.choice-block.has-error .choice-grid label,
.choice-block.has-error .inline-choices label {
  border-color: rgba(179, 71, 36, .55);
}

.count-tip {
  position: absolute;
  right: 12px;
  bottom: 9px;
  color: #a69b92;
  font-size: 12px;
}

.apply-guide {
  align-self: start;
  min-height: 100%;
  padding: 24px 25px 20px;
  border: 1px solid #efd8c3;
  border-radius: 8px;
  background: linear-gradient(180deg, #fffaf5, #fff);
}

.apply-guide h3 {
  margin: 0 0 18px;
  color: #3a2f28;
  font-size: 20px;
  text-align: center;
}

.guide-list {
  display: grid;
  gap: 17px;
}

.guide-list article {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 12px;
  align-items: start;
}

.guide-list article > span {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--brand);
  background: #f6eadf;
}

.guide-list strong {
  display: block;
  margin-bottom: 4px;
  color: #4d4038;
  font-size: 14px;
}

.guide-list small {
  color: #897d74;
  font-size: 12px;
  line-height: 1.45;
}

.store-illustration {
  display: grid;
  place-items: end center;
  min-height: 116px;
  margin-top: 20px;
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(255,255,255,0), #fff3e6);
}

.store-illustration span {
  width: 120px;
  height: 72px;
  display: block;
  border: 2px solid #e5bf98;
  border-radius: 7px 7px 3px 3px;
  background:
    linear-gradient(90deg, transparent 0 24%, rgba(201,130,69,.16) 24% 27%, transparent 27% 73%, rgba(201,130,69,.16) 73% 76%, transparent 76%),
    linear-gradient(180deg, #f8d7b3 0 25%, #fff8ef 25%);
  box-shadow: 0 -20px 0 -6px #f0c899;
}

.apply-page .safe-note {
  margin: 18px 0 10px;
  text-align: left;
}

.form-result {
  min-height: 22px;
  margin: 10px 0 0;
  color: var(--brand);
  text-align: center;
  font-size: 13px;
  font-weight: 800;
}

.form-result.is-error {
  color: #b34724;
}

.form-result.is-success {
  color: var(--brand);
}

.submit-btn:disabled {
  cursor: wait;
  opacity: .76;
}

.apply-support {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 18px;
  margin-bottom: 26px;
}

.apply-support article {
  min-height: 88px;
  display: grid;
  grid-template-columns: 62px 1fr;
  gap: 16px;
  align-items: center;
  padding: 16px 25px;
  border-radius: 8px;
  background: rgba(255,255,255,.9);
  box-shadow: 0 16px 34px rgba(71,40,18,.07);
}

.apply-support span {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--brand);
  background: #f6eadf;
  font-size: 26px;
}

.apply-support strong {
  display: block;
  margin-bottom: 5px;
  color: #2f2824;
  font-size: 16px;
}

.apply-support small {
  color: #776b62;
  font-size: 13px;
  line-height: 1.5;
}

@media (max-width: 1100px) {
  .apply-content-grid {
    grid-template-columns: 1fr;
  }

  .choice-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 900px) {
  .apply-hero {
    min-height: auto;
    background:
      linear-gradient(180deg, rgba(255,255,255,.96), rgba(255,255,255,.88)),
      url("assets/service-provider-cn.png") center bottom / cover no-repeat;
  }

  .apply-hero-inner {
    min-height: 420px;
    align-items: flex-start;
    padding-top: 58px;
  }

  .apply-hero-copy {
    width: 100%;
  }

  .apply-badges,
  .apply-support {
    grid-template-columns: repeat(2, 1fr);
  }

  .apply-form {
    padding: 24px;
  }
}

@media (max-width: 640px) {
  .apply-hero h1 {
    font-size: 38px;
  }

  .apply-badges,
  .store-type,
  .apply-page .form-grid,
  .choice-grid,
  .apply-support {
    grid-template-columns: 1fr;
  }

  .apply-main {
    margin-top: -28px;
  }

  .apply-form {
    padding: 22px 16px;
  }

  .apply-form-heading h2 {
    font-size: 25px;
  }

  .inline-choices {
    display: grid;
    gap: 10px;
  }
}
