/* /download funnel — compare table + direct store buttons. */
.dl-compare-sec { padding: 56px 0; }
.dl-compare-sec.alt { background: var(--paper-2); }
.dl-compare-wrap { max-width: 760px; margin: 0 auto; }
.dl-compare-wrap h2 {
  font-family: var(--serif-fa); font-weight: 600; font-size: 28px; letter-spacing: -0.4px;
  margin: 0 0 16px; color: var(--ink);
}
[dir="ltr"] .dl-compare-wrap h2 { font-family: var(--serif); font-weight: 500; }
.dl-intro { font-size: 16px; line-height: 1.65; color: var(--ink-2); margin: 0 0 28px; }

table.dl-compare {
  width: 100%; border-collapse: collapse; font-size: 14.5px;
  background: #fff; border: 1px solid var(--line); border-radius: 16px; overflow: hidden;
}
table.dl-compare th,
table.dl-compare td { padding: 14px 16px; text-align: start; border-bottom: 1px solid var(--line); }
table.dl-compare thead th {
  font-size: 11px; font-weight: 700; letter-spacing: 0.7px; text-transform: uppercase;
  color: var(--ink-3); background: var(--paper-2);
}
table.dl-compare tbody tr:last-child td { border-bottom: none; }
table.dl-compare td.yes { color: #2E8B57; font-weight: 700; text-align: center; width: 72px; }
table.dl-compare td.no { color: var(--ink-4); text-align: center; width: 72px; }
table.dl-compare th:not(:first-child),
table.dl-compare td:not(:first-child) { text-align: center; width: 72px; }

.kal-store-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 4px; }
.kal-store-btn {
  flex: 1; min-width: 140px; background: #1a1815; color: #fff; padding: 11px 14px;
  border-radius: 10px; display: inline-flex; align-items: center; gap: 10px;
  text-decoration: none; font-family: inherit; transition: background 0.15s;
}
.kal-store-btn:hover { background: #2D2925; color: #fff; }
.kal-store-txt { display: flex; flex-direction: column; align-items: flex-start; line-height: 1.1; }
.kal-store-txt .sm { font-size: 10.5px; opacity: 0.75; font-weight: 600; letter-spacing: 0.4px; text-transform: uppercase; }
.kal-store-txt .lg { font-size: 15px; font-weight: 700; }

.kal-app-qr {
  width: 160px; height: 160px; flex-shrink: 0; background: #fff; border-radius: 16px;
  padding: 12px; box-shadow: 0 8px 24px rgba(0,0,0,0.12);
}
.kal-app-qr img,
.kal-app-qr svg { width: 100%; height: 100%; display: block; object-fit: contain; }

.appband-direct { display: flex; flex-direction: column; gap: 20px; }
.appband-direct .kal-app-qr { align-self: flex-start; }
.aa-getit-card .kal-app-qr { width: 200px; height: 200px; }
.aa-getit-card .kal-store-row { margin-top: 0; }
.aa-getit-card .kal-store-btn { background: rgba(0, 0, 0, 0.55); border: 1px solid rgba(255, 255, 255, 0.12); }
.aa-getit-card .kal-store-btn:hover { background: rgba(0, 0, 0, 0.75); }

@media (max-width: 640px) {
  table.dl-compare { font-size: 13px; }
  table.dl-compare th, table.dl-compare td { padding: 10px 12px; }
  .aa-getit-card .kal-app-qr { display: none; }
}
