:root{--panel:#fff;--ink:#122034;--muted:#6c7a8e;--blue:#1659d8;--blue-ink:#0e3ea5;--divider:#e7edf7;--success:#2e7d32;--danger:#9aa6b2}.container{margin:0 auto;max-width:1200px;padding:32px 40px}h2{color:var(--blue-ink);font-size:clamp(20px,3.8vw,28px);margin:8px 0 18px;padding:30px 0 22px;text-align:center}.accordion{background:var(--panel);overflow:hidden}.header-row{background:var(--panel);border:1px solid #e0e0e0;border-top:0 solid #e0e0e0;color:var(--ink);cursor:pointer;font-family:Rubik;font-size:24px;font-style:SemiBold;font-weight:700;font-weight:600;justify-content:space-between;line-height:130%;padding:24px 32px;width:100%}.header-row,.header-row .left{align-items:center;display:flex;gap:10px}.header-row .icon{display:grid;height:40px;place-items:center;width:40px}.header-row .caret{transition:transform .25s ease}.header-row[aria-expanded=true] .caret{transform:rotate(180deg)}.panel-header{background:#fff;border:1px solid #e0e0e0;border-radius:4px 4px 0 0;display:grid;grid-template-columns:400px 1fr 1fr 1fr;padding:16px 0}.panel-header .th{background:#fff;color:rgba(0,0,0,.87);font-family:Rubik,sans-serif;font-size:20px;font-weight:600;line-height:130%;padding:14px 16px;text-align:center}.th:first-child{text-align:left}.content{max-height:0;overflow:hidden;transition:max-height .25s ease}.content.open{max-height:1000px}.content.open .table{border-bottom:1px solid #e0e0e0}.table{display:grid;grid-template-columns:400px 1fr 1fr 1fr}.tr{display:contents}.cell{align-items:center;border-left:1px solid var(--divider);display:flex;gap:8px;height:60px;padding:24px 36px;text-align:center}.open .table .tr:first-of-type .cell{height:82px;padding-top:40px}.open .table .tr:last-of-type .cell{height:82px;padding-bottom:40px}.open .cell:last-of-type{border-right:1px solid var(--divider)}.cell:nth-child(4n+2),.cell:nth-child(4n+3),.cell:nth-child(4n+4){justify-content:center}.feat{font-family:Rubik;font-size:16px;font-weight:400;line-height:24px}.muted{color:var(--muted);font-size:.92rem}.check,.cross{display:grid;font-size:12px;height:24px;place-items:center;width:24px}.badge{align-items:center;border-radius:999px;display:inline-flex;font-size:.75rem;font-weight:600;gap:6px;padding:3px 8px}.badge,.info{background:#eaf1ff;color:var(--blue-ink)}.info{border-radius:50%;cursor:default;display:inline-grid;font-size:11px;height:16px;line-height:16px;place-items:center;position:relative;width:16px}.info:hover:after{background:#0f1e33;border-radius:8px;box-shadow:var(--shadow);color:#fff;content:attr(data-tip);font-size:.75rem;left:50%;padding:6px 8px;position:absolute;top:130%;transform:translateX(-50%);white-space:nowrap}@media (min-width:900px){.panel-header .th{position:sticky;top:0;z-index:2}}@media (max-width:1024px){.desktop-only{display:none!important}}