.web4-compare-page .breadcrumbs {
    background-image: linear-gradient(180deg, rgba(1, 14, 39, 0.94) 0%, rgba(0, 27, 67, 0.96) 100%), url('/static/image/footer-bg.png');
    background-color: #010e27;
    background-size: cover;
    background-position: center;
}

.web4-compare-page .breadcrumbs .breadcrumb-nav {
    background: rgba(255, 255, 255, 0.12);
}

.compare-section {
    padding: 90px 0;
}

.compare-section.soft {
    background: linear-gradient(180deg, #f7f8fb 0%, #fefefe 100%);
}

.compare-hero-card {
    position: relative;
    overflow: hidden;
    border-radius: 34px;
    padding: clamp(32px, 5vw, 64px);
    background: radial-gradient(circle at 84% 18%, rgba(0, 95, 249, .28), transparent 25%), linear-gradient(135deg, #010e27 0%, #010e27 62%, #0033ab 100%);
    box-shadow: 0 30px 90px rgba(1, 14, 39, .22);
}

.compare-hero-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px);
    background-size: 54px 54px;
    opacity: .28;
    pointer-events: none;
}

.compare-hero-card > .row,
.compare-proof-grid {
    position: relative;
    z-index: 1;
}

.compare-kicker {
    display: inline-flex;
    padding: 9px 16px;
    border-radius: 999px;
    background: #e5effe;
    color: #005ff9;
    font-weight: 900;
    margin-bottom: 18px;
}

.compare-hero-copy h2 {
    color: #fff;
    font-size: clamp(34px, 4vw, 58px);
    line-height: 1.12;
    letter-spacing: -.045em;
    margin-bottom: 20px;
}

.compare-hero-copy p {
    color: rgba(255,255,255,.82);
    font-size: 17px;
    line-height: 31px;
    margin-bottom: 24px;
}

.compare-hero-stack {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 34px;
}

.compare-hero-stack .compare-hero-copy {
    max-width: 880px;
    margin: 0 auto;
    text-align: center;
}

.compare-hero-stack .compare-duel {
    max-width: 980px;
    width: 100%;
    margin: 0 auto;
}

.compare-hero-copy .btn {
    background: #005ff9;
    border-color: #005ff9;
    color: #fff;
    box-shadow: 0 18px 36px rgba(0, 95, 249, .24);
}

.compare-hero-copy .btn:hover {
    background: #005ff9;
    border-color: #005ff9;
    color: #fff;
}

.compare-duel {
    padding: 18px;
    border-radius: 28px;
    background: rgba(255,255,255,.12);
    border: 1px solid rgba(255,255,255,.18);
    backdrop-filter: blur(12px);
}

.compare-duel-window {
    overflow: hidden;
    border-radius: 22px;
    background: #fefefe;
}

.compare-duel-top {
    padding: 14px 18px;
    background: #e5effe;
    border-bottom: 1px solid #e5effe;
    color: #010e27;
    font-weight: 900;
}

.compare-duel-body {
    display: grid;
    grid-template-columns: 1fr 70px 1fr;
    gap: 14px;
    align-items: stretch;
    padding: 18px;
}

.compare-product-card {
    min-height: 220px;
    border-radius: 20px;
    padding: 22px;
    background: #fff;
    border: 1px solid #e5effe;
    box-shadow: 0 16px 40px rgba(38,52,86,.08);
}

.compare-product-card.web4 {
    background: linear-gradient(180deg, #fefefe 0%, #fff 100%);
}

.compare-product-card .logo-dot {
    width: 54px;
    height: 54px;
    border-radius: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #e5effe;
    color: #005ff9;
    font-size: 24px;
    margin-bottom: 18px;
}

.compare-product-card h3 {
    color: #010e27;
    font-size: 22px;
    margin-bottom: 12px;
}

.compare-product-card ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.compare-product-card li {
    color: #61708c;
    font-size: 14px;
    line-height: 25px;
    padding-left: 18px;
    position: relative;
}

.compare-product-card li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #005ff9;
}

.compare-vs {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    margin: auto;
    color: #fff;
    background: #005ff9;
    font-weight: 900;
    box-shadow: 0 12px 28px rgba(0,95,249,.24);
}

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

.compare-proof {
    padding: 18px;
    border-radius: 18px;
    background: rgba(255,255,255,.11);
    border: 1px solid rgba(255,255,255,.16);
}

.compare-proof strong {
    display: block;
    color: #fff;
    margin-bottom: 5px;
}

.compare-proof span {
    display: block;
    color: rgba(255,255,255,.72);
    font-size: 13px;
    line-height: 22px;
}

.compare-heading {
    max-width: 860px;
    margin: 0 auto 38px;
    text-align: center;
}

.compare-heading .mini {
    display: inline-flex;
    padding: 8px 16px;
    border-radius: 999px;
    color: #005ff9;
    background: #e5effe;
    font-weight: 900;
    margin-bottom: 14px;
}

