.report-page .hero {
    padding: 48px 0 12px;
}

.report-page #what-we-learned {
    padding-top: 32px;
}

.report-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(340px, 460px);
    gap: 34px;
    align-items: start;
}

.report-hero-copy {
    padding: 18px 0 0;
    min-width: 0;
}

.report-hero-copy h1 {
    max-width: 920px;
    margin-top: 18px;
    font-size: 3.2rem;
    line-height: 1;
    letter-spacing: 0;
    overflow-wrap: anywhere;
}

.report-hero-copy .hero-lead {
    max-width: min(780px, 100%);
    overflow-wrap: anywhere;
}

.report-footnote,
.chart-caption,
.report-card p,
.workflow-card p,
.platform-cloud-caption,
.trust-note {
    color: var(--muted);
}

.report-footnote {
    margin-top: 16px;
    font-size: 14px;
}

.report-stat-card,
.report-card,
.chart-card,
.solution-mockup,
.workflow-card,
.trust-card,
.report-seo-card,
.report-try-shell {
    border: 1px solid rgba(24, 32, 51, 0.1);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: none;
}

.report-stat-card {
    padding: 24px;
    display: grid;
    gap: 14px;
}

.report-stat-label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    color: var(--muted);
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
}

.report-stat-row {
    padding: 20px;
    border-radius: 8px;
    background: #fff;
    border: 1px solid rgba(24, 32, 51, 0.08);
}

.report-stat-row strong {
    display: block;
    color: var(--ink);
    font-size: 3.4rem;
    line-height: 1;
}

.report-stat-row span {
    display: block;
    margin-top: 8px;
    color: var(--muted);
    font-size: 15px;
    font-weight: 700;
}

.report-stat-row.primary {
    background: linear-gradient(135deg, #f7fbff, #ecfbf7);
    border-color: rgba(24, 101, 216, 0.16);
}

.report-grid-4 {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.report-card {
    padding: 22px;
}

.report-icon {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: 8px;
    background: var(--blue-soft);
    color: var(--blue);
    font-size: 14px;
    font-weight: 900;
}

.report-card:nth-child(2) .report-icon,
.workflow-card.fast .report-icon {
    background: var(--green-soft);
    color: var(--teal);
}

.report-card:nth-child(3) .report-icon {
    background: var(--orange-soft);
    color: var(--orange);
}

.report-card:nth-child(4) .report-icon {
    background: #fce7f3;
    color: var(--pink-dark);
}

.report-card h3 {
    margin-top: 18px;
    font-size: 22px;
    line-height: 1.1;
}

.report-card p {
    margin-top: 10px;
    font-size: 16px;
}

.finding-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1fr);
    gap: 28px;
    align-items: center;
}

.finding-copy h2,
.report-seo-card h2,
.report-try-copy h2 {
    margin-top: 18px;
    font-size: 3.1rem;
    line-height: 1.04;
    letter-spacing: 0;
}

.finding-copy p,
.report-seo-card p,
.report-try-copy p {
    margin-top: 16px;
    color: var(--muted);
    font-size: 18px;
}

.finding-quote {
    margin-top: 20px;
    padding: 16px 18px;
    border-left: 4px solid var(--blue);
    background: rgba(219, 233, 255, 0.48);
    border-radius: 8px;
    color: var(--ink);
    font-weight: 800;
}

.chart-card {
    padding: 24px;
}

.answer-chart {
    display: grid;
    gap: 18px;
}

.bar-row {
    display: grid;
    grid-template-columns: minmax(130px, 0.44fr) minmax(0, 1fr) 52px;
    gap: 12px;
    align-items: center;
    font-weight: 800;
}

.bar-track {
    height: 18px;
    border-radius: 999px;
    background: rgba(24, 32, 51, 0.08);
    overflow: hidden;
}

.bar-fill {
    height: 100%;
    border-radius: inherit;
    background: var(--blue);
}

.bar-fill.teal {
    background: var(--teal);
}

.bar-fill.orange {
    background: var(--orange);
}

.bar-fill.pink {
    background: var(--pink);
}

.chart-caption {
    margin-top: 18px;
    font-size: 14px;
    font-weight: 700;
}

.bridge-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.88fr) minmax(360px, 1fr);
    gap: 28px;
    align-items: center;
}

.solution-mockup {
    padding: 22px;
}

.mockup-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.mockup-dots {
    display: flex;
    gap: 7px;
}

.mockup-dots span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--orange);
}

.mockup-dots span:nth-child(2) {
    background: #ffd166;
}

.mockup-dots span:nth-child(3) {
    background: var(--teal);
}

.mockup-label {
    color: var(--muted);
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
}

.mockup-problem,
.mockup-answer,
.mockup-steps {
    margin-top: 18px;
    padding: 16px;
    border-radius: 8px;
    background: #fff;
    border: 1px solid rgba(24, 32, 51, 0.08);
}

.mockup-answer strong {
    color: var(--teal);
    font-size: 28px;
}

.mockup-steps ol {
    margin: 10px 0 0 20px;
    color: var(--ink);
}

.mockup-steps li + li {
    margin-top: 8px;
}

