
        * {
            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-color: #ffffff;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
        }

        .vet-dog-container {
            max-width: 980px;
            margin: 0 auto;
            padding: 0 20px;
        }

        .vet-dog-header {
            background-color: #ffffff;
            padding: 20px 0;
            border-bottom: 1px solid #d2d2d7;
            position: sticky;
            top: 0;
            z-index: 1000;
            backdrop-filter: saturate(180%) blur(20px);
            background-color: rgba(255, 255, 255, 0.92);
        }

        .vet-dog-header-content {
            display: flex;
            justify-content: space-between;
            align-items: center;
            max-width: 980px;
            margin: 0 auto;
            padding: 0 20px;
        }

        .vet-dog-logo {
            font-size: 24px;
            font-weight: 600;
            color: #1d1d1f;
            text-decoration: none;
        }

        .vet-dog-header-nav {
            display: flex;
            gap: 30px;
        }

        .vet-dog-header-nav a {
            color: #1d1d1f;
            text-decoration: none;
            font-size: 14px;
            transition: color 0.3s ease;
        }

        .vet-dog-header-nav a:hover {
            color: #0071e3;
        }

        .vet-dog-hero {
            padding: 80px 0 60px;
            text-align: center;
            background: linear-gradient(180deg, #f5f5f7 0%, #ffffff 100%);
        }

        .vet-dog-hero-title {
            font-size: 56px;
            font-weight: 700;
            letter-spacing: -0.02em;
            margin-bottom: 20px;
            line-height: 1.1;
        }

        .vet-dog-hero-subtitle {
            font-size: 28px;
            color: #6e6e73;
            font-weight: 400;
            margin-bottom: 30px;
        }

        .vet-dog-hero-description {
            font-size: 18px;
            color: #6e6e73;
            max-width: 700px;
            margin: 0 auto 40px;
            line-height: 1.7;
        }

        .vet-dog-cta-group {
            display: flex;
            gap: 20px;
            justify-content: center;
            flex-wrap: wrap;
            margin-top: 40px;
        }

        .vet-dog-btn {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            padding: 14px 32px;
            border-radius: 980px;
            font-size: 17px;
            font-weight: 500;
            text-decoration: none;
            transition: all 0.3s ease;
            border: none;
            cursor: pointer;
            gap: 8px;
        }

        .vet-dog-btn-whatsapp {
            background-color: #25d366;
            color: #ffffff;
        }

        .vet-dog-btn-whatsapp:hover {
            background-color: #20bd5a;
            transform: translateY(-2px);
            box-shadow: 0 10px 20px rgba(37, 211, 102, 0.3);
        }

        .vet-dog-btn-phone {
            background-color: #0071e3;
            color: #ffffff;
        }

        .vet-dog-btn-phone:hover {
            background-color: #0061c2;
            transform: translateY(-2px);
            box-shadow: 0 10px 20px rgba(0, 113, 227, 0.3);
        }

        .vet-dog-btn-secondary {
            background-color: transparent;
            color: #0071e3;
            border: 2px solid #0071e3;
        }

        .vet-dog-btn-secondary:hover {
            background-color: #0071e3;
            color: #ffffff;
        }

        .vet-dog-section {
            padding: 80px 0;
        }

        .vet-dog-section-gray {
            background-color: #f5f5f7;
        }

        .vet-dog-section-title {
            font-size: 40px;
            font-weight: 700;
            margin-bottom: 16px;
            text-align: center;
            letter-spacing: -0.01em;
        }

        .vet-dog-section-subtitle {
            font-size: 21px;
            color: #6e6e73;
            text-align: center;
            margin-bottom: 60px;
            max-width: 700px;
            margin-left: auto;
            margin-right: auto;
        }

        .vet-dog-content {
            max-width: 800px;
            margin: 0 auto;
        }

        .vet-dog-text {
            font-size: 17px;
            line-height: 1.8;
            color: #1d1d1f;
            margin-bottom: 24px;
        }

        .vet-dog-text-gray {
            color: #6e6e73;
        }

        .vet-dog-highlight {
            background-color: #fff5cc;
            padding: 2px 6px;
            border-radius: 4px;
            font-weight: 500;
        }

        .vet-dog-card-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 30px;
            margin-top: 50px;
        }

        .vet-dog-card {
            background-color: #ffffff;
            border-radius: 18px;
            padding: 40px 30px;
            box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
            transition: all 0.3s ease;
        }

        .vet-dog-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
        }

        .vet-dog-card-icon {
            font-size: 48px;
            margin-bottom: 20px;
            display: block;
        }

        .vet-dog-card-title {
            font-size: 24px;
            font-weight: 600;
            margin-bottom: 12px;
            color: #1d1d1f;
        }

        .vet-dog-card-text {
            font-size: 16px;
            line-height: 1.6;
            color: #6e6e73;
        }

        .vet-dog-list {
            list-style: none;
            margin: 30px 0;
        }

        .vet-dog-list-item {
            font-size: 17px;
            line-height: 1.8;
            padding: 16px 0;
            border-bottom: 1px solid #d2d2d7;
            position: relative;
            padding-left: 30px;
        }

        .vet-dog-list-item:last-child {
            border-bottom: none;
        }

        .vet-dog-list-item:before {
            content: "✓";
            position: absolute;
            left: 0;
            color: #0071e3;
            font-weight: 700;
            font-size: 20px;
        }

        .vet-dog-warning-list-item:before {
            content: "⚠";
            color: #ff9500;
        }

        .vet-dog-danger-list-item:before {
            content: "☠";
            color: #ff3b30;
        }

        .vet-dog-timeline {
            position: relative;
            padding-left: 50px;
            margin: 50px 0;
        }

        .vet-dog-timeline:before {
            content: "";
            position: absolute;
            left: 15px;
            top: 0;
            bottom: 0;
            width: 3px;
            background: linear-gradient(180deg, #0071e3 0%, #25d366 100%);
        }

        .vet-dog-timeline-item {
            position: relative;
            margin-bottom: 50px;
        }

        .vet-dog-timeline-item:before {
            content: "";
            position: absolute;
            left: -43px;
            top: 5px;
            width: 20px;
            height: 20px;
            border-radius: 50%;
            background-color: #0071e3;
            border: 4px solid #ffffff;
            box-shadow: 0 0 0 3px #0071e3;
        }

        .vet-dog-timeline-title {
            font-size: 24px;
            font-weight: 600;
            margin-bottom: 12px;
            color: #1d1d1f;
        }

        .vet-dog-timeline-text {
            font-size: 17px;
            line-height: 1.7;
            color: #6e6e73;
        }

        .vet-dog-warning-box {
            background-color: #fff5e6;
            border-left: 4px solid #ff9500;
            padding: 30px;
            border-radius: 12px;
            margin: 40px 0;
        }

        .vet-dog-warning-title {
            font-size: 20px;
            font-weight: 600;
            color: #1d1d1f;
            margin-bottom: 12px;
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .vet-dog-warning-text {
            font-size: 16px;
            line-height: 1.7;
            color: #1d1d1f;
        }

        .vet-dog-danger-box {
            background-color: #ffe6e6;
            border-left: 4px solid #ff3b30;
            padding: 30px;
            border-radius: 12px;
            margin: 40px 0;
        }

        .vet-dog-danger-title {
            font-size: 22px;
            font-weight: 700;
            color: #ff3b30;
            margin-bottom: 12px;
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .vet-dog-danger-text {
            font-size: 17px;
            line-height: 1.7;
            color: #1d1d1f;
            font-weight: 500;
        }

        .vet-dog-info-box {
            background-color: #e6f4ff;
            border-left: 4px solid #0071e3;
            padding: 30px;
            border-radius: 12px;
            margin: 40px 0;
        }

        .vet-dog-info-title {
            font-size: 20px;
            font-weight: 600;
            color: #1d1d1f;
            margin-bottom: 12px;
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .vet-dog-info-text {
            font-size: 16px;
            line-height: 1.7;
            color: #1d1d1f;
        }

        .vet-dog-table {
            width: 100%;
            border-collapse: collapse;
            margin: 40px 0;
            background-color: #ffffff;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
        }

        .vet-dog-table th {
            background-color: #f5f5f7;
            padding: 18px;
            text-align: left;
            font-size: 16px;
            font-weight: 600;
            color: #1d1d1f;
            border-bottom: 2px solid #d2d2d7;
        }

        .vet-dog-table td {
            padding: 18px;
            border-bottom: 1px solid #d2d2d7;
            font-size: 15px;
            color: #1d1d1f;
        }

        .vet-dog-table tr:last-child td {
            border-bottom: none;
        }

        .vet-dog-table tr:hover {
            background-color: #f5f5f7;
        }

        .vet-dog-table-danger {
            color: #ff3b30;
            font-weight: 600;
        }

        .vet-dog-table-warning {
            color: #ff9500;
            font-weight: 600;
        }

        .vet-dog-faq {
            max-width: 800px;
            margin: 0 auto;
        }

        .vet-dog-faq-item {
            background-color: #ffffff;
            border-radius: 12px;
            margin-bottom: 20px;
            overflow: hidden;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
        }

        .vet-dog-faq-question {
            font-size: 19px;
            font-weight: 600;
            padding: 24px 30px;
            cursor: pointer;
            display: flex;
            justify-content: space-between;
            align-items: center;
            color: #1d1d1f;
            transition: background-color 0.3s ease;
        }

        .vet-dog-faq-question:hover {
            background-color: #f5f5f7;
        }

        .vet-dog-faq-question:after {
            content: "+";
            font-size: 28px;
            font-weight: 300;
            color: #0071e3;
            transition: transform 0.3s ease;
        }

        .vet-dog-faq-question.active:after {
            transform: rotate(45deg);
        }

        .vet-dog-faq-answer {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.3s ease, padding 0.3s ease;
            font-size: 16px;
            line-height: 1.7;
            color: #6e6e73;
        }

        .vet-dog-faq-answer.active {
            max-height: 1000px;
            padding: 0 30px 24px;
        }

        .vet-dog-review-card {
            background-color: #ffffff;
            border-radius: 16px;
            padding: 35px;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
        }

        .vet-dog-review-stars {
            color: #ffb800;
            font-size: 20px;
            margin-bottom: 16px;
        }

        .vet-dog-review-text {
            font-size: 16px;
            line-height: 1.7;
            color: #1d1d1f;
            margin-bottom: 20px;
        }

        .vet-dog-review-author {
            font-size: 15px;
            color: #6e6e73;
            font-weight: 500;
        }

        .vet-dog-contact-card {
            background: linear-gradient(135deg, #0071e3 0%, #0061c2 100%);
            border-radius: 20px;
            padding: 60px 40px;
            text-align: center;
            color: #ffffff;
            margin: 60px 0;
        }

        .vet-dog-contact-title {
            font-size: 36px;
            font-weight: 700;
            margin-bottom: 16px;
        }

        .vet-dog-contact-subtitle {
            font-size: 19px;
            margin-bottom: 40px;
            opacity: 0.95;
        }

        .vet-dog-contact-info {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 30px;
            margin-top: 50px;
            text-align: left;
        }

        .vet-dog-contact-item {
            display: flex;
            align-items: flex-start;
            gap: 15px;
        }

        .vet-dog-contact-icon {
            font-size: 24px;
            margin-top: 2px;
        }

        .vet-dog-contact-details h4 {
            font-size: 16px;
            font-weight: 600;
            margin-bottom: 8px;
            opacity: 0.9;
        }

        .vet-dog-contact-details p {
            font-size: 18px;
            font-weight: 500;
        }

        .vet-dog-footer {
            background-color: #f5f5f7;
            padding: 60px 0 40px;
            margin-top: 80px;
        }

        .vet-dog-footer-content {
            max-width: 980px;
            margin: 0 auto;
            padding: 0 20px;
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 40px;
        }

        .vet-dog-footer-section h3 {
            font-size: 18px;
            font-weight: 600;
            margin-bottom: 20px;
            color: #1d1d1f;
        }

        .vet-dog-footer-section p,
        .vet-dog-footer-section a {
            font-size: 14px;
            color: #6e6e73;
            line-height: 1.8;
            text-decoration: none;
            display: block;
            margin-bottom: 10px;
        }

        .vet-dog-footer-section a:hover {
            color: #0071e3;
        }

        .vet-dog-footer-bottom {
            text-align: center;
            padding-top: 40px;
            margin-top: 40px;
            border-top: 1px solid #d2d2d7;
            color: #6e6e73;
            font-size: 14px;
        }

        @media (max-width: 768px) {
            .vet-dog-hero-title {
                font-size: 36px;
            }

            .vet-dog-hero-subtitle {
                font-size: 21px;
            }

            .vet-dog-section-title {
                font-size: 32px;
            }

            .vet-dog-section-subtitle {
                font-size: 18px;
            }

            .vet-dog-card-grid {
                grid-template-columns: 1fr;
            }

            .vet-dog-header-nav {
                display: none;
            }

            .vet-dog-timeline {
                padding-left: 30px;
            }

            .vet-dog-timeline-item:before {
                left: -23px;
                width: 12px;
                height: 12px;
            }

            .vet-dog-contact-info {
                grid-template-columns: 1fr;
            }
        }
    