:root {
  --ink: #172033;
  --muted: #5f6c7c;
  --paper: #fffdf7;
  --paper-quiet: #f8fbf7;
  --cream: #fff7e7;
  --green: #4f8d72;
  --green-deep: #214737;
  --mint: #dff3e9;
  --gold: #f5b642;
  --gold-soft: #fff0bf;
  --blue: #2875d9;
  --blue-soft: #e5f1ff;
  --coral: #ed7a58;
  --line: rgba(23, 32, 51, 0.11);
  --line-strong: rgba(33, 71, 55, 0.18);
  --shadow: 0 24px 70px rgba(55, 67, 82, 0.15);
  --shadow-strong: 0 34px 90px rgba(43, 61, 53, 0.2);
  --glass: rgba(255, 255, 255, 0.72);
  --hairline: rgba(255, 255, 255, 0.72);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-snap-type: y proximity;
}

html.legal-document {
  scroll-snap-type: none;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 12% 8%, rgba(40, 117, 217, 0.08), transparent 24%),
    radial-gradient(circle at 86% 14%, rgba(245, 182, 66, 0.13), transparent 26%),
    linear-gradient(180deg, #fffdf7 0%, #f6fbf7 40%, #fff8e9 100%);
  font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", Arial, sans-serif;
  letter-spacing: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

.liquid-glass-ready {
  --liquid-blur: 18px;
  --liquid-saturation: 1.55;
  --liquid-contrast: 1.06;
  backdrop-filter:
    var(--liquid-filter, none)
    blur(var(--liquid-blur))
    saturate(var(--liquid-saturation))
    contrast(var(--liquid-contrast))
    brightness(1.04);
  -webkit-backdrop-filter:
    var(--liquid-filter, none)
    blur(var(--liquid-blur))
    saturate(var(--liquid-saturation))
    contrast(var(--liquid-contrast))
    brightness(1.04);
}

.liquid-glass-ready.is-liquid-intense {
  --liquid-blur: 28px;
  --liquid-saturation: 1.82;
  --liquid-contrast: 1.08;
}

.site-header {
  position: fixed;
  z-index: 20;
  top: max(12px, env(safe-area-inset-top));
  left: 50%;
  display: flex;
  width: min(1120px, calc(100% - 28px));
  height: 66px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  overflow: hidden;
  padding: 0 14px 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 999px;
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.64), rgba(255, 255, 255, 0.18) 34%, rgba(255, 255, 255, 0.42) 66%, rgba(255, 255, 255, 0.18)),
    radial-gradient(ellipse at 16% 4%, rgba(255, 255, 255, 0.92), transparent 38%),
    radial-gradient(ellipse at 84% 100%, rgba(95, 143, 118, 0.18), transparent 42%),
    rgba(248, 255, 250, 0.18);
  box-shadow:
    inset 0 1px 1px rgba(255, 255, 255, 0.96),
    inset 0 -1px 1px rgba(12, 22, 18, 0.08),
    inset 18px 0 34px rgba(255, 255, 255, 0.18),
    inset -22px 0 38px rgba(54, 98, 77, 0.08),
    0 8px 22px rgba(20, 30, 26, 0.08),
    0 24px 70px rgba(20, 30, 26, 0.16);
  backdrop-filter: blur(34px) saturate(1.9) contrast(1.08) brightness(1.08);
  -webkit-backdrop-filter: blur(34px) saturate(1.9) contrast(1.08) brightness(1.08);
  transform: translateX(-50%) translateZ(0);
  isolation: isolate;
  transition:
    width 0.24s ease,
    height 0.24s ease,
    top 0.24s ease,
    border-color 0.24s ease,
    background-color 0.24s ease,
    box-shadow 0.24s ease;
}

.site-header.liquid-glass-ready {
  --liquid-blur: 30px;
  --liquid-saturation: 1.92;
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.68), rgba(255, 255, 255, 0.16) 34%, rgba(255, 255, 255, 0.5) 66%, rgba(255, 255, 255, 0.18)),
    radial-gradient(ellipse at 18% 4%, rgba(255, 255, 255, 0.96), transparent 36%),
    radial-gradient(ellipse at 82% 100%, rgba(95, 143, 118, 0.2), transparent 42%),
    rgba(248, 255, 250, 0.18);
  backdrop-filter:
    var(--liquid-filter, none)
    blur(var(--liquid-blur))
    saturate(var(--liquid-saturation))
    contrast(var(--liquid-contrast, 1.08))
    brightness(1.08);
  -webkit-backdrop-filter:
    var(--liquid-filter, none)
    blur(var(--liquid-blur))
    saturate(var(--liquid-saturation))
    contrast(var(--liquid-contrast, 1.08))
    brightness(1.08);
}

.site-header::before {
  content: "";
  position: absolute;
  inset: -80% -12%;
  z-index: -1;
  border-radius: inherit;
  background:
    radial-gradient(ellipse at 10% 8%, rgba(255, 255, 255, 0.88), transparent 26%),
    radial-gradient(ellipse at 48% 0%, rgba(255, 255, 255, 0.44), transparent 20%),
    radial-gradient(ellipse at 90% 88%, rgba(175, 214, 194, 0.24), transparent 28%),
    linear-gradient(105deg, transparent 18%, rgba(255, 255, 255, 0.56) 43%, transparent 54%, rgba(255, 255, 255, 0.18) 68%, transparent 78%);
  opacity: 0.86;
  filter: blur(0.3px);
  mix-blend-mode: screen;
  transform: translateX(-2%) rotate(-2deg);
  animation: liquid-glass-sheen 7.5s ease-in-out infinite;
}

.site-header::after {
  content: "";
  position: absolute;
  inset: 1px;
  z-index: 0;
  pointer-events: none;
  border-radius: inherit;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.46),
    inset 0 10px 16px rgba(255, 255, 255, 0.36),
    inset 0 -14px 24px rgba(21, 42, 32, 0.08),
    inset 18px 0 28px rgba(255, 255, 255, 0.15),
    inset -18px 0 30px rgba(21, 72, 54, 0.06);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.36), transparent 38%, rgba(255, 255, 255, 0.1)),
    linear-gradient(90deg, rgba(255, 255, 255, 0.22), transparent 16%, transparent 84%, rgba(255, 255, 255, 0.2));
}

.site-header.is-scrolled {
  top: max(8px, env(safe-area-inset-top));
  width: min(1060px, calc(100% - 32px));
  height: 58px;
  border-color: rgba(255, 255, 255, 0.58);
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.2) 38%, rgba(255, 255, 255, 0.48) 72%),
    rgba(248, 255, 250, 0.24);
  box-shadow:
    inset 0 1px 1px rgba(255, 255, 255, 0.98),
    inset 0 -1px 1px rgba(12, 22, 18, 0.1),
    inset 18px 0 34px rgba(255, 255, 255, 0.2),
    inset -22px 0 38px rgba(54, 98, 77, 0.1),
    0 8px 22px rgba(20, 30, 26, 0.1),
    0 24px 68px rgba(20, 30, 26, 0.2);
}

.brand,
.site-nav,
.header-action {
  position: relative;
  z-index: 1;
}

.brand {
  display: inline-flex;
  min-width: max-content;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.72);
}

.brand-mark {
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 50%;
  box-shadow:
    inset 0 1px 1px rgba(255, 255, 255, 0.72),
    0 8px 18px rgba(31, 47, 40, 0.12);
  object-fit: cover;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  min-width: 0;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  color: rgba(23, 32, 51, 0.78);
  font-size: 14px;
  font-weight: 800;
  box-shadow:
    inset 0 1px 1px rgba(255, 255, 255, 0.58),
    inset 0 -1px 1px rgba(33, 71, 55, 0.04);
  padding: 4px;
}

.site-nav a,
.header-action,
.primary-link,
.secondary-link {
  transition: transform 0.2s ease, background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.site-nav a {
  border-radius: 999px;
  padding: 9px 13px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.58);
}

.site-nav a:hover {
  background: rgba(255, 255, 255, 0.42);
}

.site-nav a.active {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.64), rgba(255, 255, 255, 0.26)),
    rgba(95, 143, 118, 0.1);
  color: var(--green-deep);
  box-shadow:
    inset 0 1px 1px rgba(255, 255, 255, 0.76),
    inset 0 -1px 1px rgba(33, 71, 55, 0.08),
    0 8px 18px rgba(33, 71, 55, 0.08);
}

.header-action {
  display: inline-flex;
  height: 44px;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  min-width: max-content;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.14), transparent 42%),
    linear-gradient(135deg, #244b39, #173b2c);
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
  box-shadow:
    inset 0 1px 1px rgba(255, 255, 255, 0.24),
    0 10px 24px rgba(20, 56, 40, 0.22);
  padding: 0 19px;
}

.site-nav.liquid-glass-ready,
.header-action.liquid-glass-ready,
.primary-link.liquid-glass-ready,
.secondary-link.liquid-glass-ready {
  --liquid-blur: 16px;
  --liquid-saturation: 1.62;
  box-shadow:
    inset 0 1px 1px rgba(255, 255, 255, 0.5),
    inset 0 -10px 18px rgba(20, 56, 40, 0.08),
    0 12px 28px rgba(20, 56, 40, 0.16);
}

.header-action:hover,
.primary-link:hover,
.secondary-link:hover {
  transform: translateY(-2px);
}

.hero-section {
  position: relative;
  min-height: 88vh;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: center;
  padding: 116px max(28px, calc((100vw - 1120px) / 2)) 52px;
}

.hero-bg,
.hero-shade {
  position: absolute;
  inset: 0;
}

.hero-bg {
  background: url("./assets/浅色.png") center / cover no-repeat;
  transform: scale(1.02);
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(255, 253, 247, 0.98) 0%, rgba(255, 253, 247, 0.78) 42%, rgba(255, 253, 247, 0.14) 78%),
    linear-gradient(180deg, rgba(255, 253, 247, 0.04), rgba(246, 251, 247, 0.96)),
    radial-gradient(circle at 77% 34%, rgba(40, 117, 217, 0.1), transparent 25%);
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 680px;
  animation: hero-rise 0.82s ease both;
}

.eyebrow {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 8px;
  margin: 0 0 14px;
  border: 1px solid rgba(79, 141, 114, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.62);
  color: var(--green-deep);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0;
  padding: 8px 12px;
  box-shadow: 0 10px 28px rgba(45, 69, 58, 0.08);
}

.eyebrow::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 4px rgba(245, 182, 66, 0.16);
}

.hero-content h1 {
  margin: 0;
  color: #0d1b34;
  font-size: clamp(62px, 9vw, 124px);
  line-height: 0.96;
  letter-spacing: 0;
  animation: hero-title-in 0.9s cubic-bezier(0.16, 0.84, 0.28, 1) both;
}

.hero-lede {
  margin: 18px 0 0;
  font-size: clamp(25px, 4vw, 46px);
  font-weight: 800;
  line-height: 1.16;
}

.hero-copy {
  max-width: 590px;
  margin: 22px 0 0;
  color: #2f3b4b;
  font-size: clamp(17px, 2.2vw, 22px);
  line-height: 1.75;
}

.hero-actions,
.join-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.hero-actions {
  align-items: center;
}

