/* 首页 · 明信片柔和布局 */
.postcard-hero{padding:3rem 0 3.5rem;background:#f5f0eb}
.postcard-wrap{background:#fff;border:1px solid #e8e0d8;border-radius:16px;padding:2rem 2rem 2.25rem;display:grid;grid-template-columns:1fr 1fr;gap:2.5rem;align-items:center}
.postcard-copy h1{font-size:clamp(1.45rem,3.8vw,2.05rem);line-height:1.35;font-weight:700;margin-bottom:1rem;color:#5c5650}
.postcard-copy h1 em{font-style:normal;color:#b89595}
.gentle-tag{display:inline-block;background:#ede8e4;color:#8a8278;font-size:.75rem;padding:.3rem .7rem;border-radius:12px;margin-bottom:1rem;font-weight:600}
.postcard-desc{color:#8a8278;margin-bottom:1.25rem;font-size:.96rem}
.postcard-btns{display:flex;flex-wrap:wrap;gap:.65rem;margin-bottom:1.5rem}
.btn-soft{display:inline-block;background:#a8bcc8;color:#fff!important;padding:.7rem 1.4rem;font-weight:700;border-radius:20px;text-decoration:none!important;font-size:.9rem}
.btn-outline{display:inline-block;border:1px solid #c9b4b4;color:#8a7272!important;padding:.65rem 1.25rem;font-weight:600;border-radius:20px;text-decoration:none!important;background:#fff}

.soft-pills{display:flex;gap:.75rem;flex-wrap:wrap}
.soft-pill{background:#ede8e4;border-radius:14px;padding:.6rem 1rem;text-align:center;min-width:88px}
.soft-pill strong{display:block;font-size:1.2rem;color:#7a96a8;font-weight:800;line-height:1.2}
.soft-pill span{font-size:.68rem;color:#a89e94}

.polaroid{padding:10px 10px 28px;background:#fff;border:1px solid #e8e0d8;border-radius:4px;transform:rotate(2deg)}
.polaroid img{border-radius:2px}
.polaroid-cap{text-align:center;font-size:.72rem;color:#a89e94;margin-top:.5rem;font-style:italic}

/* 便签叠放三卡 */
.notes-section{background:#faf7f4;padding:3.5rem 0}
.notes-stack{position:relative;max-width:720px;margin:0 auto;height:280px}
.sticky-note{position:absolute;width:32%;padding:1.35rem 1.15rem;border-radius:4px;border:1px solid rgba(0,0,0,.06)}
.sticky-note:nth-child(1){background:#ede4e4;top:20px;left:5%;transform:rotate(-4deg);color:#6a5a5a}
.sticky-note:nth-child(2){background:#e4eaed;top:0;left:34%;transform:rotate(1deg);z-index:2;color:#5a6a72}
.sticky-note:nth-child(3){background:#ede8e4;top:30px;right:5%;transform:rotate(3deg);color:#6a625a}
.sticky-note h3{font-size:1rem;margin-bottom:.45rem;font-weight:700}
.sticky-note p{font-size:.86rem;line-height:1.55;opacity:.9}

/* 温柔路径三步 · 竖向 */
.gentle-path{background:#f5f0eb;padding:3.5rem 0;border-top:1px solid #e8e0d8;border-bottom:1px solid #e8e0d8}
.path-curve{max-width:480px;margin:0 auto;display:flex;flex-direction:column;gap:0;position:relative;padding-left:2rem}
.path-curve::before{content:"";position:absolute;left:15px;top:24px;bottom:24px;width:2px;background:repeating-linear-gradient(180deg,#c9b4b4 0,#c9b4b4 6px,transparent 6px,transparent 12px);border-radius:2px}
.path-stop{display:grid;grid-template-columns:32px 1fr;gap:1rem;padding-bottom:2rem;position:relative}
.path-dot{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:.85rem;color:#fff;flex-shrink:0;position:relative;z-index:1}
.path-dot.d1{background:#c9b4b4}.path-dot.d2{background:#a8bcc8}.path-dot.d3{background:#b8a898}
.path-stop h3{font-size:.98rem;margin-bottom:.3rem;font-weight:700;color:#5c5650}
.path-stop p{font-size:.86rem;color:#8a8278}

/* 手账双清单 */
.journal-duo{background:#faf7f4;padding:3.5rem 0}
.journal-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}
.journal-page{background:#fff;border:1px solid #e8e0d8;border-radius:12px;padding:1.35rem 1.25rem}
.journal-page h3{font-size:.98rem;margin-bottom:.75rem;color:#7a96a8;font-weight:700;padding-bottom:.5rem;border-bottom:2px dotted #e8e0d8}
.journal-page li{font-size:.86rem;color:#6a625a;padding:.38rem 0;padding-left:1.1rem;position:relative}
.journal-page li::before{content:"";position:absolute;left:0;top:.65rem;width:6px;height:6px;border-radius:50%;background:#c9b4b4}
.journal-page:nth-child(2) li::before{background:#a8bcc8}

/* FAQ */
.faq-soft{padding:3.5rem 0;background:#f5f0eb}
.faq-list{max-width:680px}
.faq-item{margin-bottom:.5rem;border-radius:12px;overflow:hidden;border:1px solid #e8e0d8;background:#fff}
.faq-q{width:100%;text-align:left;background:#faf7f4;border:none;padding:1rem 1.2rem;font-size:.92rem;font-weight:700;cursor:pointer;display:flex;justify-content:space-between;color:#5c5650;font-family:inherit}
.faq-q::after{content:"+";color:#a8bcc8;font-weight:400;font-size:1.1rem}
.faq-item.open .faq-q{background:#ede8e4}
.faq-item.open .faq-q::after{content:"−"}
.faq-a{display:none;padding:0 1.2rem 1rem;font-size:.88rem;color:#8a8278;line-height:1.65}
.faq-item.open .faq-a{display:block}

/* CTA */
.soft-cta{background:#a8bcc8;padding:2.75rem 0;text-align:center;color:#fff;border-radius:0}
.soft-cta h2{font-size:clamp(1.3rem,3vw,1.65rem);margin-bottom:.6rem;font-weight:700}
.soft-cta p{margin-bottom:1.15rem;opacity:.92;font-size:.94rem}
.soft-cta .btn-soft{background:#fff;color:#7a96a8!important}

@media(max-width:900px){
  .postcard-wrap,.journal-grid{grid-template-columns:1fr}
  .polaroid{transform:none;max-width:360px;margin:0 auto}
  .notes-stack{height:auto;position:static;display:flex;flex-direction:column;gap:1rem;align-items:center}
  .sticky-note{position:static;width:100%;max-width:320px;transform:none!important}
}
