:root {
    --bg: #f7f0e7;
    --paper: #fffaf3;
    --card: rgba(255, 252, 246, .96);
    --line: #eadfd0;
    --text: #303437;
    --muted: #766d63;
    --brand: #eb715b;
    --brand-dark: #d95f4a;
    --teal: #2f7c78;
    --teal-dark: #266765;
    --gold: #e4a23a;
    --shadow: 0 22px 52px rgba(117, 82, 50, .12);
    --soft-orange: #fff1e6;
    --soft-green: #ecf5f1;
    --soft-yellow: #fff6dd;
    --soft-rose: #fff0eb;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    color: var(--text);
    background:
        radial-gradient(circle at 9% 8%, rgba(255,255,255,.88) 0 15%, transparent 30%),
        radial-gradient(circle at 92% 4%, rgba(255,244,229,.88) 0 18%, transparent 36%),
        radial-gradient(circle at 86% 82%, rgba(236,245,241,.88) 0 16%, transparent 34%),
        linear-gradient(145deg, #f8f0e6 0%, #fbf6ef 48%, #f3eadf 100%);
    font-family: "Noto Sans TC", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    letter-spacing: .01em;
}

a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
img { display: block; max-width: 100%; }

.solo-service-shell {
    width: min(1180px, calc(100% - 44px));
    margin: 0 auto;
    padding: 0 0 86px;
}

.service-topbar {
    min-height: 84px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    border-bottom: 1px solid rgba(201, 180, 151, .55);
    background: rgba(255, 250, 243, .78);
    backdrop-filter: blur(18px);
    position: sticky;
    top: 0;
    z-index: 30;
}

.service-brand {
    display: inline-flex;
    align-items: baseline;
    gap: 12px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 1;
    color: #dc654e;
    white-space: nowrap;
}
.service-brand span { font-size: 22px; transform: translateY(-8px); }
.service-brand small {
    color: #5c5148;
    font-family: "Noto Sans TC", sans-serif;
    font-size: 13px;
    font-weight: 600;
}

.service-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 32px;
    flex: 1;
    color: #3e3d3a;
    font-size: 14px;
    font-weight: 800;
}
.service-menu a { position: relative; padding: 31px 0; white-space: nowrap; }
.service-menu a.active::after,
.service-menu a:hover::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 21px;
    width: 22px;
    height: 3px;
    border-radius: 99px;
    background: var(--brand);
    transform: translateX(-50%);
}