.app-store-badge-link {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.app-store-badge-link:focus-visible {
  border-radius: 8px;
  outline: 3px solid rgba(40, 117, 217, 0.48);
  outline-offset: 4px;
}

.app-store-badge {
  width: auto;
  height: 48px;
}

.primary-link,
.secondary-link {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0 22px;
  font-weight: 800;
  white-space: nowrap;
}

.primary-link {
  background: linear-gradient(135deg, var(--green-deep), #32694f);
  color: #fff;
  box-shadow: 0 16px 34px rgba(33, 71, 55, 0.28);
}

.secondary-link {
  border: 1px solid rgba(33, 71, 55, 0.18);
  background: rgba(255, 255, 255, 0.76);
  color: var(--green-deep);
  backdrop-filter: blur(10px);
}

.secondary-link.dark {
  background: #fff;
}

.hero-scan {
  position: absolute;
  z-index: 3;
  right: max(28px, calc((100vw - 1120px) / 2));
  bottom: 46px;
  width: 190px;
  padding: 14px;
  border: 1px solid var(--hairline);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: var(--shadow-strong);
  backdrop-filter: blur(14px);
  animation: scan-card-in 0.74s 0.28s ease both;
}

.hero-scan::after {
  content: "";
  position: absolute;
  inset: 9px;
  pointer-events: none;
  border-radius: 8px;
  background: linear-gradient(180deg, transparent 0%, rgba(95, 143, 118, 0.2) 50%, transparent 100%);
  opacity: 0.64;
  transform: translateY(-105%);
  animation: qr-scan 3.2s ease-in-out infinite;
}

.hero-scan img,
.qr-panel img {
  width: 100%;
  border-radius: 8px;
}

.hero-scan p,
.qr-panel span {
  margin: 10px 0 0;
  color: var(--green-deep);
  font-size: 13px;
  font-weight: 800;
  text-align: center;
}

.hero-proof {
  display: grid;
  max-width: 760px;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-top: 28px;
}

.hero-proof div {
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0.54));
  box-shadow: 0 18px 48px rgba(47, 65, 54, 0.13);
  backdrop-filter: blur(16px) saturate(1.25);
  padding: 14px 13px;
  animation: proof-float 4.8s ease-in-out infinite;
}

.hero-proof div.liquid-glass-ready,
.hero-status.liquid-glass-ready,
.pain-item.liquid-glass-ready,
.service-card.liquid-glass-ready,
.flow-step.liquid-glass-ready,
.qr-panel.liquid-glass-ready,
.community-phone-shell.liquid-glass-ready {
  --liquid-blur: 20px;
  border-color: rgba(255, 255, 255, 0.72);
  box-shadow:
    inset 0 1px 1px rgba(255, 255, 255, 0.72),
    inset 0 -14px 24px rgba(33, 71, 55, 0.06),
    0 22px 58px rgba(33, 71, 55, 0.13);
}

.hero-proof div:nth-child(2) {
  animation-delay: 0.35s;
}

.hero-proof div:nth-child(3) {
  animation-delay: 0.7s;
}

.hero-proof div:nth-child(4) {
  animation-delay: 1.05s;
}

.hero-proof strong,
.hero-proof span {
  display: block;
}

.hero-proof strong {
  color: var(--green-deep);
  font-size: 16px;
}

.hero-proof span {
  margin-top: 6px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}

.hero-status {
  display: flex;
  width: fit-content;
  max-width: 100%;
  align-items: center;
  gap: 10px;
  margin-top: 16px;
  border: 1px solid rgba(33, 71, 55, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 16px 42px rgba(47, 65, 54, 0.1);
  backdrop-filter: blur(14px);
  padding: 9px 12px;
}

.hero-status.liquid-glass-ready {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.26)),
    rgba(244, 252, 247, 0.34);
}

.hero-status span,
.hero-status em {
  min-width: max-content;
  color: var(--green-deep);
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
}

.hero-status span {
  border-radius: 999px;
  background: var(--mint);
  padding: 6px 9px;
}

.hero-status strong {
  color: #203327;
  font-size: 13px;
}

.hero-status em {
  color: #8a5a08;
}

.band,
.feature-section,
.services-section,
.customize-section,
.join-section,
.ai-section {
  padding: 96px max(28px, calc((100vw - 1120px) / 2));
}

.intro-band {
  background:
    radial-gradient(circle at 84% 18%, rgba(40, 117, 217, 0.08), transparent 26%),
    linear-gradient(180deg, #f7fbf7, #eef8f2);
}

.intro-band,
.share-section,
.services-section,
.community-section,
.join-section,
.ai-section,
.schedule-section,
.customize-section {
  position: relative;
  overflow: hidden;
}

.intro-band::before,
.share-section::before,
.services-section::before,
.community-section::before,
.join-section::before,
.ai-section::before,
.schedule-section::before,
.customize-section::before {
  content: "";
  position: absolute;
  inset: 92px max(22px, calc((100vw - 1180px) / 2)) 30px;
  pointer-events: none;
  border: 1px solid rgba(79, 141, 114, 0.12);
  border-radius: 8px;
  background:
    linear-gradient(rgba(79, 141, 114, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(79, 141, 114, 0.08) 1px, transparent 1px);
  background-size: 42px 42px;
  opacity: 0.62;
  mask-image: linear-gradient(135deg, black, rgba(0, 0, 0, 0.35), transparent 76%);
}

.section-heading {
  position: relative;
  z-index: 2;
  width: 100%;
  min-width: 0;
  max-width: 760px;
  margin-bottom: 38px;
}

.section-heading.compact {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.section-heading h2,
.feature-copy h2,
.community-panel h2,
.join-copy h2,
.ai-inner h2 {
  margin: 0;
  font-size: clamp(32px, 5vw, 56px);
  line-height: 1.12;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.section-heading p:not(.eyebrow),
.feature-copy p,
.community-panel p,
.join-copy p,
.ai-inner p:not(.eyebrow) {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.85;
}

.pain-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.06fr 0.9fr 1.1fr;
  grid-template-areas:
    "a a b"
    "c d d";
  gap: 16px;
}

.pain-item:nth-child(1) {
  grid-area: a;
}

.pain-item:nth-child(2) {
  grid-area: b;
}

.pain-item:nth-child(3) {
  grid-area: c;
}

.pain-item:nth-child(4) {
  grid-area: d;
}

.pain-item,
.service-card,
.flow-step,
.feed-preview article {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.76));
  box-shadow: 0 14px 42px rgba(59, 73, 90, 0.075);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.pain-item.liquid-glass-ready,
.service-card.liquid-glass-ready,
.flow-step.liquid-glass-ready {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.42) 58%, rgba(255, 255, 255, 0.26)),
    rgba(250, 255, 251, 0.36);
}

.pain-item:hover,
.service-card:hover,
.flow-step:hover,
.feed-preview article:hover {
  border-color: rgba(79, 141, 114, 0.3);
  box-shadow: 0 22px 56px rgba(53, 72, 61, 0.13);
  transform: translateY(-4px);
}

.pain-item {
  min-height: 210px;
  padding: 24px;
}

.pain-item::before,
.service-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.58), transparent 46%);
}

.card-corner {
  position: absolute;
  top: 0;
  right: 0;
  width: 58px;
  height: 58px;
  border-left: 1px solid rgba(79, 141, 114, 0.18);
  border-bottom: 1px solid rgba(79, 141, 114, 0.18);
  background: linear-gradient(135deg, rgba(245, 182, 66, 0.2), rgba(79, 141, 114, 0.08));
}

.pain-index {
  display: block;
  color: var(--gold);
  font-weight: 900;
}

.pain-item h3,
.service-card h3 {
  margin: 30px 0 10px;
  font-size: 22px;
}

.pain-item p,
.service-card p,
.flow-step span,
.feed-preview p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.feature-section {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(330px, 0.7fr);
  align-items: center;
  gap: clamp(38px, 7vw, 96px);
}

.schedule-section {
  background:
    linear-gradient(180deg, var(--paper), #fff7e8);
}

.customize-section {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(420px, 1fr);
  align-items: center;
  gap: clamp(34px, 6vw, 82px);
  background:
    radial-gradient(circle at 72% 28%, rgba(40, 117, 217, 0.12), transparent 26%),
    linear-gradient(180deg, #f4fbf7, #eef7ff);
}

.customize-copy,
.customize-poster {
  position: relative;
  z-index: 2;
}

.customize-copy h2 {
  margin: 0;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.12;
}

.customize-copy p:not(.eyebrow) {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.85;
}

.customize-points {
  display: grid;
  gap: 12px;
  margin-top: 24px;
}

.customize-points article {
  border: 1px solid rgba(79, 141, 114, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 14px 36px rgba(43, 61, 53, 0.08);
  padding: 16px;
}

.customize-points strong,
.customize-points span {
  display: block;
}

.customize-points strong {
  color: var(--green-deep);
  font-size: 17px;
}

.customize-points span {
  margin-top: 6px;
  color: var(--muted);
  line-height: 1.55;
}

.customize-poster {
  display: grid;
  grid-template-columns: minmax(210px, 0.72fr) minmax(120px, 0.32fr);
  align-items: center;
  justify-items: center;
  gap: 16px;
  margin: 0;
}

.customize-poster > img {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 8px;
  box-shadow: 0 28px 72px rgba(29, 53, 44, 0.18);
}

.customize-poster .iphone-demo {
  width: min(300px, 100%);
}

.theme-shot-stack {
  display: grid;
  width: 100%;
  gap: 12px;
}

.theme-shot-stack img,
.service-shot-strip img {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.76);
  border-radius: 8px;
  box-shadow: 0 18px 44px rgba(33, 71, 55, 0.12);
  object-fit: cover;
  object-position: top center;
}

.theme-shot-stack img {
  aspect-ratio: 9 / 14;
}

.customize-poster figcaption {
  margin-top: 10px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  text-align: center;
}

.feature-list,
.community-tags,
.ai-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.schedule-feature-tabs {
  align-items: center;
}

.schedule-feature-tabs button {
  scroll-snap-align: center;
}

.schedule-feature-note {
  display: grid;
  gap: 6px;
  margin-top: 18px;
  border: 1px solid rgba(95, 143, 118, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 16px 40px rgba(55, 79, 66, 0.08);
  padding: 16px;
}

.schedule-feature-note strong {
  color: var(--green-deep);
  font-size: 17px;
}

.schedule-feature-note span {
  color: var(--muted);
  line-height: 1.65;
}

.feature-copy,
.community-panel,
.join-copy,
.ai-inner,
.ai-copy,
.customize-copy,
.share-layout > div,
.services-layout > div {
  position: relative;
  z-index: 2;
  min-width: 0;
}

.feature-list span,
.feature-list button,
.community-tags span,
.ai-points span {
  border: 1px solid rgba(79, 141, 114, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--green-deep);
  font-size: 14px;
  font-weight: 800;
  padding: 10px 14px;
}

.feature-list button {
  cursor: pointer;
  font: inherit;
}

.feature-list button.active,
.feature-list button:hover {
  border-color: rgba(95, 143, 118, 0.42);
  background: #5f8f76;
  color: #fff;
  box-shadow: 0 12px 26px rgba(95, 143, 118, 0.18);
}

.phone-preview {
  position: relative;
  min-height: 560px;
  border: 10px solid #203225;
  border-radius: 42px;
  background:
    linear-gradient(180deg, rgba(248, 255, 249, 0.96), rgba(255, 247, 222, 0.95)),
    url("./assets/浅色.png") 42% center / cover no-repeat;
  box-shadow: 0 30px 86px rgba(34, 55, 43, 0.28);
  padding: 54px 22px 24px;
}

.phone-preview::after {
  content: "";
  position: absolute;
  inset: 12px;
  pointer-events: none;
  border: 1px solid rgba(255, 255, 255, 0.74);
  border-radius: 28px;
}

.phone-top {
  position: absolute;
  top: 20px;
  left: 50%;
  width: 88px;
  height: 7px;
  border-radius: 999px;
  background: rgba(32, 50, 37, 0.18);
  transform: translateX(-50%);
}

.phone-status {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
  color: var(--green-deep);
  font-size: 13px;
  font-weight: 800;
}

.phone-status strong {
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.76);
  padding: 7px 10px;
}

.schedule-card-mini {
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
  padding: 18px;
  box-shadow: 0 14px 34px rgba(33, 71, 55, 0.12);
}

.schedule-card-mini strong,
.schedule-card-mini span {
  display: block;
}

.schedule-card-mini strong {
  font-size: 18px;
}

.schedule-card-mini span {
  margin-top: 8px;
  color: var(--muted);
}

.schedule-grid-mini {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 72px;
  gap: 8px;
  margin-top: 20px;
}

.schedule-grid-mini span {
  border: 1px solid rgba(79, 141, 114, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.54);
}

.schedule-grid-mini .busy.blue {
  background: var(--blue-soft);
}

.schedule-grid-mini .busy.green {
  background: var(--mint);
}

.schedule-grid-mini .busy.gold {
  background: var(--gold-soft);
}

.schedule-grid-mini .busy.coral {
  background: #ffe4dc;
}

.phone-action-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin-top: 16px;
  color: var(--muted);
  font-size: 13px;
  text-align: center;
}

.share-section {
  background:
    radial-gradient(circle at 16% 18%, rgba(245, 182, 66, 0.14), transparent 28%),
    linear-gradient(180deg, #eff7f2, #f8fcf9);
}

.share-flow {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.05fr 42px 0.92fr 42px 1.12fr;
  align-items: center;
  gap: 10px;
}

.flow-step {
  min-height: 170px;
  padding: 26px;
}

.flow-step:nth-child(1) {
  transform: translateY(-20px);
}

.flow-step:nth-child(3) {
  transform: translateY(24px);
}

.flow-step:nth-child(5) {
  transform: translateY(-8px);
}

.flow-step:nth-child(1):hover {
  transform: translateY(-26px);
}

.flow-step:nth-child(3):hover {
  transform: translateY(18px);
}

.flow-step:nth-child(5):hover {
  transform: translateY(-14px);
}

.flow-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--gold-soft);
  color: #8a5a08;
  font-weight: 900;
}

