/* Version: v2.0.0 (2026-08-01) | Trust ??White-first (HOAM Blue accent only) */
.hl-trust {
  position: relative;
  z-index: 25;
  background: #ffffff;
  padding: 4rem 1.5rem 4.5rem;
  border-bottom: 1px solid #e5e7eb;
}
.hl-trust::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 8% 0%, rgba(15, 92, 97, 0.04), transparent 42%);
  pointer-events: none;
}
.hl-trust-inner {
  position: relative;
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.25rem;
  align-items: stretch;
}
@media (min-width: 960px) {
  .hl-trust-inner {
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem;
  }
}
.hl-trust-intro {
  color: #334155;
}
.hl-trust-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.45rem 1rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: #7dd3fc;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 1.1rem;
}
.hl-trust-title {
  font-size: clamp(1.45rem, 3.2vw, 2rem);
  font-weight: 800;
  color: #fff;
  line-height: 1.32;
  letter-spacing: -0.03em;
  margin-bottom: 1rem;
  word-break: keep-all;
}
.hl-trust-summary {
  font-size: 1.05rem;
  line-height: 1.72;
  color: rgba(226, 232, 240, 0.88);
  font-weight: 500;
  margin-bottom: 1.5rem;
  word-break: keep-all;
}
.hl-trust-meta {
  display: grid;
  gap: 0.65rem;
}
.hl-trust-row {
  display: grid;
  grid-template-columns: 7.5rem 1fr;
  gap: 0.65rem 1rem;
  align-items: start;
  padding: 0.65rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.hl-trust-row:last-child {
  border-bottom: none;
}
.hl-trust-k {
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  color: #94a3b8;
  text-transform: uppercase;
}
.hl-trust-v {
  font-size: 0.97rem;
  font-weight: 700;
  color: #f1f5f9;
  line-height: 1.5;
  word-break: keep-all;
}
.hl-trust-v-sub {
  display: block;
  margin-top: 0.2rem;
  font-size: 0.83rem;
  font-weight: 600;
  color: #94a3b8;
}
/* Patent claim list */
.hl-trust-claims {
  list-style: none;
  padding: 0;
  margin: 1.25rem 0 0.25rem;
  display: grid;
  gap: 0.6rem;
}
.hl-trust-claim {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  font-size: 0.95rem;
  font-weight: 600;
  color: rgba(226, 232, 240, 0.88);
  line-height: 1.6;
}
.hl-trust-claim i {
  flex-shrink: 0;
  color: #5eead4;
  font-size: 0.82rem;
  margin-top: 0.22rem;
}
/* KIPRIS link */
.hl-trust-kipris {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-top: 0.85rem;
  font-size: 0.86rem;
  font-weight: 700;
  color: #5eead4;
  text-decoration: none;
  opacity: 0.85;
  transition: opacity 0.2s;
  letter-spacing: 0.01em;
}
.hl-trust-kipris:hover { opacity: 1; }

.hl-trust-actions {
  margin-top: 1.5rem;
}
.hl-trust-download {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.25rem;
  border-radius: 12px;
  border: 1px solid rgba(125, 211, 252, 0.35);
  background: rgba(255, 255, 255, 0.06);
  color: #e0f2fe;
  font-size: 0.88rem;
  font-weight: 800;
  cursor: pointer;
  transition: background 0.2s, border-color 0.2s, transform 0.2s;
}
.hl-trust-download:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(125, 211, 252, 0.55);
  transform: translateY(-1px);
}

