/* Target Market Communication Solution Page Chinese CSS Styles */

/* Customize container max-width for this page to make it more compact and premium, excluding the banner container */
@media (min-width: 1200px) {
    .target-market-communication-page .container:not(.banner-container) {
        max-width: 900px !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .target-market-communication-page .container:not(.banner-container) {
        max-width: 800px !important;
    }
}

/* Global Section Styles */
.section_title {
    font-size: 32px;
    color: #0f3b84;
    font-weight: 500;
    margin-bottom: 12px;
    text-align: center;
    letter-spacing: 3px;
    padding-left: 3px; /* Offset letter-spacing to keep it perfectly centered */
}
.section_accent {
    width: 18px;
    height: 18px;
    background: url('/web_static/scenario/accent_dot.webp') no-repeat center center;
    background-size: contain;
    margin: 26px auto 40px auto;
}

/* Hero Banner Section */
.global_banner {
    position: relative;
    background: url('/web_static/target_market_communication/banner.webp') no-repeat center center;
    background-size: cover;
    height: 360px;
    display: flex;
    align-items: center;
    color: #fff;
}
.global_banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg, rgba(10, 46, 105, 0.85) 0%, rgba(10, 46, 105, 0.5) 60%, rgba(10, 46, 105, 0.2) 100%);
    z-index: 1;
}
.global_banner .container {
    position: relative;
    z-index: 2;
}
.global_banner h1 {
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 16px;
    color: #fff;
    animation: fadeInLeft 1s both;
    letter-spacing: 4px;
}
.global_banner p {
    font-size: 15px;
    line-height: 1.8;
    max-width: 600px;
    margin-bottom: 24px;
    color: rgba(255, 255, 255, 0.9);
    animation: fadeInLeft 1s 0.2s both;
}
.global_banner .btn-custom {
    display: inline-flex;
    align-items: center;
    background: transparent;
    color: #ffffff;
    font-weight: 400;
    font-size: 16px;
    transition: all 0.3s ease;
    text-decoration: none;
    animation: fadeInLeft 1s 0.4s both;
}
.global_banner .btn-custom:hover {
    color: #eec31b;
}
.global_banner .btn-custom .arrow-img {
    width: 20px;
    height: 20px;
    margin-left: 14px;
    transition: transform 0.3s ease;
}
.global_banner .btn-custom:hover .arrow-img {
    transform: translateX(6px);
}

/* Section 2: Intro */
.section_intro {
    padding: 90px 0;
    background: #ffffff;
    text-align: center;
}
.intro_title {
    font-size: 32px;
    color: #02377e;
    font-weight: 500;
    line-height: 1.5;
    margin: 0 0 30px 0;
    letter-spacing: 2px;
}
.intro_desc {
    font-size: 14.5px;
    color: #475569;
    line-height: 2.0;
    max-width: 900px;
    margin: 0 auto;
    font-weight: 400;
    letter-spacing: 1px;
    text-wrap: pretty;
}

/* Section 3: Solutions overrides - Perfect sweet spot between large home layout and narrow scenario layout */
.target-market-communication-page .solution_card {
    padding: 26px 20px !important;
    min-height: 235px !important;
}
.target-market-communication-page .solution_card .card_title {
    font-size: 20px !important;
    line-height: 1.4 !important;
}
@media (min-width: 768px) {
    .target-market-communication-page .solution_card .card_title {
        min-height: 84px !important;
    }
}
.target-market-communication-page .solution_card .card_icon img {
    width: 40px !important;
    height: 40px !important;
}
.target-market-communication-page .solution_card .card_description {
    font-size: 14px !important;
    line-height: 1.8 !important;
    margin-bottom: 18px !important;
    text-align: justify !important;
    text-justify: inter-ideograph !important;
    word-break: break-all !important;
}
.target-market-communication-page .solution_card .card_link {
    font-size: 14px !important;
}
.target-market-communication-page .solution_card .decor_circle {
    width: 26px !important;
    height: 26px !important;
    bottom: -7px !important;
    right: -7px !important;
}
.target-market-communication-page .solution_card:hover {
    border-bottom-right-radius: 55px !important;
}