.flow-step strong {
  display: block;
  margin: 18px 0 14px;
  color: var(--green-deep);
  font-size: 23px;
}

.flow-arrow {
  width: 42px;
  height: 2px;
  background: var(--green);
}

.flow-arrow::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  margin-top: -4px;
  margin-left: auto;
  border-top: 2px solid var(--green);
  border-right: 2px solid var(--green);
  transform: rotate(45deg);
}

.services-section {
  background:
    radial-gradient(circle at 82% 16%, rgba(237, 122, 88, 0.1), transparent 26%),
    linear-gradient(180deg, var(--paper), #f8fbff);
}

.service-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas:
    "exam room calendar"
    "canteen run checkin";
  gap: 14px;
}

.service-card:nth-child(1) {
  grid-area: exam;
}

.service-card:nth-child(2) {
  grid-area: room;
}

.service-card:nth-child(3) {
  grid-area: calendar;
}

.service-card:nth-child(4) {
  grid-area: canteen;
}

.service-card:nth-child(5) {
  grid-area: run;
}

.service-card:nth-child(6) {
  grid-area: checkin;
}

.service-card {
  min-height: 148px;
  padding: 20px;
}

.service-showcase,
.community-showcase {
  position: relative;
  z-index: 2;
  display: grid;
  align-self: center;
  gap: 16px;
  border: 1px solid rgba(79, 141, 114, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(236, 248, 241, 0.82)),
    linear-gradient(rgba(79, 141, 114, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(79, 141, 114, 0.08) 1px, transparent 1px);
  background-size: auto, 28px 28px, 28px 28px;
  box-shadow: 0 24px 62px rgba(33, 71, 55, 0.12);
  padding: 22px;
}

.service-showcase::before {
  content: "";
  position: absolute;
  right: 18px;
  bottom: 18px;
  width: 96px;
  height: 96px;
  border: 1px solid rgba(79, 141, 114, 0.16);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(145, 201, 168, 0.28), transparent 64%);
}

.service-showcase-head {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 12px;
}

.service-showcase-head img {
  width: 46px;
  height: 46px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(33, 71, 55, 0.12);
  object-fit: cover;
  padding: 3px;
}

.service-showcase-head strong,
.community-showcase strong {
  color: var(--green-deep);
  font-size: 19px;
  line-height: 1.35;
}

.service-showcase-head span,
.community-showcase p,
.service-showcase p {
  margin: 0;
  color: rgba(28, 42, 37, 0.68);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.65;
}

.service-mini-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.service-mini-grid span {
  min-height: 48px;
  border: 1px solid rgba(79, 141, 114, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.74);
  color: var(--green-deep);
  font-size: 14px;
  font-weight: 900;
  padding: 13px 14px;
}

.service-mini-grid span:nth-child(5) {
  grid-column: 1 / -1;
  background: linear-gradient(90deg, rgba(245, 182, 66, 0.2), rgba(255, 255, 255, 0.74));
}

.service-shot-strip {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.service-shot-strip img {
  height: 188px;
}

.service-timeline {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 8px;
}

.service-timeline span {
  display: block;
  height: 8px;
  border-radius: 999px;
  background: rgba(79, 141, 114, 0.14);
}

.service-timeline span:nth-child(1) {
  width: 72%;
  background: rgba(79, 141, 114, 0.34);
}

.service-timeline span:nth-child(2) {
  width: 88%;
}

.service-timeline span:nth-child(3) {
  width: 54%;
}

.community-showcase {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(244, 248, 255, 0.82)),
    linear-gradient(rgba(79, 141, 114, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(79, 141, 114, 0.06) 1px, transparent 1px);
  background-size: auto, 28px 28px, 28px 28px;
}

.community-showcase article {
  border: 1px solid rgba(79, 141, 114, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 14px 34px rgba(33, 71, 55, 0.08);
  padding: 16px;
}

.community-showcase > article:nth-child(2) {
  margin-left: 24px;
}

.community-showcase > article:nth-child(4) {
  margin-left: 12px;
  margin-right: 18px;
}

.community-phone-shell {
  justify-items: center;
  padding: 20px;
}

.community-phone-shell.liquid-glass-ready {
  --liquid-blur: 24px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.58), rgba(255, 255, 255, 0.16)),
    rgba(246, 252, 252, 0.22);
}

.community-phone-shell .iphone-demo {
  width: min(300px, 100%);
}

.community-showcase span {
  display: inline-flex;
  margin-bottom: 8px;
  border-radius: 999px;
  background: rgba(95, 143, 118, 0.12);
  color: var(--green-deep);
  font-size: 12px;
  font-weight: 900;
  padding: 5px 9px;
}

.community-showcase strong {
  display: block;
  margin-bottom: 5px;
}

.service-icon {
  display: inline-flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--green-deep);
  font-weight: 900;
  box-shadow: 0 12px 28px rgba(58, 74, 65, 0.1);
}

.service-card h3 {
  margin: 16px 0 8px;
}

.service-blue {
  background: linear-gradient(180deg, #fff, var(--blue-soft));
}

.service-green {
  background: linear-gradient(180deg, #fff, var(--mint));
}

.service-gold {
  background: linear-gradient(180deg, #fff, var(--gold-soft));
}

.service-coral {
  background: linear-gradient(180deg, #fff, #ffe4dc);
}

.service-mint {
  background: linear-gradient(180deg, #fff, #e8f7f0);
}

.service-ink {
  background: linear-gradient(180deg, #fff, #eef1f6);
}

.community-section {
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.7fr);
  background:
    radial-gradient(circle at 78% 16%, rgba(95, 143, 118, 0.12), transparent 26%),
    linear-gradient(180deg, #f5f8ff, #fffdf7);
}

.community-panel {
  max-width: 660px;
}

.feed-preview {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 14px;
}

.feed-preview article:nth-child(1) {
  margin-right: 42px;
}

.feed-preview article:nth-child(2) {
  margin-left: 34px;
}

.feed-preview article:nth-child(3) {
  margin-right: 18px;
}

.feed-preview article {
  padding: 22px;
}

.feed-dot {
  position: absolute;
  top: 22px;
  right: 22px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 7px rgba(245, 182, 66, 0.14);
}

.feed-preview strong {
  display: inline-flex;
  margin-bottom: 9px;
  border-radius: 999px;
  background: rgba(40, 117, 217, 0.1);
  color: #1f5fab;
  padding: 8px 12px;
}

.join-section {
  position: relative;
  display: grid;
  overflow: hidden;
  grid-template-columns: minmax(240px, 0.65fr) minmax(0, 1fr) 190px;
  align-items: center;
  gap: 34px;
  background:
    radial-gradient(circle at 18% 22%, rgba(40, 117, 217, 0.08), transparent 28%),
    linear-gradient(135deg, #fff8e9, #f2f9f4);
}

.join-art {
  position: relative;
  z-index: 2;
  min-height: 360px;
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 248, 233, 0.2)),
    url("./assets/浅色.png") 36% center / cover no-repeat;
  box-shadow: var(--shadow-strong);
}

.join-note {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-top: 24px;
  border: 1px solid rgba(79, 141, 114, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.64);
  padding: 14px;
}

.join-note span {
  min-width: max-content;
  border-radius: 999px;
  background: var(--mint);
  color: var(--green-deep);
  font-size: 13px;
  font-weight: 900;
  padding: 7px 10px;
}

.join-note p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}

.qr-panel {
  position: relative;
  z-index: 2;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
  padding: 14px;
  box-shadow: var(--shadow);
}

.ai-section {
  color: #f6fff9;
  background:
    radial-gradient(circle at 72% 22%, rgba(95, 143, 118, 0.2), transparent 28%),
    linear-gradient(135deg, #050707 0%, #08120e 48%, #000 100%);
}

.ai-inner {
  display: grid;
  max-width: 1120px;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.72fr);
  align-items: center;
  gap: clamp(36px, 7vw, 98px);
}

.ai-copy {
  position: relative;
  z-index: 2;
}

.ai-link {
  margin-top: 28px;
}

.ai-grid {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(rgba(145, 201, 168, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(145, 201, 168, 0.08) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.24), black 42%, rgba(0, 0, 0, 0.58));
  animation: ai-grid-drift 13s linear infinite;
}

.ai-section .eyebrow {
  border-color: rgba(145, 201, 168, 0.26);
  background: rgba(8, 18, 14, 0.72);
  color: #cfe7d8;
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.32);
}

.ai-section .eyebrow::before {
  background: #91c9a8;
  box-shadow: 0 0 0 4px rgba(145, 201, 168, 0.14), 0 0 22px rgba(145, 201, 168, 0.42);
}

.ai-section h2 {
  color: #f8fff9;
  text-shadow: 0 0 30px rgba(145, 201, 168, 0.2);
}

.ai-section p:not(.eyebrow) {
  color: rgba(232, 244, 237, 0.76);
}

.ai-section .ai-points span {
  border-color: rgba(145, 201, 168, 0.22);
  background: rgba(255, 255, 255, 0.05);
  color: #dff3e9;
  box-shadow: inset 0 0 24px rgba(145, 201, 168, 0.04);
}

.ai-section .primary-link {
  background: linear-gradient(135deg, #dff3e9, #91c9a8);
  color: #07120e;
  box-shadow: 0 18px 44px rgba(145, 201, 168, 0.22);
}

.ai-visual {
  position: relative;
  z-index: 2;
  min-height: 430px;
  border: 1px solid rgba(145, 201, 168, 0.18);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02)),
    rgba(3, 8, 6, 0.76);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.42), inset 0 0 0 1px rgba(255, 255, 255, 0.04);
  overflow: hidden;
}

.ai-visual::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(145, 201, 168, 0.14);
  border-radius: 8px;
  background:
    linear-gradient(rgba(145, 201, 168, 0.1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(145, 201, 168, 0.1) 1px, transparent 1px);
  background-size: 32px 32px;
  opacity: 0.64;
}

.ai-core {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  width: 128px;
  height: 128px;
  place-items: center;
  border: 1px solid rgba(145, 201, 168, 0.42);
  border-radius: 28px;
  background: rgba(7, 18, 14, 0.9);
  color: #e7fff1;
  font-weight: 900;
  box-shadow: 0 0 44px rgba(145, 201, 168, 0.22), inset 0 0 34px rgba(145, 201, 168, 0.08);
  transform: translate(-50%, -50%) rotate(45deg);
  animation: ai-core-pulse 3.2s ease-in-out infinite;
}

.ai-core span {
  transform: rotate(-45deg);
}

.ai-line {
  position: absolute;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(145, 201, 168, 0.88), transparent);
  opacity: 0.72;
  transform-origin: center;
}

