/*
Theme Name:     HKQuery
Theme URI:      https://www.86hc.com/
Author:         You & Gemini
Author URI:     https://www.86hc.com/
Description:    A modern, professional, and data-driven theme for 86hc.com.
Version:        5.3.0 (Final Gold Master)
License:        GNU General Public License v2 or later
License URI:    http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:    hkquery
*/

/* ==========================================================================
   1. Basic & Global Styles
   ========================================================================== */
body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #f4f6f9;
    margin: 0;
}

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

img, embed, iframe, object, video {
	max-width: 100%;
	height: auto;
}

/* ==========================================================================
   2. Header & Navigation
   ========================================================================== */
.site-header {
    background-color: #ffffff;
    border-bottom: 1px solid #e0e0e0;
    padding: 10px 0;
    position: relative;
    z-index: 100;
}
.header-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.custom-logo {
    height: 40px;
    width: auto;
}
.main-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
}
.main-navigation li:not(:last-child) {
    margin-right: 25px;
}
.main-navigation a {
    text-decoration: none;
    color: #001f3f;
    font-weight: 500;
    transition: color 0.2s ease-in-out;
}
.main-navigation a:hover {
    color: #007bff;
}

/* ==========================================================================
   3. Homepage Sections
   ========================================================================== */
.home body {
    background-color: #ffffff;
}
.hero-section {
    color: #ffffff;
    padding: 100px 20px;
    text-align: center;
    position: relative;
    background-image: url('https://www.86hc.com/img/2025/10/pexels-jimbear-3327505-scaled.jpg');
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}
.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 25, 55, 0.75);
    z-index: 1;
}
.hero-container {
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}
.hero-title {
    font-size: 2.8em;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 10px;
}
.hero-subtitle {
    font-size: 1.25em;
    margin-bottom: 30px;
    opacity: 0.9;
}
.search-form {
    display: flex;
    max-width: 600px;
    margin: 0 auto;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #007bff;
    background-color: #ffffff;
}
.search-field {
    flex-grow: 1;
    padding: 15px;
    font-size: 1em;
    border: none;
    outline: none;
    color: #333;
    background: transparent;
}
.search-submit {
    background-color: #007bff;
    color: #ffffff;
    border: none;
    padding: 0 30px;
    font-size: 1em;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.2s ease-in-out;
}
.search-submit:hover {
    background-color: #0056b3;
}
.main-content-area {
    background-color: #ffffff;
}
.site-stats-section {
    position: relative;
    z-index: 10;
    margin-top: -50px;
    background-color: transparent;
    padding: 0 20px;
    text-align: center;
}
.stats-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}
.stat-card {
    display: flex;
    align-items: center;
    background-color: #ffffff;
    padding: 22px 35px 25px;
    border-radius: 12px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    flex: 1;
    min-width: 280px;
    border-top: 3px solid #008cff;
    box-shadow: 0 10px 35px rgba(0, 90, 190, 0.08), 0 2px 10px rgba(0, 90, 190, 0.05);
}
.stat-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0, 90, 190, 0.12), 0 5px 15px rgba(0, 90, 190, 0.08);
}
.stat-icon {
    margin-right: 20px;
}
.stat-icon svg {
    width: 50px;
    height: 50px;
    color: #008cff;
}
.stat-content {
    text-align: left;
}
.stat-number {
    font-size: 2.5em;
    font-weight: 700;
    color: #1d2327;
    line-height: 1.1;
}
.stat-label {
    font-size: 1.1em;
    color: #555d66;
    margin-top: 5px;
}
.section-title {
    font-size: 2.2em;
    color: #001f3f;
    margin-top: 0;
    text-align: center;
    padding-bottom: 15px;
    position: relative;
    display: inline-block;
}
.section-title::after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 60px;
    height: 3px;
    background-color: #0073aa;
}
.industry-section {
    padding-top: 80px;
    padding-bottom: 60px;
    background: linear-gradient(180deg, #f0f5fa 0%, #ffffff 100%);
}
.latest-listings-section {
    padding-top: 0;
    padding-bottom: 60px;
    background: none;
}
.industry-section .section-title,
.latest-listings-section .section-title {
    margin-bottom: 50px;
}
.industry-container, .listings-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}
.industry-container {
    text-align: center;
}
.industry-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
}
.industry-tag {
    background-color: rgba(255, 255, 255, 0.7);
    color: #0056b3;
    border: 1px solid #cce0ff;
    backdrop-filter: blur(2px);
    padding: 10px 20px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.2s ease-in-out;
}
.industry-tag:hover {
    background-color: #007bff;
    color: #ffffff;
    border-color: #007bff;
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 8px 15px rgba(0, 123, 255, 0.15);
}