/* Section 4: Start Path Options */
.section_start_options {
    padding: 80px 0;
    background: #ffffff;
}
.section_subtitle {
    font-size: 15px;
    color: #64748b;
    text-align: center;
    max-width: 680px;
    margin: -25px auto 40px auto;
    line-height: 1.6;
    font-weight: 400;
    letter-spacing: 0.5px;
}
.options_list {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.option_card {
    background: #ffffff;
    border-radius: 20px 0 0 100px;
    padding: 24px 32px;
    box-shadow: 0 4px 20px rgba(15, 59, 132, 0.02);
    border: 1px solid rgba(15, 59, 132, 0.12);
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
    box-sizing: border-box;
    min-height: 150px;
}
.option_card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(15, 59, 132, 0.06);
}
.number_badge {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    border: 2px solid #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-right: 24px;
}
.option_card .card_content {
    display: flex;
    flex-direction: column;
    flex: 1;
    box-sizing: border-box;
}
.card_main_title {
    font-size: 18px;
    color: #333333;
    font-weight: 600;
    margin: 0;
}
.bullets_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px 24px;
    list-style: none;
    padding: 0;
    margin: 16px 0 0 0;
    width: 100%;
}
.bullets_grid li {
    font-size: 14px;
    color: #475569;
    position: relative;
    padding-left: 18px;
    line-height: 1.5;
    word-break: break-word;
}
.bullets_grid li::before {
    content: '';
    position: absolute;
    left: 2px;
    top: 8px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #efc61b; /* Yellow bullet marker matching Landelion yellow */
}

/* Section CTA Bottom Banner */
.section_cta {
    padding: 40px 0;
    background: #02377e;
    color: #fff;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.section_cta h2 {
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 16px;
    color: #fff;
    letter-spacing: 2px;
    padding-left: 2px;
}
.section_cta p {
    font-size: 14px;
    max-width: 680px;
    margin: 0 auto 22px auto;
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.8;
    letter-spacing: 0.5px;
    font-weight: 300;
}
.section_cta .btn-custom-white {
    display: inline-flex;
    align-items: center;
    background: #fff;
    color: #02377e;
    font-weight: 400;
    padding: 10px 32px;
    border-radius: 30px;
    font-size: 15px;
    transition: all 0.3s ease;
    text-decoration: none;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}
.section_cta .btn-custom-white:hover {
    background: #efc61b;
    color: #02377e;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(239, 198, 27, 0.3);
}

/* Keyframes for animations */
@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@media (max-width: 1199px) {
    .bullets_grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }
    .intro_desc br {
        display: none !important;
    }
}

/* Responsive Styles */
@media (max-width: 767px) {
    .global_banner {
        height: 320px;
        text-align: center;
    }
    .global_banner h1 {
        font-size: 28px;
    }
    .global_banner p {
        font-size: 13px;
    }
    .section_intro {
        padding: 60px 0;
    }
    .intro_title {
        font-size: 24px;
    }
    .intro_desc {
        font-size: 13px;
        padding: 0 15px;
    }
    .section_title {
        font-size: 26px;
    }
    .section_accent {
        margin-bottom: 30px;
    }
    .section_start_options {
        padding: 60px 0;
    }
    .section_subtitle {
        font-size: 13px;
        margin-bottom: 30px;
        padding: 0 15px;
    }
    .option_card {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 24px 20px;
        border-radius: 20px;
        min-height: auto;
    }
    .number_badge {
        margin-right: 0;
        margin-bottom: 20px;
        width: 64px;
        height: 64px;
    }
    .bullets_grid {
        grid-template-columns: 1fr;
        gap: 12px;
        margin-top: 16px;
    }
    .bullets_grid li {
        white-space: normal;
    }
    .section_cta {
        padding: 60px 0;
    }
    .section_cta h2 {
        font-size: 26px;
    }
}
