.idb-v2 {
    --v2-ink: #17211b;
    --v2-muted: #66736b;
    --v2-line: #d9e1dc;
    --v2-bg: #f4f6f1;
    --v2-card: #ffffff;
    --v2-green: #16624d;
    --v2-green-dark: #0f4437;
    --v2-teal: #0d7d7d;
    --v2-sand: #efe5d3;
    --v2-clay: #b76f4b;
    --v2-gold: #d59f38;
    --v2-blue: #245c8a;
    --v2-soft-blue: #e8f1f7;
    --v2-shadow: 0 18px 44px rgba(23, 33, 27, 0.1);
    min-height: 100vh;
    padding-top: var(--idb-header-height, 70px);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.72) 0%, rgba(255, 255, 255, 0) 220px),
        var(--v2-bg);
    color: var(--v2-ink);
    font-family: "Pretendard", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.idb-v2 *,
.idb-v2 *::before,
.idb-v2 *::after {
    box-sizing: border-box;
}

.idb-v2 a {
    color: inherit;
    text-decoration: none;
}

.idb-v2-shell {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
}

.idb-v2-hero {
    padding: 38px 0 34px;
    border-bottom: 1px solid var(--v2-line);
    background:
        linear-gradient(90deg, rgba(22, 98, 77, 0.08) 0 1px, transparent 1px 100%),
        linear-gradient(180deg, #fbfcf8 0%, #edf4ef 100%);
    background-size: 28px 28px, auto;
}

.idb-v2-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) 430px;
    gap: 30px;
    align-items: center;
}

.idb-v2-hero-grid--single {
    grid-template-columns: 1fr;
}

.idb-v2-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 430px;
    padding: 24px 0;
}

.idb-v2-hero-grid--single .idb-v2-copy {
    width: min(880px, 100%);
}

.idb-v2-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: fit-content;
    margin: 0 0 18px;
    padding: 8px 12px;
    border: 1px solid rgba(22, 98, 77, 0.18);
    border-radius: 8px;
    background: #fff;
    color: var(--v2-green);
    font-size: 0.86rem;
    font-weight: 900;
}

.idb-v2-copy h1 {
    margin: 0;
    color: var(--v2-ink);
    font-size: clamp(2.05rem, 3.55vw, 3.55rem);
    line-height: 1.08;
    letter-spacing: 0;
}

.idb-v2-copy h1 span {
    color: var(--v2-green);
}

.idb-v2-lead {
    width: min(690px, 100%);
    margin: 22px 0 0;
    color: #3e4c45;
    font-size: 1.08rem;
    line-height: 1.75;
    word-break: keep-all;
}

.idb-v2-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 28px;
}

.idb-v2-primary,
.idb-v2-secondary,
.idb-v2-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 20px;
    border-radius: 8px;
    font-weight: 900;
    letter-spacing: 0;
}

button.idb-v2-submit {
    width: 100%;
    cursor: pointer;
}

.idb-v2-access-link {
    width: 100%;
}

.idb-v2-primary,
.idb-v2-submit {
    border: 1px solid var(--v2-green-dark);
    background: var(--v2-green);
    color: #fff;
    box-shadow: 0 10px 24px rgba(22, 98, 77, 0.2);
}

.idb-v2-secondary {
    border: 1px solid var(--v2-line);
    background: #fff;
    color: var(--v2-ink);
}

.idb-v2-primary:hover,
.idb-v2-submit:hover {
    background: var(--v2-green-dark);
    color: #fff;
}

.idb-v2-secondary:hover {
    border-color: rgba(22, 98, 77, 0.35);
    color: var(--v2-green-dark);
}

.idb-v2-proof {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
    width: min(760px, 100%);
    margin-top: 32px;
}

.idb-v2-proof span {
    display: grid;
    gap: 5px;
    min-height: 74px;
    padding: 13px 12px;
    border: 1px solid var(--v2-line);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.78);
    color: #344238;
    font-size: 0.9rem;
    font-weight: 850;
    word-break: keep-all;
}

.idb-v2-proof b {
    color: var(--v2-green);
    font-size: 0.78rem;
}

.idb-v2-form-card {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 22px;
    border: 1px solid rgba(22, 98, 77, 0.18);
    border-radius: 8px;
    background: #fff;
    box-shadow: var(--v2-shadow);
}

.idb-v2-hero-consult-card {
    align-self: center;
    min-height: 0;
}

.idb-v2-hero-consult-card .idb-v2-form {
    gap: 10px;
}