/* ==========================================================================
   4. Cards, Grids & Common Content
   ========================================================================== */
.listings-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 20px;
}
.listing-card {
    display: flex;
    flex-direction: column;
    background-color: #ffffff;
    border: 1px solid #e9eef2;
    border-radius: 5px;
    padding: 20px;
    text-decoration: none;
    color: inherit;
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
.listing-card:hover {
    border-color: #007bff;
    transform: translateY(-6px);
    box-shadow: 0 12px 25px rgba(0, 123, 255, 0.1);
}
.listing-title {
    font-size: 1.1em;
    color: #0056b3;
    margin-top: 0;
    margin-bottom: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex-grow: 1;
    transition: color 0.3s ease;
}
.listing-card:hover .listing-title {
    color: #007bff;
}
.listing-stats {
    display: flex;
    gap: 15px;
    align-items: center;
}
.listing-views {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: #666;
    font-weight: 500;
    min-width: 60px;
    justify-content: flex-start;
}
.listing-views svg {
    fill: #666;
    color: #666;
}
.listing-likes {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: #e44d64;
    font-weight: 500;
}
.listing-likes svg {
    fill: #e44d64;
    color: #e44d64;
}

/* ==========================================================================
   5. Single Post & Page Styles
   ========================================================================== */
.page-container {
    max-width: 1200px;
    margin: 40px auto;
    padding: 0 20px;
    display: flex;
    align-items: flex-start;
    gap: 40px;
}
.content-area {
    flex: 1;
    min-width: 0;
}
.widget-area {
    flex-basis: 320px;
    flex-shrink: 0;
}
.company-article {
    background-color: #ffffff;
    padding: 30px 40px;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
}
.entry-header {
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}
.entry-title {
    font-size: 2.2em;
    color: #001f3f;
    margin: 0;
    line-height: 1.3;
}
.entry-subtitle {
    font-size: 1.1em;
    color: #666;
    margin: 8px 0 0 0;
    font-weight: 400;
}
.entry-content {
    line-height: 1.7;
    color: #333;
}
.entry-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px 25px;
    margin-top: 15px;
    font-size: 0.9em;
    color: #666;
}
.entry-footer {
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid #eee;
}
.entry-actions {
    text-align: center;
    padding: 20px 0 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #f0f0f0;
}
.like-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background-color: #f0f5fa;
    color: #007bff;
    border: 1px solid #e0eaf6;
    padding: 12px 24px;
    border-radius: 50px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.3s ease;
}
.like-button svg {
    width: 18px;
    height: 18px;
    transition: all 0.3s ease;
}
.like-button .like-count {
    margin-left: 4px;
    font-weight: 600;
}
.like-button:not(.liked):hover {
    background-color: #e6f2ff;
    border-color: #007bff;
    transform: translateY(-3px);
    box-shadow: 0 8px 15px rgba(0, 123, 255, 0.1);
}
.like-button.liked {
    background-color: #007bff;
    color: #ffffff;
    border-color: #007bff;
}
.like-button.liked svg {
    fill: #ffffff;
}
.entry-taxonomy {
    font-size: 0.9em;
    color: #666;
    line-height: 1.8;
}
.entry-taxonomy strong {
    color: #333;
    margin-right: 8px;
}
.entry-taxonomy .cat-links,
.entry-taxonomy .tags-links {
    margin-bottom: 10px;
}
.company-profile-widget {
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    padding: 25px;
    position: sticky;
    top: 40px;
}
.widget-title {
    font-size: 1.25em;
    color: #001f3f;
    margin-top: 0;
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}
.profile-list {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 0.95em;
}
.profile-list li {
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 15px;
    border-bottom: 1px solid #f0f0f0;
    gap: 15px;
}
.profile-list li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.profile-list li strong {
    flex-shrink: 0;
    color: #555;
    font-weight: 500;
}
.profile-list li span {
    text-align: right;
    color: #333;
}
.comments-area {
    background-color: #ffffff;
    padding: 30px 40px;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    margin-top: 40px;
}
.comments-title {
    font-size: 1.8em;
    color: #001f3f;
    margin-top: 0;
    margin-bottom: 30px;
}
.comment-list {
    list-style: none;
    padding: 0;
    margin: 0 0 40px 0;
}
.comment-form label {
    display: block;
    font-weight: 500;
    margin-bottom: 8px;
}
.comment-form textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 1em;
    line-height: 1.6;
    transition: border-color 0.3s ease;
}
.comment-form textarea:focus {
    border-color: #007bff;
    outline: none;
}
.comment-form .form-submit {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.comment-form .submit.cta-button {
    cursor: pointer;
}

/* ==========================================================================
   6. Archive Page & CTA
   ========================================================================== */
.page-container-full {
    max-width: 1200px;
    margin: 40px auto;
    padding: 0 20px;
}
.archive-header {
    background-color: #ffffff;
    padding: 25px 40px;
    border-radius: 5px;
    margin-bottom: 25px;
    border: 1px solid #e0e0e0;
}
.archive-header .page-title {
    font-size: 2.2em;
    color: #001f3f;
    margin: 0 0 5px 0;
}
.sub-category-list {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 40px;
    padding: 25px 30px;
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
}
.sub-category-tag {
    background-color: #f0f5fa;
    color: #0056b3;
    border: 1px solid #cce0ff;
    padding: 8px 18px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 500;
    font-size: 0.9em;
    transition: all 0.2s ease-in-out;
}
.sub-category-tag:hover {
    background-color: #007bff;
    color: #ffffff;
    border-color: #007bff;
    transform: translateY(-2px);
}
.call-to-action-section {
    background-color: #f0f5fa;
    padding: 80px 20px;
    text-align: center;
}
.cta-container {
    max-width: 800px;
    margin: 0 auto;
}
.cta-title {
    font-size: 2.2em;
    color: #001f3f;
    margin-top: 0;
    margin-bottom: 20px;
}
.cta-subtitle {
    font-size: 1.1em;
    color: #555d66;
    margin-bottom: 30px;
    line-height: 1.8;
}
.cta-button {
    display: inline-block;
    background-color: #007bff;
    color: #ffffff;
    padding: 15px 35px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 1.1em;
    font-weight: 500;
    transition: background-color 0.3s ease, transform 0.2s ease;
}
.cta-button:hover {
    background-color: #0056b3;
    transform: translateY(-2px);
}
.posts-navigation {
    margin: 40px 0;
}
.posts-navigation .nav-links {
    display: flex;
    justify-content: center;
}
.load-more-button {
    display: inline-block;
    padding: 12px 30px;
    background-color: #0073aa;
    color: #ffffff;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin-top: 20px;
}
.load-more-button:hover {
    background-color: #005a87;
}

/* ==========================================================================
   7. Footer (Prestige Edition - 3 Column)
   ========================================================================== */
.site-footer {
    color: #a0a0a0;
    font-size: 15px;
    position: relative;
    background-color: #111827;
    background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%232c3a5e' fill-opacity='0.1'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.site-footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(to right, transparent, rgba(0, 140, 255, 0.5), transparent);
    box-shadow: 0 0 15px rgba(0, 140, 255, 0.3);
}
.footer-primary-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 20px 50px;
}
.site-footer .widget-title {
    color: #ffffff;
    font-size: 1.1em;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 10px;
    border-bottom: none;
}
.site-footer .widget-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30px;
    height: 2px;
    background-color: #008cff;
}
.site-footer .custom-logo {
    max-width: 150px;
    height: auto;
    margin-bottom: 15px;
}
.site-footer p {
    font-size: 14px;
    line-height: 1.8;
}
.site-footer ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}
.site-footer ul li {
    margin-bottom: 10px;
}
.site-footer ul a {
    color: #a0a0a0;
    text-decoration: none;
    transition: all 0.2s ease;
}
.site-footer ul a:hover {
    color: #ffffff;
    padding-left: 5px;
}
.site-footer .month-grid {
    display: flex;
    gap: 30px;
}
.site-footer .month-grid ul {
    flex: 1;
}
.site-footer .contact-info strong,
.site-footer .footer-disclaimer strong {
    color: #ffffff;
    font-weight: 500;
}
.site-footer .site-info-container {
    background-color: rgba(0, 0, 0, 0.2);
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    padding: 20px 0;
}
.site-footer .site-info {
    text-align: center;
    color: #888;
    font-size: 13px;
}

