footer .footer-inner .brand-img {
    max-width: 160px;
    margin: 0 auto;
}

.pc-nav-row .brand-img img {
    height: 46px;
}

.index-block-title {
    font-size: 3rem;
}

.plane-highlignt span {
    display: inline-block;
}

/* 案例展示區塊樣式 */
.case-section {
    padding: 80px 0;
}

.case-item {
    text-align: center;
    margin-bottom: 40px;
    transition: transform 0.3s ease;
}

.case-item:hover {
    transform: translateY(-5px);
}

.case-item a {
    display: block;
    text-decoration: none;
    color: inherit;
}

.case-item img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    margin-bottom: 15px;
    transition: opacity 0.3s ease;
}

.case-item:hover img {
    opacity: 0.9;
}

.case-item p {
    color: #333;
    font-weight: normal;
    font-size: 14px;
    margin-bottom: 0;
}

.case-item p a {
    color: #333;
    text-decoration: none;
    transition: color 0.3s ease;
}

.case-item:hover p a {
    color: #e7a116;
}

.case-item>div {
    display: block;
}

.case-item-row {
    max-width: 1100px;
    margin: 0 auto;
}

/* 手機版調整 */
@media (max-width: 767.98px) {
    .case-section {
        padding: 60px 0;
    }

    .case-item {
        margin-bottom: 30px;
    }
}