.coolcare-page {
    background: #fff;
    font-family: "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
    color: #131313;
}

.coolcare-main {
    padding-top: 60px;
}

.coolcare-hero {
    height: 460px;
    overflow: hidden;
    background: #eaf7ff;
    background-image: url("../img/figma-coolcare/coolcare-hero-bg.png");
    background-size: 2993px 472px;
    background-position: center -52px;
    background-repeat: no-repeat;
}

.coolcare-hero-content {
    height: 100%;
    display: flex;
    align-items: center;
}

.coolcare-hero h1 {
    width: 605px;
    margin: 1px 0 0;
    color: #00b1ff;
    font-size: 40px;
    font-weight: 500;
    line-height: 56px;
}

.coolcare-section-heading {
    text-align: center;
}

.coolcare-section-heading h2,
.coolcare-title-left h2,
.coolcare-architecture-sharp h2 {
    margin: 0;
    color: #131313;
    font-size: 36px;
    font-weight: 600;
    line-height: 50px;
}

.coolcare-section-heading p {
    margin: 17px auto 0;
    max-width: 956px;
    color: #4b5565;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
}

.coolcare-overview-sharp {
    padding: 118px 0 0;
    background: #fff;
}

.coolcare-overview-sharp .coolcare-section-heading h2 {
    font-size: 40px;
    line-height: 56px;
}

.coolcare-overview-sharp .coolcare-section-heading p {
    max-width: none;
    margin-top: 24px;
    color: #1f2329;
    font-size: 18px;
    line-height: 32.4px;
}

.coolcare-feature-grid {
    display: grid;
    grid-template-columns: repeat(4, 313px);
    gap: 16px;
    margin-top: 48px;
}