.idb-v2-hero-consult-card .idb-v2-form-head strong {
    font-size: 1.25rem;
}

.idb-v2-hero-consult-card .idb-v2-field-pair {
    grid-template-columns: 1fr 1fr;
    gap: 8px;
}

.idb-v2-form-head {
    display: grid;
    gap: 7px;
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid var(--v2-line);
}

.idb-v2-form-head strong {
    font-size: 1.35rem;
    letter-spacing: 0;
}

.idb-v2-form-head span {
    color: var(--v2-muted);
    font-size: 0.92rem;
    line-height: 1.55;
}

.idb-v2-form {
    display: grid;
    gap: 12px;
}

.idb-v2-form label {
    display: grid;
    gap: 7px;
    margin: 0;
    color: var(--v2-ink);
    font-weight: 850;
}

.idb-v2-form label span {
    font-size: 0.88rem;
}

.idb-v2-form input,
.idb-v2-form select,
.idb-v2-form textarea {
    width: 100%;
    min-height: 46px;
    border: 1px solid #cdd8d2;
    border-radius: 8px;
    padding: 0 13px;
    background: #fff;
    color: var(--v2-ink);
    font: inherit;
}

.idb-v2-form textarea {
    min-height: 104px;
    padding: 12px 13px;
    resize: vertical;
    line-height: 1.55;
}

.idb-v2-form input:focus,
.idb-v2-form select:focus,
.idb-v2-form textarea:focus {
    outline: 2px solid rgba(22, 98, 77, 0.18);
    border-color: var(--v2-green);
}

.idb-v2-consent {
    grid-template-columns: 18px minmax(0, 1fr);
    align-items: start;
    gap: 9px !important;
    padding: 10px;
    border-radius: 8px;
    background: #f7faf7;
    color: var(--v2-muted) !important;
    font-size: 0.84rem;
    font-weight: 750 !important;
    line-height: 1.5;
}

.idb-v2-consent input {
    min-height: auto;
    margin-top: 3px;
}

.idb-v2-consent-links {
    display: grid;
    gap: 5px;
    margin-top: -4px;
}

.idb-v2-consent-links .idb-consent-link-btn {
    justify-self: start;
}

.idb-v2-consent-links p {
    margin: 0;
    color: #6b756f;
    font-size: 0.82rem;
    line-height: 1.45;
}

.idb-v2-status {
    min-height: 18px;
    margin: 0;
    color: var(--v2-green-dark);
    font-size: 0.84rem;
    font-weight: 850;
    line-height: 1.45;
}

.idb-v2-strip {
    border-top: 1px solid #fff;
    border-bottom: 1px solid var(--v2-line);
    background: var(--v2-green);
    color: #fff;
}

.idb-v2-strip-grid {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    min-height: 66px;
}

.idb-v2-strip strong {
    font-size: 1rem;
}

.idb-v2-strip span {
    color: rgba(255, 255, 255, 0.86);
    font-size: 0.94rem;
    line-height: 1.55;
}

.idb-v2-section {
    padding: 56px 0;
}

.idb-v2-section + .idb-v2-section {
    border-top: 1px solid var(--v2-line);
}

.idb-v2-section-head {
    display: grid;
    gap: 9px;
    margin-bottom: 22px;
}

.idb-v2-section-head p {
    margin: 0;
    color: var(--v2-green);
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.12em;
}

.idb-v2-section-head h2 {
    margin: 0;
    color: var(--v2-ink);
    font-size: clamp(1.55rem, 2.6vw, 2.4rem);
    line-height: 1.26;
    letter-spacing: 0;
    word-break: keep-all;
}

.idb-v2-section-head span {
    color: var(--v2-muted);
    line-height: 1.65;
    word-break: keep-all;
}

.idb-v2-check-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.idb-v2-check-grid article {
    display: grid;
    gap: 10px;
    min-height: 190px;
    padding: 20px;
    border: 1px solid var(--v2-line);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(23, 33, 27, 0.05);
}

.idb-v2-check-grid i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 8px;
    background: #e3f0eb;
    color: var(--v2-green);
    font-size: 1.05rem;
}

.idb-v2-check-grid h3 {
    margin: 0;
    font-size: 1.08rem;
}

.idb-v2-check-grid p {
    margin: 0;
    color: var(--v2-muted);
    line-height: 1.65;
    word-break: keep-all;
}

.idb-v2-rate-page:not(.is-report-unlocked) .idb-v2-report-section {
    display: none;
}

