:root {
    --primary: #0b63ce;
    --primary-dark: #0a3d91;
    --accent: #2d8cff;
    --text: #1d2a3a;
    --muted: #66758a;
    --bg: #eef4fb;
    --bg-soft: #f7fbff;
    --white: #ffffff;
    --border: #d9e4f1;
    --shadow: 0 20px 60px rgba(12, 54, 108, 0.12);
    --shadow-soft: 0 10px 30px rgba(11, 63, 130, 0.08);
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: "Segoe UI", "Microsoft YaHei", Arial, sans-serif;
    color: var(--text);
    background: linear-gradient(180deg, #f6faff 0%, #eef4fb 100%);
    line-height: 1.7;
}

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

img {
    max-width: 100%;
    display: block;
}

.container {
    width: 100%;
    max-width: none;
    margin: 0;
    padding-left: clamp(18px, 4vw, 72px);
    padding-right: clamp(18px, 4vw, 72px);
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 99;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(11, 99, 206, 0.08);
    box-shadow: 0 8px 28px rgba(10, 39, 84, 0.06);
}

.header-inner {
    width: min(1280px, 100%);
    margin: 0 auto;
    min-height: 84px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-size: 1.05rem;
    font-weight: 700;
}

.brand-mark {
    width: 42px;
    height: 42px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
    color: var(--white);
    box-shadow: var(--shadow);
}

.main-nav {
    display: flex;
    gap: 20px;
    align-items: center;
}

.nav-link,
.nav-sublink {
    position: relative;
    padding: 8px 0;
    color: var(--muted);
    font-weight: 600;
}

.nav-link.active,
.nav-link:hover,
.nav-sublink.active,
.nav-sublink:hover,
.nav-item-group.active > .nav-link {
    color: var(--primary);
}

.nav-item {
    position: relative;
}

.nav-item-group {
    position: relative;
}

.nav-item-group::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    height: 18px;
}

.nav-dropdown {
    position: absolute;
    top: calc(100% + 16px);
    left: 50%;
    min-width: 156px;
    padding: 10px 14px;
    display: grid;
    gap: 8px;
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid rgba(11, 99, 206, 0.12);
    border-radius: 16px;
    box-shadow: 0 18px 42px rgba(10, 39, 84, 0.12);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateX(-50%) translateY(8px);
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
}

.nav-item-group:hover .nav-dropdown,
.nav-item-group:focus-within .nav-dropdown {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(-50%) translateY(0);
}

.nav-sublink {
    padding: 4px 0;
    white-space: nowrap;
}

.visually-hidden {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.mobile-nav-toggle {
    display: none;
    border: none;
    background: var(--primary);
    color: var(--white);
    padding: 10px 16px;
    border-radius: 10px;
    font-weight: 600;
}

.hero {
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(130deg, rgba(2, 31, 77, 0.86) 0%, rgba(8, 61, 153, 0.62) 45%, rgba(77, 30, 137, 0.58) 100%),
        url("../images/xingkonghd1.jpg") center/cover no-repeat;
    color: var(--white);
}

.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 20% 20%, rgba(110, 184, 255, 0.26), transparent 28%);
    pointer-events: none;
}

.hero-slider {
    position: relative;
    z-index: 1;
    min-height: 600px;
    overflow: hidden;
}

.hero-slide {
    position: absolute;
    inset: 0;
    display: flex;
    min-height: min(600px, 84vh);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.55s ease, visibility 0.55s ease;
    will-change: opacity;
}

.hero-slide.active {
    align-items: center;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    z-index: 1;
}

.hero-layout {
    width: 100%;
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(360px, 0.9fr);
    gap: clamp(28px, 4vw, 56px);
    align-items: center;
}

.hero-content {
    width: min(780px, 100%);
    padding: clamp(72px, 9vw, 120px) 0;
}

.hero-visual {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.hero-visual img {
    width: min(100%, 680px);
    border-radius: 28px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 28px 60px rgba(4, 16, 40, 0.38);
    filter: drop-shadow(0 30px 60px rgba(0, 0, 0, 0.2));
}

.hero-label {
    display: inline-block;
    margin-bottom: 18px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    color: #dfeaff;
    font-size: 0.92rem;
}

.hero h1,
.page-hero h1 {
    margin: 0 0 18px;
    line-height: 1.2;
    font-size: clamp(2rem, 5vw, 3.8rem);
}

.hero p,
.page-hero p {
    margin: 0 0 28px;
    max-width: 720px;
    color: rgba(255, 255, 255, 0.88);
    font-size: 1.05rem;
}

.hero-actions,
.cta-group {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.hero-metrics {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 24px;
}

.hero-metric {
    padding: 18px 18px 16px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(6px);
}

.hero-metric strong {
    display: block;
    margin-bottom: 6px;
    color: var(--white);
    font-size: 1rem;
}

.hero-metric span {
    color: rgba(255, 255, 255, 0.76);
    font-size: 0.94rem;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 13px 22px;
    border: 1px solid transparent;
    border-radius: 12px;
    font-weight: 700;
    transition: 0.25s ease;
}

.btn-primary {
    background: var(--white);
    color: var(--primary-dark);
}

.btn-primary:hover {
    transform: translateY(-2px);
}

.btn-secondary {
    border-color: rgba(255, 255, 255, 0.35);
    color: var(--white);
}

.btn-secondary:hover {
    background: rgba(255, 255, 255, 0.08);
}

.btn-secondary-dark {
    color: var(--primary-dark);
    border-color: #caddf7;
    background: #ffffff;
}

.btn-secondary-dark:hover {
    background: #f1f7ff;
}

.hero-dots {
    display: flex;
    gap: 10px;
    padding: 0 0 30px;
}

.hero-dots button {
    width: 12px;
    height: 12px;
    border-radius: 999px;
    border: none;
    background: rgba(255, 255, 255, 0.35);
    cursor: pointer;
}

.hero-dots button.active {
    width: 34px;
    background: var(--white);
}

.home-template {
    background: #f3f3f3;
}

.home-shell {
    width: min(1180px, 100%);
    margin: 0 auto;
}

.hero-template {
    background: transparent;
    min-height: 600px;
    margin-top: 0;
    margin-bottom: 0;
}

.hero-template .container {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
}

.hero-template .home-shell,
.hero-template .hero-slider {
    width: 100%;
    max-width: none;
}

.hero-slide-template {
    height: 600px;
    min-height: 600px;
    justify-content: center;
    border-radius: 0;
    overflow: hidden;
}

.hero-slide-text {
    background-color: #060d1a;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.hero-slide-image-only {
    background-color: #060d1a;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.hero-center {
    position: relative;
    height: 600px;
    min-height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 68px 0 56px;
}

.hero-arrow {
    position: absolute;
    top: 50%;
    z-index: 3;
    width: 72px;
    height: 72px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: none;
    border-radius: 0;
    background: rgba(8, 24, 54, 0.42);
    color: #ffffff;
    cursor: pointer;
    transform: translateY(-50%);
    transition: background 0.22s ease;
}

.hero-arrow span {
    position: relative;
    width: 22px;
    height: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0;
    line-height: 0;
}

.hero-arrow:hover {
    background: rgba(8, 24, 54, 0.7);
}

.hero-arrow-prev span::before,
.hero-arrow-next span::before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    border-top: 4px solid #ffffff;
    border-right: 4px solid #ffffff;
}

.hero-arrow-prev span::before {
    transform: rotate(-135deg);
}

.hero-arrow-next span::before {
    transform: rotate(45deg);
}

.hero-arrow-prev {
    left: 18px;
}

.hero-arrow-next {
    right: 18px;
}



.hero-content-template {
    width: min(760px, calc(100% - 48px));
    padding: 0;
    margin: 0 auto;
    text-shadow: 0 4px 18px rgba(0, 0, 0, 0.35);
    transform: translateY(-48px);
}

.hero-content-template .hero-label {
    margin-bottom: 16px;
    font-size: 0.86rem;
}

.hero-content-template h1,
.hero-content-template h2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 14px;
    font-size: clamp(2rem, 4.2vw, 3.35rem);
    line-height: 1.18;
    text-align: center;
}

