
        * { margin: 0; padding: 0; box-sizing: border-box; }

        body {
            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Noto Sans HK', 'Microsoft YaHei', sans-serif;
            background: #fff7ed;
            color: #431407;
            line-height: 1.6;
            -webkit-font-smoothing: antialiased;
            padding-bottom: 80px;
        }

        body.lang_zh_tw { font-family: 'Noto Sans HK', -apple-system, sans-serif; }

        .hksev-wrapper { background: #fff7ed; }

        .hksev-container {
            max-width: 900px;
            margin: 0 auto;
            padding: 0 20px;
        }

        /* ===== HERO ===== */
        .hksev-hero {
            background: #ffedd5;
            text-align: center;
            display: flex;
            justify-content: center;
        }

        .hksev-hero img {
            width: 100%;
            max-width: 900px;
            display: block;
            box-shadow: 0 1px 3px rgba(0,0,0,0.1);
            border-bottom-left-radius: 24px;
            border-bottom-right-radius: 24px;
        }

        /* ===== CTA BUTTONS ===== */
        .hksev-cta-box {
            background: #fff;
            border-radius: 16px;
            box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1);
            padding: 24px;
            border-top: 4px solid #ea580c;
            display: flex;
            gap: 24px;
            position: relative;
            z-index: 10;
        }

        .hksev-btn {
            flex: 1;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
            padding: 16px;
            border-radius: 12px;
            color: #fff;
            text-decoration: none;
            font-weight: bold;
            font-size: 18px;
            transition: 0.2s;
            cursor: pointer;
        }

        .hksev-btn:active { transform: scale(0.97); }

        .hksev-btn-whatsapp { background-color: #25D366; }
        .hksev-btn-whatsapp:hover { background-color: #1ebe57; }
        .hksev-btn-phone { background-color: #ea580c; }
        .hksev-btn-phone:hover { background-color: #c2410c; }

        /* ===== SECTIONS ===== */
        .hksev-section { padding: 40px 0; }

        .hksev-text-center { text-align: center; }
        .hksev-text-justify { text-align: justify; }
        .hksev-mb-10 { margin-bottom: 40px; }
        .hksev-mt-8 { margin-top: 32px; }

        .hksev-title {
            color: #ea580c;
            font-size: 28px;
            font-weight: 800;
            margin-bottom: 16px;
        }

        .hksev-subtitle {
            font-size: 16px;
            color: #6b7280;
            margin-bottom: 24px;
        }

        /* ===== PRICE TAG ===== */
        .hksev-price-tag {
            display: inline-block;
            background: #fff;
            border: 2px solid #ea580c;
            color: #ea580c;
            font-size: 32px;
            font-weight: 900;
            padding: 8px 28px;
            border-radius: 12px;
            margin-bottom: 20px;
        }

        .hksev-price-tag small {
            font-size: 16px;
            font-weight: 400;
            color: #9ca3af;
        }

        /* ===== GRID 3 ===== */
        .hksev-grid-3 {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 16px;
            margin-bottom: 40px;
        }

        .hksev-card {
            background: #fff;
            padding: 20px;
            border-radius: 16px;
            text-align: center;
            border: 1px solid #ffedd5;
            box-shadow: 0 1px 2px rgba(0,0,0,0.05);
        }

        .hksev-card h3 {
            margin: 0 0 4px 0;
            color: #1f2937;
            font-size: 16px;
        }

        .hksev-card p {
            margin: 0;
            font-size: 12px;
            color: #6b7280;
        }

        .hksev-icon-circle {
            width: 48px;
            height: 48px;
            background: #fff7ed;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 12px auto;
            color: #ea580c;
            font-size: 20px;
        }

        /* ===== INFO CARD ===== */
        .hksev-info-section {
            background: #fff;
            padding: 40px 0;
            border-top: 1px solid #ffedd5;
            border-bottom: 1px solid #ffedd5;
            margin-bottom: 40px;
        }

        .hksev-grid-2 {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 24px;
        }

        .hksev-info-card {
            border-radius: 16px;
            padding: 24px;
            position: relative;
            overflow: hidden;
        }

        .hksev-info-card.orange { background: #fff7ed; border: 1px solid #ffedd5; }
        .hksev-info-card.blue { background: #eff6ff; border: 1px solid #dbeafe; }
        .hksev-info-card.full { grid-column: span 2; }

        .hksev-info-header {
            display: flex;
            align-items: center;
            margin-bottom: 12px;
        }

        .hksev-info-header h3 {
            margin: 0;
            font-size: 20px;
            color: #1f2937;
        }

        .hksev-number {
            width: 32px;
            height: 32px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #fff;
            font-weight: bold;
            margin-right: 12px;
            flex-shrink: 0;
        }

        .hksev-info-card p {
            color: #374151;
            margin: 0;
            font-size: 14px;
            line-height: 1.7;
        }

        .hksev-info-card strong.orange { color: #ea580c; }

        /* ===== FEATURES ===== */
        .hksev-features {
            background: #fff;
            border-radius: 24px;
            padding: 32px;
            border: 1px solid #ffedd5;
            margin-bottom: 40px;
        }

        .hksev-features h3 {
            font-size: 20px;
            margin-top: 0;
            margin-bottom: 24px;
            text-align: center;
        }

        .hksev-grid-features {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 24px;
        }

        .hksev-feature-item {
            display: flex;
            gap: 16px;
            align-items: flex-start;
        }

        .hksev-feature-item .icon-box {
            background: #ffedd5;
            padding: 8px;
            border-radius: 8px;
            color: #ea580c;
            flex-shrink: 0;
            width: 40px;
            height: 40px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .hksev-feature-item h4 {
            margin: 0 0 4px 0;
            font-size: 16px;
        }

        .hksev-feature-item p {
            margin: 0;
            font-size: 14px;
            color: #4b5563;
        }

        /* ===== CLINIC INFO ===== */
        .hksev-clinic-card {
            background: #fff;
            border-radius: 16px;
            padding: 24px;
            border: 1px solid #ffedd5;
            box-shadow: 0 1px 2px rgba(0,0,0,0.05);
        }

        .hksev-clinic-card h3 {
            color: #ea580c;
            font-size: 18px;
            margin-bottom: 16px;
            text-align: center;
        }

        .hksev-clinic-row {
            display: flex;
            gap: 10px;
            padding: 8px 0;
            border-bottom: 1px solid #ffedd5;
            font-size: 14px;
        }

        .hksev-clinic-row:last-child { border-bottom: none; }

        .hksev-clinic-row .label {
            color: #9ca3af;
            min-width: 70px;
            flex-shrink: 0;
        }

        .hksev-clinic-row .value { color: #374151; }

        .hksev-clinic-row .wa { color: #25D366; font-weight: 600; }

        /* ===== DENTAL INFO LIST ===== */
        .hksev-dental-list {
            background: #fff;
            border-radius: 16px;
            padding: 24px;
            border: 1px solid #ffedd5;
        }

        .hksev-dental-list h3 {
            color: #ea580c;
            font-size: 18px;
            margin-bottom: 16px;
        }

        .hksev-dental-list ul {
            list-style: none;
            padding: 0;
        }

        .hksev-dental-list li {
            padding: 8px 0 8px 28px;
            font-size: 14px;
            color: #374151;
            border-bottom: 1px solid #fff7ed;
            position: relative;
        }

        .hksev-dental-list li:last-child { border-bottom: none; }

        .hksev-dental-list li::before {
            content: '\f0a4';
            font-family: 'Font Awesome 6 Free';
            font-weight: 900;
            position: absolute;
            left: 4px;
            color: #ea580c;
        }

        .hksev-alert {
            background: #fff7ed;
            border: 1px solid #ffedd5;
            border-radius: 12px;
            padding: 16px;
            margin-top: 16px;
            font-size: 13px;
            color: #8d6e3a;
            line-height: 1.6;
        }

        /* ===== PROCESS ===== */
        .hksev-process {
            display: flex;
            flex-direction: column;
            gap: 10px;
        }

        .hksev-process-item {
            display: flex;
            gap: 16px;
            background: #fff;
            border-radius: 12px;
            padding: 16px;
            border: 1px solid #ffedd5;
            align-items: flex-start;
        }

        .hksev-process-item .num {
            width: 32px;
            height: 32px;
            border-radius: 50%;
            background: #ea580c;
            color: #fff;
            font-size: 14px;
            font-weight: 700;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
        }

        .hksev-process-item .text h4 {
            font-size: 15px;
            color: #1f2937;
            margin-bottom: 2px;
        }

        .hksev-process-item .text p {
            font-size: 13px;
            color: #6b7280;
        }

        /* ===== MAP SECTION ===== */
        .hksev-map-section {
            background: #fff7ed;
            padding: 40px 0;
            border-top: 1px solid #ffedd5;
        }

        .hksev-map-card {
            background: #fff;
            border-radius: 16px;
            overflow: hidden;
            border: 1px solid #f3f4f6;
        }

        .hksev-map-content { padding: 24px; }

        .hksev-tag {
            font-size: 12px;
            font-weight: bold;
            padding: 4px 12px;
            border-radius: 99px;
            display: inline-block;
            margin-bottom: 12px;
        }

        .hksev-tag-orange { background: #ea580c; color: #fff; }

        .hksev-map-card h3 {
            margin: 0 0 8px 0;
            font-size: 18px;
        }

        .hksev-map-card p {
            margin: 0 0 16px 0;
            font-size: 14px;
            color: #4b5563;
        }

        .hksev-iframe-container {
            width: 100%;
            height: 224px;
            background: #e5e7eb;
        }

        .hksev-iframe-container iframe {
            width: 100%;
            height: 100%;
            border: 0;
            display: block;
        }

        /* ===== FAQ ===== */
        .hksev-faq-item {
            background: #fff;
            border-radius: 12px;
            margin-bottom: 8px;
            overflow: hidden;
            border: 1px solid #ffedd5;
        }

        .hksev-faq-q {
            padding: 16px 20px;
            font-size: 15px;
            font-weight: 600;
            color: #1f2937;
            cursor: pointer;
            display: flex;
            justify-content: space-between;
            align-items: center;
            gap: 12px;
            user-select: none;
            -webkit-tap-highlight-color: transparent;
        }

        .hksev-faq-q::after {
            content: '\f067';
            font-family: 'Font Awesome 6 Free';
            font-weight: 900;
            font-size: 14px;
            color: #ea580c;
            flex-shrink: 0;
        }

        .hksev-faq-item.open .hksev-faq-q::after { content: '\f068'; }

        .hksev-faq-a {
            padding: 0 20px 16px;
            font-size: 14px;
            color: #6b7280;
            line-height: 1.7;
            display: none;
        }

        .hksev-faq-item.open .hksev-faq-a { display: block; }

        /* ===== FOOTER ===== */
        .hksev-footer {
            background: #fff;
            border-top: 1px solid #ffedd5;
            padding: 40px 20px;
            text-align: center;
        }

        .hksev-footer .name {
            font-size: 16px;
            font-weight: 700;
            color: #1f2937;
            margin-bottom: 4px;
        }

        .hksev-footer .en {
            font-size: 12px;
            color: #9ca3af;
            margin-bottom: 12px;
        }

        .hksev-footer .phones { margin-bottom: 10px; font-size: 14px; }

        .hksev-footer .phones a {
            color: #ea580c;
            font-weight: 600;
            font-size: 15px;
        }

        .hksev-footer .wa-link {
            color: #25D366;
            font-weight: 600;
        }

        /* ===== FIXED WHATSAPP ===== */
        .wa-float {
            position: fixed;
            bottom: 16px;
            right: 16px;
            z-index: 999;
            width: 56px;
            height: 56px;
            background: #25D366;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
            animation: pulse 2s infinite;
            color: #fff;
            text-decoration: none;
            font-size: 24px;
        }

        .wa-float:active { transform: scale(0.9); }

        @keyframes pulse {
            0% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.4); }
            70% { box-shadow: 0 0 0 14px rgba(37, 211, 102, 0); }
            100% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0); }
        }

        /* ===== BOTTOM BAR ===== */
        .bottom-bar {
            position: fixed;
            bottom: 0; left: 0; right: 0;
            background: #fff;
            padding: 10px 16px;
            padding-bottom: max(10px, env(safe-area-inset-bottom));
            box-shadow: 0 -4px 20px rgba(0,0,0,0.08);
            z-index: 998;
            display: flex;
            gap: 8px;
        }

        .bottom-bar a {
            flex: 1;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 6px;
            padding: 12px;
            border-radius: 12px;
            font-size: 14px;
            font-weight: 700;
            text-decoration: none;
        }

        .bottom-bar .b-phone { background: #ea580c; color: #fff; }
        .bottom-bar .b-wa { background: #25D366; color: #fff; }

        /* ===== RESPONSIVE ===== */
        @media (max-width: 768px) {
            .hksev-cta-box { flex-direction: column; gap: 12px; padding: 16px; }
            .hksev-grid-3 { grid-template-columns: 1fr; }
            .hksev-grid-2 { grid-template-columns: 1fr; }
            .hksev-info-card.full { grid-column: span 1; }
            .hksev-grid-features { grid-template-columns: 1fr; }
            .hksev-hero img { border-radius: 0; }
            .hksev-title { font-size: 24px; }
            .hksev-btn { font-size: 16px; padding: 14px; }
        }
    