:root {
    --primary-color: #004085;
    --primary-light: #e6f0fa;
    --secondary-color: #0056b3;
    --text-main: #1f2937;
    --text-secondary: #6b7280;
    --text-light: #9ca3af;
    --bg-body: #f8fafc;
    --bg-white: #ffffff;
    --border-color: #e5e7eb;
    --success-color: #22c55e;
    --warning-color: #f97316;
    --danger-color: #ef4444;
    --info-color: #2563eb;
    --max-width: 480px;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    background-color: var(--bg-body);
    color: var(--text-main);
    line-height: 1.5;
    max-width: var(--max-width);
    margin: 0 auto;
    border-left: 1px solid var(--border-color);
    border-right: 1px solid var(--border-color);
    min-height: 100vh;
    padding-bottom: 80px; /* For sticky footer */
}

a {
    text-decoration: none;
    color: inherit;
}

ul {
    list-style: none;
}

/* Utilities */
.container-1af824 {
    padding: 0 1rem;
}

.text-center-5deaf4 {
    text-align: center;
}

.flex-1b84d3 {
    display: flex;
}

.items-center-2fb308 {
    align-items: center;
}

.justify-between-cf4205 {
    justify-content: space-between;
}

.font-bold-d0debd {
    font-weight: 700;
}

/* Header */
header {
    background-color: var(--primary-color);
    color: var(--bg-white);
    padding: 1.5rem 1rem 5rem 1rem;
    position: relative;
    overflow: hidden;
}

.header-deco-4bcb4c {
    position: absolute;
    top: -5rem;
    right: -5rem;
    width: 16rem;
    height: 16rem;
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 50%;
}

.nav-bar-b0c448 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2.5rem;
    position: relative;
    z-index: 10;
}