.idb-v2-report-section {
    background: #fff;
}

.idb-v2-report-head-wrap {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 22px;
}

.idb-v2-report-head {
    max-width: 780px;
    margin-bottom: 0;
}

.idb-v2-report-top-cta {
    flex: 0 0 auto;
    min-width: 148px;
    margin-top: 34px;
}

.idb-v2-base-condition {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0 0 18px;
    padding: 13px 16px;
    border: 1px solid rgba(22, 98, 77, 0.18);
    border-radius: 8px;
    background: #f8fbf7;
}

.idb-v2-base-condition strong {
    flex: 0 0 auto;
    color: var(--v2-green-dark);
    font-size: 0.88rem;
    font-weight: 950;
}

.idb-v2-base-condition span {
    color: #3e4c45;
    font-size: 0.92rem;
    font-weight: 800;
    line-height: 1.5;
}

.idb-v2-mobile-top-summary,
.idb-v2-mobile-rate-list {
    display: none;
}

.idb-v2-report-grid {
    display: grid;
    gap: 18px;
}

.idb-v2-rate-card {
    overflow: hidden;
    border: 1px solid var(--v2-line);
    border-radius: 8px;
    background: #fff;
    box-shadow: var(--v2-shadow);
}

.idb-v2-rate-card-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px;
    padding: 20px;
    background:
        linear-gradient(135deg, rgba(22, 98, 77, 0.08), rgba(36, 92, 138, 0.08)),
        #fbfcf8;
    border-bottom: 1px solid var(--v2-line);
}

.idb-v2-rate-card-head p {
    margin: 0 0 6px;
    color: var(--v2-clay);
    font-size: 0.78rem;
    font-weight: 900;
}

.idb-v2-rate-card-head h3 {
    margin: 0;
    font-size: 1.35rem;
    letter-spacing: 0;
}

.idb-v2-rate-card-head > span {
    max-width: 460px;
    color: var(--v2-muted);
    font-size: 0.88rem;
    line-height: 1.55;
    text-align: right;
}

.idb-v2-rate-highlights {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    padding: 14px 20px;
    border-bottom: 1px solid var(--v2-line);
    background: #fff;
}

.idb-v2-rate-highlights div {
    display: grid;
    gap: 5px;
    min-height: 64px;
    padding: 12px;
    border: 1px solid #e4e9e5;
    border-radius: 8px;
    background: #f8faf7;
}

.idb-v2-rate-highlights span {
    color: var(--v2-muted);
    font-size: 0.8rem;
    font-weight: 800;
}

.idb-v2-rate-highlights strong {
    color: var(--v2-green-dark);
    font-size: 1rem;
    line-height: 1.35;
}

.idb-v2-mobile-rate-list-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 0 0 8px;
}

.idb-v2-mobile-rate-list-head strong {
    color: var(--v2-ink);
    font-size: 0.95rem;
}

.idb-v2-mobile-rate-list-head span {
    color: var(--v2-muted);
    font-size: 0.82rem;
    font-weight: 800;
}

.idb-v2-mobile-rate-list article {
    display: grid;
    gap: 10px;
    padding: 13px;
    border: 1px solid #e1e7e3;
    border-radius: 8px;
    background: #fff;
}

.idb-v2-mobile-rate-list article.is-best {
    border-color: rgba(22, 98, 77, 0.46);
    background: #f0f8f4;
}

.idb-v2-mobile-rate-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.idb-v2-mobile-rate-top strong {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--v2-ink);
    font-size: 1rem;
}

.idb-v2-mobile-rate-top small {
    display: inline-flex;
    align-items: center;
    min-height: 21px;
    padding: 0 7px;
    border-radius: 999px;
    background: var(--v2-green);
    color: #fff;
    font-size: 0.7rem;
    font-weight: 900;
}

.idb-v2-mobile-rate-top span {
    color: var(--v2-clay);
    font-size: 1.12rem;
    font-weight: 950;
}

.idb-v2-mobile-rate-list dl {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
    margin: 0;
}

.idb-v2-mobile-rate-list dl div {
    display: grid;
    gap: 4px;
    padding: 8px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.78);
}

.idb-v2-mobile-rate-list dt,
.idb-v2-mobile-rate-list dd {
    margin: 0;
}

