:root{--pink:#D96B9A;--purple:#B89ACB;--ink:#2B2530;--paper:#FFF9FC;--mist:#F5EDF3;--text:#322D34;--muted:#756D78;--accent:#E88A62;--line:#eadbe4;--shadow:0 18px 50px rgba(43,37,48,.08);--radius:24px;--max:1180px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--text);font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Microsoft YaHei",sans-serif;line-height:1.75}img{max-width:100%;height:auto;display:block}a{color:inherit}.skip-link{position:fixed;left:12px;top:12px;z-index:1000;transform:translateY(-180%);background:var(--ink);color:#fff;padding:.7rem 1rem;border-radius:10px}.skip-link:focus{transform:none}.site-header{position:sticky;top:0;z-index:50;background:rgba(255,249,252,.94);backdrop-filter:blur(16px);border-bottom:1px solid rgba(217,107,154,.14)}.header-inner{max-width:var(--max);margin:auto;padding:.9rem 1.4rem;display:flex;align-items:center;gap:1.4rem}.brand{display:flex;align-items:center;gap:.75rem;text-decoration:none;font-weight:800;font-size:1.15rem;letter-spacing:.02em}.brand img{border-radius:14px;background:var(--mist)}.primary-nav{margin-left:auto;display:flex;align-items:center;gap:.25rem}.primary-nav a{padding:.58rem .84rem;border-radius:999px;text-decoration:none;color:var(--muted);font-size:.95rem}.primary-nav a:hover,.primary-nav a:focus-visible,.primary-nav a.is-active{background:var(--mist);color:var(--ink)}.nav-toggle{display:none;margin-left:auto;border:1px solid var(--line);background:#fff;border-radius:12px;padding:.6rem .8rem}.page-shell{max-width:var(--max);margin:auto;padding:1.5rem 1.4rem 5rem}.breadcrumbs{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center;color:var(--muted);font-size:.88rem;margin:.5rem 0 1.4rem}.breadcrumbs a{text-decoration:none}.crumb-sep{opacity:.45}.page-hero{display:grid;grid-template-columns:minmax(0,1.12fr) minmax(320px,.88fr);gap:3rem;align-items:center;padding:3.2rem;border-radius:32px;background:linear-gradient(135deg,#fff 0%,#fbf2f7 58%,#f0e7f4 100%);border:1px solid #f1dfe9;box-shadow:var(--shadow);overflow:hidden;position:relative}.page-hero:before{content:"";position:absolute;width:280px;height:280px;border-radius:50%;background:rgba(217,107,154,.09);right:-80px;top:-100px}.hero-copy{position:relative;z-index:1}.eyebrow{margin:0 0 .55rem;color:var(--pink);font-weight:800;font-size:.78rem;letter-spacing:.13em;text-transform:uppercase}.page-hero h1{font-size:clamp(2.2rem,5vw,4.4rem);line-height:1.08;margin:.2rem 0 1.1rem;color:var(--ink);letter-spacing:-.04em}.lead{font-size:1.12rem;color:#564f58;max-width:46rem}.hero-actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.6rem}.button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:.72rem 1.1rem;border-radius:14px;background:var(--pink);color:#fff;text-decoration:none;font-weight:750;box-shadow:0 8px 22px rgba(217,107,154,.2)}.button.secondary{background:var(--ink)}.button.ghost{background:#fff;color:var(--ink);border:1px solid var(--line);box-shadow:none}.hero-visual{margin:0;border-radius:24px;overflow:hidden;aspect-ratio:3/2;background:#efe2ea;position:relative;z-index:1}.hero-visual img{width:100%;height:100%;object-fit:cover}.content-section{padding:4.2rem 0;border-bottom:1px solid var(--line)}.content-section:last-child{border-bottom:0}.content-section h2{font-size:clamp(1.6rem,3vw,2.6rem);line-height:1.18;margin:.2rem 0 1rem;color:var(--ink);letter-spacing:-.025em}.section-intro{max-width:52rem;color:var(--muted);font-size:1.05rem}.content-section--text p:not(.eyebrow):not(.section-intro){max-width:58rem}.story-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin-top:1.7rem}.story-card{padding:1.35rem;border:1px solid var(--line);background:#fff;border-radius:20px;min-height:210px;display:flex;flex-direction:column}.story-card h3{font-size:1.1rem;line-height:1.35;margin:.35rem 0 .55rem;color:var(--ink)}.story-card p{color:var(--muted);margin:0 0 1rem}.story-kicker{font-size:.72rem;font-weight:800;color:var(--pink);letter-spacing:.08em}.text-link{margin-top:auto;color:var(--pink);font-weight:750;text-underline-offset:4px}.steps-list{counter-reset:steps;list-style:none;padding:0;margin:1.7rem 0 0;display:grid;gap:.8rem}.steps-list li{counter-increment:steps;display:grid;grid-template-columns:52px 1fr;grid-template-areas:"num title" "num text";column-gap:1rem;padding:1.1rem 1.2rem;background:var(--mist);border-radius:18px}.steps-list li:before{content:counter(steps,decimal-leading-zero);grid-area:num;font-size:1.3rem;font-weight:800;color:var(--pink)}.steps-list strong{grid-area:title;color:var(--ink)}.steps-list span{grid-area:text;color:var(--muted)}.check-list{display:grid;gap:.75rem;padding:0;list-style:none}.check-list li{padding:1rem 1.1rem 1rem 2.8rem;background:#fff;border:1px solid var(--line);border-radius:16px;position:relative}.check-list li:before{content:"✓";position:absolute;left:1rem;color:var(--accent);font-weight:900}.faq-list{display:grid;gap:.75rem;margin-top:1.4rem}.faq-list details{background:#fff;border:1px solid var(--line);border-radius:16px;padding:0 1rem}.faq-list summary{cursor:pointer;font-weight:760;color:var(--ink);padding:1rem .2rem}.faq-answer{color:var(--muted);padding:0 .2rem .8rem}.topic-links{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.9rem;margin-top:1.5rem}.topic-links a{display:flex;flex-direction:column;gap:.2rem;text-decoration:none;padding:1.15rem 1.25rem;border-radius:18px;background:var(--ink);color:#fff}.topic-links small{color:#d7cfd9;line-height:1.5}.topic-links a:hover,.topic-links a:focus-visible{transform:translateY(-2px)}.site-footer{background:var(--ink);color:#eee7ef;padding:3rem 1.4rem}.footer-grid{max-width:var(--max);margin:auto;display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:2rem}.site-footer nav{display:grid;gap:.45rem}.site-footer a{color:#eee7ef}.footer-brand{font-size:1.2rem}.footer-note{color:#c9c0cb;font-size:.9rem}.not-found{padding:6rem 1rem;text-align:center;max-width:760px;margin:auto}.not-found h1{font-size:clamp(2rem,5vw,4rem);margin:.3rem 0}.not-found .hero-actions{justify-content:center}@media(max-width:900px){.page-hero{grid-template-columns:1fr;padding:2rem}.hero-visual{max-height:360px}.story-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.footer-grid{grid-template-columns:1fr 1fr}.footer-note{grid-column:1/-1}}@media(max-width:720px){.nav-toggle{display:inline-flex}.primary-nav{display:none;position:absolute;left:1rem;right:1rem;top:calc(100% + .4rem);background:#fff;border:1px solid var(--line);box-shadow:var(--shadow);padding:.7rem;border-radius:18px;flex-direction:column;align-items:stretch}.primary-nav.is-open{display:flex}.primary-nav a{padding:.8rem 1rem}.page-shell{padding-inline:1rem}.page-hero{padding:1.45rem;border-radius:24px;gap:1.5rem}.page-hero h1{font-size:2.4rem}.content-section{padding:3rem 0}.story-grid,.topic-links{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr}.footer-note{grid-column:auto}}@media(max-width:460px){.header-inner{padding:.72rem .9rem}.brand span{font-size:1rem}.brand img{width:38px;height:38px}.page-shell{padding-top:.8rem}.page-hero{padding:1.15rem}.page-hero h1{font-size:2.05rem}.hero-actions{display:grid}.button{width:100%}.story-card{min-height:auto}.steps-list li{grid-template-columns:40px 1fr}}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important;animation:none!important}}
.content-section:nth-of-type(2) .story-card:nth-child(2){scroll-margin-top:81px}
.content-section:nth-of-type(3) .story-card:nth-child(3){scroll-margin-top:82px}
.content-section:nth-of-type(4) .story-card:nth-child(4){scroll-margin-top:83px}
.content-section:nth-of-type(5) .story-card:nth-child(5){scroll-margin-top:84px}
.content-section:nth-of-type(6) .story-card:nth-child(1){scroll-margin-top:85px}
.content-section:nth-of-type(7) .story-card:nth-child(2){scroll-margin-top:86px}
.content-section:nth-of-type(1) .story-card:nth-child(3){scroll-margin-top:87px}
.content-section:nth-of-type(2) .story-card:nth-child(4){scroll-margin-top:88px}
.content-section:nth-of-type(3) .story-card:nth-child(5){scroll-margin-top:89px}
.content-section:nth-of-type(4) .story-card:nth-child(1){scroll-margin-top:90px}
.content-section:nth-of-type(5) .story-card:nth-child(2){scroll-margin-top:91px}
.content-section:nth-of-type(6) .story-card:nth-child(3){scroll-margin-top:92px}
.content-section:nth-of-type(7) .story-card:nth-child(4){scroll-margin-top:93px}
.content-section:nth-of-type(1) .story-card:nth-child(5){scroll-margin-top:94px}
.content-section:nth-of-type(2) .story-card:nth-child(1){scroll-margin-top:95px}
.content-section:nth-of-type(3) .story-card:nth-child(2){scroll-margin-top:96px}
.content-section:nth-of-type(4) .story-card:nth-child(3){scroll-margin-top:97px}
.content-section:nth-of-type(5) .story-card:nth-child(4){scroll-margin-top:98px}
.content-section:nth-of-type(6) .story-card:nth-child(5){scroll-margin-top:99px}
.content-section:nth-of-type(7) .story-card:nth-child(1){scroll-margin-top:100px}
.content-section:nth-of-type(1) .story-card:nth-child(2){scroll-margin-top:101px}
.content-section:nth-of-type(2) .story-card:nth-child(3){scroll-margin-top:102px}
.content-section:nth-of-type(3) .story-card:nth-child(4){scroll-margin-top:103px}
.content-section:nth-of-type(4) .story-card:nth-child(5){scroll-margin-top:104px}
.content-section:nth-of-type(5) .story-card:nth-child(1){scroll-margin-top:105px}
.content-section:nth-of-type(6) .story-card:nth-child(2){scroll-margin-top:106px}
.content-section:nth-of-type(7) .story-card:nth-child(3){scroll-margin-top:107px}
.content-section:nth-of-type(1) .story-card:nth-child(4){scroll-margin-top:108px}
.content-section:nth-of-type(2) .story-card:nth-child(5){scroll-margin-top:109px}
.content-section:nth-of-type(3) .story-card:nth-child(1){scroll-margin-top:110px}
.content-section:nth-of-type(4) .story-card:nth-child(2){scroll-margin-top:111px}
.content-section:nth-of-type(5) .story-card:nth-child(3){scroll-margin-top:112px}
.content-section:nth-of-type(6) .story-card:nth-child(4){scroll-margin-top:113px}
.content-section:nth-of-type(7) .story-card:nth-child(5){scroll-margin-top:114px}
.content-section:nth-of-type(1) .story-card:nth-child(1){scroll-margin-top:115px}
.content-section:nth-of-type(2) .story-card:nth-child(2){scroll-margin-top:116px}
.content-section:nth-of-type(3) .story-card:nth-child(3){scroll-margin-top:117px}
.content-section:nth-of-type(4) .story-card:nth-child(4){scroll-margin-top:118px}
.content-section:nth-of-type(5) .story-card:nth-child(5){scroll-margin-top:119px}
.content-section:nth-of-type(6) .story-card:nth-child(1){scroll-margin-top:120px}
.content-section:nth-of-type(7) .story-card:nth-child(2){scroll-margin-top:121px}
.content-section:nth-of-type(1) .story-card:nth-child(3){scroll-margin-top:122px}
.content-section:nth-of-type(2) .story-card:nth-child(4){scroll-margin-top:123px}
.content-section:nth-of-type(3) .story-card:nth-child(5){scroll-margin-top:124px}
.content-section:nth-of-type(4) .story-card:nth-child(1){scroll-margin-top:125px}
.content-section:nth-of-type(5) .story-card:nth-child(2){scroll-margin-top:126px}
.content-section:nth-of-type(6) .story-card:nth-child(3){scroll-margin-top:127px}
.content-section:nth-of-type(7) .story-card:nth-child(4){scroll-margin-top:128px}
.content-section:nth-of-type(1) .story-card:nth-child(5){scroll-margin-top:129px}
.content-section:nth-of-type(2) .story-card:nth-child(1){scroll-margin-top:130px}
.content-section:nth-of-type(3) .story-card:nth-child(2){scroll-margin-top:131px}
.content-section:nth-of-type(4) .story-card:nth-child(3){scroll-margin-top:132px}
.content-section:nth-of-type(5) .story-card:nth-child(4){scroll-margin-top:133px}
.content-section:nth-of-type(6) .story-card:nth-child(5){scroll-margin-top:134px}
.content-section:nth-of-type(7) .story-card:nth-child(1){scroll-margin-top:135px}
.content-section:nth-of-type(1) .story-card:nth-child(2){scroll-margin-top:136px}
.content-section:nth-of-type(2) .story-card:nth-child(3){scroll-margin-top:137px}
.content-section:nth-of-type(3) .story-card:nth-child(4){scroll-margin-top:138px}
.content-section:nth-of-type(4) .story-card:nth-child(5){scroll-margin-top:139px}
.content-section:nth-of-type(5) .story-card:nth-child(1){scroll-margin-top:140px}
.content-section:nth-of-type(6) .story-card:nth-child(2){scroll-margin-top:141px}
.content-section:nth-of-type(7) .story-card:nth-child(3){scroll-margin-top:142px}
.content-section:nth-of-type(1) .story-card:nth-child(4){scroll-margin-top:143px}
.content-section:nth-of-type(2) .story-card:nth-child(5){scroll-margin-top:144px}
.content-section:nth-of-type(3) .story-card:nth-child(1){scroll-margin-top:145px}
.content-section:nth-of-type(4) .story-card:nth-child(2){scroll-margin-top:146px}
.content-section:nth-of-type(5) .story-card:nth-child(3){scroll-margin-top:147px}
.content-section:nth-of-type(6) .story-card:nth-child(4){scroll-margin-top:148px}
.content-section:nth-of-type(7) .story-card:nth-child(5){scroll-margin-top:149px}
.content-section:nth-of-type(1) .story-card:nth-child(1){scroll-margin-top:150px}
.content-section:nth-of-type(2) .story-card:nth-child(2){scroll-margin-top:151px}
.content-section:nth-of-type(3) .story-card:nth-child(3){scroll-margin-top:152px}
.content-section:nth-of-type(4) .story-card:nth-child(4){scroll-margin-top:153px}
.content-section:nth-of-type(5) .story-card:nth-child(5){scroll-margin-top:154px}
.content-section:nth-of-type(6) .story-card:nth-child(1){scroll-margin-top:155px}
.content-section:nth-of-type(7) .story-card:nth-child(2){scroll-margin-top:156px}
.content-section:nth-of-type(1) .story-card:nth-child(3){scroll-margin-top:157px}
.content-section:nth-of-type(2) .story-card:nth-child(4){scroll-margin-top:158px}
.content-section:nth-of-type(3) .story-card:nth-child(5){scroll-margin-top:159px}
.content-section:nth-of-type(4) .story-card:nth-child(1){scroll-margin-top:160px}