.hero-title-line {
    display: inline-block;
    white-space: nowrap;
    word-break: keep-all;
}

.hero-content-template p {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 18px;
    max-width: 620px;
    font-size: 1rem;
}

.hero-banner-actions {
    justify-content: center;
}

.btn-banner-more {
    min-width: 132px;
    padding: 12px 28px;
    border: 1px solid rgba(255, 255, 255, 0.92);
    background: transparent;
    color: #ffffff;
    font-weight: 500;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.btn-banner-more:hover {
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
}

.hero-dots-template {
    justify-content: center;
    padding-top: 0;
    padding-bottom: 14px;
}

.home-intro-section,
.services-domain-section,
.mosaic-section,
.home-brand-section,
.home-products-section,
.case-section {
    padding-top: 56px;
    padding-bottom: 56px;
}

.home-intro-section {
    padding-top: 10px;
}

.intro-split {
    display: grid;
    grid-template-columns: 1.05fr 1fr;
    gap: 34px;
    align-items: center;
    background: #ffffff;
    border-radius: 10px;
    padding: 26px 28px;
}

.intro-image img {
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
}

.intro-copy h2 {
    margin: 0 0 14px;
    font-size: clamp(1.8rem, 3vw, 2.7rem);
}

.intro-copy p {
    margin: 0;
    color: var(--muted);
}

.services-domain-section {
    background: #f3f3f3 url("../images/0011.jpg") center top / contain no-repeat;
    padding-top: 16px;
    padding-bottom: 16px;
}

.service-domain-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.domain-card {
    background: #ffffff;
    padding: 0;
    overflow: hidden;
    border-radius: 6px;
    box-shadow: var(--shadow-soft);
}

.domain-card img {
    width: 100%;
    aspect-ratio: 3 / 4;
    object-fit: cover;
}

.domain-card h3 {
    margin: 0;
    padding: 12px 8px 16px;
    text-align: center;
    font-size: 0.98rem;
}

.mosaic-grid {
    display: grid;
    grid-template-columns: 1.05fr 1fr 0.82fr;
    grid-template-areas:
        "text primary side-top"
        "text primary side-bottom";
    grid-template-rows: repeat(2, minmax(0, 1fr));
    gap: 18px;
    min-height: 460px;
}

.mosaic-text-card,
.mosaic-image-card {
    overflow: hidden;
    border-radius: 8px;
    background: #ffffff;
}

.mosaic-text-card {
    grid-area: text;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 34px;
    background:
        linear-gradient(rgba(255, 255, 255, 0.68), rgba(255, 255, 255, 0.68)),
        url("/assets/images/000.jpg") center/cover no-repeat;
}

.mosaic-text-frame {
    position: relative;
    width: 100%;
    max-width: 340px;
    min-height: 230px;
}

.mosaic-text-frame img {
    position: absolute;
    inset: 0;
    width: 94%;
    height: 94%;
    object-fit: contain;
    object-position: center;
    pointer-events: none;
    user-select: none;
}

.mosaic-text-content {
    position: relative;
    z-index: 1;
    min-height: 230px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 30px 32px;
}

.mosaic-text-card h2 {
    margin: 0 0 16px;
    font-size: clamp(1.3rem, 3vw, 2.1rem);
    line-height: 1.25;
}

.mosaic-text-card p {
    margin: 0;
    color: var(--muted);
}

.mosaic-image-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.intro-image img,
.domain-card img,
.mosaic-image-card img,
.product-card img,
.case-card img,
.article-thumb img {
    transition: transform 0.35s ease;
}

.intro-image:hover img,
.domain-card:hover img,
.mosaic-image-card:hover img,
.product-card:hover img,
.case-card:hover img,
.article-card:hover .article-thumb img {
    transform: scale(1.05);
}

.mosaic-image-card-primary {
    grid-area: primary;
}

.mosaic-image-card-side-top {
    grid-area: side-top;
}

.mosaic-image-card-side-bottom {
    grid-area: side-bottom;
}

.brand-layout-card-full {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(243, 243, 243, 0) 52%, rgba(243, 243, 243, 0.96) 60%, rgba(243, 243, 243, 1) 100%),
        url("../images/xietu.jpg") left center / 100% auto no-repeat,
        #f3f3f3;
}

