.accuracy-star-map {
    padding: 68px 0;
    background: #ffffff;
}

.accuracy-star-map * {
    box-sizing: border-box;
}

.asm-head {
    max-width: 780px;
    margin: 0 auto 38px;
    text-align: center;
}

.asm-kicker {
    margin-bottom: 8px;
    color: #9b7a35;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.asm-head h2 {
    margin: 0 0 14px;
    color: #202838;
    font-size: 34px;
    line-height: 1.16;
    font-weight: 800;
}

.asm-head p {
    margin: 0;
    color: #606978;
    font-size: 16px;
    line-height: 1.58;
}

.asm-left-col,
.asm-right-col {
    margin-bottom: 24px;
}

.asm-main-card {
    position: relative;
    height: 100%;
    padding: 30px 28px;
    background: #202838;
    color: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 18px 46px rgba(32, 40, 56, 0.18);
}

.asm-main-card:before {
    content: "";
    position: absolute;
    right: -70px;
    top: -70px;
    width: 190px;
    height: 190px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(155, 122, 53, 0.34) 0%, rgba(155, 122, 53, 0) 70%);
}

.asm-main-card:after {
    content: "";
    position: absolute;
    left: -90px;
    bottom: -90px;
    width: 210px;
    height: 210px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0) 72%);
}

.asm-main-icon {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    margin-bottom: 22px;
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff;
    border-radius: 14px;
    font-size: 23px;
}

.asm-main-card h3 {
    position: relative;
    z-index: 1;
    margin: 0 0 14px;
    color: #ffffff;
    font-size: 25px;
    line-height: 1.22;
    font-weight: 800;
}

.asm-main-card p {
    position: relative;
    z-index: 1;
    margin: 0 0 22px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 15px;
    line-height: 1.58;
}

.asm-data-box {
    position: relative;
    z-index: 1;
    margin-bottom: 22px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 14px;
    overflow: hidden;
}

.asm-data-box div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 13px 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.asm-data-box div:last-child {
    border-bottom: none;
}

.asm-data-box span {
    color: rgba(255, 255, 255, 0.64);
    font-size: 13px;
    line-height: 1.2;
    font-weight: 700;
}

.asm-data-box strong {
    color: #ffffff;
    font-size: 13px;
    line-height: 1.2;
    font-weight: 800;
    text-align: right;
}

.asm-main-note {
    position: relative;
    z-index: 1;
    padding: 15px 16px;
    background: rgba(155, 122, 53, 0.22);
    border: 1px solid rgba(155, 122, 53, 0.28);
    border-radius: 13px;
    color: rgba(255, 255, 255, 0.86);
    font-size: 14px;
    line-height: 1.48;
}

.asm-proof-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    height: 100%;
}

.asm-proof-card {
    padding: 22px 20px;
    background: #f8f7f4;
    border: 1px solid rgba(32, 40, 56, 0.08);
    border-radius: 15px;
    box-shadow: 0 8px 24px rgba(32, 40, 56, 0.055);
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease, background-color 0.22s ease;
}

.asm-proof-card:hover {
    transform: translateY(-4px);
    background: #ffffff;
    border-color: rgba(155, 122, 53, 0.28);
    box-shadow: 0 16px 38px rgba(32, 40, 56, 0.11);
}

.asm-proof-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 38px;
    height: 26px;
    margin-bottom: 16px;
    padding: 0 9px;
    background: #202838;
    color: #ffffff;
    border-radius: 999px;
    font-size: 11px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: 0.5px;
}

.asm-proof-card h3 {
    margin: 0 0 9px;
    color: #202838;
    font-size: 18px;
    line-height: 1.25;
    font-weight: 800;
}

.asm-proof-card p {
    margin: 0;
    color: #606978;
    font-size: 14px;
    line-height: 1.48;
}

.asm-compare {
    margin-top: 28px;
    padding: 30px 28px 28px;
    background: #f7f6f3;
    border: 1px solid rgba(32, 40, 56, 0.08);
    border-radius: 16px;
}

.asm-compare-title {
    max-width: 820px;
    margin-bottom: 22px;
}

.asm-compare-title h3 {
    margin: 0 0 8px;
    color: #202838;
    font-size: 24px;
    line-height: 1.22;
    font-weight: 800;
}

.asm-compare-title p {
    margin: 0;
    color: #606978;
    font-size: 15px;
    line-height: 1.56;
}

.asm-compare-row {
    margin-left: -9px;
    margin-right: -9px;
}

.asm-compare-col {
    padding-left: 9px;
    padding-right: 9px;
    margin-bottom: 0;
}

