/* recovery-brand.css：品牌頁共用樣式 */

body {
    background: #f5f7fb;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans TC", "PingFang TC", "Microsoft JhengHei", system-ui, sans-serif;
}

.top-breadcrumb {
    font-size: 0.9rem;
}

.hero-section {
    background: radial-gradient(circle at top left, #4f8dfd 0, #3656b0 40%, #232d4f 100%);
    color: #fff;
    border-radius: 1.5rem;
    padding: 2.5rem 2rem;
    margin-top: 1.5rem;
    box-shadow: 0 18px 45px rgba(24, 49, 94, 0.45);
    position: relative;
    overflow: hidden;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    background: rgba(255, 255, 255, 0.12);
    border-radius: 999px;
    padding: 0.25rem 0.75rem;
    font-size: 0.8rem;
}

.hero-badge span.dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #4df3a3;
    box-shadow: 0 0 0 5px rgba(77, 243, 163, 0.35);
}

.hero-title {
    font-size: 1.9rem;
    font-weight: 800;
    letter-spacing: 0.03em;
}

.hero-highlight {
    color: #ffe191;
}

.hero-subtitle {
    font-size: 0.98rem;
    opacity: 0.9;
}

.hero-tag-list {
    list-style: none;
    padding-left: 0;
    margin: 0.75rem 0 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
}

.hero-tag-list li {
    font-size: 0.78rem;
    padding: 0.15rem 0.7rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(0, 0, 0, 0.08);
}

.floating-badge {
    position: absolute;
    right: 1.8rem;
    top: 1.8rem;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 1rem;
    padding: 0.8rem 1rem;
    font-size: 0.8rem;
    max-width: 220px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.floating-badge span {
    display: block;
}

.floating-badge .price {
    font-size: 0.9rem;
    font-weight: 700;
    color: #ffeb9b;
}

.hero-cta {
    margin-top: 1.5rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    align-items: center;
}

.btn-main {
    background: #ffcf4e;
    border-color: #ffcf4e;
    color: #2b2b2b;
    font-weight: 600;
    padding-inline: 1.4rem;
}

.btn-main:hover {
    background: #ffb930;
    border-color: #ffb930;
    color: #1a1a1a;
}

.btn-line {
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    color: #ffffff;
    font-size: 0.85rem;
    padding: 0.45rem 0.9rem;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    text-decoration: none;
}

.btn-line span.icon {
    font-size: 1.1rem;
}

.hero-note {
    font-size: 0.82rem;
    opacity: 0.8;
}

.section-block {
    margin-top: 2.75rem;
}

.section-title {
    font-size: 1.3rem;
    font-weight: 800;
    color: #1f2430;
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
}

.section-title span.bar {
    display: inline-block;
    width: 34px;
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(90deg, #4f8dfd, #7bb4ff);
}

.section-muted {
    font-size: 0.9rem;
    color: #6c757d;
}

.pill-badge {
    display: inline-block;
    padding: 0.15rem 0.65rem;
    border-radius: 999px;
    font-size: 0.75rem;
    background: #edf2ff;
    color: #3f5fcc;
    border: 1px solid #d3ddff;
}

.card-soft {
    border-radius: 1rem;
    border: 1px solid #e4e7f2;
    box-shadow: 0 10px 25px rgba(15, 23, 42, 0.06);
}

.card-soft:hover {
    box-shadow: 0 14px 35px rgba(15, 23, 42, 0.12);
    transform: translateY(-2px);
    transition: all 0.18s ease-out;
}

.case-card {
    border-radius: 1rem;
    border: 1px solid #e1e6f5;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.07);
}

.badge-case {
    font-size: 0.73rem;
    border-radius: 999px;
    padding: 0.1rem 0.55rem;
}

.badge-rate {
    background: #e5fbe9;
    color: #21763a;
    border: 1px solid #c3eacc;
}

.badge-time {
    background: #fff7da;
    color: #71521b;
    border: 1px solid #f3e2ae;
}

.check-list {
    list-style: none;
    padding-left: 0;
}

.check-list li::before {
    content: "•";
    margin-right: 0.5rem;
    color: #4f8dfd;
    font-weight: 900;
}

.avoid-list li::before {
    content: "!";
    margin-right: 0.45rem;
    color: #dc3545;
    font-weight: 900;
}

/* FAQ 區塊目前兩頁都沒用到，但先保留樣式以備之後擴充 */
.faq-item {
    border-left: 3px solid #e0e5ff;
    padding-left: 0.9rem;
    margin-bottom: 1.5rem;
}

.faq-item h3 {
    font-size: 0.98rem;
    font-weight: 700;
}

.faq-item p {
    font-size: 0.9rem;
}

.contact-section {
    background: linear-gradient(135deg, #ffffff, #f4f7ff);
    border-radius: 1.3rem;
    border: 1px solid #e1e6f5;
    box-shadow: 0 14px 35px rgba(15, 23, 42, 0.08);
}

.contact-highlight {
    font-weight: 700;
    color: #2950c8;
}

footer {
    margin-top: 2rem;
}

@media (max-width: 768px) {
    .hero-section {
        padding: 1.8rem 1.4rem 2.1rem;
        border-radius: 1.1rem;
    }

    .floating-badge {
        position: static;
        margin-top: 1.2rem;
        max-width: 100%;
    }

    .hero-title {
        font-size: 1.55rem;
    }

    .hero-cta {
        flex-direction: column;
        align-items: flex-start;
    }
}