* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}

html {
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%;
}

body {
    font-family: "PingFang SC", "Microsoft YaHei", "Hiragino Sans GB", "Helvetica Neue", Arial, sans-serif;
    font-size: 15px;
    line-height: 1.7;
    color: #333;
    background-color: #F5E6D3;
    overflow-x: hidden;
    padding-bottom: 70px;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

a {
    text-decoration: none;
    color: inherit;
}

ul, ol {
    list-style: none;
}

input, select, button, textarea {
    font-family: inherit;
    font-size: inherit;
    outline: none;
    border: none;
}

.container {
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
    padding: 0 16px;
}

.section {
    padding: 40px 0;
}

.section-header {
    text-align: center;
    margin-bottom: 30px;
}

.section-title {
    font-size: 22px;
    font-weight: 700;
    color: #6B3410;
    line-height: 1.4;
    margin-bottom: 12px;
    position: relative;
    display: inline-block;
}

.section-header-large {
    margin-bottom: 24px;
}

.section-main-title {
    font-size: 28px;
    font-weight: 800;
    color: #6B3410;
    line-height: 1.3;
    margin-bottom: 8px;
    letter-spacing: 2px;
}

.section-sub-title {
    font-size: 15px;
    color: #8B5A2B;
    font-weight: 500;
    margin-bottom: 12px;
}

.title-underline {
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, #8B5A2B, #2E5C3E);
    margin: 0 auto;
    border-radius: 2px;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
    line-height: 1.4;
    border: none;
    text-decoration: none;
}

.btn-primary {
    background: linear-gradient(135deg, #2E5C3E 0%, #1f4030 100%);
    color: #fff;
    box-shadow: 0 4px 15px rgba(46, 92, 62, 0.4);
}

.btn-primary:active {
    transform: scale(0.97);
    box-shadow: 0 2px 8px rgba(46, 92, 62, 0.3);
}

.btn-phone {
    background: linear-gradient(135deg, #8B0000 0%, #6b0000 100%);
    color: #fff;
    box-shadow: 0 4px 15px rgba(139, 0, 0, 0.3);
}

.btn-large {
    padding: 16px 28px;
    font-size: 17px;
    min-height: 54px;
}

.btn-medium {
    padding: 12px 24px;
    font-size: 15px;
    min-height: 46px;
}

.btn-block {
    width: 100%;
}

.btn-icon {
    font-size: 20px;
}

.top-bar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: rgba(107, 52, 16, 0.95);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease;
}

.top-bar-inner {
    max-width: 750px;
    margin: 0 auto;
    padding: 10px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo-area {
    display: flex;
    align-items: center;
    gap: 8px;
}

.logo-icon {
    flex-shrink: 0;
}

.logo-text {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}

.logo-name {
    font-size: 17px;
    font-weight: 700;
    color: #F5E6D3;
    letter-spacing: 1px;
}

.logo-sub {
    font-size: 10px;
    color: rgba(245, 230, 211, 0.7);
    margin-top: 2px;
}

.top-phone {
    display: flex;
    align-items: center;
    gap: 6px;
    background: #8B0000;
    color: #fff;
    padding: 8px 14px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
    box-shadow: 0 2px 8px rgba(139, 0, 0, 0.4);
}

.top-phone svg {
    flex-shrink: 0;
}

.hero-banner {
    position: relative;
    min-height: 100vh;
    padding-top: 70px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
}

.hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        linear-gradient(135deg, rgba(30, 15, 5, 0.7) 0%, rgba(15, 8, 3, 0.85) 100%),
        url('../images/hero-bg.jpg') center center / cover no-repeat;
    z-index: 0;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(ellipse at center, transparent 0%, rgba(0, 0, 0, 0.3) 100%);
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 750px;
    margin: 0 auto;
    padding: 30px 20px;
    text-align: center;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
}

.hero-left {
    width: 100%;
}

.hero-badge {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 24px;
    flex-wrap: wrap;
}

.badge-seal {
    background: #8B0000;
    color: #F5E6D3;
    padding: 5px 12px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 600;
    border: 1px solid rgba(245, 230, 211, 0.3);
    letter-spacing: 1px;
}

.badge-text {
    color: rgba(245, 230, 211, 0.85);
    font-size: 13px;
}

.hero-title {
    font-size: 28px;
    font-weight: 800;
    color: #F5E6D3;
    line-height: 1.4;
    margin-bottom: 16px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    letter-spacing: 1px;
}

.hero-subtitle {
    font-size: 15px;
    color: rgba(245, 230, 211, 0.85);
    margin-bottom: 20px;
    line-height: 1.6;
}

.hero-diseases {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    margin-bottom: 30px;
}

.hero-diseases span {
    background: rgba(245, 230, 211, 0.15);
    border: 1px solid rgba(245, 230, 211, 0.3);
    color: #F5E6D3;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 13px;
}

.hero-cta {
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-width: 360px;
    margin: 0 auto;
}

.trust-bar {
    position: relative;
    z-index: 2;
    background: rgba(107, 52, 16, 0.6);
    backdrop-filter: blur(5px);
    padding: 14px 16px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px 16px;
    border-top: 1px solid rgba(245, 230, 211, 0.15);
}

.trust-item {
    display: flex;
    align-items: center;
    gap: 5px;
    color: rgba(245, 230, 211, 0.9);
    font-size: 12px;
    white-space: nowrap;
}

.trust-icon {
    font-size: 14px;
}

.pain-section {
    background: #F5E6D3;
}

.pain-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-bottom: 30px;
}

.pain-card {
    background: #fff;
    border-radius: 12px;
    padding: 20px 16px;
    position: relative;
    box-shadow: 0 2px 12px rgba(107, 52, 16, 0.08);
    border: 1px solid rgba(139, 90, 43, 0.1);
    overflow: hidden;
}

.pain-num {
    position: absolute;
    top: 8px;
    right: 12px;
    font-size: 32px;
    font-weight: 800;
    color: rgba(139, 0, 0, 0.08);
    line-height: 1;
}

.pain-icon {
    font-size: 28px;
    margin-bottom: 10px;
}

.pain-card h3 {
    font-size: 15px;
    font-weight: 700;
    color: #6B3410;
    margin-bottom: 8px;
    line-height: 1.4;
}

.pain-card p {
    font-size: 12px;
    color: #666;
    line-height: 1.6;
}

.transition-guide {
    text-align: center;
    background: #fff;
    border-radius: 12px;
    padding: 24px 20px;
    box-shadow: 0 2px 12px rgba(107, 52, 16, 0.08);
}

.transition-guide p {
    font-size: 15px;
    color: #6B3410;
    font-weight: 600;
    margin-bottom: 16px;
    line-height: 1.6;
}

.solution-section {
    background: linear-gradient(180deg, #ede0cc 0%, #F5E6D3 100%);
}

.core-concept {
    margin-bottom: 30px;
}

.concept-quote {
    background: #fff;
    border-radius: 12px;
    padding: 28px 24px;
    text-align: center;
    position: relative;
    box-shadow: 0 2px 12px rgba(107, 52, 16, 0.08);
    border-left: 4px solid #2E5C3E;
}

.quote-mark {
    position: absolute;
    top: 8px;
    left: 16px;
    font-size: 48px;
    color: rgba(46, 92, 62, 0.15);
    font-family: serif;
    line-height: 1;
}

.concept-text {
    font-size: 20px;
    font-weight: 700;
    color: #2E5C3E;
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
}

.concept-desc {
    font-size: 14px;
    color: #666;
    position: relative;
    z-index: 1;
}

.solution-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-bottom: 30px;
}

.solution-card {
    background: #fff;
    border-radius: 12px;
    padding: 20px 16px;
    box-shadow: 0 2px 12px rgba(107, 52, 16, 0.08);
    border-top: 3px solid #2E5C3E;
}

.solution-icon {
    font-size: 32px;
    margin-bottom: 10px;
}

.solution-card h3 {
    font-size: 15px;
    font-weight: 700;
    color: #6B3410;
    margin-bottom: 10px;
}

.solution-card ul {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.solution-card li {
    font-size: 12px;
    color: #555;
    padding-left: 12px;
    position: relative;
    line-height: 1.5;
}

.solution-card li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #2E5C3E;
    font-weight: bold;
}

.solution-footer {
    text-align: center;
    background: #fff;
    border-radius: 12px;
    padding: 24px 20px;
    box-shadow: 0 2px 12px rgba(107, 52, 16, 0.08);
}

.solution-footer p {
    font-size: 14px;
    color: #555;
    margin-bottom: 16px;
    line-height: 1.7;
}

.doctor-section {
    background: #F5E6D3;
}

.doctor-intro {
    background: #fff;
    border-radius: 12px;
    padding: 18px 20px;
    margin-bottom: 24px;
    box-shadow: 0 2px 12px rgba(107, 52, 16, 0.08);
}

.doctor-intro p {
    font-size: 14px;
    color: #555;
    line-height: 1.8;
    text-align: center;
}

.doctor-scene-img {
    margin-bottom: 24px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(107, 52, 16, 0.12);
}

.doctor-scene-img img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    display: block;
}

