.research-page,
.research-page * {
    box-sizing: border-box;
}

.research-page {
    max-width: 880px;
    min-width: 0;
    margin: 0 auto;
    color: #0f172a;
}

.research-hero,
.research-section,
.research-product-card,
.research-final-cta {
    min-width: 0;
    border: 1px solid #e2e8f0;
    background: #ffffff;
}

.research-hero {
    padding: clamp(28px, 6vw, 54px);
    border-radius: 20px;
    margin-bottom: 28px;
}

.research-eyebrow,
.research-section-label,
.research-product-code {
    margin: 0 0 12px;
    color: #315f88;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.research-hero h1 {
    max-width: 760px;
    margin: 0;
    color: #172033;
    font-size: clamp(2rem, 5vw, 3.25rem);
    line-height: 1.35;
    letter-spacing: -0.035em;
    overflow-wrap: anywhere;
}

.research-hero-copy,
.research-detail-subtitle {
    max-width: 720px;
    color: #475569;
    font-size: 1.04rem;
    line-height: 1.9;
}

.research-hero-copy {
    margin-top: 26px;
    padding-top: 24px;
    border-top: 1px solid #dbe3ec;
}

.research-hero-copy p {
    margin: 0 0 12px;
}

.research-hero-copy p:last-child {
    margin-bottom: 0;
}

.research-section-heading {
    margin: 0 4px 14px;
}

.research-section-heading h2 {
    margin: 0;
    font-size: 1.45rem;
}

.research-product-list {
    display: grid;
    gap: 18px;
}

.research-product-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 28px;
    align-items: end;
    padding: 28px;
    border-radius: 18px;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.035);
}

.research-product-card-body {
    min-width: 0;
}

.research-product-code {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 12px;
}

.research-product-code > span::before {
    content: "/";
    margin-right: 12px;
    color: #94a3b8;
}

.research-product-card h3 {
    margin: 0 0 10px;
    color: #172033;
    font-size: clamp(1.4rem, 3.2vw, 2rem);
    line-height: 1.45;
    overflow-wrap: anywhere;
}

.research-product-subtitle {
    max-width: 640px;
    margin: 0;
    color: #475569;
    line-height: 1.8;
}

.research-product-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 20px;
}

.research-product-meta span {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 3px 10px;
    border: 1px solid #dbe3ec;
    border-radius: 999px;
    background: #f8fafc;
    color: #334155;
    font-size: 0.88rem;
    font-weight: 700;
}

.research-card-link,
.research-primary-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 46px;
    padding: 0 18px;
    border-radius: 10px;
    background: #315f88;
    color: #ffffff;
    font-weight: 800;
    text-align: center;
    text-decoration: none;
}

.research-card-link:hover,
.research-primary-cta:hover {
    background: #244b70;
}

.research-detail-subtitle {
    margin: 20px 0 0;
    color: #315f88;
    font-size: clamp(1.05rem, 2.5vw, 1.3rem);
    font-weight: 700;
}

.research-detail-meta {
    margin-top: 24px;
}

.research-purchase-block {
    margin-top: 28px;
}

.research-external-note {
    margin: 8px 0 0;
    color: #64748b;
    font-size: 0.84rem;
}

.research-section {
    padding: 26px;
    border-radius: 16px;
    margin-bottom: 18px;
}

.research-section h2,
.research-final-cta h2 {
    margin: 0 0 14px;
    color: #172033;
    font-size: 1.35rem;
    line-height: 1.4;
}

.research-section h3 {
    margin: 20px 0 10px;
    color: #334155;
    font-size: 0.95rem;
}

.research-section p {
    margin: 0 0 12px;
    color: #475569;
    line-height: 1.9;
}

.research-section p:last-child {
    margin-bottom: 0;
}

.research-question-section,
.research-finding-section {
    border-left: 4px solid #315f88;
}

.research-question {
    max-width: 720px;
    color: #172033 !important;
    font-size: clamp(1.12rem, 2.6vw, 1.35rem);
    font-weight: 700;
}

.research-company-list {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.research-company-list li {
    max-width: 100%;
    padding: 7px 11px;
    border: 1px solid #dbe3ec;
    border-radius: 999px;
    background: #f8fafc;
    color: #334155;
    font-weight: 700;
    overflow-wrap: anywhere;
}

.research-benchmark {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 14px;
    align-items: baseline;
    margin-top: 20px;
    padding: 14px 16px;
    border-left: 3px solid #94a3b8;
    background: #f8fafc;
}

.research-benchmark span {
    color: #64748b;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.research-lens-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin: 20px 0 0;
    padding: 0;
    list-style: none;
}

.research-lens-grid li {
    display: grid;
    grid-template-columns: 28px minmax(0, 1fr);
    gap: 10px;
    align-items: center;
    min-width: 0;
    padding: 14px;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    background: #f8fafc;
    color: #334155;
    font-weight: 700;
    overflow-wrap: anywhere;
}

.research-lens-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #e7eef5;
    color: #315f88;
    font-size: 0.82rem;
}

