
    /* 獸醫CT掃描服務頁面專用樣式 */
    .vet-ct-content {
        font-family: -apple-system, BlinkMacSystemFont, "SF Pro TC", "SF Pro Display", "Helvetica Neue", "PingFang TC", "Microsoft JhengHei", sans-serif;
        color: #1e293b;
        line-height: 1.7;
    }

    .vet-ct-hero {
        text-align: center;
        padding: 80px 24px;
        background: linear-gradient(180deg, #f0f9ff 0%, #ffffff 100%);
    }

    .vet-ct-hero h1 {
        font-size: clamp(38px, 5vw, 54px);
        font-weight: 700;
        background: linear-gradient(135deg, #1e293b 0%, #3b82f6 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        margin-bottom: 24px;
        line-height: 1.2;
    }

    .vet-ct-hero-desc {
        font-size: 19px;
        color: #64748b;
        max-width: 800px;
        margin: 0 auto 32px;
    }

    /* 特色標籤 */
    .vet-ct-features-tags {
        display: flex;
        gap: 16px;
        justify-content: center;
        flex-wrap: wrap;
        margin: 32px 0;
    }

    .vet-ct-feature-tag {
        background: white;
        border: 2px solid #3b82f6;
        color: #3b82f6;
        padding: 12px 24px;
        border-radius: 999px;
        font-weight: 600;
        font-size: 15px;
        transition: all 0.3s ease;
    }

    .vet-ct-feature-tag:hover {
        background: #3b82f6;
        color: white;
        transform: translateY(-2px);
    }

    /* 價格卡片 */
    .vet-ct-price-card {
        background: linear-gradient(135deg, #1e40af 0%, #3b82f6 100%);
        color: white;
        padding: 32px;
        border-radius: 18px;
        text-align: center;
        max-width: 400px;
        margin: 32px auto 0;
        box-shadow: 0 10px 40px rgba(59, 130, 246, 0.3);
    }

    .vet-ct-price-label {
        font-size: 16px;
        opacity: 0.9;
        margin-bottom: 12px;
    }

    .vet-ct-price-amount {
        font-size: 42px;
        font-weight: 700;
        margin-bottom: 8px;
    }

    .vet-ct-price-note {
        color: #cbd5e1;
        font-size: 14px;
        opacity: 0.85;
        margin-bottom: 16px;
    }

    .vet-ct-price-contact {
        font-size: 16px;
        opacity: 0.95;
    }

    .vet-ct-price-contact strong {
        font-weight: 700;
        color: white;
    }

    .vet-ct-cta {
        display: inline-flex;
        align-items: center;
        gap: 16px;
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 24px;
    }

    .vet-ct-btn-primary {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        padding: 14px 28px;
        background: #3b82f6;
        color: white;
        text-decoration: none;
        border-radius: 999px;
        font-weight: 600;
        font-size: 17px;
        transition: all 0.3s ease;
    }

    .vet-ct-btn-primary:hover {
        background: #1e40af;
        transform: translateY(-2px);
        box-shadow: 0 10px 30px rgba(59, 130, 246, 0.3);
    }

    .vet-ct-btn-secondary {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        padding: 14px 28px;
        background: transparent;
        color: #3b82f6;
        text-decoration: none;
        border-radius: 999px;
        font-weight: 600;
        font-size: 17px;
        border: 2px solid #3b82f6;
        transition: all 0.3s ease;
    }

    .vet-ct-btn-secondary:hover {
        background: #3b82f6;
        color: white;
        transform: translateY(-2px);
    }

    .vet-ct-section {
        padding: 60px 24px;
        max-width: 1200px;
        margin: 0 auto;
    }

    .vet-ct-section-title {
        text-align: center;
        font-size: clamp(32px, 4vw, 44px);
        font-weight: 700;
        margin-bottom: 16px;
        color: #1e293b;
    }

    .vet-ct-section-subtitle {
        text-align: center;
        font-size: 17px;
        color: #64748b;
        max-width: 700px;
        margin: 0 auto 48px;
    }

    /* 介紹區塊 */
    .vet-ct-intro {
        max-width: 900px;
        margin: 0 auto 48px;
        font-size: 17px;
        line-height: 1.9;
        color: #1e293b;
    }

    .vet-ct-intro p {
        margin-bottom: 20px;
    }

    .vet-ct-intro strong {
        color: #3b82f6;
        font-weight: 600;
    }

    /* 服務卡片 */
    .vet-ct-services {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
        gap: 24px;
        margin-bottom: 48px;
    }

    .vet-ct-service-card {
        background: white;
        padding: 32px;
        border-radius: 18px;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
        border: 2px solid rgba(59, 130, 246, 0.1);
        transition: all 0.3s ease;
    }

    .vet-ct-service-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 12px 40px rgba(59, 130, 246, 0.15);
        border-color: #3b82f6;
    }

    .vet-ct-service-icon {
        font-size: 48px;
        margin-bottom: 16px;
    }

    .vet-ct-service-card h4 {
        font-size: 22px;
        font-weight: 600;
        color: #1e293b;
        margin-bottom: 12px;
    }

    .vet-ct-service-card p {
        font-size: 16px;
        color: #64748b;
        margin: 0;
    }

    /* 流程步驟 */
    .vet-ct-process {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 24px;
        margin-bottom: 48px;
    }

    .vet-ct-step {
        background: white;
        padding: 28px;
        border-radius: 18px;
        text-align: center;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
        border: 1px solid rgba(59, 130, 246, 0.1);
        transition: all 0.3s ease;
        position: relative;
    }

    .vet-ct-step:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 30px rgba(59, 130, 246, 0.15);
    }

    .vet-ct-step-number {
        position: absolute;
        top: -15px;
        left: 50%;
        transform: translateX(-50%);
        width: 40px;
        height: 40px;
        background: linear-gradient(135deg, #3b82f6 0%, #60a5fa 100%);
        color: white;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 700;
        font-size: 18px;
        box-shadow: 0 4px 15px rgba(59, 130, 246, 0.3);
    }

    .vet-ct-step-icon {
        font-size: 48px;
        margin: 20px 0 16px;
    }

    .vet-ct-step h4 {
        font-size: 20px;
        font-weight: 600;
        color: #1e293b;
        margin-bottom: 12px;
    }

    .vet-ct-step p {
        font-size: 15px;
        color: #64748b;
        margin: 0;
    }

    /* 對比表格 */
    .vet-ct-comparison {
        background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
        padding: 48px 32px;
        border-radius: 20px;
        max-width: 900px;
        margin: 0 auto 48px;
    }

    .vet-ct-comparison h3 {
        font-size: 28px;
        font-weight: 700;
        color: #1e293b;
        text-align: center;
        margin-bottom: 32px;
    }

    .vet-ct-comparison-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 16px;
    }

    .vet-ct-comparison-item {
        background: white;
        padding: 20px;
        border-radius: 12px;
        font-size: 16px;
        color: #1e293b;
    }

    .vet-ct-comparison-item strong {
        color: #3b82f6;
        display: block;
        margin-bottom: 8px;
        font-size: 18px;
    }

    /* 圖片容器 */
    .vet-ct-image-container {
        width: 100%;
        max-width: 900px;
        margin: 40px auto;
        padding: 0 24px;
        overflow: hidden;
        border-radius: 18px;
        box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
    }

    .vet-ct-image-container img {
        width: 100%;
        height: auto;
        max-height: 400px;
        object-fit: cover;
        display: block;
        transition: transform 0.3s ease;
    }

    .vet-ct-image-container:hover img {
        transform: scale(1.02);
    }

    .vet-ct-image-caption {
        text-align: center;
        color: #64748b;
        font-size: 15px;
        margin-top: 12px;
        font-style: italic;
    }

    /* 優勢區塊 */
    .vet-ct-advantage {
        background: linear-gradient(135deg, #1e40af 0%, #3b82f6 100%);
        color: white;
        padding: 60px 32px;
        border-radius: 20px;
        text-align: center;
        margin: 60px auto;
        max-width: 900px;
    }

    .vet-ct-advantage h3 {
        font-size: clamp(28px, 4vw, 36px);
        font-weight: 700;
        margin-bottom: 24px;
        color: white;
    }

    .vet-ct-advantage p {
        font-size: 18px;
        line-height: 1.8;
        margin-bottom: 16px;
        opacity: 0.95;
    }

    /* FAQ 區塊 */
    .vet-ct-faq {
        background: white;
        padding: 60px 24px;
    }

    .vet-ct-faq-container {
        max-width: 900px;
        margin: 0 auto;
    }

    .vet-ct-faq-item {
        background: #f0f9ff;
        padding: 24px;
        border-radius: 18px;
        margin-bottom: 16px;
        border: 1px solid rgba(59, 130, 246, 0.1);
        transition: all 0.3s ease;
    }

    .vet-ct-faq-item:hover {
        box-shadow: 0 4px 20px rgba(59, 130, 246, 0.1);
        transform: translateY(-2px);
    }

    .vet-ct-faq-question {
        color: #3b82f6;
        font-size: 19px;
        font-weight: 600;
        margin-bottom: 12px;
    }

    .vet-ct-faq-answer {
        color: #1e293b;
        font-size: 16px;
        line-height: 1.7;
        margin: 0;
    }

    .vet-ct-faq-answer strong {
        color: #3b82f6;
        font-weight: 600;
    }

    /* 價格徽章 */
    .vet-ct-price-badge {
        display: inline-block;
        background: linear-gradient(135deg, #1e40af 0%, #3b82f6 100%);
        color: white;
        padding: 12px 24px;
        border-radius: 999px;
        font-weight: 700;
        font-size: 18px;
        margin-bottom: 16px;
    }

    /* CTA Banner */
    .vet-ct-cta-banner {
        background: linear-gradient(135deg, #1e40af 0%, #3b82f6 100%);
        color: white;
        padding: 48px 32px;
        border-radius: 20px;
        text-align: center;
        margin: 60px auto;
        max-width: 900px;
        box-shadow: 0 10px 40px rgba(59, 130, 246, 0.3);
    }

    .vet-ct-cta-banner h3 {
        font-size: clamp(28px, 4vw, 36px);
        font-weight: 700;
        margin-bottom: 16px;
        color: white;
    }

    .vet-ct-cta-banner p {
        font-size: 17px;
        margin-bottom: 28px;
        opacity: 0.95;
    }

    /* 響應式設計 */
    @media (max-width: 768px) {
        .vet-ct-hero {
            padding: 60px 16px;
        }

        .vet-ct-section {
            padding: 40px 16px;
        }

        .vet-ct-features-tags {
            flex-direction: column;
            align-items: center;
        }

        .vet-ct-feature-tag {
            width: 100%;
            max-width: 300px;
            text-align: center;
        }

        .vet-ct-services,
        .vet-ct-process {
            grid-template-columns: 1fr;
        }

        .vet-ct-comparison {
            padding: 32px 20px;
        }

        .vet-ct-comparison-grid {
            grid-template-columns: 1fr;
        }

        .vet-ct-image-container {
            padding: 0 16px;
            margin: 30px auto;
        }

        .vet-ct-image-container img {
            max-height: 250px;
        }

        .vet-ct-cta {
            flex-direction: column;
            width: 100%;
        }

        .vet-ct-btn-primary,
        .vet-ct-btn-secondary {
            width: 100%;
            justify-content: center;
        }

        .vet-ct-cta-banner,
        .vet-ct-advantage {
            padding: 36px 20px;
        }
    }
