/* ── Hero ── */
.compare-hero {
    background: linear-gradient(135deg, #1a1040 0%, #2d1b69 50%, #1a1040 100%);
    padding: 72px 0 56px;
    position: relative;
    overflow: hidden;
    text-align: center;
}
.compare-hero::before {
    content: '';
    position: absolute;
    inset: -10%;
    background: radial-gradient(ellipse at 50% 20%, rgba(102, 16, 242, .28) 0%, transparent 60%);
    pointer-events: none;
}
.compare-hero-inner { position: relative; max-width: 720px; margin: 0 auto; }
.compare-eyebrow {
    display: inline-flex; align-items: center; gap: 6px;
    padding: 6px 16px; border-radius: 100px;
    background: rgba(255, 255, 255, .12); border: 1px solid rgba(255, 255, 255, .2);
    font-size: .82rem; font-weight: 700; color: #d8b4fe; margin-bottom: 18px;
}
.compare-hero h1 { font-size: clamp(1.7rem, 3.6vw, 2.6rem); font-weight: 800; color: #fff; line-height: 1.4; margin-bottom: 16px; }
.compare-hero h1 span { color: #c084fc; }
.compare-hero p.lead { color: rgba(255, 255, 255, .82); font-size: 1.05rem; line-height: 1.9; margin: 0 auto; max-width: 620px; }

/* ── Table section ── */
.compare-table-section { padding: 56px 0 20px; }
.compare-table-wrap {
    background: rgba(255, 255, 255, .04);
    backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(0, 0, 0, .3);
}
.compare-table-scroll { overflow-x: auto; }
table.compare-table { width: 100%; border-collapse: collapse; min-width: 680px; }
table.compare-table th, table.compare-table td {
    padding: 16px 18px;
    text-align: center;
    font-size: .9rem;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
    color: #cbc4e0;
    vertical-align: middle;
}
table.compare-table thead th {
    font-size: .95rem;
    font-weight: 800;
    color: #fff;
    padding-top: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, .14);
}
table.compare-table tbody th {
    text-align: right;
    font-weight: 600;
    color: #a89fc9;
    white-space: nowrap;
    font-size: .87rem;
}
table.compare-table tbody tr:last-child th,
table.compare-table tbody tr:last-child td { border-bottom: none; }
td.compare-us, th.compare-us-head {
    background: linear-gradient(180deg, rgba(102, 16, 242, .22), rgba(102, 16, 242, .08));
    color: #fff;
    font-weight: 700;
    position: relative;
}
th.compare-us-head {
    border-radius: 14px 14px 0 0;
}
.compare-us-badge {
    display: inline-block;
    font-size: .68rem;
    font-weight: 700;
    background: #a855f7;
    color: #fff;
    border-radius: 100px;
    padding: 2px 10px;
    margin-top: 4px;
}
.compare-yes { color: #4ade80; font-weight: 800; }
.compare-no { color: #f87171; font-weight: 800; }
.compare-unclear { color: #a89fc9; }

.compare-note {
    max-width: 680px;
    margin: 22px auto 0;
    text-align: center;
    font-size: .82rem;
    color: #766f94;
    line-height: 1.9;
    padding: 0 1rem;
}
.compare-note a { color: #a78bfa; }

@media (max-width: 768px) {
    .compare-hero { padding: 52px 0 40px; }
    .compare-table-section { padding: 40px 0 10px; }
}