.brand-layout-card-full .home-shell {
    min-height: clamp(360px, 31.25vw, 600px);
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.brand-layout-copy {
    padding: 42px;
}

.brand-layout-copy-full {
    width: min(42%, 520px);
    padding: 48px 0;
}

.brand-layout-copy h2 {
    margin: 0 0 18px;
    font-size: clamp(1.4rem, 3vw, 2.1rem);
    line-height: 1.3;
}

.brand-layout-copy-full h2 {
    font-size: clamp(1.3rem, 2vw, 1.9rem);
    white-space: nowrap;
}

.brand-layout-copy p {
    margin: 0 0 14px;
    color: var(--muted);
}

.brand-layout-copy p:last-child {
    margin-bottom: 0;
}

.home-products-section .grid,
.case-grid {
    gap: 20px;
}

.case-section {
    background: #ffffff;
}

.case-card {
    border-radius: 8px;
}

.case-card img {
    aspect-ratio: 4 / 3;
}

.site-footer {
    background: #2f2f31;
    color: rgba(255, 255, 255, 0.78);
}

.site-footer h3,
.site-footer h4 {
    color: #ffffff;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr;
    gap: 32px;
    align-items: center;
    padding-top: 36px;
    padding-bottom: 36px;
}

.footer-hotline {
    display: flex;
    align-items: center;
    gap: 22px;
}

.footer-qr-box {
    width: 132px;
    height: 132px;
    flex: 0 0 132px;
    background: #ffffff;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

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

.footer-hotline-label {
    margin-bottom: 8px;
    color: #f0d29b;
    font-size: 1.4rem;
    line-height: 1.2;
}

.footer-hotline-number {
    color: #ffffff;
    font-size: clamp(2.4rem, 4vw, 3.35rem);
    font-weight: 800;
    line-height: 1;
}

.footer-hotline-time {
    margin-top: 10px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 1rem;
}

.footer-company p,
.footer-address p {
    margin: 0 0 10px;
    color: rgba(255, 255, 255, 0.72);
}

.footer-friend-links {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    padding-top: 0;
    padding-bottom: 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-friend-links-label {
    color: #ffffff;
    font-weight: 700;
    white-space: nowrap;
}

.footer-friend-links-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 16px;
}

.footer-friend-links-list a {
    color: rgba(255, 255, 255, 0.72);
    transition: color 0.2s ease;
}

.footer-friend-links-list a:hover {
    color: #ffffff;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding-top: 16px;
    padding-bottom: 16px;
    color: rgba(255, 255, 255, 0.6);
}

section {
    position: relative;
    padding: clamp(72px, 8vw, 110px) 0;
}

.hero-template {
    padding-top: 0;
    padding-bottom: 0;
}

.home-intro-section {
    padding-top: 10px;
}

.section-head {
    margin-bottom: 42px;
}

.section-head .eyebrow {
    display: inline-block;
    margin-bottom: 12px;
    color: var(--primary);
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    font-size: 0.82rem;
}

.section-head h2 {
    margin: 0 0 10px;
    font-size: clamp(1.9rem, 3.2vw, 3rem);
    line-height: 1.25;
}

.section-head p {
    max-width: 860px;
    margin: 0;
    color: var(--muted);
    font-size: 1.04rem;
}

.grid {
    display: grid;
    gap: clamp(20px, 2vw, 32px);
}

.grid-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.card {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: 26px;
    padding: 28px;
    box-shadow: var(--shadow-soft);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.card:hover,
.feature-box:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow);
    border-color: rgba(11, 99, 206, 0.16);
}

.service-card h3,
.advantage-card h3,
.article-card h3,
.info-card h3,
.faq-item h3,
.visual-service-card h3 {
    margin-top: 0;
    margin-bottom: 10px;
}

.service-card p,
.advantage-card p,
.article-card p,
.info-card p,
.faq-item p,
.visual-service-card p,
.product-meta li,
.timeline li {
    color: var(--muted);
}

.business-section,
.cta-section,
.about-summary,
.contact-section {
    background: linear-gradient(180deg, var(--bg-soft) 0%, var(--bg) 100%);
}

.feature-box {
    border-radius: 30px;
    overflow: hidden;
    background: var(--white);
    border: 1px solid rgba(11, 99, 206, 0.08);
    box-shadow: var(--shadow-soft);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.feature-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.feature-box .content {
    padding: clamp(28px, 3vw, 42px);
}

.product-card {
    overflow: hidden;
    padding: 0;
}

.visual-card-grid {
    align-items: stretch;
}

.visual-service-card {
    overflow: hidden;
    padding: 0;
}

.visual-service-card img {
    width: 100%;
    aspect-ratio: 16 / 11;
    object-fit: cover;
}

.visual-service-card .content {
    padding: 24px;
}

.center-head {
    text-align: center;
}

.center-head p {
    margin-left: auto;
    margin-right: auto;
}

.case-section {
    background: linear-gradient(180deg, #f7fbff 0%, #eef5ff 100%);
}

.case-grid {
    align-items: stretch;
}

.case-card {
    overflow: hidden;
    padding: 0;
}

.case-card img {
    width: 100%;
    aspect-ratio: 16 / 11;
    object-fit: cover;
}

.case-card .content {
    padding: 24px;
}

.case-tag {
    display: inline-flex;
    align-items: center;
    margin-bottom: 12px;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(11, 99, 206, 0.08);
    color: var(--primary);
    font-size: 0.9rem;
    font-weight: 700;
}

.brand-story-hero {
    position: relative;
    min-height: 560px;
}

.brand-story-hero > img {
    width: 100%;
    height: 100%;
    min-height: 560px;
    object-fit: cover;
    object-position: left center;
}

.brand-story-panel {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: min(42%, 620px);
    display: flex;
    align-items: center;
    padding: clamp(28px, 3vw, 44px);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0.86) 14%, rgba(255, 255, 255, 0.97) 100%);
}

.brand-story-panel .content {
    padding: 0;
}

.brand-story-panel .section-head {
    margin-bottom: 20px;
}

.brand-story-text p {
    margin: 0 0 16px;
    color: #46586f;
    font-size: 1rem;
}

.brand-story-text p:last-child {
    margin-bottom: 0;
}

.news-list > .card,
.cta-section .feature-box,
.about-summary .feature-box,
.business-section .product-card {
    box-shadow: var(--shadow-soft);
}

.product-card img {
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
}

.product-card .content {
    padding: 26px;
}

.tag-list,
.meta-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 16px;
}

