.banner-features {
    width: 1300px;
    margin: 0 auto;
}

.feature-item {
    width: auto;
}

.banner-buttons {
    margin-bottom: 0px;
}

/* Trusted Statistics Section */
.trusted-statistics-section {
    background-color: #ffffff;
    padding: 80px 20px;
    text-align: center;
}

.trusted-statistics-content {
    max-width: 1200px;
    margin: 0 auto;
}

.trusted-statistics-title {
    font-size: 38px;
    font-weight: 700;
    color: #333333;
    margin-bottom: 15px;
}

.trusted-statistics-title span {
    color: rgba(51, 89, 232, 1);
}

.trusted-statistics-description {
    font-size: 16px;
    color: #666666;
    margin: 0 auto 40px;
    line-height: 1.6;
}

.statistics-grid {
    display: flex;
    justify-content: space-between;
    gap: 46px;
    max-width: 1300px;
    margin: 0 auto;
}

.statistic-item {
    flex: 1;
    background: #FFFFFF;
    padding: 20px 30px;
    border-radius: 8px;
    box-shadow: 0px 0px 25px 0px rgba(200, 203, 212, 0.5);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    align-items: center;
    text-align: left;
}

.statistic-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.statistic-icon {
    width: 52px;
    display: block;
    margin-right: 38px;
}

.statistic-content {
    height: 100%;
}

.statistic-number {
    font-size: 32px;
    font-weight: 700;
    color: #111111;
    margin-bottom: 10px;
}

.statistic-label {
    font-size: 16px;
    color: #111111;
    font-weight: 400;
}

.statistic-footer {
    font-size: 14px;
    color: #999999;
    max-width: 800px;
    margin: 30px auto 0;
    font-style: italic;
}

/* Strategic Asia-West Banner Section */
.strategic-banner {
    background-image: url(../images/strategic-banner.png);
    padding: 80px 20px;
    position: relative;
    overflow: hidden;
    color: white;
}


.strategic-banner-content {
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
    position: relative;
    z-index: 2;
}

.strategic-banner-text {
    max-width: 600px;
}

.strategic-banner-title {
    font-size: 44px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.2;
}

.strategic-banner-description {
    font-size: 18px;
    margin-bottom: 30px;
    line-height: 1.6;
    opacity: 0.9;
}

