:root{--pink:#ff7fa8;--rose:#ff5f8f;--orange:#ffb36b;--cream:#fff7f2;--ink:#573142;--muted:#8b6370;--card:#ffffffcc;--line:#ffe1ea}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Microsoft YaHei",Arial,sans-serif;color:var(--ink);background:linear-gradient(180deg,#fff8fb 0%,#fff4ed 48%,#fffaf7 100%);line-height:1.8}a{text-decoration:none;color:inherit}img{max-width:100%;display:block}.nav{position:sticky;top:0;z-index:20;backdrop-filter:blur(18px);background:rgba(255,248,251,.78);border-bottom:1px solid var(--line)}.nav-inner{max-width:1180px;margin:auto;display:flex;align-items:center;justify-content:space-between;padding:14px 20px}.brand{font-weight:900;font-size:24px;color:var(--rose)}.nav-links{display:flex;gap:18px;flex-wrap:wrap}.nav-links a{font-size:15px;color:#6a4150}.btn,.nav-cta{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:linear-gradient(135deg,var(--pink),var(--orange));color:#fff;font-weight:800;padding:12px 22px;box-shadow:0 12px 28px rgba(255,127,168,.25)}.btn.alt{background:#fff;color:var(--rose);border:1px solid var(--line)}.hero{max-width:1180px;margin:auto;display:grid;grid-template-columns:1.05fr .95fr;gap:42px;align-items:center;padding:72px 20px 52px}.eyebrow{display:inline-block;padding:6px 14px;border-radius:999px;background:#fff1f6;color:var(--rose);font-weight:800;font-size:14px}.hero h1{font-size:54px;line-height:1.13;margin:18px 0 16px}.lead,.intro{font-size:19px;color:var(--muted)}.hero-card,.soft-img{overflow:hidden;border-radius:30px;border:1px solid var(--line);background:#fff;box-shadow:0 28px 80px rgba(255,127,168,.14)}.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:26px}.section{max-width:1180px;margin:auto;padding:56px 20px}.section h2{font-size:36px;line-height:1.25;margin:0 0 14px}.grid{display:grid;gap:22px}.grid.three{grid-template-columns:repeat(3,1fr)}.grid.two{grid-template-columns:repeat(2,1fr)}.card{background:var(--card);border:1px solid var(--line);border-radius:30px;padding:24px;box-shadow:0 18px 50px rgba(255,127,168,.12)}.card h3{margin:12px 0 8px;font-size:23px}.card p{color:var(--muted);margin:0 0 10px}.split{display:grid;grid-template-columns:1fr 1fr;gap:28px;align-items:center}.story{display:flex;gap:18px}.avatar{width:58px;height:58px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,#ffd2e2,#ffc078);font-size:26px;flex:none}.stars{color:#ff9b50;font-weight:900}.faq details{background:#fff;border:1px solid var(--line);border-radius:22px;padding:18px 20px;margin:12px 0}.faq summary{cursor:pointer;font-weight:800}.footer{background:#5a3141;color:#fff;margin-top:50px}.footer-inner{max-width:1180px;margin:auto;padding:40px 20px;display:grid;grid-template-columns:1.3fr repeat(3,1fr);gap:24px}.footer a,.footer p{color:#ffe5ec}.pill-list{display:flex;gap:10px;flex-wrap:wrap;margin-top:14px}.pill{padding:8px 13px;border-radius:999px;background:#fff5;border:1px solid #fff7}.page-hero{max-width:980px;margin:auto;text-align:center;padding:66px 20px 30px}.page-hero h1{font-size:46px;line-height:1.18;margin:14px 0}.note{border-left:5px solid var(--pink);background:#fff;padding:20px;border-radius:18px;color:var(--muted)}@media(max-width:860px){.hero,.split,.grid.two,.grid.three{grid-template-columns:1fr}.hero h1{font-size:39px}.section h2{font-size:30px}.nav-links{display:none}.footer-inner{grid-template-columns:1fr}.page-hero h1{font-size:34px}}