.tag,
.meta-pill {
    display: inline-flex;
    align-items: center;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(11, 99, 206, 0.08);
    color: var(--primary);
    font-size: 0.92rem;
    font-weight: 700;
}

.page-hero {
    background: linear-gradient(135deg, #072354, #0b63ce 60%, #1e8fff);
    color: var(--white);
    padding: clamp(82px, 10vw, 120px) 0;
}

.product-meta,
.timeline,
.faq-list,
.contact-list {
    margin: 0;
    padding-left: 18px;
}

.news-list {
    display: grid;
    gap: 22px;
}

.article-card {
    display: grid;
    grid-template-columns: 180px 1fr;
    gap: 28px;
    align-items: center;
}

.article-thumb {
    width: 100%;
    aspect-ratio: 4 / 3;
    border-radius: 18px;
    overflow: hidden;
}

.article-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.article-meta {
    color: var(--primary);
    font-size: 0.92rem;
    font-weight: 700;
}

.article-content {
    max-width: 860px;
}

.article-content h2,
.article-content h3,
.article-content h4 {
    margin-top: 1.5em;
}

.article-content p {
    color: #33465b;
}

.faq-item {
    padding: 22px 24px;
}

.faq-item p {
    margin-bottom: 0;
}

.contact-box {
    padding: 0;
    overflow: hidden;
}

.contact-box .content {
    padding: 28px;
}

.site-footer {
    background: #071b3d;
    color: rgba(255, 255, 255, 0.84);
    padding-top: 68px;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.3fr 1fr 1fr;
    gap: 34px;
    padding-bottom: 44px;
}

.footer-grid h3,
.footer-grid h4 {
    color: var(--white);
    margin-top: 0;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    padding: 22px 0;
}

.footer-bottom-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.footer-copyright {
    text-align: left;
}

.footer-icp {
    margin-left: auto;
    text-align: right;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.stat-card {
    padding: 22px;
    border-radius: 20px;
    background: linear-gradient(180deg, #ffffff, #eef5ff);
    border: 1px solid var(--border);
}

.stat-card strong {
    display: block;
    margin-top: 8px;
    font-size: 2rem;
    color: var(--primary-dark);
}

.empty-state {
    padding: 24px;
    border-radius: 18px;
    background: #f9fbfe;
    border: 1px dashed var(--border);
    color: var(--muted);
}

.template-banner {
    padding: 0;
    background: #ececec;
}

.template-banner img {
    width: 100%;
    height: 320px;
    object-fit: cover;
}

.template-page {
    padding: 44px 0 78px;
    background: #efefef;
}

.template-page .container {
    width: min(1180px, calc(100% - 48px));
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
}

.template-head {
    margin-bottom: 34px;
}

.template-head h1,
.template-head h2 {
    margin: 0 0 10px;
    color: #4c4c4c;
    font-size: clamp(2rem, 3vw, 2.8rem);
    line-height: 1.2;
    font-weight: 500;
}

.template-head p {
    margin: 0;
    color: #8a8a8a;
    font-size: 0.95rem;
}

.page-freshness {
    margin-top: 12px;
    color: #9aa4ad;
    font-size: 0.88rem;
}

.template-cases .template-head {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}

.cases-gallery {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.cases-gallery-item {
    overflow: hidden;
    background: #ffffff;
}

.cases-gallery-item img {
    width: 100%;
    aspect-ratio: 1 / 0.82;
    object-fit: cover;
}

.brand-mosaic-grid {
    display: grid;
    grid-template-columns: 0.9fr 1fr 0.9fr;
    grid-template-areas:
        "text main side-top"
        "text main side-bottom";
    gap: 4px;
    margin-bottom: 44px;
}

.brand-mosaic-text,
.brand-mosaic-main,
.brand-mosaic-side {
    overflow: hidden;
    background: #ffffff;
    min-height: 210px;
}

.brand-mosaic-text {
    grid-area: text;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 40px 34px;
    background:
        linear-gradient(rgba(255, 255, 255, 0.84), rgba(255, 255, 255, 0.84)),
        url("../images/000.jpg") center/cover no-repeat;
}

.brand-mosaic-text h2 {
    margin: 0 0 12px;
    color: #4b4b4b;
    font-size: clamp(2rem, 3vw, 2.85rem);
    line-height: 1.28;
    font-weight: 500;
}

.brand-mosaic-text p {
    margin: 0;
    color: #8d8d8d;
    font-size: 0.9rem;
}

.brand-mosaic-main {
    grid-area: main;
}

.brand-mosaic-side:nth-of-type(3) {
    grid-area: side-top;
}

.brand-mosaic-side:nth-of-type(4) {
    grid-area: side-bottom;
}

.brand-mosaic-main img,
.brand-mosaic-side img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.brand-belief-split {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    align-items: stretch;
    background: #f3f0f1;
}

.brand-belief-image img {
    width: 100%;
    height: 100%;
    min-height: 300px;
    object-fit: cover;
}

.brand-belief-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 44px 48px;
}

.brand-belief-copy h2 {
    margin: 0 0 20px;
    color: #4d4d4d;
    font-size: clamp(1.9rem, 2.8vw, 2.7rem);
    line-height: 1.35;
    font-weight: 500;
}

.brand-belief-copy p {
    margin: 0 0 14px;
    color: #848484;
    font-size: 0.95rem;
    line-height: 1.95;
}

.brand-belief-copy p:last-child {
    margin-bottom: 0;
}

.brand-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 37px;
    padding: 56px 12px 0;
}

.brand-stat-item {
    text-align: center;
}

.brand-stat-item strong {
    display: block;
    margin-bottom: 8px;
    color: #11b6c8;
    font-size: clamp(2.3rem, 4vw, 3.7rem);
    line-height: 1;
    font-weight: 700;
}

.brand-stat-item span {
    color: #8a8a8a;
    font-size: 0.95rem;
}

.settlement-service-block {
    margin-top: 24px;
}

.settlement-service-intro {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-bottom: 22px;
}

.settlement-service-card,
.settlement-service-panel,
.settlement-faq-item {
    background: #ffffff;
    border-radius: 18px;
    box-shadow: 0 14px 34px rgba(26, 39, 68, 0.08);
}

.settlement-service-card,
.settlement-service-panel {
    padding: 28px 30px;
}

.settlement-service-card h3,
.settlement-service-panel h3 {
    margin: 0 0 12px;
    font-size: 1.18rem;
    color: #30384f;
}

.settlement-service-card p,
.settlement-faq-item p {
    margin: 0;
    color: #6f7583;
    line-height: 1.9;
}

.home-payment-service-section {
    padding-top: 20px;
}

.payment-service-grid {
    align-items: stretch;
}

.payment-service-card img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.payment-service-card .content {
    display: grid;
    gap: 14px;
}

.payment-service-card h2,
.payment-service-card h3,
.payment-feature-card h2,
.payment-detail-copy h2,
.cross-border-card-copy h2,
.international-service-card h2 {
    margin: 0;
    color: #374151;
    font-size: 1.3rem;
}

.payment-service-card p,
.payment-feature-card p,
.payment-detail-copy p,
.cross-border-card-copy p,
.international-service-card p,
.international-qualification-card p {
    margin: 0;
    color: #6b7280;
}

.home-payment-service-action,
.cross-border-action {
    margin-top: 28px;
    text-align: center;
}

.payment-feature-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 18px;
    margin-bottom: 34px;
}

.payment-feature-card {
    min-height: 100%;
    display: grid;
    justify-items: center;
    gap: 12px;
    text-align: center;
    padding: 24px 18px;
}

.payment-feature-icon {
    width: 72px;
    height: 72px;
    object-fit: contain;
}

.payment-feature-card .content {
    display: grid;
    gap: 10px;
}

.payment-feature-lines {
    display: grid;
    gap: 4px;
}

.payment-feature-lines p {
    margin: 0;
    color: #6b7280;
    font-size: 0.92rem;
    line-height: 1.65;
}

.payment-detail-stack {
    display: grid;
    gap: 24px;
}

.payment-detail-row,
.cross-border-card,
.payment-wide-card {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
    align-items: center;
    padding: 28px;
    background: #ffffff;
    border-radius: 24px;
    box-shadow: 0 14px 34px rgba(26, 39, 68, 0.08);
}

.payment-detail-row.reverse .payment-detail-image,
.cross-border-card.reverse .cross-border-card-image {
    order: 2;
}

.payment-detail-row.reverse .payment-detail-copy,
.cross-border-card.reverse .cross-border-card-copy {
    order: 1;
}

.payment-detail-image img,
.cross-border-card-image img,
.payment-wide-image img {
    width: 100%;
    border-radius: 18px;
    object-fit: cover;
}

.payment-detail-image img {
    background: #f6f7fb;
}

.payment-wide-card {
    margin-top: 28px;
}

.payment-bullet-list {
    margin: 16px 0 0;
    padding-left: 18px;
    color: #4b5563;
}

.payment-bullet-list li + li {
    margin-top: 8px;
}

.payment-detail-list {
    margin-top: 14px;
}

.payment-detail-list li {
    line-height: 1.9;
}

.payment-cta-banner {
    margin: 34px 0;
    overflow: hidden;
    border-radius: 24px;
    box-shadow: 0 14px 34px rgba(26, 39, 68, 0.08);
}

.payment-cta-banner img {
    width: 100%;
    aspect-ratio: 16 / 5;
    object-fit: cover;
}

.payment-scene-card,
.international-qualification-card {
    text-align: center;
}

.cross-border-grid {
    display: grid;
    gap: 24px;
}

.international-service-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    margin-bottom: 40px;
}