/* Premium patent certificate card */
.hl-patent-card {
  position: relative;
  border-radius: 20px;
  padding: 1.35rem;
  background: linear-gradient(145deg, #0a1628 0%, #122a45 50%, #163a58 100%);
  box-shadow:
    0 32px 64px rgba(0, 0, 0, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.hl-patent-card::before {
  content: '';
  position: absolute;
  inset: 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  pointer-events: none;
}
.hl-patent-inner {
  position: relative;
  border-radius: 14px;
  background: linear-gradient(180deg, #f8fafc 0%, #eef2f7 100%);
  padding: 1.75rem 1.5rem 1.5rem;
  text-align: center;
  min-height: 280px;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: inset 0 2px 12px rgba(15, 23, 42, 0.06);
}
.hl-patent-seal {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: linear-gradient(135deg, #083d40, #0F5C61);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.35rem;
  margin-bottom: 0.85rem;
  box-shadow: 0 8px 20px rgba(15, 92, 97, 0.4);
}
.hl-patent-label {
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #64748b;
  margin-bottom: 0.5rem;
}
.hl-patent-invention {
  font-size: 1.05rem;
  font-weight: 800;
  color: #0f172a;
  line-height: 1.5;
  max-width: 20rem;
  margin-bottom: 1.25rem;
  word-break: keep-all;
}
.hl-patent-divider {
  width: 48px;
  height: 2px;
  background: linear-gradient(90deg, transparent, #0F5C61, transparent);
  margin-bottom: 1.1rem;
}
.hl-patent-facts {
  width: 100%;
  text-align: left;
  display: grid;
  gap: 0.55rem;
}
.hl-patent-fact {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  font-size: 0.84rem;
  padding: 0.5rem 0.7rem;
  border-radius: 8px;
  background: rgba(15, 23, 42, 0.04);
}
.hl-patent-fact-k {
  font-weight: 800;
  color: #64748b;
  flex-shrink: 0;
}
.hl-patent-fact-v {
  font-weight: 700;
  color: #1e293b;
  text-align: right;
  word-break: keep-all;
}
.hl-patent-foot {
  margin-top: 1rem;
  font-size: 0.75rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.55);
  text-align: center;
}

.broch-backdrop {
  position: fixed;
  inset: 0;
  z-index: 10000;
  background: rgba(7, 26, 46, 0.78);
  backdrop-filter: blur(10px);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
  box-sizing: border-box;
}
.broch-backdrop.is-open {
  display: flex !important;
}
.broch-sheet {
  width: 100%;
  max-width: 420px;
  background: #fff;
  color: #0a2428;
  border-radius: 20px;
  box-shadow:
    0 24px 64px rgba(6, 20, 22, 0.35),
    0 0 0 1px rgba(15, 92, 97, 0.2);
  overflow: hidden;
}
.broch-head {
  padding: 1.35rem 1.5rem 1rem;
  border-bottom: 1px solid #e8edf3;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  background: linear-gradient(180deg, #f8fafc 0%, #fff 100%);
}
.broch-head h2 {
  font-size: 1.15rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.35;
  color: #0f172a;
}
.broch-head p {
  margin-top: 0.4rem;
  font-size: 0.86rem;
  color: #64748b;
  line-height: 1.5;
  font-weight: 500;
}
.broch-close {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border: none;
  border-radius: 10px;
  background: #e8edf3;
  color: #334155;
  cursor: pointer;
  font-size: 1.1rem;
}
.broch-close:hover {
  background: #dbe2ea;
}
.broch-body {
  padding: 1.25rem 1.5rem 1.5rem;
}
.broch-field {
  display: block;
  margin-bottom: 0.85rem;
}
.broch-label {
  display: block;
  font-size: 0.78rem;
  font-weight: 800;
  color: #334155;
  margin-bottom: 0.35rem;
}
.broch-label span.hl-req {
  color: #2563eb;
}
.broch-input {
  width: 100%;
  box-sizing: border-box;
  padding: 0.72rem 0.85rem;
  border: 1.5px solid #8795a8;
  border-radius: 12px;
  font-size: 0.95rem;
  font-weight: 600;
  color: #0f172a;
  background: #f8fafc;
  transition: border-color 0.15s, box-shadow 0.15s;
}
.broch-input:focus {
  outline: none;
  border-color: #0F5C61;
  box-shadow: 0 0 0 3px rgba(15, 92, 97, 0.14);
  background: #fff;
}
.broch-err {
  font-size: 0.82rem;
  font-weight: 700;
  color: #dc2626;
  margin: 0.25rem 0 0.75rem;
}
.broch-submit {
  width: 100%;
  padding: 0.95rem 1rem;
  border: none;
  border-radius: 14px;
  background: linear-gradient(135deg, #0F5C61, #148A8F);
  color: #fff;
  font-size: 1rem;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 12px 28px rgba(15, 92, 97, 0.28);
  transition: transform 0.15s, box-shadow 0.15s;
}
.broch-submit:hover:not(:disabled) {
  transform: translateY(-1px);
  box-shadow: 0 16px 32px rgba(15, 92, 97, 0.34);
}
.broch-submit:disabled {
  opacity: 0.65;
  cursor: not-allowed;
}
.broch-sheet--done {
  max-width: 400px;
}
.broch-head-sub {
  margin-top: 0.4rem;
  font-size: 0.86rem;
  color: #0f5c61;
  font-weight: 650;
  line-height: 1.5;
}
.broch-done {
  padding: 1.75rem 1.5rem 1.5rem;
  text-align: center;
}
.broch-done-icon {
  width: 4.25rem;
  height: 4.25rem;
  margin: 0 auto 1rem;
  border-radius: 22px;
  background: linear-gradient(145deg, rgba(15, 92, 97, 0.12), rgba(20, 138, 143, 0.08));
  color: #0f5c61;
  display: grid;
  place-items: center;
  font-size: 2.2rem;
}
.broch-done-close {
  margin-top: 1.15rem;
  max-width: 14rem;
  margin-left: auto;
  margin-right: auto;
}
.hl-req {
  color: #0F5C61;
}
.broch-done p {
  margin: 0;
  font-size: 0.98rem;
  font-weight: 700;
  color: #334155;
  line-height: 1.6;
}
.broch-confirm {
  padding: 1.5rem 1.35rem 1.5rem;
  text-align: center;
  background: linear-gradient(180deg, #f8fafc 0%, #fff 100%);
}
.broch-confirm-icon {
  width: 4.5rem;
  height: 4.5rem;
  margin: 0 auto 1rem;
  border-radius: 22px;
  background: linear-gradient(135deg, #0f5c61, #148a8f);
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 1.75rem;
  box-shadow: 0 16px 36px rgba(15, 92, 97, 0.28);
}
.broch-confirm-text {
  margin: 0 0 0.5rem;
  font-size: 1.12rem;
  font-weight: 850;
  color: #0f172a;
  line-height: 1.45;
}
.broch-confirm-hint {
  margin: 0 0 1.25rem;
  font-size: 0.88rem;
  font-weight: 600;
  color: #64748b;
  line-height: 1.5;
}
.broch-confirm-actions {
  display: flex;
  gap: 0.65rem;
}
.broch-confirm-no,
.broch-confirm-yes {
  flex: 1;
  min-height: 3.1rem;
  padding: 0.85rem 1rem;
  border-radius: 16px;
  font-size: 1rem;
  font-weight: 850;
  cursor: pointer;
  border: 2px solid #8795a8;
  background: #fff;
  color: #334155;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}
.broch-confirm-no:hover {
  background: #f8fafc;
  transform: translateY(-1px);
}
.broch-confirm-yes {
  border-color: #0f5c61;
  background: linear-gradient(135deg, #0f5c61, #148a8f);
  color: #fff;
  box-shadow: 0 14px 32px rgba(15, 92, 97, 0.3);
}
.broch-confirm-yes:hover:not(:disabled) {
  transform: translateY(-2px);
  box-shadow: 0 18px 38px rgba(15, 92, 97, 0.34);
}
.broch-confirm-yes:disabled {
  opacity: 0.65;
  cursor: not-allowed;
}
@media (max-width: 480px) {
  .broch-backdrop {
    padding: 12px;
    align-items: flex-end;
  }
  .broch-sheet {
    border-radius: 24px 24px 20px 20px;
    max-width: 100%;
  }
  .broch-confirm-actions {
    flex-direction: column-reverse;
  }
  .broch-confirm-no,
  .broch-confirm-yes {
    min-height: 3.35rem;
    font-size: 1.05rem;
  }
}
.hl-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
  align-items: center;
}
.hl-btn-outline {
  padding: 1rem 2rem;
  border-radius: 999px;
  border: 2px solid #1e3a5f;
  background: #fff;
  color: #1e3a5f;
  font-weight: 800;
  font-size: 1rem;
  cursor: pointer;
  transition: background 0.2s, color 0.2s, transform 0.2s;
}
.hl-btn-outline:hover {
  background: #1e3a5f;
  color: #fff;
  transform: scale(1.03);
}
.hl-btn-navy {
  padding: 1rem 2rem;
  border-radius: 999px;
  border: none;
  background: linear-gradient(135deg, #1e3a5f, #2563eb);
  color: #fff;
  font-weight: 800;
  font-size: 1rem;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(37, 99, 235, 0.25);
  transition: transform 0.2s, box-shadow 0.2s;
}
.hl-btn-navy:hover {
  transform: scale(1.03);
  box-shadow: 0 14px 28px rgba(37, 99, 235, 0.32);
}

/* ¦¡¦¡ White-first overrides (v2.0.0) ¦¡¦¡ */
.hl-trust-badge {
  background: #f2faf9;
  border: 1px solid #d9faf5;
  color: #0f5c61;
}
.hl-trust-title { color: #0f172a; }
.hl-trust-summary { color: #64748b; }
.hl-trust-row { border-bottom: 1px solid #e5e7eb; }
.hl-trust-k { color: #94a3b8; }
.hl-trust-v { color: #0f172a; }
.hl-trust-v-sub { color: #64748b; }
.hl-trust-claim { color: #334155; }
.hl-trust-claim i { color: #0f5c61; }
.hl-patent-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.06);
}
.hl-patent-card::before {
  border: 1px solid #e5e7eb;
}
