/* WEBTRUST_PREMIUM_REGISTRY_V1 */

.wt-registry{
  padding:34px 0 58px;
}

.wt-registry-shell{
  padding:28px;
  border:1px solid var(--wt-line);
  border-radius:24px;
  background:linear-gradient(180deg,rgba(47,8,19,.82),rgba(23,3,9,.94));
  box-shadow:var(--wt-shadow);
}

.wt-registry-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:26px;
  margin-bottom:24px;
}

.wt-registry-head h2{
  margin:12px 0 8px;
  color:var(--wt-gold-light);
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(30px,3vw,44px);
}

.wt-registry-head p{
  margin:0;
  color:var(--wt-muted);
  line-height:1.65;
}

.wt-registry-all{
  flex:0 0 auto;
  padding:12px 18px;
  border:1px solid var(--wt-line-strong);
  border-radius:12px;
  color:var(--wt-gold-light);
  font-weight:800;
}

.wt-registry-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:14px;
}

.wt-site-card{
  min-width:0;
  padding:18px;
  border:1px solid rgba(218,170,66,.18);
  border-radius:16px;
  background:rgba(23,3,9,.68);
}

.wt-site-card-top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
}

.wt-site-level{
  display:inline-flex;
  padding:5px 9px;
  border-radius:7px;
  font-size:11px;
  font-weight:900;
}

.wt-site-level-silver{background:#c8c8c8;color:#241f1f}
.wt-site-level-gold{background:linear-gradient(135deg,#e0a92f,#ffe59a);color:#2d1800}
.wt-site-level-diamond{background:linear-gradient(135deg,#e8eef4,#ffffff);color:#17354c}

.wt-site-score{
  width:42px;
  height:42px;
  display:grid;
  place-items:center;
  border:1px solid var(--wt-line-strong);
  border-radius:50%;
  color:var(--wt-gold-light);
  font-weight:900;
}

.wt-site-card h3{
  margin:14px 0 6px;
  color:var(--wt-text);
  font-size:18px;
  overflow-wrap:anywhere;
}

.wt-site-card p{
  margin:0 0 14px;
  color:var(--wt-muted);
  font-size:13px;
}

.wt-site-card a{
  color:var(--wt-gold);
  font-size:13px;
  font-weight:800;
}

@media(max-width:1000px){
  .wt-registry-grid{grid-template-columns:repeat(2,1fr)}
}

@media(max-width:650px){
  .wt-registry-head{align-items:flex-start;flex-direction:column}
  .wt-registry-grid{grid-template-columns:1fr}
  .wt-registry-all{width:100%;text-align:center}
}

/* WEBTRUST_REGISTRY_VISUAL_POLISH_V2 */
.wt-registry-shell{
  padding:24px;
  border-color:rgba(218,170,66,.30);
  background:
    radial-gradient(circle at 8% 0%,rgba(218,170,66,.055),transparent 28%),
    linear-gradient(180deg,rgba(48,8,19,.92),rgba(20,3,8,.97));
  box-shadow:0 22px 58px rgba(0,0,0,.30);
}

.wt-registry-head{
  margin-bottom:20px;
}

.wt-registry-head h2{
  font-size:clamp(28px,2.7vw,40px);
}

.wt-registry-all{
  border-color:rgba(218,170,66,.55);
  background:rgba(218,170,66,.035);
  transition:background .18s ease,border-color .18s ease,transform .18s ease;
}

.wt-registry-all:hover{
  transform:translateY(-2px);
  border-color:rgba(255,220,125,.78);
  background:rgba(218,170,66,.075);
}

.wt-site-card{
  position:relative;
  overflow:hidden;
  padding:17px 18px 16px;
  border-color:rgba(218,170,66,.22);
  background:
    linear-gradient(180deg,rgba(37,5,13,.88),rgba(17,2,7,.96));
  box-shadow:inset 0 1px 0 rgba(255,225,160,.02);
  transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease;
}

.wt-site-card::before{
  content:"";
  position:absolute;
  left:0;
  top:0;
  bottom:0;
  width:2px;
  background:linear-gradient(180deg,transparent,var(--wt-gold),transparent);
  opacity:.45;
}

.wt-site-card:hover{
  transform:translateY(-3px);
  border-color:rgba(218,170,66,.42);
  box-shadow:0 18px 40px rgba(0,0,0,.25);
}

.wt-site-score{
  width:44px;
  height:44px;
  border-color:rgba(218,170,66,.52);
  background:rgba(218,170,66,.025);
  box-shadow:0 0 16px rgba(218,170,66,.08);
}

.wt-site-card h3{
  margin-top:13px;
  color:var(--wt-gold-light);
  font-family:Georgia,"Times New Roman",serif;
  font-size:19px;
}

.wt-site-card a{
  display:inline-flex;
  align-items:center;
  gap:5px;
}

.wt-site-level-gold{
  box-shadow:0 0 12px rgba(218,170,66,.12);
}

.wt-site-level-diamond{
  box-shadow:0 0 12px rgba(225,235,245,.10);
}

/* WEBTRUST_REGISTRY_VISUAL_POLISH_V3 */
.wt-registry-grid{
  grid-template-columns:repeat(auto-fit,minmax(240px,1fr));
  gap:16px;
}

.wt-site-card{
  min-height:165px;
  padding:20px;
}

.wt-site-card-top{
  margin-bottom:15px;
}

.wt-site-score{
  width:48px;
  height:48px;
  font-family:Georgia,"Times New Roman",serif;
  font-size:17px;
}

.wt-site-card h3{
  margin:0 0 7px;
  font-size:21px;
}

.wt-site-card p{
  margin-bottom:16px;
}

.wt-site-card a{
  padding-top:2px;
  font-size:13px;
}

@media(min-width:1001px){
  .wt-registry-grid:has(.wt-site-card:nth-child(3)){
    grid-template-columns:repeat(4,1fr);
  }
}

/* WEBTRUST_REGISTRY_MEDAL_IMAGES_V1 */
.wt-site-medal{
  display:flex;
  align-items:center;
  justify-content:flex-start;
}

.wt-site-medal-img{
  display:block;
  width:62px;
  height:62px;
  object-fit:contain;
  filter:drop-shadow(0 8px 16px rgba(255,255,255,.10));
}

.wt-site-card h3{
  margin-top:12px;
  font-size:22px;
  font-weight:700;
}

@media(max-width:650px){
  .wt-site-medal-img{
    width:56px;
    height:56px;
  }
}
