/* ========== Page Header (dark) ========== */
.page-header {
    background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
    padding: 40px 20px 36px; position: relative; overflow: hidden; text-align: center;
}
.page-header::before {
    content: ''; position: absolute; inset: 0;
    background: radial-gradient(ellipse 500px 250px at 50% 60%, rgba(194,37,92,0.10) 0%, transparent 70%);
    pointer-events: none;
}
.page-header-inner { position: relative; z-index: 1; max-width: 800px; margin: 0 auto; }
.header-vs-row {
    display: flex; align-items: center; justify-content: center; gap: 24px; margin-bottom: 18px;
}
.header-site {
    display: flex; flex-direction: column; align-items: center; gap: 8px; text-decoration: none;
}
.header-site img {
    height: 44px; object-fit: contain; background: rgba(255,255,255,0.08);
    border-radius: 8px; padding: 6px 12px;
}
.header-site span {
    font-size: 0.88rem; font-weight: 700; color: #cbd5e1;
}
.header-site:hover span { color: #fff; }
.header-vs-label {
    font-size: 1.1rem; font-weight: 900; color: #f472b6;
    background: rgba(194,37,92,0.15); width: 40px; height: 40px;
    border-radius: 50%; display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
}
.page-header h1 {
    font-size: 1.5rem; font-weight: 900; color: #fff; margin-bottom: 8px;
}
.page-header .lead {
    font-size: 0.88rem; color: #94a3b8; line-height: 1.7;
}

/* ========== Mixed Bucket Notice ========== */
.mixed-notice {
    background: #fefce8; border: 1px solid #fde68a; border-radius: 10px;
    padding: 14px 18px; margin-bottom: 20px; font-size: 0.85rem; color: #92400e;
}

/* ========== Verdict Block (consolidated) ========== */
.verdict-block {
    background: #fff; border-radius: 12px; padding: 28px 32px; margin-bottom: 24px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.06); border-left: 3px solid #059669;
}
.verdict-block h2 {
    font-size: 1.1rem; font-weight: 800; color: #1e293b; margin-bottom: 14px;
    display: flex; align-items: center; gap: 8px;
}
.verdict-summary {
    font-size: 0.92rem; color: #334155; line-height: 1.75; margin-bottom: 16px;
}
.verdict-quick {
    background: #f0fdf4; border-radius: 8px; padding: 14px 18px;
    font-size: 0.88rem; color: #166534; line-height: 1.6; margin-bottom: 16px;
}
.verdict-quick strong { color: #059669; }
.verdict-audience {
    background: #f8fafc; border-radius: 8px; padding: 14px 18px;
    font-size: 0.85rem; color: #475569; line-height: 1.6; margin-bottom: 16px;
}
.verdict-audience strong { color: #1e293b; font-weight: 700; }
.verdict-cards {
    display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 4px;
}
.verdict-card {
    background: #f8fafc; border-radius: 10px; padding: 16px 18px;
    border: 1px solid #e2e8f0;
}
.verdict-card--left { border-left: 3px solid #2563eb; }
.verdict-card--right { border-left: 3px solid #ea580c; }
.verdict-card--both { grid-column: 1 / -1; border-left: 3px solid #059669; }
.verdict-card-label {
    font-size: 0.78rem; font-weight: 700; margin-bottom: 6px;
}
.verdict-card-label--left { color: #2563eb; }
.verdict-card-label--right { color: #ea580c; }
.verdict-card-label--both { color: #059669; }
.verdict-card-text {
    font-size: 0.86rem; color: #334155; line-height: 1.7;
}

/* ========== Score + Diff Row ========== */
.score-diff-row {
    display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-bottom: 24px;
}
.score-diff-row > .score-chart,
.score-diff-row > .diff-section { margin-bottom: 0; }

/* ========== Score Chart ========== */
.score-chart {
    background: #fff; border-radius: 12px; padding: 28px 32px; margin-bottom: 24px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.06); border-left: 3px solid #3b82f6;
}
.score-chart h2 {
    font-size: 1.1rem; font-weight: 800; color: #1e293b; margin-bottom: 18px;
    display: flex; align-items: center; gap: 8px;
}
.score-legend {
    display: flex; gap: 20px; margin-bottom: 16px; font-size: 0.82rem;
}
.score-legend-item { display: flex; align-items: center; gap: 6px; }
.score-legend-dot {
    width: 12px; height: 12px; border-radius: 50%;
}
.score-legend-dot--left { background: #3b82f6; }
.score-legend-dot--right { background: #f97316; }
.score-row {
    display: flex; align-items: center; gap: 12px; margin-bottom: 12px;
}
.score-row:last-child { margin-bottom: 0; }
.score-axis-label {
    width: 80px; font-size: 0.82rem; font-weight: 600; color: #475569;
    text-align: right; flex-shrink: 0;
}
.score-bars { flex: 1; display: flex; flex-direction: column; gap: 4px; }
.score-bar-wrap {
    display: flex; align-items: center; gap: 8px;
}
.score-bar-track {
    flex: 1; height: 10px; background: #f1f5f9; border-radius: 5px; overflow: hidden;
}
.score-bar-fill { height: 100%; border-radius: 5px; transition: width 0.6s ease; }
.score-bar-fill--left { background: #3b82f6; }
.score-bar-fill--right { background: #f97316; }
.score-bar-value {
    width: 28px; font-size: 0.78rem; font-weight: 700; color: #64748b; text-align: right;
}

/* ========== Selection Guide ========== */
.selection-guide {
    background: #fff; border-radius: 12px; padding: 28px 32px; margin-bottom: 24px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.06);
}
.selection-guide h2 {
    font-size: 1.1rem; font-weight: 800; color: #1e293b; margin-bottom: 18px;
    display: flex; align-items: center; gap: 8px;
}
.criteria-table {
    width: 100%; border-collapse: collapse; font-size: 0.88rem;
}
.criteria-table th {
    background: #f8fafc; font-weight: 600; color: #64748b;
    padding: 10px 14px; text-align: left; border-bottom: 1px solid #e2e8f0;
    font-size: 0.82rem;
}
.criteria-table td {
    padding: 12px 14px; border-bottom: 1px solid #f1f5f9;
    color: #334155; vertical-align: top;
}
.criteria-recommend {
    display: inline-block; padding: 3px 10px; border-radius: 12px;
    font-size: 0.78rem; font-weight: 700; white-space: nowrap;
}
.criteria-recommend--left { background: #dbeafe; color: #1d4ed8; }
.criteria-recommend--right { background: #ffedd5; color: #c2410c; }
.criteria-recommend--both { background: #dcfce7; color: #15803d; }

/* ========== Compare Card ========== */
.compare-card {
    background: #fff; border-radius: 12px; margin-bottom: 24px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.06); overflow: hidden;
    border: 1px solid #e2e8f0;
}
.compare-card-cols {
    display: grid; grid-template-columns: 1fr 1fr; gap: 0;
}
.compare-card-col {
    padding: 0; display: flex; flex-direction: column;
}
.compare-card-cols > .compare-card-col:first-child {
    border-right: 1px solid rgba(255,255,255,0.15);
}
.compare-card-header {
    text-align: center; padding: 20px 24px;
    background: #1e293b; flex: 1;
    display: flex; flex-direction: column; align-items: center; justify-content: center;
}
.compare-card-header .site-name a { color: #fff; }
.compare-card-header .site-name a:hover { color: #f9a8d4; }
.compare-card-header .compare-logo {
    background: rgba(255,255,255,0.95); padding: 4px 12px;
    height: 40px; width: auto; max-width: 160px;
}
.compare-logo {
    height: 40px; object-fit: contain; margin-bottom: 8px;
    background: #f8fafc; border-radius: 6px; padding: 2px 8px;
}
.site-name { font-size: 1.05rem; font-weight: 700; display: block; }
.site-name a { color: #1e293b; }
.site-name a:hover { color: #c2255c; }
.compare-card-label {
    font-size: 0.78rem; font-weight: 700; color: #64748b; text-align: center;
    padding: 12px 0 8px; margin: 0; background: #f8fafc;
    border-top: 1px solid #f1f5f9; border-bottom: 1px solid #f1f5f9;
    grid-column: 1 / -1;
}
.compare-card-cell {
    padding: 14px 24px; font-size: 0.88rem; color: #475569; line-height: 1.7;
}
.compare-card-cols > .compare-card-cell:nth-child(odd) {
    border-right: 1px solid #f1f5f9;
}
.plan-list { list-style: none; }
.plan-list li { margin-bottom: 8px; padding-bottom: 8px; border-bottom: 1px solid #f1f5f9; }
.plan-list li:last-child { border-bottom: none; margin-bottom: 0; padding-bottom: 0; }
.plan-name { font-weight: 600; color: #1e293b; }
.plan-price { color: #c2255c; font-weight: 700; }
.plan-notes { font-size: 0.8rem; color: #94a3b8; white-space: pre-line; }
.cell-empty { color: #cbd5e1; }
.compare-card-cell--links {
    display: flex; flex-direction: column; gap: 8px;
}
.compare-card-cell--links .table-btn { width: 100%; }
@media (min-width: 769px) {
    .compare-card-cell--links {
        flex-direction: row;
    }
    .compare-card-cell--links .table-btn { width: 50%; }
}
.table-btn-row { display: flex; gap: 8px; flex-wrap: wrap; }
.table-btn {
    display: inline-flex; align-items: center; justify-content: center;
    padding: 9px 18px; border-radius: 8px;
    font-size: 0.82rem; font-weight: 700; text-decoration: none; transition: all 0.2s;
}
.table-btn:hover { text-decoration: none; transform: translateY(-1px); }
.table-btn--main { background: #c2255c; color: #fff; }
.table-btn--main:hover { background: #a61e4d; color: #fff; }
.table-btn--join { background: #1e293b; color: #fff; }
.table-btn--join:hover { background: #334155; color: #fff; }

.compare-card-wrap { position: relative; }
.compare-card-scroll-hint {
    display: none; position: absolute; right: 10px; top: 14px; z-index: 3;
    background: rgba(30, 41, 59, 0.8); color: #fff;
    border-radius: 20px; padding: 6px 14px 6px 10px;
    font-size: 0.72rem; font-weight: 600;
    pointer-events: none; backdrop-filter: blur(4px);
    animation: compareScrollPulse 2s ease-in-out infinite;
}
.compare-card-scroll-hint svg {
    display: inline-block; vertical-align: middle; margin-left: 4px;
    width: 14px; height: 14px; fill: none; stroke: currentColor; stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round;
}
@keyframes compareScrollPulse {
    0%, 100% { transform: translateX(0); opacity: 0.85; }
    50% { transform: translateX(4px); opacity: 1; }
}

/* ========== Pros/Cons + Unique Features (merged) ========== */
.strengths-section {
    background: #fff; border-radius: 12px; padding: 28px 32px; margin-bottom: 24px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.06);
}
.strengths-section h2 {
    font-size: 1.1rem; font-weight: 800; color: #1e293b; margin-bottom: 18px;
    display: flex; align-items: center; gap: 8px;
}
.strengths-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.strengths-col-title {
    font-size: 0.92rem; font-weight: 700; color: #1e293b; margin-bottom: 12px;
    display: flex; align-items: center; gap: 8px;
    padding-bottom: 8px; border-bottom: 1px solid #f1f5f9;
}
.strengths-col-title img { height: 22px; object-fit: contain; }
.pc-group-label {
    font-size: 0.78rem; font-weight: 700; margin-bottom: 8px;
    padding: 5px 12px; border-radius: 6px; display: inline-block;
}
.pc-group-label--pros { color: #059669; background: #ecfdf5; }
.pc-group-label--cons { color: #dc2626; background: #fef2f2; }
.pc-list {
    list-style: none; margin: 0 0 14px; padding: 0;
}
.pc-list li {
    font-size: 0.85rem; color: #334155; line-height: 1.6;
    padding: 6px 0 6px 20px; position: relative;
}
.pc-list li::before {
    position: absolute; left: 0; top: 6px;
}
.pc-list--pros li::before { content: '\2714'; color: #059669; font-size: 0.75rem; }
.pc-list--cons li::before { content: '\2716'; color: #dc2626; font-size: 0.75rem; }
.unique-feature-highlight {
    background: #f8fafc; border-radius: 8px; padding: 12px 16px; margin-top: 4px;
    font-size: 0.85rem; color: #334155; line-height: 1.7; white-space: pre-line;
    border-left: 2px solid #e2e8f0;
}

/* ========== Detail Sections (accordion) ========== */
.detail-accordion { margin-bottom: 24px; }
.detail-accordion-item {
    background: #fff; border-radius: 12px; margin-bottom: 8px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.06); overflow: hidden;
    border-left: 3px solid #6366f1;
}
.detail-accordion-header {
    display: flex; align-items: center; gap: 8px;
    padding: 16px 24px; cursor: pointer; user-select: none;
    font-size: 1rem; font-weight: 700; color: #1e293b;
    transition: background 0.2s;
}
.detail-accordion-header:hover { background: #f8fafc; }
.detail-accordion-arrow {
    margin-left: auto; font-size: 0.8rem; color: #94a3b8;
    transition: transform 0.25s;
}
.detail-accordion-item.is-open .detail-accordion-arrow {
    transform: rotate(180deg);
}
.detail-accordion-body {
    max-height: 0; overflow: hidden; transition: max-height 0.3s ease;
}
.detail-accordion-item.is-open .detail-accordion-body {
    max-height: 2000px;
}
.detail-accordion-content {
    padding: 0 24px 20px;
    font-size: 0.9rem; color: #334155; line-height: 1.8; white-space: pre-line;
}

/* ========== Custom Sections ========== */
.custom-section-block {
    background: #fff; border-radius: 12px; padding: 28px 32px; margin-bottom: 24px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.06); border-left: 3px solid #f59e0b;
}
.custom-section-block h2 {
    font-size: 1.05rem; font-weight: 800; color: #1e293b; margin-bottom: 14px;
}
.custom-section-body {
    font-size: 0.9rem; color: #334155; line-height: 1.8; white-space: pre-line;
}

/* ========== Shared / Diff Section ========== */
.diff-section {
    background: #fff; border-radius: 12px; padding: 28px 32px; margin-bottom: 24px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.06); border-left: 3px solid #c2255c;
}
.diff-section h2 {
    font-size: 1.1rem; font-weight: 800; color: #1e293b; margin-bottom: 6px;
    display: flex; align-items: center; gap: 8px;
}
.diff-section .diff-intro {
    font-size: 0.85rem; color: #64748b; line-height: 1.6; margin-bottom: 18px;
    padding-bottom: 14px; border-bottom: 1px solid #f1f5f9;
}
.diff-row {
    background: #f8fafc; border-radius: 8px; padding: 14px 16px; margin-bottom: 10px;
}
.diff-row:last-child { margin-bottom: 0; }
.diff-label {
    display: inline-block; font-size: 0.82rem; font-weight: 700; margin-right: 10px;
    margin-bottom: 6px;
}
.diff-label--shared { color: #059669; }
.diff-label--left { color: #2563eb; }
.diff-label--right { color: #ea580c; }
.diff-row a.badge, .compare-table a.badge { cursor: pointer; transition: opacity 0.2s; }
.diff-row a.badge:hover, .compare-table a.badge:hover { opacity: 0.75; text-decoration: none; }

/* ========== Videos Section ========== */
.videos-section {
    background: #fff; border-radius: 12px; padding: 28px 32px; margin-bottom: 24px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.06);
}
.videos-section h2 {
    font-size: 1.05rem; font-weight: 800; color: #1e293b; margin-bottom: 18px;
    padding-bottom: 10px; border-bottom: 2px solid #f1f5f9;
}
.videos-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; }
.videos-col-title {
    font-size: 0.92rem; font-weight: 700; color: #1e293b; margin-bottom: 14px;
    display: flex; align-items: center; gap: 8px;
    padding-bottom: 10px; border-bottom: 1px solid #f1f5f9;
}
.videos-col-title img { height: 22px; object-fit: contain; }
.video-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 14px; }
.video-card {
    display: block; text-decoration: none; color: inherit;
    transition: transform 0.2s;
}
.video-card:hover { transform: translateY(-2px); text-decoration: none; }
.video-card img {
    width: 100%; aspect-ratio: 16/9; object-fit: cover; border-radius: 6px;
    background: #f1f5f9; margin-bottom: 6px;
}
.video-card .v-title {
    font-size: 0.8rem; color: #1e293b; font-weight: 500; line-height: 1.4;
    display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.video-card .v-date { font-size: 0.68rem; color: #94a3b8; margin-top: 2px; }
.videos-more {
    display: block; text-align: right; font-size: 0.82rem; font-weight: 600; color: #c2255c; margin-top: 8px;
}
.videos-more:hover { color: #a61e4d; }

/* ========== FAQ ========== */
.faq-section {
    background: #fff; border-radius: 12px; padding: 28px 32px; margin-bottom: 24px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.06);
}
.faq-section h2 {
    font-size: 1.1rem; font-weight: 800; color: #1e293b; margin-bottom: 18px;
    display: flex; align-items: center; gap: 8px;
}
.faq-item { border-bottom: 1px solid #f1f5f9; padding: 14px 0; }
.faq-item:last-child { border-bottom: none; }
.faq-question {
    font-size: 0.92rem; font-weight: 700; color: #1e293b; margin-bottom: 8px;
    display: flex; gap: 8px;
}
.faq-question::before {
    content: 'Q'; display: inline-flex; align-items: center; justify-content: center;
    width: 24px; height: 24px; border-radius: 50%;
    background: #c2255c; color: #fff; font-size: 0.72rem; font-weight: 800;
    flex-shrink: 0;
}
.faq-answer {
    font-size: 0.88rem; color: #334155; line-height: 1.7;
    padding-left: 32px; white-space: pre-line;
}

/* ========== Bottom Navigation (related, axes, internal links) ========== */
.bottom-nav {
    background: #fff; border-radius: 12px; padding: 28px 32px; margin-bottom: 24px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.06);
}
.bottom-nav h2 {
    font-size: 1.05rem; font-weight: 800; color: #1e293b; margin-bottom: 18px;
    padding-bottom: 10px; border-bottom: 2px solid #f1f5f9;
}
.bottom-nav-sub {
    font-size: 0.88rem; font-weight: 700; color: #475569; margin: 18px 0 10px;
}
.bottom-nav-sub:first-child { margin-top: 0; }
.related-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.related-card {
    display: block; text-decoration: none; color: inherit;
    background: #f8fafc; border-radius: 10px; padding: 16px;
    border: 1px solid #f1f5f9; transition: all 0.2s;
}
.related-card:hover { border-color: #c2255c; background: #fff; text-decoration: none; transform: translateY(-1px); }
.related-card-vs {
    display: flex; align-items: center; gap: 8px; margin-bottom: 8px;
}
.related-card-vs img { height: 22px; object-fit: contain; }
.related-card-vs .rc-vs { font-size: 0.72rem; font-weight: 800; color: #c2255c; }
.related-card-vs .rc-name { font-size: 0.82rem; font-weight: 700; color: #1e293b; }
.related-card-desc {
    font-size: 0.78rem; color: #64748b; line-height: 1.5;
    display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.axis-tags { display: flex; flex-wrap: wrap; gap: 6px; }
.axis-tag {
    display: inline-flex; align-items: center; gap: 4px;
    padding: 5px 12px; border-radius: 20px;
    font-size: 0.78rem; font-weight: 600; text-decoration: none;
    background: #f1f5f9; color: #475569; border: 1px solid #e2e8f0;
    transition: all 0.2s;
}
.axis-tag:hover { background: #e2e8f0; color: #1e293b; text-decoration: none; }
.internal-links-list {
    list-style: none; padding: 0; margin: 0;
    display: flex; flex-wrap: wrap; gap: 8px;
}
.internal-links-list a {
    display: inline-flex; align-items: center; gap: 4px;
    padding: 5px 14px; border-radius: 8px; font-size: 0.84rem;
    color: #2563eb; background: #eff6ff; text-decoration: none;
    border: 1px solid #dbeafe; transition: all 0.2s;
}
.internal-links-list a:hover { color: #c2255c; background: #fef2f2; border-color: #fecdd3; text-decoration: none; }
.internal-links-list a::before { content: '\203A'; font-weight: 700; }

/* ========== Final CTA ========== */
.compare-final-cta {
    background: linear-gradient(135deg, #1e293b 0%, #334155 100%);
    border-radius: 12px; padding: 36px 32px; text-align: center; margin-top: 8px;
}
.compare-final-cta h3 { font-size: 1.2rem; font-weight: 800; color: #fff; margin-bottom: 8px; }
.compare-final-cta p { font-size: 0.9rem; color: #94a3b8; margin-bottom: 22px; line-height: 1.6; }
.cta-buttons { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin-bottom: 14px; }
.cta-btn {
    display: inline-flex; align-items: center; justify-content: center;
    padding: 12px 24px; border-radius: 8px;
    font-size: 0.9rem; font-weight: 700; text-decoration: none; transition: all 0.2s;
}
.cta-btn:hover { text-decoration: none; transform: translateY(-1px); }
.cta-btn--primary { background: #c2255c; color: #fff; box-shadow: 0 2px 8px rgba(194,37,92,0.3); }
.cta-btn--primary:hover { background: #a61e4d; }
.cta-btn--outline { border: 1px solid rgba(255,255,255,0.2); color: #cbd5e1; }
.cta-btn--outline:hover { background: rgba(255,255,255,0.08); color: #fff; }
.cta-sub-links {
    display: flex; gap: 8px; justify-content: center; flex-wrap: wrap;
}
.cta-sub-links a {
    font-size: 0.8rem; color: #94a3b8; text-decoration: none;
    padding: 6px 14px; border-radius: 6px;
    border: 1px solid rgba(255,255,255,0.08); transition: all 0.2s;
}
.cta-sub-links a:hover { color: #fff; border-color: rgba(255,255,255,0.25); text-decoration: none; }

/* ========== Responsive ========== */
@media (max-width: 768px) {
    .page-header { padding: 24px 16px 20px; }
    .header-vs-row { gap: 14px; }
    .header-site img { height: 32px; padding: 4px 8px; }
    .header-site span { font-size: 0.78rem; }
    .header-vs-label { width: 32px; height: 32px; font-size: 0.9rem; }
    .page-header h1 { font-size: 1.15rem; }
    .compare-card { overflow-x: auto; -webkit-overflow-scrolling: touch; }
    .compare-card-scroll-hint { display: inline-flex; align-items: center; }
    .compare-card-cols { grid-template-columns: 1fr 1fr; min-width: 520px; }
    .compare-card-label { min-width: 520px; }
    .compare-card-cell { padding: 12px 18px; }
    .score-diff-row { grid-template-columns: 1fr; }
    .criteria-table, .criteria-table thead, .criteria-table tbody, .criteria-table tr, .criteria-table th, .criteria-table td {
        display: block; width: 100%;
    }
    .criteria-table thead { display: none; }
    .criteria-table tr {
        background: #f8fafc; border-radius: 10px; padding: 14px 16px; margin-bottom: 10px;
        border-left: 3px solid #e2e8f0;
    }
    .criteria-table td {
        padding: 2px 0; border-bottom: none;
    }
    .criteria-table td:first-child {
        font-size: 0.9rem; font-weight: 700; color: #1e293b; margin-bottom: 4px;
    }
    .criteria-table td:nth-child(2) { margin-bottom: 6px; }
    .criteria-table td:last-child { font-size: 0.84rem; line-height: 1.6; }
    .verdict-block, .score-chart, .selection-guide, .strengths-section { padding: 20px 18px; }
    .diff-section, .videos-section, .faq-section, .bottom-nav { padding: 20px 18px; }
    .verdict-cards { grid-template-columns: 1fr; }
    .verdict-card--both { grid-column: auto; }
    .strengths-grid { grid-template-columns: 1fr; }
    .videos-columns { grid-template-columns: 1fr; gap: 20px; }
    .video-grid { grid-template-columns: 1fr 1fr; }
    .custom-section-block { padding: 20px 18px; }
    .related-grid { grid-template-columns: 1fr; }
    .compare-final-cta { padding: 28px 20px; }
    .cta-buttons { flex-direction: column; gap: 12px; }
    .cta-btn { width: 100%; }
    .score-axis-label { width: 60px; font-size: 0.75rem; }
    .detail-accordion-header { padding: 14px 18px; font-size: 0.92rem; }
    .detail-accordion-content { padding: 0 18px 16px; }
    /* editorial */
    .editorial-conclusion-inner { padding: 24px 20px; }
    .who-block { padding: 24px 20px; }
    .unique-axes { padding: 20px 18px; }
    .axis-cards { gap: 10px; }
    .axis-card { padding: 14px 16px; }
    .axis-card-body { font-size: 0.88rem; }
    .comparison-reason { padding: 18px 20px; }
    .editorial-bridge-text { margin-bottom: 12px; }
    .diff-section--compact { padding: 18px 20px; }
}

/* ==========================================================
   比較記事型（editorial）新ブロック
   旧クラスは compare-show.css 上部に引き続き存在するが、
   _show_editorial.blade.php からは参照しない。
   ========================================================== */

/* ① 結論総評ブロック */
.editorial-conclusion {
    margin: 28px 0;
    border-radius: 12px;
    background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
    border: 1px solid #334155;
    overflow: hidden;
}
.editorial-conclusion-inner {
    padding: 32px 36px;
}
.editorial-pick {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(244, 63, 94, 0.15);
    border: 1px solid rgba(244, 63, 94, 0.4);
    border-radius: 999px;
    padding: 6px 16px;
    margin-bottom: 14px;
}
.editorial-pick-label {
    font-size: 0.72rem;
    color: #94a3b8;
    font-weight: 600;
    letter-spacing: 0.04em;
}
.editorial-pick-name {
    font-size: 0.9rem;
    color: #f43f5e;
    font-weight: 700;
}
.editorial-quick {
    font-size: 0.9rem;
    color: #94a3b8;
    margin: 0 0 16px;
    line-height: 1.6;
    font-style: italic;
}
.editorial-conclusion-body {
    font-size: 1rem;
    color: #e2e8f0;
    line-height: 1.85;
    white-space: pre-line;
}

/* ② 比較理由ブロック */
.comparison-reason {
    margin: 24px 0;
    padding: 28px 32px;
    background: #f8fafc;
    border-left: 4px solid #6366f1;
    border-radius: 0 10px 10px 0;
}
.comparison-reason h2 {
    font-size: 1rem;
    font-weight: 700;
    color: #1e293b;
    margin: 0 0 12px;
}
.comparison-reason p {
    font-size: 0.94rem;
    color: #475569;
    line-height: 1.8;
    margin: 0;
    white-space: pre-line;
}

/* ③ こんな人にはこちら（verdict-cards は既存スタイルを流用）*/
.who-block {
    margin: 28px 0;
    padding: 28px 32px;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
}
.who-block h2 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #1e293b;
    margin: 0 0 14px;
}
.who-intro {
    font-size: 0.88rem;
    color: #64748b;
    margin: 0 0 18px;
    line-height: 1.6;
}

/* ④ EroGets 独自比較軸 */
.unique-axes {
    margin: 28px 0;
    padding: 32px 36px;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
}
.unique-axes h2 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #1e293b;
    margin: 0 0 6px;
}
.unique-axes-intro {
    font-size: 0.86rem;
    color: #64748b;
    margin: 0 0 22px;
    line-height: 1.6;
}
.axis-cards {
    display: grid;
    gap: 16px;
}
.axis-card {
    padding: 20px 22px;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    background: #f8fafc;
}
.axis-card--caution {
    background: #fffbeb;
    border-color: #fcd34d;
}
.axis-card-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    flex-wrap: wrap;
}
.axis-card-icon {
    font-size: 1rem;
    line-height: 1;
}
.axis-card-label {
    font-size: 0.88rem;
    font-weight: 700;
    color: #1e293b;
}
.axis-winner-badge {
    margin-left: auto;
    font-size: 0.72rem;
    font-weight: 700;
    padding: 3px 10px;
    border-radius: 999px;
    white-space: nowrap;
}
.axis-winner-badge--left {
    background: #dbeafe;
    color: #1d4ed8;
    border: 1px solid #93c5fd;
}
.axis-winner-badge--right {
    background: #fce7f3;
    color: #be185d;
    border: 1px solid #f9a8d4;
}
.axis-winner-badge--tie {
    background: #f1f5f9;
    color: #64748b;
    border: 1px solid #cbd5e1;
}
.axis-card-body {
    font-size: 0.92rem;
    color: #374151;
    line-height: 1.72;
    margin: 0;
    white-space: pre-line;
}

/* 比較カードへの橋渡し文（editorial 構成用）*/
.editorial-bridge-text {
    font-size: 0.86rem;
    color: #64748b;
    margin: 0 0 16px;
    line-height: 1.6;
}

/* ジャンル差分（コンパクト版）*/
.diff-section--compact {
    margin: 20px 0;
    padding: 22px 28px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
}
.diff-section--compact h2 {
    font-size: 0.96rem;
    font-weight: 700;
    color: #1e293b;
    margin: 0 0 14px;
}
