/*
 * 宝贝轻松记视觉系统
 * 方向：暖色生命力 × 空间质感 × 家庭温度 × 克制科技感
 */

:root {
  color-scheme: light;

  /* 品牌色 */
  --brand-950: #173c35;
  --brand-900: #214c42;
  --brand-800: #35695b;
  --brand-700: #5d8679;
  --mint: #c9e6d3;
  --coral: #d98a7a;
  --coral-deep: #b96559;
  --cream: #fbf6e9;
  --paper: #fffdf8;
  --grass-soft: #dfe9ca;
  --blush-soft: #f1d9d4;
  --butter-soft: #f2e5a8;
  --ink: #1c3732;
  --ink-soft: #64746e;
  --line: rgba(28, 55, 50, 0.15);
  --line-inverse: rgba(251, 246, 233, 0.2);

  /* 旧内容页仍使用的语义别名，统一在此维护 */
  --forest-1000: #18211e;
  --forest-950: #202d28;
  --forest-900: #30483e;
  --forest-800: #476257;
  --forest-700: #687e73;
  --apricot: #bd7958;
  --apricot-soft: #e6c7b6;

  /* 字体与字号 */
  --font-sans: -apple-system, BlinkMacSystemFont, "SF Pro Text", "PingFang SC", "Noto Sans CJK SC", "Microsoft YaHei", sans-serif;
  --text-xs: 0.75rem;
  --text-sm: 0.875rem;
  --text-base: 1rem;
  --text-lg: 1.125rem;
  --title-sm: 1.5rem;
  --title-md: clamp(2.1rem, 3.4vw, 3.65rem);

  /* 布局 */
  --header-height: 72px;
  --page-width: 1280px;
  --reading-width: 760px;
  --radius-md: 20px;
  --ease-out: cubic-bezier(0.2, 0.72, 0.22, 1);
}

html {
  font-size: 16px;
  scroll-padding-top: var(--header-height);
}

body {
  color: var(--ink);
  background: var(--cream);
  font-family: var(--font-sans);
  font-size: var(--text-base);
  font-weight: 400;
  line-height: 1.75;
}

button,
input,
textarea,
select {
  font: inherit;
}

.site-header {
  min-height: var(--header-height);
  border-bottom-color: rgba(20, 51, 46, 0.08);
  background: rgba(255, 246, 232, 0.9);
}

.header-inner {
  width: min(calc(100% - 56px), var(--page-width));
}

.site-logo {
  color: var(--brand-900);
  font-size: var(--text-base);
  font-weight: 700;
  letter-spacing: 0.01em;
}

.site-logo::before {
  box-shadow: 0 10px 28px rgba(8, 45, 41, 0.16);
}

.site-nav a {
  color: rgba(20, 51, 46, 0.68);
  font-size: var(--text-sm);
  font-weight: 500;
}

.site-nav .nav-download {
  color: var(--cream);
  background: var(--brand-900);
}

.site-nav .nav-download:hover {
  color: var(--brand-950);
  background: var(--mint);
}

/* 首页 */
.home-page{overflow-x:hidden;color:var(--ink);background:var(--cream)}
.home-page .home-header{border-bottom-color:rgba(23,60,53,.08);background:rgba(223,233,202,.9);backdrop-filter:blur(18px) saturate(115%)}
.home-page .home-header .site-logo,.home-page .home-header .site-nav a{color:var(--brand-950)}
.home-page .home-header .site-nav .nav-download{color:var(--cream);background:var(--brand-950)}
.home-page .home-header .site-nav .nav-download:hover{color:var(--brand-950);background:var(--butter-soft)}

/* 首屏：一个完整产品画面，不再陈列素材 */
.home-hero{position:relative;height:calc(100svh - var(--header-height));min-height:700px;display:grid;grid-template-columns:minmax(390px,.82fr) minmax(560px,1.18fr);overflow:hidden;background:var(--grass-soft);isolation:isolate}
.home-hero::before{content:"";position:absolute;z-index:-1;width:min(54vw,720px);height:88%;right:5vw;bottom:0;border-radius:50% 50% 0 0;background:rgba(255,253,248,.5)}
.home-hero::after{content:"";position:absolute;z-index:-1;width:min(36vw,480px);aspect-ratio:1;right:-10vw;top:-20%;border:1px solid rgba(23,60,53,.11);border-radius:50%}
.home-hero-copy{z-index:2;align-self:center;max-width:610px;padding:clamp(48px,7vw,104px);padding-right:clamp(36px,4vw,64px);animation:heroCopyEnter 760ms var(--ease-out) both}
.home-hero-stage{position:relative;min-width:0;min-height:0;overflow:hidden;padding:46px clamp(44px,8vw,120px) 0 32px;display:grid;place-items:end center}
.eyebrow{margin:0 0 20px;display:flex;align-items:center;gap:10px;color:rgba(23,60,53,.62);font-size:var(--text-xs);font-weight:600;letter-spacing:.08em}
.eyebrow::before{content:"";width:8px;height:8px;flex:0 0 auto;border:2px solid var(--brand-950);border-radius:50%;box-shadow:0 0 0 5px rgba(23,60,53,.08)}
.home-hero h1{margin:0;color:var(--brand-950);font-size:clamp(3.4rem,5vw,4.55rem);font-weight:700;letter-spacing:-.055em;line-height:1}
.hero-promise{margin:24px 0 0;color:var(--brand-800);font-size:clamp(1.55rem,2.2vw,2.05rem);font-weight:600;letter-spacing:-.035em;line-height:1.25}
.hero-intro{max-width:430px;margin:20px 0 0;color:rgba(28,55,50,.66);font-size:var(--text-base);line-height:1.8}
.hero-market-links{margin-top:28px;display:flex;flex-wrap:wrap;gap:12px 24px}
.hero-market-links a{padding-bottom:4px;border-bottom:1px solid rgba(23,60,53,.32);color:var(--brand-950);font-size:var(--text-sm);font-weight:600;text-decoration:none;transition:color 180ms ease,border-color 180ms ease,transform 220ms var(--ease-out)}
.hero-market-links a:hover{color:var(--coral-deep);border-color:var(--coral-deep);transform:translateY(-2px)}
.home-hero-app{z-index:2;min-width:0;align-self:end;margin:0;display:grid;place-items:end center}
.home-hero-app>img{width:min(31vw,370px);max-height:660px;padding:8px;object-fit:cover;object-position:top;border-radius:38px 38px 0 0;background:var(--paper);box-shadow:0 34px 80px rgba(23,60,53,.2);transform:translateY(10px);transition:transform 420ms var(--ease-out);animation:heroPhoneEnter 900ms 120ms var(--ease-out) both}
.home-hero-app:hover>img{transform:translateY(-6px)}

