:root {
    --price-blue: #2677f5;
    --price-blue-dark: #1059d4;
    --price-blue-soft: #eef5ff;
    --price-navy: #12213d;
    --price-muted: #71809a;
    --price-line: #dce7f7;
    --price-orange: #ff9729;
    --price-green: #18b77b;
}

html {
    scroll-behavior: smooth;
}

body.wx-price-page {
    overflow-x: clip;
    background: #f6f9fe;
    color: var(--price-navy);
}

.wx-price-page * {
    box-sizing: border-box;
}

.wx-price-page #nav {
    position: sticky;
    top: 0;
    z-index: 1000;
}

.wx-price-page #nav #navtop26 {
    color: #fff;
}

.wx-price-page #nav #navtop26::after {
    width: 100%;
    opacity: 1;
}

.wx-price-page #nav.wx-nav--scrolled #navtop26 {
    color: var(--price-blue) !important;
}

.wx-price-page #nav #navtop26 img {
    width: 13px;
    height: 17px;
    margin-right: 5px;
    object-fit: contain;
    vertical-align: -3px;
}

.price-container {
    width: min(1200px, calc(100% - 40px));
    margin: 0 auto;
}

.price-hero {
    position: relative;
    overflow: hidden;
    min-height: 520px;
    margin-top: -76px;
    padding-top: 76px;
    background: linear-gradient(125deg, #1265e9 0%, #2d80f7 55%, #44a2ff 100%);
    color: #fff;
}

.price-hero::before,
.price-hero::after {
    position: absolute;
    content: "";
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 50%;
}

.price-hero::before {
    top: -430px;
    left: -240px;
    width: 900px;
    height: 900px;
}

.price-hero::after {
    right: -230px;
    bottom: -540px;
    width: 900px;
    height: 900px;
}

.price-hero-inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(380px, .88fr);
    gap: 70px;
    align-items: center;
    min-height: 520px;
    padding: 68px 0 84px;
}

.price-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--price-blue);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 3px;
}

.price-hero .price-eyebrow {
    color: rgba(255, 255, 255, .78);
}

.price-eyebrow::before {
    width: 26px;
    height: 3px;
    border-radius: 3px;
    background: var(--price-orange);
    content: "";
}

.price-hero h1 {
    margin: 18px 0 0;
    font-size: 51px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: 1px;
}

.price-hero h1 span {
    color: #ffd08b;
}

.price-hero-copy > p {
    max-width: 650px;
    margin: 24px 0 0;
    color: rgba(255, 255, 255, .82);
    font-size: 17px;
    line-height: 1.9;
}

.price-hero-points {
    display: flex;
    flex-wrap: wrap;
    gap: 14px 24px;
    margin-top: 25px;
}

.price-hero-points span {
    position: relative;
    padding-left: 18px;
    font-size: 14px;
}

.price-hero-points span::before {
    position: absolute;
    top: 5px;
    left: 0;
    width: 8px;
    height: 8px;
    border: 2px solid #fff;
    border-radius: 50%;
    box-shadow: 0 0 0 4px rgba(255, 255, 255, .12);
    content: "";
}

.price-hero-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 180px;
    height: 52px;
    margin-top: 34px;
    padding: 0 28px;
    border-radius: 8px;
    background: var(--price-orange);
    box-shadow: 0 14px 30px rgba(255, 141, 27, .3);
    color: #fff;
    font-size: 15px;
    font-weight: 700;
}

.price-hero-action:hover {
    color: #fff;
    transform: translateY(-2px);
}

.price-hero-panel {
    padding: 27px;
    border: 1px solid rgba(255, 255, 255, .25);
    border-radius: 22px;
    background: rgba(17, 78, 189, .48);
    box-shadow: 0 28px 70px rgba(7, 46, 130, .26);
    backdrop-filter: blur(12px);
}

.price-panel-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.price-panel-head strong {
    font-size: 18px;
}

.price-panel-head span {
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .12);
    color: rgba(255, 255, 255, .75);
    font-size: 11px;
}

.price-panel-total {
    margin-top: 23px;
    padding: 25px;
    border-radius: 16px;
    background: #fff;
    color: var(--price-navy);
}