.idb-v2-mobile-rate-list dt {
    overflow: hidden;
    color: var(--v2-muted);
    font-size: 0.72rem;
    font-weight: 800;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.idb-v2-mobile-rate-list dd {
    color: var(--v2-green-dark);
    font-size: 0.84rem;
    font-weight: 900;
}

.idb-v2-rate-table-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.idb-v2-rate-table {
    width: 100%;
    min-width: 980px;
    border-collapse: collapse;
    font-size: 0.9rem;
}

.idb-v2-rate-table th,
.idb-v2-rate-table td {
    padding: 13px 12px;
    border-bottom: 1px solid #edf1ee;
    border-right: 1px solid #edf1ee;
    text-align: right;
    white-space: nowrap;
}

.idb-v2-rate-table th:first-child,
.idb-v2-rate-table td:first-child {
    text-align: left;
}

.idb-v2-rate-table thead th {
    position: sticky;
    top: 0;
    z-index: 1;
    background: #163f35;
    color: #fff;
    font-size: 0.78rem;
    text-align: center;
}

.idb-v2-rate-table tbody th {
    position: sticky;
    left: 0;
    z-index: 2;
    min-width: 174px;
    background: #fbfcf8;
    color: var(--v2-ink);
    vertical-align: top;
}

.idb-v2-rate-table tbody th small,
.idb-v2-rate-table tbody th em {
    display: block;
    margin-top: 4px;
    color: var(--v2-muted);
    font-style: normal;
    font-size: 0.75rem;
    font-weight: 750;
}

.idb-v2-rate-table tbody th em {
    color: var(--v2-clay);
}

.idb-v2-rate-table tr:last-child th,
.idb-v2-rate-table tr:last-child td {
    border-bottom: 0;
}

.idb-v2-rate-table .idb-v2-range {
    color: var(--v2-blue);
    font-weight: 900;
    background: var(--v2-soft-blue);
}

.idb-v2-rate-table .is-lowest {
    color: var(--v2-green-dark);
    font-weight: 950;
    background: #e7f4ef;
}

.idb-v2-total-recommend {
    margin-top: 22px;
    padding: 22px;
    border: 1px solid rgba(22, 98, 77, 0.22);
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(22, 98, 77, 0.08), rgba(213, 159, 56, 0.12)),
        #fbfcf8;
}

.idb-v2-total-recommend-head {
    display: grid;
    gap: 7px;
    margin-bottom: 16px;
}

.idb-v2-total-recommend-head p {
    margin: 0;
    color: var(--v2-clay);
    font-size: 0.78rem;
    font-weight: 950;
    letter-spacing: 0.12em;
}

.idb-v2-total-recommend-head h3 {
    margin: 0;
    color: var(--v2-ink);
    font-size: clamp(1.25rem, 2vw, 1.75rem);
    line-height: 1.3;
}

.idb-v2-total-recommend-head span {
    color: var(--v2-muted);
    line-height: 1.6;
}

.idb-v2-total-recommend-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
}

.idb-v2-total-recommend-grid article {
    display: grid;
    gap: 6px;
    min-height: 142px;
    padding: 16px;
    border: 1px solid #e0e7e2;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 8px 22px rgba(23, 33, 27, 0.06);
}

.idb-v2-total-recommend-grid span {
    color: var(--v2-green);
    font-size: 0.82rem;
    font-weight: 900;
}

.idb-v2-total-recommend-grid h4 {
    margin: 0;
    color: var(--v2-ink);
    font-size: 1.15rem;
}

.idb-v2-total-recommend-grid strong {
    color: var(--v2-clay);
    font-size: 1.45rem;
    line-height: 1.1;
}

.idb-v2-total-recommend-grid p {
    margin: 0;
    color: var(--v2-muted);
    font-size: 0.82rem;
    line-height: 1.45;
}

.idb-v2-coverage-note {
    display: grid;
    gap: 14px;
    margin-top: 16px;
    padding: 18px;
    border: 1px solid rgba(183, 111, 75, 0.24);
    border-radius: 8px;
    background: #fffaf3;
}

.idb-v2-coverage-note > div {
    display: grid;
    gap: 6px;
}

.idb-v2-coverage-note > div p {
    margin: 0;
    color: var(--v2-clay);
    font-size: 0.78rem;
    font-weight: 950;
    letter-spacing: 0.1em;
}

.idb-v2-coverage-note h4 {
    margin: 0;
    color: var(--v2-ink);
    font-size: clamp(1.08rem, 1.7vw, 1.35rem);
    line-height: 1.35;
}