.international-service-card,
.international-qualification-card {
    min-height: 100%;
}

.international-service-card {
    display: grid;
    justify-items: center;
    gap: 12px;
    text-align: center;
}

.international-service-icon {
    width: 88px;
    height: 88px;
    object-fit: contain;
    margin-top: 8px;
}

.international-service-card .content {
    display: grid;
    gap: 8px;
}

.international-qualification-hero {
    margin: 0 auto 40px;
    max-width: 1040px;
}

.international-qualification-hero img {
    width: 100%;
    border-radius: 24px;
    box-shadow: 0 16px 38px rgba(26, 39, 68, 0.08);
}

.international-scene-row {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 14px;
}

.international-scene-card {
    position: relative;
    aspect-ratio: 229 / 160;
    overflow: hidden;
    border-radius: 4px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: 0 12px 24px rgba(26, 39, 68, 0.08);
}

.international-scene-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: linear-gradient(180deg, rgba(8, 20, 39, 0.12), rgba(8, 20, 39, 0.48));
}

.international-scene-icon {
    width: 32px;
    height: 32px;
    object-fit: contain;
}

.international-scene-title {
    color: #ffffff;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0.04em;
}

.settlement-step-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 16px;
}

.settlement-step-item {
    min-height: 150px;
    padding: 22px 18px;
    border-radius: 16px;
    background: #f7f8fb;
}

.settlement-step-item span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    margin-bottom: 14px;
    border-radius: 50%;
    background: #1d4e89;
    color: #ffffff;
    font-weight: 700;
}

.settlement-step-item p {
    margin: 0;
    color: #58606f;
    line-height: 1.8;
}

.settlement-faq-list {
    display: grid;
    gap: 16px;
}