.price-panel-total small {
    color: #8b98ad;
    font-size: 12px;
}

.price-panel-total div {
    display: flex;
    align-items: baseline;
    margin-top: 10px;
    color: var(--price-blue);
}

.price-panel-total b {
    font-size: 42px;
    line-height: 1;
}

.price-panel-total em {
    margin-left: 5px;
    color: #77869e;
    font-size: 13px;
}

.price-panel-steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-top: 13px;
}

.price-panel-steps div {
    padding: 16px 8px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 11px;
    background: rgba(255, 255, 255, .08);
    text-align: center;
}

.price-panel-steps b,
.price-panel-steps span {
    display: block;
}

.price-panel-steps b {
    font-size: 17px;
}

.price-panel-steps span {
    margin-top: 5px;
    color: rgba(255, 255, 255, .64);
    font-size: 11px;
}

.price-builder {
    padding: 84px 0 110px;
}

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

.license-lookup {
    position: relative;
    display: grid;
    grid-template-columns: 62px minmax(250px, 1fr) minmax(390px, 500px);
    grid-template-rows: auto auto;
    gap: 0 22px;
    align-items: center;
    margin: -20px 0 58px;
    padding: 27px 30px 23px;
    overflow: hidden;
    border: 1px solid #cfe0f7;
    border-radius: 19px;
    background: linear-gradient(118deg, #fff 0%, #f5f9ff 58%, #edf5ff 100%);
    box-shadow: 0 18px 45px rgba(30, 78, 147, .1);
}

.license-lookup::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--price-blue), #51a8ff 72%, var(--price-orange));
    content: "";
}

.license-lookup-mark {
    display: flex;
    grid-row: 1 / 3;
    align-items: center;
    justify-content: center;
    width: 62px;
    height: 62px;
    border-radius: 18px;
    background: linear-gradient(145deg, #1267e9, #3b91fb);
    box-shadow: 0 12px 26px rgba(38, 119, 245, .24);
    color: #fff;
    font-size: 29px;
    font-weight: 800;
}

.license-lookup-copy span {
    color: var(--price-blue);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 2.3px;
}

.license-lookup-copy h2 {
    margin-top: 5px;
    color: #172944;
    font-size: 23px;
    line-height: 1.35;
}

.license-lookup-copy p {
    margin-top: 5px;
    color: #73829a;
    font-size: 12px;
    line-height: 1.6;
}

.license-lookup-form {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 112px;
    height: 48px;
    padding: 4px;
    border: 1px solid #cfdff4;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 8px 20px rgba(31, 79, 147, .07);
}

.license-lookup-form:focus-within {
    border-color: #75aaf8;
    box-shadow: 0 0 0 3px rgba(38, 119, 245, .1), 0 8px 20px rgba(31, 79, 147, .07);
}

.license-lookup-form input {
    min-width: 0;
    padding: 0 13px;
    border: 0;
    outline: 0;
    background: transparent;
    color: #223450;
    font-size: 13px;
}

.license-lookup-form input::placeholder {
    color: #9aa8ba;
}

.license-lookup-form button {
    border: 0;
    border-radius: 9px;
    background: var(--price-blue);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    transition: .2s ease;
}

.license-lookup-form button:hover {
    background: var(--price-blue-dark);
}

.license-lookup-form button:disabled {
    cursor: wait;
    opacity: .7;
}

.license-lookup-message {
    grid-column: 3;
    min-height: 18px;
    margin-top: 6px;
    color: #77879d;
    font-size: 11px;
}

.license-lookup-message.is-error {
    color: #d64d4d;
}

.license-lookup-message.is-success {
    color: #159264;
}

.license-modal[hidden] {
    display: none !important;
}

.license-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    overflow-y: auto;
    padding: 34px 20px;
}

.license-modal-backdrop {
    position: fixed;
    inset: 0;
    border: 0;
    background: rgba(10, 24, 49, .72);
    backdrop-filter: blur(7px);
    cursor: default;
}

.license-modal-dialog {
    position: relative;
    z-index: 1;
    width: min(820px, 100%);
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .55);
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 30px 90px rgba(4, 22, 55, .34);
}

