/* ACE IDE — verified publisher / code-signing trust seal */

.ace-trust-seal {
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  color: #0f172a;
  line-height: 1.5;
}

/* Full banner — /download page */
.ace-trust-seal--full {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin: 0 0 2rem;
  padding: 1.75rem 1.5rem 1.5rem;
  border-radius: 1rem;
  border: 1px solid rgba(5, 150, 105, 0.24);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(236, 253, 245, 0.94) 48%, rgba(255, 251, 235, 0.9) 100%);
  box-shadow:
    0 1px 2px rgba(15, 23, 42, 0.05),
    0 12px 36px rgba(5, 150, 105, 0.1);
}

.ace-trust-seal__seal-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.85rem;
}

.ace-trust-seal__emblem {
  display: block;
  width: auto;
  height: auto;
  filter: drop-shadow(0 8px 18px rgba(217, 119, 6, 0.24));
}

.ace-trust-seal__body {
  width: 100%;
  max-width: 46rem;
  margin: 0 auto;
}

.ace-trust-seal__eyebrow {
  margin: 0 0 0.5rem;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #047857;
}

.ace-trust-seal__title {
  margin: 0 0 0.85rem;
  font-size: clamp(22px, 3vw, 28px);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.25;
  color: #0f172a;
}

.ace-trust-seal__lede {
  margin: 0 0 0.75rem;
  font-size: 17px;
  line-height: 1.65;
  color: #334155;
}

.ace-trust-seal__lede strong {
  color: #0f172a;
  font-weight: 700;
}

.ace-trust-seal__publisher {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 0.2rem;
  margin: 0 auto 1.1rem;
  padding: 0.65rem 1.15rem;
  border-radius: 0.65rem;
  border: 1px solid rgba(5, 150, 105, 0.22);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.04);
}

.ace-trust-seal__publisher-label {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #64748b;
}

.ace-trust-seal__publisher strong {
  font-size: 18px;
  font-weight: 800;
  line-height: 1.35;
  color: #065f46;
}

.ace-trust-seal__pills {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.6rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ace-trust-seal__pills li {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.5rem 0.95rem;
  border-radius: 999px;
  border: 1px solid rgba(5, 150, 105, 0.24);
  background: #fff;
  font-size: 14px;
  font-weight: 700;
  color: #065f46;
  white-space: nowrap;
}

.ace-trust-seal__pill-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  background: #059669;
  color: #fff;
  font-size: 11px;
  line-height: 1;
  flex-shrink: 0;
}

/* Compact — homepage showcase CTA */
.ace-trust-seal--compact {
  display: flex;
  align-items: center;
  gap: 1rem;
  max-width: 40rem;
  margin: 1.1rem auto 0;
  padding: 1rem 1.1rem;
  text-align: left;
  border-radius: 0.85rem;
  border: 1px solid rgba(5, 150, 105, 0.2);
  background: linear-gradient(180deg, #f0fdf4 0%, #fffbeb 100%);
  box-shadow: 0 4px 18px rgba(5, 150, 105, 0.08);
}

.ace-trust-seal--compact .ace-trust-seal__emblem {
  flex-shrink: 0;
  filter: drop-shadow(0 4px 10px rgba(217, 119, 6, 0.18));
}

.ace-trust-seal__compact-title {
  margin: 0 0 0.35rem;
  font-size: 16px;
  font-weight: 800;
  color: #065f46;
}

.ace-trust-seal__compact-text {
  margin: 0;
  font-size: 15px;
  line-height: 1.55;
  color: #475569;
}

.ace-trust-seal__compact-text strong {
  color: #0f172a;
  font-weight: 700;
}

/* Badge — Windows download card */
.ace-trust-seal--badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin-bottom: 0.75rem;
  padding: 0.35rem 0.65rem 0.35rem 0.45rem;
  border-radius: 999px;
  border: 1px solid rgba(5, 150, 105, 0.3);
  background: linear-gradient(180deg, #ecfdf5, #fffbeb);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #047857;
}

.ace-trust-seal--badge .ace-trust-seal__emblem {
  filter: none;
}

@media (max-width: 640px) {
  .ace-trust-seal--full {
    padding: 1.35rem 1rem 1.15rem;
  }

  .ace-trust-seal__lede {
    font-size: 16px;
  }

  .ace-trust-seal__publisher strong {
    font-size: 16px;
  }

  .ace-trust-seal__pills li {
    font-size: 13px;
    padding: 0.45rem 0.75rem;
    white-space: normal;
  }

  .ace-trust-seal--compact {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
