/* Premium price list page – scoped */
.pricePage .pageHero{
  padding-top: 22px;
}

.pricePage .pricePage .priceCard{
  border-radius: 22px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(0,0,0,0.22);
}

.pricePage .priceTableWrap{
  overflow-x: auto;
}

.pricePage table.priceTable{
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  min-width: 720px;
}

.pricePage .priceTable th,
.pricePage .priceTable td{
  padding: 14px 16px;
  vertical-align: middle;
}

.pricePage .priceTable thead th{
  position: sticky;
  top: 0;
  background: rgba(12,20,44,0.85);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  text-align: left;
  font-size: 13px;
  letter-spacing: .25px;
  border-bottom: 1px solid rgba(255,255,255,0.08);  color: #ffffff;  font-weight: 700;

}

.pricePage .priceTable tbody tr{
  background: rgba(255,255,255,0.02);
}

.pricePage .priceTable tbody tr + tr td{
  border-top: 1px solid rgba(255,255,255,0.06);
}

.pricePage .priceTag{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
  background: rgba(27,60,136,0.18);
  border: 1px solid rgba(27,60,136,0.35);
  white-space: nowrap;
}

.pricePage .eur{
  font-weight: 900;
  font-size: 16px;
  white-space: nowrap;
}

.pricePage .priceFootnote{
  margin-top: 14px;
  opacity: .85;
  font-size: 14px;
  line-height: 1.55;
}

.pricePage .priceActions{
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 16px;
}

@media (max-width: 640px){
  .pricePage table.priceTable{ min-width: 640px; }
  .pricePage .eur{ font-size: 15px; }
}


.pricePage .priceIntro{
  margin: 0 0 10px;
  opacity: .92;
  line-height: 1.65;
  font-size: 15px;
}

.pricePage .priceStockLink{
  margin: 0 0 18px;
  opacity: .9;
  line-height: 1.55;
  font-size: 14px;
}

.pricePage .priceStockLink a{
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (max-width: 640px){
  .pricePage .priceIntro{ font-size: 14px; }
  }



/* If priceHeroNote has pill items, keep them compact */
.pricePage .priceHeroMeta .priceHeroNote > *{
  max-width: 100%;
}

/* Avoid overly wide pills */
.pricePage .priceHeroMeta .priceHeroNote .pill,
.pricePage .priceHeroMeta .priceHeroNote .tag,
.pricePage .priceHeroMeta .priceHeroNote .badge{
  white-space: nowrap;
}


/* Trust row under hero (uses existing .priceTag styling) */
.pricePage .priceTrust{
  margin-top: 12px;
  display: inline-flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}


.priceTags .priceTag{ font-size: 12px; padding: 8px 10px; }
}


/* Hero tag spacing (v2) - targets actual markup */
.pricePage .priceTrust{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 12px;   /* inline / row spacing */
  margin-top: 14px;
  margin-bottom: 8px;
}

.pricePage .priceHeroNote{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 12px;
  margin-top: 6px;
}

.pricePage .heroActions{
  margin-top: 14px;
}


/* Table polish */
.priceTable tbody tr{
  transition: background-color .18s ease;
}

.priceTable tbody tr:hover{
  background: #f6f8fb;
}

/* Model emphasis */
.priceTable tbody td:first-child strong{
  font-weight: 800;
  letter-spacing: .02em;
}

/* Price emphasis */
.priceTable td.eur{
  font-weight: 800;
  font-size: 16px;
  color: #0f172a;
  white-space: nowrap;
}



/* Document icons column */
.docCol{
  white-space:nowrap;
}

.docIcon{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:28px;
  height:28px;
  margin-right:6px;
  border-radius:6px;
  background:#f3f4f6;
  text-decoration:none;
  font-size:14px;
  transition:all .15s ease;
}

.docIcon:hover{
  background:#e5e7eb;
  transform:translateY(-1px);
}