.idb-v2-coverage-note ul {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.idb-v2-coverage-note li {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 11px;
    border: 1px solid rgba(22, 98, 77, 0.18);
    border-radius: 999px;
    background: #fff;
    color: var(--v2-green-dark);
    font-size: 0.86rem;
    font-weight: 850;
}

.idb-v2-coverage-note > p {
    margin: 0;
    color: #4d463f;
    line-height: 1.75;
    word-break: keep-all;
}

.idb-v2-compare {
    background: #fbfcf8;
}

.idb-v2-compare-grid,
.idb-v2-consult-grid {
    display: grid;
    grid-template-columns: 0.72fr 1fr;
    gap: 28px;
    align-items: start;
}

.idb-v2-table {
    overflow: hidden;
    border: 1px solid var(--v2-line);
    border-radius: 8px;
    background: #fff;
    box-shadow: var(--v2-shadow);
}

.idb-v2-table > div {
    display: grid;
    grid-template-columns: minmax(160px, 0.75fr) minmax(0, 1.25fr);
}

.idb-v2-table > div + div {
    border-top: 1px solid var(--v2-line);
}

.idb-v2-table strong,
.idb-v2-table span {
    padding: 16px 18px;
    line-height: 1.55;
}

.idb-v2-table strong {
    background: #eaf2ee;
    color: var(--v2-green-dark);
    font-size: 0.95rem;
}

.idb-v2-table span:first-child {
    color: #754b39;
    background: #fff8f2;
    font-weight: 850;
}

.idb-v2-table span:last-child {
    color: #244b3c;
    background: #f7fbf8;
    font-weight: 850;
}

.idb-v2-consult-section {
    background:
        linear-gradient(180deg, rgba(239, 229, 211, 0.72), rgba(255, 255, 255, 0)),
        #fff;
}

.idb-v2-consult-card .idb-v2-form-head strong {
    font-size: 1.2rem;
    font-weight: 800;
}

.idb-v2-consult-card .idb-v2-form-head span {
    color: #718078;
    font-size: 0.86rem;
    font-weight: 500;
}

.idb-v2-consult-card .idb-v2-form label {
    color: #2f3b35;
    font-weight: 650;
}

.idb-v2-consult-card .idb-v2-form label span {
    color: #58675f;
    font-size: 0.83rem;
    font-weight: 650;
}

.idb-v2-consult-card .idb-v2-form input,
.idb-v2-consult-card .idb-v2-form select,
.idb-v2-consult-card .idb-v2-form textarea {
    font-weight: 500;
}

.idb-v2-consult-card .idb-v2-form textarea::placeholder,
.idb-v2-consult-card .idb-v2-form input::placeholder {
    color: #9aa69f;
    font-weight: 400;
}

.idb-v2-consult-points {
    display: grid;
    gap: 9px;
    margin: 18px 0 0;
    padding: 0;
    list-style: none;
}

.idb-v2-consult-points li {
    position: relative;
    padding-left: 18px;
    color: #3e4c45;
    line-height: 1.55;
}

.idb-v2-consult-points li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.7em;
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: var(--v2-green);
}

