:root{--cream:#fffaf6;--pink:#ff8fa3;--orange:#ffb071;--rose:#b95770;--ink:#4e3a3f;--muted:#8b7378;--card:#ffffffcc;--lav:#f3eaff}*{box-sizing:border-box}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Hiragino Sans GB","Microsoft YaHei",Arial,sans-serif;background:linear-gradient(180deg,#fff8f4 0%,#fffafb 45%,#fff6ef 100%);color:var(--ink);line-height:1.82}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}header{position:sticky;top:0;z-index:20;backdrop-filter:blur(18px);background:#fff7f2d9;border-bottom:1px solid #ffe6df}.nav{max-width:1160px;margin:auto;padding:14px 18px;display:flex;align-items:center;justify-content:space-between;gap:18px}.logo{font-weight:900;font-size:26px;letter-spacing:.5px;color:var(--rose)}.navlinks{display:flex;gap:18px;flex-wrap:wrap;color:#74565d;font-size:15px}.btn,.pill{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:999px;padding:12px 20px;background:linear-gradient(135deg,var(--pink),var(--orange));color:white;font-weight:700;box-shadow:0 12px 28px #ff8f9a40}.btn.secondary{background:#fff;color:var(--rose);box-shadow:0 10px 24px #d78a9a26}.hero{max-width:1160px;margin:0 auto;padding:64px 18px 36px;display:grid;grid-template-columns:1.05fr .95fr;gap:34px;align-items:center}.eyebrow{display:inline-block;background:#fff;border:1px solid #ffe1d9;color:var(--rose);border-radius:999px;padding:7px 14px;font-size:14px}.hero h1{font-size:48px;line-height:1.2;margin:18px 0;color:#3f2d32}.hero p{font-size:18px;color:#6e5960}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:24px}.phone{border-radius:42px;background:#fff;box-shadow:0 30px 70px #c96f8540;padding:18px;transform:rotate(1deg)}.phone img{border-radius:30px}.bubble{background:#fff;border-radius:24px 24px 24px 8px;padding:14px 18px;margin:12px 0;box-shadow:0 10px 24px #e9a2a83b}.bubble.me{background:#ffe1d1;margin-left:70px;border-radius:24px 24px 8px 24px}.section{max-width:1160px;margin:0 auto;padding:54px 18px}.section h2{font-size:34px;line-height:1.25;margin:0 0 16px}.lead{font-size:18px;color:#715b61;max-width:820px}.grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.grid.three{grid-template-columns:repeat(3,1fr)}.card{background:var(--card);border:1px solid #ffe8e2;border-radius:30px;padding:22px;box-shadow:0 18px 45px #df859326}.card img{border-radius:24px;margin-bottom:14px}.card h3{margin:8px 0 8px;color:#6c3c4b}.soft{background:linear-gradient(135deg,#fff,#fff0e8);border-radius:36px;padding:34px;border:1px solid #ffe5dc}.story{display:grid;grid-template-columns:120px 1fr;gap:18px;align-items:start}.avatar{width:92px;height:92px;border-radius:50%;background:linear-gradient(135deg,#ff9cac,#ffc078);display:grid;place-items:center;color:#fff;font-weight:900;font-size:26px}.stars{color:#f09b45;letter-spacing:2px}.faq details{background:#fff;border:1px solid #ffe4dc;border-radius:22px;padding:16px 20px;margin:12px 0;box-shadow:0 10px 24px #e9a2a820}.faq summary{cursor:pointer;font-weight:800;color:#6c3c4b}.footer{background:#5b3b43;color:#fff4ef;margin-top:40px}.footer .inner{max-width:1160px;margin:auto;padding:38px 18px}.footer a{margin-right:16px;color:#ffe2d4}.mini-hero{max-width:1160px;margin:auto;padding:54px 18px 24px}.mini-hero h1{font-size:42px;line-height:1.22}.content{max-width:920px;margin:auto;padding:24px 18px 60px}.content p{font-size:17px;color:#624e54}.gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin:26px 0}.gallery img{border-radius:26px}.note{border-left:5px solid var(--pink);padding:14px 18px;background:#fff;border-radius:18px;color:#694f57}@media(max-width:850px){.hero,.grid,.grid.three,.gallery{grid-template-columns:1fr}.hero{padding-top:38px}.hero h1{font-size:36px}.nav{align-items:flex-start}.navlinks{gap:10px;font-size:13px}.story{grid-template-columns:1fr}.section h2{font-size:29px}.mini-hero h1{font-size:32px}}