/* ==========================================================================
   8. Responsive Styles
   ========================================================================== */
@media screen and (max-width: 992px) {
    .main-navigation ul {
        flex-direction: column;
    }
    .main-navigation a {
        display: block;
        padding: 15px 20px;
        border-bottom: 1px solid #f0f0f0;
    }
}
@media screen and (max-width: 768px) {
    .hero-title {
        font-size: 2em;
    }
    .site-stats-section {
        margin-top: 0;
        padding-top: 60px;
    }
    .cta-title {
        font-size: 1.8em;
    }
    .page-container {
        flex-direction: column;
        gap: 0;
    }
    .widget-area {
        margin-top: 40px;
        flex-basis: auto;
        width: 100%;
    }
    .company-profile-widget {
        position: static;
    }
}
/* ==========================================================================
   【新增】尽职调查下单页面样式
   ========================================================================== */

.due-diligence-page {
    max-width: 900px;
    margin: 40px auto;
    padding: 20px;
}
.due-diligence-page .page-header {
    text-align: center;
    margin-bottom: 50px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}
.due-diligence-page .page-title {
    font-size: 2.5em;
    color: #001f3f;
    margin-bottom: 10px;
}
.due-diligence-page .page-subtitle {
    font-size: 1.1em;
    color: #555d66;
    max-width: 600px;
    margin: 0 auto;
}
.dd-section {
    margin-bottom: 40px;
}
.dd-section .section-title {
    font-size: 1.8em;
    color: #001f3f;
    margin-bottom: 25px;
    padding-bottom: 10px;
    border-bottom: 2px solid #007bff;
    display: inline-block;
}