.line-a {
  top: 33%;
  left: 10%;
  width: 78%;
  animation: ai-line-scan 3.8s ease-in-out infinite;
}

.line-b {
  top: 56%;
  left: -3%;
  width: 68%;
  transform: rotate(90deg);
  animation: ai-line-scan 4.4s ease-in-out infinite reverse;
}

.line-c {
  right: -6%;
  bottom: 27%;
  width: 64%;
  transform: rotate(-34deg);
  animation: ai-line-scan 4.8s ease-in-out infinite;
}

.ai-console {
  position: absolute;
  right: 24px;
  bottom: 24px;
  left: 24px;
  border: 1px solid rgba(145, 201, 168, 0.18);
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.44);
  backdrop-filter: blur(12px);
  padding: 18px;
}

.ai-console span,
.ai-console strong,
.ai-console p {
  display: block;
}

.ai-console span {
  color: rgba(145, 201, 168, 0.72);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.ai-console strong {
  margin-top: 8px;
  color: #f8fff9;
  font-size: 18px;
  line-height: 1.5;
}

.ai-console p {
  margin: 10px 0 0;
  color: rgba(232, 244, 237, 0.58);
  font-size: 13px;
  font-weight: 800;
}

.site-footer {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(260px, 0.9fr);
  gap: 24px 42px;
  overflow: hidden;
  padding: 44px max(28px, calc((100vw - 1120px) / 2)) 38px;
  background:
    radial-gradient(circle at 18% 18%, rgba(145, 201, 168, 0.22), transparent 32%),
    radial-gradient(circle at 78% 22%, rgba(245, 182, 66, 0.2), transparent 30%),
    linear-gradient(145deg, #13211a 0%, #172033 58%, #080b12 100%);
  color: #fff;
}

.footer-apple-credit {
  position: relative;
  z-index: 1;
  grid-column: 1 / -1;
  margin: 0;
  color: rgba(255, 255, 255, 0.52);
  font-size: 11px;
  line-height: 1.6;
}

.site-footer::before {
  content: "";
  position: absolute;
  inset: 14px max(20px, calc((100vw - 1160px) / 2)) 14px;
  pointer-events: none;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 10px;
  background:
    linear-gradient(rgba(145, 201, 168, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(145, 201, 168, 0.08) 1px, transparent 1px);
  background-size: 38px 38px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.9), transparent 86%);
}

.screen {
  min-height: 100svh;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

.band.screen,
.services-section.screen,
.ai-section.screen {
  display: grid;
  align-content: center;
}

.screen .section-heading,
.screen .feature-copy,
.screen .customize-copy,
.screen .customize-poster,
.screen:not(.join-section) .iphone-demo,
.screen .service-showcase,
.screen .community-showcase,
.screen:not(.join-section) .join-copy,
.screen:not(.join-section) .qr-panel,
.screen .ai-copy,
.screen .ai-visual,
.screen .pain-item,
.screen .service-card,
.screen .flow-step,
.screen .customize-points article,
.screen .community-tags span {
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 0.62s ease,
    transform 0.62s cubic-bezier(0.16, 0.84, 0.28, 1),
    box-shadow 0.22s ease,
    border-color 0.22s ease,
    background-color 0.22s ease;
  will-change: opacity, transform;
}

.screen.is-visible .section-heading,
.screen.is-visible .feature-copy,
.screen.is-visible .customize-copy,
.screen.is-visible .customize-poster,
.screen.is-visible:not(.join-section) .iphone-demo,
.screen.is-visible .service-showcase,
.screen.is-visible .community-showcase,
.screen.is-visible:not(.join-section) .join-copy,
.screen.is-visible:not(.join-section) .qr-panel,
.screen.is-visible .ai-copy,
.screen.is-visible .ai-visual,
.screen.is-visible .pain-item,
.screen.is-visible .service-card,
.screen.is-visible .flow-step,
.screen.is-visible .customize-points article,
.screen.is-visible .community-tags span {
  opacity: 1;
  transform: translateY(0);
}

.screen.is-visible .pain-item:nth-child(2),
.screen.is-visible .service-card:nth-child(2),
.screen.is-visible .flow-step:nth-child(3),
.screen.is-visible .customize-points article:nth-child(2),
.screen.is-visible .community-tags span:nth-child(2) {
  transition-delay: 0.06s;
}

.screen.is-visible .pain-item:nth-child(3),
.screen.is-visible .service-card:nth-child(3),
.screen.is-visible .flow-step:nth-child(5),
.screen.is-visible .customize-points article:nth-child(3),
.screen.is-visible .community-tags span:nth-child(3) {
  transition-delay: 0.12s;
}

.screen.is-visible .pain-item:nth-child(4),
.screen.is-visible .service-card:nth-child(4),
.screen.is-visible .community-tags span:nth-child(4) {
  transition-delay: 0.18s;
}

.screen.is-visible .service-card:nth-child(5),
.screen.is-visible .community-tags span:nth-child(5) {
  transition-delay: 0.24s;
}

.screen.is-visible .service-card:nth-child(6),
.screen.is-visible .community-tags span:nth-child(6) {
  transition-delay: 0.3s;
}

.feature-section.screen,
.customize-section.screen,
.join-section.screen {
  align-content: center;
}

.screen-dots {
  position: fixed;
  z-index: 30;
  top: 50%;
  right: 22px;
  display: grid;
  gap: 10px;
  transform: translateY(-50%);
}

.screen-dots a {
  width: 9px;
  height: 9px;
  border: 1px solid rgba(33, 71, 55, 0.42);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 8px 20px rgba(33, 71, 55, 0.16);
  transition: transform 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

.screen-dots a.active {
  border-color: var(--green-deep);
  background: var(--green-deep);
  transform: scale(1.45);
}

.tech-frame {
  position: absolute;
  inset: 92px max(28px, calc((100vw - 1120px) / 2)) 32px;
  z-index: 1;
  pointer-events: none;
  border: 1px solid rgba(79, 141, 114, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(rgba(79, 141, 114, 0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(79, 141, 114, 0.12) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: linear-gradient(90deg, black 0%, rgba(0, 0, 0, 0.56) 55%, transparent 100%);
}

.tech-frame::before,
.tech-frame::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(245, 182, 66, 0.9), transparent);
}

.tech-frame::before {
  top: 28%;
  animation: scan-line-x 5.4s linear infinite;
}

.tech-frame::after {
  bottom: 22%;
  animation: scan-line-x 6.4s linear infinite reverse;
}

.mascot-bubble {
  position: absolute;
  z-index: 4;
  right: max(28px, calc((100vw - 1120px) / 2));
  bottom: 38px;
  display: inline-flex;
  max-width: 290px;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 18px 48px rgba(33, 71, 55, 0.14);
  backdrop-filter: blur(14px);
  padding: 10px 12px;
}

.mascot-bubble img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  object-fit: cover;
}

.mascot-bubble span {
  color: var(--green-deep);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.45;
}

.hero-section.screen {
  min-height: 100svh;
  padding-top: 116px;
  padding-bottom: 40px;
}

.hero-section.screen .hero-content {
  max-width: 650px;
}

.hero-section.screen .hero-content h1 {
  font-size: clamp(58px, 7.6vw, 96px);
}

.hero-section.screen .hero-copy {
  max-width: 560px;
}

.hero-section.screen .hero-lede {
  font-size: clamp(24px, 3.2vw, 40px);
}

.hero-section.screen .hero-actions {
  margin-top: 26px;
}

.hero-section.screen .hero-proof {
  margin-top: 20px;
}

.hero-section.screen .hero-scan {
  bottom: 114px;
}

.intro-band.screen,
.share-section.screen,
.services-section.screen,
.community-section.screen,
.join-section.screen,
.ai-section.screen,
.schedule-section.screen {
  padding-top: 94px;
  padding-bottom: 36px;
}

.screen .section-heading {
  margin-bottom: 22px;
}

.screen .section-heading h2,
.screen .feature-copy h2,
.screen .community-panel h2,
.screen .join-copy h2,
.screen .ai-inner h2 {
  font-size: clamp(30px, 4vw, 48px);
}

.screen .section-heading p:not(.eyebrow),
.screen .feature-copy p,
.screen .community-panel p,
.screen .join-copy p,
.screen .ai-inner p:not(.eyebrow) {
  font-size: 17px;
}

.screen .pain-item,
.screen .service-card {
  min-height: 138px;
}

.screen .pain-item {
  padding: 20px;
}

.screen .service-card {
  min-height: 148px;
}

.screen .phone-preview {
  min-height: 500px;
}

.screen .iphone-demo {
  width: min(420px, 30vw);
}

.screen .iphone-demo-small {
  width: min(380px, 28vw);
}

.screen .join-phone {
  width: min(350px, 25vw);
}

.screen .schedule-grid-mini {
  grid-auto-rows: 60px;
}

.screen .join-art {
  min-height: 330px;
}

.screen .qr-panel {
  align-self: center;
}

.screen .flow-step {
  min-height: 158px;
}

.site-footer-main,
.footer-links,
.footer-meta,
.footer-records,
.footer-top {
  position: relative;
  z-index: 1;
}

.site-footer-main {
  display: grid;
  gap: 6px;
}

.footer-mark {
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.9);
  object-fit: cover;
  padding: 4px;
}

.site-footer-main strong {
  margin-top: 8px;
  font-size: clamp(26px, 3vw, 38px);
  letter-spacing: 0;
}

.site-footer-main span {
  max-width: 520px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 15px;
  line-height: 1.7;
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  align-items: center;
  align-self: center;
  gap: 12px;
}

.footer-links a,
.footer-top {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #f7ffe9;
  font-weight: 800;
  text-align: center;
  transition: transform 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}

.footer-links a {
  height: 52px;
}

.footer-links a:hover,
.footer-top:hover {
  border-color: rgba(245, 182, 66, 0.7);
  background: rgba(245, 182, 66, 0.12);
  transform: translateY(-2px);
}

.footer-meta {
  max-width: 780px;
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.8;
}

.footer-records {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 18px;
  padding-top: 2px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 12px;
  line-height: 1.7;
}

.footer-records a {
  color: rgba(255, 255, 255, 0.78);
  text-decoration: underline;
  text-decoration-color: rgba(255, 255, 255, 0.34);
  text-underline-offset: 4px;
}

.footer-records a:hover {
  color: var(--gold-soft);
  text-decoration-color: currentColor;
}

.footer-filings {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 0 8px;
}

.footer-top {
  width: max-content;
  min-width: 132px;
  padding: 0 18px;
  color: var(--gold-soft);
}

body.legal-page {
  min-height: 100vh;
  background:
    radial-gradient(circle at 14% 12%, rgba(145, 201, 168, 0.28), transparent 28%),
    radial-gradient(circle at 88% 8%, rgba(245, 182, 66, 0.18), transparent 24%),
    linear-gradient(180deg, #f5fbf7 0%, #eef7f2 46%, #fdf8ec 100%);
}

.legal-header {
  position: sticky;
  z-index: 20;
  top: 16px;
  display: flex;
  width: min(1120px, calc(100% - 32px));
  height: 64px;
  align-items: center;
  justify-content: space-between;
  border: 1px solid rgba(79, 141, 114, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 18px 48px rgba(33, 71, 55, 0.12);
  backdrop-filter: blur(18px);
  margin: 0 auto;
  padding: 0 12px 0 16px;
}

.legal-shell {
  width: min(920px, calc(100% - 32px));
  margin: 0 auto;
  padding: 64px 0 84px;
}

.legal-card {
  border: 1px solid rgba(79, 141, 114, 0.14);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 30px 80px rgba(33, 71, 55, 0.12);
  backdrop-filter: blur(16px);
  padding: clamp(24px, 5vw, 54px);
}

.legal-card h1 {
  margin: 8px 0 10px;
  color: var(--ink);
  font-size: clamp(36px, 6vw, 58px);
  letter-spacing: 0;
}

.legal-updated {
  margin: 0;
  color: rgba(28, 42, 37, 0.58);
  font-size: 14px;
  font-weight: 800;
}

.legal-meta-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin-bottom: 30px;
}

.legal-intro {
  display: grid;
  gap: 12px;
  border: 1px solid rgba(79, 141, 114, 0.14);
  border-radius: 8px;
  background: rgba(244, 250, 246, 0.74);
  padding: 18px;
}

.legal-intro p {
  margin: 0;
  color: rgba(28, 42, 37, 0.78);
  font-size: 16px;
  font-weight: 750;
  line-height: 1.85;
}

.legal-section {
  border-top: 1px solid rgba(79, 141, 114, 0.14);
  padding: 24px 0 0;
  margin-top: 24px;
}

.legal-section h2 {
  margin: 0 0 12px;
  color: var(--green-deep);
  font-size: 22px;
}

.legal-section p,
.legal-section li {
  color: rgba(28, 42, 37, 0.78);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.85;
}

.legal-section p {
  margin: 0 0 12px;
}

.legal-section ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding-left: 1.2em;
}

.legal-back {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--green-deep);
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  padding: 0 18px;
}

body.recruit-page {
  min-height: 100vh;
  background:
    radial-gradient(circle at 18% 10%, rgba(40, 117, 217, 0.16), transparent 30%),
    radial-gradient(circle at 86% 12%, rgba(245, 182, 66, 0.22), transparent 27%),
    radial-gradient(circle at 68% 82%, rgba(79, 141, 114, 0.18), transparent 32%),
    linear-gradient(180deg, #f7fcf8 0%, #fffdf7 46%, #f2f8f4 100%);
}

.recruit-header {
  gap: 16px;
}

.recruit-header-actions {
  display: inline-flex;
  flex: 0 0 auto;
  gap: 10px;
}

.recruit-mail-link {
  background: linear-gradient(135deg, var(--green-deep), #32694f);
}

.recruit-home-link {
  border: 1px solid rgba(33, 71, 55, 0.14);
  background: rgba(255, 255, 255, 0.76);
  color: var(--green-deep);
}

.recruit-shell {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  padding: 56px 0 88px;
}

.recruit-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  align-items: end;
  gap: 34px;
  overflow: hidden;
  min-height: 560px;
  border: 1px solid rgba(79, 141, 114, 0.16);
  border-radius: 12px;
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.64)),
    url("./assets/浅色.png") center / cover no-repeat;
  box-shadow: 0 30px 90px rgba(33, 71, 55, 0.14);
  padding: clamp(28px, 5vw, 58px);
}

