/* ============================================================
   Compare page v2 (2026-07-17) — honest 1-minute plan diagnosis
   in the /1650/ design language. Self-contained tokens.
   ============================================================ */

.cv2 {
    --cv-ink: #1c1c1a;
    --cv-muted: #6b6b64;
    --cv-border: #e5e5e2;
    --cv-surface: #ffffff;
    --cv-pink: #d4537e;
    --cv-pink-ink: #b23a63;
    --cv-tint: #fbeef3;
    color: var(--cv-ink);
}

.cv2__inner {
    max-width: 560px;
    margin: 0 auto;
    padding: 0 8px;
}

.cv2__kicker {
    display: flex;
    align-items: center;
    gap: 9px;
    color: var(--cv-pink-ink);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.05em;
    margin: 0 0 12px;
}

.cv2__kicker::before {
    content: "";
    width: 22px;
    height: 2px;
    background: var(--cv-pink);
    border-radius: 2px;
}

.cv2__title {
    font-size: clamp(24px, 6.7vw, 28px);
    font-weight: 900;
    line-height: 1.45;
    margin: 0 0 10px;
}

.cv2__hl {
    font-style: normal;
    color: var(--cv-pink);
    background: linear-gradient(transparent 74%, var(--cv-tint) 74%);
    padding: 0 2px;
}

.cv2__lead {
    font-size: 13.5px;
    line-height: 1.9;
    color: var(--cv-muted);
    margin: 0 0 22px;
}

.cv2__lead strong {
    color: var(--cv-ink);
    font-weight: 700;
}

/* ---------- quiz ---------- */

.cv2__group {
    margin-bottom: 20px;
}

.cv2__group-title {
    font-size: 12px;
    font-weight: 700;
    color: var(--cv-pink-ink);
    margin: 0 0 8px;
}

