@import"https://fonts.googleapis.com/css2?family=Manrope:wght@500;600;700;800&family=Noto+Sans+SC:wght@400;500;700;800&display=swap";:root{color-scheme:light;--bg: #f7f5f1;--surface: #ffffff;--surface-warm: #fff8f5;--surface-cool: #f2f7f4;--text: #202024;--muted: #67636d;--line: #e6dfd8;--accent: #ef4c58;--accent-deep: #c93446;--ink: #25222a;--sage: #3d7a65;--gold: #8a6428;--shadow: 0 14px 32px rgba(36, 28, 24, .08);font-family:Noto Sans SC,Manrope,sans-serif;line-height:1.5;font-weight:400;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;color:var(--text);background:linear-gradient(180deg,#fffaf7,#f7f5f1 34%,#f3f4ef)}a{color:inherit;text-decoration:none}button,input{font:inherit}#root{min-height:100vh}.page{min-height:100vh;padding:24px 0 72px;overflow-x:clip}.container{width:min(1040px,calc(100% - 32px));margin:0 auto}.hero,.section{margin-top:28px}.hero{display:grid;min-height:620px;align-items:center;padding:34px 0 22px;text-align:center}.hero-copy{display:grid;justify-items:center}.hero-logo{display:block;width:104px;height:104px;margin-bottom:18px;object-fit:contain}.hero h1{display:grid;gap:12px;max-width:860px;margin:0;line-height:1.04}.hero h1 span{font-family:Manrope,Noto Sans SC,sans-serif;color:var(--accent);font-size:5.1rem;font-weight:900;letter-spacing:0}.hero h1 strong{color:var(--ink);font-size:3rem;font-weight:900;letter-spacing:0}.hero-description{max-width:700px;margin:24px auto 0;color:#494550;font-size:1.2rem;line-height:1.85}.hero-flow{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:10px;margin-top:26px;color:#39343d}.hero-flow span{display:inline-flex;align-items:center;min-height:36px;padding:0 13px;border:1px solid var(--line);border-radius:8px;background:#ffffffc7;font-size:.92rem;font-weight:800}.hero-flow svg{width:18px;height:18px;color:var(--sage)}.hero-note{margin:16px 0 0;color:#736d77;font-size:.92rem}.download-actions{display:grid;align-items:start;grid-template-columns:repeat(2,minmax(0,1fr));justify-content:center;gap:12px;width:min(590px,100%);margin:30px auto 0}.download-card{display:grid;gap:8px}.download-button{display:inline-flex;align-items:center;justify-content:center;gap:12px;width:100%;min-height:62px;padding:12px 18px;border:1px solid rgba(239,76,88,.2);border-radius:8px;background:var(--accent);box-shadow:0 12px 22px #cf334833;color:#fff;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.download-button-main{display:inline-flex;align-items:center;justify-content:center;gap:12px;min-width:0}.download-button-toggle{position:relative;justify-content:center}.download-button-primary{min-height:68px}.download-button-secondary{min-height:68px;border-color:#cf334838;background:#fff;box-shadow:0 10px 22px #271f1c12;color:var(--accent-deep)}.download-button-secondary .download-icon{color:var(--accent-deep)}.download-button:hover{transform:translateY(-1px);background:var(--accent-deep);box-shadow:0 16px 24px #cf33483d,0 0 0 4px #ef4c5814}.download-button-secondary:hover{background:#fff7f7;box-shadow:0 14px 24px #271f1c1a,0 0 0 4px #ef4c5814}.download-icon{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;color:#fff;flex:0 0 auto}.download-icon svg,.download-caret svg{width:100%;height:100%}.download-button strong{font-size:.96rem;font-weight:900;letter-spacing:0}.download-copy{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-width:0}.download-badge{display:inline-flex;align-items:center;justify-content:center;min-height:20px;padding:0 7px;border-radius:8px;background:#fff3;color:#fff;font-size:.72rem;font-weight:900}.download-caret{display:inline-flex;position:absolute;top:calc(50% - 10px);right:16px;width:20px;height:20px;transition:transform .18s ease}.download-button-toggle[aria-expanded=true] .download-caret{transform:rotate(180deg)}.download-menu{overflow:hidden;border:1px solid var(--line);border-radius:8px;background:#fffffffa;box-shadow:0 18px 38px #271f1c24}.download-menu-floating{position:fixed;z-index:1000}.download-option{display:grid;gap:4px;padding:14px;text-align:left;transition:background .18s ease}.download-option+.download-option{border-top:1px solid var(--line)}.download-option:hover{background:#ef4c580d}.download-option strong{color:#1f1d22;font-size:.92rem;font-weight:900}.download-option span{color:#7a7480;font-size:.8rem;line-height:1.5}.section{padding:44px;border:1px solid var(--line);border-radius:8px;background:#ffffffbd;box-shadow:var(--shadow)}.section-title{display:grid;gap:10px;max-width:760px;margin-bottom:24px}.section-title.center{justify-items:center;margin-right:auto;margin-left:auto;text-align:center}.section-kicker{display:inline-block;color:var(--accent-deep);font-size:.8rem;font-weight:900;letter-spacing:0}.section-title h2,.final-cta h2{margin:0;color:var(--ink);font-size:2rem;font-weight:900;letter-spacing:0;line-height:1.25}.section-title p,.final-cta p{margin:0;color:var(--muted);font-size:1rem;line-height:1.8}.product-section{background:var(--surface)}.product-preview-frame{overflow:hidden;border:1px solid #ded8d2;border-radius:8px;background:#fff}.product-preview-image{display:block;width:100%;height:auto}.scene-grid,.difference-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.scene-card,.difference-card{min-height:190px;padding:22px;border:1px solid var(--line);border-radius:8px;background:var(--surface)}.scene-card:nth-child(2){background:var(--surface-cool)}.scene-card:nth-child(3){background:#fffaf0}.scene-card h3,.difference-card h3,.barrier-item h3{margin:0;color:var(--ink);font-size:1.25rem;font-weight:900;letter-spacing:0;line-height:1.35}.scene-card p,.difference-card p,.barrier-item p{margin:12px 0 0;color:#5f5a64;font-size:.94rem;line-height:1.75}.barrier-list{display:grid;gap:12px}.barrier-item{display:grid;grid-template-columns:64px 1fr;gap:18px;align-items:start;padding:22px;border:1px solid var(--line);border-radius:8px;background:var(--surface)}.barrier-item span{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:8px;background:#fff1f2;color:var(--accent-deep);font-family:Manrope,Noto Sans SC,sans-serif;font-size:1rem;font-weight:900}.difference-section{background:var(--surface-warm)}.difference-card{background:#fff}.difference-card:nth-child(1){border-top:4px solid var(--accent)}.difference-card:nth-child(2){border-top:4px solid var(--sage)}.difference-card:nth-child(3){border-top:4px solid var(--gold)}.expectation-section{background:#fbfbf8}.expectation-list{display:grid;gap:10px;margin:0;padding:0;list-style:none}.expectation-list li{position:relative;padding:16px 18px 16px 42px;border:1px solid var(--line);border-radius:8px;background:#fff;color:#514c56;line-height:1.7}.expectation-list li:before{content:"";position:absolute;top:24px;left:20px;width:8px;height:8px;border-radius:50%;background:var(--sage)}.final-cta{display:grid;justify-items:center;gap:16px;padding:48px 34px;text-align:center;background:#27232c}.final-cta h2{max-width:720px;color:#fff}.final-cta p{max-width:680px;color:#e5dde2}.final-download{width:min(300px,100%);margin-top:10px}@media(max-width:860px){.hero{min-height:580px}.hero h1 span{font-size:4.2rem}.hero h1 strong{font-size:2.35rem}.section{padding:34px}.scene-grid,.difference-grid{grid-template-columns:1fr}.scene-card,.difference-card{min-height:auto}}@media(max-width:640px){.page{padding:16px 0 52px}.container{width:min(100% - 22px,1040px)}.hero,.section{margin-top:18px}.hero{min-height:0;padding:18px 0 10px}.hero-logo{width:84px;height:84px;margin-bottom:14px}.hero h1{gap:10px}.hero h1 span{font-size:3rem}.hero h1 strong{font-size:1.72rem;line-height:1.22}.hero-description{margin-top:18px;font-size:1rem;line-height:1.75}.hero-flow{gap:8px;margin-top:20px}.hero-flow span{min-height:34px;padding:0 10px;font-size:.84rem}.hero-flow svg{width:14px;height:14px}.download-actions{grid-template-columns:1fr;gap:10px;margin-top:22px}.download-button{min-height:58px;padding:12px 14px}.download-button-primary,.download-button-secondary{min-height:60px}.download-button-main{gap:10px}.section{padding:24px 18px}.section-title{margin-bottom:18px}.section-title h2,.final-cta h2{font-size:1.55rem;line-height:1.32}.section-title p,.final-cta p{font-size:.95rem}.scene-card,.difference-card,.barrier-item{padding:18px}.barrier-item{grid-template-columns:1fr;gap:12px}.barrier-item span{width:42px;height:42px}.final-cta{padding:34px 18px}}@media(max-width:380px){.hero h1 span{font-size:2.55rem}.hero h1 strong{font-size:1.5rem}.download-copy{gap:6px}.download-button strong{font-size:.9rem}}