.settlement-faq-item {
    padding: 22px 24px;
}

.settlement-faq-item h4 {
    margin: 0 0 10px;
    font-size: 1.02rem;
    color: #30384f;
}

.template-news .template-head {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
}

.news-category-switch {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin: 28px 0 34px;
}

.news-category-switch-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 98px;
    min-height: 40px;
    padding: 0 18px;
    border: 1px solid rgba(18, 180, 200, 0.2);
    border-radius: 999px;
    color: #6f7c87;
    background: #ffffff;
    transition: all 0.25s ease;
}

.news-category-switch-link:hover,
.news-category-switch-link.active {
    border-color: #12b4c8;
    color: #ffffff;
    background: #12b4c8;
}

.news-feature {
    display: grid;
    grid-template-columns: 340px 1fr;
    gap: 28px;
    align-items: center;
    margin-bottom: 18px;
}

.news-feature-image img {
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
}

.news-feature-content h2 {
    margin: 0 0 12px;
    color: #555555;
    font-size: clamp(1.65rem, 2.5vw, 2.4rem);
    line-height: 1.35;
    font-weight: 500;
}

.news-feature-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 18px;
    margin-bottom: 12px;
    color: #999999;
    font-size: 0.9rem;
}

.news-feature-content p {
    margin: 0;
    color: #8f8f8f;
    font-size: 0.95rem;
    line-height: 1.95;
}

.news-feature-link {
    display: inline-block;
    margin-top: 18px;
    color: #6f7c87;
    font-size: 0.92rem;
}

.news-timeline {
    margin-top: 14px;
}

.news-timeline-item {
    display: grid;
    grid-template-columns: 108px 16px 1fr;
    gap: 18px;
    align-items: start;
    padding: 14px 0;
}

.news-timeline-date {
    color: #989898;
    font-size: 0.9rem;
    line-height: 1.7;
}

.news-timeline-dot {
    position: relative;
    width: 8px;
    height: 8px;
    margin-top: 8px;
    border-radius: 50%;
    background: #b7b7b7;
}

.news-timeline-dot::after {
    content: "";
    position: absolute;
    top: 12px;
    left: 50%;
    width: 1px;
    height: calc(100% + 34px);
    background: #dddddd;
    transform: translateX(-50%);
}

.news-timeline-item:last-child .news-timeline-dot::after {
    display: none;
}

.news-timeline-body h3 {
    margin: 0 0 6px;
    color: #666666;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.7;
}

.news-timeline-body p {
    margin: 0;
    color: #9a9a9a;
    font-size: 0.9rem;
    line-height: 1.9;
}

.template-search-note {
    margin-top: 22px;
    color: #8f8f8f;
    font-size: 0.9rem;
    text-align: right;
}

.template-search-note a {
    color: #12b4c8;
}

.news-pagination {
    margin-top: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
}

.news-pagination-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 96px;
    min-height: 42px;
    padding: 0 18px;
    border: 1px solid rgba(18, 180, 200, 0.28);
    color: #12b4c8;
    background: #ffffff;
    transition: all 0.25s ease;
}

.news-pagination-link:hover {
    border-color: #12b4c8;
    background: #12b4c8;
    color: #ffffff;
}

.news-pagination-link.disabled {
    border-color: #dfdfdf;
    color: #b3b3b3;
    background: #f7f7f7;
    pointer-events: none;
}

.news-pagination-status {
    color: #7d7d7d;
    font-size: 0.95rem;
}

.template-article-detail .container {
    width: min(1320px, calc(100% - 48px));
}

.article-detail-card {
    padding: 0;
    background: transparent;
}

.article-detail-head {
    max-width: 1240px;
    margin: 0 auto 26px;
}

.article-detail-head h1 {
    margin: 0 0 22px;
    color: #555555;
    font-size: clamp(1.9rem, 2.8vw, 2.7rem);
    line-height: 1.35;
    font-weight: 500;
}

.article-detail-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 14px 20px;
    color: #a0a0a0;
    font-size: 0.9rem;
}

.article-detail-body {
    max-width: 1240px;
    margin: 0 auto;
    color: #868686;
    font-size: 0.92rem;
    line-height: 2.05;
    word-break: break-word;
}

.article-detail-body p {
    margin: 0 0 14px;
}

.article-detail-faq-list {
    margin-top: 0;
}

.article-detail-footer {
    max-width: 1240px;
    margin: 34px auto 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.article-detail-nav {
    color: #8d8d8d;
    font-size: 0.92rem;
}

.article-detail-nav-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.article-detail-nav-label {
    color: #7e7e7e;
}

.article-detail-nav a {
    color: #8d8d8d;
}

.article-detail-share {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #8f8f8f;
    font-size: 0.9rem;
}

.share-icon {
    width: 24px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #ffffff;
    font-size: 0.72rem;
    line-height: 1;
}

.share-wechat {
    background: #64c654;
}

.share-weibo {
    background: #ef534f;
}

.share-qzone {
    background: #ffb320;
}

.share-qq {
    background: #35b74c;
}

.share-renren {
    background: #3d78e3;
}

.about-intro {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
    margin-bottom: 48px;
    background: #ffffff;
}

.about-intro-image img {
    width: 100%;
    height: 100%;
    min-height: 300px;
    object-fit: cover;
}

.about-intro-copy {
    padding: 40px 42px;
}

.about-intro-copy h1 {
    margin: 0 0 10px;
    color: #4d4d4d;
    font-size: clamp(2rem, 3vw, 2.8rem);
    line-height: 1.2;
    font-weight: 500;
}

.about-intro-lead {
    margin: 0 0 18px;
    color: #707070;
    font-size: 1rem;
}

.about-intro-copy p {
    margin: 0;
    color: #8b8b8b;
    font-size: 0.95rem;
    line-height: 1.95;
}

.about-contact-meta {
    display: grid;
    gap: 8px;
    margin-top: 20px;
    color: #7f8b94;
    font-size: 0.92rem;
}

.about-service-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    margin-bottom: 54px;
}

.about-service-card {
    text-align: center;
}

