:root {
    --bg: #FFF7FB;
    --surface: #FFFFFF;
    --pink-soft: #FFF0F6;
    --purple-soft: #F6F1FF;
    --text: #514451;
    --heading: #332631;
    --muted: #807080;
    --pink: #FF629F;
    --pink-deep: #E94D8E;
    --peach: #FF9BBC;
    --purple: #936BFF;
    --border: rgba(255, 98, 159, 0.16);
    --footer: #30232D;
    --footer-text: #FFEAF3;
    --shadow: 0 18px 45px rgba(112, 61, 91, 0.09);
    --radius-lg: 28px;
    --radius-md: 20px;
    --container: 1220px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    overflow-x: hidden;
    background: var(--bg);
    color: var(--text);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.8;
    -webkit-font-smoothing: antialiased;
}
body.drawer-open { overflow: hidden; }
a { color: inherit; text-decoration: none; pointer-events: auto; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
img { display: block; max-width: 100%; height: auto; }
.skip-link {
    position: fixed;
    left: 18px;
    top: -70px;
    z-index: 1200;
    padding: 10px 16px;
    border-radius: 999px;
    background: var(--heading);
    color: #fff;
    transition: top .2s ease;
}
.skip-link:focus { top: 14px; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.site-header {
    position: sticky;
    top: 0;
    z-index: 800;
    width: 100%;
    border-bottom: 1px solid rgba(255, 98, 159, .12);
    background: rgba(255, 247, 251, .88);
    backdrop-filter: blur(18px);
    box-shadow: 0 8px 28px rgba(84, 45, 69, .06);
}
.nav-shell {
    width: min(calc(100% - 36px), 1260px);
    min-height: 76px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 26px;
}
.brand, .drawer-brand, .footer-brand { display: inline-flex; align-items: center; min-height: 44px; }
.brand img, .drawer-brand img, .footer-brand img { max-height: 44px; width: auto; object-fit: contain; }
.brand-mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 68px;
    height: 44px;
    padding: 0 16px;
    border-radius: 16px 16px 16px 6px;
    background: linear-gradient(135deg, var(--peach) 0%, var(--pink) 50%, var(--purple) 100%);
    color: #fff;
    font-weight: 850;
    font-size: 25px;
    letter-spacing: -.04em;
    box-shadow: 0 9px 24px rgba(255, 98, 159, .22);
}
.brand-mark-light { background: rgba(255,255,255,.12); box-shadow: none; }
.desktop-nav { display: flex; justify-content: center; align-items: center; gap: 6px; white-space: nowrap; }
.desktop-nav a {
    min-height: 44px;
    padding: 9px 15px;
    border-radius: 999px;
    color: #675866;
    font-weight: 650;
    transition: background .2s ease, color .2s ease, transform .2s ease;
}
.desktop-nav a:hover, .desktop-nav a:focus-visible { background: var(--pink-soft); color: var(--pink-deep); }
.desktop-nav a.is-current { background: var(--surface); color: var(--pink-deep); box-shadow: 0 8px 24px rgba(114, 65, 95, .08); }
.nav-actions { display: flex; align-items: center; gap: 10px; }
.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 11px 22px;
    border: 0;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--peach) 0%, var(--pink) 50%, var(--purple) 100%);
    color: #fff;
    font-weight: 760;
    white-space: nowrap;
    box-shadow: 0 12px 30px rgba(255, 98, 159, .24);
    transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
}
.button:hover, .button:focus-visible { transform: translateY(-2px); box-shadow: 0 16px 34px rgba(255, 98, 159, .3); filter: saturate(1.05); }
.button:active { transform: translateY(0); }
.button-small { min-height: 44px; padding: 9px 18px; }
.button-secondary { background: var(--surface); color: var(--pink-deep); border: 1px solid var(--border); box-shadow: none; }
.text-link {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 44px;
    color: var(--pink-deep);
    font-weight: 760;
}
.text-link::after { content: "→"; transition: transform .2s ease; }
.text-link:hover::after, .text-link:focus-visible::after { transform: translateX(4px); }
.menu-button, .drawer-close {
    width: 44px;
    height: 44px;
    padding: 0;
    border: 1px solid var(--border);
    border-radius: 14px;
    background: var(--surface);
    color: var(--heading);
    cursor: pointer;
}
.menu-button { display: inline-flex; flex-direction: column; justify-content: center; align-items: center; gap: 4px; }
.menu-button span { width: 18px; height: 2px; border-radius: 99px; background: currentColor; pointer-events: none; }
.mobile-menu-button { display: none; }
.drawer-overlay {
    position: fixed;
    inset: 0;
    z-index: 980;
    background: rgba(45, 29, 42, .38);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .24s ease, visibility .24s ease;
}
.site-drawer {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1000;
    width: min(400px, 88vw);
    height: 100dvh;
    padding: 22px;
    overflow-y: auto;
    background: #fff;
    box-shadow: -24px 0 60px rgba(50, 30, 45, .18);
    transform: translateX(102%);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: transform .28s ease, opacity .28s ease, visibility .28s ease;
}
.drawer-open .drawer-overlay { opacity: 1; visibility: visible; pointer-events: auto; }
.drawer-open .site-drawer { transform: translateX(0); opacity: 1; visibility: visible; pointer-events: auto; }
.drawer-head { display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.drawer-close { font-size: 30px; line-height: 1; }
.drawer-intro { margin: 22px 0 14px; padding: 16px; border-radius: 18px; background: var(--pink-soft); color: var(--muted); }
.drawer-links { display: grid; gap: 5px; }
.drawer-links a { display: flex; align-items: center; justify-content: space-between; min-height: 48px; padding: 9px 12px; border-radius: 13px; font-weight: 650; }
.drawer-links a:hover, .drawer-links a:focus-visible, .drawer-links a.is-current { background: var(--purple-soft); color: var(--purple); }
main { display: block; }
.hero { position: relative; padding: 74px 0 58px; overflow: hidden; }
.hero::before, .hero::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    filter: blur(1px);
    pointer-events: none;
}
.hero::before { width: 340px; height: 340px; right: -120px; top: 20px; background: rgba(255,155,188,.18); }
.hero::after { width: 250px; height: 250px; left: -130px; bottom: 0; background: rgba(147,107,255,.11); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(320px, .65fr); align-items: center; gap: 48px; position: relative; z-index: 1; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; min-height: 34px; margin: 0 0 14px; padding: 4px 12px; border-radius: 999px; background: var(--pink-soft); color: var(--pink-deep); font-size: 14px; font-weight: 760; letter-spacing: .04em; }
.hero h1, .page-hero h1 { margin: 0; color: var(--heading); font-size: clamp(44px, 7vw, 84px); line-height: 1.03; letter-spacing: -.055em; }
.hero .hero-subtitle { margin: 18px 0 10px; color: var(--heading); font-size: clamp(24px, 3vw, 42px); font-weight: 820; line-height: 1.28; letter-spacing: -.025em; }
.hero .hero-copy { max-width: 760px; margin: 0; font-size: 18px; color: #6a5967; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 20px; margin-top: 28px; }
.feature-pills { display: flex; flex-wrap: wrap; gap: 10px; margin: 28px 0 0; padding: 0; list-style: none; }
.feature-pills li { padding: 8px 13px; border: 1px solid var(--border); border-radius: 999px; background: rgba(255,255,255,.8); color: #675666; font-weight: 650; }
.hero-art { position: relative; min-height: 430px; }
.phone-card {
    position: absolute;
    width: min(310px, 82%);
    min-height: 390px;
    right: 18px;
    top: 5px;
    padding: 22px;
    border: 9px solid #fff;
    border-radius: 42px;
    background: linear-gradient(160deg, #fff 0%, #fff1f7 52%, #f3edff 100%);
    box-shadow: 0 30px 65px rgba(95, 53, 83, .17);
    transform: rotate(3deg);
}
.phone-top { display: flex; justify-content: space-between; align-items: center; color: var(--muted); font-size: 13px; }
.avatar-row { display: flex; align-items: center; gap: 11px; margin-top: 22px; }
.avatar { width: 52px; height: 52px; border-radius: 50%; background: linear-gradient(135deg, var(--peach), var(--purple)); }
.avatar-row strong { display: block; color: var(--heading); }
.avatar-row span { color: var(--muted); font-size: 13px; }
.story-card { margin-top: 18px; padding: 16px; border-radius: 22px; background: #fff; box-shadow: 0 12px 28px rgba(90, 50, 76, .08); }
.story-visual { height: 150px; border-radius: 18px; background: linear-gradient(145deg, rgba(255,155,188,.55), rgba(147,107,255,.35)); position: relative; overflow: hidden; }
.story-visual::before { content: ""; position: absolute; width: 120px; height: 120px; border-radius: 50%; left: 25px; top: 20px; background: rgba(255,255,255,.55); }
.story-visual::after { content: "记录今天"; position: absolute; right: 14px; bottom: 12px; padding: 6px 10px; border-radius: 999px; background: rgba(255,255,255,.85); color: var(--pink-deep); font-weight: 760; font-size: 12px; }
.story-card h3 { margin: 13px 0 3px; color: var(--heading); }
.story-card p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.float-note { position: absolute; left: 0; bottom: 24px; width: 180px; padding: 15px; border-radius: 18px; background: #fff; box-shadow: var(--shadow); transform: rotate(-5deg); }
.float-note strong { display: block; color: var(--purple); }
.float-note span { color: var(--muted); font-size: 13px; }
.section { padding: 66px 0; }
.section-soft { background: var(--pink-soft); }
.section-purple { background: var(--purple-soft); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 28px; margin-bottom: 28px; }
.section-heading > div { max-width: 780px; }
.section-heading h2 { margin: 0 0 8px; color: var(--heading); font-size: clamp(30px, 4vw, 48px); line-height: 1.2; letter-spacing: -.03em; }
.section-heading p { margin: 0; color: var(--muted); font-size: 17px; }
.card-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.card-grid.three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.card-grid.two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.card {
    position: relative;
    padding: 24px;
    border: 1px solid var(--border);
    border-radius: var(--radius-md);
    background: rgba(255,255,255,.92);
    box-shadow: 0 14px 34px rgba(107, 60, 91, .07);
}
.card h3 { margin: 0 0 9px; color: var(--heading); font-size: 20px; line-height: 1.35; }
.card p { margin: 0; color: #6e5e6c; }
.card .text-link { margin-top: 14px; }
.icon-badge { display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; margin-bottom: 16px; border-radius: 15px; background: var(--pink-soft); color: var(--pink-deep); font-size: 20px; font-weight: 800; }
.quick-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 14px; }
.quick-card { padding: 20px; border-radius: 18px; background: #fff; border: 1px solid var(--border); }
.quick-card h3 { margin: 0 0 6px; color: var(--heading); font-size: 17px; }
.quick-card p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.quick-card .text-link { margin-top: 8px; font-size: 14px; }
.masonry-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); grid-auto-rows: minmax(170px, auto); gap: 16px; }
.inspiration-card { min-height: 190px; padding: 24px; border-radius: 24px; border: 1px solid var(--border); background: #fff; display: flex; flex-direction: column; justify-content: space-between; }
.inspiration-card:nth-child(1), .inspiration-card:nth-child(6) { grid-row: span 2; background: linear-gradient(155deg, #fff 0%, #fff0f6 100%); }
.inspiration-card:nth-child(4) { grid-column: span 2; background: linear-gradient(150deg, #fff 0%, #f6f1ff 100%); }
.tag { display: inline-flex; width: fit-content; padding: 4px 10px; border-radius: 999px; background: var(--pink-soft); color: var(--pink-deep); font-size: 13px; font-weight: 700; }
.inspiration-card h3 { margin: 16px 0 7px; color: var(--heading); font-size: 22px; }
.inspiration-card p { margin: 0; color: var(--muted); }
.split { display: grid; grid-template-columns: minmax(0, 1fr) minmax(340px, .78fr); gap: 34px; align-items: center; }
.split.reverse { grid-template-columns: minmax(340px, .78fr) minmax(0, 1fr); }
.content-panel { padding: clamp(28px, 5vw, 52px); border: 1px solid var(--border); border-radius: var(--radius-lg); background: #fff; box-shadow: var(--shadow); }
.content-panel h2, .content-panel h3 { color: var(--heading); }
.content-panel h2 { margin: 0 0 16px; font-size: clamp(30px, 4vw, 46px); line-height: 1.22; }
.content-panel p { margin: 0 0 16px; }
.content-panel p:last-child { margin-bottom: 0; }
.visual-panel { min-height: 390px; border-radius: var(--radius-lg); background: linear-gradient(150deg, #ffd7e5 0%, #fff 48%, #e7ddff 100%); position: relative; overflow: hidden; border: 1px solid var(--border); }
.visual-panel::before { content: ""; position: absolute; width: 190px; height: 190px; left: 38px; top: 44px; border-radius: 44% 56% 60% 40%; background: rgba(255,255,255,.78); box-shadow: 120px 90px 0 rgba(255,255,255,.48); }
.visual-panel::after { content: "共同兴趣，自然交流"; position: absolute; left: 26px; right: 26px; bottom: 28px; padding: 16px 18px; border-radius: 18px; background: rgba(255,255,255,.86); color: var(--heading); font-weight: 800; text-align: center; }
.bullet-list { display: grid; gap: 12px; margin: 22px 0 0; padding: 0; list-style: none; }
.bullet-list li { position: relative; padding-left: 28px; }
.bullet-list li::before { content: "✓"; position: absolute; left: 0; top: 0; color: var(--pink-deep); font-weight: 900; }
.topic-list { display: grid; gap: 14px; }
.topic-row { display: grid; grid-template-columns: 64px 1fr auto; gap: 16px; align-items: center; padding: 18px 20px; border-radius: 20px; background: #fff; border: 1px solid var(--border); }
.topic-index { display: inline-flex; align-items: center; justify-content: center; width: 48px; height: 48px; border-radius: 16px; background: var(--purple-soft); color: var(--purple); font-weight: 850; }
.topic-row h3 { margin: 0 0 4px; color: var(--heading); }
.topic-row p { margin: 0; color: var(--muted); }
.review-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.review { padding: 23px; border-radius: 22px; background: #fff; border: 1px solid var(--border); }
.review p { margin: 0; color: #655563; }
.review span { display: block; margin-top: 12px; color: var(--pink-deep); font-weight: 750; font-size: 14px; }
.faq-list { display: grid; gap: 12px; }
details { border: 1px solid var(--border); border-radius: 18px; background: #fff; overflow: hidden; }
summary { min-height: 56px; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 14px 19px; color: var(--heading); font-weight: 760; cursor: pointer; list-style: none; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; flex: none; width: 28px; height: 28px; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; background: var(--pink-soft); color: var(--pink-deep); }
details[open] summary::after { content: "−"; }
details p { margin: 0; padding: 0 19px 18px; color: #6d5c69; }
.notice { padding: 24px; border: 1px solid rgba(147,107,255,.18); border-radius: 22px; background: var(--purple-soft); }
.notice h3 { margin: 0 0 8px; color: var(--heading); }
.notice p { margin: 0; }
.cta-band { display: flex; align-items: center; justify-content: space-between; gap: 28px; padding: clamp(26px, 5vw, 46px); border-radius: 28px; background: linear-gradient(135deg, #fff 0%, #fff0f6 48%, #f2ecff 100%); border: 1px solid var(--border); }
.cta-band h2 { margin: 0 0 8px; color: var(--heading); font-size: clamp(26px, 4vw, 40px); }
.cta-band p { margin: 0; color: var(--muted); }
.page-hero { padding: 68px 0 46px; }
.page-hero .page-hero-box { position: relative; overflow: hidden; padding: clamp(32px, 6vw, 72px); border-radius: 34px; background: linear-gradient(135deg, #fff 0%, #fff0f6 50%, #f6f1ff 100%); border: 1px solid var(--border); }
.page-hero .page-hero-box::after { content: "17c"; position: absolute; right: 5%; bottom: -20px; color: rgba(255,98,159,.08); font-size: clamp(100px, 20vw, 240px); font-weight: 900; line-height: 1; pointer-events: none; }
.page-hero h1 { font-size: clamp(38px, 6vw, 68px); }
.page-hero p { position: relative; z-index: 1; max-width: 820px; margin: 18px 0 0; color: #6b5a68; font-size: 18px; }
.prose { max-width: 900px; }
.prose h2 { margin: 0 0 16px; color: var(--heading); font-size: clamp(28px, 4vw, 42px); line-height: 1.25; }
.prose h3 { margin: 30px 0 10px; color: var(--heading); }
.prose p { margin: 0 0 17px; }
.stat-strip { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.stat-item { padding: 20px; border-radius: 18px; background: #fff; border: 1px solid var(--border); }
.stat-item strong { display: block; color: var(--heading); font-size: 20px; }
.stat-item span { color: var(--muted); font-size: 14px; }
.timeline { position: relative; display: grid; gap: 18px; }
.timeline::before { content: ""; position: absolute; left: 23px; top: 20px; bottom: 20px; width: 2px; background: linear-gradient(var(--pink), var(--purple)); pointer-events: none; }
.timeline-item { position: relative; padding: 20px 20px 20px 66px; border-radius: 20px; background: #fff; border: 1px solid var(--border); }
.timeline-item::before { content: attr(data-step); position: absolute; left: 8px; top: 18px; width: 32px; height: 32px; display: flex; align-items: center; justify-content: center; border-radius: 50%; background: var(--pink-deep); color: #fff; font-weight: 850; }
.timeline-item h3 { margin: 0 0 6px; color: var(--heading); }
.timeline-item p { margin: 0; color: var(--muted); }
.link-cloud { display: flex; flex-wrap: wrap; gap: 10px; }
.link-cloud a { display: inline-flex; align-items: center; min-height: 44px; padding: 8px 14px; border-radius: 999px; background: #fff; border: 1px solid var(--border); color: var(--pink-deep); font-weight: 700; }
.site-footer { margin-top: 0; padding: 58px 0 26px; background: var(--footer); color: var(--footer-text); }
.footer-grid { display: grid; grid-template-columns: 1.55fr repeat(4, 1fr); gap: 30px; }
.footer-brand-block p { max-width: 330px; color: rgba(255,234,243,.76); }
.site-footer h2 { margin: 0 0 13px; color: #fff; font-size: 16px; }
.site-footer a { display: block; width: fit-content; min-height: 36px; color: rgba(255,234,243,.82); }
.site-footer a:hover, .site-footer a:focus-visible { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; margin-top: 34px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,234,243,.7); font-size: 14px; }
.footer-bottom p { margin: 0; }
.mobile-bottom-nav { display: none; }
@media (max-width: 1060px) {
    .desktop-nav { gap: 0; }
    .desktop-nav a { padding-inline: 10px; font-size: 15px; }
    .card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .quick-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .masonry-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .inspiration-card:nth-child(4) { grid-column: span 1; }
    .footer-grid { grid-template-columns: 1.4fr repeat(2, 1fr); }
}
@media (max-width: 820px) {
    .nav-shell { grid-template-columns: 44px 1fr auto; min-height: 68px; gap: 10px; }
    .mobile-menu-button { display: inline-flex; }
    .desktop-menu-button, .desktop-nav { display: none; }
    .brand { justify-self: center; }
    .nav-actions .button { min-height: 44px; padding: 8px 14px; }
    .hero { padding-top: 48px; }
    .hero-grid, .split, .split.reverse { grid-template-columns: 1fr; }
    .hero-art { min-height: 390px; }
    .phone-card { left: 50%; right: auto; transform: translateX(-45%) rotate(3deg); }
    .float-note { left: 4%; }
    .section-heading { align-items: flex-start; flex-direction: column; }
    .masonry-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .inspiration-card:nth-child(1), .inspiration-card:nth-child(6) { grid-row: span 1; }
    .review-grid, .card-grid.three { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .topic-row { grid-template-columns: 52px 1fr; }
    .topic-row .text-link { grid-column: 2; }
    .stat-strip { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .footer-grid { grid-template-columns: repeat(2, 1fr); }
    .footer-brand-block { grid-column: 1 / -1; }
    .footer-bottom { flex-direction: column; }
}
@media (max-width: 620px) {
    body { font-size: 15px; padding-bottom: 76px; }
    .container { width: min(calc(100% - 28px), var(--container)); }
    .nav-shell { width: min(calc(100% - 20px), 1260px); }
    .brand-mark { min-width: 60px; height: 40px; font-size: 22px; padding-inline: 13px; }
    .nav-actions .button { font-size: 14px; padding-inline: 13px; }
    .hero { padding: 36px 0 42px; }
    .hero h1 { font-size: 58px; }
    .hero .hero-subtitle { font-size: 29px; }
    .hero .hero-copy, .page-hero p { font-size: 16px; }
    .hero-actions { align-items: stretch; }
    .hero-actions .button, .hero-actions .text-link { width: 100%; }
    .hero-art { min-height: 360px; }
    .phone-card { width: min(280px, 84%); min-height: 340px; padding: 18px; }
    .story-visual { height: 125px; }
    .float-note { width: 150px; bottom: 8px; }
    .section { padding: 48px 0; }
    .section-heading h2, .content-panel h2 { font-size: 31px; }
    .card-grid, .card-grid.three, .card-grid.two, .quick-grid, .masonry-grid, .review-grid, .footer-grid { grid-template-columns: 1fr; }
    .inspiration-card { min-height: 165px; }
    .content-panel { padding: 26px 22px; }
    .visual-panel { min-height: 300px; }
    .topic-row { grid-template-columns: 44px 1fr; padding: 16px; }
    .topic-index { width: 40px; height: 40px; border-radius: 13px; }
    .cta-band { align-items: flex-start; flex-direction: column; }
    .cta-band .button { width: 100%; }
    .page-hero { padding: 36px 0 30px; }
    .page-hero .page-hero-box { padding: 30px 22px; border-radius: 26px; }
    .page-hero h1 { font-size: 42px; }
    .stat-strip { grid-template-columns: 1fr; }
    .footer-brand-block { grid-column: auto; }
    .site-footer { padding-bottom: 34px; }
    .mobile-bottom-nav {
        position: fixed;
        left: 10px;
        right: 10px;
        bottom: max(8px, env(safe-area-inset-bottom));
        z-index: 760;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        min-height: 62px;
        padding: 5px;
        border: 1px solid var(--border);
        border-radius: 20px;
        background: rgba(255,255,255,.94);
        backdrop-filter: blur(14px);
        box-shadow: 0 16px 40px rgba(68, 37, 58, .16);
    }
    .mobile-bottom-nav a { display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 52px; border-radius: 15px; color: var(--muted); font-size: 12px; line-height: 1.25; }
    .mobile-bottom-nav a span { font-size: 18px; line-height: 1; }
    .mobile-bottom-nav a.is-current { background: var(--pink-soft); color: var(--pink-deep); font-weight: 760; }
}
@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

.notice-spaced { margin-top: 20px; }
.related-heading { margin: 0 0 16px; color: var(--heading); }