.service-actions { display: flex; gap: 10px; align-items: center; }
.service-actions a {
    min-width: 70px;
    text-align: center;
    padding: 10px 18px;
    border-radius: 11px;
    font-size: 14px;
    font-weight: 900;
}
.service-actions .outline { border: 1px solid rgba(235, 113, 91, .68); color: #574036; background: rgba(255,255,255,.56); }
.service-actions .solid { color: #fff; background: linear-gradient(135deg, #f18773, #ec735e); box-shadow: 0 10px 24px rgba(235, 113, 91, .28); }
.service-hamburger { display: none; border: 0; background: transparent; font-size: 24px; color: #3d3936; }

.service-filter-form { margin: 0; }
.service-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) 470px;
    gap: 34px;
    align-items: stretch;
    padding: 30px 16px 26px;
    border-bottom: 1px solid rgba(201, 180, 151, .32);
}
.hero-copy { min-width: 0; align-self: center; }
.eyebrow {
    margin: 0 0 8px;
    color: #c8774a;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .09em;
    text-transform: uppercase;
}
.hero-copy h1,
.detail-copy h1,
.record-hero h1 {
    margin: 0;
    font-family: "Noto Serif TC", serif;
    font-size: clamp(42px, 5vw, 62px);
    line-height: 1.22;
    letter-spacing: .03em;
    color: #303437;
}
.hero-copy > p:not(.eyebrow) {
    max-width: 620px;
    margin: 16px 0 18px;
    color: #5d5650;
    font-size: 16px;
    line-height: 1.9;
    font-weight: 700;
}
.hero-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    margin-bottom: 18px;
    padding: 0 22px;
    border-radius: 13px;
    color: #fff;
    background: linear-gradient(135deg, #f18773, #eb705b);
    box-shadow: 0 14px 30px rgba(235, 113, 91, .25);
    font-weight: 900;
}
.hero-search {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 148px;
    gap: 14px;
    align-items: center;
    margin-bottom: 18px;
}
.search-pill {
    height: 62px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 0 10px 0 20px;
    border: 1px solid rgba(214, 194, 166, .95);
    border-radius: 22px;
    background: rgba(255, 252, 246, .96);
    box-shadow: 0 16px 34px rgba(103, 74, 42, .12);
}
.search-pill span { color: #9d8a78; font-size: 20px; }
.search-pill input {
    flex: 1;
    min-width: 0;
    border: 0;
    outline: 0;
    background: transparent;
    color: var(--text);
    font-size: 15px;
    font-weight: 800;
}
.search-pill button {
    width: 50px;
    height: 50px;
    overflow: hidden;
    color: transparent;
    border: 0;
    border-radius: 17px;
    background: var(--teal);
    position: relative;
}
.search-pill button::after {
    content: "⌕";
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    color: #fff;
    font-size: 24px;
}
.city-select-pill,
.filter-select,
.toggle-pill,
.reset-filter-link,
.booking-link {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1px solid rgba(222, 207, 184, .94);
    border-radius: 999px;
    background: rgba(255, 250, 243, .92);
    color: #665d54;
    padding: 0 16px;
    font-size: 14px;
    font-weight: 900;
    white-space: nowrap;
}
.city-select-pill {
    height: 62px;
    border-radius: 22px;
    box-shadow: 0 12px 28px rgba(103, 74, 42, .08);
}
.city-select-pill span { color: var(--teal); }
.city-select-pill select,
.filter-select select {
    appearance: none;
    border: 0;
    outline: 0;
    background: transparent;
    color: #4c4742;
    font-weight: 900;
    cursor: pointer;
}
.filter-select::after {
    content: "⌄";
    color: #9e8870;
    font-size: 12px;
    margin-left: -2px;
}
.quick-filter-row,
.filter-strip {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
.filter-chip {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(222, 207, 184, .94);
    border-radius: 999px;
    background: rgba(255, 250, 243, .9);
    color: #665d54;
    padding: 0 18px;
    font-size: 14px;
    font-weight: 900;
}
.filter-chip.active,
.filter-chip:hover {
    color: #fff;
    border-color: var(--brand);
    background: linear-gradient(135deg, #ef7f67, #eb705b);
}
.toggle-pill input {
    width: 16px;
    height: 16px;
    margin: 0;
    accent-color: var(--brand);
}
.toggle-pill:has(input:checked) {
    color: #fff;
    border-color: var(--brand);
    background: linear-gradient(135deg, #ef7f67, #eb705b);
}
.reset-filter-link { color: var(--teal-dark); background: #f6fbf8; border-color: rgba(47, 124, 120, .24); }
.booking-link { color: #fff; background: var(--teal); border-color: var(--teal); }
.filter-strip { padding: 0 16px 24px; align-items: center; }

.hero-photo-panel {
    position: relative;
    overflow: hidden;
    min-height: 360px;
    border: 1px solid rgba(221, 205, 181, .88);
    border-radius: 30px;
    box-shadow: 0 20px 44px rgba(94, 70, 43, .12);
    background: #fff8ef;
}
.hero-photo-panel img {
    width: 100%;
    height: 100%;
    min-height: 360px;
    object-fit: cover;
    transform: scale(1.05);
    image-rendering: auto;
}
.hero-photo-panel::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(255,250,243,.18), rgba(255,250,243,.02) 48%, rgba(255,250,243,.45));
    pointer-events: none;
}
.photo-note {
    position: absolute;
    z-index: 2;
    right: 22px;
    top: 60px;
    max-width: 170px;
    color: var(--teal);
    font-size: 18px;
    line-height: 1.65;
    font-weight: 900;
    letter-spacing: .04em;
}
.floating-safe-card {
    position: absolute;
    z-index: 2;
    left: 22px;
    bottom: 22px;
    width: min(270px, calc(100% - 44px));
    padding: 15px 16px;
    border: 1px solid rgba(222, 207, 184, .84);
    border-radius: 18px;
    background: rgba(255, 252, 246, .92);
    box-shadow: 0 14px 30px rgba(87, 62, 38, .12);
}
.floating-safe-card strong,
.floating-safe-card span { display: block; }
.floating-safe-card strong { margin-bottom: 5px; font-size: 14px; font-weight: 900; }
.floating-safe-card span { color: #746b60; font-size: 12px; line-height: 1.6; font-weight: 800; }

.feature-card-row {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    padding: 24px 16px 26px;
}
.feature-card {
    min-height: 158px;
    text-align: left;
    border: 0;
    border-radius: 26px;
    padding: 22px 22px 18px;
    box-shadow: 0 16px 34px rgba(102, 75, 46, .08);
    transition: transform .18s ease, box-shadow .18s ease;
}
.feature-card:hover { transform: translateY(-3px); box-shadow: 0 22px 44px rgba(102, 75, 46, .12); }
.feature-card.peach { background: linear-gradient(135deg, #fff1e6, #fff7ee); }
.feature-card.mint { background: linear-gradient(135deg, #ecf5f1, #f7fbf8); }
.feature-card.sky { background: linear-gradient(135deg, #eaf6ff, #f8fbff); }
.feature-card.butter { background: linear-gradient(135deg, #fff6dd, #fff9ec); }
.feature-card.rose { background: linear-gradient(135deg, #fff0eb, #fff8f4); }
.feature-icon {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    margin-bottom: 14px;
    border-radius: 17px;
    background: rgba(255,255,255,.68);
    font-size: 25px;
}
.feature-card strong,
.feature-card small { display: block; }
.feature-card strong { margin-bottom: 7px; color: #303437; font-size: 20px; font-weight: 900; }
.feature-card small { color: #696157; font-size: 13px; line-height: 1.65; font-weight: 800; }

.section-block { margin: 0 16px 28px; }
.section-heading,
.result-toolbar {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 18px;
}
.section-heading h2,
.result-toolbar h2,
.safe-panel h2,
.booking-form-card h2,
.booking-side-card h2 {
    margin: 0;
    font-family: "Noto Serif TC", serif;
    font-size: 30px;
    line-height: 1.25;
    color: #333332;
}
.section-heading a,
.result-toolbar strong {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 0 16px;
    color: var(--teal);
    border: 1px solid rgba(216, 199, 174, .8);
    border-radius: 999px;
    background: rgba(255, 251, 245, .82);
    font-size: 14px;
    font-weight: 900;
    white-space: nowrap;
}
.section-heading.compact { margin-bottom: 14px; }
.section-heading.compact h2 { font-size: 26px; }
.result-toolbar span {
    color: #71675e;
    font-size: 14px;
    font-weight: 800;
}

.service-card-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}
.service-card {
    overflow: hidden;
    border: 1px solid rgba(222, 207, 184, .88);
    border-radius: 20px;
    background: rgba(255,252,246,.96);
    box-shadow: 0 16px 34px rgba(102, 75, 46, .10);
    transition: transform .2s ease, box-shadow .2s ease;
}
.service-card:hover { transform: translateY(-4px); box-shadow: 0 24px 48px rgba(102, 75, 46, .14); }
.cover { position: relative; height: 150px; overflow: hidden; }
.cover img { width: 100%; height: 100%; object-fit: cover; transition: transform .25s ease; }
.service-card:hover .cover img { transform: scale(1.045); }
.cover span {
    position: absolute;
    left: 12px;
    bottom: 10px;
    padding: 5px 10px;
    border-radius: 8px;
    background: rgba(47, 124, 120, .92);
    color: #fff;
    font-size: 12px;
    font-weight: 900;
}
.card-body { padding: 16px 16px 18px; }
.card-body h3 { margin: 0 0 8px; color: #2f3335; font-size: 18px; font-weight: 900; }
.card-body p { margin: 0 0 10px; color: #6b6259; font-size: 14px; font-weight: 800; }
.card-body strong { display: inline-block; margin-bottom: 12px; color: var(--gold); font-weight: 900; }
.card-body strong small { color: #7e756c; font-weight: 800; }
.tag-row { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 14px; }
.tag-row em {
    font-style: normal;
    border-radius: 999px;
    background: #f7eee5;
    color: #746b60;
    padding: 5px 8px;
    font-size: 12px;
    font-weight: 900;
}
.card-meta-line { display: flex; align-items: center; justify-content: space-between; gap: 8px; margin-bottom: 9px; }
.card-meta-line em {
    flex: 0 0 auto;
    padding: 4px 8px;
    border-radius: 999px;
    background: #eaf6f2;
    color: var(--teal-dark);
    font-size: 11px;
    font-style: normal;
    font-weight: 900;
}
.card-meta-line small { color: #94887c; font-size: 11px; font-weight: 900; }
.card-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.card-actions span,
.card-actions b {
    min-height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    font-size: 13px;
    font-weight: 900;
}
.card-actions span { border: 1px solid rgba(235, 113, 91, .45); color: var(--brand-dark); background: #fff8f2; }
.card-actions b { border: 1px solid rgba(47, 124, 120, .32); color: var(--teal-dark); background: #f3fbf8; }
.empty-state {
    padding: 32px;
    border: 1px dashed rgba(222, 207, 184, .95);
    border-radius: 22px;
    background: rgba(255,252,246,.88);
    text-align: center;
}
.empty-state h3 { margin: 0 0 8px; font-weight: 900; }
.empty-state p { margin: 0; color: var(--muted); font-weight: 800; }
.empty-state a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    margin-top: 16px;
    padding: 0 18px;
    border-radius: 999px;
    color: #fff;
    background: var(--teal);
    font-weight: 900;
}

.bottom-layout {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 28px;
    align-items: start;
    margin: 0 16px;
}
.quiet-panel,
.safe-panel,
.booking-form-card,
.booking-side-card,
.record-hero,
.booking-record-card,
.service-detail-hero {
    border: 1px solid rgba(222, 207, 184, .88);
    border-radius: 28px;
    background: rgba(255,252,246,.94);
    box-shadow: 0 16px 34px rgba(102, 75, 46, .09);
}
.quiet-panel,
.safe-panel { padding: 22px; }
.care-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.care-list article {
    padding: 16px;
    border: 1px solid rgba(222, 207, 184, .72);
    border-radius: 18px;
    background: rgba(255,255,255,.46);
}
.care-list span,
.care-list strong,
.care-list small { display: block; }
.care-list span { color: var(--brand-dark); font-size: 12px; font-weight: 900; }
.care-list strong { margin: 5px 0; font-size: 16px; font-weight: 900; }
.care-list small { color: var(--muted); line-height: 1.6; font-weight: 800; }
.safe-panel ul,
.booking-side-card ul { list-style: none; padding: 0; margin: 18px 0 0; display: grid; gap: 12px; }
.safe-panel li,
.booking-side-card li {
    display: grid;
    gap: 3px;
    padding: 14px;
    border: 1px solid rgba(222, 207, 184, .72);
    border-radius: 18px;
    background: rgba(255,255,255,.52);
}
.safe-panel li strong,
.booking-side-card li strong { color: var(--teal-dark); font-weight: 900; }
.safe-panel li span,
.booking-side-card li span { color: var(--muted); font-size: 13px; font-weight: 800; }
.mobile-bottom-nav { display: none; }

.back-link {
    display: inline-flex;
    margin: 24px 16px 0;
    color: var(--teal-dark);
    font-weight: 900;
}
.detail-shell .service-topbar,
.booking-record-shell .service-topbar { margin-bottom: 0; }
.service-detail-hero {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 28px;
    align-items: stretch;
    margin: 22px 16px 28px;
    padding: 22px;
}
.detail-photo { position: relative; overflow: hidden; min-height: 420px; border-radius: 24px; background: #fff1e6; }
.detail-photo img { width: 100%; height: 100%; min-height: 420px; object-fit: cover; }
.detail-photo span {
    position: absolute;
    left: 18px;
    bottom: 18px;
    padding: 8px 13px;
    border-radius: 10px;
    color: #fff;
    background: var(--teal);
    font-weight: 900;
}
.detail-copy { padding: 14px 8px; }
.detail-copy .lead { margin: 16px 0 22px; color: #5d5650; font-size: 17px; line-height: 1.9; font-weight: 800; }
.detail-stat-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.detail-stat-grid div,
.service-note-card {
    padding: 16px;
    border: 1px solid rgba(222, 207, 184, .76);
    border-radius: 18px;
    background: rgba(255,255,255,.58);
}
.detail-stat-grid small,
.detail-stat-grid strong,
.service-note-card strong,
.service-note-card span { display: block; }
.detail-stat-grid small { margin-bottom: 5px; color: #9a8a78; font-size: 12px; font-weight: 900; }
.detail-stat-grid strong { color: #323332; font-size: 16px; font-weight: 900; }
.service-note-card { margin-top: 14px; background: #f3fbf8; }
.service-note-card strong { color: var(--teal-dark); font-weight: 900; }
.service-note-card span { margin-top: 4px; color: var(--muted); font-weight: 800; }
.booking-layout {
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    gap: 28px;
    margin: 0 16px 28px;
}
.booking-form-card,
.booking-side-card { padding: 24px; }
.member-booking-form { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; margin-top: 18px; }
.member-booking-form label { display: grid; gap: 8px; color: #70675e; font-size: 13px; font-weight: 900; }
.member-booking-form .full { grid-column: 1 / -1; }
.member-booking-form input,
.member-booking-form textarea {
    width: 100%;
    border: 1px solid rgba(222, 207, 184, .94);
    border-radius: 15px;
    outline: 0;
    background: rgba(255,255,255,.72);
    padding: 13px 14px;
    color: var(--text);
    font-weight: 800;
}
.member-booking-form textarea { resize: vertical; }
.submit-booking {
    grid-column: 1 / -1;
    min-height: 48px;
    border: 0;
    border-radius: 15px;
    color: #fff;
    background: linear-gradient(135deg, #ef7f67, #eb705b);
    box-shadow: 0 14px 30px rgba(235, 113, 91, .25);
    font-weight: 900;
}
.submit-booking:disabled { opacity: .55; cursor: not-allowed; }
.booking-side-card a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    margin-top: 18px;
    padding: 0 18px;
    border-radius: 999px;
    background: var(--teal);
    color: #fff;
    font-weight: 900;
}
.compact-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.related-block { margin-top: 8px; }

.record-hero {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 18px;
    margin: 28px 16px 22px;
    padding: 30px;
}
.record-hero p:not(.eyebrow) { margin: 12px 0 0; color: var(--muted); font-weight: 800; }
.record-hero a {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    padding: 0 18px;
    color: #fff;
    background: var(--teal);
    border-radius: 999px;
    font-weight: 900;
}
.alert {
    margin: 0 16px 16px;
    padding: 14px 16px;
    border-radius: 16px;
    font-weight: 900;
}
.alert.success { color: var(--teal-dark); background: #eaf6f2; border: 1px solid rgba(47, 124, 120, .18); }
.booking-record-list { display: grid; gap: 16px; margin: 0 16px 28px; }
.booking-record-card {
    display: grid;
    grid-template-columns: 220px 1fr;
    gap: 18px;
    padding: 14px;
}
.booking-record-card > img { width: 100%; height: 190px; object-fit: cover; border-radius: 20px; }
.booking-record-body { padding: 8px 8px 8px 0; }
.record-topline { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 8px; }
.record-topline span,
.record-topline strong {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 0 10px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 900;
}
.record-topline span { color: var(--teal-dark); background: #eaf6f2; }
.record-topline strong { color: #fff; background: var(--brand); }
.booking-record-body h2 { margin: 0 0 12px; font-size: 24px; font-weight: 900; }
.booking-record-body p { display: flex; gap: 10px; margin: 7px 0; color: var(--muted); font-weight: 800; }
.booking-record-body p b { min-width: 72px; color: #4a443e; }
.record-actions { display: flex; align-items: center; gap: 10px; margin-top: 14px; flex-wrap: wrap; }
.record-actions a,
.record-actions button {
    min-height: 38px;
    border-radius: 999px;
    padding: 0 16px;
    font-weight: 900;
}
.record-actions a { display: inline-flex; align-items: center; color: var(--teal-dark); background: #f3fbf8; border: 1px solid rgba(47, 124, 120, .28); }
.record-actions button { border: 1px solid rgba(235, 113, 91, .45); color: var(--brand-dark); background: #fff8f2; }
.record-actions form { margin: 0; }
.record-empty { margin: 0 16px; }

@media (max-width: 1120px) {
    .service-menu { gap: 18px; }
    .service-hero { grid-template-columns: 1fr; }
    .hero-photo-panel { min-height: 280px; }
    .hero-photo-panel img { min-height: 280px; }
    .feature-card-row,
    .service-card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .bottom-layout,
    .service-detail-hero,
    .booking-layout { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
    body { background: linear-gradient(180deg, #fbf3ea 0%, #fffaf3 55%, #f7efe4 100%); }
    .solo-service-shell { width: 100%; padding-bottom: 96px; }
    .service-topbar {
        min-height: 64px;
        padding: 0 18px;
        border-bottom-color: rgba(218, 201, 176, .62);
    }
    .service-brand { font-size: 27px; }
    .service-brand span { font-size: 17px; transform: translateY(-6px); }
    .service-brand small,
    .service-actions { display: none; }
    .service-hamburger { display: block; }
    .service-menu {
        display: none;
        position: fixed;
        z-index: 60;
        top: 64px;
        left: 16px;
        right: 16px;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        padding: 12px;
        border: 1px solid var(--line);
        border-radius: 22px;
        background: rgba(255,250,243,.98);
        box-shadow: var(--shadow);
    }
    .service-menu-open .service-menu { display: flex; }
    .service-menu a { padding: 12px; border-radius: 14px; }
    .service-menu a.active { background: #fff0e8; color: var(--brand-dark); }
    .service-menu a.active::after,
    .service-menu a:hover::after { display: none; }
    .service-hero { display: block; padding: 22px 18px 14px; border-bottom: 0; }
    .hero-copy h1 { font-size: 30px; line-height: 1.35; }
    .hero-copy > p:not(.eyebrow) { margin: 8px 0 13px; max-width: 315px; font-size: 13px; line-height: 1.75; }
    .hero-cta { min-height: 38px; margin-bottom: 14px; padding: 0 14px; border-radius: 11px; font-size: 12px; }
    .hero-search { grid-template-columns: 1fr 104px; gap: 8px; margin-bottom: 12px; }
    .search-pill { height: 45px; padding: 0 7px 0 13px; border-radius: 13px; box-shadow: 0 9px 22px rgba(103, 74, 42, .10); }
    .search-pill span { font-size: 15px; }
    .search-pill input { font-size: 12px; }
    .search-pill button { width: 36px; height: 36px; border-radius: 12px; }
    .search-pill button::after { font-size: 18px; }
    .city-select-pill { height: 45px; border-radius: 13px; padding: 0 10px; font-size: 12px; }
    .city-select-pill span { display: none; }
    .city-select-pill select { max-width: 84px; font-size: 12px; }
    .quick-filter-row { display: grid; grid-template-columns: repeat(6, max-content); gap: 8px; overflow-x: auto; padding-bottom: 2px; }
    .filter-chip { min-height: 35px; padding: 0 14px; font-size: 12px; white-space: nowrap; }
    .hero-photo-panel { display: none; }
    .feature-card-row { grid-template-columns: repeat(4, minmax(76px, 1fr)); gap: 10px; padding: 12px 18px 18px; overflow-x: auto; }
    .feature-card { min-height: 94px; padding: 13px 10px; border-radius: 17px; text-align: center; }
    .feature-icon { width: 36px; height: 36px; margin: 0 auto 7px; border-radius: 13px; font-size: 19px; }
    .feature-card strong { font-size: 12px; margin-bottom: 2px; }
    .feature-card small { display: none; }
    .filter-strip { padding: 2px 18px 14px; gap: 8px; overflow-x: auto; flex-wrap: nowrap; }
    .filter-select,
    .toggle-pill,
    .reset-filter-link,
    .booking-link { min-height: 34px; padding: 0 12px; font-size: 12px; }
    .filter-select select { font-size: 12px; }
    .toggle-pill input { width: 13px; height: 13px; }
    .section-block { margin: 0 18px 22px; }
    .result-toolbar { align-items: flex-start; margin-bottom: 12px; }
    .result-toolbar .eyebrow { display: none; }
    .result-toolbar h2 { font-size: 20px; margin-bottom: 3px; }
    .result-toolbar span { display: block; max-width: 210px; font-size: 11px; line-height: 1.55; }
    .result-toolbar strong { min-height: 30px; padding: 0 10px; font-size: 11px; }
    .service-card-grid { display: grid; grid-template-columns: 1fr; gap: 12px; }
    .service-card { display: grid; grid-template-columns: 116px 1fr; border-radius: 17px; box-shadow: 0 10px 24px rgba(102, 75, 46, .09); }
    .cover { height: 130px; min-height: 100%; }
    .cover span { left: 8px; bottom: 8px; padding: 4px 7px; border-radius: 7px; font-size: 10px; }
    .card-body { padding: 12px; }
    .card-body h3 { font-size: 15px; margin-bottom: 5px; }
    .card-body p { font-size: 12px; margin-bottom: 7px; }
    .card-body strong { font-size: 12px; margin-bottom: 8px; }
    .tag-row { display: none; }
    .card-meta-line { margin-bottom: 6px; }
    .card-meta-line em { font-size: 10px; padding: 3px 6px; }
    .card-meta-line small { display: none; }
    .card-actions { grid-template-columns: 1fr; }
    .card-actions span { display: none; }
    .card-actions b { min-height: 30px; border-radius: 10px; font-size: 12px; }
    .bottom-layout { display: none; }
    .empty-state { padding: 22px; }
    .back-link { margin: 18px 18px 0; font-size: 13px; }
    .service-detail-hero { margin: 14px 18px 18px; padding: 14px; border-radius: 22px; }
    .detail-photo { min-height: 220px; border-radius: 18px; }
    .detail-photo img { min-height: 220px; }
    .detail-copy h1 { font-size: 30px; }
    .detail-copy .lead { font-size: 13px; line-height: 1.75; margin: 8px 0 14px; }
    .detail-stat-grid { grid-template-columns: 1fr 1fr; gap: 8px; }
    .detail-stat-grid div,
    .service-note-card { padding: 11px; border-radius: 14px; }
    .detail-stat-grid strong { font-size: 12px; }
    .booking-layout { margin: 0 18px 20px; gap: 14px; }
    .booking-form-card,
    .booking-side-card { padding: 18px; border-radius: 22px; }
    .booking-form-card h2,
    .booking-side-card h2 { font-size: 22px; }
    .member-booking-form { grid-template-columns: 1fr; gap: 11px; }
    .member-booking-form input,
    .member-booking-form textarea { padding: 11px; border-radius: 13px; font-size: 13px; }
    .compact-grid { grid-template-columns: 1fr; }
    .record-hero { display: block; margin: 18px; padding: 20px; border-radius: 22px; }
    .record-hero h1 { font-size: 28px; }
    .record-hero a { margin-top: 14px; min-height: 36px; font-size: 12px; }
    .alert { margin: 0 18px 12px; font-size: 13px; }
    .booking-record-list { margin: 0 18px 22px; }
    .booking-record-card { grid-template-columns: 100px 1fr; gap: 12px; padding: 10px; border-radius: 18px; }
    .booking-record-card > img { height: 128px; border-radius: 14px; }
    .booking-record-body { padding: 4px 2px 4px 0; }
    .record-topline strong,
    .record-topline span { min-height: 24px; padding: 0 8px; font-size: 10px; }
    .booking-record-body h2 { font-size: 15px; margin-bottom: 8px; }
    .booking-record-body p { display: block; margin: 5px 0; font-size: 11px; }
    .booking-record-body p b { display: none; }
    .record-actions { gap: 6px; margin-top: 8px; }
    .record-actions a,
    .record-actions button { min-height: 28px; padding: 0 10px; font-size: 11px; }
    .mobile-bottom-nav {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 80;
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        min-height: 68px;
        padding: 8px 12px calc(8px + env(safe-area-inset-bottom));
        border-top: 1px solid rgba(219, 202, 179, .86);
        background: rgba(255, 250, 243, .97);
        backdrop-filter: blur(16px);
        box-shadow: 0 -12px 28px rgba(79, 58, 34, .08);
    }
    .mobile-bottom-nav a {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 3px;
        color: #6d645b;
        font-size: 10px;
        font-weight: 900;
    }
    .mobile-bottom-nav a span { font-size: 15px; line-height: 1; }
    .mobile-bottom-nav a.active { color: var(--brand); }
}

@media (max-width: 390px) {
    .service-card { grid-template-columns: 104px 1fr; }
    .hero-search { grid-template-columns: 1fr 96px; }
    .booking-record-card { grid-template-columns: 92px 1fr; }
}

/* Stage 422 member service detail redesign */
.stage422-detail-shell {
    width: min(1180px, calc(100% - 44px));
}
.detail-breadcrumb-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin: 22px 16px 0;
}
.stage422-detail-shell .back-link {
    margin: 0;
}
.detail-booking-shortcut {
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 16px;
    border: 1px solid rgba(47, 124, 120, .24);
    border-radius: 999px;
    background: rgba(243, 251, 248, .9);
    color: var(--teal-dark);
    font-size: 13px;
    font-weight: 900;
}
.stage422-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 500px;
    gap: 30px;
    align-items: stretch;
    margin: 20px 16px 18px;
    padding: 28px;
    border: 1px solid rgba(222, 207, 184, .88);
    border-radius: 32px;
    background:
        radial-gradient(circle at 4% 8%, rgba(255,255,255,.94) 0 18%, transparent 36%),
        linear-gradient(135deg, rgba(255,250,243,.96), rgba(255,244,232,.88));
    box-shadow: 0 24px 58px rgba(102, 75, 46, .12);
}
.stage422-hero-copy {
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 14px 0 14px 6px;
}
.stage422-hero-copy h1 {
    max-width: 610px;
    margin: 0;
    font-family: "Noto Serif TC", serif;
    font-size: clamp(42px, 4.8vw, 64px);
    line-height: 1.18;
    letter-spacing: .04em;
    color: #303437;
}
.stage422-hero-copy .lead {
    max-width: 620px;
    margin: 18px 0 18px;
    color: #5d5650;
    font-size: 16px;
    line-height: 1.95;
    font-weight: 800;
}
.detail-pill-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
}
.detail-pill-row span {
    min-height: 36px;
    display: inline-flex;
    align-items: center;
    padding: 0 14px;
    border-radius: 999px;
    border: 1px solid rgba(222, 207, 184, .9);
    background: rgba(255,255,255,.64);
    color: #6b6259;
    font-size: 13px;
    font-weight: 900;
}
.detail-pill-row span:first-child {
    color: var(--brand-dark);
    background: #fff0e8;
    border-color: rgba(235, 113, 91, .24);
}
.detail-primary-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
}
.detail-primary-actions a {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    border-radius: 14px;
    color: #fff;
    background: linear-gradient(135deg, #f18773, #eb705b);
    box-shadow: 0 14px 30px rgba(235, 113, 91, .25);
    font-weight: 900;
}
.detail-primary-actions a.ghost {
    color: var(--teal-dark);
    background: #f3fbf8;
    border: 1px solid rgba(47, 124, 120, .24);
    box-shadow: none;
}
.stage422-photo-card {
    position: relative;
    overflow: hidden;
    min-height: 390px;
    border-radius: 28px;
    background: #fff1e6;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.58);
}
.stage422-photo-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 50%, rgba(58, 42, 28, .32));
    pointer-events: none;
}
.stage422-photo-card img {
    width: 100%;
    height: 100%;
    min-height: 390px;
    object-fit: cover;
}
.floating-rating-card {
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: 18px;
    z-index: 2;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 6px 16px;
    padding: 14px 16px;
    border: 1px solid rgba(255,255,255,.72);
    border-radius: 20px;
    background: rgba(255, 250, 243, .92);
    backdrop-filter: blur(14px);
    box-shadow: 0 16px 34px rgba(48, 33, 22, .16);
}
.floating-rating-card span,
.floating-rating-card small {
    color: #6b6259;
    font-size: 12px;
    font-weight: 900;
}
.floating-rating-card strong {
    grid-row: span 2;
    color: var(--gold);
    font-size: 24px;
    font-weight: 900;
}
.floating-rating-card small { color: var(--teal-dark); }
.stage422-summary-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    margin: 0 16px 18px;
}
.stage422-summary-grid article,
.detail-highlight-strip article,
.stage422-panel,
.stage422-booking-card,
.stage422-mini-panel {
    border: 1px solid rgba(222, 207, 184, .86);
    background: rgba(255,252,246,.94);
    box-shadow: 0 16px 34px rgba(102, 75, 46, .08);
}
.stage422-summary-grid article {
    min-height: 118px;
    padding: 18px;
    border-radius: 22px;
}
.stage422-summary-grid small,
.stage422-summary-grid strong,
.stage422-summary-grid span {
    display: block;
}
.stage422-summary-grid small {
    margin-bottom: 8px;
    color: #a18e7b;
    font-size: 12px;
    font-weight: 900;
}
.stage422-summary-grid strong {
    color: #323332;
    font-size: 17px;
    line-height: 1.35;
    font-weight: 900;
}
.stage422-summary-grid span {
    margin-top: 8px;
    color: #766d63;
    font-size: 12px;
    line-height: 1.5;
    font-weight: 800;
}
.detail-highlight-strip {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin: 0 16px 28px;
}
.detail-highlight-strip article {
    position: relative;
    overflow: hidden;
    min-height: 138px;
    padding: 20px;
    border-radius: 24px;
}
.detail-highlight-strip article::before {
    content: "";
    position: absolute;
    right: -34px;
    bottom: -48px;
    width: 120px;
    height: 120px;
    border-radius: 999px;
    background: rgba(235, 113, 91, .10);
}
.detail-highlight-strip article:nth-child(2)::before { background: rgba(47, 124, 120, .10); }
.detail-highlight-strip article:nth-child(3)::before { background: rgba(228, 162, 58, .12); }
.detail-highlight-strip span,
.detail-highlight-strip strong,
.detail-highlight-strip small {
    position: relative;
    z-index: 1;
    display: block;
}
.detail-highlight-strip span {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    margin-bottom: 12px;
    border-radius: 15px;
    color: #fff;
    background: var(--brand);
    font-size: 13px;
    font-weight: 900;
}
.detail-highlight-strip article:nth-child(2) span { background: var(--teal); }
.detail-highlight-strip article:nth-child(3) span { background: var(--gold); }
.detail-highlight-strip strong {
    margin-bottom: 6px;
    color: #303437;
    font-size: 18px;
    font-weight: 900;
}
.detail-highlight-strip small {
    color: #6c6259;
    line-height: 1.65;
    font-weight: 800;
}
.stage422-content-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 24px;
    align-items: start;
    margin: 0 16px 28px;
}
.stage422-main-column,
.stage422-side-column {
    display: grid;
    gap: 22px;
}
.stage422-side-column {
    position: sticky;
    top: 104px;
}
.stage422-panel,
.stage422-booking-card,
.stage422-mini-panel {
    border-radius: 28px;
    padding: 24px;
}
.section-soft-label,
.rating-badge {
    min-height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 12px;
    border-radius: 999px;
    color: var(--teal-dark);
    background: #f3fbf8;
    border: 1px solid rgba(47, 124, 120, .22);
    font-size: 12px;
    font-weight: 900;
    white-space: nowrap;
}
.detail-item-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}
.detail-item-grid article,
.suitable-card-row article,
.process-timeline article,
.safe-detail-grid article,
.review-card-row article,
.faq-list article,
.time-slot-list article,
.price-plan-list article {
    border: 1px solid rgba(222, 207, 184, .72);
    background: rgba(255,255,255,.55);
}
.detail-item-grid article {
    min-height: 146px;
    padding: 18px;
    border-radius: 20px;
}
.detail-item-grid span {
    display: inline-flex;
    min-height: 28px;
    align-items: center;
    margin-bottom: 12px;
    padding: 0 10px;
    border-radius: 999px;
    color: var(--brand-dark);
    background: #fff0e8;
    font-size: 12px;
    font-weight: 900;
}
.detail-item-grid strong,
.detail-item-grid p,
.suitable-card-row strong,
.suitable-card-row span,
.suitable-card-row p,
.process-timeline strong,
.process-timeline p,
.safe-detail-grid strong,
.safe-detail-grid p,
.review-card-row strong,
.review-card-row span,
.review-card-row p,
.faq-list strong,
.faq-list span,
.faq-list p {
    display: block;
}
.detail-item-grid strong {
    margin-bottom: 7px;
    color: #303437;
    font-size: 17px;
    line-height: 1.45;
    font-weight: 900;
}
.detail-item-grid p,
.suitable-card-row p,
.process-timeline p,
.safe-detail-grid p,
.review-card-row p,
.faq-list p {
    margin: 0;
    color: #70675e;
    font-size: 13px;
    line-height: 1.75;
    font-weight: 800;
}
.suitable-card-row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}
.suitable-card-row article {
    padding: 18px;
    border-radius: 20px;
    background: linear-gradient(135deg, rgba(255, 241, 230, .68), rgba(255,255,255,.52));
}
.suitable-card-row strong {
    color: var(--brand-dark);
    font-size: 13px;
    font-weight: 900;
}
.suitable-card-row span {
    margin: 8px 0 7px;
    color: #303437;
    font-size: 17px;
    line-height: 1.45;
    font-weight: 900;
}
.process-timeline {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}
.process-timeline article {
    position: relative;
    min-height: 150px;
    padding: 18px;
    border-radius: 20px;
}
.process-timeline article::after {
    content: "";
    position: absolute;
    top: 34px;
    right: -13px;
    width: 14px;
    height: 2px;
    background: rgba(218, 201, 176, .95);
}
.process-timeline article:last-child::after { display: none; }
.process-timeline span {
    display: inline-flex;
    min-height: 28px;
    align-items: center;
    margin-bottom: 14px;
    padding: 0 10px;
    border-radius: 999px;
    color: var(--teal-dark);
    background: #eaf6f2;
    font-size: 11px;
    font-weight: 900;
}
.process-timeline strong {
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 900;
}
.safe-detail-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}
.safe-detail-grid article {
    display: grid;
    grid-template-columns: 36px 1fr;
    gap: 5px 12px;
    padding: 16px;
    border-radius: 20px;
}
.safe-detail-grid article > span {
    grid-row: span 2;
    width: 36px;
    height: 36px;
    display: grid;
    place-items: center;
    border-radius: 14px;
    color: #fff;
    background: var(--teal);
    font-weight: 900;
}
.safe-detail-grid strong { color: #303437; font-weight: 900; }
.review-card-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}
.review-card-row article {
    padding: 18px;
    border-radius: 20px;
    background: #fffaf3;
}
.review-card-row article > div {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 12px;
}
.review-card-row strong { color: var(--gold); font-weight: 900; }
.review-card-row span { color: #303437; font-weight: 900; text-align: right; }
.faq-list {
    display: grid;
    gap: 10px;
}
.faq-list article {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 4px 12px;
    padding: 16px;
    border-radius: 18px;
}
.faq-list strong { color: #303437; font-weight: 900; }
.faq-list span {
    min-height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    border-radius: 999px;
    color: var(--teal-dark);
    background: #eaf6f2;
    font-size: 12px;
    font-weight: 900;
}
.faq-list p { grid-column: 1 / -1; }
.stage422-booking-card {
    background: linear-gradient(180deg, #fffaf3, #fff4e9);
    box-shadow: 0 24px 56px rgba(102, 75, 46, .14);
}
.stage422-booking-card h2,
.stage422-mini-panel h3 {
    margin: 0;
    font-family: "Noto Serif TC", serif;
    color: #303437;
    line-height: 1.25;
}
.stage422-booking-card h2 { font-size: 30px; }
.stage422-mini-panel h3 { font-size: 24px; }
.booking-price-line {
    display: flex;
    align-items: baseline;
    gap: 4px;
    margin: 10px 0 16px;
    color: var(--brand-dark);
}
.booking-price-line strong { font-size: 28px; font-weight: 900; }
.booking-price-line span { color: #7a7168; font-weight: 900; }
.stage422-booking-form {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 0;
}
.stage422-booking-form label.full { grid-column: auto; }
.stage422-booking-form .submit-booking {
    margin-top: 2px;
}
.booking-card-note {
    display: block;
    margin-top: 12px;
    color: #8b7e71;
    line-height: 1.6;
    font-size: 12px;
    font-weight: 800;
}
.stage422-mini-panel {
    background: rgba(255,252,246,.9);
}
.time-slot-list,
.price-plan-list {
    display: grid;
    gap: 10px;
    margin-top: 14px;
}
.time-slot-list article,
.price-plan-list article {
    padding: 14px;
    border-radius: 18px;
}
.time-slot-list span,
.price-plan-list span,
.time-slot-list strong,
.price-plan-list strong,
.time-slot-list small,
.price-plan-list small {
    display: block;
}
.time-slot-list span,
.price-plan-list span {
    color: #a18e7b;
    font-size: 12px;
    font-weight: 900;
}
.time-slot-list strong,
.price-plan-list strong {
    margin: 4px 0 4px;
    color: #303437;
    line-height: 1.35;
    font-weight: 900;
}
.time-slot-list small,
.price-plan-list small {
    color: #70675e;
    line-height: 1.55;
    font-weight: 800;
}

@media (max-width: 1120px) {
    .stage422-hero,
    .stage422-content-layout {
        grid-template-columns: 1fr;
    }
    .stage422-side-column {
        position: static;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .stage422-booking-card {
        grid-column: 1 / -1;
    }
    .stage422-summary-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .process-timeline {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .process-timeline article::after {
        display: none;
    }
}

@media (max-width: 760px) {
    .stage422-detail-shell {
        width: 100%;
    }
    .detail-breadcrumb-row {
        margin: 16px 18px 0;
    }
    .detail-booking-shortcut {
        display: none;
    }
    .stage422-hero {
        display: flex;
        flex-direction: column-reverse;
        gap: 16px;
        margin: 14px 18px 14px;
        padding: 14px;
        border-radius: 24px;
        box-shadow: 0 14px 32px rgba(102, 75, 46, .10);
    }
    .stage422-hero-copy {
        padding: 0 2px 4px;
    }
    .stage422-hero-copy h1 {
        font-size: 31px;
        line-height: 1.3;
    }
    .stage422-hero-copy .lead {
        margin: 9px 0 12px;
        font-size: 13px;
        line-height: 1.75;
    }
    .detail-pill-row {
        gap: 7px;
        margin-bottom: 12px;
    }
    .detail-pill-row span {
        min-height: 30px;
        padding: 0 10px;
        font-size: 11px;
    }
    .detail-primary-actions {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 8px;
    }
    .detail-primary-actions a {
        min-height: 38px;
        padding: 0 10px;
        border-radius: 12px;
        font-size: 12px;
    }
    .stage422-photo-card {
        min-height: 225px;
        border-radius: 20px;
    }
    .stage422-photo-card img {
        min-height: 225px;
    }
    .floating-rating-card {
        left: 10px;
        right: 10px;
        bottom: 10px;
        padding: 10px 12px;
        border-radius: 16px;
    }
    .floating-rating-card strong {
        font-size: 18px;
    }
    .stage422-summary-grid {
        grid-template-columns: 1fr 1fr;
        gap: 8px;
        margin: 0 18px 14px;
    }
    .stage422-summary-grid article {
        min-height: 98px;
        padding: 12px;
        border-radius: 18px;
    }
    .stage422-summary-grid small {
        font-size: 10px;
        margin-bottom: 4px;
    }
    .stage422-summary-grid strong {
        font-size: 12px;
    }
    .stage422-summary-grid span {
        font-size: 10px;
        margin-top: 5px;
    }
    .detail-highlight-strip {
        grid-template-columns: repeat(3, minmax(160px, 1fr));
        gap: 10px;
        margin: 0 18px 16px;
        overflow-x: auto;
        padding-bottom: 2px;
    }
    .detail-highlight-strip article {
        min-height: 126px;
        padding: 14px;
        border-radius: 19px;
    }
    .detail-highlight-strip span {
        width: 34px;
        height: 34px;
        margin-bottom: 9px;
        border-radius: 12px;
        font-size: 11px;
    }
    .detail-highlight-strip strong {
        font-size: 14px;
    }
    .detail-highlight-strip small {
        font-size: 11px;
    }
    .stage422-content-layout {
        margin: 0 18px 20px;
        gap: 14px;
    }
    .stage422-main-column,
    .stage422-side-column {
        gap: 14px;
    }
    .stage422-side-column {
        grid-template-columns: 1fr;
    }
    .stage422-panel,
    .stage422-booking-card,
    .stage422-mini-panel {
        padding: 18px;
        border-radius: 22px;
    }
    .section-soft-label,
    .rating-badge {
        display: none;
    }
    .detail-item-grid,
    .suitable-card-row,
    .process-timeline,
    .safe-detail-grid,
    .review-card-row {
        grid-template-columns: 1fr;
        gap: 10px;
    }
    .detail-item-grid article,
    .suitable-card-row article,
    .process-timeline article,
    .safe-detail-grid article,
    .review-card-row article,
    .faq-list article,
    .time-slot-list article,
    .price-plan-list article {
        border-radius: 17px;
        padding: 14px;
    }
    .detail-item-grid article,
    .process-timeline article {
        min-height: auto;
    }
    .detail-item-grid span,
    .process-timeline span {
        min-height: 25px;
        margin-bottom: 8px;
        font-size: 10px;
    }
    .detail-item-grid strong,
    .suitable-card-row span,
    .process-timeline strong {
        font-size: 14px;
    }
    .detail-item-grid p,
    .suitable-card-row p,
    .process-timeline p,
    .safe-detail-grid p,
    .review-card-row p,
    .faq-list p {
        font-size: 12px;
        line-height: 1.65;
    }
    .safe-detail-grid article {
        grid-template-columns: 32px 1fr;
    }
    .safe-detail-grid article > span {
        width: 32px;
        height: 32px;
        border-radius: 12px;
    }
    .review-card-row article > div {
        display: grid;
        gap: 4px;
    }
    .review-card-row span {
        text-align: left;
        font-size: 13px;
    }
    .faq-list article {
        grid-template-columns: 1fr;
    }
    .faq-list span {
        justify-content: flex-start;
        width: max-content;
    }
    .stage422-booking-card h2 {
        font-size: 23px;
    }
    .stage422-mini-panel h3 {
        font-size: 20px;
    }
    .booking-price-line {
        margin: 6px 0 12px;
    }
    .booking-price-line strong {
        font-size: 22px;
    }
}

@media (max-width: 390px) {
    .stage422-summary-grid {
        grid-template-columns: 1fr;
    }
    .detail-primary-actions {
        grid-template-columns: 1fr;
    }
}

/* Stage 423：會員端生活服務搜尋與篩選 */
.search-hero {
    padding-bottom: 20px;
}
.compact-feature-row {
    padding-top: 18px;
    padding-bottom: 18px;
}
.service-search-panel {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 330px;
    gap: 22px;
    align-items: start;
    padding: 0 16px 28px;
}
.search-filter-card,
.search-assistant-card {
    border: 1px solid rgba(222, 207, 184, .92);
    border-radius: 30px;
    background: rgba(255, 252, 246, .95);
    box-shadow: 0 18px 42px rgba(102, 75, 46, .09);
}
.search-filter-card {
    padding: 24px;
}
.search-assistant-card {
    position: sticky;
    top: 104px;
    padding: 24px;
}
.search-panel-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 18px;
}
.search-panel-heading h2,
.search-assistant-card h2 {
    margin: 0;
    font-family: "Noto Serif TC", serif;
    font-size: 30px;
    line-height: 1.25;
}
.search-panel-heading span {
    max-width: 360px;
    color: #71675e;
    font-size: 13px;
    line-height: 1.7;
    font-weight: 800;
    text-align: right;
}
.filter-grid-two {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-bottom: 20px;
}
.filter-field {
    display: grid;
    gap: 8px;
    color: #5f554d;
    font-size: 13px;
    font-weight: 900;
}
.filter-field.wide {
    grid-column: span 2;
}
.filter-field input,
.filter-field select {
    width: 100%;
    min-height: 48px;
    border: 1px solid rgba(222, 207, 184, .94);
    border-radius: 17px;
    outline: 0;
    background: #fffaf3;
    color: #3e3a36;
    padding: 0 15px;
    font-weight: 900;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.9);
}
.filter-field input:focus,
.filter-field select:focus {
    border-color: rgba(47, 124, 120, .45);
    box-shadow: 0 0 0 4px rgba(47, 124, 120, .08);
}
.filter-group-block {
    padding: 17px 0 0;
    border-top: 1px solid rgba(222, 207, 184, .72);
    margin-top: 17px;
}
.filter-group-title {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 12px;
}
.filter-group-title strong {
    color: #323333;
    font-size: 17px;
    font-weight: 900;
}
.filter-group-title small {
    color: #85776a;
    font-size: 12px;
    font-weight: 800;
    text-align: right;
}
.scenario-chip-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 11px;
}
.scenario-chip {
    min-height: 88px;
    text-align: left;
    border: 1px solid rgba(222, 207, 184, .9);
    border-radius: 19px;
    background: linear-gradient(135deg, rgba(255,250,243,.96), rgba(255,246,235,.92));
    padding: 13px 14px;
    color: #5f554c;
    transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.scenario-chip strong,
.scenario-chip span {
    display: block;
}
.scenario-chip strong {
    margin-bottom: 6px;
    color: #343433;
    font-size: 14px;
    font-weight: 900;
}
.scenario-chip span {
    color: #7d7167;
    font-size: 12px;
    line-height: 1.55;
    font-weight: 800;
}
.scenario-chip:hover,
.scenario-chip.active {
    transform: translateY(-2px);
    border-color: rgba(235, 113, 91, .64);
    box-shadow: 0 14px 26px rgba(235, 113, 91, .13);
}
.scenario-chip.active {
    background: linear-gradient(135deg, #fff0e7, #fff8f2);
}
.time-chip-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.time-chip {
    min-height: 40px;
    border: 1px solid rgba(222, 207, 184, .9);
    border-radius: 999px;
    background: rgba(255,250,243,.94);
    color: #665d54;
    padding: 0 15px;
    font-size: 13px;
    font-weight: 900;
}
.time-chip:hover,
.time-chip.active {
    color: #fff;
    border-color: var(--teal);
    background: var(--teal);
}
.filter-submit-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
    padding-top: 18px;
    border-top: 1px solid rgba(222, 207, 184, .72);
}
.large-toggle {
    min-height: 46px;
    border-radius: 16px;
}
.filter-submit-button {
    min-height: 46px;
    border: 0;
    border-radius: 16px;
    color: #fff;
    background: linear-gradient(135deg, #f18773, #eb705b);
    box-shadow: 0 12px 24px rgba(235, 113, 91, .22);
    padding: 0 24px;
    font-weight: 900;
}
.search-assistant-card > h2 {
    margin-bottom: 14px;
}
.active-filter-list {
    display: flex;
    flex-direction: column;
    gap: 9px;
    margin-bottom: 18px;
}
.active-filter-list span {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: center;
    min-height: 38px;
    border: 1px solid rgba(222, 207, 184, .82);
    border-radius: 14px;
    background: #fff7ef;
    padding: 0 12px;
}
.active-filter-list b {
    color: #9a6c54;
    font-size: 12px;
    font-weight: 900;
}
.active-filter-list em {
    color: #3e3935;
    font-size: 13px;
    font-style: normal;
    font-weight: 900;
    text-align: right;
}
.empty-filter-hint {
    display: grid;
    gap: 5px;
    margin-bottom: 18px;
    border: 1px dashed rgba(222, 207, 184, .96);
    border-radius: 17px;
    background: rgba(255,248,240,.72);
    padding: 16px;
}
.empty-filter-hint strong {
    color: #3a3835;
    font-size: 14px;
    font-weight: 900;
}
.empty-filter-hint span {
    color: #81756b;
    font-size: 12px;
    line-height: 1.6;
    font-weight: 800;
}
.search-tip-list {
    display: grid;
    gap: 11px;
}
.search-tip-list article {
    display: grid;
    grid-template-columns: 36px minmax(0, 1fr);
    gap: 11px;
    align-items: start;
}
.search-tip-list article > span {
    width: 36px;
    height: 36px;
    display: grid;
    place-items: center;
    border-radius: 13px;
    background: #ecf5f1;
    color: var(--teal-dark);
    font-size: 12px;
    font-weight: 900;
}
.search-tip-list strong {
    display: block;
    margin-bottom: 3px;
    color: #343433;
    font-size: 14px;
    font-weight: 900;
}
.search-tip-list p {
    margin: 0;
    color: #7a7169;
    font-size: 12px;
    line-height: 1.65;
    font-weight: 800;
}
.search-result-section {
    padding-top: 4px;
}
.search-result-toolbar {
    align-items: flex-start;
}
.search-service-card .cover {
    height: 162px;
}
.search-service-card .card-actions b::after {
    content: " →";
}

@media (max-width: 1080px) {
    .service-search-panel {
        grid-template-columns: 1fr;
    }
    .search-assistant-card {
        position: static;
    }
    .scenario-chip-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    .search-panel-heading,
    .filter-group-title {
        display: block;
    }
    .search-panel-heading span,
    .filter-group-title small {
        display: block;
        margin-top: 6px;
        text-align: left;
    }
    .filter-grid-two {
        grid-template-columns: 1fr;
    }
    .filter-field.wide {
        grid-column: auto;
    }
    .scenario-chip-grid {
        grid-template-columns: 1fr;
    }
    .search-filter-card,
    .search-assistant-card {
        border-radius: 24px;
        padding: 18px;
    }
    .filter-submit-row > * {
        width: 100%;
        justify-content: center;
    }
}

/* Stage 424 - Member AI life service recommendation */
.stage424-ai-shell {
    padding-bottom: 100px;
}

.stage424-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) 450px;
    gap: 34px;
    align-items: stretch;
    padding: 34px 16px 24px;
    border-bottom: 1px solid rgba(201, 180, 151, .32);
}

.stage424-hero-copy {
    align-self: center;
    min-width: 0;
}

.stage424-hero-copy h1 {
    margin: 0;
    font-family: "Noto Serif TC", serif;
    font-size: clamp(42px, 5vw, 64px);
    line-height: 1.2;
    letter-spacing: .03em;
    color: #303437;
}

.stage424-hero-copy > p:not(.eyebrow) {
    max-width: 620px;
    margin: 16px 0 20px;
    color: #5d5650;
    font-size: 16px;
    line-height: 1.9;
    font-weight: 800;
}

.stage424-hero-actions,
.stage424-submit-row,
.stage424-top-actions,
.stage424-card-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
}

.stage424-hero-actions a,
.stage424-submit-row button,
.stage424-submit-row a,
.stage424-top-actions a,
.stage424-card-actions a,
.stage424-result-section .section-heading a {
    min-height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 18px;
    border-radius: 15px;
    border: 1px solid rgba(235, 113, 91, .32);
    color: #fff;
    background: linear-gradient(135deg, #f18773, #eb705b);
    box-shadow: 0 14px 30px rgba(235, 113, 91, .22);
    font-weight: 900;
}

.stage424-hero-actions .ghost,
.stage424-submit-row a,
.stage424-top-actions .ghost,
.stage424-card-actions .ghost,
.stage424-result-section .section-heading a {
    color: #5b5148;
    background: rgba(255, 250, 243, .9);
    border-color: rgba(222, 207, 184, .96);
    box-shadow: none;
}

.stage424-photo-panel {
    min-height: 460px;
    position: relative;
    overflow: hidden;
    border-radius: 34px;
    border: 1px solid rgba(255,255,255,.72);
    background: #ead6c4;
    box-shadow: var(--shadow);
}

.stage424-photo-panel img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.stage424-floating-score,
.stage424-score-ring {
    position: absolute;
    right: 22px;
    bottom: 22px;
    width: 148px;
    height: 148px;
    display: grid;
    place-items: center;
    text-align: center;
    border-radius: 999px;
    color: #fff;
    background: linear-gradient(145deg, rgba(47, 124, 120, .94), rgba(35, 91, 88, .94));
    box-shadow: 0 20px 44px rgba(43, 83, 76, .28);
}

.stage424-floating-score span,
.stage424-score-ring span {
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.stage424-floating-score strong,
.stage424-score-ring strong {
    font-size: 38px;
    line-height: 1;
}

.stage424-floating-score small {
    font-weight: 900;
}

.stage424-ai-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) 380px;
    gap: 22px;
    padding: 28px 16px 10px;
}

.stage424-ai-form,
.stage424-ai-summary,
.stage424-top-card,
.stage424-guide-panel {
    border: 1px solid rgba(226, 207, 181, .92);
    border-radius: 30px;
    background: rgba(255, 250, 243, .92);
    box-shadow: var(--shadow);
}

.stage424-ai-form {
    padding: 24px;
}

.stage424-form-heading h2,
.stage424-ai-summary h2,
.stage424-result-section h2,
.stage424-guide-panel h2 {
    margin: 0;
    font-family: "Noto Serif TC", serif;
    font-size: clamp(28px, 3vw, 42px);
    color: #303437;
}

.stage424-form-heading span,
.stage424-result-section .section-heading span,
.stage424-ai-summary > p,
.stage424-guide-panel p {
    color: #71675d;
    line-height: 1.8;
    font-weight: 700;
}

.stage424-form-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-top: 20px;
}

.stage424-form-grid label {
    display: grid;
    gap: 9px;
    color: #6e6055;
    font-size: 13px;
    font-weight: 900;
}

.stage424-form-grid select {
    width: 100%;
    min-height: 52px;
    border: 1px solid rgba(222, 207, 184, .96);
    border-radius: 17px;
    outline: 0;
    background: rgba(255,255,255,.72);
    color: #3d3934;
    padding: 0 16px;
    font-weight: 900;
}

.stage424-submit-row {
    margin-top: 18px;
}

.stage424-submit-row button {
    border: 0;
}

.stage424-ai-summary {
    padding: 24px;
}

.stage424-profile-list {
    display: grid;
    gap: 10px;
    margin-top: 18px;
}

.stage424-profile-list article {
    display: grid;
    gap: 4px;
    padding: 14px;
    border-radius: 18px;
    background: rgba(255,255,255,.64);
    border: 1px solid rgba(232, 218, 199, .74);
}

.stage424-profile-list span,
.stage424-guide-panel article span {
    color: #c7774d;
    font-size: 12px;
    font-weight: 900;
}

.stage424-profile-list strong,
.stage424-guide-panel article strong {
    color: #303437;
    font-size: 15px;
    font-weight: 900;
}

.stage424-profile-list small,
.stage424-guide-panel article p {
    color: #74695f;
    font-size: 13px;
    line-height: 1.7;
    font-weight: 700;
}

.stage424-result-section {
    padding: 22px 16px 0;
}

.stage424-top-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 20px;
    align-items: stretch;
    padding: 20px;
    margin: 18px 0 22px;
    background:
        radial-gradient(circle at top left, rgba(255, 241, 230, .96), transparent 35%),
        rgba(255, 250, 243, .95);
}

.stage424-top-copy {
    padding: 10px 8px 8px;
}

.stage424-top-copy > span,
.stage424-card-cover span {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 12px;
    border-radius: 999px;
    background: #ecf5f1;
    color: #2f7c78;
    font-size: 12px;
    font-weight: 900;
}

.stage424-top-copy h2 {
    margin: 14px 0 10px;
    font-family: "Noto Serif TC", serif;
    font-size: clamp(34px, 4vw, 48px);
}

.stage424-top-copy p {
    margin: 0 0 14px;
    color: #62584f;
    line-height: 1.9;
    font-weight: 800;
}

.stage424-top-meta,
.stage424-service-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 14px 0 18px;
}

.stage424-top-meta b,
.stage424-service-meta span {
    min-height: 36px;
    display: inline-flex;
    align-items: center;
    padding: 0 12px;
    border-radius: 999px;
    border: 1px solid rgba(222, 207, 184, .96);
    background: rgba(255,255,255,.66);
    color: #574e46;
    font-size: 13px;
    font-weight: 900;
}

.stage424-top-photo {
    position: relative;
    min-height: 280px;
    overflow: hidden;
    border-radius: 26px;
    background: #ead6c4;
}

.stage424-top-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.stage424-score-ring {
    right: 16px;
    bottom: 16px;
    width: 124px;
    height: 124px;
}

.stage424-score-ring strong {
    font-size: 32px;
}

.stage424-recommend-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.stage424-recommend-card {
    overflow: hidden;
    border: 1px solid rgba(226, 207, 181, .92);
    border-radius: 28px;
    background: rgba(255, 250, 243, .92);
    box-shadow: 0 18px 42px rgba(117, 82, 50, .1);
}

.stage424-card-cover {
    position: relative;
    height: 188px;
    overflow: hidden;
    background: #ead6c4;
}

.stage424-card-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.stage424-card-cover span {
    position: absolute;
    left: 14px;
    top: 14px;
    background: rgba(255,255,255,.9);
}

.stage424-card-body {
    padding: 18px;
}

.stage424-rank-line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}

.stage424-rank-line small {
    color: #c7774d;
    font-weight: 900;
}

.stage424-rank-line strong {
    color: #2f7c78;
    font-size: 22px;
}

.stage424-card-body h3 {
    margin: 0 0 8px;
    font-size: 22px;
}

.stage424-card-body > p {
    min-height: 54px;
    margin: 0;
    color: #6a6057;
    line-height: 1.7;
    font-weight: 700;
}

.stage424-meter {
    height: 10px;
    overflow: hidden;
    margin: 14px 0;
    border-radius: 999px;
    background: #efe2d2;
}

.stage424-meter i {
    display: block;
    height: 100%;
    overflow: hidden;
    border-radius: inherit;
    color: transparent;
    background: linear-gradient(90deg, #2f7c78, #f18773);
}

.stage424-reason-list {
    display: grid;
    gap: 9px;
    margin: 12px 0;
}

.stage424-reason-list article {
    display: grid;
    gap: 3px;
    padding: 11px;
    border-radius: 16px;
    border: 1px solid rgba(232, 218, 199, .7);
    background: rgba(255,255,255,.62);
}

.stage424-reason-list b {
    color: #c7774d;
    font-size: 12px;
}

.stage424-reason-list strong {
    font-size: 14px;
}

.stage424-reason-list small,
.stage424-next-step p {
    color: #776b61;
    line-height: 1.6;
    font-weight: 700;
}

.stage424-next-step {
    padding: 13px;
    border-radius: 18px;
    background: #ecf5f1;
}

.stage424-next-step span {
    color: #2f7c78;
    font-size: 12px;
    font-weight: 900;
}

.stage424-next-step p {
    margin: 4px 0 0;
}

.stage424-card-actions {
    margin-top: 14px;
}

.stage424-card-actions a {
    min-height: 42px;
    flex: 1;
    font-size: 13px;
}

.stage424-guide-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    padding: 24px 16px 0;
}

.stage424-guide-panel {
    padding: 24px;
}

.stage424-guide-panel.soft {
    background: rgba(236, 245, 241, .82);
}

.stage424-guide-panel article {
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 12px;
    padding: 15px 0;
    border-bottom: 1px solid rgba(217, 198, 170, .65);
}

.stage424-guide-panel article:last-child {
    border-bottom: 0;
}

.stage424-guide-panel article span {
    width: 46px;
    height: 46px;
    display: grid;
    place-items: center;
    border-radius: 16px;
    background: rgba(255,255,255,.75);
}

.stage424-guide-panel article p {
    margin: 4px 0 0;
}

@media (max-width: 1040px) {
    .stage424-hero,
    .stage424-ai-layout,
    .stage424-top-card {
        grid-template-columns: 1fr;
    }
    .stage424-photo-panel {
        min-height: 360px;
    }
    .stage424-recommend-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    .stage424-hero,
    .stage424-ai-layout,
    .stage424-result-section,
    .stage424-guide-grid {
        padding-left: 0;
        padding-right: 0;
    }
    .stage424-form-grid,
    .stage424-recommend-grid,
    .stage424-guide-grid {
        grid-template-columns: 1fr;
    }
    .stage424-photo-panel {
        min-height: 300px;
        border-radius: 26px;
    }
    .stage424-floating-score {
        width: 118px;
        height: 118px;
    }
    .stage424-floating-score strong {
        font-size: 28px;
    }
    .stage424-top-card,
    .stage424-ai-form,
    .stage424-ai-summary,
    .stage424-guide-panel {
        border-radius: 24px;
    }
}

/* Stage 425: member life service favorites */
.stage425-status-banner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin: 18px 0 26px;
    padding: 16px 18px;
    border: 1px solid rgba(235, 113, 91, .22);
    border-radius: 22px;
    background: linear-gradient(135deg, rgba(255, 250, 243, .96), rgba(255, 241, 230, .92));
    box-shadow: 0 16px 38px rgba(117, 82, 50, .08);
}
.stage425-status-banner strong { color: #d95f4a; font-size: 16px; }
.stage425-status-banner span { color: var(--muted); font-size: 14px; flex: 1; }
.stage425-status-banner a {
    padding: 9px 14px;
    border-radius: 999px;
    color: #fff;
    background: #2f7c78;
    font-size: 13px;
    font-weight: 900;
}

.service-card { position: relative; }
.stage425-card-favorite-form {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 5;
    margin: 0;
}
.stage425-favorite-button,
.stage425-mini-favorite,
.stage425-inline-favorite,
.stage425-favorite-wide {
    border: 0;
    border-radius: 999px;
    background: rgba(255, 250, 243, .94);
    color: #d95f4a;
    box-shadow: 0 12px 28px rgba(86, 60, 40, .16);
    font-weight: 900;
    white-space: nowrap;
}
.stage425-favorite-button { padding: 8px 12px; font-size: 12px; }
.stage425-favorite-button.active,
.stage425-mini-favorite.active,
.stage425-inline-favorite.active,
.stage425-favorite-wide.active {
    color: #fff;
    background: linear-gradient(135deg, #ef7b65, #d95f4a);
}
.stage425-inline-favorite {
    padding: 13px 18px;
    min-height: 46px;
}
.stage425-mini-favorite {
    padding: 10px 12px;
    min-height: 42px;
    font-size: 13px;
}
.stage425-favorite-wide {
    width: 100%;
    padding: 13px 18px;
    min-height: 48px;
    font-size: 15px;
}
.detail-primary-actions form,
.stage424-top-actions form,
.stage425-ai-actions form { margin: 0; }
.stage425-ai-actions { flex-wrap: wrap; }

.stage425-preview-strip,
.stage425-stat-grid,
.stage425-layout,
.stage425-hero {
    margin-top: 28px;
}
.stage425-preview-strip {
    padding: 24px;
    border: 1px solid rgba(224, 207, 184, .74);
    border-radius: 30px;
    background: rgba(255, 250, 243, .92);
    box-shadow: var(--shadow);
}
.stage425-preview-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}
.stage425-preview-list a {
    display: grid;
    gap: 6px;
    padding: 16px;
    border-radius: 22px;
    background: linear-gradient(135deg, #fff7ed, #f7ede2);
    border: 1px solid rgba(224, 207, 184, .64);
}
.stage425-preview-list span,
.stage425-suggest-list span { color: #d95f4a; font-size: 12px; font-weight: 900; }
.stage425-preview-list strong,
.stage425-suggest-list strong { color: #322c28; font-size: 16px; }
.stage425-preview-list small,
.stage425-suggest-list small { color: var(--muted); font-size: 13px; }

.stage425-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 420px;
    gap: 30px;
    align-items: stretch;
    min-height: 430px;
}
.stage425-hero-copy {
    padding: 54px;
    border-radius: 40px;
    background: linear-gradient(135deg, rgba(255, 250, 243, .98), rgba(255, 240, 228, .92));
    border: 1px solid rgba(224, 207, 184, .75);
    box-shadow: var(--shadow);
}
.stage425-hero-copy h1 {
    margin: 10px 0 18px;
    font-family: "Noto Serif TC", serif;
    font-size: clamp(42px, 7vw, 76px);
    line-height: .98;
    letter-spacing: -.06em;
}
.stage425-hero-copy p {
    color: var(--muted);
    font-size: 17px;
    line-height: 1.8;
    max-width: 620px;
}
.stage425-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 26px;
}
.stage425-hero-actions a {
    padding: 14px 20px;
    border-radius: 999px;
    color: #fff;
    background: linear-gradient(135deg, #ef7b65, #d95f4a);
    font-weight: 900;
    box-shadow: 0 12px 28px rgba(235, 113, 91, .22);
}
.stage425-hero-actions a.ghost {
    color: #2f5956;
    background: rgba(255,255,255,.74);
    border: 1px solid rgba(47,124,120,.22);
    box-shadow: none;
}
.stage425-hero-card {
    position: relative;
    min-height: 430px;
    overflow: hidden;
    border-radius: 40px;
    border: 1px solid rgba(224, 207, 184, .75);
    background: #fff7ee;
    box-shadow: var(--shadow);
}
.stage425-hero-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.stage425-count-card {
    position: absolute;
    right: 24px;
    bottom: 24px;
    width: 150px;
    height: 150px;
    display: grid;
    place-items: center;
    text-align: center;
    padding: 18px;
    border-radius: 34px;
    background: rgba(255, 250, 243, .92);
    box-shadow: 0 18px 42px rgba(60, 42, 28, .18);
}
.stage425-count-card span,
.stage425-count-card small { color: var(--muted); font-size: 12px; font-weight: 900; }
.stage425-count-card strong { color: #d95f4a; font-size: 44px; line-height: 1; }

.stage425-stat-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}
.stage425-stat-grid article {
    padding: 20px;
    border-radius: 28px;
    background: rgba(255, 250, 243, .94);
    border: 1px solid rgba(224, 207, 184, .72);
    box-shadow: 0 16px 34px rgba(117, 82, 50, .08);
}
.stage425-stat-grid strong { display: block; color: #d95f4a; font-size: 34px; line-height: 1; }
.stage425-stat-grid span { display: block; margin-top: 8px; font-weight: 900; }
.stage425-stat-grid small { display: block; margin-top: 6px; color: var(--muted); line-height: 1.6; }

.stage425-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: 24px;
    align-items: start;
}
.stage425-main-column,
.stage425-side-column { min-width: 0; }
.stage425-favorite-grid { margin-top: 18px; }
.stage425-empty { margin-top: 18px; }
.stage425-tip-card,
.stage425-detail-favorite-card {
    padding: 24px;
    border-radius: 30px;
    background: rgba(255, 250, 243, .96);
    border: 1px solid rgba(224, 207, 184, .72);
    box-shadow: var(--shadow);
}
.stage425-tip-card.soft { margin-top: 18px; background: linear-gradient(135deg, #fff7ed, #edf7f3); }
.stage425-tip-card h2,
.stage425-detail-favorite-card h3 { margin: 6px 0 14px; }
.stage425-tip-card article,
.stage425-reason-list article {
    display: grid;
    grid-template-columns: 44px 1fr;
    gap: 12px;
    padding: 12px 0;
    border-top: 1px solid rgba(224, 207, 184, .55);
}
.stage425-tip-card article > span,
.stage425-reason-list article > span {
    display: grid;
    place-items: center;
    width: 36px;
    height: 36px;
    border-radius: 14px;
    background: #fff0e6;
    color: #d95f4a;
    font-weight: 900;
    font-size: 12px;
}
.stage425-tip-card p,
.stage425-detail-favorite-card p,
.stage425-reason-list small { color: var(--muted); line-height: 1.65; }
.stage425-detail-favorite-card { margin-bottom: 18px; }
.stage425-detail-favorite-card > strong {
    display: block;
    margin: 12px 0;
    color: #2f7c78;
}
.stage425-reason-list { margin-top: 14px; }
.stage425-reason-list article {
    grid-template-columns: 88px 1fr;
}
.stage425-reason-list strong { display: block; margin-bottom: 3px; }

.stage425-suggest-list {
    display: grid;
    gap: 12px;
}
.stage425-suggest-list article {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 10px;
    align-items: center;
    padding: 14px;
    border-radius: 22px;
    background: rgba(255,255,255,.7);
    border: 1px solid rgba(224, 207, 184, .58);
}
.stage425-suggest-list a { display: grid; gap: 4px; }
.stage425-suggest-list button {
    border: 0;
    border-radius: 999px;
    padding: 10px 12px;
    background: #fff0e6;
    color: #d95f4a;
    font-weight: 900;
}

@media (max-width: 980px) {
    .stage425-hero,
    .stage425-layout {
        grid-template-columns: 1fr;
    }
    .stage425-stat-grid,
    .stage425-preview-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .stage425-hero-card { min-height: 340px; }
}

@media (max-width: 640px) {
    .stage425-status-banner,
    .stage425-hero-actions {
        align-items: stretch;
        flex-direction: column;
    }
    .stage425-status-banner a,
    .stage425-hero-actions a { text-align: center; }
    .stage425-hero-copy {
        padding: 32px 24px;
        border-radius: 28px;
    }
    .stage425-stat-grid,
    .stage425-preview-list {
        grid-template-columns: 1fr;
    }
    .stage425-card-favorite-form {
        top: 10px;
        right: 10px;
    }
    .stage425-favorite-button {
        padding: 7px 10px;
        font-size: 11px;
    }
    .stage425-suggest-list article {
        grid-template-columns: 1fr;
    }
}

/* Stage 426 member life service booking flow */
.stage426-booking-shell,
.stage426-success-shell { padding-bottom: 110px; }

.stage426-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 430px;
    gap: 28px;
    align-items: stretch;
    margin-top: 28px;
}
.stage426-hero-copy {
    padding: 46px;
    border-radius: 40px;
    background: linear-gradient(135deg, rgba(255,250,243,.96), rgba(237,247,243,.86));
    border: 1px solid rgba(224, 207, 184, .75);
    box-shadow: var(--shadow);
}
.stage426-hero-copy h1,
.stage426-success-hero h1 {
    max-width: 720px;
    margin: 8px 0 14px;
    font-size: clamp(34px, 4.2vw, 62px);
    line-height: 1.08;
    letter-spacing: -.04em;
}
.stage426-hero-copy p,
.stage426-success-hero p { color: var(--muted); line-height: 1.8; }
.stage426-flow-strip {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin-top: 28px;
}
.stage426-flow-strip article,
.stage426-guide-row article {
    padding: 16px;
    border-radius: 24px;
    background: rgba(255,255,255,.7);
    border: 1px solid rgba(224, 207, 184, .68);
}
.stage426-flow-strip span,
.stage426-guide-row span {
    display: inline-grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border-radius: 14px;
    background: #fff0e6;
    color: #d95f4a;
    font-weight: 900;
    font-size: 12px;
}
.stage426-flow-strip strong,
.stage426-guide-row strong { display: block; margin-top: 10px; }
.stage426-flow-strip small,
.stage426-guide-row small { display: block; margin-top: 6px; color: var(--muted); line-height: 1.5; }

.stage426-service-preview {
    overflow: hidden;
    border-radius: 40px;
    background: rgba(255,250,243,.96);
    border: 1px solid rgba(224, 207, 184, .75);
    box-shadow: var(--shadow);
}
.stage426-service-preview img { width: 100%; height: 250px; object-fit: cover; }
.stage426-service-preview div { padding: 26px; }
.stage426-service-preview span,
.stage426-service-preview strong { color: #2f7c78; font-weight: 900; }
.stage426-service-preview h2 { margin: 8px 0; font-size: 26px; }
.stage426-service-preview p { color: var(--muted); line-height: 1.7; }

.stage426-booking-layout,
.stage426-success-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 350px;
    gap: 24px;
    align-items: start;
    margin-top: 24px;
}
.stage426-booking-form,
.stage426-success-main { display: grid; gap: 18px; min-width: 0; }
.stage426-form-panel,
.stage426-side-card,
.stage426-cancel-card {
    padding: 26px;
    border-radius: 32px;
    background: rgba(255,250,243,.96);
    border: 1px solid rgba(224, 207, 184, .74);
    box-shadow: 0 16px 38px rgba(117, 82, 50, .09);
}
.stage426-selected-service {
    display: grid;
    grid-template-columns: 120px 1fr;
    gap: 18px;
    align-items: center;
    padding: 14px;
    border-radius: 26px;
    background: rgba(255,255,255,.72);
    border: 1px solid rgba(224, 207, 184, .62);
}
.stage426-selected-service img { width: 120px; height: 98px; object-fit: cover; border-radius: 22px; }
.stage426-selected-service h3 { margin: 5px 0; font-size: 22px; }
.stage426-selected-service span { color: #2f7c78; font-weight: 900; }
.stage426-selected-service p { margin: 0; color: var(--muted); }

.stage426-plan-grid,
.stage426-time-options,
.stage426-chip-row,
.stage426-tip-row,
.stage426-record-summary,
.stage426-guide-row,
.stage426-status-timeline,
.stage426-booking-info-grid {
    display: grid;
    gap: 14px;
}
.stage426-plan-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 18px; }
.stage426-plan-grid label,
.stage426-time-options label,
.stage426-chip-row label {
    cursor: pointer;
    border-radius: 24px;
    background: rgba(255,255,255,.78);
    border: 1px solid rgba(224, 207, 184, .65);
    transition: .2s ease;
}
.stage426-plan-grid label { padding: 18px; }
.stage426-plan-grid input,
.stage426-time-options input,
.stage426-chip-row input { accent-color: #e36d58; }
.stage426-plan-grid span,
.stage426-plan-grid strong { display: block; }
.stage426-plan-grid span { margin: 10px 0 4px; font-weight: 900; }
.stage426-plan-grid strong { color: #d95f4a; font-size: 15px; }
.stage426-plan-grid label:hover,
.stage426-plan-grid label.active,
.stage426-time-options label:hover,
.stage426-chip-row label:hover {
    transform: translateY(-2px);
    border-color: rgba(235,113,91,.55);
    box-shadow: 0 14px 28px rgba(235,113,91,.12);
}
.stage426-date-time-grid {
    display: grid;
    grid-template-columns: 270px minmax(0, 1fr);
    gap: 18px;
}
.stage426-date-box,
.stage426-note-box,
.stage426-input-grid label {
    display: grid;
    gap: 9px;
    font-weight: 900;
    color: #55483f;
}
.stage426-date-box input,
.stage426-input-grid input,
.stage426-note-box textarea {
    width: 100%;
    border: 1px solid rgba(224,207,184,.85);
    border-radius: 18px;
    padding: 14px 16px;
    background: rgba(255,255,255,.82);
    color: var(--text);
    outline: none;
}
.stage426-time-options { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.stage426-time-options label { padding: 16px; display: grid; gap: 6px; }
.stage426-time-options span { font-weight: 900; }
.stage426-time-options small { color: var(--muted); line-height: 1.45; }
.stage426-input-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.stage426-input-grid .full { grid-column: 1 / -1; }
.stage426-tip-row { grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 18px; }
.stage426-tip-row article {
    padding: 16px;
    border-radius: 24px;
    background: #fff7ed;
    border: 1px solid rgba(224,207,184,.62);
}
.stage426-tip-row strong,
.stage426-tip-row span,
.stage426-tip-row small { display: block; }
.stage426-tip-row strong { color: #d95f4a; }
.stage426-tip-row span { margin: 5px 0; font-weight: 900; }
.stage426-tip-row small { color: var(--muted); line-height: 1.45; }
.stage426-chip-row { grid-template-columns: repeat(4, minmax(0, 1fr)); margin-bottom: 16px; }
.stage426-chip-row label {
    display: flex;
    gap: 9px;
    align-items: center;
    padding: 12px 14px;
    font-weight: 900;
}
.stage426-submit,
.stage426-detail-flow-button,
.stage426-success-actions a,
.stage426-side-card.price a,
.stage426-cancel-card button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border: 0;
    border-radius: 999px;
    padding: 15px 20px;
    color: #fff;
    background: linear-gradient(135deg, #ef7b65, #d95f4a);
    font-weight: 900;
    box-shadow: 0 14px 28px rgba(235, 113, 91, .2);
}
.stage426-submit:disabled,
.stage426-detail-flow-button.disabled { opacity: .55; pointer-events: none; }
.stage426-submit-note { margin: 12px 0 0; color: var(--muted); line-height: 1.6; }
.stage426-side { position: sticky; top: 104px; display: grid; gap: 18px; }
.stage426-side-card.price { background: linear-gradient(135deg, #fff7ed, #edf7f3); }
.stage426-side-card h3 { margin: 6px 0 12px; }
.stage426-side-card.price > strong { display: block; color: #d95f4a; font-size: 26px; margin: 8px 0; }
.stage426-side-card.price > span { display: block; color: var(--muted); margin-bottom: 16px; }
.stage426-side-card article {
    display: grid;
    grid-template-columns: 28px 1fr;
    gap: 10px;
    padding: 12px 0;
    border-top: 1px solid rgba(224,207,184,.58);
}
.stage426-side-card article > span {
    display: grid;
    place-items: center;
    width: 24px;
    height: 24px;
    border-radius: 999px;
    color: #2f7c78;
    background: #edf7f3;
    font-weight: 900;
}
.stage426-side-card small { color: var(--muted); line-height: 1.5; }
.stage426-side-card.faq article { grid-template-columns: 1fr; }

.stage426-detail-flow-card { display: grid; gap: 12px; }
.stage426-detail-flow-card article {
    display: grid;
    grid-template-columns: 42px 1fr;
    gap: 10px;
    padding: 12px;
    border-radius: 20px;
    background: rgba(255,255,255,.72);
    border: 1px solid rgba(224,207,184,.58);
}
.stage426-detail-flow-card article span {
    grid-row: span 2;
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border-radius: 14px;
    background: #fff0e6;
    color: #d95f4a;
    font-weight: 900;
    font-size: 12px;
}
.stage426-detail-flow-card article small { color: var(--muted); line-height: 1.5; }
.stage426-detail-flow-button { margin-top: 4px; }

.stage426-record-summary {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin: 20px 0;
}
.stage426-record-summary article {
    padding: 20px;
    border-radius: 28px;
    background: rgba(255,250,243,.96);
    border: 1px solid rgba(224,207,184,.7);
    box-shadow: 0 16px 34px rgba(117,82,50,.08);
}
.stage426-record-summary strong { display: block; color: #d95f4a; font-size: 34px; line-height: 1; }
.stage426-record-summary span { display: block; margin-top: 8px; font-weight: 900; }
.stage426-record-summary small { display: block; margin-top: 6px; color: var(--muted); line-height: 1.5; }
.stage426-record-guide {
    padding: 24px;
    border-radius: 34px;
    background: rgba(255,250,243,.92);
    border: 1px solid rgba(224,207,184,.7);
    margin-bottom: 22px;
}
.stage426-guide-row { grid-template-columns: repeat(4, minmax(0, 1fr)); }

.stage426-success-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 240px;
    gap: 24px;
    align-items: stretch;
    margin-top: 28px;
    padding: 44px;
    border-radius: 42px;
    background: linear-gradient(135deg, rgba(255,250,243,.96), rgba(237,247,243,.9));
    border: 1px solid rgba(224,207,184,.76);
    box-shadow: var(--shadow);
}
.stage426-success-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 22px; }
.stage426-success-actions a { width: auto; padding-inline: 22px; }
.stage426-success-actions a.ghost {
    color: #2f5956;
    background: rgba(255,255,255,.74);
    border: 1px solid rgba(47,124,120,.22);
    box-shadow: none;
}
.stage426-success-card {
    display: grid;
    place-items: center;
    text-align: center;
    padding: 24px;
    border-radius: 34px;
    background: rgba(255,255,255,.7);
    border: 1px solid rgba(224,207,184,.64);
}
.stage426-success-card span { color: var(--muted); font-weight: 900; }
.stage426-success-card strong { color: #d95f4a; font-size: 48px; }
.stage426-success-card small { color: #2f7c78; font-weight: 900; }
.stage426-booking-info-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.stage426-booking-info-grid article {
    padding: 18px;
    border-radius: 24px;
    background: rgba(255,255,255,.72);
    border: 1px solid rgba(224,207,184,.62);
}
.stage426-booking-info-grid small,
.stage426-booking-info-grid span { color: var(--muted); }
.stage426-booking-info-grid strong { display: block; margin: 6px 0; font-size: 20px; }
.stage426-note-preview {
    margin-top: 18px;
    padding: 18px;
    border-radius: 24px;
    background: #fff7ed;
    border: 1px solid rgba(224,207,184,.62);
}
.stage426-note-preview pre {
    white-space: pre-wrap;
    line-height: 1.65;
    color: var(--muted);
    margin: 10px 0 0;
    font-family: inherit;
}
.stage426-status-timeline { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.stage426-status-timeline article {
    padding: 18px;
    border-radius: 24px;
    background: rgba(255,255,255,.72);
    border: 1px solid rgba(224,207,184,.62);
}
.stage426-status-timeline span { color: #d95f4a; font-weight: 900; }
.stage426-status-timeline strong { display: block; margin: 7px 0; }
.stage426-status-timeline p { margin: 0; color: var(--muted); line-height: 1.55; }
.stage426-cancel-card { display: grid; gap: 10px; }
.stage426-cancel-card span { color: var(--muted); }
.stage426-cancel-card button { background: #4a4039; box-shadow: none; }

@media (max-width: 980px) {
    .stage426-hero,
    .stage426-booking-layout,
    .stage426-success-layout,
    .stage426-success-hero {
        grid-template-columns: 1fr;
    }
    .stage426-side { position: static; }
    .stage426-flow-strip,
    .stage426-guide-row,
    .stage426-record-summary,
    .stage426-status-timeline {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .stage426-plan-grid,
    .stage426-date-time-grid,
    .stage426-time-options,
    .stage426-tip-row,
    .stage426-chip-row {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .stage426-hero-copy,
    .stage426-success-hero,
    .stage426-form-panel,
    .stage426-side-card,
    .stage426-cancel-card {
        padding: 22px;
        border-radius: 28px;
    }
    .stage426-flow-strip,
    .stage426-record-summary,
    .stage426-guide-row,
    .stage426-status-timeline,
    .stage426-booking-info-grid,
    .stage426-input-grid {
        grid-template-columns: 1fr;
    }
    .stage426-selected-service {
        grid-template-columns: 1fr;
    }
    .stage426-selected-service img { width: 100%; height: 190px; }
    .stage426-success-actions { flex-direction: column; }
    .stage426-success-actions a { width: 100%; }
}

/* Stage 427 member life service booking records */
.stage427-record-shell,
.stage427-detail-shell { padding-bottom: 120px; }

.stage427-hero,
.stage427-detail-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 260px;
    gap: 24px;
    align-items: stretch;
    margin-top: 28px;
}
.stage427-hero-copy,
.stage427-detail-copy,
.stage427-hero-card,
.stage427-status-card,
.stage427-filter-panel,
.stage427-panel,
.stage427-side-card,
.stage427-cancel-card,
.stage427-empty {
    border: 1px solid rgba(224, 207, 184, .74);
    background: rgba(255, 250, 243, .96);
    box-shadow: 0 18px 44px rgba(117, 82, 50, .09);
}
.stage427-hero-copy,
.stage427-detail-copy {
    padding: 46px;
    border-radius: 42px;
    background: linear-gradient(135deg, rgba(255,250,243,.96), rgba(237,247,243,.9));
}
.stage427-hero-copy h1,
.stage427-detail-copy h1 {
    max-width: 760px;
    margin: 8px 0 14px;
    font-size: clamp(34px, 4.2vw, 62px);
    line-height: 1.08;
    letter-spacing: -.045em;
}
.stage427-hero-copy p:not(.eyebrow),
.stage427-detail-copy p:not(.eyebrow) { color: var(--muted); line-height: 1.8; font-weight: 800; }
.stage427-hero-actions,
.stage427-detail-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 24px; }
.stage427-hero-actions a,
.stage427-detail-actions a,
.stage427-search-form button,
.stage427-card-actions a,
.stage427-empty a,
.stage427-cancel-card button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 12px 20px;
    border: 0;
    border-radius: 999px;
    background: linear-gradient(135deg, #ef7b65, #d95f4a);
    color: #fff;
    font-weight: 900;
    box-shadow: 0 14px 28px rgba(235, 113, 91, .18);
}
.stage427-hero-actions a.ghost,
.stage427-detail-actions a.ghost,
.stage427-card-actions a.ghost,
.stage427-empty a.ghost {
    color: #2f5956;
    background: rgba(255,255,255,.78);
    border: 1px solid rgba(47,124,120,.22);
    box-shadow: none;
}
.stage427-hero-card,
.stage427-status-card {
    display: grid;
    place-items: center;
    text-align: center;
    padding: 28px;
    border-radius: 38px;
    background: linear-gradient(160deg, #fff7ed, #edf7f3);
}
.stage427-hero-card span,
.stage427-hero-card small,
.stage427-status-card span,
.stage427-status-card small { color: var(--muted); font-weight: 900; }
.stage427-hero-card strong,
.stage427-status-card strong { color: #d95f4a; font-size: 54px; line-height: 1; }
.stage427-status-card small { color: #2f7c78; font-size: 16px; }
.stage427-status-card.pending small { color: #d95f4a; }
.stage427-status-card.confirmed small { color: #2f7c78; }
.stage427-status-card.in-service small { color: #7a5be6; }
.stage427-status-card.done small { color: #4d8a47; }
.stage427-status-card.cancelled small { color: #86786f; }

.stage427-record-summary {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    margin: 22px 0;
}
.stage427-record-summary article {
    padding: 22px;
    border-radius: 30px;
    background: rgba(255,250,243,.96);
    border: 1px solid rgba(224,207,184,.7);
    box-shadow: 0 16px 34px rgba(117,82,50,.08);
}
.stage427-record-summary strong { display: block; color: #d95f4a; font-size: 36px; line-height: 1; }
.stage427-record-summary span { display: block; margin-top: 9px; color: #322c28; font-weight: 900; }
.stage427-record-summary small { display: block; margin-top: 6px; color: var(--muted); line-height: 1.5; }

.stage427-filter-panel {
    padding: 26px;
    border-radius: 36px;
    margin-bottom: 24px;
}
.stage427-status-tabs {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 10px;
    margin-top: 18px;
}
.stage427-status-tabs a {
    display: grid;
    gap: 4px;
    min-height: 112px;
    padding: 16px;
    border-radius: 24px;
    background: rgba(255,255,255,.72);
    border: 1px solid rgba(224,207,184,.65);
    transition: .2s ease;
}
.stage427-status-tabs a:hover,
.stage427-status-tabs a.active {
    transform: translateY(-2px);
    border-color: rgba(235,113,91,.55);
    box-shadow: 0 14px 30px rgba(235,113,91,.12);
}
.stage427-status-tabs strong { color: #322c28; }
.stage427-status-tabs span { color: #d95f4a; font-size: 28px; font-weight: 900; line-height: 1; }
.stage427-status-tabs small { color: var(--muted); font-size: 12px; line-height: 1.45; }
.stage427-search-form {
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) 180px 180px 140px;
    gap: 12px;
    align-items: end;
    margin-top: 18px;
}
.stage427-search-form label { display: grid; gap: 8px; font-weight: 900; color: #55483f; }
.stage427-search-form input,
.stage427-search-form select {
    width: 100%;
    min-height: 46px;
    border: 1px solid rgba(224,207,184,.85);
    border-radius: 18px;
    padding: 12px 14px;
    background: rgba(255,255,255,.82);
    color: var(--text);
    outline: none;
    font-weight: 800;
}
.stage427-filter-summary {
    margin: 16px 0 0;
    padding: 14px 16px;
    border-radius: 20px;
    background: #fff7ed;
    color: var(--muted);
    font-weight: 800;
    line-height: 1.65;
}

.stage427-record-layout,
.stage427-detail-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 24px;
    align-items: start;
}
.stage427-record-main,
.stage427-detail-main { min-width: 0; display: grid; gap: 18px; }
.stage427-booking-list { display: grid; gap: 16px; }
.stage427-booking-card {
    display: grid;
    grid-template-columns: 220px minmax(0, 1fr);
    gap: 18px;
    padding: 14px;
    border-radius: 34px;
    background: rgba(255,250,243,.96);
    border: 1px solid rgba(224,207,184,.72);
    box-shadow: 0 18px 38px rgba(117,82,50,.08);
}
.stage427-booking-image {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 26px;
    min-height: 180px;
}
.stage427-booking-image img { width: 100%; height: 100%; object-fit: cover; display: block; }
.stage427-booking-image span {
    position: absolute;
    left: 14px;
    bottom: 14px;
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(255,250,243,.9);
    color: #d95f4a;
    font-size: 12px;
    font-weight: 900;
}
.stage427-booking-body { padding: 8px 8px 8px 0; min-width: 0; }
.stage427-card-topline { display: flex; justify-content: space-between; gap: 12px; align-items: center; margin-bottom: 8px; }
.stage427-card-topline > span { color: #2f7c78; font-weight: 900; }
.stage427-card-topline > strong,
.stage427-status-pill {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 6px 12px;
    border-radius: 999px;
    background: #fff0e6;
    color: #d95f4a;
    font-size: 12px;
    font-weight: 900;
}
.stage427-card-topline > strong.confirmed,
.stage427-status-pill.confirmed { background: #edf7f3; color: #2f7c78; }
.stage427-card-topline > strong.in-service,
.stage427-status-pill.in-service { background: #f0edff; color: #7257d7; }
.stage427-card-topline > strong.done,
.stage427-status-pill.done { background: #eef8ec; color: #4d8a47; }
.stage427-card-topline > strong.cancelled,
.stage427-status-pill.cancelled { background: #f1eee9; color: #86786f; }
.stage427-booking-body h2 { margin: 0; font-size: 24px; letter-spacing: -.02em; }
.stage427-provider { margin: 5px 0 12px; color: var(--muted); font-weight: 800; }
.stage427-booking-meta {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}
.stage427-booking-meta article {
    padding: 14px;
    border-radius: 22px;
    background: rgba(255,255,255,.72);
    border: 1px solid rgba(224,207,184,.58);
}
.stage427-booking-meta small,
.stage427-booking-meta span { display: block; color: var(--muted); font-size: 12px; font-weight: 900; }
.stage427-booking-meta b { display: block; margin: 5px 0 3px; color: #322c28; }
.stage427-note-line {
    margin-top: 12px;
    padding: 12px 14px;
    border-radius: 20px;
    background: #fff7ed;
    border: 1px solid rgba(224,207,184,.58);
}
.stage427-note-line span { color: #d95f4a; font-size: 12px; font-weight: 900; }
.stage427-note-line p {
    margin: 4px 0 0;
    color: var(--muted);
    line-height: 1.55;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.stage427-card-actions { display: flex; gap: 10px; flex-wrap: wrap; align-items: center; margin-top: 14px; }
.stage427-card-actions a { min-height: 38px; padding: 9px 16px; font-size: 13px; box-shadow: none; }
.stage427-card-actions form { margin: 0; }
.stage427-card-actions button {
    min-height: 38px;
    padding: 9px 16px;
    border: 0;
    border-radius: 999px;
    background: #4a4039;
    color: #fff;
    font-weight: 900;
}

.stage427-record-side,
.stage427-detail-side { position: sticky; top: 104px; display: grid; gap: 18px; }
.stage427-side-card { padding: 24px; border-radius: 32px; }
.stage427-side-card.soft { background: linear-gradient(135deg, #fff7ed, #edf7f3); }
.stage427-side-card h3 { margin: 6px 0 12px; }
.stage427-side-card article {
    display: grid;
    grid-template-columns: 32px 1fr;
    gap: 10px;
    padding: 12px 0;
    border-top: 1px solid rgba(224,207,184,.58);
}
.stage427-side-card article > span {
    display: grid;
    place-items: center;
    width: 26px;
    height: 26px;
    border-radius: 999px;
    background: #edf7f3;
    color: #2f7c78;
    font-size: 12px;
    font-weight: 900;
}
.stage427-side-card strong { display: block; color: #322c28; }
.stage427-side-card small { display: block; margin-top: 3px; color: var(--muted); line-height: 1.5; }
.stage427-empty {
    padding: 34px;
    border-radius: 34px;
    display: grid;
    gap: 14px;
}
.stage427-empty h3 { margin: 0; font-size: 28px; }
.stage427-empty p { margin: 0; color: var(--muted); line-height: 1.7; }
.stage427-empty div { display: flex; gap: 12px; flex-wrap: wrap; }
.stage427-empty article {
    padding: 14px 0;
    border-top: 1px solid rgba(224,207,184,.58);
}
.stage427-empty article strong,
.stage427-empty article span,
.stage427-empty article small { display: block; }
.stage427-empty article small { color: var(--muted); line-height: 1.45; }

.stage427-detail-hero { margin-bottom: 24px; }
.stage427-panel { padding: 26px; border-radius: 34px; }
.stage427-info-grid,
.stage427-progress-line {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}
.stage427-info-grid article,
.stage427-progress-line article {
    padding: 18px;
    border-radius: 24px;
    background: rgba(255,255,255,.72);
    border: 1px solid rgba(224,207,184,.62);
}
.stage427-info-grid small,
.stage427-info-grid span { color: var(--muted); font-weight: 800; }
.stage427-info-grid strong { display: block; margin: 7px 0; font-size: 19px; }
.stage427-note-box {
    margin-top: 18px;
    padding: 18px;
    border-radius: 24px;
    background: #fff7ed;
    border: 1px solid rgba(224,207,184,.62);
}
.stage427-note-box pre {
    margin: 10px 0 0;
    white-space: pre-wrap;
    color: var(--muted);
    font-family: inherit;
    line-height: 1.65;
}
.stage427-progress-line article span {
    display: inline-grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border-radius: 14px;
    background: #fff0e6;
    color: #d95f4a;
    font-size: 12px;
    font-weight: 900;
}
.stage427-progress-line strong { display: block; margin: 10px 0 7px; }
.stage427-progress-line small { color: var(--muted); line-height: 1.55; }
.stage427-service-mini {
    display: grid;
    grid-template-columns: 220px 1fr;
    gap: 20px;
    align-items: center;
}
.stage427-service-mini img { width: 100%; height: 170px; object-fit: cover; border-radius: 26px; }
.stage427-service-mini h2 { margin: 5px 0; font-size: 26px; }
.stage427-service-mini p:not(.eyebrow) { color: var(--muted); line-height: 1.65; }
.stage427-service-mini div div { display: flex; gap: 8px; flex-wrap: wrap; }
.stage427-service-mini div div span {
    padding: 7px 12px;
    border-radius: 999px;
    background: #fff7ed;
    color: #d95f4a;
    font-size: 12px;
    font-weight: 900;
}
.stage427-cancel-card { display: grid; gap: 10px; padding: 24px; border-radius: 30px; }
.stage427-cancel-card span { color: var(--muted); }
.stage427-cancel-card button { width: 100%; background: #4a4039; box-shadow: none; }

@media (max-width: 1080px) {
    .stage427-status-tabs { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .stage427-search-form { grid-template-columns: 1fr 1fr; }
    .stage427-record-layout,
    .stage427-detail-layout { grid-template-columns: 1fr; }
    .stage427-record-side,
    .stage427-detail-side { position: static; }
}

@media (max-width: 860px) {
    .stage427-hero,
    .stage427-detail-hero,
    .stage427-booking-card,
    .stage427-service-mini { grid-template-columns: 1fr; }
    .stage427-record-summary,
    .stage427-info-grid,
    .stage427-progress-line { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .stage427-booking-image { min-height: 220px; }
}

@media (max-width: 640px) {
    .stage427-hero-copy,
    .stage427-detail-copy,
    .stage427-filter-panel,
    .stage427-panel,
    .stage427-side-card,
    .stage427-cancel-card,
    .stage427-empty { padding: 22px; border-radius: 28px; }
    .stage427-hero-card,
    .stage427-status-card { border-radius: 28px; }
    .stage427-hero-copy h1,
    .stage427-detail-copy h1 { font-size: 32px; }
    .stage427-hero-actions,
    .stage427-detail-actions,
    .stage427-card-actions,
    .stage427-empty div { flex-direction: column; }
    .stage427-hero-actions a,
    .stage427-detail-actions a,
    .stage427-card-actions a,
    .stage427-card-actions button,
    .stage427-empty a { width: 100%; }
    .stage427-record-summary,
    .stage427-status-tabs,
    .stage427-search-form,
    .stage427-booking-meta,
    .stage427-info-grid,
    .stage427-progress-line { grid-template-columns: 1fr; }
    .stage427-booking-image { min-height: 180px; }
    .stage427-card-topline { align-items: flex-start; flex-direction: column; }
}

/* Stage 428: member life service payment / orders */
.stage428-payment-shell,
.stage428-orders-shell,
.stage428-order-detail-shell {
    background:
        radial-gradient(circle at 10% 10%, rgba(255, 210, 173, 0.32), transparent 28%),
        radial-gradient(circle at 88% 18%, rgba(255, 245, 219, 0.75), transparent 30%),
        linear-gradient(135deg, #fffaf3 0%, #f8efe2 45%, #fff7ec 100%);
}
.alert.warning {
    background: #fff6df;
    border: 1px solid rgba(194, 132, 22, 0.22);
    color: #8a5a00;
}
.stage428-payment-hero,
.stage428-orders-hero,
.stage428-detail-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 280px;
    gap: 26px;
    align-items: stretch;
    margin: 28px 0 22px;
    padding: 34px;
    border-radius: 36px;
    background: linear-gradient(135deg, rgba(255,255,255,.92), rgba(255,244,228,.82));
    box-shadow: 0 24px 80px rgba(92, 58, 22, .12);
    border: 1px solid rgba(145, 98, 52, .12);
}
.stage428-payment-hero h1,
.stage428-orders-hero h1,
.stage428-detail-hero h1 {
    margin: 8px 0 12px;
    font-family: 'Noto Serif TC', serif;
    font-size: clamp(2.1rem, 5vw, 4.4rem);
    line-height: 1.08;
    letter-spacing: -0.05em;
    color: #2f2117;
}
.stage428-payment-hero p,
.stage428-orders-hero p,
.stage428-detail-hero p {
    color: #7d6657;
    max-width: 760px;
    line-height: 1.85;
    margin: 0;
}
.stage428-hero-actions,
.stage428-card-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}
.stage428-hero-actions a,
.stage428-card-actions a,
.stage428-side-card a,
.stage428-payment-side button,
.stage428-payment-side a,
.stage427-detail-actions a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 44px;
    border: 0;
    border-radius: 999px;
    padding: 0 18px;
    background: #2f2117;
    color: #fff;
    text-decoration: none;
    font-weight: 900;
    cursor: pointer;
    box-shadow: 0 14px 30px rgba(47, 33, 23, .16);
}
.stage428-hero-actions a.ghost,
.stage428-card-actions a.ghost,
.stage428-payment-side button.ghost,
.stage428-side-card a.ghost,
.stage427-detail-actions a.ghost {
    background: rgba(255,255,255,.86);
    color: #3b2b20;
    border: 1px solid rgba(116, 79, 45, .14);
    box-shadow: none;
}
.stage428-payment-ticket,
.stage428-orders-counter {
    position: relative;
    overflow: hidden;
    display: flex;
    min-height: 220px;
    flex-direction: column;
    justify-content: flex-end;
    border-radius: 32px;
    padding: 24px;
    color: #fff;
    background: linear-gradient(160deg, #39271b, #b9763f);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.14), 0 24px 60px rgba(130, 83, 42, .22);
}
.stage428-payment-ticket::before,
.stage428-orders-counter::before {
    content: '';
    position: absolute;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: rgba(255,255,255,.14);
    right: -42px;
    top: -36px;
}
.stage428-payment-ticket span,
.stage428-orders-counter span {
    opacity: .78;
    font-weight: 800;
}
.stage428-payment-ticket strong,
.stage428-orders-counter strong {
    margin: 10px 0;
    font-size: 2.8rem;
    line-height: 1;
}
.stage428-payment-ticket small,
.stage428-orders-counter small {
    opacity: .9;
    font-weight: 800;
}
.stage428-payment-ticket.paid {
    background: linear-gradient(160deg, #1f513d, #72a875);
}
.stage428-payment-ticket.failed {
    background: linear-gradient(160deg, #7f2d28, #d27b63);
}
.stage428-payment-ticket.refunded {
    background: linear-gradient(160deg, #31506e, #7da4c8);
}
.stage428-payment-layout,
.stage428-orders-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: 24px;
    align-items: start;
}
.stage428-payment-main,
.stage428-orders-main {
    display: grid;
    gap: 18px;
}
.stage428-panel,
.stage428-filter-panel,
.stage428-side-card,
.stage428-order-item {
    border-radius: 30px;
    background: rgba(255,255,255,.9);
    border: 1px solid rgba(141, 98, 56, .12);
    box-shadow: 0 18px 48px rgba(80, 53, 30, .09);
}
.stage428-panel,
.stage428-filter-panel,
.stage428-side-card {
    padding: 22px;
}
.stage428-order-grid,
.stage428-breakdown-grid,
.stage428-stat-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}
.stage428-order-grid article,
.stage428-breakdown-grid article,
.stage428-stat-grid article,
.stage428-method-grid article,
.stage428-price-lines article {
    padding: 16px;
    border-radius: 22px;
    background: #fff7ed;
    border: 1px solid rgba(141, 98, 56, .1);
}
.stage428-order-grid small,
.stage428-breakdown-grid small,
.stage428-stat-grid small,
.stage428-method-grid small,
.stage428-price-lines small {
    display: block;
    color: #8d7463;
    line-height: 1.55;
}
.stage428-order-grid strong,
.stage428-breakdown-grid strong,
.stage428-stat-grid strong,
.stage428-method-grid strong,
.stage428-price-lines strong {
    display: block;
    margin: 6px 0;
    color: #2f2117;
    font-size: 1.08rem;
}
.stage428-service-card {
    display: grid;
    grid-template-columns: 190px minmax(0, 1fr);
    gap: 18px;
    align-items: center;
}
.stage428-service-card img {
    width: 100%;
    aspect-ratio: 4 / 3;
    border-radius: 24px;
    object-fit: cover;
}
.stage428-service-card h2 {
    margin: 6px 0 8px;
    font-family: 'Noto Serif TC', serif;
    color: #2f2117;
}
.stage428-service-card p {
    color: #7d6657;
    line-height: 1.7;
}
.stage428-service-card div div,
.stage428-order-meta,
.stage428-card-topline {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}
.stage428-service-card span,
.stage428-card-topline span,
.stage428-status-pill {
    display: inline-flex;
    border-radius: 999px;
    padding: 7px 12px;
    background: #fff1df;
    color: #8a5a25;
    font-weight: 900;
    font-size: .82rem;
}
.stage428-status-pill.paid,
.stage428-card-topline strong.paid {
    background: #e7f7eb;
    color: #23643f;
}
.stage428-status-pill.failed,
.stage428-card-topline strong.failed {
    background: #ffe8e2;
    color: #a33a2a;
}
.stage428-status-pill.refunded,
.stage428-card-topline strong.refunded {
    background: #e5f1ff;
    color: #2f5b86;
}
.stage428-status-pill.pending,
.stage428-card-topline strong.pending {
    background: #fff3cf;
    color: #8a5a00;
}
.stage428-method-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}
.stage428-method-grid article.active {
    background: #2f2117;
    color: #fff;
}
.stage428-method-grid article.active strong,
.stage428-method-grid article.active small {
    color: #fff;
}
.stage428-log-list {
    display: grid;
    gap: 10px;
}
.stage428-log-list article {
    display: grid;
    grid-template-columns: 110px 110px minmax(0, 1fr) auto;
    gap: 12px;
    align-items: center;
    padding: 14px;
    border-radius: 18px;
    background: #fffaf4;
    border: 1px solid rgba(141, 98, 56, .1);
}
.stage428-log-list strong {
    color: #2f2117;
}
.stage428-log-list span {
    font-weight: 900;
    color: #a35d2b;
}
.stage428-log-list small {
    color: #7d6657;
}
.stage428-empty-mini,
.stage428-empty {
    padding: 24px;
    border-radius: 24px;
    background: rgba(255,255,255,.72);
    border: 1px dashed rgba(141, 98, 56, .18);
    color: #7d6657;
}
.stage428-payment-side,
.stage428-orders-side {
    position: sticky;
    top: 18px;
    display: grid;
    gap: 16px;
}
.stage428-side-card.total {
    background: linear-gradient(180deg, rgba(255,255,255,.96), rgba(255,246,233,.94));
}
.stage428-side-card.soft {
    background: #fff7ed;
}
.stage428-side-card h3 {
    margin: 6px 0 16px;
    font-size: 1.2rem;
    color: #2f2117;
}
.stage428-side-card article {
    display: grid;
    grid-template-columns: 32px minmax(0, 1fr);
    gap: 10px;
    padding: 12px 0;
    border-top: 1px solid rgba(116, 79, 45, .09);
}
.stage428-side-card article > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #2f2117;
    color: #fff;
    font-size: .78rem;
    font-weight: 900;
}
.stage428-side-card strong {
    display: block;
    color: #2f2117;
}
.stage428-side-card small {
    display: block;
    margin-top: 3px;
    color: #826b5b;
    line-height: 1.5;
}
.stage428-payment-side form {
    margin-top: 10px;
}
.stage428-payment-side button,
.stage428-payment-side a {
    width: 100%;
}
.stage428-price-lines {
    display: grid;
    gap: 10px;
    margin-bottom: 14px;
}
.stage428-stat-grid {
    margin-bottom: 18px;
}
.stage428-filter-panel {
    margin-bottom: 20px;
}
.stage428-status-tabs {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 10px;
    margin: 12px 0 16px;
}
.stage428-status-tabs a {
    text-decoration: none;
    padding: 14px;
    border-radius: 20px;
    background: #fff7ed;
    color: #3b2b20;
    border: 1px solid rgba(116, 79, 45, .11);
}
.stage428-status-tabs a.active {
    background: #2f2117;
    color: #fff;
}
.stage428-status-tabs strong,
.stage428-status-tabs span,
.stage428-status-tabs small {
    display: block;
}
.stage428-status-tabs span {
    margin: 6px 0;
    font-size: 1.5rem;
    font-weight: 900;
}
.stage428-status-tabs small {
    opacity: .75;
    line-height: 1.45;
}
.stage428-search-form {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 220px 140px;
    gap: 12px;
    align-items: end;
}
.stage428-search-form label {
    display: grid;
    gap: 6px;
    color: #7d6657;
    font-weight: 800;
}
.stage428-search-form input,
.stage428-search-form select {
    min-height: 46px;
    border: 1px solid rgba(116,79,45,.16);
    border-radius: 16px;
    padding: 0 14px;
    background: #fff;
    color: #2f2117;
    outline: none;
}
.stage428-search-form button {
    min-height: 46px;
    border: 0;
    border-radius: 16px;
    background: #2f2117;
    color: #fff;
    font-weight: 900;
}
.stage428-filter-summary {
    margin: 12px 0 0;
    color: #806856;
}
.stage428-order-list {
    display: grid;
    gap: 16px;
}
.stage428-order-item {
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 16px;
    padding: 18px;
}
.stage428-order-icon {
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    border-radius: 22px;
    background: #2f2117;
    color: #fff;
    font-weight: 900;
    font-size: 1.4rem;
}
.stage428-order-body h2 {
    margin: 10px 0 6px;
    font-family: 'Noto Serif TC', serif;
    color: #2f2117;
}
.stage428-order-body p {
    color: #826b5b;
    margin: 0 0 14px;
}
.stage428-card-topline {
    justify-content: space-between;
}
.stage428-card-topline strong {
    display: inline-flex;
    border-radius: 999px;
    padding: 7px 12px;
    font-size: .84rem;
}
.stage428-order-meta {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}
.stage428-order-meta article {
    padding: 12px;
    border-radius: 18px;
    background: #fff7ed;
}
.stage428-order-meta small,
.stage428-order-meta b {
    display: block;
}
.stage428-order-meta small {
    color: #8d7463;
}
.stage428-order-meta b {
    color: #2f2117;
    margin-top: 4px;
}
.stage428-mini-payment a {
    margin-top: 10px;
}
@media (max-width: 1080px) {
    .stage428-payment-hero,
    .stage428-orders-hero,
    .stage428-detail-hero,
    .stage428-payment-layout,
    .stage428-orders-layout {
        grid-template-columns: 1fr;
    }
    .stage428-payment-side,
    .stage428-orders-side {
        position: static;
    }
    .stage428-order-grid,
    .stage428-breakdown-grid,
    .stage428-stat-grid,
    .stage428-method-grid,
    .stage428-status-tabs {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media (max-width: 720px) {
    .stage428-payment-hero,
    .stage428-orders-hero,
    .stage428-detail-hero {
        padding: 24px;
        border-radius: 28px;
    }
    .stage428-service-card,
    .stage428-order-item,
    .stage428-log-list article,
    .stage428-search-form,
    .stage428-order-meta,
    .stage428-order-grid,
    .stage428-breakdown-grid,
    .stage428-stat-grid,
    .stage428-method-grid,
    .stage428-status-tabs {
        grid-template-columns: 1fr;
    }
    .stage428-payment-ticket,
    .stage428-orders-counter {
        min-height: 170px;
    }
    .stage428-log-list article {
        gap: 6px;
    }
}

/* Stage 429 member life service notification center */
.stage429-notification-shell {
    background:
            radial-gradient(circle at 8% 0%, rgba(255, 220, 178, .55), transparent 32%),
            radial-gradient(circle at 92% 12%, rgba(202, 235, 223, .65), transparent 34%),
            linear-gradient(180deg, #fffaf4 0%, #fff6ee 46%, #f8efe4 100%);
}

.notice-nav {
    position: relative;
}

.notice-nav span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 22px;
    height: 22px;
    padding: 0 7px;
    margin-left: 4px;
    border-radius: 999px;
    background: #2c2118;
    color: #fff8ef;
    font-size: 12px;
    font-weight: 900;
}

.stage429-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 310px;
    gap: 22px;
    align-items: stretch;
    margin-top: 28px;
    padding: 36px;
    border: 1px solid rgba(96, 69, 48, .12);
    border-radius: 34px;
    background:
            linear-gradient(135deg, rgba(255, 255, 255, .92), rgba(255, 245, 232, .92)),
            url('/images/stage314/service-helper.jpg') right bottom / 340px auto no-repeat;
    box-shadow: 0 24px 60px rgba(132, 89, 48, .12);
    overflow: hidden;
}

.stage429-hero h1 {
    margin: 8px 0 14px;
    color: #2b2018;
    font-family: "Noto Serif TC", serif;
    font-size: clamp(36px, 6vw, 64px);
    line-height: 1.05;
    letter-spacing: -.05em;
}

.stage429-hero p:not(.eyebrow) {
    max-width: 680px;
    margin: 0;
    color: #735f4e;
    font-size: 17px;
    line-height: 1.85;
    font-weight: 600;
}

.stage429-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
}

.stage429-hero-actions a,
.stage429-empty a,
.stage429-notice-actions a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 18px;
    border-radius: 999px;
    background: #2c2118;
    color: #fff9f0;
    text-decoration: none;
    font-weight: 900;
    box-shadow: 0 14px 28px rgba(44, 33, 24, .16);
}

.stage429-hero-actions a.ghost,
.stage429-empty a.ghost {
    background: rgba(255, 255, 255, .82);
    color: #4b3829;
    border: 1px solid rgba(88, 63, 44, .14);
    box-shadow: none;
}

.stage429-alert-card {
    align-self: end;
    min-height: 220px;
    padding: 26px;
    border-radius: 28px;
    background: rgba(255, 255, 255, .86);
    border: 1px solid rgba(96, 69, 48, .12);
    box-shadow: 0 20px 42px rgba(126, 83, 46, .12);
    backdrop-filter: blur(16px);
}

.stage429-alert-card span,
.stage429-alert-card small {
    display: block;
    color: #826d5b;
    font-weight: 800;
}

.stage429-alert-card strong {
    display: block;
    margin: 10px 0;
    color: #2c2118;
    font-family: "Noto Serif TC", serif;
    font-size: 78px;
    line-height: 1;
}

.stage429-stat-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 14px;
    margin: 20px 0;
}

.stage429-stat-grid article {
    padding: 20px;
    border-radius: 24px;
    background: rgba(255, 255, 255, .86);
    border: 1px solid rgba(96, 69, 48, .11);
    box-shadow: 0 16px 32px rgba(126, 83, 46, .08);
}

.stage429-stat-grid strong {
    display: block;
    color: #2f241c;
    font-family: "Noto Serif TC", serif;
    font-size: 34px;
    line-height: 1;
}

.stage429-stat-grid span {
    display: block;
    margin-top: 10px;
    color: #3c2d21;
    font-weight: 900;
}

.stage429-stat-grid small {
    display: block;
    margin-top: 6px;
    color: #8a7664;
    line-height: 1.55;
    font-weight: 700;
}

.stage429-filter-panel,
.stage429-side-card,
.stage429-empty {
    padding: 24px;
    border-radius: 28px;
    background: rgba(255, 255, 255, .88);
    border: 1px solid rgba(96, 69, 48, .12);
    box-shadow: 0 18px 42px rgba(126, 83, 46, .09);
}

.stage429-filter-panel {
    margin-bottom: 22px;
}

.stage429-text-button {
    border: 0;
    border-radius: 999px;
    padding: 12px 18px;
    background: #2c2118;
    color: #fff9f0;
    font-weight: 900;
    cursor: pointer;
}

.stage429-tab-row,
.stage429-type-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 16px;
}

.stage429-tab-row a,
.stage429-type-row a {
    display: inline-flex;
    flex-direction: column;
    gap: 4px;
    min-width: 118px;
    padding: 13px 16px;
    border-radius: 20px;
    text-decoration: none;
    color: #4c3a2b;
    background: #fff7ec;
    border: 1px solid rgba(96, 69, 48, .12);
}

.stage429-tab-row a.active,
.stage429-type-row a.active {
    background: #2c2118;
    color: #fffaf2;
    border-color: #2c2118;
}

.stage429-tab-row strong,
.stage429-type-row strong {
    font-weight: 900;
}

.stage429-tab-row small,
.stage429-type-row small {
    color: inherit;
    opacity: .78;
    font-weight: 800;
}

.stage429-search-form {
    display: grid;
    grid-template-columns: minmax(220px, 1fr) 160px 180px auto;
    gap: 12px;
    align-items: end;
    margin-top: 18px;
}

.stage429-search-form label {
    display: grid;
    gap: 7px;
    color: #755f4c;
    font-size: 13px;
    font-weight: 900;
}

.stage429-search-form input,
.stage429-search-form select {
    width: 100%;
    border: 1px solid rgba(96, 69, 48, .16);
    border-radius: 16px;
    padding: 13px 14px;
    background: #fffaf4;
    color: #3b2d23;
    font: inherit;
    font-weight: 800;
}

.stage429-search-form button {
    min-height: 48px;
    border: 0;
    border-radius: 16px;
    background: #2c2118;
    color: #fffaf2;
    font-weight: 900;
    cursor: pointer;
}

.stage429-filter-summary {
    margin: 14px 0 0;
    color: #755f4c;
    font-weight: 800;
}

.stage429-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 330px;
    gap: 22px;
    align-items: start;
}

.stage429-notice-list {
    display: grid;
    gap: 14px;
}

.stage429-notice-card {
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 16px;
    padding: 18px;
    border-radius: 26px;
    background: rgba(255, 255, 255, .92);
    border: 1px solid rgba(96, 69, 48, .12);
    box-shadow: 0 16px 32px rgba(126, 83, 46, .08);
}

.stage429-notice-card.is-unread {
    border-color: rgba(44, 33, 24, .28);
    box-shadow: 0 20px 42px rgba(126, 83, 46, .14);
}

.stage429-notice-icon {
    width: 58px;
    height: 58px;
    border-radius: 20px;
    display: grid;
    place-items: center;
    background: #fff1df;
    color: #2c2118;
    font-size: 24px;
    font-weight: 900;
}

.notice-payment .stage429-notice-icon { background: #edf9f1; }
.notice-safety .stage429-notice-icon { background: #fff5bf; }
.notice-system .stage429-notice-icon { background: #f1eefb; }

.stage429-notice-topline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 8px;
}

.stage429-notice-topline div {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
}

.stage429-notice-topline span,
.stage429-notice-topline b,
.stage429-notice-topline em {
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    padding: 0 10px;
    border-radius: 999px;
    background: #fff4e8;
    color: #5b4533;
    font-size: 12px;
    font-style: normal;
    font-weight: 900;
}

.stage429-notice-topline b.priority-high {
    background: #2c2118;
    color: #fff8ef;
}

.stage429-notice-topline b.priority-normal {
    background: #e8f4ed;
    color: #315442;
}

.stage429-notice-topline b.priority-low {
    background: #f4efe6;
    color: #7a6554;
}

.stage429-notice-topline em {
    background: #ffefca;
    color: #6f4c1c;
}

.stage429-notice-topline small {
    color: #9a8674;
    font-weight: 800;
    white-space: nowrap;
}

.stage429-notice-body h2 {
    margin: 0;
    color: #2e231b;
    font-size: 20px;
    letter-spacing: -.02em;
}

.stage429-notice-body p {
    margin: 8px 0 0;
    color: #74604f;
    line-height: 1.7;
    font-weight: 700;
}

.stage429-notice-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 12px;
}

.stage429-notice-meta span {
    padding: 7px 10px;
    border-radius: 999px;
    background: #fff8ef;
    color: #76614f;
    font-size: 12px;
    font-weight: 900;
}

.stage429-notice-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 14px;
}

.stage429-notice-actions form {
    margin: 0;
}

.stage429-notice-actions button {
    min-height: 42px;
    padding: 0 15px;
    border-radius: 999px;
    border: 1px solid rgba(96, 69, 48, .14);
    background: #fff8ef;
    color: #3b2d23;
    font-weight: 900;
    cursor: pointer;
}

.stage429-notice-actions button.ghost {
    color: #886955;
    background: transparent;
}

.stage429-side {
    display: grid;
    gap: 16px;
}

.stage429-side-card h3,
.stage429-empty h3 {
    margin: 4px 0 12px;
    color: #2f241b;
    font-size: 22px;
}

.stage429-side-card article {
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 12px;
    padding: 12px 0;
    border-top: 1px solid rgba(96, 69, 48, .1);
}

.stage429-side-card article span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    padding: 0 10px;
    border-radius: 14px;
    background: #fff2df;
    color: #6b4d35;
    font-weight: 900;
    font-size: 12px;
}

.stage429-side-card.timeline article {
    grid-template-columns: 86px minmax(0, 1fr);
}

.stage429-side-card strong {
    display: block;
    color: #3c2e24;
    font-weight: 900;
}

.stage429-side-card small {
    display: block;
    margin-top: 4px;
    color: #887463;
    line-height: 1.55;
    font-weight: 700;
}

.stage429-empty {
    text-align: center;
    padding: 46px 24px;
}

.stage429-empty p {
    color: #806c5b;
    font-weight: 700;
}

.stage429-empty div {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
}

@media (max-width: 1080px) {
    .stage429-hero,
    .stage429-layout {
        grid-template-columns: 1fr;
    }
    .stage429-stat-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .stage429-search-form {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 720px) {
    .stage429-hero {
        padding: 24px;
        border-radius: 26px;
        background: linear-gradient(135deg, rgba(255, 255, 255, .94), rgba(255, 245, 232, .94));
    }
    .stage429-alert-card {
        min-height: auto;
    }
    .stage429-stat-grid,
    .stage429-search-form {
        grid-template-columns: 1fr;
    }
    .stage429-tab-row a,
    .stage429-type-row a {
        flex: 1 1 130px;
    }
    .stage429-notice-card {
        grid-template-columns: 1fr;
    }
    .stage429-notice-topline {
        align-items: flex-start;
        flex-direction: column;
    }
}

/* Stage 430 Member Life Service Safety */
.stage430-safety-shell {
    background:
        radial-gradient(circle at 12% 8%, rgba(255, 226, 187, .55), transparent 34%),
        radial-gradient(circle at 85% 10%, rgba(232, 246, 235, .7), transparent 30%),
        linear-gradient(180deg, #fff9f1 0%, #fff4e7 58%, #f8eddf 100%);
}

.stage430-hero,
.stage430-detail-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(280px, .55fr);
    gap: 24px;
    align-items: stretch;
    margin: 26px 0;
    padding: 34px;
    border: 1px solid rgba(106, 73, 48, .12);
    border-radius: 38px;
    background: linear-gradient(135deg, rgba(255, 255, 255, .92), rgba(255, 244, 228, .82));
    box-shadow: 0 26px 70px rgba(83, 54, 30, .12);
}

.stage430-hero h1,
.stage430-detail-hero h1 {
    margin: 8px 0 12px;
    color: #2f241b;
    font-family: "Noto Serif TC", serif;
    font-size: clamp(34px, 5vw, 64px);
    line-height: 1.05;
    letter-spacing: -.06em;
}

.stage430-hero p,
.stage430-detail-hero p {
    color: #75604e;
    font-size: 17px;
    line-height: 1.9;
    font-weight: 700;
    max-width: 820px;
}

.stage430-hero-actions,
.stage430-card-actions,
.stage430-empty div {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 22px;
}

.stage430-hero-actions a,
.stage430-card-actions a,
.stage430-empty a,
.stage430-text-button,
.stage430-action-panel button,
.stage430-safety-form button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 18px;
    border: 0;
    border-radius: 999px;
    background: #3c2c21;
    color: #fff8ed;
    font-weight: 900;
    text-decoration: none;
    box-shadow: 0 16px 34px rgba(63, 42, 24, .18);
    cursor: pointer;
}

.stage430-hero-actions .ghost,
.stage430-card-actions .ghost,
.stage430-empty .ghost,
.stage430-action-panel button.ghost {
    background: #fff7ea;
    color: #5b412f;
    border: 1px solid rgba(94, 65, 45, .14);
    box-shadow: none;
}

.stage430-sos-card,
.stage430-status-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 240px;
    padding: 28px;
    border-radius: 32px;
    background: linear-gradient(160deg, #3a2a20, #6b4b33);
    color: #fff8ef;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .16), 0 18px 46px rgba(80, 49, 26, .18);
}

.stage430-sos-card span,
.stage430-status-card span {
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: rgba(255, 248, 239, .72);
}

.stage430-sos-card strong,
.stage430-status-card strong {
    margin: 10px 0;
    font-size: clamp(38px, 6vw, 70px);
    line-height: .9;
    letter-spacing: -.05em;
}

.stage430-sos-card small,
.stage430-status-card small {
    color: rgba(255, 248, 239, .8);
    line-height: 1.7;
    font-weight: 700;
}

.stage430-status-card.safety-help {
    background: linear-gradient(160deg, #672a21, #b4513d);
}

.stage430-status-card.safety-completed {
    background: linear-gradient(160deg, #31513e, #66896c);
}

.stage430-stat-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 14px;
    margin-bottom: 24px;
}

.stage430-stat-grid article,
.stage430-filter-panel,
.stage430-side-card,
.stage430-panel,
.stage430-safety-card,
.stage430-empty {
    border: 1px solid rgba(102, 73, 51, .12);
    border-radius: 28px;
    background: rgba(255, 255, 255, .78);
    box-shadow: 0 18px 48px rgba(92, 58, 29, .08);
}

.stage430-stat-grid article {
    min-height: 142px;
    padding: 20px;
}

.stage430-stat-grid strong {
    display: block;
    color: #3c2d23;
    font-size: 34px;
    font-weight: 900;
    letter-spacing: -.04em;
}

.stage430-stat-grid span {
    display: block;
    margin-top: 4px;
    color: #5b4636;
    font-weight: 900;
}

.stage430-stat-grid small {
    display: block;
    margin-top: 8px;
    color: #8a7564;
    line-height: 1.55;
    font-weight: 700;
}

.stage430-filter-panel,
.stage430-panel,
.stage430-side-card,
.stage430-empty {
    padding: 22px;
}

.stage430-tab-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

.stage430-tab-row a {
    flex: 1 1 132px;
    padding: 14px 16px;
    border-radius: 20px;
    border: 1px solid rgba(98, 70, 48, .1);
    background: #fff8ef;
    color: #4e3b2f;
    text-decoration: none;
}

.stage430-tab-row a.active {
    background: #3c2c21;
    color: #fff8ed;
}

.stage430-tab-row strong,
.stage430-tab-row small {
    display: block;
}

.stage430-tab-row small {
    margin-top: 4px;
    opacity: .72;
    font-weight: 800;
}

.stage430-filter-summary {
    margin: 16px 0 0;
    color: #806c5b;
    font-weight: 800;
    line-height: 1.7;
}

.stage430-layout,
.stage430-checkin-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr);
    gap: 22px;
    margin-top: 24px;
}

.stage430-main,
.stage430-side,
.stage430-checkin-main,
.stage430-checkin-side {
    display: grid;
    gap: 16px;
    align-content: start;
}

.stage430-safety-list {
    display: grid;
    gap: 16px;
}

.stage430-safety-card {
    display: grid;
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 18px;
    padding: 18px;
}

.stage430-safety-card.is-danger {
    border-color: rgba(173, 62, 45, .26);
    background: linear-gradient(135deg, rgba(255, 255, 255, .9), rgba(255, 234, 228, .92));
}

.stage430-safety-icon span {
    display: inline-flex;
    width: 76px;
    height: 76px;
    align-items: center;
    justify-content: center;
    border-radius: 24px;
    background: #fff0dc;
    color: #6d4b33;
    font-size: 14px;
    font-weight: 900;
}

.stage430-safety-card.is-danger .stage430-safety-icon span {
    background: #4b2019;
    color: #fff6ee;
}

.stage430-safety-topline {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    align-items: flex-start;
    margin-bottom: 8px;
}

.stage430-safety-topline div {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.stage430-safety-topline span,
.stage430-safety-topline b,
.stage430-safety-topline small,
.stage430-status-pill {
    display: inline-flex;
    min-height: 26px;
    align-items: center;
    padding: 0 10px;
    border-radius: 999px;
    background: #fff3df;
    color: #684b34;
    font-size: 12px;
    font-weight: 900;
}

.stage430-safety-topline b {
    background: #eef7ef;
    color: #3d644a;
}

.stage430-safety-topline small {
    background: transparent;
    color: #9b8674;
    white-space: nowrap;
}

.stage430-safety-body h2 {
    margin: 4px 0 8px;
    color: #33261d;
    font-size: 22px;
    letter-spacing: -.03em;
}

.stage430-safety-body p {
    margin: 0;
    color: #806b59;
    line-height: 1.7;
    font-weight: 700;
}

.stage430-safety-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 12px;
}

.stage430-safety-meta span {
    padding: 7px 10px;
    border-radius: 999px;
    background: #fff8ef;
    color: #765f4d;
    font-size: 12px;
    font-weight: 900;
}

.stage430-side-card h3,
.stage430-empty h3,
.stage430-panel h2 {
    margin: 4px 0 12px;
    color: #2f241b;
    font-size: 22px;
}

.stage430-side-card article {
    display: grid;
    grid-template-columns: 70px minmax(0, 1fr);
    gap: 12px;
    padding: 12px 0;
    border-top: 1px solid rgba(101, 74, 54, .1);
}

.stage430-side-card article span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 0 10px;
    border-radius: 14px;
    background: #fff1dd;
    color: #6c4c33;
    font-size: 12px;
    font-weight: 900;
}

.stage430-side-card strong {
    display: block;
    color: #3d2e24;
    font-weight: 900;
}

.stage430-side-card small {
    display: block;
    margin-top: 4px;
    color: #887463;
    line-height: 1.55;
    font-weight: 700;
}

.stage430-side-card.soft {
    background: rgba(255, 250, 242, .82);
}

.stage430-side-card.danger-soft {
    background: linear-gradient(135deg, rgba(255,255,255,.9), rgba(255, 238, 232, .9));
}

.stage430-empty {
    text-align: center;
    padding: 50px 24px;
}

.stage430-empty p {
    color: #806c5b;
    font-weight: 700;
}

.stage430-detail-copy {
    min-width: 0;
}

.stage430-panel {
    padding: 24px;
}

.stage430-safety-form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.stage430-safety-form label {
    display: grid;
    gap: 8px;
    color: #5f4836;
    font-weight: 900;
}

.stage430-safety-form .wide,
.stage430-safety-form .stage430-check-option,
.stage430-safety-form button {
    grid-column: 1 / -1;
}

.stage430-safety-form input,
.stage430-safety-form textarea {
    width: 100%;
    border: 1px solid rgba(99, 72, 52, .14);
    border-radius: 18px;
    background: #fffaf4;
    color: #33261d;
    padding: 13px 15px;
    font: inherit;
    font-weight: 700;
    outline: none;
}

.stage430-safety-form textarea {
    resize: vertical;
}

.stage430-check-option {
    display: flex !important;
    grid-template-columns: none !important;
    align-items: center;
    gap: 10px !important;
    padding: 13px 15px;
    border-radius: 18px;
    background: #fff7ec;
}

.stage430-check-option input {
    width: auto;
}

.stage430-flow-line {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.stage430-flow-line article {
    padding: 16px;
    border-radius: 22px;
    background: #fff8ef;
    border: 1px solid rgba(104, 76, 53, .1);
}

.stage430-flow-line span {
    display: inline-flex;
    min-height: 28px;
    align-items: center;
    padding: 0 10px;
    border-radius: 999px;
    background: #3c2c21;
    color: #fff8ed;
    font-size: 12px;
    font-weight: 900;
}

.stage430-flow-line strong,
.stage430-flow-line small {
    display: block;
}

.stage430-flow-line strong {
    margin-top: 12px;
    color: #3b2d22;
    font-weight: 900;
}

.stage430-flow-line small {
    margin-top: 6px;
    color: #846f5d;
    line-height: 1.55;
    font-weight: 700;
}

.stage430-action-panel {
    display: grid;
    gap: 12px;
}

.stage430-action-panel form {
    display: grid;
    gap: 10px;
    margin: 0;
}

.stage430-action-panel textarea {
    width: 100%;
    border: 1px solid rgba(99, 72, 52, .14);
    border-radius: 18px;
    background: #fffaf4;
    color: #33261d;
    padding: 13px 15px;
    font: inherit;
    font-weight: 700;
    resize: vertical;
}

.stage430-action-panel form.danger button {
    background: #762f24;
    color: #fff8ef;
}

.stage430-side-card.service-mini {
    display: grid;
    grid-template-columns: 96px minmax(0, 1fr);
    gap: 14px;
    align-items: center;
}

.stage430-side-card.service-mini img {
    width: 96px;
    height: 96px;
    object-fit: cover;
    border-radius: 22px;
}

@media (max-width: 1080px) {
    .stage430-hero,
    .stage430-detail-hero,
    .stage430-layout,
    .stage430-checkin-layout {
        grid-template-columns: 1fr;
    }
    .stage430-stat-grid,
    .stage430-flow-line {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 720px) {
    .stage430-hero,
    .stage430-detail-hero {
        padding: 24px;
        border-radius: 28px;
    }
    .stage430-sos-card,
    .stage430-status-card {
        min-height: 170px;
    }
    .stage430-stat-grid,
    .stage430-safety-form,
    .stage430-flow-line {
        grid-template-columns: 1fr;
    }
    .stage430-safety-card {
        grid-template-columns: 1fr;
    }
    .stage430-safety-topline {
        flex-direction: column;
    }
    .stage430-tab-row a {
        flex: 1 1 140px;
    }
}

/* Stage 431: member life service reviews */
.stage431-review-shell,
.stage431-review-form-shell,
.stage431-review-detail-shell {
    background:
        radial-gradient(circle at 10% 0%, rgba(255, 196, 132, 0.26), transparent 32%),
        linear-gradient(180deg, #fffaf3 0%, #f8efe4 52%, #fffaf6 100%);
}

.stage431-hero,
.stage431-form-hero,
.stage431-detail-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 280px;
    gap: 24px;
    align-items: stretch;
    margin: 26px auto 22px;
    max-width: 1180px;
    padding: 34px;
    border-radius: 34px;
    border: 1px solid rgba(123, 86, 53, 0.12);
    background: rgba(255, 255, 255, 0.78);
    box-shadow: 0 24px 60px rgba(92, 56, 25, 0.10);
    backdrop-filter: blur(20px);
}

.stage431-hero h1,
.stage431-form-hero h1,
.stage431-detail-hero h1 {
    margin: 8px 0 14px;
    font-family: "Noto Serif TC", serif;
    font-size: clamp(32px, 4.3vw, 56px);
    line-height: 1.06;
    color: #3b2a1b;
    letter-spacing: -0.04em;
}

.stage431-hero p,
.stage431-form-hero p,
.stage431-detail-hero p {
    max-width: 720px;
    color: #7a6755;
    font-size: 16px;
    line-height: 1.9;
}

.stage431-hero aside,
.stage431-detail-hero aside {
    min-height: 220px;
    border-radius: 30px;
    padding: 28px;
    background: linear-gradient(145deg, #3b2a1b, #8c5935);
    color: #fff7ec;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    box-shadow: 0 20px 50px rgba(68, 38, 16, 0.20);
}

.stage431-hero aside span,
.stage431-detail-hero aside span {
    color: rgba(255, 247, 236, 0.72);
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.stage431-hero aside strong,
.stage431-detail-hero aside strong {
    margin-top: 16px;
    font-size: 46px;
    line-height: 1;
}

.stage431-hero aside small,
.stage431-detail-hero aside small {
    margin-top: 12px;
    color: rgba(255, 247, 236, 0.82);
    line-height: 1.7;
}

.stage431-hero-actions,
.stage431-detail-actions,
.stage431-submit-row,
.stage431-review-actions,
.stage431-review-link-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
    margin-top: 22px;
}

.stage431-hero-actions a,
.stage431-detail-actions a,
.stage431-submit-row button,
.stage431-submit-row a,
.stage431-review-actions a,
.stage431-review-link-row a,
.stage431-pending-list a,
.stage431-panel.danger-soft button {
    border: none;
    border-radius: 999px;
    padding: 11px 18px;
    background: #3b2a1b;
    color: #fffaf3;
    text-decoration: none;
    font-weight: 900;
    cursor: pointer;
    box-shadow: 0 12px 24px rgba(59, 42, 27, 0.14);
}

.stage431-hero-actions .ghost,
.stage431-detail-actions .ghost,
.stage431-submit-row a,
.stage431-review-actions a:nth-child(2),
.stage431-review-link-row a {
    background: rgba(255, 255, 255, 0.76);
    color: #5d4631;
    border: 1px solid rgba(123, 86, 53, 0.15);
    box-shadow: none;
}

.stage431-stat-grid,
.stage431-score-card-grid {
    max-width: 1180px;
    margin: 0 auto 22px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.stage431-stat-grid article,
.stage431-score-card-grid article,
.stage431-review-summary article {
    padding: 20px;
    border-radius: 24px;
    border: 1px solid rgba(123, 86, 53, 0.12);
    background: rgba(255, 255, 255, 0.76);
    box-shadow: 0 16px 34px rgba(92, 56, 25, 0.08);
}

.stage431-stat-grid small,
.stage431-score-card-grid span,
.stage431-review-summary span {
    display: block;
    color: #9a8068;
    font-weight: 800;
}

.stage431-stat-grid strong,
.stage431-score-card-grid strong,
.stage431-review-summary strong {
    display: block;
    margin: 6px 0;
    color: #3b2a1b;
    font-size: 30px;
    line-height: 1;
}

.stage431-stat-grid span,
.stage431-score-card-grid small,
.stage431-review-summary small {
    color: #856b55;
    line-height: 1.65;
}

.stage431-layout,
.stage431-form-layout,
.stage431-detail-layout {
    max-width: 1180px;
    margin: 0 auto 90px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 22px;
    align-items: start;
}

.stage431-main,
.stage431-review-form {
    display: grid;
    gap: 18px;
}

.stage431-side {
    position: sticky;
    top: 20px;
    display: grid;
    gap: 18px;
}

.stage431-panel {
    border-radius: 30px;
    border: 1px solid rgba(123, 86, 53, 0.12);
    background: rgba(255, 255, 255, 0.82);
    padding: 24px;
    box-shadow: 0 18px 42px rgba(92, 56, 25, 0.08);
}

.stage431-panel.soft {
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.88), rgba(255, 245, 230, 0.72));
}

.stage431-panel.danger-soft {
    background: linear-gradient(145deg, rgba(255, 250, 246, 0.92), rgba(255, 231, 221, 0.66));
}

.stage431-panel.soft article,
.stage431-panel.danger-soft article {
    display: flex;
    gap: 12px;
    padding: 14px 0;
    border-bottom: 1px solid rgba(123, 86, 53, 0.10);
}

.stage431-panel.soft article:last-child {
    border-bottom: 0;
}

.stage431-panel.soft article > span {
    min-width: 42px;
    height: 42px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(248, 180, 98, 0.18);
    color: #9a5c23;
    font-weight: 900;
}

.stage431-panel.soft strong {
    display: block;
    color: #3b2a1b;
}

.stage431-panel.soft small {
    display: block;
    color: #806852;
    line-height: 1.7;
}

.stage431-filter-form,
.stage431-input-grid,
.stage431-score-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 18px;
}

.stage431-filter-form input,
.stage431-filter-form select,
.stage431-filter-form button,
.stage431-input-grid input,
.stage431-score-grid select,
.stage431-textarea-label input,
.stage431-textarea-label textarea {
    width: 100%;
    border: 1px solid rgba(123, 86, 53, 0.16);
    border-radius: 18px;
    background: #fffaf4;
    padding: 13px 14px;
    color: #4e3926;
    font: inherit;
    outline: none;
}

.stage431-filter-form button {
    background: #3b2a1b;
    color: #fffaf3;
    font-weight: 900;
    cursor: pointer;
}

.stage431-pending-list,
.stage431-review-list {
    display: grid;
    gap: 14px;
}

.stage431-pending-list article,
.stage431-review-list article {
    display: grid;
    grid-template-columns: 88px minmax(0, 1fr) auto;
    gap: 16px;
    align-items: center;
    padding: 14px;
    border-radius: 24px;
    background: #fffaf4;
    border: 1px solid rgba(123, 86, 53, 0.10);
}

.stage431-pending-list img {
    width: 88px;
    height: 76px;
    object-fit: cover;
    border-radius: 20px;
}

.stage431-pending-list strong,
.stage431-review-title-row h3 {
    margin: 0 0 6px;
    color: #3b2a1b;
    font-size: 18px;
}

.stage431-pending-list span,
.stage431-pending-list small,
.stage431-review-title-row small {
    display: block;
    color: #806852;
    line-height: 1.6;
}

.stage431-review-list article {
    grid-template-columns: 76px minmax(0, 1fr);
    align-items: start;
}

.stage431-review-score {
    height: 76px;
    border-radius: 24px;
    background: linear-gradient(145deg, #ffcf89, #ffaf5f);
    color: #3b2a1b;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-weight: 900;
}

.stage431-review-score strong {
    font-size: 30px;
    line-height: 1;
}

.stage431-review-title-row {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    align-items: flex-start;
}

.stage431-review-title-row > span,
.stage431-tag-row span {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    padding: 6px 10px;
    background: rgba(255, 187, 108, 0.18);
    color: #8e5522;
    font-size: 12px;
    font-weight: 900;
    white-space: nowrap;
}

.stage431-review-body p {
    color: #6f5a46;
    line-height: 1.8;
}

.stage431-tag-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 10px;
}

.stage431-form-hero aside {
    border-radius: 28px;
    overflow: hidden;
    background: #3b2a1b;
    color: #fffaf3;
    box-shadow: 0 18px 42px rgba(92, 56, 25, 0.18);
}

.stage431-form-hero aside img {
    width: 100%;
    height: 170px;
    object-fit: cover;
    display: block;
}

.stage431-form-hero aside strong,
.stage431-form-hero aside span {
    display: block;
    padding: 0 18px;
}

.stage431-form-hero aside strong {
    padding-top: 16px;
    font-size: 20px;
}

.stage431-form-hero aside span {
    padding-bottom: 18px;
    color: rgba(255, 250, 243, 0.72);
}

.stage431-score-picker,
.stage431-tag-picker {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 10px;
}

.stage431-score-picker label,
.stage431-tag-picker label {
    cursor: pointer;
}

.stage431-score-picker input,
.stage431-tag-picker input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.stage431-score-picker label span,
.stage431-tag-picker label {
    display: grid;
    gap: 5px;
    min-height: 82px;
    padding: 14px;
    border-radius: 20px;
    border: 1px solid rgba(123, 86, 53, 0.13);
    background: #fffaf4;
    color: #6d533c;
}

.stage431-score-picker input:checked + span,
.stage431-tag-picker label:has(input:checked) {
    border-color: rgba(178, 98, 31, 0.55);
    background: linear-gradient(145deg, rgba(255, 215, 163, 0.92), rgba(255, 247, 235, 0.94));
    box-shadow: 0 14px 28px rgba(154, 91, 34, 0.13);
}

.stage431-score-picker b,
.stage431-tag-picker b,
.stage431-textarea-label span,
.stage431-input-grid span,
.stage431-score-grid span {
    color: #3b2a1b;
    font-weight: 900;
}

.stage431-score-picker small,
.stage431-tag-picker small {
    color: #816955;
    line-height: 1.45;
}

.stage431-score-grid label,
.stage431-input-grid label,
.stage431-textarea-label {
    display: grid;
    gap: 8px;
}

.stage431-textarea-label {
    margin-top: 14px;
}

.stage431-tag-picker {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 16px;
}

.stage431-tag-picker > span {
    grid-column: 1 / -1;
    color: #3b2a1b;
    font-weight: 900;
}

.stage431-recommend-check {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-top: 16px;
    color: #4e3926;
    font-weight: 900;
}

.stage431-submit-row {
    justify-content: flex-end;
}

.stage431-service-mini {
    display: grid;
    grid-template-columns: 220px minmax(0, 1fr);
    gap: 20px;
    align-items: center;
}

.stage431-service-mini img,
.stage431-review-photo {
    width: 100%;
    border-radius: 24px;
    object-fit: cover;
}

.stage431-service-mini img {
    height: 170px;
}

.stage431-service-mini h2 {
    margin: 0 0 10px;
    color: #3b2a1b;
    font-size: 26px;
}

.stage431-service-mini p {
    color: #725c48;
    line-height: 1.8;
}

.stage431-service-mini div div {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.stage431-service-mini div div span {
    border-radius: 999px;
    padding: 7px 10px;
    background: rgba(255, 187, 108, 0.16);
    color: #8e5522;
    font-size: 12px;
    font-weight: 900;
}

.stage431-review-photo {
    max-height: 420px;
}

.stage431-mini-review .review-pending,
.stage431-mini-review strong,
.review-published {
    color: #3b2a1b;
}

.review-hidden {
    color: #8a6f58;
}

.review-done,
.review-published {
    color: #3f7a42;
}

.stage431-review-summary {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 18px;
}

@media (max-width: 920px) {
    .stage431-hero,
    .stage431-form-hero,
    .stage431-detail-hero,
    .stage431-layout,
    .stage431-form-layout,
    .stage431-detail-layout,
    .stage431-service-mini {
        grid-template-columns: 1fr;
    }
    .stage431-side {
        position: static;
    }
    .stage431-stat-grid,
    .stage431-score-card-grid,
    .stage431-review-summary,
    .stage431-score-picker,
    .stage431-tag-picker,
    .stage431-filter-form,
    .stage431-input-grid,
    .stage431-score-grid {
        grid-template-columns: 1fr;
    }
    .stage431-pending-list article,
    .stage431-review-list article {
        grid-template-columns: 1fr;
    }
    .stage431-pending-list img {
        width: 100%;
        height: 180px;
    }
}

/* Stage 432 - member life service report center */
.stage432-shell {
    background:
            radial-gradient(circle at top left, rgba(255, 222, 178, 0.55), transparent 34%),
            linear-gradient(180deg, #fff8ef 0%, #f8ecdc 100%);
}

.stage432-hero,
.stage432-form-hero,
.stage432-detail-hero,
.stage432-layout,
.stage432-form-layout,
.stage432-detail-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 24px;
    align-items: start;
}

.stage432-hero,
.stage432-form-hero,
.stage432-detail-hero {
    margin: 24px 0;
    padding: 28px;
    border-radius: 34px;
    background: linear-gradient(135deg, rgba(255, 250, 244, 0.95), rgba(255, 232, 203, 0.84));
    border: 1px solid rgba(125, 83, 42, 0.12);
    box-shadow: 0 24px 70px rgba(109, 70, 33, 0.11);
}

.stage432-hero h1,
.stage432-form-hero h1,
.stage432-detail-hero h1 {
    margin: 8px 0 12px;
    color: #3b2a1b;
    font-size: clamp(34px, 5vw, 58px);
    letter-spacing: -1px;
    line-height: 1.08;
}

.stage432-hero p,
.stage432-form-hero p,
.stage432-detail-hero p {
    color: #6f5845;
    line-height: 1.85;
    max-width: 760px;
}

.stage432-hero aside,
.stage432-form-hero aside,
.stage432-detail-hero aside {
    border-radius: 28px;
    overflow: hidden;
    min-height: 210px;
    background: #3b2a1b;
    color: #fffaf3;
    box-shadow: 0 20px 44px rgba(88, 55, 24, 0.18);
}

.stage432-hero aside {
    display: grid;
    place-items: center;
    text-align: center;
    padding: 26px;
}

.stage432-hero aside span,
.stage432-hero aside small,
.stage432-form-hero aside span,
.stage432-detail-hero aside span {
    color: rgba(255, 250, 243, 0.72);
    font-weight: 800;
}

.stage432-hero aside strong {
    display: block;
    font-size: 72px;
    line-height: 1;
    margin: 10px 0;
}

.stage432-form-hero aside img,
.stage432-detail-hero aside img {
    width: 100%;
    height: 175px;
    display: block;
    object-fit: cover;
}

.stage432-form-hero aside strong,
.stage432-form-hero aside span,
.stage432-detail-hero aside strong,
.stage432-detail-hero aside span {
    display: block;
    padding: 0 18px;
}

.stage432-form-hero aside strong,
.stage432-detail-hero aside strong {
    padding-top: 16px;
    font-size: 20px;
}

.stage432-form-hero aside span,
.stage432-detail-hero aside span {
    padding-bottom: 18px;
}

.stage432-hero-actions,
.stage432-card-actions,
.stage432-submit-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    margin-top: 18px;
}

.stage432-hero-actions a,
.stage432-card-actions a,
.stage432-submit-row a,
.stage432-submit-row button,
.stage432-side-card > a,
.stage432-side-card article a,
.stage432-cancel-card button,
.stage432-filter-form button,
.stage432-status-tabs a,
.empty-state a {
    border: 0;
    border-radius: 999px;
    padding: 11px 16px;
    background: #3b2a1b;
    color: #fffaf3;
    font-weight: 900;
    text-decoration: none;
    cursor: pointer;
}

.stage432-hero-actions .ghost,
.stage432-card-actions .ghost,
.stage432-side-card > a.ghost,
.stage432-submit-row a {
    background: #fffaf3;
    color: #4d3725;
    border: 1px solid rgba(108, 75, 45, 0.14);
}

.stage432-stat-grid,
.stage432-detail-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 12px;
    margin: 20px 0;
}

.stage432-stat-grid article,
.stage432-detail-grid article,
.stage432-filter-panel,
.stage432-detail-card,
.stage432-form-card,
.stage432-side-card,
.stage432-cancel-card {
    border-radius: 28px;
    border: 1px solid rgba(124, 86, 49, 0.12);
    background: rgba(255, 250, 244, 0.92);
    box-shadow: 0 18px 45px rgba(106, 72, 39, 0.08);
}

.stage432-stat-grid article,
.stage432-detail-grid article {
    padding: 18px;
}

.stage432-stat-grid strong,
.stage432-detail-grid strong {
    display: block;
    color: #3b2a1b;
    font-size: 30px;
    line-height: 1.1;
}

.stage432-stat-grid span,
.stage432-detail-grid small,
.stage432-detail-grid span {
    color: #7d624b;
    line-height: 1.6;
}

.stage432-filter-panel,
.stage432-detail-card,
.stage432-form-card {
    padding: 22px;
}

.stage432-status-tabs {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 10px;
    margin: 16px 0;
}

.stage432-status-tabs a {
    display: grid;
    gap: 4px;
    align-items: start;
    text-align: left;
    background: #fffaf3;
    color: #5b412c;
    border: 1px solid rgba(123, 86, 53, 0.12);
}

.stage432-status-tabs a.active {
    background: linear-gradient(145deg, #3b2a1b, #7e4c22);
    color: #fffaf3;
    box-shadow: 0 16px 30px rgba(93, 57, 25, 0.18);
}

.stage432-status-tabs span,
.stage432-status-tabs small {
    opacity: 0.78;
}

.stage432-filter-form,
.stage432-input-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    align-items: end;
}

.stage432-filter-form label,
.stage432-input-grid label,
.stage432-textarea-label {
    display: grid;
    gap: 7px;
}

.stage432-filter-form span,
.stage432-input-grid span,
.stage432-textarea-label span,
.stage432-type-picker > span,
.stage432-priority-picker > span,
.stage432-resolution-picker > span {
    color: #3b2a1b;
    font-weight: 900;
}

.stage432-filter-form input,
.stage432-filter-form select,
.stage432-input-grid input,
.stage432-textarea-label textarea {
    width: 100%;
    border: 1px solid rgba(112, 78, 49, 0.14);
    border-radius: 18px;
    padding: 13px 14px;
    background: #fffdf9;
    color: #4f3b2a;
    outline: none;
    font: inherit;
}

.stage432-summary,
.stage432-content-preview,
.stage432-service-name,
.stage432-note-text {
    color: #715945;
    line-height: 1.8;
}

.stage432-list {
    display: grid;
    gap: 16px;
}

.stage432-list > article {
    display: grid;
    grid-template-columns: 250px minmax(0, 1fr);
    gap: 18px;
    padding: 16px;
    border-radius: 30px;
    background: rgba(255, 250, 244, 0.94);
    border: 1px solid rgba(124, 86, 49, 0.12);
    box-shadow: 0 18px 44px rgba(106, 72, 39, 0.08);
}

.stage432-report-image {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    min-height: 190px;
    text-decoration: none;
}

.stage432-report-image img {
    width: 100%;
    height: 100%;
    min-height: 190px;
    object-fit: cover;
    display: block;
}

.stage432-report-image span {
    position: absolute;
    left: 12px;
    bottom: 12px;
    border-radius: 999px;
    padding: 7px 10px;
    background: rgba(59, 42, 27, 0.82);
    color: #fffaf3;
    font-size: 12px;
    font-weight: 900;
}

.stage432-report-body {
    display: grid;
    gap: 10px;
}

.stage432-card-topline,
.stage432-tags,
.stage432-report-meta,
.stage432-check-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
}

.stage432-card-topline {
    justify-content: space-between;
}

.stage432-card-topline span,
.stage432-tags span,
.stage432-card-topline strong,
.stage432-detail-hero .stage432-tags span {
    border-radius: 999px;
    padding: 7px 11px;
    background: rgba(255, 187, 108, 0.18);
    color: #8d5726;
    font-size: 12px;
    font-weight: 900;
}

.stage432-card-topline strong.report-resolved,
.stage432-tags span.report-resolved,
.report-resolved {
    color: #2f7d45 !important;
    background: rgba(90, 173, 104, 0.14) !important;
}

.stage432-card-topline strong.report-waiting,
.stage432-tags span.report-waiting,
.report-waiting {
    color: #9a6517 !important;
    background: rgba(255, 195, 94, 0.19) !important;
}

.stage432-card-topline strong.report-cancelled,
.stage432-tags span.report-cancelled,
.report-cancelled,
.report-rejected {
    color: #88705c !important;
    background: rgba(119, 93, 70, 0.12) !important;
}

.report-submitted,
.report-reviewing,
.priority-medium {
    color: #835126 !important;
    background: rgba(255, 187, 108, 0.18) !important;
}

.priority-high,
.priority-urgent {
    color: #a33b2f !important;
    background: rgba(211, 81, 62, 0.13) !important;
}

.priority-low {
    color: #5d7252 !important;
    background: rgba(105, 157, 98, 0.12) !important;
}

.stage432-report-body h2,
.stage432-form-card h2,
.stage432-detail-card h2,
.stage432-side-card h3,
.stage432-service-mini h2 {
    margin: 0;
    color: #3b2a1b;
}

.stage432-report-meta article {
    display: grid;
    gap: 2px;
    min-width: 160px;
    padding: 12px;
    border-radius: 18px;
    background: rgba(255, 248, 239, 0.9);
}

.stage432-report-meta small,
.stage432-report-meta span {
    color: #806650;
}

.stage432-report-meta b {
    color: #3b2a1b;
}

.stage432-side {
    display: grid;
    gap: 16px;
    position: sticky;
    top: 18px;
}

.stage432-side-card,
.stage432-cancel-card {
    padding: 20px;
}

.stage432-side-card.soft {
    background: rgba(255, 243, 224, 0.9);
}

.stage432-side-card article {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 12px;
    padding: 12px 0;
    border-top: 1px solid rgba(116, 82, 53, 0.09);
}

.stage432-side-card article > span {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border-radius: 16px;
    background: #fffaf3;
    color: #8e5522;
    font-size: 12px;
    font-weight: 900;
    text-align: center;
}

.stage432-side-card article strong,
.stage432-side-card article small,
.stage432-side-empty {
    display: block;
}

.stage432-side-card article strong {
    color: #3b2a1b;
}

.stage432-side-card article small,
.stage432-side-empty {
    color: #7a614c;
    line-height: 1.55;
}

.stage432-service-mini {
    display: grid;
    grid-template-columns: 210px minmax(0, 1fr);
    gap: 18px;
    align-items: center;
    margin-bottom: 22px;
    padding: 14px;
    border-radius: 24px;
    background: rgba(255, 245, 232, 0.78);
}

.stage432-service-mini img {
    width: 100%;
    height: 160px;
    border-radius: 20px;
    object-fit: cover;
}

.stage432-service-mini p {
    color: #725c48;
    line-height: 1.7;
}

.stage432-service-mini div div {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.stage432-service-mini div div span {
    border-radius: 999px;
    padding: 7px 10px;
    background: rgba(255, 187, 108, 0.16);
    color: #8e5522;
    font-size: 12px;
    font-weight: 900;
}

.stage432-type-picker,
.stage432-priority-picker,
.stage432-resolution-picker {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    margin: 18px 0;
}

.stage432-type-picker > span,
.stage432-priority-picker > span,
.stage432-resolution-picker > span {
    grid-column: 1 / -1;
}

.stage432-type-picker label,
.stage432-priority-picker label,
.stage432-resolution-picker label {
    cursor: pointer;
}

.stage432-type-picker input,
.stage432-priority-picker input,
.stage432-resolution-picker input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.stage432-type-picker label span,
.stage432-priority-picker label span,
.stage432-resolution-picker label span {
    display: grid;
    gap: 5px;
    min-height: 94px;
    padding: 14px;
    border-radius: 20px;
    border: 1px solid rgba(123, 86, 53, 0.13);
    background: #fffaf4;
    color: #6d533c;
}

.stage432-type-picker input:checked + span,
.stage432-priority-picker input:checked + span,
.stage432-resolution-picker input:checked + span {
    border-color: rgba(178, 98, 31, 0.55);
    background: linear-gradient(145deg, rgba(255, 215, 163, 0.92), rgba(255, 247, 235, 0.94));
    box-shadow: 0 14px 28px rgba(154, 91, 34, 0.13);
}

.stage432-type-picker b,
.stage432-priority-picker b,
.stage432-resolution-picker b {
    color: #3b2a1b;
}

.stage432-type-picker small,
.stage432-priority-picker small,
.stage432-resolution-picker small {
    color: #816955;
    line-height: 1.45;
}

.stage432-textarea-label {
    margin-top: 14px;
}

.stage432-check-row {
    margin-top: 16px;
}

.stage432-check-row label {
    display: flex;
    gap: 8px;
    align-items: center;
    border-radius: 999px;
    padding: 10px 12px;
    background: #fffaf3;
    color: #4c3828;
    font-weight: 900;
}

.stage432-submit-row {
    justify-content: flex-end;
}

.stage432-submit-row button {
    padding-inline: 24px;
}

.stage432-detail-card {
    margin-bottom: 16px;
}

.stage432-detail-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.stage432-report-content-box {
    display: grid;
    gap: 8px;
    margin-top: 14px;
    padding: 18px;
    border-radius: 22px;
    background: #fffaf3;
}

.stage432-report-content-box span {
    color: #3b2a1b;
    font-weight: 900;
}

.stage432-report-content-box p,
.stage432-report-content-box a {
    margin: 0;
    color: #725843;
    line-height: 1.85;
    word-break: break-word;
}

.stage432-timeline {
    display: grid;
    gap: 12px;
}

.stage432-timeline article {
    display: grid;
    grid-template-columns: 110px minmax(0, 1fr);
    gap: 14px;
    align-items: start;
    padding: 14px;
    border-radius: 20px;
    background: #fffaf3;
}

.stage432-timeline article > span {
    border-radius: 999px;
    padding: 8px 10px;
    background: rgba(255, 187, 108, 0.18);
    color: #8d5726;
    text-align: center;
    font-weight: 900;
}

.stage432-timeline strong {
    color: #3b2a1b;
}

.stage432-timeline small {
    color: #7a614c;
    line-height: 1.6;
}

.stage432-cancel-card {
    display: grid;
    gap: 10px;
    background: rgba(255, 239, 231, 0.92);
}

.stage432-cancel-card strong {
    color: #5c2f25;
}

.stage432-cancel-card span {
    color: #806150;
    line-height: 1.6;
}

@media (max-width: 1100px) {
    .stage432-status-tabs,
    .stage432-stat-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .stage432-filter-form,
    .stage432-input-grid,
    .stage432-detail-grid,
    .stage432-type-picker,
    .stage432-priority-picker,
    .stage432-resolution-picker {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 920px) {
    .stage432-hero,
    .stage432-form-hero,
    .stage432-detail-hero,
    .stage432-layout,
    .stage432-form-layout,
    .stage432-detail-layout,
    .stage432-list > article,
    .stage432-service-mini {
        grid-template-columns: 1fr;
    }
    .stage432-side {
        position: static;
    }
    .stage432-report-image img,
    .stage432-report-image {
        min-height: 180px;
    }
}

@media (max-width: 640px) {
    .stage432-hero,
    .stage432-form-hero,
    .stage432-detail-hero,
    .stage432-filter-panel,
    .stage432-detail-card,
    .stage432-form-card {
        padding: 18px;
        border-radius: 24px;
    }
    .stage432-status-tabs,
    .stage432-stat-grid,
    .stage432-filter-form,
    .stage432-input-grid,
    .stage432-detail-grid,
    .stage432-type-picker,
    .stage432-priority-picker,
    .stage432-resolution-picker,
    .stage432-timeline article {
        grid-template-columns: 1fr;
    }
}

/* Stage 433 - Member life service coupons */
.stage433-coupon-shell {
    background:
        radial-gradient(circle at top left, rgba(255, 226, 194, 0.72), transparent 34%),
        linear-gradient(180deg, #fff9f1 0%, #f8efe4 46%, #fffaf4 100%);
}

.stage433-hero,
.stage433-detail-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.3fr) minmax(260px, 0.7fr);
    gap: 24px;
    align-items: stretch;
    padding: 34px;
    border: 1px solid rgba(126, 87, 48, 0.13);
    border-radius: 34px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 244, 229, 0.94)),
        url('/images/stage314/service-helper.jpg') center/cover;
    box-shadow: 0 26px 70px rgba(112, 73, 34, 0.14);
    overflow: hidden;
    position: relative;
}

.stage433-hero h1,
.stage433-detail-hero h1 {
    margin: 8px 0 12px;
    font-family: 'Noto Serif TC', serif;
    font-size: clamp(32px, 4.6vw, 58px);
    line-height: 1.12;
    color: #3b2a1b;
    letter-spacing: -1px;
}

.stage433-hero p,
.stage433-detail-hero p {
    max-width: 720px;
    color: #745b47;
    line-height: 1.85;
}

.stage433-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 22px;
}

.stage433-hero-actions a,
.stage433-ticket-actions a,
.stage433-empty a,
.stage433-order-apply-list a,
.stage433-side-card a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 18px;
    border-radius: 999px;
    background: #3a2417;
    color: #fff9f2;
    font-weight: 900;
    text-decoration: none;
    border: 1px solid rgba(58, 36, 23, 0.14);
}

.stage433-hero-actions a.ghost,
.stage433-ticket-actions a.ghost {
    background: rgba(255, 255, 255, 0.82);
    color: #3a2417;
}

.stage433-coupon-wallet,
.stage433-detail-ticket {
    display: grid;
    place-items: center;
    gap: 10px;
    min-height: 240px;
    border-radius: 30px;
    color: #fff8ef;
    background:
        radial-gradient(circle at 20% 18%, rgba(255, 255, 255, 0.25), transparent 26%),
        linear-gradient(145deg, #5f3a21, #c78343);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.18), 0 22px 46px rgba(119, 73, 32, 0.24);
    text-align: center;
    padding: 26px;
    position: relative;
    overflow: hidden;
}

.stage433-detail-ticket.used,
.stage433-detail-ticket.expired {
    background: linear-gradient(145deg, #867466, #b6a18c);
}

.stage433-coupon-wallet::before,
.stage433-detail-ticket::before {
    content: '';
    position: absolute;
    width: 118px;
    height: 118px;
    left: -54px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 999px;
    background: #fff9f1;
}

.stage433-coupon-wallet::after,
.stage433-detail-ticket::after {
    content: '';
    position: absolute;
    width: 118px;
    height: 118px;
    right: -54px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 999px;
    background: #fff9f1;
}

.stage433-coupon-wallet span,
.stage433-detail-ticket span {
    font-weight: 800;
    opacity: 0.9;
}

.stage433-coupon-wallet strong,
.stage433-detail-ticket strong {
    font-family: 'Noto Serif TC', serif;
    font-size: clamp(46px, 7vw, 84px);
    line-height: 1;
}

.stage433-coupon-wallet small,
.stage433-detail-ticket small {
    color: rgba(255, 248, 239, 0.86);
    font-weight: 700;
}

.stage433-stat-grid,
.stage433-status-tabs,
.stage433-rule-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    margin-top: 18px;
}

.stage433-stat-grid article,
.stage433-status-tabs a,
.stage433-rule-grid article {
    padding: 18px;
    border-radius: 24px;
    border: 1px solid rgba(129, 91, 56, 0.12);
    background: rgba(255, 255, 255, 0.82);
    box-shadow: 0 18px 42px rgba(111, 77, 45, 0.08);
    text-decoration: none;
}

.stage433-stat-grid strong,
.stage433-rule-grid strong {
    display: block;
    color: #3a2417;
    font-size: 28px;
    font-weight: 950;
}

.stage433-stat-grid span,
.stage433-status-tabs strong,
.stage433-rule-grid span {
    color: #3b2a1b;
    font-weight: 900;
}

.stage433-stat-grid small,
.stage433-status-tabs small,
.stage433-rule-grid small {
    display: block;
    margin-top: 6px;
    color: #806653;
    line-height: 1.55;
}

.stage433-status-tabs a.active {
    background: #3a2417;
    color: #fff9f1;
}

.stage433-status-tabs a.active strong,
.stage433-status-tabs a.active small,
.stage433-status-tabs a.active span {
    color: #fff9f1;
}

.stage433-filter-panel,
.stage433-claim-card,
.stage433-detail-card,
.stage433-side-card,
.stage433-empty {
    margin-top: 18px;
    padding: 24px;
    border-radius: 28px;
    border: 1px solid rgba(129, 91, 56, 0.12);
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 18px 46px rgba(111, 77, 45, 0.08);
}

.stage433-search-form,
.stage433-claim-card form {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(180px, 0.5fr) auto;
    gap: 12px;
    margin-top: 18px;
    align-items: end;
}

.stage433-claim-card {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 18px;
    align-items: center;
}

.stage433-search-form label,
.stage433-claim-card label {
    display: grid;
    gap: 7px;
    color: #5d4432;
    font-weight: 800;
}

.stage433-search-form input,
.stage433-search-form select,
.stage433-claim-card input {
    width: 100%;
    min-height: 46px;
    border: 1px solid rgba(129, 91, 56, 0.16);
    border-radius: 18px;
    background: #fffaf4;
    padding: 0 14px;
    color: #3b2a1b;
    font-weight: 700;
}

.stage433-search-form button,
.stage433-claim-card button,
.stage433-coupon-picker button,
.stage433-order-apply-list button,
.stage433-ticket-actions button,
.stage433-side-card button {
    min-height: 46px;
    border: 0;
    border-radius: 999px;
    padding: 0 18px;
    background: #3a2417;
    color: #fff9f1;
    font-weight: 950;
    cursor: pointer;
}

.stage433-ticket-actions button.ghost,
.stage433-side-card button.ghost {
    background: rgba(58, 36, 23, 0.08);
    color: #3a2417;
}

.stage433-filter-summary {
    margin: 14px 0 0;
    color: #806653;
    line-height: 1.7;
}

.stage433-layout,
.stage433-detail-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: 20px;
    align-items: start;
}

.stage433-side {
    position: sticky;
    top: 18px;
}

.stage433-coupon-list {
    display: grid;
    gap: 14px;
    margin-top: 18px;
}

.stage433-coupon-list article {
    display: grid;
    grid-template-columns: 210px minmax(0, 1fr);
    min-height: 190px;
    border-radius: 30px;
    background: #fffdf8;
    border: 1px solid rgba(129, 91, 56, 0.13);
    box-shadow: 0 20px 50px rgba(111, 77, 45, 0.1);
    overflow: hidden;
}

.stage433-coupon-list article.used,
.stage433-coupon-list article.expired {
    opacity: 0.7;
}

.stage433-ticket-left {
    display: grid;
    place-items: center;
    gap: 6px;
    text-align: center;
    color: #fff8ef;
    background:
        radial-gradient(circle at 50% 0%, rgba(255,255,255,0.26), transparent 32%),
        linear-gradient(145deg, #6d4123, #d4934c);
    padding: 20px;
    position: relative;
}

.stage433-ticket-left span {
    font-size: 26px;
    font-weight: 950;
}

.stage433-ticket-left strong {
    letter-spacing: 1px;
}

.stage433-ticket-body {
    padding: 22px;
    display: grid;
    gap: 12px;
}

.stage433-ticket-topline,
.stage433-ticket-meta,
.stage433-ticket-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}

.stage433-ticket-topline span,
.stage433-ticket-meta span,
.stage433-status-pill {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 0 11px;
    border-radius: 999px;
    background: rgba(167, 106, 54, 0.1);
    color: #6d4427;
    font-weight: 900;
    font-size: 13px;
}

.stage433-ticket-topline b,
.stage433-status-pill {
    background: rgba(49, 122, 81, 0.13);
    color: #27613e;
}

.stage433-ticket-topline b.used,
.stage433-status-pill.used {
    background: rgba(75, 84, 105, 0.12);
    color: #4b5469;
}

.stage433-ticket-topline b.expired,
.stage433-status-pill.expired {
    background: rgba(139, 72, 72, 0.12);
    color: #8b4848;
}

.stage433-ticket-body h2,
.stage433-claim-card h2,
.stage433-detail-card h2 {
    margin: 0;
    color: #3b2a1b;
    font-family: 'Noto Serif TC', serif;
}

.stage433-ticket-body p,
.stage433-claim-card p,
.stage433-empty p {
    margin: 0;
    color: #765d49;
    line-height: 1.7;
}

.stage433-side-card article,
.stage433-order-apply-list article,
.stage433-coupon-picker article {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 12px;
    align-items: start;
    padding: 14px 0;
    border-bottom: 1px solid rgba(129, 91, 56, 0.11);
}

.stage433-order-apply-list article,
.stage433-coupon-picker article {
    grid-template-columns: minmax(0, 1fr) auto auto;
    align-items: center;
    padding: 16px;
    border: 1px solid rgba(129, 91, 56, 0.11);
    border-radius: 22px;
    background: #fffaf4;
    margin-top: 12px;
}

.stage433-side-card article:last-child {
    border-bottom: 0;
}

.stage433-side-card article > span {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border-radius: 15px;
    background: rgba(166, 105, 49, 0.12);
    color: #6d4427;
    font-weight: 950;
}

.stage433-side-card strong,
.stage433-order-apply-list strong,
.stage433-coupon-picker strong {
    display: block;
    color: #3b2a1b;
    font-weight: 950;
}

.stage433-side-card small,
.stage433-order-apply-list small,
.stage433-coupon-picker small {
    display: block;
    margin-top: 4px;
    color: #806653;
    line-height: 1.55;
}

.stage433-side-card.soft {
    background: rgba(255, 247, 232, 0.9);
}

.stage433-applied-coupon {
    display: grid;
    gap: 6px;
    padding: 16px;
    border-radius: 20px;
    background: rgba(49, 122, 81, 0.11);
    border: 1px solid rgba(49, 122, 81, 0.14);
}

.stage433-applied-coupon span,
.stage433-coupon-picker span {
    color: #27613e;
    font-weight: 900;
}

.stage433-applied-coupon strong {
    color: #244f35;
    font-size: 18px;
}

.stage433-applied-coupon small {
    color: #376347;
}

@media (max-width: 1100px) {
    .stage433-stat-grid,
    .stage433-status-tabs,
    .stage433-rule-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .stage433-layout,
    .stage433-detail-layout {
        grid-template-columns: 1fr;
    }
    .stage433-side {
        position: static;
    }
}

@media (max-width: 760px) {
    .stage433-hero,
    .stage433-detail-hero,
    .stage433-claim-card,
    .stage433-coupon-list article,
    .stage433-search-form,
    .stage433-claim-card form,
    .stage433-order-apply-list article,
    .stage433-coupon-picker article {
        grid-template-columns: 1fr;
    }
    .stage433-hero,
    .stage433-detail-hero,
    .stage433-filter-panel,
    .stage433-claim-card,
    .stage433-detail-card,
    .stage433-side-card {
        padding: 18px;
        border-radius: 24px;
    }
    .stage433-stat-grid,
    .stage433-status-tabs,
    .stage433-rule-grid {
        grid-template-columns: 1fr;
    }
    .stage433-coupon-wallet,
    .stage433-detail-ticket {
        min-height: 190px;
    }
}

/* Stage 434 member life service social share */
.stage434-share-shell {
    background:
        radial-gradient(circle at top left, rgba(255, 212, 161, 0.34), transparent 34%),
        linear-gradient(180deg, #fff8ef 0%, #f7eee4 100%);
}

.stage434-hero,
.stage434-detail-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 24px;
    align-items: stretch;
    margin-top: 26px;
    padding: 34px;
    border-radius: 34px;
    background: linear-gradient(135deg, rgba(255, 252, 246, 0.95), rgba(255, 238, 214, 0.88));
    border: 1px solid rgba(123, 83, 48, 0.13);
    box-shadow: 0 26px 70px rgba(86, 57, 31, 0.12);
}

.stage434-hero h1,
.stage434-detail-hero h1 {
    margin: 8px 0 12px;
    color: #352313;
    font-family: "Noto Serif TC", serif;
    font-size: clamp(32px, 5vw, 58px);
    line-height: 1.08;
    letter-spacing: -0.03em;
}

.stage434-hero p,
.stage434-detail-hero p {
    color: #7a624f;
    line-height: 1.8;
    max-width: 780px;
}

.stage434-hero-actions,
.stage434-form-actions,
.stage434-share-actions,
.stage434-detail-tags,
.stage434-service-card div > div {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

.stage434-hero-actions a,
.stage434-form-actions button,
.stage434-form-actions a,
.stage434-share-actions a,
.stage434-share-actions button,
.stage434-message-box button,
.stage434-service-card a,
.stage434-side-card.danger button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 18px;
    border: 0;
    border-radius: 999px;
    background: #3f2a18;
    color: #fffaf2;
    font-weight: 900;
    text-decoration: none;
    cursor: pointer;
    box-shadow: 0 12px 28px rgba(63, 42, 24, 0.18);
}

.stage434-hero-actions a.ghost,
.stage434-form-actions a,
.stage434-share-actions a.ghost,
.stage434-share-actions button,
.stage434-side-card.danger button {
    background: #fffaf4;
    color: #714c2d;
    border: 1px solid rgba(129, 91, 56, 0.16);
    box-shadow: none;
}

.stage434-share-score,
.stage434-detail-ticket {
    display: grid;
    align-content: center;
    justify-items: start;
    min-height: 220px;
    padding: 28px;
    border-radius: 30px;
    background: linear-gradient(145deg, #9b6532, #55341c);
    color: #fff7ea;
    overflow: hidden;
    position: relative;
}

.stage434-share-score::after,
.stage434-detail-ticket::after {
    content: "↗";
    position: absolute;
    right: 22px;
    top: 16px;
    font-size: 72px;
    opacity: 0.18;
    font-weight: 950;
}

.stage434-share-score span,
.stage434-detail-ticket span {
    font-weight: 900;
    opacity: 0.85;
}

.stage434-share-score strong {
    display: block;
    margin-top: 8px;
    font-size: 76px;
    line-height: 1;
    font-weight: 950;
}

.stage434-share-score small,
.stage434-detail-ticket small {
    display: block;
    margin-top: 10px;
    opacity: 0.82;
    line-height: 1.6;
}

.stage434-detail-ticket strong {
    display: block;
    margin-top: 14px;
    font-size: 24px;
    line-height: 1.35;
}

.stage434-stat-grid,
.stage434-status-tabs {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    margin-top: 18px;
}

.stage434-stat-grid article,
.stage434-status-tabs a,
.stage434-filter-panel,
.stage434-share-list article,
.stage434-empty,
.stage434-side-card,
.stage434-share-form,
.stage434-preview-card,
.stage434-message-box,
.stage434-service-card {
    border: 1px solid rgba(129, 91, 56, 0.12);
    background: rgba(255, 252, 247, 0.92);
    border-radius: 28px;
    box-shadow: 0 18px 44px rgba(83, 52, 28, 0.08);
}

.stage434-stat-grid article {
    padding: 20px;
}

.stage434-stat-grid strong {
    display: block;
    color: #3d2817;
    font-size: 32px;
    font-weight: 950;
}

.stage434-stat-grid span,
.stage434-status-tabs strong {
    display: block;
    margin-top: 5px;
    color: #4e3320;
    font-weight: 950;
}

.stage434-stat-grid small,
.stage434-status-tabs small {
    display: block;
    margin-top: 6px;
    color: #826a56;
    line-height: 1.5;
}

.stage434-filter-panel {
    margin-top: 22px;
    padding: 24px;
}

.stage434-status-tabs {
    margin-top: 14px;
}

.stage434-status-tabs a {
    display: block;
    padding: 16px;
    color: inherit;
    text-decoration: none;
}

.stage434-status-tabs a.active {
    background: linear-gradient(135deg, #fff4e4, #f3ddc2);
    border-color: rgba(153, 100, 48, 0.32);
}

.stage434-status-tabs span {
    display: inline-flex;
    margin-top: 8px;
    padding: 4px 10px;
    border-radius: 999px;
    background: rgba(166, 105, 49, 0.12);
    color: #71441f;
    font-weight: 900;
}

.stage434-search-form {
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) 180px 180px auto;
    gap: 12px;
    align-items: end;
    margin-top: 18px;
}

.stage434-search-form label,
.stage434-share-form label {
    display: grid;
    gap: 8px;
    color: #684a34;
    font-weight: 900;
}

.stage434-search-form input,
.stage434-search-form select,
.stage434-share-form input,
.stage434-share-form select,
.stage434-share-form textarea {
    width: 100%;
    min-height: 46px;
    border-radius: 16px;
    border: 1px solid rgba(128, 91, 56, 0.18);
    background: #fffaf4;
    padding: 0 14px;
    color: #3d2a1d;
    font: inherit;
    outline: none;
}

.stage434-share-form textarea {
    min-height: 190px;
    padding: 14px;
    line-height: 1.7;
    resize: vertical;
}

.stage434-search-form button,
.stage434-share-form button[type="submit"] {
    min-height: 46px;
    border: 0;
    border-radius: 16px;
    background: #3f2a18;
    color: #fffaf2;
    font-weight: 950;
    cursor: pointer;
}

.stage434-filter-summary {
    margin: 14px 0 0;
    color: #846954;
    line-height: 1.7;
}

.stage434-layout,
.stage434-detail-layout,
.stage434-form-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 22px;
    margin-top: 22px;
    align-items: start;
}

.stage434-main,
.stage434-detail-main,
.stage434-preview-column,
.stage434-side {
    display: grid;
    gap: 16px;
}

.stage434-share-list {
    display: grid;
    gap: 16px;
}

.stage434-share-list article {
    display: grid;
    grid-template-columns: 140px minmax(0, 1fr);
    gap: 18px;
    padding: 18px;
}

.stage434-share-channel {
    display: grid;
    align-content: center;
    justify-items: center;
    min-height: 150px;
    border-radius: 24px;
    background: linear-gradient(135deg, rgba(166, 105, 49, 0.16), rgba(255, 242, 224, 0.72));
    text-align: center;
}

.stage434-share-channel span {
    color: #4d321f;
    font-size: 22px;
    font-weight: 950;
}

.stage434-share-channel small {
    margin-top: 6px;
    color: #876851;
    font-weight: 800;
}

.stage434-share-list article.line .stage434-share-channel {
    background: linear-gradient(135deg, rgba(24, 185, 85, 0.15), rgba(236, 255, 242, 0.88));
}

.stage434-share-list article.facebook .stage434-share-channel {
    background: linear-gradient(135deg, rgba(40, 104, 205, 0.13), rgba(237, 244, 255, 0.9));
}

.stage434-share-list article.messenger .stage434-share-channel {
    background: linear-gradient(135deg, rgba(112, 83, 209, 0.14), rgba(245, 241, 255, 0.9));
}

.stage434-share-topline,
.stage434-ticket-topline {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    align-items: center;
    color: #8a6d56;
    font-size: 13px;
    font-weight: 850;
}

.stage434-share-topline b,
.stage434-detail-tags span,
.stage434-service-card span {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0 10px;
    border-radius: 999px;
    background: rgba(166, 105, 49, 0.12);
    color: #6d4525;
    font-size: 12px;
    font-weight: 950;
}

.stage434-share-topline b.shared,
.stage434-detail-tags span.shared {
    color: #27613e;
    background: rgba(49, 122, 81, 0.12);
}

.stage434-share-topline b.copied,
.stage434-detail-tags span.copied {
    color: #664b9b;
    background: rgba(118, 88, 181, 0.12);
}

.stage434-share-body h2,
.stage434-message-box h2,
.stage434-service-card h2 {
    margin: 10px 0 8px;
    color: #3b2818;
    font-size: 22px;
    font-weight: 950;
}

.stage434-share-body p,
.stage434-message-box p,
.stage434-service-card p {
    color: #765f4e;
    line-height: 1.72;
}

.stage434-share-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 12px;
}

.stage434-share-meta span {
    display: inline-flex;
    padding: 6px 10px;
    border-radius: 999px;
    background: #fff5e9;
    color: #76563e;
    font-size: 12px;
    font-weight: 850;
}

.stage434-empty {
    padding: 34px;
    text-align: center;
}

.stage434-empty h3 {
    color: #3d2a1d;
    font-size: 24px;
    font-weight: 950;
}

.stage434-empty p {
    color: #7a624f;
    line-height: 1.7;
}

.stage434-empty a {
    display: inline-flex;
    margin-top: 12px;
    padding: 12px 18px;
    border-radius: 999px;
    background: #3f2a18;
    color: #fffaf2;
    text-decoration: none;
    font-weight: 900;
}

.stage434-side {
    position: sticky;
    top: 18px;
}

.stage434-side-card {
    padding: 20px;
}

.stage434-side-card.soft {
    background: rgba(255, 247, 232, 0.9);
}

.stage434-side-card.danger {
    background: rgba(255, 246, 241, 0.94);
}

.stage434-side-card article {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 12px;
    padding: 14px 0;
    border-bottom: 1px solid rgba(129, 91, 56, 0.11);
}

.stage434-side-card article:last-child {
    border-bottom: 0;
}

.stage434-side-card article > span {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border-radius: 15px;
    background: rgba(166, 105, 49, 0.12);
    color: #6d4427;
    font-weight: 950;
}

.stage434-side-card strong {
    display: block;
    color: #3b2a1b;
    font-weight: 950;
}

.stage434-side-card small {
    display: block;
    margin-top: 4px;
    color: #806653;
    line-height: 1.55;
}

.stage434-side-card a {
    display: inline-flex;
    margin-top: 7px;
    color: #784d29;
    font-weight: 950;
    text-decoration: none;
}

.stage434-detail-hero aside img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    border-radius: 28px;
    box-shadow: 0 18px 38px rgba(68, 42, 20, 0.16);
}

.stage434-form-layout {
    grid-template-columns: minmax(0, 1fr) 380px;
}

.stage434-share-form,
.stage434-preview-card,
.stage434-message-box {
    padding: 24px;
}

.stage434-checkbox {
    grid-template-columns: auto minmax(0, 1fr) !important;
    align-items: center;
    display: grid !important;
}

.stage434-checkbox input {
    width: 20px;
    min-height: 20px;
}

.stage434-preview-card h3 {
    margin: 8px 0 10px;
    color: #3b2818;
    font-size: 24px;
    font-weight: 950;
}

.stage434-preview-card p {
    color: #735a47;
    line-height: 1.72;
}

.stage434-preview-card div {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 16px;
}

.stage434-preview-card span {
    display: inline-flex;
    padding: 7px 10px;
    border-radius: 999px;
    background: #fff3e4;
    color: #734923;
    font-weight: 900;
}

.stage434-message-box p {
    padding: 18px;
    border-radius: 20px;
    background: #fff6ea;
    color: #46301e;
    font-size: 17px;
}

.stage434-url-box {
    display: grid;
    gap: 8px;
    margin-top: 16px;
}

.stage434-url-box span {
    color: #74543c;
    font-weight: 950;
}

.stage434-url-box code {
    display: block;
    overflow-wrap: anywhere;
    padding: 14px;
    border-radius: 16px;
    background: #342518;
    color: #fff5e7;
    line-height: 1.6;
}

.stage434-service-card {
    display: grid;
    grid-template-columns: 240px minmax(0, 1fr);
    gap: 18px;
    padding: 18px;
}

.stage434-service-card img {
    width: 100%;
    height: 100%;
    min-height: 240px;
    object-fit: cover;
    border-radius: 24px;
}

@media (max-width: 1100px) {
    .stage434-hero,
    .stage434-detail-hero,
    .stage434-layout,
    .stage434-detail-layout,
    .stage434-form-layout {
        grid-template-columns: 1fr;
    }
    .stage434-side {
        position: static;
    }
    .stage434-stat-grid,
    .stage434-status-tabs {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    .stage434-hero,
    .stage434-detail-hero,
    .stage434-filter-panel,
    .stage434-share-form,
    .stage434-preview-card,
    .stage434-message-box,
    .stage434-side-card {
        padding: 18px;
        border-radius: 24px;
    }
    .stage434-stat-grid,
    .stage434-status-tabs,
    .stage434-search-form,
    .stage434-share-list article,
    .stage434-service-card {
        grid-template-columns: 1fr;
    }
    .stage434-share-channel {
        min-height: 92px;
    }
    .stage434-share-score {
        min-height: 190px;
    }
    .stage434-share-score strong {
        font-size: 56px;
    }
}

.stage434-share-shortcut,
.stage434-card-share-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 0 15px;
    border-radius: 999px;
    background: rgba(166, 105, 49, 0.13);
    color: #6f4423;
    font-weight: 950;
    text-decoration: none;
}

.stage434-card-share-link {
    position: absolute;
    right: 16px;
    bottom: 16px;
    background: #fffaf4;
    border: 1px solid rgba(129, 91, 56, 0.16);
    box-shadow: 0 12px 24px rgba(69, 42, 20, 0.12);
}

.stage434-mini-share form {
    margin-top: 10px;
}

.stage434-mini-share button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 0 14px;
    border: 1px solid rgba(129, 91, 56, 0.16);
    border-radius: 999px;
    background: #fffaf4;
    color: #6f4423;
    font-weight: 950;
    cursor: pointer;
}

/* Stage 435 member life service complete integration */
.stage435-shell {
    padding-bottom: 110px;
}

.stage435-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
    gap: 28px;
    align-items: stretch;
    margin-top: 26px;
    padding: 34px;
    border-radius: 38px;
    background:
        radial-gradient(circle at 15% 20%, rgba(255, 216, 182, 0.78), transparent 32%),
        linear-gradient(135deg, #fff9ef 0%, #fff2e0 46%, #fbe7d5 100%);
    border: 1px solid rgba(129, 91, 56, 0.12);
    box-shadow: 0 26px 60px rgba(69, 42, 20, 0.10);
}

.stage435-hero-copy h1 {
    margin: 10px 0 18px;
    font-family: "Noto Serif TC", serif;
    font-size: clamp(42px, 7vw, 92px);
    line-height: 0.95;
    letter-spacing: -0.05em;
    color: #3f2b1e;
}

.stage435-hero-copy p:not(.eyebrow) {
    max-width: 720px;
    margin: 0;
    color: #74543c;
    font-weight: 800;
    line-height: 1.9;
}

.stage435-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
}

.stage435-outline-link,
.stage435-panel-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 20px;
    border-radius: 999px;
    background: #fffaf4;
    border: 1px solid rgba(129, 91, 56, 0.14);
    color: #6f4423;
    font-weight: 950;
    text-decoration: none;
    box-shadow: 0 14px 28px rgba(69, 42, 20, 0.08);
}

.stage435-hero-board {
    position: relative;
    overflow: hidden;
    min-height: 430px;
    border-radius: 34px;
    background: #f1d7bd;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.32);
}

.stage435-hero-board img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(1.03) contrast(0.98);
}

.stage435-board-card {
    position: absolute;
    left: 22px;
    right: 22px;
    bottom: 22px;
    padding: 20px;
    border-radius: 26px;
    background: rgba(255, 250, 244, 0.92);
    backdrop-filter: blur(14px);
    box-shadow: 0 18px 42px rgba(69, 42, 20, 0.16);
}

.stage435-board-card span,
.stage435-board-card small {
    display: block;
    color: #74543c;
    font-weight: 900;
}

.stage435-board-card strong {
    display: block;
    margin: 4px 0;
    color: #3f2b1e;
    font-size: 42px;
    font-weight: 1000;
}

.stage435-stat-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 14px;
    margin: 22px 0 28px;
}

.stage435-stat-card {
    min-height: 154px;
    padding: 18px;
    border-radius: 26px;
    background: #fffaf4;
    border: 1px solid rgba(129, 91, 56, 0.12);
    box-shadow: 0 16px 34px rgba(69, 42, 20, 0.07);
}

.stage435-stat-card.peach { background: #fff1e3; }
.stage435-stat-card.rose { background: #fff0ef; }
.stage435-stat-card.mint { background: #eefbf3; }
.stage435-stat-card.butter { background: #fff7d9; }
.stage435-stat-card.cream { background: #fffaf4; }
.stage435-stat-card.blue { background: #eef7ff; }
.stage435-stat-card.lavender { background: #f7f0ff; }
.stage435-stat-card.red { background: #fff0ed; }
.stage435-stat-card.gold { background: #fff3cd; }
.stage435-stat-card.green { background: #edf9e8; }

.stage435-stat-card span,
.stage435-stat-card small {
    display: block;
    color: #74543c;
    font-weight: 900;
    line-height: 1.55;
}

.stage435-stat-card strong {
    display: block;
    margin: 7px 0;
    color: #3f2b1e;
    font-size: 38px;
    font-weight: 1000;
}

.stage435-section-head {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 16px;
    margin: 34px 0 16px;
}

.stage435-section-head h2,
.stage435-panel-title h2 {
    margin: 0;
    font-family: "Noto Serif TC", serif;
    color: #3f2b1e;
    font-size: clamp(28px, 4vw, 46px);
    letter-spacing: -0.04em;
}

.stage435-section-head a {
    color: #6f4423;
    font-weight: 950;
    text-decoration: none;
}

.stage435-journey {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 14px;
}

.stage435-journey-step {
    position: relative;
    min-height: 232px;
    padding: 20px;
    border-radius: 28px;
    background: linear-gradient(180deg, #fffaf4 0%, #fff3e8 100%);
    border: 1px solid rgba(129, 91, 56, 0.12);
    box-shadow: 0 16px 34px rgba(69, 42, 20, 0.07);
}

.stage435-journey-step span {
    display: inline-flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #3f2b1e;
    color: #fff7ed;
    font-weight: 1000;
}

.stage435-journey-step h3 {
    margin: 16px 0 8px;
    color: #3f2b1e;
    font-size: 18px;
    font-weight: 1000;
}

.stage435-journey-step p {
    margin: 0 0 16px;
    color: #74543c;
    font-weight: 800;
    line-height: 1.7;
}

.stage435-journey-step a {
    position: absolute;
    left: 20px;
    bottom: 18px;
    color: #a66931;
    font-weight: 1000;
    text-decoration: none;
}

.stage435-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 22px;
    margin-top: 24px;
}

.stage435-main-panel,
.stage435-side-panel,
.stage435-status-panel {
    padding: 24px;
    border-radius: 32px;
    background: rgba(255, 250, 244, 0.86);
    border: 1px solid rgba(129, 91, 56, 0.12);
    box-shadow: 0 20px 44px rgba(69, 42, 20, 0.08);
}

.stage435-side-panel {
    position: sticky;
    top: 18px;
    align-self: start;
}

.stage435-panel-title {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 18px;
}

.stage435-panel-title span {
    color: #74543c;
    font-weight: 850;
}

.stage435-panel-title.compact h2 {
    font-size: 30px;
}

.stage435-module-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.stage435-module-card {
    position: relative;
    min-height: 148px;
    padding: 18px;
    border-radius: 24px;
    background: #fff;
    color: #3f2b1e;
    text-decoration: none;
    border: 1px solid rgba(129, 91, 56, 0.10);
    transition: transform .18s ease, box-shadow .18s ease;
}

.stage435-module-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 20px 40px rgba(69, 42, 20, 0.10);
}

.stage435-module-card span,
.stage435-module-card small,
.stage435-module-card em {
    display: block;
    color: #74543c;
    font-weight: 900;
    line-height: 1.65;
    font-style: normal;
}

.stage435-module-card strong {
    display: block;
    margin: 4px 0;
    color: #3f2b1e;
    font-size: 20px;
    font-weight: 1000;
}

.stage435-module-card em {
    position: absolute;
    right: 16px;
    top: 16px;
    padding: 5px 10px;
    border-radius: 999px;
    background: rgba(129, 91, 56, 0.10);
    color: #6f4423;
    font-size: 12px;
}

.stage435-next-card {
    padding: 16px;
    border-radius: 22px;
    background: #fff;
    border: 1px solid rgba(129, 91, 56, 0.10);
    margin-bottom: 12px;
}

.stage435-next-card h3 {
    margin: 0 0 8px;
    color: #3f2b1e;
    font-weight: 1000;
}

.stage435-next-card p {
    margin: 0 0 12px;
    color: #74543c;
    line-height: 1.7;
    font-weight: 800;
}

.stage435-next-card a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 0 14px;
    border-radius: 999px;
    background: #3f2b1e;
    color: #fff7ed;
    font-weight: 950;
    text-decoration: none;
}

.stage435-two-col {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin-top: 24px;
}

.stage435-status-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px solid rgba(129, 91, 56, 0.10);
    color: #74543c;
    font-weight: 950;
}

.stage435-status-row strong {
    color: #3f2b1e;
    font-size: 24px;
    font-weight: 1000;
}

.stage435-checklist-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.stage435-check-card {
    display: flex;
    gap: 14px;
    min-height: 138px;
    padding: 18px;
    border-radius: 24px;
    background: #fffaf4;
    border: 1px solid rgba(129, 91, 56, 0.12);
    box-shadow: 0 14px 28px rgba(69, 42, 20, 0.06);
}

.stage435-check-card > span {
    flex: 0 0 34px;
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-weight: 1000;
}

.stage435-check-card.done > span {
    background: #3f2b1e;
    color: #fff7ed;
}

.stage435-check-card.pending > span {
    background: rgba(129, 91, 56, 0.12);
    color: #6f4423;
}

.stage435-check-card strong {
    color: #3f2b1e;
    font-weight: 1000;
}

.stage435-check-card p {
    margin: 6px 0 0;
    color: #74543c;
    line-height: 1.65;
    font-weight: 800;
}

.stage435-booking-card {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    align-items: center;
    padding: 16px;
    border-radius: 24px;
    background: #fff;
    border: 1px solid rgba(129, 91, 56, 0.10);
    margin-bottom: 12px;
}

.stage435-booking-card span {
    display: inline-flex;
    padding: 5px 10px;
    border-radius: 999px;
    background: rgba(129, 91, 56, 0.10);
    color: #6f4423;
    font-weight: 950;
}

.stage435-booking-card h3 {
    margin: 8px 0 4px;
    color: #3f2b1e;
    font-weight: 1000;
}

.stage435-booking-card p {
    margin: 0;
    color: #74543c;
    font-weight: 800;
}

.stage435-booking-card a,
.stage435-empty a {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 0 16px;
    border-radius: 999px;
    background: #fff3e4;
    color: #6f4423;
    font-weight: 950;
    text-decoration: none;
}

.stage435-signal-list article,
.stage435-empty {
    display: grid;
    gap: 8px;
    padding: 16px;
    border-radius: 22px;
    background: #fff;
    border: 1px solid rgba(129, 91, 56, 0.10);
    margin-bottom: 12px;
}

.stage435-signal-list span {
    color: #a66931;
    font-weight: 1000;
    font-size: 12px;
    letter-spacing: .04em;
}

.stage435-signal-list strong,
.stage435-empty strong {
    color: #3f2b1e;
    font-weight: 1000;
}

.stage435-signal-list small,
.stage435-empty span {
    color: #74543c;
    line-height: 1.6;
    font-weight: 800;
}

.bottom-space {
    margin-bottom: 26px;
}

@media (max-width: 1200px) {
    .stage435-stat-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .stage435-journey {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .stage435-layout {
        grid-template-columns: 1fr;
    }
    .stage435-side-panel {
        position: static;
    }
}

@media (max-width: 860px) {
    .stage435-hero,
    .stage435-two-col {
        grid-template-columns: 1fr;
    }
    .stage435-stat-grid,
    .stage435-module-grid,
    .stage435-checklist-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 620px) {
    .stage435-hero,
    .stage435-main-panel,
    .stage435-side-panel,
    .stage435-status-panel {
        padding: 18px;
        border-radius: 26px;
    }
    .stage435-hero-board {
        min-height: 300px;
    }
    .stage435-stat-grid,
    .stage435-journey,
    .stage435-module-grid,
    .stage435-checklist-grid {
        grid-template-columns: 1fr;
    }
    .stage435-booking-card {
        align-items: flex-start;
        flex-direction: column;
    }
}

/* Stage 532 臨時清掃快速媒合客製頁 */
.temp-cleaning-shell {
    background:
        radial-gradient(circle at 10% 12%, rgba(255, 189, 136, 0.38), transparent 28rem),
        radial-gradient(circle at 92% 20%, rgba(96, 165, 250, 0.26), transparent 32rem),
        linear-gradient(180deg, #fffaf5 0%, #fff 42%, #f7fbff 100%);
}

.temp-cleaning-entry {
    text-decoration: none;
    color: inherit;
}

.temp-cleaning-fast-chip {
    background: #111827 !important;
    color: #fff !important;
    border-color: #111827 !important;
}

.temp-cleaning-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(320px, 0.55fr);
    gap: 1.4rem;
    align-items: stretch;
    padding: 2rem;
    border-radius: 2.4rem;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(255, 244, 229, 0.92)),
        url('/images/stage314/service-helper.jpg') center/cover;
    box-shadow: 0 28px 70px rgba(86, 69, 52, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.9);
    margin-top: 1.25rem;
}

.temp-cleaning-hero-copy h1 {
    margin: 0.5rem 0 1rem;
    font-family: 'Noto Serif TC', serif;
    font-size: clamp(2.3rem, 6vw, 5.1rem);
    line-height: 1.08;
    letter-spacing: -0.06em;
    color: #1f2937;
}

.temp-cleaning-hero-copy p {
    max-width: 46rem;
    color: #6b5a4a;
    font-size: 1.06rem;
    line-height: 1.9;
}

.temp-cleaning-hero-actions,
.temp-cleaning-source-strip {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    margin-top: 1.3rem;
}

.temp-cleaning-hero-actions a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3.15rem;
    padding: 0 1.25rem;
    border-radius: 999px;
    background: #111827;
    color: #fff;
    font-weight: 900;
    text-decoration: none;
    box-shadow: 0 14px 30px rgba(17, 24, 39, 0.2);
}

.temp-cleaning-hero-actions a.ghost {
    background: rgba(255, 255, 255, 0.7);
    color: #1f2937;
    border: 1px solid rgba(17, 24, 39, 0.12);
    box-shadow: none;
}

.temp-cleaning-source-strip span {
    border-radius: 999px;
    padding: 0.55rem 0.8rem;
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(146, 64, 14, 0.12);
    color: #92400e;
    font-size: 0.86rem;
    font-weight: 900;
}

.temp-cleaning-live-card {
    padding: 1.4rem;
    border-radius: 2rem;
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(255, 255, 255, 0.9);
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.13);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 22rem;
}

.live-dot {
    width: fit-content;
    border-radius: 999px;
    padding: 0.46rem 0.72rem;
    background: #dcfce7;
    color: #166534;
    font-weight: 900;
    font-size: 0.82rem;
}

.temp-cleaning-live-card h2 {
    margin: 1.1rem 0 0.5rem;
    font-size: 2rem;
    color: #1f2937;
}

.temp-cleaning-live-card p {
    color: #6b7280;
    line-height: 1.75;
}

.temp-cleaning-price-preview {
    display: grid;
    gap: 0.4rem;
    border-radius: 1.4rem;
    padding: 1rem;
    background: #111827;
    color: #fff;
}

.temp-cleaning-price-preview small,
.temp-cleaning-price-preview span {
    color: rgba(255, 255, 255, 0.72);
}

.temp-cleaning-price-preview strong {
    font-size: 1.45rem;
}

.temp-cleaning-switcher,
.temp-cleaning-layout,
.temp-cleaning-stat-grid {
    margin-top: 1.25rem;
}

.temp-cleaning-switcher {
    padding: 1.2rem;
    border-radius: 2rem;
    background: rgba(255, 255, 255, 0.86);
    border: 1px solid rgba(15, 23, 42, 0.08);
}

.temp-cleaning-service-tabs {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    gap: 0.85rem;
    margin-top: 1rem;
}

.temp-cleaning-service-tabs a {
    display: grid;
    gap: 0.36rem;
    text-decoration: none;
    color: #1f2937;
    padding: 1rem;
    border-radius: 1.4rem;
    background: #fff;
    border: 1px solid rgba(15, 23, 42, 0.08);
}

.temp-cleaning-service-tabs a.active {
    background: #fff7ed;
    border-color: #fb923c;
    box-shadow: 0 16px 36px rgba(251, 146, 60, 0.2);
}

.temp-cleaning-service-tabs span,
.temp-cleaning-service-tabs small {
    color: #6b7280;
}

.temp-cleaning-stat-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.95rem;
}

.temp-cleaning-stat-grid article {
    padding: 1.2rem;
    border-radius: 1.5rem;
    background: #fff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
}

.temp-cleaning-stat-grid span,
.temp-cleaning-stat-grid small {
    display: block;
    color: #6b7280;
}

.temp-cleaning-stat-grid strong {
    display: block;
    margin: 0.35rem 0;
    color: #111827;
    font-size: 1.65rem;
}

.temp-cleaning-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    align-items: start;
    gap: 1.25rem;
}

.temp-cleaning-form-card,
.temp-cleaning-panel-card {
    border-radius: 2rem;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 22px 58px rgba(15, 23, 42, 0.08);
}

.temp-cleaning-form-card {
    padding: 1.45rem;
}

.form-section-heading h2,
.temp-cleaning-panel-card h3 {
    margin: 0.3rem 0 0.3rem;
    font-size: 1.7rem;
    color: #1f2937;
}

.form-section-heading span,
.temp-cleaning-choice-title small {
    color: #6b7280;
}

.temp-cleaning-choice-block {
    margin-top: 1.2rem;
    padding: 1.1rem;
    border-radius: 1.55rem;
    background: #f9fafb;
    border: 1px solid rgba(15, 23, 42, 0.06);
}

.temp-cleaning-choice-title {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: end;
    margin-bottom: 0.85rem;
}

.temp-cleaning-field {
    display: grid;
    gap: 0.45rem;
    color: #374151;
    font-weight: 900;
}

.temp-cleaning-field input,
.temp-cleaning-field textarea {
    width: 100%;
    border: 1px solid rgba(15, 23, 42, 0.12);
    border-radius: 1rem;
    padding: 0.82rem 0.9rem;
    font: inherit;
    background: #fff;
    outline: none;
}

.temp-cleaning-field input:focus,
.temp-cleaning-field textarea:focus {
    border-color: #fb923c;
    box-shadow: 0 0 0 4px rgba(251, 146, 60, 0.12);
}

.temp-cleaning-choice-block > .temp-cleaning-field.full {
    margin-top: 0.85rem;
}

.temp-cleaning-choice-block:first-of-type,
.temp-cleaning-two-grid,
.temp-cleaning-extra-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.85rem;
}

.temp-cleaning-field.wide,
.temp-cleaning-field.full {
    grid-column: 1 / -1;
}

.temp-cleaning-chip-grid,
.temp-cleaning-area-grid,
.temp-cleaning-tool-grid,
.temp-cleaning-mini-options {
    display: grid;
    gap: 0.75rem;
}

.temp-cleaning-chip-grid {
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
}

.temp-cleaning-area-grid {
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.temp-cleaning-tool-grid {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.temp-cleaning-mini-options {
    grid-template-columns: 1fr;
}

.temp-cleaning-chip-grid label,
.temp-cleaning-area-grid label,
.temp-cleaning-tool-grid label,
.temp-cleaning-mini-options label,
.temp-cleaning-extra-grid label {
    cursor: pointer;
    display: grid;
    gap: 0.28rem;
    padding: 0.95rem;
    border-radius: 1.2rem;
    background: #fff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.temp-cleaning-chip-grid label:hover,
.temp-cleaning-area-grid label:hover,
.temp-cleaning-tool-grid label:hover,
.temp-cleaning-mini-options label:hover,
.temp-cleaning-extra-grid label:hover {
    transform: translateY(-2px);
}

.temp-cleaning-chip-grid label.active,
.temp-cleaning-area-grid label.active,
.temp-cleaning-tool-grid label.active,
.temp-cleaning-mini-options label.active,
.temp-cleaning-extra-grid label:has(input:checked) {
    border-color: #fb923c;
    background: #fff7ed;
}

.temp-cleaning-chip-grid input,
.temp-cleaning-area-grid input,
.temp-cleaning-tool-grid input,
.temp-cleaning-mini-options input {
    accent-color: #ea580c;
}

.temp-cleaning-area-grid strong,
.temp-cleaning-tool-grid strong,
.temp-cleaning-mini-options b,
.temp-cleaning-chip-grid strong {
    color: #111827;
}

.temp-cleaning-area-grid small,
.temp-cleaning-tool-grid span,
.temp-cleaning-mini-options small,
.temp-cleaning-chip-grid span {
    color: #6b7280;
    line-height: 1.55;
}

.temp-cleaning-submit-panel {
    position: sticky;
    bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-top: 1.2rem;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #111827;
    color: #fff;
    box-shadow: 0 20px 50px rgba(17, 24, 39, 0.22);
}

.temp-cleaning-submit-panel div {
    display: grid;
    gap: 0.22rem;
}

.temp-cleaning-submit-panel span,
.temp-cleaning-submit-panel small {
    color: rgba(255, 255, 255, 0.72);
}

.temp-cleaning-submit-panel strong {
    font-size: 1.5rem;
}

.temp-cleaning-submit-panel button {
    border: 0;
    border-radius: 999px;
    padding: 0.9rem 1.25rem;
    background: #fb923c;
    color: #111827;
    font-weight: 1000;
    cursor: pointer;
    white-space: nowrap;
}

.temp-cleaning-side-panel {
    display: grid;
    gap: 1rem;
    position: sticky;
    top: 1rem;
}

.temp-cleaning-panel-card {
    padding: 1.15rem;
}

.temp-cleaning-panel-card.warm {
    background: #fff7ed;
}

.temp-cleaning-panel-card.examples {
    background: #f0f9ff;
}

.temp-cleaning-step-list,
.temp-cleaning-note-list,
.temp-cleaning-example-list {
    display: grid;
    gap: 0.75rem;
    margin-top: 0.8rem;
}

.temp-cleaning-step-list article,
.temp-cleaning-note-list article,
.temp-cleaning-example-list article {
    padding: 0.85rem;
    border-radius: 1.05rem;
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(15, 23, 42, 0.07);
}

.temp-cleaning-step-list span {
    display: inline-flex;
    width: 2.3rem;
    height: 2.3rem;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #111827;
    color: #fff;
    font-weight: 900;
    margin-bottom: 0.45rem;
}

.temp-cleaning-note-list span,
.temp-cleaning-note-list small,
.temp-cleaning-example-list small {
    display: block;
    color: #6b7280;
    line-height: 1.55;
    margin-top: 0.25rem;
}

@media (max-width: 980px) {
    .temp-cleaning-hero,
    .temp-cleaning-layout {
        grid-template-columns: 1fr;
    }

    .temp-cleaning-stat-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .temp-cleaning-side-panel {
        position: static;
    }
}

@media (max-width: 640px) {
    .temp-cleaning-hero,
    .temp-cleaning-form-card,
    .temp-cleaning-switcher {
        padding: 1rem;
        border-radius: 1.4rem;
    }

    .temp-cleaning-stat-grid,
    .temp-cleaning-choice-block:first-of-type,
    .temp-cleaning-two-grid,
    .temp-cleaning-extra-grid {
        grid-template-columns: 1fr;
    }

    .temp-cleaning-choice-title,
    .temp-cleaning-submit-panel {
        align-items: stretch;
        flex-direction: column;
    }

    .temp-cleaning-submit-panel button {
        width: 100%;
    }
}

/* 第 534 階段：會員端臨時清掃媒合需求送出完成頁 */
.temp-cleaning-complete-shell {
    background:
        radial-gradient(circle at 10% 8%, rgba(242, 115, 86, 0.14), transparent 28%),
        radial-gradient(circle at 90% 0%, rgba(42, 143, 132, 0.14), transparent 30%),
        #fffaf4;
}

.temp-cleaning-complete-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(280px, 0.55fr);
    gap: 24px;
    align-items: stretch;
    margin: 34px 0 24px;
}

.temp-cleaning-complete-copy,
.temp-cleaning-complete-ticket,
.temp-cleaning-complete-panel,
.temp-cleaning-complete-grid article,
.temp-cleaning-cancel-card {
    border: 1px solid rgba(231, 196, 169, 0.82);
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 24px 70px rgba(93, 58, 39, 0.09);
}

.temp-cleaning-complete-copy {
    padding: 46px;
    position: relative;
    overflow: hidden;
}

.temp-cleaning-complete-copy::after {
    content: "";
    position: absolute;
    right: -80px;
    bottom: -90px;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    background: rgba(42, 143, 132, 0.12);
}

.temp-cleaning-complete-copy h1 {
    position: relative;
    z-index: 1;
    font-family: "Noto Serif TC", serif;
    font-size: clamp(2.3rem, 5vw, 5rem);
    line-height: 1.05;
    margin: 8px 0 18px;
    color: #1f1c1a;
    letter-spacing: -0.06em;
}

.temp-cleaning-complete-copy p {
    position: relative;
    z-index: 1;
    max-width: 760px;
    color: #6d625c;
    font-size: 1.08rem;
    line-height: 2;
    font-weight: 700;
}

.temp-cleaning-complete-actions {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
}

.temp-cleaning-complete-actions a,
.temp-cleaning-cancel-card button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    border: none;
    border-radius: 999px;
    padding: 0 22px;
    background: #ef6f5a;
    color: #fff;
    font-weight: 900;
    text-decoration: none;
    box-shadow: 0 16px 30px rgba(239, 111, 90, 0.24);
    cursor: pointer;
}

.temp-cleaning-complete-actions a.ghost {
    background: #fff;
    color: #2a8f84;
    border: 1px solid rgba(42, 143, 132, 0.28);
    box-shadow: none;
}

.temp-cleaning-complete-actions.inline {
    margin-top: 18px;
}

.temp-cleaning-complete-ticket {
    padding: 28px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: linear-gradient(145deg, #236f68, #2e9d90);
    color: #fff;
    min-height: 300px;
    overflow: hidden;
    position: relative;
}

.temp-cleaning-complete-ticket::before {
    content: "";
    position: absolute;
    right: -70px;
    top: -70px;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    border: 34px solid rgba(255, 255, 255, 0.12);
}

.temp-cleaning-complete-ticket span,
.temp-cleaning-complete-ticket small,
.temp-cleaning-complete-ticket p {
    position: relative;
    z-index: 1;
}

.temp-cleaning-complete-ticket span {
    font-weight: 900;
    letter-spacing: 0.08em;
    opacity: 0.86;
}

.temp-cleaning-complete-ticket strong {
    position: relative;
    z-index: 1;
    font-size: clamp(2.4rem, 5vw, 4.6rem);
    line-height: 1;
    margin: 16px 0 12px;
}

.temp-cleaning-complete-ticket small {
    display: inline-flex;
    width: max-content;
    border-radius: 999px;
    padding: 8px 14px;
    background: rgba(255, 255, 255, 0.18);
    font-weight: 900;
}

.temp-cleaning-complete-ticket p {
    margin: 18px 0 0;
    line-height: 1.8;
    opacity: 0.9;
    font-weight: 700;
}

.temp-cleaning-complete-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    margin-bottom: 24px;
}

.temp-cleaning-complete-grid article {
    padding: 22px;
}

.temp-cleaning-complete-grid span,
.temp-cleaning-request-info small {
    display: block;
    color: #8d7a6f;
    font-size: 0.82rem;
    font-weight: 900;
    letter-spacing: 0.06em;
}

.temp-cleaning-complete-grid strong {
    display: block;
    margin: 10px 0 8px;
    color: #1f1c1a;
    font-size: 1.42rem;
    font-weight: 950;
}

.temp-cleaning-complete-grid small {
    color: #756a63;
    line-height: 1.7;
    font-weight: 700;
}

.temp-cleaning-complete-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 22px;
    align-items: start;
}

.temp-cleaning-complete-main,
.temp-cleaning-complete-side {
    display: grid;
    gap: 22px;
}

.temp-cleaning-complete-panel {
    padding: 28px;
}

.temp-cleaning-complete-panel.warm {
    background: linear-gradient(145deg, #fff8ed, #ffffff);
}

.temp-cleaning-complete-steps {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    margin-top: 18px;
}

.temp-cleaning-complete-steps article {
    border-radius: 24px;
    border: 1px solid rgba(225, 199, 180, 0.8);
    background: #fffaf5;
    padding: 20px;
    min-height: 142px;
}

.temp-cleaning-complete-steps article.done {
    background: #effaf6;
    border-color: rgba(42, 143, 132, 0.24);
}

.temp-cleaning-complete-steps article.active {
    background: #fff1e9;
    border-color: rgba(239, 111, 90, 0.28);
    box-shadow: inset 0 0 0 2px rgba(239, 111, 90, 0.08);
}

.temp-cleaning-complete-steps span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #2a8f84;
    color: #fff;
    font-weight: 950;
}

.temp-cleaning-complete-steps article.active span {
    background: #ef6f5a;
}

.temp-cleaning-complete-steps strong {
    display: block;
    margin-top: 16px;
    color: #2b2521;
    font-size: 1.03rem;
    line-height: 1.5;
}

.temp-cleaning-request-info {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 18px;
}

.temp-cleaning-request-info article,
.temp-cleaning-next-list article,
.temp-cleaning-side-list article {
    border: 1px solid rgba(225, 199, 180, 0.72);
    border-radius: 22px;
    background: #fffdf9;
    padding: 18px;
}

.temp-cleaning-request-info strong {
    display: block;
    margin: 8px 0 6px;
    color: #201d1a;
    font-size: 1.08rem;
    line-height: 1.55;
}

.temp-cleaning-request-info span {
    color: #70645c;
    font-weight: 700;
    line-height: 1.65;
}

.temp-cleaning-complete-note {
    margin-top: 16px;
    border-radius: 22px;
    background: #f4fbf8;
    border: 1px solid rgba(42, 143, 132, 0.18);
    padding: 18px;
}

.temp-cleaning-complete-note strong {
    display: block;
    color: #1f6f67;
    margin-bottom: 10px;
}

.temp-cleaning-complete-note pre {
    margin: 0;
    white-space: pre-wrap;
    word-break: break-word;
    color: #514944;
    line-height: 1.9;
    font-family: "Noto Sans TC", sans-serif;
    font-weight: 700;
}

.temp-cleaning-next-list,
.temp-cleaning-side-list {
    display: grid;
    gap: 12px;
    margin-top: 16px;
}

.temp-cleaning-next-list article {
    display: flex;
    gap: 12px;
    align-items: flex-start;
}

.temp-cleaning-next-list span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    flex: 0 0 30px;
    background: #2a8f84;
    color: #fff;
    font-weight: 900;
}

.temp-cleaning-next-list strong,
.temp-cleaning-side-list strong {
    display: block;
    color: #2b2521;
    font-weight: 950;
}

.temp-cleaning-next-list small,
.temp-cleaning-side-list small,
.temp-cleaning-side-list span {
    display: block;
    color: #70645c;
    line-height: 1.7;
    margin-top: 4px;
    font-weight: 700;
}

.temp-cleaning-cancel-card {
    display: grid;
    gap: 10px;
    padding: 24px;
    background: #fff6f3;
}

.temp-cleaning-cancel-card strong {
    color: #2b2521;
    font-size: 1.15rem;
}

.temp-cleaning-cancel-card span {
    color: #7c6259;
    line-height: 1.7;
    font-weight: 700;
}

.temp-cleaning-cancel-card button {
    width: 100%;
    margin-top: 4px;
    background: #2a8f84;
    box-shadow: 0 16px 30px rgba(42, 143, 132, 0.18);
}

@media (max-width: 1080px) {
    .temp-cleaning-complete-hero,
    .temp-cleaning-complete-layout {
        grid-template-columns: 1fr;
    }

    .temp-cleaning-complete-grid,
    .temp-cleaning-complete-steps {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 720px) {
    .temp-cleaning-complete-copy,
    .temp-cleaning-complete-ticket,
    .temp-cleaning-complete-panel {
        border-radius: 24px;
        padding: 22px;
    }

    .temp-cleaning-complete-grid,
    .temp-cleaning-complete-steps,
    .temp-cleaning-request-info {
        grid-template-columns: 1fr;
    }

    .temp-cleaning-complete-copy h1 {
        font-size: 2.45rem;
    }
}

/* 第 535 階段：會員端臨時清掃媒合回覆列表 */
.temp-cleaning-replies-shell {
    background: radial-gradient(circle at 8% 8%, rgba(252, 137, 107, 0.18), transparent 28%),
                radial-gradient(circle at 88% 14%, rgba(38, 141, 135, 0.16), transparent 30%),
                #fffaf4;
    min-height: 100vh;
}

.temp-cleaning-replies-hero {
    width: min(1180px, calc(100% - 40px));
    margin: 46px auto 24px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 330px;
    gap: 24px;
    align-items: stretch;
}

.temp-cleaning-replies-copy,
.temp-cleaning-replies-ticket,
.temp-cleaning-replies-panel,
.temp-cleaning-reply-card,
.temp-cleaning-replies-summary article {
    border: 1px solid rgba(34, 92, 88, 0.12);
    box-shadow: 0 26px 70px rgba(54, 45, 38, 0.08);
    background: rgba(255, 255, 255, 0.88);
    backdrop-filter: blur(18px);
}

.temp-cleaning-replies-copy {
    border-radius: 34px;
    padding: 42px;
}

.temp-cleaning-replies-copy h1 {
    margin: 8px 0 16px;
    font-family: 'Noto Serif TC', serif;
    font-size: clamp(40px, 5.5vw, 76px);
    line-height: 1.05;
    letter-spacing: -0.06em;
    color: #1f2328;
}

.temp-cleaning-replies-copy p:not(.eyebrow) {
    max-width: 760px;
    color: #5e5a54;
    font-size: 17px;
    line-height: 1.9;
    font-weight: 700;
}

.temp-cleaning-replies-actions,
.reply-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
}

.temp-cleaning-replies-actions {
    margin-top: 28px;
}

.temp-cleaning-replies-actions a,
.reply-actions a,
.reply-actions button {
    border: 0;
    border-radius: 999px;
    padding: 13px 20px;
    background: #ee715d;
    color: #fff;
    font-weight: 900;
    text-decoration: none;
    cursor: pointer;
    box-shadow: 0 16px 32px rgba(238, 113, 93, 0.24);
}

.temp-cleaning-replies-actions a.ghost,
.reply-actions a.ghost {
    background: #fff;
    color: #267f79;
    border: 1px solid rgba(38, 127, 121, 0.18);
    box-shadow: none;
}

.temp-cleaning-replies-ticket {
    border-radius: 34px;
    padding: 34px;
    background: linear-gradient(150deg, #1f8d86, #163f3f);
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 260px;
}

.temp-cleaning-replies-ticket span,
.temp-cleaning-replies-ticket small {
    color: rgba(255, 255, 255, 0.78);
    font-weight: 900;
}

.temp-cleaning-replies-ticket strong {
    margin: 12px 0;
    font-size: 58px;
    font-family: 'Noto Serif TC', serif;
    line-height: 1;
}

.temp-cleaning-replies-ticket p {
    margin: 16px 0 0;
    color: rgba(255, 255, 255, 0.88);
    font-weight: 800;
    line-height: 1.7;
}

.temp-cleaning-replies-summary {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto 24px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.temp-cleaning-replies-summary article {
    border-radius: 26px;
    padding: 22px;
}

.temp-cleaning-replies-summary span,
.temp-cleaning-replies-summary small {
    color: #7a7067;
    font-weight: 800;
}

.temp-cleaning-replies-summary strong {
    display: block;
    margin: 8px 0;
    font-size: 30px;
    color: #1f2328;
    font-family: 'Noto Serif TC', serif;
}

.temp-cleaning-replies-layout {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto 110px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: 24px;
    align-items: start;
}

.temp-cleaning-replies-main,
.temp-cleaning-replies-side {
    display: grid;
    gap: 18px;
}

.temp-cleaning-replies-panel {
    border-radius: 30px;
    padding: 26px;
}

.temp-cleaning-reply-sort-tabs {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.temp-cleaning-reply-sort-tabs a {
    border-radius: 20px;
    padding: 16px;
    background: rgba(38, 141, 135, 0.08);
    text-decoration: none;
    border: 1px solid transparent;
}

.temp-cleaning-reply-sort-tabs a.active {
    background: #1f8d86;
    color: #fff;
    box-shadow: 0 16px 36px rgba(31, 141, 134, 0.22);
}

.temp-cleaning-reply-sort-tabs strong,
.temp-cleaning-reply-sort-tabs small {
    display: block;
}

.temp-cleaning-reply-sort-tabs strong {
    color: inherit;
    font-weight: 900;
}

.temp-cleaning-reply-sort-tabs small {
    margin-top: 6px;
    color: inherit;
    opacity: 0.74;
    font-weight: 700;
    line-height: 1.55;
}

.temp-cleaning-reply-list {
    display: grid;
    gap: 18px;
}

.temp-cleaning-reply-card {
    position: relative;
    border-radius: 34px;
    padding: 24px;
    display: grid;
    grid-template-columns: 54px 100px minmax(0, 1fr);
    gap: 18px;
    overflow: hidden;
}

.temp-cleaning-reply-card.recommended {
    border-color: rgba(238, 113, 93, 0.28);
}

.temp-cleaning-reply-card.selected {
    border-color: rgba(31, 141, 134, 0.45);
    box-shadow: 0 30px 80px rgba(31, 141, 134, 0.16);
}

.reply-rank {
    width: 48px;
    height: 48px;
    border-radius: 18px;
    background: #1f2328;
    color: #fff;
    display: grid;
    place-items: center;
    align-self: start;
    font-weight: 900;
    position: relative;
}

.reply-rank small {
    position: absolute;
    left: 0;
    top: 56px;
    min-width: 48px;
    text-align: center;
    color: #ee715d;
    font-size: 12px;
    font-weight: 900;
}

.reply-avatar {
    width: 100px;
    height: 100px;
    border-radius: 28px;
    overflow: hidden;
    background: #f1ebe3;
}

.reply-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.reply-title-row {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    align-items: flex-start;
}

.reply-title-row h3 {
    margin: 4px 0 0;
    font-size: 26px;
    color: #222;
    font-weight: 900;
}

.reply-price {
    min-width: 160px;
    border-radius: 22px;
    padding: 14px 16px;
    background: rgba(238, 113, 93, 0.1);
    text-align: right;
}

.reply-price span {
    display: block;
    color: #8a776a;
    font-size: 12px;
    font-weight: 900;
}

.reply-price strong {
    display: block;
    color: #d85e4e;
    font-size: 22px;
    font-weight: 900;
}

.reply-metrics,
.reply-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 14px;
}

.reply-metrics span,
.reply-chips span {
    border-radius: 999px;
    background: rgba(31, 141, 134, 0.09);
    color: #1f7c76;
    padding: 8px 12px;
    font-size: 13px;
    font-weight: 900;
}

.reply-metrics span {
    background: #fff8ef;
    color: #604d3d;
    border: 1px solid rgba(96, 77, 61, 0.1);
}

.reply-note {
    margin: 16px 0 0;
    color: #5f5a54;
    line-height: 1.8;
    font-weight: 700;
}

.reply-service-tags {
    margin-top: 12px;
    color: #4d4944;
    font-weight: 800;
    line-height: 1.7;
}

.reply-service-tags strong {
    color: #1f2328;
}

.reply-service-tags.muted {
    color: #7b746c;
}

.reply-actions {
    margin-top: 18px;
}

.reply-actions form {
    margin: 0;
}

.reply-actions a.solid {
    background: #1f8d86;
    box-shadow: 0 16px 32px rgba(31, 141, 134, 0.2);
}

.temp-cleaning-replies-side .temp-cleaning-replies-panel h3 {
    margin: 6px 0 16px;
    font-size: 24px;
    font-weight: 900;
    color: #1f2328;
}

.temp-cleaning-replies-panel.warm {
    background: linear-gradient(160deg, rgba(255, 247, 238, 0.94), rgba(237, 250, 248, 0.92));
}

.temp-cleaning-replies-panel.warm > strong {
    display: block;
    margin: 10px 0;
    color: #1f8d86;
    font-size: 22px;
    font-weight: 900;
}

.temp-cleaning-replies-panel.warm > span,
.temp-cleaning-replies-panel.warm > p {
    display: block;
    color: #61574e;
    font-weight: 800;
    line-height: 1.7;
}

@media (max-width: 1024px) {
    .temp-cleaning-replies-hero,
    .temp-cleaning-replies-layout {
        grid-template-columns: 1fr;
    }

    .temp-cleaning-replies-summary,
    .temp-cleaning-reply-sort-tabs {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 720px) {
    .temp-cleaning-replies-hero,
    .temp-cleaning-replies-summary,
    .temp-cleaning-replies-layout {
        width: min(100% - 24px, 1180px);
    }

    .temp-cleaning-replies-copy {
        padding: 28px;
        border-radius: 26px;
    }

    .temp-cleaning-replies-summary,
    .temp-cleaning-reply-sort-tabs {
        grid-template-columns: 1fr;
    }

    .temp-cleaning-reply-card {
        grid-template-columns: 1fr;
    }

    .reply-rank {
        position: absolute;
        right: 20px;
        top: 20px;
    }

    .reply-rank small {
        top: 52px;
    }

    .reply-title-row {
        display: grid;
    }

    .reply-price {
        text-align: left;
        min-width: 0;
    }
}

/* Stage 536 - /services/ 臨時清掃服務者詳情頁 */
.temp-cleaning-provider-shell {
    background:
        radial-gradient(circle at 12% 0%, rgba(22, 163, 74, 0.12), transparent 34%),
        radial-gradient(circle at 92% 12%, rgba(251, 146, 60, 0.14), transparent 36%),
        #fffaf4;
}

.temp-cleaning-provider-hero {
    display: grid;
    grid-template-columns: minmax(260px, 0.72fr) minmax(320px, 1.25fr) minmax(240px, 0.55fr);
    gap: 22px;
    align-items: stretch;
    margin: 24px auto 18px;
    max-width: 1180px;
}

.provider-hero-media,
.provider-hero-copy,
.provider-quote-ticket,
.provider-panel,
.provider-badge-row article {
    border: 1px solid rgba(71, 85, 105, 0.12);
    box-shadow: 0 22px 48px rgba(76, 44, 18, 0.10);
}

.provider-hero-media {
    position: relative;
    overflow: hidden;
    border-radius: 34px;
    min-height: 360px;
    background: #111827;
}

.provider-hero-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.provider-ribbon {
    position: absolute;
    top: 20px;
    left: 20px;
    padding: 10px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    color: #166534;
    font-weight: 900;
    letter-spacing: 0.04em;
}

.provider-ribbon.selected {
    background: #16a34a;
    color: #fff;
}

.provider-hero-copy {
    border-radius: 34px;
    background: rgba(255, 255, 255, 0.92);
    padding: 34px;
}

.provider-hero-copy h1 {
    margin: 6px 0 8px;
    font-family: 'Noto Serif TC', serif;
    font-size: clamp(2.1rem, 4vw, 4.2rem);
    font-weight: 900;
    letter-spacing: -0.06em;
    color: #2b2016;
}

.provider-level {
    display: inline-flex;
    margin: 0 0 16px;
    padding: 8px 12px;
    border-radius: 999px;
    background: #fef3c7;
    color: #92400e;
    font-weight: 900;
}

.provider-intro {
    color: #64748b;
    line-height: 1.9;
    font-weight: 700;
}

.provider-main-metrics {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin-top: 22px;
}

.provider-main-metrics article,
.provider-work-list article,
.provider-trust-grid article,
.provider-review-list article {
    border-radius: 22px;
    background: #fff8ed;
    border: 1px solid rgba(251, 146, 60, 0.18);
    padding: 16px;
}

.provider-main-metrics strong {
    display: block;
    color: #166534;
    font-size: 1.35rem;
    font-weight: 950;
}

.provider-main-metrics span,
.provider-work-list span,
.provider-trust-grid span,
.provider-review-list strong {
    display: block;
    margin-top: 3px;
    color: #2b2016;
    font-weight: 900;
}

.provider-main-metrics small,
.provider-work-list small,
.provider-trust-grid small,
.provider-review-list small {
    display: block;
    margin-top: 6px;
    color: #64748b;
    line-height: 1.55;
}

.provider-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
}

.provider-hero-actions button,
.sticky-provider-card button {
    border: 0;
    border-radius: 999px;
    padding: 13px 20px;
    background: linear-gradient(135deg, #16a34a, #22c55e);
    color: #fff;
    font-weight: 950;
    box-shadow: 0 18px 30px rgba(22, 163, 74, 0.24);
}

.provider-hero-actions a,
.provider-hero-actions .solid,
.provider-hero-actions .ghost {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    padding: 13px 20px;
    text-decoration: none;
    font-weight: 950;
}

.provider-hero-actions .ghost {
    background: #fff;
    color: #334155;
    border: 1px solid rgba(100, 116, 139, 0.22);
}

.provider-hero-actions .disabled {
    background: #ecfdf5;
    color: #15803d;
    border: 1px solid rgba(22, 163, 74, 0.22);
}

.provider-quote-ticket {
    border-radius: 34px;
    background: linear-gradient(160deg, #2b2016, #0f172a);
    color: #fff;
    padding: 28px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.provider-quote-ticket span {
    color: #fed7aa;
    font-weight: 900;
}

.provider-quote-ticket strong {
    display: block;
    margin-top: 10px;
    font-size: clamp(2rem, 4vw, 3.5rem);
    font-weight: 950;
}

.provider-quote-ticket small,
.provider-quote-ticket p {
    margin-top: 10px;
    color: rgba(255,255,255,0.78);
    line-height: 1.7;
}

.provider-badge-row {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    max-width: 1180px;
    margin: 0 auto 20px;
}

.provider-badge-row article {
    border-radius: 24px;
    background: rgba(255,255,255,0.94);
    padding: 18px;
}

.provider-badge-row span {
    display: inline-flex;
    padding: 6px 10px;
    border-radius: 999px;
    background: #ecfdf5;
    color: #15803d;
    font-weight: 950;
    font-size: .82rem;
}

.provider-badge-row strong {
    display: block;
    margin-top: 12px;
    color: #2b2016;
    font-size: 1.05rem;
    font-weight: 950;
}

.provider-badge-row small {
    display: block;
    margin-top: 8px;
    color: #64748b;
    line-height: 1.6;
}

.temp-cleaning-provider-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: 22px;
    max-width: 1180px;
    margin: 0 auto 92px;
}

.provider-main-column,
.provider-side-column {
    display: grid;
    gap: 18px;
    align-content: start;
}

.provider-panel {
    border-radius: 30px;
    background: rgba(255,255,255,0.94);
    padding: 24px;
}

.provider-tag-groups {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.provider-tag-groups > div {
    border-radius: 24px;
    background: #f8fafc;
    border: 1px solid rgba(100,116,139,0.14);
    padding: 18px;
}

.provider-tag-groups strong {
    display: block;
    margin-bottom: 12px;
    color: #2b2016;
    font-weight: 950;
}

.provider-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.provider-chips span {
    border-radius: 999px;
    padding: 8px 11px;
    background: #fff7ed;
    color: #9a3412;
    font-weight: 900;
}

.provider-chips.muted span {
    background: #eff6ff;
    color: #1d4ed8;
}

.provider-work-list,
.provider-trust-grid,
.provider-review-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-top: 18px;
}

.provider-work-list strong,
.provider-trust-grid strong,
.provider-review-list span {
    display: block;
    margin-top: 5px;
    color: #2b2016;
    font-weight: 950;
}

.sticky-provider-card {
    position: sticky;
    top: 18px;
}

.sticky-provider-card button {
    width: 100%;
    margin-top: 18px;
}

.other-provider-list {
    display: grid;
    gap: 12px;
}

.other-provider-list a {
    display: grid;
    grid-template-columns: 56px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    padding: 12px;
    border-radius: 20px;
    background: #f8fafc;
    text-decoration: none;
    color: inherit;
}

.other-provider-list img {
    width: 56px;
    height: 56px;
    border-radius: 18px;
    object-fit: cover;
}

.other-provider-list strong,
.other-provider-list small {
    display: block;
}

.other-provider-list strong {
    color: #2b2016;
    font-weight: 950;
}

.other-provider-list small {
    margin-top: 4px;
    color: #64748b;
    line-height: 1.4;
}

@media (max-width: 1080px) {
    .temp-cleaning-provider-hero,
    .temp-cleaning-provider-layout {
        grid-template-columns: 1fr;
    }
    .provider-badge-row,
    .provider-main-metrics,
    .provider-work-list,
    .provider-trust-grid,
    .provider-review-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .provider-quote-ticket {
        min-height: 220px;
    }
}

@media (max-width: 720px) {
    .temp-cleaning-provider-hero,
    .provider-badge-row,
    .temp-cleaning-provider-layout {
        margin-left: 14px;
        margin-right: 14px;
    }
    .provider-hero-copy,
    .provider-panel,
    .provider-quote-ticket {
        padding: 20px;
        border-radius: 24px;
    }
    .provider-hero-media {
        min-height: 260px;
        border-radius: 24px;
    }
    .provider-badge-row,
    .provider-main-metrics,
    .provider-tag-groups,
    .provider-work-list,
    .provider-trust-grid,
    .provider-review-list {
        grid-template-columns: 1fr;
    }
    .provider-hero-actions,
    .provider-hero-actions form,
    .provider-hero-actions button,
    .provider-hero-actions a {
        width: 100%;
    }
}
