:root {
  --green: #229765;
  --green-dark: #135d45;
  --green-deep: #0b4535;
  --mint: #eaf7f1;
  --orange: #ff942f;
  --community: #7065d8;
  --community-soft: #f0eefc;
  --ink: #14231d;
  --muted: #66736d;
  --line: #dfe9e4;
  --paper: #fbfdfc;
  --white: #fff;
  --shadow: 0 24px 60px rgba(19, 93, 69, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0; color: var(--ink); background: var(--paper);
  font-family: "PingFang SC", "Microsoft YaHei", system-ui, -apple-system, sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button { font: inherit; }
img { display: block; max-width: 100%; }
.shell { width: min(1160px, calc(100% - 48px)); margin: 0 auto; }

.site-header {
  position: sticky; top: 0; z-index: 50; border-bottom: 1px solid rgba(223, 233, 228, .78);
  background: rgba(251, 253, 252, .86); backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px);
}
.nav { height: 74px; display: flex; align-items: center; }
.brand { display: flex; align-items: center; gap: 12px; font-size: 23px; font-weight: 800; letter-spacing: .04em; }
.brand img { border-radius: 12px; box-shadow: 0 8px 20px rgba(34, 151, 101, .18); }
.nav-links { display: flex; gap: 30px; margin-left: auto; color: #46534e; font-size: 15px; }
.nav-links a { transition: color .2s ease; }
.nav-links a:hover { color: var(--green); }
.nav-cta { margin-left: 42px; padding: 11px 20px; border: 0; border-radius: 999px; color: #fff; background: var(--green); font-size: 14px; font-weight: 700; box-shadow: 0 10px 26px rgba(34, 151, 101, .2); cursor: pointer; }

.hero { position: relative; overflow: hidden; padding: 78px 0 96px; background: linear-gradient(180deg, #fbfdfc 0%, #f1faf6 100%); }
.hero::before { content: ""; position: absolute; inset: auto 0 0; height: 160px; background: linear-gradient(180deg, transparent, rgba(255,255,255,.76)); pointer-events: none; }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(2px); pointer-events: none; }
.hero-glow-one { width: 520px; height: 520px; right: -170px; top: -170px; background: rgba(79, 197, 144, .12); }
.hero-glow-two { width: 280px; height: 280px; left: -150px; bottom: -70px; background: rgba(255, 148, 47, .08); }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; min-height: 630px; gap: 64px; }
.eyebrow, .section-kicker { color: var(--green); font-size: 14px; font-weight: 750; letter-spacing: .11em; }
.eyebrow { display: flex; align-items: center; gap: 10px; }
.eyebrow span { width: 24px; height: 3px; border-radius: 4px; background: var(--orange); }
.hero h1 { margin: 24px 0 24px; font-size: clamp(48px, 5vw, 72px); line-height: 1.16; letter-spacing: -.055em; }
.hero h1 em { color: var(--green); font-style: normal; position: relative; }
.hero h1 em::after { content: ""; position: absolute; left: 0; right: 0; bottom: 2px; height: 10px; border-radius: 50%; background: rgba(255, 148, 47, .22); z-index: -1; }
.hero-lead { margin: 0; color: var(--muted); font-size: 18px; line-height: 1.9; }
.hero-actions { display: flex; gap: 14px; margin-top: 34px; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 12px; min-height: 52px; padding: 0 25px; border: 0; border-radius: 14px; font-size: 15px; font-weight: 750; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: var(--green); box-shadow: 0 14px 30px rgba(34, 151, 101, .24); }
.button-ghost { color: var(--green-dark); border: 1px solid #cfe4da; background: rgba(255,255,255,.7); }
.button-light { color: var(--green-deep); background: #fff; box-shadow: 0 14px 30px rgba(0,0,0,.12); }
.trust-pills { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 30px; color: #6d7974; font-size: 13px; }
.trust-pills i { display: inline-grid; place-items: center; width: 18px; height: 18px; margin-right: 4px; border-radius: 50%; color: var(--green); background: #ddf2e8; font-style: normal; font-weight: 800; }

.hero-visual { position: relative; min-height: 640px; display: grid; place-items: center; }
.orbit { position: absolute; border: 1px dashed rgba(34,151,101,.23); border-radius: 50%; }
.orbit-one { width: 570px; height: 570px; }
.orbit-two { width: 450px; height: 450px; border-style: solid; border-color: rgba(34,151,101,.08); }
.phone { position: relative; z-index: 3; width: 324px; height: 630px; padding: 0 0 25px; border: 8px solid #14231d; border-radius: 48px; background: #f5f6f8; box-shadow: 0 36px 70px rgba(13, 72, 52, .24); transform: rotate(2deg); overflow: hidden; }
.demo-home-header { padding: 12px 12px 13px; color: #fff; background: linear-gradient(135deg, #2ba471, #36b37e); box-shadow: 0 6px 16px rgba(30,111,76,.12); }
.phone-top { height: 23px; display: flex; justify-content: space-between; align-items: flex-start; padding: 0 4px; color: #fff; font-size: 8px; font-weight: 800; }
.phone-island { width: 72px; height: 19px; border-radius: 16px; background: #14231d; }
.phone-signal { letter-spacing: 1px; font-size: 6px; }
.app-head { display: flex; justify-content: space-between; align-items: center; min-height: 35px; padding: 3px 2px 7px; }
.app-head strong { display: flex; align-items: center; gap: 3px; font-size: 15px; }
.app-head strong span { font-size: 12px; }
.app-head strong i { margin-left: 2px; font-size: 9px; font-style: normal; opacity: .86; }
.bell { position: relative; width: 30px; height: 30px; display: grid; place-items: center; border-radius: 11px; color: #fff; background: rgba(255,255,255,.16); font-size: 14px; }
.bell span { position: absolute; right: -3px; top: -3px; min-width: 14px; height: 14px; display: grid; place-items: center; padding: 0 3px; border: 2px solid #fff; border-radius: 999px; color: #fff; background: #f5594e; font-size: 6px; line-height: 1; }
.demo-search { height: 34px; display: flex; align-items: center; gap: 7px; padding: 4px 4px 4px 10px; border-radius: 999px; color: #8d9691; background: #fff; box-shadow: 0 5px 13px rgba(0,0,0,.08); }
.demo-search > span { font-size: 17px; transform: rotate(-18deg); }
.demo-search small { flex: 1; overflow: hidden; font-size: 8px; white-space: nowrap; text-overflow: ellipsis; }
.demo-search b { padding: 7px 13px; border-radius: 999px; color: #fff; background: linear-gradient(135deg, #2ba471, #36b37e); font-size: 8px; }
.demo-home-body { padding: 8px 10px 22px; }
.demo-announcement { height: 50px; display: flex; align-items: center; gap: 8px; padding: 8px 10px; border-radius: 11px; background: #fff; box-shadow: 0 3px 10px rgba(20,35,29,.05); }
.demo-announcement > span { width: 30px; height: 30px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 9px; background: #fff3e4; font-size: 15px; }
.demo-announcement > div { min-width: 0; flex: 1; }
.demo-announcement small { display: flex; align-items: center; color: #a2a8ae; font-size: 6px; }
.demo-announcement small b { color: #d9780a; }
.demo-announcement small i { margin-left: auto; font-style: normal; }
.demo-announcement strong { display: block; margin-top: 4px; overflow: hidden; font-size: 9px; white-space: nowrap; text-overflow: ellipsis; }
.demo-announcement > em { color: #b6bcc1; font-size: 18px; font-style: normal; }
.demo-service-banner { height: 50px; display: flex; align-items: center; gap: 8px; margin-top: 7px; padding: 7px 10px; border-radius: 10px; color: #fff; background: linear-gradient(135deg, #4a93f6, #3a78e0); box-shadow: 0 5px 14px rgba(58,120,224,.2); }
.demo-service-banner > span { font-size: 18px; }
.demo-service-banner > div { min-width: 0; flex: 1; }
.demo-service-banner strong, .demo-service-banner small { display: block; }
.demo-service-banner strong { font-size: 10px; }
.demo-service-banner small { margin-top: 2px; overflow: hidden; color: rgba(255,255,255,.86); font-size: 6px; white-space: nowrap; text-overflow: ellipsis; }
.demo-service-banner > b { padding: 6px 8px; border-radius: 999px; background: rgba(255,255,255,.2); font-size: 6px; white-space: nowrap; }
.demo-banner-dots { height: 8px; display: flex; justify-content: center; align-items: center; gap: 3px; }
.demo-banner-dots i { width: 3px; height: 3px; border-radius: 50%; background: #c8cecb; }
.demo-banner-dots i:first-child { width: 8px; border-radius: 999px; background: #2ba471; }
.demo-biz-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px 2px; padding: 8px 5px 7px; border-radius: 11px; background: #fff; box-shadow: 0 3px 10px rgba(20,35,29,.05); }
.demo-biz-grid > div { min-width: 0; text-align: center; }
.demo-biz-grid span { width: 30px; height: 30px; display: grid; place-items: center; margin: 0 auto 4px; border-radius: 10px; background: #e8f7f0; font-size: 14px; }
.demo-biz-grid > div:nth-child(2) span { background: #eaf2ff; }
.demo-biz-grid > div:nth-child(3) span { background: #fff4e3; }
.demo-biz-grid > div:nth-child(4) span { background: #f2ecfd; }
.demo-biz-grid > div:nth-child(5) span { background: #fff0e8; }
.demo-biz-grid > div:nth-child(6) span { background: #ffeeec; }
.demo-biz-grid small { display: block; overflow: hidden; color: #4d5551; font-size: 6px; white-space: nowrap; text-overflow: ellipsis; }
.demo-section-head { display: flex; justify-content: space-between; margin: 10px 3px 7px; }
.demo-section-head strong { font-size: 13px; }
.demo-section-head span { color: #89938e; font-size: 9px; }
.waterfall-demo { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; align-items: start; }
.demo-item { padding: 7px 7px 10px; border-radius: 15px; background: #fff; box-shadow: 0 7px 18px rgba(20,35,29,.06); }
.current-feed-demo .demo-item:nth-child(2) { margin-top: 10px; }
.demo-item-image { padding: 0; overflow: hidden; }
.demo-item-image img { display: block; width: 100%; height: auto; }
.demo-photo { position: relative; height: 104px; display: grid; place-items: center; border-radius: 11px; font-size: 44px; overflow: hidden; }
.demo-photo span { filter: drop-shadow(0 10px 8px rgba(0,0,0,.1)); }
.demo-photo i { position: absolute; left: 6px; top: 6px; padding: 3px 5px; border-radius: 999px; color: #fff; background: rgba(28,35,32,.66); font-size: 6px; font-style: normal; }
.demo-item strong, .demo-item small, .demo-item b { display: block; }
.demo-item strong { margin: 8px 2px 0; font-size: 11px; }
.demo-item small { margin: 4px 2px 0; color: #909994; font-size: 7px; }
.demo-item > div:last-child { display: flex; justify-content: space-between; align-items: center; gap: 4px; margin: 8px 2px 0; }
.demo-item b { min-width: 0; overflow: hidden; color: #f05242; font-size: 8px; white-space: nowrap; text-overflow: ellipsis; }
.demo-item em { color: #9aa0a8; font-size: 5px; font-style: normal; white-space: nowrap; }
.phone-home { position: absolute; left: 50%; bottom: 9px; width: 105px; height: 4px; border-radius: 4px; background: #1b2521; transform: translateX(-50%); }
.float-card { position: absolute; z-index: 4; display: flex; align-items: center; gap: 10px; padding: 12px 15px; border: 1px solid rgba(255,255,255,.86); border-radius: 16px; background: rgba(255,255,255,.92); box-shadow: var(--shadow); backdrop-filter: blur(12px); }
.float-card > span { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 12px; background: #e8f6ef; }
.float-card strong, .float-card small { display: block; }
.float-card strong { font-size: 12px; }
.float-card small { margin-top: 2px; color: #84908a; font-size: 9px; }
.float-card-left { left: -20px; top: 198px; animation: float 5s ease-in-out infinite; }
.float-card-right { right: -12px; bottom: 150px; animation: float 5s 1.2s ease-in-out infinite; }
.float-card-right > span { color: #fff; background: var(--green); }
@keyframes float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-9px); } }

.section { padding: 112px 0; scroll-margin-top: 72px; }
.section-heading { max-width: 720px; margin: 0 auto 52px; text-align: center; }
.section h2 { margin: 16px 0; font-size: clamp(34px, 4vw, 48px); line-height: 1.25; letter-spacing: -.04em; }
.section-heading p, .life-copy > p, .trust-copy > p, .community-copy > p, .property-feature-copy > p, .collaboration-heading > p, .faq-heading > p, .qr-copy > p { color: var(--muted); font-size: 17px; line-height: 1.8; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card { position: relative; min-height: 470px; display: flex; flex-direction: column; padding: 28px; overflow: hidden; border: 1px solid #e4ece8; border-radius: 24px; background: #fff; box-shadow: 0 12px 32px rgba(30, 90, 67, .055); transition: transform .25s ease, box-shadow .25s ease; }
.service-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); }
.service-card > span { position: absolute; right: 24px; top: 28px; color: #bdc9c3; font-size: 12px; font-weight: 800; letter-spacing: .12em; }
.service-icon { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 18px; font-size: 27px; }
.icon-market { background: #fff2df; }.icon-community { color: #665bce; background: var(--community-soft); }.icon-property { background: #e7f6ee; }
.product-kind { align-self: flex-start; margin-top: 22px; padding: 6px 10px; border-radius: 999px; font-size: 10px; font-weight: 800; letter-spacing: .06em; }
.product-kind-resident { color: #a65c16; background: #fff1de; }
.product-kind-saas { color: #5f55be; background: #f0eefc; }
.lane-property .product-kind-saas { color: var(--green-dark); background: #e8f6ef; }
.lane-label { margin-top: 13px; color: #89958f; font-size: 12px; font-weight: 800; letter-spacing: .12em; }
.service-card h3 { margin: 10px 0 10px; font-size: 22px; line-height: 1.45; }
.service-card p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.85; }
.lane-tags { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 22px; }
.lane-tags span { padding: 9px 10px; border-radius: 11px; color: #5f6d66; background: #f4f7f5; font-size: 12px; text-align: center; }
.product-link { display: inline-flex; align-items: center; gap: 8px; align-self: flex-start; margin-top: auto; padding: 18px 0 0; border: 0; color: var(--green-dark); background: none; font-size: 13px; font-weight: 800; cursor: pointer; }
.product-link span { transition: transform .2s ease; }
.product-link:hover span { transform: translateX(4px); }
.lane-community .product-link { color: var(--community); }
.lane-life { border-top: 4px solid #f5a142; }.lane-life .lane-tags span { background: #fff7eb; }
.lane-community { border-top: 4px solid var(--community); }.lane-community .lane-tags span { color: #5f55be; background: #f4f2fd; }
.lane-property { border-top: 4px solid var(--green); }.lane-property .lane-tags span { color: var(--green-dark); background: #edf8f2; }

.moments-feature { background: linear-gradient(180deg, #f3faf6 0%, #edf7f2 100%); }
.moments-feature-grid { display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 86px; }
.moments-copy .section-kicker { color: var(--green); }
.moments-copy > p { margin: 22px 0 28px; color: var(--muted); font-size: 17px; line-height: 1.8; }
.moments-points { display: grid; gap: 14px; color: #365d4e; font-size: 14px; }
.moments-points span { display: flex; align-items: center; gap: 12px; }
.moments-points i { width: 4px; height: 18px; flex: 0 0 auto; border-radius: 4px; background: var(--green); }
.moments-cta { margin-top: 30px; }
.moments-board { padding: 24px; border: 1px solid #dcebe3; border-radius: 30px; background: #eef4f1; box-shadow: 0 26px 64px rgba(27,93,67,.13); }
.moments-board-head { display: flex; justify-content: space-between; align-items: center; padding: 4px 4px 18px; }
.moments-board-head strong { font-size: 20px; }
.moments-board-head span { color: var(--green); font-size: 11px; font-weight: 750; }
.moment-post { padding: 21px; border-radius: 21px; background: #fff; box-shadow: 0 10px 28px rgba(22,73,54,.07); }
.moment-post + .moment-post { margin-top: 13px; }
.moment-author { display: flex; align-items: center; gap: 11px; }
.moment-avatar { width: 40px; height: 40px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 50%; color: #fff; font-size: 14px; }
.avatar-green { background: linear-gradient(135deg, #2fa976, #177a55); }
.avatar-orange { background: linear-gradient(135deg, #ffad57, #e67a20); }
.moment-author span, .moment-author strong, .moment-author small { display: block; }
.moment-author strong { font-size: 14px; }
.moment-author small { margin-top: 3px; color: #98a29d; font-size: 10px; }
.moment-post > p { margin: 14px 0 13px; color: #394740; font-size: 13px; line-height: 1.7; }
.moment-gallery { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 7px; height: 120px; }
.moment-gallery i { display: block; border-radius: 12px; overflow: hidden; }
.shot-sunset { background: linear-gradient(155deg, #7aa8c8 0%, #d69ac0 46%, #ffaf6d 72%, #5b785d 73%, #264f3e 100%); }
.shot-cloud { background: radial-gradient(circle at 70% 32%, #ffe4bd 0 13%, transparent 14%), linear-gradient(165deg, #91bad0 0%, #e7b0bd 58%, #526d60 59%, #294e3e 100%); }
.shot-garden { background: radial-gradient(circle at 34% 65%, #d8e49a 0 9%, transparent 10%), linear-gradient(145deg, #e7b4b6 0 46%, #7ea47b 47%, #275d42 100%); }
.moment-actions { display: flex; justify-content: flex-end; gap: 20px; margin-top: 13px; color: #8b9690; font-size: 11px; }
.moment-comments { margin-top: 12px; padding: 10px 12px; border-radius: 11px; background: #f5f8f6; }
.moment-comments p { margin: 0; color: #5d6963; font-size: 10px; line-height: 1.7; }
.moment-comments p + p { margin-top: 3px; }
.moment-comments b { color: #39735c; }
.moment-post-compact > p { margin-bottom: 4px; }
.moments-start { margin-top: 68px; padding-top: 56px; border-top: 1px solid #d7e9df; scroll-margin-top: 72px; }
.moments-start-head { max-width: 780px; margin: 0 auto 30px; text-align: center; }
.moments-start-head > span { color: var(--green); font-size: 12px; font-weight: 800; letter-spacing: .1em; }
.moments-start-head > strong { display: block; margin-top: 12px; font-size: 27px; line-height: 1.45; }
.moments-start-head > p { margin: 12px 0 0; color: var(--muted); font-size: 14px; line-height: 1.8; }

.life-feature { background: #fff8ef; }
.life-feature-grid { display: grid; grid-template-columns: .86fr 1.14fr; align-items: center; gap: 82px; }
.life-copy .section-kicker { color: #c8721d; }
.life-copy > p { margin: 22px 0 28px; }
.life-points { display: grid; gap: 14px; color: #74532f; font-size: 14px; }
.life-points span { display: flex; align-items: center; gap: 12px; }
.life-points i { width: 4px; height: 18px; flex: 0 0 auto; border-radius: 4px; background: var(--orange); }
.life-board { padding: 26px; border: 1px solid rgba(229,141,54,.16); border-radius: 28px; background: #fff; box-shadow: 0 26px 64px rgba(126,77,28,.12); }
.life-board-head { display: flex; justify-content: space-between; align-items: center; padding: 4px 4px 20px; }
.life-board-head small, .life-board-head strong { display: block; }
.life-board-head small { color: #a28f7d; font-size: 10px; }
.life-board-head strong { margin-top: 3px; font-size: 19px; }
.life-board-head > span { color: #b66a22; font-size: 11px; }
.life-card-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.life-card { position: relative; min-width: 0; padding: 14px; border: 1px solid #f1e8dc; border-radius: 18px; background: #fffdf9; }
.life-card-image { padding: 0; overflow: hidden; background: transparent; }
.life-card-image img { display: block; width: 100%; height: auto; }
.life-card-photo { height: 82px; display: grid; place-items: center; margin-bottom: 12px; border-radius: 13px; background: linear-gradient(145deg, #fff0db, #f6d5a7); font-size: 38px; }
.life-rental .life-card-photo { background: linear-gradient(145deg, #eef4f8, #d8e5ed); }
.life-service .life-card-photo { background: linear-gradient(145deg, #fff5e5, #f7dfb6); }
.life-space .life-card-photo { background: linear-gradient(145deg, #eef8f4, #d2eadf); }
.life-help .life-card-photo { background: linear-gradient(145deg, #f1edfb, #ddd5f3); }
.life-group .life-card-photo { background: linear-gradient(145deg, #edf6e8, #d1e7c5); }
.life-card > span { display: inline-block; padding: 5px 8px; border-radius: 999px; color: #aa611c; background: #fff0dc; font-size: 9px; font-weight: 750; }
.life-rental > span { color: #366c93; background: #eaf3fa; }
.life-service > span { color: #a46319; background: #fff1dd; }
.life-space > span { color: #267956; background: #e8f6ef; }
.life-help > span { color: #6257c7; background: #eeebfc; }
.life-group > span { color: #267956; background: #e8f6ef; }
.life-card strong, .life-card small, .life-card b { display: block; }
.life-card strong { margin-top: 9px; overflow: hidden; font-size: 13px; text-overflow: ellipsis; white-space: nowrap; }
.life-card small { margin-top: 5px; color: #918a82; font-size: 9px; }
.life-card b { margin-top: 10px; color: #d56e1a; font-size: 12px; }

.start-step-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.start-step { min-height: 254px; padding: 28px; border: 1px solid #dcebe3; border-radius: 24px; background: rgba(255,255,255,.88); box-shadow: 0 14px 36px rgba(27,93,67,.07); }
.start-step b { width: 43px; height: 43px; display: grid; place-items: center; border-radius: 14px; color: #fff; background: var(--green); font-size: 12px; }
.start-step > span { display: block; margin-top: 24px; color: var(--green); font-size: 11px; font-weight: 800; letter-spacing: .08em; }
.start-step strong { display: block; margin-top: 8px; font-size: 20px; }
.start-step p { margin: 14px 0 0; color: var(--muted); font-size: 13px; line-height: 1.8; }
.start-action { display: flex; justify-content: space-between; align-items: center; gap: 28px; margin-top: 20px; padding: 24px 28px; border: 1px solid #d9e9e1; border-radius: 22px; background: #fff; }
.start-action strong, .start-action small { display: block; }
.start-action strong { font-size: 17px; }
.start-action small { margin-top: 6px; color: var(--muted); font-size: 12px; }

.institution-feature { background: #f7f6fc; }
.institution-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.institution-card { position: relative; min-height: 500px; display: flex; flex-direction: column; padding: 34px; overflow: hidden; border: 1px solid #e5e4ef; border-radius: 28px; background: #fff; box-shadow: 0 20px 50px rgba(50,45,100,.08); }
.institution-card::after { content: ""; position: absolute; right: -78px; top: -92px; width: 220px; height: 220px; border-radius: 50%; background: rgba(112,101,216,.06); pointer-events: none; }
.institution-property::after { background: rgba(34,151,101,.07); }
.institution-head { position: relative; z-index: 1; display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.institution-head span { padding: 8px 13px; border-radius: 999px; color: #6257c7; background: #eeebfc; font-size: 12px; font-weight: 800; }
.institution-property .institution-head span { color: var(--green-dark); background: #e8f6ef; }
.institution-head small { color: #9693a2; font-size: 11px; text-align: right; }
.institution-card h3 { position: relative; z-index: 1; margin: 28px 0 12px; font-size: 25px; line-height: 1.45; }
.institution-card > p { position: relative; z-index: 1; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.85; }
.institution-card ul { position: relative; z-index: 1; display: grid; gap: 13px; margin: 26px 0 0; padding: 20px 0 0; border-top: 1px solid #efedf5; color: #56516f; font-size: 13px; list-style: none; }
.institution-property ul { color: #365d4e; border-top-color: #e7f0eb; }
.institution-card li { display: flex; align-items: center; gap: 10px; }
.institution-card li::before { content: "✓"; width: 20px; height: 20px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 50%; color: #665bce; background: #efedfc; font-size: 10px; font-weight: 900; }
.institution-card .business-list { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px 18px; font-size: 14px; }
.institution-property li::before { color: var(--green); background: #e8f6ef; }
.institution-card .feature-cta { align-self: flex-start; margin-top: auto; }

.community-feature { background: #f3f1fb; }
.community-feature-grid { display: grid; grid-template-columns: .88fr 1.12fr; align-items: center; gap: 86px; }
.community-copy .section-kicker { color: var(--community); }
.community-copy > p { margin: 22px 0 28px; }
.community-points { display: grid; gap: 14px; color: #514a79; font-size: 14px; }
.community-points span { display: flex; align-items: center; gap: 12px; }
.community-points i { width: 4px; height: 18px; flex: 0 0 auto; border-radius: 4px; background: var(--community); }
.feature-cta { display: inline-flex; align-items: center; gap: 10px; margin-top: 28px; padding: 13px 18px; border: 0; border-radius: 13px; font-size: 13px; font-weight: 800; cursor: pointer; }
.community-cta { color: #fff; background: var(--community); box-shadow: 0 12px 24px rgba(112,101,216,.2); }
.community-board { padding: 26px; border: 1px solid rgba(112,101,216,.12); border-radius: 28px; background: #fff; box-shadow: 0 26px 64px rgba(62,50,130,.12); }
.board-head { display: flex; justify-content: space-between; align-items: center; padding: 4px 4px 22px; border-bottom: 1px solid #efedf7; }
.board-head small, .board-head strong { display: block; }.board-head small { color: #9a96ac; font-size: 10px; }.board-head strong { margin-top: 3px; font-size: 19px; }.board-head > span { padding: 7px 11px; border-radius: 999px; color: #665ccd; background: #f0eefc; font-size: 10px; }
.board-item { display: grid; grid-template-columns: 50px 1fr auto; align-items: center; gap: 15px; min-height: 92px; border-bottom: 1px solid #f1f0f5; }
.board-item:last-child { border-bottom: 0; }
.board-item > b { width: 46px; padding: 7px 0; border-radius: 10px; color: #6257c7; background: #eeebfc; font-size: 11px; text-align: center; }
.board-item strong, .board-item small { display: block; }.board-item strong { font-size: 14px; }.board-item small { margin-top: 5px; color: #8a8795; font-size: 11px; line-height: 1.55; }.board-item time { color: #9d99a9; font-size: 10px; white-space: nowrap; }
.board-activity > b { color: #b36413; background: #fff1df; }.board-request > b { color: #267956; background: #e8f6ef; }

.property-feature { background: #edf7f2; }
.property-feature-grid { display: grid; grid-template-columns: 1.12fr .88fr; align-items: center; gap: 86px; }
.property-feature-copy .section-kicker { color: var(--green); }
.property-feature-copy > p { margin: 22px 0 28px; }
.property-feature-points { display: grid; gap: 14px; color: var(--green-dark); font-size: 14px; }
.property-feature-points span { display: flex; align-items: center; gap: 12px; }
.property-feature-points i { width: 4px; height: 18px; flex: 0 0 auto; border-radius: 4px; background: var(--green); }
.property-cta { color: #fff; background: var(--green); box-shadow: 0 12px 24px rgba(34,151,101,.2); }
.property-board { padding: 26px; border: 1px solid rgba(34,151,101,.14); border-radius: 28px; background: #fff; box-shadow: 0 26px 64px rgba(19,93,69,.13); }
.property-board-head { display: flex; justify-content: space-between; align-items: center; padding: 4px 4px 22px; border-bottom: 1px solid #e8f1ec; }
.property-board-head small, .property-board-head strong { display: block; }
.property-board-head small { color: #8e9d96; font-size: 10px; }
.property-board-head strong { margin-top: 3px; font-size: 19px; }
.property-board-head > span { padding: 7px 11px; border-radius: 999px; color: var(--green-dark); background: #e8f6ef; font-size: 10px; }
.property-board-item { display: grid; grid-template-columns: 50px 1fr auto; align-items: center; gap: 15px; min-height: 82px; border-bottom: 1px solid #edf3f0; }
.property-board-item:last-child { border-bottom: 0; }
.property-board-item > b { width: 46px; padding: 7px 0; border-radius: 10px; color: #247c58; background: #e8f6ef; font-size: 11px; text-align: center; }
.property-board-item strong, .property-board-item small { display: block; }
.property-board-item strong { font-size: 14px; }
.property-board-item small { margin-top: 5px; color: #829088; font-size: 11px; line-height: 1.55; }
.property-board-item time { color: #83918a; font-size: 10px; white-space: nowrap; }
.property-workorder > b { color: #b36413; background: #fff1df; }
.property-access > b { color: #366c93; background: #eaf3fa; }
.property-notice > b { color: #6257c7; background: #eeebfc; }

.trust { background: #f1f8f4; }
.trust-grid { display: grid; grid-template-columns: .94fr 1.06fr; align-items: center; gap: 90px; }
.trust-copy > p { margin: 22px 0 34px; }
.trust-list { display: grid; gap: 19px; }
.trust-list > div { display: flex; align-items: center; gap: 16px; }
.trust-list b { width: 42px; height: 42px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 13px; color: var(--green); background: #fff; box-shadow: 0 8px 20px rgba(34,151,101,.08); font-size: 12px; }
.trust-list strong, .trust-list small { display: block; }
.trust-list strong { font-size: 15px; }.trust-list small { margin-top: 4px; color: var(--muted); font-size: 12px; }
.trust-panel { padding: 30px; border: 1px solid rgba(255,255,255,.78); border-radius: 28px; background: #fff; box-shadow: var(--shadow); }
.trust-panel-head { display: flex; justify-content: space-between; align-items: center; padding-bottom: 24px; border-bottom: 1px solid #edf2ef; }
.trust-panel-head span { font-size: 17px; font-weight: 750; }.trust-panel-head b { padding: 6px 10px; border-radius: 999px; color: var(--green); background: #eaf7f1; font-size: 10px; }
.timeline-row { display: grid; grid-template-columns: 20px 1fr auto; align-items: center; gap: 14px; min-height: 72px; }
.timeline-row i { width: 14px; height: 14px; border: 3px solid #cad6d0; border-radius: 50%; background: #fff; }
.timeline-row.done i { border-color: var(--green); background: var(--green); box-shadow: inset 0 0 0 3px #fff; }
.timeline-row strong, .timeline-row small { display: block; }.timeline-row strong { font-size: 14px; }.timeline-row small { margin-top: 4px; color: #98a19d; font-size: 10px; }.timeline-row > span { color: #77827d; font-size: 11px; }
.timeline-line { width: 1px; height: 20px; margin: -10px 0 -10px 7px; background: #dce5e0; }
.safety-note { display: flex; gap: 14px; margin-top: 15px; padding: 16px; border-radius: 17px; background: #eff8f4; }
.safety-note > span { font-size: 24px; }.safety-note p { margin: 0; }.safety-note strong, .safety-note small { display: block; }.safety-note strong { font-size: 13px; }.safety-note small { margin-top: 5px; color: var(--muted); font-size: 10px; }

.collaboration { padding: 96px 0; color: #fff; background: var(--green-deep); }
.collaboration-wrap { position: relative; overflow: hidden; }
.collaboration-wrap::before { content: "互"; position: absolute; right: -18px; top: -120px; color: rgba(255,255,255,.025); font-size: 380px; font-weight: 900; line-height: 1; pointer-events: none; }
.property-kicker { color: #9ce0c1; font-size: 13px; font-weight: 750; letter-spacing: .08em; }
.collaboration-heading { position: relative; z-index: 1; max-width: 760px; margin-bottom: 42px; }
.collaboration-heading h2 { margin-top: 18px; }.collaboration-heading > p { margin: 18px 0 0; color: rgba(255,255,255,.7); }
.role-grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.role-card { min-height: 250px; padding: 26px; border: 1px solid rgba(255,255,255,.1); border-radius: 22px; background: rgba(255,255,255,.065); }
.role-card > span { display: inline-block; padding: 7px 11px; border-radius: 999px; color: #d3f4e5; background: rgba(73,190,137,.16); font-size: 11px; font-weight: 800; letter-spacing: .08em; }
.role-card strong, .role-card small { display: block; }.role-card strong { margin-top: 22px; font-size: 20px; }.role-card p { min-height: 74px; margin: 12px 0 20px; color: rgba(255,255,255,.65); font-size: 13px; line-height: 1.8; }.role-card small { padding-top: 15px; border-top: 1px solid rgba(255,255,255,.08); color: #9cd9bd; font-size: 11px; }
.role-community { background: rgba(119,105,222,.14); }.role-community > span { color: #e4e0ff; background: rgba(142,128,238,.2); }.role-community small { color: #c5bdfb; }
.role-property { background: rgba(255,255,255,.085); }
.collaboration-action { position: relative; z-index: 1; display: flex; justify-content: space-between; align-items: center; gap: 30px; margin-top: 22px; padding: 24px 26px; border-radius: 22px; background: rgba(255,255,255,.08); }
.collaboration-action strong, .collaboration-action small { display: block; }.collaboration-action strong { font-size: 17px; }.collaboration-action small { margin-top: 6px; color: rgba(255,255,255,.58); font-size: 12px; }

.faq { background: #fff; }
.faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; align-items: start; gap: 80px; }
.faq-heading { position: sticky; top: 118px; }
.faq-heading h2 { margin: 16px 0; }
.faq-heading > p { margin: 0; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; justify-content: space-between; align-items: center; gap: 18px; padding: 24px 4px; cursor: pointer; font-size: 16px; font-weight: 750; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--green); font-size: 24px; font-weight: 400; transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { margin: -4px 44px 24px 4px; color: var(--muted); font-size: 14px; line-height: 1.9; }

.official-account { background: #f7f6fc; }
.official-wrap { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 70px; padding: 58px 72px; overflow: hidden; border: 1px solid #e5e3ef; border-radius: 32px; background: linear-gradient(135deg, #fff, #f0eefb); box-shadow: 0 18px 50px rgba(65, 55, 130, .08); }
.official-copy { max-width: 670px; }
.official-copy h2 { margin: 16px 0 14px; }
.official-copy > p { margin: 0; color: var(--muted); font-size: 16px; line-height: 1.9; }
.official-topics { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 26px; }
.official-topics span { padding: 8px 12px; border-radius: 999px; color: #5d54b4; background: #fff; font-size: 12px; box-shadow: 0 5px 16px rgba(85, 73, 165, .06); }
.official-qr-card { position: relative; width: 296px; padding: 18px 18px 22px; border-radius: 26px; text-align: center; background: #fff; box-shadow: 0 20px 44px rgba(74, 63, 142, .13); }
.official-qr-card > b { position: absolute; left: 28px; top: 28px; z-index: 1; padding: 6px 10px; border-radius: 999px; color: #fff; background: #665bce; font-size: 10px; letter-spacing: .08em; }
.official-qr-card img { display: block; width: 260px; height: 260px; border-radius: 16px; }
.official-qr-card strong, .official-qr-card small { display: block; }
.official-qr-card strong { margin-top: 15px; font-size: 14px; }
.official-qr-card small { margin-top: 6px; color: #8d899b; font-size: 11px; }

.trial-dialog { width: min(820px, calc(100% - 32px)); max-width: none; padding: 36px; border: 0; border-radius: 28px; color: var(--ink); background: #fff; box-shadow: 0 35px 90px rgba(5,45,32,.32); }
.trial-dialog[open] { display: grid; grid-template-columns: 1fr 250px; align-items: center; gap: 42px; }
.trial-dialog::backdrop { background: rgba(6,31,23,.7); backdrop-filter: blur(6px); }
.dialog-close { position: absolute; right: 18px; top: 14px; width: 38px; height: 38px; border: 0; border-radius: 50%; color: #64716b; background: #f0f5f2; font-size: 25px; line-height: 1; cursor: pointer; }
.dialog-copy h2 { margin: 12px 0 12px; font-size: 30px; line-height: 1.3; }
.dialog-copy > p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.8; }
.dialog-steps { display: grid; gap: 10px; margin-top: 22px; }
.dialog-steps span { display: flex; align-items: center; gap: 10px; color: #41504a; font-size: 13px; }
.dialog-steps b { width: 25px; height: 25px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 8px; color: var(--green); background: var(--mint); font-size: 11px; }
.dialog-email { display: inline-block; margin-top: 22px; color: var(--green-dark); font-size: 12px; font-weight: 750; }
.dialog-qr { padding: 16px 16px 18px; border-radius: 22px; text-align: center; background: #f2f8f5; }
.dialog-qr img { width: 210px; height: 210px; border-radius: 14px; }
.dialog-qr strong, .dialog-qr small { display: block; }
.dialog-qr strong { margin-top: 13px; font-size: 13px; }
.dialog-qr small { margin-top: 5px; color: #7e8a84; font-size: 11px; }

.mini-program { background: #fff; }
.qr-wrap { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 60px; padding: 60px 72px; border: 1px solid #e3ece7; border-radius: 32px; background: linear-gradient(135deg, #f7fcf9, #eef8f3); box-shadow: 0 18px 50px rgba(31, 97, 72, .08); }
.qr-copy h2 { margin: 16px 0 12px; }.qr-copy > p { margin: 0; }
.qr-tips { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 24px; }.qr-tips span { padding: 8px 12px; border-radius: 999px; color: var(--green-dark); background: #fff; font-size: 12px; }
.qr-card { width: 264px; padding: 18px 18px 20px; border-radius: 24px; text-align: center; background: #fff; box-shadow: 0 18px 40px rgba(26, 95, 68, .12); }
.qr-card img { width: 228px; height: 228px; border-radius: 14px; }.qr-card strong, .qr-card small { display: block; }.qr-card strong { margin-top: 14px; font-size: 13px; }.qr-card small { margin-top: 5px; color: #919b96; font-size: 11px; }

.footer { color: rgba(255,255,255,.75); background: #10271f; }
.footer-main { min-height: 120px; display: flex; justify-content: space-between; align-items: center; }
.footer-brand { display: flex; align-items: center; gap: 12px; }.footer-brand img { border-radius: 11px; }.footer-brand strong, .footer-brand small { display: block; }.footer-brand strong { color: #fff; font-size: 18px; }.footer-brand small { margin-top: 3px; font-size: 11px; }
.footer-links { display: flex; gap: 28px; font-size: 13px; }.footer-links a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; padding: 20px 0 26px; border-top: 1px solid rgba(255,255,255,.08); color: rgba(255,255,255,.4); font-size: 11px; }

.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .reveal { opacity: 1; transform: none; transition: none; } .float-card { animation: none; } }

@media (max-width: 980px) {
  .nav-links { display: none; }.nav-cta { margin-left: auto; }
  .hero { padding-top: 54px; }.hero-grid { grid-template-columns: 1fr; gap: 34px; text-align: center; }.hero-copy { position: relative; z-index: 6; max-width: 720px; margin: 0 auto; }.eyebrow, .hero-actions, .trust-pills { justify-content: center; }.trust-pills { position: relative; z-index: 6; }.hero-visual { min-height: 650px; margin-top: 12px; }
  .service-grid { grid-template-columns: 1fr; }.service-card { min-height: 0; }.moments-feature-grid, .life-feature-grid, .community-feature-grid, .property-feature-grid, .trust-grid { grid-template-columns: 1fr; gap: 50px; }.moments-copy, .life-copy, .community-copy, .property-feature-copy, .trust-copy { text-align: center; }.moments-copy { order: -1; }.property-feature-copy { order: -1; }.moments-points, .life-points, .community-points, .property-feature-points, .trust-list { max-width: 560px; margin-left: auto; margin-right: auto; text-align: left; }.product-link { margin-top: 20px; }.role-grid { grid-template-columns: 1fr; }.role-card { min-height: 0; }.role-card p { min-height: 0; }.institution-grid { grid-template-columns: 1fr; }.institution-card { min-height: 0; }.institution-card .feature-cta { margin-top: 28px; }.faq-grid { grid-template-columns: 1fr; gap: 34px; }.faq-heading { position: static; text-align: center; }.official-wrap { padding: 50px; }.qr-wrap { padding: 52px; }
}

@media (max-width: 640px) {
  .shell { width: min(100% - 32px, 1160px); }.nav { height: 64px; }.brand { font-size: 20px; }.brand img { width: 38px; height: 38px; }.nav-cta { padding: 9px 14px; font-size: 12px; }
  .hero { padding: 42px 0 64px; }.hero-grid { min-height: 0; }.hero h1 { margin-top: 18px; font-size: 42px; }.hero-lead { font-size: 15px; }.hero-actions { flex-direction: column; max-width: 320px; margin-left: auto; margin-right: auto; }.trust-pills { gap: 10px 14px; font-size: 11px; }
  .hero-visual { min-height: 580px; transform: scale(.84); margin: 18px -22px -32px; transform-origin: center top; }.phone { width: 310px; height: 606px; }.orbit-one { width: 510px; height: 510px; }.float-card-left { left: -2px; }.float-card-right { right: 0; }
  .section { padding: 78px 0; }.section-heading { margin-bottom: 34px; }.section h2 { font-size: 34px; }.section-heading p, .moments-copy > p, .life-copy > p, .trust-copy > p, .community-copy > p, .property-feature-copy > p, .collaboration-heading > p, .faq-heading > p, .qr-copy > p { font-size: 15px; }
  .service-grid { grid-template-columns: 1fr; }.service-card { min-height: 0; }
  .lane-tags { grid-template-columns: 1fr 1fr; }.moments-board, .life-board, .community-board, .property-board { padding: 18px; }.moment-post { padding: 17px; }.moment-gallery { height: 92px; }.life-card-grid { gap: 9px; }.life-card { padding: 10px; }.life-card-photo { height: 70px; font-size: 32px; }.board-item, .property-board-item { grid-template-columns: 46px 1fr; gap: 10px; padding: 14px 0; }.board-item time, .property-board-item time { grid-column: 2; }.start-step-grid { grid-template-columns: 1fr; }.start-step { min-height: 0; }.start-action { align-items: stretch; flex-direction: column; }.start-action .button { width: 100%; }.institution-card { padding: 26px 22px; }.institution-head { align-items: flex-start; flex-direction: column; }.institution-head small { text-align: left; }.institution-card h3 { font-size: 22px; }.institution-card .business-list { grid-template-columns: 1fr; }.collaboration { padding: 72px 0; }.collaboration-action { align-items: stretch; flex-direction: column; }.collaboration-action .button { width: 100%; }.faq-list summary { padding: 21px 2px; font-size: 15px; }.faq-list details p { margin-right: 28px; margin-left: 2px; }
  .trust-grid { gap: 38px; }.trust-panel { padding: 22px; }.timeline-row { grid-template-columns: 17px 1fr auto; gap: 9px; }.timeline-row > span { font-size: 9px; }
  .official-wrap { grid-template-columns: 1fr; gap: 32px; padding: 36px 22px; text-align: center; }.official-copy > p { font-size: 15px; }.official-topics { justify-content: center; }.official-qr-card { width: min(296px, 100%); margin: 0 auto; }.official-qr-card img { width: 100%; height: auto; }.qr-wrap { grid-template-columns: 1fr; gap: 32px; padding: 36px 22px; text-align: center; }.qr-tips { justify-content: center; }.qr-card { margin: 0 auto; width: min(264px, 100%); }
  .trial-dialog { padding: 48px 22px 24px; }.trial-dialog[open] { grid-template-columns: 1fr; gap: 26px; }.dialog-copy { text-align: center; }.dialog-copy h2 { font-size: 26px; }.dialog-steps { text-align: left; }.dialog-qr { width: 242px; margin: 0 auto; }
  .footer-main { padding: 30px 0; flex-direction: column; align-items: flex-start; gap: 25px; }.footer-links { flex-wrap: wrap; gap: 16px 24px; }.footer-bottom { gap: 10px; flex-direction: column; }
}

/* Legal pages */
.legal-page { background: #f5f9f7; }
.legal-header { background: #fff; border-bottom: 1px solid var(--line); }
.legal-nav { height: 72px; display: flex; align-items: center; justify-content: space-between; }
.back-home { color: var(--green); font-size: 14px; font-weight: 700; }
.legal-main { width: min(860px, calc(100% - 32px)); margin: 44px auto 70px; padding: 46px 54px; border-radius: 24px; background: #fff; box-shadow: 0 16px 44px rgba(23, 89, 64, .07); }
.legal-main h1 { margin: 0; font-size: 38px; }.legal-meta { margin: 12px 0 38px; color: #87928d; font-size: 12px; }.legal-main section { margin-top: 30px; }.legal-main h2 { margin: 0 0 10px; font-size: 19px; }.legal-main p { margin: 0; color: #5d6963; font-size: 14px; line-height: 2; }
@media (max-width: 640px) { .legal-main { margin-top: 24px; padding: 30px 22px; }.legal-main h1 { font-size: 30px; } }
