.pbt-pv {
    background: linear-gradient(135deg, #f8fafc 0%, #eefcf8 100%);
    color: #0f172a;
    font-family: "Prompt", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    padding: 56px 18px;
}

.pbt-card-db {
    background: #f6f8fb;
    color: #0f172a;
    font-family: "Prompt", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    padding: 54px 18px;
}

.pbt-card-db * {
    box-sizing: border-box;
}

.pbt-card-db__inner {
    margin: 0 auto;
    max-width: 1120px;
}

.pbt-card-db__header {
    margin: 0 auto 24px;
    max-width: 760px;
    text-align: center;
}

.pbt-card-db__eyebrow,
.pbt-card-db__type {
    color: #0f766e;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0;
    margin: 0 0 8px;
}

.pbt-card-db__header h1 {
    color: #0f172a;
    font-size: 36px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.25;
    margin: 0;
}

.pbt-card-db__header p {
    color: #475569;
    font-size: 16px;
    line-height: 1.7;
    margin: 12px auto 0;
}

.pbt-card-db__filters {
    align-items: end;
    display: grid;
    gap: 14px;
    grid-template-columns: minmax(0, 1fr) minmax(220px, 0.32fr);
    margin: 0 0 22px;
}

.pbt-card-db__filters label {
    color: #334155;
    display: block;
    font-size: 14px;
    font-weight: 800;
}

.pbt-card-db__filters span {
    display: block;
    margin: 0 0 7px;
}

.pbt-card-db__filters input,
.pbt-card-db__filters select {
    background: #ffffff;
    border: 1px solid #cbd5e1;
    border-radius: 12px;
    color: #0f172a;
    font: inherit;
    min-height: 48px;
    padding: 11px 13px;
    width: 100%;
}

.pbt-card-db__grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.pbt-card-db__card,
.pbt-card-db__placeholder,
.pbt-card-db__empty {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    box-shadow: 0 16px 32px rgba(15, 23, 42, 0.08);
    padding: 24px;
}

.pbt-card-db__card[hidden] {
    display: none;
}

.pbt-card-db__card-head {
    align-items: center;
    display: flex;
    gap: 10px;
    justify-content: space-between;
    margin: 0 0 8px;
}

.pbt-card-db__date {
    color: #64748b;
    font-size: 12px;
    font-weight: 700;
}

.pbt-card-db__card h2 {
    color: #0f172a;
    font-size: 24px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.3;
    margin: 0 0 6px;
}

.pbt-card-db__issuer,
.pbt-card-db__best-for {
    color: #475569;
    font-size: 15px;
    line-height: 1.65;
    margin: 0 0 14px;
}

.pbt-card-db__facts {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 16px 0;
}

.pbt-card-db__facts div {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 12px;
}

.pbt-card-db__facts dt {
    color: #64748b;
    font-size: 12px;
    font-weight: 800;
    margin: 0 0 4px;
}

.pbt-card-db__facts dd {
    color: #0f172a;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.45;
    margin: 0;
}

.pbt-card-db__lists {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 16px 0 0;
}

.pbt-card-db__pros,
.pbt-card-db__cons {
    color: #334155;
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
    padding-left: 20px;
}

.pbt-card-db__pros li::marker {
    color: #059669;
}

.pbt-card-db__cons li::marker {
    color: #d97706;
}

.pbt-card-db__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 18px 0 0;
}

.pbt-card-db__actions a {
    align-items: center;
    background: #f8fafc;
    border: 1px solid #cbd5e1;
    border-radius: 12px;
    color: #0f172a;
    display: inline-flex;
    font-size: 14px;
    font-weight: 800;
    min-height: 42px;
    padding: 10px 14px;
    text-decoration: none;
}