/* 服务选择卡片 */
.service-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}
.service-card {
    border: 2px solid #e0eaf6;
    border-radius: 8px;
    padding: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
}
.service-card input[type="radio"] {
    display: none;
}
.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 123, 255, 0.1);
}
.service-card.recommended {
    border-color: #007bff;
}
.recommend-badge {
    position: absolute;
    top: -15px;
    right: 15px;
    background-color: #007bff;
    color: #fff;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: bold;
    border-radius: 5px;
}
input[type="radio"]:checked + .card-content {
    /* No direct selector, but we can style the parent */
}
label:has(input[type="radio"]:checked) {
    border-color: #007bff;
    box-shadow: 0 0 0 2px #007bff, 0 10px 20px rgba(0, 123, 255, 0.1);
}
.service-card h3 {
    margin-top: 0;
    color: #001f3f;
}
.service-card .price {
    font-weight: bold;
    color: #007bff;
    margin-bottom: 15px;
}
.service-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 0.9em;
    color: #333;
}
.service-card ul li {
    margin-bottom: 8px;
}

/* 表单样式 */
.form-row {
    margin-bottom: 20px;
}
.form-row label {
    display: block;
    font-weight: 500;
    margin-bottom: 8px;
}
.form-row input[type="text"],
.form-row input[type="email"],
.form-row input[type="tel"],
.form-row textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 1em;
    box-sizing: border-box; /* Important */
}
.required {
    color: #e44d64;
}
.submission {
    text-align: center;
}
.form-notice {
    font-size: 0.9em;
    color: #666;
    margin-top: 15px;
}

/* 服务流程 */
.how-it-works .section-title {
    text-align: center;
    border: none;
}
.steps-container {
    display: flex;
    justify-content: space-between;
    text-align: center;
    gap: 20px;
    flex-wrap: wrap;
}
.step-item {
    flex: 1;
    min-width: 150px;
    font-weight: 500;
}
.step-item span {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin: 0 auto 10px;
    border-radius: 50%;
    background-color: #007bff;
    color: #fff;
    font-weight: bold;
}