.logo-box-ee0e48 {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.logo-icon-19c294 {
    width: 2.5rem;
    height: 2.5rem;
    background-color: var(--bg-white);
    color: var(--primary-color);
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
}

.nav-title-20e48e {
    font-size: 1.25rem;
    font-weight: 700;
}

.menu-btn-52b20c {
    background: rgba(255, 255, 255, 0.2);
    padding: 0.5rem;
    border-radius: 50%;
    border: none;
    color: white;
    cursor: pointer;
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-content-d1af1c {
    position: relative;
    z-index: 10;
}

.hero-title-ab4513 {
    font-size: 1.875rem;
    font-weight: 800;
    margin-bottom: 1rem;
    line-height: 1.25;
}

.hero-desc-282ad0 {
    color: #dbOefe; /* fallback */
    color: rgb(219 234 254);
    font-size: 0.875rem;
    margin-bottom: 1.5rem;
    opacity: 0.9;
}

.hero-buttons-352258 {
    display: flex;
    gap: 0.75rem;
}

.btn-79504b {
    flex: 1;
    padding: 0.75rem 1.5rem;
    border-radius: 9999px;
    font-weight: 700;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    border: 1px solid transparent;
}

.btn-primary-2a5b1c {
    background-color: var(--bg-white);
    color: var(--primary-color);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.btn-outline-14f340 {
    border-color: rgba(255, 255, 255, 0.5);
    color: var(--bg-white);
}

/* Services */
.services-section-546d73 {
    margin-top: -3rem;
    padding: 0 1rem;
    position: relative;
    z-index: 20;
    margin-bottom: 2.5rem;
}

.services-grid-388096 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}

.service-card-c9a8ee {
    background-color: var(--bg-white);
    padding: 1.25rem;
    border-radius: 1rem;
    box-shadow: 0 4px 20px rgba(0, 64, 133, 0.08);
    border: 1px solid var(--gray-50);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.service-icon-d56d1c {
    width: 3rem;
    height: 3rem;
    background-color: #eff6ff;
    color: var(--primary-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.75rem;
    font-size: 1.25rem;
}

.service-title-83f5fd {
    font-weight: 700;
    color: var(--text-main);
    margin-bottom: 0.25rem;
    font-size: 1rem;
}

.service-desc-b09e05 {
    font-size: 0.75rem;
    color: var(--text-secondary);
}

/* Advantages */
.section-title-wrapper-6d5e6a {
    text-align: center;
    margin-bottom: 2rem;
}

.section-title-bcfe6a {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--text-main);
}

.section-divider-f32fd8 {
    width: 2.5rem;
    height: 0.25rem;
    background-color: var(--primary-color);
    margin: 0.5rem auto 0;
}

.advantages-grid-1175cd {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0.5rem;
    text-align: center;
    padding: 0 1rem;
    margin-bottom: 2.5rem;
}

.advantage-item-7eb065 {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.advantage-icon-8d2d9b {
    width: 3rem;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
}

.text-green-6ee48e { color: var(--success-color); }
.text-orange-8a49f7 { color: var(--warning-color); }
.text-blue-1f8d6e { color: var(--info-color); }
.text-red-7d7890 { color: var(--danger-color); }

.advantage-text-4ca7ff {
    font-size: 12px; /* 10px in original, slightly larger for readability or strict 10px */
    font-size: 10px;
    font-weight: 500;
    color: var(--text-secondary);
}

/* Process */
.process-section-af0b2e {
    padding: 2.5rem 1rem;
    margin-bottom: 2.5rem;
}

.process-list-25076f {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.process-line-bf0add {
    position: absolute;
    left: 1.5rem;
    top: 1rem;
    bottom: 1rem;
    width: 2px;
    background-color: #dbOefe; /* fallback */
    background-color: rgb(219 234 254);
}

.process-item-682fc6 {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    position: relative;
    z-index: 10;
}

.step-number-75043d {
    width: 3rem;
    height: 3rem;
    background-color: var(--primary-color);
    color: var(--bg-white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    flex-shrink: 0;
}

.step-number-75043d.final-d6b1d2 {
    background-color: var(--success-color);
}

.process-content-02978a {
    background-color: var(--bg-white);
    padding: 1rem;
    border-radius: 0.75rem;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    border: 1px solid var(--gray-100);
    flex: 1;
}

.process-title-7d9684 {
    font-weight: 700;
    color: var(--text-main);
}

.process-desc-053efc {
    font-size: 0.75rem;
    color: var(--text-secondary);
    margin-top: 0.25rem;
}

/* About Us */
.about-section-a8825e {
    background-color: var(--bg-white);
    padding: 2.5rem 1rem;
    margin-bottom: 2.5rem;
}

.about-title-ee1d29 {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--text-main);
    border-left: 4px solid var(--primary-color);
    padding-left: 0.75rem;
    margin-bottom: 1rem;
}

.about-text-90de2a {
    font-size: 0.875rem;
    color: var(--text-secondary);
    line-height: 1.625;
    margin-bottom: 1.5rem;
}

.about-image-3ef3b6 {
    width: 100%;
    height: 12rem;
    object-fit: cover;
    border-radius: 1rem;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    border: 1px solid var(--gray-100);
    margin-bottom: 1.5rem;
}

.stats-grid-cf7d9f {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.stat-card-0bf4ca {
    background-color: var(--bg-body);
    padding: 1rem;
    border-radius: 0.75rem;
    text-align: center;
}

.stat-number-0c1cdb {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--primary-color);
}

.stat-label-f6f305 {
    font-size: 10px;
    color: var(--text-secondary);
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

/* Cases */
.cases-section-ae7cc1 {
    padding: 1.5rem 1rem;
    margin-bottom: 2.5rem;
}

.case-card-fb57cc {
    background-color: var(--bg-white);
    border-radius: 0.75rem;
    padding: 1rem;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    border: 1px solid #eff6ff;
    margin-bottom: 1rem;
}

.case-header-917f69 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.75rem;
}

.case-user-d7d7f7 {
    font-size: 0.875rem;
    font-weight: 700;
    color: var(--text-main);
}

.case-status-c4d949 {
    font-size: 0.75rem;
    padding: 0.25rem 0.5rem;
    background-color: #dcfce7;
    color: #15803d;
    border-radius: 9999px;
}

.case-text-46efb7 {
    font-size: 0.75rem;
    color: var(--text-secondary);
    margin-bottom: 0.75rem;
}

.case-date-7dfbcf {
    font-size: 10px;
    color: var(--text-light);
}

/* Reviews */
.reviews-section-ed1f21 {
    padding: 2.5rem 1rem;
    margin-bottom: 2.5rem;
}

.review-card-768071 {
    background-color: var(--bg-white);
    padding: 1.25rem;
    border-radius: 1rem;
    box-shadow: 0 4px 20px rgba(0, 64, 133, 0.08);
    border: 1px solid var(--gray-50);
    margin-bottom: 1rem;
}

.review-header-f0a944 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.75rem;
}

.reviewer-info-039e95 {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.avatar-fdcd65 {
    width: 2.5rem;
    height: 2.5rem;
    background-color: var(--primary-light);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-color);
    font-weight: 700;
    font-size: 0.875rem;
}

.avatar-fdcd65.orange-03b31c {
    background-color: #fff7ed;
    color: var(--warning-color);
}

.avatar-fdcd65.green-d3249d {
    background-color: #f0fdf4;
    color: #16a34a;
}

.reviewer-name-1cff6c {
    font-size: 0.875rem;
    font-weight: 700;
    color: var(--text-main);
}

.stars-679d67 {
    display: flex;
    color: var(--warning-color);
    font-size: 0.75rem;
}

.verified-badge-23a2f0 {
    font-size: 10px;
    background-color: #eff6ff;
    color: var(--primary-color);
    padding: 0.25rem 0.5rem;
    border-radius: 0.375rem;
    font-weight: 500;
}

.review-content-7b58ec {
    font-size: 0.75rem;
    color: var(--text-secondary);
    line-height: 1.625;
    font-style: italic;
}

/* News */
.news-section-1eac3b {
    background-color: var(--bg-white);
    padding: 2.5rem 1rem;
    margin-bottom: 2.5rem;
}

.news-header-0e6b7e {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 1.5rem;
}

.news-list-item-55c3a9 {
    padding: 1rem 0;
    border-bottom: 1px solid var(--gray-100);
}

.news-list-item-55c3a9:last-child {
    border-bottom: none;
}

.news-title-2e760c {
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--text-main);
    margin-bottom: 0.25rem;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news-date-613450 {
    font-size: 0.75rem;
    color: var(--text-light);
}

/* FAQ */
.faq-section-3cecf4 {
    padding: 1.5rem 1rem;
    margin-bottom: 2.5rem;
}

.faq-item-4cfecf {
    background-color: var(--bg-white);
    border-radius: 0.5rem;
    border: 1px solid #e5e7eb;
    margin-bottom: 0.75rem;
}

.faq-summary-942b49 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    cursor: pointer;
    list-style: none;
}

.faq-summary-942b49::-webkit-details-marker {
    display: none;
}

.faq-question-a78cdd {
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--text-main);
}

.faq-icon-9cfd10 {
    transition: transform 0.15s;
    color: var(--text-secondary);
}

.faq-item-4cfecf[open] .faq-icon-9cfd10 {
    transform: rotate(180deg);
}

.faq-answer-0db161 {
    padding: 0 1rem 1rem 1rem;
    font-size: 0.75rem;
    color: var(--text-secondary);
    line-height: 1.625;
}

/* Contact */
.contact-section-4122b2 {
    background-color: var(--primary-color);
    padding: 3rem 1.5rem;
    margin-bottom: 2.5rem;
    color: var(--bg-white);
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
}

.form-group-8c26ac {
    margin-bottom: 1rem;
}

.form-label-9e67c0 {
    display: block;
    font-size: 0.75rem;
    font-weight: 500;
    margin-bottom: 0.25rem;
    opacity: 0.8;
}

.form-input-4d1ef8, .form-select-26ec35 {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 0.75rem;
    padding: 0.75rem 1rem;
    color: white;
    font-size: 1rem;
    outline: none;
}

.form-input-4d1ef8::placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.form-input-4d1ef8:focus, .form-select-26ec35:focus {
    border-color: white;
    box-shadow: 0 0 0 2px white;
}

.form-select-26ec35 option {
    color: black;
}

.submit-btn-14ad29 {
    width: 100%;
    background-color: var(--bg-white);
    color: var(--primary-color);
    font-weight: 700;
    padding: 1rem;
    border-radius: 0.75rem;
    border: none;
    cursor: pointer;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
    transition: transform 0.15s;
    font-size: 1rem;
}

.submit-btn-14ad29:active {
    transform: scale(0.95);
}

.contact-info-37b9fc {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
    margin-top: 2.5rem;
}

.hotline-card-427995 {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    background-color: rgba(255, 255, 255, 0.05);
    padding: 1rem;
    border-radius: 1rem;
    width: 100%;
}

.hotline-icon-box-a133a4 {
    width: 2.5rem;
    height: 2.5rem;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.qr-box-f72fbe {
    width: 8rem;
    height: 8rem;
    background-color: var(--bg-white);
    padding: 0.5rem;
    border-radius: 0.75rem;
    margin: 0 auto 0.5rem;
}

.qr-img-f3ca0d {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* Footer */
.site-footer-0286c2 {
    padding: 2.5rem 1.5rem;
    background-color: var(--gray-100);
}

.footer-grid-06f2df {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    margin-bottom: 2rem;
}

.footer-title-b82d6a {
    font-size: 0.75rem;
    font-weight: 700;
    color: var(--text-secondary);
    text-transform: uppercase;
    margin-bottom: 1rem;
    letter-spacing: 0.1em;
}

.footer-links-86ab59 li {
    margin-bottom: 0.5rem;
}

.footer-links-86ab59 a, .footer-links-86ab59 li {
    font-size: 0.75rem;
    color: #9ca3af;
}

.footer-links-86ab59 a:hover {
    color: var(--primary-color);
}

.footer-bottom-c96e47 {
    padding-top: 2rem;
    border-top: 1px solid #e5e7eb;
    text-align: center;
}

.footer-bottom-c96e47 p {
    font-size: 10px;
    color: #9ca3af;
    margin-bottom: 0.25rem;
}

/* Sticky Action Bar */
.sticky-actions-c87467 {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: var(--max-width);
    background-color: var(--bg-white);
    border-top: 1px solid var(--border-color);
    padding: 0.75rem;
    display: flex;
    gap: 0.75rem;
    z-index: 50;
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.05);
}

.action-btn-f13a0b {
    padding: 0.75rem;
    border-radius: 0.75rem;
    font-weight: 700;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.btn-secondary-84cdc0 {
    background-color: #f3f4f6;
    color: var(--text-main);
    flex: 1;
}

.btn-primary-action-299ac4 {
    background-color: var(--primary-color);
    color: white;
    flex: 1.5;
}