.pbt-card-db__actions a.is-primary {
    background: linear-gradient(135deg, #2563eb 0%, #0f766e 100%);
    border-color: transparent;
    color: #ffffff;
}

.pbt-card-db__placeholder,
.pbt-card-db__empty {
    margin: 0 auto;
    max-width: 680px;
    text-align: center;
}

.pbt-card-db__placeholder strong {
    color: #0f172a;
    display: block;
    font-size: 24px;
    line-height: 1.35;
    margin: 0 0 8px;
}

.pbt-card-db__placeholder p,
.pbt-card-db__disclosure {
    color: #64748b;
    font-size: 14px;
    line-height: 1.7;
    margin: 0;
}

.pbt-card-db__disclosure {
    margin: 18px auto 0;
    max-width: 820px;
    text-align: center;
}

.pbt-card-db.is-single {
    background: transparent;
    padding: 24px 0;
}

.pbt-card-db.is-single .pbt-card-db__card {
    margin: 0 0 18px;
}

.pbt-card-db__detail {
    display: grid;
    gap: 16px;
}

.pbt-card-db__detail section {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 22px;
}

.pbt-card-db__detail h2 {
    color: #0f172a;
    font-size: 20px;
    line-height: 1.3;
    margin: 0 0 10px;
}

.pbt-card-db__detail p {
    color: #475569;
    font-size: 15px;
    line-height: 1.7;
    margin: 0;
}

@media (max-width: 760px) {
    .pbt-card-db {
        padding: 40px 14px;
    }

    .pbt-card-db__header h1 {
        font-size: 29px;
    }

    .pbt-card-db__filters,
    .pbt-card-db__grid,
    .pbt-card-db__facts,
    .pbt-card-db__lists {
        grid-template-columns: 1fr;
    }

    .pbt-card-db__card,
    .pbt-card-db__placeholder,
    .pbt-card-db__empty {
        padding: 20px;
    }
}

.pbt-pv * {
    box-sizing: border-box;
}

.pbt-pv__inner {
    margin: 0 auto;
    max-width: 1040px;
}

.pbt-pv__header {
    margin: 0 auto 28px;
    max-width: 720px;
    text-align: center;
}

.pbt-pv__eyebrow {
    color: #0f766e;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0;
    margin: 0 0 8px;
}

.pbt-pv__title {
    color: #0f172a;
    font-size: 38px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.25;
    margin: 0;
}

.pbt-pv__subtitle {
    color: #475569;
    font-size: 16px;
    line-height: 1.7;
    margin: 14px auto 0;
}

.pbt-pv__panel {
    align-items: stretch;
    display: grid;
    gap: 22px;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 0.9fr);
}

.pbt-pv__form,
.pbt-pv__result {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 18px;
    box-shadow: 0 18px 38px rgba(15, 23, 42, 0.08);
    padding: 28px;
}

.pbt-pv__field {
    margin: 0 0 16px;
}

.pbt-pv__field label {
    color: #334155;
    display: block;
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 7px;
}

.pbt-pv__field input,
.pbt-pv__field select {
    background: #f8fafc;
    border: 1px solid #cbd5e1;
    border-radius: 12px;
    color: #0f172a;
    font: inherit;
    font-size: 16px;
    min-height: 52px;
    padding: 12px 14px;
    width: 100%;
}

.pbt-pv__field input:focus,
.pbt-pv__field select:focus {
    background: #ffffff;
    border-color: #2563eb;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.16);
    outline: none;
}

.pbt-pv__submit,
.pbt-pv__cta,
.pbt-pv__ghost {
    align-items: center;
    border-radius: 12px;
    cursor: pointer;
    display: inline-flex;
    font: inherit;
    font-weight: 800;
    justify-content: center;
    min-height: 48px;
    text-align: center;
    text-decoration: none;
}

.pbt-pv__submit {
    background: linear-gradient(90deg, #2563eb 0%, #0f766e 100%);
    border: 0;
    color: #ffffff;
    margin-top: 4px;
    width: 100%;
}

.pbt-pv__submit:hover,
.pbt-pv__cta:hover {
    filter: brightness(0.96);
}

.pbt-pv__note {
    color: #64748b;
    font-size: 12px;
    line-height: 1.6;
    margin: 14px 0 0;
}

.pbt-pv__result {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.pbt-pv__result[hidden] {
    display: none;
}

.pbt-pv__badge {
    align-self: flex-start;
    background: #e0f2fe;
    border-radius: 999px;
    color: #075985;
    display: inline-flex;
    font-size: 14px;
    font-weight: 800;
    margin-bottom: 14px;
    padding: 7px 13px;
}

.pbt-pv__badge.is-low {
    background: #fee2e2;
    color: #b91c1c;
}

.pbt-pv__badge.is-mid {
    background: #fef3c7;
    color: #92400e;
}

.pbt-pv__badge.is-good {
    background: #dcfce7;
    color: #166534;
}

.pbt-pv__badge.is-great {
    background: #ffedd5;
    color: #c2410c;
}

.pbt-pv__number {
    color: #0f172a;
    font-size: 40px;
    font-weight: 900;
    line-height: 1.15;
    margin-bottom: 12px;
}

.pbt-pv__summary,
.pbt-pv__compare {
    color: #475569;
    font-size: 15px;
    line-height: 1.7;
    margin: 0 0 12px;
}

.pbt-pv__actions {
    display: grid;
    gap: 10px;
    margin-top: 12px;
}

.pbt-pv__cta {
    background: #0f172a;
    color: #ffffff;
    padding: 12px 14px;
}

.pbt-pv__ghost {
    background: #ffffff;
    border: 1px solid #cbd5e1;
    color: #334155;
    padding: 10px 14px;
}

.pbt-pv__benchmarks {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 18px;
}

.pbt-pv__benchmark {
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 14px;
}

.pbt-pv__benchmark strong,
.pbt-pv__benchmark span {
    display: block;
}

.pbt-pv__benchmark strong {
    color: #0f172a;
    font-size: 14px;
    margin-bottom: 4px;
}

.pbt-pv__benchmark span {
    color: #64748b;
    font-size: 13px;
}

@media (max-width: 820px) {
    .pbt-pv {
        padding: 38px 14px;
    }

    .pbt-pv__title {
        font-size: 30px;
    }

    .pbt-pv__panel,
    .pbt-pv__benchmarks {
        grid-template-columns: 1fr;
    }

    .pbt-pv__form,
    .pbt-pv__result {
        padding: 22px;
    }

    .pbt-pv__number {
        font-size: 32px;
    }
}

.pbt-bcf {
    background: #f8fafc;
    color: #0f172a;
    font-family: "Prompt", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    padding: 54px 18px 62px;
}

.pbt-bcf * {
    box-sizing: border-box;
}

.pbt-bcf__inner {
    margin: 0 auto;
    max-width: 1120px;
}

.pbt-bcf__header {
    margin: 0 auto 28px;
    max-width: 740px;
    text-align: center;
}

.pbt-bcf__eyebrow {
    color: #0f766e;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0;
    margin: 0 0 8px;
}

.pbt-bcf__title {
    color: #0f172a;
    font-size: 40px;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1.18;
    margin: 0;
}

.pbt-bcf__subtitle {
    color: #475569;
    font-size: 16px;
    line-height: 1.7;
    margin: 14px auto 0;
}

.pbt-bcf__layout {
    align-items: stretch;
    display: grid;
    gap: 18px;
    grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.75fr);
    margin-bottom: 18px;
}

.pbt-bcf__quiz,
.pbt-bcf__summary,
.pbt-bcf-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 18px;
    box-shadow: 0 14px 32px rgba(15, 23, 42, 0.07);
}

