:root {
    --ink: #302b33;
    --muted: #756e78;
    --paper: #fffdfc;
    --pink: #f27f9d;
    --pink-dark: #db6384;
    --pink-soft: #fff0f4;
    --mint: #9ed8c7;
    --mint-soft: #ebf8f4;
    --yellow: #f3cb64;
    --yellow-soft: #fff7dc;
    --blue: #78afd2;
    --lavender: #9e91cf;
    --line: #eee4e7;
    --gradient: linear-gradient(135deg, #f27f9d, #db6384);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "Microsoft YaHei", "PingFang SC", Arial, sans-serif; line-height: 1.7; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.ppm_container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }

.ppm_site_header { position: sticky; top: 0; z-index: 50; border-bottom: 1px solid rgba(108,79,89,.1); background: rgba(255,253,252,.96); backdrop-filter: blur(16px); }
.ppm_nav { position: relative; min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.ppm_brand { display: inline-flex; align-items: center; gap: 10px; flex: 0 0 auto; }
.ppm_brand_mark { width: 44px; height: 44px; overflow: hidden; border: 2px solid #fff; border-radius: 50%;}
.ppm_brand_mark img { width: 100%; height: 100%; object-fit: cover; }
.ppm_brand_copy, .ppm_brand_copy strong, .ppm_brand_copy small { display: block; }
.ppm_brand_copy { line-height: 1; }
.ppm_brand_copy strong { font-size: 20px; font-weight: 900; }
.ppm_brand_copy small { margin-top: 6px; color: var(--pink-dark); font: 800 8px/1 Arial,sans-serif; letter-spacing: 0; }
.ppm_nav_links { display: flex; align-items: center; gap: 4px; color: #625b64; font-size: 13px; font-weight: 700; }
.ppm_nav_links a { padding: 8px 12px; border-radius: 6px; transition: color .2s ease, background-color .2s ease; }
.ppm_nav_links a:hover { color: var(--pink-dark); background: var(--pink-soft); }
.ppm_nav_actions { display: flex; align-items: center; gap: 8px; }
.ppm_search_action { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--muted); background: #fff; font-size: 18px; }

.ppm_btn { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 0 19px; border: 1px solid transparent; border-radius: 6px; font-weight: 800; white-space: nowrap; transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease; }
.ppm_btn i { font-size: 18px; }
.ppm_btn:hover { transform: translateY(-2px); }
.ppm_btn_primary { color: #fff; background: var(--pink); box-shadow: 0 10px 24px rgba(219,99,132,.23); }
.ppm_btn_primary:hover { background: var(--pink-dark); box-shadow: 0 14px 28px rgba(219,99,132,.28); }
.ppm_btn_soft { color: var(--pink-dark); border-color: #f1ccd6; background: #fff; }
.ppm_header_cta { min-height: 38px; padding: 0 14px; font-size: 12px; }
.ppm_menu_toggle { display: none; width: 40px; height: 40px; padding: 0; border: 1px solid var(--line); border-radius: 6px; color: var(--ink); background: #fff; font-size: 21px; cursor: pointer; }

.ppm_stage { position: relative; height: min(680px, calc(100svh - 98px)); min-height: 610px; overflow: hidden; background: var(--pink-soft); }
.ppm_stage::before { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 98px; background: var(--yellow-soft); clip-path: polygon(0 58%,15% 40%,31% 66%,49% 34%,67% 60%,84% 38%,100% 55%,100% 100%,0 100%); }
.ppm_stage_inner { position: relative; height: 100%; }
.ppm_stage_content { position: relative; z-index: 4; width: min(570px,52%); padding-top: clamp(76px,11vh,108px); }
.ppm_eyebrow, .ppm_kicker { display: inline-flex; align-items: center; gap: 6px; color: var(--pink-dark); font-size: 11px; font-weight: 800; letter-spacing: 0; }
.ppm_eyebrow { padding: 5px 10px; border: 1px solid #f1cbd5; border-radius: 999px; background: rgba(255,255,255,.74); }
.ppm_stage h1 { margin: 18px 0 0; font-size: 66px; font-weight: 900; line-height: 1.16; letter-spacing: 0; }
.ppm_stage h1 span { color: var(--pink-dark); }
.ppm_stage_copy { max-width: 520px; margin: 20px 0 0; color: var(--muted); font-size: 15px; line-height: 1.9; }
.ppm_stage_actions { display: flex; align-items: center; flex-wrap: wrap; gap: 20px; margin-top: 26px; }
.ppm_stage_actions .ppm_btn { min-height: 52px; padding: 0 24px; font-size: 14px; }
.ppm_stage_primary { box-shadow: 0 14px 30px rgba(219,99,132,.32); }
.ppm_stage_primary:hover { box-shadow: 0 18px 36px rgba(219,99,132,.38); }
.ppm_stage_secondary { color: var(--ink); border-color: #e8cbd3; background: rgba(255,255,255,.82); box-shadow: 0 8px 20px rgba(151,93,111,.08); }
.ppm_stage_secondary:hover { color: var(--pink-dark); border-color: var(--pink); background: #fff; box-shadow: 0 12px 24px rgba(151,93,111,.12); }
.ppm_stage_secondary i { color: var(--pink-dark); transition: transform .2s ease; }
.ppm_stage_secondary:hover i { transform: translateX(3px); }
.ppm_text_link { display: inline-flex; align-items: center; gap: 6px; color: var(--pink-dark); font-size: 13px; font-weight: 800; }
.ppm_text_link i { transition: transform .2s ease; }
.ppm_text_link:hover i { transform: translateX(3px); }
.ppm_stage_stats { display: flex; align-items: center; gap: 28px; margin-top: 32px; color: var(--muted); font-size: 11px; }
.ppm_stage_stats span { display: flex; flex-direction: column; }
.ppm_stage_stats strong { color: var(--ink); font: 900 20px/1.25 Arial,sans-serif; }

.ppm_stage_art { position: absolute; z-index: 2; right: -4px; bottom: 0; width: min(560px,48vw); height: 100%; isolation: isolate; }
.ppm_stage_art::before { content: ""; position: absolute; z-index: -1; right: 8px; bottom: 38px; width: 500px; height: 480px; background: rgba(255,255,255,.62); clip-path: polygon(8% 0,100% 8%,94% 100%,0 91%); }
.ppm_art_mascot { position: absolute; z-index: 2; left: 0; bottom: 26px; width: 278px; height: 278px; overflow: hidden; border: 8px solid #fff; border-radius: 50%; background: #fff; box-shadow: 0 18px 36px rgba(151,93,111,.16); }
.ppm_art_mascot img { width: 100%; height: 100%; object-fit: cover; }
.ppm_art_phone { position: absolute; z-index: 3; right: 20px; bottom: 28px; width: 248px; height: 442px; overflow: hidden; padding: 8px; border: 5px solid #383139; border-radius: 28px; background: #19171a; box-shadow: 0 24px 42px rgba(73,48,58,.24); }
.ppm_art_phone img { width: 100%; height: 100%; border-radius: 17px; object-fit: cover; object-position: top; }
.ppm_art_phone_speaker { position: absolute; z-index: 2; top: 12px; left: 50%; width: 52px; height: 5px; border-radius: 999px; background: #282429; transform: translateX(-50%); }
.ppm_art_label { position: absolute; z-index: 5; display: inline-flex; align-items: center; gap: 10px; min-width: 146px; padding: 11px 14px; border: 1px solid #efd8de; border-radius: 8px; background: #fff; box-shadow: 0 12px 28px rgba(151,93,111,.11); }
.ppm_art_label_read { top: 60px; left: 30px; transform: rotate(-1.5deg); }
.ppm_art_label_search { top: 205px; left: 0; transform: rotate(1.5deg); }
.ppm_art_label_record { top: 118px; right: 0; transform: rotate(1deg); }
.ppm_art_label > i { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 8px; color: #fff; background: var(--pink); font-size: 17px; }
.ppm_art_label span, .ppm_art_label b, .ppm_art_label small { display: block; }
.ppm_art_label b { font-size: 12px; }
.ppm_art_label small { margin-top: 2px; color: var(--muted); font-size: 9px; }

.ppm_section { padding: 88px 0; }
.ppm_section_head { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; margin-bottom: 34px; }
.ppm_kicker { margin-bottom: 7px; font-family: Arial,sans-serif; }
.ppm_section_title { margin: 0; font-size: 37px; font-weight: 900; line-height: 1.25; letter-spacing: 0; }
.ppm_section_desc { max-width: 430px; margin: 0; color: var(--muted); font-size: 13px; text-align: right; }
.ppm_section_tabs { display: flex; align-items: center; gap: 4px; padding: 4px; border-radius: 6px; background: #f8f4f5; }
.ppm_section_tabs button { min-width: 58px; padding: 7px 10px; border: 0; border-radius: 4px; color: var(--muted); background: transparent; font-size: 12px; font-weight: 700; cursor: pointer; }
.ppm_section_tabs button.ppm_is_active { color: #fff; background: var(--pink); }

.ppm_section_comics { background: #fff; }
.ppm_highlight_grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.ppm_highlight_item { position: relative; min-height: 230px; padding: 28px; overflow: hidden; border: 1px solid #f0dfe4; border-radius: 8px; background: var(--pink-soft); }
.ppm_highlight_item:nth-child(2), .ppm_highlight_item:nth-child(5) { border-color: #dceee9; background: var(--mint-soft); }
.ppm_highlight_item:nth-child(3), .ppm_highlight_item:nth-child(6) { border-color: #f0e5c5; background: var(--yellow-soft); }
.ppm_highlight_number { position: absolute; top: 17px; right: 20px; color: rgba(219,99,132,.34); font: 900 28px/1 Arial,sans-serif; }
.ppm_highlight_item:nth-child(2) .ppm_highlight_number, .ppm_highlight_item:nth-child(5) .ppm_highlight_number { color: rgba(83,141,125,.3); }
.ppm_highlight_item:nth-child(3) .ppm_highlight_number, .ppm_highlight_item:nth-child(6) .ppm_highlight_number { color: rgba(162,127,45,.3); }
.ppm_highlight_icon { width: 52px; height: 52px; display: grid; place-items: center; margin-bottom: 22px; border-radius: 8px; color: var(--pink-dark); background: #fff; font-size: 24px; box-shadow: 0 8px 20px rgba(159,104,122,.08); }
.ppm_highlight_item:nth-child(2) .ppm_highlight_icon, .ppm_highlight_item:nth-child(5) .ppm_highlight_icon { color: #538d7d; }
.ppm_highlight_item:nth-child(3) .ppm_highlight_icon, .ppm_highlight_item:nth-child(6) .ppm_highlight_icon { color: #a27f2d; }
.ppm_highlight_item h3 { margin: 0 0 9px; font-size: 18px; }
.ppm_highlight_item p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.8; }
.ppm_comic_grid { display: grid; grid-template-columns: repeat(6,minmax(0,1fr)); gap: 24px 18px; }
.ppm_comic_card { min-width: 0; }
.ppm_comic_card[hidden] { display: none; }
.ppm_comic_cover { position: relative; aspect-ratio: 3/4.25; display: block; overflow: hidden; border-radius: 8px; transition: transform .22s ease, box-shadow .22s ease; }
.ppm_comic_cover:hover { transform: translateY(-5px); box-shadow: 0 16px 30px rgba(73,51,60,.16); }
.ppm_comic_cover > span:first-child, .ppm_cover_label { position: absolute; z-index: 4; top: 9px; left: 9px; padding: 3px 7px; border-radius: 4px; color: #fff; background: var(--pink); font-size: 9px; font-weight: 800; }
.ppm_cover_mascot { background: var(--pink-soft); }
.ppm_cover_mascot img { width: 100%; height: 100%; object-fit: cover; }
.ppm_comic_cover:not(.ppm_cover_mascot) { display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 20px; text-align: center; }
.ppm_comic_cover:not(.ppm_cover_mascot)::after { content: ""; position: absolute; inset: 12px; border: 1px solid rgba(255,255,255,.5); border-radius: 5px; }
.ppm_comic_cover > i { position: relative; z-index: 2; margin-bottom: 16px; color: rgba(255,255,255,.86); font-size: 40px; }
.ppm_comic_cover > strong { position: relative; z-index: 2; color: #fff; font-size: 24px; line-height: 1.25; }
.ppm_comic_cover > small { position: relative; z-index: 2; margin-top: 10px; color: rgba(255,255,255,.76); font-size: 10px; }
.ppm_cover_sky { background: #6e9cc4; }
.ppm_cover_mint { background: #77b9a6; }
.ppm_cover_night { background: #665c8e; }
.ppm_cover_yellow { background: #d9ad4f; }
.ppm_cover_red { background: #bc6570; }
.ppm_comic_meta h3 { margin: 13px 0 4px; overflow: hidden; font-size: 14px; line-height: 1.35; white-space: nowrap; text-overflow: ellipsis; }
.ppm_comic_meta p { margin: 0; color: var(--muted); font-size: 11px; }
.ppm_comic_meta small { display: block; margin-top: 5px; color: #aaa0a5; font-size: 10px; }
.ppm_section_more { display: flex; justify-content: center; margin-top: 38px; }

.ppm_section_updates { background: #faf8f8; }
.ppm_product_gallery { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 18px; }
.ppm_product_shot { min-width: 0; margin: 0; }
.ppm_product_image { aspect-ratio: 9/16; overflow: hidden; border: 1px solid #e7dfe2; border-radius: 8px; background: #fff; box-shadow: 0 12px 28px rgba(75,54,62,.08); }
.ppm_product_image img { width: 100%; height: 100%; object-fit: cover; object-position: top; transition: transform .3s ease; }
.ppm_product_shot:hover .ppm_product_image img { transform: scale(1.018); }
.ppm_product_shot figcaption { display: grid; grid-template-columns: 28px 1fr; gap: 10px; margin-top: 14px; }
.ppm_product_shot figcaption > span { color: var(--pink-dark); font: 900 12px/1.5 Arial,sans-serif; }
.ppm_product_shot figcaption strong, .ppm_product_shot figcaption small { display: block; }
.ppm_product_shot figcaption strong { font-size: 14px; }
.ppm_product_shot figcaption small { margin-top: 3px; color: var(--muted); font-size: 10px; line-height: 1.5; }

.ppm_section_features { background: #fff; }
.ppm_section_head_center { align-items: center; flex-direction: column; gap: 8px; text-align: center; }
.ppm_section_head_center .ppm_section_desc { text-align: center; }
.ppm_steps_grid { position: relative; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 70px; max-width: 980px; margin: 0 auto; }
.ppm_steps_grid::before { content: ""; position: absolute; top: 85px; left: 17%; right: 17%; height: 2px; background: #f0dce2; }
.ppm_step_item { position: relative; z-index: 1; text-align: center; }
.ppm_step_number { display: inline-block; margin-bottom: 18px; color: var(--pink-dark); font: 800 10px/1 Arial,sans-serif; }
.ppm_step_icon { width: 76px; height: 76px; display: grid; place-items: center; margin: 0 auto 22px; border: 8px solid #fff; border-radius: 50%; color: var(--pink-dark); background: var(--pink-soft); box-shadow: 0 8px 24px rgba(159,104,122,.12); font-size: 27px; }
.ppm_step_item:nth-child(2) .ppm_step_icon { color: #538d7d; background: var(--mint-soft); }
.ppm_step_item:nth-child(3) .ppm_step_icon { color: #a27f2d; background: var(--yellow-soft); }
.ppm_step_item h3 { margin: 0 0 9px; font-size: 17px; }
.ppm_step_item p { max-width: 245px; margin: 0 auto; color: var(--muted); font-size: 12px; line-height: 1.8; }

.ppm_section_reviews { background: var(--pink-soft); }
.ppm_reviews_grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.ppm_review_card { min-height: 210px; padding: 23px; border: 1px solid #f0dce2; border-radius: 8px; background: #fff; box-shadow: 0 10px 26px rgba(159,104,122,.06); }
.ppm_review_top { display: flex; align-items: center; gap: 10px; }
.ppm_review_avatar { width: 40px; height: 40px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 50%; color: var(--pink-dark); background: var(--pink-soft); font-size: 18px; }
.ppm_review_top > div { min-width: 0; }
.ppm_review_top strong, .ppm_review_top small { display: block; }
.ppm_review_top strong { font-size: 13px; }
.ppm_review_top small { margin-top: 2px; color: #aaa0a5; font-size: 10px; }
.ppm_stars { margin-left: auto; color: #e7b23c; font-size: 11px; letter-spacing: 0; white-space: nowrap; }
.ppm_review_card > p { margin: 18px 0 0; color: var(--muted); font-size: 12px; line-height: 1.8; }

.ppm_section_faq { background: #fff; }
.ppm_faq_layout { display: grid; grid-template-columns: 300px minmax(0,1fr); align-items: start; gap: 82px; }
.ppm_faq_intro { min-height: 390px; }
.ppm_faq_intro > p { margin: 14px 0 0; color: var(--muted); font-size: 13px; }
.ppm_faq_intro img { width: 238px; margin-top: 30px; border-radius: 8px; }
.ppm_faq_list { border-top: 1px solid var(--line); }
.ppm_faq_item { border-bottom: 1px solid var(--line); }
.ppm_faq_question { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 21px 4px; border: 0; color: var(--ink); background: transparent; font-size: 14px; font-weight: 800; text-align: left; cursor: pointer; }
.ppm_faq_question span:last-child { width: 30px; height: 30px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 50%; color: var(--pink-dark); background: var(--pink-soft); font-size: 19px; line-height: 1; transition: transform .2s ease, color .2s ease, background-color .2s ease; }
.ppm_faq_answer { display: none; padding: 0 50px 22px 4px; color: var(--muted); font-size: 12px; }
.ppm_faq_item.ppm_is_open .ppm_faq_answer { display: block; }
.ppm_faq_item.ppm_is_open .ppm_faq_question span:last-child { color: #fff; background: var(--pink); transform: rotate(45deg); }

.ppm_site_footer { color: #665d67; background: #faf6f7; }
.ppm_footer_inner { font-size: 13px; }
.ppm_footer_main { display: grid; grid-template-columns: minmax(280px,1fr) auto auto; align-items: center; gap: 34px; padding: 38px 0 28px; border-bottom: 1px solid #eadfe2; }
.ppm_footer_brand { display: inline-flex; align-items: center; gap: 11px; width: fit-content; }
.ppm_footer_brand img { width: 46px; height: 46px; border-radius: 50%; object-fit: cover; }
.ppm_footer_brand span, .ppm_footer_brand strong, .ppm_footer_brand small { display: block; }
.ppm_footer_brand strong { color: var(--ink); font-size: 17px; }
.ppm_footer_brand small { margin-top: 2px; color: #9b9095; font-size: 10px; }
.ppm_footer_links { display: flex; gap: 20px; white-space: nowrap; font-weight: 700; }
.ppm_footer_links a:hover { color: var(--pink-dark); }
.ppm_footer_action { min-height: 40px; display: inline-flex; align-items: center; gap: 7px; padding: 0 14px; border-radius: 6px; color: #fff; background: var(--pink); font-weight: 800; }
.ppm_footer_bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 18px 0 22px; color: #aaa0a5; font-size: 10px; }

@media (max-width: 1020px) {
    .ppm_nav_links { position: absolute; top: calc(100% + 1px); left: 0; right: 0; display: none; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 6px; padding: 12px; border: 1px solid var(--line); border-top: 0; background: rgba(255,253,252,.98); box-shadow: 0 16px 30px rgba(105,76,87,.1); }
    .ppm_site_header.ppm_menu_open .ppm_nav_links { display: grid; }
    .ppm_nav_links a { background: var(--pink-soft); }
    .ppm_menu_toggle { display: grid; place-items: center; }
    .ppm_stage h1 { font-size: 46px; }
    .ppm_stage_art { right: -28px; }
    .ppm_art_mascot { left: -8px; width: 250px; height: 250px; }
    .ppm_art_phone { right: 10px; }
    .ppm_art_label_read { left: 2px; }
    .ppm_art_label_search { left: -12px; }
    .ppm_art_label_record { right: 4px; }
    .ppm_comic_grid { grid-template-columns: repeat(3,minmax(0,1fr)); gap: 28px 20px; }
    .ppm_highlight_grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .ppm_product_gallery { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 28px 18px; }
    .ppm_steps_grid { gap: 38px; }
    .ppm_faq_layout { grid-template-columns: 240px minmax(0,1fr); gap: 48px; }
    .ppm_footer_main { grid-template-columns: 1fr auto; }
    .ppm_footer_links { grid-column: 1/-1; grid-row: 2; }
}

@media (max-width: 680px) {
    .ppm_container { width: min(100% - 28px,1180px); }
    .ppm_nav { min-height: 66px; gap: 10px; }
    .ppm_brand_mark { width: 40px; height: 40px; }
    .ppm_brand_copy strong { font-size: 17px; }
    .ppm_brand_copy small { display: none; }
    .ppm_search_action { display: none; }
    .ppm_header_cta, .ppm_menu_toggle { width: 40px; height: 40px; min-height: 40px; padding: 0; }
    .ppm_header_cta span { display: none; }
    .ppm_nav_links { grid-template-columns: 1fr; }
    .ppm_stage { height: calc(100svh - 82px); min-height: 700px; max-height: 760px; }
    .ppm_stage::before { height: 62px; }
    .ppm_stage_content { width: 100%; padding-top: 34px; }
    .ppm_stage h1 { max-width: 360px; margin-top: 13px; font-size: 42px; }
    .ppm_stage_copy { max-width: 355px; margin-top: 13px; font-size: 12px; line-height: 1.75; }
    .ppm_stage_actions { gap: 14px; margin-top: 17px; }
    .ppm_stage_actions .ppm_btn { min-height: 44px; padding: 0 15px; font-size: 12px; }
    .ppm_stage_stats { gap: 20px; margin-top: 18px; }
    .ppm_stage_stats strong { font-size: 17px; }
    .ppm_stage_art { right: 50%; bottom: -6px; width: 330px; height: 325px; transform: translateX(50%); }
    .ppm_stage_art::before { right: 8px; bottom: 10px; width: 306px; height: 290px; }
    .ppm_art_mascot { left: 0; bottom: 10px; width: 190px; height: 190px; border-width: 5px; }
    .ppm_art_phone { right: 4px; bottom: 8px; width: 150px; height: 268px; padding: 5px; border-width: 4px; border-radius: 20px; }
    .ppm_art_phone img { border-radius: 12px; }
    .ppm_art_phone_speaker { top: 8px; width: 34px; height: 4px; }
    .ppm_art_label { gap: 7px; min-width: 118px; padding: 7px 9px; }
    .ppm_art_label_read { top: 12px; left: 0; }
    .ppm_art_label_search { top: 118px; left: 20px; }
    .ppm_art_label_record { top: 64px; right: 0; }
    .ppm_art_label > i { width: 27px; height: 27px; font-size: 14px; }
    .ppm_art_label b { font-size: 10px; }
    .ppm_art_label small { font-size: 8px; }
    .ppm_section { padding: 66px 0; }
    .ppm_section_head { align-items: flex-start; flex-direction: column; gap: 12px; margin-bottom: 27px; }
    .ppm_section_title { font-size: 29px; }
    .ppm_section_desc { text-align: left; }
    .ppm_section_tabs { align-self: stretch; }
    .ppm_section_tabs button { flex: 1; }
    .ppm_comic_grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 24px 14px; }
    .ppm_highlight_grid { grid-template-columns: 1fr; }
    .ppm_highlight_item { min-height: 210px; padding: 24px; }
    .ppm_comic_meta h3 { font-size: 13px; }
    .ppm_product_gallery { display: flex; overflow-x: auto; gap: 14px; padding: 0 4px 16px 0; scroll-snap-type: x mandatory; }
    .ppm_product_gallery::-webkit-scrollbar { height: 0; }
    .ppm_product_shot { flex: 0 0 min(72vw,270px); scroll-snap-align: start; }
    .ppm_steps_grid { grid-template-columns: 1fr; gap: 34px; max-width: 330px; }
    .ppm_steps_grid::before { top: 42px; bottom: 42px; left: 37px; right: auto; width: 2px; height: auto; }
    .ppm_step_item { min-height: 110px; display: grid; grid-template-columns: 76px 1fr; grid-template-rows: auto auto 1fr; column-gap: 18px; text-align: left; }
    .ppm_step_number { grid-column: 2; margin: 0 0 7px; }
    .ppm_step_icon { grid-column: 1; grid-row: 1 / 4; margin: 0; }
    .ppm_step_item h3 { grid-column: 2; margin-bottom: 6px; }
    .ppm_step_item p { grid-column: 2; margin: 0; }
    .ppm_reviews_grid { grid-template-columns: 1fr; }
    .ppm_faq_layout { grid-template-columns: 1fr; gap: 24px; }
    .ppm_faq_intro { min-height: 0; }
    .ppm_faq_intro img { display: none; }
    .ppm_footer_main { grid-template-columns: 1fr; gap: 22px; }
    .ppm_footer_links { grid-column: auto; grid-row: auto; flex-wrap: wrap; gap: 12px 18px; }
    .ppm_footer_action { width: fit-content; }
    .ppm_footer_bottom { align-items: flex-start; flex-direction: column; gap: 6px; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

/*投诉按钮，严禁改动！！！*/
.ppm_report_floating {
    position: fixed;
    right: 20px;
    bottom: 24px;
    z-index: 100;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 44px;
    padding: 0 16px;
    border: 1px solid rgba(111, 111, 232, 0.18);
    border-radius: 999px;
    color: #fff;
    background: var(--gradient);
    box-shadow: 0 16px 34px rgba(32, 34, 54, 0.16);
    font-size: 14px;
    font-weight: 800;
    line-height: 1;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.ppm_report_floating:hover { transform: translateY(-2px); box-shadow: 0 20px 42px rgba(32, 34, 54, 0.2); }
.ppm_report_floating i { font-size: 18px; line-height: 1; }
@media (max-width: 680px) { .ppm_report_floating { right: 14px; bottom: 14px; min-height: 42px; padding: 0 14px; font-size: 13px; } }
