: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-50d233 {
    padding: 0 1rem;
}

.text-center-0d10b7 {
    text-align: center;
}

.flex-c819f7 {
    display: flex;
}

.items-center-6c67b8 {
    align-items: center;
}

.justify-between-6ffd70 {
    justify-content: space-between;
}

.font-bold-e46ce4 {
    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-d69be6 {
    position: absolute;
    top: -5rem;
    right: -5rem;
    width: 16rem;
    height: 16rem;
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 50%;
}

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

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

.logo-icon-22bcbc {
    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-87f61f {
    font-size: 1.25rem;
    font-weight: 700;
}

.menu-btn-094c21 {
    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-46695a {
    position: relative;
    z-index: 10;
}

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

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

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

.btn-0d01d8 {
    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-32d562 {
    background-color: var(--bg-white);
    color: var(--primary-color);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

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

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

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

.service-card-878f9e {
    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-617293 {
    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-fc5830 {
    font-weight: 700;
    color: var(--text-main);
    margin-bottom: 0.25rem;
    font-size: 1rem;
}

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

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

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

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

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

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

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

.text-green-f39334 { color: var(--success-color); }
.text-orange-3c71fe { color: var(--warning-color); }
.text-blue-d853d3 { color: var(--info-color); }
.text-red-35505a { color: var(--danger-color); }

.advantage-text-661be6 {
    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-f791e8 {
    padding: 2.5rem 1rem;
    margin-bottom: 2.5rem;
}

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

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

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

.step-number-a5a19d {
    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-a5a19d.final-51b714 {
    background-color: var(--success-color);
}

.process-content-8d1f8d {
    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-d7b8b6 {
    font-weight: 700;
    color: var(--text-main);
}

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

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

.about-title-395a4b {
    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-5d21ff {
    font-size: 0.875rem;
    color: var(--text-secondary);
    line-height: 1.625;
    margin-bottom: 1.5rem;
}

.about-image-de6b8a {
    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-460c06 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

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

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

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

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

.case-card-6c79ea {
    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-788a6d {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.75rem;
}

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

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

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

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

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

.review-card-c0196d {
    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-db6090 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.75rem;
}

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

.avatar-94925a {
    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-94925a.orange-0840bc {
    background-color: #fff7ed;
    color: var(--warning-color);
}

.avatar-94925a.green-abe376 {
    background-color: #f0fdf4;
    color: #16a34a;
}

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

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

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

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

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

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

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

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

.news-title-d3874e {
    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-5dcdfc {
    font-size: 0.75rem;
    color: var(--text-light);
}

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

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

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

.faq-summary-257fc4::-webkit-details-marker {
    display: none;
}

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

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

.faq-item-87f6d2[open] .faq-icon-f1edd9 {
    transform: rotate(180deg);
}

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

/* Contact */
.contact-section-e4e1ab {
    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-939fb1 {
    margin-bottom: 1rem;
}

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

.form-input-39db84, .form-select-a17f9c {
    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-39db84::placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.form-input-39db84:focus, .form-select-a17f9c:focus {
    border-color: white;
    box-shadow: 0 0 0 2px white;
}

.form-select-a17f9c option {
    color: black;
}

.submit-btn-a4d91c {
    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-a4d91c:active {
    transform: scale(0.95);
}

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

.hotline-card-71ed62 {
    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-4d60fb {
    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-dd925c {
    width: 8rem;
    height: 8rem;
    background-color: var(--bg-white);
    padding: 0.5rem;
    border-radius: 0.75rem;
    margin: 0 auto 0.5rem;
}

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

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

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

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

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

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

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

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

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

/* Sticky Action Bar */
.sticky-actions-5da37e {
    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-76a0aa {
    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-95907b {
    background-color: #f3f4f6;
    color: var(--text-main);
    flex: 1;
}

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