@charset "utf-8";

/* 持续监测体温计产品页：与 smy/ddjcy/xyj 页共用设计语言（品牌青 + 深藏青），蓝牙双连接叙事 */
.cxjctwj-page {
    --cxjctwj-primary: var(--puleap-primary, #16c2b0);
    --cxjctwj-primary-dark: var(--puleap-primary-dark, #0e9f91);
    --cxjctwj-primary-soft: var(--puleap-primary-soft, #effbf9);
    --cxjctwj-navy: var(--footer-background-color, #0f2341);
    --cxjctwj-navy-soft: var(--footer-control-color, #1a3155);
    --cxjctwj-ink: var(--puleap-heading, #1f2933);
    --cxjctwj-text: var(--puleap-text, #303b45);
    --cxjctwj-muted: var(--puleap-muted, #76828c);
    --cxjctwj-line: var(--puleap-border, #e8ecef);
    background: #fff;
    color: var(--cxjctwj-text);
}

.cxjctwj-page [hidden] { display: none !important; }
.cxjctwj-page .center { width: calc(100% - 48px); max-width: 1180px; }
.cxjctwj-main { overflow: hidden; }
.cxjctwj-main h1, .cxjctwj-main h2, .cxjctwj-main h3 { color: var(--cxjctwj-ink); }
.cxjctwj-main a:focus-visible, .cxjctwj-main button:focus-visible { outline: 3px solid var(--cxjctwj-primary); outline-offset: 3px; }
.cxjctwj-main svg { fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.cxjctwj-icon-sprite { width: 0; height: 0; position: absolute; overflow: hidden; }

/* 渐显动效 */
.home-reveal { opacity: 0; transform: translateY(12px); transition: opacity .48s ease, transform .48s ease; }
.home-reveal.is-visible { opacity: 1; transform: none; }

/* 通用小标 */
.cxjctwj-kicker {
    display: inline-flex; align-items: center; gap: 8px;
    color: var(--cxjctwj-primary-dark); font-size: 15px; font-weight: 700; letter-spacing: .06em;
}
.cxjctwj-heading-icon { width: 22px; height: 22px; flex: 0 0 22px; }

/* 通用 section 标题 */
.cxjctwj-section-heading { max-width: 780px; margin: 0 auto 46px; text-align: center; }
.cxjctwj-section-heading > span {
    display: inline-flex; align-items: center; gap: 8px;
    margin-bottom: 13px; color: var(--cxjctwj-primary-dark); font-size: 15px; font-weight: 700; letter-spacing: .06em;
}
.cxjctwj-section-heading h2 { font-size: clamp(30px, 3vw, 42px); line-height: 1.22; letter-spacing: -.03em; text-wrap: balance; }
.cxjctwj-section-heading p { max-width: 720px; margin: 14px auto 0; color: var(--cxjctwj-muted); font-size: 16px; line-height: 1.75; }
.cxjctwj-section-heading-light > span { color: #78e9dd; }
.cxjctwj-section-heading-light h2 { color: #fff; }
.cxjctwj-section-heading-light p { color: rgba(255,255,255,.72); }

/* 按钮 */
.cxjctwj-actions { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.cxjctwj-actions-center { justify-content: center; }
.cxjctwj-button {
    min-height: 46px; display: inline-flex; align-items: center; justify-content: center;
    padding: 0 26px; border: 1px solid transparent; border-radius: 5px;
    font-size: 15px; font-weight: 700; transition: transform .2s ease, background-color .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.cxjctwj-button:hover { transform: translateY(-2px); }
.cxjctwj-button-primary { color: #fff !important; background: var(--cxjctwj-primary); box-shadow: 0 8px 20px rgba(14,159,145,.18); }
.cxjctwj-button-primary:hover { background: var(--cxjctwj-primary-dark); box-shadow: 0 10px 24px rgba(14,159,145,.24); }
.cxjctwj-button-ghost { color: #fff !important; border-color: rgba(255,255,255,.55); background: transparent; }
.cxjctwj-button-ghost:hover { background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.8); }
.cxjctwj-button-plain { color: var(--cxjctwj-ink) !important; border-color: rgba(31,41,51,.28); background: #fff; }
.cxjctwj-button-plain:hover { border-color: var(--cxjctwj-primary); color: var(--cxjctwj-primary-dark) !important; }

/* Hero */
.cxjctwj-hero {
    position: relative; overflow: hidden; color: #fff;
    background-color: var(--cxjctwj-navy);
    background-image: url("/static/web/images/cxjctwj/hero-bedroom-v2.png?v=20260917-1");
    background-position: right center; background-size: cover; background-repeat: no-repeat;
}
.cxjctwj-hero::before {
    content: ""; position: absolute; inset: 0; pointer-events: none;
    background:
        linear-gradient(90deg, rgba(8,26,48,.98) 0%, rgba(8,26,48,.93) 32%, rgba(8,26,48,.68) 54%, rgba(8,26,48,.24) 76%, rgba(8,26,48,.12) 100%),
        linear-gradient(180deg, rgba(7,22,41,.12), rgba(7,22,41,.32));
}
.cxjctwj-hero-glow {
    position: absolute; inset: 0; pointer-events: none;
    background:
        radial-gradient(560px 420px at 78% 42%, rgba(22,194,176,.24), transparent 68%),
        radial-gradient(420px 320px at 12% 88%, rgba(22,194,176,.12), transparent 70%);
}
.cxjctwj-hero-inner {
    position: relative; z-index: 1;
    display: grid; grid-template-columns: minmax(0, 1fr) minmax(380px, .95fr);
    gap: 44px; align-items: center; padding: 66px 0 74px;
}
.cxjctwj-hero-copy h1 { margin: 0 0 16px; color: #fff; font-size: clamp(40px, 4.4vw, 58px); line-height: 1.14; letter-spacing: -.04em; }
.cxjctwj-hero-copy > p { max-width: 540px; margin: 0 0 28px; color: rgba(255,255,255,.78); font-size: 16px; line-height: 1.8; }
.cxjctwj-hero-points { display: flex; flex-wrap: wrap; gap: 10px; margin: 30px 0 0; padding: 0; list-style: none; }
.cxjctwj-hero-points li {
    display: inline-flex; align-items: center; gap: 8px;
    padding: 8px 14px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px;
    background: rgba(255,255,255,.06); color: rgba(255,255,255,.85); font-size: 13px;
}
.cxjctwj-hero-points li::before {
    content: ""; width: 6px; height: 6px; border-radius: 50%;
    background: var(--cxjctwj-primary); box-shadow: 0 0 0 3px rgba(22,194,176,.18);
}

/* 痛点 */
.cxjctwj-pain-section { padding: 88px 0 84px; background: #fff; }
.cxjctwj-pain-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.cxjctwj-pain-card {
    padding: 30px 28px 28px; border: 1px solid var(--cxjctwj-line); border-radius: 8px; background: #fff;
    transition: border-color .22s ease, box-shadow .22s ease, transform .22s ease;
}
.cxjctwj-pain-card:hover { border-color: rgba(14,159,145,.45); box-shadow: 0 14px 30px rgba(15,35,65,.08); transform: translateY(-3px); }
.cxjctwj-pain-index { display: block; margin-bottom: 12px; color: var(--cxjctwj-primary-dark); font-size: 12px; font-weight: 700; letter-spacing: .14em; }
.cxjctwj-pain-card h3 { font-size: 19px; line-height: 1.45; }
.cxjctwj-pain-card p { margin: 10px 0 0; color: var(--cxjctwj-muted); font-size: 14px; line-height: 1.75; }
.cxjctwj-pain-conclusion { margin: 36px auto 0; max-width: 640px; text-align: center; color: var(--cxjctwj-text); font-size: 17px; line-height: 1.7; }
.cxjctwj-pain-conclusion strong { color: var(--cxjctwj-primary-dark); }

/* 蓝牙连接（核心卖点） */
.cxjctwj-connect-section { padding: 88px 0 90px; background: linear-gradient(180deg, #f7faf9 0%, #eef7f5 100%); }
.cxjctwj-connect-flow {
    display: grid; grid-template-columns: minmax(220px, .72fr) minmax(150px, .5fr) minmax(0, 1.9fr);
    gap: 18px; align-items: stretch; max-width: 1020px; margin: 0 auto;
}
.cxjctwj-connect-device {
    display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 6px;
    padding: 30px 22px; border-radius: 10px; text-align: center;
    background: linear-gradient(160deg, var(--cxjctwj-primary) 0%, var(--cxjctwj-primary-dark) 100%);
    color: #fff; box-shadow: 0 16px 32px rgba(14,159,145,.22);
}
.cxjctwj-connect-device-icon {
    display: inline-flex; align-items: center; justify-content: center;
    width: 52px; height: 52px; margin-bottom: 8px; border-radius: 50%;
    background: rgba(255,255,255,.16); color: #fff;
}
.cxjctwj-connect-device-icon svg { width: 26px; height: 26px; }
.cxjctwj-connect-device h3 { color: #fff; font-size: 20px; }
.cxjctwj-connect-device p { margin: 0; color: rgba(255,255,255,.85); font-size: 13.5px; line-height: 1.7; }
.cxjctwj-connect-link { position: relative; display: flex; align-items: center; justify-content: center; min-height: 120px; }
.cxjctwj-connect-link::before {
    content: ""; position: absolute; left: -6px; right: -6px; top: 50%;
    border-top: 2px dashed rgba(14,159,145,.45);
}
.cxjctwj-connect-link-label {
    position: relative; z-index: 1;
    display: inline-flex; align-items: center; gap: 7px;
    padding: 9px 15px; border: 1px solid rgba(14,159,145,.35); border-radius: 999px;
    background: var(--cxjctwj-primary-soft); color: var(--cxjctwj-primary-dark);
    font-size: 13px; font-weight: 700; white-space: nowrap;
}
.cxjctwj-connect-link-label svg { width: 16px; height: 16px; }
.cxjctwj-connect-targets { display: grid; gap: 16px; align-content: center; }
.cxjctwj-connect-card {
    display: flex; gap: 16px; align-items: flex-start;
    padding: 24px 24px 22px; border: 1px solid var(--cxjctwj-line); border-radius: 10px; background: #fff;
    transition: border-color .22s ease, box-shadow .22s ease, transform .22s ease;
}
.cxjctwj-connect-card:hover { border-color: rgba(14,159,145,.45); box-shadow: 0 14px 30px rgba(15,35,65,.08); transform: translateY(-3px); }
.cxjctwj-connect-card-icon {
    flex: 0 0 auto; display: inline-flex; align-items: center; justify-content: center;
    width: 46px; height: 46px; border-radius: 50%;
    background: var(--cxjctwj-primary-soft); color: var(--cxjctwj-primary-dark);
}
.cxjctwj-connect-card-icon svg { width: 23px; height: 23px; }
.cxjctwj-connect-card-icon-sleep { background: var(--cxjctwj-navy-soft); color: #78e9dd; }
.cxjctwj-connect-card h3 { font-size: 18px; }
.cxjctwj-connect-card p { margin: 8px 0 0; color: var(--cxjctwj-muted); font-size: 14px; line-height: 1.75; }
.cxjctwj-connect-card a { color: var(--cxjctwj-primary-dark); font-weight: 700; white-space: nowrap; }

/* 场景 */
.cxjctwj-scene-section { padding: 46px 0; background: #fff; }
.cxjctwj-scene-section-alt { background: #f7faf9; }
.cxjctwj-scene-section:first-of-type { padding-top: 24px; }
.cxjctwj-scene {
    display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 54px; align-items: center; padding: 26px 0;
}
.cxjctwj-scene-reverse .cxjctwj-scene-media { order: 2; }
.cxjctwj-scene-reverse .cxjctwj-scene-copy { order: 1; }
.cxjctwj-scene-media {
    overflow: hidden; border-radius: 10px; border: 1px solid var(--cxjctwj-line);
    background: var(--cxjctwj-primary-soft); aspect-ratio: 3 / 2;
}
.cxjctwj-scene-media img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.cxjctwj-scene-media:hover img { transform: scale(1.025); }
.cxjctwj-scene-media.is-fallback { background: linear-gradient(140deg, var(--cxjctwj-primary-soft), rgba(22,194,176,.24)); }
.cxjctwj-scene-copy h2 { margin: 13px 0 14px; font-size: clamp(26px, 2.4vw, 34px); line-height: 1.28; letter-spacing: -.02em; }
.cxjctwj-scene-copy > p { margin: 0; color: var(--cxjctwj-muted); font-size: 15px; line-height: 1.8; }
.cxjctwj-scene-points { margin: 22px 0 0; padding: 0; list-style: none; display: grid; gap: 12px; }
.cxjctwj-scene-points li {
    position: relative; padding-left: 26px;
    color: var(--cxjctwj-text); font-size: 15px; line-height: 1.65;
}
.cxjctwj-scene-points li::before {
    content: ""; position: absolute; top: 8px; left: 6px;
    width: 7px; height: 7px; border-radius: 50%;
    background: var(--cxjctwj-primary); box-shadow: 0 0 0 3px rgba(22,194,176,.14);
}
.cxjctwj-scene-points a { color: var(--cxjctwj-primary-dark); font-weight: 700; }

/* 工作方式（深色） */
.cxjctwj-how-section { padding: 88px 0 80px; background: var(--cxjctwj-navy); color: #fff; }
.cxjctwj-how-timeline {
    display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px;
    margin: 0; padding: 0; list-style: none;
}
.cxjctwj-how-step {
    position: relative; padding: 26px 22px; border: 1px solid rgba(255,255,255,.14);
    border-radius: 8px; background: rgba(255,255,255,.045);
    transition: border-color .22s ease, background .22s ease;
}
.cxjctwj-how-step:hover { border-color: rgba(120,233,221,.5); background: rgba(255,255,255,.07); }
.cxjctwj-how-step-icon {
    display: inline-flex; align-items: center; justify-content: center;
    width: 46px; height: 46px; margin-bottom: 16px; border-radius: 50%;
    background: rgba(22,194,176,.16); color: #78e9dd;
}
.cxjctwj-how-step-icon svg { width: 24px; height: 24px; }
.cxjctwj-how-step h3 { margin: 0 0 8px; color: #fff; font-size: 19px; }
.cxjctwj-how-step p { margin: 0; color: rgba(255,255,255,.68); font-size: 13px; line-height: 1.7; }

/* 产品概览（深藏青延续） */
.cxjctwj-spec-section { padding: 84px 0 90px; background: linear-gradient(180deg, var(--cxjctwj-navy) 0%, #0c1e38 100%); color: #fff; }
.cxjctwj-spec-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin: 0; }
.cxjctwj-spec-grid > div {
    padding: 15px 16px; border: 1px solid rgba(255,255,255,.12); border-radius: 6px;
    background: rgba(255,255,255,.045);
}
.cxjctwj-spec-grid dt { margin-bottom: 6px; color: rgba(255,255,255,.55); font-size: 12px; letter-spacing: .04em; }
.cxjctwj-spec-grid dd { margin: 0; color: #fff; font-size: 15px; font-weight: 600; line-height: 1.45; overflow-wrap: anywhere; }
.cxjctwj-ecosystem-note { margin: 14px 0 0; color: #78e9dd; font-size: 13px; font-weight: 600; letter-spacing: .03em; }

/* 服务支持 */
.cxjctwj-service-section { padding: 88px 0 86px; background: #fff; }
.cxjctwj-service-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.cxjctwj-service-card {
    padding: 28px 24px; border: 1px solid var(--cxjctwj-line); border-radius: 8px; background: #fff;
    transition: border-color .22s ease, box-shadow .22s ease, transform .22s ease;
}
.cxjctwj-service-card:hover { border-color: rgba(14,159,145,.45); box-shadow: 0 14px 30px rgba(15,35,65,.08); transform: translateY(-3px); }
.cxjctwj-service-icon {
    display: inline-flex; align-items: center; justify-content: center;
    width: 44px; height: 44px; margin-bottom: 16px; border-radius: 50%;
    background: var(--cxjctwj-primary-soft); color: var(--cxjctwj-primary-dark);
}
.cxjctwj-service-icon svg { width: 22px; height: 22px; }
.cxjctwj-service-card h3 { font-size: 17px; }
.cxjctwj-service-card p { margin: 9px 0 0; color: var(--cxjctwj-muted); font-size: 13.5px; line-height: 1.7; }
.cxjctwj-service-card-qr { display: flex; align-items: center; gap: 16px; }
.cxjctwj-service-card-qr .cxjctwj-service-qr {
    flex: 0 0 auto; width: 92px; height: 92px; padding: 6px;
    border: 1px solid var(--cxjctwj-line); border-radius: 8px; background: #fff;
}
.cxjctwj-service-card-qr .cxjctwj-service-qr img { display: block; width: 100%; height: 100%; object-fit: contain; }
.cxjctwj-service-card-qr h3 { margin-bottom: 6px; }
.cxjctwj-service-card-qr p { margin: 0; }
.cxjctwj-service-card-qr.qr-hidden .cxjctwj-service-qr { display: none; }

/* CTA */
.cxjctwj-cta { padding: 74px 0 80px; background: #f5f7f8; }
.cxjctwj-cta-inner { text-align: center; }
.cxjctwj-cta h2 { font-size: clamp(28px, 2.8vw, 38px); letter-spacing: -.02em; }
.cxjctwj-cta p { margin: 14px auto 30px; max-width: 640px; color: var(--cxjctwj-muted); font-size: 15px; line-height: 1.75; }
.cxjctwj-cta p a { color: var(--cxjctwj-primary-dark); font-weight: 700; white-space: nowrap; }

/* 响应式 */
@media screen and (max-width: 1100px) {
    .cxjctwj-hero-inner { grid-template-columns: minmax(0, 1fr) minmax(320px, .85fr); gap: 34px; }
    .cxjctwj-connect-flow { grid-template-columns: minmax(200px, .8fr) minmax(130px, .5fr) minmax(0, 1.9fr); gap: 14px; }
    .cxjctwj-scene { gap: 36px; }
}

@media screen and (max-width: 900px) {
    .cxjctwj-hero { background-position: right center; }
    .cxjctwj-hero::before { background: linear-gradient(90deg, rgba(8,26,48,.97), rgba(8,26,48,.74)); }
    .cxjctwj-hero-inner { grid-template-columns: 1fr; gap: 30px; padding: 52px 0 58px; }
    .cxjctwj-pain-grid { grid-template-columns: 1fr; gap: 14px; }
    .cxjctwj-pain-card { padding: 24px 22px; }
    .cxjctwj-connect-flow { grid-template-columns: 1fr; max-width: 560px; }
    .cxjctwj-connect-link { min-height: 64px; }
    .cxjctwj-connect-link::before {
        left: 50%; right: auto; top: -8px; bottom: -8px;
        border-top: 0; border-left: 2px dashed rgba(14,159,145,.45);
    }
    .cxjctwj-scene { grid-template-columns: 1fr; gap: 24px; padding: 20px 0; }
    .cxjctwj-scene-reverse .cxjctwj-scene-media { order: 0; }
    .cxjctwj-scene-section { padding: 34px 0; }
    .cxjctwj-how-timeline { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .cxjctwj-spec-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
    .cxjctwj-service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media screen and (max-width: 640px) {
    .cxjctwj-page .center { width: calc(100% - 28px); }
    .home-reveal { opacity: 1; transform: none; transition: none; }
    .cxjctwj-hero { background-position: right center; }
    .cxjctwj-hero::before { background: rgba(8,26,48,.82); }
    .cxjctwj-hero-inner { padding: 40px 0 46px; }
    .cxjctwj-hero-copy h1 { font-size: 38px; }
    .cxjctwj-actions .cxjctwj-button { width: 100%; }
    .cxjctwj-hero-points { gap: 8px; }
    .cxjctwj-pain-section { padding: 62px 0 58px; }
    .cxjctwj-connect-section { padding: 62px 0 66px; }
    .cxjctwj-section-heading { margin-bottom: 32px; }
    .cxjctwj-section-heading h2 { font-size: 27px; }
    .cxjctwj-pain-conclusion { margin-top: 26px; font-size: 15px; }
    .cxjctwj-connect-device { padding: 26px 20px; }
    .cxjctwj-connect-card { flex-direction: column; gap: 12px; padding: 22px 20px 20px; }
    .cxjctwj-scene-section { padding: 34px 0; }
    .cxjctwj-how-section { padding: 62px 0 58px; }
    .cxjctwj-how-timeline { grid-template-columns: 1fr; }
    .cxjctwj-how-step { display: grid; grid-template-columns: 46px minmax(0, 1fr); gap: 4px 14px; align-items: start; padding: 20px 18px; }
    .cxjctwj-how-step-icon { grid-row: 1 / span 2; margin-bottom: 0; }
    .cxjctwj-how-step h3 { align-self: center; }
    .cxjctwj-spec-section { padding: 58px 0 64px; }
    .cxjctwj-spec-grid { grid-template-columns: 1fr 1fr; gap: 9px; }
    .cxjctwj-spec-grid > div { padding: 11px 12px; }
    .cxjctwj-spec-grid dd { font-size: 13px; }
    .cxjctwj-service-section { padding: 62px 0 60px; }
    .cxjctwj-service-grid { grid-template-columns: 1fr; }
    .cxjctwj-cta { padding: 56px 0 62px; }
    .cxjctwj-cta h2 { font-size: 26px; }
}

@media (prefers-reduced-motion: reduce) {
    .home-reveal { opacity: 1; transform: none; transition: none; }
    .cxjctwj-scene-media img, .cxjctwj-button, .cxjctwj-pain-card, .cxjctwj-connect-card, .cxjctwj-service-card { transition: none; }
}