.strategic-banner-features {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.strategic-banner-features li {
    display: flex;
    margin-bottom: 40px;
    font-size: 14px;
    width: 46%;
}

.strategic-banner-features li::before {
    content: '';
    width: 15px;
    height: 15px;
    background-image: url(../images/strategic-banner-features.png);
    background-size: 100% 100%;
    flex-shrink: 0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    margin-top: 5px;
}

.strategic-banner-buttons {
    display: flex;
    gap: 20px;
}

.primary-button {
    background: #00CD74;
    color: white;
    padding: 12px 24px;
    border: none;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease;
    text-decoration: none;
    display: inline-block;
}

.primary-button:hover {
    background-color: #05c471;
}

.secondary-button {
    background-color: transparent;
    color: white;
    padding: 12px 0px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease;
    text-decoration: none;
    display: inline-block;
}

.strategic-banner-next-text {
    font-weight: 400;
    font-size: 12px;
    color: #FEFEFE;
    line-height: 28px;
    opacity: 0.75;
    margin-bottom: 40px
}

.strategic-banner-image {
    flex: 1;
    position: relative;
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

.strategic-banner-image img {
    width: 100%;
    height: auto;
    display: block;
}

.strategic-banner-illustration {
    width: 100%;
    height: auto;
    display: block;
}

.structure-review-card {
    width: 650px;
    background-color: white;
    color: #333;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.structure-review-card h4 {
    margin-top: 0;
    margin-bottom: 15px;
    font-weight: 300;
    font-size: 14px;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.structure-review-card h3 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: bold;
    color: #333;
}

.structure-review-card p {
    margin: 8px 0;
    font-size: 16px;
    color: #666;
}

.structure-review-card .highlight {
    color: #007bff;
    font-weight: 600;
}

.structure-review-card .response-time {
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    margin-top: 5px;
    display: flex;
    align-items: center;
    background: #111827;
    display: inline-block;
    position: relative;
    padding: 2px 10px;
    padding-left: 34px;
    border-radius: 1000px;
}

.structure-review-card .response-time::before {
    content: '';
    width: 8px;
    height: 8px;
    background-color: #00CD74;
    position: absolute;
    border-radius: 50%;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
}



.structure-review-card-buttons p {
    padding: 4px 15px;
    border-radius: 15px;
    border: 1px solid #E0E0E0;
    display: inline-block;
    font-size: 14px;
    margin: 6px 0;
}

/* Responsive Styles */
@media (max-width: 992px) {
    .strategic-banner-content {
        flex-direction: column;
        gap: 40px;
    }

    .strategic-banner-title {
        font-size: 28px;
    }

    .strategic-banner-description {
        font-size: 16px;
    }

    .strategic-banner-buttons {
        justify-content: center;
    }

    .strategic-banner-features li {
        justify-content: start;
        width: 100%;
        text-align: left;
        margin-bottom: 15px;
    }

    .strategic-banner-image {
        width: 100%;
    }

    .structure-review-card {
        width: 100%;
    }

    .structure-review-card-buttons {
        width: 100%;
        justify-content: start;
        text-align: left;
    }

    .structure-review-card-buttons p {
        width: 48%;
        text-align: center;

    }
}

@media (max-width: 768px) {

    .strategic-banner-next-text {
        margin-bottom: 20px;
    }

    .statistics-grid {
        flex-direction: column;
        gap: 20px;
    }

    .trusted-statistics-title {
        font-size: 24px;
    }

    .trusted-statistics-description {
        font-size: 14px;
    }

    .statistic-number {
        font-size: 28px;
    }

    .statistic-item {
        padding: 25px;
    }

    .strategic-banner {
        padding: 60px 20px;
    }

    .strategic-banner-title {
        font-size: 24px;
    }

    .strategic-banner-buttons {
        flex-direction: column;
        align-items: center;
    }

    .primary-button,
    .secondary-button {
        width: 100%;
        max-width: 300px;
    }


}


.services-section {
    background: #F8F8F9;
    padding: 80px 0;
    text-align: center;
}

.services-title {
    font-size: 36px;
    color: #111111;
    margin-bottom: 20px;
    font-weight: 700;
}

.services-subtitle {
    font-size: 18px;
    color: #4a5568;
    max-width: 950px;
    margin: 0 auto 40px;
    line-height: 1.6;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    max-width: 1300px;
    margin: 0 auto;
}

.service-card {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-align: left;
    padding: 20px;
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.service-image {
    height: 177px;
    overflow: hidden;
}

.service-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
    border-radius: 6px;
}

.service-card:hover .service-image img {
    transform: scale(1.05);
}

.service-card-title {
    font-size: 22px;
    color: #111111;
    margin: 20px 10px;
    font-weight: 600;
}

.service-description {
    color: #666;
    font-weight: 400;
    padding: 0 10px;
}

.service-list {
    list-style: none;
    padding: 0 20px 0px;
    text-align: left;
}

.service-list li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
    font-size: 15px;
    color: #4a5568;
    line-height: 1.5;
}

.service-list li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #3359E8;
    font-weight: bold;
}

/* Designed for Section */
.designed-for-section {
    background-color: #ffffff;
    padding: 60px 20px;
    text-align: center;
}

.designed-for-container {
    margin: 0 auto;
}

.designed-for-title {
    font-size: 32px;
    font-weight: 700;
    color: #333333;
    margin-bottom: 20px;
    line-height: 1.2;
}

.designed-for-title .highlight {
    color: rgba(51, 89, 232, 1);
}