.subject-links {
    margin-top: 22px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.subject-links a,
.platform-badge,
.mini-pill {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 9px 12px;
    border-radius: 999px;
    background: #fff;
    border: 1px solid rgba(24, 32, 51, 0.1);
    color: var(--ink);
    text-decoration: none;
    font-size: 14px;
    font-weight: 800;
}

.report-feature-list {
    margin: 20px 0 0 20px;
    color: var(--muted);
    font-size: 17px;
}

.report-feature-list li + li {
    margin-top: 8px;
}

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

.workflow-card {
    padding: 24px;
}

.workflow-card h3 {
    margin-top: 16px;
    font-size: 24px;
}

.workflow-steps {
    margin-top: 18px;
    display: grid;
    gap: 10px;
}

.workflow-steps span {
    display: flex;
    align-items: center;
    min-height: 44px;
    padding: 10px 12px;
    border-radius: 8px;
    background: rgba(24, 32, 51, 0.04);
    font-weight: 800;
}

.platform-cloud {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.platform-badge {
    min-height: 44px;
    padding-inline: 16px;
    background: rgba(255, 255, 255, 0.9);
}

.platform-cloud-caption {
    margin-top: 16px;
    font-size: 14px;
}

.trust-card {
    padding: 24px;
}

.trust-stats {
    margin-top: 18px;
    display: grid;
    gap: 12px;
}

.trust-stat {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 16px;
    align-items: center;
    padding: 14px;
    border-radius: 8px;
    background: #fff;
    border: 1px solid rgba(24, 32, 51, 0.08);
    font-weight: 800;
}

.trust-stat strong {
    color: var(--blue);
}

.trust-note {
    margin-top: 14px;
    font-size: 14px;
}

.report-try-shell {
    padding: 28px;
    display: grid;
    grid-template-columns: minmax(0, 0.84fr) minmax(360px, 1fr);
    gap: 24px;
    align-items: start;
}

.report-try-actions {
    margin-top: 22px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.report-try-form {
    display: grid;
    gap: 14px;
}

.report-textarea {
    width: 100%;
    min-height: 128px;
    resize: vertical;
    padding: 16px;
    border-radius: 8px;
    border: 1px solid rgba(24, 32, 51, 0.14);
    background: #fff;
    color: var(--ink);
    font: inherit;
    line-height: 1.5;
}

.report-textarea:focus {
    outline: 3px solid rgba(24, 101, 216, 0.16);
    border-color: var(--blue);
}

.report-solve-buttons {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 12px;
}

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

.report-seo-card {
    padding: 24px;
}

.report-seo-card ul {
    margin: 16px 0 0 20px;
    color: var(--muted);
    font-size: 17px;
}

.report-seo-card li + li {
    margin-top: 6px;
}

.report-page .faq-grid {
    max-width: 920px;
    margin-left: auto;
    margin-right: auto;
    grid-template-columns: 1fr;
}

.report-page .faq-card {
    width: 100%;
}

.report-page .topic-solver-result {
    margin-top: 0;
}

.report-page .topic-inline-status[data-tone="auth"] {
    color: var(--blue);
}

.report-page .topic-upload-flow {
    grid-template-columns: minmax(0, 1fr) 190px;
}

.report-page .topic-upload-flow .btn {
    font-size: 20px;
}

@media (max-width: 1180px) {
    .report-hero-grid,
    .finding-grid,
    .bridge-grid,
    .report-try-shell {
        grid-template-columns: 1fr;
    }

    .report-grid-4 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .report-hero-copy h1 {
        font-size: 3rem;
    }

    .report-stat-row strong {
        font-size: 3rem;
    }

    .finding-copy h2,
    .report-seo-card h2,
    .report-try-copy h2 {
        font-size: 2.75rem;
    }
}

@media (max-width: 760px) {
    .report-page .hero {
        padding-top: 42px;
    }

    .report-hero-grid {
        display: block;
    }

    .report-hero-copy h1 {
        max-width: calc(100vw - 20px);
        font-size: 2.55rem;
    }

    .report-stat-row strong {
        font-size: 2.55rem;
    }

    .finding-copy h2,
    .report-seo-card h2,
    .report-try-copy h2 {
        font-size: 2.2rem;
    }

    .report-stat-card {
        margin-top: 24px;
        max-width: calc(100vw - 20px);
    }

    .report-grid-4,
    .workflow-grid,
    .report-seo-grid,
    .report-solve-buttons,
    .report-page .topic-upload-flow {
        grid-template-columns: 1fr;
    }

    .bar-row {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .bar-row > strong:last-child {
        justify-self: start;
    }

    .report-stat-card,
    .chart-card,
    .solution-mockup,
    .workflow-card,
    .trust-card,
    .report-seo-card,
    .report-try-shell {
        padding: 20px;
    }
}

@media (max-width: 440px) {
    .report-hero-copy h1 {
        font-size: 2.15rem;
    }
}

@media (max-width: 640px) {
    .report-hero-copy,
    .report-hero-copy h1,
    .report-hero-copy .hero-lead,
    .report-hero-copy .hero-cta,
    .report-footnote,
    .report-stat-card {
        width: 350px;
        max-width: 350px;
    }
}

@media (max-width: 360px) {
    .report-hero-copy,
    .report-hero-copy h1,
    .report-hero-copy .hero-lead,
    .report-hero-copy .hero-cta,
    .report-footnote,
    .report-stat-card {
        width: 300px;
        max-width: 300px;
    }

    .report-hero-copy h1 {
        font-size: 1.9rem;
    }
}