.cv2__item {
    display: flex;
    align-items: center;
    gap: 11px;
    background: var(--cv-surface);
    border: 1px solid var(--cv-border);
    border-radius: 12px;
    padding: 12px 14px;
    margin-bottom: 7px;
    cursor: pointer;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.5;
    transition: border-color 0.15s ease, background 0.15s ease;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

.cv2__item input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.cv2__box {
    flex: 0 0 auto;
    width: 20px;
    height: 20px;
    border-radius: 6px;
    border: 1.5px solid #d5d0cc;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cv2__box svg {
    width: 12px;
    height: 12px;
    stroke: #fff;
    stroke-width: 3;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    opacity: 0;
}

.cv2__item.is-on {
    border-color: var(--cv-pink);
    background: #fffafb;
}

.cv2__item.is-on .cv2__box {
    background: var(--cv-pink);
    border-color: var(--cv-pink);
}

.cv2__item.is-on .cv2__box svg {
    opacity: 1;
}

.cv2__submit {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3px;
    width: 100%;
    min-height: 54px;
    border-radius: 14px;
    border: 0;
    cursor: pointer;
    background: var(--cv-pink);
    color: #fff;
    font-family: inherit;
    font-size: 15.5px;
    font-weight: 800;
    box-shadow: 0 6px 18px rgba(212, 83, 126, 0.22);
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.cv2__submit:hover {
    transform: translateY(-1px);
    box-shadow: 0 8px 22px rgba(212, 83, 126, 0.28);
}

.cv2__submit small {
    font-size: 10.5px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.9);
}

.cv2__hint {
    margin: 10px 0 0;
    font-size: 11px;
    color: var(--cv-pink-ink);
    font-weight: 700;
    text-align: center;
    display: none;
}

.cv2__hint.is-shown {
    display: block;
}

/* ---------- result ---------- */

.cv2__result {
    margin-top: 26px;
    display: none;
}

.cv2__result.is-shown {
    display: block;
}

.cv2__rcard {
    background: var(--cv-surface);
    border: 1.5px solid var(--cv-pink);
    border-radius: 16px;
    padding: 20px 18px;
    position: relative;
}

.cv2__rtag {
    position: absolute;
    top: -10px;
    left: 18px;
    background: var(--cv-pink);
    color: #fff;
    font-size: 10.5px;
    font-weight: 800;
    border-radius: 999px;
    padding: 4px 12px;
}

.cv2__rplan {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin-top: 4px;
}

.cv2__rname {
    font-family: 'Manrope', 'Noto Sans JP', sans-serif;
    font-size: 20px;
    font-weight: 800;
    letter-spacing: 0.04em;
}

.cv2__rprice {
    font-size: 12px;
    font-weight: 700;
    color: var(--cv-muted);
}

.cv2__rprice b {
    font-family: 'Manrope', 'Noto Sans JP', sans-serif;
    font-size: 19px;
    color: var(--cv-pink-ink);
}

.cv2__rwhy {
    margin: 12px 0 0;
    font-size: 11.5px;
    font-weight: 700;
    color: var(--cv-muted);
}

.cv2__rlist {
    list-style: none;
    margin: 7px 0 0;
    padding: 0;
}

.cv2__rlist li {
    display: flex;
    gap: 8px;
    align-items: flex-start;
    font-size: 12.5px;
    font-weight: 500;
    padding: 5px 0;
    line-height: 1.55;
}

.cv2__rok {
    flex: 0 0 auto;
    width: 16px;
    height: 16px;
    margin-top: 1px;
    border-radius: 50%;
    background: var(--cv-tint);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.cv2__rok svg {
    width: 9px;
    height: 9px;
    stroke: var(--cv-pink-ink);
    stroke-width: 3;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.cv2__rtrial {
    margin: 12px 0 0;
    font-size: 11.5px;
    font-weight: 700;
    color: var(--cv-pink-ink);
}

.cv2__rcta {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 12px;
    min-height: 50px;
    border-radius: 13px;
    background: var(--cv-pink);
    color: #fff;
    text-decoration: none;
    font-size: 14.5px;
    font-weight: 800;
    box-shadow: 0 6px 18px rgba(212, 83, 126, 0.22);
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.cv2__rcta:hover {
    transform: translateY(-1px);
    box-shadow: 0 8px 22px rgba(212, 83, 126, 0.28);
}

.cv2__rfoot {
    margin: 9px 0 0;
    font-size: 9.5px;
    color: var(--cv-muted);
    line-height: 1.7;
}

.cv2__rnote {
    margin-top: 12px;
    padding: 12px 14px;
    background: #fff;
    border: 1px solid var(--cv-border);
    border-radius: 12px;
    font-size: 11.5px;
    color: var(--cv-muted);
    line-height: 1.8;
}

.cv2__rnote b {
    color: var(--cv-ink);
}

.cv2__retry {
    display: block;
    margin: 14px auto 0;
    background: none;
    border: 0;
    font-family: inherit;
    font-size: 11.5px;
    font-weight: 700;
    color: var(--cv-muted);
    text-decoration: underline;
    cursor: pointer;
}

/* ---------- comparison table ---------- */

.cv2__table-wrap {
    overflow-x: auto;
    margin-top: 18px;
    border: 1px solid var(--cv-border);
    border-radius: 14px;
    background: #fff;
}

.cv2__table {
    width: 100%;
    border-collapse: collapse;
    font-size: 12px;
    line-height: 1.6;
}

.cv2__table th,
.cv2__table td {
    padding: 10px 12px;
    text-align: left;
    border-bottom: 1px solid #f0ece9;
    vertical-align: top;
}

.cv2__table tr:last-child th,
.cv2__table tr:last-child td {
    border-bottom: 0;
}

.cv2__table thead th {
    font-size: 11px;
    font-weight: 700;
    color: var(--cv-muted);
    background: #faf8f7;
    white-space: nowrap;
}

.cv2__table thead th:nth-child(2) {
    color: var(--cv-pink-ink);
}

.cv2__table tbody th {
    font-weight: 700;
    white-space: nowrap;
    font-size: 11.5px;
}

.cv2__table td:nth-child(2) {
    font-weight: 700;
}

.cv2__post {
    display: none;
}

.cv2__post.is-shown {
    display: block;
}

/* ---------- final ---------- */

.cv2__final {
    text-align: center;
}

.cv2__final .cv2__kicker {
    justify-content: center;
}

.cv2__badges {
    --store-cta-badge-height: 46px;
    margin-top: 14px;
}

.cv2 .cv2__badges.store-cta .store-cta__buttons {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    gap: 10px;
}

.cv2 .cv2__badges.store-cta .store-cta__ios-link {
    width: calc(var(--store-cta-badge-height) * 2.7213);
    height: var(--store-cta-badge-height);
}

.cv2 .cv2__badges.store-cta .store-cta__android-link {
    width: calc(var(--store-cta-badge-height) * 3.3646);
    height: var(--store-cta-badge-height);
}

.cv2 .cv2__badges.store-cta .store-cta__ios-badge,
.cv2 .cv2__badges.store-cta .store-cta__android-badge {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.cv2__final-note {
    margin: 10px 0 0;
    font-size: 11.5px;
    font-weight: 700;
    color: var(--cv-muted);
}

/* ---------- section paddings ---------- */

.cv2.section {
    padding-top: 34px;
    padding-bottom: 26px;
}

.cv2--hero.section {
    padding-top: 22px;
    padding-bottom: 0;
}

@media (min-width: 880px) {
    .cv2.section {
        padding-top: 44px;
        padding-bottom: 32px;
    }

    .cv2--hero.section {
        padding-top: 30px;
    }
}