.designed-for-description {
    font-size: 16px;
    color: #666666;
    max-width: 730px;
    margin: 0 auto 50px;
    line-height: 1.6;
}

.target-audience-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    max-width: 1300px;
    margin: 0 auto;
}

.target-audience-card {
    background: #FFFFFF;
    border-radius: 8px;
    width: 625px;
    padding: 20px;
    box-shadow: 0px 0px 25px 0px rgba(200, 203, 212, 0.25);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-align: left;
    display: flex;
    margin-bottom: 30px;
}

.target-audience-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.target-audience-icon {
    width: 100%;
    height: 120px;
    border-radius: 6px;
    overflow: hidden;
    margin-right: 30px;
}

.target-audience-icon img {
    width: 100%;
    height: 100%;
}

.target-audience-card h3 {
    font-size: 18px;
    font-weight: 600;
    color: #333333;
    margin-bottom: 12px;
}

.target-audience-card p {
    font-size: 14px;
    color: #666666;
    font-weight: 400;
    line-height: 1.5;
}

/* Services Section Responsive Styles */
@media (max-width: 1024px) {
    .services-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }

    .target-audience-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }
}

@media (max-width: 768px) {
    .strategic-banner-text {
        text-align: center;
    }

    .services-section {
        padding: 40px 0;
    }

    .services-title {
        font-size: 26px;
    }

    .services-subtitle {
        font-size: 16px;
        padding: 0 20px;
    }

    .services-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 0 20px;
    }

    .designed-for-section {
        padding: 40px 20px;
    }

    .designed-for-title {
        font-size: 24px;
    }

    .designed-for-description {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .target-audience-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .target-audience-card {
        padding: 15px;
        width: 100%;
        margin-bottom: 0px;
    }

    .target-audience-icon {
        width: 100%;
        height: auto;
        display: flex;
        align-items: center;
        margin-right: 15px;
    }

    .target-audience-icon img {
        height: auto;
    }

    .target-audience-card p {
        /* 超过两行省略 */
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
}

/* Typical Scenarios Section */
.typical-scenarios-section {
    background-color: #F8F8F9;
    padding: 60px 20px;
    text-align: center;
}

.typical-scenarios-container {
    max-width: 1200px;
    margin: 0 auto;
}

.typical-scenarios-title {
    font-size: 32px;
    font-weight: 700;
    color: #333333;
    margin-bottom: 20px;
    line-height: 1.2;
}

.typical-scenarios-description {
    font-size: 16px;
    color: #666666;
    max-width: 800px;
    margin: 0 auto 50px;
    line-height: 1.6;
}

.scenarios-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    max-width: 1000px;
    margin: 0 auto 40px;
}

.scenario-card {
    background-color: #ffffff;
    padding: 20px 30px;
    text-align: left;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    border-top: 3px solid rgba(51, 89, 232, 1);
}

.scenario-card:hover {
    border-color: rgba(51, 89, 232, 1);
    box-shadow: 0 4px 15px rgba(0, 102, 204, 0.1);
}

.scenario-card h3 {
    font-size: 20px;
    font-weight: 600;
    color: #333333;
    padding-bottom: 10px;
}

.scenario-card p {
    font-size: 14px;
    color: #666666;
    line-height: 1.6;
    margin: 0;
    font-weight: 400;
}

.scenario-cta {
    font-size: 16px;
    color: rgba(51, 89, 232, 1);
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
}

.scenario-cta:hover {
    color: #004d99;
}

.scenario-card-bottom {
    text-align: center;
    color: #666666;
}

/* Structure-First Section */
.structure-first-section {
    padding: 80px 0;
    background: #F8F8F9;
}

.structure-first-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    align-items: center;
    gap: 40px;
}