.recruit-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 253, 247, 0.95), rgba(255, 253, 247, 0.72) 52%, rgba(255, 253, 247, 0.12)),
    linear-gradient(rgba(79, 141, 114, 0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(79, 141, 114, 0.1) 1px, transparent 1px);
  background-size: auto, 44px 44px, 44px 44px;
}

.recruit-hero-copy,
.recruit-contact-card {
  position: relative;
  z-index: 1;
}

.recruit-hero h1 {
  max-width: 780px;
  margin: 0;
  color: #0d1b34;
  font-size: clamp(42px, 7vw, 82px);
  line-height: 1.02;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.recruit-hero-copy p:not(.eyebrow) {
  max-width: 640px;
  margin: 22px 0 0;
  color: #2f3b4b;
  font-size: clamp(17px, 2.2vw, 22px);
  font-weight: 750;
  line-height: 1.75;
}

.recruit-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.recruit-contact-card {
  display: grid;
  gap: 12px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 24px 70px rgba(33, 71, 55, 0.16);
  backdrop-filter: blur(18px);
  padding: 24px;
}

.recruit-logo {
  width: 62px;
  height: 62px;
  border-radius: 18px;
  background: #fff;
  object-fit: cover;
  padding: 6px;
  box-shadow: 0 14px 28px rgba(33, 71, 55, 0.14);
}

.recruit-contact-card strong {
  color: var(--green-deep);
  font-size: 24px;
  line-height: 1.25;
}

.recruit-contact-card span {
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
}

.recruit-contact-card a {
  width: fit-content;
  border-bottom: 2px solid rgba(245, 182, 66, 0.72);
  color: #0d1b34;
  font-size: 20px;
  font-weight: 900;
  overflow-wrap: anywhere;
}

.recruit-section {
  padding: 76px 0 0;
}

.recruit-role-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.recruit-role-card {
  position: relative;
  overflow: hidden;
  min-height: 260px;
  border: 1px solid rgba(79, 141, 114, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 18px 50px rgba(33, 71, 55, 0.1);
  padding: 22px;
}

.recruit-role-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-top: 4px solid var(--gold);
  background: linear-gradient(180deg, rgba(245, 182, 66, 0.1), transparent 38%);
  pointer-events: none;
}

.recruit-role-card span {
  position: relative;
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  border-radius: 999px;
  background: rgba(79, 141, 114, 0.12);
  color: var(--green-deep);
  font-size: 13px;
  font-weight: 900;
  padding: 0 12px;
}

.recruit-role-card h3 {
  position: relative;
  margin: 26px 0 12px;
  color: var(--ink);
  font-size: 25px;
  line-height: 1.25;
}

.recruit-role-card p {
  position: relative;
  margin: 0;
  color: rgba(28, 42, 37, 0.74);
  font-size: 15px;
  font-weight: 750;
  line-height: 1.75;
}

.recruit-apply {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
  margin-top: 72px;
  border: 1px solid rgba(79, 141, 114, 0.16);
  border-radius: 10px;
  background:
    radial-gradient(circle at 88% 18%, rgba(245, 182, 66, 0.2), transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(246, 251, 247, 0.78));
  box-shadow: 0 24px 70px rgba(33, 71, 55, 0.12);
  padding: clamp(24px, 4vw, 42px);
}

.recruit-apply h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(28px, 4vw, 46px);
  line-height: 1.18;
}

.recruit-apply p:not(.eyebrow) {
  max-width: 680px;
  margin: 14px 0 0;
  color: rgba(28, 42, 37, 0.72);
  font-size: 16px;
  font-weight: 750;
  line-height: 1.8;
}

.iphone-demo {
  position: relative;
  z-index: 2;
  width: min(340px, 30vw);
  margin-inline: auto;
  justify-self: center;
}

.iphone-demo-small {
  width: min(312px, 28vw);
}

.join-phone {
  width: min(272px, 24vw);
}