.about-service-card img {
    width: 100%;
    aspect-ratio: 3 / 4;
    object-fit: cover;
}

.about-service-card h3 {
    margin: 10px 0 0;
    color: #7c7c7c;
    font-size: 0.92rem;
    font-weight: 500;
}

.about-advantage-head {
    margin-bottom: 18px;
}

.about-advantage-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 28px;
}

.about-advantage-item {
    text-align: center;
}

.about-advantage-item h3 {
    margin: 0 0 12px;
    color: #11b6c8;
    font-size: 1.15rem;
    font-weight: 600;
}

.about-advantage-item p {
    margin: 0;
    color: #8c8c8c;
    font-size: 0.92rem;
    line-height: 1.9;
}

.customer-service-widget {
    position: fixed;
    right: 12px;
    top: calc(38% - 150px);
    z-index: 120;
}

.customer-service-trigger {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: none;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    cursor: pointer;
    transition: opacity 0.2s ease, visibility 0.2s ease;
}

.customer-service-trigger-image {
    display: block;
    width: 95px;
    height: auto;
    filter: drop-shadow(0 14px 30px rgba(11, 99, 206, 0.26));
}

.customer-service-panel {
    position: fixed;
    right: 24px;
    bottom: 24px;
    width: min(380px, calc(100vw - 28px));
    max-height: calc(100vh - 24px);
    display: block;
    padding: 0;
    overflow: hidden;
    border: 1px solid rgba(11, 99, 206, 0.16);
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 24px 64px rgba(7, 27, 61, 0.2);
}

.customer-service-panel[hidden] {
    display: none !important;
}

.customer-service-widget.customer-service-open .customer-service-trigger {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.customer-service-panel-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    padding: 16px 18px;
    background: linear-gradient(135deg, #082a60, #0b63ce);
    color: #ffffff;
}

.customer-service-panel-subtitle {
    margin-top: 4px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.84rem;
}

.customer-service-close {
    width: 32px;
    height: 32px;
    border: none;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.16);
    color: #ffffff;
    font-size: 1.2rem;
    line-height: 1;
    cursor: pointer;
}