.structure-first-image {
    flex: 1;
    max-width: 500px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.structure-first-image img {
    width: 100%;
    height: auto;
    display: block;
}

.structure-first-content {
    flex: 1;
    max-width: 600px;
}

.structure-first-title {
    font-size: 38px;
    font-weight: 700;
    color: #1a202c;
    margin-bottom: 45px;
    text-align: center;
}

.structure-first-text {
    font-size: 16px;
    color: #4a5568;
    line-height: 1.7;
    margin-bottom: 20px;
}

.structure-second-text {
    font-family: SourceHanSansSC;
    font-weight: bold;
    font-size: 16px;
    color: #111111;
    line-height: 36px;
}

.structure-first-question {
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    margin-top: 20px;
}



.structure-first-cta {
    color: #3359E8;
    ;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.3s ease;
}

.structure-first-cta:hover {
    color: #2c5282;
    text-decoration: underline;
}

/* Key Considerations Section */
.key-considerations-section {
    background-color: #fff;
    padding: 80px 0;
    text-align: center;
}

.key-considerations-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
}

.key-considerations-title {
    font-size: 28px;
    font-weight: 700;
    color: #1a202c;
    margin-bottom: 20px;
}

.key-considerations-description {
    font-size: 16px;
    color: #4a5568;
    max-width: 860px;
    margin: 0 auto 50px;
}

.considerations-grid>.scenario-card {
    box-shadow: 0px 0px 25px 0px rgba(200, 203, 212, 0.3);
    border: 1px solid #F3F3F3;
    border-top: 3px solid rgba(51, 89, 232, 1);
}

.considerations-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-bottom: 40px;
}

.consideration-card {
    background-color: #ffffff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    border-top: 3px solid #3359E8;
    ;
    text-align: left;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.consideration-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.consideration-card h3 {
    font-size: 22px;
    font-weight: 600;
    color: #1a202c;
    margin-bottom: 15px;
}

.consideration-card p {
    font-size: 16px;
    color: #4a5568;
    line-height: 1.6;
}

/* Core Jurisdictions Section */
.core-jurisdictions-section {
    padding: 80px 0;
    text-align: center;
}

.core-jurisdictions-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
}

.core-jurisdictions-title {
    font-size: 28px;
    font-weight: 700;
    color: #1a202c;
    margin-bottom: 20px;
}

.core-jurisdictions-description {
    font-size: 16px;
    color: #4a5568;
    max-width: 800px;
    margin: 0 auto 50px;
}

.jurisdictions-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 30px;
}

.jurisdiction-card {
    background-color: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    text-align: left;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.jurisdiction-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.jurisdiction-image {
    padding: 20px;
    padding-bottom: 0px;
}

.jurisdiction-image img {
    width: 100%;
}

.jurisdiction-region {
    font-size: 20px;
    font-weight: 600;
    color: #1a202c;
    padding: 20px 0px 20px 20px;
    margin: 0;
}

.jurisdiction-services {
    font-size: 16px;
    color: #3359E8;
    height: 100px;
    font-weight: 500;
    padding: 0 20px 0px;
    margin: 0;
}

.jurisdiction-benefits {
    font-size: 14px;
    color: #666666;
    line-height: 1.6;
    padding: 0 20px 30px;
    margin: 0;
    letter-spacing: 0.2px;
}

.jurisdiction-cta-bottom {
    font-size: 18px;
    color: #666666;
}

.jurisdictions-cta {
    color: #3359E8;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.3s ease;
}

.jurisdictions-cta:hover {
    color: #2c5282;
    text-decoration: underline;
}

/* How Our Company Formation Process Works Section */
.formation-process-section {
    padding: 80px 20px;
    background-color: #f8fafc;
}

.formation-process-container {
    max-width: 1300px;
    margin: 0 auto;
    text-align: center;
}

.formation-process-title {
    font-size: 36px;
    font-weight: 600;
    color: #1a202c;
    margin-bottom: 5px;
}

.formation-process-description {
    font-size: 18px;
    color: #4a5568;
    line-height: 1.6;
    margin-bottom: 60px;
    margin-left: auto;
    margin-right: auto;
}

.process-steps-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    max-width: 1300px;
    margin: 0 auto;
}

