:root {
    --ct-blue: #2b79f6;
    --ct-blue-dark: #1458d8;
    --ct-blue-soft: #edf5ff;
    --ct-cyan: #35c6ef;
    --ct-ink: #14213d;
    --ct-muted: #6f7f99;
    --ct-line: #dce8f8;
    --ct-soft: #f5f9ff;
    --ct-white: #fff;
    --ct-shadow: 0 24px 70px rgba(27, 78, 155, .13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.wx-contact-page { min-width: 320px; overflow-x: clip; background: #fff; color: var(--ct-ink); font-family: "Microsoft YaHei", "PingFang SC", Arial, sans-serif; }
.wx-contact-page a { text-decoration: none; }
.ct-container { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.ct-nav-toggle { display: none; }

/* Header */
.wx-contact-page #nav { position: sticky; top: 0; z-index: 1100; }
.wx-contact-page #nav .pull-right > a.item[href="/aboutus/"],
.wx-contact-page #nav .pull-right > a.item[href="/aboutus/contact/"] { position: relative; color: #fff; }
.wx-contact-page #nav .pull-right > a.item[href="/aboutus/"]::after,
.wx-contact-page #nav .pull-right > a.item[href="/aboutus/contact/"]::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 16px;
    left: 0;
    height: 3px;
    border-radius: 3px;
    background: #fff;
}
.wx-contact-page #nav.wx-nav--scrolled .pull-right > a.item[href="/aboutus/"],
.wx-contact-page #nav.wx-nav--scrolled .pull-right > a.item[href="/aboutus/contact/"] { color: var(--ct-blue); }
.wx-contact-page #nav.wx-nav--scrolled .pull-right > a.item[href="/aboutus/"]::after,
.wx-contact-page #nav.wx-nav--scrolled .pull-right > a.item[href="/aboutus/contact/"]::after { background: var(--ct-blue); }

/* Hero */
.ct-hero {
    position: relative;
    min-height: 650px;
    overflow: hidden;
    background:
        radial-gradient(circle at 82% 20%, rgba(89, 190, 255, .72), transparent 30%),
        radial-gradient(circle at 7% 85%, rgba(42, 112, 246, .55), transparent 32%),
        linear-gradient(118deg, #145cde 0%, #267bf5 52%, #3a9bfd 100%);
    color: #fff;
}
.ct-hero::before,
.ct-hero::after { content: ""; position: absolute; border: 1px solid rgba(255,255,255,.14); border-radius: 50%; pointer-events: none; }
.ct-hero::before { width: 520px; height: 520px; top: -300px; left: -120px; }
.ct-hero::after { width: 720px; height: 720px; right: -360px; bottom: -530px; }
.ct-hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; gap: 82px; min-height: 650px; padding: 72px 0 104px; }
.ct-eyebrow { display: inline-flex; align-items: center; gap: 12px; margin-bottom: 22px; color: rgba(255,255,255,.78); font-size: 12px; font-weight: 800; letter-spacing: 2.3px; }
.ct-eyebrow::before { content: ""; width: 34px; height: 3px; border-radius: 3px; background: #ffad34; }
.ct-hero-copy h1 { margin: 0; color: #fff; font-size: 54px; line-height: 1.22; font-weight: 800; letter-spacing: -2px; }
.ct-hero-copy h1 span { color: #bfeaff; }
.ct-hero-copy > p { max-width: 610px; margin: 25px 0 0; color: rgba(255,255,255,.78); font-size: 17px; line-height: 1.9; }
.ct-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.ct-btn { display: inline-flex; min-width: 150px; height: 50px; align-items: center; justify-content: center; padding: 0 24px; border: 1px solid rgba(255,255,255,.42); border-radius: 8px; color: #fff; font-size: 15px; font-weight: 700; transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease; }
.ct-btn:hover { transform: translateY(-2px); }
.ct-btn--primary { border-color: #ffab32; background: #ff9f21; box-shadow: 0 14px 30px rgba(155, 92, 8, .22); }
.ct-btn--ghost { background: rgba(255,255,255,.08); }
.ct-hero-note { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 27px; color: rgba(255,255,255,.75); font-size: 13px; }
.ct-hero-note span { display: inline-flex; align-items: center; gap: 8px; }
.ct-hero-note span::before { content: ""; width: 7px; height: 7px; border: 2px solid rgba(255,255,255,.7); border-radius: 50%; }

.ct-console { position: relative; padding: 26px; border: 1px solid rgba(255,255,255,.22); border-radius: 24px; background: rgba(12, 66, 167, .52); box-shadow: 0 28px 70px rgba(0, 39, 128, .24); }
.ct-console-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 20px; }
.ct-console-brand { display: flex; align-items: center; gap: 13px; }
.ct-console-brand b { display: inline-flex; width: 44px; height: 44px; align-items: center; justify-content: center; border-radius: 13px; background: rgba(255,255,255,.16); color: #fff; font-size: 18px; }
.ct-console-brand span { display: block; }
.ct-console-brand strong { display: block; margin-bottom: 4px; color: #fff; font-size: 18px; }
.ct-console-brand small { color: rgba(255,255,255,.65); font-size: 12px; }
.ct-status { display: inline-flex; align-items: center; gap: 7px; color: #dfffee; font-size: 12px; }
.ct-status::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: #53eaa5; box-shadow: 0 0 0 5px rgba(83,234,165,.13); }
.ct-console-main { padding: 22px; border-radius: 18px; background: #fff; color: var(--ct-ink); }
.ct-console-main > span { color: #8b98ad; font-size: 12px; }
.ct-console-main h3 { margin: 8px 0 18px; font-size: 25px; }
.ct-route { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.ct-route div { min-height: 98px; padding: 16px 13px; border: 1px solid #e5eefb; border-radius: 13px; background: #f7faff; }
.ct-route b { display: flex; width: 28px; height: 28px; align-items: center; justify-content: center; margin-bottom: 11px; border-radius: 9px; background: #e4efff; color: var(--ct-blue); font-size: 11px; }
.ct-route strong { display: block; margin-bottom: 3px; font-size: 14px; }
.ct-route small { color: #8a98ac; font-size: 11px; }
.ct-console-foot { display: flex; justify-content: space-between; margin-top: 16px; padding-top: 16px; border-top: 1px solid #edf2f8; color: #7d8ba2; font-size: 12px; }
.ct-console-foot b { color: var(--ct-blue); }
.ct-float { position: absolute; right: -26px; bottom: -28px; width: 164px; padding: 16px 18px; border-radius: 16px; background: #fff; color: var(--ct-ink); box-shadow: 0 18px 45px rgba(3, 51, 133, .25); }
.ct-float strong { display: block; color: var(--ct-blue); font-size: 24px; }
.ct-float span { color: #7a899e; font-size: 12px; }

/* Service proof */
.ct-proof-wrap { position: relative; z-index: 5; height: 0; }
.ct-proof { display: grid; grid-template-columns: repeat(4, 1fr); transform: translateY(-50%); overflow: hidden; border: 1px solid var(--ct-line); border-radius: 20px; background: #fff; box-shadow: 0 24px 60px rgba(25, 78, 158, .14); }
.ct-proof div { min-height: 104px; padding: 24px 28px; border-right: 1px solid var(--ct-line); }
.ct-proof div:last-child { border-right: 0; }
.ct-proof strong { display: block; margin-bottom: 7px; color: var(--ct-blue); font-size: 25px; line-height: 1.15; }
.ct-proof span { color: var(--ct-muted); font-size: 12px; line-height: 1.55; }

/* Shared sections */
.ct-section { padding: 105px 0; }
#contact-way { padding-top: 132px; }
.ct-section--soft { background: var(--ct-soft); }
.ct-section-head { max-width: 760px; margin: 0 auto 50px; text-align: center; }
.ct-section-head .ct-label { display: block; margin-bottom: 13px; color: var(--ct-blue); font-size: 12px; font-weight: 800; letter-spacing: 3px; }
.ct-section-head h2 { margin: 0; color: var(--ct-ink); font-size: 38px; line-height: 1.35; font-weight: 800; }
.ct-section-head p { margin: 16px 0 0; color: var(--ct-muted); font-size: 16px; line-height: 1.8; }

/* Contact cards */
.ct-contact-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.ct-contact-card { position: relative; min-height: 238px; overflow: hidden; padding: 32px 34px; border: 1px solid var(--ct-line); border-radius: 22px; background: #fff; box-shadow: 0 16px 45px rgba(33, 76, 139, .07); transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; }
.ct-contact-card::after { content: ""; position: absolute; right: -45px; bottom: -55px; width: 135px; height: 135px; border-radius: 50%; background: var(--ct-blue-soft); transition: transform .25s ease; }
.ct-contact-card:hover { z-index: 2; transform: translateY(-7px); border-color: #a8ccff; box-shadow: 0 25px 58px rgba(33, 89, 170, .14); }
.ct-contact-card:hover::after { transform: scale(1.2); }
.ct-icon { position: absolute; z-index: 1; top: 30px; right: 30px; display: inline-flex; width: 58px; height: 58px; align-items: center; justify-content: center; border-radius: 18px; background: linear-gradient(135deg, #e5f0ff, #f3f9ff); color: var(--ct-blue); }
.ct-icon svg { width: 27px; height: 27px; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.ct-contact-card h3 { position: relative; z-index: 1; margin: 2px 90px 18px 0; color: var(--ct-ink); font-size: 20px; }
.ct-contact-value { position: relative; z-index: 1; display: block; margin-bottom: 13px; color: var(--ct-blue-dark); font-size: 20px; font-weight: 800; word-break: break-all; }
.ct-contact-card p { position: relative; z-index: 1; margin: 0; color: var(--ct-muted); font-size: 13px; line-height: 1.7; }
.ct-card-action { position: relative; z-index: 2; display: inline-flex; margin-top: 18px; border: 0; background: transparent; color: var(--ct-blue); font-size: 13px; font-weight: 700; cursor: pointer; }

/* Service paths */
.ct-path-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.ct-path-card { position: relative; min-height: 300px; overflow: hidden; padding: 34px; border-radius: 22px; background: #fff; box-shadow: 0 18px 55px rgba(29, 72, 139, .08); }
.ct-path-card > b { color: #b2c9e9; font-size: 14px; letter-spacing: 2px; }
.ct-path-card h3 { margin: 54px 0 13px; color: var(--ct-ink); font-size: 25px; }
.ct-path-card p { min-height: 70px; margin: 0; color: var(--ct-muted); font-size: 14px; line-height: 1.75; }
.ct-path-card a { display: inline-flex; align-items: center; gap: 9px; margin-top: 23px; color: var(--ct-blue); font-size: 14px; font-weight: 800; }
.ct-path-card a::after { content: "→"; font-size: 18px; transition: transform .2s ease; }
.ct-path-card a:hover::after { transform: translateX(4px); }
.ct-path-card::before { content: ""; position: absolute; top: 0; right: 0; width: 86px; height: 7px; border-radius: 0 22px 0 12px; background: var(--ct-blue); }
.ct-path-card:nth-child(2)::before { background: #44c892; }
.ct-path-card:nth-child(3)::before { background: #ffab32; }

/* Address */
.ct-address-grid { display: grid; grid-template-columns: 1.12fr .88fr; gap: 28px; }
.ct-map-card { position: relative; min-height: 470px; overflow: hidden; border-radius: 26px; background: linear-gradient(135deg, #e8f3ff, #f8fbff); box-shadow: var(--ct-shadow); }
.ct-map-grid { position: absolute; inset: 0; opacity: .65; background-image: linear-gradient(rgba(72,130,214,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(72,130,214,.12) 1px, transparent 1px); background-size: 48px 48px; transform: rotate(-7deg) scale(1.15); }
.ct-road { position: absolute; height: 9px; border: 3px solid #b4d3fb; border-right: 0; border-left: 0; border-radius: 999px; transform-origin: left center; }
.ct-road--one { width: 84%; top: 36%; left: 2%; transform: rotate(18deg); }
.ct-road--two { width: 68%; top: 68%; left: 24%; transform: rotate(-24deg); }
.ct-road--three { width: 56%; top: 19%; left: 38%; transform: rotate(68deg); }
.ct-map-dot { position: absolute; width: 10px; height: 10px; border: 3px solid #fff; border-radius: 50%; background: #78aef7; box-shadow: 0 0 0 2px #78aef7; }
.ct-map-dot--one { top: 23%; left: 24%; }
.ct-map-dot--two { right: 21%; bottom: 22%; }
.ct-map-dot--three { top: 65%; left: 18%; }
.ct-pin { position: absolute; top: 44%; left: 53%; width: 76px; height: 76px; transform: translate(-50%, -50%) rotate(45deg); border-radius: 50% 50% 50% 12px; background: linear-gradient(135deg, var(--ct-blue), #58b9fa); box-shadow: 0 22px 42px rgba(28,100,215,.35); }
.ct-pin::after { content: ""; position: absolute; inset: 22px; border: 7px solid #fff; border-radius: 50%; }
.ct-map-caption { position: absolute; right: 24px; bottom: 24px; left: 24px; display: flex; align-items: center; justify-content: space-between; padding: 18px 20px; border: 1px solid rgba(255,255,255,.8); border-radius: 15px; background: rgba(255,255,255,.94); box-shadow: 0 12px 30px rgba(42,94,167,.11); }
.ct-map-caption strong { display: block; margin-bottom: 4px; color: var(--ct-ink); font-size: 18px; }
.ct-map-caption span { color: var(--ct-muted); font-size: 12px; }
.ct-map-caption b { color: var(--ct-blue); font-size: 12px; letter-spacing: 1px; }

.ct-address-card { display: flex; flex-direction: column; justify-content: center; padding: 46px; border: 1px solid var(--ct-line); border-radius: 26px; background: #fff; box-shadow: 0 20px 55px rgba(29,72,139,.08); }
.ct-address-card > span { color: var(--ct-blue); font-size: 12px; font-weight: 800; letter-spacing: 2px; }
.ct-address-card h2 { margin: 13px 0 18px; color: var(--ct-ink); font-size: 34px; line-height: 1.35; }
.ct-address-card > p { margin: 0 0 30px; color: var(--ct-muted); font-size: 15px; line-height: 1.85; }
.ct-address-list { display: grid; gap: 15px; }
.ct-address-list div { padding: 15px 17px; border-radius: 12px; background: var(--ct-soft); }
.ct-address-list small { display: block; margin-bottom: 5px; color: #8b99ad; font-size: 11px; }
.ct-address-list strong { color: #293750; font-size: 14px; line-height: 1.55; }
.ct-map-link { display: inline-flex; width: fit-content; margin-top: 25px; align-items: center; gap: 9px; color: var(--ct-blue); font-size: 14px; font-weight: 800; }

/* QR + CTA */
.ct-connect { padding: 0 0 105px; background: var(--ct-soft); }
.ct-connect-panel { display: grid; grid-template-columns: 1.15fr .85fr; overflow: hidden; border-radius: 28px; background: linear-gradient(125deg, #113a86, #1764dc 70%, #2789f3); box-shadow: 0 28px 75px rgba(24,76,157,.22); }
.ct-connect-copy { padding: 58px 62px; color: #fff; }
.ct-connect-copy > span { color: #80cfff; font-size: 12px; font-weight: 800; letter-spacing: 2.5px; }
.ct-connect-copy h2 { margin: 16px 0 15px; color: #fff; font-size: 35px; line-height: 1.4; }
.ct-connect-copy p { max-width: 540px; margin: 0; color: rgba(255,255,255,.7); font-size: 15px; line-height: 1.8; }
.ct-connect-copy .ct-actions { margin-top: 28px; }
.ct-qr-list { display: flex; align-items: center; justify-content: center; gap: 22px; padding: 38px; background: rgba(255,255,255,.08); }
.ct-qr { width: 158px; padding: 16px; border-radius: 17px; background: #fff; text-align: center; box-shadow: 0 14px 35px rgba(5,39,99,.22); }
.ct-qr img { display: block; width: 126px; height: 126px; object-fit: cover; }
.ct-qr strong { display: block; margin-top: 11px; color: #25334c; font-size: 13px; }

.ct-footer { padding: 27px 0; background: #102b5c; color: rgba(255,255,255,.62); }
.ct-footer .ct-container { display: flex; align-items: center; justify-content: space-between; }
.ct-footer nav { display: flex; gap: 25px; }
.ct-footer a { color: rgba(255,255,255,.72); }
.ct-footer a:hover { color: #fff; }
.ct-toast { position: fixed; z-index: 1300; right: 28px; bottom: 28px; padding: 13px 20px; border-radius: 10px; background: #16294b; color: #fff; font-size: 13px; box-shadow: 0 14px 35px rgba(15,36,72,.24); opacity: 0; transform: translateY(12px); pointer-events: none; transition: .22s ease; }
.ct-toast.is-show { opacity: 1; transform: translateY(0); }

@media (max-width: 1180px) {
    .wx-contact-page #nav { padding: 0 24px; }
    .wx-contact-page #nav .pull-right .item { margin-left: 14px; font-size: 13px; }
    .wx-contact-page #nav .pull-right .demoCenter { min-width: 82px; padding: 0 11px; }
    .wx-contact-page #nav .pull-right .demoCenter.download { margin-left: 16px !important; }
    .ct-hero-grid { gap: 48px; }
    .ct-float { right: 5px; }
}

@media (max-width: 1020px) {
    .ct-nav-toggle { display: flex; width: 42px; height: 42px; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,.42); border-radius: 10px; background: transparent; color: #fff; font-size: 0; }
    .ct-nav-toggle::before { content: "☰"; font-size: 22px; }
    .wx-nav--scrolled .ct-nav-toggle { border-color: #d4e3fb; color: var(--ct-blue); }
    .wx-contact-page #nav .pull-right { position: fixed; top: 84px; right: 16px; left: 16px; display: none; height: auto; max-height: calc(100vh - 105px); padding: 10px 18px 20px; overflow-y: auto; border: 1px solid var(--ct-line); border-radius: 16px; background: #fff; box-shadow: var(--ct-shadow); }
    .wx-contact-page #nav.ct-nav-open .pull-right { display: block; }
    .wx-contact-page #nav .pull-right .item { display: block !important; margin: 0; color: #344057 !important; line-height: 48px; }
    .wx-contact-page #nav .pull-right > a.item::after { display: none; }
    .wx-contact-page #nav .pull-right .demoCenter { display: inline-flex; margin: 10px 8px 0 0 !important; }
    .wx-contact-page #nav .pull-right .demoCenter.download a { color: var(--ct-blue) !important; }
    .ct-hero-grid { grid-template-columns: 1fr; gap: 45px; padding-top: 64px; }
    .ct-hero-copy { text-align: center; }
    .ct-hero-copy > p { margin-right: auto; margin-left: auto; }
    .ct-actions, .ct-hero-note { justify-content: center; }
    .ct-console { max-width: 650px; margin: 0 auto; }
    .ct-proof { grid-template-columns: repeat(2, 1fr); transform: translateY(-34px); }
    .ct-proof div:nth-child(2) { border-right: 0; }
    .ct-proof div:nth-child(-n+2) { border-bottom: 1px solid var(--ct-line); }
    .ct-proof-wrap { height: 138px; }
    #contact-way { padding-top: 72px; }
    .ct-contact-grid { grid-template-columns: repeat(2, 1fr); }
    .ct-path-grid { grid-template-columns: 1fr; }
    .ct-path-card { min-height: 230px; }
    .ct-path-card h3 { margin-top: 32px; }
    .ct-path-card p { min-height: 0; }
    .ct-address-grid { grid-template-columns: 1fr; }
    .ct-connect-panel { grid-template-columns: 1fr; }
}

@media (max-width: 720px) {
    .ct-container { width: min(100% - 28px, 600px); }
    .wx-contact-page #nav { height: 68px; padding: 0 14px; line-height: 68px; }
    .wx-contact-page #nav .pull-left, .wx-contact-page #nav .pull-left img { height: 44px; }
    .wx-contact-page #nav .pull-right { top: 64px; }
    .ct-hero, .ct-hero-grid { min-height: auto; }
    .ct-hero-grid { padding: 55px 0 82px; }
    .ct-eyebrow { font-size: 10px; letter-spacing: 1.35px; }
    .ct-hero-copy h1 { font-size: 38px; letter-spacing: -1px; }
    .ct-hero-copy > p { font-size: 14px; }
    .ct-actions { gap: 10px; }
    .ct-btn { min-width: 132px; height: 46px; padding: 0 16px; font-size: 13px; }
    .ct-hero-note { gap: 10px 15px; font-size: 11px; }
    .ct-console { padding: 16px; border-radius: 20px; }
    .ct-console-head { align-items: flex-start; }
    .ct-status { margin-top: 6px; font-size: 10px; }
    .ct-console-main { padding: 16px; }
    .ct-console-main h3 { font-size: 20px; }
    .ct-route { grid-template-columns: 1fr; }
    .ct-route div { min-height: auto; }
    .ct-console-foot { gap: 12px; }
    .ct-float { display: none; }
    .ct-section { padding: 72px 0; }
    .ct-section-head { margin-bottom: 34px; }
    .ct-section-head h2 { font-size: 29px; }
    .ct-section-head p { font-size: 14px; }
    .ct-contact-grid { grid-template-columns: 1fr; }
    .ct-contact-card { min-height: 225px; padding: 25px; }
    .ct-icon { top: 24px; right: 24px; }
    .ct-proof-wrap { height: 255px; }
    .ct-proof { grid-template-columns: 1fr 1fr; transform: translateY(-26px); }
    .ct-proof div { min-height: 112px; padding: 21px 18px; }
    .ct-proof strong { font-size: 21px; }
    #contact-way { padding-top: 62px; }
    .ct-path-card { min-height: 0; padding: 29px 25px; }
    .ct-path-card h3 { font-size: 22px; }
    .ct-map-card { min-height: 380px; }
    .ct-pin { width: 62px; height: 62px; }
    .ct-pin::after { inset: 18px; border-width: 6px; }
    .ct-map-caption { align-items: flex-start; gap: 8px; }
    .ct-map-caption b { display: none; }
    .ct-address-card { padding: 32px 25px; }
    .ct-address-card h2 { font-size: 28px; }
    .ct-connect { padding-bottom: 72px; }
    .ct-connect-copy { padding: 40px 25px; text-align: center; }
    .ct-connect-copy h2 { font-size: 28px; }
    .ct-qr-list { flex-direction: column; padding: 28px; }
    .ct-footer .ct-container { flex-direction: column; gap: 15px; text-align: center; }
    .ct-footer nav { gap: 18px; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { animation: none !important; transition: none !important; }
}
