
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang TC", "Microsoft JhengHei", sans-serif;
            line-height: 1.6;
            color: #1d1d1f;
            background: #ffffff;
        }

        .vet-pet-container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }

        /* Hero 區域 - Apple 簡約風格 */
        .vet-pet-hero {
            background: #ffffff;
            padding: 100px 0 80px;
            text-align: center;
        }

        .vet-pet-hero h1 {
            font-size: 56px;
            font-weight: 600;
            color: #1d1d1f;
            margin-bottom: 24px;
            line-height: 1.1;
            letter-spacing: -0.5px;
        }

        .vet-pet-hero-desc {
            font-size: 21px;
            color: #6e6e73;
            margin-bottom: 48px;
            max-width: 720px;
            margin-left: auto;
            margin-right: auto;
            line-height: 1.5;
            font-weight: 400;
        }

        /* 重點提示框 - 藍色 */
        .vet-pet-highlight-box {
            background: #e3f2fd;
            border-left: 6px solid #0071e3;
            border-radius: 12px;
            padding: 32px;
            margin: 40px auto;
            max-width: 900px;
            box-shadow: 0 4px 16px rgba(0, 113, 227, 0.15);
        }

        .vet-pet-highlight-box h3 {
            font-size: 24px;
            color: #0071e3;
            margin-bottom: 16px;
            font-weight: 600;
        }

        .vet-pet-highlight-box p {
            color: #1565c0;
            font-size: 17px;
            line-height: 1.6;
            margin-bottom: 12px;
        }

        .vet-pet-highlight-box strong {
            font-weight: 700;
            color: #0d47a1;
        }

        /* 價格卡片 - 簡約風格 */
        .vet-pet-price-card {
            background: #f5f5f7;
            border-radius: 18px;
            padding: 48px;
            color: #1d1d1f;
            max-width: 480px;
            margin: 0 auto 48px;
            border: 1px solid #e5e5e7;
            transition: all 0.3s ease;
        }

        .vet-pet-price-card:hover {
            transform: translateY(-5px);
        }

        .vet-pet-price-tag {
            font-size: 18px;
            color: #6e6e73;
            margin-bottom: 10px;
        }

        .vet-pet-price-amount {
            font-size: 56px;
            font-weight: 700;
            color: #1d1d1f;
            margin-bottom: 15px;
        }

        .vet-pet-price-note {
            font-size: 16px;
            color: #6e6e73;
            margin-bottom: 25px;
        }

        .vet-pet-price-includes {
            text-align: left;
            border-top: 1px solid #d2d2d7;
            padding-top: 20px;
            list-style: none;
        }

        .vet-pet-price-includes li {
            margin-bottom: 10px;
            padding-left: 25px;
            position: relative;
            color: #1d1d1f;
            font-size: 15px;
        }

        .vet-pet-price-includes li:before {
            content: "✓";
            position: absolute;
            left: 0;
            font-weight: bold;
            color: #1d1d1f;
        }

        /* CTA 按鈕 */
        .vet-pet-cta-group {
            display: flex;
            gap: 15px;
            justify-content: center;
            flex-wrap: wrap;
        }

        .vet-pet-cta-primary {
            display: inline-block;
            background: #0071e3;
            color: white;
            padding: 12px 22px;
            border-radius: 980px;
            text-decoration: none;
            font-size: 17px;
            font-weight: 400;
            transition: background 0.2s ease;
            box-shadow: none;
        }

        .vet-pet-cta-primary:hover {
            background: #0077ed;
            transform: none;
            box-shadow: none;
        }

        .vet-pet-cta-secondary {
            display: inline-block;
            background: transparent;
            color: #0071e3;
            padding: 12px 22px;
            border-radius: 980px;
            text-decoration: none;
            font-size: 17px;
            font-weight: 400;
            border: none;
            transition: all 0.2s ease;
        }

        .vet-pet-cta-secondary:hover {
            background: transparent;
            text-decoration: underline;
            transform: none;
        }

        /* WhatsApp 按鈕 - 綠色提高轉化率 */
        .vet-pet-cta-whatsapp {
            display: inline-block;
            background: #25d366;
            color: white;
            padding: 12px 22px;
            border-radius: 980px;
            text-decoration: none;
            font-size: 17px;
            font-weight: 400;
            transition: background 0.2s ease;
            box-shadow: none;
        }

        .vet-pet-cta-whatsapp:hover {
            background: #20ba5a;
            transform: none;
            box-shadow: none;
        }

        /* 區塊 */
        .vet-pet-section {
            padding: 80px 0;
        }

        .vet-pet-section-title {
            font-size: 40px;
            font-weight: 600;
            color: #1d1d1f;
            text-align: center;
            margin-bottom: 64px;
            letter-spacing: -0.5px;
        }

        /* 資訊卡片 */
        .vet-pet-info-card {
            background: #fbfbfd;
            border-radius: 18px;
            padding: 40px;
            margin-bottom: 40px;
            border: 1px solid #d2d2d7;
        }

        .vet-pet-info-card h3 {
            font-size: 28px;
            color: #1d1d1f;
            margin-bottom: 16px;
            font-weight: 600;
        }

        .vet-pet-info-card p {
            color: #6e6e73;
            font-size: 17px;
            line-height: 1.6;
            margin-bottom: 12px;
        }

        /* 症狀卡片 */
        .vet-pet-symptoms-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 30px;
            margin-bottom: 40px;
        }

        .vet-pet-symptom-card {
            background: #fbfbfd;
            border-radius: 18px;
            padding: 40px;
            transition: all 0.3s ease;
            border: 1px solid #d2d2d7;
        }

        .vet-pet-symptom-card:hover {
            transform: translateY(-2px);
            border-color: #86868b;
            box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
        }

        .vet-pet-symptom-card h3 {
            font-size: 24px;
            color: #1d1d1f;
            margin-bottom: 12px;
            font-weight: 600;
        }

        .vet-pet-symptom-card p {
            color: #6e6e73;
            margin-bottom: 20px;
            line-height: 1.6;
            font-size: 17px;
        }

        .vet-pet-symptom-card ul {
            list-style: none;
            padding: 0;
        }

        .vet-pet-symptom-card li {
            padding: 6px 0;
            padding-left: 20px;
            position: relative;
            color: #6e6e73;
            font-size: 15px;
        }

        .vet-pet-symptom-card li:before {
            content: "•";
            position: absolute;
            left: 0;
            color: #86868b;
            font-size: 16px;
        }

        /* 檢查項目卡片 */
        .vet-pet-test-card {
            background: #fbfbfd;
            border-radius: 18px;
            padding: 40px;
            margin-bottom: 30px;
            border: 1px solid #d2d2d7;
            transition: all 0.3s ease;
        }

        .vet-pet-test-card:hover {
            transform: translateY(-2px);
            box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
        }

        .vet-pet-test-icon {
            display: inline-block;
            background: #0071e3;
            color: white;
            width: 50px;
            height: 50px;
            line-height: 50px;
            text-align: center;
            border-radius: 12px;
            font-size: 24px;
            font-weight: 600;
            margin-bottom: 20px;
        }

        .vet-pet-test-card h3 {
            font-size: 24px;
            color: #1d1d1f;
            margin-bottom: 16px;
            font-weight: 600;
        }

        .vet-pet-test-card h4 {
            font-size: 19px;
            color: #1d1d1f;
            margin-top: 20px;
            margin-bottom: 12px;
            font-weight: 600;
        }

        .vet-pet-test-card p {
            color: #6e6e73;
            font-size: 17px;
            line-height: 1.6;
            margin-bottom: 15px;
        }

        .vet-pet-test-card ul {
            list-style: none;
            padding: 0;
        }

        .vet-pet-test-card li {
            padding: 8px 0;
            padding-left: 25px;
            position: relative;
            color: #6e6e73;
            font-size: 16px;
        }

        .vet-pet-test-card li:before {
            content: "→";
            position: absolute;
            left: 0;
            color: #0071e3;
            font-size: 16px;
            font-weight: bold;
        }

        /* 價格表格 */
        .vet-pet-price-table {
            width: 100%;
            border-collapse: collapse;
            margin: 30px 0;
            background: #fbfbfd;
            border-radius: 18px;
            overflow: hidden;
            border: 1px solid #d2d2d7;
        }

        .vet-pet-price-table thead {
            background: #f5f5f7;
        }

        .vet-pet-price-table th {
            padding: 20px;
            text-align: left;
            font-weight: 600;
            color: #1d1d1f;
            font-size: 17px;
            border-bottom: 2px solid #d2d2d7;
        }

        .vet-pet-price-table td {
            padding: 20px;
            color: #6e6e73;
            font-size: 16px;
            border-bottom: 1px solid #e5e5e7;
        }

        .vet-pet-price-table tr:last-child td {
            border-bottom: none;
        }

        .vet-pet-price-table tr:hover {
            background: #f9f9fb;
        }

        .vet-pet-price-table strong {
            color: #0071e3;
            font-weight: 600;
        }

        /* FAQ 區塊 */
        .vet-pet-faq-item {
            background: #fbfbfd;
            border-radius: 18px;
            padding: 32px;
            margin-bottom: 20px;
            border: 1px solid #d2d2d7;
            transition: all 0.3s ease;
        }

        .vet-pet-faq-item:hover {
            box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
        }

        .vet-pet-faq-question {
            font-size: 20px;
            color: #1d1d1f;
            margin-bottom: 12px;
            font-weight: 600;
        }

        .vet-pet-faq-answer {
            color: #6e6e73;
            font-size: 16px;
            line-height: 1.6;
        }

        .vet-pet-faq-answer ul {
            margin-top: 12px;
            padding-left: 20px;
        }

        .vet-pet-faq-answer li {
            margin-bottom: 8px;
        }

        /* 評價卡片 */
        .vet-pet-review-card {
            background: #fbfbfd;
            border-radius: 18px;
            padding: 32px;
            margin-bottom: 24px;
            border: 1px solid #d2d2d7;
            transition: all 0.3s ease;
        }

        .vet-pet-review-card:hover {
            transform: translateY(-2px);
            box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
        }

        .vet-pet-review-stars {
            color: #ffb800;
            font-size: 18px;
            margin-bottom: 12px;
        }

        .vet-pet-review-text {
            color: #1d1d1f;
            font-size: 16px;
            line-height: 1.6;
            margin-bottom: 16px;
        }

        .vet-pet-review-author {
            color: #6e6e73;
            font-size: 14px;
            font-style: italic;
        }

        /* 聯絡資訊 */
        .vet-pet-contact-box {
            background: #f5f5f7;
            border-radius: 18px;
            padding: 48px;
            text-align: center;
            margin: 60px auto;
            border: 1px solid #d2d2d7;
        }

        .vet-pet-contact-box h3 {
            font-size: 32px;
            color: #1d1d1f;
            margin-bottom: 24px;
            font-weight: 600;
        }

        .vet-pet-contact-details {
            font-size: 17px;
            color: #6e6e73;
            margin-bottom: 32px;
            line-height: 1.8;
        }

        .vet-pet-contact-details strong {
            color: #1d1d1f;
            font-weight: 600;
        }

        /* 警告框 */
        .vet-pet-warning-box {
            background: #fff3cd;
            border-left: 6px solid #ffc107;
            border-radius: 12px;
            padding: 32px;
            margin: 40px auto;
            max-width: 900px;
        }

        .vet-pet-warning-box h3 {
            font-size: 24px;
            color: #856404;
            margin-bottom: 16px;
            font-weight: 600;
        }

        .vet-pet-warning-box p {
            color: #856404;
            font-size: 17px;
            line-height: 1.6;
            margin-bottom: 12px;
        }

        /* 成功框 */
        .vet-pet-success-box {
            background: #d4edda;
            border-left: 6px solid #28a745;
            border-radius: 12px;
            padding: 32px;
            margin: 40px auto;
            max-width: 900px;
        }

        .vet-pet-success-box h3 {
            font-size: 24px;
            color: #155724;
            margin-bottom: 16px;
            font-weight: 600;
        }

        .vet-pet-success-box p {
            color: #155724;
            font-size: 17px;
            line-height: 1.6;
            margin-bottom: 12px;
        }

        /* 響應式設計 */
        @media (max-width: 768px) {
            .vet-pet-hero h1 {
                font-size: 36px;
            }

            .vet-pet-hero-desc {
                font-size: 18px;
            }

            .vet-pet-section-title {
                font-size: 32px;
            }

            .vet-pet-symptoms-grid {
                grid-template-columns: 1fr;
            }

            .vet-pet-price-table {
                font-size: 14px;
            }

            .vet-pet-price-table th,
            .vet-pet-price-table td {
                padding: 12px;
            }
        }
    