.iphone-frame {
  position: relative;
  aspect-ratio: 430 / 876;
  border: 1px solid rgba(255, 255, 255, 0.36);
  border-radius: 54px;
  background:
    linear-gradient(135deg, #c1b7a8 0%, #857b72 38%, #d2c7b6 62%, #655d56 100%);
  box-shadow:
    0 34px 86px rgba(24, 38, 33, 0.28),
    inset 0 0 0 2px rgba(255, 255, 255, 0.18),
    inset 0 0 0 7px rgba(23, 26, 30, 0.82);
  padding: 12px;
}

.iphone-frame::before,
.iphone-frame::after {
  content: "";
  position: absolute;
  left: -4px;
  width: 3px;
  border-radius: 999px;
  background: linear-gradient(180deg, #82786f, #beb4a5);
}

.iphone-frame::before {
  top: 154px;
  height: 72px;
}

.iphone-frame::after {
  top: 244px;
  height: 96px;
}

.iphone-screen {
  position: relative;
  height: 100%;
  overflow: hidden;
  border: 8px solid #111418;
  border-radius: 42px;
  background:
    radial-gradient(circle at 28% 7%, rgba(245, 182, 66, 0.24), transparent 28%),
    linear-gradient(180deg, #f9fff9 0%, #f1f8f3 56%, #fff7e7 100%);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.08),
    inset 0 14px 28px rgba(0, 0, 0, 0.16);
}

.dynamic-island {
  position: absolute;
  z-index: 6;
  top: 13px;
  left: 50%;
  width: 118px;
  height: 34px;
  border-radius: 999px;
  background: #050607;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.42);
  transform: translateX(-50%);
}

.iphone-screen::after {
  content: "";
  position: absolute;
  z-index: 6;
  bottom: 9px;
  left: 50%;
  width: 122px;
  height: 5px;
  border-radius: 999px;
  background: rgba(18, 28, 24, 0.44);
  transform: translateX(-50%);
}

.real-shot-screen .dynamic-island {
  display: none;
}

.real-shot-screen::after {
  content: none;
}

.phone-slider {
  --slide-index: 0;
  display: flex;
  height: 100%;
  cursor: grab;
  touch-action: pan-y;
  transition: transform 0.42s cubic-bezier(0.2, 0.82, 0.22, 1);
  transform: translateX(calc(var(--slide-index) * -100%));
  overscroll-behavior-x: contain;
  user-select: none;
  -webkit-user-select: none;
  will-change: transform;
}

.phone-slider.is-dragging {
  cursor: grabbing;
  transition: none;
}

.mini-screen {
  flex: 0 0 100%;
  min-width: 0;
  overflow: hidden;
  padding: 50px 13px 28px;
  color: #172033;
}

.mini-screen.device-shot {
  display: grid;
  place-items: stretch;
  padding: 0;
  background:
    linear-gradient(180deg, #f7fcf9 0%, #edf8f7 52%, #f5f8ff 100%);
}

.mini-screen.device-shot img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: top center;
  background:
    linear-gradient(180deg, #f8fcfb 0%, #eef7f8 100%);
  -webkit-user-drag: none;
  pointer-events: none;
  user-select: none;
}

.mini-status,
.mini-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mini-status {
  height: 18px;
  color: rgba(23, 32, 51, 0.66);
  font-size: 10px;
  font-weight: 800;
}

.mini-nav {
  height: 36px;
  margin-top: 3px;
  color: var(--green-deep);
}

.mini-nav strong {
  font-size: 15px;
}

.mini-nav-left {
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.74);
  color: #557064;
  font-size: 10px;
  font-weight: 800;
  padding: 5px 8px;
}

.mini-nav-dot {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: linear-gradient(135deg, #f5b642, #65a884);
  box-shadow: 0 6px 16px rgba(79, 141, 114, 0.18);
}

.mini-week-card,
.mini-guide-card,
.mini-service-hero,
.mini-composer,
.mini-feed-card,
.mini-detail-hero,
.mini-exam-card,
.mini-post-detail {
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 14px 28px rgba(44, 66, 55, 0.11);
  padding: 12px;
}

.mini-week-card span,
.mini-guide-card small,
.mini-detail-hero small,
.mini-exam-card small,
.mini-feed-card small,
.mini-post-detail small {
  color: var(--green);
  font-size: 10px;
  font-weight: 900;
}

.mini-week-card strong,
.mini-week-card p,
.mini-guide-card h3,
.mini-guide-card p,
.mini-service-hero h3,
.mini-service-hero p,
.mini-feed-card h3,
.mini-feed-card p,
.mini-detail-hero h3,
.mini-detail-hero p,
.mini-post-detail h3,
.mini-post-detail p {
  margin: 0;
}

.mini-week-card strong {
  display: block;
  margin-top: 6px;
  font-size: 17px;
}

.mini-week-card p,
.mini-guide-card p,
.mini-service-hero p,
.mini-feed-card p,
.mini-detail-hero p,
.mini-post-detail p {
  margin-top: 6px;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.45;
}

.mini-week-tabs,
.mini-channel-tabs,
.mini-room-row {
  display: flex;
  gap: 6px;
  margin: 10px 0;
  overflow: hidden;
}

.mini-week-tabs span,
.mini-week-tabs strong,
.mini-channel-tabs span,
.mini-channel-tabs strong,
.mini-room-row span {
  flex: 1;
  min-width: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.7);
  color: #607267;
  font-size: 10px;
  font-style: normal;
  font-weight: 800;
  text-align: center;
  padding: 7px 5px;
}

.mini-week-tabs strong,
.mini-channel-tabs strong,
.mini-room-row span:first-child {
  background: var(--green-deep);
  color: #fff;
}

.mini-timetable {
  display: grid;
  grid-template-columns: 28px repeat(5, minmax(0, 1fr));
  grid-auto-rows: 28px;
  gap: 5px;
}

.mini-timetable b,
.mini-timetable em,
.mini-timetable span,
.mini-timetable .course {
  display: flex;
  min-width: 0;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  font-size: 9px;
  font-style: normal;
  font-weight: 800;
  text-align: center;
}

.mini-timetable b,
.mini-timetable em,
.mini-timetable span {
  background: rgba(255, 255, 255, 0.58);
  color: #7b887f;
}

.mini-timetable .course {
  align-items: flex-start;
  justify-content: flex-start;
  color: #203327;
  line-height: 1.25;
  padding: 6px;
}

.course.green,
.mini-checkin-card {
  background: #dff3e9;
}

.course.blue,
.mini-exam-card {
  background: #e5f1ff;
}

.course.gold,
.mini-invite {
  background: #fff0bf;
}

.course.coral {
  background: #ffe4dc;
}

.mini-detail-list,
.mini-member-list,
.mini-classroom-list,
.mini-comment-list,
.mini-stack-courses {
  display: grid;
  gap: 8px;
  margin-top: 10px;
}

.mini-detail-list p,
.mini-member-list p,
.mini-classroom-list p,
.mini-comment-list p,
.mini-stack-courses p {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin: 0;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.74);
  color: #314137;
  font-size: 11px;
  line-height: 1.35;
  padding: 10px;
}

.mini-detail-list span,
.mini-member-list span,
.mini-classroom-list span,
.mini-comment-list span,
.mini-stack-courses i {
  color: var(--muted);
  font-style: normal;
  font-weight: 700;
}

.mini-settings-grid,
.mini-tool-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-top: 10px;
}

.mini-settings-grid span,
.mini-tool-grid span {
  border-radius: 12px;
  background: rgba(79, 141, 114, 0.11);
  color: var(--green-deep);
  font-size: 11px;
  font-weight: 900;
  text-align: center;
  padding: 11px 8px;
}

.mini-guide-card h3,
.mini-detail-hero h3,
.mini-service-hero h3,
.mini-feed-card h3,
.mini-post-detail h3 {
  margin-top: 5px;
  font-size: 16px;
}

.mini-invite,
.mini-free-board,
.mini-checkin-card {
  display: grid;
  gap: 5px;
  margin-top: 10px;
  border-radius: 16px;
  color: #553f09;
  padding: 12px;
}

.mini-invite strong {
  font-size: 24px;
  letter-spacing: 0;
}

.mini-free-board {
  background: #e5f1ff;
  color: #1f5fab;
}

.mini-free-board span,
.mini-checkin-card span {
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.68);
  font-size: 11px;
  font-weight: 800;
  padding: 7px 9px;
}

.mini-service-hero {
  background: linear-gradient(135deg, rgba(223, 243, 233, 0.92), rgba(255, 240, 191, 0.82));
}

.mini-tool-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mini-exam-card {
  display: grid;
  gap: 6px;
}

.mini-exam-card strong {
  font-size: 19px;
}

.mini-exam-card span {
  color: #1f5fab;
  font-size: 11px;
  font-weight: 800;
}

.mini-composer {
  background: linear-gradient(135deg, #fff, #fff0bf);
}

.mini-composer strong,
.mini-composer span {
  display: block;
}

.mini-composer strong {
  color: var(--green-deep);
}

.mini-composer span {
  margin-top: 5px;
  color: var(--muted);
  font-size: 11px;
}

.mini-feed-card {
  margin-top: 9px;
}

.mini-feed-card div {
  display: flex;
  gap: 6px;
  margin-top: 10px;
}

.mini-feed-card div span {
  border-radius: 999px;
  background: rgba(79, 141, 114, 0.1);
  color: var(--green-deep);
  font-size: 10px;
  font-weight: 800;
  padding: 6px 8px;
}

.mini-feed-card.slim {
  padding-block: 10px;
}

.mini-comment-list p {
  display: grid;
  justify-content: stretch;
}

.phone-dots {
  display: flex;
  justify-content: center;
  gap: 7px;
  margin-top: 12px;
}

.phone-dots span {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: rgba(33, 71, 55, 0.25);
  transition: width 0.2s ease, background-color 0.2s ease;
}

.phone-dots span.is-active {
  width: 20px;
  background: var(--green-deep);
}

.phone-hint {
  margin: 8px 0 0;
  color: var(--green-deep);
  font-size: 12px;
  font-weight: 800;
  text-align: center;
}

.share-layout,
.services-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(380px, 0.7fr);
  align-items: center;
  gap: clamp(26px, 5vw, 72px);
}

.share-layout .section-heading.compact {
  margin: 0;
  text-align: left;
}

.share-layout .share-flow {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 24px;
}

.share-layout .flow-step,
.share-layout .flow-step:nth-child(1),
.share-layout .flow-step:nth-child(3),
.share-layout .flow-step:nth-child(5),
.share-layout .flow-step:hover {
  min-height: 158px;
  transform: none;
}

.services-layout .section-heading {
  margin-bottom: 18px;
}

