/* DRR DAMSON — topic hub internal linking, schema stage polish */
.drr-topic-crosslinks{
  margin: clamp(28px, 5vw, 64px) auto;
  padding: clamp(24px, 4vw, 44px);
  width: min(1180px, calc(100% - 32px));
  border: 1px solid rgba(97,255,218,.22);
  border-radius: 28px;
  background:
    radial-gradient(circle at 12% 0%, rgba(93,255,220,.16), transparent 34%),
    radial-gradient(circle at 88% 20%, rgba(219,176,95,.13), transparent 35%),
    linear-gradient(145deg, rgba(6,22,23,.94), rgba(10,17,18,.98));
  box-shadow: 0 22px 70px rgba(0,0,0,.34), inset 0 0 0 1px rgba(255,255,255,.03);
  color: #eafff8;
}
.drr-topic-crosslinks .container{width:100%;max-width:1120px;margin:0 auto;}
.drr-topic-crosslinks__kicker{
  margin:0 0 10px;
  color:#77ffe3;
  font-weight:800;
  letter-spacing:.12em;
  text-transform:uppercase;
  font-size:.78rem;
}
.drr-topic-crosslinks h2{
  margin:0 0 12px;
  color:#ffffff;
  font-size:clamp(1.55rem,3vw,2.45rem);
  line-height:1.08;
}
.drr-topic-crosslinks__lead{
  margin:0 0 22px;
  max-width:850px;
  color:rgba(234,255,248,.84);
  line-height:1.72;
  font-size:1.02rem;
}
.drr-topic-crosslinks__grid{
  list-style:none;
  padding:0;
  margin:22px 0 20px;
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
  gap:12px;
}
.drr-topic-crosslinks__grid a{
  display:flex;
  align-items:center;
  justify-content:space-between;
  min-height:58px;
  padding:14px 16px;
  border-radius:18px;
  border:1px solid rgba(97,255,218,.18);
  background:rgba(255,255,255,.035);
  color:#83ffe8;
  font-weight:800;
  text-decoration:none;
  transition:transform .18s ease, border-color .18s ease, background .18s ease;
}
.drr-topic-crosslinks__grid a::after{content:"→";opacity:.75;margin-left:10px;}
.drr-topic-crosslinks__grid a:hover{
  transform:translateY(-2px);
  border-color:rgba(97,255,218,.45);
  background:rgba(97,255,218,.075);
}
.drr-topic-crosslinks__cta{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin-top:18px;
}
.drr-topic-crosslinks__cta a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:44px;
  padding:12px 18px;
  border-radius:999px;
  background:#67ffdf;
  color:#061112;
  font-weight:900;
  text-decoration:none;
  box-shadow:0 12px 30px rgba(103,255,223,.15);
}
.drr-topic-crosslinks__cta a:nth-child(2){
  background:transparent;
  color:#f0c36a;
  border:1px solid rgba(240,195,106,.38);
  box-shadow:none;
}
.drr-topic-crosslinks__faq{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
  gap:12px;
  margin-top:22px;
}
.drr-topic-crosslinks__faq details{
  border:1px solid rgba(255,255,255,.08);
  border-radius:18px;
  background:rgba(0,0,0,.20);
  padding:14px 16px;
}
.drr-topic-crosslinks__faq summary{
  cursor:pointer;
  color:#fff;
  font-weight:850;
}
.drr-topic-crosslinks__faq p{
  color:rgba(234,255,248,.80);
  line-height:1.65;
  margin:10px 0 0;
}
.drr-footer-topic-link{
  margin:26px auto 0;
  padding-top:18px;
  border-top:1px solid rgba(97,255,218,.14);
  color:rgba(234,255,248,.75);
  font-size:.95rem;
  line-height:1.7;
}
.drr-footer-topic-link a{
  color:#83ffe8;
  text-decoration:none;
  font-weight:800;
}
.drr-footer-topic-link a:hover{text-decoration:underline;}
.main-nav-v2 a[href="/tematy/"],
.drr-topic-menu a[href="/tematy/"]{
  color:#83ffe8;
}
@media (max-width:720px){
  .drr-topic-crosslinks{width:min(100% - 18px,1180px);padding:22px 16px;border-radius:22px;}
  .drr-topic-crosslinks__grid{grid-template-columns:1fr;}
}

.drr-topic-intro-polish{
  margin: 0 auto clamp(20px, 4vw, 34px);
  padding: 18px 20px;
  max-width: 980px;
  border: 1px solid rgba(103,255,223,.18);
  border-radius: 20px;
  background: rgba(103,255,223,.045);
  color: rgba(234,255,248,.86);
  line-height: 1.72;
}
.drr-topic-intro-polish strong{color:#83ffe8;}