/* 家庭照片：从产品功能中退出，只承担品牌初心 */
.care-story{height:600px;display:grid;grid-template-columns:minmax(360px,.78fr) minmax(520px,1.22fr);color:var(--brand-950);background:#edf0dc}
.care-story-photo{position:relative;min-width:0;height:100%;margin:0;overflow:hidden;background:#c9d2cf}
.care-story-photo::after{content:"";position:absolute;inset:0;z-index:1;pointer-events:none;background:linear-gradient(90deg,transparent 62%,rgba(237,240,220,.18))}
.hero-photo{width:100%;height:100%;display:block;object-fit:cover;object-position:center 60%;animation:heroPhotoEnter 1s var(--ease-out) both}
.hero-star-field{position:absolute;inset:0;z-index:2;overflow:hidden;contain:layout paint;pointer-events:none}
.hero-star{position:absolute;left:var(--star-x);top:var(--star-y);width:var(--star-size);height:var(--star-size);opacity:0;color:var(--star-color,#fff7d6);filter:drop-shadow(0 0 6px var(--star-glow,rgba(255,247,214,.82)));animation:heroStarTwinkle var(--star-life,760ms) var(--ease-out) forwards}
.care-story-copy{align-self:center;max-width:720px;padding:clamp(72px,7vw,96px) clamp(64px,8vw,112px)}
.care-story-copy h2{margin:0;color:var(--brand-950);font-size:clamp(2.1rem,3.2vw,3.2rem);font-weight:600;letter-spacing:-.05em;line-height:1.12}
.care-story-copy>p:not(.section-tag){max-width:570px;margin:26px 0 0;color:rgba(28,55,50,.65);font-size:var(--text-base);line-height:1.85}

/* 方便：产品如何减少记录步骤 */
.feature-convenience{overflow:hidden;color:var(--brand-950);background:var(--cream)}
.feature-convenience-inner{width:min(calc(100% - 56px),var(--page-width));min-height:790px;margin:0 auto;padding:clamp(96px,10vw,138px) 0;display:grid;grid-template-columns:minmax(340px,.82fr) minmax(520px,1.18fr);align-items:center;gap:clamp(72px,10vw,150px)}
.feature-copy{max-width:480px}
.section-tag{margin:0 0 15px;color:var(--coral-deep);font-size:var(--text-xs);font-weight:700;letter-spacing:.12em}
.feature-copy h2,.safety-heading h2,.download-copy h2,.resources-heading h2{margin:0;font-size:var(--title-md);font-weight:600;letter-spacing:-.05em;line-height:1.12}
.feature-copy>p:not(.section-tag){max-width:430px;margin:24px 0 0;color:rgba(28,55,50,.66);font-size:var(--text-base);line-height:1.85}
.record-flow{margin:34px 0 0;padding:0;border-bottom:1px solid rgba(23,60,53,.18);list-style:none}
.record-flow li{padding:15px 0;display:grid;grid-template-columns:48px 1fr;align-items:center;border-top:1px solid rgba(23,60,53,.18)}
.record-flow span{color:var(--coral-deep);font-size:var(--text-xs);font-weight:700}
.record-flow strong{color:var(--brand-950);font-size:var(--text-sm);font-weight:600}
.feature-phone{position:relative;min-height:560px;margin:0;display:grid;place-items:end center;isolation:isolate}
.feature-phone::before{content:"";position:absolute;width:min(39vw,500px);height:92%;bottom:0;z-index:-1;border-radius:48% 48% 24px 24px;background:#edf0dc}
.feature-phone::after{content:"";position:absolute;width:min(31vw,400px);aspect-ratio:1;right:2%;top:3%;z-index:-2;border:1px solid rgba(23,60,53,.12);border-radius:50%}
.feature-phone img{width:min(24vw,300px);display:block;border-radius:32px 32px 0 0;box-shadow:0 30px 70px rgba(23,60,53,.18);transform:translateY(8px);transition:transform 440ms var(--ease-out)}
.feature-phone:hover img{transform:translateY(-7px)}

/* 安心：用具体规则建立信任 */
.feature-safety{padding:clamp(100px,10vw,144px) 28px;color:var(--brand-950);background:var(--cream)}
.feature-safety-inner{width:min(100%,var(--page-width));margin:0 auto;display:grid;grid-template-columns:minmax(360px,.9fr) minmax(520px,1.1fr);align-items:start;gap:clamp(72px,10vw,140px)}
.safety-heading{max-width:520px}
.safety-heading h2{color:var(--brand-950)}
.safety-links{margin:28px 0 0;display:flex;flex-wrap:wrap;gap:8px 20px}
.safety-links a{color:var(--brand-900);font-size:var(--text-xs);font-weight:600;text-underline-offset:4px}
.safety-rules{margin:0}
.safety-rules>div{padding:24px 0 26px;display:grid;grid-template-columns:minmax(150px,.56fr) minmax(260px,1.44fr);gap:28px;border-top:1px solid rgba(23,60,53,.2)}
.safety-rules dt{color:var(--brand-950);font-size:var(--text-sm);font-weight:600}
.safety-rules dd{color:rgba(28,55,50,.62);font-size:var(--text-sm);line-height:1.75}

/* 下载：产品叙事完成后再转化 */
.primary-download{color:var(--cream);background:var(--brand-950)}
.primary-download-inner{width:min(calc(100% - 56px),var(--page-width));min-height:520px;margin:0 auto;padding:86px 0;display:grid;grid-template-columns:minmax(420px,.92fr) minmax(440px,1.08fr);align-items:center;gap:72px}
.download-copy .section-tag{color:var(--coral)}
.download-copy h2{color:var(--cream)}
.download-copy>p:not(.section-tag){max-width:460px;margin:22px 0 0;color:rgba(251,246,233,.6);font-size:var(--text-base)}
.download-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:12px}
.store-link{position:relative;min-width:194px;min-height:66px;padding:11px 42px 11px 16px;display:grid;grid-template-columns:30px minmax(0,1fr);align-items:center;column-gap:11px;border:1px solid rgba(251,246,233,.24);border-radius:18px;color:var(--cream);background:rgba(251,246,233,.08);text-decoration:none;transition:transform 220ms var(--ease-out),background 180ms ease}
.store-link-primary{color:var(--brand-950);border-color:var(--mint);background:var(--mint)}
.store-link:hover{transform:translateY(-3px);background:rgba(251,246,233,.14)}
.store-link-primary:hover{background:var(--butter-soft)}
.store-link::after{content:"↗";position:absolute;right:15px;top:50%;transform:translateY(-50%)}
.store-icon,.store-icon svg,.store-icon img{width:30px;height:30px;display:block}
.store-icon{overflow:hidden;border-radius:8px}
.store-link>span:last-of-type{min-width:0;display:flex;flex-direction:column}
.store-link small{font-size:.68rem;font-weight:500;opacity:.64}
.store-link strong{font-size:var(--text-base);font-weight:600;line-height:1.3}
.download-actions>p{width:100%;margin:7px 0 0;color:rgba(251,246,233,.52);font-size:var(--text-xs);text-align:right}
.download-actions>p a{color:inherit;font-weight:600;text-underline-offset:4px}

/* 指南：转换之后的轻量资源入口 */
.home-resources{padding:clamp(92px,9vw,128px) 28px;color:var(--ink);background:var(--cream)}
.home-resources-inner{width:min(100%,var(--page-width));margin:0 auto;display:grid;grid-template-columns:minmax(300px,.7fr) minmax(600px,1.3fr);align-items:start;gap:clamp(68px,9vw,132px)}
.resources-heading{max-width:440px}
.resources-heading>a{margin-top:28px;display:inline-block;color:var(--brand-900);font-size:var(--text-sm);font-weight:600;text-underline-offset:5px}
.resources-list{border-top:1px solid var(--line)}
.resources-list a{min-height:104px;padding:24px 42px 24px 0;display:grid;grid-template-columns:54px 1fr;align-items:center;border-bottom:1px solid var(--line);color:inherit;text-decoration:none;transition:padding 260ms var(--ease-out),color 180ms ease}
.resources-list a::after{content:"↗";justify-self:end;grid-column:3;color:var(--coral-deep)}
.resources-list a:hover{padding-left:9px;color:var(--brand-700)}
.resources-list span{color:var(--coral-deep);font-size:var(--text-xs);font-weight:700}
.resources-list strong{color:var(--brand-950);font-size:clamp(1.12rem,1.65vw,1.42rem);font-weight:600;letter-spacing:-.025em;line-height:1.4}

/* 页脚 */
.home-page .site-footer{color:rgba(251,246,233,.52);border-top-color:rgba(251,246,233,.1);background:var(--brand-950)}
.home-page .site-footer .site-logo{color:var(--cream)}
.home-page .footer-brand p,.home-page .footer-beian,.home-page .site-footer .footer-links a{color:rgba(251,246,233,.5)}
.home-page .site-footer .footer-links a:hover,.home-page .footer-beian a:hover{color:var(--cream)}
/* 指南页与协议页共用的排版和配色 */
.guide-page,
body:not(.home-page) {
  background: var(--cream);
}

.guide-hero,
.policy-header {
  color: var(--cream);
  background:
    radial-gradient(circle at 84% 18%, rgba(169, 234, 213, 0.16), transparent 23rem),
    linear-gradient(135deg, var(--brand-950), var(--brand-800));
}

.guide-hero h1,
.policy-header h1 {
  font-weight: 700;
  letter-spacing: -0.055em;
}

.policy-header h1 {
  color: var(--cream);
  font-size: clamp(2.5rem, 5vw, 4.4rem);
}

.policy-header .back-link,
.policy-header .update-date {
  color: rgba(255, 246, 232, 0.58);
}

.policy-body,
.guide-body {
  width: min(calc(100% - 36px), var(--reading-width));
}

.policy-body h2,
.guide-body > h2 {
  color: var(--brand-900);
  font-size: var(--title-sm);
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 1.4;
}

.policy-body h3,
.guide-body h3 {
  color: var(--brand-800);
  font-size: var(--text-lg);
  font-weight: 600;
}

.policy-body p,
.policy-body ul,
.policy-body ol,
.guide-body > p {
  color: var(--ink-soft);
  font-size: var(--text-base);
  line-height: 1.85;
}

.policy-body a,
.guide-body a {
  color: var(--brand-700);
}

.guide-figure-wide {
  width: min(100%, 720px);
}

.guide-section-heading .section-index {
  margin-bottom: 14px;
  color: var(--coral-deep);
  font-size: var(--text-xs);
  font-weight: 700;
  letter-spacing: 0.12em;
}

/* 响应式布局 */
@media (max-width:1120px){
  .home-hero{grid-template-columns:minmax(360px,.86fr) minmax(520px,1.14fr)}
  .home-hero-copy{padding-left:48px;padding-right:42px}
  .home-hero-stage{padding-left:30px;padding-right:56px}
  .feature-convenience-inner,.feature-safety-inner,.home-resources-inner{gap:60px}
  .care-story-copy{padding-left:72px;padding-right:72px}
  .primary-download-inner{gap:48px}
}

@media (max-width:860px){
  :root{--header-height:66px}
  .header-inner{width:min(calc(100% - 36px),var(--page-width))}
  .home-page .home-header{background:rgba(223,233,202,.94)}
  .home-hero{height:calc(100svh - var(--header-height));min-height:0;grid-template-columns:1fr;grid-template-rows:minmax(275px,39%) minmax(0,61%)}
  .home-hero::before{width:min(82vw,560px);height:64%;right:50%;border-radius:50% 50% 0 0;transform:translateX(50%)}
  .home-hero::after{display:none}
  .home-hero-copy{align-self:center;max-width:680px;padding:28px max(18px,calc((100vw - 680px)/2))}
  .home-hero-stage{padding:12px max(18px,calc((100vw - 680px)/2)) 0}
  .home-hero h1{font-size:clamp(3rem,9vw,3.8rem)}
  .hero-promise{margin-top:18px;font-size:clamp(1.45rem,4.6vw,1.9rem)}
  .hero-intro{margin-top:14px;font-size:var(--text-sm)}
  .hero-market-links{margin-top:20px}
  .home-hero-app>img{width:min(100%,270px);max-height:480px;padding:6px;border-radius:30px 30px 0 0}
  .feature-convenience-inner{width:min(calc(100% - 36px),680px);min-height:0;grid-template-columns:1fr;gap:48px}
  .feature-copy{max-width:620px}
  .feature-phone{min-height:470px}
  .feature-phone::before{width:min(78vw,460px);height:94%}
  .feature-phone img{width:min(47vw,280px)}
  .care-story{height:520px;grid-template-columns:minmax(280px,.82fr) minmax(400px,1.18fr)}
  .care-story-photo{height:100%}
  .care-story-copy{padding:64px 48px}
  .feature-safety-inner{grid-template-columns:1fr;gap:44px}
  .safety-heading{max-width:620px}
  .primary-download-inner{width:min(calc(100% - 36px),680px);min-height:620px;grid-template-columns:1fr;gap:48px}
  .download-actions{justify-content:flex-start}
  .download-actions>p{text-align:left}
  .home-resources-inner{grid-template-columns:1fr;gap:42px}
  .resources-heading{max-width:620px}
}

@media (max-width:620px){
  .site-header{padding:11px 16px}
  .site-logo{font-size:var(--text-sm)}
  .site-logo::before{width:32px;height:32px;border-radius:10px}
  .site-nav{gap:10px}
  .site-nav a:not(.nav-download){display:none}
  .site-nav .nav-download{min-height:38px;padding:7px 14px;font-size:var(--text-xs)}
  .home-hero{grid-template-rows:38% 62%}
  .home-hero-copy{padding:22px 18px 18px}
  .home-hero-stage{padding:8px 18px 0}
  .eyebrow{margin-bottom:14px;font-size:.66rem}
  .home-hero h1{font-size:clamp(2.55rem,12vw,3.05rem)}
  .hero-promise{font-size:clamp(1.26rem,6vw,1.52rem)}
  .hero-intro{line-height:1.68}
  .hero-market-links{gap:9px 18px}
  .hero-market-links a{font-size:var(--text-xs)}
  .home-hero-app>img{width:min(100%,230px);max-height:410px;padding:5px;border-radius:26px 26px 0 0}
  .feature-convenience-inner{padding:76px 0;gap:34px}
  .feature-copy h2,.care-story-copy h2,.safety-heading h2,.download-copy h2,.resources-heading h2{font-size:clamp(2.15rem,10vw,2.75rem)}
  .feature-phone{min-height:390px}
  .feature-phone::before{width:min(90vw,360px);height:94%}
  .feature-phone img{width:min(58vw,226px);border-radius:24px}
  .care-story{height:auto;display:flex;flex-direction:column}
  .care-story-photo{height:260px;max-height:36svh}
  .care-story-copy{padding:68px 18px 76px}
  .care-story-copy>p:not(.section-tag){font-size:var(--text-sm)}
  .feature-safety,.home-resources{padding:76px 18px}
  .safety-rules>div{grid-template-columns:1fr;gap:8px}
  .primary-download-inner{min-height:680px;padding:76px 0}
  .download-actions{display:grid;grid-template-columns:1fr}
  .store-link{width:100%}
  .resources-list a{min-height:92px;padding-right:8px;grid-template-columns:40px minmax(0,1fr) 20px}
  .resources-list strong{font-size:1.08rem}
}

/* App 内 WebView 保持简洁、易读 */
html.app-webview .home-page .hero-market-links,
html.app-webview .home-page .primary-download {
  display: none;
}

html.app-webview body {
  color: #263f39;
  background: #ffffff;
  font-size: 16px;
  line-height: 1.7;
}

html.app-webview .policy-header {
  color: #263f39;
  background: #ffffff;
}

html.app-webview .policy-header h1 {
  color: #263f39;
  font-size: 1.35rem;
  letter-spacing: 0;
}

html.app-webview .policy-body p,
html.app-webview .policy-body ul,
html.app-webview .policy-body ol {
  color: #566f67;
  font-size: 0.925rem;
  line-height: 1.7;
}

@keyframes heroPhotoEnter {
  from {
    opacity: 0.58;
    transform: scale(1.035);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes heroCopyEnter {
  from {
    opacity: 0;
    transform: translateY(28px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes heroPhoneEnter {
  from {
    opacity: 0;
    transform: translateY(54px);
  }
  to {
    opacity: 1;
    transform: translateY(10px);
  }
}

@keyframes heroStarTwinkle {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.2) rotate(var(--star-rotate, 0deg));
  }
  28% {
    opacity: 0.96;
    transform: translate(-50%, -50%) scale(1) rotate(var(--star-rotate, 0deg));
  }
  100% {
    opacity: 0;
    transform: translate(calc(-50% + var(--star-drift-x, 0px)), calc(-50% + var(--star-drift-y, -18px))) scale(0.28) rotate(var(--star-spin, 45deg));
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-hero-copy {
    animation: none !important;
  }

  .home-hero-app > img,
  .feature-phone img {
    animation: none !important;
    transition: none !important;
  }

  .hero-star-field {
    display: none;
  }

}

/* 首页 v7：一条连续的记录轨迹，正文统一对齐，家庭照片仅作全宽叙事突破 */
.home-v7 {
  --v7-ink: #123f36;
  --v7-muted: #60786f;
  --v7-line: rgba(18, 63, 54, 0.15);
  --v7-paper: #f4efe4;
  --v7-white: #fffaf1;
  --v7-accent: #d78370;
  --v7-layout-gutter: max(28px, calc((100vw - 1280px) / 2));
  color: var(--v7-ink);
  background: var(--v7-paper);
}

.home-v7 .home-header {
  height: 70px;
  min-height: 70px;
  padding: 0;
  border-bottom-color: var(--v7-line);
  background: rgba(244, 239, 228, 0.96);
  backdrop-filter: blur(18px) saturate(115%);
}

.home-v7 .header-inner {
  width: auto;
  min-height: 70px;
  margin: 0 var(--v7-layout-gutter);
}

.home-v7 .home-header .site-logo,
.home-v7 .home-header .site-nav a {
  color: var(--v7-ink);
}

.home-v7 .home-header .site-nav .nav-download {
  color: var(--v7-white);
  background: var(--v7-ink);
}

.home-v7 .home-header .site-nav .nav-download:hover {
  color: var(--v7-ink);
  background: #e7efd2;
}

.v7-experience {
  background:
    radial-gradient(circle at 50% 29%, rgba(255, 250, 241, 0.96) 0 18%, rgba(255, 250, 241, 0.42) 39%, transparent 62%),
    radial-gradient(ellipse at 22% 73%, rgba(220, 233, 190, 0.58), transparent 40%),
    linear-gradient(180deg, #f6ecdc 0%, #edf1d9 64%, #fffaf1 100%);
}

.v7-hero {
  position: relative;
  min-height: 830px;
  overflow: hidden;
}

.v7-hero-inner {
  position: relative;
  min-height: 830px;
  margin: 0 var(--v7-layout-gutter);
}

.v7-hero-copy {
  position: absolute;
  z-index: 2;
  top: 138px;
  left: 0;
  width: clamp(380px, calc(50vw - var(--v7-layout-gutter) - 219px), 480px);
  animation: v7CopyEnter 720ms var(--ease-out) both;
}

.v7-eyebrow,
.v7-section-label {
  margin: 0;
  color: #a96859;
  font-size: clamp(0.75rem, 0.68vw, 0.8125rem);
  font-weight: 750;
  letter-spacing: 0.08em;
}

.v7-eyebrow {
  margin-bottom: 21px;
}

.home-v7 .v7-hero h1,
.home-v7 .v7-hero h2,
.home-v7 .v7-types h2,
.home-v7 .v7-trust h2,
.home-v7 .v7-final h2 {
  margin: 0;
  color: var(--v7-ink);
  letter-spacing: -0.05em;
}

.home-v7 .v7-hero h1 {
  font-size: clamp(2.75rem, 2.85vw, 3.5rem);
  line-height: 1.08;
}

.home-v7 .v7-hero h1 span {
  display: block;
}

.v7-intro {
  margin: 22px 0 0;
  color: var(--v7-muted);
  font-size: clamp(0.9375rem, 0.89vw, 1.0625rem);
  line-height: 1.72;
}

.v7-spoken {
  margin: 27px 0 0;
  padding: 18px 0;
  border-top: 1px solid var(--v7-line);
  border-bottom: 1px solid var(--v7-line);
  font-size: clamp(0.875rem, 0.78vw, 0.9375rem);
  line-height: 1.7;
  text-wrap: pretty;
}

.v7-spoken strong {
  display: block;
  margin-bottom: 4px;
  font-size: clamp(0.6875rem, 0.62vw, 0.75rem);
  letter-spacing: 0.06em;
}

.v7-stores {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.v7-store {
  min-width: 176px;
  padding: 11px 14px;
  display: flex;
  align-items: center;
  gap: 9px;
  border: 1px solid rgba(18, 63, 54, 0.22);
  border-radius: 18px;
  color: var(--v7-ink);
  background: rgba(255, 250, 241, 0.72);
  text-decoration: none;
  transition: transform 180ms ease, background 180ms ease;
}

.v7-store:hover {
  color: var(--v7-ink);
  background: var(--v7-white);
  transform: translateY(-2px);
}

.v7-store.primary {
  color: var(--v7-white);
  border-color: var(--v7-ink);
  background: var(--v7-ink);
}

.v7-store.primary:hover {
  color: var(--v7-white);
  background: #20574c;
}

.v7-store img,
.v7-store svg {
  width: 29px;
  height: 29px;
  flex: 0 0 auto;
  border-radius: 8px;
}

.v7-store span {
  display: grid;
  gap: 1px;
}

.v7-store small {
  font-size: clamp(0.5625rem, 0.52vw, 0.625rem);
  opacity: 0.62;
}

.v7-store strong {
  font-size: clamp(0.8125rem, 0.73vw, 0.875rem);
}

.v7-product {
  position: absolute;
  z-index: 1;
  top: 76px;
  left: 50%;
  width: 390px;
  margin: 0;
  transform: translateX(-50%);
  animation: v7PhoneEnter 820ms 80ms var(--ease-out) both;
}

.v7-product img {
  width: 100%;
  border: 6px solid rgba(255, 250, 241, 0.93);
  border-radius: 39px;
  background: var(--v7-white);
  box-shadow: 0 34px 80px rgba(18, 63, 54, 0.18);
}

.v7-product figcaption {
  margin-top: 11px;
  color: var(--v7-muted);
  font-size: 0.625rem;
  text-align: center;
}

.v7-after {
  position: absolute;
  z-index: 2;
  top: 140px;
  right: 0;
  width: clamp(310px, 18vw, 350px);
  animation: v7CopyEnter 720ms 140ms var(--ease-out) both;
}

.home-v7 .v7-after h2 {
  font-size: clamp(2rem, 1.85vw, 2.25rem);
  line-height: 1.14;
}

.v7-after-intro {
  margin: 15px 0 32px;
  color: var(--v7-muted);
  font-size: clamp(0.8125rem, 0.78vw, 0.9375rem);
  line-height: 1.7;
}

.v7-outcome {
  padding: 18px 0;
  border-top: 1px solid var(--v7-line);
}

.v7-outcome:last-of-type {
  border-bottom: 1px solid var(--v7-line);
}

.v7-outcome small {
  display: block;
  margin-bottom: 6px;
  color: #a96859;
  font-size: clamp(0.625rem, 0.57vw, 0.6875rem);
}

.v7-outcome strong {
  font-size: clamp(1.0625rem, 0.95vw, 1.125rem);
  line-height: 1.5;
}

.v7-privacy-note {
  margin: 27px 0 0;
  color: var(--v7-muted);
  font-size: clamp(0.75rem, 0.68vw, 0.8125rem);
  line-height: 1.75;
}

.v7-privacy-note strong {
  color: var(--v7-ink);
}

.v7-types {
  padding: 58px 0 76px;
}

.v7-types-inner {
  margin: 0 var(--v7-layout-gutter);
}

.home-v7 .v7-types h2 {
  margin-top: 17px;
  font-size: 2.375rem;
  line-height: 1.2;
}

.v7-record-trail {
  position: relative;
  height: 150px;
  margin-top: 32px;
}

.v7-record-trail svg {
  position: absolute;
  inset: 0 0 auto;
  width: 100%;
  height: 112px;
  overflow: visible;
}

.v7-record-trail path {
  fill: none;
  stroke: rgba(18, 63, 54, 0.42);
  stroke-width: 1.4;
  stroke-linecap: round;
}

.v7-trail-narrow {
  display: none;
}

.v7-record-trail ol {
  position: absolute;
  inset: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.v7-record-trail li {
  position: absolute;
  top: var(--y);
  left: var(--x);
  transform: translate(-50%, -50%);
}

.v7-record-trail li:first-child {
  transform: translate(0, -50%);
}

.v7-record-trail li:last-child {
  transform: translate(-100%, -50%);
}

.v7-record-trail i {
  display: block;
  width: 12px;
  height: 12px;
  border: 3px solid rgba(255, 250, 241, 0.95);
  border-radius: 50%;
  background: var(--v7-accent);
  box-shadow: 0 0 0 1px rgba(18, 63, 54, 0.55);
  transition: transform 200ms ease, background 200ms ease;
}

.v7-record-trail strong {
  display: block;
  margin-top: 12px;
  font-size: 0.875rem;
  white-space: nowrap;
}

.v7-record-trail li:hover i {
  background: var(--v7-ink);
  transform: scale(1.25);
}

.v7-trust {
  overflow: hidden;
  background: var(--v7-white);
}

.v7-trust-inner {
  position: relative;
  width: 100%;
  min-height: 620px;
}

.v7-trust-copy {
  width: 650px;
  margin-left: var(--v7-layout-gutter);
  padding: 88px 0 82px;
}

.v7-trust-copy > :not(.v7-family-photo) {
  position: relative;
  z-index: 2;
}

.home-v7 .v7-trust h2 {
  margin-top: 17px;
  font-size: 2.6875rem;
  line-height: 1.16;
}

.v7-trust-copy > p:not(.v7-section-label) {
  max-width: 530px;
  margin: 21px 0 0;
  color: var(--v7-muted);
  font-size: 0.9375rem;
  line-height: 1.8;
}

.v7-trust-list {
  width: 600px;
  margin-top: 34px;
  display: grid;
  gap: 17px;
}

.v7-trust-list p {
  margin: 0;
  padding-top: 16px;
  display: block;
  border-top: 1px solid var(--v7-line);
  font-size: 0.8125rem;
  line-height: 1.7;
}

.v7-trust-list strong {
  display: inline-block;
  min-width: 180px;
}

.v7-family-photo {
  position: absolute;
  z-index: 0;
  inset: 0 0 0 auto;
  width: min(58vw, 1600px);
  margin: 0;
  overflow: hidden;
}

.v7-family-media {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.v7-family-media::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, transparent 0%, transparent 84%, var(--v7-white) 100%);
}

.v7-family-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 58%;
  filter: none;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.12) 14%, #000 52%, #000 100%);
  mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.12) 14%, #000 52%, #000 100%);
}

.v7-family-photo figcaption {
  position: absolute;
  z-index: 2;
  right: clamp(42px, 6vw, 116px);
  bottom: 38px;
  max-width: 330px;
  margin: 0;
  color: var(--v7-muted);
  font-size: 0.75rem;
  line-height: 1.7;
}

.v7-final {
  padding: 72px 0;
  color: var(--v7-white);
  background: var(--v7-ink);
}

.v7-final-inner {
  margin: 0 var(--v7-layout-gutter);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}

.home-v7 .v7-final h2 {
  color: var(--v7-white);
  font-size: 2.375rem;
  line-height: 1.2;
}

.v7-final p {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.8125rem;
}

.v7-final .v7-stores {
  margin: 0;
}

.v7-final .v7-store {
  color: var(--v7-ink);
  background: var(--v7-white);
}

.v7-final .v7-store.primary {
  color: var(--v7-white);
  border-color: rgba(255, 250, 241, 0.7);
  background: transparent;
}

.v7-final .v7-store.primary:hover {
  background: rgba(255, 250, 241, 0.1);
}

.v7-apk {
  text-align: right;
}

.v7-apk a {
  color: inherit;
  font-weight: 650;
  text-underline-offset: 4px;
}

.home-v7 .site-footer {
  padding: 42px 0 34px;
  color: var(--v7-muted);
  border-top-color: var(--v7-line);
  background: #f6efe4;
}

.home-v7 .footer-inner {
  width: auto;
  margin: 0 var(--v7-layout-gutter);
}

.home-v7 .site-footer .site-logo {
  color: var(--v7-ink);
}

.home-v7 .footer-brand p,
.home-v7 .footer-beian,
.home-v7 .site-footer .footer-links a {
  color: var(--v7-muted);
}

.home-v7 .site-footer .footer-links {
  border-top-color: var(--v7-line);
}

.home-v7 .site-footer .footer-links a:hover,
.home-v7 .footer-beian a:hover {
  color: var(--v7-ink);
}

@media (max-width: 1260px) {
  .v7-hero,
  .v7-hero-inner {
    min-height: 1100px;
  }

  .v7-hero-copy {
    top: 105px;
    width: 420px;
  }

  .v7-product {
    right: 0;
    left: auto;
    transform: none;
  }

  .v7-after {
    top: 610px;
    right: auto;
    left: 0;
    width: 340px;
  }

  .v7-trust-copy {
    width: 58%;
  }

  .v7-trust-list {
    width: 100%;
  }

  .v7-family-photo {
    width: 64vw;
  }
}

@media (max-width: 900px) and (min-width: 721px) {
  .v7-hero-copy {
    top: 90px;
    width: min(360px, calc(100% - 330px));
  }

  .home-v7 .v7-hero h1 {
    font-size: clamp(2.25rem, 4.5vw, 2.5rem);
  }

  .v7-intro {
    font-size: 0.875rem;
  }

  .v7-spoken {
    font-size: 0.8125rem;
  }

  .v7-hero-copy .v7-stores {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .v7-hero-copy .v7-store {
    min-width: 0;
    padding: 10px 11px;
  }

  .v7-product {
    top: 70px;
    width: 300px;
  }

  .v7-after {
    top: 560px;
    width: 340px;
  }
}

@media (max-width: 720px) {
  .home-v7 .home-header {
    height: 64px;
    min-height: 64px;
  }

  .home-v7 .header-inner {
    min-height: 64px;
    margin: 0 16px;
  }

  .home-v7 .site-nav a:not(.nav-download) {
    display: none;
  }

  .home-v7 .site-nav .nav-download {
    padding: 9px 13px;
  }

  .v7-hero,
  .v7-hero-inner {
    min-height: 1510px;
  }

  .v7-hero-inner {
    width: 100%;
    margin: 0;
    padding: 0 16px;
  }

  .v7-hero-copy {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    padding-top: 64px;
  }

  .v7-eyebrow {
    margin-bottom: 16px;
    font-size: 0.625rem;
  }

  .home-v7 .v7-hero h1 {
    font-size: 2.125rem;
  }

  .v7-intro {
    margin-top: 16px;
    font-size: 0.8125rem;
  }

  .v7-spoken {
    margin-top: 20px;
    padding: 14px 0;
    font-size: 0.75rem;
  }

  .v7-stores {
    margin-top: 18px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }

  .v7-store {
    min-width: 0;
    padding: 9px 10px;
    gap: 7px;
  }

  .v7-store img,
  .v7-store svg {
    width: 27px;
    height: 27px;
  }

  .v7-store small {
    font-size: 0.4375rem;
  }

  .v7-store strong {
    font-size: 0.625rem;
  }

  .v7-product {
    position: relative;
    top: auto;
    right: auto;
    left: 50%;
    width: 286px;
    margin-top: 38px;
    transform: translateX(-50%);
  }

  .v7-product figcaption {
    font-size: 0.5625rem;
  }

  .v7-after {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    margin-top: 50px;
  }

  .home-v7 .v7-after h2 {
    font-size: 1.8125rem;
  }

  .v7-after-intro {
    margin-bottom: 22px;
  }

  .v7-outcome {
    padding: 15px 0;
  }

  .v7-outcome strong {
    font-size: 0.9375rem;
  }

  .v7-privacy-note {
    margin-top: 22px;
  }

  .v7-experience {
    background:
      radial-gradient(circle at 50% 26%, rgba(255, 250, 241, 0.96) 0 17%, rgba(255, 250, 241, 0.38) 39%, transparent 63%),
      radial-gradient(ellipse at 10% 71%, rgba(220, 233, 190, 0.55), transparent 36%),
      linear-gradient(180deg, #f6ecdc 0%, #edf1d9 67%, #fffaf1 100%);
  }

  .v7-types {
    padding: 48px 0 52px;
  }

  .v7-types-inner {
    margin: 0 16px;
  }

  .home-v7 .v7-types h2 {
    font-size: 1.6875rem;
  }

  .home-v7 .v7-types h2 span {
    display: block;
  }

  .v7-record-trail {
    height: 366px;
    margin-top: 34px;
  }

  .v7-trail-wide {
    display: none;
  }

  .v7-record-trail .v7-trail-narrow {
    display: block;
    width: 100%;
    height: 350px;
  }

  .v7-record-trail li,
  .v7-record-trail li:first-child,
  .v7-record-trail li:last-child {
    top: var(--my);
    left: var(--mx);
    transform: translate(-50%, -50%);
  }

  .v7-record-trail strong {
    position: absolute;
    top: -5px;
    left: 25px;
    margin: 0;
    font-size: 0.875rem;
  }

  .v7-record-trail li:nth-child(even) strong {
    right: 25px;
    left: auto;
    text-align: right;
  }

  .v7-trust {
    padding: 62px 0 58px;
  }

  .v7-trust-inner {
    width: calc(100% - 32px);
    min-height: 0;
    margin: 0 auto;
  }

  .v7-trust-copy {
    width: auto;
    margin-left: 0;
    padding: 0;
  }

  .home-v7 .v7-trust h2 {
    font-size: 2.125rem;
  }

  .v7-trust-copy > p:not(.v7-section-label) {
    font-size: 0.8125rem;
  }

  .v7-trust-list {
    width: auto;
    margin-top: 30px;
  }

  .v7-trust-list p {
    font-size: 0.6875rem;
  }

  .v7-trust-list strong {
    display: block;
    min-width: 0;
    margin-bottom: 5px;
  }

  .v7-family-photo {
    position: relative;
    inset: auto;
    width: calc(100% + 32px);
    height: auto;
    margin: 30px -16px 27px;
  }

  .v7-family-media {
    position: relative;
    inset: auto;
    height: 216px;
  }

  .v7-family-media::before {
    background: linear-gradient(180deg, transparent 0%, transparent 82%, var(--v7-white) 100%);
  }

  .v7-family-photo img {
    height: 100%;
    object-position: center 58%;
    -webkit-mask-image: none;
    mask-image: none;
  }

  .v7-family-photo figcaption {
    position: relative;
    right: auto;
    bottom: auto;
    max-width: none;
    margin: -2px 16px 0;
    font-size: 0.6875rem;
  }

  .v7-final {
    padding: 56px 0;
  }

  .v7-final-inner {
    margin: 0 16px;
    display: block;
  }

  .home-v7 .v7-final h2 {
    font-size: 1.9375rem;
  }

  .v7-final .v7-stores {
    margin-top: 25px;
  }

  .v7-apk {
    text-align: left;
  }

  .home-v7 .site-footer {
    padding: 34px 16px 30px;
  }

  .home-v7 .footer-inner {
    width: auto;
    margin: 0;
  }

  .home-v7 .footer-brand {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }
}

html.app-webview .home-v7 .v7-hero-copy .v7-stores,
html.app-webview .home-v7 .v7-final {
  display: none;
}

@keyframes v7CopyEnter {
  from {
    opacity: 0;
    transform: translateY(22px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes v7PhoneEnter {
  from {
    opacity: 0;
    transform: translate(-50%, 34px);
  }
  to {
    opacity: 1;
    transform: translate(-50%, 0);
  }
}

@media (max-width: 1260px) and (min-width: 721px) {
  .v7-product {
    animation-name: v7PhoneEnterTablet;
  }
}

@keyframes v7PhoneEnterTablet {
  from {
    opacity: 0;
    transform: translateY(34px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .v7-hero-copy,
  .v7-after,
  .v7-product {
    animation: none !important;
  }

  .v7-store,
  .v7-record-trail i {
    transition: none !important;
  }
}

/* 首页 v9：首屏只讲一件事，真实界面与记录结果形成同一条叙事 */
.home-v9 .v7-experience {
  background:
    radial-gradient(ellipse at 78% 22%, rgba(217, 229, 195, 0.64), transparent 32%),
    radial-gradient(ellipse at 14% 76%, rgba(239, 215, 202, 0.5), transparent 34%),
    linear-gradient(180deg, #f8efdf 0%, #f1f1dc 70%, #fffaf1 100%);
}

.home-v9 .v7-hero {
  isolation: isolate;
  min-height: 0;
  padding: clamp(54px, 5vw, 82px) 0 clamp(48px, 4vw, 68px);
}

.v9-hero-words {
  position: absolute;
  z-index: 0;
  right: 0;
  bottom: clamp(12px, 1.5vw, 24px);
  left: 0;
  height: clamp(150px, 18vw, 260px);
  overflow: hidden;
  pointer-events: none;
  user-select: none;
}

.v9-hero-words span {
  position: absolute;
  bottom: -0.08em;
  display: block;
  font-family: Arial, "Helvetica Neue", sans-serif;
  font-size: clamp(8.5rem, 17vw, 16.5rem);
  font-weight: 900;
  line-height: 0.76;
  letter-spacing: -0.085em;
  white-space: nowrap;
  animation: v9WordReveal 920ms 180ms var(--ease-out) both;
}

.v9-hero-word-love {
  left: -0.035em;
  color: rgba(190, 105, 86, 0.09);
}

.v9-hero-word-safe {
  right: -0.055em;
  color: transparent;
  -webkit-text-stroke: 2px rgba(18, 63, 54, 0.17);
  text-stroke: 2px rgba(18, 63, 54, 0.17);
}

.v9-hero-inner {
  position: relative;
  z-index: 1;
  width: min(calc(100% - 56px), 1360px);
  min-height: 690px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr);
  align-items: center;
  gap: clamp(52px, 7vw, 118px);
}

.v9-hero-copy {
  position: relative;
  z-index: 2;
  max-width: 590px;
  animation: v9Rise 720ms var(--ease-out) both;
}

.home-v9 .v9-hero-copy h1 {
  margin: 0;
  color: var(--v7-ink);
  font-size: clamp(3rem, 3.25vw, 4rem);
  line-height: 1.08;
  letter-spacing: -0.055em;
}

.home-v9 .v9-hero-copy h1 span {
  display: block;
}

.v9-intro {
  max-width: 520px;
  margin: 24px 0 0;
  color: var(--v7-muted);
  font-size: clamp(0.9375rem, 0.92vw, 1.0625rem);
  line-height: 1.8;
  text-wrap: pretty;
}

.v9-spoken {
  margin: 30px 0 0;
  padding: 17px 0;
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 5px 10px;
  border-top: 1px solid var(--v7-line);
  border-bottom: 1px solid var(--v7-line);
  color: var(--v7-muted);
  font-size: 0.8125rem;
}

.v9-spoken strong {
  color: var(--v7-ink);
  font-size: clamp(1rem, 1vw, 1.125rem);
  letter-spacing: -0.02em;
}

.v9-safety {
  margin: 17px 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 5px 22px;
  color: var(--v7-muted);
  font-size: 0.6875rem;
  line-height: 1.6;
}

.v9-safety span {
  position: relative;
}

.v9-safety span + span::before {
  content: "";
  position: absolute;
  top: 0.62em;
  left: -12px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: var(--v7-accent);
}

.v9-product-stage {
  position: relative;
  min-height: 690px;
  display: grid;
  place-items: center;
  background: radial-gradient(ellipse at center, rgba(255, 250, 241, 0.5), transparent 68%);
  animation: v9Rise 820ms 90ms var(--ease-out) both;
}

.v9-product {
  position: relative;
  z-index: 1;
  width: clamp(306px, 21vw, 350px);
  margin: 0 auto;
}

.v9-phone-shell {
  position: relative;
  padding: 7px;
  border: 1px solid rgba(37, 47, 44, 0.56);
  border-radius: 43px;
  background: linear-gradient(135deg, #f2eee5 0%, #8b918d 22%, #d8d5cb 48%, #747b77 74%, #ebe7de 100%);
  box-shadow:
    0 42px 90px rgba(18, 63, 54, 0.2),
    0 8px 22px rgba(18, 63, 54, 0.12),
    inset 0 0 0 1px rgba(255, 255, 255, 0.72);
}

.v9-phone-shell::before,
.v9-phone-shell::after {
  content: "";
  position: absolute;
  background: linear-gradient(180deg, #7f8682, #c7c5bc 48%, #6d7470);
  box-shadow: 0 0 0 1px rgba(37, 47, 44, 0.22);
}

.v9-phone-shell::before {
  top: 19%;
  left: -5px;
  width: 4px;
  height: 44px;
  border-radius: 3px 0 0 3px;
  box-shadow:
    0 0 0 1px rgba(37, 47, 44, 0.22),
    0 62px 0 #9ca19d,
    0 63px 0 1px rgba(37, 47, 44, 0.18);
}

.v9-phone-shell::after {
  top: 29%;
  right: -5px;
  width: 4px;
  height: 78px;
  border-radius: 0 3px 3px 0;
}

.v9-product-screen {
  position: relative;
  width: 100%;
  aspect-ratio: 1242 / 2688;
  overflow: hidden;
  border-radius: 36px;
  background: var(--v7-white);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.16);
}

.v9-product img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.v9-product figcaption {
  margin-top: 10px;
  color: var(--v7-muted);
  font-size: 0.625rem;
  text-align: center;
}

.home-v9 .v7-types {
  padding: 64px 0 82px;
}

.v9-types-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 56px;
}

.home-v9 .v9-types-heading h2 {
  max-width: 900px;
  margin-top: 15px;
  font-size: clamp(2rem, 2.45vw, 2.75rem);
  line-height: 1.18;
}

.v9-types-heading > p {
  max-width: 280px;
  margin: 0 0 4px;
  color: var(--v7-muted);
  font-size: 0.75rem;
  line-height: 1.75;
  text-wrap: balance;
}

.v9-record-trail {
  position: relative;
  margin-top: 48px;
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  align-items: center;
  gap: 34px;
}

.v9-record-now {
  position: relative;
  padding: 5px 0 5px 24px;
  display: grid;
  border-left: 3px solid var(--v7-accent);
}

.v9-record-now time {
  color: #a96859;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.v9-record-now strong {
  margin-top: 2px;
  font-size: 1.1875rem;
  letter-spacing: -0.025em;
}

.v9-record-now span {
  margin-top: 1px;
  color: var(--v7-muted);
  font-size: 0.625rem;
}

.v9-record-trail ol {
  position: relative;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  list-style: none;
}

.v9-record-trail ol::before {
  content: "";
  position: absolute;
  top: 13px;
  right: 0;
  left: 0;
  height: 1px;
  background: rgba(18, 63, 54, 0.34);
  transform-origin: left;
  animation: v9LineDraw 900ms 260ms var(--ease-out) both;
}

.v9-record-trail li {
  position: relative;
  padding-right: 12px;
}

.v9-record-trail i {
  position: relative;
  z-index: 1;
  display: block;
  width: 11px;
  height: 11px;
  margin: 8px 0 13px;
  border: 3px solid #f5f2df;
  border-radius: 50%;
  background: var(--v7-accent);
  box-shadow: 0 0 0 1px rgba(18, 63, 54, 0.5);
}

.v9-record-trail li strong,
.v9-record-trail li span {
  display: block;
}

.v9-record-trail li strong {
  font-size: 0.8125rem;
}

.v9-record-trail li span {
  margin-top: 3px;
  color: var(--v7-muted);
  font-size: 0.625rem;
  line-height: 1.45;
}

html.app-webview .home-v9 .v9-hero-copy .v7-stores,
html.app-webview .home-v9 .v7-final {
  display: none;
}

@keyframes v9Rise {
  from {
    opacity: 0;
    transform: translateY(22px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes v9LineDraw {
  from { transform: scaleX(0); }
  to { transform: scaleX(1); }
}

@keyframes v9WordReveal {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 1260px) {
  .home-v9 .v7-hero {
    min-height: 0;
  }

  .v9-hero-inner {
    min-height: 640px;
    gap: 42px;
  }

  .home-v9 .v9-hero-copy h1 {
    font-size: clamp(2.625rem, 4.2vw, 3.25rem);
  }

  .v9-product-stage {
    min-height: 640px;
  }

  .v9-product {
    width: clamp(272px, 29vw, 310px);
    margin: 0 auto;
  }
}

@media (max-width: 900px) and (min-width: 721px) {
  .home-v9 .v7-hero {
    padding-top: 62px;
  }

  .v9-hero-inner {
    min-height: 590px;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 0.82fr);
    gap: 30px;
  }

  .home-v9 .v9-hero-copy h1 {
    font-size: clamp(2.25rem, 4.7vw, 2.625rem);
  }

  .v9-intro {
    margin-top: 18px;
    font-size: 0.8125rem;
  }

  .v9-spoken {
    margin-top: 21px;
    padding: 13px 0;
  }

  .v9-hero-copy .v7-stores {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .v9-hero-copy .v7-store {
    min-width: 0;
    padding: 10px;
  }

  .v9-product-stage {
    min-height: 590px;
  }

  .v9-product {
    width: 258px;
    margin: 0 auto;
  }

  .v9-product figcaption {
    display: none;
  }

  .v9-types-heading > p {
    display: none;
  }

  .v9-record-trail {
    grid-template-columns: 165px minmax(0, 1fr);
    gap: 22px;
  }

  .v9-record-trail li span {
    display: none;
  }
}

@media (max-width: 720px) {
  .home-v9 .v7-hero {
    padding: 54px 0 42px;
  }

  .v9-hero-words {
    bottom: 20px;
    height: 112px;
  }

  .v9-hero-words span {
    bottom: -0.04em;
    font-size: clamp(5.25rem, 24vw, 7.5rem);
  }

  .v9-hero-word-love {
    left: -0.12em;
    color: rgba(190, 105, 86, 0.075);
  }

  .v9-hero-word-safe {
    right: -0.15em;
    -webkit-text-stroke-color: rgba(18, 63, 54, 0.14);
    text-stroke-color: rgba(18, 63, 54, 0.14);
  }

  .v9-hero-inner {
    width: auto;
    min-height: 0;
    margin: 0 16px;
    display: block;
  }

  .v9-hero-copy {
    max-width: none;
  }

  .home-v9 .v9-hero-copy h1 {
    font-size: clamp(2.125rem, 9.2vw, 2.5rem);
    line-height: 1.1;
  }

  .v9-intro {
    margin-top: 18px;
    font-size: 0.8125rem;
  }

  .v9-spoken {
    margin-top: 22px;
    padding: 14px 0;
    font-size: 0.6875rem;
  }

  .v9-spoken strong {
    font-size: 0.9375rem;
  }

  .v9-safety {
    gap: 4px 18px;
    font-size: 0.625rem;
  }

  .v9-product-stage {
    min-height: 0;
    margin-top: 38px;
    padding: 0;
    display: block;
  }

  .v9-product {
    width: min(270px, 76vw);
    margin: 0 auto;
  }

  .v9-product-screen {
    border-radius: 31px;
  }

  .v9-phone-shell {
    padding: 6px;
    border-radius: 38px;
  }

  .home-v9 .v7-types {
    padding: 48px 0 58px;
  }

  .v9-types-heading {
    display: block;
  }

  .home-v9 .v9-types-heading h2 {
    font-size: 1.75rem;
  }

  .home-v9 .v9-types-heading h2 span {
    display: block;
  }

  .v9-types-heading > p {
    margin-top: 16px;
    font-size: 0.6875rem;
  }

  .v9-record-trail {
    margin-top: 34px;
    display: block;
  }

  .v9-record-now {
    margin-bottom: 28px;
  }

  .v9-record-trail ol {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
  }

  .v9-record-trail ol::before {
    top: 7px;
    bottom: 7px;
    left: 5px;
    width: 1px;
    height: auto;
    transform-origin: top;
    animation-name: v9LineDrawVertical;
  }

  .v9-record-trail li {
    min-height: 62px;
    padding: 0 0 20px 30px;
  }

  .v9-record-trail i {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
  }

  .v9-record-trail li strong {
    font-size: 0.8125rem;
  }

  .v9-record-trail li span {
    font-size: 0.625rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .v9-hero-words span {
    animation: none;
  }
}

@keyframes v9LineDrawVertical {
  from { transform: scaleY(0); }
  to { transform: scaleY(1); }
}

@media (prefers-reduced-motion: reduce) {
  .v9-hero-copy,
  .v9-product-stage,
  .v9-record-trail ol::before {
    animation: none !important;
  }
}
