:root {
  --bg: #faf7f0;
  --surface: #fffdf8;
  --ink: #29463b;
  --ink-deep: #203c32;
  --muted: #6f8078;
  --green: #527867;
  --green-deep: #416b5b;
  --green-soft: #e5eee8;
  --mist: #eff3ef;
  --apricot: #fbe4d4;
  --coral: #e88969;
  --line: #dce6df;
  --cream-line: #eee6d9;
  --shadow: 0 24px 70px rgba(41, 70, 59, .10);
  --radius-sm: 18px;
  --radius-md: 28px;
  --radius-lg: 42px;
  --shell: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  -webkit-font-smoothing: antialiased;
}
body.dialog-open { overflow: hidden; }
img { display: block; max-width: 100%; }
button, a { font: inherit; }
a { color: inherit; text-decoration: none; }
button { color: inherit; }
.shell { width: min(var(--shell), calc(100% - 48px)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 999; left: 16px; top: -60px; padding: 12px 18px; border-radius: 8px; background: var(--ink); color: white; }
.skip-link:focus { top: 16px; }

.site-header {
  position: sticky;
  z-index: 50;
  top: 0;
  border-bottom: 1px solid rgba(220, 230, 223, .75);
  background: rgba(250, 247, 240, .88);
  backdrop-filter: blur(18px);
}
.nav { min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-size: 20px; font-weight: 750; letter-spacing: .04em; white-space: nowrap; }
.brand-mark { position: relative; width: 34px; height: 34px; display: grid; place-items: center; border-radius: 11px 11px 15px 15px; background: var(--green-deep); transform: rotate(-3deg); }
.brand-mark::before, .brand-mark::after { content: ""; position: absolute; top: 8px; width: 9px; height: 13px; border-radius: 10px 2px 10px 2px; background: #bcd3c4; }
.brand-mark::before { left: 7px; transform: rotate(-26deg); }
.brand-mark::after { right: 7px; transform: rotate(26deg) scaleX(-1); }
.brand-mark span { position: relative; z-index: 1; width: 5px; height: 14px; margin-top: 9px; border-radius: 6px; background: #fff9ec; }
.nav-links { display: flex; align-items: center; gap: 34px; margin-left: auto; }
.nav-links a { color: #567067; font-size: 14px; transition: color .2s ease; }
.nav-links a:hover, .nav-links a:focus-visible { color: var(--coral); }
.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 0 27px;
  border: 0;
  border-radius: 999px;
  background: var(--coral);
  box-shadow: 0 12px 28px rgba(232, 137, 105, .22);
  color: white;
  font-weight: 700;
  transition: transform .2s ease, box-shadow .2s ease;
}
.button:hover { transform: translateY(-2px); box-shadow: 0 16px 34px rgba(232, 137, 105, .3); }
.button:focus-visible, .text-link:focus-visible, .nav a:focus-visible, button:focus-visible, summary:focus-visible { outline: 3px solid rgba(232, 137, 105, .52); outline-offset: 4px; }
.button-small { min-height: 42px; padding-inline: 21px; font-size: 14px; box-shadow: none; }

.hero { position: relative; overflow: hidden; padding: 80px 0 104px; }
.hero-wash { position: absolute; inset: 0; pointer-events: none; background: radial-gradient(circle at 82% 20%, rgba(195, 218, 203, .32), transparent 30%), radial-gradient(circle at 14% 90%, rgba(251, 228, 212, .45), transparent 26%); }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; gap: 72px; }
.eyebrow { display: flex; align-items: center; gap: 10px; color: var(--green); font-size: 13px; font-weight: 750; letter-spacing: .15em; }
.eyebrow > span { width: 26px; height: 1px; background: currentColor; }
.hero h1 { max-width: 690px; margin: 23px 0 24px; color: var(--ink-deep); font-family: "Songti SC", "STSong", "Noto Serif CJK SC", serif; font-size: clamp(44px, 5vw, 69px); font-weight: 700; line-height: 1.17; letter-spacing: -.045em; }
.hero h1 em { display: block; color: var(--green); font-style: normal; }
.hero-lead { max-width: 590px; margin: 0; color: var(--muted); font-size: 18px; line-height: 1.85; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 37px; }
.text-link { padding: 10px 0; color: var(--green-deep); font-size: 15px; font-weight: 700; }
.text-link span { margin-left: 8px; color: var(--coral); }
.trust-row { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 34px; color: #70847a; font-size: 12px; }
.trust-row span { display: inline-flex; align-items: center; gap: 6px; }
.trust-row i { width: 17px; height: 17px; display: grid; place-items: center; border-radius: 50%; background: var(--green-soft); color: var(--green); font-size: 10px; font-style: normal; font-weight: 800; }

.hero-visual { position: relative; min-height: 630px; display: grid; place-items: center; }
.soft-orbit { position: absolute; border-radius: 50%; filter: blur(1px); }
.orbit-one { width: 510px; height: 510px; background: rgba(229, 238, 232, .88); }
.orbit-two { width: 420px; height: 420px; border: 1px solid rgba(82, 120, 103, .17); background: rgba(255, 253, 248, .64); }
.phone { position: relative; z-index: 2; overflow: hidden; width: 316px; min-height: 614px; border: 9px solid white; border-radius: 45px; background: #faf7f0; box-shadow: 0 32px 80px rgba(41, 70, 59, .18); }
.phone::after { content: ""; position: absolute; top: 8px; left: 50%; width: 72px; height: 18px; transform: translateX(-50%); border-radius: 20px; background: #fff; }
.phone-bar { height: 34px; display: flex; justify-content: space-between; padding: 10px 20px 0; color: #2d443b; font-size: 10px; font-weight: 700; }
.app-hero { position: relative; height: 160px; margin: 5px 13px 0; overflow: hidden; border-radius: 24px; background: #dfece3; }
.app-hero img { position: absolute; width: 100%; height: 100%; object-fit: cover; opacity: .57; }
.app-hero-copy { position: relative; padding: 22px 20px; }
.app-hero-copy span, .app-hero-copy small { display: block; color: #5b7669; font-size: 9px; }
.app-hero-copy strong { display: block; max-width: 220px; margin-top: 8px; color: #29463b; font-size: 17px; line-height: 1.35; }
.app-progress { height: 4px; margin-top: 19px; overflow: hidden; border-radius: 4px; background: rgba(255, 255, 255, .72); }
.app-progress i { display: block; width: 29%; height: 100%; border-radius: inherit; background: #6b8f7b; }
.app-hero-copy small { margin-top: 7px; }
.app-section-head { display: flex; justify-content: space-between; align-items: end; margin: 22px 18px 14px; }
.app-section-head strong { font-size: 18px; }
.app-section-head span { color: #829188; font-size: 9px; }
.dose { min-height: 75px; display: flex; align-items: center; justify-content: space-between; margin: 9px 15px; padding: 14px 15px 14px 18px; border: 1px solid #e4e9e5; border-radius: 18px; background: white; }
.dose > div small, .dose > div strong { display: block; }
.dose > div small { margin-bottom: 5px; color: #87938d; font-size: 8px; }
.dose > div strong { font-size: 13px; }
.dose > span, .dose button { border: 0; border-radius: 15px; background: #eef2ef; color: #788b81; font-size: 9px; padding: 7px 9px; }
.dose.active { border-color: #ccddd2; background: #f8fcf9; }
.dose.active > span { background: #e2eee6; color: #416b5b; }
.muted-dose { opacity: .74; }
.app-tabs { position: absolute; right: 0; bottom: 0; left: 0; display: flex; justify-content: space-around; padding: 13px 10px 17px; border-top: 1px solid #e8ece8; background: rgba(255,255,255,.96); color: #8b978f; font-size: 9px; }
.app-tabs b { color: #416b5b; }
.float-note { position: absolute; z-index: 3; display: flex; align-items: center; gap: 11px; min-width: 215px; padding: 14px 17px; border: 1px solid rgba(255,255,255,.85); border-radius: 18px; background: rgba(255,253,248,.93); box-shadow: 0 18px 45px rgba(41,70,59,.12); backdrop-filter: blur(12px); }
.float-note > span { width: 31px; height: 31px; display: grid; place-items: center; border-radius: 50%; background: var(--green-soft); color: var(--green); font-size: 13px; }
.float-note strong, .float-note small { display: block; }
.float-note strong { font-size: 11px; }
.float-note small { margin-top: 3px; color: var(--muted); font-size: 8px; }
.float-note-top { top: 84px; right: -15px; animation: hover-note 5s ease-in-out infinite; }
.float-note-bottom { bottom: 84px; left: -26px; animation: hover-note 5s ease-in-out -2.4s infinite; }
.float-note-bottom > span { background: var(--apricot); color: var(--coral); }
@keyframes hover-note { 50% { transform: translateY(-8px); } }

.quiet-strip { border-block: 1px solid var(--cream-line); background: rgba(255,253,248,.7); }
.strip-content { min-height: 90px; display: flex; align-items: center; justify-content: space-between; gap: 30px; color: #7a8982; font-size: 12px; }
.strip-content p { margin: 0 auto 0 0; color: var(--ink); font-family: "Songti SC", serif; font-size: 18px; }
.strip-content strong { color: var(--green); font-weight: 700; }
.strip-content > span { display: flex; align-items: center; gap: 8px; white-space: nowrap; }
.strip-content > span::before { content: ""; width: 5px; height: 5px; border-radius: 50%; background: #a6bbae; }

.section { padding-block: 118px; }
.section-heading { max-width: 620px; }
.section-heading.centered { margin: 0 auto 55px; text-align: center; }
.section-heading.centered .eyebrow { justify-content: center; }
.section-heading h2, .companion-copy h2, .safety-copy h2, .start-copy h2 { margin: 18px 0 17px; color: var(--ink-deep); font-family: "Songti SC", "STSong", serif; font-size: clamp(36px, 4vw, 51px); line-height: 1.25; letter-spacing: -.035em; }
.section-heading p, .companion-copy > p, .safety-copy > p, .start-copy > p { margin: 0; color: var(--muted); font-size: 16px; line-height: 1.8; }
.feature-grid { display: grid; grid-template-columns: 1.4fr 1fr; gap: 22px; }
.feature-card { position: relative; min-height: 355px; overflow: hidden; padding: 38px; border: 1px solid var(--line); border-radius: var(--radius-md); background: rgba(255,253,248,.8); }
.feature-card h3 { margin: 19px 0 10px; font-size: 22px; }
.feature-card p { max-width: 410px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.75; }
.feature-large { grid-row: span 2; min-height: 730px; display: flex; flex-direction: column; background: linear-gradient(145deg, #f5f8f5, #e5eee8); }
.icon-chip { width: 45px; height: 45px; display: grid; place-items: center; border-radius: 15px; background: #d8e7dd; color: var(--green); font-size: 20px; font-weight: 750; }
.icon-chip.apricot { background: var(--apricot); color: var(--coral); }
.icon-chip.sage { background: #e5eee8; color: #416b5b; }
.timeline-preview { position: relative; width: min(440px, 92%); margin: auto auto 0; padding: 29px 27px; border-radius: 28px 28px 0 0; background: #fffdf8; box-shadow: 0 25px 55px rgba(41,70,59,.12); }
.timeline-preview::before { content: "今日安排"; display: block; margin-bottom: 22px; font-size: 18px; font-weight: 750; }
.timeline-row { position: relative; display: grid; grid-template-columns: 14px 50px 1fr auto; align-items: center; min-height: 72px; color: #75847d; font-size: 11px; }
.timeline-row:not(:last-child)::after { content: ""; position: absolute; left: 6px; top: 44px; width: 1px; height: 51px; background: #dce6df; }
.timeline-row i { width: 13px; height: 13px; border: 3px solid #cbd8d0; border-radius: 50%; background: white; }
.timeline-row strong { color: var(--ink); font-size: 13px; }
.timeline-row em { border-radius: 20px; background: #eff3ef; padding: 6px 9px; font-style: normal; }
.timeline-row.done i { border-color: var(--green); background: var(--green); }
.timeline-row.current { color: var(--coral); }
.timeline-row.current i { border-color: var(--coral); box-shadow: 0 0 0 5px var(--apricot); }
.timeline-row.current em { background: var(--apricot); color: #b26045; }
.notification-card { position: absolute; right: 28px; bottom: 0; left: 28px; padding: 22px 23px 24px; border-radius: 22px 22px 0 0; background: white; box-shadow: 0 -8px 30px rgba(41,70,59,.07); }
.notification-card span, .notification-card strong, .notification-card small { display: block; }
.notification-card span { color: var(--green); font-size: 10px; }
.notification-card strong { margin: 9px 0 5px; font-size: 14px; }
.notification-card small { color: var(--muted); font-size: 10px; }
.calendar-feature { background: #fffaf3; }
.mini-calendar { position: absolute; right: 26px; bottom: 25px; left: 26px; display: grid; grid-template-columns: repeat(7, 1fr); gap: 9px; }
.mini-calendar span { aspect-ratio: 1; display: grid; place-items: center; border-radius: 50%; color: #87938d; font-size: 10px; }
.mini-calendar .checked { background: var(--green-soft); color: var(--green-deep); }
.mini-calendar .today { background: var(--coral); color: white; box-shadow: 0 0 0 5px var(--apricot); }

.journey-section { background: var(--surface); }
.split-heading { max-width: none; display: flex; justify-content: space-between; align-items: end; gap: 50px; }
.split-heading > p { max-width: 430px; margin-bottom: 8px; }
.steps { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin: 60px 0 0; padding: 0; list-style: none; }
.steps::before { content: ""; position: absolute; top: 42px; right: 8%; left: 8%; height: 1px; background: linear-gradient(90deg, transparent, #cfdcd3 10%, #cfdcd3 90%, transparent); }
.steps li { position: relative; padding: 0 22px; text-align: center; }
.steps li > span { position: absolute; top: -12px; right: 17%; color: #d8e1db; font-family: Georgia, serif; font-size: 42px; font-style: italic; }
.step-icon { position: relative; z-index: 1; width: 85px; height: 85px; display: grid; place-items: center; margin: 0 auto 24px; border: 9px solid var(--surface); border-radius: 50%; background: var(--green-soft); color: var(--green); font-size: 25px; font-weight: 700; }
.steps li:nth-child(even) .step-icon { background: var(--apricot); color: var(--coral); }
.steps h3 { margin: 0 0 9px; font-size: 17px; }
.steps p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }

.product-section { overflow: hidden; }
.screens { display: grid; grid-template-columns: repeat(3, 1fr); align-items: center; gap: 36px; max-width: 980px; margin: 0 auto; }
.screen-card { overflow: hidden; min-height: 570px; border: 8px solid #fff; border-radius: 38px; background: #faf7f0; box-shadow: var(--shadow); transform: rotate(-2deg); }
.screen-card.raised { min-height: 620px; transform: translateY(-10px); }
.screen-card:last-child { transform: rotate(2deg); }
.screen-top { height: 43px; display: flex; justify-content: space-between; align-items: center; padding: 0 17px; color: #415c51; font-size: 9px; }
.screen-top strong { font-size: 12px; }
.screen-body { padding: 25px 20px; }
.screen-kicker { color: var(--ink); font-size: 21px; font-weight: 750; }
.screen-body > p { min-height: 39px; margin: 8px 0 22px; color: var(--muted); font-size: 10px; line-height: 1.65; }
.screen-alert { padding: 15px; border: 1px solid #d9e5dd; border-radius: 15px; background: #fffdf8; }
.screen-alert b, .screen-alert span { display: block; }
.screen-alert b { color: var(--green-deep); font-size: 11px; }
.screen-alert span { margin-top: 5px; color: var(--muted); font-size: 9px; }
.screen-task { display: flex; align-items: center; gap: 13px; min-height: 75px; margin-top: 11px; padding: 13px; border: 1px solid #e1e7e3; border-radius: 17px; background: white; }
.screen-task i { width: 24px; height: 24px; display: grid; place-items: center; border: 2px solid #d6e0da; border-radius: 50%; color: white; font-size: 10px; font-style: normal; }
.screen-task.checked i { border-color: var(--green); background: var(--green); }
.screen-task small, .screen-task strong { display: block; }
.screen-task small { margin-bottom: 5px; color: var(--muted); font-size: 8px; }
.screen-task strong { font-size: 12px; }
.screen-card footer { height: 58px; display: flex; justify-content: space-between; align-items: center; margin-top: auto; padding: 0 22px; border-top: 1px solid #edf0ed; color: var(--green); font-size: 11px; }
.screen-card footer span { color: #bdc9c1; font-family: Georgia, serif; font-size: 20px; font-style: italic; }
.rate { margin-top: 24px; color: var(--green); font-family: Georgia, serif; font-size: 58px; line-height: 1; text-align: center; }
.rate em { font-size: 20px; font-style: normal; }
.screen-progress .screen-body > p { text-align: center; }
.calendar-title { display: flex; justify-content: space-between; margin: 28px 2px 12px; font-size: 11px; }
.calendar-title span { color: var(--muted); font-size: 9px; }
.screen-calendar { display: grid; grid-template-columns: repeat(7, 1fr); gap: 7px; }
.screen-calendar i, .screen-calendar b { aspect-ratio: 1; display: grid; place-items: center; border-radius: 50%; color: #8b978f; font-size: 8px; font-style: normal; font-weight: 500; }
.screen-calendar b.is-done { background: var(--green-soft); color: var(--green); }
.screen-calendar b.is-today { background: var(--coral); color: white; }
.screen-button { margin-top: 28px; padding: 12px; border-radius: 22px; background: var(--coral); color: white; font-size: 10px; font-weight: 700; text-align: center; }
.metric-row { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.metric-row div { padding: 20px 10px; border-radius: 16px; background: var(--green-soft); text-align: center; }
.metric-row strong, .metric-row span { display: block; }
.metric-row strong { color: var(--green); font-family: Georgia, serif; font-size: 25px; }
.metric-row span { margin-top: 5px; color: var(--muted); font-size: 8px; }
.report-note { display: grid; gap: 10px; margin-top: 21px; padding: 18px; border-radius: 17px; background: white; }
.report-note b { font-size: 12px; }
.report-note span { padding-top: 10px; border-top: 1px solid #edf0ed; color: var(--muted); font-size: 9px; }

.companion-section { overflow: hidden; background: #edf3ee; }
.companion-grid { min-height: 680px; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 80px; }
.companion-art { position: relative; align-self: end; max-width: 590px; }
.companion-art img { width: 100%; max-height: 620px; object-fit: contain; object-position: bottom; mix-blend-mode: multiply; }
.message-bubble { position: absolute; top: 18%; right: -3%; padding: 15px 18px; border-radius: 18px 18px 18px 4px; background: white; box-shadow: 0 16px 42px rgba(41,70,59,.12); color: var(--ink); font-size: 12px; }
.message-bubble span { margin-right: 8px; padding: 4px 7px; border-radius: 7px; background: var(--apricot); color: #b55e43; font-size: 9px; }
.companion-copy { max-width: 500px; }
.boundary-list { display: grid; gap: 21px; margin: 34px 0 0; padding: 0; list-style: none; }
.boundary-list li { display: grid; grid-template-columns: 27px 1fr; gap: 13px; align-items: start; }
.boundary-list i { width: 27px; height: 27px; display: grid; place-items: center; border-radius: 50%; background: #dbe9df; color: var(--green); font-size: 11px; font-style: normal; font-weight: 800; }
.boundary-list strong, .boundary-list span { display: block; }
.boundary-list strong { margin-bottom: 5px; font-size: 14px; }
.boundary-list span { color: var(--muted); font-size: 12px; line-height: 1.65; }

.safety-section { padding-bottom: 58px; }
.safety-card { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; padding: 68px 72px; border-radius: var(--radius-lg); background: var(--ink-deep); box-shadow: 0 30px 70px rgba(32,60,50,.16); color: white; }
.eyebrow.light { color: #b7ccbe; }
.safety-copy h2, .start-copy h2 { color: white; }
.safety-copy > p { color: #b8c9c0; }
.legal-buttons { display: flex; gap: 12px; margin-top: 31px; }
.outline-button { min-height: 43px; padding: 0 18px; border: 1px solid rgba(255,255,255,.28); border-radius: 23px; background: transparent; color: white; cursor: pointer; font-size: 12px; }
.outline-button:hover { border-color: #fff; background: rgba(255,255,255,.07); }
.safety-points { display: grid; }
.safety-points article { display: grid; grid-template-columns: 46px 1fr; gap: 17px; padding: 22px 0; border-bottom: 1px solid rgba(255,255,255,.12); }
.safety-points article:last-child { border-bottom: 0; }
.safety-points article > span { width: 43px; height: 43px; display: grid; place-items: center; border-radius: 14px; background: rgba(229,238,232,.11); color: #c6d9cc; font-family: "Songti SC", serif; font-size: 18px; }
.safety-points h3 { margin: 0 0 6px; font-size: 15px; }
.safety-points p { margin: 0; color: #adbbb4; font-size: 12px; line-height: 1.7; }
.no-script-legal { margin: 25px 35px 0; color: var(--muted); text-align: center; }
.no-script-legal h3 { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
.no-script-legal p { margin: 0; font-size: 12px; line-height: 1.75; }

.faq-section { background: var(--surface); }
.faq-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { min-height: 77px; display: flex; align-items: center; justify-content: space-between; gap: 20px; cursor: pointer; list-style: none; font-size: 15px; font-weight: 700; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { position: relative; width: 19px; height: 19px; flex: 0 0 auto; }
.faq-list summary span::before, .faq-list summary span::after { content: ""; position: absolute; top: 9px; left: 2px; width: 15px; height: 1px; background: var(--green); transition: transform .2s ease; }
.faq-list summary span::after { transform: rotate(90deg); }
.faq-list details[open] summary span::after { transform: rotate(0); }
.faq-list details p { margin: -5px 50px 25px 0; color: var(--muted); font-size: 13px; line-height: 1.8; }

.start-section { padding: 80px 0; background: linear-gradient(180deg, var(--surface), #f6eee3); }
.start-card { position: relative; overflow: hidden; min-height: 420px; display: grid; grid-template-columns: 1fr 400px; align-items: center; gap: 70px; padding: 60px 70px; border-radius: var(--radius-lg); background: var(--green-deep); }
.start-card::before { content: ""; position: absolute; width: 450px; height: 450px; right: -90px; top: -190px; border-radius: 50%; border: 1px solid rgba(255,255,255,.12); box-shadow: 0 0 0 65px rgba(255,255,255,.025), 0 0 0 130px rgba(255,255,255,.02); }
.start-copy { position: relative; }
.start-copy > p { max-width: 510px; color: #c3d1c9; }
.start-tags { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 26px; }
.start-tags span { padding: 8px 12px; border-radius: 18px; background: rgba(255,255,255,.08); color: #d5e1da; font-size: 10px; }
.qr-card { position: relative; display: grid; grid-template-columns: 126px 1fr; gap: 18px; align-items: center; padding: 20px; border-radius: 23px; background: #fffdf8; box-shadow: 0 24px 55px rgba(22,45,37,.25); }
.qr-image { width: 126px; height: 126px; border-radius: 13px; object-fit: cover; }
.qr-card strong, .qr-card span { display: block; }
.qr-card strong { font-size: 15px; }
.qr-card span { margin-top: 7px; color: var(--muted); font-size: 10px; line-height: 1.6; }
.qr-download { grid-column: 1 / -1; display: none; padding: 11px; border-radius: 22px; background: var(--coral); color: white; font-size: 12px; font-weight: 700; text-align: center; }

.site-footer { padding: 46px 0 25px; background: #f6eee3; }
.footer-main { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 40px; padding-bottom: 34px; border-bottom: 1px solid #e6ddcf; }
.footer-main > p { margin: 0; color: var(--muted); font-size: 12px; }
.footer-links { display: flex; align-items: center; gap: 24px; }
.footer-links button, .footer-links a { border: 0; background: none; cursor: pointer; color: var(--green); font-size: 12px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; padding-top: 22px; color: #8b948f; font-size: 10px; }
.footer-bottom p { margin: 0; }
.footer-bottom p:last-child { display: flex; gap: 18px; }

.legal-dialog { width: min(680px, calc(100% - 30px)); max-height: min(82vh, 760px); padding: 0; border: 0; border-radius: 28px; background: var(--surface); color: var(--ink); box-shadow: 0 30px 90px rgba(25,47,39,.35); }
.legal-dialog::backdrop { background: rgba(22,43,36,.62); backdrop-filter: blur(5px); }
.dialog-inner { position: relative; padding: 45px 48px 50px; }
.dialog-close { position: absolute; top: 21px; right: 21px; width: 38px; height: 38px; border: 0; border-radius: 50%; background: var(--mist); cursor: pointer; color: var(--green); font-size: 24px; line-height: 1; }
.dialog-tag { color: var(--coral); font-size: 11px; font-weight: 750; letter-spacing: .14em; }
.legal-dialog h2 { margin: 13px 0 12px; font-family: "Songti SC", serif; font-size: 34px; }
.dialog-lead { padding: 18px 20px; border-left: 3px solid var(--coral); background: #fff5ec; }
.legal-dialog h3 { margin: 28px 0 8px; font-size: 15px; }
.legal-dialog p { color: var(--muted); font-size: 13px; line-height: 1.8; }

@media (max-width: 1024px) {
  .nav-links { gap: 20px; }
  .hero-grid { gap: 35px; }
  .float-note-top { right: -4px; }
  .float-note-bottom { left: -4px; }
  .feature-grid { grid-template-columns: 1.2fr 1fr; }
  .companion-grid { gap: 35px; }
  .safety-card { gap: 45px; padding: 58px 50px; }
  .faq-grid { gap: 55px; }
  .start-card { grid-template-columns: 1fr 350px; gap: 40px; padding-inline: 50px; }
}

@media (max-width: 800px) {
  .shell { width: min(100% - 36px, 680px); }
  .nav { min-height: 66px; }
  .nav-links { display: none; }
  .hero { padding: 56px 0 75px; }
  .hero-grid { grid-template-columns: 1fr; gap: 52px; }
  .hero-copy { text-align: center; }
  .hero-copy .eyebrow, .hero-actions, .trust-row { justify-content: center; }
  .hero h1 { margin-inline: auto; }
  .hero-lead { margin-inline: auto; }
  .hero-visual { min-height: 610px; }
  .strip-content { flex-wrap: wrap; justify-content: center; padding: 22px 0; }
  .strip-content p { flex: 0 0 100%; margin: 0; text-align: center; }
  .section { padding-block: 85px; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-large { min-height: 620px; grid-row: auto; }
  .feature-card { min-height: 340px; }
  .split-heading { display: block; }
  .split-heading > p { margin-top: 20px; }
  .steps { grid-template-columns: 1fr 1fr; gap: 48px 18px; }
  .steps::before { display: none; }
  .screens { grid-template-columns: 1fr; max-width: 330px; gap: 35px; }
  .screen-card, .screen-card:last-child, .screen-card.raised { min-height: 585px; transform: none; }
  .companion-grid { grid-template-columns: 1fr; padding-top: 75px; }
  .companion-copy { grid-row: 1; text-align: center; margin-inline: auto; }
  .companion-copy .eyebrow { justify-content: center; }
  .boundary-list { text-align: left; }
  .companion-art { max-width: 500px; margin-inline: auto; }
  .safety-card { grid-template-columns: 1fr; }
  .faq-grid { grid-template-columns: 1fr; }
  .start-card { grid-template-columns: 1fr; text-align: center; }
  .start-copy .eyebrow, .start-tags { justify-content: center; }
  .start-copy > p { margin-inline: auto; }
  .qr-card { max-width: 380px; margin-inline: auto; text-align: left; }
  .qr-download { display: block; }
  .footer-main { grid-template-columns: 1fr; justify-items: center; text-align: center; gap: 20px; }
  .footer-bottom { display: grid; justify-content: center; text-align: center; }
  .footer-bottom p:last-child { flex-wrap: wrap; justify-content: center; }
}

@media (max-width: 480px) {
  .shell { width: min(100% - 28px, 440px); }
  .brand { font-size: 17px; }
  .brand-mark { width: 31px; height: 31px; }
  .button-small { min-height: 39px; padding-inline: 16px; }
  .hero { padding-top: 43px; }
  .hero h1 { font-size: 39px; }
  .hero-lead { font-size: 15px; }
  .hero-actions { flex-direction: column; gap: 12px; }
  .hero-actions .button { width: 100%; }
  .trust-row { gap: 10px 15px; }
  .hero-visual { min-height: 560px; margin-inline: -10px; transform: scale(.91); transform-origin: top center; }
  .float-note { min-width: 185px; }
  .float-note-top { right: -6px; }
  .float-note-bottom { left: -6px; }
  .strip-content > span { font-size: 10px; }
  .section { padding-block: 72px; }
  .section-heading.centered { margin-bottom: 39px; }
  .section-heading h2, .companion-copy h2, .safety-copy h2, .start-copy h2 { font-size: 34px; }
  .feature-card { padding: 29px 24px; }
  .feature-large { min-height: 570px; }
  .timeline-preview { width: 100%; padding-inline: 19px; }
  .steps { grid-template-columns: 1fr; gap: 42px; }
  .steps li { padding-inline: 35px; }
  .companion-grid { min-height: 0; }
  .companion-art { margin-inline: -15px; }
  .message-bubble { right: 0; }
  .safety-card { gap: 30px; padding: 42px 25px; border-radius: 30px; }
  .legal-buttons { flex-direction: column; }
  .outline-button { width: 100%; }
  .no-script-legal { margin-inline: 5px; }
  .start-section { padding: 50px 0; }
  .start-card { padding: 43px 22px; border-radius: 30px; }
  .qr-card { grid-template-columns: 104px 1fr; padding: 15px; }
  .qr-image { width: 104px; height: 104px; }
  .footer-links { flex-wrap: wrap; justify-content: center; }
  .dialog-inner { padding: 42px 25px; }
}

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