:root {
  --gn-lens-pink: #f45c9a;
  --gn-lens-gold: #dcb463;
  --gn-lens-ink: #25141f;
  --gn-lens-muted: rgba(67, 37, 55, 0.72);
  --gn-lens-panel: rgba(255, 248, 251, 0.94);
  --gn-lens-line: rgba(132, 55, 91, 0.2);
}

[data-theme="dark"] {
  --gn-lens-ink: #fff7fb;
  --gn-lens-muted: rgba(255, 231, 241, 0.74);
  --gn-lens-panel: rgba(35, 12, 26, 0.94);
  --gn-lens-line: rgba(255, 206, 226, 0.18);
}

.booking-gallery-proof-lens,
.account-proof-compare-panel,
.provider-proof-recipe-panel,
.admin-gallery-decision-ops,
.trust-gallery-decision-standard {
  border: 1px solid var(--gn-lens-line);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(244, 92, 154, 0.1), rgba(220, 180, 99, 0.1)),
    var(--gn-lens-panel);
  color: var(--gn-lens-ink);
  box-shadow: 0 18px 44px rgba(49, 17, 36, 0.08);
}

.booking-gallery-proof-lens,
.account-proof-compare-panel,
.provider-proof-recipe-panel,
.admin-gallery-decision-ops,
.trust-gallery-decision-standard {
  padding: clamp(16px, 2.6vw, 24px);
  margin-top: 16px;
  scroll-margin-top: 160px;
}

.booking-gallery-proof-head,
.account-proof-compare-head,
.provider-proof-recipe-head,
.admin-gallery-decision-head,
.trust-gallery-decision-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
}

.booking-gallery-proof-head span,
.account-proof-compare-head span,
.provider-proof-recipe-head span,
.admin-gallery-decision-head span,
.trust-gallery-decision-head span {
  display: inline-flex;
  color: var(--gn-lens-gold);
  font-size: 0.76rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.booking-gallery-proof-head h3,
.account-proof-compare-head h2,
.provider-proof-recipe-head h2,
.admin-gallery-decision-head h2,
.trust-gallery-decision-head h2 {
  margin: 5px 0 0;
  font-size: clamp(1.08rem, 1.6vw, 1.36rem);
  font-weight: 600;
  line-height: 1.14;
}

.booking-gallery-proof-head p,
.account-proof-compare-head p,
.provider-proof-recipe-head p,
.admin-gallery-decision-head p,
.trust-gallery-decision-head p {
  margin: 7px 0 0;
  color: var(--gn-lens-muted);
  font-size: 0.94rem;
  line-height: 1.42;
}

.booking-gallery-proof-grid,
.account-proof-compare-grid,
.provider-proof-recipe-grid,
.admin-gallery-decision-grid,
.trust-gallery-decision-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 15px;
}

.booking-gallery-proof-grid article,
.account-proof-compare-grid article,
.provider-proof-recipe-grid article,
.admin-gallery-decision-grid article,
.trust-gallery-decision-grid article {
  min-width: 0;
  border: 1px solid var(--gn-lens-line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.42);
  padding: 12px;
}

[data-theme="dark"] .booking-gallery-proof-grid article,
[data-theme="dark"] .account-proof-compare-grid article,
[data-theme="dark"] .provider-proof-recipe-grid article,
[data-theme="dark"] .admin-gallery-decision-grid article,
[data-theme="dark"] .trust-gallery-decision-grid article {
  background: rgba(255, 255, 255, 0.045);
}

.booking-gallery-proof-grid span,
.account-proof-compare-grid span,
.provider-proof-recipe-grid span,
.admin-gallery-decision-grid span,
.trust-gallery-decision-grid span {
  display: block;
  color: var(--gn-lens-muted);
  font-size: 0.78rem;
  line-height: 1.25;
}

.booking-gallery-proof-grid h4,
.account-proof-compare-grid h3,
.provider-proof-recipe-grid h3,
.admin-gallery-decision-grid h3,
.trust-gallery-decision-grid h3 {
  margin: 5px 0 0;
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.18;
}

.booking-gallery-proof-grid p,
.account-proof-compare-grid p,
.provider-proof-recipe-grid p,
.admin-gallery-decision-grid p,
.trust-gallery-decision-grid p {
  margin: 7px 0 0;
  color: var(--gn-lens-muted);
  font-size: 0.86rem;
  line-height: 1.38;
}

.booking-gallery-proof-strip,
.account-proof-compare-actions,
.provider-proof-recipe-actions,
.admin-gallery-decision-strip,
.trust-gallery-decision-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.booking-gallery-proof-strip span,
.admin-gallery-decision-strip span,
.trust-gallery-decision-strip span {
  border: 1px solid rgba(244, 92, 154, 0.2);
  border-radius: 999px;
  padding: 7px 10px;
  background: rgba(244, 92, 154, 0.08);
  color: var(--gn-lens-ink);
  font-size: 0.8rem;
}

.account-proof-compare-actions a,
.provider-proof-recipe-actions a {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid rgba(244, 92, 154, 0.28);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(244, 92, 154, 0.14), rgba(220, 180, 99, 0.16));
  color: var(--gn-lens-ink);
  text-decoration: none;
  font-size: 0.92rem;
  font-weight: 500;
  padding: 9px 13px;
}

@media (max-width: 760px) {
  .treatment-finder-toolbar {
    position: static;
  }

  .booking-gallery-proof-grid,
  .account-proof-compare-grid,
  .provider-proof-recipe-grid,
  .admin-gallery-decision-grid,
  .trust-gallery-decision-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 430px) {
  .booking-gallery-proof-head,
  .account-proof-compare-head,
  .provider-proof-recipe-head,
  .admin-gallery-decision-head,
  .trust-gallery-decision-head {
    display: block;
  }

  .booking-gallery-proof-head > i,
  .booking-gallery-proof-head > svg,
  .account-proof-compare-head > i,
  .account-proof-compare-head > svg,
  .provider-proof-recipe-head > i,
  .provider-proof-recipe-head > svg,
  .admin-gallery-decision-head > i,
  .admin-gallery-decision-head > svg,
  .trust-gallery-decision-head > i {
    display: none;
  }

  .trust-gallery-decision-head > svg {
    display: none;
  }

  .booking-gallery-proof-grid,
  .account-proof-compare-grid,
  .provider-proof-recipe-grid,
  .admin-gallery-decision-grid,
  .trust-gallery-decision-grid {
    grid-template-columns: 1fr;
  }

  .booking-gallery-proof-lens,
  .account-proof-compare-panel,
  .provider-proof-recipe-panel,
  .admin-gallery-decision-ops,
  .trust-gallery-decision-standard {
    padding: 15px;
  }

  .account-proof-compare-actions,
  .provider-proof-recipe-actions {
    flex-direction: column;
  }

  .account-proof-compare-actions a,
  .provider-proof-recipe-actions a {
    width: 100%;
  }
}
