
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: -apple-system, BlinkMacSystemFont, "SF Pro TC", "SF Pro Text", "Helvetica Neue", "PingFang TC", "PingFang HK", "Microsoft JhengHei", sans-serif;
            line-height: 1.6;
            color: #1f2937;
            background-color: #ffffff;
        }

        .bichon-container {
            max-width: 800px;
            margin: 0 auto;
        }

        .bichon-hero {
            background: linear-gradient(180deg, #dbeafe 0%, #ffffff 100%);
            padding: 80px 20px;
            text-align: center;
        }

        .bichon-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;
            line-height: 1.3;
        }

        .bichon-hero-subtitle {
            font-size: 18px;
            color: #4b5563;
            margin-bottom: 40px;
            line-height: 1.8;
        }

        .bichon-hero-image {
            margin: 40px auto;
            max-width: 600px;
        }

        .bichon-hero-image img {
            width: 100%;
            border-radius: 20px;
            box-shadow: 0 20px 60px rgba(30, 64, 175, 0.15);
        }

        .bichon-hero-cta {
            display: inline-block;
            background: linear-gradient(135deg, #1e40af 0%, #3b82f6 100%);
            color: white;
            padding: 18px 40px;
            border-radius: 30px;
            text-decoration: none;
            font-weight: 600;
            font-size: 18px;
            margin: 10px;
            box-shadow: 0 10px 30px rgba(59, 130, 246, 0.3);
            transition: all 0.3s ease;
        }

        .bichon-hero-cta:hover {
            transform: translateY(-2px);
            box-shadow: 0 15px 40px rgba(59, 130, 246, 0.4);
        }

        .bichon-hero-cta-whatsapp {
            display: inline-block;
            background: linear-gradient(135deg, #059669 0%, #10b981 100%);
            color: white;
            padding: 18px 40px;
            border-radius: 30px;
            text-decoration: none;
            font-weight: 600;
            font-size: 18px;
            margin: 10px;
            box-shadow: 0 10px 30px rgba(16, 185, 129, 0.3);
            transition: all 0.3s ease;
        }

        .bichon-hero-cta-whatsapp:hover {
            transform: translateY(-2px);
            box-shadow: 0 15px 40px rgba(16, 185, 129, 0.4);
        }

        .bichon-hero-info {
            margin-top: 40px;
            font-size: 15px;
            color: #6b7280;
            line-height: 1.8;
        }

        .bichon-hero-info strong {
            color: #1e40af;
            font-weight: 600;
        }

        .bichon-content {
            padding: 60px 20px;
        }

        .bichon-intro {
            font-size: 18px;
            line-height: 2;
            color: #374151;
            margin-bottom: 40px;
        }

        .bichon-section-title {
            font-size: 32px;
            font-weight: 700;
            color: #1e40af;
            margin: 60px 0 30px;
        }

        .bichon-info-box {
            background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%);
            padding: 35px;
            border-radius: 16px;
            margin: 40px 0;
            border-left: 6px solid #3b82f6;
        }

        .bichon-info-box h3 {
            font-size: 22px;
            font-weight: 700;
            color: #1e40af;
            margin-bottom: 15px;
        }

        .bichon-info-box p {
            font-size: 16px;
            line-height: 1.8;
            margin-bottom: 12px;
        }

        .bichon-info-box ul {
            margin-left: 20px;
            margin-top: 15px;
        }

        .bichon-info-box li {
            font-size: 16px;
            line-height: 1.8;
            margin-bottom: 10px;
        }

        .bichon-warning-box {
            background: linear-gradient(135deg, #fef2f2 0%, #fee2e2 100%);
            padding: 35px;
            border-radius: 16px;
            margin: 40px 0;
            border-left: 6px solid #dc2626;
        }

        .bichon-warning-box h3 {
            font-size: 22px;
            font-weight: 700;
            color: #dc2626;
            margin-bottom: 15px;
        }

        .bichon-warning-box p {
            font-size: 16px;
            line-height: 1.8;
            margin-bottom: 12px;
        }

        .bichon-warning-box ul {
            margin-left: 20px;
        }

        .bichon-warning-box li {
            font-size: 16px;
            line-height: 1.8;
            margin-bottom: 10px;
        }

        .bichon-disease-card {
            background: #ffffff;
            border: 2px solid #e5e7eb;
            border-radius: 16px;
            padding: 30px;
            margin-bottom: 20px;
            transition: all 0.3s ease;
        }

        .bichon-disease-card:hover {
            border-color: #3b82f6;
            box-shadow: 0 8px 25px rgba(59, 130, 246, 0.15);
            transform: translateY(-2px);
        }

        .bichon-disease-number {
            display: inline-block;
            background: linear-gradient(135deg, #1e40af 0%, #3b82f6 100%);
            color: white;
            width: 36px;
            height: 36px;
            border-radius: 50%;
            text-align: center;
            line-height: 36px;
            font-weight: 700;
            font-size: 18px;
            margin-right: 15px;
        }

        .bichon-disease-name {
            display: inline-block;
            font-size: 20px;
            font-weight: 700;
            color: #1f2937;
            margin-bottom: 15px;
        }

        .bichon-disease-description {
            font-size: 16px;
            line-height: 1.8;
            color: #4b5563;
            margin-left: 51px;
        }

        .bichon-table {
            width: 100%;
            border-collapse: collapse;
            margin: 30px 0;
            background: white;
            border-radius: 16px;
            overflow: hidden;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
        }

        .bichon-table th {
            background: linear-gradient(135deg, #1e40af 0%, #3b82f6 100%);
            color: white;
            padding: 20px;
            text-align: left;
            font-weight: 600;
        }

        .bichon-table td {
            padding: 20px;
            border-bottom: 1px solid #e5e7eb;
            line-height: 1.6;
        }

        .bichon-table tr:last-child td {
            border-bottom: none;
        }

        .bichon-table tr:nth-child(even) {
            background-color: #f9fafb;
        }

        .bichon-faq {
            background: #f9fafb;
            padding: 60px 20px;
        }

        .bichon-faq-title {
            font-size: 32px;
            font-weight: 700;
            color: #1e40af;
            text-align: center;
            margin-bottom: 50px;
        }

        .bichon-faq-item {
            background: white;
            border-radius: 16px;
            margin-bottom: 20px;
            overflow: hidden;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
        }

        .bichon-faq-question {
            background: #f0f9ff;
            padding: 25px 30px;
            font-size: 18px;
            font-weight: 600;
            color: #1e40af;
        }

        .bichon-faq-answer {
            padding: 25px 30px;
            font-size: 16px;
            line-height: 1.8;
            color: #4b5563;
        }

        .bichon-cta {
            background: linear-gradient(135deg, #1e40af 0%, #3b82f6 100%);
            padding: 80px 20px;
            text-align: center;
            color: white;
        }

        .bichon-cta h2 {
            font-size: 36px;
            font-weight: 700;
            margin-bottom: 20px;
        }

        .bichon-cta p {
            font-size: 18px;
            margin-bottom: 40px;
            opacity: 0.95;
        }

        .bichon-cta-button {
            display: inline-block;
            background: white;
            color: #1e40af;
            padding: 18px 40px;
            border-radius: 30px;
            text-decoration: none;
            font-weight: 600;
            font-size: 18px;
            margin: 10px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
            transition: all 0.3s ease;
        }

        .bichon-cta-button:hover {
            transform: translateY(-2px);
            box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
        }

        .bichon-cta-whatsapp-button {
            display: inline-block;
            background: #10b981;
            color: white;
            padding: 18px 40px;
            border-radius: 30px;
            text-decoration: none;
            font-weight: 600;
            font-size: 18px;
            margin: 10px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
            transition: all 0.3s ease;
        }

        .bichon-cta-whatsapp-button:hover {
            transform: translateY(-2px);
            box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
        }

        @media (max-width: 768px) {
            .bichon-hero h1 {
                font-size: 32px;
            }

            .bichon-hero-subtitle {
                font-size: 16px;
            }

            .bichon-section-title {
                font-size: 26px;
            }

            .bichon-hero-cta,
            .bichon-hero-cta-whatsapp {
                display: block;
                margin: 10px auto;
                max-width: 280px;
            }

            .bichon-disease-card {
                padding: 20px;
            }

            .bichon-info-box,
            .bichon-warning-box {
                padding: 25px;
            }
        }
    