.customer-service-messages {
    max-height: min(420px, calc(100vh - 250px));
    padding: 18px;
    overflow-y: auto;
    background: linear-gradient(180deg, #f8fbff 0%, #f3f8ff 100%);
}

.customer-service-message + .customer-service-message {
    margin-top: 14px;
}

.customer-service-message-user {
    text-align: right;
}

.customer-service-message-name {
    margin-bottom: 6px;
    color: #7d8ea5;
    font-size: 0.82rem;
}

.customer-service-message-bubble {
    display: inline-block;
    max-width: 92%;
    padding: 12px 14px;
    border-radius: 14px;
    background: #ffffff;
    color: #30445f;
    font-size: 0.92rem;
    line-height: 1.75;
    text-align: left;
    white-space: pre-wrap;
    box-shadow: 0 10px 24px rgba(11, 63, 130, 0.08);
}

.customer-service-message-text {
    white-space: pre-wrap;
}

.customer-service-message-user .customer-service-message-bubble {
    background: #0b63ce;
    color: #ffffff;
}

.customer-service-attachment-image-link {
    display: block;
    margin-top: 10px;
}

.customer-service-attachment-image {
    display: block;
    max-width: 220px;
    width: 100%;
    border-radius: 12px;
    border: 1px solid rgba(11, 99, 206, 0.12);
    background: #ffffff;
}

.customer-service-attachment-file {
    display: inline-flex;
    align-items: center;
    margin-top: 10px;
    padding: 8px 12px;
    border-radius: 999px;
    background: #edf4ff;
    color: #0b63ce;
    font-size: 0.85rem;
    font-weight: 700;
}

.customer-service-suggestions {
    padding: 14px 18px 8px;
    border-top: 1px solid #e6eef8;
    background: #ffffff;
}

.customer-service-suggestion-list {
    max-height: 76px;
    overflow: hidden;
}

.customer-service-suggestions-title {
    margin-bottom: 10px;
    color: #5d7089;
    font-size: 0.86rem;
    font-weight: 700;
}

.customer-service-suggestion-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.customer-service-suggestion {
    padding: 8px 12px;
    border: 1px solid #d9e6f5;
    border-radius: 999px;
    background: #f7fbff;
    color: #34639f;
    font-size: 0.86rem;
    cursor: pointer;
    transition: all 0.2s ease;
}

.customer-service-suggestion:hover {
    border-color: #0b63ce;
    color: #0b63ce;
}

.customer-service-form {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 10px;
    padding: 14px 18px 10px;
    border-top: 1px solid #e6eef8;
    background: #ffffff;
}

.customer-service-input {
    width: 100%;
    min-width: 0;
    padding: 12px 14px;
    border: 1px solid #d6e3f3;
    border-radius: 12px;
    outline: none;
    font: inherit;
}

.customer-service-input:focus {
    border-color: #0b63ce;
    box-shadow: 0 0 0 3px rgba(11, 99, 206, 0.12);
}

.customer-service-send {
    min-width: 76px;
    padding: 0 18px;
    border: none;
    border-radius: 12px;
    background: #0b63ce;
    color: #ffffff;
    font-weight: 700;
    cursor: pointer;
}

.customer-service-send:disabled {
    cursor: wait;
    opacity: 0.7;
}

.customer-service-footnote {
    padding: 0 18px 12px;
    color: #7d8ea5;
    font-size: 0.82rem;
    background: #ffffff;
}

@media (max-width: 992px) {
    .home-shell {
        width: 100%;
    }

    .intro-split,
    .brand-layout-card {
        grid-template-columns: 1fr;
    }

    .service-domain-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mosaic-grid {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto;
    }

    .mosaic-text-card {
        grid-column: 1 / -1;
        grid-row: auto;
    }

    .mosaic-text-frame {
        max-width: 100%;
    }


    .brand-layout-copy {
        padding: 30px;
    }

    .brand-layout-copy-full h2 {
        white-space: normal;
    }

    .hero-layout {
        grid-template-columns: 1fr;
    }

    .hero-visual {
        justify-content: center;
        padding-bottom: 30px;
    }

    .hero-metrics {
        grid-template-columns: 1fr;
    }

    .brand-story-hero {
        min-height: auto;
    }

    .brand-story-hero > img {
        min-height: 320px;
    }

    .brand-story-panel {
        position: static;
        width: 100%;
        padding: 28px;
        background: #ffffff;
    }

    .grid-4,
    .grid-3,
    .grid-2,
    .stats-grid,
    .footer-grid {
        grid-template-columns: 1fr 1fr;
    }

    .article-card {
        grid-template-columns: 1fr;
    }

    .template-banner img {
        height: 240px;
    }

    .cases-gallery,
    .about-service-grid,
    .about-advantage-grid,
    .brand-stats,
    .settlement-step-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .brand-mosaic-grid,
    .brand-belief-split,
    .about-intro,
    .news-feature {
        grid-template-columns: 1fr;
    }

    .brand-mosaic-grid {
        grid-template-areas:
            "text"
            "main"
            "side-top"
            "side-bottom";
    }

    .brand-mosaic-main,
    .brand-mosaic-side {
        min-height: 260px;
    }

    .news-timeline-item {
        grid-template-columns: 100px 16px 1fr;
    }

    .settlement-service-intro {
        grid-template-columns: 1fr;
    }

    .article-detail-footer {
        flex-direction: column;
        align-items: flex-start;
    }

    .footer-bottom-inner {
        flex-direction: column;
        align-items: flex-start;
    }

    .footer-friend-links {
        flex-direction: column;
    }

    .footer-icp {
        margin-left: 0;
        text-align: left;
    }
}

@media (max-width: 768px) {
    .hero-template,
    .hero-slide-template,
    .hero-center,
    .hero-template .hero-slider,
    .hero-slide {
        min-height: 320px;
        height: 320px;
    }

    .hero-arrow {
        width: 36px;
        height: 36px;
    }

    .hero-arrow span {
        width: 12px;
        height: 12px;
    }

    .hero-arrow-prev span::before,
    .hero-arrow-next span::before {
        width: 8px;
        height: 8px;
        border-top-width: 2px;
        border-right-width: 2px;
    }

    .hero-arrow-prev {
        left: 10px;
    }

    .hero-arrow-next {
        right: 10px;
    }

    .hero-mini-nav {
        position: static;
        transform: none;
        margin-bottom: 20px;
    }

    .hero-content-template {
        padding: 72px 0 40px;
    }

    .service-domain-grid,
    .mosaic-grid {
        grid-template-columns: 1fr;
    }

    .intro-split,
    .brand-layout-card,
    .mosaic-text-card {
        padding: 18px;
    }

    .mosaic-text-content {
        padding: 24px 24px 24px 26px;
    }


    .brand-layout-copy {
        padding: 22px 18px 24px;
    }

    .mobile-nav-toggle {
        display: inline-flex;
    }

    .main-nav {
        position: absolute;
        top: 78px;
        left: 16px;
        right: 16px;
        display: none;
        flex-direction: column;
        padding: 18px;
        background: var(--white);
        border-radius: 18px;
        box-shadow: var(--shadow);
    }

    .main-nav.open {
        display: flex;
    }

    .nav-item-group::after {
        display: none;
    }

    .nav-dropdown {
        position: static;
        min-width: 0;
        padding: 8px 0 0 14px;
        border: none;
        border-left: 2px solid rgba(11, 99, 206, 0.16);
        border-radius: 0;
        box-shadow: none;
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: none;
        gap: 6px;
    }

    .payment-detail-row,
    .cross-border-card,
    .payment-wide-card,
    .international-service-grid {
        grid-template-columns: 1fr;
    }

    .payment-detail-row.reverse .payment-detail-image,
    .cross-border-card.reverse .cross-border-card-image,
    .payment-detail-row.reverse .payment-detail-copy,
    .cross-border-card.reverse .cross-border-card-copy {
        order: initial;
    }

    .payment-detail-row,
    .cross-border-card,
    .payment-wide-card {
        padding: 20px;
        gap: 18px;
    }

    .payment-cta-banner img {
        aspect-ratio: 16 / 7;
    }

    .payment-feature-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .international-scene-row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hero-content {
        padding: 72px 0 30px;
        width: 100%;
    }

    section {
        padding: 64px 0;
    }

    .container {
        padding-left: 16px;
        padding-right: 16px;
    }

    .grid-4,
    .grid-3,
    .grid-2,
    .stats-grid,
    .footer-grid {
        grid-template-columns: 1fr;
    }

    .footer-friend-links {
        gap: 10px;
    }

    .template-page {
        padding: 34px 0 56px;
    }

    .template-page .container {
        width: calc(100% - 32px);
    }

    .template-banner img {
        height: 180px;
    }

    .cases-gallery,
    .about-service-grid,
    .about-advantage-grid,
    .brand-stats,
    .settlement-step-grid {
        grid-template-columns: 1fr;
    }

    .brand-mosaic-text,
    .brand-belief-copy,
    .about-intro-copy {
        padding: 24px 20px;
    }

    .news-timeline-item {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .news-timeline-dot {
        display: none;
    }

    .template-search-note {
        text-align: left;
    }

    .news-pagination {
        justify-content: flex-start;
    }

    .article-detail-head h1 {
        margin-bottom: 16px;
    }

    .article-detail-footer {
        gap: 14px;
    }

    .article-detail-share {
        flex-wrap: wrap;
    }

    .customer-service-widget {
        right: 12px;
        top: auto;
        bottom: 96px;
    }

    .customer-service-trigger {
        padding: 0;
    }

    .customer-service-trigger-image {
        width: 85px;
    }

    .customer-service-panel {
        right: 0;
        bottom: 16px;
        width: min(360px, calc(100vw - 24px));
        max-height: calc(100vh - 20px);
    }

    .customer-service-messages {
        max-height: min(320px, calc(100vh - 220px));
    }

    .customer-service-form {
        grid-template-columns: 1fr;
    }

    .customer-service-send {
        min-height: 44px;
    }
}