.pbt-bcf__quiz {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 24px;
}

.pbt-bcf__field label {
    color: #334155;
    display: block;
    font-size: 14px;
    font-weight: 800;
    margin-bottom: 7px;
}

.pbt-bcf__field select {
    background: #f8fafc;
    border: 1px solid #cbd5e1;
    border-radius: 12px;
    color: #0f172a;
    font: inherit;
    font-size: 15px;
    min-height: 52px;
    padding: 12px 14px;
    width: 100%;
}

.pbt-bcf__field select:focus {
    background: #ffffff;
    border-color: #2563eb;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.16);
    outline: none;
}

.pbt-bcf__submit {
    align-items: center;
    background: linear-gradient(90deg, #2563eb 0%, #0f766e 100%);
    border: 0;
    border-radius: 12px;
    color: #ffffff;
    cursor: pointer;
    display: inline-flex;
    font: inherit;
    font-weight: 900;
    grid-column: 1 / -1;
    justify-content: center;
    min-height: 52px;
    padding: 12px 16px;
}

.pbt-bcf__note {
    color: #64748b;
    font-size: 12px;
    grid-column: 1 / -1;
    line-height: 1.6;
    margin: -2px 0 0;
}

.pbt-bcf__summary {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 24px;
}

.pbt-bcf__summary-label {
    align-self: flex-start;
    background: #dcfce7;
    border-radius: 999px;
    color: #166534;
    font-size: 13px;
    font-weight: 900;
    margin-bottom: 12px;
    padding: 6px 12px;
}

.pbt-bcf__summary strong {
    color: #0f172a;
    display: block;
    font-size: 26px;
    line-height: 1.25;
    margin-bottom: 10px;
}

.pbt-bcf__summary p {
    color: #475569;
    font-size: 15px;
    line-height: 1.7;
    margin: 0;
}

.pbt-bcf__results {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pbt-bcf-card {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    padding: 22px;
}

.pbt-bcf-card__rank {
    align-items: center;
    background: #0f172a;
    border-radius: 999px;
    color: #ffffff;
    display: inline-flex;
    font-size: 13px;
    font-weight: 900;
    height: 34px;
    justify-content: center;
    margin-bottom: 12px;
    width: 48px;
}

.pbt-bcf-card__type {
    color: #0f766e;
    font-size: 13px;
    font-weight: 900;
    margin: 0 0 6px;
}

.pbt-bcf-card h2 {
    color: #0f172a;
    font-size: 22px;
    line-height: 1.28;
    margin: 0 0 10px;
}

.pbt-bcf-card p,
.pbt-bcf-card li {
    color: #475569;
    font-size: 14px;
    line-height: 1.65;
}

.pbt-bcf-card p {
    margin: 0 0 14px;
}

.pbt-bcf-card ul {
    margin: 0 0 18px;
    padding-left: 18px;
}

.pbt-bcf-card a {
    align-items: center;
    background: #0f172a;
    border-radius: 12px;
    color: #ffffff;
    display: inline-flex;
    font-size: 14px;
    font-weight: 900;
    justify-content: center;
    margin-top: auto;
    min-height: 46px;
    padding: 10px 14px;
    text-decoration: none;
}

@media (max-width: 900px) {
    .pbt-bcf__layout,
    .pbt-bcf__results {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .pbt-bcf {
        padding: 38px 14px 48px;
    }

    .pbt-bcf__title {
        font-size: 32px;
    }

    .pbt-bcf__quiz {
        grid-template-columns: 1fr;
        padding: 20px;
    }
}