.license-modal-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 15px 18px;
    border-bottom: 1px solid #e4ecf7;
    background: #fff;
}

.license-modal-head > div {
    display: flex;
    align-items: center;
    gap: 9px;
}

.license-modal-head strong {
    color: #1d8c62;
    font-size: 13px;
}

.license-valid-dot {
    width: 10px;
    height: 10px;
    border: 3px solid #cef2e4;
    border-radius: 50%;
    background: #19b67a;
    box-sizing: content-box;
}

.license-modal-actions button {
    min-width: 78px;
    height: 34px;
    padding: 0 13px;
    border: 1px solid #d5e2f4;
    border-radius: 8px;
    background: #f7faff;
    color: #3b5578;
    font-size: 12px;
    cursor: pointer;
}

.license-modal-actions button:last-child {
    min-width: 34px;
    padding: 0;
    color: #71829a;
    font-size: 22px;
}

.license-certificate {
    position: relative;
    width: calc(100% - 36px);
    aspect-ratio: 2479 / 3508;
    margin: 18px;
    background: #fff;
    color: #050505;
}

.license-certificate-inner {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #fff url('/style/images/license-certificate-frame.png') center / 100% 100% no-repeat;
    /* Word 模板正文：等线、18 磅、加粗 */
    font-family: DengXian, "等线", "Microsoft YaHei", sans-serif;
}

.license-certificate-title {
    position: absolute;
    top: 20.2%;
    right: 0;
    left: 0;
    text-align: center;
}

.license-certificate-title h2 {
    color: #000;
    /* Word 模板标题：方正大标宋简体、48 磅 */
    font-family: "方正大标宋简体", "FZDaBiaoSong-B06S", "方正粗黑宋简体", "STZhongsong", SimSun, serif;
    font-size: clamp(38px, 4vw, 64px);
    font-weight: 400;
    letter-spacing: 0;
}

.license-certificate-no {
    position: absolute;
    top: 32.7%;
    right: 13.5%;
    color: #090909;
    /* Word 模板编号：方正大标宋简体、14 磅 */
    font-family: "方正大标宋简体", "FZDaBiaoSong-B06S", "方正粗黑宋简体", "STZhongsong", SimSun, serif;
    font-size: clamp(11px, 1.18vw, 19px);
}

.license-certificate-no strong {
    color: #000;
    font-weight: 400;
}

.license-certificate-grantee {
    position: absolute;
    top: 39.3%;
    right: 13.8%;
    left: 13.8%;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 24px;
    align-items: end;
    font-size: clamp(13px, 1.55vw, 24px);
    font-weight: 700;
}

.license-certificate-grantee strong {
    min-width: 0;
    padding: 0 10px 5px;
    border-bottom: 1px solid #111;
    font-size: inherit;
    line-height: 1.45;
    text-align: center;
    overflow-wrap: anywhere;
}

.license-certificate-text {
    position: absolute;
    top: 45.5%;
    right: 13.8%;
    left: 13.8%;
    color: #000;
    font-size: clamp(12px, 1.55vw, 24px);
    font-weight: 700;
    line-height: 2.15;
    text-indent: 2em;
}

.license-certificate-text strong {
    color: #000;
}

.license-certificate-meta {
    position: absolute;
    top: 54.7%;
    right: 13.8%;
    left: 19.5%;
    color: #000;
    font-size: clamp(12px, 1.55vw, 24px);
    font-weight: 700;
    line-height: 2.2;
}

.license-certificate-meta p {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 8px;
}

.license-certificate-meta span {
    min-width: 0;
    overflow-wrap: anywhere;
}

.license-certificate-special {
    position: absolute;
    top: 67.7%;
    left: 19.5%;
    color: #000;
    font-size: clamp(13px, 1.55vw, 24px);
    font-weight: 700;
}

.license-seal {
    position: absolute;
    right: 15.8%;
    bottom: 12.2%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: clamp(88px, 11vw, 132px);
    aspect-ratio: 1;
    padding: 15px;
    border: 3px solid rgba(205, 24, 24, .83);
    border-radius: 50%;
    background: rgba(255, 255, 255, .22);
    box-shadow: inset 0 0 0 3px #fff, inset 0 0 0 5px rgba(205, 24, 24, .76);
    color: rgba(195, 20, 20, .83);
    text-align: center;
    transform: rotate(-9deg);
}