.doctor-cards {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 30px;
}

.doctor-card {
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 2px 12px rgba(107, 52, 16, 0.08);
    display: flex;
    gap: 16px;
    align-items: flex-start;
}

.doctor-avatar {
    flex-shrink: 0;
    position: relative;
}

.avatar-placeholder {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ede0cc 0%, #d4c4a8 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid #8B5A2B;
    overflow: hidden;
}

.avatar-placeholder.has-image {
    background: #fff;
}

.doctor-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    display: block;
}

.doctor-badge {
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    background: #8B0000;
    color: #fff;
    font-size: 10px;
    padding: 2px 8px;
    border-radius: 10px;
    white-space: nowrap;
}

.doctor-info {
    flex: 1;
    min-width: 0;
}

.doctor-name {
    font-size: 17px;
    font-weight: 700;
    color: #6B3410;
    margin-bottom: 4px;
}

.doctor-title {
    font-size: 12px;
    font-weight: 400;
    color: #8B5A2B;
}

.doctor-years {
    font-size: 12px;
    color: #2E5C3E;
    font-weight: 600;
    margin-bottom: 8px;
}

.doctor-quote {
    font-size: 13px;
    color: #8B5A2B;
    font-style: italic;
    margin-bottom: 8px;
    padding-left: 8px;
    border-left: 2px solid #8B5A2B;
    line-height: 1.5;
}

