.report-page {
    background: #f5f8fc;
    color: #172033;
}
.report-shell {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
}
.report-hero {
    padding: 132px 0 72px;
    background: linear-gradient(145deg, #f8fbff 0%, #edf5ff 58%, #f7f9fc 100%);
    border-bottom: 1px solid #dce7f4;
}
.report-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr);
    align-items: center;
    gap: 64px;
}
.report-kicker {
    margin: 0 0 16px;
    color: #0b63d8;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .04em;
}
.report-hero h1 {
    max-width: 780px;
    margin: 0;
    color: #12213a;
    font-size: clamp(38px, 4.3vw, 62px);
    line-height: 1.08;
    letter-spacing: -.045em;
}
.report-lead {
    max-width: 680px;
    margin: 24px 0 0;
    color: #52637b;
    font-size: 18px;
    line-height: 1.85;
}
.report-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 22px;
    margin-top: 28px;
    color: #73839a;
    font-size: 14px;
}
.report-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
}
.report-action {
    display: inline-flex;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    padding: 0 22px;
    border: 1px solid #0b63d8;
    border-radius: 9px;
    color: #0b63d8;
    font-weight: 700;
    text-decoration: none;
    transition: transform .2s ease, background .2s ease, color .2s ease;
}
.report-action.primary {
    background: #0b63d8;
    color: #fff;
}
.report-action:hover {
    transform: translateY(-1px);
}
.report-action:not(.primary):hover {
    background: #e9f2ff;
}
.report-visual {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    min-height: 360px;
}
.product-panel {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-width: 0;
    min-height: 320px;
    padding: 25px;
    border: 1px solid rgba(11, 99, 216, .14);
    border-radius: 16px;
    background: rgba(255, 255, 255, .92);
    box-shadow: 0 22px 56px rgba(45, 83, 128, .13);
}
.product-panel.yonsuite {
    border-color: rgba(229, 29, 42, .16);
}
.product-panel img {
    width: auto;
    max-width: 190px;
    height: 46px;
    object-fit: contain;
    object-position: left center;
}
.product-panel.tplus img {
    max-width: 138px;
}
.product-panel.yonsuite img {
    width: 220px;
    max-width: none;
    height: auto;
    margin: -30px 0 -28px;
}
.product-name {
    margin: 24px 0 7px;
    font-size: 23px;
    font-weight: 800;
}
.product-panel p {
    margin: 0;
    color: #687a92;
    line-height: 1.65;
}
.product-fit {
    margin-top: 22px;
    color: #0b63d8;
    font-size: 13px;
    font-weight: 700;
}
.product-panel.yonsuite .product-fit {
    color: #c91e2b;
}
.report-main {
    padding: 70px 0 90px;
}
.report-layout {
    display: grid;
    grid-template-columns: minmax(0, 820px) 250px;
    justify-content: space-between;
    gap: 70px;
}
.report-content {
    min-width: 0;
}
.report-content section {
    scroll-margin-top: 100px;
    margin-bottom: 72px;
}
.report-content h2 {
    margin: 0 0 24px;
    color: #16233a;
    font-size: clamp(28px, 3vw, 38px);
    line-height: 1.25;
    letter-spacing: -.025em;
}
.report-content h3 {
    margin: 34px 0 14px;
    color: #1a2942;
    font-size: 21px;
}
.report-content p,
.report-content li {
    color: #52637a;
    font-size: 16px;
    line-height: 1.9;
}
.report-content strong {
    color: #17233a;
}
.report-intro {
    margin: 0;
    padding: 24px 28px;
    border-left: 4px solid #0b63d8;
    background: #eaf3ff;
    color: #304965 !important;
}
.report-toc {
    position: sticky;
    top: 100px;
    align-self: start;
    padding: 22px 0;
    border-top: 2px solid #0b63d8;
    border-bottom: 1px solid #dbe5f0;
}
.report-toc strong {
    display: block;
    margin-bottom: 12px;
    color: #22324a;
    font-size: 14px;
}
.report-toc a {
    display: block;
    padding: 8px 0;
    color: #687990;
    font-size: 14px;
    line-height: 1.45;
    text-decoration: none;
}
.report-toc a:hover {
    color: #0b63d8;
}
.conclusion-split {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin-top: 28px;
}
.choice-block {
    padding: 28px;
    border: 1px solid #dce6f1;
    border-radius: 14px;
    background: #fff;
}
.choice-block.tplus {
    border-top: 4px solid #0b63d8;
}
.choice-block.yonsuite {
    border-top: 4px solid #d92331;
}
.choice-block h3 {
    margin: 0 0 14px;
    font-size: 22px;
}
.choice-block ul {
    margin: 0;
    padding-left: 20px;
}
.choice-block li + li {
    margin-top: 8px;
}
.report-figure {
    margin: 34px 0;
}
.report-figure-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}
.report-figure-card {
    overflow: hidden;
    border: 1px solid #dce6f1;
    border-radius: 14px;
    background: #fff;
}
.report-figure-card img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}
.report-figure-card figcaption {
    padding: 14px 16px;
    color: #66768b;
    font-size: 13px;
    line-height: 1.6;
}
.comparison-wrap {
    overflow-x: auto;
    margin-top: 28px;
    border: 1px solid #dbe5ef;
    border-radius: 14px;
    background: #fff;
}
.comparison-table {
    width: 100%;
    min-width: 720px;
    border-collapse: collapse;
}
.comparison-table th,
.comparison-table td {
    padding: 18px 20px;
    border-bottom: 1px solid #e6edf5;
    vertical-align: top;
    text-align: left;
    line-height: 1.65;
}
.comparison-table th {
    background: #eef5fd;
    color: #1e3450;
    font-size: 14px;
}
.comparison-table th:first-child,
.comparison-table td:first-child {
    width: 18%;
    color: #263950;
    font-weight: 700;
}
.comparison-table td {
    color: #586a81;
    font-size: 14px;
}
.comparison-table tr:last-child td {
    border-bottom: 0;
}
.decision-path {
    display: grid;
    gap: 0;
    margin-top: 30px;
}
.decision-step {
    display: grid;
    grid-template-columns: 54px 1fr;
    gap: 18px;
    position: relative;
    padding-bottom: 26px;
}
.decision-step:not(:last-child)::before {
    content: "";
    position: absolute;
    top: 48px;
    bottom: 4px;
    left: 26px;
    width: 2px;
    background: #cddbeb;
}
.decision-number {
    display: grid;
    width: 54px;
    height: 54px;
    place-items: center;
    border-radius: 50%;
    background: #0b63d8;
    color: #fff;
    font-size: 18px;
    font-weight: 800;
}
.decision-copy {
    padding: 3px 0 0;
}
.decision-copy h3 {
    margin: 0 0 7px;
}
.decision-copy p {
    margin: 0;
}
.myth-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-top: 28px;
}
.myth-item {
    padding: 24px;
    border: 1px solid #dce6f1;
    border-radius: 14px;
    background: #fff;
}
.myth-item b {
    display: block;
    margin-bottom: 8px;
    color: #c02531;
}
.myth-item p {
    margin: 0;
    font-size: 15px;
}
.report-callout {
    padding: 34px;
    border-radius: 14px;
    background: #11243f;
    color: #fff;
}
.report-callout h2 {
    color: #fff;
}
.report-callout p {
    color: #c7d5e7;
}
.report-callout .report-action:not(.primary) {
    border-color: #7fb3f0;
    color: #fff;
}
.report-source-list {
    margin: 22px 0 0;
    padding-left: 20px;
}
.report-source-list a {
    color: #0b63d8;
}
.report-note {
    margin-top: 24px;
    padding-top: 20px;
    border-top: 1px solid #dbe5f0;
    color: #76869b !important;
    font-size: 13px !important;
}
@media (max-width: 980px) {
    .report-hero-grid {
        grid-template-columns: 1fr;
        gap: 42px;
    }
    .report-visual {
        max-width: 620px;
    }
    .report-layout {
        grid-template-columns: 1fr;
    }
    .report-toc {
        display: none;
    }
}
@media (max-width: 680px) {
    .report-shell {
        width: min(100% - 30px, 1180px);
    }
    .report-hero {
        padding: 104px 0 52px;
    }
    .report-hero h1 {
        font-size: 38px;
    }
    .report-lead {
        font-size: 16px;
    }
    .report-visual {
        grid-template-columns: 1fr;
        min-height: 0;
        gap: 14px;
    }
    .product-panel {
        min-height: 0;
        padding: 24px;
    }
    .report-main {
        padding: 52px 0 70px;
    }
    .report-content section {
        margin-bottom: 56px;
    }
    .conclusion-split,
    .report-figure-grid,
    .myth-grid {
        grid-template-columns: 1fr;
    }
    .report-actions {
        flex-direction: column;
    }
    .report-action {
        width: 100%;
    }
    .report-callout {
        padding: 28px 22px;
    }
}
@media (prefers-reduced-motion: reduce) {
    .report-action {
        transition: none;
    }
}