.process-step-card {
    border-radius: 8px;
    padding: 30px 25px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-align: left;
    display: flex;
}

.process-step-card:hover {
    transform: translateY(-5px);
}

.process-step-left {
    width: 100px;
    height: 100px;
    background: rgba(51, 89, 232, 0.1);
    border-radius: 50%;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.process-step-right {
    margin-left: 30px;
}

.process-step-content {
    width: 90px;
    height: 90px;
    background: #FFFFFF;
    border-radius: 50%;
    border: 2px solid #3359E8;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.step-text {
    font-size: 14px;
    color: #666666;
}

.step-number {
    font-weight: bold;
    font-size: 30px;
    color: #3359E8;
}

.step-title {
    font-size: 18px;
    font-weight: 600;
    color: #1a202c;
    margin-bottom: 10px;
}

.step-description {
    font-size: 14px;
    color: #4a5568;
    line-height: 1.6;
    margin: 0;
}

/* Why HSJGlobal Versus DIY or Generic Providers? Section */
.comparison-section {
    padding: 80px 20px;
    background-color: #ffffff;
}

.comparison-container {
    max-width: 1300px;
    margin: 0 auto;
    text-align: center;
}

.comparison-title {
    font-size: 36px;
    font-weight: 600;
    color: #1a202c;
    margin-bottom: 20px;
}

.comparison-table td:nth-child(even) {
    background-color: transparent;
}



.comparison-description {
    font-size: 18px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 60px;
    max-width: 710px;
    margin-left: auto;
    margin-right: auto;
}

.comparison-table-wrapper {
    overflow-x: auto;
    margin-bottom: 40px;
}

.comparison-table {
    width: 100%;
    border-collapse: collapse;
    background-color: #ffffff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
}

.comparison-table th {
    background-color: #f8fafc;
    color: #1a202c;
    font-weight: 600;
    font-size: 16px;
    text-align: left;
    padding: 20px 25px;
    border-bottom: 2px solid #e2e8f0;
}

.comparison-table td {
    padding: 20px 25px;
    border-bottom: 1px solid #e2e8f0;
    color: #4a5568;
    line-height: 1.6;
    font-size: 15px;
}

.comparison-table td:first-child {
    color: #111111;
    font-weight: bold;
}

.comparison-table td:last-child {
    color: #3359E8;
    font-weight: bold;
}

.comparison-table tr:last-child td {
    border-bottom: none;
}

.comparison-table tr:nth-child(even) {
    background-color: #f8fafc;
}

.comparison-table th:first-child {
    font-weight: 600;
    color: #1a202c;
    background: #FBFCFF;
}


.comparison-table tr:nth-child(even) {
    background-color: transparent;
}

.comparison-table th,
.comparison-table th:nth-child(even) {
    background: #FBFCFF;
}

.comparison-cta {
    color: #3359E8;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.3s ease;
    font-size: 16px;
}

.comparison-cta-bottom {
    color: #666666;
}

.comparison-cta:hover {
    color: #2c5282;
    text-decoration: underline;
}

.comparison-table th:nth-child(1) {
    width: 15%;
}

.comparison-table th:nth-child(2),
.comparison-table th:nth-child(3) {
    width: 25%;
}

/* About HSJGlobal Section */
.about-hsjglobal-section {
    padding: 80px 0;
    background-color: #ffffff;
}

.about-hsjglobal-container {
    max-width: 1300px;
    margin: 0 auto;
}

.about-hsjglobal-title {
    font-size: 36px;
    color: #2d3748;
    text-align: center;
    margin-bottom: 40px;
    font-weight: 700;
}

.about-hsjglobal-content {
    display: flex;
    gap: 40px;
    margin-bottom: 30px;
    align-items: center;
}

.about-image {
    flex: 1;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.about-image img {
    width: 100%;
    height: auto;
    display: block;
}

.about-text {
    flex: 1;
    font-size: 16px;
    line-height: 1.8;
    color: #4a5568;
}

.about-text p {
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 18px;
    color: #666666;
    line-height: 28px;
}

.about-highlights {
    width: 1300px;
    padding: 30px;
    background: #FFFFFF;
    box-shadow: 0px 0px 25px 0px rgba(200, 203, 212, 0.25);
    border-radius: 10px;
    border: 1px solid #F3F3F3;
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

.highlight-box {
    flex: 1;
}

.highlight-box:last-child {
    padding-left: 44px;
    border-left: 1px solid #E0E0E0;
}

.highlight-box:last-child p {
    font-family: SimSun;
    font-weight: 400;
    font-size: 14px;
    color: #111111;
    line-height: 24px;
}

.highlight-box h3 {
    font-size: 20px;
    color: #2d3748;
    margin-bottom: 20px;
    font-weight: 600;
}

.highlight-box ul {
    list-style-type: disc;
    padding-left: 20px;
}

.highlight-box li {
    font-size: 15px;
    line-height: 1.7;
    color: #4a5568;
    margin-bottom: 10px;
}

.highlight-box p {
    font-size: 15px;
    line-height: 1.7;
    color: #4a5568;
}

/* Why Entrepreneurs Choose HSJGlobal Section */
.why-choose-section {
    padding: 80px 20px;
    background-color: #F8F8F9;
}

.why-choose-container {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.why-choose-title {
    font-size: 36px;
    font-weight: 600;
    color: #1a202c;
    margin-bottom: 20px;
}

.why-choose-subtitle {
    font-size: 18px;
    color: #4a5568;
    line-height: 1.6;
    margin-bottom: 60px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.why-choose-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    max-width: 1100px;
    margin: 0 auto;
}

.why-choose-card {
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    padding: 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-align: left;
}

.why-choose-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.card-image {
    margin-bottom: 20px;
}

.card-image img {
    width: 100%;
    height: 177px;
    object-fit: cover;
    border-radius: 6px;
    transition: transform 0.3s ease;
}

.why-choose-card:hover .card-image img {
    transform: scale(1.05);
}

.card-title {
    font-size: 18px;
    font-weight: 600;
    color: #1a202c;
    margin-bottom: 15px;
}

.card-description {
    font-size: 15px;
    color: #4a5568;
    line-height: 1.6;
    margin: 0;
}



.testimonials-section .section-title {
    font-size: 38px;
}

.faq-section {
    background-color: #fff;
}

.testimonials-section {
    background: #F8F8F9;
}

.form-group input,
.form-group select,
.form-group textarea {
    background: #FFFFFF;
    border-radius: 6px;
    border: 1px solid #E0E0E0;
    padding: 6px 15px;
}

.form-group {
    margin-bottom: 14px;
}

.submit-btn {
    border-radius: 10px;
}


@media screen and (max-width: 768px) {
    .form-group {
        width: calc(100%);
        min-width: auto;

    }

    .consultation-form-section {
        background-size: auto 100%;
    }

    .submit-btn {
        width: 100%;
        margin-top: 20px;
    }


}

/* Mobile Styles */
@media (max-width: 768px) {

    .structure-first-title,
    .testimonials-section .section-title {
        font-size: 28px;
    }

    /* Existing styles... */
    /* Typical Scenarios Section */
    .typical-scenarios-section {
        padding: 40px 20px;
    }

    .typical-scenarios-container {
        max-width: 100%;
        padding: 0;
    }

    .scenarios-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .scenario-card {
        padding: 25px 20px;
    }

    .scenario-card>p {
        display: none;
    }

    .scenario-card>p:nth-of-type(1) {
        /* 超过文字两行省略 */
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;

    }

    /* Core Jurisdictions Section */
    .core-jurisdictions-section {
        padding: 40px 20px;
    }

    .core-jurisdictions-container {
        max-width: 100%;
        padding: 0;
    }

    .jurisdictions-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    /* .jurisdiction-image img {
        height: 150px;
    } */

    .jurisdiction-region {
        font-size: 20px;
        padding: 15px 20px 8px;
    }

    .jurisdiction-benefits {
        padding: 0 20px 20px;
    }



    /* Structure-First Section */
    .structure-first-section {
        padding: 40px 0;
    }

    .structure-first-container {
        flex-direction: column;
        padding: 0 20px;
        gap: 30px;
    }

    .structure-first-image {
        max-width: 100%;
    }

    /* Key Considerations Section */
    .key-considerations-section {
        padding: 40px 0;
    }

    .key-considerations-container {
        padding: 0 20px;
    }

    .key-considerations-title {
        font-size: 22px;
    }

    .considerations-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    /* Why HSJGlobal Versus DIY or Generic Providers? Section */
    .comparison-section {
        padding: 40px 20px;
    }

    .comparison-title {
        font-size: 28px;
        margin-bottom: 15px;
    }

    .comparison-description {
        font-size: 16px;
        margin-bottom: 40px;
    }

    .comparison-table-wrapper {
        margin: 0 -20px 40px;
        padding: 0 20px;
    }

    .comparison-table th,
    .comparison-table td {
        padding: 15px 12px;
        font-size: 14px;
    }

    .comparison-cta {
        font-size: 14px;
    }

    /* About HSJGlobal Section - Mobile */
    .about-hsjglobal-section {
        padding: 40px 20px;
    }

    .about-hsjglobal-title {
        font-size: 28px;
        margin-bottom: 30px;
    }

    .about-hsjglobal-content {
        flex-direction: column;
        gap: 30px;
    }

    .jurisdiction-services {
        height: auto;
        margin-bottom: 15px;
    }

    .about-image {
        max-width: 100%;
    }

    .about-text {
        font-size: 15px;
    }

    .about-highlights {
        flex-direction: column;
        gap: 0px;
        width: 100%;
    }

    .highlight-box {
        min-width: 100%;
    }

    .highlight-box h3 {
        font-size: 18px;
    }



    .highlight-box:last-child {
        border-left: none;
        border-top: 1px solid #e0e0e0;
        padding-left: 0px;
        padding-top: 20px;
    }

    /* Why Entrepreneurs Choose HSJGlobal Section */
    .why-choose-section {
        padding: 40px 20px;
    }

    .why-choose-title {
        font-size: 28px;
        margin-bottom: 15px;
    }

    .why-choose-subtitle {
        font-size: 16px;
        margin-bottom: 40px;
    }

    .why-choose-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .why-choose-card {
        padding: 20px;
    }

    .card-image img {
        height: 150px;
    }

    .card-title {
        font-size: 18px;
        margin-bottom: 12px;
    }

    .card-description {
        font-size: 14px;
    }

    .consideration-card {
        padding: 25px 20px;
    }

    .consideration-card h3 {
        font-size: 1.2rem;
    }

    /* How Our Company Formation Process Works Section */
    .formation-process-section {
        padding: 40px 20px;
    }

    .formation-process-title {
        font-size: 28px;
    }

    .formation-process-description {
        font-size: 16px;
        margin-bottom: 40px;
    }

    .process-steps-grid {
        grid-template-columns: 1fr;
        gap: 0px;
    }

    .process-step-card {
        padding: 25px 0px;
    }

    .process-step-left {
        /* 此处我想写屏幕宽度的20%
       高度如何同等计算呢 */
        width: 20vw;
        height: 20vw;
    }

    .process-step-content {
        width: 18vw;
        height: 18vw;
    }





    .step-description {
        font-size: 14px;
    }


}



.form-info .disclaimer a{
    font-size: 18px;
    color: #fff;
    font-weight: bold;
}