
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: -apple-system, BlinkMacSystemFont, "SF Pro TC", "SF Pro Text", "PingFang TC", "Helvetica Neue", "Microsoft JhengHei", sans-serif;
            line-height: 1.7;
            color: #1f2937;
            background: #ffffff;
        }

        .cat-ringworm-container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0;
        }

        /* Hero Section */
        .cat-ringworm-hero {
            background: linear-gradient(180deg, #dbeafe 0%, #ffffff 100%);
            padding: 80px 20px;
            text-align: center;
        }

        .cat-ringworm-hero h1 {
            font-size: 42px;
            font-weight: 800;
            margin-bottom: 20px;
            background: linear-gradient(135deg, #1e40af 0%, #3b82f6 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            line-height: 1.3;
        }

        .cat-ringworm-hero p {
            font-size: 20px;
            color: #6b7280;
            max-width: 800px;
            margin: 0 auto 40px;
        }

        .cat-ringworm-hero-image {
            max-width: 500px;
            margin: 0 auto;
            border-radius: 16px;
            overflow: hidden;
            box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
        }

        .cat-ringworm-hero-image img {
            width: 100%;
            height: auto;
            display: block;
        }

        .cat-ringworm-hero-cta {
            display: inline-block;
            background: linear-gradient(135deg, #1e40af 0%, #3b82f6 100%);
            color: white;
            padding: 18px 45px;
            border-radius: 35px;
            text-decoration: none;
            font-weight: 700;
            font-size: 20px;
            margin-top: 30px;
            box-shadow: 0 6px 20px rgba(30, 64, 175, 0.3);
            transition: all 0.3s ease;
        }

        .cat-ringworm-hero-cta:hover {
            transform: translateY(-3px);
            box-shadow: 0 10px 30px rgba(30, 64, 175, 0.4);
        }

        /* Content Section */
        .cat-ringworm-section {
            padding: 60px 30px;
        }

        .cat-ringworm-section h2 {
            font-size: 36px;
            font-weight: 700;
            color: #1e40af;
            margin-bottom: 30px;
            padding-bottom: 15px;
            border-bottom: 4px solid #3b82f6;
        }

        .cat-ringworm-section h3 {
            font-size: 24px;
            font-weight: 600;
            color: #1e40af;
            margin: 30px 0 15px;
        }

        .cat-ringworm-section p {
            font-size: 18px;
            line-height: 1.8;
            color: #4b5563;
            margin-bottom: 20px;
        }

        .cat-ringworm-section ul {
            margin: 20px 0 20px 30px;
        }

        .cat-ringworm-section li {
            font-size: 17px;
            line-height: 1.8;
            color: #4b5563;
            margin: 10px 0;
        }

        /* Symptom Cards */
        .cat-ringworm-symptoms {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 25px;
            margin: 40px 0;
        }

        .cat-ringworm-symptom-card {
            border-radius: 16px;
            padding: 30px;
            border: 3px solid;
            transition: all 0.3s ease;
        }

        .cat-ringworm-symptom-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
        }

        .cat-ringworm-symptom-card h4 {
            font-size: 22px;
            font-weight: 700;
            margin-bottom: 15px;
        }

        .cat-ringworm-symptom-card p {
            font-size: 17px;
            margin-bottom: 0;
        }

        .symptom-hair-loss {
            background: linear-gradient(135deg, #fef2f2 0%, #fee2e2 100%);
            border-color: #f87171;
        }

        .symptom-hair-loss h4 {
            color: #dc2626;
        }

        .symptom-inflammation {
            background: linear-gradient(135deg, #fffbeb 0%, #fef3c7 100%);
            border-color: #fbbf24;
        }

        .symptom-inflammation h4 {
            color: #d97706;
        }

        .symptom-dandruff {
            background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
            border-color: #86efac;
        }

        .symptom-dandruff h4 {
            color: #16a34a;
        }

        .symptom-itching {
            background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%);
            border-color: #93c5fd;
        }

        .symptom-itching h4 {
            color: #2563eb;
        }

        /* Info Box */
        .cat-ringworm-info-box {
            background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%);
            padding: 35px;
            border-radius: 16px;
            margin: 40px 0;
            border-left: 6px solid #3b82f6;
            box-shadow: 0 4px 15px rgba(59, 130, 246, 0.1);
        }

        .cat-ringworm-info-box h3 {
            color: #1e40af;
            margin-top: 0;
            font-size: 26px;
            margin-bottom: 20px;
        }

        .cat-ringworm-info-box p {
            color: #1e40af;
            font-size: 17px;
        }

        .cat-ringworm-info-box ul {
            margin: 15px 0 15px 25px;
        }

        .cat-ringworm-info-box li {
            color: #1e40af;
            font-size: 17px;
            margin: 10px 0;
        }

        /* Warning Box */
        .cat-ringworm-warning-box {
            background: linear-gradient(135deg, #fef2f2 0%, #fee2e2 100%);
            padding: 35px;
            border-radius: 16px;
            margin: 40px 0;
            border-left: 6px solid #dc2626;
            box-shadow: 0 4px 15px rgba(220, 38, 38, 0.1);
        }

        .cat-ringworm-warning-box h3 {
            color: #dc2626;
            margin-top: 0;
            font-size: 26px;
            margin-bottom: 20px;
        }

        .cat-ringworm-warning-box p {
            color: #991b1b;
            font-size: 17px;
        }

        .cat-ringworm-warning-box ul {
            margin: 15px 0 15px 25px;
        }

        .cat-ringworm-warning-box li {
            color: #991b1b;
            font-size: 17px;
            margin: 10px 0;
        }

        /* Treatment Cards */
        .cat-ringworm-treatment-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 25px;
            margin: 40px 0;
        }

        .cat-ringworm-treatment-card {
            background: white;
            border-radius: 16px;
            padding: 30px;
            border: 3px solid #bfdbfe;
            transition: all 0.3s ease;
        }

        .cat-ringworm-treatment-card:hover {
            border-color: #3b82f6;
            box-shadow: 0 12px 30px rgba(59, 130, 246, 0.15);
            transform: translateY(-5px);
        }

        .cat-ringworm-treatment-card h4 {
            color: #1e40af;
            font-size: 22px;
            font-weight: 700;
            margin-bottom: 20px;
        }

        .cat-ringworm-treatment-card ul {
            margin: 0 0 0 20px;
        }

        .cat-ringworm-treatment-card li {
            font-size: 16px;
            line-height: 1.8;
            margin: 10px 0;
        }

        .cat-ringworm-treatment-card p {
            font-size: 16px;
            margin-top: 15px;
        }

        /* FAQ Section */
        .cat-ringworm-faq {
            background: #f9fafb;
            padding: 60px 30px;
        }

        .cat-ringworm-faq h2 {
            text-align: center;
            color: #1e40af;
            font-size: 36px;
            margin-bottom: 50px;
            border-bottom: none;
        }

        .cat-ringworm-faq-item {
            background: white;
            border-radius: 16px;
            margin-bottom: 20px;
            overflow: hidden;
            box-shadow: 0 2px 10px rgba(0,0,0,0.06);
            border: 2px solid #e5e7eb;
            transition: all 0.3s ease;
        }

        .cat-ringworm-faq-item:hover {
            box-shadow: 0 6px 20px rgba(59, 130, 246, 0.12);
            border-color: #bfdbfe;
        }

        .cat-ringworm-faq-question {
            font-size: 20px;
            font-weight: 700;
            color: #1e40af;
            padding: 25px 30px;
            background: linear-gradient(135deg, #f0f9ff 0%, #ffffff 100%);
        }

        .cat-ringworm-faq-answer {
            padding: 0 30px 25px 30px;
            font-size: 17px;
            color: #4b5563;
            line-height: 1.8;
        }

        .cat-ringworm-faq-answer strong {
            color: #1e40af;
        }

        .cat-ringworm-faq-answer ul {
            margin: 15px 0 15px 25px;
        }

        .cat-ringworm-faq-answer li {
            margin: 8px 0;
        }

        /* CTA Section */
        .cat-ringworm-cta-section {
            background: linear-gradient(135deg, #1e40af 0%, #3b82f6 100%);
            color: white;
            text-align: center;
            padding: 80px 30px;
        }

        .cat-ringworm-cta-section h2 {
            color: white;
            font-size: 38px;
            margin-bottom: 20px;
            border-bottom: none;
        }

        .cat-ringworm-cta-section p {
            color: #dbeafe;
            font-size: 20px;
            margin: 20px auto;
            max-width: 700px;
        }

        .cat-ringworm-cta-button {
            display: inline-block;
            background: white;
            color: #1e40af;
            padding: 20px 50px;
            border-radius: 35px;
            text-decoration: none;
            font-weight: 700;
            font-size: 22px;
            box-shadow: 0 6px 20px rgba(0,0,0,0.2);
            margin: 20px 0;
            transition: all 0.3s ease;
        }

        .cat-ringworm-cta-button:hover {
            transform: translateY(-3px);
            box-shadow: 0 10px 30px rgba(0,0,0,0.3);
        }

        /* Responsive */
        @media (max-width: 768px) {
            .cat-ringworm-hero {
                padding: 50px 20px;
            }

            .cat-ringworm-hero h1 {
                font-size: 28px;
            }

            .cat-ringworm-hero p {
                font-size: 17px;
            }

            .cat-ringworm-section {
                padding: 40px 20px;
            }

            .cat-ringworm-section h2 {
                font-size: 28px;
            }

            .cat-ringworm-symptoms {
                grid-template-columns: 1fr;
            }

            .cat-ringworm-treatment-grid {
                grid-template-columns: 1fr;
            }

            .cat-ringworm-faq {
                padding: 40px 20px;
            }

            .cat-ringworm-cta-section {
                padding: 50px 20px;
            }
        }
    