*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
body{font-family:"Noto Sans SC",system-ui,sans-serif;background:#fff;color:#292524;line-height:1.78;font-size:16px}
a{color:#be185d;text-decoration:none}
a:hover{text-decoration:underline}
img{max-width:100%;height:auto;display:block}

.site-header{background:#fff;border-bottom:1px solid #f5d0fe;position:sticky;top:0;z-index:200;box-shadow:0 1px 0 rgba(190,24,93,.06)}
.header-inner{max-width:1180px;margin:0 auto;padding:12px 22px;display:flex;align-items:center;justify-content:space-between;gap:16px}
.brand{display:flex;align-items:center;gap:10px;color:#1c1917;font-weight:600;font-size:.98rem}
.brand em{font-style:normal;color:#be185d;font-weight:700}
.site-nav ul{display:flex;flex-wrap:wrap;gap:6px 18px;list-style:none}
.site-nav a{color:#57534e;font-size:.92rem}
.site-nav a.active{color:#be185d;font-weight:600}
.nav-toggle{display:none;background:none;border:0;cursor:pointer;padding:8px}
.nav-toggle span{display:block;width:22px;height:2px;background:#44403c;margin:5px 0;border-radius:1px}

.ads-top-bar{background:#fdf4ff;border-bottom:1px solid #f5d0fe;padding:10px 0}
#applist .applist-title{font-size:.85rem;color:#a8a29e;margin-bottom:8px}
#ads{display:flex;flex-wrap:wrap;gap:12px}

.page-wrap{max-width:1180px;margin:0 auto;padding:0 22px 60px}

.hero-bento{background:linear-gradient(145deg,#fdf4ff 0%,#fff 48%,#fff7ed 100%);border:1px solid #f0abfc;border-radius:24px;padding:36px 32px 30px;margin:30px 0 22px;position:relative;overflow:hidden}
.hero-bento::after{content:"";position:absolute;top:-40px;right:-40px;width:160px;height:160px;background:radial-gradient(circle,#fce7f3 0%,transparent 70%);pointer-events:none}
.hero-tag{display:inline-block;font-size:.8rem;color:#9d174d;background:#fce7f3;padding:5px 14px;border-radius:999px;margin-bottom:12px;font-weight:500;letter-spacing:.02em}
.hero-bento h1{font-size:clamp(1.38rem,3.8vw,2rem);line-height:1.34;margin-bottom:14px;color:#1c1917;max-width:720px;position:relative;z-index:1}
.hero-intro{font-size:1.02rem;color:#57534e;max-width:700px;position:relative;z-index:1}

.chip-strip{display:flex;flex-wrap:wrap;gap:8px;margin:20px 0 6px;padding:0;list-style:none}
.chip-strip a{display:inline-block;font-size:.84rem;padding:7px 15px;border:1px solid #e9d5ff;border-radius:999px;color:#7c3aed;background:#faf5ff;transition:border-color .15s,color .15s}
.chip-strip a:hover{border-color:#be185d;color:#be185d;text-decoration:none}

.bento{display:grid;grid-template-columns:repeat(12,1fr);gap:18px;margin:26px 0}
.tile{background:#fff;border:1px solid #e7e5e4;border-radius:18px;padding:24px 26px;overflow:hidden;transition:box-shadow .2s}
.tile:hover{box-shadow:0 6px 24px rgba(190,24,93,.07)}
.tile h2{font-size:1.13rem;margin-bottom:11px;color:#1c1917;line-height:1.36}
.tile p{margin-bottom:10px;color:#57534e;font-size:.96rem}
.tile p:last-child{margin-bottom:0}
.tile figure{margin:0}
.tile figcaption{font-size:.79rem;color:#a8a29e;margin-top:8px;text-align:center;line-height:1.45}

.span-12{grid-column:span 12}
.span-8{grid-column:span 8}
.span-7{grid-column:span 7}
.span-6{grid-column:span 6}
.span-5{grid-column:span 5}
.span-4{grid-column:span 4}
.tile-tall{align-self:stretch;display:flex;flex-direction:column;justify-content:center}

.tile-soft{background:#fdf4ff;border-color:#f0abfc}
.tile-warm{background:#fff7ed;border-color:#fed7aa}
.tile-safe{background:#ecfdf5;border-color:#a7f3d0}

.privacy-badge{display:inline-flex;align-items:center;gap:7px;font-size:.84rem;color:#047857;background:#d1fae5;padding:7px 13px;border-radius:10px;margin:10px 0 6px;font-weight:500}
.privacy-badge svg{flex-shrink:0}

.step-list{list-style:none;padding:0;margin:12px 0 4px}
.step-list li{position:relative;padding:9px 0 9px 32px;border-bottom:1px dotted #e7e5e4;font-size:.94rem;color:#57534e}
.step-list li:last-child{border-bottom:0}
.step-list li::before{content:attr(data-n);position:absolute;left:0;top:9px;width:22px;height:22px;border-radius:50%;background:#fce7f3;color:#be185d;font-size:.75rem;font-weight:700;display:flex;align-items:center;justify-content:center;line-height:1}

.callout{border-left:4px solid #be185d;background:#fdf4ff;padding:14px 18px;margin:14px 0;border-radius:0 12px 12px 0;font-size:.93rem;color:#57534e}

.faq-block{margin-top:36px;padding-top:30px;border-top:1px solid #f5d0fe}
.faq-block>h2{font-size:1.16rem;margin-bottom:18px;color:#1c1917}
.faq-item{border:1px solid #e7e5e4;border-radius:14px;padding:18px 22px;margin-bottom:14px;background:#fff}
.faq-item h3{font-size:1rem;margin-bottom:8px;color:#1c1917}

.read-more{padding:22px 0 6px}
.read-more h2{font-size:1.05rem;margin-bottom:10px}
.read-more ul{padding-left:1.25rem;line-height:1.95;color:#57534e}

.site-footer{background:#fdf4ff;border-top:1px solid #f5d0fe;padding:30px 22px;text-align:center;font-size:.88rem;color:#78716c}
.footer-links{display:flex;flex-wrap:wrap;justify-content:center;gap:8px 20px;margin-bottom:10px}
.footer-sub{margin-top:6px;font-size:.82rem;color:#a8a29e}
.prose-page{max-width:720px;margin:40px auto;padding:0 22px}
.prose-page h1{font-size:1.4rem;margin-bottom:16px}
.error-page{max-width:480px;margin:80px auto;padding:0 22px;text-align:center}

@media(max-width:960px){
  .span-8,.span-7,.span-6,.span-5,.span-4{grid-column:span 12}
}

@media(max-width:768px){
  .nav-toggle{display:block}
  .site-nav{position:absolute;top:100%;left:0;right:0;background:#fff;border-bottom:1px solid #f5d0fe;display:none;padding:14px 22px}
  .site-nav.is-open{display:block}
  .site-header{position:relative}
  .hero-bento{padding:26px 20px 22px;border-radius:18px}
  .tile{padding:20px 18px;border-radius:14px}
}