/* ==========================================================================
   6.8. Lead Gen Page (Director Search)
   ========================================================================== */
.lead-gen-page {
    max-width: 960px;
    margin: 40px auto;
    padding: 20px;
}
.service-header {
    text-align: center;
    margin-bottom: 50px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}
.service-header .page-title {
    font-size: 2.8em;
    color: #001f3f;
    margin-bottom: 15px;
}
.service-header .page-subtitle {
    font-size: 1.2em;
    color: #555d66;
    max-width: 700px;
    margin: 0 auto;
}
.form-and-steps-wrapper {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 50px;
    align-items: center;
}
.lead-form-container {
    background-color: #ffffff;
    padding: 30px;
    border-radius: 8px;
    border: 1px solid #e0eaf6;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}
.lead-form-container .form-title {
    margin-top: 0;
    color: #001f3f;
    text-align: center;
}
.lead-form .form-row {
    margin-bottom: 20px;
}
.lead-form label {
    display: block;
    font-weight: 500;
    margin-bottom: 8px;
}
.lead-form input[type="text"],
.lead-form input[type="tel"] {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 1em;
    box-sizing: border-box;
}
.lead-form .submission {
    margin-top: 30px;
    text-align: center;
}
.process-steps-container .steps-title {
    color: #001f3f;
}
.process-steps {
    list-style: none;
    padding: 0;
    margin: 0;
}
.process-steps li {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    font-size: 1.1em;
    font-weight: 500;
}
.process-steps li span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    margin-right: 15px;
    border-radius: 50%;
    background-color: #007bff;
    color: #fff;
    font-weight: bold;
}
.success-message {
    background-color: #ffffff;
    padding: 40px;
    border-radius: 8px;
    text-align: center;
    border: 1px solid #e0eaf6;
}
.success-message .success-icon svg {
    width: 60px;
    height: 60px;
    color: #28a745;
}
.success-message h2 {
    font-size: 2em;
    color: #001f3f;
}
.qr-code-wrapper {
    margin: 20px 0;
}
.qr-code-wrapper img {
    max-width: 200px;
    border: 1px solid #eee;
    padding: 5px;
}
.back-to-home {
    display: inline-block;
    margin-top: 20px;
    color: #007bff;
    text-decoration: none;
    font-weight: 500;
}
@media screen and (max-width: 768px) {
    .form-and-steps-wrapper {
        grid-template-columns: 1fr;
    }
}


/* ==========================================================================
   【终极版】董事查询销售落地页样式
   ========================================================================== */
.service-product-page {
    max-width: 1000px;
}
.service-details-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: flex-start;
}
.service-info-wrapper {
    padding-top: 15px;
}
.info-box {
    margin-bottom: 30px;
}
.info-box h3 {
    font-size: 1.4em;
    color: #001f3f;
    margin-top: 0;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 2px solid #007bff;
    display: inline-block;
}
.info-box ul {
    list-style: none;
    padding: 0;
    margin: 0;
    line-height: 1.8;
}
.info-box ul li {
    margin-bottom: 10px;
}

/* 响应式调整 */
@media screen and (max-width: 880px) {
    .service-details-grid {
        grid-template-columns: 1fr;
    }
    .service-info-wrapper {
        padding-top: 0;
    }
}
/* ==========================================================================
   【最终美学优化】提升交互动效质感
   ========================================================================== */

/* 为数据卡片、行业标签、公司卡片等元素，应用更优雅的动画曲线 */
.stat-card,
.industry-tag,
.listing-card {
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1); /* 平滑的 "decelerate" 曲线 */
}

/* 当鼠标悬停在卡片上时，让阴影的变化更柔和、更具呼吸感 */
.stat-card:hover {
    box-shadow: 0 18px 35px rgba(0, 90, 190, 0.15), 0 8px 15px rgba(0, 90, 190, 0.1);
}

.listing-card:hover {
    box-shadow: 0 15px 30px rgba(0, 123, 255, 0.12);
}