* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 30px;
}
body {
  margin: 0;
  background: #484058;
  color: #faf7ff;
  font-family: "Noto Sans TC", "PingFang TC", system-ui, sans-serif;
  line-height: 1.8;
}
a {
  color: inherit;
  text-underline-offset: 5px;
}
a:focus-visible,
summary:focus-visible {
  outline: 3px solid #ddc6ff;
  outline-offset: 6px;
}
.wrap {
  max-width: 1160px;
  margin: auto;
  padding-right: max(28px, env(safe-area-inset-right, 0px));
  padding-left: max(28px, env(safe-area-inset-left, 0px));
}
header {
  border-bottom: 1px solid #ffffff14;
}
.top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding-top: calc(22px + env(safe-area-inset-top, 0px));
  padding-bottom: 22px;
}
.brand {
  text-decoration: none;
  font-weight: 800;
  font-size: 21px;
}
.brand span {
  display: block;
  color: #d3cadd;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.1em;
}
.back {
  font-size: 14px;
  color: #d3cadd;
}
.hero {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 64px;
  align-items: center;
  padding: 90px 0;
}
.eyebrow {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: #ddc6ff;
  margin: 0 0 18px;
}
h1 {
  font-size: clamp(36px, 4.6vw, 58px);
  letter-spacing: -0.04em;
  line-height: 1.3;
  margin: 0;
}
em {
  font-style: normal;
  color: #ddc6ff;
}
.intro {
  font-size: 17px;
  color: #d3cadd;
  margin: 26px 0;
}
.actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.button {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  font-weight: 700;
  padding: 12px 23px;
  border-radius: 10px;
  transition: background 0.15s;
}
.primary {
  background: #ddc6ff;
  color: #30263f;
}
.primary:hover {
  background: #eadbff;
}
.secondary {
  border: 1px solid #8b7b9c;
  color: #faf7ff;
}
.secondary:hover {
  background: #635970;
}
.note {
  font-size: 12px;
  color: #d3cadd;
  margin-top: 18px;
}
.showcase {
  border: 1px solid #ddc6ff4d;
  border-radius: 20px;
  overflow: hidden;
  background: #554d66;
  box-shadow: 0 22px 90px #b598cf18;
  transform: rotate(2deg);
}
.window-bar {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 14px 20px;
  font-size: 11px;
  color: #d3cadd;
}
.art {
  height: 240px;
  position: relative;
  overflow: hidden;
  background: radial-gradient(ellipse at 60% 70%, #9781ac 0, #635471 35%, #40364f 75%);
  display: grid;
  place-items: center;
}
.art > span {
  position: relative;
  text-align: center;
  font-size: 30px;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1.6;
  text-shadow: 0 2px 18px #40364f;
}
.orbit {
  position: absolute;
  width: 300px;
  height: 300px;
  border: 1px solid #ddc6ff55;
  border-radius: 50%;
  transform: rotateX(55deg) rotateZ(-25deg);
}
.tile {
  position: absolute;
  width: 70px;
  height: 70px;
  border: 1px solid #d0d6ff88;
  border-radius: 16px;
  background: linear-gradient(135deg, #ddc6ff66, #b598cf11);
  transform: rotate(-22deg);
}
.tile-one {
  top: 25px;
  left: 35px;
}
.tile-two {
  right: 20px;
  bottom: 18px;
  transform: rotate(22deg);
  width: 95px;
  height: 95px;
}
.tile-three {
  right: 50px;
  top: -20px;
  width: 45px;
  height: 45px;
}
.card-copy {
  padding: 24px;
}
.card-copy .eyebrow {
  margin: 0 0 7px;
  font-size: 10px;
}
.card-copy h2 {
  font-size: 22px;
  margin: 0;
}
.card-copy p:not(.eyebrow) {
  font-size: 13px;
  color: #d3cadd;
}
.tag {
  display: inline-block;
  font-size: 11px;
  border: 1px solid #ddc6ff3b;
  border-radius: 5px;
  padding: 3px 9px;
  color: #ddc6ff;
  margin-right: 7px;
}
.section {
  border-top: 1px solid #ffffff14;
  padding: 56px 0;
}
h2 {
  font-size: clamp(24px, 3vw, 32px);
  line-height: 1.5;
  margin: 0 0 30px;
  letter-spacing: -0.02em;
}
h3 {
  font-size: 19px;
  line-height: 1.6;
  margin: 14px 0 9px;
}
.grid {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid p {
  font-size: 14px;
  color: #d3cadd;
  margin: 0;
}
.number {
  font-size: 12px;
  color: #ddc6ff;
  letter-spacing: 0.08em;
}
.benefits article {
  padding-right: 24px;
}
.ways {
  grid-template-columns: 1fr 1fr;
}
.ways article {
  padding: 28px;
  background: #554d66;
  border: 1px solid #ffffff14;
  border-radius: 14px;
}
.ways .note {
  margin-top: 12px;
  font-size: 12px;
}
.steps {
  padding: 0;
  list-style: none;
}
.steps li {
  padding: 0 20px 0 0;
}
.faq {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 40px;
}
details {
  border-bottom: 1px solid #ffffff1a;
  padding: 19px 0;
}
details:first-child {
  padding-top: 0;
}
summary {
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
}
details p {
  color: #d3cadd;
  font-size: 14px;
  margin-bottom: 0;
}
.apply {
  text-align: center;
  padding: 56px 24px;
  margin: 16px 0 60px;
  border: 1px solid #ddc6ff4d;
  border-radius: 20px;
  background: radial-gradient(ellipse at top, #665974, #4e455e 70%);
}
.apply h2 {
  margin-bottom: 18px;
}
.apply > p:not(.eyebrow):not(.note) {
  color: #d3cadd;
  font-size: 15px;
}
.apply .button {
  margin-top: 14px;
}
.contact {
  overflow-wrap: anywhere;
}
footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 32px !important;
  font-size: 12px;
  color: #d3cadd;
}
footer nav {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.skip {
  position: absolute;
  left: 20px;
  top: -100px;
  background: #fff;
  color: #111;
  padding: 10px;
  z-index: 5;
}
.skip:focus {
  top: 10px;
}
@media (max-width: 800px) {
  .hero {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 48px 0;
  }
  .showcase {
    transform: none;
    max-width: 520px;
    width: 100%;
  }
  .grid {
    grid-template-columns: 1fr;
  }
  .benefits article {
    padding: 14px 0;
  }
  .faq {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .section {
    padding: 38px 0;
  }
  .steps {
    gap: 28px;
  }
  .wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
  footer {
    flex-direction: column;
  }
  .apply {
    padding: 38px 18px;
  }
  .top {
    gap: 10px;
  }
  .back {
    font-size: 12px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .button {
    transition: none;
  }
}

body { min-height: 100dvh; background: radial-gradient(ellipse at 60% 35%, #544c65 0%, #484058 55%, #3c364b 100%); overflow-wrap: anywhere; }
.button { border-radius: 999px; min-height: 46px; }
.showcase { transform: none; box-shadow: 0 18px 48px #29203326; }
h1 { letter-spacing: .04em; }