.research-content-list {
    display: grid;
    gap: 8px;
    margin: 0;
    padding-left: 1.25em;
    color: #334155;
    line-height: 1.8;
}

.research-quality-note {
    margin-top: 18px !important;
    padding-top: 14px;
    border-top: 1px solid #e2e8f0;
    color: #64748b !important;
    font-size: 0.9rem;
}

.research-product-info {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin: 0;
}

.research-product-info-item {
    min-width: 0;
    padding: 14px;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    background: #f8fafc;
}

.research-product-info dt {
    color: #64748b;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.04em;
}

.research-product-info dd {
    margin: 4px 0 0;
    color: #172033;
    font-weight: 800;
    overflow-wrap: anywhere;
}

.research-disclaimer {
    border-color: #dbe3ec;
    background: #f8fafc;
}

.research-disclaimer p {
    color: #475569;
    font-size: 0.95rem;
}

.research-final-cta {
    padding: clamp(24px, 5vw, 38px);
    border-radius: 18px;
    background: #172033;
    color: #ffffff;
    text-align: left;
}

.research-final-cta h2 {
    color: #ffffff;
}

.research-final-cta p:not(.research-external-note) {
    max-width: 680px;
    margin: 0 0 10px;
    color: #dbe3ec;
    line-height: 1.8;
}

.research-final-cta .research-primary-cta {
    margin-top: 16px;
    background: #ffffff;
    color: #172033;
}

.research-final-cta .research-primary-cta:hover {
    background: #e7eef5;
}

.research-final-cta .research-external-note {
    color: #b7c3d0;
}

.research-legal-note {
    margin-top: 22px;
    padding: 18px 20px;
    border: 1px solid #dbe3ee;
    border-radius: 12px;
    background: #f8fafc;
    color: #526071;
    font-size: 0.92rem;
    line-height: 1.8;
}

.research-legal-note p {
    margin: 0;
}

.research-legal-note p + p {
    margin-top: 6px;
}

.research-legal-note a {
    color: #214f8a;
    font-weight: 800;
}

.research-question-detail {
    max-width: 720px;
    margin-top: 14px !important;
}

.research-conversion-flow {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 18px;
    margin: 16px 0;
    padding: 0;
    list-style: none;
}

.research-conversion-flow li {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    min-height: 64px;
    padding: 10px 8px;
    border: 1px solid #dbe3ec;
    border-radius: 10px;
    background: #f8fafc;
    color: #334155;
    font-size: 0.88rem;
    font-weight: 800;
    line-height: 1.45;
    text-align: center;
}

.research-conversion-flow li:not(:last-child)::after {
    position: absolute;
    right: -14px;
    color: #94a3b8;
    content: "→";
}

.research-company-findings {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.research-company-finding {
    min-width: 0;
    padding: 18px;
    border: 1px solid #dbe3ec;
    border-radius: 12px;
    background: #f8fafc;
}

.research-company-finding h3 {
    margin: 0 0 8px;
    color: #315f88;
    font-size: 1rem;
}

.research-company-finding p {
    margin: 0;
    font-size: 0.94rem;
    line-height: 1.75;
}

.research-evidence-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.research-evidence-list li {
    max-width: 100%;
    padding: 7px 11px;
    border: 1px solid #dbe3ec;
    border-radius: 999px;
    background: #f8fafc;
    color: #475569;
    font-size: 0.9rem;
    overflow-wrap: anywhere;
}

@media (max-width: 720px) {
    .research-hero {
        padding: 24px 20px;
        border-radius: 16px;
        margin-bottom: 22px;
    }

    .research-hero h1 {
        font-size: clamp(1.75rem, 9vw, 2.35rem);
        line-height: 1.4;
    }

    .research-hero-copy {
        margin-top: 20px;
        padding-top: 18px;
    }

    .research-product-card {
        grid-template-columns: minmax(0, 1fr);
        gap: 20px;
        align-items: stretch;
        padding: 20px;
        border-radius: 15px;
    }

    .research-card-link,
    .research-primary-cta {
        width: 100%;
        min-width: 0;
    }

    .research-section {
        padding: 20px;
        border-radius: 14px;
    }

    .research-lens-grid,
    .research-product-info {
        grid-template-columns: minmax(0, 1fr);
    }

    .research-final-cta {
        padding: 24px 20px;
        border-radius: 16px;
    }

    .research-product-code > span::before {
        margin-right: 8px;
    }

    .research-conversion-flow {
        grid-template-columns: minmax(0, 1fr);
        gap: 22px;
    }

    .research-conversion-flow li {
        min-height: 52px;
    }

    .research-conversion-flow li:not(:last-child)::after {
        right: 50%;
        bottom: -21px;
        transform: translateX(50%) rotate(90deg);
    }

    .research-company-findings {
        grid-template-columns: minmax(0, 1fr);
    }
}