.idb-v2-field-pair {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.idb-v2-final {
    padding: 18px 0 70px;
}

.idb-v2-final-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 24px;
    border: 1px solid rgba(22, 98, 77, 0.2);
    border-radius: 8px;
    background: linear-gradient(135deg, #eef5ee 0%, #fff 100%);
}

.idb-v2-final p {
    margin: 0 0 6px;
    color: var(--v2-green);
    font-weight: 900;
}

.idb-v2-final h2 {
    margin: 0;
    font-size: clamp(1.3rem, 2vw, 1.8rem);
    letter-spacing: 0;
    line-height: 1.35;
}

.idb-v2-mobile-cta {
    display: none;
}

@media (max-width: 1040px) {
    .idb-v2-hero-grid,
    .idb-v2-compare-grid,
    .idb-v2-consult-grid {
        grid-template-columns: 1fr;
    }

    .idb-v2-copy {
        min-height: auto;
        padding: 12px 0 0;
    }

    .idb-v2-form-card {
        align-self: stretch;
    }

    .idb-v2-hero-consult-card {
        align-self: stretch;
    }

    .idb-v2-check-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 720px) {
    .idb-v2 {
        padding-top: var(--idb-header-height, 50px);
        padding-bottom: 68px;
    }

    .idb-v2-shell {
        width: min(100% - 16px, 1180px);
    }

    .idb-v2-hero {
        padding: 14px 0;
    }

    .idb-v2-copy h1 {
        font-size: 1.78rem;
        line-height: 1.14;
    }

    .idb-v2-lead {
        margin-top: 14px;
        font-size: 0.9rem;
        line-height: 1.62;
    }

    .idb-v2-actions {
        display: none;
    }

    .idb-v2-check-grid,
    .idb-v2-rate-highlights,
    .idb-v2-total-recommend-grid {
        grid-template-columns: 1fr;
    }

    .idb-v2-proof {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 6px;
    }

    .idb-v2-base-condition {
        align-items: flex-start;
        flex-direction: column;
        gap: 6px;
    }

    .idb-v2-report-head-wrap {
        display: grid;
        gap: 12px;
        margin-bottom: 16px;
    }

    .idb-v2-report-top-cta {
        width: 100%;
        min-width: 0;
        margin-top: 0;
    }

    .idb-v2-proof {
        margin-top: 16px;
    }

    .idb-v2-proof span,
    .idb-v2-check-grid article {
        min-height: auto;
    }

    .idb-v2-form-card {
        padding: 16px;
    }

    .idb-v2-hero-consult-card {
        display: none;
    }

    .idb-v2-strip-grid,
    .idb-v2-rate-card-head,
    .idb-v2-final-box {
        align-items: flex-start;
        flex-direction: column;
    }

    .idb-v2-strip-grid {
        padding: 14px 0;
    }

    .idb-v2-rate-card-head > span {
        max-width: none;
        text-align: left;
    }

    .idb-v2-section {
        padding: 28px 0;
    }

    .idb-v2-check-grid article {
        padding: 16px;
    }

    .idb-v2-rate-card-head,
    .idb-v2-rate-highlights {
        padding: 16px;
    }

    .idb-v2-mobile-top-summary {
        display: grid;
        gap: 10px;
        margin: 0 0 14px;
        padding: 14px;
        border: 1px solid rgba(22, 98, 77, 0.24);
        border-radius: 8px;
        background: #f4faf6;
    }

    .idb-v2-mobile-top-summary h3 {
        margin: 0;
        color: var(--v2-ink);
        font-size: 1.1rem;
    }

    .idb-v2-mobile-top-summary p {
        margin: 0;
        color: var(--v2-muted);
        font-size: 0.84rem;
        line-height: 1.45;
    }

    .idb-v2-mobile-top-summary > div {
        display: grid;
        gap: 8px;
    }

    .idb-v2-mobile-top-summary article {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 3px 10px;
        padding: 10px 11px;
        border: 1px solid #dde7e1;
        border-radius: 8px;
        background: #fff;
    }

    .idb-v2-mobile-top-summary article span {
        grid-column: 1 / -1;
        color: var(--v2-muted);
        font-size: 0.78rem;
        font-weight: 800;
    }

    .idb-v2-mobile-top-summary article strong {
        color: var(--v2-ink);
        font-size: 0.98rem;
    }

    .idb-v2-mobile-top-summary article em {
        color: var(--v2-clay);
        font-style: normal;
        font-size: 1rem;
        font-weight: 950;
    }

    .idb-v2-rate-highlights {
        gap: 8px;
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .idb-v2-rate-highlights div {
        min-height: auto;
        padding: 10px;
    }

    .idb-v2-rate-table-wrap {
        display: none;
    }

    .idb-v2-mobile-rate-list {
        display: grid;
        gap: 8px;
        padding: 14px 16px 16px;
        border-top: 1px solid var(--v2-line);
        background: #fbfcf8;
    }

    .idb-v2-total-recommend {
        padding: 16px;
    }

    .idb-v2-rate-table {
        min-width: 920px;
        font-size: 0.84rem;
    }

    .idb-v2-rate-table th,
    .idb-v2-rate-table td {
        padding: 11px 10px;
    }

    .idb-v2-table > div {
        grid-template-columns: 1fr;
    }

    .idb-v2-table span:first-child {
        border-bottom: 1px solid var(--v2-line);
    }

    .idb-v2-field-pair {
        grid-template-columns: 1fr;
    }

    .idb-v2-final {
        padding-bottom: 32px;
    }

    .idb-v2-mobile-cta {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 80;
        display: block;
        padding: 8px 10px max(8px, env(safe-area-inset-bottom));
        border-top: 1px solid var(--v2-line);
        background: rgba(255, 255, 255, 0.94);
        box-shadow: 0 -10px 30px rgba(23, 33, 27, 0.12);
    }

    .idb-v2-mobile-cta a {
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 48px;
        border-radius: 8px;
        background: var(--v2-green);
        color: #fff;
        font-weight: 900;
    }

}