.license-seal span {
    font-family: sans-serif;
    font-size: clamp(19px, 2vw, 26px);
    line-height: 1;
}

.license-seal b {
    margin-top: 5px;
    font-family: DengXian, "等线", "Microsoft YaHei", sans-serif;
    font-size: clamp(8px, .82vw, 11px);
    line-height: 1.25;
    letter-spacing: .03em;
}

.license-seal small {
    margin-top: 4px;
    font-size: clamp(7px, .7vw, 9px);
    font-weight: 700;
    letter-spacing: .22em;
}

.license-certificate-date {
    position: absolute;
    right: 14.5%;
    bottom: 8.4%;
    color: #000;
    font-size: clamp(11px, 1.55vw, 24px);
    font-weight: 700;
    letter-spacing: 0;
}

.price-section-head {
    max-width: 760px;
    margin: 0 auto 44px;
    text-align: center;
}

.price-section-head .price-eyebrow::before {
    display: none;
}

.price-section-head h2 {
    margin-top: 14px;
    font-size: 38px;
    line-height: 1.35;
}

.price-section-head p {
    margin-top: 13px;
    color: var(--price-muted);
    font-size: 15px;
    line-height: 1.8;
}

.price-source-date {
    display: inline-flex;
    margin-top: 15px;
    padding: 6px 12px;
    border: 1px solid #d8e5f8;
    border-radius: 999px;
    background: #fff;
    color: #6f7f98;
    font-size: 12px;
}

.price-step-block + .price-step-block {
    margin-top: 64px;
}

.price-step-title {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 22px;
}

.price-step-title > div {
    display: flex;
    align-items: center;
    gap: 13px;
}

.price-step-title b {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 13px;
    background: linear-gradient(135deg, var(--price-blue), #52a7ff);
    box-shadow: 0 10px 24px rgba(38, 119, 245, .22);
    color: #fff;
    font-size: 14px;
}

.price-step-title h3 {
    font-size: 24px;
}

.price-step-title p {
    margin-top: 5px;
    color: var(--price-muted);
    font-size: 13px;
}

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

.price-plan-card {
    position: relative;
    min-width: 0;
    padding: 22px 18px 19px;
    border: 1px solid var(--price-line);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 9px 25px rgba(36, 73, 128, .06);
    cursor: pointer;
    transition: .22s ease;
}

.price-plan-card:hover {
    transform: translateY(-3px);
    border-color: #a9c9fb;
    box-shadow: 0 15px 35px rgba(36, 93, 181, .12);
}

.price-plan-card.is-active {
    border-color: var(--price-blue);
    box-shadow: 0 15px 40px rgba(38, 119, 245, .16), inset 0 0 0 1px var(--price-blue);
}

.price-plan-card input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.price-plan-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 26px;
}

.price-plan-top span:first-child {
    color: var(--price-blue);
    font-size: 12px;
    font-weight: 700;
}

.price-plan-badge {
    padding: 4px 8px;
    border-radius: 999px;
    background: #fff0df;
    color: #e47600;
    font-size: 10px;
}

.price-plan-card h4 {
    min-height: 52px;
    margin-top: 13px;
    font-size: 17px;
    line-height: 1.5;
}

.price-plan-card .price-plan-money {
    display: flex;
    align-items: baseline;
    margin-top: 15px;
    color: var(--price-blue);
}

.price-plan-money i {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
}

.price-plan-money strong {
    font-size: 30px;
    line-height: 1;
}

.price-plan-money em {
    margin-left: 4px;
    color: #8b98aa;
    font-size: 11px;
}

.price-plan-card > p {
    min-height: 60px;
    margin-top: 15px;
    color: var(--price-muted);
    font-size: 12px;
    line-height: 1.7;
}

.price-plan-meta {
    margin-top: 13px;
    padding-top: 13px;
    border-top: 1px solid #edf2f8;
    color: #65758e;
    font-size: 11px;
}