.iphone-screen {
  background: linear-gradient(180deg, #eef8f2 0%, #fbfdfa 48%, #f3faf6 100%);
}

.mini-screen {
  background: linear-gradient(180deg, #eef8f2 0%, #fbfdfa 48%, #f3faf6 100%);
  color: #24342d;
}

.mini-nav {
  margin: 2px -2px 10px;
}

.mini-nav strong {
  color: #050505;
  font-weight: 900;
}

.mini-nav-left {
  background: transparent;
  color: #5f8f76;
  font-size: 13px;
  padding: 0;
}

.mini-nav-dot {
  width: 24px;
  height: 18px;
  border-radius: 999px;
  background:
    radial-gradient(circle at 7px 50%, #5f8f76 0 2px, transparent 3px),
    radial-gradient(circle at 12px 50%, #5f8f76 0 2px, transparent 3px),
    radial-gradient(circle at 17px 50%, #5f8f76 0 2px, transparent 3px),
    rgba(255, 255, 255, 0.68);
  box-shadow: none;
}

.mini-notice {
  display: flex;
  align-items: center;
  gap: 7px;
  min-height: 38px;
  margin-bottom: 7px;
  border-radius: 12px;
  background: rgba(235, 247, 240, 0.94);
  color: #50675b;
  box-shadow: 0 4px 9px rgba(68, 107, 84, 0.08);
  padding: 6px 9px;
}

.mini-notice i {
  position: relative;
  width: 17px;
  height: 16px;
  border-radius: 9px 9px 4px 4px;
  background: #5f8f76;
}

.mini-notice i::before,
.mini-notice i::after {
  content: "";
  position: absolute;
  background: #5f8f76;
}

.mini-notice i::before {
  left: 6px;
  top: -4px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
}

.mini-notice i::after {
  left: 5px;
  bottom: -4px;
  width: 7px;
  height: 4px;
  border-radius: 0 0 8px 8px;
}

.mini-notice strong {
  color: #24342d;
  font-size: 11px;
  white-space: nowrap;
}

.mini-notice span {
  min-width: 0;
  flex: 1;
  overflow: hidden;
  font-size: 10px;
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mini-notice b {
  width: 8px;
  height: 8px;
  border-top: 2px solid #8aa795;
  border-right: 2px solid #8aa795;
  transform: rotate(45deg);
}

.mini-today-line {
  margin: 0 auto 7px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.68);
  color: #5f8f76;
  font-size: 11px;
  font-weight: 900;
  text-align: center;
  box-shadow: 0 4px 11px rgba(68, 107, 84, 0.08);
  padding: 6px 9px;
}

.mini-week-tabs {
  margin: 6px -1px 8px;
}

.mini-week-tabs span,
.mini-week-tabs strong {
  background: rgba(255, 255, 255, 0.72);
  color: #61756b;
  box-shadow: 0 4px 10px rgba(55, 79, 66, 0.05);
}

.mini-week-tabs strong {
  background: #5f8f76;
  color: #fff;
  box-shadow: 0 5px 12px rgba(95, 143, 118, 0.2);
}

.mini-timetable {
  grid-template-columns: 31px repeat(5, minmax(0, 1fr));
  grid-auto-rows: 34px;
  gap: 4px;
}

.mini-timetable b {
  background: rgba(255, 255, 255, 0.62);
  color: #24342d;
}

.mini-timetable em {
  display: grid;
  background: rgba(255, 255, 255, 0.54);
  color: #718177;
  line-height: 1.12;
}

.mini-timetable .course {
  border: 1px solid rgba(255, 255, 255, 0.74);
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.82);
  color: #24342d;
  box-shadow: 0 5px 14px rgba(55, 79, 66, 0.06);
  font-size: 8px;
  font-weight: 900;
}

.mini-timetable .course.green {
  background: linear-gradient(180deg, rgba(223, 243, 233, 0.98), #f7fffa);
  border-left: 3px solid #5f8f76;
}

.mini-timetable .course.blue {
  background: linear-gradient(180deg, rgba(229, 241, 255, 0.98), #f8fbff);
  border-left: 3px solid #7fb7b0;
}

.mini-timetable .course.gold {
  background: linear-gradient(180deg, rgba(255, 240, 191, 0.96), #fffdf2);
  border-left: 3px solid #c5a95d;
}

.mini-timetable .course.coral {
  background: linear-gradient(180deg, rgba(255, 228, 220, 0.96), #fff9f6);
  border-left: 3px solid #c98370;
}

.mini-detail-hero,
.mini-guide-card,
.mini-service-hero,
.mini-feed-hero,
.mini-feed-card,
.mini-post-detail {
  border-radius: 15px;
  border: 1px solid rgba(255, 255, 255, 0.78);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 6px 15px rgba(55, 79, 66, 0.07);
}

.mini-detail-hero {
  background: linear-gradient(135deg, rgba(95, 143, 118, 0.12), rgba(255, 255, 255, 0.88));
}

.mini-detail-list p,
.mini-member-list p,
.mini-classroom-list p,
.mini-comment-list p,
.mini-stack-courses p {
  background: rgba(255, 255, 255, 0.9);
  box-shadow: inset 0 0 0 1px rgba(129, 150, 138, 0.1);
}

.mini-guide-card {
  background: linear-gradient(135deg, rgba(95, 143, 118, 0.12), rgba(236, 248, 241, 0.92));
  box-shadow: inset 0 0 0 1px rgba(95, 143, 118, 0.08);
}

.mini-guide-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8px;
}

.mini-guide-head h3 {
  margin: 0;
  color: #2f6f4d;
  font-size: 15px;
}

.mini-guide-head span {
  border-radius: 999px;
  background: #fff;
  color: #5f8f76;
  font-size: 10px;
  font-weight: 900;
  box-shadow: 0 4px 9px rgba(55, 79, 66, 0.08);
  padding: 5px 9px;
}

.mini-switch-card {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 4px;
  margin-top: 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 6px 15px rgba(55, 79, 66, 0.065);
  padding: 4px;
}

.mini-switch-card strong,
.mini-switch-card span {
  border-radius: 999px;
  color: #6d7d73;
  font-size: 10px;
  font-weight: 900;
  text-align: center;
  padding: 8px 4px;
}

.mini-switch-card strong {
  background: #5f8f76;
  color: #fff;
  box-shadow: 0 5px 12px rgba(95, 143, 118, 0.2);
}

.mini-invite {
  background: #f4fbf6;
  box-shadow: inset 0 0 0 1px rgba(95, 143, 118, 0.1);
  color: #66776e;
}

.mini-invite strong {
  color: #2f6f4d;
  letter-spacing: 2px;
}

.mini-service-hero {
  min-height: 112px;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(95, 143, 118, 0.96), rgba(133, 183, 155, 0.9) 58%, rgba(218, 239, 226, 0.92)),
    #5f8f76;
  color: #fff;
}

.mini-service-hero small,
.mini-service-hero h3,
.mini-service-hero p {
  position: relative;
  z-index: 1;
  color: #fff;
}

.mini-service-hero small {
  color: rgba(255, 255, 255, 0.82);
  font-size: 10px;
  font-weight: 900;
}

.mini-service-hero h3 {
  margin-top: 8px;
  font-size: 21px;
}

.mini-service-hero p {
  color: rgba(255, 255, 255, 0.86);
  font-weight: 700;
}

.mini-service-hero::after {
  content: "";
  position: absolute;
  right: -30px;
  top: -34px;
  width: 105px;
  height: 105px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.17);
  transform: rotate(18deg);
}

.mini-service-status {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: 10px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 6px 14px rgba(55, 79, 66, 0.065);
  padding: 11px;
}

.mini-service-status span {
  color: #718177;
  font-size: 10px;
  font-weight: 800;
}

.mini-service-status strong {
  display: block;
  margin-top: 4px;
  color: #24342d;
  font-size: 13px;
}

.mini-service-status b {
  border-radius: 12px;
  background: #5f8f76;
  color: #fff;
  font-size: 10px;
  white-space: nowrap;
  padding: 8px 10px;
}

.mini-tool-grid span {
  position: relative;
  min-height: 55px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.9);
  color: #17251f;
  box-shadow: 0 6px 14px rgba(55, 79, 66, 0.065);
  padding-top: 31px;
}

.mini-tool-grid span::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 50%;
  width: 20px;
  height: 20px;
  border-radius: 7px;
  background: #5f8f76;
  transform: translateX(-50%);
}

.mini-feed-hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 12px;
  background: rgba(255, 255, 255, 0.72);
}

.mini-feed-hero small,
.mini-feed-hero strong {
  display: block;
}

.mini-feed-hero small {
  margin-bottom: 2px;
  color: #5f8f76;
  font-size: 10px;
  font-weight: 900;
}

.mini-feed-hero strong {
  color: #24342d;
  font-size: 16px;
}

.mini-feed-hero span {
  border-radius: 999px;
  background: #5f8f76;
  color: #fff;
  font-size: 11px;
  font-weight: 900;
  box-shadow: 0 4px 9px rgba(95, 143, 118, 0.24);
  padding: 8px 12px;
}

.mini-channel-tabs {
  margin: 8px -2px;
}

.mini-channel-tabs span,
.mini-channel-tabs strong {
  box-shadow: 0 4px 10px rgba(55, 79, 66, 0.06);
}

.mini-feed-head {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 8px;
}

.mini-feed-head i {
  display: flex;
  width: 28px;
  height: 28px;
  align-items: center;
  justify-content: center;
  border-radius: 9px;
  background: linear-gradient(135deg, #78aa91 0%, #a6d0c6 100%);
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
}

.mini-feed-head b,
.mini-feed-head small {
  display: block;
}

.mini-feed-head b {
  color: #24342d;
  font-size: 12px;
}

.mini-feed-head small {
  color: #84918b;
  font-size: 9px;
  font-weight: 800;
}

@keyframes hero-rise {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes hero-title-in {
  from {
    opacity: 0;
    transform: translateY(16px) scale(0.985);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes proof-float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
}

@keyframes signal-in {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes signal-breathe {
  0%,
  100% {
    box-shadow: 0 14px 34px rgba(33, 71, 55, 0.1);
  }
  50% {
    box-shadow: 0 18px 42px rgba(79, 141, 114, 0.2);
  }
}

@keyframes scan-card-in {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes qr-scan {
  0%,
  38% {
    transform: translateY(-105%);
  }
  62%,
  100% {
    transform: translateY(105%);
  }
}

@keyframes scan-line-x {
  from {
    transform: translateX(-18%);
  }
  to {
    transform: translateX(18%);
  }
}

@keyframes liquid-glass-sheen {
  0%,
  100% {
    opacity: 0.62;
    transform: translateX(-3%) scale(1);
  }
  50% {
    opacity: 0.88;
    transform: translateX(3%) scale(1.04);
  }
}

@keyframes ai-grid-drift {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 54px 54px;
  }
}

@keyframes ai-core-pulse {
  0%,
  100% {
    box-shadow: 0 0 44px rgba(145, 201, 168, 0.22), inset 0 0 34px rgba(145, 201, 168, 0.08);
  }
  50% {
    box-shadow: 0 0 72px rgba(145, 201, 168, 0.34), inset 0 0 42px rgba(145, 201, 168, 0.14);
  }
}

@keyframes ai-line-scan {
  0%,
  100% {
    opacity: 0.28;
  }
  50% {
    opacity: 0.9;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
}

@media (max-width: 960px) {
  .site-header {
    top: max(10px, env(safe-area-inset-top));
    width: min(680px, calc(100% - 22px));
    height: 58px;
    gap: 12px;
    padding: 0 11px 0 13px;
    background:
      linear-gradient(115deg, rgba(255, 255, 255, 0.68), rgba(255, 255, 255, 0.2) 38%, rgba(255, 255, 255, 0.48) 70%),
      rgba(248, 255, 250, 0.22);
    backdrop-filter: blur(28px) saturate(1.82) contrast(1.08) brightness(1.08);
    -webkit-backdrop-filter: blur(28px) saturate(1.82) contrast(1.08) brightness(1.08);
  }

  .site-header.is-scrolled {
    top: max(8px, env(safe-area-inset-top));
    width: min(640px, calc(100% - 24px));
    height: 54px;
  }

  .site-nav {
    display: none;
  }

  .brand-mark {
    width: 36px;
    height: 36px;
  }

  .header-action {
    height: 42px;
    padding: 0 17px;
  }

  .screen-dots {
    display: none;
  }

  .hero-section {
    min-height: 92vh;
    padding-top: 118px;
    padding-bottom: 28px;
  }

  .hero-section.screen {
    min-height: 100svh;
  }

  .hero-bg {
    background-position: 39% center;
  }

  .hero-shade {
    background:
      linear-gradient(180deg, rgba(255, 253, 247, 0.94) 0%, rgba(255, 253, 247, 0.72) 58%, rgba(255, 253, 247, 0.4) 100%),
      linear-gradient(90deg, rgba(255, 253, 247, 0.94), rgba(255, 253, 247, 0.12));
  }

  .hero-scan {
    position: relative;
    right: auto;
    bottom: auto;
    width: 168px;
    justify-self: center;
    margin: 34px auto 0;
  }

  .hero-section.screen .hero-scan {
    bottom: auto;
  }

  .mascot-bubble {
    display: none;
  }

  .pain-grid,
  .service-grid,
  .feature-section,
  .community-section,
  .customize-section,
  .ai-inner,
  .join-section,
  .share-layout,
  .services-layout {
    grid-template-columns: 1fr;
  }

  .ai-visual {
    min-height: 320px;
  }

  .pain-grid,
  .service-grid {
    grid-template-areas: none;
  }

  .pain-item,
  .service-card {
    grid-area: auto / auto / auto / auto;
    grid-column: auto;
    grid-row: auto;
  }

  .pain-item:nth-child(1),
  .pain-item:nth-child(2),
  .pain-item:nth-child(3),
  .pain-item:nth-child(4),
  .service-card:nth-child(1),
  .service-card:nth-child(2),
  .service-card:nth-child(3),
  .service-card:nth-child(4),
  .service-card:nth-child(5),
  .service-card:nth-child(6) {
    grid-area: auto / auto / auto / auto;
    grid-column: auto;
    grid-row: auto;
  }

  .share-flow {
    grid-template-columns: 1fr;
  }

  .flow-step:nth-child(1),
  .flow-step:nth-child(3),
  .flow-step:nth-child(5),
  .flow-step:nth-child(1):hover,
  .flow-step:nth-child(3):hover,
  .flow-step:nth-child(5):hover {
    transform: none;
  }

  .flow-arrow {
    width: 2px;
    height: 34px;
    margin: 0 auto;
  }

  .flow-arrow::after {
    margin-top: 24px;
    margin-left: -4px;
    transform: rotate(135deg);
  }

  .phone-preview {
    width: min(390px, 100%);
    margin: 0 auto;
  }

  .screen .iphone-demo,
  .screen .iphone-demo-small,
  .iphone-demo,
  .iphone-demo-small {
    width: min(330px, 72vw);
  }

  .screen .join-phone,
  .join-phone {
    width: min(310px, 68vw);
  }

  .share-layout .section-heading.compact {
    text-align: center;
  }

  .share-layout .share-flow {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .qr-panel {
    width: 190px;
    justify-self: center;
    margin-right: auto;
    margin-left: auto;
  }

  .site-footer {
    grid-template-columns: 1fr;
    padding-top: 40px;
  }

  .footer-links {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .site-header {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    width: calc(100% - 18px);
    height: 56px;
    gap: 8px;
    padding: 0 8px 0 10px;
  }

  .site-header.is-scrolled {
    width: calc(100% - 20px);
    height: 52px;
  }

  .brand span {
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .brand {
    min-width: 0;
    overflow: hidden;
  }

  .brand-mark {
    flex: 0 0 auto;
    width: 34px;
    height: 34px;
  }

  .header-action {
    height: 40px;
    justify-self: end;
    min-width: 76px;
    font-size: 13px;
    padding: 0 14px;
  }

  .hero-section,
  .band,
  .feature-section,
  .services-section,
  .customize-section,
  .join-section,
  .ai-section {
    padding-right: 20px;
    padding-left: 20px;
  }

  .screen,
  .hero-section.screen {
    min-height: 100svh;
  }

  .hero-section,
  .hero-section.screen {
    padding-top: 86px;
    padding-bottom: 16px;
  }

  .hero-content h1 {
    max-width: 320px;
    font-size: clamp(44px, 13vw, 58px);
  }

  .hero-lede {
    font-size: 23px;
  }

  .hero-copy {
    margin-top: 16px;
    font-size: 15px;
    line-height: 1.65;
  }

  .hero-actions,
  .join-actions {
    display: grid;
    gap: 10px;
    margin-top: 18px;
  }

  .app-store-badge-link {
    display: grid;
    width: 100%;
    min-height: 56px;
    place-items: center;
    justify-self: stretch;
  }

  .app-store-badge {
    margin-right: auto;
    margin-left: auto;
  }

  .primary-link,
  .secondary-link {
    min-height: 46px;
    width: 100%;
  }

  .hero-scan {
    width: 136px;
    padding: 10px;
    border-radius: 8px;
    justify-self: center;
    margin: 18px auto 0;
  }

  .hero-scan img,
  .qr-panel img {
    border-radius: 12px;
  }

  .hero-scan p,
  .qr-panel span {
    font-size: 12px;
  }

  .hero-proof {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-top: 14px;
  }

  .hero-proof div {
    padding: 9px;
  }

  .hero-proof strong {
    font-size: 14px;
  }

  .hero-proof span {
    font-size: 11px;
  }

  .hero-status {
    align-items: flex-start;
    display: grid;
    gap: 7px;
    border-radius: 8px;
    margin-top: 12px;
    padding: 10px;
  }

  .hero-status span,
  .hero-status em {
    width: fit-content;
  }

  .schedule-feature-tabs {
    flex-wrap: nowrap;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scroll-padding: 20px;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
    margin-right: -20px;
    margin-left: -20px;
    padding-right: 20px;
    padding-left: 20px;
    scrollbar-width: none;
  }

  .schedule-feature-tabs::-webkit-scrollbar {
    display: none;
  }

  .schedule-feature-tabs button {
    flex: 0 0 auto;
  }

  .tech-frame {
    inset: 78px 16px 14px;
    background-size: 32px 32px;
  }

  .intro-band.screen,
  .share-section.screen,
  .services-section.screen,
  .community-section.screen,
  .join-section.screen,
  .ai-section.screen,
  .schedule-section.screen,
  .customize-section.screen {
    padding-top: 78px;
    padding-bottom: 16px;
  }

  .band.screen,
  .services-section.screen,
  .share-section.screen,
  .schedule-section.screen,
  .customize-section.screen,
  .join-section.screen,
  .ai-section.screen {
    align-content: start;
  }

  .screen .section-heading,
  .screen .feature-copy,
  .screen .customize-copy,
  .screen .customize-poster,
  .screen:not(.join-section) .iphone-demo,
  .screen .service-showcase,
  .screen .community-showcase,
  .screen:not(.join-section) .join-copy,
  .screen:not(.join-section) .qr-panel,
  .screen .ai-copy,
  .screen .ai-visual,
  .screen .pain-item,
  .screen .service-card,
  .screen .flow-step,
  .screen .customize-points article,
  .screen .community-tags span {
    opacity: 1;
    transform: none;
    transition:
      box-shadow 0.22s ease,
      border-color 0.22s ease,
      background-color 0.22s ease;
    will-change: auto;
  }

  .pain-item,
  .service-card {
    min-height: auto;
    padding: 16px;
  }

  .pain-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: none;
    gap: 10px;
  }

  .pain-item {
    grid-area: auto / auto / auto / auto;
    grid-column: auto;
    grid-row: auto;
  }

  .pain-item h3,
  .service-card h3 {
    margin: 18px 0 8px;
    font-size: 17px;
  }

  .pain-item p,
  .service-card p,
  .flow-step span,
  .feed-preview p {
    font-size: 13px;
    line-height: 1.55;
  }

  .section-heading h2,
  .feature-copy h2,
  .community-panel h2,
  .join-copy h2,
  .ai-inner h2 {
    font-size: 28px;
    line-height: 1.18;
  }

  .section-heading p:not(.eyebrow),
  .feature-copy p,
  .community-panel p,
  .join-copy p,
  .ai-inner p:not(.eyebrow) {
    font-size: 16px;
  }

  .phone-preview {
    display: none;
  }

  .screen .iphone-demo,
  .screen .iphone-demo-small,
  .iphone-demo,
  .iphone-demo-small {
    width: min(326px, 78vw);
  }

  .screen .join-phone,
  .join-phone {
    width: min(300px, 74vw);
  }

  .community-phone-shell {
    width: calc(100% + 40px);
    margin-right: -20px;
    margin-left: -20px;
    padding: 8px 6px 12px;
  }

  .community-phone-shell .iphone-demo {
    width: min(390px, calc(100vw - 12px));
  }

  .iphone-frame {
    border-radius: 48px;
    padding: 10px;
  }

  .iphone-screen {
    border-width: 7px;
    border-radius: 38px;
  }

  .dynamic-island {
    top: 10px;
    width: 86px;
    height: 25px;
  }

  .mini-screen {
    padding: 43px 9px 22px;
  }

  .mini-status {
    height: 14px;
    font-size: 9px;
  }

  .mini-nav {
    height: 30px;
  }

  .mini-nav strong {
    font-size: 13px;
  }

  .mini-week-card,
  .mini-guide-card,
  .mini-service-hero,
  .mini-composer,
  .mini-feed-card,
  .mini-detail-hero,
  .mini-exam-card,
  .mini-post-detail {
    border-radius: 12px;
    padding: 9px;
  }

  .mini-week-card strong,
  .mini-guide-card h3,
  .mini-detail-hero h3,
  .mini-service-hero h3,
  .mini-feed-card h3,
  .mini-post-detail h3 {
    font-size: 13px;
  }

  .mini-week-card p,
  .mini-guide-card p,
  .mini-service-hero p,
  .mini-feed-card p,
  .mini-detail-hero p,
  .mini-post-detail p,
  .mini-composer span {
    font-size: 10px;
    line-height: 1.35;
  }

  .mini-week-tabs span,
  .mini-week-tabs strong,
  .mini-channel-tabs span,
  .mini-channel-tabs strong,
  .mini-room-row span,
  .mini-settings-grid span,
  .mini-tool-grid span {
    font-size: 9px;
    padding: 6px 4px;
  }

  .mini-timetable {
    grid-template-columns: 22px repeat(5, minmax(0, 1fr));
    grid-auto-rows: 22px;
    gap: 4px;
  }

  .mini-timetable b,
  .mini-timetable em,
  .mini-timetable span,
  .mini-timetable .course {
    border-radius: 6px;
    font-size: 8px;
  }

  .mini-timetable .course {
    padding: 4px;
  }

  .mini-detail-list p,
  .mini-member-list p,
  .mini-classroom-list p,
  .mini-comment-list p,
  .mini-stack-courses p {
    border-radius: 10px;
    font-size: 10px;
    padding: 7px;
  }

  .mini-invite,
  .mini-free-board,
  .mini-checkin-card {
    border-radius: 12px;
    padding: 9px;
  }

  .mini-invite strong {
    font-size: 18px;
  }

  .phone-hint {
    font-size: 11px;
  }

  .schedule-grid-mini {
    grid-auto-rows: 26px;
    gap: 6px;
    margin-top: 12px;
  }

  .schedule-card-mini {
    padding: 12px;
  }

  .schedule-card-mini strong {
    font-size: 15px;
  }

  .schedule-card-mini span,
  .phone-action-row {
    font-size: 12px;
  }

  .join-art {
    display: none;
  }

  .service-grid {
    display: flex;
    grid-template-columns: none;
    grid-template-areas: none;
    gap: 12px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    padding: 8px 0 18px;
  }

  .service-grid::-webkit-scrollbar {
    display: none;
  }

  .service-card {
    flex: 0 0 min(78vw, 290px);
    grid-area: auto / auto / auto / auto;
    grid-column: auto;
    grid-row: auto;
    scroll-snap-align: start;
  }

  .screen .service-card {
    min-height: 188px;
  }

  .service-icon {
    width: 36px;
    height: 36px;
  }

  .share-flow {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .share-flow::-webkit-scrollbar {
    display: none;
  }

  .flow-step {
    flex: 0 0 min(78vw, 290px);
    min-height: 188px;
    padding: 16px;
    scroll-snap-align: start;
  }

  .flow-step strong {
    margin: 10px 0 6px;
    font-size: 18px;
  }

  .flow-badge {
    width: 30px;
    height: 30px;
    font-size: 12px;
  }

  .flow-arrow {
    display: none;
  }

  .feed-preview {
    gap: 10px;
  }

  .feed-preview article {
    padding: 16px;
  }

  .join-section {
    gap: 16px;
  }

  .join-note {
    display: grid;
  }

  .qr-panel {
    width: 150px;
  }

  .site-footer {
    display: grid;
    gap: 18px;
    padding: 34px 20px 28px;
  }

  .site-footer::before {
    inset: 10px 12px 10px;
  }

  .footer-mark {
    width: 46px;
    height: 46px;
    border-radius: 14px;
  }

  .site-footer-main strong {
    font-size: 30px;
  }

  .site-footer-main span,
  .footer-meta {
    font-size: 13px;
  }

  .footer-records {
    display: grid;
    gap: 4px;
  }

  .footer-links {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .footer-links a,
  .footer-top {
    min-height: 44px;
  }

  .legal-header {
    top: 8px;
    width: calc(100% - 18px);
    height: 58px;
  }

  .recruit-header {
    height: auto;
    min-height: 58px;
    align-items: stretch;
    border-radius: 24px;
    padding: 8px 10px;
  }

  .recruit-header-actions {
    gap: 6px;
  }

  .recruit-home-link {
    display: none;
  }

  .recruit-header-actions .legal-back {
    min-height: 40px;
    font-size: 12px;
    padding: 0 12px;
  }

  .legal-shell {
    width: calc(100% - 28px);
    padding: 34px 0 56px;
  }

  .legal-card {
    border-radius: 8px;
    padding: 22px 18px;
  }

  .legal-section h2 {
    font-size: 19px;
  }

  .legal-section p,
  .legal-section li,
  .legal-intro p {
    font-size: 14px;
  }

  .legal-intro {
    padding: 14px;
  }

  .recruit-shell {
    width: calc(100% - 28px);
    padding: 32px 0 56px;
  }

  .recruit-hero {
    grid-template-columns: 1fr;
    min-height: auto;
    gap: 22px;
    border-radius: 10px;
    padding: 24px 18px;
  }

  .recruit-hero h1 {
    font-size: 32px;
    line-height: 1.12;
    word-break: break-all;
  }

  .recruit-hero-copy p:not(.eyebrow) {
    font-size: 16px;
  }

  .recruit-hero-actions {
    display: grid;
    gap: 10px;
    margin-top: 22px;
  }

  .recruit-contact-card {
    padding: 18px;
  }

  .recruit-role-grid {
    grid-template-columns: 1fr;
  }

  .recruit-role-card {
    min-height: auto;
    padding: 18px;
  }

  .recruit-role-card h3 {
    margin-top: 20px;
    font-size: 22px;
  }

  .recruit-section {
    padding-top: 48px;
  }

  .recruit-apply {
    grid-template-columns: 1fr;
    margin-top: 44px;
    padding: 22px 18px;
  }
}

@media (max-width: 380px) {
  .site-header {
    width: calc(100% - 14px);
    height: 52px;
    padding: 0 7px 0 9px;
  }

  .site-header.is-scrolled {
    width: calc(100% - 16px);
    height: 50px;
  }

  .brand {
    gap: 7px;
  }

  .brand span {
    font-size: 14px;
  }

  .brand-mark {
    width: 32px;
    height: 32px;
  }

  .header-action {
    height: 38px;
    font-size: 12px;
    padding: 0 12px;
  }
}