.doctor-specialty {
    font-size: 12px;
    color: #555;
    line-height: 1.6;
}

.doctor-specialty span {
    color: #6B3410;
    font-weight: 600;
}

.doctor-cta {
    text-align: center;
    background: linear-gradient(135deg, #6B3410 0%, #8B5A2B 100%);
    border-radius: 12px;
    padding: 24px 20px;
}

.doctor-cta p {
    font-size: 14px;
    color: rgba(245, 230, 211, 0.9);
    margin-bottom: 16px;
    line-height: 1.6;
}

.herb-section {
    background: linear-gradient(180deg, #F5E6D3 0%, #ede0cc 100%);
}

.herb-core {
    text-align: center;
    margin-bottom: 24px;
}

.herb-quote {
    font-size: 18px;
    font-weight: 700;
    color: #6B3410;
    display: inline-block;
    padding: 12px 24px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 12px rgba(107, 52, 16, 0.08);
    position: relative;
}

.herb-quote::before,
.herb-quote::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 2px;
    background: #2E5C3E;
    top: 50%;
}

.herb-quote::before {
    left: -30px;
}

.herb-quote::after {
    right: -30px;
}

.herb-image-placeholder {
    margin-bottom: 24px;
    border-radius: 12px;
    overflow: hidden;
}

.herb-img-bg {
    background:
        linear-gradient(135deg, rgba(46, 92, 62, 0.1) 0%, rgba(139, 90, 43, 0.1) 100%),
        url('../images/herbs-combo.jpg') center center / cover no-repeat;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
}

.herb-img-text {
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    text-align: center;
}

.herb-features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.herb-feature {
    background: #fff;
    border-radius: 12px;
    padding: 18px 16px;
    box-shadow: 0 2px 12px rgba(107, 52, 16, 0.08);
    position: relative;
}

.feature-num {
    width: 28px;
    height: 28px;
    background: linear-gradient(135deg, #2E5C3E 0%, #1f4030 100%);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px;
}

.herb-feature h3 {
    font-size: 15px;
    font-weight: 700;
    color: #6B3410;
    margin-bottom: 6px;
}

.herb-feature p {
    font-size: 12px;
    color: #666;
    line-height: 1.6;
}

.herb-showcase {
    margin-top: 24px;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(107, 52, 16, 0.08);
    display: flex;
    align-items: center;
}

.herb-showcase-img {
    flex-shrink: 0;
    width: 140px;
    height: 140px;
    overflow: hidden;
}

.herb-showcase-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.herb-showcase-text {
    flex: 1;
    padding: 16px;
}

.herb-showcase-text h4 {
    font-size: 15px;
    font-weight: 700;
    color: #6B3410;
    margin-bottom: 6px;
}

.herb-showcase-text p {
    font-size: 12px;
    color: #666;
    line-height: 1.6;
}

@media (max-width: 360px) {
    .herb-showcase {
        flex-direction: column;
    }
    .herb-showcase-img {
        width: 100%;
        height: 160px;
    }
}

.case-section {
    background: #F5E6D3;
}

.case-cards {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 20px;
}

.case-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(107, 52, 16, 0.08);
}

.case-tag {
    display: inline-block;
    background: #2E5C3E;
    color: #fff;
    padding: 6px 16px;
    font-size: 13px;
    font-weight: 600;
    border-radius: 0 0 8px 0;
}

.case-tag-red {
    background: #8B0000;
}

.case-header {
    padding: 16px 20px;
    border-bottom: 1px solid rgba(139, 90, 43, 0.1);
}

.case-header h3 {
    font-size: 20px;
    font-weight: 700;
    color: #6B3410;
    margin-bottom: 8px;
}

.case-patient {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.case-patient span {
    font-size: 12px;
    color: #8B5A2B;
    background: rgba(139, 90, 43, 0.08);
    padding: 3px 10px;
    border-radius: 10px;
}

.case-body {
    padding: 16px 20px;
}

.case-item {
    margin-bottom: 14px;
}

.case-item:last-child {
    margin-bottom: 0;
}

.case-label {
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    color: #2E5C3E;
    margin-bottom: 6px;
}

.case-item p {
    font-size: 13px;
    color: #555;
    line-height: 1.7;
}

.case-item strong {
    color: #8B0000;
}

.case-timeline {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 6px;
}

.timeline-step {
    display: flex;
    align-items: center;
    gap: 12px;
    background: rgba(46, 92, 62, 0.05);
    padding: 8px 12px;
    border-radius: 6px;
}

.timeline-time {
    flex-shrink: 0;
    font-size: 13px;
    font-weight: 700;
    color: #2E5C3E;
    min-width: 50px;
}

.timeline-desc {
    font-size: 13px;
    color: #555;
}

.case-image-placeholder {
    margin: 0 20px 16px;
    background: linear-gradient(135deg, #ede0cc 0%, #d4c4a8 100%);
    border-radius: 8px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px dashed #8B5A2B;
}

.case-image-real {
    margin: 0 20px 16px;
    border-radius: 8px;
    overflow: hidden;
    max-height: 220px;
}

.case-image-real img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
}

.case-image-placeholder span {
    font-size: 12px;
    color: #8B5A2B;
    text-align: center;
    padding: 0 10px;
}

.case-disclaimer {
    font-size: 11px;
    color: #999;
    text-align: center;
    line-height: 1.6;
    padding: 0 10px;
}

.booking-section {
    background: linear-gradient(135deg, #6B3410 0%, #4a2810 100%);
    position: relative;
    overflow: hidden;
}

.booking-section::before {
    content: "";
    position: absolute;
    top: -50%;
    right: -30%;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(46, 92, 62, 0.2) 0%, transparent 70%);
    border-radius: 50%;
}

.booking-box {
    position: relative;
    z-index: 1;
    background: #fff;
    border-radius: 16px;
    padding: 28px 20px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
}

.booking-hook {
    text-align: center;
    margin-bottom: 24px;
    padding-bottom: 20px;
    border-bottom: 1px dashed rgba(139, 90, 43, 0.2);
}

.hook-icon {
    font-size: 40px;
    margin-bottom: 10px;
}

.booking-hook h2 {
    font-size: 19px;
    font-weight: 700;
    color: #6B3410;
    margin-bottom: 8px;
    line-height: 1.4;
}

.hook-limit {
    font-size: 14px;
    color: #555;
}

.hook-limit strong {
    color: #8B0000;
    font-size: 20px;
}

.booking-form {
    margin-bottom: 20px;
}

.booking-form .hp-field {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
}

.form-group {
    margin-bottom: 16px;
}

.form-group label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #6B3410;
    margin-bottom: 8px;
}

.form-group input,
.form-group select {
    width: 100%;
    padding: 14px 16px;
    border: 2px solid rgba(139, 90, 43, 0.2);
    border-radius: 8px;
    font-size: 15px;
    color: #333;
    background: #faf6f0;
    transition: border-color 0.3s ease;
    -webkit-appearance: none;
    appearance: none;
}

.form-group input:focus,
.form-group select:focus {
    border-color: #2E5C3E;
    background: #fff;
}

.form-group select {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%238B5A2B' d='M6 8L0 0h12z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    padding-right: 40px;
}

.form-trust {
    text-align: center;
    margin-bottom: 20px;
    padding: 14px;
    background: rgba(46, 92, 62, 0.05);
    border-radius: 8px;
}

.form-trust p {
    font-size: 12px;
    color: #555;
    line-height: 1.8;
}

.other-contact {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding-top: 16px;
    border-top: 1px solid rgba(139, 90, 43, 0.1);
}

.wechat-qr-placeholder {
    width: 100px;
    height: 100px;
    background: #f5f5f5;
    border: 1px dashed #ccc;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 8px;
    font-size: 11px;
    color: #999;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.contact-icon {
    font-size: 22px;
    flex-shrink: 0;
}

.contact-label {
    font-size: 12px;
    color: #999;
    margin-bottom: 2px;
}

.contact-value {
    font-size: 14px;
    color: #333;
    font-weight: 600;
    line-height: 1.5;
}

a.contact-value {
    color: #8B0000;
}

.process-section {
    background: linear-gradient(180deg, #ede0cc 0%, #F5E6D3 100%);
}

.process-intro {
    background: #fff;
    border-radius: 12px;
    padding: 18px 20px;
    margin-bottom: 24px;
    box-shadow: 0 2px 12px rgba(107, 52, 16, 0.08);
}

.process-intro p {
    font-size: 14px;
    color: #555;
    line-height: 1.8;
    text-align: center;
}

.process-steps {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-bottom: 30px;
}

.process-step {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    position: relative;
    padding-bottom: 20px;
}

.process-step:last-child {
    padding-bottom: 0;
}

.step-circle {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    background: linear-gradient(135deg, #2E5C3E 0%, #1f4030 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 3px 10px rgba(46, 92, 62, 0.3);
    position: relative;
    z-index: 1;
}

.step-num {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}

.step-content {
    flex: 1;
    background: #fff;
    border-radius: 10px;
    padding: 14px 16px;
    box-shadow: 0 2px 8px rgba(107, 52, 16, 0.06);
}

.step-content h3 {
    font-size: 15px;
    font-weight: 700;
    color: #6B3410;
    margin-bottom: 4px;
}

.step-content p {
    font-size: 13px;
    color: #666;
    line-height: 1.6;
}

.step-arrow {
    display: none;
}

.process-advantages {
    background: #fff;
    border-radius: 12px;
    padding: 24px 20px;
    box-shadow: 0 2px 12px rgba(107, 52, 16, 0.08);
}

.advantages-title {
    text-align: center;
    font-size: 17px;
    font-weight: 700;
    color: #6B3410;
    margin-bottom: 20px;
}

.advantages-grid {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.advantage-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 14px;
    background: rgba(46, 92, 62, 0.05);
    border-radius: 8px;
    border-left: 3px solid #2E5C3E;
}

.adv-icon {
    font-size: 24px;
    flex-shrink: 0;
}

.advantage-item p {
    font-size: 14px;
    color: #444;
    font-weight: 500;
}

.why-section {
    background: #F5E6D3;
}

.why-philosophy {
    margin-bottom: 30px;
}

.philosophy-text {
    background: linear-gradient(135deg, #6B3410 0%, #8B5A2B 100%);
    border-radius: 12px;
    padding: 28px 24px;
    text-align: center;
    color: #F5E6D3;
}

.philosophy-text h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    letter-spacing: 2px;
}

.philosophy-text p {
    font-size: 14px;
    opacity: 0.9;
}

.why-stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.stat-item {
    background: #fff;
    border-radius: 12px;
    padding: 20px 16px;
    text-align: center;
    box-shadow: 0 2px 12px rgba(107, 52, 16, 0.08);
}

.stat-item:last-child {
    grid-column: span 2;
}

.stat-number {
    font-size: 30px;
    font-weight: 800;
    color: #2E5C3E;
    line-height: 1.2;
    margin-bottom: 8px;
}

.stat-unit {
    font-size: 14px;
    font-weight: 600;
}

.stat-label {
    font-size: 12px;
    color: #666;
    line-height: 1.6;
}

.booking-bottom {
    padding-bottom: 60px;
}

.footer {
    background: #3a2010;
    color: rgba(245, 230, 211, 0.8);
    padding: 30px 0 20px;
}

.footer-qualifications {
    margin-bottom: 24px;
}

.footer-qualifications h3 {
    font-size: 16px;
    color: #F5E6D3;
    margin-bottom: 16px;
    text-align: center;
}

.qualification-list {
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}

.qualification-item {
    text-align: center;
    background: rgba(245, 230, 211, 0.05);
    border: 1px solid rgba(245, 230, 211, 0.1);
    border-radius: 8px;
    padding: 14px 12px;
    min-width: 90px;
}

.qual-icon {
    font-size: 28px;
    margin-bottom: 6px;
}

.qualification-item p {
    font-size: 12px;
    color: rgba(245, 230, 211, 0.9);
}

.qual-note {
    font-size: 10px;
    color: rgba(245, 230, 211, 0.5);
    display: block;
    margin-top: 2px;
}

.footer-disclaimer {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    padding: 16px;
    margin-bottom: 24px;
}

.footer-disclaimer h4 {
    font-size: 14px;
    color: #F5E6D3;
    margin-bottom: 8px;
}

.footer-disclaimer p {
    font-size: 11px;
    color: rgba(245, 230, 211, 0.6);
    line-height: 1.7;
}

.footer-info {
    text-align: center;
    margin-bottom: 20px;
}

.footer-brand h3 {
    font-size: 20px;
    color: #F5E6D3;
    margin-bottom: 6px;
    letter-spacing: 2px;
}

.footer-slogan {
    font-size: 13px;
    color: rgba(245, 230, 211, 0.7);
    margin-bottom: 16px;
}

.footer-contact p {
    font-size: 13px;
    line-height: 1.8;
    color: rgba(245, 230, 211, 0.7);
}

.footer-contact a {
    color: #e8a0a0;
}

.footer-copyright {
    text-align: center;
    padding-top: 16px;
    border-top: 1px solid rgba(245, 230, 211, 0.1);
}

.footer-copyright p {
    font-size: 11px;
    color: rgba(245, 230, 211, 0.4);
}

.footer-copyright .icp-link {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s ease;
}

.footer-copyright .icp-link:hover {
    color: rgba(245, 230, 211, 0.85);
    text-decoration: underline;
}

.bottom-fixed-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    display: flex;
    background: #fff;
    box-shadow: 0 -2px 15px rgba(0, 0, 0, 0.15);
    padding: 8px 12px;
    gap: 10px;
    max-width: 750px;
    margin: 0 auto;
}

.fixed-btn {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 12px 10px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.fixed-phone {
    background: #8B0000;
    color: #fff;
    flex: 0.8;
}

.fixed-book {
    background: linear-gradient(135deg, #2E5C3E 0%, #1f4030 100%);
    color: #fff;
    flex: 1.2;
    position: relative;
}

.fixed-book-icon {
    font-size: 18px;
}

.fixed-book-sub {
    font-size: 10px;
    background: rgba(255, 255, 255, 0.2);
    padding: 2px 6px;
    border-radius: 4px;
    margin-left: 2px;
}

.modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 2000;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.modal-overlay.active {
    display: flex;
}

.modal-box {
    background: #fff;
    border-radius: 16px;
    padding: 32px 24px;
    text-align: center;
    max-width: 340px;
    width: 100%;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
    animation: modalIn 0.3s ease;
}

@keyframes modalIn {
    from {
        opacity: 0;
        transform: scale(0.9) translateY(20px);
    }
    to {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

.modal-icon {
    font-size: 56px;
    margin-bottom: 16px;
}

.modal-box h3 {
    font-size: 20px;
    font-weight: 700;
    color: #2E5C3E;
    margin-bottom: 12px;
}

.modal-box p {
    font-size: 14px;
    color: #555;
    line-height: 1.7;
    margin-bottom: 8px;
}

.modal-box strong {
    color: #8B0000;
}

.modal-box .btn {
    margin-top: 20px;
}

.fade-in-up {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.fade-in-up.visible {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 360px) {
    .hero-title {
        font-size: 24px;
    }

    .section-title {
        font-size: 19px;
    }

    .pain-cards,
    .solution-cards,
    .herb-features,
    .why-stats {
        grid-template-columns: 1fr;
    }

    .stat-item:last-child {
        grid-column: span 1;
    }

    .doctor-card {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .doctor-quote {
        text-align: left;
    }
}

@media (min-width: 768px) {
    body {
        font-size: 16px;
    }

    .container {
        max-width: 900px;
    }

    .hero-title {
        font-size: 36px;
    }

    .section {
        padding: 60px 0;
    }

    .section-title {
        font-size: 28px;
    }

    .pain-cards,
    .solution-cards {
        grid-template-columns: repeat(4, 1fr);
        gap: 16px;
    }

    .herb-features {
        grid-template-columns: repeat(3, 1fr);
        gap: 16px;
    }

    .why-stats {
        grid-template-columns: repeat(5, 1fr);
        gap: 16px;
    }

    .stat-item:last-child {
        grid-column: span 1;
    }

    .doctor-cards {
        flex-direction: row;
    }

    .doctor-card {
        flex: 1;
    }

    .case-cards {
        flex-direction: row;
    }

    .case-card {
        flex: 1;
    }

    .process-steps {
        flex-direction: row;
        align-items: stretch;
        gap: 0;
    }

    .process-step {
        flex: 1;
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding-bottom: 0;
        padding-right: 10px;
    }

    .process-step:last-child {
        padding-right: 0;
    }

    .step-arrow {
        display: block;
        position: absolute;
        right: -5px;
        top: 22px;
        font-size: 20px;
        color: #2E5C3E;
        z-index: 2;
    }

    .advantages-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 12px;
    }

    .advantage-item:last-child {
        grid-column: span 2;
    }

    .hero-content {
        flex-direction: row;
        text-align: left;
        max-width: 1000px;
        gap: 50px;
        padding: 40px 40px;
    }

    .hero-left {
        flex: 1.2;
    }

    .hero-badge {
        justify-content: flex-start;
    }

    .hero-diseases {
        justify-content: flex-start;
    }

    .hero-cta {
        flex: 0.8;
        flex-direction: column;
        max-width: 340px;
        gap: 14px;
    }

    .hero-cta .btn {
        width: 100%;
    }

    .bottom-fixed-bar {
        display: none;
    }

    body {
        padding-bottom: 0;
    }

    .booking-box {
        max-width: 560px;
        margin: 0 auto;
    }
}

@media print {
    .top-bar,
    .bottom-fixed-bar,
    .modal-overlay {
        display: none !important;
    }

    body {
        padding-bottom: 0;
    }
}