.price-plan-check {
    position: absolute;
    right: 15px;
    bottom: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    border: 1px solid #c9d8eb;
    border-radius: 50%;
    color: transparent;
    font-size: 12px;
}

.price-plan-card.is-active .price-plan-check {
    border-color: var(--price-blue);
    background: var(--price-blue);
    color: #fff;
}

.price-common-included {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 18px;
    padding: 17px 19px;
    border: 1px solid #d9e7fa;
    border-radius: 13px;
    background: var(--price-blue-soft);
}

.price-common-included strong {
    margin-right: 5px;
    color: #24538f;
    font-size: 13px;
}

.price-common-included span {
    padding: 4px 9px;
    border-radius: 999px;
    background: #fff;
    color: #5f7089;
    font-size: 11px;
}

.price-config-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 335px;
    gap: 26px;
    align-items: start;
}

.price-config-main {
    min-width: 0;
}

.price-filter {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-bottom: 18px;
}

.price-filter button {
    height: 34px;
    padding: 0 15px;
    border: 1px solid #dce7f6;
    border-radius: 999px;
    background: #fff;
    color: #66768f;
    font-size: 12px;
    cursor: pointer;
}

.price-filter button.is-active,
.price-filter button:hover {
    border-color: var(--price-blue);
    background: var(--price-blue);
    color: #fff;
}

.price-addon-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.price-addon-card {
    position: relative;
    display: flex;
    align-items: center;
    min-width: 0;
    min-height: 96px;
    padding: 18px 16px;
    border: 1px solid var(--price-line);
    border-radius: 14px;
    background: #fff;
    cursor: pointer;
    transition: .2s ease;
}

.price-addon-card:hover {
    border-color: #abcafb;
    box-shadow: 0 10px 24px rgba(31, 87, 168, .08);
}

.price-addon-card.is-selected {
    border-color: var(--price-blue);
    background: #f7faff;
    box-shadow: inset 0 0 0 1px var(--price-blue);
}

.price-addon-card.is-included {
    border-color: #cdeede;
    background: #f5fdf9;
    cursor: default;
}

.price-addon-check {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    width: 23px;
    height: 23px;
    margin-right: 13px;
    border: 1px solid #c8d7e9;
    border-radius: 7px;
    background: #fff;
    color: transparent;
    font-size: 13px;
}

.price-addon-card.is-selected .price-addon-check {
    border-color: var(--price-blue);
    background: var(--price-blue);
    color: #fff;
}

.price-addon-card.is-included .price-addon-check {
    border-color: var(--price-green);
    background: var(--price-green);
    color: #fff;
}

.price-addon-card input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.price-addon-copy {
    min-width: 0;
}

.price-addon-copy strong,
.price-addon-copy span {
    display: block;
}

.price-addon-copy strong {
    overflow: hidden;
    color: #21314d;
    font-size: 14px;
    line-height: 1.45;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.price-addon-copy span {
    margin-top: 6px;
    color: var(--price-muted);
    font-size: 11px;
}

.price-addon-price {
    flex: 0 0 auto;
    margin-left: auto;
    padding-left: 12px;
    color: var(--price-blue);
    font-size: 13px;
    font-weight: 700;
    white-space: nowrap;
}

.price-addon-card.is-included .price-addon-price {
    color: var(--price-green);
}

.price-addon-qty {
    display: none;
    align-items: center;
    gap: 6px;
    margin-left: 10px;
}

.price-addon-card.is-selected.has-quantity .price-addon-qty {
    display: flex;
}

.price-addon-qty button,
.price-hardware-qty button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border: 1px solid #d9e5f5;
    border-radius: 6px;
    background: #fff;
    color: #4e6382;
    cursor: pointer;
}

.price-addon-qty span,
.price-hardware-qty span {
    min-width: 20px;
    color: #20304b;
    font-size: 12px;
    text-align: center;
}

.price-no-result {
    grid-column: 1 / -1;
    padding: 42px;
    border: 1px dashed #cbd9ec;
    border-radius: 14px;
    background: #fff;
    color: var(--price-muted);
    text-align: center;
}

