:root {
  --ink: #2d2540;
  --muted: #7e7690;
  --purple: #7e66db;
  --purple-dark: #4d3f82;
  --lavender: #f8f5ff;
  --line: rgba(126, 102, 219, .16);
  --yellow: #ffd271;
  --peach: #ffd9c5;
  --pink: #f9dce8;
  --shadow: 0 24px 64px rgba(88, 74, 147, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--lavender); font-family: "Noto Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif; line-height: 1.6; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.site-logo {
  width: 28px;
  height: 28px;
  object-fit: cover;
  border-radius: 50%;
}
.site-shell { overflow: hidden; }
.site-header, main > section, .site-footer { max-width: 1240px; margin: 0 auto; }
.site-header { height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 32px; padding: 0 32px; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-family: "Noto Serif SC", serif; font-weight: 800; font-size: 20px; letter-spacing: .04em; white-space: nowrap; }
.brand-mark { position: relative; width: 28px; height: 28px; display: inline-flex; align-items: end; justify-content: space-between; gap: 3px; padding: 7px 6px; overflow: hidden; border: 1px solid rgba(126,102,219,.22); border-radius: 50%; background: linear-gradient(145deg, #8c75e5, #6c54c4); box-shadow: 0 7px 16px rgba(126,102,219,.22); }
.brand-mark::before { content: ""; position: absolute; inset: 5px; border: 1px solid rgba(255,255,255,.52); border-radius: 50%; }
.brand-mark span { z-index: 1; display: block; width: 3px; border-radius: 999px 999px 2px 2px; background: #fff; }
.brand-mark span:nth-child(1) { height: 8px; }.brand-mark span:nth-child(2) { height: 13px; }.brand-mark span:nth-child(3) { height: 10px; }
.desktop-nav { display: flex; align-items: center; gap: 34px; margin-left: auto; color: #6d6580; font-size: 14px; }
.desktop-nav a, .footer-links a, .footer-bottom a { transition: color .2s ease; }.desktop-nav a:hover, .footer-links a:hover, .footer-bottom a:hover { color: var(--purple); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 18px; border-radius: 999px; font-weight: 700; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; cursor: pointer; }
.button:hover, .store-button:hover { transform: translateY(-2px); }.button-primary { min-height: 56px; padding: 0 24px 0 28px; color: #fff; background: linear-gradient(135deg, #7159d3, #9c7efa); box-shadow: 0 14px 28px rgba(126,102,219,.25); }.button-primary:hover { box-shadow: 0 18px 34px rgba(126,102,219,.35); }
.button-small { min-height: 42px; padding: 0 17px; font-size: 13px; }.button-outline { color: var(--purple-dark); border: 1px solid var(--line); background: rgba(255,255,255,.58); }.button-outline:hover { background: #fff; }
.menu-button, .mobile-nav { display: none; }
.hero { display: grid; grid-template-columns: minmax(0, .93fr) minmax(500px, 1.07fr); align-items: center; min-height: 700px; padding: 58px 32px 72px; }
.eyebrow { display: flex; align-items: center; gap: 9px; color: var(--purple); font-size: 12px; letter-spacing: .16em; font-weight: 700; text-transform: uppercase; }.eyebrow-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--purple); box-shadow: 0 0 0 5px rgba(126,102,219,.1); }
h1, h2, h3, p { margin-top: 0; } h1, h2 { font-family: "Noto Serif SC", serif; line-height: 1.25; letter-spacing: -.04em; } h1 { max-width: 620px; margin: 25px 0 24px; font-size: clamp(42px, 5.2vw, 70px); font-weight: 900; } h2 { margin: 20px 0 22px; font-size: clamp(33px, 4vw, 54px); font-weight: 800; } h1 em, h2 em { color: var(--purple); font-style: normal; }.hero-description { max-width: 510px; color: var(--muted); font-size: 16px; line-height: 2; }
.hero-actions { display: flex; align-items: center; gap: 25px; margin-top: 32px; }.text-link { display: inline-flex; align-items: center; gap: 11px; color: var(--purple-dark); font-size: 14px; font-weight: 700; border-bottom: 1px solid transparent; transition: gap .2s ease, border .2s ease; }.text-link:hover { gap: 16px; border-color: var(--purple); }.hero-note { display: flex; align-items: center; gap: 8px; margin-top: 34px; color: #9a92aa; font-size: 12px; }.note-icon { color: #d19b3a; font-size: 16px; }
.hero-art { position: relative; min-height: 580px; }.sun-orb { position: absolute; width: 390px; height: 390px; top: 80px; left: 50%; border-radius: 50%; transform: translateX(-45%); background: radial-gradient(circle at 42% 35%, #fffdf0 0 8%, #ffe3a0 31%, #e4c9ff 72%, rgba(228,201,255,0) 73%); opacity: .8; }.orbit { position: absolute; border: 1px solid rgba(126,102,219,.13); border-radius: 50%; transform: rotate(-23deg); }.orbit-one { width: 475px; height: 220px; top: 160px; left: 18px; }.orbit-two { width: 540px; height: 270px; top: 135px; left: -12px; transform: rotate(25deg); }
.phone-frame { position: absolute; z-index: 2; top: 24px; left: 50%; width: 310px; height: 612px; padding: 9px; border: 7px solid #2b2440; border-radius: 43px; transform: translateX(-50%) rotate(4deg); background: #2b2440; box-shadow: 18px 26px 50px rgba(45,37,64,.25); }.phone-frame::after { content: ""; position: absolute; right: -14px; top: 112px; width: 4px; height: 72px; border-radius: 0 4px 4px 0; background: #2b2440; }.phone-speaker { position: absolute; z-index: 3; top: 11px; left: 50%; width: 70px; height: 20px; transform: translateX(-50%); border-radius: 999px; background: #2b2440; }.phone-screen { position: relative; height: 100%; overflow: hidden; border-radius: 29px; padding: 17px 13px 0; background: linear-gradient(180deg, #faf7ff, #f3edff); }.phone-status, .phone-topline, .phone-card, .progress-heading, .scene-heading, .mood-row, .task-row, .phone-actions, .phone-nav { display: flex; align-items: center; }.phone-status { justify-content: space-between; margin: 2px 5px 12px; font-size: 8px; font-weight: 700; color: #625b76; }.phone-topline { justify-content: space-between; padding: 0 4px 9px; font-size: 8px; font-weight: 700; color: #453b5d; }.phone-script { color: rgba(126,102,219,.35); font: italic 12px "Brush Script MT", cursive; }.phone-card { border: 1px solid rgba(126,102,219,.1); background: rgba(255,255,255,.84); box-shadow: 0 9px 20px rgba(88,74,147,.07); }.lead-phone-card { gap: 9px; padding: 12px 10px; border-radius: 16px; }.avatar-art { position: relative; flex: 0 0 64px; height: 64px; overflow: hidden; border-radius: 50%; background: radial-gradient(circle at 55% 37%, #f8d5de 0 17%, transparent 18%), radial-gradient(circle at 52% 55%, #7d5b84 0 29%, transparent 30%), linear-gradient(150deg,#f4c1b6,#c6a9e9); }.avatar-art::after { content: ""; position: absolute; width: 44px; height: 24px; left: 10px; bottom: -4px; border-radius: 50% 50% 30% 30%; background: #6b4c85; }.avatar-art span { position: absolute; z-index: 1; width: 26px; height: 26px; top: 13px; left: 19px; border-radius: 45% 55% 45% 45%; background: #edc3bb; }.phone-divider { width: 1px; height: 65px; background: var(--line); }.phone-script-copy { display: flex; flex-direction: column; gap: 3px; min-width: 0; }.phone-caption, .phone-script-copy small { color: #aaa2bc; font-size: 7px; }.phone-script-copy strong { color: #342a4c; font: 700 13px "Noto Serif SC", serif; white-space: nowrap; }.phone-script-copy span:not(.phone-caption) { color: #6e6682; font-size: 8px; white-space: nowrap; }.progress-phone-card { display: block; margin-top: 9px; padding: 13px 11px; border-radius: 16px; }.progress-heading { justify-content: space-between; font-size: 10px; }.progress-heading span { color: #9b93ab; font-size: 8px; }.progress-track { height: 5px; margin: 13px 0 9px; border-radius: 99px; background: #eee9f9; }.progress-track span { display: block; width: 44%; height: 100%; border-radius: inherit; background: linear-gradient(90deg, #836bdc, #b39bff); }.day-dots { display: flex; justify-content: space-between; color: #a6a0b3; font-size: 8px; }.day-dots i { display: grid; place-items: center; width: 19px; height: 19px; border-radius: 50%; font-style: normal; }.day-dots i.active { color: #fff; background: var(--purple); box-shadow: 0 4px 9px rgba(126,102,219,.32); }.scene-heading { justify-content: space-between; margin: 15px 0 9px; font-size: 8px; font-weight: 700; }.scene-heading small { color: #aaa2bc; font-size: 7px; font-weight: 400; }.mood-row { gap: 4px; margin-bottom: 10px; font-size: 7px; color: #958da3; }.mood-row span { padding: 4px 6px; border-radius: 999px; background: #f6f2fb; }.mood-row .selected { color: #6652b3; background: #eee8ff; }.task-row { gap: 7px; margin-top: 8px; color: #5f586d; font-size: 8px; }.task-row b { margin-right: 4px; color: #836dd4; font-size: 7px; }.check { display: grid; place-items: center; width: 15px; height: 15px; border: 1px solid #c8bedf; border-radius: 50%; color: #fff; font-size: 9px; }.task-row.done .check { border-color: var(--purple); background: var(--purple); }.phone-actions { gap: 6px; margin-top: 13px; }.phone-actions span { flex: 1; padding: 8px 4px; border-radius: 999px; color: #fff; background: linear-gradient(135deg,#8067da,#a187f2); text-align: center; font-size: 8px; }.phone-actions span + span { color: var(--purple-dark); border: 1px solid var(--line); background: #fff; }.phone-nav { position: absolute; right: 12px; bottom: 10px; left: 12px; justify-content: space-between; color: #ada5b7; font-size: 7px; }.phone-nav span.active { color: var(--purple); font-weight: 700; }.floating-card { position: absolute; z-index: 3; padding: 15px 18px; border: 1px solid rgba(126,102,219,.1); border-radius: 16px; background: rgba(255,255,255,.85); box-shadow: var(--shadow); backdrop-filter: blur(12px); }.floating-card-top { top: 66px; right: 1px; width: 165px; transform: rotate(6deg); }.mini-label, .floating-card small { display: block; color: #9f97ad; font-size: 9px; }.floating-card strong { display: block; margin-top: 3px; color: #4e3c87; font: 700 17px "Noto Serif SC", serif; }.mini-line { display: block; width: 44px; height: 2px; margin-top: 12px; border-radius: 99px; background: var(--yellow); }.floating-card-bottom { bottom: 22px; left: 1px; display: grid; grid-template-columns: 18px 1fr; gap: 0 5px; width: 190px; transform: rotate(-7deg); }.quote-mark { grid-row: span 2; color: var(--purple); font: 700 30px Georgia, serif; line-height: 1; }.floating-card-bottom > span:nth-child(2) { color: #675d77; font: 500 12px "Noto Serif SC", serif; }.floating-card-bottom small { grid-column: 2; margin-top: 4px; }
.marquee-band { max-width: none; overflow: hidden; padding: 15px 0; color: #7969b9; border-top: 1px solid rgba(126,102,219,.12); border-bottom: 1px solid rgba(126,102,219,.12); background: rgba(255,255,255,.42); }.marquee-track { display: flex; align-items: center; justify-content: space-around; min-width: 1050px; gap: 32px; font: 600 11px "Noto Sans SC", sans-serif; letter-spacing: .2em; }.marquee-track b { color: #dda342; font-size: 16px; }
.story { display: grid; grid-template-columns: 1.04fr .96fr; gap: 100px; padding: 144px 32px 126px; }.story-body { padding-top: 42px; }.story-body p, .section-heading-row > p, .scenes-copy > p { color: var(--muted); font-size: 16px; line-height: 2; }.story-stats { display: flex; gap: 55px; margin-top: 45px; padding-top: 21px; border-top: 1px solid var(--line); }.story-stats div { display: flex; flex-direction: column; gap: 5px; }.story-stats strong { color: var(--purple); font: 600 30px "Noto Serif SC", serif; }.story-stats span { color: #9890a8; font-size: 12px; }
.feature-section { max-width: none; padding: 110px max(32px, calc((100vw - 1176px) / 2)) 128px; background: #fffdfb; }.section-heading-row { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 50px; }.section-heading-row > p { max-width: 345px; margin-bottom: 12px; font-size: 14px; }.section-heading-row h2 { margin-bottom: 0; }.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; max-width: 1176px; margin: auto; }.feature-card { position: relative; min-height: 365px; padding: 30px; overflow: hidden; border-radius: 22px; }.feature-card-purple { color: #fff; background: #6551a8; }.feature-card-yellow { background: #fee39d; }.feature-card-pink { background: #f8dce9; }.feature-index { opacity: .7; font-size: 10px; letter-spacing: .12em; }.feature-icon { position: relative; width: 48px; height: 48px; margin: 58px 0 25px; }.icon-clapper { border: 3px solid #fff; border-top: 14px solid #fff; border-radius: 6px; transform: rotate(-9deg); }.icon-clapper::before { content: ""; position: absolute; left: -3px; right: -3px; top: -14px; height: 9px; background: repeating-linear-gradient(122deg, #6551a8 0 7px, #fff 7px 14px); }.icon-clapper span { position: absolute; bottom: 8px; left: 9px; width: 24px; border-top: 3px solid #fff; }.icon-sun { border: 3px solid #3e3423; border-radius: 50%; }.icon-sun::before { content: ""; position: absolute; inset: -12px; background: repeating-conic-gradient(from 0deg, transparent 0 14deg, #3e3423 14deg 17deg, transparent 17deg 32deg); -webkit-mask: radial-gradient(transparent 0 59%, #000 60% 66%, transparent 67%); mask: radial-gradient(transparent 0 59%, #000 60% 66%, transparent 67%); }.icon-sun span { position: absolute; inset: 12px; border-radius: 50%; background: #3e3423; }.icon-film { border: 3px solid #5e3950; border-radius: 5px; }.icon-film::before, .icon-film::after { content: ""; position: absolute; top: 4px; bottom: 4px; width: 6px; background: radial-gradient(circle,#f8dce9 0 2px,transparent 2.5px) center top / 6px 11px repeat-y; }.icon-film::before { left: 3px; }.icon-film::after { right: 3px; }.icon-film span { position: absolute; inset: 10px 13px; border-top: 3px solid #5e3950; border-bottom: 3px solid #5e3950; }.feature-card h3 { margin: 0 0 12px; font: 700 26px "Noto Serif SC", serif; }.feature-card p { max-width: 250px; margin-bottom: 0; font-size: 14px; line-height: 1.9; opacity: .78; }.script-chip { position: absolute; right: 25px; bottom: 25px; padding: 7px 11px; border: 1px solid rgba(255,255,255,.25); border-radius: 999px; color: rgba(255,255,255,.83); font-size: 10px; }.scene-sticker { position: absolute; right: 23px; bottom: 20px; width: 75px; height: 75px; display: grid; place-content: center; transform: rotate(10deg); border-radius: 50%; color: #553f2b; background: #fff3c8; text-align: center; font: 11px "Noto Serif SC", serif; box-shadow: 3px 6px 0 rgba(96,69,28,.1); }.scene-sticker strong { font-size: 14px; }.poster-stamp { position: absolute; right: 24px; bottom: 22px; width: 70px; height: 70px; display: grid; place-content: center; border: 1px solid rgba(94,57,80,.3); border-radius: 50%; transform: rotate(-13deg); color: #70465e; text-align: center; font: 700 15px "Noto Serif SC", serif; }.poster-stamp small { font: 8px "Noto Sans SC", sans-serif; letter-spacing: .16em; }
.scenes { display: grid; grid-template-columns: .94fr 1.06fr; gap: 80px; align-items: center; padding: 138px 32px 144px; }.scenes-copy { max-width: 480px; }.check-list { display: grid; gap: 17px; padding: 0; margin: 32px 0; list-style: none; color: #5e576d; font-size: 14px; }.check-list li { display: flex; align-items: center; gap: 11px; }.check-list span { display: grid; place-items: center; width: 20px; height: 20px; border-radius: 50%; color: var(--purple); background: #ede8fe; font-size: 12px; font-weight: 700; }.scenes-art { position: relative; min-height: 525px; }.poster-back { position: absolute; width: 290px; height: 400px; top: 65px; left: 50%; border-radius: 6px; box-shadow: 8px 18px 28px rgba(73,45,97,.14); }.poster-back-one { transform: translateX(-38%) rotate(-14deg); background: linear-gradient(160deg,#d4c8f5,#f7d3b5); }.poster-back-two { transform: translateX(-52%) rotate(10deg); background: linear-gradient(160deg,#ffe49d,#facddc); }.finale-poster { position: absolute; z-index: 2; left: 50%; top: 35px; width: 310px; height: 445px; padding: 17px; transform: translateX(-50%) rotate(-3deg); color: #fff; background: #322649; box-shadow: 13px 22px 38px rgba(73,45,97,.22); }.poster-top, .poster-footer { display: flex; align-items: center; justify-content: space-between; font-size: 8px; letter-spacing: .1em; }.poster-sky { position: relative; height: 175px; margin-top: 14px; overflow: hidden; background: linear-gradient(170deg, #5e4b97, #9c7fd4 58%, #f3b79e); }.poster-moon { position: absolute; width: 58px; height: 58px; top: 24px; right: 35px; border-radius: 50%; background: #ffe5a8; box-shadow: 0 0 25px #ffe5a8; }.poster-cloud { position: absolute; border-radius: 50%; background: rgba(255,250,242,.4); filter: blur(2px); }.cloud-a { width: 100px; height: 26px; top: 70px; left: 25px; }.cloud-b { width: 140px; height: 34px; top: 104px; right: -8px; }.poster-hill { position: absolute; right: -20px; bottom: -35px; left: -20px; height: 106px; border-radius: 50% 50% 0 0; background: #392b58; }.poster-content { position: relative; padding: 20px 7px 0; }.poster-label { color: #eac55d; font-size: 9px; letter-spacing: .2em; }.poster-content h3 { margin: 10px 0 12px; font: 700 34px/1.15 "Noto Serif SC", serif; }.poster-content p { max-width: 235px; margin: 0; color: rgba(255,255,255,.67); font-size: 10px; line-height: 1.8; }.poster-footer { position: absolute; right: 24px; bottom: 16px; left: 24px; padding-top: 12px; border-top: 1px solid rgba(255,255,255,.17); color: rgba(255,255,255,.65); }
.testimonial-section { max-width: none; padding: 108px 24px 120px; color: #fff; background: #5d4a9e; text-align: center; }.testimonial-mark { color: #d2bfff; font: 100px/0.65 Georgia,serif; }.testimonial-section blockquote { max-width: 780px; margin: 22px auto 29px; font: 500 clamp(23px, 3vw, 33px)/1.65 "Noto Serif SC", serif; letter-spacing: -.02em; }.testimonial-meta { display: flex; justify-content: center; align-items: center; gap: 9px; color: rgba(255,255,255,.65); font-size: 12px; }.avatar-dot { width: 25px; height: 25px; border-radius: 50%; background: linear-gradient(145deg,#f4cfca,#bb9ee8); }.meta-divider { width: 20px; height: 1px; background: rgba(255,255,255,.3); }
.download-section { display: grid; grid-template-columns: 1fr 350px; align-items: center; gap: 100px; max-width: none; padding: 125px max(32px, calc((100vw - 1176px) / 2)); color: #fff; background: #2f2647; }.eyebrow-light { color: #d8caff; }.eyebrow-light .eyebrow-dot { background: #d8caff; box-shadow: 0 0 0 5px rgba(216,202,255,.12); }.download-copy h2 { margin-top: 23px; color: #fff; }.download-copy h2 em { color: #c9b7ff; }.download-copy p { max-width: 530px; color: rgba(255,255,255,.64); font-size: 15px; line-height: 2; }.download-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }.store-button { display: inline-flex; align-items: center; gap: 11px; min-height: 60px; padding: 0 15px; border: 1px solid rgba(255,255,255,.15); border-radius: 12px; color: #fff; background: rgba(255,255,255,.1); transition: transform .2s ease, background .2s ease; }.store-button:hover { background: rgba(255,255,255,.16); }.store-button-muted { color: rgba(255,255,255,.72); background: transparent; }.store-icon { display: grid; place-items: center; width: 29px; height: 29px; border-radius: 8px; color: #fff; background: #8068dc; font-weight: 700; }.store-icon-outline { color: #d8caff; border: 1px solid #8068dc; background: transparent; font-size: 14px; }.store-button small, .store-button strong { display: block; text-align: left; }.store-button small { color: rgba(255,255,255,.56); font-size: 9px; }.store-button strong { font-size: 13px; }.download-disclaimer { margin-top: 17px; color: rgba(255,255,255,.36); font-size: 11px; }.download-card { position: relative; height: 415px; padding: 20px; overflow: hidden; border: 1px solid rgba(255,255,255,.2); border-radius: 5px; transform: rotate(4deg); background: linear-gradient(155deg, #8d72df, #e2a9cb 60%, #ffcc91); box-shadow: 18px 25px 40px rgba(0,0,0,.24); }.download-card::before, .download-card::after { content: ""; position: absolute; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; }.download-card::before { width: 370px; height: 370px; top: 30px; left: -95px; }.download-card::after { width: 265px; height: 265px; top: 82px; left: -40px; }.download-card-top, .download-card-bottom { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; font-size: 10px; letter-spacing: .16em; }.tiny-mark { color: #ffe5ac; font-size: 17px; }.download-card-no { opacity: .65; }.download-card-circle { position: absolute; top: 115px; left: 50%; width: 132px; height: 132px; display: grid; place-items: center; transform: translateX(-50%); border: 1px solid rgba(255,255,255,.6); border-radius: 50%; }.download-card-spark { color: #fff2ca; font-size: 42px; }.download-card-title { position: absolute; z-index: 1; top: 235px; left: 20px; font: 700 37px/1.18 "Noto Serif SC", serif; }.download-card-bottom { position: absolute; right: 20px; bottom: 20px; left: 20px; font-size: 8px; }
.faq-section { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; padding: 128px 32px; }.faq-list { border-top: 1px solid var(--line); }.faq-list details { border-bottom: 1px solid var(--line); }.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 23px 0; list-style: none; cursor: pointer; font: 600 17px "Noto Serif SC", serif; }.faq-list summary::-webkit-details-marker { display: none; }.faq-list summary span { position: relative; width: 16px; height: 16px; }.faq-list summary span::before, .faq-list summary span::after { content: ""; position: absolute; top: 7px; left: 0; width: 16px; height: 1px; background: var(--purple); transition: transform .2s ease; }.faq-list summary span::after { transform: rotate(90deg); }.faq-list details[open] summary span::after { transform: rotate(0); }.faq-list p { max-width: 580px; margin: -6px 35px 22px 0; color: var(--muted); font-size: 14px; line-height: 1.9; }
.site-footer { padding: 58px 32px 24px; }.footer-main { display: flex; align-items: start; justify-content: space-between; gap: 40px; padding-bottom: 52px; }.footer-brand { align-items: start; }.footer-main > p { margin: 2px 0 0; color: var(--muted); font: 500 14px/1.8 "Noto Serif SC", serif; }.footer-links { display: flex; gap: 28px; color: #716a82; font-size: 13px; }.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 22px; border-top: 1px solid var(--line); color: #a09aad; font-size: 11px; }.footer-bottom span:last-child { display: flex; gap: 22px; }
.legal-modal { position: fixed; z-index: 20; inset: 0; display: grid; place-items: center; padding: 24px; background: rgba(36,27,56,.42); }.legal-modal[hidden] { display: none; }.legal-modal-panel { position: relative; max-width: 560px; padding: 36px 38px; border-radius: 20px; background: #fffdfb; box-shadow: 0 30px 80px rgba(36,27,56,.25); }.legal-modal-panel h2 { margin: 12px 0 20px; font-size: 35px; }.legal-modal-panel p { color: var(--muted); font-size: 14px; line-height: 2; }.modal-close { position: absolute; top: 17px; right: 20px; width: 30px; height: 30px; border: 0; border-radius: 50%; color: var(--purple-dark); background: #f2edff; font-size: 22px; line-height: 1; cursor: pointer; }
@media (max-width: 900px) { .desktop-nav { gap: 17px; }.hero { grid-template-columns: 1fr; padding-top: 72px; }.hero-copy { max-width: 630px; }.hero-art { min-height: 650px; margin: 28px auto 0; width: min(100%, 560px); }.story, .scenes { gap: 45px; }.download-section { gap: 50px; }.faq-section { gap: 45px; } }
@media (max-width: 680px) { .site-header { height: 72px; padding: 0 20px; }.desktop-nav, .site-header > .button { display: none; }.menu-button { display: flex; flex-direction: column; gap: 5px; width: 36px; height: 36px; align-items: center; justify-content: center; border: 1px solid var(--line); border-radius: 50%; color: var(--ink); background: rgba(255,255,255,.7); cursor: pointer; }.menu-button span { display: block; width: 14px; height: 1px; background: var(--purple-dark); transition: transform .2s ease; }.menu-button[aria-expanded="true"] span:first-child { transform: translateY(3px) rotate(45deg); }.menu-button[aria-expanded="true"] span:last-child { transform: translateY(-3px) rotate(-45deg); }.mobile-nav { display: flex; position: absolute; z-index: 10; top: 72px; right: 20px; left: 20px; flex-direction: column; gap: 4px; padding: 10px; border: 1px solid var(--line); border-radius: 14px; background: rgba(255,255,255,.96); box-shadow: var(--shadow); opacity: 0; pointer-events: none; transform: translateY(-8px); transition: opacity .2s ease, transform .2s ease; }.mobile-nav.open { opacity: 1; pointer-events: auto; transform: translateY(0); }.mobile-nav a { padding: 12px; border-radius: 9px; font-size: 14px; }.mobile-nav a:hover { color: var(--purple); background: #f6f2ff; }.hero { min-height: auto; padding: 56px 20px 35px; }.hero-description { font-size: 14px; line-height: 1.9; }.hero-actions { align-items: start; flex-direction: column; gap: 20px; }.hero-note { margin-top: 26px; }.hero-art { min-height: 555px; margin-top: 34px; transform: scale(.9); transform-origin: top center; width: 111%; margin-left: -5.5%; }.sun-orb { width: 330px; height: 330px; left: 50%; top: 86px; }.orbit-one { width: 390px; height: 190px; left: 50%; transform: translateX(-50%) rotate(-23deg); }.orbit-two { width: 440px; height: 235px; left: 50%; transform: translateX(-50%) rotate(25deg); }.floating-card-top { right: -5px; }.floating-card-bottom { left: -4px; }.marquee-track { justify-content: start; animation: marquee 20s linear infinite; }.story, .scenes, .faq-section { grid-template-columns: 1fr; padding: 84px 20px; gap: 15px; }.story-body { padding-top: 0; }.story-stats { gap: 28px; margin-top: 28px; }.feature-section { padding: 82px 20px; }.section-heading-row { display: block; margin-bottom: 32px; }.section-heading-row > p { margin-top: 24px; }.feature-grid { grid-template-columns: 1fr; gap: 14px; }.feature-card { min-height: 310px; }.feature-icon { margin-top: 40px; }.scenes-art { min-height: 500px; margin-top: 25px; transform: scale(.9); transform-origin: top center; }.testimonial-section { padding: 75px 20px 85px; }.testimonial-meta { flex-wrap: wrap; }.download-section { grid-template-columns: 1fr; padding: 82px 20px 90px; gap: 55px; }.download-card { width: min(100%, 350px); margin: auto; }.faq-list { margin-top: 28px; }.faq-list summary { font-size: 15px; }.site-footer { padding: 50px 20px 24px; }.footer-main { flex-direction: column; gap: 24px; padding-bottom: 35px; }.footer-links { flex-wrap: wrap; gap: 16px 22px; }.footer-bottom { flex-direction: column; gap: 13px; }.footer-bottom span:last-child { gap: 16px; }.legal-modal-panel { padding: 30px 24px; } }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-40%); } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; } }

/* 下载入口：二维码和应用市场链接均可独立替换 */
.download-options { display: grid; grid-template-columns: 160px minmax(240px, 1fr); align-items: center; gap: 24px; margin-top: 30px; }
.qr-card { display: grid; gap: 10px; justify-items: center; padding: 13px 12px 12px; border-radius: 16px; color: var(--ink); background: #fffdfb; box-shadow: 0 14px 35px rgba(0,0,0,.16); }
.qr-frame { width: 128px; height: 128px; overflow: hidden; border-radius: 9px; background: #fff; }
.qr-frame img { display: block; width: 100%; height: 100%; }
.qr-copy { display: grid; gap: 1px; text-align: center; }
.qr-copy strong { font: 700 14px "Noto Serif SC", serif; }
.qr-copy span { color: #a29aa9; font-size: 10px; }
.download-link-group { min-width: 0; }
.download-group-label { display: block; margin-bottom: 11px; color: rgba(255,255,255,.62); font-size: 12px; }
.download-link-group .download-actions { display: grid; gap: 10px; margin-top: 0; }
.download-link-group .store-button { width: 100%; }
.store-button.is-configured { background: rgba(126,102,219,.75); }
.store-icon-android { background: #43bf83; }
.download-link-status { display: block; margin-top: 12px; color: rgba(255,255,255,.4); font-size: 11px; }
.download-disclaimer { max-width: 560px; }

@media (max-width: 680px) {
  .download-options { grid-template-columns: 1fr; gap: 18px; }
  .qr-card { width: min(100%, 180px); justify-self: center; }
  .download-link-group { width: 100%; }
  .download-link-group .store-button { min-height: 58px; }
}

/* iOS / Android 双平台下载卡片 */
.download-section { display: block; padding: 116px max(20px, calc((100vw - 1180px) / 2)) 96px; background: #3b322f; }
.download-copy { max-width: 760px; }
.download-copy p { max-width: 680px; }
.platform-download-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; max-width: 1180px; margin-top: 52px; }
.platform-card { padding: 30px 40px 35px; border: 1px solid rgba(255,255,255,.2); border-radius: 28px; background: rgba(255,255,255,.055); box-shadow: 0 20px 55px rgba(0,0,0,.13); }
.platform-card-head { display: flex; align-items: center; gap: 20px; }
.platform-card-head h3 { margin: 0 0 3px; color: #fff; font: 700 29px/1.2 "Noto Serif SC", serif; }
.platform-card-head span { color: rgba(255,255,255,.58); font-size: 16px; }
.platform-icon { width: 70px; height: 70px; display: grid; place-items: center; border-radius: 20px; font-size: 37px; line-height: 1; }
.platform-icon-ios { color: #e79882; background: #f2ae9a; }
.platform-icon-android { color: #5f9d88; background: #b2d0c4; font-size: 30px; font-weight: 800; }
.platform-icon img { display: block; width: 42px; height: 42px; }
.platform-icon-ios img { width: 39px; height: 39px; }
.platform-qr { width: min(100%, 282px); aspect-ratio: 1; margin: 40px auto 34px; padding: 0; overflow: hidden; border-radius: 17px; background: #fffdfb; box-shadow: 0 12px 30px rgba(0,0,0,.15); }
.platform-qr img { display: block; width: 100%; height: 100%; }
.platform-qr-coming-soon { display: grid; place-items: center; color: #332a27; }
.platform-qr-coming-soon span { font: 700 24px/1.3 "Noto Serif SC", serif; letter-spacing: .08em; }
.platform-download-button { display: flex; align-items: center; justify-content: center; gap: 13px; min-height: 64px; width: 100%; border-radius: 999px; color: #332a27; background: #fffdfb; font-size: 18px; font-weight: 800; transition: background .2s ease, transform .2s ease, box-shadow .2s ease; cursor: pointer; }
.platform-download-button:hover { transform: translateY(-2px); background: #fff; box-shadow: 0 12px 25px rgba(0,0,0,.14); }
.platform-download-button-disabled { opacity: .62; cursor: not-allowed; }
.platform-download-button-disabled:hover { transform: none; background: #fffdfb; box-shadow: none; }
.platform-download-button.is-configured { color: #fff; background: #8068dc; }
.platform-status { display: block; min-height: 17px; margin-top: 13px; color: rgba(255,255,255,.42); font-size: 11px; text-align: center; }
.download-section > .download-disclaimer { max-width: 1180px; margin: 20px auto 0; color: rgba(255,255,255,.38); }
section[id] { scroll-margin-top: 24px; }

@media (max-width: 760px) {
  .download-section { padding: 82px 20px 76px; }
  .download-copy h2 { font-size: clamp(34px, 10vw, 48px); }
  .platform-download-grid { grid-template-columns: 1fr; gap: 18px; margin-top: 36px; }
  .platform-card { padding: 23px 20px 25px; border-radius: 22px; }
  .platform-card-head { gap: 15px; }
  .platform-card-head h3 { font-size: 24px; }
  .platform-card-head span { font-size: 14px; }
  .platform-icon { width: 58px; height: 58px; border-radius: 17px; font-size: 30px; }
  .platform-qr { width: min(100%, 245px); margin: 28px auto 24px; border-radius: 14px; }
  .platform-download-button { min-height: 58px; font-size: 16px; }
}

.footer-bottom span:last-child { flex-wrap: wrap; }
@media (max-width: 680px) {
  .footer-bottom span:last-child { row-gap: 8px; }
}

/* 下载区紧凑布局：桌面端左侧文案，右侧双平台卡片 */
@media (min-width: 981px) {
  .download-section { display: grid; grid-template-columns: minmax(260px, .72fr) minmax(0, 1.48fr); align-items: center; gap: 48px; padding-top: 88px; padding-bottom: 88px; }
  .download-copy { max-width: 390px; }
  .download-copy h2 { margin-top: 18px; font-size: clamp(32px, 3.1vw, 44px); line-height: 1.3; }
  .download-copy p { max-width: 360px; font-size: 14px; line-height: 1.85; }
  .platform-download-grid { width: 100%; max-width: 680px; gap: 14px; margin-top: 0; justify-self: end; }
  .platform-card { padding: 20px 18px 20px; border-radius: 20px; }
  .platform-card-head { gap: 11px; }
  .platform-card-head h3 { font-size: 21px; }
  .platform-card-head span { font-size: 12px; }
  .platform-icon { width: 52px; height: 52px; border-radius: 15px; }
  .platform-icon img { width: 31px; height: 31px; }
  .platform-icon-ios img { width: 29px; height: 29px; }
  .platform-qr { width: min(100%, 190px); margin: 22px auto 20px; border-radius: 12px; }
  .platform-qr-coming-soon span { font-size: 19px; }
  .platform-download-button { min-height: 52px; font-size: 15px; }
  .platform-status { margin-top: 8px; }
}

@media (min-width: 761px) and (max-width: 980px) {
  .download-section { display: grid; grid-template-columns: 1fr; gap: 36px; }
  .download-copy { max-width: 680px; }
  .platform-download-grid { margin-top: 0; }
}