.asm-compare-card {
    height: 100%;
    padding: 22px 22px;
    background: #ffffff;
    border-radius: 14px;
    border: 1px solid rgba(32, 40, 56, 0.08);
}

.asm-compare-card h4 {
    margin: 0 0 14px;
    color: #202838;
    font-size: 18px;
    line-height: 1.25;
    font-weight: 800;
}

.asm-compare-card ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.asm-compare-card li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 23px;
    color: #606978;
    font-size: 14px;
    line-height: 1.42;
}

.asm-compare-card li:last-child {
    margin-bottom: 0;
}

.asm-good li:before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: #9b7a35;
    font-weight: 900;
}

.asm-neutral li:before {
    content: "—";
    position: absolute;
    left: 0;
    top: 0;
    color: #9b7a35;
    font-weight: 900;
}

.asm-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    margin-top: 24px;
    padding: 22px 24px;
    background: #ffffff;
    border: 1px solid rgba(32, 40, 56, 0.1);
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(32, 40, 56, 0.07);
}

.asm-bottom-text {
    max-width: 740px;
    color: #606978;
    font-size: 15px;
    line-height: 1.5;
}

.asm-bottom-text strong {
    color: #202838;
}

.asm-btn,
.asm-btn:hover,
.asm-btn:visited,
.asm-btn:active {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    min-height: 46px;
    padding: 0 22px;
    background: #202838;
    color: #ffffff;
    border: 1px solid #202838;
    border-radius: 10px;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 800;
    text-decoration: none;
    transition: background-color 0.2s ease, border-color 0.2s ease;
}

.asm-btn:hover {
    background: #151c29;
    border-color: #151c29;
    color: #ffffff;
}


@media (max-width: 991.98px) {
    .accuracy-star-map {
        padding: 54px 0;
    }

    .asm-head {
        margin-bottom: 30px;
    }

    .asm-head h2 {
        font-size: 30px;
    }

    .asm-main-card {
        padding: 26px 24px;
    }

    .asm-proof-grid {
        gap: 16px;
    }

    .asm-bottom {
        display: block;
        text-align: center;
    }

    .asm-bottom-text {
        max-width: none;
        margin-bottom: 16px;
    }
}

@media (max-width: 767.98px) {
    .accuracy-star-map {
        padding: 42px 0;
    }

    .asm-head {
        text-align: left;
        margin-bottom: 24px;
    }

    .asm-head h2 {
        font-size: 26px;
    }

    .asm-head p {
        font-size: 14px;
        line-height: 1.5;
    }

    .asm-main-card {
        padding: 22px 18px;
        border-radius: 14px;
    }

    .asm-main-icon {
        width: 44px;
        height: 44px;
        margin-bottom: 18px;
        border-radius: 12px;
        font-size: 20px;
    }

    .asm-main-card h3 {
        font-size: 22px;
    }

    .asm-main-card p {
        font-size: 14px;
        line-height: 1.5;
    }

    .asm-data-box div {
        padding: 12px 13px;
    }

    .asm-data-box span,
    .asm-data-box strong {
        font-size: 12px;
    }

    .asm-main-note {
        padding: 13px 14px;
        font-size: 13px;
    }

    .asm-proof-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .asm-proof-card {
        padding: 17px 15px;
        border-radius: 13px;
    }

    .asm-proof-num {
        min-width: 33px;
        height: 23px;
        margin-bottom: 12px;
        font-size: 10px;
    }

    .asm-proof-card h3 {
        font-size: 16px;
    }

    .asm-proof-card p {
        font-size: 13px;
        line-height: 1.45;
    }

    .asm-compare {
        margin-top: 18px;
        padding: 22px 16px 16px;
        border-radius: 14px;
    }

    .asm-compare-title h3 {
        font-size: 21px;
    }

    .asm-compare-title p {
        font-size: 13px;
        line-height: 1.48;
    }

    .asm-compare-col {
        margin-bottom: 12px;
    }

    .asm-compare-card {
        padding: 17px 15px;
        border-radius: 13px;
    }

    .asm-compare-card h4 {
        font-size: 16px;
    }

    .asm-compare-card li {
        margin-bottom: 8px;
        font-size: 13px;
        line-height: 1.4;
    }

    .asm-bottom {
        margin-top: 18px;
        padding: 18px 16px;
        border-radius: 14px;
    }

    .asm-bottom-text {
        font-size: 13px;
        line-height: 1.45;
    }

    .asm-btn,
    .asm-btn:hover,
    .asm-btn:visited,
    .asm-btn:active {
        width: 100%;
        min-height: 42px;
        padding: 0 14px;
        font-size: 13px;
    }
}