.price-hardware-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.price-hardware-card {
    position: relative;
    min-height: 195px;
    padding: 23px;
    border: 1px solid var(--price-line);
    border-radius: 16px;
    background: linear-gradient(145deg, #fff, #f7fbff);
    cursor: pointer;
}

.price-hardware-card.is-selected {
    border-color: var(--price-blue);
    box-shadow: inset 0 0 0 1px var(--price-blue), 0 12px 30px rgba(38, 119, 245, .08);
}

.price-hardware-card > input {
    position: absolute;
    opacity: 0;
}

.price-hardware-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 15px;
}

.price-hardware-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border-radius: 13px;
    background: var(--price-blue-soft);
    color: var(--price-blue);
    font-size: 21px;
    font-weight: 800;
}

.price-hardware-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border: 1px solid #c7d6e8;
    border-radius: 7px;
    background: #fff;
    color: transparent;
}

.price-hardware-card.is-selected .price-hardware-check {
    border-color: var(--price-blue);
    background: var(--price-blue);
    color: #fff;
}

.price-hardware-card h4 {
    margin-top: 17px;
    font-size: 18px;
}

.price-hardware-card p {
    min-height: 42px;
    margin-top: 8px;
    color: var(--price-muted);
    font-size: 12px;
    line-height: 1.7;
}

.price-hardware-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: 17px;
}

.price-hardware-money {
    color: var(--price-blue);
    font-size: 20px;
    font-weight: 800;
}

.price-hardware-qty {
    display: none;
    align-items: center;
    gap: 7px;
}

.price-hardware-card.is-selected .price-hardware-qty {
    display: flex;
}

.price-scale-upgrade {
    display: none;
    margin-top: 13px;
    padding-top: 12px;
    border-top: 1px solid #e5edf7;
    color: #63738b;
    font-size: 12px;
}

.price-hardware-card.is-selected .price-scale-upgrade {
    display: block;
}