.compare-heading h2 {
    color: #010e27;
    font-size: clamp(30px, 3vw, 42px);
    line-height: 1.22;
    letter-spacing: -.035em;
    margin-bottom: 12px;
}

.compare-heading p {
    color: #61708c;
    line-height: 28px;
    margin: 0;
}

.compare-table-wrap {
    overflow: hidden;
    border-radius: 28px;
    background: #fff;
    border: 1px solid rgba(0,95,249,.16);
    box-shadow: 0 24px 70px rgba(38,52,86,.08);
}

.compare-table {
    width: 100%;
    border-collapse: collapse;
}

.compare-table th,
.compare-table td {
    padding: 20px 22px;
    border-bottom: 1px solid #dbe7ff;
    color: #53627d;
    line-height: 27px;
    vertical-align: top;
}

.compare-table th {
    background: #e5effe;
    color: #24324d;
    font-weight: 900;
}

.compare-table th.web4,
.compare-table td.web4 {
    color: #010e27;
    font-weight: 800;
}

.compare-table tr:last-child td {
    border-bottom: 0;
}

.compare-story-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.compare-story-card {
    min-height: 290px;
    padding: 28px;
    border-radius: 28px;
    background: #fff;
    border: 1px solid rgba(8,24,40,.08);
    box-shadow: 0 24px 70px rgba(38,52,86,.08);
}

.compare-story-card .visual {
    height: 142px;
    border-radius: 24px;
    margin-bottom: 22px;
    background: linear-gradient(135deg, #f7f8fb 0%, #e5effe 100%);
    position: relative;
    overflow: hidden;
}

.compare-story-card .visual::before {
    content: "";
    position: absolute;
    left: 44px;
    top: 36px;
    width: 130px;
    height: 76px;
    border-radius: 16px;
    background: #010e27;
    box-shadow: 80px 28px 0 rgba(0,95,249,.28);
}

.compare-story-card .visual::after {
    content: "";
    position: absolute;
    right: 36px;
    top: 34px;
    width: 48px;
    height: 48px;
    border-radius: 16px;
    background: #005ff9;
}

.compare-story-card h3 {
    color: #010e27;
    font-size: 22px;
    margin-bottom: 12px;
}

.compare-story-card p {
    color: #61708c;
    line-height: 27px;
    margin: 0;
}

.compare-decision {
    border-radius: 32px;
    padding: 34px;
    background: linear-gradient(135deg, #fff 0%, #fefefe 100%);
    border: 1px solid #e5effe;
    box-shadow: 0 24px 70px rgba(38,52,86,.08);
}

.compare-decision-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.compare-decision-item {
    display: flex;
    gap: 14px;
    padding: 20px;
    border-radius: 20px;
    background: #fff;
    border: 1px solid rgba(0,95,249,.12);
}

.compare-decision-item i {
    width: 42px;
    height: 42px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #005ff9;
    background: #e5effe;
    flex: 0 0 auto;
}

.compare-decision-item strong {
    display: block;
    color: #010e27;
    margin-bottom: 6px;
}

.compare-decision-item span {
    color: #61708c;
    line-height: 24px;
}

@media (max-width: 991px) {
    .compare-duel-body,
    .compare-proof-grid,
    .compare-story-grid,
    .compare-decision-list {
        grid-template-columns: 1fr;
    }

    .compare-vs {
        transform: rotate(90deg);
    }

    .compare-hero-stack .compare-hero-copy {
        text-align: left;
    }
}

@media (max-width: 575px) {
    .compare-section {
        padding: 70px 0;
    }

    .compare-hero-card {
        border-radius: 26px;
        padding: 26px 18px;
    }

    .compare-table-wrap {
        overflow: visible;
        border-radius: 24px;
        background: transparent;
        border: 0;
        box-shadow: none;
    }

    .compare-table,
    .compare-table thead,
    .compare-table tbody,
    .compare-table tr,
    .compare-table th,
    .compare-table td {
        display: block;
        width: 100%;
    }

    .compare-table thead {
        display: none;
    }

    .compare-table tr {
        margin-bottom: 16px;
        overflow: hidden;
        border-radius: 22px;
        background: #fff;
        border: 1px solid #e5effe;
        box-shadow: 0 18px 44px rgba(38,52,86,.08);
    }

    .compare-table td {
        padding: 16px 18px;
        border-bottom: 1px solid #dbe7ff;
        word-break: break-word;
    }

    .compare-table td:last-child {
        border-bottom: 0;
    }

    .compare-table td:nth-child(1) {
        background: #e5effe;
        color: #010e27;
        font-weight: 900;
    }

    .compare-table td:nth-child(2)::before {
        content: attr(data-compare-label) "：";
        display: block;
        color: #005ff9;
        font-weight: 900;
        margin-bottom: 6px;
    }

    .compare-table td:nth-child(3)::before {
        content: attr(data-compare-label) "：";
        display: block;
        color: #005ff9;
        font-weight: 900;
        margin-bottom: 6px;
    }
}
