/* LigiComms — comparison page. Shared tokens/components live in site.css. */
.cmp-hero, .cmp-table-section, .cmp-why { --ink-dim: #c2d2e6; --ink-faint: #8ea3bd; }

.cmp-hero { padding: 76px 0 30px; text-align: center; background: radial-gradient(900px 460px at 50% -20%, rgba(44, 79, 124, .5), transparent 62%), var(--navy-950); }
.cmp-hero h1 { margin: 16px auto 18px; max-width: 14ch; }
.cmp-hero h1 .grad { background: linear-gradient(92deg, #ffb054 0%, #ff7a9c 42%, #8b7bff 78%, #4fc3f7 100%); -webkit-background-clip: text; background-clip: text; color: transparent; }
.cmp-hero h1 em { font-style: normal; color: var(--ink); }
.cmp-sub { color: var(--ink-dim); font-size: 17px; max-width: 60ch; margin: 0 auto; }

.cmp-table-section { padding: 34px 0 20px; background: var(--navy-950); }
.cmp-legend { display: flex; justify-content: center; gap: 22px; flex-wrap: wrap; margin-bottom: 18px; color: var(--ink-faint); font-size: 13.5px; }
.cmp-legend i { margin-right: 6px; }

.cmp-yes { color: var(--wa); }
.cmp-part { color: var(--accent); }
.cmp-no { color: #6d84a0; }

.cmp-scroll { overflow-x: auto; border: 1px solid var(--line); border-radius: 16px; }
.cmp-table { width: 100%; min-width: 680px; border-collapse: collapse; font-size: 14.5px; }
.cmp-table th, .cmp-table td { padding: 15px 18px; text-align: center; border-bottom: 1px solid var(--line); }
.cmp-table thead th { font-family: var(--font-display); font-weight: 700; color: var(--ink); font-size: 15px; background: rgba(8, 21, 39, .5); position: relative; }
.cmp-table tbody tr:last-child th, .cmp-table tbody tr:last-child td { border-bottom: 0; }
.cmp-feat-head, .cmp-feat { text-align: left !important; }
.cmp-feat { font-weight: 600; color: var(--ink-dim); min-width: 230px; }
.cmp-table tbody tr:hover td, .cmp-table tbody tr:hover th { background: rgba(169, 189, 212, .04); }

/* highlighted "ours" column */
.cmp-table .cmp-us { background: rgba(255, 176, 84, .07); }
.cmp-table thead .cmp-us { background: rgba(255, 176, 84, .14); color: var(--accent); }
.cmp-us-badge { position: absolute; top: 8px; left: 50%; transform: translateX(-50%); font-size: 9.5px; letter-spacing: .08em; text-transform: uppercase; font-weight: 700; color: #25160a; background: var(--accent); padding: 2px 8px; border-radius: 999px; }
.cmp-table thead .cmp-us { padding-top: 26px; }
.cmp-table td i { font-size: 15px; }
.cmp-cell-label { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

.cmp-disclaimer { margin: 18px auto 0; max-width: 70ch; text-align: center; color: var(--ink-faint); font-size: 12.5px; line-height: 1.6; }

/* why section */
.cmp-why { padding: 62px 0 72px; background: var(--navy-950); }
.cmp-why-head { text-align: center; margin-bottom: 32px; }
.cmp-why-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.cmp-why-card { border: 1px solid var(--line); border-radius: 16px; padding: 22px; background: linear-gradient(165deg, rgba(30, 58, 95, .3), rgba(12, 30, 53, .6)); }
.cmp-why-ic { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 13px; background: rgba(255, 176, 84, .12); color: var(--accent); font-size: 19px; margin-bottom: 14px; }
.cmp-why-card h3 { font-size: 16px; margin-bottom: 8px; color: var(--ink); }
.cmp-why-card p { color: var(--ink-dim); font-size: 14px; line-height: 1.6; margin: 0; }

@media (max-width: 900px) { .cmp-why-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px) { .cmp-why-grid { grid-template-columns: 1fr; } .cmp-hero { padding-top: 56px; } }