.coolcare-feature-card {
    position: relative;
    width: 313px;
    height: 220px;
    padding: 20px;
    overflow: hidden;
    border: 1px solid #fff;
    border-radius: 20px;
    background:
        radial-gradient(circle at 6px 1px, #cceefd 0, #fff 78%),
        #fff;
    box-shadow: none;
}

.coolcare-feature-main {
    background:
        radial-gradient(circle at 6px 1px, #f0f0ff 0, #fff 78%),
        #fff;
}

.coolcare-feature-main::before {
    content: "";
    position: absolute;
    left: 1px;
    top: 89px;
    width: 311px;
    height: 180px;
    background: url("../img/figma-coolcare/coolcare-overview-card-bg.png") center / cover no-repeat;
    pointer-events: none;
}

.coolcare-feature-card:nth-child(4) {
    background:
        radial-gradient(circle at 6px 1px, #ffeeee 0, rgba(255, 255, 255, 0.9) 78%),
        #fff;
}

.feature-card-head {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 16px;
    width: 273px;
    height: 58px;
    margin-bottom: 20px;
}

.feature-kicker {
    color: #2b2f36;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
}

.coolcare-feature-card h3 {
    margin: 2px 0 0;
    color: #2b2f36;
    font-size: 24px;
    font-weight: 600;
    line-height: 34px;
}

.coolcare-feature-card p {
    position: relative;
    z-index: 1;
    margin: 0;
    padding-top: 19px;
    border-top: 1px solid #f7f7f7;
    color: #646a73;
    font-size: 16px;
    font-weight: 400;
    line-height: 21.98px;
}

.feature-icon-img {
    display: block;
    width: 48px;
    height: 48px;
    border-radius: 8px;
}

.feature-icon-ai {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 8px;
    background: #d3f3ff;
}

.feature-icon-ai img {
    width: 30px;
    height: 30px;
}

.coolcare-outline-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 240px;
    height: 40px;
    margin: 48px auto 0;
    border: 1px solid #1664ff;
    border-radius: 4px;
    color: #1664ff;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
}

.coolcare-saving-sharp {
    padding: 120px 0 0;
    background: #fff;
}

.coolcare-platform-panel {
    margin-top: 50px;
    padding: 42px 52px 38px;
    border-radius: 12px;
    background: #f6f7fb;
}

.platform-panel-title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    height: 68px;
    color: #1f2a44;
    font-size: 28px;
    font-weight: 600;
}

.platform-cube {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    background: linear-gradient(135deg, #1f74ff 0 50%, #ff665a 50% 100%);
    box-shadow: 0 12px 28px rgba(41, 101, 216, 0.22);
}

.platform-panel-body {
    display: grid;
    grid-template-columns: 0.92fr 1.28fr;
    gap: 34px;
    margin-top: 28px;
}

.platform-column {
    min-height: 255px;
    padding: 34px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 16px 40px rgba(36, 55, 96, 0.08);
}

.platform-column h3 {
    margin: 0 0 26px;
    color: #24304d;
    font-size: 26px;
    font-weight: 600;
    line-height: 36px;
    text-align: center;
}

.platform-pill-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}

.platform-pill-grid span,
.platform-system-grid span,
.platform-bottom em {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    border-radius: 8px;
    background: #f3f7ff;
    color: #2965d8;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
}

.platform-column-red .platform-system-grid span {
    background: #fff4f2;
    color: #e0564a;
}

.platform-system-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.platform-bottom {
    display: grid;
    grid-template-columns: 82px repeat(5, 1fr);
    gap: 14px;
    margin-top: 28px;
    align-items: center;
}

.platform-bottom span {
    color: #596577;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}

.platform-bottom em {
    min-height: 46px;
    background: #fff;
    color: #596577;
    font-size: 16px;
}

.coolcare-architecture-sharp {
    margin-top: 120px;
    padding: 76px 0 88px;
    background: #f3f5fa;
    text-align: center;
}

.coolcare-architecture-sharp img {
    display: block;
    width: 1300px;
    height: 640px;
    margin-top: 44px;
}

.coolcare-diagnosis-sharp {
    margin-top: 120px;
    padding: 74px 0 78px;
    overflow: hidden;
    background: #f7fbff url("../img/figma-coolcare/coolcare-diagnosis-bg.png") center / cover no-repeat;
}

.coolcare-title-left p {
    margin: 8px 0 0;
    color: #98a2b3;
    font-size: 18px;
    line-height: 26px;
}

.diagnosis-flow {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 16px;
    margin-top: 58px;
}

.diagnosis-card {
    min-height: 138px;
    padding: 29px 20px 24px;
    border: 1px solid rgba(41, 101, 216, 0.14);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.9);
    color: #1f2a44;
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    text-align: center;
    box-shadow: 0 16px 32px rgba(27, 78, 137, 0.08);
}

.diagnosis-card span {
    display: block;
    margin-bottom: 18px;
    color: #2965d8;
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
}

.coolcare-ops-sharp {
    padding: 120px 0 0;
    background: #fff;
}

.coolcare-ops-sharp .w-1300 {
    display: grid;
    grid-template-columns: 360px 870px;
    gap: 70px;
    align-items: center;
}

.ops-card-list {
    display: grid;
    gap: 14px;
    margin-top: 42px;
}

.ops-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 82px;
    padding: 0 24px;
    border-left: 4px solid #2965d8;
    border-radius: 8px;
    background: #f7f9fd;
}

.ops-card strong {
    color: #182033;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
}

.ops-card span {
    margin-top: 5px;
    color: #667085;
    font-size: 14px;
    line-height: 22px;
}

.ops-panel {
    display: block;
    width: 870px;
    height: auto;
}

.coolcare-service-sharp {
    display: flex;
    justify-content: center;
    margin-top: 120px;
    overflow: hidden;
    background: #fff;
}

.coolcare-service-sharp img {
    display: block;
    width: 1920px;
    max-width: none;
    height: auto;
}

.coolcare-cta {
    height: 405px;
    padding-top: 130px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    background: #fff url("../img/figma-coolcare/coolcare-cta-bg.png") center bottom / 1920px 402px no-repeat;
}

.coolcare-cta h2 {
    margin: 0;
    color: #131313;
    font-size: 36px;
    font-weight: 600;
    line-height: 54px;
    text-align: center;
}

.coolcare-cta a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 145px;
    height: 51px;
    padding: 0 40px;
    border: 1px solid #2965d8;
    border-radius: 50px;
    background: #2965d8;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 50px;
    text-decoration: none;
}

.coolcare-page footer .footer-content {
    padding-top: 80px;
}
