.usp-lock-card {
  position: relative;
  margin: 0 0 22px;
  padding: 26px 28px;
  border: 1px solid rgba(197, 160, 91, 0.55);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(197,160,91,0.12), rgba(255,255,255,0.025) 54%),
    #17283d;
  box-shadow: 0 18px 46px rgba(5, 14, 27, 0.22);
  overflow: hidden;
}

.usp-lock-card::before {
  content: '';
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: #c5a05b;
}

.usp-lock-topline {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 12px;
  color: #e4c789;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.usp-lock-check {
  display: inline-grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  color: #122238;
  background: #d6b46f;
  font-size: 14px;
  font-weight: 900;
}

.usp-brand-definition {
  margin: 8px 0 22px;
  padding: 18px 20px;
  border: 1px solid rgba(214,180,111,0.24);
  border-radius: 14px;
  background: rgba(9, 24, 42, 0.38);
}

.usp-brand-word {
  color: #fff;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1;
  letter-spacing: 0.08em;
}

.usp-brand-meta {
  margin-top: 8px;
  color: #f2d99f;
  font-size: 13px;
  letter-spacing: 0.02em;
}

.usp-brand-meta span {
  margin: 0 8px;
  color: rgba(255,255,255,0.36);
}

.usp-brand-definition p {
  margin: 12px 0 0;
  max-width: 980px;
  color: rgba(255,255,255,0.76);
  font-size: 13px;
  line-height: 1.6;
}

.usp-divider-label {
  margin: 0 0 7px;
  color: rgba(242,217,159,0.76);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.usp-lock-card h3 {
  margin: 0;
  max-width: 900px;
  color: #fff;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.08;
  letter-spacing: -0.025em;
}

.usp-lock-promise {
  margin: 16px 0 0;
  max-width: 980px;
  color: rgba(255,255,255,0.9);
  font-size: 17px;
  line-height: 1.65;
}

.usp-lock-contrast {
  margin: 16px 0 0;
  padding-top: 15px;
  border-top: 1px solid rgba(255,255,255,0.11);
  color: #d8e0e8;
  font-size: 14px;
  line-height: 1.6;
}

.usp-lock-pillars {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 20px;
}

.usp-lock-pillar {
  padding: 13px 14px;
  border: 1px solid rgba(255,255,255,0.09);
  border-radius: 12px;
  background: rgba(255,255,255,0.035);
}

.usp-lock-pillar strong {
  display: block;
  margin-bottom: 4px;
  color: #f2d99f;
  font-size: 13px;
}

.usp-lock-pillar span {
  color: rgba(255,255,255,0.72);
  font-size: 12px;
  line-height: 1.5;
}

.usp-experience-moat {
  margin-top: 20px;
  padding: 18px 20px;
  border: 1px solid rgba(214,180,111,0.28);
  border-radius: 14px;
  background: rgba(214,180,111,0.075);
}

.usp-experience-moat > strong {
  display: block;
  color: #fff;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 22px;
}

.usp-experience-moat p {
  margin: 8px 0;
  color: rgba(255,255,255,0.82);
  line-height: 1.6;
}

.usp-experience-moat em {
  display: block;
  color: #f2d99f;
  font-size: 13px;
  line-height: 1.55;
  font-style: normal;
  font-weight: 700;
}

.usp-opportunities {
  margin-top: 22px;
}

.usp-opportunity-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.usp-opportunity {
  padding: 14px 15px;
  border: 1px solid rgba(255,255,255,0.09);
  border-radius: 12px;
  background: rgba(255,255,255,0.035);
}

.usp-opportunity > span {
  display: block;
  margin-bottom: 6px;
  color: #d9ba78;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.usp-opportunity > strong {
  display: block;
  color: #fff;
  font-size: 14px;
}

.usp-opportunity p {
  margin: 6px 0 0;
  color: rgba(255,255,255,0.67);
  font-size: 12px;
  line-height: 1.5;
}

.usp-market-note {
  margin-top: 14px;
  color: rgba(255,255,255,0.58);
  font-size: 11px;
  line-height: 1.5;
}

@media (max-width: 820px) {
  .usp-lock-card { padding: 22px 20px; }
  .usp-lock-pillars, .usp-opportunity-grid { grid-template-columns: 1fr; }
  .usp-brand-meta span { display: none; }
  .usp-brand-meta strong:nth-of-type(2) { margin-left: 8px; }
}