.price-scale-upgrade label {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

.price-summary {
    position: sticky;
    top: 94px;
    overflow: hidden;
    border: 1px solid #d5e3f5;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 18px 50px rgba(30, 74, 139, .12);
}

.price-summary-head {
    padding: 22px 22px 18px;
    background: linear-gradient(135deg, #145fdd, #348cf8);
    color: #fff;
}

.price-summary-head span {
    color: rgba(255, 255, 255, .7);
    font-size: 11px;
    letter-spacing: 2px;
}

.price-summary-head h3 {
    margin-top: 7px;
    font-size: 21px;
}

.price-summary-body {
    padding: 20px 22px 23px;
}

.price-summary-plan {
    padding-bottom: 16px;
    border-bottom: 1px solid #e7eef8;
}

.price-summary-plan strong,
.price-summary-plan span {
    display: block;
}

.price-summary-plan strong {
    color: #1d2f4d;
    font-size: 15px;
}

.price-summary-plan span {
    margin-top: 5px;
    color: var(--price-muted);
    font-size: 11px;
}

.price-summary-lines {
    max-height: 250px;
    overflow-y: auto;
    margin-top: 13px;
    padding-right: 3px;
}

.price-summary-line {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    padding: 7px 0;
    color: #65748b;
    font-size: 12px;
}

.price-summary-line span:first-child {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.price-summary-line b {
    flex: 0 0 auto;
    color: #344763;
    font-weight: 600;
}

.price-summary-empty {
    padding: 12px 0;
    color: #9aa6b7;
    font-size: 12px;
    text-align: center;
}

.price-summary-renewal {
    margin-top: 13px;
    padding: 12px 13px;
    border-radius: 9px;
    background: #f3f7fc;
    color: #6c7b91;
    font-size: 11px;
    line-height: 1.6;
}

.price-summary-total {
    margin-top: 17px;
    padding-top: 16px;
    border-top: 1px solid #e7eef8;
}

.price-summary-total > span {
    color: #6f7f96;
    font-size: 12px;
}

.price-summary-total div {
    display: flex;
    align-items: baseline;
    margin-top: 7px;
    color: var(--price-blue);
}

.price-summary-total i {
    font-size: 19px;
    font-style: normal;
    font-weight: 700;
}

.price-summary-total strong {
    font-size: 39px;
    line-height: 1;
}

.price-summary-total small {
    margin-left: 5px;
    color: #8794a8;
    font-size: 11px;
}

.price-summary-actions {
    display: grid;
    gap: 9px;
    margin-top: 18px;
}

.price-summary-actions button,
.price-summary-actions a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 43px;
    border: 1px solid var(--price-blue);
    border-radius: 8px;
    background: #fff;
    color: var(--price-blue);
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
}

.price-summary-actions .price-consult {
    background: var(--price-blue);
    color: #fff;
}

.price-disclaimer {
    margin-top: 28px;
    padding: 22px 24px;
    border: 1px solid #f2dfc8;
    border-radius: 14px;
    background: #fffaf4;
}

.price-disclaimer h3 {
    color: #a65c0d;
    font-size: 15px;
}

.price-disclaimer ul {
    margin-top: 11px;
}

.price-disclaimer li {
    position: relative;
    padding-left: 17px;
    color: #7d6a55;
    font-size: 12px;
    line-height: 1.8;
}

.price-disclaimer li::before {
    position: absolute;
    top: 10px;
    left: 2px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: var(--price-orange);
    content: "";
}

.price-footer {
    padding: 31px 0;
    background: #14213a;
    color: #8f9db4;
    font-size: 13px;
}

.price-footer .price-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.price-footer a {
    margin-left: 18px;
    color: #b8c4d7;
}

.price-toast {
    position: fixed;
    right: 26px;
    bottom: 28px;
    z-index: 2000;
    padding: 12px 18px;
    border-radius: 8px;
    background: rgba(18, 33, 61, .94);
    color: #fff;
    font-size: 13px;
    opacity: 0;
    pointer-events: none;
    transform: translateY(10px);
    transition: .22s ease;
}

.price-toast.is-show {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 1160px) {
    .price-plan-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .price-plan-card > p {
        min-height: 40px;
    }
}

@media (max-width: 980px) {
    .license-lookup {
        grid-template-columns: 58px minmax(0, 1fr);
        gap: 0 18px;
    }

    .license-lookup-mark {
        grid-row: 1;
        width: 58px;
        height: 58px;
    }

    .license-lookup-form,
    .license-lookup-message {
        grid-column: 1 / -1;
        margin-top: 17px;
    }

    .license-lookup-message {
        margin-top: 6px;
    }

    .price-hero-inner {
        grid-template-columns: 1fr;
        gap: 42px;
        padding-top: 75px;
        text-align: center;
    }

    .price-hero-copy > p {
        margin-right: auto;
        margin-left: auto;
    }

    .price-hero-points {
        justify-content: center;
    }

    .price-hero-panel {
        width: min(560px, 100%);
        margin: 0 auto;
        text-align: left;
    }

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

    .price-summary {
        position: relative;
        top: auto;
    }

    .price-summary-lines {
        max-height: none;
    }
}

@media (max-width: 720px) {
    .price-container {
        width: calc(100% - 30px);
    }

    .price-hero-inner {
        min-height: 0;
        padding: 58px 0 70px;
    }

    .price-hero-copy,
    .price-hero-panel {
        min-width: 0;
        width: 100%;
        box-sizing: border-box;
    }

    .price-hero h1 {
        max-width: 100%;
        font-size: 34px;
        overflow-wrap: anywhere;
    }

    .price-hero-copy > p {
        max-width: 100%;
        font-size: 14px;
        line-height: 1.8;
    }

    .price-hero-points {
        gap: 11px 16px;
        font-size: 12px;
    }

    .price-hero-action {
        width: 100%;
    }

    .price-hero-panel {
        padding: 18px;
        border-radius: 17px;
    }

    .price-panel-total {
        padding: 20px;
    }

    .price-panel-total b {
        font-size: 36px;
    }

    .price-builder {
        padding: 64px 0 80px;
    }

    .license-lookup {
        grid-template-columns: 48px minmax(0, 1fr);
        margin: -20px 0 42px;
        padding: 22px 18px 18px;
        border-radius: 16px;
    }

    .license-lookup-mark {
        width: 48px;
        height: 48px;
        border-radius: 14px;
        font-size: 24px;
    }

    .license-lookup-copy h2 {
        font-size: 20px;
    }

    .license-lookup-copy p {
        font-size: 11px;
    }

    .license-lookup-form {
        grid-template-columns: minmax(0, 1fr) 94px;
        height: 47px;
    }

    .license-lookup-form input {
        padding: 0 9px;
        font-size: 12px;
    }

    .license-modal {
        padding: 10px;
    }

    .license-modal-dialog {
        border-radius: 15px;
    }

    .license-modal-head {
        padding: 12px;
    }

    .license-modal-head strong {
        font-size: 11px;
    }

    .license-modal-actions button:first-child {
        min-width: 66px;
        padding: 0 8px;
        font-size: 11px;
    }

    .license-certificate {
        width: calc(100% - 20px);
        margin: 10px;
    }

    .license-certificate-inner {
        min-height: 0;
    }

    .license-certificate-title h2 {
        font-size: 31px;
        letter-spacing: 0;
    }

    .license-certificate-no {
        font-size: 8px;
    }

    .license-certificate-grantee {
        gap: 9px;
        font-size: 9px;
    }

    .license-certificate-grantee strong {
        padding: 0 4px 2px;
        font-size: 10px;
    }

    .license-certificate-text {
        font-size: 9px;
        line-height: 1.9;
    }

    .license-certificate-meta {
        font-size: 8.5px;
        line-height: 2;
    }

    .license-seal {
        width: 68px;
        padding: 9px;
        border-width: 2px;
        box-shadow: inset 0 0 0 2px #fff, inset 0 0 0 3px rgba(205, 24, 24, .76);
    }

    .license-seal span {
        font-size: 15px;
    }

    .license-seal b {
        margin-top: 3px;
        font-size: 6px;
    }

    .license-seal small {
        margin-top: 2px;
        font-size: 5.5px;
    }

    .license-certificate-special {
        font-size: 9px;
    }

    .license-certificate-date {
        font-size: 8px;
    }

    .price-section-head {
        margin-bottom: 34px;
    }

    .price-section-head h2 {
        font-size: 29px;
    }

    .price-step-title {
        align-items: flex-start;
    }

    .price-step-title h3 {
        font-size: 21px;
    }

    .price-step-title > span {
        display: none;
    }

    .price-plan-grid,
    .price-addon-grid,
    .price-hardware-grid {
        grid-template-columns: 1fr;
    }

    .price-plan-card h4,
    .price-plan-card > p {
        min-height: 0;
    }

    .price-addon-card {
        min-height: 90px;
    }

    .price-addon-copy strong {
        white-space: normal;
    }

    .price-addon-card.has-quantity {
        flex-wrap: wrap;
    }

    .price-addon-card.has-quantity .price-addon-qty {
        margin-top: 10px;
        margin-left: 36px;
    }

    .price-footer .price-container {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }

    .price-footer a {
        margin: 0 8px;
    }
}

@media print {
    .wx-price-page #nav,
    .price-hero,
    .price-filter,
    .price-summary-actions,
    .price-footer,
    .price-toast {
        display: none !important;
    }

    body.wx-price-page,
    .price-builder {
        background: #fff;
    }

    .price-builder {
        padding: 20px 0;
    }

    .price-plan-grid,
    .price-addon-grid,
    .price-hardware-grid {
        display: none;
    }

    .price-config-layout {
        display: block;
    }

    .price-summary {
        position: static;
        width: 100%;
        box-shadow: none;
    }

    body.license-printing > *:not(.license-modal) {
        display: none !important;
    }

    body.license-printing .license-modal {
        position: static;
        display: block;
        overflow: visible;
        padding: 0;
    }

    body.license-printing .license-modal-backdrop,
    body.license-printing .license-modal-head {
        display: none !important;
    }

    body.license-printing .license-modal-dialog {
        width: 100%;
        max-width: none;
        overflow: visible;
        border: 0;
        border-radius: 0;
        box-shadow: none;
    }

    body.license-printing .license-certificate {
        width: 190mm;
        min-height: 268mm;
        margin: 5mm auto 0;
        padding: 3mm;
        print-color-adjust: exact;
        -webkit-print-color-adjust: exact;
    }

    body.license-printing .license-certificate-inner {
        min-height: 260mm;
    }
}
