.gallery-trust-os,
.provider-gallery-trust-os,
.account-gallery-trust-digest,
.beautician-proof-starter,
.app-gallery-trust-shortcut,
.admin-gallery-trust-board,
.trust-gallery-trust-standard {
  border: 1px solid rgba(226, 92, 157, 0.18);
  border-radius: 16px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.86), rgba(255, 241, 247, 0.62)),
    rgba(255, 255, 255, 0.76);
  box-shadow: 0 20px 52px rgba(89, 27, 55, 0.08);
}

.provider-gallery-trust-os,
.beautician-proof-starter,
.app-gallery-trust-shortcut,
.admin-gallery-trust-board,
.trust-gallery-trust-standard {
  display: grid;
  gap: 16px;
  padding: clamp(18px, 3vw, 26px);
}

.gallery-trust-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.gallery-trust-head h2,
.gallery-trust-head h3 {
  margin: 0;
  color: #2b1621;
  line-height: 1.08;
}

.gallery-trust-head p {
  max-width: 720px;
  margin: 8px 0 0;
  color: rgba(43, 22, 33, 0.68);
  line-height: 1.5;
}

.gallery-trust-head i,
.gallery-trust-head svg {
  width: 30px;
  height: 30px;
  color: #d94d8b;
  flex: 0 0 auto;
}

.gallery-trust-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.gallery-trust-grid.three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gallery-trust-grid article,
.gallery-trust-mini-card,
.gallery-trust-check {
  border: 1px solid rgba(226, 92, 157, 0.14);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.66);
  padding: 13px;
}

.gallery-trust-grid article span,
.gallery-trust-mini-card span,
.gallery-trust-check span {
  display: block;
  color: #a27324;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.gallery-trust-grid article h3,
.gallery-trust-mini-card strong {
  margin: 7px 0;
  color: #2b1621;
  font-size: 16px;
  line-height: 1.15;
}

.gallery-trust-grid article p,
.gallery-trust-mini-card p,
.gallery-trust-check small {
  margin: 0;
  color: rgba(43, 22, 33, 0.68);
  line-height: 1.42;
}

.gallery-trust-check small {
  display: block;
  margin-top: 3px;
}

.provider-gallery-proof-passport {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  border: 1px solid rgba(226, 92, 157, 0.2);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.72);
  padding: 14px;
}

