
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: -apple-system, BlinkMacSystemFont, "SF Pro TC", "SF Pro Text", "PingFang TC", "Helvetica Neue", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
            line-height: 1.7;
            color: #1f2937;
            background: #ffffff;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
        }

        .dental-compare-container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0;
        }

        /* Hero Section */
        .dental-compare-hero {
            background: linear-gradient(135deg, #1e40af 0%, #3b82f6 100%);
            color: white;
            padding: 80px 40px;
            text-align: center;
        }

        .dental-compare-hero h1 {
            font-size: 42px;
            font-weight: 800;
            margin-bottom: 20px;
            line-height: 1.3;
            letter-spacing: -0.5px;
        }

        .dental-compare-hero-subtitle {
            font-size: 20px;
            margin-bottom: 35px;
            opacity: 0.95;
            font-weight: 500;
        }

        .dental-compare-hero-cta {
            display: inline-block;
            background: white;
            color: #1e40af;
            padding: 16px 40px;
            border-radius: 50px;
            text-decoration: none;
            font-weight: 700;
            font-size: 18px;
            margin: 10px;
            transition: all 0.3s ease;
            box-shadow: 0 4px 15px rgba(0,0,0,0.15);
        }

        .dental-compare-hero-cta:hover {
            transform: translateY(-2px);
            box-shadow: 0 6px 20px rgba(0,0,0,0.25);
        }

        .dental-compare-hero-cta-whatsapp {
            display: inline-block;
            background: #25D366;
            color: white;
            padding: 16px 40px;
            border-radius: 50px;
            text-decoration: none;
            font-weight: 700;
            font-size: 18px;
            margin: 10px;
            transition: all 0.3s ease;
            box-shadow: 0 4px 15px rgba(0,0,0,0.15);
        }

        .dental-compare-hero-cta-whatsapp:hover {
            background: #20ba5a;
            transform: translateY(-2px);
            box-shadow: 0 6px 20px rgba(0,0,0,0.25);
        }

        /* Main Image */
        .dental-compare-image-container {
            text-align: center;
            padding: 60px 40px;
            background: #f9fafb;
        }

        .dental-compare-image-container img {
            max-width: 100%;
            height: auto;
            border-radius: 20px;
            box-shadow: 0 10px 40px rgba(0,0,0,0.12);
        }

        /* Content Sections */
        .dental-compare-section {
            padding: 60px 40px;
        }

        .dental-compare-section-alt {
            background: #f9fafb;
        }

        .dental-compare-section h2 {
            font-size: 32px;
            font-weight: 800;
            color: #1e40af;
            margin-bottom: 15px;
            text-align: center;
        }

        .dental-compare-section-intro {
            font-size: 18px;
            color: #4b5563;
            text-align: center;
            max-width: 900px;
            margin: 0 auto 50px;
            line-height: 1.8;
        }

        /* Comparison Table */
        .dental-compare-table {
            max-width: 1000px;
            margin: 40px auto;
            background: white;
            border: 2px solid #e5e7eb;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 4px 12px rgba(0,0,0,0.08);
        }

        .dental-compare-table table {
            width: 100%;
            border-collapse: collapse;
        }

        .dental-compare-table th {
            background: #f9fafb;
            padding: 20px;
            font-size: 18px;
            font-weight: 700;
            color: #1e40af;
            border-bottom: 2px solid #e5e7eb;
            text-align: left;
        }

        .dental-compare-table td {
            padding: 18px 20px;
            border-bottom: 1px solid #e5e7eb;
            font-size: 16px;
            line-height: 1.6;
        }

        .dental-compare-table tr:last-child td {
            border-bottom: none;
        }

        .dental-compare-table td:first-child {
            font-weight: 600;
            color: #374151;
            background: #f9fafb;
            width: 30%;
        }

        .dental-compare-table .compare-bad {
            color: #dc2626;
        }

        .dental-compare-table .compare-good {
            color: #16a34a;
        }

        /* Info/Warning Boxes */
        .dental-compare-info-box {
            background: white;
            border: 2px solid #3b82f6;
            border-radius: 12px;
            padding: 30px;
            margin: 40px auto;
            max-width: 900px;
            box-shadow: 0 2px 8px rgba(59,130,246,0.1);
        }

        .dental-compare-info-box h3 {
            font-size: 22px;
            font-weight: 700;
            color: #1e40af;
            margin-bottom: 15px;
        }

        .dental-compare-info-box p,
        .dental-compare-info-box ul {
            font-size: 17px;
            color: #374151;
            line-height: 1.8;
        }

        .dental-compare-info-box ul {
            margin-top: 15px;
            padding-left: 25px;
        }

        .dental-compare-info-box li {
            margin-bottom: 8px;
        }

        .dental-compare-warning-box {
            background: #fef2f2;
            border: 2px solid #dc2626;
            border-radius: 12px;
            padding: 30px;
            margin: 40px auto;
            max-width: 900px;
            box-shadow: 0 2px 8px rgba(220,38,38,0.1);
        }

        .dental-compare-warning-box h3 {
            font-size: 22px;
            font-weight: 700;
            color: #dc2626;
            margin-bottom: 15px;
        }

        .dental-compare-warning-box p,
        .dental-compare-warning-box ul {
            font-size: 17px;
            color: #374151;
            line-height: 1.8;
        }

        .dental-compare-warning-box ul {
            margin-top: 15px;
            padding-left: 25px;
        }

        .dental-compare-warning-box li {
            margin-bottom: 12px;
        }

        /* Advantage Cards */
        .dental-compare-advantages {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 25px;
            margin-top: 40px;
        }

        .dental-compare-advantage-card {
            background: white;
            border: 2px solid #e5e7eb;
            border-radius: 12px;
            padding: 30px;
            box-shadow: 0 2px 8px rgba(0,0,0,0.06);
            transition: all 0.3s ease;
        }

        .dental-compare-advantage-card:hover {
            border-color: #3b82f6;
            box-shadow: 0 4px 12px rgba(59,130,246,0.15);
            transform: translateY(-2px);
        }

        .dental-compare-advantage-card h3 {
            font-size: 20px;
            font-weight: 700;
            color: #1e40af;
            margin-bottom: 12px;
        }

        .dental-compare-advantage-card p {
            font-size: 16px;
            color: #4b5563;
            line-height: 1.7;
        }

        /* FAQ Section */
        .dental-compare-faq {
            background: #f9fafb;
            padding: 60px 40px;
        }

        .dental-compare-faq h2 {
            font-size: 32px;
            font-weight: 800;
            color: #1e40af;
            text-align: center;
            margin-bottom: 50px;
        }

        .dental-compare-faq-list {
            max-width: 900px;
            margin: 0 auto;
        }

        .dental-compare-faq-item {
            background: white;
            border: 2px solid #e5e7eb;
            border-radius: 12px;
            padding: 30px;
            margin-bottom: 20px;
            box-shadow: 0 2px 8px rgba(0,0,0,0.06);
        }

        .dental-compare-faq-item h3 {
            font-size: 20px;
            font-weight: 700;
            color: #1e40af;
            margin-bottom: 12px;
        }

        .dental-compare-faq-item p {
            font-size: 17px;
            color: #374151;
            line-height: 1.8;
        }

        /* Footer CTA */
        .dental-compare-footer-cta {
            background: linear-gradient(135deg, #1e40af 0%, #3b82f6 100%);
            color: white;
            padding: 60px 40px;
            text-align: center;
        }

        .dental-compare-footer-cta h2 {
            font-size: 32px;
            font-weight: 800;
            margin-bottom: 20px;
            color: white;
        }

        .dental-compare-footer-cta p {
            font-size: 18px;
            margin-bottom: 30px;
            opacity: 0.95;
        }

        /* Mobile Responsive */
        @media (max-width: 768px) {
            .dental-compare-hero {
                padding: 60px 25px;
            }

            .dental-compare-hero h1 {
                font-size: 32px;
            }

            .dental-compare-hero-subtitle {
                font-size: 18px;
            }

            .dental-compare-section {
                padding: 40px 25px;
            }

            .dental-compare-section h2 {
                font-size: 28px;
            }

            .dental-compare-table {
                border-radius: 8px;
            }

            .dental-compare-table th,
            .dental-compare-table td {
                padding: 12px;
                font-size: 14px;
            }

            .dental-compare-table td:first-child {
                width: 35%;
            }

            .dental-compare-advantages {
                grid-template-columns: 1fr;
            }

            .dental-compare-hero-cta,
            .dental-compare-hero-cta-whatsapp {
                display: block;
                margin: 10px auto;
                max-width: 280px;
            }
        }
    