
/* ─── Compliance logo cards ─────────────────────────────── */
.lcomp__c:has(.lcomp__logo) { background: var(--E-white); border-color: rgba(255,255,255,.15); padding: 12px; }
.lcomp__c:has(.lcomp__logo):hover { background: var(--E-white); border-color: var(--E-blue); }
.lcomp__logo { display: block; max-width: 100%; max-height: 52px; width: auto; height: auto; object-fit: contain; }

/* ─── Partner marquee logos ──────────────────────────────── */
.lpart__logo { display: block; height: 32px; width: auto; max-width: 148px; object-fit: contain; opacity: .9; transition: opacity .25s; }
.lpart__tile:hover .lpart__logo { opacity: 1; }
.lpart__logo--dark { filter: brightness(0); opacity: .7; }
.lpart__tile:hover .lpart__logo--dark { opacity: 1; }

/* ─── Tech logo background fix ───────────────────────────── */
.ltech__ic { background: #f8f9fa !important; box-shadow: inset 0 0 0 1px rgba(0,0,0,.08) !important; padding: 0 !important; }

/* ─── Service card list styles ───────────────────────────── */
.lsvc__card ul {
  list-style: none;
  padding-left: 0;
}
.lsvc__card ul li {
  padding: 5px 0 5px 18px;
  position: relative;
}
.lsvc__card ul li::before {
  content: "→";
  position: absolute;
  left: 0;
  color: var(--E-blue);
  font-size: 12px;
}

/* ─── Packages table ─────────────────────────────────────── */
.cloud-packages {
  margin-top: 56px;
  overflow-x: auto;
}
.cloud-packages table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}
.cloud-packages th,
.cloud-packages td {
  padding: 14px 18px;
  border: 1px solid var(--E-line);
  text-align: center;
}
.cloud-packages th:first-child,
.cloud-packages td:first-child {
  text-align: left;
  font-weight: 600;
  color: var(--E-ink);
  min-width: 160px;
}
.cloud-packages thead th {
  background: var(--E-black);
  color: var(--E-white);
  font-family: var(--font-display);
  font-weight: 700;
  letter-spacing: -.01em;
}
.cloud-packages thead th:first-child { background: transparent; border: none; }
.cloud-packages tbody tr:nth-child(even) td { background: var(--E-gray); }
.cloud-packages .check { color: var(--E-blue); font-size: 18px; font-weight: 700; }
.cloud-packages .dash { color: var(--E-muted); opacity: .4; }

/* ─── Responsive ─────────────────────────────────────────── */
@media (max-width: 768px) {
  .cloud-packages th,
  .cloud-packages td { padding: 10px 12px; font-size: 13px; }
}
