 * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;

            color: #333;
            line-height: 1.6;
            max-width: 768px;
            margin: 0 auto;
            min-height: 100vh;
        }

        .header {

        }

        .logo {
            width: 100%; display: block;
        }

        .header-text h1 {
            font-size: 20px;
            color: #fff;
            font-weight: bold;
            letter-spacing: 1px;
            text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
        }

        .header-text p {
            font-size: 11px;
            color: rgba(255,255,255,0.95);
            margin-top: 4px;
            letter-spacing: 0.5px;
        }

        .banner-section {
            overflow: hidden;
        }
         .banner-section img{ width: 100%; display: block; padding-top: 0;}

        .doctor-info-top {
            display: flex;
            align-items: flex-start;
            gap: 12px;
            margin-bottom: 18px;
            z-index: 2;
            position: relative;
        }

        .name-title h2 {
            font-size: 32px;
            color: #fff;
            font-weight: bold;
            text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
            line-height: 1.2;
        }

        .name-title .titles {
            font-size: 14px;
            color: #fff;
            margin-top: 6px;
            line-height: 1.5;
        }

        .expert-badge {
            background: rgba(255,255,255,0.25);
            padding: 6px 14px;
            border-radius: 20px;
            font-size: 15px;
            color: #fff;
            font-weight: 600;
            margin-top: 10px;
            display: inline-block;
            border: 1px solid rgba(255,255,255,0.4);
        }

        .content-row {
            display: flex;
            gap: 14px;
            align-items: flex-start;
            position: relative;
            z-index: 2;
        }

        .qr-code {
            flex-shrink: 0;
            width: 110px;
            height: 110px;
            background: #fff;
            padding: 6px;
            border-radius: 8px;
            box-shadow: 0 4px 12px rgba(0,0,0,0.15);
        }

        .qr-code img {
            width: 100%;
            height: 100%;
            object-fit: contain;
        }

        .info-text {
            flex: 1;
            color: #fff;
        }

        .experience {
            font-size: 17px;
            font-weight: bold;
            margin-bottom: 10px;
            text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
        }

        .specialties {
            font-size: 13px;
            line-height: 1.7;
            opacity: 0.95;
        }

        .consultation-note {
            font-size: 13px;
            line-height: 1.7;
            margin-top: 12px;
            opacity: 0.95;
        }

        .cta-button {
            display: block;
            background: linear-gradient(135deg, #ff6b6b 0%, #ee5a52 100%);
            color: #fff;
            text-align: center;
            padding: 12px 20px;
            border-radius: 25px;
            font-size: 16px;
            font-weight: bold;
            margin-top: 14px;
            box-shadow: 0 4px 12px rgba(238,90,82,0.3);
            text-decoration: none;
            letter-spacing: 1px;
        }

        .doctor-photo {
            position: absolute;
            right: -10px;
            bottom: 0;
            width: 200px;
            height: auto;
            opacity: 0.95;
            z-index: 1;
            filter: drop-shadow(-4px 4px 8px rgba(0,0,0,0.2));
        }

        .details-section {

            padding: 0;
        }

        .detail-card {
            background: #fff;
            margin: 16px;
            border-radius: 16px;
            padding: 24px 20px;
            box-shadow: 0 2px 16px rgba(44,90,160,0.08), 0 1px 4px rgba(0,0,0,0.04);
            position: relative;
            overflow: hidden;
        }

        .detail-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 4px;
            background: linear-gradient(90deg, #6d0101, #ae0002, #ae0002);
        }

        .section-header {
            display: flex;
            align-items: center;
            gap: 10px;
            margin-bottom: 18px;
        }

        .section-icon {
            width: 36px;
            height: 36px;
            border-radius: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 18px;
            flex-shrink: 0;
        }

        .section-icon.intro {
            background: linear-gradient(135deg, #e8f0fe 0%, #d2e3fc 100%);
            color: #2c5aa0;
        }

        .section-icon.expertise {
            background: linear-gradient(135deg, #fef7e0 0%, #fce8b6 100%);
            color: #c27d0a;
        }

        .section-title {
            font-size: 17px;
            font-weight: 700;
            color: #1a365d;
            letter-spacing: 0.5px;
            margin-bottom: 0;
            padding-bottom: 0;
            border-bottom: none;
        }

        .section-content {
            font-size: 14px;
            line-height: 2;
            color: #17191b;
            text-align: justify;
        }

        .section-content p {
            margin-bottom: 14px;
            position: relative;
            line-height: 25px;
            font-size: 16px;
        }

       

        .highlight-numbers {
            display: inline-flex;
            align-items: center;
            gap: 4px;
            color: #2c5aa0;
            font-weight: 700;
            padding: 1px 8px;
            background: linear-gradient(135deg, #e8f0fe 0%, #f0f4ff 100%);
            border-radius: 6px;
            font-size: 13px;
        }

        .highlight-numbers::before {
            display: none;
        }

        .tag-list {
            display: flex;
            flex-wrap: wrap;
            gap: 8px;
            margin-top: 12px;
        }

        .tag-item {
            display: inline-flex;
            align-items: center;
            padding: 6px 14px;
            background: linear-gradient(135deg, #f0f4ff 0%, #e8f0fe 100%);
            border: 1px solid rgba(44,90,160,0.12);
            border-radius: 20px;
            font-size: 12.5px;
            color: #2c5aa0;
            font-weight: 500;
        }

        .tag-item::before {
            content: '◆';
            font-size: 8px;
            margin-right: 5px;
            color: #5b9dd9;
        }

        .form-section {
        
        }

        .section-icon.form-icon {
            background: linear-gradient(135deg, #e0f2fe 0%, #bae6fd 100%);
            color: #0369a1;
        }

        .form-group {
            margin-bottom: 18px;
        }

        .formp {
            display: block;
            font-size: 14px;
            color: #4a5568;
            font-weight: 600;
            margin-bottom: 8px;
        }

        .required {
            color: #e53e3e;
            margin-left: 2px;
        }

        .form-group input[type="text"],
        .form-group input[type="number"],
        .form-group select,
        .form-group textarea {
            width: 100%;
            padding: 12px 15px;
            border: 1.5px solid #e2e8f0;
            border-radius: 10px;
            font-size: 14px;
            color: #1a202c;
            background: #f8fafc;
            transition: all 0.25s ease;
            -webkit-appearance: none;
            appearance: none;
            font-family: inherit;
        }

        .form-group textarea {
            min-height: 120px;
            resize: vertical;
            line-height: 1.7;
        }

        .form-group input::placeholder,
        .form-group select:invalid,
        .form-group textarea::placeholder {
            color: #a0aec0;
        }

        .form-group input:focus,
        .form-group select:focus,
        .form-group textarea:focus {
            outline: none;
            border-color: #5b9dd9;
            background: #fff;
            box-shadow: 0 0 0 3px rgba(91,157,217,0.12);
        }

        .form-group select {
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23718096' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
            background-repeat: no-repeat;
            background-position: right 14px center;
            padding-right: 36px;
        }

        .phone-flex {
            display: flex;
            gap: 10px;
        }

        .country-select {
            flex-shrink: 0;
            width: auto !important;
            min-width: 130px;
            padding: 12px 30px 12px 12px !important;
            font-size: 13px !important;
            background-position: right 10px center !important;
        }

        .phone-flex input {
            flex: 1;
        }

        .custom-area-input {
            flex-shrink: 0;
            width: auto !important;
            min-width: 130px;
            padding: 12px 12px !important;
            font-size: 13px !important;
            border-radius: 10px;
            font-family: inherit;
        }

        .custom-area-input::placeholder {
            color: #a0aec0;
        }

        .custom-area-input:focus {
            outline: none;
            border-color: #5b9dd9;
            background: #fff;
            box-shadow: 0 0 0 3px rgba(91,157,217,0.12);
        }

        .form-submit-area {
            margin-top: 24px;
            text-align: center;
            padding-bottom: 20px
        }

        .cBtn {
            display: inline-block;
            width: 100%;
            max-width: 240px;
            padding: 14px 40px;
              background: linear-gradient(135deg, #690000 0%, #a50606 100%);
            color: #fff;
            font-size: 16px;
            font-weight: 600;
            border: none;
            border-radius: 10px;
            cursor: pointer;
            letter-spacing: 2px;
            transition: all 0.25s ease;
            box-shadow: 0 4px 14px rgba(0,117,246,0.3);
        }

        .cBtn:hover {
            transform: translateY(-1px);
            box-shadow: 0 6px 20px rgba(0,117,246,0.4);
        }

        .cBtn:active {
            transform: translateY(0);
            box-shadow: 0 2px 8px rgba(0,117,246,0.3);
        }

        .site-footer {
            background: #690000;
            padding: 28px 16px 24px;
            margin-top: 8px;
            position: relative;
            overflow: hidden;
        }

        .site-footer::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 1px;
            background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
        }

        .footer-inner {
            max-width: 768px;
            margin: 0 auto;
            text-align: center;
        }

        .footer-copy {
            font-size: 16px;
            color: rgba(255,255,255,0.75);
            font-weight: 500;
            letter-spacing: 0.5px;
            margin-bottom: 10px;
        }

        .footer-links {
            display: flex;
            justify-content: center;
            gap: 20px;
            margin-bottom: 14px;
        }

        .footer-links a {
            font-size: 16px;
            color: rgba(255,255,255,0.7);
            text-decoration: none;
            transition: color 0.2s ease;
            position: relative;
        }

        .footer-links a::after {
            content: '';
            position: absolute;
            bottom: -2px;
            left: 50%;
            width: 0;
            height: 1px;
            background: rgba(255,255,255,0.6);
            transition: all 0.25s ease;
            transform: translateX(-50%);
        }

        .footer-links a:hover {
            color: #fff;
        }

        .footer-links a:hover::after {
            width: 100%;
        }

        .footer-disclaimer {
            font-size: 16px;
            color: rgba(255,255,255,0.5);
            line-height: 1.8;
            padding-top: 14px;
            border-top: 1px solid rgba(255,255,255,0.1);
        }

        .footer-disclaimer a {
            color: rgba(255,255,255,0.65);
            text-decoration: none;
            border-bottom: 1px dashed rgba(255,255,255,0.3);
            transition: all 0.2s ease;
        }

        .footer-disclaimer a:hover {
            color: rgba(255,255,255,0.9);
            border-bottom-color: rgba(255,255,255,0.6);
        }

        @media (max-width: 480px) {

           .section-content p {

            font-size: 14px;
        }

            .header-text h1 {
                font-size: 17px;
            }
            .header-text p {
                font-size: 10px;
            }
      
            .name-title h2 {
                font-size: 28px;
            }
            .name-title .titles {
                font-size: 13px;
            }
            .expert-badge {
                font-size: 13px;
                padding: 5px 12px;
            }
            .qr-code {
                width: 95px;
                height: 95px;
            }
            .experience {
                font-size: 15px;
            }
            .specialties, .consultation-note {
                font-size: 12px;
            }
            .cta-button {
                font-size: 14px;
                padding: 10px 16px;
            }
            .doctor-photo {
                width: 160px;
            }
            .section-title {
                font-size: 16px;
            }
            .section-content {
                font-size: 13px;
            }
            .detail-card {
                margin: 12px;
                padding: 20px 16px 0 16px;
                border-radius: 12px;
            }
            .section-icon {
                width: 32px;
                height: 32px;
                border-radius: 8px;
                font-size: 16px;
            }
            .tag-item {
                padding: 5px 11px;
                font-size: 11.5px;
            }
            .form-group input[type="text"],
            .form-group input[type="number"],
            .form-group select,
            .form-group textarea {
                padding: 11px 13px;
                font-size: 13px;
                border-radius: 8px;
            }
            .form-group textarea {
                min-height: 100px;
            }
            .formp {
                font-size: 13px;
            }
            .country-select {
                min-width: 110px !important;
                font-size: 12px !important;
            }
            .cBtn {
                max-width: 200px;
                padding: 12px 32px;
                font-size: 15px;
            }
            .custom-area-input {
                padding: 11px 10px !important;
                font-size: 12px !important;
                min-width: 110px !important;
                border-radius: 8px;
            }
            .site-footer {
                padding: 25px 14px 20px 20px
            }
            .footer-copy {
                font-size: 14px;
            }
            .footer-links {
                gap: 16px;
            }
            .footer-links a {
                font-size: 12px;
            }
            .footer-disclaimer {
                font-size: 14px;
                line-height: 1.5;
            }
        }