.gallery-proof-score-ring {
  display: grid;
  place-items: center;
  width: 78px;
  height: 78px;
  border-radius: 50%;
  background:
    radial-gradient(circle at center, #fff 0 54%, transparent 56%),
    conic-gradient(#f35c9a calc(var(--score, 0) * 1%), rgba(226, 92, 157, 0.14) 0);
  color: #2b1621;
  box-shadow: inset 0 0 0 1px rgba(226, 92, 157, 0.14);
}

.gallery-proof-score-ring strong {
  font-size: 19px;
}

.provider-gallery-proof-passport h3 {
  margin: 0;
  color: #2b1621;
}

.provider-gallery-proof-passport p {
  margin: 6px 0 0;
  color: rgba(43, 22, 33, 0.68);
  line-height: 1.42;
}

.gallery-trust-checks {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.gallery-trust-check {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 9px;
  align-items: start;
}

.gallery-trust-check i,
.gallery-trust-check svg {
  width: 17px;
  height: 17px;
  color: #d94d8b;
  margin-top: 1px;
}

.gallery-trust-check.is-done i,
.gallery-trust-check.is-done svg {
  color: #2f8a62;
}

.gallery-trust-recipe {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.gallery-trust-recipe span {
  border: 1px solid rgba(226, 92, 157, 0.2);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.62);
  color: rgba(43, 22, 33, 0.76);
  padding: 7px 10px;
  line-height: 1.15;
}

.account-gallery-trust-digest {
  display: grid;
  gap: 12px;
  margin: 0 0 14px;
  padding: 14px;
}

.account-gallery-trust-digest-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
}

.account-gallery-trust-digest-head span {
  color: #a27324;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.account-gallery-trust-digest-head strong {
  display: block;
  margin-top: 4px;
  color: #2b1621;
  font-size: 19px;
  line-height: 1.12;
}

.account-gallery-trust-digest-score {
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background:
    radial-gradient(circle at center, #fff 0 56%, transparent 58%),
    conic-gradient(#f35c9a calc(var(--score, 0) * 1%), rgba(226, 92, 157, 0.14) 0);
  color: #2b1621;
}

.account-gallery-trust-digest-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.account-gallery-trust-digest-grid span {
  border: 1px solid rgba(226, 92, 157, 0.14);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.58);
  padding: 9px;
  color: rgba(43, 22, 33, 0.74);
  line-height: 1.25;
}

.account-gallery-trust-digest button,
.account-gallery-trust-digest a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 42px;
  border: 1px solid rgba(226, 92, 157, 0.22);
  border-radius: 12px;
  background: linear-gradient(135deg, #fb5fa1, #e6b458);
  color: #24141e;
  text-decoration: none;
}

.beautician-proof-starter-list {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.beautician-proof-starter-list li {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  gap: 9px;
  align-items: start;
  color: rgba(43, 22, 33, 0.72);
  line-height: 1.38;
}

.beautician-proof-starter-list li::before {
  content: "";
  width: 8px;
  height: 8px;
  margin-top: 7px;
  border-radius: 50%;
  background: #f35c9a;
  box-shadow: 0 0 0 5px rgba(243, 92, 154, 0.12);
}

body[data-theme="dark"] .gallery-trust-os,
body[data-theme="dark"] .provider-gallery-trust-os,
body[data-theme="dark"] .account-gallery-trust-digest,
body[data-theme="dark"] .beautician-proof-starter,
body[data-theme="dark"] .app-gallery-trust-shortcut,
body[data-theme="dark"] .admin-gallery-trust-board,
body[data-theme="dark"] .trust-gallery-trust-standard,
.admin-page[data-theme="dark"] .admin-gallery-trust-board {
  background:
    linear-gradient(135deg, rgba(255, 101, 170, 0.08), rgba(242, 188, 90, 0.07)),
    rgba(255, 255, 255, 0.045);
  border-color: rgba(255, 132, 190, 0.18);
}

body[data-theme="dark"] .gallery-trust-head h2,
body[data-theme="dark"] .gallery-trust-head h3,
body[data-theme="dark"] .gallery-trust-grid article h3,
body[data-theme="dark"] .gallery-trust-mini-card strong,
body[data-theme="dark"] .provider-gallery-proof-passport h3,
body[data-theme="dark"] .account-gallery-trust-digest-head strong,
body[data-theme="dark"] .gallery-proof-score-ring,
body[data-theme="dark"] .account-gallery-trust-digest-score,
.admin-page[data-theme="dark"] .gallery-trust-head h2,
.admin-page[data-theme="dark"] .gallery-trust-grid article h3 {
  color: #fff7fb;
}

body[data-theme="dark"] .gallery-trust-head p,
body[data-theme="dark"] .gallery-trust-grid article p,
body[data-theme="dark"] .gallery-trust-mini-card p,
body[data-theme="dark"] .gallery-trust-check small,
body[data-theme="dark"] .provider-gallery-proof-passport p,
body[data-theme="dark"] .gallery-trust-recipe span,
body[data-theme="dark"] .account-gallery-trust-digest-grid span,
body[data-theme="dark"] .beautician-proof-starter-list li,
.admin-page[data-theme="dark"] .gallery-trust-head p,
.admin-page[data-theme="dark"] .gallery-trust-grid article p {
  color: rgba(255, 247, 251, 0.72);
}

body[data-theme="dark"] .gallery-trust-grid article,
body[data-theme="dark"] .gallery-trust-mini-card,
body[data-theme="dark"] .gallery-trust-check,
body[data-theme="dark"] .provider-gallery-proof-passport,
body[data-theme="dark"] .gallery-trust-recipe span,
body[data-theme="dark"] .account-gallery-trust-digest-grid span {
  background: rgba(255, 255, 255, 0.055);
  border-color: rgba(255, 132, 190, 0.16);
}

@media (max-width: 980px) {
  .gallery-trust-grid,
  .gallery-trust-grid.three {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .gallery-trust-head {
    display: block;
  }

  .gallery-trust-head i,
  .gallery-trust-head svg {
    display: none;
  }

  .gallery-trust-grid,
  .gallery-trust-grid.three,
  .gallery-trust-checks,
  .account-gallery-trust-digest-grid {
    grid-template-columns: 1fr;
  }

  .provider-gallery-proof-passport {
    grid-template-columns: 1fr;
  }

  .gallery-proof-score-ring {
    width: 66px;
    height: 66px;
  }
}
